File manager - Edit - /home/thefreecuj/www/DB.zip
Back
PK �A[��P핽� ��� ! 2020-05-05-0925_factoryfy_fcm.sqlnu �[��� -- MySQL dump 10.13 Distrib 5.7.21, for Linux (x86_64) -- -- Host: localhost Database: factoryfy_fcm -- ------------------------------------------------------ -- Server version 5.7.21 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_content_status` -- DROP TABLE IF EXISTS `wp_icl_content_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_content_status` ( `rid` bigint(20) NOT NULL, `nid` bigint(20) NOT NULL, `timestamp` datetime NOT NULL, `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`rid`), KEY `nid` (`nid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_content_status` -- LOCK TABLES `wp_icl_content_status` WRITE; /*!40000 ALTER TABLE `wp_icl_content_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_content_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_core_status` -- DROP TABLE IF EXISTS `wp_icl_core_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_core_status` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `rid` bigint(20) NOT NULL, `module` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL, `origin` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `target` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` smallint(6) NOT NULL, `tp_revision` int(11) NOT NULL DEFAULT '1', `ts_status` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`), KEY `rid` (`rid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_core_status` -- LOCK TABLES `wp_icl_core_status` WRITE; /*!40000 ALTER TABLE `wp_icl_core_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_core_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_flags` -- DROP TABLE IF EXISTS `wp_icl_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_flags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `lang_code` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `flag` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `from_template` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `lang_code` (`lang_code`) ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_flags` -- LOCK TABLES `wp_icl_flags` WRITE; /*!40000 ALTER TABLE `wp_icl_flags` DISABLE KEYS */; INSERT INTO `wp_icl_flags` VALUES (1,'ar','ar.png',0),(2,'bg','bg.png',0),(3,'bn','bn.png',0),(4,'bs','bs.png',0),(5,'ca','ca.png',0),(6,'cs','cs.png',0),(7,'cy','cy.png',0),(8,'da','da.png',0),(9,'de','de.png',0),(10,'el','el.png',0),(11,'en','en.png',0),(12,'eo','eo.png',0),(13,'es','es.png',0),(14,'et','et.png',0),(15,'eu','eu.png',0),(16,'fa','fa.png',0),(17,'fi','fi.png',0),(18,'fr','fr.png',0),(19,'ga','ga.png',0),(20,'gl','gl.png',0),(21,'he','he.png',0),(22,'hi','hi.png',0),(23,'hr','hr.png',0),(24,'hu','hu.png',0),(25,'hy','hy.png',0),(26,'id','id.png',0),(27,'is','is.png',0),(28,'it','it.png',0),(29,'ja','ja.png',0),(30,'ko','ko.png',0),(31,'ku','ku.png',0),(32,'lt','lt.png',0),(33,'lv','lv.png',0),(34,'mk','mk.png',0),(35,'mn','mn.png',0),(36,'ms','ms.png',0),(37,'mt','mt.png',0),(38,'ne','ne.png',0),(39,'nl','nl.png',0),(40,'no','no.png',0),(41,'pa','pa.png',0),(42,'pl','pl.png',0),(43,'pt-br','pt-br.png',0),(44,'pt-pt','pt-pt.png',0),(45,'qu','qu.png',0),(46,'ro','ro.png',0),(47,'ru','ru.png',0),(48,'sk','sk.png',0),(49,'sl','sl.png',0),(50,'so','so.png',0),(51,'sq','sq.png',0),(52,'sr','sr.png',0),(53,'sv','sv.png',0),(54,'ta','ta.png',0),(55,'th','th.png',0),(56,'tr','tr.png',0),(57,'uk','uk.png',0),(58,'ur','ur.png',0),(59,'uz','uz.png',0),(60,'vi','vi.png',0),(61,'yi','yi.png',0),(62,'zh-hans','zh.png',0),(63,'zh-hant','zh.png',0),(64,'zu','zu.png',0); /*!40000 ALTER TABLE `wp_icl_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_languages` -- DROP TABLE IF EXISTS `wp_icl_languages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_languages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `english_name` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL, `major` tinyint(4) NOT NULL DEFAULT '0', `active` tinyint(4) NOT NULL, `default_locale` varchar(35) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `tag` varchar(35) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `encode_url` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`), UNIQUE KEY `english_name` (`english_name`) ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_languages` -- LOCK TABLES `wp_icl_languages` WRITE; /*!40000 ALTER TABLE `wp_icl_languages` DISABLE KEYS */; INSERT INTO `wp_icl_languages` VALUES (1,'en','English',1,1,'en_US','en',0),(2,'es','Spanish',1,1,'es_ES','es',0),(3,'de','German',1,0,'de_DE','de',0),(4,'fr','French',1,0,'fr_FR','fr',0),(5,'ar','Arabic',0,0,'ar','ar',0),(6,'bs','Bosnian',0,0,'bs_BA','bs',0),(7,'bg','Bulgarian',0,0,'bg_BG','bg',0),(8,'ca','Catalan',0,0,'ca','ca',0),(9,'cs','Czech',0,0,'cs_CZ','cs',0),(10,'sk','Slovak',0,0,'sk_SK','sk',0),(11,'cy','Welsh',0,0,'cy_GB','cy',0),(12,'da','Danish',1,0,'da_DK','da',0),(13,'el','Greek',0,0,'el','el',0),(14,'eo','Esperanto',0,0,'eo_UY','eo',0),(15,'et','Estonian',0,0,'et','et',0),(16,'eu','Basque',0,0,'eu_ES','eu',0),(17,'fa','Persian',0,0,'fa_IR','fa',0),(18,'fi','Finnish',0,0,'fi','fi',0),(19,'ga','Irish',0,0,'ga_IE','ga',0),(20,'he','Hebrew',0,0,'he_IL','he',0),(21,'hi','Hindi',0,0,'hi_IN','hi',0),(22,'hr','Croatian',0,0,'hr','hr',0),(23,'hu','Hungarian',0,0,'hu_HU','hu',0),(24,'hy','Armenian',0,0,'hy_AM','hy',0),(25,'id','Indonesian',0,0,'id_ID','id',0),(26,'is','Icelandic',0,0,'is_IS','is',0),(27,'it','Italian',1,0,'it_IT','it',0),(28,'ja','Japanese',1,0,'ja','ja',0),(29,'ko','Korean',0,0,'ko_KR','ko',0),(30,'ku','Kurdish',0,0,'ckb','ku',0),(31,'lv','Latvian',0,0,'lv_LV','lv',0),(32,'lt','Lithuanian',0,0,'lt_LT','lt',0),(33,'mk','Macedonian',0,0,'mk_MK','mk',0),(34,'mt','Maltese',0,0,'mt_MT','mt',0),(35,'mn','Mongolian',0,0,'mn_MN','mn',0),(36,'ne','Nepali',0,0,'ne','ne',0),(37,'nl','Dutch',1,0,'nl_NL','nl',0),(38,'no','Norwegian Bokmål',0,0,'nb_NO','no',0),(39,'pa','Punjabi',0,0,'','pa',0),(40,'pl','Polish',0,0,'pl_PL','pl',0),(41,'pt-pt','Portuguese, Portugal',0,0,'pt_PT','pt-pt',0),(42,'pt-br','Portuguese, Brazil',0,0,'pt_BR','pt-br',0),(43,'qu','Quechua',0,0,'quz_PE','qu',0),(44,'ro','Romanian',0,0,'ro_RO','ro',0),(45,'ru','Russian',1,0,'ru_RU','ru',0),(46,'sl','Slovenian',0,0,'sl_SI','sl',0),(47,'so','Somali',0,0,'so_SO','so',0),(48,'sq','Albanian',0,0,'sq_AL','sq',0),(49,'sr','Serbian',0,0,'sr_RS','sr',0),(50,'sv','Swedish',0,0,'sv_SE','sv',0),(51,'ta','Tamil',0,0,'ta_IN','ta',0),(52,'th','Thai',0,0,'th','th',0),(53,'tr','Turkish',0,0,'tr_TR','tr',0),(54,'uk','Ukrainian',0,0,'uk','uk',0),(55,'ur','Urdu',0,0,'uz_UZ','ur',0),(56,'uz','Uzbek',0,0,'uz_UZ','uz',0),(57,'vi','Vietnamese',0,0,'vi_VN','vi',0),(58,'yi','Yiddish',0,0,'','yi',0),(59,'zh-hans','Chinese (Simplified)',1,0,'zh_CN','zh-hans',0),(60,'zu','Zulu',0,0,'','zu',0),(61,'zh-hant','Chinese (Traditional)',1,0,'zh_TW','zh-hant',0),(62,'ms','Malay',0,0,'ms_MY','ms',0),(63,'gl','Galician',0,0,'gl_ES','gl',0),(64,'bn','Bengali',0,0,'bn_BD','bn',0); /*!40000 ALTER TABLE `wp_icl_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_languages_translations` -- DROP TABLE IF EXISTS `wp_icl_languages_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_languages_translations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `display_language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `language_code` (`language_code`,`display_language_code`) ) ENGINE=InnoDB AUTO_INCREMENT=4097 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_languages_translations` -- LOCK TABLES `wp_icl_languages_translations` WRITE; /*!40000 ALTER TABLE `wp_icl_languages_translations` DISABLE KEYS */; INSERT INTO `wp_icl_languages_translations` VALUES (1,'en','en','English'),(2,'en','es','Inglés'),(3,'en','de','Englisch'),(4,'en','fr','Anglais'),(5,'en','ar','الإنجليزية'),(6,'en','bs','English'),(7,'en','bg','Английски'),(8,'en','ca','English'),(9,'en','cs','Angličtina'),(10,'en','sk','Angličtina'),(11,'en','cy','English'),(12,'en','da','English'),(13,'en','el','Αγγλικα'),(14,'en','eo','English'),(15,'en','et','English'),(16,'en','eu','English'),(17,'en','fa','English'),(18,'en','fi','englanti'),(19,'en','ga','English'),(20,'en','he','אנגלית'),(21,'en','hi','English'),(22,'en','hr','Engleski'),(23,'en','hu','angol'),(24,'en','hy','English'),(25,'en','id','English'),(26,'en','is','English'),(27,'en','it','Inglese'),(28,'en','ja','英語'),(29,'en','ko','영어'),(30,'en','ku','English'),(31,'en','lv','English'),(32,'en','lt','English'),(33,'en','mk','English'),(34,'en','mt','English'),(35,'en','mn','English'),(36,'en','ne','English'),(37,'en','nl','Engels'),(38,'en','no','Engelsk'),(39,'en','pa','English'),(40,'en','pl','angielski'),(41,'en','pt-pt','Inglês'),(42,'en','pt-br','Inglês'),(43,'en','qu','English'),(44,'en','ro','Engleză'),(45,'en','ru','Английский'),(46,'en','sl','Angleščina'),(47,'en','so','English'),(48,'en','sq','English'),(49,'en','sr','енглески'),(50,'en','sv','Engelska'),(51,'en','ta','English'),(52,'en','th','อังกฤษ'),(53,'en','tr','İngilizce'),(54,'en','uk','English'),(55,'en','ur','English'),(56,'en','uz','English'),(57,'en','vi','English'),(58,'en','yi','English'),(59,'en','zh-hans','英语'),(60,'en','zu','English'),(61,'en','zh-hant','英語'),(62,'en','ms','English'),(63,'en','gl','English'),(64,'en','bn','English'),(65,'es','en','Spanish'),(66,'es','es','Español'),(67,'es','de','Spanisch'),(68,'es','fr','Espagnol'),(69,'es','ar','الأسبانية'),(70,'es','bs','Spanish'),(71,'es','bg','Испански'),(72,'es','ca','Spanish'),(73,'es','cs','Španělský'),(74,'es','sk','Španielčina'),(75,'es','cy','Spanish'),(76,'es','da','Spanish'),(77,'es','el','Ισπανικα'),(78,'es','eo','Spanish'),(79,'es','et','Spanish'),(80,'es','eu','Spanish'),(81,'es','fa','Spanish'),(82,'es','fi','espanja'),(83,'es','ga','Spanish'),(84,'es','he','ספרדית'),(85,'es','hi','Spanish'),(86,'es','hr','španjolski'),(87,'es','hu','spanyol'),(88,'es','hy','Spanish'),(89,'es','id','Spanish'),(90,'es','is','Spanish'),(91,'es','it','Spagnolo'),(92,'es','ja','スペイン語'),(93,'es','ko','스페인어'),(94,'es','ku','Spanish'),(95,'es','lv','Spanish'),(96,'es','lt','Spanish'),(97,'es','mk','Spanish'),(98,'es','mt','Spanish'),(99,'es','mn','Spanish'),(100,'es','ne','Spanish'),(101,'es','nl','Spaans'),(102,'es','no','Spansk'),(103,'es','pa','Spanish'),(104,'es','pl','hiszpański'),(105,'es','pt-pt','Espanhol'),(106,'es','pt-br','Espanhol'),(107,'es','qu','Spanish'),(108,'es','ro','Spaniolă'),(109,'es','ru','Испанский'),(110,'es','sl','Španščina'),(111,'es','so','Spanish'),(112,'es','sq','Spanish'),(113,'es','sr','шпански'),(114,'es','sv','Spanska'),(115,'es','ta','Spanish'),(116,'es','th','สเปน'),(117,'es','tr','İspanyolca'),(118,'es','uk','Spanish'),(119,'es','ur','Spanish'),(120,'es','uz','Spanish'),(121,'es','vi','Spanish'),(122,'es','yi','Spanish'),(123,'es','zh-hans','西班牙语'),(124,'es','zu','Spanish'),(125,'es','zh-hant','西班牙語'),(126,'es','ms','Spanish'),(127,'es','gl','Spanish'),(128,'es','bn','Spanish'),(129,'de','en','German'),(130,'de','es','Alemán'),(131,'de','de','Deutsch'),(132,'de','fr','Allemand'),(133,'de','ar','الألمانية'),(134,'de','bs','German'),(135,'de','bg','Немски'),(136,'de','ca','German'),(137,'de','cs','Němec'),(138,'de','sk','Nemčina'),(139,'de','cy','German'),(140,'de','da','German'),(141,'de','el','Γερμανικα'),(142,'de','eo','German'),(143,'de','et','German'),(144,'de','eu','German'),(145,'de','fa','German'),(146,'de','fi','saksa'),(147,'de','ga','German'),(148,'de','he','גרמנית'),(149,'de','hi','German'),(150,'de','hr','Njemački'),(151,'de','hu','német'),(152,'de','hy','German'),(153,'de','id','German'),(154,'de','is','German'),(155,'de','it','Tedesco'),(156,'de','ja','ドイツ語'),(157,'de','ko','독어'),(158,'de','ku','German'),(159,'de','lv','German'),(160,'de','lt','German'),(161,'de','mk','German'),(162,'de','mt','German'),(163,'de','mn','German'),(164,'de','ne','German'),(165,'de','nl','Duits'),(166,'de','no','Tysk'),(167,'de','pa','German'),(168,'de','pl','niemiecki'),(169,'de','pt-pt','Alemão'),(170,'de','pt-br','Alemão'),(171,'de','qu','German'),(172,'de','ro','Germană'),(173,'de','ru','Немецкий'),(174,'de','sl','Nemščina'),(175,'de','so','German'),(176,'de','sq','German'),(177,'de','sr','немачки'),(178,'de','sv','Tyska'),(179,'de','ta','German'),(180,'de','th','เยอรมัน'),(181,'de','tr','Almanca'),(182,'de','uk','German'),(183,'de','ur','German'),(184,'de','uz','German'),(185,'de','vi','German'),(186,'de','yi','German'),(187,'de','zh-hans','德语'),(188,'de','zu','German'),(189,'de','zh-hant','德語'),(190,'de','ms','German'),(191,'de','gl','German'),(192,'de','bn','German'),(193,'fr','en','French'),(194,'fr','es','Francés'),(195,'fr','de','Französisch'),(196,'fr','fr','Français'),(197,'fr','ar','الفرنسية'),(198,'fr','bs','French'),(199,'fr','bg','Френски'),(200,'fr','ca','French'),(201,'fr','cs','Francouzština'),(202,'fr','sk','Francúzština'),(203,'fr','cy','French'),(204,'fr','da','French'),(205,'fr','el','Γαλλικα'),(206,'fr','eo','French'),(207,'fr','et','French'),(208,'fr','eu','French'),(209,'fr','fa','French'),(210,'fr','fi','ranska'),(211,'fr','ga','French'),(212,'fr','he','צרפתית'),(213,'fr','hi','French'),(214,'fr','hr','Francuzi'),(215,'fr','hu','francia'),(216,'fr','hy','French'),(217,'fr','id','French'),(218,'fr','is','French'),(219,'fr','it','Francese'),(220,'fr','ja','フランス語'),(221,'fr','ko','불어'),(222,'fr','ku','French'),(223,'fr','lv','French'),(224,'fr','lt','French'),(225,'fr','mk','French'),(226,'fr','mt','French'),(227,'fr','mn','French'),(228,'fr','ne','French'),(229,'fr','nl','Frans'),(230,'fr','no','Fransk'),(231,'fr','pa','French'),(232,'fr','pl','francuski'),(233,'fr','pt-pt','Francês'),(234,'fr','pt-br','Francês'),(235,'fr','qu','French'),(236,'fr','ro','Franceză'),(237,'fr','ru','Французский'),(238,'fr','sl','Francoščina'),(239,'fr','so','French'),(240,'fr','sq','French'),(241,'fr','sr','француски'),(242,'fr','sv','Franska'),(243,'fr','ta','French'),(244,'fr','th','ฝรั่งเศส'),(245,'fr','tr','Fransızca'),(246,'fr','uk','French'),(247,'fr','ur','French'),(248,'fr','uz','French'),(249,'fr','vi','French'),(250,'fr','yi','French'),(251,'fr','zh-hans','法语'),(252,'fr','zu','French'),(253,'fr','zh-hant','法語'),(254,'fr','ms','French'),(255,'fr','gl','French'),(256,'fr','bn','French'),(257,'ar','en','Arabic'),(258,'ar','es','Árabe'),(259,'ar','de','Arabisch'),(260,'ar','fr','Arabe'),(261,'ar','ar','العربية'),(262,'ar','bs','Arabic'),(263,'ar','bg','Арабски'),(264,'ar','ca','Arabic'),(265,'ar','cs','Arabština'),(266,'ar','sk','Arabčina'),(267,'ar','cy','Arabic'),(268,'ar','da','Arabic'),(269,'ar','el','Αραβικα'),(270,'ar','eo','Arabic'),(271,'ar','et','Arabic'),(272,'ar','eu','Arabic'),(273,'ar','fa','Arabic'),(274,'ar','fi','arabia'),(275,'ar','ga','Arabic'),(276,'ar','he','ערבית'),(277,'ar','hi','Arabic'),(278,'ar','hr','Arapski'),(279,'ar','hu','arab'),(280,'ar','hy','Arabic'),(281,'ar','id','Arabic'),(282,'ar','is','Arabic'),(283,'ar','it','Arabo'),(284,'ar','ja','アラビア語'),(285,'ar','ko','아랍어'),(286,'ar','ku','Arabic'),(287,'ar','lv','Arabic'),(288,'ar','lt','Arabic'),(289,'ar','mk','Arabic'),(290,'ar','mt','Arabic'),(291,'ar','mn','Arabic'),(292,'ar','ne','Arabic'),(293,'ar','nl','Arabisch'),(294,'ar','no','Arabisk'),(295,'ar','pa','Arabic'),(296,'ar','pl','arabski'),(297,'ar','pt-pt','Árabe'),(298,'ar','pt-br','Árabe'),(299,'ar','qu','Arabic'),(300,'ar','ro','Arabică'),(301,'ar','ru','Арабский'),(302,'ar','sl','Arabščina'),(303,'ar','so','Arabic'),(304,'ar','sq','Arabic'),(305,'ar','sr','арапски'),(306,'ar','sv','Arabiska'),(307,'ar','ta','Arabic'),(308,'ar','th','อารบิก'),(309,'ar','tr','Arapça'),(310,'ar','uk','Arabic'),(311,'ar','ur','Arabic'),(312,'ar','uz','Arabic'),(313,'ar','vi','Arabic'),(314,'ar','yi','Arabic'),(315,'ar','zh-hans','阿拉伯语'),(316,'ar','zu','Arabic'),(317,'ar','zh-hant','阿拉伯語'),(318,'ar','ms','Arabic'),(319,'ar','gl','Arabic'),(320,'ar','bn','Arabic'),(321,'bs','en','Bosnian'),(322,'bs','es','Bosnio'),(323,'bs','de','Bosnisch'),(324,'bs','fr','Bosnien'),(325,'bs','ar','البوسنية'),(326,'bs','bs','Bosnian'),(327,'bs','bg','Босненски'),(328,'bs','ca','Bosnian'),(329,'bs','cs','Bosenština'),(330,'bs','sk','Bosniačtina'),(331,'bs','cy','Bosnian'),(332,'bs','da','Bosnian'),(333,'bs','el','Βοσνιακα'),(334,'bs','eo','Bosnian'),(335,'bs','et','Bosnian'),(336,'bs','eu','Bosnian'),(337,'bs','fa','Bosnian'),(338,'bs','fi','bosnia'),(339,'bs','ga','Bosnian'),(340,'bs','he','בוסנית'),(341,'bs','hi','Bosnian'),(342,'bs','hr','Bosanski'),(343,'bs','hu','bosnyák'),(344,'bs','hy','Bosnian'),(345,'bs','id','Bosnian'),(346,'bs','is','Bosnian'),(347,'bs','it','Bosniaco'),(348,'bs','ja','ボスニア語'),(349,'bs','ko','보즈니아어'),(350,'bs','ku','Bosnian'),(351,'bs','lv','Bosnian'),(352,'bs','lt','Bosnian'),(353,'bs','mk','Bosnian'),(354,'bs','mt','Bosnian'),(355,'bs','mn','Bosnian'),(356,'bs','ne','Bosnian'),(357,'bs','nl','Bosnisch'),(358,'bs','no','Bosnisk'),(359,'bs','pa','Bosnian'),(360,'bs','pl','bośniacki'),(361,'bs','pt-pt','Bósnio'),(362,'bs','pt-br','Bósnio'),(363,'bs','qu','Bosnian'),(364,'bs','ro','Bosniacă'),(365,'bs','ru','Боснийский'),(366,'bs','sl','Bosanski'),(367,'bs','so','Bosnian'),(368,'bs','sq','Bosnian'),(369,'bs','sr','босански'),(370,'bs','sv','Bosniska'),(371,'bs','ta','Bosnian'),(372,'bs','th','บอสเนียน'),(373,'bs','tr','Boşnakça'),(374,'bs','uk','Bosnian'),(375,'bs','ur','Bosnian'),(376,'bs','uz','Bosnian'),(377,'bs','vi','Bosnian'),(378,'bs','yi','Bosnian'),(379,'bs','zh-hans','波斯尼亚语'),(380,'bs','zu','Bosnian'),(381,'bs','zh-hant','波士尼亞語'),(382,'bs','ms','Bosnian'),(383,'bs','gl','Bosnian'),(384,'bs','bn','Bosnian'),(385,'bg','en','Bulgarian'),(386,'bg','es','Búlgaro'),(387,'bg','de','Bulgarisch'),(388,'bg','fr','Bulgare'),(389,'bg','ar','البلغارية'),(390,'bg','bs','Bulgarian'),(391,'bg','bg','Български'),(392,'bg','ca','Bulgarian'),(393,'bg','cs','Bulharština'),(394,'bg','sk','Bulharčina'),(395,'bg','cy','Bulgarian'),(396,'bg','da','Bulgarian'),(397,'bg','el','Βουλγαρικα'),(398,'bg','eo','Bulgarian'),(399,'bg','et','Bulgarian'),(400,'bg','eu','Bulgarian'),(401,'bg','fa','Bulgarian'),(402,'bg','fi','bulgaria'),(403,'bg','ga','Bulgarian'),(404,'bg','he','בולגרית'),(405,'bg','hi','Bulgarian'),(406,'bg','hr','Bugarski'),(407,'bg','hu','bolgár'),(408,'bg','hy','Bulgarian'),(409,'bg','id','Bulgarian'),(410,'bg','is','Bulgarian'),(411,'bg','it','Bulgaro'),(412,'bg','ja','ブルガリア語'),(413,'bg','ko','불가리아어'),(414,'bg','ku','Bulgarian'),(415,'bg','lv','Bulgarian'),(416,'bg','lt','Bulgarian'),(417,'bg','mk','Bulgarian'),(418,'bg','mt','Bulgarian'),(419,'bg','mn','Bulgarian'),(420,'bg','ne','Bulgarian'),(421,'bg','nl','Bulgaars'),(422,'bg','no','Bulgarian'),(423,'bg','pa','Bulgarian'),(424,'bg','pl','bułgarski'),(425,'bg','pt-pt','Búlgaro'),(426,'bg','pt-br','Búlgaro'),(427,'bg','qu','Bulgarian'),(428,'bg','ro','Bulgară'),(429,'bg','ru','Болгарский'),(430,'bg','sl','Bolgarščina'),(431,'bg','so','Bulgarian'),(432,'bg','sq','Bulgarian'),(433,'bg','sr','бугарски'),(434,'bg','sv','Bulgariska'),(435,'bg','ta','Bulgarian'),(436,'bg','th','บัลแกเรียน'),(437,'bg','tr','Bulgarca'),(438,'bg','uk','Bulgarian'),(439,'bg','ur','Bulgarian'),(440,'bg','uz','Bulgarian'),(441,'bg','vi','Bulgarian'),(442,'bg','yi','Bulgarian'),(443,'bg','zh-hans','保加利亚语'),(444,'bg','zu','Bulgarian'),(445,'bg','zh-hant','保加利亞語'),(446,'bg','ms','Bulgarian'),(447,'bg','gl','Bulgarian'),(448,'bg','bn','Bulgarian'),(449,'ca','en','Catalan'),(450,'ca','es','Catalán'),(451,'ca','de','Katalanisch'),(452,'ca','fr','Catalan'),(453,'ca','ar','الكاتالوينية'),(454,'ca','bs','Catalan'),(455,'ca','bg','Каталонски'),(456,'ca','ca','Català'),(457,'ca','cs','Katalánština'),(458,'ca','sk','Katalánčina'),(459,'ca','cy','Catalan'),(460,'ca','da','Catalan'),(461,'ca','el','Καταλανικα'),(462,'ca','eo','Catalan'),(463,'ca','et','Catalan'),(464,'ca','eu','Catalan'),(465,'ca','fa','Catalan'),(466,'ca','fi','katalaani'),(467,'ca','ga','Catalan'),(468,'ca','he','קטלאנית'),(469,'ca','hi','Catalan'),(470,'ca','hr','Katalonski'),(471,'ca','hu','katalán'),(472,'ca','hy','Catalan'),(473,'ca','id','Catalan'),(474,'ca','is','Catalan'),(475,'ca','it','Catalano'),(476,'ca','ja','カタルーニャ語'),(477,'ca','ko','카탈로니아어'),(478,'ca','ku','Catalan'),(479,'ca','lv','Catalan'),(480,'ca','lt','Catalan'),(481,'ca','mk','Catalan'),(482,'ca','mt','Catalan'),(483,'ca','mn','Catalan'),(484,'ca','ne','Catalan'),(485,'ca','nl','Catalaans'),(486,'ca','no','catalan'),(487,'ca','pa','Catalan'),(488,'ca','pl','kataloński'),(489,'ca','pt-pt','Catalão'),(490,'ca','pt-br','Catalão'),(491,'ca','qu','Catalan'),(492,'ca','ro','Catalană'),(493,'ca','ru','Каталанский'),(494,'ca','sl','Katalonščina'),(495,'ca','so','Catalan'),(496,'ca','sq','Catalan'),(497,'ca','sr','каталонски'),(498,'ca','sv','Katalanska'),(499,'ca','ta','Catalan'),(500,'ca','th','คะตะลาน'),(501,'ca','tr','Katalan dili'),(502,'ca','uk','Catalan'),(503,'ca','ur','Catalan'),(504,'ca','uz','Catalan'),(505,'ca','vi','Catalan'),(506,'ca','yi','Catalan'),(507,'ca','zh-hans','加泰罗尼亚语'),(508,'ca','zu','Catalan'),(509,'ca','zh-hant','加泰羅尼亞語'),(510,'ca','ms','Catalan'),(511,'ca','gl','Catalan'),(512,'ca','bn','Catalan'),(513,'cs','en','Czech'),(514,'cs','es','Checo'),(515,'cs','de','Tschechisch'),(516,'cs','fr','Tchèque'),(517,'cs','ar','التشيكية'),(518,'cs','bs','Czech'),(519,'cs','bg','Чешки'),(520,'cs','ca','Czech'),(521,'cs','cs','Čeština'),(522,'cs','sk','Čeština'),(523,'cs','cy','Czech'),(524,'cs','da','Czech'),(525,'cs','el','Τσεχικη'),(526,'cs','eo','Czech'),(527,'cs','et','Czech'),(528,'cs','eu','Czech'),(529,'cs','fa','Czech'),(530,'cs','fi','tsekki'),(531,'cs','ga','Czech'),(532,'cs','he','צ\'כית'),(533,'cs','hi','Czech'),(534,'cs','hr','češki'),(535,'cs','hu','cseh'),(536,'cs','hy','Czech'),(537,'cs','id','Czech'),(538,'cs','is','Czech'),(539,'cs','it','Ceco'),(540,'cs','ja','チェコ語'),(541,'cs','ko','체코슬로바키아어'),(542,'cs','ku','Czech'),(543,'cs','lv','Czech'),(544,'cs','lt','Czech'),(545,'cs','mk','Czech'),(546,'cs','mt','Czech'),(547,'cs','mn','Czech'),(548,'cs','ne','Czech'),(549,'cs','nl','Tsjechisch'),(550,'cs','no','Czech'),(551,'cs','pa','Czech'),(552,'cs','pl','czeski'),(553,'cs','pt-pt','Tcheco'),(554,'cs','pt-br','Tcheco'),(555,'cs','qu','Czech'),(556,'cs','ro','Cehă'),(557,'cs','ru','Чешский'),(558,'cs','sl','Češčina'),(559,'cs','so','Czech'),(560,'cs','sq','Czech'),(561,'cs','sr','чешки'),(562,'cs','sv','Tjeckiska'),(563,'cs','ta','Czech'),(564,'cs','th','เช็ก'),(565,'cs','tr','Çekçe'),(566,'cs','uk','Czech'),(567,'cs','ur','Czech'),(568,'cs','uz','Czech'),(569,'cs','vi','Czech'),(570,'cs','yi','Czech'),(571,'cs','zh-hans','捷克语'),(572,'cs','zu','Czech'),(573,'cs','zh-hant','捷克語'),(574,'cs','ms','Czech'),(575,'cs','gl','Czech'),(576,'cs','bn','Czech'),(577,'sk','en','Slovak'),(578,'sk','es','Eslavo'),(579,'sk','de','Slowakisch'),(580,'sk','fr','Slave'),(581,'sk','ar','السلافية'),(582,'sk','bs','Slovak'),(583,'sk','bg','Словашки'),(584,'sk','ca','Slovak'),(585,'sk','cs','Slovenština'),(586,'sk','sk','Slovenčina'),(587,'sk','cy','Slovak'),(588,'sk','da','Slovak'),(589,'sk','el','Σλαβικη'),(590,'sk','eo','Slovak'),(591,'sk','et','Slovak'),(592,'sk','eu','Slovak'),(593,'sk','fa','Slovak'),(594,'sk','fi','slaavi'),(595,'sk','ga','Slovak'),(596,'sk','he','סלאבית'),(597,'sk','hi','Slovak'),(598,'sk','hr','Slovak'),(599,'sk','hu','szláv'),(600,'sk','hy','Slovak'),(601,'sk','id','Slovak'),(602,'sk','is','Slovak'),(603,'sk','it','Slavo'),(604,'sk','ja','スラヴ語派'),(605,'sk','ko','슬라브어'),(606,'sk','ku','Slovak'),(607,'sk','lv','Slovak'),(608,'sk','lt','Slovak'),(609,'sk','mk','Slovak'),(610,'sk','mt','Slovak'),(611,'sk','mn','Slovak'),(612,'sk','ne','Slovak'),(613,'sk','nl','Slavisch'),(614,'sk','no','Slovak'),(615,'sk','pa','Slovak'),(616,'sk','pl','słowacki'),(617,'sk','pt-pt','Eslavo'),(618,'sk','pt-br','Eslavo'),(619,'sk','qu','Slovak'),(620,'sk','ro','Slavă'),(621,'sk','ru','Славянский'),(622,'sk','sl','Slovaščina'),(623,'sk','so','Slovak'),(624,'sk','sq','Slovak'),(625,'sk','sr','словачки'),(626,'sk','sv','Slavisk'),(627,'sk','ta','Slovak'),(628,'sk','th','สลาวิก'),(629,'sk','tr','Slav dili'),(630,'sk','uk','Slovak'),(631,'sk','ur','Slovak'),(632,'sk','uz','Slovak'),(633,'sk','vi','Slovak'),(634,'sk','yi','Slovak'),(635,'sk','zh-hans','斯拉夫语'),(636,'sk','zu','Slovak'),(637,'sk','zh-hant','斯拉夫語'),(638,'sk','ms','Slovak'),(639,'sk','gl','Slovak'),(640,'sk','bn','Slovak'),(641,'cy','en','Welsh'),(642,'cy','es','Galés'),(643,'cy','de','Walisisch'),(644,'cy','fr','Gallois'),(645,'cy','ar','الولزية'),(646,'cy','bs','Welsh'),(647,'cy','bg','Уелски'),(648,'cy','ca','Welsh'),(649,'cy','cs','Velšský'),(650,'cy','sk','Welština'),(651,'cy','cy','Cymraeg'),(652,'cy','da','Welsh'),(653,'cy','el','Welsh'),(654,'cy','eo','Welsh'),(655,'cy','et','Welsh'),(656,'cy','eu','Welsh'),(657,'cy','fa','Welsh'),(658,'cy','fi','kymri'),(659,'cy','ga','Welsh'),(660,'cy','he','וולשית'),(661,'cy','hi','Welsh'),(662,'cy','hr','Velški'),(663,'cy','hu','vels'),(664,'cy','hy','Welsh'),(665,'cy','id','Welsh'),(666,'cy','is','Welsh'),(667,'cy','it','Gallese'),(668,'cy','ja','ウェールズ語'),(669,'cy','ko','웨일즈어'),(670,'cy','ku','Welsh'),(671,'cy','lv','Welsh'),(672,'cy','lt','Welsh'),(673,'cy','mk','Welsh'),(674,'cy','mt','Welsh'),(675,'cy','mn','Welsh'),(676,'cy','ne','Welsh'),(677,'cy','nl','Welsh'),(678,'cy','no','Welsh'),(679,'cy','pa','Welsh'),(680,'cy','pl','walijski'),(681,'cy','pt-pt','Galês'),(682,'cy','pt-br','Galês'),(683,'cy','qu','Welsh'),(684,'cy','ro','Galeză'),(685,'cy','ru','Валлийский'),(686,'cy','sl','Welsh'),(687,'cy','so','Welsh'),(688,'cy','sq','Welsh'),(689,'cy','sr','велшки'),(690,'cy','sv','Walesiska'),(691,'cy','ta','Welsh'),(692,'cy','th','เวลช์'),(693,'cy','tr','Galce'),(694,'cy','uk','Welsh'),(695,'cy','ur','Welsh'),(696,'cy','uz','Welsh'),(697,'cy','vi','Welsh'),(698,'cy','yi','Welsh'),(699,'cy','zh-hans','威尔士语'),(700,'cy','zu','Welsh'),(701,'cy','zh-hant','威爾士語'),(702,'cy','ms','Welsh'),(703,'cy','gl','Welsh'),(704,'cy','bn','Welsh'),(705,'da','en','Danish'),(706,'da','es','Danés'),(707,'da','de','Dänisch'),(708,'da','fr','Danois'),(709,'da','ar','الدانماركية'),(710,'da','bs','Danish'),(711,'da','bg','Датски'),(712,'da','ca','Danish'),(713,'da','cs','Dánský'),(714,'da','sk','Dánčina'),(715,'da','cy','Danish'),(716,'da','da','Dansk'),(717,'da','el','Δανεζικα'),(718,'da','eo','Danish'),(719,'da','et','Danish'),(720,'da','eu','Danish'),(721,'da','fa','Danish'),(722,'da','fi','tanska'),(723,'da','ga','Danish'),(724,'da','he','דנית'),(725,'da','hi','Danish'),(726,'da','hr','Danski'),(727,'da','hu','dán'),(728,'da','hy','Danish'),(729,'da','id','Danish'),(730,'da','is','Danish'),(731,'da','it','Danese'),(732,'da','ja','デンマーク語'),(733,'da','ko','덴마크어'),(734,'da','ku','Danish'),(735,'da','lv','Danish'),(736,'da','lt','Danish'),(737,'da','mk','Danish'),(738,'da','mt','Danish'),(739,'da','mn','Danish'),(740,'da','ne','Danish'),(741,'da','nl','Deens'),(742,'da','no','Danish'),(743,'da','pa','Danish'),(744,'da','pl','duński'),(745,'da','pt-pt','Dinamarquês'),(746,'da','pt-br','Dinamarquês'),(747,'da','qu','Danish'),(748,'da','ro','Daneză'),(749,'da','ru','Датский'),(750,'da','sl','Danščina'),(751,'da','so','Danish'),(752,'da','sq','Danish'),(753,'da','sr','дански'),(754,'da','sv','Danska'),(755,'da','ta','Danish'),(756,'da','th','เดนมาร์ก'),(757,'da','tr','Danca'),(758,'da','uk','Danish'),(759,'da','ur','Danish'),(760,'da','uz','Danish'),(761,'da','vi','Danish'),(762,'da','yi','Danish'),(763,'da','zh-hans','丹麦语'),(764,'da','zu','Danish'),(765,'da','zh-hant','丹麥語'),(766,'da','ms','Danish'),(767,'da','gl','Danish'),(768,'da','bn','Danish'),(769,'el','en','Greek'),(770,'el','es','Griego'),(771,'el','de','Griechisch'),(772,'el','fr','Grec moderne'),(773,'el','ar','اليونانية'),(774,'el','bs','Greek'),(775,'el','bg','Гръцки'),(776,'el','ca','Greek'),(777,'el','cs','Řečtina'),(778,'el','sk','Gréčtina'),(779,'el','cy','Greek'),(780,'el','da','Greek'),(781,'el','el','Ελληνικα'),(782,'el','eo','Greek'),(783,'el','et','Greek'),(784,'el','eu','Greek'),(785,'el','fa','Greek'),(786,'el','fi','kreikka'),(787,'el','ga','Greek'),(788,'el','he','יוונית'),(789,'el','hi','Greek'),(790,'el','hr','Grčki'),(791,'el','hu','görög'),(792,'el','hy','Greek'),(793,'el','id','Greek'),(794,'el','is','Greek'),(795,'el','it','Greco'),(796,'el','ja','ギリシア語'),(797,'el','ko','그리스어'),(798,'el','ku','Greek'),(799,'el','lv','Greek'),(800,'el','lt','Greek'),(801,'el','mk','Greek'),(802,'el','mt','Greek'),(803,'el','mn','Greek'),(804,'el','ne','Greek'),(805,'el','nl','Grieks'),(806,'el','no','Gresk'),(807,'el','pa','Greek'),(808,'el','pl','grecki'),(809,'el','pt-pt','Grego'),(810,'el','pt-br','Grego'),(811,'el','qu','Greek'),(812,'el','ro','Greacă'),(813,'el','ru','Греческий'),(814,'el','sl','Greek'),(815,'el','so','Greek'),(816,'el','sq','Greek'),(817,'el','sr','грчки'),(818,'el','sv','Grekiska'),(819,'el','ta','Greek'),(820,'el','th','กรีก'),(821,'el','tr','Yunanca'),(822,'el','uk','Greek'),(823,'el','ur','Greek'),(824,'el','uz','Greek'),(825,'el','vi','Greek'),(826,'el','yi','Greek'),(827,'el','zh-hans','希腊语'),(828,'el','zu','Greek'),(829,'el','zh-hant','希臘語'),(830,'el','ms','Greek'),(831,'el','gl','Greek'),(832,'el','bn','Greek'),(833,'eo','en','Esperanto'),(834,'eo','es','Esperanto'),(835,'eo','de','Esperanto'),(836,'eo','fr','Espéranto'),(837,'eo','ar','الاسبرانتو'),(838,'eo','bs','Esperanto'),(839,'eo','bg','Есперанто'),(840,'eo','ca','Esperanto'),(841,'eo','cs','Esperanto'),(842,'eo','sk','Esperanto'),(843,'eo','cy','Esperanto'),(844,'eo','da','Esperanto'),(845,'eo','el','Εσπεραντο'),(846,'eo','eo','Esperanta'),(847,'eo','et','Esperanto'),(848,'eo','eu','Esperanto'),(849,'eo','fa','Esperanto'),(850,'eo','fi','esperanto'),(851,'eo','ga','Esperanto'),(852,'eo','he','אספרנטו'),(853,'eo','hi','Esperanto'),(854,'eo','hr','Esperanto'),(855,'eo','hu','eszperantó'),(856,'eo','hy','Esperanto'),(857,'eo','id','Esperanto'),(858,'eo','is','Esperanto'),(859,'eo','it','Esperanto'),(860,'eo','ja','エスペラント語'),(861,'eo','ko','에스페란토어'),(862,'eo','ku','Esperanto'),(863,'eo','lv','Esperanto'),(864,'eo','lt','Esperanto'),(865,'eo','mk','Esperanto'),(866,'eo','mt','Esperanto'),(867,'eo','mn','Esperanto'),(868,'eo','ne','Esperanto'),(869,'eo','nl','Esperanto'),(870,'eo','no','Esperanto'),(871,'eo','pa','Esperanto'),(872,'eo','pl','esperanto'),(873,'eo','pt-pt','Esperanto'),(874,'eo','pt-br','Esperanto'),(875,'eo','qu','Esperanto'),(876,'eo','ro','Esperanto'),(877,'eo','ru','Эсперанто'),(878,'eo','sl','Esperanto'),(879,'eo','so','Esperanto'),(880,'eo','sq','Esperanto'),(881,'eo','sr','есперанто'),(882,'eo','sv','Esperanto'),(883,'eo','ta','Esperanto'),(884,'eo','th','เอสเปอรันโต'),(885,'eo','tr','Esperanto'),(886,'eo','uk','Esperanto'),(887,'eo','ur','Esperanto'),(888,'eo','uz','Esperanto'),(889,'eo','vi','Esperanto'),(890,'eo','yi','Esperanto'),(891,'eo','zh-hans','世界语'),(892,'eo','zu','Esperanto'),(893,'eo','zh-hant','世界語'),(894,'eo','ms','Esperanto'),(895,'eo','gl','Esperanto'),(896,'eo','bn','Esperanto'),(897,'et','en','Estonian'),(898,'et','es','Estonio'),(899,'et','de','Estnisch'),(900,'et','fr','Estonien'),(901,'et','ar','الأستونية'),(902,'et','bs','Estonian'),(903,'et','bg','Естонски'),(904,'et','ca','Estonian'),(905,'et','cs','Estonština'),(906,'et','sk','Estónčina'),(907,'et','cy','Estonian'),(908,'et','da','Estonian'),(909,'et','el','Εσθονικα'),(910,'et','eo','Estonian'),(911,'et','et','Eesti'),(912,'et','eu','Estonian'),(913,'et','fa','Estonian'),(914,'et','fi','eesti'),(915,'et','ga','Estonian'),(916,'et','he','אסטונית'),(917,'et','hi','Estonian'),(918,'et','hr','Estonski'),(919,'et','hu','észt'),(920,'et','hy','Estonian'),(921,'et','id','Estonian'),(922,'et','is','Estonian'),(923,'et','it','Estone'),(924,'et','ja','エストニア語'),(925,'et','ko','에스토니아어'),(926,'et','ku','Estonian'),(927,'et','lv','Estonian'),(928,'et','lt','Estonian'),(929,'et','mk','Estonian'),(930,'et','mt','Estonian'),(931,'et','mn','Estonian'),(932,'et','ne','Estonian'),(933,'et','nl','Ests'),(934,'et','no','Estonian'),(935,'et','pa','Estonian'),(936,'et','pl','estoński'),(937,'et','pt-pt','Estoniano'),(938,'et','pt-br','Estoniano'),(939,'et','qu','Estonian'),(940,'et','ro','Estoniană'),(941,'et','ru','Эстонский'),(942,'et','sl','Estonščina'),(943,'et','so','Estonian'),(944,'et','sq','Estonian'),(945,'et','sr','естонски'),(946,'et','sv','Estniska'),(947,'et','ta','Estonian'),(948,'et','th','เอสโตเนียน'),(949,'et','tr','Estonya dili'),(950,'et','uk','Estonian'),(951,'et','ur','Estonian'),(952,'et','uz','Estonian'),(953,'et','vi','Estonian'),(954,'et','yi','Estonian'),(955,'et','zh-hans','爱沙尼亚语'),(956,'et','zu','Estonian'),(957,'et','zh-hant','愛沙尼亞語'),(958,'et','ms','Estonian'),(959,'et','gl','Estonian'),(960,'et','bn','Estonian'),(961,'eu','en','Basque'),(962,'eu','es','Euskera'),(963,'eu','de','Baskisch'),(964,'eu','fr','Basque'),(965,'eu','ar','لغة الباسك'),(966,'eu','bs','Basque'),(967,'eu','bg','Баски'),(968,'eu','ca','Basque'),(969,'eu','cs','Basque'),(970,'eu','sk','Baskičtina'),(971,'eu','cy','Basque'),(972,'eu','da','Basque'),(973,'eu','el','Βασκικα'),(974,'eu','eo','Basque'),(975,'eu','et','Basque'),(976,'eu','eu','Euskara'),(977,'eu','fa','Basque'),(978,'eu','fi','baski'),(979,'eu','ga','Basque'),(980,'eu','he','בסקית'),(981,'eu','hi','Basque'),(982,'eu','hr','Baskijski'),(983,'eu','hu','baszk'),(984,'eu','hy','Basque'),(985,'eu','id','Basque'),(986,'eu','is','Basque'),(987,'eu','it','Basco'),(988,'eu','ja','バスク語'),(989,'eu','ko','바스크어'),(990,'eu','ku','Basque'),(991,'eu','lv','Basque'),(992,'eu','lt','Basque'),(993,'eu','mk','Basque'),(994,'eu','mt','Basque'),(995,'eu','mn','Basque'),(996,'eu','ne','Basque'),(997,'eu','nl','Baskisch'),(998,'eu','no','Basque'),(999,'eu','pa','Basque'),(1000,'eu','pl','baskijski'),(1001,'eu','pt-pt','Basco'),(1002,'eu','pt-br','Basco'),(1003,'eu','qu','Basque'),(1004,'eu','ro','Bască'),(1005,'eu','ru','Баскский'),(1006,'eu','sl','Baskovščina'),(1007,'eu','so','Basque'),(1008,'eu','sq','Basque'),(1009,'eu','sr','баскијски'),(1010,'eu','sv','Baskiska'),(1011,'eu','ta','Basque'),(1012,'eu','th','บาสค์'),(1013,'eu','tr','Bask dili'),(1014,'eu','uk','Basque'),(1015,'eu','ur','Basque'),(1016,'eu','uz','Basque'),(1017,'eu','vi','Basque'),(1018,'eu','yi','Basque'),(1019,'eu','zh-hans','巴斯克语'),(1020,'eu','zu','Basque'),(1021,'eu','zh-hant','巴斯克語'),(1022,'eu','ms','Basque'),(1023,'eu','gl','Basque'),(1024,'eu','bn','Basque'),(1025,'fa','en','Persian'),(1026,'fa','es','Persa'),(1027,'fa','de','Persisch'),(1028,'fa','fr','Perse'),(1029,'fa','ar','الفارسية'),(1030,'fa','bs','Persian'),(1031,'fa','bg','Персийски'),(1032,'fa','ca','Persian'),(1033,'fa','cs','Perský'),(1034,'fa','sk','Perzština'),(1035,'fa','cy','Persian'),(1036,'fa','da','Persian'),(1037,'fa','el','Περσικος'),(1038,'fa','eo','Persian'),(1039,'fa','et','Persian'),(1040,'fa','eu','Persian'),(1041,'fa','fa','فارسی'),(1042,'fa','fi','persia'),(1043,'fa','ga','Persian'),(1044,'fa','he','פרסית'),(1045,'fa','hi','Persian'),(1046,'fa','hr','Perzijski'),(1047,'fa','hu','perzsa'),(1048,'fa','hy','Persian'),(1049,'fa','id','Persian'),(1050,'fa','is','Persian'),(1051,'fa','it','Persiano'),(1052,'fa','ja','ペルシア語'),(1053,'fa','ko','페르시아어'),(1054,'fa','ku','Persian'),(1055,'fa','lv','Persian'),(1056,'fa','lt','Persian'),(1057,'fa','mk','Persian'),(1058,'fa','mt','Persian'),(1059,'fa','mn','Persian'),(1060,'fa','ne','Persian'),(1061,'fa','nl','Perzisch'),(1062,'fa','no','Persisk'),(1063,'fa','pa','Persian'),(1064,'fa','pl','perski'),(1065,'fa','pt-pt','Persa'),(1066,'fa','pt-br','Persa'),(1067,'fa','qu','Persian'),(1068,'fa','ro','Persană'),(1069,'fa','ru','Персидский'),(1070,'fa','sl','Perzijski'),(1071,'fa','so','Persian'),(1072,'fa','sq','Persian'),(1073,'fa','sr','персијски'),(1074,'fa','sv','Persiska'),(1075,'fa','ta','Persian'),(1076,'fa','th','เปอร์เซียน'),(1077,'fa','tr','Farsça'),(1078,'fa','uk','Persian'),(1079,'fa','ur','Persian'),(1080,'fa','uz','Persian'),(1081,'fa','vi','Persian'),(1082,'fa','yi','Persian'),(1083,'fa','zh-hans','波斯语'),(1084,'fa','zu','Persian'),(1085,'fa','zh-hant','波斯語'),(1086,'fa','ms','Persian'),(1087,'fa','gl','Persian'),(1088,'fa','bn','Persian'),(1089,'fi','en','Finnish'),(1090,'fi','es','Finlandés'),(1091,'fi','de','Finnisch'),(1092,'fi','fr','Finnois'),(1093,'fi','ar','الفنلندية'),(1094,'fi','bs','Finnish'),(1095,'fi','bg','Фински'),(1096,'fi','ca','Finnish'),(1097,'fi','cs','Finský'),(1098,'fi','sk','Fínština'),(1099,'fi','cy','Finnish'),(1100,'fi','da','Finnish'),(1101,'fi','el','Φινλανδικη'),(1102,'fi','eo','Finnish'),(1103,'fi','et','Finnish'),(1104,'fi','eu','Finnish'),(1105,'fi','fa','Finnish'),(1106,'fi','fi','Suomi'),(1107,'fi','ga','Finnish'),(1108,'fi','he','פינית'),(1109,'fi','hi','Finnish'),(1110,'fi','hr','Finski'),(1111,'fi','hu','finn'),(1112,'fi','hy','Finnish'),(1113,'fi','id','Finnish'),(1114,'fi','is','Finnish'),(1115,'fi','it','Finlandese'),(1116,'fi','ja','フィンランド語'),(1117,'fi','ko','핀란드어'),(1118,'fi','ku','Finnish'),(1119,'fi','lv','Finnish'),(1120,'fi','lt','Finnish'),(1121,'fi','mk','Finnish'),(1122,'fi','mt','Finnish'),(1123,'fi','mn','Finnish'),(1124,'fi','ne','Finnish'),(1125,'fi','nl','Fins'),(1126,'fi','no','Finsk'),(1127,'fi','pa','Finnish'),(1128,'fi','pl','fiński'),(1129,'fi','pt-pt','Finlandês'),(1130,'fi','pt-br','Finlandês'),(1131,'fi','qu','Finnish'),(1132,'fi','ro','Finlandeză'),(1133,'fi','ru','Финский'),(1134,'fi','sl','Finski'),(1135,'fi','so','Finnish'),(1136,'fi','sq','Finnish'),(1137,'fi','sr','фински'),(1138,'fi','sv','Finska'),(1139,'fi','ta','Finnish'),(1140,'fi','th','ฟินนิช'),(1141,'fi','tr','Fince'),(1142,'fi','uk','Finnish'),(1143,'fi','ur','Finnish'),(1144,'fi','uz','Finnish'),(1145,'fi','vi','Finnish'),(1146,'fi','yi','Finnish'),(1147,'fi','zh-hans','芬兰语'),(1148,'fi','zu','Finnish'),(1149,'fi','zh-hant','芬蘭語'),(1150,'fi','ms','Finnish'),(1151,'fi','gl','Finnish'),(1152,'fi','bn','Finnish'),(1153,'ga','en','Irish'),(1154,'ga','es','Irlandés'),(1155,'ga','de','Irisch'),(1156,'ga','fr','Irlandais'),(1157,'ga','ar','الأيرلندية'),(1158,'ga','bs','Irish'),(1159,'ga','bg','Ирландски'),(1160,'ga','ca','Irish'),(1161,'ga','cs','Irský'),(1162,'ga','sk','Írština'),(1163,'ga','cy','Irish'),(1164,'ga','da','Irish'),(1165,'ga','el','Ιρλανδικα'),(1166,'ga','eo','Irish'),(1167,'ga','et','Irish'),(1168,'ga','eu','Irish'),(1169,'ga','fa','Irish'),(1170,'ga','fi','iiri'),(1171,'ga','ga','Gaeilge'),(1172,'ga','he','אירית'),(1173,'ga','hi','Irish'),(1174,'ga','hr','Irci'),(1175,'ga','hu','ír'),(1176,'ga','hy','Irish'),(1177,'ga','id','Irish'),(1178,'ga','is','Irish'),(1179,'ga','it','Irlandese'),(1180,'ga','ja','アイルランド語'),(1181,'ga','ko','아일랜드어'),(1182,'ga','ku','Irish'),(1183,'ga','lv','Irish'),(1184,'ga','lt','Irish'),(1185,'ga','mk','Irish'),(1186,'ga','mt','Irish'),(1187,'ga','mn','Irish'),(1188,'ga','ne','Irish'),(1189,'ga','nl','Iers'),(1190,'ga','no','Irish'),(1191,'ga','pa','Irish'),(1192,'ga','pl','irlandzki'),(1193,'ga','pt-pt','Irlandês'),(1194,'ga','pt-br','Irlandês'),(1195,'ga','qu','Irish'),(1196,'ga','ro','Irlandeză'),(1197,'ga','ru','Ирландский'),(1198,'ga','sl','Irski'),(1199,'ga','so','Irish'),(1200,'ga','sq','Irish'),(1201,'ga','sr','ирски'),(1202,'ga','sv','Irländska'),(1203,'ga','ta','Irish'),(1204,'ga','th','ไอริช'),(1205,'ga','tr','İrlanda dili'),(1206,'ga','uk','Irish'),(1207,'ga','ur','Irish'),(1208,'ga','uz','Irish'),(1209,'ga','vi','Irish'),(1210,'ga','yi','Irish'),(1211,'ga','zh-hans','爱尔兰语'),(1212,'ga','zu','Irish'),(1213,'ga','zh-hant','愛爾蘭語'),(1214,'ga','ms','Irish'),(1215,'ga','gl','Irish'),(1216,'ga','bn','Irish'),(1217,'he','en','Hebrew'),(1218,'he','es','Hebreo'),(1219,'he','de','Hebräisch'),(1220,'he','fr','Hébreu'),(1221,'he','ar','العبرية'),(1222,'he','bs','Hebrew'),(1223,'he','bg','Иврит'),(1224,'he','ca','Hebrew'),(1225,'he','cs','Hebrejština'),(1226,'he','sk','Hebrejčina'),(1227,'he','cy','Hebrew'),(1228,'he','da','Hebrew'),(1229,'he','el','Εβραικα'),(1230,'he','eo','Hebrew'),(1231,'he','et','Hebrew'),(1232,'he','eu','Hebrew'),(1233,'he','fa','Hebrew'),(1234,'he','fi','heprea'),(1235,'he','ga','Hebrew'),(1236,'he','he','עברית'),(1237,'he','hi','Hebrew'),(1238,'he','hr','Hebrejski'),(1239,'he','hu','héber'),(1240,'he','hy','Hebrew'),(1241,'he','id','Hebrew'),(1242,'he','is','Hebrew'),(1243,'he','it','Ebraico'),(1244,'he','ja','ヘブライ語'),(1245,'he','ko','히브리어'),(1246,'he','ku','Hebrew'),(1247,'he','lv','Hebrew'),(1248,'he','lt','Hebrew'),(1249,'he','mk','Hebrew'),(1250,'he','mt','Hebrew'),(1251,'he','mn','Hebrew'),(1252,'he','ne','Hebrew'),(1253,'he','nl','Hebreeuws'),(1254,'he','no','Hebraisk'),(1255,'he','pa','Hebrew'),(1256,'he','pl','hebrajski'),(1257,'he','pt-pt','Hebraico'),(1258,'he','pt-br','Hebraico'),(1259,'he','qu','Hebrew'),(1260,'he','ro','Ebraică'),(1261,'he','ru','Иврит'),(1262,'he','sl','Hebrejščina'),(1263,'he','so','Hebrew'),(1264,'he','sq','Hebrew'),(1265,'he','sr','Хебрејски'),(1266,'he','sv','Hebreiska'),(1267,'he','ta','Hebrew'),(1268,'he','th','ฮิบรู'),(1269,'he','tr','İbranice'),(1270,'he','uk','Hebrew'),(1271,'he','ur','Hebrew'),(1272,'he','uz','Hebrew'),(1273,'he','vi','Hebrew'),(1274,'he','yi','Hebrew'),(1275,'he','zh-hans','希伯来语'),(1276,'he','zu','Hebrew'),(1277,'he','zh-hant','希伯來語'),(1278,'he','ms','Hebrew'),(1279,'he','gl','Hebrew'),(1280,'he','bn','Hebrew'),(1281,'hi','en','Hindi'),(1282,'hi','es','Hindi'),(1283,'hi','de','Hindi'),(1284,'hi','fr','Hindi'),(1285,'hi','ar','الهندية'),(1286,'hi','bs','Hindi'),(1287,'hi','bg','Хинди'),(1288,'hi','ca','Hindi'),(1289,'hi','cs','Hindština'),(1290,'hi','sk','Hindčina'),(1291,'hi','cy','Hindi'),(1292,'hi','da','Hindi'),(1293,'hi','el','Ινδικα'),(1294,'hi','eo','Hindi'),(1295,'hi','et','Hindi'),(1296,'hi','eu','Hindi'),(1297,'hi','fa','Hindi'),(1298,'hi','fi','hindi'),(1299,'hi','ga','Hindi'),(1300,'hi','he','הודית'),(1301,'hi','hi','हिन्दी'),(1302,'hi','hr','Hindski'),(1303,'hi','hu','hindi'),(1304,'hi','hy','Hindi'),(1305,'hi','id','Hindi'),(1306,'hi','is','Hindi'),(1307,'hi','it','Hindi'),(1308,'hi','ja','ヒンディー語'),(1309,'hi','ko','힌두어'),(1310,'hi','ku','Hindi'),(1311,'hi','lv','Hindi'),(1312,'hi','lt','Hindi'),(1313,'hi','mk','Hindi'),(1314,'hi','mt','Hindi'),(1315,'hi','mn','Hindi'),(1316,'hi','ne','Hindi'),(1317,'hi','nl','Hindi'),(1318,'hi','no','Hindi'),(1319,'hi','pa','Hindi'),(1320,'hi','pl','hindi'),(1321,'hi','pt-pt','Hindi'),(1322,'hi','pt-br','Hindi'),(1323,'hi','qu','Hindi'),(1324,'hi','ro','Hindi'),(1325,'hi','ru','Хинди'),(1326,'hi','sl','Hindi'),(1327,'hi','so','Hindi'),(1328,'hi','sq','Hindi'),(1329,'hi','sr','хинди'),(1330,'hi','sv','Hindi'),(1331,'hi','ta','Hindi'),(1332,'hi','th','ฮินดิ'),(1333,'hi','tr','Hintçe'),(1334,'hi','uk','Hindi'),(1335,'hi','ur','Hindi'),(1336,'hi','uz','Hindi'),(1337,'hi','vi','Hindi'),(1338,'hi','yi','Hindi'),(1339,'hi','zh-hans','印地语'),(1340,'hi','zu','Hindi'),(1341,'hi','zh-hant','印地語'),(1342,'hi','ms','Hindi'),(1343,'hi','gl','Hindi'),(1344,'hi','bn','Hindi'),(1345,'hr','en','Croatian'),(1346,'hr','es','Croata'),(1347,'hr','de','Kroatisch'),(1348,'hr','fr','Croate'),(1349,'hr','ar','الكرواتية'),(1350,'hr','bs','Croatian'),(1351,'hr','bg','Хърватски'),(1352,'hr','ca','Croatian'),(1353,'hr','cs','Chorvatský'),(1354,'hr','sk','Chorvátština'),(1355,'hr','cy','Croatian'),(1356,'hr','da','Croatian'),(1357,'hr','el','Κροατικα'),(1358,'hr','eo','Croatian'),(1359,'hr','et','Croatian'),(1360,'hr','eu','Croatian'),(1361,'hr','fa','Croatian'),(1362,'hr','fi','kroatia'),(1363,'hr','ga','Croatian'),(1364,'hr','he','קרוטאית'),(1365,'hr','hi','Croatian'),(1366,'hr','hr','Hrvatski'),(1367,'hr','hu','horvát'),(1368,'hr','hy','Croatian'),(1369,'hr','id','Croatian'),(1370,'hr','is','Croatian'),(1371,'hr','it','Croato'),(1372,'hr','ja','クロアチア語'),(1373,'hr','ko','크로아시아어'),(1374,'hr','ku','Croatian'),(1375,'hr','lv','Croatian'),(1376,'hr','lt','Croatian'),(1377,'hr','mk','Croatian'),(1378,'hr','mt','Croatian'),(1379,'hr','mn','Croatian'),(1380,'hr','ne','Croatian'),(1381,'hr','nl','Kroatisch'),(1382,'hr','no','Kroatisk'),(1383,'hr','pa','Croatian'),(1384,'hr','pl','chorwacki'),(1385,'hr','pt-pt','Croata'),(1386,'hr','pt-br','Croata'),(1387,'hr','qu','Croatian'),(1388,'hr','ro','Croată'),(1389,'hr','ru','Хорватский'),(1390,'hr','sl','Hrvaški'),(1391,'hr','so','Croatian'),(1392,'hr','sq','Croatian'),(1393,'hr','sr','хрватски'),(1394,'hr','sv','Kroatiska'),(1395,'hr','ta','Croatian'),(1396,'hr','th','โครเอเชีย'),(1397,'hr','tr','Hırvatça'),(1398,'hr','uk','Croatian'),(1399,'hr','ur','Croatian'),(1400,'hr','uz','Croatian'),(1401,'hr','vi','Croatian'),(1402,'hr','yi','Croatian'),(1403,'hr','zh-hans','克罗地亚语'),(1404,'hr','zu','Croatian'),(1405,'hr','zh-hant','克羅地亞語'),(1406,'hr','ms','Croatian'),(1407,'hr','gl','Croatian'),(1408,'hr','bn','Croatian'),(1409,'hu','en','Hungarian'),(1410,'hu','es','Húngaro'),(1411,'hu','de','Ungarisch'),(1412,'hu','fr','Hongrois'),(1413,'hu','ar','الهنغارية'),(1414,'hu','bs','Hungarian'),(1415,'hu','bg','Унгарски'),(1416,'hu','ca','Hungarian'),(1417,'hu','cs','Maďarština'),(1418,'hu','sk','Maďarčina'),(1419,'hu','cy','Hungarian'),(1420,'hu','da','Hungarian'),(1421,'hu','el','Ουγγρικα'),(1422,'hu','eo','Hungarian'),(1423,'hu','et','Hungarian'),(1424,'hu','eu','Hungarian'),(1425,'hu','fa','Hungarian'),(1426,'hu','fi','unkari'),(1427,'hu','ga','Hungarian'),(1428,'hu','he','הונגרית'),(1429,'hu','hi','Hungarian'),(1430,'hu','hr','Mađarski'),(1431,'hu','hu','Magyar'),(1432,'hu','hy','Hungarian'),(1433,'hu','id','Hungarian'),(1434,'hu','is','Hungarian'),(1435,'hu','it','Ungherese'),(1436,'hu','ja','ハンガリー語'),(1437,'hu','ko','헝가리어'),(1438,'hu','ku','Hungarian'),(1439,'hu','lv','Hungarian'),(1440,'hu','lt','Hungarian'),(1441,'hu','mk','Hungarian'),(1442,'hu','mt','Hungarian'),(1443,'hu','mn','Hungarian'),(1444,'hu','ne','Hungarian'),(1445,'hu','nl','Hongaars'),(1446,'hu','no','Ungarsk'),(1447,'hu','pa','Hungarian'),(1448,'hu','pl','węgierski'),(1449,'hu','pt-pt','Húngaro'),(1450,'hu','pt-br','Húngaro'),(1451,'hu','qu','Hungarian'),(1452,'hu','ro','Ungară'),(1453,'hu','ru','Венгерский'),(1454,'hu','sl','Madžarski'),(1455,'hu','so','Hungarian'),(1456,'hu','sq','Hungarian'),(1457,'hu','sr','мађарски'),(1458,'hu','sv','Ungerska'),(1459,'hu','ta','Hungarian'),(1460,'hu','th','ฮังการี'),(1461,'hu','tr','Macarca'),(1462,'hu','uk','Hungarian'),(1463,'hu','ur','Hungarian'),(1464,'hu','uz','Hungarian'),(1465,'hu','vi','Hungarian'),(1466,'hu','yi','Hungarian'),(1467,'hu','zh-hans','匈牙利语'),(1468,'hu','zu','Hungarian'),(1469,'hu','zh-hant','匈牙利語'),(1470,'hu','ms','Hungarian'),(1471,'hu','gl','Hungarian'),(1472,'hu','bn','Hungarian'),(1473,'hy','en','Armenian'),(1474,'hy','es','Armenio'),(1475,'hy','de','Armenisch'),(1476,'hy','fr','Arménien'),(1477,'hy','ar','الأرمينية'),(1478,'hy','bs','Armenian'),(1479,'hy','bg','Арменски'),(1480,'hy','ca','Armenian'),(1481,'hy','cs','Arménský'),(1482,'hy','sk','Arménčina'),(1483,'hy','cy','Armenian'),(1484,'hy','da','Armenian'),(1485,'hy','el','Αρμενικα'),(1486,'hy','eo','Armenian'),(1487,'hy','et','Armenian'),(1488,'hy','eu','Armenian'),(1489,'hy','fa','Armenian'),(1490,'hy','fi','armenia'),(1491,'hy','ga','Armenian'),(1492,'hy','he','ארמנית'),(1493,'hy','hi','Armenian'),(1494,'hy','hr','Armenac'),(1495,'hy','hu','örmény'),(1496,'hy','hy','Հայերեն'),(1497,'hy','id','Armenian'),(1498,'hy','is','Armenian'),(1499,'hy','it','Armeno'),(1500,'hy','ja','アルメニア語'),(1501,'hy','ko','아르메니아어'),(1502,'hy','ku','Armenian'),(1503,'hy','lv','Armenian'),(1504,'hy','lt','Armenian'),(1505,'hy','mk','Armenian'),(1506,'hy','mt','Armenian'),(1507,'hy','mn','Armenian'),(1508,'hy','ne','Armenian'),(1509,'hy','nl','Armeens'),(1510,'hy','no','Armensk'),(1511,'hy','pa','Armenian'),(1512,'hy','pl','ormiański'),(1513,'hy','pt-pt','Arménio'),(1514,'hy','pt-br','Arménio'),(1515,'hy','qu','Armenian'),(1516,'hy','ro','Armeană'),(1517,'hy','ru','Армянский'),(1518,'hy','sl','Armenski'),(1519,'hy','so','Armenian'),(1520,'hy','sq','Armenian'),(1521,'hy','sr','јерменски'),(1522,'hy','sv','Armeniska'),(1523,'hy','ta','Armenian'),(1524,'hy','th','อาร์เมเนีย'),(1525,'hy','tr','Ermenice'),(1526,'hy','uk','Armenian'),(1527,'hy','ur','Armenian'),(1528,'hy','uz','Armenian'),(1529,'hy','vi','Armenian'),(1530,'hy','yi','Armenian'),(1531,'hy','zh-hans','亚美尼亚语'),(1532,'hy','zu','Armenian'),(1533,'hy','zh-hant','亞美尼亞語'),(1534,'hy','ms','Armenian'),(1535,'hy','gl','Armenian'),(1536,'hy','bn','Armenian'),(1537,'id','en','Indonesian'),(1538,'id','es','Indonesio'),(1539,'id','de','Indonesisch'),(1540,'id','fr','Indonésien'),(1541,'id','ar','الأندونيسية'),(1542,'id','bs','Indonesian'),(1543,'id','bg','Индонезийски'),(1544,'id','ca','Indonesian'),(1545,'id','cs','Indonéský'),(1546,'id','sk','Indonézčina'),(1547,'id','cy','Indonesian'),(1548,'id','da','Indonesian'),(1549,'id','el','Ινδονησιακα'),(1550,'id','eo','Indonesian'),(1551,'id','et','Indonesian'),(1552,'id','eu','Indonesian'),(1553,'id','fa','Indonesian'),(1554,'id','fi','indonesia'),(1555,'id','ga','Indonesian'),(1556,'id','he','אינדונזית'),(1557,'id','hi','Indonesian'),(1558,'id','hr','Indonezijski'),(1559,'id','hu','indonéz'),(1560,'id','hy','Indonesian'),(1561,'id','id','Indonesia'),(1562,'id','is','Indonesian'),(1563,'id','it','Indonesiano'),(1564,'id','ja','インドネシア語'),(1565,'id','ko','인도네시아어'),(1566,'id','ku','Indonesian'),(1567,'id','lv','Indonesian'),(1568,'id','lt','Indonesian'),(1569,'id','mk','Indonesian'),(1570,'id','mt','Indonesian'),(1571,'id','mn','Indonesian'),(1572,'id','ne','Indonesian'),(1573,'id','nl','Indonesisch'),(1574,'id','no','Indonesian'),(1575,'id','pa','Indonesian'),(1576,'id','pl','indonezyjski'),(1577,'id','pt-pt','Indonésio'),(1578,'id','pt-br','Indonésio'),(1579,'id','qu','Indonesian'),(1580,'id','ro','Indoneziană'),(1581,'id','ru','Индонезийский'),(1582,'id','sl','Indonezijski'),(1583,'id','so','Indonesian'),(1584,'id','sq','Indonesian'),(1585,'id','sr','индонезијски'),(1586,'id','sv','Indonesiska'),(1587,'id','ta','Indonesian'),(1588,'id','th','อินโดนีเซีย'),(1589,'id','tr','Endonezya dili'),(1590,'id','uk','Indonesian'),(1591,'id','ur','Indonesian'),(1592,'id','uz','Indonesian'),(1593,'id','vi','Indonesian'),(1594,'id','yi','Indonesian'),(1595,'id','zh-hans','印度尼西亚语'),(1596,'id','zu','Indonesian'),(1597,'id','zh-hant','印尼語'),(1598,'id','ms','Indonesian'),(1599,'id','gl','Indonesian'),(1600,'id','bn','Indonesian'),(1601,'is','en','Icelandic'),(1602,'is','es','Islandés'),(1603,'is','de','Isländisch'),(1604,'is','fr','Islandais'),(1605,'is','ar','الأيسلاندية'),(1606,'is','bs','Icelandic'),(1607,'is','bg','Исландски'),(1608,'is','ca','Icelandic'),(1609,'is','cs','Islandský'),(1610,'is','sk','Islančina'),(1611,'is','cy','Icelandic'),(1612,'is','da','Icelandic'),(1613,'is','el','Ισλανδικα'),(1614,'is','eo','Icelandic'),(1615,'is','et','Icelandic'),(1616,'is','eu','Icelandic'),(1617,'is','fa','Icelandic'),(1618,'is','fi','islanti'),(1619,'is','ga','Icelandic'),(1620,'is','he','איסלנדית'),(1621,'is','hi','Icelandic'),(1622,'is','hr','Islandski'),(1623,'is','hu','izlandi'),(1624,'is','hy','Icelandic'),(1625,'is','id','Icelandic'),(1626,'is','is','Íslenska'),(1627,'is','it','Islandese'),(1628,'is','ja','アイスランド語'),(1629,'is','ko','아이슬랜드어'),(1630,'is','ku','Icelandic'),(1631,'is','lv','Icelandic'),(1632,'is','lt','Icelandic'),(1633,'is','mk','Icelandic'),(1634,'is','mt','Icelandic'),(1635,'is','mn','Icelandic'),(1636,'is','ne','Icelandic'),(1637,'is','nl','Ijslands'),(1638,'is','no','Islandsk'),(1639,'is','pa','Icelandic'),(1640,'is','pl','islandzki'),(1641,'is','pt-pt','Islandês'),(1642,'is','pt-br','Islandês'),(1643,'is','qu','Icelandic'),(1644,'is','ro','Islandeză'),(1645,'is','ru','Исландский'),(1646,'is','sl','Islandski'),(1647,'is','so','Icelandic'),(1648,'is','sq','Icelandic'),(1649,'is','sr','исландски'),(1650,'is','sv','Isländska'),(1651,'is','ta','Icelandic'),(1652,'is','th','ไอซ์แลนด์'),(1653,'is','tr','İzlandaca'),(1654,'is','uk','Icelandic'),(1655,'is','ur','Icelandic'),(1656,'is','uz','Icelandic'),(1657,'is','vi','Icelandic'),(1658,'is','yi','Icelandic'),(1659,'is','zh-hans','冰岛语'),(1660,'is','zu','Icelandic'),(1661,'is','zh-hant','冰島語'),(1662,'is','ms','Icelandic'),(1663,'is','gl','Icelandic'),(1664,'is','bn','Icelandic'),(1665,'it','en','Italian'),(1666,'it','es','Italiano'),(1667,'it','de','Italienisch'),(1668,'it','fr','Italien'),(1669,'it','ar','الإيطالية'),(1670,'it','bs','Italian'),(1671,'it','bg','Италиански'),(1672,'it','ca','Italian'),(1673,'it','cs','Ital'),(1674,'it','sk','Taliančina'),(1675,'it','cy','Italian'),(1676,'it','da','Italian'),(1677,'it','el','Ιταλικα'),(1678,'it','eo','Italian'),(1679,'it','et','Italian'),(1680,'it','eu','Italian'),(1681,'it','fa','Italian'),(1682,'it','fi','italia'),(1683,'it','ga','Italian'),(1684,'it','he','איטלקית'),(1685,'it','hi','Italian'),(1686,'it','hr','Talijanski'),(1687,'it','hu','olasz'),(1688,'it','hy','Italian'),(1689,'it','id','Italian'),(1690,'it','is','Italian'),(1691,'it','it','Italiano'),(1692,'it','ja','イタリア語'),(1693,'it','ko','이태리어'),(1694,'it','ku','Italian'),(1695,'it','lv','Italian'),(1696,'it','lt','Italian'),(1697,'it','mk','Italian'),(1698,'it','mt','Italian'),(1699,'it','mn','Italian'),(1700,'it','ne','Italian'),(1701,'it','nl','Italiaans'),(1702,'it','no','Italiensk'),(1703,'it','pa','Italian'),(1704,'it','pl','włoski'),(1705,'it','pt-pt','Italiano'),(1706,'it','pt-br','Italiano'),(1707,'it','qu','Italian'),(1708,'it','ro','Italiană'),(1709,'it','ru','Итальянский'),(1710,'it','sl','Italijanski'),(1711,'it','so','Italian'),(1712,'it','sq','Italian'),(1713,'it','sr','италијански'),(1714,'it','sv','Italienska'),(1715,'it','ta','Italian'),(1716,'it','th','อิตาลี'),(1717,'it','tr','İtalyanca'),(1718,'it','uk','Italian'),(1719,'it','ur','Italian'),(1720,'it','uz','Italian'),(1721,'it','vi','Italian'),(1722,'it','yi','Italian'),(1723,'it','zh-hans','意大利语'),(1724,'it','zu','Italian'),(1725,'it','zh-hant','義大利語'),(1726,'it','ms','Italian'),(1727,'it','gl','Italian'),(1728,'it','bn','Italian'),(1729,'ja','en','Japanese'),(1730,'ja','es','Japonés'),(1731,'ja','de','Japanisch'),(1732,'ja','fr','Japonais'),(1733,'ja','ar','اليابانية'),(1734,'ja','bs','Japanese'),(1735,'ja','bg','Японски'),(1736,'ja','ca','Japanese'),(1737,'ja','cs','Japonský'),(1738,'ja','sk','Japonština'),(1739,'ja','cy','Japanese'),(1740,'ja','da','Japanese'),(1741,'ja','el','Ιαπωνικα'),(1742,'ja','eo','Japanese'),(1743,'ja','et','Japanese'),(1744,'ja','eu','Japanese'),(1745,'ja','fa','Japanese'),(1746,'ja','fi','japani'),(1747,'ja','ga','Japanese'),(1748,'ja','he','יפנית'),(1749,'ja','hi','Japanese'),(1750,'ja','hr','Japanski'),(1751,'ja','hu','japán'),(1752,'ja','hy','Japanese'),(1753,'ja','id','Japanese'),(1754,'ja','is','Japanese'),(1755,'ja','it','Giapponese'),(1756,'ja','ja','日本語'),(1757,'ja','ko','일어'),(1758,'ja','ku','Japanese'),(1759,'ja','lv','Japanese'),(1760,'ja','lt','Japanese'),(1761,'ja','mk','Japanese'),(1762,'ja','mt','Japanese'),(1763,'ja','mn','Japanese'),(1764,'ja','ne','Japanese'),(1765,'ja','nl','Japans'),(1766,'ja','no','Japansk'),(1767,'ja','pa','Japanese'),(1768,'ja','pl','japoński'),(1769,'ja','pt-pt','Japonês'),(1770,'ja','pt-br','Japonês'),(1771,'ja','qu','Japanese'),(1772,'ja','ro','Japoneză'),(1773,'ja','ru','Японский'),(1774,'ja','sl','Japonski'),(1775,'ja','so','Japanese'),(1776,'ja','sq','Japanese'),(1777,'ja','sr','јапански'),(1778,'ja','sv','Japanska'),(1779,'ja','ta','Japanese'),(1780,'ja','th','ญี่ปุ่น'),(1781,'ja','tr','Japonca'),(1782,'ja','uk','Japanese'),(1783,'ja','ur','Japanese'),(1784,'ja','uz','Japanese'),(1785,'ja','vi','Japanese'),(1786,'ja','yi','Japanese'),(1787,'ja','zh-hans','日语'),(1788,'ja','zu','Japanese'),(1789,'ja','zh-hant','日語'),(1790,'ja','ms','Japanese'),(1791,'ja','gl','Japanese'),(1792,'ja','bn','Japanese'),(1793,'ko','en','Korean'),(1794,'ko','es','Coreano'),(1795,'ko','de','Koreanisch'),(1796,'ko','fr','Coréen'),(1797,'ko','ar','الكورية'),(1798,'ko','bs','Korean'),(1799,'ko','bg','Корейски'),(1800,'ko','ca','Korean'),(1801,'ko','cs','Korejský'),(1802,'ko','sk','Kórejčina'),(1803,'ko','cy','Korean'),(1804,'ko','da','Korean'),(1805,'ko','el','Κορεατικα'),(1806,'ko','eo','Korean'),(1807,'ko','et','Korean'),(1808,'ko','eu','Korean'),(1809,'ko','fa','Korean'),(1810,'ko','fi','korea'),(1811,'ko','ga','Korean'),(1812,'ko','he','קוראנית'),(1813,'ko','hi','Korean'),(1814,'ko','hr','Korejski'),(1815,'ko','hu','koreai'),(1816,'ko','hy','Korean'),(1817,'ko','id','Korean'),(1818,'ko','is','Korean'),(1819,'ko','it','Coreano'),(1820,'ko','ja','韓国語'),(1821,'ko','ko','한국어'),(1822,'ko','ku','Korean'),(1823,'ko','lv','Korean'),(1824,'ko','lt','Korean'),(1825,'ko','mk','Korean'),(1826,'ko','mt','Korean'),(1827,'ko','mn','Korean'),(1828,'ko','ne','Korean'),(1829,'ko','nl','Koreaans'),(1830,'ko','no','Koreanske'),(1831,'ko','pa','Korean'),(1832,'ko','pl','koreański'),(1833,'ko','pt-pt','Coreano'),(1834,'ko','pt-br','Coreano'),(1835,'ko','qu','Korean'),(1836,'ko','ro','Coreană'),(1837,'ko','ru','Корейский'),(1838,'ko','sl','Korejski'),(1839,'ko','so','Korean'),(1840,'ko','sq','Korean'),(1841,'ko','sr','корејски'),(1842,'ko','sv','Koreanska'),(1843,'ko','ta','Korean'),(1844,'ko','th','เกาหลี'),(1845,'ko','tr','Kore dili'),(1846,'ko','uk','Korean'),(1847,'ko','ur','Korean'),(1848,'ko','uz','Korean'),(1849,'ko','vi','Korean'),(1850,'ko','yi','Korean'),(1851,'ko','zh-hans','韩语'),(1852,'ko','zu','Korean'),(1853,'ko','zh-hant','韓語'),(1854,'ko','ms','Korean'),(1855,'ko','gl','Korean'),(1856,'ko','bn','Korean'),(1857,'ku','en','Kurdish'),(1858,'ku','es','Kurdo'),(1859,'ku','de','Kurdisch'),(1860,'ku','fr','Kurde'),(1861,'ku','ar','الكردية'),(1862,'ku','bs','Kurdish'),(1863,'ku','bg','Кюрдски'),(1864,'ku','ca','Kurdish'),(1865,'ku','cs','Kurdský'),(1866,'ku','sk','Kurdština'),(1867,'ku','cy','Kurdish'),(1868,'ku','da','Kurdish'),(1869,'ku','el','Κουρδικα'),(1870,'ku','eo','Kurdish'),(1871,'ku','et','Kurdish'),(1872,'ku','eu','Kurdish'),(1873,'ku','fa','Kurdish'),(1874,'ku','fi','kurdi'),(1875,'ku','ga','Kurdish'),(1876,'ku','he','כורדית'),(1877,'ku','hi','Kurdish'),(1878,'ku','hr','Kurdski'),(1879,'ku','hu','kurd'),(1880,'ku','hy','Kurdish'),(1881,'ku','id','Kurdish'),(1882,'ku','is','Kurdish'),(1883,'ku','it','Curdo'),(1884,'ku','ja','クルド語'),(1885,'ku','ko','쿠르드어'),(1886,'ku','ku','Kurdish'),(1887,'ku','lv','Kurdish'),(1888,'ku','lt','Kurdish'),(1889,'ku','mk','Kurdish'),(1890,'ku','mt','Kurdish'),(1891,'ku','mn','Kurdish'),(1892,'ku','ne','Kurdish'),(1893,'ku','nl','Koerdish'),(1894,'ku','no','Kurdisk'),(1895,'ku','pa','Kurdish'),(1896,'ku','pl','kurdyjski'),(1897,'ku','pt-pt','Curdo'),(1898,'ku','pt-br','Curdo'),(1899,'ku','qu','Kurdish'),(1900,'ku','ro','Kurdă'),(1901,'ku','ru','Курдский'),(1902,'ku','sl','Kurdščina'),(1903,'ku','so','Kurdish'),(1904,'ku','sq','Kurdish'),(1905,'ku','sr','курдски'),(1906,'ku','sv','Kurdiska'),(1907,'ku','ta','Kurdish'),(1908,'ku','th','เคอร์ดิช'),(1909,'ku','tr','Kürtçe'),(1910,'ku','uk','Kurdish'),(1911,'ku','ur','Kurdish'),(1912,'ku','uz','Kurdish'),(1913,'ku','vi','Kurdish'),(1914,'ku','yi','Kurdish'),(1915,'ku','zh-hans','库尔德语'),(1916,'ku','zu','Kurdish'),(1917,'ku','zh-hant','庫爾德語'),(1918,'ku','ms','Kurdish'),(1919,'ku','gl','Kurdish'),(1920,'ku','bn','Kurdish'),(1921,'lv','en','Latvian'),(1922,'lv','es','Letón'),(1923,'lv','de','Lettisch'),(1924,'lv','fr','Letton'),(1925,'lv','ar','اللاتفية'),(1926,'lv','bs','Latvian'),(1927,'lv','bg','Латвийски'),(1928,'lv','ca','Latvian'),(1929,'lv','cs','Lotyština'),(1930,'lv','sk','Lotyština'),(1931,'lv','cy','Latvian'),(1932,'lv','da','Latvian'),(1933,'lv','el','Λετονικα'),(1934,'lv','eo','Latvian'),(1935,'lv','et','Latvian'),(1936,'lv','eu','Latvian'),(1937,'lv','fa','Latvian'),(1938,'lv','fi','latvia'),(1939,'lv','ga','Latvian'),(1940,'lv','he','לטבית'),(1941,'lv','hi','Latvian'),(1942,'lv','hr','Letonski'),(1943,'lv','hu','lett'),(1944,'lv','hy','Latvian'),(1945,'lv','id','Latvian'),(1946,'lv','is','Latvian'),(1947,'lv','it','Lettone'),(1948,'lv','ja','ラトビア語'),(1949,'lv','ko','라트비아어'),(1950,'lv','ku','Latvian'),(1951,'lv','lv','Latviešu'),(1952,'lv','lt','Latvian'),(1953,'lv','mk','Latvian'),(1954,'lv','mt','Latvian'),(1955,'lv','mn','Latvian'),(1956,'lv','ne','Latvian'),(1957,'lv','nl','Lets'),(1958,'lv','no','Latvisk'),(1959,'lv','pa','Latvian'),(1960,'lv','pl','łotewski'),(1961,'lv','pt-pt','Letão'),(1962,'lv','pt-br','Letão'),(1963,'lv','qu','Latvian'),(1964,'lv','ro','Letoniană'),(1965,'lv','ru','латышский'),(1966,'lv','sl','Latvijščina'),(1967,'lv','so','Latvian'),(1968,'lv','sq','Latvian'),(1969,'lv','sr','летонски'),(1970,'lv','sv','Lettiska'),(1971,'lv','ta','Latvian'),(1972,'lv','th','ลัตเวีย'),(1973,'lv','tr','Letonca'),(1974,'lv','uk','Latvian'),(1975,'lv','ur','Latvian'),(1976,'lv','uz','Latvian'),(1977,'lv','vi','Latvian'),(1978,'lv','yi','Latvian'),(1979,'lv','zh-hans','拉脱维亚语'),(1980,'lv','zu','Latvian'),(1981,'lv','zh-hant','拉脫維亞語'),(1982,'lv','ms','Latvian'),(1983,'lv','gl','Latvian'),(1984,'lv','bn','Latvian'),(1985,'lt','en','Lithuanian'),(1986,'lt','es','Lituano'),(1987,'lt','de','Litauisch'),(1988,'lt','fr','Lituanien'),(1989,'lt','ar','اللتوانية'),(1990,'lt','bs','Lithuanian'),(1991,'lt','bg','Литовски'),(1992,'lt','ca','Lithuanian'),(1993,'lt','cs','litevský'),(1994,'lt','sk','Litovčina'),(1995,'lt','cy','Lithuanian'),(1996,'lt','da','Lithuanian'),(1997,'lt','el','Λιθουανικα'),(1998,'lt','eo','Lithuanian'),(1999,'lt','et','Lithuanian'),(2000,'lt','eu','Lithuanian'),(2001,'lt','fa','Lithuanian'),(2002,'lt','fi','liettua'),(2003,'lt','ga','Lithuanian'),(2004,'lt','he','ליטאית'),(2005,'lt','hi','Lithuanian'),(2006,'lt','hr','Litvanski'),(2007,'lt','hu','litván'),(2008,'lt','hy','Lithuanian'),(2009,'lt','id','Lithuanian'),(2010,'lt','is','Lithuanian'),(2011,'lt','it','Lituano'),(2012,'lt','ja','リトアニア語'),(2013,'lt','ko','리투아니아어'),(2014,'lt','ku','Lithuanian'),(2015,'lt','lv','Lithuanian'),(2016,'lt','lt','Lietuvos'),(2017,'lt','mk','Lithuanian'),(2018,'lt','mt','Lithuanian'),(2019,'lt','mn','Lithuanian'),(2020,'lt','ne','Lithuanian'),(2021,'lt','nl','Litouws'),(2022,'lt','no','Litauisk'),(2023,'lt','pa','Lithuanian'),(2024,'lt','pl','litewski'),(2025,'lt','pt-pt','Lituano'),(2026,'lt','pt-br','Lituano'),(2027,'lt','qu','Lithuanian'),(2028,'lt','ro','Lituaniană'),(2029,'lt','ru','Литовский'),(2030,'lt','sl','Litovščina'),(2031,'lt','so','Lithuanian'),(2032,'lt','sq','Lithuanian'),(2033,'lt','sr','литвански'),(2034,'lt','sv','Litauiska'),(2035,'lt','ta','Lithuanian'),(2036,'lt','th','ลิธัวเนีย'),(2037,'lt','tr','Litvanyaca'),(2038,'lt','uk','Lithuanian'),(2039,'lt','ur','Lithuanian'),(2040,'lt','uz','Lithuanian'),(2041,'lt','vi','Lithuanian'),(2042,'lt','yi','Lithuanian'),(2043,'lt','zh-hans','立陶宛语'),(2044,'lt','zu','Lithuanian'),(2045,'lt','zh-hant','立陶宛語'),(2046,'lt','ms','Lithuanian'),(2047,'lt','gl','Lithuanian'),(2048,'lt','bn','Lithuanian'),(2049,'mk','en','Macedonian'),(2050,'mk','es','Macedonio'),(2051,'mk','de','Mazedonisch'),(2052,'mk','fr','Macédonien'),(2053,'mk','ar','المقدونية'),(2054,'mk','bs','Macedonian'),(2055,'mk','bg','Македонски'),(2056,'mk','ca','Macedonian'),(2057,'mk','cs','Makedonský'),(2058,'mk','sk','Macedónština'),(2059,'mk','cy','Macedonian'),(2060,'mk','da','Macedonian'),(2061,'mk','el','Μακεδονικο'),(2062,'mk','eo','Macedonian'),(2063,'mk','et','Macedonian'),(2064,'mk','eu','Macedonian'),(2065,'mk','fa','Macedonian'),(2066,'mk','fi','makedonia'),(2067,'mk','ga','Macedonian'),(2068,'mk','he','מקדונית'),(2069,'mk','hi','Macedonian'),(2070,'mk','hr','Makedonski'),(2071,'mk','hu','macedón'),(2072,'mk','hy','Macedonian'),(2073,'mk','id','Macedonian'),(2074,'mk','is','Macedonian'),(2075,'mk','it','Macedone'),(2076,'mk','ja','マケドニア語'),(2077,'mk','ko','마케도니아어'),(2078,'mk','ku','Macedonian'),(2079,'mk','lv','Macedonian'),(2080,'mk','lt','Macedonian'),(2081,'mk','mk','македонски'),(2082,'mk','mt','Macedonian'),(2083,'mk','mn','Macedonian'),(2084,'mk','ne','Macedonian'),(2085,'mk','nl','Macedonisch'),(2086,'mk','no','Makedonsk'),(2087,'mk','pa','Macedonian'),(2088,'mk','pl','macedoński'),(2089,'mk','pt-pt','Macedônio'),(2090,'mk','pt-br','Macedônio'),(2091,'mk','qu','Macedonian'),(2092,'mk','ro','Macedoniană'),(2093,'mk','ru','Македонский'),(2094,'mk','sl','Makedonski'),(2095,'mk','so','Macedonian'),(2096,'mk','sq','Macedonian'),(2097,'mk','sr','македонски'),(2098,'mk','sv','Makedonska'),(2099,'mk','ta','Macedonian'),(2100,'mk','th','มาซิโดเนีย'),(2101,'mk','tr','Makedonyaca'),(2102,'mk','uk','Macedonian'),(2103,'mk','ur','Macedonian'),(2104,'mk','uz','Macedonian'),(2105,'mk','vi','Macedonian'),(2106,'mk','yi','Macedonian'),(2107,'mk','zh-hans','马其顿语'),(2108,'mk','zu','Macedonian'),(2109,'mk','zh-hant','馬其頓語'),(2110,'mk','ms','Macedonian'),(2111,'mk','gl','Macedonian'),(2112,'mk','bn','Macedonian'),(2113,'mt','en','Maltese'),(2114,'mt','es','Maltés'),(2115,'mt','de','Maltesisch'),(2116,'mt','fr','Maltais'),(2117,'mt','ar','المالطية'),(2118,'mt','bs','Maltese'),(2119,'mt','bg','Малтийски'),(2120,'mt','ca','Maltese'),(2121,'mt','cs','Maltština'),(2122,'mt','sk','Maltézština'),(2123,'mt','cy','Maltese'),(2124,'mt','da','Maltese'),(2125,'mt','el','Μαλτεζικα'),(2126,'mt','eo','Maltese'),(2127,'mt','et','Maltese'),(2128,'mt','eu','Maltese'),(2129,'mt','fa','Maltese'),(2130,'mt','fi','malta'),(2131,'mt','ga','Maltese'),(2132,'mt','he','מלטזית'),(2133,'mt','hi','Maltese'),(2134,'mt','hr','Malteški'),(2135,'mt','hu','máltai'),(2136,'mt','hy','Maltese'),(2137,'mt','id','Maltese'),(2138,'mt','is','Maltese'),(2139,'mt','it','Maltese'),(2140,'mt','ja','マルタ語'),(2141,'mt','ko','몰타어'),(2142,'mt','ku','Maltese'),(2143,'mt','lv','Maltese'),(2144,'mt','lt','Maltese'),(2145,'mt','mk','Maltese'),(2146,'mt','mt','Malti'),(2147,'mt','mn','Maltese'),(2148,'mt','ne','Maltese'),(2149,'mt','nl','Maltees'),(2150,'mt','no','Maltese'),(2151,'mt','pa','Maltese'),(2152,'mt','pl','maltański'),(2153,'mt','pt-pt','Maltês'),(2154,'mt','pt-br','Maltês'),(2155,'mt','qu','Maltese'),(2156,'mt','ro','Malteză'),(2157,'mt','ru','Мальтийский'),(2158,'mt','sl','Malteški'),(2159,'mt','so','Maltese'),(2160,'mt','sq','Maltese'),(2161,'mt','sr','малтешки'),(2162,'mt','sv','Maltesiska'),(2163,'mt','ta','Maltese'),(2164,'mt','th','มอลทีส'),(2165,'mt','tr','Malta dili'),(2166,'mt','uk','Maltese'),(2167,'mt','ur','Maltese'),(2168,'mt','uz','Maltese'),(2169,'mt','vi','Maltese'),(2170,'mt','yi','Maltese'),(2171,'mt','zh-hans','马耳他语'),(2172,'mt','zu','Maltese'),(2173,'mt','zh-hant','馬爾他語'),(2174,'mt','ms','Maltese'),(2175,'mt','gl','Maltese'),(2176,'mt','bn','Maltese'),(2177,'mn','en','Mongolian'),(2178,'mn','es','Mongol'),(2179,'mn','de','Mongolisch'),(2180,'mn','fr','Mongol'),(2181,'mn','ar','المنغولية'),(2182,'mn','bs','Mongolian'),(2183,'mn','bg','Монголски'),(2184,'mn','ca','Mongolian'),(2185,'mn','cs','Mongolský'),(2186,'mn','sk','Mongolština'),(2187,'mn','cy','Mongolian'),(2188,'mn','da','Mongolian'),(2189,'mn','el','Μογγολικα'),(2190,'mn','eo','Mongolian'),(2191,'mn','et','Mongolian'),(2192,'mn','eu','Mongolian'),(2193,'mn','fa','Mongolian'),(2194,'mn','fi','mongoli'),(2195,'mn','ga','Mongolian'),(2196,'mn','he','מונגולית'),(2197,'mn','hi','Mongolian'),(2198,'mn','hr','Mongolski'),(2199,'mn','hu','mongol'),(2200,'mn','hy','Mongolian'),(2201,'mn','id','Mongolian'),(2202,'mn','is','Mongolian'),(2203,'mn','it','Mongolo'),(2204,'mn','ja','モンゴル語'),(2205,'mn','ko','몽골어'),(2206,'mn','ku','Mongolian'),(2207,'mn','lv','Mongolian'),(2208,'mn','lt','Mongolian'),(2209,'mn','mk','Mongolian'),(2210,'mn','mt','Mongolian'),(2211,'mn','mn','Mongolian'),(2212,'mn','ne','Mongolian'),(2213,'mn','nl','Mongools'),(2214,'mn','no','Mongolsk'),(2215,'mn','pa','Mongolian'),(2216,'mn','pl','mongolski'),(2217,'mn','pt-pt','Mongolian'),(2218,'mn','pt-br','Mongolian'),(2219,'mn','qu','Mongolian'),(2220,'mn','ro','Mongoleză'),(2221,'mn','ru','Монгольский'),(2222,'mn','sl','Mongolski'),(2223,'mn','so','Mongolian'),(2224,'mn','sq','Mongolian'),(2225,'mn','sr','монголски'),(2226,'mn','sv','Mongoliska'),(2227,'mn','ta','Mongolian'),(2228,'mn','th','มองโกเลีย'),(2229,'mn','tr','Mongolca'),(2230,'mn','uk','Mongolian'),(2231,'mn','ur','Mongolian'),(2232,'mn','uz','Mongolian'),(2233,'mn','vi','Mongolian'),(2234,'mn','yi','Mongolian'),(2235,'mn','zh-hans','蒙古语'),(2236,'mn','zu','Mongolian'),(2237,'mn','zh-hant','蒙古語'),(2238,'mn','ms','Mongolian'),(2239,'mn','gl','Mongolian'),(2240,'mn','bn','Mongolian'),(2241,'ne','en','Nepali'),(2242,'ne','es','Nepalí'),(2243,'ne','de','Nepali'),(2244,'ne','fr','Népalais'),(2245,'ne','ar','النيبالية'),(2246,'ne','bs','Nepali'),(2247,'ne','bg','Непалски'),(2248,'ne','ca','Nepali'),(2249,'ne','cs','Nepálský'),(2250,'ne','sk','Nepálčina'),(2251,'ne','cy','Nepali'),(2252,'ne','da','Nepali'),(2253,'ne','el','Νεπαλι'),(2254,'ne','eo','Nepali'),(2255,'ne','et','Nepali'),(2256,'ne','eu','Nepali'),(2257,'ne','fa','Nepali'),(2258,'ne','fi','nepali'),(2259,'ne','ga','Nepali'),(2260,'ne','he','נפאלית'),(2261,'ne','hi','Nepali'),(2262,'ne','hr','Nepalski'),(2263,'ne','hu','nepáli'),(2264,'ne','hy','Nepali'),(2265,'ne','id','Nepali'),(2266,'ne','is','Nepali'),(2267,'ne','it','Nepalese'),(2268,'ne','ja','ネパール語'),(2269,'ne','ko','네팔어'),(2270,'ne','ku','Nepali'),(2271,'ne','lv','Nepali'),(2272,'ne','lt','Nepali'),(2273,'ne','mk','Nepali'),(2274,'ne','mt','Nepali'),(2275,'ne','mn','Nepali'),(2276,'ne','ne','Nepali'),(2277,'ne','nl','Nepalees'),(2278,'ne','no','Nepali'),(2279,'ne','pa','Nepali'),(2280,'ne','pl','nepalski'),(2281,'ne','pt-pt','Nepali'),(2282,'ne','pt-br','Nepali'),(2283,'ne','qu','Nepali'),(2284,'ne','ro','Nepaleză'),(2285,'ne','ru','Непальский'),(2286,'ne','sl','Nepalščina'),(2287,'ne','so','Nepali'),(2288,'ne','sq','Nepali'),(2289,'ne','sr','непалски'),(2290,'ne','sv','Nepalesiska'),(2291,'ne','ta','Nepali'),(2292,'ne','th','เนปาล'),(2293,'ne','tr','Nepal dili'),(2294,'ne','uk','Nepali'),(2295,'ne','ur','Nepali'),(2296,'ne','uz','Nepali'),(2297,'ne','vi','Nepali'),(2298,'ne','yi','Nepali'),(2299,'ne','zh-hans','尼泊尔语'),(2300,'ne','zu','Nepali'),(2301,'ne','zh-hant','尼泊爾語'),(2302,'ne','ms','Nepali'),(2303,'ne','gl','Nepali'),(2304,'ne','bn','Nepali'),(2305,'nl','en','Dutch'),(2306,'nl','es','Holandés'),(2307,'nl','de','Niederländisch'),(2308,'nl','fr','Néerlandais'),(2309,'nl','ar','الهولندية'),(2310,'nl','bs','Dutch'),(2311,'nl','bg','Холандски'),(2312,'nl','ca','Dutch'),(2313,'nl','cs','Holandský'),(2314,'nl','sk','Holandčina'),(2315,'nl','cy','Dutch'),(2316,'nl','da','Dutch'),(2317,'nl','el','Ολλανδικα'),(2318,'nl','eo','Dutch'),(2319,'nl','et','Dutch'),(2320,'nl','eu','Dutch'),(2321,'nl','fa','Dutch'),(2322,'nl','fi','hollanti'),(2323,'nl','ga','Dutch'),(2324,'nl','he','הולנדית'),(2325,'nl','hi','Dutch'),(2326,'nl','hr','Holandski'),(2327,'nl','hu','holland'),(2328,'nl','hy','Dutch'),(2329,'nl','id','Dutch'),(2330,'nl','is','Dutch'),(2331,'nl','it','Olandese'),(2332,'nl','ja','オランダ語'),(2333,'nl','ko','화란어'),(2334,'nl','ku','Dutch'),(2335,'nl','lv','Dutch'),(2336,'nl','lt','Dutch'),(2337,'nl','mk','Dutch'),(2338,'nl','mt','Dutch'),(2339,'nl','mn','Dutch'),(2340,'nl','ne','Dutch'),(2341,'nl','nl','Nederlands'),(2342,'nl','no','Nederlandsk'),(2343,'nl','pa','Dutch'),(2344,'nl','pl','holenderski'),(2345,'nl','pt-pt','Holandês'),(2346,'nl','pt-br','Holandês'),(2347,'nl','qu','Dutch'),(2348,'nl','ro','Olaneză'),(2349,'nl','ru','Голландский'),(2350,'nl','sl','Nizozemščina'),(2351,'nl','so','Dutch'),(2352,'nl','sq','Dutch'),(2353,'nl','sr','холандски'),(2354,'nl','sv','Nederländska'),(2355,'nl','ta','Dutch'),(2356,'nl','th','ดัตช์'),(2357,'nl','tr','Hollandaca'),(2358,'nl','uk','Dutch'),(2359,'nl','ur','Dutch'),(2360,'nl','uz','Dutch'),(2361,'nl','vi','Dutch'),(2362,'nl','yi','Dutch'),(2363,'nl','zh-hans','荷兰语'),(2364,'nl','zu','Dutch'),(2365,'nl','zh-hant','荷蘭語'),(2366,'nl','ms','Dutch'),(2367,'nl','gl','Dutch'),(2368,'nl','bn','Dutch'),(2369,'no','en','Norwegian Bokmål'),(2370,'no','es','Bokmål'),(2371,'no','de','Norwegisch (Buchsprache)'),(2372,'no','fr','Norvégien Bokmål'),(2373,'no','ar','البوكمالية النرويجية'),(2374,'no','bs','Norwegian Bokmål'),(2375,'no','bg','Норвежки книжовен'),(2376,'no','ca','Norwegian Bokmål'),(2377,'no','cs','Norwegian bokmål'),(2378,'no','sk','Nórsky jazyk Bokmål'),(2379,'no','cy','Norwegian Bokmål'),(2380,'no','da','Norwegian Bokmål'),(2381,'no','el','Νορβηγικα'),(2382,'no','eo','Norwegian Bokmål'),(2383,'no','et','Norwegian Bokmål'),(2384,'no','eu','Norwegian Bokmål'),(2385,'no','fa','Norwegian Bokmål'),(2386,'no','fi','kirjanorja'),(2387,'no','ga','Norwegian Bokmål'),(2388,'no','he','נורווגית'),(2389,'no','hi','Norwegian Bokmål'),(2390,'no','hr','Književni norveški'),(2391,'no','hu','norvég bokmål'),(2392,'no','hy','Norwegian Bokmål'),(2393,'no','id','Norwegian Bokmål'),(2394,'no','is','Norwegian Bokmål'),(2395,'no','it','Norvegese Bokmål'),(2396,'no','ja','ノルウェー・ブークモール'),(2397,'no','ko','노르웨이 보크말어'),(2398,'no','ku','Norwegian Bokmål'),(2399,'no','lv','Norwegian Bokmål'),(2400,'no','lt','Norwegian Bokmål'),(2401,'no','mk','Norwegian Bokmål'),(2402,'no','mt','Norwegian Bokmål'),(2403,'no','mn','Norwegian Bokmål'),(2404,'no','ne','Norwegian Bokmål'),(2405,'no','nl','Noors Bokmål'),(2406,'no','no','Norsk bokmål'),(2407,'no','pa','Norwegian Bokmål'),(2408,'no','pl','norweski bokmål'),(2409,'no','pt-pt','Norueguês'),(2410,'no','pt-br','Norueguês'),(2411,'no','qu','Norwegian Bokmål'),(2412,'no','ro','Bokmål (norvegiană)'),(2413,'no','ru','Норвежский букмол'),(2414,'no','sl','Knjižna norveščina'),(2415,'no','so','Norwegian Bokmål'),(2416,'no','sq','Norwegian Bokmål'),(2417,'no','sr','Норвешки бокмал'),(2418,'no','sv','Norskt Bokmål'),(2419,'no','ta','Norwegian Bokmål'),(2420,'no','th','นอร์วิเจียนบอกมาล'),(2421,'no','tr','Bokmal Norveç dili'),(2422,'no','uk','Norwegian Bokmål'),(2423,'no','ur','Norwegian Bokmål'),(2424,'no','uz','Norwegian Bokmål'),(2425,'no','vi','Norwegian Bokmål'),(2426,'no','yi','Norwegian Bokmål'),(2427,'no','zh-hans','挪威布克莫尔语'),(2428,'no','zu','Norwegian Bokmål'),(2429,'no','zh-hant','挪威布克莫爾語'),(2430,'no','ms','Norwegian Bokmål'),(2431,'no','gl','Norwegian Bokmål'),(2432,'no','bn','Norwegian Bokmål'),(2433,'pa','en','Punjabi'),(2434,'pa','es','Panyabí'),(2435,'pa','de','Pandschabi'),(2436,'pa','fr','Panjabi'),(2437,'pa','ar','البنجابية'),(2438,'pa','bs','Punjabi'),(2439,'pa','bg','Панджабски'),(2440,'pa','ca','Punjabi'),(2441,'pa','cs','Punjabi'),(2442,'pa','sk','Pandžábčina'),(2443,'pa','cy','Punjabi'),(2444,'pa','da','Punjabi'),(2445,'pa','el','Panjabi'),(2446,'pa','eo','Punjabi'),(2447,'pa','et','Punjabi'),(2448,'pa','eu','Punjabi'),(2449,'pa','fa','Punjabi'),(2450,'pa','fi','pandzabi'),(2451,'pa','ga','Punjabi'),(2452,'pa','he','פנג\'אבית'),(2453,'pa','hi','Punjabi'),(2454,'pa','hr','Pendžabljanin'),(2455,'pa','hu','pandzsábi'),(2456,'pa','hy','Punjabi'),(2457,'pa','id','Punjabi'),(2458,'pa','is','Punjabi'),(2459,'pa','it','Panjabi'),(2460,'pa','ja','パンジャーブ語'),(2461,'pa','ko','펀자브어'),(2462,'pa','ku','Punjabi'),(2463,'pa','lv','Punjabi'),(2464,'pa','lt','Punjabi'),(2465,'pa','mk','Punjabi'),(2466,'pa','mt','Punjabi'),(2467,'pa','mn','Punjabi'),(2468,'pa','ne','Punjabi'),(2469,'pa','nl','Punjabi'),(2470,'pa','no','Punjabi'),(2471,'pa','pa','Punjabi'),(2472,'pa','pl','pendżabi'),(2473,'pa','pt-pt','Panjabi'),(2474,'pa','pt-br','Panjabi'),(2475,'pa','qu','Punjabi'),(2476,'pa','ro','Punjabi'),(2477,'pa','ru','Панджаби'),(2478,'pa','sl','Pandžabščina'),(2479,'pa','so','Punjabi'),(2480,'pa','sq','Punjabi'),(2481,'pa','sr','панџаби'),(2482,'pa','sv','Punjabi'),(2483,'pa','ta','Punjabi'),(2484,'pa','th','ปัญจาบ'),(2485,'pa','tr','Pencapça'),(2486,'pa','uk','Punjabi'),(2487,'pa','ur','Punjabi'),(2488,'pa','uz','Punjabi'),(2489,'pa','vi','Punjabi'),(2490,'pa','yi','Punjabi'),(2491,'pa','zh-hans','旁遮普语'),(2492,'pa','zu','Punjabi'),(2493,'pa','zh-hant','旁遮普語'),(2494,'pa','ms','Punjabi'),(2495,'pa','gl','Punjabi'),(2496,'pa','bn','Punjabi'),(2497,'pl','en','Polish'),(2498,'pl','es','Polaco'),(2499,'pl','de','Polnisch'),(2500,'pl','fr','Polonais'),(2501,'pl','ar','البولندية'),(2502,'pl','bs','Polish'),(2503,'pl','bg','Полски'),(2504,'pl','ca','Polish'),(2505,'pl','cs','Polský'),(2506,'pl','sk','Polština'),(2507,'pl','cy','Polish'),(2508,'pl','da','Polish'),(2509,'pl','el','Πολωνικα'),(2510,'pl','eo','Polish'),(2511,'pl','et','Polish'),(2512,'pl','eu','Polish'),(2513,'pl','fa','Polish'),(2514,'pl','fi','puola'),(2515,'pl','ga','Polish'),(2516,'pl','he','פולנית'),(2517,'pl','hi','Polish'),(2518,'pl','hr','Poljski'),(2519,'pl','hu','lengyel'),(2520,'pl','hy','Polish'),(2521,'pl','id','Polish'),(2522,'pl','is','Polish'),(2523,'pl','it','Polacco'),(2524,'pl','ja','ポーランド語'),(2525,'pl','ko','폴란드어'),(2526,'pl','ku','Polish'),(2527,'pl','lv','Polish'),(2528,'pl','lt','Polish'),(2529,'pl','mk','Polish'),(2530,'pl','mt','Polish'),(2531,'pl','mn','Polish'),(2532,'pl','ne','Polish'),(2533,'pl','nl','Pools'),(2534,'pl','no','Polsk'),(2535,'pl','pa','Polish'),(2536,'pl','pl','polski'),(2537,'pl','pt-pt','Polonês'),(2538,'pl','pt-br','Polonês'),(2539,'pl','qu','Polish'),(2540,'pl','ro','Poloneză'),(2541,'pl','ru','Польский'),(2542,'pl','sl','Poljski'),(2543,'pl','so','Polish'),(2544,'pl','sq','Polish'),(2545,'pl','sr','пољски'),(2546,'pl','sv','Polska'),(2547,'pl','ta','Polish'),(2548,'pl','th','โปแลนด์'),(2549,'pl','tr','Polonyaca'),(2550,'pl','uk','Polish'),(2551,'pl','ur','Polish'),(2552,'pl','uz','Polish'),(2553,'pl','vi','Polish'),(2554,'pl','yi','Polish'),(2555,'pl','zh-hans','波兰语'),(2556,'pl','zu','Polish'),(2557,'pl','zh-hant','波蘭語'),(2558,'pl','ms','Polish'),(2559,'pl','gl','Polish'),(2560,'pl','bn','Polish'),(2561,'pt-pt','en','Portuguese (Portugal)'),(2562,'pt-pt','es','Portugués, Portugal'),(2563,'pt-pt','de','Portugiesisch, Portugal'),(2564,'pt-pt','fr','Portugais - du Portugal'),(2565,'pt-pt','ar','البرتغالية ، البرتغال'),(2566,'pt-pt','bs','Portuguese, Portugal'),(2567,'pt-pt','bg','Португалски (Португалия)'),(2568,'pt-pt','ca','Portuguese, Portugal'),(2569,'pt-pt','cs','Portugalština ( Portugalsko)'),(2570,'pt-pt','sk','Portugalština'),(2571,'pt-pt','cy','Portuguese, Portugal'),(2572,'pt-pt','da','Portuguese, Portugal'),(2573,'pt-pt','el','Πορτογαλικα'),(2574,'pt-pt','eo','Portuguese, Portugal'),(2575,'pt-pt','et','Portuguese, Portugal'),(2576,'pt-pt','eu','Portuguese, Portugal'),(2577,'pt-pt','fa','Portuguese, Portugal'),(2578,'pt-pt','fi','portugali'),(2579,'pt-pt','ga','Portuguese, Portugal'),(2580,'pt-pt','he','פורטוגזית'),(2581,'pt-pt','hi','Portuguese, Portugal'),(2582,'pt-pt','hr','Portugalski (Portugal)'),(2583,'pt-pt','hu','portugál'),(2584,'pt-pt','hy','Portuguese, Portugal'),(2585,'pt-pt','id','Portuguese, Portugal'),(2586,'pt-pt','is','Portuguese, Portugal'),(2587,'pt-pt','it','Portoghese, Portogallo'),(2588,'pt-pt','ja','ポルトガル語'),(2589,'pt-pt','ko','포르투갈 포르투갈어'),(2590,'pt-pt','ku','Portuguese, Portugal'),(2591,'pt-pt','lv','Portuguese, Portugal'),(2592,'pt-pt','lt','Portuguese, Portugal'),(2593,'pt-pt','mk','Portuguese, Portugal'),(2594,'pt-pt','mt','Portuguese, Portugal'),(2595,'pt-pt','mn','Portuguese, Portugal'),(2596,'pt-pt','ne','Portuguese, Portugal'),(2597,'pt-pt','nl','Portugees, Portugal'),(2598,'pt-pt','no','Portugisisk (Portugal)'),(2599,'pt-pt','pa','Portuguese, Portugal'),(2600,'pt-pt','pl','portugalski, Portugalia'),(2601,'pt-pt','pt-pt','Português'),(2602,'pt-pt','pt-br','Português'),(2603,'pt-pt','qu','Portuguese, Portugal'),(2604,'pt-pt','ro','Portugheză (Portugalia)'),(2605,'pt-pt','ru','Португальский, Португалия'),(2606,'pt-pt','sl','Portugalščina ( Portugalska )'),(2607,'pt-pt','so','Portuguese, Portugal'),(2608,'pt-pt','sq','Portuguese, Portugal'),(2609,'pt-pt','sr','Португалски (Португалија)'),(2610,'pt-pt','sv','Portugisiska, Portugal'),(2611,'pt-pt','ta','Portuguese, Portugal'),(2612,'pt-pt','th','โปรตุเกส'),(2613,'pt-pt','tr','Portekizce, Portekiz'),(2614,'pt-pt','uk','Portuguese, Portugal'),(2615,'pt-pt','ur','Portuguese, Portugal'),(2616,'pt-pt','uz','Portuguese, Portugal'),(2617,'pt-pt','vi','Portuguese, Portugal'),(2618,'pt-pt','yi','Portuguese, Portugal'),(2619,'pt-pt','zh-hans','葡萄牙语(葡萄牙)'),(2620,'pt-pt','zu','Portuguese, Portugal'),(2621,'pt-pt','zh-hant','葡萄牙語(葡萄牙)'),(2622,'pt-pt','ms','Portuguese, Portugal'),(2623,'pt-pt','gl','Portuguese, Portugal'),(2624,'pt-pt','bn','Portuguese, Portugal'),(2625,'pt-br','en','Portuguese (Brazil)'),(2626,'pt-br','es','Portugués, Brasil'),(2627,'pt-br','de','Portugiesisch, Brasilien'),(2628,'pt-br','fr','Portugais - du Brésil'),(2629,'pt-br','ar','البرتغالية ،البرازيل'),(2630,'pt-br','bs','Portuguese, Brazil'),(2631,'pt-br','bg','Португалски (Бразилия)'),(2632,'pt-br','ca','Portuguese, Brazil'),(2633,'pt-br','cs','Portugalština ( Brazílie)'),(2634,'pt-br','sk','Brazílska Portugalština'),(2635,'pt-br','cy','Portuguese, Brazil'),(2636,'pt-br','da','Portuguese, Brazil'),(2637,'pt-br','el','Πορτογαλικα'),(2638,'pt-br','eo','Portuguese, Brazil'),(2639,'pt-br','et','Portuguese, Brazil'),(2640,'pt-br','eu','Portuguese, Brazil'),(2641,'pt-br','fa','Portuguese, Brazil'),(2642,'pt-br','fi','Brasilian portugali'),(2643,'pt-br','ga','Portuguese, Brazil'),(2644,'pt-br','he','פורטוגזית - ברזיל'),(2645,'pt-br','hi','Portuguese, Brazil'),(2646,'pt-br','hr','Portugalski (Brazil)'),(2647,'pt-br','hu','brazil'),(2648,'pt-br','hy','Portuguese, Brazil'),(2649,'pt-br','id','Portuguese, Brazil'),(2650,'pt-br','is','Portuguese, Brazil'),(2651,'pt-br','it','Portoghese, Brasile'),(2652,'pt-br','ja','ポルトガル語(ブラジル)'),(2653,'pt-br','ko','브라질 포르투갈어'),(2654,'pt-br','ku','Portuguese, Brazil'),(2655,'pt-br','lv','Portuguese, Brazil'),(2656,'pt-br','lt','Portuguese, Brazil'),(2657,'pt-br','mk','Portuguese, Brazil'),(2658,'pt-br','mt','Portuguese, Brazil'),(2659,'pt-br','mn','Portuguese, Brazil'),(2660,'pt-br','ne','Portuguese, Brazil'),(2661,'pt-br','nl','Portugees, Brazilië'),(2662,'pt-br','no','Portugisisk (Brasil)'),(2663,'pt-br','pa','Portuguese, Brazil'),(2664,'pt-br','pl','portugalski, Brazylia'),(2665,'pt-br','pt-pt','Português'),(2666,'pt-br','pt-br','Português'),(2667,'pt-br','qu','Portuguese, Brazil'),(2668,'pt-br','ro','Portugheză (Brazilia)'),(2669,'pt-br','ru','Португальский, Бразилия'),(2670,'pt-br','sl','Portugalščina ( Brazilija )'),(2671,'pt-br','so','Portuguese, Brazil'),(2672,'pt-br','sq','Portuguese, Brazil'),(2673,'pt-br','sr','Португалски (Бразил)'),(2674,'pt-br','sv','Portugisiska, Brasilien'),(2675,'pt-br','ta','Portuguese, Brazil'),(2676,'pt-br','th','โปรตุเกสบราซิล'),(2677,'pt-br','tr','Portekizce, Brezilya'),(2678,'pt-br','uk','Portuguese, Brazil'),(2679,'pt-br','ur','Portuguese, Brazil'),(2680,'pt-br','uz','Portuguese, Brazil'),(2681,'pt-br','vi','Portuguese, Brazil'),(2682,'pt-br','yi','Portuguese, Brazil'),(2683,'pt-br','zh-hans','葡萄牙语(巴西)'),(2684,'pt-br','zu','Portuguese, Brazil'),(2685,'pt-br','zh-hant','葡萄牙語(巴西)'),(2686,'pt-br','ms','Portuguese, Brazil'),(2687,'pt-br','gl','Portuguese, Brazil'),(2688,'pt-br','bn','Portuguese, Brazil'),(2689,'qu','en','Quechua'),(2690,'qu','es','Quechua'),(2691,'qu','de','Quechua'),(2692,'qu','fr','Quechua'),(2693,'qu','ar','الكويتشوا'),(2694,'qu','bs','Quechua'),(2695,'qu','bg','Кечуа'),(2696,'qu','ca','Quechua'),(2697,'qu','cs','Quechua'),(2698,'qu','sk','Jazyk Quechua'),(2699,'qu','cy','Quechua'),(2700,'qu','da','Quechua'),(2701,'qu','el','Κετσουα'),(2702,'qu','eo','Quechua'),(2703,'qu','et','Quechua'),(2704,'qu','eu','Quechua'),(2705,'qu','fa','Quechua'),(2706,'qu','fi','ketsua'),(2707,'qu','ga','Quechua'),(2708,'qu','he','קצ\'ואה'),(2709,'qu','hi','Quechua'),(2710,'qu','hr','Quechua'),(2711,'qu','hu','quechua'),(2712,'qu','hy','Quechua'),(2713,'qu','id','Quechua'),(2714,'qu','is','Quechua'),(2715,'qu','it','Quechua'),(2716,'qu','ja','ケチュア語'),(2717,'qu','ko','케추아어'),(2718,'qu','ku','Quechua'),(2719,'qu','lv','Quechua'),(2720,'qu','lt','Quechua'),(2721,'qu','mk','Quechua'),(2722,'qu','mt','Quechua'),(2723,'qu','mn','Quechua'),(2724,'qu','ne','Quechua'),(2725,'qu','nl','Quechua'),(2726,'qu','no','Quechua'),(2727,'qu','pa','Quechua'),(2728,'qu','pl','keczua'),(2729,'qu','pt-pt','Quechua'),(2730,'qu','pt-br','Quechua'),(2731,'qu','qu','Quechua'),(2732,'qu','ro','Quechuană'),(2733,'qu','ru','Кечуа'),(2734,'qu','sl','Quechua'),(2735,'qu','so','Quechua'),(2736,'qu','sq','Quechua'),(2737,'qu','sr','Кечуа'),(2738,'qu','sv','Quechua'),(2739,'qu','ta','Quechua'),(2740,'qu','th','คิวชัว'),(2741,'qu','tr','Quechua dili'),(2742,'qu','uk','Quechua'),(2743,'qu','ur','Quechua'),(2744,'qu','uz','Quechua'),(2745,'qu','vi','Quechua'),(2746,'qu','yi','Quechua'),(2747,'qu','zh-hans','盖丘亚语'),(2748,'qu','zu','Quechua'),(2749,'qu','zh-hant','蓋丘亞語'),(2750,'qu','ms','Quechua'),(2751,'qu','gl','Quechua'),(2752,'qu','bn','Quechua'),(2753,'ro','en','Romanian'),(2754,'ro','es','Rumano'),(2755,'ro','de','Rumänisch'),(2756,'ro','fr','Roumain'),(2757,'ro','ar','الرومانية'),(2758,'ro','bs','Romanian'),(2759,'ro','bg','Румънски'),(2760,'ro','ca','Romanian'),(2761,'ro','cs','Rumunština'),(2762,'ro','sk','Rumunčina'),(2763,'ro','cy','Romanian'),(2764,'ro','da','Romanian'),(2765,'ro','el','Ρουμανικα'),(2766,'ro','eo','Romanian'),(2767,'ro','et','Romanian'),(2768,'ro','eu','Romanian'),(2769,'ro','fa','Romanian'),(2770,'ro','fi','romania'),(2771,'ro','ga','Romanian'),(2772,'ro','he','רומנית'),(2773,'ro','hi','Romanian'),(2774,'ro','hr','Rumunjski'),(2775,'ro','hu','román'),(2776,'ro','hy','Romanian'),(2777,'ro','id','Romanian'),(2778,'ro','is','Romanian'),(2779,'ro','it','Rumeno'),(2780,'ro','ja','ルーマニア語'),(2781,'ro','ko','로마니아어'),(2782,'ro','ku','Romanian'),(2783,'ro','lv','Romanian'),(2784,'ro','lt','Romanian'),(2785,'ro','mk','Romanian'),(2786,'ro','mt','Romanian'),(2787,'ro','mn','Romanian'),(2788,'ro','ne','Romanian'),(2789,'ro','nl','Roemeens'),(2790,'ro','no','Rumensk'),(2791,'ro','pa','Romanian'),(2792,'ro','pl','rumuński'),(2793,'ro','pt-pt','Romeno'),(2794,'ro','pt-br','Romeno'),(2795,'ro','qu','Romanian'),(2796,'ro','ro','Română'),(2797,'ro','ru','Румынский'),(2798,'ro','sl','Romunščina'),(2799,'ro','so','Romanian'),(2800,'ro','sq','Romanian'),(2801,'ro','sr','румунски'),(2802,'ro','sv','Rumänska'),(2803,'ro','ta','Romanian'),(2804,'ro','th','โรมาเนีย'),(2805,'ro','tr','Rumence'),(2806,'ro','uk','Romanian'),(2807,'ro','ur','Romanian'),(2808,'ro','uz','Romanian'),(2809,'ro','vi','Romanian'),(2810,'ro','yi','Romanian'),(2811,'ro','zh-hans','罗马尼亚语'),(2812,'ro','zu','Romanian'),(2813,'ro','zh-hant','羅馬尼亞語'),(2814,'ro','ms','Romanian'),(2815,'ro','gl','Romanian'),(2816,'ro','bn','Romanian'),(2817,'ru','en','Russian'),(2818,'ru','es','Ruso'),(2819,'ru','de','Russisch'),(2820,'ru','fr','Russe'),(2821,'ru','ar','الروسية'),(2822,'ru','bs','Russian'),(2823,'ru','bg','Руски'),(2824,'ru','ca','Russian'),(2825,'ru','cs','Ruský'),(2826,'ru','sk','Ruština'),(2827,'ru','cy','Russian'),(2828,'ru','da','Russian'),(2829,'ru','el','Ρωσικα'),(2830,'ru','eo','Russian'),(2831,'ru','et','Russian'),(2832,'ru','eu','Russian'),(2833,'ru','fa','Russian'),(2834,'ru','fi','venäjä'),(2835,'ru','ga','Russian'),(2836,'ru','he','רוסית'),(2837,'ru','hi','Russian'),(2838,'ru','hr','Ruski'),(2839,'ru','hu','orosz'),(2840,'ru','hy','Russian'),(2841,'ru','id','Russian'),(2842,'ru','is','Russian'),(2843,'ru','it','Russo'),(2844,'ru','ja','ロシア語'),(2845,'ru','ko','러시아어'),(2846,'ru','ku','Russian'),(2847,'ru','lv','Russian'),(2848,'ru','lt','Russian'),(2849,'ru','mk','Russian'),(2850,'ru','mt','Russian'),(2851,'ru','mn','Russian'),(2852,'ru','ne','Russian'),(2853,'ru','nl','Russisch'),(2854,'ru','no','Russisk'),(2855,'ru','pa','Russian'),(2856,'ru','pl','rosyjski'),(2857,'ru','pt-pt','Russo'),(2858,'ru','pt-br','Russo'),(2859,'ru','qu','Russian'),(2860,'ru','ro','Rusă'),(2861,'ru','ru','Русский'),(2862,'ru','sl','Ruščina'),(2863,'ru','so','Russian'),(2864,'ru','sq','Russian'),(2865,'ru','sr','руски'),(2866,'ru','sv','Ryska'),(2867,'ru','ta','Russian'),(2868,'ru','th','รัสเซีย'),(2869,'ru','tr','Rusça'),(2870,'ru','uk','Russian'),(2871,'ru','ur','Russian'),(2872,'ru','uz','Russian'),(2873,'ru','vi','Russian'),(2874,'ru','yi','Russian'),(2875,'ru','zh-hans','俄语'),(2876,'ru','zu','Russian'),(2877,'ru','zh-hant','俄語'),(2878,'ru','ms','Russian'),(2879,'ru','gl','Russian'),(2880,'ru','bn','Russian'),(2881,'sl','en','Slovenian'),(2882,'sl','es','Esloveno'),(2883,'sl','de','Slowenisch'),(2884,'sl','fr','Slovène'),(2885,'sl','ar','السلوفانية'),(2886,'sl','bs','Slovenian'),(2887,'sl','bg','Словенски'),(2888,'sl','ca','Slovenian'),(2889,'sl','cs','Slovinština'),(2890,'sl','sk','Slovinčina'),(2891,'sl','cy','Slovenian'),(2892,'sl','da','Slovenian'),(2893,'sl','el','Σλοβενικα'),(2894,'sl','eo','Slovenian'),(2895,'sl','et','Slovenian'),(2896,'sl','eu','Slovenian'),(2897,'sl','fa','Slovenian'),(2898,'sl','fi','sloveeni'),(2899,'sl','ga','Slovenian'),(2900,'sl','he','סלובנית'),(2901,'sl','hi','Slovenian'),(2902,'sl','hr','Slovenac'),(2903,'sl','hu','szlovén'),(2904,'sl','hy','Slovenian'),(2905,'sl','id','Slovenian'),(2906,'sl','is','Slovenian'),(2907,'sl','it','Sloveno'),(2908,'sl','ja','スロベニア語'),(2909,'sl','ko','슬로베니아어'),(2910,'sl','ku','Slovenian'),(2911,'sl','lv','Slovenian'),(2912,'sl','lt','Slovenian'),(2913,'sl','mk','Slovenian'),(2914,'sl','mt','Slovenian'),(2915,'sl','mn','Slovenian'),(2916,'sl','ne','Slovenian'),(2917,'sl','nl','Sloveens'),(2918,'sl','no','Slovensk'),(2919,'sl','pa','Slovenian'),(2920,'sl','pl','słoweński'),(2921,'sl','pt-pt','Esloveno'),(2922,'sl','pt-br','Esloveno'),(2923,'sl','qu','Slovenian'),(2924,'sl','ro','Slovenă'),(2925,'sl','ru','Словенский'),(2926,'sl','sl','Slovenščina'),(2927,'sl','so','Slovenian'),(2928,'sl','sq','Slovenian'),(2929,'sl','sr','словеначки'),(2930,'sl','sv','Slovenska'),(2931,'sl','ta','Slovenian'),(2932,'sl','th','สโลวีเนียน'),(2933,'sl','tr','Sloven dili'),(2934,'sl','uk','Slovenian'),(2935,'sl','ur','Slovenian'),(2936,'sl','uz','Slovenian'),(2937,'sl','vi','Slovenian'),(2938,'sl','yi','Slovenian'),(2939,'sl','zh-hans','斯洛文尼亚语'),(2940,'sl','zu','Slovenian'),(2941,'sl','zh-hant','斯洛文尼亞語'),(2942,'sl','ms','Slovenian'),(2943,'sl','gl','Slovenian'),(2944,'sl','bn','Slovenian'),(2945,'so','en','Somali'),(2946,'so','es','Somalí'),(2947,'so','de','Somali'),(2948,'so','fr','Somali'),(2949,'so','ar','الصومالية'),(2950,'so','bs','Somali'),(2951,'so','bg','Сомалийски'),(2952,'so','ca','Somali'),(2953,'so','cs','Somali'),(2954,'so','sk','Somálčina'),(2955,'so','cy','Somali'),(2956,'so','da','Somali'),(2957,'so','el','Somali'),(2958,'so','eo','Somali'),(2959,'so','et','Somali'),(2960,'so','eu','Somali'),(2961,'so','fa','Somali'),(2962,'so','fi','somali'),(2963,'so','ga','Somali'),(2964,'so','he','סומלית'),(2965,'so','hi','Somali'),(2966,'so','hr','Somalijski'),(2967,'so','hu','szomáli'),(2968,'so','hy','Somali'),(2969,'so','id','Somali'),(2970,'so','is','Somali'),(2971,'so','it','Somalo'),(2972,'so','ja','ソマリ語'),(2973,'so','ko','소말리아어'),(2974,'so','ku','Somali'),(2975,'so','lv','Somali'),(2976,'so','lt','Somali'),(2977,'so','mk','Somali'),(2978,'so','mt','Somali'),(2979,'so','mn','Somali'),(2980,'so','ne','Somali'),(2981,'so','nl','Somalisch'),(2982,'so','no','Somali'),(2983,'so','pa','Somali'),(2984,'so','pl','somalijski'),(2985,'so','pt-pt','Somali'),(2986,'so','pt-br','Somali'),(2987,'so','qu','Somali'),(2988,'so','ro','Somaleză'),(2989,'so','ru','Сомалийский'),(2990,'so','sl','Somalski'),(2991,'so','so','Somali'),(2992,'so','sq','Somali'),(2993,'so','sr','Сомалијски'),(2994,'so','sv','Somaliska'),(2995,'so','ta','Somali'),(2996,'so','th','โซมาลี'),(2997,'so','tr','Somalice'),(2998,'so','uk','Somali'),(2999,'so','ur','Somali'),(3000,'so','uz','Somali'),(3001,'so','vi','Somali'),(3002,'so','yi','Somali'),(3003,'so','zh-hans','索马里语'),(3004,'so','zu','Somali'),(3005,'so','zh-hant','索馬里語'),(3006,'so','ms','Somali'),(3007,'so','gl','Somali'),(3008,'so','bn','Somali'),(3009,'sq','en','Albanian'),(3010,'sq','es','Albanés'),(3011,'sq','de','Albanisch'),(3012,'sq','fr','Albanais'),(3013,'sq','ar','الألبانية'),(3014,'sq','bs','Albanian'),(3015,'sq','bg','Албански'),(3016,'sq','ca','Albanian'),(3017,'sq','cs','Albánský'),(3018,'sq','sk','Albánčina'),(3019,'sq','cy','Albanian'),(3020,'sq','da','Albanian'),(3021,'sq','el','Αλβανικα'),(3022,'sq','eo','Albanian'),(3023,'sq','et','Albanian'),(3024,'sq','eu','Albanian'),(3025,'sq','fa','Albanian'),(3026,'sq','fi','albania'),(3027,'sq','ga','Albanian'),(3028,'sq','he','אלבנית'),(3029,'sq','hi','Albanian'),(3030,'sq','hr','Albanac'),(3031,'sq','hu','albán'),(3032,'sq','hy','Albanian'),(3033,'sq','id','Albanian'),(3034,'sq','is','Albanian'),(3035,'sq','it','Albanese'),(3036,'sq','ja','アルバニア語'),(3037,'sq','ko','알바니아어'),(3038,'sq','ku','Albanian'),(3039,'sq','lv','Albanian'),(3040,'sq','lt','Albanian'),(3041,'sq','mk','Albanian'),(3042,'sq','mt','Albanian'),(3043,'sq','mn','Albanian'),(3044,'sq','ne','Albanian'),(3045,'sq','nl','Albaans'),(3046,'sq','no','Albansk'),(3047,'sq','pa','Albanian'),(3048,'sq','pl','albański'),(3049,'sq','pt-pt','Albanês'),(3050,'sq','pt-br','Albanês'),(3051,'sq','qu','Albanian'),(3052,'sq','ro','Albaneză'),(3053,'sq','ru','Албанский'),(3054,'sq','sl','Albanski'),(3055,'sq','so','Albanian'),(3056,'sq','sq','Albanian'),(3057,'sq','sr','албански'),(3058,'sq','sv','Albanska'),(3059,'sq','ta','Albanian'),(3060,'sq','th','อัลเบเนีย'),(3061,'sq','tr','Arnavutça'),(3062,'sq','uk','Albanian'),(3063,'sq','ur','Albanian'),(3064,'sq','uz','Albanian'),(3065,'sq','vi','Albanian'),(3066,'sq','yi','Albanian'),(3067,'sq','zh-hans','阿尔巴尼亚语'),(3068,'sq','zu','Albanian'),(3069,'sq','zh-hant','阿爾巴尼亞語'),(3070,'sq','ms','Albanian'),(3071,'sq','gl','Albanian'),(3072,'sq','bn','Albanian'),(3073,'sr','en','Serbian'),(3074,'sr','es','Serbio'),(3075,'sr','de','Serbisch'),(3076,'sr','fr','Serbe'),(3077,'sr','ar','الصربية'),(3078,'sr','bs','Serbian'),(3079,'sr','bg','Сръбски'),(3080,'sr','ca','Serbian'),(3081,'sr','cs','Srbský'),(3082,'sr','sk','Srbština'),(3083,'sr','cy','Serbian'),(3084,'sr','da','Serbian'),(3085,'sr','el','Σερβικα'),(3086,'sr','eo','Serbian'),(3087,'sr','et','Serbian'),(3088,'sr','eu','Serbian'),(3089,'sr','fa','Serbian'),(3090,'sr','fi','serbia'),(3091,'sr','ga','Serbian'),(3092,'sr','he','סרבית'),(3093,'sr','hi','Serbian'),(3094,'sr','hr','Srpski'),(3095,'sr','hu','szerb'),(3096,'sr','hy','Serbian'),(3097,'sr','id','Serbian'),(3098,'sr','is','Serbian'),(3099,'sr','it','Serbo'),(3100,'sr','ja','セルビア語'),(3101,'sr','ko','세르비아어'),(3102,'sr','ku','Serbian'),(3103,'sr','lv','Serbian'),(3104,'sr','lt','Serbian'),(3105,'sr','mk','Serbian'),(3106,'sr','mt','Serbian'),(3107,'sr','mn','Serbian'),(3108,'sr','ne','Serbian'),(3109,'sr','nl','Servisch'),(3110,'sr','no','Serbisk'),(3111,'sr','pa','Serbian'),(3112,'sr','pl','serbski'),(3113,'sr','pt-pt','Sérvio'),(3114,'sr','pt-br','Sérvio'),(3115,'sr','qu','Serbian'),(3116,'sr','ro','Sârbă'),(3117,'sr','ru','Сербский'),(3118,'sr','sl','Srbski'),(3119,'sr','so','Serbian'),(3120,'sr','sq','Serbian'),(3121,'sr','sr','српски'),(3122,'sr','sv','Serbiska'),(3123,'sr','ta','Serbian'),(3124,'sr','th','เซอร์เบีย'),(3125,'sr','tr','Sırpça'),(3126,'sr','uk','Serbian'),(3127,'sr','ur','Serbian'),(3128,'sr','uz','Serbian'),(3129,'sr','vi','Serbian'),(3130,'sr','yi','Serbian'),(3131,'sr','zh-hans','赛尔维亚语'),(3132,'sr','zu','Serbian'),(3133,'sr','zh-hant','賽爾維亞語'),(3134,'sr','ms','Serbian'),(3135,'sr','gl','Serbian'),(3136,'sr','bn','Serbian'),(3137,'sv','en','Swedish'),(3138,'sv','es','Sueco'),(3139,'sv','de','Schwedisch'),(3140,'sv','fr','Suédois'),(3141,'sv','ar','السويدية'),(3142,'sv','bs','Swedish'),(3143,'sv','bg','Шведски'),(3144,'sv','ca','Swedish'),(3145,'sv','cs','Švédský'),(3146,'sv','sk','Švédština'),(3147,'sv','cy','Swedish'),(3148,'sv','da','Swedish'),(3149,'sv','el','Σουηδικη'),(3150,'sv','eo','Swedish'),(3151,'sv','et','Swedish'),(3152,'sv','eu','Swedish'),(3153,'sv','fa','Swedish'),(3154,'sv','fi','ruotsi'),(3155,'sv','ga','Swedish'),(3156,'sv','he','שוודית'),(3157,'sv','hi','Swedish'),(3158,'sv','hr','švedski'),(3159,'sv','hu','svéd'),(3160,'sv','hy','Swedish'),(3161,'sv','id','Swedish'),(3162,'sv','is','Swedish'),(3163,'sv','it','Svedese'),(3164,'sv','ja','スウェーデン語'),(3165,'sv','ko','스웨덴어'),(3166,'sv','ku','Swedish'),(3167,'sv','lv','Swedish'),(3168,'sv','lt','Swedish'),(3169,'sv','mk','Swedish'),(3170,'sv','mt','Swedish'),(3171,'sv','mn','Swedish'),(3172,'sv','ne','Swedish'),(3173,'sv','nl','Zweeds'),(3174,'sv','no','Swedish'),(3175,'sv','pa','Swedish'),(3176,'sv','pl','szwedzki'),(3177,'sv','pt-pt','Sueco'),(3178,'sv','pt-br','Sueco'),(3179,'sv','qu','Swedish'),(3180,'sv','ro','Suedeză'),(3181,'sv','ru','Шведский'),(3182,'sv','sl','Švedščina'),(3183,'sv','so','Swedish'),(3184,'sv','sq','Swedish'),(3185,'sv','sr','шведски'),(3186,'sv','sv','Svenska'),(3187,'sv','ta','Swedish'),(3188,'sv','th','สวีเดน'),(3189,'sv','tr','İsveççe'),(3190,'sv','uk','Swedish'),(3191,'sv','ur','Swedish'),(3192,'sv','uz','Swedish'),(3193,'sv','vi','Swedish'),(3194,'sv','yi','Swedish'),(3195,'sv','zh-hans','瑞典语'),(3196,'sv','zu','Swedish'),(3197,'sv','zh-hant','瑞典語'),(3198,'sv','ms','Swedish'),(3199,'sv','gl','Swedish'),(3200,'sv','bn','Swedish'),(3201,'ta','en','Tamil'),(3202,'ta','es','Tamil'),(3203,'ta','de','Tamil'),(3204,'ta','fr','Tamoul'),(3205,'ta','ar','التاميلية'),(3206,'ta','bs','Tamil'),(3207,'ta','bg','Тамилски'),(3208,'ta','ca','Tamil'),(3209,'ta','cs','Tamil'),(3210,'ta','sk','Tamilčina'),(3211,'ta','cy','Tamil'),(3212,'ta','da','Tamil'),(3213,'ta','el','Ταμιλ'),(3214,'ta','eo','Tamil'),(3215,'ta','et','Tamil'),(3216,'ta','eu','Tamil'),(3217,'ta','fa','Tamil'),(3218,'ta','fi','tamili'),(3219,'ta','ga','Tamil'),(3220,'ta','he','טמילית'),(3221,'ta','hi','Tamil'),(3222,'ta','hr','Tamil'),(3223,'ta','hu','tamil'),(3224,'ta','hy','Tamil'),(3225,'ta','id','Tamil'),(3226,'ta','is','Tamil'),(3227,'ta','it','Tamil'),(3228,'ta','ja','タミル語'),(3229,'ta','ko','타밀어'),(3230,'ta','ku','Tamil'),(3231,'ta','lv','Tamil'),(3232,'ta','lt','Tamil'),(3233,'ta','mk','Tamil'),(3234,'ta','mt','Tamil'),(3235,'ta','mn','Tamil'),(3236,'ta','ne','Tamil'),(3237,'ta','nl','Tamil'),(3238,'ta','no','Tamil'),(3239,'ta','pa','Tamil'),(3240,'ta','pl','tamilski'),(3241,'ta','pt-pt','Tamil'),(3242,'ta','pt-br','Tamil'),(3243,'ta','qu','Tamil'),(3244,'ta','ro','Tamilă'),(3245,'ta','ru','Тамильский'),(3246,'ta','sl','Tamilščina'),(3247,'ta','so','Tamil'),(3248,'ta','sq','Tamil'),(3249,'ta','sr','тамилски'),(3250,'ta','sv','Tamil'),(3251,'ta','ta','Tamil'),(3252,'ta','th','ทมิฬ'),(3253,'ta','tr','Tamil dili'),(3254,'ta','uk','Tamil'),(3255,'ta','ur','Tamil'),(3256,'ta','uz','Tamil'),(3257,'ta','vi','Tamil'),(3258,'ta','yi','Tamil'),(3259,'ta','zh-hans','泰米尔语'),(3260,'ta','zu','Tamil'),(3261,'ta','zh-hant','泰米爾語'),(3262,'ta','ms','Tamil'),(3263,'ta','gl','Tamil'),(3264,'ta','bn','Tamil'),(3265,'th','en','Thai'),(3266,'th','es','Tailandés'),(3267,'th','de','Thai'),(3268,'th','fr','Thaï'),(3269,'th','ar','التايلندية'),(3270,'th','bs','Thai'),(3271,'th','bg','Тайски'),(3272,'th','ca','Thai'),(3273,'th','cs','Thai'),(3274,'th','sk','Thajština'),(3275,'th','cy','Thai'),(3276,'th','da','Thai'),(3277,'th','el','Thai'),(3278,'th','eo','Thai'),(3279,'th','et','Thai'),(3280,'th','eu','Thai'),(3281,'th','fa','Thai'),(3282,'th','fi','thai'),(3283,'th','ga','Thai'),(3284,'th','he','תאילנדית'),(3285,'th','hi','Thai'),(3286,'th','hr','Thai'),(3287,'th','hu','tájföldi'),(3288,'th','hy','Thai'),(3289,'th','id','Thai'),(3290,'th','is','Thai'),(3291,'th','it','Thai'),(3292,'th','ja','タイ語'),(3293,'th','ko','태국어'),(3294,'th','ku','Thai'),(3295,'th','lv','Thai'),(3296,'th','lt','Thai'),(3297,'th','mk','Thai'),(3298,'th','mt','Thai'),(3299,'th','mn','Thai'),(3300,'th','ne','Thai'),(3301,'th','nl','Thai'),(3302,'th','no','Thai'),(3303,'th','pa','Thai'),(3304,'th','pl','tajski'),(3305,'th','pt-pt','Tailandês'),(3306,'th','pt-br','Tailandês'),(3307,'th','qu','Thai'),(3308,'th','ro','Tailandeză'),(3309,'th','ru','Тайский'),(3310,'th','sl','Tajski'),(3311,'th','so','Thai'),(3312,'th','sq','Thai'),(3313,'th','sr','Тајландски'),(3314,'th','sv','Thailändska'),(3315,'th','ta','Thai'),(3316,'th','th','ไทย'),(3317,'th','tr','Tayca'),(3318,'th','uk','Thai'),(3319,'th','ur','Thai'),(3320,'th','uz','Thai'),(3321,'th','vi','Thai'),(3322,'th','yi','Thai'),(3323,'th','zh-hans','泰语'),(3324,'th','zu','Thai'),(3325,'th','zh-hant','泰語'),(3326,'th','ms','Thai'),(3327,'th','gl','Thai'),(3328,'th','bn','Thai'),(3329,'tr','en','Turkish'),(3330,'tr','es','Turco'),(3331,'tr','de','Türkisch'),(3332,'tr','fr','Turc'),(3333,'tr','ar','التركية'),(3334,'tr','bs','Turkish'),(3335,'tr','bg','Турски'),(3336,'tr','ca','Turkish'),(3337,'tr','cs','Turečtina'),(3338,'tr','sk','Turečtina'),(3339,'tr','cy','Turkish'),(3340,'tr','da','Turkish'),(3341,'tr','el','Τουρκικα'),(3342,'tr','eo','Turkish'),(3343,'tr','et','Turkish'),(3344,'tr','eu','Turkish'),(3345,'tr','fa','Turkish'),(3346,'tr','fi','turkki'),(3347,'tr','ga','Turkish'),(3348,'tr','he','תורכית'),(3349,'tr','hi','Turkish'),(3350,'tr','hr','Turski'),(3351,'tr','hu','török'),(3352,'tr','hy','Turkish'),(3353,'tr','id','Turkish'),(3354,'tr','is','Turkish'),(3355,'tr','it','Turco'),(3356,'tr','ja','トルコ語'),(3357,'tr','ko','터어키어'),(3358,'tr','ku','Turkish'),(3359,'tr','lv','Turkish'),(3360,'tr','lt','Turkish'),(3361,'tr','mk','Turkish'),(3362,'tr','mt','Turkish'),(3363,'tr','mn','Turkish'),(3364,'tr','ne','Turkish'),(3365,'tr','nl','Turks'),(3366,'tr','no','Turkish'),(3367,'tr','pa','Turkish'),(3368,'tr','pl','turecki'),(3369,'tr','pt-pt','Turco'),(3370,'tr','pt-br','Turco'),(3371,'tr','qu','Turkish'),(3372,'tr','ro','Turcă'),(3373,'tr','ru','Турецкий'),(3374,'tr','sl','Turščina'),(3375,'tr','so','Turkish'),(3376,'tr','sq','Turkish'),(3377,'tr','sr','турски'),(3378,'tr','sv','Turkiska'),(3379,'tr','ta','Turkish'),(3380,'tr','th','ตุรกี'),(3381,'tr','tr','Türkçe'),(3382,'tr','uk','Turkish'),(3383,'tr','ur','Turkish'),(3384,'tr','uz','Turkish'),(3385,'tr','vi','Turkish'),(3386,'tr','yi','Turkish'),(3387,'tr','zh-hans','土耳其语'),(3388,'tr','zu','Turkish'),(3389,'tr','zh-hant','土耳其語'),(3390,'tr','ms','Turkish'),(3391,'tr','gl','Turkish'),(3392,'tr','bn','Turkish'),(3393,'uk','en','Ukrainian'),(3394,'uk','es','Ucraniano'),(3395,'uk','de','Ukrainisch'),(3396,'uk','fr','Ukrainien'),(3397,'uk','ar','الأوكرانية'),(3398,'uk','bs','Ukrainian'),(3399,'uk','bg','Украински'),(3400,'uk','ca','Ukrainian'),(3401,'uk','cs','Ukrajinský'),(3402,'uk','sk','Ukrajinčina'),(3403,'uk','cy','Ukrainian'),(3404,'uk','da','Ukrainian'),(3405,'uk','el','Ουκρανικα'),(3406,'uk','eo','Ukrainian'),(3407,'uk','et','Ukrainian'),(3408,'uk','eu','Ukrainian'),(3409,'uk','fa','Ukrainian'),(3410,'uk','fi','ukraina'),(3411,'uk','ga','Ukrainian'),(3412,'uk','he','אוקראינית'),(3413,'uk','hi','Ukrainian'),(3414,'uk','hr','Ukrajinski'),(3415,'uk','hu','ukrán'),(3416,'uk','hy','Ukrainian'),(3417,'uk','id','Ukrainian'),(3418,'uk','is','Ukrainian'),(3419,'uk','it','Ucraino'),(3420,'uk','ja','ウクライナ語'),(3421,'uk','ko','우크라이나어'),(3422,'uk','ku','Ukrainian'),(3423,'uk','lv','Ukrainian'),(3424,'uk','lt','Ukrainian'),(3425,'uk','mk','Ukrainian'),(3426,'uk','mt','Ukrainian'),(3427,'uk','mn','Ukrainian'),(3428,'uk','ne','Ukrainian'),(3429,'uk','nl','Oekraïens'),(3430,'uk','no','Ukrainsk'),(3431,'uk','pa','Ukrainian'),(3432,'uk','pl','ukraiński'),(3433,'uk','pt-pt','Ucraniano'),(3434,'uk','pt-br','Ucraniano'),(3435,'uk','qu','Ukrainian'),(3436,'uk','ro','Ucrainiană'),(3437,'uk','ru','Украинский'),(3438,'uk','sl','Ukrajinski'),(3439,'uk','so','Ukrainian'),(3440,'uk','sq','Ukrainian'),(3441,'uk','sr','украјински'),(3442,'uk','sv','Ukrainska'),(3443,'uk','ta','Ukrainian'),(3444,'uk','th','ยูเครน'),(3445,'uk','tr','Ukraynaca'),(3446,'uk','uk','Ukrainian'),(3447,'uk','ur','Ukrainian'),(3448,'uk','uz','Ukrainian'),(3449,'uk','vi','Ukrainian'),(3450,'uk','yi','Ukrainian'),(3451,'uk','zh-hans','乌克兰语'),(3452,'uk','zu','Ukrainian'),(3453,'uk','zh-hant','烏克蘭語'),(3454,'uk','ms','Ukrainian'),(3455,'uk','gl','Ukrainian'),(3456,'uk','bn','Ukrainian'),(3457,'ur','en','Urdu'),(3458,'ur','es','Urdu'),(3459,'ur','de','Urdu'),(3460,'ur','fr','Ourdu'),(3461,'ur','ar','الأردية'),(3462,'ur','bs','Urdu'),(3463,'ur','bg','Урду'),(3464,'ur','ca','Urdu'),(3465,'ur','cs','Urdu'),(3466,'ur','sk','Urdština'),(3467,'ur','cy','Urdu'),(3468,'ur','da','Urdu'),(3469,'ur','el','Ουρντου'),(3470,'ur','eo','Urdu'),(3471,'ur','et','Urdu'),(3472,'ur','eu','Urdu'),(3473,'ur','fa','Urdu'),(3474,'ur','fi','urdu'),(3475,'ur','ga','Urdu'),(3476,'ur','he','אורדו'),(3477,'ur','hi','Urdu'),(3478,'ur','hr','Urdu'),(3479,'ur','hu','urdu'),(3480,'ur','hy','Urdu'),(3481,'ur','id','Urdu'),(3482,'ur','is','Urdu'),(3483,'ur','it','Urdu'),(3484,'ur','ja','ウルドゥー語'),(3485,'ur','ko','우르두어'),(3486,'ur','ku','Urdu'),(3487,'ur','lv','Urdu'),(3488,'ur','lt','Urdu'),(3489,'ur','mk','Urdu'),(3490,'ur','mt','Urdu'),(3491,'ur','mn','Urdu'),(3492,'ur','ne','Urdu'),(3493,'ur','nl','Urdu'),(3494,'ur','no','Urdu'),(3495,'ur','pa','Urdu'),(3496,'ur','pl','urdu'),(3497,'ur','pt-pt','Urdu'),(3498,'ur','pt-br','Urdu'),(3499,'ur','qu','Urdu'),(3500,'ur','ro','Urdu'),(3501,'ur','ru','Урду'),(3502,'ur','sl','Urdujščina'),(3503,'ur','so','Urdu'),(3504,'ur','sq','Urdu'),(3505,'ur','sr','урду'),(3506,'ur','sv','Urdu'),(3507,'ur','ta','Urdu'),(3508,'ur','th','อุรดู'),(3509,'ur','tr','Urduca'),(3510,'ur','uk','Urdu'),(3511,'ur','ur','اردو '),(3512,'ur','uz','Urdu'),(3513,'ur','vi','Urdu'),(3514,'ur','yi','Urdu'),(3515,'ur','zh-hans','乌尔都语'),(3516,'ur','zu','Urdu'),(3517,'ur','zh-hant','烏爾都語'),(3518,'ur','ms','Urdu'),(3519,'ur','gl','Urdu'),(3520,'ur','bn','Urdu'),(3521,'uz','en','Uzbek'),(3522,'uz','es','Uzbeko'),(3523,'uz','de','Usbekisch'),(3524,'uz','fr','Ouzbek'),(3525,'uz','ar','الاوزباكية'),(3526,'uz','bs','Uzbek'),(3527,'uz','bg','Узбекски'),(3528,'uz','ca','Uzbek'),(3529,'uz','cs','Uzbek'),(3530,'uz','sk','Uzbekčina'),(3531,'uz','cy','Uzbek'),(3532,'uz','da','Uzbek'),(3533,'uz','el','Ουζμπεκικα'),(3534,'uz','eo','Uzbek'),(3535,'uz','et','Uzbek'),(3536,'uz','eu','Uzbek'),(3537,'uz','fa','Uzbek'),(3538,'uz','fi','uzbekki'),(3539,'uz','ga','Uzbek'),(3540,'uz','he','אוזבקית'),(3541,'uz','hi','Uzbek'),(3542,'uz','hr','Uzbečki'),(3543,'uz','hu','üzbég'),(3544,'uz','hy','Uzbek'),(3545,'uz','id','Uzbek'),(3546,'uz','is','Uzbek'),(3547,'uz','it','Uzbeco'),(3548,'uz','ja','ウズベク語'),(3549,'uz','ko','우즈베크어'),(3550,'uz','ku','Uzbek'),(3551,'uz','lv','Uzbek'),(3552,'uz','lt','Uzbek'),(3553,'uz','mk','Uzbek'),(3554,'uz','mt','Uzbek'),(3555,'uz','mn','Uzbek'),(3556,'uz','ne','Uzbek'),(3557,'uz','nl','Oezbeeks'),(3558,'uz','no','Usbekisk'),(3559,'uz','pa','Uzbek'),(3560,'uz','pl','uzbecki'),(3561,'uz','pt-pt','Uzbeque'),(3562,'uz','pt-br','Uzbeque'),(3563,'uz','qu','Uzbek'),(3564,'uz','ro','Uzbecă'),(3565,'uz','ru','Узбекский'),(3566,'uz','sl','Uzbek'),(3567,'uz','so','Uzbek'),(3568,'uz','sq','Uzbek'),(3569,'uz','sr','Узбек'),(3570,'uz','sv','Uzbekiska'),(3571,'uz','ta','Uzbek'),(3572,'uz','th','อุซเบก'),(3573,'uz','tr','Özbekçe'),(3574,'uz','uk','Uzbek'),(3575,'uz','ur','Uzbek'),(3576,'uz','uz','Uzbek'),(3577,'uz','vi','Uzbek'),(3578,'uz','yi','Uzbek'),(3579,'uz','zh-hans','乌兹别克语'),(3580,'uz','zu','Uzbek'),(3581,'uz','zh-hant','烏茲別克語'),(3582,'uz','ms','Uzbek'),(3583,'uz','gl','Uzbek'),(3584,'uz','bn','Uzbek'),(3585,'vi','en','Vietnamese'),(3586,'vi','es','Vietnamita'),(3587,'vi','de','Vietnamesisch'),(3588,'vi','fr','Vietnamien'),(3589,'vi','ar','الفيتنامية'),(3590,'vi','bs','Vietnamese'),(3591,'vi','bg','Виетнамски'),(3592,'vi','ca','Vietnamese'),(3593,'vi','cs','Vietnamský'),(3594,'vi','sk','Vietnamčina'),(3595,'vi','cy','Vietnamese'),(3596,'vi','da','Vietnamese'),(3597,'vi','el','Βιετναμεζικα'),(3598,'vi','eo','Vietnamese'),(3599,'vi','et','Vietnamese'),(3600,'vi','eu','Vietnamese'),(3601,'vi','fa','Vietnamese'),(3602,'vi','fi','vietnam'),(3603,'vi','ga','Vietnamese'),(3604,'vi','he','וייטנאמית'),(3605,'vi','hi','Vietnamese'),(3606,'vi','hr','Vijetnamski'),(3607,'vi','hu','vietnámi'),(3608,'vi','hy','Vietnamese'),(3609,'vi','id','Vietnamese'),(3610,'vi','is','Vietnamese'),(3611,'vi','it','Vietnamita'),(3612,'vi','ja','ベトナム語'),(3613,'vi','ko','베트남어'),(3614,'vi','ku','Vietnamese'),(3615,'vi','lv','Vietnamese'),(3616,'vi','lt','Vietnamese'),(3617,'vi','mk','Vietnamese'),(3618,'vi','mt','Vietnamese'),(3619,'vi','mn','Vietnamese'),(3620,'vi','ne','Vietnamese'),(3621,'vi','nl','Vietnamees'),(3622,'vi','no','Vietnamesisk'),(3623,'vi','pa','Vietnamese'),(3624,'vi','pl','wietnamski'),(3625,'vi','pt-pt','Vietnamita'),(3626,'vi','pt-br','Vietnamita'),(3627,'vi','qu','Vietnamese'),(3628,'vi','ro','Vietnameză'),(3629,'vi','ru','Вьетнамский'),(3630,'vi','sl','Vietnamščina'),(3631,'vi','so','Vietnamese'),(3632,'vi','sq','Vietnamese'),(3633,'vi','sr','вијетнамски'),(3634,'vi','sv','Vietnamesiska'),(3635,'vi','ta','Vietnamese'),(3636,'vi','th','เวียดนาม'),(3637,'vi','tr','Vietnamca'),(3638,'vi','uk','Vietnamese'),(3639,'vi','ur','Vietnamese'),(3640,'vi','uz','Vietnamese'),(3641,'vi','vi','Tiếng Việt'),(3642,'vi','yi','Vietnamese'),(3643,'vi','zh-hans','越南语'),(3644,'vi','zu','Vietnamese'),(3645,'vi','zh-hant','越南語'),(3646,'vi','ms','Vietnamese'),(3647,'vi','gl','Vietnamese'),(3648,'vi','bn','Vietnamese'),(3649,'yi','en','Yiddish'),(3650,'yi','es','Yidis'),(3651,'yi','de','Jiddisch'),(3652,'yi','fr','Yiddish'),(3653,'yi','ar','اليديشية'),(3654,'yi','bs','Yiddish'),(3655,'yi','bg','Идиш'),(3656,'yi','ca','Yiddish'),(3657,'yi','cs','Jidiš'),(3658,'yi','sk','Jidiš'),(3659,'yi','cy','Yiddish'),(3660,'yi','da','Yiddish'),(3661,'yi','el','Γιντις'),(3662,'yi','eo','Yiddish'),(3663,'yi','et','Yiddish'),(3664,'yi','eu','Yiddish'),(3665,'yi','fa','Yiddish'),(3666,'yi','fi','jiddi'),(3667,'yi','ga','Yiddish'),(3668,'yi','he','יידיש'),(3669,'yi','hi','Yiddish'),(3670,'yi','hr','Jidiš'),(3671,'yi','hu','jiddis'),(3672,'yi','hy','Yiddish'),(3673,'yi','id','Yiddish'),(3674,'yi','is','Yiddish'),(3675,'yi','it','Yiddish'),(3676,'yi','ja','イディッシュ語'),(3677,'yi','ko','이디시어'),(3678,'yi','ku','Yiddish'),(3679,'yi','lv','Yiddish'),(3680,'yi','lt','Yiddish'),(3681,'yi','mk','Yiddish'),(3682,'yi','mt','Yiddish'),(3683,'yi','mn','Yiddish'),(3684,'yi','ne','Yiddish'),(3685,'yi','nl','Jiddisch'),(3686,'yi','no','Yiddish'),(3687,'yi','pa','Yiddish'),(3688,'yi','pl','jidysz'),(3689,'yi','pt-pt','Yiddish'),(3690,'yi','pt-br','Yiddish'),(3691,'yi','qu','Yiddish'),(3692,'yi','ro','Idiş'),(3693,'yi','ru','Идиш'),(3694,'yi','sl','Jidiš'),(3695,'yi','so','Yiddish'),(3696,'yi','sq','Yiddish'),(3697,'yi','sr','јидиш'),(3698,'yi','sv','Jiddisch'),(3699,'yi','ta','Yiddish'),(3700,'yi','th','ยิชดิช'),(3701,'yi','tr','Eski İbranice'),(3702,'yi','uk','Yiddish'),(3703,'yi','ur','Yiddish'),(3704,'yi','uz','Yiddish'),(3705,'yi','vi','Yiddish'),(3706,'yi','yi','Yiddish'),(3707,'yi','zh-hans','依地语'),(3708,'yi','zu','Yiddish'),(3709,'yi','zh-hant','依地語'),(3710,'yi','ms','Yiddish'),(3711,'yi','gl','Yiddish'),(3712,'yi','bn','Yiddish'),(3713,'zh-hans','en','Chinese (Simplified)'),(3714,'zh-hans','es','Chino simplificado'),(3715,'zh-hans','de','Vereinfachtes Chinesisch'),(3716,'zh-hans','fr','Chinois simplifié'),(3717,'zh-hans','ar','الصينية المبسطة'),(3718,'zh-hans','bs','Chinese (Simplified)'),(3719,'zh-hans','bg','Китайски (опростен)'),(3720,'zh-hans','ca','Chinese (Simplified)'),(3721,'zh-hans','cs','Čínština ( Zjednodušený )'),(3722,'zh-hans','sk','Zjednodušená Čínština'),(3723,'zh-hans','cy','Chinese (Simplified)'),(3724,'zh-hans','da','Chinese (Simplified)'),(3725,'zh-hans','el','Κινεζικα (Απλοποιημένα)'),(3726,'zh-hans','eo','Chinese (Simplified)'),(3727,'zh-hans','et','Chinese (Simplified)'),(3728,'zh-hans','eu','Chinese (Simplified)'),(3729,'zh-hans','fa','Chinese (Simplified)'),(3730,'zh-hans','fi','kiina'),(3731,'zh-hans','ga','Chinese (Simplified)'),(3732,'zh-hans','he','סינית'),(3733,'zh-hans','hi','Chinese (Simplified)'),(3734,'zh-hans','hr','Kineski (pojednostavljeni)'),(3735,'zh-hans','hu','egyszerűsített kínai'),(3736,'zh-hans','hy','Chinese (Simplified)'),(3737,'zh-hans','id','Chinese (Simplified)'),(3738,'zh-hans','is','Chinese (Simplified)'),(3739,'zh-hans','it','Cinese semplificato'),(3740,'zh-hans','ja','簡体中国語'),(3741,'zh-hans','ko','중국어 간체'),(3742,'zh-hans','ku','Chinese (Simplified)'),(3743,'zh-hans','lv','Chinese (Simplified)'),(3744,'zh-hans','lt','Chinese (Simplified)'),(3745,'zh-hans','mk','Chinese (Simplified)'),(3746,'zh-hans','mt','Chinese (Simplified)'),(3747,'zh-hans','mn','Chinese (Simplified)'),(3748,'zh-hans','ne','Chinese (Simplified)'),(3749,'zh-hans','nl','Vereenvoudigd Chinees'),(3750,'zh-hans','no','Kinesisk (forenklet)'),(3751,'zh-hans','pa','Chinese (Simplified)'),(3752,'zh-hans','pl','chiński uproszczony'),(3753,'zh-hans','pt-pt','Chinês (Simplificado)'),(3754,'zh-hans','pt-br','Chinês (Simplificado)'),(3755,'zh-hans','qu','Chinese (Simplified)'),(3756,'zh-hans','ro','Chineza simplificată'),(3757,'zh-hans','ru','Китайский (упрощенный)'),(3758,'zh-hans','sl','Kitajščina (poenostavljena )'),(3759,'zh-hans','so','Chinese (Simplified)'),(3760,'zh-hans','sq','Chinese (Simplified)'),(3761,'zh-hans','sr','Кинески (поједностављени)'),(3762,'zh-hans','sv','Förenklad kinesiska'),(3763,'zh-hans','ta','Chinese (Simplified)'),(3764,'zh-hans','th','จีนประยุกต์'),(3765,'zh-hans','tr','Modern Çince'),(3766,'zh-hans','uk','Chinese (Simplified)'),(3767,'zh-hans','ur','Chinese (Simplified)'),(3768,'zh-hans','uz','Chinese (Simplified)'),(3769,'zh-hans','vi','Chinese (Simplified)'),(3770,'zh-hans','yi','Chinese (Simplified)'),(3771,'zh-hans','zh-hans','简体中文'),(3772,'zh-hans','zu','Chinese (Simplified)'),(3773,'zh-hans','zh-hant','簡體中文'),(3774,'zh-hans','ms','Chinese (Simplified)'),(3775,'zh-hans','gl','Chinese (Simplified)'),(3776,'zh-hans','bn','Chinese (Simplified)'),(3777,'zu','en','Zulu'),(3778,'zu','es','Zulú'),(3779,'zu','de','Zulu'),(3780,'zu','fr','Zoulou'),(3781,'zu','ar','الزولو'),(3782,'zu','bs','Zulu'),(3783,'zu','bg','Зулу'),(3784,'zu','ca','Zulu'),(3785,'zu','cs','Zulu'),(3786,'zu','sk','Jazyk Zulu'),(3787,'zu','cy','Zulu'),(3788,'zu','da','Zulu'),(3789,'zu','el','Ζουλου'),(3790,'zu','eo','Zulu'),(3791,'zu','et','Zulu'),(3792,'zu','eu','Zulu'),(3793,'zu','fa','Zulu'),(3794,'zu','fi','zulu'),(3795,'zu','ga','Zulu'),(3796,'zu','he','זולו '),(3797,'zu','hi','Zulu'),(3798,'zu','hr','Zulu'),(3799,'zu','hu','zulu'),(3800,'zu','hy','Zulu'),(3801,'zu','id','Zulu'),(3802,'zu','is','Zulu'),(3803,'zu','it','Zulu'),(3804,'zu','ja','ズールー語'),(3805,'zu','ko','줄루어'),(3806,'zu','ku','Zulu'),(3807,'zu','lv','Zulu'),(3808,'zu','lt','Zulu'),(3809,'zu','mk','Zulu'),(3810,'zu','mt','Zulu'),(3811,'zu','mn','Zulu'),(3812,'zu','ne','Zulu'),(3813,'zu','nl','Zulu'),(3814,'zu','no','Zulu'),(3815,'zu','pa','Zulu'),(3816,'zu','pl','zuluski'),(3817,'zu','pt-pt','Zulu'),(3818,'zu','pt-br','Zulu'),(3819,'zu','qu','Zulu'),(3820,'zu','ro','Zulu'),(3821,'zu','ru','Зулу'),(3822,'zu','sl','Zulu'),(3823,'zu','so','Zulu'),(3824,'zu','sq','Zulu'),(3825,'zu','sr','зулу'),(3826,'zu','sv','Zulu'),(3827,'zu','ta','Zulu'),(3828,'zu','th','ซูลู'),(3829,'zu','tr','Zulu dili'),(3830,'zu','uk','Zulu'),(3831,'zu','ur','Zulu'),(3832,'zu','uz','Zulu'),(3833,'zu','vi','Zulu'),(3834,'zu','yi','Zulu'),(3835,'zu','zh-hans','祖鲁语'),(3836,'zu','zu','Zulu'),(3837,'zu','zh-hant','祖魯語'),(3838,'zu','ms','Zulu'),(3839,'zu','gl','Zulu'),(3840,'zu','bn','Zulu'),(3841,'zh-hant','en','Chinese (Traditional)'),(3842,'zh-hant','es','Chino tradicional'),(3843,'zh-hant','de','Traditionelles Chinesisch'),(3844,'zh-hant','fr','Chinois traditionnel'),(3845,'zh-hant','ar','الصينية التقليدية'),(3846,'zh-hant','bs','Chinese (Traditional)'),(3847,'zh-hant','bg','Китайски (традиционен)'),(3848,'zh-hant','ca','Chinese (Traditional)'),(3849,'zh-hant','cs','Čínština (tradiční )'),(3850,'zh-hant','sk','Tradičná Čínština'),(3851,'zh-hant','cy','Chinese (Traditional)'),(3852,'zh-hant','da','Chinese (Traditional)'),(3853,'zh-hant','el','Κινεζικα (Παραδοσιακά)'),(3854,'zh-hant','eo','Chinese (Traditional)'),(3855,'zh-hant','et','Chinese (Traditional)'),(3856,'zh-hant','eu','Chinese (Traditional)'),(3857,'zh-hant','fa','Chinese (Traditional)'),(3858,'zh-hant','fi','perinteinen kiina'),(3859,'zh-hant','ga','Chinese (Traditional)'),(3860,'zh-hant','he','סינית מסורתית'),(3861,'zh-hant','hi','Chinese (Traditional)'),(3862,'zh-hant','hr','Kineski (tradicionalni)'),(3863,'zh-hant','hu','hagyományos kínai'),(3864,'zh-hant','hy','Chinese (Traditional)'),(3865,'zh-hant','id','Chinese (Traditional)'),(3866,'zh-hant','is','Chinese (Traditional)'),(3867,'zh-hant','it','Cinese tradizionale'),(3868,'zh-hant','ja','繁体中国語'),(3869,'zh-hant','ko','중국어 번체'),(3870,'zh-hant','ku','Chinese (Traditional)'),(3871,'zh-hant','lv','Chinese (Traditional)'),(3872,'zh-hant','lt','Chinese (Traditional)'),(3873,'zh-hant','mk','Chinese (Traditional)'),(3874,'zh-hant','mt','Chinese (Traditional)'),(3875,'zh-hant','mn','Chinese (Traditional)'),(3876,'zh-hant','ne','Chinese (Traditional)'),(3877,'zh-hant','nl','Traditioneel Chinees'),(3878,'zh-hant','no','Kinesisk (tradisjonell)'),(3879,'zh-hant','pa','Chinese (Traditional)'),(3880,'zh-hant','pl','chiński tradycyjny'),(3881,'zh-hant','pt-pt','Chinês (Tradicional)'),(3882,'zh-hant','pt-br','Chinês (Tradicional)'),(3883,'zh-hant','qu','Chinese (Traditional)'),(3884,'zh-hant','ro','Chineza tradiţională'),(3885,'zh-hant','ru','Китайский (традиционный)'),(3886,'zh-hant','sl','Kitajščina (tradicionalna)'),(3887,'zh-hant','so','Chinese (Traditional)'),(3888,'zh-hant','sq','Chinese (Traditional)'),(3889,'zh-hant','sr','Кинески (традиционални)'),(3890,'zh-hant','sv','Traditionell kinesiska'),(3891,'zh-hant','ta','Chinese (Traditional)'),(3892,'zh-hant','th','จีนดั้งเดิม'),(3893,'zh-hant','tr','Klasik Çince'),(3894,'zh-hant','uk','Chinese (Traditional)'),(3895,'zh-hant','ur','Chinese (Traditional)'),(3896,'zh-hant','uz','Chinese (Traditional)'),(3897,'zh-hant','vi','Chinese (Traditional)'),(3898,'zh-hant','yi','Chinese (Traditional)'),(3899,'zh-hant','zh-hans','繁体中文'),(3900,'zh-hant','zu','Chinese (Traditional)'),(3901,'zh-hant','zh-hant','繁體中文'),(3902,'zh-hant','ms','Chinese (Traditional)'),(3903,'zh-hant','gl','Chinese (Traditional)'),(3904,'zh-hant','bn','Chinese (Traditional)'),(3905,'ms','en','Malay'),(3906,'ms','es','Malayo'),(3907,'ms','de','Malaiisch'),(3908,'ms','fr','Malay'),(3909,'ms','ar','لغة الملايو'),(3910,'ms','bs','Malay'),(3911,'ms','bg','Малайски'),(3912,'ms','ca','Malay'),(3913,'ms','cs','Malajský'),(3914,'ms','sk','Malay'),(3915,'ms','cy','Malay'),(3916,'ms','da','Malay'),(3917,'ms','el','Malay'),(3918,'ms','eo','Malay'),(3919,'ms','et','Malay'),(3920,'ms','eu','Malay'),(3921,'ms','fa','Malay'),(3922,'ms','fi','Malay'),(3923,'ms','ga','Malay'),(3924,'ms','he','מלאית'),(3925,'ms','hi','Malay'),(3926,'ms','hr','Malajski'),(3927,'ms','hu','Malay'),(3928,'ms','hy','Malay'),(3929,'ms','id','Malay'),(3930,'ms','is','Malay'),(3931,'ms','it','Malay'),(3932,'ms','ja','Malay'),(3933,'ms','ko','Malay'),(3934,'ms','ku','Malay'),(3935,'ms','lv','Malay'),(3936,'ms','lt','Malay'),(3937,'ms','mk','Malay'),(3938,'ms','mt','Malay'),(3939,'ms','mn','Malay'),(3940,'ms','ne','Malay'),(3941,'ms','nl','Malay'),(3942,'ms','no','Malay'),(3943,'ms','pa','Malay'),(3944,'ms','pl','Malay'),(3945,'ms','pt-pt','Malaio'),(3946,'ms','pt-br','Malaio'),(3947,'ms','qu','Malay'),(3948,'ms','ro','Malay'),(3949,'ms','ru','Малайский'),(3950,'ms','sl','Malajščina'),(3951,'ms','so','Malay'),(3952,'ms','sq','Malay'),(3953,'ms','sr','малајски'),(3954,'ms','sv','Malay'),(3955,'ms','ta','Malay'),(3956,'ms','th','Malay'),(3957,'ms','tr','Malay'),(3958,'ms','uk','Malay'),(3959,'ms','ur','Malay'),(3960,'ms','uz','Malay'),(3961,'ms','vi','Malay'),(3962,'ms','yi','Malay'),(3963,'ms','zh-hans','Malay'),(3964,'ms','zu','Malay'),(3965,'ms','zh-hant','Malay'),(3966,'ms','ms','Melayu'),(3967,'ms','gl','Malay'),(3968,'ms','bn','Malay'),(3969,'gl','en','Galician'),(3970,'gl','es','Gallego'),(3971,'gl','de','Galicisch'),(3972,'gl','fr','Galicien'),(3973,'gl','ar','Galician'),(3974,'gl','bs','Galician'),(3975,'gl','bg','Galician'),(3976,'gl','ca','Galician'),(3977,'gl','cs','Galician'),(3978,'gl','sk','Galician'),(3979,'gl','cy','Galician'),(3980,'gl','da','Galician'),(3981,'gl','el','Galician'),(3982,'gl','eo','Galician'),(3983,'gl','et','Galician'),(3984,'gl','eu','Galician'),(3985,'gl','fa','Galician'),(3986,'gl','fi','Galician'),(3987,'gl','ga','Galician'),(3988,'gl','he','Galician'),(3989,'gl','hi','Galician'),(3990,'gl','hr','Galician'),(3991,'gl','hu','Galician'),(3992,'gl','hy','Galician'),(3993,'gl','id','Galician'),(3994,'gl','is','Galician'),(3995,'gl','it','Gallego'),(3996,'gl','ja','Galician'),(3997,'gl','ko','Galician'),(3998,'gl','ku','Galician'),(3999,'gl','lv','Galician'),(4000,'gl','lt','Galician'),(4001,'gl','mk','Galician'),(4002,'gl','mt','Galician'),(4003,'gl','mn','Galician'),(4004,'gl','ne','Galician'),(4005,'gl','nl','Galician'),(4006,'gl','no','Galician'),(4007,'gl','pa','Galician'),(4008,'gl','pl','Galician'),(4009,'gl','pt-pt','Galego'),(4010,'gl','pt-br','Galego'),(4011,'gl','qu','Galician'),(4012,'gl','ro','Galician'),(4013,'gl','ru','Галисийский'),(4014,'gl','sl','Galician'),(4015,'gl','so','Galician'),(4016,'gl','sq','Galician'),(4017,'gl','sr','Galician'),(4018,'gl','sv','Galician'),(4019,'gl','ta','Galician'),(4020,'gl','th','Galician'),(4021,'gl','tr','Galician'),(4022,'gl','uk','Galician'),(4023,'gl','ur','Galician'),(4024,'gl','uz','Galician'),(4025,'gl','vi','Galician'),(4026,'gl','yi','Galician'),(4027,'gl','zh-hans','Galician'),(4028,'gl','zu','Galician'),(4029,'gl','zh-hant','Galician'),(4030,'gl','ms','Galician'),(4031,'gl','gl','Galego'),(4032,'gl','bn','Galician'),(4033,'bn','en','Bengali'),(4034,'bn','es','Bengalí'),(4035,'bn','de','Bengalisch'),(4036,'bn','fr','Bengali'),(4037,'bn','ar','Bengali'),(4038,'bn','bs','Bengali'),(4039,'bn','bg','Bengali'),(4040,'bn','ca','Bengali'),(4041,'bn','cs','Bengali'),(4042,'bn','sk','Bengali'),(4043,'bn','cy','Bengali'),(4044,'bn','da','Bengali'),(4045,'bn','el','Bengali'),(4046,'bn','eo','Bengali'),(4047,'bn','et','Bengali'),(4048,'bn','eu','Bengali'),(4049,'bn','fa','Bengali'),(4050,'bn','fi','Bengali'),(4051,'bn','ga','Bengali'),(4052,'bn','he','Bengali'),(4053,'bn','hi','Bengali'),(4054,'bn','hr','Bengali'),(4055,'bn','hu','Bengali'),(4056,'bn','hy','Bengali'),(4057,'bn','id','Bengali'),(4058,'bn','is','Bengali'),(4059,'bn','it','Bengalese'),(4060,'bn','ja','Bengali'),(4061,'bn','ko','Bengali'),(4062,'bn','ku','Bengali'),(4063,'bn','lv','Bengali'),(4064,'bn','lt','Bengali'),(4065,'bn','mk','Bengali'),(4066,'bn','mt','Bengali'),(4067,'bn','mn','Bengali'),(4068,'bn','ne','Bengali'),(4069,'bn','nl','Bengali'),(4070,'bn','no','Bengali'),(4071,'bn','pa','Bengali'),(4072,'bn','pl','Bengali'),(4073,'bn','pt-pt','Bengalês'),(4074,'bn','pt-br','Bengalês'),(4075,'bn','qu','Bengali'),(4076,'bn','ro','Bengali'),(4077,'bn','ru','Бенгальский'),(4078,'bn','sl','Bengali'),(4079,'bn','so','Bengali'),(4080,'bn','sq','Bengali'),(4081,'bn','sr','Bengali'),(4082,'bn','sv','Bengali'),(4083,'bn','ta','Bengali'),(4084,'bn','th','Bengali'),(4085,'bn','tr','Bengali'),(4086,'bn','uk','Bengali'),(4087,'bn','ur','Bengali'),(4088,'bn','uz','Bengali'),(4089,'bn','vi','Bengali'),(4090,'bn','yi','Bengali'),(4091,'bn','zh-hans','Bengali'),(4092,'bn','zu','Bengali'),(4093,'bn','zh-hant','Bengali'),(4094,'bn','ms','Bengali'),(4095,'bn','gl','Bengali'),(4096,'bn','bn','हिन्दी'); /*!40000 ALTER TABLE `wp_icl_languages_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_locale_map` -- DROP TABLE IF EXISTS `wp_icl_locale_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_locale_map` ( `code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `locale` varchar(35) COLLATE utf8mb4_unicode_520_ci NOT NULL, UNIQUE KEY `code` (`code`,`locale`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_locale_map` -- LOCK TABLES `wp_icl_locale_map` WRITE; /*!40000 ALTER TABLE `wp_icl_locale_map` DISABLE KEYS */; INSERT INTO `wp_icl_locale_map` VALUES ('en','en_US'),('es','es_ES'); /*!40000 ALTER TABLE `wp_icl_locale_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_message_status` -- DROP TABLE IF EXISTS `wp_icl_message_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_message_status` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `rid` bigint(20) unsigned NOT NULL, `object_id` bigint(20) unsigned NOT NULL, `from_language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `to_language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` smallint(6) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `rid` (`rid`), KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_message_status` -- LOCK TABLES `wp_icl_message_status` WRITE; /*!40000 ALTER TABLE `wp_icl_message_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_message_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_mo_files_domains` -- DROP TABLE IF EXISTS `wp_icl_mo_files_domains`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_mo_files_domains` ( `id` int(11) NOT NULL AUTO_INCREMENT, `file_path` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL, `file_path_md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `domain` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'not_imported', `num_of_strings` int(11) NOT NULL DEFAULT '0', `last_modified` int(11) NOT NULL, `component_type` enum('plugin','theme','other') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'other', `component_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `file_path_md5_UNIQUE` (`file_path_md5`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_mo_files_domains` -- LOCK TABLES `wp_icl_mo_files_domains` WRITE; /*!40000 ALTER TABLE `wp_icl_mo_files_domains` DISABLE KEYS */; INSERT INTO `wp_icl_mo_files_domains` VALUES (1,'wp-content/plugins/wpml-string-translation/locale/wpml-string-translation-es_ES.mo','9ac768c6db2e30dc875c1047274b674c','wpml-string-translation','not_imported',0,1573118839,'plugin','wpml-string-translation/plugin.php'),(2,'wp-content/languages/plugins/elementor-es_ES.mo','559f9eae6ffa2c690e0eec0f4d770529','elementor','imported',1067,1573117551,'plugin','elementor/elementor.php'),(3,'wp-content/languages/es_ES.mo','42c34bd8677e02233c8192bef1a1623e','default','imported',3585,1573117520,'other',''),(4,'wp-content/languages/admin-es_ES.mo','5b8584efc7d86be868929516860818c5','default','imported',3018,1573117520,'other',''),(5,'wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/locale/installer-es_ES.mo','b32488c9fba0f5d47fbd3fa86e0e8415','installer','not_imported',0,1573118815,'plugin','sitepress-multilingual-cms/sitepress.php'),(6,'wp-content/plugins/wpml-translation-management/locale/wpml-translation-management-es_ES.mo','e0b3ee8201cb7f3ec3234bab41737f0c','wpml-translation-management','not_imported',0,1573118857,'plugin','wpml-translation-management/plugin.php'),(8,'wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-es_ES.mo','2119238c130612b6e8b960809f166e5a','sitepress','imported',1339,1569237578,'plugin','sitepress-multilingual-cms/sitepress.php'),(9,'wp-content/languages/plugins/woocommerce-es_ES.mo','7f84755e60f1aed5d290ec38df221ddd','woocommerce','not_imported',0,1573118885,'plugin','woocommerce/woocommerce.php'),(12,'wp-content/plugins/woocommerce-multilingual/vendor/otgs/installer/locale/installer-es_ES.mo','d9eac6e360a4b373a78299f443d0c83f','installer','imported',138,1573118193,'plugin','woocommerce-multilingual/wpml-woocommerce.php'),(13,'wp-content/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json','904903420503fcf1a2088277b3233a63','default-wp-api-fetch','not_imported',0,1573117520,'other',''),(14,'wp-content/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json','527a4985d677864f45db40f865cae08a','default-wp-blocks','not_imported',0,1573117520,'other',''),(15,'wp-content/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json','3d44a1b11e626308753643c4076970d2','default-wp-keycodes','not_imported',0,1573117520,'other',''),(16,'wp-content/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json','9b0a56a0e3890ff60c89bb16a42eaeb7','default-wp-components','not_imported',0,1573117520,'other',''),(17,'wp-content/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json','aedb086a47ed5b35e6aa3e79adbb7769','default-wp-block-editor','not_imported',0,1573117520,'other',''),(18,'wp-content/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json','67b403376118aa0bbebd061fce4aceb5','default-wp-nux','not_imported',0,1573117520,'other',''),(19,'wp-content/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json','138ddf21f76d4964f592fbff71b31a8f','default-wp-editor','not_imported',0,1573117520,'other',''),(20,'wp-content/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json','66c6ef97e5d5edf1b7b3cb809b988748','default-wp-block-library','not_imported',0,1573117520,'other',''),(21,'wp-content/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json','b8346ce554e89a3a67f2bf51374d505b','default-wp-edit-post','not_imported',0,1573117520,'other',''),(22,'wp-content/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json','fd8fff96d27454928a2f92c2b3a2809a','default-wp-format-library','not_imported',0,1573117520,'other',''),(23,'wp-content/languages/plugins/duplicate-post-es_ES.mo','143eddd87e86ff865940505039f0b3da','duplicate-post','not_imported',0,1573130283,'plugin','duplicate-post/duplicate-post.php'); /*!40000 ALTER TABLE `wp_icl_mo_files_domains` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_node` -- DROP TABLE IF EXISTS `wp_icl_node`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_node` ( `nid` bigint(20) NOT NULL, `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `links_fixed` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`nid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_node` -- LOCK TABLES `wp_icl_node` WRITE; /*!40000 ALTER TABLE `wp_icl_node` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_node` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_reminders` -- DROP TABLE IF EXISTS `wp_icl_reminders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_reminders` ( `id` bigint(20) NOT NULL, `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `can_delete` tinyint(4) NOT NULL, `show` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_reminders` -- LOCK TABLES `wp_icl_reminders` WRITE; /*!40000 ALTER TABLE `wp_icl_reminders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_reminders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_string_packages` -- DROP TABLE IF EXISTS `wp_icl_string_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_string_packages` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `kind_slug` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `kind` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `edit_link` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `view_link` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_id` int(11) DEFAULT NULL, `word_count` varchar(2000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_string_packages` -- LOCK TABLES `wp_icl_string_packages` WRITE; /*!40000 ALTER TABLE `wp_icl_string_packages` DISABLE KEYS */; INSERT INTO `wp_icl_string_packages` VALUES (1,'elementor','Elementor','27','Page Builder Page 27','','',27,'{\"total\":186,\"to_translate\":{\"en\":186}}'),(2,'elementor','Elementor','67','Page Builder Page 67','','',67,'{\"total\":175,\"to_translate\":{\"en\":175}}'),(3,'elementor','Elementor','75','Page Builder Page 75','','',75,'{\"total\":10,\"to_translate\":{\"en\":10}}'),(4,'elementor','Elementor','90','Page Builder Page 90','','',90,'{\"total\":11,\"to_translate\":{\"en\":11}}'),(5,'elementor','Elementor','121','Page Builder Page 121','','',121,'{\"total\":532,\"to_translate\":{\"en\":532}}'),(6,'elementor','Elementor','180','Page Builder Page 180','','',180,'{\"total\":4,\"to_translate\":{\"en\":4}}'),(7,'elementor','Elementor','183','Page Builder Page 183','','',183,'{\"total\":12,\"to_translate\":{\"en\":12}}'),(8,'elementor','Elementor','189','Page Builder Page 189','','',189,'{\"total\":141,\"to_translate\":{\"en\":141}}'),(9,'elementor','Elementor','192','Page Builder Page 192','','',192,'{\"total\":93,\"to_translate\":{\"en\":93}}'),(10,'elementor','Elementor','205','Page Builder Page 205','','',205,'{\"total\":64,\"to_translate\":{\"en\":63}}'),(11,'elementor','Elementor','213','Page Builder Page 213','','',213,'{\"total\":7,\"to_translate\":{\"en\":5}}'),(12,'elementor','Elementor','234','Page Builder Page 234','','',234,'{\"total\":24,\"to_translate\":{\"en\":24}}'),(13,'elementor','Elementor','249','Page Builder Page 249','','',249,'{\"total\":2,\"to_translate\":{\"en\":2}}'),(14,'elementor','Elementor','258','Page Builder Page 258','','',258,'{\"total\":11,\"to_translate\":{\"en\":11}}'),(15,'elementor','Elementor','272','Page Builder Page 272','','',272,'{\"total\":13,\"to_translate\":{\"en\":13}}'),(16,'elementor','Elementor','278','Page Builder Page 278','','',278,'{\"total\":2,\"to_translate\":{\"en\":2}}'),(17,'elementor','Elementor','274','Page Builder Page 274','','',274,'{\"total\":8,\"to_translate\":{\"en\":8}}'),(18,'elementor','Elementor','288','Page Builder Page 288','','',288,'{\"total\":511,\"to_translate\":{\"en\":511}}'),(19,'elementor','Elementor','306','Page Builder Page 306','','',306,'{\"total\":11,\"to_translate\":{\"en\":11}}'),(20,'elementor','Elementor','305','Page Builder Page 305','','',305,'{\"total\":11,\"to_translate\":{\"en\":11}}'); /*!40000 ALTER TABLE `wp_icl_string_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_string_pages` -- DROP TABLE IF EXISTS `wp_icl_string_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_string_pages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `string_id` bigint(20) unsigned NOT NULL, `url_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `string_to_url_id` (`url_id`), KEY `string_id` (`string_id`) ) ENGINE=InnoDB AUTO_INCREMENT=7547 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_string_pages` -- LOCK TABLES `wp_icl_string_pages` WRITE; /*!40000 ALTER TABLE `wp_icl_string_pages` DISABLE KEYS */; INSERT INTO `wp_icl_string_pages` VALUES (1,3837,1),(2,2998,1),(3,4209,1),(4,4417,1),(5,4147,1),(6,2492,1),(7,3491,1),(8,3838,1),(9,2999,1),(10,4210,1),(11,4418,1),(12,4148,1),(13,2493,1),(14,3492,1),(15,3836,1),(16,2997,1),(17,4208,1),(18,4416,1),(19,4141,1),(20,2491,1),(21,3490,1),(22,2791,1),(23,2447,1),(24,2941,1),(25,1733,1),(26,2948,1),(27,2799,1),(28,2795,1),(29,1784,1),(30,3580,1),(31,3166,1),(32,3151,1),(33,2164,1),(34,4700,1),(35,4699,1),(36,4703,1),(37,4696,1),(38,4704,1),(39,4702,1),(40,4701,1),(41,4697,1),(42,4707,1),(43,4706,1),(44,4705,1),(45,4698,1),(46,2792,1),(47,2448,1),(48,2942,1),(49,1734,1),(50,2949,1),(51,2800,1),(52,2796,1),(53,1785,1),(54,3581,1),(55,3167,1),(56,3152,1),(57,2165,1),(58,4629,1),(59,4832,1),(60,1582,1),(61,3207,1),(62,4794,1),(63,4793,1),(64,4904,1),(65,3318,1),(66,3311,1),(67,3313,1),(68,3314,1),(69,3316,1),(70,3315,1),(71,3317,1),(72,3319,1),(73,3320,1),(74,3312,1),(75,9148,1),(76,9149,1),(77,9150,1),(78,9151,1),(79,9152,1),(80,9153,1),(81,9154,1),(82,9155,1),(83,9156,1),(84,9157,1),(85,9158,1),(86,9159,1),(87,9160,1),(88,9161,1),(89,9162,1),(90,4613,1),(91,4863,1),(92,4862,1),(93,4867,1),(94,4866,1),(95,4835,1),(96,4802,1),(97,1606,1),(98,1605,1),(99,2297,1),(100,2296,1),(101,3063,1),(102,3062,1),(103,4385,1),(104,4383,1),(105,4386,1),(106,4384,1),(107,3527,1),(108,3526,1),(109,3133,1),(110,3128,1),(111,3132,1),(112,3127,1),(113,3235,1),(114,1676,1),(115,1675,1),(116,3303,1),(117,3209,1),(118,3304,1),(119,3210,1),(120,2692,1),(121,2691,1),(122,4304,1),(123,4303,1),(124,4836,1),(125,4803,1),(126,4838,1),(127,4805,1),(128,4837,1),(129,4804,1),(130,4839,1),(131,4806,1),(132,2466,1),(133,2465,1),(134,3334,1),(135,3226,1),(136,3333,1),(137,3225,1),(138,3324,1),(139,3219,1),(140,3323,1),(141,3218,1),(142,3325,1),(143,3220,1),(144,3326,1),(145,3221,1),(146,3328,1),(147,3223,1),(148,4612,1),(149,4861,1),(150,4611,1),(151,4615,1),(152,2292,1),(153,4379,1),(154,1764,1),(155,3472,1),(156,3471,1),(157,3046,1),(158,3045,1),(159,2131,1),(160,4860,1),(161,4865,1),(162,4628,1),(163,4617,1),(164,2145,1),(165,1603,1),(166,3057,1),(167,2287,1),(168,4382,1),(169,1673,1),(170,3522,1),(171,3110,1),(172,3109,1),(173,4797,1),(174,4796,1),(175,4335,1),(176,4334,1),(177,4859,1),(178,4864,1),(179,4627,1),(180,4616,1),(181,1818,1),(182,1601,1),(183,3055,1),(184,2285,1),(185,4380,1),(186,1671,1),(187,3520,1),(188,3104,1),(189,3103,1),(190,2462,1),(191,1849,1),(192,1848,1),(193,1831,1),(194,1830,1),(195,1832,1),(196,1833,1),(197,1842,1),(198,4856,1),(199,4857,1),(200,4853,1),(201,4854,1),(202,4855,1),(203,4858,1),(204,4876,1),(205,4874,1),(206,4875,1),(207,4873,1),(208,4896,1),(209,4895,1),(210,4898,1),(211,4897,1),(212,3531,1),(213,3521,1),(214,3300,1),(215,1677,1),(216,1672,1),(217,3233,1),(218,3234,1),(219,2301,1),(220,2286,1),(221,4387,1),(222,4381,1),(223,4274,1),(224,4268,1),(225,1607,1),(226,1602,1),(227,3066,1),(228,3056,1),(229,3576,1),(230,1631,1),(231,1937,1),(232,3139,1),(233,3106,1),(234,3138,1),(235,3105,1),(236,3860,1),(237,1896,1),(238,3859,1),(239,1895,1),(240,4894,1),(241,4653,1),(242,1480,1),(243,1478,1),(244,3047,1),(245,3044,1),(246,2873,1),(247,2874,1),(248,3523,1),(249,1674,1),(250,2291,1),(251,4271,1),(252,1604,1),(253,3060,1),(254,1479,1),(255,4842,1),(256,4841,1),(257,795,1),(258,492,1),(259,1103,1),(260,324,1),(261,975,1),(262,787,1),(263,1029,1),(264,1140,1),(265,1146,1),(266,1132,1),(267,1133,1),(268,1138,1),(269,1141,1),(270,1135,1),(271,1149,1),(272,1145,1),(273,1142,1),(274,1143,1),(275,1147,1),(276,1148,1),(277,1136,1),(278,1137,1),(279,1134,1),(280,1062,1),(281,472,1),(282,1209,1),(283,866,1),(284,9348,1),(285,9349,1),(286,9350,1),(287,9351,1),(288,9352,1),(289,9353,1),(290,2204,1),(291,1986,1),(292,2432,1),(293,1965,1),(294,4654,1),(295,2405,1),(296,2406,1),(297,2400,1),(298,4903,1),(299,4184,1),(300,2238,1),(301,1852,1),(302,1967,1),(303,2785,1),(304,1973,1),(305,2693,1),(306,1844,1),(307,1966,1),(308,2180,1),(309,1970,1),(310,2704,1),(311,1972,1),(312,2690,1),(313,1865,1),(314,1968,1),(315,3162,1),(316,1975,1),(317,2899,1),(318,1974,1),(319,1983,1),(320,1969,1),(321,2678,1),(322,3734,1),(323,3678,1),(324,2201,1),(325,4569,1),(326,3134,1),(327,1505,1),(328,1409,1),(329,2788,1),(330,3087,1),(331,1481,1),(332,2634,1),(333,4798,1),(334,1964,1),(335,4113,1),(336,4531,1),(337,1434,1),(338,4116,1),(339,3701,1),(340,4117,1),(341,2964,1),(342,4123,1),(343,1714,1),(344,4095,1),(345,4537,1),(346,2546,1),(347,4295,1),(348,3295,1),(349,1433,1),(350,2615,1),(351,3545,1),(352,2454,1),(353,4296,1),(354,2123,1),(355,4781,1),(356,1468,1),(357,4521,1),(358,4212,1),(359,2521,1),(360,2257,1),(361,2496,1),(362,2798,1),(363,2797,1),(364,4185,1),(365,3279,1),(366,3257,1),(367,4151,1),(368,4311,1),(369,3663,1),(370,3662,1),(371,1891,1),(372,1923,1),(373,3147,1),(374,3029,1),(375,4313,1),(376,4257,1),(377,3028,1),(378,4402,1),(379,4372,1),(380,1780,1),(381,3661,1),(382,3665,1),(383,3664,1),(384,3796,1),(385,3820,1),(386,3803,1),(387,2901,1),(388,1658,1),(389,1660,1),(390,1735,1),(391,1811,1),(392,1863,1),(393,1892,1),(394,1930,1),(395,1931,1),(396,1932,1),(397,2117,1),(398,2154,1),(399,2155,1),(400,2280,1),(401,2393,1),(402,2424,1),(403,2460,1),(404,2472,1),(405,2490,1),(406,2502,1),(407,2508,1),(408,2527,1),(409,2547,1),(410,2565,1),(411,2584,1),(412,2612,1),(413,2617,1),(414,2669,1),(415,2780,1),(416,2784,1),(417,2793,1),(418,2808,1),(419,2822,1),(420,2900,1),(421,2928,1),(422,2933,1),(423,2934,1),(424,3148,1),(425,3268,1),(426,3299,1),(427,3301,1),(428,3479,1),(429,3489,1),(430,3582,1),(431,3668,1),(432,3669,1),(433,3801,1),(434,3841,1),(435,3842,1),(436,3855,1),(437,3892,1),(438,4211,1),(439,4231,1),(440,4378,1),(441,4421,1),(442,4503,1),(443,3930,1),(444,3679,1),(445,4087,1),(446,4088,1),(447,4810,1),(448,4812,1),(449,4813,1),(450,4809,1),(451,4811,1),(452,4808,1),(453,4563,1),(454,2037,1),(455,3600,1),(456,2576,1),(457,1876,1),(458,3620,1),(459,2582,1),(460,2702,1),(461,4267,1),(462,1598,1),(463,1496,1),(464,2889,1),(465,2885,1),(466,1588,1),(467,3494,1),(468,3369,1),(469,3373,1),(470,3495,1),(471,2262,1),(472,4283,1),(473,4663,1),(474,4664,1),(475,2718,1),(476,3291,1),(477,4541,1),(478,3500,1),(479,1585,1),(480,2199,1),(481,4542,1),(482,3727,1),(483,3641,1),(484,3583,1),(485,4754,1),(486,4755,1),(487,1490,1),(488,2919,1),(489,2258,1),(490,3588,1),(491,3470,1),(492,1759,1),(493,1436,1),(494,4089,1),(495,4136,1),(496,1693,1),(497,4085,1),(498,4086,1),(499,2591,1),(500,4235,1),(501,4236,1),(502,3507,1),(503,3782,1),(504,4547,1),(505,3370,1),(506,2738,1),(507,2779,1),(508,1731,1),(509,3448,1),(510,9548,1),(511,9549,1),(512,2020,1),(513,2021,1),(514,3130,1),(515,1684,1),(516,3270,1),(517,3269,1),(518,1716,1),(519,3129,1),(520,1715,1),(521,2272,1),(522,4893,1),(523,3432,1),(524,3880,1),(525,3876,1),(526,3879,1),(527,3163,1),(528,3371,1),(529,3506,1),(530,3375,1),(531,1353,1),(532,3617,1),(533,3126,1),(534,4840,1),(535,3497,1),(536,3359,1),(537,3367,1),(538,3368,1),(539,3241,1),(540,3362,1),(541,3503,1),(542,3264,1),(543,3832,1),(544,3493,1),(545,2421,1),(546,3421,1),(547,1920,1),(548,3297,1),(549,3296,1),(550,1756,1),(551,3539,1),(552,3528,1),(553,4529,1),(554,3293,1),(555,4287,1),(556,4830,1),(557,4914,1),(558,4272,1),(559,4829,1),(560,4269,1),(561,4270,1),(562,4831,1),(563,4822,1),(564,4821,1),(565,4288,1),(566,4278,1),(567,4277,1),(568,4282,1),(569,2706,1),(570,4825,1),(571,2712,1),(572,4826,1),(573,4911,1),(574,2708,1),(575,2710,1),(576,4827,1),(577,4912,1),(578,4820,1),(579,4906,1),(580,4819,1),(581,4905,1),(582,2713,1),(583,2709,1),(584,2660,1),(585,1750,1),(586,1749,1),(587,1751,1),(588,1899,1),(589,2181,1),(590,2182,1),(591,4824,1),(592,4909,1),(593,2902,1),(594,1587,1),(595,4823,1),(596,4907,1),(597,3488,1),(598,3487,1),(599,2041,1),(600,1711,1),(601,3158,1),(602,3131,1),(603,1944,1),(604,1946,1),(605,2167,1),(606,3567,1),(607,3550,1),(608,1990,1),(609,2082,1),(610,4316,1),(611,3504,1),(612,2088,1),(613,2253,1),(614,9748,1),(615,4779,1),(616,4695,1),(617,2434,1),(618,2435,1),(619,1435,1),(620,1428,1),(621,2927,1),(622,9749,1),(623,9750,1),(624,9751,1),(625,9752,1),(626,9753,1),(627,9754,1),(628,9755,1),(629,407,1),(630,950,1),(631,677,1),(632,1059,1),(633,1291,1),(634,933,1),(635,1292,1),(636,1556,1),(637,3224,1),(638,1547,1),(639,1873,1),(640,1559,1),(641,1738,1),(642,1777,1),(643,2235,1),(644,1558,1),(645,3124,1),(646,4747,1),(647,4749,1),(648,4748,1),(649,1642,1),(650,4407,1),(651,2956,1),(652,2920,1),(653,3101,1),(654,4739,1),(655,4741,1),(656,4740,1),(657,4406,1),(658,1782,1),(659,2921,1),(660,2237,1),(661,3117,1),(662,4744,1),(663,4746,1),(664,4745,1),(665,4408,1),(666,2646,1),(667,2503,1),(668,2236,1),(669,3119,1),(670,4742,1),(671,4743,1),(672,4369,1),(673,2234,1),(674,3143,1),(675,4750,1),(676,4752,1),(677,4751,1),(678,4409,1),(679,4374,1),(680,3705,1),(681,2916,1),(682,2983,1),(683,1569,1),(684,3541,1),(685,1737,1),(686,3883,1),(687,1557,1),(688,1893,1),(689,4574,1),(690,3403,1),(691,4575,1),(692,3402,1),(693,2412,1),(694,3389,1),(695,1550,1),(696,3852,1),(697,1617,1),(698,1736,1),(699,2134,1),(700,112,1),(701,111,1),(702,9756,1),(703,9757,1),(704,9758,1),(705,9759,1),(706,9760,1),(707,9761,1),(708,9762,1),(709,9763,1),(710,9764,1),(711,9765,1),(712,3626,1),(713,9766,1),(714,9767,1),(715,9768,1),(716,3184,1),(717,3183,1),(718,2524,1),(719,3519,1),(720,8399,1),(721,8974,1),(722,8009,1),(723,9797,1),(724,9798,1),(725,9799,1),(726,9800,1),(727,9801,1),(728,9802,1),(729,9803,1),(730,9804,1),(731,9805,1),(732,9806,1),(733,9807,1),(734,9808,1),(735,9809,1),(736,9810,1),(737,9811,1),(738,9812,1),(739,9813,1),(740,9814,1),(741,9815,1),(742,9816,1),(743,9817,1),(744,9818,1),(745,9819,1),(746,9820,1),(747,9821,1),(748,9822,1),(749,9823,1),(750,9824,1),(751,9825,1),(752,9826,1),(753,9827,1),(754,9828,1),(755,9829,1),(756,9948,1),(757,9949,1),(758,9950,1),(759,3174,1),(760,4213,1),(761,3173,1),(762,4621,1),(763,4623,1),(764,4619,1),(765,4624,1),(766,4626,1),(767,4622,1),(768,4625,1),(769,4620,1),(770,6900,1),(771,7474,1),(772,6113,1),(773,6972,1),(774,6423,1),(775,7447,1),(776,6112,1),(777,7673,1),(778,6094,1),(779,6468,1),(780,5440,1),(781,6117,1),(782,7464,1),(783,5339,1),(784,2950,1),(785,6118,1),(786,6043,1),(787,5543,1),(788,5442,1),(789,5551,1),(790,6115,1),(791,6033,1),(792,6045,1),(793,7467,1),(794,6022,1),(795,5772,1),(796,5362,1),(797,7130,1),(798,5347,1),(799,6116,1),(800,5439,1),(801,7475,1),(802,6111,1),(803,5441,1),(804,5988,1),(805,6106,1),(806,6034,1),(807,5911,1),(808,7448,1),(809,6109,1),(810,6026,1),(811,7470,1),(812,6110,1),(813,5813,1),(814,7407,1),(815,7699,1),(816,6114,1),(817,5301,1),(818,6044,1),(819,5990,1),(820,6107,1),(821,7445,1),(822,6108,1),(823,7452,1),(824,6059,1),(825,7444,1),(826,6058,1),(827,6126,1),(828,6013,1),(829,7482,1),(830,9958,1),(831,9959,1),(832,242,1),(833,4465,1),(834,3837,2),(835,2998,2),(836,4209,2),(837,4417,2),(838,4147,2),(839,2492,2),(840,3491,2),(841,3838,2),(842,2999,2),(843,4210,2),(844,4418,2),(845,4148,2),(846,2493,2),(847,3492,2),(848,3836,2),(849,2997,2),(850,4208,2),(851,4416,2),(852,4141,2),(853,2491,2),(854,3490,2),(855,2791,2),(856,2447,2),(857,2941,2),(858,1733,2),(859,2948,2),(860,2799,2),(861,2795,2),(862,1784,2),(863,3580,2),(864,3166,2),(865,3151,2),(866,2164,2),(867,4700,2),(868,4699,2),(869,4703,2),(870,4696,2),(871,4704,2),(872,4702,2),(873,4701,2),(874,4697,2),(875,4707,2),(876,4706,2),(877,4705,2),(878,4698,2),(879,2792,2),(880,2448,2),(881,2942,2),(882,1734,2),(883,2949,2),(884,2800,2),(885,2796,2),(886,1785,2),(887,3581,2),(888,3167,2),(889,3152,2),(890,2165,2),(891,4629,2),(892,4832,2),(893,1582,2),(894,3207,2),(895,4794,2),(896,4793,2),(897,4904,2),(898,3318,2),(899,3311,2),(900,3313,2),(901,3314,2),(902,3316,2),(903,3315,2),(904,3317,2),(905,3319,2),(906,3320,2),(907,3312,2),(908,9148,2),(909,9149,2),(910,9150,2),(911,9151,2),(912,9152,2),(913,9153,2),(914,9154,2),(915,9155,2),(916,9156,2),(917,9157,2),(918,9158,2),(919,9159,2),(920,9160,2),(921,9161,2),(922,9162,2),(923,4613,2),(924,4863,2),(925,4862,2),(926,4867,2),(927,4866,2),(928,4835,2),(929,4802,2),(930,1606,2),(931,1605,2),(932,2297,2),(933,2296,2),(934,3063,2),(935,3062,2),(936,4385,2),(937,4383,2),(938,4386,2),(939,4384,2),(940,3527,2),(941,3526,2),(942,3133,2),(943,3128,2),(944,3132,2),(945,3127,2),(946,3235,2),(947,1676,2),(948,1675,2),(949,3303,2),(950,3209,2),(951,3304,2),(952,3210,2),(953,2692,2),(954,2691,2),(955,4304,2),(956,4303,2),(957,4836,2),(958,4803,2),(959,4838,2),(960,4805,2),(961,4837,2),(962,4804,2),(963,4839,2),(964,4806,2),(965,2466,2),(966,2465,2),(967,3334,2),(968,3226,2),(969,3333,2),(970,3225,2),(971,3324,2),(972,3219,2),(973,3323,2),(974,3218,2),(975,3325,2),(976,3220,2),(977,3326,2),(978,3221,2),(979,3328,2),(980,3223,2),(981,4612,2),(982,4861,2),(983,4611,2),(984,4615,2),(985,2292,2),(986,4379,2),(987,1764,2),(988,3472,2),(989,3471,2),(990,3046,2),(991,3045,2),(992,2131,2),(993,4860,2),(994,4865,2),(995,4628,2),(996,4617,2),(997,2145,2),(998,1603,2),(999,3057,2),(1000,2287,2),(1001,4382,2),(1002,1673,2),(1003,3522,2),(1004,3110,2),(1005,3109,2),(1006,4797,2),(1007,4796,2),(1008,4335,2),(1009,4334,2),(1010,4859,2),(1011,4864,2),(1012,4627,2),(1013,4616,2),(1014,1818,2),(1015,1601,2),(1016,3055,2),(1017,2285,2),(1018,4380,2),(1019,1671,2),(1020,3520,2),(1021,3104,2),(1022,3103,2),(1023,2462,2),(1024,1849,2),(1025,1848,2),(1026,1831,2),(1027,1830,2),(1028,1832,2),(1029,1833,2),(1030,1842,2),(1031,4856,2),(1032,4857,2),(1033,4853,2),(1034,4854,2),(1035,4855,2),(1036,4858,2),(1037,4876,2),(1038,4874,2),(1039,4875,2),(1040,4873,2),(1041,4896,2),(1042,4895,2),(1043,4898,2),(1044,4897,2),(1045,3531,2),(1046,3521,2),(1047,3300,2),(1048,1677,2),(1049,1672,2),(1050,3233,2),(1051,3234,2),(1052,2301,2),(1053,2286,2),(1054,4387,2),(1055,4381,2),(1056,4274,2),(1057,4268,2),(1058,1607,2),(1059,1602,2),(1060,3066,2),(1061,3056,2),(1062,3576,2),(1063,1631,2),(1064,1937,2),(1065,3139,2),(1066,3106,2),(1067,3138,2),(1068,3105,2),(1069,3860,2),(1070,1896,2),(1071,3859,2),(1072,1895,2),(1073,4894,2),(1074,4653,2),(1075,1480,2),(1076,1478,2),(1077,3047,2),(1078,3044,2),(1079,2873,2),(1080,2874,2),(1081,3523,2),(1082,1674,2),(1083,2291,2),(1084,4271,2),(1085,1604,2),(1086,3060,2),(1087,1479,2),(1088,4842,2),(1089,4841,2),(1090,795,2),(1091,492,2),(1092,1103,2),(1093,324,2),(1094,975,2),(1095,787,2),(1096,1029,2),(1097,1140,2),(1098,1146,2),(1099,1132,2),(1100,1133,2),(1101,1138,2),(1102,1141,2),(1103,1135,2),(1104,1149,2),(1105,1145,2),(1106,1142,2),(1107,1143,2),(1108,1147,2),(1109,1148,2),(1110,1136,2),(1111,1137,2),(1112,1134,2),(1113,1062,2),(1114,472,2),(1115,1209,2),(1116,866,2),(1117,9348,2),(1118,9349,2),(1119,9350,2),(1120,9351,2),(1121,9352,2),(1122,9353,2),(1123,2204,2),(1124,1986,2),(1125,2432,2),(1126,1965,2),(1127,4654,2),(1128,2405,2),(1129,2406,2),(1130,2400,2),(1131,4903,2),(1132,4184,2),(1133,2238,2),(1134,1852,2),(1135,1967,2),(1136,2785,2),(1137,1973,2),(1138,2693,2),(1139,1844,2),(1140,1966,2),(1141,2180,2),(1142,1970,2),(1143,2704,2),(1144,1972,2),(1145,2690,2),(1146,1865,2),(1147,1968,2),(1148,3162,2),(1149,1975,2),(1150,2899,2),(1151,1974,2),(1152,1983,2),(1153,1969,2),(1154,2678,2),(1155,3734,2),(1156,3678,2),(1157,2201,2),(1158,4569,2),(1159,3134,2),(1160,1505,2),(1161,1409,2),(1162,2788,2),(1163,3087,2),(1164,1481,2),(1165,2634,2),(1166,4798,2),(1167,1964,2),(1168,4113,2),(1169,4531,2),(1170,1434,2),(1171,4116,2),(1172,3701,2),(1173,4117,2),(1174,2964,2),(1175,4123,2),(1176,1714,2),(1177,4095,2),(1178,4537,2),(1179,2546,2),(1180,4295,2),(1181,3295,2),(1182,1433,2),(1183,2615,2),(1184,3545,2),(1185,2454,2),(1186,4296,2),(1187,2123,2),(1188,4781,2),(1189,1468,2),(1190,4521,2),(1191,4212,2),(1192,2521,2),(1193,2257,2),(1194,2496,2),(1195,2798,2),(1196,2797,2),(1197,4185,2),(1198,3279,2),(1199,3257,2),(1200,4151,2),(1201,4311,2),(1202,3663,2),(1203,3662,2),(1204,1891,2),(1205,1923,2),(1206,3147,2),(1207,3029,2),(1208,4313,2),(1209,4257,2),(1210,3028,2),(1211,4402,2),(1212,4372,2),(1213,1780,2),(1214,3661,2),(1215,3665,2),(1216,3664,2),(1217,3796,2),(1218,3820,2),(1219,3803,2),(1220,2901,2),(1221,1658,2),(1222,1660,2),(1223,1735,2),(1224,1811,2),(1225,1863,2),(1226,1892,2),(1227,1930,2),(1228,1931,2),(1229,1932,2),(1230,2117,2),(1231,2154,2),(1232,2155,2),(1233,2280,2),(1234,2393,2),(1235,2424,2),(1236,2460,2),(1237,2472,2),(1238,2490,2),(1239,2502,2),(1240,2508,2),(1241,2527,2),(1242,2547,2),(1243,2565,2),(1244,2584,2),(1245,2612,2),(1246,2617,2),(1247,2669,2),(1248,2780,2),(1249,2784,2),(1250,2793,2),(1251,2808,2),(1252,2822,2),(1253,2900,2),(1254,2928,2),(1255,2933,2),(1256,2934,2),(1257,3148,2),(1258,3268,2),(1259,3299,2),(1260,3301,2),(1261,3479,2),(1262,3489,2),(1263,3582,2),(1264,3668,2),(1265,3669,2),(1266,3801,2),(1267,3841,2),(1268,3842,2),(1269,3855,2),(1270,3892,2),(1271,4211,2),(1272,4231,2),(1273,4378,2),(1274,4421,2),(1275,4503,2),(1276,3930,2),(1277,3679,2),(1278,4087,2),(1279,4088,2),(1280,4810,2),(1281,4812,2),(1282,4813,2),(1283,4809,2),(1284,4811,2),(1285,4808,2),(1286,4563,2),(1287,2037,2),(1288,3600,2),(1289,2576,2),(1290,1876,2),(1291,3620,2),(1292,2582,2),(1293,2702,2),(1294,4267,2),(1295,1598,2),(1296,1496,2),(1297,2889,2),(1298,2885,2),(1299,1588,2),(1300,3494,2),(1301,3369,2),(1302,3373,2),(1303,3495,2),(1304,2262,2),(1305,4283,2),(1306,4663,2),(1307,4664,2),(1308,2718,2),(1309,3291,2),(1310,4541,2),(1311,3500,2),(1312,1585,2),(1313,2199,2),(1314,4542,2),(1315,3727,2),(1316,3641,2),(1317,3583,2),(1318,4754,2),(1319,4755,2),(1320,1490,2),(1321,2919,2),(1322,2258,2),(1323,3588,2),(1324,3470,2),(1325,1759,2),(1326,1436,2),(1327,4089,2),(1328,4136,2),(1329,1693,2),(1330,4085,2),(1331,4086,2),(1332,2591,2),(1333,4235,2),(1334,4236,2),(1335,3507,2),(1336,3782,2),(1337,4547,2),(1338,3370,2),(1339,2738,2),(1340,2779,2),(1341,1731,2),(1342,3448,2),(1343,9548,2),(1344,9549,2),(1345,2020,2),(1346,2021,2),(1347,3130,2),(1348,1684,2),(1349,3270,2),(1350,3269,2),(1351,1716,2),(1352,3129,2),(1353,1715,2),(1354,2272,2),(1355,4893,2),(1356,3432,2),(1357,3880,2),(1358,3876,2),(1359,3879,2),(1360,3163,2),(1361,3371,2),(1362,3506,2),(1363,3375,2),(1364,1353,2),(1365,3617,2),(1366,3126,2),(1367,4840,2),(1368,3497,2),(1369,3359,2),(1370,3367,2),(1371,3368,2),(1372,3241,2),(1373,3362,2),(1374,3503,2),(1375,3264,2),(1376,3832,2),(1377,3493,2),(1378,2421,2),(1379,3421,2),(1380,1920,2),(1381,3297,2),(1382,3296,2),(1383,1756,2),(1384,3539,2),(1385,3528,2),(1386,4529,2),(1387,3293,2),(1388,4287,2),(1389,4830,2),(1390,4914,2),(1391,4272,2),(1392,4829,2),(1393,4269,2),(1394,4270,2),(1395,4831,2),(1396,4822,2),(1397,4821,2),(1398,4288,2),(1399,4278,2),(1400,4277,2),(1401,4282,2),(1402,2706,2),(1403,4825,2),(1404,2712,2),(1405,4826,2),(1406,4911,2),(1407,2708,2),(1408,2710,2),(1409,4827,2),(1410,4912,2),(1411,4820,2),(1412,4906,2),(1413,4819,2),(1414,4905,2),(1415,2713,2),(1416,2709,2),(1417,2660,2),(1418,1750,2),(1419,1749,2),(1420,1751,2),(1421,1899,2),(1422,2181,2),(1423,2182,2),(1424,4824,2),(1425,4909,2),(1426,2902,2),(1427,1587,2),(1428,4823,2),(1429,4907,2),(1430,3488,2),(1431,3487,2),(1432,2041,2),(1433,1711,2),(1434,3158,2),(1435,3131,2),(1436,1944,2),(1437,1946,2),(1438,2167,2),(1439,3567,2),(1440,3550,2),(1441,1990,2),(1442,2082,2),(1443,4316,2),(1444,3504,2),(1445,2088,2),(1446,2253,2),(1447,9748,2),(1448,4779,2),(1449,4695,2),(1450,2434,2),(1451,2435,2),(1452,1435,2),(1453,1428,2),(1454,2927,2),(1455,9749,2),(1456,9750,2),(1457,9751,2),(1458,9752,2),(1459,9753,2),(1460,9754,2),(1461,9755,2),(1462,407,2),(1463,950,2),(1464,677,2),(1465,1059,2),(1466,1291,2),(1467,933,2),(1468,1292,2),(1469,1556,2),(1470,3224,2),(1471,1547,2),(1472,1873,2),(1473,1559,2),(1474,1738,2),(1475,1777,2),(1476,2235,2),(1477,1558,2),(1478,3124,2),(1479,4747,2),(1480,4749,2),(1481,4748,2),(1482,1642,2),(1483,4407,2),(1484,2956,2),(1485,2920,2),(1486,3101,2),(1487,4739,2),(1488,4741,2),(1489,4740,2),(1490,4406,2),(1491,1782,2),(1492,2921,2),(1493,2237,2),(1494,3117,2),(1495,4744,2),(1496,4746,2),(1497,4745,2),(1498,4408,2),(1499,2646,2),(1500,2503,2),(1501,2236,2),(1502,3119,2),(1503,4742,2),(1504,4743,2),(1505,4369,2),(1506,2234,2),(1507,3143,2),(1508,4750,2),(1509,4752,2),(1510,4751,2),(1511,4409,2),(1512,4374,2),(1513,3705,2),(1514,2916,2),(1515,2983,2),(1516,1569,2),(1517,3541,2),(1518,1737,2),(1519,3883,2),(1520,1557,2),(1521,1893,2),(1522,4574,2),(1523,3403,2),(1524,4575,2),(1525,3402,2),(1526,2412,2),(1527,3389,2),(1528,1550,2),(1529,3852,2),(1530,1617,2),(1531,1736,2),(1532,2134,2),(1533,112,2),(1534,111,2),(1535,9756,2),(1536,9757,2),(1537,9758,2),(1538,9759,2),(1539,9760,2),(1540,9761,2),(1541,9762,2),(1542,9763,2),(1543,9764,2),(1544,9765,2),(1545,3626,2),(1546,9766,2),(1547,9767,2),(1548,9768,2),(1549,3184,2),(1550,3183,2),(1551,2524,2),(1552,3519,2),(1553,9769,2),(1554,9770,2),(1555,9771,2),(1556,9772,2),(1557,9773,2),(1558,9774,2),(1559,4799,2),(1560,4655,2),(1561,4630,2),(1562,4870,2),(1563,4671,2),(1564,4800,2),(1565,4656,2),(1566,4678,2),(1567,4676,2),(1568,2003,2),(1569,2001,2),(1570,5438,2),(1571,9775,2),(1572,9776,2),(1573,9777,2),(1574,9778,2),(1575,9779,2),(1576,599,2),(1577,1316,2),(1578,1167,2),(1579,612,2),(1580,1315,2),(1581,9780,2),(1582,9781,2),(1583,9782,2),(1584,9783,2),(1585,9784,2),(1586,9785,2),(1587,9786,2),(1588,9787,2),(1589,9788,2),(1590,9789,2),(1591,9790,2),(1592,9791,2),(1593,9792,2),(1594,9793,2),(1595,9794,2),(1596,9795,2),(1597,9796,2),(1598,8399,2),(1599,8974,2),(1600,8009,2),(1601,9797,2),(1602,9798,2),(1603,9799,2),(1604,9800,2),(1605,9801,2),(1606,9802,2),(1607,9803,2),(1608,9804,2),(1609,9805,2),(1610,9806,2),(1611,9807,2),(1612,9808,2),(1613,9809,2),(1614,9810,2),(1615,9811,2),(1616,9812,2),(1617,9813,2),(1618,9814,2),(1619,9815,2),(1620,9816,2),(1621,9817,2),(1622,9818,2),(1623,9819,2),(1624,9820,2),(1625,9821,2),(1626,9822,2),(1627,9823,2),(1628,9824,2),(1629,9825,2),(1630,9826,2),(1631,9827,2),(1632,9828,2),(1633,9829,2),(1634,9948,2),(1635,9949,2),(1636,9950,2),(1637,2157,2),(1638,2586,2),(1639,1396,2),(1640,7325,2),(1641,2950,2),(1642,6212,2),(1643,7807,2),(1644,2894,2),(1645,7763,2),(1646,7846,2),(1647,1423,2),(1648,5514,2),(1649,5309,2),(1650,5352,2),(1651,4077,2),(1652,2144,2),(1653,2978,2),(1654,6529,2),(1655,6143,2),(1656,7873,2),(1657,6495,2),(1658,4361,2),(1659,5313,2),(1660,7931,2),(1661,7690,2),(1662,4192,2),(1663,5394,2),(1664,6082,2),(1665,5834,2),(1666,6797,2),(1667,3589,2),(1668,7900,2),(1669,7529,2),(1670,6613,2),(1671,2200,2),(1672,6461,2),(1673,6574,2),(1674,4460,2),(1675,137,2),(1676,9951,2),(1677,189,2),(1678,1004,2),(1679,9952,2),(1680,9953,2),(1681,9954,2),(1682,2433,2),(1683,2413,2),(1684,9955,2),(1685,9956,2),(1686,987,2),(1687,7083,2),(1688,1201,2),(1689,487,2),(1690,1117,2),(1691,686,2),(1692,680,2),(1693,9957,2),(1694,4621,2),(1695,4623,2),(1696,4619,2),(1697,4624,2),(1698,4626,2),(1699,4622,2),(1700,4625,2),(1701,4620,2),(1702,6900,2),(1703,7474,2),(1704,6113,2),(1705,6972,2),(1706,6423,2),(1707,7447,2),(1708,6112,2),(1709,7673,2),(1710,6094,2),(1711,6468,2),(1712,5440,2),(1713,6117,2),(1714,7464,2),(1715,5339,2),(1716,6118,2),(1717,6043,2),(1718,5543,2),(1719,5442,2),(1720,5551,2),(1721,6115,2),(1722,6033,2),(1723,6045,2),(1724,7467,2),(1725,6022,2),(1726,5772,2),(1727,5362,2),(1728,7130,2),(1729,5347,2),(1730,6116,2),(1731,5439,2),(1732,7475,2),(1733,6111,2),(1734,5441,2),(1735,5988,2),(1736,6106,2),(1737,6034,2),(1738,5911,2),(1739,7448,2),(1740,6109,2),(1741,6026,2),(1742,7470,2),(1743,6110,2),(1744,5813,2),(1745,7407,2),(1746,7699,2),(1747,6114,2),(1748,5301,2),(1749,6044,2),(1750,5990,2),(1751,6107,2),(1752,7445,2),(1753,6108,2),(1754,7452,2),(1755,6059,2),(1756,7444,2),(1757,6058,2),(1758,6126,2),(1759,6013,2),(1760,7482,2),(1761,9958,2),(1762,9959,2),(1763,242,2),(1764,9961,2),(1765,9968,2),(1766,2898,2),(1767,5819,2),(1768,5305,2),(1769,5609,2),(1770,5610,2),(1771,5615,2),(1772,5616,2),(1773,5846,2),(1774,5605,2),(1775,5606,2),(1776,6425,2),(1777,6532,2),(1778,7045,2),(1779,4002,2),(1780,6053,2),(1781,7833,2),(1782,7245,2),(1783,6307,2),(1784,6007,2),(1785,5907,2),(1786,5121,2),(1787,5156,2),(1788,5889,2),(1789,6537,2),(1790,6536,2),(1791,5887,2),(1792,6187,2),(1793,6186,2),(1794,3298,2),(1795,1355,2),(1796,4710,2),(1797,2148,2),(1798,588,2),(1799,1144,2),(1800,784,2),(1801,505,2),(1802,311,2),(1803,716,2),(1804,531,2),(1805,834,2),(1806,1174,2),(1807,528,2),(1808,931,2),(1809,1253,2),(1810,678,2),(1811,971,2),(1812,1254,2),(1813,820,2),(1814,660,2),(1815,340,2),(1816,990,2),(1817,495,2),(1818,449,2),(1819,858,2),(1820,924,2),(1821,358,2),(1822,1057,2),(1823,571,2),(1824,730,2),(1825,724,2),(1826,668,2),(1827,1108,2),(1828,1063,2),(1829,4464,2),(1830,6247,2),(1831,6813,2),(1832,3667,2),(1833,5503,2),(1834,2294,2),(1835,2908,2),(1836,2965,2),(1837,2607,2),(1838,1583,2),(1839,4476,2),(1840,4721,2),(1841,2251,2),(1842,4711,2),(1843,3840,2),(1844,4722,2),(1845,2450,2),(1846,4725,2),(1847,4395,2),(1848,4614,2),(1849,4618,2),(1850,4190,2),(1851,5545,2),(1852,6491,2),(1853,2186,2),(1854,6712,2),(1855,1999,2),(1856,6388,2),(1857,6449,2),(1858,1729,2),(1859,6711,2),(1860,2568,2),(1861,6492,2),(1862,7881,2),(1863,5262,2),(1864,6119,2),(1865,7300,2),(1866,6717,2),(1867,6730,2),(1868,5647,2),(1869,5663,2),(1870,6749,2),(1871,5433,2),(1872,1450,2),(1873,5596,2),(1874,7866,2),(1875,6742,2),(1876,7876,2),(1877,690,2),(1878,6741,2),(1879,6790,2),(1880,7378,2),(1881,5437,2),(1882,6305,2),(1883,7393,2),(1884,1265,2),(1885,567,2),(1886,1266,2),(1887,1262,2),(1888,7405,2),(1889,7116,2),(1890,7383,2),(1891,7298,2),(1892,7877,2),(1893,8645,2),(1894,9077,2),(1895,49,2),(1896,5031,2),(1897,5050,2),(1898,5033,2),(1899,5051,2),(1900,5052,2),(1901,5054,2),(1902,7871,2),(1903,7909,2),(1904,6927,2),(1905,729,2),(1906,727,2),(1907,930,2),(1908,726,2),(1909,779,2),(1910,728,2),(1911,1272,2),(1912,897,2),(1913,929,2),(1914,955,2),(1915,738,2),(1916,1971,2),(1917,3290,2),(1918,3967,2),(1919,11024,3),(1920,11025,3),(1921,11026,3),(1922,11027,3),(1923,11028,3),(1924,11029,3),(1925,11030,3),(1926,10866,3),(1927,3837,4),(1928,2998,4),(1929,4209,4),(1930,4417,4),(1931,4147,4),(1932,2492,4),(1933,3491,4),(1934,3838,4),(1935,2999,4),(1936,4210,4),(1937,4418,4),(1938,4148,4),(1939,2493,4),(1940,3492,4),(1941,3836,4),(1942,2997,4),(1943,4208,4),(1944,4416,4),(1945,4141,4),(1946,2491,4),(1947,3490,4),(1948,2791,4),(1949,2447,4),(1950,2941,4),(1951,1733,4),(1952,2948,4),(1953,2799,4),(1954,2795,4),(1955,1784,4),(1956,3580,4),(1957,3166,4),(1958,3151,4),(1959,2164,4),(1960,4700,4),(1961,4699,4),(1962,4703,4),(1963,4696,4),(1964,4704,4),(1965,4702,4),(1966,4701,4),(1967,4697,4),(1968,4707,4),(1969,4706,4),(1970,4705,4),(1971,4698,4),(1972,2792,4),(1973,2448,4),(1974,2942,4),(1975,1734,4),(1976,2949,4),(1977,2800,4),(1978,2796,4),(1979,1785,4),(1980,3581,4),(1981,3167,4),(1982,3152,4),(1983,2165,4),(1984,4629,4),(1985,4832,4),(1986,1582,4),(1987,3207,4),(1988,4794,4),(1989,4793,4),(1990,4904,4),(1991,3318,4),(1992,3311,4),(1993,3313,4),(1994,3314,4),(1995,3316,4),(1996,3315,4),(1997,3317,4),(1998,3319,4),(1999,3320,4),(2000,3312,4),(2001,9148,4),(2002,9149,4),(2003,9150,4),(2004,9151,4),(2005,9152,4),(2006,9153,4),(2007,9154,4),(2008,9155,4),(2009,9156,4),(2010,9157,4),(2011,4613,4),(2012,4863,4),(2013,4862,4),(2014,4867,4),(2015,4866,4),(2016,4835,4),(2017,4802,4),(2018,1606,4),(2019,1605,4),(2020,2297,4),(2021,2296,4),(2022,3063,4),(2023,3062,4),(2024,4385,4),(2025,4383,4),(2026,4386,4),(2027,4384,4),(2028,3527,4),(2029,3526,4),(2030,3133,4),(2031,3128,4),(2032,3132,4),(2033,3127,4),(2034,3235,4),(2035,1676,4),(2036,1675,4),(2037,3303,4),(2038,3209,4),(2039,3304,4),(2040,3210,4),(2041,2692,4),(2042,2691,4),(2043,4304,4),(2044,4303,4),(2045,4836,4),(2046,4803,4),(2047,4838,4),(2048,4805,4),(2049,4837,4),(2050,4804,4),(2051,4839,4),(2052,4806,4),(2053,2466,4),(2054,2465,4),(2055,3334,4),(2056,3226,4),(2057,3333,4),(2058,3225,4),(2059,3324,4),(2060,3219,4),(2061,3323,4),(2062,3218,4),(2063,3325,4),(2064,3220,4),(2065,3326,4),(2066,3221,4),(2067,3328,4),(2068,3223,4),(2069,4612,4),(2070,4861,4),(2071,4611,4),(2072,4615,4),(2073,2292,4),(2074,4379,4),(2075,1764,4),(2076,3472,4),(2077,3471,4),(2078,3046,4),(2079,3045,4),(2080,2131,4),(2081,4860,4),(2082,4865,4),(2083,4628,4),(2084,4617,4),(2085,2145,4),(2086,1603,4),(2087,3057,4),(2088,2287,4),(2089,4382,4),(2090,1673,4),(2091,3522,4),(2092,3110,4),(2093,3109,4),(2094,4797,4),(2095,4796,4),(2096,4335,4),(2097,4334,4),(2098,4859,4),(2099,4864,4),(2100,4627,4),(2101,4616,4),(2102,1818,4),(2103,1601,4),(2104,3055,4),(2105,2285,4),(2106,4380,4),(2107,1671,4),(2108,3520,4),(2109,3104,4),(2110,3103,4),(2111,2462,4),(2112,1849,4),(2113,1848,4),(2114,1831,4),(2115,1830,4),(2116,1832,4),(2117,1833,4),(2118,1842,4),(2119,4856,4),(2120,4857,4),(2121,4853,4),(2122,4854,4),(2123,4855,4),(2124,4858,4),(2125,4876,4),(2126,4874,4),(2127,4875,4),(2128,4873,4),(2129,4896,4),(2130,4895,4),(2131,4898,4),(2132,4897,4),(2133,3531,4),(2134,3521,4),(2135,3300,4),(2136,1677,4),(2137,1672,4),(2138,3233,4),(2139,3234,4),(2140,2301,4),(2141,2286,4),(2142,4387,4),(2143,4381,4),(2144,4274,4),(2145,4268,4),(2146,1607,4),(2147,1602,4),(2148,3066,4),(2149,3056,4),(2150,3576,4),(2151,1631,4),(2152,1937,4),(2153,3139,4),(2154,3106,4),(2155,3138,4),(2156,3105,4),(2157,3860,4),(2158,1896,4),(2159,3859,4),(2160,1895,4),(2161,4894,4),(2162,4653,4),(2163,1480,4),(2164,1478,4),(2165,3047,4),(2166,3044,4),(2167,2873,4),(2168,2874,4),(2169,3523,4),(2170,1674,4),(2171,2291,4),(2172,4271,4),(2173,1604,4),(2174,3060,4),(2175,1479,4),(2176,4842,4),(2177,4841,4),(2178,795,4),(2179,492,4),(2180,1103,4),(2181,324,4),(2182,975,4),(2183,787,4),(2184,1029,4),(2185,1140,4),(2186,1146,4),(2187,1132,4),(2188,1133,4),(2189,1138,4),(2190,1141,4),(2191,1135,4),(2192,1149,4),(2193,1145,4),(2194,1142,4),(2195,1143,4),(2196,1147,4),(2197,1148,4),(2198,1136,4),(2199,1137,4),(2200,1134,4),(2201,9348,4),(2202,9349,4),(2203,9350,4),(2204,9351,4),(2205,9352,4),(2206,9353,4),(2207,2204,4),(2208,1986,4),(2209,2432,4),(2210,1965,4),(2211,4654,4),(2212,2405,4),(2213,2406,4),(2214,2400,4),(2215,4903,4),(2216,4184,4),(2217,2238,4),(2218,1852,4),(2219,1967,4),(2220,2785,4),(2221,1973,4),(2222,2693,4),(2223,1844,4),(2224,1966,4),(2225,2180,4),(2226,1970,4),(2227,2704,4),(2228,1972,4),(2229,2690,4),(2230,1865,4),(2231,1968,4),(2232,3162,4),(2233,1975,4),(2234,2899,4),(2235,1974,4),(2236,1983,4),(2237,1969,4),(2238,2678,4),(2239,3734,4),(2240,3678,4),(2241,2201,4),(2242,4569,4),(2243,3134,4),(2244,1505,4),(2245,1409,4),(2246,2788,4),(2247,3087,4),(2248,1481,4),(2249,2634,4),(2250,4798,4),(2251,1964,4),(2252,4113,4),(2253,4531,4),(2254,1434,4),(2255,4116,4),(2256,3701,4),(2257,4117,4),(2258,2964,4),(2259,4123,4),(2260,1714,4),(2261,4095,4),(2262,4537,4),(2263,2546,4),(2264,4295,4),(2265,3295,4),(2266,1433,4),(2267,2615,4),(2268,3545,4),(2269,2454,4),(2270,4296,4),(2271,2123,4),(2272,4781,4),(2273,1468,4),(2274,4521,4),(2275,4212,4),(2276,2521,4),(2277,2257,4),(2278,2496,4),(2279,2798,4),(2280,2797,4),(2281,4185,4),(2282,3279,4),(2283,3257,4),(2284,4151,4),(2285,4311,4),(2286,3663,4),(2287,3662,4),(2288,1891,4),(2289,1923,4),(2290,3147,4),(2291,3029,4),(2292,4313,4),(2293,4257,4),(2294,3028,4),(2295,4402,4),(2296,4372,4),(2297,1780,4),(2298,3661,4),(2299,3665,4),(2300,3664,4),(2301,3796,4),(2302,3820,4),(2303,3803,4),(2304,2901,4),(2305,1658,4),(2306,1660,4),(2307,1735,4),(2308,1811,4),(2309,1863,4),(2310,1892,4),(2311,1930,4),(2312,1931,4),(2313,1932,4),(2314,2117,4),(2315,2154,4),(2316,2155,4),(2317,2280,4),(2318,2393,4),(2319,2424,4),(2320,2460,4),(2321,2472,4),(2322,2490,4),(2323,2502,4),(2324,2508,4),(2325,2527,4),(2326,2547,4),(2327,2565,4),(2328,2584,4),(2329,2612,4),(2330,2617,4),(2331,2669,4),(2332,2780,4),(2333,2784,4),(2334,2793,4),(2335,2808,4),(2336,2822,4),(2337,2900,4),(2338,2928,4),(2339,2933,4),(2340,2934,4),(2341,3148,4),(2342,3268,4),(2343,3299,4),(2344,3301,4),(2345,3479,4),(2346,3489,4),(2347,3582,4),(2348,3668,4),(2349,3669,4),(2350,3801,4),(2351,3841,4),(2352,3842,4),(2353,3855,4),(2354,3892,4),(2355,4211,4),(2356,4231,4),(2357,4378,4),(2358,4421,4),(2359,4503,4),(2360,3930,4),(2361,3679,4),(2362,4087,4),(2363,4088,4),(2364,4810,4),(2365,4812,4),(2366,4813,4),(2367,4809,4),(2368,4811,4),(2369,4808,4),(2370,4563,4),(2371,2037,4),(2372,3600,4),(2373,2576,4),(2374,1876,4),(2375,3620,4),(2376,2582,4),(2377,2702,4),(2378,4267,4),(2379,1598,4),(2380,1496,4),(2381,2889,4),(2382,2885,4),(2383,1588,4),(2384,3494,4),(2385,3369,4),(2386,3373,4),(2387,3495,4),(2388,2262,4),(2389,4283,4),(2390,4663,4),(2391,4664,4),(2392,2718,4),(2393,3291,4),(2394,4541,4),(2395,3500,4),(2396,1585,4),(2397,2199,4),(2398,4542,4),(2399,3727,4),(2400,3641,4),(2401,3583,4),(2402,4754,4),(2403,4755,4),(2404,1490,4),(2405,2919,4),(2406,2258,4),(2407,3588,4),(2408,3470,4),(2409,1759,4),(2410,1436,4),(2411,4089,4),(2412,4136,4),(2413,1693,4),(2414,4085,4),(2415,4086,4),(2416,2591,4),(2417,4235,4),(2418,4236,4),(2419,3507,4),(2420,3782,4),(2421,4547,4),(2422,3370,4),(2423,2738,4),(2424,2779,4),(2425,4695,4),(2426,2434,4),(2427,2435,4),(2428,1435,4),(2429,1428,4),(2430,2927,4),(2431,9749,4),(2432,9750,4),(2433,9751,4),(2434,9752,4),(2435,9753,4),(2436,9754,4),(2437,9755,4),(2438,407,4),(2439,950,4),(2440,677,4),(2441,1059,4),(2442,1291,4),(2443,933,4),(2444,1292,4),(2445,1556,4),(2446,3224,4),(2447,1547,4),(2448,1873,4),(2449,1559,4),(2450,1738,4),(2451,1777,4),(2452,2235,4),(2453,1558,4),(2454,3124,4),(2455,4747,4),(2456,4749,4),(2457,4748,4),(2458,1642,4),(2459,4407,4),(2460,2956,4),(2461,2920,4),(2462,3101,4),(2463,4739,4),(2464,4741,4),(2465,4740,4),(2466,4406,4),(2467,1782,4),(2468,2921,4),(2469,2237,4),(2470,3117,4),(2471,4744,4),(2472,4746,4),(2473,4745,4),(2474,4408,4),(2475,2646,4),(2476,2503,4),(2477,2236,4),(2478,3119,4),(2479,4742,4),(2480,4743,4),(2481,4369,4),(2482,2234,4),(2483,3143,4),(2484,4750,4),(2485,4752,4),(2486,4751,4),(2487,4409,4),(2488,4374,4),(2489,3705,4),(2490,2916,4),(2491,2983,4),(2492,1569,4),(2493,3541,4),(2494,1737,4),(2495,3883,4),(2496,1557,4),(2497,1893,4),(2498,4574,4),(2499,3403,4),(2500,4575,4),(2501,3402,4),(2502,2412,4),(2503,3389,4),(2504,1550,4),(2505,3852,4),(2506,1617,4),(2507,1736,4),(2508,2134,4),(2509,112,4),(2510,111,4),(2511,9756,4),(2512,9757,4),(2513,9758,4),(2514,9759,4),(2515,9760,4),(2516,9761,4),(2517,9762,4),(2518,9763,4),(2519,9764,4),(2520,9765,4),(2521,3626,4),(2522,9766,4),(2523,9767,4),(2524,9768,4),(2525,3184,4),(2526,3183,4),(2527,2524,4),(2528,11024,4),(2529,11025,4),(2530,11026,4),(2531,11027,4),(2532,11028,4),(2533,11029,4),(2534,11030,4),(2535,3519,4),(2536,8399,4),(2537,8974,4),(2538,8009,4),(2539,9797,4),(2540,9798,4),(2541,9799,4),(2542,9800,4),(2543,9801,4),(2544,9802,4),(2545,9803,4),(2546,9804,4),(2547,9805,4),(2548,9806,4),(2549,9807,4),(2550,9808,4),(2551,9809,4),(2552,9810,4),(2553,9811,4),(2554,9812,4),(2555,9813,4),(2556,9814,4),(2557,9815,4),(2558,9816,4),(2559,9817,4),(2560,9818,4),(2561,9819,4),(2562,9820,4),(2563,9821,4),(2564,9822,4),(2565,9823,4),(2566,9824,4),(2567,9825,4),(2568,9826,4),(2569,9827,4),(2570,9828,4),(2571,9829,4),(2572,9948,4),(2573,9949,4),(2574,9950,4),(2575,3174,4),(2576,4213,4),(2577,3173,4),(2578,11024,5),(2579,11025,5),(2580,11026,5),(2581,11027,5),(2582,11028,5),(2583,11029,5),(2584,11030,5),(2585,9769,5),(2586,9770,5),(2587,9771,5),(2588,9772,5),(2589,9773,5),(2590,9774,5),(2591,4799,5),(2592,4655,5),(2593,4630,5),(2594,4870,5),(2595,4671,5),(2596,4800,5),(2597,4656,5),(2598,4678,5),(2599,4676,5),(2600,2003,5),(2601,2001,5),(2602,5438,5),(2603,9775,5),(2604,9776,5),(2605,9777,5),(2606,9778,5),(2607,9779,5),(2608,599,5),(2609,1316,5),(2610,1167,5),(2611,612,5),(2612,1315,5),(2613,9780,5),(2614,9781,5),(2615,9782,5),(2616,9783,5),(2617,9784,5),(2618,9785,5),(2619,9786,5),(2620,9787,5),(2621,9788,5),(2622,9789,5),(2623,9790,5),(2624,9791,5),(2625,9792,5),(2626,9793,5),(2627,9794,5),(2628,9795,5),(2629,9796,5),(2630,13306,5),(2631,13307,5),(2632,13308,5),(2633,13309,5),(2634,13310,5),(2635,13311,5),(2636,2157,5),(2637,2586,5),(2638,1396,5),(2639,7325,5),(2640,6212,5),(2641,7807,5),(2642,2894,5),(2643,7763,5),(2644,7846,5),(2645,1423,5),(2646,5514,5),(2647,5309,5),(2648,5352,5),(2649,4077,5),(2650,2144,5),(2651,2978,5),(2652,6529,5),(2653,6143,5),(2654,7873,5),(2655,6495,5),(2656,4361,5),(2657,5313,5),(2658,7931,5),(2659,7690,5),(2660,4192,5),(2661,5394,5),(2662,6082,5),(2663,5834,5),(2664,6797,5),(2665,3589,5),(2666,7900,5),(2667,7529,5),(2668,6613,5),(2669,2200,5),(2670,6461,5),(2671,6574,5),(2672,4460,5),(2673,10775,5),(2674,10810,5),(2675,10640,5),(2676,137,5),(2677,9951,5),(2678,189,5),(2679,1004,5),(2680,9952,5),(2681,9953,5),(2682,9954,5),(2683,2433,5),(2684,2413,5),(2685,9955,5),(2686,9956,5),(2687,987,5),(2688,7083,5),(2689,1201,5),(2690,487,5),(2691,1117,5),(2692,686,5),(2693,680,5),(2694,9957,5),(2695,10866,5),(2696,1355,5),(2697,4710,5),(2698,2148,5),(2699,10165,5),(2700,10164,5),(2701,10596,5),(2702,10594,5),(2703,10161,5),(2704,10163,5),(2705,10160,5),(2706,10887,5),(2707,10883,5),(2708,10674,5),(2709,10558,5),(2710,13325,5),(2711,588,5),(2712,1144,5),(2713,784,5),(2714,505,5),(2715,311,5),(2716,716,5),(2717,531,5),(2718,834,5),(2719,1174,5),(2720,528,5),(2721,931,5),(2722,1253,5),(2723,678,5),(2724,971,5),(2725,1254,5),(2726,820,5),(2727,13326,5),(2728,13327,5),(2729,13328,5),(2730,13329,5),(2731,13330,5),(2732,660,5),(2733,340,5),(2734,990,5),(2735,495,5),(2736,449,5),(2737,858,5),(2738,924,5),(2739,358,5),(2740,1057,5),(2741,571,5),(2742,730,5),(2743,724,5),(2744,668,5),(2745,12243,5),(2746,12356,5),(2747,13251,5),(2748,13036,5),(2749,4464,5),(2750,6247,5),(2751,6813,5),(2752,3667,5),(2753,5503,5),(2754,2294,5),(2755,2908,5),(2756,2965,5),(2757,2607,5),(2758,1583,5),(2759,4476,5),(2760,4721,5),(2761,2251,5),(2762,4711,5),(2763,3840,5),(2764,4722,5),(2765,2450,5),(2766,4725,5),(2767,4395,5),(2768,4614,5),(2769,4618,5),(2770,12069,5),(2771,13007,5),(2772,12852,5),(2773,12844,5),(2774,4190,5),(2775,5545,5),(2776,13040,5),(2777,9968,5),(2778,13331,5),(2779,13332,5),(2780,13333,5),(2781,10369,5),(2782,10566,5),(2783,10767,5),(2784,10272,5),(2785,10802,5),(2786,10908,5),(2787,10267,5),(2788,10268,5),(2789,10564,5),(2790,10680,5),(2791,10764,5),(2792,12568,5),(2793,10449,5),(2794,10779,5),(2795,10269,5),(2796,10869,5),(2797,10429,5),(2798,10461,5),(2799,10835,5),(2800,10836,5),(2801,10247,5),(2802,10673,5),(2803,10679,5),(2804,10296,5),(2805,10825,5),(2806,10645,5),(2807,228,5),(2808,98,5),(2809,64,5),(2810,10431,5),(2811,10610,5),(2812,12696,5),(2813,12902,5),(2814,12830,5),(2815,12903,5),(2816,12899,5),(2817,12905,5),(2818,12909,5),(2819,12904,5),(2820,12908,5),(2821,12906,5),(2822,13183,5),(2823,13184,5),(2824,12210,5),(2825,12209,5),(2826,12900,5),(2827,12660,5),(2828,12822,5),(2829,12797,5),(2830,10294,5),(2831,10306,5),(2832,10609,5),(2833,10230,5),(2834,10515,5),(2835,10200,5),(2836,10763,5),(2837,10254,5),(2838,178,5),(2839,218,5),(2840,154,5),(2841,10367,5),(2842,10786,5),(2843,10709,5),(2844,10293,5),(2845,10171,5),(2846,10910,5),(2847,10229,5),(2848,10550,5),(2849,10906,5),(2850,10462,5),(2851,10366,5),(2852,10299,5),(2853,10255,5),(2854,10256,5),(2855,10762,5),(2856,10644,5),(2857,10466,5),(2858,10472,5),(2859,13221,5),(2860,12690,5),(2861,12693,5),(2862,13053,5),(2863,13054,5),(2864,12623,5),(2865,13023,5),(2866,12919,5),(2867,12920,5),(2868,172,5),(2869,130,5),(2870,15,5),(2871,12005,5),(2872,10154,5),(2873,10173,5),(2874,10153,5),(2875,10172,5),(2876,10573,5),(2877,10574,5),(2878,10613,5),(2879,13214,5),(2880,12828,5),(2881,13058,5),(2882,12292,5),(2883,12297,5),(2884,12569,5),(2885,12876,5),(2886,12434,5),(2887,13185,5),(2888,12296,5),(2889,12295,5),(2890,12088,5),(2891,13231,5),(2892,6927,5),(2893,7378,5),(2894,1971,5),(2895,3290,5),(2896,3967,5),(2897,12877,3),(2898,13068,3),(2899,12303,3),(2900,12301,3),(2901,12281,3),(2902,12839,3),(2903,11024,2),(2904,11025,2),(2905,11026,2),(2906,11027,2),(2907,11028,2),(2908,11029,2),(2909,11030,2),(2910,10775,2),(2911,10810,2),(2912,10640,2),(2913,10866,2),(2914,13314,2),(2915,13315,2),(2916,13316,2),(2917,13317,2),(2918,13318,2),(2919,13319,2),(2920,13320,2),(2921,13321,2),(2922,13322,2),(2923,13323,2),(2924,13324,2),(2925,13306,2),(2926,13307,2),(2927,13308,2),(2928,13309,2),(2929,13310,2),(2930,13311,2),(2931,13325,2),(2932,13326,2),(2933,13327,2),(2934,13328,2),(2935,13329,2),(2936,13330,2),(2937,12243,2),(2938,12356,2),(2939,13251,2),(2940,13036,2),(2941,12069,2),(2942,13007,2),(2943,12852,2),(2944,12844,2),(2945,13040,2),(2946,13331,2),(2947,13332,2),(2948,13333,2),(2949,13334,2),(2950,13335,2),(2951,13336,2),(2952,13337,2),(2953,13338,2),(2954,12181,2),(2955,10242,2),(2956,11024,6),(2957,11025,6),(2958,11026,6),(2959,11027,6),(2960,11028,6),(2961,11029,6),(2962,11030,6),(2963,9769,6),(2964,9770,6),(2965,9771,6),(2966,9772,6),(2967,9773,6),(2968,9774,6),(2969,4799,6),(2970,4655,6),(2971,4630,6),(2972,4870,6),(2973,4671,6),(2974,4800,6),(2975,4656,6),(2976,4678,6),(2977,4676,6),(2978,2003,6),(2979,2001,6),(2980,5438,6),(2981,9775,6),(2982,9776,6),(2983,9777,6),(2984,9778,6),(2985,9779,6),(2986,599,6),(2987,1316,6),(2988,1167,6),(2989,612,6),(2990,1315,6),(2991,9780,6),(2992,9781,6),(2993,9782,6),(2994,9783,6),(2995,9784,6),(2996,9785,6),(2997,9786,6),(2998,9787,6),(2999,9788,6),(3000,9789,6),(3001,9790,6),(3002,9791,6),(3003,9792,6),(3004,9793,6),(3005,9794,6),(3006,9795,6),(3007,9796,6),(3008,13306,6),(3009,13307,6),(3010,13308,6),(3011,13309,6),(3012,13310,6),(3013,13311,6),(3014,2157,6),(3015,2586,6),(3016,1396,6),(3017,7325,6),(3018,6212,6),(3019,7807,6),(3020,2894,6),(3021,7763,6),(3022,7846,6),(3023,1423,6),(3024,5514,6),(3025,5309,6),(3026,5352,6),(3027,4077,6),(3028,2144,6),(3029,2978,6),(3030,6529,6),(3031,6143,6),(3032,7873,6),(3033,6495,6),(3034,4361,6),(3035,5313,6),(3036,7931,6),(3037,7690,6),(3038,4192,6),(3039,5394,6),(3040,6082,6),(3041,5834,6),(3042,6797,6),(3043,3589,6),(3044,7900,6),(3045,7529,6),(3046,6613,6),(3047,2200,6),(3048,6461,6),(3049,6574,6),(3050,4460,6),(3051,10775,6),(3052,10810,6),(3053,10640,6),(3054,137,6),(3055,9951,6),(3056,189,6),(3057,1004,6),(3058,9952,6),(3059,9953,6),(3060,9954,6),(3061,2433,6),(3062,2413,6),(3063,9955,6),(3064,9956,6),(3065,987,6),(3066,7083,6),(3067,1201,6),(3068,487,6),(3069,1117,6),(3070,686,6),(3071,680,6),(3072,9957,6),(3073,10866,6),(3074,2898,6),(3075,5819,6),(3076,6501,6),(3077,6502,6),(3078,6503,6),(3079,6500,6),(3080,7336,6),(3081,8137,6),(3082,5279,6),(3083,6425,6),(3084,6535,6),(3085,7833,6),(3086,7605,6),(3087,4002,6),(3088,5297,6),(3089,6032,6),(3090,6031,6),(3091,7572,6),(3092,6049,6),(3093,5907,6),(3094,5130,6),(3095,5156,6),(3096,5889,6),(3097,6537,6),(3098,6536,6),(3099,5887,6),(3100,6187,6),(3101,6186,6),(3102,1355,6),(3103,4710,6),(3104,2148,6),(3105,13325,6),(3106,588,6),(3107,1144,6),(3108,784,6),(3109,505,6),(3110,311,6),(3111,716,6),(3112,531,6),(3113,834,6),(3114,1174,6),(3115,528,6),(3116,931,6),(3117,1253,6),(3118,678,6),(3119,971,6),(3120,1254,6),(3121,820,6),(3122,13326,6),(3123,13327,6),(3124,13328,6),(3125,13329,6),(3126,13330,6),(3127,660,6),(3128,340,6),(3129,990,6),(3130,495,6),(3131,449,6),(3132,858,6),(3133,924,6),(3134,358,6),(3135,1057,6),(3136,571,6),(3137,730,6),(3138,724,6),(3139,668,6),(3140,12243,6),(3141,12356,6),(3142,13251,6),(3143,13036,6),(3144,4464,6),(3145,6247,6),(3146,6813,6),(3147,3667,6),(3148,5503,6),(3149,2294,6),(3150,2908,6),(3151,2965,6),(3152,2607,6),(3153,1583,6),(3154,4476,6),(3155,4721,6),(3156,2251,6),(3157,4711,6),(3158,3840,6),(3159,4722,6),(3160,2450,6),(3161,4725,6),(3162,4395,6),(3163,4614,6),(3164,4618,6),(3165,12069,6),(3166,13007,6),(3167,12852,6),(3168,12844,6),(3169,4190,6),(3170,5545,6),(3171,2568,6),(3172,13040,6),(3173,9968,6),(3174,13331,6),(3175,13332,6),(3176,13333,6),(3177,5427,6),(3178,6024,6),(3179,6528,6),(3180,6732,6),(3181,6195,6),(3182,1786,6),(3183,6504,6),(3184,6720,6),(3185,6733,6),(3186,6533,6),(3187,6515,6),(3188,6516,6),(3189,6517,6),(3190,5437,6),(3191,6134,6),(3192,6305,6),(3193,6304,6),(3194,4939,6),(3195,6199,6),(3196,1432,6),(3197,5267,6),(3198,4956,6),(3199,5169,6),(3200,1456,6),(3201,7296,6),(3202,1462,6),(3203,1455,6),(3204,6540,6),(3205,7661,6),(3206,5030,6),(3207,5032,6),(3208,5031,6),(3209,5050,6),(3210,5033,6),(3211,5051,6),(3212,5052,6),(3213,5054,6),(3214,6790,6),(3215,6927,6),(3216,7378,6),(3217,1971,6),(3218,3290,6),(3219,3967,6),(3220,2898,3),(3221,5819,3),(3222,6501,3),(3223,6502,3),(3224,6503,3),(3225,6500,3),(3226,7336,3),(3227,1396,3),(3228,1450,3),(3229,5596,3),(3230,7866,3),(3231,3091,3),(3232,6203,3),(3233,6515,3),(3234,6516,3),(3235,6517,3),(3236,5437,3),(3237,6134,3),(3238,6305,3),(3239,6304,3),(3240,4939,3),(3241,6199,3),(3242,1432,3),(3243,5267,3),(3244,4956,3),(3245,5169,3),(3246,1463,3),(3247,1438,3),(3248,1462,3),(3249,1455,3),(3250,1456,3),(3251,7296,3),(3252,1431,3),(3253,4938,3),(3254,5047,3),(3255,1437,3),(3256,6155,3),(3257,5558,3),(3258,5877,3),(3259,7275,3),(3260,7273,3),(3261,7274,3),(3262,7276,3),(3263,7277,3),(3264,5716,3),(3265,6148,3),(3266,7030,3),(3267,5681,3),(3268,5564,3),(3269,7031,3),(3270,7069,3),(3271,5783,3),(3272,5694,3),(3273,6142,3),(3274,5718,3),(3275,7293,3),(3276,6149,3),(3277,7035,3),(3278,6513,3),(3279,6514,3),(3280,6974,3),(3281,4710,3),(3282,6817,3),(3283,7065,3),(3284,7318,3),(3285,5719,3),(3286,7294,3),(3287,7241,3),(3288,7242,3),(3289,6634,3),(3290,5574,3),(3291,6519,6),(3292,6521,6),(3293,6520,6),(3294,6524,6),(3295,6518,6),(3296,6523,6),(3297,6522,6),(3298,6498,6),(3299,7379,6),(3300,1789,6),(3301,6648,6),(3302,5017,6),(3303,5529,6),(3304,6647,6),(3305,5263,6),(3306,7525,6),(3307,6497,6),(3308,5399,6),(3309,5079,6),(3310,6673,6),(3311,6610,6),(3312,6675,6),(3313,4942,6),(3314,6674,6),(3315,4941,6),(3316,5547,6),(3317,5710,6),(3318,13913,2),(3319,13925,2),(3320,13395,2),(3321,13951,2),(3322,13952,2),(3323,13853,2),(3324,13854,2),(3325,13855,2),(3326,13912,2),(3327,13914,2),(3328,13915,2),(3329,13916,2),(3330,13917,2),(3331,13918,2),(3332,13919,2),(3333,13920,2),(3334,13921,2),(3335,13922,2),(3336,13923,2),(3337,13924,2),(3338,13926,2),(3339,13927,2),(3340,13928,2),(3341,13929,2),(3342,13930,2),(3343,13931,2),(3344,13932,2),(3345,13933,2),(3346,13934,2),(3347,13935,2),(3348,13936,2),(3349,13937,2),(3350,13938,2),(3351,13715,2),(3352,13939,2),(3353,13940,2),(3354,13941,2),(3355,13942,2),(3356,13943,2),(3357,13944,2),(3358,13945,2),(3359,13946,2),(3360,13947,2),(3361,13948,2),(3362,13949,2),(3363,13856,2),(3364,13857,2),(3365,13858,2),(3366,13859,2),(3367,13860,2),(3368,13861,2),(3369,13862,2),(3370,13863,2),(3371,13864,2),(3372,13865,2),(3373,13866,2),(3374,13867,2),(3375,13868,2),(3376,13869,2),(3377,13870,2),(3378,13871,2),(3379,13872,2),(3380,13873,2),(3381,13874,2),(3382,13875,2),(3383,13876,2),(3384,13877,2),(3385,13878,2),(3386,13879,2),(3387,13880,2),(3388,13822,2),(3389,13881,2),(3390,13882,2),(3391,13883,2),(3392,13884,2),(3393,13885,2),(3394,13824,2),(3395,13886,2),(3396,13887,2),(3397,13888,2),(3398,13889,2),(3399,13890,2),(3400,13891,2),(3401,13892,2),(3402,13893,2),(3403,13894,2),(3404,13895,2),(3405,13896,2),(3406,13897,2),(3407,13898,2),(3408,13899,2),(3409,13900,2),(3410,13901,2),(3411,13902,2),(3412,13903,2),(3413,13904,2),(3414,13905,2),(3415,13906,2),(3416,13907,2),(3417,13908,2),(3418,13909,2),(3419,13910,2),(3420,13911,2),(3421,13384,2),(3422,14341,3),(3423,14158,3),(3424,14364,3),(3425,14371,3),(3426,14411,3),(3427,14447,3),(3428,14450,3),(3429,14451,3),(3430,14455,3),(3431,14456,3),(3432,14505,3),(3433,14512,3),(3434,14517,3),(3435,14550,3),(3436,14552,3),(3437,14577,3),(3438,14591,3),(3439,14593,3),(3440,14604,3),(3441,14613,3),(3442,14638,3),(3443,14640,3),(3444,14639,3),(3445,14641,3),(3446,14650,3),(3447,14653,3),(3448,14659,3),(3449,14691,3),(3450,14696,3),(3451,14702,3),(3452,14705,3),(3453,14706,3),(3454,14712,3),(3455,14717,3),(3456,14722,3),(3457,14739,3),(3458,14747,3),(3459,14749,3),(3460,14795,3),(3461,14796,3),(3462,14801,3),(3463,14829,3),(3464,14956,3),(3465,14961,3),(3466,14965,3),(3467,15001,3),(3468,15002,3),(3469,15033,3),(3470,15071,3),(3471,15075,3),(3472,15084,3),(3473,15102,3),(3474,15103,3),(3475,15129,3),(3476,15147,3),(3477,15235,3),(3478,15242,3),(3479,15247,3),(3480,15309,3),(3481,15310,3),(3482,15403,3),(3483,15467,3),(3484,15481,3),(3485,15482,3),(3486,15530,3),(3487,15543,3),(3488,15548,3),(3489,15631,3),(3490,15632,3),(3491,15656,3),(3492,15657,3),(3493,15708,3),(3494,15710,3),(3495,15731,3),(3496,15768,3),(3497,15796,3),(3498,15807,3),(3499,15808,3),(3500,15809,3),(3501,15953,3),(3502,15958,3),(3503,15974,3),(3504,15975,3),(3505,15982,3),(3506,15984,3),(3507,16025,3),(3508,16026,3),(3509,16027,3),(3510,16037,3),(3511,16039,3),(3512,16043,3),(3513,16044,3),(3514,16050,3),(3515,16051,3),(3516,16056,3),(3517,16067,3),(3518,16082,3),(3519,16116,3),(3520,16117,3),(3521,16142,3),(3522,16175,3),(3523,16261,3),(3524,16265,3),(3525,16379,3),(3526,16380,3),(3527,16381,3),(3528,16403,3),(3529,16405,3),(3530,16406,3),(3531,16416,3),(3532,16422,3),(3533,16427,3),(3534,16433,3),(3535,16447,3),(3536,16504,3),(3537,16509,3),(3538,16532,3),(3539,16559,3),(3540,16571,3),(3541,16598,3),(3542,16616,3),(3543,16631,3),(3544,16641,3),(3545,16647,3),(3546,16648,3),(3547,16649,3),(3548,16748,3),(3549,16807,3),(3550,16821,3),(3551,17296,3),(3552,16824,3),(3553,16849,3),(3554,16850,3),(3555,16851,3),(3556,16852,3),(3557,16853,3),(3558,16957,3),(3559,16958,3),(3560,16969,3),(3561,16970,3),(3562,16986,3),(3563,17019,3),(3564,17022,3),(3565,17051,3),(3566,17052,3),(3567,17055,3),(3568,17057,3),(3569,17061,3),(3570,17065,3),(3571,17087,3),(3572,17114,3),(3573,17140,3),(3574,17155,3),(3575,17169,3),(3576,17173,3),(3577,17183,3),(3578,17192,3),(3579,17215,3),(3580,17217,3),(3581,17218,3),(3582,17224,3),(3583,17290,3),(3584,17301,3),(3585,17295,3),(3586,17306,3),(3587,17376,3),(3588,17542,3),(3589,17547,3),(3590,17551,3),(3591,17557,3),(3592,17561,3),(3593,17679,3),(3594,17690,3),(3595,17705,3),(3596,17753,3),(3597,17758,3),(3598,18008,3),(3599,18016,3),(3600,18179,3),(3601,18221,3),(3602,18241,3),(3603,18243,3),(3604,18260,3),(3605,18261,3),(3606,18262,3),(3607,18263,3),(3608,18265,3),(3609,18264,3),(3610,18266,3),(3611,18267,3),(3612,18301,3),(3613,18246,3),(3614,18320,3),(3615,18407,3),(3616,18409,3),(3617,18439,3),(3618,18580,3),(3619,18591,3),(3620,18608,3),(3621,18609,3),(3622,18624,3),(3623,18626,3),(3624,18697,3),(3625,18703,3),(3626,18705,3),(3627,18706,3),(3628,18710,3),(3629,18713,3),(3630,18780,3),(3631,18803,3),(3632,18804,3),(3633,18805,3),(3634,18806,3),(3635,18808,3),(3636,18810,3),(3637,18828,3),(3638,18829,3),(3639,18837,3),(3640,19005,3),(3641,19290,3),(3642,19313,3),(3643,19315,3),(3644,19321,3),(3645,19376,3),(3646,19383,3),(3647,19384,3),(3648,19385,3),(3649,19386,3),(3650,19387,3),(3651,19402,3),(3652,19403,3),(3653,19440,3),(3654,19441,3),(3655,19442,3),(3656,19443,3),(3657,19485,3),(3658,19517,3),(3659,19532,3),(3660,19559,3),(3661,19563,3),(3662,19580,3),(3663,19607,3),(3664,19608,3),(3665,19634,3),(3666,19689,3),(3667,18292,3),(3668,19799,3),(3669,20035,3),(3670,20047,3),(3671,14281,3),(3672,17590,3),(3673,15426,3),(3674,15456,3),(3675,14836,3),(3676,19292,3),(3677,16104,3),(3678,15445,3),(3679,14282,3),(3680,14283,3),(3681,15446,3),(3682,15746,3),(3683,15450,3),(3684,15747,3),(3685,15758,3),(3686,14213,3),(3687,17809,3),(3688,13913,3),(3689,17426,3),(3690,14857,3),(3691,17130,3),(3692,18532,3),(3693,18542,3),(3694,18538,3),(3695,17389,3),(3696,16099,3),(3697,16979,3),(3698,14228,3),(3699,17821,3),(3700,14203,3),(3701,17823,3),(3702,13925,3),(3703,14211,3),(3704,13395,3),(3705,17342,3),(3706,18528,3),(3707,14385,3),(3708,15716,3),(3709,17382,3),(3710,15335,3),(3711,17788,3),(3712,18042,3),(3713,18282,3),(3714,18695,3),(3715,14249,3),(3716,15314,3),(3717,16102,3),(3718,18537,3),(3719,15444,3),(3720,18082,3),(3721,18085,3),(3722,14212,3),(3723,17993,3),(3724,19331,3),(3725,15447,3),(3726,18081,3),(3727,18084,3),(3728,17344,3),(3729,15448,3),(3730,15748,3),(3731,14570,3),(3732,18334,3),(3733,18336,3),(3734,18333,3),(3735,14339,3),(3736,20197,3),(3737,14292,3),(3738,20198,3),(3739,15535,3),(3740,17188,3),(3741,19583,3),(3742,18340,3),(3743,17232,3),(3744,17233,3),(3745,20199,3),(3746,20200,3),(3747,20201,3),(3748,13853,3),(3749,13854,3),(3750,13855,3),(3751,13912,3),(3752,13914,3),(3753,13915,3),(3754,13916,3),(3755,13917,3),(3756,13918,3),(3757,13919,3),(3758,13920,3),(3759,13921,3),(3760,13922,3),(3761,13923,3),(3762,13924,3),(3763,13926,3),(3764,13927,3),(3765,13928,3),(3766,13929,3),(3767,13930,3),(3768,13931,3),(3769,13932,3),(3770,13933,3),(3771,13934,3),(3772,13935,3),(3773,13936,3),(3774,13937,3),(3775,13938,3),(3776,13715,3),(3777,13939,3),(3778,13940,3),(3779,13941,3),(3780,13942,3),(3781,13943,3),(3782,13944,3),(3783,13945,3),(3784,13946,3),(3785,13947,3),(3786,13948,3),(3787,13949,3),(3788,13856,3),(3789,13857,3),(3790,13858,3),(3791,13859,3),(3792,13860,3),(3793,13861,3),(3794,13862,3),(3795,13863,3),(3796,13864,3),(3797,13865,3),(3798,13866,3),(3799,13867,3),(3800,13868,3),(3801,13869,3),(3802,13870,3),(3803,13871,3),(3804,13872,3),(3805,13873,3),(3806,13874,3),(3807,13875,3),(3808,13876,3),(3809,13877,3),(3810,13878,3),(3811,13879,3),(3812,13880,3),(3813,13822,3),(3814,13881,3),(3815,13882,3),(3816,13883,3),(3817,13884,3),(3818,13885,3),(3819,13824,3),(3820,13886,3),(3821,13887,3),(3822,13888,3),(3823,13889,3),(3824,13890,3),(3825,13891,3),(3826,13892,3),(3827,13893,3),(3828,13894,3),(3829,13895,3),(3830,13896,3),(3831,13897,3),(3832,13898,3),(3833,13899,3),(3834,13900,3),(3835,13901,3),(3836,13902,3),(3837,13903,3),(3838,13904,3),(3839,13905,3),(3840,13906,3),(3841,13907,3),(3842,13908,3),(3843,13909,3),(3844,13910,3),(3845,13911,3),(3846,17461,3),(3847,17462,3),(3848,17460,3),(3849,17458,3),(3850,17457,3),(3851,17463,3),(3852,17459,3),(3853,13951,3),(3854,13952,3),(3855,20202,3),(3856,19250,3),(3857,19640,3),(3858,19701,3),(3859,19718,3),(3860,18000,3),(3861,16769,3),(3862,18472,3),(3863,19692,3),(3864,17323,3),(3865,19707,3),(3866,18405,3),(3867,18167,3),(3868,17801,3),(3869,18428,3),(3870,15095,3),(3871,16243,3),(3872,18406,3),(3873,16195,3),(3874,19641,3),(3875,19651,3),(3876,19720,3),(3877,16998,3),(3878,17437,3),(3879,15283,3),(3880,17496,3),(3881,19702,3),(3882,16247,3),(3883,19649,3),(3884,17650,3),(3885,16248,3),(3886,19639,3),(3887,17741,3),(3888,15349,3),(3889,19676,3),(3890,17059,3),(3891,19798,3),(3892,14281,4),(3893,15426,4),(3894,15456,4),(3895,14836,4),(3896,16104,4),(3897,15445,4),(3898,14282,4),(3899,14283,4),(3900,15446,4),(3901,15746,4),(3902,15450,4),(3903,15747,4),(3904,15758,4),(3905,14213,4),(3906,13913,4),(3907,14857,4),(3908,16099,4),(3909,14228,4),(3910,14203,4),(3911,13925,4),(3912,14211,4),(3913,13395,4),(3914,14385,4),(3915,15716,4),(3916,15335,4),(3917,14249,4),(3918,15314,4),(3919,16102,4),(3920,15444,4),(3921,14212,4),(3922,15447,4),(3923,15448,4),(3924,15748,4),(3925,14570,4),(3926,14339,4),(3927,14292,4),(3928,15535,4),(3929,13853,4),(3930,13854,4),(3931,13855,4),(3932,13912,4),(3933,13914,4),(3934,13915,4),(3935,13916,4),(3936,13917,4),(3937,13918,4),(3938,13919,4),(3939,13920,4),(3940,13921,4),(3941,13922,4),(3942,13923,4),(3943,13924,4),(3944,13926,4),(3945,13927,4),(3946,13928,4),(3947,13929,4),(3948,13930,4),(3949,13931,4),(3950,13932,4),(3951,13933,4),(3952,13934,4),(3953,13935,4),(3954,13936,4),(3955,13937,4),(3956,13938,4),(3957,13715,4),(3958,13939,4),(3959,13940,4),(3960,13941,4),(3961,13942,4),(3962,13943,4),(3963,13944,4),(3964,13945,4),(3965,13946,4),(3966,13947,4),(3967,13948,4),(3968,13949,4),(3969,13856,4),(3970,13857,4),(3971,13858,4),(3972,13859,4),(3973,13860,4),(3974,13861,4),(3975,13862,4),(3976,13863,4),(3977,13864,4),(3978,13865,4),(3979,13866,4),(3980,13867,4),(3981,13868,4),(3982,13869,4),(3983,13870,4),(3984,13871,4),(3985,13872,4),(3986,13873,4),(3987,13874,4),(3988,13875,4),(3989,13876,4),(3990,13877,4),(3991,13878,4),(3992,13879,4),(3993,13880,4),(3994,13822,4),(3995,13881,4),(3996,13882,4),(3997,13883,4),(3998,13884,4),(3999,13885,4),(4000,13824,4),(4001,13886,4),(4002,13887,4),(4003,13888,4),(4004,13889,4),(4005,13890,4),(4006,13891,4),(4007,13892,4),(4008,13893,4),(4009,13894,4),(4010,13895,4),(4011,13896,4),(4012,13897,4),(4013,13898,4),(4014,13899,4),(4015,13900,4),(4016,13901,4),(4017,13902,4),(4018,13903,4),(4019,13904,4),(4020,13905,4),(4021,13906,4),(4022,13907,4),(4023,13908,4),(4024,13909,4),(4025,13910,4),(4026,13911,4),(4027,13951,4),(4028,13952,4),(4029,20199,7),(4030,20200,7),(4031,11024,7),(4032,11025,7),(4033,11026,7),(4034,11027,7),(4035,11028,7),(4036,11029,7),(4037,11030,7),(4038,20202,7),(4039,2157,7),(4040,2586,7),(4041,1396,7),(4042,7325,7),(4043,6212,7),(4044,7807,7),(4045,2894,7),(4046,7763,7),(4047,7846,7),(4048,1423,7),(4049,5514,7),(4050,5309,7),(4051,5352,7),(4052,4077,7),(4053,2144,7),(4054,2978,7),(4055,6529,7),(4056,6143,7),(4057,7873,7),(4058,6495,7),(4059,4361,7),(4060,5313,7),(4061,7931,7),(4062,7690,7),(4063,4192,7),(4064,5394,7),(4065,6082,7),(4066,5834,7),(4067,6797,7),(4068,3589,7),(4069,7900,7),(4070,7529,7),(4071,6613,7),(4072,2200,7),(4073,6461,7),(4074,6574,7),(4075,4460,7),(4076,10775,7),(4077,10810,7),(4078,10640,7),(4079,137,7),(4080,9951,7),(4081,189,7),(4082,1004,7),(4083,2433,7),(4084,2413,7),(4085,599,7),(4086,987,7),(4087,7083,7),(4088,1201,7),(4089,487,7),(4090,1117,7),(4091,686,7),(4092,680,7),(4093,10866,7),(4094,9960,7),(4095,9961,7),(4096,9962,7),(4097,9963,7),(4098,9964,7),(4099,9965,7),(4100,9966,7),(4101,9967,7),(4102,9968,7),(4103,4710,7),(4104,2148,7),(4105,588,7),(4106,1144,7),(4107,784,7),(4108,505,7),(4109,311,7),(4110,716,7),(4111,531,7),(4112,834,7),(4113,1174,7),(4114,528,7),(4115,931,7),(4116,1253,7),(4117,678,7),(4118,971,7),(4119,1254,7),(4120,820,7),(4121,660,7),(4122,340,7),(4123,990,7),(4124,495,7),(4125,449,7),(4126,858,7),(4127,924,7),(4128,358,7),(4129,1057,7),(4130,571,7),(4131,730,7),(4132,724,7),(4133,668,7),(4134,4464,7),(4135,20199,4),(4136,20200,4),(4137,20202,4),(4138,20197,4),(4139,20198,4),(4140,20201,4),(4141,14281,7),(4142,17590,7),(4143,15426,7),(4144,15456,7),(4145,14836,7),(4146,19292,7),(4147,16104,7),(4148,15445,7),(4149,14282,7),(4150,14283,7),(4151,15446,7),(4152,15746,7),(4153,15450,7),(4154,15747,7),(4155,15758,7),(4156,14213,7),(4157,17809,7),(4158,13913,7),(4159,17426,7),(4160,14857,7),(4161,17130,7),(4162,18532,7),(4163,18542,7),(4164,18538,7),(4165,17389,7),(4166,16099,7),(4167,16979,7),(4168,14228,7),(4169,17821,7),(4170,14203,7),(4171,17823,7),(4172,13925,7),(4173,14211,7),(4174,13395,7),(4175,17342,7),(4176,18528,7),(4177,14385,7),(4178,15716,7),(4179,17382,7),(4180,15335,7),(4181,17788,7),(4182,18042,7),(4183,18282,7),(4184,18695,7),(4185,14249,7),(4186,15314,7),(4187,16102,7),(4188,18537,7),(4189,15444,7),(4190,18082,7),(4191,18085,7),(4192,14212,7),(4193,17993,7),(4194,19331,7),(4195,15447,7),(4196,18081,7),(4197,18084,7),(4198,17344,7),(4199,15448,7),(4200,15748,7),(4201,14570,7),(4202,18334,7),(4203,18336,7),(4204,18333,7),(4205,14339,7),(4206,20197,7),(4207,14292,7),(4208,20198,7),(4209,15535,7),(4210,17188,7),(4211,19583,7),(4212,18340,7),(4213,17232,7),(4214,17233,7),(4215,20201,7),(4216,13853,7),(4217,13854,7),(4218,13855,7),(4219,13912,7),(4220,13914,7),(4221,13915,7),(4222,13916,7),(4223,13917,7),(4224,13918,7),(4225,13919,7),(4226,13920,7),(4227,13921,7),(4228,13922,7),(4229,13923,7),(4230,13924,7),(4231,13926,7),(4232,13927,7),(4233,13928,7),(4234,13929,7),(4235,13930,7),(4236,13931,7),(4237,13932,7),(4238,13933,7),(4239,13934,7),(4240,13935,7),(4241,13936,7),(4242,13937,7),(4243,13938,7),(4244,13715,7),(4245,13939,7),(4246,13940,7),(4247,13941,7),(4248,13942,7),(4249,13943,7),(4250,13944,7),(4251,13945,7),(4252,13946,7),(4253,13947,7),(4254,13948,7),(4255,13949,7),(4256,13856,7),(4257,13857,7),(4258,13858,7),(4259,13859,7),(4260,13860,7),(4261,13861,7),(4262,13862,7),(4263,13863,7),(4264,13864,7),(4265,13865,7),(4266,13866,7),(4267,13867,7),(4268,13868,7),(4269,13869,7),(4270,13870,7),(4271,13871,7),(4272,13872,7),(4273,13873,7),(4274,13874,7),(4275,13875,7),(4276,13876,7),(4277,13877,7),(4278,13878,7),(4279,13879,7),(4280,13880,7),(4281,13822,7),(4282,13881,7),(4283,13882,7),(4284,13883,7),(4285,13884,7),(4286,13885,7),(4287,13824,7),(4288,13886,7),(4289,13887,7),(4290,13888,7),(4291,13889,7),(4292,13890,7),(4293,13891,7),(4294,13892,7),(4295,13893,7),(4296,13894,7),(4297,13895,7),(4298,13896,7),(4299,13897,7),(4300,13898,7),(4301,13899,7),(4302,13900,7),(4303,13901,7),(4304,13902,7),(4305,13903,7),(4306,13904,7),(4307,13905,7),(4308,13906,7),(4309,13907,7),(4310,13908,7),(4311,13909,7),(4312,13910,7),(4313,13911,7),(4314,17461,7),(4315,17462,7),(4316,17460,7),(4317,17458,7),(4318,17457,7),(4319,17463,7),(4320,17459,7),(4321,13951,7),(4322,13952,7),(4323,17819,7),(4324,17812,7),(4325,13384,7),(4326,14545,7),(4327,9952,7),(4328,9953,7),(4329,9954,7),(4330,18154,7),(4331,9955,7),(4332,19761,7),(4333,18432,7),(4334,19762,7),(4335,18731,7),(4336,15687,7),(4337,19752,7),(4338,9956,7),(4339,9957,7),(4340,19250,7),(4341,19640,7),(4342,19701,7),(4343,19718,7),(4344,18000,7),(4345,16769,7),(4346,18472,7),(4347,19692,7),(4348,17323,7),(4349,19707,7),(4350,18405,7),(4351,18167,7),(4352,17801,7),(4353,18428,7),(4354,15095,7),(4355,16243,7),(4356,18406,7),(4357,16195,7),(4358,19641,7),(4359,19651,7),(4360,19720,7),(4361,16998,7),(4362,17437,7),(4363,15283,7),(4364,17496,7),(4365,19702,7),(4366,16247,7),(4367,19649,7),(4368,17650,7),(4369,16248,7),(4370,19639,7),(4371,17741,7),(4372,18749,7),(4373,17615,7),(4374,13397,7),(4375,18087,7),(4376,14279,7),(4377,18073,7),(4378,17532,7),(4379,17537,7),(4380,17529,7),(4381,17534,7),(4382,17530,7),(4383,17535,7),(4384,17531,7),(4385,17536,7),(4386,19725,7),(4387,13325,7),(4388,13326,7),(4389,13327,7),(4390,13328,7),(4391,13329,7),(4392,13330,7),(4393,20098,7),(4394,20096,7),(4395,20102,7),(4396,20101,7),(4397,20100,7),(4398,20099,7),(4399,20105,7),(4400,20104,7),(4401,20097,7),(4402,20103,7),(4403,14646,7),(4404,14647,7),(4405,14686,7),(4406,14783,7),(4407,15245,7),(4408,16135,7),(4409,16143,7),(4410,16553,7),(4411,16562,7),(4412,16563,7),(4413,16796,7),(4414,16801,7),(4415,16802,7),(4416,16847,7),(4417,17085,7),(4418,17139,7),(4419,19518,7),(4420,20032,7),(4421,15041,7),(4422,14728,7),(4423,14847,7),(4424,14964,7),(4425,15035,7),(4426,14778,7),(4427,15144,7),(4428,15628,7),(4429,15790,7),(4430,16449,7),(4431,16576,7),(4432,16578,7),(4433,16999,7),(4434,17036,7),(4435,17177,7),(4436,18033,7),(4437,18289,7),(4438,18298,7),(4439,18299,7),(4440,18308,7),(4441,18310,7),(4442,18311,7),(4443,19287,7),(4444,19379,7),(4445,14551,7),(4446,17189,7),(4447,17303,7),(4448,18026,7),(4449,18699,7),(4450,18847,7),(4451,19578,7),(4452,19687,7),(4453,14589,7),(4454,14601,7),(4455,14615,7),(4456,14617,7),(4457,14658,7),(4458,14689,7),(4459,14709,7),(4460,14970,7),(4461,14981,7),(4462,15034,7),(4463,15211,7),(4464,15244,7),(4465,15414,7),(4466,15422,7),(4467,15709,7),(4468,15728,7),(4469,15955,7),(4470,15964,7),(4471,16012,7),(4472,16065,7),(4473,16423,7),(4474,16429,7),(4475,16436,7),(4476,16438,7),(4477,16448,7),(4478,16516,7),(4479,16518,7),(4480,16535,7),(4481,16557,7),(4482,16558,7),(4483,16587,7),(4484,16588,7),(4485,16825,7),(4486,16831,7),(4487,16865,7),(4488,16996,7),(4489,17072,7),(4490,17103,7),(4491,17115,7),(4492,17144,7),(4493,17148,7),(4494,17150,7),(4495,17152,7),(4496,17154,7),(4497,17158,7),(4498,17174,7),(4499,17220,7),(4500,17283,7),(4501,17516,7),(4502,17552,7),(4503,17589,7),(4504,17702,7),(4505,18039,7),(4506,18040,7),(4507,18043,7),(4508,18044,7),(4509,18317,7),(4510,18447,7),(4511,18449,7),(4512,18597,7),(4513,18795,7),(4514,18809,7),(4515,18836,7),(4516,19006,7),(4517,14687,7),(4518,14744,7),(4519,15471,7),(4520,15954,7),(4521,16075,7),(4522,16492,7),(4523,16572,7),(4524,16792,7),(4525,17056,7),(4526,17651,7),(4527,17676,7),(4528,17748,7),(4529,17749,7),(4530,18063,7),(4531,18240,7),(4532,18576,7),(4533,18584,7),(4534,18607,7),(4535,18614,7),(4536,18616,7),(4537,18617,7),(4538,18716,7),(4539,18842,7),(4540,19556,7),(4541,19561,7),(4542,19579,7),(4543,19627,7),(4544,19792,7),(4545,15037,7),(4546,14649,7),(4547,15070,7),(4548,16577,7),(4549,17485,7),(4550,17553,7),(4551,17769,7),(4552,18843,7),(4553,14270,7),(4554,14359,7),(4555,14407,7),(4556,14409,7),(4557,14592,7),(4558,14957,7),(4559,15465,7),(4560,15654,7),(4561,16007,7),(4562,16878,7),(4563,16967,7),(4564,16968,7),(4565,17029,7),(4566,17558,7),(4567,17559,7),(4568,17562,7),(4569,17675,7),(4570,17698,7),(4571,18212,7),(4572,18210,7),(4573,18211,7),(4574,18223,7),(4575,18224,7),(4576,18307,7),(4577,18245,7),(4578,18411,7),(4579,19304,7),(4580,14366,7),(4581,14716,7),(4582,16868,7),(4583,17182,7),(4584,17205,7),(4585,17305,7),(4586,17326,7),(4587,17349,7),(4588,17390,7),(4589,17796,7),(4590,18025,7),(4591,18315,7),(4592,20026,7),(4593,14250,7),(4594,14472,7),(4595,14473,7),(4596,14621,7),(4597,14622,7),(4598,14654,7),(4599,15810,7),(4600,15971,7),(4601,15995,7),(4602,16024,7),(4603,16451,7),(4604,16808,7),(4605,17176,7),(4606,17216,7),(4607,17359,7),(4608,18331,7),(4609,18337,7),(4610,18625,7),(4611,18714,7),(4612,19283,7),(4613,19286,7),(4614,19484,7),(4615,19521,7),(4616,19560,7),(4617,20056,7),(4618,20029,7),(4619,20028,7),(4620,14637,7),(4621,19284,7),(4622,16083,7),(4623,18443,7),(4624,16268,7),(4625,16646,7),(4626,16442,7),(4627,16086,7),(4628,18442,7),(4629,16439,7),(4630,20046,7),(4631,14452,7),(4632,15816,7),(4633,16440,7),(4634,18441,7),(4635,16091,7),(4636,16137,7),(4637,16140,7),(4638,16041,7),(4639,16042,7),(4640,16066,7),(4641,15004,7),(4642,18578,7),(4643,16052,7),(4644,18440,7),(4645,15960,7),(4646,18017,7),(4647,17222,7),(4648,16822,7),(4649,19285,7),(4650,19786,7),(4651,14202,7),(4652,14480,7),(4653,14363,7),(4654,14372,7),(4655,14402,7),(4656,14526,7),(4657,14169,7),(4658,14588,7),(4659,14598,7),(4660,14614,7),(4661,14745,7),(4662,14776,7),(4663,14777,7),(4664,14824,7),(4665,14842,7),(4666,14962,7),(4667,15042,7),(4668,15243,7),(4669,15990,7),(4670,16017,7),(4671,16036,7),(4672,15988,7),(4673,16138,7),(4674,16139,7),(4675,16420,7),(4676,16599,7),(4677,16618,7),(4678,16753,7),(4679,16799,7),(4680,16828,7),(4681,16814,7),(4682,16997,7),(4683,17104,7),(4684,17156,7),(4685,17497,7),(4686,17545,7),(4687,17755,7),(4688,18271,7),(4689,18309,7),(4690,18370,7),(4691,18438,7),(4692,18633,7),(4693,18845,7),(4694,19000,7),(4695,19319,7),(4696,19522,7),(4697,19527,7),(4698,14685,7),(4699,20040,7),(4700,20045,7),(4701,20163,7),(4702,20162,7),(4703,20169,7),(4704,20166,7),(4705,20161,7),(4706,20167,7),(4707,20168,7),(4708,20165,7),(4709,20173,7),(4710,20172,7),(4711,20164,7),(4712,20171,7),(4713,20170,7),(4714,16118,7),(4715,16550,7),(4716,17190,7),(4717,14772,7),(4718,14773,7),(4719,14612,7),(4720,14701,7),(4721,14725,7),(4722,15241,7),(4723,15727,7),(4724,16057,7),(4725,16068,7),(4726,16093,7),(4727,16453,7),(4728,16546,7),(4729,17354,7),(4730,17683,7),(4731,18629,7),(4732,18812,7),(4733,19320,7),(4734,19557,7),(4735,19575,7),(4736,20033,7),(4737,15318,7),(4738,18794,7),(4739,18792,7),(4740,18206,7),(4741,16510,7),(4742,16424,7),(4743,18793,7),(4744,14602,7),(4745,14645,7),(4746,16592,7),(4747,15315,7),(4748,16430,7),(4749,14610,7),(4750,16431,7),(4751,16432,7),(4752,15319,7),(4753,14599,7),(4754,17351,7),(4755,17352,7),(4756,16471,7),(4757,16473,7),(4758,16474,7),(4759,16472,7),(4760,16475,7),(4761,18787,7),(4762,18785,7),(4763,18786,7),(4764,18783,7),(4765,18784,7),(4766,16015,7),(4767,16854,7),(4768,16855,7),(4769,17555,7),(4770,17556,7),(4771,14835,7),(4772,14954,7),(4773,15045,7),(4774,15143,7),(4775,15487,7),(4776,15522,7),(4777,15957,7),(4778,16514,7),(4779,16526,7),(4780,16529,7),(4781,16597,7),(4782,16636,7),(4783,16652,7),(4784,16782,7),(4785,16791,7),(4786,16985,7),(4787,16992,7),(4788,17053,7),(4789,17363,7),(4790,18225,7),(4791,18606,7),(4792,19291,7),(4793,19638,7),(4794,19690,7),(4795,19691,7),(4796,19721,7),(4797,14446,7),(4798,14518,7),(4799,14524,7),(4800,14661,7),(4801,14992,7),(4802,16006,7),(4803,16053,7),(4804,16074,7),(4805,16110,7),(4806,16425,7),(4807,16437,7),(4808,16494,7),(4809,16511,7),(4810,16826,7),(4811,16834,7),(4812,16866,7),(4813,16994,7),(4814,17049,7),(4815,17117,7),(4816,17482,7),(4817,18009,7),(4818,18038,7),(4819,18583,7),(4820,18834,7),(4821,18982,7),(4822,19377,7),(4823,19516,7),(4824,19514,7),(4825,19683,7),(4826,14445,7),(4827,14969,7),(4828,15317,7),(4829,15320,7),(4830,15397,7),(4831,16586,7),(4832,17754,7),(4833,16519,7),(4834,18980,7),(4835,16208,7),(4836,14750,7),(4837,14483,7),(4838,16399,7),(4839,19795,7),(4840,16513,7),(4841,16512,7),(4842,16070,7),(4843,15983,7),(4844,20041,7),(4845,16803,7),(4846,14367,7),(4847,15525,7),(4848,19682,7),(4849,14966,7),(4850,18704,7),(4851,18062,7),(4852,17294,7),(4853,18402,7),(4854,15711,7),(4855,18018,7),(4856,16556,7),(4857,16544,7),(4858,16008,7),(4859,15986,7),(4860,16988,7),(4861,16954,7),(4862,16121,7),(4863,18600,7),(4864,14349,7),(4865,14370,7),(4866,14444,7),(4867,14467,7),(4868,14503,7),(4869,14522,7),(4870,14525,7),(4871,14565,7),(4872,14616,7),(4873,14618,7),(4874,14642,7),(4875,14644,7),(4876,14652,7),(4877,14660,7),(4878,14692,7),(4879,14694,7),(4880,14713,7),(4881,14715,7),(4882,14785,7),(4883,14792,7),(4884,14799,7),(4885,14840,7),(4886,14849,7),(4887,14850,7),(4888,14998,7),(4889,15083,7),(4890,15145,7),(4891,15232,7),(4892,15240,7),(4893,15246,7),(4894,15598,7),(4895,15729,7),(4896,15730,7),(4897,15769,7),(4898,15784,7),(4899,15789,7),(4900,15815,7),(4901,15972,7),(4902,16013,7),(4903,16030,7),(4904,16230,7),(4905,16398,7),(4906,16579,7),(4907,16573,7),(4908,16615,7),(4909,16632,7),(4910,16633,7),(4911,16752,7),(4912,16771,7),(4913,16798,7),(4914,16823,7),(4915,16869,7),(4916,16963,7),(4917,16966,7),(4918,17005,7),(4919,17025,7),(4920,17050,7),(4921,17062,7),(4922,17146,7),(4923,17327,7),(4924,17350,7),(4925,17483,7),(4926,17518,7),(4927,17546,7),(4928,17575,7),(4929,17591,7),(4930,17680,7),(4931,17681,7),(4932,17682,7),(4933,17697,7),(4934,17703,7),(4935,17704,7),(4936,17757,7),(4937,17768,7),(4938,17774,7),(4939,18037,7),(4940,18060,7),(4941,18117,7),(4942,18118,7),(4943,18207,7),(4944,18209,7),(4945,18220,7),(4946,18227,7),(4947,18281,7),(4948,18316,7),(4949,18330,7),(4950,18579,7),(4951,18596,7),(4952,18630,7),(4953,18779,7),(4954,18841,7),(4955,18990,7),(4956,18999,7),(4957,19334,7),(4958,19369,7),(4959,19373,7),(4960,19374,7),(4961,19375,7),(4962,19400,7),(4963,19533,7),(4964,19562,7),(4965,19565,7),(4966,19566,7),(4967,19569,7),(4968,19576,7),(4969,19577,7),(4970,19625,7),(4971,16113,7),(4972,14466,7),(4973,16417,7),(4974,17047,7),(4975,14354,7),(4976,19789,7),(4977,15819,7),(4978,16173,7),(4979,19305,7),(4980,16055,7),(4981,18268,7),(4982,14997,7),(4983,19318,7),(4984,16483,7),(4985,17219,7),(4986,19363,7),(4987,16400,7),(4988,15817,7),(4989,19791,7),(4990,17118,7),(4991,15985,7),(4992,18516,7),(4993,14353,7),(4994,17024,7),(4995,18450,7),(4996,16570,7),(4997,17486,7),(4998,16144,7),(4999,17147,7),(5000,19631,7),(5001,19359,7),(5002,18451,7),(5003,17371,7),(5004,16111,7),(5005,19790,7),(5006,19317,7),(5007,16464,7),(5008,15544,7),(5009,16542,7),(5010,15818,7),(5011,18258,7),(5012,17119,7),(5013,16554,7),(5014,17370,7),(5015,17048,7),(5016,16466,7),(5017,17372,7),(5018,14695,7),(5019,14697,7),(5020,15965,7),(5021,16018,7),(5022,16019,7),(5023,16020,7),(5024,16021,7),(5025,16773,7),(5026,16880,7),(5027,16959,7),(5028,17060,7),(5029,17221,7),(5030,18214,7),(5031,18213,7),(5032,18593,7),(5033,14993,7),(5034,14578,7),(5035,14448,7),(5036,14620,7),(5037,14714,7),(5038,14786,7),(5039,14825,7),(5040,14774,7),(5041,14775,7),(5042,15038,7),(5043,15234,7),(5044,15484,7),(5045,15517,7),(5046,15521,7),(5047,15531,7),(5048,15695,7),(5049,15780,7),(5050,19396,7),(5051,15996,7),(5052,16058,7),(5053,16171,7),(5054,16640,7),(5055,17223,7),(5056,17362,7),(5057,17480,7),(5058,18204,7),(5059,18034,7),(5060,18247,7),(5061,18634,7),(5062,18755,7),(5063,14167,7),(5064,14168,7),(5065,18839,7),(5066,18983,7),(5067,19423,7),(5068,15043,7),(5069,16421,7),(5070,17333,7),(5071,14350,7),(5072,14594,7),(5073,14595,7),(5074,14798,7),(5075,14996,7),(5076,14999,7),(5077,15068,7),(5078,15073,7),(5079,15524,7),(5080,16040,7),(5081,16045,7),(5082,16096,7),(5083,15655,7),(5084,17021,7),(5085,17064,7),(5086,17159,7),(5087,17358,7),(5088,18007,7),(5089,18027,7),(5090,18031,7),(5091,18300,7),(5092,18587,7),(5093,18632,7),(5094,18814,7),(5095,18833,7),(5096,19294,7),(5097,19564,7),(5098,20025,7),(5099,20031,7),(5100,16445,7),(5101,16506,7),(5102,16507,7),(5103,16583,7),(5104,16846,7),(5105,17165,7),(5106,17540,7),(5107,17654,7),(5108,17660,7),(5109,17666,7),(5110,18256,7),(5111,18314,7),(5112,18371,7),(5113,18991,7),(5114,18014,7),(5115,16552,7),(5116,14251,7),(5117,14255,7),(5118,14287,7),(5119,14357,7),(5120,14442,7),(5121,14628,7),(5122,14631,7),(5123,14651,7),(5124,14700,7),(5125,15237,7),(5126,15401,7),(5127,15529,7),(5128,15541,7),(5129,15546,7),(5130,15629,7),(5131,16010,7),(5132,16229,7),(5133,16441,7),(5134,16462,7),(5135,16485,7),(5136,16501,7),(5137,16505,7),(5138,16543,7),(5139,16564,7),(5140,16584,7),(5141,17153,7),(5142,17217,7),(5143,17368,7),(5144,17385,7),(5145,17488,7),(5146,17506,7),(5147,17712,7),(5148,18215,7),(5149,18618,7),(5150,18838,7),(5151,19804,7),(5152,20039,7),(5153,14590,7),(5154,14657,7),(5155,15415,7),(5156,15959,7),(5157,16426,7),(5158,16493,7),(5159,16548,7),(5160,16800,7),(5161,16833,7),(5162,16993,7),(5163,17151,7),(5164,18046,7),(5165,18259,7),(5166,18430,7),(5167,17304,7),(5168,14548,7),(5169,19630,7),(5170,14629,7),(5171,18840,7),(5172,15991,7),(5173,16081,7),(5174,16864,7),(5175,19681,7),(5176,17168,7),(5177,16956,7),(5178,18846,7),(5179,19684,7),(5180,14826,7),(5181,17489,7),(5182,18709,7),(5183,15547,7),(5184,17100,7),(5185,14443,7),(5186,14479,7),(5187,14502,7),(5188,14573,7),(5189,14787,7),(5190,15258,7),(5191,16136,7),(5192,16134,7),(5193,16174,7),(5194,16450,7),(5195,16575,7),(5196,16589,7),(5197,16651,7),(5198,16787,7),(5199,16827,7),(5200,17063,7),(5201,17579,7),(5202,17706,7),(5203,18010,7),(5204,18302,7),(5205,18817,7),(5206,19381,7),(5207,19399,7),(5208,14254,7),(5209,14351,7),(5210,14352,7),(5211,14355,7),(5212,14365,7),(5213,14457,7),(5214,14471,7),(5215,14549,7),(5216,14623,7),(5217,14624,7),(5218,14625,7),(5219,14626,7),(5220,14648,7),(5221,14664,7),(5222,14690,7),(5223,14734,7),(5224,14737,7),(5225,14784,7),(5226,14793,7),(5227,14794,7),(5228,14797,7),(5229,14830,7),(5230,14848,7),(5231,14955,7),(5232,14958,7),(5233,15096,7),(5234,15148,7),(5235,15347,7),(5236,15348,7),(5237,15345,7),(5238,15346,7),(5239,15421,7),(5240,15528,7),(5241,16049,7),(5242,16206,7),(5243,16211,7),(5244,16212,7),(5245,16213,7),(5246,16397,7),(5247,16476,7),(5248,16580,7),(5249,16585,7),(5250,16594,7),(5251,16595,7),(5252,16645,7),(5253,16830,7),(5254,16953,7),(5255,16961,7),(5256,17034,7),(5257,17035,7),(5258,17073,7),(5259,17166,7),(5260,17167,7),(5261,17302,7),(5262,17331,7),(5263,17332,7),(5264,17360,7),(5265,17481,7),(5266,17544,7),(5267,17550,7),(5268,17554,7),(5269,18030,7),(5270,18032,7),(5271,18216,7),(5272,18222,7),(5273,18290,7),(5274,18313,7),(5275,18595,7),(5276,18678,7),(5277,18701,7),(5278,18708,7),(5279,18788,7),(5280,18789,7),(5281,18800,7),(5282,18801,7),(5283,18844,7),(5284,18848,7),(5285,20034,7),(5286,20037,7),(5287,20038,7),(5288,20036,7),(5289,17018,7),(5290,14576,7),(5291,14600,7),(5292,15696,7),(5293,15987,7),(5294,16402,7),(5295,16520,7),(5296,18589,7),(5297,14527,7),(5298,15098,7),(5299,18303,7),(5300,15142,7),(5301,16038,7),(5302,14781,7),(5303,14782,7),(5304,16407,7),(5305,17560,7),(5306,14405,7),(5307,14960,7),(5308,14170,7),(5309,14406,7),(5310,14812,7),(5311,17778,7),(5312,14404,7),(5313,14699,7),(5314,14362,7),(5315,14481,7),(5316,14504,7),(5317,14582,7),(5318,14662,7),(5319,14683,7),(5320,14704,7),(5321,14707,7),(5322,14708,7),(5323,14723,7),(5324,14764,7),(5325,14832,7),(5326,15067,7),(5327,15111,7),(5328,15210,7),(5329,15313,7),(5330,15480,7),(5331,15956,7),(5332,15993,7),(5333,16014,7),(5334,16073,7),(5335,16141,7),(5336,16170,7),(5337,16169,7),(5338,16209,7),(5339,16877,7),(5340,16995,7),(5341,17105,7),(5342,17160,7),(5343,17375,7),(5344,17773,7),(5345,18244,7),(5346,18318,7),(5347,18577,7),(5348,18778,7),(5349,18984,7),(5350,19289,7),(5351,19380,7),(5352,19519,7),(5353,19558,7),(5354,19626,7),(5355,14412,7),(5356,14449,7),(5357,14575,7),(5358,14603,7),(5359,14727,7),(5360,14746,7),(5361,14963,7),(5362,14967,7),(5363,14968,7),(5364,14980,7),(5365,14994,7),(5366,14995,7),(5367,15003,7),(5368,15036,7),(5369,16470,7),(5370,16480,7),(5371,16484,7),(5372,16517,7),(5373,16551,7),(5374,16590,7),(5375,16591,7),(5376,16772,7),(5377,16786,7),(5378,16829,7),(5379,16832,7),(5380,17095,7),(5381,17123,7),(5382,17124,7),(5383,17125,7),(5384,17126,7),(5385,17127,7),(5386,17128,7),(5387,17143,7),(5388,17149,7),(5389,17287,7),(5390,17288,7),(5391,17289,7),(5392,17587,7),(5393,17588,7),(5394,17684,7),(5395,17685,7),(5396,17686,7),(5397,17687,7),(5398,17688,7),(5399,17689,7),(5400,17691,7),(5401,17695,7),(5402,17696,7),(5403,17771,7),(5404,17772,7),(5405,18045,7),(5406,18047,7),(5407,18061,7),(5408,18218,7),(5409,18255,7),(5410,18270,7),(5411,18295,7),(5412,18296,7),(5413,18297,7),(5414,18312,7),(5415,18319,7),(5416,18590,7),(5417,18599,7),(5418,18631,7),(5419,18782,7),(5420,18796,7),(5421,18799,7),(5422,18802,7),(5423,18830,7),(5424,19366,7),(5425,19372,7),(5426,19398,7),(5427,19401,7),(5428,19513,7),(5429,19515,7),(5430,19787,7),(5431,19794,7),(5432,14288,7),(5433,14286,7),(5434,14347,7),(5435,14239,7),(5436,14408,7),(5437,14453,7),(5438,14454,7),(5439,14515,7),(5440,14574,7),(5441,14597,7),(5442,14663,7),(5443,14682,7),(5444,14684,7),(5445,14693,7),(5446,14743,7),(5447,14748,7),(5448,14159,7),(5449,14160,7),(5450,14161,7),(5451,15402,7),(5452,15466,7),(5453,15532,7),(5454,15549,7),(5455,15650,7),(5456,15651,7),(5457,15653,7),(5458,15963,7),(5459,15989,7),(5460,15828,7),(5461,16069,7),(5462,16076,7),(5463,16404,7),(5464,14162,7),(5465,14163,7),(5466,14164,7),(5467,16495,7),(5468,16498,7),(5469,16502,7),(5470,16457,7),(5471,16456,7),(5472,16541,7),(5473,16547,7),(5474,16454,7),(5475,16848,7),(5476,16867,7),(5477,16467,7),(5478,16879,7),(5479,17091,7),(5480,17092,7),(5481,17178,7),(5482,17214,7),(5483,17478,7),(5484,18217,7),(5485,18269,7),(5486,18294,7),(5487,18582,7),(5488,18594,7),(5489,18603,7),(5490,18981,7),(5491,19314,7),(5492,19364,7),(5493,19382,7),(5494,14166,7),(5495,19391,7),(5496,19531,7),(5497,20024,7),(5498,20054,7),(5499,14356,7),(5500,14630,7),(5501,16491,7),(5502,16455,7),(5503,14627,7),(5504,14165,7),(5505,14619,7),(5506,14484,7),(5507,16150,7),(5508,19788,7),(5509,16490,7),(5510,16528,7),(5511,17487,7),(5512,15312,7),(5513,14519,7),(5514,15321,7),(5515,15473,7),(5516,16382,7),(5517,16465,7),(5518,17652,7),(5519,20042,7),(5520,16524,7),(5521,16527,7),(5522,17653,7),(5523,20043,7),(5524,16700,7),(5525,16875,7),(5526,16991,7),(5527,20044,7),(5528,17066,7),(5529,17090,7),(5530,17107,7),(5531,15069,7),(5532,18234,7),(5533,18242,7),(5534,18452,7),(5535,18592,7),(5536,18816,7),(5537,18835,7),(5538,16872,7),(5539,15966,7),(5540,16500,7),(5541,17225,7),(5542,18585,7),(5543,14252,7),(5544,14337,7),(5545,14348,7),(5546,14368,7),(5547,14413,7),(5548,14423,7),(5549,14424,7),(5550,14425,7),(5551,14468,7),(5552,14516,7),(5553,14724,7),(5554,14726,7),(5555,14729,7),(5556,14730,7),(5557,14731,7),(5558,14732,7),(5559,14733,7),(5560,14735,7),(5561,14736,7),(5562,14738,7),(5563,14740,7),(5564,14741,7),(5565,14742,7),(5566,14751,7),(5567,14752,7),(5568,14753,7),(5569,14754,7),(5570,14755,7),(5571,14759,7),(5572,14763,7),(5573,15479,7),(5574,16009,7),(5575,16054,7),(5576,16112,7),(5577,16172,7),(5578,16207,7),(5579,16401,7),(5580,16443,7),(5581,16458,7),(5582,16459,7),(5583,16460,7),(5584,16461,7),(5585,16463,7),(5586,16468,7),(5587,16469,7),(5588,16477,7),(5589,16478,7),(5590,16479,7),(5591,16481,7),(5592,16482,7),(5593,16487,7),(5594,16488,7),(5595,16489,7),(5596,16496,7),(5597,16497,7),(5598,16499,7),(5599,16503,7),(5600,16521,7),(5601,16522,7),(5602,16523,7),(5603,16525,7),(5604,16533,7),(5605,16534,7),(5606,16536,7),(5607,16537,7),(5608,16540,7),(5609,16545,7),(5610,16549,7),(5611,16555,7),(5612,16561,7),(5613,16565,7),(5614,16566,7),(5615,16567,7),(5616,16568,7),(5617,16569,7),(5618,16593,7),(5619,16711,7),(5620,16805,7),(5621,16806,7),(5622,16809,7),(5623,16811,7),(5624,16856,7),(5625,16876,7),(5626,16960,7),(5627,16962,7),(5628,16987,7),(5629,16989,7),(5630,16990,7),(5631,17045,7),(5632,17046,7),(5633,17067,7),(5634,17086,7),(5635,17088,7),(5636,17093,7),(5637,17096,7),(5638,17116,7),(5639,17120,7),(5640,17121,7),(5641,17122,7),(5642,17129,7),(5643,17141,7),(5644,17142,7),(5645,17145,7),(5646,17161,7),(5647,17213,7),(5648,17329,7),(5649,17330,7),(5650,17353,7),(5651,17377,7),(5652,17492,7),(5653,17505,7),(5654,17517,7),(5655,17543,7),(5656,17548,7),(5657,18041,7),(5658,18230,7),(5659,18231,7),(5660,18232,7),(5661,18233,7),(5662,18401,7),(5663,18410,7),(5664,18448,7),(5665,18598,7),(5666,18635,7),(5667,19335,7),(5668,19633,7),(5669,20027,7),(5670,20048,7),(5671,14596,7),(5672,16133,7),(5673,16428,7),(5674,16444,7),(5675,16531,7),(5676,17023,7),(5677,17157,7),(5678,17549,7),(5679,19632,7),(5680,14358,7),(5681,14361,7),(5682,14507,7),(5683,14508,7),(5684,14791,7),(5685,15076,7),(5686,15110,7),(5687,15379,7),(5688,15464,7),(5689,15781,7),(5690,19395,7),(5691,16080,7),(5692,16176,7),(5693,16210,7),(5694,16262,7),(5695,16378,7),(5696,16486,7),(5697,16508,7),(5698,16790,7),(5699,16840,7),(5700,16964,7),(5701,17020,7),(5702,17033,7),(5703,17043,7),(5704,17044,7),(5705,17162,7),(5706,17179,7),(5707,17184,7),(5708,17185,7),(5709,17186,7),(5710,17191,7),(5711,17292,7),(5712,17293,7),(5713,17369,7),(5714,17373,7),(5715,17479,7),(5716,17657,7),(5717,18205,7),(5718,18700,7),(5719,18702,7),(5720,18989,7),(5721,19003,7),(5722,19512,7),(5723,19568,7),(5724,19609,7),(5725,19636,7),(5726,19685,7),(5727,19724,7),(5728,19785,7),(5729,14509,7),(5730,14510,7),(5731,14511,7),(5732,15527,7),(5733,15800,7),(5734,15962,7),(5735,16560,7),(5736,16699,7),(5737,17089,7),(5738,17300,7),(5739,17297,7),(5740,19688,7),(5741,19686,7),(5742,15526,7),(5743,16797,7),(5744,17299,7),(5745,17298,7),(5746,18707,7),(5747,15131,7),(5748,16804,7),(5749,17094,7),(5750,18004,7),(5751,18774,7),(5752,17763,7),(5753,18725,7),(5754,15463,7),(5755,17761,7),(5756,14827,7),(5757,18119,7),(5758,19361,7),(5759,15174,7),(5760,15545,7),(5761,17775,7),(5762,17101,7),(5763,18728,7),(5764,17102,7),(5765,19362,7),(5766,20030,7),(5767,14341,7),(5768,14158,7),(5769,14364,7),(5770,14371,7),(5771,14411,7),(5772,14447,7),(5773,14450,7),(5774,14451,7),(5775,14455,7),(5776,14456,7),(5777,14505,7),(5778,14512,7),(5779,14517,7),(5780,14550,7),(5781,14552,7),(5782,14577,7),(5783,14591,7),(5784,14593,7),(5785,14604,7),(5786,14613,7),(5787,14638,7),(5788,14640,7),(5789,14639,7),(5790,14641,7),(5791,14650,7),(5792,14653,7),(5793,14659,7),(5794,14691,7),(5795,14696,7),(5796,14702,7),(5797,14705,7),(5798,14706,7),(5799,14712,7),(5800,14717,7),(5801,14722,7),(5802,14739,7),(5803,14747,7),(5804,14749,7),(5805,14795,7),(5806,14796,7),(5807,14801,7),(5808,14829,7),(5809,14956,7),(5810,14961,7),(5811,14965,7),(5812,15001,7),(5813,15002,7),(5814,15033,7),(5815,15071,7),(5816,15075,7),(5817,15084,7),(5818,15102,7),(5819,15103,7),(5820,15129,7),(5821,15147,7),(5822,15235,7),(5823,15242,7),(5824,15247,7),(5825,15309,7),(5826,15310,7),(5827,15403,7),(5828,15467,7),(5829,15481,7),(5830,15482,7),(5831,15530,7),(5832,15543,7),(5833,15548,7),(5834,15631,7),(5835,15632,7),(5836,15656,7),(5837,15657,7),(5838,15708,7),(5839,15710,7),(5840,15731,7),(5841,15768,7),(5842,15796,7),(5843,15807,7),(5844,15808,7),(5845,15809,7),(5846,15953,7),(5847,15958,7),(5848,15974,7),(5849,15975,7),(5850,15982,7),(5851,15984,7),(5852,16025,7),(5853,16026,7),(5854,16027,7),(5855,16037,7),(5856,16039,7),(5857,16043,7),(5858,16044,7),(5859,16050,7),(5860,16051,7),(5861,16056,7),(5862,16067,7),(5863,16082,7),(5864,16116,7),(5865,16117,7),(5866,16142,7),(5867,16175,7),(5868,16261,7),(5869,16265,7),(5870,16379,7),(5871,16380,7),(5872,16381,7),(5873,16403,7),(5874,16405,7),(5875,16406,7),(5876,16416,7),(5877,16422,7),(5878,16427,7),(5879,16433,7),(5880,16447,7),(5881,16504,7),(5882,16509,7),(5883,16532,7),(5884,16559,7),(5885,16571,7),(5886,16598,7),(5887,16616,7),(5888,16631,7),(5889,16641,7),(5890,16647,7),(5891,16648,7),(5892,16649,7),(5893,16748,7),(5894,16807,7),(5895,16821,7),(5896,17296,7),(5897,16824,7),(5898,16849,7),(5899,16850,7),(5900,16851,7),(5901,16852,7),(5902,16853,7),(5903,16957,7),(5904,16958,7),(5905,16969,7),(5906,16970,7),(5907,16986,7),(5908,17019,7),(5909,17022,7),(5910,17051,7),(5911,17052,7),(5912,17055,7),(5913,17057,7),(5914,17061,7),(5915,17065,7),(5916,17087,7),(5917,17114,7),(5918,17140,7),(5919,17155,7),(5920,17169,7),(5921,17173,7),(5922,17183,7),(5923,17192,7),(5924,17215,7),(5925,17218,7),(5926,17224,7),(5927,17290,7),(5928,17301,7),(5929,17295,7),(5930,17306,7),(5931,17376,7),(5932,17542,7),(5933,17547,7),(5934,17551,7),(5935,17557,7),(5936,17561,7),(5937,17679,7),(5938,17690,7),(5939,17705,7),(5940,17753,7),(5941,17758,7),(5942,18008,7),(5943,18016,7),(5944,18179,7),(5945,18221,7),(5946,18241,7),(5947,18243,7),(5948,18260,7),(5949,18261,7),(5950,18262,7),(5951,18263,7),(5952,18265,7),(5953,18264,7),(5954,18266,7),(5955,18267,7),(5956,18301,7),(5957,18246,7),(5958,18320,7),(5959,18407,7),(5960,18409,7),(5961,18439,7),(5962,18580,7),(5963,18591,7),(5964,18608,7),(5965,18609,7),(5966,18624,7),(5967,18626,7),(5968,18697,7),(5969,18703,7),(5970,18705,7),(5971,18706,7),(5972,18710,7),(5973,18713,7),(5974,18780,7),(5975,18803,7),(5976,18804,7),(5977,18805,7),(5978,18806,7),(5979,18808,7),(5980,18810,7),(5981,18828,7),(5982,18829,7),(5983,18837,7),(5984,19005,7),(5985,19290,7),(5986,19313,7),(5987,19315,7),(5988,19321,7),(5989,19376,7),(5990,19383,7),(5991,19384,7),(5992,19385,7),(5993,19386,7),(5994,19387,7),(5995,19402,7),(5996,19403,7),(5997,19440,7),(5998,19441,7),(5999,19442,7),(6000,19443,7),(6001,19485,7),(6002,19517,7),(6003,19532,7),(6004,19559,7),(6005,19563,7),(6006,19580,7),(6007,19607,7),(6008,19608,7),(6009,19634,7),(6010,19689,7),(6011,18292,7),(6012,19799,7),(6013,20035,7),(6014,20047,7),(6015,14470,7),(6016,15770,7),(6017,16607,7),(6018,15086,7),(6019,15169,7),(6020,18756,7),(6021,16122,7),(6022,19360,7),(6023,18726,7),(6024,13580,7),(6025,18760,7),(6026,17608,7),(6027,18757,7),(6028,14257,7),(6029,18257,7),(6030,15820,7),(6031,15023,7),(6032,18367,7),(6033,19743,7),(6034,18426,7),(6035,19739,7),(6036,16434,7),(6037,18759,7),(6038,18758,7),(6039,19736,7),(6040,18425,7),(6041,15425,7),(6042,15554,7),(6043,17597,7),(6044,14259,7),(6045,17604,7),(6046,17603,7),(6047,16538,7),(6048,16539,7),(6049,19741,7),(6050,19750,7),(6051,19111,7),(6052,19735,7),(6053,19035,7),(6054,14984,7),(6055,14232,7),(6056,14608,7),(6057,14231,7),(6058,14841,7),(6059,14233,7),(6060,19745,7),(6061,17366,7),(6062,15074,7),(6063,19120,7),(6064,15122,7),(6065,17590,4),(6066,19292,4),(6067,17809,4),(6068,17426,4),(6069,17130,4),(6070,18532,4),(6071,18542,4),(6072,18538,4),(6073,17389,4),(6074,16979,4),(6075,17821,4),(6076,17823,4),(6077,17342,4),(6078,18528,4),(6079,17382,4),(6080,17788,4),(6081,18042,4),(6082,18282,4),(6083,18695,4),(6084,18537,4),(6085,18082,4),(6086,18085,4),(6087,17993,4),(6088,19331,4),(6089,18081,4),(6090,18084,4),(6091,17344,4),(6092,18334,4),(6093,18336,4),(6094,18333,4),(6095,17188,4),(6096,19583,4),(6097,18340,4),(6098,17232,4),(6099,17233,4),(6100,17461,4),(6101,17462,4),(6102,17460,4),(6103,17458,4),(6104,17457,4),(6105,17463,4),(6106,17459,4),(6107,15424,4),(6108,18831,4),(6109,15588,4),(6110,15574,4),(6111,19208,4),(6112,15405,4),(6113,17640,4),(6114,16845,4),(6115,16274,4),(6116,16275,4),(6117,14984,4),(6118,18832,4),(6119,15576,4),(6120,17745,4),(6121,14841,4),(6122,16079,4),(6123,16770,4),(6124,15778,4),(6125,16643,4),(6126,15601,4),(6127,19491,4),(6128,17017,4),(6129,18964,4),(6130,18971,4),(6131,18965,4),(6132,15146,4),(6133,15801,4),(6134,15804,4),(6135,15805,4),(6136,13708,4),(6137,14238,4),(6138,14215,4),(6139,14217,4),(6140,14216,4),(6141,17030,4),(6142,19511,4),(6143,16765,4),(6144,14395,4),(6145,17396,4),(6146,14461,4),(6147,15575,4),(6148,17641,4),(6149,17595,4),(6150,16276,4),(6151,15577,4),(6152,16177,4),(6153,18391,4),(6154,14258,4),(6155,14256,4),(6156,17799,4),(6157,17596,4),(6158,17598,4),(6159,15570,4),(6160,19207,4),(6161,17594,4),(6162,17602,4),(6163,17731,4),(6164,14340,4),(6165,17606,4),(6166,15571,4),(6167,17607,4),(6168,15351,4),(6169,15578,4),(6170,16775,4),(6171,16163,4),(6172,15569,4),(6173,18403,4),(6174,18080,4),(6175,16205,4),(6176,17605,4),(6177,17400,4),(6178,16377,4),(6179,17718,4),(6180,18482,4),(6181,18404,4),(6182,17600,4),(6183,14335,4),(6184,15567,4),(6185,17610,4),(6186,17618,4),(6187,15030,4),(6188,14831,4),(6189,14556,4),(6190,17533,4),(6191,17402,4),(6192,17395,4),(6193,16224,4),(6194,17401,4),(6195,14244,4),(6196,15626,4),(6197,16751,4),(6198,15981,4),(6199,16749,4),(6200,16750,4),(6201,18306,4),(6202,18304,4),(6203,18305,4),(6204,14341,4),(6205,14158,4),(6206,14364,4),(6207,14371,4),(6208,14411,4),(6209,14447,4),(6210,14450,4),(6211,14451,4),(6212,14455,4),(6213,14456,4),(6214,14505,4),(6215,14512,4),(6216,14517,4),(6217,14550,4),(6218,14552,4),(6219,14577,4),(6220,14591,4),(6221,14593,4),(6222,14604,4),(6223,14613,4),(6224,14638,4),(6225,14640,4),(6226,14639,4),(6227,14641,4),(6228,14650,4),(6229,14653,4),(6230,14659,4),(6231,14691,4),(6232,14696,4),(6233,14702,4),(6234,14705,4),(6235,14706,4),(6236,14712,4),(6237,14717,4),(6238,14722,4),(6239,14739,4),(6240,14747,4),(6241,14749,4),(6242,14795,4),(6243,14796,4),(6244,14801,4),(6245,14829,4),(6246,14956,4),(6247,14961,4),(6248,14965,4),(6249,15001,4),(6250,15002,4),(6251,15033,4),(6252,15071,4),(6253,15075,4),(6254,15084,4),(6255,15102,4),(6256,15103,4),(6257,15129,4),(6258,15147,4),(6259,15235,4),(6260,15242,4),(6261,15247,4),(6262,15309,4),(6263,15310,4),(6264,15403,4),(6265,15467,4),(6266,15481,4),(6267,15482,4),(6268,15530,4),(6269,15543,4),(6270,15548,4),(6271,15631,4),(6272,15632,4),(6273,15656,4),(6274,15657,4),(6275,15708,4),(6276,15710,4),(6277,15731,4),(6278,15768,4),(6279,15796,4),(6280,15807,4),(6281,15808,4),(6282,15809,4),(6283,15953,4),(6284,15958,4),(6285,15974,4),(6286,15975,4),(6287,15982,4),(6288,15984,4),(6289,16025,4),(6290,16026,4),(6291,16027,4),(6292,16037,4),(6293,16039,4),(6294,16043,4),(6295,16044,4),(6296,16050,4),(6297,16051,4),(6298,16056,4),(6299,16067,4),(6300,16082,4),(6301,16116,4),(6302,16117,4),(6303,16142,4),(6304,16175,4),(6305,16261,4),(6306,16265,4),(6307,16379,4),(6308,16380,4),(6309,16381,4),(6310,16403,4),(6311,16405,4),(6312,16406,4),(6313,16416,4),(6314,16422,4),(6315,16427,4),(6316,16433,4),(6317,16447,4),(6318,16504,4),(6319,16509,4),(6320,16532,4),(6321,16559,4),(6322,16571,4),(6323,16598,4),(6324,16616,4),(6325,16631,4),(6326,16641,4),(6327,16647,4),(6328,16648,4),(6329,16649,4),(6330,16748,4),(6331,16807,4),(6332,16821,4),(6333,17296,4),(6334,16824,4),(6335,16849,4),(6336,16850,4),(6337,16851,4),(6338,16852,4),(6339,16853,4),(6340,16957,4),(6341,16958,4),(6342,16969,4),(6343,16970,4),(6344,16986,4),(6345,17019,4),(6346,17022,4),(6347,17051,4),(6348,17052,4),(6349,17055,4),(6350,17057,4),(6351,17061,4),(6352,17065,4),(6353,17087,4),(6354,17114,4),(6355,17140,4),(6356,17155,4),(6357,17169,4),(6358,17173,4),(6359,17183,4),(6360,17192,4),(6361,17215,4),(6362,17217,4),(6363,17218,4),(6364,17224,4),(6365,17290,4),(6366,17301,4),(6367,17295,4),(6368,17306,4),(6369,17376,4),(6370,17542,4),(6371,17547,4),(6372,17551,4),(6373,17557,4),(6374,17561,4),(6375,17679,4),(6376,17690,4),(6377,17705,4),(6378,17753,4),(6379,17758,4),(6380,18008,4),(6381,18016,4),(6382,18179,4),(6383,18221,4),(6384,18241,4),(6385,18243,4),(6386,18260,4),(6387,18261,4),(6388,18262,4),(6389,18263,4),(6390,18265,4),(6391,18264,4),(6392,18266,4),(6393,18267,4),(6394,18301,4),(6395,18246,4),(6396,18320,4),(6397,18407,4),(6398,18409,4),(6399,18439,4),(6400,18580,4),(6401,18591,4),(6402,18608,4),(6403,18609,4),(6404,18624,4),(6405,18626,4),(6406,18697,4),(6407,18703,4),(6408,18705,4),(6409,18706,4),(6410,18710,4),(6411,18713,4),(6412,18780,4),(6413,18803,4),(6414,18804,4),(6415,18805,4),(6416,18806,4),(6417,18808,4),(6418,18810,4),(6419,18828,4),(6420,18829,4),(6421,18837,4),(6422,19005,4),(6423,19290,4),(6424,19313,4),(6425,19315,4),(6426,19321,4),(6427,19376,4),(6428,19383,4),(6429,19384,4),(6430,19385,4),(6431,19386,4),(6432,19387,4),(6433,19402,4),(6434,19403,4),(6435,19440,4),(6436,19441,4),(6437,19442,4),(6438,19443,4),(6439,19485,4),(6440,19517,4),(6441,19532,4),(6442,19559,4),(6443,19563,4),(6444,19580,4),(6445,19607,4),(6446,19608,4),(6447,19634,4),(6448,19689,4),(6449,18292,4),(6450,19799,4),(6451,20035,4),(6452,20047,4),(6453,26565,4),(6454,26566,4),(6455,26567,4),(6456,26568,4),(6457,26569,4),(6458,18088,7),(6459,15596,7),(6460,14558,7),(6461,18327,7),(6462,20079,7),(6463,19727,7),(6464,16862,7),(6465,19728,7),(6466,16836,7),(6467,16446,7),(6468,16838,7),(6469,16837,7),(6470,15697,7),(6471,15597,7),(6472,15699,7),(6473,15698,7),(6474,18605,7),(6475,15107,7),(6476,15124,7),(6477,16435,7),(6478,14765,7),(6479,18077,7),(6480,14656,7),(6481,18002,7),(6482,18750,7),(6483,15978,7),(6484,18747,7),(6485,15976,7),(6486,17953,7),(6487,18445,7),(6488,19637,7),(6489,19975,7),(6490,19653,7),(6491,15552,7),(6492,19801,7),(6493,17211,7),(6494,15225,7),(6495,19974,7),(6496,15215,7),(6497,16078,7),(6498,16239,7),(6499,19368,7),(6500,19806,7),(6501,19618,7),(6502,18181,7),(6503,19582,7),(6504,14281,8),(6505,17590,8),(6506,15426,8),(6507,15456,8),(6508,14836,8),(6509,19292,8),(6510,16104,8),(6511,15445,8),(6512,14282,8),(6513,14283,8),(6514,15446,8),(6515,15746,8),(6516,15450,8),(6517,15747,8),(6518,15758,8),(6519,14213,8),(6520,17809,8),(6521,13913,8),(6522,17426,8),(6523,14857,8),(6524,17130,8),(6525,18532,8),(6526,18542,8),(6527,18538,8),(6528,17389,8),(6529,16099,8),(6530,16979,8),(6531,14228,8),(6532,17821,8),(6533,14203,8),(6534,17823,8),(6535,13925,8),(6536,14211,8),(6537,13395,8),(6538,17342,8),(6539,18528,8),(6540,14385,8),(6541,15716,8),(6542,17382,8),(6543,15335,8),(6544,17788,8),(6545,18042,8),(6546,18282,8),(6547,18695,8),(6548,14249,8),(6549,15314,8),(6550,16102,8),(6551,18537,8),(6552,15444,8),(6553,18082,8),(6554,18085,8),(6555,14212,8),(6556,17993,8),(6557,19331,8),(6558,15447,8),(6559,18081,8),(6560,18084,8),(6561,17344,8),(6562,15448,8),(6563,15748,8),(6564,14570,8),(6565,18334,8),(6566,18336,8),(6567,18333,8),(6568,14339,8),(6569,20197,8),(6570,14292,8),(6571,20198,8),(6572,15535,8),(6573,17188,8),(6574,19583,8),(6575,18340,8),(6576,17232,8),(6577,17233,8),(6578,20199,8),(6579,20200,8),(6580,20201,8),(6581,13853,8),(6582,13854,8),(6583,13855,8),(6584,13912,8),(6585,13914,8),(6586,13915,8),(6587,13916,8),(6588,13917,8),(6589,13918,8),(6590,13919,8),(6591,13920,8),(6592,13921,8),(6593,13922,8),(6594,13923,8),(6595,13924,8),(6596,13926,8),(6597,13927,8),(6598,13928,8),(6599,13929,8),(6600,13930,8),(6601,13931,8),(6602,13932,8),(6603,13933,8),(6604,13934,8),(6605,13935,8),(6606,13936,8),(6607,13937,8),(6608,13938,8),(6609,13715,8),(6610,13939,8),(6611,13940,8),(6612,13941,8),(6613,13942,8),(6614,13943,8),(6615,13944,8),(6616,13945,8),(6617,13946,8),(6618,13947,8),(6619,13948,8),(6620,13949,8),(6621,13856,8),(6622,13857,8),(6623,13858,8),(6624,13859,8),(6625,13860,8),(6626,13861,8),(6627,13862,8),(6628,13863,8),(6629,13864,8),(6630,13865,8),(6631,13866,8),(6632,13867,8),(6633,13868,8),(6634,13869,8),(6635,13870,8),(6636,13871,8),(6637,13872,8),(6638,13873,8),(6639,13874,8),(6640,13875,8),(6641,13876,8),(6642,13877,8),(6643,13878,8),(6644,13879,8),(6645,13880,8),(6646,13822,8),(6647,13881,8),(6648,13882,8),(6649,13883,8),(6650,13884,8),(6651,13885,8),(6652,13824,8),(6653,13886,8),(6654,13887,8),(6655,13888,8),(6656,13889,8),(6657,13890,8),(6658,13891,8),(6659,13892,8),(6660,13893,8),(6661,13894,8),(6662,13895,8),(6663,13896,8),(6664,13897,8),(6665,13898,8),(6666,13899,8),(6667,13900,8),(6668,13901,8),(6669,13902,8),(6670,13903,8),(6671,13904,8),(6672,13905,8),(6673,13906,8),(6674,13907,8),(6675,13908,8),(6676,13909,8),(6677,13910,8),(6678,13911,8),(6679,11024,8),(6680,11025,8),(6681,11026,8),(6682,11027,8),(6683,11028,8),(6684,11029,8),(6685,11030,8),(6686,17461,8),(6687,17462,8),(6688,17460,8),(6689,17458,8),(6690,17457,8),(6691,17463,8),(6692,17459,8),(6693,13951,8),(6694,13952,8),(6695,20202,8),(6696,17819,8),(6697,17812,8),(6698,2157,8),(6699,2586,8),(6700,1396,8),(6701,7325,8),(6702,6212,8),(6703,7807,8),(6704,2894,8),(6705,7763,8),(6706,7846,8),(6707,1423,8),(6708,5514,8),(6709,5309,8),(6710,5352,8),(6711,4077,8),(6712,2144,8),(6713,2978,8),(6714,6529,8),(6715,6143,8),(6716,7873,8),(6717,6495,8),(6718,4361,8),(6719,5313,8),(6720,7931,8),(6721,7690,8),(6722,4192,8),(6723,5394,8),(6724,6082,8),(6725,5834,8),(6726,6797,8),(6727,3589,8),(6728,7900,8),(6729,7529,8),(6730,6613,8),(6731,2200,8),(6732,6461,8),(6733,6574,8),(6734,4460,8),(6735,13384,8),(6736,14545,8),(6737,10775,8),(6738,10810,8),(6739,10640,8),(6740,137,8),(6741,9951,8),(6742,189,8),(6743,1004,8),(6744,9952,8),(6745,9953,8),(6746,9954,8),(6747,2433,8),(6748,2413,8),(6749,599,8),(6750,18154,8),(6751,9955,8),(6752,19761,8),(6753,18432,8),(6754,19762,8),(6755,18731,8),(6756,15687,8),(6757,19752,8),(6758,9956,8),(6759,987,8),(6760,7083,8),(6761,1201,8),(6762,487,8),(6763,1117,8),(6764,686,8),(6765,680,8),(6766,9957,8),(6767,19250,8),(6768,19640,8),(6769,19701,8),(6770,19718,8),(6771,18000,8),(6772,16769,8),(6773,18472,8),(6774,19692,8),(6775,17323,8),(6776,19707,8),(6777,18405,8),(6778,18167,8),(6779,17801,8),(6780,18428,8),(6781,15095,8),(6782,16243,8),(6783,18406,8),(6784,16195,8),(6785,19641,8),(6786,19651,8),(6787,19720,8),(6788,16998,8),(6789,17437,8),(6790,15283,8),(6791,17496,8),(6792,19702,8),(6793,16247,8),(6794,19649,8),(6795,17650,8),(6796,16248,8),(6797,19639,8),(6798,17741,8),(6799,10866,8),(6800,9960,8),(6801,9961,8),(6802,9962,8),(6803,9963,8),(6804,9964,8),(6805,9965,8),(6806,9966,8),(6807,9967,8),(6808,9968,8),(6809,5369,8),(6810,5269,8),(6811,6595,8),(6812,7691,8),(6813,7493,8),(6814,605,8),(6815,19738,8),(6816,19742,8),(6817,7443,8),(6818,6425,8),(6819,7013,8),(6820,6222,8),(6821,6320,8),(6822,7628,8),(6823,5209,8),(6824,5174,8),(6825,5167,8),(6826,6206,8),(6827,6980,8),(6828,5166,8),(6829,5164,8),(6830,5205,8),(6831,5233,8),(6832,7827,8),(6833,5232,8),(6834,2043,8),(6835,5907,8),(6836,5112,8),(6837,5156,8),(6838,1355,8),(6839,4710,8),(6840,4799,8),(6841,4655,8),(6842,4630,8),(6843,4870,8),(6844,4671,8),(6845,4800,8),(6846,4656,8),(6847,4678,8),(6848,4676,8),(6849,2003,8),(6850,2001,8),(6851,2148,8),(6852,13325,8),(6853,588,8),(6854,1144,8),(6855,784,8),(6856,505,8),(6857,311,8),(6858,716,8),(6859,531,8),(6860,834,8),(6861,1174,8),(6862,528,8),(6863,931,8),(6864,1253,8),(6865,678,8),(6866,971,8),(6867,1254,8),(6868,820,8),(6869,13326,8),(6870,13327,8),(6871,13328,8),(6872,13329,8),(6873,13330,8),(6874,660,8),(6875,340,8),(6876,990,8),(6877,495,8),(6878,449,8),(6879,858,8),(6880,924,8),(6881,358,8),(6882,1057,8),(6883,571,8),(6884,730,8),(6885,724,8),(6886,668,8),(6887,20098,8),(6888,20096,8),(6889,20102,8),(6890,20101,8),(6891,20100,8),(6892,20099,8),(6893,20105,8),(6894,20104,8),(6895,20097,8),(6896,20103,8),(6897,4183,8),(6898,3086,8),(6899,3354,8),(6900,7844,8),(6901,4666,8),(6902,2408,8),(6903,1717,8),(6904,1775,8),(6905,4411,8),(6906,1941,8),(6907,16245,8),(6908,17498,8),(6909,17379,8),(6910,12243,8),(6911,12356,8),(6912,13251,8),(6913,13036,8),(6914,4464,8),(6915,6247,8),(6916,6813,8),(6917,3667,8),(6918,5503,8),(6919,2294,8),(6920,2908,8),(6921,2965,8),(6922,2607,8),(6923,1583,8),(6924,4476,8),(6925,4721,8),(6926,2251,8),(6927,4711,8),(6928,3840,8),(6929,4722,8),(6930,2450,8),(6931,4725,8),(6932,4395,8),(6933,19619,8),(6934,4614,8),(6935,4618,8),(6936,12069,8),(6937,13007,8),(6938,12852,8),(6939,12844,8),(6940,4190,8),(6941,5545,8),(6942,6712,8),(6943,5422,8),(6944,7434,8),(6945,6711,8),(6946,2568,8),(6947,13040,8),(6948,15434,8),(6949,20010,8),(6950,19001,8),(6951,16271,8),(6952,13331,8),(6953,13332,8),(6954,13333,8),(6955,5699,8),(6956,7438,8),(6957,7429,8),(6958,5944,8),(6959,5626,8),(6960,7864,8),(6961,6346,8),(6962,7528,8),(6963,5284,8),(6964,6776,8),(6965,7400,8),(6966,6303,8),(6967,6253,8),(6968,7249,8),(6969,6208,8),(6970,7817,8),(6971,7233,8),(6972,506,8),(6973,859,8),(6974,416,8),(6975,706,8),(6976,690,8),(6977,288,8),(6978,4965,8),(6979,4963,8),(6980,1420,8),(6981,7483,8),(6982,6715,8),(6983,6594,8),(6984,6616,8),(6985,10481,8),(6986,10893,8),(6987,10384,8),(6988,10386,8),(6989,10307,8),(6990,10239,8),(6991,10996,8),(6992,7796,8),(6993,5737,8),(6994,5358,8),(6995,5356,8),(6996,7288,8),(6997,7287,8),(6998,5750,8),(6999,2283,8),(7000,6641,8),(7001,6267,8),(7002,7938,8),(7003,6312,8),(7004,7939,8),(7005,7398,8),(7006,7382,8),(7007,5919,8),(7008,7761,8),(7009,7394,8),(7010,2898,8),(7011,5819,8),(7012,7784,8),(7013,7786,8),(7014,7787,8),(7015,7785,8),(7016,7788,8),(7017,7789,8),(7018,5738,8),(7019,6640,8),(7020,5289,8),(7021,5504,8),(7022,3032,8),(7023,2334,8),(7024,4219,8),(7025,5270,8),(7026,7301,8),(7027,6888,8),(7028,5511,8),(7029,4248,8),(7030,5510,8),(7031,19183,8),(7032,18621,8),(7033,14101,8),(7034,14189,8),(7035,14191,8),(7036,14193,8),(7037,14195,8),(7038,4169,8),(7039,7454,8),(7040,7193,8),(7041,6228,8),(7042,5744,8),(7043,5485,8),(7044,5484,8),(7045,3830,8),(7046,7830,8),(7047,7832,8),(7048,7491,8),(7049,7828,8),(7050,6418,8),(7051,6227,8),(7052,6284,8),(7053,1497,8),(7054,7481,8),(7055,5814,8),(7056,6345,8),(7057,5378,8),(7058,7113,8),(7059,7825,8),(7060,7114,8),(7061,6927,8),(7062,7378,8),(7063,1971,8),(7064,3290,8),(7065,3967,8),(7066,2407,8),(7067,2879,8),(7068,3186,8),(7069,3193,8),(7070,3137,8),(7071,3538,8),(7072,17819,3),(7073,17812,3),(7074,28774,8),(7075,14281,2),(7076,17590,2),(7077,15426,2),(7078,15456,2),(7079,14836,2),(7080,19292,2),(7081,16104,2),(7082,15445,2),(7083,14282,2),(7084,14283,2),(7085,15446,2),(7086,15746,2),(7087,15450,2),(7088,15747,2),(7089,15758,2),(7090,14213,2),(7091,17809,2),(7092,17426,2),(7093,14857,2),(7094,17130,2),(7095,18532,2),(7096,18542,2),(7097,18538,2),(7098,17389,2),(7099,16099,2),(7100,16979,2),(7101,14228,2),(7102,17821,2),(7103,14203,2),(7104,17823,2),(7105,14211,2),(7106,17342,2),(7107,18528,2),(7108,14385,2),(7109,15716,2),(7110,17382,2),(7111,15335,2),(7112,17788,2),(7113,18042,2),(7114,18282,2),(7115,18695,2),(7116,14249,2),(7117,15314,2),(7118,16102,2),(7119,18537,2),(7120,15444,2),(7121,18082,2),(7122,18085,2),(7123,14212,2),(7124,17993,2),(7125,19331,2),(7126,15447,2),(7127,18081,2),(7128,18084,2),(7129,17344,2),(7130,15448,2),(7131,15748,2),(7132,14570,2),(7133,18334,2),(7134,18336,2),(7135,18333,2),(7136,14339,2),(7137,20197,2),(7138,14292,2),(7139,20198,2),(7140,15535,2),(7141,17188,2),(7142,19583,2),(7143,18340,2),(7144,17232,2),(7145,17233,2),(7146,20199,2),(7147,20200,2),(7148,20201,2),(7149,17461,2),(7150,17462,2),(7151,17460,2),(7152,17458,2),(7153,17457,2),(7154,17463,2),(7155,17459,2),(7156,17819,2),(7157,17812,2),(7158,14545,2),(7159,18154,2),(7160,19761,2),(7161,18432,2),(7162,19762,2),(7163,18731,2),(7164,15687,2),(7165,19752,2),(7166,19250,2),(7167,19640,2),(7168,19701,2),(7169,19718,2),(7170,18000,2),(7171,16769,2),(7172,18472,2),(7173,19692,2),(7174,17323,2),(7175,19707,2),(7176,18405,2),(7177,18167,2),(7178,17801,2),(7179,18428,2),(7180,15095,2),(7181,16243,2),(7182,18406,2),(7183,16195,2),(7184,19641,2),(7185,19651,2),(7186,19720,2),(7187,16998,2),(7188,17437,2),(7189,15283,2),(7190,17496,2),(7191,19702,2),(7192,16247,2),(7193,19649,2),(7194,17650,2),(7195,16248,2),(7196,19639,2),(7197,17741,2),(7198,9960,2),(7199,9962,2),(7200,9963,2),(7201,9964,2),(7202,9965,2),(7203,9966,2),(7204,9967,2),(7205,13385,2),(7206,13386,2),(7207,13387,2),(7208,13388,2),(7209,13389,2),(7210,20098,2),(7211,20096,2),(7212,20102,2),(7213,20101,2),(7214,20100,2),(7215,20099,2),(7216,20105,2),(7217,20104,2),(7218,20097,2),(7219,20103,2),(7220,16245,2),(7221,17498,2),(7222,17379,2),(7223,19619,2),(7224,12266,2),(7225,19586,2),(7226,19585,2),(7227,15472,2),(7228,19584,2),(7229,14245,2),(7230,19621,2),(7231,17776,2),(7232,20202,2),(7233,28775,2),(7234,28776,2),(7235,28777,2),(7236,28778,2),(7237,28779,2),(7238,28780,2),(7239,13206,2),(7240,13172,2),(7241,13239,2),(7242,12681,2),(7243,12386,2),(7244,13139,2),(7245,28783,3),(7246,28782,3),(7247,28783,4),(7248,28782,4),(7249,14281,6),(7250,17590,6),(7251,15426,6),(7252,15456,6),(7253,14836,6),(7254,19292,6),(7255,16104,6),(7256,15445,6),(7257,14282,6),(7258,14283,6),(7259,15446,6),(7260,15746,6),(7261,15450,6),(7262,15747,6),(7263,15758,6),(7264,28783,6),(7265,28782,6),(7266,14213,6),(7267,17809,6),(7268,13913,6),(7269,17426,6),(7270,14857,6),(7271,17130,6),(7272,18532,6),(7273,18542,6),(7274,18538,6),(7275,17389,6),(7276,16099,6),(7277,16979,6),(7278,14228,6),(7279,17821,6),(7280,14203,6),(7281,17823,6),(7282,13925,6),(7283,14211,6),(7284,13395,6),(7285,17342,6),(7286,18528,6),(7287,14385,6),(7288,15716,6),(7289,17382,6),(7290,15335,6),(7291,17788,6),(7292,18042,6),(7293,18282,6),(7294,18695,6),(7295,14249,6),(7296,15314,6),(7297,16102,6),(7298,18537,6),(7299,15444,6),(7300,18082,6),(7301,18085,6),(7302,14212,6),(7303,17993,6),(7304,19331,6),(7305,15447,6),(7306,18081,6),(7307,18084,6),(7308,17344,6),(7309,15448,6),(7310,15748,6),(7311,14570,6),(7312,18334,6),(7313,18336,6),(7314,18333,6),(7315,14339,6),(7316,20197,6),(7317,14292,6),(7318,20198,6),(7319,15535,6),(7320,17188,6),(7321,19583,6),(7322,18340,6),(7323,17232,6),(7324,17233,6),(7325,20199,6),(7326,20200,6),(7327,20201,6),(7328,13853,6),(7329,13854,6),(7330,13855,6),(7331,13912,6),(7332,13914,6),(7333,13915,6),(7334,13916,6),(7335,13917,6),(7336,13918,6),(7337,13919,6),(7338,13920,6),(7339,13921,6),(7340,13922,6),(7341,13923,6),(7342,13924,6),(7343,13926,6),(7344,13927,6),(7345,13928,6),(7346,13929,6),(7347,13930,6),(7348,13931,6),(7349,13932,6),(7350,13933,6),(7351,13934,6),(7352,13935,6),(7353,13936,6),(7354,13937,6),(7355,13938,6),(7356,13715,6),(7357,13939,6),(7358,13940,6),(7359,13941,6),(7360,13942,6),(7361,13943,6),(7362,13944,6),(7363,13945,6),(7364,13946,6),(7365,13947,6),(7366,13948,6),(7367,13949,6),(7368,13856,6),(7369,13857,6),(7370,13858,6),(7371,13859,6),(7372,13860,6),(7373,13861,6),(7374,13862,6),(7375,13863,6),(7376,13864,6),(7377,13865,6),(7378,13866,6),(7379,13867,6),(7380,13868,6),(7381,13869,6),(7382,13870,6),(7383,13871,6),(7384,13872,6),(7385,13873,6),(7386,13874,6),(7387,13875,6),(7388,13876,6),(7389,13877,6),(7390,13878,6),(7391,13879,6),(7392,13880,6),(7393,13822,6),(7394,13881,6),(7395,13882,6),(7396,13883,6),(7397,13884,6),(7398,13885,6),(7399,13824,6),(7400,13886,6),(7401,13887,6),(7402,13888,6),(7403,13889,6),(7404,13890,6),(7405,13891,6),(7406,13892,6),(7407,13893,6),(7408,13894,6),(7409,13895,6),(7410,13896,6),(7411,13897,6),(7412,13898,6),(7413,13899,6),(7414,13900,6),(7415,13901,6),(7416,13902,6),(7417,13903,6),(7418,13904,6),(7419,13905,6),(7420,13906,6),(7421,13907,6),(7422,13908,6),(7423,13909,6),(7424,13910,6),(7425,13911,6),(7426,17461,6),(7427,17462,6),(7428,17460,6),(7429,17458,6),(7430,17457,6),(7431,17463,6),(7432,17459,6),(7433,13951,6),(7434,13952,6),(7435,20202,6),(7436,28775,6),(7437,28776,6),(7438,28777,6),(7439,28778,6),(7440,28779,6),(7441,28780,6),(7442,13384,6),(7443,13385,6),(7444,13386,6),(7445,13387,6),(7446,13388,6),(7447,13389,6),(7448,17819,6),(7449,17812,6),(7450,14545,6),(7451,18154,6),(7452,19761,6),(7453,18432,6),(7454,19762,6),(7455,18731,6),(7456,15687,6),(7457,19752,6),(7458,19250,6),(7459,19640,6),(7460,19701,6),(7461,19718,6),(7462,18000,6),(7463,16769,6),(7464,18472,6),(7465,19692,6),(7466,17323,6),(7467,19707,6),(7468,18405,6),(7469,18167,6),(7470,17801,6),(7471,18428,6),(7472,15095,6),(7473,16243,6),(7474,18406,6),(7475,16195,6),(7476,19641,6),(7477,19651,6),(7478,19720,6),(7479,16998,6),(7480,17437,6),(7481,15283,6),(7482,17496,6),(7483,19702,6),(7484,16247,6),(7485,19649,6),(7486,17650,6),(7487,16248,6),(7488,19639,6),(7489,17741,6),(7490,20098,6),(7491,20096,6),(7492,20102,6),(7493,20101,6),(7494,20100,6),(7495,20099,6),(7496,20105,6),(7497,20104,6),(7498,20097,6),(7499,20103,6),(7500,16245,6),(7501,17498,6),(7502,17379,6),(7503,19619,6),(7504,13206,6),(7505,13172,6),(7506,13239,6),(7507,12681,6),(7508,12386,6),(7509,13139,6),(7510,8049,6),(7511,8646,6),(7512,9147,6),(7513,8336,6),(7514,8393,6),(7515,8553,6),(7516,8111,6),(7517,8883,6),(7518,1397,6),(7519,9082,6),(7520,7968,6),(7521,8066,6),(7522,8959,6),(7523,8119,6),(7524,8595,6),(7525,8395,6),(7526,8174,6),(7527,8651,6),(7528,4666,6),(7529,8650,6),(7530,9117,6),(7531,9144,6),(7532,9107,6),(7533,9116,6),(7534,9143,6),(7535,9094,6),(7536,9093,6),(7537,8229,6),(7538,8008,6),(7539,8559,6),(7540,7040,3),(7541,5720,3),(7542,6632,3),(7543,5572,3),(7544,6526,3),(7545,6527,3),(7546,6538,3); /*!40000 ALTER TABLE `wp_icl_string_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_string_positions` -- DROP TABLE IF EXISTS `wp_icl_string_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_string_positions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `string_id` bigint(20) NOT NULL, `kind` tinyint(4) DEFAULT NULL, `position_in_page` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `string_id` (`string_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_string_positions` -- LOCK TABLES `wp_icl_string_positions` WRITE; /*!40000 ALTER TABLE `wp_icl_string_positions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_string_positions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_string_status` -- DROP TABLE IF EXISTS `wp_icl_string_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_string_status` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `rid` bigint(20) NOT NULL, `string_translation_id` bigint(20) NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `string_translation_id` (`string_translation_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_string_status` -- LOCK TABLES `wp_icl_string_status` WRITE; /*!40000 ALTER TABLE `wp_icl_string_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_string_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_string_translations` -- DROP TABLE IF EXISTS `wp_icl_string_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_string_translations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `string_id` bigint(20) unsigned NOT NULL, `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` tinyint(4) NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, `mo_string` longtext COLLATE utf8mb4_unicode_520_ci, `translator_id` bigint(20) unsigned DEFAULT NULL, `translation_service` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `batch_id` int(11) NOT NULL DEFAULT '0', `translation_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `string_language` (`string_id`,`language`), KEY `status` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=24985 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_string_translations` -- LOCK TABLES `wp_icl_string_translations` WRITE; /*!40000 ALTER TABLE `wp_icl_string_translations` DISABLE KEYS */; INSERT INTO `wp_icl_string_translations` VALUES (1,9,'es',0,NULL,'Éstos fueron agregados a la tabla de traducción de cadenas.',NULL,'',0,'2019-11-07 09:10:05'),(2,10,'es',0,NULL,'Se agregó %d traducción nueva.',NULL,'',0,'2019-11-07 09:10:05'),(3,11,'es',0,NULL,'Se agregaron %d traducciones nuevas.',NULL,'',0,'2019-11-07 09:10:05'),(4,12,'es',0,NULL,'Se actualizó %d traducción.',NULL,'',0,'2019-11-07 09:10:05'),(5,13,'es',0,NULL,'Se actualizaron %d traducciones.',NULL,'',0,'2019-11-07 09:10:05'),(6,14,'es',0,NULL,'Se definieron %s slugs para traducir, pero falta su traducción',NULL,'',0,'2019-11-07 09:10:05'),(7,15,'es',0,NULL,'(original)',NULL,'',0,'2019-11-07 09:10:05'),(8,16,'es',0,NULL,'-- Seleccionar --',NULL,'',0,'2019-11-07 09:10:05'),(9,17,'es',0,NULL,'Archivo .po:',NULL,'',0,'2019-11-07 09:10:05'),(10,18,'es',0,NULL,'Activo',NULL,'',0,'2019-11-07 09:10:05'),(11,19,'es',0,NULL,'Agregar las cadenas seleccionadas.',NULL,'',0,'2019-11-07 09:10:05'),(12,20,'es',0,NULL,'Agregar las traducciones nuevas.',NULL,'',0,'2019-11-07 09:10:05'),(13,21,'es',0,NULL,'Todos',NULL,'',0,'2019-11-07 09:10:05'),(14,22,'es',0,NULL,'Todas las prioridades de traducción',NULL,'',0,'2019-11-07 09:10:05'),(15,23,'es',0,NULL,'Todos los dominios',NULL,'',0,'2019-11-07 09:10:05'),(16,24,'es',0,NULL,'Todas las cadenas',NULL,'',0,'2019-11-07 09:10:05'),(17,25,'es',0,NULL,'Todas las cadenas en %s',NULL,'',0,'2019-11-07 09:10:05'),(18,26,'es',0,NULL,'Casi todos los temas y plugines tienen texto en inglés. Al reducir el control del idioma de la cadena se simplifica y se acorta el proceso de traducción de cadenas.',NULL,'',0,'2019-11-07 09:10:05'),(19,27,'es',0,NULL,'También crear traducciones según el archivo .po.',NULL,'',0,'2019-11-07 09:10:05'),(20,28,'es',0,NULL,'También incluir traducciones',NULL,'',0,'2019-11-07 09:10:05'),(21,29,'es',0,NULL,'¿También detener avisos similares en el futuro?',NULL,'',0,'2019-11-07 09:10:05'),(22,30,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:10:05'),(23,31,'es',0,NULL,'Aplicar estos cambios',NULL,'',0,'2019-11-07 09:10:05'),(24,32,'es',0,NULL,'¿Seguro que desea eliminar estos paquetes?\\nTambién se eliminarán las cadenas y traducciones.',NULL,'',0,'2019-11-07 09:10:05'),(25,33,'es',0,NULL,'¿Está seguro de que desea eliminar estas cadenas?\\nSus traducciones también serán eliminadas.',NULL,'',0,'2019-11-07 09:10:05'),(26,34,'es',0,NULL,'Supone que el idioma original de todas las cadenas es el inglés',NULL,'',0,'2019-11-07 09:10:05'),(27,35,'es',0,NULL,'Registrar las cadenas automáticamente para traducir',NULL,'',0,'2019-11-07 09:10:05'),(28,36,'es',0,NULL,'Descargar traducciones de WordPress automáticamente',NULL,'',0,'2019-11-07 09:10:05'),(29,37,'es',0,NULL,'Registrar automáticamente las cadenas de estos dominios de texto',NULL,'',0,'2019-11-07 09:10:05'),(30,38,'es',0,NULL,'Agregar párrafos automáticamente',NULL,'',0,'2019-11-07 09:10:05'),(31,39,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:10:05'),(32,40,'es',0,NULL,'Cancelar y deshacer los cambios',NULL,'',0,'2019-11-07 09:10:05'),(33,41,'es',0,NULL,'Cambiar el idioma de las cadenas seleccionadas',NULL,'',0,'2019-11-07 09:10:05'),(34,42,'es',0,NULL,'Cambiar la prioridad de traducción de las cadenas seleccionadas',NULL,'',0,'2019-11-07 09:10:05'),(35,43,'es',0,NULL,'Comprobar otros idiomas',NULL,'',0,'2019-11-07 09:10:05'),(36,44,'es',0,NULL,'Elija los campos que desea traducir y pulse el botón \'Aplicar\'. Luego, utilice la <a%s>Traducción de cadenas</a> de WPML para traducirlos.',NULL,'',0,'2019-11-07 09:10:05'),(37,45,'es',0,NULL,'Pulse para activar/desactivar',NULL,'',0,'2019-11-07 09:10:05'),(38,46,'es',0,NULL,'Cerrar',NULL,'',0,'2019-11-07 09:10:05'),(39,47,'es',0,NULL,'Terminada',NULL,'',0,'2019-11-07 09:10:05'),(40,48,'es',0,NULL,'Cadena traducida completamente',NULL,'',0,'2019-11-07 09:10:05'),(41,49,'es',0,NULL,'Configurar',NULL,'',0,'2019-11-07 09:10:05'),(42,50,'es',0,NULL,'Contiene %s cadenas',NULL,'',0,'2019-11-07 09:10:05'),(43,51,'es',0,NULL,'Contexto',NULL,'',0,'2019-11-07 09:10:05'),(44,52,'es',0,NULL,'Convertir en widget multilingüe',NULL,'',0,'2019-11-07 09:10:05'),(45,53,'es',0,NULL,'La conversión a widget multilingüe falló. No se ha especificado una barra lateral.',NULL,'',0,'2019-11-07 09:10:05'),(46,54,'es',0,NULL,'Idioma de origen actual',NULL,'',0,'2019-11-07 09:10:05'),(47,55,'es',0,NULL,'Idioma predeterminado de paquete',NULL,'',0,'2019-11-07 09:10:05'),(48,56,'es',0,NULL,'Eliminar paquetes seleccionados',NULL,'',0,'2019-11-07 09:10:05'),(49,57,'es',0,NULL,'Eliminar las cadenas seleccionadas',NULL,'',0,'2019-11-07 09:10:05'),(50,58,'es',0,NULL,'Descartar todos los avisos',NULL,'',0,'2019-11-07 09:10:05'),(51,59,'es',0,NULL,'Mostrar %d resultados por página',NULL,'',0,'2019-11-07 09:10:05'),(52,60,'es',0,NULL,'Mostrar todos los resultados',NULL,'',0,'2019-11-07 09:10:05'),(53,61,'es',0,NULL,'Mostrar paquetes para esta clase:',NULL,'',0,'2019-11-07 09:10:05'),(54,62,'es',0,NULL,'Mostrando %s–%s de %s',NULL,'',0,'2019-11-07 09:10:05'),(55,63,'es',0,NULL,'Dominio',NULL,'',0,'2019-11-07 09:10:05'),(56,64,'es',0,NULL,'No reutilizar la traducción de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(57,65,'es',0,NULL,'Hecho',NULL,'',0,'2019-11-07 09:10:05'),(58,66,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:05'),(59,67,'es',0,NULL,'Error',NULL,'',0,'2019-11-07 09:10:05'),(60,68,'es',0,NULL,'Error al obtener archivo de traducción. Regrese y vuelva a intentarlo.',NULL,'',0,'2019-11-07 09:10:05'),(61,69,'es',0,NULL,'Error: no se ha seleccionado ninguna cadena.',NULL,'',0,'2019-11-07 09:10:05'),(62,70,'es',0,NULL,'Errores: %s',NULL,'',0,'2019-11-07 09:10:05'),(63,71,'es',0,NULL,'Coincidencia exacta',NULL,'',0,'2019-11-07 09:10:05'),(64,72,'es',0,NULL,'Traducción existente',NULL,'',0,'2019-11-07 09:10:05'),(65,73,'es',0,NULL,'Terminar la búsqueda',NULL,'',0,'2019-11-07 09:10:05'),(66,74,'es',0,NULL,'Exporte las cadenas seleccionadas como un archivo de configuración de WPML que se pueda agregar a temas o plugins.',NULL,'',0,'2019-11-07 09:10:05'),(67,75,'es',0,NULL,'Exportar las cadenas a un archivo .po/.pot',NULL,'',0,'2019-11-07 09:10:05'),(68,76,'es',0,NULL,'No se pudo descargar el archivo de información del idioma.',NULL,'',0,'2019-11-07 09:10:05'),(69,77,'es',0,NULL,'No se pudo descargar el archivo de información del idioma. Regrese y vuelva a intentarlo más tarde.',NULL,'',0,'2019-11-07 09:10:05'),(70,78,'es',0,NULL,'Error al cargar el archivo',NULL,'',0,'2019-11-07 09:10:05'),(71,79,'es',0,NULL,'Archivos ya analizados.',NULL,'',0,'2019-11-07 09:10:05'),(72,80,'es',0,NULL,'Para que el Rastreo de cadenas funcione, la opción',NULL,'',0,'2019-11-07 09:10:05'),(73,81,'es',0,NULL,'Para los componentes de WPML, puede recibir actualizaciones de su %s o de manera automática, después de registrarse en WPML.',NULL,'',0,'2019-11-07 09:10:05'),(74,82,'es',0,NULL,'Color de resaltado para las cadenas',NULL,'',0,'2019-11-07 09:10:05'),(75,83,'es',0,NULL,'Importar',NULL,'',0,'2019-11-07 09:10:05'),(76,84,'es',0,NULL,'Importar/exportar .po',NULL,'',0,'2019-11-07 09:10:05'),(77,85,'es',0,NULL,'Traducción importada',NULL,'',0,'2019-11-07 09:10:05'),(78,86,'es',0,NULL,'En curso',NULL,'',0,'2019-11-07 09:10:05'),(79,87,'es',0,NULL,'En la cesta de traducción',NULL,'',0,'2019-11-07 09:10:05'),(80,88,'es',0,NULL,'Inactivo',NULL,'',0,'2019-11-07 09:10:05'),(81,89,'es',0,NULL,'Incluir traducciones',NULL,'',0,'2019-11-07 09:10:05'),(82,90,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:10:05'),(83,91,'es',0,NULL,'Idioma no válido: %s',NULL,'',0,'2019-11-07 09:10:05'),(84,92,'es',0,NULL,'Valor de seguridad (nonce) no válido',NULL,'',0,'2019-11-07 09:10:05'),(85,93,'es',0,NULL,'Clase',NULL,'',0,'2019-11-07 09:10:05'),(86,94,'es',0,NULL,'Idioma de dominios',NULL,'',0,'2019-11-07 09:10:05'),(87,95,'es',0,NULL,'El idioma de %s es el %s',NULL,'',0,'2019-11-07 09:10:05'),(88,96,'es',0,NULL,'Idiomas de los dominios',NULL,'',0,'2019-11-07 09:10:05'),(89,97,'es',0,NULL,'Cargado',NULL,'',0,'2019-11-07 09:10:05'),(90,98,'es',0,NULL,'Busque las cadenas traducidas y utilice las traducciones para trabajos nuevos',NULL,'',0,'2019-11-07 09:10:05'),(91,99,'es',0,NULL,'Hay un problema con la tabla de Traducción de cadenas de su sitio.',NULL,'',0,'2019-11-07 09:10:05'),(92,100,'es',0,NULL,'En este momento, este problema no está causando complicaciones en la ejecución del sitio, pero puede convertirse en un problema grave en el futuro.',NULL,'',0,'2019-11-07 09:10:05'),(93,101,'es',0,NULL,'El equipo de soporte de WPML sabe como solucionarlo.',NULL,'',0,'2019-11-07 09:10:05'),(94,102,'es',0,NULL,'Agregue un mensaje en el <a href=\"%s\" target=\"_blank\" >hilo de soporte</a> correspondiente y nosotros lo solucionaremos por usted.',NULL,'',0,'2019-11-07 09:10:05'),(95,103,'es',0,NULL,'WPML no puede reemplazar los archivos .mo debido a problemas técnicos en la tabla de la Traducción de cadenas.',NULL,'',0,'2019-11-07 09:10:05'),(96,104,'es',0,NULL,'El equipo de soporte de WPML sabe como solucionarlo.',NULL,'',0,'2019-11-07 09:10:05'),(97,105,'es',0,NULL,'Agregue un mensaje en el <a href=\"%s\" target=\"_blank\" >hilo de soporte</a> correspondiente y nosotros lo solucionaremos por usted.',NULL,'',0,'2019-11-07 09:10:05'),(98,106,'es',0,NULL,'Parámetros faltantes',NULL,'',0,'2019-11-07 09:10:05'),(99,107,'es',0,NULL,'Falta número de versión de traducción.',NULL,'',0,'2019-11-07 09:10:05'),(100,108,'es',0,NULL,'Más opciones',NULL,'',0,'2019-11-07 09:10:05'),(101,109,'es',0,NULL,'Extensión Multibyte String',NULL,'',0,'2019-11-07 09:10:05'),(102,110,'es',0,NULL,'Se requiere la extención Multibyte String para la Traducción de cadenas de WPML.',NULL,'',0,'2019-11-07 09:10:05'),(103,111,'es',0,NULL,'Texto multilingüe',NULL,'',0,'2019-11-07 09:10:05'),(104,112,'es',0,NULL,'Texto arbitrario multilingüe o HTML',NULL,'',0,'2019-11-07 09:10:05'),(105,113,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:05'),(106,114,'es',0,NULL,'Nombre: %s',NULL,'',0,'2019-11-07 09:10:05'),(107,115,'es',0,NULL,'Necesita actualización',NULL,'',0,'2019-11-07 09:10:05'),(108,116,'es',0,NULL,'Nueva traducción',NULL,'',0,'2019-11-07 09:10:05'),(109,117,'es',0,NULL,'Nuevas traducciones (%d)',NULL,'',0,'2019-11-07 09:10:05'),(110,118,'es',0,NULL,'No, seguir mostrando estos mensajes',NULL,'',0,'2019-11-07 09:10:05'),(111,119,'es',0,NULL,'No hay TextDomain',NULL,'',0,'2019-11-07 09:10:05'),(112,120,'es',0,NULL,'No se realizó ninguna acción. Seleccione las cadenas que necesite actualizar o agregar.',NULL,'',0,'2019-11-07 09:10:05'),(113,121,'es',0,NULL,'No se han encontrado opciones. Asegúrese de haber guardado las opciones de tema al menos una vez. <br/>Algunos temas solo las agregan a la tabla de wp_options después de que el usuario las guarda explícitamente en el tema predeterminado.',NULL,'',0,'2019-11-07 09:10:05'),(114,122,'es',0,NULL,'No se han encontrado paquetes',NULL,'',0,'2019-11-07 09:10:05'),(115,123,'es',0,NULL,'No se han encontrado registros',NULL,'',0,'2019-11-07 09:10:05'),(116,124,'es',0,NULL,'No se han encontrado cadenas',NULL,'',0,'2019-11-07 09:10:05'),(117,125,'es',0,NULL,'No se han encontrado cadenas',NULL,'',0,'2019-11-07 09:10:05'),(118,126,'es',0,NULL,'No se ha seleccionado ninguna cadena',NULL,'',0,'2019-11-07 09:10:05'),(119,127,'es',0,NULL,'No se encontraron actualizaciones.',NULL,'',0,'2019-11-07 09:10:05'),(120,128,'es',0,NULL,' El valor nonce no es válido.',NULL,'',0,'2019-11-07 09:10:05'),(121,129,'es',0,NULL,'No cargado',NULL,'',0,'2019-11-07 09:10:05'),(122,130,'es',0,NULL,'No se marcó como \'Terminada\'. Pulse \'Guardar\' para activar.',NULL,'',0,'2019-11-07 09:10:05'),(123,131,'es',0,NULL,'Sin traducir',NULL,'',0,'2019-11-07 09:10:05'),(124,132,'es',0,NULL,'Cantidad de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(125,133,'es',0,NULL,'Opcional',NULL,'',0,'2019-11-07 09:10:05'),(126,134,'es',0,NULL,'Otras opciones:',NULL,'',0,'2019-11-07 09:10:05'),(127,135,'es',0,NULL,'La exportación de PO podría tener defectos. Estamos trabajando para solucionarlo.',NULL,'',0,'2019-11-07 09:10:05'),(128,136,'es',0,NULL,'Administración de paquetes',NULL,'',0,'2019-11-07 09:10:05'),(129,137,'es',0,NULL,'Paquetes',NULL,'',0,'2019-11-07 09:10:05'),(130,138,'es',0,NULL,'Traducción parcial',NULL,'',0,'2019-11-07 09:10:05'),(131,139,'es',0,NULL,'Pendiente de traducción al %s (%d)',NULL,'',0,'2019-11-07 09:10:05'),(132,140,'es',0,NULL,'Consideraciones de funcionamiento',NULL,'',0,'2019-11-07 09:10:05'),(133,141,'es',0,NULL,'Active el plugin CMS Multilingüe de WPML para que funcione la Traducción de cadenas de WPML.',NULL,'',0,'2019-11-07 09:10:05'),(134,142,'es',0,NULL,'Introduzca un dominio.',NULL,'',0,'2019-11-07 09:10:05'),(135,143,'es',0,NULL,'Por favor, seleccione al menos un documento para traducir.',NULL,'',0,'2019-11-07 09:10:05'),(136,144,'es',0,NULL,'Por favor seleccione al menos un idioma al cual traducir.',NULL,'',0,'2019-11-07 09:10:05'),(137,145,'es',0,NULL,'¡Por favor seleccione el archivo .po para cargar!',NULL,'',0,'2019-11-07 09:10:05'),(138,146,'es',0,NULL,'Actualice todos los componente que esté usando.',NULL,'',0,'2019-11-07 09:10:05'),(139,147,'es',0,NULL,'Plugin',NULL,'',0,'2019-11-07 09:10:05'),(140,148,'es',0,NULL,'La entrada \"%s\" será ignorada para %s, porque la traducción ya está en progreso.',NULL,'',0,'2019-11-07 09:10:05'),(141,149,'es',0,NULL,'La entrada \"%s\" será ignorada para %s, porque la traducción está esperando al traductor.',NULL,'',0,'2019-11-07 09:10:05'),(142,150,'es',0,NULL,'Continuar',NULL,'',0,'2019-11-07 09:10:05'),(143,151,'es',0,NULL,'Recrear tablas de caché de BD de TC',NULL,'',0,'2019-11-07 09:10:05'),(144,152,'es',0,NULL,'Recrear las tablas de la caché de Traducción de cadenas cuando estas falten o no sean válidas.',NULL,'',0,'2019-11-07 09:10:05'),(145,153,'es',0,NULL,'Revisar cambios y guardar',NULL,'',0,'2019-11-07 09:10:05'),(146,154,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:10:05'),(147,155,'es',0,NULL,'Guarde lo siguiente en un wpml-config.xml en la raíz de su tema o plugin.',NULL,'',0,'2019-11-07 09:10:05'),(148,156,'es',0,NULL,'Analizar los plugines seleccionados en busca de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(149,157,'es',0,NULL,'Analizar los temas seleccionados en busca de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(150,158,'es',0,NULL,'¡Análisis éxitoso! WPML encontró %s cadenas.',NULL,'',0,'2019-11-07 09:10:05'),(151,159,'es',0,NULL,'Analizando archivo: %s',NULL,'',0,'2019-11-07 09:10:05'),(152,160,'es',0,NULL,'Búsqueda',NULL,'',0,'2019-11-07 09:10:05'),(153,161,'es',0,NULL,'Buscar:',NULL,'',0,'2019-11-07 09:10:05'),(154,162,'es',0,NULL,'Busque tanto en el idioma original como en las traducciones. La búsqueda en las traducciones podría llevar un poco de tiempo.',NULL,'',0,'2019-11-07 09:10:05'),(155,163,'es',0,NULL,'Seleccionar todo',NULL,'',0,'2019-11-07 09:10:05'),(156,164,'es',0,NULL,'Seleccionar todo',NULL,'',0,'2019-11-07 09:10:05'),(157,165,'es',0,NULL,'Seleccionar dominio:',NULL,'',0,'2019-11-07 09:10:05'),(158,166,'es',0,NULL,'Seleccione para qué dominio establecer el idioma:',NULL,'',0,'2019-11-07 09:10:05'),(159,167,'es',0,NULL,'Seleccionar la prioridad de traducción de las cadenas:',NULL,'',0,'2019-11-07 09:10:05'),(160,168,'es',0,NULL,'Seleccionar cadenas dentro del dominio:',NULL,'',0,'2019-11-07 09:10:05'),(161,169,'es',0,NULL,'Seleccione para qué son las cadenas:',NULL,'',0,'2019-11-07 09:10:05'),(162,170,'es',0,NULL,'Seleccione qué cadenas mostrar',NULL,'',0,'2019-11-07 09:10:05'),(163,171,'es',0,NULL,'Enviar para traducir',NULL,'',0,'2019-11-07 09:10:05'),(164,172,'es',0,NULL,'Establecer diferentes slugs en diferentes idiomas para %s.',NULL,'',0,'2019-11-07 09:10:05'),(165,173,'es',0,NULL,'Establecer el idioma de origen de estas cadenas en:',NULL,'',0,'2019-11-07 09:10:05'),(166,174,'es',0,NULL,'Configuraciones guardadas',NULL,'',0,'2019-11-07 09:10:05'),(167,175,'es',0,NULL,'Mostrar solo cadenas que contengan %s',NULL,'',0,'2019-11-07 09:10:05'),(168,176,'es',0,NULL,'Saltar',NULL,'',0,'2019-11-07 09:10:05'),(169,177,'es',0,NULL,'Se omitirá el archivo: %s',NULL,'',0,'2019-11-07 09:10:05'),(170,178,'es',0,NULL,'Traducción de slugs',NULL,'',0,'2019-11-07 09:10:05'),(171,179,'es',0,NULL,'Algunas de las cadenas seleccionadas pertenecen a paquetes. Solo puedes cambiar el idioma de estas cadenas si se seleccionan todas las cadenas del paquete.',NULL,'',0,'2019-11-07 09:10:05'),(172,180,'es',0,NULL,'Algunos temas y plugines no definen adecuadamente el textdomain (segundo argumento) en las llamadas GetText. Cuando usted seleccione esta opción, WPML supondrá que las cadenas que se encuentran en las llamadas GetText de los archivos PHP del tema y plugin deben tener el textdomain con el nombre del tema o plugin.',NULL,'',0,'2019-11-07 09:10:05'),(173,181,'es',0,NULL,'Algunos temas y plugines tienen archivos .mo enormes que tardan mucho tiempo en cargarse. WPML ya conoce las cadenas que se encuentran en estos archivos y carga sólo las cadenas necesarias para mostrar en cada página.',NULL,'',0,'2019-11-07 09:10:05'),(174,182,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:10:05'),(175,183,'es',0,NULL,'Cadena',NULL,'',0,'2019-11-07 09:10:05'),(176,184,'es',0,NULL,'%s permite ver de dónde vienen las cadenas, para que pueda traducirlas de forma precisa.',NULL,'',0,'2019-11-07 09:10:05'),(177,185,'es',0,NULL,'Rastreo de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(178,186,'es',0,NULL,'Necesita analizar los archivos de origen PHP y la salida HTML.',NULL,'',0,'2019-11-07 09:10:05'),(179,187,'es',0,NULL,'Esta característica consume CPU y solo debe ser usada cuando se desarrollan sitios web.',NULL,'',0,'2019-11-07 09:10:05'),(180,188,'es',0,NULL,'Recuerde desactivarla antes de pasar a la producción para evitar problemas de desempeño.',NULL,'',0,'2019-11-07 09:10:05'),(181,189,'es',0,NULL,'Traducción de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(182,190,'es',0,NULL,'Traducción de cadenas',NULL,'',0,'2019-11-07 09:10:05'),(183,191,'es',0,NULL,'Se excluyen las cadenas de todos los dominios de texto',NULL,'',0,'2019-11-07 09:10:05'),(184,192,'es',0,NULL,'Las cadenas de todos los dominios de texto serán registradas automáticamente',NULL,'',0,'2019-11-07 09:10:05'),(185,193,'es',0,NULL,'Cadena sin terminar de traducir',NULL,'',0,'2019-11-07 09:10:05'),(186,194,'es',0,NULL,'Cadenas de plugins',NULL,'',0,'2019-11-07 09:10:05'),(187,195,'es',0,NULL,'Cadenas de los temas',NULL,'',0,'2019-11-07 09:10:05'),(188,196,'es',0,NULL,'Cadenas por página:',NULL,'',0,'2019-11-07 09:10:05'),(189,197,'es',0,NULL,'Traducciones de cadenas actualizadas',NULL,'',0,'2019-11-07 09:10:05'),(190,198,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:10:05'),(191,199,'es',0,NULL,'Operación exitosa',NULL,'',0,'2019-11-07 09:10:05'),(192,200,'es',0,NULL,'Textdomain',NULL,'',0,'2019-11-07 09:10:05'),(193,201,'es',0,NULL,'La base de datos ha sido actualizada.',NULL,'',0,'2019-11-07 09:10:05'),(194,202,'es',0,NULL,'Los campos con fondo de color <span%s>rojo</span> son campos de texto y los campos con fondo de color <span%s>cyan</span> son numéricos.',NULL,'',0,'2019-11-07 09:10:05'),(195,203,'es',0,NULL,'Los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:10:05'),(196,204,'es',0,NULL,'Se procesaron los siguientes archivos:',NULL,'',0,'2019-11-07 09:10:05'),(197,205,'es',0,NULL,'Las cadenas seleccionadas ya pueden ser traducidas utilizando la pantalla de <a%s>traducción de cadenas</a>',NULL,'',0,'2019-11-07 09:10:05'),(198,206,'es',0,NULL,'Tema',NULL,'',0,'2019-11-07 09:10:05'),(199,207,'es',0,NULL,'No hay nada para actualizar ni agregar.',NULL,'',0,'2019-11-07 09:10:05'),(200,208,'es',0,NULL,'No hay nada para traducir.',NULL,'',0,'2019-11-07 09:10:05'),(201,209,'es',0,NULL,'Estos son los segmentos que encontramos en el archivo .po. Revíselas detenidamente. Luego, pulse el botón \'agregar\' o \'cancelar\' %sen la parte inferior de esta pantalla%s. Puede excluir segmentos individuales deseleccionando las casillas que tienen al lado.',NULL,'',0,'2019-11-07 09:10:05'),(202,210,'es',0,NULL,'Actualmente, este dominio contiene las siguientes cadenas:',NULL,'',0,'2019-11-07 09:10:05'),(203,211,'es',0,NULL,'Esta tabla muestra todos los textos administrativos que se encuentran en WPML.',NULL,'',0,'2019-11-07 09:10:05'),(204,212,'es',0,NULL,'Esta actualización incluye %d cadenas nuevas y %d cadenas actualizadas. Puede revisar las cadenas a continuación. Luego, vaya al %s y haga clic en el botón Continuar.',NULL,'',0,'2019-11-07 09:10:05'),(205,213,'es',0,NULL,'Esta actualización incluye %d cadenas nuevas y %d cadenas actualizadas. Puede revisar las cadenas a continuación. Luego, diríjase al <a%s>final de esta página</a> y haga clic en el botón Continuar.',NULL,'',0,'2019-11-07 09:10:05'),(206,214,'es',0,NULL,'Está versión de WPML incluye ajustes nuevos que posibilitarán que el sitio se ejecute mas rápido. Recomendamos cambiar la siguiente configuración, lo cual está todo disponible en WPML-> Localización de temas y plugines. ',NULL,'',0,'2019-11-07 09:10:05'),(207,215,'es',0,NULL,'Este widget está convertido a multilingüe',NULL,'',0,'2019-11-07 09:10:05'),(208,216,'es',0,NULL,'Título:',NULL,'',0,'2019-11-07 09:10:05'),(209,217,'es',0,NULL,'Realizar un seguimiento para ver dónde aparecen las cadenas en el sitio.',NULL,'',0,'2019-11-07 09:10:05'),(210,218,'es',0,NULL,'Traducir entradas personalizadas y slugs de la base de la taxonomía (por medio de la Traducción de cadenas de WPML)',NULL,'',0,'2019-11-07 09:10:05'),(211,219,'es',0,NULL,'Traducir cadenas',NULL,'',0,'2019-11-07 09:10:05'),(212,220,'es',0,NULL,'Traducir cadenas en %s',NULL,'',0,'2019-11-07 09:10:05'),(213,221,'es',0,NULL,'Traduzca cadenas con la Traducción de cadenas y no cargue archivos .mo',NULL,'',0,'2019-11-07 09:10:05'),(214,222,'es',0,NULL,'Traducir los textos de las pantallas de administración »',NULL,'',0,'2019-11-07 09:10:05'),(215,223,'es',0,NULL,'Usuarios de tipos traduciendo: %s',NULL,'',0,'2019-11-07 09:10:05'),(216,224,'es',0,NULL,'Traducción',NULL,'',0,'2019-11-07 09:10:05'),(217,225,'es',0,NULL,'Traducción terminada',NULL,'',0,'2019-11-07 09:10:05'),(218,226,'es',0,NULL,'Traducción terminada',NULL,'',0,'2019-11-07 09:10:05'),(219,227,'es',0,NULL,'La traducción está en curso',NULL,'',0,'2019-11-07 09:10:05'),(220,228,'es',0,NULL,'Memoria de traducción para cadenas',NULL,'',0,'2019-11-07 09:10:05'),(221,229,'es',0,NULL,'Traducción pendiente',NULL,'',0,'2019-11-07 09:10:05'),(222,230,'es',0,NULL,'La traducción requiere ser actualizada.',NULL,'',0,'2019-11-07 09:10:05'),(223,231,'es',0,NULL,'Estado de la traducción:',NULL,'',0,'2019-11-07 09:10:05'),(224,232,'es',0,NULL,'Actualizar ahora',NULL,'',0,'2019-11-07 09:10:05'),(225,233,'es',0,NULL,'La traducción al %s actualizada está disponible',NULL,'',0,'2019-11-07 09:10:05'),(226,234,'es',0,NULL,'Traducciones actualizadas (%d)',NULL,'',0,'2019-11-07 09:10:05'),(227,235,'es',0,NULL,'Usar mi traducción',NULL,'',0,'2019-11-07 09:10:05'),(228,236,'es',0,NULL,'Use textdomains de temas o plugins automáticamente cuando las llamadas gettext no usan una cadena literal.',NULL,'',0,'2019-11-07 09:10:05'),(229,237,'es',0,NULL,'Usar este idioma como el idioma predeterminado para las cadenas nuevas de este dominio',NULL,'',0,'2019-11-07 09:10:05'),(230,238,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:10:05'),(231,239,'es',0,NULL,'WPML Package Translation está habilitado pero no vigente. Requiere <a href=\"%s\">WPML</a>, Traducción de cadenas y Administración de traducción para funcionar.',NULL,'',0,'2019-11-07 09:10:05'),(232,240,'es',0,NULL,'La Traducción de cadenas de WPML está habilitada pero no activa. Primero actualice WPML.',NULL,'',0,'2019-11-07 09:10:05'),(233,241,'es',0,NULL,'La Traducción de cadenas de WPML está habilitada pero no activa. Primero finalice la instalación de WPML.',NULL,'',0,'2019-11-07 09:10:05'),(234,242,'es',0,NULL,'La Traducción de cadenas de WPML enviará todas las cadenas al Editor de traducción avanzado de WPML y a los servicios de traducción que se utilizan.',NULL,'',0,'2019-11-07 09:10:05'),(235,243,'es',0,NULL,'Traducción de WPML',NULL,'',0,'2019-11-07 09:10:05'),(236,244,'es',0,NULL,'La actualización de WPML está incompleta',NULL,'',0,'2019-11-07 09:10:05'),(237,245,'es',0,NULL,'WPML puede registrar cadenas para traducir de manera automática. Esto le permite traducir contenido generado por el usuario con código PHP mínimo.',NULL,'',0,'2019-11-07 09:10:05'),(238,246,'es',0,NULL,'WPML puede ubicar el lugar exacto donde se utilizan las cadenas en las páginas públicas. Al activar esta característica, se habilitará la función \'vista en página\' y facilitará la traducción.',NULL,'',0,'2019-11-07 09:10:05'),(239,247,'es',0,NULL,'WPML no pudo eliminar las cadenas',NULL,'',0,'2019-11-07 09:10:05'),(240,248,'es',0,NULL,'WPML necesita actualizar la base de datos. Esto ayudará a mejorar el desempeño de WPML al obtener las cadenas traducidas.',NULL,'',0,'2019-11-07 09:10:05'),(241,249,'es',0,NULL,'Cuenta de WPML.org',NULL,'',0,'2019-11-07 09:10:05'),(242,250,'es',0,NULL,'En espera del traductor',NULL,'',0,'2019-11-07 09:10:05'),(243,251,'es',0,NULL,'Hemos detectado un problema con algunas tablas en la base de datos. Póngase en contacto con el %ssoporte de WPML%s para solucionar esto.',NULL,'',0,'2019-11-07 09:10:05'),(244,252,'es',0,NULL,'El widget ya está convertido',NULL,'',0,'2019-11-07 09:10:05'),(245,253,'es',0,NULL,'Sí, desactivar estas notificaciones definitivamente',NULL,'',0,'2019-11-07 09:10:05'),(246,254,'es',0,NULL,'Se están ejecutando versiones actualizadas de %s y %s, pero los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:10:05'),(247,255,'es',0,NULL,'Se está ejecutando %s actualizado, pero el siguiente componente no está actualizado:',NULL,'',0,'2019-11-07 09:10:05'),(248,256,'es',0,NULL,'No se puede traducir esta cadena porque no ha sido enviada para traducir a este idioma',NULL,'',0,'2019-11-07 09:10:05'),(249,257,'es',0,NULL,'No puede traducir esta cadena porque ha sido asignada a otro traductor',NULL,'',0,'2019-11-07 09:10:05'),(250,258,'es',0,NULL,'No se pueden agregar paquetes en este idioma a la canasta dado que esta ya contiene entradas, paquetes o cadenas de otro idioma de origen.\\n\\t\\t\\t\\t\\tEnvíe la canasta actual y luego agregue la entrada o elimine las entradas de idiomas diferentes de la canasta actual',NULL,'',0,'2019-11-07 09:10:05'),(251,259,'es',0,NULL,'Ha excluido:',NULL,'',0,'2019-11-07 09:10:05'),(252,260,'es',0,NULL,'Ha sustraído algunos de los textos que ya están traducidos. Las traducciones se perderán.',NULL,'',0,'2019-11-07 09:10:05'),(253,261,'es',0,NULL,'Ha seleccionado cadenas que pertenecen a un paquete. Seleccione todas las cadenas del paquete afectado o deseleccione estas cadenas.',NULL,'',0,'2019-11-07 09:10:05'),(254,262,'es',0,NULL,'Usted incluyó: ',NULL,'',0,'2019-11-07 09:10:05'),(255,263,'es',0,NULL,'Su sitio se puede ejecutar más rápido',NULL,'',0,'2019-11-07 09:10:05'),(256,264,'es',0,NULL,'Con esta configuración su sitio no funcionará como debería.',NULL,'',0,'2019-11-07 09:10:05'),(257,265,'es',0,NULL,'y otros',NULL,'',0,'2019-11-07 09:10:05'),(258,266,'es',0,NULL,'final de la página',NULL,'',0,'2019-11-07 09:10:05'),(259,267,'es',0,NULL,'editar',NULL,'',0,'2019-11-07 09:10:05'),(260,268,'es',0,NULL,'nuevo',NULL,'',0,'2019-11-07 09:10:05'),(261,269,'es',0,NULL,'no hay',NULL,'',0,'2019-11-07 09:10:05'),(262,270,'es',0,NULL,'Seleccionar uno existente',NULL,'',0,'2019-11-07 09:10:05'),(263,271,'es',0,NULL,'traducciones',NULL,'',0,'2019-11-07 09:10:05'),(264,272,'es',0,NULL,'vista en página',NULL,'',0,'2019-11-07 09:10:05'),(265,273,'es',0,NULL,'vista en fuente',NULL,'',0,'2019-11-07 09:10:05'),(266,274,'es',0,NULL,'fue desactivada automáticamente. Para volver a activarla, vaya a WPML-> Localización de temas y plugines.',NULL,'',0,'2019-11-07 09:10:05'),(267,275,'es',0,NULL,'hace %1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:12'),(268,276,'es',0,NULL,'%d fila afectada.',NULL,'',0,'2019-11-07 09:10:12'),(269,277,'es',0,NULL,'%d filas afectadas.',NULL,'',0,'2019-11-07 09:10:12'),(270,278,'es',0,NULL,'%s El proceso de actualización de la base de datos se está ejecutando en segundo plano.',NULL,'',0,'2019-11-07 09:10:12'),(271,279,'es',0,NULL,'%s imágenes seleccionadas',NULL,'',0,'2019-11-07 09:10:12'),(272,280,'es',0,NULL,'Ajustes de %s',NULL,'',0,'2019-11-07 09:10:12'),(273,281,'es',0,NULL,'%s El proceso de actualización de la base de datos está ahora completo. ¡Gracias por actualizar a la última versión!',NULL,'',0,'2019-11-07 09:10:12'),(274,282,'es',0,NULL,'%s La base de datos de tu sitio necesita actualizarse a la última versión.',NULL,'',0,'2019-11-07 09:10:12'),(275,283,'es',0,NULL,'%s está desactivado',NULL,'',0,'2019-11-07 09:10:12'),(276,284,'es',0,NULL,'%s ha tomado posesión de la página y está editando. ¿Deseas tomar posesión de ésta página y editarla?',NULL,'',0,'2019-11-07 09:10:12'),(277,285,'es',0,NULL,'← Volver al editor de WordPress',NULL,'',0,'2019-11-07 09:10:12'),(278,286,'es',0,NULL,'(más…)',NULL,'',0,'2019-11-07 09:10:12'),(279,287,'es',0,NULL,'(sin título)',NULL,'',0,'2019-11-07 09:10:12'),(280,288,'es',0,NULL,'(abre en una nueva ventana)',NULL,'',0,'2019-11-07 09:10:12'),(281,289,'es',0,NULL,'<a href=\"%s\" target=\"_blank\">Haz clic aquí</a> para diagnosticarlo',NULL,'',0,'2019-11-07 09:10:12'),(282,290,'es',0,NULL,'<strong>Importante:</strong> Es altamente recomendado que realices una <a target=\"_blank\" href=\"%s\">copia de seguridad de tu base de datos</a> antes de utilizar el reemplazo de URL.',NULL,'',0,'2019-11-07 09:10:12'),(283,291,'es',0,NULL,'Sobre Elementor',NULL,'',0,'2019-11-07 09:10:12'),(284,292,'es',0,NULL,'Absoluto',NULL,'',0,'2019-11-07 09:10:12'),(285,293,'es',0,NULL,'Acento',NULL,'',0,'2019-11-07 09:10:12'),(286,294,'es',0,NULL,'Texto de acento',NULL,'',0,'2019-11-07 09:10:12'),(287,295,'es',0,NULL,'Accede a más de 1.500 fantásticos iconos de Font Awesome 5 y disfruta de un rendimiento más rápido y flexibilidad de diseño.',NULL,'',0,'2019-11-07 09:10:12'),(288,296,'es',0,NULL,'Acceso denegado.',NULL,'',0,'2019-11-07 09:10:12'),(289,297,'es',0,NULL,'Acordeón',NULL,'',0,'2019-11-07 09:10:12'),(290,298,'es',0,NULL,'Acordeón #1',NULL,'',0,'2019-11-07 09:10:12'),(291,299,'es',0,NULL,'Acordeón #2',NULL,'',0,'2019-11-07 09:10:12'),(292,300,'es',0,NULL,'Contenido del acordeón',NULL,'',0,'2019-11-07 09:10:12'),(293,301,'es',0,NULL,'Elementos del acordeón',NULL,'',0,'2019-11-07 09:10:12'),(294,302,'es',0,NULL,'Título del acordeón',NULL,'',0,'2019-11-07 09:10:12'),(295,303,'es',0,NULL,'Acción no encontrada.',NULL,'',0,'2019-11-07 09:10:12'),(296,304,'es',0,NULL,'Acciones',NULL,'',0,'2019-11-07 09:10:12'),(297,305,'es',0,NULL,'Color activo',NULL,'',0,'2019-11-07 09:10:12'),(298,306,'es',0,NULL,'Icono activo',NULL,'',0,'2019-11-07 09:10:12'),(299,307,'es',0,NULL,'Añadir %s',NULL,'',0,'2019-11-07 09:10:12'),(300,308,'es',0,NULL,'Añadir un elemento',NULL,'',0,'2019-11-07 09:10:12'),(301,309,'es',0,NULL,'Agregar imágenes',NULL,'',0,'2019-11-07 09:10:12'),(302,310,'es',0,NULL,'Agregar elemento',NULL,'',0,'2019-11-07 09:10:12'),(303,311,'es',0,NULL,'Añadir nueva %s',NULL,'',0,'2019-11-07 09:10:12'),(304,312,'es',0,NULL,'Agregar nueva columna',NULL,'',0,'2019-11-07 09:10:12'),(305,313,'es',0,NULL,'Agregar nueva sección',NULL,'',0,'2019-11-07 09:10:12'),(306,314,'es',0,NULL,'Añadir plantilla',NULL,'',0,'2019-11-07 09:10:12'),(307,315,'es',0,NULL,'Añade tus fuentes personalizadas',NULL,'',0,'2019-11-07 09:10:12'),(308,316,'es',0,NULL,'Añade tus iconos personalizados',NULL,'',0,'2019-11-07 09:10:12'),(309,317,'es',0,NULL,'Añade aquí tu texto de cabecera',NULL,'',0,'2019-11-07 09:10:12'),(310,318,'es',0,NULL,'Añadir nofollow',NULL,'',0,'2019-11-07 09:10:12'),(311,319,'es',0,NULL,'Añade plantillas y reutilízalas en toda tu web. Expórtalas e impórtalas fácilmente a cualquier otro proyecto, para un flujo de trabajo óptimo.',NULL,'',0,'2019-11-07 09:10:12'),(312,320,'es',0,NULL,'Agrega tu clase CSS personalizada SIN el punto. Ejemplo: mi-clase',NULL,'',0,'2019-11-07 09:10:12'),(313,321,'es',0,NULL,'Añade tu id personalizado SIN el símbolo de la almohadilla (#). Ej.: my-id',NULL,'',0,'2019-11-07 09:10:12'),(314,322,'es',0,NULL,'Añadidas',NULL,'',0,'2019-11-07 09:10:12'),(315,323,'es',0,NULL,'Opciones adicionales',NULL,'',0,'2019-11-07 09:10:12'),(316,324,'es',0,NULL,'Avanzado',NULL,'',0,'2019-11-07 09:10:12'),(317,325,'es',0,NULL,'Después',NULL,'',0,'2019-11-07 09:10:12'),(318,326,'es',0,NULL,'Alerta',NULL,'',0,'2019-11-07 09:10:12'),(319,327,'es',0,NULL,'Alineación',NULL,'',0,'2019-11-07 09:10:12'),(320,328,'es',0,NULL,'Todo',NULL,'',0,'2019-11-07 09:10:12'),(321,329,'es',0,NULL,'Todo el contenido',NULL,'',0,'2019-11-07 09:10:12'),(322,330,'es',0,NULL,'Todos los iconos',NULL,'',0,'2019-11-07 09:10:12'),(323,331,'es',0,NULL,'Cantidad',NULL,'',0,'2019-11-07 09:10:12'),(324,332,'es',0,NULL,'Se ha producido un error',NULL,'',0,'2019-11-07 09:10:12'),(325,333,'es',0,NULL,'Ancla',NULL,'',0,'2019-11-07 09:10:12'),(326,334,'es',0,NULL,'Retardo de la animación',NULL,'',0,'2019-11-07 09:10:12'),(327,335,'es',0,NULL,'Duración de la animación',NULL,'',0,'2019-11-07 09:10:12'),(328,336,'es',0,NULL,'Velocidad de la animación',NULL,'',0,'2019-11-07 09:10:12'),(329,337,'es',0,NULL,'Cualquier vídeo',NULL,'',0,'2019-11-07 09:10:12'),(330,338,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:10:12'),(331,339,'es',0,NULL,'¿Estás seguro que quieres borrar esta plantilla?',NULL,'',0,'2019-11-07 09:10:12'),(332,340,'es',0,NULL,'¿Estás seguro de querer reinstalar la versión anterior?',NULL,'',0,'2019-11-07 09:10:12'),(333,341,'es',0,NULL,'¿Estás seguro que quieres eliminar esta %s?',NULL,'',0,'2019-11-07 09:10:12'),(334,342,'es',0,NULL,'¿Seguro que deseas restablecer esta galería?',NULL,'',0,'2019-11-07 09:10:12'),(335,343,'es',0,NULL,'Flechas',NULL,'',0,'2019-11-07 09:10:12'),(336,344,'es',0,NULL,'Flechas y puntos',NULL,'',0,'2019-11-07 09:10:12'),(337,345,'es',0,NULL,'Ilustración',NULL,'',0,'2019-11-07 09:10:12'),(338,346,'es',0,NULL,'Como probador de betas, recibirás una actualización que incluye una versión de prueba de Elementor y su contenido directamente por correo electrónico',NULL,'',0,'2019-11-07 09:10:12'),(339,347,'es',0,NULL,'Orden ascendente',NULL,'',0,'2019-11-07 09:10:12'),(340,348,'es',0,NULL,'Minientrada',NULL,'',0,'2019-11-07 09:10:12'),(341,349,'es',0,NULL,'Proporción',NULL,'',0,'2019-11-07 09:10:12'),(342,350,'es',0,NULL,'Leyenda del adjunto',NULL,'',0,'2019-11-07 09:10:12'),(343,351,'es',0,NULL,'Página de adjuntos',NULL,'',0,'2019-11-07 09:10:12'),(344,352,'es',0,NULL,'¡Atención! Al importar se pueden sobrescribir ajustes previos.',NULL,'',0,'2019-11-07 09:10:12'),(345,353,'es',0,NULL,'¡Atención! Vamos a ELIMINAR TODO EL CONTENIDO de esta página. ¿Estás seguro de que quieres hacer eso?',NULL,'',0,'2019-11-07 09:10:12'),(346,354,'es',0,NULL,'Auto-reproducir',NULL,'',0,'2019-11-07 09:10:12'),(347,355,'es',0,NULL,'Velocidad de auto-iniciado',NULL,'',0,'2019-11-07 09:10:12'),(348,356,'es',0,NULL,'Autoguardado',NULL,'',0,'2019-11-07 09:10:12'),(349,357,'es',0,NULL,'Regresar a la biblioteca',NULL,'',0,'2019-11-07 09:10:12'),(350,358,'es',0,NULL,'Volver al editor de WordPress',NULL,'',0,'2019-11-07 09:10:12'),(351,359,'es',0,NULL,'Volver a valores por defecto',NULL,'',0,'2019-11-07 09:10:12'),(352,360,'es',0,NULL,'Fondo',NULL,'',0,'2019-11-07 09:10:12'),(353,361,'es',0,NULL,'Color de fondo',NULL,'',0,'2019-11-07 09:10:12'),(354,362,'es',0,NULL,'Ángulo',NULL,'',0,'2019-11-07 09:10:12'),(355,363,'es',0,NULL,'Adjunto',NULL,'',0,'2019-11-07 09:10:12'),(356,364,'es',0,NULL,'Auto',NULL,'',0,'2019-11-07 09:10:12'),(357,365,'es',0,NULL,'Color de fondo',NULL,'',0,'2019-11-07 09:10:12'),(358,366,'es',0,NULL,'Fondo alternativo',NULL,'',0,'2019-11-07 09:10:12'),(359,367,'es',0,NULL,'Imagen de fondo',NULL,'',0,'2019-11-07 09:10:12'),(360,368,'es',0,NULL,'Tipo de fondo',NULL,'',0,'2019-11-07 09:10:12'),(361,369,'es',0,NULL,'Abajo centro',NULL,'',0,'2019-11-07 09:10:12'),(362,370,'es',0,NULL,'Abajo izquierda',NULL,'',0,'2019-11-07 09:10:12'),(363,371,'es',0,NULL,'Abajo derecha',NULL,'',0,'2019-11-07 09:10:12'),(364,372,'es',0,NULL,'Centro centro',NULL,'',0,'2019-11-07 09:10:12'),(365,373,'es',0,NULL,'Centro izquierda',NULL,'',0,'2019-11-07 09:10:12'),(366,374,'es',0,NULL,'Centro derecha',NULL,'',0,'2019-11-07 09:10:12'),(367,375,'es',0,NULL,'Clásico',NULL,'',0,'2019-11-07 09:10:12'),(368,376,'es',0,NULL,'Color',NULL,'',0,'2019-11-07 09:10:12'),(369,377,'es',0,NULL,'Contiene',NULL,'',0,'2019-11-07 09:10:12'),(370,378,'es',0,NULL,'Abarcar',NULL,'',0,'2019-11-07 09:10:12'),(371,379,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:10:12'),(372,380,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:10:12'),(373,381,'es',0,NULL,'Fijo',NULL,'',0,'2019-11-07 09:10:12'),(374,382,'es',0,NULL,'Degradado',NULL,'',0,'2019-11-07 09:10:12'),(375,383,'es',0,NULL,'Imagen',NULL,'',0,'2019-11-07 09:10:12'),(376,384,'es',0,NULL,'Imágenes',NULL,'',0,'2019-11-07 09:10:12'),(377,385,'es',0,NULL,'Lineal',NULL,'',0,'2019-11-07 09:10:12'),(378,386,'es',0,NULL,'Ubicación',NULL,'',0,'2019-11-07 09:10:12'),(379,387,'es',0,NULL,'No-repetir',NULL,'',0,'2019-11-07 09:10:12'),(380,388,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:10:12'),(381,389,'es',0,NULL,'Radial',NULL,'',0,'2019-11-07 09:10:12'),(382,390,'es',0,NULL,'Repetir',NULL,'',0,'2019-11-07 09:10:12'),(383,391,'es',0,NULL,'Repetir-x',NULL,'',0,'2019-11-07 09:10:12'),(384,392,'es',0,NULL,'Repetir-y',NULL,'',0,'2019-11-07 09:10:12'),(385,393,'es',0,NULL,'Desplazamiento',NULL,'',0,'2019-11-07 09:10:12'),(386,394,'es',0,NULL,'Color secundario',NULL,'',0,'2019-11-07 09:10:12'),(387,395,'es',0,NULL,'Tamaño',NULL,'',0,'2019-11-07 09:10:12'),(388,396,'es',0,NULL,'Pase de diapositivas',NULL,'',0,'2019-11-07 09:10:12'),(389,397,'es',0,NULL,'Arriba centro',NULL,'',0,'2019-11-07 09:10:12'),(390,398,'es',0,NULL,'Arriba izquierda',NULL,'',0,'2019-11-07 09:10:12'),(391,399,'es',0,NULL,'Arriba derecha',NULL,'',0,'2019-11-07 09:10:12'),(392,400,'es',0,NULL,'Tipo',NULL,'',0,'2019-11-07 09:10:12'),(393,401,'es',0,NULL,'Vídeo',NULL,'',0,'2019-11-07 09:10:12'),(394,402,'es',0,NULL,'Enlace del vídeo',NULL,'',0,'2019-11-07 09:10:12'),(395,403,'es',0,NULL,'Ancho',NULL,'',0,'2019-11-07 09:10:12'),(396,404,'es',0,NULL,'Posición X',NULL,'',0,'2019-11-07 09:10:12'),(397,405,'es',0,NULL,'Posición Y',NULL,'',0,'2019-11-07 09:10:12'),(398,406,'es',0,NULL,'Capa de fondo',NULL,'',0,'2019-11-07 09:10:12'),(399,407,'es',0,NULL,'Básico',NULL,'',0,'2019-11-07 09:10:12'),(400,408,'es',0,NULL,'Galería básica',NULL,'',0,'2019-11-07 09:10:12'),(401,409,'es',0,NULL,'Conviértete en probador de betas',NULL,'',0,'2019-11-07 09:10:12'),(402,410,'es',0,NULL,'Conviértete en un usuario Pro para subir ilimitadas carpetas de fuentes de iconos a tu web.',NULL,'',0,'2019-11-07 09:10:12'),(403,411,'es',0,NULL,'Antes',NULL,'',0,'2019-11-07 09:10:12'),(404,412,'es',0,NULL,'Antes de activar la subida de SVG, ten en cuenta que los archivos SVG conllevan un riesgo de seguridad. Elementor realiza un proceso de eliminación de posible código malicioso, pero todavía hay un riesgo inherente al usar estos archivos.',NULL,'',0,'2019-11-07 09:10:12'),(405,413,'es',0,NULL,'Pruebas beta',NULL,'',0,'2019-11-07 09:10:12'),(406,414,'es',0,NULL,'Modo de fusión',NULL,'',0,'2019-11-07 09:10:12'),(407,415,'es',0,NULL,'Bloques',NULL,'',0,'2019-11-07 09:10:12'),(408,416,'es',0,NULL,'Blog',NULL,'',0,'2019-11-07 09:10:12'),(409,417,'es',0,NULL,'Borroso',NULL,'',0,'2019-11-07 09:10:12'),(410,418,'es',0,NULL,'Estilo del cuerpo',NULL,'',0,'2019-11-07 09:10:12'),(411,419,'es',0,NULL,'Texto del cuerpo',NULL,'',0,'2019-11-07 09:10:12'),(412,420,'es',0,NULL,'Borde',NULL,'',0,'2019-11-07 09:10:12'),(413,421,'es',0,NULL,'Color del borde',NULL,'',0,'2019-11-07 09:10:12'),(414,422,'es',0,NULL,'Tipo de borde',NULL,'',0,'2019-11-07 09:10:12'),(415,423,'es',0,NULL,'Color',NULL,'',0,'2019-11-07 09:10:12'),(416,424,'es',0,NULL,'Líneas',NULL,'',0,'2019-11-07 09:10:12'),(417,425,'es',0,NULL,'Punteado',NULL,'',0,'2019-11-07 09:10:12'),(418,426,'es',0,NULL,'Doble',NULL,'',0,'2019-11-07 09:10:12'),(419,427,'es',0,NULL,'Acanaladura',NULL,'',0,'2019-11-07 09:10:12'),(420,428,'es',0,NULL,'Sólido',NULL,'',0,'2019-11-07 09:10:12'),(421,429,'es',0,NULL,'Ancho',NULL,'',0,'2019-11-07 09:10:12'),(422,430,'es',0,NULL,'Radio del borde',NULL,'',0,'2019-11-07 09:10:12'),(423,431,'es',0,NULL,'Ancho del borde',NULL,'',0,'2019-11-07 09:10:12'),(424,432,'es',0,NULL,'Abajo',NULL,'',0,'2019-11-07 09:10:12'),(425,433,'es',0,NULL,'Sombra de caja',NULL,'',0,'2019-11-07 09:10:12'),(426,434,'es',0,NULL,'Recuadro',NULL,'',0,'2019-11-07 09:10:12'),(427,435,'es',0,NULL,'Contorno',NULL,'',0,'2019-11-07 09:10:12'),(428,436,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:10:12'),(429,437,'es',0,NULL,'Caja',NULL,'',0,'2019-11-07 09:10:12'),(430,438,'es',0,NULL,'Traer al frente',NULL,'',0,'2019-11-07 09:10:12'),(431,439,'es',0,NULL,'Botón',NULL,'',0,'2019-11-07 09:10:12'),(432,440,'es',0,NULL,'ID del botón',NULL,'',0,'2019-11-07 09:10:12'),(433,441,'es',0,NULL,'Botón comprar',NULL,'',0,'2019-11-07 09:10:12'),(434,442,'es',0,NULL,'Por',NULL,'',0,'2019-11-07 09:10:12'),(435,443,'es',0,NULL,'Al hacer clic en «Registrarme», aceptas los <a href=\"%1$s\">términos del servicio</a> y la <a href=\"%2$s\">política de privacidad</a> de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(436,444,'es',0,NULL,'Al actualizar, cuando edites una página que contenga un icono de Font Awesome 4, Elementor lo convertirá al nuevo icono de Font Awesome 5.',NULL,'',0,'2019-11-07 09:10:12'),(437,445,'es',0,NULL,'Clases CSS',NULL,'',0,'2019-11-07 09:10:12'),(438,446,'es',0,NULL,'ID de CSS',NULL,'',0,'2019-11-07 09:10:12'),(439,447,'es',0,NULL,'Método de impresión de CSS',NULL,'',0,'2019-11-07 09:10:12'),(440,448,'es',0,NULL,'¿No puedes editar?',NULL,'',0,'2019-11-07 09:10:12'),(441,449,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:10:12'),(442,450,'es',0,NULL,'No puedes borrar esta revisión.',NULL,'',0,'2019-11-07 09:10:12'),(443,451,'es',0,NULL,'No se puede activar el modo seguro',NULL,'',0,'2019-11-07 09:10:12'),(444,452,'es',0,NULL,'Leyenda',NULL,'',0,'2019-11-07 09:10:12'),(445,453,'es',0,NULL,'Categoría',NULL,'',0,'2019-11-07 09:10:12'),(446,454,'es',0,NULL,'Centro',NULL,'',0,'2019-11-07 09:10:12'),(447,455,'es',0,NULL,'Marcando esta casilla desactivarás los colores por defecto de Elementor y hace que Elementor herede los colores de tu tema.',NULL,'',0,'2019-11-07 09:10:12'),(448,456,'es',0,NULL,'Marcando esta casilla desactivarás las fuentes por defecto de Elementor y hace que Elementor herede las fuentes de tu tema.',NULL,'',0,'2019-11-07 09:10:12'),(449,457,'es',0,NULL,'Elegir archivo',NULL,'',0,'2019-11-07 09:10:12'),(450,458,'es',0,NULL,'Seleccionar imagen',NULL,'',0,'2019-11-07 09:10:12'),(451,459,'es',0,NULL,'Escoge modo',NULL,'',0,'2019-11-07 09:10:12'),(452,460,'es',0,NULL,'Selecciona una barra lateral',NULL,'',0,'2019-11-07 09:10:12'),(453,461,'es',0,NULL,'Escoger plantilla',NULL,'',0,'2019-11-07 09:10:12'),(454,462,'es',0,NULL,'Elige el tipo de plantilla',NULL,'',0,'2019-11-07 09:10:12'),(455,463,'es',0,NULL,'Elegir vídeo',NULL,'',0,'2019-11-07 09:10:12'),(456,464,'es',0,NULL,'Elige un archivo JSON de plantilla de Elementor o un archivo .zip de plantillas Elementor y añádelo a la lista de plantillas disponibles en tu biblioteca.',NULL,'',0,'2019-11-07 09:10:12'),(457,465,'es',0,NULL,'Escoge entre el modo próximamente (devolviendo un código HTTP 200) o el modo de mantenimiento (devolviendo un código HTTP 503).',NULL,'',0,'2019-11-07 09:10:12'),(458,466,'es',0,NULL,'Elige los colores que aparecen en el selector de colores del editor. Esto hace que el acceso a los colores que elijas para el sitio sea mucho más fácil.',NULL,'',0,'2019-11-07 09:10:12'),(459,467,'es',0,NULL,'Círculo',NULL,'',0,'2019-11-07 09:10:12'),(460,468,'es',0,NULL,'Vaciar el registro',NULL,'',0,'2019-11-07 09:10:12'),(461,469,'es',0,NULL,'Haz clic <a id=\"beta-tester-first-to-know\" href=\"%s\">aquí</a> para unirte a nuestras noticias por correo electrónico para ser el primero en conocerlas',NULL,'',0,'2019-11-07 09:10:12'),(462,470,'es',0,NULL,'Haz clic aquí',NULL,'',0,'2019-11-07 09:10:12'),(463,471,'es',0,NULL,'Haz clic aquí para una vista previa de la depuración',NULL,'',0,'2019-11-07 09:10:12'),(464,472,'es',0,NULL,'Cerrar',NULL,'',0,'2019-11-07 09:10:12'),(465,473,'es',0,NULL,'Color',NULL,'',0,'2019-11-07 09:10:12'),(466,474,'es',0,NULL,'Paleta de colores',NULL,'',0,'2019-11-07 09:10:12'),(467,475,'es',0,NULL,'Paletas de colores',NULL,'',0,'2019-11-07 09:10:12'),(468,476,'es',0,NULL,'Selector de color',NULL,'',0,'2019-11-07 09:10:12'),(469,477,'es',0,NULL,'Colores',NULL,'',0,'2019-11-07 09:10:12'),(470,478,'es',0,NULL,'Columna',NULL,'',0,'2019-11-07 09:10:12'),(471,479,'es',0,NULL,'Posición de la columna',NULL,'',0,'2019-11-07 09:10:12'),(472,480,'es',0,NULL,'Ancho de la columna',NULL,'',0,'2019-11-07 09:10:12'),(473,481,'es',0,NULL,'Columnas',NULL,'',0,'2019-11-07 09:10:12'),(474,482,'es',0,NULL,'Espacio entre columnas',NULL,'',0,'2019-11-07 09:10:12'),(475,483,'es',0,NULL,'Próximamente',NULL,'',0,'2019-11-07 09:10:12'),(476,484,'es',0,NULL,'Próximamente devuelve un código HTTP 200, lo que significa que el sitio está preparado para ser indexado.',NULL,'',0,'2019-11-07 09:10:12'),(477,485,'es',0,NULL,'Comentarios',NULL,'',0,'2019-11-07 09:10:12'),(478,486,'es',0,NULL,'¡Enhorabuena!',NULL,'',0,'2019-11-07 09:10:12'),(479,487,'es',0,NULL,'Conectar',NULL,'',0,'2019-11-07 09:10:12'),(480,488,'es',0,NULL,'Conectar a Elementor',NULL,'',0,'2019-11-07 09:10:12'),(481,489,'es',0,NULL,'Conectado con éxito.',NULL,'',0,'2019-11-07 09:10:12'),(482,490,'es',0,NULL,'Conectado a Elementor como %s',NULL,'',0,'2019-11-07 09:10:12'),(483,491,'es',0,NULL,'Conexión perdida',NULL,'',0,'2019-11-07 09:10:12'),(484,492,'es',0,NULL,'Contenido',NULL,'',0,'2019-11-07 09:10:12'),(485,493,'es',0,NULL,'Posición del contenido',NULL,'',0,'2019-11-07 09:10:12'),(486,494,'es',0,NULL,'Ancho del contenido',NULL,'',0,'2019-11-07 09:10:12'),(487,495,'es',0,NULL,'Seguir',NULL,'',0,'2019-11-07 09:10:12'),(488,496,'es',0,NULL,'Sigue leyendo',NULL,'',0,'2019-11-07 09:10:12'),(489,497,'es',0,NULL,'Sigue leyendo %s',NULL,'',0,'2019-11-07 09:10:12'),(490,498,'es',0,NULL,'Colores de los controles',NULL,'',0,'2019-11-07 09:10:12'),(491,499,'es',0,NULL,'Título de número',NULL,'',0,'2019-11-07 09:10:12'),(492,500,'es',0,NULL,'Copiar',NULL,'',0,'2019-11-07 09:10:12'),(493,501,'es',0,NULL,'Copiar y pegar información',NULL,'',0,'2019-11-07 09:10:12'),(494,502,'es',0,NULL,'Copiar todo el contenido',NULL,'',0,'2019-11-07 09:10:12'),(495,503,'es',0,NULL,'Copiar estilo',NULL,'',0,'2019-11-07 09:10:12'),(496,504,'es',0,NULL,'Contador',NULL,'',0,'2019-11-07 09:10:12'),(497,505,'es',0,NULL,'Crear',NULL,'',0,'2019-11-07 09:10:12'),(498,506,'es',0,NULL,'Crear página nueva',NULL,'',0,'2019-11-07 09:10:12'),(499,507,'es',0,NULL,'Crear nueva entrada',NULL,'',0,'2019-11-07 09:10:12'),(500,508,'es',0,NULL,'Crear plantilla',NULL,'',0,'2019-11-07 09:10:12'),(501,509,'es',0,NULL,'Crea tu primera %s',NULL,'',0,'2019-11-07 09:10:12'),(502,510,'es',0,NULL,'Crea tu primera página',NULL,'',0,'2019-11-07 09:10:12'),(503,511,'es',0,NULL,'Crea tu primera entrada',NULL,'',0,'2019-11-07 09:10:12'),(504,512,'es',0,NULL,'Creada por',NULL,'',0,'2019-11-07 09:10:12'),(505,513,'es',0,NULL,'Fecha de creación',NULL,'',0,'2019-11-07 09:10:12'),(506,514,'es',0,NULL,'Actual',NULL,'',0,'2019-11-07 09:10:12'),(507,515,'es',0,NULL,'Versión actual',NULL,'',0,'2019-11-07 09:10:12'),(508,516,'es',0,NULL,'Canal de vídeo actual',NULL,'',0,'2019-11-07 09:10:12'),(509,517,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:10:12'),(510,518,'es',0,NULL,'CSS personalizado',NULL,'',0,'2019-11-07 09:10:12'),(511,519,'es',0,NULL,'El CSS personalizado te permite añadir código CSS a cualquier widget, y ver su resultado en vivo a la derecha en el editor.',NULL,'',0,'2019-11-07 09:10:12'),(512,520,'es',0,NULL,'Leyenda personalizada',NULL,'',0,'2019-11-07 09:10:12'),(513,521,'es',0,NULL,'Fuentes personalizadas',NULL,'',0,'2019-11-07 09:10:12'),(514,522,'es',0,NULL,'Las fuentes personalizadas te permiten añadir tus fuentes alojadas y usarlas en tus proyectos Elementor para crear un lenguaje único.',NULL,'',0,'2019-11-07 09:10:12'),(515,523,'es',0,NULL,'Iconos personalizados',NULL,'',0,'2019-11-07 09:10:12'),(516,524,'es',0,NULL,'Posición personalizada',NULL,'',0,'2019-11-07 09:10:12'),(517,525,'es',0,NULL,'URL personalizada',NULL,'',0,'2019-11-07 09:10:12'),(518,526,'es',0,NULL,'Ancho personalizado',NULL,'',0,'2019-11-07 09:10:12'),(519,527,'es',0,NULL,'La posición personalizada no se considera una buena práctica para el diseño web adaptativo y no debería usarse tan frecuentemente.',NULL,'',0,'2019-11-07 09:10:12'),(520,528,'es',0,NULL,'Personalizador',NULL,'',0,'2019-11-07 09:10:12'),(521,529,'es',0,NULL,'Dailymotion',NULL,'',0,'2019-11-07 09:10:12'),(522,530,'es',0,NULL,'Peligro',NULL,'',0,'2019-11-07 09:10:12'),(523,531,'es',0,NULL,'Escritorio',NULL,'',0,'2019-11-07 09:10:12'),(524,532,'es',0,NULL,'M jS',NULL,'',0,'2019-11-07 09:10:12'),(525,533,'es',0,NULL,'Ajustes en el escritorio',NULL,'',0,'2019-11-07 09:10:12'),(526,534,'es',0,NULL,'Linea discontinua',NULL,'',0,'2019-11-07 09:10:12'),(527,535,'es',0,NULL,'Barra de depuración',NULL,'',0,'2019-11-07 09:10:12'),(528,536,'es',0,NULL,'La barra de depuración añade un menú a la barra de administración que lista todas las plantillas que se están usando en la página que se está mostrando.',NULL,'',0,'2019-11-07 09:10:12'),(529,537,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:10:12'),(530,538,'es',0,NULL,'Colores por defecto',NULL,'',0,'2019-11-07 09:10:12'),(531,539,'es',0,NULL,'Fuentes predeterminadas',NULL,'',0,'2019-11-07 09:10:12'),(532,540,'es',0,NULL,'Fuentes genéricas predeterminadas',NULL,'',0,'2019-11-07 09:10:12'),(533,541,'es',0,NULL,'La plantilla de página por defecto de tu tema',NULL,'',0,'2019-11-07 09:10:12'),(534,542,'es',0,NULL,'Vista predeterminada',NULL,'',0,'2019-11-07 09:10:12'),(535,543,'es',0,NULL,'Borrar',NULL,'',0,'2019-11-07 09:10:12'),(536,544,'es',0,NULL,'Borrar %s',NULL,'',0,'2019-11-07 09:10:12'),(537,545,'es',0,NULL,'Eliminar todo el contenido',NULL,'',0,'2019-11-07 09:10:12'),(538,546,'es',0,NULL,'Borrar plantilla',NULL,'',0,'2019-11-07 09:10:12'),(539,547,'es',0,NULL,'Obsoleto',NULL,'',0,'2019-11-07 09:10:12'),(540,548,'es',0,NULL,'Orden descendente',NULL,'',0,'2019-11-07 09:10:12'),(541,549,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:10:12'),(542,550,'es',0,NULL,'Escritorio',NULL,'',0,'2019-11-07 09:10:12'),(543,551,'es',0,NULL,'Dirección',NULL,'',0,'2019-11-07 09:10:12'),(544,552,'es',0,NULL,'Desactivar',NULL,'',0,'2019-11-07 09:10:12'),(545,553,'es',0,NULL,'Desactivar colores por defecto',NULL,'',0,'2019-11-07 09:10:12'),(546,554,'es',0,NULL,'Desactivar fuentes por defecto',NULL,'',0,'2019-11-07 09:10:12'),(547,555,'es',0,NULL,'Desactivar modo seguro',NULL,'',0,'2019-11-07 09:10:12'),(548,556,'es',0,NULL,'Desactivado',NULL,'',0,'2019-11-07 09:10:12'),(549,557,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:10:12'),(550,558,'es',0,NULL,'Desconectar',NULL,'',0,'2019-11-07 09:10:12'),(551,559,'es',0,NULL,'Desconectado con éxito.',NULL,'',0,'2019-11-07 09:10:12'),(552,560,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:10:12'),(553,561,'es',0,NULL,'Botón de descartar',NULL,'',0,'2019-11-07 09:10:12'),(554,562,'es',0,NULL,'Descartar alerta',NULL,'',0,'2019-11-07 09:10:12'),(555,563,'es',0,NULL,'Visualización',NULL,'',0,'2019-11-07 09:10:12'),(556,564,'es',0,NULL,'Mostrar porcentaje',NULL,'',0,'2019-11-07 09:10:12'),(557,565,'es',0,NULL,'Separador',NULL,'',0,'2019-11-07 09:10:12'),(558,566,'es',0,NULL,'¿También quieres importar los ajustes de página de la plantilla?',NULL,'',0,'2019-11-07 09:10:12'),(559,567,'es',0,NULL,'Documentos y preguntas frecuentes',NULL,'',0,'2019-11-07 09:10:12'),(560,568,'es',0,NULL,'Documento',NULL,'',0,'2019-11-07 09:10:12'),(561,569,'es',0,NULL,'Documento no encontrado.',NULL,'',0,'2019-11-07 09:10:12'),(562,570,'es',0,NULL,'Documentación',NULL,'',0,'2019-11-07 09:10:12'),(563,571,'es',0,NULL,'No mostrar de nuevo',NULL,'',0,'2019-11-07 09:10:12'),(564,572,'es',0,NULL,'¡No cuentes únicamente con los iconos de Font Awesome que todos están usando! Diferencia tu web y tu estilo con iconos personalizados que puedes subir desde tu fuente de iconos favorita.',NULL,'',0,'2019-11-07 09:10:12'),(565,573,'es',0,NULL,'Puntos',NULL,'',0,'2019-11-07 09:10:12'),(566,574,'es',0,NULL,'Punteado',NULL,'',0,'2019-11-07 09:10:12'),(567,575,'es',0,NULL,'Doble',NULL,'',0,'2019-11-07 09:10:12'),(568,576,'es',0,NULL,'Botón descarga',NULL,'',0,'2019-11-07 09:10:12'),(569,577,'es',0,NULL,'Descargar la información del sistema',NULL,'',0,'2019-11-07 09:10:12'),(570,578,'es',0,NULL,'Borrador guardado el %1$s por %2$s',NULL,'',0,'2019-11-07 09:10:12'),(571,579,'es',0,NULL,'Arrastrar y soltar',NULL,'',0,'2019-11-07 09:10:12'),(572,580,'es',0,NULL,'Arrastra y suelta tu archivo de plantilla .JSON o .zip',NULL,'',0,'2019-11-07 09:10:12'),(573,581,'es',0,NULL,'Arrastra aquí el widget',NULL,'',0,'2019-11-07 09:10:12'),(574,582,'es',0,NULL,'Bloqueo mayúsculas',NULL,'',0,'2019-11-07 09:10:12'),(575,583,'es',0,NULL,'Duplicar',NULL,'',0,'2019-11-07 09:10:12'),(576,584,'es',0,NULL,'Duplicar %s',NULL,'',0,'2019-11-07 09:10:12'),(577,585,'es',0,NULL,'Duración',NULL,'',0,'2019-11-07 09:10:12'),(578,586,'es',0,NULL,'Dinámico',NULL,'',0,'2019-11-07 09:10:12'),(579,587,'es',0,NULL,'¡Ya está aquí la navegación sencilla!',NULL,'',0,'2019-11-07 09:10:12'),(580,588,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:12'),(581,589,'es',0,NULL,'Editar %s',NULL,'',0,'2019-11-07 09:10:12'),(582,590,'es',0,NULL,'Editar borrador',NULL,'',0,'2019-11-07 09:10:12'),(583,591,'es',0,NULL,'Editar publicado',NULL,'',0,'2019-11-07 09:10:12'),(584,592,'es',0,NULL,'Edita plantilla',NULL,'',0,'2019-11-07 09:10:12'),(585,593,'es',0,NULL,'Editar con Elementor',NULL,'',0,'2019-11-07 09:10:12'),(586,594,'es',0,NULL,'Editada',NULL,'',0,'2019-11-07 09:10:12'),(587,595,'es',0,NULL,'Controladores de edición',NULL,'',0,'2019-11-07 09:10:12'),(588,596,'es',0,NULL,'Edición iniciada',NULL,'',0,'2019-11-07 09:10:12'),(589,597,'es',0,NULL,'¿Cargó correctamente el editor?',NULL,'',0,'2019-11-07 09:10:12'),(590,598,'es',0,NULL,'Efecto',NULL,'',0,'2019-11-07 09:10:12'),(591,599,'es',0,NULL,'Elementor',NULL,'',0,'2019-11-07 09:10:12'),(592,600,'es',0,NULL,'Elementor %s',NULL,'',0,'2019-11-07 09:10:12'),(593,601,'es',0,NULL,'Elementor 2.5 introduce cambios clave para el diseño usando CSS Flexbox. Puede que tus páginas existentes se vean afectadas así que, por favor, revisa tu página antes de publicar.',NULL,'',0,'2019-11-07 09:10:12'),(594,602,'es',0,NULL,'Actualizador de datos de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(595,603,'es',0,NULL,'Depurador de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(596,604,'es',0,NULL,'La biblioteca de Elementor se actualiza diariamente de forma automática. También puedes actualizarla manualmente haciendo clic en el botón de sincronización.',NULL,'',0,'2019-11-07 09:10:12'),(597,605,'es',0,NULL,'Conoce Elementor',NULL,'',0,'2019-11-07 09:10:12'),(598,606,'es',0,NULL,'Elementor te permite ocultar el título de la página. Esto funciona en los temas que tienen el selector «h1.entry-title». Si el selector de tu tema es diferente, por favor, ponlo arriba.',NULL,'',0,'2019-11-07 09:10:12'),(599,607,'es',0,NULL,'Elementor requiere la versión de PHP %s+, el plugin NO ESTÁ ACTIVO en este momento.',NULL,'',0,'2019-11-07 09:10:12'),(600,608,'es',0,NULL,'Elementor requiere la versión %s o superior de WordPress. Debido a que estás usando una versión anterior, actualmente el plugin NO ESTÁ ACTIVO.',NULL,'',0,'2019-11-07 09:10:12'),(601,609,'es',0,NULL,'Elementor 2.6 incluye una actualización desde Font Awesome 4 a 5. Para seguir usando iconos, asegúrate de hacer clic en «Actualizar».',NULL,'',0,'2019-11-07 09:10:12'),(602,610,'es',0,NULL,'Elementor tratará de sanear los archivos SVG, eliminando códigos y scripts potencialmente maliciosos.',NULL,'',0,'2019-11-07 09:10:12'),(603,611,'es',0,NULL,'Nueva biblioteca de iconos de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(604,612,'es',0,NULL,'Elementor.com',NULL,'',0,'2019-11-07 09:10:12'),(605,613,'es',0,NULL,'Elementos',NULL,'',0,'2019-11-07 09:10:12'),(606,614,'es',0,NULL,'Vacío',NULL,'',0,'2019-11-07 09:10:12'),(607,615,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:10:12'),(608,616,'es',0,NULL,'Activar en el editor',NULL,'',0,'2019-11-07 09:10:12'),(609,617,'es',0,NULL,'Activar subidas de SVG',NULL,'',0,'2019-11-07 09:10:12'),(610,618,'es',0,NULL,'Activar modo seguro',NULL,'',0,'2019-11-07 09:10:12'),(611,619,'es',0,NULL,'Fin',NULL,'',0,'2019-11-07 09:10:12'),(612,620,'es',0,NULL,'Tiempo de finalización',NULL,'',0,'2019-11-07 09:10:12'),(613,621,'es',0,NULL,'Número de fin',NULL,'',0,'2019-11-07 09:10:12'),(614,622,'es',0,NULL,'¿Has disfrutado %1$s? Por favor, déjanos una valoración de %2$s. ¡De verdad que agradecemos tu apoyo!',NULL,'',0,'2019-11-07 09:10:12'),(615,623,'es',0,NULL,'Pon el nombre de la plantilla',NULL,'',0,'2019-11-07 09:10:12'),(616,624,'es',0,NULL,'Introduce el selector del elemento padre al que se ajustarán las secciones alargadas (p.ej. #primary / .wrapper / main, etc.). Déjalo en blanco para que se adapte al ancho de página.',NULL,'',0,'2019-11-07 09:10:12'),(617,625,'es',0,NULL,'Introduce el nombre de la plantilla (opcional)',NULL,'',0,'2019-11-07 09:10:12'),(618,626,'es',0,NULL,'Introduce tu URL',NULL,'',0,'2019-11-07 09:10:12'),(619,627,'es',0,NULL,'Introduce tu código',NULL,'',0,'2019-11-07 09:10:12'),(620,628,'es',0,NULL,'Introduce tu descripción',NULL,'',0,'2019-11-07 09:10:12'),(621,629,'es',0,NULL,'Introduce la leyenda de tu imagen',NULL,'',0,'2019-11-07 09:10:12'),(622,630,'es',0,NULL,'Introduce tus URLs antiguas y nuevas para tu instalación de WordPress, para actualizar todos los datos de Elementor (relevante para transferencias de dominio o para moverte a «HTTPS»).',NULL,'',0,'2019-11-07 09:10:12'),(623,631,'es',0,NULL,'Introduce tu shortcode',NULL,'',0,'2019-11-07 09:10:12'),(624,632,'es',0,NULL,'Escribe tu título',NULL,'',0,'2019-11-07 09:10:12'),(625,633,'es',0,NULL,'Animación de entrada',NULL,'',0,'2019-11-07 09:10:12'),(626,634,'es',0,NULL,'Ha ocurrido un error. La versión seleccionada no es válida. Intenta seleccionar una versión diferente.',NULL,'',0,'2019-11-07 09:10:12'),(627,635,'es',0,NULL,'Cada %d minutos',NULL,'',0,'2019-11-07 09:10:12'),(628,636,'es',0,NULL,'Cada %d minutos',NULL,'',0,'2019-11-07 09:10:12'),(629,637,'es',0,NULL,'Extracto',NULL,'',0,'2019-11-07 09:10:12'),(630,638,'es',0,NULL,'Perfiles excluidos',NULL,'',0,'2019-11-07 09:10:12'),(631,639,'es',0,NULL,'Salir al escritorio',NULL,'',0,'2019-11-07 09:10:12'),(632,640,'es',0,NULL,'¿Estás experimentando un problema con la versión %s de Elementor? Revierte a una versión anterior antes de que apareciese el error.',NULL,'',0,'2019-11-07 09:10:12'),(633,641,'es',0,NULL,'Exportar',NULL,'',0,'2019-11-07 09:10:12'),(634,642,'es',0,NULL,'Exportar plantilla',NULL,'',0,'2019-11-07 09:10:12'),(635,643,'es',0,NULL,'Extendido',NULL,'',0,'2019-11-07 09:10:12'),(636,644,'es',0,NULL,'Fichero externo',NULL,'',0,'2019-11-07 09:10:12'),(637,645,'es',0,NULL,'URL externa',NULL,'',0,'2019-11-07 09:10:12'),(638,646,'es',0,NULL,'Extra grande',NULL,'',0,'2019-11-07 09:10:12'),(639,647,'es',0,NULL,'Extra pequeño',NULL,'',0,'2019-11-07 09:10:12'),(640,648,'es',0,NULL,'Desvanecido',NULL,'',0,'2019-11-07 09:10:12'),(641,649,'es',0,NULL,'Volver',NULL,'',0,'2019-11-07 09:10:12'),(642,650,'es',0,NULL,'Rápido',NULL,'',0,'2019-11-07 09:10:12'),(643,651,'es',0,NULL,'Favorita',NULL,'',0,'2019-11-07 09:10:12'),(644,652,'es',0,NULL,'Imagen destacada',NULL,'',0,'2019-11-07 09:10:12'),(645,653,'es',0,NULL,'Ruta del archivo: %s',NULL,'',0,'2019-11-07 09:10:12'),(646,654,'es',0,NULL,'Difuminado',NULL,'',0,'2019-11-07 09:10:12'),(647,655,'es',0,NULL,'Brillo',NULL,'',0,'2019-11-07 09:10:12'),(648,656,'es',0,NULL,'Filtros CSS',NULL,'',0,'2019-11-07 09:10:12'),(649,657,'es',0,NULL,'Contraste',NULL,'',0,'2019-11-07 09:10:12'),(650,658,'es',0,NULL,'Tono',NULL,'',0,'2019-11-07 09:10:12'),(651,659,'es',0,NULL,'Saturación',NULL,'',0,'2019-11-07 09:10:12'),(652,660,'es',0,NULL,'Buscador',NULL,'',0,'2019-11-07 09:10:12'),(653,661,'es',0,NULL,'Ajustar a la pantalla',NULL,'',0,'2019-11-07 09:10:12'),(654,662,'es',0,NULL,'Fijo',NULL,'',0,'2019-11-07 09:10:12'),(655,663,'es',0,NULL,'Dar la vuelta',NULL,'',0,'2019-11-07 09:10:12'),(656,664,'es',0,NULL,'Font Awesome - Marcas',NULL,'',0,'2019-11-07 09:10:12'),(657,665,'es',0,NULL,'Font Awesome - Normal',NULL,'',0,'2019-11-07 09:10:12'),(658,666,'es',0,NULL,'Font Awesome - Sólido',NULL,'',0,'2019-11-07 09:10:12'),(659,667,'es',0,NULL,'Font Awesome 4 es compatible con el script shim.js, un script que se asegura de que todos los iconos de Font Awesome 4 previamente seleccionados se muestren correctamente al usar la biblioteca de Font Awesome 5.',NULL,'',0,'2019-11-07 09:10:12'),(660,668,'es',0,NULL,'Migración a Font Awesome 5',NULL,'',0,'2019-11-07 09:10:12'),(661,669,'es',0,NULL,'Actualización de Font Awesome',NULL,'',0,'2019-11-07 09:10:12'),(662,670,'es',0,NULL,'Por ejemplo: Acerca de',NULL,'',0,'2019-11-07 09:10:12'),(663,671,'es',0,NULL,'Para diagnosticar problemas de conflicto de configuración de servidor',NULL,'',0,'2019-11-07 09:10:12'),(664,672,'es',0,NULL,'Formulario',NULL,'',0,'2019-11-07 09:10:12'),(665,673,'es',0,NULL,'Encuadrado',NULL,'',0,'2019-11-07 09:10:12'),(666,674,'es',0,NULL,'Ancho completo',NULL,'',0,'2019-11-07 09:10:12'),(667,675,'es',0,NULL,'Futuro',NULL,'',0,'2019-11-07 09:10:12'),(668,676,'es',0,NULL,'Brecha',NULL,'',0,'2019-11-07 09:10:12'),(669,677,'es',0,NULL,'General',NULL,'',0,'2019-11-07 09:10:12'),(670,678,'es',0,NULL,'Configuración general',NULL,'',0,'2019-11-07 09:10:12'),(671,679,'es',0,NULL,'Consigue actualizaciones beta',NULL,'',0,'2019-11-07 09:10:12'),(672,680,'es',0,NULL,'Obtener ayuda',NULL,'',0,'2019-11-07 09:10:12'),(673,681,'es',0,NULL,'Obtener el creador de mensajes emergentes',NULL,'',0,'2019-11-07 09:10:12'),(674,682,'es',0,NULL,'Consigue la Pro',NULL,'',0,'2019-11-07 09:10:12'),(675,683,'es',0,NULL,'Obtener el maquetador de temas',NULL,'',0,'2019-11-07 09:10:12'),(676,684,'es',0,NULL,'Obtén más con Elementor Pro',NULL,'',0,'2019-11-07 09:10:12'),(677,685,'es',0,NULL,'Consigue la guía completa',NULL,'',0,'2019-11-07 09:10:12'),(678,686,'es',0,NULL,'Primeros pasos',NULL,'',0,'2019-11-07 09:10:12'),(679,687,'es',0,NULL,'Global',NULL,'',0,'2019-11-07 09:10:12'),(680,688,'es',0,NULL,'Ajustes globales',NULL,'',0,'2019-11-07 09:10:12'),(681,689,'es',0,NULL,'Volver',NULL,'',0,'2019-11-07 09:10:12'),(682,690,'es',0,NULL,'Ir a la versión Pro',NULL,'',0,'2019-11-07 09:10:12'),(683,691,'es',0,NULL,'Ir a',NULL,'',0,'2019-11-07 09:10:12'),(684,692,'es',0,NULL,'Google',NULL,'',0,'2019-11-07 09:10:12'),(685,693,'es',0,NULL,'Acceso temprano a Google',NULL,'',0,'2019-11-07 09:10:12'),(686,694,'es',0,NULL,'Google Maps',NULL,'',0,'2019-11-07 09:10:12'),(687,695,'es',0,NULL,'Lo tengo',NULL,'',0,'2019-11-07 09:10:12'),(688,696,'es',0,NULL,'HTML',NULL,'',0,'2019-11-07 09:10:12'),(689,697,'es',0,NULL,'Código HTML',NULL,'',0,'2019-11-07 09:10:12'),(690,698,'es',0,NULL,'Etiqueta HTML',NULL,'',0,'2019-11-07 09:10:12'),(691,699,'es',0,NULL,'Me gustaría ayudar',NULL,'',0,'2019-11-07 09:10:12'),(692,700,'es',0,NULL,'Echa un vistazo',NULL,'',0,'2019-11-07 09:10:12'),(693,701,'es',0,NULL,'¿No has guardado aún tu plantilla?',NULL,'',0,'2019-11-07 09:10:12'),(694,702,'es',0,NULL,'¿Tienes problemas cargando Elementor? Por favor, activa el modo seguro para diagnosticarlos.',NULL,'',0,'2019-11-07 09:10:12'),(695,703,'es',0,NULL,'Encabezado',NULL,'',0,'2019-11-07 09:10:12'),(696,704,'es',0,NULL,'Color de encabezado',NULL,'',0,'2019-11-07 09:10:12'),(697,705,'es',0,NULL,'Alto',NULL,'',0,'2019-11-07 09:10:12'),(698,706,'es',0,NULL,'Ayuda',NULL,'',0,'2019-11-07 09:10:12'),(699,707,'es',0,NULL,'Oculto',NULL,'',0,'2019-11-07 09:10:12'),(700,708,'es',0,NULL,'Ocultar',NULL,'',0,'2019-11-07 09:10:12'),(701,709,'es',0,NULL,'Ocultar aviso',NULL,'',0,'2019-11-07 09:10:12'),(702,710,'es',0,NULL,'Ocultar en escritorio',NULL,'',0,'2019-11-07 09:10:12'),(703,711,'es',0,NULL,'Ocultar en móvil',NULL,'',0,'2019-11-07 09:10:12'),(704,712,'es',0,NULL,'Ocultar en tableta',NULL,'',0,'2019-11-07 09:10:12'),(705,713,'es',0,NULL,'Ocultar panel',NULL,'',0,'2019-11-07 09:10:12'),(706,714,'es',0,NULL,'Esconder título',NULL,'',0,'2019-11-07 09:10:12'),(707,715,'es',0,NULL,'Historial',NULL,'',0,'2019-11-07 09:10:12'),(708,716,'es',0,NULL,'Página de inicio',NULL,'',0,'2019-11-07 09:10:12'),(709,717,'es',0,NULL,'Horizontal',NULL,'',0,'2019-11-07 09:10:12'),(710,718,'es',0,NULL,'Alineación horizontal',NULL,'',0,'2019-11-07 09:10:12'),(711,719,'es',0,NULL,'Orientación horizontal',NULL,'',0,'2019-11-07 09:10:12'),(712,720,'es',0,NULL,'Encima',NULL,'',0,'2019-11-07 09:10:12'),(713,721,'es',0,NULL,'Animación al pasar el ratón',NULL,'',0,'2019-11-07 09:10:12'),(714,722,'es',0,NULL,'¡Hurra! El proceso de actualización a Font Awesome 5 se completó correctamente.',NULL,'',0,'2019-11-07 09:10:12'),(715,723,'es',0,NULL,'¡Hurra! Tu %s está en directo.',NULL,'',0,'2019-11-07 09:10:12'),(716,724,'es',0,NULL,'Acepto que algunos cambios puedan afectar a mi web y que esta acción es irreversible.',NULL,'',0,'2019-11-07 09:10:12'),(717,725,'es',0,NULL,'Soy una descripción. Haz clic en el botón de editar para cambiar este texto.',NULL,'',0,'2019-11-07 09:10:12'),(718,726,'es',0,NULL,'No pude hacer funcionar el plugin',NULL,'',0,'2019-11-07 09:10:12'),(719,727,'es',0,NULL,'Encontré un plugin mejor',NULL,'',0,'2019-11-07 09:10:12'),(720,728,'es',0,NULL,'Tengo Elementor Pro',NULL,'',0,'2019-11-07 09:10:12'),(721,729,'es',0,NULL,'Ya no necesito el plugin',NULL,'',0,'2019-11-07 09:10:12'),(722,730,'es',0,NULL,'Entiendo que al actualizar a Font Awesome 5,',NULL,'',0,'2019-11-07 09:10:12'),(723,731,'es',0,NULL,'Icono',NULL,'',0,'2019-11-07 09:10:12'),(724,732,'es',0,NULL,'Caja de icono',NULL,'',0,'2019-11-07 09:10:12'),(725,733,'es',0,NULL,'Icono al pasar el ratón',NULL,'',0,'2019-11-07 09:10:12'),(726,734,'es',0,NULL,'Biblioteca de iconos',NULL,'',0,'2019-11-07 09:10:12'),(727,735,'es',0,NULL,'Listado de iconos',NULL,'',0,'2019-11-07 09:10:12'),(728,736,'es',0,NULL,'Posición del icono',NULL,'',0,'2019-11-07 09:10:12'),(729,737,'es',0,NULL,'Espaciado del icono',NULL,'',0,'2019-11-07 09:10:12'),(730,738,'es',0,NULL,'Si tienes un momento, por favor comparte por qué estás desactivando Elementor:',NULL,'',0,'2019-11-07 09:10:12'),(731,739,'es',0,NULL,'Imagen',NULL,'',0,'2019-11-07 09:10:12'),(732,740,'es',0,NULL,'Cuadro de imagen',NULL,'',0,'2019-11-07 09:10:12'),(733,741,'es',0,NULL,'Carrusel de imágenes',NULL,'',0,'2019-11-07 09:10:12'),(734,742,'es',0,NULL,'Galería de imágenes',NULL,'',0,'2019-11-07 09:10:12'),(735,743,'es',0,NULL,'Caja de luz de imagen',NULL,'',0,'2019-11-07 09:10:12'),(736,744,'es',0,NULL,'Superposición de la imagen',NULL,'',0,'2019-11-07 09:10:12'),(737,745,'es',0,NULL,'Posición de la imagen',NULL,'',0,'2019-11-07 09:10:12'),(738,746,'es',0,NULL,'Tamaño de imagen',NULL,'',0,'2019-11-07 09:10:12'),(739,747,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:10:12'),(740,748,'es',0,NULL,'Completo',NULL,'',0,'2019-11-07 09:10:12'),(741,749,'es',0,NULL,'Dimensión de la imagen',NULL,'',0,'2019-11-07 09:10:12'),(742,750,'es',0,NULL,'Tamaño de la imagen',NULL,'',0,'2019-11-07 09:10:12'),(743,751,'es',0,NULL,'Espaciado de imagen',NULL,'',0,'2019-11-07 09:10:12'),(744,752,'es',0,NULL,'Estirar imagen',NULL,'',0,'2019-11-07 09:10:12'),(745,753,'es',0,NULL,'Imágenes',NULL,'',0,'2019-11-07 09:10:12'),(746,754,'es',0,NULL,'Importar ajustes del documento',NULL,'',0,'2019-11-07 09:10:12'),(747,755,'es',0,NULL,'Importar ahora',NULL,'',0,'2019-11-07 09:10:12'),(748,756,'es',0,NULL,'Importar plantilla',NULL,'',0,'2019-11-07 09:10:12'),(749,757,'es',0,NULL,'Importar plantilla a tu biblioteca',NULL,'',0,'2019-11-07 09:10:12'),(750,758,'es',0,NULL,'Importar plantillas',NULL,'',0,'2019-11-07 09:10:12'),(751,759,'es',0,NULL,'Mejora Elementor',NULL,'',0,'2019-11-07 09:10:12'),(752,760,'es',0,NULL,'Dentro',NULL,'',0,'2019-11-07 09:10:12'),(753,761,'es',0,NULL,'Bucle infinito',NULL,'',0,'2019-11-07 09:10:12'),(754,762,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:10:12'),(755,763,'es',0,NULL,'Integrado',NULL,'',0,'2019-11-07 09:10:12'),(756,764,'es',0,NULL,'Sección interior',NULL,'',0,'2019-11-07 09:10:12'),(757,765,'es',0,NULL,'Texto interior',NULL,'',0,'2019-11-07 09:10:12'),(758,766,'es',0,NULL,'Insertar',NULL,'',0,'2019-11-07 09:10:12'),(759,767,'es',0,NULL,'Insertar medio',NULL,'',0,'2019-11-07 09:10:12'),(760,768,'es',0,NULL,'Dentro',NULL,'',0,'2019-11-07 09:10:12'),(761,769,'es',0,NULL,'Integraciones',NULL,'',0,'2019-11-07 09:10:12'),(762,770,'es',0,NULL,'Incrustación interna',NULL,'',0,'2019-11-07 09:10:12'),(763,771,'es',0,NULL,'Texto de introducción',NULL,'',0,'2019-11-07 09:10:12'),(764,772,'es',0,NULL,'Imagen de la introducción',NULL,'',0,'2019-11-07 09:10:12'),(765,773,'es',0,NULL,'Título de la introducción',NULL,'',0,'2019-11-07 09:10:12'),(766,774,'es',0,NULL,'Datos no válidos: el ID de la plantilla no puede ser el mismo que el de la plantilla que se está editando. Por favor, elige uno diferente.',NULL,'',0,'2019-11-07 09:10:12'),(767,775,'es',0,NULL,'Formato SVG no válido, el archivo no se subió por motivos de seguridad',NULL,'',0,'2019-11-07 09:10:12'),(768,776,'es',0,NULL,'Invertir',NULL,'',0,'2019-11-07 09:10:12'),(769,777,'es',0,NULL,'Se ha reemplazado por <strong>%1$s</strong>.',NULL,'',0,'2019-11-07 09:10:12'),(770,778,'es',0,NULL,'Parece que no está disponible en tu sitio la funcionalidad de revisión de entradas.',NULL,'',0,'2019-11-07 09:10:12'),(771,779,'es',0,NULL,'Es una desactivación temporal',NULL,'',0,'2019-11-07 09:10:12'),(772,780,'es',0,NULL,'Justificado',NULL,'',0,'2019-11-07 09:10:12'),(773,781,'es',0,NULL,'Sigue editando',NULL,'',0,'2019-11-07 09:10:12'),(774,782,'es',0,NULL,'Efecto Ken Burns',NULL,'',0,'2019-11-07 09:10:12'),(775,783,'es',0,NULL,'Atajos de teclado',NULL,'',0,'2019-11-07 09:10:12'),(776,784,'es',0,NULL,'Base de conocimiento',NULL,'',0,'2019-11-07 09:10:12'),(777,785,'es',0,NULL,'Largo',NULL,'',0,'2019-11-07 09:10:12'),(778,786,'es',0,NULL,'Editado por última vez el %1$s por %2$s',NULL,'',0,'2019-11-07 09:10:12'),(779,787,'es',0,NULL,'Disposición',NULL,'',0,'2019-11-07 09:10:12'),(780,788,'es',0,NULL,'Carga diferida',NULL,'',0,'2019-11-07 09:10:12'),(781,789,'es',0,NULL,'Aprende más',NULL,'',0,'2019-11-07 09:10:12'),(782,790,'es',0,NULL,'Aprende más sobre <a target=\"_blank\" href=\"%s\">las revisiones de WordPress</a>',NULL,'',0,'2019-11-07 09:10:12'),(783,791,'es',0,NULL,'Aprender más.',NULL,'',0,'2019-11-07 09:10:12'),(784,792,'es',0,NULL,'Izquierda',NULL,'',0,'2019-11-07 09:10:12'),(785,793,'es',0,NULL,'Ancho del borde izquierdo',NULL,'',0,'2019-11-07 09:10:12'),(786,794,'es',0,NULL,'Biblioteca',NULL,'',0,'2019-11-07 09:10:12'),(787,795,'es',0,NULL,'Mesa de luz',NULL,'',0,'2019-11-07 09:10:12'),(788,796,'es',0,NULL,'Botón me gusta',NULL,'',0,'2019-11-07 09:10:12'),(789,797,'es',0,NULL,'Línea',NULL,'',0,'2019-11-07 09:10:12'),(790,798,'es',0,NULL,'Enlace',NULL,'',0,'2019-11-07 09:10:12'),(791,799,'es',0,NULL,'Color del enlace',NULL,'',0,'2019-11-07 09:10:12'),(792,800,'es',0,NULL,'Color del enlace con ratón encima',NULL,'',0,'2019-11-07 09:10:12'),(793,801,'es',0,NULL,'Opciones del enlace',NULL,'',0,'2019-11-07 09:10:12'),(794,802,'es',0,NULL,'Vincular juntos los valores',NULL,'',0,'2019-11-07 09:10:12'),(795,803,'es',0,NULL,'Lista',NULL,'',0,'2019-11-07 09:10:12'),(796,804,'es',0,NULL,'Elemento de lista',NULL,'',0,'2019-11-07 09:10:12'),(797,805,'es',0,NULL,'Elemento de lista nº1',NULL,'',0,'2019-11-07 09:10:12'),(798,806,'es',0,NULL,'Elemento de lista nº2',NULL,'',0,'2019-11-07 09:10:12'),(799,807,'es',0,NULL,'Elemento de lista nº3',NULL,'',0,'2019-11-07 09:10:12'),(800,808,'es',0,NULL,'Cargar compatibilidad con Font Awesome 4',NULL,'',0,'2019-11-07 09:10:12'),(801,809,'es',0,NULL,'Cargando',NULL,'',0,'2019-11-07 09:10:12'),(802,810,'es',0,NULL,'Local',NULL,'',0,'2019-11-07 09:10:12'),(803,811,'es',0,NULL,'Ubicación',NULL,'',0,'2019-11-07 09:10:12'),(804,812,'es',0,NULL,'Conectado',NULL,'',0,'2019-11-07 09:10:12'),(805,813,'es',0,NULL,'Logotipo',NULL,'',0,'2019-11-07 09:10:12'),(806,814,'es',0,NULL,'London Eye, London, United Kingdom',NULL,'',0,'2019-11-07 09:10:12'),(807,815,'es',0,NULL,'Bucle',NULL,'',0,'2019-11-07 09:10:12'),(808,816,'es',0,NULL,'Lorem fistrum por la gloria de mi madre esse jarl aliqua llevame al sircoo. De la pradera ullamco qué dise usteer está la cosa muy malar.',NULL,'',0,'2019-11-07 09:10:12'),(809,817,'es',0,NULL,'¿Te encanta usar Elementor? <a href=\"%s\">Aprende cómo puedes crear sitios mejores con Elementor Pro.</a>',NULL,'',0,'2019-11-07 09:10:12'),(810,818,'es',0,NULL,'¿Te gusta usar Elementor? Conviértete en un super colaborador dejando que recopilemos información anónima sobre el plugin y para poder optar a las actualizaciones. Garantizamos que no se recopilará ninguna información sensible.',NULL,'',0,'2019-11-07 09:10:12'),(811,819,'es',0,NULL,'Mantenimiento',NULL,'',0,'2019-11-07 09:10:12'),(812,820,'es',0,NULL,'Modo de mantenimiento',NULL,'',0,'2019-11-07 09:10:12'),(813,821,'es',0,NULL,'Modo de mantenimiento activo',NULL,'',0,'2019-11-07 09:10:12'),(814,822,'es',0,NULL,'El modo de mantenimiento devuelve un código HTTP 503, así los buscadores saben que tienen que volver un poco más tarde. No se recomienda usar este modo más de un par de días.',NULL,'',0,'2019-11-07 09:10:12'),(815,823,'es',0,NULL,'Gestiona lo que tus usuarios pueden editar en Elementor',NULL,'',0,'2019-11-07 09:10:12'),(816,824,'es',0,NULL,'Mapa',NULL,'',0,'2019-11-07 09:10:12'),(817,825,'es',0,NULL,'Margen',NULL,'',0,'2019-11-07 09:10:12'),(818,826,'es',0,NULL,'Ancho máximo',NULL,'',0,'2019-11-07 09:10:12'),(819,827,'es',0,NULL,'Archivo de medios',NULL,'',0,'2019-11-07 09:10:12'),(820,828,'es',0,NULL,'Medio',NULL,'',0,'2019-11-07 09:10:12'),(821,829,'es',0,NULL,'Conoce nuestro CSS personalizado',NULL,'',0,'2019-11-07 09:10:12'),(822,830,'es',0,NULL,'Conoce nuestro widget global',NULL,'',0,'2019-11-07 09:10:12'),(823,831,'es',0,NULL,'Únete al clic derecho',NULL,'',0,'2019-11-07 09:10:12'),(824,832,'es',0,NULL,'Menú',NULL,'',0,'2019-11-07 09:10:12'),(825,833,'es',0,NULL,'Ancla de menú',NULL,'',0,'2019-11-07 09:10:12'),(826,834,'es',0,NULL,'Menús',NULL,'',0,'2019-11-07 09:10:12'),(827,835,'es',0,NULL,'Medio',NULL,'',0,'2019-11-07 09:10:12'),(828,836,'es',0,NULL,'Altura mínima',NULL,'',0,'2019-11-07 09:10:12'),(829,837,'es',0,NULL,'Altura mínima',NULL,'',0,'2019-11-07 09:10:12'),(830,838,'es',0,NULL,'Móvil',NULL,'',0,'2019-11-07 09:10:12'),(831,839,'es',0,NULL,'Punto de ruptura en móvil',NULL,'',0,'2019-11-07 09:10:12'),(832,840,'es',0,NULL,'Marca modesta',NULL,'',0,'2019-11-07 09:10:12'),(833,841,'es',0,NULL,'Más paletas',NULL,'',0,'2019-11-07 09:10:12'),(834,842,'es',0,NULL,'Más acciones',NULL,'',0,'2019-11-07 09:10:12'),(835,843,'es',0,NULL,'Efectos de movimiento',NULL,'',0,'2019-11-07 09:10:12'),(836,844,'es',0,NULL,'Movidas',NULL,'',0,'2019-11-07 09:10:12'),(837,845,'es',0,NULL,'Silenciar',NULL,'',0,'2019-11-07 09:10:12'),(838,846,'es',0,NULL,'Mis favoritas',NULL,'',0,'2019-11-07 09:10:12'),(839,847,'es',0,NULL,'Mis bibliotecas',NULL,'',0,'2019-11-07 09:10:12'),(840,848,'es',0,NULL,'Mis habilidades',NULL,'',0,'2019-11-07 09:10:12'),(841,849,'es',0,NULL,'Mis plantillas',NULL,'',0,'2019-11-07 09:10:12'),(842,850,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:12'),(843,851,'es',0,NULL,'Nombre de tu plantilla',NULL,'',0,'2019-11-07 09:10:12'),(844,852,'es',0,NULL,'Angosto',NULL,'',0,'2019-11-07 09:10:12'),(845,853,'es',0,NULL,'Navegación',NULL,'',0,'2019-11-07 09:10:12'),(846,854,'es',0,NULL,'Ancho de navegación',NULL,'',0,'2019-11-07 09:10:12'),(847,855,'es',0,NULL,'Navigator',NULL,'',0,'2019-11-07 09:10:12'),(848,856,'es',0,NULL,'¿Necesitas ayuda?',NULL,'',0,'2019-11-07 09:10:12'),(849,857,'es',0,NULL,'Nueva',NULL,'',0,'2019-11-07 09:10:12'),(850,858,'es',0,NULL,'Nueva plantilla',NULL,'',0,'2019-11-07 09:10:12'),(851,859,'es',0,NULL,'Noticias y actualizaciones',NULL,'',0,'2019-11-07 09:10:12'),(852,860,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:10:12'),(853,861,'es',0,NULL,'No',NULL,'',0,'2019-11-07 09:10:12'),(854,862,'es',0,NULL,'Sin plantillas favoritas',NULL,'',0,'2019-11-07 09:10:12'),(855,863,'es',0,NULL,'Sin espacio',NULL,'',0,'2019-11-07 09:10:12'),(856,864,'es',0,NULL,'Aún sin historial',NULL,'',0,'2019-11-07 09:10:12'),(857,865,'es',0,NULL,'Ninguna imagen seleccionada',NULL,'',0,'2019-11-07 09:10:12'),(858,866,'es',0,NULL,'Ningún resultado',NULL,'',0,'2019-11-07 09:10:12'),(859,867,'es',0,NULL,'Todavía no hay revisiones guardadas',NULL,'',0,'2019-11-07 09:10:12'),(860,868,'es',0,NULL,'Sin acceso al editor',NULL,'',0,'2019-11-07 09:10:12'),(861,869,'es',0,NULL,'Sin cabecera ni pie de página, solo Elementor',NULL,'',0,'2019-11-07 09:10:12'),(862,870,'es',0,NULL,'No se encontraron barras laterales',NULL,'',0,'2019-11-07 09:10:12'),(863,871,'es',0,NULL,'No, gracias',NULL,'',0,'2019-11-07 09:10:12'),(864,872,'es',0,NULL,'Ninguno',NULL,'',0,'2019-11-07 09:10:12'),(865,873,'es',0,NULL,'Normal',NULL,'',0,'2019-11-07 09:10:12'),(866,874,'es',0,NULL,'No compatible',NULL,'',0,'2019-11-07 09:10:12'),(867,875,'es',0,NULL,'¿No funciona? Puedes elegir un selector distinto para el título en la <a href=\"%s\" target=\"_blank\">página de ajustes</a>.',NULL,'',0,'2019-11-07 09:10:12'),(868,876,'es',0,NULL,'Ten en cuenta que %1$s se eliminará completamente cuando se publique %2$s %3$s.',NULL,'',0,'2019-11-07 09:10:12'),(869,877,'es',0,NULL,'Nota: El adjunto fijo solo funciona en escritorio.',NULL,'',0,'2019-11-07 09:10:12'),(870,878,'es',0,NULL,'Nota: Cambios a Flexbox',NULL,'',0,'2019-11-07 09:10:12'),(871,879,'es',0,NULL,'Nota: El ID de enlace sólo acepta estos caracteres: %s',NULL,'',0,'2019-11-07 09:10:12'),(872,880,'es',0,NULL,'Nota: los siguientes colores no funcionarán si los colores por defecto están activos.',NULL,'',0,'2019-11-07 09:10:12'),(873,881,'es',0,NULL,'Nota: este widget solo afecta a temas que usen `%s` en páginas de archivo.',NULL,'',0,'2019-11-07 09:10:12'),(874,882,'es',0,NULL,'Ahora puedes acceder a todas las acciones de edición con un clic derecho.',NULL,'',0,'2019-11-07 09:10:12'),(875,883,'es',0,NULL,'Número',NULL,'',0,'2019-11-07 09:10:12'),(876,884,'es',0,NULL,'Prefijo de número',NULL,'',0,'2019-11-07 09:10:12'),(877,885,'es',0,NULL,'Sufijo de número',NULL,'',0,'2019-11-07 09:10:12'),(878,886,'es',0,NULL,'Desactivado',NULL,'',0,'2019-11-07 09:10:12'),(879,887,'es',0,NULL,'Color oficial',NULL,'',0,'2019-11-07 09:10:12'),(880,888,'es',0,NULL,'Compensación',NULL,'',0,'2019-11-07 09:10:12'),(881,889,'es',0,NULL,'Activado',NULL,'',0,'2019-11-07 09:10:12'),(882,890,'es',0,NULL,'Una vez que llenes tu página de contenido, esta ventana te dará una vista general de todos los elementos de la página. Así podrás mover fácilmente las distintas secciones, columnas y widgets.',NULL,'',0,'2019-11-07 09:10:12'),(883,891,'es',0,NULL,'Una vez que empieces a trabajar podrás rehacer / deshacer cualquier acción que realices en el editor.',NULL,'',0,'2019-11-07 09:10:12'),(884,892,'es',0,NULL,'Opacidad',NULL,'',0,'2019-11-07 09:10:12'),(885,893,'es',0,NULL,'Abre todas las imágenes en una ventana emergente de tipo mesa de luz. La mesa de luz funcionará automáticamente en cualquier enlace que lleve a un archivo de imagen.',NULL,'',0,'2019-11-07 09:10:12'),(886,894,'es',0,NULL,'Abrir en nueva ventana',NULL,'',0,'2019-11-07 09:10:12'),(887,895,'es',0,NULL,'Suscríbete a nuestra recopilación anónima de datos y actualizaciones del plugin. Te garantizamos que no se recogen datos sensibles.',NULL,'',0,'2019-11-07 09:10:12'),(888,896,'es',0,NULL,'Ordenar por',NULL,'',0,'2019-11-07 09:10:12'),(889,897,'es',0,NULL,'Otro',NULL,'',0,'2019-11-07 09:10:12'),(890,898,'es',0,NULL,'Fuera',NULL,'',0,'2019-11-07 09:10:12'),(891,899,'es',0,NULL,'Trazado',NULL,'',0,'2019-11-07 09:10:12'),(892,900,'es',0,NULL,'Fuera',NULL,'',0,'2019-11-07 09:10:12'),(893,901,'es',0,NULL,'Desbordamiento',NULL,'',0,'2019-11-07 09:10:12'),(894,902,'es',0,NULL,'Relleno',NULL,'',0,'2019-11-07 09:10:12'),(895,903,'es',0,NULL,'Página',NULL,'',0,'2019-11-07 09:10:12'),(896,904,'es',0,NULL,'Estructura de página',NULL,'',0,'2019-11-07 09:10:12'),(897,905,'es',0,NULL,'Elementor canvas',NULL,'',0,'2019-11-07 09:10:12'),(898,906,'es',0,NULL,'Elementor ancho completo',NULL,'',0,'2019-11-07 09:10:12'),(899,907,'es',0,NULL,'Selector de título de página',NULL,'',0,'2019-11-07 09:10:12'),(900,908,'es',0,NULL,'Páginas',NULL,'',0,'2019-11-07 09:10:12'),(901,909,'es',0,NULL,'Pegar',NULL,'',0,'2019-11-07 09:10:12'),(902,910,'es',0,NULL,'Pegar estilo',NULL,'',0,'2019-11-07 09:10:12'),(903,911,'es',0,NULL,'Pega la URL o escribe',NULL,'',0,'2019-11-07 09:10:12'),(904,912,'es',0,NULL,'Pausar al pasar el ratón',NULL,'',0,'2019-11-07 09:10:12'),(905,913,'es',0,NULL,'Porcentaje',NULL,'',0,'2019-11-07 09:10:12'),(906,914,'es',0,NULL,'Número de reproducciones',NULL,'',0,'2019-11-07 09:10:12'),(907,915,'es',0,NULL,'Icono de play',NULL,'',0,'2019-11-07 09:10:12'),(908,916,'es',0,NULL,'Reproducir en móvil',NULL,'',0,'2019-11-07 09:10:12'),(909,917,'es',0,NULL,'Reproducir una vez',NULL,'',0,'2019-11-07 09:10:12'),(910,918,'es',0,NULL,'Reproducir vídeo',NULL,'',0,'2019-11-07 09:10:12'),(911,919,'es',0,NULL,'Controles del reproductor',NULL,'',0,'2019-11-07 09:10:12'),(912,920,'es',0,NULL,'Por favor, ten en cuenta: no recomendamos actualizar a una versión beta en sitios en producción.',NULL,'',0,'2019-11-07 09:10:12'),(913,921,'es',0,NULL,'Por favor, asegúrate de que el ID es único y no se ha usado en otra parte de la página en la que se muestre este formulario. Este campo permite los caracteres <code>A-z 0-9</code> y guiones bajos sin espacios.',NULL,'',0,'2019-11-07 09:10:12'),(914,922,'es',0,NULL,'Por favor, asegúrate de teclear correctamente tu búsqueda o prueba con palabras diferentes.',NULL,'',0,'2019-11-07 09:10:12'),(915,923,'es',0,NULL,'Por favor, ten en cuenta que el proceso de actualización puede provocar que algunos de los iconos de Font Awesome 4 utilizados previamente tengan un aspecto un poco distinto debido a cambios menores de diseño hechos por Font Awesome.',NULL,'',0,'2019-11-07 09:10:12'),(916,924,'es',0,NULL,'Por favor, ten en cuenta que estás cambiando al editor por defecto de WordPress. Tu estructura, diseño y contenido actuales podrían romperse.',NULL,'',0,'2019-11-07 09:10:12'),(917,925,'es',0,NULL,'¡Por favor, ten en cuenta!',NULL,'',0,'2019-11-07 09:10:12'),(918,926,'es',0,NULL,'¡Por favor, ten en cuenta! Permitir la subida de cualquier archivo (incluidos los SVG) es un riesgo potencial de seguridad.',NULL,'',0,'2019-11-07 09:10:12'),(919,927,'es',0,NULL,'¡Por favor, ten esto en cuenta! No podemos desactivar todos tus plugins en el modo seguro. Por favor, <a href=\"%s\" target=\"_blank\">lee más</a> sobre este problema.',NULL,'',0,'2019-11-07 09:10:12'),(920,928,'es',0,NULL,'Ten en cuenta: todos los cambios sin guardar se perderán.',NULL,'',0,'2019-11-07 09:10:12'),(921,929,'es',0,NULL,'Por favor, comparte el motivo',NULL,'',0,'2019-11-07 09:10:12'),(922,930,'es',0,NULL,'Por favor, dinos qué plugin',NULL,'',0,'2019-11-07 09:10:12'),(923,931,'es',0,NULL,'Plugins',NULL,'',0,'2019-11-07 09:10:12'),(924,932,'es',0,NULL,'Más',NULL,'',0,'2019-11-07 09:10:12'),(925,933,'es',0,NULL,'Pojo Themes',NULL,'',0,'2019-11-07 09:10:12'),(926,934,'es',0,NULL,'Populares',NULL,'',0,'2019-11-07 09:10:12'),(927,935,'es',0,NULL,'El maquetador de mensajes emergentes te permite aprovechar todas las increíbles características de Elementor, para que puedas construir mensajes emergentes bonitos y altamente convertibles. Hazte Pro y empieza a diseñar tus mensajes emergentes hoy mismo.',NULL,'',0,'2019-11-07 09:10:12'),(928,936,'es',0,NULL,'Mensajes emergentes',NULL,'',0,'2019-11-07 09:10:12'),(929,937,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:10:12'),(930,938,'es',0,NULL,'Entrada',NULL,'',0,'2019-11-07 09:10:12'),(931,939,'es',0,NULL,'Tipos de contenido',NULL,'',0,'2019-11-07 09:10:12'),(932,940,'es',0,NULL,'Entrada no encontrada.',NULL,'',0,'2019-11-07 09:10:12'),(933,941,'es',0,NULL,'Poster',NULL,'',0,'2019-11-07 09:10:12'),(934,942,'es',0,NULL,'Previsualizar',NULL,'',0,'2019-11-07 09:10:12'),(935,943,'es',0,NULL,'Previsualizar cambios',NULL,'',0,'2019-11-07 09:10:12'),(936,944,'es',0,NULL,'Vista previa de %s',NULL,'',0,'2019-11-07 09:10:12'),(937,945,'es',0,NULL,'Anterior',NULL,'',0,'2019-11-07 09:10:12'),(938,946,'es',0,NULL,'Primario',NULL,'',0,'2019-11-07 09:10:12'),(939,947,'es',0,NULL,'Color primario',NULL,'',0,'2019-11-07 09:10:12'),(940,948,'es',0,NULL,'Encabezado primario',NULL,'',0,'2019-11-07 09:10:12'),(941,949,'es',0,NULL,'Modo privado',NULL,'',0,'2019-11-07 09:10:12'),(942,950,'es',0,NULL,'Pro',NULL,'',0,'2019-11-07 09:10:12'),(943,951,'es',0,NULL,'Proceder de todos modos',NULL,'',0,'2019-11-07 09:10:12'),(944,952,'es',0,NULL,'Barra de progreso',NULL,'',0,'2019-11-07 09:10:12'),(945,953,'es',0,NULL,'Publicar',NULL,'',0,'2019-11-07 09:10:12'),(946,954,'es',0,NULL,'Publicada',NULL,'',0,'2019-11-07 09:10:12'),(947,955,'es',0,NULL,'Comentario rápido',NULL,'',0,'2019-11-07 09:10:12'),(948,956,'es',0,NULL,'Abandonar',NULL,'',0,'2019-11-07 09:10:12'),(949,957,'es',0,NULL,'Al azar',NULL,'',0,'2019-11-07 09:10:12'),(950,958,'es',0,NULL,'Valoración',NULL,'',0,'2019-11-07 09:10:12'),(951,959,'es',0,NULL,'Escala de valoración',NULL,'',0,'2019-11-07 09:10:12'),(952,960,'es',0,NULL,'Leer más',NULL,'',0,'2019-11-07 09:10:12'),(953,961,'es',0,NULL,'Texto de «Leer más»',NULL,'',0,'2019-11-07 09:10:12'),(954,962,'es',0,NULL,'Editado recientemente',NULL,'',0,'2019-11-07 09:10:12'),(955,963,'es',0,NULL,'Rehacer',NULL,'',0,'2019-11-07 09:10:12'),(956,964,'es',0,NULL,'Regenerar CSS',NULL,'',0,'2019-11-07 09:10:12'),(957,965,'es',0,NULL,'Regenerar archivos',NULL,'',0,'2019-11-07 09:10:12'),(958,966,'es',0,NULL,'Reinstalar',NULL,'',0,'2019-11-07 09:10:12'),(959,967,'es',0,NULL,'Recargar página',NULL,'',0,'2019-11-07 09:10:12'),(960,968,'es',0,NULL,'Remoto',NULL,'',0,'2019-11-07 09:10:12'),(961,969,'es',0,NULL,'Eliminar',NULL,'',0,'2019-11-07 09:10:12'),(962,970,'es',0,NULL,'Borrada',NULL,'',0,'2019-11-07 09:10:12'),(963,971,'es',0,NULL,'Reemplazar URL',NULL,'',0,'2019-11-07 09:10:12'),(964,972,'es',0,NULL,'Reiniciar',NULL,'',0,'2019-11-07 09:10:12'),(965,973,'es',0,NULL,'Restablecer galería',NULL,'',0,'2019-11-07 09:10:12'),(966,974,'es',0,NULL,'Restablecer estilo',NULL,'',0,'2019-11-07 09:10:12'),(967,975,'es',0,NULL,'Adaptabilidad',NULL,'',0,'2019-11-07 09:10:12'),(968,976,'es',0,NULL,'Modo adaptable',NULL,'',0,'2019-11-07 09:10:12'),(969,977,'es',0,NULL,'La visibilidad adaptativa tendrá efecto solo en la página de vista previa o en la página real, y no mientras estás editando en Elementor.',NULL,'',0,'2019-11-07 09:10:12'),(970,978,'es',0,NULL,'Restaurar',NULL,'',0,'2019-11-07 09:10:12'),(971,979,'es',0,NULL,'Restaurar datos guardados automáticamente',NULL,'',0,'2019-11-07 09:10:12'),(972,980,'es',0,NULL,'Columnas invertidas',NULL,'',0,'2019-11-07 09:10:12'),(973,981,'es',0,NULL,'Revisión',NULL,'',0,'2019-11-07 09:10:12'),(974,982,'es',0,NULL,'Historial de revisiones',NULL,'',0,'2019-11-07 09:10:12'),(975,983,'es',0,NULL,'El histórico de revisiones te permitir guardar las versiones previas de tu trabajo, y recuperarlas cuando quieras.',NULL,'',0,'2019-11-07 09:10:12'),(976,984,'es',0,NULL,'Revisiones',NULL,'',0,'2019-11-07 09:10:12'),(977,985,'es',0,NULL,'Derecha',NULL,'',0,'2019-11-07 09:10:12'),(978,986,'es',0,NULL,'Perfil excluido',NULL,'',0,'2019-11-07 09:10:12'),(979,987,'es',0,NULL,'Gestor de perfiles',NULL,'',0,'2019-11-07 09:10:12'),(980,988,'es',0,NULL,'Perfiles',NULL,'',0,'2019-11-07 09:10:12'),(981,989,'es',0,NULL,'Revertir versión',NULL,'',0,'2019-11-07 09:10:12'),(982,990,'es',0,NULL,'Revertir a la versión anterior',NULL,'',0,'2019-11-07 09:10:12'),(983,991,'es',0,NULL,'Rotar',NULL,'',0,'2019-11-07 09:10:12'),(984,992,'es',0,NULL,'Redondeado',NULL,'',0,'2019-11-07 09:10:12'),(985,993,'es',0,NULL,'Archivo SVG no permitido por motivos de seguridad',NULL,'',0,'2019-11-07 09:10:12'),(986,994,'es',0,NULL,'Modo seguro',NULL,'',0,'2019-11-07 09:10:12'),(987,995,'es',0,NULL,'Modo seguro ACTIVADO',NULL,'',0,'2019-11-07 09:10:12'),(988,996,'es',0,NULL,'El modo seguro te permite diagnosticar problemas cargando solo el editor, sin cargar el tema ni ningún otro plugin.',NULL,'',0,'2019-11-07 09:10:12'),(989,997,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:10:12'),(990,998,'es',0,NULL,'Guardar borrador',NULL,'',0,'2019-11-07 09:10:12'),(991,999,'es',0,NULL,'Guardar opciones',NULL,'',0,'2019-11-07 09:10:12'),(992,1000,'es',0,NULL,'Guarda tu %s en la biblioteca',NULL,'',0,'2019-11-07 09:10:12'),(993,1001,'es',0,NULL,'Guardar como plantilla',NULL,'',0,'2019-11-07 09:10:12'),(994,1002,'es',0,NULL,'Guardar como global',NULL,'',0,'2019-11-07 09:10:12'),(995,1003,'es',0,NULL,'Guardado',NULL,'',0,'2019-11-07 09:10:12'),(996,1004,'es',0,NULL,'Plantillas guardadas',NULL,'',0,'2019-11-07 09:10:12'),(997,1005,'es',0,NULL,'El guardado se ha desactivado hasta que vuelvas a conectarte.',NULL,'',0,'2019-11-07 09:10:12'),(998,1006,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:12'),(999,1007,'es',0,NULL,'Buscar plantillas:',NULL,'',0,'2019-11-07 09:10:12'),(1000,1008,'es',0,NULL,'Buscar widget...',NULL,'',0,'2019-11-07 09:10:12'),(1001,1009,'es',0,NULL,'Buscar widget:',NULL,'',0,'2019-11-07 09:10:12'),(1002,1010,'es',0,NULL,'Secundario',NULL,'',0,'2019-11-07 09:10:12'),(1003,1011,'es',0,NULL,'Color secundario',NULL,'',0,'2019-11-07 09:10:12'),(1004,1012,'es',0,NULL,'Encabezado secundario',NULL,'',0,'2019-11-07 09:10:12'),(1005,1013,'es',0,NULL,'Sección',NULL,'',0,'2019-11-07 09:10:12'),(1006,1014,'es',0,NULL,'Seleccionar',NULL,'',0,'2019-11-07 09:10:12'),(1007,1015,'es',0,NULL,'Elige el archivo',NULL,'',0,'2019-11-07 09:10:12'),(1008,1016,'es',0,NULL,'Selecciona el icono',NULL,'',0,'2019-11-07 09:10:12'),(1009,1017,'es',0,NULL,'Elige una o anímate a <a target=\"_blank\" href=\"%s\">crear una</a> ahora.',NULL,'',0,'2019-11-07 09:10:12'),(1010,1018,'es',0,NULL,'Elige el tipo de plantilla en el que quieres trabajar',NULL,'',0,'2019-11-07 09:10:12'),(1011,1019,'es',0,NULL,'Elige tu estructura',NULL,'',0,'2019-11-07 09:10:12'),(1012,1020,'es',0,NULL,'Alojado en servidor propio',NULL,'',0,'2019-11-07 09:10:12'),(1013,1021,'es',0,NULL,'Separador',NULL,'',0,'2019-11-07 09:10:12'),(1014,1022,'es',0,NULL,'Error del servidor',NULL,'',0,'2019-11-07 09:10:12'),(1015,1023,'es',0,NULL,'Establece cuantas diapositivas se muestran por pase.',NULL,'',0,'2019-11-07 09:10:12'),(1016,1024,'es',0,NULL,'Establecer tu sitio completo en MODO DE MANTENIMIENTO, significa que tu sitio está offline temporalmente por mantenimiento, o establecerlo en el modo PRÓXIMAMENTE, que significa que tu sitio está offline hasta que esté preparado para lanzarse.',NULL,'',0,'2019-11-07 09:10:12'),(1017,1025,'es',0,NULL,'Establece el punto de ruptura entre dispositivos de sobremesa y tabletas. Por debajo de este punto de ruptura aparecerá la disposición para tabletas (por defecto: %dpx).',NULL,'',0,'2019-11-07 09:10:12'),(1018,1026,'es',0,NULL,'Establece el punto de ruptura entre la tableta y los dispositivos móviles. Por debajo de este punto de ruptura aparecerá la disposición móvil (por defecto: %dpx).',NULL,'',0,'2019-11-07 09:10:12'),(1019,1027,'es',0,NULL,'Establece el espacio por defecto entre widgets (por defecto: 20)',NULL,'',0,'2019-11-07 09:10:12'),(1020,1028,'es',0,NULL,'Establece el ancho predeterminado del área de contenido (por defecto: 1140)',NULL,'',0,'2019-11-07 09:10:12'),(1021,1029,'es',0,NULL,'Ajustes',NULL,'',0,'2019-11-07 09:10:12'),(1022,1030,'es',0,NULL,'Forma',NULL,'',0,'2019-11-07 09:10:12'),(1023,1031,'es',0,NULL,'Divisor de forma',NULL,'',0,'2019-11-07 09:10:12'),(1024,1032,'es',0,NULL,'Flecha',NULL,'',0,'2019-11-07 09:10:12'),(1025,1033,'es',0,NULL,'Libro',NULL,'',0,'2019-11-07 09:10:12'),(1026,1034,'es',0,NULL,'Nubes',NULL,'',0,'2019-11-07 09:10:12'),(1027,1035,'es',0,NULL,'Curva',NULL,'',0,'2019-11-07 09:10:12'),(1028,1036,'es',0,NULL,'Curva asimétrica',NULL,'',0,'2019-11-07 09:10:12'),(1029,1037,'es',0,NULL,'Gotas',NULL,'',0,'2019-11-07 09:10:12'),(1030,1038,'es',0,NULL,'Opacidad de ventilador',NULL,'',0,'2019-11-07 09:10:12'),(1031,1039,'es',0,NULL,'Montañas',NULL,'',0,'2019-11-07 09:10:12'),(1032,1040,'es',0,NULL,'Pirámides',NULL,'',0,'2019-11-07 09:10:12'),(1033,1041,'es',0,NULL,'Separador',NULL,'',0,'2019-11-07 09:10:12'),(1034,1042,'es',0,NULL,'Inclinación',NULL,'',0,'2019-11-07 09:10:12'),(1035,1043,'es',0,NULL,'Opacidad de inclinación',NULL,'',0,'2019-11-07 09:10:12'),(1036,1044,'es',0,NULL,'Triángulo',NULL,'',0,'2019-11-07 09:10:12'),(1037,1045,'es',0,NULL,'Triángulo asimétrico',NULL,'',0,'2019-11-07 09:10:12'),(1038,1046,'es',0,NULL,'Olas',NULL,'',0,'2019-11-07 09:10:12'),(1039,1047,'es',0,NULL,'Cepillo de olas',NULL,'',0,'2019-11-07 09:10:12'),(1040,1048,'es',0,NULL,'Patrón de olas',NULL,'',0,'2019-11-07 09:10:12'),(1041,1049,'es',0,NULL,'Zig zag',NULL,'',0,'2019-11-07 09:10:12'),(1042,1050,'es',0,NULL,'Botón compartir',NULL,'',0,'2019-11-07 09:10:12'),(1043,1051,'es',0,NULL,'Shortcode',NULL,'',0,'2019-11-07 09:10:12'),(1044,1052,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:10:12'),(1045,1053,'es',0,NULL,'Mostrar / Ocultar panel',NULL,'',0,'2019-11-07 09:10:12'),(1046,1054,'es',0,NULL,'Mostrar panel',NULL,'',0,'2019-11-07 09:10:12'),(1047,1055,'es',0,NULL,'Mostrar los controladores de edición cuando se pasa por encima del botón editar',NULL,'',0,'2019-11-07 09:10:12'),(1048,1056,'es',0,NULL,'Barra lateral',NULL,'',0,'2019-11-07 09:10:12'),(1049,1057,'es',0,NULL,'Regístrate',NULL,'',0,'2019-11-07 09:10:12'),(1050,1058,'es',0,NULL,'Individual',NULL,'',0,'2019-11-07 09:10:12'),(1051,1059,'es',0,NULL,'Sitio',NULL,'',0,'2019-11-07 09:10:12'),(1052,1060,'es',0,NULL,'Tamaño',NULL,'',0,'2019-11-07 09:10:12'),(1053,1061,'es',0,NULL,'Diseño',NULL,'',0,'2019-11-07 09:10:12'),(1054,1062,'es',0,NULL,'Saltar',NULL,'',0,'2019-11-07 09:10:12'),(1055,1063,'es',0,NULL,'Saltar y desactivar',NULL,'',0,'2019-11-07 09:10:12'),(1056,1064,'es',0,NULL,'Diapositiva',NULL,'',0,'2019-11-07 09:10:12'),(1057,1065,'es',0,NULL,'Diapositivas a desplazar',NULL,'',0,'2019-11-07 09:10:12'),(1058,1066,'es',0,NULL,'Diapositivas a mostrar',NULL,'',0,'2019-11-07 09:10:12'),(1059,1067,'es',0,NULL,'Lento',NULL,'',0,'2019-11-07 09:10:12'),(1060,1068,'es',0,NULL,'Pequeño',NULL,'',0,'2019-11-07 09:10:12'),(1061,1069,'es',0,NULL,'Iconos sociales',NULL,'',0,'2019-11-07 09:10:12'),(1062,1070,'es',0,NULL,'Sólido',NULL,'',0,'2019-11-07 09:10:12'),(1063,1071,'es',0,NULL,'Algunos archivos de tu tema no están disponibles.',NULL,'',0,'2019-11-07 09:10:12'),(1064,1072,'es',0,NULL,'Algo salió mal.',NULL,'',0,'2019-11-07 09:10:12'),(1065,1073,'es',0,NULL,'Pronto',NULL,'',0,'2019-11-07 09:10:12'),(1066,1074,'es',0,NULL,'Lo sentimos, no se encontró el área de contenido en tu página.',NULL,'',0,'2019-11-07 09:10:12'),(1067,1075,'es',0,NULL,'SoundCloud',NULL,'',0,'2019-11-07 09:10:12'),(1068,1076,'es',0,NULL,'Origen',NULL,'',0,'2019-11-07 09:10:12'),(1069,1077,'es',0,NULL,'Espacio',NULL,'',0,'2019-11-07 09:10:12'),(1070,1078,'es',0,NULL,'Espaciado alrededor',NULL,'',0,'2019-11-07 09:10:12'),(1071,1079,'es',0,NULL,'Espacio intermedio',NULL,'',0,'2019-11-07 09:10:12'),(1072,1080,'es',0,NULL,'Espacio entre widgets',NULL,'',0,'2019-11-07 09:10:12'),(1073,1081,'es',0,NULL,'Espaciado uniforme',NULL,'',0,'2019-11-07 09:10:12'),(1074,1082,'es',0,NULL,'Espaciador',NULL,'',0,'2019-11-07 09:10:12'),(1075,1083,'es',0,NULL,'Espaciado',NULL,'',0,'2019-11-07 09:10:12'),(1076,1084,'es',0,NULL,'Especifica un tiempo de inicio (en segundos)',NULL,'',0,'2019-11-07 09:10:12'),(1077,1085,'es',0,NULL,'Especifica un tiempo de finalización (en segundos)',NULL,'',0,'2019-11-07 09:10:12'),(1078,1086,'es',0,NULL,'Extender',NULL,'',0,'2019-11-07 09:10:12'),(1079,1087,'es',0,NULL,'Cuadrado',NULL,'',0,'2019-11-07 09:10:12'),(1080,1088,'es',0,NULL,'Apilados',NULL,'',0,'2019-11-07 09:10:12'),(1081,1089,'es',0,NULL,'Valoración de estrellas',NULL,'',0,'2019-11-07 09:10:12'),(1082,1090,'es',0,NULL,'Estrellas',NULL,'',0,'2019-11-07 09:10:12'),(1083,1091,'es',0,NULL,'Inicio',NULL,'',0,'2019-11-07 09:10:12'),(1084,1092,'es',0,NULL,'Tiempo de inicio',NULL,'',0,'2019-11-07 09:10:12'),(1085,1093,'es',0,NULL,'Comienza a diseñar tu página y serás capaz de ver el histórico completo de revisiones aquí.',NULL,'',0,'2019-11-07 09:10:12'),(1086,1094,'es',0,NULL,'Número de inicio',NULL,'',0,'2019-11-07 09:10:12'),(1087,1095,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:10:12'),(1088,1096,'es',0,NULL,'¡Estate atento! Habrá más plantillas muy pronto',NULL,'',0,'2019-11-07 09:10:12'),(1089,1097,'es',0,NULL,'¿Aún estás experimentando problemas?',NULL,'',0,'2019-11-07 09:10:12'),(1090,1098,'es',0,NULL,'Estirar',NULL,'',0,'2019-11-07 09:10:12'),(1091,1099,'es',0,NULL,'Extender la sección',NULL,'',0,'2019-11-07 09:10:12'),(1092,1100,'es',0,NULL,'Extender la sección a todo el ancho de la página utilizando JS.',NULL,'',0,'2019-11-07 09:10:12'),(1093,1101,'es',0,NULL,'Extender hasta ajustar sección',NULL,'',0,'2019-11-07 09:10:12'),(1094,1102,'es',0,NULL,'Estructura',NULL,'',0,'2019-11-07 09:10:12'),(1095,1103,'es',0,NULL,'Estilo',NULL,'',0,'2019-11-07 09:10:12'),(1096,1104,'es',0,NULL,'Estilo pegado',NULL,'',0,'2019-11-07 09:10:12'),(1097,1105,'es',0,NULL,'Restablecer estilo',NULL,'',0,'2019-11-07 09:10:12'),(1098,1106,'es',0,NULL,'Los estilos configurados en Elementor son guardados en ficheros CSS en la carpeta uploads. Recrea esos ficheros de acuerdo a los ajustes más recientes.',NULL,'',0,'2019-11-07 09:10:12'),(1099,1107,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:10:12'),(1100,1108,'es',0,NULL,'Enviar y desactivar',NULL,'',0,'2019-11-07 09:10:12'),(1101,1109,'es',0,NULL,'Éxito',NULL,'',0,'2019-11-07 09:10:12'),(1102,1110,'es',0,NULL,'Vídeos sugeridos',NULL,'',0,'2019-11-07 09:10:12'),(1103,1111,'es',0,NULL,'Super administrador',NULL,'',0,'2019-11-07 09:10:12'),(1104,1112,'es',0,NULL,'¡Claro!, me gustaría ayudar',NULL,'',0,'2019-11-07 09:10:12'),(1105,1113,'es',0,NULL,'Cambio de método de carga del editor',NULL,'',0,'2019-11-07 09:10:12'),(1106,1114,'es',0,NULL,'Cambiar a la pestaña de revisiones para las versiones anteriores',NULL,'',0,'2019-11-07 09:10:12'),(1107,1115,'es',0,NULL,'Sincronizar la biblioteca',NULL,'',0,'2019-11-07 09:10:12'),(1108,1116,'es',0,NULL,'Sistema',NULL,'',0,'2019-11-07 09:10:12'),(1109,1117,'es',0,NULL,'Información del sistema',NULL,'',0,'2019-11-07 09:10:12'),(1110,1118,'es',0,NULL,'Si quieres modificar el código fuente de tu tema, te recomendamos utilizar un <a href=\"%s\">tema hijo</a>.',NULL,'',0,'2019-11-07 09:10:12'),(1111,1119,'es',0,NULL,'Recomendamos como ajuste de memoria al menos %1$s. Para más información, lee <a href=\"%2$s\">como incrementar la memoria asignada a PHP</a>.',NULL,'',0,'2019-11-07 09:10:12'),(1112,1120,'es',0,NULL,'Recomendamos utilizar PHP 5.4 o superior',NULL,'',0,'2019-11-07 09:10:12'),(1113,1121,'es',0,NULL,'Pestaña #1',NULL,'',0,'2019-11-07 09:10:12'),(1114,1122,'es',0,NULL,'Tab #2',NULL,'',0,'2019-11-07 09:10:12'),(1115,1123,'es',0,NULL,'Contenido de tabla',NULL,'',0,'2019-11-07 09:10:12'),(1116,1124,'es',0,NULL,'Titulo de tabla',NULL,'',0,'2019-11-07 09:10:12'),(1117,1125,'es',0,NULL,'Tableta',NULL,'',0,'2019-11-07 09:10:12'),(1118,1126,'es',0,NULL,'Punto de ruptura en tableta',NULL,'',0,'2019-11-07 09:10:12'),(1119,1127,'es',0,NULL,'Pestañas',NULL,'',0,'2019-11-07 09:10:12'),(1120,1128,'es',0,NULL,'Elementos de las pestañas',NULL,'',0,'2019-11-07 09:10:12'),(1121,1129,'es',0,NULL,'Tomar el control',NULL,'',0,'2019-11-07 09:10:12'),(1122,1130,'es',0,NULL,'Plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1123,1131,'es',0,NULL,'Biblioteca de plantillas',NULL,'',0,'2019-11-07 09:10:12'),(1124,1132,'es',0,NULL,'Añadir nueva',NULL,'',0,'2019-11-07 09:10:12'),(1125,1133,'es',0,NULL,'Añadir nueva plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1126,1134,'es',0,NULL,'Todas las categorías',NULL,'',0,'2019-11-07 09:10:12'),(1127,1135,'es',0,NULL,'Todas las plantillas',NULL,'',0,'2019-11-07 09:10:12'),(1128,1136,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:10:12'),(1129,1137,'es',0,NULL,'Categoría',NULL,'',0,'2019-11-07 09:10:12'),(1130,1138,'es',0,NULL,'Editar plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1131,1139,'es',0,NULL,'Filtrar por categoría',NULL,'',0,'2019-11-07 09:10:12'),(1132,1140,'es',0,NULL,'Mis plantillas',NULL,'',0,'2019-11-07 09:10:12'),(1133,1141,'es',0,NULL,'Nueva plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1134,1142,'es',0,NULL,'No hay plantillas ',NULL,'',0,'2019-11-07 09:10:12'),(1135,1143,'es',0,NULL,'No hay plantillas en la papelera',NULL,'',0,'2019-11-07 09:10:12'),(1136,1144,'es',0,NULL,'Plantillas guardadas',NULL,'',0,'2019-11-07 09:10:12'),(1137,1145,'es',0,NULL,'Buscar plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1138,1146,'es',0,NULL,'Plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1139,1147,'es',0,NULL,'Plantillas',NULL,'',0,'2019-11-07 09:10:12'),(1140,1148,'es',0,NULL,'Tipo',NULL,'',0,'2019-11-07 09:10:12'),(1141,1149,'es',0,NULL,'Ver plantilla',NULL,'',0,'2019-11-07 09:10:12'),(1142,1150,'es',0,NULL,'La plantilla no existe.',NULL,'',0,'2019-11-07 09:10:12'),(1143,1151,'es',0,NULL,'Las plantillas te ayudan a <span>trabajar eficazmente</span>',NULL,'',0,'2019-11-07 09:10:12'),(1144,1152,'es',0,NULL,'Recomendación',NULL,'',0,'2019-11-07 09:10:12'),(1145,1153,'es',0,NULL,'Texto',NULL,'',0,'2019-11-07 09:10:12'),(1146,1154,'es',0,NULL,'Alineación del texto',NULL,'',0,'2019-11-07 09:10:12'),(1147,1155,'es',0,NULL,'Color de texto',NULL,'',0,'2019-11-07 09:10:12'),(1148,1156,'es',0,NULL,'Editor de texto',NULL,'',0,'2019-11-07 09:10:12'),(1149,1157,'es',0,NULL,'Sangría del texto',NULL,'',0,'2019-11-07 09:10:12'),(1150,1158,'es',0,NULL,'Sombra',NULL,'',0,'2019-11-07 09:10:12'),(1151,1159,'es',0,NULL,'Sombra de texto',NULL,'',0,'2019-11-07 09:10:12'),(1152,1160,'es',0,NULL,'El widget <strong>%1$s</strong> ha quedado obsoleto desde %2$s %3$s.',NULL,'',0,'2019-11-07 09:10:12'),(1153,1161,'es',0,NULL,'El ID del anclaje del menú.',NULL,'',0,'2019-11-07 09:10:12'),(1154,1162,'es',0,NULL,'Las URLs `de` y `a` deben ser diferentes',NULL,'',0,'2019-11-07 09:10:12'),(1155,1163,'es',0,NULL,'Las URLs `de` y `a` deben ser válidas',NULL,'',0,'2019-11-07 09:10:12'),(1156,1164,'es',0,NULL,'Ocurrió/eron el/los siguiente/s error/es al procesar la petición:',NULL,'',0,'2019-11-07 09:10:12'),(1157,1165,'es',0,NULL,'El problema probablemente era debido a uno de tus plugins o tu tema.',NULL,'',0,'2019-11-07 09:10:12'),(1158,1166,'es',0,NULL,'El listado de fuentes utilizadas si la fuente seleccionada no está disponible.',NULL,'',0,'2019-11-07 09:10:12'),(1159,1167,'es',0,NULL,'El más avanzado creador de páginas de arrastrar & soltar. Crea sitios profesionales, perfectos al pixel, a velocidad récord. Con cualquier tema, cualquier página, cualquier diseño.',NULL,'',0,'2019-11-07 09:10:12'),(1160,1168,'es',0,NULL,'No se pudo cargar la vista previa',NULL,'',0,'2019-11-07 09:10:12'),(1161,1169,'es',0,NULL,'¡El servidor no tiene ImageMagick o GD instalado y/o activado! Se requiere alguna de estas bibliotecas para que WordPress pueda redimensionar imágenes. Por favor contacta al administrador de tu servidor para activar esto antes de continuar.',NULL,'',0,'2019-11-07 09:10:12'),(1162,1170,'es',0,NULL,'El archivo subido %s no es compatible. Por favor, sube un archivo SVG válido.',NULL,'',0,'2019-11-07 09:10:12'),(1163,1171,'es',0,NULL,'Maquetador de temas',NULL,'',0,'2019-11-07 09:10:12'),(1164,1172,'es',0,NULL,'El maquetador de temas es la solución líder todo en uno que te permite personalizar visualmente cada parte de tu tema WordPress: cabecera, pie de página, página única, archivo y WooCommerce. ',NULL,'',0,'2019-11-07 09:10:12'),(1165,1173,'es',0,NULL,'Plantillas del tema',NULL,'',0,'2019-11-07 09:10:12'),(1166,1174,'es',0,NULL,'Temas',NULL,'',0,'2019-11-07 09:10:12'),(1167,1175,'es',0,NULL,'Existe una nueva versión de Elementor Page Builder disponible. <a href=\"%1$s\" class=\"thickbox open-plugin-details-modal\" aria-label=\"%2$s\">Ver detalles de la versión %3$s</a> o <a href=\"%4$s\" class=\"update-link\" aria-label=\"%5$s\">actualiza ahora</a>.',NULL,'',0,'2019-11-07 09:10:12'),(1168,1176,'es',0,NULL,'Hay un autoguardado de esta entrada que es más reciente que el de la versión de abajo. Puedes restaurar los datos guardados desde el panel de revisiones',NULL,'',0,'2019-11-07 09:10:12'),(1169,1177,'es',0,NULL,'Este ID será el ID CSS que tendrás que usar en tu propia página, sin el #.',NULL,'',0,'2019-11-07 09:10:12'),(1170,1178,'es',0,NULL,'Esta acción es irreversible y no se puede deshacer volviendo a versiones anteriores.',NULL,'',0,'2019-11-07 09:10:12'),(1171,1179,'es',0,NULL,'Esta imagen de portada sustituirá al vídeo de fondo en el caso de que ese vídeo no pueda ser cargado.',NULL,'',0,'2019-11-07 09:10:12'),(1172,1180,'es',0,NULL,'Esta funcionalidad está únicamente disponible en Elementor Pro.',NULL,'',0,'2019-11-07 09:10:12'),(1173,1181,'es',0,NULL,'Esto es una alerta',NULL,'',0,'2019-11-07 09:10:12'),(1174,1182,'es',0,NULL,'Esto es solo un borrador. Juega un poco y, cuando termines, haz clic en actualizar.',NULL,'',0,'2019-11-07 09:10:12'),(1175,1183,'es',0,NULL,'Este es el encabezado',NULL,'',0,'2019-11-07 09:10:12'),(1176,1184,'es',0,NULL,'Aquí es donde deben estar las plantillas. Diséñalas. Guárdalas. Reutilízalas.',NULL,'',0,'2019-11-07 09:10:12'),(1177,1185,'es',0,NULL,'Esta etiqueta no tiene ajustes.',NULL,'',0,'2019-11-07 09:10:12'),(1178,1186,'es',0,NULL,'Esta plantilla incluye la cabecera, el contenido a ancho completo y el pie de página.',NULL,'',0,'2019-11-07 09:10:12'),(1179,1187,'es',0,NULL,'Separador de miles',NULL,'',0,'2019-11-07 09:10:12'),(1180,1188,'es',0,NULL,'Tiempo límite',NULL,'',0,'2019-11-07 09:10:12'),(1181,1189,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:10:12'),(1182,1190,'es',0,NULL,'Título y descripción',NULL,'',0,'2019-11-07 09:10:12'),(1183,1191,'es',0,NULL,'Etiqueta HTML de título',NULL,'',0,'2019-11-07 09:10:12'),(1184,1192,'es',0,NULL,'Estilo del título',NULL,'',0,'2019-11-07 09:10:12'),(1185,1193,'es',0,NULL,'Para activar el modo de mantenimiento debes escoger una plantilla para la página del modo de mantenimiento.',NULL,'',0,'2019-11-07 09:10:12'),(1186,1194,'es',0,NULL,'Alternar',NULL,'',0,'2019-11-07 09:10:12'),(1187,1195,'es',0,NULL,'Opción #1',NULL,'',0,'2019-11-07 09:10:12'),(1188,1196,'es',0,NULL,'Opción #2',NULL,'',0,'2019-11-07 09:10:12'),(1189,1197,'es',0,NULL,'Ocultar contenido',NULL,'',0,'2019-11-07 09:10:12'),(1190,1198,'es',0,NULL,'Alternar elementos',NULL,'',0,'2019-11-07 09:10:12'),(1191,1199,'es',0,NULL,'Alternar título',NULL,'',0,'2019-11-07 09:10:12'),(1192,1200,'es',0,NULL,'Token caducado.',NULL,'',0,'2019-11-07 09:10:12'),(1193,1201,'es',0,NULL,'Herramientas',NULL,'',0,'2019-11-07 09:10:12'),(1194,1202,'es',0,NULL,'Arriba',NULL,'',0,'2019-11-07 09:10:12'),(1195,1203,'es',0,NULL,'Transición',NULL,'',0,'2019-11-07 09:10:12'),(1196,1204,'es',0,NULL,'Duración de la transición',NULL,'',0,'2019-11-07 09:10:12'),(1197,1205,'es',0,NULL,'Tendencias',NULL,'',0,'2019-11-07 09:10:12'),(1198,1206,'es',0,NULL,'Activa las pruebas beta para recibir avisos cuando esté disponible una nueva versión beta de Elementor o E-Pro. La versión beta no se instalará automáticamente. Siempre tendrás la opción de ignorarla.',NULL,'',0,'2019-11-07 09:10:12'),(1199,1207,'es',0,NULL,'Tipo',NULL,'',0,'2019-11-07 09:10:12'),(1200,1208,'es',0,NULL,'Teclea aquí',NULL,'',0,'2019-11-07 09:10:12'),(1201,1209,'es',0,NULL,'Teclea para encontrar lo que sea en Elementor',NULL,'',0,'2019-11-07 09:10:12'),(1202,1210,'es',0,NULL,'Tipografía',NULL,'',0,'2019-11-07 09:10:12'),(1203,1211,'es',0,NULL,'Mayúsculas',NULL,'',0,'2019-11-07 09:10:12'),(1204,1212,'es',0,NULL,'Decoración',NULL,'',0,'2019-11-07 09:10:12'),(1205,1213,'es',0,NULL,'Familia',NULL,'',0,'2019-11-07 09:10:12'),(1206,1214,'es',0,NULL,'Cursiva',NULL,'',0,'2019-11-07 09:10:12'),(1207,1215,'es',0,NULL,'Espaciado de letras',NULL,'',0,'2019-11-07 09:10:12'),(1208,1216,'es',0,NULL,'Tachado',NULL,'',0,'2019-11-07 09:10:12'),(1209,1217,'es',0,NULL,'Altura de linea',NULL,'',0,'2019-11-07 09:10:12'),(1210,1218,'es',0,NULL,'Minúsculas',NULL,'',0,'2019-11-07 09:10:12'),(1211,1219,'es',0,NULL,'Ninguno',NULL,'',0,'2019-11-07 09:10:12'),(1212,1220,'es',0,NULL,'Normal',NULL,'',0,'2019-11-07 09:10:12'),(1213,1221,'es',0,NULL,'Oblicua',NULL,'',0,'2019-11-07 09:10:12'),(1214,1222,'es',0,NULL,'Línea superior',NULL,'',0,'2019-11-07 09:10:12'),(1215,1223,'es',0,NULL,'Tamaño',NULL,'',0,'2019-11-07 09:10:12'),(1216,1224,'es',0,NULL,'Estilo',NULL,'',0,'2019-11-07 09:10:12'),(1217,1225,'es',0,NULL,'Transformación',NULL,'',0,'2019-11-07 09:10:12'),(1218,1226,'es',0,NULL,'Tipografía',NULL,'',0,'2019-11-07 09:10:12'),(1219,1227,'es',0,NULL,'Subrayado',NULL,'',0,'2019-11-07 09:10:12'),(1220,1228,'es',0,NULL,'Mayúsculas',NULL,'',0,'2019-11-07 09:10:12'),(1221,1229,'es',0,NULL,'Peso',NULL,'',0,'2019-11-07 09:10:12'),(1222,1230,'es',0,NULL,'Color de la UI',NULL,'',0,'2019-11-07 09:10:12'),(1223,1231,'es',0,NULL,'Color al pasar el cursor por la UI',NULL,'',0,'2019-11-07 09:10:12'),(1224,1232,'es',0,NULL,'URL',NULL,'',0,'2019-11-07 09:10:12'),(1225,1233,'es',0,NULL,'Deshacer',NULL,'',0,'2019-11-07 09:10:12'),(1226,1234,'es',0,NULL,'Error desconocido',NULL,'',0,'2019-11-07 09:10:12'),(1227,1235,'es',0,NULL,'Valor desconocido',NULL,'',0,'2019-11-07 09:10:12'),(1228,1236,'es',0,NULL,'Valores sin enlazar',NULL,'',0,'2019-11-07 09:10:12'),(1229,1237,'es',0,NULL,'Color sin marcar',NULL,'',0,'2019-11-07 09:10:12'),(1230,1238,'es',0,NULL,'Estilo sin marcar',NULL,'',0,'2019-11-07 09:10:12'),(1231,1239,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:10:12'),(1232,1240,'es',0,NULL,'Actualizar Elementor ahora',NULL,'',0,'2019-11-07 09:10:12'),(1233,1241,'es',0,NULL,'Aviso de actualización',NULL,'',0,'2019-11-07 09:10:12'),(1234,1242,'es',0,NULL,'Actualizar ahora',NULL,'',0,'2019-11-07 09:10:12'),(1235,1243,'es',0,NULL,'Actualizar la dirección del sitio (URL)',NULL,'',0,'2019-11-07 09:10:12'),(1236,1244,'es',0,NULL,'Actualizar los cambios en la página',NULL,'',0,'2019-11-07 09:10:12'),(1237,1245,'es',0,NULL,'Actualizar a Font Awesome 5',NULL,'',0,'2019-11-07 09:10:12'),(1238,1246,'es',0,NULL,'Subir',NULL,'',0,'2019-11-07 09:10:12'),(1239,1247,'es',0,NULL,'Subir SVG',NULL,'',0,'2019-11-07 09:10:12'),(1240,1248,'es',0,NULL,'Seguimiento de datos de uso',NULL,'',0,'2019-11-07 09:10:12'),(1241,1249,'es',0,NULL,'Usa ficheros externos de CSS para todas las hojas de estilo generadas. Escoge esta configuración para un mejor rendimiento (recomendado).',NULL,'',0,'2019-11-07 09:10:12'),(1242,1250,'es',0,NULL,'Usa el CSS interno que está incrustado en la cabecera de la página. Para diagnosticar conflictos con la configuración del servidor y controlar entornos de desarrollo.',NULL,'',0,'2019-11-07 09:10:12'),(1243,1251,'es',0,NULL,'Utiliza plantillas para crear distintas partes de tu web y reutilízalas con un clic cuando sea necesario.',NULL,'',0,'2019-11-07 09:10:12'),(1244,1252,'es',0,NULL,'Nombre de usuario',NULL,'',0,'2019-11-07 09:10:12'),(1245,1253,'es',0,NULL,'Usuarios',NULL,'',0,'2019-11-07 09:10:12'),(1246,1254,'es',0,NULL,'Control de versiones',NULL,'',0,'2019-11-07 09:10:12'),(1247,1255,'es',0,NULL,'Vertical',NULL,'',0,'2019-11-07 09:10:12'),(1248,1256,'es',0,NULL,'Alineación vertical',NULL,'',0,'2019-11-07 09:10:12'),(1249,1257,'es',0,NULL,'Alineación vertical',NULL,'',0,'2019-11-07 09:10:12'),(1250,1258,'es',0,NULL,'Orientación vertical',NULL,'',0,'2019-11-07 09:10:12'),(1251,1259,'es',0,NULL,'Vídeo',NULL,'',0,'2019-11-07 09:10:12'),(1252,1260,'es',0,NULL,'Información del vídeo',NULL,'',0,'2019-11-07 09:10:12'),(1253,1261,'es',0,NULL,'Opciones del vídeo',NULL,'',0,'2019-11-07 09:10:12'),(1254,1262,'es',0,NULL,'Videotutoriales',NULL,'',0,'2019-11-07 09:10:12'),(1255,1263,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:10:12'),(1256,1264,'es',0,NULL,'Ver todas las revisiones',NULL,'',0,'2019-11-07 09:10:12'),(1257,1265,'es',0,NULL,'Ver la documentación de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(1258,1266,'es',0,NULL,'Ver videotutoriales de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(1259,1267,'es',0,NULL,'Ver detalles de la versión %s de Elementor',NULL,'',0,'2019-11-07 09:10:12'),(1260,1268,'es',0,NULL,'Ver página',NULL,'',0,'2019-11-07 09:10:12'),(1261,1269,'es',0,NULL,'Vimeo',NULL,'',0,'2019-11-07 09:10:12'),(1262,1270,'es',0,NULL,'Visibilidad',NULL,'',0,'2019-11-07 09:10:12'),(1263,1271,'es',0,NULL,'Reproductor visual',NULL,'',0,'2019-11-07 09:10:12'),(1264,1272,'es',0,NULL,'¡Espera! No desactives Elementor. Tienes que activar Elementor y Elementor Pro para que funcione el plugin.',NULL,'',0,'2019-11-07 09:10:12'),(1265,1273,'es',0,NULL,'¿Quieres dar acceso solo al contenido?',NULL,'',0,'2019-11-07 09:10:12'),(1266,1274,'es',0,NULL,'¿Quieres aprender más sobre la biblioteca de Elementor?',NULL,'',0,'2019-11-07 09:10:12'),(1267,1275,'es',0,NULL,'Advertencia',NULL,'',0,'2019-11-07 09:10:14'),(1268,1276,'es',0,NULL,'Advertencia: por favor, haz copia de seguridad de tu base de datos antes de revertir.',NULL,'',0,'2019-11-07 09:10:14'),(1269,1277,'es',0,NULL,'Recomendamos que solo actives esta característica si comprendes los riesgos de seguridad que conlleva.',NULL,'',0,'2019-11-07 09:10:14'),(1270,1278,'es',0,NULL,'Te recomendamos que veas este vídeo de introducción de dos minutos y entonces pruebes tú mismo el editor arrastrando y soltando elementos para crear tu primera página.',NULL,'',0,'2019-11-07 09:10:14'),(1271,1279,'es',0,NULL,'Lo sentimos, pero algo fue mal. Haz clic en «Aprender más» y sigue cada uno de los pasos para resolverlo rápidamente.',NULL,'',0,'2019-11-07 09:10:14'),(1272,1280,'es',0,NULL,'Diseñador web',NULL,'',0,'2019-11-07 09:10:14'),(1273,1281,'es',0,NULL,'Peso',NULL,'',0,'2019-11-07 09:10:14'),(1274,1282,'es',0,NULL,'Bienvenido a Elementor',NULL,'',0,'2019-11-07 09:10:14'),(1275,1283,'es',0,NULL,'Cuando activas el modo privado YouTube no almacenará información sobre tus visitantes en tu web a menos que reproduzcan el vídeo.',NULL,'',0,'2019-11-07 09:10:14'),(1276,1284,'es',0,NULL,'Quién puede acceder',NULL,'',0,'2019-11-07 09:10:14'),(1277,1285,'es',0,NULL,'Ancho',NULL,'',0,'2019-11-07 09:10:14'),(1278,1286,'es',0,NULL,'Más amplio',NULL,'',0,'2019-11-07 09:10:14'),(1279,1287,'es',0,NULL,'Panel de widgets',NULL,'',0,'2019-11-07 09:10:14'),(1280,1288,'es',0,NULL,'Espacio entre widgets',NULL,'',0,'2019-11-07 09:10:14'),(1281,1289,'es',0,NULL,'Ancho',NULL,'',0,'2019-11-07 09:10:14'),(1282,1290,'es',0,NULL,'Con esta característica, puedes guardar un widget a nivel global y, después, añadirlo en múltiples áreas. Todas las áreas serán editables desde un único lugar.',NULL,'',0,'2019-11-07 09:10:14'),(1283,1291,'es',0,NULL,'WooCommerce',NULL,'',0,'2019-11-07 09:10:14'),(1284,1292,'es',0,NULL,'WordPress',NULL,'',0,'2019-11-07 09:10:14'),(1285,1293,'es',0,NULL,'XL',NULL,'',0,'2019-11-07 09:10:14'),(1286,1294,'es',0,NULL,'XXL',NULL,'',0,'2019-11-07 09:10:14'),(1287,1295,'es',0,NULL,'Sí',NULL,'',0,'2019-11-07 09:10:14'),(1288,1296,'es',0,NULL,'Puedes copiar y pegar como texto la siguiente información con Ctrl+C / Ctrl+V:',NULL,'',0,'2019-11-07 09:10:14'),(1289,1297,'es',0,NULL,'Puedes cortar la imagen original a cualquier tamaño. También puedes colocar un valor para el alto y el ancho para mantener la proporción original.',NULL,'',0,'2019-11-07 09:10:14'),(1290,1298,'es',0,NULL,'Puedes personalizar el diseño de la caja de luz yendo a: icono de hamburguesa arriba a la izquierda > ajustes globales > caja de luz.',NULL,'',0,'2019-11-07 09:10:14'),(1291,1299,'es',0,NULL,'Puedes activarlo desde la <a href=\"%s\" target=\"_blank\">página de ajustes de Elementor</a>.',NULL,'',0,'2019-11-07 09:10:14'),(1292,1300,'es',0,NULL,'Puedes marcar cada plantilla prediseñada como favorita.',NULL,'',0,'2019-11-07 09:10:14'),(1293,1301,'es',0,NULL,'Has creado más de 10 páginas con Elementor. ¡Bien hecho! Si tienes un minuto, ayúdanos dejándonos una reseña de cinco estrellas en WordPress.org.',NULL,'',0,'2019-11-07 09:10:14'),(1294,1302,'es',0,NULL,'No tienes permisos para descargar este archivo',NULL,'',0,'2019-11-07 09:10:14'),(1295,1303,'es',0,NULL,'Debes llamar a la función «the_content» en la plantilla actual, para que Elementor pueda funcionar en esta página.',NULL,'',0,'2019-11-07 09:10:14'),(1296,1304,'es',0,NULL,'YouTube',NULL,'',0,'2019-11-07 09:10:14'),(1297,1305,'es',0,NULL,'Enlace de YouTube/Vimeo o enlace al archivo de vídeo (se recomienda mp4).',NULL,'',0,'2019-11-07 09:10:14'),(1298,1306,'es',0,NULL,'Tu correo electrónico',NULL,'',0,'2019-11-07 09:10:14'),(1299,1307,'es',0,NULL,'Tu navegador no es compatible',NULL,'',0,'2019-11-07 09:10:14'),(1300,1308,'es',0,NULL,'Tu navegador no es compatible con todas las características de edición de Elementor. Te recomendamos que cambies a otro navegador como Chrome o Firefox.',NULL,'',0,'2019-11-07 09:10:14'),(1301,1309,'es',0,NULL,'Tus diseños estarán disponibles para la exportación y la reutilización en cualquier página o sitio web',NULL,'',0,'2019-11-07 09:10:14'),(1302,1310,'es',0,NULL,'Tu sesión ha caducado. Por favor, recarga la página para seguir editando.',NULL,'',0,'2019-11-07 09:10:14'),(1303,1311,'es',0,NULL,'El archivo .htaccess de tu sitio no parece estar disponible.',NULL,'',0,'2019-11-07 09:10:14'),(1304,1312,'es',0,NULL,'Z-Index',NULL,'',0,'2019-11-07 09:10:14'),(1305,1313,'es',0,NULL,'Zoom',NULL,'',0,'2019-11-07 09:10:14'),(1306,1314,'es',0,NULL,'ej: diseñador web',NULL,'',0,'2019-11-07 09:10:14'),(1307,1315,'es',0,NULL,'https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash',NULL,'',0,'2019-11-07 09:10:14'),(1308,1316,'es',0,NULL,'https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash',NULL,'',0,'2019-11-07 09:10:14'),(1309,1317,'es',0,NULL,'https://tu-enlace.com',NULL,'',0,'2019-11-07 09:10:14'),(1310,1318,'es',0,NULL,'o',NULL,'',0,'2019-11-07 09:10:14'),(1311,1319,'es',0,NULL,'j M @ H:i',NULL,'',0,'2019-11-07 09:10:14'),(1312,1320,'es',0,NULL,'j M, H:i',NULL,'',0,'2019-11-07 09:10:14'),(1313,1321,'es',0,NULL,'Flechas',NULL,'',0,'2019-11-07 09:10:14'),(1314,1322,'es',0,NULL,'Rizado',NULL,'',0,'2019-11-07 09:10:14'),(1315,1323,'es',0,NULL,'Curvo',NULL,'',0,'2019-11-07 09:10:14'),(1316,1324,'es',0,NULL,'Puntos',NULL,'',0,'2019-11-07 09:10:14'),(1317,1325,'es',0,NULL,'Abeto',NULL,'',0,'2019-11-07 09:10:14'),(1318,1326,'es',0,NULL,'Medio círculo',NULL,'',0,'2019-11-07 09:10:14'),(1319,1327,'es',0,NULL,'Hojas',NULL,'',0,'2019-11-07 09:10:14'),(1320,1328,'es',0,NULL,'Múltiplo',NULL,'',0,'2019-11-07 09:10:14'),(1321,1329,'es',0,NULL,'Paralelogramo',NULL,'',0,'2019-11-07 09:10:14'),(1322,1330,'es',0,NULL,'Signos «más»',NULL,'',0,'2019-11-07 09:10:14'),(1323,1331,'es',0,NULL,'Rectángulos',NULL,'',0,'2019-11-07 09:10:14'),(1324,1332,'es',0,NULL,'Rombo',NULL,'',0,'2019-11-07 09:10:14'),(1325,1333,'es',0,NULL,'Barra inclinada',NULL,'',0,'2019-11-07 09:10:14'),(1326,1334,'es',0,NULL,'Cuadrado',NULL,'',0,'2019-11-07 09:10:14'),(1327,1335,'es',0,NULL,'Cuadros',NULL,'',0,'2019-11-07 09:10:14'),(1328,1336,'es',0,NULL,'Franjas',NULL,'',0,'2019-11-07 09:10:14'),(1329,1337,'es',0,NULL,'Árboles',NULL,'',0,'2019-11-07 09:10:14'),(1330,1338,'es',0,NULL,'Tribal',NULL,'',0,'2019-11-07 09:10:14'),(1331,1339,'es',0,NULL,'Olas',NULL,'',0,'2019-11-07 09:10:14'),(1332,1340,'es',0,NULL,'X',NULL,'',0,'2019-11-07 09:10:14'),(1333,1341,'es',0,NULL,'Zigzag',NULL,'',0,'2019-11-07 09:10:14'),(1334,1342,'es',0,NULL,'#%d (sin título)',NULL,'',0,'2019-11-07 09:10:22'),(1335,1343,'es',0,NULL,'%1$s %2$d',NULL,'',0,'2019-11-07 09:10:22'),(1336,1344,'es',0,NULL,'%1$s %2$s %3$s %4$s Feed',NULL,'',0,'2019-11-07 09:10:22'),(1337,1345,'es',0,NULL,'%1$s %2$s %3$s RSS de la categoría',NULL,'',0,'2019-11-07 09:10:22'),(1338,1346,'es',0,NULL,'%1$s %2$s %3$s RSS de los comentarios',NULL,'',0,'2019-11-07 09:10:22'),(1339,1347,'es',0,NULL,'%1$s %2$s %3$s Feed',NULL,'',0,'2019-11-07 09:10:22'),(1340,1348,'es',0,NULL,'%1$s %2$s %3$s RSS de la etiqueta',NULL,'',0,'2019-11-07 09:10:22'),(1341,1349,'es',0,NULL,'%1$s %2$s RSS de los comentarios',NULL,'',0,'2019-11-07 09:10:22'),(1342,1350,'es',0,NULL,'%1$s %2$s Feed',NULL,'',0,'2019-11-07 09:10:22'),(1343,1351,'es',0,NULL,'%1$s %2$s RSS de las entradas de %3$s',NULL,'',0,'2019-11-07 09:10:22'),(1344,1352,'es',0,NULL,'%1$s %2$s Resultados de búsqueda para «%3$s» RSS',NULL,'',0,'2019-11-07 09:10:22'),(1345,1353,'es',0,NULL,'%1$s %2$s, %3$s @ %4$s:%5$s',NULL,'',0,'2019-11-07 09:10:22'),(1346,1354,'es',0,NULL,'%1$s %2$s, hace %3$s (%4$s)',NULL,'',0,'2019-11-07 09:10:22'),(1347,1355,'es',0,NULL,'%1$s ‹ %2$s — WordPress',NULL,'',0,'2019-11-07 09:10:22'),(1348,1356,'es',0,NULL,'%1$s (%2$d)',NULL,'',0,'2019-11-07 09:10:22'),(1349,1357,'es',0,NULL,'%1$s (%2$s de %3$s)',NULL,'',0,'2019-11-07 09:10:22'),(1350,1358,'es',0,NULL,'%1$s (desde %2$s; %3$s)',NULL,'',0,'2019-11-07 09:10:22'),(1351,1359,'es',0,NULL,'%1$s (desde %2$s; sin alternativa disponible)',NULL,'',0,'2019-11-07 09:10:22'),(1352,1360,'es',0,NULL,'%1$s (desde %2$s; usa en su lugar %3$s)',NULL,'',0,'2019-11-07 09:10:22'),(1353,1361,'es',0,NULL,'%1$s comentario<span class=\"screen-reader-text\"> en %2$s</span>',NULL,'',0,'2019-11-07 09:10:22'),(1354,1362,'es',0,NULL,'%1$s comentarios<span class=\"screen-reader-text\"> en %2$s</span>',NULL,'',0,'2019-11-07 09:10:22'),(1355,1363,'es',0,NULL,'%1$s y %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1356,1364,'es',0,NULL,'%1$s a las %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1357,1365,'es',0,NULL,'%1$s por %2$s píxeles',NULL,'',0,'2019-11-07 09:10:22'),(1358,1366,'es',0,NULL,'%1$s no se pudo crear: %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1359,1367,'es',0,NULL,'%1$s ha quedado <strong>obsoleto</strong> desde la versión %2$s y no hay alternativas disponibles.',NULL,'',0,'2019-11-07 09:10:22'),(1360,1368,'es',0,NULL,'%1$s ha quedado <strong>obsoleto</strong> desde la versión %2$s. Utiliza %3$s en su lugar.',NULL,'',0,'2019-11-07 09:10:22'),(1361,1369,'es',0,NULL,'%1$s está obsoleto. Se debe utilizar en su lugar la función %2$s.',NULL,'',0,'2019-11-07 09:10:22'),(1362,1370,'es',0,NULL,'%1$s está obsoleto. Utiliza %2$s en su lugar.',NULL,'',0,'2019-11-07 09:10:22'),(1363,1371,'es',0,NULL,'%1$s no es una propiedad válida del objeto.',NULL,'',0,'2019-11-07 09:10:22'),(1364,1372,'es',0,NULL,'%1$s no es del tipo %2$s.',NULL,'',0,'2019-11-07 09:10:22'),(1365,1373,'es',0,NULL,'%1$s no es ninguna de las siguientes %2$s.',NULL,'',0,'2019-11-07 09:10:22'),(1366,1374,'es',0,NULL,'%1$s funciona gracias a %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1367,1375,'es',0,NULL,'%1$s es tu nuevo sitio. <a href=\"%2$s\">Accede</a> como «%3$s» usando tu contraseña existente.',NULL,'',0,'2019-11-07 09:10:22'),(1368,1376,'es',0,NULL,'%1$s debe estar entre %2$d (excluido) y %3$d (excluido)',NULL,'',0,'2019-11-07 09:10:22'),(1369,1377,'es',0,NULL,'%1$s debe estar entre %2$d (excluido) y %3$d (incluido)',NULL,'',0,'2019-11-07 09:10:22'),(1370,1378,'es',0,NULL,'%1$s debe estar entre %2$d (incluido) y %3$d (excluido)',NULL,'',0,'2019-11-07 09:10:22'),(1371,1379,'es',0,NULL,'%1$s debe estar entre %2$d (incluido) y %3$d (incluido)',NULL,'',0,'2019-11-07 09:10:22'),(1372,1380,'es',0,NULL,'%1$s debe ser mayor que %2$d',NULL,'',0,'2019-11-07 09:10:22'),(1373,1381,'es',0,NULL,'%1$s debe ser mayor o igual a %2$d',NULL,'',0,'2019-11-07 09:10:22'),(1374,1382,'es',0,NULL,'%1$s debe ser menor que %2$d',NULL,'',0,'2019-11-07 09:10:22'),(1375,1383,'es',0,NULL,'%1$s debe ser menor o igual a %2$d',NULL,'',0,'2019-11-07 09:10:22'),(1376,1384,'es',0,NULL,'%1$s en %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1377,1385,'es',0,NULL,'%1$s respuesta a %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1378,1386,'es',0,NULL,'%1$s respuestas a %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1379,1387,'es',0,NULL,'%1$s se llamó <strong>incorrectamente</strong>. %2$s %3$s',NULL,'',0,'2019-11-07 09:10:22'),(1380,1388,'es',0,NULL,'%1$s fue llamado con un argumento que está <strong>obsoleto</strong> desde la versión %2$s y no hay alternativas disponibles.',NULL,'',0,'2019-11-07 09:10:22'),(1381,1389,'es',0,NULL,'%1$s fue llamado con un argumento que está <strong>obsoleto</strong> desde la versión %2$s! %3$s',NULL,'',0,'2019-11-07 09:10:22'),(1382,1390,'es',0,NULL,'%1$s, %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1383,1391,'es',0,NULL,'%1$s y %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1384,1392,'es',0,NULL,'%1$s-%2$s',NULL,'',0,'2019-11-07 09:10:22'),(1385,1393,'es',0,NULL,'%1$s. Elemento de menú %2$d de %3$d.',NULL,'',0,'2019-11-07 09:10:22'),(1386,1394,'es',0,NULL,'%1$s. Número de subelemento %2$d de %3$s.',NULL,'',0,'2019-11-07 09:10:22'),(1387,1395,'es',0,NULL,'%1$s: %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1388,1396,'es',0,NULL,'%d actualización de plugin',NULL,'',0,'2019-11-07 09:10:22'),(1389,1397,'es',0,NULL,'%d actualizaciones de plugins',NULL,'',0,'2019-11-07 09:10:22'),(1390,1398,'es',0,NULL,'%d revisión',NULL,'',0,'2019-11-07 09:10:22'),(1391,1399,'es',0,NULL,'%d revisiones',NULL,'',0,'2019-11-07 09:10:22'),(1392,1400,'es',0,NULL,'%d actualización de tema',NULL,'',0,'2019-11-07 09:10:22'),(1393,1401,'es',0,NULL,'%d actualizaciones de temas',NULL,'',0,'2019-11-07 09:10:22'),(1394,1402,'es',0,NULL,'%d actualización de WordPress',NULL,'',0,'2019-11-07 09:10:22'),(1395,1403,'es',0,NULL,'%d bloque',NULL,'',0,'2019-11-07 09:10:22'),(1396,1404,'es',0,NULL,'%d bloques',NULL,'',0,'2019-11-07 09:10:22'),(1397,1405,'es',0,NULL,'%d resultado encontrado, utiliza las teclas arriba y abajo para navegar.',NULL,'',0,'2019-11-07 09:10:22'),(1398,1406,'es',0,NULL,'%d resultados encontrados, utiliza las teclas arriba y abajo para navegar.',NULL,'',0,'2019-11-07 09:10:22'),(1399,1407,'es',0,NULL,'%d resultado encontrado.',NULL,'',0,'2019-11-07 09:10:22'),(1400,1408,'es',0,NULL,'%d resultados encontrados.',NULL,'',0,'2019-11-07 09:10:22'),(1401,1409,'es',0,NULL,'%d resultados encontrados. Utiliza las teclas arriba y abajo para navegar.',NULL,'',0,'2019-11-07 09:10:22'),(1402,1410,'es',0,NULL,'%d seleccionados',NULL,'',0,'2019-11-07 09:10:22'),(1403,1411,'es',0,NULL,'%d temas encontrados',NULL,'',0,'2019-11-07 09:10:22'),(1404,1412,'es',0,NULL,'%d palabra',NULL,'',0,'2019-11-07 09:10:22'),(1405,1413,'es',0,NULL,'%d palabras',NULL,'',0,'2019-11-07 09:10:22'),(1406,1414,'es',0,NULL,'%s (no válido)',NULL,'',0,'2019-11-07 09:10:22'),(1407,1415,'es',0,NULL,'%s (Pendiente)',NULL,'',0,'2019-11-07 09:10:22'),(1408,1416,'es',0,NULL,'%s (abre en una nueva pestaña)',NULL,'',0,'2019-11-07 09:10:22'),(1409,1417,'es',0,NULL,'%s <span class=\"says\">dice:</span>',NULL,'',0,'2019-11-07 09:10:22'),(1410,1418,'es',0,NULL,'%s <span class=\"screen-reader-text\">Comentario</span>',NULL,'',0,'2019-11-07 09:10:22'),(1411,1419,'es',0,NULL,'%s <span class=\"screen-reader-text\">Comentarios</span>',NULL,'',0,'2019-11-07 09:10:22'),(1412,1420,'es',0,NULL,'%s comentario',NULL,'',0,'2019-11-07 09:10:22'),(1413,1421,'es',0,NULL,'%s comentarios',NULL,'',0,'2019-11-07 09:10:22'),(1414,1422,'es',0,NULL,'%s comentario en moderación',NULL,'',0,'2019-11-07 09:10:22'),(1415,1423,'es',0,NULL,'%s comentarios en moderación',NULL,'',0,'2019-11-07 09:10:22'),(1416,1424,'es',0,NULL,'URL de %s',NULL,'',0,'2019-11-07 09:10:22'),(1417,1425,'es',0,NULL,'%s [guardado automático]',NULL,'',0,'2019-11-07 09:10:22'),(1418,1426,'es',0,NULL,'%s [revisión actual]',NULL,'',0,'2019-11-07 09:10:22'),(1419,1427,'es',0,NULL,'dirección del %s',NULL,'',0,'2019-11-07 09:10:22'),(1420,1428,'es',0,NULL,'hace %s',NULL,'',0,'2019-11-07 09:10:22'),(1421,1429,'es',0,NULL,'%s bloque seleccionado.',NULL,'',0,'2019-11-07 09:10:22'),(1422,1430,'es',0,NULL,'%s bloques seleccionados.',NULL,'',0,'2019-11-07 09:10:22'),(1423,1431,'es',0,NULL,'%s día',NULL,'',0,'2019-11-07 09:10:22'),(1424,1432,'es',0,NULL,'%s días',NULL,'',0,'2019-11-07 09:10:22'),(1425,1433,'es',0,NULL,'%s excede el tamaño máximo de subida del cargador de múltiples archivos del navegador.',NULL,'',0,'2019-11-07 09:10:22'),(1426,1434,'es',0,NULL,'El tamaño del archivo %s excede el tamaño permitido en este sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1427,1435,'es',0,NULL,'%s desde ahora',NULL,'',0,'2019-11-07 09:10:22'),(1428,1436,'es',0,NULL,'%s ha tomado posesión y está personalizando en este momento.',NULL,'',0,'2019-11-07 09:10:22'),(1429,1437,'es',0,NULL,'%s hora',NULL,'',0,'2019-11-07 09:10:22'),(1430,1438,'es',0,NULL,'%s horas',NULL,'',0,'2019-11-07 09:10:22'),(1431,1439,'es',0,NULL,'%s es una opción protegida de WP y no puede modificarse',NULL,'',0,'2019-11-07 09:10:22'),(1432,1440,'es',0,NULL,'%s ya está personalizando este grupo de cambios. ¿Quieres hacerte cargo tú?',NULL,'',0,'2019-11-07 09:10:22'),(1433,1441,'es',0,NULL,'%s ya está personalizando este grupo de cambios. Por favor, espera hasta que termine para intentar personalizarlos. Tus últimos cambios se han guardado automáticamente.',NULL,'',0,'2019-11-07 09:10:22'),(1434,1442,'es',0,NULL,'%s ya está personalizando este sitio. ¿Quieres tomar posesión?',NULL,'',0,'2019-11-07 09:10:22'),(1435,1443,'es',0,NULL,'%s ya está personalizando este sitio. Por favor, espera hasta que haya terminado para intentar personalizarlo. Tus últimos cambios se han guardado automáticamente.',NULL,'',0,'2019-11-07 09:10:22'),(1436,1444,'es',0,NULL,'%s está trabajando ahora mismo en esta entrada, lo que quiere decir que tú no puedes hacer cambios a no ser que tomes el control.',NULL,'',0,'2019-11-07 09:10:22'),(1437,1445,'es',0,NULL,'%s no está permitido',NULL,'',0,'2019-11-07 09:10:22'),(1438,1446,'es',0,NULL,'%s no es una dirección de IP válida.',NULL,'',0,'2019-11-07 09:10:22'),(1439,1447,'es',0,NULL,'%s es obligatorio para quitar los datos meta de la imagen.',NULL,'',0,'2019-11-07 09:10:22'),(1440,1448,'es',0,NULL,'%s es tu nuevo nombre de usuario',NULL,'',0,'2019-11-07 09:10:22'),(1441,1449,'es',0,NULL,'%s elemento',NULL,'',0,'2019-11-07 09:10:22'),(1442,1450,'es',0,NULL,'%s elementos',NULL,'',0,'2019-11-07 09:10:22'),(1443,1451,'es',0,NULL,'%s min',NULL,'',0,'2019-11-07 09:10:22'),(1444,1452,'es',0,NULL,'%s min',NULL,'',0,'2019-11-07 09:10:22'),(1445,1453,'es',0,NULL,'%s minuto',NULL,'',0,'2019-11-07 09:10:22'),(1446,1454,'es',0,NULL,'%s minutos',NULL,'',0,'2019-11-07 09:10:22'),(1447,1455,'es',0,NULL,'%s mes',NULL,'',0,'2019-11-07 09:10:22'),(1448,1456,'es',0,NULL,'%s meses',NULL,'',0,'2019-11-07 09:10:22'),(1449,1457,'es',0,NULL,'%s debe definir una conexión de base de datos para utilizarla con el escapado.',NULL,'',0,'2019-11-07 09:10:22'),(1450,1458,'es',0,NULL,'%s tiene ahora el control de edición de esta entrada. No te preocupes, se han guardado tus cambios hasta este momento.',NULL,'',0,'2019-11-07 09:10:22'),(1451,1459,'es',0,NULL,'%s segundo',NULL,'',0,'2019-11-07 09:10:22'),(1452,1460,'es',0,NULL,'%s segundos',NULL,'',0,'2019-11-07 09:10:22'),(1453,1461,'es',0,NULL,'%s temas',NULL,'',0,'2019-11-07 09:10:22'),(1454,1462,'es',0,NULL,'%s semana',NULL,'',0,'2019-11-07 09:10:22'),(1455,1463,'es',0,NULL,'%s semanas',NULL,'',0,'2019-11-07 09:10:22'),(1456,1464,'es',0,NULL,'%s año',NULL,'',0,'2019-11-07 09:10:22'),(1457,1465,'es',0,NULL,'%s años',NULL,'',0,'2019-11-07 09:10:22'),(1458,1466,'es',0,NULL,'%s: %l.',NULL,'',0,'2019-11-07 09:10:22'),(1459,1467,'es',0,NULL,'«%1$s» — %2$s',NULL,'',0,'2019-11-07 09:10:22'),(1460,1468,'es',0,NULL,'Ha habido un error al subir «%s»',NULL,'',0,'2019-11-07 09:10:22'),(1461,1469,'es',0,NULL,'← Cancelar lista de reproducción de audio',NULL,'',0,'2019-11-07 09:10:22'),(1462,1470,'es',0,NULL,'← Cancelar galería',NULL,'',0,'2019-11-07 09:10:22'),(1463,1471,'es',0,NULL,'← Cancelar lista de reproducción de vídeos',NULL,'',0,'2019-11-07 09:10:22'),(1464,1472,'es',0,NULL,'← Volver a la biblioteca',NULL,'',0,'2019-11-07 09:10:22'),(1465,1473,'es',0,NULL,'…',NULL,'',0,'2019-11-07 09:10:22'),(1466,1474,'es',0,NULL,'« Volver',NULL,'',0,'2019-11-07 09:10:22'),(1467,1475,'es',0,NULL,'« Comentarios anteriores',NULL,'',0,'2019-11-07 09:10:22'),(1468,1476,'es',0,NULL,'« Anterior',NULL,'',0,'2019-11-07 09:10:22'),(1469,1477,'es',0,NULL,'« Página anterior',NULL,'',0,'2019-11-07 09:10:22'),(1470,1478,'es',0,NULL,'← Volver a categorías',NULL,'',0,'2019-11-07 09:10:22'),(1471,1479,'es',0,NULL,'← Volver a categorías de enlace',NULL,'',0,'2019-11-07 09:10:22'),(1472,1480,'es',0,NULL,'← Volver a etiquetas',NULL,'',0,'2019-11-07 09:10:22'),(1473,1481,'es',0,NULL,'< Anterior',NULL,'',0,'2019-11-07 09:10:22'),(1474,1482,'es',0,NULL,'— Elegir —',NULL,'',0,'2019-11-07 09:10:22'),(1475,1483,'es',0,NULL,'(%s: %s)',NULL,'',0,'2019-11-07 09:10:22'),(1476,1484,'es',0,NULL,'(Editar)',NULL,'',0,'2019-11-07 09:10:22'),(1477,1485,'es',0,NULL,'(Encabezado vacío)',NULL,'',0,'2019-11-07 09:10:22'),(1478,1486,'es',0,NULL,'(Nivel de encabezado incorrecto)',NULL,'',0,'2019-11-07 09:10:22'),(1479,1487,'es',0,NULL,'(No se recomiendan varios H1)',NULL,'',0,'2019-11-07 09:10:22'),(1480,1488,'es',0,NULL,'(Deben tener como mínimo 4 caracteres, solo letras y números.)',NULL,'',0,'2019-11-07 09:10:22'),(1481,1489,'es',0,NULL,'(Este mensaje se añadió en la versión %s.)',NULL,'',0,'2019-11-07 09:10:22'),(1482,1490,'es',0,NULL,'(Sin título)',NULL,'',0,'2019-11-07 09:10:22'),(1483,1491,'es',0,NULL,'(WordPress no pudo establecer una conexión segura con WordPress.org. Por favor, contacta con el administrador de tu servidor.)',NULL,'',0,'2019-11-07 09:10:22'),(1484,1492,'es',0,NULL,'(Tu tema puede que ya use un H1 para el título de la entrada)',NULL,'',0,'2019-11-07 09:10:22'),(1485,1493,'es',0,NULL,'(actual %s: %s)',NULL,'',0,'2019-11-07 09:10:22'),(1486,1494,'es',0,NULL,'(más…)',NULL,'',0,'2019-11-07 09:10:22'),(1487,1495,'es',0,NULL,'(sin autor)',NULL,'',0,'2019-11-07 09:10:22'),(1488,1496,'es',0,NULL,'(sin título)',NULL,'',0,'2019-11-07 09:10:22'),(1489,1497,'es',0,NULL,'(abre en una nueva pestaña)',NULL,'',0,'2019-11-07 09:10:22'),(1490,1498,'es',0,NULL,'(bloque seleccionado)',NULL,'',0,'2019-11-07 09:10:22'),(1491,1499,'es',0,NULL,'+ %s',NULL,'',0,'2019-11-07 09:10:22'),(1492,1500,'es',0,NULL,'+ Crear un nuevo menú',NULL,'',0,'2019-11-07 09:10:22'),(1493,1501,'es',0,NULL,', ',NULL,'',0,'2019-11-07 09:10:22'),(1494,1502,'es',0,NULL,'- Seleccionar -',NULL,'',0,'2019-11-07 09:10:22'),(1495,1503,'es',0,NULL,'1 comentario',NULL,'',0,'2019-11-07 09:10:22'),(1496,1504,'es',0,NULL,'1 comentario<span class=\"screen-reader-text\"> en %s</span>',NULL,'',0,'2019-11-07 09:10:22'),(1497,1505,'es',0,NULL,'1 resultado encontrado. Utiliza las teclas de flecha arriba y abajo para navegar.',NULL,'',0,'2019-11-07 09:10:22'),(1498,1506,'es',0,NULL,'<a href=\"%1$s\" %2$s>Describe el propósito de la imagen%3$s</a>. Déjalo en blanco si la imagen es meramente decorativa.',NULL,'',0,'2019-11-07 09:10:22'),(1499,1507,'es',0,NULL,'<a href=\"%1$s\" aria-label=\"%2$s\">Conectado como %3$s</a>. <a href=\"%4$s\">¿Quieres salir?</a>',NULL,'',0,'2019-11-07 09:10:22'),(1500,1508,'es',0,NULL,'<span>Vista previa de</span> %s',NULL,'',0,'2019-11-07 09:10:22'),(1501,1509,'es',0,NULL,'<strong>Hay valores en conflicto para las constantes VHOST y SUBDOMAIN_INSTALL.</strong> Se asumirá que el valor de la configuración de subdominio es SUBDOMAIN_INSTALL.',NULL,'',0,'2019-11-07 09:10:22'),(1502,1510,'es',0,NULL,'<strong>No se pudo encontrar el sitio %1$s.</strong> Buscada la tabla %2$s en la base de datos %3$s. ¿Es correcto?',NULL,'',0,'2019-11-07 09:10:22'),(1503,1511,'es',0,NULL,'<strong>No se encuentran las tablas de la base de datos.</strong> Puede ser que el MySQL no está corriendo, que WordPress no esté instalado adecuadamente, o que alguien borró %s. Deberías mirar tu base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(1504,1512,'es',0,NULL,'<strong>ERROR</strong>: %1$s en %2$s solo puede contener números, letras y caracteres de subrayado.',NULL,'',0,'2019-11-07 09:10:22'),(1505,1513,'es',0,NULL,'<strong>ERROR</strong>: Las cookies se han bloqueado debido a un resultado inesperado. Para obtener ayuda, por favor, ve <a href=\"%1$s\">esta documentación</a> o inténtalo en <a href=\"%2$s\">los foros de soporte</a>.',NULL,'',0,'2019-11-07 09:10:22'),(1506,1514,'es',0,NULL,'<strong>ERROR</strong>: Las cookies están bloqueadas o no permitidas por tu navegador. Debes <a href=\"%s\">permitir cookies</a> para usar WordPress.',NULL,'',0,'2019-11-07 09:10:22'),(1507,1515,'es',0,NULL,'<strong>ERROR</strong>: No te has podido registrar… por favor, ¡ponte en contacto con el <a href=\"mailto:%s\">webmaster</a>!',NULL,'',0,'2019-11-07 09:10:22'),(1508,1516,'es',0,NULL,'<strong>ERROR</strong>: Introduce un nombre de usuario o correo electrónico válido.',NULL,'',0,'2019-11-07 09:10:22'),(1509,1517,'es',0,NULL,'<strong>ERROR</strong>: Dirección de correo electrónico no válido.',NULL,'',0,'2019-11-07 09:10:22'),(1510,1518,'es',0,NULL,'<strong>ERROR</strong>: Nombre de usuario o correo electrónico no válido o contraseña incorrecta.',NULL,'',0,'2019-11-07 09:10:22'),(1511,1519,'es',0,NULL,'<strong>ERROR</strong>: Nombre de usuario no válido.',NULL,'',0,'2019-11-07 09:10:22'),(1512,1520,'es',0,NULL,'<strong>ERROR</strong>: Por favor, introduce un nombre de usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1513,1521,'es',0,NULL,'<strong>ERROR</strong>: Por favor, escribe tu dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:10:22'),(1514,1522,'es',0,NULL,'<strong>ERROR</strong>: URL del sitio ya utilizada.',NULL,'',0,'2019-11-07 09:10:22'),(1515,1523,'es',0,NULL,'<strong>ERROR</strong>: Lo siento, ese nombre de usuario no está permitido.',NULL,'',0,'2019-11-07 09:10:22'),(1516,1524,'es',0,NULL,'<strong>ERROR</strong>: El comentario no se pudo guardar. Por favor, inténtalo de nuevo más tarde.',NULL,'',0,'2019-11-07 09:10:22'),(1517,1525,'es',0,NULL,'<strong>ERROR</strong>: La dirección de correo electrónico ya existe.',NULL,'',0,'2019-11-07 09:10:22'),(1518,1526,'es',0,NULL,'<strong>ERROR</strong>: La dirección de correo electrónico no es correcta.',NULL,'',0,'2019-11-07 09:10:22'),(1519,1527,'es',0,NULL,'<strong>ERROR</strong>: El campo de correo electrónico está vacío.',NULL,'',0,'2019-11-07 09:10:22'),(1520,1528,'es',0,NULL,'<strong>ERROR</strong>: El campo contraseña está vacío.',NULL,'',0,'2019-11-07 09:10:22'),(1521,1529,'es',0,NULL,'<strong>ERROR</strong>: La contraseña que has introducido para la dirección de correo electrónico %s no es correcta.',NULL,'',0,'2019-11-07 09:10:22'),(1522,1530,'es',0,NULL,'<strong>ERROR</strong>: La contraseña que has introducido para el usuario %s es incorrecta.',NULL,'',0,'2019-11-07 09:10:22'),(1523,1531,'es',0,NULL,'<strong>ERROR</strong>: El campo Nombre de usuario está vacío.',NULL,'',0,'2019-11-07 09:10:22'),(1524,1532,'es',0,NULL,'<strong>ERROR</strong>: No hay ninguna cuenta con ese nombre de usuario o dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:10:22'),(1525,1533,'es',0,NULL,'<strong>ERROR</strong>: Esa dirección de correo electrónico ya está registrada. Por favor, elige otra.',NULL,'',0,'2019-11-07 09:10:22'),(1526,1534,'es',0,NULL,'<strong>ERROR</strong>: Este nombre de usuario ya está registrado. Por favor, elige otro.',NULL,'',0,'2019-11-07 09:10:22'),(1527,1535,'es',0,NULL,'<strong>ERROR</strong>: Este nombre de usuario no es válido, ya que usa caracteres no permitidos. Por favor, introduce un nombre de usuario válido.',NULL,'',0,'2019-11-07 09:10:22'),(1528,1536,'es',0,NULL,'<strong>ERROR</strong>: WordPress %1$s necesita MySQL %2$s o superior.',NULL,'',0,'2019-11-07 09:10:22'),(1529,1537,'es',0,NULL,'<strong>ERROR</strong>: Tu cuenta ha sido marcada como spammer.',NULL,'',0,'2019-11-07 09:10:22'),(1530,1538,'es',0,NULL,'<strong>ERROR</strong>: Por favor, introduce un correo electrónico válido.',NULL,'',0,'2019-11-07 09:10:22'),(1531,1539,'es',0,NULL,'<strong>ERROR:</strong> por favor, completa los campos requeridos (nombre, correo electrónico).',NULL,'',0,'2019-11-07 09:10:22'),(1532,1540,'es',0,NULL,'<strong>ERROR</strong>: Por favor, introduce un comentario.',NULL,'',0,'2019-11-07 09:10:22'),(1533,1541,'es',0,NULL,'<strong>ERROR</strong>: ha habido un problema al crear la entrada del sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1534,1542,'es',0,NULL,'<strong>ERROR</strong>: tu comentario es demasiado largo.',NULL,'',0,'2019-11-07 09:10:22'),(1535,1543,'es',0,NULL,'<strong>ERROR</strong>: tu dirección de correo electrónico es demasiado larga.',NULL,'',0,'2019-11-07 09:10:22'),(1536,1544,'es',0,NULL,'<strong>ERROR</strong>: tu nombre es demasiado largo.',NULL,'',0,'2019-11-07 09:10:22'),(1537,1545,'es',0,NULL,'<strong>ERROR</strong>: tu url es demasiado larga.',NULL,'',0,'2019-11-07 09:10:22'),(1538,1546,'es',0,NULL,'<strong>¡Has actualizado WordPress correctamente!</strong> Por favor, accede de nuevo para ver las novedades.',NULL,'',0,'2019-11-07 09:10:22'),(1539,1547,'es',0,NULL,'Un calendario de las entradas de tu sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1540,1548,'es',0,NULL,'Un calendario de las entradas de tu sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1541,1549,'es',0,NULL,'Una ciudad en la misma zona horaria que tú.',NULL,'',0,'2019-11-07 09:10:22'),(1542,1550,'es',0,NULL,'Una nube de tus etiquetas más utilizadas.',NULL,'',0,'2019-11-07 09:10:22'),(1543,1551,'es',0,NULL,'Formato fecha para todas las cadenas de fecha.',NULL,'',0,'2019-11-07 09:10:22'),(1544,1552,'es',0,NULL,'El número de día en el que la semana debe comenzar.',NULL,'',0,'2019-11-07 09:10:22'),(1545,1553,'es',0,NULL,'Descripción legible del tipo de contenido.',NULL,'',0,'2019-11-07 09:10:22'),(1546,1554,'es',0,NULL,'Descripción legible de la taxonomía.',NULL,'',0,'2019-11-07 09:10:22'),(1547,1555,'es',0,NULL,'Se ha detectado un desajuste en un valor clave. Por favor, sigue el enlace facilitado en tu correo electrónico de activación.',NULL,'',0,'2019-11-07 09:10:22'),(1548,1556,'es',0,NULL,'Una lista de las páginas de tu sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1549,1557,'es',0,NULL,'Lista o desplegable de categorías.',NULL,'',0,'2019-11-07 09:10:22'),(1550,1558,'es',0,NULL,'Un medio.',NULL,'',0,'2019-11-07 09:10:22'),(1551,1559,'es',0,NULL,'Un listado mensual de las entradas de tu sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1552,1560,'es',0,NULL,'Es necesario asignar un nombre a este término.',NULL,'',0,'2019-11-07 09:10:22'),(1553,1561,'es',0,NULL,'Un nombre de estado para el objeto.',NULL,'',0,'2019-11-07 09:10:22'),(1554,1562,'es',0,NULL,'Un nuevo comentario en la entrada «%s» está esperando tu aprobación',NULL,'',0,'2019-11-07 09:10:22'),(1555,1563,'es',0,NULL,'Un nuevo pingback en la entrada «%s» está esperando tu aprobación',NULL,'',0,'2019-11-07 09:10:22'),(1556,1564,'es',0,NULL,'Un nuevo trackback en la entrada «%s» espera tu aprobación.',NULL,'',0,'2019-11-07 09:10:22'),(1557,1565,'es',0,NULL,'Una entrada protegida con contraseña no puede ser marcada como fija.',NULL,'',0,'2019-11-07 09:10:22'),(1558,1566,'es',0,NULL,'Una contraseña para proteger el acceso al contenido y al extracto.',NULL,'',0,'2019-11-07 09:10:22'),(1559,1567,'es',0,NULL,'Una entrada no puede ser fija y tener contraseña.',NULL,'',0,'2019-11-07 09:10:22'),(1560,1568,'es',0,NULL,'Ya se ha enviado un enlace de recuperación hace %1$s. Por favor, espera otro %2$s antes de solicitar un nuevo correo electrónico.',NULL,'',0,'2019-11-07 09:10:22'),(1561,1569,'es',0,NULL,'Un formulario de búsqueda de tu sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1562,1570,'es',0,NULL,'Una columna simple dentro de un bloque de columnas.',NULL,'',0,'2019-11-07 09:10:22'),(1563,1571,'es',0,NULL,'Una página estática',NULL,'',0,'2019-11-07 09:10:22'),(1564,1572,'es',0,NULL,'Una entrada fija no puede estar protegida por contraseña.',NULL,'',0,'2019-11-07 09:10:22'),(1565,1573,'es',0,NULL,'Se requiere una etiqueta de estructura cuando se utilizan enlaces permanentes personalizados. <a href=\"%s\">Aprender más</a>',NULL,'',0,'2019-11-07 09:10:22'),(1566,1574,'es',0,NULL,'Ya existe en esta taxonomía un término con el nombre y el slug facilitados.',NULL,'',0,'2019-11-07 09:10:22'),(1567,1575,'es',0,NULL,'Un término con el nombre dado ya existe en este nivel.',NULL,'',0,'2019-11-07 09:10:22'),(1568,1576,'es',0,NULL,'Formato de tiempo para todas las cadenas de tiempo.',NULL,'',0,'2019-11-07 09:10:22'),(1569,1577,'es',0,NULL,'No se ha facilitado una URL válida.',NULL,'',0,'2019-11-07 09:10:22'),(1570,1578,'es',0,NULL,'Se requiere un correo electrónico válido.',NULL,'',0,'2019-11-07 09:10:22'),(1571,1579,'es',0,NULL,'Se ha detectado un desajuste en una variable.',NULL,'',0,'2019-11-07 09:10:22'),(1572,1580,'es',0,NULL,'A Z',NULL,'',0,'2019-11-07 09:10:22'),(1573,1581,'es',0,NULL,'AIM',NULL,'',0,'2019-11-07 09:10:22'),(1574,1582,'es',0,NULL,'AM',NULL,'',0,'2019-11-07 09:10:22'),(1575,1583,'es',0,NULL,'Acerca de WordPress',NULL,'',0,'2019-11-07 09:10:22'),(1576,1584,'es',0,NULL,'Accede a todos las herramientas de bloques y documentos desde un solo lugar',NULL,'',0,'2019-11-07 09:10:22'),(1577,1585,'es',0,NULL,'Acción',NULL,'',0,'2019-11-07 09:10:22'),(1578,1586,'es',0,NULL,'La acción se ha confirmado.',NULL,'',0,'2019-11-07 09:10:22'),(1579,1587,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:10:22'),(1580,1588,'es',0,NULL,'Activar y publicar',NULL,'',0,'2019-11-07 09:10:22'),(1581,1589,'es',0,NULL,'Requiere clave de activación',NULL,'',0,'2019-11-07 09:10:22'),(1582,1590,'es',0,NULL,'Clave de activación:',NULL,'',0,'2019-11-07 09:10:22'),(1583,1591,'es',0,NULL,'Tema activo',NULL,'',0,'2019-11-07 09:10:22'),(1584,1592,'es',0,NULL,'Añadir',NULL,'',0,'2019-11-07 09:10:22'),(1585,1593,'es',0,NULL,'Añadir %s',NULL,'',0,'2019-11-07 09:10:22'),(1586,1594,'es',0,NULL,'Añadir origen del audio',NULL,'',0,'2019-11-07 09:10:22'),(1587,1595,'es',0,NULL,'Añadir columna después',NULL,'',0,'2019-11-07 09:10:22'),(1588,1596,'es',0,NULL,'Añadir columna antes',NULL,'',0,'2019-11-07 09:10:22'),(1589,1597,'es',0,NULL,'Añadir elementos',NULL,'',0,'2019-11-07 09:10:22'),(1590,1598,'es',0,NULL,'Añadir enlace',NULL,'',0,'2019-11-07 09:10:22'),(1591,1599,'es',0,NULL,'Añadir objeto',NULL,'',0,'2019-11-07 09:10:22'),(1592,1600,'es',0,NULL,'Añadir elementos de menú',NULL,'',0,'2019-11-07 09:10:22'),(1593,1601,'es',0,NULL,'Añadir nuevo bloque',NULL,'',0,'2019-11-07 09:10:22'),(1594,1602,'es',0,NULL,'Añadir nueva categoría',NULL,'',0,'2019-11-07 09:10:22'),(1595,1603,'es',0,NULL,'Añadir nuevo grupo de cambios',NULL,'',0,'2019-11-07 09:10:22'),(1596,1604,'es',0,NULL,'Añadir nueva categoría de enlaces',NULL,'',0,'2019-11-07 09:10:22'),(1597,1605,'es',0,NULL,'Añadir nueva página',NULL,'',0,'2019-11-07 09:10:22'),(1598,1606,'es',0,NULL,'Añadir nueva entrada',NULL,'',0,'2019-11-07 09:10:22'),(1599,1607,'es',0,NULL,'Añadir nueva etiqueta',NULL,'',0,'2019-11-07 09:10:22'),(1600,1608,'es',0,NULL,'Añadir nuevo término',NULL,'',0,'2019-11-07 09:10:22'),(1601,1609,'es',0,NULL,'Añadir fila después',NULL,'',0,'2019-11-07 09:10:22'),(1602,1610,'es',0,NULL,'Añadir fila antes',NULL,'',0,'2019-11-07 09:10:22'),(1603,1611,'es',0,NULL,'Añadir subtítulos',NULL,'',0,'2019-11-07 09:10:22'),(1604,1612,'es',0,NULL,'Añadir origen del vídeo',NULL,'',0,'2019-11-07 09:10:22'),(1605,1613,'es',0,NULL,'Añadir un widget',NULL,'',0,'2019-11-07 09:10:22'),(1606,1614,'es',0,NULL,'Añade un bloque que muestra contenido en varias columnas, luego añade cualquier bloque de contenido que quieras.',NULL,'',0,'2019-11-07 09:10:22'),(1607,1615,'es',0,NULL,'Añade un bloque que muestra contenido extraído de otros sitios, como Twitter, Instagram o YouTube.',NULL,'',0,'2019-11-07 09:10:22'),(1608,1616,'es',0,NULL,'Añade un enlace a un archivo descargable.',NULL,'',0,'2019-11-07 09:10:22'),(1609,1617,'es',0,NULL,'Añade un menú de navegación a tu barra lateral.',NULL,'',0,'2019-11-07 09:10:22'),(1610,1618,'es',0,NULL,'Añade un tachado al texto seleccionado.',NULL,'',0,'2019-11-07 09:10:22'),(1611,1619,'es',0,NULL,'Añadir fuentes alternativas para mejorar la reproducción en HTML5:',NULL,'',0,'2019-11-07 09:10:22'),(1612,1620,'es',0,NULL,'Añade una imagen o vídeo con un texto superpuesto — genial para cabeceras.',NULL,'',0,'2019-11-07 09:10:22'),(1613,1621,'es',0,NULL,'Añadir bloque',NULL,'',0,'2019-11-07 09:10:22'),(1614,1622,'es',0,NULL,'Añade el texto del botón…',NULL,'',0,'2019-11-07 09:10:22'),(1615,1623,'es',0,NULL,'Añade código personalizado HTML y previsualízalo mientras lo editas.',NULL,'',0,'2019-11-07 09:10:22'),(1616,1624,'es',0,NULL,'Añadir elemento.',NULL,'',0,'2019-11-07 09:10:22'),(1617,1625,'es',0,NULL,'Añadir etiqueta…',NULL,'',0,'2019-11-07 09:10:22'),(1618,1626,'es',0,NULL,'Añadir nueva categoría',NULL,'',0,'2019-11-07 09:10:22'),(1619,1627,'es',0,NULL,'Añade una nueva imagen de cabecera',NULL,'',0,'2019-11-07 09:10:22'),(1620,1628,'es',0,NULL,'Añadir nueva imagen',NULL,'',0,'2019-11-07 09:10:22'),(1621,1629,'es',0,NULL,'Añadir nuevo término',NULL,'',0,'2019-11-07 09:10:22'),(1622,1630,'es',0,NULL,'Añadir o quitar elementos del menú',NULL,'',0,'2019-11-07 09:10:22'),(1623,1631,'es',0,NULL,'Añadir o quitar etiquetas',NULL,'',0,'2019-11-07 09:10:22'),(1624,1632,'es',0,NULL,'Añade etiquetas',NULL,'',0,'2019-11-07 09:10:22'),(1625,1633,'es',0,NULL,'Añade texto que respete tus espacios y tabulados, y que también permita estilos.',NULL,'',0,'2019-11-07 09:10:22'),(1626,1634,'es',0,NULL,'Añade texto…',NULL,'',0,'2019-11-07 09:10:22'),(1627,1635,'es',0,NULL,'Añadir título',NULL,'',0,'2019-11-07 09:10:22'),(1628,1636,'es',0,NULL,'Añadir a la lista de reproducción de audio',NULL,'',0,'2019-11-07 09:10:22'),(1629,1637,'es',0,NULL,'Añadir al diccionario',NULL,'',0,'2019-11-07 09:10:22'),(1630,1638,'es',0,NULL,'Añadir a la Galería',NULL,'',0,'2019-11-07 09:10:22'),(1631,1639,'es',0,NULL,'Añadir al menú',NULL,'',0,'2019-11-07 09:10:22'),(1632,1640,'es',0,NULL,'Añadir a los bloques reutilizables',NULL,'',0,'2019-11-07 09:10:22'),(1633,1641,'es',0,NULL,'Añadir a lista de reproducción de vídeo',NULL,'',0,'2019-11-07 09:10:22'),(1634,1642,'es',0,NULL,'Añadir al widget',NULL,'',0,'2019-11-07 09:10:22'),(1635,1643,'es',0,NULL,'Añadir a la lista de reproducción de audio',NULL,'',0,'2019-11-07 09:10:22'),(1636,1644,'es',0,NULL,'Añadir a la galería',NULL,'',0,'2019-11-07 09:10:22'),(1637,1645,'es',0,NULL,'Añadir al menú: %1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:22'),(1638,1646,'es',0,NULL,'Añadir a lista de reproducción de vídeos',NULL,'',0,'2019-11-07 09:10:22'),(1639,1647,'es',0,NULL,'Añade espacio en blanco entre bloques y personaliza su altura.',NULL,'',0,'2019-11-07 09:10:22'),(1640,1648,'es',0,NULL,'Añade tu propio código CSS aquí para personalizar la apariencia y diseño de tu sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1641,1649,'es',0,NULL,'CSS adicional',NULL,'',0,'2019-11-07 09:10:22'),(1642,1650,'es',0,NULL,'Clase CSS adicional',NULL,'',0,'2019-11-07 09:10:22'),(1643,1651,'es',0,NULL,'Imágenes adicionales añadidas a esta galería: %s',NULL,'',0,'2019-11-07 09:10:22'),(1644,1652,'es',0,NULL,'Elementos adicionales encontrados: %d',NULL,'',0,'2019-11-07 09:10:22'),(1645,1653,'es',0,NULL,'Ahora hay ajustes adicionales disponibles en la barra de ajustes del editor de bloques',NULL,'',0,'2019-11-07 09:10:22'),(1646,1654,'es',0,NULL,'Atajos adicionales,',NULL,'',0,'2019-11-07 09:10:22'),(1647,1655,'es',0,NULL,'Avanzado',NULL,'',0,'2019-11-07 09:10:22'),(1648,1656,'es',0,NULL,'Opciones Avanzadas',NULL,'',0,'2019-11-07 09:10:22'),(1649,1657,'es',0,NULL,'Paneles avanzados',NULL,'',0,'2019-11-07 09:10:22'),(1650,1658,'es',0,NULL,'Africano',NULL,'',0,'2019-11-07 09:10:22'),(1651,1659,'es',0,NULL,'Después de la conversión',NULL,'',0,'2019-11-07 09:10:22'),(1652,1660,'es',0,NULL,'Albano',NULL,'',0,'2019-11-07 09:10:22'),(1653,1661,'es',0,NULL,'Álbum',NULL,'',0,'2019-11-07 09:10:22'),(1654,1662,'es',0,NULL,'Alineación',NULL,'',0,'2019-11-07 09:10:22'),(1655,1663,'es',0,NULL,'Alineación centrada',NULL,'',0,'2019-11-07 09:10:22'),(1656,1664,'es',0,NULL,'Alineación izquierda',NULL,'',0,'2019-11-07 09:10:22'),(1657,1665,'es',0,NULL,'Alineación derecha',NULL,'',0,'2019-11-07 09:10:22'),(1658,1666,'es',0,NULL,'Alinear texto al centro',NULL,'',0,'2019-11-07 09:10:22'),(1659,1667,'es',0,NULL,'Alinear texto a la izquierda',NULL,'',0,'2019-11-07 09:10:22'),(1660,1668,'es',0,NULL,'Alinear texto a la derecha',NULL,'',0,'2019-11-07 09:10:22'),(1661,1669,'es',0,NULL,'Alineación',NULL,'',0,'2019-11-07 09:10:22'),(1662,1670,'es',0,NULL,'Todo',NULL,'',0,'2019-11-07 09:10:22'),(1663,1671,'es',0,NULL,'Todos los bloques',NULL,'',0,'2019-11-07 09:10:22'),(1664,1672,'es',0,NULL,'Todas las categorías',NULL,'',0,'2019-11-07 09:10:22'),(1665,1673,'es',0,NULL,'Todo el grupo de cambios',NULL,'',0,'2019-11-07 09:10:22'),(1666,1674,'es',0,NULL,'Todas las categorías de enlaces',NULL,'',0,'2019-11-07 09:10:22'),(1667,1675,'es',0,NULL,'Todas las páginas',NULL,'',0,'2019-11-07 09:10:22'),(1668,1676,'es',0,NULL,'Todas las entradas',NULL,'',0,'2019-11-07 09:10:22'),(1669,1677,'es',0,NULL,'Todas las etiquetas',NULL,'',0,'2019-11-07 09:10:22'),(1670,1678,'es',0,NULL,'Todas las capacidades asignadas al usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1671,1679,'es',0,NULL,'Todas las capacidades utilizadas por el tipo de contenido.',NULL,'',0,'2019-11-07 09:10:22'),(1672,1680,'es',0,NULL,'Todas las capacidades utilizadas por la taxonomía.',NULL,'',0,'2019-11-07 09:10:22'),(1673,1681,'es',0,NULL,'Todas las fechas',NULL,'',0,'2019-11-07 09:10:22'),(1674,1682,'es',0,NULL,'Todas las características, compatibles con el tipo de contenido.',NULL,'',0,'2019-11-07 09:10:22'),(1675,1683,'es',0,NULL,'Todos los medios',NULL,'',0,'2019-11-07 09:10:22'),(1676,1684,'es',0,NULL,'Todos los datos personales encontrados de este usuario se han borrado.',NULL,'',0,'2019-11-07 09:10:22'),(1677,1685,'es',0,NULL,'Permitir comentarios',NULL,'',0,'2019-11-07 09:10:22'),(1678,1686,'es',0,NULL,'Permitir pingbacks y trackbacks',NULL,'',0,'2019-11-07 09:10:22'),(1679,1687,'es',0,NULL,'Permitir avisos de enlaces desde otros sitios (pingbacks y trackbacks) en los artículos nuevos',NULL,'',0,'2019-11-07 09:10:22'),(1680,1688,'es',0,NULL,'Permite notificaciones de enlaces desde otros sitios (pingbacks y trackbacks) en los nuevos artículos.',NULL,'',0,'2019-11-07 09:10:22'),(1681,1689,'es',0,NULL,'Permite el registro de nuevos usuarios',NULL,'',0,'2019-11-07 09:10:22'),(1682,1690,'es',0,NULL,'Permite que se publiquen comentarios en los artículos nuevos',NULL,'',0,'2019-11-07 09:10:22'),(1683,1691,'es',0,NULL,'Permitir a la gente publicar comentarios en las entradas nuevas.',NULL,'',0,'2019-11-07 09:10:22'),(1684,1692,'es',0,NULL,'Permitir que los motores de búsquedas indexen este sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1685,1693,'es',0,NULL,'Archivos permitidos',NULL,'',0,'2019-11-07 09:10:22'),(1686,1694,'es',0,NULL,'Valor alfa, de 0 (transparente) a 1 (completamente opaco).',NULL,'',0,'2019-11-07 09:10:22'),(1687,1695,'es',0,NULL,'Ya está instalado',NULL,'',0,'2019-11-07 09:10:22'),(1688,1696,'es',0,NULL,'Texto alternativo',NULL,'',0,'2019-11-07 09:10:22'),(1689,1697,'es',0,NULL,'Texto alt (texto alternativo)',NULL,'',0,'2019-11-07 09:10:22'),(1690,1698,'es',0,NULL,'Texto alternativo',NULL,'',0,'2019-11-07 09:10:22'),(1691,1699,'es',0,NULL,'Fuente alternativa',NULL,'',0,'2019-11-07 09:10:22'),(1692,1700,'es',0,NULL,'El texto alternativo describe tu imagen a la gente que no puede verla. Añade una descripción corta con sus detalles clave.',NULL,'',0,'2019-11-07 09:10:22'),(1693,1701,'es',0,NULL,'Texto alternativo a mostrar cuando no se muestra el adjunto.',NULL,'',0,'2019-11-07 09:10:22'),(1694,1702,'es',0,NULL,'Mostrar siempre las comprobaciones previas a la publicación.',NULL,'',0,'2019-11-07 09:10:22'),(1695,1703,'es',0,NULL,'Nombre de término ambiguo usado en una taxonomía jerárquica. Por favor, usa el ID del término en su lugar.',NULL,'',0,'2019-11-07 09:10:22'),(1696,1704,'es',0,NULL,'Un identificador alfanumérico para el objeto único para su tipo.',NULL,'',0,'2019-11-07 09:10:22'),(1697,1705,'es',0,NULL,'Un identificador alfanumérico del tipo de contenido.',NULL,'',0,'2019-11-07 09:10:22'),(1698,1706,'es',0,NULL,'Un identificador alfanumérico del estado.',NULL,'',0,'2019-11-07 09:10:22'),(1699,1707,'es',0,NULL,'Un identificador alfanumérico de la taxonomía.',NULL,'',0,'2019-11-07 09:10:22'),(1700,1708,'es',0,NULL,'Un identificador alfanumérico del término único de este tipo.',NULL,'',0,'2019-11-07 09:10:22'),(1701,1709,'es',0,NULL,'Un identificador alfanumérico del usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1702,1710,'es',0,NULL,'Ocurrió un error, que probablemente implique que se ha caído el feed. Prueba de nuevo más tarde.',NULL,'',0,'2019-11-07 09:10:22'),(1703,1711,'es',0,NULL,'Ha ocurrido un error. Por favor, recarga la página y prueba de nuevo',NULL,'',0,'2019-11-07 09:10:22'),(1704,1712,'es',0,NULL,'Hubo un error añadiéndote a este sitio. Volver a la <a href=\"%s\">página de inicio</a>.',NULL,'',0,'2019-11-07 09:10:22'),(1705,1713,'es',0,NULL,'Ha habido un error en la activación',NULL,'',0,'2019-11-07 09:10:22'),(1706,1714,'es',0,NULL,'Ha habido un error en la subida. Por favor inténtalo más tarde.',NULL,'',0,'2019-11-07 09:10:22'),(1707,1715,'es',0,NULL,'Ocurrió un error al tratar de exportar los datos personales.',NULL,'',0,'2019-11-07 09:10:22'),(1708,1716,'es',0,NULL,'Ocurrió un error al tratar de encontrar y borrar datos personales.',NULL,'',0,'2019-11-07 09:10:22'),(1709,1717,'es',0,NULL,'Ocurrió un error. Por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:22'),(1710,1718,'es',0,NULL,'Se produjo un error del tipo %1$s en la línea %2$s del archivo %3$s. Mensaje de error: %4$s',NULL,'',0,'2019-11-07 09:10:22'),(1711,1719,'es',0,NULL,'Ya existe una solicitud incompleta para esta dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:10:22'),(1712,1720,'es',0,NULL,'Ha sucedido un error inesperado. Puede que algo vaya mal con WordPress.org o la configuración de este servidor. Si sigues teniendo problemas, por favor, prueba en los <a href=\"%s\">foros de soporte</a>.',NULL,'',0,'2019-11-07 09:10:22'),(1713,1721,'es',0,NULL,'Ha sucedido un error inesperado. Puede que algo vaya mal con WordPress.org o con la configuración de este servidor. Si sigues teniendo problemas, por favor, prueba en los <a href=\"https://es.wordpress.org/support\">foros de soporte</a>.',NULL,'',0,'2019-11-07 09:10:22'),(1714,1722,'es',0,NULL,'Ocurrió un error desconocido.',NULL,'',0,'2019-11-07 09:10:22'),(1715,1723,'es',0,NULL,'Los anclajes te permiten enlazar directamente a una sección de una página.',NULL,'',0,'2019-11-07 09:10:22'),(1716,1724,'es',0,NULL,'Notas',NULL,'',0,'2019-11-07 09:10:22'),(1717,1725,'es',0,NULL,'Anónimo',NULL,'',0,'2019-11-07 09:10:22'),(1718,1726,'es',0,NULL,'Hay otro usuario trabajando ahora mismo en esta entrada, lo que quiere decir que tú no puedes hacer cambios, a no ser que tomes el control.',NULL,'',0,'2019-11-07 09:10:22'),(1719,1727,'es',0,NULL,'Otro usuario tiene ahora el control de edición de esta entrada. No te preocupes, se han guardado tus cambios hasta este momento.',NULL,'',0,'2019-11-07 09:10:22'),(1720,1728,'es',0,NULL,'Cualquier capacidad extra asignada al usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1721,1729,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:10:22'),(1722,1730,'es',0,NULL,'Aplica el formato «%1$s».',NULL,'',0,'2019-11-07 09:10:22'),(1723,1731,'es',0,NULL,'Aprobar y responder',NULL,'',0,'2019-11-07 09:10:22'),(1724,1732,'es',0,NULL,'Aprobarlo: %s',NULL,'',0,'2019-11-07 09:10:22'),(1725,1733,'es',0,NULL,'abril',NULL,'',0,'2019-11-07 09:10:22'),(1726,1734,'es',0,NULL,'Abr',NULL,'',0,'2019-11-07 09:10:22'),(1727,1735,'es',0,NULL,'Árabe',NULL,'',0,'2019-11-07 09:10:22'),(1728,1736,'es',0,NULL,'Código HTML arbitrario.',NULL,'',0,'2019-11-07 09:10:22'),(1729,1737,'es',0,NULL,'Texto arbitrario.',NULL,'',0,'2019-11-07 09:10:22'),(1730,1738,'es',0,NULL,'Archivos',NULL,'',0,'2019-11-07 09:10:22'),(1731,1739,'es',0,NULL,'Ajustes de archivos',NULL,'',0,'2019-11-07 09:10:22'),(1732,1740,'es',0,NULL,'Archivos: %s',NULL,'',0,'2019-11-07 09:10:22'),(1733,1741,'es',0,NULL,'¿Estás listo para publicar?',NULL,'',0,'2019-11-07 09:10:22'),(1734,1742,'es',0,NULL,'¿Estás listo para programar?',NULL,'',0,'2019-11-07 09:10:22'),(1735,1743,'es',0,NULL,'¿Estás listo para enviarlo a revisión?',NULL,'',0,'2019-11-07 09:10:22'),(1736,1744,'es',0,NULL,'¿Estás seguro de que existe?',NULL,'',0,'2019-11-07 09:10:22'),(1737,1745,'es',0,NULL,'¿Estás seguro de que el servidor de la base de datos no esté sometido a una sobrecarga?',NULL,'',0,'2019-11-07 09:10:22'),(1738,1746,'es',0,NULL,'¿Estás seguro de que funciona el servidor de la base de datos?',NULL,'',0,'2019-11-07 09:10:22'),(1739,1747,'es',0,NULL,'¿Estás seguro de haber introducido el nombre de host correcto?',NULL,'',0,'2019-11-07 09:10:22'),(1740,1748,'es',0,NULL,'¿Estás seguro de que tienes el nombre de usuario y la contraseña correctos?',NULL,'',0,'2019-11-07 09:10:22'),(1741,1749,'es',0,NULL,'¿Estás seguro de que quieres borrar %s y sus datos?',NULL,'',0,'2019-11-07 09:10:22'),(1742,1750,'es',0,NULL,'¿Estás seguro de que quieres borrar %s?',NULL,'',0,'2019-11-07 09:10:22'),(1743,1751,'es',0,NULL,'¿Estás seguro de que quieres borrar los plugins seleccionados y sus datos?',NULL,'',0,'2019-11-07 09:10:22'),(1744,1752,'es',0,NULL,'¿Estás seguro que quieres borrar este tema?',NULL,'',0,'2019-11-07 09:10:22'),(1745,1753,'es',0,NULL,'¿Seguro que quieres hacer esto?',NULL,'',0,'2019-11-07 09:10:22'),(1746,1754,'es',0,NULL,'¿Estás seguro de que quieres hacer esto?\nLos cambios que hiciste en el comentario se perderán.',NULL,'',0,'2019-11-07 09:10:22'),(1747,1755,'es',0,NULL,'¿Estás seguro de que quieres editar este comentario?\nLos cambios que hayas realizado se perderán.',NULL,'',0,'2019-11-07 09:10:22'),(1748,1756,'es',0,NULL,'¿Estás seguro de querer instalar este plugin?',NULL,'',0,'2019-11-07 09:10:22'),(1749,1757,'es',0,NULL,'¿Estás seguro de querer anular la publicación de esta entrada?',NULL,'',0,'2019-11-07 09:10:22'),(1750,1758,'es',0,NULL,'¿Estás seguro de querer anular la programación de esta entrada?',NULL,'',0,'2019-11-07 09:10:22'),(1751,1759,'es',0,NULL,'¿Estás seguro de que quieres deshacer los cambios no publicados?',NULL,'',0,'2019-11-07 09:10:22'),(1752,1760,'es',0,NULL,'Artista',NULL,'',0,'2019-11-07 09:10:22'),(1753,1761,'es',0,NULL,'Como icono del navegador',NULL,'',0,'2019-11-07 09:10:22'),(1754,1762,'es',0,NULL,'Como icono de aplicación',NULL,'',0,'2019-11-07 09:10:22'),(1755,1763,'es',0,NULL,'Minientrada',NULL,'',0,'2019-11-07 09:10:22'),(1756,1764,'es',0,NULL,'Atributos de adjuntos',NULL,'',0,'2019-11-07 09:10:22'),(1757,1765,'es',0,NULL,'Detalles del adjunto',NULL,'',0,'2019-11-07 09:10:22'),(1758,1766,'es',0,NULL,'Ajustes de visualización de adjuntos',NULL,'',0,'2019-11-07 09:10:22'),(1759,1767,'es',0,NULL,'Página de adjuntos',NULL,'',0,'2019-11-07 09:10:22'),(1760,1768,'es',0,NULL,'ID del adjunto de la entrada',NULL,'',0,'2019-11-07 09:10:22'),(1761,1769,'es',0,NULL,'Tipo de adjunto.',NULL,'',0,'2019-11-07 09:10:22'),(1762,1770,'es',0,NULL,'Lista de adjuntos',NULL,'',0,'2019-11-07 09:10:22'),(1763,1771,'es',0,NULL,'Intentar recuperación de bloque',NULL,'',0,'2019-11-07 09:10:22'),(1764,1772,'es',0,NULL,'Intentar recuperación',NULL,'',0,'2019-11-07 09:10:22'),(1765,1773,'es',0,NULL,'Se ha intentado poner una calidad de la imagen fuera del rango [1,100].',NULL,'',0,'2019-11-07 09:10:22'),(1766,1774,'es',0,NULL,'Intento de analizar un «shortcode» sin una devolución de llamada válida: %s',NULL,'',0,'2019-11-07 09:10:22'),(1767,1775,'es',0,NULL,'Asiste a un próximo evento cerca de ti.',NULL,'',0,'2019-11-07 09:10:22'),(1768,1776,'es',0,NULL,'Atributos para el bloque %s',NULL,'',0,'2019-11-07 09:10:22'),(1769,1777,'es',0,NULL,'Audio',NULL,'',0,'2019-11-07 09:10:22'),(1770,1778,'es',0,NULL,'Audios <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:22'),(1771,1779,'es',0,NULL,'Detalles del audio',NULL,'',0,'2019-11-07 09:10:22'),(1772,1780,'es',0,NULL,'Reproductor de audio',NULL,'',0,'2019-11-07 09:10:22'),(1773,1781,'es',0,NULL,'Ajustes de audio',NULL,'',0,'2019-11-07 09:10:22'),(1774,1782,'es',0,NULL,'Widget de audio',NULL,'',0,'2019-11-07 09:10:22'),(1775,1783,'es',0,NULL,'Widgets de audio (%d)',NULL,'',0,'2019-11-07 09:10:22'),(1776,1784,'es',0,NULL,'agosto',NULL,'',0,'2019-11-07 09:10:22'),(1777,1785,'es',0,NULL,'Ago',NULL,'',0,'2019-11-07 09:10:22'),(1778,1786,'es',0,NULL,'Autor',NULL,'',0,'2019-11-07 09:10:22'),(1779,1787,'es',0,NULL,'Enlace de autor del usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1780,1788,'es',0,NULL,'El autor es %s',NULL,'',0,'2019-11-07 09:10:22'),(1781,1789,'es',0,NULL,'Autor:',NULL,'',0,'2019-11-07 09:10:22'),(1782,1790,'es',0,NULL,'Autor: %1$s (dirección IP: %2$s, %3$s)',NULL,'',0,'2019-11-07 09:10:22'),(1783,1791,'es',0,NULL,'Autor: %s',NULL,'',0,'2019-11-07 09:10:22'),(1784,1792,'es',0,NULL,'Auto',NULL,'',0,'2019-11-07 09:10:22'),(1785,1793,'es',0,NULL,'Añadir automáticamente nuevas páginas de nivel superior a este menú',NULL,'',0,'2019-11-07 09:10:22'),(1786,1794,'es',0,NULL,'Añadir párrafos automáticamente',NULL,'',0,'2019-11-07 09:10:22'),(1787,1795,'es',0,NULL,'Reproducción automática',NULL,'',0,'2019-11-07 09:10:22'),(1788,1796,'es',0,NULL,'Guardando automáticamente',NULL,'',0,'2019-11-07 09:10:22'),(1789,1797,'es',0,NULL,'Tipos de bloques disponibles',NULL,'',0,'2019-11-07 09:10:22'),(1790,1798,'es',0,NULL,'Avatar',NULL,'',0,'2019-11-07 09:10:22'),(1791,1799,'es',0,NULL,'URL del Avatar con un tamaño de imagen de %d píxeles.',NULL,'',0,'2019-11-07 09:10:22'),(1792,1800,'es',0,NULL,'URL del avatar del autor del objeto.',NULL,'',0,'2019-11-07 09:10:22'),(1793,1801,'es',0,NULL,'Enlaces del avatar del usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1794,1802,'es',0,NULL,'Volver',NULL,'',0,'2019-11-07 09:10:22'),(1795,1803,'es',0,NULL,'Volver al origen de los temas',NULL,'',0,'2019-11-07 09:10:22'),(1796,1804,'es',0,NULL,'Fondo',NULL,'',0,'2019-11-07 09:10:22'),(1797,1805,'es',0,NULL,'Color de fondo',NULL,'',0,'2019-11-07 09:10:22'),(1798,1806,'es',0,NULL,'Imagen de fondo',NULL,'',0,'2019-11-07 09:10:22'),(1799,1807,'es',0,NULL,'Opacidad del fondo',NULL,'',0,'2019-11-07 09:10:22'),(1800,1808,'es',0,NULL,'Configuración',NULL,'',0,'2019-11-07 09:10:22'),(1801,1809,'es',0,NULL,'Color de fondo',NULL,'',0,'2019-11-07 09:10:22'),(1802,1810,'es',0,NULL,'Acento grave',NULL,'',0,'2019-11-07 09:10:22'),(1803,1811,'es',0,NULL,'Bielorruso',NULL,'',0,'2019-11-07 09:10:22'),(1804,1812,'es',0,NULL,'Bitrate',NULL,'',0,'2019-11-07 09:10:22'),(1805,1813,'es',0,NULL,'Modo de bitrate',NULL,'',0,'2019-11-07 09:10:22'),(1806,1814,'es',0,NULL,'Bitrate:',NULL,'',0,'2019-11-07 09:10:22'),(1807,1815,'es',0,NULL,'Negro',NULL,'',0,'2019-11-07 09:10:22'),(1808,1816,'es',0,NULL,'Blavatar',NULL,'',0,'2019-11-07 09:10:22'),(1809,1817,'es',0,NULL,'Bloque',NULL,'',0,'2019-11-07 09:10:22'),(1810,1818,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:22'),(1811,1819,'es',0,NULL,'El bloque %s está al principio del contenido y no puede moverse arriba',NULL,'',0,'2019-11-07 09:10:22'),(1812,1820,'es',0,NULL,'El bloque %s está al final del contenido y no puede moverse abajo',NULL,'',0,'2019-11-07 09:10:22'),(1813,1821,'es',0,NULL,'El bloque %s es el único bloque, y no puede moverse',NULL,'',0,'2019-11-07 09:10:22'),(1814,1822,'es',0,NULL,'Bloque (seleccionado)',NULL,'',0,'2019-11-07 09:10:22'),(1815,1823,'es',0,NULL,'Gestor de bloques',NULL,'',0,'2019-11-07 09:10:22'),(1816,1824,'es',0,NULL,'Navegación de bloques',NULL,'',0,'2019-11-07 09:10:22'),(1817,1825,'es',0,NULL,'Estilos de bloque',NULL,'',0,'2019-11-07 09:10:22'),(1818,1826,'es',0,NULL,'Bloque creado.',NULL,'',0,'2019-11-07 09:10:22'),(1819,1827,'es',0,NULL,'Bloque borrado.',NULL,'',0,'2019-11-07 09:10:22'),(1820,1828,'es',0,NULL,'El bloque se ha borrado o no está disponible.',NULL,'',0,'2019-11-07 09:10:22'),(1821,1829,'es',0,NULL,'Icono del bloque',NULL,'',0,'2019-11-07 09:10:22'),(1822,1830,'es',0,NULL,'Bloque publicado en privado.',NULL,'',0,'2019-11-07 09:10:22'),(1823,1831,'es',0,NULL,'Bloque publicado.',NULL,'',0,'2019-11-07 09:10:22'),(1824,1832,'es',0,NULL,'Bloque devuelto a borrador.',NULL,'',0,'2019-11-07 09:10:22'),(1825,1833,'es',0,NULL,'Bloque programado.',NULL,'',0,'2019-11-07 09:10:22'),(1826,1834,'es',0,NULL,'Ajustes del bloque cerrados',NULL,'',0,'2019-11-07 09:10:22'),(1827,1835,'es',0,NULL,'Atajos de bloques',NULL,'',0,'2019-11-07 09:10:22'),(1828,1836,'es',0,NULL,'Herramientas del bloque',NULL,'',0,'2019-11-07 09:10:22'),(1829,1837,'es',0,NULL,'El tipo de bloque «%s» ya está registrado.',NULL,'',0,'2019-11-07 09:10:22'),(1830,1838,'es',0,NULL,'El tipo de bloque «%s» no está registrado.',NULL,'',0,'2019-11-07 09:10:22'),(1831,1839,'es',0,NULL,'Los nombres del tipo de bloque deben ser cadenas.',NULL,'',0,'2019-11-07 09:10:22'),(1832,1840,'es',0,NULL,'Los nombres de tipo de bloque deben contener un prefijo de espacio de nombres. Ejemplo: my-plugin/my-custom-block-type',NULL,'',0,'2019-11-07 09:10:22'),(1833,1841,'es',0,NULL,'Los nombres de tipo de bloque no deben contener caracteres en mayúscula.',NULL,'',0,'2019-11-07 09:10:22'),(1834,1842,'es',0,NULL,'Bloque actualizado.',NULL,'',0,'2019-11-07 09:10:22'),(1835,1843,'es',0,NULL,'Bloque: %s',NULL,'',0,'2019-11-07 09:10:22'),(1836,1844,'es',0,NULL,'Cita',NULL,'',0,'2019-11-07 09:10:22'),(1837,1845,'es',0,NULL,'Bloques',NULL,'',0,'2019-11-07 09:10:22'),(1838,1846,'es',0,NULL,'Los bloques no se pueden mover hacia abajo porque ya están en el fondo',NULL,'',0,'2019-11-07 09:10:22'),(1839,1847,'es',0,NULL,'Los bloques no se pueden mover arriba porque ya están al principio',NULL,'',0,'2019-11-07 09:10:22'),(1840,1848,'es',0,NULL,'Lista de bloques',NULL,'',0,'2019-11-07 09:10:22'),(1841,1849,'es',0,NULL,'Navegación por la lista de bloques',NULL,'',0,'2019-11-07 09:10:22'),(1842,1850,'es',0,NULL,'Las páginas de blog muestran como máximo.',NULL,'',0,'2019-11-07 09:10:22'),(1843,1851,'es',0,NULL,'Azul',NULL,'',0,'2019-11-07 09:10:22'),(1844,1852,'es',0,NULL,'Negrita',NULL,'',0,'2019-11-07 09:10:22'),(1845,1853,'es',0,NULL,'Marcadores',NULL,'',0,'2019-11-07 09:10:22'),(1846,1854,'es',0,NULL,'Borde',NULL,'',0,'2019-11-07 09:10:22'),(1847,1855,'es',0,NULL,'Color del borde',NULL,'',0,'2019-11-07 09:10:22'),(1848,1856,'es',0,NULL,'Hay que facilitar tanto las fechas de registro como la de la última actualización.',NULL,'',0,'2019-11-07 09:10:22'),(1849,1857,'es',0,NULL,'La fecha de registro y de última actualización deben tener un formato válido.',NULL,'',0,'2019-11-07 09:10:22'),(1850,1858,'es',0,NULL,'Abajo',NULL,'',0,'2019-11-07 09:10:22'),(1851,1859,'es',0,NULL,'Abajo a la izquierda',NULL,'',0,'2019-11-07 09:10:22'),(1852,1860,'es',0,NULL,'Abajo a la derecha',NULL,'',0,'2019-11-07 09:10:22'),(1853,1861,'es',0,NULL,'No disponible por mantenimiento programado. Vuelve a comprobar el sitio en unos minutos.',NULL,'',0,'2019-11-07 09:10:22'),(1854,1862,'es',0,NULL,'Marrón',NULL,'',0,'2019-11-07 09:10:22'),(1855,1863,'es',0,NULL,'Búlgaro',NULL,'',0,'2019-11-07 09:10:22'),(1856,1864,'es',0,NULL,'Selección múltiple',NULL,'',0,'2019-11-07 09:10:22'),(1857,1865,'es',0,NULL,'Lista con viñetas',NULL,'',0,'2019-11-07 09:10:22'),(1858,1866,'es',0,NULL,'Pero, antes de poder comenzar a usar tu nuevo nombre de usuario, <strong>debes activarlo</strong>.',NULL,'',0,'2019-11-07 09:10:22'),(1859,1867,'es',0,NULL,'Pero, antes de que puedas comenzar a usar tu sitio, <strong>debes activarlo</strong>.',NULL,'',0,'2019-11-07 09:10:22'),(1860,1868,'es',0,NULL,'Botón',NULL,'',0,'2019-11-07 09:10:22'),(1861,1869,'es',0,NULL,'Texto del botón',NULL,'',0,'2019-11-07 09:10:22'),(1862,1870,'es',0,NULL,'Por: %s',NULL,'',0,'2019-11-07 09:10:22'),(1863,1871,'es',0,NULL,'Clases CSS',NULL,'',0,'2019-11-07 09:10:22'),(1864,1872,'es',0,NULL,'Código CSS',NULL,'',0,'2019-11-07 09:10:22'),(1865,1873,'es',0,NULL,'Calendario',NULL,'',0,'2019-11-07 09:10:22'),(1866,1874,'es',0,NULL,'Ayuda del calendario',NULL,'',0,'2019-11-07 09:10:22'),(1867,1875,'es',0,NULL,'No se puede seleccionar base de datos',NULL,'',0,'2019-11-07 09:10:22'),(1868,1876,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:10:22'),(1869,1877,'es',0,NULL,'Cancela la edición',NULL,'',0,'2019-11-07 09:10:22'),(1870,1878,'es',0,NULL,'Cancelar respuesta',NULL,'',0,'2019-11-07 09:10:22'),(1871,1879,'es',0,NULL,'No se puede crear un comentario con ese tipo.',NULL,'',0,'2019-11-07 09:10:22'),(1872,1880,'es',0,NULL,'No se puede crear una revisión de una revisión',NULL,'',0,'2019-11-07 09:10:22'),(1873,1881,'es',0,NULL,'No se puede crear un usuario con un nombre de acceso vacío.',NULL,'',0,'2019-11-07 09:10:22'),(1874,1882,'es',0,NULL,'No se puede crear un comentario ya existente.',NULL,'',0,'2019-11-07 09:10:22'),(1875,1883,'es',0,NULL,'No se puede crear una entrada existente.',NULL,'',0,'2019-11-07 09:10:22'),(1876,1884,'es',0,NULL,'No se puede crear un usuario existente.',NULL,'',0,'2019-11-07 09:10:22'),(1877,1885,'es',0,NULL,'No se puede establecer el término superior, la taxonomía no es jerárquica.',NULL,'',0,'2019-11-07 09:10:22'),(1878,1886,'es',0,NULL,'No puedes ver el tipo de contenido.',NULL,'',0,'2019-11-07 09:10:22'),(1879,1887,'es',0,NULL,'No puedes ver el estado.',NULL,'',0,'2019-11-07 09:10:22'),(1880,1888,'es',0,NULL,'Leyenda',NULL,'',0,'2019-11-07 09:10:22'),(1881,1889,'es',0,NULL,'Leyenda del adjunto, si existe en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(1882,1890,'es',0,NULL,'Titula esta imagen…',NULL,'',0,'2019-11-07 09:10:22'),(1883,1891,'es',0,NULL,'Pies de foto / Subtítulos',NULL,'',0,'2019-11-07 09:10:22'),(1884,1892,'es',0,NULL,'Catalán',NULL,'',0,'2019-11-07 09:10:22'),(1885,1893,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:10:22'),(1886,1894,'es',0,NULL,'Ajustes de categorías',NULL,'',0,'2019-11-07 09:10:22'),(1887,1895,'es',0,NULL,'Lista de categorías',NULL,'',0,'2019-11-07 09:10:22'),(1888,1896,'es',0,NULL,'Navegación por la lista de categorías',NULL,'',0,'2019-11-07 09:10:22'),(1889,1897,'es',0,NULL,'Categoría',NULL,'',0,'2019-11-07 09:10:22'),(1890,1898,'es',0,NULL,'Categoría: %s',NULL,'',0,'2019-11-07 09:10:22'),(1891,1899,'es',0,NULL,'Precaución: Esos temas pueden estar activos en otros sitios de la red. ¿Estás seguro de que quieres continuar?',NULL,'',0,'2019-11-07 09:10:22'),(1892,1900,'es',0,NULL,'Borde de celda',NULL,'',0,'2019-11-07 09:10:22'),(1893,1901,'es',0,NULL,'Espacio de celda',NULL,'',0,'2019-11-07 09:10:22'),(1894,1902,'es',0,NULL,'Tipo de celda',NULL,'',0,'2019-11-07 09:10:22'),(1895,1903,'es',0,NULL,'Centrar',NULL,'',0,'2019-11-07 09:10:22'),(1896,1904,'es',0,NULL,'Cambiar alineación',NULL,'',0,'2019-11-07 09:10:22'),(1897,1905,'es',0,NULL,'Cambiar enlaces permanentes',NULL,'',0,'2019-11-07 09:10:22'),(1898,1906,'es',0,NULL,'Cambiar alineación del texto',NULL,'',0,'2019-11-07 09:10:22'),(1899,1907,'es',0,NULL,'Cambia el audio',NULL,'',0,'2019-11-07 09:10:22'),(1900,1908,'es',0,NULL,'Cambiar tipo o estilo del bloque',NULL,'',0,'2019-11-07 09:10:22'),(1901,1909,'es',0,NULL,'Cambia el formato de color',NULL,'',0,'2019-11-07 09:10:22'),(1902,1910,'es',0,NULL,'Cambiar archivo',NULL,'',0,'2019-11-07 09:10:22'),(1903,1911,'es',0,NULL,'Cambiar imagen',NULL,'',0,'2019-11-07 09:10:22'),(1904,1912,'es',0,NULL,'Cambiar logo',NULL,'',0,'2019-11-07 09:10:22'),(1905,1913,'es',0,NULL,'Cambia el tipo de bloque después de agregar un nuevo párrafo.',NULL,'',0,'2019-11-07 09:10:22'),(1906,1914,'es',0,NULL,'Cambiar tema',NULL,'',0,'2019-11-07 09:10:22'),(1907,1915,'es',0,NULL,'Cambiar el tipo de %d bloque',NULL,'',0,'2019-11-07 09:10:22'),(1908,1916,'es',0,NULL,'Cambiar el tipo de %d bloques',NULL,'',0,'2019-11-07 09:10:22'),(1909,1917,'es',0,NULL,'Cambiar vídeo',NULL,'',0,'2019-11-07 09:10:22'),(1910,1918,'es',0,NULL,'Cambiar widget',NULL,'',0,'2019-11-07 09:10:22'),(1911,1919,'es',0,NULL,'Los cambios ya se han enviado a la papelera.',NULL,'',0,'2019-11-07 09:10:22'),(1912,1920,'es',0,NULL,'Cambios guardados.',NULL,'',0,'2019-11-07 09:10:22'),(1913,1921,'es',0,NULL,'Cambios enviados a la papelera correctamente.',NULL,'',0,'2019-11-07 09:10:22'),(1914,1922,'es',0,NULL,'El grupo de cambios lo está editando otro usuario.',NULL,'',0,'2019-11-07 09:10:22'),(1915,1923,'es',0,NULL,'Capítulos',NULL,'',0,'2019-11-07 09:10:22'),(1916,1924,'es',0,NULL,'Chat',NULL,'',0,'2019-11-07 09:10:22'),(1917,1925,'es',0,NULL,'Comprobar ortografía',NULL,'',0,'2019-11-07 09:10:22'),(1918,1926,'es',0,NULL,'Comprueba la carpeta de correo basura, correo no deseado o spam de tu cliente de correo electrónico o correo web. A veces los correos electrónicos acaban ahí por equivocación.',NULL,'',0,'2019-11-07 09:10:22'),(1919,1927,'es',0,NULL,'Revisa tu correo electrónico para obtener el enlace de confirmación.',NULL,'',0,'2019-11-07 09:10:22'),(1920,1928,'es',0,NULL,'Revisa tu correo electrónico para obtener la nueva contraseña.',NULL,'',0,'2019-11-07 09:10:22'),(1921,1929,'es',0,NULL,'Revisa tu bandeja de entrada en %s y haz clic en el enlace que encontrarás.',NULL,'',0,'2019-11-07 09:10:22'),(1922,1930,'es',0,NULL,'Chino',NULL,'',0,'2019-11-07 09:10:22'),(1923,1931,'es',0,NULL,'Chino (Simplificado)',NULL,'',0,'2019-11-07 09:10:22'),(1924,1932,'es',0,NULL,'Chino (Tradicional)',NULL,'',0,'2019-11-07 09:10:22'),(1925,1933,'es',0,NULL,'Elegir imagen',NULL,'',0,'2019-11-07 09:10:22'),(1926,1934,'es',0,NULL,'Elige una sombra',NULL,'',0,'2019-11-07 09:10:22'),(1927,1935,'es',0,NULL,'Elige el audio',NULL,'',0,'2019-11-07 09:10:22'),(1928,1936,'es',0,NULL,'Selecciona archivo',NULL,'',0,'2019-11-07 09:10:22'),(1929,1937,'es',0,NULL,'Elige entre las etiquetas más utilizadas',NULL,'',0,'2019-11-07 09:10:22'),(1930,1938,'es',0,NULL,'Elige la imagen',NULL,'',0,'2019-11-07 09:10:22'),(1931,1939,'es',0,NULL,'Elegir logo',NULL,'',0,'2019-11-07 09:10:22'),(1932,1940,'es',0,NULL,'Elegir vídeo',NULL,'',0,'2019-11-07 09:10:22'),(1933,1941,'es',0,NULL,'Ciudad actualizada. Listado de eventos cerca de %s.',NULL,'',0,'2019-11-07 09:10:22'),(1934,1942,'es',0,NULL,'Clásico',NULL,'',0,'2019-11-07 09:10:22'),(1935,1943,'es',0,NULL,'Atajos de teclado del bloque clásico',NULL,'',0,'2019-11-07 09:10:22'),(1936,1944,'es',0,NULL,'Borrar',NULL,'',0,'2019-11-07 09:10:22'),(1937,1945,'es',0,NULL,'Limpiar resultados',NULL,'',0,'2019-11-07 09:10:22'),(1938,1946,'es',0,NULL,'Borrar color',NULL,'',0,'2019-11-07 09:10:22'),(1939,1947,'es',0,NULL,'Borrar formatos',NULL,'',0,'2019-11-07 09:10:22'),(1940,1948,'es',0,NULL,'Vaciar selección.',NULL,'',0,'2019-11-07 09:10:22'),(1941,1949,'es',0,NULL,'Haz clic en «Añadir nueva imagen» para subir un archivo de imagen desde tu ordenador. Tu tema funciona mejor con una imagen que se ajuste al tamaño de tu vídeo — podrás recortar tu imagen una vez la subas para un ajuste perfecto.',NULL,'',0,'2019-11-07 09:10:22'),(1942,1950,'es',0,NULL,'Haz clic en «Añadir nueva imagen» para subir un archivo de imagen desde tu ordenador. Tu tema funciona mejor con una imagen cuya altura de cabecera sea de %s píxeles — podrás recortar la imagen cuando la hayas subido para un mejor ajuste. ',NULL,'',0,'2019-11-07 09:10:22'),(1943,1951,'es',0,NULL,'Haz clic en «Añadir nueva imagen» para subir un archivo de imagen desde tu ordenador. Tu tema funciona mejor con una imagen con tamaño de cabecera de %s pixels — podrás recortar tu imagen una vez la subas para un ajuste perfecto.',NULL,'',0,'2019-11-07 09:10:22'),(1944,1952,'es',0,NULL,'Haz clic en «Añ nueva imagen» para subir un archivo de imagen desde tu ordenador. Tu tema funciona mejor con una imagen cuyo ancho de cabecera sea de %s píxeles — podrás recortar la imagen cuando la hayas subido para un mejor ajuste.',NULL,'',0,'2019-11-07 09:10:22'),(1945,1953,'es',0,NULL,'Haz clic en «Siguiente» para empezar a añadir enlaces a tu nuevo menú.',NULL,'',0,'2019-11-07 09:10:22'),(1946,1954,'es',0,NULL,'Haz clic aquí para cancelar la respuesta.',NULL,'',0,'2019-11-07 09:10:22'),(1947,1955,'es',0,NULL,'Clic en el día deseado para seleccionarlo.',NULL,'',0,'2019-11-07 09:10:22'),(1948,1956,'es',0,NULL,'Haz clic en las flechas izquierda y derecha para seleccionar otros meses en el pasado o en el futuro.',NULL,'',0,'2019-11-07 09:10:22'),(1949,1957,'es',0,NULL,'Clic para seleccionar',NULL,'',0,'2019-11-07 09:10:22'),(1950,1958,'es',0,NULL,'Clic para cambiar',NULL,'',0,'2019-11-07 09:10:22'),(1951,1959,'es',0,NULL,'Haz clic para editar el título del sitio.',NULL,'',0,'2019-11-07 09:10:22'),(1952,1960,'es',0,NULL,'Haz clic para editar este elemento.',NULL,'',0,'2019-11-07 09:10:22'),(1953,1961,'es',0,NULL,'Haz clic para editar este menú.',NULL,'',0,'2019-11-07 09:10:22'),(1954,1962,'es',0,NULL,'Haz clic para editar este widget.',NULL,'',0,'2019-11-07 09:10:22'),(1955,1963,'es',0,NULL,'Haz clic en «Vista previa» para cargar una previsualización de esta página y asegurarte de que estás satisfecho con tus bloques.',NULL,'',0,'2019-11-07 09:10:22'),(1956,1964,'es',0,NULL,'Cerrar',NULL,'',0,'2019-11-07 09:10:22'),(1957,1965,'es',0,NULL,'Cerrar todas las etiquetas abiertas',NULL,'',0,'2019-11-07 09:10:22'),(1958,1966,'es',0,NULL,'Cerrar etiqueta de cita',NULL,'',0,'2019-11-07 09:10:22'),(1959,1967,'es',0,NULL,'Cerrar etiqueta de negritas',NULL,'',0,'2019-11-07 09:10:22'),(1960,1968,'es',0,NULL,'Cerrar etiqueta de lista no ordenada',NULL,'',0,'2019-11-07 09:10:22'),(1961,1969,'es',0,NULL,'Cerrar etiqueta de código',NULL,'',0,'2019-11-07 09:10:22'),(1962,1970,'es',0,NULL,'Cerrar etiqueta de texto borrado',NULL,'',0,'2019-11-07 09:10:22'),(1963,1971,'es',0,NULL,'Cerrar diálogo',NULL,'',0,'2019-11-07 09:10:22'),(1964,1972,'es',0,NULL,'Cerrar etiqueta de insertar texto',NULL,'',0,'2019-11-07 09:10:22'),(1965,1973,'es',0,NULL,'Cerrar etiqueta de itálica',NULL,'',0,'2019-11-07 09:10:22'),(1966,1974,'es',0,NULL,'Cerrar etiqueta de elemento de la lista',NULL,'',0,'2019-11-07 09:10:22'),(1967,1975,'es',0,NULL,'Cerrar etiqueta de lista numerada',NULL,'',0,'2019-11-07 09:10:22'),(1968,1976,'es',0,NULL,'Cerrar panel',NULL,'',0,'2019-11-07 09:10:22'),(1969,1977,'es',0,NULL,'Cerrar plugin',NULL,'',0,'2019-11-07 09:10:22'),(1970,1978,'es',0,NULL,'Cerrar el modo reordenar',NULL,'',0,'2019-11-07 09:10:22'),(1971,1979,'es',0,NULL,'Cerrar ajustes',NULL,'',0,'2019-11-07 09:10:22'),(1972,1980,'es',0,NULL,'Cerrar la ventana de compartir',NULL,'',0,'2019-11-07 09:10:22'),(1973,1981,'es',0,NULL,'Cerrar cargador',NULL,'',0,'2019-11-07 09:10:22'),(1974,1982,'es',0,NULL,'Cmd + letra:',NULL,'',0,'2019-11-07 09:10:22'),(1975,1983,'es',0,NULL,'Código',NULL,'',0,'2019-11-07 09:10:22'),(1976,1984,'es',0,NULL,'Editor de código',NULL,'',0,'2019-11-07 09:10:22'),(1977,1985,'es',0,NULL,'Editor de código seleccionado',NULL,'',0,'2019-11-07 09:10:22'),(1978,1986,'es',0,NULL,'Contraer menú principal',NULL,'',0,'2019-11-07 09:10:22'),(1979,1987,'es',0,NULL,'Color',NULL,'',0,'2019-11-07 09:10:22'),(1980,1988,'es',0,NULL,'Ajustes de color',NULL,'',0,'2019-11-07 09:10:22'),(1981,1989,'es',0,NULL,'Código de color: %s',NULL,'',0,'2019-11-07 09:10:22'),(1982,1990,'es',0,NULL,'Valor del color',NULL,'',0,'2019-11-07 09:10:22'),(1983,1991,'es',0,NULL,'Valor del color en HSL',NULL,'',0,'2019-11-07 09:10:22'),(1984,1992,'es',0,NULL,'Valor del color en RGB',NULL,'',0,'2019-11-07 09:10:22'),(1985,1993,'es',0,NULL,'Valor del color en hexadecimal',NULL,'',0,'2019-11-07 09:10:22'),(1986,1994,'es',0,NULL,'Color: %s',NULL,'',0,'2019-11-07 09:10:22'),(1987,1995,'es',0,NULL,'Colores',NULL,'',0,'2019-11-07 09:10:22'),(1988,1996,'es',0,NULL,'Columna',NULL,'',0,'2019-11-07 09:10:22'),(1989,1997,'es',0,NULL,'Recuento de columnas',NULL,'',0,'2019-11-07 09:10:22'),(1990,1998,'es',0,NULL,'Grupo de columnas',NULL,'',0,'2019-11-07 09:10:22'),(1991,1999,'es',0,NULL,'Columnas',NULL,'',0,'2019-11-07 09:10:22'),(1992,2000,'es',0,NULL,'Coma',NULL,'',0,'2019-11-07 09:10:22'),(1993,2001,'es',0,NULL,'no es,aunque,estaba,esta es,podría,hasta,tal,suficiente,alrededor,porque,les',NULL,'',0,'2019-11-07 09:10:22'),(1994,2002,'es',0,NULL,'un, una, para, como, en, ser, por, com, cómo, para, desde, como, es, de, en, o, eso, el, esto, a, hacía, que, qué, cuando, cuándo, donde, dónde, quien, quién, será, con, www, y, entre, la, lo, este, ese, esa, eso, es, está, esta, asi, así',NULL,'',0,'2019-11-07 09:10:22'),(1995,2003,'es',0,NULL,'no es,aunque,estaba,esta es,podría,hasta,tal,suficiente,alrededor,porque,les',NULL,'',0,'2019-11-07 09:10:22'),(1996,2004,'es',0,NULL,'El comentario %d contiene datos personales pero no se pueden anonimizar.',NULL,'',0,'2019-11-07 09:10:22'),(1997,2005,'es',0,NULL,'Autor del comentario',NULL,'',0,'2019-11-07 09:10:22'),(1998,2006,'es',0,NULL,'Correo electrónico del autor del comentario',NULL,'',0,'2019-11-07 09:10:22'),(1999,2007,'es',0,NULL,'IP del autor del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2000,2008,'es',0,NULL,'URL del autor del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2001,2009,'es',0,NULL,'Agente de usuario del autor del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2002,2010,'es',0,NULL,'Contenido del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2003,2011,'es',0,NULL,'Fecha del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2004,2012,'es',0,NULL,'Fallo al enviar el comentario',NULL,'',0,'2019-11-07 09:10:22'),(2005,2013,'es',0,NULL,'URL del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2006,2014,'es',0,NULL,'El nombre y correo electrónico del autor del comentario son obligatorios.',NULL,'',0,'2019-11-07 09:10:22'),(2007,2015,'es',0,NULL,'El campo del comentario excede la longitud máxima permitida.',NULL,'',0,'2019-11-07 09:10:22'),(2008,2016,'es',0,NULL,'Es necesario un comentario.',NULL,'',0,'2019-11-07 09:10:22'),(2009,2017,'es',0,NULL,'off',NULL,'',0,'2019-11-07 09:10:22'),(2010,2018,'es',0,NULL,'Comentario en %1$s por %2$s',NULL,'',0,'2019-11-07 09:10:22'),(2011,2019,'es',0,NULL,'Comentario: %s',NULL,'',0,'2019-11-07 09:10:22'),(2012,2020,'es',0,NULL,'Comentarios',NULL,'',0,'2019-11-07 09:10:22'),(2013,2021,'es',0,NULL,'Comentarios (%s)',NULL,'',0,'2019-11-07 09:10:22'),(2014,2022,'es',0,NULL,'<abbr title=\"Really Simple Syndication\">RSS</abbr> de los comentarios',NULL,'',0,'2019-11-07 09:10:22'),(2015,2023,'es',0,NULL,'Feed de los comentarios',NULL,'',0,'2019-11-07 09:10:22'),(2016,2024,'es',0,NULL,'Comentarios desactivados<span class=\"screen-reader-text\"> en %s</span>',NULL,'',0,'2019-11-07 09:10:22'),(2017,2025,'es',0,NULL,'Los comentarios están cerrados.',NULL,'',0,'2019-11-07 09:10:22'),(2018,2026,'es',0,NULL,'Comentarios en %1$s al buscar %2$s',NULL,'',0,'2019-11-07 09:10:22'),(2019,2027,'es',0,NULL,'Comentarios en %s',NULL,'',0,'2019-11-07 09:10:22'),(2020,2028,'es',0,NULL,'Navegación de comentarios',NULL,'',0,'2019-11-07 09:10:22'),(2021,2029,'es',0,NULL,'Comentarios en %s',NULL,'',0,'2019-11-07 09:10:22'),(2022,2030,'es',0,NULL,'Comentarios en: %s',NULL,'',0,'2019-11-07 09:10:22'),(2023,2031,'es',0,NULL,'Bloques comunes',NULL,'',0,'2019-11-07 09:10:22'),(2024,2032,'es',0,NULL,'Completas',NULL,'',0,'2019-11-07 09:10:22'),(2025,2033,'es',0,NULL,'Completados <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:22'),(2026,2034,'es',0,NULL,'Las etiquetas de las consultas condicionales no funcionan antes de ejecutar la consulta. Haciéndolo antes, siempre devuelven falso.',NULL,'',0,'2019-11-07 09:10:22'),(2027,2035,'es',0,NULL,'Confirma la nueva contraseña',NULL,'',0,'2019-11-07 09:10:22'),(2028,2036,'es',0,NULL,'Confirma la acción «%s»',NULL,'',0,'2019-11-07 09:10:22'),(2029,2037,'es',0,NULL,'Confirma el uso de una contraseña débil.',NULL,'',0,'2019-11-07 09:10:22'),(2030,2038,'es',0,NULL,'Confirmadas',NULL,'',0,'2019-11-07 09:10:22'),(2031,2039,'es',0,NULL,'Confirmados <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:22'),(2032,2040,'es',0,NULL,'¡Felicidades! Tu nuevo sitio , %s, ya está listo.',NULL,'',0,'2019-11-07 09:10:22'),(2033,2041,'es',0,NULL,'La conexión con el servidor se perdió o está ocupado. Por favor, inténtalo de nuevo más tarde.',NULL,'',0,'2019-11-07 09:10:22'),(2034,2042,'es',0,NULL,'Mantener proporciones',NULL,'',0,'2019-11-07 09:10:22'),(2035,2043,'es',0,NULL,'Contenido',NULL,'',0,'2019-11-07 09:10:22'),(2036,2044,'es',0,NULL,'El contenido anterior a este bloque se mostrará en el extracto de tu página de archivo.',NULL,'',0,'2019-11-07 09:10:22'),(2037,2045,'es',0,NULL,'Contenido del objeto, tal como existe en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2038,2046,'es',0,NULL,'El hash de contenido no coincide con el esperado.',NULL,'',0,'2019-11-07 09:10:22'),(2039,2047,'es',0,NULL,'Estructura del contenido',NULL,'',0,'2019-11-07 09:10:22'),(2040,2048,'es',0,NULL,'El contenido, el título y el extracto están vacíos.',NULL,'',0,'2019-11-07 09:10:22'),(2041,2049,'es',0,NULL,'Contenido:',NULL,'',0,'2019-11-07 09:10:22'),(2042,2050,'es',0,NULL,'Sigue leyendo %s',NULL,'',0,'2019-11-07 09:10:22'),(2043,2051,'es',0,NULL,'Convierte emoticonos como :-) y :-P en gráficos en la pantalla.',NULL,'',0,'2019-11-07 09:10:22'),(2044,2052,'es',0,NULL,'Convierte el texto seleccionado en un enlace.',NULL,'',0,'2019-11-07 09:10:22'),(2045,2053,'es',0,NULL,'Convertir a bloques',NULL,'',0,'2019-11-07 09:10:22'),(2046,2054,'es',0,NULL,'Convertir a bloque clásico',NULL,'',0,'2019-11-07 09:10:22'),(2047,2055,'es',0,NULL,'Convertir a HTML',NULL,'',0,'2019-11-07 09:10:22'),(2048,2056,'es',0,NULL,'Convertir a bloque normal',NULL,'',0,'2019-11-07 09:10:22'),(2049,2057,'es',0,NULL,'Convertir a lista ordenada',NULL,'',0,'2019-11-07 09:10:22'),(2050,2058,'es',0,NULL,'Convertir a lista desordenada',NULL,'',0,'2019-11-07 09:10:22'),(2051,2059,'es',0,NULL,'Cookie caducada.',NULL,'',0,'2019-11-07 09:10:22'),(2052,2060,'es',0,NULL,'La cookie nonce no es válida',NULL,'',0,'2019-11-07 09:10:22'),(2053,2061,'es',0,NULL,'Copiado',NULL,'',0,'2019-11-07 09:10:22'),(2054,2062,'es',0,NULL,'¡Copiado!',NULL,'',0,'2019-11-07 09:10:22'),(2055,2063,'es',0,NULL,'Copiar',NULL,'',0,'2019-11-07 09:10:22'),(2056,2064,'es',0,NULL,'Copiar todo el contenido',NULL,'',0,'2019-11-07 09:10:22'),(2057,2065,'es',0,NULL,'Copiar error',NULL,'',0,'2019-11-07 09:10:22'),(2058,2066,'es',0,NULL,'Copiar enlace',NULL,'',0,'2019-11-07 09:10:22'),(2059,2067,'es',0,NULL,'Copiar texto de la entrada',NULL,'',0,'2019-11-07 09:10:22'),(2060,2068,'es',0,NULL,'Copiar URL',NULL,'',0,'2019-11-07 09:10:22'),(2061,2069,'es',0,NULL,'Copia y pega esta URL en tu sitio WordPress para incrustarlo',NULL,'',0,'2019-11-07 09:10:22'),(2062,2070,'es',0,NULL,'Copia y pega este código en tu sitio para incrustarlo',NULL,'',0,'2019-11-07 09:10:22'),(2063,2071,'es',0,NULL,'Copiar fila',NULL,'',0,'2019-11-07 09:10:22'),(2064,2072,'es',0,NULL,'Copia el enlace permanente',NULL,'',0,'2019-11-07 09:10:22'),(2065,2073,'es',0,NULL,'No se han podido calcular las dimensiones de la imagen cambiada de tamaño',NULL,'',0,'2019-11-07 09:10:22'),(2066,2074,'es',0,NULL,'No podemos crear el usuario',NULL,'',0,'2019-11-07 09:10:22'),(2067,2075,'es',0,NULL,'No se ha podido borrar de la base de datos el valor meta.',NULL,'',0,'2019-11-07 09:10:22'),(2068,2076,'es',0,NULL,'No se pudo borrar el sitio de la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2069,2077,'es',0,NULL,'No podemos encontrar la cadena especificada.',NULL,'',0,'2019-11-07 09:10:22'),(2070,2078,'es',0,NULL,'No ha sido posible insertar la entrada en la base de datos',NULL,'',0,'2019-11-07 09:10:22'),(2071,2079,'es',0,NULL,'No se pudo insertar el sitio en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2072,2080,'es',0,NULL,'No ha sido posible introducir el término en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2073,2081,'es',0,NULL,'No se ha podido introducir la relación entre términos en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2074,2082,'es',0,NULL,'No se puede cargar la previsualización de la imagen. Por favor, recarga la página y prueba de nuevo.',NULL,'',0,'2019-11-07 09:10:22'),(2075,2083,'es',0,NULL,'No se pudo abrir el gestor de archivo.',NULL,'',0,'2019-11-07 09:10:22'),(2076,2084,'es',0,NULL,'No se pudo abrir el gestor para %1$s en %2$s.',NULL,'',0,'2019-11-07 09:10:22'),(2077,2085,'es',0,NULL,'No se pudo leer el tamaño de la imagen.',NULL,'',0,'2019-11-07 09:10:22'),(2078,2086,'es',0,NULL,'No se pudieron recuperar los datos del sitio.',NULL,'',0,'2019-11-07 09:10:22'),(2079,2087,'es',0,NULL,'No se ha podido guardar la clave de reinicio de la contraseña en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2080,2088,'es',0,NULL,'No se pudo establecer como imagen de miniatura. Prueba con otro adjunto.',NULL,'',0,'2019-11-07 09:10:22'),(2081,2089,'es',0,NULL,'No se pudo dividir el término compartido.',NULL,'',0,'2019-11-07 09:10:22'),(2082,2090,'es',0,NULL,'No ha sido posible actualizar el estado del comentario',NULL,'',0,'2019-11-07 09:10:22'),(2083,2091,'es',0,NULL,'No se pudo actualizar el valor meta en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2084,2092,'es',0,NULL,'No ha sido posible actualizar la entrada en la base de datos',NULL,'',0,'2019-11-07 09:10:22'),(2085,2093,'es',0,NULL,'No se pudo actualizar el sitio en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2086,2094,'es',0,NULL,'No se pudo actualizar el último correo electrónico enviado.',NULL,'',0,'2019-11-07 09:10:22'),(2087,2095,'es',0,NULL,'No se pudo escribir el archivo %1$s (%2$s).',NULL,'',0,'2019-11-07 09:10:22'),(2088,2096,'es',0,NULL,'No se pudo escribir el archivo %s.',NULL,'',0,'2019-11-07 09:10:22'),(2089,2097,'es',0,NULL,'Fondo',NULL,'',0,'2019-11-07 09:10:22'),(2090,2098,'es',0,NULL,'Ajustes de fondo',NULL,'',0,'2019-11-07 09:10:22'),(2091,2099,'es',0,NULL,'Crear',NULL,'',0,'2019-11-07 09:10:22'),(2092,2100,'es',0,NULL,'Crear lista de reproducción de audios',NULL,'',0,'2019-11-07 09:10:22'),(2093,2101,'es',0,NULL,'Crear galería',NULL,'',0,'2019-11-07 09:10:22'),(2094,2102,'es',0,NULL,'Crear menú',NULL,'',0,'2019-11-07 09:10:22'),(2095,2103,'es',0,NULL,'Crea un nuevo menú',NULL,'',0,'2019-11-07 09:10:22'),(2096,2104,'es',0,NULL,'Crear sitio',NULL,'',0,'2019-11-07 09:10:22'),(2097,2105,'es',0,NULL,'Crear lista de reproducción de vídeos',NULL,'',0,'2019-11-07 09:10:22'),(2098,2106,'es',0,NULL,'Crear un archivo de configuración',NULL,'',0,'2019-11-07 09:10:22'),(2099,2107,'es',0,NULL,'Crea una ruptura entre ideas o secciones con un separador horizontal.',NULL,'',0,'2019-11-07 09:10:22'),(2100,2108,'es',0,NULL,'Crea una lista de viñetas o numerada.',NULL,'',0,'2019-11-07 09:10:22'),(2101,2109,'es',0,NULL,'Crea un menú para esta ubicación',NULL,'',0,'2019-11-07 09:10:22'),(2102,2110,'es',0,NULL,'Crea una nueva galería',NULL,'',0,'2019-11-07 09:10:22'),(2103,2111,'es',0,NULL,'Crear una nueva lista de reproducción',NULL,'',0,'2019-11-07 09:10:22'),(2104,2112,'es',0,NULL,'Crear una nueva lista de reproducción de vídeos',NULL,'',0,'2019-11-07 09:10:22'),(2105,2113,'es',0,NULL,'Crea contenido y guárdalo para ti y otros colaboradores para reutilizarlo en tu sitio. Actualiza el bloque y los cambios se aplicarán en todas las partes donde esté en uso.',NULL,'',0,'2019-11-07 09:10:22'),(2106,2114,'es',0,NULL,'Crear contraseña',NULL,'',0,'2019-11-07 09:10:22'),(2107,2115,'es',0,NULL,'Se necesita un nombre de autor y una dirección de correo electrónico válidos para crear un comentario.',NULL,'',0,'2019-11-07 09:10:22'),(2108,2116,'es',0,NULL,'Falló la creación del comentario.',NULL,'',0,'2019-11-07 09:10:22'),(2109,2117,'es',0,NULL,'Croata',NULL,'',0,'2019-11-07 09:10:22'),(2110,2118,'es',0,NULL,'Recortar imagen',NULL,'',0,'2019-11-07 09:10:22'),(2111,2119,'es',0,NULL,'Recortar imágenes',NULL,'',0,'2019-11-07 09:10:22'),(2112,2120,'es',0,NULL,'Recortar la miniatura a las dimensiones exactas',NULL,'',0,'2019-11-07 09:10:22'),(2113,2121,'es',0,NULL,'Recorta tu imagen',NULL,'',0,'2019-11-07 09:10:22'),(2114,2122,'es',0,NULL,'Recortando…',NULL,'',0,'2019-11-07 09:10:22'),(2115,2123,'es',0,NULL,'Calculando…',NULL,'',0,'2019-11-07 09:10:22'),(2116,2124,'es',0,NULL,'Ctrl + Alt + letra:',NULL,'',0,'2019-11-07 09:10:22'),(2117,2125,'es',0,NULL,'Ctrl + letra:',NULL,'',0,'2019-11-07 09:10:22'),(2118,2126,'es',0,NULL,'Actual',NULL,'',0,'2019-11-07 09:10:22'),(2119,2127,'es',0,NULL,'Cabecera actual',NULL,'',0,'2019-11-07 09:10:22'),(2120,2128,'es',0,NULL,'Página actual de la colección.',NULL,'',0,'2019-11-07 09:10:22'),(2121,2129,'es',0,NULL,'Actualmente hay %s comentario en espera de aprobación. Por favor visita el panel de moderación:',NULL,'',0,'2019-11-07 09:10:22'),(2122,2130,'es',0,NULL,'Actualmente hay %s comentarios en espera de aprobación. Por favor visita el panel de moderación:',NULL,'',0,'2019-11-07 09:10:22'),(2123,2131,'es',0,NULL,'CSS personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2124,2132,'es',0,NULL,'Color personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2125,2133,'es',0,NULL,'Campos personalizados',NULL,'',0,'2019-11-07 09:10:22'),(2126,2134,'es',0,NULL,'HTML personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2127,2135,'es',0,NULL,'Widget HTML personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2128,2136,'es',0,NULL,'Enlace personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2129,2137,'es',0,NULL,'Enlaces personalizados',NULL,'',0,'2019-11-07 09:10:22'),(2130,2138,'es',0,NULL,'Personalizada',NULL,'',0,'2019-11-07 09:10:22'),(2131,2139,'es',0,NULL,'Tamaño personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2132,2140,'es',0,NULL,'URL personalizada',NULL,'',0,'2019-11-07 09:10:22'),(2133,2141,'es',0,NULL,'Color personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2134,2142,'es',0,NULL,'Selector de color personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2135,2143,'es',0,NULL,'Tamaño de fuente personalizado',NULL,'',0,'2019-11-07 09:10:22'),(2136,2144,'es',0,NULL,'Personalizar',NULL,'',0,'2019-11-07 09:10:22'),(2137,2145,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:22'),(2138,2146,'es',0,NULL,'Personalizar tema %s',NULL,'',0,'2019-11-07 09:10:22'),(2139,2147,'es',0,NULL,'Personalizar: %s',NULL,'',0,'2019-11-07 09:10:22'),(2140,2148,'es',0,NULL,'Personalizador',NULL,'',0,'2019-11-07 09:10:22'),(2141,2149,'es',0,NULL,'Personalización',NULL,'',0,'2019-11-07 09:10:22'),(2142,2150,'es',0,NULL,'Personalizando ▸ %s',NULL,'',0,'2019-11-07 09:10:22'),(2143,2151,'es',0,NULL,'Cortar',NULL,'',0,'2019-11-07 09:10:22'),(2144,2152,'es',0,NULL,'Cortar fila',NULL,'',0,'2019-11-07 09:10:22'),(2145,2153,'es',0,NULL,'Gris azulado cian',NULL,'',0,'2019-11-07 09:10:22'),(2146,2154,'es',0,NULL,'Checo',NULL,'',0,'2019-11-07 09:10:22'),(2147,2155,'es',0,NULL,'Danés',NULL,'',0,'2019-11-07 09:10:22'),(2148,2156,'es',0,NULL,'Oscuro',NULL,'',0,'2019-11-07 09:10:22'),(2149,2157,'es',0,NULL,'Escritorio',NULL,'',0,'2019-11-07 09:10:22'),(2150,2158,'es',0,NULL,'Error de la base de datos',NULL,'',0,'2019-11-07 09:10:22'),(2151,2159,'es',0,NULL,'Fecha',NULL,'',0,'2019-11-07 09:10:22'),(2152,2160,'es',0,NULL,'Formato de fecha',NULL,'',0,'2019-11-07 09:10:22'),(2153,2161,'es',0,NULL,'Fecha/hora',NULL,'',0,'2019-11-07 09:10:22'),(2154,2162,'es',0,NULL,'Día',NULL,'',0,'2019-11-07 09:10:22'),(2155,2163,'es',0,NULL,'Día: %s',NULL,'',0,'2019-11-07 09:10:22'),(2156,2164,'es',0,NULL,'diciembre',NULL,'',0,'2019-11-07 09:10:22'),(2157,2165,'es',0,NULL,'Dic',NULL,'',0,'2019-11-07 09:10:22'),(2158,2166,'es',0,NULL,'Reducir sangría',NULL,'',0,'2019-11-07 09:10:22'),(2159,2167,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:10:22'),(2160,2168,'es',0,NULL,'Predeterminada',NULL,'',0,'2019-11-07 09:10:22'),(2161,2169,'es',0,NULL,'Categoria de entrada por defecto',NULL,'',0,'2019-11-07 09:10:22'),(2162,2170,'es',0,NULL,'Formato de la entrada por defecto.',NULL,'',0,'2019-11-07 09:10:22'),(2163,2171,'es',0,NULL,'Atajos predeterminados,',NULL,'',0,'2019-11-07 09:10:22'),(2164,2172,'es',0,NULL,'Borrar columna',NULL,'',0,'2019-11-07 09:10:22'),(2165,2173,'es',0,NULL,'Borrar menú',NULL,'',0,'2019-11-07 09:10:22'),(2166,2174,'es',0,NULL,'Borrar permanentemente',NULL,'',0,'2019-11-07 09:10:22'),(2167,2175,'es',0,NULL,'Borrar fila',NULL,'',0,'2019-11-07 09:10:22'),(2168,2176,'es',0,NULL,'Eliminar columna',NULL,'',0,'2019-11-07 09:10:22'),(2169,2177,'es',0,NULL,'Borrarlo: %s',NULL,'',0,'2019-11-07 09:10:22'),(2170,2178,'es',0,NULL,'Borrar fila',NULL,'',0,'2019-11-07 09:10:22'),(2171,2179,'es',0,NULL,'Borrar tabla',NULL,'',0,'2019-11-07 09:10:22'),(2172,2180,'es',0,NULL,'Texto eliminado (tachado)',NULL,'',0,'2019-11-07 09:10:22'),(2173,2181,'es',0,NULL,'Borrando...',NULL,'',0,'2019-11-07 09:10:22'),(2174,2182,'es',0,NULL,'Borrado fallido: %s',NULL,'',0,'2019-11-07 09:10:22'),(2175,2183,'es',0,NULL,'Describe este archivo de audio…',NULL,'',0,'2019-11-07 09:10:22'),(2176,2184,'es',0,NULL,'Describe este archivo de medios…',NULL,'',0,'2019-11-07 09:10:22'),(2177,2185,'es',0,NULL,'Describe este video…',NULL,'',0,'2019-11-07 09:10:22'),(2178,2186,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:10:22'),(2179,2187,'es',0,NULL,'Descripción del objeto, tal y como existe en la base de datos.',NULL,'',0,'2019-11-07 09:10:22'),(2180,2188,'es',0,NULL,'Descripción del usuario.',NULL,'',0,'2019-11-07 09:10:22'),(2181,2189,'es',0,NULL,'Anular selección',NULL,'',0,'2019-11-07 09:10:22'),(2182,2190,'es',0,NULL,'La carpeta de destino para cargar el archivo no existe o no tiene permisos de escritura.',NULL,'',0,'2019-11-07 09:10:22'),(2183,2191,'es',0,NULL,'Detalles sobre el archivo de medios, específicos a su tipo.',NULL,'',0,'2019-11-07 09:10:22'),(2184,2192,'es',0,NULL,'Detalles del tema %s',NULL,'',0,'2019-11-07 09:10:22'),(2185,2193,'es',0,NULL,'¿Querías solo pegar HTML?',NULL,'',0,'2019-11-07 09:10:22'),(2186,2194,'es',0,NULL,'Hola ¿sabes que tenemos un widget de «HTML personalizado»? Puedes encontrarlo pulsando en el botón «<a class=\"add-widget\" href=\"#\">Añadir un widget</a>» y buscando por «HTML». ¡Pruébalo para añadir código personalizado a tu sitio!',NULL,'',0,'2019-11-07 09:10:22'),(2187,2195,'es',0,NULL,'Hola, ¿sabías que tenemos un widget de «HTML personalizado»? Puedes encontrarlo revisando la lista de widgets disponibles de esta pantalla. ¡Úsalo para añadir código personalizado a tu sitio!',NULL,'',0,'2019-11-07 09:10:22'),(2188,2196,'es',0,NULL,'Dimensiones',NULL,'',0,'2019-11-07 09:10:22'),(2189,2197,'es',0,NULL,'Dimensiones:',NULL,'',0,'2019-11-07 09:10:22'),(2190,2198,'es',0,NULL,'Desactivar consejos',NULL,'',0,'2019-11-07 09:10:22'),(2191,2199,'es',0,NULL,'Descartar cambios',NULL,'',0,'2019-11-07 09:10:22'),(2192,2200,'es',0,NULL,'Comentarios',NULL,'',0,'2019-11-07 09:10:22'),(2193,2201,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:10:22'),(2194,2202,'es',0,NULL,'Descartar errores',NULL,'',0,'2019-11-07 09:10:22'),(2195,2203,'es',0,NULL,'Descartar este aviso',NULL,'',0,'2019-11-07 09:10:22'),(2196,2204,'es',0,NULL,'Descartar este aviso.',NULL,'',0,'2019-11-07 09:10:22'),(2197,2205,'es',0,NULL,'Mostrar avatar',NULL,'',0,'2019-11-07 09:10:22'),(2198,2206,'es',0,NULL,'Mostrar fecha',NULL,'',0,'2019-11-07 09:10:22'),(2199,2207,'es',0,NULL,'Mostrar extracto',NULL,'',0,'2019-11-07 09:10:22'),(2200,2208,'es',0,NULL,'Ajustes de visualización',NULL,'',0,'2019-11-07 09:10:22'),(2201,2209,'es',0,NULL,'Muestra el título y la descripción corta del sitio',NULL,'',0,'2019-11-07 09:10:22'),(2202,2210,'es',0,NULL,'Muestra un widget heredado.',NULL,'',0,'2019-11-07 09:10:22'),(2203,2211,'es',0,NULL,'Muestra una lista de todas las categorías.',NULL,'',0,'2019-11-07 09:10:22'),(2204,2212,'es',0,NULL,'Muestra una lista de tus comentarios más recientes.',NULL,'',0,'2019-11-07 09:10:22'),(2205,2213,'es',0,NULL,'Muestra una lista de tus entradas más recientes.',NULL,'',0,'2019-11-07 09:10:22'),(2206,2214,'es',0,NULL,'Muestra un archivo por meses de tus entradas.',NULL,'',0,'2019-11-07 09:10:22'),(2207,2215,'es',0,NULL,'Mostrar como desplegable',NULL,'',0,'2019-11-07 09:10:22'),(2208,2216,'es',0,NULL,'Mostrar como desplegable',NULL,'',0,'2019-11-07 09:10:22'),(2209,2217,'es',0,NULL,'Mostrar autor',NULL,'',0,'2019-11-07 09:10:22'),(2210,2218,'es',0,NULL,'Muestra fragmentos de código que respetan tus espacios y tabuladores.',NULL,'',0,'2019-11-07 09:10:22'),(2211,2219,'es',0,NULL,'Mostrar fecha',NULL,'',0,'2019-11-07 09:10:22'),(2212,2220,'es',0,NULL,'Muestra entradas de cualquier feed RSS o Atom.',NULL,'',0,'2019-11-07 09:10:22'),(2213,2221,'es',0,NULL,'Mostrar extracto',NULL,'',0,'2019-11-07 09:10:22'),(2214,2222,'es',0,NULL,'¿Mostrar el autor si está disponible?',NULL,'',0,'2019-11-07 09:10:22'),(2215,2223,'es',0,NULL,'¿Mostrar el contenido?',NULL,'',0,'2019-11-07 09:10:22'),(2216,2224,'es',0,NULL,'¿Mostrar la fecha?',NULL,'',0,'2019-11-07 09:10:22'),(2217,2225,'es',0,NULL,'Muestra múltiples imágenes en una galería enriquecida.',NULL,'',0,'2019-11-07 09:10:22'),(2218,2226,'es',0,NULL,'%1$s %2$s',NULL,'',0,'2019-11-07 09:10:22'),(2219,2227,'es',0,NULL,'Muestra el nombre del autor del objeto.',NULL,'',0,'2019-11-07 09:10:22'),(2220,2228,'es',0,NULL,'Muestra el nombre del usuario.',NULL,'',0,'2019-11-07 09:10:22'),(2221,2229,'es',0,NULL,'Mostrar fecha de la entrada',NULL,'',0,'2019-11-07 09:10:22'),(2222,2230,'es',0,NULL,'¿Mostrar la fecha de la entrada?',NULL,'',0,'2019-11-07 09:10:22'),(2223,2231,'es',0,NULL,'Muestra el texto seleccionado en fuente monoespacio.',NULL,'',0,'2019-11-07 09:10:22'),(2224,2232,'es',0,NULL,'Muestra esta ayuda.',NULL,'',0,'2019-11-07 09:10:22'),(2225,2233,'es',0,NULL,'Mostrando %d temas.',NULL,'',0,'2019-11-07 09:10:22'),(2226,2234,'es',0,NULL,'Muestra un vídeo de la biblioteca de medios o de YouTube, Vimeo u otro proveedor.',NULL,'',0,'2019-11-07 09:10:22'),(2227,2235,'es',0,NULL,'Muestra un reproductor de audio.',NULL,'',0,'2019-11-07 09:10:22'),(2228,2236,'es',0,NULL,'Muestra una galería de imágenes.',NULL,'',0,'2019-11-07 09:10:22'),(2229,2237,'es',0,NULL,'Muestra una imagen.',NULL,'',0,'2019-11-07 09:10:22'),(2230,2238,'es',0,NULL,'Modo de escritura sin distracción',NULL,'',0,'2019-11-07 09:10:22'),(2231,2239,'es',0,NULL,'No hagas deregister del script %1$s en el área de administración. Para enlazar al tema en portada utiliza el hook %2$s.',NULL,'',0,'2019-11-07 09:10:22'),(2232,2240,'es',0,NULL,'No pasar %1$s etiquetas a %2$s.',NULL,'',0,'2019-11-07 09:10:22'),(2233,2241,'es',0,NULL,'¿Estás seguro de que quieres <a href=\"%s\">salir</a>?',NULL,'',0,'2019-11-07 09:10:22'),(2234,2242,'es',0,NULL,'Documento',NULL,'',0,'2019-11-07 09:10:22'),(2235,2243,'es',0,NULL,'Documento (seleccionado)',NULL,'',0,'2019-11-07 09:10:22'),(2236,2244,'es',0,NULL,'Esquema del documento',NULL,'',0,'2019-11-07 09:10:22'),(2237,2245,'es',0,NULL,'Paneles de documentos',NULL,'',0,'2019-11-07 09:10:22'),(2238,2246,'es',0,NULL,'Vista previa del documento',NULL,'',0,'2019-11-07 09:10:22'),(2239,2247,'es',0,NULL,'Estadísticas del documento',NULL,'',0,'2019-11-07 09:10:22'),(2240,2248,'es',0,NULL,'Herramientas del documento y los bloques',NULL,'',0,'2019-11-07 09:10:22'),(2241,2249,'es',0,NULL,'Propiedades del documento',NULL,'',0,'2019-11-07 09:10:22'),(2242,2250,'es',0,NULL,'Herramientas del documento',NULL,'',0,'2019-11-07 09:10:22'),(2243,2251,'es',0,NULL,'Documentación',NULL,'',0,'2019-11-07 09:10:22'),(2244,2252,'es',0,NULL,'¿Tiene el usuario %1$s permisos para usar la base de datos %2$s?',NULL,'',0,'2019-11-07 09:10:22'),(2245,2253,'es',0,NULL,'Hecho',NULL,'',0,'2019-11-07 09:10:22'),(2246,2254,'es',0,NULL,'Puntos',NULL,'',0,'2019-11-07 09:10:22'),(2247,2255,'es',0,NULL,'Vuelve a comprobar tus ajustes antes de publicar.',NULL,'',0,'2019-11-07 09:10:22'),(2248,2256,'es',0,NULL,'Ajustes del botón de descarga',NULL,'',0,'2019-11-07 09:10:22'),(2249,2257,'es',0,NULL,'Descargar vídeo',NULL,'',0,'2019-11-07 09:10:22'),(2250,2258,'es',0,NULL,'Descargando tu nuevo tema…',NULL,'',0,'2019-11-07 09:10:22'),(2251,2259,'es',0,NULL,'Borrador',NULL,'',0,'2019-11-07 09:10:22'),(2252,2260,'es',0,NULL,'Borrador <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:22'),(2253,2261,'es',0,NULL,'Borradores <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:22'),(2254,2262,'es',0,NULL,'Borrador guardado',NULL,'',0,'2019-11-07 09:10:22'),(2255,2263,'es',0,NULL,'Arrastra un archivo, sube uno nuevo o elige un archivo de tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2256,2264,'es',0,NULL,'Arrastra un archivo de medios, sube uno nuevo o elige un archivo de tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2257,2265,'es',0,NULL,'Arrastra un vídeo, sube uno nuevo o elige un archivo de tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2258,2266,'es',0,NULL,'Arrastra un audio, sube uno nuevo o elige un archivo de tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2259,2267,'es',0,NULL,'Arrastra una imagen o un vídeo, sube una nueva o selecciona un archivo desde tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2260,2268,'es',0,NULL,'Arrastra una imagen, sube una nueva o elige un archivo de tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2261,2269,'es',0,NULL,'Arrastra y suelta para reordenar archivos de medios.',NULL,'',0,'2019-11-07 09:10:22'),(2262,2270,'es',0,NULL,'Arrastrar y soltar para reordenar pistas.',NULL,'',0,'2019-11-07 09:10:22'),(2263,2271,'es',0,NULL,'Arrastrar y soltar para reordenar vídeos.',NULL,'',0,'2019-11-07 09:10:22'),(2264,2272,'es',0,NULL,'Arrastra aquí las cajas',NULL,'',0,'2019-11-07 09:10:22'),(2265,2273,'es',0,NULL,'Arrastra imágenes, sube nuevas o elige archivos desde tu biblioteca.',NULL,'',0,'2019-11-07 09:10:22'),(2266,2274,'es',0,NULL,'Capitalizar',NULL,'',0,'2019-11-07 09:10:22'),(2267,2275,'es',0,NULL,'Arrastra archivos a cualquier lugar para subirlos',NULL,'',0,'2019-11-07 09:10:22'),(2268,2276,'es',0,NULL,'Arrastra archivos para subirlos',NULL,'',0,'2019-11-07 09:10:22'),(2269,2277,'es',0,NULL,'Duplicar',NULL,'',0,'2019-11-07 09:10:22'),(2270,2278,'es',0,NULL,'Comentario duplicado: ¡parece que ya había sido enviado antes!',NULL,'',0,'2019-11-07 09:10:22'),(2271,2279,'es',0,NULL,'Duplica el/los bloque(s) seleccionado(s).',NULL,'',0,'2019-11-07 09:10:22'),(2272,2280,'es',0,NULL,'Holandés',NULL,'',0,'2019-11-07 09:10:22'),(2273,2281,'es',0,NULL,'ERROR: El directorio de temas está vacío o no existe. Por favor, revisa tu instalación.',NULL,'',0,'2019-11-07 09:10:22'),(2274,2282,'es',0,NULL,'ERROR: Esta no es una plantilla de feed válida.',NULL,'',0,'2019-11-07 09:10:22'),(2275,2283,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:22'),(2276,2284,'es',0,NULL,'Editar lista de reproducción de audio',NULL,'',0,'2019-11-07 09:10:22'),(2277,2285,'es',0,NULL,'Editar bloque',NULL,'',0,'2019-11-07 09:10:22'),(2278,2286,'es',0,NULL,'Editar Categoría',NULL,'',0,'2019-11-07 09:10:22'),(2279,2287,'es',0,NULL,'Editar grupo de cambios',NULL,'',0,'2019-11-07 09:10:22'),(2280,2288,'es',0,NULL,'Editar galería',NULL,'',0,'2019-11-07 09:10:22'),(2281,2289,'es',0,NULL,'Editar imagen',NULL,'',0,'2019-11-07 09:10:22'),(2282,2290,'es',0,NULL,'Editar enlace',NULL,'',0,'2019-11-07 09:10:22'),(2283,2291,'es',0,NULL,'Editar categoría del enlace',NULL,'',0,'2019-11-07 09:10:22'),(2284,2292,'es',0,NULL,'Editar medios',NULL,'',0,'2019-11-07 09:10:22'),(2285,2293,'es',0,NULL,'Editar menú',NULL,'',0,'2019-11-07 09:10:22'),(2286,2294,'es',0,NULL,'Editar mi perfil',NULL,'',0,'2019-11-07 09:10:22'),(2287,2295,'es',0,NULL,'Editar Original',NULL,'',0,'2019-11-07 09:10:22'),(2288,2296,'es',0,NULL,'Editar página',NULL,'',0,'2019-11-07 09:10:22'),(2289,2297,'es',0,NULL,'Editar entrada',NULL,'',0,'2019-11-07 09:10:22'),(2290,2298,'es',0,NULL,'Editar la URL del RSS',NULL,'',0,'2019-11-07 09:10:22'),(2291,2299,'es',0,NULL,'Editar selección',NULL,'',0,'2019-11-07 09:10:22'),(2292,2300,'es',0,NULL,'Editar sitio',NULL,'',0,'2019-11-07 09:10:22'),(2293,2301,'es',0,NULL,'Editar etiqueta',NULL,'',0,'2019-11-07 09:10:22'),(2294,2302,'es',0,NULL,'Editar esto',NULL,'',0,'2019-11-07 09:10:22'),(2295,2303,'es',0,NULL,'Editar URL',NULL,'',0,'2019-11-07 09:10:22'),(2296,2304,'es',0,NULL,'Editar usuario',NULL,'',0,'2019-11-07 09:10:22'),(2297,2305,'es',0,NULL,'Editar lista de reproducción de vídeo',NULL,'',0,'2019-11-07 09:10:22'),(2298,2306,'es',0,NULL,'Editar como HTML',NULL,'',0,'2019-11-07 09:10:22'),(2299,2307,'es',0,NULL,'Editar audio',NULL,'',0,'2019-11-07 09:10:22'),(2300,2308,'es',0,NULL,'Editar archivo',NULL,'',0,'2019-11-07 09:10:22'),(2301,2309,'es',0,NULL,'Editar galería',NULL,'',0,'2019-11-07 09:10:22'),(2302,2310,'es',0,NULL,'Editar imagen',NULL,'',0,'2019-11-07 09:10:22'),(2303,2311,'es',0,NULL,'Editar medios',NULL,'',0,'2019-11-07 09:10:22'),(2304,2312,'es',0,NULL,'Editar el elemento del menú %1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:22'),(2305,2313,'es',0,NULL,'Editar más detalles',NULL,'',0,'2019-11-07 09:10:22'),(2306,2314,'es',0,NULL,'Editar el siguiente medio',NULL,'',0,'2019-11-07 09:10:22'),(2307,2315,'es',0,NULL,'Edita o actualiza la imagen',NULL,'',0,'2019-11-07 09:10:22'),(2308,2316,'es',0,NULL,'Editar enlace permanente de la entrada',NULL,'',0,'2019-11-07 09:10:22'),(2309,2317,'es',0,NULL,'Editar el medio anterior',NULL,'',0,'2019-11-07 09:10:22'),(2310,2318,'es',0,NULL,'Editar menú seleccionado',NULL,'',0,'2019-11-07 09:10:22'),(2311,2319,'es',0,NULL,'Editar tabla',NULL,'',0,'2019-11-07 09:10:22'),(2312,2320,'es',0,NULL,'Editar vídeo',NULL,'',0,'2019-11-07 09:10:22'),(2313,2321,'es',0,NULL,'Editar visualmente',NULL,'',0,'2019-11-07 09:10:22'),(2314,2322,'es',0,NULL,'Editando código',NULL,'',0,'2019-11-07 09:10:22'),(2315,2323,'es',0,NULL,'Editor',NULL,'',0,'2019-11-07 09:10:22'),(2316,2324,'es',0,NULL,'Contenido del editor',NULL,'',0,'2019-11-07 09:10:22'),(2317,2325,'es',0,NULL,'Editor de menú (cuando está activado)',NULL,'',0,'2019-11-07 09:10:22'),(2318,2326,'es',0,NULL,'Plugins del editor',NULL,'',0,'2019-11-07 09:10:22'),(2319,2327,'es',0,NULL,'Publicación del editor',NULL,'',0,'2019-11-07 09:10:22'),(2320,2328,'es',0,NULL,'Ajustes del editor',NULL,'',0,'2019-11-07 09:10:22'),(2321,2329,'es',0,NULL,'Trucos del editor',NULL,'',0,'2019-11-07 09:10:22'),(2322,2330,'es',0,NULL,'Barra de herramientas del editor',NULL,'',0,'2019-11-07 09:10:22'),(2323,2331,'es',0,NULL,'Barra superior del editor',NULL,'',0,'2019-11-07 09:10:22'),(2324,2332,'es',0,NULL,'Una de dos, o no hay entradas o algo fue mal.',NULL,'',0,'2019-11-07 09:10:22'),(2325,2333,'es',0,NULL,'Ruta de los elementos',NULL,'',0,'2019-11-07 09:10:22'),(2326,2334,'es',0,NULL,'Correo electrónico',NULL,'',0,'2019-11-07 09:10:22'),(2327,2335,'es',0,NULL,'Dirección de correo electrónico del autor del objeto.',NULL,'',0,'2019-11-07 09:10:22'),(2328,2336,'es',0,NULL,'Dirección de correo electrónico:',NULL,'',0,'2019-11-07 09:10:22'),(2329,2337,'es',0,NULL,'Correo electrónico: %s',NULL,'',0,'2019-11-07 09:10:22'),(2334,2342,'es',0,NULL,'Incrustado',NULL,'',0,'2019-11-07 09:10:24'),(2335,2343,'es',0,NULL,'Incrustar contenido de Amazon Kindle.',NULL,'',0,'2019-11-07 09:10:24'),(2336,2344,'es',0,NULL,'Incrusta contenido de Cloudup.',NULL,'',0,'2019-11-07 09:10:24'),(2337,2345,'es',0,NULL,'Incrusta contenido de CollegeHumor.',NULL,'',0,'2019-11-07 09:10:24'),(2338,2346,'es',0,NULL,'Incrustar contenido de Crowdsignal (anteriormente Polldaddy).',NULL,'',0,'2019-11-07 09:10:24'),(2339,2347,'es',0,NULL,'Incrusta contenido de Flickr.',NULL,'',0,'2019-11-07 09:10:24'),(2340,2348,'es',0,NULL,'Incrusta contenido de Hulu.',NULL,'',0,'2019-11-07 09:10:24'),(2341,2349,'es',0,NULL,'Incrusta contenido de Imgur.',NULL,'',0,'2019-11-07 09:10:24'),(2342,2350,'es',0,NULL,'Incrusta contenido de Issuu.',NULL,'',0,'2019-11-07 09:10:24'),(2343,2351,'es',0,NULL,'Incrusta contenido de Kickstarter.',NULL,'',0,'2019-11-07 09:10:24'),(2344,2352,'es',0,NULL,'Incrustar reproductor de medios',NULL,'',0,'2019-11-07 09:10:24'),(2345,2353,'es',0,NULL,'Incrusta contenido de Meetup.com.',NULL,'',0,'2019-11-07 09:10:24'),(2346,2354,'es',0,NULL,'Incrusta contenido de Mixcloud.',NULL,'',0,'2019-11-07 09:10:24'),(2347,2355,'es',0,NULL,'Incrusta contenido de Polldaddy.',NULL,'',0,'2019-11-07 09:10:24'),(2348,2356,'es',0,NULL,'Incrusta contenido de ReverbNation.',NULL,'',0,'2019-11-07 09:10:24'),(2349,2357,'es',0,NULL,'Incrusta contenido de Screencast.',NULL,'',0,'2019-11-07 09:10:24'),(2350,2358,'es',0,NULL,'Incrusta contenido de Scribd.',NULL,'',0,'2019-11-07 09:10:24'),(2351,2359,'es',0,NULL,'Incrusta contenido de Slideshare.',NULL,'',0,'2019-11-07 09:10:24'),(2352,2360,'es',0,NULL,'Incrusta contenido de SmugMug.',NULL,'',0,'2019-11-07 09:10:24'),(2353,2361,'es',0,NULL,'Incrusta contenido de SoundCloud.',NULL,'',0,'2019-11-07 09:10:24'),(2354,2362,'es',0,NULL,'Incrusta contenido de Speaker Deck.',NULL,'',0,'2019-11-07 09:10:24'),(2355,2363,'es',0,NULL,'Incrusta contenido de Spotify.',NULL,'',0,'2019-11-07 09:10:24'),(2356,2364,'es',0,NULL,'Incrusta un vídeo de Dailymotion.',NULL,'',0,'2019-11-07 09:10:24'),(2357,2365,'es',0,NULL,'Incrusta una publicación de Facebook.',NULL,'',0,'2019-11-07 09:10:24'),(2358,2366,'es',0,NULL,'Incrusta un hilo de Reddit.',NULL,'',0,'2019-11-07 09:10:24'),(2359,2367,'es',0,NULL,'Incrusta un vídeo de TED.',NULL,'',0,'2019-11-07 09:10:24'),(2360,2368,'es',0,NULL,'Incrusta una publicación de Tumblr.',NULL,'',0,'2019-11-07 09:10:24'),(2361,2369,'es',0,NULL,'Incrusta un vídeo de VideoPress.',NULL,'',0,'2019-11-07 09:10:24'),(2362,2370,'es',0,NULL,'Incrusta un vídeo de Vimeo.',NULL,'',0,'2019-11-07 09:10:24'),(2363,2371,'es',0,NULL,'Incrusta una entrada de WordPress.',NULL,'',0,'2019-11-07 09:10:24'),(2364,2372,'es',0,NULL,'Incrusta un vídeo de WordPress.tv.',NULL,'',0,'2019-11-07 09:10:24'),(2365,2373,'es',0,NULL,'Incrusta un vídeo de YouTube.',NULL,'',0,'2019-11-07 09:10:24'),(2366,2374,'es',0,NULL,'Incrusta un reproductor sencillo de audio.',NULL,'',0,'2019-11-07 09:10:24'),(2367,2375,'es',0,NULL,'Incrusta un tweet.',NULL,'',0,'2019-11-07 09:10:24'),(2368,2376,'es',0,NULL,'Incrusta un vídeo desde tu biblioteca de medios o sube uno nuevo.',NULL,'',0,'2019-11-07 09:10:24'),(2369,2377,'es',0,NULL,'Incrusta un vídeo de Animoto.',NULL,'',0,'2019-11-07 09:10:24'),(2370,2378,'es',0,NULL,'Incrusta una publicación de Instagram.',NULL,'',0,'2019-11-07 09:10:24'),(2371,2379,'es',0,NULL,'Incrustar o enlazar',NULL,'',0,'2019-11-07 09:10:24'),(2372,2380,'es',0,NULL,'Incrusta vídeos, imágenes, tuits, audios y otros contenidos desde fuentes externas.',NULL,'',0,'2019-11-07 09:10:24'),(2373,2381,'es',0,NULL,'Contenido incrustado desde %s',NULL,'',0,'2019-11-07 09:10:24'),(2374,2382,'es',0,NULL,'El contenido incrustado desde %s no se puede previsualizar en el editor.',NULL,'',0,'2019-11-07 09:10:24'),(2375,2383,'es',0,NULL,'Incrustando…',NULL,'',0,'2019-11-07 09:10:24'),(2376,2384,'es',0,NULL,'Incrustados',NULL,'',0,'2019-11-07 09:10:24'),(2377,2385,'es',0,NULL,'Emoticonos',NULL,'',0,'2019-11-07 09:10:24'),(2378,2386,'es',0,NULL,'Término vacío.',NULL,'',0,'2019-11-07 09:10:24'),(2379,2387,'es',0,NULL,'Bloque vacío; empieza a escribir o escribe una barra inclinada hacia adelante para elegir un bloque',NULL,'',0,'2019-11-07 09:10:24'),(2380,2388,'es',0,NULL,'El nombre de archivo está vacío.',NULL,'',0,'2019-11-07 09:10:24'),(2381,2389,'es',0,NULL,'Título vacío',NULL,'',0,'2019-11-07 09:10:24'),(2382,2390,'es',0,NULL,'Activar comprobaciones previas a la publicación.',NULL,'',0,'2019-11-07 09:10:24'),(2383,2391,'es',0,NULL,'Activar los consejos',NULL,'',0,'2019-11-07 09:10:24'),(2384,2392,'es',0,NULL,'Codificación',NULL,'',0,'2019-11-07 09:10:24'),(2385,2393,'es',0,NULL,'Inglés',NULL,'',0,'2019-11-07 09:10:24'),(2386,2394,'es',0,NULL,'Asegurarse de que el conjunto de resultados excluye los comentarios asignados a IDs de usuario específicos. Requiere autorización.',NULL,'',0,'2019-11-07 09:10:24'),(2387,2395,'es',0,NULL,'Asegúra que el conjunto de resultados excluye las publicaciones asignadas a autores específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2388,2396,'es',0,NULL,'Asegurarse de que el conjunto de resultados excluye IDs específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2389,2397,'es',0,NULL,'Asegúrate de que el conjunto de resultados excluya los IDs superiores específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2390,2398,'es',0,NULL,'Introduce aquí la URL…',NULL,'',0,'2019-11-07 09:10:24'),(2391,2399,'es',0,NULL,'Introduce aquí la URL a incrustar…',NULL,'',0,'2019-11-07 09:10:24'),(2392,2400,'es',0,NULL,'Introduce una descripción de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2393,2401,'es',0,NULL,'Entrar en la vista previa de escritorio',NULL,'',0,'2019-11-07 09:10:24'),(2394,2402,'es',0,NULL,'Entrar en la vista previa móvil',NULL,'',0,'2019-11-07 09:10:24'),(2395,2403,'es',0,NULL,'Entrar en el modo de vista previa en tableta',NULL,'',0,'2019-11-07 09:10:24'),(2396,2404,'es',0,NULL,'Introduce la URL del feed RSS aquí:',NULL,'',0,'2019-11-07 09:10:24'),(2397,2405,'es',0,NULL,'Introduce la URL',NULL,'',0,'2019-11-07 09:10:24'),(2398,2406,'es',0,NULL,'Introduce la URL de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2399,2407,'es',0,NULL,'Introduce la URL de destino',NULL,'',0,'2019-11-07 09:10:24'),(2400,2408,'es',0,NULL,'Escribe tu ciudad más próxima para encontrar eventos cercanos.',NULL,'',0,'2019-11-07 09:10:24'),(2401,2409,'es',0,NULL,'Introduce tu nueva contraseña abajo.',NULL,'',0,'2019-11-07 09:10:24'),(2402,2410,'es',0,NULL,'Escribe tu contraseña para ver los comentarios.',NULL,'',0,'2019-11-07 09:10:24'),(2403,2411,'es',0,NULL,'<abbr title=\"Really Simple Syndication\">RSS</abbr> de las entradas',NULL,'',0,'2019-11-07 09:10:24'),(2404,2412,'es',0,NULL,'Publicaciones de cualquier RSS o Feed de Atom.',NULL,'',0,'2019-11-07 09:10:24'),(2405,2413,'es',0,NULL,'Borrar datos personales',NULL,'',0,'2019-11-07 09:10:24'),(2406,2414,'es',0,NULL,'Detalles del error',NULL,'',0,'2019-11-07 09:10:24'),(2407,2415,'es',0,NULL,'Error al crear un nuevo usuario.',NULL,'',0,'2019-11-07 09:10:24'),(2408,2416,'es',0,NULL,'Error al establecer una conexión con la base de datos',NULL,'',0,'2019-11-07 09:10:24'),(2409,2417,'es',0,NULL,'Error al cargar el bloque: %s',NULL,'',0,'2019-11-07 09:10:24'),(2410,2418,'es',0,NULL,'Error no provocado por un plugin o tema.',NULL,'',0,'2019-11-07 09:10:24'),(2411,2419,'es',0,NULL,'El error ocurrió en una variable no protegida.',NULL,'',0,'2019-11-07 09:10:24'),(2412,2420,'es',0,NULL,'Error al volver a conectar con la base de datos',NULL,'',0,'2019-11-07 09:10:24'),(2413,2421,'es',0,NULL,'Error al guardar los cambios.',NULL,'',0,'2019-11-07 09:10:24'),(2414,2422,'es',0,NULL,'Error al subir el archivo %s a la biblioteca de medios.',NULL,'',0,'2019-11-07 09:10:24'),(2415,2423,'es',0,NULL,'Escape',NULL,'',0,'2019-11-07 09:10:24'),(2416,2424,'es',0,NULL,'Estonio',NULL,'',0,'2019-11-07 09:10:24'),(2417,2425,'es',0,NULL,'Extracto',NULL,'',0,'2019-11-07 09:10:24'),(2418,2426,'es',0,NULL,'Extracto para el objeto, tal y como está en la base de datos.',NULL,'',0,'2019-11-07 09:10:24'),(2419,2427,'es',0,NULL,'Excluir:',NULL,'',0,'2019-11-07 09:10:24'),(2420,2428,'es',0,NULL,'Salir del editor de código.',NULL,'',0,'2019-11-07 09:10:24'),(2421,2429,'es',0,NULL,'Salir del modo de recuperación',NULL,'',0,'2019-11-07 09:10:24'),(2422,2430,'es',0,NULL,'El enlace para salir del modo de recuperación ha caducado.',NULL,'',0,'2019-11-07 09:10:24'),(2423,2431,'es',0,NULL,'Salir del editor',NULL,'',0,'2019-11-07 09:10:24'),(2424,2432,'es',0,NULL,'Desplegar menú principal',NULL,'',0,'2019-11-07 09:10:24'),(2425,2433,'es',0,NULL,'Exportar datos personales',NULL,'',0,'2019-11-07 09:10:24'),(2426,2434,'es',0,NULL,'j F, Y',NULL,'',0,'2019-11-07 09:10:24'),(2427,2435,'es',0,NULL,'j F, Y g:i a',NULL,'',0,'2019-11-07 09:10:24'),(2428,2436,'es',0,NULL,'F, Y',NULL,'',0,'2019-11-07 09:10:24'),(2429,2437,'es',0,NULL,'Fallidas',NULL,'',0,'2019-11-07 09:10:24'),(2430,2438,'es',0,NULL,'Fallaron <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:24'),(2431,2439,'es',0,NULL,'No se logró borrar la página.',NULL,'',0,'2019-11-07 09:10:24'),(2432,2440,'es',0,NULL,'Error al salir del modo de recuperación. Por favor, inténtalo de nuevo más tarde.',NULL,'',0,'2019-11-07 09:10:24'),(2433,2441,'es',0,NULL,'Error al almacenar el error.',NULL,'',0,'2019-11-07 09:10:24'),(2434,2442,'es',0,NULL,'Fallo al tratar de escribir el archivo temporal.',NULL,'',0,'2019-11-07 09:10:24'),(2435,2443,'es',0,NULL,'Característica activada',NULL,'',0,'2019-11-07 09:10:24'),(2436,2444,'es',0,NULL,'Característica desactivada',NULL,'',0,'2019-11-07 09:10:24'),(2437,2445,'es',0,NULL,'Imagen destacada',NULL,'',0,'2019-11-07 09:10:24'),(2438,2446,'es',0,NULL,'Características compatibles de este tema.',NULL,'',0,'2019-11-07 09:10:24'),(2439,2447,'es',0,NULL,'febrero',NULL,'',0,'2019-11-07 09:10:24'),(2440,2448,'es',0,NULL,'Feb',NULL,'',0,'2019-11-07 09:10:24'),(2441,2449,'es',0,NULL,'Feed para todas las entradas archivadas en %s',NULL,'',0,'2019-11-07 09:10:24'),(2442,2450,'es',0,NULL,'Sugerencias',NULL,'',0,'2019-11-07 09:10:24'),(2443,2451,'es',0,NULL,'Archivo',NULL,'',0,'2019-11-07 09:10:24'),(2444,2452,'es',0,NULL,'¿El archivo «%s» no existe?',NULL,'',0,'2019-11-07 09:10:24'),(2445,2453,'es',0,NULL,'El archivo «%s» no es una imagen.',NULL,'',0,'2019-11-07 09:10:24'),(2446,2454,'es',0,NULL,'Archivo cancelado.',NULL,'',0,'2019-11-07 09:10:24'),(2447,2455,'es',0,NULL,'¿El archivo no existe?',NULL,'',0,'2019-11-07 09:10:24'),(2448,2456,'es',0,NULL,'El archivo no es una imagen.',NULL,'',0,'2019-11-07 09:10:24'),(2449,2457,'es',0,NULL,'Nombre de archivo:',NULL,'',0,'2019-11-07 09:10:24'),(2450,2458,'es',0,NULL,'Tamaño de archivo:',NULL,'',0,'2019-11-07 09:10:24'),(2451,2459,'es',0,NULL,'Tipo de archivo:',NULL,'',0,'2019-11-07 09:10:24'),(2452,2460,'es',0,NULL,'Filipino',NULL,'',0,'2019-11-07 09:10:24'),(2453,2461,'es',0,NULL,'Rellenar pantalla',NULL,'',0,'2019-11-07 09:10:24'),(2454,2462,'es',0,NULL,'Filtrar lista de bloques',NULL,'',0,'2019-11-07 09:10:24'),(2455,2463,'es',0,NULL,'Filtrar por fecha',NULL,'',0,'2019-11-07 09:10:24'),(2456,2464,'es',0,NULL,'Filtrar por tipo',NULL,'',0,'2019-11-07 09:10:24'),(2457,2465,'es',0,NULL,'Lista de páginas filtradas',NULL,'',0,'2019-11-07 09:10:24'),(2458,2466,'es',0,NULL,'Lista de entradas filtradas',NULL,'',0,'2019-11-07 09:10:24'),(2459,2467,'es',0,NULL,'Filtrar temas',NULL,'',0,'2019-11-07 09:10:24'),(2460,2468,'es',0,NULL,'Filtrar temas (%s)',NULL,'',0,'2019-11-07 09:10:24'),(2461,2469,'es',0,NULL,'Buscar y reemplazar',NULL,'',0,'2019-11-07 09:10:24'),(2462,2470,'es',0,NULL,'Encontrar el original',NULL,'',0,'2019-11-07 09:10:24'),(2463,2471,'es',0,NULL,'¿Has terminado de escribir? Genial, vamos a publicarlo. Solo tienes que hacer clic en «Publicar» y habrás terminado.',NULL,'',0,'2019-11-07 09:10:24'),(2464,2472,'es',0,NULL,'Finés',NULL,'',0,'2019-11-07 09:10:24'),(2465,2473,'es',0,NULL,'Primera entrada',NULL,'',0,'2019-11-07 09:10:24'),(2466,2474,'es',0,NULL,'Nombre del usuario.',NULL,'',0,'2019-11-07 09:10:24'),(2467,2475,'es',0,NULL,'Ajustar a la pantalla',NULL,'',0,'2019-11-07 09:10:24'),(2468,2476,'es',0,NULL,'Fondo fijo',NULL,'',0,'2019-11-07 09:10:24'),(2469,2477,'es',0,NULL,'Diseño fijo',NULL,'',0,'2019-11-07 09:10:24'),(2470,2478,'es',0,NULL,'Celdas de tabla de ancho fijo',NULL,'',0,'2019-11-07 09:10:24'),(2471,2479,'es',0,NULL,'Diseño fluido',NULL,'',0,'2019-11-07 09:10:24'),(2472,2480,'es',0,NULL,'Selector del punto focal',NULL,'',0,'2019-11-07 09:10:24'),(2473,2481,'es',0,NULL,'Enfócate en un bloque cada vez',NULL,'',0,'2019-11-07 09:10:24'),(2474,2482,'es',0,NULL,'Accesos rápidos a focos:',NULL,'',0,'2019-11-07 09:10:24'),(2475,2483,'es',0,NULL,'Familia de fuente',NULL,'',0,'2019-11-07 09:10:24'),(2476,2484,'es',0,NULL,'Tamaño de fuente',NULL,'',0,'2019-11-07 09:10:24'),(2477,2485,'es',0,NULL,'Tamaños de fuente',NULL,'',0,'2019-11-07 09:10:24'),(2478,2486,'es',0,NULL,'Tamaño de fuente: %s',NULL,'',0,'2019-11-07 09:10:24'),(2479,2487,'es',0,NULL,'Por alguna extraña razón esta entrada no puede editarse.',NULL,'',0,'2019-11-07 09:10:24'),(2480,2488,'es',0,NULL,'Formatos',NULL,'',0,'2019-11-07 09:10:24'),(2481,2489,'es',0,NULL,'Barra',NULL,'',0,'2019-11-07 09:10:24'),(2482,2490,'es',0,NULL,'Francés',NULL,'',0,'2019-11-07 09:10:24'),(2483,2491,'es',0,NULL,'vie',NULL,'',0,'2019-11-07 09:10:24'),(2484,2492,'es',0,NULL,'viernes',NULL,'',0,'2019-11-07 09:10:24'),(2485,2493,'es',0,NULL,'V',NULL,'',0,'2019-11-07 09:10:24'),(2486,2494,'es',0,NULL,'Tamaño completo',NULL,'',0,'2019-11-07 09:10:24'),(2487,2495,'es',0,NULL,'Ancho completo',NULL,'',0,'2019-11-07 09:10:24'),(2488,2496,'es',0,NULL,'Pantalla completa',NULL,'',0,'2019-11-07 09:10:24'),(2489,2497,'es',0,NULL,'Modo a pantalla completa',NULL,'',0,'2019-11-07 09:10:24'),(2490,2498,'es',0,NULL,'Modo a pantalla completa activado',NULL,'',0,'2019-11-07 09:10:24'),(2491,2499,'es',0,NULL,'Modo a pantalla completa desactivado',NULL,'',0,'2019-11-07 09:10:24'),(2492,2500,'es',0,NULL,'GUID para el objeto, tal como existe en la base de datos.',NULL,'',0,'2019-11-07 09:10:24'),(2493,2501,'es',0,NULL,'GUID para el objeto, transformado para su visualización.',NULL,'',0,'2019-11-07 09:10:24'),(2494,2502,'es',0,NULL,'Gallego',NULL,'',0,'2019-11-07 09:10:24'),(2495,2503,'es',0,NULL,'Galería',NULL,'',0,'2019-11-07 09:10:24'),(2496,2504,'es',0,NULL,'Ajustes de la galería',NULL,'',0,'2019-11-07 09:10:24'),(2497,2505,'es',0,NULL,'Generales',NULL,'',0,'2019-11-07 09:10:24'),(2498,2506,'es',0,NULL,'Generando vista previa…',NULL,'',0,'2019-11-07 09:10:24'),(2499,2507,'es',0,NULL,'Género',NULL,'',0,'2019-11-07 09:10:24'),(2500,2508,'es',0,NULL,'Alemán',NULL,'',0,'2019-11-07 09:10:24'),(2501,2509,'es',0,NULL,'Consigue <em>otro</em> sitio en %s en segundos',NULL,'',0,'2019-11-07 09:10:24'),(2502,2510,'es',0,NULL,'Obtener una contraseña nueva',NULL,'',0,'2019-11-07 09:10:24'),(2503,2511,'es',0,NULL,'Consigue tu propia cuenta en %s en segundos.',NULL,'',0,'2019-11-07 09:10:24'),(2504,2512,'es',0,NULL,'¡Dame un sitio!',NULL,'',0,'2019-11-07 09:10:24'),(2505,2513,'es',0,NULL,'Da un énfasis visual al texto citado. «Al citar a otros, nos citamos a nosotros mismos» — Julio Cortázar',NULL,'',0,'2019-11-07 09:10:24'),(2506,2514,'es',0,NULL,'Da un énfasis visual especial a una cita de tu texto.',NULL,'',0,'2019-11-07 09:10:24'),(2507,2515,'es',0,NULL,'Dale un título al feed (opcional):',NULL,'',0,'2019-11-07 09:10:24'),(2508,2516,'es',0,NULL,'Con tu perfil actual solo puedes enlazar un archivo de medios, no puedes subirlo.',NULL,'',0,'2019-11-07 09:10:24'),(2509,2517,'es',0,NULL,'Con tu perfil actual solo puedes enlazar un vídeo, no puedes subirlo.',NULL,'',0,'2019-11-07 09:10:24'),(2510,2518,'es',0,NULL,'Con tu perfil actual solo puedes enlazar un audio, no puedes subirlo.',NULL,'',0,'2019-11-07 09:10:24'),(2511,2519,'es',0,NULL,'Con tu perfil actual solo puedes enlazar una imagen, no puedes subirla.',NULL,'',0,'2019-11-07 09:10:24'),(2512,2520,'es',0,NULL,'Atajos globales',NULL,'',0,'2019-11-07 09:10:24'),(2513,2521,'es',0,NULL,'Ver en pantalla completa',NULL,'',0,'2019-11-07 09:10:24'),(2514,2522,'es',0,NULL,'Volver',NULL,'',0,'2019-11-07 09:10:24'),(2515,2523,'es',0,NULL,'Ve al primer (inicio) o último (fin) día de una semana.',NULL,'',0,'2019-11-07 09:10:24'),(2516,2524,'es',0,NULL,'Noto Serif:400,400i,700,700i',NULL,'',0,'2019-11-07 09:10:24'),(2517,2525,'es',0,NULL,'Entendido',NULL,'',0,'2019-11-07 09:10:24'),(2518,2526,'es',0,NULL,'Gris',NULL,'',0,'2019-11-07 09:10:24'),(2519,2527,'es',0,NULL,'Griego',NULL,'',0,'2019-11-07 09:10:24'),(2520,2528,'es',0,NULL,'Verde',NULL,'',0,'2019-11-07 09:10:24'),(2521,2529,'es',0,NULL,'¡Enhorabuena administrador de la red!',NULL,'',0,'2019-11-07 09:10:24'),(2522,2530,'es',0,NULL,'Vista de cuadrícula',NULL,'',0,'2019-11-07 09:10:24'),(2523,2531,'es',0,NULL,'HTML',NULL,'',0,'2019-11-07 09:10:24'),(2524,2532,'es',0,NULL,'Anclaje HTML',NULL,'',0,'2019-11-07 09:10:24'),(2525,2533,'es',0,NULL,'Incrustar HTML',NULL,'',0,'2019-11-07 09:10:24'),(2526,2534,'es',0,NULL,'Leyenda HTML del adjunto, transformada para su visualización.',NULL,'',0,'2019-11-07 09:10:24'),(2527,2535,'es',0,NULL,'Contenido HTML para el objeto, transformado para su visualización.',NULL,'',0,'2019-11-07 09:10:24'),(2528,2536,'es',0,NULL,'Descripción HTML del objeto, transformado para visualizarlo.',NULL,'',0,'2019-11-07 09:10:24'),(2529,2537,'es',0,NULL,'Descripción HTML del término.',NULL,'',0,'2019-11-07 09:10:24'),(2530,2538,'es',0,NULL,'Integrado',NULL,'',0,'2019-11-07 09:10:24'),(2531,2539,'es',0,NULL,'Extracto HTML para el objeto, transformado para su visualización.',NULL,'',0,'2019-11-07 09:10:24'),(2532,2540,'es',0,NULL,'Dirección',NULL,'',0,'2019-11-07 09:10:24'),(2533,2541,'es',0,NULL,'Div',NULL,'',0,'2019-11-07 09:10:24'),(2534,2542,'es',0,NULL,'Pre',NULL,'',0,'2019-11-07 09:10:24'),(2535,2543,'es',0,NULL,'Preformateado',NULL,'',0,'2019-11-07 09:10:24'),(2536,2544,'es',0,NULL,'Título HTML para el objeto, transformado para su visualización.',NULL,'',0,'2019-11-07 09:10:24'),(2537,2545,'es',0,NULL,'Título HTML del término.',NULL,'',0,'2019-11-07 09:10:24'),(2538,2546,'es',0,NULL,'Error HTTP.',NULL,'',0,'2019-11-07 09:10:24'),(2539,2547,'es',0,NULL,'Creole haitiano',NULL,'',0,'2019-11-07 09:10:24'),(2540,2548,'es',0,NULL,'¿Has puesto tu correo correctamente? Has escrito %s. Si es incorrecto, no recibirás el correo electrónico.',NULL,'',0,'2019-11-07 09:10:24'),(2541,2549,'es',0,NULL,'Cabecera',NULL,'',0,'2019-11-07 09:10:24'),(2542,2550,'es',0,NULL,'Imagen de cabecera',NULL,'',0,'2019-11-07 09:10:24'),(2543,2551,'es',0,NULL,'Medios del encabezado',NULL,'',0,'2019-11-07 09:10:24'),(2544,2552,'es',0,NULL,'Color del texto de la cabecera',NULL,'',0,'2019-11-07 09:10:24'),(2545,2553,'es',0,NULL,'Vídeo de cabecera',NULL,'',0,'2019-11-07 09:10:24'),(2546,2554,'es',0,NULL,'Cabecera de celda',NULL,'',0,'2019-11-07 09:10:24'),(2547,2555,'es',0,NULL,'Encabezado',NULL,'',0,'2019-11-07 09:10:24'),(2548,2556,'es',0,NULL,'Encabezado %d',NULL,'',0,'2019-11-07 09:10:24'),(2549,2557,'es',0,NULL,'Título 1',NULL,'',0,'2019-11-07 09:10:24'),(2550,2558,'es',0,NULL,'Título 2',NULL,'',0,'2019-11-07 09:10:24'),(2551,2559,'es',0,NULL,'Título 3',NULL,'',0,'2019-11-07 09:10:24'),(2552,2560,'es',0,NULL,'Título 4',NULL,'',0,'2019-11-07 09:10:24'),(2553,2561,'es',0,NULL,'Título 5',NULL,'',0,'2019-11-07 09:10:24'),(2554,2562,'es',0,NULL,'Título 6',NULL,'',0,'2019-11-07 09:10:24'),(2555,2563,'es',0,NULL,'Ajustes de encabezado',NULL,'',0,'2019-11-07 09:10:24'),(2556,2564,'es',0,NULL,'Encabezados',NULL,'',0,'2019-11-07 09:10:24'),(2557,2565,'es',0,NULL,'Hebreo',NULL,'',0,'2019-11-07 09:10:24'),(2558,2566,'es',0,NULL,'Altura',NULL,'',0,'2019-11-07 09:10:24'),(2559,2567,'es',0,NULL,'Altura en píxeles',NULL,'',0,'2019-11-07 09:10:24'),(2560,2568,'es',0,NULL,'Ayuda',NULL,'',0,'2019-11-07 09:10:24'),(2561,2569,'es',0,NULL,'Ayuda a los visitantes a descubrir tu contenido.',NULL,'',0,'2019-11-07 09:10:24'),(2562,2570,'es',0,NULL,'Modo de color hex activo',NULL,'',0,'2019-11-07 09:10:24'),(2563,2571,'es',0,NULL,'Hola, parece que acabas de pegar HTML en la pestaña «Visual» del widget de texto. Puede que prefieras pegar tu código en la pestaña «HTML». Alternativamente, ¡prueba el nuevo widget «HTML personalizado»!',NULL,'',0,'2019-11-07 09:10:24'),(2564,2572,'es',0,NULL,'Hola ###USERNAME###\n\nSi no has cambiado tu correo electrónico, por favor, contacta con el administrador del sitio en\n###ADMIN_EMAIL###\n\nEste mensaje ha sido enviado desde ###EMAIL###\n\nUn saludo,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2565,2573,'es',0,NULL,'Hola ###USERNAME###,\n \n\nEste aviso confirma que tu contraseña ha cambiado en ###SITENAME###.\n \n\nSi no has cambiado la contraseña, contacta con el administrador del sitio en\n###ADMIN_EMAIL###\n \n\nEste correo ha sido enviado a ###EMAIL###\n \n\nSaludos,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2566,2574,'es',0,NULL,'Hola,\n\nEste aviso confirma que se ha cambiado la dirección de correo electrónico del administrador en ###SITENAME###.\n\nLa nueva dirección de correo electrónico del administrador es ###NEW_EMAIL###.\n\nEste correo electrónico se ha enviado a ###OLD_EMAIL###\n\nSaludos,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2567,2575,'es',0,NULL,'Hola,\n\nEste aviso confirma que el correo electrónico de administración ha sido cambiado en ###SITENAME###.\n\nEl nuevo correo electrónico de administración es ###NEW_EMAIL###.\n\nEste correo electrónico ha sido enviado a ###OLD_EMAIL###\n\nSaludos,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2568,2576,'es',0,NULL,'Ocultar',NULL,'',0,'2019-11-07 09:10:24'),(2569,2577,'es',0,NULL,'Ocultar ajustes del bloque',NULL,'',0,'2019-11-07 09:10:24'),(2570,2578,'es',0,NULL,'Ocultar imagen de cabecera',NULL,'',0,'2019-11-07 09:10:24'),(2571,2579,'es',0,NULL,'Esconder imagen',NULL,'',0,'2019-11-07 09:10:24'),(2572,2580,'es',0,NULL,'Ocultar más herramientas y opciones',NULL,'',0,'2019-11-07 09:10:24'),(2573,2581,'es',0,NULL,'Ocultar opciones',NULL,'',0,'2019-11-07 09:10:24'),(2574,2582,'es',0,NULL,'Ocultar contraseña',NULL,'',0,'2019-11-07 09:10:24'),(2575,2583,'es',0,NULL,'Ocultar el extracto en la página con el contenido completo.',NULL,'',0,'2019-11-07 09:10:24'),(2576,2584,'es',0,NULL,'Indio',NULL,'',0,'2019-11-07 09:10:24'),(2577,2585,'es',0,NULL,'Truco: La contraseña debe ser de al menos doce caracteres. Para hacerla más fuerte usa mayúsculas y minúsculas, números y símbolos como ! \" ? $ % ^ y ).',NULL,'',0,'2019-11-07 09:10:24'),(2578,2586,'es',0,NULL,'Inicio',NULL,'',0,'2019-11-07 09:10:24'),(2579,2587,'es',0,NULL,'Inicio y fin',NULL,'',0,'2019-11-07 09:10:24'),(2580,2588,'es',0,NULL,'Inicio/Fin',NULL,'',0,'2019-11-07 09:10:24'),(2581,2589,'es',0,NULL,'Página de inicio',NULL,'',0,'2019-11-07 09:10:24'),(2582,2590,'es',0,NULL,'Ajustes de portada',NULL,'',0,'2019-11-07 09:10:24'),(2583,2591,'es',0,NULL,'La página de inicio y la página de entradas tienen que ser diferentes.',NULL,'',0,'2019-11-07 09:10:24'),(2584,2592,'es',0,NULL,'Pos. horizontal',NULL,'',0,'2019-11-07 09:10:24'),(2585,2593,'es',0,NULL,'Línea horizontal',NULL,'',0,'2019-11-07 09:10:24'),(2586,2594,'es',0,NULL,'Espacio horizontal',NULL,'',0,'2019-11-07 09:10:24'),(2587,2595,'es',0,NULL,'Hora',NULL,'',0,'2019-11-07 09:10:24'),(2588,2596,'es',0,NULL,'Horas',NULL,'',0,'2019-11-07 09:10:24'),(2589,2597,'es',0,NULL,'¿Cuantos elementos te gustaría mostrar?',NULL,'',0,'2019-11-07 09:10:24'),(2590,2598,'es',0,NULL,'Hola ###USERNAME###,\n\nHas solicitado recientemente cambiar la dirección de correo electrónico de tu cuenta.\n\nSi esto es correcto, por favor, haz clic en el siguiente enlace para cambiarlo:\n###ADMIN_URL###\n\nPuedes ignorar y borrar este correo electrónico sin problemas si no quieres\nrealizar esta acción.\n\nEste correo electrónico se ha enviado a ###EMAIL###\n\nSaludos,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2591,2599,'es',0,NULL,'Hola ###USERNAME###,\n\nRecientemente has solicitado cambiar el correo electrónico\ndel administrador de tu red.\n\nSi esto es correcto, por favor, haz clic en el siguiente enlace para cambiarlo:\n###ADMIN_URL###\n\nPuedes ignorar y borrar este correo electrónico sin problemas si no querías llevar a cabo\nesta acción.\n\nEste correo electrónico se ha enviado a ###EMAIL###\n\nSaludos,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2592,2600,'es',0,NULL,'Hola USERNAME,\n\ntu nuevo sitio SITE_NAME se ha creado correctamente:\nBLOG_URL\n\nPuedes acceder a la cuenta de administrador con la siguiente información:\n\nNombre de usuario: USERNAME\nContraseña: PASSWORD\nAccede aquí: BLOG_URLwp-login.php\n\nEsperamos que disfrutes de tu nuevo sitio, gracias.\n\n--El equipo @ SITE_NAME',NULL,'',0,'2019-11-07 09:10:24'),(2593,2601,'es',0,NULL,'Hola, USERNAME,\n\nSe ha creado tu nueva cuenta.\n\nPuedes acceder con la siguiente información:\nNombre de usuario: USERNAME\nContraseña: PASSWORD\nLOGINLINK\n\n¡Gracias!\n\n--El equipo @ SITE_NAME',NULL,'',0,'2019-11-07 09:10:24'),(2594,2602,'es',0,NULL,'¡Hola!\n\nDesde WordPress 5.2 hay una característica incorporada que detecta cuando un plugin o tema causa un error fatal en tu sitio y te avisa mediante este correo electrónico automático.\n###CAUSE###\nPrimero, visita tu web (###SITEURL###) y comprueba si hay algún problema visible. A continuación, visita la página donde se detectó el error (###PAGEURL###) y comprueba si hay algún problema visible.\n\n###SUPPORT###\n\nSi tu sitio parece roto y no puedes acceder al escritorio, WordPress ahora tiene un «modo de recuperación» especial. Este te permite acceder de forma segura a tu escritorio e investigar más a fondo.\n\n###LINK###\n\nPara mantener tu sitio seguro, este enlace caducará en ###EXPIRES###. Sin embargo, no te preocupes por esto: recibirás por correo electrónico un nuevo enlace si el error ocurre de nuevo después de que caduque.\n\n###DETAILS###',NULL,'',0,'2019-11-07 09:10:24'),(2595,2603,'es',0,NULL,'Hola,\n\nSe ha realizado una petición de realizar la siguiente acción en tu cuenta:\n\n ###DESCRIPTION###\n\nPara confirmarlo, por favor, haz clic en el siguiente enlace:\n###CONFIRM_URL###\n\nPuedes ignorar y borrar este correo electrónico con seguridad si no quieres\nllevar a cabo esta acción.\n\nEste correo electrónico se ha enviado a ###EMAIL###.\n\nAtentamente,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2596,2604,'es',0,NULL,'Hola,\n\nSe ha confirmado una solicitud de privacidad de datos en ###SITENAME###:\n\nUsuario: ###USER_EMAIL###\nSolicitud: ###DESCRIPTION###\n\nPuedes ver y gestionar estas solicitudes de privacidad de datos aquí:\n\n###MANAGE_URL###\n\nGracias,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2597,2605,'es',0,NULL,'Hola,\n\nTu solicitud de borrado de tus datos personales en ###SITENAME### se ha completado.\n\nSi tienes alguna otra pregunta o preocupación, por favor, contacta con el administrador del sitio.\n\nPara más información, también puedes leer nuestra política de privacidad: ###PRIVACY_POLICY_URL###\n\nGracias,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2598,2606,'es',0,NULL,'Hola,\n\nTu solicitud de borrado de tus datos personales en ###SITENAME### se ha completado.\n\nSi tienes alguna otra pregunta o preocupación, por favor, contacta con el administrador del sitio.\n\nGracias,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:24'),(2599,2607,'es',0,NULL,'Hola, %s',NULL,'',0,'2019-11-07 09:10:24'),(2600,2608,'es',0,NULL,'Valor del tono en grados, de 0 a 359.',NULL,'',0,'2019-11-07 09:10:24'),(2601,2609,'es',0,NULL,'Modo de tono/saturación/brillo activo',NULL,'',0,'2019-11-07 09:10:24'),(2602,2610,'es',0,NULL,'Etiquetas legibles del tipo de contenido en varios contextos.',NULL,'',0,'2019-11-07 09:10:24'),(2603,2611,'es',0,NULL,'Etiquetas legibles de la taxonomía en diversos contextos.',NULL,'',0,'2019-11-07 09:10:24'),(2604,2612,'es',0,NULL,'Húngaro',NULL,'',0,'2019-11-07 09:10:24'),(2605,2613,'es',0,NULL,'Necesito un ID para que esto funcione.',NULL,'',0,'2019-11-07 09:10:24'),(2606,2614,'es',0,NULL,'ID del contexto de la entrada.',NULL,'',0,'2019-11-07 09:10:24'),(2607,2615,'es',0,NULL,'Error de entrada/salida.',NULL,'',0,'2019-11-07 09:10:24'),(2608,2616,'es',0,NULL,'Dirección IP del autor del objeto.',NULL,'',0,'2019-11-07 09:10:24'),(2609,2617,'es',0,NULL,'Islandés',NULL,'',0,'2019-11-07 09:10:24'),(2610,2618,'es',0,NULL,'Id',NULL,'',0,'2019-11-07 09:10:24'),(2611,2619,'es',0,NULL,'El id debe empezar con una letra, seguida solo por letras, números, barras, puntos, guiones y guiones bajos.',NULL,'',0,'2019-11-07 09:10:24'),(2612,2620,'es',0,NULL,'Si ha sido un error, ignora este correo y no pasará nada.',NULL,'',0,'2019-11-07 09:10:24'),(2613,2621,'es',0,NULL,'Si añades un video, la imagen se utilizará como alternativa mientras que el video carga.',NULL,'',0,'2019-11-07 09:10:24'),(2614,2622,'es',0,NULL,'Si eres el propietario de esta red, por favor, comprueba que está funcionando correctamente MySQL y las tablas no tienen errores.',NULL,'',0,'2019-11-07 09:10:24'),(2615,2623,'es',0,NULL,'Si no activas tu sitio en dos días, deberás registrarte de nuevo.',NULL,'',0,'2019-11-07 09:10:24'),(2616,2624,'es',0,NULL,'Si no activas tu nombre de usuario en dos días, deberás registrarte de nuevo.',NULL,'',0,'2019-11-07 09:10:24'),(2617,2625,'es',0,NULL,'Si no sabes cómo crear una base de datos deberías <strong>contactar con tu proveedor de alojamiento web</strong>. Si todo falla puedes encontrar ayuda en los <a href=\"%s\">foros de soporte de WordPress</a>.',NULL,'',0,'2019-11-07 09:10:24'),(2618,2626,'es',0,NULL,'Si todavía no has recibido el correo electrónico, hay una serie de acciones que puedes realizar:',NULL,'',0,'2019-11-07 09:10:24'),(2619,2627,'es',0,NULL,'Si buscas pegar contenido enriquecido desde Microsoft Word, prueba a desactivar esta opción. El editor limpiará el texto pegado desde Word de forma automática.',NULL,'',0,'2019-11-07 09:10:24'),(2620,2628,'es',0,NULL,'Si no vas a usar un dominio de un sitio, por favor, libéralo para que otro lo pueda usar. Ahora ¡consigue uno!',NULL,'',0,'2019-11-07 09:10:24'),(2621,2629,'es',0,NULL,'Si todavía estás atascado con este mensaje, comprueba que tu base de datos contiene las siguientes tablas:',NULL,'',0,'2019-11-07 09:10:24'),(2622,2630,'es',0,NULL,'Si no estás seguro de qué significan estos términos deberías contactar con tu servidor. Si aún necesitas ayuda siempre puedes visitar los <a href=\"%s\">foros de soporte de WordPress</a>.',NULL,'',0,'2019-11-07 09:10:24'),(2623,2631,'es',0,NULL,'Si no se muestra tu sitio, por favor, contacta con el dueño de esta red.',NULL,'',0,'2019-11-07 09:10:24'),(2624,2632,'es',0,NULL,'Si tu tema tiene varios menús, darles nombres claros te ayudará a gestionarlos.',NULL,'',0,'2019-11-07 09:10:24'),(2625,2633,'es',0,NULL,'Si tu tema tiene áreas de widgets también puedes añadir menús en ellas. Visita el <a href=\"%s\">panel de widgets</a> y añade un «widget de menú personalizado» para mostrar un menú en una barra lateral o en el pie de página.',NULL,'',0,'2019-11-07 09:10:24'),(2626,2634,'es',0,NULL,'Imagen',NULL,'',0,'2019-11-07 09:10:24'),(2627,2635,'es',0,NULL,'Imagen <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:24'),(2628,2636,'es',0,NULL,'Imágenes <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:24'),(2629,2637,'es',0,NULL,'Clases CSS de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2630,2638,'es',0,NULL,'Detalles de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2631,2639,'es',0,NULL,'Dimensiones de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2632,2640,'es',0,NULL,'Fallo en el guardado de editor de imágenes',NULL,'',0,'2019-11-07 09:10:24'),(2633,2641,'es',0,NULL,'Posición de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2634,2642,'es',0,NULL,'Ajustes de imagen',NULL,'',0,'2019-11-07 09:10:24'),(2635,2643,'es',0,NULL,'Tamaño de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2636,2644,'es',0,NULL,'Atributo «title» de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2637,2645,'es',0,NULL,'URL de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2638,2646,'es',0,NULL,'Widget de imagen',NULL,'',0,'2019-11-07 09:10:24'),(2639,2647,'es',0,NULL,'Widget de imágenes (%d)',NULL,'',0,'2019-11-07 09:10:24'),(2640,2648,'es',0,NULL,'Vista previa del área de recorte de la imagen. Requiere la interacción del ratón.',NULL,'',0,'2019-11-07 09:10:24'),(2641,2649,'es',0,NULL,'Fallo en el recorte de la imagen.',NULL,'',0,'2019-11-07 09:10:24'),(2642,2650,'es',0,NULL,'Alineación de imagen por defecto',NULL,'',0,'2019-11-07 09:10:24'),(2643,2651,'es',0,NULL,'Tipo de enlace de imagen por defecto',NULL,'',0,'2019-11-07 09:10:24'),(2644,2652,'es',0,NULL,'Tamaño por defecto de imagen',NULL,'',0,'2019-11-07 09:10:24'),(2645,2653,'es',0,NULL,'Descripción de la imagen',NULL,'',0,'2019-11-07 09:10:24'),(2646,2654,'es',0,NULL,'Fallo en la rotación de la imagen.',NULL,'',0,'2019-11-07 09:10:24'),(2647,2655,'es',0,NULL,'Fallo en el cambio de tamaño de la imagen.',NULL,'',0,'2019-11-07 09:10:24'),(2648,2656,'es',0,NULL,'Fallo girando la imagen.',NULL,'',0,'2019-11-07 09:10:24'),(2649,2657,'es',0,NULL,'Imágenes',NULL,'',0,'2019-11-07 09:10:24'),(2650,2658,'es',0,NULL,'Inmediatamente',NULL,'',0,'2019-11-07 09:10:24'),(2651,2659,'es',0,NULL,'Importar de JSON',NULL,'',0,'2019-11-07 09:10:24'),(2652,2660,'es',0,NULL,'Importador instalado correctamente. <a href=\"%s\">Ejecutar importador</a>',NULL,'',0,'2019-11-07 09:10:24'),(2653,2661,'es',0,NULL,'En %1$s, usa el método %2$s, no la función %3$s. Echa un vistazo a %4$s.',NULL,'',0,'2019-11-07 09:10:24'),(2654,2662,'es',0,NULL,'En el área de edición la tecla Tab introduce un carácter de tabulación.',NULL,'',0,'2019-11-07 09:10:24'),(2655,2663,'es',0,NULL,'En este caso, WordPress detectó un error con uno de tus plugins, %s.',NULL,'',0,'2019-11-07 09:10:24'),(2656,2664,'es',0,NULL,'En este caso, WordPress detectó un error con tu tema, %s.',NULL,'',0,'2019-11-07 09:10:24'),(2657,2665,'es',0,NULL,'Contraseña de entrada incorrecta.',NULL,'',0,'2019-11-07 09:10:24'),(2658,2666,'es',0,NULL,'Nombre de usuario o contraseña incorrecta.',NULL,'',0,'2019-11-07 09:10:24'),(2659,2667,'es',0,NULL,'Aumentar sangría',NULL,'',0,'2019-11-07 09:10:24'),(2660,2668,'es',0,NULL,'Añadir sangría al elemento de la lista',NULL,'',0,'2019-11-07 09:10:24'),(2661,2669,'es',0,NULL,'Indonesio',NULL,'',0,'2019-11-07 09:10:24'),(2662,2670,'es',0,NULL,'Términos inexistentes.',NULL,'',0,'2019-11-07 09:10:24'),(2663,2671,'es',0,NULL,'Imagen integrada',NULL,'',0,'2019-11-07 09:10:24'),(2664,2672,'es',0,NULL,'Barra de herramientas en línea (cuando se selecciona una imagen, enlace o vista previa)',NULL,'',0,'2019-11-07 09:10:24'),(2665,2673,'es',0,NULL,'Insertar después',NULL,'',0,'2019-11-07 09:10:24'),(2666,2674,'es',0,NULL,'Insertar antes',NULL,'',0,'2019-11-07 09:10:24'),(2667,2675,'es',0,NULL,'Insertar enlace',NULL,'',0,'2019-11-07 09:10:24'),(2668,2676,'es',0,NULL,'Insertar medios',NULL,'',0,'2019-11-07 09:10:24'),(2669,2677,'es',0,NULL,'Insertar etiqueta de salto de página',NULL,'',0,'2019-11-07 09:10:24'),(2670,2678,'es',0,NULL,'Insertar la etiqueta «Leer más»',NULL,'',0,'2019-11-07 09:10:24'),(2671,2679,'es',0,NULL,'Inserta un nuevo bloque después del/los bloque(s) seleccionado(s).',NULL,'',0,'2019-11-07 09:10:24'),(2672,2680,'es',0,NULL,'Inserta un nuevo bloque antes del/los bloque(s) seleccionado(s).',NULL,'',0,'2019-11-07 09:10:24'),(2673,2681,'es',0,NULL,'Inserta una tabla -- perfecto para compartir gráficos y datos.',NULL,'',0,'2019-11-07 09:10:24'),(2674,2682,'es',0,NULL,'Inserta elementos adicionales personalizados con un shortcode de WordPress.',NULL,'',0,'2019-11-07 09:10:24'),(2675,2683,'es',0,NULL,'Inserta una imagen para hacer una declaración visual',NULL,'',0,'2019-11-07 09:10:24'),(2676,2684,'es',0,NULL,'Insertar lista de reproducción de audio',NULL,'',0,'2019-11-07 09:10:24'),(2677,2685,'es',0,NULL,'Insertar columna después',NULL,'',0,'2019-11-07 09:10:24'),(2678,2686,'es',0,NULL,'Insertar columna antes',NULL,'',0,'2019-11-07 09:10:24'),(2679,2687,'es',0,NULL,'Insertar fecha/hora',NULL,'',0,'2019-11-07 09:10:24'),(2680,2688,'es',0,NULL,'Insertar desde URL',NULL,'',0,'2019-11-07 09:10:24'),(2681,2689,'es',0,NULL,'Insertar galería',NULL,'',0,'2019-11-07 09:10:24'),(2682,2690,'es',0,NULL,'Insertar imagen',NULL,'',0,'2019-11-07 09:10:24'),(2683,2691,'es',0,NULL,'Insertar en la página',NULL,'',0,'2019-11-07 09:10:24'),(2684,2692,'es',0,NULL,'Insertar en la entrada',NULL,'',0,'2019-11-07 09:10:24'),(2685,2693,'es',0,NULL,'Insertar enlace',NULL,'',0,'2019-11-07 09:10:24'),(2686,2694,'es',0,NULL,'Inserta poesía. Utiliza formatos de espaciado especiales. O cita letras de canciones.',NULL,'',0,'2019-11-07 09:10:24'),(2687,2695,'es',0,NULL,'Insertar fila debajo',NULL,'',0,'2019-11-07 09:10:24'),(2688,2696,'es',0,NULL,'Insertar fila encima',NULL,'',0,'2019-11-07 09:10:24'),(2689,2697,'es',0,NULL,'Insertar tabla',NULL,'',0,'2019-11-07 09:10:24'),(2690,2698,'es',0,NULL,'Insertar vídeo',NULL,'',0,'2019-11-07 09:10:24'),(2691,2699,'es',0,NULL,'Insertar lista de reproducción de vídeo',NULL,'',0,'2019-11-07 09:10:24'),(2692,2700,'es',0,NULL,'Insertar/editar código de ejemplo',NULL,'',0,'2019-11-07 09:10:24'),(2693,2701,'es',0,NULL,'Insertar/Editar imagen',NULL,'',0,'2019-11-07 09:10:24'),(2694,2702,'es',0,NULL,'Insertar/Editar enlace',NULL,'',0,'2019-11-07 09:10:24'),(2695,2703,'es',0,NULL,'Insertar/editar medios',NULL,'',0,'2019-11-07 09:10:24'),(2696,2704,'es',0,NULL,'Texto insertado',NULL,'',0,'2019-11-07 09:10:24'),(2697,2705,'es',0,NULL,'Instalar y previsualizar',NULL,'',0,'2019-11-07 09:10:24'),(2698,2706,'es',0,NULL,'Instalar ahora',NULL,'',0,'2019-11-07 09:10:24'),(2699,2707,'es',0,NULL,'Instalar y mostrar vista previa del tema: %s',NULL,'',0,'2019-11-07 09:10:24'),(2700,2708,'es',0,NULL,'¡Fallo en la instalación!',NULL,'',0,'2019-11-07 09:10:24'),(2701,2709,'es',0,NULL,'Instalación completada correctamente.',NULL,'',0,'2019-11-07 09:10:24'),(2702,2710,'es',0,NULL,'Instalación fallida: %s',NULL,'',0,'2019-11-07 09:10:24'),(2703,2711,'es',0,NULL,'Temas instalados',NULL,'',0,'2019-11-07 09:10:24'),(2704,2712,'es',0,NULL,'Instalando...',NULL,'',0,'2019-11-07 09:10:24'),(2705,2713,'es',0,NULL,'Instalando.... por favor, espera.',NULL,'',0,'2019-11-07 09:10:24'),(2706,2714,'es',0,NULL,'Requisitos insuficientes',NULL,'',0,'2019-11-07 09:10:24'),(2707,2715,'es',0,NULL,'Argumentos insuficientes para este método de XML-RPC.',NULL,'',0,'2019-11-07 09:10:24'),(2708,2716,'es',0,NULL,'Error del controlador de búsqueda interno.',NULL,'',0,'2019-11-07 09:10:24'),(2709,2717,'es',0,NULL,'Introduce nuevas secciones y organiza el contenido para ayudar a los visitantes (y a los motores de búsqueda) a comprender la estructura de tu contenido.',NULL,'',0,'2019-11-07 09:10:24'),(2710,2718,'es',0,NULL,'No válido',NULL,'',0,'2019-11-07 09:10:24'),(2711,2719,'es',0,NULL,'La disposición de contenido facilitada no es válida. La disposición de contenido tiene que tener un formato como `attachment; filename=\"image.png\"` o similar.',NULL,'',0,'2019-11-07 09:10:24'),(2712,2720,'es',0,NULL,'El cuerpo JSON no válido pasó.',NULL,'',0,'2019-11-07 09:10:24'),(2713,2721,'es',0,NULL,'Archivo JSON no válido',NULL,'',0,'2019-11-07 09:10:24'),(2714,2722,'es',0,NULL,'Llamada no válida a JSONP.',NULL,'',0,'2019-11-07 09:10:24'),(2715,2723,'es',0,NULL,'Archivo JSON de bloque reutilizable no válido',NULL,'',0,'2019-11-07 09:10:24'),(2716,2724,'es',0,NULL,'URL no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2717,2725,'es',0,NULL,'Nombre de acción no válido',NULL,'',0,'2019-11-07 09:10:24'),(2718,2726,'es',0,NULL,'Acción no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2719,2727,'es',0,NULL,'Clave de activación no válida',NULL,'',0,'2019-11-07 09:10:24'),(2720,2728,'es',0,NULL,'ID de adjunto no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2721,2729,'es',0,NULL,'ID de autor no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2722,2730,'es',0,NULL,'Bloque no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2723,2731,'es',0,NULL,'Grupo de cambios UUID no válido',NULL,'',0,'2019-11-07 09:10:24'),(2724,2732,'es',0,NULL,'El ID del comentario no es válido.',NULL,'',0,'2019-11-07 09:10:24'),(2725,2733,'es',0,NULL,'ID de autor de comentario no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2726,2734,'es',0,NULL,'Contenido del comentario no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2727,2735,'es',0,NULL,'El estado del comentario no es válido.',NULL,'',0,'2019-11-07 09:10:24'),(2728,2736,'es',0,NULL,'Formato de cookie no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2729,2737,'es',0,NULL,'Cookie no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2730,2738,'es',0,NULL,'Fecha no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2731,2739,'es',0,NULL,'Dirección de correo electrónico no valida.',NULL,'',0,'2019-11-07 09:10:24'),(2732,2740,'es',0,NULL,'ID del medio destacado no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2733,2741,'es',0,NULL,'ID de término no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2734,2742,'es',0,NULL,'Clave no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2735,2743,'es',0,NULL,'ID de menú no válido',NULL,'',0,'2019-11-07 09:10:24'),(2736,2744,'es',0,NULL,'ID de objeto no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2737,2745,'es',0,NULL,'Tipo de objeto no válido',NULL,'',0,'2019-11-07 09:10:24'),(2738,2746,'es',0,NULL,'Plantilla de página no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2739,2747,'es',0,NULL,'Parámetro(s) no válido(s): %s',NULL,'',0,'2019-11-07 09:10:24'),(2740,2748,'es',0,NULL,'Parámetro no válido. ',NULL,'',0,'2019-11-07 09:10:24'),(2741,2749,'es',0,NULL,'ID de entrada padre no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2742,2750,'es',0,NULL,'Tipo de padre no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2743,2751,'es',0,NULL,'El ID de la entrada no es válido.',NULL,'',0,'2019-11-07 09:10:24'),(2744,2752,'es',0,NULL,'Formato de entrada no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2745,2753,'es',0,NULL,'ID de publicación superior no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2746,2754,'es',0,NULL,'Tipo de contenido no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2747,2755,'es',0,NULL,'Entrada no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2748,2756,'es',0,NULL,'Formato de clave de recuperación no válido',NULL,'',0,'2019-11-07 09:10:24'),(2749,2757,'es',0,NULL,'Clave de recuperación no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2750,2758,'es',0,NULL,'Petición no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2751,2759,'es',0,NULL,'ID de la revisión no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2752,2760,'es',0,NULL,'Rol no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2753,2761,'es',0,NULL,'Nombre de shortcode no válido: %1$s. No utilices espacios o caracteres especiales: %2$s',NULL,'',0,'2019-11-07 09:10:24'),(2754,2762,'es',0,NULL,'Nombre de shortcode no válido: Has dado un nombre vacío.',NULL,'',0,'2019-11-07 09:10:24'),(2755,2763,'es',0,NULL,'Slug no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2756,2764,'es',0,NULL,'Estado no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2757,2765,'es',0,NULL,'Taxonomía no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2758,2766,'es',0,NULL,'Taxonomía no válida: %s.',NULL,'',0,'2019-11-07 09:10:24'),(2759,2767,'es',0,NULL,'ID de término incorrecto.',NULL,'',0,'2019-11-07 09:10:24'),(2760,2768,'es',0,NULL,'Tipo de parámetro no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2761,2769,'es',0,NULL,'ID de usuario no válido para su reasignación.',NULL,'',0,'2019-11-07 09:10:24'),(2762,2770,'es',0,NULL,'ID de usuario no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2763,2771,'es',0,NULL,'Parámetro(s) de usuario no válidos.',NULL,'',0,'2019-11-07 09:10:24'),(2764,2772,'es',0,NULL,'Solicitud de usuario no válida.',NULL,'',0,'2019-11-07 09:10:24'),(2765,2773,'es',0,NULL,'Valor no válido %1$s para %2$s. El valor esperado debería estar entre %3$s y %4$s.',NULL,'',0,'2019-11-07 09:10:24'),(2766,2774,'es',0,NULL,'Valor no válido para el archivo adjunto de fondo.',NULL,'',0,'2019-11-07 09:10:24'),(2767,2775,'es',0,NULL,'Valor no válido de la posición X de la imagen de fondo.',NULL,'',0,'2019-11-07 09:10:24'),(2768,2776,'es',0,NULL,'Valor no válido de la posición Y de la imagen de fondo.',NULL,'',0,'2019-11-07 09:10:24'),(2769,2777,'es',0,NULL,'Valor no válido de la repetición de la imagen de fondo.',NULL,'',0,'2019-11-07 09:10:24'),(2770,2778,'es',0,NULL,'Valor no válido del tamaño de la imagen de fondo.',NULL,'',0,'2019-11-07 09:10:24'),(2771,2779,'es',0,NULL,'Valor no válido.',NULL,'',0,'2019-11-07 09:10:24'),(2772,2780,'es',0,NULL,'Irlandés',NULL,'',0,'2019-11-07 09:10:24'),(2773,2781,'es',0,NULL,'¿No hay enlace hacia nosotros?',NULL,'',0,'2019-11-07 09:10:24'),(2774,2782,'es',0,NULL,'Parece que tu sitio todavía no tiene menús. ¿Quieres crear uno? Haz clic en el botón para comenzar.',NULL,'',0,'2019-11-07 09:10:24'),(2775,2783,'es',0,NULL,'Parece que no hay nada en esta ubicación. ¿Estás tratando de visitar %s directamente?',NULL,'',0,'2019-11-07 09:10:24'),(2776,2784,'es',0,NULL,'Italiano',NULL,'',0,'2019-11-07 09:10:24'),(2777,2785,'es',0,NULL,'Cursiva',NULL,'',0,'2019-11-07 09:10:24'),(2778,2786,'es',0,NULL,'Elemento añadido.',NULL,'',0,'2019-11-07 09:10:24'),(2779,2787,'es',0,NULL,'Elemento quitado.',NULL,'',0,'2019-11-07 09:10:24'),(2780,2788,'es',0,NULL,'Elemento seleccionado.',NULL,'',0,'2019-11-07 09:10:24'),(2781,2789,'es',0,NULL,'La compatibilidad con JSONP está desactivada en este sitio.',NULL,'',0,'2019-11-07 09:10:24'),(2782,2790,'es',0,NULL,'Jabber / Google Talk',NULL,'',0,'2019-11-07 09:10:24'),(2783,2791,'es',0,NULL,'enero',NULL,'',0,'2019-11-07 09:10:24'),(2784,2792,'es',0,NULL,'Ene',NULL,'',0,'2019-11-07 09:10:24'),(2785,2793,'es',0,NULL,'Japonés',NULL,'',0,'2019-11-07 09:10:24'),(2786,2794,'es',0,NULL,'JavaScript debe estar activado para utilizar esta funcionalidad.',NULL,'',0,'2019-11-07 09:10:24'),(2787,2795,'es',0,NULL,'julio',NULL,'',0,'2019-11-07 09:10:24'),(2788,2796,'es',0,NULL,'Jul',NULL,'',0,'2019-11-07 09:10:24'),(2789,2797,'es',0,NULL,'Salta hacia adelante %1 segundos',NULL,'',0,'2019-11-07 09:10:24'),(2790,2798,'es',0,NULL,'Saltar %1 segundo hacia adelante',NULL,'',0,'2019-11-07 09:10:24'),(2791,2799,'es',0,NULL,'junio',NULL,'',0,'2019-11-07 09:10:24'),(2792,2800,'es',0,NULL,'Jun',NULL,'',0,'2019-11-07 09:10:24'),(2793,2801,'es',0,NULL,'Solo un nombre de usuario, por favor.',NULL,'',0,'2019-11-07 09:10:24'),(2794,2802,'es',0,NULL,'Justificar',NULL,'',0,'2019-11-07 09:10:24'),(2795,2803,'es',0,NULL,'Mantener como HTML',NULL,'',0,'2019-11-07 09:10:24'),(2796,2804,'es',0,NULL,'Mantenerla como está',NULL,'',0,'2019-11-07 09:10:24'),(2797,2805,'es',0,NULL,'Mantener los ajustes del widget y moverlo a los widgets inactivos',NULL,'',0,'2019-11-07 09:10:24'),(2798,2806,'es',0,NULL,'Atajos de teclado',NULL,'',0,'2019-11-07 09:10:24'),(2799,2807,'es',0,NULL,'Palabras claves',NULL,'',0,'2019-11-07 09:10:24'),(2800,2808,'es',0,NULL,'Coreano',NULL,'',0,'2019-11-07 09:10:24'),(2801,2809,'es',0,NULL,'Texto de la etiqueta',NULL,'',0,'2019-11-07 09:10:24'),(2802,2810,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:10:24'),(2803,2811,'es',0,NULL,'Grande',NULL,'',0,'2019-11-07 09:10:24'),(2804,2812,'es',0,NULL,'Altura de la imagen de tamaño grande',NULL,'',0,'2019-11-07 09:10:24'),(2805,2813,'es',0,NULL,'Ancho de la imagen de tamaño grande',NULL,'',0,'2019-11-07 09:10:24'),(2806,2814,'es',0,NULL,'Última entrada',NULL,'',0,'2019-11-07 09:10:24'),(2807,2815,'es',0,NULL,'Apellidos del usuario.',NULL,'',0,'2019-11-07 09:10:24'),(2808,2816,'es',0,NULL,'Última actualización',NULL,'',0,'2019-11-07 09:10:24'),(2809,2817,'es',0,NULL,'Última actualización: %s',NULL,'',0,'2019-11-07 09:10:24'),(2810,2818,'es',0,NULL,'Últimos comentarios',NULL,'',0,'2019-11-07 09:10:24'),(2811,2819,'es',0,NULL,'Ajustes de últimos comentarios',NULL,'',0,'2019-11-07 09:10:24'),(2812,2820,'es',0,NULL,'Últimas entradas',NULL,'',0,'2019-11-07 09:10:24'),(2813,2821,'es',0,NULL,'Ajustes de últimas entradas',NULL,'',0,'2019-11-07 09:10:24'),(2814,2822,'es',0,NULL,'Letón',NULL,'',0,'2019-11-07 09:10:24'),(2815,2823,'es',0,NULL,'Elementos de diseño',NULL,'',0,'2019-11-07 09:10:24'),(2816,2824,'es',0,NULL,'Aprende más sobre CSS',NULL,'',0,'2019-11-07 09:10:24'),(2817,2825,'es',0,NULL,'Aprende más sobre extractos manuales',NULL,'',0,'2019-11-07 09:10:24'),(2818,2826,'es',0,NULL,'Deja un comentario',NULL,'',0,'2019-11-07 09:10:24'),(2819,2827,'es',0,NULL,'Deja un comentario',NULL,'',0,'2019-11-07 09:10:24'),(2820,2828,'es',0,NULL,'Responder a %s',NULL,'',0,'2019-11-07 09:10:24'),(2821,2829,'es',0,NULL,'Izquierda',NULL,'',0,'2019-11-07 09:10:24'),(2822,2830,'es',0,NULL,'Flechas izquierda y derecha',NULL,'',0,'2019-11-07 09:10:24'),(2823,2831,'es',0,NULL,'Widget heredado',NULL,'',0,'2019-11-07 09:10:24'),(2824,2832,'es',0,NULL,'Widget heredado (experimental)',NULL,'',0,'2019-11-07 09:10:24'),(2825,2833,'es',0,NULL,'Longitud:',NULL,'',0,'2019-11-07 09:10:24'),(2826,2834,'es',0,NULL,'Letra',NULL,'',0,'2019-11-07 09:10:24'),(2827,2835,'es',0,NULL,'Nivel',NULL,'',0,'2019-11-07 09:10:24'),(2828,2836,'es',0,NULL,'Claro',NULL,'',0,'2019-11-07 09:10:24'),(2829,2837,'es',0,NULL,'Cian verde claro',NULL,'',0,'2019-11-07 09:10:24'),(2830,2838,'es',0,NULL,'Limita la respuesta a comentarios publicados después de una fecha dada compatible con ISO8601.',NULL,'',0,'2019-11-07 09:10:24'),(2831,2839,'es',0,NULL,'Limita la respuesta a comentarios publicados antes de una fecha dada compatible con ISO8601.',NULL,'',0,'2019-11-07 09:10:24'),(2832,2840,'es',0,NULL,'Limita la respuesta a entradas publicadas después de una fecha dada compatible con ISO9601.',NULL,'',0,'2019-11-07 09:10:24'),(2833,2841,'es',0,NULL,'Limita la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.',NULL,'',0,'2019-11-07 09:10:24'),(2834,2842,'es',0,NULL,'Limitar los resultados a todos los elementos excepto aquellos con un identificador padre específico.',NULL,'',0,'2019-11-07 09:10:24'),(2835,2843,'es',0,NULL,'Limitar el conjunto de resultados a todos los elementos excepto a aquellos que tienen el término especificado asignado en la taxonomía %s.',NULL,'',0,'2019-11-07 09:10:24'),(2836,2844,'es',0,NULL,'Limitar los resultados a todos los elementos que tengan el término especificado asignado en la taxonomía %s.',NULL,'',0,'2019-11-07 09:10:24'),(2837,2845,'es',0,NULL,'Limitar el conjunto de resultados a adjuntos de un tipo MIME en particular.',NULL,'',0,'2019-11-07 09:10:24'),(2838,2846,'es',0,NULL,'Limitar el conjunto de resultados a adjuntos de un tipo de medio en particular.',NULL,'',0,'2019-11-07 09:10:24'),(2839,2847,'es',0,NULL,'Limitar el conjunto de resultados a los comentarios asignados a un estado específico. Requiere autorización.',NULL,'',0,'2019-11-07 09:10:24'),(2840,2848,'es',0,NULL,'Limitar el conjunto de resultados a los comentarios asignados a un tipo específico. Requiere autorización.',NULL,'',0,'2019-11-07 09:10:24'),(2841,2849,'es',0,NULL,'Limita el resultado a comentarios asignados a ID de entrada específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2842,2850,'es',0,NULL,'Limitar el conjunto de resultados a comentarios asignados a identificadores de usuario específicos. Requier autorización.',NULL,'',0,'2019-11-07 09:10:24'),(2843,2851,'es',0,NULL,'Limita el resultado a comentarios con ID superiores específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2844,2852,'es',0,NULL,'Limitar el conjunto de resultados a elementos que sean fijos.',NULL,'',0,'2019-11-07 09:10:24'),(2845,2853,'es',0,NULL,'Limitar los resultados a los que tengan IDs superiores concretos.',NULL,'',0,'2019-11-07 09:10:24'),(2846,2854,'es',0,NULL,'Limitar el conjunto de resultados a las entradas asignadas a uno o más estados.',NULL,'',0,'2019-11-07 09:10:24'),(2847,2855,'es',0,NULL,'Limitar el conjunto de resultados a las publicaciones asignadas a autores específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2848,2856,'es',0,NULL,'Limita los resultados a entradas con un valor específico menu_order.',NULL,'',0,'2019-11-07 09:10:24'),(2849,2857,'es',0,NULL,'Limitar el conjunto de resultados a las entradas con uno o más slugs específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2850,2858,'es',0,NULL,'Limitar el conjunto de resultados a IDs específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2851,2859,'es',0,NULL,'Limita el resultado a términos asignados a un superior específico.',NULL,'',0,'2019-11-07 09:10:24'),(2852,2860,'es',0,NULL,'Limita el resultado a términos asignados a una entrada específica.',NULL,'',0,'2019-11-07 09:10:24'),(2853,2861,'es',0,NULL,'Limitar el resultado a términos con uno o más slugs específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2854,2862,'es',0,NULL,'Limitar el conjunto de resultados a aquellos con un correo electrónico de autor específico. Requiere autorización.',NULL,'',0,'2019-11-07 09:10:24'),(2855,2863,'es',0,NULL,'Limitar el conjunto de resultados a los temas asignados a uno o más estados. ',NULL,'',0,'2019-11-07 09:10:24'),(2856,2864,'es',0,NULL,'Limita el resultado a usuarios que se ajusten al menos a un perfil específico facilitado. Acepta listas en csv o un solo perfil.',NULL,'',0,'2019-11-07 09:10:24'),(2857,2865,'es',0,NULL,'Limitar el resultado a usuarios considerados autores.',NULL,'',0,'2019-11-07 09:10:24'),(2858,2866,'es',0,NULL,'Limitar el resultado a usuarios con uno o más slugs específicos.',NULL,'',0,'2019-11-07 09:10:24'),(2859,2867,'es',0,NULL,'Limitar resultados a elementos de un tipo de objeto.',NULL,'',0,'2019-11-07 09:10:24'),(2860,2868,'es',0,NULL,'Limitar resultados a elementos de uno o más subtipos de objetos.',NULL,'',0,'2019-11-07 09:10:24'),(2861,2869,'es',0,NULL,'Limita los resultados a taxonomías asociadas con un tipo de contenido específico.',NULL,'',0,'2019-11-07 09:10:24'),(2862,2870,'es',0,NULL,'Limitar resultados a aquellos que coinciden con una cadena.',NULL,'',0,'2019-11-07 09:10:24'),(2863,2871,'es',0,NULL,'Enlace',NULL,'',0,'2019-11-07 09:10:24'),(2864,2872,'es',0,NULL,'Clase CSS del enlace',NULL,'',0,'2019-11-07 09:10:24'),(2865,2873,'es',0,NULL,'Categorías de enlaces',NULL,'',0,'2019-11-07 09:10:24'),(2866,2874,'es',0,NULL,'Categoría de enlaces',NULL,'',0,'2019-11-07 09:10:24'),(2867,2875,'es',0,NULL,'ID de enlace',NULL,'',0,'2019-11-07 09:10:24'),(2868,2876,'es',0,NULL,'Relación del enlace',NULL,'',0,'2019-11-07 09:10:24'),(2869,2877,'es',0,NULL,'Relación con el enlace (XFN)',NULL,'',0,'2019-11-07 09:10:24'),(2870,2878,'es',0,NULL,'Ajustes del enlace',NULL,'',0,'2019-11-07 09:10:24'),(2871,2879,'es',0,NULL,'Texto del enlace',NULL,'',0,'2019-11-07 09:10:24'),(2872,2880,'es',0,NULL,'Enlazado a',NULL,'',0,'2019-11-07 09:10:24'),(2873,2881,'es',0,NULL,'URL del enlace',NULL,'',0,'2019-11-07 09:10:24'),(2874,2882,'es',0,NULL,'Texto de enlace',NULL,'',0,'2019-11-07 09:10:24'),(2875,2883,'es',0,NULL,'Textos de enlace',NULL,'',0,'2019-11-07 09:10:24'),(2876,2884,'es',0,NULL,'Enlace editado.',NULL,'',0,'2019-11-07 09:10:24'),(2877,2885,'es',0,NULL,'Enlace insertado.',NULL,'',0,'2019-11-07 09:10:24'),(2878,2886,'es',0,NULL,'Opciones de enlace',NULL,'',0,'2019-11-07 09:10:24'),(2879,2887,'es',0,NULL,'Valoración de los enlaces',NULL,'',0,'2019-11-07 09:10:24'),(2880,2888,'es',0,NULL,'Enlace quitado.',NULL,'',0,'2019-11-07 09:10:24'),(2881,2889,'es',0,NULL,'Enlace seleccionado.',NULL,'',0,'2019-11-07 09:10:24'),(2882,2890,'es',0,NULL,'Título de enlace',NULL,'',0,'2019-11-07 09:10:24'),(2883,2891,'es',0,NULL,'Enlace a página de adjuntos',NULL,'',0,'2019-11-07 09:10:24'),(2884,2892,'es',0,NULL,'Enlace al archivo de medios',NULL,'',0,'2019-11-07 09:10:24'),(2885,2893,'es',0,NULL,'Enlace a:',NULL,'',0,'2019-11-07 09:10:24'),(2886,2894,'es',0,NULL,'Enlaces',NULL,'',0,'2019-11-07 09:10:24'),(2887,2895,'es',0,NULL,'Enlaces para %s',NULL,'',0,'2019-11-07 09:10:24'),(2888,2896,'es',0,NULL,'Aleatorio',NULL,'',0,'2019-11-07 09:10:24'),(2889,2897,'es',0,NULL,'Lista',NULL,'',0,'2019-11-07 09:10:24'),(2890,2898,'es',0,NULL,'Vista de lista',NULL,'',0,'2019-11-07 09:10:24'),(2891,2899,'es',0,NULL,'Elemento de la lista',NULL,'',0,'2019-11-07 09:10:24'),(2892,2900,'es',0,NULL,'Lituano',NULL,'',0,'2019-11-07 09:10:24'),(2893,2901,'es',0,NULL,'Transmisión en vivo',NULL,'',0,'2019-11-07 09:10:24'),(2894,2902,'es',0,NULL,'Vista previa',NULL,'',0,'2019-11-07 09:10:24'),(2895,2903,'es',0,NULL,'Vista previa: %s',NULL,'',0,'2019-11-07 09:10:24'),(2896,2904,'es',0,NULL,'Vista previa del tema: %s',NULL,'',0,'2019-11-07 09:10:24'),(2897,2905,'es',0,NULL,'Cargando más resultados... por favor, espere.',NULL,'',0,'2019-11-07 09:10:24'),(2898,2906,'es',0,NULL,'Configuración local del usuario.',NULL,'',0,'2019-11-07 09:10:24'),(2899,2907,'es',0,NULL,'Acceder',NULL,'',0,'2019-11-07 09:10:24'),(2900,2908,'es',0,NULL,'Cerrar sesión',NULL,'',0,'2019-11-07 09:10:24'),(2901,2909,'es',0,NULL,'Acceder',NULL,'',0,'2019-11-07 09:10:24'),(2902,2910,'es',0,NULL,'Inicia sesión para responder',NULL,'',0,'2019-11-07 09:10:24'),(2903,2911,'es',0,NULL,'Accede para dejar un comentario',NULL,'',0,'2019-11-07 09:10:24'),(2904,2912,'es',0,NULL,'Desconectar',NULL,'',0,'2019-11-07 09:10:24'),(2905,2913,'es',0,NULL,'Conectado como %s. Edita tu perfil.',NULL,'',0,'2019-11-07 09:10:24'),(2906,2914,'es',0,NULL,'Dirección de acceso (URL)',NULL,'',0,'2019-11-07 09:10:24'),(2907,2915,'es',0,NULL,'Nombre de inicio de sesión del usuario.',NULL,'',0,'2019-11-07 09:10:24'),(2908,2916,'es',0,NULL,'Acceder, RSS y enlaces de WordPress.org.',NULL,'',0,'2019-11-07 09:10:24'),(2909,2917,'es',0,NULL,'Logotipo',NULL,'',0,'2019-11-07 09:10:24'),(2910,2918,'es',0,NULL,'¿Estás buscando un tema? Puedes buscar o explorar el directorio de temas de WordPress.org, instalar y previsualizar temas, y luego activarlos aquí mismo.',NULL,'',0,'2019-11-07 09:10:24'),(2911,2919,'es',0,NULL,'Parece que algo salió mal. Espera un par de segundos y vuelve a intentarlo.',NULL,'',0,'2019-11-07 09:10:24'),(2912,2920,'es',0,NULL,'Parece que este no es un tipo de archivo correcto. Por favor, enlaza a un tipo de archivo válido.',NULL,'',0,'2019-11-07 09:10:24'),(2913,2921,'es',0,NULL,'No parece ser un tipo de archivo correcto. Por favor, enlaza a un archivo de audio.',NULL,'',0,'2019-11-07 09:10:24'),(2914,2922,'es',0,NULL,'Repetir',NULL,'',0,'2019-11-07 09:10:24'),(2915,2923,'es',0,NULL,'Contraseña perdida',NULL,'',0,'2019-11-07 09:10:24'),(2916,2924,'es',0,NULL,'¿Olvidaste tu contraseña?',NULL,'',0,'2019-11-07 09:10:24'),(2917,2925,'es',0,NULL,'Ambar vivo luminoso',NULL,'',0,'2019-11-07 09:10:24'),(2918,2926,'es',0,NULL,'Naranja vivo luminoso',NULL,'',0,'2019-11-07 09:10:24'),(2919,2927,'es',0,NULL,'j \\d\\e M, Y H:i',NULL,'',0,'2019-11-07 09:10:24'),(2920,2928,'es',0,NULL,'Macedonio',NULL,'',0,'2019-11-07 09:10:24'),(2921,2929,'es',0,NULL,'Color principal',NULL,'',0,'2019-11-07 09:10:24'),(2922,2930,'es',0,NULL,'Mantenimiento',NULL,'',0,'2019-11-07 09:10:24'),(2923,2931,'es',0,NULL,'Cambia el texto seleccionado a negrita.',NULL,'',0,'2019-11-07 09:10:24'),(2924,2932,'es',0,NULL,'Cambia el texto seleccionado a cursiva.',NULL,'',0,'2019-11-07 09:10:24'),(2925,2933,'es',0,NULL,'Malayo',NULL,'',0,'2019-11-07 09:10:24'),(2926,2934,'es',0,NULL,'Maltés',NULL,'',0,'2019-11-07 09:10:24'),(2927,2935,'es',0,NULL,'Gestionar todos los bloques reutilizables',NULL,'',0,'2019-11-07 09:10:24'),(2928,2936,'es',0,NULL,'Administrar audio',NULL,'',0,'2019-11-07 09:10:24'),(2929,2937,'es',0,NULL,'Gestionar comentarios',NULL,'',0,'2019-11-07 09:10:24'),(2930,2938,'es',0,NULL,'Administrar imágenes',NULL,'',0,'2019-11-07 09:10:24'),(2931,2939,'es',0,NULL,'Administrar vídeo',NULL,'',0,'2019-11-07 09:10:24'),(2932,2940,'es',0,NULL,'Desplazamientos manuales',NULL,'',0,'2019-11-07 09:10:24'),(2933,2941,'es',0,NULL,'marzo',NULL,'',0,'2019-11-07 09:10:24'),(2934,2942,'es',0,NULL,'Mar',NULL,'',0,'2019-11-07 09:10:24'),(2935,2943,'es',0,NULL,'No se permite marcado dentro de CSS.',NULL,'',0,'2019-11-07 09:10:24'),(2936,2944,'es',0,NULL,'Coincidir mayúsculas/minúsculas',NULL,'',0,'2019-11-07 09:10:24'),(2937,2945,'es',0,NULL,'Número máximo de palabras en el extracto',NULL,'',0,'2019-11-07 09:10:24'),(2938,2946,'es',0,NULL,'Número máximo de elementos que se devolverán en el conjunto de resultados.',NULL,'',0,'2019-11-07 09:10:24'),(2939,2947,'es',0,NULL,'Tamaño máximo de archivo: %s.',NULL,'',0,'2019-11-07 09:10:24'),(2940,2948,'es',0,NULL,'mayo',NULL,'',0,'2019-11-07 09:10:24'),(2941,2949,'es',0,NULL,'May',NULL,'',0,'2019-11-07 09:10:24'),(2942,2950,'es',0,NULL,'Medios',NULL,'',0,'2019-11-07 09:10:24'),(2943,2951,'es',0,NULL,'Medios y texto',NULL,'',0,'2019-11-07 09:10:24'),(2944,2952,'es',0,NULL,'Ajustes de medios y texto',NULL,'',0,'2019-11-07 09:10:24'),(2945,2953,'es',0,NULL,'Archivo multimedia',NULL,'',0,'2019-11-07 09:10:24'),(2946,2954,'es',0,NULL,'Biblioteca de medios',NULL,'',0,'2019-11-07 09:10:24'),(2947,2955,'es',0,NULL,'Ajustes de medios',NULL,'',0,'2019-11-07 09:10:24'),(2948,2956,'es',0,NULL,'Widget de medios',NULL,'',0,'2019-11-07 09:10:24'),(2949,2957,'es',0,NULL,'Widgets de medios (%d)',NULL,'',0,'2019-11-07 09:10:24'),(2950,2958,'es',0,NULL,'Área de medios',NULL,'',0,'2019-11-07 09:10:24'),(2951,2959,'es',0,NULL,'Medio',NULL,'',0,'2019-11-07 09:10:24'),(2952,2960,'es',0,NULL,'Altura de la imagen de tamaño medio',NULL,'',0,'2019-11-07 09:10:24'),(2953,2961,'es',0,NULL,'Achura de la imagen de tamaño medio',NULL,'',0,'2019-11-07 09:10:24'),(2954,2962,'es',0,NULL,'Altura del tamaño de imagen medio-grande',NULL,'',0,'2019-11-07 09:10:24'),(2955,2963,'es',0,NULL,'Anchura del tamaño de imagen medio-grande',NULL,'',0,'2019-11-07 09:10:24'),(2956,2964,'es',0,NULL,'Memoria excedida. Por favor, prueba con otro archivo más pequeño.',NULL,'',0,'2019-11-07 09:10:24'),(2957,2965,'es',0,NULL,'Menú',NULL,'',0,'2019-11-07 09:10:24'),(2958,2966,'es',0,NULL,'Ubicación de menú',NULL,'',0,'2019-11-07 09:10:24'),(2959,2967,'es',0,NULL,'Ubicaciones de menús',NULL,'',0,'2019-11-07 09:10:24'),(2960,2968,'es',0,NULL,'Nombre del menú',NULL,'',0,'2019-11-07 09:10:24'),(2961,2969,'es',0,NULL,'Opciones del menú',NULL,'',0,'2019-11-07 09:10:24'),(2962,2970,'es',0,NULL,'Menú creado',NULL,'',0,'2019-11-07 09:10:24'),(2963,2971,'es',0,NULL,'Menú eliminado',NULL,'',0,'2019-11-07 09:10:24'),(2964,2972,'es',0,NULL,'Elemento de menú añadido',NULL,'',0,'2019-11-07 09:10:24'),(2965,2973,'es',0,NULL,'Elemento de menú borrado',NULL,'',0,'2019-11-07 09:10:24'),(2966,2974,'es',0,NULL,'El elemento de menú es ahora un subelemento',NULL,'',0,'2019-11-07 09:10:24'),(2967,2975,'es',0,NULL,'Elemento de menú bajado',NULL,'',0,'2019-11-07 09:10:24'),(2968,2976,'es',0,NULL,'Elemento de menú sacado fuera del submenú',NULL,'',0,'2019-11-07 09:10:24'),(2969,2977,'es',0,NULL,'Elemento de menú subido',NULL,'',0,'2019-11-07 09:10:24'),(2970,2978,'es',0,NULL,'Menús',NULL,'',0,'2019-11-07 09:10:24'),(2971,2979,'es',0,NULL,'Los menús se pueden mostrar en lugares definidos por el tema o en las <a href=\"%s\">áreas de widgets</a> añadiendo un widget «Menú personalizado».',NULL,'',0,'2019-11-07 09:10:24'),(2972,2980,'es',0,NULL,'Los menús se pueden mostrar en ubicaciones definidas por tu tema.',NULL,'',0,'2019-11-07 09:10:24'),(2973,2981,'es',0,NULL,'Combinar celdas',NULL,'',0,'2019-11-07 09:10:24'),(2974,2982,'es',0,NULL,'Meridiano',NULL,'',0,'2019-11-07 09:10:24'),(2975,2983,'es',0,NULL,'Meta',NULL,'',0,'2019-11-07 09:10:24'),(2976,2984,'es',0,NULL,'Campos meta.',NULL,'',0,'2019-11-07 09:10:24'),(2977,2985,'es',0,NULL,'Metadatos',NULL,'',0,'2019-11-07 09:10:24'),(2978,2986,'es',0,NULL,'Se debe anular el método \'%s\'.',NULL,'',0,'2019-11-07 09:10:24'),(2979,2987,'es',0,NULL,'El método \'%s\' no ha sido implementado. Debe ser sobrescrito en la subclase.',NULL,'',0,'2019-11-07 09:10:24'),(2980,2988,'es',0,NULL,'Intermedio',NULL,'',0,'2019-11-07 09:10:24'),(2981,2989,'es',0,NULL,'Minuto',NULL,'',0,'2019-11-07 09:10:24'),(2982,2990,'es',0,NULL,'Minutos',NULL,'',0,'2019-11-07 09:10:24'),(2983,2991,'es',0,NULL,'Adjunto no disponible',NULL,'',0,'2019-11-07 09:10:24'),(2984,2992,'es',0,NULL,'Falta la clave de confirmación.',NULL,'',0,'2019-11-07 09:10:24'),(2985,2993,'es',0,NULL,'(sin nombre)',NULL,'',0,'2019-11-07 09:10:24'),(2986,2994,'es',0,NULL,'Parámetro(s) que falta(n): %s',NULL,'',0,'2019-11-07 09:10:24'),(2987,2995,'es',0,NULL,'Falta el ID de la solicitud.',NULL,'',0,'2019-11-07 09:10:24'),(2988,2996,'es',0,NULL,'Misión completa. El mensaje %s ha sido borrado. ',NULL,'',0,'2019-11-07 09:10:24'),(2989,2997,'es',0,NULL,'lun',NULL,'',0,'2019-11-07 09:10:24'),(2990,2998,'es',0,NULL,'lunes',NULL,'',0,'2019-11-07 09:10:24'),(2991,2999,'es',0,NULL,'L',NULL,'',0,'2019-11-07 09:10:24'),(2992,3000,'es',0,NULL,'Mes',NULL,'',0,'2019-11-07 09:10:24'),(2993,3001,'es',0,NULL,'Mes: %s',NULL,'',0,'2019-11-07 09:10:24'),(2994,3002,'es',0,NULL,'Más controles de texto enriquecido',NULL,'',0,'2019-11-07 09:10:24'),(2995,3003,'es',0,NULL,'Más opciones',NULL,'',0,'2019-11-07 09:10:24'),(2996,3004,'es',0,NULL,'Mueve %1$d bloque de la posición %2$d a un sitio más abajo',NULL,'',0,'2019-11-07 09:10:24'),(2997,3005,'es',0,NULL,'Mueve %1$d bloques de la posición %2$d a un sitio más abajo',NULL,'',0,'2019-11-07 09:10:24'),(2998,3006,'es',0,NULL,'Mueve %1$d bloque de la posición %2$d un sitio más arriba',NULL,'',0,'2019-11-07 09:10:24'),(2999,3007,'es',0,NULL,'Mueve %1$d bloques de la posición %2$d un sitio más arriba',NULL,'',0,'2019-11-07 09:10:24'),(3000,3008,'es',0,NULL,'Mueve %1$s bloque de la posición %2$d a la posición %3$d',NULL,'',0,'2019-11-07 09:10:24'),(3001,3009,'es',0,NULL,'Mueve %1$s bloque de la posición %2$d a la posición %3$d',NULL,'',0,'2019-11-07 09:10:24'),(3002,3010,'es',0,NULL,'Moverse hacia atrás (PgUp) o hacia delante (PgDn) un mes.',NULL,'',0,'2019-11-07 09:10:24'),(3003,3011,'es',0,NULL,'Moverse hacia atrás (izquierda) o hacia delante (derecha) un día.',NULL,'',0,'2019-11-07 09:10:24'),(3004,3012,'es',0,NULL,'Moverse hacia atrás (arriba) o hacia delante (abajo) una semana.',NULL,'',0,'2019-11-07 09:10:24'),(3005,3013,'es',0,NULL,'Bajar',NULL,'',0,'2019-11-07 09:10:24'),(3006,3014,'es',0,NULL,'Mover uno abajo',NULL,'',0,'2019-11-07 09:10:24'),(3007,3015,'es',0,NULL,'Mover a un nivel inferior',NULL,'',0,'2019-11-07 09:10:24'),(3008,3016,'es',0,NULL,'Mover a un nivel superior',NULL,'',0,'2019-11-07 09:10:24'),(3009,3017,'es',0,NULL,'Sacarlo de debajo de %s',NULL,'',0,'2019-11-07 09:10:24'),(3010,3018,'es',0,NULL,'Mueve la flecha izquierda o derecha para cambiar el tono.',NULL,'',0,'2019-11-07 09:10:24'),(3011,3019,'es',0,NULL,'Mover a la papelera',NULL,'',0,'2019-11-07 09:10:24'),(3012,3020,'es',0,NULL,'Mover a otro sitio …',NULL,'',0,'2019-11-07 09:10:24'),(3013,3021,'es',0,NULL,'Mover a la primera posición',NULL,'',0,'2019-11-07 09:10:24'),(3014,3022,'es',0,NULL,'Mover a la papelera',NULL,'',0,'2019-11-07 09:10:24'),(3015,3023,'es',0,NULL,'Mover detrás de %s',NULL,'',0,'2019-11-07 09:10:24'),(3016,3024,'es',0,NULL,'Subir',NULL,'',0,'2019-11-07 09:10:24'),(3017,3025,'es',0,NULL,'Mover uno arriba',NULL,'',0,'2019-11-07 09:10:24'),(3018,3026,'es',0,NULL,'Mover',NULL,'',0,'2019-11-07 09:10:24'),(3019,3027,'es',0,NULL,'Debe tener al menos 4 caracteres, letras y números solamente. ¡No se puede cambiar, así que elige con cuidado!',NULL,'',0,'2019-11-07 09:10:24'),(3020,3028,'es',0,NULL,'Silenciar',NULL,'',0,'2019-11-07 09:10:24'),(3021,3029,'es',0,NULL,'Desactivar sonido',NULL,'',0,'2019-11-07 09:10:24'),(3022,3030,'es',0,NULL,'Silenciado',NULL,'',0,'2019-11-07 09:10:24'),(3023,3031,'es',0,NULL,'Mis sitios',NULL,'',0,'2019-11-07 09:10:24'),(3024,3032,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:24'),(3025,3033,'es',0,NULL,'HTML',NULL,'',0,'2019-11-07 09:10:24'),(3026,3034,'es',0,NULL,'Visual',NULL,'',0,'2019-11-07 09:10:24'),(3027,3035,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:24'),(3028,3036,'es',0,NULL,'Nombre:',NULL,'',0,'2019-11-07 09:10:24'),(3029,3037,'es',0,NULL,'Navega hasta la barra de herramientas más cercana.',NULL,'',0,'2019-11-07 09:10:24'),(3030,3038,'es',0,NULL,'Navega a la parte siguiente del editor (alternativa).',NULL,'',0,'2019-11-07 09:10:24'),(3031,3039,'es',0,NULL,'Navega a la parte siguiente del editor.',NULL,'',0,'2019-11-07 09:10:24'),(3032,3040,'es',0,NULL,'Navega a la parte anterior del editor (alternativa).',NULL,'',0,'2019-11-07 09:10:24'),(3033,3041,'es',0,NULL,'Navega a la parte anterior del editor.',NULL,'',0,'2019-11-07 09:10:24'),(3034,3042,'es',0,NULL,'Navegación con teclado',NULL,'',0,'2019-11-07 09:10:24'),(3035,3043,'es',0,NULL,'Etiqueta de navegación',NULL,'',0,'2019-11-07 09:10:24'),(3036,3044,'es',0,NULL,'Menú de navegación',NULL,'',0,'2019-11-07 09:10:24'),(3037,3045,'es',0,NULL,'Elemento del menú de navegación',NULL,'',0,'2019-11-07 09:10:24'),(3038,3046,'es',0,NULL,'Elementos del menú de navegación',NULL,'',0,'2019-11-07 09:10:24'),(3039,3047,'es',0,NULL,'Menús de navegación',NULL,'',0,'2019-11-07 09:10:24'),(3040,3048,'es',0,NULL,'¿Necesitas más ayuda?, <a href=\'%s\'>La tenemos</a>.',NULL,'',0,'2019-11-07 09:10:24'),(3041,3049,'es',0,NULL,'Activar para la red',NULL,'',0,'2019-11-07 09:10:24'),(3042,3050,'es',0,NULL,'Administrador de la red',NULL,'',0,'2019-11-07 09:10:24'),(3043,3051,'es',0,NULL,'Administrador de la red: %s',NULL,'',0,'2019-11-07 09:10:24'),(3044,3052,'es',0,NULL,'Activar para la red',NULL,'',0,'2019-11-07 09:10:24'),(3045,3053,'es',0,NULL,'Nuevo sitio en %1$s: %2$s',NULL,'',0,'2019-11-07 09:10:24'),(3046,3054,'es',0,NULL,'Nuevo usuario en %1$s: %2$s',NULL,'',0,'2019-11-07 09:10:24'),(3047,3055,'es',0,NULL,'Nuevo bloque',NULL,'',0,'2019-11-07 09:10:24'),(3048,3056,'es',0,NULL,'Nombre de la nueva categoría',NULL,'',0,'2019-11-07 09:10:24'),(3049,3057,'es',0,NULL,'Nuevo grupo de cambios',NULL,'',0,'2019-11-07 09:10:24'),(3050,3058,'es',0,NULL,'Nueva columna',NULL,'',0,'2019-11-07 09:10:24'),(3051,3059,'es',0,NULL,'Nuevo widget de HTML personalizado',NULL,'',0,'2019-11-07 09:10:24'),(3052,3060,'es',0,NULL,'Nuevo nombre de categoría de enlaces',NULL,'',0,'2019-11-07 09:10:24'),(3053,3061,'es',0,NULL,'Nuevo menú',NULL,'',0,'2019-11-07 09:10:24'),(3054,3062,'es',0,NULL,'Nueva página',NULL,'',0,'2019-11-07 09:10:24'),(3055,3063,'es',0,NULL,'Nueva entrada',NULL,'',0,'2019-11-07 09:10:24'),(3056,3064,'es',0,NULL,'Nuevo sitio registrado: %s',NULL,'',0,'2019-11-07 09:10:24'),(3057,3065,'es',0,NULL,'Nuevo sitio: %1$s\nURL: %2$s\nIP remota: %3$s\n\nDesactivar estos avisos: %4$s',NULL,'',0,'2019-11-07 09:10:24'),(3058,3066,'es',0,NULL,'Nombre de la nueva etiqueta',NULL,'',0,'2019-11-07 09:10:24'),(3059,3067,'es',0,NULL,'Nuevo registro de usuario: %s',NULL,'',0,'2019-11-07 09:10:24'),(3060,3068,'es',0,NULL,'Nuevo usuario: %1$s\nIP Remota: %2$s\n\nDesactivar estos avisos: %3$s',NULL,'',0,'2019-11-07 09:10:24'),(3061,3069,'es',0,NULL,'Nuevo comentario en tu entrada «%s»',NULL,'',0,'2019-11-07 09:10:24'),(3062,3070,'es',0,NULL,'Nuevo documento',NULL,'',0,'2019-11-07 09:10:24'),(3063,3071,'es',0,NULL,'Título de la página nueva',NULL,'',0,'2019-11-07 09:10:24'),(3064,3072,'es',0,NULL,'Título de la nueva página… ',NULL,'',0,'2019-11-07 09:10:24'),(3065,3073,'es',0,NULL,'Nueva contraseña',NULL,'',0,'2019-11-07 09:10:24'),(3066,3074,'es',0,NULL,'Nuevo pingback en tu entrada «%s»',NULL,'',0,'2019-11-07 09:10:24'),(3067,3075,'es',0,NULL,'[%1$s] Activar %2$s',NULL,'',0,'2019-11-07 09:10:24'),(3068,3076,'es',0,NULL,'Nuevo trackback en tu entrada «%s»',NULL,'',0,'2019-11-07 09:10:24'),(3069,3077,'es',0,NULL,'[%1$s] Activar a %2$s',NULL,'',0,'2019-11-07 09:10:24'),(3070,3078,'es',0,NULL,'Registrado un nuevo usuario en tu sitio %s:',NULL,'',0,'2019-11-07 09:10:24'),(3071,3079,'es',0,NULL,'Nueva versión disponible.',NULL,'',0,'2019-11-07 09:10:24'),(3072,3080,'es',0,NULL,'Nueva versión disponible. %s',NULL,'',0,'2019-11-07 09:10:24'),(3073,3081,'es',0,NULL,'Nueva ventana',NULL,'',0,'2019-11-07 09:10:24'),(3074,3082,'es',0,NULL,'Últimos comentarios »',NULL,'',0,'2019-11-07 09:10:24'),(3075,3083,'es',0,NULL,'Comentarios más recientes',NULL,'',0,'2019-11-07 09:10:24'),(3076,3084,'es',0,NULL,'Artículos siguientes',NULL,'',0,'2019-11-07 09:10:24'),(3077,3085,'es',0,NULL,'De nuevas a antiguas',NULL,'',0,'2019-11-07 09:10:24'),(3078,3086,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:10:24'),(3079,3087,'es',0,NULL,'Siguiente >',NULL,'',0,'2019-11-07 09:10:24'),(3080,3088,'es',0,NULL,'Siguiente »',NULL,'',0,'2019-11-07 09:10:24'),(3081,3089,'es',0,NULL,'Página siguiente »',NULL,'',0,'2019-11-07 09:10:24'),(3082,3090,'es',0,NULL,'Entrada siguiente',NULL,'',0,'2019-11-07 09:10:24'),(3083,3091,'es',0,NULL,'Página siguiente',NULL,'',0,'2019-11-07 09:10:24'),(3084,3092,'es',0,NULL,'El slug de usuario no puede contener más de 50 caracteres.',NULL,'',0,'2019-11-07 09:10:24'),(3085,3093,'es',0,NULL,'No',NULL,'',0,'2019-11-07 09:10:24'),(3086,3094,'es',0,NULL,'No se ha definido el id %1$s para la barra lateral «%2$s». Usando por defecto «%3$s». Establece manualmente el id %1$s a «%3$s» para silenciar este mensaje y mantener el contenido actual de la barra lateral.',NULL,'',0,'2019-11-07 09:10:24'),(3087,3095,'es',0,NULL,'No hay comentarios',NULL,'',0,'2019-11-07 09:10:24'),(3088,3096,'es',0,NULL,'No hay comentarios<span class=\"screen-reader-text\"> en %s</span>',NULL,'',0,'2019-11-07 09:10:24'),(3089,3097,'es',0,NULL,'No se ha facilitado la disposición de contenido.',NULL,'',0,'2019-11-07 09:10:24'),(3090,3098,'es',0,NULL,'No se ha suministrado ningún tipo de contenido.',NULL,'',0,'2019-11-07 09:10:24'),(3091,3099,'es',0,NULL,'Sin alineación',NULL,'',0,'2019-11-07 09:10:24'),(3092,3100,'es',0,NULL,'No hay archivos que mostrar.',NULL,'',0,'2019-11-07 09:10:24'),(3093,3101,'es',0,NULL,'Ningún audio seleccionado',NULL,'',0,'2019-11-07 09:10:24'),(3094,3102,'es',0,NULL,'Ningún bloque seleccionado.',NULL,'',0,'2019-11-07 09:10:24'),(3095,3103,'es',0,NULL,'No se encontraron bloques en la papelera.',NULL,'',0,'2019-11-07 09:10:24'),(3096,3104,'es',0,NULL,'No se han encontrado bloques.',NULL,'',0,'2019-11-07 09:10:24'),(3097,3105,'es',0,NULL,'No hay categorías',NULL,'',0,'2019-11-07 09:10:24'),(3098,3106,'es',0,NULL,'No se encontraron categorías.',NULL,'',0,'2019-11-07 09:10:24'),(3099,3107,'es',0,NULL,'Aún no se han guardado cambios, no hay nada que enviar a la papelera.',NULL,'',0,'2019-11-07 09:10:24'),(3100,3108,'es',0,NULL,'No se han encontrado grupos de cambios para tomar posesión',NULL,'',0,'2019-11-07 09:10:24'),(3101,3109,'es',0,NULL,'No se han encontrado conjuntos de cambios en la papelera.',NULL,'',0,'2019-11-07 09:10:24'),(3102,3110,'es',0,NULL,'No se han encontrado grupos de cambios.',NULL,'',0,'2019-11-07 09:10:24'),(3103,3111,'es',0,NULL,'Sin color',NULL,'',0,'2019-11-07 09:10:24'),(3104,3112,'es',0,NULL,'No hay comentarios que mostrar.',NULL,'',0,'2019-11-07 09:10:24'),(3105,3113,'es',0,NULL,'No hay ninguna cookie.',NULL,'',0,'2019-11-07 09:10:24'),(3106,3114,'es',0,NULL,'No se suministraron datos.',NULL,'',0,'2019-11-07 09:10:24'),(3107,3115,'es',0,NULL,'No se pudo elegir ningún editor.',NULL,'',0,'2019-11-07 09:10:24'),(3108,3116,'es',0,NULL,'No se ha seleccionado ningún archivo',NULL,'',0,'2019-11-07 09:10:24'),(3109,3117,'es',0,NULL,'No hay imágenes seleccionadas',NULL,'',0,'2019-11-07 09:10:24'),(3110,3118,'es',0,NULL,'No se ha definido ninguna imagen',NULL,'',0,'2019-11-07 09:10:24'),(3111,3119,'es',0,NULL,'No se han seleccionado imágenes',NULL,'',0,'2019-11-07 09:10:24'),(3112,3120,'es',0,NULL,'Nada',NULL,'',0,'2019-11-07 09:10:24'),(3113,3121,'es',0,NULL,'No se han encontrado elementos.',NULL,'',0,'2019-11-07 09:10:24'),(3114,3122,'es',0,NULL,'No se ha elegido un logo',NULL,'',0,'2019-11-07 09:10:24'),(3115,3123,'es',0,NULL,'No se encontraron archivos de medios.',NULL,'',0,'2019-11-07 09:10:24'),(3116,3124,'es',0,NULL,'No se ha seleccionado ningún archivo de medios',NULL,'',0,'2019-11-07 09:10:24'),(3117,3125,'es',0,NULL,'Aún no se han creado menús. <a href=\"%s\">Crea alguno</a>.',NULL,'',0,'2019-11-07 09:10:24'),(3118,3126,'es',0,NULL,'No hay más comentarios.',NULL,'',0,'2019-11-07 09:10:24'),(3119,3127,'es',0,NULL,'No se encontró ninguna página en la papelera.',NULL,'',0,'2019-11-07 09:10:24'),(3120,3128,'es',0,NULL,'No se encontró ninguna página.',NULL,'',0,'2019-11-07 09:10:24'),(3121,3129,'es',0,NULL,'No se generó ningún archivo de exportación de datos personales.',NULL,'',0,'2019-11-07 09:10:24'),(3122,3130,'es',0,NULL,'No se encontraron datos personales de este usuario.',NULL,'',0,'2019-11-07 09:10:24'),(3123,3131,'es',0,NULL,'No se han encontrado plugins. Prueba con una búsqueda diferente.',NULL,'',0,'2019-11-07 09:10:24'),(3124,3132,'es',0,NULL,'Ningún entrada encontrada en la papelera.',NULL,'',0,'2019-11-07 09:10:24'),(3125,3133,'es',0,NULL,'No se encontraron entradas.',NULL,'',0,'2019-11-07 09:10:24'),(3126,3134,'es',0,NULL,'Sin resultados.',NULL,'',0,'2019-11-07 09:10:24'),(3127,3135,'es',0,NULL,'No hay resultados.',NULL,'',0,'2019-11-07 09:10:24'),(3128,3136,'es',0,NULL,'No se encontró la ruta que coincida con la URL y el método de la petición',NULL,'',0,'2019-11-07 09:10:24'),(3129,3137,'es',0,NULL,'No se ha indicado ningún término de búsqueda. Se mostrarán\n los objetos más recientes.',NULL,'',0,'2019-11-07 09:10:24'),(3130,3138,'es',0,NULL,'Sin etiquetas',NULL,'',0,'2019-11-07 09:10:24'),(3131,3139,'es',0,NULL,'No se han encontrado etiquetas.',NULL,'',0,'2019-11-07 09:10:24'),(3132,3140,'es',0,NULL,'No hay ningún término que mostrar.',NULL,'',0,'2019-11-07 09:10:24'),(3133,3141,'es',0,NULL,'No se encontró ningún tema. Prueba otra búsqueda o %s.',NULL,'',0,'2019-11-07 09:10:24'),(3134,3142,'es',0,NULL,'No se encontraron temas. Prueba una búsqueda diferente.',NULL,'',0,'2019-11-07 09:10:24'),(3135,3143,'es',0,NULL,'No has seleccionado ningún vídeo',NULL,'',0,'2019-11-07 09:10:24'),(3136,3144,'es',0,NULL,'No se han encontrado widgets.',NULL,'',0,'2019-11-07 09:10:24'),(3137,3145,'es',0,NULL,'Grupo de cambio s UUID no existente.',NULL,'',0,'2019-11-07 09:10:24'),(3138,3146,'es',0,NULL,'Espacio sin salto',NULL,'',0,'2019-11-07 09:10:24'),(3139,3147,'es',0,NULL,'Ninguna',NULL,'',0,'2019-11-07 09:10:24'),(3140,3148,'es',0,NULL,'Noruego',NULL,'',0,'2019-11-07 09:10:24'),(3141,3149,'es',0,NULL,'No es un widget válido.',NULL,'',0,'2019-11-07 09:10:24'),(3142,3150,'es',0,NULL,'No hay suficiente espacio para la subida. Son necesarios %s KB.',NULL,'',0,'2019-11-07 09:10:24'),(3143,3151,'es',0,NULL,'noviembre',NULL,'',0,'2019-11-07 09:10:24'),(3144,3152,'es',0,NULL,'Nov',NULL,'',0,'2019-11-07 09:10:24'),(3145,3153,'es',0,NULL,'Número de comentarios',NULL,'',0,'2019-11-07 09:10:24'),(3146,3154,'es',0,NULL,'Número de comentarios a mostrar:',NULL,'',0,'2019-11-07 09:10:24'),(3147,3155,'es',0,NULL,'Número de elementos',NULL,'',0,'2019-11-07 09:10:24'),(3148,3156,'es',0,NULL,'Número de elementos encontrados: %d',NULL,'',0,'2019-11-07 09:10:24'),(3149,3157,'es',0,NULL,'Número de enlaces a mostrar:',NULL,'',0,'2019-11-07 09:10:24'),(3150,3158,'es',0,NULL,'Número de plugins encontrados: %d',NULL,'',0,'2019-11-07 09:10:24'),(3151,3159,'es',0,NULL,'Número de entradas a mostrar:',NULL,'',0,'2019-11-07 09:10:24'),(3152,3160,'es',0,NULL,'Número de entradas publicadas con el término.',NULL,'',0,'2019-11-07 09:10:24'),(3153,3161,'es',0,NULL,'Número de widgets encontrados: %d',NULL,'',0,'2019-11-07 09:10:24'),(3154,3162,'es',0,NULL,'Lista numerada',NULL,'',0,'2019-11-07 09:10:24'),(3155,3163,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:10:24'),(3156,3164,'es',0,NULL,'Subtipo de objeto.',NULL,'',0,'2019-11-07 09:10:24'),(3157,3165,'es',0,NULL,'Tipo de objeto.',NULL,'',0,'2019-11-07 09:10:24'),(3158,3166,'es',0,NULL,'octubre',NULL,'',0,'2019-11-07 09:10:24'),(3159,3167,'es',0,NULL,'Oct',NULL,'',0,'2019-11-07 09:10:24'),(3160,3168,'es',0,NULL,'Desplazar el conjunto de resultados un número específico de elementos.',NULL,'',0,'2019-11-07 09:10:24'),(3161,3169,'es',0,NULL,'Comentarios anteriores',NULL,'',0,'2019-11-07 09:10:24'),(3162,3170,'es',0,NULL,'Artículos antiguos',NULL,'',0,'2019-11-07 09:10:24'),(3163,3171,'es',0,NULL,'De antiguas a nuevas',NULL,'',0,'2019-11-07 09:10:24'),(3164,3172,'es',0,NULL,'En algunos sistemas el nombre de tu base de datos tiene el prefijo de tu nombre de usuario, por lo que sería algo como <code>nombreusuario_%1$s</code>. ¿Podría ser ese el problema?',NULL,'',0,'2019-11-07 09:10:24'),(3165,3173,'es',0,NULL,'Cada día',NULL,'',0,'2019-11-07 09:10:24'),(3166,3174,'es',0,NULL,'Cada hora',NULL,'',0,'2019-11-07 09:10:24'),(3167,3175,'es',0,NULL,'Una o más tablas de la base de datos no están disponibles. La base de datos podría necesitar ser <a href=\"%s\">reparada</a>.',NULL,'',0,'2019-11-07 09:10:24'),(3168,3176,'es',0,NULL,'Una respuesta a %s',NULL,'',0,'2019-11-07 09:10:24'),(3169,3177,'es',0,NULL,'Solo se pueden usar archivos %1$s or %2$s para el vídeo de la cabecera. Por favor, convierte tu video e inténtalo de nuevo o sube tu vídeo a YouTube y enlázalo con la opción de abajo.',NULL,'',0,'2019-11-07 09:10:24'),(3170,3178,'es',0,NULL,'En este momento solo es compatible con UUID V4.',NULL,'',0,'2019-11-07 09:10:24'),(3171,3179,'es',0,NULL,'Solo se puede usar una función o método de una clase estática en un gancho de desinstalación.',NULL,'',0,'2019-11-07 09:10:24'),(3172,3180,'es',0,NULL,'Solo visible para administradores y editores del sitio.',NULL,'',0,'2019-11-07 09:10:24'),(3173,3181,'es',0,NULL,'¡Vaya! Ese incrustado no está disponible.',NULL,'',0,'2019-11-07 09:10:24'),(3174,3182,'es',0,NULL,'Vaya: %s',NULL,'',0,'2019-11-07 09:10:24'),(3175,3183,'es',0,NULL,'no-subset',NULL,'',0,'2019-11-07 09:10:24'),(3176,3184,'es',0,NULL,'on',NULL,'',0,'2019-11-07 09:10:24'),(3177,3185,'es',0,NULL,'Abrir en pestaña nueva',NULL,'',0,'2019-11-07 09:10:24'),(3178,3186,'es',0,NULL,'Abrir enlace en una pestaña nueva',NULL,'',0,'2019-11-07 09:10:24'),(3179,3187,'es',0,NULL,'Abrir el panel de publicar',NULL,'',0,'2019-11-07 09:10:24'),(3180,3188,'es',0,NULL,'Abrir ventana de compartir',NULL,'',0,'2019-11-07 09:10:24'),(3181,3189,'es',0,NULL,'Abre el menú de navegación de bloques.',NULL,'',0,'2019-11-07 09:10:24'),(3182,3190,'es',0,NULL,'Texto opcional para el marcador de posición',NULL,'',0,'2019-11-07 09:10:24'),(3183,3191,'es',0,NULL,'Marcador de posición opcional…',NULL,'',0,'2019-11-07 09:10:24'),(3184,3192,'es',0,NULL,'Opciones',NULL,'',0,'2019-11-07 09:10:24'),(3185,3193,'es',0,NULL,'O enlaza a contenido ya existente',NULL,'',0,'2019-11-07 09:10:24'),(3186,3194,'es',0,NULL,'O escribe una URL de YouTube:',NULL,'',0,'2019-11-07 09:10:24'),(3187,3195,'es',0,NULL,'Naranja',NULL,'',0,'2019-11-07 09:10:24'),(3188,3196,'es',0,NULL,'Orden',NULL,'',0,'2019-11-07 09:10:24'),(3189,3197,'es',0,NULL,'Ordenar por',NULL,'',0,'2019-11-07 09:10:24'),(3190,3198,'es',0,NULL,'Orden de clasificación de atributos ascendente o descendente.',NULL,'',0,'2019-11-07 09:10:24'),(3191,3199,'es',0,NULL,'Original',NULL,'',0,'2019-11-07 09:10:24'),(3192,3200,'es',0,NULL,'Original: %s',NULL,'',0,'2019-11-07 09:10:24'),(3193,3201,'es',0,NULL,'Sacar de debajo de %s',NULL,'',0,'2019-11-07 09:10:24'),(3194,3202,'es',0,NULL,'Reducir sangría al elemento de la lista',NULL,'',0,'2019-11-07 09:10:24'),(3195,3203,'es',0,NULL,'Contorno',NULL,'',0,'2019-11-07 09:10:24'),(3196,3204,'es',0,NULL,'Superposición',NULL,'',0,'2019-11-07 09:10:24'),(3197,3205,'es',0,NULL,'Color de superposición',NULL,'',0,'2019-11-07 09:10:24'),(3198,3206,'es',0,NULL,'La extensión XML de PHP no está disponible. Por favor contacta con tu proveedor de alojamiento para activar la extensión XML de PHP.',NULL,'',0,'2019-11-07 09:10:24'),(3199,3207,'es',0,NULL,'PM',NULL,'',0,'2019-11-07 09:10:24'),(3200,3208,'es',0,NULL,'Página %s',NULL,'',0,'2019-11-07 09:10:24'),(3201,3209,'es',0,NULL,'Archivos de páginas',NULL,'',0,'2019-11-07 09:10:24'),(3202,3210,'es',0,NULL,'Atributos de página',NULL,'',0,'2019-11-07 09:10:24'),(3203,3211,'es',0,NULL,'Salto de página',NULL,'',0,'2019-11-07 09:10:24'),(3204,3212,'es',0,NULL,'ID de la página',NULL,'',0,'2019-11-07 09:10:24'),(3205,3213,'es',0,NULL,'IDs de página, separados por comas.',NULL,'',0,'2019-11-07 09:10:24'),(3206,3214,'es',0,NULL,'Avanzar página y retroceder página',NULL,'',0,'2019-11-07 09:10:24'),(3207,3215,'es',0,NULL,'Salto de página',NULL,'',0,'2019-11-07 09:10:24'),(3208,3216,'es',0,NULL,'No se encontró la página',NULL,'',0,'2019-11-07 09:10:24'),(3209,3217,'es',0,NULL,'Orden de la página',NULL,'',0,'2019-11-07 09:10:24'),(3210,3218,'es',0,NULL,'Página publicada de forma privada.',NULL,'',0,'2019-11-07 09:10:24'),(3211,3219,'es',0,NULL,'Página publicada.',NULL,'',0,'2019-11-07 09:10:24'),(3212,3220,'es',0,NULL,'Página convertida a borrador.',NULL,'',0,'2019-11-07 09:10:24'),(3213,3221,'es',0,NULL,'Página programada.',NULL,'',0,'2019-11-07 09:10:24'),(3214,3222,'es',0,NULL,'Título de la página',NULL,'',0,'2019-11-07 09:10:24'),(3215,3223,'es',0,NULL,'Página actualizada.',NULL,'',0,'2019-11-07 09:10:24'),(3216,3224,'es',0,NULL,'Páginas',NULL,'',0,'2019-11-07 09:10:24'),(3217,3225,'es',0,NULL,'Lista de páginas',NULL,'',0,'2019-11-07 09:10:24'),(3218,3226,'es',0,NULL,'Navegación por el listado de páginas',NULL,'',0,'2019-11-07 09:10:24'),(3219,3227,'es',0,NULL,'Páginas:',NULL,'',0,'2019-11-07 09:10:24'),(3220,3228,'es',0,NULL,'Azul cian pálido',NULL,'',0,'2019-11-07 09:10:24'),(3221,3229,'es',0,NULL,'Rosa pálido',NULL,'',0,'2019-11-07 09:10:24'),(3222,3230,'es',0,NULL,'Párrafo',NULL,'',0,'2019-11-07 09:10:24'),(3223,3231,'es',0,NULL,'Bloque de párrafo',NULL,'',0,'2019-11-07 09:10:24'),(3224,3232,'es',0,NULL,'Párrafos',NULL,'',0,'2019-11-07 09:10:24'),(3225,3233,'es',0,NULL,'Categoría superior',NULL,'',0,'2019-11-07 09:10:24'),(3226,3234,'es',0,NULL,'Categoría superior:',NULL,'',0,'2019-11-07 09:10:24'),(3227,3235,'es',0,NULL,'Página superior:',NULL,'',0,'2019-11-07 09:10:24'),(3228,3236,'es',0,NULL,'Término superior',NULL,'',0,'2019-11-07 09:10:24'),(3229,3237,'es',0,NULL,'No existe un término padre.',NULL,'',0,'2019-11-07 09:10:24'),(3230,3238,'es',0,NULL,'La visualización parcial debe hacer <em>echo</em> del contenido o devolver la cadena de contenido (o array), pero no ambos.',NULL,'',0,'2019-11-07 09:10:24'),(3231,3239,'es',0,NULL,'Pasar un número entero de entradas es obsoleto. Pasa un array de argumentos en su lugar.',NULL,'',0,'2019-11-07 09:10:24'),(3232,3240,'es',0,NULL,'Contraseña',NULL,'',0,'2019-11-07 09:10:24'),(3233,3241,'es',0,NULL,'Protegida con contraseña',NULL,'',0,'2019-11-07 09:10:24'),(3234,3242,'es',0,NULL,'Contraseña restaurada',NULL,'',0,'2019-11-07 09:10:24'),(3235,3243,'es',0,NULL,'Contraseña modificada para el usuario %s',NULL,'',0,'2019-11-07 09:10:24'),(3236,3244,'es',0,NULL,'Contraseña del usuario (no incluida).',NULL,'',0,'2019-11-07 09:10:24'),(3237,3245,'es',0,NULL,'El restablecimiento de contraseña no está permitido para este usuario',NULL,'',0,'2019-11-07 09:10:24'),(3238,3246,'es',0,NULL,'Contraseña:',NULL,'',0,'2019-11-07 09:10:24'),(3239,3247,'es',0,NULL,'Las contraseñas no puedes estar vacías.',NULL,'',0,'2019-11-07 09:10:24'),(3240,3248,'es',0,NULL,'Las contraseñas no pueden tener el carácter «\\».',NULL,'',0,'2019-11-07 09:10:24'),(3241,3249,'es',0,NULL,'Pegar',NULL,'',0,'2019-11-07 09:10:24'),(3242,3250,'es',0,NULL,'Pega la URL o teclea para buscar',NULL,'',0,'2019-11-07 09:10:24'),(3243,3251,'es',0,NULL,'Pegar como texto',NULL,'',0,'2019-11-07 09:10:24'),(3244,3252,'es',0,NULL,'El pegado es ahora en modo de texto plano. Los contenidos se pegarán como texto plano mientras no desactives esa opción.',NULL,'',0,'2019-11-07 09:10:24'),(3245,3253,'es',0,NULL,'Pega o teclea la URL',NULL,'',0,'2019-11-07 09:10:24'),(3246,3254,'es',0,NULL,'Pegar fila debajo',NULL,'',0,'2019-11-07 09:10:24'),(3247,3255,'es',0,NULL,'Pegar fila encima',NULL,'',0,'2019-11-07 09:10:24'),(3248,3256,'es',0,NULL,'Pega tu código de inserción a continuación:',NULL,'',0,'2019-11-07 09:10:24'),(3249,3257,'es',0,NULL,'Pausa',NULL,'',0,'2019-11-07 09:10:24'),(3250,3258,'es',0,NULL,'Pendientes',NULL,'',0,'2019-11-07 09:10:24'),(3251,3259,'es',0,NULL,'Pendientes <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:24'),(3252,3260,'es',0,NULL,'Pendiente de revisión',NULL,'',0,'2019-11-07 09:10:24'),(3253,3261,'es',0,NULL,'Punto',NULL,'',0,'2019-11-07 09:10:24'),(3254,3262,'es',0,NULL,'Enlace permanente',NULL,'',0,'2019-11-07 09:10:24'),(3255,3263,'es',0,NULL,'Enlace permanente copiado',NULL,'',0,'2019-11-07 09:10:24'),(3256,3264,'es',0,NULL,'Enlace permanente guardado',NULL,'',0,'2019-11-07 09:10:24'),(3257,3265,'es',0,NULL,'Plantilla de enlace permanente del objeto.',NULL,'',0,'2019-11-07 09:10:24'),(3258,3266,'es',0,NULL,'Enlace permanente:',NULL,'',0,'2019-11-07 09:10:24'),(3259,3267,'es',0,NULL,'Enlace permanente: %s',NULL,'',0,'2019-11-07 09:10:24'),(3260,3268,'es',0,NULL,'Persa',NULL,'',0,'2019-11-07 09:10:24'),(3261,3269,'es',0,NULL,'Se encontraron datos personales de este usuario pero algunos datos personales encontrados no se borraron.',NULL,'',0,'2019-11-07 09:10:24'),(3262,3270,'es',0,NULL,'Se encontraron datos personales de este usuario pero no se han borrado.',NULL,'',0,'2019-11-07 09:10:24'),(3263,3271,'es',0,NULL,'Av Pág/Re Pág',NULL,'',0,'2019-11-07 09:10:24'),(3264,3272,'es',0,NULL,'Fotoblogging',NULL,'',0,'2019-11-07 09:10:24'),(3265,3273,'es',0,NULL,'Fijar a la barra de herramientas',NULL,'',0,'2019-11-07 09:10:24'),(3266,3274,'es',0,NULL,'Pingback',NULL,'',0,'2019-11-07 09:10:24'),(3267,3275,'es',0,NULL,'Extracto del pingback:',NULL,'',0,'2019-11-07 09:10:24'),(3268,3276,'es',0,NULL,'Pingback desde %1$s a %2$s registrado. ¡Haz que la web hable! :-)',NULL,'',0,'2019-11-07 09:10:24'),(3269,3277,'es',0,NULL,'Pingback:',NULL,'',0,'2019-11-07 09:10:24'),(3270,3278,'es',0,NULL,'Rosa',NULL,'',0,'2019-11-07 09:10:24'),(3271,3279,'es',0,NULL,'Reproducir',NULL,'',0,'2019-11-07 09:10:24'),(3272,3280,'es',0,NULL,'Controles de reproducción',NULL,'',0,'2019-11-07 09:10:24'),(3273,3281,'es',0,NULL,'Ajuste de listas de reproducción',NULL,'',0,'2019-11-07 09:10:24'),(3274,3282,'es',0,NULL,'Por favor, ponte en contacto con tu alojamiento para que te ayude a investigar más a fondo este problema.',NULL,'',0,'2019-11-07 09:10:24'),(3275,3283,'es',0,NULL,'Por favor, introduce un nombre para el sitio.',NULL,'',0,'2019-11-07 09:10:24'),(3276,3284,'es',0,NULL,'Por favor, introduce el título del sitio.',NULL,'',0,'2019-11-07 09:10:24'),(3277,3285,'es',0,NULL,'Por favor, escribe un nombre de usuario.',NULL,'',0,'2019-11-07 09:10:24'),(3278,3286,'es',0,NULL,'Por favor, introduce una URL de YouTube válida.',NULL,'',0,'2019-11-07 09:10:24'),(3279,3287,'es',0,NULL,'Por favor, introduce una dirección de correo válida.',NULL,'',0,'2019-11-07 09:10:24'),(3280,3288,'es',0,NULL,'Por favor, escribe tu nombre de usuario o tu correo electrónico. Recibirás un enlace para crear la contraseña nueva por correo electrónico.',NULL,'',0,'2019-11-07 09:10:24'),(3281,3289,'es',0,NULL,'Por favor, incluye una plantilla %s en tu tema.',NULL,'',0,'2019-11-07 09:10:24'),(3282,3290,'es',0,NULL,'Por favor, accede de nuevo.',NULL,'',0,'2019-11-07 09:10:24'),(3283,3291,'es',0,NULL,'Por favor, guarda los cambios para compartir la vista previa.',NULL,'',0,'2019-11-07 09:10:24'),(3284,3292,'es',0,NULL,'Por favor, visita <a href=\"%s\">Depuración en WordPress</a> para más información.',NULL,'',0,'2019-11-07 09:10:24'),(3285,3293,'es',0,NULL,'Por favor, elige al menos un elemento en el que llevar a cabo esta acción.',NULL,'',0,'2019-11-07 09:10:24'),(3286,3294,'es',0,NULL,'Por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:24'),(3287,3295,'es',0,NULL,'Por favor, intenta subir este archivo a través del %1$snavegador%2$s.',NULL,'',0,'2019-11-07 09:10:24'),(3288,3296,'es',0,NULL,'Detalles del plugin',NULL,'',0,'2019-11-07 09:10:24'),(3289,3297,'es',0,NULL,'Plugin:',NULL,'',0,'2019-11-07 09:10:24'),(3290,3298,'es',0,NULL,'Plugins',NULL,'',0,'2019-11-07 09:10:24'),(3291,3299,'es',0,NULL,'Polaco',NULL,'',0,'2019-11-07 09:10:24'),(3292,3300,'es',0,NULL,'Etiquetas populares',NULL,'',0,'2019-11-07 09:10:24'),(3293,3301,'es',0,NULL,'Portugués',NULL,'',0,'2019-11-07 09:10:24'),(3294,3302,'es',0,NULL,'Entrada',NULL,'',0,'2019-11-07 09:10:24'),(3295,3303,'es',0,NULL,'Archivos de entradas',NULL,'',0,'2019-11-07 09:10:24'),(3296,3304,'es',0,NULL,'Atributos de entrada',NULL,'',0,'2019-11-07 09:10:24'),(3297,3305,'es',0,NULL,'Publicar comentario',NULL,'',0,'2019-11-07 09:10:24'),(3298,3306,'es',0,NULL,'Formato de entrada:',NULL,'',0,'2019-11-07 09:10:24'),(3299,3307,'es',0,NULL,'Miniatura de la entrada',NULL,'',0,'2019-11-07 09:10:24'),(3300,3308,'es',0,NULL,'Archivo del tipo de contenido',NULL,'',0,'2019-11-07 09:10:24'),(3301,3309,'es',0,NULL,'Visibilidad de la entrada',NULL,'',0,'2019-11-07 09:10:24'),(3302,3310,'es',0,NULL,'%s:',NULL,'',0,'2019-11-07 09:10:24'),(3303,3311,'es',0,NULL,'Minientrada',NULL,'',0,'2019-11-07 09:10:24'),(3304,3312,'es',0,NULL,'Audio',NULL,'',0,'2019-11-07 09:10:24'),(3305,3313,'es',0,NULL,'Chat',NULL,'',0,'2019-11-07 09:10:24'),(3306,3314,'es',0,NULL,'Galería',NULL,'',0,'2019-11-07 09:10:24'),(3307,3315,'es',0,NULL,'Imagen',NULL,'',0,'2019-11-07 09:10:24'),(3308,3316,'es',0,NULL,'Enlace',NULL,'',0,'2019-11-07 09:10:24'),(3309,3317,'es',0,NULL,'Cita',NULL,'',0,'2019-11-07 09:10:24'),(3310,3318,'es',0,NULL,'Estándar',NULL,'',0,'2019-11-07 09:10:24'),(3311,3319,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:10:24'),(3312,3320,'es',0,NULL,'Vídeo',NULL,'',0,'2019-11-07 09:10:24'),(3313,3321,'es',0,NULL,'Compatible con formatos de entrada.',NULL,'',0,'2019-11-07 09:10:24'),(3314,3322,'es',0,NULL,'Navegación de entradas',NULL,'',0,'2019-11-07 09:10:24'),(3315,3323,'es',0,NULL,'Entrada publicada de forma privada.',NULL,'',0,'2019-11-07 09:10:24'),(3316,3324,'es',0,NULL,'Entrada publicada.',NULL,'',0,'2019-11-07 09:10:24'),(3317,3325,'es',0,NULL,'Entrada convertida a borrador.',NULL,'',0,'2019-11-07 09:10:24'),(3318,3326,'es',0,NULL,'Entrada programada.',NULL,'',0,'2019-11-07 09:10:24'),(3319,3327,'es',0,NULL,'Los nombres de un tipo de contenido deben tener entre 1 y 20 caracteres de longitud.',NULL,'',0,'2019-11-07 09:10:24'),(3320,3328,'es',0,NULL,'Entrada actualizada.',NULL,'',0,'2019-11-07 09:10:24'),(3321,3329,'es',0,NULL,'Título publicado:',NULL,'',0,'2019-11-07 09:10:24'),(3322,3330,'es',0,NULL,'Póster',NULL,'',0,'2019-11-07 09:10:24'),(3323,3331,'es',0,NULL,'Imagen de poster',NULL,'',0,'2019-11-07 09:10:24'),(3324,3332,'es',0,NULL,'Entradas de %s',NULL,'',0,'2019-11-07 09:10:24'),(3325,3333,'es',0,NULL,'Lista de entradas',NULL,'',0,'2019-11-07 09:10:24'),(3326,3334,'es',0,NULL,'Navegación por el listado de entradas',NULL,'',0,'2019-11-07 09:10:24'),(3327,3335,'es',0,NULL,'Navegación de entradas',NULL,'',0,'2019-11-07 09:10:24'),(3328,3336,'es',0,NULL,'Página de entradas',NULL,'',0,'2019-11-07 09:10:24'),(3329,3337,'es',0,NULL,'Entradas publicadas el %s',NULL,'',0,'2019-11-07 09:10:24'),(3334,3342,'es',0,NULL,'Funciona gracias a WordPress',NULL,'',0,'2019-11-07 09:10:25'),(3335,3343,'es',0,NULL,'Funciona gracias a WordPress, una avanzada plataforma de publicación personal semántica.',NULL,'',0,'2019-11-07 09:10:25'),(3336,3344,'es',0,NULL,'Preformateado',NULL,'',0,'2019-11-07 09:10:25'),(3337,3345,'es',0,NULL,'Precarga',NULL,'',0,'2019-11-07 09:10:25'),(3338,3346,'es',0,NULL,'Por favor, pulsa retorno o intro para abrir este panel',NULL,'',0,'2019-11-07 09:10:25'),(3339,3347,'es',0,NULL,'Pulsa retorno o intro para abrir esta sección',NULL,'',0,'2019-11-07 09:10:25'),(3340,3348,'es',0,NULL,'Vista previa',NULL,'',0,'2019-11-07 09:10:25'),(3341,3349,'es',0,NULL,'Enlace de vista previa',NULL,'',0,'2019-11-07 09:10:25'),(3342,3350,'es',0,NULL,'Vista previa como un icono del navegador',NULL,'',0,'2019-11-07 09:10:25'),(3343,3351,'es',0,NULL,'Vista previa como un icono de aplicación',NULL,'',0,'2019-11-07 09:10:25'),(3344,3352,'es',0,NULL,'Enlace de vista previa para la entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3345,3353,'es',0,NULL,'Previsualizar el tema',NULL,'',0,'2019-11-07 09:10:25'),(3346,3354,'es',0,NULL,'Previo',NULL,'',0,'2019-11-07 09:10:25'),(3347,3355,'es',0,NULL,'Entrada anterior',NULL,'',0,'2019-11-07 09:10:25'),(3348,3356,'es',0,NULL,'Página anterior',NULL,'',0,'2019-11-07 09:10:25'),(3349,3357,'es',0,NULL,'Imprimir',NULL,'',0,'2019-11-07 09:10:25'),(3350,3358,'es',0,NULL,'Privacidad:',NULL,'',0,'2019-11-07 09:10:25'),(3351,3359,'es',0,NULL,'Privada',NULL,'',0,'2019-11-07 09:10:25'),(3352,3360,'es',0,NULL,'Privadas <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:25'),(3353,3361,'es',0,NULL,'Privado: %s',NULL,'',0,'2019-11-07 09:10:25'),(3354,3362,'es',0,NULL,'Publicada como privada',NULL,'',0,'2019-11-07 09:10:25'),(3355,3363,'es',0,NULL,'Anima a los visitantes a que realicen alguna acción con un enlace estilo botón.',NULL,'',0,'2019-11-07 09:10:25'),(3356,3364,'es',0,NULL,'Comentarios protegidos: Por favor, escribe tu contraseña para ver los comentarios.',NULL,'',0,'2019-11-07 09:10:25'),(3357,3365,'es',0,NULL,'Protegida con una contraseña que tú elijas. Solo los que tengan la contraseña pueden ver esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3358,3366,'es',0,NULL,'Protegido: %s',NULL,'',0,'2019-11-07 09:10:25'),(3359,3367,'es',0,NULL,'Público',NULL,'',0,'2019-11-07 09:10:25'),(3360,3368,'es',0,NULL,'Pública, fija',NULL,'',0,'2019-11-07 09:10:25'),(3361,3369,'es',0,NULL,'Publicar',NULL,'',0,'2019-11-07 09:10:25'),(3362,3370,'es',0,NULL,'Ajustes de publicación',NULL,'',0,'2019-11-07 09:10:25'),(3363,3371,'es',0,NULL,'Publicar el:',NULL,'',0,'2019-11-07 09:10:25'),(3364,3372,'es',0,NULL,'Publicar: ',NULL,'',0,'2019-11-07 09:10:25'),(3365,3373,'es',0,NULL,'Publicada',NULL,'',0,'2019-11-07 09:10:25'),(3366,3374,'es',0,NULL,'Publicadas <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:25'),(3367,3375,'es',0,NULL,'Publicada el:',NULL,'',0,'2019-11-07 09:10:25'),(3368,3376,'es',0,NULL,'Fallo al publicar',NULL,'',0,'2019-11-07 09:10:25'),(3369,3377,'es',0,NULL,'Publicando...',NULL,'',0,'2019-11-07 09:10:25'),(3370,3378,'es',0,NULL,'Publicar…',NULL,'',0,'2019-11-07 09:10:25'),(3371,3379,'es',0,NULL,'Párrafo de cita',NULL,'',0,'2019-11-07 09:10:25'),(3372,3380,'es',0,NULL,'Púrpura',NULL,'',0,'2019-11-07 09:10:25'),(3373,3381,'es',0,NULL,'Parámetro de consulta no permitido: %s',NULL,'',0,'2019-11-07 09:10:25'),(3374,3382,'es',0,NULL,'Cita',NULL,'',0,'2019-11-07 09:10:25'),(3375,3383,'es',0,NULL,'Cita de la canción Hello Dolly, de Jerry Herman:',NULL,'',0,'2019-11-07 09:10:25'),(3376,3384,'es',0,NULL,'Las rutas de la API REST deben registrarse en la acción %s.',NULL,'',0,'2019-11-07 09:10:25'),(3377,3385,'es',0,NULL,'Ruta base REST del tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3378,3386,'es',0,NULL,'Ruta base REST para la taxonomía.',NULL,'',0,'2019-11-07 09:10:25'),(3379,3387,'es',0,NULL,'Los controladores de búsqueda REST deben extender la clase %s.',NULL,'',0,'2019-11-07 09:10:25'),(3380,3388,'es',0,NULL,'Modo RGB activo',NULL,'',0,'2019-11-07 09:10:25'),(3381,3389,'es',0,NULL,'RSS',NULL,'',0,'2019-11-07 09:10:25'),(3382,3390,'es',0,NULL,'Error de RSS:',NULL,'',0,'2019-11-07 09:10:25'),(3383,3391,'es',0,NULL,'Ajustes RSS',NULL,'',0,'2019-11-07 09:10:25'),(3384,3392,'es',0,NULL,'Orden aleatorio',NULL,'',0,'2019-11-07 09:10:25'),(3385,3393,'es',0,NULL,'Cabeceras sugeridas al azar',NULL,'',0,'2019-11-07 09:10:25'),(3386,3394,'es',0,NULL,'Cabeceras subidas al azar',NULL,'',0,'2019-11-07 09:10:25'),(3387,3395,'es',0,NULL,'Cabeceras sugeridas al azar',NULL,'',0,'2019-11-07 09:10:25'),(3388,3396,'es',0,NULL,'Cabeceras subidas al azar',NULL,'',0,'2019-11-07 09:10:25'),(3389,3397,'es',0,NULL,'Lee acerca de los enlaces permanentes',NULL,'',0,'2019-11-07 09:10:25'),(3390,3398,'es',0,NULL,'Leer más',NULL,'',0,'2019-11-07 09:10:25'),(3391,3399,'es',0,NULL,'Leer más...',NULL,'',0,'2019-11-07 09:10:25'),(3392,3400,'es',0,NULL,'Lee la página de <a href=\"%s\" target=\"_blank\">informe de errores</a>. Algunas de las directrices que encontrarás allí pueden ayudarte a averiguar qué salió mal.',NULL,'',0,'2019-11-07 09:10:25'),(3393,3401,'es',0,NULL,'Reasignando las entradas y los enlaces del usuario borrado a la ID de ese usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3394,3402,'es',0,NULL,'Comentarios recientes',NULL,'',0,'2019-11-07 09:10:25'),(3395,3403,'es',0,NULL,'Entradas recientes',NULL,'',0,'2019-11-07 09:10:25'),(3396,3404,'es',0,NULL,'Modo de recuperación — %s',NULL,'',0,'2019-11-07 09:10:25'),(3397,3405,'es',0,NULL,'Modo de recuperación iniciado. Accede para continuar.',NULL,'',0,'2019-11-07 09:10:25'),(3398,3406,'es',0,NULL,'El modo de recuperación no se ha inicializado.',NULL,'',0,'2019-11-07 09:10:25'),(3399,3407,'es',0,NULL,'La clave de recuperación ha caducado.',NULL,'',0,'2019-11-07 09:10:25'),(3400,3408,'es',0,NULL,'Rojo',NULL,'',0,'2019-11-07 09:10:25'),(3401,3409,'es',0,NULL,'Rehacer',NULL,'',0,'2019-11-07 09:10:25'),(3402,3410,'es',0,NULL,'Rehace tu último deshacer.',NULL,'',0,'2019-11-07 09:10:25'),(3403,3411,'es',0,NULL,'Registrarse',NULL,'',0,'2019-11-07 09:10:25'),(3404,3412,'es',0,NULL,'Regístrate en este sitio',NULL,'',0,'2019-11-07 09:10:25'),(3405,3413,'es',0,NULL,'Formulario de registro',NULL,'',0,'2019-11-07 09:10:25'),(3406,3414,'es',0,NULL,'Registro completo. Por favor, revisa tu correo electrónico.',NULL,'',0,'2019-11-07 09:10:25'),(3407,3415,'es',0,NULL,'Recibirás confirmación del registro por correo electrónico.',NULL,'',0,'2019-11-07 09:10:25'),(3408,3416,'es',0,NULL,'Fecha de registro del usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3409,3417,'es',0,NULL,'Los registros están desactivados.',NULL,'',0,'2019-11-07 09:10:25'),(3410,3418,'es',0,NULL,'Recuérdame',NULL,'',0,'2019-11-07 09:10:25'),(3411,3419,'es',0,NULL,'Quitar',NULL,'',0,'2019-11-07 09:10:25'),(3412,3420,'es',0,NULL,'Quitar bloque',NULL,'',0,'2019-11-07 09:10:25'),(3413,3421,'es',0,NULL,'Quitar de la edición en lotes',NULL,'',0,'2019-11-07 09:10:25'),(3414,3422,'es',0,NULL,'Quitar imagen',NULL,'',0,'2019-11-07 09:10:25'),(3415,3423,'es',0,NULL,'Quitar el elemento de menú %1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:25'),(3416,3424,'es',0,NULL,'Quitar imagen del póster',NULL,'',0,'2019-11-07 09:10:25'),(3417,3425,'es',0,NULL,'Quita un enlace.',NULL,'',0,'2019-11-07 09:10:25'),(3418,3426,'es',0,NULL,'Quitar fuente de audio',NULL,'',0,'2019-11-07 09:10:25'),(3419,3427,'es',0,NULL,'Quitar de los bloques reutilizables',NULL,'',0,'2019-11-07 09:10:25'),(3420,3428,'es',0,NULL,'Quitar imagen',NULL,'',0,'2019-11-07 09:10:25'),(3421,3429,'es',0,NULL,'Quitar elemento',NULL,'',0,'2019-11-07 09:10:25'),(3422,3430,'es',0,NULL,'Quitar enlace',NULL,'',0,'2019-11-07 09:10:25'),(3423,3431,'es',0,NULL,'Quitar imagen del póster',NULL,'',0,'2019-11-07 09:10:25'),(3424,3432,'es',0,NULL,'Quitar término:',NULL,'',0,'2019-11-07 09:10:25'),(3425,3433,'es',0,NULL,'Quita el/los bloque(s) seleccionado(s).',NULL,'',0,'2019-11-07 09:10:25'),(3426,3434,'es',0,NULL,'Quitar fuente de vídeo',NULL,'',0,'2019-11-07 09:10:25'),(3427,3435,'es',0,NULL,'Quitar manualmente %1$s puede provocar avisos PHP. Utiliza en su lugar el filtro %2$s.',NULL,'',0,'2019-11-07 09:10:25'),(3428,3436,'es',0,NULL,'Reordenar',NULL,'',0,'2019-11-07 09:10:25'),(3429,3437,'es',0,NULL,'Reordenar los elementos del menú',NULL,'',0,'2019-11-07 09:10:25'),(3430,3438,'es',0,NULL,'Modo reordenar cerrado',NULL,'',0,'2019-11-07 09:10:25'),(3431,3439,'es',0,NULL,'Modo reordenar activado',NULL,'',0,'2019-11-07 09:10:25'),(3432,3440,'es',0,NULL,'Reordenar widgets',NULL,'',0,'2019-11-07 09:10:25'),(3433,3441,'es',0,NULL,'Repetir la imagen de fondo',NULL,'',0,'2019-11-07 09:10:25'),(3434,3442,'es',0,NULL,'Repetir',NULL,'',0,'2019-11-07 09:10:25'),(3435,3443,'es',0,NULL,'Reemplazar',NULL,'',0,'2019-11-07 09:10:25'),(3436,3444,'es',0,NULL,'Reemplazar audio',NULL,'',0,'2019-11-07 09:10:25'),(3437,3445,'es',0,NULL,'Reemplazar imagen',NULL,'',0,'2019-11-07 09:10:25'),(3438,3446,'es',0,NULL,'Reemplazar vídeo',NULL,'',0,'2019-11-07 09:10:25'),(3439,3447,'es',0,NULL,'Reemplazar imagen',NULL,'',0,'2019-11-07 09:10:25'),(3440,3448,'es',0,NULL,'Responder',NULL,'',0,'2019-11-07 09:10:25'),(3441,3449,'es',0,NULL,'Responder a %s',NULL,'',0,'2019-11-07 09:10:25'),(3442,3450,'es',0,NULL,'Los campos obligatorios están marcados con %s',NULL,'',0,'2019-11-07 09:10:25'),(3443,3451,'es',0,NULL,'Se requiere que sea true, ya que las revisiones no son compatibles con el envío a la papelera.',NULL,'',0,'2019-11-07 09:10:25'),(3444,3452,'es',0,NULL,'Se requiere que sea true, ya que los términos no son compatibles con el envío a la papelera.',NULL,'',0,'2019-11-07 09:10:25'),(3445,3453,'es',0,NULL,'Se requiere que sea true, ya que los usuarios no son compatibles con el envío a la papelera.',NULL,'',0,'2019-11-07 09:10:25'),(3446,3454,'es',0,NULL,'Restablecer',NULL,'',0,'2019-11-07 09:10:25'),(3447,3455,'es',0,NULL,'Restaurar contraseña',NULL,'',0,'2019-11-07 09:10:25'),(3448,3456,'es',0,NULL,'Restablecer la plantilla',NULL,'',0,'2019-11-07 09:10:25'),(3449,3457,'es',0,NULL,'Restablecer la plantilla puede resultar en pérdida de contenido, ¿quieres continuar?',NULL,'',0,'2019-11-07 09:10:25'),(3450,3458,'es',0,NULL,'Cambia el tamaño para dispositivos más pequeños.',NULL,'',0,'2019-11-07 09:10:25'),(3451,3459,'es',0,NULL,'Resolver bloque',NULL,'',0,'2019-11-07 09:10:25'),(3452,3460,'es',0,NULL,'Diseño adaptable',NULL,'',0,'2019-11-07 09:10:25'),(3453,3461,'es',0,NULL,'Restaurar de la papelera',NULL,'',0,'2019-11-07 09:10:25'),(3454,3462,'es',0,NULL,'Restaurar el último borrador',NULL,'',0,'2019-11-07 09:10:25'),(3455,3463,'es',0,NULL,'Reutilizable',NULL,'',0,'2019-11-07 09:10:25'),(3456,3464,'es',0,NULL,'Bloque reutilizable',NULL,'',0,'2019-11-07 09:10:25'),(3457,3465,'es',0,NULL,'Bloque reutilizable: %s',NULL,'',0,'2019-11-07 09:10:25'),(3458,3466,'es',0,NULL,'Bloque reutilizable',NULL,'',0,'2019-11-07 09:10:25'),(3459,3467,'es',0,NULL,'Plantilla reutilizable',NULL,'',0,'2019-11-07 09:10:25'),(3460,3468,'es',0,NULL,'¡Bloque reutilizable importado correctamente!',NULL,'',0,'2019-11-07 09:10:25'),(3461,3469,'es',0,NULL,'Orden inverso',NULL,'',0,'2019-11-07 09:10:25'),(3462,3470,'es',0,NULL,'Deshaciendo cambios no publicados…',NULL,'',0,'2019-11-07 09:10:25'),(3463,3471,'es',0,NULL,'Revisión',NULL,'',0,'2019-11-07 09:10:25'),(3464,3472,'es',0,NULL,'Revisiones',NULL,'',0,'2019-11-07 09:10:25'),(3465,3473,'es',0,NULL,'Las revisiones no se pueden enviar a la papelera. Ponlo a \'%s\' para borrar.',NULL,'',0,'2019-11-07 09:10:25'),(3466,3474,'es',0,NULL,'Área de texto enriquecido. Pulsa Alt-Shift-H para obtener ayuda.',NULL,'',0,'2019-11-07 09:10:25'),(3467,3475,'es',0,NULL,'Área de texto enriquecido. Presiona Control-Option-H para ver la ayuda.',NULL,'',0,'2019-11-07 09:10:25'),(3468,3476,'es',0,NULL,'Derecha',NULL,'',0,'2019-11-07 09:10:25'),(3469,3477,'es',0,NULL,'Robots',NULL,'',0,'2019-11-07 09:10:25'),(3470,3478,'es',0,NULL,'Perfiles asignados al usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3471,3479,'es',0,NULL,'Rumano',NULL,'',0,'2019-11-07 09:10:25'),(3472,3480,'es',0,NULL,'Debe especificarse la ruta.',NULL,'',0,'2019-11-07 09:10:25'),(3473,3481,'es',0,NULL,'Las rutas deben tener espacio de nombres con el nombre y versión del plugin o tema.',NULL,'',0,'2019-11-07 09:10:25'),(3474,3482,'es',0,NULL,'Fila',NULL,'',0,'2019-11-07 09:10:25'),(3475,3483,'es',0,NULL,'Recuento de filas',NULL,'',0,'2019-11-07 09:10:25'),(3476,3484,'es',0,NULL,'Grupo de filas',NULL,'',0,'2019-11-07 09:10:25'),(3477,3485,'es',0,NULL,'Tipo de fila',NULL,'',0,'2019-11-07 09:10:25'),(3478,3486,'es',0,NULL,'Filas',NULL,'',0,'2019-11-07 09:10:25'),(3479,3487,'es',0,NULL,'Ejecutar %s',NULL,'',0,'2019-11-07 09:10:25'),(3480,3488,'es',0,NULL,'Ejecutar importador',NULL,'',0,'2019-11-07 09:10:25'),(3481,3489,'es',0,NULL,'Ruso',NULL,'',0,'2019-11-07 09:10:25'),(3482,3490,'es',0,NULL,'sáb',NULL,'',0,'2019-11-07 09:10:25'),(3483,3491,'es',0,NULL,'sábado',NULL,'',0,'2019-11-07 09:10:25'),(3484,3492,'es',0,NULL,'S',NULL,'',0,'2019-11-07 09:10:25'),(3485,3493,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:10:25'),(3486,3494,'es',0,NULL,'Guardar y publicar',NULL,'',0,'2019-11-07 09:10:25'),(3487,3495,'es',0,NULL,'Guardar borrador',NULL,'',0,'2019-11-07 09:10:25'),(3488,3496,'es',0,NULL,'Guardar y previsualizar cambios antes de publicarlos',NULL,'',0,'2019-11-07 09:10:25'),(3489,3497,'es',0,NULL,'Guardar como pendiente',NULL,'',0,'2019-11-07 09:10:25'),(3490,3498,'es',0,NULL,'Guardar mi nombre, correo electrónico y sitio web en este navegador para la próxima vez que haga un comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3491,3499,'es',0,NULL,'Guarda tus cambios.',NULL,'',0,'2019-11-07 09:10:25'),(3492,3500,'es',0,NULL,'Guardado',NULL,'',0,'2019-11-07 09:10:25'),(3493,3501,'es',0,NULL,'Guardado.',NULL,'',0,'2019-11-07 09:10:25'),(3494,3502,'es',0,NULL,'Guardando',NULL,'',0,'2019-11-07 09:10:25'),(3495,3503,'es',0,NULL,'Guardando borrador…',NULL,'',0,'2019-11-07 09:10:25'),(3496,3504,'es',0,NULL,'Guardando...',NULL,'',0,'2019-11-07 09:10:25'),(3497,3505,'es',0,NULL,'Programar',NULL,'',0,'2019-11-07 09:10:25'),(3498,3506,'es',0,NULL,'Programar para el:',NULL,'',0,'2019-11-07 09:10:25'),(3499,3507,'es',0,NULL,'Programa tus cambios de personalización para publicarlos («en directo») en una fecha futura.',NULL,'',0,'2019-11-07 09:10:25'),(3500,3508,'es',0,NULL,'Programada',NULL,'',0,'2019-11-07 09:10:25'),(3501,3509,'es',0,NULL,'Programadas <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:25'),(3502,3510,'es',0,NULL,'Programado…',NULL,'',0,'2019-11-07 09:10:25'),(3503,3511,'es',0,NULL,'Fallo al programar',NULL,'',0,'2019-11-07 09:10:25'),(3504,3512,'es',0,NULL,'Programando…',NULL,'',0,'2019-11-07 09:10:25'),(3505,3513,'es',0,NULL,'Ámbito de aplicación de la solicitud; determina los campos presentes en la respuesta.',NULL,'',0,'2019-11-07 09:10:25'),(3506,3514,'es',0,NULL,'La comprobación de cambio de nonce ha fallado. Por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:25'),(3507,3515,'es',0,NULL,'Usuarios con lector de pantalla: al estar en el modo de formulario puede que necesites pulsar la tecla Esc dos veces.',NULL,'',0,'2019-11-07 09:10:25'),(3508,3516,'es',0,NULL,'Usuarios de lectores de pantalla: en el modo de formulario puede que tengas que pulsar la tecla escape dos veces.',NULL,'',0,'2019-11-07 09:10:25'),(3509,3517,'es',0,NULL,'Los scripts y estilos no se deberían registrar o poner en cola hasta que se carguen los ganchos %1$s, %2$s y %3$s.',NULL,'',0,'2019-11-07 09:10:25'),(3510,3518,'es',0,NULL,'Desplazar con la página',NULL,'',0,'2019-11-07 09:10:25'),(3511,3519,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:25'),(3512,3520,'es',0,NULL,'Buscar bloques',NULL,'',0,'2019-11-07 09:10:25'),(3513,3521,'es',0,NULL,'Buscar categorías',NULL,'',0,'2019-11-07 09:10:25'),(3514,3522,'es',0,NULL,'Buscar grupos de cambios',NULL,'',0,'2019-11-07 09:10:25'),(3515,3523,'es',0,NULL,'Buscar categorías de enlaces',NULL,'',0,'2019-11-07 09:10:25'),(3516,3524,'es',0,NULL,'Buscar medios',NULL,'',0,'2019-11-07 09:10:25'),(3517,3525,'es',0,NULL,'Buscar elementos de menú',NULL,'',0,'2019-11-07 09:10:25'),(3518,3526,'es',0,NULL,'Buscar páginas',NULL,'',0,'2019-11-07 09:10:25'),(3519,3527,'es',0,NULL,'Buscar entradas',NULL,'',0,'2019-11-07 09:10:25'),(3520,3528,'es',0,NULL,'Resultados de la búsqueda',NULL,'',0,'2019-11-07 09:10:25'),(3521,3529,'es',0,NULL,'Resultados de la búsqueda %1$s %2$s',NULL,'',0,'2019-11-07 09:10:25'),(3522,3530,'es',0,NULL,'Resultados de búsqueda para «%s»',NULL,'',0,'2019-11-07 09:10:25'),(3523,3531,'es',0,NULL,'Buscar etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3524,3532,'es',0,NULL,'Términos de búsqueda',NULL,'',0,'2019-11-07 09:10:25'),(3525,3533,'es',0,NULL,'Buscar widgets',NULL,'',0,'2019-11-07 09:10:25'),(3526,3534,'es',0,NULL,'Buscar temas de WordPress.org',NULL,'',0,'2019-11-07 09:10:25'),(3527,3535,'es',0,NULL,'Buscar un bloque',NULL,'',0,'2019-11-07 09:10:25'),(3528,3536,'es',0,NULL,'Buscar medios...',NULL,'',0,'2019-11-07 09:10:25'),(3529,3537,'es',0,NULL,'Buscar elementos de menú…',NULL,'',0,'2019-11-07 09:10:25'),(3530,3538,'es',0,NULL,'Busca o utiliza las teclas de flecha arriba y abajo para seleccionar un elemento.',NULL,'',0,'2019-11-07 09:10:25'),(3531,3539,'es',0,NULL,'Resultados de búsqueda para «%s»',NULL,'',0,'2019-11-07 09:10:25'),(3532,3540,'es',0,NULL,'Buscar temas…',NULL,'',0,'2019-11-07 09:10:25'),(3533,3541,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:25'),(3534,3542,'es',0,NULL,'Buscar widgets…',NULL,'',0,'2019-11-07 09:10:25'),(3535,3543,'es',0,NULL,'Estacional',NULL,'',0,'2019-11-07 09:10:25'),(3536,3544,'es',0,NULL,'La comprobación de seguridad ha fallado.',NULL,'',0,'2019-11-07 09:10:25'),(3537,3545,'es',0,NULL,'Error de seguridad.',NULL,'',0,'2019-11-07 09:10:25'),(3538,3546,'es',0,NULL,'Ve como se verán los cambios de tu sitio en directo, y comparte la vista previa con gente que no pueda acceder al Personalizador.',NULL,'',0,'2019-11-07 09:10:25'),(3539,3547,'es',0,NULL,'Ver siguiente consejo',NULL,'',0,'2019-11-07 09:10:25'),(3540,3548,'es',0,NULL,'Elegir',NULL,'',0,'2019-11-07 09:10:25'),(3541,3549,'es',0,NULL,'Elegir categoría',NULL,'',0,'2019-11-07 09:10:25'),(3542,3550,'es',0,NULL,'Elegir color',NULL,'',0,'2019-11-07 09:10:25'),(3543,3551,'es',0,NULL,'Seleccionar día',NULL,'',0,'2019-11-07 09:10:25'),(3544,3552,'es',0,NULL,'Seleccionar archivos',NULL,'',0,'2019-11-07 09:10:25'),(3545,3553,'es',0,NULL,'Elige una categoría de enlace:',NULL,'',0,'2019-11-07 09:10:25'),(3546,3554,'es',0,NULL,'Elegir menú:',NULL,'',0,'2019-11-07 09:10:25'),(3547,3555,'es',0,NULL,'Elegir mes',NULL,'',0,'2019-11-07 09:10:25'),(3548,3556,'es',0,NULL,'Seleccionar entrada',NULL,'',0,'2019-11-07 09:10:25'),(3549,3557,'es',0,NULL,'Elegir imagen de poster',NULL,'',0,'2019-11-07 09:10:25'),(3550,3558,'es',0,NULL,'Seleccionar semana',NULL,'',0,'2019-11-07 09:10:25'),(3551,3559,'es',0,NULL,'Seleccionar año',NULL,'',0,'2019-11-07 09:10:25'),(3552,3560,'es',0,NULL,'Elige una ciudad',NULL,'',0,'2019-11-07 09:10:25'),(3553,3561,'es',0,NULL,'Elige un widget heredado a mostrar:',NULL,'',0,'2019-11-07 09:10:25'),(3554,3562,'es',0,NULL,'Seleccionar todo',NULL,'',0,'2019-11-07 09:10:25'),(3555,3563,'es',0,NULL,'Selecciona todo el texto mientras tecleas. Pulsa de nuevo para seleccionar todos los bloques.',NULL,'',0,'2019-11-07 09:10:25'),(3556,3564,'es',0,NULL,'Selecciona un area al que mover el widget.',NULL,'',0,'2019-11-07 09:10:25'),(3557,3565,'es',0,NULL,'Selecciona y recorta',NULL,'',0,'2019-11-07 09:10:25'),(3558,3566,'es',0,NULL,'Selecciona el audio',NULL,'',0,'2019-11-07 09:10:25'),(3559,3567,'es',0,NULL,'Seleccionar color por defecto',NULL,'',0,'2019-11-07 09:10:25'),(3560,3568,'es',0,NULL,'Elegir archivo',NULL,'',0,'2019-11-07 09:10:25'),(3561,3569,'es',0,NULL,'Seleccionar imagen',NULL,'',0,'2019-11-07 09:10:25'),(3562,3570,'es',0,NULL,'Elegir logo',NULL,'',0,'2019-11-07 09:10:25'),(3563,3571,'es',0,NULL,'Elige o sube medios',NULL,'',0,'2019-11-07 09:10:25'),(3564,3572,'es',0,NULL,'Seleccionar icono del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3565,3573,'es',0,NULL,'Seleccionar la fecha con foco.',NULL,'',0,'2019-11-07 09:10:25'),(3566,3574,'es',0,NULL,'Seleccionar vídeo',NULL,'',0,'2019-11-07 09:10:25'),(3567,3575,'es',0,NULL,'Atajos de selección',NULL,'',0,'2019-11-07 09:10:25'),(3568,3576,'es',0,NULL,'Separa las etiquetas con comas.',NULL,'',0,'2019-11-07 09:10:25'),(3569,3577,'es',0,NULL,'Separar con comas',NULL,'',0,'2019-11-07 09:10:25'),(3570,3578,'es',0,NULL,'Separa tu contenido en una experiencia multi-página.',NULL,'',0,'2019-11-07 09:10:25'),(3571,3579,'es',0,NULL,'Separador',NULL,'',0,'2019-11-07 09:10:25'),(3572,3580,'es',0,NULL,'septiembre',NULL,'',0,'2019-11-07 09:10:25'),(3573,3581,'es',0,NULL,'Sep',NULL,'',0,'2019-11-07 09:10:25'),(3574,3582,'es',0,NULL,'Serbio',NULL,'',0,'2019-11-07 09:10:25'),(3575,3583,'es',0,NULL,'Sesión caducada',NULL,'',0,'2019-11-07 09:10:25'),(3576,3584,'es',0,NULL,'Asignar imagen destacada',NULL,'',0,'2019-11-07 09:10:25'),(3577,3585,'es',0,NULL,'Asignar imagen',NULL,'',0,'2019-11-07 09:10:25'),(3578,3586,'es',0,NULL,'Coloca las palabras y los medios uno al lado del otro para tener un diseño más rico.',NULL,'',0,'2019-11-07 09:10:25'),(3579,3587,'es',0,NULL,'La configuración no existe o no se reconoce.',NULL,'',0,'2019-11-07 09:10:25'),(3580,3588,'es',0,NULL,'Configurando tu vista previa en directo. Esto puede tardar un poco.',NULL,'',0,'2019-11-07 09:10:25'),(3581,3589,'es',0,NULL,'Ajustes',NULL,'',0,'2019-11-07 09:10:25'),(3582,3590,'es',0,NULL,'Enlace para compartir la vista previa',NULL,'',0,'2019-11-07 09:10:25'),(3583,3591,'es',0,NULL,'Opciones de compartir',NULL,'',0,'2019-11-07 09:10:25'),(3584,3592,'es',0,NULL,'Mayús + Alt + letra:',NULL,'',0,'2019-11-07 09:10:25'),(3585,3593,'es',0,NULL,'Mayúsculas-Clic para editar este elemento.',NULL,'',0,'2019-11-07 09:10:25'),(3586,3594,'es',0,NULL,'Mayúsculas + clic para editar este widget.',NULL,'',0,'2019-11-07 09:10:25'),(3587,3595,'es',0,NULL,'B',NULL,'',0,'2019-11-07 09:10:25'),(3588,3596,'es',0,NULL,'G',NULL,'',0,'2019-11-07 09:10:25'),(3589,3597,'es',0,NULL,'R',NULL,'',0,'2019-11-07 09:10:25'),(3590,3598,'es',0,NULL,'Shortcode',NULL,'',0,'2019-11-07 09:10:25'),(3591,3599,'es',0,NULL,'Enlace corto',NULL,'',0,'2019-11-07 09:10:25'),(3592,3600,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:10:25'),(3593,3601,'es',0,NULL,'Mostrar nombre de artista en la lista de pistas',NULL,'',0,'2019-11-07 09:10:25'),(3594,3602,'es',0,NULL,'Mostrar ajustes del bloque',NULL,'',0,'2019-11-07 09:10:25'),(3595,3603,'es',0,NULL,'Mostrar botón de descarga',NULL,'',0,'2019-11-07 09:10:25'),(3596,3604,'es',0,NULL,'Mostrar jerarquía',NULL,'',0,'2019-11-07 09:10:25'),(3597,3605,'es',0,NULL,'Mostrar imágenes',NULL,'',0,'2019-11-07 09:10:25'),(3598,3606,'es',0,NULL,'Mostrar la descripción del enlace',NULL,'',0,'2019-11-07 09:10:25'),(3599,3607,'es',0,NULL,'Mostrar la imagen del enlace',NULL,'',0,'2019-11-07 09:10:25'),(3600,3608,'es',0,NULL,'Mostrar el nombre del enlace',NULL,'',0,'2019-11-07 09:10:25'),(3601,3609,'es',0,NULL,'Mostrar la clasificación del enlace',NULL,'',0,'2019-11-07 09:10:25'),(3602,3610,'es',0,NULL,'Mostrar contador de entradas',NULL,'',0,'2019-11-07 09:10:25'),(3603,3611,'es',0,NULL,'Mostrar lista de reproducción',NULL,'',0,'2019-11-07 09:10:25'),(3604,3612,'es',0,NULL,'Mostrar lista de vídeos',NULL,'',0,'2019-11-07 09:10:25'),(3605,3613,'es',0,NULL,'Mostrar jerarquía',NULL,'',0,'2019-11-07 09:10:25'),(3606,3614,'es',0,NULL,'Mostrar caracteres invisibles',NULL,'',0,'2019-11-07 09:10:25'),(3607,3615,'es',0,NULL,'Mostrar medios a la izquierda',NULL,'',0,'2019-11-07 09:10:25'),(3608,3616,'es',0,NULL,'Mostrar medios a la derecha',NULL,'',0,'2019-11-07 09:10:25'),(3609,3617,'es',0,NULL,'Mostrar más comentarios',NULL,'',0,'2019-11-07 09:10:25'),(3610,3618,'es',0,NULL,'Mostrar más herramientas y opciones',NULL,'',0,'2019-11-07 09:10:25'),(3611,3619,'es',0,NULL,'Muestra u oculta la barra lateral de ajustes.',NULL,'',0,'2019-11-07 09:10:25'),(3612,3620,'es',0,NULL,'Mostrar contraseña',NULL,'',0,'2019-11-07 09:10:25'),(3613,3621,'es',0,NULL,'Mostrar contador de entradas',NULL,'',0,'2019-11-07 09:10:25'),(3614,3622,'es',0,NULL,'Mostrar contador de etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3615,3623,'es',0,NULL,'Mostrando los detalles del tema: %s',NULL,'',0,'2019-11-07 09:10:25'),(3616,3624,'es',0,NULL,'Mostrando letra inicial grande.',NULL,'',0,'2019-11-07 09:10:25'),(3617,3625,'es',0,NULL,'Barra lateral',NULL,'',0,'2019-11-07 09:10:25'),(3618,3626,'es',0,NULL,'Barra lateral %d',NULL,'',0,'2019-11-07 09:10:25'),(3619,3627,'es',0,NULL,'Registrarse',NULL,'',0,'2019-11-07 09:10:25'),(3620,3628,'es',0,NULL,'Gris',NULL,'',0,'2019-11-07 09:10:25'),(3621,3629,'es',0,NULL,'Sitio %d',NULL,'',0,'2019-11-07 09:10:25'),(3622,3630,'es',0,NULL,'Dirección del sitio (URL)',NULL,'',0,'2019-11-07 09:10:25'),(3623,3631,'es',0,NULL,'Administrador del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3624,3632,'es',0,NULL,'Dominio del sitio:',NULL,'',0,'2019-11-07 09:10:25'),(3625,3633,'es',0,NULL,'El ID del sitio no debe estar vacío.',NULL,'',0,'2019-11-07 09:10:25'),(3626,3634,'es',0,NULL,'Icono del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3627,3635,'es',0,NULL,'Los iconos del sitio son los que ves en las pestañas del navegador, barras de favoritos y dentro de las aplicaciones móviles de WordPress. ¡Sube uno aquí!',NULL,'',0,'2019-11-07 09:10:25'),(3628,3636,'es',0,NULL,'Los iconos del sitio deben ser cuadrados y de al menos %s píxeles.',NULL,'',0,'2019-11-07 09:10:25'),(3629,3637,'es',0,NULL,'Identidad del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3630,3638,'es',0,NULL,'Idioma del sitio:',NULL,'',0,'2019-11-07 09:10:25'),(3631,3639,'es',0,NULL,'Nombre del sitio:',NULL,'',0,'2019-11-07 09:10:25'),(3632,3640,'es',0,NULL,'Nombre del sitio: %s',NULL,'',0,'2019-11-07 09:10:25'),(3633,3641,'es',0,NULL,'Vista previa del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3634,3642,'es',0,NULL,'Descripción corta del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3635,3643,'es',0,NULL,'Título del sitio',NULL,'',0,'2019-11-07 09:10:25'),(3636,3644,'es',0,NULL,'Título del sitio:',NULL,'',0,'2019-11-07 09:10:25'),(3637,3645,'es',0,NULL,'URL del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3638,3646,'es',0,NULL,'El sitio no existe.',NULL,'',0,'2019-11-07 09:10:25'),(3639,3647,'es',0,NULL,'El dominio del sitio no debe estar vacío.',NULL,'',0,'2019-11-07 09:10:25'),(3640,3648,'es',0,NULL,'El nombre del sitio debe tener al menos %s carácter.',NULL,'',0,'2019-11-07 09:10:25'),(3641,3649,'es',0,NULL,'El nombre del sitio debe tener al menos %s caracteres.',NULL,'',0,'2019-11-07 09:10:25'),(3642,3650,'es',0,NULL,'Los nombres de los sitios solo pueden contener letras minúsculas (a-z) y números.',NULL,'',0,'2019-11-07 09:10:25'),(3643,3651,'es',0,NULL,'Hay que indicar el ID de red del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3644,3652,'es',0,NULL,'La ruta del sitio no debe estar vacía.',NULL,'',0,'2019-11-07 09:10:25'),(3645,3653,'es',0,NULL,'No se permiten nuevos registros de sitios.',NULL,'',0,'2019-11-07 09:10:25'),(3646,3654,'es',0,NULL,'Descripción corta del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3647,3655,'es',0,NULL,'Título del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3648,3656,'es',0,NULL,'No existe un sitio con este ID.',NULL,'',0,'2019-11-07 09:10:25'),(3649,3657,'es',0,NULL,'Sitios',NULL,'',0,'2019-11-07 09:10:25'),(3650,3658,'es',0,NULL,'Eres miembro de los siguientes sitios:',NULL,'',0,'2019-11-07 09:10:25'),(3651,3659,'es',0,NULL,'Tamaño',NULL,'',0,'2019-11-07 09:10:25'),(3652,3660,'es',0,NULL,'No recortar',NULL,'',0,'2019-11-07 09:10:25'),(3653,3661,'es',0,NULL,'Saltar anuncio',NULL,'',0,'2019-11-07 09:10:25'),(3654,3662,'es',0,NULL,'Retroceder %1 segundos',NULL,'',0,'2019-11-07 09:10:25'),(3655,3663,'es',0,NULL,'Saltar atrás 1 segundo',NULL,'',0,'2019-11-07 09:10:25'),(3656,3664,'es',0,NULL,'Saltar en %1 segundos',NULL,'',0,'2019-11-07 09:10:25'),(3657,3665,'es',0,NULL,'Saltar en 1 segundo',NULL,'',0,'2019-11-07 09:10:25'),(3658,3666,'es',0,NULL,'Saltar al bloque seleccionado',NULL,'',0,'2019-11-07 09:10:25'),(3659,3667,'es',0,NULL,'Ir a la barra de herramientas',NULL,'',0,'2019-11-07 09:10:25'),(3660,3668,'es',0,NULL,'Eslovaco',NULL,'',0,'2019-11-07 09:10:25'),(3661,3669,'es',0,NULL,'Esloveno',NULL,'',0,'2019-11-07 09:10:25'),(3662,3670,'es',0,NULL,'¡Tranquilo, campeón! ¡No hace falta comprobar el correo tan a menudo!',NULL,'',0,'2019-11-07 09:10:25'),(3663,3671,'es',0,NULL,'Slug generado automáticamente a partir del título del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3664,3672,'es',0,NULL,'Nombre de la aplicación',NULL,'',0,'2019-11-07 09:10:25'),(3665,3673,'es',0,NULL,'Versión de la aplicación',NULL,'',0,'2019-11-07 09:10:25'),(3666,3674,'es',0,NULL,'Color sólido',NULL,'',0,'2019-11-07 09:10:25'),(3667,3675,'es',0,NULL,'Algunas etiquetas HTML no están permitidas, incluidas:',NULL,'',0,'2019-11-07 09:10:25'),(3668,3676,'es',0,NULL,'Alguien ha tomado el control de esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3669,3677,'es',0,NULL,'Alguien ha solicitado un reinicio de contraseña para la siguiente cuenta:',NULL,'',0,'2019-11-07 09:10:25'),(3670,3678,'es',0,NULL,'Algo fue mal.',NULL,'',0,'2019-11-07 09:10:25'),(3671,3679,'es',0,NULL,'Algo fue mal. Tu cambio no se ha podido guardar. Por favor, inténtalo de nuevo. También es posible que tengas que arreglarlo manualmente y subir el archivo por FTP.',NULL,'',0,'2019-11-07 09:10:25'),(3672,3680,'es',0,NULL,'Lo siento, los comentarios están cerrados para este elemento.',NULL,'',0,'2019-11-07 09:10:25'),(3673,3681,'es',0,NULL,'Lo siento, no se permiten comentarios para este elemento.',NULL,'',0,'2019-11-07 09:10:25'),(3674,3682,'es',0,NULL,'Lo siento, el borrado del término falló.',NULL,'',0,'2019-11-07 09:10:25'),(3675,3683,'es',0,NULL,'Lo siento, fallo editando el término.',NULL,'',0,'2019-11-07 09:10:25'),(3676,3684,'es',0,NULL,'Lo siento, no se permiten nuevos registros en este momento.',NULL,'',0,'2019-11-07 09:10:25'),(3677,3685,'es',0,NULL,'Lo siento, no existe esa página.',NULL,'',0,'2019-11-07 09:10:25'),(3678,3686,'es',0,NULL,'Lo siento, no existe esa entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3679,3687,'es',0,NULL,'Lo siento, una de las taxonomías dadas no es compatible con el tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3680,3688,'es',0,NULL,'Lo siento, las revisiones están desactivadas',NULL,'',0,'2019-11-07 09:10:25'),(3681,3689,'es',0,NULL,'Lo siento, ¡los nombres de los sitios deben contener letras también!',NULL,'',0,'2019-11-07 09:10:25'),(3682,3690,'es',0,NULL,'Lo siento, ¡esa dirección de correo electrónico ya está en uso!',NULL,'',0,'2019-11-07 09:10:25'),(3683,3691,'es',0,NULL,'Lo siento, ¡esa dirección de correo electrónico no está permitida!',NULL,'',0,'2019-11-07 09:10:25'),(3684,3692,'es',0,NULL,'Lo siento, este archivo no puede editarse.',NULL,'',0,'2019-11-07 09:10:25'),(3685,3693,'es',0,NULL,'Lo siento, ¡ese sitio ya existe!',NULL,'',0,'2019-11-07 09:10:25'),(3686,3694,'es',0,NULL,'Lo siento, ¡ese nombre de sitio está reservado!',NULL,'',0,'2019-11-07 09:10:25'),(3687,3695,'es',0,NULL,'Lo siento, ¡ese nombre de usuario ya existe!',NULL,'',0,'2019-11-07 09:10:25'),(3688,3696,'es',0,NULL,'Lo siento, ese nombre de usuario no está permitido.',NULL,'',0,'2019-11-07 09:10:25'),(3689,3697,'es',0,NULL,'Lo siento, el comentario no pudo editarse.',NULL,'',0,'2019-11-07 09:10:25'),(3690,3698,'es',0,NULL,'Lo siento, la creación de la nueva categoría falló.',NULL,'',0,'2019-11-07 09:10:25'),(3691,3699,'es',0,NULL,'Lo siento, no puede actualizarse el usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3692,3700,'es',0,NULL,'Lo siento, este contenido no se puede incrustar.',NULL,'',0,'2019-11-07 09:10:25'),(3693,3701,'es',0,NULL,'Lo siento, este tipo de archivo no está permitido por motivos de seguridad.',NULL,'',0,'2019-11-07 09:10:25'),(3694,3702,'es',0,NULL,'Lo siento, este tipo de archivo no es compatible aquí.',NULL,'',0,'2019-11-07 09:10:25'),(3695,3703,'es',0,NULL,'Lo siento, los trackbacks están cerrados para este elemento.',NULL,'',0,'2019-11-07 09:10:25'),(3696,3704,'es',0,NULL,'Lo siento, ¡los nombres de usuario deben contener letras también!',NULL,'',0,'2019-11-07 09:10:25'),(3697,3705,'es',0,NULL,'Lo siento, no podemos cargar el vídeo en la URL facilitada. Por favor, comprueba que la URL sea de un archivo de vídeo compatible (%s) o streaming (p. ej. YouTube y Vimeo).',NULL,'',0,'2019-11-07 09:10:25'),(3698,3706,'es',0,NULL,'Lo siento, no tienes permisos para acceder a los detalles de este sitio. ',NULL,'',0,'2019-11-07 09:10:25'),(3699,3707,'es',0,NULL,'Lo siento, no tienes permisos para acceder a los detalles de esta entrada. ',NULL,'',0,'2019-11-07 09:10:25'),(3700,3708,'es',0,NULL,'Lo siento, no tienes permisos para acceder a los datos del usuario en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3701,3709,'es',0,NULL,'Lo siento, no tienes permisos para añadir una categoría.',NULL,'',0,'2019-11-07 09:10:25'),(3702,3710,'es',0,NULL,'Lo siento, no tienes permisos para añadir un término a una de las taxonomías dadas.',NULL,'',0,'2019-11-07 09:10:25'),(3703,3711,'es',0,NULL,'Lo siento, no tienes permisos para asignar un término a una de las taxonomías dadas.',NULL,'',0,'2019-11-07 09:10:25'),(3704,3712,'es',0,NULL,'Lo siento, no tienes permisos para asignar términos a esta taxonomía. ',NULL,'',0,'2019-11-07 09:10:25'),(3705,3713,'es',0,NULL,'Lo siento, no tienes permisos para asignar los términos ofrecidos.',NULL,'',0,'2019-11-07 09:10:25'),(3706,3714,'es',0,NULL,'Lo siento, no tienes permisos para asignar este término.',NULL,'',0,'2019-11-07 09:10:25'),(3707,3715,'es',0,NULL,'Lo siento, no tienes permisos para cambiar el tipo de comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3708,3716,'es',0,NULL,'Lo siento, no tienes permisos para cambiar el autor de la página con este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3709,3717,'es',0,NULL,'Lo siento, no tienes permisos con este usuario para cambiar el autor de la entrada. ',NULL,'',0,'2019-11-07 09:10:25'),(3710,3718,'es',0,NULL,'Lo siento, no tienes permisos para crear un comentario en esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3711,3719,'es',0,NULL,'Lo siento, no tienes permisos para crear nuevos términos.',NULL,'',0,'2019-11-07 09:10:25'),(3712,3720,'es',0,NULL,'Lo siento, no tienes permisos para crear nuevos usuarios.',NULL,'',0,'2019-11-07 09:10:25'),(3713,3721,'es',0,NULL,'Lo siento, no tienes permisos para crear páginas como este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3714,3722,'es',0,NULL,'Lo siento, no tienes permisos para crear publicaciones protegidas con contraseña en este tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3715,3723,'es',0,NULL,'Lo siento, no tienes permisos con este usuario para crear entradas. ',NULL,'',0,'2019-11-07 09:10:25'),(3716,3724,'es',0,NULL,'Lo siento, no tienes permisos para crear publicaciones privadas en este tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3717,3725,'es',0,NULL,'Lo siento, no tienes permisos para crear términos en esta taxonomía.',NULL,'',0,'2019-11-07 09:10:25'),(3718,3726,'es',0,NULL,'Lo siento, no tienes permisos para crear este comentario sin una entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3719,3727,'es',0,NULL,'Lo siento, no tienes permisos para personalizar el sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3720,3728,'es',0,NULL,'Lo siento, no tienes permisos para borrar esta categoría. ',NULL,'',0,'2019-11-07 09:10:25'),(3721,3729,'es',0,NULL,'Lo siento, no tienes permisos para borrar este comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3722,3730,'es',0,NULL,'Lo siento, no tienes permisos para borrar esta página.',NULL,'',0,'2019-11-07 09:10:25'),(3723,3731,'es',0,NULL,'Lo siento, no tienes permisos para borrar esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3724,3732,'es',0,NULL,'Lo siento, no tienes permisos para borrar este término.',NULL,'',0,'2019-11-07 09:10:25'),(3725,3733,'es',0,NULL,'Lo siento, no tienes permisos para borrar este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3726,3734,'es',0,NULL,'Lo siento, no tienes permisos para hacer eso.',NULL,'',0,'2019-11-07 09:10:25'),(3727,3735,'es',0,NULL,'Lo siento, no tienes permisos para editar \'%s\' de los comentarios.',NULL,'',0,'2019-11-07 09:10:25'),(3728,3736,'es',0,NULL,'Lo siento, no tienes permisos para editar comentarios.',NULL,'',0,'2019-11-07 09:10:25'),(3729,3737,'es',0,NULL,'Lo siento, no tienes permisos para modificar páginas.',NULL,'',0,'2019-11-07 09:10:25'),(3730,3738,'es',0,NULL,'Lo siento, no tienes permisos para editar publicaciones en este tipo de contenido. ',NULL,'',0,'2019-11-07 09:10:25'),(3731,3739,'es',0,NULL,'Lo siento, no tienes permisos para editar entradas.',NULL,'',0,'2019-11-07 09:10:25'),(3732,3740,'es',0,NULL,'Lo siento, no tienes permisos para editar perfiles de este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3733,3741,'es',0,NULL,'Lo siento, no tienes permisos para editar términos en esta taxonomía.',NULL,'',0,'2019-11-07 09:10:25'),(3734,3742,'es',0,NULL,'Lo siento, no tienes permisos para editar el campo personalizado %s.',NULL,'',0,'2019-11-07 09:10:25'),(3735,3743,'es',0,NULL,'Lo siento, no tienes permisos para modificar las opciones del tema en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3736,3744,'es',0,NULL,'Lo siento, no estás autorizado a editar este comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3737,3745,'es',0,NULL,'Lo siento, no tienes permisos para editar esta página.',NULL,'',0,'2019-11-07 09:10:25'),(3738,3746,'es',0,NULL,'Lo siento, no tienes permisos para editar esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3739,3747,'es',0,NULL,'Lo siento, no tienes permisos para editar este término.',NULL,'',0,'2019-11-07 09:10:25'),(3740,3748,'es',0,NULL,'Lo siento, no tienes permisos para modificar este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3741,3749,'es',0,NULL,'Lo siento, no tienes permisos para modificar tu perfil.',NULL,'',0,'2019-11-07 09:10:25'),(3742,3750,'es',0,NULL,'Lo siento, no tienes permisos para filtrar usuarios por perfil.',NULL,'',0,'2019-11-07 09:10:25'),(3743,3751,'es',0,NULL,'Lo siento, no tienes permisos para dar ese perfil a los usuarios.',NULL,'',0,'2019-11-07 09:10:25'),(3744,3752,'es',0,NULL,'Lo siento, no tienes permisos para listar usuarios.',NULL,'',0,'2019-11-07 09:10:25'),(3745,3753,'es',0,NULL,'Lo siento, no tienes permisos para hacer fijas entradas.',NULL,'',0,'2019-11-07 09:10:25'),(3746,3754,'es',0,NULL,'Lo siento, no tienes permisos para hacer peticiones de oEmbed con proxy.',NULL,'',0,'2019-11-07 09:10:25'),(3747,3755,'es',0,NULL,'Lo siento, no tienes permisos para gestionar los estados de las entradas.',NULL,'',0,'2019-11-07 09:10:25'),(3748,3756,'es',0,NULL,'Lo siento, no tienes permisos para gestionar términos en esta taxonomía. ',NULL,'',0,'2019-11-07 09:10:25'),(3749,3757,'es',0,NULL,'Lo siento, no tienes permisos para moderar o editar este comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3750,3758,'es',0,NULL,'Lo siento, no tienes permisos para ordenar usuarios con ese parámetro.',NULL,'',0,'2019-11-07 09:10:25'),(3751,3759,'es',0,NULL,'Lo siento, no tienes permisos para publicar en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3752,3760,'es',0,NULL,'Lo siento, no tienes permisos para previsualizar borradores.',NULL,'',0,'2019-11-07 09:10:25'),(3753,3761,'es',0,NULL,'Lo siento, no tienes permisos para publicar páginas en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3754,3762,'es',0,NULL,'Lo siento, no tienes permisos para publicar publicaciones de este tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3755,3763,'es',0,NULL,'Lo siento, no tienes permisos para publicar entradas en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3756,3764,'es',0,NULL,'Lo siento, no tienes permisos para publicar esta página.',NULL,'',0,'2019-11-07 09:10:25'),(3757,3765,'es',0,NULL,'Lo siento, no tienes permisos para publicar esta entrada. ',NULL,'',0,'2019-11-07 09:10:25'),(3758,3766,'es',0,NULL,'Lo siento, no tienes permisos para buscar usuarios con este parámetro.',NULL,'',0,'2019-11-07 09:10:25'),(3759,3767,'es',0,NULL,'Lo siento, no tienes permisos para leer bloques como este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3760,3768,'es',0,NULL,'Lo siento, no tienes permisos para leer bloques de esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3761,3769,'es',0,NULL,'Lo siento, no tienes permisos para leer comentarios sin una entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3762,3770,'es',0,NULL,'Lo siento, no tienes permisos para leer la entrada de este comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3763,3771,'es',0,NULL,'Lo siento, no tienes permisos para ver este comentario.',NULL,'',0,'2019-11-07 09:10:25'),(3764,3772,'es',0,NULL,'Lo siento, no tienes permisos para tomar posesión.',NULL,'',0,'2019-11-07 09:10:25'),(3765,3773,'es',0,NULL,'Lo siento, no tienes permisos para modificar las opciones. ',NULL,'',0,'2019-11-07 09:10:25'),(3766,3774,'es',0,NULL,'Lo siento, no tienes permisos para actualizar entradas con este usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3767,3775,'es',0,NULL,'Lo siento, no tienes permisos para subir archivos.',NULL,'',0,'2019-11-07 09:10:25'),(3768,3776,'es',0,NULL,'Lo siento, no tienes permisos para subir medios a este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3769,3777,'es',0,NULL,'Lo siento, no tienes permisos para subir medios a esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3770,3778,'es',0,NULL,'Lo siento, no tienes permisos para ver los guardados automáticos de esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3771,3779,'es',0,NULL,'Lo siento, no tienes permisos para ver las revisiones de esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3772,3780,'es',0,NULL,'Lo siento, no tienes permiso para ver temas.',NULL,'',0,'2019-11-07 09:10:25'),(3773,3781,'es',0,NULL,'Lo siento, no tienes permisos para ver este elemento.',NULL,'',0,'2019-11-07 09:10:25'),(3774,3782,'es',0,NULL,'Lo siento, no puedes previsualizar los nuevos temas cuando tus cambios están programados o guardados como borrador. Por favor, publica tus cambios, o espera a que se publiquen para previsualizar los nuevos temas.',NULL,'',0,'2019-11-07 09:10:25'),(3775,3783,'es',0,NULL,'Lo siento, no puedes poner como fija una entrada privada.',NULL,'',0,'2019-11-07 09:10:25'),(3776,3784,'es',0,NULL,'Lo siento, has usado todo tu espacio (%s). Por favor, borra algunos archivos para poder subir nuevos.',NULL,'',0,'2019-11-07 09:10:25'),(3777,3785,'es',0,NULL,'Lo siento, no puedes utilizar este nombre para el sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3778,3786,'es',0,NULL,'Lo siento, para ver categorías tienes que estar autorizado para editar entradas en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3779,3787,'es',0,NULL,'Lo siento, para ver etiquetas tienes que estar autorizado para editar entradas en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3780,3788,'es',0,NULL,'Lo siento, debes estar conectado para comentar.',NULL,'',0,'2019-11-07 09:10:25'),(3781,3789,'es',0,NULL,'Lo siento, tu entrada no puede ser editada.',NULL,'',0,'2019-11-07 09:10:25'),(3782,3790,'es',0,NULL,'Lo siento, tu entrada no pudo ser publicada.',NULL,'',0,'2019-11-07 09:10:25'),(3783,3791,'es',0,NULL,'Lo siento, no se pudo crear tu término.',NULL,'',0,'2019-11-07 09:10:25'),(3784,3792,'es',0,NULL,'Ordenar por:',NULL,'',0,'2019-11-07 09:10:25'),(3785,3793,'es',0,NULL,'Ordenar la colección por atributo de objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3786,3794,'es',0,NULL,'Ordenar la colección por atributo de término.',NULL,'',0,'2019-11-07 09:10:25'),(3787,3795,'es',0,NULL,'Fuente',NULL,'',0,'2019-11-07 09:10:25'),(3788,3796,'es',0,NULL,'Selector de origen',NULL,'',0,'2019-11-07 09:10:25'),(3789,3797,'es',0,NULL,'Código fuente',NULL,'',0,'2019-11-07 09:10:25'),(3790,3798,'es',0,NULL,'Espaciador',NULL,'',0,'2019-11-07 09:10:25'),(3791,3799,'es',0,NULL,'Ajustes del espaciador',NULL,'',0,'2019-11-07 09:10:25'),(3792,3800,'es',0,NULL,'Marcarlo como spam: %s',NULL,'',0,'2019-11-07 09:10:25'),(3793,3801,'es',0,NULL,'Español',NULL,'',0,'2019-11-07 09:10:25'),(3794,3802,'es',0,NULL,'Caracter especial',NULL,'',0,'2019-11-07 09:10:25'),(3795,3803,'es',0,NULL,'Tasa de velocidad',NULL,'',0,'2019-11-07 09:10:25'),(3796,3804,'es',0,NULL,'Dividir celda de la tabla',NULL,'',0,'2019-11-07 09:10:25'),(3797,3805,'es',0,NULL,'Modo de enfoque',NULL,'',0,'2019-11-07 09:10:25'),(3798,3806,'es',0,NULL,'Modo de enfoque activado',NULL,'',0,'2019-11-07 09:10:25'),(3799,3807,'es',0,NULL,'Modo de enfoque desactivado',NULL,'',0,'2019-11-07 09:10:25'),(3800,3808,'es',0,NULL,'Apilar en móvil',NULL,'',0,'2019-11-07 09:10:25'),(3801,3809,'es',0,NULL,'Estándar',NULL,'',0,'2019-11-07 09:10:25'),(3802,3810,'es',0,NULL,'Empieza con el bloque que cimienta toda la narrativa.',NULL,'',0,'2019-11-07 09:10:25'),(3803,3811,'es',0,NULL,'Empieza a escribir o escribe / para elegir un bloque',NULL,'',0,'2019-11-07 09:10:25'),(3804,3812,'es',0,NULL,'Empieza a escribir texto o HTML',NULL,'',0,'2019-11-07 09:10:25'),(3805,3813,'es',0,NULL,'Estado del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3806,3814,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:10:25'),(3807,3815,'es',0,NULL,'Estado y visibilidad',NULL,'',0,'2019-11-07 09:10:25'),(3808,3816,'es',0,NULL,'Estado prohibido',NULL,'',0,'2019-11-07 09:10:25'),(3809,3817,'es',0,NULL,'El estado es prohibido.',NULL,'',0,'2019-11-07 09:10:25'),(3810,3818,'es',0,NULL,'Fíjalo a la parte superior del blog',NULL,'',0,'2019-11-07 09:10:25'),(3811,3819,'es',0,NULL,'¿Sigues esperando tu correo electrónico?',NULL,'',0,'2019-11-07 09:10:25'),(3812,3820,'es',0,NULL,'Parar',NULL,'',0,'2019-11-07 09:10:25'),(3813,3821,'es',0,NULL,'Seguridad de la contraseña',NULL,'',0,'2019-11-07 09:10:25'),(3814,3822,'es',0,NULL,'Tachado',NULL,'',0,'2019-11-07 09:10:25'),(3815,3823,'es',0,NULL,'Franjas',NULL,'',0,'2019-11-07 09:10:25'),(3816,3824,'es',0,NULL,'Estilo',NULL,'',0,'2019-11-07 09:10:25'),(3817,3825,'es',0,NULL,'Estilos',NULL,'',0,'2019-11-07 09:10:25'),(3818,3826,'es',0,NULL,'Hoja de estilo',NULL,'',0,'2019-11-07 09:10:25'),(3819,3827,'es',0,NULL,'Falta la hoja de estilo.',NULL,'',0,'2019-11-07 09:10:25'),(3820,3828,'es',0,NULL,'La hoja de estilo no es legible.',NULL,'',0,'2019-11-07 09:10:25'),(3821,3829,'es',0,NULL,'Subtítulo (obsoleto)',NULL,'',0,'2019-11-07 09:10:25'),(3822,3830,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:10:25'),(3823,3831,'es',0,NULL,'Enviar a revisión',NULL,'',0,'2019-11-07 09:10:25'),(3824,3832,'es',0,NULL,'Enviado el:',NULL,'',0,'2019-11-07 09:10:25'),(3825,3833,'es',0,NULL,'Subíndice',NULL,'',0,'2019-11-07 09:10:25'),(3826,3834,'es',0,NULL,'Dimensiones de imagen sugeridas: %1$s por %2$s píxeles.',NULL,'',0,'2019-11-07 09:10:25'),(3827,3835,'es',0,NULL,'Sugerencia:',NULL,'',0,'2019-11-07 09:10:25'),(3828,3836,'es',0,NULL,'dom',NULL,'',0,'2019-11-07 09:10:25'),(3829,3837,'es',0,NULL,'domingo',NULL,'',0,'2019-11-07 09:10:25'),(3830,3838,'es',0,NULL,'D',NULL,'',0,'2019-11-07 09:10:25'),(3831,3839,'es',0,NULL,'Superíndice',NULL,'',0,'2019-11-07 09:10:25'),(3832,3840,'es',0,NULL,'Soporte',NULL,'',0,'2019-11-07 09:10:25'),(3833,3841,'es',0,NULL,'Swahili',NULL,'',0,'2019-11-07 09:10:25'),(3834,3842,'es',0,NULL,'Sueco',NULL,'',0,'2019-11-07 09:10:25'),(3835,3843,'es',0,NULL,'Cambia entre el editor visual y el editor de código.',NULL,'',0,'2019-11-07 09:10:25'),(3836,3844,'es',0,NULL,'Cambiar a borrador',NULL,'',0,'2019-11-07 09:10:25'),(3837,3845,'es',0,NULL,'Tabla',NULL,'',0,'2019-11-07 09:10:25'),(3838,3846,'es',0,NULL,'Ajustes de tabla',NULL,'',0,'2019-11-07 09:10:25'),(3839,3847,'es',0,NULL,'Propiedades de celda',NULL,'',0,'2019-11-07 09:10:25'),(3840,3848,'es',0,NULL,'Tabla de contenidos',NULL,'',0,'2019-11-07 09:10:25'),(3841,3849,'es',0,NULL,'Propiedades de tabla',NULL,'',0,'2019-11-07 09:10:25'),(3842,3850,'es',0,NULL,'Propiedades de fila',NULL,'',0,'2019-11-07 09:10:25'),(3843,3851,'es',0,NULL,'Etiqueta',NULL,'',0,'2019-11-07 09:10:25'),(3844,3852,'es',0,NULL,'Nube de etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3845,3853,'es',0,NULL,'Ajustes de la nube de etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3846,3854,'es',0,NULL,'Etiqueta: %s',NULL,'',0,'2019-11-07 09:10:25'),(3847,3855,'es',0,NULL,'Tagalo',NULL,'',0,'2019-11-07 09:10:25'),(3848,3856,'es',0,NULL,'Descripción corta',NULL,'',0,'2019-11-07 09:10:25'),(3849,3857,'es',0,NULL,'Etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3850,3858,'es',0,NULL,'Las etiquetas ayudan a los usuarios y a los motores de búsqueda a navegar por tu sitio y encontrar tu contenido. Añade unas cuantas palabras clave que describan tu entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3851,3859,'es',0,NULL,'Lista de etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3852,3860,'es',0,NULL,'Navegación por la lista de etiquetas',NULL,'',0,'2019-11-07 09:10:25'),(3853,3861,'es',0,NULL,'Etiquetas: ',NULL,'',0,'2019-11-07 09:10:25'),(3854,3862,'es',0,NULL,'Tomar el control',NULL,'',0,'2019-11-07 09:10:25'),(3855,3863,'es',0,NULL,'Tomar posesión',NULL,'',0,'2019-11-07 09:10:25'),(3856,3864,'es',0,NULL,'Moreno',NULL,'',0,'2019-11-07 09:10:25'),(3857,3865,'es',0,NULL,'Destino',NULL,'',0,'2019-11-07 09:10:25'),(3858,3866,'es',0,NULL,'Taxonomías asociadas al tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3859,3867,'es',0,NULL,'Taxonomía',NULL,'',0,'2019-11-07 09:10:25'),(3860,3868,'es',0,NULL,'Los nombres de taxonomías deben tener entre 1 y 32 caracteres de longitud.',NULL,'',0,'2019-11-07 09:10:25'),(3861,3869,'es',0,NULL,'Taxonomía:',NULL,'',0,'2019-11-07 09:10:25'),(3862,3870,'es',0,NULL,'Plantilla',NULL,'',0,'2019-11-07 09:10:25'),(3863,3871,'es',0,NULL,'Bloque plantilla utilizado como contenedor.',NULL,'',0,'2019-11-07 09:10:25'),(3864,3872,'es',0,NULL,'La plantilla no está disponible. Los temas necesitan un archivo de plantilla %1$s. Los <a href=\"%2$s\">Temas hijo</a> necesitan una cabecera de plantilla en la hoja de estilos %3$s.',NULL,'',0,'2019-11-07 09:10:25'),(3865,3873,'es',0,NULL,'Plantilla:',NULL,'',0,'2019-11-07 09:10:25'),(3866,3874,'es',0,NULL,'Término',NULL,'',0,'2019-11-07 09:10:25'),(3867,3875,'es',0,NULL,'El ID del término se ha compartido entre varias taxonomías.',NULL,'',0,'2019-11-07 09:10:25'),(3868,3876,'es',0,NULL,'Término añadido.',NULL,'',0,'2019-11-07 09:10:25'),(3869,3877,'es',0,NULL,'El término no existe.',NULL,'',0,'2019-11-07 09:10:25'),(3870,3878,'es',0,NULL,'Los términos meta no pueden añadirse a los términos que estén compartidos entre taxonomías.',NULL,'',0,'2019-11-07 09:10:25'),(3871,3879,'es',0,NULL,'Término quitado.',NULL,'',0,'2019-11-07 09:10:25'),(3872,3880,'es',0,NULL,'Término seleccionado.',NULL,'',0,'2019-11-07 09:10:25'),(3873,3881,'es',0,NULL,'Términos',NULL,'',0,'2019-11-07 09:10:25'),(3874,3882,'es',0,NULL,'Los términos no se pueden enviar a la papelera. Ponlo a \'%s\' para borrar.',NULL,'',0,'2019-11-07 09:10:25'),(3875,3883,'es',0,NULL,'Texto',NULL,'',0,'2019-11-07 09:10:25'),(3876,3884,'es',0,NULL,'Alineamiento del texto',NULL,'',0,'2019-11-07 09:10:25'),(3877,3885,'es',0,NULL,'Color del texto',NULL,'',0,'2019-11-07 09:10:25'),(3878,3886,'es',0,NULL,'Columnas de texto (obsoletas)',NULL,'',0,'2019-11-07 09:10:25'),(3879,3887,'es',0,NULL,'Ajustes del texto del enlace',NULL,'',0,'2019-11-07 09:10:25'),(3880,3888,'es',0,NULL,'Ajustes del texto',NULL,'',0,'2019-11-07 09:10:25'),(3881,3889,'es',0,NULL,'Color del texto',NULL,'',0,'2019-11-07 09:10:25'),(3882,3890,'es',0,NULL,'Formatos de texto',NULL,'',0,'2019-11-07 09:10:25'),(3883,3891,'es',0,NULL,'Texto a mostrar',NULL,'',0,'2019-11-07 09:10:25'),(3884,3892,'es',0,NULL,'Thai',NULL,'',0,'2019-11-07 09:10:25'),(3885,3893,'es',0,NULL,'Gracias por confirmar tu petición de borrado.',NULL,'',0,'2019-11-07 09:10:25'),(3886,3894,'es',0,NULL,'Gracias por confirmar tu solicitud de exportación.',NULL,'',0,'2019-11-07 09:10:25'),(3887,3895,'es',0,NULL,'Este correo electrónico ya ha sido utilizado. Por favor, comprueba tu bandeja de entrada. Podría estar libre en un par de días si no haces nada.',NULL,'',0,'2019-11-07 09:10:25'),(3888,3896,'es',0,NULL,'Ese nombre no está permitido.',NULL,'',0,'2019-11-07 09:10:25'),(3889,3897,'es',0,NULL,'Este nombre de sitio está reservado, pero puede estar libre en un par de días.',NULL,'',0,'2019-11-07 09:10:25'),(3890,3898,'es',0,NULL,'Ese usuario no existe.',NULL,'',0,'2019-11-07 09:10:25'),(3891,3899,'es',0,NULL,'Ese nombre de usuario ya está activado.',NULL,'',0,'2019-11-07 09:10:25'),(3892,3900,'es',0,NULL,'Este nombre de usuario está reservado, pero podría estar libre en un par de días',NULL,'',0,'2019-11-07 09:10:25'),(3893,3901,'es',0,NULL,'El grupo de opciones «%s» se ha quitado. Usa otro grupo de ajustes.',NULL,'',0,'2019-11-07 09:10:25'),(3894,3902,'es',0,NULL,'El tema «%s» no es un tema padre válido.',NULL,'',0,'2019-11-07 09:10:25'),(3895,3903,'es',0,NULL,'La opción %1$s ha quedado obsoleta para la familia de funciones %2$s. Utiliza la función %3$s en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(3896,3904,'es',0,NULL,'La opción %1$s ha quedado obsoleta para la familia de funciones %2$s. Utiliza la opción %3$s en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(3897,3905,'es',0,NULL,'La carpeta %s del repositorio de desarrollo debe usarse para RTL.',NULL,'',0,'2019-11-07 09:10:25'),(3898,3906,'es',0,NULL,'La propiedad %s tiene un valor no válido guardado y no puede ser actualizado a un valor nulo.',NULL,'',0,'2019-11-07 09:10:25'),(3899,3907,'es',0,NULL,'La tabla %s no se ha instalado. Por favor, ejecuta la actualización de la base de datos de la red.',NULL,'',0,'2019-11-07 09:10:25'),(3900,3908,'es',0,NULL,'La biblioteca de imágenes GD no está instalada.',NULL,'',0,'2019-11-07 09:10:25'),(3901,3909,'es',0,NULL,'El ID de las entradas a las que está asociado el adjunto.',NULL,'',0,'2019-11-07 09:10:25'),(3902,3910,'es',0,NULL,'El ID del autor del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3903,3911,'es',0,NULL,'El ID del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3904,3912,'es',0,NULL,'El ID del superior del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3905,3913,'es',0,NULL,'El ID del objeto asociado a la publicación.',NULL,'',0,'2019-11-07 09:10:25'),(3906,3914,'es',0,NULL,'El ID de la imagen destacada para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3907,3915,'es',0,NULL,'El ID del objeto del usuario, si el autor era un usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3908,3916,'es',0,NULL,'Se requiere el plugin Publicar esto',NULL,'',0,'2019-11-07 09:10:25'),(3909,3917,'es',0,NULL,'La REST API no se puede desactivar completamente, no obstante se puede usar el filtro rest_authentication_errors para restringir el acceso a la API.',NULL,'',0,'2019-11-07 09:10:25'),(3910,3918,'es',0,NULL,'El certificado SSL del servidor no se ha podido verificar.',NULL,'',0,'2019-11-07 09:10:25'),(3911,3919,'es',0,NULL,'La dirección del sitio no parece ser una URL válida. Por favor, introduce una válida.',NULL,'',0,'2019-11-07 09:10:25'),(3912,3920,'es',0,NULL,'La URL del recurso del que recuperar los datos oEmbed.',NULL,'',0,'2019-11-07 09:10:25'),(3913,3921,'es',0,NULL,'La URL del área de administración',NULL,'',0,'2019-11-07 09:10:25'),(3914,3922,'es',0,NULL,'La URL que has introducido parece ser una dirección de correo electrónico, ¿quieres añadir el prefijo mailto: obligatorio?',NULL,'',0,'2019-11-07 09:10:25'),(3915,3923,'es',0,NULL,'La URL que has introducido parece ser un enlace externo, ¿Quieres añadir el prefijo http:// obligatorio?',NULL,'',0,'2019-11-07 09:10:25'),(3916,3924,'es',0,NULL,'La dirección de WordPress parece no ser una URL válida. Por favor, introduce una válida.',NULL,'',0,'2019-11-07 09:10:25'),(3917,3925,'es',0,NULL,'Tipo MIME del adjunto.',NULL,'',0,'2019-11-07 09:10:25'),(3918,3926,'es',0,NULL,'Leyenda del adjunto.',NULL,'',0,'2019-11-07 09:10:25'),(3919,3927,'es',0,NULL,'Descripción del adjunto',NULL,'',0,'2019-11-07 09:10:25'),(3920,3928,'es',0,NULL,'¡El método de llamada al constructor %1$s en %2$s está <strong>obsoleto</strong> desde la versión %3$s! Utiliza %4$s en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(3921,3929,'es',0,NULL,'¡El llamado método constructor para %1$s es <strong>obsoleto</strong> desde la versión %2$s! Utiliza %3$s en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(3922,3930,'es',0,NULL,'Los cambios realizados se perderán si sales de esta página.',NULL,'',0,'2019-11-07 09:10:25'),(3923,3931,'es',0,NULL,'El comentario no puede ser borrado.',NULL,'',0,'2019-11-07 09:10:25'),(3924,3932,'es',0,NULL,'El comentario no se puede enviar a la papelera. Ponlo a \'%s\' para borrar.',NULL,'',0,'2019-11-07 09:10:25'),(3925,3933,'es',0,NULL,'El comentario ya se ha enviado a la papelera.',NULL,'',0,'2019-11-07 09:10:25'),(3926,3934,'es',0,NULL,'El correo de confirmación ha caducado.',NULL,'',0,'2019-11-07 09:10:25'),(3927,3935,'es',0,NULL,'La constante %1$s <strong>está obsoleta</strong>. Utiliza la constante booleana %2$s en %3$s para activar la configuración de subdominios. Utiliza %4$s para comprobar si está activa la configuración de subdominios.',NULL,'',0,'2019-11-07 09:10:25'),(3928,3936,'es',0,NULL,'El contenido para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3929,3937,'es',0,NULL,'El contenido de tu entrada no se ajusta a la plantilla asignada a tu tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(3930,3938,'es',0,NULL,'La imagen actual no tiene texto alternativo. El nombre del archivo es: %s',NULL,'',0,'2019-11-07 09:10:25'),(3931,3939,'es',0,NULL,'El usuario actual puede asignar términos en la taxonomía %s.',NULL,'',0,'2019-11-07 09:10:25'),(3932,3940,'es',0,NULL,'El usuario actual puede cambiar el autor de esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3933,3941,'es',0,NULL,'El usuario actual puede crear términos en la taxonomía %s.',NULL,'',0,'2019-11-07 09:10:25'),(3934,3942,'es',0,NULL,'El usuario actual puede publicar código HTML y JavaScript sin filtro. ',NULL,'',0,'2019-11-07 09:10:25'),(3935,3943,'es',0,NULL,'El usuario actual puede publicar esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3936,3944,'es',0,NULL,'El usuario actual puede fijar esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(3937,3945,'es',0,NULL,'La fecha en que el objeto fue modificado por última vez, como GMT.',NULL,'',0,'2019-11-07 09:10:25'),(3938,3946,'es',0,NULL,'La fecha en la que se modificó el objeto por última vez, en el huso horario del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3939,3947,'es',0,NULL,'La fecha de publicación del objeto, como GMT.',NULL,'',0,'2019-11-07 09:10:25'),(3940,3948,'es',0,NULL,'La fecha de publicación del objeto, en el huso horario del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(3941,3949,'es',0,NULL,'La descripción se mostrará en los menús si el tema actual lo soporta.',NULL,'',0,'2019-11-07 09:10:25'),(3942,3950,'es',0,NULL,'El campo del editor destaca automáticamente la sintaxis del código. Puedes desactivar esto en tu <a href=\"%1$s\" %2$s>perfil de usuario%3$s</a> para que funcione en el modo de texto plano.',NULL,'',0,'2019-11-07 09:10:25'),(3943,3951,'es',0,NULL,'El editor ha encontrado un error inesperado.',NULL,'',0,'2019-11-07 09:10:25'),(3944,3952,'es',0,NULL,'La dirección de correo electrónico parece que no es válida. Por favor, introduce una válida.',NULL,'',0,'2019-11-07 09:10:25'),(3945,3953,'es',0,NULL,'La dirección de correo electrónico del usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3946,3954,'es',0,NULL,'No se ha podido enviar el correo electrónico. Posible motivo: es posible que tu hospedaje haya desactivado la función mail().',NULL,'',0,'2019-11-07 09:10:25'),(3947,3955,'es',0,NULL,'El extracto del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3948,3956,'es',0,NULL,'El extracto está oculto.',NULL,'',0,'2019-11-07 09:10:25'),(3949,3957,'es',0,NULL,'El extracto es visible.',NULL,'',0,'2019-11-07 09:10:25'),(3950,3958,'es',0,NULL,'Los siguientes atajos de formato se sustituyen al pulsar Intro. Pulsa Escape o el botón Deshacer para deshacer los cambios.',NULL,'',0,'2019-11-07 09:10:25'),(3951,3959,'es',0,NULL,'Los siguientes valores no describen una fecha válida: mes %1$s, día %2$s.',NULL,'',0,'2019-11-07 09:10:25'),(3952,3960,'es',0,NULL,'Los siguientes valores no describen una fecha correcta: año %1$s, mes %2$s, día %3$s.',NULL,'',0,'2019-11-07 09:10:25'),(3953,3961,'es',0,NULL,'El formato del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3954,3962,'es',0,NULL,'El ID de objeto dado no es de un objeto de menú.',NULL,'',0,'2019-11-07 09:10:25'),(3955,3963,'es',0,NULL,'El identificador global único para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(3956,3964,'es',0,NULL,'El controlador para la ruta es no válido',NULL,'',0,'2019-11-07 09:10:25'),(3957,3965,'es',0,NULL,'La última parte de la URL.',NULL,'',0,'2019-11-07 09:10:25'),(3958,3966,'es',0,NULL,'El enlace que has seguido ha caducado.',NULL,'',0,'2019-11-07 09:10:25'),(3959,3967,'es',0,NULL,'La página de acceso se abrirá en una pestaña nueva. Después de acceder puedes cerrarla y volver a esta página.',NULL,'',0,'2019-11-07 09:10:25'),(3960,3968,'es',0,NULL,'La altura máxima del marco de incrustación en píxeles.',NULL,'',0,'2019-11-07 09:10:25'),(3961,3969,'es',0,NULL,'El ancho máximo del marco de incrustación en píxeles.',NULL,'',0,'2019-11-07 09:10:25'),(3962,3970,'es',0,NULL,'El ID del menú no debería estar vacío.',NULL,'',0,'2019-11-07 09:10:25'),(3963,3971,'es',0,NULL,'El nombre del menú %s entra en conflicto con otro menú. Por favor, utiliza otro.',NULL,'',0,'2019-11-07 09:10:25'),(3964,3972,'es',0,NULL,'Actualmente la red permite el registro de sitios y usuarios.',NULL,'',0,'2019-11-07 09:10:25'),(3965,3973,'es',0,NULL,'Actualmente la red permite el registro de sitios.',NULL,'',0,'2019-11-07 09:10:25'),(3966,3974,'es',0,NULL,'Actualmente la red permite el registro de usuarios.',NULL,'',0,'2019-11-07 09:10:25'),(3967,3975,'es',0,NULL,'Actualmente la red no permite registros.',NULL,'',0,'2019-11-07 09:10:25'),(3968,3976,'es',0,NULL,'El siguiente grupo de atajos de formato se aplican mientras escribes o cuando los insertas alrededor de texto plano en el mismo párrafo. Pulsa la tecla Esc o el botón Deshacer para deshacer los cambios.',NULL,'',0,'2019-11-07 09:10:25'),(3969,3977,'es',0,NULL,'Alias del usuario.',NULL,'',0,'2019-11-07 09:10:25'),(3970,3978,'es',0,NULL,'El formato oEmbed a utilizar.',NULL,'',0,'2019-11-07 09:10:25'),(3971,3979,'es',0,NULL,'El número de intervalo solicitado es mayor o igual al número de revisiones disponibles.',NULL,'',0,'2019-11-07 09:10:25'),(3972,3980,'es',0,NULL,'El orden del objeto en relación con otro objeto de su tipo.',NULL,'',0,'2019-11-07 09:10:25'),(3973,3981,'es',0,NULL,'El número de página solicitada es mayor que el número de páginas disponibles.',NULL,'',0,'2019-11-07 09:10:25'),(3974,3982,'es',0,NULL,'Identificador del término superior.',NULL,'',0,'2019-11-07 09:10:25'),(3975,3983,'es',0,NULL,'No encontramos el tema principal. Por favor, instala el tema principal «%s».',NULL,'',0,'2019-11-07 09:10:25'),(3976,3984,'es',0,NULL,'La contraseña de la entrada superior del comentario (si la entrada está protegida por contraseña).',NULL,'',0,'2019-11-07 09:10:25'),(3977,3985,'es',0,NULL,'La contraseña para la entrada si está protegida por contraseña.',NULL,'',0,'2019-11-07 09:10:25'),(3978,3986,'es',0,NULL,'Las contraseñas no coinciden.',NULL,'',0,'2019-11-07 09:10:25'),(3979,3987,'es',0,NULL,'El pingback ya ha sido registrado.',NULL,'',0,'2019-11-07 09:10:25'),(3980,3988,'es',0,NULL,'La entrada no puede borrarse.',NULL,'',0,'2019-11-07 09:10:25'),(3981,3989,'es',0,NULL,'La entrada no se puede enviar a la papelera. Ponlo a \'%s\' para borrar.',NULL,'',0,'2019-11-07 09:10:25'),(3982,3990,'es',0,NULL,'La entrada ya ha sido borrada previamente.',NULL,'',0,'2019-11-07 09:10:25'),(3983,3991,'es',0,NULL,'El tipo de publicación %1$s no está registrado así que puede que no sea fiable para comprobar la capacidad de «%2$s» para un contenido de ese tipo.',NULL,'',0,'2019-11-07 09:10:25'),(3984,3992,'es',0,NULL,'El tipo de contenido no puede cambiarse.',NULL,'',0,'2019-11-07 09:10:25'),(3985,3993,'es',0,NULL,'El grupo de cambios anterior ya se ha publicado. Por favor, trata de guardar de nuevo tu grupo de cambios actual.',NULL,'',0,'2019-11-07 09:10:25'),(3986,3994,'es',0,NULL,'El argumento de la consulta %s debe tener un marcador de posición.',NULL,'',0,'2019-11-07 09:10:25'),(3987,3995,'es',0,NULL,'La consulta no contiene el número correcto de marcadores (%1$d) para el número de argumentos pasados (%2$d).',NULL,'',0,'2019-11-07 09:10:25'),(3988,3996,'es',0,NULL,'La consulta solo esperaba un marcador de posición pero se envió un array de varios marcadores de posición.',NULL,'',0,'2019-11-07 09:10:25'),(3989,3997,'es',0,NULL,'El bloque renderizado.',NULL,'',0,'2019-11-07 09:10:25'),(3990,3998,'es',0,NULL,'El tema solicitado no existe.',NULL,'',0,'2019-11-07 09:10:25'),(3991,3999,'es',0,NULL,'El usuario solicitado no existe.',NULL,'',0,'2019-11-07 09:10:25'),(3992,4000,'es',0,NULL,'Las respuesta no es una respuesta JSON válida.',NULL,'',0,'2019-11-07 09:10:25'),(3993,4001,'es',0,NULL,'El rol %s no existe.',NULL,'',0,'2019-11-07 09:10:25'),(3994,4002,'es',0,NULL,'Los resultados de búsqueda se actualizarán a medida que escribes.',NULL,'',0,'2019-11-07 09:10:25'),(3995,4003,'es',0,NULL,'El sitio %s es tuyo.',NULL,'',0,'2019-11-07 09:10:25'),(3996,4004,'es',0,NULL,'Se ha avisado al administrador del sitio y cumplirá tu petición tan pronto como sea posible.',NULL,'',0,'2019-11-07 09:10:25'),(3997,4005,'es',0,NULL,'Se ha avisado al administrador del sitio. Recibirás un enlace para descargar tu exportación por correo electrónico cuando completen tu solicitud.',NULL,'',0,'2019-11-07 09:10:25'),(3998,4006,'es',0,NULL,'Se ha avisado al administrador del sitio. Recibirás un correo electrónico de confirmación cuando borren tus datos.',NULL,'',0,'2019-11-07 09:10:25'),(3999,4007,'es',0,NULL,'Parece que este sitio ya está inicializado.',NULL,'',0,'2019-11-07 09:10:25'),(4000,4008,'es',0,NULL,'Parece que ya se ha cancelado la inicialización del sitio.',NULL,'',0,'2019-11-07 09:10:25'),(4001,4009,'es',0,NULL,'El sitio ya está activado.',NULL,'',0,'2019-11-07 09:10:25'),(4002,4010,'es',0,NULL,'El sitio está experimentando dificultades técnicas.',NULL,'',0,'2019-11-07 09:10:25'),(4003,4011,'es',0,NULL,'El sitio está experimentando dificultades técnicas. Por favor, revisa el buzón de correo electrónico del administrador de tu sitio para ver las instrucciones.',NULL,'',0,'2019-11-07 09:10:25'),(4004,4012,'es',0,NULL,'El sitio que has solicitado no está instalado correctamente. Por favor, ponte en contacto con el administrador del sistema.',NULL,'',0,'2019-11-07 09:10:25'),(4005,4013,'es',0,NULL,'El sitio que estabas buscando, %s, no existe, ¡pero puedes crearlo ahora!',NULL,'',0,'2019-11-07 09:10:25'),(4006,4014,'es',0,NULL,'El sitio que estás buscando, %s, no existe.',NULL,'',0,'2019-11-07 09:10:25'),(4007,4015,'es',0,NULL,'El slug «%s» lo está utilizando ya otro término.',NULL,'',0,'2019-11-07 09:10:25'),(4008,4016,'es',0,NULL,'La URL de origen y la URL de destino no pueden apuntar ambas al mismo recurso.',NULL,'',0,'2019-11-07 09:10:25'),(4009,4017,'es',0,NULL,'La URL de origen no contiene un enlace a la URL de destino, así que no puede ser usada como origen.',NULL,'',0,'2019-11-07 09:10:25'),(4010,4018,'es',0,NULL,'La URL de origen no existe.',NULL,'',0,'2019-11-07 09:10:25'),(4011,4019,'es',0,NULL,'El nombre de espacio que has especificado no está disponible.',NULL,'',0,'2019-11-07 09:10:25'),(4012,4020,'es',0,NULL,'La URL especificada no puede utilizarse como destino. O bien no existe o no es un recurso activable para pingbacks.',NULL,'',0,'2019-11-07 09:10:25'),(4013,4021,'es',0,NULL,'La URL de destino especificada no existe.',NULL,'',0,'2019-11-07 09:10:25'),(4014,4022,'es',0,NULL,'La nube de etiquetas no se mostrará puesto que no hay taxonomías que soporten el widget de nube de etiquetas.',NULL,'',0,'2019-11-07 09:10:25'),(4015,4023,'es',0,NULL,'El término no puede eliminarse.',NULL,'',0,'2019-11-07 09:10:25'),(4016,4024,'es',0,NULL,'El nombre del término no puede estar vacío.',NULL,'',0,'2019-11-07 09:10:25'),(4017,4025,'es',0,NULL,'Los términos asignados al objeto en la taxonomía %s.',NULL,'',0,'2019-11-07 09:10:25'),(4018,4026,'es',0,NULL,'El tema se define a sí mismo como su tema superior. Por favor, revisa la cabecera de %s.',NULL,'',0,'2019-11-07 09:10:25'),(4019,4027,'es',0,NULL,'La carpeta de temas «%s» no existe.',NULL,'',0,'2019-11-07 09:10:25'),(4020,4028,'es',0,NULL,'El fichero del tema a usar para mostrar el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4021,4029,'es',0,NULL,'La zona horaria que has introducido no es válida. Por favor, selecciona una zona horaria válida.',NULL,'',0,'2019-11-07 09:10:25'),(4022,4030,'es',0,NULL,'El título para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4023,4031,'es',0,NULL,'El título del tipo de contenido.',NULL,'',0,'2019-11-07 09:10:25'),(4024,4032,'es',0,NULL,'Título del estado.',NULL,'',0,'2019-11-07 09:10:25'),(4025,4033,'es',0,NULL,'Título de la taxonomía.',NULL,'',0,'2019-11-07 09:10:25'),(4026,4034,'es',0,NULL,'El usuario no puede ser eliminado.',NULL,'',0,'2019-11-07 09:10:25'),(4027,4035,'es',0,NULL,'El usuario ya esta activo.',NULL,'',0,'2019-11-07 09:10:25'),(4028,4036,'es',0,NULL,'Ajustes de visibilidad para la taxonomía.',NULL,'',0,'2019-11-07 09:10:25'),(4029,4037,'es',0,NULL,'El navegador web de tu dispositivo no puede subir archivos. Podrías probar la <a href=\"%s\">aplicación nativa para tu dispositivo</a> en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4030,4038,'es',0,NULL,'Detalles del tema',NULL,'',0,'2019-11-07 09:10:25'),(4031,4039,'es',0,NULL,'Calle Principal 123',NULL,'',0,'2019-11-07 09:10:25'),(4032,4040,'es',0,NULL,'Una sección de la página de inicio',NULL,'',0,'2019-11-07 09:10:25'),(4033,4041,'es',0,NULL,'Acerca de',NULL,'',0,'2019-11-07 09:10:25'),(4034,4042,'es',0,NULL,'Acerca de este sitio',NULL,'',0,'2019-11-07 09:10:25'),(4035,4043,'es',0,NULL,'Dirección',NULL,'',0,'2019-11-07 09:10:25'),(4036,4044,'es',0,NULL,'Archivos',NULL,'',0,'2019-11-07 09:10:25'),(4037,4045,'es',0,NULL,'Blog',NULL,'',0,'2019-11-07 09:10:25'),(4038,4046,'es',0,NULL,'Calendario',NULL,'',0,'2019-11-07 09:10:25'),(4039,4047,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:10:25'),(4040,4048,'es',0,NULL,'Contacto',NULL,'',0,'2019-11-07 09:10:25'),(4041,4049,'es',0,NULL,'Correo electrónico',NULL,'',0,'2019-11-07 09:10:25'),(4042,4050,'es',0,NULL,'Facebook',NULL,'',0,'2019-11-07 09:10:25'),(4043,4051,'es',0,NULL,'Encuéntranos',NULL,'',0,'2019-11-07 09:10:25'),(4044,4052,'es',0,NULL,'Foursquare',NULL,'',0,'2019-11-07 09:10:25'),(4045,4053,'es',0,NULL,'GitHub',NULL,'',0,'2019-11-07 09:10:25'),(4046,4054,'es',0,NULL,'Inicio',NULL,'',0,'2019-11-07 09:10:25'),(4047,4055,'es',0,NULL,'Horas',NULL,'',0,'2019-11-07 09:10:25'),(4048,4056,'es',0,NULL,'Instagram',NULL,'',0,'2019-11-07 09:10:25'),(4049,4057,'es',0,NULL,'LinkedIn',NULL,'',0,'2019-11-07 09:10:25'),(4050,4058,'es',0,NULL,'Meta',NULL,'',0,'2019-11-07 09:10:25'),(4051,4059,'es',0,NULL,'Lunes a viernes: 9:00AM a 5:00PM',NULL,'',0,'2019-11-07 09:10:25'),(4052,4060,'es',0,NULL,'New York, NY 10001',NULL,'',0,'2019-11-07 09:10:25'),(4053,4061,'es',0,NULL,'Noticias',NULL,'',0,'2019-11-07 09:10:25'),(4054,4062,'es',0,NULL,'Pinterest',NULL,'',0,'2019-11-07 09:10:25'),(4055,4063,'es',0,NULL,'Comentarios recientes',NULL,'',0,'2019-11-07 09:10:25'),(4056,4064,'es',0,NULL,'Entradas recientes',NULL,'',0,'2019-11-07 09:10:25'),(4057,4065,'es',0,NULL,'Sábado y domingo: 11:00AM a 3:00PM',NULL,'',0,'2019-11-07 09:10:25'),(4058,4066,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:25'),(4059,4067,'es',0,NULL,'Esta es una página con información de contacto básica, como la dirección y el número de teléfono. Incluso puedes probar un plugin para añadir un formulario de contacto.',NULL,'',0,'2019-11-07 09:10:25'),(4060,4068,'es',0,NULL,'Este es un ejemplo de una sección de la página de inicio. Las secciones de la página de inicio pueden estar en cualquier página aparte de la propia de inicio, incluida la página que muestra tus últimas entradas.',NULL,'',0,'2019-11-07 09:10:25'),(4061,4069,'es',0,NULL,'Este puede ser un buen lugar para presentarte a ti y a tu sitio o para incluir algunos méritos.',NULL,'',0,'2019-11-07 09:10:25'),(4062,4070,'es',0,NULL,'Twitter',NULL,'',0,'2019-11-07 09:10:25'),(4063,4071,'es',0,NULL,'¡Bienvenido a tu sitio! Esta es tu página de inicio, que es la que la mayoría de visitantes verán cuando vengan a tu sitio por primera vez.',NULL,'',0,'2019-11-07 09:10:25'),(4064,4072,'es',0,NULL,'Yelp',NULL,'',0,'2019-11-07 09:10:25'),(4065,4073,'es',0,NULL,'Puedes ser un artista que quiere presentarse a sí mismo y a su trabajo, o un negocio con una misión que describir.',NULL,'',0,'2019-11-07 09:10:25'),(4066,4074,'es',0,NULL,'YouTube',NULL,'',0,'2019-11-07 09:10:25'),(4067,4075,'es',0,NULL,'El soporte del Tema para %1$s debe estar registrado antes del gancho %2$s.',NULL,'',0,'2019-11-07 09:10:25'),(4068,4076,'es',0,NULL,'Tema sin %s',NULL,'',0,'2019-11-07 09:10:25'),(4069,4077,'es',0,NULL,'Temas',NULL,'',0,'2019-11-07 09:10:25'),(4070,4078,'es',0,NULL,'No hay medios de transporte HTTP disponibles que puedan completar la solicitud requerida.',NULL,'',0,'2019-11-07 09:10:25'),(4071,4079,'es',0,NULL,'No hay subtítulos asociados.',NULL,'',0,'2019-11-07 09:10:25'),(4072,4080,'es',0,NULL,'No hay opciones para este widget.',NULL,'',0,'2019-11-07 09:10:25'),(4073,4081,'es',0,NULL,'No hay ningún widget disponible.',NULL,'',0,'2019-11-07 09:10:25'),(4074,4082,'es',0,NULL,'Parece que no hay ningún correo electrónico nuevo.',NULL,'',0,'2019-11-07 09:10:25'),(4075,4083,'es',0,NULL,'No parece que sea un archivo %s. Necesito saber esto antes de empezar.',NULL,'',0,'2019-11-07 09:10:25'),(4076,4084,'es',0,NULL,'Se ha producido un error recortando la imagen.',NULL,'',0,'2019-11-07 09:10:25'),(4077,4085,'es',0,NULL,'Hay un error %d que tienes que arreglar antes de guardar.',NULL,'',0,'2019-11-07 09:10:25'),(4078,4086,'es',0,NULL,'Hay %d errores que tienes que arreglar antes de guardar.',NULL,'',0,'2019-11-07 09:10:25'),(4079,4087,'es',0,NULL,'Hay %d error que debes arreglar antes de actualizar este archivo.',NULL,'',0,'2019-11-07 09:10:25'),(4080,4088,'es',0,NULL,'Hay %d errores que debes arreglar antes de actualizar este archivo.',NULL,'',0,'2019-11-07 09:10:25'),(4081,4089,'es',0,NULL,'Hay un guardado automático de tus cambios más reciente que el que estás previsualizando. <a href=\"%s\">Restaurar el guardado automático</a>',NULL,'',0,'2019-11-07 09:10:25'),(4082,4090,'es',0,NULL,'Hay una revisión más reciente de esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(4083,4091,'es',0,NULL,'Hay un guardado automático de esta entrada que es más reciente que la versión de abajo.',NULL,'',0,'2019-11-07 09:10:25'),(4084,4092,'es',0,NULL,'No hay una revisión de guardado automático para esta entrada.',NULL,'',0,'2019-11-07 09:10:25'),(4085,4093,'es',0,NULL,'No hay extracto porque es una entrada protegida.',NULL,'',0,'2019-11-07 09:10:25'),(4086,4094,'es',0,NULL,'No hay nada que guardar. El guardado automático y el contenido de la entrada son iguales.',NULL,'',0,'2019-11-07 09:10:25'),(4087,4095,'es',0,NULL,'Ha habido un problema de configuración. Por favor, contacta con el administrador del servidor.',NULL,'',0,'2019-11-07 09:10:25'),(4088,4096,'es',0,NULL,'Hubo un problema, revisa el formulario y prueba de nuevo.',NULL,'',0,'2019-11-07 09:10:25'),(4089,4097,'es',0,NULL,'Hubo un problema de identificación. Por favor, recargar e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:25'),(4090,4098,'es',0,NULL,'Esta acción la ha desactivado el administrador.',NULL,'',0,'2019-11-07 09:10:25'),(4091,4099,'es',0,NULL,'Esta dirección se utiliza para fines de administración, por ejemplo avisos de nuevos usuarios.',NULL,'',0,'2019-11-07 09:10:25'),(4092,4100,'es',0,NULL,'Este argumento ha cambiado a un array para que coincida con el comportamiento de otras funciones de cron.',NULL,'',0,'2019-11-07 09:10:25'),(4093,4101,'es',0,NULL,'Este bloque solo se puede utilizar una vez.',NULL,'',0,'2019-11-07 09:10:25'),(4094,4102,'es',0,NULL,'Este bloque contiene contenido inesperado o no válido.',NULL,'',0,'2019-11-07 09:10:25'),(4095,4103,'es',0,NULL,'Este bloque ha encontrado un error y no puede previsualizarse.',NULL,'',0,'2019-11-07 09:10:25'),(4096,4104,'es',0,NULL,'Este bloque está obsoleto. Por favor, utiliza el bloque de columnas en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4097,4105,'es',0,NULL,'Este bloque está obsoleto. Por favor, utiliza el bloque de párrafo en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4098,4106,'es',0,NULL,'Esta combinación de color puede ser difícil de leer para la gente. Trata de usar un color de fondo más claro y/o un color de texto más oscuro.',NULL,'',0,'2019-11-07 09:10:25'),(4099,4107,'es',0,NULL,'Esta combinación de color puede ser difícil de leer para la gente. Trata de usar un color de fondo más oscuro y/o un color de texto más claro.',NULL,'',0,'2019-11-07 09:10:25'),(4100,4108,'es',0,NULL,'Este contenido está protegido por contraseña. Para verlo introduce tu contraseña a continuación:',NULL,'',0,'2019-11-07 09:10:25'),(4101,4109,'es',0,NULL,'Este contenido fue borrado por el autor.',NULL,'',0,'2019-11-07 09:10:25'),(4102,4110,'es',0,NULL,'Esto significa que, o la información de nombre de usuario y contraseña de tu archivo %1$s es incorrecto o que no podemos contactar con el servidor de la base de datos en %2$s. Esto podría significar que el servidor de tu base de datos está caído.',NULL,'',0,'2019-11-07 09:10:25'),(4103,4111,'es',0,NULL,'Este incrustado podría no mantener su relación de aspecto cuando el navegador cambie de tamaño.',NULL,'',0,'2019-11-07 09:10:25'),(4104,4112,'es',0,NULL,'Este incrustado mantendrá su relación de aspecto cuando el navegador cambie de tamaño.',NULL,'',0,'2019-11-07 09:10:25'),(4105,4113,'es',0,NULL,'Esta función requiere de frames integrados. Tienes los iframes desactivados o tu navegador no es compatible.',NULL,'',0,'2019-11-07 09:10:25'),(4106,4114,'es',0,NULL,'El tamaño del archivo excede el tamaño permitido en este sitio.',NULL,'',0,'2019-11-07 09:10:25'),(4107,4115,'es',0,NULL,'Este archivo está vacío.',NULL,'',0,'2019-11-07 09:10:25'),(4108,4116,'es',0,NULL,'Este archivo está vacío. Por favor, prueba con otro.',NULL,'',0,'2019-11-07 09:10:25'),(4109,4117,'es',0,NULL,'Este archivo no es una imagen. Por favor, prueba con otro.',NULL,'',0,'2019-11-07 09:10:25'),(4110,4118,'es',0,NULL,'Este archivo es muy grande. El archivo debe ser de menos de %s Kb.',NULL,'',0,'2019-11-07 09:10:25'),(4111,4119,'es',0,NULL,'Ya no es necesario incluir este archivo.',NULL,'',0,'2019-11-07 09:10:25'),(4112,4120,'es',0,NULL,'Este formulario no se puede previsualizar en directo.',NULL,'',0,'2019-11-07 09:10:25'),(4113,4121,'es',0,NULL,'La imagen tiene un atributo ALT vacío',NULL,'',0,'2019-11-07 09:10:25'),(4114,4122,'es',0,NULL,'La imagen tiene un atributo ALT vacío; su nombre de archivo es %s',NULL,'',0,'2019-11-07 09:10:25'),(4115,4123,'es',0,NULL,'Supera el tamaño permitido. Por favor, prueba con otro.',NULL,'',0,'2019-11-07 09:10:25'),(4116,4124,'es',0,NULL,'Este es el enlace corto.',NULL,'',0,'2019-11-07 09:10:25'),(4117,4125,'es',0,NULL,'Este enlace ha caducado.',NULL,'',0,'2019-11-07 09:10:25'),(4118,4126,'es',0,NULL,'Este enlace no se puede previsualizar en directo.',NULL,'',0,'2019-11-07 09:10:25'),(4119,4127,'es',0,NULL,'Esto significa que hemos pedido el contacto con la base de datos del servidor en %s. Puede que esto signifique que el servidor donde está alojada tu base de datos se haya caído.',NULL,'',0,'2019-11-07 09:10:25'),(4120,4128,'es',0,NULL,'Este panel se usa para gestionar los menús de navegación de los contenidos que ya has publicado en tu sitio. Puedes crear menús y añadir elementos del contenido existente, como páginas, entradas, categorías, etiquetas, formatos, o enlaces personalizados. ',NULL,'',0,'2019-11-07 09:10:25'),(4121,4129,'es',0,NULL,'Esta entrada está siendo editada.',NULL,'',0,'2019-11-07 09:10:25'),(4122,4130,'es',0,NULL,'Esta entrada está protegida. Para verla, escribe la contraseña:',NULL,'',0,'2019-11-07 09:10:25'),(4123,4131,'es',0,NULL,'Este recurso lo proporciona tu servidor web y es específico para tu sitio. Para más información, <a href=\"%s\" target=\"_blank\">revisa la documentación oficial de WordPress</a>.',NULL,'',0,'2019-11-07 09:10:25'),(4124,4132,'es',0,NULL,'Este sitio ha sido archivado o suspendido.',NULL,'',0,'2019-11-07 09:10:25'),(4125,4133,'es',0,NULL,'Este sitio todavía no está activo. Si tienes problemas para activar tu sitio contacta con %s por favor.',NULL,'',0,'2019-11-07 09:10:25'),(4126,4134,'es',0,NULL,'Este sitio ya no está disponible.',NULL,'',0,'2019-11-07 09:10:25'),(4127,4135,'es',0,NULL,'Esta taxonomía no es jerárquica.',NULL,'',0,'2019-11-07 09:10:25'),(4128,4136,'es',0,NULL,'Este tema no es compatible con cabeceras de vídeo en esta página. Puedes ir a la página principal u otra página que admita cabeceras de vídeo.',NULL,'',0,'2019-11-07 09:10:25'),(4129,4137,'es',0,NULL,'Este tema no se ha cargado correctamente y se ha puesto en pausa en el escritorio de administración.',NULL,'',0,'2019-11-07 09:10:25'),(4130,4138,'es',0,NULL,'Este archivo de vídeo es demasiado grande para utilizarlo como vídeo de cabecera. Prueba con un vídeo más corto u optimiza los ajustes de compresión y vuelve a subir un archivo de menos de 8 MB de peso. O sube tu vídeo a YouTube y enlázalo con la opción siguiente.',NULL,'',0,'2019-11-07 09:10:25'),(4131,4139,'es',0,NULL,'Este widget puede contener código que podría funcionar mejor en el widget «HTML personalizado». ¿Qué te parece probar ese widget en su lugar?',NULL,'',0,'2019-11-07 09:10:25'),(4132,4140,'es',0,NULL,'Este widget puede que contenga código que podría funcionar mejor en el widget de «HTML personalizado». Si aún no lo has hecho ¿qué te parece probar ese widget en su lugar?',NULL,'',0,'2019-11-07 09:10:25'),(4133,4141,'es',0,NULL,'jue',NULL,'',0,'2019-11-07 09:10:25'),(4134,4142,'es',0,NULL,'Miniatura',NULL,'',0,'2019-11-07 09:10:25'),(4135,4143,'es',0,NULL,'Altura de la miniatura',NULL,'',0,'2019-11-07 09:10:25'),(4136,4144,'es',0,NULL,'Anchura de la miniatura',NULL,'',0,'2019-11-07 09:10:25'),(4137,4145,'es',0,NULL,'Las miniaturas se recortan alineadas.',NULL,'',0,'2019-11-07 09:10:25'),(4138,4146,'es',0,NULL,'Las miniaturas no se recortan.',NULL,'',0,'2019-11-07 09:10:25'),(4139,4147,'es',0,NULL,'jueves',NULL,'',0,'2019-11-07 09:10:25'),(4140,4148,'es',0,NULL,'J',NULL,'',0,'2019-11-07 09:10:25'),(4141,4149,'es',0,NULL,'Hora',NULL,'',0,'2019-11-07 09:10:25'),(4142,4150,'es',0,NULL,'Formato de hora',NULL,'',0,'2019-11-07 09:10:25'),(4143,4151,'es',0,NULL,'Control de tiempo',NULL,'',0,'2019-11-07 09:10:25'),(4144,4152,'es',0,NULL,'Zona horaria',NULL,'',0,'2019-11-07 09:10:25'),(4145,4153,'es',0,NULL,'¡Es hora de añadir algunos enlaces! Haz clic en «%s» para empezar a poner páginas, categorías y enlaces personalizados en tu menú. Añade tantos elementos como quieras.',NULL,'',0,'2019-11-07 09:10:25'),(4146,4154,'es',0,NULL,'Zona horaria',NULL,'',0,'2019-11-07 09:10:25'),(4147,4155,'es',0,NULL,'La zona horaria es %1$s (%2$s), actualmente %3$s.',NULL,'',0,'2019-11-07 09:10:25'),(4148,4156,'es',0,NULL,'La zona horaria es %s.',NULL,'',0,'2019-11-07 09:10:25'),(4149,4157,'es',0,NULL,'Bloques',NULL,'',0,'2019-11-07 09:10:25'),(4150,4158,'es',0,NULL,'Formatos',NULL,'',0,'2019-11-07 09:10:25'),(4151,4159,'es',0,NULL,'Encabezamientos',NULL,'',0,'2019-11-07 09:10:25'),(4152,4160,'es',0,NULL,'Insertar plantilla',NULL,'',0,'2019-11-07 09:10:25'),(4153,4161,'es',0,NULL,'Plantillas',NULL,'',0,'2019-11-07 09:10:25'),(4154,4162,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:25'),(4155,4163,'es',0,NULL,'Archivo',NULL,'',0,'2019-11-07 09:10:25'),(4156,4164,'es',0,NULL,'Formato',NULL,'',0,'2019-11-07 09:10:25'),(4157,4165,'es',0,NULL,'Insertar',NULL,'',0,'2019-11-07 09:10:25'),(4158,4166,'es',0,NULL,'Tabla',NULL,'',0,'2019-11-07 09:10:25'),(4159,4167,'es',0,NULL,'Herramientas',NULL,'',0,'2019-11-07 09:10:25'),(4160,4168,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:10:25'),(4161,4169,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:10:25'),(4162,4170,'es',0,NULL,'Atributos del título',NULL,'',0,'2019-11-07 09:10:25'),(4163,4171,'es',0,NULL,'Título para el objeto, tal y como está en la base de datos.',NULL,'',0,'2019-11-07 09:10:25'),(4164,4172,'es',0,NULL,'Título para el widget',NULL,'',0,'2019-11-07 09:10:25'),(4165,4173,'es',0,NULL,'Título:',NULL,'',0,'2019-11-07 09:10:25'),(4166,4174,'es',0,NULL,'Para activar tu sitio haz clic en el siguiente enlace:\n\n%1$s\n\nDespués de activarlo recibirás *otro correo electrónico* con tus datos de acceso.\n\nDespués de activarlo, podrás visitar tu sitio aquí:\n\n%2$s',NULL,'',0,'2019-11-07 09:10:25'),(4167,4175,'es',0,NULL,'Para activar tu usuario, por favor, haz clic en el siguiente enlace:\n\n%s\n\nDespués de activarlo recibirás *otro correo electrónico* con tus credenciales de acceso.',NULL,'',0,'2019-11-07 09:10:25'),(4168,4176,'es',0,NULL,'Para cambiar o desactivar el registro ve a tu <a href=\"%s\">página de opciones</a>.',NULL,'',0,'2019-11-07 09:10:25'),(4169,4177,'es',0,NULL,'Para editar la imagen destacada necesitas permisos para subir medios.',NULL,'',0,'2019-11-07 09:10:25'),(4170,4178,'es',0,NULL,'Para editar este bloque necesitas permisos para subir medios.',NULL,'',0,'2019-11-07 09:10:25'),(4171,4179,'es',0,NULL,'Para salir de este área pulsa la tecla Esc seguida de la tecla Tab.',NULL,'',0,'2019-11-07 09:10:25'),(4172,4180,'es',0,NULL,'Para mover el foco a otros botones utiliza Tab o las teclas de flecha. Para devolver el foco al editor pulsa Escape o utiliza uno de los botones.',NULL,'',0,'2019-11-07 09:10:25'),(4173,4181,'es',0,NULL,'Para restaurar la contraseña, visita la siguiente dirección:',NULL,'',0,'2019-11-07 09:10:25'),(4174,4182,'es',0,NULL,'Para establecer tu contraseña visita la siguiente dirección:',NULL,'',0,'2019-11-07 09:10:25'),(4175,4183,'es',0,NULL,'Hoy',NULL,'',0,'2019-11-07 09:10:25'),(4176,4184,'es',0,NULL,'Cambiar la dirección del editor de texto',NULL,'',0,'2019-11-07 09:10:25'),(4177,4185,'es',0,NULL,'Alternar bucle',NULL,'',0,'2019-11-07 09:10:25'),(4178,4186,'es',0,NULL,'Desplegar/Plegar sección: %s',NULL,'',0,'2019-11-07 09:10:25'),(4179,4187,'es',0,NULL,'Desplegar/Plegar sección: Enlaces personalizados',NULL,'',0,'2019-11-07 09:10:25'),(4180,4188,'es',0,NULL,'Alternar para mostrar una letra inicial grande.',NULL,'',0,'2019-11-07 09:10:25'),(4181,4189,'es',0,NULL,'Demasiadas redirecciones.',NULL,'',0,'2019-11-07 09:10:25'),(4182,4190,'es',0,NULL,'Barra de herramientas',NULL,'',0,'2019-11-07 09:10:25'),(4183,4191,'es',0,NULL,'Más herramientas',NULL,'',0,'2019-11-07 09:10:25'),(4184,4192,'es',0,NULL,'Herramientas',NULL,'',0,'2019-11-07 09:10:25'),(4185,4193,'es',0,NULL,'Arriba',NULL,'',0,'2019-11-07 09:10:25'),(4186,4194,'es',0,NULL,'Arriba a la izquierda',NULL,'',0,'2019-11-07 09:10:25'),(4187,4195,'es',0,NULL,'Arriba a la derecha',NULL,'',0,'2019-11-07 09:10:25'),(4188,4196,'es',0,NULL,'Barra de herramientas superior',NULL,'',0,'2019-11-07 09:10:25'),(4189,4197,'es',0,NULL,'Barra superior activada',NULL,'',0,'2019-11-07 09:10:25'),(4190,4198,'es',0,NULL,'Barra superior desactivada',NULL,'',0,'2019-11-07 09:10:25'),(4191,4199,'es',0,NULL,'Trackback',NULL,'',0,'2019-11-07 09:10:25'),(4192,4200,'es',0,NULL,'Extracto del trackback:',NULL,'',0,'2019-11-07 09:10:25'),(4193,4201,'es',0,NULL,'Pistas (subtítulos, leyendas, descripciones, capítulos o metadatos)',NULL,'',0,'2019-11-07 09:10:25'),(4194,4202,'es',0,NULL,'Transformar a:',NULL,'',0,'2019-11-07 09:10:25'),(4195,4203,'es',0,NULL,'Transformar a:',NULL,'',0,'2019-11-07 09:10:25'),(4196,4204,'es',0,NULL,'Actualizaciones de traducción',NULL,'',0,'2019-11-07 09:10:25'),(4197,4205,'es',0,NULL,'Papelera <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:25'),(4198,4206,'es',0,NULL,'Enviar a la papelera: %s',NULL,'',0,'2019-11-07 09:10:25'),(4199,4207,'es',0,NULL,'Fallo al enviar a la papelera',NULL,'',0,'2019-11-07 09:10:25'),(4200,4208,'es',0,NULL,'mar',NULL,'',0,'2019-11-07 09:10:25'),(4201,4209,'es',0,NULL,'martes',NULL,'',0,'2019-11-07 09:10:25'),(4202,4210,'es',0,NULL,'M',NULL,'',0,'2019-11-07 09:10:25'),(4203,4211,'es',0,NULL,'Turco',NULL,'',0,'2019-11-07 09:10:25'),(4204,4212,'es',0,NULL,'Salir de pantalla completa',NULL,'',0,'2019-11-07 09:10:25'),(4205,4213,'es',0,NULL,'Dos veces al día',NULL,'',0,'2019-11-07 09:10:25'),(4206,4214,'es',0,NULL,'Tipo de atribución del término.',NULL,'',0,'2019-11-07 09:10:25'),(4207,4215,'es',0,NULL,'Tipo de comentario para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4208,4216,'es',0,NULL,'Tipo de entrada para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4209,4217,'es',0,NULL,'Escribe texto o HTML',NULL,'',0,'2019-11-07 09:10:25'),(4210,4218,'es',0,NULL,'Tipos asociados a la taxonomia.',NULL,'',0,'2019-11-07 09:10:25'),(4211,4219,'es',0,NULL,'URL',NULL,'',0,'2019-11-07 09:10:25'),(4212,4220,'es',0,NULL,'Slug de la URL',NULL,'',0,'2019-11-07 09:10:25'),(4213,4221,'es',0,NULL,'URL del autor del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4214,4222,'es',0,NULL,'URL del término.',NULL,'',0,'2019-11-07 09:10:25'),(4215,4223,'es',0,NULL,'Enlace del usuario.',NULL,'',0,'2019-11-07 09:10:25'),(4216,4224,'es',0,NULL,'URL al archivo original del audio %s',NULL,'',0,'2019-11-07 09:10:25'),(4217,4225,'es',0,NULL,'URL al archivo original del vídeo %s',NULL,'',0,'2019-11-07 09:10:25'),(4218,4226,'es',0,NULL,'URL al archivo de medios',NULL,'',0,'2019-11-07 09:10:25'),(4219,4227,'es',0,NULL,'URL del objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4220,4228,'es',0,NULL,'URL al archivo original del adjunto.',NULL,'',0,'2019-11-07 09:10:25'),(4221,4229,'es',0,NULL,'URL: %s',NULL,'',0,'2019-11-07 09:10:25'),(4222,4230,'es',0,NULL,'UTC',NULL,'',0,'2019-11-07 09:10:25'),(4223,4231,'es',0,NULL,'Ukraniano',NULL,'',0,'2019-11-07 09:10:25'),(4224,4232,'es',0,NULL,'No se pudo crear el directorio %s. Asegúrate de que el servidor tiene permisos de escritura para el directorio superior.',NULL,'',0,'2019-11-07 09:10:25'),(4225,4233,'es',0,NULL,'No ha sido posible previsualizar el archivo de medios debido a un error desconocido.',NULL,'',0,'2019-11-07 09:10:25'),(4226,4234,'es',0,NULL,'No ha sido posible recuperar el mensaje de error desde MySQL',NULL,'',0,'2019-11-07 09:10:25'),(4227,4235,'es',0,NULL,'No fue posible guardar debido a %s ajuste no válido.',NULL,'',0,'2019-11-07 09:10:25'),(4228,4236,'es',0,NULL,'No fue posible guardar debido a %s ajustes no válidos.',NULL,'',0,'2019-11-07 09:10:25'),(4229,4237,'es',0,NULL,'No se ha podido enviar el correo electrónico de confirmación de exportación de datos personales.',NULL,'',0,'2019-11-07 09:10:25'),(4230,4238,'es',0,NULL,'No ha sido posible enviar este formulario, por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:25'),(4231,4239,'es',0,NULL,'No fue posible enviar los cambios a la papelera.',NULL,'',0,'2019-11-07 09:10:25'),(4232,4240,'es',0,NULL,'Rechazado',NULL,'',0,'2019-11-07 09:10:25'),(4233,4241,'es',0,NULL,'Sin adjuntar',NULL,'',0,'2019-11-07 09:10:25'),(4234,4242,'es',0,NULL,'No autorizado para modificar la configuración debido a los permisos.',NULL,'',0,'2019-11-07 09:10:25'),(4235,4243,'es',0,NULL,'No autorizado. Debes quitar el parámetro customize_messenger_channel para previsualizarlo como en portada.',NULL,'',0,'2019-11-07 09:10:25'),(4236,4244,'es',0,NULL,'Sin categoría',NULL,'',0,'2019-11-07 09:10:25'),(4237,4245,'es',0,NULL,'Detrás de %s',NULL,'',0,'2019-11-07 09:10:25'),(4238,4246,'es',0,NULL,'Subrayado',NULL,'',0,'2019-11-07 09:10:25'),(4239,4247,'es',0,NULL,'Subraya el texto seleccionado.',NULL,'',0,'2019-11-07 09:10:25'),(4240,4248,'es',0,NULL,'Deshacer',NULL,'',0,'2019-11-07 09:10:25'),(4241,4249,'es',0,NULL,'Deshace tus últimos cambios.',NULL,'',0,'2019-11-07 09:10:25'),(4242,4250,'es',0,NULL,'Identificador único para el objeto.',NULL,'',0,'2019-11-07 09:10:25'),(4243,4251,'es',0,NULL,'Identificador único del término.',NULL,'',0,'2019-11-07 09:10:25'),(4244,4252,'es',0,NULL,'Identificador único del usuario.',NULL,'',0,'2019-11-07 09:10:25'),(4245,4253,'es',0,NULL,'Nombre único registrado para el bloque.',NULL,'',0,'2019-11-07 09:10:25'),(4246,4254,'es',0,NULL,'Feed desconocido',NULL,'',0,'2019-11-07 09:10:25'),(4247,4255,'es',0,NULL,'Error desconocido',NULL,'',0,'2019-11-07 09:10:25'),(4248,4256,'es',0,NULL,'Quitar enlace',NULL,'',0,'2019-11-07 09:10:25'),(4249,4257,'es',0,NULL,'Activar sonido',NULL,'',0,'2019-11-07 09:10:25'),(4250,4258,'es',0,NULL,'Quitar de la barra de herramientas',NULL,'',0,'2019-11-07 09:10:25'),(4251,4259,'es',0,NULL,'Bloque no reconocido',NULL,'',0,'2019-11-07 09:10:25'),(4252,4260,'es',0,NULL,'Ajuste de fondo no reconocido.',NULL,'',0,'2019-11-07 09:10:25'),(4253,4261,'es',0,NULL,'No está permitido anular un tipo de contenido incorporado.',NULL,'',0,'2019-11-07 09:10:25'),(4254,4262,'es',0,NULL,'No está permitido anular una taxonomía incorporada.',NULL,'',0,'2019-11-07 09:10:25'),(4255,4263,'es',0,NULL,'Tipo de valor no compatible (%s).',NULL,'',0,'2019-11-07 09:10:25'),(4256,4264,'es',0,NULL,'Sin título',NULL,'',0,'2019-11-07 09:10:25'),(4257,4265,'es',0,NULL,'Bloque reutilizable sin título',NULL,'',0,'2019-11-07 09:10:25'),(4258,4266,'es',0,NULL,'Flechas arriba y abajo',NULL,'',0,'2019-11-07 09:10:25'),(4259,4267,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:10:25'),(4260,4268,'es',0,NULL,'Actualizar categoría',NULL,'',0,'2019-11-07 09:10:25'),(4261,4269,'es',0,NULL,'¡Fallo al actualizar!',NULL,'',0,'2019-11-07 09:10:25'),(4262,4270,'es',0,NULL,'Error en la actualización: %s',NULL,'',0,'2019-11-07 09:10:25'),(4263,4271,'es',0,NULL,'Actualizar categoría de enlaces',NULL,'',0,'2019-11-07 09:10:25'),(4264,4272,'es',0,NULL,'Actualizar ahora',NULL,'',0,'2019-11-07 09:10:25'),(4265,4273,'es',0,NULL,'Actualizar PHP',NULL,'',0,'2019-11-07 09:10:25'),(4266,4274,'es',0,NULL,'Actualizar etiqueta',NULL,'',0,'2019-11-07 09:10:25'),(4267,4275,'es',0,NULL,'¿Quieres actualizar de todos modos, aunque pueda romper tu sitio?',NULL,'',0,'2019-11-07 09:10:25'),(4268,4276,'es',0,NULL,'Actualizar lista de reproducción de audio',NULL,'',0,'2019-11-07 09:10:25'),(4269,4277,'es',0,NULL,'Actualización cancelada.',NULL,'',0,'2019-11-07 09:10:25'),(4270,4278,'es',0,NULL,'Actualización completada correctamente.',NULL,'',0,'2019-11-07 09:10:25'),(4271,4279,'es',0,NULL,'Actualizar galería',NULL,'',0,'2019-11-07 09:10:25'),(4272,4280,'es',0,NULL,'Actualizar ahora',NULL,'',0,'2019-11-07 09:10:25'),(4273,4281,'es',0,NULL,'Actualizar lista de reproducción de vídeos',NULL,'',0,'2019-11-07 09:10:25'),(4274,4282,'es',0,NULL,'Puede que no completen las actualizaciones si navegas fuera de esta página.',NULL,'',0,'2019-11-07 09:10:25'),(4275,4283,'es',0,NULL,'Actualizando',NULL,'',0,'2019-11-07 09:10:25'),(4276,4284,'es',0,NULL,'La actualización del comentario falló.',NULL,'',0,'2019-11-07 09:10:25'),(4277,4285,'es',0,NULL,'La actualización del estado del comentario falló.',NULL,'',0,'2019-11-07 09:10:25'),(4278,4286,'es',0,NULL,'Fallo al actualizar',NULL,'',0,'2019-11-07 09:10:25'),(4279,4287,'es',0,NULL,'Actualizando...',NULL,'',0,'2019-11-07 09:10:25'),(4280,4288,'es',0,NULL,'Actualizando... por favor, espera.',NULL,'',0,'2019-11-07 09:10:25'),(4281,4289,'es',0,NULL,'Actualizando...',NULL,'',0,'2019-11-07 09:10:25'),(4282,4290,'es',0,NULL,'Subir',NULL,'',0,'2019-11-07 09:10:25'),(4283,4291,'es',0,NULL,'Subir archivos',NULL,'',0,'2019-11-07 09:10:25'),(4284,4292,'es',0,NULL,'Subir imágenes',NULL,'',0,'2019-11-07 09:10:25'),(4285,4293,'es',0,NULL,'Límite de subida excedido',NULL,'',0,'2019-11-07 09:10:25'),(4286,4294,'es',0,NULL,'Subir una imagen',NULL,'',0,'2019-11-07 09:10:25'),(4287,4295,'es',0,NULL,'Falló la subida.',NULL,'',0,'2019-11-07 09:10:25'),(4288,4296,'es',0,NULL,'Subida detenida.',NULL,'',0,'2019-11-07 09:10:25'),(4289,4297,'es',0,NULL,'Sube tu vídeo en formato %1$s y minimiza su tamaño para tener mejores resultados. Tu tema recomienda una altura de %2$s píxeles.',NULL,'',0,'2019-11-07 09:10:25'),(4290,4298,'es',0,NULL,'Para obtener mejores resultados, sube tu vídeo en formato %1$s y reduce el tamaño del archivo. Tu tema recomienda %2$s píxeles de ancho.',NULL,'',0,'2019-11-07 09:10:25'),(4291,4299,'es',0,NULL,'Sube tu vídeo en formato %1$s y minimiza su tamaño de archivo para obtener mejores resultados. Tu tema recomienda unas dimensiones de %2$s pixeles.',NULL,'',0,'2019-11-07 09:10:25'),(4292,4300,'es',0,NULL,'Subido por',NULL,'',0,'2019-11-07 09:10:25'),(4293,4301,'es',0,NULL,'Subido a ',NULL,'',0,'2019-11-07 09:10:25'),(4294,4302,'es',0,NULL,'Subido el:',NULL,'',0,'2019-11-07 09:10:25'),(4295,4303,'es',0,NULL,'Subido a esta página',NULL,'',0,'2019-11-07 09:10:25'),(4296,4304,'es',0,NULL,'Subido a esta entrada',NULL,'',0,'2019-11-07 09:10:25'),(4297,4305,'es',0,NULL,'o',NULL,'',0,'2019-11-07 09:10:25'),(4298,4306,'es',0,NULL,'Subiendo',NULL,'',0,'2019-11-07 09:10:25'),(4299,4307,'es',0,NULL,'El uso del atributo title en el logo de inicio de sesión no se recomienda por razones de accesibilidad. Utiliza el texto del enlace en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4300,4308,'es',0,NULL,'El uso de niveles de usuario está obsoleto. Utiliza las capacidades en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4301,4309,'es',0,NULL,'Utiliza %s en su lugar si no quieres que se muestre el valor.',NULL,'',0,'2019-11-07 09:10:25'),(4302,4310,'es',0,NULL,'Utiliza %s en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4303,4311,'es',0,NULL,'Usa las teclas de dirección izquierda/derecha para avanzar un segundo, y las flechas arriba/abajo para avanzar diez segundos.',NULL,'',0,'2019-11-07 09:10:25'),(4304,4312,'es',0,NULL,'Usar URL',NULL,'',0,'2019-11-07 09:10:25'),(4305,4313,'es',0,NULL,'Utiliza las teclas de flecha arriba/abajo para aumentar o disminuir el volumen.',NULL,'',0,'2019-11-07 09:10:25'),(4306,4314,'es',0,NULL,'Usa un formato de entrada',NULL,'',0,'2019-11-07 09:10:25'),(4307,4315,'es',0,NULL,'Usa una contraseña segura',NULL,'',0,'2019-11-07 09:10:25'),(4308,4316,'es',0,NULL,'Usar como imagen destacada',NULL,'',0,'2019-11-07 09:10:25'),(4309,4317,'es',0,NULL,'Usa comas en vez de %s para separar los términos excluidos.',NULL,'',0,'2019-11-07 09:10:25'),(4310,4318,'es',0,NULL,'Utiliza el filtro %s en su lugar.',NULL,'',0,'2019-11-07 09:10:25'),(4311,4319,'es',0,NULL,'Utiliza el widget HTML personalizado para añadir código HTML arbitrario a tus áreas de widgets.',NULL,'',0,'2019-11-07 09:10:25'),(4312,4320,'es',0,NULL,'Utiliza el editor clásico de WordPress.',NULL,'',0,'2019-11-07 09:10:25'),(4313,4321,'es',0,NULL,'Utiliza las teclas de flechas para cambiar el color base. Muévete arriba para aclarar el color, abajo para oscurecerlo, a la izquierda para disminuir la saturación y a la derecha para aumentar la saturación.',NULL,'',0,'2019-11-07 09:10:25'),(4314,4322,'es',0,NULL,'Usuario',NULL,'',0,'2019-11-07 09:10:25'),(4315,4323,'es',0,NULL,'Escritorio de usuario: %s',NULL,'',0,'2019-11-07 09:10:25'),(4316,4324,'es',0,NULL,'Descripción del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4317,4325,'es',0,NULL,'Nombre visible del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4318,4326,'es',0,NULL,'Correo electrónico del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4319,4327,'es',0,NULL,'Nombre del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4320,4328,'es',0,NULL,'ID del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4321,4329,'es',0,NULL,'Apellidos del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4322,4330,'es',0,NULL,'Nombre de acceso del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4323,4331,'es',0,NULL,'Nombre corto del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4324,4332,'es',0,NULL,'Alias del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4325,4333,'es',0,NULL,'Fecha de registro del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4326,4334,'es',0,NULL,'Petición de usuario',NULL,'',0,'2019-11-07 09:10:25'),(4327,4335,'es',0,NULL,'Peticiones de usuario',NULL,'',0,'2019-11-07 09:10:25'),(4328,4336,'es',0,NULL,'URL del usuario',NULL,'',0,'2019-11-07 09:10:25'),(4329,4337,'es',0,NULL,'Confirmada la acción del usuario.',NULL,'',0,'2019-11-07 09:10:25'),(4334,4342,'es',0,NULL,'Agente de usuario para el autor del objeto.',NULL,'',0,'2019-11-07 09:10:27'),(4335,4343,'es',0,NULL,'No se puede añadir el usuario a este sitio.',NULL,'',0,'2019-11-07 09:10:27'),(4336,4344,'es',0,NULL,'El usuario ha bloqueado las peticiones a través de HTTP.',NULL,'',0,'2019-11-07 09:10:27'),(4337,4345,'es',0,NULL,'No se permite el registro de nuevos usuarios.',NULL,'',0,'2019-11-07 09:10:27'),(4338,4346,'es',0,NULL,'No se permite el registro de nuevos usuarios.',NULL,'',0,'2019-11-07 09:10:27'),(4339,4347,'es',0,NULL,'Administrador',NULL,'',0,'2019-11-07 09:10:27'),(4340,4348,'es',0,NULL,'Autor',NULL,'',0,'2019-11-07 09:10:27'),(4341,4349,'es',0,NULL,'Colaborador',NULL,'',0,'2019-11-07 09:10:27'),(4342,4350,'es',0,NULL,'Editor',NULL,'',0,'2019-11-07 09:10:27'),(4343,4351,'es',0,NULL,'Suscriptor',NULL,'',0,'2019-11-07 09:10:27'),(4344,4352,'es',0,NULL,'Nombre de usuario',NULL,'',0,'2019-11-07 09:10:27'),(4345,4353,'es',0,NULL,'El nombre de usuario contiene caracteres no válidos. ',NULL,'',0,'2019-11-07 09:10:27'),(4346,4354,'es',0,NULL,'El nombre de usuario no es editable.',NULL,'',0,'2019-11-07 09:10:27'),(4347,4355,'es',0,NULL,'El nombre de usuario no puede ser superior a 60 caracteres.',NULL,'',0,'2019-11-07 09:10:27'),(4348,4356,'es',0,NULL,'El nombre de usuario debe tener, al menos, 4 caracteres.',NULL,'',0,'2019-11-07 09:10:27'),(4349,4357,'es',0,NULL,'Nombre de usuario o dirección de correo',NULL,'',0,'2019-11-07 09:10:27'),(4350,4358,'es',0,NULL,'Nombre de usuario:',NULL,'',0,'2019-11-07 09:10:27'),(4351,4359,'es',0,NULL,'Nombre de usuario: %s',NULL,'',0,'2019-11-07 09:10:27'),(4352,4360,'es',0,NULL,'Los nombres de usuario solo pueden contener letras en minúsculas (a-z) y números.',NULL,'',0,'2019-11-07 09:10:27'),(4353,4361,'es',0,NULL,'Usuarios',NULL,'',0,'2019-11-07 09:10:27'),(4354,4362,'es',0,NULL,'Los usuarios no se pueden enviar a la papelera. Ponlo a \'%s\' para borrar.',NULL,'',0,'2019-11-07 09:10:27'),(4355,4363,'es',0,NULL,'Verso',NULL,'',0,'2019-11-07 09:10:27'),(4356,4364,'es',0,NULL,'Versión del formato del bloque de contenido usado por el objeto.',NULL,'',0,'2019-11-07 09:10:27'),(4357,4365,'es',0,NULL,'Pos. vertical',NULL,'',0,'2019-11-07 09:10:27'),(4358,4366,'es',0,NULL,'Espacio vertical',NULL,'',0,'2019-11-07 09:10:27'),(4359,4367,'es',0,NULL,'Gris muy oscuro',NULL,'',0,'2019-11-07 09:10:27'),(4360,4368,'es',0,NULL,'Gris muy claro',NULL,'',0,'2019-11-07 09:10:27'),(4361,4369,'es',0,NULL,'Vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4362,4370,'es',0,NULL,'Vídeos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:27'),(4363,4371,'es',0,NULL,'Detalles del vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4364,4372,'es',0,NULL,'Reproductor de vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4365,4373,'es',0,NULL,'Ajustes de vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4366,4374,'es',0,NULL,'Widget de vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4367,4375,'es',0,NULL,'Widgets de vídeo (%d)',NULL,'',0,'2019-11-07 09:10:27'),(4368,4376,'es',0,NULL,'El vídeo está en pausa.',NULL,'',0,'2019-11-07 09:10:27'),(4369,4377,'es',0,NULL,'El vídeo se está reproduciendo.',NULL,'',0,'2019-11-07 09:10:27'),(4370,4378,'es',0,NULL,'Vietnamita',NULL,'',0,'2019-11-07 09:10:27'),(4371,4379,'es',0,NULL,'Ver la página del adjunto',NULL,'',0,'2019-11-07 09:10:27'),(4372,4380,'es',0,NULL,'Ver bloque',NULL,'',0,'2019-11-07 09:10:27'),(4373,4381,'es',0,NULL,'Ver categoría',NULL,'',0,'2019-11-07 09:10:27'),(4374,4382,'es',0,NULL,'Ver el grupo de cambios',NULL,'',0,'2019-11-07 09:10:27'),(4375,4383,'es',0,NULL,'Ver página',NULL,'',0,'2019-11-07 09:10:27'),(4376,4384,'es',0,NULL,'Ver páginas',NULL,'',0,'2019-11-07 09:10:27'),(4377,4385,'es',0,NULL,'Ver entrada',NULL,'',0,'2019-11-07 09:10:27'),(4378,4386,'es',0,NULL,'Ver entradas',NULL,'',0,'2019-11-07 09:10:27'),(4379,4387,'es',0,NULL,'Ver etiqueta',NULL,'',0,'2019-11-07 09:10:27'),(4380,4388,'es',0,NULL,'Ver usuario',NULL,'',0,'2019-11-07 09:10:27'),(4381,4389,'es',0,NULL,'Ver página de adjuntos',NULL,'',0,'2019-11-07 09:10:27'),(4382,4390,'es',0,NULL,'Ver el guardado automático',NULL,'',0,'2019-11-07 09:10:27'),(4383,4391,'es',0,NULL,'Visibilidad',NULL,'',0,'2019-11-07 09:10:27'),(4384,4392,'es',0,NULL,'Visibilidad:',NULL,'',0,'2019-11-07 09:10:27'),(4385,4393,'es',0,NULL,'Visible por todos',NULL,'',0,'2019-11-07 09:10:27'),(4386,4394,'es',0,NULL,'Visitar el sitio de %s',NULL,'',0,'2019-11-07 09:10:27'),(4387,4395,'es',0,NULL,'Visitar sitio',NULL,'',0,'2019-11-07 09:10:27'),(4388,4396,'es',0,NULL,'Editor visual',NULL,'',0,'2019-11-07 09:10:27'),(4389,4397,'es',0,NULL,'Ayudas visuales',NULL,'',0,'2019-11-07 09:10:27'),(4390,4398,'es',0,NULL,'Editor visual seleccionado',NULL,'',0,'2019-11-07 09:10:27'),(4391,4399,'es',0,NULL,'Azul cian vivo',NULL,'',0,'2019-11-07 09:10:27'),(4392,4400,'es',0,NULL,'Cian verde vivo',NULL,'',0,'2019-11-07 09:10:27'),(4393,4401,'es',0,NULL,'Rojo vivo',NULL,'',0,'2019-11-07 09:10:27'),(4394,4402,'es',0,NULL,'Control de volumen',NULL,'',0,'2019-11-07 09:10:27'),(4395,4403,'es',0,NULL,'Espera un poco más. Hay veces que el correo electrónico puede tardar en llegar por procesos que escapan a nuestro control.',NULL,'',0,'2019-11-07 09:10:27'),(4396,4404,'es',0,NULL,'Atención: el enlace se ha insertado pero puede tener errores. Por favor, compruébalo.',NULL,'',0,'2019-11-07 09:10:27'),(4397,4405,'es',0,NULL,'Ya tenemos un ping de esa URL para esta entrada.',NULL,'',0,'2019-11-07 09:10:27'),(4398,4406,'es',0,NULL,'No podemos encontrar ese archivo de audio. Revisa tu <a href=\"%s\">biblioteca de medios</a> y asegúrate que no fue borrado.',NULL,'',0,'2019-11-07 09:10:27'),(4399,4407,'es',0,NULL,'No podemos encontrar ese archivo. Revisa tu <a href=\"%s\">biblioteca de medios</a> y asegúrate que no fue borrado.',NULL,'',0,'2019-11-07 09:10:27'),(4400,4408,'es',0,NULL,'No podemos encontrar esa imagen. Revisa la <a href=\"%s\">biblioteca de medios</a> y asegúrate que no fue borrado.',NULL,'',0,'2019-11-07 09:10:27'),(4401,4409,'es',0,NULL,'No podemos encontrar ese vídeo. Revisa tu <a href=\"%s\">biblioteca de medios</a> y asegúrate que no fue borrado.',NULL,'',0,'2019-11-07 09:10:27'),(4402,4410,'es',0,NULL,'No podemos encontrar un título en esa página.',NULL,'',0,'2019-11-07 09:10:27'),(4403,4411,'es',0,NULL,'No hemos podido localizar %s. Por favor, prueba con otra ciudad cercana. Por ejemplo: Madrid; Valencia; Sevilla.',NULL,'',0,'2019-11-07 09:10:27'),(4404,4412,'es',0,NULL,'Enviaremos los datos de registro a esta dirección de correo electrónico. Comprueba bien esta dirección antes de continuar.',NULL,'',0,'2019-11-07 09:10:27'),(4405,4413,'es',0,NULL,'Pudimos conectar con el servidor de la base de datos (lo que significa que tu nombre de usuario y contraseña son correctos) pero no fue posible seleccionar la base de datos %s.',NULL,'',0,'2019-11-07 09:10:27'),(4406,4414,'es',0,NULL,'Web',NULL,'',0,'2019-11-07 09:10:27'),(4407,4415,'es',0,NULL,'Web: %1$s (dirección IP: %2$s, %3$s)',NULL,'',0,'2019-11-07 09:10:27'),(4408,4416,'es',0,NULL,'mié',NULL,'',0,'2019-11-07 09:10:27'),(4409,4417,'es',0,NULL,'miércoles',NULL,'',0,'2019-11-07 09:10:27'),(4410,4418,'es',0,NULL,'X',NULL,'',0,'2019-11-07 09:10:27'),(4411,4419,'es',0,NULL,'Bienvenido de nuevo %s. Rellenando el siguiente formulario, puedes <strong>añadir otro sitio a tu cuenta</strong>. No hay límite en el número de sitios que puedas tener, por tanto, crea los que necesites, pero escribe con responsabilidad.',NULL,'',0,'2019-11-07 09:10:27'),(4412,4420,'es',0,NULL,'¡Bienvenido al maravilloso mundo de los bloques! Haz clic en el botón «+» («Añadir bloque») para añadir un nuevo bloque. Hay bloques disponibles para todo tipo de contenido: ¡puedes insertar texto, encabezados, imágenes, listas y mucho más!',NULL,'',0,'2019-11-07 09:10:27'),(4413,4421,'es',0,NULL,'Galés',NULL,'',0,'2019-11-07 09:10:27'),(4414,4422,'es',0,NULL,'¿Qué hago ahora?',NULL,'',0,'2019-11-07 09:10:27'),(4415,4423,'es',0,NULL,'¿Y ahora qué?',NULL,'',0,'2019-11-07 09:10:27'),(4416,4424,'es',0,NULL,'Cuando está en modo reordenar, los controles adicionales para reordenar elementos de menú estarán disponibles en la lista de elementos de arriba.',NULL,'',0,'2019-11-07 09:10:27'),(4417,4425,'es',0,NULL,'Cuando estás en modo reordenar, se mostrarán controles adicionales para reordenar widgets en la lista de widgets de arriba.',NULL,'',0,'2019-11-07 09:10:27'),(4418,4426,'es',0,NULL,'Cuando empiezas un párrafo nuevo con uno de estos atajos de formato, seguidos por un espacio, el formato se aplica automáticamente. Pulsa la tecla Retroceso o Escape para deshacer. ',NULL,'',0,'2019-11-07 09:10:27'),(4419,4427,'es',0,NULL,'Cuando se usa un teclado para navegar:',NULL,'',0,'2019-11-07 09:10:27'),(4420,4428,'es',0,NULL,'Cuando estés listo, envía tu trabajo para revisión, y un editor podrá aprobártelo.',NULL,'',0,'2019-11-07 09:10:27'),(4421,4429,'es',0,NULL,'Si una taxonomía está destinada a utilizarse públicamente o en la interfaz de administración o por los usuarios en la portada.',NULL,'',0,'2019-11-07 09:10:27'),(4422,4430,'es',0,NULL,'Si los comentarios están abiertos en el objeto o no.',NULL,'',0,'2019-11-07 09:10:27'),(4423,4431,'es',0,NULL,'Se puede o no hacer ping al objeto.',NULL,'',0,'2019-11-07 09:10:27'),(4424,4432,'es',0,NULL,'Sea o no el objeto debe ser tratado como fijo.',NULL,'',0,'2019-11-07 09:10:27'),(4425,4433,'es',0,NULL,'Si el tipo de entrada es visible o no.',NULL,'',0,'2019-11-07 09:10:27'),(4426,4434,'es',0,NULL,'Si el tipo de contenido debería tener hijo o no.',NULL,'',0,'2019-11-07 09:10:27'),(4427,4435,'es',0,NULL,'Si la taxonomía debería tener hijas o no.',NULL,'',0,'2019-11-07 09:10:27'),(4428,4436,'es',0,NULL,'Si la nube de términos debería mostrarse o no.',NULL,'',0,'2019-11-07 09:10:27'),(4429,4437,'es',0,NULL,'Si las entradas con este estado deberían mostrarse en la portada del sitio.',NULL,'',0,'2019-11-07 09:10:27'),(4430,4438,'es',0,NULL,'Si las entradas con este estado deberían ser privadas.',NULL,'',0,'2019-11-07 09:10:27'),(4431,4439,'es',0,NULL,'Si las entradas con este estado deberían ser protegidas.',NULL,'',0,'2019-11-07 09:10:27'),(4432,4440,'es',0,NULL,'Si las entradas con este estado deberían poderse buscar públicamente.',NULL,'',0,'2019-11-07 09:10:27'),(4433,4441,'es',0,NULL,'Si el contenido está protegido con contraseña o no.',NULL,'',0,'2019-11-07 09:10:27'),(4434,4442,'es',0,NULL,'Si el extracto está protegido con una contraseña.',NULL,'',0,'2019-11-07 09:10:27'),(4435,4443,'es',0,NULL,'Si la taxonomía puede buscarse públicamente.',NULL,'',0,'2019-11-07 09:10:27'),(4436,4444,'es',0,NULL,'Si el tema es compatible o no con miniaturas de entrada.',NULL,'',0,'2019-11-07 09:10:27'),(4437,4445,'es',0,NULL,'Si el tema es compatible con contenido incrustado adaptable.',NULL,'',0,'2019-11-07 09:10:27'),(4438,4446,'es',0,NULL,'Si se permite la creación automática de columnas de la taxonomía o las tablas del tipo de contenido asociadas,',NULL,'',0,'2019-11-07 09:10:27'),(4439,4447,'es',0,NULL,'Si evitar la papelera y forzar la eliminación.',NULL,'',0,'2019-11-07 09:10:27'),(4440,4448,'es',0,NULL,'Si se genera una UI por defecto para gestionar esta taxonomía.',NULL,'',0,'2019-11-07 09:10:27'),(4441,4449,'es',0,NULL,'Si se ocultarán o no los términos asignados a cualquier entrada.',NULL,'',0,'2019-11-07 09:10:27'),(4442,4450,'es',0,NULL,'Si incluir publicaciones en la lista de edición para su tipo de contenido.',NULL,'',0,'2019-11-07 09:10:27'),(4443,4451,'es',0,NULL,'Si hacer que esté disponible la taxonomía para seleccionarla en los menús de navegación.',NULL,'',0,'2019-11-07 09:10:27'),(4444,4452,'es',0,NULL,'Si se realizará una petición de descubrimiento de oEmbed a proveedores que no estén en lista blanca.',NULL,'',0,'2019-11-07 09:10:27'),(4445,4453,'es',0,NULL,'Si mostrar la taxonomía en el panel de edición rápida/en lotes.',NULL,'',0,'2019-11-07 09:10:27'),(4446,4454,'es',0,NULL,'Mientras visualizas un tema nuevo puedes seguir personalizando elementos como widgets y menús, y explorar opciones específicas del tema.',NULL,'',0,'2019-11-07 09:10:27'),(4447,4455,'es',0,NULL,'Blanco',NULL,'',0,'2019-11-07 09:10:27'),(4448,4456,'es',0,NULL,'Línea ancha',NULL,'',0,'2019-11-07 09:10:27'),(4449,4457,'es',0,NULL,'Ancho amplio',NULL,'',0,'2019-11-07 09:10:27'),(4450,4458,'es',0,NULL,'Widget movido abajo',NULL,'',0,'2019-11-07 09:10:27'),(4451,4459,'es',0,NULL,'Widget movido arriba',NULL,'',0,'2019-11-07 09:10:27'),(4452,4460,'es',0,NULL,'Widgets',NULL,'',0,'2019-11-07 09:10:27'),(4453,4461,'es',0,NULL,'Los widgets son secciones independientes de contenido que pueden colocarse en las áreas de widgets que tenga tu tema (también llamadas barras laterales)',NULL,'',0,'2019-11-07 09:10:27'),(4454,4462,'es',0,NULL,'Los widgets deben registrarse usando %s antes de que se puedan mostrar.',NULL,'',0,'2019-11-07 09:10:27'),(4455,4463,'es',0,NULL,'Ancho',NULL,'',0,'2019-11-07 09:10:27'),(4456,4464,'es',0,NULL,'words',NULL,'',0,'2019-11-07 09:10:27'),(4457,4465,'es',0,NULL,'WordPress › Error',NULL,'',0,'2019-11-07 09:10:27'),(4458,4466,'es',0,NULL,'WordPress › Conseguido',NULL,'',0,'2019-11-07 09:10:27'),(4459,4467,'es',0,NULL,'Dirección de WordPress (URL)',NULL,'',0,'2019-11-07 09:10:27'),(4460,4468,'es',0,NULL,'Comentarios de WordPress',NULL,'',0,'2019-11-07 09:10:27'),(4461,4469,'es',0,NULL,'Incrustados de WordPress',NULL,'',0,'2019-11-07 09:10:27'),(4462,4470,'es',0,NULL,'Medios de WordPress',NULL,'',0,'2019-11-07 09:10:27'),(4463,4471,'es',0,NULL,'Usuario de WordPress',NULL,'',0,'2019-11-07 09:10:27'),(4464,4472,'es',0,NULL,'Error %1$s de la base de datos de WordPress para la consulta %2$s',NULL,'',0,'2019-11-07 09:10:27'),(4465,4473,'es',0,NULL,'Error %1$s de la base de datos de WordPress para la consulta %2$s realizada por %3$s',NULL,'',0,'2019-11-07 09:10:27'),(4466,4474,'es',0,NULL,'Error en la base de datos de WordPress:',NULL,'',0,'2019-11-07 09:10:27'),(4467,4475,'es',0,NULL,'Código del local de WordPress.',NULL,'',0,'2019-11-07 09:10:27'),(4468,4476,'es',0,NULL,'WordPress.org',NULL,'',0,'2019-11-07 09:10:27'),(4469,4477,'es',0,NULL,'Temas de WordPress.org',NULL,'',0,'2019-11-07 09:10:27'),(4470,4478,'es',0,NULL,'Palabras',NULL,'',0,'2019-11-07 09:10:27'),(4471,4479,'es',0,NULL,'Palabras: %s',NULL,'',0,'2019-11-07 09:10:27'),(4472,4480,'es',0,NULL,'Trabajar sin distracciones',NULL,'',0,'2019-11-07 09:10:27'),(4473,4481,'es',0,NULL,'¿Te gustaría publicar ahora en privado esta entrada?',NULL,'',0,'2019-11-07 09:10:27'),(4474,4482,'es',0,NULL,'Escribe HTML...',NULL,'',0,'2019-11-07 09:10:27'),(4475,4483,'es',0,NULL,'Escribe un extracto (opcional)',NULL,'',0,'2019-11-07 09:10:27'),(4476,4484,'es',0,NULL,'Escribe la leyenda…',NULL,'',0,'2019-11-07 09:10:27'),(4477,4485,'es',0,NULL,'Escribe la referencia…',NULL,'',0,'2019-11-07 09:10:27'),(4478,4486,'es',0,NULL,'Escribe código…',NULL,'',0,'2019-11-07 09:10:27'),(4479,4487,'es',0,NULL,'Escribe el nombre del archivo…',NULL,'',0,'2019-11-07 09:10:27'),(4480,4488,'es',0,NULL,'Escribe el encabezado…',NULL,'',0,'2019-11-07 09:10:27'),(4481,4489,'es',0,NULL,'Escribe una lista…',NULL,'',0,'2019-11-07 09:10:27'),(4482,4490,'es',0,NULL,'Escribe texto preformateado…',NULL,'',0,'2019-11-07 09:10:27'),(4483,4491,'es',0,NULL,'Escribe la cita…',NULL,'',0,'2019-11-07 09:10:27'),(4484,4492,'es',0,NULL,'Escribe aquí el shortcode…',NULL,'',0,'2019-11-07 09:10:27'),(4485,4493,'es',0,NULL,'Escribe el subtítulo…',NULL,'',0,'2019-11-07 09:10:27'),(4486,4494,'es',0,NULL,'Escribe el título…',NULL,'',0,'2019-11-07 09:10:27'),(4487,4495,'es',0,NULL,'Escribe…',NULL,'',0,'2019-11-07 09:10:27'),(4488,4496,'es',0,NULL,'El servicio XML-RPC está desactivado en este sitio.',NULL,'',0,'2019-11-07 09:10:27'),(4489,4497,'es',0,NULL,'d/m/Y',NULL,'',0,'2019-11-07 09:10:27'),(4490,4498,'es',0,NULL,'Yahoo IM',NULL,'',0,'2019-11-07 09:10:27'),(4491,4499,'es',0,NULL,'Año',NULL,'',0,'2019-11-07 09:10:27'),(4492,4500,'es',0,NULL,'Año: %s',NULL,'',0,'2019-11-07 09:10:27'),(4493,4501,'es',0,NULL,'Amarillo',NULL,'',0,'2019-11-07 09:10:27'),(4494,4502,'es',0,NULL,'Sí',NULL,'',0,'2019-11-07 09:10:27'),(4495,4503,'es',0,NULL,'Yiddish',NULL,'',0,'2019-11-07 09:10:27'),(4496,4504,'es',0,NULL,'Parece ser que ya has instalado WordPress. Para volver a instalarlo borra antes las tablas de tu base de datos antigua, por favor.',NULL,'',0,'2019-11-07 09:10:27'),(4497,4505,'es',0,NULL,'Estás a punto de borrar permanentemente estos elementos de tu sitio.\nEsta acción es irreversible.\n\'Cancelar\' para parar, \'Aceptar\' para borrar.',NULL,'',0,'2019-11-07 09:10:27'),(4498,4506,'es',0,NULL,'Estás a punto de borrar permanentemente este elemento de tu sitio.\nEsta acción es irreversible.\n\'Cancelar\' para parar, \'Aceptar\' para borrar.',NULL,'',0,'2019-11-07 09:10:27'),(4499,4507,'es',0,NULL,'Estás a punto de eliminar permanentemente este menú. \n\'Cancelar\' para parar, \'OK\' para eliminar.',NULL,'',0,'2019-11-07 09:10:27'),(4500,4508,'es',0,NULL,'Estás a punto de enviar a la papelera estos elementos.\n \'Cancelar\' para parar, \'OK\' para borrarlos.',NULL,'',0,'2019-11-07 09:10:27'),(4501,4509,'es',0,NULL,'Estás intentando cerrar tu sesión en %s.',NULL,'',0,'2019-11-07 09:10:27'),(4502,4510,'es',0,NULL,'Estás viendo %s',NULL,'',0,'2019-11-07 09:10:27'),(4503,4511,'es',0,NULL,'Estás viendo el archivo del blog %1$s de %2$s.',NULL,'',0,'2019-11-07 09:10:27'),(4504,4512,'es',0,NULL,'Estás viendo el archivo del blog %1$s del %2$s.',NULL,'',0,'2019-11-07 09:10:27'),(4505,4513,'es',0,NULL,'Estás viendo el archivo del blog %1$s del año %2$s.',NULL,'',0,'2019-11-07 09:10:27'),(4506,4514,'es',0,NULL,'Estás viendo el archivo del blog %s.',NULL,'',0,'2019-11-07 09:10:27'),(4507,4515,'es',0,NULL,'Actualmente estás navegando por el archivo de la categoría %s',NULL,'',0,'2019-11-07 09:10:27'),(4508,4516,'es',0,NULL,'Estás personalizando %s',NULL,'',0,'2019-11-07 09:10:27'),(4509,4517,'es',0,NULL,'Ya estás conectado. ¡No necesitas registrarte de nuevo!',NULL,'',0,'2019-11-07 09:10:27'),(4510,4518,'es',0,NULL,'No estás conectado.',NULL,'',0,'2019-11-07 09:10:27'),(4511,4519,'es',0,NULL,'Ahora estás desconectado.',NULL,'',0,'2019-11-07 09:10:27'),(4512,4520,'es',0,NULL,'Estás publicando comentarios demasiado rápido. Frena.',NULL,'',0,'2019-11-07 09:10:27'),(4513,4521,'es',0,NULL,'Estás usando un navegador que no tiene Flash activo o instalado. Por favor, activa el componente del reproductor Flash o descarga la última versión desde https://get.adobe.com/flashplayer/',NULL,'',0,'2019-11-07 09:10:27'),(4514,4522,'es',0,NULL,'Puedes elegir qué mostrar en la portada de tu sitio. Pueden ser entradas en orden cronológicamente inverso (blog clásico) o una página fija/estática. Para establecer una portada estática primero tienes que crear dos páginas. Una se convertirá en la página de portada, y la otra será donde se mostrarán tus entradas.',NULL,'',0,'2019-11-07 09:10:27'),(4515,4523,'es',0,NULL,'Puedes crear un archivo %s a través de una interfaz web, pero esto no funciona en todas las configuraciones de servidores. La forma más segura es crear el archivo manualmente.',NULL,'',0,'2019-11-07 09:10:27'),(4516,4524,'es',0,NULL,'Puedes navegar a otras páginas de tu sitio mientras estás usando el Personalizador para ver y modificar los widgets mostrados en esas páginas.',NULL,'',0,'2019-11-07 09:10:27'),(4517,4525,'es',0,NULL,'Puedes ver todos los comentarios de esta entrada aquí:',NULL,'',0,'2019-11-07 09:10:27'),(4518,4526,'es',0,NULL,'Puedes ver todos los pingbacks de esta entrada aquí:',NULL,'',0,'2019-11-07 09:10:27'),(4519,4527,'es',0,NULL,'Puedes ver todos los trackbacks de esta entrada aquí:',NULL,'',0,'2019-11-07 09:10:27'),(4520,4528,'es',0,NULL,'No puedes usar este correo electrónico para registrarte. Estamos teniendo problemas con él, bloquea nuestros correos electrónicos. Por favor, usa otro proveedor.',NULL,'',0,'2019-11-07 09:10:27'),(4521,4529,'es',0,NULL,'No parece que tengas plugins en este momento.',NULL,'',0,'2019-11-07 09:10:27'),(4522,4530,'es',0,NULL,'No tienes permisos para usar widgets en este sitio.',NULL,'',0,'2019-11-07 09:10:27'),(4523,4531,'es',0,NULL,'Has intentado poner en cola demasiados archivos.',NULL,'',0,'2019-11-07 09:10:27'),(4524,4532,'es',0,NULL,'Has sido añadido a este sitio. Por favor, visita la <a href=\"%1$s\">página de inicio</a> o <a href=\"%2$s\">accede</a> utilizando tu nombre de usuario y contraseña.',NULL,'',0,'2019-11-07 09:10:27'),(4525,4533,'es',0,NULL,'Te has conectado correctamente.',NULL,'',0,'2019-11-07 09:10:27'),(4526,4534,'es',0,NULL,'Has buscado en el archivo del blog %1$s por <strong>«%2$s»</strong>. Si no consigues encontrar nada en estos resultados de búsqueda puedes probar con uno de estos enlaces.',NULL,'',0,'2019-11-07 09:10:27'),(4527,4535,'es',0,NULL,'Tienes cambios sin guardar. Si sigues se perderán.',NULL,'',0,'2019-11-07 09:10:27'),(4528,4536,'es',0,NULL,'Has usado todo tu espacio disponible. Por favor, borra archivos antes de subir más.',NULL,'',0,'2019-11-07 09:10:27'),(4529,4537,'es',0,NULL,'Solo puedes subir 1 archivo.',NULL,'',0,'2019-11-07 09:10:27'),(4530,4538,'es',0,NULL,'Lo siento, debes estar <a href=\"%s\">conectado</a> para publicar un comentario.',NULL,'',0,'2019-11-07 09:10:27'),(4531,4539,'es',0,NULL,'Debes registrarte para comentar.',NULL,'',0,'2019-11-07 09:10:27'),(4532,4540,'es',0,NULL,'Primero debes <a href=\"%s\">iniciar sesión</a>, después podrás crear un sitio nuevo.',NULL,'',0,'2019-11-07 09:10:27'),(4533,4541,'es',0,NULL,'Debes facilitar una fecha futura para programar.',NULL,'',0,'2019-11-07 09:10:27'),(4534,4542,'es',0,NULL,'Necesitas un nivel más alto de permisos.',NULL,'',0,'2019-11-07 09:10:27'),(4535,4543,'es',0,NULL,'Necesitas definir un término de búsqueda para ordenar por relevancia.',NULL,'',0,'2019-11-07 09:10:27'),(4536,4544,'es',0,NULL,'Tienes que definir un parámetro de inclusión para ordenar por inclusión.',NULL,'',0,'2019-11-07 09:10:27'),(4537,4545,'es',0,NULL,'Tienes que pasar una matriz de tipos.',NULL,'',0,'2019-11-07 09:10:27'),(4538,4546,'es',0,NULL,'Debes especificar una acción «nonce» a verificar mediante el primer parámetro.',NULL,'',0,'2019-11-07 09:10:27'),(4539,4547,'es',0,NULL,'No podrás instalar nuevos temas desde aquí ya que tu instalación requiere credenciales SFTP. Por ahora, por favor, <a href=\"%s\">añade temas desde la administración</a>.',NULL,'',0,'2019-11-07 09:10:27'),(4540,4548,'es',0,NULL,'Crea un menú, asígnalo a una ubicación y añade elementos de menú como enlaces a páginas y categorías. Si tu tema tiene varias áreas de menú, puede que tengas que crear más de uno.',NULL,'',0,'2019-11-07 09:10:27'),(4541,4549,'es',0,NULL,'Parece que tu instalación de PHP no cuenta con la extensión de MySQL, necesaria para hacer funcionar WordPress.',NULL,'',0,'2019-11-07 09:10:27'),(4542,4550,'es',0,NULL,'Tu cuenta ha sido activada. Ahora puedes <a href=\"%1$s\">acceder</a> al sitio usando el nombre de usuario %2$s que has elegido. Por favor, revisa tu correo electrónico %3$s para conocer la contraseña y las instrucciones de acceso. Si no recibes el correo electrónico revisa la carpeta de correo basura o spam. Si en una hora no recibes el correo, puedes <a href=\"%4$s\">reiniciar tu contraseña</a>.',NULL,'',0,'2019-11-07 09:10:27'),(4543,4551,'es',0,NULL,'Tu cuenta se ha activado. <a href=\"%1$s\">Accede</a> o vuelve a la <a href=\"%2$s\">página de inicio</a>.',NULL,'',0,'2019-11-07 09:10:27'),(4544,4552,'es',0,NULL,'Tu cuenta se ha activado. <a href=\"%1$s\">Ve tu sitio</a> o <a href=\"%2$s\">accede</a>',NULL,'',0,'2019-11-07 09:10:27'),(4545,4553,'es',0,NULL,'¡Tu cuenta ahora está activada!',NULL,'',0,'2019-11-07 09:10:27'),(4546,4554,'es',0,NULL,'Tu dirección será %s.',NULL,'',0,'2019-11-07 09:10:27'),(4547,4555,'es',0,NULL,'Tus sitios de interés',NULL,'',0,'2019-11-07 09:10:27'),(4548,4556,'es',0,NULL,'Tu navegador no permite acceso directo al portapapeles. Por favor, usa los atajos de teclado o el menú de edición de tu navegador.',NULL,'',0,'2019-11-07 09:10:27'),(4549,4557,'es',0,NULL,'Tu comentario está pendiente de moderación.',NULL,'',0,'2019-11-07 09:10:27'),(4550,4558,'es',0,NULL,'Tu comentario está pendiente de moderación. Esto es una vista previa, tu comentario estará visible cuando se apruebe.',NULL,'',0,'2019-11-07 09:10:27'),(4551,4559,'es',0,NULL,'Tu dirección de correo electrónico no se ha actualizado todavía. Por favor, revisa tu bandeja de entrada en %s para ver si has recibido un correo electrónico de confirmación.',NULL,'',0,'2019-11-07 09:10:27'),(4552,4560,'es',0,NULL,'Tu dirección de correo electrónico no será publicada.',NULL,'',0,'2019-11-07 09:10:27'),(4553,4561,'es',0,NULL,'Tu portada muestra',NULL,'',0,'2019-11-07 09:10:27'),(4554,4562,'es',0,NULL,'Tus últimas entradas',NULL,'',0,'2019-11-07 09:10:27'),(4555,4563,'es',0,NULL,'Tu contraseña no se ha guardado.',NULL,'',0,'2019-11-07 09:10:27'),(4556,4564,'es',0,NULL,'Tu contraseña ha sido restaurada.',NULL,'',0,'2019-11-07 09:10:27'),(4557,4565,'es',0,NULL,'Tu enlace de restablecimiento de contraseña no es válido. Por favor, solicita un nuevo enlace debajo.',NULL,'',0,'2019-11-07 09:10:27'),(4558,4566,'es',0,NULL,'Tu enlace de restablecimiento de contraseña ha caducado. Por favor, solicita un nuevo enlace abajo.',NULL,'',0,'2019-11-07 09:10:27'),(4559,4567,'es',0,NULL,'Tu servidor está ejecutando la versión %1$s de PHP, pero WordPess %2$s necesita, al menos, la versión %3$s.',NULL,'',0,'2019-11-07 09:10:27'),(4560,4568,'es',0,NULL,'Tu sesión ha caducado. Por favor, identifícate de nuevo para continuar donde lo dejaste.',NULL,'',0,'2019-11-07 09:10:27'),(4561,4569,'es',0,NULL,'Tu sesión ha caducado. Puedes identificarte otra vez desde esta página o ir a la página de identificación.',NULL,'',0,'2019-11-07 09:10:27'),(4562,4570,'es',0,NULL,'Tu sitio en %1$s está activo. Puedes entrar en tu sitio usando el usuario «%2$s». Por favor, comprueba en tu correo electrónico %3$s la contraseña y las instrucciones de acceso. Si no recibes el correo mira en la papelera o en la carpeta de spam. Si no recibes el correo en una hora puedes <a href=\"%4$s\">restablecer tu contraseña</a>.',NULL,'',0,'2019-11-07 09:10:27'),(4563,4571,'es',0,NULL,'Tu sitio no incluye compatibilidad con el bloque «%s». Puedes dejar intacto este bloque o quitarlo del todo.',NULL,'',0,'2019-11-07 09:10:27'),(4564,4572,'es',0,NULL,'Tu sitio no incluye compatibilidad con el bloque «%s». Puedes dejar intacto este bloque, convertir su contenido a un bloque de HTML personalizado o quitarlo del todo.',NULL,'',0,'2019-11-07 09:10:27'),(4565,4573,'es',0,NULL,'Tu sitio no incluye compatibilidad con este bloque.',NULL,'',0,'2019-11-07 09:10:27'),(4566,4574,'es',0,NULL,'Las entradas más recientes de tu sitio.',NULL,'',0,'2019-11-07 09:10:27'),(4567,4575,'es',0,NULL,'Los comentarios más recientes de tu sitio.',NULL,'',0,'2019-11-07 09:10:27'),(4568,4576,'es',0,NULL,'Tu tema puede mostrar menús en %s ubicación.',NULL,'',0,'2019-11-07 09:10:27'),(4569,4577,'es',0,NULL,'Tu tema puede mostrar menús en %s ubicaciones.',NULL,'',0,'2019-11-07 09:10:27'),(4570,4578,'es',0,NULL,'Tu tema puede mostrar menús en %s ubicación. Elige qué menú quieres utilizar.',NULL,'',0,'2019-11-07 09:10:27'),(4571,4579,'es',0,NULL,'Tu tema puede mostrar menús en %s ubicaciones. Elige qué menú debe aparecer en qué ubicación.',NULL,'',0,'2019-11-07 09:10:27'),(4572,4580,'es',0,NULL,'Tu tema puede mostrar menús en una ubicación.',NULL,'',0,'2019-11-07 09:10:27'),(4573,4581,'es',0,NULL,'Tu tema puede mostrar menús en una ubicación. Elige qué menú te gustaría usar.',NULL,'',0,'2019-11-07 09:10:27'),(4574,4582,'es',0,NULL,'Tu tema tiene %s área de widget más, pero esta página en concreto no la muestra.',NULL,'',0,'2019-11-07 09:10:27'),(4575,4583,'es',0,NULL,'Tu tema tiene %s áreas de widget más, pero esta página en concreto no las muestra.',NULL,'',0,'2019-11-07 09:10:27'),(4576,4584,'es',0,NULL,'Tu tema tiene %s área de widgets, pero esta página en concreto no la muestra.',NULL,'',0,'2019-11-07 09:10:27'),(4577,4585,'es',0,NULL,'Tu tema tiene %s áreas de widgets, pero esta página en concreto no las muestra.',NULL,'',0,'2019-11-07 09:10:27'),(4578,4586,'es',0,NULL,'Tu tema tiene 1 área de widget más, pero esta página en concreto no la muestra.',NULL,'',0,'2019-11-07 09:10:27'),(4579,4587,'es',0,NULL,'Tu tema tiene 1 área de widgets, pero esta página en concreto no las muestra.',NULL,'',0,'2019-11-07 09:10:27'),(4580,4588,'es',0,NULL,'Tu tema utiliza formatos de entrada para destacar los distintos tipos de contenido, como imágenes o vídeos. Aplica un formato de entrada para ver estos estilos especiales.',NULL,'',0,'2019-11-07 09:10:27'),(4581,4589,'es',0,NULL,'Tu trabajo se publicará en la fecha y hora establecidas.',NULL,'',0,'2019-11-07 09:10:27'),(4582,4590,'es',0,NULL,'Encontrarás más ajustes para tu página y los bloques en la barra lateral. Haz clic en el icono del engranaje para alternar la barra lateral entre abierta y cerrada.',NULL,'',0,'2019-11-07 09:10:27'),(4583,4591,'es',0,NULL,'Z A',NULL,'',0,'2019-11-07 09:10:27'),(4584,4592,'es',0,NULL,'[%1$s] Acción confirmada: %2$s',NULL,'',0,'2019-11-07 09:10:27'),(4585,4593,'es',0,NULL,'[%1$s] Comentario: «%2$s»',NULL,'',0,'2019-11-07 09:10:27'),(4586,4594,'es',0,NULL,'[%1$s] Confirma la acción: %2$s',NULL,'',0,'2019-11-07 09:10:27'),(4587,4595,'es',0,NULL,'[%1$s] Pingback: «%2$s»',NULL,'',0,'2019-11-07 09:10:27'),(4588,4596,'es',0,NULL,'[%1$s] Pendientes de moderación: «%2$s»',NULL,'',0,'2019-11-07 09:10:27'),(4589,4597,'es',0,NULL,'[%1$s] Trackback: «%2$s»',NULL,'',0,'2019-11-07 09:10:27'),(4590,4598,'es',0,NULL,'[%s] Correo electrónico del administrador cambiado',NULL,'',0,'2019-11-07 09:10:27'),(4591,4599,'es',0,NULL,'[%s] Solicitud de cambio de correo electrónico',NULL,'',0,'2019-11-07 09:10:27'),(4592,4600,'es',0,NULL,'[%s] Correo electrónico cambiado',NULL,'',0,'2019-11-07 09:10:27'),(4593,4601,'es',0,NULL,'[%s] Solicitud de borrado completada',NULL,'',0,'2019-11-07 09:10:27'),(4594,4602,'es',0,NULL,'[%s] Detalles de acceso',NULL,'',0,'2019-11-07 09:10:27'),(4595,4603,'es',0,NULL,'[%s] Solicitud de cambio del correo electrónico del administrador de la red',NULL,'',0,'2019-11-07 09:10:27'),(4596,4604,'es',0,NULL,'[%s] Correo electrónico del administrador de la red cambiado',NULL,'',0,'2019-11-07 09:10:27'),(4597,4605,'es',0,NULL,'[%s] Registro de nuevo usuario',NULL,'',0,'2019-11-07 09:10:27'),(4598,4606,'es',0,NULL,'[%s] Contraseña cambiada',NULL,'',0,'2019-11-07 09:10:27'),(4599,4607,'es',0,NULL,'[%s] Restablecer contraseña',NULL,'',0,'2019-11-07 09:10:27'),(4600,4608,'es',0,NULL,'[%s] Tu sitio tiene problemas técnicos',NULL,'',0,'2019-11-07 09:10:27'),(4601,4609,'es',0,NULL,'[borrado]',NULL,'',0,'2019-11-07 09:10:27'),(4602,4610,'es',0,NULL,'Enlace',NULL,'',0,'2019-11-07 09:10:27'),(4603,4611,'es',0,NULL,'Medio',NULL,'',0,'2019-11-07 09:10:27'),(4604,4612,'es',0,NULL,'Página',NULL,'',0,'2019-11-07 09:10:27'),(4605,4613,'es',0,NULL,'Entrada',NULL,'',0,'2019-11-07 09:10:27'),(4606,4614,'es',0,NULL,'Usuario',NULL,'',0,'2019-11-07 09:10:27'),(4607,4615,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:27'),(4608,4616,'es',0,NULL,'Bloque',NULL,'',0,'2019-11-07 09:10:27'),(4609,4617,'es',0,NULL,'Grupo de cambios',NULL,'',0,'2019-11-07 09:10:27'),(4610,4618,'es',0,NULL,'Añadir',NULL,'',0,'2019-11-07 09:10:27'),(4611,4619,'es',0,NULL,'Azul',NULL,'',0,'2019-11-07 09:10:27'),(4612,4620,'es',0,NULL,'Café',NULL,'',0,'2019-11-07 09:10:27'),(4613,4621,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:10:27'),(4614,4622,'es',0,NULL,'Ectoplasma',NULL,'',0,'2019-11-07 09:10:27'),(4615,4623,'es',0,NULL,'Luminoso',NULL,'',0,'2019-11-07 09:10:27'),(4616,4624,'es',0,NULL,'Medianoche',NULL,'',0,'2019-11-07 09:10:27'),(4617,4625,'es',0,NULL,'Océano',NULL,'',0,'2019-11-07 09:10:27'),(4618,4626,'es',0,NULL,'Amanecer',NULL,'',0,'2019-11-07 09:10:27'),(4619,4627,'es',0,NULL,'Bloques',NULL,'',0,'2019-11-07 09:10:27'),(4620,4628,'es',0,NULL,'Grupo de cambios',NULL,'',0,'2019-11-07 09:10:27'),(4621,4629,'es',0,NULL,'am',NULL,'',0,'2019-11-07 09:10:27'),(4622,4630,'es',0,NULL,'’',NULL,'',0,'2019-11-07 09:10:27'),(4623,4631,'es',0,NULL,'archivo',NULL,'',0,'2019-11-07 09:10:27'),(4624,4632,'es',0,NULL,'atom',NULL,'',0,'2019-11-07 09:10:27'),(4625,4633,'es',0,NULL,'audio',NULL,'',0,'2019-11-07 09:10:27'),(4626,4634,'es',0,NULL,'Automático',NULL,'',0,'2019-11-07 09:10:27'),(4627,4635,'es',0,NULL,'Más',NULL,'',0,'2019-11-07 09:10:27'),(4628,4636,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:10:27'),(4629,4637,'es',0,NULL,'Grande',NULL,'',0,'2019-11-07 09:10:27'),(4630,4638,'es',0,NULL,'Cuadrado',NULL,'',0,'2019-11-07 09:10:27'),(4631,4639,'es',0,NULL,'Clásico',NULL,'',0,'2019-11-07 09:10:27'),(4632,4640,'es',0,NULL,'Incrustado',NULL,'',0,'2019-11-07 09:10:27'),(4633,4641,'es',0,NULL,'cita',NULL,'',0,'2019-11-07 09:10:27'),(4634,4642,'es',0,NULL,'Más utilizados',NULL,'',0,'2019-11-07 09:10:27'),(4635,4643,'es',0,NULL,'blog',NULL,'',0,'2019-11-07 09:10:27'),(4636,4644,'es',0,NULL,'lista con viñetas',NULL,'',0,'2019-11-07 09:10:27'),(4637,4645,'es',0,NULL,'Convertir a enlace',NULL,'',0,'2019-11-07 09:10:27'),(4638,4646,'es',0,NULL,'Descarga',NULL,'',0,'2019-11-07 09:10:27'),(4639,4647,'es',0,NULL,'Incrustar',NULL,'',0,'2019-11-07 09:10:27'),(4640,4648,'es',0,NULL,'Importar',NULL,'',0,'2019-11-07 09:10:27'),(4641,4649,'es',0,NULL,'Probar de nuevo',NULL,'',0,'2019-11-07 09:10:27'),(4642,4650,'es',0,NULL,'Más',NULL,'',0,'2019-11-07 09:10:27'),(4643,4651,'es',0,NULL,'por',NULL,'',0,'2019-11-07 09:10:27'),(4644,4652,'es',0,NULL,'%1$s %2$s',NULL,'',0,'2019-11-07 09:10:27'),(4645,4653,'es',0,NULL,'Más utilizadas',NULL,'',0,'2019-11-07 09:10:27'),(4646,4654,'es',0,NULL,'cerrar etiquetas',NULL,'',0,'2019-11-07 09:10:27'),(4647,4655,'es',0,NULL,'»',NULL,'',0,'2019-11-07 09:10:27'),(4648,4656,'es',0,NULL,'’',NULL,'',0,'2019-11-07 09:10:27'),(4649,4657,'es',0,NULL,'Aprobado',NULL,'',0,'2019-11-07 09:10:27'),(4650,4658,'es',0,NULL,'Spam',NULL,'',0,'2019-11-07 09:10:27'),(4651,4659,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:10:27'),(4652,4660,'es',0,NULL,'Contenido…',NULL,'',0,'2019-11-07 09:10:27'),(4653,4661,'es',0,NULL,'Subido anteriormente',NULL,'',0,'2019-11-07 09:10:27'),(4654,4662,'es',0,NULL,'Sugerido',NULL,'',0,'2019-11-07 09:10:27'),(4655,4663,'es',0,NULL,'Programar',NULL,'',0,'2019-11-07 09:10:27'),(4656,4664,'es',0,NULL,'Programado',NULL,'',0,'2019-11-07 09:10:27'),(4657,4665,'es',0,NULL,'j F, Y',NULL,'',0,'2019-11-07 09:10:27'),(4658,4666,'es',0,NULL,'off',NULL,'',0,'2019-11-07 09:10:27'),(4659,4667,'es',0,NULL,'Predeterminado del sitio',NULL,'',0,'2019-11-07 09:10:27'),(4660,4668,'es',0,NULL,'separador',NULL,'',0,'2019-11-07 09:10:27'),(4661,4669,'es',0,NULL,'documento',NULL,'',0,'2019-11-07 09:10:27'),(4662,4670,'es',0,NULL,'dominio',NULL,'',0,'2019-11-07 09:10:27'),(4663,4671,'es',0,NULL,'″',NULL,'',0,'2019-11-07 09:10:27'),(4664,4672,'es',0,NULL,'ebook',NULL,'',0,'2019-11-07 09:10:27'),(4665,4673,'es',0,NULL,'De izquierda a derecha',NULL,'',0,'2019-11-07 09:10:27'),(4666,4674,'es',0,NULL,'De derecha a izquierda',NULL,'',0,'2019-11-07 09:10:27'),(4667,4675,'es',0,NULL,'Mostrar bloques',NULL,'',0,'2019-11-07 09:10:27'),(4668,4676,'es',0,NULL,'—',NULL,'',0,'2019-11-07 09:10:27'),(4669,4677,'es',0,NULL,'incrustar',NULL,'',0,'2019-11-07 09:10:27'),(4670,4678,'es',0,NULL,'–',NULL,'',0,'2019-11-07 09:10:27'),(4671,4679,'es',0,NULL,'feed',NULL,'',0,'2019-11-07 09:10:27'),(4672,4680,'es',0,NULL,'»',NULL,'',0,'2019-11-07 09:10:27'),(4673,4681,'es',0,NULL,'encontrar',NULL,'',0,'2019-11-07 09:10:27'),(4674,4682,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:27'),(4675,4683,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:10:27'),(4676,4684,'es',0,NULL,'Anterior',NULL,'',0,'2019-11-07 09:10:27'),(4677,4685,'es',0,NULL,'Reemplazar',NULL,'',0,'2019-11-07 09:10:27'),(4678,4686,'es',0,NULL,'Reemplazar todo',NULL,'',0,'2019-11-07 09:10:27'),(4679,4687,'es',0,NULL,'Reemplazar con',NULL,'',0,'2019-11-07 09:10:27'),(4680,4688,'es',0,NULL,'Palabras completas',NULL,'',0,'2019-11-07 09:10:27'),(4681,4689,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:10:27'),(4682,4690,'es',0,NULL,'Enorme',NULL,'',0,'2019-11-07 09:10:27'),(4683,4691,'es',0,NULL,'Grande',NULL,'',0,'2019-11-07 09:10:27'),(4684,4692,'es',0,NULL,'Medio',NULL,'',0,'2019-11-07 09:10:27'),(4685,4693,'es',0,NULL,'Normal',NULL,'',0,'2019-11-07 09:10:27'),(4686,4694,'es',0,NULL,'Pequeño',NULL,'',0,'2019-11-07 09:10:27'),(4687,4695,'es',0,NULL,'g:i a',NULL,'',0,'2019-11-07 09:10:27'),(4688,4696,'es',0,NULL,'abril',NULL,'',0,'2019-11-07 09:10:27'),(4689,4697,'es',0,NULL,'agosto',NULL,'',0,'2019-11-07 09:10:27'),(4690,4698,'es',0,NULL,'diciembre',NULL,'',0,'2019-11-07 09:10:27'),(4691,4699,'es',0,NULL,'febrero',NULL,'',0,'2019-11-07 09:10:27'),(4692,4700,'es',0,NULL,'enero',NULL,'',0,'2019-11-07 09:10:27'),(4693,4701,'es',0,NULL,'julio',NULL,'',0,'2019-11-07 09:10:27'),(4694,4702,'es',0,NULL,'junio',NULL,'',0,'2019-11-07 09:10:27'),(4695,4703,'es',0,NULL,'marzo',NULL,'',0,'2019-11-07 09:10:27'),(4696,4704,'es',0,NULL,'mayo',NULL,'',0,'2019-11-07 09:10:27'),(4697,4705,'es',0,NULL,'noviembre',NULL,'',0,'2019-11-07 09:10:27'),(4698,4706,'es',0,NULL,'octubre',NULL,'',0,'2019-11-07 09:10:27'),(4699,4707,'es',0,NULL,'septiembre',NULL,'',0,'2019-11-07 09:10:27'),(4700,4708,'es',0,NULL,'Alineación horizontal',NULL,'',0,'2019-11-07 09:10:27'),(4701,4709,'es',0,NULL,'línea-horizontal',NULL,'',0,'2019-11-07 09:10:27'),(4702,4710,'es',0,NULL,'es',NULL,'',0,'2019-11-07 09:10:27'),(4703,4711,'es',0,NULL,'https://codex.wordpress.org/',NULL,'',0,'2019-11-07 09:10:27'),(4704,4712,'es',0,NULL,'https://codex.wordpress.org/CSS',NULL,'',0,'2019-11-07 09:10:27'),(4705,4713,'es',0,NULL,'https://codex.wordpress.org/Debugging_a_WordPress_Network',NULL,'',0,'2019-11-07 09:10:27'),(4706,4714,'es',0,NULL,'https://codex.wordpress.org/es:Depurar_en_WordPress',NULL,'',0,'2019-11-07 09:10:27'),(4707,4715,'es',0,NULL,'https://codex.wordpress.org/Editing_wp-config.php',NULL,'',0,'2019-11-07 09:10:27'),(4708,4716,'es',0,NULL,'https://codex.wordpress.org/Excerpt',NULL,'',0,'2019-11-07 09:10:27'),(4709,4717,'es',0,NULL,'https://codex.wordpress.org/Function_Reference/is_main_query',NULL,'',0,'2019-11-07 09:10:27'),(4710,4718,'es',0,NULL,'https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure',NULL,'',0,'2019-11-07 09:10:27'),(4711,4719,'es',0,NULL,'https://codex.wordpress.org/WordPress_Widgets',NULL,'',0,'2019-11-07 09:10:27'),(4712,4720,'es',0,NULL,'https://developer.wordpress.org/themes/advanced-topics/child-themes/',NULL,'',0,'2019-11-07 09:10:27'),(4713,4721,'es',0,NULL,'https://es.wordpress.org/',NULL,'',0,'2019-11-07 09:10:27'),(4714,4722,'es',0,NULL,'https://es.wordpress.org/support/',NULL,'',0,'2019-11-07 09:10:27'),(4715,4723,'es',0,NULL,'https://wordpress.org/support/article/cookies/',NULL,'',0,'2019-11-07 09:10:27'),(4716,4724,'es',0,NULL,'https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser',NULL,'',0,'2019-11-07 09:10:27'),(4717,4725,'es',0,NULL,'https://es.wordpress.org/support/forum/comunidad/peticiones-y-feedback/',NULL,'',0,'2019-11-07 09:10:27'),(4718,4726,'es',0,NULL,'https://es.wordpress.org/support/',NULL,'',0,'2019-11-07 09:10:27'),(4719,4727,'es',0,NULL,'imagen',NULL,'',0,'2019-11-07 09:10:27'),(4720,4728,'es',0,NULL,'imagen %1$d de %2$d en la biblioteca',NULL,'',0,'2019-11-07 09:10:27'),(4721,4729,'es',0,NULL,'imágenes',NULL,'',0,'2019-11-07 09:10:27'),(4722,4730,'es',0,NULL,'Vista previa',NULL,'',0,'2019-11-07 09:10:27'),(4723,4731,'es',0,NULL,'Resuelve',NULL,'',0,'2019-11-07 09:10:27'),(4724,4732,'es',0,NULL,'está ahora visible.',NULL,'',0,'2019-11-07 09:10:27'),(4725,4733,'es',0,NULL,'está ahora programada. Estará disponible el',NULL,'',0,'2019-11-07 09:10:27'),(4726,4734,'es',0,NULL,'Intro',NULL,'',0,'2019-11-07 09:10:27'),(4727,4735,'es',0,NULL,'Retroceso',NULL,'',0,'2019-11-07 09:10:27'),(4728,4736,'es',0,NULL,'Espacio',NULL,'',0,'2019-11-07 09:10:27'),(4729,4737,'es',0,NULL,'j F Y',NULL,'',0,'2019-11-07 09:10:27'),(4730,4738,'es',0,NULL,'Buscar:',NULL,'',0,'2019-11-07 09:10:27'),(4731,4739,'es',0,NULL,'Añadir audio',NULL,'',0,'2019-11-07 09:10:27'),(4732,4740,'es',0,NULL,'Editar audio',NULL,'',0,'2019-11-07 09:10:27'),(4733,4741,'es',0,NULL,'Reemplazar audio',NULL,'',0,'2019-11-07 09:10:27'),(4734,4742,'es',0,NULL,'Añadir imágenes',NULL,'',0,'2019-11-07 09:10:27'),(4735,4743,'es',0,NULL,'Editar galería',NULL,'',0,'2019-11-07 09:10:27'),(4736,4744,'es',0,NULL,'Añadir imagen',NULL,'',0,'2019-11-07 09:10:27'),(4737,4745,'es',0,NULL,'Editar imagen',NULL,'',0,'2019-11-07 09:10:27'),(4738,4746,'es',0,NULL,'Reemplazar imagen',NULL,'',0,'2019-11-07 09:10:27'),(4739,4747,'es',0,NULL,'Añadir medios',NULL,'',0,'2019-11-07 09:10:27'),(4740,4748,'es',0,NULL,'Editar medios',NULL,'',0,'2019-11-07 09:10:27'),(4741,4749,'es',0,NULL,'Reemplazar medios',NULL,'',0,'2019-11-07 09:10:27'),(4742,4750,'es',0,NULL,'Añadir vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4743,4751,'es',0,NULL,'Editar vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4744,4752,'es',0,NULL,'Reemplazar vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4745,4753,'es',0,NULL,'Personalizado...',NULL,'',0,'2019-11-07 09:10:27'),(4746,4754,'es',0,NULL,'Ocultar controles',NULL,'',0,'2019-11-07 09:10:27'),(4747,4755,'es',0,NULL,'Mostrar controles',NULL,'',0,'2019-11-07 09:10:27'),(4748,4756,'es',0,NULL,'enlace',NULL,'',0,'2019-11-07 09:10:27'),(4749,4757,'es',0,NULL,'Todos los enlaces',NULL,'',0,'2019-11-07 09:10:27'),(4750,4758,'es',0,NULL,'Círculo',NULL,'',0,'2019-11-07 09:10:27'),(4751,4759,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:10:27'),(4752,4760,'es',0,NULL,'Disco',NULL,'',0,'2019-11-07 09:10:27'),(4753,4761,'es',0,NULL,'Alfa minúscula',NULL,'',0,'2019-11-07 09:10:27'),(4754,4762,'es',0,NULL,'Griega minúscula',NULL,'',0,'2019-11-07 09:10:27'),(4755,4763,'es',0,NULL,'Romana minúscula',NULL,'',0,'2019-11-07 09:10:27'),(4756,4764,'es',0,NULL,'Cuadrada',NULL,'',0,'2019-11-07 09:10:27'),(4757,4765,'es',0,NULL,'Alfa mayúscula',NULL,'',0,'2019-11-07 09:10:27'),(4758,4766,'es',0,NULL,'Romana mayúscula',NULL,'',0,'2019-11-07 09:10:27'),(4759,4767,'es',0,NULL,'https://es.wordpress.org/support/update-php/',NULL,'',0,'2019-11-07 09:10:27'),(4760,4768,'es',0,NULL,'medios',NULL,'',0,'2019-11-07 09:10:27'),(4761,4769,'es',0,NULL,'Quitar pista de vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4762,4770,'es',0,NULL,'Míos',NULL,'',0,'2019-11-07 09:10:27'),(4763,4771,'es',0,NULL,'(Actualmente fijado en: %s)',NULL,'',0,'2019-11-07 09:10:27'),(4764,4772,'es',0,NULL,'(Actual: %s)',NULL,'',0,'2019-11-07 09:10:27'),(4765,4773,'es',0,NULL,'(Si tienes pensado usar un <a href=\"%1$s\" %2$s>widget%3$s</a> de menú, sáltate este paso.)',NULL,'',0,'2019-11-07 09:10:27'),(4766,4774,'es',0,NULL,'Aquí es donde aparece este menú. Si quieres cambiarlo elige otra ubicación.',NULL,'',0,'2019-11-07 09:10:27'),(4767,4775,'es',0,NULL,'Ver todas las ubicaciones',NULL,'',0,'2019-11-07 09:10:27'),(4768,4776,'es',0,NULL,'Ver ubicación',NULL,'',0,'2019-11-07 09:10:27'),(4769,4777,'es',0,NULL,'¿Dónde quieres que aparezca este menú?',NULL,'',0,'2019-11-07 09:10:27'),(4770,4778,'es',0,NULL,'WordPress.org',NULL,'',0,'2019-11-07 09:10:27'),(4771,4779,'es',0,NULL,'(sin etiqueta)',NULL,'',0,'2019-11-07 09:10:27'),(4772,4780,'es',0,NULL,'F Y',NULL,'',0,'2019-11-07 09:10:27'),(4773,4781,'es',0,NULL,'movidos a la papelera.',NULL,'',0,'2019-11-07 09:10:27'),(4774,4782,'es',0,NULL,'película',NULL,'',0,'2019-11-07 09:10:27'),(4775,4783,'es',0,NULL,'música',NULL,'',0,'2019-11-07 09:10:27'),(4776,4784,'es',0,NULL,'Inicio',NULL,'',0,'2019-11-07 09:10:27'),(4777,4785,'es',0,NULL,'nuevo Loop de WordPress',NULL,'',0,'2019-11-07 09:10:27'),(4778,4786,'es',0,NULL,'página siguiente',NULL,'',0,'2019-11-07 09:10:27'),(4779,4787,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:10:27'),(4780,4788,'es',0,NULL,'sin superior',NULL,'',0,'2019-11-07 09:10:27'),(4781,4789,'es',0,NULL,'sin título',NULL,'',0,'2019-11-07 09:10:27'),(4782,4790,'es',0,NULL,'Comentario',NULL,'',0,'2019-11-07 09:10:27'),(4783,4791,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:10:27'),(4784,4792,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:10:27'),(4785,4793,'es',0,NULL,',',NULL,'',0,'2019-11-07 09:10:27'),(4786,4794,'es',0,NULL,'.',NULL,'',0,'2019-11-07 09:10:27'),(4787,4795,'es',0,NULL,'lista numerada',NULL,'',0,'2019-11-07 09:10:27'),(4788,4796,'es',0,NULL,'Respuesta oEmbed',NULL,'',0,'2019-11-07 09:10:27'),(4789,4797,'es',0,NULL,'Respuestas oEmbed',NULL,'',0,'2019-11-07 09:10:27'),(4790,4798,'es',0,NULL,'de',NULL,'',0,'2019-11-07 09:10:27'),(4791,4799,'es',0,NULL,'«',NULL,'',0,'2019-11-07 09:10:27'),(4792,4800,'es',0,NULL,'‘',NULL,'',0,'2019-11-07 09:10:27'),(4793,4801,'es',0,NULL,'lista ordenada',NULL,'',0,'2019-11-07 09:10:27'),(4794,4802,'es',0,NULL,'Añadir nueva',NULL,'',0,'2019-11-07 09:10:27'),(4795,4803,'es',0,NULL,'Imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4796,4804,'es',0,NULL,'Quitar imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4797,4805,'es',0,NULL,'Establecer imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4798,4806,'es',0,NULL,'Usar como imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4799,4807,'es',0,NULL,'paginación',NULL,'',0,'2019-11-07 09:10:27'),(4800,4808,'es',0,NULL,'No coinciden',NULL,'',0,'2019-11-07 09:10:27'),(4801,4809,'es',0,NULL,'Medio',NULL,'',0,'2019-11-07 09:10:27'),(4802,4810,'es',0,NULL,'Fortaleza de contraseña desconocida',NULL,'',0,'2019-11-07 09:10:27'),(4803,4811,'es',0,NULL,'Fuerte',NULL,'',0,'2019-11-07 09:10:27'),(4804,4812,'es',0,NULL,'Muy débil',NULL,'',0,'2019-11-07 09:10:27'),(4805,4813,'es',0,NULL,'Débil',NULL,'',0,'2019-11-07 09:10:27'),(4806,4814,'es',0,NULL,'pdf',NULL,'',0,'2019-11-07 09:10:27'),(4807,4815,'es',0,NULL,'foto',NULL,'',0,'2019-11-07 09:10:27'),(4808,4816,'es',0,NULL,'fotos',NULL,'',0,'2019-11-07 09:10:27'),(4809,4817,'es',0,NULL,'Buscar …',NULL,'',0,'2019-11-07 09:10:27'),(4810,4818,'es',0,NULL,'«%s»',NULL,'',0,'2019-11-07 09:10:27'),(4811,4819,'es',0,NULL,'La instalación de %s falló',NULL,'',0,'2019-11-07 09:10:27'),(4812,4820,'es',0,NULL,'¡%s instalado!',NULL,'',0,'2019-11-07 09:10:27'),(4813,4821,'es',0,NULL,'La actualización de %s falló',NULL,'',0,'2019-11-07 09:10:27'),(4814,4822,'es',0,NULL,'¡%s actualizado!',NULL,'',0,'2019-11-07 09:10:27'),(4815,4823,'es',0,NULL,'Activar %s',NULL,'',0,'2019-11-07 09:10:27'),(4816,4824,'es',0,NULL,'¡Eliminado!',NULL,'',0,'2019-11-07 09:10:27'),(4817,4825,'es',0,NULL,'Instalar %s ahora',NULL,'',0,'2019-11-07 09:10:27'),(4818,4826,'es',0,NULL,'¡Instalado!',NULL,'',0,'2019-11-07 09:10:27'),(4819,4827,'es',0,NULL,'Instalando %s...',NULL,'',0,'2019-11-07 09:10:27'),(4820,4828,'es',0,NULL,'Activar %s para la red',NULL,'',0,'2019-11-07 09:10:27'),(4821,4829,'es',0,NULL,'Actualizar %s ahora',NULL,'',0,'2019-11-07 09:10:27'),(4822,4830,'es',0,NULL,'¡Actualizado!',NULL,'',0,'2019-11-07 09:10:27'),(4823,4831,'es',0,NULL,'Actualizando %s...',NULL,'',0,'2019-11-07 09:10:27'),(4824,4832,'es',0,NULL,'pm',NULL,'',0,'2019-11-07 09:10:27'),(4825,4833,'es',0,NULL,'poesía',NULL,'',0,'2019-11-07 09:10:27'),(4826,4834,'es',0,NULL,'entrada',NULL,'',0,'2019-11-07 09:10:27'),(4827,4835,'es',0,NULL,'Añadir nueva',NULL,'',0,'2019-11-07 09:10:27'),(4828,4836,'es',0,NULL,'Imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4829,4837,'es',0,NULL,'Quitar imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4830,4838,'es',0,NULL,'Establecer imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4831,4839,'es',0,NULL,'Usar como imagen destacada',NULL,'',0,'2019-11-07 09:10:27'),(4832,4840,'es',0,NULL,'Programar',NULL,'',0,'2019-11-07 09:10:27'),(4833,4841,'es',0,NULL,'Formato',NULL,'',0,'2019-11-07 09:10:27'),(4834,4842,'es',0,NULL,'Formatos',NULL,'',0,'2019-11-07 09:10:27'),(4835,4843,'es',0,NULL,'Minientradas',NULL,'',0,'2019-11-07 09:10:27'),(4836,4844,'es',0,NULL,'Audio',NULL,'',0,'2019-11-07 09:10:27'),(4837,4845,'es',0,NULL,'Chats',NULL,'',0,'2019-11-07 09:10:27'),(4838,4846,'es',0,NULL,'Galerías',NULL,'',0,'2019-11-07 09:10:27'),(4839,4847,'es',0,NULL,'Imágenes',NULL,'',0,'2019-11-07 09:10:27'),(4840,4848,'es',0,NULL,'Enlaces',NULL,'',0,'2019-11-07 09:10:27'),(4841,4849,'es',0,NULL,'Citas',NULL,'',0,'2019-11-07 09:10:27'),(4842,4850,'es',0,NULL,'Estatus',NULL,'',0,'2019-11-07 09:10:27'),(4843,4851,'es',0,NULL,'Vídeos',NULL,'',0,'2019-11-07 09:10:27'),(4844,4852,'es',0,NULL,'Entrar',NULL,'',0,'2019-11-07 09:10:27'),(4845,4853,'es',0,NULL,'Borrador',NULL,'',0,'2019-11-07 09:10:27'),(4846,4854,'es',0,NULL,'Pendiente',NULL,'',0,'2019-11-07 09:10:27'),(4847,4855,'es',0,NULL,'Privada',NULL,'',0,'2019-11-07 09:10:27'),(4848,4856,'es',0,NULL,'Publicada',NULL,'',0,'2019-11-07 09:10:27'),(4849,4857,'es',0,NULL,'Programada',NULL,'',0,'2019-11-07 09:10:27'),(4850,4858,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:10:27'),(4851,4859,'es',0,NULL,'Bloques',NULL,'',0,'2019-11-07 09:10:27'),(4852,4860,'es',0,NULL,'Grupos de cambios',NULL,'',0,'2019-11-07 09:10:27'),(4853,4861,'es',0,NULL,'Medios',NULL,'',0,'2019-11-07 09:10:27'),(4854,4862,'es',0,NULL,'Páginas',NULL,'',0,'2019-11-07 09:10:27'),(4855,4863,'es',0,NULL,'Entradas',NULL,'',0,'2019-11-07 09:10:27'),(4856,4864,'es',0,NULL,'Bloque',NULL,'',0,'2019-11-07 09:10:27'),(4857,4865,'es',0,NULL,'Grupo de cambios',NULL,'',0,'2019-11-07 09:10:27'),(4858,4866,'es',0,NULL,'Página',NULL,'',0,'2019-11-07 09:10:27'),(4859,4867,'es',0,NULL,'Entrada',NULL,'',0,'2019-11-07 09:10:27'),(4860,4868,'es',0,NULL,'entradas',NULL,'',0,'2019-11-07 09:10:27'),(4861,4869,'es',0,NULL,'Anteriores',NULL,'',0,'2019-11-07 09:10:27'),(4862,4870,'es',0,NULL,'′',NULL,'',0,'2019-11-07 09:10:27'),(4863,4871,'es',0,NULL,'comentarios recientes',NULL,'',0,'2019-11-07 09:10:27'),(4864,4872,'es',0,NULL,'entradas recientes',NULL,'',0,'2019-11-07 09:10:27'),(4865,4873,'es',0,NULL,'Completadas',NULL,'',0,'2019-11-07 09:10:27'),(4866,4874,'es',0,NULL,'Confirmada',NULL,'',0,'2019-11-07 09:10:27'),(4867,4875,'es',0,NULL,'Fallida',NULL,'',0,'2019-11-07 09:10:27'),(4868,4876,'es',0,NULL,'Pendientes',NULL,'',0,'2019-11-07 09:10:27'),(4869,4877,'es',0,NULL,'j M \\d\\e Y @ H:i:s',NULL,'',0,'2019-11-07 09:10:27'),(4870,4878,'es',0,NULL,'← Volver a %s',NULL,'',0,'2019-11-07 09:10:27'),(4871,4879,'es',0,NULL,'nombresitio',NULL,'',0,'2019-11-07 09:10:27'),(4872,4880,'es',0,NULL,'Terminar',NULL,'',0,'2019-11-07 09:10:27'),(4873,4881,'es',0,NULL,'Ignorar',NULL,'',0,'2019-11-07 09:10:27'),(4874,4882,'es',0,NULL,'Ignorar todo',NULL,'',0,'2019-11-07 09:10:27'),(4875,4883,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:27'),(4876,4884,'es',0,NULL,'subtítulo',NULL,'',0,'2019-11-07 09:10:27'),(4877,4885,'es',0,NULL,'Cuerpo',NULL,'',0,'2019-11-07 09:10:27'),(4878,4886,'es',0,NULL,'Celda',NULL,'',0,'2019-11-07 09:10:27'),(4879,4887,'es',0,NULL,'Ninguna',NULL,'',0,'2019-11-07 09:10:27'),(4880,4888,'es',0,NULL,'Extensión',NULL,'',0,'2019-11-07 09:10:27'),(4881,4889,'es',0,NULL,'Columna',NULL,'',0,'2019-11-07 09:10:27'),(4882,4890,'es',0,NULL,'Columnas',NULL,'',0,'2019-11-07 09:10:27'),(4883,4891,'es',0,NULL,'Pie de página',NULL,'',0,'2019-11-07 09:10:27'),(4884,4892,'es',0,NULL,'Cabecera',NULL,'',0,'2019-11-07 09:10:27'),(4885,4893,'es',0,NULL,',',NULL,'',0,'2019-11-07 09:10:27'),(4886,4894,'es',0,NULL,'Más utilizadas',NULL,'',0,'2019-11-07 09:10:27'),(4887,4895,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:10:27'),(4888,4896,'es',0,NULL,'Etiquetas',NULL,'',0,'2019-11-07 09:10:27'),(4889,4897,'es',0,NULL,'Categoría',NULL,'',0,'2019-11-07 09:10:27'),(4890,4898,'es',0,NULL,'Etiqueta',NULL,'',0,'2019-11-07 09:10:27'),(4891,4899,'es',0,NULL,'%s añadida',NULL,'',0,'2019-11-07 09:10:27'),(4892,4900,'es',0,NULL,'%s quitada',NULL,'',0,'2019-11-07 09:10:27'),(4893,4901,'es',0,NULL,'Quitar %s',NULL,'',0,'2019-11-07 09:10:27'),(4894,4902,'es',0,NULL,'texto',NULL,'',0,'2019-11-07 09:10:27'),(4895,4903,'es',0,NULL,'Dirección del texto',NULL,'',0,'2019-11-07 09:10:27'),(4896,4904,'es',0,NULL,'ltr',NULL,'',0,'2019-11-07 09:10:27'),(4897,4905,'es',0,NULL,'La instalación de %s falló',NULL,'',0,'2019-11-07 09:10:27'),(4898,4906,'es',0,NULL,'¡%s instalado!',NULL,'',0,'2019-11-07 09:10:27'),(4899,4907,'es',0,NULL,'Activar %s',NULL,'',0,'2019-11-07 09:10:27'),(4900,4908,'es',0,NULL,'Cambiar',NULL,'',0,'2019-11-07 09:10:27'),(4901,4909,'es',0,NULL,'¡Eliminado!',NULL,'',0,'2019-11-07 09:10:27'),(4902,4910,'es',0,NULL,'Instalado',NULL,'',0,'2019-11-07 09:10:27'),(4903,4911,'es',0,NULL,'¡Instalado!',NULL,'',0,'2019-11-07 09:10:27'),(4904,4912,'es',0,NULL,'Instalando %s...',NULL,'',0,'2019-11-07 09:10:27'),(4905,4913,'es',0,NULL,'Activar %s para la red',NULL,'',0,'2019-11-07 09:10:27'),(4906,4914,'es',0,NULL,'¡Actualizado!',NULL,'',0,'2019-11-07 09:10:27'),(4907,4915,'es',0,NULL,'Por %s',NULL,'',0,'2019-11-07 09:10:27'),(4908,4916,'es',0,NULL,'título',NULL,'',0,'2019-11-07 09:10:27'),(4909,4917,'es',0,NULL,'Disponible',NULL,'',0,'2019-11-07 09:10:27'),(4910,4918,'es',0,NULL,'Instalada',NULL,'',0,'2019-11-07 09:10:27'),(4911,4919,'es',0,NULL,'%1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:27'),(4912,4920,'es',0,NULL,'Alineación vertical',NULL,'',0,'2019-11-07 09:10:27'),(4913,4921,'es',0,NULL,'vídeo',NULL,'',0,'2019-11-07 09:10:27'),(4914,4922,'es',0,NULL,'Duración',NULL,'',0,'2019-11-07 09:10:27'),(4915,4923,'es',0,NULL,'%1$s en %2$s',NULL,'',0,'2019-11-07 09:10:27'),(4916,4924,'es',0,NULL,'Y',NULL,'',0,'2019-11-07 09:10:27'),(4919,4927,'es',0,NULL,'<a href=\"%1$s\">Comprueba el estado de tu sitio</a> y <a href=\"%2$s\">aprende a depurar problemas</a>.',NULL,'',0,'2019-11-07 09:10:29'),(4920,4928,'es',0,NULL,'«%1$s» en %2$s.',NULL,'',0,'2019-11-07 09:10:29'),(4921,4929,'es',0,NULL,'«%1$s» en %2$s por %3$s.',NULL,'',0,'2019-11-07 09:10:29'),(4922,4930,'es',0,NULL,'«%1$s» de %2$s.',NULL,'',0,'2019-11-07 09:10:29'),(4923,4931,'es',0,NULL,'«%s».',NULL,'',0,'2019-11-07 09:10:29'),(4924,4932,'es',0,NULL,'Es necesario que $image sea un objeto de WP_Image_Editor',NULL,'',0,'2019-11-07 09:10:29'),(4925,4933,'es',0,NULL,'%1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:29'),(4926,4934,'es',0,NULL,'%1$s <span class=\"count\">(%2$s)</span>',NULL,'',0,'2019-11-07 09:10:29'),(4927,4935,'es',0,NULL,'%1$s MB (%2$s%%) del espacio utilizado',NULL,'',0,'2019-11-07 09:10:29'),(4928,4936,'es',0,NULL,'%1$s por %2$s (también <strong>borrará sus datos</strong>)',NULL,'',0,'2019-11-07 09:10:29'),(4929,4937,'es',0,NULL,'%1$s por %2$s.',NULL,'',0,'2019-11-07 09:10:29'),(4930,4938,'es',0,NULL,'Valoración de %1$s basada en %2$s valoración',NULL,'',0,'2019-11-07 09:10:29'),(4931,4939,'es',0,NULL,'Valoración de %1$s basada en %2$s valoraciones',NULL,'',0,'2019-11-07 09:10:29'),(4932,4940,'es',0,NULL,'%d píxeles',NULL,'',0,'2019-11-07 09:10:29'),(4933,4941,'es',0,NULL,'%d estrella',NULL,'',0,'2019-11-07 09:10:29'),(4934,4942,'es',0,NULL,'%d estrellas',NULL,'',0,'2019-11-07 09:10:29'),(4935,4943,'es',0,NULL,'%s — WordPress',NULL,'',0,'2019-11-07 09:10:29'),(4936,4944,'es',0,NULL,'%s (una versión saneada del nombre del autor.)',NULL,'',0,'2019-11-07 09:10:29'),(4937,4945,'es',0,NULL,'%s (Slug de la categoría. Las subcategorías anidadas aparecen como directorios anidados en la URL.)',NULL,'',0,'2019-11-07 09:10:29'),(4938,4946,'es',0,NULL,'%s (día del mes, por ejemplo 28.)',NULL,'',0,'2019-11-07 09:10:29'),(4939,4947,'es',0,NULL,'%s (Borrador)',NULL,'',0,'2019-11-07 09:10:29'),(4940,4948,'es',0,NULL,'%s (hora del día, por ejemplo 15.)',NULL,'',0,'2019-11-07 09:10:29'),(4941,4949,'es',0,NULL,'%s (minutos de la hora, por ejemplo 43.)',NULL,'',0,'2019-11-07 09:10:29'),(4942,4950,'es',0,NULL,'%s (mes del año, por ejemplo 05.)',NULL,'',0,'2019-11-07 09:10:29'),(4943,4951,'es',0,NULL,'%s (segundos del minuto, por ejemplo 33.)',NULL,'',0,'2019-11-07 09:10:29'),(4944,4952,'es',0,NULL,'%s (el título (slug) de entrada saneado.)',NULL,'',0,'2019-11-07 09:10:29'),(4945,4953,'es',0,NULL,'%s (el ID único de la entrada, por ejemplo 423.)',NULL,'',0,'2019-11-07 09:10:29'),(4946,4954,'es',0,NULL,'%s (el año de la entrada, en cuatro dígitos, por ejemplo 2004.)',NULL,'',0,'2019-11-07 09:10:29'),(4947,4955,'es',0,NULL,'%s (ya utilizado en la estructura de enlaces permanentes)',NULL,'',0,'2019-11-07 09:10:29'),(4948,4956,'es',0,NULL,'%s instalaciones activas',NULL,'',0,'2019-11-07 09:10:29'),(4949,4957,'es',0,NULL,'%s error crítico',NULL,'',0,'2019-11-07 09:10:29'),(4950,4958,'es',0,NULL,'%s errores críticos',NULL,'',0,'2019-11-07 09:10:29'),(4951,4959,'es',0,NULL,'Detectado %s elemento sin problemas',NULL,'',0,'2019-11-07 09:10:29'),(4952,4960,'es',0,NULL,'Detectados %s elementos sin problemas',NULL,'',0,'2019-11-07 09:10:29'),(4953,4961,'es',0,NULL,'%s MB de espacio permitidos',NULL,'',0,'2019-11-07 09:10:29'),(4954,4962,'es',0,NULL,'%s página',NULL,'',0,'2019-11-07 09:10:29'),(4955,4963,'es',0,NULL,'%s páginas',NULL,'',0,'2019-11-07 09:10:29'),(4956,4964,'es',0,NULL,'Plantilla de página %s',NULL,'',0,'2019-11-07 09:10:29'),(4957,4965,'es',0,NULL,'%s entrada',NULL,'',0,'2019-11-07 09:10:29'),(4958,4966,'es',0,NULL,'%s entradas',NULL,'',0,'2019-11-07 09:10:29'),(4959,4967,'es',0,NULL,'%s mejora recomendada',NULL,'',0,'2019-11-07 09:10:29'),(4960,4968,'es',0,NULL,'%s mejoras recomendadas',NULL,'',0,'2019-11-07 09:10:29'),(4961,4969,'es',0,NULL,'%s añadido a la estructura de enlaces permanentes',NULL,'',0,'2019-11-07 09:10:29'),(4962,4970,'es',0,NULL,'%s comentario aprobado',NULL,'',0,'2019-11-07 09:10:29'),(4963,4971,'es',0,NULL,'%s comentarios aprobados',NULL,'',0,'2019-11-07 09:10:29'),(4964,4972,'es',0,NULL,'%s bloque movido a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(4965,4973,'es',0,NULL,'%s bloques movidos a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(4966,4974,'es',0,NULL,'%s bloque no actualizado, alguien lo está editando.',NULL,'',0,'2019-11-07 09:10:29'),(4967,4975,'es',0,NULL,'%s bloques no actualizados, alguien los está editando.',NULL,'',0,'2019-11-07 09:10:29'),(4968,4976,'es',0,NULL,'%s bloque borrado permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(4969,4977,'es',0,NULL,'%s bloques borrados permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(4970,4978,'es',0,NULL,'%s bloque restaurado de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(4971,4979,'es',0,NULL,'%s bloques restaurados de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(4972,4980,'es',0,NULL,'%s bloque actualizado.',NULL,'',0,'2019-11-07 09:10:29'),(4973,4981,'es',0,NULL,'%s bloques actualizados.',NULL,'',0,'2019-11-07 09:10:29'),(4974,4982,'es',0,NULL,'%s columna',NULL,'',0,'2019-11-07 09:10:29'),(4975,4983,'es',0,NULL,'%s columnas',NULL,'',0,'2019-11-07 09:10:29'),(4976,4984,'es',0,NULL,'%s comentario',NULL,'',0,'2019-11-07 09:10:29'),(4977,4985,'es',0,NULL,'%s comentarios',NULL,'',0,'2019-11-07 09:10:29'),(4978,4986,'es',0,NULL,'%s comentario aprobado',NULL,'',0,'2019-11-07 09:10:29'),(4979,4987,'es',0,NULL,'%s comentarios aprobados',NULL,'',0,'2019-11-07 09:10:29'),(4980,4988,'es',0,NULL,'%s comentario marcado como spam.',NULL,'',0,'2019-11-07 09:10:29'),(4981,4989,'es',0,NULL,'%s comentarios marcados como spam.',NULL,'',0,'2019-11-07 09:10:29'),(4982,4990,'es',0,NULL,'%s comentario movido a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(4983,4991,'es',0,NULL,'%s comentarios movidos a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(4984,4992,'es',0,NULL,'%s comentario borrado permanentemente',NULL,'',0,'2019-11-07 09:10:29'),(4985,4993,'es',0,NULL,'%s comentarios borrados permanentemente',NULL,'',0,'2019-11-07 09:10:29'),(4986,4994,'es',0,NULL,'%s comentario restaurado de la papelera',NULL,'',0,'2019-11-07 09:10:29'),(4987,4995,'es',0,NULL,'%s comentarios restaurados de la papelera',NULL,'',0,'2019-11-07 09:10:29'),(4988,4996,'es',0,NULL,'%s comentario recuperado de spam',NULL,'',0,'2019-11-07 09:10:29'),(4989,4997,'es',0,NULL,'%s comentarios recuperados de spam',NULL,'',0,'2019-11-07 09:10:29'),(4990,4998,'es',0,NULL,'%s no pudo incrustarse.',NULL,'',0,'2019-11-07 09:10:29'),(4991,4999,'es',0,NULL,'%s ha sido desconectado.',NULL,'',0,'2019-11-07 09:10:29'),(4992,5000,'es',0,NULL,'%s se ha actualizado.',NULL,'',0,'2019-11-07 09:10:29'),(4993,5001,'es',0,NULL,'%s ha tomado la posesión y está editando en este momento.',NULL,'',0,'2019-11-07 09:10:29'),(4994,5002,'es',0,NULL,'%s ya está editando esta entrada.',NULL,'',0,'2019-11-07 09:10:29'),(4995,5003,'es',0,NULL,'%s ya está editando esta entrada. ¿Quieres tomar posesión?',NULL,'',0,'2019-11-07 09:10:29'),(4996,5004,'es',0,NULL,'%s está editando en este momento',NULL,'',0,'2019-11-07 09:10:29'),(4997,5005,'es',0,NULL,'%s enlace eliminado.',NULL,'',0,'2019-11-07 09:10:29'),(4998,5006,'es',0,NULL,'%s enlaces eliminados.',NULL,'',0,'2019-11-07 09:10:29'),(4999,5007,'es',0,NULL,'%s archivo multimedia adjunto.',NULL,'',0,'2019-11-07 09:10:29'),(5000,5008,'es',0,NULL,'%s archivos multimedia adjuntos.',NULL,'',0,'2019-11-07 09:10:29'),(5001,5009,'es',0,NULL,'%s archivo multimedia sin adjuntar.',NULL,'',0,'2019-11-07 09:10:29'),(5002,5010,'es',0,NULL,'%s archivos multimedia sin adjuntar.',NULL,'',0,'2019-11-07 09:10:29'),(5003,5011,'es',0,NULL,'%s medio movido a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5004,5012,'es',0,NULL,'%s medios movidos a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5005,5013,'es',0,NULL,'%s archivo multimedia borrado permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(5006,5014,'es',0,NULL,'%s archivos multimedia borrados permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(5007,5015,'es',0,NULL,'%s archivo multimedia restaurado desde la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5008,5016,'es',0,NULL,'%s archivos multimedia restaurados desde la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5009,5017,'es',0,NULL,'%s o superior',NULL,'',0,'2019-11-07 09:10:29'),(5010,5018,'es',0,NULL,'%s página movida a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5011,5019,'es',0,NULL,'%s páginas movidas a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5012,5020,'es',0,NULL,'%s página no actualizada, alguien la está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5013,5021,'es',0,NULL,'%s páginas no actualizadas, alguien las está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5014,5022,'es',0,NULL,'%s página borrada permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(5015,5023,'es',0,NULL,'%s páginas borradas permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(5016,5024,'es',0,NULL,'%s página restaurada de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5017,5025,'es',0,NULL,'%s páginas restauradas de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5018,5026,'es',0,NULL,'%s página actualizada.',NULL,'',0,'2019-11-07 09:10:29'),(5019,5027,'es',0,NULL,'%s páginas actualizadas.',NULL,'',0,'2019-11-07 09:10:29'),(5020,5028,'es',0,NULL,'%s comentario pendiente',NULL,'',0,'2019-11-07 09:10:29'),(5021,5029,'es',0,NULL,'%s comentarios pendientes',NULL,'',0,'2019-11-07 09:10:29'),(5022,5030,'es',0,NULL,'%d plugin',NULL,'',0,'2019-11-07 09:10:29'),(5023,5031,'es',0,NULL,'%s plugin actualizado correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5024,5032,'es',0,NULL,'%d plugins',NULL,'',0,'2019-11-07 09:10:29'),(5025,5033,'es',0,NULL,'%s plugins actualizados correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5026,5034,'es',0,NULL,'%s entrada de este autor',NULL,'',0,'2019-11-07 09:10:29'),(5027,5035,'es',0,NULL,'%s entradas de este autor',NULL,'',0,'2019-11-07 09:10:29'),(5028,5036,'es',0,NULL,'%s entrada movida a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5029,5037,'es',0,NULL,'%s entradas movidas a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5030,5038,'es',0,NULL,'%s entrada no actualizada, alguien la está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5031,5039,'es',0,NULL,'%s entradas no actualizadas, alguien las está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5032,5040,'es',0,NULL,'%s entrada borrada permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(5033,5041,'es',0,NULL,'%s entradas borradas permanentemente.',NULL,'',0,'2019-11-07 09:10:29'),(5034,5042,'es',0,NULL,'%s entrada restaurada de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5035,5043,'es',0,NULL,'%s entradas restauradas de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5036,5044,'es',0,NULL,'%s entrada actualizada.',NULL,'',0,'2019-11-07 09:10:29'),(5037,5045,'es',0,NULL,'%s entradas actualizadas.',NULL,'',0,'2019-11-07 09:10:29'),(5038,5046,'es',0,NULL,'%s consultas',NULL,'',0,'2019-11-07 09:10:29'),(5039,5047,'es',0,NULL,'valoración %s',NULL,'',0,'2019-11-07 09:10:29'),(5040,5048,'es',0,NULL,'%s sitio',NULL,'',0,'2019-11-07 09:10:29'),(5041,5049,'es',0,NULL,'%s sitios',NULL,'',0,'2019-11-07 09:10:29'),(5042,5050,'es',0,NULL,'%s tema actualizado correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5043,5051,'es',0,NULL,'%s temas actualizados correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5044,5052,'es',0,NULL,'%s actualización fallida.',NULL,'',0,'2019-11-07 09:10:29'),(5045,5053,'es',0,NULL,'%s se ha actualizado correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5046,5054,'es',0,NULL,'%s actualizaciones fallidas.',NULL,'',0,'2019-11-07 09:10:29'),(5047,5055,'es',0,NULL,'%s usuario',NULL,'',0,'2019-11-07 09:10:29'),(5048,5056,'es',0,NULL,'%s usuarios',NULL,'',0,'2019-11-07 09:10:29'),(5049,5057,'es',0,NULL,'%s usuario borrado.',NULL,'',0,'2019-11-07 09:10:29'),(5050,5058,'es',0,NULL,'%s usuarios borrados.',NULL,'',0,'2019-11-07 09:10:29'),(5051,5059,'es',0,NULL,'«%s» (Editar)',NULL,'',0,'2019-11-07 09:10:29'),(5052,5060,'es',0,NULL,'«%s» está bloqueado',NULL,'',0,'2019-11-07 09:10:29'),(5053,5061,'es',0,NULL,'«',NULL,'',0,'2019-11-07 09:10:29'),(5054,5062,'es',0,NULL,'← Volver a usuarios',NULL,'',0,'2019-11-07 09:10:29'),(5055,5063,'es',0,NULL,'← Volver al editor',NULL,'',0,'2019-11-07 09:10:29'),(5056,5064,'es',0,NULL,'— Sin cambios —',NULL,'',0,'2019-11-07 09:10:29'),(5057,5065,'es',0,NULL,'— No hay perfil para este sitio —',NULL,'',0,'2019-11-07 09:10:29'),(5058,5066,'es',0,NULL,'–O–',NULL,'',0,'2019-11-07 09:10:29'),(5059,5067,'es',0,NULL,'»',NULL,'',0,'2019-11-07 09:10:29'),(5060,5068,'es',0,NULL,'↑ Volver al principio',NULL,'',0,'2019-11-07 09:10:29'),(5061,5069,'es',0,NULL,'(%s valoraciones)',NULL,'',0,'2019-11-07 09:10:29'),(5062,5070,'es',0,NULL,'(No es compatible con valores de 64 bits)',NULL,'',0,'2019-11-07 09:10:29'),(5063,5071,'es',0,NULL,'(Última versión: %s)',NULL,'',0,'2019-11-07 09:10:29'),(5064,5072,'es',0,NULL,'(Déjalo a 0 para no valorar.)',NULL,'',0,'2019-11-07 09:10:29'),(5065,5073,'es',0,NULL,'(Entrada privada)',NULL,'',0,'2019-11-07 09:10:29'),(5066,5074,'es',0,NULL,'(El registro ha sido desactivado. Solo los miembros de este sitio pueden comentar.)',NULL,'',0,'2019-11-07 09:10:29'),(5067,5075,'es',0,NULL,'(Admite valores de 64 bits)',NULL,'',0,'2019-11-07 09:10:29'),(5068,5076,'es',0,NULL,'(Sin adjuntar)',NULL,'',0,'2019-11-07 09:10:29'),(5069,5077,'es',0,NULL,'(Tu sitio se actualiza por FTP debido a los permiso de archivo. Habla con tu empresa de hospedaje.)',NULL,'',0,'2019-11-07 09:10:29'),(5070,5078,'es',0,NULL,'(basado en %s valoración)',NULL,'',0,'2019-11-07 09:10:29'),(5071,5079,'es',0,NULL,'(basado en %s valoraciones)',NULL,'',0,'2019-11-07 09:10:29'),(5072,5080,'es',0,NULL,'(sin superior)',NULL,'',0,'2019-11-07 09:10:29'),(5073,5081,'es',0,NULL,'(obligatorio)',NULL,'',0,'2019-11-07 09:10:29'),(5074,5082,'es',0,NULL,'+ Añadir categoría nueva ',NULL,'',0,'2019-11-07 09:10:29'),(5075,5083,'es',0,NULL,'…o algo así:',NULL,'',0,'2019-11-07 09:10:29'),(5076,5084,'es',0,NULL,'.htaccess (para reglas de reescritura)',NULL,'',0,'2019-11-07 09:10:29'),(5077,5085,'es',0,NULL,'Reglas de .htaccess',NULL,'',0,'2019-11-07 09:10:29'),(5078,5086,'es',0,NULL,'1 bloque no actualizado, alguien lo está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5079,5087,'es',0,NULL,'1 página no actualizada, alguien la está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5080,5088,'es',0,NULL,'1 entrada no actualizada, alguien la está editando.',NULL,'',0,'2019-11-07 09:10:29'),(5081,5089,'es',0,NULL,'Error 404 (página no encontrada)',NULL,'',0,'2019-11-07 09:10:29'),(5082,5090,'es',0,NULL,'La versión 5.2 introduce un gancho %1$s, que permite que los temas sean compatibles con la inyección de código justo al principio del elemento %2$s.',NULL,'',0,'2019-11-07 09:10:29'),(5083,5091,'es',0,NULL,'<a href=\"%1$s\" class=\"update-browser-link\">Actualiza %2$s</a> o aprende cómo <a href=\"%3$s\" class=\"browse-happy-link\">navegar feliz</a>',NULL,'',0,'2019-11-07 09:10:29'),(5084,5092,'es',0,NULL,'<a href=\"%1$s\">Edita</a> o <a href=\"%2$s\">previsualiza</a> el contenido de tu página de política de privacidad.',NULL,'',0,'2019-11-07 09:10:29'),(5085,5093,'es',0,NULL,'<a href=\"%1$s\">Edita</a> o <a href=\"%2$s\">ve</a> el contenido de tu página de política de privacidad.',NULL,'',0,'2019-11-07 09:10:29'),(5086,5094,'es',0,NULL,'<a href=\"%1$s\">Aprende más sobre WordPress %2$s</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5087,5095,'es',0,NULL,'<a href=\"%1$s\">Por favor, actualiza WordPress</a> y luego <a href=\"%2$s\">aprende más sobre cómo actualizar PHP</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5088,5096,'es',0,NULL,'¡Ya está disponible <a href=\"%1$s\">WordPress %2$s</a>! <a href=\"%3$s\" aria-label=\"%4$s\">Por favor, actualiza ahora</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5089,5097,'es',0,NULL,'¡Ya está disponible <a href=\"%1$s\">WordPress %2$s</a>! Por favor, avisa al administrador del sitio.',NULL,'',0,'2019-11-07 09:10:29'),(5090,5098,'es',0,NULL,'<a href=\"%s\" target=\"_blank\">Haz clic aquí para aprender más sobre cómo actualizar PHP</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5091,5099,'es',0,NULL,'<a href=\"%s\" target=\"_parent\">Haz clic aquí para actualizar WordPress</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5092,5100,'es',0,NULL,'<a href=\"%s\">Aprende más sobre cómo actualizar PHP</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5093,5101,'es',0,NULL,'<a href=\"%s\">Enlaces</a> / Añadir nuevo enlace',NULL,'',0,'2019-11-07 09:10:29'),(5094,5102,'es',0,NULL,'<a href=\"%s\" >Enlaces</a> / Editar enlace',NULL,'',0,'2019-11-07 09:10:29'),(5095,5103,'es',0,NULL,'<a href=\"%s\">Por favor, actualiza WordPress</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5096,5104,'es',0,NULL,'<a href=\"%s\">Puedes cambiar la imagen de tu perfil en Gravatar</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5097,5105,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentación sobre comentarios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5098,5106,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentación sobre fondos personalizados</a>',NULL,'',0,'2019-11-07 09:10:29'),(5099,5107,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\">Documentación sobre cabeceras personalizadas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5100,5108,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\">Documentación sobre menús</a>',NULL,'',0,'2019-11-07 09:10:29'),(5101,5109,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\">Documentación sobre widgets</a>',NULL,'',0,'2019-11-07 09:10:29'),(5102,5110,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Comment_Spam\">Documentación sobre los comentarios de spam</a>',NULL,'',0,'2019-11-07 09:10:29'),(5103,5111,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\">Documentación sobre Mis sitios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5104,5112,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentación sobre el escritorio</a>',NULL,'',0,'2019-11-07 09:10:29'),(5105,5113,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\"> Documentación sobre actualizar WordPress</a>',NULL,'',0,'2019-11-07 09:10:29'),(5106,5114,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Editing_Files\">Documentación sobre cómo editar archivos</a>',NULL,'',0,'2019-11-07 09:10:29'),(5107,5115,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentación sobre formatos de fecha y hora</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5108,5116,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">Más información</a>',NULL,'',0,'2019-11-07 09:10:29'),(5109,5117,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\">Documentación sobre atajos de teclado</a>',NULL,'',0,'2019-11-07 09:10:29'),(5110,5118,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\">Documentación sobre la creación de enlaces</a>',NULL,'',0,'2019-11-07 09:10:29'),(5111,5119,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\">Documentación sobre categorías de enlaces</a>',NULL,'',0,'2019-11-07 09:10:29'),(5112,5120,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Links_Screen\">Documentación sobre la gestión de enlaces</a>',NULL,'',0,'2019-11-07 09:10:29'),(5113,5121,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentación sobre cómo gestionar plugins</a>',NULL,'',0,'2019-11-07 09:10:29'),(5114,5122,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\">Documentación sobre la carga de archivos multimedia</a>',NULL,'',0,'2019-11-07 09:10:29'),(5115,5123,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentación de editar medios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5116,5124,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentación sobre la biblioteca de medios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5117,5125,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">Documentación sobre gestión del sitio</a>',NULL,'',0,'2019-11-07 09:10:29'),(5118,5126,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Nginx\">Documentación acerca de la configuración de Nginx</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5119,5127,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentación sobre añadir nuevas páginas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5120,5128,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentación sobre la gestión de páginas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5121,5129,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentación de la edición de páginas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5122,5130,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentación sobre la instalación de plugins</a>',NULL,'',0,'2019-11-07 09:10:29'),(5123,5131,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\">Documentación de la edición de plugins</a>',NULL,'',0,'2019-11-07 09:10:29'),(5124,5132,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentación sobre escritura y edición de entradas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5125,5133,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\">Documentación sobre categorías</a>',NULL,'',0,'2019-11-07 09:10:29'),(5126,5134,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentación sobre la gestión de entradas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5127,5135,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\">Documentación sobre etiquetas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5128,5136,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Revision_Management\">Gestión de revisiones</a>',NULL,'',0,'2019-11-07 09:10:29'),(5129,5137,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descripción de perfiles y capacidades</a>',NULL,'',0,'2019-11-07 09:10:29'),(5130,5138,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Documentación sobre ajustes de comentarios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5131,5139,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentación sobre ajustes generales</a>',NULL,'',0,'2019-11-07 09:10:29'),(5132,5140,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Media_Screen\">Documentación sobre los ajustes de medios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5133,5141,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\">Documentación sobre ajustes de enlaces permanentes</a>',NULL,'',0,'2019-11-07 09:10:29'),(5134,5142,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentación sobre ajustes de lectura</a>',NULL,'',0,'2019-11-07 09:10:29'),(5135,5143,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\">Documentación sobre ajustes de escritura</a>',NULL,'',0,'2019-11-07 09:10:29'),(5136,5144,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Template_Tags\">Documentación sobre etiquetas de plantilla</a>',NULL,'',0,'2019-11-07 09:10:29'),(5137,5145,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Theme_Development\">Documentación sobre el desarrollo de temas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5138,5146,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Export_Screen\">Documentación sobre exportación</a>',NULL,'',0,'2019-11-07 09:10:29'),(5139,5147,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentación sobre importar</a>',NULL,'',0,'2019-11-07 09:10:29'),(5140,5148,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentación sobre herramientas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5141,5149,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentación sobre añadir nuevos usuarios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5142,5150,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Users_Screen\">Documentación sobre la gestión de usuarios</a>',NULL,'',0,'2019-11-07 09:10:29'),(5143,5151,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\">Documentación sobre los perfiles de usuario</a>',NULL,'',0,'2019-11-07 09:10:29'),(5144,5152,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Using_Permalinks\">Documentación sobre como usar enlaces permanentes</a>',NULL,'',0,'2019-11-07 09:10:29'),(5145,5153,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Using_Themes\">Documentación sobre el uso de temas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5146,5154,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\">Documentación sobre Añadir nuevos temas</a>',NULL,'',0,'2019-11-07 09:10:29'),(5147,5155,'es',0,NULL,'<a href=\"https://codex.wordpress.org/Writing_a_Plugin\">Documentación sobre cómo escribir plugins</a>',NULL,'',0,'2019-11-07 09:10:29'),(5148,5156,'es',0,NULL,'<a href=\"https://es.wordpress.org/support/\">Soporte</a>',NULL,'',0,'2019-11-07 09:10:29'),(5149,5157,'es',0,NULL,'<a href=\"https://es.wordpress.org/support/forum/multisite/\">Foros de soporte</a>',NULL,'',0,'2019-11-07 09:10:29'),(5150,5158,'es',0,NULL,'<code>_blank</code> — nueva ventana o pestaña.',NULL,'',0,'2019-11-07 09:10:29'),(5151,5159,'es',0,NULL,'<code>_none</code> — misma ventana o pestaña.',NULL,'',0,'2019-11-07 09:10:29'),(5152,5160,'es',0,NULL,'<code>_top</code> — ventana o pestaña actual, sin marcos.',NULL,'',0,'2019-11-07 09:10:29'),(5153,5161,'es',0,NULL,'<span>Activo:</span> %s',NULL,'',0,'2019-11-07 09:10:29'),(5154,5162,'es',0,NULL,'<strong>%s</strong> — Esto te permite asociar una imagen con tu entrada sin tener que insertarla. Esto suele ser útil si tu tema tiene imágenes en miniatura en la portada, cabeceras personalizadas, etc.',NULL,'',0,'2019-11-07 09:10:29'),(5155,5163,'es',0,NULL,'¡<strong><em>Anota la contraseña</em></strong> cuidadosamente! Es una contraseña <em>aleatoria</em> que ha sido generada solo para ti.',NULL,'',0,'2019-11-07 09:10:29'),(5156,5164,'es',0,NULL,'<strong>Actividad</strong> — Muestra las entradas programadas previstas, las entradas recientemente publicadas y los comentarios más recientes a tus entradas, y te permite moderarlos.',NULL,'',0,'2019-11-07 09:10:29'),(5157,5165,'es',0,NULL,'<strong>Advertencia:</strong> Piensa detenidamente en la posibilidad de que tu sitio produzca errores y sea inaccesible si estás editando el tema en uso y cometes algún error.',NULL,'',0,'2019-11-07 09:10:29'),(5158,5166,'es',0,NULL,'<strong>De un vistazo</strong> — Muestra un resumen del contenido de tu sitio e identifica qué tema y versión de WordPress estás utilizando.',NULL,'',0,'2019-11-07 09:10:29'),(5159,5167,'es',0,NULL,'<strong>Controles de caja</strong> — Haz clic en la barra de título de la caja para expandirla o contraerla. Algunas cajas añadidas por plugins puede que tengan contenido que configurar, y mostrarán un enlace de «Configure» en la barra de título si pasas el cursor sobre ella.',NULL,'',0,'2019-11-07 09:10:29'),(5160,5168,'es',0,NULL,'<strong>Si haces clic en la flecha de la derecha de cualquier elemento de menú</strong> del editor mostrará un grupo estándar de ajustes. Ajustes adicionales como destino del enlace, clases CSS, relaciones del enlace y descripciones del enlace puedes activarlas y desactivarlas en la pestaña de Ajustes de pantalla.',NULL,'',0,'2019-11-07 09:10:29'),(5161,5169,'es',0,NULL,'<strong>Compatible</strong> con tu versión de WordPress',NULL,'',0,'2019-11-07 09:10:29'),(5162,5170,'es',0,NULL,'<strong>Perdida la conexión.</strong> El guardado automático se ha desactivado hasta que te vuelvas a conectar.',NULL,'',0,'2019-11-07 09:10:29'),(5163,5171,'es',0,NULL,'«<strong>Borrar</strong>» te lleva a la pantalla de confirmación de borrado de usuarios, donde puedes eliminar permanentemente a un usuario de tu sitio y borrar su contenido. También puedes borrar varios usuarios a la vez usando las acciones en lote.',NULL,'',0,'2019-11-07 09:10:29'),(5164,5172,'es',0,NULL,'<strong>Descripción</strong> — La descripción no es importante en principio, no obstante, algunos temas pueden mostrarla.',NULL,'',0,'2019-11-07 09:10:29'),(5165,5173,'es',0,NULL,'<strong>Comentarios</strong> — Puedes activar y desactivar comentarios y pings en la entrada, puedes verlos y moderarlos aquí mismo.',NULL,'',0,'2019-11-07 09:10:29'),(5166,5174,'es',0,NULL,'<strong>Arrastrar y soltar</strong> — Para reorganizar las cajas arrástralas haciendo clic en la barra de título de la caja seleccionada y suéltala cuando veas aparecer un rectángulo de puntos en el lugar donde quieras situarla.',NULL,'',0,'2019-11-07 09:10:29'),(5167,5175,'es',0,NULL,'<strong>Arrastra y suelta</strong> tus archivos en el espacio inferior. Puedes subir múltiples archivos.',NULL,'',0,'2019-11-07 09:10:29'),(5168,5176,'es',0,NULL,'<strong>Error:</strong> Se ha producido un error en la conexión con el servidor. Por favor, verifica que la configuración es correcta.',NULL,'',0,'2019-11-07 09:10:29'),(5169,5177,'es',0,NULL,'<strong>ERROR</strong>: El «Prefijo de la tabla» sólo puede contener números, letras y guiones bajos.',NULL,'',0,'2019-11-07 09:10:29'),(5170,5178,'es',0,NULL,'<strong>ERROR</strong>: El «prefijo de tabla» no es válido.',NULL,'',0,'2019-11-07 09:10:29'),(5171,5179,'es',0,NULL,'<strong>ERROR</strong>: El «Prefijo de tabla» no debe estar vacío.',NULL,'',0,'2019-11-07 09:10:29'),(5172,5180,'es',0,NULL,'<strong>ERROR</strong>: La contraseña no puede contener el carácter «\\».',NULL,'',0,'2019-11-07 09:10:29'),(5173,5181,'es',0,NULL,'<strong>ERROR</strong>: Introduce un alias.',NULL,'',0,'2019-11-07 09:10:29'),(5174,5182,'es',0,NULL,'<strong>ERROR</strong>: Por favor, introduce una contraseña.',NULL,'',0,'2019-11-07 09:10:29'),(5175,5183,'es',0,NULL,'<strong>ERROR</strong>: Por favor, introduce una dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:10:29'),(5176,5184,'es',0,NULL,'<strong>ERROR</strong>: Por favor, introduce la misma contraseña en ambos campos.',NULL,'',0,'2019-11-07 09:10:29'),(5177,5185,'es',0,NULL,'<strong>ERROR</strong>: no se encuentra la página de opciones.',NULL,'',0,'2019-11-07 09:10:29'),(5178,5186,'es',0,NULL,'<strong>Editar</strong> te lleva a la pantalla de edición de perfil para ese usuario. Puedes llegar también a esa pantalla cliqueando sobre su nombre de usuario.',NULL,'',0,'2019-11-07 09:10:29'),(5179,5187,'es',0,NULL,'<strong>Editar</strong> te lleva a la pantalla de edición de esa entrada. También puede llegar hasta ella haciendo clic en el título de la entrada.',NULL,'',0,'2019-11-07 09:10:29'),(5180,5188,'es',0,NULL,'<strong>Error:</strong> La versión actual de PHP no cumple con los requisitos mínimos de %s.',NULL,'',0,'2019-11-07 09:10:29'),(5181,5189,'es',0,NULL,'<strong>Error:</strong> Las versiones actuales de WordPress y PHP no cumplen los requerimientos mínimos para %s.',NULL,'',0,'2019-11-07 09:10:29'),(5182,5190,'es',0,NULL,'<strong>Error:</strong> La versión actual de WordPress no cumple con los requisitos mínimos de %s.',NULL,'',0,'2019-11-07 09:10:29'),(5183,5191,'es',0,NULL,'<strong>Error:</strong> Este plugin <strong>necesita una versión más reciente de PHP</strong>.',NULL,'',0,'2019-11-07 09:10:29'),(5184,5192,'es',0,NULL,'<strong>Error:</strong> Este plugin <strong>necesita una versión de WordPress más reciente.</strong>.',NULL,'',0,'2019-11-07 09:10:29'),(5185,5193,'es',0,NULL,'<strong>Formato</strong> — Los formatos de entrada designan cómo tu tema mostrará una entrada específica. Por ejemplo, puedes tener una entrada de blog <em>Estándar</em> con título y párrafos, o una breve <em>Minientrada</em> que omita el título y contenga solo una breve nota de texto. Por favor, revisa el Codex para ver las <a href=\"https://codex.wordpress.org/Post_Formats#Supported_Formats\">descripciones de cada formato de entrada</a>. Puede que tu tema active todos o solo alguno de los 10 posibles formatos.',NULL,'',0,'2019-11-07 09:10:29'),(5186,5194,'es',0,NULL,'<strong>Importante:</strong> antes de actualizar, por favor, <a href=\"https://codex.wordpress.org/WordPress_Backups\">haz una copia de seguridad de tu base de datos y archivos</a>. Si necesitas ayuda con las actualizaciones visita la página del Codex <a href=\"https://codex.wordpress.org/Updating_WordPress\">«Actualizar WordPress»</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5187,5195,'es',0,NULL,'<strong>Incompatible</strong> con tu versión de WordPress',NULL,'',0,'2019-11-07 09:10:29'),(5188,5196,'es',0,NULL,'<strong>Información</strong> — Raramente se edita la URL del sitio, ya que esto puede provocar que el sitio no funcione correctamente. Se muestran la fecha de registro y la fecha de última actualización. Los administradores de la red puede marcar un sitio como archivado, spam, eliminado y para adultos, para quitarlo de los listados públicos o desactivarlo.',NULL,'',0,'2019-11-07 09:10:29'),(5189,5197,'es',0,NULL,'<strong>Nombre</strong> — El nombre es como se ve en tu sitio.',NULL,'',0,'2019-11-07 09:10:29'),(5190,5198,'es',0,NULL,'<strong>Orden</strong> — Las páginas normalmente se ordenan alfabéticamente, pero puedes elegir tu propio orden introduciendo un número (1 para la primera, etc.) en este campo.',NULL,'',0,'2019-11-07 09:10:29'),(5191,5199,'es',0,NULL,'<strong>Superior</strong> — Las categorías, al contrario que las etiquetas, pueden tener jerarquía. Puedes tener una categoría Jazz, y bajo esa tener tener categorías hijas para Bebop y Big Band. Es totalmente opcional. Para crear una subcategoría primero elige otra categoría del desplegable denominado Superior.',NULL,'',0,'2019-11-07 09:10:29'),(5192,5200,'es',0,NULL,'<strong>Superior</strong> — Puedes ordenar tus páginas en jerarquías. Por ejemplo, podrías tener una página «Acerca de» que tenga como inferiores las páginas «Mi vida» y «Mi perro». No hay limitaciones de hasta cuantos niveles puedes anidar páginas.',NULL,'',0,'2019-11-07 09:10:29'),(5193,5201,'es',0,NULL,'<strong>Atención:</strong> Se perderá cualquier personalización que hayas hecho a los archivos del tema. Por favor, plantéate el uso de <a href=\"%s\">temas hijos</a> para hacer modificaciones.',NULL,'',0,'2019-11-07 09:10:29'),(5194,5202,'es',0,NULL,'<strong>Editor de entradas</strong> — Introduce el texto para tu entrada. Hay dos modos de editar: Visual y HTML. Elige el modo haciendo clic en la pestaña correspondiente.',NULL,'',0,'2019-11-07 09:10:29'),(5195,5203,'es',0,NULL,'<strong>Previsualizacón</strong> mostrará cómo se verá tu borrador si se publica. «Ver» te llevará a tu sitio para ver el artículo. Depende del estado del artículo qué enlace se muestra.',NULL,'',0,'2019-11-07 09:10:29'),(5196,5204,'es',0,NULL,'<strong>Publicar</strong> — Puedes establecer las condiciones de publicación de tu entrada en la caja Publicar. Para cambiar el Estado, Visibilidad y Publicar (inmediatamente) haz clic en el enlace Editar para ver más opciones. El apartado Visibilidad incluye opciones para proteger con contraseña una entrada o para hacer que se fije en la parte superior de tu blog de manera indefinida (fijo). La opción de Protegido con contraseña te permite establecer una contraseña distinta para cada entrada. La opción Privado oculta la entrada a todos excepto a editores y administradores. Publicar (inmediatamente) te permite establecer una fecha y hora futura, para que puedas programar que una entrada se publique en el futuro o en el pasado.',NULL,'',0,'2019-11-07 09:10:29'),(5197,5205,'es',0,NULL,'<strong>Borrador rápido</strong> — Te permite crear una nueva entrada y guardarla como borrador. También muestra enlaces a las 3 entradas en borrador más recientes que hayas empezado.',NULL,'',0,'2019-11-07 09:10:29'),(5198,5206,'es',0,NULL,'<strong>Edición Rápida</strong> proporciona acceso en línea a los metadatos de tu artículo, permitiéndote actualizar detalles del artículo sin dejar la pantalla. ',NULL,'',0,'2019-11-07 09:10:29'),(5199,5207,'es',0,NULL,'<strong>Aleatoria:</strong> Muestra una imagen diferente en cada página.',NULL,'',0,'2019-11-07 09:10:29'),(5200,5208,'es',0,NULL,'<strong>Eliminar</strong> te permite eliminar a un usuario de tu sitio. No borra su contenido. También puedes eliminar varios usuarios a la vez usando las acciones en lote.',NULL,'',0,'2019-11-07 09:10:29'),(5201,5209,'es',0,NULL,'<strong>Opciones de pantalla</strong> — Usa la pestaña de Opciones de pantalla para elegir qué cajas mostrar en tu escritorio. ',NULL,'',0,'2019-11-07 09:10:29'),(5202,5210,'es',0,NULL,'<strong>Enviar Trackbacks</strong> — Los trackbacks son un modo de avisar a los sistemas antiguos de blogs que les has enlazado. Introduce la(s) URL(s) a la(s) que quieres enviar trackbacks. Si enlazas a otros sitios WordPress recibirán aviso automáticamente por medio de los pingbacks, y este campo no sería necesario.',NULL,'',0,'2019-11-07 09:10:29'),(5203,5211,'es',0,NULL,'<strong>Ajustes</strong> — Esta página muestra una lista de todos los ajustes asociados a este sitio. Algunos los crea WordPress, y otros los crean los plugins que activas. Observa que algunos campos están en gris e indican «Serialized Data». No puedes modificar estos valores debido al modo en que está almacenado el ajuste en la base de datos.',NULL,'',0,'2019-11-07 09:10:29'),(5204,5212,'es',0,NULL,'<strong>Slug</strong> — El «slug» es la versión amigable de la URL del nombre, normalmente suele estar en minúsculas y contener solo letras, números y guiones.',NULL,'',0,'2019-11-07 09:10:29'),(5205,5213,'es',0,NULL,'<strong>Plantilla</strong> — Muchos temas tienen plantillas personalizadas que puedes utilizar en ciertas páginas que podrían tener características o diseños personalizados. Si así fuera los verás en este menú desplegable.',NULL,'',0,'2019-11-07 09:10:29'),(5206,5214,'es',0,NULL,'<strong>No se encuentra el tema padre.</strong> Tienes que instalar el tema padre, %s, antes de utilizar este tema hijo.',NULL,'',0,'2019-11-07 09:10:29'),(5207,5215,'es',0,NULL,'<strong>Temas y Plugins</strong> — Para actualizar temas o plugins uno a uno desde esta pantalla usa las casillas de selección para hacer tu elección, luego <strong>haz clic en el botón «Actualizar» correspondiente</strong>. Para actualizar todos tus temas o plugins de una vez puedes seleccionar la casilla de la parte superior de la sección para elegirlos todos antes de hacer clic en el botón de actualizar.',NULL,'',0,'2019-11-07 09:10:29'),(5208,5216,'es',0,NULL,'<strong>Temas</strong> — Este área muestra los temas que no están actualmente activos en la red. Al activar un tema en este menú hace que esté disponible para este sitio. No activa el tema, pero permite que sea visible en el menú «Apariencia del sitio». Para activar un tema para toda la red revisa la pantalla <a href=\"%s\">Temas de la red</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5209,5217,'es',0,NULL,'<strong>Título</strong> — Introduce un titulo para tu entrada. Después de que introduzcas un título verás el enlace permanente debajo y podrás editarlo.',NULL,'',0,'2019-11-07 09:10:29'),(5210,5218,'es',0,NULL,'<strong>Traducciones</strong> — Los archivos que traducen WordPress a tu idioma se actualizan por sí solos cuando se actualice cualquier otra cosa. Pero si estos archivos están anticuados puedes <strong>hacer clic en el botón «Actualizar traducciones»</strong>.',NULL,'',0,'2019-11-07 09:10:29'),(5211,5219,'es',0,NULL,'<strong>Papelera</strong> quita tu artículo de esta lista y lo añade a la papelera, donde puedes borrarlo permanentemente. ',NULL,'',0,'2019-11-07 09:10:29'),(5212,5220,'es',0,NULL,'<strong>Usuarios</strong> — Esto muestra los usuarios asociados a este sitio. También puedes cambiar su perfil, restablecer su contraseña o quitarlos del sitio. Al quitar a un usuario del sitio no se quita al usuario de la red.',NULL,'',0,'2019-11-07 09:10:29'),(5213,5221,'es',0,NULL,'La <strong>versión %1$s</strong> soluciona %2$s fallo.',NULL,'',0,'2019-11-07 09:10:29'),(5214,5222,'es',0,NULL,'La <strong>versión %1$s</strong> soluciona %2$s fallos.',NULL,'',0,'2019-11-07 09:10:29'),(5215,5223,'es',0,NULL,'La <strong>versión %1$s</strong> soluciona un problema de seguridad y soluciona %2$s fallo.',NULL,'',0,'2019-11-07 09:10:29'),(5216,5224,'es',0,NULL,'La <strong>versión %1$s</strong> soluciona un problema de seguridad y soluciona %2$s fallos.',NULL,'',0,'2019-11-07 09:10:29'),(5217,5225,'es',0,NULL,'La <strong>versión %1$s</strong> soluciona algunos problemas de seguridad y soluciona %2$s fallo.',NULL,'',0,'2019-11-07 09:10:29'),(5218,5226,'es',0,NULL,'La <strong>versión %1$s</strong> soluciona algunos problemas de seguridad y soluciona %2$s fallos.',NULL,'',0,'2019-11-07 09:10:29'),(5219,5227,'es',0,NULL,'<strong>Versión %s</strong> mostró un problema de seguridad.',NULL,'',0,'2019-11-07 09:10:29'),(5220,5228,'es',0,NULL,'<strong>La versión %s</strong> soluciona algunos problemas de seguridad.',NULL,'',0,'2019-11-07 09:10:29'),(5221,5229,'es',0,NULL,'<strong>Advertencia:</strong> No se recomienda hacer cambios en los plugins activos.',NULL,'',0,'2019-11-07 09:10:29'),(5222,5230,'es',0,NULL,'<strong>Advertencia:</strong> Este plugin <strong>no ha sido probado</strong> en tu versión actual de WordPress.',NULL,'',0,'2019-11-07 09:10:29'),(5223,5231,'es',0,NULL,'<strong>Atención</strong>: estas páginas no pueden ser las mismas.',NULL,'',0,'2019-11-07 09:10:29'),(5224,5232,'es',0,NULL,'<strong>Bienvenido</strong> — Muestra enlaces a algunas de las tareas más comunes al configurar un nuevo sitio.',NULL,'',0,'2019-11-07 09:10:29'),(5225,5233,'es',0,NULL,'<strong>Eventos y noticias WordPress</strong> — Próximos eventos cerca de ti así como las últimas noticias del proyecto oficial de WordPress y el <a href=\"%s\">planeta WordPress</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5226,5234,'es',0,NULL,'<strong>WordPress</strong> — Actualizar tu instalación de WordPress es un procedimiento sencillo de un solo clic: simplemente <strong>haz clic en el botón «Actualizar ahora»</strong> cuando veas el aviso de que hay disponible una nueva versión.',NULL,'',0,'2019-11-07 09:10:29'),(5227,5235,'es',0,NULL,'Una <a href=\"%s\">página estática</a> (seleccionar abajo)',NULL,'',0,'2019-11-07 09:10:29'),(5228,5236,'es',0,NULL,'Un comentarista de WordPress',NULL,'',0,'2019-11-07 09:10:29'),(5229,5237,'es',0,NULL,'Se ha recibido un comentario para moderar',NULL,'',0,'2019-11-07 09:10:29'),(5230,5238,'es',0,NULL,'Una actualización menor está disponible para tu sitio. Debido a que las actualizaciones menores a menudo abordan la seguridad, es importante instalarlas.',NULL,'',0,'2019-11-07 09:10:29'),(5231,5239,'es',0,NULL,'Una nueva plantilla de página para los temas, una función condicional y dos clases CSS facilitan el diseño y la personalización de la página de política de privacidad.',NULL,'',0,'2019-11-07 09:10:29'),(5232,5240,'es',0,NULL,'Una nueva versión de WordPress esta disponible.',NULL,'',0,'2019-11-07 09:10:29'),(5233,5241,'es',0,NULL,'Una serie de cambios combinados para mejorar el conocimiento contextual y el flujo de navegación por el teclado para aquellos que utilizan lectores de pantalla y otras tecnologías de asistencia.',NULL,'',0,'2019-11-07 09:10:29'),(5234,5242,'es',0,NULL,'Un plugin ha impedido las actualizaciones al desactivar %s.',NULL,'',0,'2019-11-07 09:10:29'),(5235,5243,'es',0,NULL,'Se ha detectado un desajuste en el ID del contenido.',NULL,'',0,'2019-11-07 09:10:29'),(5236,5244,'es',0,NULL,'Se ha detectado un desajuste en el tipo de contenido.',NULL,'',0,'2019-11-07 09:10:29'),(5237,5245,'es',0,NULL,'No pudo ocurrir una actualización de fondo automática anterior.',NULL,'',0,'2019-11-07 09:10:29'),(5238,5246,'es',0,NULL,'Una actualización de fondo automático anterior finalizó con un fallo crítico, así que las actualizaciones ahora están desactivadas.',NULL,'',0,'2019-11-07 09:10:29'),(5239,5247,'es',0,NULL,'Una línea roja a la izquierda indica que el comentario está esperando moderación.',NULL,'',0,'2019-11-07 09:10:29'),(5240,5248,'es',0,NULL,'Un evento programado ha fallado',NULL,'',0,'2019-11-07 09:10:29'),(5241,5249,'es',0,NULL,'Se debe facilitar una dirección de correo electrónico válida.',NULL,'',0,'2019-11-07 09:10:29'),(5242,5250,'es',0,NULL,'Acerca de las páginas',NULL,'',0,'2019-11-07 09:10:29'),(5243,5251,'es',0,NULL,'Acerca de ti',NULL,'',0,'2019-11-07 09:10:29'),(5244,5252,'es',0,NULL,'Acerca del usuario',NULL,'',0,'2019-11-07 09:10:29'),(5245,5253,'es',0,NULL,'Listo para accesibilidad',NULL,'',0,'2019-11-07 09:10:29'),(5246,5254,'es',0,NULL,'Actualizaciones de accesibilidad',NULL,'',0,'2019-11-07 09:10:29'),(5247,5255,'es',0,NULL,'Gestión de la cuenta',NULL,'',0,'2019-11-07 09:10:29'),(5248,5256,'es',0,NULL,'Acciones',NULL,'',0,'2019-11-07 09:10:29'),(5249,5257,'es',0,NULL,'Activar «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5250,5258,'es',0,NULL,'Activar plugin',NULL,'',0,'2019-11-07 09:10:29'),(5251,5259,'es',0,NULL,'Activar plugin y volver a Publicar esto',NULL,'',0,'2019-11-07 09:10:29'),(5252,5260,'es',0,NULL,'Activar plugin y ejecutar el importador',NULL,'',0,'2019-11-07 09:10:29'),(5253,5261,'es',0,NULL,'Activar Publicar esto',NULL,'',0,'2019-11-07 09:10:29'),(5254,5262,'es',0,NULL,'Activos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:29'),(5255,5263,'es',0,NULL,'Instalaciones activas:',NULL,'',0,'2019-11-07 09:10:29'),(5256,5264,'es',0,NULL,'Plugins activos',NULL,'',0,'2019-11-07 09:10:29'),(5257,5265,'es',0,NULL,'Tema activo',NULL,'',0,'2019-11-07 09:10:29'),(5258,5266,'es',0,NULL,'Editor activo',NULL,'',0,'2019-11-07 09:10:29'),(5259,5267,'es',0,NULL,'%s+ millón',NULL,'',0,'2019-11-07 09:10:29'),(5260,5268,'es',0,NULL,'Menos de 10',NULL,'',0,'2019-11-07 09:10:29'),(5261,5269,'es',0,NULL,'Actividad',NULL,'',0,'2019-11-07 09:10:29'),(5262,5270,'es',0,NULL,'Añadir comentario',NULL,'',0,'2019-11-07 09:10:29'),(5263,5271,'es',0,NULL,'Añadir un campo personalizado',NULL,'',0,'2019-11-07 09:10:29'),(5264,5272,'es',0,NULL,'Añadir solicitud de borrado de datos',NULL,'',0,'2019-11-07 09:10:29'),(5265,5273,'es',0,NULL,'Añadir petición de exportación de datos',NULL,'',0,'2019-11-07 09:10:29'),(5266,5274,'es',0,NULL,'Añadir usuario existente',NULL,'',0,'2019-11-07 09:10:29'),(5267,5275,'es',0,NULL,'Añadir nuevo campo personalizado:',NULL,'',0,'2019-11-07 09:10:29'),(5268,5276,'es',0,NULL,'Añadir enlace',NULL,'',0,'2019-11-07 09:10:29'),(5269,5277,'es',0,NULL,'Añadir un tema nuevo',NULL,'',0,'2019-11-07 09:10:29'),(5270,5278,'es',0,NULL,'Añadir nuevo usuario',NULL,'',0,'2019-11-07 09:10:29'),(5271,5279,'es',0,NULL,'Añadir plugins',NULL,'',0,'2019-11-07 09:10:29'),(5272,5280,'es',0,NULL,'Añadir temas',NULL,'',0,'2019-11-07 09:10:29'),(5273,5281,'es',0,NULL,'Añadir widget',NULL,'',0,'2019-11-07 09:10:29'),(5274,5282,'es',0,NULL,'Añade una entrada',NULL,'',0,'2019-11-07 09:10:29'),(5275,5283,'es',0,NULL,'Añade páginas adicionales',NULL,'',0,'2019-11-07 09:10:29'),(5276,5284,'es',0,NULL,'Añade una página «Acerca de»',NULL,'',0,'2019-11-07 09:10:29'),(5277,5285,'es',0,NULL,'Añadir comentario',NULL,'',0,'2019-11-07 09:10:29'),(5278,5286,'es',0,NULL,'Añadir archivos desde tu ordenador',NULL,'',0,'2019-11-07 09:10:29'),(5279,5287,'es',0,NULL,'Añadir elementos al menu',NULL,'',0,'2019-11-07 09:10:29'),(5280,5288,'es',0,NULL,'Añade elementos de menú desde la columna de la izquierda.',NULL,'',0,'2019-11-07 09:10:29'),(5281,5289,'es',0,NULL,'Añadir nuevo comentario',NULL,'',0,'2019-11-07 09:10:29'),(5282,5290,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:29'),(5283,5291,'es',0,NULL,'Añade uno o varios elementos a la vez <strong>eligiendo la casilla de al lado de cada elemento y haciendo clic en Añadir al menú</strong>',NULL,'',0,'2019-11-07 09:10:29'),(5284,5292,'es',0,NULL,'Añadir el usuario sin enviarle un correo electrónico que pida su confirmación.',NULL,'',0,'2019-11-07 09:10:29'),(5285,5293,'es',0,NULL,'Añadir a: %s',NULL,'',0,'2019-11-07 09:10:29'),(5286,5294,'es',0,NULL,'Añadir widget: %s',NULL,'',0,'2019-11-07 09:10:29'),(5287,5295,'es',0,NULL,'Añadir, organizar y modificar elementos individuales de los menús',NULL,'',0,'2019-11-07 09:10:29'),(5288,5296,'es',0,NULL,'Añadiendo categorías',NULL,'',0,'2019-11-07 09:10:29'),(5289,5297,'es',0,NULL,'Añadiendo plugins',NULL,'',0,'2019-11-07 09:10:29'),(5290,5298,'es',0,NULL,'Añadiendo etiquetas',NULL,'',0,'2019-11-07 09:10:29'),(5291,5299,'es',0,NULL,'Añadiendo temas',NULL,'',0,'2019-11-07 09:10:29'),(5292,5300,'es',0,NULL,'Capacidades adicionales',NULL,'',0,'2019-11-07 09:10:29'),(5293,5301,'es',0,NULL,'Información adicional',NULL,'',0,'2019-11-07 09:10:29'),(5294,5302,'es',0,NULL,'Ajustes adicionales',NULL,'',0,'2019-11-07 09:10:29'),(5295,5303,'es',0,NULL,'Esquema de color de administración',NULL,'',0,'2019-11-07 09:10:29'),(5296,5304,'es',0,NULL,'Los administradores tienen acceso a todas las funciones de administración.',NULL,'',0,'2019-11-07 09:10:29'),(5297,5305,'es',0,NULL,'Plugin avanzado de caché.',NULL,'',0,'2019-11-07 09:10:29'),(5298,5306,'es',0,NULL,'Después de introducir tus modificaciones haz clic en Actualizar archivo.',NULL,'',0,'2019-11-07 09:10:29'),(5299,5307,'es',0,NULL,'Después de hacer esto haz clic en «Ejecutar la instalación»',NULL,'',0,'2019-11-07 09:10:29'),(5300,5308,'es',0,NULL,'Te recomendamos que edites tu página de política de privacidad en cuanto se haya creado.',NULL,'',0,'2019-11-07 09:10:29'),(5301,5309,'es',0,NULL,'Todos los comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5302,5310,'es',0,NULL,'Todos los ajustes',NULL,'',0,'2019-11-07 09:10:29'),(5303,5311,'es',0,NULL,'Todas las pestañas:',NULL,'',0,'2019-11-07 09:10:29'),(5304,5312,'es',0,NULL,'Todos los tipos',NULL,'',0,'2019-11-07 09:10:29'),(5305,5313,'es',0,NULL,'Todos los usuarios',NULL,'',0,'2019-11-07 09:10:29'),(5306,5314,'es',0,NULL,'Todos los tipos de comentario',NULL,'',0,'2019-11-07 09:10:29'),(5307,5315,'es',0,NULL,'Todo el contenido',NULL,'',0,'2019-11-07 09:10:29'),(5308,5316,'es',0,NULL,'Todos los formatos',NULL,'',0,'2019-11-07 09:10:29'),(5309,5317,'es',0,NULL,'Todos los tamaños de imagen',NULL,'',0,'2019-11-07 09:10:29'),(5310,5318,'es',0,NULL,'Todos tus archivos de WordPress son editables.',NULL,'',0,'2019-11-07 09:10:29'),(5311,5319,'es',0,NULL,'¡Muy bien! Ya has terminado esta parte de la instalación. Ahora WordPress puede comunicarse con tu base de datos. Si estás listo, es el momento de…',NULL,'',0,'2019-11-07 09:10:29'),(5312,5320,'es',0,NULL,'Todos los plugins seleccionados están actualizados.',NULL,'',0,'2019-11-07 09:10:29'),(5313,5321,'es',0,NULL,'La comprobación del estado del sitio ha finalizado.',NULL,'',0,'2019-11-07 09:10:29'),(5314,5322,'es',0,NULL,'Todas las pruebas de salud del sitio han terminado. Tu sitio obtuvo una puntuación de %s y los resultados están disponibles en la página.',NULL,'',0,'2019-11-07 09:10:29'),(5315,5323,'es',0,NULL,'Todos los tamaños excepto la miniatura',NULL,'',0,'2019-11-07 09:10:29'),(5316,5324,'es',0,NULL,'Todos los archivos que hayas subido están en la lista de la biblioteca de medios, con los subidos más recientemente en la parte superior.',NULL,'',0,'2019-11-07 09:10:29'),(5317,5325,'es',0,NULL,'Todos los archivos que has subido están listados en la biblioteca multimedia, con las subidas más recientes listadas primero. Puedes utilizar la pestaña de Opciones de pantalla para personalizar la visualización de esta pantalla.',NULL,'',0,'2019-11-07 09:10:29'),(5318,5326,'es',0,NULL,'Todas las actualizaciones se han completado.',NULL,'',0,'2019-11-07 09:10:29'),(5319,5327,'es',0,NULL,'Permitir',NULL,'',0,'2019-11-07 09:10:29'),(5320,5328,'es',0,NULL,'Permitir <a href=\"%s\">trackbacks y pingbacks</a> en esta página.',NULL,'',0,'2019-11-07 09:10:29'),(5321,5329,'es',0,NULL,'Permitir pings',NULL,'',0,'2019-11-07 09:10:29'),(5322,5330,'es',0,NULL,'Permitir la reparación automática de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5323,5331,'es',0,NULL,'Permitir comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5324,5332,'es',0,NULL,'Permitir a los buscadores indexar este sitio',NULL,'',0,'2019-11-07 09:10:29'),(5325,5333,'es',0,NULL,'Pingbacks enviados:',NULL,'',0,'2019-11-07 09:10:29'),(5326,5334,'es',0,NULL,'Texto alternativo (alt) de la imagen, por ejemplo «La Mona Lisa»',NULL,'',0,'2019-11-07 09:10:29'),(5327,5335,'es',0,NULL,'Como alternativa, puedes ver temas destacados, populares o los últimos. Cuando encuentres un tema que te gust, puedes ver una vista previa o instalarlo.',NULL,'',0,'2019-11-07 09:10:29'),(5328,5336,'es',0,NULL,'Usar siempre https para visitar la administración',NULL,'',0,'2019-11-07 09:10:29'),(5329,5337,'es',0,NULL,'Inglés americano',NULL,'',0,'2019-11-07 09:10:29'),(5330,5338,'es',0,NULL,'Hoy en día, se necesita una conexión HTTPS para muchas funciones en la web, y también se gana la confianza de tus visitantes al ayudar a proteger su privacidad online.',NULL,'',0,'2019-11-07 09:10:29'),(5331,5339,'es',0,NULL,'Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de su comentario.',NULL,'',0,'2019-11-07 09:10:29'),(5332,5340,'es',0,NULL,'No se ha podido completar la actualización automática de WordPress. Por favor, <a href=\"%s\">vuelve a intentarlo</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5333,5341,'es',0,NULL,'¡No se ha podido completar la actualización automática de WordPress! Por favor, avisa al administrador.',NULL,'',0,'2019-11-07 09:10:29'),(5334,5342,'es',0,NULL,'Un avatar es una imagen que te sigue de blog en blog y aparece junto a tu nombre cuando comentas en sitios que tengan activos los avatares. Aquí puedes activar la visualización de avatares para la gente que comente en tu sitio.',NULL,'',0,'2019-11-07 09:10:29'),(5335,5343,'es',0,NULL,'Se enviará un correo electrónico al usuario de esta dirección de correo electrónico pidiéndole que verifique la petición.',NULL,'',0,'2019-11-07 09:10:29'),(5336,5344,'es',0,NULL,'Ocurrió un error al actualizar %1$s: %2$s',NULL,'',0,'2019-11-07 09:10:29'),(5337,5345,'es',0,NULL,'Un exportador ha usado inadecuadamente el filtro de registro.',NULL,'',0,'2019-11-07 09:10:29'),(5338,5346,'es',0,NULL,'Hay disponible una nueva versión actualizada de WordPress.',NULL,'',0,'2019-11-07 09:10:29'),(5339,5347,'es',0,NULL,'Analítica',NULL,'',0,'2019-11-07 09:10:29'),(5340,5348,'es',0,NULL,'En este momento hay otra actualización en marcha.',NULL,'',0,'2019-11-07 09:10:29'),(5341,5349,'es',0,NULL,'Cualquier modificación de los archivos se verá reflejada en todos los sitios de la red.',NULL,'',0,'2019-11-07 09:10:29'),(5342,5350,'es',0,NULL,'Cualquiera puede registrarse',NULL,'',0,'2019-11-07 09:10:29'),(5343,5351,'es',0,NULL,'Alguien envía un comentario',NULL,'',0,'2019-11-07 09:10:29'),(5344,5352,'es',0,NULL,'Apariencia',NULL,'',0,'2019-11-07 09:10:29'),(5345,5353,'es',0,NULL,'Plantilla de aplicación adjunta',NULL,'',0,'2019-11-07 09:10:29'),(5346,5354,'es',0,NULL,'Aplicar filtros',NULL,'',0,'2019-11-07 09:10:29'),(5347,5355,'es',0,NULL,'Aplicar cambios a:',NULL,'',0,'2019-11-07 09:10:29'),(5348,5356,'es',0,NULL,'Aprobar',NULL,'',0,'2019-11-07 09:10:29'),(5349,5357,'es',0,NULL,'Aprobar comentario',NULL,'',0,'2019-11-07 09:10:29'),(5350,5358,'es',0,NULL,'Aprobar este comentario',NULL,'',0,'2019-11-07 09:10:29'),(5351,5359,'es',0,NULL,'¿Estás seguro de querer borrar este tema?\n\nHaz clic en \'Cancelar\' para regresar o en \'Aceptar\' para confirmar el borrado.',NULL,'',0,'2019-11-07 09:10:29'),(5352,5360,'es',0,NULL,'¿Estás seguro de que deseas eliminar estos archivos y datos?',NULL,'',0,'2019-11-07 09:10:29'),(5353,5361,'es',0,NULL,'¿Estás seguro de que deseas eliminar estos archivos?',NULL,'',0,'2019-11-07 09:10:29'),(5354,5362,'es',0,NULL,'Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras web se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.',NULL,'',0,'2019-11-07 09:10:29'),(5355,5363,'es',0,NULL,'Como nuevo usuario de WordPress, deberías ir a <a href=\"%s\">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!',NULL,'',0,'2019-11-07 09:10:29'),(5356,5364,'es',0,NULL,'Como propietario de una web, es posible que tengas que cumplir con las leyes de privacidad nacionales o internacionales. Por ejemplo, es posible que tengas que crear y mostrar una política de privacidad.',NULL,'',0,'2019-11-07 09:10:29'),(5357,5365,'es',0,NULL,'Ascendente',NULL,'',0,'2019-11-07 09:10:29'),(5358,5366,'es',0,NULL,'Relación de aspecto:',NULL,'',0,'2019-11-07 09:10:29'),(5359,5367,'es',0,NULL,'Asigna un término superior para crear una jerarquía. El término jazz, por ejemplo, sería el superior de bebop y big band.',NULL,'',0,'2019-11-07 09:10:29'),(5360,5368,'es',0,NULL,'Menú asignado',NULL,'',0,'2019-11-07 09:10:29'),(5361,5369,'es',0,NULL,'De un vistazo',NULL,'',0,'2019-11-07 09:10:29'),(5362,5370,'es',0,NULL,'Adjuntar',NULL,'',0,'2019-11-07 09:10:29'),(5363,5371,'es',0,NULL,'Adjuntar «%s» a contenido existente',NULL,'',0,'2019-11-07 09:10:29'),(5364,5372,'es',0,NULL,'Adjuntar al contenido existente',NULL,'',0,'2019-11-07 09:10:29'),(5365,5373,'es',0,NULL,'Adjuntando archivos',NULL,'',0,'2019-11-07 09:10:29'),(5366,5374,'es',0,NULL,'URL del adjunto a la entrada',NULL,'',0,'2019-11-07 09:10:29'),(5367,5375,'es',0,NULL,'Plantilla de archivos adjuntos',NULL,'',0,'2019-11-07 09:10:29'),(5368,5376,'es',0,NULL,'Tratar de avisar a los sitios enlazados desde el artículo',NULL,'',0,'2019-11-07 09:10:29'),(5369,5377,'es',0,NULL,'Tratando de volver a la versión anterior.',NULL,'',0,'2019-11-07 09:10:29'),(5370,5378,'es',0,NULL,'Asiste a un próximo evento cerca de %s.',NULL,'',0,'2019-11-07 09:10:29'),(5371,5379,'es',0,NULL,'Atribuir todo el contenido a:',NULL,'',0,'2019-11-07 09:10:29'),(5372,5380,'es',0,NULL,'Plantilla de audio adjunto',NULL,'',0,'2019-11-07 09:10:29'),(5373,5381,'es',0,NULL,'Códec de audio:',NULL,'',0,'2019-11-07 09:10:29'),(5374,5382,'es',0,NULL,'Formato de audio:',NULL,'',0,'2019-11-07 09:10:29'),(5375,5383,'es',0,NULL,'Audio, vídeo u otro tipo de archivo.',NULL,'',0,'2019-11-07 09:10:29'),(5376,5384,'es',0,NULL,'Claves de autentificación',NULL,'',0,'2019-11-07 09:10:29'),(5377,5385,'es',0,NULL,'Plantilla de autor',NULL,'',0,'2019-11-07 09:10:29'),(5378,5386,'es',0,NULL,'Web del autor',NULL,'',0,'2019-11-07 09:10:29'),(5379,5387,'es',0,NULL,'Los autores pueden publicar y gestionar sus propias entradas, además de subir archivos.',NULL,'',0,'2019-11-07 09:10:29'),(5380,5388,'es',0,NULL,'Autores:',NULL,'',0,'2019-11-07 09:10:29'),(5381,5389,'es',0,NULL,'Borrador automático',NULL,'',0,'2019-11-07 09:10:29'),(5382,5390,'es',0,NULL,'Añadir páginas automáticamente',NULL,'',0,'2019-11-07 09:10:29'),(5383,5391,'es',0,NULL,'Cerrar automáticamente los comentarios en las entradas con más de %s días',NULL,'',0,'2019-11-07 09:10:29'),(5384,5392,'es',0,NULL,'Guardado automático de %s',NULL,'',0,'2019-11-07 09:10:29'),(5385,5393,'es',0,NULL,'Acciones disponibles',NULL,'',0,'2019-11-07 09:10:29'),(5386,5394,'es',0,NULL,'Herramientas disponibles',NULL,'',0,'2019-11-07 09:10:29'),(5387,5395,'es',0,NULL,'Widgets disponibles',NULL,'',0,'2019-11-07 09:10:29'),(5388,5396,'es',0,NULL,'Etiquetas disponibles:',NULL,'',0,'2019-11-07 09:10:29'),(5389,5397,'es',0,NULL,'Visibilidad del avatar',NULL,'',0,'2019-11-07 09:10:29'),(5390,5398,'es',0,NULL,'Avatares',NULL,'',0,'2019-11-07 09:10:29'),(5391,5399,'es',0,NULL,'Puntuación promedio',NULL,'',0,'2019-11-07 09:10:29'),(5392,5400,'es',0,NULL,'BETA TESTERS:',NULL,'',0,'2019-11-07 09:10:29'),(5393,5401,'es',0,NULL,'¿PRUEBAS BETA?\n=============\n\nEste correo electrónico de errores se te envía cuando estás usando una versión de desarrollo de WordPress.\n\nSi crees que estos fallos pueden deberse a errores de WordPress, ¿podrías notificarlos?\n * Abre un hilo en los foros de soporte: https://wordpress.org/support/forum/alphabeta\n * O, si te gusta más, puedes escribir un informe de errores: https://core.trac.wordpress.org/\n\n¡Gracias! -- El equipo de WordPress',NULL,'',0,'2019-11-07 09:10:29'),(5394,5402,'es',0,NULL,'Repetir',NULL,'',0,'2019-11-07 09:10:29'),(5395,5403,'es',0,NULL,'Scroll',NULL,'',0,'2019-11-07 09:10:29'),(5396,5404,'es',0,NULL,'Fondo actualizado. <a href=\"%s\">Visita tu sitio</a> para ver cómo queda.',NULL,'',0,'2019-11-07 09:10:29'),(5397,5405,'es',0,NULL,'Actualizaciones en segundo plano',NULL,'',0,'2019-11-07 09:10:29'),(5398,5406,'es',0,NULL,'Las actualizaciones en segundo plano no están funcionando como se espera',NULL,'',0,'2019-11-07 09:10:29'),(5399,5407,'es',0,NULL,'Las actualizaciones en segundo plano están funcionando',NULL,'',0,'2019-11-07 09:10:29'),(5400,5408,'es',0,NULL,'Las actualizaciones en segundo plano garantizan que WordPress se puede actualizar automáticamente si se publica una actualización de seguridad para la versión que estás utilizando actualmente.',NULL,'',0,'2019-11-07 09:10:29'),(5401,5409,'es',0,NULL,'Las actualizaciones en segundo plano pueden no estar funcionando correctamente',NULL,'',0,'2019-11-07 09:10:29'),(5402,5410,'es',0,NULL,'En una instalación multisitio puedes añadir cuentas que ya existen en la Red especificando el nombre de usuario o la contraseña con la que están registrados en la misma, y definiendo un rol. Para más opciones, como especificar una contraseña, debes ser Administrador de la Red y utilizar el enlace que aparece al pasar sobre los nombres de usuario. Puedes encontrar esta opción bajo Administración de Red > Todos los Usuarios.',NULL,'',0,'2019-11-07 09:10:29'),(5403,5411,'es',0,NULL,'Para que un comentario aparezca',NULL,'',0,'2019-11-07 09:10:29'),(5404,5412,'es',0,NULL,'Antes de empezar',NULL,'',0,'2019-11-07 09:10:29'),(5405,5413,'es',0,NULL,'Antes de poder subir el fichero de importación, debes resolver el siguiente error:',NULL,'',0,'2019-11-07 09:10:29'),(5406,5414,'es',0,NULL,'Empieza eligiendo un tema para editarlo desde el menú desplegable y haciendo clic en el botón «Elegir». Entonces aparecerá una lista de los archivos de plantilla del tema. Haciendo clic en cualquier nombre de archivo hace que el archivo aparezca en la caja grande del editor.',NULL,'',0,'2019-11-07 09:10:29'),(5407,5415,'es',0,NULL,'A continuación debes introducir los detalles de conexión de tu base de datos. Si no estás seguro de esta información contacta con tu proveedor de alojamiento web.',NULL,'',0,'2019-11-07 09:10:29'),(5408,5416,'es',0,NULL,'Información biográfica',NULL,'',0,'2019-11-07 09:10:29'),(5409,5417,'es',0,NULL,'En blanco',NULL,'',0,'2019-11-07 09:10:29'),(5410,5418,'es',0,NULL,'Blog',NULL,'',0,'2019-11-07 09:10:29'),(5411,5419,'es',0,NULL,'Número máximo de entradas a mostrar en el sitio',NULL,'',0,'2019-11-07 09:10:29'),(5412,5420,'es',0,NULL,'Blogger',NULL,'',0,'2019-11-07 09:10:29'),(5413,5421,'es',0,NULL,'Sitios de interés',NULL,'',0,'2019-11-07 09:10:29'),(5414,5422,'es',0,NULL,'Cajas',NULL,'',0,'2019-11-07 09:10:29'),(5415,5423,'es',0,NULL,'Separa los comentarios en páginas de %1$s comentarios por página y se muestra la %2$s página por defecto',NULL,'',0,'2019-11-07 09:10:29'),(5416,5424,'es',0,NULL,'Volver a mostrar esta actualización',NULL,'',0,'2019-11-07 09:10:29'),(5417,5425,'es',0,NULL,'Inglés británico',NULL,'',0,'2019-11-07 09:10:29'),(5418,5426,'es',0,NULL,'Temas dañados',NULL,'',0,'2019-11-07 09:10:29'),(5419,5427,'es',0,NULL,'Buscar plugins',NULL,'',0,'2019-11-07 09:10:29'),(5420,5428,'es',0,NULL,'Buscar revisiones',NULL,'',0,'2019-11-07 09:10:29'),(5421,5429,'es',0,NULL,'Viendo %s (activo)',NULL,'',0,'2019-11-07 09:10:29'),(5422,5430,'es',0,NULL,'Viendo %s (inactivo)',NULL,'',0,'2019-11-07 09:10:29'),(5423,5431,'es',0,NULL,'Compilación de JavaScript',NULL,'',0,'2019-11-07 09:10:29'),(5424,5432,'es',0,NULL,'Basada en <a href=\"%1$s\">las características de salud del sitio introducidas en la versión 5.1</a>, esta versión añade dos nuevas páginas para ayudar a depurar problemas de configuración comunes. También añade un espacio donde los desarrolladores pueden incluir información de depuración para los mantenedores del sitio.',NULL,'',0,'2019-11-07 09:10:29'),(5425,5433,'es',0,NULL,'Acciones en lote',NULL,'',0,'2019-11-07 09:10:29'),(5426,5434,'es',0,NULL,'Edición en lote',NULL,'',0,'2019-11-07 09:10:29'),(5427,5435,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:10:29'),(5428,5436,'es',0,NULL,'Anterior',NULL,'',0,'2019-11-07 09:10:29'),(5429,5437,'es',0,NULL,'Por %s',NULL,'',0,'2019-11-07 09:10:29'),(5430,5438,'es',0,NULL,'Por %s.',NULL,'',0,'2019-11-07 09:10:29'),(5431,5439,'es',0,NULL,'Por defecto WordPress no recoge ningún dato analítico. Sin embargo, muchas cuentas de alojamiento web recogen algunos datos analíticos anónimos. También es posible que hayas instalado un plugin de WordPress que proporciona servicios de analítica. En ese caso, añade la información de ese plugin aquí.',NULL,'',0,'2019-11-07 09:10:29'),(5432,5440,'es',0,NULL,'Por defecto, WordPress no recopila ningún dato personal sobre los visitantes, y sólo recopila los datos mostrados en la pantalla del perfil de usuario para los usuarios registrados. Sin embargo, algunos de tus plugins también pueden recopilar datos personales. Añade la información relevante a continuación.',NULL,'',0,'2019-11-07 09:10:29'),(5433,5441,'es',0,NULL,'Por defecto, WordPress no comparte ningún dato personal con nadie.',NULL,'',0,'2019-11-07 09:10:29'),(5434,5442,'es',0,NULL,'Por defecto, WordPress no incluye un formulario de contacto. Si utilizas un plugin de formulario de contacto, utiliza esta subsección para indicar qué datos personales se capturan cuando alguien envía un formulario de contacto y cuánto tiempo lo conservas. Por ejemplo, puedes indicar que mantienes los envíos de formularios de contacto durante un cierto período con fines de servicio al cliente, pero no utilizas la información enviada a través de ellos con fines de marketing.',NULL,'',0,'2019-11-07 09:10:29'),(5435,5443,'es',0,NULL,'Por defecto, los usuarios nuevos reciben un correo electrónico para hacerles saber que se les ha añadido como usuario en tu sitio. Este correo electrónico también contiene un enlace para restablecer la contraseña. Desmarca la casilla si no quieres enviar al nuevo usuario un correo electrónico de bienvenida.',NULL,'',0,'2019-11-07 09:10:29'),(5436,5444,'es',0,NULL,'Clases CSS (opcional)',NULL,'',0,'2019-11-07 09:10:29'),(5437,5445,'es',0,NULL,'Noto Serif',NULL,'',0,'2019-11-07 09:10:29'),(5438,5446,'es',0,NULL,'¿Cualquiera puede registrarse en este sitio?',NULL,'',0,'2019-11-07 09:10:29'),(5439,5447,'es',0,NULL,'Puedes comunicarte con WordPress.org',NULL,'',0,'2019-11-07 09:10:29'),(5440,5448,'es',0,NULL,'Cancelar el cambio de contraseña',NULL,'',0,'2019-11-07 09:10:29'),(5441,5449,'es',0,NULL,'No se pudo cargar %s.',NULL,'',0,'2019-11-07 09:10:29'),(5442,5450,'es',0,NULL,'No se pudieron cargar los metadatos de la imagen.',NULL,'',0,'2019-11-07 09:10:29'),(5443,5451,'es',0,NULL,'No se pudieron guardar los metadatos de la imagen.',NULL,'',0,'2019-11-07 09:10:29'),(5444,5452,'es',0,NULL,'Capacidades',NULL,'',0,'2019-11-07 09:10:29'),(5445,5453,'es',0,NULL,'Conversor de etiquetas y categorías',NULL,'',0,'2019-11-07 09:10:29'),(5446,5454,'es',0,NULL,'Las categorías se pueden convertir a voluntad en etiquetas usando el <a href=\"%s\">conversor de categorías a etiquetas</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5447,5455,'es',0,NULL,'Categorías borradas.',NULL,'',0,'2019-11-07 09:10:29'),(5448,5456,'es',0,NULL,'Las categorías tienen jerarquías, lo que significa que pueden anidar subcategorías. Las Etiquetas no tienen jerarquías y no pueden anidarse. A veces la gente empieza a usar una en sus entradas, y luego se da cuenta de que otra funcionaría mejor para su contenido.',NULL,'',0,'2019-11-07 09:10:29'),(5449,5457,'es',0,NULL,'Las categorías, a diferencia de las etiquetas, pueden tener jerarquías. Podrías tener una categoría de Jazz, y por debajo las categorías Bebop y Big Band. Totalmente opcional.',NULL,'',0,'2019-11-07 09:10:29'),(5450,5458,'es',0,NULL,'Categorías:',NULL,'',0,'2019-11-07 09:10:29'),(5451,5459,'es',0,NULL,'Plantilla de categoría',NULL,'',0,'2019-11-07 09:10:29'),(5452,5460,'es',0,NULL,'Categoría añadida.',NULL,'',0,'2019-11-07 09:10:29'),(5453,5461,'es',0,NULL,'Base de las categorías',NULL,'',0,'2019-11-07 09:10:29'),(5454,5462,'es',0,NULL,'Categoría borrada.',NULL,'',0,'2019-11-07 09:10:29'),(5455,5463,'es',0,NULL,'Categoría no añadida.',NULL,'',0,'2019-11-07 09:10:29'),(5456,5464,'es',0,NULL,'Categoría no actualizada.',NULL,'',0,'2019-11-07 09:10:29'),(5457,5465,'es',0,NULL,'Categoría actualizada.',NULL,'',0,'2019-11-07 09:10:29'),(5458,5466,'es',0,NULL,'Precaución:',NULL,'',0,'2019-11-07 09:10:29'),(5459,5467,'es',0,NULL,'Cambiar',NULL,'',0,'2019-11-07 09:10:29'),(5460,5468,'es',0,NULL,'Cambiar perfil a…',NULL,'',0,'2019-11-07 09:10:29'),(5461,5469,'es',0,NULL,'Cambia tu página de política de privacidad',NULL,'',0,'2019-11-07 09:10:29'),(5462,5470,'es',0,NULL,'Perfiles cambiados.',NULL,'',0,'2019-11-07 09:10:29'),(5463,5471,'es',0,NULL,'Cambiando a %s',NULL,'',0,'2019-11-07 09:10:29'),(5464,5472,'es',0,NULL,'Comprobar de nuevo',NULL,'',0,'2019-11-07 09:10:29'),(5465,5473,'es',0,NULL,'Comprobar actualizaciones manualmente',NULL,'',0,'2019-11-07 09:10:29'),(5466,5474,'es',0,NULL,'Comprobar las claves secretas',NULL,'',0,'2019-11-07 09:10:29'),(5467,5475,'es',0,NULL,'Elige una imagen de fondo',NULL,'',0,'2019-11-07 09:10:29'),(5468,5476,'es',0,NULL,'Elige una cabecera personalizada',NULL,'',0,'2019-11-07 09:10:29'),(5469,5477,'es',0,NULL,'Elige un archivo de tu ordenador:',NULL,'',0,'2019-11-07 09:10:29'),(5470,5478,'es',0,NULL,'Elige un plugin a editar en el menú superior derecha y haz clic en el botón Seleccionar. Haz clic una vez sobre cualquier nombre de archivo para cargarlo en el editor. No olvides guardar tus cambios (Actualizar archivo) cuando acabes.',NULL,'',0,'2019-11-07 09:10:29'),(5471,5479,'es',0,NULL,'Elige una imagen desde tu ordenador:',NULL,'',0,'2019-11-07 09:10:29'),(5472,5480,'es',0,NULL,'Elige una ciudad en tu misma zona horaria o una zona UTC.',NULL,'',0,'2019-11-07 09:10:29'),(5473,5481,'es',0,NULL,'Elige la parte de la imagen que quieras usar como cabecera.',NULL,'',0,'2019-11-07 09:10:29'),(5474,5482,'es',0,NULL,'Ellige el marco de destino para tu enlace.',NULL,'',0,'2019-11-07 09:10:29'),(5475,5483,'es',0,NULL,'Elige qué exportar',NULL,'',0,'2019-11-07 09:10:29'),(5476,5484,'es',0,NULL,'Madrid',NULL,'',0,'2019-11-07 09:10:29'),(5477,5485,'es',0,NULL,'Ciudad:',NULL,'',0,'2019-11-07 09:10:29'),(5478,5486,'es',0,NULL,'Vaciar los widgets inactivos',NULL,'',0,'2019-11-07 09:10:29'),(5479,5487,'es',0,NULL,'Limpiar lista',NULL,'',0,'2019-11-07 09:10:29'),(5480,5488,'es',0,NULL,'Quitar filtros actuales',NULL,'',0,'2019-11-07 09:10:29'),(5481,5489,'es',0,NULL,'Haz clic en Personalizar para el tema activo, o en Vista previa previa en cualquier otro tema para ver una previsualización',NULL,'',0,'2019-11-07 09:10:29'),(5482,5490,'es',0,NULL,'Haz clic en Guardar menú para hacer públicos los elementos de menú pendientes.',NULL,'',0,'2019-11-07 09:10:29'),(5483,5491,'es',0,NULL,'Haz clic en el tema para ver el nombre del tema, su versión, autor, descripción, etiquetas y el enlace de borrar',NULL,'',0,'2019-11-07 09:10:29'),(5484,5492,'es',0,NULL,'Haz clic en el botón Guardar menú para guardar tus cambios.',NULL,'',0,'2019-11-07 09:10:29'),(5485,5493,'es',0,NULL,'Haz clic en la imagen para editarla o actualizarla',NULL,'',0,'2019-11-07 09:10:29'),(5486,5494,'es',0,NULL,'Haciendo clic en «<strong>Seleccionar archivos</strong>» se abre una ventana de navegación, mostrando los archivos de tu sistema operativo. Seleccionando «<strong>Abrir</strong>» después de hacer clic en el archivo que quieres, activas una barra de progreso en la pantalla del cargador.',NULL,'',0,'2019-11-07 09:10:29'),(5487,5495,'es',0,NULL,'Al hacer clic en un elemento se mostrará la ventana de Detalles del adjunto, que te permite previsualizar el medio y hacer modificaciones rápidas. Cualquier cambio que hagas en los detalles del adjunto se guardarán automáticamente.',NULL,'',0,'2019-11-07 09:10:29'),(5488,5496,'es',0,NULL,'Versión del cliente',NULL,'',0,'2019-11-07 09:10:29'),(5489,5497,'es',0,NULL,'Cerrar ventana con los detalles',NULL,'',0,'2019-11-07 09:10:29'),(5490,5498,'es',0,NULL,'Cierra el panel de adjuntar medios',NULL,'',0,'2019-11-07 09:10:29'),(5491,5499,'es',0,NULL,'Cierra el Personalizador y vuelve a la página anterior',NULL,'',0,'2019-11-07 09:10:29'),(5492,5500,'es',0,NULL,'Co-fundador, líder del proyecto',NULL,'',0,'2019-11-07 09:10:29'),(5493,5501,'es',0,NULL,'Contraer',NULL,'',0,'2019-11-07 09:10:29'),(5494,5502,'es',0,NULL,'Contraer barra lateral',NULL,'',0,'2019-11-07 09:10:29'),(5495,5503,'es',0,NULL,'Cerrar menú',NULL,'',0,'2019-11-07 09:10:29'),(5496,5504,'es',0,NULL,'Comentario',NULL,'',0,'2019-11-07 09:10:29'),(5497,5505,'es',0,NULL,'El comentario %d no existe',NULL,'',0,'2019-11-07 09:10:29'),(5498,5506,'es',0,NULL,'Lista negra de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5499,5507,'es',0,NULL,'Moderación de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5500,5508,'es',0,NULL,'El autor del comentario debe rellenar el nombre y el correo electrónico',NULL,'',0,'2019-11-07 09:10:29'),(5501,5509,'es',0,NULL,'El autor del comentario debe tener un comentario previamente aprobado',NULL,'',0,'2019-11-07 09:10:29'),(5502,5510,'es',0,NULL,'El comentario de %s se ha marcado como spam.',NULL,'',0,'2019-11-07 09:10:29'),(5503,5511,'es',0,NULL,'Comentario de %s movido a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5504,5512,'es',0,NULL,'El comentario debe aprobarse manualmente.',NULL,'',0,'2019-11-07 09:10:29'),(5505,5513,'es',0,NULL,'Estado de los comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5506,5514,'es',0,NULL,'Comentarios %s',NULL,'',0,'2019-11-07 09:10:29'),(5507,5515,'es',0,NULL,'Comentarios (%1$s) el «%2$s»',NULL,'',0,'2019-11-07 09:10:29'),(5508,5516,'es',0,NULL,'Plantilla de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5509,5517,'es',0,NULL,'Lista de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5510,5518,'es',0,NULL,'Navegación por la lista de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5511,5519,'es',0,NULL,'Comentarios en «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5512,5520,'es',0,NULL,'Los comentarios se mostrarán con los comentarios %s al principio de cada página',NULL,'',0,'2019-11-07 09:10:29'),(5513,5521,'es',0,NULL,'Ajustes comunes',NULL,'',0,'2019-11-07 09:10:29'),(5514,5522,'es',0,NULL,'La comunicación con los servidores de WordPress se usa para comprobar nuevas versiones, y también para instalar y actualizar el núcleo de WordPress, los temas o los plugins.',NULL,'',0,'2019-11-07 09:10:29'),(5515,5523,'es',0,NULL,'Comunicación con WordPress.org',NULL,'',0,'2019-11-07 09:10:29'),(5516,5524,'es',0,NULL,'Comparar revisiones de «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5517,5525,'es',0,NULL,'Compara dos revisiones cualquiera',NULL,'',0,'2019-11-07 09:10:29'),(5518,5526,'es',0,NULL,'Compara dos revisiones <strong>seleccionando «Compara dos revisiones cualquiera»</strong> en el lateral.',NULL,'',0,'2019-11-07 09:10:29'),(5519,5527,'es',0,NULL,'Compatibilidad con WordPress %1$s: 100%% (según su autor)',NULL,'',0,'2019-11-07 09:10:29'),(5520,5528,'es',0,NULL,'Compatibilidad con WordPress %1$s: Desconocida',NULL,'',0,'2019-11-07 09:10:29'),(5521,5529,'es',0,NULL,'Compatible con:',NULL,'',0,'2019-11-07 09:10:29'),(5522,5530,'es',0,NULL,'Error de configuración',NULL,'',0,'2019-11-07 09:10:29'),(5523,5531,'es',0,NULL,'Configurar',NULL,'',0,'2019-11-07 09:10:29'),(5524,5532,'es',0,NULL,'Esta configuración es opcional. Por defecto debería estar en blanco.',NULL,'',0,'2019-11-07 09:10:29'),(5525,5533,'es',0,NULL,'Confirmar borrado',NULL,'',0,'2019-11-07 09:10:29'),(5526,5534,'es',0,NULL,'Confirma la contraseña',NULL,'',0,'2019-11-07 09:10:29'),(5527,5535,'es',0,NULL,'Confirmar Eliminación',NULL,'',0,'2019-11-07 09:10:29'),(5528,5536,'es',0,NULL,'Confirma el uso de una contraseña potencialmente débil',NULL,'',0,'2019-11-07 09:10:29'),(5529,5537,'es',0,NULL,'Confirmación de petición iniciada correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5530,5538,'es',0,NULL,'Petición de confirmación reenviada correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5531,5539,'es',0,NULL,'¡Enhorabuena por actualizar a WordPress %s! Esta actualización hace que sea más fácil que nunca arreglar tu sitio si algo sale mal.',NULL,'',0,'2019-11-07 09:10:29'),(5532,5540,'es',0,NULL,'Datos de conexión',NULL,'',0,'2019-11-07 09:10:29'),(5533,5541,'es',0,NULL,'Tipo de conexión',NULL,'',0,'2019-11-07 09:10:29'),(5534,5542,'es',0,NULL,'Información de contacto',NULL,'',0,'2019-11-07 09:10:29'),(5535,5543,'es',0,NULL,'Formularios de contacto',NULL,'',0,'2019-11-07 09:10:29'),(5536,5544,'es',0,NULL,'Contenido a exportar',NULL,'',0,'2019-11-07 09:10:29'),(5537,5545,'es',0,NULL,'Pestaña de ayuda contextual',NULL,'',0,'2019-11-07 09:10:29'),(5538,5546,'es',0,NULL,'Continuar',NULL,'',0,'2019-11-07 09:10:29'),(5539,5547,'es',0,NULL,'Colaboradores',NULL,'',0,'2019-11-07 09:10:29'),(5540,5548,'es',0,NULL,'Los colaboradores pueden escribir y gestionar sus entradas, pero no pueden publicar entradas o subir archivos multimedia.',NULL,'',0,'2019-11-07 09:10:29'),(5541,5549,'es',0,NULL,'Convertir emoticonos como <code>:-)</code> y <code>:-P</code> a gráficos en pantalla',NULL,'',0,'2019-11-07 09:10:29'),(5542,5550,'es',0,NULL,'Convierte las categorías existentes a etiquetas o las etiquetas en categorías, de manera selectiva.',NULL,'',0,'2019-11-07 09:10:29'),(5543,5551,'es',0,NULL,'Cookies',NULL,'',0,'2019-11-07 09:10:29'),(5544,5552,'es',0,NULL,'Copiar información del sitio al portapapeles',NULL,'',0,'2019-11-07 09:10:29'),(5545,5553,'es',0,NULL,'Copiar texto de política sugerido desde %s.',NULL,'',0,'2019-11-07 09:10:29'),(5546,5554,'es',0,NULL,'Copiar esta sección al portapapeles',NULL,'',0,'2019-11-07 09:10:29'),(5547,5555,'es',0,NULL,'Copiando los archivos necesarios…',NULL,'',0,'2019-11-07 09:10:29'),(5548,5556,'es',0,NULL,'Colaboradores del núcleo de WordPress %s',NULL,'',0,'2019-11-07 09:10:29'),(5549,5557,'es',0,NULL,'Desarrollador del núcleo',NULL,'',0,'2019-11-07 09:10:29'),(5550,5558,'es',0,NULL,'No ha sido posible acceder al sistema de archivos.',NULL,'',0,'2019-11-07 09:10:29'),(5551,5559,'es',0,NULL,'No se pudo confirmar que el filtro %s esté disponible',NULL,'',0,'2019-11-07 09:10:29'),(5552,5560,'es',0,NULL,'No ha sido posible copiar el archivo.',NULL,'',0,'2019-11-07 09:10:29'),(5553,5561,'es',0,NULL,'No ha sido posible copiar los archivos.',NULL,'',0,'2019-11-07 09:10:29'),(5554,5562,'es',0,NULL,'No se han podido copiar los archivos. Puede que tengas que liberar espacio en disco.',NULL,'',0,'2019-11-07 09:10:29'),(5555,5563,'es',0,NULL,'No ha sido posible crear el archivo temporal.',NULL,'',0,'2019-11-07 09:10:29'),(5556,5564,'es',0,NULL,'No ha sido posible crear el directorio',NULL,'',0,'2019-11-07 09:10:29'),(5557,5565,'es',0,NULL,'No podemos descomprimir el archivo.',NULL,'',0,'2019-11-07 09:10:29'),(5558,5566,'es',0,NULL,'El plugin %s no se ha podido quitar completamente.',NULL,'',0,'2019-11-07 09:10:29'),(5559,5567,'es',0,NULL,'No se pudieron eliminar completamente los plugins %s.',NULL,'',0,'2019-11-07 09:10:29'),(5560,5568,'es',0,NULL,'No se pudo eliminar completamente el tema %s.',NULL,'',0,'2019-11-07 09:10:29'),(5561,5569,'es',0,NULL,'No ha sido posible insertar el enlace en la base de datos.',NULL,'',0,'2019-11-07 09:10:29'),(5562,5570,'es',0,NULL,'No se han podido cerrar las sesiones de usuario. Por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:29'),(5563,5571,'es',0,NULL,'No se ha podido conectar con WordPress.org',NULL,'',0,'2019-11-07 09:10:29'),(5564,5572,'es',0,NULL,'No ha sido posible eliminar la versión anterior del plugin.',NULL,'',0,'2019-11-07 09:10:29'),(5565,5573,'es',0,NULL,'No ha sido posible eliminar la versión anterior del tema.',NULL,'',0,'2019-11-07 09:10:29'),(5566,5574,'es',0,NULL,'No se pudo eliminar la traducción antigua.',NULL,'',0,'2019-11-07 09:10:29'),(5567,5575,'es',0,NULL,'No se pudo reactivar el plugin.',NULL,'',0,'2019-11-07 09:10:29'),(5568,5576,'es',0,NULL,'No se pudo reactivar el tema.',NULL,'',0,'2019-11-07 09:10:29'),(5569,5577,'es',0,NULL,'No se puede recuperar el archivo.',NULL,'',0,'2019-11-07 09:10:29'),(5570,5578,'es',0,NULL,'No ha sido posible actualizar el enlace en la base de datos.',NULL,'',0,'2019-11-07 09:10:29'),(5571,5579,'es',0,NULL,'No se ha podido recuperar una lista de las sumas de comprobación para WordPress %s.',NULL,'',0,'2019-11-07 09:10:29'),(5572,5580,'es',0,NULL,'Crear nueva página',NULL,'',0,'2019-11-07 09:10:29'),(5573,5581,'es',0,NULL,'Crear nuevo sitio',NULL,'',0,'2019-11-07 09:10:29'),(5574,5582,'es',0,NULL,'Crear un nuevo usuario',NULL,'',0,'2019-11-07 09:10:29'),(5575,5583,'es',0,NULL,'Crea un nuevo usuario y añádelo a este sitio.',NULL,'',0,'2019-11-07 09:10:29'),(5576,5584,'es',0,NULL,'Crea abajo tu primer menú.',NULL,'',0,'2019-11-07 09:10:29'),(5577,5585,'es',0,NULL,'Crear, editar y borrar menús',NULL,'',0,'2019-11-07 09:10:29'),(5578,5586,'es',0,NULL,'Crear una página es muy parecido a crear una entrada, y puedes personalizar las pantallas de igual modo, arrastrando y soltando, en la pestaña de Opciones de pantalla, y expandiendo /contrayendo las cajas a voluntad. Esta pantalla también dispone del espacio de escritura sin distracciones, disponible tanto en los modos visual como de texto a través de los botones de pantalla completa. El editor de páginas funciona prácticamente igual que el editor de entradas, pero hay algunas características específicas para páginas en la caja de atributos de página.',NULL,'',0,'2019-11-07 09:10:29'),(5579,5587,'es',0,NULL,'Reconocimientos',NULL,'',0,'2019-11-07 09:10:29'),(5580,5588,'es',0,NULL,'Recortar',NULL,'',0,'2019-11-07 09:10:29'),(5581,5589,'es',0,NULL,'Relación de aspecto de la zona a recortar',NULL,'',0,'2019-11-07 09:10:29'),(5582,5590,'es',0,NULL,'Recortar imagen de cabecera',NULL,'',0,'2019-11-07 09:10:29'),(5583,5591,'es',0,NULL,'Selección de recorte',NULL,'',0,'2019-11-07 09:10:29'),(5584,5592,'es',0,NULL,'Recortar y publicar',NULL,'',0,'2019-11-07 09:10:29'),(5585,5593,'es',0,NULL,'Recortar las miniaturas en las dimensiones exactas (normalmente, las miniaturas son proporcionales)',NULL,'',0,'2019-11-07 09:10:29'),(5586,5594,'es',0,NULL,'Imagen de fondo actual',NULL,'',0,'2019-11-07 09:10:29'),(5587,5595,'es',0,NULL,'Imagen de cabecera actual',NULL,'',0,'2019-11-07 09:10:29'),(5588,5596,'es',0,NULL,'Página actual',NULL,'',0,'2019-11-07 09:10:29'),(5589,5597,'es',0,NULL,'Revisión actual de %s',NULL,'',0,'2019-11-07 09:10:29'),(5590,5598,'es',0,NULL,'Tema actual',NULL,'',0,'2019-11-07 09:10:29'),(5591,5599,'es',0,NULL,'Puntuación actual de salud:',NULL,'',0,'2019-11-07 09:10:29'),(5592,5600,'es',0,NULL,'Miniatura actual',NULL,'',0,'2019-11-07 09:10:29'),(5593,5601,'es',0,NULL,'Fondo personalizado',NULL,'',0,'2019-11-07 09:10:29'),(5594,5602,'es',0,NULL,'Colores personalizados',NULL,'',0,'2019-11-07 09:10:29'),(5595,5603,'es',0,NULL,'Cabecera personalizada',NULL,'',0,'2019-11-07 09:10:29'),(5596,5604,'es',0,NULL,'Logotipo personalizado',NULL,'',0,'2019-11-07 09:10:29'),(5597,5605,'es',0,NULL,'Error de PHP personalizado.',NULL,'',0,'2019-11-07 09:10:29'),(5598,5606,'es',0,NULL,'Controlador de errores fatales PHP personalizado.',NULL,'',0,'2019-11-07 09:10:29'),(5599,5607,'es',0,NULL,'Estructura personalizada',NULL,'',0,'2019-11-07 09:10:29'),(5600,5608,'es',0,NULL,'Estruturas personalizadas',NULL,'',0,'2019-11-07 09:10:29'),(5601,5609,'es',0,NULL,'Clase de base datos personalizada.',NULL,'',0,'2019-11-07 09:10:29'),(5602,5610,'es',0,NULL,'Mensaje de error de base de datos personalizado.',NULL,'',0,'2019-11-07 09:10:29'),(5603,5611,'es',0,NULL,'Formato de fecha personalizado:',NULL,'',0,'2019-11-07 09:10:29'),(5604,5612,'es',0,NULL,'Campo personalizado borrado.',NULL,'',0,'2019-11-07 09:10:29'),(5605,5613,'es',0,NULL,'Campo personalizado actualizado.',NULL,'',0,'2019-11-07 09:10:29'),(5606,5614,'es',0,NULL,'Los campos personalizados pueden utilizarse para añadir metadatos extra a una entrada que puedes <a href=\"%s\">usar en tu tema</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5607,5615,'es',0,NULL,'Script de instalación personalizado.',NULL,'',0,'2019-11-07 09:10:29'),(5608,5616,'es',0,NULL,'Mensaje personalizado de mantenimiento.',NULL,'',0,'2019-11-07 09:10:29'),(5609,5617,'es',0,NULL,'Se han añadido reglas personalizadas a tu archivo .htaccess.',NULL,'',0,'2019-11-07 09:10:29'),(5610,5618,'es',0,NULL,'Mensaje personalizado para sitios eliminados.',NULL,'',0,'2019-11-07 09:10:29'),(5611,5619,'es',0,NULL,'Mensaje personalizado para sitios inactivos.',NULL,'',0,'2019-11-07 09:10:29'),(5612,5620,'es',0,NULL,'Mensaje personalizado para sitios suspendidos.',NULL,'',0,'2019-11-07 09:10:29'),(5613,5621,'es',0,NULL,'Formato de hora personalizado:',NULL,'',0,'2019-11-07 09:10:29'),(5614,5622,'es',0,NULL,'Personalizado:',NULL,'',0,'2019-11-07 09:10:29'),(5615,5623,'es',0,NULL,'Borrador de personalización',NULL,'',0,'2019-11-07 09:10:29'),(5616,5624,'es',0,NULL,'Personalizar «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5617,5625,'es',0,NULL,'Personalizar nuevos cambios',NULL,'',0,'2019-11-07 09:10:29'),(5618,5626,'es',0,NULL,'Personaliza tu sitio',NULL,'',0,'2019-11-07 09:10:29'),(5619,5627,'es',0,NULL,'Personalizando esta pantalla',NULL,'',0,'2019-11-07 09:10:29'),(5620,5628,'es',0,NULL,'Base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5621,5629,'es',0,NULL,'Servidor de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5622,5630,'es',0,NULL,'Nombre de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5623,5631,'es',0,NULL,'Versión de la base de datos del servidor',NULL,'',0,'2019-11-07 09:10:29'),(5624,5632,'es',0,NULL,'Es necesaria una actualización de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5625,5633,'es',0,NULL,'Servidor de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5626,5634,'es',0,NULL,'Nombre de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5627,5635,'es',0,NULL,'Contraseña de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5628,5636,'es',0,NULL,'Prefijo de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5629,5637,'es',0,NULL,'Resultados de la reparación de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5630,5638,'es',0,NULL,'Tamaño de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5631,5639,'es',0,NULL,'Usuario de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5632,5640,'es',0,NULL,'Usuario de la base de datos',NULL,'',0,'2019-11-07 09:10:29'),(5633,5641,'es',0,NULL,'Plantilla de fecha',NULL,'',0,'2019-11-07 09:10:29'),(5634,5642,'es',0,NULL,'Fecha y hora',NULL,'',0,'2019-11-07 09:10:29'),(5635,5643,'es',0,NULL,'Rango de fechas:',NULL,'',0,'2019-11-07 09:10:29'),(5636,5644,'es',0,NULL,'Fecha/Hora',NULL,'',0,'2019-11-07 09:10:29'),(5637,5645,'es',0,NULL,'Día y nombre',NULL,'',0,'2019-11-07 09:10:29'),(5638,5646,'es',0,NULL,'El horario de ahorro de energía comienza el: %s.',NULL,'',0,'2019-11-07 09:10:29'),(5639,5647,'es',0,NULL,'Desactivar',NULL,'',0,'2019-11-07 09:10:29'),(5640,5648,'es',0,NULL,'El modo de depuración suele estar activado para recopilar más detalles acerca de un error o de un fallo en el sitio, pero puede contener información sensible que no debería estar disponible en una web disponible públicamente.',NULL,'',0,'2019-11-07 09:10:29'),(5641,5649,'es',0,NULL,'Depuración activada',NULL,'',0,'2019-11-07 09:10:29'),(5642,5650,'es',0,NULL,'Avatar por defecto',NULL,'',0,'2019-11-07 09:10:29'),(5643,5651,'es',0,NULL,'Imágenes por defecto',NULL,'',0,'2019-11-07 09:10:29'),(5644,5652,'es',0,NULL,'Categoría predeterminada para enlaces',NULL,'',0,'2019-11-07 09:10:29'),(5645,5653,'es',0,NULL,'Categoría predeterminada para publicar por correo electrónico',NULL,'',0,'2019-11-07 09:10:29'),(5646,5654,'es',0,NULL,'Categoría predeterminada para las entradas',NULL,'',0,'2019-11-07 09:10:29'),(5647,5655,'es',0,NULL,'Formato de entrada por defecto',NULL,'',0,'2019-11-07 09:10:29'),(5648,5656,'es',0,NULL,'Plantilla predeterminada',NULL,'',0,'2019-11-07 09:10:29'),(5649,5657,'es',0,NULL,'Ajustes por defecto de las entradas',NULL,'',0,'2019-11-07 09:10:29'),(5650,5658,'es',0,NULL,'Sin categoría',NULL,'',0,'2019-11-07 09:10:29'),(5651,5659,'es',0,NULL,'Estado de comentarios por defecto',NULL,'',0,'2019-11-07 09:10:29'),(5652,5660,'es',0,NULL,'Por defecto es %s',NULL,'',0,'2019-11-07 09:10:29'),(5653,5661,'es',0,NULL,'hola-mundo',NULL,'',0,'2019-11-07 09:10:29'),(5654,5662,'es',0,NULL,'Plantilla por defecto',NULL,'',0,'2019-11-07 09:10:29'),(5655,5663,'es',0,NULL,'Borrar',NULL,'',0,'2019-11-07 09:10:29'),(5656,5664,'es',0,NULL,'Borrar «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5657,5665,'es',0,NULL,'Borrar «%s» permanentemente',NULL,'',0,'2019-11-07 09:10:29'),(5658,5666,'es',0,NULL,'Eliminar mi sitio',NULL,'',0,'2019-11-07 09:10:29'),(5659,5667,'es',0,NULL,'Eliminar mi sitio permanentemente',NULL,'',0,'2019-11-07 09:10:29'),(5660,5668,'es',0,NULL,'Eliminar Plugin',NULL,'',0,'2019-11-07 09:10:29'),(5661,5669,'es',0,NULL,'Eliminar plugins',NULL,'',0,'2019-11-07 09:10:29'),(5662,5670,'es',0,NULL,'Borrar sitio',NULL,'',0,'2019-11-07 09:10:29'),(5663,5671,'es',0,NULL,'Borrar usuarios',NULL,'',0,'2019-11-07 09:10:29'),(5664,5672,'es',0,NULL,'Borra un elemento de menú <strong>expandiéndolo y haciendo clic en el enlace Eliminar</strong>',NULL,'',0,'2019-11-07 09:10:29'),(5665,5673,'es',0,NULL,'Borrar todo el contenido.',NULL,'',0,'2019-11-07 09:10:29'),(5666,5674,'es',0,NULL,'Borrar este elemento permanentemente',NULL,'',0,'2019-11-07 09:10:29'),(5667,5675,'es',0,NULL,'Borrada %d petición',NULL,'',0,'2019-11-07 09:10:29'),(5668,5676,'es',0,NULL,'Borradas %d peticiones',NULL,'',0,'2019-11-07 09:10:29'),(5669,5677,'es',0,NULL,'Borrar enlaces',NULL,'',0,'2019-11-07 09:10:29'),(5670,5678,'es',0,NULL,'Al eliminar una categoría no se eliminan las entradas de esa categoría. En su lugar, las entradas que sólo se asignaron a la categoría borrada se asignan a la categoría por defecto %s. La categoría por defecto no se puede borrar.',NULL,'',0,'2019-11-07 09:10:29'),(5671,5679,'es',0,NULL,'Denegado: %s',NULL,'',0,'2019-11-07 09:10:29'),(5672,5680,'es',0,NULL,'Descendente',NULL,'',0,'2019-11-07 09:10:29'),(5673,5681,'es',0,NULL,'La carpeta ya existe.',NULL,'',0,'2019-11-07 09:10:29'),(5674,5682,'es',0,NULL,'Separar',NULL,'',0,'2019-11-07 09:10:29'),(5675,5683,'es',0,NULL,'Quitar como adjunto de «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5676,5684,'es',0,NULL,'Detalles',NULL,'',0,'2019-11-07 09:10:29'),(5677,5685,'es',0,NULL,'Felicidad para el desarrollador',NULL,'',0,'2019-11-07 09:10:29'),(5678,5686,'es',0,NULL,'No se recibió un array del borrador %1$s (índice %2$d).',NULL,'',0,'2019-11-07 09:10:29'),(5679,5687,'es',0,NULL,'¿Lo sabías?',NULL,'',0,'2019-11-07 09:10:29'),(5680,5688,'es',0,NULL,'¿Has perdido tu teléfono o dejado tu cuenta abierta en un ordenador público? Puedes desconectarte de cualquier lugar y seguir conectado aquí.',NULL,'',0,'2019-11-07 09:10:29'),(5681,5689,'es',0,NULL,'Directorios y tamaños',NULL,'',0,'2019-11-07 09:10:29'),(5682,5690,'es',0,NULL,'Desactivar modo de accesibilidad',NULL,'',0,'2019-11-07 09:10:29'),(5683,5691,'es',0,NULL,'Desactivar el resaltado de sintaxis al editar código',NULL,'',0,'2019-11-07 09:10:29'),(5684,5692,'es',0,NULL,'Desactivar el editor visual al escribir',NULL,'',0,'2019-11-07 09:10:29'),(5685,5693,'es',0,NULL,'Desactivado',NULL,'',0,'2019-11-07 09:10:29'),(5686,5694,'es',0,NULL,'Desactivando el modo mantenimiento…',NULL,'',0,'2019-11-07 09:10:29'),(5687,5695,'es',0,NULL,'Descartar todos los cambios y restaurar la imagen original.',NULL,'',0,'2019-11-07 09:10:29'),(5688,5696,'es',0,NULL,'Disuade a los motores de búsqueda de indexar este sitio',NULL,'',0,'2019-11-07 09:10:29'),(5689,5697,'es',0,NULL,'Ajustes de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5690,5698,'es',0,NULL,'Descartar el panel de aviso del navegador.',NULL,'',0,'2019-11-07 09:10:29'),(5691,5699,'es',0,NULL,'Descartar el panel de bienvenida',NULL,'',0,'2019-11-07 09:10:29'),(5692,5700,'es',0,NULL,'Opciones de visualización',NULL,'',0,'2019-11-07 09:10:29'),(5693,5701,'es',0,NULL,'Dónde se verá',NULL,'',0,'2019-11-07 09:10:29'),(5694,5702,'es',0,NULL,'Mostrar este nombre públicamente',NULL,'',0,'2019-11-07 09:10:29'),(5695,5703,'es',0,NULL,'Mostrado en páginas de adjuntos.',NULL,'',0,'2019-11-07 09:10:29'),(5696,5704,'es',0,NULL,'Mostrando %s–%s de %s',NULL,'',0,'2019-11-07 09:10:29'),(5697,5705,'es',0,NULL,'No permitir',NULL,'',0,'2019-11-07 09:10:29'),(5698,5706,'es',0,NULL,'Documentación:',NULL,'',0,'2019-11-07 09:10:29'),(5699,5707,'es',0,NULL,'¡No olvides hacer clic en «Guardar cambios» cuando termines!',NULL,'',0,'2019-11-07 09:10:29'),(5700,5708,'es',0,NULL,'No olvides hacer clic en el botón Guardar cambios cuando acabes.',NULL,'',0,'2019-11-07 09:10:29'),(5701,5709,'es',0,NULL,'¿No te gustaría que todo el software tuviera esa libertad? ¡A nosotros también!. Para más información ve a la <a href=\"https://www.fsf.org/\">Free Software Foundation</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5702,5710,'es',0,NULL,'Haz un donativo para este plugin »',NULL,'',0,'2019-11-07 09:10:29'),(5703,5711,'es',0,NULL,'Comprueba bien tu dirección de correo electrónico antes de continuar.',NULL,'',0,'2019-11-07 09:10:29'),(5704,5712,'es',0,NULL,'Uno hacia abajo',NULL,'',0,'2019-11-07 09:10:29'),(5705,5713,'es',0,NULL,'Descargar el archivo de exportación',NULL,'',0,'2019-11-07 09:10:29'),(5706,5714,'es',0,NULL,'Descargar datos personales',NULL,'',0,'2019-11-07 09:10:29'),(5707,5715,'es',0,NULL,'Descargar de nuevo los datos personales',NULL,'',0,'2019-11-07 09:10:29'),(5708,5716,'es',0,NULL,'Descarga fallida.',NULL,'',0,'2019-11-07 09:10:29'),(5709,5717,'es',0,NULL,'Descargando datos…',NULL,'',0,'2019-11-07 09:10:29'),(5710,5718,'es',0,NULL,'Descargando el paquete de instalación desde %s…',NULL,'',0,'2019-11-07 09:10:29'),(5711,5719,'es',0,NULL,'Descargando la traducción desde %s…',NULL,'',0,'2019-11-07 09:10:29'),(5712,5720,'es',0,NULL,'Descargando la actualización desde %s…',NULL,'',0,'2019-11-07 09:10:29'),(5713,5721,'es',0,NULL,'Borrador creado el %1$s a las %2$s',NULL,'',0,'2019-11-07 09:10:29'),(5714,5722,'es',0,NULL,'Borrador guardado a las %s.',NULL,'',0,'2019-11-07 09:10:29'),(5715,5723,'es',0,NULL,'Coloca cada elemento en el orden que prefieras. Haz clic en la flecha que hay a la derecha del elemento para mostrar más opciones de configuración.',NULL,'',0,'2019-11-07 09:10:29'),(5716,5724,'es',0,NULL,'Arrastra los widgets aquí para quitarlos de la barra lateral pero manteniendo sus ajustes.',NULL,'',0,'2019-11-07 09:10:29'),(5717,5725,'es',0,NULL,'Arrastra los archivos aquí',NULL,'',0,'2019-11-07 09:10:29'),(5718,5726,'es',0,NULL,'Dependiente <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:29'),(5719,5727,'es',0,NULL,'Dependientes <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:29'),(5720,5728,'es',0,NULL,'Dependientes',NULL,'',0,'2019-11-07 09:10:29'),(5721,5729,'es',0,NULL,'Los dependientes son plugins avanzados del directorio %s que reemplazan funcionalidades de WordPress cuando están disponibles.',NULL,'',0,'2019-11-07 09:10:29'),(5722,5730,'es',0,NULL,'Los dependientes son archivos simples que reemplazan o mejoran características de WordPress de formas que no son posibles con los plugins tradicionales.',NULL,'',0,'2019-11-07 09:10:29'),(5723,5731,'es',0,NULL,'Debido a un error durante la actualización WordPress ha vuelto a tu versión anterior.',NULL,'',0,'2019-11-07 09:10:29'),(5724,5732,'es',0,NULL,'Comercio electrónico',NULL,'',0,'2019-11-07 09:10:29'),(5725,5733,'es',0,NULL,'ERROR:',NULL,'',0,'2019-11-07 09:10:29'),(5726,5734,'es',0,NULL,'Error: por favor, escribe un comentario.',NULL,'',0,'2019-11-07 09:10:29'),(5727,5735,'es',0,NULL,'Error: estás respondiendo a un comentario de una entrada en borrador.',NULL,'',0,'2019-11-07 09:10:29'),(5728,5736,'es',0,NULL,'Cada menú personalizado puede contener una mezcla de enlaces a páginas, categorías, URLs personalizadas u otros tipos de contenidos. Los enlaces del menú se añaden eligiendo elementos de las cajas desplegables de la columna izquierda.',NULL,'',0,'2019-11-07 09:10:29'),(5729,5737,'es',0,NULL,'Editar «%s»',NULL,'',0,'2019-11-07 09:10:29'),(5730,5738,'es',0,NULL,'Editar comentario',NULL,'',0,'2019-11-07 09:10:29'),(5731,5739,'es',0,NULL,'Editar filtros',NULL,'',0,'2019-11-07 09:10:29'),(5732,5740,'es',0,NULL,'Editar menús',NULL,'',0,'2019-11-07 09:10:29'),(5733,5741,'es',0,NULL,'Editar plugins',NULL,'',0,'2019-11-07 09:10:29'),(5734,5742,'es',0,NULL,'Editar temas',NULL,'',0,'2019-11-07 09:10:29'),(5735,5743,'es',0,NULL,'Editar usuario %s',NULL,'',0,'2019-11-07 09:10:29'),(5736,5744,'es',0,NULL,'Editar ciudad',NULL,'',0,'2019-11-07 09:10:29'),(5737,5745,'es',0,NULL,'Editar comentario',NULL,'',0,'2019-11-07 09:10:29'),(5738,5746,'es',0,NULL,'Editar fecha y hora',NULL,'',0,'2019-11-07 09:10:29'),(5739,5747,'es',0,NULL,'Editar elemento del menú',NULL,'',0,'2019-11-07 09:10:29'),(5740,5748,'es',0,NULL,'Editar el enlace permanente',NULL,'',0,'2019-11-07 09:10:29'),(5741,5749,'es',0,NULL,'Editar estado',NULL,'',0,'2019-11-07 09:10:29'),(5742,5750,'es',0,NULL,'Editar este comentario',NULL,'',0,'2019-11-07 09:10:29'),(5743,5751,'es',0,NULL,'Editar visibilidad',NULL,'',0,'2019-11-07 09:10:29'),(5744,5752,'es',0,NULL,'Editar widget: %s',NULL,'',0,'2019-11-07 09:10:29'),(5745,5753,'es',0,NULL,'Edita tu tema por defecto añadiendo o quitando elementos. Coloca cada elemento en el orden que prefieras. Haz clic en Crear menú para guardar los cambios.',NULL,'',0,'2019-11-07 09:10:29'),(5746,5754,'es',0,NULL,'Edita tu página de inicio',NULL,'',0,'2019-11-07 09:10:29'),(5747,5755,'es',0,NULL,'Edita abajo tu menú, o <a href=\"%s\">crea un nuevo menú</a>. ¡No olvides guardar tus cambios!',NULL,'',0,'2019-11-07 09:10:29'),(5748,5756,'es',0,NULL,'Editando %s (activo)',NULL,'',0,'2019-11-07 09:10:29'),(5749,5757,'es',0,NULL,'Editando %s (inactivo)',NULL,'',0,'2019-11-07 09:10:29'),(5750,5758,'es',0,NULL,'Editando menús',NULL,'',0,'2019-11-07 09:10:29'),(5751,5759,'es',0,NULL,'Estilo del editor',NULL,'',0,'2019-11-07 09:10:29'),(5752,5760,'es',0,NULL,'Los Editores pueden publicar entradas, gestionar sus entradas y entradas de otras personas, etc.',NULL,'',0,'2019-11-07 09:10:29'),(5753,5761,'es',0,NULL,'Educación',NULL,'',0,'2019-11-07 09:10:29'),(5754,5762,'es',0,NULL,'Dirección de correo electrónico',NULL,'',0,'2019-11-07 09:10:29'),(5755,5763,'es',0,NULL,'No se ha podido enviar el correo electrónico.',NULL,'',0,'2019-11-07 09:10:29'),(5756,5764,'es',0,NULL,'Enviarme un correo electrónico cuando ',NULL,'',0,'2019-11-07 09:10:29'),(5757,5765,'es',0,NULL,'Correo electrónico o nombre de usuario',NULL,'',0,'2019-11-07 09:10:29'),(5758,5766,'es',0,NULL,'Correo electrónico enviado.',NULL,'',0,'2019-11-07 09:10:29'),(5759,5767,'es',0,NULL,'Incrustar plantilla 404',NULL,'',0,'2019-11-07 09:10:29'),(5760,5768,'es',0,NULL,'Incrustar plantilla de contenido',NULL,'',0,'2019-11-07 09:10:29'),(5761,5769,'es',0,NULL,'Incrustar plantilla de pie',NULL,'',0,'2019-11-07 09:10:29'),(5762,5770,'es',0,NULL,'Incrustar plantilla de cabecera',NULL,'',0,'2019-11-07 09:10:29'),(5763,5771,'es',0,NULL,'Incrustar plantilla',NULL,'',0,'2019-11-07 09:10:29'),(5764,5772,'es',0,NULL,'Contenido incrustado de otros sitios web',NULL,'',0,'2019-11-07 09:10:29'),(5765,5773,'es',0,NULL,'Vaciar spam',NULL,'',0,'2019-11-07 09:10:29'),(5766,5774,'es',0,NULL,'Título vacío rellenado desde el nombre de fichero.',NULL,'',0,'2019-11-07 09:10:29'),(5767,5775,'es',0,NULL,'Vaciar papelera',NULL,'',0,'2019-11-07 09:10:29'),(5768,5776,'es',0,NULL,'Archivo vacío.',NULL,'',0,'2019-11-07 09:10:29'),(5769,5777,'es',0,NULL,'Activar modo de accesibilidad',NULL,'',0,'2019-11-07 09:10:29'),(5770,5778,'es',0,NULL,'Activar el editor a pantalla completa y la funcionalidad sin distracciones.',NULL,'',0,'2019-11-07 09:10:29'),(5771,5779,'es',0,NULL,'Activar los atajos del teclado para la moderación de comentarios.',NULL,'',0,'2019-11-07 09:10:29'),(5772,5780,'es',0,NULL,'Activar los comentarios anidados hasta %s niveles',NULL,'',0,'2019-11-07 09:10:29'),(5773,5781,'es',0,NULL,'Activado',NULL,'',0,'2019-11-07 09:10:29'),(5774,5782,'es',0,NULL,'Activar el modo de accesibilidad, vía Opciones de Pantalla, te permite usar botones de Añadir y Editar en vez de arrastrar y soltar.',NULL,'',0,'2019-11-07 09:10:29'),(5775,5783,'es',0,NULL,'Activando el modo mantenimiento…',NULL,'',0,'2019-11-07 09:10:29'),(5776,5784,'es',0,NULL,'Codificación para páginas y feeds',NULL,'',0,'2019-11-07 09:10:29'),(5777,5785,'es',0,NULL,'Fecha de fin:',NULL,'',0,'2019-11-07 09:10:29'),(5778,5786,'es',0,NULL,'Introduce una URL o haz clic arriba para los ajustes por defecto.',NULL,'',0,'2019-11-07 09:10:29'),(5779,5787,'es',0,NULL,'Nuevo',NULL,'',0,'2019-11-07 09:10:29'),(5780,5788,'es',0,NULL,'Introduce aquí la dirección si <a href=\"%s\">quieres que la página de inicio sea distinta a la del directorio de tu instalación de WordPress.</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5781,5789,'es',0,NULL,'Escribe la dirección de correo electrónico de un usuario de esta red para invitarlo a este sitio. A esa persona se le enviará un correo electrónico para que confirme la invitación.',NULL,'',0,'2019-11-07 09:10:29'),(5782,5790,'es',0,NULL,'Introduce la dirección de correo electrónico o el nombre de usuario de un usuario existente en esta red para invitarle a este sitio. A esa persona se le enviará un correo pidiéndole que confirme la invitación.',NULL,'',0,'2019-11-07 09:10:29'),(5783,5791,'es',0,NULL,'Introduce la ubicación del servidor de las claves públicas y privadas. Si fuese necesaria una contraseña introdúcela arriba, en el campo de contraseña.',NULL,'',0,'2019-11-07 09:10:29'),(5784,5792,'es',0,NULL,'Entretenimiento',NULL,'',0,'2019-11-07 09:10:29'),(5785,5793,'es',0,NULL,'Borrar la lista de datos personales.',NULL,'',0,'2019-11-07 09:10:29'),(5786,5794,'es',0,NULL,'Borrar la navegación de la lista de datos personales',NULL,'',0,'2019-11-07 09:10:29'),(5787,5795,'es',0,NULL,'El array del borrador en el índice %d no incluye un nombre amigable.',NULL,'',0,'2019-11-07 09:10:29'),(5788,5796,'es',0,NULL,'La llamada de retorno del elemento de borrado no es válida: %s.',NULL,'',0,'2019-11-07 09:10:29'),(5789,5797,'es',0,NULL,'El borrador no incluye una llamada de retorno: %s.',NULL,'',0,'2019-11-07 09:10:29'),(5790,5798,'es',0,NULL,'El índice del borrador no puede ser menor que uno.',NULL,'',0,'2019-11-07 09:10:29'),(5791,5799,'es',0,NULL,'El índice del borrador está fuera de rango.',NULL,'',0,'2019-11-07 09:10:29'),(5792,5800,'es',0,NULL,'La eliminación de datos ha fallado.',NULL,'',0,'2019-11-07 09:10:29'),(5793,5801,'es',0,NULL,'Borrando datos...',NULL,'',0,'2019-11-07 09:10:29'),(5794,5802,'es',0,NULL,'Error',NULL,'',0,'2019-11-07 09:10:29'),(5795,5803,'es',0,NULL,'Código de error: %s',NULL,'',0,'2019-11-07 09:10:29'),(5796,5804,'es',0,NULL,'Error al borrar.',NULL,'',0,'2019-11-07 09:10:29'),(5797,5805,'es',0,NULL,'Error al mostrar el formulario con las opciones del widget.',NULL,'',0,'2019-11-07 09:10:29'),(5798,5806,'es',0,NULL,'Error moviendo a la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5799,5807,'es',0,NULL,'Error al restaurar de la papelera.',NULL,'',0,'2019-11-07 09:10:29'),(5800,5808,'es',0,NULL,'Error al guardar el archivo multimedia.',NULL,'',0,'2019-11-07 09:10:29'),(5801,5809,'es',0,NULL,'Error al guardar la nueva dirección de correo electrónico. Inténtalo de nuevo por favor.',NULL,'',0,'2019-11-07 09:10:29'),(5802,5810,'es',0,NULL,'Error al tratar de guardar la imagen escalada. Vuelve a cargar la página e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:29'),(5803,5811,'es',0,NULL,'Error al guardar los cambios.',NULL,'',0,'2019-11-07 09:10:29'),(5804,5812,'es',0,NULL,'Error: [%1$s] %2$s',NULL,'',0,'2019-11-07 09:10:29'),(5805,5813,'es',0,NULL,'La legislación europea de protección de datos exige que los datos sobre los residentes europeos que se transfieren fuera de la Unión Europea se salvaguarden con los mismos estándares que si los datos estuvieran en Europa. Por lo tanto, además de enumerar a dónde van los datos, debes describir cómo se asegura que tú mismo o tus proveedores terceros cumplan estas normas, ya sea a través de un acuerdo como Privacy Shield, cláusulas modelo en tus contratos o reglas corporativas vinculantes.',NULL,'',0,'2019-11-07 09:10:29'),(5806,5814,'es',0,NULL,'https://es.wordpress.org/news/',NULL,'',0,'2019-11-07 09:10:29'),(5807,5815,'es',0,NULL,'Cada plugin y tema del directorio de WordPress.org es 100%% GPL o con una licencia libre similar y compatible, así que puedes sentirte seguro buscando <a href=\"%1$s\">plugins</a> y <a href=\"%2$s\">temas</a> aquí. Si obtienes un plugin o tema desde otra fuente asegúrate de preguntar primero si <a href=\"%3$s\">es GPL</a>. Si no respeta la licencia de WordPress no lo recomedamos.',NULL,'',0,'2019-11-07 09:10:29'),(5808,5816,'es',0,NULL,'Todo va como la seda por aquí.',NULL,'',0,'2019-11-07 09:10:29'),(5809,5817,'es',0,NULL,'Ejemplo: <code>https://es.wordpress.org/</code> —no olvides poner <code>https://</code>',NULL,'',0,'2019-11-07 09:10:29'),(5810,5818,'es',0,NULL,'Ejemplo: Estupendo software de publicación',NULL,'',0,'2019-11-07 09:10:29'),(5811,5819,'es',0,NULL,'Ver extracto',NULL,'',0,'2019-11-07 09:10:29'),(5812,5820,'es',0,NULL,'Los extractos son resúmenes opcionales hechos a mano que pueden utilizarse en tu tema. <a href=\"%s\">Aprende más sobre los extractos manuales</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5813,5821,'es',0,NULL,'Ejecutado antes de cargar el Multisitio.',NULL,'',0,'2019-11-07 09:10:29'),(5814,5822,'es',0,NULL,'Expandir barra lateral',NULL,'',0,'2019-11-07 09:10:29'),(5815,5823,'es',0,NULL,'Se esperaba un array describiendo el borrador en el índice %d.',NULL,'',0,'2019-11-07 09:10:29'),(5816,5824,'es',0,NULL,'Se esperaba un array que describiese el exportador en el índice %s.',NULL,'',0,'2019-11-07 09:10:29'),(5817,5825,'es',0,NULL,'Se esperaba array de datos en el array de respuesta del exportador: %s',NULL,'',0,'2019-11-07 09:10:29'),(5818,5826,'es',0,NULL,'Se esperaban datos en el array de respuesta del exportador: %s',NULL,'',0,'2019-11-07 09:10:29'),(5819,5827,'es',0,NULL,'Se esperaba hecho (boleano) en el array de respuesta del exportador: %s.',NULL,'',0,'2019-11-07 09:10:29'),(5820,5828,'es',0,NULL,'Se esperaba la etiqueta hecho en el array de respuesta del borrador %1$s (índice %2$d).',NULL,'',0,'2019-11-07 09:10:29'),(5821,5829,'es',0,NULL,'Se esperaba la clave items_removed en respuesta al array del borrador %1$s (índice %2$d).',NULL,'',0,'2019-11-07 09:10:29'),(5822,5830,'es',0,NULL,'Se esperaba la clave items_retained en respuesta al array del borrador %1$s (índice %2$d).',NULL,'',0,'2019-11-07 09:10:29'),(5823,5831,'es',0,NULL,'Se esperaban mensajes clave en el array de respuesta %1$s del borrador (índice %2$d).',NULL,'',0,'2019-11-07 09:10:29'),(5824,5832,'es',0,NULL,'Se esperaban mensajes claves a la referencia en la respuesta del array %1$s del borrador (índice %2$d)',NULL,'',0,'2019-11-07 09:10:29'),(5825,5833,'es',0,NULL,'Se esperaba respuesta como array del exportador: %s',NULL,'',0,'2019-11-07 09:10:29'),(5826,5834,'es',0,NULL,'Exportar',NULL,'',0,'2019-11-07 09:10:29'),(5827,5835,'es',0,NULL,'Exportar «%s» como JSON',NULL,'',0,'2019-11-07 09:10:29'),(5828,5836,'es',0,NULL,'Exportar como JSON',NULL,'',0,'2019-11-07 09:10:29'),(5829,5837,'es',0,NULL,'Exportar lista de datos personales',NULL,'',0,'2019-11-07 09:10:29'),(5830,5838,'es',0,NULL,'Exportar lista de datos de navegación personal',NULL,'',0,'2019-11-07 09:10:29'),(5831,5839,'es',0,NULL,'El índice %s del array del exportador no incluye un nombre amigable.',NULL,'',0,'2019-11-07 09:10:29'),(5832,5840,'es',0,NULL,'La respuesta del exportador no es una respuesta válida: %s',NULL,'',0,'2019-11-07 09:10:29'),(5833,5841,'es',0,NULL,'El exportador no incluye una respuesta: %s',NULL,'',0,'2019-11-07 09:10:29'),(5834,5842,'es',0,NULL,'El índice del exportador no puede ser negativo.',NULL,'',0,'2019-11-07 09:10:29'),(5835,5843,'es',0,NULL,'El índice del exportador está fuera de rango.',NULL,'',0,'2019-11-07 09:10:29'),(5836,5844,'es',0,NULL,'Extensión',NULL,'',0,'2019-11-07 09:10:29'),(5837,5845,'es',0,NULL,'Bibliotecas externas',NULL,'',0,'2019-11-07 09:10:29'),(5838,5846,'es',0,NULL,'Caché de objetos externos.',NULL,'',0,'2019-11-07 09:10:29'),(5839,5847,'es',0,NULL,'FALLÓ: %s',NULL,'',0,'2019-11-07 09:10:29'),(5840,5848,'es',0,NULL,'FALLÓ: WordPress no consiguió actualizarse a %s',NULL,'',0,'2019-11-07 09:10:29'),(5841,5849,'es',0,NULL,'FTP',NULL,'',0,'2019-11-07 09:10:29'),(5842,5850,'es',0,NULL,'Contraseña FTP',NULL,'',0,'2019-11-07 09:10:29'),(5843,5851,'es',0,NULL,'Usuario FTP',NULL,'',0,'2019-11-07 09:10:29'),(5844,5852,'es',0,NULL,'El nombre del servidor del FTP es necesario',NULL,'',0,'2019-11-07 09:10:29'),(5845,5853,'es',0,NULL,'La contraseña del FTP es necesaria',NULL,'',0,'2019-11-07 09:10:29'),(5846,5854,'es',0,NULL,'El nombre de usuario del FTP es necesario',NULL,'',0,'2019-11-07 09:10:29'),(5847,5855,'es',0,NULL,'Contraseña FTP/SSH',NULL,'',0,'2019-11-07 09:10:29'),(5848,5856,'es',0,NULL,'Usuario FTP/SSH',NULL,'',0,'2019-11-07 09:10:29'),(5849,5857,'es',0,NULL,'FTPS (SSL)',NULL,'',0,'2019-11-07 09:10:29'),(5850,5858,'es',0,NULL,'Fallo al conectar al servidor FTP %s',NULL,'',0,'2019-11-07 09:10:29'),(5851,5859,'es',0,NULL,'Fallo al conectar al servidor SSH2 %s',NULL,'',0,'2019-11-07 09:10:29'),(5852,5860,'es',0,NULL,'Fallo al inicializar una sesión de subsistema SFTP con el servidor SSH2 %s',NULL,'',0,'2019-11-07 09:10:29'),(5853,5861,'es',0,NULL,'Fallo al optimizar la tabla %1$s . Error: %2$s',NULL,'',0,'2019-11-07 09:10:29'),(5854,5862,'es',0,NULL,'Fallo al reparar la tabla %1$s. Error: %2$s',NULL,'',0,'2019-11-07 09:10:29'),(5855,5863,'es',0,NULL,'El archivo no se ha podido grabar en el disco.',NULL,'',0,'2019-11-07 09:10:29'),(5856,5864,'es',0,NULL,'Filtrar por características',NULL,'',0,'2019-11-07 09:10:29'),(5857,5865,'es',0,NULL,'Imagen de cabecera',NULL,'',0,'2019-11-07 09:10:29'),(5858,5866,'es',0,NULL,'Imágenes destacadas',NULL,'',0,'2019-11-07 09:10:29'),(5859,5867,'es',0,NULL,'Características',NULL,'',0,'2019-11-07 09:10:29'),(5860,5868,'es',0,NULL,'URL del archivo',NULL,'',0,'2019-11-07 09:10:29'),(5861,5869,'es',0,NULL,'URL del archivo:',NULL,'',0,'2019-11-07 09:10:29'),(5862,5870,'es',0,NULL,'Archivo editado correctamente.',NULL,'',0,'2019-11-07 09:10:29'),(5863,5871,'es',0,NULL,'El archivo está vacío. Por favor, sube algo con más sustancia.',NULL,'',0,'2019-11-07 09:10:29'),(5864,5872,'es',0,NULL,'El archivo está vacío. Por favor, sube algo más considerable. Este error también podría ser causado porque la subida de archivos esté desactivada en tu archivo «php.ini» o porque la definición de la directiva «post_max_size», en el archivo «php.ini», sea menor que la de «upload_max_filesize».',NULL,'',0,'2019-11-07 09:10:29'),(5865,5873,'es',0,NULL,'Subida de archivo detenida a causa de la extensión.',NULL,'',0,'2019-11-07 09:10:29'),(5866,5874,'es',0,NULL,'Los archivos del directorio %s se ejecutan automáticamente.',NULL,'',0,'2019-11-07 09:10:29'),(5867,5875,'es',0,NULL,'Los archivos de este tipo no son editables.',NULL,'',0,'2019-11-07 09:10:29'),(5868,5876,'es',0,NULL,'Permisos del sistema de archivos',NULL,'',0,'2019-11-07 09:10:29'),(5869,5877,'es',0,NULL,'Error del sistema de archivos.',NULL,'',0,'2019-11-07 09:10:29'),(5870,5878,'es',0,NULL,'Escribe el nombre del menú y haz clic en el botón Crear menú para crear tu primer menú.',NULL,'',0,'2019-11-07 09:10:29'),(5871,5879,'es',0,NULL,'Filtrar',NULL,'',0,'2019-11-07 09:10:29'),(5872,5880,'es',0,NULL,'Filtrar »',NULL,'',0,'2019-11-07 09:10:29'),(5873,5881,'es',0,NULL,'Filtrar por categoría',NULL,'',0,'2019-11-07 09:10:29'),(5874,5882,'es',0,NULL,'Filtrar por tipo de comentario',NULL,'',0,'2019-11-07 09:10:29'),(5875,5883,'es',0,NULL,'Filtrar por formato de contenido',NULL,'',0,'2019-11-07 09:10:29'),(5876,5884,'es',0,NULL,'Filtrar la lista de comentarios',NULL,'',0,'2019-11-07 09:10:29'),(5877,5885,'es',0,NULL,'Filtro para borrar la lista de datos personales',NULL,'',0,'2019-11-07 09:10:29'),(5878,5886,'es',0,NULL,'Filtrar la lista de datos personales de exportación',NULL,'',0,'2019-11-07 09:10:29'),(5879,5887,'es',0,NULL,'Filtrar la lista de elementos',NULL,'',0,'2019-11-07 09:10:29'),(5880,5888,'es',0,NULL,'Filtrar lista de elementos multimedia',NULL,'',0,'2019-11-07 09:10:29'),(5881,5889,'es',0,NULL,'Filtrar lista de plugins',NULL,'',0,'2019-11-07 09:10:29'),(5882,5890,'es',0,NULL,'Filtrar lista de temas',NULL,'',0,'2019-11-07 09:10:29'),(5883,5891,'es',0,NULL,'Filtrar lista de usuarios',NULL,'',0,'2019-11-07 09:10:29'),(5884,5892,'es',0,NULL,'Filtrando por:',NULL,'',0,'2019-11-07 09:10:29'),(5885,5893,'es',0,NULL,'Buscar temas',NULL,'',0,'2019-11-07 09:10:29'),(5886,5894,'es',0,NULL,'Busca un tema basándote en características específicas.',NULL,'',0,'2019-11-07 09:10:29'),(5887,5895,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:29'),(5888,5896,'es',0,NULL,'Primera página',NULL,'',0,'2019-11-07 09:10:29'),(5889,5897,'es',0,NULL,'Voltear horizontalmente',NULL,'',0,'2019-11-07 09:10:29'),(5890,5898,'es',0,NULL,'Voltear verticalmente',NULL,'',0,'2019-11-07 09:10:29'),(5891,5899,'es',0,NULL,'Desde:',NULL,'',0,'2019-11-07 09:10:29'),(5892,5900,'es',0,NULL,'Para:',NULL,'',0,'2019-11-07 09:10:29'),(5893,5901,'es',0,NULL,'Comida y bebida',NULL,'',0,'2019-11-07 09:10:29'),(5894,5902,'es',0,NULL,'Widgets del pie de página',NULL,'',0,'2019-11-07 09:10:29'),(5895,5903,'es',0,NULL,'Para los archivos PHP puedes usar el desplegable de documentación y elegir entre las funciones reconocidas en ese archivo. Buscar te lleva a una web con material de referencia acerca de esa función en particular.',NULL,'',0,'2019-11-07 09:10:29'),(5896,5904,'es',0,NULL,'Para cada entrada en el feed mostrar',NULL,'',0,'2019-11-07 09:10:29'),(5897,5905,'es',0,NULL,'(Solo para imágenes) Puedes hacer clic en editar imágenes, debajo de la miniatura, para obtener el menú de edición de imágenes y recortar, rotar o invertir la imagen, así como deshacer y rehacer. Las cajas de la derecha te dan más opciones para escalar y recortar la imagen; y para recortar la miniatura de forma diferente de la imagen original. Puedes hacer clic en la ayuda en esas cajas para obtener más información.',NULL,'',0,'2019-11-07 09:10:29'),(5898,5906,'es',0,NULL,'Para más información, lee <a href=\"%s\">las notas de la versión</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5899,5907,'es',0,NULL,'Para más información:',NULL,'',0,'2019-11-07 09:10:29'),(5900,5908,'es',0,NULL,'Para más información sobre la versión %s revisa la pantalla «Acerca de WordPress»:',NULL,'',0,'2019-11-07 09:10:29'),(5901,5909,'es',0,NULL,'En la mayoría de los temas el texto de cabecera es tu título y descripción corta del sitio, como lo definas en la sección de <a href=\"%1$s\">Ajustes generales</a>.',NULL,'',0,'2019-11-07 09:10:29'),(5902,5910,'es',0,NULL,'Para un rendimiento óptimo y por razones de seguridad recomendamos ejecutar la versión %2$s o superior de %1$s. Contacta con tu empresa de alojamiento web para corregir esto.',NULL,'',0,'2019-11-07 09:10:29'),(5903,5911,'es',0,NULL,'De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.',NULL,'',0,'2019-11-07 09:10:29'),(5904,5912,'es',0,NULL,'Para los usuarios que no tengan un avatar personalizado propio puedes mostrar un logotipo genérico o generar uno basado en su dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:10:29'),(5905,5913,'es',0,NULL,'Forzar el borrado de datos personales',NULL,'',0,'2019-11-07 09:10:29'),(5906,5914,'es',0,NULL,'La eliminación forzada ha fallado.',NULL,'',0,'2019-11-07 09:10:29'),(5907,5915,'es',0,NULL,'Encontrado %s',NULL,'',0,'2019-11-07 09:10:29'),(5908,5916,'es',0,NULL,'Cuatro columnas',NULL,'',0,'2019-11-07 09:10:29'),(5909,5917,'es',0,NULL,'Derechos',NULL,'',0,'2019-11-07 09:10:29'),(5910,5918,'es',0,NULL,'En %1$s %2$s',NULL,'',0,'2019-11-07 09:10:29'),(5911,5919,'es',0,NULL,'De %1$s en %2$s%3$s',NULL,'',0,'2019-11-07 09:10:29'),(5912,5920,'es',0,NULL,'Desde el ordenador',NULL,'',0,'2019-11-07 09:10:29'),(5913,5921,'es',0,NULL,'Desde una URL',NULL,'',0,'2019-11-07 09:10:29'),(5914,5922,'es',0,NULL,'En esta pantalla podrás revisar, comparar y restaurar revisiones:',NULL,'',0,'2019-11-07 09:10:29'),(5915,5923,'es',0,NULL,'En esta pantalla puedes:',NULL,'',0,'2019-11-07 09:10:29'),(5919,5927,'es',0,NULL,'De vez en cuando, tu sitio de WordPress puede enviar información a WordPress.org — incluyendo, pero no limitada a — la versión de WordPress que estás usando y una lista de los plugins y temas instalados.',NULL,'',0,'2019-11-07 09:10:32'),(5920,5928,'es',0,NULL,'Página de inicio',NULL,'',0,'2019-11-07 09:10:32'),(5921,5929,'es',0,NULL,'Ruta URL completa a los archivos',NULL,'',0,'2019-11-07 09:10:32'),(5922,5930,'es',0,NULL,'Plantilla a pantalla completa',NULL,'',0,'2019-11-07 09:10:32'),(5923,5931,'es',0,NULL,'Texto completo',NULL,'',0,'2019-11-07 09:10:32'),(5924,5932,'es',0,NULL,'Nombre de la función…',NULL,'',0,'2019-11-07 09:10:32'),(5925,5933,'es',0,NULL,'Las futuras actualizaciones de seguridad se aplicarán automáticamente.',NULL,'',0,'2019-11-07 09:10:32'),(5926,5934,'es',0,NULL,'G — Para todos los públicos',NULL,'',0,'2019-11-07 09:10:32'),(5927,5935,'es',0,NULL,'GB',NULL,'',0,'2019-11-07 09:10:32'),(5928,5936,'es',0,NULL,'Versión de GD',NULL,'',0,'2019-11-07 09:10:32'),(5929,5937,'es',0,NULL,'Galería (%s)',NULL,'',0,'2019-11-07 09:10:32'),(5930,5938,'es',0,NULL,'Columnas de la galería',NULL,'',0,'2019-11-07 09:10:32'),(5931,5939,'es',0,NULL,'Ajustes generales',NULL,'',0,'2019-11-07 09:10:32'),(5932,5940,'es',0,NULL,'Generar contraseña',NULL,'',0,'2019-11-07 09:10:32'),(5933,5941,'es',0,NULL,'Género: %s.',NULL,'',0,'2019-11-07 09:10:32'),(5934,5942,'es',0,NULL,'Obtener favoritos',NULL,'',0,'2019-11-07 09:10:32'),(5935,5943,'es',0,NULL,'Obtener enlace corto',NULL,'',0,'2019-11-07 09:10:32'),(5936,5944,'es',0,NULL,'Comienza',NULL,'',0,'2019-11-07 09:10:32'),(5937,5945,'es',0,NULL,'Obtener la versión %s',NULL,'',0,'2019-11-07 09:10:32'),(5938,5946,'es',0,NULL,'Obtener ayuda para resolver este problema.',NULL,'',0,'2019-11-07 09:10:32'),(5939,5947,'es',0,NULL,'Versión de Ghostscript',NULL,'',0,'2019-11-07 09:10:32'),(5940,5948,'es',0,NULL,'Dale un nombre a tu menú, luego haz clic en Crear menú.',NULL,'',0,'2019-11-07 09:10:32'),(5941,5949,'es',0,NULL,'Ajustes globales',NULL,'',0,'2019-11-07 09:10:32'),(5942,5950,'es',0,NULL,'Ir al escritorio',NULL,'',0,'2019-11-07 09:10:32'),(5943,5951,'es',0,NULL,'Ve a Escritorio → Inicio',NULL,'',0,'2019-11-07 09:10:32'),(5944,5952,'es',0,NULL,'Ve a la pantalla de plugins',NULL,'',0,'2019-11-07 09:10:32'),(5945,5953,'es',0,NULL,'Ve a la pantalla de temas',NULL,'',0,'2019-11-07 09:10:32'),(5946,5954,'es',0,NULL,'Dar permisos de super admin en la red a este usuario.',NULL,'',0,'2019-11-07 09:10:32'),(5947,5955,'es',0,NULL,'Logotipo de Gravatar',NULL,'',0,'2019-11-07 09:10:32'),(5948,5956,'es',0,NULL,'¡Buen trabajo!',NULL,'',0,'2019-11-07 09:10:32'),(5949,5957,'es',0,NULL,'Diseño en cuadrícula',NULL,'',0,'2019-11-07 09:10:32'),(5950,5958,'es',0,NULL,'Solicitudes HTTP',NULL,'',0,'2019-11-07 09:10:32'),(5951,5959,'es',0,NULL,'Las peticiones HTTP están bloqueadas',NULL,'',0,'2019-11-07 09:10:32'),(5952,5960,'es',0,NULL,'Las peticiones HTTP están parcialmente bloqueadas',NULL,'',0,'2019-11-07 09:10:32'),(5953,5961,'es',0,NULL,'Las peticiones HTTP han sido bloqueadas por la constante %1$s, con algunos hosts en lista blanca: %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(5954,5962,'es',0,NULL,'Las peticiones HTTP han sido bloqueadas por la constante %s, no se permite ningún host.',NULL,'',0,'2019-11-07 09:10:32'),(5955,5963,'es',0,NULL,'Parece ser que las peticiones HTTP están funcionando como debería',NULL,'',0,'2019-11-07 09:10:32'),(5956,5964,'es',0,NULL,'Estado HTTPS',NULL,'',0,'2019-11-07 09:10:32'),(5957,5965,'es',0,NULL,'Tener un tema por defecto disponible',NULL,'',0,'2019-11-07 09:10:32'),(5958,5966,'es',0,NULL,'Texto de cabecera',NULL,'',0,'2019-11-07 09:10:32'),(5959,5967,'es',0,NULL,'Cabezera actualizada. <a href=\"%s\">Visita tu sitio</a> para ver los cambios.',NULL,'',0,'2019-11-07 09:10:32'),(5960,5968,'es',0,NULL,'¡Aviso!',NULL,'',0,'2019-11-07 09:10:32'),(5961,5969,'es',0,NULL,'Hello Dolly',NULL,'',0,'2019-11-07 09:10:32'),(5962,5970,'es',0,NULL,'¡Hola, mundo!',NULL,'',0,'2019-11-07 09:10:32'),(5963,5971,'es',0,NULL,'Hola,',NULL,'',0,'2019-11-07 09:10:32'),(5964,5972,'es',0,NULL,'Aquí tienes una visión general de los diferentes perfiles de usuarios y los permisos que tiene cada uno:',NULL,'',0,'2019-11-07 09:10:32'),(5965,5973,'es',0,NULL,'¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).',NULL,'',0,'2019-11-07 09:10:32'),(5966,5974,'es',0,NULL,'Hola,\n\nHas sido invitado a participar de \'%1s\' en\n%2$s como %3$s.\n\nPor favor, haz clic en el enlace para aceptar la invitación:\n%4$s',NULL,'',0,'2019-11-07 09:10:32'),(5967,5975,'es',0,NULL,'Hola.\nHas sido invitado a unirte a \'%1$s\' en\n%2$s con el perfil de %3$s.\nSi no quieres unirte a este sitio, por favor, ignora este correo electrónico\nEsta invitación caducará en unos días.\n\nPor favor, haga clic en el siguiente enlace para activar su cuenta de usuario:\n%%s',NULL,'',0,'2019-11-07 09:10:32'),(5968,5976,'es',0,NULL,'Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita la pantalla de comentarios en el escritorio.\nLos avatares de los comentaristas provienen de <a href=\"https://gravatar.com\">Gravatar</a>.',NULL,'',0,'2019-11-07 09:10:32'),(5969,5977,'es',0,NULL,'Ocultar actualizaciones ocultas',NULL,'',0,'2019-11-07 09:10:32'),(5970,5978,'es',0,NULL,'Ocultar esta actualización',NULL,'',0,'2019-11-07 09:10:32'),(5971,5979,'es',0,NULL,'Mantener un comentario en espera si contiene más de %s enlaces (una característica común del spam en comentarios es el gran número de enlaces).',NULL,'',0,'2019-11-07 09:10:32'),(5972,5980,'es',0,NULL,'Vacaciones',NULL,'',0,'2019-11-07 09:10:32'),(5973,5981,'es',0,NULL,'URL de inicio',NULL,'',0,'2019-11-07 09:10:32'),(5974,5982,'es',0,NULL,'Portada: %s',NULL,'',0,'2019-11-07 09:10:32'),(5975,5983,'es',0,NULL,'Servidor',NULL,'',0,'2019-11-07 09:10:32'),(5976,5984,'es',0,NULL,'Pasa el cursor por encima o toca para activar y ver los botones de Vista previa.',NULL,'',0,'2019-11-07 09:10:32'),(5977,5985,'es',0,NULL,'Pasando el cursor sobre la línea de la entrada, mostrará los enlaces de las acciones, permitiéndote gestionar la entrada. Puedes realizar las siguientes acciones:',NULL,'',0,'2019-11-07 09:10:32'),(5978,5986,'es',0,NULL,'Pasando por encima de una línea en la lista de usuarios se mostrarán los enlaces de acción para gestionar usuarios. Puedes realizar las siguientes acciones:',NULL,'',0,'2019-11-07 09:10:32'),(5979,5987,'es',0,NULL,'Pasar sobre una fila revela los enlaces de acción: Editar, Borrar permanentemente y Ver. Haciendo clic en Editar o en los nombres de los archivos multimedia se mostrará una pantalla simple para editar los metadatos de ese archivo. Haciendo clic en Borrar permanentemente se borrará el archivo de la biblioteca multimedia, así como de todos los artículos en los que estuviera adjuntada. Ver te llevará a la página de visualización de ese archivo. ',NULL,'',0,'2019-11-07 09:10:32'),(5980,5988,'es',0,NULL,'Cuánto tiempo conservamos tus datos',NULL,'',0,'2019-11-07 09:10:32'),(5981,5989,'es',0,NULL,'Cómo actualizar',NULL,'',0,'2019-11-07 09:10:32'),(5982,5990,'es',0,NULL,'Cómo protegemos tus datos',NULL,'',0,'2019-11-07 09:10:32'),(5983,5991,'es',0,NULL,'Hola',NULL,'',0,'2019-11-07 09:10:32'),(5984,5992,'es',0,NULL,'Hola ###USERNAME###,\n\nHace poco hiciste clic en el enlace «Borrar sitio» y rellenaste\nel formulario de esa página.\n\nSi es lo que quieres hacer, haz clic en el siguiente enlace.No se te volverá a pedir confirmación,\nhaz clic en este enlace solo si estás totalmente seguro:\n###URL_DELETE###\n\nSi has borrado tu sitio, considera abrirte un sitio nuevo aquí\nen el futuro! (pero recuerda que tu sitio actual y tu nombre de usuario\nhan desaparecido para siempre.)\n\nGracias por utilizar el sitio,\nEl Webmaster\n###SITE_NAME###',NULL,'',0,'2019-11-07 09:10:32'),(5985,5993,'es',0,NULL,'Hola ###USERNAME###,\n\nHace poco solicitaste cambiar la dirección de correo\nelectrónico de administración de tu sitio.\n\nSi es correcto, haz clic en el siguiente enlace para cambiarlo:\n###ADMIN_URL###\n\nSi no quieres hacerlo, puedes ignorar \ny borrar este correo.\n\nEste correo se ha enviado a ###EMAIL###\n\nSaludos,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:32'),(5986,5994,'es',0,NULL,'¡Hola! Tu sitio %1$s se ha actualizado automáticamente a WordPress %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(5987,5995,'es',0,NULL,'Hola,\n\nTu petición de exportación de datos personales se ha completado. Puedes\ndescargar tus datos personales haciendo clic en el siguiente enlace. Por privacidad\ny seguridad, borraremos automáticamente el archivo el ###EXPIRATION###,\nasí que, por favor, descárgalo antes.\n\n###LINK###\n\nEste correo electrónico se ha enviado a ###EMAIL###.\n\nAtentamente,\nEl equipo de ###SITENAME###\n###SITEURL###',NULL,'',0,'2019-11-07 09:10:32'),(5988,5996,'es',0,NULL,'Sin embargo, es tu responsabilidad usar estos recursos correctamente, para ofrecer la información que requiera tu política de privacidad, y mantener esa información actualizada y precisa.',NULL,'',0,'2019-11-07 09:10:32'),(5989,5997,'es',0,NULL,'Entendido',NULL,'',0,'2019-11-07 09:10:32'),(5990,5998,'es',0,NULL,'Estoy seguro de que quiero desactivar mi sitio permanentemente, y soy consciente de que nunca podré recuperarlo o utilizar %s de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(5991,5999,'es',0,NULL,'ID #%1$s: %2$s',NULL,'',0,'2019-11-07 09:10:32'),(5992,6000,'es',0,NULL,'ID #%1$s: %2$s <strong>Lo siento, no tienes permisos para eliminar este usuario.</strong>',NULL,'',0,'2019-11-07 09:10:32'),(5993,6001,'es',0,NULL,'ID #%1$s: %2$s <strong>El usuario actual no será eliminado.</strong>',NULL,'',0,'2019-11-07 09:10:32'),(5994,6002,'es',0,NULL,'Identicon (autogenerado)',NULL,'',0,'2019-11-07 09:10:32'),(5995,6003,'es',0,NULL,'Si un archivo no se ha adjuntado a ningún contenido podrás verlo en la columna de Adjunto a. Puedes hacer clic en Adjuntar a para lanzar un pequeño emergente que te permitirá buscar contenido existente al que adjuntar el archivo. ',NULL,'',0,'2019-11-07 09:10:32'),(5996,6004,'es',0,NULL,'Si hay una actualización disponible aparecerá una notificación en la barra de herramientas y en el menú de navegación.',NULL,'',0,'2019-11-07 09:10:32'),(5997,6005,'es',0,NULL,'Si lo deseas, WordPress puede alertar automáticamente a varios servicios de tus nuevos artículos.',NULL,'',0,'2019-11-07 09:10:32'),(5998,6006,'es',0,NULL,'Si por alguna razón no funciona la creación automática de este archivo, no te preocupes. Todo lo que hace es rellenar la información de la base de datos en un archivo de configuración. También puedes simplemente abrir el archivo %1$s en un editor de texto, rellenarlo con tu información y guardarlo como %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(5999,6007,'es',0,NULL,'Si hay algún problema con un plugin y no puedes usar WordPress, borra o renombra ese archivo en el directorio %s y se desactivará automáticamente.',NULL,'',0,'2019-11-07 09:10:32'),(6000,6008,'es',0,NULL,'Si el importador que necesitas no está en la lista, <a href=\"%s\">busca en el directorio de plugins</a> para ver si hay un importador disponible.',NULL,'',0,'2019-11-07 09:10:32'),(6001,6009,'es',0,NULL,'Si el enlace es a una persona, puedes especificar tu relación con ella utilizando el formulario de arriba. Si deseas aprender más acerca de cómo funciona esto revisa el <a href=\"http://gmpg.org/xfn/\">XFN</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6002,6010,'es',0,NULL,'Si el directorio raíz de tu sitio tuviese <a href=\"%1$s\">permisos de escritura</a> podríamos hacerlo automáticamente, pro no los tiene así que esta es la regla de reescritura que deberías tener en tu archivo %2$s. Crea un nuevo archivo llamado %2$s en el directorio raíz de tu sitio. Haz clic en el siguiente campo y teclea %3$s para seleccionarlas todas. Luego inserta este código en el archivo %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(6003,6011,'es',0,NULL,'Si no tienes más remedio que editar directamente este plugin, utiliza un gestor de archivos para crear una copia con un nombre nuevo y quédate con el original. De esta forma podrás volver a activar una versión funcional si algo falla.',NULL,'',0,'2019-11-07 09:10:32'),(6004,6012,'es',0,NULL,'Si ya tienes una página de política de privacidad, por favor, selecciónala abajo. En caso contrario, crea una.',NULL,'',0,'2019-11-07 09:10:32'),(6005,6013,'es',0,NULL,'Si eres un miembro de un sector regulado, o si estás sujeto a leyes de privacidad adicionales, es posible que se te pida que reveles esa información aquí.',NULL,'',0,'2019-11-07 09:10:32'),(6006,6014,'es',0,NULL,'Si quieres usar el gestor de enlaces, por favor, instala el plugin <a href=\"%s\">Link Manager</a>',NULL,'',0,'2019-11-07 09:10:32'),(6007,6015,'es',0,NULL,'Si cambias esto te enviaremos un correo electrónico a la nueva dirección para confirmarlo. <strong>La nueva dirección no se convertirá en la activa hasta que no se confirme.</strong>',NULL,'',0,'2019-11-07 09:10:32'),(6008,6016,'es',0,NULL,'Si aún así decides seguir adelante con la edición directa, utiliza un gestor de archivos para crear una copia con un nombre nuevo y guarda el original. De esta forma podrás volver a activar una versión funcional si algo falla.',NULL,'',0,'2019-11-07 09:10:32'),(6009,6017,'es',0,NULL,'Si borras un enlace, se eliminará de forma permanente. Aún no existe una papelera para los enlaces.',NULL,'',0,'2019-11-07 09:10:32'),(6010,6018,'es',0,NULL,'Si no recuerdas tus datos de acceso deberías contactar con tu proveedor de alojamiento.',NULL,'',0,'2019-11-07 09:10:32'),(6011,6019,'es',0,NULL,'Si no quieres usar tu sitio %s más puedes borrarlo usando el siguiente formulario. Cuando hagas clic en <strong>Borrar permanentemente mi sitio</strong> se te enviará un correo electrónico con un enlace en el mismo. Haz clic en ese enlace para borrar tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6012,6020,'es',0,NULL,'Si no quieres que se muestre ninguna imagen de cabecera en tu sitio haz clic en el botón «Quitar imagen de cabecera» al fondo de la sección de Cabecera de imagen de esta página. Si quieres reactivar la cabecera de imagen más tarde tendrás que elegir una de las opciones de imagen y hacer clic en «Guardar cambios».',NULL,'',0,'2019-11-07 09:10:32'),(6013,6021,'es',0,NULL,'Si no quieres subir tu propia imagen puedes usar una de estas cabeceras tan chulas o ir mostrándolas aleatoriamente.',NULL,'',0,'2019-11-07 09:10:32'),(6014,6022,'es',0,NULL,'Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.',NULL,'',0,'2019-11-07 09:10:32'),(6015,6023,'es',0,NULL,'Si tienes algún problema o necesitas ayuda, los voluntarios en los foros de soporte WordPress.org pueden ayudarte.',NULL,'',0,'2019-11-07 09:10:32'),(6016,6024,'es',0,NULL,'Si tienes un plugin en un archivo .zip, puedes subirlo e instalarlo desde aquí.',NULL,'',0,'2019-11-07 09:10:32'),(6017,6025,'es',0,NULL,'Si tienes un tema en un archivo .zip, puedes instalarlo subiendo el archivo desde aquí.',NULL,'',0,'2019-11-07 09:10:32'),(6018,6026,'es',0,NULL,'Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.',NULL,'',0,'2019-11-07 09:10:32'),(6019,6027,'es',0,NULL,'Si has marcado plugins cómo favoritos en WordPress.org, puedes verlos aquí.',NULL,'',0,'2019-11-07 09:10:32'),(6020,6028,'es',0,NULL,'Si has marcado temas como favoritos en WordPress.org podrás verlos aquí.',NULL,'',0,'2019-11-07 09:10:32'),(6021,6029,'es',0,NULL,'Si tienes entradas o comentarios en otro sistema, WordPress los puede importar a este sitio. Para comenzar, elige el sistema desde el que los importarás:',NULL,'',0,'2019-11-07 09:10:32'),(6022,6030,'es',0,NULL,'Si no has creado ningún menú todavía, <strong>haz clic en el enlace de ’crear un nuevo menú ’</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6023,6031,'es',0,NULL,'Si quieres hacerte una idea de qué plugins hay disponibles, puedes navegar por las secciones Destacados y Populares usando los enlaces que hay sobre la lista de plugins. Estas secciones rotan regularmente.',NULL,'',0,'2019-11-07 09:10:32'),(6024,6032,'es',0,NULL,'Si sabes lo que estás buscando «Buscar» es tu mejor apuesta. La pantalla de búsqueda tiene opciones para buscar en el directorio de plugins de WordPress.org para un término, autor o etiqueta concretos. También puedes buscar en el directorio eligiendo las etiquetas más populares. Un tamaño de letra más grande indica un número mayor de plugins con esa etiqueta.',NULL,'',0,'2019-11-07 09:10:32'),(6025,6033,'es',0,NULL,'Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.',NULL,'',0,'2019-11-07 09:10:32'),(6026,6034,'es',0,NULL,'Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente en lugar de mantenerlos en una cola de moderación.',NULL,'',0,'2019-11-07 09:10:32'),(6027,6035,'es',0,NULL,'Si quieres, puedes introducir aquí estructuras personalizadas para las URLs de etiquetas o categorías. Por ejemplo, usando <code>secciones</code> como base de las categorías hará que los enlaces de categorías sean algo como <code>%s/secciones/sin-categoria/</code>. Si dejas esto en blanco se usarán los ajustes por defecto.',NULL,'',0,'2019-11-07 09:10:32'),(6028,6036,'es',0,NULL,'Si necesitas reinstalar la versión %s, puedes hacerlo aquí:',NULL,'',0,'2019-11-07 09:10:32'),(6029,6037,'es',0,NULL,'Si observas mensajes de «cabeceras ya enviadas», problemas con las fuentes de sindicación u otros problemas, trata de desactivar o eliminar este plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6030,6038,'es',0,NULL,'Si eliges cualquier opción distinta de Simple tu ruta general de URL con etiquetas de estructura (términos rodeados de <code>%</code>) también se verá en el campo de estructura personalizada y podrás hacer aquí más modificaciones de tu ruta.',NULL,'',0,'2019-11-07 09:10:32'),(6031,6039,'es',0,NULL,'Si contactas con nosotros nos aseguraremos de que nunca vuelvas a tener este problema de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(6032,6040,'es',0,NULL,'Si has llegado a esta pantalla por accidente y querías visitar uno de tus propios sitios aquí tienes algunos enlaces que te ayudarán a encontrar el camino.',NULL,'',0,'2019-11-07 09:10:32'),(6033,6041,'es',0,NULL,'Si temporalmente tienes que hacer el archivo %s editable para que podamos generar automaticamente las reglas de reescritura, no te olvides de volverlo a poner como estaba.',NULL,'',0,'2019-11-07 09:10:32'),(6034,6042,'es',0,NULL,'Si das permisos temporales de escritura a la carpeta raíz de tu sitio para que se genere el archivo %s automáticamente, no olvides revertir los permisos después de que se cree el archivo.',NULL,'',0,'2019-11-07 09:10:32'),(6035,6043,'es',0,NULL,'Si subes imágenes a la web deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de localización de las imágenes de la web.',NULL,'',0,'2019-11-07 09:10:32'),(6036,6044,'es',0,NULL,'Si utilizas tu web con fines comerciales y realizas una recopilación o procesamiento de datos personales más compleja, deberías anotar la siguiente información en tu aviso de privacidad, además de la información que ya hemos discutido.',NULL,'',0,'2019-11-07 09:10:32'),(6037,6045,'es',0,NULL,'Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.',NULL,'',0,'2019-11-07 09:10:32'),(6038,6046,'es',0,NULL,'Si quieres que los visitantes puedan registrarse por su cuenta, no que sea el administrador el que lo haga, marca la caja de miembros. Puede definirse un perfil de usuario por defecto para todos los usuarios, ya sean de registro propio o por el administrador.',NULL,'',0,'2019-11-07 09:10:32'),(6039,6047,'es',0,NULL,'Si quieres convertir categorías en etiquetas (o viceversa), utiliza el <a href=\"%s\">Conversor de categorías y etiquetas</a> que está disponible en la página de importación.',NULL,'',0,'2019-11-07 09:10:32'),(6040,6048,'es',0,NULL,'Si quieres exportar una lista manejable de toda la información de esta página, puedes usar el botón de abajo para copiarla en el portapapeles. Luego puedes pegarla en un archivo de texto y guardarla en disco, o pegarla en un correo electrónico para enviarla a un ingeniero de soporte o a un desarrollador de temas/plugins, por ejemplo.',NULL,'',0,'2019-11-07 09:10:32'),(6041,6049,'es',0,NULL,'Si quieres instalar un plugin que hayas descargado por ahí haz clic en el enlace Subir de la parte superior izquierda. Se te pedirá que subas el paquete .zip, y una vez subido podrás activar el nuevo plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6042,6050,'es',0,NULL,'Si quieres hacer cambios pero no quieres que se sobreescriban cuando se actualice el plugin, deberías pensar en escribir tu propio plugin. Para obtener información acerca de cómo editar plugins, escribir desde cero el tuyo, o simplemente entender mejor su anatomía, echa un vistazo a los enlaces de aquí abajo.',NULL,'',0,'2019-11-07 09:10:32'),(6043,6051,'es',0,NULL,'Si quieres quitar el widget, pero también guardar los ajustes por si los necesitaras en el futuro, simplemente arrástralo al área de widgets inactivos. Puedes añadirlos de nuevo en cualquier otro momento desde ahí. Esto es especialmente útil cuando cambias a un tema con pocas o distintas áreas de widgets.',NULL,'',0,'2019-11-07 09:10:32'),(6044,6052,'es',0,NULL,'Si quieres ejecutar varias instalaciones de WordPress en una sola base de datos cambia esto.',NULL,'',0,'2019-11-07 09:10:32'),(6045,6053,'es',0,NULL,'Si quieres ver más plugins entre los que elegir haz clic en el botón «Añadir nuevo» y podrás navegar o buscar más plugins del <a href=\"%s\">directorio de plugins de WordPress.org</a>. Los plugins del directorio de WordPress.org están diseñados por terceros y son compatibles con la licencia que utiliza WordPress. Ah, y además ¡son gratis!',NULL,'',0,'2019-11-07 09:10:32'),(6046,6054,'es',0,NULL,'Si quieres ver más temas entre los que elegir haz clic en el botón «Añadir nuevo» y podrás navegar o buscar temas adicionales del <a href=\"%s\">directorio de temas de WordPress.org</a>. Los temas del directorio de temas de WordPress.org están diseñados y desarrollados por otros, y son compatibles con la licencia que usa WordPress. ¡Ah, y son gratis!',NULL,'',0,'2019-11-07 09:10:32'),(6047,6055,'es',0,NULL,'Si tu archivo %1$s tuviese <a href=\"%2$s\">permisos de escritura</a> podríamos hacerlo automáticamente, pero no los tiene así que estas son las reglas de mod_rewrite que deberías tener en tu archivo %1$s. Haz clic en el siguiente campo y teclea %3$s para seleccionarlas todas.',NULL,'',0,'2019-11-07 09:10:32'),(6048,6056,'es',0,NULL,'Si tu archivo %1$s tuviese <a href=\"%2$s\">permisos de escritura</a> podríamos hacerlo automáticamente, pero no los tiene así que esta es la regla de reescritura que deberías tener en tu archivo %1$s. Haz clic en el siguiente campo y teclea %3$s para seleccionarlas todas.Luego inserta esta regla dentro del elemento %4$s del archivo %1$s.',NULL,'',0,'2019-11-07 09:10:32'),(6049,6057,'es',0,NULL,'Si tu tema tiene más de una imagen de cabecera por defecto, o has subido más de una imagen de cabecera personalizada, tienes la opción de hacer que WordPress muestre una imagen diferente al azar en cada página de tu sitio. Haz clic en el botón «Al azar» junto a la sección de Subir imágenes o Imágenes por defecto para activar esta característica.',NULL,'',0,'2019-11-07 09:10:32'),(6050,6058,'es',0,NULL,'Si tu web proporciona un servicio que incluye la toma de decisiones automatizada - por ejemplo, permitir a los clientes solicitar crédito o agregar sus datos en un perfil publicitario - debes dar cuenta de que esto está ocurriendo, e incluir información sobre cómo se utiliza esa información, qué decisiones se toman con esos datos agregados, y qué derechos tienen los usuarios sobre las decisiones tomadas sin intervención humana.',NULL,'',0,'2019-11-07 09:10:32'),(6051,6059,'es',0,NULL,'Si tu web recibe datos sobre los usuarios de terceros, incluidos los anunciantes, esta información debe incluirse en la sección de tu aviso de privacidad relativo a los datos de terceros.',NULL,'',0,'2019-11-07 09:10:32'),(6052,6060,'es',0,NULL,'Dirección de la imagen',NULL,'',0,'2019-11-07 09:10:32'),(6053,6061,'es',0,NULL,'Plantilla de imagen adjunta',NULL,'',0,'2019-11-07 09:10:32'),(6054,6062,'es',0,NULL,'Leyenda de la imagen',NULL,'',0,'2019-11-07 09:10:32'),(6055,6063,'es',0,NULL,'Recortar imagen',NULL,'',0,'2019-11-07 09:10:32'),(6056,6064,'es',0,NULL,'Ayuda de recorte de imagen',NULL,'',0,'2019-11-07 09:10:32'),(6057,6065,'es',0,NULL,'Archivo de imagen',NULL,'',0,'2019-11-07 09:10:32'),(6058,6066,'es',0,NULL,'Error en el procesado de la imagen',NULL,'',0,'2019-11-07 09:10:32'),(6059,6067,'es',0,NULL,'Error al subir la imagen',NULL,'',0,'2019-11-07 09:10:32'),(6060,6068,'es',0,NULL,'No se pudo procesar la imagen.',NULL,'',0,'2019-11-07 09:10:32'),(6061,6069,'es',0,NULL,'La imagen no se puede procesar. Por favor, vuelve atrás y prueba de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(6062,6070,'es',0,NULL,'No existen datos de la imagen. Por favor, vuelve a subir la imagen.',NULL,'',0,'2019-11-07 09:10:32'),(6063,6071,'es',0,NULL,'Los metadatos de la imagen son inconsistentes.',NULL,'',0,'2019-11-07 09:10:32'),(6064,6072,'es',0,NULL,'Imagen restaurada correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6065,6073,'es',0,NULL,'Tu alojamiento web no es compatible con la rotación de imágenes.',NULL,'',0,'2019-11-07 09:10:32'),(6066,6074,'es',0,NULL,'Imagen guardada',NULL,'',0,'2019-11-07 09:10:32'),(6067,6075,'es',0,NULL,'Tamaño de las imágenes',NULL,'',0,'2019-11-07 09:10:32'),(6068,6076,'es',0,NULL,'Número de versión de ImageMagick',NULL,'',0,'2019-11-07 09:10:32'),(6069,6077,'es',0,NULL,'Cadena de versión de ImageMagick',NULL,'',0,'2019-11-07 09:10:32'),(6070,6078,'es',0,NULL,'Las imágenes de exactamente <strong>%1$d x %2$d pixels</strong> se utilizarán como están.',NULL,'',0,'2019-11-07 09:10:32'),(6071,6079,'es',0,NULL,'Las imágenes deberían tener al menos una altura de %s.',NULL,'',0,'2019-11-07 09:10:32'),(6072,6080,'es',0,NULL,'Las imágenes deberían ser al menos de %s de ancho.',NULL,'',0,'2019-11-07 09:10:32'),(6073,6081,'es',0,NULL,'Límites de recursos de Imagick',NULL,'',0,'2019-11-07 09:10:32'),(6074,6082,'es',0,NULL,'Importar',NULL,'',0,'2019-11-07 09:10:32'),(6075,6083,'es',0,NULL,'Importar enlaces en formato OPML.',NULL,'',0,'2019-11-07 09:10:32'),(6076,6084,'es',0,NULL,'Importa entradas y medios de Tumblr usando su API.',NULL,'',0,'2019-11-07 09:10:32'),(6077,6085,'es',0,NULL,'Importar entradas y comentarios de un blog Movable Type o TypePad.',NULL,'',0,'2019-11-07 09:10:32'),(6078,6086,'es',0,NULL,'Importar entradas de LiveJournal usando su API.',NULL,'',0,'2019-11-07 09:10:32'),(6079,6087,'es',0,NULL,'Importar entradas de un feed RSS.',NULL,'',0,'2019-11-07 09:10:32'),(6080,6088,'es',0,NULL,'Importa entradas, comentarios y usuarios de un blog de Blogger.',NULL,'',0,'2019-11-07 09:10:32'),(6081,6089,'es',0,NULL,'Importar entradas, páginas, comentarios, campos personalizados, categorías y etiquetas de un fichero de exportación de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(6082,6090,'es',0,NULL,'Importante:',NULL,'',0,'2019-11-07 09:10:32'),(6083,6091,'es',0,NULL,'Mejoras para todos',NULL,'',0,'2019-11-07 09:10:32'),(6084,6092,'es',0,NULL,'En respuesta a',NULL,'',0,'2019-11-07 09:10:32'),(6085,6093,'es',0,NULL,'En pocas palabras, explica de qué va este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6086,6094,'es',0,NULL,'Además de enumerar los datos personales que recopilas, debes indicar por qué los recopilas. En estas explicaciones debe indicarse el fundamento jurídico de la recogida y conservación de tus datos o el consentimiento activo del usuario.',NULL,'',0,'2019-11-07 09:10:32'),(6087,6095,'es',0,NULL,'Es muy probable que estos elementos te los haya facilitado tu proveedor de alojamiento. Si no tienes esta información, tendrás que ponerte en contacto con ellos para poder continuar. Si ya estás listo…',NULL,'',0,'2019-11-07 09:10:32'),(6088,6096,'es',0,NULL,'En la mayoría de los casos WordPress realizará por su cuenta las actualizaciones de seguridad y mantenimiento.',NULL,'',0,'2019-11-07 09:10:32'),(6089,6097,'es',0,NULL,'En las versiones anteriores de WordPress todos los importadores estaban incluidos. Se han convertido en plugins porque la mayoría de la gente los usa solo una vez o pocas veces.',NULL,'',0,'2019-11-07 09:10:32'),(6090,6098,'es',0,NULL,'En respuesta a %s.',NULL,'',0,'2019-11-07 09:10:32'),(6091,6099,'es',0,NULL,'En respuesta a: %s',NULL,'',0,'2019-11-07 09:10:32'),(6092,6100,'es',0,NULL,'En respuesta a: %s',NULL,'',0,'2019-11-07 09:10:32'),(6093,6101,'es',0,NULL,'En la columna de <strong>Autor</strong>, además del nombre del autor, dirección de correo electrónico y URL del blog, se muestra la dirección IP del comentarista. Haciendo clic en ese enlace se mostrarán todos los comentarios realizados desde esa dirección IP.',NULL,'',0,'2019-11-07 09:10:32'),(6094,6102,'es',0,NULL,'En la columna <strong>Comentario</strong>, al pasar el cursor sobre cualquier comentario verás las opciones de aprobar, responder (y aprobar), edición rápida, editar, marcar como spam o enviar a la papelera ese comentario.',NULL,'',0,'2019-11-07 09:10:32'),(6095,6103,'es',0,NULL,'En la columna <strong>En respuesta a</strong> hay tres elementos. El texto es el nombre de la entrada que inspiró el comentario, y los enlaces al editor para esa entrada. El enlace de Ver entrada te lleva a esa entrada en tu sitio. La pequeña burbuja con números muestra la cantidad de comentarios aprobados que ha recibido esa entrada. Si la burbuja es gris has aprobado todos los comentarios de esa entrada. Si es azul hay comentarios pendientes. Haciendo clic en la burbuja filtrará la pantalla de comentarios para mostrar solo los comentarios de esa entrada.',NULL,'',0,'2019-11-07 09:10:32'),(6096,6104,'es',0,NULL,'En la columna <strong>Enviado el</strong> se mostrará la fecha y hora en que apareció el comentario hecho en tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6097,6105,'es',0,NULL,'En la sección del texto de la cabecera de esta página puedes elegir si mostrarlo u ocultarlo. También puedes elegir el color del texto haciendo clic en el botón de selección del color o escribiendo un valor hexadecimal HTML válido. Por ejemplo «#ff0000» para rojo, o utilizando el selector de color.',NULL,'',0,'2019-11-07 09:10:32'),(6098,6106,'es',0,NULL,'En esta sección deberás explicar durante cuánto tiempo conservarán los datos personales recopilados o procesados por la web. Si bien es tu responsabilidad establecer por cuánto tiempo se conservará cada conjunto de datos y por qué lo conservas, esa información debe figurar aquí. Por ejemplo, puedes decir que mantienes las entradas del formulario de contacto durante seis meses, los registros de analítica durante un año, y los registros de compras de clientes durante diez años.',NULL,'',0,'2019-11-07 09:10:32'),(6099,6107,'es',0,NULL,'En esta sección debes explicar qué medidas has tomado para proteger los datos de tus usuarios. Esto podría incluir medidas técnicas como el cifrado; medidas de seguridad como la identificación de dos factores; y medidas como la formación del personal en materia de protección de datos. Si has realizado una evaluación del impacto en la privacidad, puedes mencionarlo aquí también.',NULL,'',0,'2019-11-07 09:10:32'),(6100,6108,'es',0,NULL,'En esta sección debes explicar qué procedimientos tienes en marcha para tratar las brechas de datos, ya sean reales o potenciales, tales como sistemas internos de informes, mecanismos de contacto o compensaciones por fallos.',NULL,'',0,'2019-11-07 09:10:32'),(6101,6109,'es',0,NULL,'En esta sección debes explicar qué derechos tienen tus usuarios sobre sus datos y cómo pueden ejercerlos.',NULL,'',0,'2019-11-07 09:10:32'),(6102,6110,'es',0,NULL,'En esta sección deberías enumerar todas las transferencias de los datos de tu sitio fuera de la Unión Europea, y describir los medios por los que se protegen esos datos de acuerdo con las normas europeas de protección de datos. Esto podría incluir tu alojamiento web, almacenamiento en la nube u otros servicios de terceros.',NULL,'',0,'2019-11-07 09:10:32'),(6103,6111,'es',0,NULL,'En esta sección debes nombrar y enumerar todos los proveedores externos con los que compartes datos del sitio, incluidos los socios, los servicios basados en la nube, los procesadores de pagos y los proveedores de servicios externos, e indicar qué datos compartes con ellos y por qué. Enlaza a sus propios avisos de privacidad si es posible.',NULL,'',0,'2019-11-07 09:10:32'),(6104,6112,'es',0,NULL,'En esta sección deberías anotar qué datos personales recopilas de los usuarios y de los visitantes del sitio. Esto podría incluir datos personales tales como el nombre, dirección de correo electrónico, preferencias personales de la cuenta; datos transaccionales, como información de compras; y datos técnicos, como la información sobre las cookies.',NULL,'',0,'2019-11-07 09:10:32'),(6105,6113,'es',0,NULL,'En esta sección debes indicar la URL de tu sitio, así como el nombre de la empresa, organización, o individuo que hay detrás, y alguna información de contacto actualizada.',NULL,'',0,'2019-11-07 09:10:32'),(6106,6114,'es',0,NULL,'En esta sección debes proporcionar un método de contacto para cuestiones específicas de privacidad. Si es necesario que tengas un responsable de protección de datos, indica también aquí su nombre y sus datos de contacto completos.',NULL,'',0,'2019-11-07 09:10:32'),(6107,6115,'es',0,NULL,'En esta subsección debes enumerar las cookies que utiliza tu web, incluidas las instaladas por tus plugins, redes sociales y analítica. Hemos proporcionado las cookies que WordPress instala por defecto.',NULL,'',0,'2019-11-07 09:10:32'),(6108,6116,'es',0,NULL,'En esta subsección deberías anotar qué paquete de analítica usas, cómo los usuarios pueden decidir sobre el seguimiento de la analítica y un enlace a la política de privacidad de tu proveedor de analítica, si lo tuviera.',NULL,'',0,'2019-11-07 09:10:32'),(6109,6117,'es',0,NULL,'En esta subsección deberías anotar qué información se captura en los comentarios. Hemos anotado los datos que WordPress recopila por defecto.',NULL,'',0,'2019-11-07 09:10:32'),(6110,6118,'es',0,NULL,'En esta subsección deberías anotar qué información puede mostrarse de los usuarios que suban archivos de medios. Todos los archivos subidos son normalmente accesibles públicamente.',NULL,'',0,'2019-11-07 09:10:32'),(6111,6119,'es',0,NULL,'Inactivos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(6112,6120,'es',0,NULL,'Plugins inactivos',NULL,'',0,'2019-11-07 09:10:32'),(6113,6121,'es',0,NULL,'Barra lateral inactiva (no utilizada) ',NULL,'',0,'2019-11-07 09:10:32'),(6114,6122,'es',0,NULL,'Widgets inactivos',NULL,'',0,'2019-11-07 09:10:32'),(6115,6123,'es',0,NULL,'Los plugins inactivos son objetivos tentadores para los atacantes. Si no vas a utilizar un plugin, te recomendamos que lo elimines.',NULL,'',0,'2019-11-07 09:10:32'),(6116,6124,'es',0,NULL,'Inactivo:',NULL,'',0,'2019-11-07 09:10:32'),(6117,6125,'es',0,NULL,'Archivo incompatible.',NULL,'',0,'2019-11-07 09:10:32'),(6118,6126,'es',0,NULL,'Requerimientos regulatorios de revelación de información del sector',NULL,'',0,'2019-11-07 09:10:32'),(6119,6127,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:10:32'),(6120,6128,'es',0,NULL,'Información necesaria',NULL,'',0,'2019-11-07 09:10:32'),(6121,6129,'es',0,NULL,'Insertar en la entrada',NULL,'',0,'2019-11-07 09:10:32'),(6122,6130,'es',0,NULL,'Insertar medio desde otra web',NULL,'',0,'2019-11-07 09:10:32'),(6123,6131,'es',0,NULL,'Insertando medios',NULL,'',0,'2019-11-07 09:10:32'),(6124,6132,'es',0,NULL,'Instalar',NULL,'',0,'2019-11-07 09:10:32'),(6125,6133,'es',0,NULL,'Instalar %s',NULL,'',0,'2019-11-07 09:10:32'),(6126,6134,'es',0,NULL,'Instalar %s ahora',NULL,'',0,'2019-11-07 09:10:32'),(6127,6135,'es',0,NULL,'Instalar tema padre',NULL,'',0,'2019-11-07 09:10:32'),(6128,6136,'es',0,NULL,'Instalar temas',NULL,'',0,'2019-11-07 09:10:32'),(6129,6137,'es',0,NULL,'Instalar actualización ahora',NULL,'',0,'2019-11-07 09:10:32'),(6130,6138,'es',0,NULL,'Instalar WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6131,6139,'es',0,NULL,'Instalar la última versión de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6132,6140,'es',0,NULL,'Instalación fallida',NULL,'',0,'2019-11-07 09:10:32'),(6133,6141,'es',0,NULL,'Instalación obligatoria',NULL,'',0,'2019-11-07 09:10:32'),(6134,6142,'es',0,NULL,'El paquete de instalación no está disponible.',NULL,'',0,'2019-11-07 09:10:32'),(6135,6143,'es',0,NULL,'Plugins instalados',NULL,'',0,'2019-11-07 09:10:32'),(6136,6144,'es',0,NULL,'Instalando plugin desde el archivo: %s',NULL,'',0,'2019-11-07 09:10:32'),(6137,6145,'es',0,NULL,'Instalando plugin: %s',NULL,'',0,'2019-11-07 09:10:32'),(6138,6146,'es',0,NULL,'Instalando tema desde el archivo: %s',NULL,'',0,'2019-11-07 09:10:32'),(6139,6147,'es',0,NULL,'Instalando tema: %s',NULL,'',0,'2019-11-07 09:10:32'),(6140,6148,'es',0,NULL,'Instalando la última versión…',NULL,'',0,'2019-11-07 09:10:32'),(6141,6149,'es',0,NULL,'Instalando el plugin…',NULL,'',0,'2019-11-07 09:10:32'),(6142,6150,'es',0,NULL,'Instalando el tema…',NULL,'',0,'2019-11-07 09:10:32'),(6143,6151,'es',0,NULL,'La instalación de temas en multisitio solo se puede hacer desde la sección de administrador de red.',NULL,'',0,'2019-11-07 09:10:32'),(6144,6152,'es',0,NULL,'Introducción',NULL,'',0,'2019-11-07 09:10:32'),(6145,6153,'es',0,NULL,'Código de respuesta de API no válido (%d)',NULL,'',0,'2019-11-07 09:10:32'),(6146,6154,'es',0,NULL,'La URL especificada no es válida.',NULL,'',0,'2019-11-07 09:10:32'),(6147,6155,'es',0,NULL,'Datos facilitados no válidos.',NULL,'',0,'2019-11-07 09:10:32'),(6148,6156,'es',0,NULL,'Dirección de correo electrónico no válida en la petición.',NULL,'',0,'2019-11-07 09:10:32'),(6149,6157,'es',0,NULL,'Dirección de correo electrónico no válida al generar el archivo de exportación',NULL,'',0,'2019-11-07 09:10:32'),(6150,6158,'es',0,NULL,'Se envió un formulario erróneo.',NULL,'',0,'2019-11-07 09:10:32'),(6151,6159,'es',0,NULL,'URL de imagen no válida',NULL,'',0,'2019-11-07 09:10:32'),(6152,6160,'es',0,NULL,'Página de plugin no válida.',NULL,'',0,'2019-11-07 09:10:32'),(6153,6161,'es',0,NULL,'La ruta del plugin no es válida.',NULL,'',0,'2019-11-07 09:10:32'),(6154,6162,'es',0,NULL,'ID de petición no válida al generar el archivo de exportación',NULL,'',0,'2019-11-07 09:10:32'),(6155,6163,'es',0,NULL,'ID de petición no válido al fusionar los datos del exportador',NULL,'',0,'2019-11-07 09:10:32'),(6156,6164,'es',0,NULL,'ID de solicitud no válido al procesar los datos del borrador.',NULL,'',0,'2019-11-07 09:10:32'),(6157,6165,'es',0,NULL,'ID de petición no válida al enviar el correo electrónico de exportación de datos personales.',NULL,'',0,'2019-11-07 09:10:32'),(6158,6166,'es',0,NULL,'ID de petición no válido.',NULL,'',0,'2019-11-07 09:10:32'),(6159,6167,'es',0,NULL,'Tipo de petición no válido.',NULL,'',0,'2019-11-07 09:10:32'),(6160,6168,'es',0,NULL,'Tipo de traducción no válido',NULL,'',0,'2019-11-07 09:10:32'),(6161,6169,'es',0,NULL,'La invitación ha sido enviada al nuevo usuario por correo electrónico. Deberá hacer clic en el enlace de confirmación para que su cuenta sea creada.',NULL,'',0,'2019-11-07 09:10:32'),(6162,6170,'es',0,NULL,'Invitación enviada por correo electrónico al usuario. Debe hacer clic en un enlace de confirmación para que se añada a tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6163,6171,'es',0,NULL,'¿Está SUHOSIN instalado?',NULL,'',0,'2019-11-07 09:10:32'),(6164,6172,'es',0,NULL,'¿Está disponible la biblioteca Imagick?',NULL,'',0,'2019-11-07 09:10:32'),(6165,6173,'es',0,NULL,'¿Es esto un multisitio?',NULL,'',0,'2019-11-07 09:10:32'),(6166,6174,'es',0,NULL,'¿Está utilizando https este sitio?',NULL,'',0,'2019-11-07 09:10:32'),(6167,6175,'es',0,NULL,'Los mantenedores de sitios puede bloquear todas o parte de las comunicaciones con otros sitios y servicios. Si no se configura bien, esto puede impedir que los plugins y temas funcionen correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6168,6176,'es',0,NULL,'Depende de los motores de búsqueda atender esta petición o no.',NULL,'',0,'2019-11-07 09:10:32'),(6169,6177,'es',0,NULL,'Es tu responsabilidad redactar una política de privacidad completa, asegurándote de que refleja todos los requisitos legales nacionales e internacionales sobre privacidad, y mantener tu política actualizada y precisa.',NULL,'',0,'2019-11-07 09:10:32'),(6170,6178,'es',0,NULL,'Parece que usas una versión insegura de %s. Usar un navegador obsoleto hace que tu ordenador sea inseguro. Para tener la mejor experiencia en WordPress, por favor, actualiza tu navegador.',NULL,'',0,'2019-11-07 09:10:32'),(6171,6179,'es',0,NULL,'Parece que estás usando una versión antigua de %s. Para una mejor experiencia usando WordPress, actualiza tu navegador, por favor.',NULL,'',0,'2019-11-07 09:10:32'),(6172,6180,'es',0,NULL,'No ha sido posible verificar tus eventos programados',NULL,'',0,'2019-11-07 09:10:32'),(6173,6181,'es',0,NULL,'Eliminado.',NULL,'',0,'2019-11-07 09:10:32'),(6174,6182,'es',0,NULL,'No añadido.',NULL,'',0,'2019-11-07 09:10:32'),(6175,6183,'es',0,NULL,'Elemento no actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(6176,6184,'es',0,NULL,'Elemento actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(6177,6185,'es',0,NULL,'Eliminados.',NULL,'',0,'2019-11-07 09:10:32'),(6178,6186,'es',0,NULL,'Lista de elementos',NULL,'',0,'2019-11-07 09:10:32'),(6179,6187,'es',0,NULL,'Navegación por la lista de elementos',NULL,'',0,'2019-11-07 09:10:32'),(6180,6188,'es',0,NULL,'Otro sitio más de %s',NULL,'',0,'2019-11-07 09:10:32'),(6181,6189,'es',0,NULL,'Otro sitio realizado con WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6182,6190,'es',0,NULL,'Mantener este enlace como privado',NULL,'',0,'2019-11-07 09:10:32'),(6183,6191,'es',0,NULL,'Manteniendo tu sitio seguro',NULL,'',0,'2019-11-07 09:10:32'),(6184,6192,'es',0,NULL,'Mantener tu sitio actualizado es importante para la seguridad. También hace que internet sea un lugar más seguro para ti y tus lectores.',NULL,'',0,'2019-11-07 09:10:32'),(6185,6193,'es',0,NULL,'Clave',NULL,'',0,'2019-11-07 09:10:32'),(6186,6194,'es',0,NULL,'Usuarios de teclado: Cuando estés trabajando con el editor visual, puede utilizar <kbd>Alt + F10</kbd> para acceder a la barra de herramientas',NULL,'',0,'2019-11-07 09:10:32'),(6187,6195,'es',0,NULL,'Palabra clave',NULL,'',0,'2019-11-07 09:10:32'),(6188,6196,'es',0,NULL,'Tamaño grande',NULL,'',0,'2019-11-07 09:10:32'),(6189,6197,'es',0,NULL,'Última modificación',NULL,'',0,'2019-11-07 09:10:32'),(6190,6198,'es',0,NULL,'Apellidos',NULL,'',0,'2019-11-07 09:10:32'),(6191,6199,'es',0,NULL,'Última actualización:',NULL,'',0,'2019-11-07 09:10:32'),(6192,6200,'es',0,NULL,'Última comprobación el %1$s a las %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(6193,6201,'es',0,NULL,'Última edición por %1$s el %2$s a las %3$s',NULL,'',0,'2019-11-07 09:10:32'),(6194,6202,'es',0,NULL,'Última edición el %1$s a las %2$s',NULL,'',0,'2019-11-07 09:10:32'),(6195,6203,'es',0,NULL,'Última página',NULL,'',0,'2019-11-07 09:10:32'),(6196,6204,'es',0,NULL,'Última',NULL,'',0,'2019-11-07 09:10:32'),(6197,6205,'es',0,NULL,'Instalada la última versión',NULL,'',0,'2019-11-07 09:10:32'),(6198,6206,'es',0,NULL,'Diseño de pantalla',NULL,'',0,'2019-11-07 09:10:32'),(6199,6207,'es',0,NULL,'Desarrollador principal',NULL,'',0,'2019-11-07 09:10:32'),(6200,6208,'es',0,NULL,'Aprende más sobre cómo empezar',NULL,'',0,'2019-11-07 09:10:32'),(6201,6209,'es',0,NULL,'Aprende más sobre actualizar PHP',NULL,'',0,'2019-11-07 09:10:32'),(6202,6210,'es',0,NULL,'Barra lateral izquierda',NULL,'',0,'2019-11-07 09:10:32'),(6203,6211,'es',0,NULL,'¡Vamos a ello!',NULL,'',0,'2019-11-07 09:10:32'),(6204,6212,'es',0,NULL,'Biblioteca',NULL,'',0,'2019-11-07 09:10:32'),(6205,6213,'es',0,NULL,'Probable inclusión directa de %1$s para usar %2$s. Esto es un error. En vez de eso, haz un gancho a %2$s para que llame a la acción %3$s.',NULL,'',0,'2019-11-07 09:10:32'),(6206,6214,'es',0,NULL,'Enlazar la imagen a:',NULL,'',0,'2019-11-07 09:10:32'),(6207,6215,'es',0,NULL,'Destino del enlace',NULL,'',0,'2019-11-07 09:10:32'),(6208,6216,'es',0,NULL,'Enlace añadido.',NULL,'',0,'2019-11-07 09:10:32'),(6209,6217,'es',0,NULL,'No se encontró el enlace.',NULL,'',0,'2019-11-07 09:10:32'),(6210,6218,'es',0,NULL,'Texto del enlace, por ejemplo «Exigencias del rescate (PDF)»',NULL,'',0,'2019-11-07 09:10:32'),(6211,6219,'es',0,NULL,'Enlazar miniaturas a:',NULL,'',0,'2019-11-07 09:10:32'),(6212,6220,'es',0,NULL,'Enlace a la imagen',NULL,'',0,'2019-11-07 09:10:32'),(6213,6221,'es',0,NULL,'Plantilla de enlaces',NULL,'',0,'2019-11-07 09:10:32'),(6214,6222,'es',0,NULL,'Los enlaces de la barra de herramientas de la parte superior de la pantalla conectan tu escritorio y tu sitio, y proporcionan acceso a tu perfil e información valiosa de WordPress. ',NULL,'',0,'2019-11-07 09:10:32'),(6215,6223,'es',0,NULL,'Lista de enlaces',NULL,'',0,'2019-11-07 09:10:32'),(6216,6224,'es',0,NULL,'Los enlaces pueden dividirse en categorías de enlaces; estas son diferentes de las categorías utilizadas en las entradas',NULL,'',0,'2019-11-07 09:10:32'),(6217,6225,'es',0,NULL,'Vista previa «%s»',NULL,'',0,'2019-11-07 09:10:32'),(6218,6226,'es',0,NULL,'LiveJournal',NULL,'',0,'2019-11-07 09:10:32'),(6219,6227,'es',0,NULL,'Cargando…',NULL,'',0,'2019-11-07 09:10:32'),(6220,6228,'es',0,NULL,'Cargando…',NULL,'',0,'2019-11-07 09:10:32'),(6221,6229,'es',0,NULL,'La hora local es %s.',NULL,'',0,'2019-11-07 09:10:32'),(6222,6230,'es',0,NULL,'Ubicación del archivo subido.',NULL,'',0,'2019-11-07 09:10:32'),(6223,6231,'es',0,NULL,'Desconectar %s de todas las ubicaciones.',NULL,'',0,'2019-11-07 09:10:32'),(6224,6232,'es',0,NULL,'Desconectar todo',NULL,'',0,'2019-11-07 09:10:32'),(6225,6233,'es',0,NULL,'Desconectar del resto de sitios',NULL,'',0,'2019-11-07 09:10:32'),(6226,6234,'es',0,NULL,'Nombre de acceso',NULL,'',0,'2019-11-07 09:10:32'),(6227,6235,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:10:32'),(6228,6236,'es',0,NULL,'Buscando %1$s en %2$s',NULL,'',0,'2019-11-07 09:10:32'),(6229,6237,'es',0,NULL,'Solicitud de loopback',NULL,'',0,'2019-11-07 09:10:32'),(6230,6238,'es',0,NULL,'Las solicitudes de loopback se utilizan para ejecutar eventos programados, y también los utilizan los editores integrados para temas y plugins para verificar la estabilidad del código.',NULL,'',0,'2019-11-07 09:10:32'),(6231,6239,'es',0,NULL,'j M \\d\\e Y @ H:i',NULL,'',0,'2019-11-07 09:10:32'),(6232,6240,'es',0,NULL,'j M',NULL,'',0,'2019-11-07 09:10:32'),(6233,6241,'es',0,NULL,'j M Y',NULL,'',0,'2019-11-07 09:10:32'),(6234,6242,'es',0,NULL,'MB',NULL,'',0,'2019-11-07 09:10:32'),(6235,6243,'es',0,NULL,'MB (déjalo en blanco para el valor por defecto de la red)',NULL,'',0,'2019-11-07 09:10:32'),(6236,6244,'es',0,NULL,'Servidor de correo',NULL,'',0,'2019-11-07 09:10:32'),(6237,6245,'es',0,NULL,'Plantilla de la página principal',NULL,'',0,'2019-11-07 09:10:32'),(6238,6246,'es',0,NULL,'Página principal (sin superior)',NULL,'',0,'2019-11-07 09:10:32'),(6239,6247,'es',0,NULL,'Menú principal',NULL,'',0,'2019-11-07 09:10:32'),(6240,6248,'es',0,NULL,'Versión de mantenimiento',NULL,'',0,'2019-11-07 09:10:32'),(6241,6249,'es',0,NULL,'Versiones de mantenimiento',NULL,'',0,'2019-11-07 09:10:32'),(6242,6250,'es',0,NULL,'Versión de mantenimiento y seguridad',NULL,'',0,'2019-11-07 09:10:32'),(6243,6251,'es',0,NULL,'Versiones de mantenimiento y seguridad',NULL,'',0,'2019-11-07 09:10:32'),(6244,6252,'es',0,NULL,'Marcar esta entrada como fija',NULL,'',0,'2019-11-07 09:10:32'),(6245,6253,'es',0,NULL,'Gestiona <a href=\"%1$s\">widgets</a> o <a href=\"%2$s\">menús</a>',NULL,'',0,'2019-11-07 09:10:32'),(6246,6254,'es',0,NULL,'Gestionar ubicaciones',NULL,'',0,'2019-11-07 09:10:32'),(6247,6255,'es',0,NULL,'Administrar temas',NULL,'',0,'2019-11-07 09:10:32'),(6248,6256,'es',0,NULL,'Gestionar subidas',NULL,'',0,'2019-11-07 09:10:32'),(6249,6257,'es',0,NULL,'Gestiona los plugins inactivos',NULL,'',0,'2019-11-07 09:10:32'),(6250,6258,'es',0,NULL,'Gestionar menús',NULL,'',0,'2019-11-07 09:10:32'),(6251,6259,'es',0,NULL,'Gestionar widgets',NULL,'',0,'2019-11-07 09:10:32'),(6252,6260,'es',0,NULL,'Gestionar con vista previa',NULL,'',0,'2019-11-07 09:10:32'),(6253,6261,'es',0,NULL,'Gestiona tus plugins',NULL,'',0,'2019-11-07 09:10:32'),(6254,6262,'es',0,NULL,'Gestiona tus temas',NULL,'',0,'2019-11-07 09:10:32'),(6255,6263,'es',0,NULL,'Gestionando páginas',NULL,'',0,'2019-11-07 09:10:32'),(6256,6264,'es',0,NULL,'Gestionar páginas es muy parecido a gestionar entradas, y las pantallas pueden ser personalizadas de la misma manera.',NULL,'',0,'2019-11-07 09:10:32'),(6257,6265,'es',0,NULL,'Mucha gente aprovecha los atajos de teclado para moderar los comentarios más rapidamente. Utiliza el enlace del lateral para aprender más sobre esto.',NULL,'',0,'2019-11-07 09:10:32'),(6258,6266,'es',0,NULL,'Muchos temas muestran varios widgets de barra lateral por defecto hasta que editas tus barras laterales, pero no se muestran automáticamente en tu herramienta de gestión de barras laterales. Una vez hagas tu primer cambio en un widget puedes volver a añadirlo desde el área de widgets disponibles.',NULL,'',0,'2019-11-07 09:10:32'),(6259,6267,'es',0,NULL,'Marcar este comentario como spam',NULL,'',0,'2019-11-07 09:10:32'),(6260,6268,'es',0,NULL,'Matt Mullenweg',NULL,'',0,'2019-11-07 09:10:32'),(6261,6269,'es',0,NULL,'Altura máxima',NULL,'',0,'2019-11-07 09:10:32'),(6262,6270,'es',0,NULL,'Anchura máxima',NULL,'',0,'2019-11-07 09:10:32'),(6263,6271,'es',0,NULL,'Tiempo máximo de entrada',NULL,'',0,'2019-11-07 09:10:32'),(6264,6272,'es',0,NULL,'Calificación máxima',NULL,'',0,'2019-11-07 09:10:32'),(6265,6273,'es',0,NULL,'Tamaño máximo: %s',NULL,'',0,'2019-11-07 09:10:32'),(6266,6274,'es',0,NULL,'Gestión de medios',NULL,'',0,'2019-11-07 09:10:32'),(6267,6275,'es',0,NULL,'Archivo multimedia adjunto.',NULL,'',0,'2019-11-07 09:10:32'),(6268,6276,'es',0,NULL,'Archivo multimedia sin adjuntar.',NULL,'',0,'2019-11-07 09:10:32'),(6269,6277,'es',0,NULL,'Medio movido a la papelera.',NULL,'',0,'2019-11-07 09:10:32'),(6270,6278,'es',0,NULL,'Archivo multimedia borrado permanentemente.',NULL,'',0,'2019-11-07 09:10:32'),(6271,6279,'es',0,NULL,'Medio restaurado de la papelera.',NULL,'',0,'2019-11-07 09:10:32'),(6272,6280,'es',0,NULL,'Archivo de medios actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(6273,6281,'es',0,NULL,'Listado de elementos multimedia',NULL,'',0,'2019-11-07 09:10:32'),(6274,6282,'es',0,NULL,'Navegación por la lista de elementos multimedia',NULL,'',0,'2019-11-07 09:10:32'),(6275,6283,'es',0,NULL,'Tamaño medio',NULL,'',0,'2019-11-07 09:10:32'),(6276,6284,'es',0,NULL,'Meetups',NULL,'',0,'2019-11-07 09:10:32'),(6277,6285,'es',0,NULL,'Miembros',NULL,'',0,'2019-11-07 09:10:32'),(6278,6286,'es',0,NULL,'Elemento del menú',NULL,'',0,'2019-11-07 09:10:32'),(6279,6287,'es',0,NULL,'Gestión de menús',NULL,'',0,'2019-11-07 09:10:32'),(6280,6288,'es',0,NULL,'Ajustes del menú',NULL,'',0,'2019-11-07 09:10:32'),(6281,6289,'es',0,NULL,'Ubicaciones de menú actualizadas.',NULL,'',0,'2019-11-07 09:10:32'),(6282,6290,'es',0,NULL,'Orden del menú',NULL,'',0,'2019-11-07 09:10:32'),(6283,6291,'es',0,NULL,'Estructura del menú',NULL,'',0,'2019-11-07 09:10:32'),(6284,6292,'es',0,NULL,'Los menús se pueden mostrar en distintas ubicaciones definidas por tu tema, o incluso puedes usarlos añadiendo un widget de «Menú personalizado» en la pantalla de <a href=\"%1$s\">widgets</a>. Si tu tema no es compatible con la característica de menús personalizados (los temas por defecto %2$s y %3$s sí que lo son) puedes aprender añadirlos usando el enlace a la documentación.',NULL,'',0,'2019-11-07 09:10:32'),(6285,6293,'es',0,NULL,'Programación perdida',NULL,'',0,'2019-11-07 09:10:32'),(6286,6294,'es',0,NULL,'Widgets desaparecidos',NULL,'',0,'2019-11-07 09:10:32'),(6287,6295,'es',0,NULL,'Falta un directorio temporal.',NULL,'',0,'2019-11-07 09:10:32'),(6288,6296,'es',0,NULL,'Índice del borrador no disponible.',NULL,'',0,'2019-11-07 09:10:32'),(6289,6297,'es',0,NULL,'Índice del exportador no disponible.',NULL,'',0,'2019-11-07 09:10:32'),(6290,6298,'es',0,NULL,'Índice de página no disponible.',NULL,'',0,'2019-11-07 09:10:32'),(6291,6299,'es',0,NULL,'Comentario moderado',NULL,'',0,'2019-11-07 09:10:32'),(6292,6300,'es',0,NULL,'Moderando comentarios',NULL,'',0,'2019-11-07 09:10:32'),(6293,6301,'es',0,NULL,'MonsterID (autogenerado)',NULL,'',0,'2019-11-07 09:10:32'),(6294,6302,'es',0,NULL,'Mes y nombre',NULL,'',0,'2019-11-07 09:10:32'),(6295,6303,'es',0,NULL,'Más acciones',NULL,'',0,'2019-11-07 09:10:32'),(6296,6304,'es',0,NULL,'Más detalles',NULL,'',0,'2019-11-07 09:10:32'),(6297,6305,'es',0,NULL,'Más información sobre %s',NULL,'',0,'2019-11-07 09:10:32'),(6298,6306,'es',0,NULL,'Más reciente',NULL,'',0,'2019-11-07 09:10:32'),(6299,6307,'es',0,NULL,'La mayoría de las veces los plugins funcionan perfectamente con el núcleo de WordPress y con los otros plugins. Algunas veces, puede haber incompatibilidades entre algunos plugins produciendo problemas. Tu sitio podría comenzar a hacer cosas raras, esto podría ser un problema. Prueba a desactivar tus plugin e ir activándolos uno a uno y comprobando que el problema no reaparezca. Es la forma de detectar el plugin problemático o la combinación de plugins problemáticos.',NULL,'',0,'2019-11-07 09:10:32'),(6300,6308,'es',0,NULL,'La mayoría de los temas muestran el título del sitio en la parte superior de cada página, en la barra de título del navegador, y como nombre identificativo para los feeds. La descripción corta también se muestra en muchos temas.',NULL,'',0,'2019-11-07 09:10:32'),(6301,6309,'es',0,NULL,'Movable Type y TypePad',NULL,'',0,'2019-11-07 09:10:32'),(6302,6310,'es',0,NULL,'Mover',NULL,'',0,'2019-11-07 09:10:32'),(6303,6311,'es',0,NULL,'Mover «%s» a la papelera',NULL,'',0,'2019-11-07 09:10:32'),(6304,6312,'es',0,NULL,'Mover este comentario a la papelera',NULL,'',0,'2019-11-07 09:10:32'),(6305,6313,'es',0,NULL,'La compatibilidad con multisitio no está activa.',NULL,'',0,'2019-11-07 09:10:32'),(6306,6314,'es',0,NULL,'Plugins imprescindibles',NULL,'',0,'2019-11-07 09:10:32'),(6307,6315,'es',0,NULL,'Imprescindibles <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(6308,6316,'es',0,NULL,'Mi red',NULL,'',0,'2019-11-07 09:10:32'),(6309,6317,'es',0,NULL,'Mi sitio',NULL,'',0,'2019-11-07 09:10:32'),(6310,6318,'es',0,NULL,'Compatibilidad con MySQL utf8mb4',NULL,'',0,'2019-11-07 09:10:32'),(6311,6319,'es',0,NULL,'Persona misteriosa',NULL,'',0,'2019-11-07 09:10:32'),(6312,6320,'es',0,NULL,'Navegación',NULL,'',0,'2019-11-07 09:10:32'),(6313,6321,'es',0,NULL,'¿Necesitas ayuda para crear tu nueva política de privacidad? <a href=\"%1$s\" %2$s>Echa un vistazo a nuestra guía%3$s</a> con recomendaciones sobre qué contenido incluir, además de políticas sugeridas por tus plugins y tema.',NULL,'',0,'2019-11-07 09:10:32'),(6314,6322,'es',0,NULL,'¿Necesitas ayuda para crear tu nueva página de política de privacidad? Echa un vistazo a nuestra guía para obtener recomendaciones sobre qué contenido incluir, además de las políticas sugeridas por tus plugins y tema.',NULL,'',0,'2019-11-07 09:10:32'),(6315,6323,'es',0,NULL,'¿Necesitas ayuda? Usa la pestaña de ayuda en la parte superior del título de la pantalla.',NULL,'',0,'2019-11-07 09:10:32'),(6316,6324,'es',0,NULL,'¿Necesitas más ayuda? <a href=\"%s\">La tenemos</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6317,6325,'es',0,NULL,'Activo para la red',NULL,'',0,'2019-11-07 09:10:32'),(6318,6326,'es',0,NULL,'Desactivar para la red',NULL,'',0,'2019-11-07 09:10:32'),(6319,6327,'es',0,NULL,'Solo para la red',NULL,'',0,'2019-11-07 09:10:32'),(6320,6328,'es',0,NULL,'Configuración de la red',NULL,'',0,'2019-11-07 09:10:32'),(6321,6329,'es',0,NULL,'Cantidad de redes',NULL,'',0,'2019-11-07 09:10:32'),(6322,6330,'es',0,NULL,'Nuevo gancho en la etiqueta «body»',NULL,'',0,'2019-11-07 09:10:32'),(6323,6331,'es',0,NULL,'Nuevos iconos de escritorio',NULL,'',0,'2019-11-07 09:10:32'),(6324,6332,'es',0,NULL,'Nueva contraseña',NULL,'',0,'2019-11-07 09:10:32'),(6325,6333,'es',0,NULL,'Perfil predeterminado para nuevos usuarios',NULL,'',0,'2019-11-07 09:10:32'),(6326,6334,'es',0,NULL,'Nuevo sitio WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6327,6335,'es',0,NULL,'Nombre nueva categoría',NULL,'',0,'2019-11-07 09:10:32'),(6328,6336,'es',0,NULL,'Nuevas dimensiones:',NULL,'',0,'2019-11-07 09:10:32'),(6329,6337,'es',0,NULL,'Nuevo tema activado.',NULL,'',0,'2019-11-07 09:10:32'),(6330,6338,'es',0,NULL,'Hay nuevas traducciones disponibles.',NULL,'',0,'2019-11-07 09:10:32'),(6331,6339,'es',0,NULL,'Nuevo usuario creado.',NULL,'',0,'2019-11-07 09:10:32'),(6332,6340,'es',0,NULL,'Nuevo usuario creado. <a href=\"%s\">Editar usuario</a>',NULL,'',0,'2019-11-07 09:10:32'),(6333,6341,'es',0,NULL,'A los usuarios nuevos se les asigna automáticamente una contraseña, que pueden cambiar después de acceder. Puedes ver o modificar la contraseña asignada haciendo clic en el botón de Mostrar contraseña. El nombre de usuario no se puede cambiar una vez que se ha añadido el usuario.',NULL,'',0,'2019-11-07 09:10:32'),(6334,6342,'es',0,NULL,'Los nuevos usuarios recibirán un correo electrónico haciéndoles saber que han sido agregados como usuarios de tu sitio. Este correo electrónico contendrá también su contraseña. Marca la casilla si no deseas que el usuario reciba un mensaje de bienvenida.',NULL,'',0,'2019-11-07 09:10:32'),(6335,6343,'es',0,NULL,'Nueva versión disponible. <button class=\"button-link\" type=\"button\">Actualizar ahora</button>',NULL,'',0,'2019-11-07 09:10:32'),(6336,6344,'es',0,NULL,'Instalada la última versión (%s)',NULL,'',0,'2019-11-07 09:10:32'),(6337,6345,'es',0,NULL,'Noticias',NULL,'',0,'2019-11-07 09:10:32'),(6338,6346,'es',0,NULL,'Siguientes pasos',NULL,'',0,'2019-11-07 09:10:32'),(6339,6347,'es',0,NULL,'Siguiente tema',NULL,'',0,'2019-11-07 09:10:32'),(6340,6348,'es',0,NULL,'Alias',NULL,'',0,'2019-11-07 09:10:32'),(6341,6349,'es',0,NULL,'No es necesaria la actualización',NULL,'',0,'2019-11-07 09:10:32'),(6342,6350,'es',0,NULL,'¡Todavía no hay actividad!',NULL,'',0,'2019-11-07 09:10:32'),(6343,6351,'es',0,NULL,'No hay ningún comentario aprobado',NULL,'',0,'2019-11-07 09:10:32'),(6344,6352,'es',0,NULL,'No hay comentarios',NULL,'',0,'2019-11-07 09:10:32'),(6345,6353,'es',0,NULL,'No hay comentarios esperando moderación.',NULL,'',0,'2019-11-07 09:10:32'),(6346,6354,'es',0,NULL,'Sin comentarios.',NULL,'',0,'2019-11-07 09:10:32'),(6347,6355,'es',0,NULL,'No hay comentarios aún.',NULL,'',0,'2019-11-07 09:10:32'),(6348,6356,'es',0,NULL,'Sin descripción',NULL,'',0,'2019-11-07 09:10:32'),(6349,6357,'es',0,NULL,'No se ha subido ningún archivo.',NULL,'',0,'2019-11-07 09:10:32'),(6350,6358,'es',0,NULL,'No es necesaria ninguna acción adicional por tu parte.',NULL,'',0,'2019-11-07 09:10:32'),(6351,6359,'es',0,NULL,'No hay importadores disponibles.',NULL,'',0,'2019-11-07 09:10:32'),(6352,6360,'es',0,NULL,'Sin elementos.',NULL,'',0,'2019-11-07 09:10:32'),(6353,6361,'es',0,NULL,'No se encontraron enlaces.',NULL,'',0,'2019-11-07 09:10:32'),(6354,6362,'es',0,NULL,'No hay comentarios pendientes',NULL,'',0,'2019-11-07 09:10:32'),(6355,6363,'es',0,NULL,'Estructura de enlace permanente no establecida',NULL,'',0,'2019-11-07 09:10:32'),(6356,6364,'es',0,NULL,'No se ha especificado ningún plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6357,6365,'es',0,NULL,'No se encontraron plugins para «%s».',NULL,'',0,'2019-11-07 09:10:32'),(6358,6366,'es',0,NULL,'No se encontraron plugins.',NULL,'',0,'2019-11-07 09:10:32'),(6359,6367,'es',0,NULL,'Sin perfil',NULL,'',0,'2019-11-07 09:10:32'),(6360,6368,'es',0,NULL,'No hay eventos programados en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6361,6369,'es',0,NULL,'¡El archivo no existe! Comprueba el nombre e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(6362,6370,'es',0,NULL,'No gracias, no me lo recuerdes de nuevo',NULL,'',0,'2019-11-07 09:10:32'),(6363,6371,'es',0,NULL,'No se ha especificado ningún tema.',NULL,'',0,'2019-11-07 09:10:32'),(6364,6372,'es',0,NULL,'Ningún tema se ajusta a lo que buscas.',NULL,'',0,'2019-11-07 09:10:32'),(6365,6373,'es',0,NULL,'No se encontraron usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6366,6374,'es',0,NULL,'No se encontraron plugins.',NULL,'',0,'2019-11-07 09:10:32'),(6367,6375,'es',0,NULL,'No se han detectado sistemas de control de versiones.',NULL,'',0,'2019-11-07 09:10:32'),(6368,6376,'es',0,NULL,'La información de la versión o del autor no está disponible.',NULL,'',0,'2019-11-07 09:10:32'),(6369,6377,'es',0,NULL,'No, devuélveme a la lista de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6370,6378,'es',0,NULL,'No es fija',NULL,'',0,'2019-11-07 09:10:32'),(6371,6379,'es',0,NULL,'No está disponible',NULL,'',0,'2019-11-07 09:10:32'),(6372,6380,'es',0,NULL,'No editable',NULL,'',0,'2019-11-07 09:10:32'),(6373,6381,'es',0,NULL,'Se recorta la imagen haciendo clic en la misma (el icono de recorte ya estará seleccionado) y arrastrando el marcho de recorte hasta donde se desee. Para fijarla, haz clic en guardar.',NULL,'',0,'2019-11-07 09:10:32'),(6374,6382,'es',0,NULL,'Nota: ninguna de estas opciones bloquea el acceso a tu sitio — los motores de búsqueda podrán o no respetar tu petición.',NULL,'',0,'2019-11-07 09:10:32'),(6375,6383,'es',0,NULL,'Notas',NULL,'',0,'2019-11-07 09:10:32'),(6376,6384,'es',0,NULL,'Colaboradores destacados',NULL,'',0,'2019-11-07 09:10:32'),(6377,6385,'es',0,NULL,'Nada que guardar, la imagen no ha cambiado.',NULL,'',0,'2019-11-07 09:10:32'),(6378,6386,'es',0,NULL,'Aviso:',NULL,'',0,'2019-11-07 09:10:32'),(6379,6387,'es',0,NULL,'Número de temas encontrados: %d',NULL,'',0,'2019-11-07 09:10:32'),(6380,6388,'es',0,NULL,'Número de elementos por página:',NULL,'',0,'2019-11-07 09:10:32'),(6381,6389,'es',0,NULL,'Cantidad',NULL,'',0,'2019-11-07 09:10:32'),(6382,6390,'es',0,NULL,'Numérico',NULL,'',0,'2019-11-07 09:10:32'),(6383,6391,'es',0,NULL,'En esta pantalla puedes actualizar a la última versión de WordPress, así como actualizar tus temas, plugins y traducciones desde los repositorios de WordPress.org. ',NULL,'',0,'2019-11-07 09:10:32'),(6384,6392,'es',0,NULL,'Una vez generado, tu archivo WXR puede ser importado por otro sitio WordPress o por otra plataforma de blogs que pueda acceder a este formato.',NULL,'',0,'2019-11-07 09:10:32'),(6385,6393,'es',0,NULL,'Una vez que hayas generado una lista de temas puedes previsualizar e instalar cualquiera de ellos. Haz clic en la miniatura del tema que quieras previsualizar. Se abrirá una vista previa a pantalla completa para darte una mejor idea de como se verá ese tema.',NULL,'',0,'2019-11-07 09:10:32'),(6386,6394,'es',0,NULL,'Una vez que has hecho tu selección puedes ajustar el tamaño especificando los pixels que debe tener. El tamaño de selección mínimo es el tamaño de la miniaturas indicado en los Ajustes de medios.',NULL,'',0,'2019-11-07 09:10:32'),(6387,6395,'es',0,NULL,'Una vez hagas clic en «Confirmar borrado» el usuario se eliminará permanentemente.',NULL,'',0,'2019-11-07 09:10:32'),(6388,6396,'es',0,NULL,'Una vez hagas clic en «Confirmar eliminación» estos usuarios se eliminarán permanentemente.',NULL,'',0,'2019-11-07 09:10:32'),(6389,6397,'es',0,NULL,'Una vez hayas guardado el archivo descargado, puedes utilizar la función de importación en otra instalación de WordPress para importar el contenido de este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6390,6398,'es',0,NULL,'Una columna',NULL,'',0,'2019-11-07 09:10:32'),(6391,6399,'es',0,NULL,'Uno de los plugins no es válido.',NULL,'',0,'2019-11-07 09:10:32'),(6392,6400,'es',0,NULL,'Uno de los usuarios elegidos no es miembro de este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6393,6401,'es',0,NULL,'Una o más tablas no están disponibles. Para permitir a WordPress que intente repararlas, pulse el botón «Reparar bases de datos». La reparación puede llevar un rato, ten paciencia, por favor.',NULL,'',0,'2019-11-07 09:10:32'),(6394,6402,'es',0,NULL,'Uno o más plugins no han cargado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6395,6403,'es',0,NULL,'Faltan uno o más módulos recomendados',NULL,'',0,'2019-11-07 09:10:32'),(6396,6404,'es',0,NULL,'Faltan uno o más módulos necesarios',NULL,'',0,'2019-11-07 09:10:32'),(6397,6405,'es',0,NULL,'Uno o más temas no se han cargado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6398,6406,'es',0,NULL,'Solo algunas partes de tu sitio están usando HTTPS',NULL,'',0,'2019-11-07 09:10:32'),(6399,6407,'es',0,NULL,'Para ti solo está disponible el tema actual. Contacta con el administrador de %s para obtener información sobre cómo acceder a temas adicionales.',NULL,'',0,'2019-11-07 09:10:32'),(6400,6408,'es',0,NULL,'¡El archivo no existe! Comprueba el nombre e inténtalo de nuevo, gracias.',NULL,'',0,'2019-11-07 09:10:32'),(6401,6409,'es',0,NULL,'Opcional',NULL,'',0,'2019-11-07 09:10:32'),(6402,6410,'es',0,NULL,'O elige una imagen de tu biblioteca medios:',NULL,'',0,'2019-11-07 09:10:32'),(6403,6411,'es',0,NULL,'O:',NULL,'',0,'2019-11-07 09:10:32'),(6404,6412,'es',0,NULL,'Ordenar imágenes por:',NULL,'',0,'2019-11-07 09:10:32'),(6405,6413,'es',0,NULL,'Orden:',NULL,'',0,'2019-11-07 09:10:32'),(6406,6414,'es',0,NULL,'Organizar mis archivos subidos en carpetas basadas en mes y año',NULL,'',0,'2019-11-07 09:10:32'),(6407,6415,'es',0,NULL,'Original',NULL,'',0,'2019-11-07 09:10:32'),(6408,6416,'es',0,NULL,'Dimensiones originales %s',NULL,'',0,'2019-11-07 09:10:32'),(6409,6417,'es',0,NULL,'Otros temas',NULL,'',0,'2019-11-07 09:10:32'),(6410,6418,'es',0,NULL,'Otras noticias sobre WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6411,6419,'es',0,NULL,'Otros ajustes de comentarios',NULL,'',0,'2019-11-07 09:10:32'),(6412,6420,'es',0,NULL,'Se han cambiado los perfiles de los otros usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6413,6421,'es',0,NULL,'Se han eliminado los otros usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6414,6422,'es',0,NULL,'Otros usuarios han sido eliminados.',NULL,'',0,'2019-11-07 09:10:32'),(6415,6423,'es',0,NULL,'La dirección de nuestra web es: %s.',NULL,'',0,'2019-11-07 09:10:32'),(6416,6424,'es',0,NULL,'Servidor SQL anticuado',NULL,'',0,'2019-11-07 09:10:32'),(6417,6425,'es',0,NULL,'Vista previa',NULL,'',0,'2019-11-07 09:10:32'),(6418,6426,'es',0,NULL,'PG — Posiblemente ofensivo, normalmente para mayores de 13 años',NULL,'',0,'2019-11-07 09:10:32'),(6419,6427,'es',0,NULL,'Protección de errores PHP',NULL,'',0,'2019-11-07 09:10:32'),(6420,6428,'es',0,NULL,'Extensiones PHP',NULL,'',0,'2019-11-07 09:10:32'),(6421,6429,'es',0,NULL,'PHP SAPI',NULL,'',0,'2019-11-07 09:10:32'),(6422,6430,'es',0,NULL,'Es necesario actualizar PHP',NULL,'',0,'2019-11-07 09:10:32'),(6423,6431,'es',0,NULL,'Versión PHP',NULL,'',0,'2019-11-07 09:10:32'),(6424,6432,'es',0,NULL,'Evolución de versión de PHP',NULL,'',0,'2019-11-07 09:10:32'),(6425,6433,'es',0,NULL,'PHP es el lenguaje de programación que usamos para crear y mantener WordPress. Las versiones más nuevas de PHP son más rápidas y más seguras, así que actualizarlo tendrá un efecto positivo en el rendimiento de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6426,6434,'es',0,NULL,'PHP está actualizado (%s)',NULL,'',0,'2019-11-07 09:10:32'),(6427,6435,'es',0,NULL,'PHP max input variables',NULL,'',0,'2019-11-07 09:10:32'),(6428,6436,'es',0,NULL,'Límite de memoria PHP',NULL,'',0,'2019-11-07 09:10:32'),(6429,6437,'es',0,NULL,'Los módulos PHP realizan la mayoría de las tareas en el servidor que hacen que tu sitio funcione. Cualquier cambio en ellos debería hacerlo el administrador de tu servidor.',NULL,'',0,'2019-11-07 09:10:32'),(6430,6438,'es',0,NULL,'PHP post max size',NULL,'',0,'2019-11-07 09:10:32'),(6431,6439,'es',0,NULL,'Límite de tiempo de PHP',NULL,'',0,'2019-11-07 09:10:32'),(6432,6440,'es',0,NULL,'Versión de PHP',NULL,'',0,'2019-11-07 09:10:32'),(6433,6441,'es',0,NULL,'Página',NULL,'',0,'2019-11-07 09:10:32'),(6434,6442,'es',0,NULL,'Borrador de página actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(6435,6443,'es',0,NULL,'El índice de página no puede ser menor que uno.',NULL,'',0,'2019-11-07 09:10:32'),(6436,6444,'es',0,NULL,'Página restaurada a revisión el %s.',NULL,'',0,'2019-11-07 09:10:32'),(6437,6445,'es',0,NULL,'Página guardada.',NULL,'',0,'2019-11-07 09:10:32'),(6438,6446,'es',0,NULL,'Página programada para: %s',NULL,'',0,'2019-11-07 09:10:32'),(6439,6447,'es',0,NULL,'Página enviada.',NULL,'',0,'2019-11-07 09:10:32'),(6440,6448,'es',0,NULL,'Las páginas son similares a los artículos en que tienen un título, cuerpo y metadatos asociados. Son diferentes en que no son parte de la corriente cronológica del blog, siendo una especie de artículos permanentes. \nLas páginas no están categorizadas o etiquetadas, pero pueden tener jerarquía. Puedes anidar páginas bajo otras páginas haciendo que una sea «Superior» de otra, creando así grupos de páginas.',NULL,'',0,'2019-11-07 09:10:32'),(6441,6449,'es',0,NULL,'Paginación',NULL,'',0,'2019-11-07 09:10:32'),(6442,6450,'es',0,NULL,'Superior',NULL,'',0,'2019-11-07 09:10:32'),(6443,6451,'es',0,NULL,'Tema padre',NULL,'',0,'2019-11-07 09:10:32'),(6444,6452,'es',0,NULL,'Aprobado',NULL,'',0,'2019-11-07 09:10:32'),(6445,6453,'es',0,NULL,'Pruebas completadas',NULL,'',0,'2019-11-07 09:10:32'),(6446,6454,'es',0,NULL,'Protegida con contraseña',NULL,'',0,'2019-11-07 09:10:32'),(6447,6455,'es',0,NULL,'En pausa <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(6448,6456,'es',0,NULL,'Rendimiento',NULL,'',0,'2019-11-07 09:10:32'),(6449,6457,'es',0,NULL,'Ajustes de los enlaces permanentes',NULL,'',0,'2019-11-07 09:10:32'),(6450,6458,'es',0,NULL,'Estructura de enlaces permanentes',NULL,'',0,'2019-11-07 09:10:32'),(6451,6459,'es',0,NULL,'Estructura de enlaces permanentes actualizada.',NULL,'',0,'2019-11-07 09:10:32'),(6452,6460,'es',0,NULL,'La estructura de enlaces permanentes se ha actualizado. ¡Quita el acceso de escritura en el archivo web.config ahora mismo!',NULL,'',0,'2019-11-07 09:10:32'),(6453,6461,'es',0,NULL,'Enlaces permanentes',NULL,'',0,'2019-11-07 09:10:32'),(6454,6462,'es',0,NULL,'Los enlaces permanentes son URLs permanentes para tus páginas y entradas de blog, así como para las categorías y las etiquetas de archivos. Un enlace permanente es la dirección web utilizada para enlazar tu contenido. La URL de cada entrada debe ser siempre la misma, permanente, y no cambiar nunca — de ahí que se llame enlace permanente.',NULL,'',0,'2019-11-07 09:10:32'),(6455,6463,'es',0,NULL,'Los enlaces permanentes pueden contener información valiosa, como la fecha de la entrada, el título u otros elementos. Puedes elegir entre cualquiera de los formatos de enlaces permanentes sugeridos, o puedes crear los tuyos propios si eliges Estructura personalizada.',NULL,'',0,'2019-11-07 09:10:32'),(6456,6464,'es',0,NULL,'Borrar comentario permanentemente',NULL,'',0,'2019-11-07 09:10:32'),(6457,6465,'es',0,NULL,'Exportación de datos personales',NULL,'',0,'2019-11-07 09:10:32'),(6458,6466,'es',0,NULL,'Exportación de datos personales para %s',NULL,'',0,'2019-11-07 09:10:32'),(6459,6467,'es',0,NULL,'Opciones personales',NULL,'',0,'2019-11-07 09:10:32'),(6460,6468,'es',0,NULL,'Los datos personales no son sólo creados por las interacciones de un usuario con tu sitio. Los datos personales también se generan a partir de procesos técnicos como formularios de contacto, comentarios, cookies, analítica e incrustaciones de terceros.',NULL,'',0,'2019-11-07 09:10:32'),(6461,6469,'es',0,NULL,'Fotografía',NULL,'',0,'2019-11-07 09:10:32'),(6462,6470,'es',0,NULL,'Pings',NULL,'',0,'2019-11-07 09:10:32'),(6463,6471,'es',0,NULL,'Simple',NULL,'',0,'2019-11-07 09:10:32'),(6464,6472,'es',0,NULL,'Por favor, activa el <a href=\"%s\">plugin Classic Editor</a> para usar esta caja meta.',NULL,'',0,'2019-11-07 09:10:32'),(6465,6473,'es',0,NULL,'Por favor comprueba tu sitio ahora. Es posible que todo esté funcionando. Si indica que necesitas actualizar, deberías hacerlo:',NULL,'',0,'2019-11-07 09:10:32'),(6466,6474,'es',0,NULL,'Por favor, edita el contenido de tu política de privacidad, asegurándote de eliminar los resúmenes, y añade cualquier información de tus temas y plugins. Una vez que publiques tu página de política, recuerda añadirla a tu menú de navegación.',NULL,'',0,'2019-11-07 09:10:32'),(6467,6475,'es',0,NULL,'Por favor, introduce un nombre de menú válido.',NULL,'',0,'2019-11-07 09:10:32'),(6468,6476,'es',0,NULL,'Por favor, introduce tus datos de acceso FTP para proceder.',NULL,'',0,'2019-11-07 09:10:32'),(6469,6477,'es',0,NULL,'Por favor, introduce tus datos de acceso FTP o SSH para proceder.',NULL,'',0,'2019-11-07 09:10:32'),(6470,6478,'es',0,NULL,'Por favor, instala el <a href=\"%s\">plugin Classic Editor</a> para usar esta caja meta.',NULL,'',0,'2019-11-07 09:10:32'),(6471,6479,'es',0,NULL,'Por favor, abre el <a href=\"%s\">editor clásico</a> para usar esta caja meta.',NULL,'',0,'2019-11-07 09:10:32'),(6472,6480,'es',0,NULL,'Por favor, proporciona un nombre al campo personalizado.',NULL,'',0,'2019-11-07 09:10:32'),(6473,6481,'es',0,NULL,'Por favor, pon algún valor en el campo personalizado.',NULL,'',0,'2019-11-07 09:10:32'),(6474,6482,'es',0,NULL,'Por favor, facilita un nombre de usuario válido.',NULL,'',0,'2019-11-07 09:10:32'),(6475,6483,'es',0,NULL,'Por favor, debes facilitarnos los siguientes datos. No te preocupes, siempre podrás cambiar estos ajustes más tarde.',NULL,'',0,'2019-11-07 09:10:32'),(6476,6484,'es',0,NULL,'Por favor elige un archivo',NULL,'',0,'2019-11-07 09:10:32'),(6477,6485,'es',0,NULL,'Por favor, elige una opción',NULL,'',0,'2019-11-07 09:10:32'),(6478,6486,'es',0,NULL,'Por favor, elige uno o más plugins a actualizar.',NULL,'',0,'2019-11-07 09:10:32'),(6479,6487,'es',0,NULL,'Por favor, elige uno o más temas para actualizarlos.',NULL,'',0,'2019-11-07 09:10:32'),(6480,6488,'es',0,NULL,'Por favor, actualiza WordPress ahora',NULL,'',0,'2019-11-07 09:10:32'),(6481,6489,'es',0,NULL,'Por favor, actualiza tu sitio %1$s a WordPress %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(6482,6490,'es',0,NULL,'Espera, por favor...',NULL,'',0,'2019-11-07 09:10:32'),(6483,6491,'es',0,NULL,'Plugin',NULL,'',0,'2019-11-07 09:10:32'),(6484,6492,'es',0,NULL,'El plugin ha sido <strong>activado</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6485,6493,'es',0,NULL,'El plugin ha sido <strong>desactivado</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6486,6494,'es',0,NULL,'Plugin <strong>reactivado</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6487,6495,'es',0,NULL,'Editor de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6488,6496,'es',0,NULL,'Archivos del plugin',NULL,'',0,'2019-11-07 09:10:32'),(6489,6497,'es',0,NULL,'Página principal del plugin »',NULL,'',0,'2019-11-07 09:10:32'),(6490,6498,'es',0,NULL,'Instalación del plugin',NULL,'',0,'2019-11-07 09:10:32'),(6491,6499,'es',0,NULL,'Pruebas beta',NULL,'',0,'2019-11-07 09:10:32'),(6492,6500,'es',0,NULL,'Favoritos',NULL,'',0,'2019-11-07 09:10:32'),(6493,6501,'es',0,NULL,'Destacados',NULL,'',0,'2019-11-07 09:10:32'),(6494,6502,'es',0,NULL,'Populares',NULL,'',0,'2019-11-07 09:10:32'),(6495,6503,'es',0,NULL,'Recomendados',NULL,'',0,'2019-11-07 09:10:32'),(6496,6504,'es',0,NULL,'Etiqueta',NULL,'',0,'2019-11-07 09:10:32'),(6497,6505,'es',0,NULL,'Reactivación del plugin',NULL,'',0,'2019-11-07 09:10:32'),(6498,6506,'es',0,NULL,'Versiones de plugin',NULL,'',0,'2019-11-07 09:10:32'),(6499,6507,'es',0,NULL,'El plugin no ha podido activarse porque ha provocado un <strong>error fatal</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6500,6508,'es',0,NULL,'El plugin no se ha podido eliminar debido a un error: %s',NULL,'',0,'2019-11-07 09:10:32'),(6501,6509,'es',0,NULL,'No se pudo borrar el plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6502,6510,'es',0,NULL,'El plugin no se pudo reanudar porque provocó un <strong>error fatal</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6503,6511,'es',0,NULL,'El plugin no ha sido reactivado debido a un error fatal.',NULL,'',0,'2019-11-07 09:10:32'),(6504,6512,'es',0,NULL,'El archivo del plugin no existe.',NULL,'',0,'2019-11-07 09:10:32'),(6505,6513,'es',0,NULL,'La instalación del plugin ha fallado.',NULL,'',0,'2019-11-07 09:10:32'),(6506,6514,'es',0,NULL,'Plugin instalado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6507,6515,'es',0,NULL,'Rendimiento',NULL,'',0,'2019-11-07 09:10:32'),(6508,6516,'es',0,NULL,'Social',NULL,'',0,'2019-11-07 09:10:32'),(6509,6517,'es',0,NULL,'Herramientas',NULL,'',0,'2019-11-07 09:10:32'),(6510,6518,'es',0,NULL,'Registro de cambios',NULL,'',0,'2019-11-07 09:10:32'),(6511,6519,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:10:32'),(6512,6520,'es',0,NULL,'FAQ',NULL,'',0,'2019-11-07 09:10:32'),(6513,6521,'es',0,NULL,'Instalación',NULL,'',0,'2019-11-07 09:10:32'),(6514,6522,'es',0,NULL,'Otras notas',NULL,'',0,'2019-11-07 09:10:32'),(6515,6523,'es',0,NULL,'Valoraciones',NULL,'',0,'2019-11-07 09:10:32'),(6516,6524,'es',0,NULL,'Capturas de pantalla',NULL,'',0,'2019-11-07 09:10:32'),(6517,6525,'es',0,NULL,'El plugin ha sido reactivado.',NULL,'',0,'2019-11-07 09:10:32'),(6518,6526,'es',0,NULL,'Falló la actualización del plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6519,6527,'es',0,NULL,'El plugin se ha actualizado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6520,6528,'es',0,NULL,'Archivo .zip del plugin',NULL,'',0,'2019-11-07 09:10:32'),(6521,6529,'es',0,NULL,'Plugins %s',NULL,'',0,'2019-11-07 09:10:32'),(6522,6530,'es',0,NULL,'Ubicación del directorio de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6523,6531,'es',0,NULL,'Tamaño del directorio de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6524,6532,'es',0,NULL,'Los plugins amplían las funcionalidades de WordPress. Una vez instalados, puedes activarlos o desactivarlos desde aquí.',NULL,'',0,'2019-11-07 09:10:32'),(6525,6533,'es',0,NULL,'Los plugins extienden y amplían las funcionalidades de WordPress. Puedes instalar automáticamente plugins del <a href=\"%1$s\">directorio de plugins de WordPress</a> o subir un plugin en formato .zip haciendo clic en el botón de la parte superior de esta página.',NULL,'',0,'2019-11-07 09:10:32'),(6526,6534,'es',0,NULL,'Los plugins amplían la funcionalidad de tu sitio con cosas como formularios de contacto, comercio electrónico y muchas otras. Esto significa que tienen un profundo acceso a tu sitio y por tanto es vital mantenerlos actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(6527,6535,'es',0,NULL,'Los plugins se enganchan a WordPress para extender su funcionalidad con características a medida. Los plugins los desarrollan de forma independiente al núcleo de WordPress miles de desarrolladores de todo el mundo. Todos los plugins del <a href=\"%s\">directorio oficial de Plugins de WordPress</a> son compatibles con la licencia que usa WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(6528,6536,'es',0,NULL,'Lista de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6529,6537,'es',0,NULL,'Navegación por la lista de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6530,6538,'es',0,NULL,'Plugins actualizados correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6531,6539,'es',0,NULL,'Plugin popular',NULL,'',0,'2019-11-07 09:10:32'),(6532,6540,'es',0,NULL,'Etiquetas populares',NULL,'',0,'2019-11-07 09:10:32'),(6533,6541,'es',0,NULL,'Comentarios emergentes',NULL,'',0,'2019-11-07 09:10:32'),(6534,6542,'es',0,NULL,'Plantilla de comentarios emergentes',NULL,'',0,'2019-11-07 09:10:32'),(6535,6543,'es',0,NULL,'Puerto',NULL,'',0,'2019-11-07 09:10:32'),(6536,6544,'es',0,NULL,'Porfolio',NULL,'',0,'2019-11-07 09:10:32'),(6537,6545,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:10:32'),(6538,6546,'es',0,NULL,'Formatos de entradas',NULL,'',0,'2019-11-07 09:10:32'),(6539,6547,'es',0,NULL,'Publicar por Correo Electrónico',NULL,'',0,'2019-11-07 09:10:32'),(6540,6548,'es',0,NULL,'Borrador de entrada actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(6541,6549,'es',0,NULL,'Nombre de la entrada',NULL,'',0,'2019-11-07 09:10:32'),(6542,6550,'es',0,NULL,'Entrada restaurada a revisión el %s.',NULL,'',0,'2019-11-07 09:10:32'),(6543,6551,'es',0,NULL,'Entrada guardada.',NULL,'',0,'2019-11-07 09:10:32'),(6544,6552,'es',0,NULL,'Entrada programada el: %s.',NULL,'',0,'2019-11-07 09:10:32'),(6545,6553,'es',0,NULL,'Entrada enviada.',NULL,'',0,'2019-11-07 09:10:32'),(6546,6554,'es',0,NULL,'Publicar por correo electrónico',NULL,'',0,'2019-11-07 09:10:32'),(6547,6555,'es',0,NULL,'Las opciones de publicar por correo electrónico te permiten enviar a tu instalación de WordPress el contenido de tu entrada. Tienes que crear una cuenta de correo electrónico secreta con acceso POP3 para poder hacerlo. Cualquier correo recibido en esa cuenta será publicado, por lo que conviene mantener esa cuenta muy secreta.',NULL,'',0,'2019-11-07 09:10:32'),(6548,6556,'es',0,NULL,'Entradas',NULL,'',0,'2019-11-07 09:10:32'),(6549,6557,'es',0,NULL,'Página de entradas',NULL,'',0,'2019-11-07 09:10:32'),(6550,6558,'es',0,NULL,'Página de entradas: %s',NULL,'',0,'2019-11-07 09:10:32'),(6551,6559,'es',0,NULL,'Preparando para instalar <strong>%1$s %2$s</strong>…',NULL,'',0,'2019-11-07 09:10:32'),(6552,6560,'es',0,NULL,'Preparando para instalar la última versión…',NULL,'',0,'2019-11-07 09:10:32'),(6553,6561,'es',0,NULL,'«Publicar esto» no está disponible. Por favor, contacta con el administrador del sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6554,6562,'es',0,NULL,'Publicar esto no está instalado. Por favor, instala «Publicar esto» desde <a href=\"%s\">el sitio principal</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6555,6563,'es',0,NULL,'Previsualizar %s',NULL,'',0,'2019-11-07 09:10:32'),(6556,6564,'es',0,NULL,'Vista previa «%s»',NULL,'',0,'2019-11-07 09:10:32'),(6557,6565,'es',0,NULL,'Vista previa de los cambios',NULL,'',0,'2019-11-07 09:10:32'),(6558,6566,'es',0,NULL,'Vista preliminar de la página',NULL,'',0,'2019-11-07 09:10:32'),(6559,6567,'es',0,NULL,'Vista previa de la entrada',NULL,'',0,'2019-11-07 09:10:32'),(6560,6568,'es',0,NULL,'Vista previa:',NULL,'',0,'2019-11-07 09:10:32'),(6561,6569,'es',0,NULL,'Previsualizar y personalizar',NULL,'',0,'2019-11-07 09:10:32'),(6562,6570,'es',0,NULL,'Previsualizando e instalando',NULL,'',0,'2019-11-07 09:10:32'),(6563,6571,'es',0,NULL,'Tema anterior',NULL,'',0,'2019-11-07 09:10:32'),(6564,6572,'es',0,NULL,'Las copias de la imagen editadas previamente no se borrarán.',NULL,'',0,'2019-11-07 09:10:32'),(6565,6573,'es',0,NULL,'Sitio principal',NULL,'',0,'2019-11-07 09:10:32'),(6566,6574,'es',0,NULL,'Privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6567,6575,'es',0,NULL,'Política de privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6568,6576,'es',0,NULL,'Guía para la política de privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6569,6577,'es',0,NULL,'Página de política de privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6570,6578,'es',0,NULL,'Página de política de privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6571,6579,'es',0,NULL,'Ajuste de la página de política de privacidad actualizado correctamente. ¡Recuerda <a href=\"%s\">actualizar tus menús</a>!',NULL,'',0,'2019-11-07 09:10:32'),(6572,6580,'es',0,NULL,'Página de política de privacidad actualizada correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6573,6581,'es',0,NULL,'Ajustes de privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6574,6582,'es',0,NULL,'Actualizaciones en la privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6575,6583,'es',0,NULL,'Clave privada:',NULL,'',0,'2019-11-07 09:10:32'),(6576,6584,'es',0,NULL,'Ejecutar',NULL,'',0,'2019-11-07 09:10:32'),(6577,6585,'es',0,NULL,'Perfil',NULL,'',0,'2019-11-07 09:10:32'),(6578,6586,'es',0,NULL,'Imagen de perfil',NULL,'',0,'2019-11-07 09:10:32'),(6579,6587,'es',0,NULL,'Perfil actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(6580,6588,'es',0,NULL,'Líderes de proyecto',NULL,'',0,'2019-11-07 09:10:32'),(6581,6589,'es',0,NULL,'Clave pública:',NULL,'',0,'2019-11-07 09:10:32'),(6582,6590,'es',0,NULL,'Claves públicas y privadas incorrectas para %s',NULL,'',0,'2019-11-07 09:10:32'),(6583,6591,'es',0,NULL,'Publicar <b>inmediatamente</b>',NULL,'',0,'2019-11-07 09:10:32'),(6584,6592,'es',0,NULL,'Publicar el: <b>%s</b>',NULL,'',0,'2019-11-07 09:10:32'),(6585,6593,'es',0,NULL,'Publicada el: <b>%s</b>',NULL,'',0,'2019-11-07 09:10:32'),(6586,6594,'es',0,NULL,'Próximas publicaciones',NULL,'',0,'2019-11-07 09:10:32'),(6587,6595,'es',0,NULL,'Borrador rápido',NULL,'',0,'2019-11-07 09:10:32'),(6588,6596,'es',0,NULL,'Edición rápida',NULL,'',0,'2019-11-07 09:10:32'),(6589,6597,'es',0,NULL,'Edición rápida «%s» integrada',NULL,'',0,'2019-11-07 09:10:32'),(6590,6598,'es',0,NULL,'Edición rápida integrada de este comentario',NULL,'',0,'2019-11-07 09:10:32'),(6591,6599,'es',0,NULL,'Edición rápida',NULL,'',0,'2019-11-07 09:10:32'),(6592,6600,'es',0,NULL,'R — Destinado a un público adulto mayor de 17',NULL,'',0,'2019-11-07 09:10:32'),(6593,6601,'es',0,NULL,'Disponibilidad de la REST API',NULL,'',0,'2019-11-07 09:10:32'),(6594,6602,'es',0,NULL,'Dirección RSS',NULL,'',0,'2019-11-07 09:10:32'),(6595,6603,'es',0,NULL,'Hoja de estilos RTL',NULL,'',0,'2019-11-07 09:10:32'),(6596,6604,'es',0,NULL,'Aleatorio',NULL,'',0,'2019-11-07 09:10:32'),(6597,6605,'es',0,NULL,'Valoración',NULL,'',0,'2019-11-07 09:10:32'),(6598,6606,'es',0,NULL,'Reinstalar ahora',NULL,'',0,'2019-11-07 09:10:32'),(6599,6607,'es',0,NULL,'Reenviada %d petición',NULL,'',0,'2019-11-07 09:10:32'),(6600,6608,'es',0,NULL,'Reenviadas %d peticiones',NULL,'',0,'2019-11-07 09:10:32'),(6601,6609,'es',0,NULL,'Lee sobre depuración en WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(6602,6610,'es',0,NULL,'¡Lee todas las valoraciones en WordPress.org o escribe la tuya!',NULL,'',0,'2019-11-07 09:10:32'),(6603,6611,'es',0,NULL,'Lee más sobre los requisitos de WordPress para funcionar.',NULL,'',0,'2019-11-07 09:10:32'),(6604,6612,'es',0,NULL,'Lee más sobre por qué debes usar HTTPS',NULL,'',0,'2019-11-07 09:10:32'),(6605,6613,'es',0,NULL,'Lectura',NULL,'',0,'2019-11-07 09:10:32'),(6606,6614,'es',0,NULL,'Ajustes de lectura',NULL,'',0,'2019-11-07 09:10:32'),(6607,6615,'es',0,NULL,'Activos recientemente <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(6608,6616,'es',0,NULL,'Publicaciones recientes',NULL,'',0,'2019-11-07 09:10:32'),(6609,6617,'es',0,NULL,'Relación con el enlace (XFN)',NULL,'',0,'2019-11-07 09:10:32'),(6610,6618,'es',0,NULL,'Responsable de la versión',NULL,'',0,'2019-11-07 09:10:32'),(6611,6619,'es',0,NULL,'Líder del diseño de la versión',NULL,'',0,'2019-11-07 09:10:32'),(6612,6620,'es',0,NULL,'Líder de la versión',NULL,'',0,'2019-11-07 09:10:32'),(6613,6621,'es',0,NULL,'Lanzamiento: %d.',NULL,'',0,'2019-11-07 09:10:32'),(6614,6622,'es',0,NULL,'Recuerda hacer clic en Actualizar archivos multimedia para guardar los metadatos que hayas introducido o cambiado.',NULL,'',0,'2019-11-07 09:10:32'),(6615,6623,'es',0,NULL,'Recuerda hacer clic en el botón «Añadir nuevo usuario» de esta pantalla cuando hayas terminado.',NULL,'',0,'2019-11-07 09:10:32'),(6616,6624,'es',0,NULL,'Recuerda hacer clic en el botón Actualizar perfil cuando termines.',NULL,'',0,'2019-11-07 09:10:32'),(6617,6625,'es',0,NULL,'Recuerda, una vez eliminado el sitio no puede ser restaurado.',NULL,'',0,'2019-11-07 09:10:32'),(6618,6626,'es',0,NULL,'Quitar imagen de fondo',NULL,'',0,'2019-11-07 09:10:32'),(6619,6627,'es',0,NULL,'Quitar imagen de cabecera',NULL,'',0,'2019-11-07 09:10:32'),(6620,6628,'es',0,NULL,'Eliminar usuarios del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6621,6629,'es',0,NULL,'Petición de eliminación',NULL,'',0,'2019-11-07 09:10:32'),(6622,6630,'es',0,NULL,'Quitado %s.',NULL,'',0,'2019-11-07 09:10:32'),(6623,6631,'es',0,NULL,'Quitar y reutilizar',NULL,'',0,'2019-11-07 09:10:32'),(6624,6632,'es',0,NULL,'Eliminando la versión antigua del plugin…',NULL,'',0,'2019-11-07 09:10:32'),(6625,6633,'es',0,NULL,'Eliminando la versión antigua del tema…',NULL,'',0,'2019-11-07 09:10:32'),(6626,6634,'es',0,NULL,'Eliminando la versión antigua de la traducción…',NULL,'',0,'2019-11-07 09:10:32'),(6627,6635,'es',0,NULL,'Reparar base de datos',NULL,'',0,'2019-11-07 09:10:32'),(6628,6636,'es',0,NULL,'Reparar y optimizar la base de datos',NULL,'',0,'2019-11-07 09:10:32'),(6629,6637,'es',0,NULL,'Reparaciones completadas. Por favor, quita la siguiente línea del archivo wp-config.php para evitar que esta página sea utilizada por usuarios no autorizados.',NULL,'',0,'2019-11-07 09:10:32'),(6630,6638,'es',0,NULL,'Confirmar la nueva contraseña ',NULL,'',0,'2019-11-07 09:10:32'),(6631,6639,'es',0,NULL,'Repetir contraseña',NULL,'',0,'2019-11-07 09:10:32'),(6632,6640,'es',0,NULL,'Responder al comentario',NULL,'',0,'2019-11-07 09:10:32'),(6633,6641,'es',0,NULL,'Responder a este comentario',NULL,'',0,'2019-11-07 09:10:32'),(6634,6642,'es',0,NULL,'Solicitada',NULL,'',0,'2019-11-07 09:10:32'),(6635,6643,'es',0,NULL,'Solicitante',NULL,'',0,'2019-11-07 09:10:32'),(6636,6644,'es',0,NULL,'Los módulos necesarios y recomendados están instalados',NULL,'',0,'2019-11-07 09:10:32'),(6637,6645,'es',0,NULL,'Los campos necesarios están marcados; el resto son opcionales. El perfil solo se mostrará si tu tema está configurado para ello.',NULL,'',0,'2019-11-07 09:10:32'),(6638,6646,'es',0,NULL,'Requiere %1$s en el archivo %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(6639,6647,'es',0,NULL,'Requiere la versión de PHP:',NULL,'',0,'2019-11-07 09:10:32'),(6640,6648,'es',0,NULL,'Requiere la versión de WordPress:',NULL,'',0,'2019-11-07 09:10:32'),(6641,6649,'es',0,NULL,'Reenviar correo electrónico',NULL,'',0,'2019-11-07 09:10:32'),(6642,6650,'es',0,NULL,'Restaurar imagen',NULL,'',0,'2019-11-07 09:10:32'),(6643,6651,'es',0,NULL,'Restaurar',NULL,'',0,'2019-11-07 09:10:32'),(6644,6652,'es',0,NULL,'Restaurar «%s» de la papelera',NULL,'',0,'2019-11-07 09:10:32'),(6645,6653,'es',0,NULL,'Restaurar imagen de cabecera original',NULL,'',0,'2019-11-07 09:10:32'),(6646,6654,'es',0,NULL,'Restaurar imagen original',NULL,'',0,'2019-11-07 09:10:32'),(6647,6655,'es',0,NULL,'Restaurar este guardado automático',NULL,'',0,'2019-11-07 09:10:32'),(6648,6656,'es',0,NULL,'Restaurar esta revisión',NULL,'',0,'2019-11-07 09:10:32'),(6649,6657,'es',0,NULL,'Restaurar imagen',NULL,'',0,'2019-11-07 09:10:32'),(6650,6658,'es',0,NULL,'Restaurar la copia de seguridad.',NULL,'',0,'2019-11-07 09:10:32'),(6651,6659,'es',0,NULL,'Restaurar este elemento desde la papelera',NULL,'',0,'2019-11-07 09:10:32'),(6652,6660,'es',0,NULL,'Restaurar este comentario desde el spam',NULL,'',0,'2019-11-07 09:10:32'),(6653,6661,'es',0,NULL,'Reactivar',NULL,'',0,'2019-11-07 09:10:32'),(6654,6662,'es',0,NULL,'Retro (generado)',NULL,'',0,'2019-11-07 09:10:32'),(6655,6663,'es',0,NULL,'Reintentar',NULL,'',0,'2019-11-07 09:10:32'),(6656,6664,'es',0,NULL,'Vuelve a Escritorio → Actualizaciones',NULL,'',0,'2019-11-07 09:10:32'),(6657,6665,'es',0,NULL,'Volver a los importadores',NULL,'',0,'2019-11-07 09:10:32'),(6658,6666,'es',0,NULL,'Volver al instalador de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6659,6667,'es',0,NULL,'Volver a la página de plugins',NULL,'',0,'2019-11-07 09:10:32'),(6660,6668,'es',0,NULL,'Volver al instalador de temas',NULL,'',0,'2019-11-07 09:10:32'),(6661,6669,'es',0,NULL,'Volver a la página de temas',NULL,'',0,'2019-11-07 09:10:32'),(6662,6670,'es',0,NULL,'Volver a las actualizaciones',NULL,'',0,'2019-11-07 09:10:32'),(6663,6671,'es',0,NULL,'Volver a las actualizaciones de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6664,6672,'es',0,NULL,'Vuelve al <strong>Cargador del navegador</strong> haciendo clic en el enlace siguiente para poder arrastrar y soltar.',NULL,'',0,'2019-11-07 09:10:32'),(6665,6673,'es',0,NULL,'Valoraciones',NULL,'',0,'2019-11-07 09:10:32'),(6666,6674,'es',0,NULL,'Valoraciones con %1$d estrella: %2$s. Abre en una nueva pestaña.',NULL,'',0,'2019-11-07 09:10:32'),(6667,6675,'es',0,NULL,'Valoraciones con %1$d estrellas: %2$s. Abre en una nueva pestaña.',NULL,'',0,'2019-11-07 09:10:32'),(6668,6676,'es',0,NULL,'Revisión de %s',NULL,'',0,'2019-11-07 09:10:32'),(6669,6677,'es',0,NULL,'Las revisiones son copias guardadas de tus entradas o páginas que se crean periódicamente conforme vas creando tu contenido. El texto en rojo de la derecha muestra el contenido que se ha eliminado. El texto en verde de la derecha, el contenido que se ha añadido.',NULL,'',0,'2019-11-07 09:10:32'),(6670,6678,'es',0,NULL,'Revisiones: %s',NULL,'',0,'2019-11-07 09:10:32'),(6671,6679,'es',0,NULL,'Ahora mismo',NULL,'',0,'2019-11-07 09:10:32'),(6672,6680,'es',0,NULL,'Barra lateral derecha',NULL,'',0,'2019-11-07 09:10:32'),(6673,6681,'es',0,NULL,'Perfil',NULL,'',0,'2019-11-07 09:10:32'),(6674,6682,'es',0,NULL,'Error de rollback: [%1$s] %2$s',NULL,'',0,'2019-11-07 09:10:32'),(6675,6683,'es',0,NULL,'Rotar en el sentido de las agujas del reloj.',NULL,'',0,'2019-11-07 09:10:32'),(6676,6684,'es',0,NULL,'Rotar en sentido contrario a las agujas del reloj.',NULL,'',0,'2019-11-07 09:10:32'),(6677,6685,'es',0,NULL,'Ejecutar la instalación',NULL,'',0,'2019-11-07 09:10:32'),(6678,6686,'es',0,NULL,'El servidor SQL está actualizado',NULL,'',0,'2019-11-07 09:10:32'),(6679,6687,'es',0,NULL,'SSH2',NULL,'',0,'2019-11-07 09:10:32'),(6680,6688,'es',0,NULL,'El nombre del servidor del SSH2 es necesario',NULL,'',0,'2019-11-07 09:10:32'),(6681,6689,'es',0,NULL,'La contraseña del SSH2 es necesaria',NULL,'',0,'2019-11-07 09:10:32'),(6682,6690,'es',0,NULL,'El nombre de usuario del SSH2 es necesario',NULL,'',0,'2019-11-07 09:10:32'),(6683,6691,'es',0,NULL,'CONSEGUIDO: %s',NULL,'',0,'2019-11-07 09:10:32'),(6684,6692,'es',0,NULL,'CONSEGUIDO: WordPress se actualizó correctamente a %s',NULL,'',0,'2019-11-07 09:10:32'),(6685,6693,'es',0,NULL,'Página de ejemplo',NULL,'',0,'2019-11-07 09:10:32'),(6686,6694,'es',0,NULL,'Guardar cambios',NULL,'',0,'2019-11-07 09:10:32'),(6687,6695,'es',0,NULL,'Guardar menú',NULL,'',0,'2019-11-07 09:10:32'),(6688,6696,'es',0,NULL,'Guardar Widget',NULL,'',0,'2019-11-07 09:10:32'),(6689,6697,'es',0,NULL,'Guarda todos los cambios',NULL,'',0,'2019-11-07 09:10:32'),(6690,6698,'es',0,NULL,'Guardar está desactivado: %s está ahora mismo editando esta página.',NULL,'',0,'2019-11-07 09:10:32'),(6691,6699,'es',0,NULL,'Guardar está desactivado: %s está ahora mismo editando esta entrada.',NULL,'',0,'2019-11-07 09:10:32'),(6692,6700,'es',0,NULL,'Guardando la revisión…',NULL,'',0,'2019-11-07 09:10:32'),(6693,6701,'es',0,NULL,'Escala',NULL,'',0,'2019-11-07 09:10:32'),(6694,6702,'es',0,NULL,'Escalar imagen',NULL,'',0,'2019-11-07 09:10:32'),(6695,6703,'es',0,NULL,'Ayuda para escalar imágenes',NULL,'',0,'2019-11-07 09:10:32'),(6696,6704,'es',0,NULL,'Escala las imágenes para que coincidan con el tamaño mayor seleccionado en las %1$sopciones de imágenes%2$s (%3$d × %4$d).',NULL,'',0,'2019-11-07 09:10:32'),(6697,6705,'es',0,NULL,'Programar para: <b>%s</b>',NULL,'',0,'2019-11-07 09:10:32'),(6698,6706,'es',0,NULL,'Eventos programados',NULL,'',0,'2019-11-07 09:10:32'),(6699,6707,'es',0,NULL,'Los eventos programados se están ejecutando',NULL,'',0,'2019-11-07 09:10:32'),(6700,6708,'es',0,NULL,'Los eventos programados son los que buscan actualizaciones de plugins, temas y WordPress periódicamente. También es lo que se asegura de que las publicaciones programadas se publiquen a tiempo. También pueden usarlos diversos plugins para asegurar que se ejecutan las acciones planeadas.',NULL,'',0,'2019-11-07 09:10:32'),(6701,6709,'es',0,NULL,'Programada para: <b>%s</b>',NULL,'',0,'2019-11-07 09:10:32'),(6702,6710,'es',0,NULL,'Contenido en pantalla',NULL,'',0,'2019-11-07 09:10:32'),(6703,6711,'es',0,NULL,'Opciones de pantalla',NULL,'',0,'2019-11-07 09:10:32'),(6704,6712,'es',0,NULL,'Pestaña de opciones de pantalla',NULL,'',0,'2019-11-07 09:10:32'),(6705,6713,'es',0,NULL,'Buscar comentarios',NULL,'',0,'2019-11-07 09:10:32'),(6706,6714,'es',0,NULL,'Visibilidad en los motores de búsqueda',NULL,'',0,'2019-11-07 09:10:32'),(6707,6715,'es',0,NULL,'Motores de búsqueda disuadidos',NULL,'',0,'2019-11-07 09:10:32'),(6708,6716,'es',0,NULL,'Formulario de búsqueda',NULL,'',0,'2019-11-07 09:10:32'),(6709,6717,'es',0,NULL,'Buscar Plugins Instalados',NULL,'',0,'2019-11-07 09:10:32'),(6710,6718,'es',0,NULL,'Buscar temas instalados',NULL,'',0,'2019-11-07 09:10:32'),(6711,6719,'es',0,NULL,'Buscar enlaces',NULL,'',0,'2019-11-07 09:10:32'),(6712,6720,'es',0,NULL,'Buscar plugins',NULL,'',0,'2019-11-07 09:10:32'),(6713,6721,'es',0,NULL,'Buscar solicitudes',NULL,'',0,'2019-11-07 09:10:32'),(6714,6722,'es',0,NULL,'Buscar sitios',NULL,'',0,'2019-11-07 09:10:32'),(6715,6723,'es',0,NULL,'Buscar temas',NULL,'',0,'2019-11-07 09:10:32'),(6716,6724,'es',0,NULL,'Buscar usuarios',NULL,'',0,'2019-11-07 09:10:32'),(6717,6725,'es',0,NULL,'Búsqueda por autor',NULL,'',0,'2019-11-07 09:10:32'),(6718,6726,'es',0,NULL,'Búsqueda por palabra clave',NULL,'',0,'2019-11-07 09:10:32'),(6719,6727,'es',0,NULL,'Búsqueda por etiquetas',NULL,'',0,'2019-11-07 09:10:32'),(6720,6728,'es',0,NULL,'Buscar plugins en el directorio de plugins de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6721,6729,'es',0,NULL,'Buscar temas por palabra clave.',NULL,'',0,'2019-11-07 09:10:32'),(6722,6730,'es',0,NULL,'Buscar plugins instalados...',NULL,'',0,'2019-11-07 09:10:32'),(6723,6731,'es',0,NULL,'Buscar temas instalados…',NULL,'',0,'2019-11-07 09:10:32'),(6724,6732,'es',0,NULL,'Buscar plugins por:',NULL,'',0,'2019-11-07 09:10:32'),(6725,6733,'es',0,NULL,'Buscar plugins...',NULL,'',0,'2019-11-07 09:10:32'),(6726,6734,'es',0,NULL,'Buscar temas...',NULL,'',0,'2019-11-07 09:10:32'),(6727,6735,'es',0,NULL,'Menú secundario',NULL,'',0,'2019-11-07 09:10:32'),(6728,6736,'es',0,NULL,'Comunicación segura',NULL,'',0,'2019-11-07 09:10:32'),(6729,6737,'es',0,NULL,'La comunicación segura entre servidores es necesaria para transacciones como la búsqueda de archivos, realización de ventas en tiendas online y mucho más.',NULL,'',0,'2019-11-07 09:10:32'),(6730,6738,'es',0,NULL,'Seguridad',NULL,'',0,'2019-11-07 09:10:32'),(6731,6739,'es',0,NULL,'Versión de seguridad',NULL,'',0,'2019-11-07 09:10:32'),(6732,6740,'es',0,NULL,'Versiones de seguridad',NULL,'',0,'2019-11-07 09:10:32'),(6733,6741,'es',0,NULL,'Elige %s',NULL,'',0,'2019-11-07 09:10:32'),(6734,6742,'es',0,NULL,'Seleccionar todos',NULL,'',0,'2019-11-07 09:10:32'),(6735,6743,'es',0,NULL,'Elegir imagen',NULL,'',0,'2019-11-07 09:10:32'),(6736,6744,'es',0,NULL,'Elige un menú',NULL,'',0,'2019-11-07 09:10:32'),(6737,6745,'es',0,NULL,'Elige una página de política de privacidad',NULL,'',0,'2019-11-07 09:10:32'),(6738,6746,'es',0,NULL,'Elige el menú que quieras editar:',NULL,'',0,'2019-11-07 09:10:32'),(6739,6747,'es',0,NULL,'Elige un usuario',NULL,'',0,'2019-11-07 09:10:32'),(6740,6748,'es',0,NULL,'Selecciona la barra lateral y la posición en la que irá el widget.',NULL,'',0,'2019-11-07 09:10:32'),(6741,6749,'es',0,NULL,'Selecciona acción en lote',NULL,'',0,'2019-11-07 09:10:32'),(6742,6750,'es',0,NULL,'Elegir comentario',NULL,'',0,'2019-11-07 09:10:32'),(6743,6751,'es',0,NULL,'Elige una o varias características de temas por las que filtrar',NULL,'',0,'2019-11-07 09:10:32'),(6744,6752,'es',0,NULL,'Elige el plugin a editar:',NULL,'',0,'2019-11-07 09:10:32'),(6745,6753,'es',0,NULL,'Elige el tema a editar:',NULL,'',0,'2019-11-07 09:10:32'),(6746,6754,'es',0,NULL,'Contenido del archivo seleccionado:',NULL,'',0,'2019-11-07 09:10:32'),(6747,6755,'es',0,NULL,'Los menús seleccionados se han eliminado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6748,6756,'es',0,NULL,'Los plugins elegidos han sido <strong>activados</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6749,6757,'es',0,NULL,'Los plugins elegidos han sido <strong>desactivados</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6750,6758,'es',0,NULL,'Selección:',NULL,'',0,'2019-11-07 09:10:32'),(6751,6759,'es',0,NULL,'Enviar enlace de exportación',NULL,'',0,'2019-11-07 09:10:32'),(6752,6760,'es',0,NULL,'Enviar petición',NULL,'',0,'2019-11-07 09:10:32'),(6753,6761,'es',0,NULL,'Enviar trackbacks',NULL,'',0,'2019-11-07 09:10:32'),(6754,6762,'es',0,NULL,'Enviar aviso al usuario',NULL,'',0,'2019-11-07 09:10:32'),(6755,6763,'es',0,NULL,'Envía al usuario nuevo un correo electrónico con información sobre su cuenta.',NULL,'',0,'2019-11-07 09:10:32'),(6756,6764,'es',0,NULL,'Enviar trackbacks a:',NULL,'',0,'2019-11-07 09:10:32'),(6757,6765,'es',0,NULL,'Enviando correo electrónico…',NULL,'',0,'2019-11-07 09:10:32'),(6758,6766,'es',0,NULL,'Separar varias URLs con espacios',NULL,'',0,'2019-11-07 09:10:32'),(6759,6767,'es',0,NULL,'Servidor',NULL,'',0,'2019-11-07 09:10:32'),(6760,6768,'es',0,NULL,'Arquitectura del servidor',NULL,'',0,'2019-11-07 09:10:32'),(6761,6769,'es',0,NULL,'Ajustes del servidor',NULL,'',0,'2019-11-07 09:10:32'),(6762,6770,'es',0,NULL,'Versión del servidor',NULL,'',0,'2019-11-07 09:10:32'),(6763,6771,'es',0,NULL,'Sesiones',NULL,'',0,'2019-11-07 09:10:32'),(6764,6772,'es',0,NULL,'Establecer como fondo',NULL,'',0,'2019-11-07 09:10:32'),(6765,6773,'es',0,NULL,'Establecer como cabecera',NULL,'',0,'2019-11-07 09:10:32'),(6766,6774,'es',0,NULL,'Establecer estado',NULL,'',0,'2019-11-07 09:10:32'),(6767,6775,'es',0,NULL,'Establece la conexión con tu base de datos',NULL,'',0,'2019-11-07 09:10:32'),(6768,6776,'es',0,NULL,'Establecer tu página de inicio',NULL,'',0,'2019-11-07 09:10:32'),(6769,6777,'es',0,NULL,'Ajustes guardados y tema activado.',NULL,'',0,'2019-11-07 09:10:32'),(6770,6778,'es',0,NULL,'Ajustes guardados.',NULL,'',0,'2019-11-07 09:10:32'),(6771,6779,'es',0,NULL,'Muchos apartados en esta pantalla contienen configuraciones para cómo se publicará tu contenido, incluyendo:',NULL,'',0,'2019-11-07 09:10:32'),(6772,6780,'es',0,NULL,'Servidor SQL muy anticuado',NULL,'',0,'2019-11-07 09:10:32'),(6773,6781,'es',0,NULL,'Incluye alguna información biográfica en tu perfil. Podrá mostrarse públicamente.',NULL,'',0,'2019-11-07 09:10:32'),(6774,6782,'es',0,NULL,'Mostrar avatares',NULL,'',0,'2019-11-07 09:10:32'),(6775,6783,'es',0,NULL,'Mostrar la barra de herramientas al ver el sitio',NULL,'',0,'2019-11-07 09:10:32'),(6776,6784,'es',0,NULL,'Mostrar propiedades avanzadas de menú',NULL,'',0,'2019-11-07 09:10:32'),(6777,6785,'es',0,NULL,'Mostrar comentarios',NULL,'',0,'2019-11-07 09:10:32'),(6778,6786,'es',0,NULL,'Mostrar la casilla de verificación de cookies en los comentarios, permitiendo que se creen las cookies de autor de comentarios.',NULL,'',0,'2019-11-07 09:10:32'),(6779,6787,'es',0,NULL,'Mostrar detalles.',NULL,'',0,'2019-11-07 09:10:32'),(6780,6788,'es',0,NULL,'Mostrar texto de cabecera junto con tu imagen.',NULL,'',0,'2019-11-07 09:10:32'),(6781,6789,'es',0,NULL,'Mostrar actualizaciones ocultas',NULL,'',0,'2019-11-07 09:10:32'),(6782,6790,'es',0,NULL,'Mostrar más detalles',NULL,'',0,'2019-11-07 09:10:32'),(6783,6791,'es',0,NULL,'Mostrar el tema siguiente',NULL,'',0,'2019-11-07 09:10:32'),(6784,6792,'es',0,NULL,'Mostrar tema anterior',NULL,'',0,'2019-11-07 09:10:32'),(6785,6793,'es',0,NULL,'Muestra si WordPress puede escribir en los directorios a los que necesita acceso.',NULL,'',0,'2019-11-07 09:10:32'),(6786,6794,'es',0,NULL,'Página simple',NULL,'',0,'2019-11-07 09:10:32'),(6787,6795,'es',0,NULL,'Entrada individual',NULL,'',0,'2019-11-07 09:10:32'),(6788,6796,'es',0,NULL,'Plantilla única',NULL,'',0,'2019-11-07 09:10:32'),(6789,6797,'es',0,NULL,'Salud del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6790,6798,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:10:32'),(6791,6799,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:10:32'),(6792,6800,'es',0,NULL,'Comprobación de salud del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6793,6801,'es',0,NULL,'Información de salud del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6794,6802,'es',0,NULL,'Estado de salud del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6795,6803,'es',0,NULL,'Idioma del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6796,6804,'es',0,NULL,'URL del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6797,6805,'es',0,NULL,'Cuota de espacio para archivos',NULL,'',0,'2019-11-07 09:10:32'),(6798,6806,'es',0,NULL,'Visibilidad del sitio',NULL,'',0,'2019-11-07 09:10:32'),(6799,6807,'es',0,NULL,'Cantidad de sitios',NULL,'',0,'2019-11-07 09:10:32'),(6800,6808,'es',0,NULL,'La información del sitio ha sido copiada a tu portapapeles.',NULL,'',0,'2019-11-07 09:10:32'),(6801,6809,'es',0,NULL,'Sitio: %s',NULL,'',0,'2019-11-07 09:10:32'),(6802,6810,'es',0,NULL,'Tamaño en megabytes',NULL,'',0,'2019-11-07 09:10:32'),(6803,6811,'es',0,NULL,'No enviar el correo electrónico de confirmación',NULL,'',0,'2019-11-07 09:10:32'),(6804,6812,'es',0,NULL,'Dejar de recortar, publicar la imagen tal cual',NULL,'',0,'2019-11-07 09:10:32'),(6805,6813,'es',0,NULL,'Saltar al contenido principal',NULL,'',0,'2019-11-07 09:10:32'),(6806,6814,'es',0,NULL,'Slug',NULL,'',0,'2019-11-07 09:10:32'),(6807,6815,'es',0,NULL,'Algunos problemas de la base de datos no se han podido reparar. Por favor, copia y pega la siguiente lista de errores en los <a href=\"%s\">foros de soporte de WordPress</a> para conseguir ayuda.',NULL,'',0,'2019-11-07 09:10:32'),(6808,6816,'es',0,NULL,'Algunos archivos no son editables por WordPress:',NULL,'',0,'2019-11-07 09:10:32'),(6809,6817,'es',0,NULL,'Algunas de tus traducciones necesitan actualizarse. Espera unos segundos más mientras las actualizamos también.',NULL,'',0,'2019-11-07 09:10:32'),(6810,6818,'es',0,NULL,'Algunos temas vienen con imágenes de cabecera adicionales. Si ves que se muestran varias imágenes elige una que te guste y haz clic en el botón «Guardar cambios»',NULL,'',0,'2019-11-07 09:10:32'),(6811,6819,'es',0,NULL,'Alguien',NULL,'',0,'2019-11-07 09:10:32'),(6812,6820,'es',0,NULL,'Lo siento, necesito un archivo %s desde el que poder trabajar. Por favor, sube de nuevo este archivo a tu instalación de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(6813,6821,'es',0,NULL,'No se ha podido escribir en el archivo %s.',NULL,'',0,'2019-11-07 09:10:32'),(6814,6822,'es',0,NULL,'Lo siento, algo salió mal. La comparación solicitada no se pudo cargar.',NULL,'',0,'2019-11-07 09:10:32'),(6815,6823,'es',0,NULL,'Lo siento, no es una dirección de correo electrónica válida. Las direcciones de correo electrónico deben parecerse a <code>usuario@ejemplo.com</code>.',NULL,'',0,'2019-11-07 09:10:32'),(6816,6824,'es',0,NULL,'Lo siento, el enlace en el que has hecho clic está caducado. Elige otra opción.',NULL,'',0,'2019-11-07 09:10:32'),(6817,6825,'es',0,NULL,'Lo sentimos. No tienes acceso a la información de salud de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6818,6826,'es',0,NULL,'Lo siento, no tienes permisos para acceder a los datos de depuración.',NULL,'',0,'2019-11-07 09:10:32'),(6819,6827,'es',0,NULL,'Lo siento, no tienes permisos para acceder a esta página.',NULL,'',0,'2019-11-07 09:10:32'),(6820,6828,'es',0,NULL,'Lo siento, no tienes permisos para activar plugins en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6821,6829,'es',0,NULL,'Lo siento, no tienes permisos para activar este plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6822,6830,'es',0,NULL,'Lo siento, no tienes permisos para añadir enlaces en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6823,6831,'es',0,NULL,'Lo siento, no tienes permisos para añadir usuarios a esta red.',NULL,'',0,'2019-11-07 09:10:32'),(6824,6832,'es',0,NULL,'Lo siento, no tienes permisos para adjuntar archivos a esta entrada.',NULL,'',0,'2019-11-07 09:10:32'),(6825,6833,'es',0,NULL,'Lo siento, no tienes permisos para crear páginas en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6826,6834,'es',0,NULL,'Lo siento, no tienes permisos para crear entradas o borradores en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6827,6835,'es',0,NULL,'Lo siento, no tienes permisos para crear usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6828,6836,'es',0,NULL,'Lo siento, no tienes permisos para personalizar cabeceras.',NULL,'',0,'2019-11-07 09:10:32'),(6829,6837,'es',0,NULL,'Lo siento, no tienes permisos para desactivar plugins en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6830,6838,'es',0,NULL,'Lo siento, no tienes permisos para desactivar este plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6831,6839,'es',0,NULL,'Lo siento, no tienes permisos para borrar plugins en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6832,6840,'es',0,NULL,'Lo siento, no tienes permisos para borrar ese usuario.',NULL,'',0,'2019-11-07 09:10:32'),(6833,6841,'es',0,NULL,'Lo siento, no tienes permisos para borrar temas en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6834,6842,'es',0,NULL,'Lo siento, no tienes permisos para borrar esos elementos.',NULL,'',0,'2019-11-07 09:10:32'),(6835,6843,'es',0,NULL,'Lo siento, no tienes permisos para borrar este elemento.',NULL,'',0,'2019-11-07 09:10:32'),(6836,6844,'es',0,NULL,'Lo siento, no tienes permisos para borrar este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6837,6845,'es',0,NULL,'Lo siento, no tienes permisos para borrar usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6838,6846,'es',0,NULL,'Lo siento, no tienes permisos para editar comentarios en esta entrada.',NULL,'',0,'2019-11-07 09:10:32'),(6839,6847,'es',0,NULL,'Lo siento, no tienes permisos para editar páginas con este nombre de usuario.',NULL,'',0,'2019-11-07 09:10:32'),(6840,6848,'es',0,NULL,'Lo siento, no tienes permisos para editar plugins en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6841,6849,'es',0,NULL,'Lo siento, no tienes permisos para editar entradas con este usuario.',NULL,'',0,'2019-11-07 09:10:32'),(6842,6850,'es',0,NULL,'Lo siento, no tienes permisos para editar plantillas en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6843,6851,'es',0,NULL,'Lo siento, no tienes permisos para editar los enlaces en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6844,6852,'es',0,NULL,'Lo siento, no tienes permisos para editar este adjunto.',NULL,'',0,'2019-11-07 09:10:32'),(6845,6853,'es',0,NULL,'Lo siento, no tienes permisos para editar este grupo de cambios.',NULL,'',0,'2019-11-07 09:10:32'),(6846,6854,'es',0,NULL,'Lo siento, no tienes permisos para para editar este elemento.',NULL,'',0,'2019-11-07 09:10:32'),(6847,6855,'es',0,NULL,'Lo siento, no tienes permisos para borrar datos en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6848,6856,'es',0,NULL,'Lo siento, no tienes permisos para exportar datos en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6849,6857,'es',0,NULL,'Lo siento, no tienes permisos para exportar el contenido de este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6850,6858,'es',0,NULL,'Lo siento, no tienes permisos para importar contenido.',NULL,'',0,'2019-11-07 09:10:32'),(6851,6859,'es',0,NULL,'Lo siento, no tienes permisos para instalar plugins en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6852,6860,'es',0,NULL,'Lo siento, no tienes permisos para para instalar temas en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6853,6861,'es',0,NULL,'Lo siento, no tienes permisos para gestionar las opciones en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6854,6862,'es',0,NULL,'Lo siento, no tienes permisos para gestionar plugins para este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6855,6863,'es',0,NULL,'Lo siento, no tienes permisos para gestionar la privacidad en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6856,6864,'es',0,NULL,'Lo siento, no tienes permisos para gestionar esas opciones.',NULL,'',0,'2019-11-07 09:10:32'),(6857,6865,'es',0,NULL,'Lo siento, no tienes permisos para modificar ajustes no registrados en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6858,6866,'es',0,NULL,'Lo siento, no tienes permisos para mover este elemento a la papelera.',NULL,'',0,'2019-11-07 09:10:32'),(6859,6867,'es',0,NULL,'Lo siento, no tienes permiso realizar esta acción',NULL,'',0,'2019-11-07 09:10:32'),(6860,6868,'es',0,NULL,'Lo siento, no tienes permisos para eliminar usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6861,6869,'es',0,NULL,'Lo siento, no tienes permisos para restaurar este elemento de la papelera.',NULL,'',0,'2019-11-07 09:10:32'),(6862,6870,'es',0,NULL,'Lo siento, no tienes permisos para reactivar este plugin.',NULL,'',0,'2019-11-07 09:10:32'),(6863,6871,'es',0,NULL,'Lo siento, no tienes permisos para reactivar este tema.',NULL,'',0,'2019-11-07 09:10:32'),(6864,6872,'es',0,NULL,'Lo siento, no tienes permisos para actualizar plugins en este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6865,6873,'es',0,NULL,'Lo siento, no tienes permisos para actualizar los temas de este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6866,6874,'es',0,NULL,'Lo siento, no tienes permisos para actualizar este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6867,6875,'es',0,NULL,'Lo siento, tienes que iniciar sesión para responder a un comentario.',NULL,'',0,'2019-11-07 09:10:32'),(6868,6876,'es',0,NULL,'Ordenar:',NULL,'',0,'2019-11-07 09:10:32'),(6869,6877,'es',0,NULL,'Origen: %s',NULL,'',0,'2019-11-07 09:10:32'),(6870,6878,'es',0,NULL,'El archivo indicado no cumple los requisitos de subida.',NULL,'',0,'2019-11-07 09:10:32'),(6871,6879,'es',0,NULL,'La hora estándar comienza el: %s.',NULL,'',0,'2019-11-07 09:10:32'),(6872,6880,'es',0,NULL,'Fecha de inicio:',NULL,'',0,'2019-11-07 09:10:32'),(6873,6881,'es',0,NULL,'Estado:',NULL,'',0,'2019-11-07 09:10:32'),(6874,6882,'es',0,NULL,'Fijar esta entrada en la página de inicio',NULL,'',0,'2019-11-07 09:10:32'),(6875,6883,'es',0,NULL,'Fija',NULL,'',0,'2019-11-07 09:10:32'),(6876,6884,'es',0,NULL,'Entrada fija',NULL,'',0,'2019-11-07 09:10:32'),(6877,6885,'es',0,NULL,'Espacio de almacenamiento',NULL,'',0,'2019-11-07 09:10:32'),(6878,6886,'es',0,NULL,'Guardar los archivos subidos en esta carpeta',NULL,'',0,'2019-11-07 09:10:32'),(6879,6887,'es',0,NULL,'Temática',NULL,'',0,'2019-11-07 09:10:32'),(6880,6888,'es',0,NULL,'Enviar respuesta',NULL,'',0,'2019-11-07 09:10:32'),(6881,6889,'es',0,NULL,'Enviado el',NULL,'',0,'2019-11-07 09:10:32'),(6882,6890,'es',0,NULL,'Enviado el: %s',NULL,'',0,'2019-11-07 09:10:32'),(6883,6891,'es',0,NULL,'Los suscriptores pueden leer comentarios/comentar/recibir listas de distribución, etc, pero no pueden crear contenido normal en el sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6884,6892,'es',0,NULL,'¡Lo lograste!',NULL,'',0,'2019-11-07 09:10:32'),(6885,6893,'es',0,NULL,'Conexión con la base de datos conseguida',NULL,'',0,'2019-11-07 09:10:32'),(6886,6894,'es',0,NULL,'Instalado correctamente el tema padre, <strong>%1$s %2$s</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(6887,6895,'es',0,NULL,'El plugin <strong>%1$s %2$s</strong> se ha instalado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6888,6896,'es',0,NULL,'El tema <strong>%1$s %2$s</strong> se ha instalado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6889,6897,'es',0,NULL,'Optimizada correctamente la tabla %s.',NULL,'',0,'2019-11-07 09:10:32'),(6890,6898,'es',0,NULL,'La tabla %s se ha reparado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6891,6899,'es',0,NULL,'La altura sugerida es %s.',NULL,'',0,'2019-11-07 09:10:32'),(6892,6900,'es',0,NULL,'Texto sugerido:',NULL,'',0,'2019-11-07 09:10:32'),(6893,6901,'es',0,NULL,'El ancho sugerido es %s.',NULL,'',0,'2019-11-07 09:10:32'),(6894,6902,'es',0,NULL,'Resumen',NULL,'',0,'2019-11-07 09:10:32'),(6895,6903,'es',0,NULL,'Super administrador',NULL,'',0,'2019-11-07 09:10:32'),(6896,6904,'es',0,NULL,'Los privilegios del Super admin no se pueden quitar porque este usuario tiene el correo electrónico de administrador de la red.',NULL,'',0,'2019-11-07 09:10:32'),(6897,6905,'es',0,NULL,'Número máximo de entradas a mostrar en el feed',NULL,'',0,'2019-11-07 09:10:32'),(6898,6906,'es',0,NULL,'Resaltado de sintaxis',NULL,'',0,'2019-11-07 09:10:32'),(6899,6907,'es',0,NULL,'Prefijo de tabla',NULL,'',0,'2019-11-07 09:10:32'),(6900,6908,'es',0,NULL,'Prefijo de la tabla (si quieres ejecutar más de un WordPress en una sola base de datos)',NULL,'',0,'2019-11-07 09:10:32'),(6901,6909,'es',0,NULL,'Plantilla de etiqueta',NULL,'',0,'2019-11-07 09:10:32'),(6902,6910,'es',0,NULL,'Etiqueta añadida.',NULL,'',0,'2019-11-07 09:10:32'),(6903,6911,'es',0,NULL,'Base de las etiquetas',NULL,'',0,'2019-11-07 09:10:32'),(6904,6912,'es',0,NULL,'Etiqueta borrada.',NULL,'',0,'2019-11-07 09:10:32'),(6905,6913,'es',0,NULL,'Etiqueta no añadida.',NULL,'',0,'2019-11-07 09:10:32'),(6906,6914,'es',0,NULL,'Etiqueta no actualizada.',NULL,'',0,'2019-11-07 09:10:32'),(6907,6915,'es',0,NULL,'Etiqueta actualizada.',NULL,'',0,'2019-11-07 09:10:32'),(6908,6916,'es',0,NULL,'Puedes elegir las etiquetas que quieras y convertirlas en categorías utilizando el <a href=\"%s\">conversor de etiquetas a categorías</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6909,6917,'es',0,NULL,'Etiquetas borradas.',NULL,'',0,'2019-11-07 09:10:32'),(6910,6918,'es',0,NULL,'Etiquetas:',NULL,'',0,'2019-11-07 09:10:32'),(6911,6919,'es',0,NULL,'Consulta con tu administrador sobre la compatibilidad con OpenSSL para PHP.',NULL,'',0,'2019-11-07 09:10:32'),(6912,6920,'es',0,NULL,'Toca o muévete sobre cualquier tema, luego haz clic en el botón de «Vista previa» para ver una visualización en directo de ese tema y cambiar los ajustes del tema en una vista separada y a pantalla completa. También encontrarás un botón de Vista previa al fondo de la pantalla de detalles del tema. Cualquier tema instalado puede previsualizarse y personalizarse de este modo.',NULL,'',0,'2019-11-07 09:10:32'),(6913,6921,'es',0,NULL,'Plantilla de taxonomías',NULL,'',0,'2019-11-07 09:10:32'),(6914,6922,'es',0,NULL,'¡Gracias por actualizar! Visita la página de <a href=\"%s\">Actualizar red</a> para actualizar todos tus sitios.',NULL,'',0,'2019-11-07 09:10:32'),(6919,6927,'es',0,NULL,'Gracias por crear con <a href=\"%s\">WordPress</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6920,6928,'es',0,NULL,'Gracias por usar %s, tu sitio se ha borrado. Buen viaje hasta que nos veamos de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(6921,6929,'es',0,NULL,'Gracias. Por favor, comprueba si has recibido un enlace en tu correo electrónico para confirmar esta acción. Tu sitio no se borrará hasta que hagas clic en este enlace. ',NULL,'',0,'2019-11-07 09:10:32'),(6922,6930,'es',0,NULL,'Ese usuario no se ha podido añadir a este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6923,6931,'es',0,NULL,'Este usuario ya es miembro de este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6924,6932,'es',0,NULL,'La constante %1$s de tu archivo %2$s ya no es necesaria.',NULL,'',0,'2019-11-07 09:10:32'),(6925,6933,'es',0,NULL,'La cabecera del plugin %1$s está obsoleta. Utiliza %2$s en su lugar.',NULL,'',0,'2019-11-07 09:10:32'),(6926,6934,'es',0,NULL,'La tabla %1$s no está bien. Informa del siguiente error: %2$s. WordPress intentará reparar esta tabla…',NULL,'',0,'2019-11-07 09:10:32'),(6927,6935,'es',0,NULL,'La constante %s está definida y activada.',NULL,'',0,'2019-11-07 09:10:32'),(6928,6936,'es',0,NULL,'El filtro %s está activado.',NULL,'',0,'2019-11-07 09:10:32'),(6929,6937,'es',0,NULL,'El importador %s no es válido o no está instalado.',NULL,'',0,'2019-11-07 09:10:32'),(6930,6938,'es',0,NULL,'El ajuste %s no está registrado. Los ajustes no registrados han quedado obsoletos. Visita https://codex.wordpress.org/Settings_API',NULL,'',0,'2019-11-07 09:10:32'),(6931,6939,'es',0,NULL,'La hoja de estilos %s no tiene una cabecera válida para el tema.',NULL,'',0,'2019-11-07 09:10:32'),(6932,6940,'es',0,NULL,'La tabla %s ya está optimizada.',NULL,'',0,'2019-11-07 09:10:32'),(6933,6941,'es',0,NULL,'La tabla %s está correcta.',NULL,'',0,'2019-11-07 09:10:32'),(6934,6942,'es',0,NULL,'El «slug» es la versión amigable de la URL del nombre. Suele estar en minúsculas y contiene solo letras, números y guiones.',NULL,'',0,'2019-11-07 09:10:32'),(6935,6943,'es',0,NULL,'La 1ª libertad',NULL,'',0,'2019-11-07 09:10:32'),(6936,6944,'es',0,NULL,'La 2ª libertad',NULL,'',0,'2019-11-07 09:10:32'),(6937,6945,'es',0,NULL,'La 3ª libertad',NULL,'',0,'2019-11-07 09:10:32'),(6938,6946,'es',0,NULL,'La 4ª libertad',NULL,'',0,'2019-11-07 09:10:32'),(6939,6947,'es',0,NULL,'La <a href=\"https://codex.wordpress.org/Glossary#Character_set\">codificación de caracteres</a> de tu sitio (se recomienda UTF-8)',NULL,'',0,'2019-11-07 09:10:32'),(6940,6948,'es',0,NULL,'La sección de widgets disponibles contiene todos los widgets que puedes elegir. Cuando arrastres el widget a la barra lateral, se abrirá para que puedas configurar sus opciones. Cuando las tengas a tu gusto, haz clic en botón de guardar y el widget se pondrá a funcionar en tu sitio. Si pulsas borrar, se quitará el widget.',NULL,'',0,'2019-11-07 09:10:32'),(6941,6949,'es',0,NULL,'El enlace al «Conversor de categorías y etiquetas» de esta pantalla te llevará a la pantalla de importación, donde el conversor es un plugin que puedes instalar. Una vez esté instalado el plugin, el enlace de «Activar plugin y ejecutar importador» te llevará a una pantalla donde podrás elegir convertir etiquetas a categorías y viceversa.',NULL,'',0,'2019-11-07 09:10:32'),(6942,6950,'es',0,NULL,'El Personalizador te permite comprobar una vista previa de los cambios en tu sitio antes de publicarlos. Puedes navegar por las diferentes páginas de tu sitio en la vista previa. Se muestran algunos atajos de edición para algunos elementos editables.',NULL,'',0,'2019-11-07 09:10:32'),(6943,6951,'es',0,NULL,'El menú de documentación bajo el editor contiene un listado de funciones PHP detectadas en el archivo del plugin. Al hacer clic en Buscar te lleva a una página web con información sobre esa función concreta.',NULL,'',0,'2019-11-07 09:10:32'),(6944,6952,'es',0,NULL,'Los campos opcionales te permiten personalizar los nombres base de «categoría» y «etiqueta» que aparecerán en las URLs del archivo. Por ejemplo, la página con el listado de todas las entradas de la categoría «Sin categoría» podrían ser como <code>/temas/sin-categoria</code> en vez de <code>/category/sin-categoria</code>.',NULL,'',0,'2019-11-07 09:10:32'),(6945,6953,'es',0,NULL,'La llamada a la REST API dio el siguiente resultado inesperado: (%1$d) %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(6946,6954,'es',0,NULL,'La REST API no se comportó correctamente',NULL,'',0,'2019-11-07 09:10:32'),(6947,6955,'es',0,NULL,'La REST API no procesó el parámetro de consulta %s correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(6948,6956,'es',0,NULL,'La REST API encontró un error',NULL,'',0,'2019-11-07 09:10:32'),(6949,6957,'es',0,NULL,'La REST API encontró un resultado inesperado',NULL,'',0,'2019-11-07 09:10:32'),(6950,6958,'es',0,NULL,'La REST API está disponible',NULL,'',0,'2019-11-07 09:10:32'),(6951,6959,'es',0,NULL,'La REST API es una forma en que WordPress y otras aplicaciones se comunican con el servidor. Un ejemplo es la pantalla del editor de bloques, que se basa en esto para mostrar y guardar tus publicaciones y páginas.',NULL,'',0,'2019-11-07 09:10:32'),(6952,6960,'es',0,NULL,'La solicitud a la REST API falló debido a un error.',NULL,'',0,'2019-11-07 09:10:32'),(6953,6961,'es',0,NULL,'El servidor SQL es una parte de software obligatoria que la base de datos de WordPress usa para almacenar el contenido y ajustes de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6954,6962,'es',0,NULL,'El chequeo de salud del sitio necesita JavaScript.',NULL,'',0,'2019-11-07 09:10:32'),(6955,6963,'es',0,NULL,'El modo texto te permite introducir HTML junto con el texto de la entrada. Ten en cuenta que las etiquetas <p> y <br> se convierten en saltos de línea cuando cambias al editor de texto para ocupar menos espacio. Cuando escribes, puedes usar un salto de línea en vez de <br> y dos saltos de linea en vez de las etiquetas de párrafo. Los saltos de linea se convierten en etiquetas automáticamente.',NULL,'',0,'2019-11-07 09:10:32'),(6956,6964,'es',0,NULL,'La pantalla del instalador de temas requiere JavaScript.',NULL,'',0,'2019-11-07 09:10:32'),(6957,6965,'es',0,NULL,'La clase Walker denominada %s no existe.',NULL,'',0,'2019-11-07 09:10:32'),(6958,6966,'es',0,NULL,'El equipo de alojamiento de WordPress mantiene una lista de estos módulos, tanto los recomendados como los obligatorios, en <a href=\"%1$s\" %2$s>el manual del equipo %3$s</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6959,6967,'es',0,NULL,'El equipo de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(6960,6968,'es',0,NULL,'La URL de WordPress y la URL del sitio pueden ser las mismas (ejemplo.com) o diferentes; por ejemplo, puedes tener los archivos del núcleo de WordPress en un subdirectorio (ejemplo.com/wordpress) en vez de en el directorio raíz.',NULL,'',0,'2019-11-07 09:10:32'),(6961,6969,'es',0,NULL,'El equipo de WordPress está deseando ayudarte. Reenvía este correo electrónico a %s y el equipo trabajará contigo para asegurarse que tu sitio funcione.',NULL,'',0,'2019-11-07 09:10:32'),(6962,6970,'es',0,NULL,'La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.',NULL,'',0,'2019-11-07 09:10:32'),(6963,6971,'es',0,NULL,'El tema activo está roto. Volviendo al tema por defecto.',NULL,'',0,'2019-11-07 09:10:32'),(6964,6972,'es',0,NULL,'La cantidad de información que se te puede pedir reflejar variará dependiendo de las regulaciones locales o nacionales de tu negocio. Por ejemplo, se te puede pedir que indiques una dirección física, una dirección registrada, o el número de registro de tu empresa.',NULL,'',0,'2019-11-07 09:10:32'),(6965,6973,'es',0,NULL,'La relación de aspecto es la proporción entre el ancho y el alto. Puedes conservar la relación de aspecto manteniendo presionada la tecla Mayús (Shift) mientras redimensionas la selección. Usa las cajas de texto para especificar la relación de aspecto, p.e.: 1:1 (cuadrado), 4:3, 16:9, etc.',NULL,'',0,'2019-11-07 09:10:32'),(6966,6974,'es',0,NULL,'No se ha podido verificar la identidad de %s porque no se ha encontrado ninguna firma.',NULL,'',0,'2019-11-07 09:10:32'),(6967,6975,'es',0,NULL,'No se ha podido verificar la identidad de %s porque la verificación de firma no está disponible en este sistema.',NULL,'',0,'2019-11-07 09:10:32'),(6968,6976,'es',0,NULL,'No se ha podido verificar la identidad de %s.',NULL,'',0,'2019-11-07 09:10:32'),(6969,6977,'es',0,NULL,'La copia de seguridad de esta entrada de tu navegador es diferente de la versión que hay en la parte inferior.',NULL,'',0,'2019-11-07 09:10:32'),(6970,6978,'es',0,NULL,'El editor de bloques requiere JavaScript. Por favor, activa JavaScript en los ajustes de tu navegador, o prueba el <a href=\"%s\">plugin Classic Editor</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6971,6979,'es',0,NULL,'Las cajas para el nombre del enlace, dirección web y descripción tienen una posición fija. Las otras las puedes mover y colocar mediante arrastrar y soltar. Puedes esconder cajas que no quieras usar en la pestaña Opciones de pantalla o minimizar las cajas haciendo clic en la barra del título de la caja.',NULL,'',0,'2019-11-07 09:10:32'),(6972,6980,'es',0,NULL,'Las cajas en tu Escritorio son:',NULL,'',0,'2019-11-07 09:10:32'),(6973,6981,'es',0,NULL,'La suma de verificación del archivo (%1$s) no coincide con el valor de suma de verificación esperado (%2$s).',NULL,'',0,'2019-11-07 09:10:32'),(6974,6982,'es',0,NULL,'No se pudo definir la constante %s al instalar WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(6975,6983,'es',0,NULL,'El tema actual no es compatible con cabecera de imagen de tamaño flexible.',NULL,'',0,'2019-11-07 09:10:32'),(6976,6984,'es',0,NULL,'El tema actual no es compatible con subir una imagen de cabecera personalizado.',NULL,'',0,'2019-11-07 09:10:32'),(6977,6985,'es',0,NULL,'El tema actual se muestra de forma destacada en primer lugar.',NULL,'',0,'2019-11-07 09:10:32'),(6978,6986,'es',0,NULL,'El perfil del usuario actual debería poder editar usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(6979,6987,'es',0,NULL,'La página de política de privacidad seleccionada actualmente no existe. Por favor, crea o selecciona una nueva página.',NULL,'',0,'2019-11-07 09:10:32'),(6980,6988,'es',0,NULL,'La página de política de privacidad seleccionada actualmente está en la papelera. Por favor, crea o selecciona una nueva página de política de privacidad, o <a href=\"%s\">restaura la página actual</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6981,6989,'es',0,NULL,'El proceso de actualización de la base de datos puede tardar un poco, por favor ten paciencia.',NULL,'',0,'2019-11-07 09:10:32'),(6982,6990,'es',0,NULL,'La descripción no suele mostrarse por defecto, sin embargo hay algunos temas que puede que la muestren.',NULL,'',0,'2019-11-07 09:10:32'),(6983,6991,'es',0,NULL,'El cálculo del tamaño del directorio se ha pasado de tiempo. Normalmente se debe a la existencia de un gran número de subdirectorios y archivos.',NULL,'',0,'2019-11-07 09:10:32'),(6984,6992,'es',0,NULL,'El código de error es %s.',NULL,'',0,'2019-11-07 09:10:32'),(6985,6993,'es',0,NULL,'Los campos en esta pantalla determinan algunas configuraciones básicas de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(6986,6994,'es',0,NULL,'El archivo %1$s ya existe en un nivel superior de tu instalación de WordPress. Si necesitas reiniciar alguno de los elementos de configuración de este archivo, por favor, bórralo primero. Puedes tratar de <a href=\"%2$s\">hacer la instalación ahora</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6987,6995,'es',0,NULL,'El archivo %1$s ya existe. Si necesitas recuperar algunos de los elementos de configuración de este archivo bórralo primero. Puedes probar a <a href=\"%2$s\">instalarlo ahora</a>.',NULL,'',0,'2019-11-07 09:10:32'),(6988,6996,'es',0,NULL,'La carpeta %1$s se detectó como bajo control de la versión (%2$s), pero el filtro %3$s esta permitiendo las actualizaciones.',NULL,'',0,'2019-11-07 09:10:32'),(6989,6997,'es',0,NULL,'La carpeta %1$s se detectó como estar bajo control de versión (%2$s).',NULL,'',0,'2019-11-07 09:10:32'),(6990,6998,'es',0,NULL,'Los siguientes plugins no lograron actualizarse:',NULL,'',0,'2019-11-07 09:10:32'),(6991,6999,'es',0,NULL,'Los siguientes plugins tienen nuevas versiones disponibles. Selecciona los que quieras actualizar y haz clic en «Actualizar plugins».',NULL,'',0,'2019-11-07 09:10:32'),(6992,7000,'es',0,NULL,'Lo siguientes plugins se actualizaron correctamente:',NULL,'',0,'2019-11-07 09:10:32'),(6993,7001,'es',0,NULL,'Los siguientes temas se instalaron pero están incompletos.',NULL,'',0,'2019-11-07 09:10:32'),(6994,7002,'es',0,NULL,'Los siguientes temas no lograron actualizarse:',NULL,'',0,'2019-11-07 09:10:32'),(6995,7003,'es',0,NULL,'Los siguientes temas tienen nuevas versiones disponibles. Selecciona los que quieras actualizar y haz clic en «Actualizar temas».',NULL,'',0,'2019-11-07 09:10:32'),(6996,7004,'es',0,NULL,'Los siguientes temas se actualizaron correctamente:',NULL,'',0,'2019-11-07 09:10:32'),(6997,7005,'es',0,NULL,'Las siguientes traducciones no lograron actualizarse:',NULL,'',0,'2019-11-07 09:10:32'),(6998,7006,'es',0,NULL,'Las siguientes traducciones se actualizaron correctamente:',NULL,'',0,'2019-11-07 09:10:32'),(6999,7007,'es',0,NULL,'La extensión PHP de FTP no está disponible.',NULL,'',0,'2019-11-07 09:10:32'),(7000,7008,'es',0,NULL,'La vista de cuadrícula de la biblioteca de medios necesita JavaScript. <a href=\"%s\">Cambia a vista de lista</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7001,7009,'es',0,NULL,'El instalador tratará de contactar con un nombre de servidor aleatorio (%s) de tu dominio.',NULL,'',0,'2019-11-07 09:10:32'),(7002,7010,'es',0,NULL,'El artículo que estás tratando de mover a la papelera ya no existe.',NULL,'',0,'2019-11-07 09:10:32'),(7003,7011,'es',0,NULL,'El elemento que intentas restaurar de la papelera ya no existe.',NULL,'',0,'2019-11-07 09:10:32'),(7004,7012,'es',0,NULL,'No está el paquete del idioma o los archivos %1$s o %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7005,7013,'es',0,NULL,'El menú de navegación de la izquierda proporciona enlaces a todas las pantallas de administración de WordPress, con elementos de submenú que aparecen al pasar el ratón sobre ellos. Puedes minimizar este menú para que sea una barra estrecha de iconos haciendo clic en la flecha del menú Cerrar en la parte inferior.',NULL,'',0,'2019-11-07 09:10:32'),(7006,7014,'es',0,NULL,'La solicitud de loopback devolvió un codigo del estato del HTTP inesperado, %d, no fue posible determinar si impedirá que algunas características funcionen como deben.',NULL,'',0,'2019-11-07 09:10:32'),(7007,7015,'es',0,NULL,'La solicitud de loopback a tu sitio se completo correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7008,7016,'es',0,NULL,'La solicitud de loopback a tu sitio ha fallado. Eso quiere decir que las características que dependan de ello no van a funcionar correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7009,7017,'es',0,NULL,'El directorio principal de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7010,7018,'es',0,NULL,'El menú se ha borrado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7011,7019,'es',0,NULL,'El menú es para editar información específica de sitios individuales, especialmente si el área de administración del sitio no está disponible.',NULL,'',0,'2019-11-07 09:10:32'),(7012,7020,'es',0,NULL,'La opción del menú se ha eliminado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7013,7021,'es',0,NULL,'La pestaña de gestión de menús de la parte superior de la pantalla se usa para controlar qué menú se abre en el editor de abajo.',NULL,'',0,'2019-11-07 09:10:32'),(7014,7022,'es',0,NULL,'La versión mínima compatible con PHP es ahora la 5.6.20. ¡A partir de WordPress 5.2, los temas y plugins pueden aprovechar con seguridad los «namespace», funciones anónimas y mucho más!',NULL,'',0,'2019-11-07 09:10:32'),(7015,7023,'es',0,NULL,'El directorio de plugins imprescindibles',NULL,'',0,'2019-11-07 09:10:32'),(7016,7024,'es',0,NULL,'El nombre es cómo aparecerá en tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7017,7025,'es',0,NULL,'El nombre de la base de datos que quieres usar con WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7018,7026,'es',0,NULL,'La red ya existe.',NULL,'',0,'2019-11-07 09:10:32'),(7019,7027,'es',0,NULL,'La nueva página incluirá ayuda y sugerencias para tu política de privacidad.',NULL,'',0,'2019-11-07 09:10:32'),(7020,7028,'es',0,NULL,'El módulo opcional, %s, no está instalado, o ha sido desactivado.',NULL,'',0,'2019-11-07 09:10:32'),(7021,7029,'es',0,NULL,'Las opciones que se muestran a continuación se refieren a la configuración de tu servidor. Si hay cambios obligatorios, es posible que necesites la ayuda de tu alojamiento web.',NULL,'',0,'2019-11-07 09:10:32'),(7022,7030,'es',0,NULL,'El paquete no contiene archivos.',NULL,'',0,'2019-11-07 09:10:32'),(7023,7031,'es',0,NULL,'No se ha podido descomprimir el paquete.',NULL,'',0,'2019-11-07 09:10:32'),(7024,7032,'es',0,NULL,'El tema padre, <strong>%1$s %2$s</strong>, ya está instalado.',NULL,'',0,'2019-11-07 09:10:32'),(7025,7033,'es',0,NULL,'La contraseña que has elegido durante la instalación.',NULL,'',0,'2019-11-07 09:10:32'),(7026,7034,'es',0,NULL,'El plugin %1$s ha sido <strong>desactivado</strong> debido a un error: %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7027,7035,'es',0,NULL,'El plugin no tiene archivos.',NULL,'',0,'2019-11-07 09:10:32'),(7028,7036,'es',0,NULL,'El plugin no tiene una cabecera válida.',NULL,'',0,'2019-11-07 09:10:32'),(7029,7037,'es',0,NULL,'El plugin generó %d carácter de <strong>salida inesperada</strong> durante la activación.',NULL,'',0,'2019-11-07 09:10:32'),(7030,7038,'es',0,NULL,'El plugin generó %d caracteres de <strong>salida inesperada</strong> durante la activación.',NULL,'',0,'2019-11-07 09:10:32'),(7031,7039,'es',0,NULL,'El plugin ha generado una respuesta insesperada.',NULL,'',0,'2019-11-07 09:10:32'),(7032,7040,'es',0,NULL,'Tienes la última versión del plugin.',NULL,'',0,'2019-11-07 09:10:32'),(7033,7041,'es',0,NULL,'El directorio de plugins',NULL,'',0,'2019-11-07 09:10:32'),(7034,7042,'es',0,NULL,'El sitio principal que has elegido no existe.',NULL,'',0,'2019-11-07 09:10:32'),(7035,7043,'es',0,NULL,'El módulo requerido, %s, no está instalado, o ha sido desactivado.',NULL,'',0,'2019-11-07 09:10:32'),(7036,7044,'es',0,NULL,'El evento programado, %s, no se pudo ejecutar. Tu sitio todavía funciona, pero esto puede indicar que las entradas programadas o las actualizaciones automáticas no funcionen como debería.',NULL,'',0,'2019-11-07 09:10:32'),(7037,7045,'es',0,NULL,'La búsqueda en los plugins instalados buscará términos en su nombre, descripción o autor.',NULL,'',0,'2019-11-07 09:10:32'),(7038,7046,'es',0,NULL,'La búsqueda de temas instalados buscará términos en su nombre, descripción, autor o etiqueta.',NULL,'',0,'2019-11-07 09:10:32'),(7039,7047,'es',0,NULL,'El plugin seleccionado se ha <strong>borrado</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(7040,7048,'es',0,NULL,'Los plugins elegidos han sido <strong>eliminados</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(7041,7049,'es',0,NULL,'La comprobación del estado del sitio muestra información crítica acerca de la configuración de tu WordPress y los elementos que requieren tu atención.',NULL,'',0,'2019-11-07 09:10:32'),(7042,7050,'es',0,NULL,'No se puede calcular el tamaño. El directorio no está accesible. Normalmente provocado por permisos no válidos.',NULL,'',0,'2019-11-07 09:10:32'),(7043,7051,'es',0,NULL,'Los tamaños de la siguiente lista determinan las dimensiones máximas en píxeles a usar al añadir una imagen a la biblioteca de medios.',NULL,'',0,'2019-11-07 09:10:32'),(7044,7052,'es',0,NULL,'La extensión ssh2 de PHP está disponible, sin embargo requiere la función PHP5 %s',NULL,'',0,'2019-11-07 09:10:32'),(7045,7053,'es',0,NULL,'La extesión PHP de SSH2 no está disponible',NULL,'',0,'2019-11-07 09:10:32'),(7046,7054,'es',0,NULL,'El contenido sugerido de la política de privacidad debe añadirse usando la acción %s (o posterior). Mira la documentación incluida, por favor.',NULL,'',0,'2019-11-07 09:10:32'),(7047,7055,'es',0,NULL,'El contenido sugerido de la política de privacidad sólo debería ser añadido en wp-admin usando la acción %s (o posterior).',NULL,'',0,'2019-11-07 09:10:32'),(7048,7056,'es',0,NULL,'El texto sugerido de la política de privacidad ha cambiado. Por favor, <a href=\"%s\">revisa la guía</a> y actualiza tu política de privacidad.',NULL,'',0,'2019-11-07 09:10:32'),(7049,7057,'es',0,NULL,'El tema previsualizado es totalmente interactivo — navega por distintas páginas para ver como el tema muestra entradas, archivos u otras plantillas de página. Los ajustes pueden diferir dependiendo de las características con las que sea compatible el tema previsualizado. Para aceptar los nuevos ajustes y activar el tema en un solo paso haz clic en el botón Publicar y activar que hay sobre el menú.',NULL,'',0,'2019-11-07 09:10:32'),(7050,7058,'es',0,NULL,'El tema no contiene archivos.',NULL,'',0,'2019-11-07 09:10:32'),(7051,7059,'es',0,NULL,'Tienes la última versión del tema.',NULL,'',0,'2019-11-07 09:10:32'),(7052,7060,'es',0,NULL,'El tema no tiene el archivo %s.',NULL,'',0,'2019-11-07 09:10:32'),(7053,7061,'es',0,NULL,'El tema no tiene la hoja de estilos %s.',NULL,'',0,'2019-11-07 09:10:32'),(7054,7062,'es',0,NULL,'Estás viendo este mensaje porque el tema que estás usando actualmente no está preparado para widgets. Esto significa que no tiene barras laterales que puedas cambiar. Para información de cómo preparar tu tema para widgets, por favor <a href=\"https://codex.wordpress.org/Widgetizing_Themes\">sigue estas instrucciones</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7055,7063,'es',0,NULL,'El directorio de temas',NULL,'',0,'2019-11-07 09:10:32'),(7056,7064,'es',0,NULL,'El campo de título y el área de edición de la entrada son fijos, pero puedes recolocar el resto de cajas arrastrando y soltando. También puedes minimizarlas o expandirlas haciendo clic en la barra de título de cada caja. Usa la pestaña de Opciones de pantalla para desvelar más cajas (Extracto, Enviar trackbacks, campos personalizados, comenetarios, slug, autor) o elige una disposición a 1 o 2 columnas para esta pantalla. ',NULL,'',0,'2019-11-07 09:10:32'),(7057,7065,'es',0,NULL,'Las traducciones están al día.',NULL,'',0,'2019-11-07 09:10:32'),(7058,7066,'es',0,NULL,'La actualización no puede instalarse porque WordPress %1$s requiere la versión %2$s o superior de MySQL. Estás usando la versión %3$s.',NULL,'',0,'2019-11-07 09:10:32'),(7059,7067,'es',0,NULL,'La actualización no se pudo instalar a causa de que WordPress %1$s requiere la versión %2$s o superior de PHP y la versión %3$s o superior de MySQL. Estás usando la versión %4$s de PHP y la versión %5$s de MySQL.',NULL,'',0,'2019-11-07 09:10:32'),(7060,7068,'es',0,NULL,'La actualización no puede instalarse ya que WordPress %1$s requiere la versión %2$s o superior de PHP. Estás usando la versión %3$s.',NULL,'',0,'2019-11-07 09:10:32'),(7061,7069,'es',0,NULL,'No ha sido posible instalar la actualización debido a que no se han podido copiar algunos archivos. Normalmente esto es debido a permisos de archivo inconsistentes.',NULL,'',0,'2019-11-07 09:10:32'),(7062,7070,'es',0,NULL,'No se ha podido descomprimir la actualización.',NULL,'',0,'2019-11-07 09:10:32'),(7063,7071,'es',0,NULL,'La actualización de %s ha fallado.',NULL,'',0,'2019-11-07 09:10:32'),(7064,7072,'es',0,NULL,'El proceso de actualización está comenzando. Este proceso puede tardar un poco en algunos servidores, así que, por favor, ten paciencia.',NULL,'',0,'2019-11-07 09:10:32'),(7065,7073,'es',0,NULL,'El archivo subido no se ha podido mover a %s.',NULL,'',0,'2019-11-07 09:10:32'),(7066,7074,'es',0,NULL,'El archivo subido excede la directiva MAX_FILE_SIZE que se especificó en el formulario HTML.',NULL,'',0,'2019-11-07 09:10:32'),(7067,7075,'es',0,NULL,'El archivo subido excede la directiva upload_max_filesize en php.ini.',NULL,'',0,'2019-11-07 09:10:32'),(7068,7076,'es',0,NULL,'El archivo subido no es una imagen válida. Inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7069,7077,'es',0,NULL,'Solo se ha podido subir una parte del archivo.',NULL,'',0,'2019-11-07 09:10:32'),(7070,7078,'es',0,NULL,'El directorio de subidas',NULL,'',0,'2019-11-07 09:10:32'),(7071,7079,'es',0,NULL,'El nombre de usuario que has facilitado tiene caracteres no válidos.',NULL,'',0,'2019-11-07 09:10:32'),(7072,7080,'es',0,NULL,'El valor, %1$s, tiene que activarse mediante %2$s o añadirse a tu archivo de configuración. Esto hará que los errores se visualicen en la parte visible de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7073,7081,'es',0,NULL,'El valor, %s, ha sido añadido al archivo de configuración de tu web. Esto significa que cualquier error en el sitio se escribirá en un archivo que está potencialmente disponible para los usuarios normales.',NULL,'',0,'2019-11-07 09:10:32'),(7074,7082,'es',0,NULL,'El directorio wp-content',NULL,'',0,'2019-11-07 09:10:32'),(7075,7083,'es',0,NULL,'Editor de temas',NULL,'',0,'2019-11-07 09:10:32'),(7076,7084,'es',0,NULL,'Archivos del tema',NULL,'',0,'2019-11-07 09:10:32'),(7077,7085,'es',0,NULL,'Pie de página del tema',NULL,'',0,'2019-11-07 09:10:32'),(7078,7086,'es',0,NULL,'Funciones del tema',NULL,'',0,'2019-11-07 09:10:32'),(7079,7087,'es',0,NULL,'Cabecera del tema',NULL,'',0,'2019-11-07 09:10:32'),(7080,7088,'es',0,NULL,'Instalación del tema',NULL,'',0,'2019-11-07 09:10:32'),(7081,7089,'es',0,NULL,'Etiqueta',NULL,'',0,'2019-11-07 09:10:32'),(7082,7090,'es',0,NULL,'Ubicación en el tema',NULL,'',0,'2019-11-07 09:10:32'),(7083,7091,'es',0,NULL,'Opciones del tema',NULL,'',0,'2019-11-07 09:10:32'),(7084,7092,'es',0,NULL,'Versiones de tema',NULL,'',0,'2019-11-07 09:10:32'),(7085,7093,'es',0,NULL,'No se pudo borrar el tema.',NULL,'',0,'2019-11-07 09:10:32'),(7086,7094,'es',0,NULL,'El tema no es puede reactivar porque lanzó un <strong>error fatal</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(7087,7095,'es',0,NULL,'El tema ha sido eliminado.',NULL,'',0,'2019-11-07 09:10:32'),(7088,7096,'es',0,NULL,'Ubicación del directorio de temas',NULL,'',0,'2019-11-07 09:10:32'),(7089,7097,'es',0,NULL,'Características del tema',NULL,'',0,'2019-11-07 09:10:32'),(7090,7098,'es',0,NULL,'La instalación del tema ha fallado.',NULL,'',0,'2019-11-07 09:10:32'),(7091,7099,'es',0,NULL,'El tema se ha instalado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7092,7100,'es',0,NULL,'Tema reactivado.',NULL,'',0,'2019-11-07 09:10:32'),(7093,7101,'es',0,NULL,'Falló la actualización del tema.',NULL,'',0,'2019-11-07 09:10:32'),(7094,7102,'es',0,NULL,'El tema se ha actualizado correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7095,7103,'es',0,NULL,'Archivo zip del tema',NULL,'',0,'2019-11-07 09:10:32'),(7096,7104,'es',0,NULL,'Los temas añaden el aspecto y comportamiento de tu sitio. Es importante tenerlos actualizados, para mantener la coherencia con tu marca y mantener tu sitio seguro.',NULL,'',0,'2019-11-07 09:10:32'),(7097,7105,'es',0,NULL,'Ubicación del directorio de temas',NULL,'',0,'2019-11-07 09:10:32'),(7098,7106,'es',0,NULL,'Tamaño del directorio de temas',NULL,'',0,'2019-11-07 09:10:32'),(7099,7107,'es',0,NULL,'Lista de temas',NULL,'',0,'2019-11-07 09:10:32'),(7100,7108,'es',0,NULL,'No hay páginas.',NULL,'',0,'2019-11-07 09:10:32'),(7101,7109,'es',0,NULL,'No se han seleccionado usuarios válidos para borrar.',NULL,'',0,'2019-11-07 09:10:32'),(7102,7110,'es',0,NULL,'No hay usuarios válidos seleccionados para su eliminación.',NULL,'',0,'2019-11-07 09:10:32'),(7103,7111,'es',0,NULL,'Hay algunos elementos de menú no válidos. Por favor, compruébalos o elimínalos.',NULL,'',0,'2019-11-07 09:10:32'),(7104,7112,'es',0,NULL,'Hay cambios sin guardar que se perderán. «Aceptar» para continuar, «Cancelar» para volver a editor de imágenes.',NULL,'',0,'2019-11-07 09:10:32'),(7105,7113,'es',0,NULL,'No hay eventos programados cerca de %1$s ahora mismo. ¿Te gustaría <a href=\"%2$s\">organizar uno</a>?',NULL,'',0,'2019-11-07 09:10:32'),(7106,7114,'es',0,NULL,'No hay ningún evento programado cerca de ti en este momento. ¿Te gustaría <a href=\"%s\">organizar uno</a>?',NULL,'',0,'2019-11-07 09:10:32'),(7107,7115,'es',0,NULL,'Hay disponible una nueva versión de %1$s, pero no funciona con tu versión de PHP. <a href=\"%2$s\" %3$s>Mira los detalles de la versión %4$s</a> o <a href=\"%5$s\"> aprende más sobre cómo actualizar PHP</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7108,7116,'es',0,NULL,'Hay disponible una nueva versión de %1$s. <a href=\"%2$s\" %3$s>Revisa los detalles de la versión %4$s</a> o <a href=\"%5$s\" %6$s>actualízala ahora</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7109,7117,'es',0,NULL,'Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" %3$s>Ver detalles de la versión %4$s</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7110,7118,'es',0,NULL,'Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" %3$s>Ver detalles de la versión %4$s</a>. <em>La actualización automática no está disponible para este plugin.</em>',NULL,'',0,'2019-11-07 09:10:32'),(7111,7119,'es',0,NULL,'Hay una nueva versión disponible de %1$s. <a href=\"%2$s\" %3$s>Ver los detalles de la versión %4$s</a>. <em>La actualización automática no está disponible para este tema.</em>',NULL,'',0,'2019-11-07 09:10:32'),(7112,7120,'es',0,NULL,'Hay un cambio pendiente del correo electrónico del administrador a %s.',NULL,'',0,'2019-11-07 09:10:32'),(7113,7121,'es',0,NULL,'Hay un cambio pendiente de tu correo electrónico a %s',NULL,'',0,'2019-11-07 09:10:32'),(7114,7122,'es',0,NULL,'Hay un guardado automático de esta entrada que es más reciente que la versión de abajo. <a href=\"%s\">Ver el guardado automático</a>',NULL,'',0,'2019-11-07 09:10:32'),(7115,7123,'es',0,NULL,'No hay suficiente espacio en disco para completar la actualización.',NULL,'',0,'2019-11-07 09:10:32'),(7116,7124,'es',0,NULL,'Ocurrió un error al tratar de actualizar el archivo. Puede que tengas que reparar algo y tratar de actualizar de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7117,7125,'es',0,NULL,'No hay necesidad de cambiar tu CSS aquí — puedes editar y previsualizar en directo los cambios de CSS en el <a href=\"%s\">editor CSS integrado</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7118,7126,'es',0,NULL,'Puede que estos plugins estén activos en otros sitios de la red.',NULL,'',0,'2019-11-07 09:10:32'),(7119,7127,'es',0,NULL,'Estos ajustes alteran dónde y cómo se cargan partes de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7120,7128,'es',0,NULL,'Estos ajustes pueden modificarse en cada entrada.',NULL,'',0,'2019-11-07 09:10:32'),(7121,7129,'es',0,NULL,'Estas sugerencias están basadas en los plugins que habéis instalado tú y otros usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(7122,7130,'es',0,NULL,'Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.',NULL,'',0,'2019-11-07 09:10:32'),(7123,7131,'es',0,NULL,'Trece nuevos iconos, incluido el de Instagram, un paquete de iconos para BuddyPress, e iconos de la tierra en rotación para una inclusión global. ¡Descúbrelos en el escritorio y diviértete!',NULL,'',0,'2019-11-07 09:10:32'),(7124,7132,'es',0,NULL,'Este <a href=\"%1$s\">tema hijo</a> requiere su tema padre, %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7125,7133,'es',0,NULL,'Esta dirección está siendo utilizada con propósitos administrativos. Si la cambias se te enviará un correo electrónico a la nueva direccción para confirmarla. <strong>La nueva dirección no se activará hasta que no la hayas confirmado.</strong>',NULL,'',0,'2019-11-07 09:10:32'),(7126,7134,'es',0,NULL,'Esta actualización orientada al administrador te permitirá corregir o gestionar errores fatales de forma segura sin que necesites a un desarrollador. Ofrece una mejor gestión de la llamada «pantalla blanca de la muerte» y una forma de entrar en el modo de recuperación, que pone en pausa los plugins o temas que causen errores.',NULL,'',0,'2019-11-07 09:10:32'),(7127,7135,'es',0,NULL,'Este grupo de cambios ya no puede modificarse más.',NULL,'',0,'2019-11-07 09:10:32'),(7128,7136,'es',0,NULL,'Este tema hijo hereda plantillas de un tema padre, %s.',NULL,'',0,'2019-11-07 09:10:32'),(7129,7137,'es',0,NULL,'Este comentario ya está aprobado.',NULL,'',0,'2019-11-07 09:10:32'),(7130,7138,'es',0,NULL,'Este comentario ya está en la papelera.',NULL,'',0,'2019-11-07 09:10:32'),(7131,7139,'es',0,NULL,'Este comentario ya ha sido marcado como spam.',NULL,'',0,'2019-11-07 09:10:32'),(7132,7140,'es',0,NULL,'Este comentario está aprobado.',NULL,'',0,'2019-11-07 09:10:32'),(7133,7141,'es',0,NULL,'Este comentario está actualmente en la papelera.',NULL,'',0,'2019-11-07 09:10:32'),(7134,7142,'es',0,NULL,'Este comentario está marcado como spam.',NULL,'',0,'2019-11-07 09:10:32'),(7135,7143,'es',0,NULL,'Este comentario está en la papelera. Por favor, sácalo de la papelera si quieres editarlo.',NULL,'',0,'2019-11-07 09:10:32'),(7136,7144,'es',0,NULL,'Esto podría significar que las conexiones a WordPress.org están fallando.',NULL,'',0,'2019-11-07 09:10:32'),(7137,7145,'es',0,NULL,'Estos datos se utilizan para ofrecer mejoras generales a WordPress, lo que incluye la ayuda para proteger tu sitio descubriendo e instalando automáticamente nuevas actualizaciones. También se utiliza para calcular estadísticas, como las mostradas en la <a href=\"%s\">página de estadísticas de WordPress.org</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7138,7146,'es',0,NULL,'Este borrador es de tus <a href=\"%s\">cambios de personalización sin publicar</a>. Puedes editarlo, pero no hay necesidad de publicarlo ahora. Se publicará automáticamente con esos cambios.',NULL,'',0,'2019-11-07 09:10:32'),(7139,7147,'es',0,NULL,'Este formato, que llamamos WordPress eXtended RSS (RSS ampliado de WordPress) o WXR, contendrá todas tus entradas, comentarios, campos personalizados, categorías y etiquetas.',NULL,'',0,'2019-11-07 09:10:32'),(7140,7148,'es',0,NULL,'Este importador no está instalado. Por favor, instala los importadores desde <a href=\"%s\">el sitio principal</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7141,7149,'es',0,NULL,'Este es un tema hijo de %s.',NULL,'',0,'2019-11-07 09:10:32'),(7142,7150,'es',0,NULL,'Este es un archivo del tema padre actual.',NULL,'',0,'2019-11-07 09:10:32'),(7143,7151,'es',0,NULL,'Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:',NULL,'',0,'2019-11-07 09:10:32'),(7144,7152,'es',0,NULL,'Esto no es solo un plugin, simboliza la esperanza y entusiasmo de toda una generación resumidas en las dos palabras más famosas cantadas por Louis Armstrong: Hello, Dolly. Cuando lo actives verás frases al azar de <cite>Hello, Dolly</cite> en la parte superior derecha de cada página de tu pantalla de administración.',NULL,'',0,'2019-11-07 09:10:32'),(7145,7153,'es',0,NULL,'Este elemento ya ha sido borrado.',NULL,'',0,'2019-11-07 09:10:32'),(7146,7154,'es',0,NULL,'Esta versión localizada contiene tanto la traducción como varias otras correcciones de localización. Puedes omitir la actualización si quieres mantener tu traducción actual.',NULL,'',0,'2019-11-07 09:10:32'),(7147,7155,'es',0,NULL,'Esto significa que tu sitio puede estar roto o desconectado. No te asustes, se puede arreglar.',NULL,'',0,'2019-11-07 09:10:32'),(7148,7156,'es',0,NULL,'Esta caja meta no es compatible con el editor de bloques.',NULL,'',0,'2019-11-07 09:10:32'),(7149,7157,'es',0,NULL,'Esta caja meta, del plugin %s, no es compatible con el editor de bloques.',NULL,'',0,'2019-11-07 09:10:32'),(7150,7158,'es',0,NULL,'Esta página te muestra todos los detalles acerca de la configuración de tu sitio WordPress. Si ves algo que se pueda mejorar nos lo puedes contar en la página del estado de salud del sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7151,7159,'es',0,NULL,'Esta contraseña no se almacenará en el servidor.',NULL,'',0,'2019-11-07 09:10:32'),(7152,7160,'es',0,NULL,'Este plugin no funciona con tu versión de PHP.',NULL,'',0,'2019-11-07 09:10:32'),(7153,7161,'es',0,NULL,'Este plugin no funciona con tu versión de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7154,7162,'es',0,NULL,'Este plugin no funciona con tus versiones de WordPress y PHP.',NULL,'',0,'2019-11-07 09:10:32'),(7155,7163,'es',0,NULL,'Este plugin no se ha cargado correctamente y está en pausa durante el modo de recuperación.',NULL,'',0,'2019-11-07 09:10:32'),(7156,7164,'es',0,NULL,'Este plugin puede estar activado para otros sitios de la red.',NULL,'',0,'2019-11-07 09:10:32'),(7157,7165,'es',0,NULL,'Esta vista previa no está disponible en el editor.',NULL,'',0,'2019-11-07 09:10:32'),(7158,7166,'es',0,NULL,'Esto ha dado como resultado un mensaje de error: %s',NULL,'',0,'2019-11-07 09:10:32'),(7159,7167,'es',0,NULL,'Esta pantalla te permite elegir la estructura de tus enlaces permanentes. Puedes dejarla con los ajustes por defecto o crear una estructura de URLs personalizada.',NULL,'',0,'2019-11-07 09:10:32'),(7160,7168,'es',0,NULL,'Esta pantalla te permite editar cinco campos para metadatos de un archivo en la biblioteca de medios.',NULL,'',0,'2019-11-07 09:10:32'),(7161,7169,'es',0,NULL,'Esta pantalla te permite editar los cambios de los metadatos en un archivo dentro de la biblioteca de medios.',NULL,'',0,'2019-11-07 09:10:32'),(7162,7170,'es',0,NULL,'Esta pantalla contiene los ajustes que afectarán a cómo se muestran tus contenidos.',NULL,'',0,'2019-11-07 09:10:32'),(7163,7171,'es',0,NULL,'Esta pantalla se usa para asignar menús globalmente a ubicaciones definidas en tu tema.',NULL,'',0,'2019-11-07 09:10:32'),(7164,7172,'es',0,NULL,'Esta pantalla se utiliza para gestionar las revisiones de tu contenido.',NULL,'',0,'2019-11-07 09:10:32'),(7165,7173,'es',0,NULL,'Esta pantalla se utiliza para gestionar los temas que tienes instalados. Además del (los) tema(s) por defecto incluidos en tu instalación de WordPress, los temas son diseñados y desarrollados por terceros.',NULL,'',0,'2019-11-07 09:10:32'),(7166,7174,'es',0,NULL,'Esta pantalla sirve para gestionar tus menús de navegación.',NULL,'',0,'2019-11-07 09:10:32'),(7167,7175,'es',0,NULL,'Esta pantalla se usa para personalizar la sección de cabecera de tu tema.',NULL,'',0,'2019-11-07 09:10:32'),(7168,7176,'es',0,NULL,'Esta pantalla muestra todos los usuarios existentes para tu sitio. Cada usuario dispone de uno de los cinco perfiles definidos según lo establecido por el administrador del sitio: Administrador del sitio, editor, autor, colaborador o suscriptor. Los usuarios con perfiles que no sean de administrador verán menos opciones en el panel de navegación cuando se hayan identificado, en base a su perfil.',NULL,'',0,'2019-11-07 09:10:32'),(7169,7177,'es',0,NULL,'Esta pantalla lista los enlaces a los plugins de importación de datos de blogs/contenido de diferentes plataformas. Elige la plataforma desde la que quieres importar datos y haz clic en Instalar ahora cuando seas preguntado en la ventana emergente. Si tu plataforma no está en la lista, haz clic en el enlace de buscar en el directorio de plugins para ver si hay uno para tu plataforma.',NULL,'',0,'2019-11-07 09:10:32'),(7170,7178,'es',0,NULL,'Esta pantalla te da acceso a todas tus entradas. Puedes personalizar el formato de esta pantalla para acomodarlo a tu sistema de trabajo.',NULL,'',0,'2019-11-07 09:10:32'),(7171,7179,'es',0,NULL,'Esta pantalla ofrece muchas opciones para controlar la gestión y la visualización de los comentarios y enlaces de tus páginas y entradas. ¡Hay tantas que no todas caben aquí! :) Utiliza los enlaces a la documentación para obtener información sobre qué hace cada ajuste de comentarios.',NULL,'',0,'2019-11-07 09:10:32'),(7172,7180,'es',0,NULL,'Esta pantalla muestra a un usuario individual todos los sitios de esta red, y también permite a ese usuario establecer un sitio principal. Pueden utilizar los enlaces debajo de cada sitio para visitar o la portada o el escritorio de ese sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7173,7181,'es',0,NULL,'Esta barra lateral no está disponible y no se muestra en tu sitio. Quita cada uno de sus widgets para quitar por completo esta barra inactiva.',NULL,'',0,'2019-11-07 09:10:32'),(7174,7182,'es',0,NULL,'Este sitio se ha configurado para instalar automáticamente actualizaciones de versiones beta futuras.',NULL,'',0,'2019-11-07 09:10:32'),(7175,7183,'es',0,NULL,'Esta plantilla de texto te ayudará a crear la política de privacidad de tu web.',NULL,'',0,'2019-11-07 09:10:32'),(7176,7184,'es',0,NULL,'Este tema todavía no ha sido valorado.',NULL,'',0,'2019-11-07 09:10:32'),(7177,7185,'es',0,NULL,'Este tema ya está instalado y actualizado',NULL,'',0,'2019-11-07 09:10:32'),(7178,7186,'es',0,NULL,'Este tema está roto.',NULL,'',0,'2019-11-07 09:10:32'),(7179,7187,'es',0,NULL,'Este tema requiere un tema padre. Comprueba si está instalado…',NULL,'',0,'2019-11-07 09:10:32'),(7180,7188,'es',0,NULL,'Esta zona horaria no tiene en cuenta el horario de verano.',NULL,'',0,'2019-11-07 09:10:32'),(7181,7189,'es',0,NULL,'Esta zona horaria se encuentra actualmente en el horario de verano.',NULL,'',0,'2019-11-07 09:10:32'),(7182,7190,'es',0,NULL,'Esta zona horaria se encuentra actualmente en horario de invierno.',NULL,'',0,'2019-11-07 09:10:32'),(7183,7191,'es',0,NULL,'Esta actualización no funciona con tu versión de PHP.',NULL,'',0,'2019-11-07 09:10:32'),(7184,7192,'es',0,NULL,'Este usuario tiene privilegios de super admin.',NULL,'',0,'2019-11-07 09:10:32'),(7185,7193,'es',0,NULL,'Este widget requiere Javascript.',NULL,'',0,'2019-11-07 09:10:32'),(7186,7194,'es',0,NULL,'Esto se mostrará cuando alguien pase el cursor sobre el enlace en los sitios de interés u, opcionalmente, debajo del enlace.',NULL,'',0,'2019-11-07 09:10:32'),(7187,7195,'es',0,NULL,'Esto vaciará todos los elementos de la lista de widgets inactivos. No podrás recuperar las personalizaciones.',NULL,'',0,'2019-11-07 09:10:32'),(7188,7196,'es',0,NULL,'Esto contendrá todas tus entradas, páginas, comentarios, campos personalizados, menús de navegación y publicaciones personalizadas.',NULL,'',0,'2019-11-07 09:10:32'),(7189,7197,'es',0,NULL,'Esto quitará la imagen de fondo. No podrás restaurar ninguna personalización.',NULL,'',0,'2019-11-07 09:10:32'),(7190,7198,'es',0,NULL,'Esto quitará la imagen de cabecera. No podrás restaurar ninguna personalización.',NULL,'',0,'2019-11-07 09:10:32'),(7191,7199,'es',0,NULL,'Esto reemplazará el contenido actual del editor con la última versión de la copia de seguridad. Puedes usar deshacer o rehacer en el editor para recuperar el viejo contenido o volver a la versión restaurada.',NULL,'',0,'2019-11-07 09:10:32'),(7192,7200,'es',0,NULL,'Esto restaurará la imagen de fondo original. No te será posible restaurar ninguna personalización.',NULL,'',0,'2019-11-07 09:10:32'),(7193,7201,'es',0,NULL,'Esto restaurará la imagen de cabecera original. No te será posible restaurar ninguna personalización.',NULL,'',0,'2019-11-07 09:10:32'),(7194,7202,'es',0,NULL,'Tres columnas',NULL,'',0,'2019-11-07 09:10:32'),(7195,7203,'es',0,NULL,'Opciones de miniatura',NULL,'',0,'2019-11-07 09:10:32'),(7196,7204,'es',0,NULL,'Ayuda sobre los ajustes de miniaturas',NULL,'',0,'2019-11-07 09:10:32'),(7197,7205,'es',0,NULL,'Tamaño de la miniatura',NULL,'',0,'2019-11-07 09:10:32'),(7198,7206,'es',0,NULL,'Título y editor de entradas',NULL,'',0,'2019-11-07 09:10:32'),(7199,7207,'es',0,NULL,'Para activar un widget, arrástralo a una barra lateral o haz clic en él. Para desactivar un widget y borrar sus ajustes, arrástralo de vuelta a su lugar de origen.',NULL,'',0,'2019-11-07 09:10:32'),(7200,7208,'es',0,NULL,'Para añadir un enlace personalizado, <strong>expande la sección Enlaces personalizados, e introduce una URL y un texto para el enlace, y aprieta Añadir al menú</strong>',NULL,'',0,'2019-11-07 09:10:32'),(7201,7209,'es',0,NULL,'Para añadir un nuevo menú en vez de asignar a uno existente <strong>haz clic en el enlace Usar menú nuevo</strong>. Tu nuevo menú se asignará automáticamente a esa ubicación del tema',NULL,'',0,'2019-11-07 09:10:32'),(7202,7210,'es',0,NULL,'Para añadir un usuario nuevo a tu sitio haz clic en el botón Añadir nuevo en la parte superior de la pantalla o en la sección «Añadir nuevo» del menú «Usuarios».',NULL,'',0,'2019-11-07 09:10:32'),(7203,7211,'es',0,NULL,'Para añadir un usuario nuevo a tu sitio, rellena el formulario de esta pantalla y haz clic en el botón «Añadir nuevo usuario» de abajo.',NULL,'',0,'2019-11-07 09:10:32'),(7204,7212,'es',0,NULL,'Para permitir usar esta página para reparar automáticamente problemas en la base de datos añade la siguiente línea al archivo <code>wp-config.php</code>. Una vez añadas esta línea a tu archivo de configuración vuelve a cargar esta página.',NULL,'',0,'2019-11-07 09:10:32'),(7205,7213,'es',0,NULL,'Para asignar menús a una o más ubicaciones del tema <strong>elige un menú de cada desplegable de ubicación</strong>. Cuando hayas terminado <strong>haz clic en Guardar cambios</strong>',NULL,'',0,'2019-11-07 09:10:32'),(7206,7214,'es',0,NULL,'Para recortar la imagen, haz clic y arrastra en ella para hacer la selección.',NULL,'',0,'2019-11-07 09:10:32'),(7207,7215,'es',0,NULL,'Para borrar medios haz clic en el botón de «Selección múltiple» de la parte superior de la pantalla. Elige cualesquiera elementos que quieras borrar y luego haz clic en el botón de «Borrar» seleccionado. Hacer clic en el botón de «Cancelar» selección te lleva de vuelta a la visualización de tus medios.',NULL,'',0,'2019-11-07 09:10:32'),(7208,7216,'es',0,NULL,'A distribuir copias a otros de tus versiones modificadas.',NULL,'',0,'2019-11-07 09:10:32'),(7209,7217,'es',0,NULL,'Para editar un menú actualmente asignado a una ubicación del tema <strong>haz clic en el el enlace Editar a su lado</strong>',NULL,'',0,'2019-11-07 09:10:32'),(7210,7218,'es',0,NULL,'Para editar un menú existente, <strong>elige un menú del desplegable y haz clic en Seleccionar</strong>',NULL,'',0,'2019-11-07 09:10:32'),(7211,7219,'es',0,NULL,'Para mejorar la seguridad de tu sitio, recomendamos que desinstales cualquier tema que no estés usando. Debes quedarte con %1$s, el tema por defecto de WordPress, %2$s, tu tema actual, y %3$s, su tema padre.',NULL,'',0,'2019-11-07 09:10:32'),(7212,7220,'es',0,NULL,'Para mejorar la seguridad de tu sitio, te recomendamos eliminar los temas que no utilizas. Deberías quedarte con %1$s, tu tema actual, y %2$s, su tema padre.',NULL,'',0,'2019-11-07 09:10:32'),(7213,7221,'es',0,NULL,'Para instalar el tema puedes previsualizarlo con el contenido de tu sitio y personalizar las opciones del tema haz clc en el botón «Instalar» de la parte superior izquierda del panel. Los archivos del tema se descargarán automáticamente en tu sitio. Cuando se complete el tema estará listo para activarlo haciendo clic en el enlace «Activar», o navegar a la pantalla de «Administrar temas» y hacer clic en el enlace de «Vista previa» debajo de la miniatura de cada tema instalado. ',NULL,'',0,'2019-11-07 09:10:32'),(7214,7222,'es',0,NULL,'Para navegar entre revisiones <strong>arrastra el deslizador a la izquierda o la derecha</strong> o <strong>usa los botones Anterior o Siguiente</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(7215,7223,'es',0,NULL,'Para realizar la operación que has solicitado WordPress necesita tener acceso a tu servidor web.',NULL,'',0,'2019-11-07 09:10:32'),(7216,7224,'es',0,NULL,'Para publicar entradas por correo electrónico debes configurar una cuenta de correo electrónico secreta con acceso POP3. Cualquier correo electrónico recibido en esa dirección se publicará, así que es una buena idea mantener esta cuenta de correo muy en secreto. Aquí tienes tres cadenas aleatorias que puedes usar: %1$s, %2$s, %3$s.',NULL,'',0,'2019-11-07 09:10:32'),(7217,7225,'es',0,NULL,'A redistribuir.',NULL,'',0,'2019-11-07 09:10:32'),(7218,7226,'es',0,NULL,'Para reorganizar elementos del menú <strong>arrastra y suelta elementos con el ratón o usa el teclado</strong>. Arrastrando o moviendo un elemento de menú un poco a la derecha lo convierte en submenú.',NULL,'',0,'2019-11-07 09:10:32'),(7219,7227,'es',0,NULL,'Para restaurar una revisión, <strong>haz clic en Restaurar esta revisión</strong>.',NULL,'',0,'2019-11-07 09:10:32'),(7220,7228,'es',0,NULL,'A ejecutar el programa para cualquier propósito.',NULL,'',0,'2019-11-07 09:10:32'),(7221,7229,'es',0,NULL,'A estudiar cómo funciona el programa y cambiarlo para que haga lo que tú desees.',NULL,'',0,'2019-11-07 09:10:32'),(7222,7230,'es',0,NULL,'A la parte superior',NULL,'',0,'2019-11-07 09:10:32'),(7223,7231,'es',0,NULL,'Para usar una imagen de fondo, simplemente súbela o selecciona una imagen que ya esté en la biblioteca multimedia apretando el botón «Selecciona una imagen». Puedes mostrar toda la imagen de una vez o recortarla para que se ajuste a tu pantalla. Puedes tener la imagen de fondo fija, es decir, que el contenido de tu sitio se mueva por encima de ella, o puedes hacer que se desplace con tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7224,7232,'es',0,NULL,'Para usar la configuración en subdominios tienes que añadir una entrada comodín en tus DNS. Esto normalmente supone añadir un registro de nombre de alojamiento %s en tu servidor, en la herramienta de configuración de DNS.',NULL,'',0,'2019-11-07 09:10:32'),(7225,7233,'es',0,NULL,'Alternar panel: %s',NULL,'',0,'2019-11-07 09:10:32'),(7226,7234,'es',0,NULL,'Mañana',NULL,'',0,'2019-11-07 09:10:32'),(7227,7235,'es',0,NULL,'Tamaño total de la instalación',NULL,'',0,'2019-11-07 09:10:32'),(7228,7236,'es',0,NULL,'El tamaño total no está disponible. Se han encontrado algunos errores al determinar el tamaño de tu instalación.',NULL,'',0,'2019-11-07 09:10:32'),(7229,7237,'es',0,NULL,'Pista %1$s de %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7230,7238,'es',0,NULL,'Pista %s.',NULL,'',0,'2019-11-07 09:10:32'),(7231,7239,'es',0,NULL,'Los trackbacks son la forma de avisar a otros blogs a los que has enlazado. Si enlazas a otros sitios WordPress, recibirán un aviso automáticamente utilizando <a href=\"%s\">pingbacks</a>, no es necesario hacer nada más.',NULL,'',0,'2019-11-07 09:10:32'),(7232,7240,'es',0,NULL,'Traductores',NULL,'',0,'2019-11-07 09:10:32'),(7233,7241,'es',0,NULL,'La actualización de la traducción ha fallado.',NULL,'',0,'2019-11-07 09:10:32'),(7234,7242,'es',0,NULL,'Traducción actualizada correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7235,7243,'es',0,NULL,'Traducciones',NULL,'',0,'2019-11-07 09:10:32'),(7236,7244,'es',0,NULL,'Traducciones para %s',NULL,'',0,'2019-11-07 09:10:32'),(7237,7245,'es',0,NULL,'Diagnóstico',NULL,'',0,'2019-11-07 09:10:32'),(7238,7246,'es',0,NULL,'Inténtalo de nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7239,7247,'es',0,NULL,'Inténtalo de nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7240,7248,'es',0,NULL,'Tumblr',NULL,'',0,'2019-11-07 09:10:32'),(7241,7249,'es',0,NULL,'Activa o desactiva los comentarios',NULL,'',0,'2019-11-07 09:10:32'),(7242,7250,'es',0,NULL,'Dos columnas',NULL,'',0,'2019-11-07 09:10:32'),(7243,7251,'es',0,NULL,'Tipo',NULL,'',0,'2019-11-07 09:10:32'),(7244,7252,'es',0,NULL,'Tipo de búsqueda',NULL,'',0,'2019-11-07 09:10:32'),(7245,7253,'es',0,NULL,'Teclea tu nueva contraseña otra vez.',NULL,'',0,'2019-11-07 09:10:32'),(7246,7254,'es',0,NULL,'REGISTRO DE LA ACTUALIZACIÓN\n==========',NULL,'',0,'2019-11-07 09:10:32'),(7247,7255,'es',0,NULL,'UTC quiere decir Hora universal coordinada (Coordinated Universal Time)',NULL,'',0,'2019-11-07 09:10:32'),(7248,7256,'es',0,NULL,'UTF8MB4 es un atributo de almacenamiento de la base de datos que se asegura de que tu sitio pueda almacenar texto que no está en inglés y otras cadenas (como emoticonos) sin que surjan problemas inesperados.',NULL,'',0,'2019-11-07 09:10:32'),(7249,7257,'es',0,NULL,'Es compatible con UTF8MB4',NULL,'',0,'2019-11-07 09:10:32'),(7250,7258,'es',0,NULL,'No ha sido posible añadir datos al archivo de exportación.',NULL,'',0,'2019-11-07 09:10:32'),(7251,7259,'es',0,NULL,'No ha sido posible añadir esta petición. Se debe facilitar una dirección de correo electrónico o nombre de usuario válido.',NULL,'',0,'2019-11-07 09:10:32'),(7252,7260,'es',0,NULL,'No ha sido posible comunicar con el sitio para comprobar los errores fatales, así que el cambio de PHP se ha revertido. Tendrás que subir el cambio a tu archivo PHP por otros medios, como por ejemplo usando SFTP.',NULL,'',0,'2019-11-07 09:10:32'),(7253,7261,'es',0,NULL,'No ha sido posibe conectar con el sistema de archivos. Por favor, confirma tus credenciales.',NULL,'',0,'2019-11-07 09:10:32'),(7254,7262,'es',0,NULL,'No ha sido posible crear la página de política de privacidad.',NULL,'',0,'2019-11-07 09:10:32'),(7255,7263,'es',0,NULL,'No ha sido posible crear la carpeta de exportación.',NULL,'',0,'2019-11-07 09:10:32'),(7256,7264,'es',0,NULL,'No ha sido posible crear una imagen nueva.',NULL,'',0,'2019-11-07 09:10:32'),(7257,7265,'es',0,NULL,'No se puede determinar PHP SAPI',NULL,'',0,'2019-11-07 09:10:32'),(7258,7266,'es',0,NULL,'No se puede determinar la versión de PHP',NULL,'',0,'2019-11-07 09:10:32'),(7259,7267,'es',0,NULL,'No se puede determinar si Ghostscript está instalado',NULL,'',0,'2019-11-07 09:10:32'),(7260,7268,'es',0,NULL,'No se puede determinar la arquitectura del servidor',NULL,'',0,'2019-11-07 09:10:32'),(7261,7269,'es',0,NULL,'No ha sido posible determinar algunos ajustes, ya que la función ini_get() ha sido desactivada. ',NULL,'',0,'2019-11-07 09:10:32'),(7262,7270,'es',0,NULL,'No ha sido posible qué software del servidor web se utilizaba',NULL,'',0,'2019-11-07 09:10:32'),(7263,7271,'es',0,NULL,'No ha sido posible generar el archivo de exportación. ZipArchive no disponible.',NULL,'',0,'2019-11-07 09:10:32'),(7264,7272,'es',0,NULL,'No ha sido posible iniciar la petición de confirmación.',NULL,'',0,'2019-11-07 09:10:32'),(7265,7273,'es',0,NULL,'No ha sido posible localizar el directorio de contenidos de WordPress (wp-content).',NULL,'',0,'2019-11-07 09:10:32'),(7266,7274,'es',0,NULL,'No ha sido posible localizar el directorio de plugins de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7267,7275,'es',0,NULL,'No ha sido posible localizar el directorio de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7268,7276,'es',0,NULL,'No ha sido posible localizar el directorio de temas de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7269,7277,'es',0,NULL,'No ha sido posible localizar la carpeta %s.',NULL,'',0,'2019-11-07 09:10:32'),(7270,7278,'es',0,NULL,'No ha sido posible abrir el archivo de exportación (informe en HTML) para escribir en él.',NULL,'',0,'2019-11-07 09:10:32'),(7271,7279,'es',0,NULL,'No ha sido posible abrir el archivo de exportación (archivo) para escribir en él.',NULL,'',0,'2019-11-07 09:10:32'),(7272,7280,'es',0,NULL,'No ha sido posible ejecutar el comando: %s',NULL,'',0,'2019-11-07 09:10:32'),(7273,7281,'es',0,NULL,'No ha sido posible proteger contra navegación la carpeta de exportación',NULL,'',0,'2019-11-07 09:10:32'),(7274,7282,'es',0,NULL,'No se ha podido llegar a WordPress.org en %1$s: %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7275,7283,'es',0,NULL,'No ha sido posible guardar la imagen.',NULL,'',0,'2019-11-07 09:10:32'),(7276,7284,'es',0,NULL,'No ha sido posible enviar el correo electrónico de exportación de datos personales.',NULL,'',0,'2019-11-07 09:10:32'),(7277,7285,'es',0,NULL,'No ha sido posible enviar este formulario, por favor, recarga e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7278,7286,'es',0,NULL,'No fue posible escribir en el archivo.',NULL,'',0,'2019-11-07 09:10:32'),(7279,7287,'es',0,NULL,'Rechazar',NULL,'',0,'2019-11-07 09:10:32'),(7280,7288,'es',0,NULL,'Rechazar este comentario',NULL,'',0,'2019-11-07 09:10:32'),(7281,7289,'es',0,NULL,'Sin definir',NULL,'',0,'2019-11-07 09:10:32'),(7282,7290,'es',0,NULL,'La hora universal (%1$s) es %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7283,7291,'es',0,NULL,'Error de API desconocido',NULL,'',0,'2019-11-07 09:10:32'),(7284,7292,'es',0,NULL,'Acción desconocida.',NULL,'',0,'2019-11-07 09:10:32'),(7285,7293,'es',0,NULL,'Descomprimiendo…',NULL,'',0,'2019-11-07 09:10:32'),(7286,7294,'es',0,NULL,'Descomprimiendo la actualización…',NULL,'',0,'2019-11-07 09:10:32'),(7287,7295,'es',0,NULL,'Sin publicar',NULL,'',0,'2019-11-07 09:10:32'),(7288,7296,'es',0,NULL,'No probado con tu versión de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7289,7297,'es',0,NULL,'Uno hacia arriba',NULL,'',0,'2019-11-07 09:10:32'),(7290,7298,'es',0,NULL,'Atualizar %s ahora',NULL,'',0,'2019-11-07 09:10:32'),(7291,7299,'es',0,NULL,'Actualización disponible',NULL,'',0,'2019-11-07 09:10:32'),(7292,7300,'es',0,NULL,'Actualizaciones disponibles <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7293,7301,'es',0,NULL,'Actualizar comentario',NULL,'',0,'2019-11-07 09:10:32'),(7294,7302,'es',0,NULL,'Actualización completada',NULL,'',0,'2019-11-07 09:10:32'),(7295,7303,'es',0,NULL,'Actualizar archivo',NULL,'',0,'2019-11-07 09:10:32'),(7296,7304,'es',0,NULL,'Actualizar enlace',NULL,'',0,'2019-11-07 09:10:32'),(7297,7305,'es',0,NULL,'Actualizar medio',NULL,'',0,'2019-11-07 09:10:32'),(7298,7306,'es',0,NULL,'Actualizar plugin',NULL,'',0,'2019-11-07 09:10:32'),(7299,7307,'es',0,NULL,'Actualizar plugins',NULL,'',0,'2019-11-07 09:10:32'),(7300,7308,'es',0,NULL,'Actualizar perfil',NULL,'',0,'2019-11-07 09:10:32'),(7301,7309,'es',0,NULL,'Servicios de actualización',NULL,'',0,'2019-11-07 09:10:32'),(7302,7310,'es',0,NULL,'Actualizar tema',NULL,'',0,'2019-11-07 09:10:32'),(7303,7311,'es',0,NULL,'Actualizar temas',NULL,'',0,'2019-11-07 09:10:32'),(7304,7312,'es',0,NULL,'Actualizar traducciones',NULL,'',0,'2019-11-07 09:10:32'),(7305,7313,'es',0,NULL,'Actualizar usuario',NULL,'',0,'2019-11-07 09:10:32'),(7306,7314,'es',0,NULL,'Actualizar WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7307,7315,'es',0,NULL,'Actualizar la base de datos de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7308,7316,'es',0,NULL,'Actualización fallida.',NULL,'',0,'2019-11-07 09:10:32'),(7309,7317,'es',0,NULL,'Actualizar ajustes de la galería',NULL,'',0,'2019-11-07 09:10:32'),(7310,7318,'es',0,NULL,'Paquete de actualización no disponible.',NULL,'',0,'2019-11-07 09:10:32'),(7311,7319,'es',0,NULL,'Progreso de la actualización',NULL,'',0,'2019-11-07 09:10:32'),(7312,7320,'es',0,NULL,'Actualizar a %s',NULL,'',0,'2019-11-07 09:10:32'),(7313,7321,'es',0,NULL,'Actualizar a la versión %s',NULL,'',0,'2019-11-07 09:10:32'),(7314,7322,'es',0,NULL,'Actualiza tus plugins',NULL,'',0,'2019-11-07 09:10:32'),(7315,7323,'es',0,NULL,'Actualiza las direcciones de tus sitios',NULL,'',0,'2019-11-07 09:10:32'),(7316,7324,'es',0,NULL,'Actualizado %s.',NULL,'',0,'2019-11-07 09:10:32'),(7317,7325,'es',0,NULL,'Actualizaciones %s',NULL,'',0,'2019-11-07 09:10:32'),(7318,7326,'es',0,NULL,'Actualizando el plugin %1$s (%2$d/%3$d)',NULL,'',0,'2019-11-07 09:10:32'),(7319,7327,'es',0,NULL,'Actualizando el tema %1$s (%2$d/%3$d)',NULL,'',0,'2019-11-07 09:10:32'),(7320,7328,'es',0,NULL,'Actualizar es fácil y solo dura un momento:',NULL,'',0,'2019-11-07 09:10:32'),(7321,7329,'es',0,NULL,'Actualizando el plugin: %s',NULL,'',0,'2019-11-07 09:10:32'),(7322,7330,'es',0,NULL,'Actualizando el tema: %s',NULL,'',0,'2019-11-07 09:10:32'),(7323,7331,'es',0,NULL,'Actualizando a WordPress %s',NULL,'',0,'2019-11-07 09:10:32'),(7324,7332,'es',0,NULL,'Actualizando traducciones de %1$s (%2$s)…',NULL,'',0,'2019-11-07 09:10:32'),(7325,7333,'es',0,NULL,'Actualizando la base de datos…',NULL,'',0,'2019-11-07 09:10:32'),(7326,7334,'es',0,NULL,'Actualizar a una versión más nueva del mismo tema sobrescribirá los cambios que hayas hecho. Para evitar esto prueba a crear un <a href=\"%s\">tema hijo</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7327,7335,'es',0,NULL,'Subir nuevo medio',NULL,'',0,'2019-11-07 09:10:32'),(7328,7336,'es',0,NULL,'Subir plugin',NULL,'',0,'2019-11-07 09:10:32'),(7329,7337,'es',0,NULL,'Subir tema',NULL,'',0,'2019-11-07 09:10:32'),(7330,7338,'es',0,NULL,'Fecha de subida:',NULL,'',0,'2019-11-07 09:10:32'),(7331,7339,'es',0,NULL,'Subir archivo e importar',NULL,'',0,'2019-11-07 09:10:32'),(7332,7340,'es',0,NULL,'Tamaño máximo subida de archivo',NULL,'',0,'2019-11-07 09:10:32'),(7333,7341,'es',0,NULL,'Imágenes subidas',NULL,'',0,'2019-11-07 09:10:32'),(7334,7342,'es',0,NULL,'Subido el: %s',NULL,'',0,'2019-11-07 09:10:32'),(7335,7343,'es',0,NULL,'Subida de archivos',NULL,'',0,'2019-11-07 09:10:32'),(7336,7344,'es',0,NULL,'La subida de archivos te permite elegir la carpeta y la ruta donde guardar tu archivos subidos.',NULL,'',0,'2019-11-07 09:10:32'),(7337,7345,'es',0,NULL,'Archivos subidos',NULL,'',0,'2019-11-07 09:10:32'),(7338,7346,'es',0,NULL,'Ubicación del directorio de subidas',NULL,'',0,'2019-11-07 09:10:32'),(7339,7347,'es',0,NULL,'Tamaño del directorio de subidas',NULL,'',0,'2019-11-07 09:10:32'),(7340,7348,'es',0,NULL,'Usar esta página',NULL,'',0,'2019-11-07 09:10:32'),(7341,7349,'es',0,NULL,'Usar https',NULL,'',0,'2019-11-07 09:10:32'),(7342,7350,'es',0,NULL,'Utiliza los botones con flechas de la parte superior, o las teclas de flecha de tu teclado, para navegar rápidamente entre los elementos multimedia.',NULL,'',0,'2019-11-07 09:10:32'),(7343,7351,'es',0,NULL,'En uso: %1$s%% de %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7344,7352,'es',0,NULL,'Usuario %s añadido',NULL,'',0,'2019-11-07 09:10:32'),(7345,7353,'es',0,NULL,'Idioma del usuario',NULL,'',0,'2019-11-07 09:10:32'),(7346,7354,'es',0,NULL,'Perfiles de usuario',NULL,'',0,'2019-11-07 09:10:32'),(7347,7355,'es',0,NULL,'Usuario añadido.',NULL,'',0,'2019-11-07 09:10:32'),(7348,7356,'es',0,NULL,'El usuario ya existe. No se ha modificado la contraseña.',NULL,'',0,'2019-11-07 09:10:32'),(7349,7357,'es',0,NULL,'Cantidad de usuarios',NULL,'',0,'2019-11-07 09:10:32'),(7350,7358,'es',0,NULL,'Usuario borrado.',NULL,'',0,'2019-11-07 09:10:32'),(7351,7359,'es',0,NULL,'No está permitido eliminar usuarios desde esta pantalla.',NULL,'',0,'2019-11-07 09:10:32'),(7352,7360,'es',0,NULL,'El usuario ha sido añadido a tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7353,7361,'es',0,NULL,'El usuario se ha añadido a tu sitio. <a href=\"%s\">Editar usuario</a>',NULL,'',0,'2019-11-07 09:10:32'),(7354,7362,'es',0,NULL,'El usuario se ha creado, pero no se ha añadido a este sitio',NULL,'',0,'2019-11-07 09:10:32'),(7355,7363,'es',0,NULL,'El usuario no tiene sitios ni contenido y se borrará.',NULL,'',0,'2019-11-07 09:10:32'),(7356,7364,'es',0,NULL,'Usuario eliminado de este sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7357,7365,'es',0,NULL,'El usuario se ha actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7358,7366,'es',0,NULL,'El (los) usuario(s) ya existe(n).',NULL,'',0,'2019-11-07 09:10:32'),(7359,7367,'es',0,NULL,'Nombre de usuario o dirección de correo electrónico',NULL,'',0,'2019-11-07 09:10:32'),(7360,7368,'es',0,NULL,'Nombre de usuario y/o contraseña incorrecto/s para %s',NULL,'',0,'2019-11-07 09:10:32'),(7361,7369,'es',0,NULL,'Los nombres de usuario pueden tener únicamente caracteres alfanuméricos, espacios, guiones bajos, guiones medios, puntos y el símbolo @.',NULL,'',0,'2019-11-07 09:10:32'),(7362,7370,'es',0,NULL,'El nombre de usuario no puede cambiarse.',NULL,'',0,'2019-11-07 09:10:32'),(7363,7371,'es',0,NULL,'Lista de usuarios',NULL,'',0,'2019-11-07 09:10:32'),(7364,7372,'es',0,NULL,'Navegación por la lista de usuarios',NULL,'',0,'2019-11-07 09:10:32'),(7365,7373,'es',0,NULL,'Los usuarios deben registrarse y acceder para comentar',NULL,'',0,'2019-11-07 09:10:32'),(7366,7374,'es',0,NULL,'Valor',NULL,'',0,'2019-11-07 09:10:32'),(7367,7375,'es',0,NULL,'Verificando los archivos descomprimidos…',NULL,'',0,'2019-11-07 09:10:32'),(7368,7376,'es',0,NULL,'Versión',NULL,'',0,'2019-11-07 09:10:32'),(7369,7377,'es',0,NULL,'Versión %1$s por %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7370,7378,'es',0,NULL,'Versión %s',NULL,'',0,'2019-11-07 09:10:32'),(7371,7379,'es',0,NULL,'Versión:',NULL,'',0,'2019-11-07 09:10:32'),(7372,7380,'es',0,NULL,'Versión: %s',NULL,'',0,'2019-11-07 09:10:32'),(7373,7381,'es',0,NULL,'Plantilla de vídeo adjunto',NULL,'',0,'2019-11-07 09:10:32'),(7374,7382,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:10:32'),(7375,7383,'es',0,NULL,'Ver detalles de la versión %1$s de %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7376,7384,'es',0,NULL,'Ver «%s»',NULL,'',0,'2019-11-07 09:10:32'),(7377,7385,'es',0,NULL,'Ver archivo de «%s»',NULL,'',0,'2019-11-07 09:10:32'),(7378,7386,'es',0,NULL,'Ver todo',NULL,'',0,'2019-11-07 09:10:32'),(7379,7387,'es',0,NULL,'Modo de visualización',NULL,'',0,'2019-11-07 09:10:32'),(7380,7388,'es',0,NULL,'Ver la guía de la política de privacidad.',NULL,'',0,'2019-11-07 09:10:32'),(7381,7389,'es',0,NULL,'Ver sitio',NULL,'',0,'2019-11-07 09:10:32'),(7382,7390,'es',0,NULL,'Ver papelera',NULL,'',0,'2019-11-07 09:10:32'),(7383,7391,'es',0,NULL,'Ver todo',NULL,'',0,'2019-11-07 09:10:32'),(7384,7392,'es',0,NULL,'Ver todos los borradores',NULL,'',0,'2019-11-07 09:10:32'),(7385,7393,'es',0,NULL,'Ver detalles',NULL,'',0,'2019-11-07 09:10:32'),(7386,7394,'es',0,NULL,'Ver más comentarios',NULL,'',0,'2019-11-07 09:10:32'),(7387,7395,'es',0,NULL,'Ver página',NULL,'',0,'2019-11-07 09:10:32'),(7388,7396,'es',0,NULL,'Ver entrada',NULL,'',0,'2019-11-07 09:10:32'),(7389,7397,'es',0,NULL,'Ver entradas de %s',NULL,'',0,'2019-11-07 09:10:32'),(7390,7398,'es',0,NULL,'Ver este comentario',NULL,'',0,'2019-11-07 09:10:32'),(7391,7399,'es',0,NULL,'Ver detalles de la versión %s.',NULL,'',0,'2019-11-07 09:10:32'),(7392,7400,'es',0,NULL,'Ver tu sitio',NULL,'',0,'2019-11-07 09:10:32'),(7393,7401,'es',0,NULL,'Visible',NULL,'',0,'2019-11-07 09:10:32'),(7394,7402,'es',0,NULL,'Visitar',NULL,'',0,'2019-11-07 09:10:32'),(7395,7403,'es',0,NULL,'Visitar Escritorio',NULL,'',0,'2019-11-07 09:10:32'),(7396,7404,'es',0,NULL,'Visitar enlace',NULL,'',0,'2019-11-07 09:10:32'),(7397,7405,'es',0,NULL,'Visitar la web del plugin',NULL,'',0,'2019-11-07 09:10:32'),(7398,7406,'es',0,NULL,'Visitar sitio',NULL,'',0,'2019-11-07 09:10:32'),(7399,7407,'es',0,NULL,'Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.',NULL,'',0,'2019-11-07 09:10:32'),(7400,7408,'es',0,NULL,'Editor visual de hojas de estilos RTL',NULL,'',0,'2019-11-07 09:10:32'),(7401,7409,'es',0,NULL,'Hoja de estilos del editor visual',NULL,'',0,'2019-11-07 09:10:32'),(7402,7410,'es',0,NULL,'El modo visual te ofrece un editor similar a un procesador de textos. Haz clic en el botón «Alternar barra de herramientas» para disponer de una segunda fila de controles.',NULL,'',0,'2019-11-07 09:10:32'),(7403,7411,'es',0,NULL,'Esperando confirmación',NULL,'',0,'2019-11-07 09:10:32'),(7404,7412,'es',0,NULL,'¿Quieres ver tu nombre destacado en esta página? <a href=\"%s\">Involúcrate en WordPress</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7405,7413,'es',0,NULL,'Advertencia',NULL,'',0,'2019-11-07 09:10:32'),(7406,7414,'es',0,NULL,'¡Advertencia! El usuario %s no se puede borrar.',NULL,'',0,'2019-11-07 09:10:32'),(7407,7415,'es',0,NULL,'¡Advertencia! El usuario no se puede borrar. El usuario %s es administrador de la red.',NULL,'',0,'2019-11-07 09:10:32'),(7408,7416,'es',0,NULL,'¡Atención! ¡Puede que las DNS no estén configuradas correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7409,7417,'es',0,NULL,'Aviso:',NULL,'',0,'2019-11-07 09:10:32'),(7410,7418,'es',0,NULL,'Wavatar (autogenerado)',NULL,'',0,'2019-11-07 09:10:32'),(7411,7419,'es',0,NULL,'Tenemos algunos datos que describen el error que se ha producido en tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7412,7420,'es',0,NULL,'Hemos sugerido las secciones que necesitarás. Bajo el encabezado de cada sección encontrarás un breve resumen de qué información deberías facilitar, lo que te ayudará a empezar. Algunas secciones incluyen contenido sugerido para la política, otras tendrán que ser completadas con información de tu tema y plugins.',NULL,'',0,'2019-11-07 09:10:32'),(7413,7421,'es',0,NULL,'Te recomendamos eliminar cualquier tema no utilizado para mejorar la seguridad de tu sitio .',NULL,'',0,'2019-11-07 09:10:32'),(7414,7422,'es',0,NULL,'Te recomendamos que actualices PHP',NULL,'',0,'2019-11-07 09:10:32'),(7415,7423,'es',0,NULL,'Nos tomamos la privacidad y la transparencia muy en serio. Para aprender más sobre los datos que recogemos, y qué hacemos con ellos, por favor, visita <a href=\"%s\">WordPress.org/about/privacy</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7416,7424,'es',0,NULL,'Lo intentamos, pero no ha sido posible actualizar tu sitio automáticamente.',NULL,'',0,'2019-11-07 09:10:32'),(7417,7425,'es',0,NULL,'No ha sido posible verificar si alguna nueva versión de WordPress está disponible',NULL,'',0,'2019-11-07 09:10:32'),(7418,7426,'es',0,NULL,'También te sugerimos que revises tu política de privacidad de vez en cuando, especialmente después de instalar o actualizar temas o plugins. Podría haber cambios o nueva información sugerida que puedas considerar añadir a tu política.',NULL,'',0,'2019-11-07 09:10:32'),(7419,7427,'es',0,NULL,'Hemos hecho copias de seguridad de esta entrada en tu navegador por si acaso.',NULL,'',0,'2019-11-07 09:10:32'),(7420,7428,'es',0,NULL,'Vamos a usar esta información para crear un archivo %s.',NULL,'',0,'2019-11-07 09:10:32'),(7421,7429,'es',0,NULL,'Hemos recopilado algunos enlaces para que puedas comenzar:',NULL,'',0,'2019-11-07 09:10:32'),(7422,7430,'es',0,NULL,'Lo intentaremos de nuevo con la próxima versión.',NULL,'',0,'2019-11-07 09:10:32'),(7423,7431,'es',0,NULL,'Dirección web',NULL,'',0,'2019-11-07 09:10:32'),(7424,7432,'es',0,NULL,'Servidor web',NULL,'',0,'2019-11-07 09:10:32'),(7425,7433,'es',0,NULL,'La semana comienza el',NULL,'',0,'2019-11-07 09:10:32'),(7426,7434,'es',0,NULL,'Bienvenido',NULL,'',0,'2019-11-07 09:10:32'),(7427,7435,'es',0,NULL,'Bienvenido a %s. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a escribir!',NULL,'',0,'2019-11-07 09:10:32'),(7428,7436,'es',0,NULL,'Bienvenido a WordPress %1$s. <a href=\"%2$s\">Aprende más</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7429,7437,'es',0,NULL,'Bienvenido a WordPress %1$s. Serás redirigido a la pantalla «Acerca de WordPress». Si no es así, haz clic <a href=\"%2$s\">aquí</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7430,7438,'es',0,NULL,'¡Bienvenido a WordPress!',NULL,'',0,'2019-11-07 09:10:32'),(7431,7439,'es',0,NULL,'Bienvenido a WordPress %s',NULL,'',0,'2019-11-07 09:10:32'),(7432,7440,'es',0,NULL,'Bienvenido a WordPress. Antes de empezar necesitamos alguna información de la base de datos. Necesitarás saber lo siguiente antes de continuar.',NULL,'',0,'2019-11-07 09:10:32'),(7433,7441,'es',0,NULL,'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡luego empieza a escribir!',NULL,'',0,'2019-11-07 09:10:32'),(7434,7442,'es',0,NULL,'¡Bienvenido al famoso proceso de instalación de WordPress en cinco minutos! Simplemente completa la información siguiente y estarás a punto de usar la más enriquecedora y potente plataforma de publicación personal del mundo.',NULL,'',0,'2019-11-07 09:10:32'),(7435,7443,'es',0,NULL,'¡Bienvenido a tu escritorio de WordPress! Esta es la pantalla que verás cuando inicies sesión en tu sitio, que te da acceso a todas las funciones de gestión del sitio de WordPress. Puedes obtener ayuda para cualquier pantalla haciendo clic en la pestaña «Ayuda» en la esquina superior.',NULL,'',0,'2019-11-07 09:10:32'),(7436,7444,'es',0,NULL,'Qué tipo de toma de decisiones automatizada y/o perfilado hacemos con los datos del usuario',NULL,'',0,'2019-11-07 09:10:32'),(7437,7445,'es',0,NULL,'Qué procedimientos utilizamos contra las brechas de datos',NULL,'',0,'2019-11-07 09:10:32'),(7438,7446,'es',0,NULL,'¿Qué es PHP y cómo afecta a mi sitio?',NULL,'',0,'2019-11-07 09:10:32'),(7439,7447,'es',0,NULL,'Qué datos personales recogemos y por qué los recogemos',NULL,'',0,'2019-11-07 09:10:32'),(7440,7448,'es',0,NULL,'Qué derechos tienes sobre tus datos',NULL,'',0,'2019-11-07 09:10:32'),(7441,7449,'es',0,NULL,'¿Que deberíamos hacer con el contenido creado por %s?',NULL,'',0,'2019-11-07 09:10:32'),(7442,7450,'es',0,NULL,'¿Qué debería hacerse con el contenido de estos usuarios?',NULL,'',0,'2019-11-07 09:10:32'),(7443,7451,'es',0,NULL,'¿Qué debería hacerse con el contenido de este usuario?',NULL,'',0,'2019-11-07 09:10:32'),(7444,7452,'es',0,NULL,'De qué terceros recibimos datos',NULL,'',0,'2019-11-07 09:10:32'),(7445,7453,'es',0,NULL,'Novedades',NULL,'',0,'2019-11-07 09:10:32'),(7446,7454,'es',0,NULL,'¿En qué estás pensando?',NULL,'',0,'2019-11-07 09:10:32'),(7447,7455,'es',0,NULL,'¿Cuál es la diferencia entre categorías y etiquetas? Normalmente, las etiquetas son palabras clave que identifican información importante en tus entradas (nombres, asuntos, etc...) que pueden ser recurrentes o no en otras entradas, mientras que las categorías son secciones predeterminadas. Si piensas en tu sitio como en un libro, las categorías sería la tabla de contenidos mientras que las etiquetas serían como los términos en el índice.',NULL,'',0,'2019-11-07 09:10:32'),(7448,7456,'es',0,NULL,'Cuando un comentario contiene alguna de estas palabras en su contenido, nombre, URL, correo electrónico o IP se mantendrá en la <a href=\"edit-comments.php?comment_status=moderated\">cola de moderación</a>. Pon una palabra o dirección IP por línea. También afectará a las palabras contenidas dentro de otras, como «press», que está dentro de «WordPress»',NULL,'',0,'2019-11-07 09:10:32'),(7449,7457,'es',0,NULL,'Cuando un comentario contiene alguna de las siguientes palabras en su contenido, nombre, URL o IP, se mandará a la papelera. Pon solo una palabra o IP por línea. También afectará las palabras contenidas dentro de otras, como «press» que está dentro de «WordPress».',NULL,'',0,'2019-11-07 09:10:32'),(7450,7458,'es',0,NULL,'Cuando añades una nueva categoría en esta pantalla, rellenas los siguientes campos.',NULL,'',0,'2019-11-07 09:10:32'),(7451,7459,'es',0,NULL,'Cuando añadas una nueva etiqueta en esta pantalla, rellenarás los siguientes campos:',NULL,'',0,'2019-11-07 09:10:32'),(7452,7460,'es',0,NULL,'Al cambiar de tema, a menudo hay algunos cambios en el número y configuración de las áreas y barras laterales de los widgets, y a veces estos conflictos hacen que el cambio sea un poco menos fácil. Si has cambiado de tema y parece que se hubiesen perdido widgets, ve al final de esta página al área de Widgets inactivos, donde se guardan todos tus widgets inactivos, con sus ajustes.',NULL,'',0,'2019-11-07 09:10:32'),(7453,7461,'es',0,NULL,'Al previsualizar en monitores pequeños puedes usar el icono de Contraer que está al fondo del panel izquierdo. esto ocultará el panel, dándote más espacio para previsualizar tu sitio con el nuevo tema. Para volver a ver el panel haz clic de nuevo en el icono de Contraer.',NULL,'',0,'2019-11-07 09:10:32'),(7454,7462,'es',0,NULL,'Cuando este ajuste está activo se muestra un recordatorio en la caja De un vistazo del Escritorio que dice «Motores de búsqueda disuadidos», para recordarte que tu sitio no está siendo rastreado.',NULL,'',0,'2019-11-07 09:10:32'),(7455,7463,'es',0,NULL,'Si usas la edición por lotes puedes cambiar los metadatos (categorías, autor, etc.) para los todas las entradas seleccionadas de una vez. Para quitar una entrada de ese agrupamiento, solo tienes que hacer clic en la x que hay junto a nombre en el área de edición por lotes que aparece.',NULL,'',0,'2019-11-07 09:10:32'),(7456,7464,'es',0,NULL,'Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.',NULL,'',0,'2019-11-07 09:10:32'),(7457,7465,'es',0,NULL,'Cuando asignas varias categorías o etiquetas a una entrada solo se puede mostrar una en el enlace permanente: la categoría con el número más bajo. Esto es así si tu estructura personalizada contiene <code>%category%</code> o <code>%tag%</code>.',NULL,'',0,'2019-11-07 09:10:32'),(7458,7466,'es',0,NULL,'Cuando hagas clic en el botón de abajo, WordPress creará un archivo XML para que lo guardes en tu ordenador.',NULL,'',0,'2019-11-07 09:10:32'),(7459,7467,'es',0,NULL,'Cuando inicias sesión, también instalaremos varias cookies para guardar tu información de inicio de sesión y tus opciones de visualización de pantalla. Las cookies de inicio de sesión duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas "Recordarme", tu inicio de sesión perdurará durante dos semanas. Si sales de tu cuenta, las cookies de inicio de sesión se eliminarán.',NULL,'',0,'2019-11-07 09:10:32'),(7460,7468,'es',0,NULL,'Cuando publicas una nueva entrada WordPress avisa automáticamente a los siguientes servicios de actualización. Para más información revisa los <a href=\"%s\">servicios de actualización</a> en el Codex. Separa las URLs de los distintos servicios con saltos de línea.',NULL,'',0,'2019-11-07 09:10:32'),(7461,7469,'es',0,NULL,'Cuando hayas podido actualizar utilizando el botón «Actualizar ahora» en el escritorio > Actualizaciones, borraremos este error para futuros intentos de actualización.',NULL,'',0,'2019-11-07 09:10:32'),(7462,7470,'es',0,NULL,'Dónde enviamos tus datos',NULL,'',0,'2019-11-07 09:10:32'),(7463,7471,'es',0,NULL,'Al probar los eventos programados de tu sitio, se han encontrado los siguientes errores: %s',NULL,'',0,'2019-11-07 09:10:32'),(7464,7472,'es',0,NULL,'Mientras editas tu archivo %1$s tómate un momento para asegurarte de que tienes las 8 claves y que son únicas. Puedes generarlas usando el <a href=\"%2$s\">servicio de claves secretas de WordPress.org</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7465,7473,'es',0,NULL,'Mientras se actualiza tu sitio permanecerá en modo mantenimiento. Tan pronto como finalicen las actualizaciones tu sitio volverá a su estado normal.',NULL,'',0,'2019-11-07 09:10:32'),(7466,7474,'es',0,NULL,'Quiénes somos',NULL,'',0,'2019-11-07 09:10:32'),(7467,7475,'es',0,NULL,'Con quién compartimos tus datos',NULL,'',0,'2019-11-07 09:10:32'),(7468,7476,'es',0,NULL,'Widget %s',NULL,'',0,'2019-11-07 09:10:32'),(7469,7477,'es',0,NULL,'Los widgets son secciones independientes de contenido que pueden ser colocados en cualquier parte de tu tema que esté preparado para ello (comúnmente llamados barras laterales/sidebars). Para colocar en tus áreas laterales/widgets con widgets de forma individual, arrastra y suelta la barra del título del widget al área deseada. Por defecto, solo la primera área está desplegada. Para poner widgets en otras aéreas haz clic en el barra del título para desplegarlas.',NULL,'',0,'2019-11-07 09:10:32'),(7470,7478,'es',0,NULL,'Los widgets pueden usarse varias veces. Puedes proporcionar a cada widget un título para ser mostrado en tu sitio, pero no es necesario.',NULL,'',0,'2019-11-07 09:10:32'),(7471,7479,'es',0,NULL,'Con la incorporación de las configuraciones webpack y Babel en el paquete @wordpress/scripts, los desarrolladores no tendrán que preocuparse de configurar herramientas de compilación complejas para escribir JavaScript moderno.',NULL,'',0,'2019-11-07 09:10:32'),(7472,7480,'es',0,NULL,'Número de palabras: %s',NULL,'',0,'2019-11-07 09:10:32'),(7473,7481,'es',0,NULL,'WordCamps',NULL,'',0,'2019-11-07 09:10:32'),(7474,7482,'es',0,NULL,'WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7475,7483,'es',0,NULL,'WordPress %1$s está funcionando con el tema %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7476,7484,'es',0,NULL,'WordPress %s',NULL,'',0,'2019-11-07 09:10:32'),(7477,7485,'es',0,NULL,'WordPress %s también está ahora disponible.',NULL,'',0,'2019-11-07 09:10:32'),(7478,7486,'es',0,NULL,'WordPress › Reparación de la base de datos',NULL,'',0,'2019-11-07 09:10:32'),(7479,7487,'es',0,NULL,'Instalación de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7480,7488,'es',0,NULL,'WordPress › Instalación del archivo de configuración.',NULL,'',0,'2019-11-07 09:10:32'),(7481,7489,'es',0,NULL,'Actualización de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7482,7490,'es',0,NULL,'WordPress 5.2 te ofrece herramientas aún más robustas para identificar y corregir problemas de configuración y errores fatales. Tanto si eres un desarrollador que ayuda a clientes como si gestionas tu sitio en solitario, estas herramientas pueden ayudarte a obtener la información correcta cuando la necesites.',NULL,'',0,'2019-11-07 09:10:32'),(7483,7491,'es',0,NULL,'Blog oficial WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7484,7492,'es',0,NULL,'Constantes de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7485,7493,'es',0,NULL,'Eventos y noticias de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7486,7494,'es',0,NULL,'Actualizaciones de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7487,7495,'es',0,NULL,'Versión de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7488,7496,'es',0,NULL,'WordPress también puede tratar de optimizar la base de datos. Esto mejora el rendimiento en algunas situaciones. La reparación y optimización de la base de datos puede tomar mucho tiempo y la base de datos se bloqueará mientras se optimiza.',NULL,'',0,'2019-11-07 09:10:32'),(7489,7497,'es',0,NULL,'WordPress puede reconocer automáticamente algunos problemas comunes de base de datos y repararlos. La reparación puede durar un rato, sé paciente por favor.',NULL,'',0,'2019-11-07 09:10:32'),(7490,7498,'es',0,NULL,'Reparación de la base de datos de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7491,7499,'es',0,NULL,'Las actualizaciones de desarrollo de WordPress están bloqueadas por la constante %s.',NULL,'',0,'2019-11-07 09:10:32'),(7492,7500,'es',0,NULL,'Las actualizaciones de desarrollo de WordPress están bloqueadas por el filtro %s.',NULL,'',0,'2019-11-07 09:10:32'),(7493,7501,'es',0,NULL,'Ubicación del directorio de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7494,7502,'es',0,NULL,'Tamaño del directorio de WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7495,7503,'es',0,NULL,'WordPress crece cuando la gente habla a sus amigos sobre él y los miles de negocios y servicios que se construyen en y alrededor de WordPress lo comparten con sus usuarios. Nos enorgullece cada vez que alguien difunde la buena nueva, simplemente asegúrate de <a href=\"%s\">echar un vistazo a nuestras directrices de marca</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7496,7504,'es',0,NULL,'WordPress ya está instalado. ¡Gracias, y que lo disfrutes!',NULL,'',0,'2019-11-07 09:10:32'),(7497,7505,'es',0,NULL,'¡WordPress se ha actualizado! Antes de continuar tenemos que actualizar tu base de datos a la última versión.',NULL,'',0,'2019-11-07 09:10:32'),(7498,7506,'es',0,NULL,'WordPress ha detectado que tu sitio está funcionando con una versión insegura de PHP.',NULL,'',0,'2019-11-07 09:10:32'),(7499,7507,'es',0,NULL,'WordPress ha detectado que tu sitio está funcionando con una versión obsoleta de PHP.',NULL,'',0,'2019-11-07 09:10:32'),(7500,7508,'es',0,NULL,'WordPress es un software de código libre y abierto, construido por una comunidad de desarrolladores, en su mayoría voluntarios, distribuidos por todo el mundo. WordPress viene con la genial licencia que cambiará el mundo, la <a href=\"%s\">licencia</a> GPL.',NULL,'',0,'2019-11-07 09:10:32'),(7501,7509,'es',0,NULL,'WordPress está en la última versión.',NULL,'',0,'2019-11-07 09:10:32'),(7502,7510,'es',0,NULL,'WordPress está creado por un equipo de <a href=\"%1$s\">personas</a> apasionadas que están alrededor del todo el planeta. <a href=\"%2$s\">Involúcrate en WordPress</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7503,7511,'es',0,NULL,'WordPress está creado por un equipo de personas apasionadas que están alrededor del todo el planeta.',NULL,'',0,'2019-11-07 09:10:32'),(7504,7512,'es',0,NULL,'WordPress no está informando a ningún <a href=\"%1$s\">servicio de actualizaciones</a> debido a los <a href=\"%2$s\">ajustes de visibilidad</a> de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7505,7513,'es',0,NULL,'WordPress te ofrece la posibilidad de crear una estructura de URLs personalizada para tus enlaces permanentes y archivos. Las estructuras de URLs personalizadas pueden mejorar la estética, usabilidad y compatibilidad futura de tus enlaces. Hay <a href=\"%s\">varias posibles etiquetas disponibles</a>, y aquí tienes algunos ejemplos para empezar.',NULL,'',0,'2019-11-07 09:10:32'),(7506,7514,'es',0,NULL,'WordPress requiere versión %2$s o superior de %1$s. Contacta con tu empresa de alojamiento web para corregir esto.',NULL,'',0,'2019-11-07 09:10:32'),(7507,7515,'es',0,NULL,'Las actualizaciones de seguridad y mantenimiento de WordPress están bloqueadas por %s.',NULL,'',0,'2019-11-07 09:10:32'),(7508,7516,'es',0,NULL,'Las versiones de seguridad y mantenimiento de WordPress están bloqueadas por el filtro %s.',NULL,'',0,'2019-11-07 09:10:32'),(7509,7517,'es',0,NULL,'WordPress corregirá de forma automática el XHTML incorrectamente anidado',NULL,'',0,'2019-11-07 09:10:32'),(7510,7518,'es',0,NULL,'Sitio WordPress: %s',NULL,'',0,'2019-11-07 09:10:32'),(7511,7519,'es',0,NULL,'Actualización de WordPress disponible (%s)',NULL,'',0,'2019-11-07 09:10:32'),(7512,7520,'es',0,NULL,'WordPress se ha actualizado correctamente',NULL,'',0,'2019-11-07 09:10:32'),(7513,7521,'es',0,NULL,'Versión de WordPress %s',NULL,'',0,'2019-11-07 09:10:32'),(7514,7522,'es',0,NULL,'La compatibilidad de WordPress con utf8mb4 requiere MariaDB versión %s o superior. Por favor, contacta con el administrador de tu servidor.',NULL,'',0,'2019-11-07 09:10:32'),(7515,7523,'es',0,NULL,'La compatibilidad de WordPress con utf8mb4 requiere la biblioteca cliente de MySQL (%1$s) versión %2$s o superior. Por favor, contacta con el administrador de tu servidor.',NULL,'',0,'2019-11-07 09:10:32'),(7516,7524,'es',0,NULL,'La compatibilidad de WordPress con utf8mb4 requiere MySQL versión %s o superior. Por favor, contacta con el administrador de tu servidor.',NULL,'',0,'2019-11-07 09:10:32'),(7517,7525,'es',0,NULL,'Página del plugin en WordPress.org »',NULL,'',0,'2019-11-07 09:10:32'),(7518,7526,'es',0,NULL,'Es posible conectarse a WordPress.org',NULL,'',0,'2019-11-07 09:10:32'),(7519,7527,'es',0,NULL,'Editable',NULL,'',0,'2019-11-07 09:10:32'),(7520,7528,'es',0,NULL,'Escribe tu primera entrada en el blog',NULL,'',0,'2019-11-07 09:10:32'),(7521,7529,'es',0,NULL,'Escritura',NULL,'',0,'2019-11-07 09:10:32'),(7522,7530,'es',0,NULL,'Ajustes de escritura',NULL,'',0,'2019-11-07 09:10:32'),(7523,7531,'es',0,NULL,'X — Contenido más adulto que los anteriores.',NULL,'',0,'2019-11-07 09:10:32'),(7524,7532,'es',0,NULL,'XFN se refiere a <a href=\"http://gmpg.org/xfn/\">red de amigos XHTML</a> (XHTML Friends Network), y es opcional. WordPress permite generar atributos XFN que muestran tu relación con los autores/propietarios del sitio al que estés enlazando.',NULL,'',0,'2019-11-07 09:10:32'),(7525,7533,'es',0,NULL,'Error de XML: %1$s en la línea %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7526,7534,'es',0,NULL,'d/m/Y g:i:s a',NULL,'',0,'2019-11-07 09:10:32'),(7527,7535,'es',0,NULL,'Sí, borra estos archivos',NULL,'',0,'2019-11-07 09:10:32'),(7528,7536,'es',0,NULL,'Sí, borra estos archivos y datos',NULL,'',0,'2019-11-07 09:10:32'),(7529,7537,'es',0,NULL,'Sí, llévame a la página de mi perfil',NULL,'',0,'2019-11-07 09:10:32'),(7530,7538,'es',0,NULL,'También tienes algunos plugins o temas con actualizaciones disponibles. Actualízalos ahora:',NULL,'',0,'2019-11-07 09:10:32'),(7531,7539,'es',0,NULL,'Parece que estás editando directamente tu plugin desde el escritorio de WordPress. ¡No te lo aconsejamos! Editar plugins directamente puede producir incompatibilidades que rompan tu sitio y tus cambios se perderán en las próximas actualizaciones.',NULL,'',0,'2019-11-07 09:10:32'),(7532,7540,'es',0,NULL,'Parece que estás editando directamente tu tema desde el escritorio de WordPress. ¡No te lo aconsejamos! Editar tu tema directamente puede romper tu sitio y tus cambios se perderán en las próximas actualizaciones. Si necesitas modificar algo más que el CSS de tu tema, deberías probar a <a href=\"%s\">crear un tema hijo</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7533,7541,'es',0,NULL,'Estás a punto de aprobar el siguiente comentario:',NULL,'',0,'2019-11-07 09:10:32'),(7534,7542,'es',0,NULL,'Estás a punto de borrar %s.',NULL,'',0,'2019-11-07 09:10:32'),(7535,7543,'es',0,NULL,'Estás a punto de borrar el siguiente comentario:',NULL,'',0,'2019-11-07 09:10:32'),(7536,7544,'es',0,NULL,'Estás a punto de borrar este enlace \'%s\'\n \'Cancelar\' para parar, \'Aceptar\' para borrarlo.',NULL,'',0,'2019-11-07 09:10:32'),(7537,7545,'es',0,NULL,'Estás a punto de borrar este tema \'%s\'\n \'Aceptar\' para borrar, \'Cancelar\' para salir.',NULL,'',0,'2019-11-07 09:10:32'),(7538,7546,'es',0,NULL,'Se va a instalar WordPress %s en <strong>inglés (US).</strong> Existe la posibilidad de que esta actualización rompa tu traducción. Puede que prefieras esperar a que salga la versión local.',NULL,'',0,'2019-11-07 09:10:32'),(7539,7547,'es',0,NULL,'Estás a punto de marcar el siguiente comentario como spam:',NULL,'',0,'2019-11-07 09:10:32'),(7540,7548,'es',0,NULL,'Estás a punto de mover el siguiente comentario a la papelera:',NULL,'',0,'2019-11-07 09:10:32'),(7541,7549,'es',0,NULL,'Estás a punto de eliminar el siguiente plugin:',NULL,'',0,'2019-11-07 09:10:32'),(7542,7550,'es',0,NULL,'Estás a punto de eliminar los siguientes plugins:',NULL,'',0,'2019-11-07 09:10:32'),(7543,7551,'es',0,NULL,'Estás accediendo a esta web mediante HTTPS, pero tu <a href=\"%s\">Dirección de WordPress</a> no está configurada para usar HTTPS por defecto.',NULL,'',0,'2019-11-07 09:10:32'),(7544,7552,'es',0,NULL,'Estás editando la página que muestra tus últimas entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7545,7553,'es',0,NULL,'Estás ejecutando la última versión disponible de WordPress, ¡sigue así!',NULL,'',0,'2019-11-07 09:10:32'),(7546,7554,'es',0,NULL,'Estás en el modo de recuperación. Esto significa que puede haber un error con un tema o plugin. Para salir del modo de recuperación cierra la sesión o usa el botón de salir. <a href=\"%s\">Salir del modo de recuperación</a>',NULL,'',0,'2019-11-07 09:10:32'),(7547,7555,'es',0,NULL,'Ahora están cerradas tus sesiones del resto de sitios.',NULL,'',0,'2019-11-07 09:10:32'),(7548,7556,'es',0,NULL,'Solo estás conectado en esta ubicación.',NULL,'',0,'2019-11-07 09:10:32'),(7549,7557,'es',0,NULL,'Estás usando el dependiente %1$s que podría significar que no se está usando una base de datos %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7550,7558,'es',0,NULL,'Estás usando una versión en desarrollo (%1$s). ¡Mola! Por favor, <a href=\"%2$s\">mantente actualizado</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7551,7559,'es',0,NULL,'Estás utilizando una versión de desarrollo de WordPress. Estos plugins destacados también están en desarrollo. <a href=\"%s\">Saber más</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7552,7560,'es',0,NULL,'Estás usando una versión de desarrollo de WordPress. Puedes actualizar a la última versión de desarrollo automáticamente:',NULL,'',0,'2019-11-07 09:10:32'),(7553,7561,'es',0,NULL,'¡Estás usando un navegador inseguro!',NULL,'',0,'2019-11-07 09:10:32'),(7554,7562,'es',0,NULL,'Estás usando el cargador propio del navegador. El cargador de WordPress incluye selección múltiple de archivos y capacidad de arrastrar y soltar. <a href=\"#\">Cambiar al cargador múltiple</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7555,7563,'es',0,NULL,'Estás utilizando la subida múltiple de archivos. ¿Algún problema? Puedes probar a <a href=\"%1$s\" target=\"%2$s\">subirlo desde el navegador</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7556,7564,'es',0,NULL,'Has tratado de acceder al escritorio de «%1$s» pero actualmente no tienes privilegios en este sitio. Si crees que deberías poder acceder al escritorio de «%1$s» contacta con tu administrador de la red.',NULL,'',0,'2019-11-07 09:10:32'),(7557,7565,'es',0,NULL,'Estás intentando editar un adjunto que no existe. ¿Lo has borrado?',NULL,'',0,'2019-11-07 09:10:32'),(7558,7566,'es',0,NULL,'Lo que intentas editar no existe. ¿Habrá sido borrado?',NULL,'',0,'2019-11-07 09:10:32'),(7559,7567,'es',0,NULL,'Has tratado de editar un elemento que no es un adjunto. Por favor, vuelve atrás e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7560,7568,'es',0,NULL,'Puedes buscar temas por palabra clave, autor o etiqueta; o puedes filtrar por los criterios que se muestran en el selector.',NULL,'',0,'2019-11-07 09:10:32'),(7561,7569,'es',0,NULL,'Pudes subir manualmente un tema si ya has descargado su archivo ZIP en tu ordenador (asegúrate de que sea de una fuente fiable y original). También puedes hacerlo al viejo estilo y copiar un tema descargado a través de FTP en tu directorio %s.',NULL,'',0,'2019-11-07 09:10:32'),(7562,7570,'es',0,NULL,'Aquí puedes añadir enlaces a mostrar en tu sitio, generalmente usando <a href=\"%s\">widgets</a>. Por defecto, se incluyen enlaces a varios sitios de la comunidad de WordPress como ejemplo.',NULL,'',0,'2019-11-07 09:10:32'),(7563,7571,'es',0,NULL,'Puede añadir o editar enlaces desde esta pantalla introduciendo la información en cada caja. Solo son necesarios el enlace a la web y el nombre (el texto que quieres mostrar en el enlace en tu sitio).',NULL,'',0,'2019-11-07 09:10:32'),(7564,7572,'es',0,NULL,'También puedes navegar por los plugins favoritos de un usuario usando el enlace «Favoritos» de la parte superior derecha de la pantalla e introduciendo su nombre de usuario en WordPress.org.',NULL,'',0,'2019-11-07 09:10:32'),(7565,7573,'es',0,NULL,'Puedes elegir un color de fondo haciendo clic en el botón de selección del color o escribiendo un valor hexadecimal HTML válido. Por ejemplo «#ff0000» para rojo o utilizando el selector de color.',NULL,'',0,'2019-11-07 09:10:32'),(7566,7574,'es',0,NULL,'También puedes controlar qué mostrar en el contenido de tu feed RSS, incluyendo el número máximo de entradas a mostrar o si mostrar todo el texto o solo un resumen.',NULL,'',0,'2019-11-07 09:10:32'),(7567,7575,'es',0,NULL,'También puedes crear entradas con <a href=\"%s\">el marcador Publicar esto</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7568,7576,'es',0,NULL,'También puedes borrar elementos individualmente y acceder a la pantalla de edición extendida desde la ventana de detalles.',NULL,'',0,'2019-11-07 09:10:32'),(7569,7577,'es',0,NULL,'También puedes editar o mover varias entradas a la papelera a la vez. Selecciona los mensajes sobre los que deseas actuar utilizando las casillas de verificación. A continuación selecciona la acción a realizar en el menú Acciones en lote y haz clic en Aplicar.',NULL,'',0,'2019-11-07 09:10:32'),(7570,7578,'es',0,NULL,'Puedes incrustar contenidos de muchos sitios web como Twitter, YouTube, Flickr y otros solo con poner la URL del medio en una línea propia en el contenido de tu entrada/página. Por favor, consulta el Codex <a href=\"https://codex.wordpress.org/Embeds\">para saber más sobre contenido incrustado</a>',NULL,'',0,'2019-11-07 09:10:32'),(7571,7579,'es',0,NULL,'También puedes moderar los comentarios desde esta pantalla usando la caja de estado, donde puedes cambiar el día/hora del comentario.',NULL,'',0,'2019-11-07 09:10:32'),(7572,7580,'es',0,NULL,'Puedes realizar el mismo tipo de acciones, incluyendo disminuir la lista utilizando filtros, utilizar los enlaces de acción que aparecen al pasar sobre una fila, o utilizando el menú de acciones en lote para editar los metadatos de varias páginas a la vez. ',NULL,'',0,'2019-11-07 09:10:32'),(7573,7581,'es',0,NULL,'Puedes asignar palabras clave a tu entradas utilizando las <strong>etiquetas</strong>. A diferencia de las categorías, las etiquetas no tienen jerarquía, lo que significa que no hay relación de una etiqueta con otra.',NULL,'',0,'2019-11-07 09:10:32'),(7574,7582,'es',0,NULL,'Puedes asignar ubicaciones del tema a menús individuales <strong>eligiendo los ajustes que desees</strong> al fondo del editor de menús. Para asignar menús a todas las ubicaciones del tema <strong>visita la pestaña de «Gestionar ubicaciones»</strong> en la parte superior de la pantalla.',NULL,'',0,'2019-11-07 09:10:32'),(7575,7583,'es',0,NULL,'Puedes cambiar la forma de visualización de esta pantalla usando la pestaña Opciones de pantalla para marcar cuántos elementos se muestran por pantalla y mostrar/esconder columnas.',NULL,'',0,'2019-11-07 09:10:32'),(7576,7584,'es',0,NULL,'Puedes cambiar tu contraseña, activar los atajos de teclado, cambiar la paleta de colores de tus pantallas de administración, desactivar el editor WYSIWYG (visual), entre otras cosas. Puedes ocultar la barra de herramientas (antes conocida como barra de administración) de la parte pública (front end) de tu sitio, aunque no es posible desactivarlo para las pantallas de administración.',NULL,'',0,'2019-11-07 09:10:32'),(7577,7585,'es',0,NULL,'Puedes elegir entre las imágenes por defecto del tema, o usar una tuya. También puedes personalizar como se mostrarán el título y descripción corta de tu sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7578,7586,'es',0,NULL,'Puedes elegir una las cabeceras que ya has subido o que se muestren aleatoriamente.',NULL,'',0,'2019-11-07 09:10:32'),(7579,7587,'es',0,NULL,'Puedes elegir lo que se muestra en la página principal de tu sitio. Pueden ser entradas en orden cronológico inverso (blog clásico) o una página fija/estática. Para definir una página de inicio estática primero tienes que crear dos <a href=\"%s\">páginas</a>. Una será la página principal y la otra donde se mostrarán tus entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7580,7588,'es',0,NULL,'Puedes elegir si quieres (o no) que tu sitio sea rastreado por robots, servicios de notificación o arañas. Si quieres que esos servicios ignoren tu sitio, haz clic en la casilla de verificación que está junto a «No permitir a los motores de búsqueda indexar este sitio» y hacer clic en el botón de Guardar cambios que está en la parte inferior de la pantalla. Ten en cuenta que la privacidad no es completa, el sitio sigue siendo visible y público en la web.',NULL,'',0,'2019-11-07 09:10:32'),(7581,7589,'es',0,NULL,'Puedes crear grupos de enlaces utilizando las categorías de enlaces. Los nombres de las categorías de enlaces deben ser únicos y son distintas de las categorías que usas para tus entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7582,7590,'es',0,NULL,'Puedes crear manualmente el archivo %s y pegar el siguiente texto.',NULL,'',0,'2019-11-07 09:10:32'),(7583,7591,'es',0,NULL,'Puedes personalizar cómo se muestra esta pantalla de diferentes formas:',NULL,'',0,'2019-11-07 09:10:32'),(7584,7592,'es',0,NULL,'Puedes personalizar cómo se muestra esta pantalla usando la pestaña Opciones de pantalla y/o el menú desplegable de filtros encima de la tabla de enlaces.',NULL,'',0,'2019-11-07 09:10:32'),(7585,7593,'es',0,NULL,'Puedes personalizar el formato de los contenidos de esta pantalla de muchas formas:',NULL,'',0,'2019-11-07 09:10:32'),(7586,7594,'es',0,NULL,'Puedes personalizar la imagen de tu sitio sin tocar nada del código del tema usando un fondo personalizado. Tu fondo puede ser una imagen o un color.',NULL,'',0,'2019-11-07 09:10:32'),(7587,7595,'es',0,NULL,'Puedes borrar Categorías de enlace en el desplegable de Acciones en lote, pero la acción no borra los enlaces dentro de la categoría. En su lugar, los mueve a la Categoría de enlaces por defecto.',NULL,'',0,'2019-11-07 09:10:32'),(7588,7596,'es',0,NULL,'Puedes editar la imagen al tiempo que conservas la miniatura. Por ejemplo, puede que quieras tener una miniatura cuadrada que muestre solo una sección de la imagen.',NULL,'',0,'2019-11-07 09:10:32'),(7589,7597,'es',0,NULL,'Si te es necesario puedes editar la información que falta en un comentario. Esto es muy útil si te advierten que un usuario ha cometido un error tipográfico al realizar un comentario.',NULL,'',0,'2019-11-07 09:10:32'),(7590,7598,'es',0,NULL,'Puedes activar el modo de escritura sin distracción usando el icono de la derecha. Esta función no está disponible para navegadores antiguos ni dispositivos con pantallas pequeñas , y requiere que esté activo el editor a pantalla completa en los ajustes de pantalla.',NULL,'',0,'2019-11-07 09:10:32'),(7591,7599,'es',0,NULL,'Puedes exportar un archivo del contenido de tu sitio para que puedas importarlo a otra instalación o plataforma. El archivo de exportación será un archivo XML en un formato llamado WXR. Se incluirán entradas, páginas, comentarios, campos personalizados, categorías y etiquetas. Puedes elegir incluir en el archivo WXR solo cierta entradas o páginas con los filtros desplegables para limitar la exportación por categorías, autor, rango de fechas por mes o estado de publicación.',NULL,'',0,'2019-11-07 09:10:32'),(7592,7600,'es',0,NULL,'Puedes filtrar la lista de entradas por estado de publicación usando los enlaces de texto sobre la lista de entradas para mostrar solo las entradas en ese estado. La visualización por defecto es mostrar todas las entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7593,7601,'es',0,NULL,'Puedes filtrar la lista de perfiles de usuario usando los enlaces de texto de arriba a la izquierda para mostrar Todos, Administrador, Editor, Autor, Colaborador o Suscriptor. La vista por defecto muestra todos los usuarios. Los perfiles de usuario sin utilizar no están en la lista.',NULL,'',0,'2019-11-07 09:10:32'),(7594,7602,'es',0,NULL,'Puedes encontrar más temas para tu sitio usando el buscador/instalador de temas que hay en esta misma página, donde se mostrarán los temas del <a href=\"%s\">directorio de temas de WordPress</a>. Estos temas los diseñan y desarrollan terceros y estás disponibles sin cargo (gratis), y son compatibles con la licencia que utiliza WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7595,7603,'es',0,NULL,'Puedes encontrar más detalles y hacer cambios en la pantalla de plugins.',NULL,'',0,'2019-11-07 09:10:32'),(7596,7604,'es',0,NULL,'Puedes encontrar más detalles y hacer cambios en la pantalla de temas.',NULL,'',0,'2019-11-07 09:10:32'),(7597,7605,'es',0,NULL,'Puedes encontrar nuevos plugins para instalar buscando y explorando el directorio desde aquí mismo, en tu propia sección de Plugins.',NULL,'',0,'2019-11-07 09:10:32'),(7598,7606,'es',0,NULL,'Puedes ocultar/mostrar columnas basándote en tus necesidades y decidir cuántas entradas se mostrarán por pantalla utilizando la pestaña «Opciones de pantalla».',NULL,'',0,'2019-11-07 09:10:32'),(7599,7607,'es',0,NULL,'Puedes mostrar/ocultar columnas basándote en tus necesidades y decidir cuántos usuarios listar por pantalla utilizando la pestaña de Opciones de Pantalla.',NULL,'',0,'2019-11-07 09:10:32'),(7600,7608,'es',0,NULL,'Puedes insertar archivos multimedia haciendo clic en el botón sobre el editor de entradas y siguiendo las indicaciones. Puedes alinear o editar imágenes utilizando la barra de herramientas de formato integrada que está disponible en el modo visual.',NULL,'',0,'2019-11-07 09:10:32'),(7601,7609,'es',0,NULL,'Puedes desconectar de otros dispositivos, como tu teléfono o un ordenador público, haciendo clic en el botón Desconectar del resto de sitios',NULL,'',0,'2019-11-07 09:10:32'),(7602,7610,'es',0,NULL,'Puedes gestionar los comentarios de tu sitio igual que gestionas tus artículos y el resto de tu contenido. Esta pantalla es configurable de la misma forma que el resto de pantallas de gestión, pudiendo utilizar las acciones que aparecen al pasar sobre los comentarios, o las Acciones en lote.',NULL,'',0,'2019-11-07 09:10:32'),(7603,7611,'es',0,NULL,'Puedes ordenar la lista por tipo/estado de archivo o por fecha usando los menús desplegables superiores de la tabla de medios.',NULL,'',0,'2019-11-07 09:10:32'),(7604,7612,'es',0,NULL,'Ahora puedes administrar y tener una vista previa del fondo personalizado en el <a href=\"%1$s\">Personalizador</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7605,7613,'es',0,NULL,'Ahora puedes administrar y tener una vista previa de la cabecera personalizada en el <a href=\"%1$s\">Personalizador</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7606,7614,'es',0,NULL,'Puedes escalar proporcionalmente la imagen original. Para obtener los mejores resultados, la escala se debe hacer antes de recortar, girar o rotar. Las imágenes solo se pueden escalar hacia abajo, no hacia arriba.',NULL,'',0,'2019-11-07 09:10:32'),(7607,7615,'es',0,NULL,'Puedes refinar lo que muestra el listado de entradas haciendo que solo se muestren las de una categoría específica o de un mes determinado usando el menú desplegable que encontrarás sobre el listado de entradas. Realiza un clic sobre el botón Filtro después de realizar tu selección. También puedes refinar el listado haciendo clic sobre el autor de una entrada, categoría o etiqueta del listado de entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7608,7616,'es',0,NULL,'Puedes elegir una imagen para que se muestre en la parte superior de tu sitio subiéndola desde tu ordenador o eligiéndola de tu biblioteca de medios. Después de elegir una imagen podrás recortarla.',NULL,'',0,'2019-11-07 09:10:32'),(7609,7617,'es',0,NULL,'Puedes elegir el idioma que quieras utilizar en la pantalla de administración de WordPress sin que afecte al idioma que en el que ven los visitantes el sitio.',NULL,'',0,'2019-11-07 09:10:32'),(7610,7618,'es',0,NULL,'Puedes elegir una imagen de cabecera personalizada para tu sitio. Simplemente sube la imagen y recórtala, la nueva cabecera se verá en directo inmediatamente. Alternativamente puedes usar una imagen que ya hayas subido a tu biblioteca de medios haciendo clic en el botón «Elegir imagen»',NULL,'',0,'2019-11-07 09:10:32'),(7611,7619,'es',0,NULL,'Puedes establecer los tamaños máximos para las imágenes insertadas en tu contenido; también puedes insertar una imagen a tamaño completo.',NULL,'',0,'2019-11-07 09:10:32'),(7612,7620,'es',0,NULL,'Puedes configurar el idioma y los archivos de traducción serán descargados e instalados automáticamente (disponible si el sistema de archivos es escribible).',NULL,'',0,'2019-11-07 09:10:32'),(7613,7621,'es',0,NULL,'Puedes continuar usando tu sitio, pero ningún subdominio que crees será accesible. Si sabes que tu configuración de DNS es correcta, ignora este mensaje.',NULL,'',0,'2019-11-07 09:10:32'),(7614,7622,'es',0,NULL,'Puedes enviar contenido de muchas formas; esta pantalla contiene las opciones para todas ellas. La selección superior controla el editor dentro del escritorio, mientras las demás controlan las formas externas de publicación. Para más información sobre estos métodos para publicar, puedes mirar en los enlaces de la documentación.',NULL,'',0,'2019-11-07 09:10:32'),(7615,7623,'es',0,NULL,'Puedes actualizar a <a href=\"%1$s\">WordPress %2$s</a> de forma automática:',NULL,'',0,'2019-11-07 09:10:32'),(7616,7624,'es',0,NULL,'Puedes subir e insertar archivos multimedia (imágenes, audios, documentos, etc.) con solo hacer clic en el botón «Añadir medio». Puedes elegir entre las imágenes ya subidas a la biblioteca multimedia o subir nuevos archivos. Para crear una galería de imágenes, solo tienes que seleccionar algunas y hacer clic en el botón «Crear nueva galería»',NULL,'',0,'2019-11-07 09:10:32'),(7617,7625,'es',0,NULL,'Aquí puedes subir archivos de medios sin tener que crear una entrada antes. Esto te permite subir archivos para entradas o páginas que escribas con posterioridad u obtener un enlace para un archivo que quieras compartir. Hay tres opciones para subir archivos:',NULL,'',0,'2019-11-07 09:10:32'),(7618,7626,'es',0,NULL,'Puedes usar categorías para definir secciones para las entradas de tu sitio y grupo. La categoría por defecto es «Sin categoría» hasta que la cambies en tus <a href=\"%s\">ajustes de escritura</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7619,7627,'es',0,NULL,'Puedes usar una de estas cabeceras tan chulas o mostrarlas aleatoriamente en cada página.',NULL,'',0,'2019-11-07 09:10:32'),(7620,7628,'es',0,NULL,'Puedes usar los controles siguientes para organizar tu escritorio de modo que se adapte a tu rutina de trabajo. Puedes hacer lo mismo en la mayoría de las secciones de administración.',NULL,'',0,'2019-11-07 09:10:32'),(7621,7629,'es',0,NULL,'Puedes usar el editor para realizar cambios a cualquier archivo php de tus plugins. Cuidado si realizas cambios, la actualización de los plugins producirá que tus modificaciones sean sobrescritas y se pierdan.',NULL,'',0,'2019-11-07 09:10:32'),(7622,7630,'es',0,NULL,'Puedes usar el editor de temas para editar de forma individual los archivos CSS y PHP que componen tu tema.',NULL,'',0,'2019-11-07 09:10:32'),(7623,7631,'es',0,NULL,'Puedes ver todas las entradas escritas por un usuario haciendo clic en el número que hay bajo la columna Entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7624,7632,'es',0,NULL,'Puedes ver las entradas en una lista simple de títulos o con el extracto, utilizando la pestaña de opciones de pantalla.',NULL,'',0,'2019-11-07 09:10:32'),(7625,7633,'es',0,NULL,'Puedes ver tus medios en una cuadrícula visual sencilla o en lista con columnas. Cambia entre estas vistas usando los iconos en la parte superior izquierda de los medios.',NULL,'',0,'2019-11-07 09:10:32'),(7626,7634,'es',0,NULL,'No puedes borrar el usuario actual.',NULL,'',0,'2019-11-07 09:10:32'),(7627,7635,'es',0,NULL,'No puedes editar este adjunto porque está en la papelera. Por favor, sácalo de la papelera e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7628,7636,'es',0,NULL,'No puedes editar esto ya que está en la Papelera. Sácala de la Papelera e inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7629,7637,'es',0,NULL,'No puedes eliminar usuarios.',NULL,'',0,'2019-11-07 09:10:32'),(7630,7638,'es',0,NULL,'No puedes eliminar el usuario actual.',NULL,'',0,'2019-11-07 09:10:32'),(7631,7639,'es',0,NULL,'No puedes borrar un plugin si está activado para el sitio principal.',NULL,'',0,'2019-11-07 09:10:32'),(7632,7640,'es',0,NULL,'No puedes eliminar un tema mientras este tenga un tema hijo activo.',NULL,'',0,'2019-11-07 09:10:32'),(7633,7641,'es',0,NULL,'No puedes instalar porque <a href=\"%1$s\">WordPress %2$s</a> requiere la versión %3$s o superior de MySQL. Estás ejecutando la versión %4$s.',NULL,'',0,'2019-11-07 09:10:32'),(7634,7642,'es',0,NULL,'No puedes instalar ya que <a href=\"%1$s\">WordPress %2$s</a> requiere la versión %3$s o superior de PHP y la versión %4$s o superior de MySQL. Estás usando la versión %5$s de PHP y la versión %6$s de MySQL.',NULL,'',0,'2019-11-07 09:10:32'),(7635,7643,'es',0,NULL,'No se puede instalar porque <a href=\"%1$s\">WordPress %2$s</a> necesita la versión %3$s de PHP o una superior. Estás ejecutando la versión %4$s.',NULL,'',0,'2019-11-07 09:10:32'),(7636,7644,'es',0,NULL,'No puedes mover este elemento a la papelera. %s lo está editando en este momento.',NULL,'',0,'2019-11-07 09:10:32'),(7637,7645,'es',0,NULL,'No puedes actualizar porque <a href=\"%1$s\">WordPress %2$s</a> necesita una versión de MySQL superior a la %3$s. Actualmente tienes la versión %4$s.',NULL,'',0,'2019-11-07 09:10:32'),(7638,7646,'es',0,NULL,'No puedes actualizar porque <a href=\"%1$s\">WordPress %2$s</a> necesita la versión %3$s o superior de PHP y la versión %4$s o superior de MySQL. Estás usando la versión %5$s de PHP y la versión %6$s de MySQL.',NULL,'',0,'2019-11-07 09:10:32'),(7639,7647,'es',0,NULL,'No puedes actualizar porque <a href=\"%1$s\">WordPress %2$s</a> necesita una versión de PHP %3$s o superior. Estás ejecutando la versión %4$s.',NULL,'',0,'2019-11-07 09:10:32'),(7640,7648,'es',0,NULL,'Has desactivado este plugin el %s y puede que ya no necesites esta política.',NULL,'',0,'2019-11-07 09:10:32'),(7641,7649,'es',0,NULL,'No has introducido un nombre de categoría.',NULL,'',0,'2019-11-07 09:10:32'),(7642,7650,'es',0,NULL,'Tienes %1$s y %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7643,7651,'es',0,NULL,'Has elegido borrar los siguientes usuarios de todas la redes y sitios.',NULL,'',0,'2019-11-07 09:10:32'),(7644,7652,'es',0,NULL,'Has elegido borrar el usuario de todas las redes y sitios.',NULL,'',0,'2019-11-07 09:10:32'),(7645,7653,'es',0,NULL,'Tienes plugins esperando a ser actualizados',NULL,'',0,'2019-11-07 09:10:32'),(7646,7654,'es',0,NULL,'Has seleccionado estos usuarios para ser borrados:',NULL,'',0,'2019-11-07 09:10:32'),(7647,7655,'es',0,NULL,'Has especificado estos usuarios para ser eliminados:',NULL,'',0,'2019-11-07 09:10:32'),(7648,7656,'es',0,NULL,'Has marcado a este usuario para su eliminación:',NULL,'',0,'2019-11-07 09:10:32'),(7649,7657,'es',0,NULL,'Has especificado que se borre a este usuario:',NULL,'',0,'2019-11-07 09:10:32'),(7650,7658,'es',0,NULL,'Tienes la última versión de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7651,7659,'es',0,NULL,'Tienes temas que necesitan ser actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7652,7660,'es',0,NULL,'Tienes la versión %1$s. Actualiza a la %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7653,7661,'es',0,NULL,'También puedes ver las etiquetas más populares del directorio de plugins:',NULL,'',0,'2019-11-07 09:10:32'),(7654,7662,'es',0,NULL,'Debes ser miembro de al menos un sitio para usar esta página.',NULL,'',0,'2019-11-07 09:10:32'),(7655,7663,'es',0,NULL,'Debes hacer clic en el botón «Guardar cambios» en la parte inferior de la pantalla para que los nuevos ajustes tengan efecto.',NULL,'',0,'2019-11-07 09:10:32'),(7656,7664,'es',0,NULL,'Debes facilitarnos un nombre de dominio.',NULL,'',0,'2019-11-07 09:10:32'),(7657,7665,'es',0,NULL,'Debes facilitarnos un nombre para tu red de sitios.',NULL,'',0,'2019-11-07 09:10:32'),(7658,7666,'es',0,NULL,'Debes facilitarnos una dirección de correo electrónico válida.',NULL,'',0,'2019-11-07 09:10:32'),(7659,7667,'es',0,NULL,'Debes facilitar una dirección de correo electrónico',NULL,'',0,'2019-11-07 09:10:32'),(7660,7668,'es',0,NULL,'Necesitas JavaScript para elegir una parte de la imagen.',NULL,'',0,'2019-11-07 09:10:32'),(7661,7669,'es',0,NULL,'Para guardar los cambios, es necesario que el archivo tenga permisos de escritura. Visita <a href=\"https://codex.wordpress.org/Changing_File_Permissions\" >el codex</a> para obtener más información.',NULL,'',0,'2019-11-07 09:10:32'),(7662,7670,'es',0,NULL,'Solo tienes un tema activado para este sitio. Ve a la administración de la red para <a href=\"%1$s\">activar</a> más temas.',NULL,'',0,'2019-11-07 09:10:32'),(7663,7671,'es',0,NULL,'Solo tienes un tema activado para este sitio. Ve a la administración de la red para <a href=\"%1$s\">activar</a> o <a href=\"%2$s\">instalar</a> más temas.',NULL,'',0,'2019-11-07 09:10:32'),(7664,7672,'es',0,NULL,'Tienes solo un tema instalado ahora mismo. ¡Disfruta de la vida! Puedes elegir entre más de 1.000 temas gratuitos en el directorio de temas de WordPress.org cuando quieras: solo tienes que hacer clic en la pestaña <a href=\"%s\">Instalar temas</a> de arriba.',NULL,'',0,'2019-11-07 09:10:32'),(7665,7673,'es',0,NULL,'También deberías tener en cuenta cualquier recopilación y retención de datos personales sensibles, como los relativos a la salud.',NULL,'',0,'2019-11-07 09:10:32'),(7666,7674,'es',0,NULL,'Deberías recibir esta información de tu proveedor de alojamiento web, si %s no funciona.',NULL,'',0,'2019-11-07 09:10:32'),(7667,7675,'es',0,NULL,'Deberías eliminar los plugins inactivos',NULL,'',0,'2019-11-07 09:10:32'),(7668,7676,'es',0,NULL,'Deberías eliminar los temas inactivos.',NULL,'',0,'2019-11-07 09:10:32'),(7669,7677,'es',0,NULL,'Ahora debes actualizar tu .htaccess',NULL,'',0,'2019-11-07 09:10:32'),(7670,7678,'es',0,NULL,'Deberías actualizar tu archivo web.config ahora.',NULL,'',0,'2019-11-07 09:10:32'),(7671,7679,'es',0,NULL,'Necesitas esta contraseña para acceder. Por favor, guárdala en un lugar seguro.',NULL,'',0,'2019-11-07 09:10:32'),(7672,7680,'es',0,NULL,'Habrás recibido un correo electrónico debido a esto.',NULL,'',0,'2019-11-07 09:10:32'),(7673,7681,'es',0,NULL,'Estás usando la contraseña generada automáticamente para tu cuenta. ¿Quieres cambiarla?',NULL,'',0,'2019-11-07 09:10:32'),(7674,7682,'es',0,NULL,'Tu archivo %s tiene vacío el prefijo de la tabla de la base de datos, y es obligatorio.',NULL,'',0,'2019-11-07 09:10:32'),(7675,7683,'es',0,NULL,'Tu archivo .htaccess solo contiene características del núcleo de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7676,7684,'es',0,NULL,'Tu correo electrónico',NULL,'',0,'2019-11-07 09:10:32'),(7677,7685,'es',0,NULL,'Tu versión de MariaDB es compatible con utf8mb4',NULL,'',0,'2019-11-07 09:10:32'),(7678,7686,'es',0,NULL,'Tu versión de MySQL es compatible con utf8mb4.',NULL,'',0,'2019-11-07 09:10:32'),(7679,7687,'es',0,NULL,'Los cambios en tu código PHP se han revertido debido a un error en la línea %1$s del archivo %2$s. Por favor, arréglalo y trata de guardar de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7680,7688,'es',0,NULL,'Tienes que actualizar tu versión de PHP',NULL,'',0,'2019-11-07 09:10:32'),(7681,7689,'es',0,NULL,'Deberías actualizar tu versión de PHP',NULL,'',0,'2019-11-07 09:10:32'),(7682,7690,'es',0,NULL,'Tu perfil',NULL,'',0,'2019-11-07 09:10:32'),(7683,7691,'es',0,NULL,'Tus borradores recientes',NULL,'',0,'2019-11-07 09:10:32'),(7684,7692,'es',0,NULL,'Tus sitios',NULL,'',0,'2019-11-07 09:10:32'),(7685,7693,'es',0,NULL,'¡La base de datos de WordPress se ha actualizado correctamente!',NULL,'',0,'2019-11-07 09:10:32'),(7686,7694,'es',0,NULL,'¡Tu base de datos de WordPress ya está actualizada!',NULL,'',0,'2019-11-07 09:10:32'),(7687,7695,'es',0,NULL,'Tu versión de WordPress está actualizada (%s)',NULL,'',0,'2019-11-07 09:10:32'),(7688,7696,'es',0,NULL,'Tu nombre de usuario en WordPress.org',NULL,'',0,'2019-11-07 09:10:32'),(7689,7697,'es',0,NULL,'¡Tu navegador está obsoleto!',NULL,'',0,'2019-11-07 09:10:32'),(7690,7698,'es',0,NULL,'La contraseña que has elegido.',NULL,'',0,'2019-11-07 09:10:32'),(7691,7699,'es',0,NULL,'Tu información de contacto',NULL,'',0,'2019-11-07 09:10:32'),(7692,7700,'es',0,NULL,'La contraseña de tu base de datos.',NULL,'',0,'2019-11-07 09:10:32'),(7693,7701,'es',0,NULL,'El nombre de usuario de tu base de datos.',NULL,'',0,'2019-11-07 09:10:32'),(7694,7702,'es',0,NULL,'Su empresa de alojamiento, los voluntarios del foro, o un desarrollador pueden utilizar esta información para ayudarte:',NULL,'',0,'2019-11-07 09:10:32'),(7695,7703,'es',0,NULL,'Tu instalación de WordPress no requiere credenciales de FTP para realizar actualizaciones.',NULL,'',0,'2019-11-07 09:10:32'),(7696,7704,'es',0,NULL,'La instalación de WordPress solicita las credenciales de FTP para realizar actualizaciones.',NULL,'',0,'2019-11-07 09:10:32'),(7697,7705,'es',0,NULL,'Tu últimos cambios se guardaron como una revisión.',NULL,'',0,'2019-11-07 09:10:32'),(7698,7706,'es',0,NULL,'Tu nuevo sitio de WordPress se ha creado correctamente en:\n\n%1$s\n\nPuedes acceder a tu cuenta de administrador con la siguiente información:\n\nNombre de usuario: %2$s\nContraseña: %3$s\nAccede desde aquí: %4$s\n\nEsperamos que disfrutes de tu nuevo sitio. ¡Gracias!\n\n--El Equipo de WordPress\nhttps://es.wordpress.org/\n',NULL,'',0,'2019-11-07 09:10:32'),(7699,7707,'es',0,NULL,'Tus contraseñas no coinciden. Inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:10:32'),(7700,7708,'es',0,NULL,'Tus plugins están actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7701,7709,'es',0,NULL,'Tus plugins están actualizados',NULL,'',0,'2019-11-07 09:10:32'),(7702,7710,'es',0,NULL,'Tu perfil contiene información sobre ti (tu «cuenta») así como algunas opciones personales relacionadas con el uso de WordPress.',NULL,'',0,'2019-11-07 09:10:32'),(7703,7711,'es',0,NULL,'Tus cambios programados recién publicados',NULL,'',0,'2019-11-07 09:10:32'),(7704,7712,'es',0,NULL,'Tu sitio en %1$s ha experimentado un fallo crítico mientras se trataba de actualizar WordPress a la versión %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7705,7713,'es',0,NULL,'Tu sitio %1$s ha experimentado un fallo crítico mientras se intentaba actualizar a la última versión de WordPress, %2$s.',NULL,'',0,'2019-11-07 09:10:32'),(7706,7714,'es',0,NULL,'Tu sitio puede comunicarse de modo seguro con otros servicios',NULL,'',0,'2019-11-07 09:10:32'),(7707,7715,'es',0,NULL,'Tu sitio puede realizar solicitudes de loopback',NULL,'',0,'2019-11-07 09:10:32'),(7708,7716,'es',0,NULL,'Tu sitio no ha podido realizar una solicitud de loopback.',NULL,'',0,'2019-11-07 09:10:32'),(7709,7717,'es',0,NULL,'Tu sitio no tiene ningún tema por defecto. WordPress usa automáticamente los temas por defecto si hay algún problema con tu tema normal.',NULL,'',0,'2019-11-07 09:10:32'),(7710,7718,'es',0,NULL,'Tu sitio no usa HTTPS',NULL,'',0,'2019-11-07 09:10:32'),(7711,7719,'es',0,NULL,'Tu sitio tiene %1$d tema inactivo, aparte de %2$s, el tema por defecto de WordPress, y %3$s, tu tema activo.',NULL,'',0,'2019-11-07 09:10:32'),(7712,7720,'es',0,NULL,'Tu sitio tiene %1$d temas inactivos, aparte de %2$s, el tema por defecto de WordPress, y %3$s, tu tema activo.',NULL,'',0,'2019-11-07 09:10:32'),(7713,7721,'es',0,NULL,'Tu sitio tiene %1$d tema inactivo, aparte de %2$s, tu tema activo.',NULL,'',0,'2019-11-07 09:10:32'),(7714,7722,'es',0,NULL,'Tu sitio tiene %1$d temas inactivos, aparte de %2$s, tu tema activo.',NULL,'',0,'2019-11-07 09:10:32'),(7715,7723,'es',0,NULL,'Tu sitio tiene %d plugin activo y está actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7716,7724,'es',0,NULL,'Tu sitio tiene %d plugins activos y están todos actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7717,7725,'es',0,NULL,'Tu sitio tiene %d plugin inactivo.',NULL,'',0,'2019-11-07 09:10:32'),(7718,7726,'es',0,NULL,'Tu sitio tiene %d plugins inactivos.',NULL,'',0,'2019-11-07 09:10:32'),(7719,7727,'es',0,NULL,'Tu sitio tiene %d tema inactivo.',NULL,'',0,'2019-11-07 09:10:32'),(7720,7728,'es',0,NULL,'Tu sitio tiene %d temas inactivos.',NULL,'',0,'2019-11-07 09:10:32'),(7721,7729,'es',0,NULL,'Tu sitio tiene %d tema instalado y está actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7722,7730,'es',0,NULL,'Tu sitio tiene %d temas instalados y todos están actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7723,7731,'es',0,NULL,'Tu sitio tiene %d plugin esperando a ser actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7724,7732,'es',0,NULL,'Tu sitio tiene %d plugins esperando a ser actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7725,7733,'es',0,NULL,'Tu sitio tiene %d tema esperando a ser actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7726,7734,'es',0,NULL,'Tu sitio tiene %d temas esperando a ser actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7727,7735,'es',0,NULL,'Tu sitio tiene 1 plugin activo, y está actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7728,7736,'es',0,NULL,'Tu sitio tiene 1 tema instalado, y está actualizado.',NULL,'',0,'2019-11-07 09:10:32'),(7729,7737,'es',0,NULL,'Tu sitio está configurado para no mostrar la información de depuración',NULL,'',0,'2019-11-07 09:10:32'),(7730,7738,'es',0,NULL,'Tu sitio está configurado para mostrar errores a los visitantes del sitio',NULL,'',0,'2019-11-07 09:10:32'),(7731,7739,'es',0,NULL,'Tu sitio está configurado para registrar errores en un archivo potencialmente público.',NULL,'',0,'2019-11-07 09:10:32'),(7732,7740,'es',0,NULL,'No ha sido posible comunicar tu sitio de forma segura con otros servicios',NULL,'',0,'2019-11-07 09:10:32'),(7733,7741,'es',0,NULL,'Tu sitio no ha podido conectar con WordPress.org en %1$s, y ha devuelto el error: %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7734,7742,'es',0,NULL,'Tu sitio está ejecutando la versión %s.',NULL,'',0,'2019-11-07 09:10:32'),(7735,7743,'es',0,NULL,'Tu tema no es compatible con menús de manera nativa pero puedes usarlos en las barras laterales añadiendo un widget de «Menú personalizado» en la pantalla de <a href=\"%s\">widgets</a>.',NULL,'',0,'2019-11-07 09:10:32'),(7736,7744,'es',0,NULL,'El tema actual no es compatible con menús de navegación o widgets.',NULL,'',0,'2019-11-07 09:10:32'),(7737,7745,'es',0,NULL,'Tu tema tiene %s menús. Elige qué menú debería aparecer en cada ubicación.',NULL,'',0,'2019-11-07 09:10:32'),(7738,7746,'es',0,NULL,'Tu tema tiene %s menús. Elige qué menú debería aparecer en cada ubicación.',NULL,'',0,'2019-11-07 09:10:32'),(7739,7747,'es',0,NULL,'Tu tema tiene un menú. Selecciona qué menú te gustaría utilizar.',NULL,'',0,'2019-11-07 09:10:32'),(7740,7748,'es',0,NULL,'Tus temas están actualizados.',NULL,'',0,'2019-11-07 09:10:32'),(7741,7749,'es',0,NULL,'Tus temas están actualizados',NULL,'',0,'2019-11-07 09:10:32'),(7742,7750,'es',0,NULL,'Tus traducciones están actualizadas.',NULL,'',0,'2019-11-07 09:10:32'),(7743,7751,'es',0,NULL,'Tu nombre de usuario no puede cambiarse, pero puedes usar los otros campos para introducir tu nombre real o tu alias y utilizarlo para que se muestre en tus entradas.',NULL,'',0,'2019-11-07 09:10:32'),(7744,7752,'es',0,NULL,'Tu web está utilizando una conexión HTTPS activa.',NULL,'',0,'2019-11-07 09:10:32'),(7745,7753,'es',0,NULL,'[%1$s] URGENTE: Tu sitio puede no estar funcionando debido a un fallo de actualización',NULL,'',0,'2019-11-07 09:10:32'),(7746,7754,'es',0,NULL,'[%1$s] WordPress %2$s está disponible. Por favor, ¡actualiza!',NULL,'',0,'2019-11-07 09:10:32'),(7747,7755,'es',0,NULL,'[%1$s] Tu sitio se ha actualizado a WordPress %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7748,7756,'es',0,NULL,'[%s] Las actualizaciones en segundo plano han fallado',NULL,'',0,'2019-11-07 09:10:32'),(7749,7757,'es',0,NULL,'[%s] Actualización en segundo plano finalizada',NULL,'',0,'2019-11-07 09:10:32'),(7750,7758,'es',0,NULL,'[%s] Confirmación de unirse',NULL,'',0,'2019-11-07 09:10:32'),(7751,7759,'es',0,NULL,'[%s] Nueva dirección de correo electrónico de administrador',NULL,'',0,'2019-11-07 09:10:32'),(7752,7760,'es',0,NULL,'[%s] Exportación de datos personales',NULL,'',0,'2019-11-07 09:10:32'),(7753,7761,'es',0,NULL,'[Pendiente]',NULL,'',0,'2019-11-07 09:10:32'),(7754,7762,'es',0,NULL,'conocido',NULL,'',0,'2019-11-07 09:10:32'),(7755,7763,'es',0,NULL,'Todos los enlaces',NULL,'',0,'2019-11-07 09:10:32'),(7756,7764,'es',0,NULL,'otra dirección web mía',NULL,'',0,'2019-11-07 09:10:32'),(7757,7765,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:10:32'),(7758,7766,'es',0,NULL,'Versión de cURL',NULL,'',0,'2019-11-07 09:10:32'),(7759,7767,'es',0,NULL,'hija/o',NULL,'',0,'2019-11-07 09:10:32'),(7760,7768,'es',0,NULL,'co-residente',NULL,'',0,'2019-11-07 09:10:32'),(7761,7769,'es',0,NULL,'compañero de trabajo',NULL,'',0,'2019-11-07 09:10:32'),(7762,7770,'es',0,NULL,'colega',NULL,'',0,'2019-11-07 09:10:32'),(7763,7771,'es',0,NULL,'Por defecto: %s',NULL,'',0,'2019-11-07 09:10:32'),(7764,7772,'es',0,NULL,'Comentario',NULL,'',0,'2019-11-07 09:10:32'),(7765,7773,'es',0,NULL,'Fecha',NULL,'',0,'2019-11-07 09:10:32'),(7766,7774,'es',0,NULL,'Archivo',NULL,'',0,'2019-11-07 09:10:32'),(7767,7775,'es',0,NULL,'Enviado el',NULL,'',0,'2019-11-07 09:10:32'),(7768,7776,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:10:32'),(7769,7777,'es',0,NULL,'Subido a',NULL,'',0,'2019-11-07 09:10:32'),(7770,7778,'es',0,NULL,'Marcar como spam',NULL,'',0,'2019-11-07 09:10:32'),(7771,7779,'es',0,NULL,'No es spam',NULL,'',0,'2019-11-07 09:10:32'),(7772,7780,'es',0,NULL,'Enlace permanente:',NULL,'',0,'2019-11-07 09:10:32'),(7773,7781,'es',0,NULL,'Cerrado',NULL,'',0,'2019-11-07 09:10:32'),(7774,7782,'es',0,NULL,'Abierto',NULL,'',0,'2019-11-07 09:10:32'),(7775,7783,'es',0,NULL,'Pendiente',NULL,'',0,'2019-11-07 09:10:32'),(7776,7784,'es',0,NULL,'Todos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7777,7785,'es',0,NULL,'Aprobados <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7778,7786,'es',0,NULL,'Míos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7779,7787,'es',0,NULL,'Pendientes <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7780,7788,'es',0,NULL,'Spam <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7781,7789,'es',0,NULL,'Papelera <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7782,7790,'es',0,NULL,'contacto',NULL,'',0,'2019-11-07 09:10:32'),(7783,7791,'es',0,NULL,'altura del rango de recorte',NULL,'',0,'2019-11-07 09:10:32'),(7784,7792,'es',0,NULL,'ancho del rango de recorte',NULL,'',0,'2019-11-07 09:10:32'),(7785,7793,'es',0,NULL,'flechazo',NULL,'',0,'2019-11-07 09:10:32'),(7786,7794,'es',0,NULL,'%1$s en %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7787,7795,'es',0,NULL,'%1$s el %2$s %3$s',NULL,'',0,'2019-11-07 09:10:32'),(7788,7796,'es',0,NULL,'%1$s, %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7789,7797,'es',0,NULL,'fecha',NULL,'',0,'2019-11-07 09:10:32'),(7790,7798,'es',0,NULL,'En',NULL,'',0,'2019-11-07 09:10:32'),(7791,7799,'es',0,NULL,'Europe/Madrid',NULL,'',0,'2019-11-07 09:10:32'),(7792,7800,'es',0,NULL,'Informe generado para',NULL,'',0,'2019-11-07 09:10:32'),(7793,7801,'es',0,NULL,'escribe un formato de fecha personalizado en el siguiente campo',NULL,'',0,'2019-11-07 09:10:32'),(7794,7802,'es',0,NULL,'escribe un formato de hora personalizado en el siguiente campo',NULL,'',0,'2019-11-07 09:10:32'),(7795,7803,'es',0,NULL,'contraseña',NULL,'',0,'2019-11-07 09:10:32'),(7796,7804,'es',0,NULL,'nombre_de_usuario',NULL,'',0,'2019-11-07 09:10:32'),(7797,7805,'es',0,NULL,'ejemplo: es.wordpress.org',NULL,'',0,'2019-11-07 09:10:32'),(7798,7806,'es',0,NULL,'familia',NULL,'',0,'2019-11-07 09:10:32'),(7799,7807,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7800,7808,'es',0,NULL,'primera',NULL,'',0,'2019-11-07 09:10:32'),(7801,7809,'es',0,NULL,'carpeta',NULL,'',0,'2019-11-07 09:10:32'),(7802,7810,'es',0,NULL,'amigo',NULL,'',0,'2019-11-07 09:10:32'),(7803,7811,'es',0,NULL,'amistad',NULL,'',0,'2019-11-07 09:10:32'),(7804,7812,'es',0,NULL,'G:i:s',NULL,'',0,'2019-11-07 09:10:32'),(7805,7813,'es',0,NULL,'geográfico',NULL,'',0,'2019-11-07 09:10:32'),(7806,7814,'es',0,NULL,'https://ma.tt/',NULL,'',0,'2019-11-07 09:10:32'),(7807,7815,'es',0,NULL,'https://es.wordpress.org/plugins/hello-dolly/',NULL,'',0,'2019-11-07 09:10:32'),(7808,7816,'es',0,NULL,'https://codex.wordpress.org/Changing_File_Permissions',NULL,'',0,'2019-11-07 09:10:32'),(7809,7817,'es',0,NULL,'https://codex.wordpress.org/First_Steps_With_WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7810,7818,'es',0,NULL,'https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory',NULL,'',0,'2019-11-07 09:10:32'),(7811,7819,'es',0,NULL,'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments',NULL,'',0,'2019-11-07 09:10:32'),(7812,7820,'es',0,NULL,'https://codex.wordpress.org/Update_Services',NULL,'',0,'2019-11-07 09:10:32'),(7813,7821,'es',0,NULL,'https://codex.wordpress.org/es:Using_Custom_Fields',NULL,'',0,'2019-11-07 09:10:32'),(7814,7822,'es',0,NULL,'https://codex.wordpress.org/Using_Permalinks',NULL,'',0,'2019-11-07 09:10:32'),(7815,7823,'es',0,NULL,'https://es.gravatar.com/',NULL,'',0,'2019-11-07 09:10:32'),(7816,7824,'es',0,NULL,'https://make.wordpress.org/',NULL,'',0,'2019-11-07 09:10:32'),(7817,7825,'es',0,NULL,'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/',NULL,'',0,'2019-11-07 09:10:32'),(7818,7826,'es',0,NULL,'https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions',NULL,'',0,'2019-11-07 09:10:32'),(7819,7827,'es',0,NULL,'https://planet.wordpress.org/',NULL,'',0,'2019-11-07 09:10:32'),(7820,7828,'es',0,NULL,'https://planet.wordpress.org/feed/',NULL,'',0,'2019-11-07 09:10:32'),(7821,7829,'es',0,NULL,'https://es.wordpress.org/about/requirements/',NULL,'',0,'2019-11-07 09:10:32'),(7822,7830,'es',0,NULL,'https://es.wordpress.org/news/',NULL,'',0,'2019-11-07 09:10:32'),(7823,7831,'es',0,NULL,'https://es.wordpress.org/2019/02/22/wordpress-5-1-betty/',NULL,'',0,'2019-11-07 09:10:32'),(7824,7832,'es',0,NULL,'https://es.wordpress.org/feed/',NULL,'',0,'2019-11-07 09:10:32'),(7825,7833,'es',0,NULL,'https://es.wordpress.org/plugins/',NULL,'',0,'2019-11-07 09:10:32'),(7826,7834,'es',0,NULL,'https://es.wordpress.org/plugins/classic-editor/',NULL,'',0,'2019-11-07 09:10:32'),(7827,7835,'es',0,NULL,'https://es.wordpress.org/support',NULL,'',0,'2019-11-07 09:10:32'),(7828,7836,'es',0,NULL,'https://codex.wordpress.org/es:Depurar_en_WordPress',NULL,'',0,'2019-11-07 09:10:32'),(7829,7837,'es',0,NULL,'https://wordpress.org/support/article/why-should-i-use-https/',NULL,'',0,'2019-11-07 09:10:32'),(7830,7838,'es',0,NULL,'https://es.wordpress.org/support/forum/manuales-y-resolucion-de-problemas/',NULL,'',0,'2019-11-07 09:10:32'),(7831,7839,'es',0,NULL,'https://wordpress.org/support/wordpress-version/version-%s/',NULL,'',0,'2019-11-07 09:10:32'),(7832,7840,'es',0,NULL,'https://es.wordpress.org/themes/',NULL,'',0,'2019-11-07 09:10:32'),(7833,7841,'es',0,NULL,'identidad',NULL,'',0,'2019-11-07 09:10:32'),(7834,7842,'es',0,NULL,'elementos',NULL,'',0,'2019-11-07 09:10:32'),(7835,7843,'es',0,NULL,'pariente',NULL,'',0,'2019-11-07 09:10:32'),(7836,7844,'es',0,NULL,'l, j M, Y',NULL,'',0,'2019-11-07 09:10:32'),(7837,7845,'es',0,NULL,'última',NULL,'',0,'2019-11-07 09:10:32'),(7838,7846,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7839,7847,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:32'),(7840,7848,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:32'),(7841,7849,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:32'),(7842,7850,'es',0,NULL,'Utilizar menú nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7843,7851,'es',0,NULL,'(Actualmente como: %s) ',NULL,'',0,'2019-11-07 09:10:32'),(7844,7852,'es',0,NULL,'conocido en persona',NULL,'',0,'2019-11-07 09:10:32'),(7845,7853,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:32'),(7846,7854,'es',0,NULL,'inspiración',NULL,'',0,'2019-11-07 09:10:32'),(7847,7855,'es',0,NULL,'my-hacks.php (compatibilidad con trucos heredados)',NULL,'',0,'2019-11-07 09:10:32'),(7848,7856,'es',0,NULL,'Desconocido',NULL,'',0,'2019-11-07 09:10:32'),(7849,7857,'es',0,NULL,'Inicio: %s',NULL,'',0,'2019-11-07 09:10:32'),(7850,7858,'es',0,NULL,'vecino',NULL,'',0,'2019-11-07 09:10:32'),(7851,7859,'es',0,NULL,'más recientes',NULL,'',0,'2019-11-07 09:10:32'),(7852,7860,'es',0,NULL,'Ninguno',NULL,'',0,'2019-11-07 09:10:32'),(7853,7861,'es',0,NULL,'ninguno',NULL,'',0,'2019-11-07 09:10:32'),(7854,7862,'es',0,NULL,'más antiguos',NULL,'',0,'2019-11-07 09:10:32'),(7855,7863,'es',0,NULL,'o <a href=\"%s\">crea un nuevo menú</a>. ¡No olvides guardar tus cambios!',NULL,'',0,'2019-11-07 09:10:32'),(7856,7864,'es',0,NULL,'o, <a href=\"%s\">cambia tu tema por completo</a>',NULL,'',0,'2019-11-07 09:10:32'),(7857,7865,'es',0,NULL,'Acerca de',NULL,'',0,'2019-11-07 09:10:32'),(7858,7866,'es',0,NULL,'%1$s de %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7859,7867,'es',0,NULL,'padre/madre',NULL,'',0,'2019-11-07 09:10:32'),(7860,7868,'es',0,NULL,'Acerca de',NULL,'',0,'2019-11-07 09:10:32'),(7861,7869,'es',0,NULL,'físico',NULL,'',0,'2019-11-07 09:10:32'),(7862,7870,'es',0,NULL,'%1$s por %2$s',NULL,'',0,'2019-11-07 09:10:32'),(7863,7871,'es',0,NULL,'%s se borró correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7864,7872,'es',0,NULL,'Activo',NULL,'',0,'2019-11-07 09:10:32'),(7865,7873,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7866,7874,'es',0,NULL,'No se puede instalar',NULL,'',0,'2019-11-07 09:10:32'),(7867,7875,'es',0,NULL,'No se puede actualizar',NULL,'',0,'2019-11-07 09:10:32'),(7868,7876,'es',0,NULL,'Desactivar %s',NULL,'',0,'2019-11-07 09:10:32'),(7869,7877,'es',0,NULL,'Borrar %s',NULL,'',0,'2019-11-07 09:10:32'),(7870,7878,'es',0,NULL,'Instalado',NULL,'',0,'2019-11-07 09:10:32'),(7871,7879,'es',0,NULL,'Desactivar %s de la red',NULL,'',0,'2019-11-07 09:10:32'),(7872,7880,'es',0,NULL,'Reactivar %s',NULL,'',0,'2019-11-07 09:10:32'),(7873,7881,'es',0,NULL,'Todos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7874,7882,'es',0,NULL,'Todos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7875,7883,'es',0,NULL,'Míos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7876,7884,'es',0,NULL,'<span class=\"count\">(%s)</span> fijas',NULL,'',0,'2019-11-07 09:10:32'),(7877,7885,'es',0,NULL,'politica-privacidad',NULL,'',0,'2019-11-07 09:10:32'),(7878,7886,'es',0,NULL,'profesional',NULL,'',0,'2019-11-07 09:10:32'),(7879,7887,'es',0,NULL,'rel:',NULL,'',0,'2019-11-07 09:10:32'),(7880,7888,'es',0,NULL,'Desactivar',NULL,'',0,'2019-11-07 09:10:32'),(7881,7889,'es',0,NULL,'Todas <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7882,7890,'es',0,NULL,'j M @ H:i',NULL,'',0,'2019-11-07 09:10:32'),(7883,7891,'es',0,NULL,'Explorar',NULL,'',0,'2019-11-07 09:10:32'),(7884,7892,'es',0,NULL,'romántica',NULL,'',0,'2019-11-07 09:10:32'),(7885,7893,'es',0,NULL,'archivos',NULL,'',0,'2019-11-07 09:10:32'),(7886,7894,'es',0,NULL,'pagina-ejemplo',NULL,'',0,'2019-11-07 09:10:32'),(7887,7895,'es',0,NULL,'pagina-ejemplo',NULL,'',0,'2019-11-07 09:10:32'),(7888,7896,'es',0,NULL,'escalar altura',NULL,'',0,'2019-11-07 09:10:32'),(7889,7897,'es',0,NULL,'escalar ancho',NULL,'',0,'2019-11-07 09:10:32'),(7890,7898,'es',0,NULL,'altura de la selección',NULL,'',0,'2019-11-07 09:10:32'),(7891,7899,'es',0,NULL,'alto selección',NULL,'',0,'2019-11-07 09:10:32'),(7892,7900,'es',0,NULL,'Generales',NULL,'',0,'2019-11-07 09:10:32'),(7893,7901,'es',0,NULL,'Ocultar controles',NULL,'',0,'2019-11-07 09:10:32'),(7894,7902,'es',0,NULL,'hermano/a',NULL,'',0,'2019-11-07 09:10:32'),(7895,7903,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7896,7904,'es',0,NULL,'cónyuge',NULL,'',0,'2019-11-07 09:10:32'),(7897,7905,'es',0,NULL,'1',NULL,'',0,'2019-11-07 09:10:32'),(7898,7906,'es',0,NULL,'subelemento',NULL,'',0,'2019-11-07 09:10:32'),(7899,7907,'es',0,NULL,'pareja',NULL,'',0,'2019-11-07 09:10:32'),(7900,7908,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:32'),(7901,7909,'es',0,NULL,'%s se borró correctamente.',NULL,'',0,'2019-11-07 09:10:32'),(7902,7910,'es',0,NULL,'Detalles y vista previa',NULL,'',0,'2019-11-07 09:10:32'),(7903,7911,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:32'),(7904,7912,'es',0,NULL,'Favoritos',NULL,'',0,'2019-11-07 09:10:32'),(7905,7913,'es',0,NULL,'Destacados',NULL,'',0,'2019-11-07 09:10:32'),(7906,7914,'es',0,NULL,'Recientes',NULL,'',0,'2019-11-07 09:10:32'),(7919,7927,'es',0,NULL,'Populares',NULL,'',0,'2019-11-07 09:10:32'),(7920,7928,'es',0,NULL,'Recientemente actualizados',NULL,'',0,'2019-11-07 09:10:32'),(7921,7929,'es',0,NULL,'d-m-Y H:i:s',NULL,'',0,'2019-11-07 09:10:32'),(7922,7930,'es',0,NULL,'Añadir usuario existente',NULL,'',0,'2019-11-07 09:10:32'),(7923,7931,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:10:32'),(7924,7932,'es',0,NULL,'%1$s (%2$s)',NULL,'',0,'2019-11-07 09:10:32'),(7925,7933,'es',0,NULL,'Todos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:10:32'),(7926,7934,'es',0,NULL,'utf8mb4 requiere una actualización de MariaDB',NULL,'',0,'2019-11-07 09:10:32'),(7927,7935,'es',0,NULL,'utf8mb4 requiere una actualización de MySQL',NULL,'',0,'2019-11-07 09:10:32'),(7928,7936,'es',0,NULL,'utf8mb4 requiere una biblioteca del cliente más nueva',NULL,'',0,'2019-11-07 09:10:32'),(7929,7937,'es',0,NULL,'Limpiar',NULL,'',0,'2019-11-07 09:10:32'),(7930,7938,'es',0,NULL,'Spam',NULL,'',0,'2019-11-07 09:10:32'),(7931,7939,'es',0,NULL,'Enviar a la Papelera',NULL,'',0,'2019-11-07 09:10:32'),(7932,7940,'es',0,NULL,'En la URL',NULL,'',0,'2019-11-07 09:10:32'),(7933,7941,'es',0,NULL,'Para el sitio',NULL,'',0,'2019-11-07 09:10:32'),(7934,7942,'es',0,NULL,'Añadir',NULL,'',0,'2019-11-07 09:10:32'),(7935,7943,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:32'),(7937,7945,'es',0,NULL,'Traducción al %s',NULL,'',0,'2019-11-07 09:10:33'),(7938,7946,'es',0,NULL,'- (necesita actualización)',NULL,'',0,'2019-11-07 09:10:33'),(7939,7947,'es',0,NULL,'La clave del sitio actual (%s) no coincide con el producto seleccionado (%s).',NULL,'',0,'2019-11-07 09:10:33'),(7940,7948,'es',0,NULL,'elementos',NULL,'',0,'2019-11-07 09:10:33'),(7941,7949,'es',0,NULL,'%1$s traducción',NULL,'',0,'2019-11-07 09:10:33'),(7942,7950,'es',0,NULL,'%1$s términos (en el idioma original)',NULL,'',0,'2019-11-07 09:10:33'),(7943,7951,'es',0,NULL,'%1s no puede recibir comentarios sobre la traducción automáticamente. Por favor, inicie sesión en el sitio web %1s e informe estos problemas manualmente.',NULL,'',0,'2019-11-07 09:10:33'),(7944,7952,'es',0,NULL,'%d comentario fue eliminado de forma permanente.',NULL,'',0,'2019-11-07 09:10:33'),(7945,7953,'es',0,NULL,'%d comentario fue restaurado.',NULL,'',0,'2019-11-07 09:10:33'),(7946,7954,'es',0,NULL,'%d comentario fue eliminado.',NULL,'',0,'2019-11-07 09:10:33'),(7947,7955,'es',0,NULL,'%d comentario fue actualizado.',NULL,'',0,'2019-11-07 09:10:33'),(7948,7956,'es',0,NULL,'%d comentarios fueron eliminados de forma permanente.',NULL,'',0,'2019-11-07 09:10:33'),(7949,7957,'es',0,NULL,'%d comentarios fueron restaurados.',NULL,'',0,'2019-11-07 09:10:33'),(7950,7958,'es',0,NULL,'%d comentarios fueron eliminados.',NULL,'',0,'2019-11-07 09:10:33'),(7951,7959,'es',0,NULL,'%d comentarios fueron actualizados.',NULL,'',0,'2019-11-07 09:10:33'),(7952,7960,'es',0,NULL,'%s (región actual: %s) - regiones sugeridas: %s',NULL,'',0,'2019-11-07 09:10:33'),(7953,7961,'es',0,NULL,'%s están actualmente ocultos para los visitantes.',NULL,'',0,'2019-11-07 09:10:33'),(7954,7962,'es',0,NULL,'%s no se pudo acceder %s al registro. Inténtelo de nuevo para ver si es un problema temporal. Si el problema persiste, asegúrese de que este sitio tenga acceso a Internet. Aún así puede usar el plugin sin registrarlo, pero no recibirá actualizaciones automáticas.',NULL,'',0,'2019-11-07 09:10:33'),(7955,7963,'es',0,NULL,'%s no se puede actualizar porque el registro de su sitio no es válido. Primero vuelva a realizar el %sregistro%s%s para este sitio.',NULL,'',0,'2019-11-07 09:10:33'),(7956,7964,'es',0,NULL,'%s está actualmente oculto para los visitantes.',NULL,'',0,'2019-11-07 09:10:33'),(7957,7965,'es',0,NULL,'%s está definido en su tema. El selector de idioma solo puede ser personalizado utilizando la CSS del tema.',NULL,'',0,'2019-11-07 09:10:33'),(7958,7966,'es',0,NULL,'%s no se ha traducido. %sPulse aquí para que este tipo de entrada sea traducible.%s',NULL,'',0,'2019-11-07 09:10:33'),(7959,7967,'es',0,NULL,'%s está registrado en este sitio web. Recibirá actualizaciones automáticas hasta %s',NULL,'',0,'2019-11-07 09:10:33'),(7960,7968,'es',0,NULL,'%s está registrado en este sitio web. Su cuenta Vitalicia le proporciona las actualizaciones de por vida.',NULL,'',0,'2019-11-07 09:10:33'),(7961,7969,'es',0,NULL,'%s se traduce por medio de WPML. %sPulse aquí para cambiar las opciones de traducción.%s',NULL,'',0,'2019-11-07 09:10:33'),(7962,7970,'es',0,NULL,'%s elemento',NULL,'',0,'2019-11-07 09:10:33'),(7963,7971,'es',0,NULL,'%s elementos',NULL,'',0,'2019-11-07 09:10:33'),(7964,7972,'es',0,NULL,'%s comentarios huérfanos encontrados.',NULL,'',0,'2019-11-07 09:10:33'),(7965,7973,'es',0,NULL,'Soporte de %s en wpml.org',NULL,'',0,'2019-11-07 09:10:33'),(7966,7974,'es',0,NULL,'%sIMPORTANTE:%s Está usando una versión de WooCommerce Multilingual que no es totalmente compatible con la versión actual de WPML. El %seditor de traducción de productos ha sido desactivado%s por esta razón.%sActualice a %sWooCommerce Multilingual 3.8%s para restaurar el editor de traducción para productos y usar todas las demás funciones.',NULL,'',0,'2019-11-07 09:10:33'),(7967,7975,'es',0,NULL,'%sRenovar aquí%s.',NULL,'',0,'2019-11-07 09:10:33'),(7968,7976,'es',0,NULL,'(Aún no hay un título para esta entrada)',NULL,'',0,'2019-11-07 09:10:33'),(7969,7977,'es',0,NULL,'(permitido: %s)',NULL,'',0,'2019-11-07 09:10:33'),(7970,7978,'es',0,NULL,'(incrustado)',NULL,'',0,'2019-11-07 09:10:33'),(7971,7979,'es',0,NULL,'* La tarea de borrado podría tardar varios minutos en terminar.',NULL,'',0,'2019-11-07 09:10:33'),(7972,7980,'es',0,NULL,'* El tema cuenta con el archivo %s, el cual define los valores predeterminados para WPML.',NULL,'',0,'2019-11-07 09:10:33'),(7973,7981,'es',0,NULL,'-- Seleccionar --',NULL,'',0,'2019-11-07 09:10:33'),(7974,7982,'es',0,NULL,'--No hay--',NULL,'',0,'2019-11-07 09:10:33'),(7975,7983,'es',0,NULL,'--seleccionar--',NULL,'',0,'2019-11-07 09:10:33'),(7976,7984,'es',0,NULL,'1. Idioma de contenido',NULL,'',0,'2019-11-07 09:10:33'),(7977,7985,'es',0,NULL,'1. Traducir estas cadenas: ',NULL,'',0,'2019-11-07 09:10:33'),(7978,7986,'es',0,NULL,'Está actualizando una entrada duplicada.',NULL,'',0,'2019-11-07 09:10:33'),(7979,7987,'es',0,NULL,'2. Idiomas de traducción',NULL,'',0,'2019-11-07 09:10:33'),(7980,7988,'es',0,NULL,'2. Cuando se termine de traducir, regresar aquí y ejecutar la sincronización de menú de nuevo. Esto usará las cadenas traducidas para actualizar los menús.',NULL,'',0,'2019-11-07 09:10:33'),(7981,7989,'es',0,NULL,'Para no perder los cambios, WPML determinará que esta entrada sea traducida de forma independiente.',NULL,'',0,'2019-11-07 09:10:33'),(7982,7990,'es',0,NULL,'3. Selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(7983,7991,'es',0,NULL,'4. Compatibilidad',NULL,'',0,'2019-11-07 09:10:33'),(7984,7992,'es',0,NULL,'5. Registración',NULL,'',0,'2019-11-07 09:10:33'),(7985,7993,'es',0,NULL,'<<< Anterior',NULL,'',0,'2019-11-07 09:10:33'),(7986,7994,'es',0,NULL,'<i>%s</i> integración',NULL,'',0,'2019-11-07 09:10:33'),(7987,7995,'es',0,NULL,'<p>Algunos términos de taxonomía están fuera de sincronización entre idiomas. Esto quiere decir que, en algunos idiomas, el contenido no tendrá las etiquetas o categorías correctas.</p>\\n\\t\\t\\t <p>Para sincronizar las taxonomías, necesita repasar cada una de la siguiente lista y hacer clic en el botón \"Actualizar jerarquía de taxonomía\".</p>',NULL,'',0,'2019-11-07 09:10:33'),(7988,7996,'es',0,NULL,'<strong>Aviso de WPML:</strong> Las actualizaciones de esta versión solo están adminitdas en la versión %s y posteriores. Para actualizar desde la versión %s, primero descargue la <a%s>2.0.4</a>, realice la actualización de DB y luego diríjase a esta versión.',NULL,'',0,'2019-11-07 09:10:33'),(7989,7997,'es',0,NULL,'Una extensión PHP detuvo la carga del archivo. El PHP no ofrece una manera de confirmar qué extensión causó la detención de la carga del archivo; podría ser de utilidad consultar la lista de extensiones con phpinfo() cargadas.',NULL,'',0,'2019-11-07 09:10:33'),(7990,7998,'es',0,NULL,'Un dominio distinto para cada idioma',NULL,'',0,'2019-11-07 09:10:33'),(7991,7999,'es',0,NULL,'Se requieren 128 MB de memoria disponible como mínimo.',NULL,'',0,'2019-11-07 09:10:33'),(7992,8000,'es',0,NULL,'Una página',NULL,'',0,'2019-11-07 09:10:33'),(7993,8001,'es',0,NULL,'Error AJAX:',NULL,'',0,'2019-11-07 09:10:33'),(7994,8002,'es',0,NULL,'Arriba de la entrada',NULL,'',0,'2019-11-07 09:10:33'),(7995,8003,'es',0,NULL,'Contenido de elemento acordeón',NULL,'',0,'2019-11-07 09:10:33'),(7996,8004,'es',0,NULL,'Etiqueta de elemento acordeón',NULL,'',0,'2019-11-07 09:10:33'),(7997,8005,'es',0,NULL,' Acordeón: contenido',NULL,'',0,'2019-11-07 09:10:33'),(7998,8006,'es',0,NULL,'Acordeón: título',NULL,'',0,'2019-11-07 09:10:33'),(7999,8007,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:10:33'),(8000,8008,'es',0,NULL,'Activar después de descargar',NULL,'',0,'2019-11-07 09:10:33'),(8001,8009,'es',0,NULL,'Activando %s',NULL,'',0,'2019-11-07 09:10:33'),(8002,8010,'es',0,NULL,'Activo',NULL,'',0,'2019-11-07 09:10:33'),(8003,8011,'es',0,NULL,'Agregar',NULL,'',0,'2019-11-07 09:10:33'),(8004,8012,'es',0,NULL,'Agregar %s',NULL,'',0,'2019-11-07 09:10:33'),(8005,8013,'es',0,NULL,'Agregar / Quitar idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8006,8014,'es',0,NULL,'Agregar idioma',NULL,'',0,'2019-11-07 09:10:33'),(8007,8015,'es',0,NULL,'Agregue la lista de argumentos URL separados por coma que desee que WPML pase al cambiar de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8008,8016,'es',0,NULL,'Agregar un selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8009,8017,'es',0,NULL,'Agregar un selector de idioma nuevo a un menú',NULL,'',0,'2019-11-07 09:10:33'),(8010,8018,'es',0,NULL,'Agregar un selector de idioma nuevo a un área de widget',NULL,'',0,'2019-11-07 09:10:33'),(8011,8019,'es',0,NULL,'Agregar una nota para el administrador',NULL,'',0,'2019-11-07 09:10:33'),(8012,8020,'es',0,NULL,'Agregar una nota para el traductor',NULL,'',0,'2019-11-07 09:10:33'),(8013,8021,'es',0,NULL,'Agregar traducción de menú: %s',NULL,'',0,'2019-11-07 09:10:33'),(8014,8022,'es',0,NULL,'Agregar la siguiente línea:',NULL,'',0,'2019-11-07 09:10:33'),(8015,8023,'es',0,NULL,'Agregar traducción',NULL,'',0,'2019-11-07 09:10:33'),(8016,8024,'es',0,NULL,'Agregar la traducción al %s',NULL,'',0,'2019-11-07 09:10:33'),(8017,8025,'es',0,NULL,'Error al agregar idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8018,8026,'es',0,NULL,'Agregando traducción para: %s.',NULL,'',0,'2019-11-07 09:10:33'),(8019,8027,'es',0,NULL,'CSS adicional',NULL,'',0,'2019-11-07 09:10:33'),(8020,8028,'es',0,NULL,'Agrega información del idioma a las entradas y taxonomías que no la tienen.',NULL,'',0,'2019-11-07 09:10:33'),(8021,8029,'es',0,NULL,'Ajustar IDs para una funcionalidad multilingüe',NULL,'',0,'2019-11-07 09:10:33'),(8022,8030,'es',0,NULL,'Administración',NULL,'',0,'2019-11-07 09:10:33'),(8023,8031,'es',0,NULL,'Idioma de administración',NULL,'',0,'2019-11-07 09:10:33'),(8024,8032,'es',0,NULL,'El administrador respondió ',NULL,'',0,'2019-11-07 09:10:33'),(8025,8033,'es',0,NULL,'Ajustes avanzados',NULL,'',0,'2019-11-07 09:10:33'),(8026,8034,'es',0,NULL,'Taxonomías afectadas',NULL,'',0,'2019-11-07 09:10:33'),(8027,8035,'es',0,NULL,'Descripción de alerta',NULL,'',0,'2019-11-07 09:10:33'),(8028,8036,'es',0,NULL,'Título de alerta',NULL,'',0,'2019-11-07 09:10:33'),(8029,8037,'es',0,NULL,'Todos',NULL,'',0,'2019-11-07 09:10:33'),(8030,8038,'es',0,NULL,'Todos los idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8031,8039,'es',0,NULL,'Si es posible, todas las categorías y etiquetas serán traducidas.',NULL,'',0,'2019-11-07 09:10:33'),(8032,8040,'es',0,NULL,'La configuración de esta sección afecta a todos los selectores de idioma del sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8033,8041,'es',0,NULL,'Todos los idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8034,8042,'es',0,NULL,'Actualmente se muestran todos los idiomas.',NULL,'',0,'2019-11-07 09:10:33'),(8035,8043,'es',0,NULL,'Actualmente se muestran todos los idiomas. Escoja qué hacer cuando los idiomas del sitio están ocultos.',NULL,'',0,'2019-11-07 09:10:33'),(8036,8044,'es',0,NULL,'Todos los nombres de términos están actualizados',NULL,'',0,'2019-11-07 09:10:33'),(8037,8045,'es',0,NULL,'Si restablece los datos de WPML, se perderán todos los datos de traducción. Estos no se pueden recuperar. ',NULL,'',0,'2019-11-07 09:10:33'),(8038,8046,'es',0,NULL,'Permite enlazar traducciones existentes después de cambiar la definición (nombre) de las entradas personalizadas',NULL,'',0,'2019-11-07 09:10:33'),(8039,8047,'es',0,NULL,'Permite enlazar traducciones existentes después de cambiar la definición (nombre) de las taxonomías personalizadas',NULL,'',0,'2019-11-07 09:10:33'),(8040,8048,'es',0,NULL,'¿Ya compró %s?',NULL,'',0,'2019-11-07 09:10:33'),(8041,8049,'es',0,NULL,'¿Ya compró?',NULL,'',0,'2019-11-07 09:10:33'),(8042,8050,'es',0,NULL,'Siempre pedir comentarios (sin límite de tiempo para comentarios)',NULL,'',0,'2019-11-07 09:10:33'),(8043,8051,'es',0,NULL,'Siempre redirigir a los visitantes según el idioma del navegador (redirigir a la página de inicio si no hay traducciones).',NULL,'',0,'2019-11-07 09:10:33'),(8044,8052,'es',0,NULL,'Falló un intento de abrir la URL especificada como página raíz con el siguiente mensaje de error:',NULL,'',0,'2019-11-07 09:10:33'),(8045,8053,'es',0,NULL,'Se ha enviado un mensaje a %s para informarle del problema. Por favor, consulte su correo para ver la respuesta de su parte.',NULL,'',0,'2019-11-07 09:10:33'),(8046,8054,'es',0,NULL,'Encabezado animado: antes del texto',NULL,'',0,'2019-11-07 09:10:33'),(8047,8055,'es',0,NULL,'Encabezado animado: texto resaltado',NULL,'',0,'2019-11-07 09:10:33'),(8048,8056,'es',0,NULL,'Encabezado animado: texto giratorio',NULL,'',0,'2019-11-07 09:10:33'),(8049,8057,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:10:33'),(8050,8058,'es',0,NULL,'Aplicar cambios',NULL,'',0,'2019-11-07 09:10:33'),(8051,8059,'es',0,NULL,'Aplicar a todos los usuarios',NULL,'',0,'2019-11-07 09:10:33'),(8052,8060,'es',0,NULL,'Aprobado',NULL,'',0,'2019-11-07 09:10:33'),(8053,8061,'es',0,NULL,'Comprimido',NULL,'',0,'2019-11-07 09:10:33'),(8054,8062,'es',0,NULL,'¿Seguro que desea eliminar este idioma?%s¡TODOS los datos asociados con este idioma serán BORRADOS!',NULL,'',0,'2019-11-07 09:10:33'),(8055,8063,'es',0,NULL,'¿Seguro que desea eliminar esta clave del sitio?',NULL,'',0,'2019-11-07 09:10:33'),(8056,8064,'es',0,NULL,'¿Seguro que desea restablecer todos los datos de traducción e idioma? Esta operación no se puede revertir.',NULL,'',0,'2019-11-07 09:10:33'),(8057,8065,'es',0,NULL,'¿Seguro que desea restablecer la configuración predeterminada?',NULL,'',0,'2019-11-07 09:10:33'),(8058,8066,'es',0,NULL,'¿Seguro que desea cancelar el registro?',NULL,'',0,'2019-11-07 09:10:33'),(8059,8067,'es',0,NULL,'Lo más temprano posible',NULL,'',0,'2019-11-07 09:10:33'),(8060,8068,'es',0,NULL,'Pedir comentarios sobre el contenido traducido que fue %1s hasta %2s %3s atrás.',NULL,'',0,'2019-11-07 09:10:33'),(8061,8069,'es',0,NULL,'Asignar',NULL,'',0,'2019-11-07 09:10:33'),(8062,8070,'es',0,NULL,'Asignar el estado de la traducción al contenido duplicado',NULL,'',0,'2019-11-07 09:10:33'),(8063,8071,'es',0,NULL,'Iniciar y cerrar sesión de usuarios automáticamente de todos los dominios',NULL,'',0,'2019-11-07 09:10:33'),(8064,8072,'es',0,NULL,'Título generado automáticamente. Pulsar para editar.',NULL,'',0,'2019-11-07 09:10:33'),(8065,8073,'es',0,NULL,'Limpiar el caché automáticamente cuando las cadenas estén traducidas',NULL,'',0,'2019-11-07 09:10:33'),(8066,8074,'es',0,NULL,'Cargar el archivo .mo del tema automáticamente usando \'load_theme_textdomain\'',NULL,'',0,'2019-11-07 09:10:33'),(8067,8075,'es',0,NULL,'Disponible',NULL,'',0,'2019-11-07 09:10:33'),(8068,8076,'es',0,NULL,'Calificación promedio: %s',NULL,'',0,'2019-11-07 09:10:33'),(8069,8077,'es',0,NULL,'Atrás',NULL,'',0,'2019-11-07 09:10:33'),(8070,8078,'es',0,NULL,'Volver a idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8071,8079,'es',0,NULL,'Fondo',NULL,'',0,'2019-11-07 09:10:33'),(8072,8080,'es',0,NULL,'Compatible con versiones anteriores',NULL,'',0,'2019-11-07 09:10:33'),(8073,8081,'es',0,NULL,'Como su host no admite el cifrado, los datos solo tendrán un cifrado básico con el algoritmo bse64.',NULL,'',0,'2019-11-07 09:10:33'),(8074,8082,'es',0,NULL,'Antes de agregar otros idiomas, por favor seleccione el idioma en el que están escritos los contenidos existentes:',NULL,'',0,'2019-11-07 09:10:33'),(8075,8083,'es',0,NULL,'Abajo de la entrada',NULL,'',0,'2019-11-07 09:10:33'),(8076,8084,'es',0,NULL,'Beta',NULL,'',0,'2019-11-07 09:10:33'),(8077,8085,'es',0,NULL,'Blockquote: Contenido',NULL,'',0,'2019-11-07 09:10:33'),(8078,8086,'es',0,NULL,'Blockquote: Etiqueta del botón Tweet',NULL,'',0,'2019-11-07 09:10:33'),(8079,8087,'es',0,NULL,'Entradas de blog del idioma predeterminado del sitio web, o traducciones cuando estas existan',NULL,'',0,'2019-11-07 09:10:33'),(8080,8088,'es',0,NULL,'Azul',NULL,'',0,'2019-11-07 09:10:33'),(8081,8089,'es',0,NULL,'Borde',NULL,'',0,'2019-11-07 09:10:33'),(8082,8090,'es',0,NULL,'Redirección según idioma del navegador',NULL,'',0,'2019-11-07 09:10:33'),(8083,8091,'es',0,NULL,'El redireccionamiento a idiomas del navegador podría afectar el indexado de su sitio',NULL,'',0,'2019-11-07 09:10:33'),(8084,8092,'es',0,NULL,'Acciones masivas',NULL,'',0,'2019-11-07 09:10:33'),(8085,8093,'es',0,NULL,'Botón',NULL,'',0,'2019-11-07 09:10:33'),(8086,8094,'es',0,NULL,'Botón: URL de enlace',NULL,'',0,'2019-11-07 09:10:33'),(8087,8095,'es',0,NULL,'Comprar %s',NULL,'',0,'2019-11-07 09:10:33'),(8088,8096,'es',0,NULL,'Llamada a la acción: enlace de botón',NULL,'',0,'2019-11-07 09:10:33'),(8089,8097,'es',0,NULL,'Llamada a la acción: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8090,8098,'es',0,NULL,'Llamada a la acción: encabezado',NULL,'',0,'2019-11-07 09:10:33'),(8091,8099,'es',0,NULL,'Llamada a la acción: texto',NULL,'',0,'2019-11-07 09:10:33'),(8092,8100,'es',0,NULL,'Llamada a la acción: botón',NULL,'',0,'2019-11-07 09:10:33'),(8093,8101,'es',0,NULL,'Llamada a la acción: descripción',NULL,'',0,'2019-11-07 09:10:33'),(8094,8102,'es',0,NULL,'Llamada en acción: enlace',NULL,'',0,'2019-11-07 09:10:33'),(8095,8103,'es',0,NULL,'Llamada a la acción: título de cinta',NULL,'',0,'2019-11-07 09:10:33'),(8096,8104,'es',0,NULL,'Llamada a la acción: título',NULL,'',0,'2019-11-07 09:10:33'),(8097,8105,'es',0,NULL,'Llamada: texto de llamada a la acción',NULL,'',0,'2019-11-07 09:10:33'),(8098,8106,'es',0,NULL,'Llamada: encabezado',NULL,'',0,'2019-11-07 09:10:33'),(8099,8107,'es',0,NULL,'Llamada: enlace',NULL,'',0,'2019-11-07 09:10:33'),(8100,8108,'es',0,NULL,'Llamada: texto',NULL,'',0,'2019-11-07 09:10:33'),(8101,8109,'es',0,NULL,'No se puede crear un duplicado. Hay una traducción en curso.',NULL,'',0,'2019-11-07 09:10:33'),(8102,8110,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:10:33'),(8103,8111,'es',0,NULL,'Cancelar registro',NULL,'',0,'2019-11-07 09:10:33'),(8104,8112,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:10:33'),(8105,8113,'es',0,NULL,'Cambiar',NULL,'',0,'2019-11-07 09:10:33'),(8106,8114,'es',0,NULL,'Cambiar el idioma predeterminado',NULL,'',0,'2019-11-07 09:10:33'),(8107,8115,'es',0,NULL,'Cambiar idioma',NULL,'',0,'2019-11-07 09:10:33'),(8108,8116,'es',0,NULL,'Cambiar orden de menú por %s',NULL,'',0,'2019-11-07 09:10:33'),(8109,8117,'es',0,NULL,'El cambio del idioma predeterminado del sitio puede causar la desaparición de algunos contenidos.',NULL,'',0,'2019-11-07 09:10:33'),(8110,8118,'es',0,NULL,'Buscar comentarios huérfanos',NULL,'',0,'2019-11-07 09:10:33'),(8111,8119,'es',0,NULL,'Comprobar si hay actualizaciones',NULL,'',0,'2019-11-07 09:10:33'),(8112,8120,'es',0,NULL,'Buscando...',NULL,'',0,'2019-11-07 09:10:33'),(8113,8121,'es',0,NULL,'Seleccionar un menú',NULL,'',0,'2019-11-07 09:10:33'),(8114,8122,'es',0,NULL,'Elija una entrada para asignar',NULL,'',0,'2019-11-07 09:10:33'),(8115,8123,'es',0,NULL,'Seleccionar un área de widget',NULL,'',0,'2019-11-07 09:10:33'),(8116,8124,'es',0,NULL,'Seleccione cómo determinar en qué idioma los visitantes ven los contenidos',NULL,'',0,'2019-11-07 09:10:33'),(8117,8125,'es',0,NULL,'Elegir idioma:',NULL,'',0,'2019-11-07 09:10:33'),(8118,8126,'es',0,NULL,'Elija qué hacer cuando se traduce contenido con este campo:',NULL,'',0,'2019-11-07 09:10:33'),(8119,8127,'es',0,NULL,'Borrar comentarios huérfanos',NULL,'',0,'2019-11-07 09:10:33'),(8120,8128,'es',0,NULL,'Limpiar',NULL,'',0,'2019-11-07 09:10:33'),(8121,8129,'es',0,NULL,'Borrar todos los colores',NULL,'',0,'2019-11-07 09:10:33'),(8122,8130,'es',0,NULL,'Eliminar la caché ahora',NULL,'',0,'2019-11-07 09:10:33'),(8123,8131,'es',0,NULL,'Borrar información de idioma y volver a llenar los idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8124,8132,'es',0,NULL,'Borrar registro',NULL,'',0,'2019-11-07 09:10:33'),(8125,8133,'es',0,NULL,'Borrar caché en WPML',NULL,'',0,'2019-11-07 09:10:33'),(8126,8134,'es',0,NULL,'Haga clic para ver las opciones de los componentes individuales.',NULL,'',0,'2019-11-07 09:10:33'),(8127,8135,'es',0,NULL,'Código',NULL,'',0,'2019-11-07 09:10:33'),(8128,8136,'es',0,NULL,'Temas de color:',NULL,'',0,'2019-11-07 09:10:33'),(8129,8137,'es',0,NULL,'Comercial',NULL,'',0,'2019-11-07 09:10:33'),(8130,8138,'es',0,NULL,'Comunicación:',NULL,'',0,'2019-11-07 09:10:33'),(8131,8139,'es',0,NULL,'Informes de compatibilidad',NULL,'',0,'2019-11-07 09:10:33'),(8132,8140,'es',0,NULL,'Terminada',NULL,'',0,'2019-11-07 09:10:33'),(8133,8141,'es',0,NULL,'Completado: se procesaron %1$d entradas para \"%2$s\".',NULL,'',0,'2019-11-07 09:10:33'),(8134,8142,'es',0,NULL,'La configuración para comprobar la compatibilidad entre sus plugins activos y temas se actualiza diariamente de forma automática.',NULL,'',0,'2019-11-07 09:10:33'),(8135,8143,'es',0,NULL,'Configurar',NULL,'',0,'2019-11-07 09:10:33'),(8136,8144,'es',0,NULL,'Configurar WPML',NULL,'',0,'2019-11-07 09:10:33'),(8137,8145,'es',0,NULL,'¿Conectar esta entrada?',NULL,'',0,'2019-11-07 09:10:33'),(8138,8146,'es',0,NULL,'Conectar con traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8139,8147,'es',0,NULL,'Formulario de contacto: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8140,8148,'es',0,NULL,'Formulario de contacto: enlace de redireccionamiento',NULL,'',0,'2019-11-07 09:10:33'),(8141,8149,'es',0,NULL,'Formulario de contacto: mensaje de éxito',NULL,'',0,'2019-11-07 09:10:33'),(8142,8150,'es',0,NULL,'Contactar al traductor',NULL,'',0,'2019-11-07 09:10:33'),(8143,8151,'es',0,NULL,'Presentación de contenido: enlace de llamada a la acción de diapositiva',NULL,'',0,'2019-11-07 09:10:33'),(8144,8152,'es',0,NULL,'Presentación de contenido: texto de llamada a la acción de diapositiva',NULL,'',0,'2019-11-07 09:10:33'),(8145,8153,'es',0,NULL,'Presentación de contenido: Contenido de diapositiva',NULL,'',0,'2019-11-07 09:10:33'),(8146,8154,'es',0,NULL,'Presentación de contenido: encabezado de diapositiva',NULL,'',0,'2019-11-07 09:10:33'),(8147,8155,'es',0,NULL,'Continuar',NULL,'',0,'2019-11-07 09:10:33'),(8148,8156,'es',0,NULL,'Copia del original',NULL,'',0,'2019-11-07 09:10:33'),(8149,8157,'es',0,NULL,'Copiar',NULL,'',0,'2019-11-07 09:10:33'),(8150,8158,'es',0,NULL,'Copiar contenido de %s',NULL,'',0,'2019-11-07 09:10:33'),(8151,8159,'es',0,NULL,'Copiar del original',NULL,'',0,'2019-11-07 09:10:33'),(8152,8160,'es',0,NULL,'Copiar del original a la traducción',NULL,'',0,'2019-11-07 09:10:33'),(8153,8161,'es',0,NULL,'Copiar una vez',NULL,'',0,'2019-11-07 09:10:33'),(8154,8162,'es',0,NULL,'Copiar la fecha de publicación en las traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8155,8163,'es',0,NULL,'Copiar taxonomía en las traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8156,8164,'es',0,NULL,'Copiar este término del original: ¿del %1$s a todos los demás idiomas?',NULL,'',0,'2019-11-07 09:10:33'),(8157,8165,'es',0,NULL,'Copiar a todos los idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8158,8166,'es',0,NULL,'Corrija la asignación del tipo de entrada para las traducciones de tipos de entradas personalizadas en caso de que algo salga mal.',NULL,'',0,'2019-11-07 09:10:33'),(8159,8167,'es',0,NULL,'Corregir el recuento de términos si hay alguna falla con el contenido traducido.',NULL,'',0,'2019-11-07 09:10:33'),(8160,8168,'es',0,NULL,'Corregido por:',NULL,'',0,'2019-11-07 09:10:33'),(8161,8169,'es',0,NULL,'No se pudo obtener el estado de %s.',NULL,'',0,'2019-11-07 09:10:33'),(8162,8170,'es',0,NULL,'No se pudo enviar el informe para %s.',NULL,'',0,'2019-11-07 09:10:33'),(8163,8171,'es',0,NULL,'Crear duplicado',NULL,'',0,'2019-11-07 09:10:33'),(8164,8172,'es',0,NULL,'Cree una página raíz.',NULL,'',0,'2019-11-07 09:10:33'),(8165,8173,'es',0,NULL,'Creando tablas nuevas...',NULL,'',0,'2019-11-07 09:10:33'),(8166,8174,'es',0,NULL,'Actual',NULL,'',0,'2019-11-07 09:10:33'),(8167,8175,'es',0,NULL,'Idioma de contenido actual',NULL,'',0,'2019-11-07 09:10:33'),(8168,8176,'es',0,NULL,'Idioma actual',NULL,'',0,'2019-11-07 09:10:33'),(8169,8177,'es',0,NULL,'Color de fondo de idioma actual',NULL,'',0,'2019-11-07 09:10:33'),(8170,8178,'es',0,NULL,'Color de letra de idioma actual',NULL,'',0,'2019-11-07 09:10:33'),(8171,8179,'es',0,NULL,'Página actual',NULL,'',0,'2019-11-07 09:10:33'),(8172,8180,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:10:33'),(8173,8181,'es',0,NULL,'Campos personalizados',NULL,'',0,'2019-11-07 09:10:33'),(8174,8182,'es',0,NULL,'Bandera personalizada',NULL,'',0,'2019-11-07 09:10:33'),(8175,8183,'es',0,NULL,'Selectores de idioma personalizados',NULL,'',0,'2019-11-07 09:10:33'),(8176,8184,'es',0,NULL,'insertar los selectores de WPML en ubicaciones personalizadas',NULL,'',0,'2019-11-07 09:10:33'),(8177,8185,'es',0,NULL,'¿Necesita más opciones? Mire cómo puede %s.',NULL,'',0,'2019-11-07 09:10:33'),(8178,8186,'es',0,NULL,'Taxonomías personalizadas',NULL,'',0,'2019-11-07 09:10:33'),(8179,8187,'es',0,NULL,'Personalizar',NULL,'',0,'2019-11-07 09:10:33'),(8180,8188,'es',0,NULL,'Personalice el selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8181,8189,'es',0,NULL,'Panel',NULL,'',0,'2019-11-07 09:10:33'),(8182,8190,'es',0,NULL,'Datos guardados',NULL,'',0,'2019-11-07 09:10:33'),(8183,8191,'es',0,NULL,'Fecha',NULL,'',0,'2019-11-07 09:10:33'),(8184,8192,'es',0,NULL,'Desactivar',NULL,'',0,'2019-11-07 09:10:33'),(8185,8193,'es',0,NULL,'Desactivar WPML Page Builders',NULL,'',0,'2019-11-07 09:10:33'),(8186,8194,'es',0,NULL,'Información de depuración',NULL,'',0,'2019-11-07 09:10:33'),(8187,8195,'es',0,NULL,'Idioma de administración predeterminado (actualmente es el %s)',NULL,'',0,'2019-11-07 09:10:33'),(8188,8196,'es',0,NULL,'Idioma de administración predeterminado:',NULL,'',0,'2019-11-07 09:10:33'),(8189,8197,'es',0,NULL,'Idioma predeterminado (actualmente %s)',NULL,'',0,'2019-11-07 09:10:33'),(8190,8198,'es',0,NULL,'Configuración regional predeterminada',NULL,'',0,'2019-11-07 09:10:33'),(8191,8199,'es',0,NULL,'Eliminar',NULL,'',0,'2019-11-07 09:10:33'),(8192,8200,'es',0,NULL,'Eliminar selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8193,8201,'es',0,NULL,'Eliminar enlace permanente',NULL,'',0,'2019-11-07 09:10:33'),(8194,8202,'es',0,NULL,'Eliminado',NULL,'',0,'2019-11-07 09:10:33'),(8195,8203,'es',0,NULL,'Comentarios eliminados:',NULL,'',0,'2019-11-07 09:10:33'),(8196,8204,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:10:33'),(8197,8205,'es',0,NULL,'Registro de error detallado',NULL,'',0,'2019-11-07 09:10:33'),(8198,8206,'es',0,NULL,'Detalles',NULL,'',0,'2019-11-07 09:10:33'),(8199,8207,'es',0,NULL,'Desarrollo',NULL,'',0,'2019-11-07 09:10:33'),(8200,8208,'es',0,NULL,'Distintos idiomas en los directorios',NULL,'',0,'2019-11-07 09:10:33'),(8201,8209,'es',0,NULL,'Desactivar la redirección de idioma del navegador',NULL,'',0,'2019-11-07 09:10:33'),(8202,8210,'es',0,NULL,'Desactivar caché para plantillas de selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8203,8211,'es',0,NULL,'Desactivar esta prestación',NULL,'',0,'2019-11-07 09:10:33'),(8204,8212,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:10:33'),(8205,8213,'es',0,NULL,'Descartar este aviso.',NULL,'',0,'2019-11-07 09:10:33'),(8206,8214,'es',0,NULL,'Mostrar las alternativas de idioma en la sección del ENCABEZADO.',NULL,'',0,'2019-11-07 09:10:33'),(8207,8215,'es',0,NULL,'Mostrar idiomas ocultos',NULL,'',0,'2019-11-07 09:10:33'),(8208,8216,'es',0,NULL,'El modo de visualización para las entradas de blog ha cambiado',NULL,'',0,'2019-11-07 09:10:33'),(8209,8217,'es',0,NULL,'Mostrar en idioma:',NULL,'',0,'2019-11-07 09:10:33'),(8210,8218,'es',0,NULL,'No hacer \'%s\' traducible',NULL,'',0,'2019-11-07 09:10:33'),(8211,8219,'es',0,NULL,'No mostrar',NULL,'',0,'2019-11-07 09:10:33'),(8212,8220,'es',0,NULL,'No hacer nada',NULL,'',0,'2019-11-07 09:10:33'),(8213,8221,'es',0,NULL,'¿Seguro deseas eliminar este elemento?',NULL,'',0,'2019-11-07 09:10:33'),(8214,8222,'es',0,NULL,'¿Desea continuar?',NULL,'',0,'2019-11-07 09:10:33'),(8215,8223,'es',0,NULL,'¿No tiene una clave para este sitio? %sGenerar una clave para este sitio%s',NULL,'',0,'2019-11-07 09:10:33'),(8216,8224,'es',0,NULL,'No enviar esta información y omitir las notas de compatibilidad',NULL,'',0,'2019-11-07 09:10:33'),(8217,8225,'es',0,NULL,'No traducir',NULL,'',0,'2019-11-07 09:10:33'),(8218,8226,'es',0,NULL,'No usar la Traducción de cadenas para traducir temas y plugines',NULL,'',0,'2019-11-07 09:10:33'),(8219,8227,'es',0,NULL,'Hecho',NULL,'',0,'2019-11-07 09:10:33'),(8220,8228,'es',0,NULL,'Listo.',NULL,'',0,'2019-11-07 09:10:33'),(8221,8229,'es',0,NULL,'Descargar',NULL,'',0,'2019-11-07 09:10:33'),(8222,8230,'es',0,NULL,'La descarga falló.\\n\\nPulse ACEPTAR para revalidar la suscripción o CANCELAR para intentarlo de nuevo.',NULL,'',0,'2019-11-07 09:10:33'),(8223,8231,'es',0,NULL,'La descarga falló.\\n\\nActualice la página e inténtelo de nuevo.',NULL,'',0,'2019-11-07 09:10:33'),(8224,8232,'es',0,NULL,'Descargando',NULL,'',0,'2019-11-07 09:10:33'),(8225,8233,'es',0,NULL,'No es posible descargar porque WordPress no puede escribir en la carpeta de plugins. %sSolución de problemas%s.',NULL,'',0,'2019-11-07 09:10:33'),(8226,8234,'es',0,NULL,'No es posible descargar. WordPress no puede crear las carpetas necesarias debido a la limitación de\\n 256 caracteres del entorno de Windows actual.',NULL,'',0,'2019-11-07 09:10:33'),(8227,8235,'es',0,NULL,'Arrastrar y colocar los idiomas para cambiar su orden',NULL,'',0,'2019-11-07 09:10:33'),(8228,8236,'es',0,NULL,'Menú desplegable',NULL,'',0,'2019-11-07 09:10:33'),(8229,8237,'es',0,NULL,'Duplicar',NULL,'',0,'2019-11-07 09:10:33'),(8230,8238,'es',0,NULL,'Mensaje enviado al servicio de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8231,8239,'es',0,NULL,'Cada usuario puede elegir el idioma de administración. Puede editar las preferencias de idioma visitando su <a href=\"%s\">página de perfil</a>.',NULL,'',0,'2019-11-07 09:10:33'),(8232,8240,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:10:33'),(8233,8241,'es',0,NULL,'Editar selector de idioma de pie de página',NULL,'',0,'2019-11-07 09:10:33'),(8234,8242,'es',0,NULL,'Editar selector de idioma de menú',NULL,'',0,'2019-11-07 09:10:33'),(8235,8243,'es',0,NULL,'Editar selector de idioma de traducción de entradas',NULL,'',0,'2019-11-07 09:10:33'),(8236,8244,'es',0,NULL,'Editar selector de idioma de acciones de shortcode',NULL,'',0,'2019-11-07 09:10:33'),(8237,8245,'es',0,NULL,'Editar selector de idioma de área de widget',NULL,'',0,'2019-11-07 09:10:33'),(8238,8246,'es',0,NULL,'Editar comentario',NULL,'',0,'2019-11-07 09:10:33'),(8239,8247,'es',0,NULL,'Editar el selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8240,8248,'es',0,NULL,'Editar idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8241,8249,'es',0,NULL,'Esta tabla le permite editar los idiomas del sitio. Cada fila representa un idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8242,8250,'es',0,NULL,'Para cada idioma, necesita introducir la siguiente información:',NULL,'',0,'2019-11-07 09:10:33'),(8243,8251,'es',0,NULL,'Código:',NULL,'',0,'2019-11-07 09:10:33'),(8244,8252,'es',0,NULL,'un único valor que identifique el idioma. Una vez introducido, el código de idioma no se puede cambiar.',NULL,'',0,'2019-11-07 09:10:33'),(8245,8253,'es',0,NULL,'Traducciones:',NULL,'',0,'2019-11-07 09:10:33'),(8246,8254,'es',0,NULL,'la manera en que el nombre de idioma se mostrará en distintos idiomas. ',NULL,'',0,'2019-11-07 09:10:33'),(8247,8255,'es',0,NULL,'Bandera:',NULL,'',0,'2019-11-07 09:10:33'),(8248,8256,'es',0,NULL,'la bandera para mostrar al lado del idioma (opcional). Puede subir su propia bandera o usar una de las imágenes de bandera integradas de WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8249,8257,'es',0,NULL,'Configuración regional predeterminada:',NULL,'',0,'2019-11-07 09:10:33'),(8250,8258,'es',0,NULL,'Esto determina el valor regional para este idioma. Verifique el nombre del archivo de localización de WordPress para definir esto correctamente.',NULL,'',0,'2019-11-07 09:10:33'),(8251,8259,'es',0,NULL,'Codificar URL:',NULL,'',0,'2019-11-07 09:10:33'),(8252,8260,'es',0,NULL,'sí/no, determina si las URL en este idioma son codificadas o usan caracteres ASCII (dejar ‘no’ si no está seguro).',NULL,'',0,'2019-11-07 09:10:33'),(8253,8261,'es',0,NULL,'hreflang:',NULL,'',0,'2019-11-07 09:10:33'),(8254,8262,'es',0,NULL,'el código que Google espera para este idioma. El hreflang debe contener al menos el código de idioma (usualmente, compuesto de dos letras), o, si desea especificar el país/región, esta debe ser la misma información que la del nombre de la configuración regional, pero en un formato levemente distinto. Si la configuración regional para francés de canadá es fr_CA, el hreflang correspondiente sería fr-ca. En vez de guión bajo, use guión corto (-) y todas las letras deben ser en minúscula.',NULL,'',0,'2019-11-07 09:10:33'),(8255,8263,'es',0,NULL,'Edite la página raíz.',NULL,'',0,'2019-11-07 09:10:33'),(8256,8264,'es',0,NULL,'Editar la traducción %s',NULL,'',0,'2019-11-07 09:10:33'),(8257,8265,'es',0,NULL,'Editar esta página para agregar traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8258,8266,'es',0,NULL,'Editar traducción',NULL,'',0,'2019-11-07 09:10:33'),(8259,8267,'es',0,NULL,'Idioma de edición:',NULL,'',0,'2019-11-07 09:10:33'),(8260,8268,'es',0,NULL,'Elementos para incluir en el selector de idioma:',NULL,'',0,'2019-11-07 09:10:33'),(8261,8269,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:10:33'),(8262,8270,'es',0,NULL,'Activar comentario de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8263,8271,'es',0,NULL,'Activar el módulo de comentario de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8264,8272,'es',0,NULL,'Activar y configurar la función \"Comentario de traducción\" ',NULL,'',0,'2019-11-07 09:10:33'),(8265,8273,'es',0,NULL,'Activar caché para plantillas de selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8266,8274,'es',0,NULL,'Codificar direcciones URL',NULL,'',0,'2019-11-07 09:10:33'),(8267,8275,'es',0,NULL,'Introduzca CSS para agregar a la página. Esto resulta útil cuando desea agregar estilo al selector de idioma, sin tener que editar el archivo CSS en el servidor.',NULL,'',0,'2019-11-07 09:10:33'),(8268,8276,'es',0,NULL,'Introducir clave del sitio',NULL,'',0,'2019-11-07 09:10:33'),(8269,8277,'es',0,NULL,'Introducir textdomain:',NULL,'',0,'2019-11-07 09:10:33'),(8270,8278,'es',0,NULL,'Introduzca la clave del sitio, desde su cuenta de wpml.org, para recibir actualizaciones automáticas para WPML en este sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8271,8279,'es',0,NULL,'Introducir el título del widget o dejar vacío para que no haya título.',NULL,'',0,'2019-11-07 09:10:33'),(8272,8280,'es',0,NULL,'Error',NULL,'',0,'2019-11-07 09:10:33'),(8273,8281,'es',0,NULL,'Error al agregar archivo.',NULL,'',0,'2019-11-07 09:10:33'),(8274,8282,'es',0,NULL,'Error al agregar nombre nativo.',NULL,'',0,'2019-11-07 09:10:33'),(8275,8283,'es',0,NULL,'Error al agregar la traducción %s para %s.',NULL,'',0,'2019-11-07 09:10:33'),(8276,8284,'es',0,NULL,'Error al cargar archivo de bandera.',NULL,'',0,'2019-11-07 09:10:33'),(8277,8285,'es',0,NULL,'Error: No se encontró el idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8278,8286,'es',0,NULL,'Error: No hay campos personalizados',NULL,'',0,'2019-11-07 09:10:33'),(8279,8287,'es',0,NULL,'Error: Por favor, active el plugin de Administración de traducción de WPML',NULL,'',0,'2019-11-07 09:10:33'),(8280,8288,'es',0,NULL,'Error: Especifique una acción de traducción, por favor.',NULL,'',0,'2019-11-07 09:10:33'),(8281,8289,'es',0,NULL,'Error: hubo un problema con el valor del campo. No se pueden establecer las preferencias de traducción.',NULL,'',0,'2019-11-07 09:10:33'),(8282,8290,'es',0,NULL,'Error: Este es un idioma integrado. No puede eliminarlo.',NULL,'',0,'2019-11-07 09:10:33'),(8283,8291,'es',0,NULL,'Error: No se inició el plugin de Administración de traducción de WPML',NULL,'',0,'2019-11-07 09:10:33'),(8284,8292,'es',0,NULL,'Error: los datos no se han guardado',NULL,'',0,'2019-11-07 09:10:33'),(8285,8293,'es',0,NULL,'Etapa de prueba',NULL,'',0,'2019-11-07 09:10:33'),(8286,8294,'es',0,NULL,'Fecha de caducidad para el módulo de comentario de traducción:',NULL,'',0,'2019-11-07 09:10:33'),(8287,8295,'es',0,NULL,'No se pudieron actualizar los comentarios.',NULL,'',0,'2019-11-07 09:10:33'),(8288,8296,'es',0,NULL,'No se pudo escribir el archivo en el disco.',NULL,'',0,'2019-11-07 09:10:33'),(8289,8297,'es',0,NULL,'Comentarios',NULL,'',0,'2019-11-07 09:10:33'),(8290,8298,'es',0,NULL,'Navegación de lista de comentarios',NULL,'',0,'2019-11-07 09:10:33'),(8291,8299,'es',0,NULL,'Comentario:',NULL,'',0,'2019-11-07 09:10:33'),(8292,8300,'es',0,NULL,'Extensión de archivo no permitida.',NULL,'',0,'2019-11-07 09:10:33'),(8293,8301,'es',0,NULL,'Finalizando actualización...',NULL,'',0,'2019-11-07 09:10:33'),(8294,8302,'es',0,NULL,'Averigüe cómo actualizar PHP.',NULL,'',0,'2019-11-07 09:10:33'),(8295,8303,'es',0,NULL,'Terminar',NULL,'',0,'2019-11-07 09:10:33'),(8296,8304,'es',0,NULL,'Finalizado',NULL,'',0,'2019-11-07 09:10:33'),(8297,8305,'es',0,NULL,'Primer elemento de menú',NULL,'',0,'2019-11-07 09:10:33'),(8298,8306,'es',0,NULL,'Primera página',NULL,'',0,'2019-11-07 09:10:33'),(8299,8307,'es',0,NULL,'Reparar la intercalación de element_type',NULL,'',0,'2019-11-07 09:10:33'),(8300,8308,'es',0,NULL,'Reparar asignaciones de tipo de entrada para las traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8301,8309,'es',0,NULL,'Reparar recuento de términos',NULL,'',0,'2019-11-07 09:10:33'),(8302,8310,'es',0,NULL,'Repara la intercalación de la columna element_type en icl_translations en el caso de que este ajuste cambiara para la columna posts.post_type.',NULL,'',0,'2019-11-07 09:10:33'),(8303,8311,'es',0,NULL,'Bandera',NULL,'',0,'2019-11-07 09:10:33'),(8304,8312,'es',0,NULL,'Cuadro de volteo: enlace de botón',NULL,'',0,'2019-11-07 09:10:33'),(8305,8313,'es',0,NULL,'Cuadro de volteo: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8306,8314,'es',0,NULL,'Cuadro de volteo: texto de descripción lado A',NULL,'',0,'2019-11-07 09:10:33'),(8307,8315,'es',0,NULL,'Cuadro de volteo: texto de descripción lado B',NULL,'',0,'2019-11-07 09:10:33'),(8308,8316,'es',0,NULL,'Cuatro de volteo: texto de título lado A',NULL,'',0,'2019-11-07 09:10:33'),(8309,8317,'es',0,NULL,'Cuadro de volteo: texto de título lado B',NULL,'',0,'2019-11-07 09:10:33'),(8310,8318,'es',0,NULL,'Selector de idioma de pie de página',NULL,'',0,'2019-11-07 09:10:33'),(8311,8319,'es',0,NULL,'Para \"%s\"',NULL,'',0,'2019-11-07 09:10:33'),(8312,8320,'es',0,NULL,'Para los componentes de WPML, puede recibir actualizaciones de su %s o de manera automática, después de registrarse en WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8313,8321,'es',0,NULL,'Para acceso avanzado o para desinstalar wpml completamente y eliminar la información de todos los idiomas, use la página de %ssolución de problemas%s.',NULL,'',0,'2019-11-07 09:10:33'),(8314,8322,'es',0,NULL,'Para recuperar información de depuración si el asistente técnico lo solicita, use la página de %sinformación de depuración%s.',NULL,'',0,'2019-11-07 09:10:33'),(8315,8323,'es',0,NULL,'Formulario: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8316,8324,'es',0,NULL,'Formulario: nombre de remitente del mensaje',NULL,'',0,'2019-11-07 09:10:33'),(8317,8325,'es',0,NULL,'Formulario: asunto del mensaje',NULL,'',0,'2019-11-07 09:10:33'),(8318,8326,'es',0,NULL,'Formulario: mensaje de error',NULL,'',0,'2019-11-07 09:10:33'),(8319,8327,'es',0,NULL,'De: HTML de campo',NULL,'',0,'2019-11-07 09:10:33'),(8320,8328,'es',0,NULL,'Formulario: etiqueta de campo',NULL,'',0,'2019-11-07 09:10:33'),(8321,8329,'es',0,NULL,'Formulario: marcador de campo',NULL,'',0,'2019-11-07 09:10:33'),(8322,8330,'es',0,NULL,'Formulario: mensaje de no válido',NULL,'',0,'2019-11-07 09:10:33'),(8323,8331,'es',0,NULL,'Formulario: mensaje de requerido',NULL,'',0,'2019-11-07 09:10:33'),(8324,8332,'es',0,NULL,'Formulario: mensaje de éxito',NULL,'',0,'2019-11-07 09:10:33'),(8325,8333,'es',0,NULL,'Formulario: nombre',NULL,'',0,'2019-11-07 09:10:33'),(8326,8334,'es',0,NULL,'Reciba instrucciones personalizadas para traducir este sitio web. También accederá al soporte para usuarios de WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8327,8335,'es',0,NULL,'Obtener instrucciones de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8328,8336,'es',0,NULL,'Obtenga su clave de sitio por %1$s. Si ya posee una clave, obténgala en %2$s. De lo contrario, %3$s',NULL,'',0,'2019-11-07 09:10:33'),(8329,8337,'es',0,NULL,'Guía de inicio',NULL,'',0,'2019-11-07 09:10:33'),(8330,8338,'es',0,NULL,'Ir a la configuración de la Red de WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8331,8339,'es',0,NULL,'Ir a la página anterior',NULL,'',0,'2019-11-07 09:10:33'),(8332,8340,'es',0,NULL,'Ir a la primera página',NULL,'',0,'2019-11-07 09:10:33'),(8333,8341,'es',0,NULL,'Ir a la última página',NULL,'',0,'2019-11-07 09:10:33'),(8334,8342,'es',0,NULL,'Ir a la siguiente página',NULL,'',0,'2019-11-07 09:10:33'),(8335,8343,'es',0,NULL,'¡Buenas noticias! Su sitio no tiene comentarios huérfanos.',NULL,'',0,'2019-11-07 09:10:33'),(8336,8344,'es',0,NULL,'Entendido',NULL,'',0,'2019-11-07 09:10:33'),(8337,8345,'es',0,NULL,'Gris',NULL,'',0,'2019-11-07 09:10:33'),(8338,8346,'es',0,NULL,'El grupo no existe.',NULL,'',0,'2019-11-07 09:10:33'),(8339,8347,'es',0,NULL,'HTML',NULL,'',0,'2019-11-07 09:10:33'),(8340,8348,'es',0,NULL,'Archivo HTML',NULL,'',0,'2019-11-07 09:10:33'),(8341,8349,'es',0,NULL,'Código HTTP: %s (%s)',NULL,'',0,'2019-11-07 09:10:33'),(8342,8350,'es',0,NULL,'Encabezado',NULL,'',0,'2019-11-07 09:10:33'),(8343,8351,'es',0,NULL,'Idiomas ocultos:',NULL,'',0,'2019-11-07 09:10:33'),(8344,8352,'es',0,NULL,'Ocultar',NULL,'',0,'2019-11-07 09:10:33'),(8345,8353,'es',0,NULL,'Ocultar intercambiadores de idioma en la página raíz',NULL,'',0,'2019-11-07 09:10:33'),(8346,8354,'es',0,NULL,'Ocultar idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8347,8355,'es',0,NULL,'Ocultar campos de sistema',NULL,'',0,'2019-11-07 09:10:33'),(8348,8356,'es',0,NULL,'Ocultar este aviso.',NULL,'',0,'2019-11-07 09:10:33'),(8349,8357,'es',0,NULL,'Sincronización de jerarquía',NULL,'',0,'2019-11-07 09:10:33'),(8350,8358,'es',0,NULL,'Desplazamiento del mouse',NULL,'',0,'2019-11-07 09:10:33'),(8351,8359,'es',0,NULL,'Solución de problemas',NULL,'',0,'2019-11-07 09:10:33'),(8352,8360,'es',0,NULL,'Instrucciones para utilizar los idiomas sin traducir',NULL,'',0,'2019-11-07 09:10:33'),(8353,8361,'es',0,NULL,'Instrucciones para traducir',NULL,'',0,'2019-11-07 09:10:33'),(8354,8362,'es',0,NULL,'¿Cómo traducir cadenas en temas y plugines?',NULL,'',0,'2019-11-07 09:10:33'),(8355,8363,'es',0,NULL,'Estoy a punto de restablecer todos los datos de traducción e idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8356,8364,'es',0,NULL,'Observo muchos errores de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8357,8365,'es',0,NULL,'No entiendo nada',NULL,'',0,'2019-11-07 09:10:33'),(8358,8366,'es',0,NULL,'Lo agregaré manualmente (%1sinstrucciones%2s)',NULL,'',0,'2019-11-07 09:10:33'),(8359,8367,'es',0,NULL,'Borraré el caché manualmente después de traducir las cadenas.',NULL,'',0,'2019-11-07 09:10:33'),(8360,8368,'es',0,NULL,'Cuadro de íconos: texto de descripción',NULL,'',0,'2019-11-07 09:10:33'),(8361,8369,'es',0,NULL,'Cuadro de ícono: enlace',NULL,'',0,'2019-11-07 09:10:33'),(8362,8370,'es',0,NULL,'Caja de iconos: texto de título',NULL,'',0,'2019-11-07 09:10:33'),(8363,8371,'es',0,NULL,'Lista de íconos: URL de enlace',NULL,'',0,'2019-11-07 09:10:33'),(8364,8372,'es',0,NULL,'Lista de iconos: texto',NULL,'',0,'2019-11-07 09:10:33'),(8365,8373,'es',0,NULL,'Enlace de ícono',NULL,'',0,'2019-11-07 09:10:33'),(8366,8374,'es',0,NULL,'Estilo de ícono:',NULL,'',0,'2019-11-07 09:10:33'),(8367,8375,'es',0,NULL,'Texto de ícono',NULL,'',0,'2019-11-07 09:10:33'),(8368,8376,'es',0,NULL,'Íconos: URL de enlace',NULL,'',0,'2019-11-07 09:10:33'),(8369,8377,'es',0,NULL,'Si aparentemente desapareció contenido, esto podría deberse a que cambió el idioma predeterminado del sitio del %s al %s.',NULL,'',0,'2019-11-07 09:10:33'),(8370,8378,'es',0,NULL,'Si usted es un ser humano, no complete este campo.',NULL,'',0,'2019-11-07 09:10:33'),(8371,8379,'es',0,NULL,'Si no posee una cuenta en WPML.org o una suscripción válida, puede %scomprar%s una y obtener las últimas actualizaciones, soporte completo y 30 días de garantía con devolución del dinero.',NULL,'',0,'2019-11-07 09:10:33'),(8372,8380,'es',0,NULL,'Si usted ya ha comprado o renovado su suscripción y aún ve este mensaje, revalide la suscripción.',NULL,'',0,'2019-11-07 09:10:33'),(8373,8381,'es',0,NULL,'Cuadro de imagen: texto de descripción',NULL,'',0,'2019-11-07 09:10:33'),(8374,8382,'es',0,NULL,'Cuadro de imagen: texto de título',NULL,'',0,'2019-11-07 09:10:33'),(8375,8383,'es',0,NULL,'Imagen: leyenda',NULL,'',0,'2019-11-07 09:10:33'),(8376,8384,'es',0,NULL,'Imagen: URL de enlace',NULL,'',0,'2019-11-07 09:10:33'),(8377,8385,'es',0,NULL,'Para editar o eliminar éstas primero debe activar el idioma correspondiente.',NULL,'',0,'2019-11-07 09:10:33'),(8378,8386,'es',0,NULL,'Para ver la información de los productos, ejecute el %scontrol de actualizaciones manual%s para inicializar la lista de productos o eliminar (temporalmente) el código de arriba.',NULL,'',0,'2019-11-07 09:10:33'),(8379,8387,'es',0,NULL,'En curso',NULL,'',0,'2019-11-07 09:10:33'),(8380,8388,'es',0,NULL,'Inactivo',NULL,'',0,'2019-11-07 09:10:33'),(8381,8389,'es',0,NULL,'Contenido inactivo',NULL,'',0,'2019-11-07 09:10:33'),(8382,8390,'es',0,NULL,'Configuración incorrecta',NULL,'',0,'2019-11-07 09:10:33'),(8383,8391,'es',0,NULL,'Componentes individuales',NULL,'',0,'2019-11-07 09:10:33'),(8384,8392,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:10:33'),(8385,8393,'es',0,NULL,'Inserte su clave y active las actualizaciones automáticas:',NULL,'',0,'2019-11-07 09:10:33'),(8386,8394,'es',0,NULL,'Instalar',NULL,'',0,'2019-11-07 09:10:33'),(8387,8395,'es',0,NULL,'Instalado',NULL,'',0,'2019-11-07 09:10:33'),(8388,8396,'es',0,NULL,'Instalador',NULL,'',0,'2019-11-07 09:10:33'),(8389,8397,'es',0,NULL,'Installer no se puede poner en contacto con nuestro servidor de actualizaciones para obtener información sobre los productos disponibles y buscar versiones nuevas. Si está viendo este mensaje por primera vez, puede ignorarlo, ya que podría tratarse de un problema de comunicación temporario. Si el problema persiste y el administrador de WordPress se pone lento, puede desactivar la verificación de versión automática.',NULL,'',0,'2019-11-07 09:10:33'),(8390,8398,'es',0,NULL,'El instalador no puede mostrar la información de los productos porque la actualización automática para %s se ha desactivado de forma explícita con la siguiente configuración (generalmente en wp-config.php):',NULL,'',0,'2019-11-07 09:10:33'),(8391,8399,'es',0,NULL,'Instalando %s',NULL,'',0,'2019-11-07 09:10:33'),(8392,8400,'es',0,NULL,'Integración de WPML con ElasticPress',NULL,'',0,'2019-11-07 09:10:33'),(8393,8401,'es',0,NULL,'Activarlo ahora',NULL,'',0,'2019-11-07 09:10:33'),(8394,8402,'es',0,NULL,'Código de idioma no válido',NULL,'',0,'2019-11-07 09:10:33'),(8395,8403,'es',0,NULL,'Nonce no válido.',NULL,'',0,'2019-11-07 09:10:33'),(8396,8404,'es',0,NULL,'Producto no válido',NULL,'',0,'2019-11-07 09:10:33'),(8397,8405,'es',0,NULL,'¡Solicitud no válida!',NULL,'',0,'2019-11-07 09:10:33'),(8398,8406,'es',0,NULL,'Clave de sitio no válida para el sitio actual.',NULL,'',0,'2019-11-07 09:10:33'),(8399,8407,'es',0,NULL,'Clave de sitio no válida para el sitio web actual. Si el error persiste, pruebe cancelando el registro primero y luego vuelva a registrarse con la misma clave de sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8400,8408,'es',0,NULL,'Control del problemas en %s',NULL,'',0,'2019-11-07 09:10:33'),(8401,8409,'es',0,NULL,'Problemas con traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8402,8410,'es',0,NULL,'Se podría mejorar',NULL,'',0,'2019-11-07 09:10:33'),(8403,8411,'es',0,NULL,'Está bien',NULL,'',0,'2019-11-07 09:10:33'),(8404,8412,'es',0,NULL,'¡Es perfecta!',NULL,'',0,'2019-11-07 09:10:33'),(8405,8413,'es',0,NULL,'Parece que los idiomas por directorios no funcionarán.',NULL,'',0,'2019-11-07 09:10:33'),(8406,8414,'es',0,NULL,'Al parecer, la extensión %1$s, requerida por WPML, no está instalada. Diríjase a este enlace para averiguar cómo instalar esta extensión: %2$s.',NULL,'',0,'2019-11-07 09:10:33'),(8407,8415,'es',0,NULL,'No se puede agregar el elemento (superior no traducido)',NULL,'',0,'2019-11-07 09:10:33'),(8408,8416,'es',0,NULL,'El elemento cambió de posición',NULL,'',0,'2019-11-07 09:10:33'),(8409,8417,'es',0,NULL,'Se agregará el elemento',NULL,'',0,'2019-11-07 09:10:33'),(8410,8418,'es',0,NULL,'Se copiará el elemento',NULL,'',0,'2019-11-07 09:10:33'),(8411,8419,'es',0,NULL,'Se eliminará el elemento',NULL,'',0,'2019-11-07 09:10:33'),(8412,8420,'es',0,NULL,'Trabajo eliminado',NULL,'',0,'2019-11-07 09:10:33'),(8413,8421,'es',0,NULL,'Traducción de etiqueta',NULL,'',0,'2019-11-07 09:10:33'),(8414,8422,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:10:33'),(8415,8423,'es',0,NULL,'Selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8416,8424,'es',0,NULL,'Formato URL del idioma',NULL,'',0,'2019-11-07 09:10:33'),(8417,8425,'es',0,NULL,'Filtrado de idiomas para operaciones AJAX',NULL,'',0,'2019-11-07 09:10:33'),(8418,8426,'es',0,NULL,'Estilo de elementos del menú de idioma:',NULL,'',0,'2019-11-07 09:10:33'),(8419,8427,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:10:33'),(8420,8428,'es',0,NULL,'Nombre del idioma agregado como parámetro',NULL,'',0,'2019-11-07 09:10:33'),(8421,8429,'es',0,NULL,'Nombre del idioma en el idioma actual',NULL,'',0,'2019-11-07 09:10:33'),(8422,8430,'es',0,NULL,'Idioma de este %s',NULL,'',0,'2019-11-07 09:10:33'),(8423,8431,'es',0,NULL,'Se han eliminado los sufijos de idioma de los términos seleccionados.',NULL,'',0,'2019-11-07 09:10:33'),(8424,8432,'es',0,NULL,'Colores de selector de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8425,8433,'es',0,NULL,'Opciones del selector de idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8426,8434,'es',0,NULL,'Acción',NULL,'',0,'2019-11-07 09:10:33'),(8427,8435,'es',0,NULL,'Acciones',NULL,'',0,'2019-11-07 09:10:33'),(8428,8436,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:10:33'),(8429,8437,'es',0,NULL,'Vista preliminar',NULL,'',0,'2019-11-07 09:10:33'),(8430,8438,'es',0,NULL,'Estilo del selector de idioma:',NULL,'',0,'2019-11-07 09:10:33'),(8431,8439,'es',0,NULL,'Idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8432,8440,'es',0,NULL,'No se pudo determinar la hora de la última actualización',NULL,'',0,'2019-11-07 09:10:33'),(8433,8441,'es',0,NULL,'Última comprobación: %s',NULL,'',0,'2019-11-07 09:10:33'),(8434,8442,'es',0,NULL,'Último elemento de menú',NULL,'',0,'2019-11-07 09:10:33'),(8435,8443,'es',0,NULL,'Última página',NULL,'',0,'2019-11-07 09:10:33'),(8436,8444,'es',0,NULL,'Más adelante en la sección de encabezado (prioridad %d)',NULL,'',0,'2019-11-07 09:10:33'),(8437,8445,'es',0,NULL,'Más información',NULL,'',0,'2019-11-07 09:10:33'),(8438,8446,'es',0,NULL,'Más información sobre pasar datos entre dominios',NULL,'',0,'2019-11-07 09:10:33'),(8439,8447,'es',0,NULL,'Más información sobre el comentario de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8440,8448,'es',0,NULL,'Para guardar automáticamente, dejar el cuadro de texto',NULL,'',0,'2019-11-07 09:10:33'),(8441,8449,'es',0,NULL,'Leyenda:',NULL,'',0,'2019-11-07 09:10:33'),(8442,8450,'es',0,NULL,'Hagámoslo funcionar para usted. Póngase en contacto con el %1ssoporte de WPML%2s y proporcione los siguientes detalles del error:',NULL,'',0,'2019-11-07 09:10:33'),(8443,8451,'es',0,NULL,'Enlace',NULL,'',0,'2019-11-07 09:10:33'),(8444,8452,'es',0,NULL,'Enlace hacia la página de inicio de idiomas para las traducciones faltantes',NULL,'',0,'2019-11-07 09:10:33'),(8445,8453,'es',0,NULL,'Enlaces a traducción de entradas',NULL,'',0,'2019-11-07 09:10:33'),(8446,8454,'es',0,NULL,'Lista de idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8447,8455,'es',0,NULL,'Cargando',NULL,'',0,'2019-11-07 09:10:33'),(8448,8456,'es',0,NULL,'Cargando...',NULL,'',0,'2019-11-07 09:10:33'),(8449,8457,'es',0,NULL,'Cargando datos de idioma para {post_name}',NULL,'',0,'2019-11-07 09:10:33'),(8450,8458,'es',0,NULL,'Opciones de localización',NULL,'',0,'2019-11-07 09:10:33'),(8451,8459,'es',0,NULL,'Inicio de sesión: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8452,8460,'es',0,NULL,'Inicio de sesión: etiqueta de contraseña',NULL,'',0,'2019-11-07 09:10:33'),(8453,8461,'es',0,NULL,'Inicio de sesión: marcador de contraseña',NULL,'',0,'2019-11-07 09:10:33'),(8454,8462,'es',0,NULL,'Inicio de sesión: etiqueta de usuario',NULL,'',0,'2019-11-07 09:10:33'),(8455,8463,'es',0,NULL,'Inicio de sesión: marcador de usuario',NULL,'',0,'2019-11-07 09:10:33'),(8456,8464,'es',0,NULL,'Página Principal (sin superior)',NULL,'',0,'2019-11-07 09:10:33'),(8457,8465,'es',0,NULL,'Establecer el %s como idioma original para este %s',NULL,'',0,'2019-11-07 09:10:33'),(8458,8466,'es',0,NULL,'Hacer que \'%s\' parezca traducido',NULL,'',0,'2019-11-07 09:10:33'),(8459,8467,'es',0,NULL,'Hacer que \'%s\' sea traducible',NULL,'',0,'2019-11-07 09:10:33'),(8460,8468,'es',0,NULL,'Hacer que los temas sean multilingües',NULL,'',0,'2019-11-07 09:10:33'),(8461,8469,'es',0,NULL,'Administrar idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8462,8470,'es',0,NULL,'Administrar traducción de multimedia',NULL,'',0,'2019-11-07 09:10:33'),(8463,8471,'es',0,NULL,'Administrar navegación',NULL,'',0,'2019-11-07 09:10:33'),(8464,8472,'es',0,NULL,'Administrar enlaces adhesivos',NULL,'',0,'2019-11-07 09:10:33'),(8465,8473,'es',0,NULL,'Administrar traducción de cadenas',NULL,'',0,'2019-11-07 09:10:33'),(8466,8474,'es',0,NULL,'Administrar soporte',NULL,'',0,'2019-11-07 09:10:33'),(8467,8475,'es',0,NULL,'Administrar traducción de taxonomía',NULL,'',0,'2019-11-07 09:10:33'),(8468,8476,'es',0,NULL,'Administrar localización de tema y plugins',NULL,'',0,'2019-11-07 09:10:33'),(8469,8477,'es',0,NULL,'Administrar Translation Analytics',NULL,'',0,'2019-11-07 09:10:33'),(8470,8478,'es',0,NULL,'Administrar Administración de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8471,8479,'es',0,NULL,'Administrar solución de problemas',NULL,'',0,'2019-11-07 09:10:33'),(8472,8480,'es',0,NULL,'Administrar sincronización de Menús de WPML',NULL,'',0,'2019-11-07 09:10:33'),(8473,8481,'es',0,NULL,'Administrar WooCommerce Multilingual',NULL,'',0,'2019-11-07 09:10:33'),(8474,8482,'es',0,NULL,'Marcar como solucionado',NULL,'',0,'2019-11-07 09:10:33'),(8475,8483,'es',0,NULL,'Marcar como nuevo',NULL,'',0,'2019-11-07 09:10:33'),(8476,8484,'es',0,NULL,'Establecido',NULL,'',0,'2019-11-07 09:10:33'),(8477,8485,'es',0,NULL,'Tiempo de ejecución máximo',NULL,'',0,'2019-11-07 09:10:33'),(8478,8486,'es',0,NULL,'Vars de entrada máx.',NULL,'',0,'2019-11-07 09:10:33'),(8479,8487,'es',0,NULL,'Límite de memoria máximo',NULL,'',0,'2019-11-07 09:10:33'),(8480,8488,'es',0,NULL,'Límite de memoria',NULL,'',0,'2019-11-07 09:10:33'),(8481,8489,'es',0,NULL,'Uso de memoria',NULL,'',0,'2019-11-07 09:10:33'),(8482,8490,'es',0,NULL,'Menú',NULL,'',0,'2019-11-07 09:10:33'),(8483,8491,'es',0,NULL,'Delimitador de menú',NULL,'',0,'2019-11-07 09:10:33'),(8484,8492,'es',0,NULL,'Opción de menú: auto_add',NULL,'',0,'2019-11-07 09:10:33'),(8485,8493,'es',0,NULL,'Las opciones de menú serán actualizadas',NULL,'',0,'2019-11-07 09:10:33'),(8486,8494,'es',0,NULL,'Selector de idioma de menú',NULL,'',0,'2019-11-07 09:10:33'),(8487,8495,'es',0,NULL,'La sincronización de menús sincronizará la estructura de menús del idioma predeterminado de %s a los idiomas secundarios.',NULL,'',0,'2019-11-07 09:10:33'),(8488,8496,'es',0,NULL,'Sincronización de menú/s finalizada.',NULL,'',0,'2019-11-07 09:10:33'),(8489,8497,'es',0,NULL,'Mensajes y notificaciones',NULL,'',0,'2019-11-07 09:10:33'),(8490,8498,'es',0,NULL,'Falta una carpeta temporal.',NULL,'',0,'2019-11-07 09:10:33'),(8491,8499,'es',0,NULL,'Cuánto es la clave \"%s\".',NULL,'',0,'2019-11-07 09:10:33'),(8492,8500,'es',0,NULL,'Falta ID de entrada',NULL,'',0,'2019-11-07 09:10:33'),(8493,8501,'es',0,NULL,'Falta la clave del sitio',NULL,'',0,'2019-11-07 09:10:33'),(8494,8502,'es',0,NULL,'Paso que queda',NULL,'',0,'2019-11-07 09:10:33'),(8495,8503,'es',0,NULL,'Mover a la papelera',NULL,'',0,'2019-11-07 09:10:33'),(8496,8504,'es',0,NULL,'Configuración del contenido multilingüe',NULL,'',0,'2019-11-07 09:10:33'),(8497,8505,'es',0,NULL,'WordPress multillingüe',NULL,'',0,'2019-11-07 09:10:33'),(8498,8506,'es',0,NULL,'con WPML',NULL,'',0,'2019-11-07 09:10:33'),(8499,8507,'es',0,NULL,'Varias opciones',NULL,'',0,'2019-11-07 09:10:33'),(8500,8508,'es',0,NULL,'Multisitio',NULL,'',0,'2019-11-07 09:10:33'),(8501,8509,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:10:33'),(8502,8510,'es',0,NULL,'Nombre del idioma nativo',NULL,'',0,'2019-11-07 09:10:33'),(8503,8511,'es',0,NULL,'Navegación',NULL,'',0,'2019-11-07 09:10:33'),(8504,8512,'es',0,NULL,'¿Necesita ayuda sobre cómo traducir?',NULL,'',0,'2019-11-07 09:10:33'),(8505,8513,'es',0,NULL,'Necesita actualización',NULL,'',0,'2019-11-07 09:10:33'),(8506,8514,'es',0,NULL,'Configuración de Red',NULL,'',0,'2019-11-07 09:10:33'),(8507,8515,'es',0,NULL,'Nunca mostrar esto',NULL,'',0,'2019-11-07 09:10:33'),(8508,8516,'es',0,NULL,'Nuevo',NULL,'',0,'2019-11-07 09:10:33'),(8509,8517,'es',0,NULL,'Nuevo selector de idioma de menú',NULL,'',0,'2019-11-07 09:10:33'),(8510,8518,'es',0,NULL,'Nuevo selector de idioma de área de widget',NULL,'',0,'2019-11-07 09:10:33'),(8511,8519,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:10:33'),(8512,8520,'es',0,NULL,'Siguiente >>>',NULL,'',0,'2019-11-07 09:10:33'),(8513,8521,'es',0,NULL,'Página siguiente',NULL,'',0,'2019-11-07 09:10:33'),(8514,8522,'es',0,NULL,'No',NULL,'',0,'2019-11-07 09:10:33'),(8515,8523,'es',0,NULL,'No se encontró %1$s.',NULL,'',0,'2019-11-07 09:10:33'),(8516,8524,'es',0,NULL,'No hay lotes',NULL,'',0,'2019-11-07 09:10:33'),(8517,8525,'es',0,NULL,'No se seleccionó ninguna solicitud de traducción.',NULL,'',0,'2019-11-07 09:10:33'),(8518,8526,'es',0,NULL,'No se encontró ningún error en la asignación de tipos de entrada.',NULL,'',0,'2019-11-07 09:10:33'),(8519,8527,'es',0,NULL,'No se encontraron comentarios.',NULL,'',0,'2019-11-07 09:10:33'),(8520,8528,'es',0,NULL,'No se cargó ningún archivo.',NULL,'',0,'2019-11-07 09:10:33'),(8521,8529,'es',0,NULL,'No se encontraron menús',NULL,'',0,'2019-11-07 09:10:33'),(8522,8530,'es',0,NULL,'No se encontró ninguna entrada',NULL,'',0,'2019-11-07 09:10:33'),(8523,8531,'es',0,NULL,'No se definió ningún repositorio.',NULL,'',0,'2019-11-07 09:10:33'),(8524,8532,'es',0,NULL,'No existe la entrada para la ID = %d',NULL,'',0,'2019-11-07 09:10:33'),(8525,8533,'es',0,NULL,'No hay un traductor disponible para este par de idiomas.',NULL,'',0,'2019-11-07 09:10:33'),(8526,8534,'es',0,NULL,'No se preocupe, toda su funcionalidad se conserva en la Traducción de cadenas de WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8527,8535,'es',0,NULL,'Normal',NULL,'',0,'2019-11-07 09:10:33'),(8528,8536,'es',0,NULL,'No disponible',NULL,'',0,'2019-11-07 09:10:33'),(8529,8537,'es',0,NULL,'No instalado',NULL,'',0,'2019-11-07 09:10:33'),(8530,8538,'es',0,NULL,'No traducible',NULL,'',0,'2019-11-07 09:10:33'),(8531,8539,'es',0,NULL,'Sin traducir',NULL,'',0,'2019-11-07 09:10:33'),(8532,8540,'es',0,NULL,'No válido',NULL,'',0,'2019-11-07 09:10:33'),(8533,8541,'es',0,NULL,'Nota: Las taxonomías y los campos personalizados son compartidos por distintos tipos de entradas.',NULL,'',0,'2019-11-07 09:10:33'),(8534,8542,'es',0,NULL,'Nota: WPML se debe activar en el sitio primario o debe ser activado en red.',NULL,'',0,'2019-11-07 09:10:33'),(8535,8543,'es',0,NULL,'Nota: el ajuste automático de identidades aumentará la cantidad de consultas de bases de datos a su sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8536,8544,'es',0,NULL,'Nota: si editó la declaración de la entrada personalizada, puede que sea necesario volver a configurar WPML para marcarla como traducible.',NULL,'',0,'2019-11-07 09:10:33'),(8537,8545,'es',0,NULL,'Nota: si editó la declaración de taxonomía personalizada, puede que sea necesario volver a configurar WPML para marcarla como traducible.',NULL,'',0,'2019-11-07 09:10:33'),(8538,8546,'es',0,NULL,'Nada sincronizado',NULL,'',0,'2019-11-07 09:10:33'),(8539,8547,'es',0,NULL,'No hay nada para configurar.',NULL,'',0,'2019-11-07 09:10:33'),(8540,8548,'es',0,NULL,'Nada que sincronizar',NULL,'',0,'2019-11-07 09:10:33'),(8541,8549,'es',0,NULL,'El aviso no existe.',NULL,'',0,'2019-11-07 09:10:33'),(8542,8550,'es',0,NULL,'El aviso no existe.',NULL,'',0,'2019-11-07 09:10:33'),(8543,8551,'es',0,NULL,'Contador numeral: texto después de número',NULL,'',0,'2019-11-07 09:10:33'),(8544,8552,'es',0,NULL,'Contador númeral: texto antes de número',NULL,'',0,'2019-11-07 09:10:33'),(8545,8553,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:10:33'),(8546,8554,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:10:33'),(8547,8555,'es',0,NULL,'Nombre anterior',NULL,'',0,'2019-11-07 09:10:33'),(8548,8556,'es',0,NULL,'Un paso más para empezar a traducir %s',NULL,'',0,'2019-11-07 09:10:33'),(8549,8557,'es',0,NULL,'Solo entradas de blog traducidas (nunca mostrar entradas del idioma predeterminado en los idiomas de traducción)',NULL,'',0,'2019-11-07 09:10:33'),(8550,8558,'es',0,NULL,'Operar WooCommerce Multilingual. Todo sobre WCML a excepción de la pestaña de configuración.',NULL,'',0,'2019-11-07 09:10:33'),(8551,8559,'es',0,NULL,'Operación finalizada',NULL,'',0,'2019-11-07 09:10:33'),(8552,8560,'es',0,NULL,'Opcional',NULL,'',0,'2019-11-07 09:10:33'),(8553,8561,'es',0,NULL,'Orden de idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8554,8562,'es',0,NULL,'Idioma original',NULL,'',0,'2019-11-07 09:10:33'),(8555,8563,'es',0,NULL,'Entrada original:',NULL,'',0,'2019-11-07 09:10:33'),(8556,8564,'es',0,NULL,'Término original',NULL,'',0,'2019-11-07 09:10:33'),(8557,8565,'es',0,NULL,'Valor original:',NULL,'',0,'2019-11-07 09:10:33'),(8558,8566,'es',0,NULL,'Original:',NULL,'',0,'2019-11-07 09:10:33'),(8559,8567,'es',0,NULL,'Otro color de fondo de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8560,8568,'es',0,NULL,'Otro color de fuente de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8561,8569,'es',0,NULL,'Sobrescribir traducciones existentes',NULL,'',0,'2019-11-07 09:10:33'),(8562,8570,'es',0,NULL,'Sobrescribir con el contenido en %s.',NULL,'',0,'2019-11-07 09:10:33'),(8563,8571,'es',0,NULL,'PHP',NULL,'',0,'2019-11-07 09:10:33'),(8564,8572,'es',0,NULL,'Se recomienda PHP 5.6 y posterior. PHP 5.3 es el requerimiento mínimo.',NULL,'',0,'2019-11-07 09:10:33'),(8565,8573,'es',0,NULL,'Páginas',NULL,'',0,'2019-11-07 09:10:33'),(8566,8574,'es',0,NULL,'Pasar argumentos por GET (la url)',NULL,'',0,'2019-11-07 09:10:33'),(8567,8575,'es',0,NULL,'Pasar argumentos por POST',NULL,'',0,'2019-11-07 09:10:33'),(8568,8576,'es',0,NULL,'Pasar argumentos de sesión entre dominios por el selector de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8569,8577,'es',0,NULL,'Por favor, proporcione algunos ejemplos de errores y como los mejoraría:',NULL,'',0,'2019-11-07 09:10:33'),(8570,8578,'es',0,NULL,'Diríjase a la página %s y haga clic en \"%s\" para solucionar este problema.',NULL,'',0,'2019-11-07 09:10:33'),(8571,8579,'es',0,NULL,'Diríjase a la página de %splugines%s y active el plugin CMS WPML Multilingual antes de tratar de configurar el plugin.',NULL,'',0,'2019-11-07 09:10:33'),(8572,8580,'es',0,NULL,'Inicie y cierre sesión de nuevo para acceder a las funciones de administración en los dominios de todos los idiomas.',NULL,'',0,'2019-11-07 09:10:33'),(8573,8581,'es',0,NULL,'Por favor, realice una copia de seguridad de su base de datos antes de ejecutar esta operación.',NULL,'',0,'2019-11-07 09:10:33'),(8574,8582,'es',0,NULL,'Asegúrese de haber guardado todos los cambios. La página se volverá a cargar.',NULL,'',0,'2019-11-07 09:10:33'),(8575,8583,'es',0,NULL,'Antes de continuar con esta acción, asegúrese de guardar la entrada si ha realizado cambios.',NULL,'',0,'2019-11-07 09:10:33'),(8576,8584,'es',0,NULL,'Tenga en cuenta que, si restablece los datos de WPML, todas las traducciones que haya enviado a los servicios de traducción remotos se perderán. No se podrán recuperar más tarde.',NULL,'',0,'2019-11-07 09:10:33'),(8577,8585,'es',0,NULL,'Tenga en cuenta que, actualmente, puede traducir los slugs de términos de taxonomía pero no es posible %s.',NULL,'',0,'2019-11-07 09:10:33'),(8578,8586,'es',0,NULL,'Tenga en cuenta que la clave del sitio web distingue mayúsculas de minúsculas.',NULL,'',0,'2019-11-07 09:10:33'),(8579,8587,'es',0,NULL,'Por favor tenga en cuenta: no se puede cambiar los códigos de idioma después de agregar idiomas. Asegúrese de ingresar el código correcto.',NULL,'',0,'2019-11-07 09:10:33'),(8580,8588,'es',0,NULL,'Por favor, proporcione una breve descripción del sitio web para que los traductores sepan qué preparación previa se requiere de ellos.',NULL,'',0,'2019-11-07 09:10:33'),(8581,8589,'es',0,NULL,'Califique esta traducción:',NULL,'',0,'2019-11-07 09:10:33'),(8582,8590,'es',0,NULL,'Primero haga clic en Guardar para guardar la configuración.',NULL,'',0,'2019-11-07 09:10:33'),(8583,8591,'es',0,NULL,'Elija qué desea mostrar para la url raíz.',NULL,'',0,'2019-11-07 09:10:33'),(8584,8592,'es',0,NULL,'Actualice todos los componente que esté usando.',NULL,'',0,'2019-11-07 09:10:33'),(8585,8593,'es',0,NULL,'Por favor, ingrese los datos requeridos.',NULL,'',0,'2019-11-07 09:10:33'),(8586,8594,'es',0,NULL,'Por favor, ingrese datos válidos.',NULL,'',0,'2019-11-07 09:10:33'),(8587,8595,'es',0,NULL,'Plugin',NULL,'',0,'2019-11-07 09:10:33'),(8588,8596,'es',0,NULL,'Nombre de plugin',NULL,'',0,'2019-11-07 09:10:33'),(8589,8597,'es',0,NULL,'Los plugines serán actualizados a la versión más avanzada en el canal que usted seleccionó.',NULL,'',0,'2019-11-07 09:10:33'),(8590,8598,'es',0,NULL,'Plural',NULL,'',0,'2019-11-07 09:10:33'),(8591,8599,'es',0,NULL,'Posición de enlaces hreflang',NULL,'',0,'2019-11-07 09:10:33'),(8592,8600,'es',0,NULL,'Posición de enlaces:',NULL,'',0,'2019-11-07 09:10:33'),(8593,8601,'es',0,NULL,'Posición:',NULL,'',0,'2019-11-07 09:10:33'),(8594,8602,'es',0,NULL,'Traducción de tipos de entrada',NULL,'',0,'2019-11-07 09:10:33'),(8595,8603,'es',0,NULL,'No se encontró la entrada',NULL,'',0,'2019-11-07 09:10:33'),(8596,8604,'es',0,NULL,'Se ha reparado la asignación del tipo de entrada y el idioma de origen para',NULL,'',0,'2019-11-07 09:10:33'),(8597,8605,'es',0,NULL,'Tipos de entrada',NULL,'',0,'2019-11-07 09:10:33'),(8598,8606,'es',0,NULL,'Entrada sin título',NULL,'',0,'2019-11-07 09:10:33'),(8599,8607,'es',0,NULL,'Entradas',NULL,'',0,'2019-11-07 09:10:33'),(8600,8608,'es',0,NULL,'Sincronización de entradas y páginas',NULL,'',0,'2019-11-07 09:10:33'),(8601,8609,'es',0,NULL,'Entradas: texto leer más',NULL,'',0,'2019-11-07 09:10:33'),(8602,8610,'es',0,NULL,'Preferencias guardadas',NULL,'',0,'2019-11-07 09:10:33'),(8603,8611,'es',0,NULL,'Conservar argumentos URL',NULL,'',0,'2019-11-07 09:10:33'),(8604,8612,'es',0,NULL,'Conservación de argumentos URL',NULL,'',0,'2019-11-07 09:10:33'),(8605,8613,'es',0,NULL,'No se pudo previsualizar la actualización',NULL,'',0,'2019-11-07 09:10:33'),(8606,8614,'es',0,NULL,'Página anterior',NULL,'',0,'2019-11-07 09:10:33'),(8607,8615,'es',0,NULL,'Tabla de precios: enlace de botón',NULL,'',0,'2019-11-07 09:10:33'),(8608,8616,'es',0,NULL,'Tabla de precios: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8609,8617,'es',0,NULL,'Tabla de precios: información adicional en pie de página',NULL,'',0,'2019-11-07 09:10:33'),(8610,8618,'es',0,NULL,'Tabla de precios: encabezado',NULL,'',0,'2019-11-07 09:10:33'),(8611,8619,'es',0,NULL,'Tabla de precios: periodo',NULL,'',0,'2019-11-07 09:10:33'),(8612,8620,'es',0,NULL,'Tabla de precios: título de cinta',NULL,'',0,'2019-11-07 09:10:33'),(8613,8621,'es',0,NULL,'Tabla de precios: subtítulo',NULL,'',0,'2019-11-07 09:10:33'),(8614,8622,'es',0,NULL,'Lista de precios: título',NULL,'',0,'2019-11-07 09:10:33'),(8615,8623,'es',0,NULL,'Tabla de precios: texto',NULL,'',0,'2019-11-07 09:10:33'),(8616,8624,'es',0,NULL,'Lista de precios: descripción',NULL,'',0,'2019-11-07 09:10:33'),(8617,8625,'es',0,NULL,'Lista de precios: enlace',NULL,'',0,'2019-11-07 09:10:33'),(8618,8626,'es',0,NULL,'Tabla de precios: enlace de botón',NULL,'',0,'2019-11-07 09:10:33'),(8619,8627,'es',0,NULL,'Tabla de precios: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8620,8628,'es',0,NULL,'Tabla de precios: duración',NULL,'',0,'2019-11-07 09:10:33'),(8621,8629,'es',0,NULL,'Tabla de precios: característica',NULL,'',0,'2019-11-07 09:10:33'),(8622,8630,'es',0,NULL,'Tabla de precios: precio',NULL,'',0,'2019-11-07 09:10:33'),(8623,8631,'es',0,NULL,'Tabla de precios: título',NULL,'',0,'2019-11-07 09:10:33'),(8624,8632,'es',0,NULL,'Política de privacidad y uso de datos',NULL,'',0,'2019-11-07 09:10:33'),(8625,8633,'es',0,NULL,'Privado',NULL,'',0,'2019-11-07 09:10:33'),(8626,8634,'es',0,NULL,'Procesando traducciones...',NULL,'',0,'2019-11-07 09:10:33'),(8627,8635,'es',0,NULL,'Producción',NULL,'',0,'2019-11-07 09:10:33'),(8628,8636,'es',0,NULL,'Progreso: texto interno',NULL,'',0,'2019-11-07 09:10:33'),(8629,8637,'es',0,NULL,'Progreso: título',NULL,'',0,'2019-11-07 09:10:33'),(8630,8638,'es',0,NULL,'Calificar traducción',NULL,'',0,'2019-11-07 09:10:33'),(8631,8639,'es',0,NULL,'Califique la traducción de esta página',NULL,'',0,'2019-11-07 09:10:33'),(8632,8640,'es',0,NULL,'Calificación',NULL,'',0,'2019-11-07 09:10:33'),(8633,8641,'es',0,NULL,'Calificación:',NULL,'',0,'2019-11-07 09:10:33'),(8634,8642,'es',0,NULL,'Lea cómo funciona esto',NULL,'',0,'2019-11-07 09:10:33'),(8635,8643,'es',0,NULL,'Redirigir a los visitantes según el idioma del navegador solo si existen traducciones en ese idioma',NULL,'',0,'2019-11-07 09:10:33'),(8636,8644,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:10:33'),(8637,8645,'es',0,NULL,'Registrar',NULL,'',0,'2019-11-07 09:10:33'),(8638,8646,'es',0,NULL,'Registrar %s',NULL,'',0,'2019-11-07 09:10:33'),(8639,8647,'es',0,NULL,'Registrado',NULL,'',0,'2019-11-07 09:10:33'),(8640,8648,'es',0,NULL,'Registro',NULL,'',0,'2019-11-07 09:10:33'),(8641,8649,'es',0,NULL,'El registro es gratis y solo lleva un minuto.',NULL,'',0,'2019-11-07 09:10:33'),(8642,8650,'es',0,NULL,'Notas de la versión',NULL,'',0,'2019-11-07 09:10:33'),(8643,8651,'es',0,NULL,'Lanzado',NULL,'',0,'2019-11-07 09:10:33'),(8644,8652,'es',0,NULL,'Recordar mi preferencia',NULL,'',0,'2019-11-07 09:10:33'),(8645,8653,'es',0,NULL,'Recordar el idioma de preferencia del visitante durante %s horas (introduzca 24 o múltiplos del mismo).',NULL,'',0,'2019-11-07 09:10:33'),(8646,8654,'es',0,NULL,'Recordármelo de nuevo en 4 semanas.',NULL,'',0,'2019-11-07 09:10:33'),(8647,8655,'es',0,NULL,'Recordármelo más tarde',NULL,'',0,'2019-11-07 09:10:33'),(8648,8656,'es',0,NULL,'Registro de configuración XML remota',NULL,'',0,'2019-11-07 09:10:33'),(8649,8657,'es',0,NULL,'Eliminar %s',NULL,'',0,'2019-11-07 09:10:33'),(8650,8658,'es',0,NULL,'Eliminar todos los mensajes y notificaciones',NULL,'',0,'2019-11-07 09:10:33'),(8651,8659,'es',0,NULL,'Eliminar todos los mensajes y notificaciones, para todos los usuarios.',NULL,'',0,'2019-11-07 09:10:33'),(8652,8660,'es',0,NULL,'Elimine los comentarios que no correspondan con el idioma del contenido',NULL,'',0,'2019-11-07 09:10:33'),(8653,8661,'es',0,NULL,'Eliminar la clave del sitio actual (%s)',NULL,'',0,'2019-11-07 09:10:33'),(8654,8662,'es',0,NULL,'Eliminar registros de depuración de la caché de traducción de cadenas',NULL,'',0,'2019-11-07 09:10:33'),(8655,8663,'es',0,NULL,'Quitar las entradas fantasma de las tablas de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8656,8664,'es',0,NULL,'Eliminar los sufijos de idioma en el nombre de la taxonomía.',NULL,'',0,'2019-11-07 09:10:33'),(8657,8665,'es',0,NULL,'Eliminar la cadena \'filter_var\' de la directiva \'disable_functions\' o...',NULL,'',0,'2019-11-07 09:10:33'),(8658,8666,'es',0,NULL,'Elimina las entradas de las tablas de WPML que no están enlazadas adecuadamente. Limpia la tabla eliminando las entradas que quedaron por actualizaciones, reparaciones de errores o factores no determinados.',NULL,'',0,'2019-11-07 09:10:33'),(8659,8667,'es',0,NULL,'Elimina las filas no válidas guardadas en la opción y oculta el aviso administrativo.',NULL,'',0,'2019-11-07 09:10:33'),(8660,8668,'es',0,NULL,'Cambiar nombre de etiqueta por %s',NULL,'',0,'2019-11-07 09:10:33'),(8661,8669,'es',0,NULL,'Renovar %s',NULL,'',0,'2019-11-07 09:10:33'),(8662,8670,'es',0,NULL,'Respondido',NULL,'',0,'2019-11-07 09:10:33'),(8663,8671,'es',0,NULL,'Responder al administrador',NULL,'',0,'2019-11-07 09:10:33'),(8664,8672,'es',0,NULL,'Responder al administrador:',NULL,'',0,'2019-11-07 09:10:33'),(8665,8673,'es',0,NULL,'Responder al traductor',NULL,'',0,'2019-11-07 09:10:33'),(8666,8674,'es',0,NULL,'Responder el traductor:',NULL,'',0,'2019-11-07 09:10:33'),(8667,8675,'es',0,NULL,'Informar a',NULL,'',0,'2019-11-07 09:10:33'),(8668,8676,'es',0,NULL,'Informando a',NULL,'',0,'2019-11-07 09:10:33'),(8669,8677,'es',0,NULL,'Informando a wpml.org',NULL,'',0,'2019-11-07 09:10:33'),(8670,8678,'es',0,NULL,'Reiniciar',NULL,'',0,'2019-11-07 09:10:33'),(8671,8679,'es',0,NULL,'Restablecer y desactivar WPML',NULL,'',0,'2019-11-07 09:10:33'),(8672,8680,'es',0,NULL,'Restablecer idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8673,8681,'es',0,NULL,'Restablecer configuración',NULL,'',0,'2019-11-07 09:10:33'),(8674,8682,'es',0,NULL,'Restaurar',NULL,'',0,'2019-11-07 09:10:33'),(8675,8683,'es',0,NULL,'Restaurar predeterminado',NULL,'',0,'2019-11-07 09:10:33'),(8676,8684,'es',0,NULL,'Recuperar los mensajes y notificaciones descartados y ocultos.',NULL,'',0,'2019-11-07 09:10:33'),(8677,8685,'es',0,NULL,'Restaurar mensajes y notificaciones',NULL,'',0,'2019-11-07 09:10:33'),(8678,8686,'es',0,NULL,'Proceso de actualización del currículum vitae',NULL,'',0,'2019-11-07 09:10:33'),(8679,8687,'es',0,NULL,'Reintentar',NULL,'',0,'2019-11-07 09:10:33'),(8680,8688,'es',0,NULL,'Volver a la página de plugins',NULL,'',0,'2019-11-07 09:10:33'),(8681,8689,'es',0,NULL,'Volver a la página de actualizaciones',NULL,'',0,'2019-11-07 09:10:33'),(8682,8690,'es',0,NULL,'Revalidar suscripción',NULL,'',0,'2019-11-07 09:10:33'),(8683,8691,'es',0,NULL,'Reseña',NULL,'',0,'2019-11-07 09:10:33'),(8684,8692,'es',0,NULL,'Revisado por:',NULL,'',0,'2019-11-07 09:10:33'),(8685,8693,'es',0,NULL,'Ejecutar proceso de actualización',NULL,'',0,'2019-11-07 09:10:33'),(8686,8694,'es',0,NULL,'Ahora ejecutando el lote #%d',NULL,'',0,'2019-11-07 09:10:33'),(8687,8695,'es',0,NULL,'Opciones de SEO',NULL,'',0,'2019-11-07 09:10:33'),(8688,8696,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:10:33'),(8689,8697,'es',0,NULL,'Analizando resultados',NULL,'',0,'2019-11-07 09:10:33'),(8690,8698,'es',0,NULL,'Analizando ahora, no cierre esta página.',NULL,'',0,'2019-11-07 09:10:33'),(8691,8699,'es',0,NULL,'Búsqueda',NULL,'',0,'2019-11-07 09:10:33'),(8692,8700,'es',0,NULL,'Resultados de búsqueda para “%s”',NULL,'',0,'2019-11-07 09:10:33'),(8693,8701,'es',0,NULL,'Seleccionar todo',NULL,'',0,'2019-11-07 09:10:33'),(8694,8702,'es',0,NULL,'Seleccionar idioma',NULL,'',0,'2019-11-07 09:10:33'),(8695,8703,'es',0,NULL,'Seleccionar validación',NULL,'',0,'2019-11-07 09:10:33'),(8696,8704,'es',0,NULL,'Seleccionar un predeterminado',NULL,'',0,'2019-11-07 09:10:33'),(8697,8705,'es',0,NULL,'Seleccionar acción masiva',NULL,'',0,'2019-11-07 09:10:33'),(8698,8706,'es',0,NULL,'Seleccione cómo mostrar el selector de idioma en el menú. Seleccione \"Lista de idiomas\" para mostrar todos los idiomas en el mismo nivel o \"Desplegable\" para mostrar el idioma actual como superior y otros idiomas como inferiores.',NULL,'',0,'2019-11-07 09:10:33'),(8699,8707,'es',0,NULL,'Seleccione el idioma a habilitar para su sitio (también podrá agregar y quitar idiomas más tarde).',NULL,'',0,'2019-11-07 09:10:33'),(8700,8708,'es',0,NULL,'Seleccione los menús, en los que mostrar el selector de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8701,8709,'es',0,NULL,'Seleccionar la posición para mostrar el selector de idioma en el menú.',NULL,'',0,'2019-11-07 09:10:33'),(8702,8710,'es',0,NULL,'Seleccionar la posición para mostrar los enlaces de traducciones de entrada.',NULL,'',0,'2019-11-07 09:10:33'),(8703,8711,'es',0,NULL,'Seleccione el estilo del selector de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8704,8712,'es',0,NULL,'Seleccione la taxonomía para traducir:',NULL,'',0,'2019-11-07 09:10:33'),(8705,8713,'es',0,NULL,'Seleccione el área de widget donde se ha de incluir el selector de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8706,8714,'es',0,NULL,'Seleccione esta opción si el tema o los plugines usan operaciones AJAX en el front-end, que WPML necesite filtrar. WPML definirá una cookie usando JavaScript, lo cual le permitirá devolver el contenido correcto para las operaciones AJAX.',NULL,'',0,'2019-11-07 09:10:33'),(8707,8715,'es',0,NULL,'Seleccione su idioma:',NULL,'',0,'2019-11-07 09:10:33'),(8708,8716,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:10:33'),(8709,8717,'es',0,NULL,'Envíe información de tema y plugines, para recibir soporte más rápido y alertas de compatibilidad',NULL,'',0,'2019-11-07 09:10:33'),(8710,8718,'es',0,NULL,'Enviar al traductor',NULL,'',0,'2019-11-07 09:10:33'),(8711,8719,'es',0,NULL,'Enviado al servicio de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8712,8720,'es',0,NULL,'Enviado al traductor',NULL,'',0,'2019-11-07 09:10:33'),(8713,8721,'es',0,NULL,'Establecer el idioma de administración como idioma de edición.',NULL,'',0,'2019-11-07 09:10:33'),(8714,8722,'es',0,NULL,'Determinar información de idioma',NULL,'',0,'2019-11-07 09:10:33'),(8715,8723,'es',0,NULL,'Establecer página superior para traducir según página superior del idioma de origen',NULL,'',0,'2019-11-07 09:10:33'),(8716,8724,'es',0,NULL,'Realizado parcialmente',NULL,'',0,'2019-11-07 09:10:33'),(8717,8725,'es',0,NULL,'Realizado parcialmente.',NULL,'',0,'2019-11-07 09:10:33'),(8718,8726,'es',0,NULL,'Puede que haya más contenido para reparar: repita el proceso por favor.',NULL,'',0,'2019-11-07 09:10:33'),(8719,8727,'es',0,NULL,'trabajos de traducción actualizados',NULL,'',0,'2019-11-07 09:10:33'),(8720,8728,'es',0,NULL,'Establece el estado de la traducción en DUPLICADO en la tabla icl_translation_status, para las entradas marcadas como duplicadas.',NULL,'',0,'2019-11-07 09:10:33'),(8721,8729,'es',0,NULL,'Configuración',NULL,'',0,'2019-11-07 09:10:33'),(8722,8730,'es',0,NULL,'Configuraciones guardadas',NULL,'',0,'2019-11-07 09:10:33'),(8723,8731,'es',0,NULL,'Ajustes actualizados',NULL,'',0,'2019-11-07 09:10:33'),(8724,8732,'es',0,NULL,'Configuración de WPML',NULL,'',0,'2019-11-07 09:10:33'),(8725,8733,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:10:33'),(8726,8734,'es',0,NULL,'Mostrar módulo de comentario de traducción para estos idiomas:',NULL,'',0,'2019-11-07 09:10:33'),(8727,8735,'es',0,NULL,'Mostrar el contenido en:',NULL,'',0,'2019-11-07 09:10:33'),(8728,8736,'es',0,NULL,'Mostrar detalles',NULL,'',0,'2019-11-07 09:10:33'),(8729,8737,'es',0,NULL,'Mostrar el selector de idioma al pie de la página',NULL,'',0,'2019-11-07 09:10:33'),(8730,8738,'es',0,NULL,'Mostrar arriba o debajo de la entrada enlaces que ofrezcan la misma en otros idiomas',NULL,'',0,'2019-11-07 09:10:33'),(8731,8739,'es',0,NULL,'Mostrar en la parte izquierda de la pantalla',NULL,'',0,'2019-11-07 09:10:33'),(8732,8740,'es',0,NULL,'Mostrar en la parte derecha de la pantalla',NULL,'',0,'2019-11-07 09:10:33'),(8733,8741,'es',0,NULL,'Mostrar campos de sistema',NULL,'',0,'2019-11-07 09:10:33'),(8734,8742,'es',0,NULL,'Mostrar este aviso.',NULL,'',0,'2019-11-07 09:10:33'),(8735,8743,'es',0,NULL,'Mostrando contenido en:',NULL,'',0,'2019-11-07 09:10:33'),(8736,8744,'es',0,NULL,'A partir de WPML 3.6.0, los selectores de idioma dejaron de usar ID CSS y las clases CSS han cambiado. Esto fue necesario para solucionar algunos errores y cumplir con los últimos estándares. Si su tema o CSS personalizado no se basa en estos selectores anteriores, se recomienda saltar la compatibilidad con versiones anteriores. SIn embargo, aún es posible reactivar esta opción más tarde.',NULL,'',0,'2019-11-07 09:10:33'),(8737,8745,'es',0,NULL,'Singular',NULL,'',0,'2019-11-07 09:10:33'),(8738,8746,'es',0,NULL,'Sitio',NULL,'',0,'2019-11-07 09:10:33'),(8739,8747,'es',0,NULL,'Idiomas del sitio',NULL,'',0,'2019-11-07 09:10:33'),(8740,8748,'es',0,NULL,'Clave del sitio:',NULL,'',0,'2019-11-07 09:10:33'),(8741,8749,'es',0,NULL,'La clave de sitio fue establecida por %s, muy probablemente en wp-config.php. Elimine la constante antes de intentar registrar.',NULL,'',0,'2019-11-07 09:10:33'),(8742,8750,'es',0,NULL,'La clave de sitio fue establecida por %s, muy probablemente en wp-config.php. Elimine la constante antes de intentar la cancelación del registro.',NULL,'',0,'2019-11-07 09:10:33'),(8743,8751,'es',0,NULL,'Abajo se puede acceder a los mapas del sitio para cada idioma. Tiene que enviar todos estos mapas del sitio a Google.',NULL,'',0,'2019-11-07 09:10:33'),(8744,8752,'es',0,NULL,'Saltar la compatibilidad con versiones anteriores',NULL,'',0,'2019-11-07 09:10:33'),(8745,8753,'es',0,NULL,'Omitir el idioma',NULL,'',0,'2019-11-07 09:10:33'),(8746,8754,'es',0,NULL,'Presentaciones: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8747,8755,'es',0,NULL,'Presentaciones: descripción',NULL,'',0,'2019-11-07 09:10:33'),(8748,8756,'es',0,NULL,'Presentaciones: encabezado',NULL,'',0,'2019-11-07 09:10:33'),(8749,8757,'es',0,NULL,'Presentaciones: URL de enlace',NULL,'',0,'2019-11-07 09:10:33'),(8750,8758,'es',0,NULL,'Slug',NULL,'',0,'2019-11-07 09:10:33'),(8751,8759,'es',0,NULL,'En este momento, la traducción de slugs está desactivada en WPML. %sPulse aquí para activarla.%s',NULL,'',0,'2019-11-07 09:10:33'),(8752,8760,'es',0,NULL,'Los slugs no se traducen actualmente.',NULL,'',0,'2019-11-07 09:10:33'),(8753,8761,'es',0,NULL,'Los slugs se traducen actualmente. Pulse el enlace de arriba para editar las traducciones.',NULL,'',0,'2019-11-07 09:10:33'),(8754,8762,'es',0,NULL,'Es posible que cierto contenido no se traduzca a todos los idiomas. Seleccione qué debe aparecer en el selector de idioma cuando falta la traducción.',NULL,'',0,'2019-11-07 09:10:33'),(8755,8763,'es',0,NULL,'Puede que algunas funciones relacionadas con la Traducción de cadenas no funcionen correctamente sin caracteres utf8mb4.',NULL,'',0,'2019-11-07 09:10:33'),(8756,8764,'es',0,NULL,'Faltan algunos parámetros para este pedido.',NULL,'',0,'2019-11-07 09:10:33'),(8757,8765,'es',0,NULL,'Algo salió mal y no pudimos instalar todas las actualizaciones del canal %s. Pulse aquí para %sintentarlo de nuevo%s. Si los errores persisten, vuelva al canal Producción y póngase en contacto con el %s%ssoporte%s.',NULL,'',0,'2019-11-07 09:10:33'),(8758,8766,'es',0,NULL,'Ocurrió un error. Inténtelo de nuevo o póngase en contacto con el soporte.',NULL,'',0,'2019-11-07 09:10:33'),(8759,8767,'es',0,NULL,'Número inicial',NULL,'',0,'2019-11-07 09:10:33'),(8760,8768,'es',0,NULL,'Comenzando el proceso de actualización...',NULL,'',0,'2019-11-07 09:10:33'),(8761,8769,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:10:33'),(8762,8770,'es',0,NULL,'Estado:',NULL,'',0,'2019-11-07 09:10:33'),(8763,8771,'es',0,NULL,'Adhesivo',NULL,'',0,'2019-11-07 09:10:33'),(8764,8772,'es',0,NULL,'No volver a mostrar este mensaje',NULL,'',0,'2019-11-07 09:10:33'),(8765,8773,'es',0,NULL,'Guarde una cookie de idioma para admitir el filtrado de idioma para AJAX',NULL,'',0,'2019-11-07 09:10:33'),(8766,8774,'es',0,NULL,'Se actualizarán las cadenas de los menús',NULL,'',0,'2019-11-07 09:10:33'),(8767,8775,'es',0,NULL,'Aplicación de estilo al selector de idioma con CSS adicional',NULL,'',0,'2019-11-07 09:10:33'),(8768,8776,'es',0,NULL,'Formulario de suscripción: texto de botón',NULL,'',0,'2019-11-07 09:10:33'),(8769,8777,'es',0,NULL,'Formulario de suscripción: enlace de redireccionamiento ',NULL,'',0,'2019-11-07 09:10:33'),(8770,8778,'es',0,NULL,'Formulario de suscripción: mensaje de éxito',NULL,'',0,'2019-11-07 09:10:33'),(8771,8779,'es',0,NULL,'La suscripción caducó. Tiene que adquirir una suscripción nueva o actualizar si está disponible.',NULL,'',0,'2019-11-07 09:10:33'),(8772,8780,'es',0,NULL,'La suscripción caducó.',NULL,'',0,'2019-11-07 09:10:33'),(8773,8781,'es',0,NULL,'Soporte',NULL,'',0,'2019-11-07 09:10:33'),(8774,8782,'es',0,NULL,'Cambiar',NULL,'',0,'2019-11-07 09:10:33'),(8775,8783,'es',0,NULL,'Sincronizar',NULL,'',0,'2019-11-07 09:10:33'),(8776,8784,'es',0,NULL,'Sincronizar estado de comentario',NULL,'',0,'2019-11-07 09:10:33'),(8777,8785,'es',0,NULL,'Sincronizar comentarios en el contenido duplicado',NULL,'',0,'2019-11-07 09:10:33'),(8778,8786,'es',0,NULL,'Sincronizar menús entre idiomas.',NULL,'',0,'2019-11-07 09:10:33'),(8779,8787,'es',0,NULL,'Sincronizar el orden de las páginas para las traducciones',NULL,'',0,'2019-11-07 09:10:33'),(8780,8788,'es',0,NULL,'Sincronizar plantilla de página',NULL,'',0,'2019-11-07 09:10:33'),(8781,8789,'es',0,NULL,'Sincronizar la contraseña para las entradas protegidas con contraseña',NULL,'',0,'2019-11-07 09:10:33'),(8782,8790,'es',0,NULL,'Sincronizar estado de ping',NULL,'',0,'2019-11-07 09:10:33'),(8783,8791,'es',0,NULL,'Sincronizar el formato de las entradas',NULL,'',0,'2019-11-07 09:10:33'),(8784,8792,'es',0,NULL,'Sincronizar taxonomías de entradas',NULL,'',0,'2019-11-07 09:10:33'),(8785,8793,'es',0,NULL,'Sincronizar indicador personal',NULL,'',0,'2019-11-07 09:10:33'),(8786,8794,'es',0,NULL,'Sincronizar indicador adhesivo',NULL,'',0,'2019-11-07 09:10:33'),(8787,8795,'es',0,NULL,'Sincronizar jerarquía de taxonomía según: el idioma %1$s.',NULL,'',0,'2019-11-07 09:10:33'),(8788,8796,'es',0,NULL,'Sincronizando menú %1 de %2',NULL,'',0,'2019-11-07 09:10:33'),(8789,8797,'es',0,NULL,'Contenido de elemento de pestaña',NULL,'',0,'2019-11-07 09:10:33'),(8790,8798,'es',0,NULL,'Etiqueta de elemento de pestaña',NULL,'',0,'2019-11-07 09:10:33'),(8791,8799,'es',0,NULL,'Pestañas: contenido',NULL,'',0,'2019-11-07 09:10:33'),(8792,8800,'es',0,NULL,'Pestañas: título',NULL,'',0,'2019-11-07 09:10:33'),(8793,8801,'es',0,NULL,'Etiquetas',NULL,'',0,'2019-11-07 09:10:33'),(8794,8802,'es',0,NULL,'Idioma de destino',NULL,'',0,'2019-11-07 09:10:33'),(8795,8803,'es',0,NULL,'Traducción de taxonomías',NULL,'',0,'2019-11-07 09:10:33'),(8796,8804,'es',0,NULL,'Taxonomía',NULL,'',0,'2019-11-07 09:10:33'),(8797,8805,'es',0,NULL,'Traducción de taxonomía',NULL,'',0,'2019-11-07 09:10:33'),(8798,8806,'es',0,NULL,'Traducción de taxonomía',NULL,'',0,'2019-11-07 09:10:33'),(8799,8807,'es',0,NULL,'La asistencia técnica para los clientes está disponible a través de los %sforos de WPML%s.',NULL,'',0,'2019-11-07 09:10:33'),(8800,8808,'es',0,NULL,'Quiero saber más',NULL,'',0,'2019-11-07 09:10:33'),(8801,8809,'es',0,NULL,'Cuéntele al mundo que su sitio web se ha vuelto multilingüe con WPML (coloca un mensaje en el pie de página de su sitio) - <a href=\"%s\">Más información</a>',NULL,'',0,'2019-11-07 09:10:33'),(8802,8810,'es',0,NULL,'Traducción de término',NULL,'',0,'2019-11-07 09:10:33'),(8803,8811,'es',0,NULL,'Contenido de testimonios',NULL,'',0,'2019-11-07 09:10:33'),(8804,8812,'es',0,NULL,'Encabezado de testimonio',NULL,'',0,'2019-11-07 09:10:33'),(8805,8813,'es',0,NULL,'Ocupación de testimonio',NULL,'',0,'2019-11-07 09:10:33'),(8806,8814,'es',0,NULL,'Nombre de testimonio',NULL,'',0,'2019-11-07 09:10:33'),(8807,8815,'es',0,NULL,'Editor de texto',NULL,'',0,'2019-11-07 09:10:33'),(8808,8816,'es',0,NULL,'Editor de texto',NULL,'',0,'2019-11-07 09:10:33'),(8809,8817,'es',0,NULL,'Texto para idiomas alternativos para las entradas:',NULL,'',0,'2019-11-07 09:10:33'),(8810,8818,'es',0,NULL,'Gracias por seleccionar. Puede cambiar la selección en cualquier momento en la %sconfiguración de Traducción de tipos de entrada%s.',NULL,'',0,'2019-11-07 09:10:33'),(8811,8819,'es',0,NULL,'Gracias por registrar WPML en este sitio web. Usted recibirá actualizaciones automáticas cuando haya versiones nuevas disponibles.',NULL,'',0,'2019-11-07 09:10:33'),(8812,8820,'es',0,NULL,'¡Gracias por su calificación y comentarios!',NULL,'',0,'2019-11-07 09:10:33'),(8813,8821,'es',0,NULL,'¡Gracias por su calificación!',NULL,'',0,'2019-11-07 09:10:33'),(8814,8822,'es',0,NULL,'La acción \'Restablecer\' desactivará el plugin WPML después de eliminar las tablas de WPML (tablas con el prefijo \'icl_\') de la base de datos.\\n\\t\\t\\tLa acción NO eliminará ningún contenido (entradas, términos de taxonomía, etc.).\\n\\t\\t\\tSolo afecta la traducción y la información de idioma que WPML asocia con cada tipo de contenido.',NULL,'',0,'2019-11-07 09:10:33'),(8815,8823,'es',0,NULL,'El código de idioma ya existe.',NULL,'',0,'2019-11-07 09:10:33'),(8816,8824,'es',0,NULL,'El nombre del idioma ya existe.',NULL,'',0,'2019-11-07 09:10:33'),(8817,8825,'es',0,NULL,'Se requiere la URL del archivo HTML',NULL,'',0,'2019-11-07 09:10:33'),(8818,8826,'es',0,NULL,'El plugin CMS Multilingüe de WPML no está habilitado en este momento.',NULL,'',0,'2019-11-07 09:10:33'),(8819,8827,'es',0,NULL,'El plugin WPML Page Builders que está usando ahora es parte de WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8820,8828,'es',0,NULL,'El botón está desactivado porque todos los menús existentes tienen selectores de idioma. Puede editar la configuración de los selectores de idioma existentes.',NULL,'',0,'2019-11-07 09:10:33'),(8821,8829,'es',0,NULL,'Él botón está desactivado porque todas las áreas de widget existentes tienen selectores de idioma. Edite la configuración de los selectores de idioma existentes.',NULL,'',0,'2019-11-07 09:10:33'),(8822,8830,'es',0,NULL,'El botón está desactivado porque no hay menús en el sitio. Agregue un menú y luego active un selector de idioma en el mismo.',NULL,'',0,'2019-11-07 09:10:33'),(8823,8831,'es',0,NULL,'El botón está desactivado porque no se registran áreas de widget en el sitio web.',NULL,'',0,'2019-11-07 09:10:33'),(8824,8832,'es',0,NULL,'El contenido actual de %s se perderá definitivamente. WPML copiará el contenido del %s y reemplazará el contenido actual.',NULL,'',0,'2019-11-07 09:10:33'),(8825,8833,'es',0,NULL,'Los datos serán cifrados con el algoritmo %s.',NULL,'',0,'2019-11-07 09:10:33'),(8826,8834,'es',0,NULL,'La configuración local predeterminada ya existe.',NULL,'',0,'2019-11-07 09:10:33'),(8827,8835,'es',0,NULL,'La función PHP eval() debe estar activada.',NULL,'',0,'2019-11-07 09:10:33'),(8828,8836,'es',0,NULL,'El valor esperado es: %s',NULL,'',0,'2019-11-07 09:10:33'),(8829,8837,'es',0,NULL,'La extensión del filtro está activada por defecto a partir de PHP 5.2, por lo tanto, o usted o el host deben haberla desactivado.',NULL,'',0,'2019-11-07 09:10:33'),(8830,8838,'es',0,NULL,'La extensión de filtro está activa por defecto a partir de la versión PHP 5.2.0. Antes de esta, se utilizaba una extensión PECL experimental,\\n sin embargo, ya no se recomienda usar ni se actualiza la versión PECL. (fuente:',NULL,'',0,'2019-11-07 09:10:33'),(8831,8839,'es',0,NULL,'Los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:10:33'),(8832,8840,'es',0,NULL,'Los siguientes términos no tienen una traducción en el idioma seleccionado y serán desconectados de esta entrada.',NULL,'',0,'2019-11-07 09:10:33'),(8833,8841,'es',0,NULL,'El hreflang ya existe.',NULL,'',0,'2019-11-07 09:10:33'),(8834,8842,'es',0,NULL,'Se eliminó el idioma %s.',NULL,'',0,'2019-11-07 09:10:33'),(8835,8843,'es',0,NULL,'Puede que los menús de esta página no se sincronicen porque esto requiere más variables de entrada. Por favor, modifique el ajuste de %s en los archivos php.ini o .htaccess a %s o más.',NULL,'',0,'2019-11-07 09:10:33'),(8836,8844,'es',0,NULL,'El registro de configuración XML remoto está vacío.',NULL,'',0,'2019-11-07 09:10:33'),(8837,8845,'es',0,NULL,'Los menús seleccionados se sincronizaron correctamente.',NULL,'',0,'2019-11-07 09:10:33'),(8838,8846,'es',0,NULL,'Las cadenas seleccionadas ahora se pueden traducir usando la pantalla de %straducción de cadenas%s',NULL,'',0,'2019-11-07 09:10:33'),(8839,8847,'es',0,NULL,'La jerarquía de la taxonomía ya está sincronizada.',NULL,'',0,'2019-11-07 09:10:33'),(8840,8848,'es',0,NULL,'La jerarquía de taxonomía está sincronizada.',NULL,'',0,'2019-11-07 09:10:33'),(8841,8849,'es',0,NULL,'Las preferencias de traducción para este campo son controladas por un archivo XML de configuración de idioma. Si desea controlarlas manualmente, elimine la entrada del archivo de configuración.',NULL,'',0,'2019-11-07 09:10:33'),(8842,8850,'es',0,NULL,'El comentario eliminado será borrado de forma permanente después de %d días.',NULL,'',0,'2019-11-07 09:10:33'),(8843,8851,'es',0,NULL,'El archivo cargado excede los %s bytes.',NULL,'',0,'2019-11-07 09:10:33'),(8844,8852,'es',0,NULL,'El archivo cargado excede el valor de la directiva upload_max_filesize de php.ini.',NULL,'',0,'2019-11-07 09:10:33'),(8845,8853,'es',0,NULL,'El archivo cargado no se cargó en su totalidad.',NULL,'',0,'2019-11-07 09:10:33'),(8846,8854,'es',0,NULL,'El servidor web no puede escribir el archivo .htaccess',NULL,'',0,'2019-11-07 09:10:33'),(8847,8855,'es',0,NULL,'Compatibilidad de tema y plugins con WPML',NULL,'',0,'2019-11-07 09:10:33'),(8848,8856,'es',0,NULL,'Localización de temas y plugines',NULL,'',0,'2019-11-07 09:10:33'),(8849,8857,'es',0,NULL,'Informe de tema y plugines',NULL,'',0,'2019-11-07 09:10:33'),(8850,8858,'es',0,NULL,'No hay plantillas disponibles.',NULL,'',0,'2019-11-07 09:10:33'),(8851,8859,'es',0,NULL,'Ocurrió un problema al cambiar al canal %s. %sReinténtelo%s. Si el problema persiste, %sdescargue %s%s e instale de nuevo manualmente',NULL,'',0,'2019-11-07 09:10:33'),(8852,8860,'es',0,NULL,'Hubo un error al cargar el archivo. Por favor inténtelo nuevamente.',NULL,'',0,'2019-11-07 09:10:33'),(8853,8861,'es',0,NULL,'Este sitio tiene activados los siguientes idiomas:',NULL,'',0,'2019-11-07 09:10:33'),(8854,8862,'es',0,NULL,'Se sabe que estos plugins tienen problemas de compatibilidad con WPML:',NULL,'',0,'2019-11-07 09:10:33'),(8855,8863,'es',0,NULL,'Esta acción no está permitida',NULL,'',0,'2019-11-07 09:10:33'),(8856,8864,'es',0,NULL,'Esto permite buscar contenido en un idioma específico únicamente..',NULL,'',0,'2019-11-07 09:10:33'),(8857,8865,'es',0,NULL,'Las causas pueden ser las siguientes:',NULL,'',0,'2019-11-07 09:10:33'),(8858,8866,'es',0,NULL,'Este documento es un duplicado de %s y lo mantiene WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8859,8867,'es',0,NULL,'Esta función convierte los temas en multilingües, sin tener que editar sus archivos PHP.',NULL,'',0,'2019-11-07 09:10:33'),(8860,8868,'es',0,NULL,'Esta función usa Javascript. Asegúrese de que el sitio no tenga errores de JS.',NULL,'',0,'2019-11-07 09:10:33'),(8861,8869,'es',0,NULL,'Esta función está disponible por medio de la sección administrativa de la Red.',NULL,'',0,'2019-11-07 09:10:33'),(8862,8870,'es',0,NULL,'Esta información permite que el equipo de soporte vea las versiones de WordPress, plugins y temas que posee el sitio. Brinde esta información si se la solicita en el foro de soporte. No se incluyen contraseñas ni información confidencial alguna.',NULL,'',0,'2019-11-07 09:10:33'),(8863,8871,'es',0,NULL,'Esta es una traducción de',NULL,'',0,'2019-11-07 09:10:33'),(8864,8872,'es',0,NULL,'Este es el orden en el que se mostrarán los idiomas en el selector de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8865,8873,'es',0,NULL,'Este selector de idioma determina qué contenido se muestra. Puede elegir elementos en un idioma específico o en todos los idiomas. Para cambiar el idioma de la interfaz administrativa de WordPress diríjase a <a%s>su perfil</a>.',NULL,'',0,'2019-11-07 09:10:33'),(8866,8874,'es',0,NULL,'Esto podría solucionar problemas como la falta de idiomas en el selector de idioma.',NULL,'',0,'2019-11-07 09:10:33'),(8867,8875,'es',0,NULL,'Esto significa que %s aún no sabe del problema de la traducción y no lo puede corregir.',NULL,'',0,'2019-11-07 09:10:33'),(8868,8876,'es',0,NULL,'Normalmente, esto tarda unos segundos, pero puede tardar hasta varios minutos con bases de datos muy grandes.',NULL,'',0,'2019-11-07 09:10:33'),(8869,8877,'es',0,NULL,'Esta operación copia el contenido del idioma original en esta traducción. Es útil si desea empezar con el contenido original pero seguir traduciendo a este idioma. Este botón solo se activa cuando no hay contenido en el editor.',NULL,'',0,'2019-11-07 09:10:33'),(8870,8878,'es',0,NULL,'Esta operación eliminará la tabla de idiomas de WPML y la recreará. Esto se debe realizar si acaba de instalar WPML y no puede ver una lista completa de los idiomas disponibles.',NULL,'',0,'2019-11-07 09:10:33'),(8871,8879,'es',0,NULL,'Esta operación restablecerá las tablas de idiomas de WPML y lo reinstalará. Se eliminará todo idioma personalizado que haya agregado.',NULL,'',0,'2019-11-07 09:10:33'),(8872,8880,'es',0,NULL,'Esta operación sincronizará la traducción con el idioma original. Cuando edite el original, esta traducción se actualizará al instante. Es útil cuando usted desea que el contenido en este idioma siempre sea igual al contenido del idioma original.',NULL,'',0,'2019-11-07 09:10:33'),(8873,8881,'es',0,NULL,'Esta opción aún no se encuentra disponible para las instalaciones de Multisitio.',NULL,'',0,'2019-11-07 09:10:33'),(8874,8882,'es',0,NULL,'Esta página no tiene un idioma porque es la página raíz del sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8875,8883,'es',0,NULL,'Esta página permite instalar plugins y actualizar plugins existentes. Para eliminar cualquiera de estos, vaya a la página de %splugins%s. Si cuenta con los permisos necesarios podrá eliminarlos.',NULL,'',0,'2019-11-07 09:10:33'),(8876,8884,'es',0,NULL,'Esta página fue traducida desde:',NULL,'',0,'2019-11-07 09:10:33'),(8877,8885,'es',0,NULL,'Esta entrada ya está duplicada.',NULL,'',0,'2019-11-07 09:10:33'),(8878,8886,'es',0,NULL,'Esta entrada también está disponible en:',NULL,'',0,'2019-11-07 09:10:33'),(8879,8887,'es',0,NULL,'Esta entrada también está disponible en: %s',NULL,'',0,'2019-11-07 09:10:33'),(8880,8888,'es',0,NULL,'Esta pantalla contiene la configuración de idioma de su sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8881,8889,'es',0,NULL,'Esta configuración es controlada por un archivo wpml-config.xml. Haga clic aquí para desbloquear y sobrescribir la configuración.',NULL,'',0,'2019-11-07 09:10:33'),(8882,8890,'es',0,NULL,'Este término tiene campos meta adicionales.',NULL,'',0,'2019-11-07 09:10:33'),(8883,8891,'es',0,NULL,'Este texto aparece antes de la lista de idiomas. El mismo tiene que incluir la cadena %s que es un marcador para los enlaces verdaderos.',NULL,'',0,'2019-11-07 09:10:33'),(8884,8892,'es',0,NULL,'Esta traducción actualmente está en la papelera. Tiene que %s o %s la misma para continuar.',NULL,'',0,'2019-11-07 09:10:33'),(8885,8893,'es',0,NULL,'Esta versión de WPML permite el uso de términos de taxonomía con el mismo nombre en varios idiomas. Actualmente, su sitio tiene %d términos de taxonomía que deben ser actualizados, por lo tanto, estos no se mostrarán con los sufijos de los idiomas.',NULL,'',0,'2019-11-07 09:10:33'),(8886,8894,'es',0,NULL,'La versión de WPML incluye actualizaciones y mejoras importantes.',NULL,'',0,'2019-11-07 09:10:33'),(8887,8895,'es',0,NULL,'Esta advertencia desaparecerá una vez que se haya solucionado este problema.',NULL,'',0,'2019-11-07 09:10:33'),(8888,8896,'es',0,NULL,'Esto asignará los mismos términos de taxonomía como la fuente para cada traducción de entrada.',NULL,'',0,'2019-11-07 09:10:33'),(8889,8897,'es',0,NULL,'Esto cambiará la configuración de los selectores de idioma %s a los predeterminados según lo establezca el tema. Tenga en cuenta que se pueden eliminar algunos selectores y agregar otros.',NULL,'',0,'2019-11-07 09:10:33'),(8890,8898,'es',0,NULL,'Esta acción buscará comentarios en idiomas distintos al idioma del contenido al cual pertenecen. Si encontramos algo, lo eliminaremos por usted. Los denominamos \"comentarios huérfanos\".',NULL,'',0,'2019-11-07 09:10:33'),(8891,8899,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:10:33'),(8892,8900,'es',0,NULL,'Para agregar categorías que ya existen en otros idiomas, diríjase a la <a%s>página de administración de categorías</a>.',NULL,'',0,'2019-11-07 09:10:33'),(8893,8901,'es',0,NULL,'Para traducir %s fácilmente, es necesario agregar los siguientes componentes de WPML:',NULL,'',0,'2019-11-07 09:10:33'),(8894,8902,'es',0,NULL,'Para activarla, tanto usted como el host tendrá que abrir al archivo php.ini y:',NULL,'',0,'2019-11-07 09:10:33'),(8895,8903,'es',0,NULL,'Para garantizar y mejorar la seguridad del sitio web, WPML usa la',NULL,'',0,'2019-11-07 09:10:33'),(8896,8904,'es',0,NULL,'Para solucionarlo, abra \"%s\" y defina los valores de \"configuración regional predeterminada\" como se muestra arriba.',NULL,'',0,'2019-11-07 09:10:33'),(8897,8905,'es',0,NULL,'Para obtener actualizaciones automáticas, debe registrar %s para este sitio web. %sRegistrar %s%s',NULL,'',0,'2019-11-07 09:10:33'),(8898,8906,'es',0,NULL,'Para instalar y actualizar %s, %sregistre%s %s para este sitio.',NULL,'',0,'2019-11-07 09:10:33'),(8899,8907,'es',0,NULL,'Para aprender más, visite nuestra página de documentación sobre %s',NULL,'',0,'2019-11-07 09:10:33'),(8900,8908,'es',0,NULL,'Para seleccionar los diferentes canales de actualización (beta, desarrollo) debe actualizar los productos existentes a sus versiones estables más recientes.',NULL,'',0,'2019-11-07 09:10:33'),(8901,8909,'es',0,NULL,'Para sincronizar los valores para las traducciones, tiene que activar el módulo de Administración de traducción de WPML.',NULL,'',0,'2019-11-07 09:10:33'),(8902,8910,'es',0,NULL,'Para traducir etiquetas de taxonomía y slug, necesita el plugin %s.',NULL,'',0,'2019-11-07 09:10:33'),(8903,8911,'es',0,NULL,' Alternador: contenido',NULL,'',0,'2019-11-07 09:10:33'),(8904,8912,'es',0,NULL,' Alternador: título',NULL,'',0,'2019-11-07 09:10:33'),(8905,8913,'es',0,NULL,'Requiere una llamada para cada uno de los dominios de idioma del sitio web tanto en el inicio como en el cierre de sesión, por lo que hay una pequeña penalidad de rendimiento al usarlo.',NULL,'',0,'2019-11-07 09:10:33'),(8906,8914,'es',0,NULL,'Esta función permite que el tema y los plugines funcionen correctamente en sitios que usan idiomas en los dominios.',NULL,'',0,'2019-11-07 09:10:33'),(8907,8915,'es',0,NULL,'Total',NULL,'',0,'2019-11-07 09:10:33'),(8908,8916,'es',0,NULL,'Traducible - solo mostrar los elementos traducidos',NULL,'',0,'2019-11-07 09:10:33'),(8909,8917,'es',0,NULL,'Traducible: usar la traducción si está disponible o el idioma predeterminado de reserva',NULL,'',0,'2019-11-07 09:10:33'),(8910,8918,'es',0,NULL,'Enlazado de entradas personalizadas traducibles',NULL,'',0,'2019-11-07 09:10:33'),(8911,8919,'es',0,NULL,'Enlazado de taxonomías traducibles',NULL,'',0,'2019-11-07 09:10:33'),(8912,8920,'es',0,NULL,'Traducir',NULL,'',0,'2019-11-07 09:10:33'),(8913,8921,'es',0,NULL,'Traducir de manera independiente',NULL,'',0,'2019-11-07 09:10:33'),(8914,8922,'es',0,NULL,'Traducir cadenas de menú y URL para:',NULL,'',0,'2019-11-07 09:10:33'),(8915,8923,'es',0,NULL,'Traducir temas y plugines únicamente usando la Traducción de cadenas de WPML y siempre cargar archivos .mo como copia de seguridad',NULL,'',0,'2019-11-07 09:10:33'),(8916,8924,'es',0,NULL,'Traducir temas y plugines únicamente usando la Traducción de cadenas de WPML (no cargar archivos .mo)',NULL,'',0,'2019-11-07 09:10:33'),(8917,8925,'es',0,NULL,'Traducir este documento',NULL,'',0,'2019-11-07 09:10:33'),(8918,8926,'es',0,NULL,'Traducido por:',NULL,'',0,'2019-11-07 09:10:33'),(8919,8927,'es',0,NULL,'Entrada traducida',NULL,'',0,'2019-11-07 09:10:33'),(8920,8928,'es',0,NULL,'¿Traduciendo %s? Use la tabla %s para una traducción más fácil.',NULL,'',0,'2019-11-07 09:10:33'),(8921,8929,'es',0,NULL,'Traducción de contenido creado con creadores de páginas',NULL,'',0,'2019-11-07 09:10:33'),(8922,8930,'es',0,NULL,'Traducción',NULL,'',0,'2019-11-07 09:10:33'),(8923,8931,'es',0,NULL,'Traducción (nueva)',NULL,'',0,'2019-11-07 09:10:33'),(8924,8932,'es',0,NULL,'Comentario de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8925,8933,'es',0,NULL,'Botón de comentarios de traducción en el front-end:',NULL,'',0,'2019-11-07 09:10:33'),(8926,8934,'es',0,NULL,'Prioridad de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8927,8935,'es',0,NULL,'No se encontró la entrada de traducción para: %d',NULL,'',0,'2019-11-07 09:10:33'),(8928,8936,'es',0,NULL,'Traducción corregida',NULL,'',0,'2019-11-07 09:10:33'),(8929,8937,'es',0,NULL,'Traducción de',NULL,'',0,'2019-11-07 09:10:33'),(8930,8938,'es',0,NULL,'Traducción de %1$s',NULL,'',0,'2019-11-07 09:10:33'),(8931,8939,'es',0,NULL,'Opciones de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8932,8940,'es',0,NULL,'Preferencias de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8933,8941,'es',0,NULL,'Calificación de traducción',NULL,'',0,'2019-11-07 09:10:33'),(8934,8942,'es',0,NULL,'Pedidos de traducción cancelados.',NULL,'',0,'2019-11-07 09:10:33'),(8935,8943,'es',0,NULL,'Traducción al:',NULL,'',0,'2019-11-07 09:10:33'),(8936,8944,'es',0,NULL,'Traducción:',NULL,'',0,'2019-11-07 09:10:33'),(8937,8945,'es',0,NULL,'Traducciones',NULL,'',0,'2019-11-07 09:10:34'),(8938,8946,'es',0,NULL,'Traducciones de etiquetas %1$s de taxonomía y slug',NULL,'',0,'2019-11-07 09:10:34'),(8939,8947,'es',0,NULL,'Traductor',NULL,'',0,'2019-11-07 09:10:34'),(8940,8948,'es',0,NULL,'El traductor respondió ',NULL,'',0,'2019-11-07 09:10:34'),(8941,8949,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:10:34'),(8942,8950,'es',0,NULL,'Solución de problemas',NULL,'',0,'2019-11-07 09:10:34'),(8943,8951,'es',0,NULL,'Escriba un título de entrada',NULL,'',0,'2019-11-07 09:10:34'),(8944,8952,'es',0,NULL,'La reescritura de URL no está activada en su servidor web.',NULL,'',0,'2019-11-07 09:10:34'),(8945,8953,'es',0,NULL,'Se actualizarán las cadenas para los menús',NULL,'',0,'2019-11-07 09:10:34'),(8946,8954,'es',0,NULL,'No se puede eliminar la relación.',NULL,'',0,'2019-11-07 09:10:34'),(8947,8955,'es',0,NULL,'Sin categorizar',NULL,'',0,'2019-11-07 09:10:34'),(8948,8956,'es',0,NULL,'Servicio de traducción remoto desconocido',NULL,'',0,'2019-11-07 09:10:34'),(8949,8957,'es',0,NULL,'Repositorio desconocido',NULL,'',0,'2019-11-07 09:10:34'),(8950,8958,'es',0,NULL,' Revisor desconocido',NULL,'',0,'2019-11-07 09:10:34'),(8951,8959,'es',0,NULL,'Cancelar el registro de %s en este sitio web',NULL,'',0,'2019-11-07 09:10:34'),(8952,8960,'es',0,NULL,'Hasta ahora, su sitio está configurado para mostrar \"todas las entradas de blog\", incluso si no están traducidas. Esta función ahora ha sido reemplazada por un modo de traducción más completo.',NULL,'',0,'2019-11-07 09:10:34'),(8953,8961,'es',0,NULL,'URL sin traducir %s',NULL,'',0,'2019-11-07 09:10:34'),(8954,8962,'es',0,NULL,'URLs sin traducir para los menús',NULL,'',0,'2019-11-07 09:10:34'),(8955,8963,'es',0,NULL,'Cadena sin traducir %s',NULL,'',0,'2019-11-07 09:10:34'),(8956,8964,'es',0,NULL,'Cadenas sin traducir para los menús',NULL,'',0,'2019-11-07 09:10:34'),(8957,8965,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:10:34'),(8958,8966,'es',0,NULL,'Actualizar la %s opción de menú a %s',NULL,'',0,'2019-11-07 09:10:34'),(8959,8967,'es',0,NULL,'Actualizar traducción al %s',NULL,'',0,'2019-11-07 09:10:34'),(8960,8968,'es',0,NULL,'Actualizar plugin',NULL,'',0,'2019-11-07 09:10:34'),(8961,8969,'es',0,NULL,'Actualizar jerarquía de taxonomía',NULL,'',0,'2019-11-07 09:10:34'),(8962,8970,'es',0,NULL,'Actualizar URL a %s',NULL,'',0,'2019-11-07 09:10:34'),(8963,8971,'es',0,NULL,'Actualizar nombres de términos',NULL,'',0,'2019-11-07 09:10:34'),(8964,8972,'es',0,NULL,'Nombre actualizado',NULL,'',0,'2019-11-07 09:10:34'),(8965,8973,'es',0,NULL,'Actualiza el canal:',NULL,'',0,'2019-11-07 09:10:34'),(8966,8974,'es',0,NULL,'Actualizando %s',NULL,'',0,'2019-11-07 09:10:34'),(8967,8975,'es',0,NULL,'Actualizando los plugines de su sitio web. No cierre esta página ni navegue hacia otra parte.',NULL,'',0,'2019-11-07 09:10:34'),(8968,8976,'es',0,NULL,'No se puede escribir el directorio de carga.',NULL,'',0,'2019-11-07 09:10:34'),(8969,8977,'es',0,NULL,'No se puede crear el directorio de carga. Revise sus permisos.',NULL,'',0,'2019-11-07 09:10:34'),(8970,8978,'es',0,NULL,'Cargas',NULL,'',0,'2019-11-07 09:10:34'),(8971,8979,'es',0,NULL,'Está usando el tema DIVI, y ha elegido usar el editor estándar para traducir contenido.',NULL,'',0,'2019-11-07 09:10:34'),(8972,8980,'es',0,NULL,'Es posible que algunas de las funcionalidades no operen correctamente. Lo invitamos a usar el Editor de traducción.',NULL,'',0,'2019-11-07 09:10:34'),(8973,8981,'es',0,NULL,'Aquí encontrará más información: %s',NULL,'',0,'2019-11-07 09:10:34'),(8974,8982,'es',0,NULL,'Usar directorio para idioma predeterminado',NULL,'',0,'2019-11-07 09:10:34'),(8975,8983,'es',0,NULL,', y',NULL,'',0,'2019-11-07 09:10:34'),(8976,8984,'es',0,NULL,'y',NULL,'',0,'2019-11-07 09:10:34'),(8977,8985,'es',0,NULL,'Conjunto de caracteres Utf8mb4',NULL,'',0,'2019-11-07 09:10:34'),(8978,8986,'es',0,NULL,'Válido',NULL,'',0,'2019-11-07 09:10:34'),(8979,8987,'es',0,NULL,'Confirmar al guardar',NULL,'',0,'2019-11-07 09:10:34'),(8980,8988,'es',0,NULL,'Versión',NULL,'',0,'2019-11-07 09:10:34'),(8981,8989,'es',0,NULL,'Video: enlace',NULL,'',0,'2019-11-07 09:10:34'),(8982,8990,'es',0,NULL,'Video: enlace a Vimeo',NULL,'',0,'2019-11-07 09:10:34'),(8983,8991,'es',0,NULL,'Ver entrada',NULL,'',0,'2019-11-07 09:10:34'),(8984,8992,'es',0,NULL,'Visite',NULL,'',0,'2019-11-07 09:10:34'),(8985,8993,'es',0,NULL,'Sincronización de Menús de WP',NULL,'',0,'2019-11-07 09:10:34'),(8986,8994,'es',0,NULL,'WPML',NULL,'',0,'2019-11-07 09:10:34'),(8987,8995,'es',0,NULL,'Notas de lanzamiento de WPML 3.2',NULL,'',0,'2019-11-07 09:10:34'),(8988,8996,'es',0,NULL,'Configuración de la Red de WPML',NULL,'',0,'2019-11-07 09:10:34'),(8989,8997,'es',0,NULL,'Configuración de WPML',NULL,'',0,'2019-11-07 09:10:34'),(8990,8998,'es',0,NULL,'La actualización de WPML está incompleta',NULL,'',0,'2019-11-07 09:10:34'),(8991,8999,'es',0,NULL,'Las pantallas de administración de WPML necesitan JavaScript para poder mostrarse. JavaScript está actualmente apagado en su navegador.',NULL,'',0,'2019-11-07 09:10:34'),(8992,9000,'es',0,NULL,'WPML permite traducir fácilmente las taxonomías del sitio web. Solo las taxonomías marcadas como traducibles estarán disponibles para traducir. Seleccione la taxonomía en el menú desplegable y luego use la lista de términos de taxonomía que aparece para traducirlas.',NULL,'',0,'2019-11-07 09:10:34'),(8993,9001,'es',0,NULL,'WPML puede redirigir a los visitantes de manera automática según el idioma del navegador.',NULL,'',0,'2019-11-07 09:10:34'),(8994,9002,'es',0,NULL,'WPML no puede ser funcional, pues requiere una extensión PHP desactivada.',NULL,'',0,'2019-11-07 09:10:34'),(8995,9003,'es',0,NULL,'WPML no se puede ejecutar normalmente. Hay un problema de instalación o de configuración del servidor. %sVer detalles%s',NULL,'',0,'2019-11-07 09:10:34'),(8996,9004,'es',0,NULL,'No se puede activar WPML junto con estos plugins más antiguos:',NULL,'',0,'2019-11-07 09:10:34'),(8997,9005,'es',0,NULL,'WPML no se puede comunicar con el servicio de traducción remoto. Asegúrese de que la Administración de traducción de WPML esté activa.',NULL,'',0,'2019-11-07 09:10:34'),(8998,9006,'es',0,NULL,'Capacidades de WPML',NULL,'',0,'2019-11-07 09:10:34'),(8999,9007,'es',0,NULL,'WPML no pudo crear un directorio caché en %s',NULL,'',0,'2019-11-07 09:10:34'),(9000,9008,'es',0,NULL,'WPML no pudo cargar los archivos de configuración, los cuales el sitio web necesita.',NULL,'',0,'2019-11-07 09:10:34'),(9001,9009,'es',0,NULL,'WPML no pudo escribir en el directorio caché: %s',NULL,'',0,'2019-11-07 09:10:34'),(9002,9010,'es',0,NULL,'Bandera de WPML',NULL,'',0,'2019-11-07 09:10:34'),(9003,9011,'es',0,NULL,'WPML ha sido activado para el sitio seleccionado.',NULL,'',0,'2019-11-07 09:10:34'),(9004,9012,'es',0,NULL,'WPML ha sido desactivado para el sitio seleccionado.',NULL,'',0,'2019-11-07 09:10:34'),(9005,9013,'es',0,NULL,'WPML ha sido restablecido para el sitio seleccionado.',NULL,'',0,'2019-11-07 09:10:34'),(9006,9014,'es',0,NULL,'WPML ya está registrado en toda la red.',NULL,'',0,'2019-11-07 09:10:34'),(9007,9015,'es',0,NULL,'Faltan algunos registros en las tablas de idiomas de WPML y este no puede funcionar plenamente hasta que se resuelva el problema.',NULL,'',0,'2019-11-07 09:10:34'),(9008,9016,'es',0,NULL,'Configuración de idioma de WPML',NULL,'',0,'2019-11-07 09:10:34'),(9009,9017,'es',0,NULL,'WPML le permiten abrir estas páginas para comentarios, de modo que los visitantes puedan avisarle si notan algo malo.',NULL,'',0,'2019-11-07 09:10:34'),(9010,9018,'es',0,NULL,'Me encanta WPML',NULL,'',0,'2019-11-07 09:10:34'),(9011,9019,'es',0,NULL,'WPML necesita cargar archivos de configuración, los cuales le indican cómo traducir el tema y los plugines que usted utiliza. Si ocurre algún problema, pulse el botón Reintentar. Si el problema persiste, póngase en contacto con el soporte de WPML y comunique los detalles del error; nosotros le ayudaremos a resolverlo.',NULL,'',0,'2019-11-07 09:10:34'),(9012,9020,'es',0,NULL,'El plugin WPML puede enviar a wpml.org la lista de plugines y temas activos en su sitio web. Esto permite a nuestro soporte ayudarle mucho más rápido y ponerse en contacto con usted con anticipación en relación a problemas de compatibilidad potenciales y sus soluciones.',NULL,'',0,'2019-11-07 09:10:34'),(9013,9021,'es',0,NULL,'WPML requiere la actualización de la base de datos',NULL,'',0,'2019-11-07 09:10:34'),(9014,9022,'es',0,NULL,'Configuración de WPML',NULL,'',0,'2019-11-07 09:10:34'),(9015,9023,'es',0,NULL,'WPML utiliza cookies para identificar el idioma actual del visitante, el último idioma visitado y el idioma de los usuarios que han iniciado sesión.',NULL,'',0,'2019-11-07 09:10:34'),(9016,9024,'es',0,NULL,'WPML será desactivado',NULL,'',0,'2019-11-07 09:10:34'),(9017,9025,'es',0,NULL,'WPML copiará %s desde %s cuando guarde esta entrada.',NULL,'',0,'2019-11-07 09:10:34'),(9018,9026,'es',0,NULL,'WPML copiará este campo desde %s cuando guarde esta entrada.',NULL,'',0,'2019-11-07 09:10:34'),(9019,9027,'es',0,NULL,'WPML no volverá a sincronizar %s con el contenido original.',NULL,'',0,'2019-11-07 09:10:34'),(9020,9028,'es',0,NULL,'WPML restablecerá toda la información de los idiomas a sus valores predeterminados. Se perderá todo idioma que haya agregado o modificado.',NULL,'',0,'2019-11-07 09:10:34'),(9021,9029,'es',0,NULL,'WPML funcionará en su sitio web, pero no recibirá actualizaciones. Las actualizaciones de WPML son esenciales para mantener su sitio funcionando de forma segura e ininterrumpida. Para recibir actualizaciones automatizadas, debe completar el registro, en la página de %sadministración de plugins%s.',NULL,'',0,'2019-11-07 09:10:34'),(9022,9030,'es',0,NULL,'Cuenta de WPML.org',NULL,'',0,'2019-11-07 09:10:34'),(9023,9031,'es',0,NULL,'En espera del traductor',NULL,'',0,'2019-11-07 09:10:34'),(9024,9032,'es',0,NULL,'¿Desea saber si las traducciones recientes recibidas tienen problemas?',NULL,'',0,'2019-11-07 09:10:34'),(9025,9033,'es',0,NULL,'Lo estamos dirigiendo a WPML.org para consultar sus instrucciones de traducción personalizadas. Si necesita acceso a estas instrucciones de nuevo, haga clic en el botón \"Instrucciones para traducir\" de la lista de páginas o en el Panel de Traducción de WPML.',NULL,'',0,'2019-11-07 09:10:34'),(9026,9034,'es',0,NULL,'Qué incluir en el selector de idioma:',NULL,'',0,'2019-11-07 09:10:34'),(9027,9035,'es',0,NULL,'Qué mostrar para la url raíz:',NULL,'',0,'2019-11-07 09:10:34'),(9028,9036,'es',0,NULL,'Cuando WPML accede a <a target=\"_blank\" href=\"%s\">%s</a> obtiene:',NULL,'',0,'2019-11-07 09:10:34'),(9029,9037,'es',0,NULL,'Cuando se elimine una entrada, eliminar las traducciones también.',NULL,'',0,'2019-11-07 09:10:34'),(9030,9038,'es',0,NULL,'Al eliminar una taxonomía (categoría, etiqueta o personalizada), eliminar traducciones también',NULL,'',0,'2019-11-07 09:10:34'),(9031,9039,'es',0,NULL,'¿Qué entradas de blog desea mostrar en las traducciones del sitio web?',NULL,'',0,'2019-11-07 09:10:34'),(9032,9040,'es',0,NULL,'Mientras utilice el plugin, WPML compartirá los datos relacionados con el sitio a través del instalador. No se compartirá ningún dato personal del usuario.',NULL,'',0,'2019-11-07 09:10:34'),(9033,9041,'es',0,NULL,'Blanco',NULL,'',0,'2019-11-07 09:10:34'),(9034,9042,'es',0,NULL,'Área de widget',NULL,'',0,'2019-11-07 09:10:34'),(9035,9043,'es',0,NULL,'Selector de idioma de widget',NULL,'',0,'2019-11-07 09:10:34'),(9036,9044,'es',0,NULL,'Título de widget:',NULL,'',0,'2019-11-07 09:10:34'),(9037,9045,'es',0,NULL,'Será agregado',NULL,'',0,'2019-11-07 09:10:34'),(9038,9046,'es',0,NULL,'Será eliminado',NULL,'',0,'2019-11-07 09:10:34'),(9039,9047,'es',0,NULL,'Con WPML 3.8.0, ahora puede recibir comentarios de visitantes sobre sus traducciones (%smás información%s).',NULL,'',0,'2019-11-07 09:10:34'),(9040,9048,'es',0,NULL,'WordPress',NULL,'',0,'2019-11-07 09:10:34'),(9041,9049,'es',0,NULL,'Se requiere WordPress 3.9 o posterior.',NULL,'',0,'2019-11-07 09:10:34'),(9042,9050,'es',0,NULL,'WordPress no puede descargar traducciones automáticamente para los siguientes idiomas:',NULL,'',0,'2019-11-07 09:10:34'),(9043,9051,'es',0,NULL,'WordPress está instalado en un directorio (no raíz) y usted está utilizando enlaces predeterminados.',NULL,'',0,'2019-11-07 09:10:34'),(9044,9052,'es',0,NULL,'Falta el archivo de idioma (.mo) de WordPress. Se mantendrá el idioma para mostrar existente.',NULL,'',0,'2019-11-07 09:10:34'),(9045,9053,'es',0,NULL,'Nonce erróneo',NULL,'',0,'2019-11-07 09:10:34'),(9046,9054,'es',0,NULL,'Sí',NULL,'',0,'2019-11-07 09:10:34'),(9047,9055,'es',0,NULL,'Está a punto de cambiar el idioma de {post_name}.',NULL,'',0,'2019-11-07 09:10:34'),(9048,9056,'es',0,NULL,'Está a punto de conectar la entrada actual con las siguientes entradas',NULL,'',0,'2019-11-07 09:10:34'),(9049,9057,'es',0,NULL,'Está a punto de restablecer WPML para este sitio: %s.',NULL,'',0,'2019-11-07 09:10:34'),(9050,9058,'es',0,NULL,'Está creando el tipo de entrada %1$s en %3$s y ha seleccionado que los tipos de entrada %2$s se muestren incluso cuando no estén traducido. Tenga en cuenta que el tipo de entrada %1$s solo aparecerá en %3$s. Solo los tipos de entrada %2$s que se creen en el idioma predeterminado del sitio (%4$s) aparecerán en todos los idiomas del sitio.',NULL,'',0,'2019-11-07 09:10:34'),(9051,9059,'es',0,NULL,'No tiene permiso para administrar la configuración de la Red de WPML.',NULL,'',0,'2019-11-07 09:10:34'),(9052,9060,'es',0,NULL,'Se están ejecutando versiones actualizadas de %s y %s, pero los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:10:34'),(9053,9061,'es',0,NULL,'Se está ejecutando %s actualizado, pero el siguiente componente no está actualizado:',NULL,'',0,'2019-11-07 09:10:34'),(9054,9062,'es',0,NULL,'Está tratando de usar una URL externa: esto no está permitido.',NULL,'',0,'2019-11-07 09:10:34'),(9055,9063,'es',0,NULL,'Está usando PHP 7: en algunos casos, la extensión podría haber sido eliminada durante una actualización del sistema. En este caso, por favor consulte %3$s.',NULL,'',0,'2019-11-07 09:10:34'),(9056,9064,'es',0,NULL,'Usted está utilizando un plugin de caché. Cuando traduzca cadenas, se tiene que limpiar el caché para que la traducción se visualice.',NULL,'',0,'2019-11-07 09:10:34'),(9057,9065,'es',0,NULL,'Está usando un canal potencialmente menos estable para %s. Si no activó este intencionalmente, debería cambiar al canal \'Producción\'.',NULL,'',0,'2019-11-07 09:10:34'),(9058,9066,'es',0,NULL,'Está usando una clave de sitio no válida definida como la constante %s (muy probablemente en wp-config.php).\\n Elimínela o utilice el valor correcto para poder registrar correctamente.',NULL,'',0,'2019-11-07 09:10:34'),(9059,9067,'es',0,NULL,'El contenido de idiomas específicos puede ser ocultado por completo de la vista de visitantes y motores de búsqueda, pero no de la suya. Esto le permite revisar las traducciones en curso.',NULL,'',0,'2019-11-07 09:10:34'),(9060,9068,'es',0,NULL,'Puede mostrar un selector de idioma en el pie de página del sitio. Aquí puede personalizar y aplicar estilo.',NULL,'',0,'2019-11-07 09:10:34'),(9061,9069,'es',0,NULL,'Puede mostrar enlaces a la traducción de las entradas antes y después de la entrada. Estos enlaces se leen \"Esta entrada también está disponible en...\"',NULL,'',0,'2019-11-07 09:10:34'),(9062,9070,'es',0,NULL,'Puede activar la visualización solo para usted en su <a href=\"%s\">página de perfil</a>.',NULL,'',0,'2019-11-07 09:10:34'),(9063,9071,'es',0,NULL,'¡No puede hacer eso!',NULL,'',0,'2019-11-07 09:10:34'),(9064,9072,'es',0,NULL,'Ha recibido varios trabajos de traducción y ahora aparecen en su sitio web.',NULL,'',0,'2019-11-07 09:10:34'),(9065,9073,'es',0,NULL,'No ha establecido sus preferencias de sincronización para estos %s: %s. El valor por defecto fue seleccionado.',NULL,'',0,'2019-11-07 09:10:34'),(9066,9074,'es',0,NULL,'Para instalar esta extensión, es posible que tenga que ponerse en contacto con el administrador de su servidor o su empresa de alojamiento. ',NULL,'',0,'2019-11-07 09:10:34'),(9067,9075,'es',0,NULL,'Puede que necesite %s.',NULL,'',0,'2019-11-07 09:10:34'),(9068,9076,'es',0,NULL,'volver a guardar los enlaces permanentes del sitio',NULL,'',0,'2019-11-07 09:10:34'),(9069,9077,'es',0,NULL,'Para recibir mejoras o soporte para este plugin, debe contar con una suscripción válida. %sCompre una suscripción o introduzca una clave de sitio existente%s.',NULL,'',0,'2019-11-07 09:10:34'),(9070,9078,'es',0,NULL,'Para empezar a traducir, tiene que configurar WPML.',NULL,'',0,'2019-11-07 09:10:34'),(9071,9079,'es',0,NULL,'Tiene que configurar un idioma más por lo menos para acceder a la \"Localización de tema y plugines\" y \"Traducción de multimedia\".',NULL,'',0,'2019-11-07 09:10:34'),(9072,9080,'es',0,NULL,'Tiene que desactivar el plugin separado.',NULL,'',0,'2019-11-07 09:10:34'),(9073,9081,'es',0,NULL,'Para traducir correctamente, active el Editor de traducción de WPML.',NULL,'',0,'2019-11-07 09:10:34'),(9074,9082,'es',0,NULL,'Tendrá que renovar la suscripción para seguir recibiendo las actualizaciones y soporte.',NULL,'',0,'2019-11-07 09:10:34'),(9075,9083,'es',0,NULL,'La página de blog no existe o la traducción de la misma no ha sido publicada en %s.',NULL,'',0,'2019-11-07 09:10:34'),(9076,9084,'es',0,NULL,'Aparentemente, su navegador no está permitiendo establecer cookies.',NULL,'',0,'2019-11-07 09:10:34'),(9077,9085,'es',0,NULL,'La página de inicio no existe o la traducción de la misma no ha sido publicada %s.',NULL,'',0,'2019-11-07 09:10:34'),(9078,9086,'es',0,NULL,'Su menú incluye elementos personalizados, los cuales se deben traducir por medio de la Traducción de cadenas de WPML.',NULL,'',0,'2019-11-07 09:10:34'),(9079,9087,'es',0,NULL,'El archivo php.ini está ubicado en',NULL,'',0,'2019-11-07 09:10:34'),(9080,9088,'es',0,NULL,'Su calificación:',NULL,'',0,'2019-11-07 09:10:34'),(9081,9089,'es',0,NULL,'Con esta configuración su sitio no funcionará como debería.',NULL,'',0,'2019-11-07 09:10:34'),(9082,9090,'es',0,NULL,'Aparentemente su suscripción ya no es válida. Intente realizar el registro de nuevo con una clave de sitio válida.',NULL,'',0,'2019-11-07 09:10:34'),(9083,9091,'es',0,NULL,'La suscripción caduca en %d día.',NULL,'',0,'2019-11-07 09:10:34'),(9084,9092,'es',0,NULL,'La suscripción caduca en %d días.',NULL,'',0,'2019-11-07 09:10:34'),(9085,9093,'es',0,NULL,'activado',NULL,'',0,'2019-11-07 09:10:34'),(9086,9094,'es',0,NULL,'activando',NULL,'',0,'2019-11-07 09:10:34'),(9087,9095,'es',0,NULL,'agregar',NULL,'',0,'2019-11-07 09:10:34'),(9088,9096,'es',0,NULL,'agregar la traducción',NULL,'',0,'2019-11-07 09:10:34'),(9089,9097,'es',0,NULL,'todo',NULL,'',0,'2019-11-07 09:10:34'),(9090,9098,'es',0,NULL,'cualquier idioma',NULL,'',0,'2019-11-07 09:10:34'),(9091,9099,'es',0,NULL,'día/s',NULL,'',0,'2019-11-07 09:10:34'),(9092,9100,'es',0,NULL,'predeterminado',NULL,'',0,'2019-11-07 09:10:34'),(9093,9101,'es',0,NULL,'descargado',NULL,'',0,'2019-11-07 09:10:34'),(9094,9102,'es',0,NULL,'descargando...',NULL,'',0,'2019-11-07 09:10:34'),(9095,9103,'es',0,NULL,'duplicar',NULL,'',0,'2019-11-07 09:10:34'),(9096,9104,'es',0,NULL,'editar términos',NULL,'',0,'2019-11-07 09:10:34'),(9097,9105,'es',0,NULL,'editar traducción',NULL,'',0,'2019-11-07 09:10:34'),(9098,9106,'es',0,NULL,'Disponibilidad de eval() de Suhosin',NULL,'',0,'2019-11-07 09:10:34'),(9099,9107,'es',0,NULL,'Falló',NULL,'',0,'2019-11-07 09:10:34'),(9100,9108,'es',0,NULL,'bueno para menús que muestran elementos como una lista',NULL,'',0,'2019-11-07 09:10:34'),(9101,9109,'es',0,NULL,'bueno para menús que admiten desplegables',NULL,'',0,'2019-11-07 09:10:34'),(9102,9110,'es',0,NULL,'ayuda',NULL,'',0,'2019-11-07 09:10:34'),(9103,9111,'es',0,NULL,'oculto',NULL,'',0,'2019-11-07 09:10:34'),(9104,9112,'es',0,NULL,'ocultar',NULL,'',0,'2019-11-07 09:10:34'),(9105,9113,'es',0,NULL,'hreflang',NULL,'',0,'2019-11-07 09:10:34'),(9106,9114,'es',0,NULL,'en',NULL,'',0,'2019-11-07 09:10:34'),(9107,9115,'es',0,NULL,'en opciones, menús, widgets, pie de página y shortcode',NULL,'',0,'2019-11-07 09:10:34'),(9108,9116,'es',0,NULL,'instalado',NULL,'',0,'2019-11-07 09:10:34'),(9109,9117,'es',0,NULL,'instalando...',NULL,'',0,'2019-11-07 09:10:34'),(9110,9118,'es',0,NULL,'elemento',NULL,'',0,'2019-11-07 09:10:34'),(9111,9119,'es',0,NULL,'elementos',NULL,'',0,'2019-11-07 09:10:34'),(9112,9120,'es',0,NULL,'más información',NULL,'',0,'2019-11-07 09:10:34'),(9113,9121,'es',0,NULL,'enlazado a:',NULL,'',0,'2019-11-07 09:10:34'),(9114,9122,'es',0,NULL,'cargando',NULL,'',0,'2019-11-07 09:10:34'),(9115,9123,'es',0,NULL,'traductor local',NULL,'',0,'2019-11-07 09:10:34'),(9116,9124,'es',0,NULL,'elementos del menú',NULL,'',0,'2019-11-07 09:10:34'),(9117,9125,'es',0,NULL,'mes/es',NULL,'',0,'2019-11-07 09:10:34'),(9118,9126,'es',0,NULL,'no está disponible',NULL,'',0,'2019-11-07 09:10:34'),(9119,9127,'es',0,NULL,'no hay',NULL,'',0,'2019-11-07 09:10:34'),(9120,9128,'es',0,NULL,'no está traducida al idioma actual',NULL,'',0,'2019-11-07 09:10:34'),(9121,9129,'es',0,NULL,'de',NULL,'',0,'2019-11-07 09:10:34'),(9122,9130,'es',0,NULL,'introduzca un ruta: carpeta de instalación de WordPress absoluta o relativa',NULL,'',0,'2019-11-07 09:10:34'),(9123,9131,'es',0,NULL,'publicado',NULL,'',0,'2019-11-07 09:10:34'),(9124,9132,'es',0,NULL,'publicado o actualizado',NULL,'',0,'2019-11-07 09:10:34'),(9125,9133,'es',0,NULL,'elegir superior',NULL,'',0,'2019-11-07 09:10:34'),(9126,9134,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:10:34'),(9127,9135,'es',0,NULL,'puede que algunas cadenas no estén registradas',NULL,'',0,'2019-11-07 09:10:34'),(9128,9136,'es',0,NULL,'cadena no registrada',NULL,'',0,'2019-11-07 09:10:34'),(9129,9137,'es',0,NULL,'Este será su idioma de administración y también será utilizado para traducir los comentarios.',NULL,'',0,'2019-11-07 09:10:34'),(9130,9138,'es',0,NULL,'al',NULL,'',0,'2019-11-07 09:10:34'),(9131,9139,'es',0,NULL,'traducir',NULL,'',0,'2019-11-07 09:10:34'),(9132,9140,'es',0,NULL,'traducir los slugs de taxonomía base con WPML',NULL,'',0,'2019-11-07 09:10:34'),(9133,9141,'es',0,NULL,'traducción de categorías de entrada y taxonomías personalizadas',NULL,'',0,'2019-11-07 09:10:34'),(9134,9142,'es',0,NULL,'sin traducir',NULL,'',0,'2019-11-07 09:10:34'),(9135,9143,'es',0,NULL,'actualizado',NULL,'',0,'2019-11-07 09:10:34'),(9136,9144,'es',0,NULL,'actualizando...',NULL,'',0,'2019-11-07 09:10:34'),(9137,9145,'es',0,NULL,'semana/s',NULL,'',0,'2019-11-07 09:10:34'),(9138,9146,'es',0,NULL,'qué temas y plugines está usando.',NULL,'',0,'2019-11-07 09:10:34'),(9139,9147,'es',0,NULL,'su cuenta',NULL,'',0,'2019-11-07 09:10:34'),(9140,10089,'es',0,NULL,'- (necesita actualización)',NULL,'',0,'2019-11-07 09:11:04'),(9141,10090,'es',0,NULL,'- Se ha adjuntado un archivo xliff.',NULL,'',0,'2019-11-07 09:11:04'),(9142,10091,'es',0,NULL,'\"%s\" no es un archivo XLIFF válido.',NULL,'',0,'2019-11-07 09:11:04'),(9143,10092,'es',0,NULL,'%1$s trabajos agregados al Editor de traducción avanzado.',NULL,'',0,'2019-11-07 09:11:04'),(9144,10093,'es',0,NULL,'Traducción de %1$s: %2$s',NULL,'',0,'2019-11-07 09:11:04'),(9145,10094,'es',0,NULL,'Se han enviado %1$s%2$dtrabajos de traducción%3$s a traductores remotos',NULL,'',0,'2019-11-07 09:11:04'),(9146,10095,'es',0,NULL,'Se ha enviado %1$s1 trabajo de traducción%2$s a traductores remotos',NULL,'',0,'2019-11-07 09:11:04'),(9147,10096,'es',0,NULL,'%1$s|WPML|%2$s',NULL,'',0,'2019-11-07 09:11:04'),(9148,10097,'es',0,NULL,'%d minuto',NULL,'',0,'2019-11-07 09:11:04'),(9149,10098,'es',0,NULL,'%d minutos',NULL,'',0,'2019-11-07 09:11:04'),(9150,10099,'es',0,NULL,'%d trabajo de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9151,10100,'es',0,NULL,'%d trabajos de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9152,10101,'es',0,NULL,'%d trabajos de traducción se han completado y aplicado.',NULL,'',0,'2019-11-07 09:11:04'),(9153,10102,'es',0,NULL,'Se han obtenido %d traducciones del servicio de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9154,10103,'es',0,NULL,'Se han marcado %d traducciones como canceladas.',NULL,'',0,'2019-11-07 09:11:04'),(9155,10104,'es',0,NULL,'%s y la %s utilizan una memoria de traducción, la cual puede reducir la cantidad de palabras que necesita traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9156,10105,'es',0,NULL,'Autenticación de %s',NULL,'',0,'2019-11-07 09:11:04'),(9157,10106,'es',0,NULL,'%s completado',NULL,'',0,'2019-11-07 09:11:04'),(9158,10107,'es',0,NULL,'Se ha enviado %s a traductores remotos',NULL,'',0,'2019-11-07 09:11:04'),(9159,10108,'es',0,NULL,'Se han enviado %s a traductores remotos',NULL,'',0,'2019-11-07 09:11:04'),(9160,10109,'es',0,NULL,'%s está autorizado.',NULL,'',0,'2019-11-07 09:11:04'),(9161,10110,'es',0,NULL,'%s elementos en la cesta:',NULL,'',0,'2019-11-07 09:11:04'),(9162,10111,'es',0,NULL,'%s requiere datos adicionales',NULL,'',0,'2019-11-07 09:11:04'),(9163,10112,'es',0,NULL,'%s al %s',NULL,'',0,'2019-11-07 09:11:04'),(9164,10113,'es',0,NULL,'%s al %s y %s',NULL,'',0,'2019-11-07 09:11:04'),(9165,10114,'es',0,NULL,'%s utiliza una memoria de traducción, la cual puede reducir la cantidad de palabras que necesita traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9166,10115,'es',0,NULL,'%s palabras',NULL,'',0,'2019-11-07 09:11:04'),(9167,10116,'es',0,NULL,'%s: trabajos de traducción de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9168,10117,'es',0,NULL,'%sAdvertencia:%s Está tratando de añadir una traducción con el editor estándar de WordPress, pero su sitio está configurado para usar el Editor de traducción de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9169,10118,'es',0,NULL,'%sAdvertencia:%s Está intentando editar una traducción que actualmente se encuentra en proceso de ser agregada utilizando WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9170,10119,'es',0,NULL,'%sAdvertencia:%s Está tratando de modificar una traducción con el editor estándar de WordPress, pero su sitio está configurado para usar el Editor de traducción de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9171,10120,'es',0,NULL,'« continuar desde la página anterior',NULL,'',0,'2019-11-07 09:11:04'),(9172,10121,'es',0,NULL,'(servicio inactivo o desconocido)',NULL,'',0,'2019-11-07 09:11:04'),(9173,10122,'es',0,NULL,'(sin título)',NULL,'',0,'2019-11-07 09:11:04'),(9174,10123,'es',0,NULL,'* Recuerde, su nombre de registro para %1$s es %2$s. Si necesita ayuda con la contraseña, utilice la opción para restablecer la contraseña de la página de inicio de sesión.',NULL,'',0,'2019-11-07 09:11:04'),(9175,10124,'es',0,NULL,'--Seleccionar idioma--',NULL,'',0,'2019-11-07 09:11:04'),(9176,10125,'es',0,NULL,'0 elementos',NULL,'',0,'2019-11-07 09:11:04'),(9177,10126,'es',0,NULL,'Se ha obtenido 1 traducción del servicio de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9178,10127,'es',0,NULL,'1. Revise los documentos para traducción',NULL,'',0,'2019-11-07 09:11:04'),(9179,10128,'es',0,NULL,'1. Seleccione los elementos para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9180,10129,'es',0,NULL,'Está a punto de traducir entradas duplicadas.',NULL,'',0,'2019-11-07 09:11:04'),(9181,10130,'es',0,NULL,'2. Seleccione las opciones de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9182,10131,'es',0,NULL,'2. Defina un nombre para el lote y un plazo',NULL,'',0,'2019-11-07 09:11:04'),(9183,10132,'es',0,NULL,'Estos elementos serán desconectados de los originales de forma automática, de modo que no se pierda la traducción cuando actualice los originales.',NULL,'',0,'2019-11-07 09:11:04'),(9184,10133,'es',0,NULL,'3. Seleccionar traductor o servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9185,10134,'es',0,NULL,'<a href=\"%s\">Enviar para traducción »</a>',NULL,'',0,'2019-11-07 09:11:04'),(9186,10135,'es',0,NULL,'<p>No se pudieron agregar los idiomas solicitados. <a%s>Póngase en contacto con nosotros</a> para recibir ayuda. </p><p>Mostrar <a%s>información de depuración</a>.</p>',NULL,'',0,'2019-11-07 09:11:04'),(9187,10136,'es',0,NULL,'<p>El servicio de traducción (%s) no ofrece los idiomas solicitados. <a%s>Póngase en contacto con nosotros</a> para recibir ayuda. </p>',NULL,'',0,'2019-11-07 09:11:04'),(9188,10137,'es',0,NULL,'<p>El administrador ha desactivado la traducción de términos del editor de traducción.</p>\\n<p>Si sus permisos de acceso lo permiten, puede cambiar esto en \"Administración de traducción\"\\ - \"Configuración del contenido multilingüe\"\\ - \"Bloquear la traducción de términos de taxonomía que ya fueron traducidos\"\\</p>\\n<p>Tenga en cuenta que la edición de los términos desde el editor de traducción afectará a todas las entradas a las que se haya asociado el término respectivo.</p>',NULL,'',0,'2019-11-07 09:11:04'),(9189,10138,'es',0,NULL,'Un servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9190,10139,'es',0,NULL,'Ocurrió un error de comunicación. Espere unos minutos e inténtelo de nuevo.',NULL,'',0,'2019-11-07 09:11:04'),(9191,10140,'es',0,NULL,'Se creó un nuevo trabajo de traducción para %1$s del %2$s al %3$s en el Servicio de traducción. Está listo para descargar y será aplicado la próxima vez que el Servicio de traducción entregue traducciones finalizadas a su sitio web o cuando usted las obtenga manualmente.',NULL,'',0,'2019-11-07 09:11:04'),(9192,10141,'es',0,NULL,'Acciones',NULL,'',0,'2019-11-07 09:11:04'),(9193,10142,'es',0,NULL,'Acciones que ocurrirán en el servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9194,10143,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:11:04'),(9195,10144,'es',0,NULL,'Servicio activo:',NULL,'',0,'2019-11-07 09:11:04'),(9196,10145,'es',0,NULL,'Agregar un administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9197,10146,'es',0,NULL,'Agregar un traductor',NULL,'',0,'2019-11-07 09:11:04'),(9198,10147,'es',0,NULL,'Agregar más pares de idiomas para este traductor',NULL,'',0,'2019-11-07 09:11:04'),(9199,10148,'es',0,NULL,'Agregar nueva Prioridad de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9200,10149,'es',0,NULL,'Agregar una nota para los traductores',NULL,'',0,'2019-11-07 09:11:04'),(9201,10150,'es',0,NULL,'Agregar el contenido seleccionado a la cesta de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9202,10151,'es',0,NULL,'Agregar el contenido seleccionado a las cesta de traducción / Duplicar',NULL,'',0,'2019-11-07 09:11:04'),(9203,10152,'es',0,NULL,'Agregar al pedido de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9204,10153,'es',0,NULL,'Ajustar los enlaces de las entradas y cadenas de modo que estas dirijan al contenido traducido',NULL,'',0,'2019-11-07 09:11:04'),(9205,10154,'es',0,NULL,'Ajustar los enlaces de las entradas de modo que estos dirijan al contenido traducido',NULL,'',0,'2019-11-07 09:11:04'),(9206,10155,'es',0,NULL,'Cadenas administrativas',NULL,'',0,'2019-11-07 09:11:04'),(9207,10156,'es',0,NULL,'Cadenas administrativas para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9208,10157,'es',0,NULL,'Administrador para %s',NULL,'',0,'2019-11-07 09:11:04'),(9209,10158,'es',0,NULL,'Editor de traducción avanzado',NULL,'',0,'2019-11-07 09:11:04'),(9210,10159,'es',0,NULL,'Error del Editor de traducción avanzado:',NULL,'',0,'2019-11-07 09:11:04'),(9211,10160,'es',0,NULL,'El Editor de traducción avanzado está activo',NULL,'',0,'2019-11-07 09:11:04'),(9212,10161,'es',0,NULL,'Se está activando el Editor de traducción avanzado',NULL,'',0,'2019-11-07 09:11:04'),(9213,10162,'es',0,NULL,'El Editor de traducción avanzado está desactivado.',NULL,'',0,'2019-11-07 09:11:04'),(9214,10163,'es',0,NULL,'El Editor de traducción avanzado está habilitado y activo',NULL,'',0,'2019-11-07 09:11:04'),(9215,10164,'es',0,NULL,'El Editor de traducción avanzado aún no está activo',NULL,'',0,'2019-11-07 09:11:04'),(9216,10165,'es',0,NULL,'Configuración del Editor de traducción avanzado',NULL,'',0,'2019-11-07 09:11:04'),(9217,10166,'es',0,NULL,'Todos',NULL,'',0,'2019-11-07 09:11:04'),(9218,10167,'es',0,NULL,'Todo %s',NULL,'',0,'2019-11-07 09:11:04'),(9219,10168,'es',0,NULL,'Todos los idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9220,10169,'es',0,NULL,'Todas las prioridades de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9221,10170,'es',0,NULL,'Todo está listo. ¿Qué pasa después?',NULL,'',0,'2019-11-07 09:11:04'),(9222,10171,'es',0,NULL,'Todas las líneas nuevas deben ser reemplazadas por el elemento HTML %s. Use esta opción si la herramienta de traducción utilizada no admite caracteres de líneas nuevas (por ejemplo el software Virtaal)',NULL,'',0,'2019-11-07 09:11:04'),(9223,10172,'es',0,NULL,'Todas las entradas y cadenas han sido procesadas. Se han modificado %s enlaces para dirigir al contenido traducido.',NULL,'',0,'2019-11-07 09:11:04'),(9224,10173,'es',0,NULL,'Todas las entradas han sido procesadas. Se han modificado %s enlaces para dirigir al contenido traducido.',NULL,'',0,'2019-11-07 09:11:04'),(9225,10174,'es',0,NULL,'Todos los estados',NULL,'',0,'2019-11-07 09:11:04'),(9226,10175,'es',0,NULL,'Todo el contenido del sitio',NULL,'',0,'2019-11-07 09:11:04'),(9227,10176,'es',0,NULL,'Todos los trabajos de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9228,10177,'es',0,NULL,'Todos los estados de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9229,10178,'es',0,NULL,'Todos los tipos',NULL,'',0,'2019-11-07 09:11:04'),(9230,10179,'es',0,NULL,'Permita que los visitantes le informen asuntos de traducción habilitando %s',NULL,'',0,'2019-11-07 09:11:04'),(9231,10180,'es',0,NULL,'Todo el texto',NULL,'',0,'2019-11-07 09:11:04'),(9232,10181,'es',0,NULL,'Se ha enviado un mensaje a %s',NULL,'',0,'2019-11-07 09:11:04'),(9233,10182,'es',0,NULL,'Ocurrió un error',NULL,'',0,'2019-11-07 09:11:04'),(9234,10183,'es',0,NULL,'Ocurrió un error',NULL,'',0,'2019-11-07 09:11:04'),(9235,10184,'es',0,NULL,'Cualquiera',NULL,'',0,'2019-11-07 09:11:04'),(9236,10185,'es',0,NULL,'Cualquier trabajo de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9237,10186,'es',0,NULL,'Cualquier traductor de WordPress',NULL,'',0,'2019-11-07 09:11:04'),(9238,10187,'es',0,NULL,'Todo el contenido (traducciones) existente será sobrescrito al crear duplicados.',NULL,'',0,'2019-11-07 09:11:04'),(9239,10188,'es',0,NULL,'Cualquier idioma',NULL,'',0,'2019-11-07 09:11:04'),(9240,10189,'es',0,NULL,'No se podrá recibir el trabajo que se complete después de haber realizado este restablecimiento.',NULL,'',0,'2019-11-07 09:11:04'),(9241,10190,'es',0,NULL,'Cualquiera',NULL,'',0,'2019-11-07 09:11:04'),(9242,10191,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:11:04'),(9243,10192,'es',0,NULL,'¿Seguro que desea restablecer el proceso de traducción de %1$s?',NULL,'',0,'2019-11-07 09:11:04'),(9244,10193,'es',0,NULL,'¿Está seguro de que desea renunciar a este trabajo?',NULL,'',0,'2019-11-07 09:11:04'),(9245,10194,'es',0,NULL,'Ascendente',NULL,'',0,'2019-11-07 09:11:04'),(9246,10195,'es',0,NULL,'Pregúntenos',NULL,'',0,'2019-11-07 09:11:04'),(9247,10196,'es',0,NULL,'Asignar',NULL,'',0,'2019-11-07 09:11:04'),(9248,10197,'es',0,NULL,'Asignando traductor...',NULL,'',0,'2019-11-07 09:11:04'),(9249,10198,'es',0,NULL,'A su servicio',NULL,'',0,'2019-11-07 09:11:04'),(9250,10199,'es',0,NULL,'Autenticar',NULL,'',0,'2019-11-07 09:11:04'),(9251,10200,'es',0,NULL,'Generar automáticamente a partir de título (por defecto)',NULL,'',0,'2019-11-07 09:11:04'),(9252,10201,'es',0,NULL,'Autoformato',NULL,'',0,'2019-11-07 09:11:04'),(9253,10202,'es',0,NULL,'Disponible para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9254,10203,'es',0,NULL,'Información básica',NULL,'',0,'2019-11-07 09:11:04'),(9255,10204,'es',0,NULL,'Lote',NULL,'',0,'2019-11-07 09:11:04'),(9256,10205,'es',0,NULL,'Nombre del lote:',NULL,'',0,'2019-11-07 09:11:04'),(9257,10206,'es',0,NULL,'Nombre de lote:',NULL,'',0,'2019-11-07 09:11:04'),(9258,10207,'es',0,NULL,'Lote revertido',NULL,'',0,'2019-11-07 09:11:04'),(9259,10208,'es',0,NULL,'Se ha enviado la sincronización por lote',NULL,'',0,'2019-11-07 09:11:04'),(9260,10209,'es',0,NULL,'Para empezar a enviar contenido para traducir, debe completar una configuración breve.',NULL,'',0,'2019-11-07 09:11:04'),(9261,10210,'es',0,NULL,'Para usar %s, primero tiene que completar esta configuración rápida.',NULL,'',0,'2019-11-07 09:11:04'),(9262,10211,'es',0,NULL,'Cuerpo',NULL,'',0,'2019-11-07 09:11:04'),(9263,10212,'es',0,NULL,'Acciones masivas',NULL,'',0,'2019-11-07 09:11:04'),(9264,10213,'es',0,NULL,'Acciones por lote',NULL,'',0,'2019-11-07 09:11:04'),(9265,10214,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:11:04'),(9266,10215,'es',0,NULL,'Cancelar trabajo',NULL,'',0,'2019-11-07 09:11:04'),(9267,10216,'es',0,NULL,'Cancelar trabajos',NULL,'',0,'2019-11-07 09:11:04'),(9268,10217,'es',0,NULL,'Cancelado trabajos...',NULL,'',0,'2019-11-07 09:11:04'),(9269,10218,'es',0,NULL,'No se puede editar este elemento porque en este momento se encuentra en la cesta de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9270,10219,'es',0,NULL,'Leyenda',NULL,'',0,'2019-11-07 09:11:04'),(9271,10220,'es',0,NULL,'¡Los cambios realizados en estas traducciones afectarán los términos en general! (No solo para esta entrada)',NULL,'',0,'2019-11-07 09:11:04'),(9272,10221,'es',0,NULL,'Marcar todo',NULL,'',0,'2019-11-07 09:11:04'),(9273,10222,'es',0,NULL,'Consulte los Servicios de traducción disponibles',NULL,'',0,'2019-11-07 09:11:04'),(9274,10223,'es',0,NULL,'Verificar estado',NULL,'',0,'2019-11-07 09:11:04'),(9275,10224,'es',0,NULL,'Controlar el estado y obtener las traducciones',NULL,'',0,'2019-11-07 09:11:04'),(9276,10225,'es',0,NULL,'Verifique el estado de la entrega del lote',NULL,'',0,'2019-11-07 09:11:04'),(9277,10226,'es',0,NULL,'Verificando el estado de los trabajos de traducción. ¡No cierre esta página por favor!',NULL,'',0,'2019-11-07 09:11:04'),(9278,10227,'es',0,NULL,'Seleccione un servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9279,10228,'es',0,NULL,'Elija al menos una acción de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9280,10229,'es',0,NULL,'Seleccione el formato predeterminado para el archivo XLIFF:',NULL,'',0,'2019-11-07 09:11:04'),(9281,10230,'es',0,NULL,'Indique si las traducciones deben ser publicadas al recibirlas. Nota: Si selecciona Publicar, la traducción solo será publicada si el documento original está publicado al momento de recibir la traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9282,10231,'es',0,NULL,'Limpiar',NULL,'',0,'2019-11-07 09:11:04'),(9283,10232,'es',0,NULL,'Cancelar pedido',NULL,'',0,'2019-11-07 09:11:04'),(9284,10233,'es',0,NULL,'Borrar registro',NULL,'',0,'2019-11-07 09:11:04'),(9285,10234,'es',0,NULL,'Borrar búsqueda',NULL,'',0,'2019-11-07 09:11:04'),(9286,10235,'es',0,NULL,'Contraer',NULL,'',0,'2019-11-07 09:11:04'),(9287,10236,'es',0,NULL,'Asignando trabajos...',NULL,'',0,'2019-11-07 09:11:04'),(9288,10237,'es',0,NULL,'Registro de comunicación',NULL,'',0,'2019-11-07 09:11:04'),(9289,10238,'es',0,NULL,'Actualmente, el registro de comunicación está desactivado. Para permitir que el soporte de WPML le ayude a solucionar problemas de envío de contenido para traducir, tiene que activar el registro de comunicación.',NULL,'',0,'2019-11-07 09:11:04'),(9290,10239,'es',0,NULL,'Terminada',NULL,'',0,'2019-11-07 09:11:04'),(9291,10240,'es',0,NULL,'Completar la autenticación',NULL,'',0,'2019-11-07 09:11:04'),(9292,10241,'es',0,NULL,'Completado',NULL,'',0,'2019-11-07 09:11:04'),(9293,10242,'es',0,NULL,'Configurar',NULL,'',0,'2019-11-07 09:11:04'),(9294,10243,'es',0,NULL,'Felicitaciones por usar %s para traducir el contenido de su sitio web. Para evitar altos costos y pérdida de tiempo, mire nuestro video corto.',NULL,'',0,'2019-11-07 09:11:04'),(9295,10244,'es',0,NULL,'Conecte este sitio con su cuenta de %s',NULL,'',0,'2019-11-07 09:11:04'),(9296,10245,'es',0,NULL,'Contacto',NULL,'',0,'2019-11-07 09:11:04'),(9297,10246,'es',0,NULL,'Duplicación de contenido',NULL,'',0,'2019-11-07 09:11:04'),(9298,10247,'es',0,NULL,'El contenido que fue creado con el Editor de traducción clásico de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9299,10248,'es',0,NULL,'Registro de actualizaciones de contenido',NULL,'',0,'2019-11-07 09:11:04'),(9300,10249,'es',0,NULL,'Continuar',NULL,'',0,'2019-11-07 09:11:04'),(9301,10250,'es',0,NULL,'Ir a %s',NULL,'',0,'2019-11-07 09:11:04'),(9302,10251,'es',0,NULL,'Copiar y sobrescribir todos los campos',NULL,'',0,'2019-11-07 09:11:04'),(9303,10252,'es',0,NULL,'Copiar todos los campos del original',NULL,'',0,'2019-11-07 09:11:04'),(9304,10253,'es',0,NULL,'Copiar del original',NULL,'',0,'2019-11-07 09:11:04'),(9305,10254,'es',0,NULL,'Copiar de idioma original si el idioma de traducción usa direcciones URL codificadas',NULL,'',0,'2019-11-07 09:11:04'),(9306,10255,'es',0,NULL,'Copiar del original a la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9307,10256,'es',0,NULL,'Copiar una vez',NULL,'',0,'2019-11-07 09:11:04'),(9308,10257,'es',0,NULL,'Copiar a los campos vacíos únicamente',NULL,'',0,'2019-11-07 09:11:04'),(9309,10258,'es',0,NULL,'No encontró el usuario.',NULL,'',0,'2019-11-07 09:11:04'),(9310,10259,'es',0,NULL,'No se pudo recuperar este elemento del archivo.',NULL,'',0,'2019-11-07 09:11:04'),(9311,10260,'es',0,NULL,'No se pudo actualizar el modo de recolección de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9312,10261,'es',0,NULL,'Hora de conteo',NULL,'',0,'2019-11-07 09:11:04'),(9313,10262,'es',0,NULL,'Crear un nuevo usuario y establecer como Administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9314,10263,'es',0,NULL,'Crear un usuario nuevo y establecerlo como traductor',NULL,'',0,'2019-11-07 09:11:04'),(9315,10264,'es',0,NULL,'Crear un usuario nuevo como Administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9316,10265,'es',0,NULL,'Cree una cuenta en un minuto',NULL,'',0,'2019-11-07 09:11:04'),(9317,10266,'es',0,NULL,'Campos personalizados',NULL,'',0,'2019-11-07 09:11:04'),(9318,10267,'es',0,NULL,'Traducción de campos personalizados',NULL,'',0,'2019-11-07 09:11:04'),(9319,10268,'es',0,NULL,'Traducción de term meta personalizado',NULL,'',0,'2019-11-07 09:11:04'),(9320,10269,'es',0,NULL,'Configuración XML personalizada',NULL,'',0,'2019-11-07 09:11:04'),(9321,10270,'es',0,NULL,'Configuración XML personalizada',NULL,'',0,'2019-11-07 09:11:04'),(9322,10271,'es',0,NULL,'Campos personalizados',NULL,'',0,'2019-11-07 09:11:04'),(9323,10272,'es',0,NULL,'Opciones de traducción de slugs de entradas personalizadas',NULL,'',0,'2019-11-07 09:11:04'),(9324,10273,'es',0,NULL,'Fecha',NULL,'',0,'2019-11-07 09:11:04'),(9325,10274,'es',0,NULL,'Desautorizar',NULL,'',0,'2019-11-07 09:11:04'),(9326,10275,'es',0,NULL,'Desactivar',NULL,'',0,'2019-11-07 09:11:04'),(9327,10276,'es',0,NULL,'Plazo de entrega',NULL,'',0,'2019-11-07 09:11:04'),(9328,10277,'es',0,NULL,'Estimado/a %s:',NULL,'',0,'2019-11-07 09:11:04'),(9329,10278,'es',0,NULL,'Eliminado',NULL,'',0,'2019-11-07 09:11:04'),(9330,10279,'es',0,NULL,'Descendente',NULL,'',0,'2019-11-07 09:11:04'),(9331,10280,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:11:04'),(9332,10281,'es',0,NULL,'¿Sabía que también puede seleccionar Servicios de traducción y traductores profesionales se encargarán de sus traducciones?',NULL,'',0,'2019-11-07 09:11:04'),(9333,10282,'es',0,NULL,'Dirección',NULL,'',0,'2019-11-07 09:11:04'),(9334,10283,'es',0,NULL,'Desactivar el registro',NULL,'',0,'2019-11-07 09:11:04'),(9335,10284,'es',0,NULL,'Desactive la posibilidad de crear cruentas para usuarios en wpml.org',NULL,'',0,'2019-11-07 09:11:04'),(9336,10285,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:11:04'),(9337,10286,'es',0,NULL,'Descartar este mensaje.',NULL,'',0,'2019-11-07 09:11:04'),(9338,10287,'es',0,NULL,'Descartar este aviso.',NULL,'',0,'2019-11-07 09:11:04'),(9339,10288,'es',0,NULL,'Mostrar 20 resultados por página',NULL,'',0,'2019-11-07 09:11:04'),(9340,10289,'es',0,NULL,'Mostrar todos los resultados',NULL,'',0,'2019-11-07 09:11:04'),(9341,10290,'es',0,NULL,'Mostrando',NULL,'',0,'2019-11-07 09:11:04'),(9342,10291,'es',0,NULL,'Mostrando %s–%s de %s',NULL,'',0,'2019-11-07 09:11:04'),(9343,10292,'es',0,NULL,'No hacer nada',NULL,'',0,'2019-11-07 09:11:04'),(9344,10293,'es',0,NULL,'No hacer nada. Todos los caracteres de línea nueva permanecerán intactos.',NULL,'',0,'2019-11-07 09:11:04'),(9345,10294,'es',0,NULL,'Estado del documento',NULL,'',0,'2019-11-07 09:11:04'),(9346,10295,'es',0,NULL,'Documentación',NULL,'',0,'2019-11-07 09:11:04'),(9347,10296,'es',0,NULL,'No incluir los términos traducidos en el editor de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9348,10297,'es',0,NULL,'No volver a mostrar esto.',NULL,'',0,'2019-11-07 09:11:04'),(9349,10298,'es',0,NULL,'No volver a mostrar esta advertencia',NULL,'',0,'2019-11-07 09:11:04'),(9350,10299,'es',0,NULL,'No traducir',NULL,'',0,'2019-11-07 09:11:04'),(9351,10300,'es',0,NULL,'No actualizar la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9352,10301,'es',0,NULL,'Hecho',NULL,'',0,'2019-11-07 09:11:04'),(9353,10302,'es',0,NULL,'¡Listo!',NULL,'',0,'2019-11-07 09:11:04'),(9354,10303,'es',0,NULL,'Descargar el archivo XLIFF traducido',NULL,'',0,'2019-11-07 09:11:04'),(9355,10304,'es',0,NULL,'Descargando archivo XLIFF...',NULL,'',0,'2019-11-07 09:11:04'),(9356,10305,'es',0,NULL,'Descargando traducciones...',NULL,'',0,'2019-11-07 09:11:04'),(9357,10306,'es',0,NULL,'Borrador',NULL,'',0,'2019-11-07 09:11:04'),(9358,10307,'es',0,NULL,'Duplicar',NULL,'',0,'2019-11-07 09:11:04'),(9359,10308,'es',0,NULL,'Duplicar contenido',NULL,'',0,'2019-11-07 09:11:04'),(9360,10309,'es',0,NULL,'Duplicando',NULL,'',0,'2019-11-07 09:11:04'),(9361,10310,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:11:04'),(9362,10311,'es',0,NULL,'Editar idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9363,10312,'es',0,NULL,'Editar Prioridad de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9364,10313,'es',0,NULL,'Editar de todos modos',NULL,'',0,'2019-11-07 09:11:04'),(9365,10314,'es',0,NULL,'Editar independientemente',NULL,'',0,'2019-11-07 09:11:04'),(9366,10315,'es',0,NULL,'Editar pares de idiomas para el traductor',NULL,'',0,'2019-11-07 09:11:04'),(9367,10316,'es',0,NULL,'Editar la nota para los traductores',NULL,'',0,'2019-11-07 09:11:04'),(9368,10317,'es',0,NULL,'Editar la traducción %s',NULL,'',0,'2019-11-07 09:11:04'),(9369,10318,'es',0,NULL,'Editar cadenas traducibles',NULL,'',0,'2019-11-07 09:11:04'),(9370,10319,'es',0,NULL,'Editar usuario',NULL,'',0,'2019-11-07 09:11:04'),(9371,10320,'es',0,NULL,'Email',NULL,'',0,'2019-11-07 09:11:04'),(9372,10321,'es',0,NULL,'Email:',NULL,'',0,'2019-11-07 09:11:04'),(9373,10322,'es',0,NULL,'Activar registro',NULL,'',0,'2019-11-07 09:11:04'),(9374,10323,'es',0,NULL,'Activar otros servicios de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9375,10324,'es',0,NULL,'Introduzca sus datos de autenticación de %s',NULL,'',0,'2019-11-07 09:11:04'),(9376,10325,'es',0,NULL,'Error',NULL,'',0,'2019-11-07 09:11:04'),(9377,10326,'es',0,NULL,'Datos del error',NULL,'',0,'2019-11-07 09:11:04'),(9378,10327,'es',0,NULL,'Errores:',NULL,'',0,'2019-11-07 09:11:04'),(9379,10328,'es',0,NULL,'Costo aproximado: %s USD',NULL,'',0,'2019-11-07 09:11:04'),(9380,10329,'es',0,NULL,'Cada %d minutos',NULL,'',0,'2019-11-07 09:11:04'),(9381,10330,'es',0,NULL,'Extracto',NULL,'',0,'2019-11-07 09:11:04'),(9382,10331,'es',0,NULL,'Expandir',NULL,'',0,'2019-11-07 09:11:04'),(9383,10332,'es',0,NULL,'Exportar',NULL,'',0,'2019-11-07 09:11:04'),(9384,10333,'es',0,NULL,'Exportar XLIFF %s',NULL,'',0,'2019-11-07 09:11:04'),(9385,10334,'es',0,NULL,'Exportar todos los trabajos filtrados de %1$s del %2$s al %3$s en %4$s:',NULL,'',0,'2019-11-07 09:11:04'),(9386,10335,'es',0,NULL,'Exportar todos los trabajos:',NULL,'',0,'2019-11-07 09:11:04'),(9387,10336,'es',0,NULL,'Exportar el registro completo en CSV',NULL,'',0,'2019-11-07 09:11:04'),(9388,10337,'es',0,NULL,'Acciones externas',NULL,'',0,'2019-11-07 09:11:04'),(9389,10338,'es',0,NULL,'ID de paquete externo: %d',NULL,'',0,'2019-11-07 09:11:04'),(9390,10339,'es',0,NULL,'Paso con error: %s',NULL,'',0,'2019-11-07 09:11:04'),(9391,10340,'es',0,NULL,'No se pudieron desconectar entradas',NULL,'',0,'2019-11-07 09:11:04'),(9392,10341,'es',0,NULL,'No se pudo enviar el mensaje',NULL,'',0,'2019-11-07 09:11:04'),(9393,10342,'es',0,NULL,'Filtro',NULL,'',0,'2019-11-07 09:11:04'),(9394,10343,'es',0,NULL,'Duplicación de entrada finalizada',NULL,'',0,'2019-11-07 09:11:04'),(9395,10344,'es',0,NULL,'Primero disponible',NULL,'',0,'2019-11-07 09:11:04'),(9396,10345,'es',0,NULL,'Nombre:',NULL,'',0,'2019-11-07 09:11:04'),(9397,10346,'es',0,NULL,'Primera página',NULL,'',0,'2019-11-07 09:11:04'),(9398,10347,'es',0,NULL,'Reparar el campo \"tp_id\" de trabajos de traducción de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9399,10348,'es',0,NULL,'Repara el campo \"tp_id\" de los trabajos de traducción de WPML y establece el estado \"en progreso\" (requiere acción manual para volver a sincronizar el estado de traducción y descargar traducciones) acepta valores separados por coma de ID de trabajos de traducción (rid).',NULL,'',0,'2019-11-07 09:11:04'),(9400,10349,'es',0,NULL,'Código plegado/desplegado',NULL,'',0,'2019-11-07 09:11:04'),(9401,10350,'es',0,NULL,'Para los componentes de WPML, puede recibir actualizaciones de su %s o de manera automática, después de registrarse en WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9402,10351,'es',0,NULL,'Para recopilar información de depuración para la comunicación entre su%s sitio y el sistema de traducción, utilice la página de <a href=\"%s\">registro de comunicación</a>.',NULL,'',0,'2019-11-07 09:11:04'),(9403,10352,'es',0,NULL,'del',NULL,'',0,'2019-11-07 09:11:04'),(9404,10353,'es',0,NULL,'Del %1$s al %2$s:',NULL,'',0,'2019-11-07 09:11:04'),(9405,10354,'es',0,NULL,'Configuración general',NULL,'',0,'2019-11-07 09:11:04'),(9406,10355,'es',0,NULL,'Generado por el plugin WPML, ejecutándose en %s.',NULL,'',0,'2019-11-07 09:11:04'),(9407,10356,'es',0,NULL,'Obtener traducciones',NULL,'',0,'2019-11-07 09:11:04'),(9408,10357,'es',0,NULL,'Guía de inicio',NULL,'',0,'2019-11-07 09:11:04'),(9409,10358,'es',0,NULL,'Asigne un nombre al lote. Si se omite, se aplicará el nombre por omisión.',NULL,'',0,'2019-11-07 09:11:04'),(9410,10359,'es',0,NULL,'Volver',NULL,'',0,'2019-11-07 09:11:04'),(9411,10360,'es',0,NULL,'Ayuda',NULL,'',0,'2019-11-07 09:11:04'),(9412,10361,'es',0,NULL,'Aquí encontrará una lista completa de los servicios de traducción que están integrados con WPML. Con cualquier servicio que elija, usted disfrutará de un proceso agilizado y eficiente.',NULL,'',0,'2019-11-07 09:11:04'),(9413,10362,'es',0,NULL,'Hola %s:',NULL,'',0,'2019-11-07 09:11:04'),(9414,10363,'es',0,NULL,'Ocultar lo completado',NULL,'',0,'2019-11-07 09:11:04'),(9415,10364,'es',0,NULL,'Ocultar campos de sistema',NULL,'',0,'2019-11-07 09:11:04'),(9416,10365,'es',0,NULL,'Ocultar esto',NULL,'',0,'2019-11-07 09:11:04'),(9417,10366,'es',0,NULL,'¿Cómo operar con los caracteres de líneas nuevos en los archivos XLIFF?',NULL,'',0,'2019-11-07 09:11:04'),(9418,10367,'es',0,NULL,'¿Cómo debe el sitio recibir las traducciones terminadas del servicio de traducción?',NULL,'',0,'2019-11-07 09:11:04'),(9419,10368,'es',0,NULL,'Cómo encontrar un token de API en %s',NULL,'',0,'2019-11-07 09:11:04'),(9420,10369,'es',0,NULL,'Cómo traducir entradas y páginas',NULL,'',0,'2019-11-07 09:11:04'),(9421,10370,'es',0,NULL,'Instrucciones para trabajar correctamente con %s',NULL,'',0,'2019-11-07 09:11:04'),(9422,10371,'es',0,NULL,'Instrucciones para escribir archivos de configuración de idioma',NULL,'',0,'2019-11-07 09:11:04'),(9423,10372,'es',0,NULL,'Estoy a punto de detener el trabajo en curso realizado por %1$s.',NULL,'',0,'2019-11-07 09:11:04'),(9424,10373,'es',0,NULL,'Deseo establecer un \"Administrador de traducción\" que seleccionará los traductores para este sitio web',NULL,'',0,'2019-11-07 09:11:04'),(9425,10374,'es',0,NULL,'No se pudo completar la migración de ICanLocalize',NULL,'',0,'2019-11-07 09:11:04'),(9426,10375,'es',0,NULL,'ID',NULL,'',0,'2019-11-07 09:11:04'),(9427,10376,'es',0,NULL,'Si el problema persiste, póngase en contacto con %s.',NULL,'',0,'2019-11-07 09:11:04'),(9428,10377,'es',0,NULL,'Si este no es un sitio de producción (es un sitio de ensayo o prueba), no ejecute la actualización.',NULL,'',0,'2019-11-07 09:11:04'),(9429,10378,'es',0,NULL,'Si usted se encuentra en un sitio de producción, primero debe ejecutar esta actualización para luego poder enviar más contenido para traducir y recibir las traducciones completadas.',NULL,'',0,'2019-11-07 09:11:04'),(9430,10379,'es',0,NULL,'Si no tiene una, puede crearla después de hacer clic en el botón de autenticación.',NULL,'',0,'2019-11-07 09:11:04'),(9431,10380,'es',0,NULL,'Si ha enviado contenido a %1$s, debe cancelar los proyectos en el sistema de %1$s. Su sitio web no podrá recibir todo trabajo que se complete después de realizar este restablecimiento.',NULL,'',0,'2019-11-07 09:11:04'),(9432,10381,'es',0,NULL,'Si desea usar %1$s, vaya a %2$s y use el botón %3$s.',NULL,'',0,'2019-11-07 09:11:04'),(9433,10382,'es',0,NULL,'Si desea usar traductores locales únicamente, vaya a %1$s y use el botón %2$s.',NULL,'',0,'2019-11-07 09:11:04'),(9434,10383,'es',0,NULL,'Importar / Exportar XLIFF',NULL,'',0,'2019-11-07 09:11:04'),(9435,10384,'es',0,NULL,'En la cesta',NULL,'',0,'2019-11-07 09:11:04'),(9436,10385,'es',0,NULL,'Para agregar trabajos a la cola debe:',NULL,'',0,'2019-11-07 09:11:04'),(9437,10386,'es',0,NULL,'En curso',NULL,'',0,'2019-11-07 09:11:04'),(9438,10387,'es',0,NULL,'En la página %1$s, seleccione quiénes traducirán.',NULL,'',0,'2019-11-07 09:11:04'),(9439,10388,'es',0,NULL,'En la cesta de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9440,10389,'es',0,NULL,'Incluir archivos XLIFF en las notificaciones por correo electrónico',NULL,'',0,'2019-11-07 09:11:04'),(9441,10390,'es',0,NULL,'Incluir archivos XLIFF en los mensajes de notificación',NULL,'',0,'2019-11-07 09:11:04'),(9442,10391,'es',0,NULL,'Archivo incompatible.',NULL,'',0,'2019-11-07 09:11:04'),(9443,10392,'es',0,NULL,'¿Seguro que desea continuar?',NULL,'',0,'2019-11-07 09:11:04'),(9444,10393,'es',0,NULL,'No',NULL,'',0,'2019-11-07 09:11:04'),(9445,10394,'es',0,NULL,'Sí',NULL,'',0,'2019-11-07 09:11:04'),(9446,10395,'es',0,NULL,'Trabajos de traducción locales incompletos',NULL,'',0,'2019-11-07 09:11:04'),(9447,10396,'es',0,NULL,'Trabajos de traducción locales cancelados:',NULL,'',0,'2019-11-07 09:11:04'),(9448,10397,'es',0,NULL,'Trabajos de traducción locales abiertos:',NULL,'',0,'2019-11-07 09:11:04'),(9449,10398,'es',0,NULL,'No se pudieron cancelar algunos o todos los trabajos',NULL,'',0,'2019-11-07 09:11:04'),(9450,10399,'es',0,NULL,'No se pudo completar la acción',NULL,'',0,'2019-11-07 09:11:04'),(9451,10400,'es',0,NULL,'Los trabajos de traducción locales serán guardados y se ocultará la nota de arriba.',NULL,'',0,'2019-11-07 09:11:04'),(9452,10401,'es',0,NULL,'Cerrar',NULL,'',0,'2019-11-07 09:11:04'),(9453,10402,'es',0,NULL,'Dentro de su cuenta de %s, encontrará un \"token de API\". Este token le permite a WPML conectarse a su cuenta de %s para enviar y recibir trabajos.',NULL,'',0,'2019-11-07 09:11:04'),(9454,10403,'es',0,NULL,'Solicitud no válida',NULL,'',0,'2019-11-07 09:11:04'),(9455,10404,'es',0,NULL,'Solicitud no válida.',NULL,'',0,'2019-11-07 09:11:04'),(9456,10405,'es',0,NULL,'No fue posible actualizar la información del servicio de traducción activo.',NULL,'',0,'2019-11-07 09:11:04'),(9457,10406,'es',0,NULL,'Elementos',NULL,'',0,'2019-11-07 09:11:04'),(9458,10407,'es',0,NULL,'¡Elementos enviados para traducir!',NULL,'',0,'2019-11-07 09:11:04'),(9459,10408,'es',0,NULL,'trabajo %1$s: %2$s - %3$s',NULL,'',0,'2019-11-07 09:11:04'),(9460,10409,'es',0,NULL,'Falta la ID del trabajo',NULL,'',0,'2019-11-07 09:11:04'),(9461,10410,'es',0,NULL,'Trabajo a la espera de un traductor en %s',NULL,'',0,'2019-11-07 09:11:04'),(9462,10411,'es',0,NULL,'Trabajos',NULL,'',0,'2019-11-07 09:11:04'),(9463,10412,'es',0,NULL,'Trabajos cancelados',NULL,'',0,'2019-11-07 09:11:04'),(9464,10413,'es',0,NULL,'Trabajos asignados...',NULL,'',0,'2019-11-07 09:11:04'),(9465,10414,'es',0,NULL,'No se pudieron crear los trabajos en el Editor de traducción avanzado. Inténtelo de nuevo o póngase en contacto con el soporte de WPML para pedir ayuda.',NULL,'',0,'2019-11-07 09:11:04'),(9466,10415,'es',0,NULL,'Trabajos en espera de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9467,10416,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:11:04'),(9468,10417,'es',0,NULL,'Pares de idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9469,10418,'es',0,NULL,'Se ha desactivado el filtro de idiomas porque usted ya tiene elementos en %s en su pedido.',NULL,'',0,'2019-11-07 09:11:04'),(9470,10419,'es',0,NULL,'Par de idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9471,10420,'es',0,NULL,'Los pares de idiomas no se actualizaron, inténtelo de nuevo',NULL,'',0,'2019-11-07 09:11:04'),(9472,10421,'es',0,NULL,'Pares de idiomas actualizados',NULL,'',0,'2019-11-07 09:11:04'),(9473,10422,'es',0,NULL,'Idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9474,10423,'es',0,NULL,'El último intento fue el',NULL,'',0,'2019-11-07 09:11:04'),(9475,10424,'es',0,NULL,'Último control: %s',NULL,'',0,'2019-11-07 09:11:04'),(9476,10425,'es',0,NULL,'Último error',NULL,'',0,'2019-11-07 09:11:04'),(9477,10426,'es',0,NULL,'Apellido:',NULL,'',0,'2019-11-07 09:11:04'),(9478,10427,'es',0,NULL,'Última página',NULL,'',0,'2019-11-07 09:11:04'),(9479,10428,'es',0,NULL,'Aprenda a traducir contenido proveniente de Gutenberg',NULL,'',0,'2019-11-07 09:11:04'),(9480,10429,'es',0,NULL,'Más información',NULL,'',0,'2019-11-07 09:11:04'),(9481,10430,'es',0,NULL,'Más información sobre el Editor de traducción avanzado de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9482,10431,'es',0,NULL,'Más información sobre las distintas alternativas de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9483,10432,'es',0,NULL,'Enlace al documento original %d',NULL,'',0,'2019-11-07 09:11:04'),(9484,10433,'es',0,NULL,'En la %s, podrá ver todos los trabajos enviados y sus plazos de entrega.',NULL,'',0,'2019-11-07 09:11:04'),(9485,10434,'es',0,NULL,'lista de trabajos de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9486,10435,'es',0,NULL,'Cargado',NULL,'',0,'2019-11-07 09:11:04'),(9487,10436,'es',0,NULL,'Cargando trabajos...',NULL,'',0,'2019-11-07 09:11:04'),(9488,10437,'es',0,NULL,'Local',NULL,'',0,'2019-11-07 09:11:04'),(9489,10438,'es',0,NULL,'¿Busca un servicio de traducción diferente?',NULL,'',0,'2019-11-07 09:11:04'),(9490,10439,'es',0,NULL,'Al parecer, se está ejecutando un sitio web multilingüe de WooCommerce. Para traducir productos y categorías de WooCommerce fácilmente, debes usar %s',NULL,'',0,'2019-11-07 09:11:04'),(9491,10440,'es',0,NULL,'Traducción automática',NULL,'',0,'2019-11-07 09:11:04'),(9492,10441,'es',0,NULL,'Administre sus traductores',NULL,'',0,'2019-11-07 09:11:04'),(9493,10442,'es',0,NULL,'Migración a ICL 2.0',NULL,'',0,'2019-11-07 09:11:04'),(9494,10443,'es',0,NULL,'Minimizar',NULL,'',0,'2019-11-07 09:11:04'),(9495,10444,'es',0,NULL,'Edición menor',NULL,'',0,'2019-11-07 09:11:04'),(9496,10445,'es',0,NULL,'Edición menor - no actualizar la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9497,10446,'es',0,NULL,'Datos faltantes o erróneos:',NULL,'',0,'2019-11-07 09:11:04'),(9498,10447,'es',0,NULL,'Más',NULL,'',0,'2019-11-07 09:11:04'),(9499,10448,'es',0,NULL,'Más información',NULL,'',0,'2019-11-07 09:11:04'),(9500,10449,'es',0,NULL,'Configuración del contenido multilingüe',NULL,'',0,'2019-11-07 09:11:04'),(9501,10450,'es',0,NULL,'Mi traducción de prueba salió bien.',NULL,'',0,'2019-11-07 09:11:04'),(9502,10451,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:11:04'),(9503,10452,'es',0,NULL,'Navegación',NULL,'',0,'2019-11-07 09:11:04'),(9504,10453,'es',0,NULL,'¿Necesita ayuda para traducir? Lea sobre cómo se usa %s.',NULL,'',0,'2019-11-07 09:11:04'),(9505,10454,'es',0,NULL,'¿Necesita ayuda con la traducción?',NULL,'',0,'2019-11-07 09:11:04'),(9506,10455,'es',0,NULL,'¿Necesita ayuda? Consulte',NULL,'',0,'2019-11-07 09:11:04'),(9507,10456,'es',0,NULL,'¿Necesita traductores?',NULL,'',0,'2019-11-07 09:11:04'),(9508,10457,'es',0,NULL,'Requiere actualizar. Algunos elementos de este tipo no se cuentan',NULL,'',0,'2019-11-07 09:11:04'),(9509,10458,'es',0,NULL,'Necesita actualización',NULL,'',0,'2019-11-07 09:11:04'),(9510,10459,'es',0,NULL,'Necesita actualización',NULL,'',0,'2019-11-07 09:11:04'),(9511,10460,'es',0,NULL,'Nuevo nombre de Prioridad de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9512,10461,'es',0,NULL,'Contenido nuevo',NULL,'',0,'2019-11-07 09:11:04'),(9513,10462,'es',0,NULL,'Caracter de líneas nuevas',NULL,'',0,'2019-11-07 09:11:04'),(9514,10463,'es',0,NULL,'Nuevo trabajo de traducción del %s',NULL,'',0,'2019-11-07 09:11:04'),(9515,10464,'es',0,NULL,'Página siguiente',NULL,'',0,'2019-11-07 09:11:04'),(9516,10465,'es',0,NULL,'¿No tiene cuenta en %s?',NULL,'',0,'2019-11-07 09:11:04'),(9517,10466,'es',0,NULL,'No se encontraron campos personalizados. Es posible que solo se muestren aquí tras agregar más entradas después de instalar un plugin nuevo.',NULL,'',0,'2019-11-07 09:11:04'),(9518,10467,'es',0,NULL,'No se encontraron los documentos',NULL,'',0,'2019-11-07 09:11:04'),(9519,10468,'es',0,NULL,'No se encontraron entradas duplicadas para desconectar.',NULL,'',0,'2019-11-07 09:11:04'),(9520,10469,'es',0,NULL,'No se encontró ningún elemento en la cesta.',NULL,'',0,'2019-11-07 09:11:04'),(9521,10470,'es',0,NULL,'No se encontraron coincidencias',NULL,'',0,'2019-11-07 09:11:04'),(9522,10471,'es',0,NULL,'No se seleccionó ningún traductor.',NULL,'',0,'2019-11-07 09:11:04'),(9523,10472,'es',0,NULL,'No se encontró ningún term meta. Es posible que aparezcan aquí solo después de agregarlos/crearlos.',NULL,'',0,'2019-11-07 09:11:04'),(9524,10473,'es',0,NULL,'No se encontraron trabajos de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9525,10474,'es',0,NULL,'No se han seleccionado trabajos de traducción para exportar.',NULL,'',0,'2019-11-07 09:11:04'),(9526,10475,'es',0,NULL,'No se han configurado los idiomas de traducción para este usuario.',NULL,'',0,'2019-11-07 09:11:04'),(9527,10476,'es',0,NULL,'No se encontró ninguno',NULL,'',0,'2019-11-07 09:11:04'),(9528,10477,'es',0,NULL,'No cargado',NULL,'',0,'2019-11-07 09:11:04'),(9529,10478,'es',0,NULL,'No necesario',NULL,'',0,'2019-11-07 09:11:04'),(9530,10479,'es',0,NULL,'No establecido',NULL,'',0,'2019-11-07 09:11:04'),(9531,10480,'es',0,NULL,'¿No está seguro? %s.',NULL,'',0,'2019-11-07 09:11:04'),(9532,10481,'es',0,NULL,'Sin traducir',NULL,'',0,'2019-11-07 09:11:04'),(9533,10482,'es',0,NULL,'Sin traducir o sin actualizar',NULL,'',0,'2019-11-07 09:11:04'),(9534,10483,'es',0,NULL,'Nota para los traductores',NULL,'',0,'2019-11-07 09:11:04'),(9535,10484,'es',0,NULL,'No se encontró nada',NULL,'',0,'2019-11-07 09:11:04'),(9536,10485,'es',0,NULL,'Correos de notificación para el administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9537,10486,'es',0,NULL,'Correos de notificación para los traductores',NULL,'',0,'2019-11-07 09:11:04'),(9538,10487,'es',0,NULL,'Correos de notificación:',NULL,'',0,'2019-11-07 09:11:04'),(9539,10488,'es',0,NULL,'Notificar al administrador de traducción cuando los trabajos estén completados %s',NULL,'',0,'2019-11-07 09:11:04'),(9540,10489,'es',0,NULL,'Notificar al administrador de traducción cuando los trabajos estén retrasados %s días',NULL,'',0,'2019-11-07 09:11:04'),(9541,10490,'es',0,NULL,'Notificar a los traductores cuando hay trabajos nuevos en espera',NULL,'',0,'2019-11-07 09:11:04'),(9542,10491,'es',0,NULL,'Notificar al traductor cuando se lo elimine de trabajos',NULL,'',0,'2019-11-07 09:11:04'),(9543,10492,'es',0,NULL,'Cantidad de intentos realizados',NULL,'',0,'2019-11-07 09:11:04'),(9544,10493,'es',0,NULL,'Número de páginas',NULL,'',0,'2019-11-07 09:11:04'),(9545,10494,'es',0,NULL,'Cantidad de cadenas',NULL,'',0,'2019-11-07 09:11:04'),(9546,10495,'es',0,NULL,'Cantidad de palabras',NULL,'',0,'2019-11-07 09:11:04'),(9547,10496,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:11:04'),(9548,10497,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:11:04'),(9549,10498,'es',0,NULL,'Ok',NULL,'',0,'2019-11-07 09:11:04'),(9550,10499,'es',0,NULL,'Una vez completados los trabajos de traducción, puede recibirlos en su sitio web por medio del botón %1$s de la página %2$s.',NULL,'',0,'2019-11-07 09:11:04'),(9551,10500,'es',0,NULL,'Un paso más para que pueda usar %s',NULL,'',0,'2019-11-07 09:11:04'),(9552,10501,'es',0,NULL,'Una de las cadenas seleccionadas está en un idioma que no está activo. No se puede agregar a la cesta de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9553,10502,'es',0,NULL,'Una o más cadenas enviadas a %s',NULL,'',0,'2019-11-07 09:11:04'),(9554,10503,'es',0,NULL,'Solo los Administradores de traducción pueden agregar traductores al sitio. Puede asignar a un usuario diferente de WordPress como Administrador de traducción del sitio o designarse usted mismo como Administrador de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9555,10504,'es',0,NULL,'Solo yo (%s)',NULL,'',0,'2019-11-07 09:11:04'),(9556,10505,'es',0,NULL,'Sólo seleccione esta opción si no tiene trabajos pendientes o si está seguro de lo que está haciendo.',NULL,'',0,'2019-11-07 09:11:04'),(9557,10506,'es',0,NULL,'Abrir en Editor de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9558,10507,'es',0,NULL,'Opcional',NULL,'',0,'2019-11-07 09:11:04'),(9559,10508,'es',0,NULL,'Original',NULL,'',0,'2019-11-07 09:11:04'),(9560,10509,'es',0,NULL,'Página original',NULL,'',0,'2019-11-07 09:11:04'),(9561,10510,'es',0,NULL,'Otros servicios de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9562,10511,'es',0,NULL,'Informe de trabajos de traducción vencidos',NULL,'',0,'2019-11-07 09:11:04'),(9563,10512,'es',0,NULL,'Extensión PHP',NULL,'',0,'2019-11-07 09:11:04'),(9564,10513,'es',0,NULL,'Ajustes PHP',NULL,'',0,'2019-11-07 09:11:04'),(9565,10514,'es',0,NULL,'Se ha restablecido la traducción PRO.',NULL,'',0,'2019-11-07 09:11:04'),(9566,10515,'es',0,NULL,'URL de página',NULL,'',0,'2019-11-07 09:11:04'),(9567,10516,'es',0,NULL,'Traducción parcial',NULL,'',0,'2019-11-07 09:11:04'),(9568,10517,'es',0,NULL,'Servicios de traducción asociados',NULL,'',0,'2019-11-07 09:11:04'),(9569,10518,'es',0,NULL,'Pendiente de revisión',NULL,'',0,'2019-11-07 09:11:04'),(9570,10519,'es',0,NULL,'ID de lote',NULL,'',0,'2019-11-07 09:11:04'),(9571,10520,'es',0,NULL,'Estado del contenido',NULL,'',0,'2019-11-07 09:11:04'),(9572,10521,'es',0,NULL,'Tipo de contenido',NULL,'',0,'2019-11-07 09:11:04'),(9573,10522,'es',0,NULL,'Datos de depuración',NULL,'',0,'2019-11-07 09:11:04'),(9574,10523,'es',0,NULL,'Editar URL de original',NULL,'',0,'2019-11-07 09:11:04'),(9575,10524,'es',0,NULL,'Editar URL de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9576,10525,'es',0,NULL,'Tipo de elemento',NULL,'',0,'2019-11-07 09:11:04'),(9577,10526,'es',0,NULL,'URL de front-end de original',NULL,'',0,'2019-11-07 09:11:04'),(9578,10527,'es',0,NULL,'URL de front-end de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9579,10528,'es',0,NULL,'Id. del trabajo',NULL,'',0,'2019-11-07 09:11:04'),(9580,10529,'es',0,NULL,'Estado del trabajo',NULL,'',0,'2019-11-07 09:11:04'),(9581,10530,'es',0,NULL,'Código de idioma',NULL,'',0,'2019-11-07 09:11:04'),(9582,10531,'es',0,NULL,'Nuevo o actualizado',NULL,'',0,'2019-11-07 09:11:04'),(9583,10532,'es',0,NULL,'ID de elemento original',NULL,'',0,'2019-11-07 09:11:04'),(9584,10533,'es',0,NULL,'CMS_ID de recolección',NULL,'',0,'2019-11-07 09:11:04'),(9585,10534,'es',0,NULL,'ID de recolección',NULL,'',0,'2019-11-07 09:11:04'),(9586,10535,'es',0,NULL,'Método de recolección',NULL,'',0,'2019-11-07 09:11:04'),(9587,10536,'es',0,NULL,'Datos serializados',NULL,'',0,'2019-11-07 09:11:04'),(9588,10537,'es',0,NULL,'Idioma de origen',NULL,'',0,'2019-11-07 09:11:04'),(9589,10538,'es',0,NULL,'Código de idioma de origen',NULL,'',0,'2019-11-07 09:11:04'),(9590,10539,'es',0,NULL,'Estado de original',NULL,'',0,'2019-11-07 09:11:04'),(9591,10540,'es',0,NULL,'Estado de la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9592,10541,'es',0,NULL,'Idioma de destino',NULL,'',0,'2019-11-07 09:11:04'),(9593,10542,'es',0,NULL,'Hora',NULL,'',0,'2019-11-07 09:11:04'),(9594,10543,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:11:04'),(9595,10544,'es',0,NULL,'Tipo',NULL,'',0,'2019-11-07 09:11:04'),(9596,10545,'es',0,NULL,'Nuevo',NULL,'',0,'2019-11-07 09:11:04'),(9597,10546,'es',0,NULL,'Actualizado',NULL,'',0,'2019-11-07 09:11:04'),(9598,10547,'es',0,NULL,'{sin título}',NULL,'',0,'2019-11-07 09:11:04'),(9599,10548,'es',0,NULL,'Primero active el servicio de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9600,10549,'es',0,NULL,'Tenga en cuenta que, al editar aquí la traducción de este término, se modificará el valor del término en general. Los cambios realizados aquí no afectarán a esta entrada únicamente.',NULL,'',0,'2019-11-07 09:11:04'),(9601,10550,'es',0,NULL,'Seleccione por favor',NULL,'',0,'2019-11-07 09:11:04'),(9602,10551,'es',0,NULL,'Póngase en contacto con el soporte de WPML y proporciónele la siguiente información de depuración:',NULL,'',0,'2019-11-07 09:11:04'),(9603,10552,'es',0,NULL,'Póngase en contacto con su administrador.',NULL,'',0,'2019-11-07 09:11:04'),(9604,10553,'es',0,NULL,'Por favor, abra el mensaje de confirmación que recibió y haga clic en el enlace que contiene para confirmar su dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:11:04'),(9605,10554,'es',0,NULL,'Consulte el <a href=\"%s\">panel de Administración de traducción</a> para saber el estado exacto de esta traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9606,10555,'es',0,NULL,'Registre WPML para activar la opción de traducción profesional',NULL,'',0,'2019-11-07 09:11:04'),(9607,10556,'es',0,NULL,'Por favor, seleccione al menos un documento para traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9608,10557,'es',0,NULL,'Por favor seleccione al menos un idioma al cual traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9609,10558,'es',0,NULL,'Inténtelo de nuevo en unos minutos. Si el problema persiste, póngase en contacto con %s.',NULL,'',0,'2019-11-07 09:11:04'),(9610,10559,'es',0,NULL,'Actualice todos los componente que esté usando.',NULL,'',0,'2019-11-07 09:11:04'),(9611,10560,'es',0,NULL,'Espere unos minutos y vuelva a intentarlo para ver si hay algún problema temporario.',NULL,'',0,'2019-11-07 09:11:04'),(9612,10561,'es',0,NULL,'Por favor, consulte la página %2$s para obtener más detalles..',NULL,'',0,'2019-11-07 09:11:04'),(9613,10562,'es',0,NULL,'La entrada \"%s\" será ignorada para %s, porque es una entrada original.',NULL,'',0,'2019-11-07 09:11:04'),(9614,10563,'es',0,NULL,'La entrada \"%s\" será ignorada para %s, porque la traducción ya está en progreso.',NULL,'',0,'2019-11-07 09:11:04'),(9615,10564,'es',0,NULL,'Traducción de tipos de entrada',NULL,'',0,'2019-11-07 09:11:04'),(9616,10565,'es',0,NULL,'Superior de la entrada',NULL,'',0,'2019-11-07 09:11:04'),(9617,10566,'es',0,NULL,'Sincronización de entradas y páginas',NULL,'',0,'2019-11-07 09:11:04'),(9618,10567,'es',0,NULL,'Preparando para traducir...',NULL,'',0,'2019-11-07 09:11:04'),(9619,10568,'es',0,NULL,'Anterior',NULL,'',0,'2019-11-07 09:11:04'),(9620,10569,'es',0,NULL,'Página anterior',NULL,'',0,'2019-11-07 09:11:04'),(9621,10570,'es',0,NULL,'Prioridad',NULL,'',0,'2019-11-07 09:11:04'),(9622,10571,'es',0,NULL,'Privado',NULL,'',0,'2019-11-07 09:11:04'),(9623,10572,'es',0,NULL,'¿Tiene problemas para recibir trabajos de traducción?',NULL,'',0,'2019-11-07 09:11:04'),(9624,10573,'es',0,NULL,'Procesando entradas... %1$s de %2$s completadas.',NULL,'',0,'2019-11-07 09:11:04'),(9625,10574,'es',0,NULL,'Procesando cadenas... %1$s de %2$s completadas.',NULL,'',0,'2019-11-07 09:11:04'),(9626,10575,'es',0,NULL,'¿Necesita trabajo de traducción más rápido? Pruebe uno de los %s.',NULL,'',0,'2019-11-07 09:11:04'),(9627,10576,'es',0,NULL,'servicios de traducción profesional integrados con WPML',NULL,'',0,'2019-11-07 09:11:04'),(9628,10577,'es',0,NULL,'Estado de publicación',NULL,'',0,'2019-11-07 09:11:04'),(9629,10578,'es',0,NULL,'Publicada',NULL,'',0,'2019-11-07 09:11:04'),(9630,10579,'es',0,NULL,'Clasificación',NULL,'',0,'2019-11-07 09:11:04'),(9631,10580,'es',0,NULL,'Leer más sobre %s',NULL,'',0,'2019-11-07 09:11:04'),(9632,10581,'es',0,NULL,'Lea %1$s para aprender cómo se traducen las imágenes, los menús, los widgets y más.',NULL,'',0,'2019-11-07 09:11:04'),(9633,10582,'es',0,NULL,'Recalcular',NULL,'',0,'2019-11-07 09:11:04'),(9634,10583,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:11:04'),(9635,10584,'es',0,NULL,'Actualizar servicios de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9636,10585,'es',0,NULL,'Actualizar información',NULL,'',0,'2019-11-07 09:11:04'),(9637,10586,'es',0,NULL,'Actualizar pares de idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9638,10587,'es',0,NULL,'Actualizando información del servicio de traducción...',NULL,'',0,'2019-11-07 09:11:04'),(9639,10588,'es',0,NULL,'Recuerde autenticar la conexión de este sitio web con %1$s. No se pueden enviar trabajos para traducir a %1$s sin haber autenticado primero.',NULL,'',0,'2019-11-07 09:11:04'),(9640,10589,'es',0,NULL,'Quitar',NULL,'',0,'2019-11-07 09:11:04'),(9641,10590,'es',0,NULL,'Eliminar Administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9642,10591,'es',0,NULL,'Quitar de la cesta de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9643,10592,'es',0,NULL,'Retirarme como traductor',NULL,'',0,'2019-11-07 09:11:04'),(9644,10593,'es',0,NULL,'Eliminado de trabajo de traducción del %s',NULL,'',0,'2019-11-07 09:11:04'),(9645,10594,'es',0,NULL,'Solicitar activación',NULL,'',0,'2019-11-07 09:11:04'),(9646,10595,'es',0,NULL,'Solicitar activación a',NULL,'',0,'2019-11-07 09:11:04'),(9647,10596,'es',0,NULL,'Solicite la activación para recibir un mensaje con instrucciones para activar el servicio.',NULL,'',0,'2019-11-07 09:11:04'),(9648,10597,'es',0,NULL,'Solicite usar el Editor de traducción avanzado de WPML en %s',NULL,'',0,'2019-11-07 09:11:04'),(9649,10598,'es',0,NULL,'Obligatorio',NULL,'',0,'2019-11-07 09:11:04'),(9650,10599,'es',0,NULL,'Reenviar ese mensaje',NULL,'',0,'2019-11-07 09:11:04'),(9651,10600,'es',0,NULL,'Restablecer filtro',NULL,'',0,'2019-11-07 09:11:04'),(9652,10601,'es',0,NULL,'Restablecer filtros',NULL,'',0,'2019-11-07 09:11:04'),(9653,10602,'es',0,NULL,'Restablecer estado de traducción profesional',NULL,'',0,'2019-11-07 09:11:04'),(9654,10603,'es',0,NULL,'Renunciar',NULL,'',0,'2019-11-07 09:11:04'),(9655,10604,'es',0,NULL,'Bloque reutilizable',NULL,'',0,'2019-11-07 09:11:04'),(9656,10605,'es',0,NULL,'Revertir trabajos...',NULL,'',0,'2019-11-07 09:11:04'),(9657,10606,'es',0,NULL,'Revertir migración (¡úselo bajo su propio riesgo!)',NULL,'',0,'2019-11-07 09:11:04'),(9658,10607,'es',0,NULL,'Ejecutar ahora',NULL,'',0,'2019-11-07 09:11:04'),(9659,10608,'es',0,NULL,'Si ejecuta esta actualización en un sitio que no sea de producción, será imposible ejecutarla correctamente en el sitio de producción.',NULL,'',0,'2019-11-07 09:11:04'),(9660,10609,'es',0,NULL,'Igual al documento original',NULL,'',0,'2019-11-07 09:11:04'),(9661,10610,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:11:04'),(9662,10611,'es',0,NULL,'Guardar y cerrar',NULL,'',0,'2019-11-07 09:11:04'),(9663,10612,'es',0,NULL,'Guardando...',NULL,'',0,'2019-11-07 09:11:04'),(9664,10613,'es',0,NULL,'Analizar ahora y ajustar enlaces',NULL,'',0,'2019-11-07 09:11:04'),(9665,10614,'es',0,NULL,'Programada',NULL,'',0,'2019-11-07 09:11:04'),(9666,10615,'es',0,NULL,'Búsqueda',NULL,'',0,'2019-11-07 09:11:04'),(9667,10616,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:11:04'),(9668,10617,'es',0,NULL,'Buscar usuario',NULL,'',0,'2019-11-07 09:11:04'),(9669,10618,'es',0,NULL,'Seleccionar',NULL,'',0,'2019-11-07 09:11:04'),(9670,10619,'es',0,NULL,'Seleccione opciones adicionales',NULL,'',0,'2019-11-07 09:11:04'),(9671,10620,'es',0,NULL,'Seleccionar todo',NULL,'',0,'2019-11-07 09:11:04'),(9672,10621,'es',0,NULL,'Seleccionar a un usuario de WordPress existente (debe ser editor o superior)',NULL,'',0,'2019-11-07 09:11:04'),(9673,10622,'es',0,NULL,'Seleccionar un usuario existente y establecer como Administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9674,10623,'es',0,NULL,'Seleccionar un usuario existente y establecerlo como traductor',NULL,'',0,'2019-11-07 09:11:04'),(9675,10624,'es',0,NULL,'Seleccionar estado',NULL,'',0,'2019-11-07 09:11:04'),(9676,10625,'es',0,NULL,'Seleccione el archivo xliff o el archivo comprimido para cargar desde su equipo: ',NULL,'',0,'2019-11-07 09:11:04'),(9677,10626,'es',0,NULL,'Seleccionar traductor',NULL,'',0,'2019-11-07 09:11:04'),(9678,10627,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:11:04'),(9679,10628,'es',0,NULL,'Enviar todos los elementos a traducir',NULL,'',0,'2019-11-07 09:11:04'),(9680,10629,'es',0,NULL,'Enviarme una notificación por correo cuando haya algo nuevo para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9681,10630,'es',0,NULL,'Enviando el lote %s para traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9682,10631,'es',0,NULL,'Enviando para traducción',NULL,'',0,'2019-11-07 09:11:04'),(9683,10632,'es',0,NULL,'Enviado el',NULL,'',0,'2019-11-07 09:11:04'),(9684,10633,'es',0,NULL,'Servicio activado.',NULL,'',0,'2019-11-07 09:11:04'),(9685,10634,'es',0,NULL,'Validación del servicio anulada.',NULL,'',0,'2019-11-07 09:11:04'),(9686,10635,'es',0,NULL,'Servicios actualizados.',NULL,'',0,'2019-11-07 09:11:04'),(9687,10636,'es',0,NULL,'Definir un Administrador de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9688,10637,'es',0,NULL,'Establecer pares de idiomas',NULL,'',0,'2019-11-07 09:11:04'),(9689,10638,'es',0,NULL,'Establecer los pares de idioma para el traductor %USERNAME%',NULL,'',0,'2019-11-07 09:11:04'),(9690,10639,'es',0,NULL,'Configure la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9691,10640,'es',0,NULL,'Configuración',NULL,'',0,'2019-11-07 09:11:04'),(9692,10641,'es',0,NULL,'Shortcuts',NULL,'',0,'2019-11-07 09:11:04'),(9693,10642,'es',0,NULL,'Mostrar diferencias',NULL,'',0,'2019-11-07 09:11:04'),(9694,10643,'es',0,NULL,'Mostrar otras opciones de traducción profesional',NULL,'',0,'2019-11-07 09:11:04'),(9695,10644,'es',0,NULL,'Mostrar campos de sistema',NULL,'',0,'2019-11-07 09:11:04'),(9696,10645,'es',0,NULL,'Mostrar instrucciones de traducción en la lista de páginas',NULL,'',0,'2019-11-07 09:11:04'),(9697,10646,'es',0,NULL,'Extensión SimpleXML',NULL,'',0,'2019-11-07 09:11:04'),(9698,10647,'es',0,NULL,'Se requiere la extención SimpleXML para usar archivos XLIFF en la Administración de traducción de WPML. ',NULL,'',0,'2019-11-07 09:11:04'),(9699,10648,'es',0,NULL,'Falta XML simple',NULL,'',0,'2019-11-07 09:11:04'),(9700,10649,'es',0,NULL,'Saltar este paso. No necesito agregar más traductores',NULL,'',0,'2019-11-07 09:11:04'),(9701,10650,'es',0,NULL,'Se han bloqueado algunas comunicaciones con el proxy de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9702,10651,'es',0,NULL,'¡Algunos campos de la traducción ya están llenos!',NULL,'',0,'2019-11-07 09:11:04'),(9703,10652,'es',0,NULL,'Parte del contenido que usted seleccionó para traducir incluye campos que están codificados. Los traductores no podrán trabajar en esta clase de contenido, por lo que lo quitamos del trabajo.',NULL,'',0,'2019-11-07 09:11:04'),(9704,10653,'es',0,NULL,'Disculpe, no se pudo enviar el mensaje a %s debido a una razón desconocida.',NULL,'',0,'2019-11-07 09:11:04'),(9705,10654,'es',0,NULL,'Orden',NULL,'',0,'2019-11-07 09:11:04'),(9706,10655,'es',0,NULL,'Corrector de ortografía',NULL,'',0,'2019-11-07 09:11:04'),(9707,10656,'es',0,NULL,'Iniciar la actualización',NULL,'',0,'2019-11-07 09:11:04'),(9708,10657,'es',0,NULL,'Iniciar actualización',NULL,'',0,'2019-11-07 09:11:04'),(9709,10658,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:11:04'),(9710,10659,'es',0,NULL,'Estado verificado:',NULL,'',0,'2019-11-07 09:11:04'),(9711,10660,'es',0,NULL,'Cadena',NULL,'',0,'2019-11-07 09:11:04'),(9712,10661,'es',0,NULL,'No se ha enviado la cadena \"%s\".',NULL,'',0,'2019-11-07 09:11:04'),(9713,10662,'es',0,NULL,'La cadena \"%s\" será ignorada para %s, porque la traducción ya está a la espera de un traductor.',NULL,'',0,'2019-11-07 09:11:04'),(9714,10663,'es',0,NULL,'Trabajo en cadenas',NULL,'',0,'2019-11-07 09:11:04'),(9715,10664,'es',0,NULL,'Trabajo en paquete de cadenas',NULL,'',0,'2019-11-07 09:11:04'),(9716,10665,'es',0,NULL,'Cadenas',NULL,'',0,'2019-11-07 09:11:04'),(9717,10666,'es',0,NULL,'Se han seleccionado cadenas en idiomas distintos. Estas no se pueden agregar a la cesta de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9718,10667,'es',0,NULL,'Cadenas en la cesta',NULL,'',0,'2019-11-07 09:11:04'),(9719,10668,'es',0,NULL,'El dato enviado no es válido.',NULL,'',0,'2019-11-07 09:11:04'),(9720,10669,'es',0,NULL,'Entradas desconectadas correctamente',NULL,'',0,'2019-11-07 09:11:04'),(9721,10670,'es',0,NULL,'Plazo de entrega:',NULL,'',0,'2019-11-07 09:11:04'),(9722,10671,'es',0,NULL,'Resumen',NULL,'',0,'2019-11-07 09:11:04'),(9723,10672,'es',0,NULL,'Admite todos los tipos de contenido',NULL,'',0,'2019-11-07 09:11:04'),(9724,10673,'es',0,NULL,'Cambiar al uso del Editor de traducción avanzado (puede que las traducciones anteriores no se puedan utilizar)',NULL,'',0,'2019-11-07 09:11:04'),(9725,10674,'es',0,NULL,'Sincronizar traductores y administradores de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9726,10675,'es',0,NULL,'Sincronizando lote...',NULL,'',0,'2019-11-07 09:11:04'),(9727,10676,'es',0,NULL,'TP ID: %d',NULL,'',0,'2019-11-07 09:11:04'),(9728,10677,'es',0,NULL,'tomarlo',NULL,'',0,'2019-11-07 09:11:04'),(9729,10678,'es',0,NULL,'Aceptar y traducir',NULL,'',0,'2019-11-07 09:11:04'),(9730,10679,'es',0,NULL,'Taxonomías',NULL,'',0,'2019-11-07 09:11:04'),(9731,10680,'es',0,NULL,'Traducción de taxonomías',NULL,'',0,'2019-11-07 09:11:04'),(9732,10681,'es',0,NULL,'Díganos cuál',NULL,'',0,'2019-11-07 09:11:04'),(9733,10682,'es',0,NULL,'Term Meta',NULL,'',0,'2019-11-07 09:11:04'),(9734,10683,'es',0,NULL,'La traducción de términos está desactivada',NULL,'',0,'2019-11-07 09:11:04'),(9735,10684,'es',0,NULL,'La %s utiliza una memoria de traducción, la cual puede reducir la cantidad de palabras que necesita traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9736,10685,'es',0,NULL,'No se pudo guardar el XML.',NULL,'',0,'2019-11-07 09:11:04'),(9737,10686,'es',0,NULL,'Se ha guardado el XML.',NULL,'',0,'2019-11-07 09:11:04'),(9738,10687,'es',0,NULL,'El XML no es válido:',NULL,'',0,'2019-11-07 09:11:04'),(9739,10688,'es',0,NULL,'El XML es válido.',NULL,'',0,'2019-11-07 09:11:04'); INSERT INTO `wp_icl_string_translations` VALUES (9740,10689,'es',0,NULL,'El Archivo contiene uno o más archivos vacíos.',NULL,'',0,'2019-11-07 09:11:04'),(9741,10690,'es',0,NULL,'La autenticación no funcionó. Asegúrese de haber ingresado sus datos correctamente e inténtelo de nuevo.',NULL,'',0,'2019-11-07 09:11:04'),(9742,10691,'es',0,NULL,'La cesta está vacía',NULL,'',0,'2019-11-07 09:11:04'),(9743,10692,'es',0,NULL,'El nombre de lote fue anexado al idioma de origen de sus elementos.',NULL,'',0,'2019-11-07 09:11:04'),(9744,10693,'es',0,NULL,'Ha ocurrido la siguiente excepción al tratar de comunicarse con el Proxy de traducción. Inténtelo de nuevo más tarde o póngase en contacto con el soporte si el problema persiste:',NULL,'',0,'2019-11-07 09:11:04'),(9745,10694,'es',0,NULL,'Ha aparecido el error de comunicación con el proxy de traducción. Inténtelo más tarde.',NULL,'',0,'2019-11-07 09:11:04'),(9746,10695,'es',0,NULL,'El registro de comunicación está vacío.',NULL,'',0,'2019-11-07 09:11:04'),(9747,10696,'es',0,NULL,'La constante DISABLE_WP_CRON no se debe establecer como true.',NULL,'',0,'2019-11-07 09:11:04'),(9748,10697,'es',0,NULL,'La constante WPML_ENVIRONMENT se estableció en \"Prueba\".',NULL,'',0,'2019-11-07 09:11:04'),(9749,10698,'es',0,NULL,'Se ha vencido el plazo de entrega establecido para los siguientes trabajos:',NULL,'',0,'2019-11-07 09:11:04'),(9750,10699,'es',0,NULL,'Los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:11:04'),(9751,10700,'es',0,NULL,'La siguiente tabla muestra el contenido cuya traducción profesional ha sido actualizada o creada.',NULL,'',0,'2019-11-07 09:11:04'),(9752,10701,'es',0,NULL,'Los elementos seleccionados se encuentran en la cesta de traducción –',NULL,'',0,'2019-11-07 09:11:04'),(9753,10702,'es',0,NULL,'El trabajo ya está cancelado',NULL,'',0,'2019-11-07 09:11:04'),(9754,10703,'es',0,NULL,'El trabajo ya está terminado',NULL,'',0,'2019-11-07 09:11:04'),(9755,10704,'es',0,NULL,'La extensión del nombre del lote supera el máximo de %s',NULL,'',0,'2019-11-07 09:11:04'),(9756,10705,'es',0,NULL,'El registro está vacío.',NULL,'',0,'2019-11-07 09:11:04'),(9757,10706,'es',0,NULL,'La cantidad de palabras que WPML enviará para traducir:',NULL,'',0,'2019-11-07 09:11:04'),(9758,10707,'es',0,NULL,'Se ha eliminado el original.',NULL,'',0,'2019-11-07 09:11:04'),(9759,10708,'es',0,NULL,'La entrada original no se puede recuperar',NULL,'',0,'2019-11-07 09:11:04'),(9760,10709,'es',0,NULL,'El sitio recogerá las traducciones manualmente',NULL,'',0,'2019-11-07 09:11:04'),(9761,10710,'es',0,NULL,'Se canceló la traducción de %1$s del %2$s al %3$s en el Servicio de traducción. Puede enviar este documento para traducir de nuevo desde el Panel de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9762,10711,'es',0,NULL,'El trabajo de traducción (%s) no le pertenece.',NULL,'',0,'2019-11-07 09:11:04'),(9763,10712,'es',0,NULL,'La traducción se completó en tiempo.',NULL,'',0,'2019-11-07 09:11:04'),(9764,10713,'es',0,NULL,'Se ha restablecido el proceso de traducción con %1$s.',NULL,'',0,'2019-11-07 09:11:04'),(9765,10714,'es',0,NULL,'El traductor %1$s está solicitando usar el Editor de traducción avanzado en el sitio %2$s.',NULL,'',0,'2019-11-07 09:11:04'),(9766,10715,'es',0,NULL,'El traductor %1$s ha completado el trabajo de traducción para \"%2$s\" del %3$s al %4$s.',NULL,'',0,'2019-11-07 09:11:04'),(9767,10716,'es',0,NULL,'El traductor %1$s ha actualizado el trabajo de traducción para \"%2$s\" del %3$s al %4$s.',NULL,'',0,'2019-11-07 09:11:04'),(9768,10717,'es',0,NULL,'El tipo de entrada no se puede recuperar',NULL,'',0,'2019-11-07 09:11:04'),(9769,10718,'es',0,NULL,'Al parecer, el archivo xliff cargado no está bien formado.',NULL,'',0,'2019-11-07 09:11:04'),(9770,10719,'es',0,NULL,'El archivo xliff cargado no pertenece a este sistema.',NULL,'',0,'2019-11-07 09:11:04'),(9771,10720,'es',0,NULL,'No se pudo leer el archivo xliff.',NULL,'',0,'2019-11-07 09:11:04'),(9772,10721,'es',0,NULL,'Hay %s trabajos a la espera de un traductor.',NULL,'',0,'2019-11-07 09:11:04'),(9773,10722,'es',0,NULL,'Hay %s trabajos para tomar, que no fueron específicamente asignados a ti:',NULL,'',0,'2019-11-07 09:11:04'),(9774,10723,'es',0,NULL,'Este documento contiene campos con codificación Base 64.',NULL,'',0,'2019-11-07 09:11:04'),(9775,10724,'es',0,NULL,'No hay trabajos en la cola.',NULL,'',0,'2019-11-07 09:11:04'),(9776,10725,'es',0,NULL,'Hay 1 trabajo a la espera de un traductor.',NULL,'',0,'2019-11-07 09:11:04'),(9777,10726,'es',0,NULL,'Hay 1 trabajo para tomar, que no fue específicamente asignado a ti:',NULL,'',0,'2019-11-07 09:11:04'),(9778,10727,'es',0,NULL,'Ha ocurrido un problema con su servicio de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9779,10728,'es',0,NULL,'Hay contenido traducido nuevo en este sitio. Puede analizar entradas y cadenas para modificar los enlaces de modo que estos dirijan al contenido traducido.',NULL,'',0,'2019-11-07 09:11:04'),(9780,10729,'es',0,NULL,'Ocurrió un problema al comunicarse con ATE: %s ',NULL,'',0,'2019-11-07 09:11:04'),(9781,10730,'es',0,NULL,'Este %s',NULL,'',0,'2019-11-07 09:11:04'),(9782,10731,'es',0,NULL,'Este nombre de lote ya existe y fue modificado para asegurar nombres únicos',NULL,'',0,'2019-11-07 09:11:04'),(9783,10732,'es',0,NULL,'Este contenido proviene del editor de Gutenberg y tienes que traducirlo con cuidado de modo que no se rompa el formato.',NULL,'',0,'2019-11-07 09:11:04'),(9784,10733,'es',0,NULL,'WPML sugiere este plazo según la cantidad de trabajo que usted ya envió al mismo traductor. Esta fecha se puede modificar manualmente.',NULL,'',0,'2019-11-07 09:11:04'),(9785,10734,'es',0,NULL,'Este documento es un duplicado de:',NULL,'',0,'2019-11-07 09:11:04'),(9786,10735,'es',0,NULL,'Este es un trabajo local, por lo que no posee un archivo XLIFF para descargar',NULL,'',0,'2019-11-07 09:11:04'),(9787,10736,'es',0,NULL,'Este es un registro de la comunicación entre el sitio y los sistemas de traducción. No incluye información privada alguna y permite al soporte de WPML ayudar a solucionar los problemas relacionados con el envío de contenido para traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9788,10737,'es',0,NULL,'Este es un recordatorio rápido sobre los trabajos de traducción que usted envió y están atrasados.',NULL,'',0,'2019-11-07 09:11:04'),(9789,10738,'es',0,NULL,'Este es, efectivamente, mi sitio de producción',NULL,'',0,'2019-11-07 09:11:04'),(9790,10739,'es',0,NULL,'Este trabajo ya no se puede editar porque existe un trabajo nuevo para este elemento.',NULL,'',0,'2019-11-07 09:11:04'),(9791,10740,'es',0,NULL,'Este mensaje fue enviado automáticamente por la Administración de traducción que se ejecuta en %s. Para dejar de recibir estas notificaciones, contacte al administrador del sistema en %s.\\n\\nNo se controlan las respuestas de esta dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:11:04'),(9792,10741,'es',0,NULL,'Este mensaje fue enviado automáticamente por la Administración de traducción que se ejecuta en %s. Para dejar de recibir estas notificaciones, diríjase a Ajustes de notificaciones, o contacte al administrador del sistema en %s.\\n\\nNo se controlan las respuestas de esta dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:11:04'),(9793,10742,'es',0,NULL,'Este sitio puede usar el Editor de traducción avanzado de WPML, pero usted no tiene permiso para usarlo. Aún está traduciendo con el editor de traducción clásico de WPML. Pídale al Administrador de traducción del sitio que habilite el Editor de traducción avanzado para usted.',NULL,'',0,'2019-11-07 09:11:04'),(9794,10743,'es',0,NULL,'Este sitio aún no tiene un Administrador de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9795,10744,'es',0,NULL,'Esto es realmente importante. Siga el video para enviar una traducción de prueba. Después puede descartar este mensaje. ¡Gracias!',NULL,'',0,'2019-11-07 09:11:04'),(9796,10745,'es',0,NULL,'El plazo de entrega de este trabajo de traducción venció hace %s día.',NULL,'',0,'2019-11-07 09:11:04'),(9797,10746,'es',0,NULL,'El plazo de entrega de este trabajo de traducción venció hace %s días.',NULL,'',0,'2019-11-07 09:11:04'),(9798,10747,'es',0,NULL,'Esta semana %1$s tuvo las siguientes %2$s actualizaciones de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9799,10748,'es',0,NULL,'al',NULL,'',0,'2019-11-07 09:11:04'),(9800,10749,'es',0,NULL,'Para agregar más usuarios de este sitio web como traductores, vaya a la página %1$s y pulse la pestaña %2$s.',NULL,'',0,'2019-11-07 09:11:04'),(9801,10750,'es',0,NULL,'Para obtener las traducciones completadas del servicio de traducción, vaya a %1$s y pulse el botón %2$s',NULL,'',0,'2019-11-07 09:11:04'),(9802,10751,'es',0,NULL,'Para solucionar este problema, debe contarle a WPML cómo se han codificado estos campos, de modo que WPML pueda codificarlos antes de enviarlos para traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9803,10752,'es',0,NULL,'Para reactivarlo, cancele el pedido o envíelo a traducir.',NULL,'',0,'2019-11-07 09:11:04'),(9804,10753,'es',0,NULL,'Para ver más elementos, use el filtro y restrinja la búsqueda. %s',NULL,'',0,'2019-11-07 09:11:04'),(9805,10754,'es',0,NULL,'Para enviar contenido para traducir a %1$s, es necesario tener una cuenta de %1$s.',NULL,'',0,'2019-11-07 09:11:04'),(9806,10755,'es',0,NULL,'Para enviar contenido para traducir a %1$s, debe tener una cuenta de %1$s e introducir allí sus datos de autenticación.',NULL,'',0,'2019-11-07 09:11:04'),(9807,10756,'es',0,NULL,'Para enviar contenido para traducir, primero asegúrese de que \"%s\" esté autenticado o de tener al menos un traductor.',NULL,'',0,'2019-11-07 09:11:04'),(9808,10757,'es',0,NULL,'Para enviar contenido para traducir, primero asegúrese de tener %1$s o un %2$s.',NULL,'',0,'2019-11-07 09:11:04'),(9809,10758,'es',0,NULL,'Para dejar de recibir notificaciones, inicie sesión en %s y cambie sus preferencias.',NULL,'',0,'2019-11-07 09:11:04'),(9810,10759,'es',0,NULL,'Para traducir estos trabajos, vaya a la',NULL,'',0,'2019-11-07 09:11:04'),(9811,10760,'es',0,NULL,'Hoy %1$s tuvo las siguientes %2$s actualizaciones de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9812,10761,'es',0,NULL,'Total',NULL,'',0,'2019-11-07 09:11:04'),(9813,10762,'es',0,NULL,'Traducir',NULL,'',0,'2019-11-07 09:11:04'),(9814,10763,'es',0,NULL,'Traducir (esto incluirá el slug en la traducción y no lo creará automáticamente a partir del título)',NULL,'',0,'2019-11-07 09:11:04'),(9815,10764,'es',0,NULL,'Traducir destino de enlace',NULL,'',0,'2019-11-07 09:11:04'),(9816,10765,'es',0,NULL,'Traducir al %s',NULL,'',0,'2019-11-07 09:11:04'),(9817,10766,'es',0,NULL,'Traducido por',NULL,'',0,'2019-11-07 09:11:04'),(9818,10767,'es',0,NULL,'Opciones de documentos traducidos',NULL,'',0,'2019-11-07 09:11:04'),(9819,10768,'es',0,NULL,'Traducción',NULL,'',0,'2019-11-07 09:11:04'),(9820,10769,'es',0,NULL,'Traducción (incompleta) guardada.',NULL,'',0,'2019-11-07 09:11:04'),(9821,10770,'es',0,NULL,'Pedido de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9822,10771,'es',0,NULL,'Lote de traducción enviado el',NULL,'',0,'2019-11-07 09:11:04'),(9823,10772,'es',0,NULL,'Panel de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9824,10773,'es',0,NULL,'Comentario de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9825,10774,'es',0,NULL,'Trabajos de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9826,10775,'es',0,NULL,'Administración de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9827,10776,'es',0,NULL,'Sistema de Administración de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9828,10777,'es',0,NULL,'Administradores de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9829,10778,'es',0,NULL,'Memoria de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9830,10779,'es',0,NULL,'Notificaciones de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9831,10780,'es',0,NULL,'Prioridades de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9832,10781,'es',0,NULL,'Prioridad de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9833,10782,'es',0,NULL,'Error de Proxy de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9834,10783,'es',0,NULL,'Cola de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9835,10784,'es',0,NULL,'Roles de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9836,10785,'es',0,NULL,'Servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9837,10786,'es',0,NULL,'El servicio de traducción entregará las traducciones de forma automática por medio de XML-RPC',NULL,'',0,'2019-11-07 09:11:04'),(9838,10787,'es',0,NULL,'Servicios de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9839,10788,'es',0,NULL,'Pestaña Servicios de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9840,10789,'es',0,NULL,'Traducción agregada:',NULL,'',0,'2019-11-07 09:11:04'),(9841,10790,'es',0,NULL,'Traducción cancelada.',NULL,'',0,'2019-11-07 09:11:04'),(9842,10791,'es',0,NULL,'Traducción terminada',NULL,'',0,'2019-11-07 09:11:04'),(9843,10792,'es',0,NULL,'La traducción fue eliminada por el administrador',NULL,'',0,'2019-11-07 09:11:04'),(9844,10793,'es',0,NULL,'Traducción en curso',NULL,'',0,'2019-11-07 09:11:04'),(9845,10794,'es',0,NULL,'Traducción terminada',NULL,'',0,'2019-11-07 09:11:04'),(9846,10795,'es',0,NULL,'La traducción está lista, no es necesario verificar su estado',NULL,'',0,'2019-11-07 09:11:04'),(9847,10796,'es',0,NULL,'Trabajos de traducción para:',NULL,'',0,'2019-11-07 09:11:04'),(9848,10797,'es',0,NULL,'Trabajos de traducción listos...',NULL,'',0,'2019-11-07 09:11:04'),(9849,10798,'es',0,NULL,'Idiomas de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9850,10799,'es',0,NULL,'La traducción requiere ser actualizada.',NULL,'',0,'2019-11-07 09:11:04'),(9851,10800,'es',0,NULL,'La traducción del trabajo %s está terminada y cargada.',NULL,'',0,'2019-11-07 09:11:04'),(9852,10801,'es',0,NULL,'Opciones de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9853,10802,'es',0,NULL,'Modo de recolección de la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9854,10803,'es',0,NULL,'Traducción lista para descargar',NULL,'',0,'2019-11-07 09:11:04'),(9855,10804,'es',0,NULL,'Traducción guardada.',NULL,'',0,'2019-11-07 09:11:04'),(9856,10805,'es',0,NULL,'Estado de la traducción',NULL,'',0,'2019-11-07 09:11:04'),(9857,10806,'es',0,NULL,'Traducción al',NULL,'',0,'2019-11-07 09:11:04'),(9858,10807,'es',0,NULL,'Traducción actualizada:',NULL,'',0,'2019-11-07 09:11:04'),(9859,10808,'es',0,NULL,'Actualizaciones de traducción para %1$s por %2$s',NULL,'',0,'2019-11-07 09:11:04'),(9860,10809,'es',0,NULL,'Actualizaciones de traducción para %1$s hasta %2$s',NULL,'',0,'2019-11-07 09:11:04'),(9861,10810,'es',0,NULL,'Traducciones',NULL,'',0,'2019-11-07 09:11:04'),(9862,10811,'es',0,NULL,'Traducciones descargadas',NULL,'',0,'2019-11-07 09:11:04'),(9863,10812,'es',0,NULL,'Puede que las traducciones se retrasen porque los traductores no recibieron notificaciones',NULL,'',0,'2019-11-07 09:11:04'),(9864,10813,'es',0,NULL,'Cola de traducciones',NULL,'',0,'2019-11-07 09:11:04'),(9865,10814,'es',0,NULL,'Traductor',NULL,'',0,'2019-11-07 09:11:04'),(9866,10815,'es',0,NULL,'El traductor %s ha renunciado al trabajo de traducción \"%s\" del %s al %s.%sVer trabajos de traducción: %s',NULL,'',0,'2019-11-07 09:11:04'),(9867,10816,'es',0,NULL,'Traductor asignado',NULL,'',0,'2019-11-07 09:11:04'),(9868,10817,'es',0,NULL,'El traductor ha finalizado el trabajo de traducción para %s',NULL,'',0,'2019-11-07 09:11:04'),(9869,10818,'es',0,NULL,'El traductor ha renunciado al trabajo %s',NULL,'',0,'2019-11-07 09:11:04'),(9870,10819,'es',0,NULL,'El traductor ha actualizado el trabajo de traducción para %s',NULL,'',0,'2019-11-07 09:11:04'),(9871,10820,'es',0,NULL,'Trabajo de traducción cancelado para %s',NULL,'',0,'2019-11-07 09:11:04'),(9872,10821,'es',0,NULL,'Trabajo del traductor actualizado para %s',NULL,'',0,'2019-11-07 09:11:04'),(9873,10822,'es',0,NULL,'Vista previa del traductor',NULL,'',0,'2019-11-07 09:11:04'),(9874,10823,'es',0,NULL,'Traductores',NULL,'',0,'2019-11-07 09:11:04'),(9875,10824,'es',0,NULL,'Pestaña Traductores',NULL,'',0,'2019-11-07 09:11:04'),(9876,10825,'es',0,NULL,'Ayuda para traductores',NULL,'',0,'2019-11-07 09:11:04'),(9877,10826,'es',0,NULL,'Los traductores recibirán notificaciones y utilizarán la página %1$s para traducir el contenido que se les envíe.',NULL,'',0,'2019-11-07 09:11:04'),(9878,10827,'es',0,NULL,'Intentar de nuevo',NULL,'',0,'2019-11-07 09:11:04'),(9879,10828,'es',0,NULL,'Pruebe uno de los %s',NULL,'',0,'2019-11-07 09:11:04'),(9880,10829,'es',0,NULL,'No se pudo anular la validación de este servicio. Póngase en contacto con el soporte de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9881,10830,'es',0,NULL,'Indefinido',NULL,'',0,'2019-11-07 09:11:04'),(9882,10831,'es',0,NULL,'Paquete de cadenas desconocido',NULL,'',0,'2019-11-07 09:11:04'),(9883,10832,'es',0,NULL,'Actualizar Prioridad de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9884,10833,'es',0,NULL,'Actualizado / Traducido',NULL,'',0,'2019-11-07 09:11:04'),(9885,10834,'es',0,NULL,'Cargar',NULL,'',0,'2019-11-07 09:11:04'),(9886,10835,'es',0,NULL,'Usar el Editor de traducción avanzado de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9887,10836,'es',0,NULL,'Usar el editor de traducción clásico de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9888,10837,'es',0,NULL,'Usar el Editor de traducción de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9889,10838,'es',0,NULL,'Usar el Editor de traducción de WPML para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9890,10839,'es',0,NULL,'Usar un Servicio de traducción distinto',NULL,'',0,'2019-11-07 09:11:04'),(9891,10840,'es',0,NULL,'Use la página %1$s para seleccionar el contenido para traducir y enviarlo al servicio de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9892,10841,'es',0,NULL,'Use la página %1$s para seleccionar contenido para traducir y enviarlo a sus traductores.',NULL,'',0,'2019-11-07 09:11:04'),(9893,10842,'es',0,NULL,'Usar el Editor de WordPress para traducir:',NULL,'',0,'2019-11-07 09:11:04'),(9894,10843,'es',0,NULL,'Use esta función cuando desee restablecer el proceso de traducción. Las traducciones existentes quedarán intactas. Se detendrá el trabajo de traducción que se encuentre en progreso en el momento.',NULL,'',0,'2019-11-07 09:11:04'),(9895,10844,'es',0,NULL,'Usuario encontrado',NULL,'',0,'2019-11-07 09:11:04'),(9896,10845,'es',0,NULL,'Usuario:',NULL,'',0,'2019-11-07 09:11:04'),(9897,10846,'es',0,NULL,'Usuarios de este sitio',NULL,'',0,'2019-11-07 09:11:04'),(9898,10847,'es',0,NULL,'Copiar',NULL,'',0,'2019-11-07 09:11:04'),(9899,10848,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:11:04'),(9900,10849,'es',0,NULL,'Mostrar %s',NULL,'',0,'2019-11-07 09:11:04'),(9901,10850,'es',0,NULL,'Ver original',NULL,'',0,'2019-11-07 09:11:04'),(9902,10851,'es',0,NULL,'Ver trabajos de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9903,10852,'es',0,NULL,'Visite nuestra documentación para aprender más sobre %1$s.',NULL,'',0,'2019-11-07 09:11:04'),(9904,10853,'es',0,NULL,'Visite nuestra documentación para aprender más sobre el uso de %1$s y sobre la traducción de imágenes, menús y más.',NULL,'',0,'2019-11-07 09:11:04'),(9905,10854,'es',0,NULL,'WPML 3.9 cambia la manera de operar con ICanLocalize. Esto requiere que WPML se traslade a una interfaz nueva con ICanLocalize.',NULL,'',0,'2019-11-07 09:11:04'),(9906,10855,'es',0,NULL,'WPML > Administración de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9907,10856,'es',0,NULL,'WPML > Traducciones',NULL,'',0,'2019-11-07 09:11:04'),(9908,10857,'es',0,NULL,'Requerimientos mínimos de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9909,10858,'es',0,NULL,'Ajustes de notificaciones de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9910,10859,'es',0,NULL,'Soporte de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9911,10860,'es',0,NULL,'Migración de trabajos de traducción de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9912,10861,'es',0,NULL,'La Administración de traducción de WPML está habilitada pero no vigente. No es compatible con las versiones de <a href=\"%s\">WPML</a> anteriores a la 2.0.5.',NULL,'',0,'2019-11-07 09:11:04'),(9913,10862,'es',0,NULL,'La Administración de traducción de WPML está habilitada pero no activa. Requiere %s para funcionar.',NULL,'',0,'2019-11-07 09:11:04'),(9914,10863,'es',0,NULL,'La Administración de traducción de WPML está habilitada pero no vigente. Requiere <a href=\"%s\">WPML</a> para funcionar.',NULL,'',0,'2019-11-07 09:11:04'),(9915,10864,'es',0,NULL,'La Administración de traducción de WPML está habilitada pero no activa. Primero finalice la instalación de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9916,10865,'es',0,NULL,'La Administración de traducciones de WPML requiere las siguientes extensiones PHP y configuraciones:',NULL,'',0,'2019-11-07 09:11:04'),(9917,10866,'es',0,NULL,'La Administración de traducción de WPML enviará la dirección de correo electrónico y el nombre de cada administrador y traductor asignado, así como también el contenido mismo al Editor de traducción avanzado y a los servicios de traducción que se están utilizando.',NULL,'',0,'2019-11-07 09:11:04'),(9918,10867,'es',0,NULL,'Configuración de traductor de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9919,10868,'es',0,NULL,'La actualización de WPML está incompleta',NULL,'',0,'2019-11-07 09:11:04'),(9920,10869,'es',0,NULL,'WPML puede leer un archivo de configuración que le dice qué hay que traducir en los temas y los plugins. El archivo se llama wpml-config.xml y se coloca en la carpeta raíz del plugin o tema.',NULL,'',0,'2019-11-07 09:11:04'),(9921,10870,'es',0,NULL,'WPML no encuentra el servicio de traducción. Póngase en contacto con el Soporte de WPML o con su proveedor de servicios de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(9922,10871,'es',0,NULL,'WPML no puede cargar la lista de servicios de traducción. Esto puede deberse a problemas de conexión. Espere un minuto y vuelva a cargar la página.',NULL,'',0,'2019-11-07 09:11:04'),(9923,10872,'es',0,NULL,'WPML no puede cargar la lista de servicios de traducción. Esto puede deberse a un problema de conexión. Espere un minuto y vuelva a cargar esta página.\\n Si el problema persiste, póngase en contacto con el soporte de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9924,10873,'es',0,NULL,'WPML no puede enviar parte del contenido para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9925,10874,'es',0,NULL,'WPML no puede enviar estos documentos para traducir porque el Editor de traducción avanzado aún no está totalmente configurado.',NULL,'',0,'2019-11-07 09:11:04'),(9926,10875,'es',0,NULL,'WPML terminó de actualizar el historial de traducciones. A continuación, visite %s y haga clic en el botón para \"Controlar el estado y obtener las traducciones\".',NULL,'',0,'2019-11-07 09:11:04'),(9927,10876,'es',0,NULL,'WPML no pudo enviar notificaciones por correo electrónico a los traductores para avisarles que usted ha enviado trabajo nuevo.',NULL,'',0,'2019-11-07 09:11:04'),(9928,10877,'es',0,NULL,'WPML creó las cuentas para los traductores y les envió instrucciones.',NULL,'',0,'2019-11-07 09:11:04'),(9929,10878,'es',0,NULL,'WPML encontró algunos trabajos remotos en su sitio web que deben ser mi grados para que funcionen con WPML %s. Puede que usted no pueda acceder a algunas de las páginas de administración de WPML hasta que esta migración se haya completado.',NULL,'',0,'2019-11-07 09:11:04'),(9930,10879,'es',0,NULL,'WPML necesita actualizar la tabla de trabajos de traducción para que su sitio web pueda seguir recibiendo las traducciones completadas. Este proceso tardará unos minutos y no modifica el contenido ni las traducciones de su sitio web.',NULL,'',0,'2019-11-07 09:11:04'),(9931,10880,'es',0,NULL,'WPML necesita actualizar su conexión a ICanLocalize, pero no puedo completar el cambio..',NULL,'',0,'2019-11-07 09:11:04'),(9932,10881,'es',0,NULL,'WPML una estrecha integración con más de 70 servicios de traducción. Usted seleccionará el servicio de traducción que prefiera y disfrutará de un proceso agilizado y eficiente para enviar trabajos y recibir traducciones completadas.',NULL,'',0,'2019-11-07 09:11:04'),(9933,10882,'es',0,NULL,'WPML envío un mensaje a los traductores para avisarles que usted ha enviado trabajo nuevo.',NULL,'',0,'2019-11-07 09:11:04'),(9934,10883,'es',0,NULL,'Soporte de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9935,10884,'es',0,NULL,'WPML actualizó su conexión a ICanLocalize. Puede seguir enviando contenido para traducir..',NULL,'',0,'2019-11-07 09:11:04'),(9936,10885,'es',0,NULL,'WPML no volverá a sincronizar %s con el contenido original.',NULL,'',0,'2019-11-07 09:11:04'),(9937,10886,'es',0,NULL,'Editor de traducción avanzado de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9938,10887,'es',0,NULL,'El Editor de traducción avanzado de WPML está habilitado, pero no todos los traductores pueden usarlos.',NULL,'',0,'2019-11-07 09:11:04'),(9939,10888,'es',0,NULL,'Editor de traducción clásico de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9940,10889,'es',0,NULL,'Administración de traducción de WPML',NULL,'',0,'2019-11-07 09:11:04'),(9941,10890,'es',0,NULL,'WPML->Configuración->Notificaciones de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9942,10891,'es',0,NULL,'Cuenta de WPML.org',NULL,'',0,'2019-11-07 09:11:04'),(9943,10892,'es',0,NULL,'El editor de traducción de WPML les facilita a sus propios traductores la traducción de contenido en su sitio web. Puede crear cuentas para traductores nuevos o utilizar usuarios de WordPress existentes como sus traductores.',NULL,'',0,'2019-11-07 09:11:04'),(9944,10893,'es',0,NULL,'En espera del traductor',NULL,'',0,'2019-11-07 09:11:04'),(9945,10894,'es',0,NULL,'A la espera del traductor / En curso',NULL,'',0,'2019-11-07 09:11:04'),(9946,10895,'es',0,NULL,'¿Desea mejorar la calidad de la traducción de su sitio web?',NULL,'',0,'2019-11-07 09:11:04'),(9947,10896,'es',0,NULL,'Hemos detectado un posible problema que bloquea el proceso de conteo de palabras. Verifique la siguiente configuración:',NULL,'',0,'2019-11-07 09:11:04'),(9948,10897,'es',0,NULL,'¿Qué herramienta de traducción desea usar?',NULL,'',0,'2019-11-07 09:11:04'),(9949,10898,'es',0,NULL,'Al duplicar contenido, primero duplique las páginas superiores para mantener la jerarquía del sitio.',NULL,'',0,'2019-11-07 09:11:04'),(9950,10899,'es',0,NULL,'¿Quién traducirá este sitio web?',NULL,'',0,'2019-11-07 09:11:04'),(9951,10900,'es',0,NULL,'Número aproximado de palabras:',NULL,'',0,'2019-11-07 09:11:04'),(9952,10901,'es',0,NULL,'Conteo de palabras para todo el sitio',NULL,'',0,'2019-11-07 09:11:04'),(9953,10902,'es',0,NULL,'Rol WordPress:',NULL,'',0,'2019-11-07 09:11:04'),(9954,10903,'es',0,NULL,'Palabras',NULL,'',0,'2019-11-07 09:11:04'),(9955,10904,'es',0,NULL,'Palabras para traducir',NULL,'',0,'2019-11-07 09:11:04'),(9956,10905,'es',0,NULL,'El trabajo con administradores de traducción',NULL,'',0,'2019-11-07 09:11:04'),(9957,10906,'es',0,NULL,'XLIFF %s',NULL,'',0,'2019-11-07 09:11:04'),(9958,10907,'es',0,NULL,'Archivo XLIFF descargado',NULL,'',0,'2019-11-07 09:11:04'),(9959,10908,'es',0,NULL,'Opciones de archivo XLIFF',NULL,'',0,'2019-11-07 09:11:04'),(9960,10909,'es',0,NULL,'traducción de XLIFF',NULL,'',0,'2019-11-07 09:11:04'),(9961,10910,'es',0,NULL,'Versión de XLIFF',NULL,'',0,'2019-11-07 09:11:04'),(9962,10911,'es',0,NULL,'Usted activó el Editor de traducción avanzado para este sitio web, pero está actualizando una traducción anterior. WPML abrió el editor de traducción estándar para que pueda actualizar esta traducción. Cuando traduzca contenido nuevo, tendrá el Editor de traducción avanzado con todas sus funciones.Para cambiar la configuración, vaya a Configuración de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(9963,10912,'es',0,NULL,'Está a punto de eliminar los elementos seleccionados de la cesta, ¿Seguro que desea hacer esto?',NULL,'',0,'2019-11-07 09:11:04'),(9964,10913,'es',0,NULL,'Está descargando %d trabajos',NULL,'',0,'2019-11-07 09:11:04'),(9965,10914,'es',0,NULL,'No tiene autorización para realizar esta acción.',NULL,'',0,'2019-11-07 09:11:04'),(9966,10915,'es',0,NULL,'No tiene permiso para ejecutar esta acción.',NULL,'',0,'2019-11-07 09:11:04'),(9967,10916,'es',0,NULL,'Ahora es el Administrador de traducción de %s: acción requerida',NULL,'',0,'2019-11-07 09:11:04'),(9968,10917,'es',0,NULL,'Usted ha recibido este mensaje porque tiene una cuenta de\\n\\t\\t\\ttraductor en %1$s. Para dejar de recibir notificaciones, \\n\\t\\t\\tinicie sesión en %2$s y deseleccione \"Enviarme una notificación por correo \\n\\t\\t\\tcuando haya algo nuevo para traducir\". Tenga en cuenta que\\n\\t\\t\\testa acción lo retirará de la lista de traductores.',NULL,'',0,'2019-11-07 09:11:04'),(9969,10918,'es',0,NULL,'Se están ejecutando versiones actualizadas de %s y %s, pero los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:11:04'),(9970,10919,'es',0,NULL,'Se está ejecutando %s actualizado, pero el siguiente componente no está actualizado:',NULL,'',0,'2019-11-07 09:11:04'),(9971,10920,'es',0,NULL,'Usted es el Administrador de traducción para %s. Este rol le permite administrar todo lo relacionado con la traducción para este sitio web. ',NULL,'',0,'2019-11-07 09:11:04'),(9972,10921,'es',0,NULL,'Está tratando de importar un archivo vacío.',NULL,'',0,'2019-11-07 09:11:04'),(9973,10922,'es',0,NULL,'Está tratando de importar un archivo vacío.',NULL,'',0,'2019-11-07 09:11:04'),(9974,10923,'es',0,NULL,'Está tratando de importar un Archivo incompatible.',NULL,'',0,'2019-11-07 09:11:04'),(9975,10924,'es',0,NULL,'En todo momento, puede seguir El progreso de la traducción en el %s. Para acceder a una vista más detallada y para cancelar trabajos visite la lista de %s.',NULL,'',0,'2019-11-07 09:11:04'),(9976,10925,'es',0,NULL,'Solo se puede cancelar el trabajo local ',NULL,'',0,'2019-11-07 09:11:04'),(9977,10926,'es',0,NULL,'Puede volver a revisar en %s minutos.',NULL,'',0,'2019-11-07 09:11:04'),(9978,10927,'es',0,NULL,'Vuelva a consultar en %s segundos.',NULL,'',0,'2019-11-07 09:11:04'),(9979,10928,'es',0,NULL,'Controle el estado actual de este trabajo en %s.',NULL,'',0,'2019-11-07 09:11:04'),(9980,10929,'es',0,NULL,'Puede continuar la configuración de la Administración de traducción más tarde desde WPML -> Configuración -> Cómo traducir entradas y páginas.',NULL,'',0,'2019-11-07 09:11:04'),(9981,10930,'es',0,NULL,'Controle las notificaciones por correo electrónico para los traductores y para usted en %s.',NULL,'',0,'2019-11-07 09:11:04'),(9982,10931,'es',0,NULL,'Encuentre el token de API en el sitio %s',NULL,'',0,'2019-11-07 09:11:04'),(9983,10932,'es',0,NULL,'Encuentre esto en el sitio %s',NULL,'',0,'2019-11-07 09:11:04'),(9984,10933,'es',0,NULL,'Puede traducir desde y hacia todos los idiomas ',NULL,'',0,'2019-11-07 09:11:04'),(9985,10934,'es',0,NULL,'Puede ver los demás trabajos de traducción aquí: %s',NULL,'',0,'2019-11-07 09:11:04'),(9986,10935,'es',0,NULL,'¡No puede hacer eso!',NULL,'',0,'2019-11-07 09:11:04'),(9987,10936,'es',0,NULL,'No se puede editar esta traducción al %s porque la misma ya está en curso.',NULL,'',0,'2019-11-07 09:11:04'),(9988,10937,'es',0,NULL,'No se pueden agregar entradas en este idioma a la cesta porque esta ya contiene entradas o cadenas de otro idioma de origen.\\n\\t\\t\\t\\t\\t\\tEnvíe la cesta actual y luego agregue la entrada, o bien, elimine las entradas de los demás idiomas de la cesta actual.',NULL,'',0,'2019-11-07 09:11:04'),(9989,10938,'es',0,NULL,'No se pueden agregar cadenas en este idioma a la cesta porque esta ya contiene entradas o cadenas de otro idioma de origen.\\n\\t\\t\\t\\t\\t\\tEnvíe la cesta actual y luego agregue la entrada, o bien elimine las entradas de los demás idiomas de la cesta actual.',NULL,'',0,'2019-11-07 09:11:04'),(9990,10939,'es',0,NULL,'No puede agregar cadenas en este idioma a la cesta pues esta ya contiene entradas o cadenas de otro idioma fuente. Envíe la cesta actual y luego agregue la entrada, o bien, elimine las entradas en otros idiomas de la cesta actual.',NULL,'',0,'2019-11-07 09:11:04'),(9991,10940,'es',0,NULL,'No puede descargar el archivo XLIFF porque TS_NAME ha cancelado el trabajo',NULL,'',0,'2019-11-07 09:11:04'),(9992,10941,'es',0,NULL,'No puede descargar la traducción porque esta no se ha completado',NULL,'',0,'2019-11-07 09:11:04'),(9993,10942,'es',0,NULL,'No se puede descargar la traducción de un trabajo local',NULL,'',0,'2019-11-07 09:11:04'),(9994,10943,'es',0,NULL,'No se puede descargar este trabajo porque TS_NAME lo ha cancelado',NULL,'',0,'2019-11-07 09:11:04'),(9995,10944,'es',0,NULL,'No está autorizado para traducir del %1$s al %2$s',NULL,'',0,'2019-11-07 09:11:04'),(9996,10945,'es',0,NULL,'Ya ha descargado este trabajo',NULL,'',0,'2019-11-07 09:11:04'),(9997,10946,'es',0,NULL,'Hay intentado enviar datos de una manera no legítima.',NULL,'',0,'2019-11-07 09:11:04'),(9998,10947,'es',0,NULL,'Se le han asignado nuevos trabajos de traducción:',NULL,'',0,'2019-11-07 09:11:04'),(9999,10948,'es',0,NULL,'Ha sido eliminado del trabajo de traducción \"%s\" del %s al %s.',NULL,'',0,'2019-11-07 09:11:04'),(10000,10949,'es',0,NULL,'Ha seleccionado un servicio de traducción que requiere traductores.',NULL,'',0,'2019-11-07 09:11:04'),(10001,10950,'es',0,NULL,'Ha enviado documentos para traducir. WPML puede enviar notificaciones por correo a los traductores asignados, pero los traductores para algunos idiomas han seleccionado no recibir esta notificación.',NULL,'',0,'2019-11-07 09:11:04'),(10002,10951,'es',0,NULL,'Existen dos maneras de copiar contenido del idioma original:',NULL,'',0,'2019-11-07 09:11:04'),(10003,10952,'es',0,NULL,'¡Algunos cambios no se han guardado!',NULL,'',0,'2019-11-07 09:11:04'),(10004,10953,'es',0,NULL,'Hay trabajo sin guardar. ¿Seguro que desea cerrar sin guardar?',NULL,'',0,'2019-11-07 09:11:04'),(10005,10954,'es',0,NULL,'Usted seleccionó un servicio de traducción para traducir su contenido. Tiene que:',NULL,'',0,'2019-11-07 09:11:04'),(10006,10955,'es',0,NULL,'Usted seleccionó a un usuario de este sitio web y a un servicio de traducción profesional. Tiene que:',NULL,'',0,'2019-11-07 09:11:04'),(10007,10956,'es',0,NULL,'Usted seleccionó usuarios de este sitio web como traductores. Tiene que:',NULL,'',0,'2019-11-07 09:11:04'),(10008,10957,'es',0,NULL,'Debe ponerse en contacto con su %1$s y pedirle que active las notificaciones por correo que le permitirán ver cuando haya trabajo nuevo a la espera de este. Para activar las notificaciones, los traductores tienen que iniciar sesión en este sitio web, ir a la página de su perfil de usuario y cambiar la opción correspondiente en la sección de configuración de idioma de WPML.',NULL,'',0,'2019-11-07 09:11:04'),(10009,10958,'es',0,NULL,'Debe usar el <a href=\"%s\">panel de Administración de traducción</a> para enviar el documento original para traducir.',NULL,'',0,'2019-11-07 09:11:04'),(10010,10959,'es',0,NULL,'Usted será el único traductor para este sitio web y podrá traducir cualquier página o entrada. Use el %1$s o un ícono %2$s que se encuentre en las páginas de listas de entradas en la administración o en el cuadro %3$s al editar contenido.',NULL,'',0,'2019-11-07 09:11:04'),(10011,10960,'es',0,NULL,'Usted será el único traductor para este sitio web. Podrá traducir cualquier documento en cualquier par de idiomas. Si desea realizar solo parte de las traducciones y permitir que otras personas traduzcan también, seleccione la opción \"Usuarios de este sitio web\".',NULL,'',0,'2019-11-07 09:11:04'),(10012,10961,'es',0,NULL,'Usted seleccionará un usuario de este sitio web y delegará la configuración de los traductores a esta persona. Seleccione esta opción si está creando un sitio web para un cliente, quien establecerá los usuarios traductores o seleccionará un servicio de traducción.',NULL,'',0,'2019-11-07 09:11:04'),(10013,10962,'es',0,NULL,'Seleccionará usuarios de este sitio web WordPress como traductores. También puede seleccionarse a usted mismo. Esto le permite armar un equipo de traductores que trabajen en diferentes pares de idiomas.',NULL,'',0,'2019-11-07 09:11:04'),(10014,10963,'es',0,NULL,'Todo listo. El usuario que ha seleccionado como Administrador de traducción del sitio web seleccionará quién traduce; agregue usuarios traductores y envié contenido para traducir.',NULL,'',0,'2019-11-07 09:11:04'),(10015,10964,'es',0,NULL,'Ha renunciado a este trabajo.',NULL,'',0,'2019-11-07 09:11:04'),(10016,10965,'es',0,NULL,'Usted envió el contenido para traducir a %1$s. Actualmente, lo estamos procesando y entregando a %1$s.',NULL,'',0,'2019-11-07 09:11:04'),(10017,10966,'es',0,NULL,'Ha enviado el contenido para traducir a %s. Diríjase a este sitio para asegurarse de que la traducción comience.',NULL,'',0,'2019-11-07 09:11:04'),(10018,10967,'es',0,NULL,'Su perfil',NULL,'',0,'2019-11-07 09:11:04'),(10019,10968,'es',0,NULL,'Su plazo de entrega',NULL,'',0,'2019-11-07 09:11:04'),(10020,10969,'es',0,NULL,'Actualmente, su sitio está configurado para usar solo %s como servicio de traducción profesional.',NULL,'',0,'2019-11-07 09:11:04'),(10021,10970,'es',0,NULL,'Su sitio debe ser de acceso público o el servidor debe tener acceso al sitio.',NULL,'',0,'2019-11-07 09:11:04'),(10022,10971,'es',0,NULL,'Su sitio web se ha desconectado de %1$s correctamente. Vaya a la pestaña de traductores para conectar una cuenta %1$s nueva o utilizar un servicio de traducción distinto.',NULL,'',0,'2019-11-07 09:11:04'),(10023,10972,'es',0,NULL,'Con esta configuración su sitio no funcionará como debería.',NULL,'',0,'2019-11-07 09:11:04'),(10024,10973,'es',0,NULL,'Su servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(10025,10974,'es',0,NULL,'Sus traductores',NULL,'',0,'2019-11-07 09:11:04'),(10026,10975,'es',0,NULL,'Sus traductores deben iniciar sesión en su cuenta en este sitio web e ir a %sWPML->Traducciones%s. Allí, encontrarán los trabajos disponibles.',NULL,'',0,'2019-11-07 09:11:04'),(10027,10976,'es',0,NULL,'Sus traductores recibirán notificaciones y usarán la página %1$s para traducir el contenido que les haya enviado.',NULL,'',0,'2019-11-07 09:11:04'),(10028,10977,'es',0,NULL,'estado de la cuenta',NULL,'',0,'2019-11-07 09:11:04'),(10029,10978,'es',0,NULL,'servicio de traducción activo y autenticado',NULL,'',0,'2019-11-07 09:11:04'),(10030,10979,'es',0,NULL,'agregar documentos a la cesta',NULL,'',0,'2019-11-07 09:11:04'),(10031,10980,'es',0,NULL,'y',NULL,'',0,'2019-11-07 09:11:04'),(10032,10981,'es',0,NULL,'al menos un traductor',NULL,'',0,'2019-11-07 09:11:04'),(10033,10982,'es',0,NULL,'agregado automáticamente %s',NULL,'',0,'2019-11-07 09:11:04'),(10034,10983,'es',0,NULL,'continuar en la siguiente página »',NULL,'',0,'2019-11-07 09:11:04'),(10035,10984,'es',0,NULL,'copiar y sobrescribir todos los campos',NULL,'',0,'2019-11-07 09:11:04'),(10036,10985,'es',0,NULL,'copiar a campos vacíos únicamente',NULL,'',0,'2019-11-07 09:11:04'),(10037,10986,'es',0,NULL,'plazo de entrega: %1$s, retrasado %2$d días',NULL,'',0,'2019-11-07 09:11:04'),(10038,10987,'es',0,NULL,'documentación',NULL,'',0,'2019-11-07 09:11:04'),(10039,10988,'es',0,NULL,'del',NULL,'',0,'2019-11-07 09:11:04'),(10040,10989,'es',0,NULL,'vaya al <a href=\"%s\">Panel de traducción</a>',NULL,'',0,'2019-11-07 09:11:04'),(10041,10990,'es',0,NULL,'cómo traducir las diferentes partes del sitio web.',NULL,'',0,'2019-11-07 09:11:04'),(10042,10991,'es',0,NULL,'inmediatamente',NULL,'',0,'2019-11-07 09:11:04'),(10043,10992,'es',0,NULL,'en',NULL,'',0,'2019-11-07 09:11:04'),(10044,10993,'es',0,NULL,'en %s documento/s',NULL,'',0,'2019-11-07 09:11:04'),(10045,10994,'es',0,NULL,'trabajos reparados',NULL,'',0,'2019-11-07 09:11:04'),(10046,10995,'es',0,NULL,'trabajos migrados',NULL,'',0,'2019-11-07 09:11:04'),(10047,10996,'es',0,NULL,'sin actualizar',NULL,'',0,'2019-11-07 09:11:04'),(10048,10997,'es',0,NULL,'nunca',NULL,'',0,'2019-11-07 09:11:04'),(10049,10998,'es',0,NULL,'ninguno de los trabajos de traducción están completados',NULL,'',0,'2019-11-07 09:11:04'),(10050,10999,'es',0,NULL,'de',NULL,'',0,'2019-11-07 09:11:04'),(10051,11000,'es',0,NULL,'una vez al día',NULL,'',0,'2019-11-07 09:11:04'),(10052,11001,'es',0,NULL,'una vez a la semana',NULL,'',0,'2019-11-07 09:11:04'),(10053,11002,'es',0,NULL,'o',NULL,'',0,'2019-11-07 09:11:04'),(10054,11003,'es',0,NULL,'de',NULL,'',0,'2019-11-07 09:11:04'),(10055,11004,'es',0,NULL,'superior',NULL,'',0,'2019-11-07 09:11:04'),(10056,11005,'es',0,NULL,'lápiz',NULL,'',0,'2019-11-07 09:11:04'),(10057,11006,'es',0,NULL,'más',NULL,'',0,'2019-11-07 09:11:04'),(10058,11007,'es',0,NULL,'enviarlos para traducir',NULL,'',0,'2019-11-07 09:11:04'),(10059,11008,'es',0,NULL,'enviado entre',NULL,'',0,'2019-11-07 09:11:04'),(10060,11009,'es',0,NULL,'mostrar %s elementos',NULL,'',0,'2019-11-07 09:11:04'),(10061,11010,'es',0,NULL,'mostrar los %s elementos',NULL,'',0,'2019-11-07 09:11:04'),(10062,11011,'es',0,NULL,'mostrar campos',NULL,'',0,'2019-11-07 09:11:04'),(10063,11012,'es',0,NULL,'ordenar por',NULL,'',0,'2019-11-07 09:11:04'),(10064,11013,'es',0,NULL,'empezar a traducir',NULL,'',0,'2019-11-07 09:11:04'),(10065,11014,'es',0,NULL,'cómo usar los servicios de traducción correctamente',NULL,'',0,'2019-11-07 09:11:04'),(10066,11015,'es',0,NULL,'luego ordenar por',NULL,'',0,'2019-11-07 09:11:04'),(10067,11016,'es',0,NULL,'al',NULL,'',0,'2019-11-07 09:11:04'),(10068,11017,'es',0,NULL,'traducido por',NULL,'',0,'2019-11-07 09:11:04'),(10069,11018,'es',0,NULL,'traducido al',NULL,'',0,'2019-11-07 09:11:04'),(10070,11019,'es',0,NULL,'servicio de traducción integrados con WPML',NULL,'',0,'2019-11-07 09:11:04'),(10071,11020,'es',0,NULL,'traductores',NULL,'',0,'2019-11-07 09:11:04'),(10072,11021,'es',0,NULL,'pruebe un servicio de traducción',NULL,'',0,'2019-11-07 09:11:04'),(10073,11022,'es',0,NULL,'con',NULL,'',0,'2019-11-07 09:11:04'),(10074,11023,'es',0,NULL,'con plazo entre',NULL,'',0,'2019-11-07 09:11:04'),(11010,11967,'es',0,NULL,'Traducción al %s',NULL,'',0,'2019-11-07 09:11:13'),(11011,11968,'es',0,NULL,'- (necesita actualización)',NULL,'',0,'2019-11-07 09:11:13'),(11012,11969,'es',0,NULL,'La clave del sitio actual (%s) no coincide con el producto seleccionado (%s).',NULL,'',0,'2019-11-07 09:11:13'),(11013,11970,'es',0,NULL,'elementos',NULL,'',0,'2019-11-07 09:11:13'),(11014,11971,'es',0,NULL,'%1$s traducción',NULL,'',0,'2019-11-07 09:11:13'),(11015,11972,'es',0,NULL,'%1$s términos (en el idioma original)',NULL,'',0,'2019-11-07 09:11:13'),(11016,11973,'es',0,NULL,'%1s no puede recibir comentarios sobre la traducción automáticamente. Por favor, inicie sesión en el sitio web %1s e informe estos problemas manualmente.',NULL,'',0,'2019-11-07 09:11:13'),(11017,11974,'es',0,NULL,'%d comentario fue eliminado de forma permanente.',NULL,'',0,'2019-11-07 09:11:13'),(11018,11975,'es',0,NULL,'%d comentario fue restaurado.',NULL,'',0,'2019-11-07 09:11:13'),(11019,11976,'es',0,NULL,'%d comentario fue eliminado.',NULL,'',0,'2019-11-07 09:11:13'),(11020,11977,'es',0,NULL,'%d comentario fue actualizado.',NULL,'',0,'2019-11-07 09:11:13'),(11021,11978,'es',0,NULL,'%d comentarios fueron eliminados de forma permanente.',NULL,'',0,'2019-11-07 09:11:13'),(11022,11979,'es',0,NULL,'%d comentarios fueron restaurados.',NULL,'',0,'2019-11-07 09:11:13'),(11023,11980,'es',0,NULL,'%d comentarios fueron eliminados.',NULL,'',0,'2019-11-07 09:11:13'),(11024,11981,'es',0,NULL,'%d comentarios fueron actualizados.',NULL,'',0,'2019-11-07 09:11:13'),(11025,11982,'es',0,NULL,'Quedan %d elementos...',NULL,'',0,'2019-11-07 09:11:13'),(11026,11983,'es',0,NULL,'%s (región actual: %s) - regiones sugeridas: %s',NULL,'',0,'2019-11-07 09:11:13'),(11027,11984,'es',0,NULL,'%s están actualmente ocultos para los visitantes.',NULL,'',0,'2019-11-07 09:11:13'),(11028,11985,'es',0,NULL,'%s no se pudo acceder %s al registro. Inténtelo de nuevo para ver si es un problema temporal. Si el problema persiste, asegúrese de que este sitio tenga acceso a Internet. Aún así puede usar el plugin sin registrarlo, pero no recibirá actualizaciones automáticas.',NULL,'',0,'2019-11-07 09:11:13'),(11029,11986,'es',0,NULL,'%s no se puede actualizar porque el registro de su sitio no es válido. Primero vuelva a realizar el %sregistro%s%s para este sitio.',NULL,'',0,'2019-11-07 09:11:13'),(11030,11987,'es',0,NULL,'%s está actualmente oculto para los visitantes.',NULL,'',0,'2019-11-07 09:11:13'),(11031,11988,'es',0,NULL,'%s está definido en su tema. El selector de idioma solo puede ser personalizado utilizando la CSS del tema.',NULL,'',0,'2019-11-07 09:11:13'),(11032,11989,'es',0,NULL,'%s no se ha traducido. %sPulse aquí para que este tipo de entrada sea traducible.%s',NULL,'',0,'2019-11-07 09:11:13'),(11033,11990,'es',0,NULL,'%s está registrado en este sitio web. Recibirá actualizaciones automáticas hasta %s',NULL,'',0,'2019-11-07 09:11:13'),(11034,11991,'es',0,NULL,'%s está registrado en este sitio web. Su cuenta Vitalicia le proporciona las actualizaciones de por vida.',NULL,'',0,'2019-11-07 09:11:13'),(11035,11992,'es',0,NULL,'%s se traduce por medio de WPML. %sPulse aquí para cambiar las opciones de traducción.%s',NULL,'',0,'2019-11-07 09:11:13'),(11036,11993,'es',0,NULL,'%s elemento',NULL,'',0,'2019-11-07 09:11:13'),(11037,11994,'es',0,NULL,'%s elementos',NULL,'',0,'2019-11-07 09:11:13'),(11038,11995,'es',0,NULL,'%s comentarios huérfanos encontrados.',NULL,'',0,'2019-11-07 09:11:13'),(11039,11996,'es',0,NULL,'Soporte de %s en wpml.org',NULL,'',0,'2019-11-07 09:11:13'),(11040,11997,'es',0,NULL,'%s, responsable de recibir las actualizaciones automatizadas para WPML y Toolset, requiere los siguientes componentes PHP para funcionar:',NULL,'',0,'2019-11-07 09:11:13'),(11041,11998,'es',0,NULL,'%sIMPORTANTE:%s Está usando una versión de WooCommerce Multilingual que no es totalmente compatible con la versión actual de WPML. El %seditor de traducción de productos ha sido desactivado%s por esta razón.%sActualice a %sWooCommerce Multilingual 3.8%s para restaurar el editor de traducción para productos y usar todas las demás funciones.',NULL,'',0,'2019-11-07 09:11:13'),(11042,11999,'es',0,NULL,'%sRenovar aquí%s.',NULL,'',0,'2019-11-07 09:11:13'),(11043,12000,'es',0,NULL,'(Aún no hay un título para esta entrada)',NULL,'',0,'2019-11-07 09:11:13'),(11044,12001,'es',0,NULL,'(permitido: %s)',NULL,'',0,'2019-11-07 09:11:13'),(11045,12002,'es',0,NULL,'(incrustado)',NULL,'',0,'2019-11-07 09:11:13'),(11046,12003,'es',0,NULL,'* La tarea de borrado podría tardar varios minutos en terminar.',NULL,'',0,'2019-11-07 09:11:13'),(11047,12004,'es',0,NULL,'* El tema cuenta con el archivo %s, el cual define los valores predeterminados para WPML.',NULL,'',0,'2019-11-07 09:11:13'),(11048,12005,'es',0,NULL,'-- Seleccionar --',NULL,'',0,'2019-11-07 09:11:13'),(11049,12006,'es',0,NULL,'--No hay--',NULL,'',0,'2019-11-07 09:11:13'),(11050,12007,'es',0,NULL,'--seleccionar--',NULL,'',0,'2019-11-07 09:11:13'),(11051,12008,'es',0,NULL,'1. Idioma de contenido',NULL,'',0,'2019-11-07 09:11:13'),(11052,12009,'es',0,NULL,'1. Traducir estas cadenas: ',NULL,'',0,'2019-11-07 09:11:13'),(11053,12010,'es',0,NULL,'Está actualizando una entrada duplicada.',NULL,'',0,'2019-11-07 09:11:13'),(11054,12011,'es',0,NULL,'2. Idiomas de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11055,12012,'es',0,NULL,'2. Cuando se termine de traducir, regresar aquí y ejecutar la sincronización de menú de nuevo. Esto usará las cadenas traducidas para actualizar los menús.',NULL,'',0,'2019-11-07 09:11:13'),(11056,12013,'es',0,NULL,'Para no perder los cambios, WPML determinará que esta entrada sea traducida de forma independiente.',NULL,'',0,'2019-11-07 09:11:13'),(11057,12014,'es',0,NULL,'3. Selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11058,12015,'es',0,NULL,'4. Compatibilidad',NULL,'',0,'2019-11-07 09:11:13'),(11059,12016,'es',0,NULL,'5. Registro',NULL,'',0,'2019-11-07 09:11:13'),(11060,12017,'es',0,NULL,'<<< Anterior',NULL,'',0,'2019-11-07 09:11:13'),(11061,12018,'es',0,NULL,'<i>%s</i> integración',NULL,'',0,'2019-11-07 09:11:13'),(11062,12019,'es',0,NULL,'<p>Algunos términos de taxonomía están fuera de sincronización entre idiomas. Esto quiere decir que, en algunos idiomas, el contenido no tendrá las etiquetas o categorías correctas.</p>\\n\\t\\t\\t <p>Para sincronizar las taxonomías, necesita repasar cada una de la siguiente lista y hacer clic en el botón \"Actualizar jerarquía de taxonomía\".</p>',NULL,'',0,'2019-11-07 09:11:13'),(11063,12020,'es',0,NULL,'<strong>Aviso de WPML:</strong> Las actualizaciones de esta versión solo están adminitdas en la versión %s y posteriores. Para actualizar desde la versión %s, primero descargue la <a%s>2.0.4</a>, realice la actualización de DB y luego diríjase a esta versión.',NULL,'',0,'2019-11-07 09:11:13'),(11064,12021,'es',0,NULL,'Una extensión PHP detuvo la carga del archivo. El PHP no ofrece una manera de confirmar qué extensión causó la detención de la carga del archivo; podría ser de utilidad consultar la lista de extensiones con phpinfo() cargadas.',NULL,'',0,'2019-11-07 09:11:13'),(11065,12022,'es',0,NULL,'Un dominio distinto para cada idioma',NULL,'',0,'2019-11-07 09:11:13'),(11066,12023,'es',0,NULL,'Se requiere un límite de memoria de al menos %s.',NULL,'',0,'2019-11-07 09:11:13'),(11067,12024,'es',0,NULL,'Se requieren 128 MB de memoria disponible como mínimo.',NULL,'',0,'2019-11-07 09:11:13'),(11068,12025,'es',0,NULL,'Una página',NULL,'',0,'2019-11-07 09:11:13'),(11069,12026,'es',0,NULL,'Error AJAX:',NULL,'',0,'2019-11-07 09:11:13'),(11070,12027,'es',0,NULL,'Arriba de la entrada',NULL,'',0,'2019-11-07 09:11:13'),(11071,12028,'es',0,NULL,'Contenido de elemento acordeón',NULL,'',0,'2019-11-07 09:11:13'),(11072,12029,'es',0,NULL,'Etiqueta de elemento acordeón',NULL,'',0,'2019-11-07 09:11:13'),(11073,12030,'es',0,NULL,' Acordeón: contenido',NULL,'',0,'2019-11-07 09:11:13'),(11074,12031,'es',0,NULL,'Acordeón: título',NULL,'',0,'2019-11-07 09:11:13'),(11075,12032,'es',0,NULL,'Acordeón: contenido',NULL,'',0,'2019-11-07 09:11:13'),(11076,12033,'es',0,NULL,'Acordeón: contenido de encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11077,9964,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:11:13'),(11078,12034,'es',0,NULL,'Activar después de descargar',NULL,'',0,'2019-11-07 09:11:13'),(11079,9966,'es',0,NULL,'Activado',NULL,'',0,'2019-11-07 09:11:13'),(11080,12035,'es',0,NULL,'Activando %s',NULL,'',0,'2019-11-07 09:11:13'),(11081,9965,'es',0,NULL,'Activando...',NULL,'',0,'2019-11-07 09:11:13'),(11082,12036,'es',0,NULL,'Activo',NULL,'',0,'2019-11-07 09:11:13'),(11083,12037,'es',0,NULL,'Agregar',NULL,'',0,'2019-11-07 09:11:13'),(11084,12038,'es',0,NULL,'Agregar %s',NULL,'',0,'2019-11-07 09:11:13'),(11085,12039,'es',0,NULL,'Agregar / Quitar idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11086,12040,'es',0,NULL,'Agregar idioma',NULL,'',0,'2019-11-07 09:11:13'),(11087,12041,'es',0,NULL,'Agregue la lista de argumentos URL separados por coma que desee que WPML pase al cambiar de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11088,12042,'es',0,NULL,'Agregar un selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11089,12043,'es',0,NULL,'Agregar un selector de idioma nuevo a un menú',NULL,'',0,'2019-11-07 09:11:13'),(11090,12044,'es',0,NULL,'Agregar un selector de idioma nuevo a un área de widget',NULL,'',0,'2019-11-07 09:11:13'),(11091,12045,'es',0,NULL,'Agregar una nota para el administrador',NULL,'',0,'2019-11-07 09:11:13'),(11092,12046,'es',0,NULL,'Agregar una nota para el traductor',NULL,'',0,'2019-11-07 09:11:13'),(11093,12047,'es',0,NULL,'Agregar traducción de menú: %s',NULL,'',0,'2019-11-07 09:11:13'),(11094,12048,'es',0,NULL,'Agregar la siguiente línea:',NULL,'',0,'2019-11-07 09:11:13'),(11095,12049,'es',0,NULL,'Agregar traducción',NULL,'',0,'2019-11-07 09:11:13'),(11096,12050,'es',0,NULL,'Agregar la traducción al %s',NULL,'',0,'2019-11-07 09:11:13'),(11097,12051,'es',0,NULL,'Error al agregar idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11098,12052,'es',0,NULL,'Agregando traducción para: %s.',NULL,'',0,'2019-11-07 09:11:13'),(11099,12053,'es',0,NULL,'CSS adicional',NULL,'',0,'2019-11-07 09:11:13'),(11100,12054,'es',0,NULL,'Agrega información del idioma a las entradas y taxonomías que no la tienen.',NULL,'',0,'2019-11-07 09:11:13'),(11101,12055,'es',0,NULL,'Ajustar IDs para una funcionalidad multilingüe',NULL,'',0,'2019-11-07 09:11:13'),(11102,12056,'es',0,NULL,'Administración',NULL,'',0,'2019-11-07 09:11:13'),(11103,12057,'es',0,NULL,'Idioma de administración',NULL,'',0,'2019-11-07 09:11:13'),(11104,12058,'es',0,NULL,'El administrador respondió ',NULL,'',0,'2019-11-07 09:11:13'),(11105,12059,'es',0,NULL,'Ajustes avanzados',NULL,'',0,'2019-11-07 09:11:13'),(11106,12060,'es',0,NULL,'Taxonomías afectadas',NULL,'',0,'2019-11-07 09:11:13'),(11107,12061,'es',0,NULL,'Contenido de alerta',NULL,'',0,'2019-11-07 09:11:13'),(11108,12062,'es',0,NULL,'Descripción de alerta',NULL,'',0,'2019-11-07 09:11:13'),(11109,12063,'es',0,NULL,'Título de alerta',NULL,'',0,'2019-11-07 09:11:13'),(11110,12064,'es',0,NULL,'Todos',NULL,'',0,'2019-11-07 09:11:13'),(11111,12065,'es',0,NULL,'Todas las instancias de Installer',NULL,'',0,'2019-11-07 09:11:13'),(11112,12066,'es',0,NULL,'Todos los idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11113,12067,'es',0,NULL,'Si es posible, todas las categorías y etiquetas serán traducidas.',NULL,'',0,'2019-11-07 09:11:13'),(11114,12068,'es',0,NULL,'La configuración de esta sección afecta a todos los selectores de idioma del sitio.',NULL,'',0,'2019-11-07 09:11:13'),(11115,12069,'es',0,NULL,'Todos los idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11116,12070,'es',0,NULL,'Actualmente se muestran todos los idiomas.',NULL,'',0,'2019-11-07 09:11:13'),(11117,12071,'es',0,NULL,'Actualmente se muestran todos los idiomas. Escoja qué hacer cuando los idiomas del sitio están ocultos.',NULL,'',0,'2019-11-07 09:11:13'),(11118,12072,'es',0,NULL,'Todos los nombres de términos están actualizados',NULL,'',0,'2019-11-07 09:11:13'),(11119,12073,'es',0,NULL,'Si restablece los datos de WPML, se perderán todos los datos de traducción. Estos no se pueden recuperar. ',NULL,'',0,'2019-11-07 09:11:13'),(11120,12074,'es',0,NULL,'Permite enlazar traducciones existentes después de cambiar la definición (nombre) de las entradas personalizadas',NULL,'',0,'2019-11-07 09:11:13'),(11121,12075,'es',0,NULL,'Permite enlazar traducciones existentes después de cambiar la definición (nombre) de las taxonomías personalizadas',NULL,'',0,'2019-11-07 09:11:13'),(11122,12076,'es',0,NULL,'¿Ya compró %s?',NULL,'',0,'2019-11-07 09:11:13'),(11123,12077,'es',0,NULL,'¿Ya compró?',NULL,'',0,'2019-11-07 09:11:13'),(11124,12078,'es',0,NULL,'Siempre pedir comentarios (sin límite de tiempo para comentarios)',NULL,'',0,'2019-11-07 09:11:13'),(11125,12079,'es',0,NULL,'Siempre redirigir a los visitantes según el idioma del navegador (redirigir a la página de inicio si no hay traducciones).',NULL,'',0,'2019-11-07 09:11:13'),(11126,12080,'es',0,NULL,'Falló un intento de abrir la URL especificada como página raíz con el siguiente mensaje de error:',NULL,'',0,'2019-11-07 09:11:13'),(11127,12081,'es',0,NULL,'Se ha enviado un mensaje a %s para informarle del problema. Por favor, consulte su correo para ver la respuesta de su parte.',NULL,'',0,'2019-11-07 09:11:13'),(11128,12082,'es',0,NULL,'Texto delimitador: contenido primario',NULL,'',0,'2019-11-07 09:11:13'),(11129,12083,'es',0,NULL,'Texto delimitador: contenido secundario',NULL,'',0,'2019-11-07 09:11:13'),(11130,12084,'es',0,NULL,'Encabezado animado: después de texto',NULL,'',0,'2019-11-07 09:11:13'),(11131,12085,'es',0,NULL,'Encabezado animado: antes del texto',NULL,'',0,'2019-11-07 09:11:13'),(11132,12086,'es',0,NULL,'Encabezado animado: texto resaltado',NULL,'',0,'2019-11-07 09:11:13'),(11133,12087,'es',0,NULL,'Encabezado animado: texto giratorio',NULL,'',0,'2019-11-07 09:11:13'),(11134,12088,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:11:13'),(11135,12089,'es',0,NULL,'Aplicar cambios',NULL,'',0,'2019-11-07 09:11:13'),(11136,12090,'es',0,NULL,'Aplicar a todos los usuarios',NULL,'',0,'2019-11-07 09:11:13'),(11137,12091,'es',0,NULL,'Aprobado',NULL,'',0,'2019-11-07 09:11:13'),(11138,12092,'es',0,NULL,'Comprimido',NULL,'',0,'2019-11-07 09:11:13'),(11139,12093,'es',0,NULL,'¿Seguro que desea eliminar este idioma?%s¡TODOS los datos asociados con este idioma serán BORRADOS!',NULL,'',0,'2019-11-07 09:11:13'),(11140,12094,'es',0,NULL,'¿Seguro que desea eliminar esta clave del sitio?',NULL,'',0,'2019-11-07 09:11:13'),(11141,12095,'es',0,NULL,'¿Seguro que desea restablecer todos los datos de traducción e idioma? Esta operación no se puede revertir.',NULL,'',0,'2019-11-07 09:11:13'),(11142,12096,'es',0,NULL,'¿Seguro que desea restablecer la configuración predeterminada?',NULL,'',0,'2019-11-07 09:11:13'),(11143,12097,'es',0,NULL,'¿Seguro que desea cancelar el registro?',NULL,'',0,'2019-11-07 09:11:13'),(11144,12098,'es',0,NULL,'Lo más temprano posible',NULL,'',0,'2019-11-07 09:11:13'),(11145,12099,'es',0,NULL,'Pedir comentarios sobre el contenido traducido que fue %1s hasta %2s %3s atrás.',NULL,'',0,'2019-11-07 09:11:13'),(11146,12100,'es',0,NULL,'Asignar',NULL,'',0,'2019-11-07 09:11:13'),(11147,12101,'es',0,NULL,'Asignar el estado de la traducción al contenido duplicado',NULL,'',0,'2019-11-07 09:11:13'),(11148,12102,'es',0,NULL,'Audio: código para insertar',NULL,'',0,'2019-11-07 09:11:13'),(11149,12103,'es',0,NULL,'Iniciar y cerrar sesión de usuarios automáticamente de todos los dominios',NULL,'',0,'2019-11-07 09:11:13'),(11150,12104,'es',0,NULL,'Título generado automáticamente. Pulsar para editar.',NULL,'',0,'2019-11-07 09:11:13'),(11151,12105,'es',0,NULL,'Limpiar el caché automáticamente cuando las cadenas estén traducidas',NULL,'',0,'2019-11-07 09:11:13'),(11152,12106,'es',0,NULL,'Cargar el archivo .mo del tema automáticamente usando \'load_theme_textdomain\'',NULL,'',0,'2019-11-07 09:11:13'),(11153,12107,'es',0,NULL,'Disponible',NULL,'',0,'2019-11-07 09:11:13'),(11154,12108,'es',0,NULL,'Calificación promedio: %s',NULL,'',0,'2019-11-07 09:11:13'),(11155,12109,'es',0,NULL,'Atrás',NULL,'',0,'2019-11-07 09:11:13'),(11156,12110,'es',0,NULL,'Volver a idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11157,12111,'es',0,NULL,'Fondo',NULL,'',0,'2019-11-07 09:11:13'),(11158,12112,'es',0,NULL,'Compatible con versiones anteriores',NULL,'',0,'2019-11-07 09:11:13'),(11159,12113,'es',0,NULL,'Como su host no admite el cifrado, los datos solo tendrán un cifrado básico con el algoritmo bse64.',NULL,'',0,'2019-11-07 09:11:13'),(11160,12114,'es',0,NULL,'Como se encontraron demasiados %1$s, solo se muestran los %2$s primeros resultados. Puede refinar los resultados utilizando el siguiente campo de Búsqueda.',NULL,'',0,'2019-11-07 09:11:13'),(11161,12115,'es',0,NULL,'Antes de agregar otros idiomas, por favor seleccione el idioma en el que están escritos los contenidos existentes:',NULL,'',0,'2019-11-07 09:11:13'),(11162,12116,'es',0,NULL,'Abajo de la entrada',NULL,'',0,'2019-11-07 09:11:13'),(11163,12117,'es',0,NULL,'Beta',NULL,'',0,'2019-11-07 09:11:13'),(11164,12118,'es',0,NULL,'Blockquote: Contenido',NULL,'',0,'2019-11-07 09:11:13'),(11165,12119,'es',0,NULL,'Blockquote: Etiqueta del botón Tweet',NULL,'',0,'2019-11-07 09:11:13'),(11166,12120,'es',0,NULL,'Entradas de blog del idioma predeterminado del sitio web, o traducciones cuando estas existan',NULL,'',0,'2019-11-07 09:11:13'),(11167,12121,'es',0,NULL,'Azul',NULL,'',0,'2019-11-07 09:11:13'),(11168,12122,'es',0,NULL,'Borde',NULL,'',0,'2019-11-07 09:11:13'),(11169,12123,'es',0,NULL,'Rutas de navegación: texto de etiqueta de inicio',NULL,'',0,'2019-11-07 09:11:13'),(11170,12124,'es',0,NULL,'Redirección según idioma del navegador',NULL,'',0,'2019-11-07 09:11:13'),(11171,12125,'es',0,NULL,'El redireccionamiento a idiomas del navegador podría afectar el indexado de su sitio',NULL,'',0,'2019-11-07 09:11:13'),(11172,12126,'es',0,NULL,'Acciones masivas',NULL,'',0,'2019-11-07 09:11:13'),(11173,12127,'es',0,NULL,'Botón',NULL,'',0,'2019-11-07 09:11:13'),(11174,12128,'es',0,NULL,'Botón: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11175,12129,'es',0,NULL,'Botón: URL de enlace',NULL,'',0,'2019-11-07 09:11:13'),(11176,12130,'es',0,NULL,'Botón: texto',NULL,'',0,'2019-11-07 09:11:13'),(11177,12131,'es',0,NULL,'Comprar %s',NULL,'',0,'2019-11-07 09:11:13'),(11178,12132,'es',0,NULL,'Llamada a la acción: enlace de botón',NULL,'',0,'2019-11-07 09:11:13'),(11179,12133,'es',0,NULL,'Llamada a la acción: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11180,12134,'es',0,NULL,'Llamada a la acción: encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11181,12135,'es',0,NULL,'Llamada a la acción: texto',NULL,'',0,'2019-11-07 09:11:13'),(11182,12136,'es',0,NULL,'Llamada a la acción: botón',NULL,'',0,'2019-11-07 09:11:13'),(11183,12137,'es',0,NULL,'Llamada a la acción: descripción',NULL,'',0,'2019-11-07 09:11:13'),(11184,12138,'es',0,NULL,'Llamada en acción: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11185,12139,'es',0,NULL,'Llamada a la acción: título de cinta',NULL,'',0,'2019-11-07 09:11:13'),(11186,12140,'es',0,NULL,'Llamada a la acción: título',NULL,'',0,'2019-11-07 09:11:13'),(11187,12141,'es',0,NULL,'Llamada: texto de llamada a la acción',NULL,'',0,'2019-11-07 09:11:13'),(11188,12142,'es',0,NULL,'Llamada: encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11189,12143,'es',0,NULL,'Llamada: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11190,12144,'es',0,NULL,'Llamada: texto',NULL,'',0,'2019-11-07 09:11:13'),(11191,12145,'es',0,NULL,'No se puede crear un duplicado. Hay una traducción en curso.',NULL,'',0,'2019-11-07 09:11:13'),(11192,12146,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:11:13'),(11193,12147,'es',0,NULL,'Cancelar registro',NULL,'',0,'2019-11-07 09:11:13'),(11194,12148,'es',0,NULL,'Contenido de lienzo',NULL,'',0,'2019-11-07 09:11:13'),(11195,12149,'es',0,NULL,'Cambiar',NULL,'',0,'2019-11-07 09:11:13'),(11196,12150,'es',0,NULL,'Cambiar el idioma predeterminado',NULL,'',0,'2019-11-07 09:11:13'),(11197,12151,'es',0,NULL,'Cambiar idioma',NULL,'',0,'2019-11-07 09:11:13'),(11198,12152,'es',0,NULL,'Cambiar orden de menú por %s',NULL,'',0,'2019-11-07 09:11:13'),(11199,12153,'es',0,NULL,'El cambio del idioma predeterminado del sitio puede causar la desaparición de algunos contenidos.',NULL,'',0,'2019-11-07 09:11:13'),(11200,12154,'es',0,NULL,'Verificar ahora',NULL,'',0,'2019-11-07 09:11:13'),(11201,12155,'es',0,NULL,'Buscar comentarios huérfanos',NULL,'',0,'2019-11-07 09:11:13'),(11202,12156,'es',0,NULL,'Comprobar si hay actualizaciones',NULL,'',0,'2019-11-07 09:11:13'),(11203,12157,'es',0,NULL,'Buscando...',NULL,'',0,'2019-11-07 09:11:13'),(11204,12158,'es',0,NULL,'Seleccionar un menú',NULL,'',0,'2019-11-07 09:11:13'),(11205,12159,'es',0,NULL,'Elija una entrada para asignar',NULL,'',0,'2019-11-07 09:11:13'),(11206,12160,'es',0,NULL,'Seleccionar un área de widget',NULL,'',0,'2019-11-07 09:11:13'),(11207,12161,'es',0,NULL,'Seleccione cómo determinar en qué idioma los visitantes ven los contenidos',NULL,'',0,'2019-11-07 09:11:13'),(11208,12162,'es',0,NULL,'Elegir idioma:',NULL,'',0,'2019-11-07 09:11:13'),(11209,12163,'es',0,NULL,'Elija qué hacer cuando se traduce contenido con este campo:',NULL,'',0,'2019-11-07 09:11:13'),(11210,12164,'es',0,NULL,'Borrar comentarios huérfanos',NULL,'',0,'2019-11-07 09:11:13'),(11211,12165,'es',0,NULL,'Limpiar',NULL,'',0,'2019-11-07 09:11:13'),(11212,12166,'es',0,NULL,'Borrar todos los colores',NULL,'',0,'2019-11-07 09:11:13'),(11213,12167,'es',0,NULL,'Eliminar la caché ahora',NULL,'',0,'2019-11-07 09:11:13'),(11214,12168,'es',0,NULL,'Borrar información de idioma y volver a llenar los idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11215,12169,'es',0,NULL,'Borrar registro',NULL,'',0,'2019-11-07 09:11:13'),(11216,12170,'es',0,NULL,'Borrar caché en WPML',NULL,'',0,'2019-11-07 09:11:13'),(11217,12171,'es',0,NULL,'Haga clic para ver las opciones de los componentes individuales.',NULL,'',0,'2019-11-07 09:11:13'),(11218,12172,'es',0,NULL,'Código',NULL,'',0,'2019-11-07 09:11:13'),(11219,12173,'es',0,NULL,'Temas de color:',NULL,'',0,'2019-11-07 09:11:13'),(11220,12174,'es',0,NULL,'Comercial',NULL,'',0,'2019-11-07 09:11:13'),(11221,12175,'es',0,NULL,'Comunicación:',NULL,'',0,'2019-11-07 09:11:13'),(11222,12176,'es',0,NULL,'Informes de compatibilidad',NULL,'',0,'2019-11-07 09:11:13'),(11223,12177,'es',0,NULL,'Terminada',NULL,'',0,'2019-11-07 09:11:13'),(11224,12178,'es',0,NULL,'Completado: se procesaron %1$d entradas para \"%2$s\".',NULL,'',0,'2019-11-07 09:11:13'),(11225,12179,'es',0,NULL,'Componente',NULL,'',0,'2019-11-07 09:11:13'),(11226,12180,'es',0,NULL,'La configuración para comprobar la compatibilidad entre sus plugins activos y temas se actualiza diariamente de forma automática.',NULL,'',0,'2019-11-07 09:11:13'),(11227,12181,'es',0,NULL,'Configurar',NULL,'',0,'2019-11-07 09:11:13'),(11228,12182,'es',0,NULL,'Configurar WPML',NULL,'',0,'2019-11-07 09:11:13'),(11229,12183,'es',0,NULL,'¿Conectar esta entrada?',NULL,'',0,'2019-11-07 09:11:13'),(11230,12184,'es',0,NULL,'Conectar con traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11231,12185,'es',0,NULL,'¡La conexión falló! Actualice la página e inténtelo de nuevo. (%s)',NULL,'',0,'2019-11-07 09:11:13'),(11232,12186,'es',0,NULL,'Formulario de contacto: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11233,12187,'es',0,NULL,'Formulario de contacto: texto de casilla de verificación',NULL,'',0,'2019-11-07 09:11:13'),(11234,12188,'es',0,NULL,'Formulario de contacto: marcador de campo de correo electrónico',NULL,'',0,'2019-11-07 09:11:13'),(11235,12189,'es',0,NULL,'Formulario de contacto: marcador de campo de nombre',NULL,'',0,'2019-11-07 09:11:13'),(11236,12190,'es',0,NULL,'Formulario de contacto: marcador de campo de teléfono',NULL,'',0,'2019-11-07 09:11:13'),(11237,12191,'es',0,NULL,'Formulario de contacto: enlace de redirección',NULL,'',0,'2019-11-07 09:11:13'),(11238,12192,'es',0,NULL,'Formulario de contacto: marcador de campo de asunto',NULL,'',0,'2019-11-07 09:11:13'),(11239,12193,'es',0,NULL,'Formulario de contacto: mensaje de éxito',NULL,'',0,'2019-11-07 09:11:13'),(11240,12194,'es',0,NULL,'Formulario de contacto: condiciones del servicio',NULL,'',0,'2019-11-07 09:11:13'),(11241,12195,'es',0,NULL,'Formulario de contacto: marcador de Su mensaje',NULL,'',0,'2019-11-07 09:11:13'),(11242,12196,'es',0,NULL,'Contactar al traductor',NULL,'',0,'2019-11-07 09:11:13'),(11243,12197,'es',0,NULL,'Área de contenido: contenido',NULL,'',0,'2019-11-07 09:11:13'),(11244,12198,'es',0,NULL,'Presentación de contenido: enlace de llamada a la acción de diapositiva',NULL,'',0,'2019-11-07 09:11:13'),(11245,12199,'es',0,NULL,'Presentación de contenido: texto de llamada a la acción de diapositiva',NULL,'',0,'2019-11-07 09:11:13'),(11246,12200,'es',0,NULL,'Presentación de contenido: Contenido de diapositiva',NULL,'',0,'2019-11-07 09:11:13'),(11247,12201,'es',0,NULL,'Presentación de contenido: encabezado de diapositiva',NULL,'',0,'2019-11-07 09:11:13'),(11248,12202,'es',0,NULL,'Continuar',NULL,'',0,'2019-11-07 09:11:13'),(11249,12203,'es',0,NULL,'Copia del original',NULL,'',0,'2019-11-07 09:11:13'),(11250,12204,'es',0,NULL,'Copiar',NULL,'',0,'2019-11-07 09:11:13'),(11251,12205,'es',0,NULL,'Copiar contenido de %s',NULL,'',0,'2019-11-07 09:11:13'),(11252,12206,'es',0,NULL,'Copiar del original',NULL,'',0,'2019-11-07 09:11:13'),(11253,12207,'es',0,NULL,'Copiar del original a la traducción',NULL,'',0,'2019-11-07 09:11:13'),(11254,12208,'es',0,NULL,'Copiar una vez',NULL,'',0,'2019-11-07 09:11:13'),(11255,12209,'es',0,NULL,'Copiar la fecha de publicación en las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11256,12210,'es',0,NULL,'Copiar taxonomía en las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11257,12211,'es',0,NULL,'Copiar este término del original: ¿del %1$s a todos los demás idiomas?',NULL,'',0,'2019-11-07 09:11:13'),(11258,12212,'es',0,NULL,'Copiar a todos los idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11259,12213,'es',0,NULL,'Corrija la asignación del tipo de entrada para las traducciones de tipos de entradas personalizadas en caso de que algo salga mal.',NULL,'',0,'2019-11-07 09:11:13'),(11260,12214,'es',0,NULL,'Corregir el recuento de términos si hay alguna falla con el contenido traducido.',NULL,'',0,'2019-11-07 09:11:13'),(11261,12215,'es',0,NULL,'Corregido por:',NULL,'',0,'2019-11-07 09:11:13'),(11262,12216,'es',0,NULL,'No se pudo obtener el estado de %s.',NULL,'',0,'2019-11-07 09:11:13'),(11263,12217,'es',0,NULL,'No se pudo enviar el informe para %s.',NULL,'',0,'2019-11-07 09:11:13'),(11264,12218,'es',0,NULL,'Cuenta regresiva: label días',NULL,'',0,'2019-11-07 09:11:13'),(11265,12219,'es',0,NULL,'Cuenta regresiva: etiquetar horas',NULL,'',0,'2019-11-07 09:11:13'),(11266,12220,'es',0,NULL,'Cuenta regresiva: etiquetar minutos',NULL,'',0,'2019-11-07 09:11:13'),(11267,12221,'es',0,NULL,'Cuenta regresiva: etiquetar segundos',NULL,'',0,'2019-11-07 09:11:13'),(11268,12222,'es',0,NULL,'Contador: prefijo de número',NULL,'',0,'2019-11-07 09:11:13'),(11269,12223,'es',0,NULL,'Contador: sufijo de número',NULL,'',0,'2019-11-07 09:11:13'),(11270,12224,'es',0,NULL,'Crear duplicado',NULL,'',0,'2019-11-07 09:11:13'),(11271,12225,'es',0,NULL,'Cree una página raíz.',NULL,'',0,'2019-11-07 09:11:13'),(11272,12226,'es',0,NULL,'Creando tablas nuevas...',NULL,'',0,'2019-11-07 09:11:13'),(11273,12227,'es',0,NULL,'Actual',NULL,'',0,'2019-11-07 09:11:13'),(11274,12228,'es',0,NULL,'Idioma de contenido actual',NULL,'',0,'2019-11-07 09:11:13'),(11275,12229,'es',0,NULL,'Idioma actual',NULL,'',0,'2019-11-07 09:11:13'),(11276,12230,'es',0,NULL,'Color de fondo de idioma actual',NULL,'',0,'2019-11-07 09:11:13'),(11277,12231,'es',0,NULL,'Color de letra de idioma actual',NULL,'',0,'2019-11-07 09:11:13'),(11278,12232,'es',0,NULL,'Página actual',NULL,'',0,'2019-11-07 09:11:13'),(11279,12233,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:11:13'),(11280,12234,'es',0,NULL,'Campos personalizados',NULL,'',0,'2019-11-07 09:11:13'),(11281,12235,'es',0,NULL,'Bandera personalizada',NULL,'',0,'2019-11-07 09:11:13'),(11282,12236,'es',0,NULL,'Selectores de idioma personalizados',NULL,'',0,'2019-11-07 09:11:13'),(11283,12237,'es',0,NULL,'insertar los selectores de WPML en ubicaciones personalizadas',NULL,'',0,'2019-11-07 09:11:13'),(11284,12238,'es',0,NULL,'¿Necesita más opciones? Mire cómo puede %s.',NULL,'',0,'2019-11-07 09:11:13'),(11285,12239,'es',0,NULL,'Taxonomías personalizadas',NULL,'',0,'2019-11-07 09:11:13'),(11286,12240,'es',0,NULL,'Personalizar',NULL,'',0,'2019-11-07 09:11:13'),(11287,12241,'es',0,NULL,'Personalice el selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11288,12242,'es',0,NULL,'Panel',NULL,'',0,'2019-11-07 09:11:13'),(11289,12243,'es',0,NULL,'Datos guardados',NULL,'',0,'2019-11-07 09:11:13'),(11290,12244,'es',0,NULL,'Fecha',NULL,'',0,'2019-11-07 09:11:13'),(11291,12245,'es',0,NULL,'Desactivar',NULL,'',0,'2019-11-07 09:11:13'),(11292,12246,'es',0,NULL,'Desactivar WPML Page Builders',NULL,'',0,'2019-11-07 09:11:13'),(11293,12247,'es',0,NULL,'Información de depuración',NULL,'',0,'2019-11-07 09:11:13'),(11294,12248,'es',0,NULL,'Idioma de administración predeterminado (actualmente es el %s)',NULL,'',0,'2019-11-07 09:11:13'),(11295,12249,'es',0,NULL,'Idioma de administración predeterminado:',NULL,'',0,'2019-11-07 09:11:13'),(11296,12250,'es',0,NULL,'Idioma predeterminado (actualmente %s)',NULL,'',0,'2019-11-07 09:11:13'),(11297,12251,'es',0,NULL,'Configuración regional predeterminada',NULL,'',0,'2019-11-07 09:11:13'),(11298,12252,'es',0,NULL,'Delegado',NULL,'',0,'2019-11-07 09:11:13'),(11299,12253,'es',0,NULL,'Eliminar',NULL,'',0,'2019-11-07 09:11:13'),(11300,12254,'es',0,NULL,'Eliminar selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11301,12255,'es',0,NULL,'Eliminar enlace permanente',NULL,'',0,'2019-11-07 09:11:13'),(11302,12256,'es',0,NULL,'Eliminado',NULL,'',0,'2019-11-07 09:11:13'),(11303,12257,'es',0,NULL,'Comentarios eliminados:',NULL,'',0,'2019-11-07 09:11:13'),(11304,12258,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:11:13'),(11305,12259,'es',0,NULL,'Registro de error detallado',NULL,'',0,'2019-11-07 09:11:13'),(11306,12260,'es',0,NULL,'Detalles',NULL,'',0,'2019-11-07 09:11:13'),(11307,12261,'es',0,NULL,'Desarrollo',NULL,'',0,'2019-11-07 09:11:13'),(11308,12262,'es',0,NULL,'Distintos idiomas en los directorios',NULL,'',0,'2019-11-07 09:11:13'),(11309,12263,'es',0,NULL,'Desactivar la redirección de idioma del navegador',NULL,'',0,'2019-11-07 09:11:13'),(11310,12264,'es',0,NULL,'Desactivar caché para plantillas de selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11311,12265,'es',0,NULL,'Desactivar esta prestación',NULL,'',0,'2019-11-07 09:11:13'),(11312,9968,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:11:13'),(11313,12266,'es',0,NULL,'Descartar este aviso.',NULL,'',0,'2019-11-07 09:11:13'),(11314,12267,'es',0,NULL,'Mostrar las alternativas de idioma en la sección del ENCABEZADO.',NULL,'',0,'2019-11-07 09:11:13'),(11315,12268,'es',0,NULL,'Mostrar idiomas ocultos',NULL,'',0,'2019-11-07 09:11:13'),(11316,12269,'es',0,NULL,'El modo de visualización para las entradas de blog ha cambiado',NULL,'',0,'2019-11-07 09:11:13'),(11317,12270,'es',0,NULL,'Mostrar en idioma:',NULL,'',0,'2019-11-07 09:11:13'),(11318,12271,'es',0,NULL,'No hacer \'%s\' traducible',NULL,'',0,'2019-11-07 09:11:13'),(11319,12272,'es',0,NULL,'No mostrar',NULL,'',0,'2019-11-07 09:11:13'),(11320,12273,'es',0,NULL,'No hacer nada',NULL,'',0,'2019-11-07 09:11:13'),(11321,12274,'es',0,NULL,'¿Seguro deseas eliminar este elemento?',NULL,'',0,'2019-11-07 09:11:13'),(11322,12275,'es',0,NULL,'¿Desea continuar?',NULL,'',0,'2019-11-07 09:11:13'),(11323,12276,'es',0,NULL,'¿No tiene una clave para este sitio? %sGenerar una clave para este sitio%s',NULL,'',0,'2019-11-07 09:11:13'),(11324,12277,'es',0,NULL,'No enviar esta información y omitir las alertas de compatibilidad',NULL,'',0,'2019-11-07 09:11:13'),(11325,12278,'es',0,NULL,'No traducir',NULL,'',0,'2019-11-07 09:11:13'),(11326,12279,'es',0,NULL,'No usar la Traducción de cadenas para traducir temas y plugines',NULL,'',0,'2019-11-07 09:11:13'),(11327,12280,'es',0,NULL,'Hecho',NULL,'',0,'2019-11-07 09:11:13'),(11328,12281,'es',0,NULL,'¡Listo!',NULL,'',0,'2019-11-07 09:11:13'),(11329,12282,'es',0,NULL,'Listo.',NULL,'',0,'2019-11-07 09:11:13'),(11330,9962,'es',0,NULL,'Descargar',NULL,'',0,'2019-11-07 09:11:13'),(11331,12283,'es',0,NULL,'La descarga falló.\\n\\nHaga clic en OK para revalidar la suscripción o en CANCELAR para intentarlo de nuevo.',NULL,'',0,'2019-11-07 09:11:13'),(11332,12284,'es',0,NULL,'La descarga falló.\\n\\nActualice la página e inténtelo de nuevo.',NULL,'',0,'2019-11-07 09:11:13'),(11333,12285,'es',0,NULL,'Descargando',NULL,'',0,'2019-11-07 09:11:13'),(11334,12286,'es',0,NULL,'No es posible descargar porque WordPress no puede escribir en la carpeta de plugins. %sSolución de problemas%s.',NULL,'',0,'2019-11-07 09:11:13'),(11335,12287,'es',0,NULL,'No es posible descargar. WordPress no puede crear las carpetas necesarias debido a la limitación de\\n 256 caracteres del entorno de Windows actual.',NULL,'',0,'2019-11-07 09:11:13'),(11336,12288,'es',0,NULL,'Arrastrar y colocar los idiomas para cambiar su orden',NULL,'',0,'2019-11-07 09:11:13'),(11337,12289,'es',0,NULL,'Menú desplegable',NULL,'',0,'2019-11-07 09:11:13'),(11338,12290,'es',0,NULL,'Contenido desplegable',NULL,'',0,'2019-11-07 09:11:13'),(11339,12291,'es',0,NULL,'Duplicar',NULL,'',0,'2019-11-07 09:11:13'),(11340,12292,'es',0,NULL,'Duplicar los elementos multimedia existentes para el contenido traducido',NULL,'',0,'2019-11-07 09:11:13'),(11341,12293,'es',0,NULL,'Duplicar imagen destacada a partir del original',NULL,'',0,'2019-11-07 09:11:13'),(11342,12294,'es',0,NULL,'Duplicar la imagen destacada en las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11343,12295,'es',0,NULL,'Duplicar las imágenes destacadas para las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11344,12296,'es',0,NULL,'Duplicar los elementos multimedia adjuntos para las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11345,12297,'es',0,NULL,'Duplicar las imágenes destacadas para el contenido traducido',NULL,'',0,'2019-11-07 09:11:13'),(11346,12298,'es',0,NULL,'Duplicar los elementos multimedia a partir de los originales',NULL,'',0,'2019-11-07 09:11:13'),(11347,12299,'es',0,NULL,'Duplicar los elementos multimedia cargados en las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11348,12300,'es',0,NULL,'Duplicando imágenes destacadas. Quedan %d',NULL,'',0,'2019-11-07 09:11:13'),(11349,12301,'es',0,NULL,'Duplicando imágenes destacadas: ¡listo!',NULL,'',0,'2019-11-07 09:11:13'),(11350,12302,'es',0,NULL,'Duplicando multimedia. Quedan: %d',NULL,'',0,'2019-11-07 09:11:13'),(11351,12303,'es',0,NULL,'Duplicando multimedia: ¡listo!',NULL,'',0,'2019-11-07 09:11:13'),(11352,12304,'es',0,NULL,'Mensaje enviado al servicio de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11353,12305,'es',0,NULL,'Cada usuario puede elegir el idioma de administración. Puede editar las preferencias de idioma visitando su <a href=\"%s\">página de perfil</a>.',NULL,'',0,'2019-11-07 09:11:13'),(11354,12306,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:11:13'),(11355,12307,'es',0,NULL,'Editar selector de idioma de pie de página',NULL,'',0,'2019-11-07 09:11:13'),(11356,12308,'es',0,NULL,'Editar selector de idioma de menú',NULL,'',0,'2019-11-07 09:11:13'),(11357,12309,'es',0,NULL,'Editar selector de idioma de traducción de entradas',NULL,'',0,'2019-11-07 09:11:13'),(11358,12310,'es',0,NULL,'Editar selector de idioma de acciones de shortcode',NULL,'',0,'2019-11-07 09:11:13'),(11359,12311,'es',0,NULL,'Editar selector de idioma de área de widget',NULL,'',0,'2019-11-07 09:11:13'),(11360,12312,'es',0,NULL,'Editar comentario',NULL,'',0,'2019-11-07 09:11:13'),(11361,12313,'es',0,NULL,'Editar el selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11362,12314,'es',0,NULL,'Editar idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11363,12315,'es',0,NULL,'Esta tabla le permite editar los idiomas del sitio. Cada fila representa un idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11364,12316,'es',0,NULL,'Para cada idioma, necesita introducir la siguiente información:',NULL,'',0,'2019-11-07 09:11:13'),(11365,12317,'es',0,NULL,'Código:',NULL,'',0,'2019-11-07 09:11:13'),(11366,12318,'es',0,NULL,'un único valor que identifique el idioma. Una vez introducido, el código de idioma no se puede cambiar.',NULL,'',0,'2019-11-07 09:11:13'),(11367,12319,'es',0,NULL,'Traducciones:',NULL,'',0,'2019-11-07 09:11:13'),(11368,12320,'es',0,NULL,'la manera en que el nombre de idioma se mostrará en distintos idiomas. ',NULL,'',0,'2019-11-07 09:11:13'),(11369,12321,'es',0,NULL,'Bandera:',NULL,'',0,'2019-11-07 09:11:13'),(11370,12322,'es',0,NULL,'la bandera para mostrar al lado del idioma (opcional). Puede subir su propia bandera o usar una de las imágenes de bandera integradas de WPML.',NULL,'',0,'2019-11-07 09:11:13'),(11371,12323,'es',0,NULL,'Configuración regional predeterminada:',NULL,'',0,'2019-11-07 09:11:13'),(11372,12324,'es',0,NULL,'Esto determina el valor regional para este idioma. Verifique el nombre del archivo de localización de WordPress para definir esto correctamente.',NULL,'',0,'2019-11-07 09:11:13'),(11373,12325,'es',0,NULL,'Codificar URL:',NULL,'',0,'2019-11-07 09:11:13'),(11374,12326,'es',0,NULL,'sí/no, determina si las URL en este idioma son codificadas o usan caracteres ASCII (dejar ‘no’ si no está seguro).',NULL,'',0,'2019-11-07 09:11:13'),(11375,12327,'es',0,NULL,'hreflang:',NULL,'',0,'2019-11-07 09:11:13'),(11376,12328,'es',0,NULL,'el código que Google espera para este idioma. El hreflang debe contener al menos el código de idioma (usualmente, compuesto de dos letras), o, si desea especificar el país/región, esta debe ser la misma información que la del nombre de la configuración regional, pero en un formato levemente distinto. Si la configuración regional para francés de canadá es fr_CA, el hreflang correspondiente sería fr-ca. En vez de guión bajo, use guión corto (-) y todas las letras deben ser en minúscula.',NULL,'',0,'2019-11-07 09:11:13'),(11377,12329,'es',0,NULL,'Edite la página raíz.',NULL,'',0,'2019-11-07 09:11:13'),(11378,12330,'es',0,NULL,'Editar la traducción %s',NULL,'',0,'2019-11-07 09:11:13'),(11379,12331,'es',0,NULL,'Editar esta página para agregar traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11380,12332,'es',0,NULL,'Editar traducción',NULL,'',0,'2019-11-07 09:11:13'),(11381,12333,'es',0,NULL,'Idioma de edición:',NULL,'',0,'2019-11-07 09:11:13'),(11382,12334,'es',0,NULL,'Elementos para incluir en el selector de idioma:',NULL,'',0,'2019-11-07 09:11:13'),(11383,12335,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:11:13'),(11384,12336,'es',0,NULL,'Activar comentario de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11385,12337,'es',0,NULL,'Activar el módulo de comentario de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11386,12338,'es',0,NULL,'Activar caché para plantillas de selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11387,12339,'es',0,NULL,'Codificar direcciones URL',NULL,'',0,'2019-11-07 09:11:13'),(11388,12340,'es',0,NULL,'Introduzca CSS para agregar a la página. Esto resulta útil cuando desea agregar estilo al selector de idioma, sin tener que editar el archivo CSS en el servidor.',NULL,'',0,'2019-11-07 09:11:13'),(11389,12341,'es',0,NULL,'Introducir clave del sitio',NULL,'',0,'2019-11-07 09:11:13'),(11390,12342,'es',0,NULL,'Introducir textdomain:',NULL,'',0,'2019-11-07 09:11:13'),(11391,12343,'es',0,NULL,'Introduzca la clave del sitio, desde su cuenta de wpml.org, para recibir actualizaciones automáticas para WPML en este sitio.',NULL,'',0,'2019-11-07 09:11:13'),(11392,12344,'es',0,NULL,'Introducir el título del widget o dejar vacío para que no haya título.',NULL,'',0,'2019-11-07 09:11:13'),(11393,9967,'es',0,NULL,'Error',NULL,'',0,'2019-11-07 09:11:13'),(11394,12345,'es',0,NULL,'Error al agregar archivo.',NULL,'',0,'2019-11-07 09:11:13'),(11395,12346,'es',0,NULL,'Error al agregar nombre nativo.',NULL,'',0,'2019-11-07 09:11:13'),(11396,12347,'es',0,NULL,'Error al agregar la traducción %s para %s.',NULL,'',0,'2019-11-07 09:11:13'),(11397,12348,'es',0,NULL,'Error al cargar archivo de bandera.',NULL,'',0,'2019-11-07 09:11:13'),(11398,12349,'es',0,NULL,'Error: No se encontró el idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11399,12350,'es',0,NULL,'Error: No hay campos personalizados',NULL,'',0,'2019-11-07 09:11:13'),(11400,12351,'es',0,NULL,'Error: Por favor, active el plugin de Administración de traducción de WPML',NULL,'',0,'2019-11-07 09:11:13'),(11401,12352,'es',0,NULL,'Error: Especifique una acción de traducción, por favor.',NULL,'',0,'2019-11-07 09:11:13'),(11402,12353,'es',0,NULL,'Error: hubo un problema con el valor del campo. No se pueden establecer las preferencias de traducción.',NULL,'',0,'2019-11-07 09:11:13'),(11403,12354,'es',0,NULL,'Error: Este es un idioma integrado. No puede eliminarlo.',NULL,'',0,'2019-11-07 09:11:13'),(11404,12355,'es',0,NULL,'Error: No se inició el plugin de Administración de traducción de WPML',NULL,'',0,'2019-11-07 09:11:13'),(11405,12356,'es',0,NULL,'Error: los datos no se han guardado',NULL,'',0,'2019-11-07 09:11:13'),(11406,12357,'es',0,NULL,'Etapa de prueba',NULL,'',0,'2019-11-07 09:11:13'),(11407,12358,'es',0,NULL,'Fecha de caducidad para el módulo de comentario de traducción:',NULL,'',0,'2019-11-07 09:11:13'),(11408,12359,'es',0,NULL,'No se pudieron actualizar los comentarios.',NULL,'',0,'2019-11-07 09:11:13'),(11409,12360,'es',0,NULL,'No se pudo escribir el archivo en el disco.',NULL,'',0,'2019-11-07 09:11:13'),(11410,12361,'es',0,NULL,'Comentarios',NULL,'',0,'2019-11-07 09:11:13'),(11411,12362,'es',0,NULL,'Navegación de lista de comentarios',NULL,'',0,'2019-11-07 09:11:13'),(11412,12363,'es',0,NULL,'Comentario:',NULL,'',0,'2019-11-07 09:11:13'),(11413,12364,'es',0,NULL,'Extensión de archivo no permitida.',NULL,'',0,'2019-11-07 09:11:13'),(11414,12365,'es',0,NULL,'Finalizando actualización...',NULL,'',0,'2019-11-07 09:11:13'),(11415,12366,'es',0,NULL,'Averigüe cómo actualizar PHP.',NULL,'',0,'2019-11-07 09:11:13'),(11416,12367,'es',0,NULL,'Terminar',NULL,'',0,'2019-11-07 09:11:13'),(11417,12368,'es',0,NULL,'Finalizado',NULL,'',0,'2019-11-07 09:11:13'),(11418,12369,'es',0,NULL,'Primer elemento de menú',NULL,'',0,'2019-11-07 09:11:13'),(11419,12370,'es',0,NULL,'Primera página',NULL,'',0,'2019-11-07 09:11:13'),(11420,12371,'es',0,NULL,'Reparar la intercalación de tablas de WPML',NULL,'',0,'2019-11-07 09:11:13'),(11421,12372,'es',0,NULL,'Reparar la intercalación de element_type',NULL,'',0,'2019-11-07 09:11:13'),(11422,12373,'es',0,NULL,'Reparar asignaciones de tipo de entrada para las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11423,12374,'es',0,NULL,'Reparar recuento de términos',NULL,'',0,'2019-11-07 09:11:13'),(11424,12375,'es',0,NULL,'Repara la intercalación de las tablas de WPML para que coincida con la intercalación de las tablas predeterminadas de WP.',NULL,'',0,'2019-11-07 09:11:13'),(11425,12376,'es',0,NULL,'Repara la intercalación de la columna element_type en icl_translations en el caso de que este ajuste cambiara para la columna posts.post_type.',NULL,'',0,'2019-11-07 09:11:13'),(11426,12377,'es',0,NULL,'Bandera',NULL,'',0,'2019-11-07 09:11:13'),(11427,12378,'es',0,NULL,'Cuadro de volteo: enlace de botón',NULL,'',0,'2019-11-07 09:11:13'),(11428,12379,'es',0,NULL,'Cuadro de volteo: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11429,12380,'es',0,NULL,'Cuadro de volteo: texto de descripción lado A',NULL,'',0,'2019-11-07 09:11:13'),(11430,12381,'es',0,NULL,'Cuadro de volteo: texto de descripción lado B',NULL,'',0,'2019-11-07 09:11:13'),(11431,12382,'es',0,NULL,'Cuatro de volteo: texto de título lado A',NULL,'',0,'2019-11-07 09:11:13'),(11432,12383,'es',0,NULL,'Cuadro de volteo: texto de título lado B',NULL,'',0,'2019-11-07 09:11:13'),(11433,12384,'es',0,NULL,'Selector de idioma de pie de página',NULL,'',0,'2019-11-07 09:11:13'),(11434,12385,'es',0,NULL,'Para \"%s\"',NULL,'',0,'2019-11-07 09:11:13'),(11435,12386,'es',0,NULL,'Para los componentes de WPML, puede recibir actualizaciones de su %s o de manera automática, después de registrarse en WPML.',NULL,'',0,'2019-11-07 09:11:13'),(11436,12387,'es',0,NULL,'Para acceso avanzado o para desinstalar wpml completamente y eliminar la información de todos los idiomas, use la página de %ssolución de problemas%s.',NULL,'',0,'2019-11-07 09:11:13'),(11437,12388,'es',0,NULL,'Para recuperar la información de depuración de Installer, usa la página %s.',NULL,'',0,'2019-11-07 09:11:13'),(11438,12389,'es',0,NULL,'Para recuperar información de depuración si el asistente técnico lo solicita, use la página de %sinformación de depuración%s.',NULL,'',0,'2019-11-07 09:11:13'),(11439,12390,'es',0,NULL,'Formulario: texto de aceptación',NULL,'',0,'2019-11-07 09:11:13'),(11440,12391,'es',0,NULL,'Formulario: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11441,12392,'es',0,NULL,'Formulario: opciones de casilla de verificación',NULL,'',0,'2019-11-07 09:11:13'),(11442,12393,'es',0,NULL,'Formulario: contenido de mensaje',NULL,'',0,'2019-11-07 09:11:13'),(11443,12394,'es',0,NULL,'Formulario: nombre de remitente del mensaje',NULL,'',0,'2019-11-07 09:11:13'),(11444,12395,'es',0,NULL,'Formulario: asunto del mensaje',NULL,'',0,'2019-11-07 09:11:13'),(11445,12396,'es',0,NULL,'Formulario: mensaje de error',NULL,'',0,'2019-11-07 09:11:13'),(11446,12397,'es',0,NULL,'De: HTML de campo',NULL,'',0,'2019-11-07 09:11:13'),(11447,12398,'es',0,NULL,'Formulario: etiqueta de campo',NULL,'',0,'2019-11-07 09:11:13'),(11448,12399,'es',0,NULL,'Formulario: marcador de campo',NULL,'',0,'2019-11-07 09:11:13'),(11449,12400,'es',0,NULL,'Formulario: mensaje de no válido',NULL,'',0,'2019-11-07 09:11:13'),(11450,12401,'es',0,NULL,'Formulario: mensaje de requerido',NULL,'',0,'2019-11-07 09:11:13'),(11451,12402,'es',0,NULL,'Formulario: mensaje de éxito',NULL,'',0,'2019-11-07 09:11:13'),(11452,12403,'es',0,NULL,'Formulario: nombre',NULL,'',0,'2019-11-07 09:11:13'),(11453,12404,'es',0,NULL,'Reciba instrucciones personalizadas para traducir este sitio web. También accederá al soporte para usuarios de WPML.',NULL,'',0,'2019-11-07 09:11:13'),(11454,12405,'es',0,NULL,'Obtener instrucciones de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11455,12406,'es',0,NULL,'Obtenga la clave de sitio para %1$s. Si ya tiene una clave, obténgala de %2$s. De lo contrario, %3$s',NULL,'',0,'2019-11-07 09:11:13'),(11456,12407,'es',0,NULL,'Guía de inicio',NULL,'',0,'2019-11-07 09:11:13'),(11457,12408,'es',0,NULL,'Ir a la configuración de la Red de WPML.',NULL,'',0,'2019-11-07 09:11:13'),(11458,12409,'es',0,NULL,'Ir a la página anterior',NULL,'',0,'2019-11-07 09:11:13'),(11459,12410,'es',0,NULL,'Ir a la primera página',NULL,'',0,'2019-11-07 09:11:13'),(11460,12411,'es',0,NULL,'Ir a la última página',NULL,'',0,'2019-11-07 09:11:13'),(11461,12412,'es',0,NULL,'Ir a la siguiente página',NULL,'',0,'2019-11-07 09:11:13'),(11462,12413,'es',0,NULL,'¡Buenas noticias! Su sitio no tiene comentarios huérfanos.',NULL,'',0,'2019-11-07 09:11:13'),(11463,12414,'es',0,NULL,'Entendido',NULL,'',0,'2019-11-07 09:11:13'),(11464,12415,'es',0,NULL,'Gris',NULL,'',0,'2019-11-07 09:11:13'),(11465,12416,'es',0,NULL,'El grupo no existe.',NULL,'',0,'2019-11-07 09:11:13'),(11466,12417,'es',0,NULL,'HTML',NULL,'',0,'2019-11-07 09:11:13'),(11467,12418,'es',0,NULL,'Archivo HTML',NULL,'',0,'2019-11-07 09:11:13'),(11468,12419,'es',0,NULL,'Código HTTP: %s (%s)',NULL,'',0,'2019-11-07 09:11:13'),(11469,12420,'es',0,NULL,'Encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11470,12421,'es',0,NULL,'Encabezado: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11471,12422,'es',0,NULL,'Contenido de texto de encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11472,12423,'es',0,NULL,'Idiomas ocultos:',NULL,'',0,'2019-11-07 09:11:13'),(11473,12424,'es',0,NULL,'Ocultar',NULL,'',0,'2019-11-07 09:11:13'),(11474,12425,'es',0,NULL,'Ocultar intercambiadores de idioma en la página raíz',NULL,'',0,'2019-11-07 09:11:13'),(11475,12426,'es',0,NULL,'Ocultar idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11476,12427,'es',0,NULL,'Ocultar campos de sistema',NULL,'',0,'2019-11-07 09:11:13'),(11477,12428,'es',0,NULL,'Ocultar este aviso.',NULL,'',0,'2019-11-07 09:11:13'),(11478,12429,'es',0,NULL,'Sincronización de jerarquía',NULL,'',0,'2019-11-07 09:11:13'),(11479,12430,'es',0,NULL,'Alta prioridad',NULL,'',0,'2019-11-07 09:11:13'),(11480,12431,'es',0,NULL,'Desplazamiento del mouse',NULL,'',0,'2019-11-07 09:11:13'),(11481,12432,'es',0,NULL,'Solución de problemas',NULL,'',0,'2019-11-07 09:11:13'),(11482,12433,'es',0,NULL,'Instrucciones para utilizar los idiomas sin traducir',NULL,'',0,'2019-11-07 09:11:13'),(11483,12434,'es',0,NULL,'Instrucciones para gestionar elementos multimedia para contenido nuevo:',NULL,'',0,'2019-11-07 09:11:13'),(11484,12435,'es',0,NULL,'Instrucciones para traducir',NULL,'',0,'2019-11-07 09:11:13'),(11485,12436,'es',0,NULL,'Cómo traducir contenido de Gutenberg',NULL,'',0,'2019-11-07 09:11:13'),(11486,12437,'es',0,NULL,'¿Cómo traducir cadenas en temas y plugines?',NULL,'',0,'2019-11-07 09:11:13'),(11487,12438,'es',0,NULL,'Estoy a punto de restablecer todos los datos de traducción e idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11488,12439,'es',0,NULL,'Observo muchos errores de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11489,12440,'es',0,NULL,'No entiendo nada',NULL,'',0,'2019-11-07 09:11:13'),(11490,12441,'es',0,NULL,'Lo agregaré manualmente (%1sinstrucciones%2s)',NULL,'',0,'2019-11-07 09:11:13'),(11491,12442,'es',0,NULL,'Borraré el caché manualmente después de traducir las cadenas.',NULL,'',0,'2019-11-07 09:11:13'),(11492,12443,'es',0,NULL,'Cuadro de íconos: texto de descripción',NULL,'',0,'2019-11-07 09:11:13'),(11493,12444,'es',0,NULL,'Cuadro de ícono: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11494,12445,'es',0,NULL,'Caja de iconos: texto de título',NULL,'',0,'2019-11-07 09:11:13'),(11495,12446,'es',0,NULL,'Lista de íconos: URL de enlace',NULL,'',0,'2019-11-07 09:11:13'),(11496,12447,'es',0,NULL,'Lista de iconos: texto',NULL,'',0,'2019-11-07 09:11:13'),(11497,12448,'es',0,NULL,'Enlace de ícono',NULL,'',0,'2019-11-07 09:11:13'),(11498,12449,'es',0,NULL,'Estilo de ícono:',NULL,'',0,'2019-11-07 09:11:13'),(11499,12450,'es',0,NULL,'Ícono: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11500,12451,'es',0,NULL,'Íconos: URL de enlace',NULL,'',0,'2019-11-07 09:11:13'),(11501,12452,'es',0,NULL,'Ícono: texto',NULL,'',0,'2019-11-07 09:11:13'),(11502,12453,'es',0,NULL,'Si aparentemente desapareció contenido, esto podría deberse a que cambió el idioma predeterminado del sitio del %s al %s.',NULL,'',0,'2019-11-07 09:11:13'),(11503,12454,'es',0,NULL,'Si usted es un ser humano, no complete este campo.',NULL,'',0,'2019-11-07 09:11:13'),(11504,12455,'es',0,NULL,'Si está usando el Editor de traducción avanzado perderá las traducciones que se encuentren en curso, así como también la memoria de traducción y el glosario existentes. También perderá acceso a las compras, facturas e historial relacionado con el trabajo realizado en el Editor de traducción avanzado.',NULL,'',0,'2019-11-07 09:11:13'),(11505,12456,'es',0,NULL,'Si no posee una cuenta en WPML.org o una suscripción válida, puede %scomprar%s una y obtener las últimas actualizaciones, soporte completo y 30 días de garantía con devolución del dinero.',NULL,'',0,'2019-11-07 09:11:13'),(11506,12457,'es',0,NULL,'Si usted ya ha comprado o renovado su suscripción y aún ve este mensaje, revalide la suscripción.',NULL,'',0,'2019-11-07 09:11:13'),(11507,12458,'es',0,NULL,'Cuadro de imagen: texto de descripción',NULL,'',0,'2019-11-07 09:11:13'),(11508,12459,'es',0,NULL,'Cuadro de imagen: texto de título',NULL,'',0,'2019-11-07 09:11:13'),(11509,12460,'es',0,NULL,'Imagen: leyenda',NULL,'',0,'2019-11-07 09:11:13'),(11510,12461,'es',0,NULL,'Imagen: URL de enlace',NULL,'',0,'2019-11-07 09:11:13'),(11511,12462,'es',0,NULL,'Para ver la información de los productos, ejecute el %scontrol de actualizaciones manual%s para inicializar la lista de productos o eliminar (temporalmente) el código de arriba.',NULL,'',0,'2019-11-07 09:11:13'),(11512,12463,'es',0,NULL,'En curso',NULL,'',0,'2019-11-07 09:11:13'),(11513,12464,'es',0,NULL,'En esta versión de WPML, puede darle a los términos de taxonomía el mismo nombre en todos los idiomas. Tiene que actualizar los términos de taxonomía %d de su sitio web para que estos muestren el mismo nombre sin ningún sufijo de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11514,12465,'es',0,NULL,'Inactivo',NULL,'',0,'2019-11-07 09:11:13'),(11515,12466,'es',0,NULL,'Configuración incorrecta',NULL,'',0,'2019-11-07 09:11:13'),(11516,12467,'es',0,NULL,'Componentes individuales',NULL,'',0,'2019-11-07 09:11:13'),(11517,12468,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:11:13'),(11518,12469,'es',0,NULL,'Inserte la clave y active las actualizaciones automáticas:',NULL,'',0,'2019-11-07 09:11:13'),(11519,9963,'es',0,NULL,'Instalar',NULL,'',0,'2019-11-07 09:11:13'),(11520,12470,'es',0,NULL,'Instalado',NULL,'',0,'2019-11-07 09:11:13'),(11521,12471,'es',0,NULL,'Instalador',NULL,'',0,'2019-11-07 09:11:13'),(11522,12472,'es',0,NULL,'Registro de Installer',NULL,'',0,'2019-11-07 09:11:13'),(11523,12473,'es',0,NULL,'Soporte de Installer',NULL,'',0,'2019-11-07 09:11:13'),(11524,12474,'es',0,NULL,'Estado del sistema de Installer',NULL,'',0,'2019-11-07 09:11:13'),(11525,12475,'es',0,NULL,'Installer no se puede poner en contacto con nuestro servidor de actualizaciones para obtener información sobre los productos disponibles y buscar versiones nuevas. Si está viendo este mensaje por primera vez, puede ignorarlo, ya que podría tratarse de un problema de comunicación temporario. Si el problema persiste y el administrador de WordPress se pone lento, puede desactivar la verificación de versión automática.',NULL,'',0,'2019-11-07 09:11:13'),(11526,12476,'es',0,NULL,'El instalador no puede mostrar la información de los productos porque la actualización automática para %s se ha desactivado de forma explícita con la siguiente configuración (generalmente en wp-config.php):',NULL,'',0,'2019-11-07 09:11:13'),(11527,12477,'es',0,NULL,'Instalando %s',NULL,'',0,'2019-11-07 09:11:13'),(11528,12478,'es',0,NULL,'Integración de WPML con ElasticPress',NULL,'',0,'2019-11-07 09:11:13'),(11529,12479,'es',0,NULL,'Activarlo ahora',NULL,'',0,'2019-11-07 09:11:13'),(11530,12480,'es',0,NULL,'Caracter no válido en el código de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11531,12481,'es',0,NULL,'Código de idioma no válido',NULL,'',0,'2019-11-07 09:11:13'),(11532,12482,'es',0,NULL,'Nonce no válido.',NULL,'',0,'2019-11-07 09:11:13'),(11533,12483,'es',0,NULL,'Producto no válido',NULL,'',0,'2019-11-07 09:11:13'),(11534,12484,'es',0,NULL,'¡Solicitud no válida!',NULL,'',0,'2019-11-07 09:11:13'),(11535,12485,'es',0,NULL,'Clave de sitio no válida para el sitio actual.',NULL,'',0,'2019-11-07 09:11:13'),(11536,12486,'es',0,NULL,'Clave de sitio no válida para el sitio actual. Si el error persiste, primero intente cancelar el registro y vuelva a registrarse con la misma clave de sitio.',NULL,'',0,'2019-11-07 09:11:13'),(11537,12487,'es',0,NULL,'Control del problemas en %s',NULL,'',0,'2019-11-07 09:11:13'),(11538,12488,'es',0,NULL,'Problemas con traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11539,12489,'es',0,NULL,'Se podría mejorar',NULL,'',0,'2019-11-07 09:11:13'),(11540,12490,'es',0,NULL,'Está bien',NULL,'',0,'2019-11-07 09:11:13'),(11541,12491,'es',0,NULL,'¡Es perfecta!',NULL,'',0,'2019-11-07 09:11:13'),(11542,12492,'es',0,NULL,'Parece que los idiomas por directorios no funcionarán.',NULL,'',0,'2019-11-07 09:11:13'),(11543,12493,'es',0,NULL,'Al parecer, la extensión %1$s, requerida por WPML, no está instalada. Diríjase a este enlace para averiguar cómo instalar esta extensión: %2$s.',NULL,'',0,'2019-11-07 09:11:13'),(11544,12494,'es',0,NULL,'No se puede agregar el elemento (superior no traducido)',NULL,'',0,'2019-11-07 09:11:13'),(11545,12495,'es',0,NULL,'El elemento cambió de posición',NULL,'',0,'2019-11-07 09:11:13'),(11546,12496,'es',0,NULL,'Se agregará el elemento',NULL,'',0,'2019-11-07 09:11:13'),(11547,12497,'es',0,NULL,'Se copiará el elemento',NULL,'',0,'2019-11-07 09:11:13'),(11548,12498,'es',0,NULL,'Se eliminará el elemento',NULL,'',0,'2019-11-07 09:11:13'),(11549,12499,'es',0,NULL,'Trabajo eliminado',NULL,'',0,'2019-11-07 09:11:13'),(11550,12500,'es',0,NULL,'Traducción de etiqueta',NULL,'',0,'2019-11-07 09:11:13'),(11551,12501,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:11:13'),(11552,9768,'es',0,NULL,'Selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11553,12502,'es',0,NULL,'Formato URL del idioma',NULL,'',0,'2019-11-07 09:11:13'),(11554,12503,'es',0,NULL,'Filtrado de idiomas para operaciones AJAX',NULL,'',0,'2019-11-07 09:11:13'),(11555,12504,'es',0,NULL,'Estilo de elementos del menú de idioma:',NULL,'',0,'2019-11-07 09:11:13'),(11556,12505,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:11:13'),(11557,12506,'es',0,NULL,'Nombre del idioma agregado como parámetro',NULL,'',0,'2019-11-07 09:11:13'),(11558,12507,'es',0,NULL,'Nombre del idioma en el idioma actual',NULL,'',0,'2019-11-07 09:11:13'),(11559,12508,'es',0,NULL,'Idioma de este %s',NULL,'',0,'2019-11-07 09:11:13'),(11560,12509,'es',0,NULL,'Se han eliminado los sufijos de idioma de los términos seleccionados.',NULL,'',0,'2019-11-07 09:11:13'),(11561,12510,'es',0,NULL,'Colores de selector de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11562,12511,'es',0,NULL,'Opciones del selector de idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11563,12512,'es',0,NULL,'Acción',NULL,'',0,'2019-11-07 09:11:13'),(11564,12513,'es',0,NULL,'Acciones',NULL,'',0,'2019-11-07 09:11:13'),(11565,12514,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:11:13'),(11566,12515,'es',0,NULL,'Vista preliminar',NULL,'',0,'2019-11-07 09:11:13'),(11567,12516,'es',0,NULL,'Estilo del selector de idioma:',NULL,'',0,'2019-11-07 09:11:13'),(11568,12517,'es',0,NULL,'Idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11569,12518,'es',0,NULL,'No se pudo determinar la hora de la última actualización',NULL,'',0,'2019-11-07 09:11:13'),(11570,12519,'es',0,NULL,'Última comprobación: %s',NULL,'',0,'2019-11-07 09:11:13'),(11571,12520,'es',0,NULL,'Último elemento de menú',NULL,'',0,'2019-11-07 09:11:13'),(11572,12521,'es',0,NULL,'Última página',NULL,'',0,'2019-11-07 09:11:13'),(11573,12522,'es',0,NULL,'Más adelante en la sección de encabezado (prioridad %d)',NULL,'',0,'2019-11-07 09:11:13'),(11574,12523,'es',0,NULL,'Más información',NULL,'',0,'2019-11-07 09:11:13'),(11575,12524,'es',0,NULL,'Más información sobre pasar datos entre dominios',NULL,'',0,'2019-11-07 09:11:13'),(11576,12525,'es',0,NULL,'Más información sobre el comentario de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11577,12526,'es',0,NULL,'Más información: %s',NULL,'',0,'2019-11-07 09:11:13'),(11578,12527,'es',0,NULL,'Para guardar automáticamente, dejar el cuadro de texto',NULL,'',0,'2019-11-07 09:11:13'),(11579,12528,'es',0,NULL,'Leyenda:',NULL,'',0,'2019-11-07 09:11:13'),(11580,12529,'es',0,NULL,'Hagámoslo funcionar para usted. Póngase en contacto con el %1ssoporte de WPML%2s y proporcione los siguientes detalles del error:',NULL,'',0,'2019-11-07 09:11:13'),(11581,12530,'es',0,NULL,'Enlace hacia la página de inicio de idiomas para las traducciones faltantes',NULL,'',0,'2019-11-07 09:11:13'),(11582,12531,'es',0,NULL,'Enlaces a traducción de entradas',NULL,'',0,'2019-11-07 09:11:13'),(11583,12532,'es',0,NULL,'Lista de idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11584,12533,'es',0,NULL,'Cargando',NULL,'',0,'2019-11-07 09:11:13'),(11585,12534,'es',0,NULL,'Cargando...',NULL,'',0,'2019-11-07 09:11:13'),(11586,12535,'es',0,NULL,'Cargando datos de idioma para {post_name}',NULL,'',0,'2019-11-07 09:11:13'),(11587,12536,'es',0,NULL,'Opciones de localización',NULL,'',0,'2019-11-07 09:11:13'),(11588,12537,'es',0,NULL,'El registro está vacío',NULL,'',0,'2019-11-07 09:11:13'),(11589,12538,'es',0,NULL,'Inicio de sesión: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11590,12539,'es',0,NULL,'Inicio de sesión: etiqueta de contraseña',NULL,'',0,'2019-11-07 09:11:13'),(11591,12540,'es',0,NULL,'Inicio de sesión: marcador de contraseña',NULL,'',0,'2019-11-07 09:11:13'),(11592,12541,'es',0,NULL,'Inicio de sesión: etiqueta de usuario',NULL,'',0,'2019-11-07 09:11:13'),(11593,12542,'es',0,NULL,'Inicio de sesión: marcador de usuario',NULL,'',0,'2019-11-07 09:11:13'),(11594,12543,'es',0,NULL,'Página Principal (sin superior)',NULL,'',0,'2019-11-07 09:11:13'),(11595,12544,'es',0,NULL,'Establecer el %s como idioma original para este %s',NULL,'',0,'2019-11-07 09:11:13'),(11596,12545,'es',0,NULL,'Hacer que \'%s\' parezca traducido',NULL,'',0,'2019-11-07 09:11:13'),(11597,12546,'es',0,NULL,'Hacer que \'%s\' sea traducible',NULL,'',0,'2019-11-07 09:11:13'),(11598,12547,'es',0,NULL,'Hacer que los temas sean multilingües',NULL,'',0,'2019-11-07 09:11:13'),(11599,12548,'es',0,NULL,'Administrar idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11600,12549,'es',0,NULL,'Administrar traducción de multimedia',NULL,'',0,'2019-11-07 09:11:13'),(11601,12550,'es',0,NULL,'Administrar navegación',NULL,'',0,'2019-11-07 09:11:13'),(11602,12551,'es',0,NULL,'Administrar enlaces adhesivos',NULL,'',0,'2019-11-07 09:11:13'),(11603,12552,'es',0,NULL,'Administrar traducción de cadenas',NULL,'',0,'2019-11-07 09:11:13'),(11604,12553,'es',0,NULL,'Administrar soporte',NULL,'',0,'2019-11-07 09:11:13'),(11605,12554,'es',0,NULL,'Administrar traducción de taxonomía',NULL,'',0,'2019-11-07 09:11:13'),(11606,12555,'es',0,NULL,'Administrar localización de tema y plugins',NULL,'',0,'2019-11-07 09:11:13'),(11607,12556,'es',0,NULL,'Administrar Translation Analytics',NULL,'',0,'2019-11-07 09:11:13'),(11608,12557,'es',0,NULL,'Administrar Administración de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11609,12558,'es',0,NULL,'Administrar solución de problemas',NULL,'',0,'2019-11-07 09:11:13'),(11610,12559,'es',0,NULL,'Administrar sincronización de Menús de WPML',NULL,'',0,'2019-11-07 09:11:13'),(11611,12560,'es',0,NULL,'Administrar WooCommerce Multilingual',NULL,'',0,'2019-11-07 09:11:13'),(11612,12561,'es',0,NULL,'Mapa: dirección',NULL,'',0,'2019-11-07 09:11:13'),(11613,12562,'es',0,NULL,'Marcar como solucionado',NULL,'',0,'2019-11-07 09:11:13'),(11614,12563,'es',0,NULL,'Marcar como nuevo',NULL,'',0,'2019-11-07 09:11:13'),(11615,12564,'es',0,NULL,'Establecido',NULL,'',0,'2019-11-07 09:11:13'),(11616,12565,'es',0,NULL,'Tiempo de ejecución máximo',NULL,'',0,'2019-11-07 09:11:13'),(11617,12566,'es',0,NULL,'Vars de entrada máx.',NULL,'',0,'2019-11-07 09:11:13'),(11618,12567,'es',0,NULL,'Límite de memoria máximo',NULL,'',0,'2019-11-07 09:11:13'),(11619,12568,'es',0,NULL,'Traducción de multimedia',NULL,'',0,'2019-11-07 09:11:13'),(11620,12569,'es',0,NULL,'Documentación de Traducción de multimedia',NULL,'',0,'2019-11-07 09:11:13'),(11621,12570,'es',0,NULL,'Archivos multimedia adjuntos',NULL,'',0,'2019-11-07 09:11:13'),(11622,12571,'es',0,NULL,'Límite de memoria',NULL,'',0,'2019-11-07 09:11:13'),(11623,12572,'es',0,NULL,'Uso de memoria',NULL,'',0,'2019-11-07 09:11:13'),(11624,12573,'es',0,NULL,'Menú',NULL,'',0,'2019-11-07 09:11:13'),(11625,12574,'es',0,NULL,'Delimitador de menú',NULL,'',0,'2019-11-07 09:11:13'),(11626,12575,'es',0,NULL,'Opción de menú: auto_add',NULL,'',0,'2019-11-07 09:11:13'),(11627,12576,'es',0,NULL,'Las opciones de menú serán actualizadas',NULL,'',0,'2019-11-07 09:11:13'),(11628,12577,'es',0,NULL,'Selector de idioma de menú',NULL,'',0,'2019-11-07 09:11:13'),(11629,12578,'es',0,NULL,'La sincronización de menús sincronizará la estructura de menús del idioma predeterminado de %s a los idiomas secundarios.',NULL,'',0,'2019-11-07 09:11:13'),(11630,12579,'es',0,NULL,'Sincronización de menú/s finalizada.',NULL,'',0,'2019-11-07 09:11:13'),(11631,12580,'es',0,NULL,'Mensajes y notificaciones',NULL,'',0,'2019-11-07 09:11:13'),(11632,12581,'es',0,NULL,'Requerimientos mínimos de WPML',NULL,'',0,'2019-11-07 09:11:13'),(11633,12582,'es',0,NULL,'Falta una carpeta temporal.',NULL,'',0,'2019-11-07 09:11:13'),(11634,12583,'es',0,NULL,'Cuánto es la clave \"%s\".',NULL,'',0,'2019-11-07 09:11:13'),(11635,12584,'es',0,NULL,'Falta ID de entrada',NULL,'',0,'2019-11-07 09:11:13'),(11636,12585,'es',0,NULL,'Falta la clave del sitio',NULL,'',0,'2019-11-07 09:11:13'),(11637,12586,'es',0,NULL,'Paso que queda',NULL,'',0,'2019-11-07 09:11:13'),(11638,12587,'es',0,NULL,'Contenido modal',NULL,'',0,'2019-11-07 09:11:13'),(11639,12588,'es',0,NULL,'Mover a la papelera',NULL,'',0,'2019-11-07 09:11:13'),(11640,12589,'es',0,NULL,'Configuración del contenido multilingüe',NULL,'',0,'2019-11-07 09:11:13'),(11641,12590,'es',0,NULL,'WordPress multillingüe',NULL,'',0,'2019-11-07 09:11:13'),(11642,12591,'es',0,NULL,'con WPML',NULL,'',0,'2019-11-07 09:11:13'),(11643,12592,'es',0,NULL,'Varias opciones',NULL,'',0,'2019-11-07 09:11:13'),(11644,12593,'es',0,NULL,'Multisitio',NULL,'',0,'2019-11-07 09:11:13'),(11645,12594,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:11:13'),(11646,12595,'es',0,NULL,'Nombre del idioma nativo',NULL,'',0,'2019-11-07 09:11:13'),(11647,12596,'es',0,NULL,'Navegación',NULL,'',0,'2019-11-07 09:11:13'),(11648,12597,'es',0,NULL,'¿Necesita ayuda sobre cómo traducir?',NULL,'',0,'2019-11-07 09:11:13'),(11649,12598,'es',0,NULL,'Necesita actualización',NULL,'',0,'2019-11-07 09:11:13'),(11650,12599,'es',0,NULL,'Configuración de Red',NULL,'',0,'2019-11-07 09:11:13'),(11651,12600,'es',0,NULL,'Nunca mostrar esto',NULL,'',0,'2019-11-07 09:11:13'),(11652,12601,'es',0,NULL,'Nuevo',NULL,'',0,'2019-11-07 09:11:13'),(11653,12602,'es',0,NULL,'Nuevo selector de idioma de menú',NULL,'',0,'2019-11-07 09:11:13'),(11654,12603,'es',0,NULL,'Nuevo selector de idioma de área de widget',NULL,'',0,'2019-11-07 09:11:13'),(11655,12604,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:11:13'),(11656,12605,'es',0,NULL,'Siguiente >>>',NULL,'',0,'2019-11-07 09:11:13'),(11657,12606,'es',0,NULL,'Página siguiente',NULL,'',0,'2019-11-07 09:11:13'),(11658,12607,'es',0,NULL,'No',NULL,'',0,'2019-11-07 09:11:13'),(11659,12608,'es',0,NULL,'No se encontró %1$s.',NULL,'',0,'2019-11-07 09:11:13'),(11660,12609,'es',0,NULL,'No hay lotes',NULL,'',0,'2019-11-07 09:11:13'),(11661,12610,'es',0,NULL,'No se seleccionó ninguna solicitud de traducción.',NULL,'',0,'2019-11-07 09:11:13'),(11662,12611,'es',0,NULL,'No se encontró ningún error en la asignación de tipos de entrada.',NULL,'',0,'2019-11-07 09:11:13'),(11663,12612,'es',0,NULL,'No se encontraron comentarios.',NULL,'',0,'2019-11-07 09:11:13'),(11664,12613,'es',0,NULL,'No se cargó ningún archivo.',NULL,'',0,'2019-11-07 09:11:13'),(11665,12614,'es',0,NULL,'No se encontraron menús',NULL,'',0,'2019-11-07 09:11:13'),(11666,12615,'es',0,NULL,'No se encontró ninguna entrada',NULL,'',0,'2019-11-07 09:11:13'),(11667,12616,'es',0,NULL,'No se definió ningún repositorio.',NULL,'',0,'2019-11-07 09:11:13'),(11668,12617,'es',0,NULL,'No existe la entrada para la ID = %d',NULL,'',0,'2019-11-07 09:11:13'),(11669,12618,'es',0,NULL,'No hay un traductor disponible para este par de idiomas.',NULL,'',0,'2019-11-07 09:11:13'),(11670,12619,'es',0,NULL,'No se preocupe, toda su funcionalidad se conserva en la Traducción de cadenas de WPML.',NULL,'',0,'2019-11-07 09:11:13'),(11671,12620,'es',0,NULL,'Normal',NULL,'',0,'2019-11-07 09:11:13'),(11672,12621,'es',0,NULL,'No disponible',NULL,'',0,'2019-11-07 09:11:13'),(11673,12622,'es',0,NULL,'No instalado',NULL,'',0,'2019-11-07 09:11:13'),(11674,12623,'es',0,NULL,'No traducible',NULL,'',0,'2019-11-07 09:11:13'),(11675,12624,'es',0,NULL,'Sin traducir',NULL,'',0,'2019-11-07 09:11:13'),(11676,12625,'es',0,NULL,'No válido',NULL,'',0,'2019-11-07 09:11:13'),(11677,12626,'es',0,NULL,'Nota: Las taxonomías y los campos personalizados son compartidos por distintos tipos de entradas.',NULL,'',0,'2019-11-07 09:11:13'),(11678,12627,'es',0,NULL,'Nota: WPML se debe activar en el sitio primario o debe ser activado en red.',NULL,'',0,'2019-11-07 09:11:13'),(11679,12628,'es',0,NULL,'Nota: el ajuste automático de identidades aumentará la cantidad de consultas de bases de datos a su sitio.',NULL,'',0,'2019-11-07 09:11:13'),(11680,12629,'es',0,NULL,'Nota: si editó la declaración de la entrada personalizada, puede que sea necesario volver a configurar WPML para marcarla como traducible.',NULL,'',0,'2019-11-07 09:11:13'),(11681,12630,'es',0,NULL,'Nota: si editó la declaración de taxonomía personalizada, puede que sea necesario volver a configurar WPML para marcarla como traducible.',NULL,'',0,'2019-11-07 09:11:13'),(11682,12631,'es',0,NULL,'Nada sincronizado',NULL,'',0,'2019-11-07 09:11:13'),(11683,12632,'es',0,NULL,'No hay nada para configurar.',NULL,'',0,'2019-11-07 09:11:13'),(11684,12633,'es',0,NULL,'Nada que sincronizar',NULL,'',0,'2019-11-07 09:11:13'),(11685,12634,'es',0,NULL,'El aviso no existe.',NULL,'',0,'2019-11-07 09:11:13'),(11686,12635,'es',0,NULL,'El aviso no existe.',NULL,'',0,'2019-11-07 09:11:13'),(11687,12636,'es',0,NULL,'Contador numérico: prefijo de número',NULL,'',0,'2019-11-07 09:11:13'),(11688,12637,'es',0,NULL,'Contador numérico: sufijo de número',NULL,'',0,'2019-11-07 09:11:13'),(11689,12638,'es',0,NULL,'Contador numérico: texto después de número',NULL,'',0,'2019-11-07 09:11:13'),(11690,12639,'es',0,NULL,'Contador numérico: texto antes de número',NULL,'',0,'2019-11-07 09:11:13'),(11691,12640,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:11:13'),(11692,12641,'es',0,NULL,'OTGS Installer',NULL,'',0,'2019-11-07 09:11:13'),(11693,12642,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:11:13'),(11694,12643,'es',0,NULL,'Nombre anterior',NULL,'',0,'2019-11-07 09:11:13'),(11695,12644,'es',0,NULL,'Un paso más antes de que pueda traducir al %s',NULL,'',0,'2019-11-07 09:11:13'),(11696,12645,'es',0,NULL,'Solo entradas de blog traducidas (nunca mostrar entradas del idioma predeterminado en los idiomas de traducción)',NULL,'',0,'2019-11-07 09:11:13'),(11697,12646,'es',0,NULL,'Operar WooCommerce Multilingual. Todo sobre WCML a excepción de la pestaña de configuración.',NULL,'',0,'2019-11-07 09:11:13'),(11698,12647,'es',0,NULL,'Operación finalizada',NULL,'',0,'2019-11-07 09:11:13'),(11699,12648,'es',0,NULL,'Opcional',NULL,'',0,'2019-11-07 09:11:13'),(11700,12649,'es',0,NULL,'Orden de idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11701,12650,'es',0,NULL,'Idioma original',NULL,'',0,'2019-11-07 09:11:13'),(11702,12651,'es',0,NULL,'Entrada original:',NULL,'',0,'2019-11-07 09:11:13'),(11703,12652,'es',0,NULL,'Término original',NULL,'',0,'2019-11-07 09:11:13'),(11704,12653,'es',0,NULL,'Original:',NULL,'',0,'2019-11-07 09:11:13'),(11705,12654,'es',0,NULL,'Otro color de fondo de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11706,12655,'es',0,NULL,'Otro color de fuente de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11707,12656,'es',0,NULL,'Sobrescribir traducciones existentes',NULL,'',0,'2019-11-07 09:11:13'),(11708,12657,'es',0,NULL,'Sobrescribir con el contenido en %s.',NULL,'',0,'2019-11-07 09:11:13'),(11709,12658,'es',0,NULL,'PHP',NULL,'',0,'2019-11-07 09:11:13'),(11710,12659,'es',0,NULL,'Se recomienda PHP %1$s y posterior. El requerimiento mínimo es PHP %2$s.',NULL,'',0,'2019-11-07 09:11:13'),(11711,12660,'es',0,NULL,'Opciones de Page Builders ',NULL,'',0,'2019-11-07 09:11:13'),(11712,12661,'es',0,NULL,'Pasar argumentos por GET (la url)',NULL,'',0,'2019-11-07 09:11:13'),(11713,12662,'es',0,NULL,'Pasar argumentos por POST',NULL,'',0,'2019-11-07 09:11:13'),(11714,12663,'es',0,NULL,'Pasar argumentos de sesión entre dominios por el selector de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11715,12664,'es',0,NULL,'Ruta',NULL,'',0,'2019-11-07 09:11:13'),(11716,12665,'es',0,NULL,'Foto: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11717,12666,'es',0,NULL,'Por favor, proporcione algunos ejemplos de errores y como los mejoraría:',NULL,'',0,'2019-11-07 09:11:13'),(11718,12667,'es',0,NULL,'Vaya a la página %1$s y haga clic en \"%2$s\" para solucionar este problema.',NULL,'',0,'2019-11-07 09:11:13'),(11719,12668,'es',0,NULL,'Diríjase a la página de %splugines%s y active el plugin CMS WPML Multilingual antes de tratar de configurar el plugin.',NULL,'',0,'2019-11-07 09:11:13'),(11720,12669,'es',0,NULL,'Inicie y cierre sesión de nuevo para acceder a las funciones de administración en los dominios de todos los idiomas.',NULL,'',0,'2019-11-07 09:11:13'),(11721,12670,'es',0,NULL,'Por favor, realice una copia de seguridad de su base de datos antes de ejecutar esta operación.',NULL,'',0,'2019-11-07 09:11:13'),(11722,12671,'es',0,NULL,'Asegúrese de haber guardado todos los cambios. La página se volverá a cargar.',NULL,'',0,'2019-11-07 09:11:13'),(11723,12672,'es',0,NULL,'Antes de continuar con esta acción, asegúrese de guardar la entrada si ha realizado cambios.',NULL,'',0,'2019-11-07 09:11:13'),(11724,12673,'es',0,NULL,'Tenga en cuenta que, si restablece los datos de WPML, todas las traducciones que haya enviado a los servicios de traducción remotos se perderán. No se podrán recuperar más tarde.',NULL,'',0,'2019-11-07 09:11:13'),(11725,12674,'es',0,NULL,'Tenga en cuenta que, actualmente, puede traducir los slugs de términos de taxonomía pero no es posible %s.',NULL,'',0,'2019-11-07 09:11:13'),(11726,12675,'es',0,NULL,'Tenga en cuenta que la clave del sitio web distingue mayúsculas de minúsculas.',NULL,'',0,'2019-11-07 09:11:13'),(11727,12676,'es',0,NULL,'Por favor tenga en cuenta: no se puede cambiar los códigos de idioma después de agregar idiomas. Asegúrese de ingresar el código correcto.',NULL,'',0,'2019-11-07 09:11:13'),(11728,12677,'es',0,NULL,'Por favor, proporcione una breve descripción del sitio web para que los traductores sepan qué preparación previa se requiere de ellos.',NULL,'',0,'2019-11-07 09:11:13'),(11729,12678,'es',0,NULL,'Califique esta traducción:',NULL,'',0,'2019-11-07 09:11:13'),(11730,12679,'es',0,NULL,'Primero haga clic en Guardar para guardar la configuración.',NULL,'',0,'2019-11-07 09:11:13'),(11731,12680,'es',0,NULL,'Elija qué desea mostrar para la url raíz.',NULL,'',0,'2019-11-07 09:11:13'),(11732,12681,'es',0,NULL,'Actualice todos los componente que esté usando.',NULL,'',0,'2019-11-07 09:11:13'),(11733,12682,'es',0,NULL,'Por favor, ingrese los datos requeridos.',NULL,'',0,'2019-11-07 09:11:13'),(11734,12683,'es',0,NULL,'Por favor, ingrese datos válidos.',NULL,'',0,'2019-11-07 09:11:13'),(11735,12684,'es',0,NULL,'Plugin',NULL,'',0,'2019-11-07 09:11:13'),(11736,12685,'es',0,NULL,'Nombre de plugin',NULL,'',0,'2019-11-07 09:11:13'),(11737,12686,'es',0,NULL,'Plural',NULL,'',0,'2019-11-07 09:11:13'),(11738,12687,'es',0,NULL,'Posición de enlaces hreflang',NULL,'',0,'2019-11-07 09:11:13'),(11739,12688,'es',0,NULL,'Posición de enlaces:',NULL,'',0,'2019-11-07 09:11:13'),(11740,12689,'es',0,NULL,'Posición:',NULL,'',0,'2019-11-07 09:11:13'),(11741,12690,'es',0,NULL,'Traducción de tipos de entrada',NULL,'',0,'2019-11-07 09:11:13'),(11742,12691,'es',0,NULL,'No se encontró la entrada',NULL,'',0,'2019-11-07 09:11:13'),(11743,12692,'es',0,NULL,'Se ha reparado la asignación del tipo de entrada y el idioma de origen para',NULL,'',0,'2019-11-07 09:11:13'),(11744,12693,'es',0,NULL,'Tipos de entrada',NULL,'',0,'2019-11-07 09:11:13'),(11745,12694,'es',0,NULL,'Entrada sin título',NULL,'',0,'2019-11-07 09:11:13'),(11746,12695,'es',0,NULL,'Control deslizante de entrada: texto de enlace Más',NULL,'',0,'2019-11-07 09:11:13'),(11747,12696,'es',0,NULL,'Sincronización de entradas y páginas',NULL,'',0,'2019-11-07 09:11:13'),(11748,12697,'es',0,NULL,'Entradas: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11749,12698,'es',0,NULL,'Entradas: texto Leer más de fichas',NULL,'',0,'2019-11-07 09:11:13'),(11750,12699,'es',0,NULL,'Entradas: texto clásico Leer más',NULL,'',0,'2019-11-07 09:11:13'),(11751,12700,'es',0,NULL,'Entradas: texto de enlace Más',NULL,'',0,'2019-11-07 09:11:13'),(11752,12701,'es',0,NULL,'Entradas: etiqueta siguiente',NULL,'',0,'2019-11-07 09:11:13'),(11753,12702,'es',0,NULL,'Entradas: mensaje No hay resultados',NULL,'',0,'2019-11-07 09:11:13'),(11754,12703,'es',0,NULL,'Entradas: etiqueta anterior',NULL,'',0,'2019-11-07 09:11:13'),(11755,12704,'es',0,NULL,'Entradas: Terms label',NULL,'',0,'2019-11-07 09:11:13'),(11756,12705,'es',0,NULL,'Preferencias guardadas',NULL,'',0,'2019-11-07 09:11:13'),(11757,12706,'es',0,NULL,'Conservar argumentos URL',NULL,'',0,'2019-11-07 09:11:13'),(11758,12707,'es',0,NULL,'Conservación de argumentos URL',NULL,'',0,'2019-11-07 09:11:13'),(11759,12708,'es',0,NULL,'No se pudo previsualizar la actualización',NULL,'',0,'2019-11-07 09:11:13'),(11760,12709,'es',0,NULL,'Página anterior',NULL,'',0,'2019-11-07 09:11:13'),(11761,12710,'es',0,NULL,'Tabla de precios: enlace de botón',NULL,'',0,'2019-11-07 09:11:13'),(11762,12711,'es',0,NULL,'Tabla de precios: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11763,12712,'es',0,NULL,'Tabla de precios: información adicional en pie de página',NULL,'',0,'2019-11-07 09:11:13'),(11764,12713,'es',0,NULL,'Tabla de precios: encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11765,12714,'es',0,NULL,'Tabla de precios: periodo',NULL,'',0,'2019-11-07 09:11:13'),(11766,12715,'es',0,NULL,'Tabla de precios: título de cinta',NULL,'',0,'2019-11-07 09:11:13'),(11767,12716,'es',0,NULL,'Tabla de precios: subtítulo',NULL,'',0,'2019-11-07 09:11:13'),(11768,12717,'es',0,NULL,'Lista de precios: título',NULL,'',0,'2019-11-07 09:11:13'),(11769,12718,'es',0,NULL,'Tabla de precios: texto',NULL,'',0,'2019-11-07 09:11:13'),(11770,12719,'es',0,NULL,'Lista de precios: descripción',NULL,'',0,'2019-11-07 09:11:13'),(11771,12720,'es',0,NULL,'Lista de precios: enlace',NULL,'',0,'2019-11-07 09:11:13'),(11772,12721,'es',0,NULL,'Tabla de precios: enlace de botón',NULL,'',0,'2019-11-07 09:11:13'),(11773,12722,'es',0,NULL,'Tabla de precios: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11774,12723,'es',0,NULL,'Tabla de precios: duración',NULL,'',0,'2019-11-07 09:11:13'),(11775,12724,'es',0,NULL,'Tabla de precios: característica',NULL,'',0,'2019-11-07 09:11:13'),(11776,12725,'es',0,NULL,'Tabla de precios: precio',NULL,'',0,'2019-11-07 09:11:13'),(11777,12726,'es',0,NULL,'Tabla de precios: título',NULL,'',0,'2019-11-07 09:11:13'),(11778,12727,'es',0,NULL,'Privacidad y política de uso de datos',NULL,'',0,'2019-11-07 09:11:13'),(11779,12728,'es',0,NULL,'Privado',NULL,'',0,'2019-11-07 09:11:13'),(11780,12729,'es',0,NULL,'Procesando traducciones...',NULL,'',0,'2019-11-07 09:11:13'),(11781,12730,'es',0,NULL,'Producción',NULL,'',0,'2019-11-07 09:11:13'),(11782,12731,'es',0,NULL,'Progreso: texto interno',NULL,'',0,'2019-11-07 09:11:13'),(11783,12732,'es',0,NULL,'Progreso: título',NULL,'',0,'2019-11-07 09:11:13'),(11784,12733,'es',0,NULL,'Contenido de cita',NULL,'',0,'2019-11-07 09:11:13'),(11785,12734,'es',0,NULL,'Cita: contenido textual',NULL,'',0,'2019-11-07 09:11:13'),(11786,12735,'es',0,NULL,'Calificar traducción',NULL,'',0,'2019-11-07 09:11:13'),(11787,12736,'es',0,NULL,'Califique la traducción de esta página',NULL,'',0,'2019-11-07 09:11:13'),(11788,12737,'es',0,NULL,'Calificación',NULL,'',0,'2019-11-07 09:11:13'),(11789,12738,'es',0,NULL,'Calificación:',NULL,'',0,'2019-11-07 09:11:13'),(11790,12739,'es',0,NULL,'Lea cómo funciona esto',NULL,'',0,'2019-11-07 09:11:13'),(11791,12740,'es',0,NULL,'Redirigir a los visitantes según el idioma del navegador solo si existen traducciones en ese idioma',NULL,'',0,'2019-11-07 09:11:13'),(11792,12741,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:11:13'),(11793,12742,'es',0,NULL,'Registrar',NULL,'',0,'2019-11-07 09:11:13'),(11794,12743,'es',0,NULL,'Registrar %s',NULL,'',0,'2019-11-07 09:11:13'),(11795,12744,'es',0,NULL,'Registrado',NULL,'',0,'2019-11-07 09:11:13'),(11796,12745,'es',0,NULL,'Registro',NULL,'',0,'2019-11-07 09:11:13'),(11797,12746,'es',0,NULL,'El registro es gratis y solo lleva un minuto.',NULL,'',0,'2019-11-07 09:11:13'),(11798,12747,'es',0,NULL,'Notas de la versión',NULL,'',0,'2019-11-07 09:11:13'),(11799,12748,'es',0,NULL,'Lanzado',NULL,'',0,'2019-11-07 09:11:13'),(11800,12749,'es',0,NULL,'Recordar mi preferencia',NULL,'',0,'2019-11-07 09:11:13'),(11801,12750,'es',0,NULL,'Recordar el idioma de preferencia del visitante durante %s horas (introduzca 24 o múltiplos del mismo).',NULL,'',0,'2019-11-07 09:11:13'),(11802,12751,'es',0,NULL,'Recordármelo de nuevo en 4 semanas.',NULL,'',0,'2019-11-07 09:11:13'),(11803,12752,'es',0,NULL,'Recordármelo más tarde',NULL,'',0,'2019-11-07 09:11:13'),(11804,12753,'es',0,NULL,'Registro de configuración XML remota',NULL,'',0,'2019-11-07 09:11:13'),(11805,12754,'es',0,NULL,'Eliminar %s',NULL,'',0,'2019-11-07 09:11:13'),(11806,12755,'es',0,NULL,'Eliminar todos los mensajes y notificaciones',NULL,'',0,'2019-11-07 09:11:13'),(11807,12756,'es',0,NULL,'Eliminar todos los mensajes y notificaciones, para todos los usuarios.',NULL,'',0,'2019-11-07 09:11:13'),(11808,12757,'es',0,NULL,'Elimine los comentarios que no correspondan con el idioma del contenido',NULL,'',0,'2019-11-07 09:11:13'),(11809,12758,'es',0,NULL,'Eliminar la clave del sitio actual (%s)',NULL,'',0,'2019-11-07 09:11:13'),(11810,12759,'es',0,NULL,'Eliminar registros de depuración de la caché de traducción de cadenas',NULL,'',0,'2019-11-07 09:11:13'),(11811,12760,'es',0,NULL,'Quitar las entradas fantasma de las tablas de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11812,12761,'es',0,NULL,'Eliminar los sufijos de idioma en el nombre de la taxonomía.',NULL,'',0,'2019-11-07 09:11:13'),(11813,12762,'es',0,NULL,'Eliminar la cadena \'filter_var\' de la directiva \'disable_functions\' o...',NULL,'',0,'2019-11-07 09:11:13'),(11814,12763,'es',0,NULL,'Elimina las entradas de las tablas de WPML que no están enlazadas adecuadamente. Limpia la tabla eliminando las entradas que quedaron por actualizaciones, reparaciones de errores o factores no determinados.',NULL,'',0,'2019-11-07 09:11:13'),(11815,12764,'es',0,NULL,'Elimina las filas no válidas guardadas en la opción y oculta el aviso administrativo.',NULL,'',0,'2019-11-07 09:11:13'),(11816,12765,'es',0,NULL,'Cambiar nombre de etiqueta por %s',NULL,'',0,'2019-11-07 09:11:13'),(11817,12766,'es',0,NULL,'Renovar %s',NULL,'',0,'2019-11-07 09:11:13'),(11818,12767,'es',0,NULL,'Respondido',NULL,'',0,'2019-11-07 09:11:13'),(11819,12768,'es',0,NULL,'Responder al administrador',NULL,'',0,'2019-11-07 09:11:13'),(11820,12769,'es',0,NULL,'Responder al administrador:',NULL,'',0,'2019-11-07 09:11:13'),(11821,12770,'es',0,NULL,'Responder al traductor',NULL,'',0,'2019-11-07 09:11:13'),(11822,12771,'es',0,NULL,'Responder el traductor:',NULL,'',0,'2019-11-07 09:11:13'),(11823,12772,'es',0,NULL,'Informar a',NULL,'',0,'2019-11-07 09:11:13'),(11824,12773,'es',0,NULL,'Informando a',NULL,'',0,'2019-11-07 09:11:13'),(11825,12774,'es',0,NULL,'Informando a wpml.org',NULL,'',0,'2019-11-07 09:11:13'),(11826,12775,'es',0,NULL,'Argumentos de solicitud',NULL,'',0,'2019-11-07 09:11:13'),(11827,12776,'es',0,NULL,'URL de solicitud',NULL,'',0,'2019-11-07 09:11:13'),(11828,12777,'es',0,NULL,'Bibliotecas PHP requeridas',NULL,'',0,'2019-11-07 09:11:13'),(11829,12778,'es',0,NULL,'Reiniciar',NULL,'',0,'2019-11-07 09:11:13'),(11830,12779,'es',0,NULL,'Restablecer y desactivar WPML',NULL,'',0,'2019-11-07 09:11:13'),(11831,12780,'es',0,NULL,'Restablecer idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11832,12781,'es',0,NULL,'Restablecer configuración',NULL,'',0,'2019-11-07 09:11:13'),(11833,12782,'es',0,NULL,'Respuesta',NULL,'',0,'2019-11-07 09:11:13'),(11834,12783,'es',0,NULL,'Restaurar',NULL,'',0,'2019-11-07 09:11:13'),(11835,12784,'es',0,NULL,'Restaurar predeterminado',NULL,'',0,'2019-11-07 09:11:13'),(11836,12785,'es',0,NULL,'Recuperar los mensajes y notificaciones descartados y ocultos.',NULL,'',0,'2019-11-07 09:11:13'),(11837,12786,'es',0,NULL,'Restaurar mensajes y notificaciones',NULL,'',0,'2019-11-07 09:11:13'),(11838,12787,'es',0,NULL,'Proceso de actualización del currículum vitae',NULL,'',0,'2019-11-07 09:11:13'),(11839,12788,'es',0,NULL,'Reintentar',NULL,'',0,'2019-11-07 09:11:13'),(11840,12789,'es',0,NULL,'Volver a la página de plugins',NULL,'',0,'2019-11-07 09:11:13'),(11841,12790,'es',0,NULL,'Volver a la página de actualizaciones',NULL,'',0,'2019-11-07 09:11:13'),(11842,12791,'es',0,NULL,'Revalidar suscripción',NULL,'',0,'2019-11-07 09:11:13'),(11843,12792,'es',0,NULL,'Reseña',NULL,'',0,'2019-11-07 09:11:13'),(11844,12793,'es',0,NULL,'Revisado por:',NULL,'',0,'2019-11-07 09:11:13'),(11845,12794,'es',0,NULL,'Ejecutar proceso de actualización',NULL,'',0,'2019-11-07 09:11:13'),(11846,12795,'es',0,NULL,'Ahora ejecutando el lote #%d',NULL,'',0,'2019-11-07 09:11:13'),(11847,12796,'es',0,NULL,'Opciones de SEO',NULL,'',0,'2019-11-07 09:11:13'),(11848,12797,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:11:13'),(11849,12798,'es',0,NULL,'Analizando resultados',NULL,'',0,'2019-11-07 09:11:13'),(11850,12799,'es',0,NULL,'Analizando ahora, no cierre esta página.',NULL,'',0,'2019-11-07 09:11:13'),(11851,12800,'es',0,NULL,'Búsqueda',NULL,'',0,'2019-11-07 09:11:13'),(11852,12801,'es',0,NULL,'Desplegable de búsqueda: marcador',NULL,'',0,'2019-11-07 09:11:13'),(11853,12802,'es',0,NULL,'Búsqueda insertada: marcador',NULL,'',0,'2019-11-07 09:11:13'),(11854,12803,'es',0,NULL,'Modal de búsqueda: marcador',NULL,'',0,'2019-11-07 09:11:13'),(11855,12804,'es',0,NULL,'Resultados de búsqueda para “%s”',NULL,'',0,'2019-11-07 09:11:13'),(11856,12805,'es',0,NULL,'Seleccionar todo',NULL,'',0,'2019-11-07 09:11:13'),(11857,12806,'es',0,NULL,'Seleccionar idioma',NULL,'',0,'2019-11-07 09:11:13'),(11858,12807,'es',0,NULL,'Seleccionar validación',NULL,'',0,'2019-11-07 09:11:13'),(11859,12808,'es',0,NULL,'Seleccionar un predeterminado',NULL,'',0,'2019-11-07 09:11:13'),(11860,12809,'es',0,NULL,'Seleccionar acción masiva',NULL,'',0,'2019-11-07 09:11:13'),(11861,12810,'es',0,NULL,'Seleccione cómo mostrar el selector de idioma en el menú. Seleccione \"Lista de idiomas\" para mostrar todos los idiomas en el mismo nivel o \"Desplegable\" para mostrar el idioma actual como superior y otros idiomas como inferiores.',NULL,'',0,'2019-11-07 09:11:13'),(11862,12811,'es',0,NULL,'Seleccione el idioma a habilitar para su sitio (también podrá agregar y quitar idiomas más tarde).',NULL,'',0,'2019-11-07 09:11:13'),(11863,12812,'es',0,NULL,'Seleccione los menús, en los que mostrar el selector de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11864,12813,'es',0,NULL,'Seleccionar la posición para mostrar el selector de idioma en el menú.',NULL,'',0,'2019-11-07 09:11:13'),(11865,12814,'es',0,NULL,'Seleccionar la posición para mostrar los enlaces de traducciones de entrada.',NULL,'',0,'2019-11-07 09:11:13'),(11866,12815,'es',0,NULL,'Seleccione el estilo del selector de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11867,12816,'es',0,NULL,'Seleccione la taxonomía para traducir:',NULL,'',0,'2019-11-07 09:11:13'),(11868,12817,'es',0,NULL,'Seleccione el área de widget donde se ha de incluir el selector de idioma.',NULL,'',0,'2019-11-07 09:11:13'),(11869,12818,'es',0,NULL,'Seleccione esta opción si el tema o los plugines usan operaciones AJAX en el front-end, que WPML necesite filtrar. WPML definirá una cookie usando JavaScript, lo cual le permitirá devolver el contenido correcto para las operaciones AJAX.',NULL,'',0,'2019-11-07 09:11:13'),(11870,12819,'es',0,NULL,'Seleccione su idioma:',NULL,'',0,'2019-11-07 09:11:13'),(11871,12820,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:11:13'),(11872,12821,'es',0,NULL,'Envía información del tema y los plugines para recibir asistencia más rápido y alertas de compatibilidad',NULL,'',0,'2019-11-07 09:11:13'),(11873,12822,'es',0,NULL,'Enviar el contenido de las celdas con HTML sin procesar',NULL,'',0,'2019-11-07 09:11:13'),(11874,12823,'es',0,NULL,'Enviar al traductor',NULL,'',0,'2019-11-07 09:11:13'),(11875,12824,'es',0,NULL,'Enviado al servicio de traducción',NULL,'',0,'2019-11-07 09:11:13'),(11876,12825,'es',0,NULL,'Enviado al traductor',NULL,'',0,'2019-11-07 09:11:13'),(11877,12826,'es',0,NULL,'Establecer el idioma de administración como idioma de edición.',NULL,'',0,'2019-11-07 09:11:13'),(11878,12827,'es',0,NULL,'Determinar información de idioma',NULL,'',0,'2019-11-07 09:11:13'),(11879,12828,'es',0,NULL,'Definir información de idioma para los elementos multimedia existentes',NULL,'',0,'2019-11-07 09:11:13'),(11880,12829,'es',0,NULL,'Definir idiomas para multimedia',NULL,'',0,'2019-11-07 09:11:13'),(11881,12830,'es',0,NULL,'Establecer página superior para traducir según página superior del idioma de origen',NULL,'',0,'2019-11-07 09:11:13'),(11882,12831,'es',0,NULL,'Realizado parcialmente',NULL,'',0,'2019-11-07 09:11:13'),(11883,12832,'es',0,NULL,'Realizado parcialmente.',NULL,'',0,'2019-11-07 09:11:13'),(11884,12833,'es',0,NULL,'Puede que haya más contenido para reparar: repita el proceso por favor.',NULL,'',0,'2019-11-07 09:11:13'),(11885,12834,'es',0,NULL,'trabajos de traducción actualizados',NULL,'',0,'2019-11-07 09:11:13'),(11886,12835,'es',0,NULL,'Establece el estado de la traducción en DUPLICADO en la tabla icl_translation_status, para las entradas marcadas como duplicadas.',NULL,'',0,'2019-11-07 09:11:13'),(11887,12836,'es',0,NULL,'Estableciendo idioma para multimedia. Quedan: %d',NULL,'',0,'2019-11-07 09:11:13'),(11888,12837,'es',0,NULL,'Estableciendo idioma para multimedia: ¡listo!',NULL,'',0,'2019-11-07 09:11:13'),(11889,12838,'es',0,NULL,'Configuración',NULL,'',0,'2019-11-07 09:11:13'),(11890,12839,'es',0,NULL,'Configuraciones guardadas',NULL,'',0,'2019-11-07 09:11:13'),(11891,12840,'es',0,NULL,'Ajustes actualizados',NULL,'',0,'2019-11-07 09:11:13'),(11892,12841,'es',0,NULL,'Configuración de WPML',NULL,'',0,'2019-11-07 09:11:13'),(11893,12842,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:11:13'),(11894,12843,'es',0,NULL,'Mostrar módulo de comentario de traducción para estos idiomas:',NULL,'',0,'2019-11-07 09:11:13'),(11895,12844,'es',0,NULL,'Mostrar el contenido en:',NULL,'',0,'2019-11-07 09:11:13'),(11896,12845,'es',0,NULL,'Mostrar detalles',NULL,'',0,'2019-11-07 09:11:13'),(11897,12846,'es',0,NULL,'Mostrar el selector de idioma al pie de la página',NULL,'',0,'2019-11-07 09:11:13'),(11898,12847,'es',0,NULL,'Mostrar arriba o debajo de la entrada enlaces que ofrezcan la misma en otros idiomas',NULL,'',0,'2019-11-07 09:11:13'),(11899,12848,'es',0,NULL,'Mostrar en la parte izquierda de la pantalla',NULL,'',0,'2019-11-07 09:11:13'),(11900,12849,'es',0,NULL,'Mostrar en la parte derecha de la pantalla',NULL,'',0,'2019-11-07 09:11:13'),(11901,12850,'es',0,NULL,'Mostrar campos de sistema',NULL,'',0,'2019-11-07 09:11:13'),(11902,12851,'es',0,NULL,'Mostrar este aviso.',NULL,'',0,'2019-11-07 09:11:13'),(11903,12852,'es',0,NULL,'Mostrando contenido en:',NULL,'',0,'2019-11-07 09:11:13'),(11904,12853,'es',0,NULL,'A partir de WPML 3.6.0, los selectores de idioma dejaron de usar ID CSS y las clases CSS han cambiado. Esto fue necesario para solucionar algunos errores y cumplir con los últimos estándares. Si su tema o CSS personalizado no se basa en estos selectores anteriores, se recomienda saltar la compatibilidad con versiones anteriores. SIn embargo, aún es posible reactivar esta opción más tarde.',NULL,'',0,'2019-11-07 09:11:13'),(11905,12854,'es',0,NULL,'Singular',NULL,'',0,'2019-11-07 09:11:13'),(11906,12855,'es',0,NULL,'Sitio',NULL,'',0,'2019-11-07 09:11:13'),(11907,12856,'es',0,NULL,'Idiomas del sitio',NULL,'',0,'2019-11-07 09:11:13'),(11908,12857,'es',0,NULL,'Clave del sitio:',NULL,'',0,'2019-11-07 09:11:13'),(11909,12858,'es',0,NULL,'La clave de sitio fue establecida por %s, muy probablemente en wp-config.php. Elimine la constante antes de intentar registrar.',NULL,'',0,'2019-11-07 09:11:13'),(11910,12859,'es',0,NULL,'La clave de sitio fue establecida por %s, muy probablemente en wp-config.php. Elimine la constante antes de intentar la cancelación del registro.',NULL,'',0,'2019-11-07 09:11:13'),(11911,12860,'es',0,NULL,'Abajo se puede acceder a los mapas del sitio para cada idioma. Tiene que enviar todos estos mapas del sitio a Google.',NULL,'',0,'2019-11-07 09:11:13'),(11912,12861,'es',0,NULL,'Saltar la compatibilidad con versiones anteriores',NULL,'',0,'2019-11-07 09:11:13'),(11913,12862,'es',0,NULL,'Omitir el idioma',NULL,'',0,'2019-11-07 09:11:13'),(11914,12863,'es',0,NULL,'Presentaciones: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11915,12864,'es',0,NULL,'Presentaciones: descripción',NULL,'',0,'2019-11-07 09:11:13'),(11916,12865,'es',0,NULL,'Presentaciones: encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11917,12866,'es',0,NULL,'Presentaciones: URL de enlace',NULL,'',0,'2019-11-07 09:11:13'),(11918,12867,'es',0,NULL,'Slug',NULL,'',0,'2019-11-07 09:11:13'),(11919,12868,'es',0,NULL,'En este momento, la traducción de slugs está desactivada en WPML. %sPulse aquí para activarla.%s',NULL,'',0,'2019-11-07 09:11:13'),(11920,12869,'es',0,NULL,'Los slugs no se traducen actualmente.',NULL,'',0,'2019-11-07 09:11:13'),(11921,12870,'es',0,NULL,'Los slugs se traducen actualmente. Pulse el enlace de arriba para editar las traducciones.',NULL,'',0,'2019-11-07 09:11:13'),(11922,12871,'es',0,NULL,'Es posible que cierto contenido no se traduzca a todos los idiomas. Seleccione qué debe aparecer en el selector de idioma cuando falta la traducción.',NULL,'',0,'2019-11-07 09:11:13'),(11923,12872,'es',0,NULL,'Puede que algunas funciones relacionadas con la Traducción de cadenas no funcionen correctamente sin caracteres utf8mb4.',NULL,'',0,'2019-11-07 09:11:13'),(11924,12873,'es',0,NULL,'Faltan algunos parámetros para este pedido.',NULL,'',0,'2019-11-07 09:11:13'),(11925,12874,'es',0,NULL,'Algo salió mal y no pudimos instalar todas las actualizaciones del canal %s. Pulse aquí para %sintentarlo de nuevo%s. Si los errores persisten, vuelva al canal Producción y póngase en contacto con el %s%ssoporte%s.',NULL,'',0,'2019-11-07 09:11:13'),(11926,12875,'es',0,NULL,'Ocurrió un error. Inténtelo de nuevo o póngase en contacto con el soporte.',NULL,'',0,'2019-11-07 09:11:13'),(11927,12876,'es',0,NULL,'Iniciar',NULL,'',0,'2019-11-07 09:11:13'),(11928,12877,'es',0,NULL,'Iniciado...',NULL,'',0,'2019-11-07 09:11:13'),(11929,12878,'es',0,NULL,'Número inicial',NULL,'',0,'2019-11-07 09:11:13'),(11930,12879,'es',0,NULL,'Comenzando el proceso de actualización...',NULL,'',0,'2019-11-07 09:11:13'),(11931,12880,'es',0,NULL,'Iniciando...',NULL,'',0,'2019-11-07 09:11:13'),(11932,12881,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:11:13'),(11933,12882,'es',0,NULL,'Estado:',NULL,'',0,'2019-11-07 09:11:13'),(11934,12883,'es',0,NULL,'Adhesivo',NULL,'',0,'2019-11-07 09:11:13'),(11935,12884,'es',0,NULL,'No volver a mostrar este mensaje',NULL,'',0,'2019-11-07 09:11:13'),(11936,12885,'es',0,NULL,'Guarde una cookie de idioma para admitir el filtrado de idioma para AJAX',NULL,'',0,'2019-11-07 09:11:13'),(11937,12886,'es',0,NULL,'Se actualizarán las cadenas de los menús',NULL,'',0,'2019-11-07 09:11:13'),(11938,12887,'es',0,NULL,'Aplicación de estilo al selector de idioma con CSS adicional',NULL,'',0,'2019-11-07 09:11:13'),(11939,12888,'es',0,NULL,'Formulario de suscripción: texto de botón',NULL,'',0,'2019-11-07 09:11:13'),(11940,12889,'es',0,NULL,'Formulario de suscripción: texto de casilla de verificación',NULL,'',0,'2019-11-07 09:11:13'),(11941,12890,'es',0,NULL,'Formulario de suscripción: asunto de notificación',NULL,'',0,'2019-11-07 09:11:13'),(11942,12891,'es',0,NULL,'Formulario de suscripción: enlace de redireccionamiento',NULL,'',0,'2019-11-07 09:11:13'),(11943,12892,'es',0,NULL,'Formulario de suscripción: mensaje de éxito',NULL,'',0,'2019-11-07 09:11:13'),(11944,12893,'es',0,NULL,'Formulario de suscripción: condiciones del servicio',NULL,'',0,'2019-11-07 09:11:13'),(11945,12894,'es',0,NULL,'La suscripción caducó. Tiene que adquirir una suscripción nueva o actualizar si está disponible.',NULL,'',0,'2019-11-07 09:11:13'),(11946,12895,'es',0,NULL,'La suscripción caducó.',NULL,'',0,'2019-11-07 09:11:13'),(11947,12896,'es',0,NULL,'Soporte',NULL,'',0,'2019-11-07 09:11:13'),(11948,12897,'es',0,NULL,'Cambiar',NULL,'',0,'2019-11-07 09:11:13'),(11949,12898,'es',0,NULL,'Sincronizar',NULL,'',0,'2019-11-07 09:11:13'),(11950,12899,'es',0,NULL,'Sincronizar estado de comentario',NULL,'',0,'2019-11-07 09:11:13'),(11951,12900,'es',0,NULL,'Sincronizar comentarios en el contenido duplicado',NULL,'',0,'2019-11-07 09:11:13'),(11952,12901,'es',0,NULL,'Sincronizar menús entre idiomas.',NULL,'',0,'2019-11-07 09:11:13'),(11953,12902,'es',0,NULL,'Sincronizar el orden de las páginas para las traducciones',NULL,'',0,'2019-11-07 09:11:13'),(11954,12903,'es',0,NULL,'Sincronizar plantilla de página',NULL,'',0,'2019-11-07 09:11:13'),(11955,12904,'es',0,NULL,'Sincronizar la contraseña para las entradas protegidas con contraseña',NULL,'',0,'2019-11-07 09:11:13'),(11956,12905,'es',0,NULL,'Sincronizar estado de ping',NULL,'',0,'2019-11-07 09:11:13'),(11957,12906,'es',0,NULL,'Sincronizar el formato de las entradas',NULL,'',0,'2019-11-07 09:11:13'),(11958,12907,'es',0,NULL,'Sincronizar taxonomías de entradas',NULL,'',0,'2019-11-07 09:11:13'),(11959,12908,'es',0,NULL,'Sincronizar indicador personal',NULL,'',0,'2019-11-07 09:11:13'),(11960,12909,'es',0,NULL,'Sincronizar indicador adhesivo',NULL,'',0,'2019-11-07 09:11:13'),(11961,12910,'es',0,NULL,'Sincronizar jerarquía de taxonomía según: el idioma %1$s.',NULL,'',0,'2019-11-07 09:11:13'),(11962,12911,'es',0,NULL,'Sincronizando menú %1 de %2',NULL,'',0,'2019-11-07 09:11:13'),(11963,12912,'es',0,NULL,'Contenido de elemento de pestaña',NULL,'',0,'2019-11-07 09:11:13'),(11964,12913,'es',0,NULL,'Etiqueta de elemento de pestaña',NULL,'',0,'2019-11-07 09:11:13'),(11965,12914,'es',0,NULL,'Pestañas: contenido',NULL,'',0,'2019-11-07 09:11:13'),(11966,12915,'es',0,NULL,'Pestañas: título',NULL,'',0,'2019-11-07 09:11:13'),(11967,12916,'es',0,NULL,'Pestañas: contenido',NULL,'',0,'2019-11-07 09:11:13'),(11968,12917,'es',0,NULL,'Pestañas: etiqueta',NULL,'',0,'2019-11-07 09:11:13'),(11969,12918,'es',0,NULL,'Idioma de destino',NULL,'',0,'2019-11-07 09:11:13'),(11970,12919,'es',0,NULL,'Traducción de taxonomías',NULL,'',0,'2019-11-07 09:11:13'),(11971,12920,'es',0,NULL,'Taxonomía',NULL,'',0,'2019-11-07 09:11:13'),(11972,12921,'es',0,NULL,'Traducción de taxonomía',NULL,'',0,'2019-11-07 09:11:13'),(11973,12922,'es',0,NULL,'Traducción de taxonomía',NULL,'',0,'2019-11-07 09:11:13'),(11974,12923,'es',0,NULL,'La asistencia técnica para los clientes está disponible a través de los %sforos de WPML%s.',NULL,'',0,'2019-11-07 09:11:13'),(11975,12924,'es',0,NULL,'Quiero saber más',NULL,'',0,'2019-11-07 09:11:13'),(11976,12925,'es',0,NULL,'Dígale al mundo que su sitio es multilingüe gracias a WPML (coloca un mensaje en el pie de página de su sitio) - <a href=\"%s\">Leer más</a>',NULL,'',0,'2019-11-07 09:11:13'),(11977,12926,'es',0,NULL,'Traducción de término',NULL,'',0,'2019-11-07 09:11:13'),(11978,12927,'es',0,NULL,'Carrusel de testimonios: contenido',NULL,'',0,'2019-11-07 09:11:13'),(11979,12928,'es',0,NULL,'Carrusel de testimonios: nombre',NULL,'',0,'2019-11-07 09:11:13'),(11980,12929,'es',0,NULL,'Carrusel de testimonios: título',NULL,'',0,'2019-11-07 09:11:13'),(11981,12930,'es',0,NULL,'Contenido de testimonios',NULL,'',0,'2019-11-07 09:11:13'),(11982,12931,'es',0,NULL,'Ocupación de testimonio',NULL,'',0,'2019-11-07 09:11:13'),(11983,12932,'es',0,NULL,'Nombre de testimonio',NULL,'',0,'2019-11-07 09:11:13'),(11984,12933,'es',0,NULL,'Testimonio: encabezado',NULL,'',0,'2019-11-07 09:11:13'),(11985,12934,'es',0,NULL,'Editor de texto',NULL,'',0,'2019-11-07 09:11:13'),(11986,12935,'es',0,NULL,'Contenido de texto',NULL,'',0,'2019-11-07 09:11:13'),(11987,12936,'es',0,NULL,'Editor de texto',NULL,'',0,'2019-11-07 09:11:13'),(11988,12937,'es',0,NULL,'Texto para idiomas alternativos para las entradas:',NULL,'',0,'2019-11-07 09:11:13'),(11989,12938,'es',0,NULL,'Gracias por seleccionar. Puede cambiar la selección en cualquier momento en la %sconfiguración de Traducción de tipos de entrada%s.',NULL,'',0,'2019-11-07 09:11:13'),(11990,12939,'es',0,NULL,'Gracias por registrar WPML en este sitio web. Usted recibirá actualizaciones automáticas cuando haya versiones nuevas disponibles.',NULL,'',0,'2019-11-07 09:11:13'),(11991,12940,'es',0,NULL,'¡Gracias por su calificación y comentarios!',NULL,'',0,'2019-11-07 09:11:13'),(11992,12941,'es',0,NULL,'¡Gracias por su calificación!',NULL,'',0,'2019-11-07 09:11:13'),(11993,12942,'es',0,NULL,'La acción \'Restablecer\' desactivará el plugin WPML después de eliminar las tablas de WPML (tablas con el prefijo \'icl_\') de la base de datos.\\n\\t\\t\\tLa acción NO eliminará ningún contenido (entradas, términos de taxonomía, etc.).\\n\\t\\t\\tSolo afecta la traducción y la información de idioma que WPML asocia con cada tipo de contenido.',NULL,'',0,'2019-11-07 09:11:13'),(11994,12943,'es',0,NULL,'El código de idioma ya existe.',NULL,'',0,'2019-11-07 09:11:13'),(11995,12944,'es',0,NULL,'El nombre del idioma ya existe.',NULL,'',0,'2019-11-07 09:11:13'),(11996,12945,'es',0,NULL,'El plugin de Traducción de multimedia debe agregar idiomas a los elementos multimedia de su sitio web. Sin esta información de idiomas, los archivos multimedia existentes no se mostrarán en la administración de WordPress.',NULL,'',0,'2019-11-07 09:11:13'),(11997,12946,'es',0,NULL,'Se requiere la URL del archivo HTML',NULL,'',0,'2019-11-07 09:11:13'),(11998,12947,'es',0,NULL,'El plugin CMS Multilingüe de WPML no está habilitado en este momento.',NULL,'',0,'2019-11-07 09:11:13'),(11999,12948,'es',0,NULL,'El plugin WPML Page Builders que está usando ahora es parte de WPML.',NULL,'',0,'2019-11-07 09:11:13'),(12000,12949,'es',0,NULL,'El plugin de WPML puede enviar a wpml.org una lista de los plugines y temas activos utilizados en su sitio. Esto le permite a nuestro equipo de soporte ayudarlo con mayor celeridad y ponerse en contacto con usted de antemano por motivos de problemas de compatibilidad potenciales y sus soluciones.',NULL,'',0,'2019-11-07 09:11:13'),(12001,12950,'es',0,NULL,'El botón está desactivado porque todos los menús existentes tienen selectores de idioma. Puede editar la configuración de los selectores de idioma existentes.',NULL,'',0,'2019-11-07 09:11:13'),(12002,12951,'es',0,NULL,'Él botón está desactivado porque todas las áreas de widget existentes tienen selectores de idioma. Edite la configuración de los selectores de idioma existentes.',NULL,'',0,'2019-11-07 09:11:13'),(12003,12952,'es',0,NULL,'El botón está desactivado porque no hay menús en el sitio. Agregue un menú y luego active un selector de idioma en el mismo.',NULL,'',0,'2019-11-07 09:11:13'),(12004,12953,'es',0,NULL,'El botón está desactivado porque no se registran áreas de widget en el sitio web.',NULL,'',0,'2019-11-07 09:11:13'),(12005,12954,'es',0,NULL,'El contenido actual de %s se perderá definitivamente. WPML copiará el contenido del %s y reemplazará el contenido actual.',NULL,'',0,'2019-11-07 09:11:13'),(12006,12955,'es',0,NULL,'Los datos serán cifrados con el algoritmo %s.',NULL,'',0,'2019-11-07 09:11:13'),(12007,12956,'es',0,NULL,'La configuración local predeterminada ya existe.',NULL,'',0,'2019-11-07 09:11:13'),(12008,12957,'es',0,NULL,'La función PHP eval() debe estar activada.',NULL,'',0,'2019-11-07 09:11:13'),(12009,12958,'es',0,NULL,'El valor esperado es: %s',NULL,'',0,'2019-11-07 09:11:13'),(12010,12967,'es',0,NULL,'La extensión del filtro está activada por defecto a partir de PHP 5.2, por lo tanto, o usted o el host deben haberla desactivado.',NULL,'',0,'2019-11-07 09:11:14'),(12011,12968,'es',0,NULL,'La extensión de filtro está activa por defecto a partir de la versión PHP 5.2.0. Antes de esta, se utilizaba una extensión PECL experimental,\\n sin embargo, ya no se recomienda usar ni se actualiza la versión PECL. (fuente:',NULL,'',0,'2019-11-07 09:11:14'),(12012,12969,'es',0,NULL,'Los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:11:14'),(12013,12970,'es',0,NULL,'Ha ocurrido la siguiente excepción mientras se realizaba la migración, inténtelo de nuevo más tarde o póngase en contacto con el soporte si el problema persiste.',NULL,'',0,'2019-11-07 09:11:14'),(12014,12971,'es',0,NULL,'Los siguientes términos no tienen una traducción en el idioma seleccionado y serán desconectados de esta entrada.',NULL,'',0,'2019-11-07 09:11:14'),(12015,12972,'es',0,NULL,'El hreflang ya existe.',NULL,'',0,'2019-11-07 09:11:14'),(12016,12973,'es',0,NULL,'Se eliminó el idioma %s.',NULL,'',0,'2019-11-07 09:11:14'),(12017,12974,'es',0,NULL,'Puede que los menús de esta página no se sincronicen porque esto requiere más variables de entrada. Por favor, modifique el ajuste de %s en los archivos php.ini o .htaccess a %s o más.',NULL,'',0,'2019-11-07 09:11:14'),(12018,12975,'es',0,NULL,'Los plugines se actualizarán a la versión más reciente en el canal que seleccionó.',NULL,'',0,'2019-11-07 09:11:14'),(12019,12976,'es',0,NULL,'El registro de configuración XML remoto está vacío.',NULL,'',0,'2019-11-07 09:11:14'),(12020,12977,'es',0,NULL,'Los menús seleccionados se sincronizaron correctamente.',NULL,'',0,'2019-11-07 09:11:14'),(12021,12978,'es',0,NULL,'Las cadenas seleccionadas ahora se pueden traducir usando la pantalla de %straducción de cadenas%s',NULL,'',0,'2019-11-07 09:11:14'),(12022,12979,'es',0,NULL,'La jerarquía de la taxonomía ya está sincronizada.',NULL,'',0,'2019-11-07 09:11:14'),(12023,12980,'es',0,NULL,'La jerarquía de taxonomía está sincronizada.',NULL,'',0,'2019-11-07 09:11:14'),(12024,12981,'es',0,NULL,'Las preferencias de traducción para este campo son controladas por un archivo XML de configuración de idioma. Si desea controlarlas manualmente, elimine la entrada del archivo de configuración.',NULL,'',0,'2019-11-07 09:11:14'),(12025,12982,'es',0,NULL,'El comentario eliminado será borrado de forma permanente después de %d días.',NULL,'',0,'2019-11-07 09:11:14'),(12026,12983,'es',0,NULL,'Se ha completado la actualización.',NULL,'',0,'2019-11-07 09:11:14'),(12027,12984,'es',0,NULL,'El archivo cargado excede los %s bytes.',NULL,'',0,'2019-11-07 09:11:14'),(12028,12985,'es',0,NULL,'El archivo cargado excede el valor de la directiva upload_max_filesize de php.ini.',NULL,'',0,'2019-11-07 09:11:14'),(12029,12986,'es',0,NULL,'El archivo cargado no se cargó en su totalidad.',NULL,'',0,'2019-11-07 09:11:14'),(12030,12987,'es',0,NULL,'El servidor web no puede escribir el archivo .htaccess',NULL,'',0,'2019-11-07 09:11:14'),(12031,12988,'es',0,NULL,'Compatibilidad de tema y plugins con WPML',NULL,'',0,'2019-11-07 09:11:14'),(12032,12989,'es',0,NULL,'Localización de temas y plugines',NULL,'',0,'2019-11-07 09:11:14'),(12033,12990,'es',0,NULL,'Informe de tema y plugines',NULL,'',0,'2019-11-07 09:11:14'),(12034,12991,'es',0,NULL,'No hay plantillas disponibles.',NULL,'',0,'2019-11-07 09:11:14'),(12035,12992,'es',0,NULL,'En los siguiente idiomas hay contenido que no se mostrará en el sitio porque estos idiomas no están activados.',NULL,'',0,'2019-11-07 09:11:14'),(12036,12993,'es',0,NULL,'Ocurrió un problema al cambiar al canal %s. %sReinténtelo%s. Si el problema persiste, %sdescargue %s%s e instale de nuevo manualmente',NULL,'',0,'2019-11-07 09:11:14'),(12037,12994,'es',0,NULL,'Hubo un error al cargar el archivo. Por favor inténtelo nuevamente.',NULL,'',0,'2019-11-07 09:11:14'),(12038,12995,'es',0,NULL,'Este sitio tiene activados los siguientes idiomas:',NULL,'',0,'2019-11-07 09:11:14'),(12039,12996,'es',0,NULL,'Se sabe que estos plugins tienen problemas de compatibilidad con WPML:',NULL,'',0,'2019-11-07 09:11:14'),(12040,12997,'es',0,NULL,'Esta acción no está permitida',NULL,'',0,'2019-11-07 09:11:14'),(12041,12998,'es',0,NULL,'Esto permite buscar contenido en un idioma específico únicamente..',NULL,'',0,'2019-11-07 09:11:14'),(12042,12999,'es',0,NULL,'Las causas pueden ser las siguientes:',NULL,'',0,'2019-11-07 09:11:14'),(12043,13000,'es',0,NULL,'Este documento es un duplicado de %s y lo mantiene WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12044,13001,'es',0,NULL,'Esta función convierte los temas en multilingües, sin tener que editar sus archivos PHP.',NULL,'',0,'2019-11-07 09:11:14'),(12045,13002,'es',0,NULL,'Esta función usa Javascript. Asegúrese de que el sitio no tenga errores de JS.',NULL,'',0,'2019-11-07 09:11:14'),(12046,13003,'es',0,NULL,'Esta función está disponible por medio de la sección administrativa de la Red.',NULL,'',0,'2019-11-07 09:11:14'),(12047,13004,'es',0,NULL,'Esta información permite que el equipo de soporte vea las versiones de WordPress, plugins y temas que posee el sitio. Brinde esta información si se la solicita en el foro de soporte. No se incluyen contraseñas ni información confidencial alguna.',NULL,'',0,'2019-11-07 09:11:14'),(12048,13005,'es',0,NULL,'Esta es una traducción de',NULL,'',0,'2019-11-07 09:11:14'),(12049,13006,'es',0,NULL,'Este es el orden en el que se mostrarán los idiomas en el selector de idioma.',NULL,'',0,'2019-11-07 09:11:14'),(12050,13007,'es',0,NULL,'Este selector de idioma determina el contenido para mostrar. Puede seleccionar elementos en un idioma específico o en todos los idiomas. Para cambiar el idioma de la interfaz administrativa de WordPress, vaya a su perfil.',NULL,'',0,'2019-11-07 09:11:14'),(12051,13008,'es',0,NULL,'Esto podría solucionar problemas como la falta de idiomas en el selector de idioma.',NULL,'',0,'2019-11-07 09:11:14'),(12052,13009,'es',0,NULL,'Esto significa que %s aún no sabe del problema de la traducción y no lo puede corregir.',NULL,'',0,'2019-11-07 09:11:14'),(12053,13010,'es',0,NULL,'Normalmente, esto tarda unos segundos, pero puede tardar hasta varios minutos con bases de datos muy grandes.',NULL,'',0,'2019-11-07 09:11:14'),(12054,13011,'es',0,NULL,'Esta operación copia el contenido del idioma original en esta traducción. Es útil si desea empezar con el contenido original pero seguir traduciendo a este idioma. Este botón solo se activa cuando no hay contenido en el editor.',NULL,'',0,'2019-11-07 09:11:14'),(12055,13012,'es',0,NULL,'Esta operación eliminará la tabla de idiomas de WPML y la recreará. Esto se debe realizar si acaba de instalar WPML y no puede ver una lista completa de los idiomas disponibles.',NULL,'',0,'2019-11-07 09:11:14'),(12056,13013,'es',0,NULL,'Esta operación restablecerá las tablas de idiomas de WPML y lo reinstalará. Se eliminará todo idioma personalizado que haya agregado.',NULL,'',0,'2019-11-07 09:11:14'),(12057,13014,'es',0,NULL,'Esta operación sincronizará la traducción con el idioma original. Cuando edite el original, esta traducción se actualizará al instante. Es útil cuando usted desea que el contenido en este idioma siempre sea igual al contenido del idioma original.',NULL,'',0,'2019-11-07 09:11:14'),(12058,13015,'es',0,NULL,'Esta opción aún no se encuentra disponible para las instalaciones de Multisitio.',NULL,'',0,'2019-11-07 09:11:14'),(12059,13016,'es',0,NULL,'Esta página no tiene un idioma porque es la página raíz del sitio.',NULL,'',0,'2019-11-07 09:11:14'),(12060,13017,'es',0,NULL,'Esta página permite instalar plugins y actualizar plugins existentes. Para eliminar cualquiera de estos, vaya a la página de %splugins%s. Si cuenta con los permisos necesarios podrá eliminarlos.',NULL,'',0,'2019-11-07 09:11:14'),(12061,13018,'es',0,NULL,'Esta página fue traducida desde:',NULL,'',0,'2019-11-07 09:11:14'),(12062,13019,'es',0,NULL,'Esta entrada ya está duplicada.',NULL,'',0,'2019-11-07 09:11:14'),(12063,13020,'es',0,NULL,'Esta entrada también está disponible en:',NULL,'',0,'2019-11-07 09:11:14'),(12064,13021,'es',0,NULL,'Esta entrada también está disponible en: %s',NULL,'',0,'2019-11-07 09:11:14'),(12065,13022,'es',0,NULL,'Esta pantalla contiene la configuración de idioma de su sitio.',NULL,'',0,'2019-11-07 09:11:14'),(12066,13023,'es',0,NULL,'Esta configuración es controlada por un archivo wpml-config.xml. Haga clic aquí para desbloquear y sobrescribir la configuración.',NULL,'',0,'2019-11-07 09:11:14'),(12067,13024,'es',0,NULL,'Este término tiene campos meta adicionales.',NULL,'',0,'2019-11-07 09:11:14'),(12068,13025,'es',0,NULL,'Este texto aparece antes de la lista de idiomas. El mismo tiene que incluir la cadena %s que es un marcador para los enlaces verdaderos.',NULL,'',0,'2019-11-07 09:11:14'),(12069,13026,'es',0,NULL,'Esta traducción actualmente está en la papelera. Tiene que %s o %s la misma para continuar.',NULL,'',0,'2019-11-07 09:11:14'),(12070,13027,'es',0,NULL,'La versión de WPML incluye actualizaciones y mejoras importantes.',NULL,'',0,'2019-11-07 09:11:14'),(12071,13028,'es',0,NULL,'Esta versión de WPML solo recibirá reparaciones de seguridad por los próximos 12 meses',NULL,'',0,'2019-11-07 09:11:14'),(12072,13029,'es',0,NULL,'Esta advertencia desaparecerá una vez que se haya solucionado este problema.',NULL,'',0,'2019-11-07 09:11:14'),(12073,13030,'es',0,NULL,'Esto asignará los mismos términos de taxonomía como la fuente para cada traducción de entrada.',NULL,'',0,'2019-11-07 09:11:14'),(12074,13031,'es',0,NULL,'Esta es la última versión de WPML que funciona con la versión de PHP instalada actualmente.',NULL,'',0,'2019-11-07 09:11:14'),(12075,13032,'es',0,NULL,'Esto cambiará la configuración de los selectores de idioma %s a los predeterminados según lo establezca el tema. Tenga en cuenta que se pueden eliminar algunos selectores y agregar otros.',NULL,'',0,'2019-11-07 09:11:14'),(12076,13033,'es',0,NULL,'Esta acción buscará comentarios en idiomas distintos al idioma del contenido al cual pertenecen. Si encontramos algo, lo eliminaremos por usted. Los denominamos \"comentarios huérfanos\".',NULL,'',0,'2019-11-07 09:11:14'),(12077,13034,'es',0,NULL,'Hora',NULL,'',0,'2019-11-07 09:11:14'),(12078,13035,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:11:14'),(12079,13036,'es',0,NULL,'Para agregar categorías que ya existen en otros idiomas, diríjase a la <a%s>página de administración de categorías</a>.',NULL,'',0,'2019-11-07 09:11:14'),(12080,9960,'es',0,NULL,'Para traducir %s fácilmente, es necesario agregar los siguientes componentes de WPML:',NULL,'',0,'2019-11-07 09:11:14'),(12081,13037,'es',0,NULL,'Para activarla, tanto usted como el host tendrá que abrir al archivo php.ini y:',NULL,'',0,'2019-11-07 09:11:14'),(12082,13038,'es',0,NULL,'Para garantizar y mejorar la seguridad del sitio web, WPML usa la',NULL,'',0,'2019-11-07 09:11:14'),(12083,13039,'es',0,NULL,'Para solucionarlo, abra \"%s\" y defina los valores de \"configuración regional predeterminada\" como se muestra arriba.',NULL,'',0,'2019-11-07 09:11:14'),(12084,13040,'es',0,NULL,'Para obtener actualizaciones automáticas, debe registrar %s para este sitio web. %sRegistrar %s%s',NULL,'',0,'2019-11-07 09:11:14'),(12085,13041,'es',0,NULL,'Para instalar y actualizar %s, %sregistre%s %s para este sitio.',NULL,'',0,'2019-11-07 09:11:14'),(12086,13042,'es',0,NULL,'Para aprender más, visite nuestra página de documentación sobre %s',NULL,'',0,'2019-11-07 09:11:14'),(12087,13043,'es',0,NULL,'Para seleccionar los diferentes canales de actualización (beta, desarrollo) debe actualizar los productos existentes a sus versiones estables más recientes.',NULL,'',0,'2019-11-07 09:11:14'),(12088,13044,'es',0,NULL,'Para sincronizar los valores para las traducciones, tiene que activar el módulo de Administración de traducción de WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12089,13045,'es',0,NULL,'Para traducir etiquetas de taxonomía y slug, necesita el plugin %s.',NULL,'',0,'2019-11-07 09:11:14'),(12090,13046,'es',0,NULL,' Alternador: contenido',NULL,'',0,'2019-11-07 09:11:14'),(12091,13047,'es',0,NULL,' Alternador: título',NULL,'',0,'2019-11-07 09:11:14'),(12092,13048,'es',0,NULL,'Servidor API de Toolset',NULL,'',0,'2019-11-07 09:11:14'),(12093,13049,'es',0,NULL,'Archivo de productos remoto de Toolset',NULL,'',0,'2019-11-07 09:11:14'),(12094,13050,'es',0,NULL,'Requiere una llamada para cada uno de los dominios de idioma del sitio web tanto en el inicio como en el cierre de sesión, por lo que hay una pequeña penalidad de rendimiento al usarlo.',NULL,'',0,'2019-11-07 09:11:14'),(12095,13051,'es',0,NULL,'Esta función permite que el tema y los plugines funcionen correctamente en sitios que usan idiomas en los dominios.',NULL,'',0,'2019-11-07 09:11:14'),(12096,13052,'es',0,NULL,'Total',NULL,'',0,'2019-11-07 09:11:14'),(12097,13053,'es',0,NULL,'Traducible - solo mostrar los elementos traducidos',NULL,'',0,'2019-11-07 09:11:14'),(12098,13054,'es',0,NULL,'Traducible: usar la traducción si está disponible o el idioma predeterminado de reserva',NULL,'',0,'2019-11-07 09:11:14'),(12099,13055,'es',0,NULL,'Enlazado de entradas personalizadas traducibles',NULL,'',0,'2019-11-07 09:11:14'),(12100,13056,'es',0,NULL,'Enlazado de taxonomías traducibles',NULL,'',0,'2019-11-07 09:11:14'),(12101,13057,'es',0,NULL,'Traducir',NULL,'',0,'2019-11-07 09:11:14'),(12102,13058,'es',0,NULL,'Traducir los elementos multimedia existentes a todos los idiomas',NULL,'',0,'2019-11-07 09:11:14'),(12103,13059,'es',0,NULL,'Traducir de manera independiente',NULL,'',0,'2019-11-07 09:11:14'),(12104,13060,'es',0,NULL,'Traducir cadenas de menú y URL para:',NULL,'',0,'2019-11-07 09:11:14'),(12105,13061,'es',0,NULL,'Traducir temas y plugines únicamente usando la Traducción de cadenas de WPML y siempre cargar archivos .mo como copia de seguridad',NULL,'',0,'2019-11-07 09:11:14'),(12106,13062,'es',0,NULL,'Traducir temas y plugines únicamente usando la Traducción de cadenas de WPML (no cargar archivos .mo)',NULL,'',0,'2019-11-07 09:11:14'),(12107,13063,'es',0,NULL,'Traducir este documento',NULL,'',0,'2019-11-07 09:11:14'),(12108,13064,'es',0,NULL,'Traducido por:',NULL,'',0,'2019-11-07 09:11:14'),(12109,13065,'es',0,NULL,'Entrada traducida',NULL,'',0,'2019-11-07 09:11:14'),(12110,13066,'es',0,NULL,'¿Traduciendo %s? Use la tabla %s para una traducción más fácil.',NULL,'',0,'2019-11-07 09:11:14'),(12111,9969,'es',0,NULL,'Traducción de contenido creado con creadores de páginas',NULL,'',0,'2019-11-07 09:11:14'),(12112,13067,'es',0,NULL,'Traduciendo multimedia. Quedan: %d',NULL,'',0,'2019-11-07 09:11:14'),(12113,13068,'es',0,NULL,'Traduciendo multimedia: ¡Listo!',NULL,'',0,'2019-11-07 09:11:14'),(12114,13069,'es',0,NULL,'Traducción',NULL,'',0,'2019-11-07 09:11:14'),(12115,13070,'es',0,NULL,'Traducción (nueva)',NULL,'',0,'2019-11-07 09:11:14'),(12116,13071,'es',0,NULL,'Comentario de traducción',NULL,'',0,'2019-11-07 09:11:14'),(12117,13072,'es',0,NULL,'Botón de comentarios de traducción en el front-end:',NULL,'',0,'2019-11-07 09:11:14'),(12118,11024,'es',0,NULL,'Prioridad de traducción',NULL,'',0,'2019-11-07 09:11:14'),(12119,13073,'es',0,NULL,'No se encontró la entrada de traducción para: %d',NULL,'',0,'2019-11-07 09:11:14'),(12120,13074,'es',0,NULL,'Traducción corregida',NULL,'',0,'2019-11-07 09:11:14'),(12121,13075,'es',0,NULL,'Traducción de',NULL,'',0,'2019-11-07 09:11:14'),(12122,13076,'es',0,NULL,'Traducción de %1$s',NULL,'',0,'2019-11-07 09:11:14'),(12123,13077,'es',0,NULL,'Opciones de traducción',NULL,'',0,'2019-11-07 09:11:14'),(12124,13078,'es',0,NULL,'Preferencias de traducción',NULL,'',0,'2019-11-07 09:11:14'),(12125,13079,'es',0,NULL,'Calificación de traducción',NULL,'',0,'2019-11-07 09:11:14'),(12126,13080,'es',0,NULL,'Traducción lista para descargar',NULL,'',0,'2019-11-07 09:11:14'),(12127,13081,'es',0,NULL,'Pedidos de traducción cancelados.',NULL,'',0,'2019-11-07 09:11:14'),(12128,13082,'es',0,NULL,'Traducción al:',NULL,'',0,'2019-11-07 09:11:14'),(12129,13083,'es',0,NULL,'Traducción:',NULL,'',0,'2019-11-07 09:11:14'),(12130,13084,'es',0,NULL,'Traducciones',NULL,'',0,'2019-11-07 09:11:14'),(12131,13085,'es',0,NULL,'Traducciones de etiquetas %1$s de taxonomía y slug',NULL,'',0,'2019-11-07 09:11:14'),(12132,13086,'es',0,NULL,'Traductor',NULL,'',0,'2019-11-07 09:11:14'),(12133,13087,'es',0,NULL,'El traductor respondió ',NULL,'',0,'2019-11-07 09:11:14'),(12134,13088,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:11:14'),(12135,13089,'es',0,NULL,'Solución de problemas',NULL,'',0,'2019-11-07 09:11:14'),(12136,13090,'es',0,NULL,'Escriba un título de entrada',NULL,'',0,'2019-11-07 09:11:14'),(12137,13091,'es',0,NULL,'La reescritura de URL no está activada en su servidor web.',NULL,'',0,'2019-11-07 09:11:14'),(12138,13092,'es',0,NULL,'Se actualizarán las cadenas para los menús',NULL,'',0,'2019-11-07 09:11:14'),(12139,13093,'es',0,NULL,'No se puede eliminar la relación.',NULL,'',0,'2019-11-07 09:11:14'),(12140,13094,'es',0,NULL,'Sin categorizar',NULL,'',0,'2019-11-07 09:11:14'),(12141,13095,'es',0,NULL,'Servicio de traducción remoto desconocido',NULL,'',0,'2019-11-07 09:11:14'),(12142,13096,'es',0,NULL,'Repositorio desconocido',NULL,'',0,'2019-11-07 09:11:14'),(12143,13097,'es',0,NULL,' Revisor desconocido',NULL,'',0,'2019-11-07 09:11:14'),(12144,13098,'es',0,NULL,'Cancelar el registro de %s en este sitio web',NULL,'',0,'2019-11-07 09:11:14'),(12145,13099,'es',0,NULL,'Hasta ahora, su sitio está configurado para mostrar \"todas las entradas de blog\", incluso si no están traducidas. Esta función ahora ha sido reemplazada por un modo de traducción más completo.',NULL,'',0,'2019-11-07 09:11:14'),(12146,13100,'es',0,NULL,'URL sin traducir %s',NULL,'',0,'2019-11-07 09:11:14'),(12147,13101,'es',0,NULL,'URLs sin traducir para los menús',NULL,'',0,'2019-11-07 09:11:14'),(12148,13102,'es',0,NULL,'Cadena sin traducir %s',NULL,'',0,'2019-11-07 09:11:14'),(12149,13103,'es',0,NULL,'Cadenas sin traducir para los menús',NULL,'',0,'2019-11-07 09:11:14'),(12150,13104,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:11:14'),(12151,13105,'es',0,NULL,'Actualizar la %s opción de menú a %s',NULL,'',0,'2019-11-07 09:11:14'),(12152,13106,'es',0,NULL,'Actualizar traducción al %s',NULL,'',0,'2019-11-07 09:11:14'),(12153,13107,'es',0,NULL,'Actualizar plugin',NULL,'',0,'2019-11-07 09:11:14'),(12154,13108,'es',0,NULL,'Actualizar jerarquía de taxonomía',NULL,'',0,'2019-11-07 09:11:14'),(12155,13109,'es',0,NULL,'Actualizar URL a %s',NULL,'',0,'2019-11-07 09:11:14'),(12156,13110,'es',0,NULL,'Actualizar nombres de términos',NULL,'',0,'2019-11-07 09:11:14'),(12157,13111,'es',0,NULL,'Nombre actualizado',NULL,'',0,'2019-11-07 09:11:14'),(12158,13112,'es',0,NULL,'Actualiza el canal:',NULL,'',0,'2019-11-07 09:11:14'),(12159,13113,'es',0,NULL,'Actualizando %s',NULL,'',0,'2019-11-07 09:11:14'),(12160,13114,'es',0,NULL,'Actualizando los plugines de su sitio web. No cierre esta página ni navegue hacia otra parte.',NULL,'',0,'2019-11-07 09:11:14'),(12161,13115,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:11:14'),(12162,13116,'es',0,NULL,'No se puede escribir el directorio de carga.',NULL,'',0,'2019-11-07 09:11:14'),(12163,13117,'es',0,NULL,'No se puede crear el directorio de carga. Revise sus permisos.',NULL,'',0,'2019-11-07 09:11:14'),(12164,13118,'es',0,NULL,'Cargas',NULL,'',0,'2019-11-07 09:11:14'),(12165,13119,'es',0,NULL,'Está usando el tema DIVI, y ha elegido usar el editor estándar para traducir contenido.',NULL,'',0,'2019-11-07 09:11:14'),(12166,13120,'es',0,NULL,'Es posible que algunas de las funcionalidades no operen correctamente. Lo invitamos a usar el Editor de traducción.',NULL,'',0,'2019-11-07 09:11:14'),(12167,13121,'es',0,NULL,'Aquí encontrará más información: %s',NULL,'',0,'2019-11-07 09:11:14'),(12168,13122,'es',0,NULL,'Usar directorio para idioma predeterminado',NULL,'',0,'2019-11-07 09:11:14'),(12169,13123,'es',0,NULL,', y',NULL,'',0,'2019-11-07 09:11:14'),(12170,9961,'es',0,NULL,'y',NULL,'',0,'2019-11-07 09:11:14'),(12171,13124,'es',0,NULL,'Conjunto de caracteres Utf8mb4',NULL,'',0,'2019-11-07 09:11:14'),(12172,13125,'es',0,NULL,'Válido',NULL,'',0,'2019-11-07 09:11:14'),(12173,13126,'es',0,NULL,'Confirmar al guardar',NULL,'',0,'2019-11-07 09:11:14'),(12174,13127,'es',0,NULL,'Versión',NULL,'',0,'2019-11-07 09:11:14'),(12175,13128,'es',0,NULL,'Video: enlace',NULL,'',0,'2019-11-07 09:11:14'),(12176,13129,'es',0,NULL,'Video: enlace a Vimeo',NULL,'',0,'2019-11-07 09:11:14'),(12177,13130,'es',0,NULL,'Video: código para insertar',NULL,'',0,'2019-11-07 09:11:14'),(12178,13131,'es',0,NULL,'Ver entrada',NULL,'',0,'2019-11-07 09:11:14'),(12179,13132,'es',0,NULL,'Visite',NULL,'',0,'2019-11-07 09:11:14'),(12180,9951,'es',0,NULL,'Sincronización de Menús de WP',NULL,'',0,'2019-11-07 09:11:14'),(12181,13133,'es',0,NULL,'WPML',NULL,'',0,'2019-11-07 09:11:14'),(12182,13134,'es',0,NULL,'Notas de lanzamiento de WPML 3.2',NULL,'',0,'2019-11-07 09:11:14'),(12183,13135,'es',0,NULL,'Servidor API de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12184,13136,'es',0,NULL,'Configuración de la Red de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12185,13137,'es',0,NULL,'Configuración de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12186,13138,'es',0,NULL,'sección Idiomas del sitio WPML',NULL,'',0,'2019-11-07 09:11:14'),(12187,13139,'es',0,NULL,'La actualización de WPML está incompleta',NULL,'',0,'2019-11-07 09:11:14'),(12188,13140,'es',0,NULL,'Las pantallas de administración de WPML necesitan JavaScript para poder mostrarse. JavaScript está actualmente apagado en su navegador.',NULL,'',0,'2019-11-07 09:11:14'),(12189,13141,'es',0,NULL,'WPML permite traducir fácilmente las taxonomías del sitio web. Solo las taxonomías marcadas como traducibles estarán disponibles para traducir. Seleccione la taxonomía en el menú desplegable y luego use la lista de términos de taxonomía que aparece para traducirlas.',NULL,'',0,'2019-11-07 09:11:14'),(12190,13142,'es',0,NULL,'WPML puede redirigir a los visitantes de manera automática según el idioma del navegador.',NULL,'',0,'2019-11-07 09:11:14'),(12191,13143,'es',0,NULL,'WPML no puede ser funcional, pues requiere una extensión PHP desactivada.',NULL,'',0,'2019-11-07 09:11:14'),(12192,13144,'es',0,NULL,'WPML no se puede ejecutar normalmente. Hay un problema de instalación o de configuración del servidor. %sVer detalles%s',NULL,'',0,'2019-11-07 09:11:14'),(12193,13145,'es',0,NULL,'No se puede activar WPML junto con estos plugins más antiguos:',NULL,'',0,'2019-11-07 09:11:14'),(12194,13146,'es',0,NULL,'WPML no se puede comunicar con el servicio de traducción remoto. Asegúrese de que la Administración de traducción de WPML esté activa.',NULL,'',0,'2019-11-07 09:11:14'),(12195,13147,'es',0,NULL,'Capacidades de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12196,13148,'es',0,NULL,'WPML no pudo crear un directorio caché en %s',NULL,'',0,'2019-11-07 09:11:14'),(12197,13149,'es',0,NULL,'WPML no pudo cargar los archivos de configuración, los cuales el sitio web necesita.',NULL,'',0,'2019-11-07 09:11:14'),(12198,13150,'es',0,NULL,'WPML no pudo escribir en el directorio caché: %s',NULL,'',0,'2019-11-07 09:11:14'),(12199,13151,'es',0,NULL,'Bandera de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12200,13152,'es',0,NULL,'WPML ha sido activado para el sitio seleccionado.',NULL,'',0,'2019-11-07 09:11:14'),(12201,13153,'es',0,NULL,'WPML ha sido desactivado para el sitio seleccionado.',NULL,'',0,'2019-11-07 09:11:14'),(12202,13154,'es',0,NULL,'WPML ha sido restablecido para el sitio seleccionado.',NULL,'',0,'2019-11-07 09:11:14'),(12203,13155,'es',0,NULL,'WPML ya está registrado en toda la red.',NULL,'',0,'2019-11-07 09:11:14'),(12204,13156,'es',0,NULL,'Faltan algunos registros en las tablas de idiomas de WPML y este no puede funcionar plenamente hasta que se resuelva el problema.',NULL,'',0,'2019-11-07 09:11:14'),(12205,13157,'es',0,NULL,'Configuración de idioma de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12206,13158,'es',0,NULL,'WPML le permiten abrir estas páginas para comentarios, de modo que los visitantes puedan avisarle si notan algo malo.',NULL,'',0,'2019-11-07 09:11:14'),(12207,13159,'es',0,NULL,'Me encanta WPML',NULL,'',0,'2019-11-07 09:11:14'),(12208,13160,'es',0,NULL,'WPML necesita cargar archivos de configuración, los cuales le indican cómo traducir el tema y los plugines que usted utiliza. Si ocurre algún problema, pulse el botón Reintentar. Si el problema persiste, póngase en contacto con el soporte de WPML y comunique los detalles del error; nosotros le ayudaremos a resolverlo.',NULL,'',0,'2019-11-07 09:11:14'),(12209,13161,'es',0,NULL,'WPML necesita definir los idiomas para la multimedia existente de su sitio.',NULL,'',0,'2019-11-07 09:11:14'),(12210,13162,'es',0,NULL,'WPML necesita actualizar la información multimedia de la entrada.',NULL,'',0,'2019-11-07 09:11:14'),(12211,13163,'es',0,NULL,'Archivo de productos remoto de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12212,13164,'es',0,NULL,'WPML requiere la actualización de la base de datos',NULL,'',0,'2019-11-07 09:11:14'),(12213,13165,'es',0,NULL,'Configuración de WPML',NULL,'',0,'2019-11-07 09:11:14'),(12214,9958,'es',0,NULL,'WPML utiliza cookies para identificar el idioma actual del visitante, el último idioma visitado y el idioma de los usuarios que han iniciado sesión.',NULL,'',0,'2019-11-07 09:11:14'),(12215,13166,'es',0,NULL,'WPML será desactivado',NULL,'',0,'2019-11-07 09:11:14'),(12216,13167,'es',0,NULL,'WPML copiará %s desde %s cuando guarde esta entrada.',NULL,'',0,'2019-11-07 09:11:14'),(12217,13168,'es',0,NULL,'WPML copiará este campo desde %s cuando guarde esta entrada.',NULL,'',0,'2019-11-07 09:11:14'),(12218,13169,'es',0,NULL,'WPML no volverá a sincronizar %s con el contenido original.',NULL,'',0,'2019-11-07 09:11:14'),(12219,13170,'es',0,NULL,'WPML restablecerá toda la información de los idiomas a sus valores predeterminados. Se perderá todo idioma que haya agregado o modificado.',NULL,'',0,'2019-11-07 09:11:14'),(12220,13171,'es',0,NULL,'WPML funcionará en su sitio web, pero no recibirá actualizaciones. Las actualizaciones de WPML son esenciales para mantener su sitio funcionando de forma segura e ininterrumpida. Para recibir actualizaciones automatizadas, debe completar el registro, en la página de %sadministración de plugins%s.',NULL,'',0,'2019-11-07 09:11:14'),(12221,13172,'es',0,NULL,'Cuenta de WPML.org',NULL,'',0,'2019-11-07 09:11:14'),(12222,13173,'es',0,NULL,'En espera del traductor',NULL,'',0,'2019-11-07 09:11:14'),(12223,13174,'es',0,NULL,'¿Desea saber si las traducciones recientes recibidas tienen problemas?',NULL,'',0,'2019-11-07 09:11:14'),(12224,13175,'es',0,NULL,'Lo estamos dirigiendo a WPML.org para consultar sus instrucciones de traducción personalizadas. Si necesita acceso a estas instrucciones de nuevo, haga clic en el botón \"Instrucciones para traducir\" de la lista de páginas o en el Panel de Traducción de WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12225,13176,'es',0,NULL,'Creamos un trabajo de traducción automáticamente para el bloque reutilizable:',NULL,'',0,'2019-11-07 09:11:14'),(12226,13177,'es',0,NULL,'Creamos trabajos de traducción automáticamente para los bloques reutilizables:',NULL,'',0,'2019-11-07 09:11:14'),(12227,13178,'es',0,NULL,'No pudimos completar todo el proceso con una solicitud. Haga clic en el botón \"Actualizar\" para continuar.',NULL,'',0,'2019-11-07 09:11:14'),(12228,13179,'es',0,NULL,'Qué incluir en el selector de idioma:',NULL,'',0,'2019-11-07 09:11:14'),(12229,13180,'es',0,NULL,'Qué mostrar para la url raíz:',NULL,'',0,'2019-11-07 09:11:14'),(12230,13181,'es',0,NULL,'Cuando WPML accede a <a target=\"_blank\" href=\"%s\">%s</a> obtiene:',NULL,'',0,'2019-11-07 09:11:14'),(12231,13182,'es',0,NULL,'Cuando WPML esté activado, deberá cambiar el idioma del sitio en la %s.',NULL,'',0,'2019-11-07 09:11:14'),(12232,13183,'es',0,NULL,'Cuando se elimine una entrada, eliminar las traducciones también.',NULL,'',0,'2019-11-07 09:11:14'),(12233,13184,'es',0,NULL,'Al eliminar una taxonomía (categoría, etiqueta o personalizada), eliminar traducciones también',NULL,'',0,'2019-11-07 09:11:14'),(12234,13185,'es',0,NULL,'Los elementos multimedia subidos a la biblioteca de medios estarán disponibles en todos los idiomas',NULL,'',0,'2019-11-07 09:11:14'),(12235,13186,'es',0,NULL,'¿Qué entradas de blog desea mostrar en las traducciones del sitio web?',NULL,'',0,'2019-11-07 09:11:14'),(12236,9959,'es',0,NULL,'Mientras utilice el plugin, WPML compartirá los datos relacionados con el sitio a través del instalador. No se compartirá ningún dato personal del usuario.',NULL,'',0,'2019-11-07 09:11:14'),(12237,13187,'es',0,NULL,'Blanco',NULL,'',0,'2019-11-07 09:11:14'),(12238,13188,'es',0,NULL,'Área de widget',NULL,'',0,'2019-11-07 09:11:14'),(12239,13189,'es',0,NULL,'Selector de idioma de widget',NULL,'',0,'2019-11-07 09:11:14'),(12240,13190,'es',0,NULL,'Título de widget:',NULL,'',0,'2019-11-07 09:11:14'),(12241,13191,'es',0,NULL,'Será agregado',NULL,'',0,'2019-11-07 09:11:14'),(12242,13192,'es',0,NULL,'Será eliminado',NULL,'',0,'2019-11-07 09:11:14'),(12243,13193,'es',0,NULL,'WordPress',NULL,'',0,'2019-11-07 09:11:14'),(12244,13194,'es',0,NULL,'Se requiere WordPress 3.9 o posterior.',NULL,'',0,'2019-11-07 09:11:14'),(12245,13195,'es',0,NULL,'WordPress no puede descargar traducciones automáticamente para los siguientes idiomas:',NULL,'',0,'2019-11-07 09:11:14'),(12246,13196,'es',0,NULL,'WordPress está instalado en un directorio (no raíz) y usted está utilizando enlaces predeterminados.',NULL,'',0,'2019-11-07 09:11:14'),(12247,13197,'es',0,NULL,'Falta el archivo de idioma (.mo) de WordPress. Se mantendrá el idioma para mostrar existente.',NULL,'',0,'2019-11-07 09:11:14'),(12248,13198,'es',0,NULL,'Nonce erróneo',NULL,'',0,'2019-11-07 09:11:14'),(12249,13199,'es',0,NULL,'Sí',NULL,'',0,'2019-11-07 09:11:14'),(12250,13200,'es',0,NULL,'Está a punto de cambiar el idioma de {post_name}.',NULL,'',0,'2019-11-07 09:11:14'),(12251,13201,'es',0,NULL,'Está a punto de conectar la entrada actual con las siguientes entradas',NULL,'',0,'2019-11-07 09:11:14'),(12252,13202,'es',0,NULL,'Está a punto de restablecer WPML para este sitio: %s.',NULL,'',0,'2019-11-07 09:11:14'),(12253,13203,'es',0,NULL,'Está creando el tipo de entrada %1$s en %3$s y ha seleccionado que los tipos de entrada %2$s se muestren incluso cuando no estén traducido. Tenga en cuenta que el tipo de entrada %1$s solo aparecerá en %3$s. Solo los tipos de entrada %2$s que se creen en el idioma predeterminado del sitio (%4$s) aparecerán en todos los idiomas del sitio.',NULL,'',0,'2019-11-07 09:11:14'),(12254,13204,'es',0,NULL,'No tiene permiso para administrar la configuración de la Red de WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12255,13205,'es',0,NULL,'Se están ejecutando versiones actualizadas de %s y %s, pero los siguientes componentes no están actualizados:',NULL,'',0,'2019-11-07 09:11:14'),(12256,13206,'es',0,NULL,'Se está ejecutando %s actualizado, pero el siguiente componente no está actualizado:',NULL,'',0,'2019-11-07 09:11:14'),(12257,13207,'es',0,NULL,'Está tratando de usar una URL externa: esto no está permitido.',NULL,'',0,'2019-11-07 09:11:14'),(12258,13208,'es',0,NULL,'Está usando PHP 7: en algunos casos, la extensión podría haber sido eliminada durante una actualización del sistema. En este caso, por favor consulte %3$s.',NULL,'',0,'2019-11-07 09:11:14'),(12259,13209,'es',0,NULL,'Está usando la Administración de traducción de WPML sin la Traducción de cadenas. Puede que algunas de las traducciones no funcionen de esta manera. Descargue e instale la Traducción de cadenas de WPML antes de traducir contenido desde el editor Gutenberg.',NULL,'',0,'2019-11-07 09:11:14'),(12260,13210,'es',0,NULL,'Usted está utilizando un plugin de caché. Cuando traduzca cadenas, se tiene que limpiar el caché para que la traducción se visualice.',NULL,'',0,'2019-11-07 09:11:14'),(12261,13211,'es',0,NULL,'Está usando un canal potencialmente menos estable para %s. Si no activó este intencionalmente, debería cambiar al canal \'Producción\'.',NULL,'',0,'2019-11-07 09:11:14'),(12262,13212,'es',0,NULL,'Está usando una clave de sitio no válida definida como la constante %s (muy probablemente en wp-config.php).\\n Elimínela o utilice el valor correcto para poder registrar correctamente.',NULL,'',0,'2019-11-07 09:11:14'),(12263,13213,'es',0,NULL,'Está utilizando el %1$s de cortesía. Para la %2$s, %3$s.',NULL,'',0,'2019-11-07 09:11:14'),(12264,13214,'es',0,NULL,'Controle si algunos adjuntos se pueden duplicar para el contenido traducido:',NULL,'',0,'2019-11-07 09:11:14'),(12265,13215,'es',0,NULL,'El contenido de idiomas específicos puede ser ocultado por completo de la vista de visitantes y motores de búsqueda, pero no de la suya. Esto le permite revisar las traducciones en curso.',NULL,'',0,'2019-11-07 09:11:14'),(12266,13216,'es',0,NULL,'Puede mostrar un selector de idioma en el pie de página del sitio. Aquí puede personalizar y aplicar estilo.',NULL,'',0,'2019-11-07 09:11:14'),(12267,13217,'es',0,NULL,'Puede mostrar enlaces a la traducción de las entradas antes y después de la entrada. Estos enlaces se leen \"Esta entrada también está disponible en...\"',NULL,'',0,'2019-11-07 09:11:14'),(12268,13218,'es',0,NULL,'Puede activar la visualización solo para usted en su <a href=\"%s\">página de perfil</a>.',NULL,'',0,'2019-11-07 09:11:14'),(12269,13219,'es',0,NULL,'¡No puede hacer eso!',NULL,'',0,'2019-11-07 09:11:14'),(12270,13220,'es',0,NULL,'Ha recibido varios trabajos de traducción y ahora aparecen en su sitio web.',NULL,'',0,'2019-11-07 09:11:14'),(12271,13221,'es',0,NULL,'No ha establecido sus preferencias de sincronización para estos %s: %s. El valor por defecto fue seleccionado.',NULL,'',0,'2019-11-07 09:11:14'),(12272,13222,'es',0,NULL,'Para instalar esta extensión, es posible que tenga que ponerse en contacto con el administrador de su servidor o su empresa de alojamiento. ',NULL,'',0,'2019-11-07 09:11:14'),(12273,13223,'es',0,NULL,'Puede que necesite %s.',NULL,'',0,'2019-11-07 09:11:14'),(12274,13224,'es',0,NULL,'volver a guardar los enlaces permanentes del sitio',NULL,'',0,'2019-11-07 09:11:14'),(12275,13225,'es',0,NULL,'Para recibir mejoras o soporte para este plugin, debe contar con una suscripción válida. %sCompre una suscripción o introduzca una clave de sitio existente%s.',NULL,'',0,'2019-11-07 09:11:14'),(12276,13226,'es',0,NULL,'Para empezar a traducir, tiene que configurar WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12277,13227,'es',0,NULL,'Tiene que configurar un idioma más por lo menos para acceder a la \"Localización de tema y plugines\" y \"Traducción de multimedia\".',NULL,'',0,'2019-11-07 09:11:14'),(12278,13228,'es',0,NULL,'Tiene que desactivar el plugin separado.',NULL,'',0,'2019-11-07 09:11:14'),(12279,13229,'es',0,NULL,'Para traducir correctamente, active el Editor de traducción de WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12280,13230,'es',0,NULL,'Tendrá que renovar la suscripción para seguir recibiendo las actualizaciones y soporte.',NULL,'',0,'2019-11-07 09:11:14'),(12281,13231,'es',0,NULL,'Todo listo. A partir de ahora, todos los archivos multimedia nuevos que suba al contenido recibirán un idioma. Puede duplicarlos de forma automática para las traducciones desde la pantalla de edición de entrada.',NULL,'',0,'2019-11-07 09:11:14'),(12282,13232,'es',0,NULL,'La instalación de WPML podría causar problemas con el editor Gutenberg',NULL,'',0,'2019-11-07 09:11:14'),(12283,13233,'es',0,NULL,'La página de blog no existe o la traducción de la misma no ha sido publicada en %s.',NULL,'',0,'2019-11-07 09:11:14'),(12284,13234,'es',0,NULL,'Aparentemente, su navegador no está permitiendo establecer cookies.',NULL,'',0,'2019-11-07 09:11:14'),(12285,13235,'es',0,NULL,'La página de inicio no existe o la traducción de la misma no ha sido publicada %s.',NULL,'',0,'2019-11-07 09:11:14'),(12286,13236,'es',0,NULL,'Su menú incluye elementos personalizados, los cuales se deben traducir por medio de la Traducción de cadenas de WPML.',NULL,'',0,'2019-11-07 09:11:14'),(12287,13237,'es',0,NULL,'El archivo php.ini está ubicado en',NULL,'',0,'2019-11-07 09:11:14'),(12288,13238,'es',0,NULL,'Su calificación:',NULL,'',0,'2019-11-07 09:11:14'),(12289,13239,'es',0,NULL,'Con esta configuración su sitio no funcionará como debería.',NULL,'',0,'2019-11-07 09:11:14'),(12290,13240,'es',0,NULL,'Aparentemente su suscripción ya no es válida. Intente realizar el registro de nuevo con una clave de sitio válida.',NULL,'',0,'2019-11-07 09:11:14'),(12291,13241,'es',0,NULL,'La suscripción caduca en %d día.',NULL,'',0,'2019-11-07 09:11:14'),(12292,13242,'es',0,NULL,'La suscripción caduca en %d días.',NULL,'',0,'2019-11-07 09:11:14'),(12293,13243,'es',0,NULL,'activado',NULL,'',0,'2019-11-07 09:11:14'),(12294,13244,'es',0,NULL,'activando',NULL,'',0,'2019-11-07 09:11:14'),(12295,13245,'es',0,NULL,'agregar',NULL,'',0,'2019-11-07 09:11:14'),(12296,13246,'es',0,NULL,'agregar la traducción',NULL,'',0,'2019-11-07 09:11:14'),(12297,13247,'es',0,NULL,'todo',NULL,'',0,'2019-11-07 09:11:14'),(12298,13248,'es',0,NULL,'cualquier idioma',NULL,'',0,'2019-11-07 09:11:14'),(12299,13249,'es',0,NULL,'conjunto de funciones completo',NULL,'',0,'2019-11-07 09:11:14'),(12300,13250,'es',0,NULL,'día/s',NULL,'',0,'2019-11-07 09:11:14'),(12301,13251,'es',0,NULL,'predeterminado',NULL,'',0,'2019-11-07 09:11:14'),(12302,13252,'es',0,NULL,'descargado',NULL,'',0,'2019-11-07 09:11:14'),(12303,13253,'es',0,NULL,'descargando...',NULL,'',0,'2019-11-07 09:11:14'),(12304,13254,'es',0,NULL,'duplicado',NULL,'',0,'2019-11-07 09:11:14'),(12305,13255,'es',0,NULL,'editar términos',NULL,'',0,'2019-11-07 09:11:14'),(12306,13256,'es',0,NULL,'editar traducción',NULL,'',0,'2019-11-07 09:11:14'),(12307,13257,'es',0,NULL,'Disponibilidad de eval() de Suhosin',NULL,'',0,'2019-11-07 09:11:14'),(12308,13258,'es',0,NULL,'Falló',NULL,'',0,'2019-11-07 09:11:14'),(12309,13259,'es',0,NULL,'bueno para menús que muestran elementos como una lista',NULL,'',0,'2019-11-07 09:11:14'),(12310,13260,'es',0,NULL,'bueno para menús que admiten desplegables',NULL,'',0,'2019-11-07 09:11:14'),(12311,13261,'es',0,NULL,'oculto',NULL,'',0,'2019-11-07 09:11:14'),(12312,13262,'es',0,NULL,'ocultar',NULL,'',0,'2019-11-07 09:11:14'),(12313,13263,'es',0,NULL,'hreflang',NULL,'',0,'2019-11-07 09:11:14'),(12314,13264,'es',0,NULL,'en',NULL,'',0,'2019-11-07 09:11:14'),(12315,13265,'es',0,NULL,'en opciones, menús, widgets, pie de página y shortcode',NULL,'',0,'2019-11-07 09:11:14'),(12316,13266,'es',0,NULL,'instalado',NULL,'',0,'2019-11-07 09:11:14'),(12317,13267,'es',0,NULL,'instalando...',NULL,'',0,'2019-11-07 09:11:14'),(12318,13268,'es',0,NULL,'elemento',NULL,'',0,'2019-11-07 09:11:14'),(12319,13269,'es',0,NULL,'elementos',NULL,'',0,'2019-11-07 09:11:14'),(12320,13270,'es',0,NULL,'más información',NULL,'',0,'2019-11-07 09:11:14'),(12321,13271,'es',0,NULL,'enlazado a:',NULL,'',0,'2019-11-07 09:11:14'),(12322,13272,'es',0,NULL,'cargando',NULL,'',0,'2019-11-07 09:11:14'),(12323,13273,'es',0,NULL,'traductor local',NULL,'',0,'2019-11-07 09:11:14'),(12324,13274,'es',0,NULL,'elementos del menú',NULL,'',0,'2019-11-07 09:11:14'),(12325,13275,'es',0,NULL,'mes/es',NULL,'',0,'2019-11-07 09:11:14'),(12326,13276,'es',0,NULL,'no está disponible',NULL,'',0,'2019-11-07 09:11:14'),(12327,13277,'es',0,NULL,'no hay',NULL,'',0,'2019-11-07 09:11:14'),(12328,13278,'es',0,NULL,'no está traducida al idioma actual',NULL,'',0,'2019-11-07 09:11:14'),(12329,13279,'es',0,NULL,'de',NULL,'',0,'2019-11-07 09:11:14'),(12330,13280,'es',0,NULL,'introduzca un ruta: carpeta de instalación de WordPress absoluta o relativa',NULL,'',0,'2019-11-07 09:11:14'),(12331,13281,'es',0,NULL,'publicado',NULL,'',0,'2019-11-07 09:11:14'),(12332,13282,'es',0,NULL,'publicado o actualizado',NULL,'',0,'2019-11-07 09:11:14'),(12333,13283,'es',0,NULL,'elegir superior',NULL,'',0,'2019-11-07 09:11:14'),(12334,13284,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:11:14'),(12335,13285,'es',0,NULL,'puede que algunas cadenas no estén registradas',NULL,'',0,'2019-11-07 09:11:14'),(12336,13286,'es',0,NULL,'cadena no registrada',NULL,'',0,'2019-11-07 09:11:14'),(12337,13287,'es',0,NULL,'Este será su idioma de administración y también será utilizado para traducir los comentarios.',NULL,'',0,'2019-11-07 09:11:14'),(12338,13288,'es',0,NULL,'al',NULL,'',0,'2019-11-07 09:11:14'),(12339,13289,'es',0,NULL,'traducir',NULL,'',0,'2019-11-07 09:11:14'),(12340,13290,'es',0,NULL,'traducir los slugs de taxonomía base con WPML',NULL,'',0,'2019-11-07 09:11:14'),(12341,13291,'es',0,NULL,'traducción de categorías de entrada y taxonomías personalizadas',NULL,'',0,'2019-11-07 09:11:14'),(12342,13292,'es',0,NULL,'sin traducir',NULL,'',0,'2019-11-07 09:11:14'),(12343,13293,'es',0,NULL,'actualizado',NULL,'',0,'2019-11-07 09:11:14'),(12344,13294,'es',0,NULL,'actualizando...',NULL,'',0,'2019-11-07 09:11:14'),(12345,13295,'es',0,NULL,'actualización a Toolset',NULL,'',0,'2019-11-07 09:11:14'),(12346,13296,'es',0,NULL,'semana/s',NULL,'',0,'2019-11-07 09:11:14'),(12347,13297,'es',0,NULL,'qué temas y plugines está usando.',NULL,'',0,'2019-11-07 09:11:14'),(12348,13298,'es',0,NULL,'su cuenta',NULL,'',0,'2019-11-07 09:11:14'),(12349,13953,'es',0,NULL,' (hace %s)',NULL,'',0,'2019-11-07 09:18:44'),(12350,13954,'es',0,NULL,' (%s)',NULL,'',0,'2019-11-07 09:18:44'),(12351,13955,'es',0,NULL,'Coste de la clase de envío “%s”',NULL,'',0,'2019-11-07 09:18:44'),(12352,13956,'es',0,NULL,'Tasas de impuestos «%s»',NULL,'',0,'2019-11-07 09:18:44'),(12353,13775,'es',0,NULL,'Dirección de remitente:',NULL,'',0,'2019-11-07 09:18:44'),(12354,13773,'es',0,NULL,'Nombre del remitente',NULL,'',0,'2019-11-07 09:18:44'),(12355,13957,'es',0,NULL,'#%s es un ID de imagen no válido.',NULL,'',0,'2019-11-07 09:18:44'),(12356,13958,'es',0,NULL,'%(field)s fin del rango',NULL,'',0,'2019-11-07 09:18:44'),(12357,13959,'es',0,NULL,'%(field)s inicio del rango',NULL,'',0,'2019-11-07 09:18:44'),(12358,13960,'es',0,NULL,'Actualizaciones de %1$d completas. La versión de la base de datos es %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12359,13961,'es',0,NULL,'Detalles de %1$s #%2$s',NULL,'',0,'2019-11-07 09:18:44'),(12360,13962,'es',0,NULL,'%1$s – %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12361,13963,'es',0,NULL,'%1$s (#%2$s – %3$s)',NULL,'',0,'2019-11-07 09:18:44'),(12362,13964,'es',0,NULL,'%1$s (#%2$s)',NULL,'',0,'2019-11-07 09:18:44'),(12363,13965,'es',0,NULL,'%1$s (%2$s %3$s)',NULL,'',0,'2019-11-07 09:18:44'),(12364,13966,'es',0,NULL,'%1$s (%2$s de %3$s)',NULL,'',0,'2019-11-07 09:18:44'),(12365,13967,'es',0,NULL,'%1$s (%2$s)',NULL,'',0,'2019-11-07 09:18:44'),(12366,13968,'es',0,NULL,'%1$s - API %2$s (creado el %3$s a las %4$s).',NULL,'',0,'2019-11-07 09:18:44'),(12367,13969,'es',0,NULL,'%1$s - Hay una versión nueva de WordPress disponible (%2$s)',NULL,'',0,'2019-11-07 09:18:44'),(12368,13970,'es',0,NULL,'%1$s - Recomendamos como versión mínima de MySQL la 5.6. Ver: %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12369,13971,'es',0,NULL,'%1$s - Recomendamos configurar la memoria por lo menos a 64 MB. Ver: %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12370,13972,'es',0,NULL,'%1$s - Recomendamos usar un prefijo de menos de 20 caracteres. Ver: %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12371,13973,'es',0,NULL,'%1$s / %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12372,13974,'es',0,NULL,'%1$s a las %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12373,13975,'es',0,NULL,'%1$s no se pudo instalar (%2$s). <a href=\"%3$s\">Por favor, instálalo manualmente haciendo clic aquí.</a>',NULL,'',0,'2019-11-07 09:18:44'),(12374,13976,'es',0,NULL,'%1$s terminada en %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12375,13977,'es',0,NULL,'%1$s terminada en %2$s (caduca %3$s/%4$s)',NULL,'',0,'2019-11-07 09:18:44'),(12376,13978,'es',0,NULL,'%1$s para %2$s elemento',NULL,'',0,'2019-11-07 09:18:44'),(12377,13979,'es',0,NULL,'%1$s para %2$s elementos',NULL,'',0,'2019-11-07 09:18:44'),(12378,13980,'es',0,NULL,'%1$s se ha borrado de tu carrito debido a que ha tenido modificaciones. Puedes añadirlo de nuevo a tu carrito <a href=\"%2$s\">aquí</a>.',NULL,'',0,'2019-11-07 09:18:44'),(12379,13981,'es',0,NULL,'%1$s en %2$s en la línea %3$s',NULL,'',0,'2019-11-07 09:18:44'),(12380,13982,'es',0,NULL,'%1$s tiene pocas existencias. Quedan %2$d.',NULL,'',0,'2019-11-07 09:18:44'),(12381,13983,'es',0,NULL,'%1$s no es del tipo %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12382,13984,'es',0,NULL,'%1$s no es válido. Por favor introduce uno de los siguientes: %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12383,13985,'es',0,NULL,'%1$s no es válido. Puedes buscar el Eircode correcto <a target=\"_blank\" href=\"%2$s\">aquí</a>.',NULL,'',0,'2019-11-07 09:18:44'),(12384,13986,'es',0,NULL,'%1$s de %2$s estrellas.',NULL,'',0,'2019-11-07 09:18:44'),(12385,13987,'es',0,NULL,'%1$s reembolsado %2$d pedido (%3$d artículo)',NULL,'',0,'2019-11-07 09:18:44'),(12386,13988,'es',0,NULL,'%1$s reembolsados %2$d pedidos (%3$d artículos)',NULL,'',0,'2019-11-07 09:18:44'),(12387,13989,'es',0,NULL,'%1$s valoración en %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12388,13990,'es',0,NULL,'%1$s valoraciones en %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12389,13991,'es',0,NULL,'%1$s ventas en %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12390,13992,'es',0,NULL,'%1$s no debería reclamarse antes de la acción %2$s.',NULL,'',0,'2019-11-07 09:18:44'),(12391,13993,'es',0,NULL,'%1$s es el más vendido este mes (vendió %2$d)',NULL,'',0,'2019-11-07 09:18:44'),(12392,13994,'es',0,NULL,'%1$s unidades de %2$s han quedado reservadas en el pedido #%3$s.',NULL,'',0,'2019-11-07 09:18:44'),(12393,13995,'es',0,NULL,'La version %2$s de %1$s está obsoleta. La versión del núcleo es la %3$s',NULL,'',0,'2019-11-07 09:18:44'),(12394,13996,'es',0,NULL,'Se ha llamado a %1$s con el nivel no válido «%2$s».',NULL,'',0,'2019-11-07 09:18:44'),(12395,13997,'es',0,NULL,'%1$s está instalado pero no se pudo activar. <a href=\"%2$s\">Por favor, actívalo manualmente haciendo clic aquí.</a>',NULL,'',0,'2019-11-07 09:18:44'),(12396,13998,'es',0,NULL,'%d clave API anulada permanentemente.',NULL,'',0,'2019-11-07 09:18:44'),(12397,13999,'es',0,NULL,'%d claves API anuladas permanentemente.',NULL,'',0,'2019-11-07 09:18:44'),(12398,14000,'es',0,NULL,'%d valoración',NULL,'',0,'2019-11-07 09:18:44'),(12399,14001,'es',0,NULL,'%d valoraciones',NULL,'',0,'2019-11-07 09:18:44'),(12400,14002,'es',0,NULL,'%d atributo seleccionado',NULL,'',0,'2019-11-07 09:18:44'),(12401,14003,'es',0,NULL,'%d atributos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(12402,14004,'es',0,NULL,'%d proceso en lote ejecutado.',NULL,'',0,'2019-11-07 09:18:44'),(12403,14005,'es',0,NULL,'%d procesos en lote ejecutados.',NULL,'',0,'2019-11-07 09:18:44'),(12404,14006,'es',0,NULL,'%d categoría seleccionada',NULL,'',0,'2019-11-07 09:18:44'),(12405,14007,'es',0,NULL,'%d categorías seleccionadas',NULL,'',0,'2019-11-07 09:18:44'),(12406,14008,'es',0,NULL,'Hay %d elemento de tu pedido anterior que no está disponible actualmente y no se ha podido añadir a tu carrito.',NULL,'',0,'2019-11-07 09:18:44'),(12407,14009,'es',0,NULL,'Hay %d elementos de tu pedido anterior que no están disponibles actualmente y no se han podido añadir a tu carrito.',NULL,'',0,'2019-11-07 09:18:44'),(12408,14010,'es',0,NULL,'%d artículo seleccionado',NULL,'',0,'2019-11-07 09:18:44'),(12409,14011,'es',0,NULL,'%d artículos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(12410,14012,'es',0,NULL,'%d nota',NULL,'',0,'2019-11-07 09:18:44'),(12411,14013,'es',0,NULL,'%d notas',NULL,'',0,'2019-11-07 09:18:44'),(12412,14014,'es',0,NULL,'Cambiado el estado de %d pedido.',NULL,'',0,'2019-11-07 09:18:44'),(12413,14015,'es',0,NULL,'Cambiado el estado de %d pedidos.',NULL,'',0,'2019-11-07 09:18:44'),(12414,14016,'es',0,NULL,'%d variaciones huérfanas borradas',NULL,'',0,'2019-11-07 09:18:44'),(12415,14017,'es',0,NULL,'%d permisos borrados',NULL,'',0,'2019-11-07 09:18:44'),(12416,14018,'es',0,NULL,'%d producto seleccionado',NULL,'',0,'2019-11-07 09:18:44'),(12417,14019,'es',0,NULL,'%d productos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(12418,14020,'es',0,NULL,'%d producto etiquetado como %s',NULL,'',0,'2019-11-07 09:18:44'),(12419,14021,'es',0,NULL,'%d productos etiquetados como %s',NULL,'',0,'2019-11-07 09:18:44'),(12420,14022,'es',0,NULL,'%d resultado encontrado, utiliza las teclas arriba y abajo para navegar.',NULL,'',0,'2019-11-07 09:18:44'),(12421,14023,'es',0,NULL,'%d resultados encontrados, utiliza las teclas arriba y abajo para navegar.',NULL,'',0,'2019-11-07 09:18:44'),(12422,14024,'es',0,NULL,'%d valoración cargada.',NULL,'',0,'2019-11-07 09:18:44'),(12423,14025,'es',0,NULL,'%d valoraciones cargadas.',NULL,'',0,'2019-11-07 09:18:44'),(12424,14026,'es',0,NULL,'%d tarea programada completada.',NULL,'',0,'2019-11-07 09:18:44'),(12425,14027,'es',0,NULL,'%d tareas programadas completadas.',NULL,'',0,'2019-11-07 09:18:44'),(12426,14028,'es',0,NULL,'%d etiqueta seleccionada',NULL,'',0,'2019-11-07 09:18:44'),(12427,14029,'es',0,NULL,'%d etiquetas seleccionadas',NULL,'',0,'2019-11-07 09:18:44'),(12428,14030,'es',0,NULL,'%d filas de datos temporales borradas',NULL,'',0,'2019-11-07 09:18:44'),(12429,14031,'es',0,NULL,'%d variación',NULL,'',0,'2019-11-07 09:18:44'),(12430,14032,'es',0,NULL,'%d variaciones',NULL,'',0,'2019-11-07 09:18:44'),(12431,14033,'es',0,NULL,'%d variación no tiene un precio.',NULL,'',0,'2019-11-07 09:18:44'),(12432,14034,'es',0,NULL,'%d variaciones no tienen precio.',NULL,'',0,'2019-11-07 09:18:44'),(12433,14035,'es',0,NULL,'%d webhook eliminado de forma permanente.',NULL,'',0,'2019-11-07 09:18:44'),(12434,14036,'es',0,NULL,'%d webhooks eliminados de forma permanente.',NULL,'',0,'2019-11-07 09:18:44'),(12435,14037,'es',0,NULL,'%d%%',NULL,'',0,'2019-11-07 09:18:44'),(12436,14038,'es',0,NULL,'%qty% variación',NULL,'',0,'2019-11-07 09:18:44'),(12437,14039,'es',0,NULL,'%qty% variaciones',NULL,'',0,'2019-11-07 09:18:44'),(12438,14040,'es',0,NULL,'%s (copia)',NULL,'',0,'2019-11-07 09:18:44'),(12439,14041,'es',0,NULL,'%s (Ya no existe)',NULL,'',0,'2019-11-07 09:18:44'),(12440,14042,'es',0,NULL,'hace %s',NULL,'',0,'2019-11-07 09:18:44'),(12441,14043,'es',0,NULL,'Ajustes de %s',NULL,'',0,'2019-11-07 09:18:44'),(12442,14044,'es',0,NULL,'Acciones del %s',NULL,'',0,'2019-11-07 09:18:44'),(12443,14045,'es',0,NULL,'%s se activó con éxito. Ahora ya recibirás actualizaciones para este producto.',NULL,'',0,'2019-11-07 09:18:44'),(12444,14046,'es',0,NULL,'%s y %d otra región',NULL,'',0,'2019-11-07 09:18:44'),(12445,14047,'es',0,NULL,'%s y %d otras regiones',NULL,'',0,'2019-11-07 09:18:44'),(12446,14048,'es',0,NULL,'%s promedio bruto de ventas diarias',NULL,'',0,'2019-11-07 09:18:44'),(12447,14049,'es',0,NULL,'%s promedio bruto de ventas mensuales',NULL,'',0,'2019-11-07 09:18:44'),(12448,14050,'es',0,NULL,'%s promedio neto de ventas diarias',NULL,'',0,'2019-11-07 09:18:44'),(12449,14051,'es',0,NULL,'%s promedio neto de ventas mensuales',NULL,'',0,'2019-11-07 09:18:44'),(12450,14052,'es',0,NULL,'%s cobrado por envío',NULL,'',0,'2019-11-07 09:18:44'),(12451,14053,'es',0,NULL,'%s cupón enviado a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12452,14054,'es',0,NULL,'%s cupones enviados a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12453,14055,'es',0,NULL,'%s cupón no actualizado, alguien lo está editando.',NULL,'',0,'2019-11-07 09:18:44'),(12454,14056,'es',0,NULL,'%s cupones no actualizados, alguien los está editando.',NULL,'',0,'2019-11-07 09:18:44'),(12455,14057,'es',0,NULL,'%s cupón eliminado permanentemente.',NULL,'',0,'2019-11-07 09:18:44'),(12456,14058,'es',0,NULL,'%s cupones eliminados permanentemente.',NULL,'',0,'2019-11-07 09:18:44'),(12457,14059,'es',0,NULL,'%s cupón recuperado de la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12458,14060,'es',0,NULL,'%s cupones recuperados de la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12459,14061,'es',0,NULL,'%s cupón actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(12460,14062,'es',0,NULL,'%s cupones actualizados.',NULL,'',0,'2019-11-07 09:18:44'),(12461,14063,'es',0,NULL,'%s cupones usados en total',NULL,'',0,'2019-11-07 09:18:44'),(12462,14064,'es',0,NULL,'%s valoración de cliente',NULL,'',0,'2019-11-07 09:18:44'),(12463,14065,'es',0,NULL,'%s valoraciones de clientes',NULL,'',0,'2019-11-07 09:18:44'),(12464,14066,'es',0,NULL,'%s datos',NULL,'',0,'2019-11-07 09:18:44'),(12465,14067,'es',0,NULL,'%s día',NULL,'',0,'2019-11-07 09:18:44'),(12466,14068,'es',0,NULL,'%s días',NULL,'',0,'2019-11-07 09:18:44'),(12467,14069,'es',0,NULL,'%s de descuento',NULL,'',0,'2019-11-07 09:18:44'),(12468,14070,'es',0,NULL,'%s descuentos en total',NULL,'',0,'2019-11-07 09:18:44'),(12469,14071,'es',0,NULL,'%s no existe.',NULL,'',0,'2019-11-07 09:18:44'),(12470,14072,'es',0,NULL,'%s descarga pendiente',NULL,'',0,'2019-11-07 09:18:44'),(12471,14073,'es',0,NULL,'%s descargas pendientes',NULL,'',0,'2019-11-07 09:18:44'),(12472,14074,'es',0,NULL,'%s falló. Contacta con to proveedor de alojamiento.',NULL,'',0,'2019-11-07 09:18:44'),(12473,14075,'es',0,NULL,'%s de cuota',NULL,'',0,'2019-11-07 09:18:44'),(12474,14076,'es',0,NULL,'Campo %s',NULL,'',0,'2019-11-07 09:18:44'),(12475,14077,'es',0,NULL,'%s ventas brutas en este periodo',NULL,'',0,'2019-11-07 09:18:44'),(12476,14078,'es',0,NULL,'%s se ha añadido a tu carrito.',NULL,'',0,'2019-11-07 09:18:44'),(12477,14079,'es',0,NULL,'%s han sido añadidos a tu carrito.',NULL,'',0,'2019-11-07 09:18:44'),(12478,14080,'es',0,NULL,'%s ha sido eliminado de tu carrito ya que no está disponible para la venta. Por favor, ponte en contacto con nosotros si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:44'),(12479,14081,'es',0,NULL,'%s hora',NULL,'',0,'2019-11-07 09:18:44'),(12480,14082,'es',0,NULL,'%s horas',NULL,'',0,'2019-11-07 09:18:44'),(12481,14083,'es',0,NULL,'%s disponibles',NULL,'',0,'2019-11-07 09:18:44'),(12482,14084,'es',0,NULL,'%s es un campo requerido',NULL,'',0,'2019-11-07 09:18:44'),(12483,14085,'es',0,NULL,'%s son campos requeridos',NULL,'',0,'2019-11-07 09:18:44'),(12484,14086,'es',0,NULL,'%s es un campo requerido.',NULL,'',0,'2019-11-07 09:18:44'),(12485,14087,'es',0,NULL,'%s está disponible',NULL,'',0,'2019-11-07 09:18:44'),(12486,14088,'es',0,NULL,'%s no es una dirección de correo electrónico válida.',NULL,'',0,'2019-11-07 09:18:44'),(12487,14089,'es',0,NULL,'%s no es un número de teléfono válido.',NULL,'',0,'2019-11-07 09:18:44'),(12488,14090,'es',0,NULL,'%s no es un código postal válido.',NULL,'',0,'2019-11-07 09:18:44'),(12489,14091,'es',0,NULL,'%s no se puede seleccionar.',NULL,'',0,'2019-11-07 09:18:44'),(12490,14092,'es',0,NULL,'%s está agotado.',NULL,'',0,'2019-11-07 09:18:44'),(12491,14093,'es',0,NULL,'%s artículo',NULL,'',0,'2019-11-07 09:18:44'),(12492,14094,'es',0,NULL,'%s artículos',NULL,'',0,'2019-11-07 09:18:44'),(12493,14095,'es',0,NULL,'%s artículos comprados',NULL,'',0,'2019-11-07 09:18:44'),(12494,14096,'es',0,NULL,'%s minuto',NULL,'',0,'2019-11-07 09:18:44'),(12495,14097,'es',0,NULL,'%s minutos',NULL,'',0,'2019-11-07 09:18:44'),(12496,14098,'es',0,NULL,'%s mes',NULL,'',0,'2019-11-07 09:18:44'),(12497,14099,'es',0,NULL,'%s meses',NULL,'',0,'2019-11-07 09:18:44'),(12498,14100,'es',0,NULL,'%s ventas netas en este periodo',NULL,'',0,'2019-11-07 09:18:44'),(12499,14101,'es',0,NULL,'%s ventas netas este mes',NULL,'',0,'2019-11-07 09:18:44'),(12500,14102,'es',0,NULL,'Notas del %s',NULL,'',0,'2019-11-07 09:18:44'),(12501,14103,'es',0,NULL,'%s pedido enviado a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12502,14104,'es',0,NULL,'%s pedidos enviados a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12503,14105,'es',0,NULL,'%s pedido no actualizado, alguien lo está editando.',NULL,'',0,'2019-11-07 09:18:44'),(12504,14106,'es',0,NULL,'%s pedidos no actualizados, alguien los está editando.',NULL,'',0,'2019-11-07 09:18:44'),(12505,14107,'es',0,NULL,'%s pedido ha sido eliminado.',NULL,'',0,'2019-11-07 09:18:44'),(12506,14108,'es',0,NULL,'%s pedidos han sido eliminados.',NULL,'',0,'2019-11-07 09:18:44'),(12507,14109,'es',0,NULL,'%s pedido recuperado de la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12508,14110,'es',0,NULL,'%s pedidos recuperados de la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12509,14111,'es',0,NULL,'%s pedido actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(12510,14112,'es',0,NULL,'%s pedidos actualizados.',NULL,'',0,'2019-11-07 09:18:44'),(12511,14113,'es',0,NULL,'%s pedidos realizados',NULL,'',0,'2019-11-07 09:18:44'),(12512,14114,'es',0,NULL,'%s de 5',NULL,'',0,'2019-11-07 09:18:44'),(12513,14115,'es',0,NULL,'Página %s',NULL,'',0,'2019-11-07 09:18:44'),(12514,14116,'es',0,NULL,'Falta el parámetro %s',NULL,'',0,'2019-11-07 09:18:44'),(12515,14117,'es',0,NULL,'%s pedido anterior relacionado',NULL,'',0,'2019-11-07 09:18:44'),(12516,14118,'es',0,NULL,'%s pedidos previos relacionados',NULL,'',0,'2019-11-07 09:18:44'),(12517,14119,'es',0,NULL,'%s producto',NULL,'',0,'2019-11-07 09:18:44'),(12518,14120,'es',0,NULL,'%s producto',NULL,'',0,'2019-11-07 09:18:44'),(12519,14121,'es',0,NULL,'%s producto importado',NULL,'',0,'2019-11-07 09:18:44'),(12520,14122,'es',0,NULL,'%s productos importados',NULL,'',0,'2019-11-07 09:18:44'),(12521,14123,'es',0,NULL,'%s producto enviado a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12522,14124,'es',0,NULL,'%s productos enviados a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12523,14125,'es',0,NULL,'%s producto no actualizado, alguien lo está editando.',NULL,'',0,'2019-11-07 09:18:44'),(12524,14126,'es',0,NULL,'%s productos no actualizados, alguien los está editando.',NULL,'',0,'2019-11-07 09:18:44'),(12525,14127,'es',0,NULL,'%s producto ha sido eliminado',NULL,'',0,'2019-11-07 09:18:44'),(12526,14128,'es',0,NULL,'%s productos han sido eliminados',NULL,'',0,'2019-11-07 09:18:44'),(12527,14129,'es',0,NULL,'%s producto recuperado de la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12528,14130,'es',0,NULL,'%s productos recuperados de la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(12529,14131,'es',0,NULL,'%s producto actualizado',NULL,'',0,'2019-11-07 09:18:44'),(12530,14132,'es',0,NULL,'%s productos actualizados',NULL,'',0,'2019-11-07 09:18:44'),(12531,14133,'es',0,NULL,'%s producto actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(12532,14134,'es',0,NULL,'%s productos actualizados.',NULL,'',0,'2019-11-07 09:18:44'),(12533,14135,'es',0,NULL,'%s producto fue omitido',NULL,'',0,'2019-11-07 09:18:44'),(12534,14136,'es',0,NULL,'%s productos fueron omitidos',NULL,'',0,'2019-11-07 09:18:44'),(12535,14137,'es',0,NULL,'%s compras de los artículos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(12536,14138,'es',0,NULL,'%s cantidad',NULL,'',0,'2019-11-07 09:18:44'),(12537,14139,'es',0,NULL,'Tarifas %s',NULL,'',0,'2019-11-07 09:18:44'),(12538,14140,'es',0,NULL,'%s eliminado.',NULL,'',0,'2019-11-07 09:18:44'),(12539,14141,'es',0,NULL,'%s ventas de los artículos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(12540,14142,'es',0,NULL,'%s segundo',NULL,'',0,'2019-11-07 09:18:44'),(12541,14143,'es',0,NULL,'%s segundos',NULL,'',0,'2019-11-07 09:18:44'),(12542,14144,'es',0,NULL,'%s inscripciones en este periodo',NULL,'',0,'2019-11-07 09:18:44'),(12543,14145,'es',0,NULL,'%s semana',NULL,'',0,'2019-11-07 09:18:44'),(12544,14146,'es',0,NULL,'%s semanas',NULL,'',0,'2019-11-07 09:18:44'),(12545,14147,'es',0,NULL,'%s valor de cupones utilizados',NULL,'',0,'2019-11-07 09:18:44'),(12546,14148,'es',0,NULL,'%s le gustaría conectarse a tu tienda',NULL,'',0,'2019-11-07 09:18:44'),(12547,14149,'es',0,NULL,'%s año',NULL,'',0,'2019-11-07 09:18:44'),(12548,14150,'es',0,NULL,'%s años',NULL,'',0,'2019-11-07 09:18:44'),(12549,14151,'es',0,NULL,'%s, tiene %d producto',NULL,'',0,'2019-11-07 09:18:44'),(12550,14152,'es',0,NULL,'%s, tiene %d productos',NULL,'',0,'2019-11-07 09:18:44'),(12551,14153,'es',0,NULL,'%s tiene %d valoración',NULL,'',0,'2019-11-07 09:18:44'),(12552,14154,'es',0,NULL,'%s tiene %d valoraciones',NULL,'',0,'2019-11-07 09:18:44'),(12553,14155,'es',0,NULL,'%s, tiene %d término',NULL,'',0,'2019-11-07 09:18:44'),(12554,14156,'es',0,NULL,'%s, tiene %d términos',NULL,'',0,'2019-11-07 09:18:44'),(12555,14157,'es',0,NULL,'%s: %s',NULL,'',0,'2019-11-07 09:18:44'),(12556,14158,'es',0,NULL,'Islas Åland',NULL,'',0,'2019-11-07 09:18:44'),(12557,14159,'es',0,NULL,'Çanakkale',NULL,'',0,'2019-11-07 09:18:44'),(12558,14160,'es',0,NULL,'Çankırı',NULL,'',0,'2019-11-07 09:18:44'),(12559,14161,'es',0,NULL,'Çorum',NULL,'',0,'2019-11-07 09:18:44'),(12560,14162,'es',0,NULL,'İçel',NULL,'',0,'2019-11-07 09:18:44'),(12561,14163,'es',0,NULL,'İstanbul',NULL,'',0,'2019-11-07 09:18:44'),(12562,14164,'es',0,NULL,'İzmir',NULL,'',0,'2019-11-07 09:18:44'),(12563,14165,'es',0,NULL,'Şırnak',NULL,'',0,'2019-11-07 09:18:44'),(12564,14166,'es',0,NULL,'Şanlıurfa',NULL,'',0,'2019-11-07 09:18:44'),(12565,14167,'es',0,NULL,'Șoldănești',NULL,'',0,'2019-11-07 09:18:44'),(12566,14168,'es',0,NULL,'Ștefan Vodă',NULL,'',0,'2019-11-07 09:18:44'),(12567,14169,'es',0,NULL,'Ávila',NULL,'',0,'2019-11-07 09:18:44'),(12568,14170,'es',0,NULL,'Ñeembucú',NULL,'',0,'2019-11-07 09:18:44'),(12569,14171,'es',0,NULL,'∞',NULL,'',0,'2019-11-07 09:18:44'),(12570,14172,'es',0,NULL,'← Volver a los atributos de «%s»',NULL,'',0,'2019-11-07 09:18:44'),(12571,14173,'es',0,NULL,' – Página %s',NULL,'',0,'2019-11-07 09:18:44'),(12572,14174,'es',0,NULL,'(Público)',NULL,'',0,'2019-11-07 09:18:44'),(12573,14175,'es',0,NULL,'(puede reservarse)',NULL,'',0,'2019-11-07 09:18:44'),(12574,14176,'es',0,NULL,'(estimado para %s)',NULL,'',0,'2019-11-07 09:18:44'),(12575,14177,'es',0,NULL,'(sin IVA)',NULL,'',0,'2019-11-07 09:18:44'),(12576,14178,'es',0,NULL,'(sin impuestos)',NULL,'',0,'2019-11-07 09:18:44'),(12577,14179,'es',0,NULL,'(con IVA)',NULL,'',0,'2019-11-07 09:18:44'),(12578,14180,'es',0,NULL,'(impuesto incluido)',NULL,'',0,'2019-11-07 09:18:44'),(12579,14181,'es',0,NULL,'(incluye %s)',NULL,'',0,'2019-11-07 09:18:44'),(12580,14182,'es',0,NULL,'(scroll para ver más)',NULL,'',0,'2019-11-07 09:18:44'),(12581,14183,'es',0,NULL,'+ Añadir cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12582,14184,'es',0,NULL,'+%d más',NULL,'',0,'2019-11-07 09:18:44'),(12583,14185,'es',0,NULL,'1:1',NULL,'',0,'2019-11-07 09:18:44'),(12584,14186,'es',0,NULL,'Código de 2 caracteres del continente.',NULL,'',0,'2019-11-07 09:18:44'),(12585,14187,'es',0,NULL,'<a href=\"%s\">Conecta tu tienda</a> a WooCommerce.com para recibir actualizaciones de extensiones y soporte.',NULL,'',0,'2019-11-07 09:18:44'),(12586,14188,'es',0,NULL,'<strong>%s pedido</strong> en espera de procesar',NULL,'',0,'2019-11-07 09:18:44'),(12587,14189,'es',0,NULL,'<strong>%s pedidos</strong> en espera de procesar',NULL,'',0,'2019-11-07 09:18:44'),(12588,14190,'es',0,NULL,'<strong>%s pedido</strong> en espera',NULL,'',0,'2019-11-07 09:18:44'),(12589,14191,'es',0,NULL,'<strong>%s pedidos</strong> en espera',NULL,'',0,'2019-11-07 09:18:44'),(12590,14192,'es',0,NULL,'<strong>%s producto</strong> casi sin existencias',NULL,'',0,'2019-11-07 09:18:44'),(12591,14193,'es',0,NULL,'<strong>%s productos</strong> casi sin existencias',NULL,'',0,'2019-11-07 09:18:44'),(12592,14194,'es',0,NULL,'<strong>%s producto</strong> agotado',NULL,'',0,'2019-11-07 09:18:44'),(12593,14195,'es',0,NULL,'<strong>%s productos</strong> agotados',NULL,'',0,'2019-11-07 09:18:44'),(12594,14196,'es',0,NULL,'<strong>¡Ojo!</strong> Las versiones que estás ejecutando de los siguientes plugins aún no se han probado con WooCommerce %s. Por favor, actualízalos o confirma su compatibilidad antes de actualizar WooCommerce o podrías experimentar problemas:',NULL,'',0,'2019-11-07 09:18:44'),(12595,14197,'es',0,NULL,'<strong>¡Ojo!</strong> Las versiones que estás ejecutando de los siguientes plugins no se han probado con la última versión de WooCommerce (%s).',NULL,'',0,'2019-11-07 09:18:44'),(12596,14198,'es',0,NULL,'<strong>Bienvenido a WooCommerce</strong> – Ya estás casi listo para empezar a vender :)',NULL,'',0,'2019-11-07 09:18:44'),(12597,14199,'es',0,NULL,'<strong>Tu tema (%s) contiene copias obsoletas de algunos archivos de plantilla de WooCommerce.</strong> Puede que tengas que actualizar estos archivos para asegurar que son compatibles con la versión actual de WooCommerce. Sugerencias para solucionar esto:',NULL,'',0,'2019-11-07 09:18:44'),(12598,14200,'es',0,NULL,'Un código de país de 2 dígitos, por ejemplo ES. Déjalo en blanco para aplicarlo a todos.',NULL,'',0,'2019-11-07 09:18:44'),(12599,14201,'es',0,NULL,'Un código de provincia de 2 dígitos, por ejemplo MA. Déjalo en blanco para aplicarlo a todos.',NULL,'',0,'2019-11-07 09:18:44'),(12600,14202,'es',0,NULL,'A Coruña',NULL,'',0,'2019-11-07 09:18:44'),(12601,14203,'es',0,NULL,'Una nube de las etiquetas de producto más utilizadas.',NULL,'',0,'2019-11-07 09:18:44'),(12602,14204,'es',0,NULL,'Un nombre amigable para el webhook.',NULL,'',0,'2019-11-07 09:18:44'),(12603,14205,'es',0,NULL,'Un resumen amigable de la respuesta, incluyendo el código HTTP de respuesta, el mensaje y el cuerpo.',NULL,'',0,'2019-11-07 09:18:44'),(12604,14206,'es',0,NULL,'Una descripción humana del ajuste utilizado en las interfaces.',NULL,'',0,'2019-11-07 09:18:44'),(12605,14207,'es',0,NULL,'Una etiqueta para humanos del ajuste utilizado en las interfaces.',NULL,'',0,'2019-11-07 09:18:44'),(12606,14208,'es',0,NULL,'Una descripción del recurso legible por humanos.',NULL,'',0,'2019-11-07 09:18:44'),(12607,14209,'es',0,NULL,'Una lista de los términos de la taxonomía que se pueden utilizar en relación con los estados de los pedidos/productos.',NULL,'',0,'2019-11-07 09:18:44'),(12608,14210,'es',0,NULL,'Una lista de los términos de taxonomía utilizados para la visibilidad del producto.',NULL,'',0,'2019-11-07 09:18:44'),(12609,14211,'es',0,NULL,'Una lista de los productos de tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(12610,14212,'es',0,NULL,'Una lista de los productos más valorados de tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(12611,14213,'es',0,NULL,'Una lista o desplegable de categorías de producto.',NULL,'',0,'2019-11-07 09:18:44'),(12612,14214,'es',0,NULL,'Una tarifa en directo es el coste exacto para enviar un pedido, cotizada directamente por el transportista de los envíos.',NULL,'',0,'2019-11-07 09:18:44'),(12613,14215,'es',0,NULL,'Una cantidad mínima de pedido',NULL,'',0,'2019-11-07 09:18:44'),(12614,14216,'es',0,NULL,'Una cantidad mínima de pedido Y un cupón',NULL,'',0,'2019-11-07 09:18:44'),(12615,14217,'es',0,NULL,'Una cantidad mínima de pedido O un cupón',NULL,'',0,'2019-11-07 09:18:44'),(12616,14218,'es',0,NULL,'Se ha añadido una nota a tu pedido',NULL,'',0,'2019-11-07 09:18:44'),(12617,14219,'es',0,NULL,'Se ha enviado un correo electrónico de restablecimiento de contraseña a la dirección de correo electrónico de tu cuenta, pero puede llevar varios minutos que aparezca en tu bandeja de entrada. Por favor, espera al menos 10 minutos antes de intentar otro restablecimiento.',NULL,'',0,'2019-11-07 09:18:44'),(12618,14220,'es',0,NULL,'Se enviará una contraseña a tu dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:18:44'),(12619,14221,'es',0,NULL,'No se ha podido encontrar ningún término de atributo de producto con el ID facilitado',NULL,'',0,'2019-11-07 09:18:44'),(12620,14222,'es',0,NULL,'No se ha encontrado un atributo de producto con el ID suministrado',NULL,'',0,'2019-11-07 09:18:44'),(12621,14223,'es',0,NULL,'No se ha encontrado una categoría de producto con el ID suministrado',NULL,'',0,'2019-11-07 09:18:44'),(12622,14224,'es',0,NULL,'No se ha podido encontrar la clase de envío del producto con el ID indicado',NULL,'',0,'2019-11-07 09:18:44'),(12623,14225,'es',0,NULL,'No se ha encontrado la etiqueta de producto con el ID proporcionado',NULL,'',0,'2019-11-07 09:18:44'),(12624,14226,'es',0,NULL,'Un producto con este ID ya existe.',NULL,'',0,'2019-11-07 09:18:44'),(12625,14227,'es',0,NULL,'Un producto con este SKU ya existe.',NULL,'',0,'2019-11-07 09:18:44'),(12626,14228,'es',0,NULL,'Un formulario de búsqueda para tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(12627,14229,'es',0,NULL,'Una zona de envío es una región geográfica donde se aplica cierto conjunto de métodos de envío y tarifas.',NULL,'',0,'2019-11-07 09:18:44'),(12628,14230,'es',0,NULL,'Una zona de envío es una región geográfica en la que se ofrecen una cierta variedad de métodos de envío.',NULL,'',0,'2019-11-07 09:18:44'),(12629,14231,'es',0,NULL,'Una sencilla pasarela sin conexión que te permite aceptar pagos por transferencia bancaria.',NULL,'',0,'2019-11-07 09:18:44'),(12630,14232,'es',0,NULL,'Una sencilla pasarela de pago sin conexión que te permite aceptar cheques como método de pago.',NULL,'',0,'2019-11-07 09:18:44'),(12631,14233,'es',0,NULL,'Una sencilla pasarela sin conexión que te permite aceptar efectivo en la entrega.',NULL,'',0,'2019-11-07 09:18:44'),(12632,14234,'es',0,NULL,'No se ha podido encontrar la tasa de impuesto con el ID indicado',NULL,'',0,'2019-11-07 09:18:44'),(12633,14235,'es',0,NULL,'Un identificador único para el ajuste.',NULL,'',0,'2019-11-07 09:18:44'),(12634,14236,'es',0,NULL,'Un identificador único para la herramienta.',NULL,'',0,'2019-11-07 09:18:44'),(12635,14237,'es',0,NULL,'Un identificador único que puede usarse para enlazar varios ajustes.',NULL,'',0,'2019-11-07 09:18:44'),(12636,14238,'es',0,NULL,'Un cupón válido de envío gratuito ',NULL,'',0,'2019-11-07 09:18:44'),(12637,14239,'es',0,NULL,'Ağrı',NULL,'',0,'2019-11-07 09:18:44'),(12638,14240,'es',0,NULL,'Y',NULL,'',0,'2019-11-07 09:18:44'),(12639,14241,'es',0,NULL,'Clave de la API generada con éxito. Asegúrate de copiar tus nuevas claves ahora ya que la clave secreta se ocultará una vez abandones esta página.',NULL,'',0,'2019-11-07 09:18:44'),(12640,14242,'es',0,NULL,'Clave de API actualizada correctamente.',NULL,'',0,'2019-11-07 09:18:44'),(12641,14243,'es',0,NULL,'Versión API',NULL,'',0,'2019-11-07 09:18:44'),(12642,14244,'es',0,NULL,'Credenciales para la API',NULL,'',0,'2019-11-07 09:18:44'),(12643,14245,'es',0,NULL,'Documentación de la API',NULL,'',0,'2019-11-07 09:18:44'),(12644,14246,'es',0,NULL,'API activada',NULL,'',0,'2019-11-07 09:18:44'),(12645,14247,'es',0,NULL,'Clave API',NULL,'',0,'2019-11-07 09:18:44'),(12646,14248,'es',0,NULL,'El usuario de la API no es válido',NULL,'',0,'2019-11-07 09:18:44'),(12647,14249,'es',0,NULL,'Asc',NULL,'',0,'2019-11-07 09:18:44'),(12648,14250,'es',0,NULL,'Aargau',NULL,'',0,'2019-11-07 09:18:44'),(12649,14251,'es',0,NULL,'Abia',NULL,'',0,'2019-11-07 09:18:44'),(12650,14252,'es',0,NULL,'Abim',NULL,'',0,'2019-11-07 09:18:44'),(12651,14253,'es',0,NULL,'Acerca de WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(12652,14254,'es',0,NULL,'Abra',NULL,'',0,'2019-11-07 09:18:44'),(12653,14255,'es',0,NULL,'Abuja',NULL,'',0,'2019-11-07 09:18:44'),(12654,14256,'es',0,NULL,'Aceptar contra reembolso si el pedido es virtual',NULL,'',0,'2019-11-07 09:18:44'),(12655,14257,'es',0,NULL,'Acepta tarjetas de débito y crédito en más de 135 divisas, métodos como Alipay y pago en un toque con Apple Pay. <a href=\"%s\" target=\"_blank\">Aprende más</a>.',NULL,'',0,'2019-11-07 09:18:44'),(12656,14258,'es',0,NULL,'Aceptar para pedidos virtuales',NULL,'',0,'2019-11-07 09:18:44'),(12657,14259,'es',0,NULL,'Acepta pagos con PayPal utilizando saldo de la cuenta o una tarjeta de crédito.',NULL,'',0,'2019-11-07 09:18:44'),(12658,14260,'es',0,NULL,'Acceso denegado',NULL,'',0,'2019-11-07 09:18:44'),(12659,14261,'es',0,NULL,'El acceso caduca',NULL,'',0,'2019-11-07 09:18:44'),(12660,14262,'es',0,NULL,'Acceso concedido',NULL,'',0,'2019-11-07 09:18:44'),(12661,13680,'es',0,NULL,'Restricción de acceso',NULL,'',0,'2019-11-07 09:18:44'),(12662,14263,'es',0,NULL,'Acceso a las descargas compradas',NULL,'',0,'2019-11-07 09:18:44'),(12663,13734,'es',0,NULL,'Creación de cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12664,14264,'es',0,NULL,'Detalles de la cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12665,14265,'es',0,NULL,'La información de cuenta se ha cambiado correctamente.',NULL,'',0,'2019-11-07 09:18:44'),(12666,14266,'es',0,NULL,'Detalles de la cuenta:',NULL,'',0,'2019-11-07 09:18:44'),(12667,13820,'es',0,NULL,'Variables de la cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12668,13739,'es',0,NULL,'Solicitudes de borrado de cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12669,14267,'es',0,NULL,'Nombre de la cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12670,14268,'es',0,NULL,'Número de cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12671,14269,'es',0,NULL,'Nombre de usuario',NULL,'',0,'2019-11-07 09:18:44'),(12672,13399,'es',0,NULL,'Cuentas y privacidad',NULL,'',0,'2019-11-07 09:18:44'),(12673,14270,'es',0,NULL,'Acre',NULL,'',0,'2019-11-07 09:18:44'),(12674,14271,'es',0,NULL,'Acción',NULL,'',0,'2019-11-07 09:18:44'),(12675,14272,'es',0,NULL,'Grupo de acción',NULL,'',0,'2019-11-07 09:18:44'),(12676,14273,'es',0,NULL,'Programador de acciones',NULL,'',0,'2019-11-07 09:18:44'),(12677,14274,'es',0,NULL,'Estado de la acción',NULL,'',0,'2019-11-07 09:18:44'),(12678,14275,'es',0,NULL,'La acción [%s] tiene argumentos no válidos. No la puede descodificar JSON a un array.',NULL,'',0,'2019-11-07 09:18:44'),(12679,14276,'es',0,NULL,'Evento de la acción',NULL,'',0,'2019-11-07 09:18:44'),(12680,14277,'es',0,NULL,'Error en la acción. Por favor, recarga la página y vuelve a intentarlo.',NULL,'',0,'2019-11-07 09:18:44'),(12681,14278,'es',0,NULL,'Acciones',NULL,'',0,'2019-11-07 09:18:44'),(12682,14279,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:18:44'),(12683,14280,'es',0,NULL,'Activa WooCommerce Admin',NULL,'',0,'2019-11-07 09:18:44'),(12684,14281,'es',0,NULL,'Activo',NULL,'',0,'2019-11-07 09:18:44'),(12685,14282,'es',0,NULL,'Filtros de productos activos',NULL,'',0,'2019-11-07 09:18:44'),(12686,14283,'es',0,NULL,'Filtros activos',NULL,'',0,'2019-11-07 09:18:44'),(12687,14284,'es',0,NULL,'Plugins activos',NULL,'',0,'2019-11-07 09:18:44'),(12688,14285,'es',0,NULL,'Plugins activos.',NULL,'',0,'2019-11-07 09:18:44'),(12689,14286,'es',0,NULL,'Adıyaman',NULL,'',0,'2019-11-07 09:18:44'),(12690,14287,'es',0,NULL,'Adamawa',NULL,'',0,'2019-11-07 09:18:44'),(12691,14288,'es',0,NULL,'Adana',NULL,'',0,'2019-11-07 09:18:44'),(12692,14289,'es',0,NULL,'Añadir',NULL,'',0,'2019-11-07 09:18:44'),(12693,14290,'es',0,NULL,'Añade “%s” a tu carrito',NULL,'',0,'2019-11-07 09:18:44'),(12694,14291,'es',0,NULL,'Añadir archivo',NULL,'',0,'2019-11-07 09:18:44'),(12695,13859,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:18:44'),(12696,14292,'es',0,NULL,'Añadir nueva acción programada',NULL,'',0,'2019-11-07 09:18:44'),(12697,14293,'es',0,NULL,'Añade un filtro',NULL,'',0,'2019-11-07 09:18:44'),(12698,14294,'es',0,NULL,'Añade una nota para tu referencia, o añade una nota para el cliente (no se avisará al usuario).',NULL,'',0,'2019-11-07 09:18:44'),(12699,14295,'es',0,NULL,'Añade aquí una breve descripción del producto. Este aparecerá en la página del producto bajo el nombre del producto.',NULL,'',0,'2019-11-07 09:18:44'),(12700,14296,'es',0,NULL,'Añadir una valoración',NULL,'',0,'2019-11-07 09:18:44'),(12701,14297,'es',0,NULL,'Añade tantas zonas como necesites – los clientes solo verán los métodos disponibles para su dirección.',NULL,'',0,'2019-11-07 09:18:44'),(12702,14298,'es',0,NULL,'Añadir atributo',NULL,'',0,'2019-11-07 09:18:44'),(12703,13899,'es',0,NULL,'Añadir cupón',NULL,'',0,'2019-11-07 09:18:44'),(12704,14299,'es',0,NULL,'Añadir cuota',NULL,'',0,'2019-11-07 09:18:44'),(12705,14300,'es',0,NULL,'Añadir archivo',NULL,'',0,'2019-11-07 09:18:44'),(12706,14301,'es',0,NULL,'Añadir imágenes a la galería de productos',NULL,'',0,'2019-11-07 09:18:44'),(12707,14302,'es',0,NULL,'Añadir artículo(s)',NULL,'',0,'2019-11-07 09:18:44'),(12708,14303,'es',0,NULL,'Añadir clave',NULL,'',0,'2019-11-07 09:18:44'),(12709,14304,'es',0,NULL,'Añadir nuevo',NULL,'',0,'2019-11-07 09:18:44'),(12710,14305,'es',0,NULL,'Añadir nuevo %s',NULL,'',0,'2019-11-07 09:18:44'),(12711,14306,'es',0,NULL,'Añadir nuevo atributo',NULL,'',0,'2019-11-07 09:18:44'),(12712,13922,'es',0,NULL,'Añadir nueva categoría',NULL,'',0,'2019-11-07 09:18:44'),(12713,13900,'es',0,NULL,'Añadir nuevo cupón',NULL,'',0,'2019-11-07 09:18:44'),(12714,13883,'es',0,NULL,'Añadir nuevo pedido',NULL,'',0,'2019-11-07 09:18:44'),(12715,13860,'es',0,NULL,'Añadir nuevo producto',NULL,'',0,'2019-11-07 09:18:44'),(12716,13948,'es',0,NULL,'Añadir una nueva clase de envío',NULL,'',0,'2019-11-07 09:18:44'),(12717,13932,'es',0,NULL,'Añadir nueva etiqueta',NULL,'',0,'2019-11-07 09:18:44'),(12718,14307,'es',0,NULL,'Añadir nota',NULL,'',0,'2019-11-07 09:18:44'),(12719,13936,'es',0,NULL,'Añadir o eliminar etiquetas',NULL,'',0,'2019-11-07 09:18:44'),(12720,13882,'es',0,NULL,'Añadir pedido',NULL,'',0,'2019-11-07 09:18:44'),(12721,13814,'es',0,NULL,'Añadir método de pago',NULL,'',0,'2019-11-07 09:18:44'),(12722,14308,'es',0,NULL,'Añadir imágenes a la galería del producto ',NULL,'',0,'2019-11-07 09:18:44'),(12723,14309,'es',0,NULL,'Añadir producto(s)',NULL,'',0,'2019-11-07 09:18:44'),(12724,14310,'es',0,NULL,'Añadir productos',NULL,'',0,'2019-11-07 09:18:44'),(12725,14311,'es',0,NULL,'Añadir envío',NULL,'',0,'2019-11-07 09:18:44'),(12726,14312,'es',0,NULL,'Añadir clase de envío',NULL,'',0,'2019-11-07 09:18:44'),(12727,14313,'es',0,NULL,'Añadir método de envío',NULL,'',0,'2019-11-07 09:18:44'),(12728,14314,'es',0,NULL,'Añadir métodos de envío y zonas',NULL,'',0,'2019-11-07 09:18:44'),(12729,14315,'es',0,NULL,'Añadir zona de envío',NULL,'',0,'2019-11-07 09:18:44'),(12730,14316,'es',0,NULL,'Añadir impuesto',NULL,'',0,'2019-11-07 09:18:44'),(12731,14317,'es',0,NULL,'Botón de añadir al carrito',NULL,'',0,'2019-11-07 09:18:44'),(12732,14318,'es',0,NULL,'El botón de añadir al carrito está oculto.',NULL,'',0,'2019-11-07 09:18:44'),(12733,14319,'es',0,NULL,'El botón de añadir al carrito es visible.',NULL,'',0,'2019-11-07 09:18:44'),(12734,14320,'es',0,NULL,'Añadir al carrito',NULL,'',0,'2019-11-07 09:18:44'),(12735,13627,'es',0,NULL,'Comportamiento de añadir al carrito',NULL,'',0,'2019-11-07 09:18:44'),(12736,14321,'es',0,NULL,'Añadir a la galería',NULL,'',0,'2019-11-07 09:18:44'),(12737,14322,'es',0,NULL,'Añadir al menú',NULL,'',0,'2019-11-07 09:18:44'),(12738,14323,'es',0,NULL,'Añadir variación',NULL,'',0,'2019-11-07 09:18:44'),(12739,14324,'es',0,NULL,'Añadir webhook',NULL,'',0,'2019-11-07 09:18:44'),(12740,14325,'es',0,NULL,'Añadir meta',NULL,'',0,'2019-11-07 09:18:44'),(12741,14326,'es',0,NULL,'Partidas añadidas: %s',NULL,'',0,'2019-11-07 09:18:44'),(12742,14327,'es',0,NULL,'Contenido adicional',NULL,'',0,'2019-11-07 09:18:44'),(12743,14328,'es',0,NULL,'Texto de ayuda adicional mostrado al usuario sobre el ajuste.',NULL,'',0,'2019-11-07 09:18:44'),(12744,14329,'es',0,NULL,'Información adicional',NULL,'',0,'2019-11-07 09:18:44'),(12745,14330,'es',0,NULL,'Tarifas adicionales',NULL,'',0,'2019-11-07 09:18:44'),(12746,13701,'es',0,NULL,'Clases de impuestos adicionales',NULL,'',0,'2019-11-07 09:18:44'),(12747,14331,'es',0,NULL,'Dirección',NULL,'',0,'2019-11-07 09:18:44'),(12748,14332,'es',0,NULL,'Dirección cambiada correctamente.',NULL,'',0,'2019-11-07 09:18:44'),(12749,13572,'es',0,NULL,'Dirección, línea 1',NULL,'',0,'2019-11-07 09:18:44'),(12750,14333,'es',0,NULL,'Dirección, línea 1.',NULL,'',0,'2019-11-07 09:18:44'),(12751,13574,'es',0,NULL,'Dirección, línea 2',NULL,'',0,'2019-11-07 09:18:44'),(12752,14334,'es',0,NULL,'Dirección, línea 2.',NULL,'',0,'2019-11-07 09:18:44'),(12753,14335,'es',0,NULL,'Sobreescribir la dirección',NULL,'',0,'2019-11-07 09:18:44'),(12754,14336,'es',0,NULL,'Dirección:',NULL,'',0,'2019-11-07 09:18:44'),(12755,13830,'es',0,NULL,'Direcciones',NULL,'',0,'2019-11-07 09:18:44'),(12756,13746,'es',0,NULL,'Añade una opción a la pantalla de pedidos para eliminar personas por lotes. Ten en cuenta que la eliminación de datos personales no puede deshacerse.',NULL,'',0,'2019-11-07 09:18:44'),(12757,14337,'es',0,NULL,'Adjumani',NULL,'',0,'2019-11-07 09:18:44'),(12758,14338,'es',0,NULL,'Inventario ajustado: %s',NULL,'',0,'2019-11-07 09:18:44'),(12759,13915,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:18:44'),(12760,13898,'es',0,NULL,'Cupones',NULL,'',0,'2019-11-07 09:18:44'),(12761,13890,'es',0,NULL,'Pedidos',NULL,'',0,'2019-11-07 09:18:44'),(12762,13858,'es',0,NULL,'Productos',NULL,'',0,'2019-11-07 09:18:44'),(12763,14339,'es',0,NULL,'Acciones programadas',NULL,'',0,'2019-11-07 09:18:44'),(12764,13941,'es',0,NULL,'Clases de envíos',NULL,'',0,'2019-11-07 09:18:44'),(12765,13927,'es',0,NULL,'Etiquetas',NULL,'',0,'2019-11-07 09:18:44'),(12766,13402,'es',0,NULL,'Avanzado',NULL,'',0,'2019-11-07 09:18:44'),(12767,14340,'es',0,NULL,'Opciones avanzadas',NULL,'',0,'2019-11-07 09:18:44'),(12768,13404,'es',0,NULL,'Afgani afgano',NULL,'',0,'2019-11-07 09:18:44'),(12769,14341,'es',0,NULL,'Afganistán',NULL,'',0,'2019-11-07 09:18:44'),(12770,14342,'es',0,NULL,'África',NULL,'',0,'2019-11-07 09:18:44'),(12771,14343,'es',0,NULL,'Después de los descuentos antes de impuestos.',NULL,'',0,'2019-11-07 09:18:44'),(12772,14344,'es',0,NULL,'Después de publicar tus cambios, los nuevos tamaños de imagen puede que no se muestren hasta que <a href=\"%s\" target=\"_blank\">regeneres las miniaturas</a>.',NULL,'',0,'2019-11-07 09:18:44'),(12773,14345,'es',0,NULL,'Después de publicar tus cambios, los nuevos tamaños de imagen puede que no se muestren hasta que regeneres las miniaturas. Puedes hacer esto desde la <a href=\"%1$s\" target=\"_blank\">sección herramientas en WooCommerce</a> o usando un plugin como <a href=\"%2$s\" target=\"_blank\">Regenerate Thumbnails</a>.',NULL,'',0,'2019-11-07 09:18:44'),(12774,14346,'es',0,NULL,'Después de publicar tus cambios, los nuevos tamaños de imagen se generarán automáticamente.',NULL,'',0,'2019-11-07 09:18:44'),(12775,14347,'es',0,NULL,'Afyon',NULL,'',0,'2019-11-07 09:18:44'),(12776,14348,'es',0,NULL,'Agago',NULL,'',0,'2019-11-07 09:18:44'),(12777,14349,'es',0,NULL,'Agrigento',NULL,'',0,'2019-11-07 09:18:44'),(12778,14350,'es',0,NULL,'Aguascalientes',NULL,'',0,'2019-11-07 09:18:44'),(12779,14351,'es',0,NULL,'Agusan del Norte',NULL,'',0,'2019-11-07 09:18:44'),(12780,14352,'es',0,NULL,'Agusan del Sur',NULL,'',0,'2019-11-07 09:18:44'),(12781,14353,'es',0,NULL,'Aichi',NULL,'',0,'2019-11-07 09:18:44'),(12782,14354,'es',0,NULL,'Akita',NULL,'',0,'2019-11-07 09:18:44'),(12783,14355,'es',0,NULL,'Aklan',NULL,'',0,'2019-11-07 09:18:44'),(12784,14356,'es',0,NULL,'Aksaray',NULL,'',0,'2019-11-07 09:18:44'),(12785,14357,'es',0,NULL,'Akwa Ibom',NULL,'',0,'2019-11-07 09:18:44'),(12786,14358,'es',0,NULL,'Alabama',NULL,'',0,'2019-11-07 09:18:44'),(12787,14359,'es',0,NULL,'Alagoas',NULL,'',0,'2019-11-07 09:18:44'),(12788,14360,'es',0,NULL,'Lástima. Sólo para que lo sepas, el pedido #%1$s que pertenece a %2$s ha sido cancelado:',NULL,'',0,'2019-11-07 09:18:44'),(12789,14361,'es',0,NULL,'Alaska',NULL,'',0,'2019-11-07 09:18:44'),(12790,14362,'es',0,NULL,'Alba',NULL,'',0,'2019-11-07 09:18:44'),(12791,14363,'es',0,NULL,'Albacete',NULL,'',0,'2019-11-07 09:18:44'),(12792,14364,'es',0,NULL,'Albania',NULL,'',0,'2019-11-07 09:18:44'),(12793,13405,'es',0,NULL,'Lek albanés',NULL,'',0,'2019-11-07 09:18:44'),(12794,14365,'es',0,NULL,'Albay',NULL,'',0,'2019-11-07 09:18:44'),(12795,14366,'es',0,NULL,'Alberta',NULL,'',0,'2019-11-07 09:18:44'),(12796,14367,'es',0,NULL,'Elburz (البرز)',NULL,'',0,'2019-11-07 09:18:44'),(12797,14368,'es',0,NULL,'Alebtong',NULL,'',0,'2019-11-07 09:18:44'),(12798,14369,'es',0,NULL,'Alerta',NULL,'',0,'2019-11-07 09:18:44'),(12799,14370,'es',0,NULL,'Alessandria',NULL,'',0,'2019-11-07 09:18:44'),(12800,14371,'es',0,NULL,'Algeria',NULL,'',0,'2019-11-07 09:18:44'),(12801,13444,'es',0,NULL,'Dinar argelino',NULL,'',0,'2019-11-07 09:18:44'),(12802,14372,'es',0,NULL,'Alicante',NULL,'',0,'2019-11-07 09:18:44'),(12803,14373,'es',0,NULL,'Alinear a los botones de añadir al carrito',NULL,'',0,'2019-11-07 09:18:44'),(12804,14374,'es',0,NULL,'Todo',NULL,'',0,'2019-11-07 09:18:44'),(12805,14375,'es',0,NULL,'Todos %s',NULL,'',0,'2019-11-07 09:18:44'),(12806,13857,'es',0,NULL,'Todos los productos',NULL,'',0,'2019-11-07 09:18:44'),(12807,14376,'es',0,NULL,'Todas las valoraciones',NULL,'',0,'2019-11-07 09:18:44'),(12808,14377,'es',0,NULL,'Todos los países permitidos',NULL,'',0,'2019-11-07 09:18:44'),(12809,13917,'es',0,NULL,'Todas las categorías',NULL,'',0,'2019-11-07 09:18:44'),(12810,14378,'es',0,NULL,'Todas las categorías con títulos que incluyen {{query /}}',NULL,'',0,'2019-11-07 09:18:44'),(12811,14379,'es',0,NULL,'Todos los cupones',NULL,'',0,'2019-11-07 09:18:44'),(12812,14380,'es',0,NULL,'Todos los cupones con códigos que incluyen {{query /}}',NULL,'',0,'2019-11-07 09:18:44'),(12813,14381,'es',0,NULL,'Todos los clientes con nombres que incluyen {{query /}}',NULL,'',0,'2019-11-07 09:18:44'),(12814,14382,'es',0,NULL,'¡Todo listo!',NULL,'',0,'2019-11-07 09:18:44'),(12815,14383,'es',0,NULL,'Todos los niveles',NULL,'',0,'2019-11-07 09:18:44'),(12816,14384,'es',0,NULL,'Todas las páginas que faltaban de WooCommerce se han instalado correctamente',NULL,'',0,'2019-11-07 09:18:44'),(12817,14385,'es',0,NULL,'Todos los productos',NULL,'',0,'2019-11-07 09:18:44'),(12818,14386,'es',0,NULL,'Todos los productos con títulos que incluyen {{query /}}',NULL,'',0,'2019-11-07 09:18:44'),(12819,14387,'es',0,NULL,'Todos los atributos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(12820,14388,'es',0,NULL,'Todas las categorías seleccionadas',NULL,'',0,'2019-11-07 09:18:44'),(12821,14389,'es',0,NULL,'Todas las etiquetas seleccionadas',NULL,'',0,'2019-11-07 09:18:44'),(12822,13943,'es',0,NULL,'Todas las clases de envío',NULL,'',0,'2019-11-07 09:18:44'),(12823,14390,'es',0,NULL,'Todos los orígenes',NULL,'',0,'2019-11-07 09:18:44'),(12824,13929,'es',0,NULL,'Todas las etiquetas',NULL,'',0,'2019-11-07 09:18:44'),(12825,14391,'es',0,NULL,'Todos los impuestos con códigos que incluyen {{query /}}',NULL,'',0,'2019-11-07 09:18:44'),(12826,14392,'es',0,NULL,'Permitir',NULL,'',0,'2019-11-07 09:18:44'),(12827,14393,'es',0,NULL,'¿Permitir reservas?',NULL,'',0,'2019-11-07 09:18:44'),(12828,14394,'es',0,NULL,'¿Permitir valoraciones de clientes?',NULL,'',0,'2019-11-07 09:18:44'),(12829,13735,'es',0,NULL,'Permite a los clientes crear una cuenta al finalizar compra.',NULL,'',0,'2019-11-07 09:18:44'),(12830,13736,'es',0,NULL,'Permite a los clientes crear una cuenta en la página «Mi cuenta».',NULL,'',0,'2019-11-07 09:18:44'),(12831,13733,'es',0,NULL,'Permite a los clientes acceder a una cuenta existente al finalizar compra',NULL,'',0,'2019-11-07 09:18:44'),(12832,14395,'es',0,NULL,'Permitir a los clientes que recojan los pedidos ellos mismos. Por defecto, cuando se usa la recogida local, se aplican los impuestos base de la tienda sin importar la dirección del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(12833,13731,'es',0,NULL,'Permite a los clientes hacer pedidos sin tener una cuenta',NULL,'',0,'2019-11-07 09:18:44'),(12834,14396,'es',0,NULL,'Permitir el envío gratuito',NULL,'',0,'2019-11-07 09:18:44'),(12835,14397,'es',0,NULL,'Permitir que un artículo sea comprado en un único pedido.',NULL,'',0,'2019-11-07 09:18:44'),(12836,13745,'es',0,NULL,'Permite la eliminación por lotes de datos personales de los pedidos',NULL,'',0,'2019-11-07 09:18:44'),(12837,14398,'es',0,NULL,'Permitir valoraciones.',NULL,'',0,'2019-11-07 09:18:44'),(12838,13842,'es',0,NULL,'Permitir el seguimiento del uso de WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(12839,14399,'es',0,NULL,'Permitir, pero se avisará al cliente',NULL,'',0,'2019-11-07 09:18:44'),(12840,14400,'es',0,NULL,'Códigos postales permitidos',NULL,'',0,'2019-11-07 09:18:44'),(12841,14401,'es',0,NULL,'Correos electrónicos permitidos',NULL,'',0,'2019-11-07 09:18:44'),(12842,14402,'es',0,NULL,'Almería',NULL,'',0,'2019-11-07 09:18:44'),(12843,14403,'es',0,NULL,'Alternativamente introduce la ruta al archivo CSV en tu servidor:',NULL,'',0,'2019-11-07 09:18:44'),(12844,14404,'es',0,NULL,'Alto Paraguay',NULL,'',0,'2019-11-07 09:18:44'),(12845,14405,'es',0,NULL,'Alto Paraná',NULL,'',0,'2019-11-07 09:18:44'),(12846,13672,'es',0,NULL,'Siempre mostrar la cantidad restante del inventario, p.ej. «12 existencias»',NULL,'',0,'2019-11-07 09:18:44'),(12847,14406,'es',0,NULL,'Amambay',NULL,'',0,'2019-11-07 09:18:44'),(12848,14407,'es',0,NULL,'Amapá',NULL,'',0,'2019-11-07 09:18:44'),(12849,14408,'es',0,NULL,'Amasya',NULL,'',0,'2019-11-07 09:18:44'),(12850,14409,'es',0,NULL,'Amazonas',NULL,'',0,'2019-11-07 09:18:44'),(12851,14410,'es',0,NULL,'American Express',NULL,'',0,'2019-11-07 09:18:44'),(12852,14411,'es',0,NULL,'Samoa Americana',NULL,'',0,'2019-11-07 09:18:44'),(12853,14412,'es',0,NULL,'Amnat Charoen',NULL,'',0,'2019-11-07 09:18:44'),(12854,14413,'es',0,NULL,'Amolatar',NULL,'',0,'2019-11-07 09:18:44'),(12855,14414,'es',0,NULL,'Cantidad ya reembolsada',NULL,'',0,'2019-11-07 09:18:44'),(12856,14415,'es',0,NULL,'Cantidad de cupones.',NULL,'',0,'2019-11-07 09:18:44'),(12857,14416,'es',0,NULL,'Cantidad de clientes.',NULL,'',0,'2019-11-07 09:18:44'),(12858,14417,'es',0,NULL,'Cantidad de pedidos.',NULL,'',0,'2019-11-07 09:18:44'),(12859,14418,'es',0,NULL,'Cantidad de productos.',NULL,'',0,'2019-11-07 09:18:44'),(12860,14419,'es',0,NULL,'La cantidad de valoraciones que tiene el producto.',NULL,'',0,'2019-11-07 09:18:44'),(12861,14420,'es',0,NULL,'Cantidad de valoraciones que tiene el producto.',NULL,'',0,'2019-11-07 09:18:44'),(12862,14421,'es',0,NULL,'Cantidad de valoraciones.',NULL,'',0,'2019-11-07 09:18:44'),(12863,14422,'es',0,NULL,'Cantidad de ventas.',NULL,'',0,'2019-11-07 09:18:44'),(12864,14423,'es',0,NULL,'Amudat',NULL,'',0,'2019-11-07 09:18:44'),(12865,14424,'es',0,NULL,'Amuria',NULL,'',0,'2019-11-07 09:18:44'),(12866,14425,'es',0,NULL,'Amuru',NULL,'',0,'2019-11-07 09:18:44'),(12867,14426,'es',0,NULL,'Ya se ha registrado una cuenta con ese nombre de usuario. Por favor, elige otro.',NULL,'',0,'2019-11-07 09:18:44'),(12868,14427,'es',0,NULL,'Ya hay una cuenta registrada con tu correo electrónico. Por favor, accede.',NULL,'',0,'2019-11-07 09:18:44'),(12869,13575,'es',0,NULL,'Una línea de dirección adicional, opcional, para la ubicación de tu negocio.',NULL,'',0,'2019-11-07 09:18:44'),(12870,14428,'es',0,NULL,'Un identificador alfanumérico para el recurso único de su tipo.',NULL,'',0,'2019-11-07 09:18:44'),(12871,14429,'es',0,NULL,'Un identificador alfanumérico para el recurso.',NULL,'',0,'2019-11-07 09:18:44'),(12872,13386,'es',0,NULL,'Una herramienta de eCommerce que te ayuda a vender cualquier cosa. Con elegancia.',NULL,'',0,'2019-11-07 09:18:44'),(12873,14430,'es',0,NULL,'Ha ocurrido un error al activar %s. Por favor, inténtalo de nuevo más tarde.',NULL,'',0,'2019-11-07 09:18:44'),(12874,14431,'es',0,NULL,'Ha ocurrido un error al desactivar la extensión %1$s. Por favor, ve a la <a href=\"%2$s\">pantalla de plugins</a> y desactívala manualmente.',NULL,'',0,'2019-11-07 09:18:44'),(12875,14432,'es',0,NULL,'Ha ocurrido un error al desactivar la suscripción para %s. Por favor, inténtalo de nuevo más tarde.',NULL,'',0,'2019-11-07 09:18:44'),(12876,14433,'es',0,NULL,'Ha ocurrido un error en la solicitud y en ese momento no se han podido enviar los datos',NULL,'',0,'2019-11-07 09:18:44'),(12877,14434,'es',0,NULL,'Ha ocurrido un error al intentar crear el reembolso usando la API de la pasarela de pago.',NULL,'',0,'2019-11-07 09:18:44'),(12878,14435,'es',0,NULL,'Un identificador del grupo al que pertenece este ajuste.',NULL,'',0,'2019-11-07 09:18:44'),(12879,14436,'es',0,NULL,'Se pasó un valor de ajuste no válido.',NULL,'',0,'2019-11-07 09:18:44'),(12880,14437,'es',0,NULL,'Hemos eliminado de tu carrito un artículo que ya no está disponible.',NULL,'',0,'2019-11-07 09:18:44'),(12881,14438,'es',0,NULL,'Se ha creado para ti un pedido en %1$s. Tu recibo está abajo, con un enlace para hacer el pago cuando estés listo: %2$s',NULL,'',0,'2019-11-07 09:18:44'),(12882,14439,'es',0,NULL,'No se ha podido encontrar ninguna nota de pedido con el ID proporcionado',NULL,'',0,'2019-11-07 09:18:44'),(12883,14440,'es',0,NULL,'No se ha podido encontrar un reembolso de pedido con el ID facilitado.',NULL,'',0,'2019-11-07 09:18:44'),(12884,14441,'es',0,NULL,'Ha ocurrido un error desconocido que ha impedido que el bloque haya sido actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(12885,14442,'es',0,NULL,'Anambra',NULL,'',0,'2019-11-07 09:18:44'),(12886,14443,'es',0,NULL,'Ancash',NULL,'',0,'2019-11-07 09:18:44'),(12887,14444,'es',0,NULL,'Ancona',NULL,'',0,'2019-11-07 09:18:44'),(12888,14445,'es',0,NULL,'Islas Andaman y Nicobar',NULL,'',0,'2019-11-07 09:18:44'),(12889,14446,'es',0,NULL,'Andra Pradesh',NULL,'',0,'2019-11-07 09:18:44'),(12890,14447,'es',0,NULL,'Andorra',NULL,'',0,'2019-11-07 09:18:44'),(12891,14448,'es',0,NULL,'Anenii Noi',NULL,'',0,'2019-11-07 09:18:44'),(12892,14449,'es',0,NULL,'Ang Thong',NULL,'',0,'2019-11-07 09:18:44'),(12893,14450,'es',0,NULL,'Angola',NULL,'',0,'2019-11-07 09:18:44'),(12894,13408,'es',0,NULL,'Kwanza angoleño',NULL,'',0,'2019-11-07 09:18:44'),(12895,14451,'es',0,NULL,'Anguilla',NULL,'',0,'2019-11-07 09:18:44'),(12896,14452,'es',0,NULL,'Anhui / 安徽',NULL,'',0,'2019-11-07 09:18:44'),(12897,14453,'es',0,NULL,'Ankara',NULL,'',0,'2019-11-07 09:18:44'),(12898,14454,'es',0,NULL,'Antalya',NULL,'',0,'2019-11-07 09:18:44'),(12899,14455,'es',0,NULL,'Antártida',NULL,'',0,'2019-11-07 09:18:44'),(12900,14456,'es',0,NULL,'Antigua y Barbuda',NULL,'',0,'2019-11-07 09:18:44'),(12901,14457,'es',0,NULL,'Antique',NULL,'',0,'2019-11-07 09:18:44'),(12902,14458,'es',0,NULL,'Cualquier',NULL,'',0,'2019-11-07 09:18:44'),(12903,14459,'es',0,NULL,'Cualquier %s',NULL,'',0,'2019-11-07 09:18:44'),(12904,14460,'es',0,NULL,'Cualquier %s…',NULL,'',0,'2019-11-07 09:18:44'),(12905,14461,'es',0,NULL,'Cualquier método "%1$s"',NULL,'',0,'2019-11-07 09:18:44'),(12906,14462,'es',0,NULL,'Cualquier categoría',NULL,'',0,'2019-11-07 09:18:44'),(12907,14463,'es',0,NULL,'Cualquier atributo seleccionado',NULL,'',0,'2019-11-07 09:18:44'),(12908,14464,'es',0,NULL,'Cualquier categoría seleccionada',NULL,'',0,'2019-11-07 09:18:44'),(12909,14465,'es',0,NULL,'Cualquier etiqueta seleccionada',NULL,'',0,'2019-11-07 09:18:44'),(12910,14466,'es',0,NULL,'Aomori',NULL,'',0,'2019-11-07 09:18:44'),(12911,14467,'es',0,NULL,'Aosta',NULL,'',0,'2019-11-07 09:18:44'),(12912,14468,'es',0,NULL,'Apac',NULL,'',0,'2019-11-07 09:18:44'),(12913,14469,'es',0,NULL,'Apartamento, habitación, escalera, etc.',NULL,'',0,'2019-11-07 09:18:44'),(12914,14470,'es',0,NULL,'Apartamento, habitación, etc. (opcional)',NULL,'',0,'2019-11-07 09:18:44'),(12915,14471,'es',0,NULL,'Apayao',NULL,'',0,'2019-11-07 09:18:44'),(12916,14472,'es',0,NULL,'Appenzell Ausserrhoden',NULL,'',0,'2019-11-07 09:18:44'),(12917,14473,'es',0,NULL,'Appenzell Innerrhoden',NULL,'',0,'2019-11-07 09:18:44'),(12918,14474,'es',0,NULL,'Solicitud de identificación de la aplicación',NULL,'',0,'2019-11-07 09:18:44'),(12919,14475,'es',0,NULL,'Aplicar',NULL,'',0,'2019-11-07 09:18:44'),(12920,14476,'es',0,NULL,'Aplicar cupón',NULL,'',0,'2019-11-07 09:18:44'),(12921,14477,'es',0,NULL,'Aplicar a todos los artículos del carrito adecuados',NULL,'',0,'2019-11-07 09:18:44'),(12922,14478,'es',0,NULL,'Aprobar',NULL,'',0,'2019-11-07 09:18:44'),(12923,14479,'es',0,NULL,'Apurímac',NULL,'',0,'2019-11-07 09:18:44'),(12924,14480,'es',0,NULL,'Araba/Álava',NULL,'',0,'2019-11-07 09:18:44'),(12925,14481,'es',0,NULL,'Arad',NULL,'',0,'2019-11-07 09:18:44'),(12926,14482,'es',0,NULL,'Plantilla de archivo',NULL,'',0,'2019-11-07 09:18:44'),(12927,14483,'es',0,NULL,'Ardebil (اردبیل)',NULL,'',0,'2019-11-07 09:18:44'),(12928,14484,'es',0,NULL,'Ardahan',NULL,'',0,'2019-11-07 09:18:44'),(12929,14485,'es',0,NULL,'¿Están activas las tareas cron de WordPress?',NULL,'',0,'2019-11-07 09:18:44'),(12930,14486,'es',0,NULL,'¿Estás seguro de querer borrar todos los registros de la base de datos?',NULL,'',0,'2019-11-07 09:18:44'),(12931,14487,'es',0,NULL,'¿Estás seguro de que quieres eliminar todas las variaciones? Esto no se puede deshacer.',NULL,'',0,'2019-11-07 09:18:44'),(12932,14488,'es',0,NULL,'¿Seguro de que quieres eliminar este atributo?',NULL,'',0,'2019-11-07 09:18:44'),(12933,14489,'es',0,NULL,'¿Estás seguro de que quieres eliminar este registro?',NULL,'',0,'2019-11-07 09:18:44'),(12934,14490,'es',0,NULL,'¿Estás seguro que deseas eliminar este archivo de plantilla?',NULL,'',0,'2019-11-07 09:18:44'),(12935,14491,'es',0,NULL,'¿Estás seguro de querer borrar esta zona? Esta acción es irreversible.',NULL,'',0,'2019-11-07 09:18:44'),(12936,14492,'es',0,NULL,'¿Estás seguro de que quieres enlazar todas las variaciones? Esto creará una nueva variación para cada posible combinación de variación de atributos (máx %d por ejecución).',NULL,'',0,'2019-11-07 09:18:44'),(12937,14493,'es',0,NULL,'¿Estás seguro de querer salir? <a href=\"%s\">Confirmar y salir</a>',NULL,'',0,'2019-11-07 09:18:44'),(12938,14494,'es',0,NULL,'¿Estas seguro de querer borrar los artículos seleccionados?',NULL,'',0,'2019-11-07 09:18:44'),(12939,14495,'es',0,NULL,'¿Seguro que quieres eliminar esta variación?',NULL,'',0,'2019-11-07 09:18:44'),(12940,14496,'es',0,NULL,'¿Estás seguro de que quieres revocar el acceso a esta descarga?',NULL,'',0,'2019-11-07 09:18:44'),(12941,14497,'es',0,NULL,'¿Estás seguro que deseas eliminar esta nota? Esta acción no se puede deshacer.',NULL,'',0,'2019-11-07 09:18:44'),(12942,14498,'es',0,NULL,'¿Estás seguro de querer eliminar este reembolso? Esta acción no se puede deshacer.',NULL,'',0,'2019-11-07 09:18:44'),(12943,14499,'es',0,NULL,'¿Estás seguro de que deseas eliminar esta columna de impuestos? Esta acción no se puede deshacer.',NULL,'',0,'2019-11-07 09:18:44'),(12944,14500,'es',0,NULL,'¿Estás seguro de querer procesar este reembolso? Esta acción no se puede deshacer.',NULL,'',0,'2019-11-07 09:18:44'),(12945,14501,'es',0,NULL,'¿Está tu sitio conectado a WooCommerce.com?',NULL,'',0,'2019-11-07 09:18:44'),(12946,14502,'es',0,NULL,'Arequipa',NULL,'',0,'2019-11-07 09:18:44'),(12947,14503,'es',0,NULL,'Arezzo',NULL,'',0,'2019-11-07 09:18:44'),(12948,14504,'es',0,NULL,'Argeș',NULL,'',0,'2019-11-07 09:18:44'),(12949,14505,'es',0,NULL,'Argentina',NULL,'',0,'2019-11-07 09:18:44'),(12950,13409,'es',0,NULL,'Peso argentino',NULL,'',0,'2019-11-07 09:18:44'),(12951,14506,'es',0,NULL,'Argumentos',NULL,'',0,'2019-11-07 09:18:44'),(12952,14507,'es',0,NULL,'Arizona',NULL,'',0,'2019-11-07 09:18:44'),(12953,14508,'es',0,NULL,'Arkansas',NULL,'',0,'2019-11-07 09:18:44'),(12954,14509,'es',0,NULL,'Fuerzas Armadas (AA)',NULL,'',0,'2019-11-07 09:18:44'),(12955,14510,'es',0,NULL,'Fuerzas Armadas US',NULL,'',0,'2019-11-07 09:18:44'),(12956,14511,'es',0,NULL,'Fuerzas Armadas US',NULL,'',0,'2019-11-07 09:18:44'),(12957,14512,'es',0,NULL,'Armenia',NULL,'',0,'2019-11-07 09:18:44'),(12958,13406,'es',0,NULL,'Dram armenio',NULL,'',0,'2019-11-07 09:18:44'),(12959,14513,'es',0,NULL,'Array de opciones (pares de valores clave) para tipos de introducción como selección, selección múltiple y botones de radio. ',NULL,'',0,'2019-11-07 09:18:44'),(12960,14514,'es',0,NULL,'Array de los encabezados de respuesta del servidor receptor.',NULL,'',0,'2019-11-07 09:18:44'),(12961,14515,'es',0,NULL,'Artvin',NULL,'',0,'2019-11-07 09:18:44'),(12962,14516,'es',0,NULL,'Arua',NULL,'',0,'2019-11-07 09:18:44'),(12963,14517,'es',0,NULL,'Aruba',NULL,'',0,'2019-11-07 09:18:44'),(12964,13411,'es',0,NULL,'Florín arubeño',NULL,'',0,'2019-11-07 09:18:44'),(12965,14518,'es',0,NULL,'Arunachal Pradesh',NULL,'',0,'2019-11-07 09:18:44'),(12966,14519,'es',0,NULL,'Arusha',NULL,'',0,'2019-11-07 09:18:44'),(12967,14520,'es',0,NULL,'Como recordatorio, aquí tienes los detalles del pedido:',NULL,'',0,'2019-11-07 09:18:44'),(12968,13711,'es',0,NULL,'Como un total único',NULL,'',0,'2019-11-07 09:18:44'),(12969,14521,'es',0,NULL,'Como esta es una actualización mayor recomendamos encarecidamente crear una copia de seguridad de tu sitio antes de actualizar.',NULL,'',0,'2019-11-07 09:18:44'),(12970,14522,'es',0,NULL,'Ascoli Piceno',NULL,'',0,'2019-11-07 09:18:44'),(12971,14523,'es',0,NULL,'Asia',NULL,'',0,'2019-11-07 09:18:44'),(12972,14524,'es',0,NULL,'Assam',NULL,'',0,'2019-11-07 09:18:44'),(12973,14525,'es',0,NULL,'Asti',NULL,'',0,'2019-11-07 09:18:44'),(12974,14526,'es',0,NULL,'Asturias',NULL,'',0,'2019-11-07 09:18:44'),(12975,14527,'es',0,NULL,'Asunción',NULL,'',0,'2019-11-07 09:18:44'),(12976,14528,'es',0,NULL,'Intentando reducir la memoria en uso....',NULL,'',0,'2019-11-07 09:18:44'),(12977,14529,'es',0,NULL,'Atributo',NULL,'',0,'2019-11-07 09:18:44'),(12978,14530,'es',0,NULL,'Atributo por defecto %d',NULL,'',0,'2019-11-07 09:18:44'),(12979,14531,'es',0,NULL,'Atributo global %d',NULL,'',0,'2019-11-07 09:18:44'),(12980,14532,'es',0,NULL,'Nombre del atributo %d',NULL,'',0,'2019-11-07 09:18:44'),(12981,14533,'es',0,NULL,'Valor(es) del atributo %d',NULL,'',0,'2019-11-07 09:18:44'),(12982,14534,'es',0,NULL,'Atributo visible %d',NULL,'',0,'2019-11-07 09:18:44'),(12983,14535,'es',0,NULL,'ID del atributo.',NULL,'',0,'2019-11-07 09:18:44'),(12984,14536,'es',0,NULL,'Nombre del atributo',NULL,'',0,'2019-11-07 09:18:44'),(12985,14537,'es',0,NULL,'Nombre de atributo.',NULL,'',0,'2019-11-07 09:18:44'),(12986,14538,'es',0,NULL,'Posición del atributo.',NULL,'',0,'2019-11-07 09:18:44'),(12987,14539,'es',0,NULL,'Slug del atributo.',NULL,'',0,'2019-11-07 09:18:44'),(12988,14540,'es',0,NULL,'Los términos de atributos se pueden asignar a los productos y variaciones. <br/><br/> <b>Aviso:</b> Al eliminar un término lo eliminará de todos los productos y variaciones al que ha sido asignado. Recreando un término no se asignará automáticamente de nuevo a productos.',NULL,'',0,'2019-11-07 09:18:44'),(12989,14541,'es',0,NULL,'Atributo actualizado correctamente',NULL,'',0,'2019-11-07 09:18:44'),(12990,14542,'es',0,NULL,'Valor(es) del atributo',NULL,'',0,'2019-11-07 09:18:44'),(12991,14543,'es',0,NULL,'Visibilidad del atributo',NULL,'',0,'2019-11-07 09:18:44'),(12992,14544,'es',0,NULL,'Atributo.',NULL,'',0,'2019-11-07 09:18:44'),(12993,14545,'es',0,NULL,'Atributos',NULL,'',0,'2019-11-07 09:18:44'),(12994,14546,'es',0,NULL,'Los atributos te permiten definir datos adicionales del producto, como talla o color. Puedes usar atributos en la barra lateral usando los widgets de «navegación por capas».',NULL,'',0,'2019-11-07 09:18:44'),(12995,14547,'es',0,NULL,'Totales de atributos.',NULL,'',0,'2019-11-07 09:18:44'),(12996,14548,'es',0,NULL,'Auckland',NULL,'',0,'2019-11-07 09:18:44'),(12997,14549,'es',0,NULL,'Aurora',NULL,'',0,'2019-11-07 09:18:44'),(12998,14550,'es',0,NULL,'Australia',NULL,'',0,'2019-11-07 09:18:44'),(12999,14551,'es',0,NULL,'Australia Central',NULL,'',0,'2019-11-07 09:18:44'),(13000,13410,'es',0,NULL,'Dólar australiano',NULL,'',0,'2019-11-07 09:18:44'),(13001,14552,'es',0,NULL,'Austria',NULL,'',0,'2019-11-07 09:18:44'),(13002,14553,'es',0,NULL,'Cache de identificación y suscripción actualizados con éxito.',NULL,'',0,'2019-11-07 09:18:44'),(13003,14554,'es',0,NULL,'URL del autor',NULL,'',0,'2019-11-07 09:18:44'),(13004,14555,'es',0,NULL,'Autor: %s',NULL,'',0,'2019-11-07 09:18:44'),(13005,14556,'es',0,NULL,'Autorización',NULL,'',0,'2019-11-07 09:18:44'),(13006,14557,'es',0,NULL,'Se renueva automáticamente el:',NULL,'',0,'2019-11-07 09:18:44'),(13007,14558,'es',0,NULL,'Impuestos automáticos',NULL,'',0,'2019-11-07 09:18:44'),(13008,13387,'es',0,NULL,'Automattic',NULL,'',0,'2019-11-07 09:18:44'),(13009,14559,'es',0,NULL,'Disponibilidad',NULL,'',0,'2019-11-07 09:18:44'),(13010,14560,'es',0,NULL,'Descargas disponibles',NULL,'',0,'2019-11-07 09:18:44'),(13011,14561,'es',0,NULL,'Disponible para reserva',NULL,'',0,'2019-11-07 09:18:44'),(13012,13783,'es',0,NULL,'Marcadores de posición disponibles: %s',NULL,'',0,'2019-11-07 09:18:44'),(13013,14562,'es',0,NULL,'URL del avatar con un tamaño de imagen de %d píxeles.',NULL,'',0,'2019-11-07 09:18:44'),(13014,14563,'es',0,NULL,'URL del avatar.',NULL,'',0,'2019-11-07 09:18:44'),(13015,14564,'es',0,NULL,'URLs del avatar del valorador del objeto.',NULL,'',0,'2019-11-07 09:18:44'),(13016,14565,'es',0,NULL,'Avellino',NULL,'',0,'2019-11-07 09:18:44'),(13017,14566,'es',0,NULL,'Normal',NULL,'',0,'2019-11-07 09:18:44'),(13018,14567,'es',0,NULL,'Importe del promedio bruto de las ventas',NULL,'',0,'2019-11-07 09:18:44'),(13019,14568,'es',0,NULL,'Ventas netas medias diarias.',NULL,'',0,'2019-11-07 09:18:44'),(13020,14569,'es',0,NULL,'Importe neto promedio de ventas ',NULL,'',0,'2019-11-07 09:18:44'),(13021,14570,'es',0,NULL,'Valoración promedio',NULL,'',0,'2019-11-07 09:18:44'),(13022,14571,'es',0,NULL,'Pendiente de pago por transferencia',NULL,'',0,'2019-11-07 09:18:44'),(13023,14572,'es',0,NULL,'Esperando la imagen de producto',NULL,'',0,'2019-11-07 09:18:44'),(13024,14573,'es',0,NULL,'Ayacucho',NULL,'',0,'2019-11-07 09:18:44'),(13025,14574,'es',0,NULL,'Aydın',NULL,'',0,'2019-11-07 09:18:44'),(13026,14575,'es',0,NULL,'Ayutthaya',NULL,'',0,'2019-11-07 09:18:44'),(13027,14576,'es',0,NULL,'Azad Cachemira',NULL,'',0,'2019-11-07 09:18:44'),(13028,14577,'es',0,NULL,'Azerbaijan',NULL,'',0,'2019-11-07 09:18:44'),(13029,13412,'es',0,NULL,'Manat azerbaiyano',NULL,'',0,'2019-11-07 09:18:44'),(13030,14578,'es',0,NULL,'Bălți',NULL,'',0,'2019-11-07 09:18:44'),(13031,14579,'es',0,NULL,'BIC',NULL,'',0,'2019-11-07 09:18:44'),(13032,14580,'es',0,NULL,'BIC / Swift',NULL,'',0,'2019-11-07 09:18:44'),(13033,14581,'es',0,NULL,'BSB',NULL,'',0,'2019-11-07 09:18:44'),(13034,14582,'es',0,NULL,'Bacău',NULL,'',0,'2019-11-07 09:18:44'),(13035,14583,'es',0,NULL,'Volver a los atributos',NULL,'',0,'2019-11-07 09:18:44'),(13036,14584,'es',0,NULL,'Opacidad del fondo',NULL,'',0,'2019-11-07 09:18:44'),(13037,13786,'es',0,NULL,'Color de fondo',NULL,'',0,'2019-11-07 09:18:44'),(13038,14585,'es',0,NULL,'Reservado',NULL,'',0,'2019-11-07 09:18:44'),(13039,14586,'es',0,NULL,'¿Permitir reservas de productos agotados?',NULL,'',0,'2019-11-07 09:18:44'),(13040,14587,'es',0,NULL,'¿Permitir reservas?',NULL,'',0,'2019-11-07 09:18:44'),(13041,14588,'es',0,NULL,'Badajoz',NULL,'',0,'2019-11-07 09:18:44'),(13042,14589,'es',0,NULL,'Bagerhat',NULL,'',0,'2019-11-07 09:18:44'),(13043,14590,'es',0,NULL,'Bagmati',NULL,'',0,'2019-11-07 09:18:44'),(13044,14591,'es',0,NULL,'Bahamas',NULL,'',0,'2019-11-07 09:18:44'),(13045,13423,'es',0,NULL,'Dólar bahameño',NULL,'',0,'2019-11-07 09:18:44'),(13046,14592,'es',0,NULL,'Bahia',NULL,'',0,'2019-11-07 09:18:44'),(13047,14593,'es',0,NULL,'Bahrain',NULL,'',0,'2019-11-07 09:18:44'),(13048,13417,'es',0,NULL,'Dinar bareiní',NULL,'',0,'2019-11-07 09:18:44'),(13049,14594,'es',0,NULL,'Baja California',NULL,'',0,'2019-11-07 09:18:44'),(13050,14595,'es',0,NULL,'Baja California Sur',NULL,'',0,'2019-11-07 09:18:44'),(13051,14596,'es',0,NULL,'Isla Baker',NULL,'',0,'2019-11-07 09:18:44'),(13052,14597,'es',0,NULL,'Balıkesir',NULL,'',0,'2019-11-07 09:18:44'),(13053,14598,'es',0,NULL,'Baleares',NULL,'',0,'2019-11-07 09:18:44'),(13054,14599,'es',0,NULL,'Bali',NULL,'',0,'2019-11-07 09:18:44'),(13055,14600,'es',0,NULL,'Baluchistán',NULL,'',0,'2019-11-07 09:18:44'),(13056,14601,'es',0,NULL,'Bandarban',NULL,'',0,'2019-11-07 09:18:44'),(13057,14602,'es',0,NULL,'Bangka Belitung',NULL,'',0,'2019-11-07 09:18:44'),(13058,14603,'es',0,NULL,'Bangkok',NULL,'',0,'2019-11-07 09:18:44'),(13059,14604,'es',0,NULL,'Bangladesh',NULL,'',0,'2019-11-07 09:18:44'),(13060,13415,'es',0,NULL,'Taka bangladesí',NULL,'',0,'2019-11-07 09:18:44'),(13061,14605,'es',0,NULL,'Banco',NULL,'',0,'2019-11-07 09:18:44'),(13062,14606,'es',0,NULL,'Código del banco',NULL,'',0,'2019-11-07 09:18:44'),(13063,14607,'es',0,NULL,'Nombre del banco',NULL,'',0,'2019-11-07 09:18:44'),(13064,14608,'es',0,NULL,'Pagos por transferencia bancaria',NULL,'',0,'2019-11-07 09:18:44'),(13065,14609,'es',0,NULL,'Número de cuenta',NULL,'',0,'2019-11-07 09:18:44'),(13066,14610,'es',0,NULL,'Banten',NULL,'',0,'2019-11-07 09:18:44'),(13067,14611,'es',0,NULL,'Gráfico de barras',NULL,'',0,'2019-11-07 09:18:44'),(13068,14612,'es',0,NULL,'Baranya',NULL,'',0,'2019-11-07 09:18:44'),(13069,13414,'es',0,NULL,'Dólar de Barbados',NULL,'',0,'2019-11-07 09:18:44'),(13070,14613,'es',0,NULL,'Barbados',NULL,'',0,'2019-11-07 09:18:44'),(13071,14614,'es',0,NULL,'Barcelona',NULL,'',0,'2019-11-07 09:18:44'),(13072,14615,'es',0,NULL,'Barguna',NULL,'',0,'2019-11-07 09:18:44'),(13073,14616,'es',0,NULL,'Bari',NULL,'',0,'2019-11-07 09:18:44'),(13074,14617,'es',0,NULL,'Barishal',NULL,'',0,'2019-11-07 09:18:44'),(13075,14618,'es',0,NULL,'Barletta-Andria-Trani',NULL,'',0,'2019-11-07 09:18:44'),(13076,14619,'es',0,NULL,'Bartın',NULL,'',0,'2019-11-07 09:18:44'),(13077,14620,'es',0,NULL,'Basarabeasca',NULL,'',0,'2019-11-07 09:18:44'),(13078,13784,'es',0,NULL,'Color base',NULL,'',0,'2019-11-07 09:18:44'),(13079,14621,'es',0,NULL,'Basel-Landschaft',NULL,'',0,'2019-11-07 09:18:44'),(13080,14622,'es',0,NULL,'Basel-Stadt',NULL,'',0,'2019-11-07 09:18:44'),(13081,14623,'es',0,NULL,'Basilan',NULL,'',0,'2019-11-07 09:18:44'),(13082,14624,'es',0,NULL,'Bataan',NULL,'',0,'2019-11-07 09:18:44'),(13083,14625,'es',0,NULL,'Batanes',NULL,'',0,'2019-11-07 09:18:44'),(13084,14626,'es',0,NULL,'Batangas',NULL,'',0,'2019-11-07 09:18:44'),(13085,14627,'es',0,NULL,'Batman',NULL,'',0,'2019-11-07 09:18:44'),(13086,14628,'es',0,NULL,'Bauchi',NULL,'',0,'2019-11-07 09:18:44'),(13087,14629,'es',0,NULL,'Bay of Plenty',NULL,'',0,'2019-11-07 09:18:44'),(13088,14630,'es',0,NULL,'Bayburt',NULL,'',0,'2019-11-07 09:18:44'),(13089,14631,'es',0,NULL,'Bayelsa',NULL,'',0,'2019-11-07 09:18:44'),(13090,14632,'es',0,NULL,'Sé el primero en valorar “%s”',NULL,'',0,'2019-11-07 09:18:44'),(13091,14633,'es',0,NULL,'Antes de pedir ayuda, te recomendamos revisar la página de estado del sistema para identificar cualquier problema con tu configuración.',NULL,'',0,'2019-11-07 09:18:44'),(13092,14634,'es',0,NULL,'Antes del descuento',NULL,'',0,'2019-11-07 09:18:44'),(13093,14635,'es',0,NULL,'Antes de que puedas añadir una variación tienes que añadir algunas variaciones de atributos en la pestaña <strong>Atributos</strong>.',NULL,'',0,'2019-11-07 09:18:44'),(13094,14636,'es',0,NULL,'Antes de que puedas subir tu archivo de importación tendrás que arreglar el error siguiente:',NULL,'',0,'2019-11-07 09:18:44'),(13095,14637,'es',0,NULL,'Beijing / 北京',NULL,'',0,'2019-11-07 09:18:44'),(13096,14638,'es',0,NULL,'Bielorrusia',NULL,'',0,'2019-11-07 09:18:44'),(13097,13428,'es',0,NULL,'Rublo bielorruso',NULL,'',0,'2019-11-07 09:18:44'),(13098,13427,'es',0,NULL,'Rublo bieloruso (antiguo)',NULL,'',0,'2019-11-07 09:18:44'),(13099,14639,'es',0,NULL,'Belau',NULL,'',0,'2019-11-07 09:18:44'),(13100,14640,'es',0,NULL,'Bélgica',NULL,'',0,'2019-11-07 09:18:44'),(13101,14641,'es',0,NULL,'Belize',NULL,'',0,'2019-11-07 09:18:44'),(13102,13429,'es',0,NULL,'Dólar beliceño',NULL,'',0,'2019-11-07 09:18:44'),(13103,14642,'es',0,NULL,'Belluno',NULL,'',0,'2019-11-07 09:18:44'),(13104,14643,'es',0,NULL,'Abajo tienes una lista de las extensiones disponibles en tu cuenta de WooCommerce.com. Para recibir actualizaciones de una extensión asegúrate de que la extensión esté instalada, y de que su suscripción esté activa y conectada a tu cuenta de WordPress.com. Las extensiones pueden activarse desde la pantalla de <a href=\"%s\">Plugins</a>.',NULL,'',0,'2019-11-07 09:18:44'),(13105,14644,'es',0,NULL,'Benevento',NULL,'',0,'2019-11-07 09:18:44'),(13106,14645,'es',0,NULL,'Bengkulu',NULL,'',0,'2019-11-07 09:18:44'),(13107,14646,'es',0,NULL,'Bengo',NULL,'',0,'2019-11-07 09:18:44'),(13108,14647,'es',0,NULL,'Benguela',NULL,'',0,'2019-11-07 09:18:44'),(13109,14648,'es',0,NULL,'Benguet',NULL,'',0,'2019-11-07 09:18:44'),(13110,14649,'es',0,NULL,'Beni',NULL,'',0,'2019-11-07 09:18:44'),(13111,14650,'es',0,NULL,'Benin',NULL,'',0,'2019-11-07 09:18:44'),(13112,14651,'es',0,NULL,'Benue',NULL,'',0,'2019-11-07 09:18:44'),(13113,14652,'es',0,NULL,'Bergamo',NULL,'',0,'2019-11-07 09:18:44'),(13114,14653,'es',0,NULL,'Bermuda',NULL,'',0,'2019-11-07 09:18:44'),(13115,13419,'es',0,NULL,'Dólar bermudeño',NULL,'',0,'2019-11-07 09:18:44'),(13116,14654,'es',0,NULL,'Bern',NULL,'',0,'2019-11-07 09:18:44'),(13117,14655,'es',0,NULL,'Productos más vendidos',NULL,'',0,'2019-11-07 09:18:44'),(13118,14656,'es',0,NULL,'Mejor seguridad',NULL,'',0,'2019-11-07 09:18:44'),(13119,14657,'es',0,NULL,'Bheri',NULL,'',0,'2019-11-07 09:18:44'),(13120,14658,'es',0,NULL,'Bhola',NULL,'',0,'2019-11-07 09:18:44'),(13121,14659,'es',0,NULL,'Bhutan',NULL,'',0,'2019-11-07 09:18:44'),(13122,13425,'es',0,NULL,'Ngultrum butanés',NULL,'',0,'2019-11-07 09:18:44'),(13123,14660,'es',0,NULL,'Biella',NULL,'',0,'2019-11-07 09:18:44'),(13124,14661,'es',0,NULL,'Bihar',NULL,'',0,'2019-11-07 09:18:44'),(13125,14662,'es',0,NULL,'Bihor',NULL,'',0,'2019-11-07 09:18:44'),(13126,14663,'es',0,NULL,'Bilecik',NULL,'',0,'2019-11-07 09:18:44'),(13127,14664,'es',0,NULL,'Biliran',NULL,'',0,'2019-11-07 09:18:44'),(13128,14665,'es',0,NULL,'Facturación',NULL,'',0,'2019-11-07 09:18:44'),(13129,14666,'es',0,NULL,'Facturación %s',NULL,'',0,'2019-11-07 09:18:44'),(13130,14667,'es',0,NULL,'Facturación y envío',NULL,'',0,'2019-11-07 09:18:44'),(13131,14668,'es',0,NULL,'Dirección de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13132,14669,'es',0,NULL,'Dirección de facturación 1',NULL,'',0,'2019-11-07 09:18:44'),(13133,14670,'es',0,NULL,'Dirección de facturación 2',NULL,'',0,'2019-11-07 09:18:44'),(13134,14671,'es',0,NULL,'Ciudad de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13135,14672,'es',0,NULL,'Empresa de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13136,14673,'es',0,NULL,'País de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13137,14674,'es',0,NULL,'Nombre de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13138,14675,'es',0,NULL,'Apellidos de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13139,14676,'es',0,NULL,'Código postal de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13140,14677,'es',0,NULL,'Provincia de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13141,14678,'es',0,NULL,'Dirección de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13142,14679,'es',0,NULL,'Dirección de facturación.',NULL,'',0,'2019-11-07 09:18:44'),(13143,14680,'es',0,NULL,'Detalles de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13144,14681,'es',0,NULL,'Correo electrónico de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13145,14682,'es',0,NULL,'Bingöl',NULL,'',0,'2019-11-07 09:18:44'),(13146,14683,'es',0,NULL,'Bistrița-Năsăud',NULL,'',0,'2019-11-07 09:18:44'),(13147,13424,'es',0,NULL,'Bitcoin',NULL,'',0,'2019-11-07 09:18:44'),(13148,14684,'es',0,NULL,'Bitlis',NULL,'',0,'2019-11-07 09:18:44'),(13149,14685,'es',0,NULL,'Bizkaia',NULL,'',0,'2019-11-07 09:18:44'),(13150,14686,'es',0,NULL,'Bié',NULL,'',0,'2019-11-07 09:18:44'),(13151,14687,'es',0,NULL,'Blagoevgrad',NULL,'',0,'2019-11-07 09:18:44'),(13152,14688,'es',0,NULL,'ID del blog en el registro del multisitio.',NULL,'',0,'2019-11-07 09:18:44'),(13153,13788,'es',0,NULL,'Color de fondo del cuerpo',NULL,'',0,'2019-11-07 09:18:44'),(13154,13790,'es',0,NULL,'Color del texto del cuerpo',NULL,'',0,'2019-11-07 09:18:44'),(13155,14689,'es',0,NULL,'Bogura',NULL,'',0,'2019-11-07 09:18:44'),(13156,14690,'es',0,NULL,'Bohol',NULL,'',0,'2019-11-07 09:18:44'),(13157,13555,'es',0,NULL,'Bolívar soberano',NULL,'',0,'2019-11-07 09:18:44'),(13158,14691,'es',0,NULL,'Bolivia',NULL,'',0,'2019-11-07 09:18:44'),(13159,13421,'es',0,NULL,'Boliviano',NULL,'',0,'2019-11-07 09:18:44'),(13160,14692,'es',0,NULL,'Bologna',NULL,'',0,'2019-11-07 09:18:44'),(13161,14693,'es',0,NULL,'Bolu',NULL,'',0,'2019-11-07 09:18:44'),(13162,14694,'es',0,NULL,'Bolzano',NULL,'',0,'2019-11-07 09:18:44'),(13163,14695,'es',0,NULL,'Bomi',NULL,'',0,'2019-11-07 09:18:44'),(13164,14696,'es',0,NULL,'Bonaire, San Eustaquio y Saba',NULL,'',0,'2019-11-07 09:18:44'),(13165,14697,'es',0,NULL,'Bong',NULL,'',0,'2019-11-07 09:18:44'),(13166,14698,'es',0,NULL,'Razones adicionales por las que te encantará Jetpack',NULL,'',0,'2019-11-07 09:18:44'),(13167,14699,'es',0,NULL,'Boquerón',NULL,'',0,'2019-11-07 09:18:44'),(13168,14700,'es',0,NULL,'Borno',NULL,'',0,'2019-11-07 09:18:44'),(13169,14701,'es',0,NULL,'Borsod-Abaúj-Zemplén',NULL,'',0,'2019-11-07 09:18:44'),(13170,14702,'es',0,NULL,'Bosnia y Herzegovina',NULL,'',0,'2019-11-07 09:18:44'),(13171,13413,'es',0,NULL,'Marco convertible bosnioherzegovino',NULL,'',0,'2019-11-07 09:18:44'),(13172,14703,'es',0,NULL,'Ambos',NULL,'',0,'2019-11-07 09:18:44'),(13173,14704,'es',0,NULL,'Botoșani',NULL,'',0,'2019-11-07 09:18:44'),(13174,14705,'es',0,NULL,'Botswana',NULL,'',0,'2019-11-07 09:18:44'),(13175,13426,'es',0,NULL,'Pula de Botswana',NULL,'',0,'2019-11-07 09:18:44'),(13176,14706,'es',0,NULL,'Isla Bouvet',NULL,'',0,'2019-11-07 09:18:44'),(13177,14707,'es',0,NULL,'Brăila',NULL,'',0,'2019-11-07 09:18:44'),(13178,14708,'es',0,NULL,'Brașov',NULL,'',0,'2019-11-07 09:18:44'),(13179,14709,'es',0,NULL,'Brahmanbaria',NULL,'',0,'2019-11-07 09:18:44'),(13180,14710,'es',0,NULL,'Código de la sucursal',NULL,'',0,'2019-11-07 09:18:44'),(13181,14711,'es',0,NULL,'Tipo de sucursal',NULL,'',0,'2019-11-07 09:18:44'),(13182,14712,'es',0,NULL,'Brasil',NULL,'',0,'2019-11-07 09:18:44'),(13183,13422,'es',0,NULL,'Real brasileño',NULL,'',0,'2019-11-07 09:18:44'),(13184,14713,'es',0,NULL,'Brescia',NULL,'',0,'2019-11-07 09:18:44'),(13185,14714,'es',0,NULL,'Briceni',NULL,'',0,'2019-11-07 09:18:44'),(13186,14715,'es',0,NULL,'Brindisi',NULL,'',0,'2019-11-07 09:18:44'),(13187,14716,'es',0,NULL,'Columbia Británica',NULL,'',0,'2019-11-07 09:18:44'),(13188,14717,'es',0,NULL,'Territorio Británico del Océano Índico',NULL,'',0,'2019-11-07 09:18:44'),(13189,14718,'es',0,NULL,'Navegar por las extensiones',NULL,'',0,'2019-11-07 09:18:44'),(13190,14719,'es',0,NULL,'Explorar los productos',NULL,'',0,'2019-11-07 09:18:44'),(13191,14720,'es',0,NULL,'Navega por el mercado',NULL,'',0,'2019-11-07 09:18:44'),(13192,14721,'es',0,NULL,'Agente de usuario del navegador',NULL,'',0,'2019-11-07 09:18:44'),(13193,14722,'es',0,NULL,'Brunéi',NULL,'',0,'2019-11-07 09:18:44'),(13194,13420,'es',0,NULL,'Dólar de Brunéi',NULL,'',0,'2019-11-07 09:18:44'),(13195,14723,'es',0,NULL,'București',NULL,'',0,'2019-11-07 09:18:44'),(13196,14724,'es',0,NULL,'Budaka',NULL,'',0,'2019-11-07 09:18:44'),(13197,14725,'es',0,NULL,'Budapest',NULL,'',0,'2019-11-07 09:18:44'),(13198,14726,'es',0,NULL,'Bududa',NULL,'',0,'2019-11-07 09:18:44'),(13199,14727,'es',0,NULL,'Bueng Kan',NULL,'',0,'2019-11-07 09:18:44'),(13200,14728,'es',0,NULL,'Buenos Aires',NULL,'',0,'2019-11-07 09:18:44'),(13201,14729,'es',0,NULL,'Bugiri',NULL,'',0,'2019-11-07 09:18:44'),(13202,14730,'es',0,NULL,'Bugweri',NULL,'',0,'2019-11-07 09:18:44'),(13203,14731,'es',0,NULL,'Buhweju',NULL,'',0,'2019-11-07 09:18:44'),(13204,14732,'es',0,NULL,'Buikwe',NULL,'',0,'2019-11-07 09:18:44'),(13205,14733,'es',0,NULL,'Bukedea',NULL,'',0,'2019-11-07 09:18:44'),(13206,14734,'es',0,NULL,'Bukidnon',NULL,'',0,'2019-11-07 09:18:44'),(13207,14735,'es',0,NULL,'Bukomansimbi',NULL,'',0,'2019-11-07 09:18:44'),(13208,14736,'es',0,NULL,'Bukwa',NULL,'',0,'2019-11-07 09:18:44'),(13209,14737,'es',0,NULL,'Bulacan',NULL,'',0,'2019-11-07 09:18:44'),(13210,14738,'es',0,NULL,'Bulambuli',NULL,'',0,'2019-11-07 09:18:44'),(13211,14739,'es',0,NULL,'Bulgaria',NULL,'',0,'2019-11-07 09:18:44'),(13212,13416,'es',0,NULL,'Lev búlgaro',NULL,'',0,'2019-11-07 09:18:44'),(13213,14740,'es',0,NULL,'Buliisa',NULL,'',0,'2019-11-07 09:18:44'),(13214,14741,'es',0,NULL,'Bundibugyo',NULL,'',0,'2019-11-07 09:18:44'),(13215,14742,'es',0,NULL,'Bunyangabu',NULL,'',0,'2019-11-07 09:18:44'),(13216,14743,'es',0,NULL,'Burdur',NULL,'',0,'2019-11-07 09:18:44'),(13217,14744,'es',0,NULL,'Burgas',NULL,'',0,'2019-11-07 09:18:44'),(13218,14745,'es',0,NULL,'Burgos',NULL,'',0,'2019-11-07 09:18:44'),(13219,14746,'es',0,NULL,'Buri Ram',NULL,'',0,'2019-11-07 09:18:44'),(13220,14747,'es',0,NULL,'Burkina Faso',NULL,'',0,'2019-11-07 09:18:44'),(13221,13496,'es',0,NULL,'Kyat birmano',NULL,'',0,'2019-11-07 09:18:44'),(13222,14748,'es',0,NULL,'Bursa',NULL,'',0,'2019-11-07 09:18:44'),(13223,14749,'es',0,NULL,'Burundi',NULL,'',0,'2019-11-07 09:18:44'),(13224,13418,'es',0,NULL,'Franco de Burundi',NULL,'',0,'2019-11-07 09:18:44'),(13225,14750,'es',0,NULL,'Bujara (بوشهر)',NULL,'',0,'2019-11-07 09:18:44'),(13226,14751,'es',0,NULL,'Bushenyi',NULL,'',0,'2019-11-07 09:18:44'),(13227,14752,'es',0,NULL,'Busia',NULL,'',0,'2019-11-07 09:18:44'),(13228,14753,'es',0,NULL,'Butaleja',NULL,'',0,'2019-11-07 09:18:44'),(13229,14754,'es',0,NULL,'Butambala',NULL,'',0,'2019-11-07 09:18:44'),(13230,14755,'es',0,NULL,'Butebo',NULL,'',0,'2019-11-07 09:18:44'),(13231,14756,'es',0,NULL,'Texto del botón',NULL,'',0,'2019-11-07 09:18:44'),(13232,14757,'es',0,NULL,'Los botones se alinean verticalmente.',NULL,'',0,'2019-11-07 09:18:44'),(13233,14758,'es',0,NULL,'Botones debajo del contenido.',NULL,'',0,'2019-11-07 09:18:44'),(13234,14759,'es',0,NULL,'Buvuma',NULL,'',0,'2019-11-07 09:18:44'),(13235,14760,'es',0,NULL,'Compra “%s”',NULL,'',0,'2019-11-07 09:18:44'),(13236,14761,'es',0,NULL,'Compra etiquetas de envío con descuento - luego imprímelas desde tu escritorio.',NULL,'',0,'2019-11-07 09:18:44'),(13237,14762,'es',0,NULL,'Comprar ahora',NULL,'',0,'2019-11-07 09:18:44'),(13238,14763,'es',0,NULL,'Buyende',NULL,'',0,'2019-11-07 09:18:44'),(13239,14764,'es',0,NULL,'Buzău',NULL,'',0,'2019-11-07 09:18:44'),(13240,14765,'es',0,NULL,'Al conectar tu sitio aceptas nuestros fascinantes <a href=\"%1$s\" target=\"_blank\">términos del servicio</a> y a <a href=\"%2$s\" target=\"_blank\">compartir detalles</a> con WordPress.com',NULL,'',0,'2019-11-07 09:18:44'),(13241,14766,'es',0,NULL,'Por día',NULL,'',0,'2019-11-07 09:18:44'),(13242,14767,'es',0,NULL,'Por hora',NULL,'',0,'2019-11-07 09:18:44'),(13243,14768,'es',0,NULL,'Por mes',NULL,'',0,'2019-11-07 09:18:44'),(13244,14769,'es',0,NULL,'Por trimestre',NULL,'',0,'2019-11-07 09:18:44'),(13245,14770,'es',0,NULL,'Por semana',NULL,'',0,'2019-11-07 09:18:44'),(13246,14771,'es',0,NULL,'Por año',NULL,'',0,'2019-11-07 09:18:44'),(13247,14772,'es',0,NULL,'Bács-Kiskun',NULL,'',0,'2019-11-07 09:18:44'),(13248,14773,'es',0,NULL,'Békés',NULL,'',0,'2019-11-07 09:18:44'),(13249,14774,'es',0,NULL,'Călărași',NULL,'',0,'2019-11-07 09:18:44'),(13250,14775,'es',0,NULL,'Căușeni',NULL,'',0,'2019-11-07 09:18:44'),(13251,14776,'es',0,NULL,'Cáceres',NULL,'',0,'2019-11-07 09:18:44'),(13252,14777,'es',0,NULL,'Cádiz',NULL,'',0,'2019-11-07 09:18:44'),(13253,14778,'es',0,NULL,'Córdoba',NULL,'',0,'2019-11-07 09:18:44'),(13254,13562,'es',0,NULL,'Franco CFP',NULL,'',0,'2019-11-07 09:18:44'),(13255,14779,'es',0,NULL,'Delimitador CSV',NULL,'',0,'2019-11-07 09:18:44'),(13256,14780,'es',0,NULL,'CVV',NULL,'',0,'2019-11-07 09:18:44'),(13257,14781,'es',0,NULL,'Caaguazú',NULL,'',0,'2019-11-07 09:18:44'),(13258,14782,'es',0,NULL,'Caazapá',NULL,'',0,'2019-11-07 09:18:44'),(13259,14783,'es',0,NULL,'Cabinda',NULL,'',0,'2019-11-07 09:18:44'),(13260,14784,'es',0,NULL,'Cagayan',NULL,'',0,'2019-11-07 09:18:44'),(13261,14785,'es',0,NULL,'Cagliari',NULL,'',0,'2019-11-07 09:18:44'),(13262,14786,'es',0,NULL,'Cahul',NULL,'',0,'2019-11-07 09:18:44'),(13263,14787,'es',0,NULL,'Cajamarca',NULL,'',0,'2019-11-07 09:18:44'),(13264,13603,'es',0,NULL,'Calcular descuentos de cupones secuencialmente',NULL,'',0,'2019-11-07 09:18:44'),(13265,14788,'es',0,NULL,'Calcular envío',NULL,'',0,'2019-11-07 09:18:44'),(13266,13691,'es',0,NULL,'Calcular impuesto basado en',NULL,'',0,'2019-11-07 09:18:44'),(13267,14789,'es',0,NULL,'Tipo de cálculo',NULL,'',0,'2019-11-07 09:18:44'),(13268,13716,'es',0,NULL,'Cálculos',NULL,'',0,'2019-11-07 09:18:44'),(13269,14790,'es',0,NULL,'Calendario',NULL,'',0,'2019-11-07 09:18:44'),(13270,14791,'es',0,NULL,'California',NULL,'',0,'2019-11-07 09:18:44'),(13271,14792,'es',0,NULL,'Caltanissetta',NULL,'',0,'2019-11-07 09:18:44'),(13272,14793,'es',0,NULL,'Camarines Norte',NULL,'',0,'2019-11-07 09:18:44'),(13273,14794,'es',0,NULL,'Camarines Sur',NULL,'',0,'2019-11-07 09:18:44'),(13274,14795,'es',0,NULL,'Camboya',NULL,'',0,'2019-11-07 09:18:44'),(13275,13479,'es',0,NULL,'Riel camboyano',NULL,'',0,'2019-11-07 09:18:44'),(13276,14796,'es',0,NULL,'Camerún',NULL,'',0,'2019-11-07 09:18:44'),(13277,14797,'es',0,NULL,'Camiguin',NULL,'',0,'2019-11-07 09:18:44'),(13278,14798,'es',0,NULL,'Campeche',NULL,'',0,'2019-11-07 09:18:44'),(13279,14799,'es',0,NULL,'Campobasso',NULL,'',0,'2019-11-07 09:18:44'),(13280,14800,'es',0,NULL,'No se puede establecer el padre del recurso, la taxonomía no es jerárquica.',NULL,'',0,'2019-11-07 09:18:44'),(13281,14801,'es',0,NULL,'Canadá',NULL,'',0,'2019-11-07 09:18:44'),(13282,13430,'es',0,NULL,'Dólar canadiense',NULL,'',0,'2019-11-07 09:18:44'),(13283,14802,'es',0,NULL,'Cancelar',NULL,'',0,'2019-11-07 09:18:44'),(13284,14803,'es',0,NULL,'Cancelar cambios',NULL,'',0,'2019-11-07 09:18:44'),(13285,14804,'es',0,NULL,'Cancelar horario',NULL,'',0,'2019-11-07 09:18:44'),(13286,14805,'es',0,NULL,'Cancelar la acción ahora para evitar su ejecución en el futuro',NULL,'',0,'2019-11-07 09:18:44'),(13287,14806,'es',0,NULL,'Cancelar la regeneración de miniaturas',NULL,'',0,'2019-11-07 09:18:44'),(13288,14807,'es',0,NULL,'Cancelada',NULL,'',0,'2019-11-07 09:18:44'),(13289,14808,'es',0,NULL,'Cancelados <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:44'),(13290,14809,'es',0,NULL,'Pedido cancelado',NULL,'',0,'2019-11-07 09:18:44'),(13291,14810,'es',0,NULL,'Los correos electrónicos de pedido cancelados se enviarán a los destinatarios seleccionados cuando los pedidos se marquen como cancelados (si previamente estaban marcados como procesando o en espera).',NULL,'',0,'2019-11-07 09:18:44'),(13292,13766,'es',0,NULL,'Los pedidos cancelados están sin pagar y podrían haber sido cancelados por el dueño de la tienda o el cliente. Se enviarán a la papelera tras la duración especificada.',NULL,'',0,'2019-11-07 09:18:44'),(13293,14811,'es',0,NULL,'Cancelado el trabajo de regeneración de imágenes de producto.',NULL,'',0,'2019-11-07 09:18:44'),(13294,14812,'es',0,NULL,'Canindeyú',NULL,'',0,'2019-11-07 09:18:44'),(13295,14813,'es',0,NULL,'No se puede crear %s existente.',NULL,'',0,'2019-11-07 09:18:44'),(13296,14814,'es',0,NULL,'No se puede crear la valoración el producto existente.',NULL,'',0,'2019-11-07 09:18:44'),(13297,14815,'es',0,NULL,'No se puede crear un recurso existente.',NULL,'',0,'2019-11-07 09:18:44'),(13298,14816,'es',0,NULL,'No se puede crear la línea del artículo, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13299,14817,'es',0,NULL,'No se puede crear la nota de pedido, por favor inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13300,14818,'es',0,NULL,'No se puede crear el reembolso del pedido, por favor inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13301,14819,'es',0,NULL,'No se puedo crear el pedido: %s',NULL,'',0,'2019-11-07 09:18:44'),(13302,14820,'es',0,NULL,'No se pudieron aplicar atributos debido a un producto superior no válido.',NULL,'',0,'2019-11-07 09:18:44'),(13303,14821,'es',0,NULL,'No se pudo actualizar el cupón, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13304,14822,'es',0,NULL,'No se puede actualizar la cuota, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13305,14823,'es',0,NULL,'No se puede actualizar el método de envío, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13306,14824,'es',0,NULL,'Cantabria',NULL,'',0,'2019-11-07 09:18:44'),(13307,14825,'es',0,NULL,'Cantemir',NULL,'',0,'2019-11-07 09:18:44'),(13308,14826,'es',0,NULL,'Canterbury',NULL,'',0,'2019-11-07 09:18:44'),(13309,14827,'es',0,NULL,'Cantón',NULL,'',0,'2019-11-07 09:18:44'),(13310,14828,'es',0,NULL,'Capacidades',NULL,'',0,'2019-11-07 09:18:44'),(13311,14829,'es',0,NULL,'Cabo Verde',NULL,'',0,'2019-11-07 09:18:44'),(13312,13439,'es',0,NULL,'Escudo caboverdiano',NULL,'',0,'2019-11-07 09:18:44'),(13313,14830,'es',0,NULL,'Capiz',NULL,'',0,'2019-11-07 09:18:44'),(13314,14831,'es',0,NULL,'Captura',NULL,'',0,'2019-11-07 09:18:44'),(13315,14832,'es',0,NULL,'Caraș-Severin',NULL,'',0,'2019-11-07 09:18:44'),(13316,14833,'es',0,NULL,'Código de tarjeta',NULL,'',0,'2019-11-07 09:18:44'),(13317,14834,'es',0,NULL,'Número de tarjeta',NULL,'',0,'2019-11-07 09:18:44'),(13318,14835,'es',0,NULL,'Carlow',NULL,'',0,'2019-11-07 09:18:44'),(13319,14836,'es',0,NULL,'Carrito',NULL,'',0,'2019-11-07 09:18:44'),(13320,14837,'es',0,NULL,'Página del carrito',NULL,'',0,'2019-11-07 09:18:44'),(13321,13798,'es',0,NULL,'Página del carrito',NULL,'',0,'2019-11-07 09:18:44'),(13322,14838,'es',0,NULL,'Total del carrito',NULL,'',0,'2019-11-07 09:18:44'),(13323,14839,'es',0,NULL,'Carrito actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(13324,14840,'es',0,NULL,'Caserta',NULL,'',0,'2019-11-07 09:18:44'),(13325,14841,'es',0,NULL,'Contra reembolso',NULL,'',0,'2019-11-07 09:18:44'),(13326,14842,'es',0,NULL,'Castellón',NULL,'',0,'2019-11-07 09:18:44'),(13327,14843,'es',0,NULL,'Catálogo',NULL,'',0,'2019-11-07 09:18:44'),(13328,14844,'es',0,NULL,'Catálogo y búsqueda',NULL,'',0,'2019-11-07 09:18:44'),(13329,14845,'es',0,NULL,'Visibilidad del catálogo.',NULL,'',0,'2019-11-07 09:18:44'),(13330,14846,'es',0,NULL,'Visibilidad catálogo:',NULL,'',0,'2019-11-07 09:18:44'),(13331,14847,'es',0,NULL,'Catamarca',NULL,'',0,'2019-11-07 09:18:44'),(13332,14848,'es',0,NULL,'Catanduanes',NULL,'',0,'2019-11-07 09:18:44'),(13333,14849,'es',0,NULL,'Catania',NULL,'',0,'2019-11-07 09:18:44'),(13334,14850,'es',0,NULL,'Catanzaro',NULL,'',0,'2019-11-07 09:18:44'),(13335,13912,'es',0,NULL,'Categorías',NULL,'',0,'2019-11-07 09:18:44'),(13336,14851,'es',0,NULL,'Totales de categorías.',NULL,'',0,'2019-11-07 09:18:44'),(13337,13914,'es',0,NULL,'Categoría',NULL,'',0,'2019-11-07 09:18:44'),(13338,14852,'es',0,NULL,'ID de categoría.',NULL,'',0,'2019-11-07 09:18:44'),(13339,14853,'es',0,NULL,'URL de categoría.',NULL,'',0,'2019-11-07 09:18:44'),(13340,14854,'es',0,NULL,'Tipo de visualización del archivo de categoría.',NULL,'',0,'2019-11-07 09:18:44'),(13341,14855,'es',0,NULL,'Visualización de categorías',NULL,'',0,'2019-11-07 09:18:44'),(13342,14856,'es',0,NULL,'Nombre de la categoría.',NULL,'',0,'2019-11-07 09:18:44'),(13343,14857,'es',0,NULL,'Orden de categoría',NULL,'',0,'2019-11-07 09:18:44'),(13344,14858,'es',0,NULL,'Resultados de búsqueda de categoría actualizados.',NULL,'',0,'2019-11-07 09:18:44'),(13345,14859,'es',0,NULL,'Slug de categoría.',NULL,'',0,'2019-11-07 09:18:44'),(13346,14860,'es',0,NULL,'Categoría:',NULL,'',0,'2019-11-07 09:18:44'),(13349,14953,'es',0,NULL,'Categorías:',NULL,'',0,'2019-11-07 09:18:44'),(13350,14954,'es',0,NULL,'Cavan',NULL,'',0,'2019-11-07 09:18:44'),(13351,14955,'es',0,NULL,'Cavite',NULL,'',0,'2019-11-07 09:18:44'),(13352,14956,'es',0,NULL,'Islas Caimán',NULL,'',0,'2019-11-07 09:18:44'),(13353,13484,'es',0,NULL,'Dólar de las Islas Caimán',NULL,'',0,'2019-11-07 09:18:44'),(13354,14957,'es',0,NULL,'Ceará',NULL,'',0,'2019-11-07 09:18:44'),(13355,14958,'es',0,NULL,'Cebu',NULL,'',0,'2019-11-07 09:18:44'),(13356,14959,'es',0,NULL,'Centímetros',NULL,'',0,'2019-11-07 09:18:44'),(13357,14960,'es',0,NULL,'Central',NULL,'',0,'2019-11-07 09:18:44'),(13358,13559,'es',0,NULL,'Franco CFA de África Central',NULL,'',0,'2019-11-07 09:18:44'),(13359,14961,'es',0,NULL,'República Centroafricana',NULL,'',0,'2019-11-07 09:18:44'),(13360,14962,'es',0,NULL,'Ceuta',NULL,'',0,'2019-11-07 09:18:44'),(13361,14963,'es',0,NULL,'Chachoengsao',NULL,'',0,'2019-11-07 09:18:44'),(13362,14964,'es',0,NULL,'Chaco',NULL,'',0,'2019-11-07 09:18:44'),(13363,14965,'es',0,NULL,'Chad',NULL,'',0,'2019-11-07 09:18:44'),(13364,14966,'es',0,NULL,'Chahar y Bajtiari (چهارمحال و بختیاری)',NULL,'',0,'2019-11-07 09:18:44'),(13365,14967,'es',0,NULL,'Chai Nat',NULL,'',0,'2019-11-07 09:18:44'),(13366,14968,'es',0,NULL,'Chaiyaphum',NULL,'',0,'2019-11-07 09:18:44'),(13367,14969,'es',0,NULL,'Chandigarh',NULL,'',0,'2019-11-07 09:18:44'),(13368,14970,'es',0,NULL,'Chandpur',NULL,'',0,'2019-11-07 09:18:44'),(13369,14971,'es',0,NULL,'Cambiar dirección',NULL,'',0,'2019-11-07 09:18:44'),(13370,14972,'es',0,NULL,'Cambiar el estado del pedido a completado',NULL,'',0,'2019-11-07 09:18:44'),(13371,14973,'es',0,NULL,'Cambiar el estado del pedido a en espera',NULL,'',0,'2019-11-07 09:18:44'),(13372,14974,'es',0,NULL,'Cambiar el estado del pedido a procesando',NULL,'',0,'2019-11-07 09:18:44'),(13373,14975,'es',0,NULL,'Cambiar estado a completado',NULL,'',0,'2019-11-07 09:18:44'),(13374,14976,'es',0,NULL,'Cambiar estado a en espera',NULL,'',0,'2019-11-07 09:18:44'),(13375,14977,'es',0,NULL,'Cambiar estado a procesando',NULL,'',0,'2019-11-07 09:18:44'),(13376,14978,'es',0,NULL,'Cambiar estado:',NULL,'',0,'2019-11-07 09:18:44'),(13377,14979,'es',0,NULL,'Cambiar a:',NULL,'',0,'2019-11-07 09:18:44'),(13378,14980,'es',0,NULL,'Chanthaburi',NULL,'',0,'2019-11-07 09:18:44'),(13379,14981,'es',0,NULL,'Chattogram',NULL,'',0,'2019-11-07 09:18:44'),(13380,14982,'es',0,NULL,'Selecciona al menos dos elementos de abajo para comparar',NULL,'',0,'2019-11-07 09:18:44'),(13381,14983,'es',0,NULL,'Pago de cheque en espera',NULL,'',0,'2019-11-07 09:18:44'),(13382,14984,'es',0,NULL,'Pagos por cheque',NULL,'',0,'2019-11-07 09:18:44'),(13383,14985,'es',0,NULL,'Marca la casilla «Virtual» si se trata de un artículo no físico, por ejemplo, un servicio que no necesite envío.',NULL,'',0,'2019-11-07 09:18:44'),(13384,14986,'es',0,NULL,'Marca esta casilla si el cupón no se puede utilizar en combinación con otros cupones.',NULL,'',0,'2019-11-07 09:18:44'),(13385,14987,'es',0,NULL,'Marca esta casilla si el cupón ofrece envío gratuito. El <a href=\"%s\" target=\"_blank\">método de envío gratuito</a> debe estar activo en tu zona de envío y requerir «un cupón válido de envío gratuito» (ver el ajuste «El envío gratuito requiere»).',NULL,'',0,'2019-11-07 09:18:44'),(13386,14988,'es',0,NULL,'Marca esta casilla si el cupón no debe aplicarse a artículos rebajados. Los cupones para artículos concretos sólo funcionarán si el artículo no está rebajado. Los cupones para carrito completo solo funcionarán si no hay artículos rebajados en el carrito.',NULL,'',0,'2019-11-07 09:18:44'),(13387,14989,'es',0,NULL,'Finalizar compra',NULL,'',0,'2019-11-07 09:18:44'),(13388,14990,'es',0,NULL,'Página de pago',NULL,'',0,'2019-11-07 09:18:44'),(13389,13808,'es',0,NULL,'Variables de finalización de compra',NULL,'',0,'2019-11-07 09:18:44'),(13390,14991,'es',0,NULL,'Finalizar compra no está disponible mientras tu carrito esté vacío.',NULL,'',0,'2019-11-07 09:18:44'),(13391,13800,'es',0,NULL,'Página de pago',NULL,'',0,'2019-11-07 09:18:44'),(13392,13754,'es',0,NULL,'Política de privacidad al finalizar compra',NULL,'',0,'2019-11-07 09:18:44'),(13393,14992,'es',0,NULL,'Chhattisgarh',NULL,'',0,'2019-11-07 09:18:44'),(13394,14993,'es',0,NULL,'Chișinău',NULL,'',0,'2019-11-07 09:18:44'),(13395,14994,'es',0,NULL,'Chiang Mai',NULL,'',0,'2019-11-07 09:18:44'),(13396,14995,'es',0,NULL,'Chiang Rai',NULL,'',0,'2019-11-07 09:18:44'),(13397,14996,'es',0,NULL,'Chiapas',NULL,'',0,'2019-11-07 09:18:44'),(13398,14997,'es',0,NULL,'Chiba',NULL,'',0,'2019-11-07 09:18:44'),(13399,14998,'es',0,NULL,'Chieti',NULL,'',0,'2019-11-07 09:18:44'),(13400,14999,'es',0,NULL,'Chihuahua',NULL,'',0,'2019-11-07 09:18:44'),(13401,15000,'es',0,NULL,'Tema hijo',NULL,'',0,'2019-11-07 09:18:44'),(13402,15001,'es',0,NULL,'Chile',NULL,'',0,'2019-11-07 09:18:44'),(13403,13433,'es',0,NULL,'Peso chileno',NULL,'',0,'2019-11-07 09:18:44'),(13404,15002,'es',0,NULL,'China',NULL,'',0,'2019-11-07 09:18:44'),(13405,13434,'es',0,NULL,'Yuan chino',NULL,'',0,'2019-11-07 09:18:44'),(13406,15003,'es',0,NULL,'Chonburi',NULL,'',0,'2019-11-07 09:18:44'),(13407,15004,'es',0,NULL,'Chongqing / 重庆',NULL,'',0,'2019-11-07 09:18:44'),(13408,15005,'es',0,NULL,'Elige un archivo CSV desde tu ordenador:',NULL,'',0,'2019-11-07 09:18:44'),(13409,15006,'es',0,NULL,'Elige una categoría para ver las estadísticas',NULL,'',0,'2019-11-07 09:18:44'),(13410,15007,'es',0,NULL,'Elige un país…',NULL,'',0,'2019-11-07 09:18:44'),(13411,15008,'es',0,NULL,'Elige una moneda…',NULL,'',0,'2019-11-07 09:18:44'),(13412,15009,'es',0,NULL,'Elige una fecha',NULL,'',0,'2019-11-07 09:18:44'),(13413,15010,'es',0,NULL,'Seleccione un archivo de tu computadora:',NULL,'',0,'2019-11-07 09:18:44'),(13414,13750,'es',0,NULL,'Elige una página para que sea tu política de privacidad.',NULL,'',0,'2019-11-07 09:18:44'),(13415,15011,'es',0,NULL,'Elige una prioridad para esta tasa de impuesto. Se utilizará solo 1 tasa por prioridad. Para definir múltiples tasas de impuestos para una sola área tienes que especificar una prioridad distinta por tasa.',NULL,'',0,'2019-11-07 09:18:44'),(13416,15012,'es',0,NULL,'Elige un producto para ver las estadísticas',NULL,'',0,'2019-11-07 09:18:44'),(13417,15013,'es',0,NULL,'Elige una provincia…',NULL,'',0,'2019-11-07 09:18:44'),(13418,15014,'es',0,NULL,'Elige una clase de impuesto para este producto. Las clases de impuestos se utilizan para aplicar distintas tasas de impuestos específicas para ciertos tipos de productos.',NULL,'',0,'2019-11-07 09:18:44'),(13419,15015,'es',0,NULL,'Elige un tipo para este producto. Simple es lo adecuado para la mayoría de bienes y servicios físicos (te recomendamos crear un producto simple para empezar).',NULL,'',0,'2019-11-07 09:18:44'),(13420,15016,'es',0,NULL,'Elige una acción…',NULL,'',0,'2019-11-07 09:18:44'),(13421,15017,'es',0,NULL,'Elige una imagen',NULL,'',0,'2019-11-07 09:18:44'),(13422,15018,'es',0,NULL,'Elige una opción',NULL,'',0,'2019-11-07 09:18:44'),(13423,15019,'es',0,NULL,'Elegir países…',NULL,'',0,'2019-11-07 09:18:44'),(13424,15020,'es',0,NULL,'Elige cupones…',NULL,'',0,'2019-11-07 09:18:44'),(13425,15021,'es',0,NULL,'Elegir archivo',NULL,'',0,'2019-11-07 09:18:44'),(13426,13937,'es',0,NULL,'Elige de las etiquetas más utilizadas',NULL,'',0,'2019-11-07 09:18:44'),(13427,13758,'es',0,NULL,'Elige cuánto tiempo quieres conservar los datos personales cuando ya no sea necesario procesarlos. Deja las siguientes opciones en blanco para conservar estos datos indefinidamente.',NULL,'',0,'2019-11-07 09:18:44'),(13428,15022,'es',0,NULL,'Elige el tipo de producto',NULL,'',0,'2019-11-07 09:18:44'),(13429,15023,'es',0,NULL,'Elige el pago que quieras, paga ahora, paga más tarde, o a plazos. Sin números de tarjeta de crédito, sin contraseñas, sin preocupaciones. <a href=\"%s\" target=\"_blank\">Aprende más sobre Klarna</a>.',NULL,'',0,'2019-11-07 09:18:44'),(13430,15024,'es',0,NULL,'Elige el método de envío que desees añadir. Solo se muestran los métodos de envío compatibles con zonas.',NULL,'',0,'2019-11-07 09:18:44'),(13431,15025,'es',0,NULL,'Elige aplicar alguno o todos los filtros',NULL,'',0,'2019-11-07 09:18:44'),(13432,15026,'es',0,NULL,'Elige qué mostrar en las páginas de categoría de productos.',NULL,'',0,'2019-11-07 09:18:44'),(13433,15027,'es',0,NULL,'Elige qué mostrar en la página principal de la tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13434,15028,'es',0,NULL,'Elige si esto es o no una tasa compuesta. Las tasas de impuestos compuestas se aplican antes que otras tasas de impuestos.',NULL,'',0,'2019-11-07 09:18:44'),(13435,15029,'es',0,NULL,'Elige si esta tasa de impuesto se aplica también al envío o no.',NULL,'',0,'2019-11-07 09:18:44'),(13436,15030,'es',0,NULL,'Elige si deseas capturar fondos inmediatamente o autorizar el pago únicamente.',NULL,'',0,'2019-11-07 09:18:44'),(13437,13589,'es',0,NULL,'Elige a qué países quieres enviar, o elige enviar a todos los lugares que vendes.',NULL,'',0,'2019-11-07 09:18:44'),(13438,15031,'es',0,NULL,'Elige el formato en el que se enviarán los correos electrónicos.',NULL,'',0,'2019-11-07 09:18:44'),(13439,15032,'es',0,NULL,'Elige qué valores mostrar',NULL,'',0,'2019-11-07 09:18:44'),(13440,15033,'es',0,NULL,'Isla de Navidad',NULL,'',0,'2019-11-07 09:18:44'),(13441,15034,'es',0,NULL,'Chuadanga',NULL,'',0,'2019-11-07 09:18:44'),(13442,15035,'es',0,NULL,'Chubut',NULL,'',0,'2019-11-07 09:18:44'),(13443,15036,'es',0,NULL,'Chumphon',NULL,'',0,'2019-11-07 09:18:44'),(13444,15037,'es',0,NULL,'Chuquisaca',NULL,'',0,'2019-11-07 09:18:44'),(13445,15038,'es',0,NULL,'Cimișlia',NULL,'',0,'2019-11-07 09:18:44'),(13446,15039,'es',0,NULL,'Ciudades para esta regla. Usa punto y coma (;) para separar varios valores. Déjalo en blanco para aplicarlo a todas las ciudades.',NULL,'',0,'2019-11-07 09:18:44'),(13447,13576,'es',0,NULL,'Ciudad',NULL,'',0,'2019-11-07 09:18:44'),(13448,15040,'es',0,NULL,'Nombre de la ciudad.',NULL,'',0,'2019-11-07 09:18:44'),(13449,15041,'es',0,NULL,'Ciudad Autónoma de Buenos Aires',NULL,'',0,'2019-11-07 09:18:44'),(13450,15042,'es',0,NULL,'Ciudad Real',NULL,'',0,'2019-11-07 09:18:44'),(13451,15043,'es',0,NULL,'Ciudad de México',NULL,'',0,'2019-11-07 09:18:44'),(13452,15044,'es',0,NULL,'Solicitar ID',NULL,'',0,'2019-11-07 09:18:44'),(13453,15045,'es',0,NULL,'Clare',NULL,'',0,'2019-11-07 09:18:44'),(13454,15046,'es',0,NULL,'Vaciar permisos de descarga',NULL,'',0,'2019-11-07 09:18:44'),(13455,15047,'es',0,NULL,'Limpiar',NULL,'',0,'2019-11-07 09:18:44'),(13456,15048,'es',0,NULL,'Vaciar fecha',NULL,'',0,'2019-11-07 09:18:44'),(13457,15049,'es',0,NULL,'Vaciar fechas',NULL,'',0,'2019-11-07 09:18:44'),(13458,15050,'es',0,NULL,'Vaciar todo',NULL,'',0,'2019-11-07 09:18:44'),(13459,15051,'es',0,NULL,'Vaciar todos los filtros',NULL,'',0,'2019-11-07 09:18:44'),(13460,15052,'es',0,NULL,'Vaciar todos los atributos de producto',NULL,'',0,'2019-11-07 09:18:44'),(13461,15053,'es',0,NULL,'Vaciar todas las categorías de producto',NULL,'',0,'2019-11-07 09:18:44'),(13462,15054,'es',0,NULL,'Vaciar todas las etiquetas de producto',NULL,'',0,'2019-11-07 09:18:44'),(13463,15055,'es',0,NULL,'Vaciar todos los productos',NULL,'',0,'2019-11-07 09:18:44'),(13464,15056,'es',0,NULL,'Vaciar los artículos seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(13465,15057,'es',0,NULL,'Borrar las sesiones de cliente',NULL,'',0,'2019-11-07 09:18:44'),(13466,15058,'es',0,NULL,'Borrar datos temporales',NULL,'',0,'2019-11-07 09:18:44'),(13467,15059,'es',0,NULL,'Haz clic aquí para introducir tu código',NULL,'',0,'2019-11-07 09:18:44'),(13468,15060,'es',0,NULL,'Haz clic aquí para acceder',NULL,'',0,'2019-11-07 09:18:44'),(13469,15061,'es',0,NULL,'Haz clic aquí para restablecer tu contraseña',NULL,'',0,'2019-11-07 09:18:44'),(13470,15062,'es',0,NULL,'Pulsa para cambiar',NULL,'',0,'2019-11-07 09:18:44'),(13471,15063,'es',0,NULL,'El clonado está prohibido.',NULL,'',0,'2019-11-07 09:18:44'),(13472,15064,'es',0,NULL,'Cerrar',NULL,'',0,'2019-11-07 09:18:44'),(13473,15065,'es',0,NULL,'Cerrar (Esc)',NULL,'',0,'2019-11-07 09:18:44'),(13474,15066,'es',0,NULL,'Cerrar ventana modal',NULL,'',0,'2019-11-07 09:18:44'),(13475,15067,'es',0,NULL,'Cluj',NULL,'',0,'2019-11-07 09:18:44'),(13476,15068,'es',0,NULL,'Coahuila',NULL,'',0,'2019-11-07 09:18:44'),(13477,15069,'es',0,NULL,'Coast',NULL,'',0,'2019-11-07 09:18:44'),(13478,15070,'es',0,NULL,'Cochabamba',NULL,'',0,'2019-11-07 09:18:44'),(13479,15071,'es',0,NULL,'Islas Cocos',NULL,'',0,'2019-11-07 09:18:44'),(13480,15072,'es',0,NULL,'Código',NULL,'',0,'2019-11-07 09:18:44'),(13481,15073,'es',0,NULL,'Colima',NULL,'',0,'2019-11-07 09:18:44'),(13482,15074,'es',0,NULL,'Acepta pagos sin conexión de tus clientes. ',NULL,'',0,'2019-11-07 09:18:44'),(13483,15075,'es',0,NULL,'Colombia',NULL,'',0,'2019-11-07 09:18:44'),(13484,13435,'es',0,NULL,'Peso colombiano',NULL,'',0,'2019-11-07 09:18:44'),(13485,15076,'es',0,NULL,'Colorado',NULL,'',0,'2019-11-07 09:18:44'),(13486,15077,'es',0,NULL,'Asignación de columnas',NULL,'',0,'2019-11-07 09:18:44'),(13487,15078,'es',0,NULL,'Nombre de la columna',NULL,'',0,'2019-11-07 09:18:44'),(13488,15079,'es',0,NULL,'Columnas',NULL,'',0,'2019-11-07 09:18:44'),(13489,15080,'es',0,NULL,'Columnas:',NULL,'',0,'2019-11-07 09:18:44'),(13490,15081,'es',0,NULL,'a, acuerdo, adelante, ademas, además, adrede, ahi, ahí, ahora, al, alli, allí, alrededor, antano, antaño, ante, antes, apenas, aproximadamente, aquel, aquél, aquella, aquélla, aquellas, aquéllas, aquello, aquellos, aquéllos, aqui, aquí, arriba, abajo, asi, así, aun, aún, aunque, b, bajo, bastante, bien, breve, c, casi, cerca, claro, como, cómo, con, conmigo, contigo, contra, cual, cuál, cuales, cuáles, cuando, cuándo, cuanta, cuánta, cuantas, cuántas, cuanto, cuánto, cuantos, cuántos, d, de, debajo, del, delante, demasiado, dentro, deprisa, desde, despacio, despues, después, detras, detrás, dia, día, dias, días, donde, dónde, dos, durante, e, el, él, ella, ellas, ellos, en, encima, enfrente, enseguida, entre, es, esa, ésa, esas, ésas, ese, ése, eso, esos, ésos, esta, está, ésta, estado, estados, estan, están, estar, estas, éstas, este, éste, esto, estos, éstos, ex, excepto, f, final, fue, fuera, fueron, g, general, gran, h, ha, habia, había, habla, hablan, hace, hacia, han, hasta, hay, horas, hoy, i, incluso, informo, informó, j, junto, k, l, la, lado, las, le, lejos, lo, los, luego, m, mal, mas, más, mayor, me, medio, mejor, menos, menudo, mi, mí, mia, mía, mias, mías, mientras, mio, mío, mios, míos, mis, mismo, mucho, muy, n, nada, nadie, ninguna, no, nos, nosotras, nosotros, nuestra, nuestras, nuestro, nuestros, nueva, nuevo, nunca, o, os, otra, otros, p, pais, paìs, para, parte, pasado, peor, pero, poco, por, porque, pronto, proximo, próximo, puede, q, qeu, que, qué, quien, quién, quienes, quiénes, quiza, quizá, quizas, quizás, r, raras, repente, s, salvo, se, sé, segun, según, ser, sera, será, si, sí, sido, siempre, sin, sobre, solamente, solo, sólo, son, soyos, su, supuesto, sus, suya, suyas, suyo, t, tal, tambien, también, tampoco, tarde, te, temprano, ti, tiene, todavia, todavía, todo, todos, tras, tu, tú, tus, tuya, tuyas, tuyo, tuyos, u, un, una, unas, uno, unos, usted, ustedes, v, veces, vez, vosotras, vosotros, vuestra, vuestras, vuestro, vuestros, w, www,x, y, ya, yo, z',NULL,'',0,'2019-11-07 09:18:44'),(13491,15082,'es',0,NULL,'Foros de la comunidad',NULL,'',0,'2019-11-07 09:18:44'),(13492,15083,'es',0,NULL,'Como',NULL,'',0,'2019-11-07 09:18:44'),(13493,13480,'es',0,NULL,'Franco comorense',NULL,'',0,'2019-11-07 09:18:44'),(13494,15084,'es',0,NULL,'Comoras',NULL,'',0,'2019-11-07 09:18:44'),(13495,15085,'es',0,NULL,'Empresa',NULL,'',0,'2019-11-07 09:18:44'),(13496,15086,'es',0,NULL,'Nombre de la empresa',NULL,'',0,'2019-11-07 09:18:44'),(13497,15087,'es',0,NULL,'Nombre de la empresa.',NULL,'',0,'2019-11-07 09:18:44'),(13498,15088,'es',0,NULL,'Comparar',NULL,'',0,'2019-11-07 09:18:44'),(13499,15089,'es',0,NULL,'Completar',NULL,'',0,'2019-11-07 09:18:44'),(13500,15090,'es',0,NULL,'Completado',NULL,'',0,'2019-11-07 09:18:44'),(13501,15091,'es',0,NULL,'Completados <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:44'),(13502,15092,'es',0,NULL,'Pedido completado',NULL,'',0,'2019-11-07 09:18:44'),(13503,15093,'es',0,NULL,'Acción de procesamiento %s completada con el gancho: %s',NULL,'',0,'2019-11-07 09:18:44'),(13504,15094,'es',0,NULL,'Completada la tarea de regeneración de la imagen del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13505,15095,'es',0,NULL,'Cumplir con cualquier obligación legal que tengamos, como cálculos de impuestos',NULL,'',0,'2019-11-07 09:18:44'),(13506,15096,'es',0,NULL,'Valle Compostela',NULL,'',0,'2019-11-07 09:18:44'),(13507,15097,'es',0,NULL,'Compuesto',NULL,'',0,'2019-11-07 09:18:44'),(13508,15098,'es',0,NULL,'Concepción',NULL,'',0,'2019-11-07 09:18:44'),(13509,15099,'es',0,NULL,'Configurar términos',NULL,'',0,'2019-11-07 09:18:44'),(13510,15100,'es',0,NULL,'Confirmar navegación',NULL,'',0,'2019-11-07 09:18:44'),(13511,15101,'es',0,NULL,'Confirmar nueva contraseña (déjalo en blanco para no cambiarla)',NULL,'',0,'2019-11-07 09:18:44'),(13512,15102,'es',0,NULL,'Congo (Brazzaville)',NULL,'',0,'2019-11-07 09:18:44'),(13513,15103,'es',0,NULL,'Congo (Kinshasa)',NULL,'',0,'2019-11-07 09:18:44'),(13514,13431,'es',0,NULL,'Franco congoleño',NULL,'',0,'2019-11-07 09:18:44'),(13515,15104,'es',0,NULL,'Enhorabuena por la venta.',NULL,'',0,'2019-11-07 09:18:44'),(13516,15105,'es',0,NULL,'Conectar',NULL,'',0,'2019-11-07 09:18:44'),(13517,15106,'es',0,NULL,'Conecta tu tienda a Jetpack',NULL,'',0,'2019-11-07 09:18:44'),(13518,15107,'es',0,NULL,'Conecta tu tienda a Jetpack para activar características adicionales',NULL,'',0,'2019-11-07 09:18:44'),(13519,15108,'es',0,NULL,'Conecta tu tienda para activar WooCommerce Services',NULL,'',0,'2019-11-07 09:18:44'),(13520,15109,'es',0,NULL,'Conectado a WooCommerce.com',NULL,'',0,'2019-11-07 09:18:44'),(13521,15110,'es',0,NULL,'Connecticut',NULL,'',0,'2019-11-07 09:18:44'),(13522,15111,'es',0,NULL,'Constanța',NULL,'',0,'2019-11-07 09:18:44'),(13523,15112,'es',0,NULL,'La clave secreta de cliente no es válida.',NULL,'',0,'2019-11-07 09:18:44'),(13524,15113,'es',0,NULL,'Clave del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13525,15114,'es',0,NULL,'Clave del cliente que termina en',NULL,'',0,'2019-11-07 09:18:44'),(13526,15115,'es',0,NULL,'La clave de cliente no es válida.',NULL,'',0,'2019-11-07 09:18:44'),(13527,15116,'es',0,NULL,'Falta la clave del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13528,15117,'es',0,NULL,'Clave secreta de cliente',NULL,'',0,'2019-11-07 09:18:44'),(13529,15118,'es',0,NULL,'La clave secreta de cliente no es válida',NULL,'',0,'2019-11-07 09:18:44'),(13530,15119,'es',0,NULL,'Falta la clave secreta de cliente',NULL,'',0,'2019-11-07 09:18:44'),(13531,15120,'es',0,NULL,'Contenido',NULL,'',0,'2019-11-07 09:18:44'),(13532,15121,'es',0,NULL,'Tipo de contenido',NULL,'',0,'2019-11-07 09:18:44'),(13533,15122,'es',0,NULL,'Continuar',NULL,'',0,'2019-11-07 09:18:44'),(13534,15123,'es',0,NULL,'Seguir comprando',NULL,'',0,'2019-11-07 09:18:44'),(13535,15124,'es',0,NULL,'Seguir con Jetpack',NULL,'',0,'2019-11-07 09:18:44'),(13536,15125,'es',0,NULL,'Seguir con WooCommerce Services',NULL,'',0,'2019-11-07 09:18:44'),(13537,15126,'es',0,NULL,'Controla el estado del inventario del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13538,15127,'es',0,NULL,'Controla si el producto se muestra (o no) como «hay existencias» o «agotado» en la tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13539,15128,'es',0,NULL,'Controla si la variación se muestra como «hay existencias» o como «agotada» en la tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13540,15129,'es',0,NULL,'Islas Cook',NULL,'',0,'2019-11-07 09:18:44'),(13541,15130,'es',0,NULL,'¡Copiado!',NULL,'',0,'2019-11-07 09:18:44'),(13542,15131,'es',0,NULL,'Copperbelt',NULL,'',0,'2019-11-07 09:18:44'),(13543,15132,'es',0,NULL,'Copiar',NULL,'',0,'2019-11-07 09:18:44'),(13544,15133,'es',0,NULL,'Copiar dirección de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13545,15134,'es',0,NULL,'¿Copiar la información de facturación a la información de envío? Esto eliminará cualquier información de envío previamente introducida.',NULL,'',0,'2019-11-07 09:18:44'),(13546,15135,'es',0,NULL,'Copiar archivo al tema',NULL,'',0,'2019-11-07 09:18:44'),(13547,15136,'es',0,NULL,'Copia para soporte',NULL,'',0,'2019-11-07 09:18:44'),(13548,15137,'es',0,NULL,'Copiar de la dirección de facturación',NULL,'',0,'2019-11-07 09:18:44'),(13549,15138,'es',0,NULL,'Copiar enlace',NULL,'',0,'2019-11-07 09:18:44'),(13550,15139,'es',0,NULL,'Copiar a un nuevo borrador',NULL,'',0,'2019-11-07 09:18:44'),(13551,15140,'es',0,NULL,'Error al copiar al portapapeles. Por favor pulsa Ctrl/Cmd+C para copiar.',NULL,'',0,'2019-11-07 09:18:44'),(13552,15141,'es',0,NULL,'El copiado al portapapeles falló. Deberías poder hacer clic derecho en el botón y copiar.',NULL,'',0,'2019-11-07 09:18:44'),(13553,15142,'es',0,NULL,'Cordillera',NULL,'',0,'2019-11-07 09:18:44'),(13554,15143,'es',0,NULL,'Cork',NULL,'',0,'2019-11-07 09:18:44'),(13555,15144,'es',0,NULL,'Corrientes',NULL,'',0,'2019-11-07 09:18:44'),(13556,15145,'es',0,NULL,'Cosenza',NULL,'',0,'2019-11-07 09:18:44'),(13557,15146,'es',0,NULL,'Coste',NULL,'',0,'2019-11-07 09:18:44'),(13558,15147,'es',0,NULL,'Costa Rica',NULL,'',0,'2019-11-07 09:18:44'),(13559,13436,'es',0,NULL,'Colón costarricense',NULL,'',0,'2019-11-07 09:18:44'),(13560,15148,'es',0,NULL,'Cotabato',NULL,'',0,'2019-11-07 09:18:44'),(13561,15149,'es',0,NULL,'No se pudieron borrar los atributos',NULL,'',0,'2019-11-07 09:18:44'),(13562,15150,'es',0,NULL,'No se ha podido eliminar la categoría',NULL,'',0,'2019-11-07 09:18:44'),(13563,15151,'es',0,NULL,'No se ha podido eliminar la clase de envío',NULL,'',0,'2019-11-07 09:18:44'),(13564,15152,'es',0,NULL,'No se ha podido borrar la etiqueta',NULL,'',0,'2019-11-07 09:18:44'),(13565,15153,'es',0,NULL,'No se pudo eliminar el tipo de impuesto',NULL,'',0,'2019-11-07 09:18:44'),(13566,15154,'es',0,NULL,'No se ha podido eliminar la tasa de impuestos',NULL,'',0,'2019-11-07 09:18:44'),(13567,15155,'es',0,NULL,'No se pudo editar el atributo',NULL,'',0,'2019-11-07 09:18:44'),(13568,15156,'es',0,NULL,'No se ha podido editar la categoría',NULL,'',0,'2019-11-07 09:18:44'),(13569,15157,'es',0,NULL,'No se ha podido editar la clase de envío',NULL,'',0,'2019-11-07 09:18:44'),(13570,15158,'es',0,NULL,'No se ha podido editar la etiqueta',NULL,'',0,'2019-11-07 09:18:44'),(13571,15159,'es',0,NULL,'No se encontraron suscripciones en tu cuenta de WooCommerce.com',NULL,'',0,'2019-11-07 09:18:44'),(13572,15160,'es',0,NULL,'No se ha podido encontrar la ruta de la descarga.',NULL,'',0,'2019-11-07 09:18:44'),(13573,15161,'es',0,NULL,'No se ha podido encontrar la URL de descarga del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13574,15162,'es',0,NULL,'No se ha podido encontrar el paquete del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13575,15163,'es',0,NULL,'No se ha podido encontrar la ruta desempaquetada.',NULL,'',0,'2019-11-07 09:18:44'),(13576,15164,'es',0,NULL,'No se pudo permitir el acceso - puede que el usuario ya tuviese acceso a este archivo o que no haya especificado su correo electrónico de facturación. Asegúrate de haber establecido el correo electrónico de facturación y de que el pedido se haya guardado.',NULL,'',0,'2019-11-07 09:18:44'),(13577,15165,'es',0,NULL,'No se pudo procesar el cambio de la acción: «%s» (ID: %d). Error: %s',NULL,'',0,'2019-11-07 09:18:44'),(13578,15166,'es',0,NULL,'No se pudo actualizar el atributo.',NULL,'',0,'2019-11-07 09:18:44'),(13579,15167,'es',0,NULL,'No se pudo escribir en el archivo de plantilla.',NULL,'',0,'2019-11-07 09:18:44'),(13580,15168,'es',0,NULL,'Contador',NULL,'',0,'2019-11-07 09:18:44'),(13581,15169,'es',0,NULL,'País',NULL,'',0,'2019-11-07 09:18:44'),(13582,13578,'es',0,NULL,'País / Región',NULL,'',0,'2019-11-07 09:18:44'),(13583,15170,'es',0,NULL,'Código ISO 3166 del país.',NULL,'',0,'2019-11-07 09:18:44'),(13584,15171,'es',0,NULL,'Código del país',NULL,'',0,'2019-11-07 09:18:44'),(13585,15172,'es',0,NULL,'Código del país en formato ISO 3166-1 alpha-2.',NULL,'',0,'2019-11-07 09:18:44'),(13586,15173,'es',0,NULL,'Código de país',NULL,'',0,'2019-11-07 09:18:44'),(13587,15174,'es',0,NULL,'Provincia',NULL,'',0,'2019-11-07 09:18:44'),(13588,13897,'es',0,NULL,'Cupón',NULL,'',0,'2019-11-07 09:18:44'),(13589,15175,'es',0,NULL,'¡El cupón «%s» no existe!',NULL,'',0,'2019-11-07 09:18:44'),(13590,15176,'es',0,NULL,'Importe del cupón',NULL,'',0,'2019-11-07 09:18:44'),(13591,15177,'es',0,NULL,'Código de cupón',NULL,'',0,'2019-11-07 09:18:44'),(13592,15178,'es',0,NULL,'¡El código del cupón ya se ha aplicado!',NULL,'',0,'2019-11-07 09:18:44'),(13593,15179,'es',0,NULL,'El código de cupón ya existe - los clientes usarán el ultimo cupón que tenga este código.',NULL,'',0,'2019-11-07 09:18:44'),(13594,15180,'es',0,NULL,'El código de cupón se ha aplicado correctamente.',NULL,'',0,'2019-11-07 09:18:44'),(13595,15181,'es',0,NULL,'El código del cupón es obligatorio.',NULL,'',0,'2019-11-07 09:18:44'),(13596,15182,'es',0,NULL,'El código de cupón se ha eliminado correctamente.',NULL,'',0,'2019-11-07 09:18:44'),(13597,15183,'es',0,NULL,'Código del cupón.',NULL,'',0,'2019-11-07 09:18:44'),(13598,15184,'es',0,NULL,'Cupón creado',NULL,'',0,'2019-11-07 09:18:44'),(13599,15185,'es',0,NULL,'Datos del cupón',NULL,'',0,'2019-11-07 09:18:44'),(13600,15186,'es',0,NULL,'Cupón eliminado',NULL,'',0,'2019-11-07 09:18:44'),(13601,15187,'es',0,NULL,'Descripción del cupón.',NULL,'',0,'2019-11-07 09:18:44'),(13602,15188,'es',0,NULL,'El total de descuento del cupón debe ser una cantidad positiva.',NULL,'',0,'2019-11-07 09:18:44'),(13603,15189,'es',0,NULL,'¡El cupón no existe!',NULL,'',0,'2019-11-07 09:18:44'),(13604,15190,'es',0,NULL,'Borrador de cupón actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(13605,15191,'es',0,NULL,'Fecha de caducidad del cupón',NULL,'',0,'2019-11-07 09:18:44'),(13606,15192,'es',0,NULL,'El cupón ha sido eliminado.',NULL,'',0,'2019-11-07 09:18:44'),(13607,15193,'es',0,NULL,'El cupón no es válido.',NULL,'',0,'2019-11-07 09:18:44'),(13608,15194,'es',0,NULL,'Cupón restaurado',NULL,'',0,'2019-11-07 09:18:44'),(13609,15195,'es',0,NULL,'Cupón guardado.',NULL,'',0,'2019-11-07 09:18:44'),(13610,15196,'es',0,NULL,'Cupón programado para: %s',NULL,'',0,'2019-11-07 09:18:44'),(13611,15197,'es',0,NULL,'Cupón presentado.',NULL,'',0,'2019-11-07 09:18:44'),(13612,15198,'es',0,NULL,'Tipo de cupón',NULL,'',0,'2019-11-07 09:18:44'),(13613,15199,'es',0,NULL,'Nombre del tipo de cupón.',NULL,'',0,'2019-11-07 09:18:44'),(13614,15200,'es',0,NULL,'Cupón actualizado',NULL,'',0,'2019-11-07 09:18:44'),(13615,15201,'es',0,NULL,'Cupón actualizado.',NULL,'',0,'2019-11-07 09:18:44'),(13616,15202,'es',0,NULL,'Se ha alcanzado el límite de uso de cupones.',NULL,'',0,'2019-11-07 09:18:44'),(13617,15203,'es',0,NULL,'Cupón(es)',NULL,'',0,'2019-11-07 09:18:44'),(13618,15204,'es',0,NULL,'Cupón:',NULL,'',0,'2019-11-07 09:18:44'),(13619,15205,'es',0,NULL,'Cupón: %s',NULL,'',0,'2019-11-07 09:18:44'),(13620,13896,'es',0,NULL,'Cupones',NULL,'',0,'2019-11-07 09:18:44'),(13621,15206,'es',0,NULL,'Los cupones son una buena forma de ofrecer descuentos y recompensas a tus clientes. Aparecerán aquí una vez creados.',NULL,'',0,'2019-11-07 09:18:44'),(13622,15207,'es',0,NULL,'Cupones por fecha',NULL,'',0,'2019-11-07 09:18:44'),(13623,13602,'es',0,NULL,'Pueden aplicarse cupones desde las páginas de carrito y de finalizar compra.',NULL,'',0,'2019-11-07 09:18:44'),(13624,15208,'es',0,NULL,'Datos de las líneas de cupones.',NULL,'',0,'2019-11-07 09:18:44'),(13625,13910,'es',0,NULL,'Lista de cupones',NULL,'',0,'2019-11-07 09:18:44'),(13626,13909,'es',0,NULL,'Navegación de cupones',NULL,'',0,'2019-11-07 09:18:44'),(13627,15209,'es',0,NULL,'Totales de cupones.',NULL,'',0,'2019-11-07 09:18:44'),(13628,15210,'es',0,NULL,'Covasna',NULL,'',0,'2019-11-07 09:18:44'),(13629,15211,'es',0,NULL,'Cox\'s Bazar',NULL,'',0,'2019-11-07 09:18:44'),(13630,15212,'es',0,NULL,'Crear',NULL,'',0,'2019-11-07 09:18:44'),(13631,15213,'es',0,NULL,'Crear producto',NULL,'',0,'2019-11-07 09:18:44'),(13632,15214,'es',0,NULL,'Crea un nuevo webhook',NULL,'',0,'2019-11-07 09:18:44'),(13633,15215,'es',0,NULL,'Crea un producto',NULL,'',0,'2019-11-07 09:18:44'),(13634,15216,'es',0,NULL,'Crear una contraseña para la cuenta',NULL,'',0,'2019-11-07 09:18:44'),(13635,15217,'es',0,NULL,'Crea una clave de API',NULL,'',0,'2019-11-07 09:18:44'),(13636,15218,'es',0,NULL,'¿Crear una cuenta?',NULL,'',0,'2019-11-07 09:18:44'),(13637,15219,'es',0,NULL,'Crear cupones',NULL,'',0,'2019-11-07 09:18:44'),(13638,15220,'es',0,NULL,'Crear clientes',NULL,'',0,'2019-11-07 09:18:44'),(13639,15221,'es',0,NULL,'Crea las páginas por defecto de WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(13640,15222,'es',0,NULL,'Crear pedidos',NULL,'',0,'2019-11-07 09:18:44'),(13641,15223,'es',0,NULL,'Crear páginas',NULL,'',0,'2019-11-07 09:18:44'),(13642,15224,'es',0,NULL,'Crear productos',NULL,'',0,'2019-11-07 09:18:44'),(13643,15225,'es',0,NULL,'Crea algunos productos',NULL,'',0,'2019-11-07 09:18:44'),(13644,15226,'es',0,NULL,'Crear variaciones para todos los atributos',NULL,'',0,'2019-11-07 09:18:44'),(13645,15227,'es',0,NULL,'Crear webhooks',NULL,'',0,'2019-11-07 09:18:44'),(13646,15228,'es',0,NULL,'Crea tu primer cupón',NULL,'',0,'2019-11-07 09:18:44'),(13647,15229,'es',0,NULL,'Creado el',NULL,'',0,'2019-11-07 09:18:44'),(13648,15230,'es',0,NULL,'Falló la creación de la valoración del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13649,15231,'es',0,NULL,'Tarjeta de crédito',NULL,'',0,'2019-11-07 09:18:44'),(13650,15232,'es',0,NULL,'Cremona',NULL,'',0,'2019-11-07 09:18:44'),(13651,15233,'es',0,NULL,'Crítico',NULL,'',0,'2019-11-07 09:18:44'),(13652,15234,'es',0,NULL,'Criuleni',NULL,'',0,'2019-11-07 09:18:44'),(13653,15235,'es',0,NULL,'Croacia',NULL,'',0,'2019-11-07 09:18:44'),(13654,13462,'es',0,NULL,'Kuna croata',NULL,'',0,'2019-11-07 09:18:44'),(13655,15236,'es',0,NULL,'Cron %s',NULL,'',0,'2019-11-07 09:18:44'),(13656,15237,'es',0,NULL,'Cross River',NULL,'',0,'2019-11-07 09:18:44'),(13657,15238,'es',0,NULL,'Ventas cruzadas',NULL,'',0,'2019-11-07 09:18:44'),(13658,15239,'es',0,NULL,'Ventas cruzadas son productos que promocionas en el carrito, en base al producto actual.',NULL,'',0,'2019-11-07 09:18:44'),(13659,15240,'es',0,NULL,'Crotone',NULL,'',0,'2019-11-07 09:18:44'),(13660,15241,'es',0,NULL,'Csongrád',NULL,'',0,'2019-11-07 09:18:44'),(13661,15242,'es',0,NULL,'Cuba',NULL,'',0,'2019-11-07 09:18:44'),(13662,13437,'es',0,NULL,'Peso cubano convertible',NULL,'',0,'2019-11-07 09:18:44'),(13663,13438,'es',0,NULL,'Peso cubano',NULL,'',0,'2019-11-07 09:18:44'),(13664,15243,'es',0,NULL,'Cuenca',NULL,'',0,'2019-11-07 09:18:44'),(13665,15244,'es',0,NULL,'Cumilla',NULL,'',0,'2019-11-07 09:18:44'),(13666,15245,'es',0,NULL,'Cunene',NULL,'',0,'2019-11-07 09:18:44'),(13667,15246,'es',0,NULL,'Cuneo',NULL,'',0,'2019-11-07 09:18:44'),(13668,15247,'es',0,NULL,'Curaçao',NULL,'',0,'2019-11-07 09:18:44'),(13669,13607,'es',0,NULL,'Moneda',NULL,'',0,'2019-11-07 09:18:44'),(13670,13605,'es',0,NULL,'Opciones de moneda',NULL,'',0,'2019-11-07 09:18:44'),(13671,13609,'es',0,NULL,'Ubicación de la moneda',NULL,'',0,'2019-11-07 09:18:44'),(13672,15248,'es',0,NULL,'Posición de la moneda.',NULL,'',0,'2019-11-07 09:18:44'),(13673,15249,'es',0,NULL,'Posición del símbolo de moneda para este país.',NULL,'',0,'2019-11-07 09:18:44'),(13674,15250,'es',0,NULL,'Símbolo de moneda.',NULL,'',0,'2019-11-07 09:18:44'),(13675,15251,'es',0,NULL,'Moneda en la que el pedido fue creado, en formato ISO.',NULL,'',0,'2019-11-07 09:18:44'),(13676,15252,'es',0,NULL,'Moneda.',NULL,'',0,'2019-11-07 09:18:44'),(13677,15253,'es',0,NULL,'Página actual',NULL,'',0,'2019-11-07 09:18:44'),(13678,15254,'es',0,NULL,'Página actual de la colección.',NULL,'',0,'2019-11-07 09:18:44'),(13679,15255,'es',0,NULL,'Contraseña actual (déjalo en blanco para no cambiarla)',NULL,'',0,'2019-11-07 09:18:44'),(13680,15256,'es',0,NULL,'Precio actual del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13681,15257,'es',0,NULL,'Precio actual de la variación.',NULL,'',0,'2019-11-07 09:18:44'),(13682,15258,'es',0,NULL,'Cusco',NULL,'',0,'2019-11-07 09:18:44'),(13683,15259,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:18:44'),(13684,15260,'es',0,NULL,'Enlace personalizado',NULL,'',0,'2019-11-07 09:18:44'),(13685,15261,'es',0,NULL,'Base personalizada',NULL,'',0,'2019-11-07 09:18:44'),(13686,15262,'es',0,NULL,'Campo personalizado eliminado.',NULL,'',0,'2019-11-07 09:18:44'),(13687,15263,'es',0,NULL,'Campo personalizado actualizado',NULL,'',0,'2019-11-07 09:18:44'),(13688,15264,'es',0,NULL,'Orden personalizado',NULL,'',0,'2019-11-07 09:18:44'),(13689,15265,'es',0,NULL,'Posición de orden personalizado.',NULL,'',0,'2019-11-07 09:18:44'),(13690,15266,'es',0,NULL,'Atributo de producto personalizado',NULL,'',0,'2019-11-07 09:18:44'),(13691,15267,'es',0,NULL,'Personalizado',NULL,'',0,'2019-11-07 09:18:44'),(13692,15268,'es',0,NULL,'Cliente',NULL,'',0,'2019-11-07 09:18:44'),(13693,15269,'es',0,NULL,'Los mensajes de nueva cuenta son enviados cuando un cliente se registra a través de las página «Finalizar compra» o «Mi cuenta».',NULL,'',0,'2019-11-07 09:18:44'),(13694,15270,'es',0,NULL,'Los mensajes para restablecer contraseña se envían cuando un cliente restablece su contraseña.',NULL,'',0,'2019-11-07 09:18:44'),(13695,15271,'es',0,NULL,'Datos del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13696,15272,'es',0,NULL,'La ID del cliente no es válida.',NULL,'',0,'2019-11-07 09:18:44'),(13697,15273,'es',0,NULL,'ID del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13698,15274,'es',0,NULL,'IP del cliente: %s',NULL,'',0,'2019-11-07 09:18:44'),(13699,13694,'es',0,NULL,'Dirección de pedido del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13700,15275,'es',0,NULL,'Cliente creado',NULL,'',0,'2019-11-07 09:18:44'),(13701,15276,'es',0,NULL,'Cliente eliminado',NULL,'',0,'2019-11-07 09:18:44'),(13702,15277,'es',0,NULL,'Datos de cliente',NULL,'',0,'2019-11-07 09:18:44'),(13703,15278,'es',0,NULL,'Enlace de descarga de cliente',NULL,'',0,'2019-11-07 09:18:44'),(13704,15279,'es',0,NULL,'Registro de descargas del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13705,15280,'es',0,NULL,'Los permisos de descarga del cliente se han conservado. ',NULL,'',0,'2019-11-07 09:18:44'),(13706,15281,'es',0,NULL,'Descargas del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13707,15282,'es',0,NULL,'Nombre del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13708,15283,'es',0,NULL,'La información de cliente, como tu nombre, dirección de correo electrónico, y la información de facturación y envío.',NULL,'',0,'2019-11-07 09:18:44'),(13709,15284,'es',0,NULL,'Recibo del cliente / Detalles del pedido',NULL,'',0,'2019-11-07 09:18:44'),(13710,15285,'es',0,NULL,'Se pueden enviar recibos por correo electrónico a los clientes que contienen la información de su pedido y enlaces para realizar el pago.',NULL,'',0,'2019-11-07 09:18:44'),(13711,15286,'es',0,NULL,'Apellidos del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13712,15287,'es',0,NULL,'Listado de clientes',NULL,'',0,'2019-11-07 09:18:44'),(13713,15288,'es',0,NULL,'Nombre de acceso del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13714,15289,'es',0,NULL,'Zona de coincidencia con el cliente «%s»',NULL,'',0,'2019-11-07 09:18:44'),(13715,15290,'es',0,NULL,'Nota para el cliente',NULL,'',0,'2019-11-07 09:18:44'),(13716,15291,'es',0,NULL,'Los correos electrónicos de las notas de los clientes se envían cuando añades una nota a un pedido.',NULL,'',0,'2019-11-07 09:18:44'),(13717,15292,'es',0,NULL,'Las notas de los clientes acerca del pedido',NULL,'',0,'2019-11-07 09:18:44'),(13718,15293,'es',0,NULL,'Pedidos de clientes',NULL,'',0,'2019-11-07 09:18:44'),(13719,15294,'es',0,NULL,'Contraseña del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13720,15295,'es',0,NULL,'Página de pago del cliente →',NULL,'',0,'2019-11-07 09:18:44'),(13721,15296,'es',0,NULL,'Nota del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13722,15297,'es',0,NULL,'Nota ofrecida por el cliente:',NULL,'',0,'2019-11-07 09:18:44'),(13723,15298,'es',0,NULL,'Rol del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13724,15299,'es',0,NULL,'Ventas del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13725,13693,'es',0,NULL,'Dirección de envío del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13726,15300,'es',0,NULL,'Nombre del tipo de cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13727,15301,'es',0,NULL,'Cliente actualizado',NULL,'',0,'2019-11-07 09:18:44'),(13728,15302,'es',0,NULL,'Dirección IP del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13729,15303,'es',0,NULL,'Cliente:',NULL,'',0,'2019-11-07 09:18:44'),(13730,15304,'es',0,NULL,'Clientes',NULL,'',0,'2019-11-07 09:18:44'),(13731,15305,'es',0,NULL,'Los clientes no soportan ser movidos a la papelera.',NULL,'',0,'2019-11-07 09:18:44'),(13732,15306,'es',0,NULL,'Totales de clientes.',NULL,'',0,'2019-11-07 09:18:44'),(13733,15307,'es',0,NULL,'Clientes o invitados',NULL,'',0,'2019-11-07 09:18:44'),(13734,15308,'es',0,NULL,'Los clientes no podrán comprar productos físicos en tu tienda hasta que esté disponible un método de envío.',NULL,'',0,'2019-11-07 09:18:44'),(13735,15309,'es',0,NULL,'Chipre',NULL,'',0,'2019-11-07 09:18:44'),(13736,15310,'es',0,NULL,'República Checa',NULL,'',0,'2019-11-07 09:18:44'),(13737,13440,'es',0,NULL,'Corona checa',NULL,'',0,'2019-11-07 09:18:44'),(13738,15311,'es',0,NULL,'D MMMM YYYY LT',NULL,'',0,'2019-11-07 09:18:44'),(13739,15312,'es',0,NULL,'Düzce',NULL,'',0,'2019-11-07 09:18:44'),(13740,15313,'es',0,NULL,'Dâmbovița',NULL,'',0,'2019-11-07 09:18:44'),(13741,15314,'es',0,NULL,'Desc',NULL,'',0,'2019-11-07 09:18:44'),(13742,15315,'es',0,NULL,'DKI Jakarta',NULL,'',0,'2019-11-07 09:18:44'),(13743,15316,'es',0,NULL,'DOMDocument',NULL,'',0,'2019-11-07 09:18:44'),(13744,15317,'es',0,NULL,'Dadra y Nagar Haveli',NULL,'',0,'2019-11-07 09:18:44'),(13745,15318,'es',0,NULL,'Daerah Istimewa Aceh',NULL,'',0,'2019-11-07 09:18:44'),(13746,15319,'es',0,NULL,'Yogyakarta',NULL,'',0,'2019-11-07 09:18:44'),(13747,15320,'es',0,NULL,'Daman and Diu',NULL,'',0,'2019-11-07 09:18:44'),(13748,13442,'es',0,NULL,'Corona danesa',NULL,'',0,'2019-11-07 09:18:44'),(13749,15321,'es',0,NULL,'Dar es Salaam',NULL,'',0,'2019-11-07 09:18:44'),(13750,15322,'es',0,NULL,'Escritorio',NULL,'',0,'2019-11-07 09:18:44'),(13751,15323,'es',0,NULL,'ID del recurso de los datos.',NULL,'',0,'2019-11-07 09:18:44'),(13752,15324,'es',0,NULL,'Descripción del recurso de los datos.',NULL,'',0,'2019-11-07 09:18:44'),(13753,15325,'es',0,NULL,'Datos: %1$.2fMB + Índice: %2$.2fMB + Motor %3$s',NULL,'',0,'2019-11-07 09:18:44'),(13754,15326,'es',0,NULL,'Base de datos',NULL,'',0,'2019-11-07 09:18:44'),(13755,15327,'es',0,NULL,'Tamaño de los datos de la base de datos',NULL,'',0,'2019-11-07 09:18:44'),(13756,15328,'es',0,NULL,'Tamaño del índice de la base de datos',NULL,'',0,'2019-11-07 09:18:44'),(13757,15329,'es',0,NULL,'Información de la base de datos:',NULL,'',0,'2019-11-07 09:18:44'),(13758,15330,'es',0,NULL,'Prefijo de la base de datos',NULL,'',0,'2019-11-07 09:18:44'),(13759,15331,'es',0,NULL,'Prefijo de la base de datos.',NULL,'',0,'2019-11-07 09:18:44'),(13760,15332,'es',0,NULL,'Tablas de la base de datos.',NULL,'',0,'2019-11-07 09:18:44'),(13761,15333,'es',0,NULL,'La rutina de actualización de la base de datos se ha programado para ejecutarse en segundo plano.',NULL,'',0,'2019-11-07 09:18:44'),(13762,15334,'es',0,NULL,'Base de datos.',NULL,'',0,'2019-11-07 09:18:44'),(13763,15335,'es',0,NULL,'Fecha',NULL,'',0,'2019-11-07 09:18:44'),(13764,15336,'es',0,NULL,'Rango de fechas',NULL,'',0,'2019-11-07 09:18:44'),(13765,15337,'es',0,NULL,'Fecha de creación:',NULL,'',0,'2019-11-07 09:18:44'),(13766,15338,'es',0,NULL,'Introducción de datos que describe una fecha seleccionada en formato de %s',NULL,'',0,'2019-11-07 09:18:44'),(13767,15339,'es',0,NULL,'Entradas de fecha que describe la fecha de finalización de un rango de fechas seleccionado en formato de %s',NULL,'',0,'2019-11-07 09:18:44'),(13768,15340,'es',0,NULL,'Entradas de fecha que describe la fecha de inicio de un rango de fechas seleccionado en formato de %s',NULL,'',0,'2019-11-07 09:18:44'),(13769,15341,'es',0,NULL,'{{después /}}{{span}} y {{/span}}{{antes /}}',NULL,'',0,'2019-11-07 09:18:44'),(13770,15342,'es',0,NULL,'Día en que termina el precio rebajado',NULL,'',0,'2019-11-07 09:18:44'),(13771,15343,'es',0,NULL,'Día en que empieza el precio rebajado',NULL,'',0,'2019-11-07 09:18:44'),(13772,15344,'es',0,NULL,'Fecha:',NULL,'',0,'2019-11-07 09:18:44'),(13773,15345,'es',0,NULL,'Davao Occidental',NULL,'',0,'2019-11-07 09:18:44'),(13774,15346,'es',0,NULL,'Davao Oriental',NULL,'',0,'2019-11-07 09:18:44'),(13775,15347,'es',0,NULL,'Davao del Norte',NULL,'',0,'2019-11-07 09:18:44'),(13776,15348,'es',0,NULL,'Davao del Sur',NULL,'',0,'2019-11-07 09:18:44'),(13777,15349,'es',0,NULL,'Día(s)',NULL,'',0,'2019-11-07 09:18:44'),(13778,15350,'es',0,NULL,'Depuración',NULL,'',0,'2019-11-07 09:18:44'),(13779,15351,'es',0,NULL,'Registro de depuración',NULL,'',0,'2019-11-07 09:18:44'),(13780,13724,'es',0,NULL,'Modo de depuración',NULL,'',0,'2019-11-07 09:18:44'),(13781,13617,'es',0,NULL,'Separador decimal',NULL,'',0,'2019-11-07 09:18:44'),(13782,15352,'es',0,NULL,'Separador decimal para mostrar los precios para este país.',NULL,'',0,'2019-11-07 09:18:44'),(13783,15353,'es',0,NULL,'Separador decimal.',NULL,'',0,'2019-11-07 09:18:44'),(13784,15354,'es',0,NULL,'Disminuir el precio existente en (cantidad fija o %):',NULL,'',0,'2019-11-07 09:18:44'),(13785,15355,'es',0,NULL,'Disminución del precio de oferta existente en (cantidad fija o %):',NULL,'',0,'2019-11-07 09:18:44'),(13786,15356,'es',0,NULL,'Reducir el inventario existente en:',NULL,'',0,'2019-11-07 09:18:44'),(13787,15357,'es',0,NULL,'Reducir precios normales (cantidad fija o porcentaje)',NULL,'',0,'2019-11-07 09:18:44'),(13788,15358,'es',0,NULL,'Reducir precios rebajados (cantidad fija o porcentaje)',NULL,'',0,'2019-11-07 09:18:44'),(13789,15359,'es',0,NULL,'Por defecto',NULL,'',0,'2019-11-07 09:18:44'),(13790,15360,'es',0,NULL,'Valores por defecto del formulario',NULL,'',0,'2019-11-07 09:18:44'),(13791,15361,'es',0,NULL,'Código de moneda ISO4127 por defecto para el país.',NULL,'',0,'2019-11-07 09:18:44'),(13792,15362,'es',0,NULL,'Atributo por defecto',NULL,'',0,'2019-11-07 09:18:44'),(13793,13950,'es',0,NULL,'Sin categorizar',NULL,'',0,'2019-11-07 09:18:44'),(13794,13595,'es',0,NULL,'Ubicación del cliente por defecto',NULL,'',0,'2019-11-07 09:18:44'),(13795,15363,'es',0,NULL,'La categoría de productos por defecto no se puede borrar.',NULL,'',0,'2019-11-07 09:18:44'),(13796,15364,'es',0,NULL,'Orden de productos por defecto',NULL,'',0,'2019-11-07 09:18:44'),(13797,15365,'es',0,NULL,'Orden de clasificación por defecto',NULL,'',0,'2019-11-07 09:18:44'),(13798,15366,'es',0,NULL,'Orden por defecto.',NULL,'',0,'2019-11-07 09:18:44'),(13799,15367,'es',0,NULL,'Orden por defecto',NULL,'',0,'2019-11-07 09:18:44'),(13800,15368,'es',0,NULL,'Orden por defecto (orden personalizado + nombre)',NULL,'',0,'2019-11-07 09:18:44'),(13801,15369,'es',0,NULL,'La zona horaria por defecto es %s - debería ser UTC',NULL,'',0,'2019-11-07 09:18:44'),(13802,15370,'es',0,NULL,'Por defecto la zona horaria es GMT',NULL,'',0,'2019-11-07 09:18:44'),(13803,15371,'es',0,NULL,'Zona horaria por defecto.',NULL,'',0,'2019-11-07 09:18:44'),(13804,13722,'es',0,NULL,'Por defecto a la dirección de facturación del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13805,13721,'es',0,NULL,'Por defecto a la dirección de envío del cliente',NULL,'',0,'2019-11-07 09:18:44'),(13806,15372,'es',0,NULL,'Valor por defecto para el ajuste.',NULL,'',0,'2019-11-07 09:18:44'),(13807,15373,'es',0,NULL,'Atributos de la variación por defecto.',NULL,'',0,'2019-11-07 09:18:44'),(13808,15374,'es',0,NULL,'Definir si el atributo puede ser usado como variación.',NULL,'',0,'2019-11-07 09:18:44'),(13809,15375,'es',0,NULL,'Definir si el atributo es visible en la pestaña de «Información adicional» en la página del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13810,15376,'es',0,NULL,'Definir si el pedido está pagado. Establecerá el estado a procesando y reducirá el inventario de los artículos.',NULL,'',0,'2019-11-07 09:18:44'),(13811,15377,'es',0,NULL,'Define si la variación es visible en la página del producto.',NULL,'',0,'2019-11-07 09:18:44'),(13812,13709,'es',0,NULL,'Define el texto que se mostrará después de los precios de los productos. Podría ser, por ejemplo, «IVA incluido», para así explicar tu política de precios. También puedes poner aquí la sustitución de precios, usando alguna de estas posibilidades: {price_including_tax}, {price_excluding_tax}.',NULL,'',0,'2019-11-07 09:18:44'),(13813,15378,'es',0,NULL,'Define si todo el producto está sujeto a impuestos o no, o solo el coste de envío del mismo.',NULL,'',0,'2019-11-07 09:18:44'),(13814,15379,'es',0,NULL,'Delaware',NULL,'',0,'2019-11-07 09:18:44'),(13815,15380,'es',0,NULL,'Eliminar',NULL,'',0,'2019-11-07 09:18:44'),(13816,15381,'es',0,NULL,'Borrar «%s» permanentemente',NULL,'',0,'2019-11-07 09:18:44'),(13817,15382,'es',0,NULL,'Borrar todas las tasas de impuestos de WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(13818,15383,'es',0,NULL,'Eliminar todas las variaciones',NULL,'',0,'2019-11-07 09:18:44'),(13819,15384,'es',0,NULL,'Eliminar imagen',NULL,'',0,'2019-11-07 09:18:44'),(13820,15385,'es',0,NULL,'Eliminar artículo',NULL,'',0,'2019-11-07 09:18:44'),(13821,15386,'es',0,NULL,'Borrar registro',NULL,'',0,'2019-11-07 09:18:44'),(13822,15387,'es',0,NULL,'Borrar nota',NULL,'',0,'2019-11-07 09:18:44'),(13823,15388,'es',0,NULL,'Borrar variaciones huérfanas',NULL,'',0,'2019-11-07 09:18:44'),(13824,13816,'es',0,NULL,'Eliminar método de pago',NULL,'',0,'2019-11-07 09:18:44'),(13825,15389,'es',0,NULL,'Borrar permanentemente',NULL,'',0,'2019-11-07 09:18:44'),(13826,15390,'es',0,NULL,'Borrar tasas de impuestos',NULL,'',0,'2019-11-07 09:18:44'),(13827,15391,'es',0,NULL,'Eliminar archivo de plantilla',NULL,'',0,'2019-11-07 09:18:44'),(13828,15392,'es',0,NULL,'Eliminado',NULL,'',0,'2019-11-07 09:18:44'),(13829,15393,'es',0,NULL,'Borrado %1$s y ajustado el inventario (%2$s)',NULL,'',0,'2019-11-07 09:18:44'),(13830,15394,'es',0,NULL,'Eliminado %s',NULL,'',0,'2019-11-07 09:18:44'),(13831,15395,'es',0,NULL,'Borradas todas las sesiones activas, y guardados %d carritos.',NULL,'',0,'2019-11-07 09:18:44'),(13832,15396,'es',0,NULL,'Eliminar una categoría no elimina los productos en esa categoría. En su lugar a los productos que solamente tenían asignada la categoría eliminada, se les asigna la categoría %s.',NULL,'',0,'2019-11-07 09:18:44'),(13833,15397,'es',0,NULL,'Delhi',NULL,'',0,'2019-11-07 09:18:44'),(13834,15398,'es',0,NULL,'Delimitador',NULL,'',0,'2019-11-07 09:18:44'),(13835,15399,'es',0,NULL,'URL de entrega',NULL,'',0,'2019-11-07 09:18:44'),(13836,15400,'es',0,NULL,'Gastos de envío',NULL,'',0,'2019-11-07 09:18:44'),(13837,15401,'es',0,NULL,'Delta',NULL,'',0,'2019-11-07 09:18:44'),(13838,15402,'es',0,NULL,'Denizli',NULL,'',0,'2019-11-07 09:18:44'),(13839,15403,'es',0,NULL,'Dinamarca',NULL,'',0,'2019-11-07 09:18:44'),(13840,15404,'es',0,NULL,'Denegar',NULL,'',0,'2019-11-07 09:18:44'),(13841,15405,'es',0,NULL,'Descripción',NULL,'',0,'2019-11-07 09:18:44'),(13842,15406,'es',0,NULL,'Descripción (opcional)',NULL,'',0,'2019-11-07 09:18:44'),(13843,15407,'es',0,NULL,'Descripción para tu referencia',NULL,'',0,'2019-11-07 09:18:44'),(13844,15408,'es',0,NULL,'Falta la descripción.',NULL,'',0,'2019-11-07 09:18:44'),(13845,15409,'es',0,NULL,'Diseña tu tienda con una integración profunda con WooCommerce. Si activas esto instalaremos <a href=\"https://woocommerce.com/storefront/\" target=\"_blank\" rel=\"noopener noreferrer\">Storefront</a>, y tu tema actual <em>%s</em> se desactivará.',NULL,'',0,'2019-11-07 09:18:44'),(13846,15410,'es',0,NULL,'Determina cómo se muestran los valores de este atributo.',NULL,'',0,'2019-11-07 09:18:44'),(13847,15411,'es',0,NULL,'Determina si se muestran productos de catálogo ocultos o visibles.',NULL,'',0,'2019-11-07 09:18:44'),(13848,15412,'es',0,NULL,'Determina el orden de los términos en las páginas de productos de la tienda. Si usas un orden personalizado puedes arrastrar y soltar los términos en este atributo.',NULL,'',0,'2019-11-07 09:18:44'),(13849,15413,'es',0,NULL,'Determina el tipo de descuento que será aplicado.',NULL,'',0,'2019-11-07 09:18:44'),(13850,15414,'es',0,NULL,'Dhaka',NULL,'',0,'2019-11-07 09:18:44'),(13851,15415,'es',0,NULL,'Dhaulagiri',NULL,'',0,'2019-11-07 09:18:44'),(13852,15416,'es',0,NULL,'¿Se ejecutó con éxito la herramienta?',NULL,'',0,'2019-11-07 09:18:44'),(13853,15417,'es',0,NULL,'¿Sabías que puedes imprimir etiquetas de envío en casa?',NULL,'',0,'2019-11-07 09:18:44'),(13854,15418,'es',0,NULL,'Dimensiones',NULL,'',0,'2019-11-07 09:18:44'),(13855,15419,'es',0,NULL,'Dimensiones (%s)',NULL,'',0,'2019-11-07 09:18:44'),(13856,15420,'es',0,NULL,'Dimensiones (L×W×H) (%s)',NULL,'',0,'2019-11-07 09:18:44'),(13857,13640,'es',0,NULL,'Unidad de las dimensiones',NULL,'',0,'2019-11-07 09:18:44'),(13858,15421,'es',0,NULL,'Islas Dinagat',NULL,'',0,'2019-11-07 09:18:44'),(13859,15422,'es',0,NULL,'Dinajpur',NULL,'',0,'2019-11-07 09:18:44'),(13860,15423,'es',0,NULL,'Diners',NULL,'',0,'2019-11-07 09:18:44'),(13861,15424,'es',0,NULL,'Transferencia bancaria directa',NULL,'',0,'2019-11-07 09:18:44'),(13862,15425,'es',0,NULL,'Pagos directos a la dirección de correo electrónico:',NULL,'',0,'2019-11-07 09:18:44'),(13863,13593,'es',0,NULL,'Desactivar envío y cálculos de envío',NULL,'',0,'2019-11-07 09:18:44'),(13864,15426,'es',0,NULL,'Desactivado',NULL,'',0,'2019-11-07 09:18:44'),(13865,15427,'es',0,NULL,'Desconectar',NULL,'',0,'2019-11-07 09:18:44'),(13866,15428,'es',0,NULL,'Importe de descuento',NULL,'',0,'2019-11-07 09:18:44'),(13867,15429,'es',0,NULL,'Impuesto total del descuento.',NULL,'',0,'2019-11-07 09:18:44'),(13868,15430,'es',0,NULL,'Descuento total.',NULL,'',0,'2019-11-07 09:18:44'),(13869,15431,'es',0,NULL,'Tipo de descuento',NULL,'',0,'2019-11-07 09:18:44'),(13870,15432,'es',0,NULL,'Descuento:',NULL,'',0,'2019-11-07 09:18:44'),(13871,15433,'es',0,NULL,'Discover',NULL,'',0,'2019-11-07 09:18:44'),(13872,15434,'es',0,NULL,'Descartar',NULL,'',0,'2019-11-07 09:18:44'),(13873,15435,'es',0,NULL,'Descartar este aviso.',NULL,'',0,'2019-11-07 09:18:44'),(13874,15436,'es',0,NULL,'Descartar esta sugerencia',NULL,'',0,'2019-11-07 09:18:44'),(13875,15437,'es',0,NULL,'Muestra una cuadrícula de productos en oferta.',NULL,'',0,'2019-11-07 09:18:44'),(13876,15438,'es',0,NULL,'Muestra una cuadrícula de productos de los atributos que elijas.',NULL,'',0,'2019-11-07 09:18:44'),(13877,15439,'es',0,NULL,'Muestra una cuadrícula de productos de las categorías que elijas',NULL,'',0,'2019-11-07 09:18:44'),(13878,15440,'es',0,NULL,'Muestra una cuadrícula de productos de las etiquetas que selecciones.',NULL,'',0,'2019-11-07 09:18:44'),(13879,15441,'es',0,NULL,'Muestra una cuadrícula de tus productos más vendidos de siempre.',NULL,'',0,'2019-11-07 09:18:44'),(13880,15442,'es',0,NULL,'Muestra una cuadrícula de productos más recientes.',NULL,'',0,'2019-11-07 09:18:44'),(13881,15443,'es',0,NULL,'Muestra una cuadrícula de los productos mejor valorados.',NULL,'',0,'2019-11-07 09:18:44'),(13882,15444,'es',0,NULL,'Muestra una lista de los productos recientemente vistos por un cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13883,15445,'es',0,NULL,'Muestra una lista de filtros de productos activos.',NULL,'',0,'2019-11-07 09:18:44'),(13884,15446,'es',0,NULL,'Muestra una lista de atributos por los que filtrar productos de tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13885,15447,'es',0,NULL,'Muestra una lista de valoraciones recientes de tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13886,15448,'es',0,NULL,'Muestra una lista de puntuaciones de estrellas para filtrar productos en tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13887,15449,'es',0,NULL,'Mostrar en una cuadrícula una selección de productos elegidos manualmente.',NULL,'',0,'2019-11-07 09:18:44'),(13888,15450,'es',0,NULL,'Muestra un control deslizante para filtrar productos de tu tienda por precio.',NULL,'',0,'2019-11-07 09:18:44'),(13889,15451,'es',0,NULL,'Muestra las tarifas de Canada Post en la página de finalizar compra para facilitar la compra. Utiliza WooCommerce Services.',NULL,'',0,'2019-11-07 09:18:44'),(13890,15452,'es',0,NULL,'Nombre visible',NULL,'',0,'2019-11-07 09:18:44'),(13891,15453,'es',0,NULL,'El nombre visible no se puede cambiar a la dirección de correo electrónico debido a cuestiones de privacidad.',NULL,'',0,'2019-11-07 09:18:44'),(13892,13706,'es',0,NULL,'Mostrar precios en el carrito y en el pago',NULL,'',0,'2019-11-07 09:18:44'),(13893,13703,'es',0,NULL,'Mostrar precios en la tienda',NULL,'',0,'2019-11-07 09:18:44'),(13894,15454,'es',0,NULL,'Mostrar productos que coincidan',NULL,'',0,'2019-11-07 09:18:44'),(13895,15455,'es',0,NULL,'Estilo de visualización',NULL,'',0,'2019-11-07 09:18:44'),(13896,13847,'es',0,NULL,'Mostrar sugerencias dentro de WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(13897,13710,'es',0,NULL,'Visualización del total de impuestos',NULL,'',0,'2019-11-07 09:18:44'),(13898,15456,'es',0,NULL,'Muestra el carrito de compra del cliente.',NULL,'',0,'2019-11-07 09:18:44'),(13899,15457,'es',0,NULL,'Tipo de visualización',NULL,'',0,'2019-11-07 09:18:44'),(13900,15458,'es',0,NULL,'Muestra si las tareas de WP Cron están activas o no.',NULL,'',0,'2019-11-07 09:18:44'),(13901,15459,'es',0,NULL,'Muestra si WordPress está en modo de depuración.',NULL,'',0,'2019-11-07 09:18:44'),(13902,15460,'es',0,NULL,'Muestra si WordPress está usando o no caché externa de objetos.',NULL,'',0,'2019-11-07 09:18:44'),(13903,15461,'es',0,NULL,'Muestra si el tema activo actual es compatible con WooCommerce.',NULL,'',0,'2019-11-07 09:18:44'),(13904,15462,'es',0,NULL,'Muestra si el tema actual es un tema menor.',NULL,'',0,'2019-11-07 09:18:44'),(13905,15463,'es',0,NULL,'Barrio',NULL,'',0,'2019-11-07 09:18:44'),(13906,15464,'es',0,NULL,'District Of Columbia',NULL,'',0,'2019-11-07 09:18:44'),(13907,15465,'es',0,NULL,'Distrito Federal',NULL,'',0,'2019-11-07 09:18:44'),(13908,15466,'es',0,NULL,'Diyarbakır',NULL,'',0,'2019-11-07 09:18:44'),(13909,15467,'es',0,NULL,'Djibouti',NULL,'',0,'2019-11-07 09:18:44'),(13910,13441,'es',0,NULL,'Franco yibutiano',NULL,'',0,'2019-11-07 09:18:44'),(13911,15468,'es',0,NULL,'No permitir',NULL,'',0,'2019-11-07 09:18:44'),(13912,15469,'es',0,NULL,'No importar',NULL,'',0,'2019-11-07 09:18:44'),(13913,15470,'es',0,NULL,'¿Deseas guardar tus cambios primero? Los datos que has cambiado serán descartados si eliges cancelar.',NULL,'',0,'2019-11-07 09:18:44'),(13914,15471,'es',0,NULL,'Dobrich',NULL,'',0,'2019-11-07 09:18:44'),(13915,15472,'es',0,NULL,'Documentación',NULL,'',0,'2019-11-07 09:18:44'),(13916,15473,'es',0,NULL,'Dodoma',NULL,'',0,'2019-11-07 09:18:44'),(13917,15474,'es',0,NULL,'¿Está marcado este tema como compatible con WooCommerce?',NULL,'',0,'2019-11-07 09:18:44'),(13918,15475,'es',0,NULL,'¿Tiene este tema un archivo woocommerce.php?',NULL,'',0,'2019-11-07 09:18:44'),(13919,15476,'es',0,NULL,'¿Tiene este tema plantillas obsoletas?',NULL,'',0,'2019-11-07 09:18:44'),(13920,15477,'es',0,NULL,'¿Fuerza tu sitio un certificado SSL para las transacciones?',NULL,'',0,'2019-11-07 09:18:44'),(13921,15478,'es',0,NULL,'¿Tiene tu sitio activada la API REST?',NULL,'',0,'2019-11-07 09:18:44'),(13922,15479,'es',0,NULL,'Dokolo',NULL,'',0,'2019-11-07 09:18:44'),(13923,15480,'es',0,NULL,'Dolj',NULL,'',0,'2019-11-07 09:18:44'),(13924,15481,'es',0,NULL,'Dominica',NULL,'',0,'2019-11-07 09:18:44'),(13925,15482,'es',0,NULL,'República Dominicana',NULL,'',0,'2019-11-07 09:18:44'),(13926,13443,'es',0,NULL,'Peso dominicano',NULL,'',0,'2019-11-07 09:18:44'),(13927,15483,'es',0,NULL,'No cobrar por el envío.',NULL,'',0,'2019-11-07 09:18:44'),(13928,15484,'es',0,NULL,'Dondușeni',NULL,'',0,'2019-11-07 09:18:44'),(13929,15485,'es',0,NULL,'Hecho',NULL,'',0,'2019-11-07 09:18:44'),(13930,15486,'es',0,NULL,'¡Hecho!',NULL,'',0,'2019-11-07 09:18:44'),(13931,15487,'es',0,NULL,'Donegal',NULL,'',0,'2019-11-07 09:18:44'),(13932,15488,'es',0,NULL,'Abajo %d%% desde %s',NULL,'',0,'2019-11-07 09:18:44'),(13933,15489,'es',0,NULL,'Descarga',NULL,'',0,'2019-11-07 09:18:44'),(13934,15490,'es',0,NULL,'Descargar %d',NULL,'',0,'2019-11-07 09:18:44'),(13935,15491,'es',0,NULL,'URL de la descarga %d',NULL,'',0,'2019-11-07 09:18:44'),(13936,15492,'es',0,NULL,'Nombre de la descarga %d',NULL,'',0,'2019-11-07 09:18:44'),(13937,15493,'es',0,NULL,'Descargar e instalar',NULL,'',0,'2019-11-07 09:18:44'),(13938,15494,'es',0,NULL,'ID de la descarga',NULL,'',0,'2019-11-07 09:18:44'),(13939,15495,'es',0,NULL,'ID de la descarga (MD5)',NULL,'',0,'2019-11-07 09:18:44'),(13940,15496,'es',0,NULL,'ID de descarga.',NULL,'',0,'2019-11-07 09:18:44'),(13941,15497,'es',0,NULL,'URL de descarga',NULL,'',0,'2019-11-07 09:18:44'),(13942,15498,'es',0,NULL,'Contador de descargas',NULL,'',0,'2019-11-07 09:18:44'),(13943,15499,'es',0,NULL,'Caducidad de la descarga',NULL,'',0,'2019-11-07 09:18:44'),(13944,15500,'es',0,NULL,'Días de caducidad de la descarga',NULL,'',0,'2019-11-07 09:18:44'),(13945,15501,'es',0,NULL,'URL de descarga del fichero.',NULL,'',0,'2019-11-07 09:18:44'),(13946,15502,'es',0,NULL,'Límite de descargas',NULL,'',0,'2019-11-07 09:18:44'),(13947,15503,'es',0,NULL,'Nombre de la descarga',NULL,'',0,'2019-11-07 09:18:44'),(13948,15504,'es',0,NULL,'Tipo de descarga, esto controla el esquema en la tienda.',NULL,'',0,'2019-11-07 09:18:44'),(13949,15505,'es',0,NULL,'Descargable',NULL,'',0,'2019-11-07 09:18:44'),(13950,15506,'es',0,NULL,'Nombre del archivo descargable.',NULL,'',0,'2019-11-07 09:18:44'),(13951,15507,'es',0,NULL,'Archivos descargables',NULL,'',0,'2019-11-07 09:18:44'),(13952,15508,'es',0,NULL,'ID del producto descargable.',NULL,'',0,'2019-11-07 09:18:44'),(13953,15509,'es',0,NULL,'Permisos de producto descargable',NULL,'',0,'2019-11-07 09:18:44'),(13954,13622,'es',0,NULL,'Productos descargables',NULL,'',0,'2019-11-07 09:18:44'),(13955,15510,'es',0,NULL,'Los productos descargables dan acceso a un archivo después de la compra.',NULL,'',0,'2019-11-07 09:18:44'),(13956,15511,'es',0,NULL,'Descargado %s vez',NULL,'',0,'2019-11-07 09:18:44'),(13957,15512,'es',0,NULL,'Descargado %s veces',NULL,'',0,'2019-11-07 09:18:44'),(13958,13826,'es',0,NULL,'Descargas',NULL,'',0,'2019-11-07 09:18:44'),(13959,15513,'es',0,NULL,'Descargas restantes',NULL,'',0,'2019-11-07 09:18:44'),(13960,13681,'es',0,NULL,'Las descargas requieren inicio de sesión',NULL,'',0,'2019-11-07 09:18:44'),(13961,15514,'es',0,NULL,'Arrastra y suelta para reorganizar tus zonas personalizadas. Este es el orden en el que serán emparejadas con las direcciones de los clientes.',NULL,'',0,'2019-11-07 09:18:44'),(13962,15515,'es',0,NULL,'Arrastra y suelta para establecer el orden de los atributos de administración',NULL,'',0,'2019-11-07 09:18:44'),(13963,15516,'es',0,NULL,'Arrastra y suelta, o haz clic para establecer un orden en las variaciones',NULL,'',0,'2019-11-07 09:18:44'),(13964,15517,'es',0,NULL,'Drochia',NULL,'',0,'2019-11-07 09:18:44'),(13965,15518,'es',0,NULL,'Lista desplegable',NULL,'',0,'2019-11-07 09:18:44'),(13966,15519,'es',0,NULL,'Plugins dependientes',NULL,'',0,'2019-11-07 09:18:44'),(13967,15520,'es',0,NULL,'Plugins dependientes e imprescindibles.',NULL,'',0,'2019-11-07 09:18:44'),(13968,15521,'es',0,NULL,'Dubăsari',NULL,'',0,'2019-11-07 09:18:44'),(13969,15522,'es',0,NULL,'Dublín',NULL,'',0,'2019-11-07 09:18:44'),(13970,15523,'es',0,NULL,'Duplicar',NULL,'',0,'2019-11-07 09:18:44'),(13971,15524,'es',0,NULL,'Durango',NULL,'',0,'2019-11-07 09:18:44'),(13972,15525,'es',0,NULL,'Azerbaiyán Oriental (آذربایجان شرقی)',NULL,'',0,'2019-11-07 09:18:44'),(13973,13560,'es',0,NULL,'Dólar del Caribe Oriental',NULL,'',0,'2019-11-07 09:18:44'),(13974,15526,'es',0,NULL,'Oriental',NULL,'',0,'2019-11-07 09:18:44'),(13975,15527,'es',0,NULL,'Cabo del Este',NULL,'',0,'2019-11-07 09:18:44'),(13976,15528,'es',0,NULL,'Samar Este',NULL,'',0,'2019-11-07 09:18:44'),(13977,15529,'es',0,NULL,'Ebonyi',NULL,'',0,'2019-11-07 09:18:44'),(13978,15530,'es',0,NULL,'Ecuador',NULL,'',0,'2019-11-07 09:18:44'),(13979,15531,'es',0,NULL,'Edineț',NULL,'',0,'2019-11-07 09:18:44'),(13980,15532,'es',0,NULL,'Edirne',NULL,'',0,'2019-11-07 09:18:44'),(13981,13861,'es',0,NULL,'Editar',NULL,'',0,'2019-11-07 09:18:44'),(13982,15533,'es',0,NULL,'Editar %s',NULL,'',0,'2019-11-07 09:18:44'),(13983,15534,'es',0,NULL,'Modificar página %s',NULL,'',0,'2019-11-07 09:18:44'),(13984,15535,'es',0,NULL,'Editar acción programada',NULL,'',0,'2019-11-07 09:18:44'),(13985,13828,'es',0,NULL,'Editar cuenta',NULL,'',0,'2019-11-07 09:18:44'),(13986,15536,'es',0,NULL,'Editar atributo',NULL,'',0,'2019-11-07 09:18:44'),(13987,13920,'es',0,NULL,'Editar categoría',NULL,'',0,'2019-11-07 09:18:44'),(13988,13901,'es',0,NULL,'Editar cupón',NULL,'',0,'2019-11-07 09:18:44'),(13989,15537,'es',0,NULL,'La edición falló. Por favor inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(13990,15538,'es',0,NULL,'Editar artículo',NULL,'',0,'2019-11-07 09:18:44'),(13991,15539,'es',0,NULL,'Editar medios',NULL,'',0,'2019-11-07 09:18:44'),(13992,13884,'es',0,NULL,'Editar pedido',NULL,'',0,'2019-11-07 09:18:44'),(13993,13862,'es',0,NULL,'Editar producto',NULL,'',0,'2019-11-07 09:18:44'),(13994,13946,'es',0,NULL,'Modificar clase de envío',NULL,'',0,'2019-11-07 09:18:44'),(13995,13930,'es',0,NULL,'Editar etiqueta',NULL,'',0,'2019-11-07 09:18:44'),(13996,15540,'es',0,NULL,'Editar este pedido',NULL,'',0,'2019-11-07 09:18:44'),(13997,15541,'es',0,NULL,'Edo',NULL,'',0,'2019-11-07 09:18:44'),(13998,15542,'es',0,NULL,'Formación',NULL,'',0,'2019-11-07 09:18:44'),(13999,15543,'es',0,NULL,'Egipto',NULL,'',0,'2019-11-07 09:18:44'),(14000,13445,'es',0,NULL,'Libra egipcia',NULL,'',0,'2019-11-07 09:18:44'),(14001,15544,'es',0,NULL,'Ehime',NULL,'',0,'2019-11-07 09:18:44'),(14002,15545,'es',0,NULL,'Eircode',NULL,'',0,'2019-11-07 09:18:44'),(14003,15546,'es',0,NULL,'Ekiti',NULL,'',0,'2019-11-07 09:18:44'),(14004,15547,'es',0,NULL,'El Callao',NULL,'',0,'2019-11-07 09:18:44'),(14005,15548,'es',0,NULL,'El Salvador',NULL,'',0,'2019-11-07 09:18:44'),(14006,15549,'es',0,NULL,'Elazığ',NULL,'',0,'2019-11-07 09:18:44'),(14007,15550,'es',0,NULL,'Correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14008,15551,'es',0,NULL,'Correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14009,15552,'es',0,NULL,'Correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14010,15553,'es',0,NULL,'Dirección de correo electrónico no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14011,15554,'es',0,NULL,'Dirección de correo electrónico para recibir pagos',NULL,'',0,'2019-11-07 09:18:44'),(14012,15555,'es',0,NULL,'Correo electrónico.',NULL,'',0,'2019-11-07 09:18:44'),(14013,15556,'es',0,NULL,'Encabezado del correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14014,15557,'es',0,NULL,'Encabezado del correo electrónico (pagado)',NULL,'',0,'2019-11-07 09:18:44'),(14015,15558,'es',0,NULL,'Enviar los detalles del pedido al cliente',NULL,'',0,'2019-11-07 09:18:44'),(14016,13770,'es',0,NULL,'Avisos por correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14017,13771,'es',0,NULL,'Debajo están listados los avisos enviados por correo electrónico desde WooCommerce. Haz clic en un correo electrónico para configurarlos.',NULL,'',0,'2019-11-07 09:18:44'),(14018,15559,'es',0,NULL,'Correo electrónico de quien dejó la valoración.',NULL,'',0,'2019-11-07 09:18:44'),(14019,13769,'es',0,NULL,'Opciones del correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14020,13772,'es',0,NULL,'Opciones del remitente del correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14021,13777,'es',0,NULL,'Plantilla de correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14022,15560,'es',0,NULL,'Tipo de correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14023,15561,'es',0,NULL,'El correo electrónico que utilizaste durante el pago.',NULL,'',0,'2019-11-07 09:18:44'),(14024,15562,'es',0,NULL,'Email:',NULL,'',0,'2019-11-07 09:18:44'),(14025,13400,'es',0,NULL,'Correos electrónicos',NULL,'',0,'2019-11-07 09:18:44'),(14026,15563,'es',0,NULL,'Emergencia',NULL,'',0,'2019-11-07 09:18:44'),(14027,15564,'es',0,NULL,'Las categorías vacías están ocultas.',NULL,'',0,'2019-11-07 09:18:44'),(14028,15565,'es',0,NULL,'Las categorías vacías son visibles.',NULL,'',0,'2019-11-07 09:18:44'),(14029,15566,'es',0,NULL,'Activar',NULL,'',0,'2019-11-07 09:18:44'),(14030,15567,'es',0,NULL,'Activa «address_override» para impedir que se cambie la información de dirección.',NULL,'',0,'2019-11-07 09:18:44'),(14031,13629,'es',0,NULL,'Activar botones AJAX de añadir al carrito en los archivos',NULL,'',0,'2019-11-07 09:18:44'),(14032,15568,'es',0,NULL,'¿Activamos el archivo?',NULL,'',0,'2019-11-07 09:18:44'),(14033,15569,'es',0,NULL,'Activar avisos por correo electrónico de IPN',NULL,'',0,'2019-11-07 09:18:44'),(14034,15570,'es',0,NULL,'Activar PayPal estándar',NULL,'',0,'2019-11-07 09:18:44'),(14035,15571,'es',0,NULL,'Activar el entorno de pruebas de PayPal',NULL,'',0,'2019-11-07 09:18:44'),(14036,15572,'es',0,NULL,'¿Activar archivos?',NULL,'',0,'2019-11-07 09:18:44'),(14037,15573,'es',0,NULL,'Activar renovaciones automáticas',NULL,'',0,'2019-11-07 09:18:44'),(14038,15574,'es',0,NULL,'Activar transferencia bancaria',NULL,'',0,'2019-11-07 09:18:44'),(14039,15575,'es',0,NULL,'Activa el pago contra reembolso',NULL,'',0,'2019-11-07 09:18:44'),(14040,15576,'es',0,NULL,'Permitir pagos en cheque',NULL,'',0,'2019-11-07 09:18:44'),(14041,13600,'es',0,NULL,'Activar cupones',NULL,'',0,'2019-11-07 09:18:44'),(14042,13725,'es',0,NULL,'Activar el modo de depuración',NULL,'',0,'2019-11-07 09:18:44'),(14043,15577,'es',0,NULL,'Activar para métodos de envío',NULL,'',0,'2019-11-07 09:18:44'),(14044,15578,'es',0,NULL,'Permitir registro',NULL,'',0,'2019-11-07 09:18:44'),(14045,13660,'es',0,NULL,'Activar avisos de pocas existencias',NULL,'',0,'2019-11-07 09:18:44'),(14046,13661,'es',0,NULL,'Activar avisos de inventario agotado',NULL,'',0,'2019-11-07 09:18:44'),(14047,13649,'es',0,NULL,'Activar valoraciones de producto',NULL,'',0,'2019-11-07 09:18:44'),(14048,13648,'es',0,NULL,'Activa las valoraciones',NULL,'',0,'2019-11-07 09:18:44'),(14049,13726,'es',0,NULL,'Activa el modo de depuración de envío para mostrar las zonas de envío y saltarte la cache de la tasa de envío.',NULL,'',0,'2019-11-07 09:18:44'),(14050,13653,'es',0,NULL,'Activar valoraciones con estrellas en las reseñas',NULL,'',0,'2019-11-07 09:18:44'),(14051,13656,'es',0,NULL,'Activar la gestión de inventario',NULL,'',0,'2019-11-07 09:18:44'),(14052,15579,'es',0,NULL,'Activa la gestión de inventario por cada producto',NULL,'',0,'2019-11-07 09:18:44'),(14053,15580,'es',0,NULL,'Activar el aviso en la tienda',NULL,'',0,'2019-11-07 09:18:44'),(14054,13598,'es',0,NULL,'Activar tasas de impuestos y sus cálculos',NULL,'',0,'2019-11-07 09:18:44'),(14055,13597,'es',0,NULL,'Activar impuestos',NULL,'',0,'2019-11-07 09:18:44'),(14056,13837,'es',0,NULL,'Activar la REST API heredada',NULL,'',0,'2019-11-07 09:18:44'),(14057,13717,'es',0,NULL,'Activar la calculadora de envíos en la página de compra',NULL,'',0,'2019-11-07 09:18:44'),(14058,13601,'es',0,NULL,'Activa el uso de códigos de cupones',NULL,'',0,'2019-11-07 09:18:44'),(14059,15581,'es',0,NULL,'Activar este aviso por correo electrónico',NULL,'',0,'2019-11-07 09:18:44'),(14060,15582,'es',0,NULL,'Activa esto si quieres que este atributo tenga páginas de archivo de producto en tu tienda.',NULL,'',0,'2019-11-07 09:18:44'),(14061,15583,'es',0,NULL,'Activa esta opción si un producto no se envía o no hay gastos de envío',NULL,'',0,'2019-11-07 09:18:44'),(14062,15584,'es',0,NULL,'Activa esta opción si das acceso a un archivo descargable con la compra de un producto',NULL,'',0,'2019-11-07 09:18:44'),(14063,15585,'es',0,NULL,'Activa esta opción para permitir la gestión de existencias en cada variación',NULL,'',0,'2019-11-07 09:18:44'),(14064,13684,'es',0,NULL,'Activa esta opción para permitir el acceso a las descargas cuando los pedidos están «en proceso», en lugar de «completado».',NULL,'',0,'2019-11-07 09:18:44'),(14065,15586,'es',0,NULL,'Activa esto para permitir que solo se pueda comprar uno de estos artículos en cada pedido',NULL,'',0,'2019-11-07 09:18:44'),(14066,13841,'es',0,NULL,'Activar el seguimiento',NULL,'',0,'2019-11-07 09:18:44'),(14067,15587,'es',0,NULL,'Activar el seguimiento de uso y ayudar a mejorar WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(14068,15588,'es',0,NULL,'Activar/Desactivar',NULL,'',0,'2019-11-07 09:18:44'),(14069,15589,'es',0,NULL,'Activar/Desactivar los archivos de atributo.',NULL,'',0,'2019-11-07 09:18:44'),(14070,15590,'es',0,NULL,'Activado',NULL,'',0,'2019-11-07 09:18:44'),(14071,15591,'es',0,NULL,'Fecha de finalización',NULL,'',0,'2019-11-07 09:18:44'),(14072,15592,'es',0,NULL,'Fecha de finalización del precio rebajado, en GMT.',NULL,'',0,'2019-11-07 09:18:44'),(14073,15593,'es',0,NULL,'Fecha del fin del descuento en el precio, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:44'),(14074,15594,'es',0,NULL,'Fecha final del precio de oferta.',NULL,'',0,'2019-11-07 09:18:44'),(14075,13815,'es',0,NULL,'Variable de la página «Finalizar compra → Añadir método de pago».',NULL,'',0,'2019-11-07 09:18:44'),(14076,13813,'es',0,NULL,'Variable de la página «Finalizar compra → Pedido recibido».',NULL,'',0,'2019-11-07 09:18:44'),(14077,13811,'es',0,NULL,'Variable de la página de «Finalizar compra → Pagar».',NULL,'',0,'2019-11-07 09:18:44'),(14078,13831,'es',0,NULL,'Variable para la página «Mi cuenta → Direcciones».',NULL,'',0,'2019-11-07 09:18:44'),(14079,13827,'es',0,NULL,'Variable para la página «Mi cuenta → Descargas».',NULL,'',0,'2019-11-07 09:18:44'),(14080,13829,'es',0,NULL,'Variable de la página «Mi cuenta → Editar cuenta».',NULL,'',0,'2019-11-07 09:18:44'),(14081,13834,'es',0,NULL,'Variable de la página «Mi cuenta → Contraseña perdida».',NULL,'',0,'2019-11-07 09:18:44'),(14082,13823,'es',0,NULL,'Variable para la página «Mi cuenta → Pedidos».',NULL,'',0,'2019-11-07 09:18:44'),(14083,13832,'es',0,NULL,'Variable para la página «Mi cuenta → Métodos de pago».',NULL,'',0,'2019-11-07 09:18:44'),(14084,13825,'es',0,NULL,'Variable de la página «Mi cuenta → Ver pedido».',NULL,'',0,'2019-11-07 09:18:44'),(14085,13817,'es',0,NULL,'Variable para la página de eliminar método de pago',NULL,'',0,'2019-11-07 09:18:44'),(14086,13819,'es',0,NULL,'Variable para la configuración de una página para el método de pago por defecto.',NULL,'',0,'2019-11-07 09:18:44'),(14087,13836,'es',0,NULL,'Variable para forzar la desconexión. Puedes añadir esto a tus menús con un enlace personalizado: tusitio.com/?customer-logout=true',NULL,'',0,'2019-11-07 09:18:44'),(14088,13809,'es',0,NULL,'Las variables se adjuntan a las URLs de tu página para manejar las acciones específicas durante el proceso de finalización de compra. Deben ser únicas.',NULL,'',0,'2019-11-07 09:18:44'),(14089,13821,'es',0,NULL,'Las variables se añaden a las URLs de tu página para manejar acciones específicas en las páginas de cuentas. Deberían ser únicas y pueden dejarse en blanco para desactivar la variable.',NULL,'',0,'2019-11-07 09:18:44'),(14090,15595,'es',0,NULL,'Mejora tus productos',NULL,'',0,'2019-11-07 09:18:44'),(14091,15596,'es',0,NULL,'Mejora tu tienda con estas características recomendadas gratuitas.',NULL,'',0,'2019-11-07 09:18:44'),(14092,15597,'es',0,NULL,'¡Disfruta de todos los productos de Facebook combinados en una sola extensión: seguimiento de píxeles, sincronización de catálogos, chat de mensajería, funcionalidad de tienda y compras de Instagram (próximamente)!',NULL,'',0,'2019-11-07 09:18:44'),(14093,15598,'es',0,NULL,'Enna',NULL,'',0,'2019-11-07 09:18:44'),(14094,15599,'es',0,NULL,'Asegura que el resultado establecido excluye las valoraciones asignadas a IDs de usuario específicos.',NULL,'',0,'2019-11-07 09:18:44'),(14095,15600,'es',0,NULL,'Asegurar que los resultados excluyan IDs específicas.',NULL,'',0,'2019-11-07 09:18:44'),(14096,15601,'es',0,NULL,'Introduce un coste (sin impuestos) o la suma, por ejemplo, <code>10.00 * [cant]</code> .',NULL,'',0,'2019-11-07 09:18:44'),(14097,15602,'es',0,NULL,'Introduce un código de cupón para solicitarlo. Los descuentos se aplican a los totales de las líneas, antes de impuestos.',NULL,'',0,'2019-11-07 09:18:44'),(14098,15603,'es',0,NULL,'Introduce la base personalizada que se usará. Debes añadir una base o WordPress utilizará la base por defecto.',NULL,'',0,'2019-11-07 09:18:44'),(14099,15604,'es',0,NULL,'Introduce una dirección diferente',NULL,'',0,'2019-11-07 09:18:44'),(14100,15605,'es',0,NULL,'Introduce una cantidad fija o porcentaje a aplicar como cuota.',NULL,'',0,'2019-11-07 09:18:44'),(14101,15606,'es',0,NULL,'Introduce un nombre para el nuevo atributo:',NULL,'',0,'2019-11-07 09:18:44'),(14102,15607,'es',0,NULL,'Introduce un nombre para esta tasa de impuesto.',NULL,'',0,'2019-11-07 09:18:44'),(14103,15608,'es',0,NULL,'Introduce una nueva contraseña.',NULL,'',0,'2019-11-07 09:18:44'),(14104,15609,'es',0,NULL,'Introduce un número para establecer la cantidad de inventario en cada variación. Usa la casilla de selección de arriba \'¿Gestionar inventario?\' de una variación para activar/desactivar la gestión de inventario en cada variación.',NULL,'',0,'2019-11-07 09:18:44'),(14105,15610,'es',0,NULL,'Introduce un término a buscar y pulsa intro',NULL,'',0,'2019-11-07 09:18:44'),(14106,15611,'es',0,NULL,'Introduce una tasa de impuestos (porcentaje) con 4 decimales.',NULL,'',0,'2019-11-07 09:18:44'),(14107,15612,'es',0,NULL,'Introduce un usuario o correo electrónico.',NULL,'',0,'2019-11-07 09:18:44'),(14108,15613,'es',0,NULL,'Introduce un valor',NULL,'',0,'2019-11-07 09:18:44'),(14109,15614,'es',0,NULL,'Introduce un valor (absoluto o en %)',NULL,'',0,'2019-11-07 09:18:44'),(14110,15615,'es',0,NULL,'Introduce una descripción opcional para esta variación.',NULL,'',0,'2019-11-07 09:18:44'),(14111,15616,'es',0,NULL,'Introduce una nota opcional para enviar al cliente después de la compra.',NULL,'',0,'2019-11-07 09:18:44'),(14112,13631,'es',0,NULL,'Introduce el ID del adjunto o la URL a una imagen',NULL,'',0,'2019-11-07 09:18:44'),(14113,15617,'es',0,NULL,'Tecla intro',NULL,'',0,'2019-11-07 09:18:44'),(14114,15618,'es',0,NULL,'Introduzca precio (%s)',NULL,'',0,'2019-11-07 09:18:44'),(14115,15619,'es',0,NULL,'Introduce los destinatarios (separados por comas) de este correo electrónico. Por defecto es %s.',NULL,'',0,'2019-11-07 09:18:44'),(14116,13663,'es',0,NULL,'Introduce los destinatarios (separados por coma) que recibirán este aviso.',NULL,'',0,'2019-11-07 09:18:44'),(14117,15620,'es',0,NULL,'Introduce el precio rebajado (%s)',NULL,'',0,'2019-11-07 09:18:44'),(14118,15621,'es',0,NULL,'Escribe algo de texto, o algunos atributos separando los valores con «%s».',NULL,'',0,'2019-11-07 09:18:44'),(14119,15622,'es',0,NULL,'Introduce algún texto o algún atributo separando los valores con el símbolo (|)',NULL,'',0,'2019-11-07 09:18:44'),(14120,15623,'es',0,NULL,'Introduce la acción que activará este webhook.',NULL,'',0,'2019-11-07 09:18:44'),(14121,15624,'es',0,NULL,'Introduce la URL externa al producto.',NULL,'',0,'2019-11-07 09:18:44'),(14122,15625,'es',0,NULL,'Introduce el número de días antes de que expire un enlace de descarga, o déjalo en blanco.',NULL,'',0,'2019-11-07 09:18:44'),(14123,15626,'es',0,NULL,'Introduce tus credenciales del API de PayPal para procesar los reembolsos a través de PayPal. Aprende como acceder a tus <a href=\"%s\">credenciales del API de PayPal</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14124,15627,'es',0,NULL,'Introduce tu dirección para ver las opciones de envío.',NULL,'',0,'2019-11-07 09:18:44'),(14125,15628,'es',0,NULL,'Entre Ríos',NULL,'',0,'2019-11-07 09:18:44'),(14126,15629,'es',0,NULL,'Enugu',NULL,'',0,'2019-11-07 09:18:44'),(14127,15630,'es',0,NULL,'Entorno.',NULL,'',0,'2019-11-07 09:18:44'),(14128,15631,'es',0,NULL,'Guinea Ecuatorial',NULL,'',0,'2019-11-07 09:18:44'),(14129,15632,'es',0,NULL,'Eritrea',NULL,'',0,'2019-11-07 09:18:44'),(14130,13446,'es',0,NULL,'Nafka eritreo',NULL,'',0,'2019-11-07 09:18:44'),(14131,15633,'es',0,NULL,'Error',NULL,'',0,'2019-11-07 09:18:44'),(14132,15634,'es',0,NULL,'Error 404',NULL,'',0,'2019-11-07 09:18:44'),(14133,15635,'es',0,NULL,'Error durante el cambio de estado.',NULL,'',0,'2019-11-07 09:18:44'),(14134,15636,'es',0,NULL,'Error recuperando la imagen remota %s.',NULL,'',0,'2019-11-07 09:18:44'),(14135,15637,'es',0,NULL,'Los mensajes de error pueden contener información sensible sobre el entorno de tu tienda. Deberían estar ocultos a visitantes no fiables.',NULL,'',0,'2019-11-07 09:18:44'),(14136,15638,'es',0,NULL,'Los mensajes de error no deberían mostrarse a los visitantes.',NULL,'',0,'2019-11-07 09:18:44'),(14137,15639,'es',0,NULL,'Error al procesar la acción %1$s: %2$s',NULL,'',0,'2019-11-07 09:18:44'),(14138,15640,'es',0,NULL,'Error procesando el pedido. Por favor, inténtalo de nuevo',NULL,'',0,'2019-11-07 09:18:44'),(14139,15641,'es',0,NULL,'Error al procesar el reembolso. Por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:44'),(14140,15642,'es',0,NULL,'Error al guardar la acción: %s',NULL,'',0,'2019-11-07 09:18:44'),(14141,15643,'es',0,NULL,'Error al guardar el pedido.',NULL,'',0,'2019-11-07 09:18:44'),(14142,15644,'es',0,NULL,'Error:',NULL,'',0,'2019-11-07 09:18:44'),(14143,15645,'es',0,NULL,'Error: %s',NULL,'',0,'2019-11-07 09:18:44'),(14144,15646,'es',0,NULL,'Error: %s.',NULL,'',0,'2019-11-07 09:18:44'),(14145,15647,'es',0,NULL,'Error: No se puede acceder a la URL de entrega: %s',NULL,'',0,'2019-11-07 09:18:44'),(14146,15648,'es',0,NULL,'Error: La URL de entrega devolvió un código de respuesta: %s',NULL,'',0,'2019-11-07 09:18:44'),(14147,15649,'es',0,NULL,'Error: ID de atributo inexistente.',NULL,'',0,'2019-11-07 09:18:44'),(14148,15650,'es',0,NULL,'Erzincan',NULL,'',0,'2019-11-07 09:18:44'),(14149,15651,'es',0,NULL,'Erzurum',NULL,'',0,'2019-11-07 09:18:44'),(14150,15652,'es',0,NULL,'Tecla de escape',NULL,'',0,'2019-11-07 09:18:44'),(14151,15653,'es',0,NULL,'Eskişehir',NULL,'',0,'2019-11-07 09:18:44'),(14152,15654,'es',0,NULL,'Espírito Santo',NULL,'',0,'2019-11-07 09:18:44'),(14153,15655,'es',0,NULL,'Estado de México',NULL,'',0,'2019-11-07 09:18:44'),(14154,15656,'es',0,NULL,'Estonia',NULL,'',0,'2019-11-07 09:18:44'),(14155,15657,'es',0,NULL,'Etiopía',NULL,'',0,'2019-11-07 09:18:44'),(14156,13447,'es',0,NULL,'Birr etíope',NULL,'',0,'2019-11-07 09:18:44'),(14157,13448,'es',0,NULL,'Euro',NULL,'',0,'2019-11-07 09:18:44'),(14158,15658,'es',0,NULL,'Europa',NULL,'',0,'2019-11-07 09:18:44'),(14159,15659,'es',0,NULL,'Zona europea = Cualquier país en Europa = Tarifa plana de envío',NULL,'',0,'2019-11-07 09:18:44'),(14160,15660,'es',0,NULL,'Cada %d minutos',NULL,'',0,'2019-11-07 09:18:44'),(14161,13952,'es',0,NULL,'Cada %d minutos',NULL,'',0,'2019-11-07 09:18:44'),(14162,15661,'es',0,NULL,'Cada %s',NULL,'',0,'2019-11-07 09:18:44'),(14163,15662,'es',0,NULL,'Cada minuto',NULL,'',0,'2019-11-07 09:18:44'),(14164,15663,'es',0,NULL,'En todas partes',NULL,'',0,'2019-11-07 09:18:44'),(14165,15664,'es',0,NULL,'Excluir categorías',NULL,'',0,'2019-11-07 09:18:44'),(14166,15665,'es',0,NULL,'Productos excluidos',NULL,'',0,'2019-11-07 09:18:44'),(14167,15666,'es',0,NULL,'Excluir los artículos en oferta',NULL,'',0,'2019-11-07 09:18:44'),(14168,15667,'es',0,NULL,'Excluyendo los países seleccionados',NULL,'',0,'2019-11-07 09:18:44'),(14169,13705,'es',0,NULL,'Sin impuestos',NULL,'',0,'2019-11-07 09:18:44'),(14170,15668,'es',0,NULL,'Los productos existentes que coincidan en ID o SKU se actualizarán. Los productos que no existan se omitirán.',NULL,'',0,'2019-11-07 09:18:44'),(14171,15669,'es',0,NULL,'Expandir',NULL,'',0,'2019-11-07 09:18:44'),(14172,15670,'es',0,NULL,'Caducada',NULL,'',0,'2019-11-07 09:18:44'),(14173,15671,'es',0,NULL,'Caducada :(',NULL,'',0,'2019-11-07 09:18:44'),(14174,15672,'es',0,NULL,'Datos temporales caducados',NULL,'',0,'2019-11-07 09:18:44'),(14175,15673,'es',0,NULL,'Caduca',NULL,'',0,'2019-11-07 09:18:44'),(14176,15674,'es',0,NULL,'Caduca el:',NULL,'',0,'2019-11-07 09:18:44'),(14177,15675,'es',0,NULL,'Caduca pronto',NULL,'',0,'2019-11-07 09:18:44'),(14178,15676,'es',0,NULL,'¡Caduca pronto!',NULL,'',0,'2019-11-07 09:18:44'),(14179,15677,'es',0,NULL,'Caducidad (MM/AA)',NULL,'',0,'2019-11-07 09:18:44'),(14180,15678,'es',0,NULL,'Fecha de caducidad',NULL,'',0,'2019-11-07 09:18:44'),(14181,15679,'es',0,NULL,'Exportar',NULL,'',0,'2019-11-07 09:18:44'),(14182,15680,'es',0,NULL,'Exportar en formato CSV',NULL,'',0,'2019-11-07 09:18:44'),(14183,15681,'es',0,NULL,'Exportar productos',NULL,'',0,'2019-11-07 09:18:44'),(14184,15682,'es',0,NULL,'Exportar todas las categorías',NULL,'',0,'2019-11-07 09:18:44'),(14185,15683,'es',0,NULL,'Exportar todas las columnas',NULL,'',0,'2019-11-07 09:18:44'),(14186,15684,'es',0,NULL,'Exportar todos los productos',NULL,'',0,'2019-11-07 09:18:44'),(14187,15685,'es',0,NULL,'¿Exportar los meta personalizados?',NULL,'',0,'2019-11-07 09:18:44'),(14188,15686,'es',0,NULL,'Exportar productos a un archivo CSV',NULL,'',0,'2019-11-07 09:18:44'),(14189,15687,'es',0,NULL,'Extensiones %s',NULL,'',0,'2019-11-07 09:18:44'),(14190,15688,'es',0,NULL,'Las extensiones pueden añadir nuevas funcionalidades a tus páginas de producto para hacer que tu tienda destaque',NULL,'',0,'2019-11-07 09:18:44'),(14191,15689,'es',0,NULL,'URL externa',NULL,'',0,'2019-11-07 09:18:44'),(14192,15690,'es',0,NULL,'Caché externa de objetos',NULL,'',0,'2019-11-07 09:18:44'),(14193,15691,'es',0,NULL,'Producto externo',NULL,'',0,'2019-11-07 09:18:44'),(14194,15692,'es',0,NULL,'Los productos externos no pueden reservarse.',NULL,'',0,'2019-11-07 09:18:44'),(14195,15693,'es',0,NULL,'Los productos externos no pueden tener inventario.',NULL,'',0,'2019-11-07 09:18:44'),(14196,15694,'es',0,NULL,'Producto externo/afiliado',NULL,'',0,'2019-11-07 09:18:44'),(14197,15695,'es',0,NULL,'Fălești',NULL,'',0,'2019-11-07 09:18:44'),(14198,15696,'es',0,NULL,'FATA',NULL,'',0,'2019-11-07 09:18:44'),(14199,15697,'es',0,NULL,'Facebook',NULL,'',0,'2019-11-07 09:18:44'),(14200,15698,'es',0,NULL,'Facebook para WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(14201,15699,'es',0,NULL,'Icono de Facebook',NULL,'',0,'2019-11-07 09:18:44'),(14202,15700,'es',0,NULL,'Fallida',NULL,'',0,'2019-11-07 09:18:44'),(14203,15701,'es',0,NULL,'Fallaron <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:44'),(14204,15702,'es',0,NULL,'Pedido fallido',NULL,'',0,'2019-11-07 09:18:44'),(14205,15703,'es',0,NULL,'Los correos electrónicos de pedidos fallidos se envían a los destinatarios seleccionados cuando los pedidos han sido marcados como fallidos (si estaban previamente como pendientes o en espera).',NULL,'',0,'2019-11-07 09:18:44'),(14206,13764,'es',0,NULL,'Los pedidos fallidos están sin pagar y podrían haber sido abandonados por el cliente. Se enviarán a la papelera tras la duración especificada.',NULL,'',0,'2019-11-07 09:18:44'),(14207,15704,'es',0,NULL,'Falló al importar %s producto',NULL,'',0,'2019-11-07 09:18:44'),(14208,15705,'es',0,NULL,'Falló al importar %s productos',NULL,'',0,'2019-11-07 09:18:44'),(14209,15706,'es',0,NULL,'Fallo al recuperar la información del producto en woocommerce.com',NULL,'',0,'2019-11-07 09:18:44'),(14210,15707,'es',0,NULL,'No se ha podido actualizar el cupón',NULL,'',0,'2019-11-07 09:18:44'),(14211,15708,'es',0,NULL,'Islas Malvinas',NULL,'',0,'2019-11-07 09:18:44'),(14212,13450,'es',0,NULL,'Libra malvinense',NULL,'',0,'2019-11-07 09:18:44'),(14213,15709,'es',0,NULL,'Faridpur ',NULL,'',0,'2019-11-07 09:18:44'),(14214,15710,'es',0,NULL,'Islas Feroe',NULL,'',0,'2019-11-07 09:18:44'),(14215,15711,'es',0,NULL,'Fars (فارس)',NULL,'',0,'2019-11-07 09:18:44'),(14216,15712,'es',0,NULL,'Destacado',NULL,'',0,'2019-11-07 09:18:44'),(14217,15713,'es',0,NULL,'Categoría destacada',NULL,'',0,'2019-11-07 09:18:44'),(14218,15714,'es',0,NULL,'Producto destacado',NULL,'',0,'2019-11-07 09:18:44'),(14219,15715,'es',0,NULL,'Producto destacado.',NULL,'',0,'2019-11-07 09:18:44'),(14220,15716,'es',0,NULL,'Productos destacados',NULL,'',0,'2019-11-07 09:18:44'),(14221,15717,'es',0,NULL,'Cuota',NULL,'',0,'2019-11-07 09:18:44'),(14222,15718,'es',0,NULL,'La cuota ya se ha añadido.',NULL,'',0,'2019-11-07 09:18:44'),(14223,15719,'es',0,NULL,'Datos de las líneas de cuota.',NULL,'',0,'2019-11-07 09:18:44'),(14224,15720,'es',0,NULL,'Nombre de la cuota',NULL,'',0,'2019-11-07 09:18:44'),(14225,15721,'es',0,NULL,'El nombre de la cuota es requerido.',NULL,'',0,'2019-11-07 09:18:44'),(14226,15722,'es',0,NULL,'Nombre de la cuota.',NULL,'',0,'2019-11-07 09:18:44'),(14227,15723,'es',0,NULL,'La clase de impuesto de la cuota es requerida cuando la cuota es imponible.',NULL,'',0,'2019-11-07 09:18:44'),(14228,15724,'es',0,NULL,'Se requiere el título de la cuota',NULL,'',0,'2019-11-07 09:18:44'),(14229,15725,'es',0,NULL,'Tipo de cuota',NULL,'',0,'2019-11-07 09:18:44'),(14230,15726,'es',0,NULL,'Siéntete libre de volver a conectar de nuevo usando el botón de abajo.',NULL,'',0,'2019-11-07 09:18:44'),(14231,15727,'es',0,NULL,'Fejér',NULL,'',0,'2019-11-07 09:18:44'),(14232,15728,'es',0,NULL,'Feni',NULL,'',0,'2019-11-07 09:18:44'),(14233,15729,'es',0,NULL,'Fermo',NULL,'',0,'2019-11-07 09:18:44'),(14234,15730,'es',0,NULL,'Ferrara',NULL,'',0,'2019-11-07 09:18:44'),(14235,15731,'es',0,NULL,'Fiyi',NULL,'',0,'2019-11-07 09:18:44'),(14236,13449,'es',0,NULL,'Dólar fiyiano',NULL,'',0,'2019-11-07 09:18:44'),(14237,15732,'es',0,NULL,'Archivo',NULL,'',0,'2019-11-07 09:18:44'),(14238,15733,'es',0,NULL,'Archivo %d',NULL,'',0,'2019-11-07 09:18:44'),(14239,15734,'es',0,NULL,'ID del archivo',NULL,'',0,'2019-11-07 09:18:44'),(14240,15735,'es',0,NULL,'ID de archivo.',NULL,'',0,'2019-11-07 09:18:44'),(14241,15736,'es',0,NULL,'URL del archivo',NULL,'',0,'2019-11-07 09:18:44'),(14242,15737,'es',0,NULL,'URL del archivo.',NULL,'',0,'2019-11-07 09:18:44'),(14243,15738,'es',0,NULL,'Detalles del archivo.',NULL,'',0,'2019-11-07 09:18:44'),(14244,15739,'es',0,NULL,'El archivo no existe',NULL,'',0,'2019-11-07 09:18:44'),(14245,13675,'es',0,NULL,'Método de descarga de archivos',NULL,'',0,'2019-11-07 09:18:44'),(14246,15740,'es',0,NULL,'El archivo está vacío. Por favor sube algo con más sustancia. Este error podría ser causado también si las subidas de archivos están desactivadas en tu php.ini o si el post_max_size está definido como más pequeño que el upload_max_filesize en el php.ini.',NULL,'',0,'2019-11-07 09:18:44'),(14247,15741,'es',0,NULL,'Nombre de archivo',NULL,'',0,'2019-11-07 09:18:44'),(14248,15742,'es',0,NULL,'Nombre del archivo.',NULL,'',0,'2019-11-07 09:18:44'),(14249,15743,'es',0,NULL,'Archivo no encontrado',NULL,'',0,'2019-11-07 09:18:44'),(14250,15744,'es',0,NULL,'El archivo no se ha encontrado.',NULL,'',0,'2019-11-07 09:18:44'),(14251,15745,'es',0,NULL,'Filtrar',NULL,'',0,'2019-11-07 09:18:44'),(14252,15746,'es',0,NULL,'Filtrar productos por atributo',NULL,'',0,'2019-11-07 09:18:44'),(14253,15747,'es',0,NULL,'Filtrar productos por precio',NULL,'',0,'2019-11-07 09:18:44'),(14254,15748,'es',0,NULL,'Filtrar productos por puntuación',NULL,'',0,'2019-11-07 09:18:44'),(14255,15749,'es',0,NULL,'Filtrar por',NULL,'',0,'2019-11-07 09:18:44'),(14256,15750,'es',0,NULL,'Filtrar por dirección IP',NULL,'',0,'2019-11-07 09:18:44'),(14257,15751,'es',0,NULL,'Filtrar por atributo de producto',NULL,'',0,'2019-11-07 09:18:44'),(14258,15752,'es',0,NULL,'Filtrar por categoría de producto',NULL,'',0,'2019-11-07 09:18:44'),(14259,15753,'es',0,NULL,'Filtrar por categoría',NULL,'',0,'2019-11-07 09:18:44'),(14260,15754,'es',0,NULL,'Filtrar por cupón',NULL,'',0,'2019-11-07 09:18:44'),(14261,15755,'es',0,NULL,'Filtrar por archivo',NULL,'',0,'2019-11-07 09:18:44'),(14262,15756,'es',0,NULL,'Filtrar por nivel',NULL,'',0,'2019-11-07 09:18:44'),(14263,15757,'es',0,NULL,'Filtrar por pedido',NULL,'',0,'2019-11-07 09:18:44'),(14264,15758,'es',0,NULL,'Filtrar por precio',NULL,'',0,'2019-11-07 09:18:44'),(14265,15759,'es',0,NULL,'Filtrar por producto',NULL,'',0,'2019-11-07 09:18:44'),(14266,15760,'es',0,NULL,'Filtrar por tipo de producto',NULL,'',0,'2019-11-07 09:18:44'),(14267,15761,'es',0,NULL,'Filtrar por cliente registrado',NULL,'',0,'2019-11-07 09:18:44'),(14268,15762,'es',0,NULL,'Filtrar por origen',NULL,'',0,'2019-11-07 09:18:44'),(14269,15763,'es',0,NULL,'Filtrar por estado de inventario',NULL,'',0,'2019-11-07 09:18:44'),(14270,15764,'es',0,NULL,'Filtrar por usuario',NULL,'',0,'2019-11-07 09:18:44'),(14271,13908,'es',0,NULL,'Filtrar cupones',NULL,'',0,'2019-11-07 09:18:44'),(14272,13891,'es',0,NULL,'Filtrar pedidos',NULL,'',0,'2019-11-07 09:18:44'),(14273,13876,'es',0,NULL,'Filtrar productos',NULL,'',0,'2019-11-07 09:18:44'),(14274,15765,'es',0,NULL,'Filtros',NULL,'',0,'2019-11-07 09:18:44'),(14275,15766,'es',0,NULL,'Por último, los productos externos son para para enlaces fuera de tu sitio.',NULL,'',0,'2019-11-07 09:18:44'),(14276,15767,'es',0,NULL,'Terminar de configurar tu tienda',NULL,'',0,'2019-11-07 09:18:44'),(14277,15768,'es',0,NULL,'Finlandia',NULL,'',0,'2019-11-07 09:18:44'),(14278,15769,'es',0,NULL,'Firenze',NULL,'',0,'2019-11-07 09:18:44'),(14279,15770,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:18:44'),(14280,15771,'es',0,NULL,'Nombre.',NULL,'',0,'2019-11-07 09:18:44'),(14281,15772,'es',0,NULL,'Primera página',NULL,'',0,'2019-11-07 09:18:44'),(14282,15773,'es',0,NULL,'Cantidad fija',NULL,'',0,'2019-11-07 09:18:44'),(14283,15774,'es',0,NULL,'Cantidad fija por producto',NULL,'',0,'2019-11-07 09:18:44'),(14284,15775,'es',0,NULL,'Descuento fijo en el carrito',NULL,'',0,'2019-11-07 09:18:44'),(14285,15776,'es',0,NULL,'Descuento fijo de producto',NULL,'',0,'2019-11-07 09:18:44'),(14286,15777,'es',0,NULL,'Tarifa fija',NULL,'',0,'2019-11-07 09:18:44'),(14287,15778,'es',0,NULL,'Precio fijo',NULL,'',0,'2019-11-07 09:18:44'),(14288,15779,'es',0,NULL,'Precio único (heredado)',NULL,'',0,'2019-11-07 09:18:44'),(14289,15780,'es',0,NULL,'Florești',NULL,'',0,'2019-11-07 09:18:44'),(14290,15781,'es',0,NULL,'Florida',NULL,'',0,'2019-11-07 09:18:44'),(14291,15782,'es',0,NULL,'Borrar todos los registros',NULL,'',0,'2019-11-07 09:18:44'),(14292,15783,'es',0,NULL,'Selector del punto focal',NULL,'',0,'2019-11-07 09:18:44'),(14293,15784,'es',0,NULL,'Foggia',NULL,'',0,'2019-11-07 09:18:44'),(14294,13781,'es',0,NULL,'Texto de pie de página',NULL,'',0,'2019-11-07 09:18:44'),(14295,15785,'es',0,NULL,'Por ejemplo:',NULL,'',0,'2019-11-07 09:18:44'),(14296,15786,'es',0,NULL,'Para más ayuda con el núcleo de WooCommerce puedes utilizar los <a href=\"%1$s\">foros de la comunidad</a>. Si necesitas ayuda con extensiones de pago vendidas por WooCommerce por favor <a href=\"%2$s\">utiliza nuestro sistema de soporte</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14297,15787,'es',0,NULL,'Para más información:',NULL,'',0,'2019-11-07 09:18:44'),(14298,13807,'es',0,NULL,'Forzar HTTP al terminar el pago',NULL,'',0,'2019-11-07 09:18:44'),(14299,15788,'es',0,NULL,'Forzar SSL',NULL,'',0,'2019-11-07 09:18:44'),(14300,13806,'es',0,NULL,'Fuerza SSL (HTTPS) en las páginas de finalizar compra (<a href=\"%s\" target=\"_blank\">se requiere un certificado SSL</a>).',NULL,'',0,'2019-11-07 09:18:44'),(14301,13677,'es',0,NULL,'Forzar descargas',NULL,'',0,'2019-11-07 09:18:44'),(14302,13805,'es',0,NULL,'Forzar el pago seguro',NULL,'',0,'2019-11-07 09:18:44'),(14303,13723,'es',0,NULL,'Forzar el envío a la dirección de facturación del cliente',NULL,'',0,'2019-11-07 09:18:44'),(14304,13676,'es',0,NULL,'Forzar las descargas mantendrá ocultas las URLs, pero algunos servidores puede que sirvan archivos grandes de modo poco fiable. Si fuese compatible, se pueden usar %1$s / %2$s para servir descargas en su lugar (el servidor requiere %3$s).',NULL,'',0,'2019-11-07 09:18:44'),(14305,15789,'es',0,NULL,'Forlì-Cesena',NULL,'',0,'2019-11-07 09:18:44'),(14306,15790,'es',0,NULL,'Formosa',NULL,'',0,'2019-11-07 09:18:44'),(14307,15791,'es',0,NULL,'Encontradas %1$d actualizaciones (%2$s)',NULL,'',0,'2019-11-07 09:18:44'),(14308,15792,'es',0,NULL,'Se ha encontrado %d tarea programada',NULL,'',0,'2019-11-07 09:18:44'),(14309,15793,'es',0,NULL,'Se han encontrado %d tareas programadas',NULL,'',0,'2019-11-07 09:18:44'),(14310,15794,'es',0,NULL,'¿Encontraste un error?',NULL,'',0,'2019-11-07 09:18:44'),(14311,15795,'es',0,NULL,'Se encuentra en tu correo electrónico de confirmación de pedido.',NULL,'',0,'2019-11-07 09:18:44'),(14312,15796,'es',0,NULL,'Francia',NULL,'',0,'2019-11-07 09:18:44'),(14313,15797,'es',0,NULL,'Gratis',NULL,'',0,'2019-11-07 09:18:44'),(14314,15798,'es',0,NULL,'Gratis - Instálalo ahora',NULL,'',0,'2019-11-07 09:18:44'),(14315,15799,'es',0,NULL,'Envío gratuito',NULL,'',0,'2019-11-07 09:18:44'),(14316,15800,'es',0,NULL,'Estado Libre',NULL,'',0,'2019-11-07 09:18:44'),(14317,15801,'es',0,NULL,'Envío gratuito',NULL,'',0,'2019-11-07 09:18:44'),(14318,15802,'es',0,NULL,'Envío gratuito (heredado)',NULL,'',0,'2019-11-07 09:18:44'),(14319,15803,'es',0,NULL,'Cupón de envío gratuito',NULL,'',0,'2019-11-07 09:18:44'),(14320,15804,'es',0,NULL,'Envío gratuito es un método especial que puede ser provocado con cupones o gastos mínimos.',NULL,'',0,'2019-11-07 09:18:44'),(14321,15805,'es',0,NULL,'El envío gratuito requiere...',NULL,'',0,'2019-11-07 09:18:44'),(14322,15806,'es',0,NULL,'¡GRATIS!',NULL,'',0,'2019-11-07 09:18:44'),(14323,15807,'es',0,NULL,'Guayana Francesa',NULL,'',0,'2019-11-07 09:18:44'),(14324,15808,'es',0,NULL,'Polinesia Francesa',NULL,'',0,'2019-11-07 09:18:44'),(14325,15809,'es',0,NULL,'Territorios australes franceses',NULL,'',0,'2019-11-07 09:18:44'),(14326,15810,'es',0,NULL,'Fribourg',NULL,'',0,'2019-11-07 09:18:44'),(14327,15811,'es',0,NULL,'Nombre descriptivo para identificar esta clave.',NULL,'',0,'2019-11-07 09:18:44'),(14328,15812,'es',0,NULL,'Nombre descriptivo para identificar este webhook, por defecto es «Webhook creado el %s».',NULL,'',0,'2019-11-07 09:18:44'),(14329,15813,'es',0,NULL,'Desde el %1$s al %2$s',NULL,'',0,'2019-11-07 09:18:44'),(14330,15814,'es',0,NULL,'Desde el panel de control de tu cuenta puedes ver tus <a href=\"%1$s\">pedidos recientes</a>, gestionar tus <a href=\"%2$s\">direcciones de envío y facturación</a> y <a href=\"%3$s\">editar tu contraseña y los detalles de tu cuenta</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14331,15815,'es',0,NULL,'Frosinone',NULL,'',0,'2019-11-07 09:18:44'),(14332,15816,'es',0,NULL,'Fujian / 福建',NULL,'',0,'2019-11-07 09:18:44'),(14333,15817,'es',0,NULL,'Fukui',NULL,'',0,'2019-11-07 09:18:44'),(14334,15818,'es',0,NULL,'Fukuoka',NULL,'',0,'2019-11-07 09:18:44'),(14335,15819,'es',0,NULL,'Fukushima',NULL,'',0,'2019-11-07 09:18:44'),(14336,15820,'es',0,NULL,'Completa experiencia de pago pudiendo pagar ahora, más tarde o a plazos. Sin números de tarjeta de crédito, sin contraseñas, sin preocupaciones. <a href=\"%s\" target=\"_blank\">Aprende más sobre Klarna</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14337,15821,'es',0,NULL,'Nombre completo del continente.',NULL,'',0,'2019-11-07 09:18:44'),(14338,15822,'es',0,NULL,'Nombre completo del país.',NULL,'',0,'2019-11-07 09:18:44'),(14339,15823,'es',0,NULL,'Nombre completo de la moneda.',NULL,'',0,'2019-11-07 09:18:44'),(14340,15824,'es',0,NULL,'Nombre completo de la provincia.',NULL,'',0,'2019-11-07 09:18:44'),(14341,15825,'es',0,NULL,'Encabezado del correo electrónico de reembolso completo',NULL,'',0,'2019-11-07 09:18:44'),(14342,15826,'es',0,NULL,'Motivo del reembolso completo',NULL,'',0,'2019-11-07 09:18:44'),(14343,15827,'es',0,NULL,'Ampliar formación',NULL,'',0,'2019-11-07 09:18:44'),(14344,15828,'es',0,NULL,'Gümüşhane',NULL,'',0,'2019-11-07 09:18:44'),(14345,15829,'es',0,NULL,'GZip',NULL,'',0,'2019-11-07 09:18:44'),(14346,15830,'es',0,NULL,'Se usa Gzip (gzopen) para abrir la base de datos GEOIP de MaxMind.',NULL,'',0,'2019-11-07 09:18:44'),(14349,15953,'es',0,NULL,'Gabón',NULL,'',0,'2019-11-07 09:18:44'),(14350,15954,'es',0,NULL,'Gabrovo',NULL,'',0,'2019-11-07 09:18:44'),(14351,15955,'es',0,NULL,'Gaibandha',NULL,'',0,'2019-11-07 09:18:44'),(14352,15956,'es',0,NULL,'Galați',NULL,'',0,'2019-11-07 09:18:44'),(14353,15957,'es',0,NULL,'Galway',NULL,'',0,'2019-11-07 09:18:44'),(14354,15958,'es',0,NULL,'Gambia',NULL,'',0,'2019-11-07 09:18:44'),(14355,13456,'es',0,NULL,'Dalasi',NULL,'',0,'2019-11-07 09:18:44'),(14356,15959,'es',0,NULL,'Gandaki',NULL,'',0,'2019-11-07 09:18:44'),(14357,15960,'es',0,NULL,'Gansu / 甘肃',NULL,'',0,'2019-11-07 09:18:44'),(14358,15961,'es',0,NULL,'Pasarela desactivada',NULL,'',0,'2019-11-07 09:18:44'),(14359,13840,'es',0,NULL,'La recopilación de datos de uso nos permite mejorar WooCommerce - tu tienda se tendrá en cuenta cuando evaluemos nuevas características, juzguemos la calidad de una actualización, o determinemos si una mejora tiene sentido.',NULL,'',0,'2019-11-07 09:18:44'),(14360,15962,'es',0,NULL,'Gauteng',NULL,'',0,'2019-11-07 09:18:44'),(14361,15963,'es',0,NULL,'Gaziantep',NULL,'',0,'2019-11-07 09:18:44'),(14362,15964,'es',0,NULL,'Gazipur',NULL,'',0,'2019-11-07 09:18:44'),(14363,15965,'es',0,NULL,'Gbarpolu',NULL,'',0,'2019-11-07 09:18:44'),(14364,15966,'es',0,NULL,'Geita',NULL,'',0,'2019-11-07 09:18:44'),(14365,13394,'es',0,NULL,'General',NULL,'',0,'2019-11-07 09:18:44'),(14366,13582,'es',0,NULL,'Opciones generales',NULL,'',0,'2019-11-07 09:18:44'),(14367,15967,'es',0,NULL,'Generar clave de API',NULL,'',0,'2019-11-07 09:18:44'),(14368,15968,'es',0,NULL,'Generar CSV',NULL,'',0,'2019-11-07 09:18:44'),(14369,15969,'es',0,NULL,'Generar un código de cupón',NULL,'',0,'2019-11-07 09:18:44'),(14370,15970,'es',0,NULL,'Los métodos meta add/update/get no deberían usarse para los metadatos internos, incluido «%s». Utiliza getters y setters.',NULL,'',0,'2019-11-07 09:18:44'),(14371,15971,'es',0,NULL,'Geneva',NULL,'',0,'2019-11-07 09:18:44'),(14372,15972,'es',0,NULL,'Genova',NULL,'',0,'2019-11-07 09:18:44'),(14373,13568,'es',0,NULL,'Geolocalizar',NULL,'',0,'2019-11-07 09:18:44'),(14374,13569,'es',0,NULL,'Geolocalizar (compatible con caché de página)',NULL,'',0,'2019-11-07 09:18:44'),(14375,15973,'es',0,NULL,'¿Geolocalización activa?',NULL,'',0,'2019-11-07 09:18:44'),(14376,15974,'es',0,NULL,'Georgia',NULL,'',0,'2019-11-07 09:18:44'),(14377,13452,'es',0,NULL,'Lari georgiano',NULL,'',0,'2019-11-07 09:18:44'),(14378,15975,'es',0,NULL,'Alemania',NULL,'',0,'2019-11-07 09:18:44'),(14379,15976,'es',0,NULL,'Recibe una alerta si se cae tu tienda aunque solo sea unos pocos minutos.',NULL,'',0,'2019-11-07 09:18:44'),(14380,15977,'es',0,NULL,'Adquirir carrito no debería ser llamado antes de la acción wp_loaded',NULL,'',0,'2019-11-07 09:18:44'),(14381,15978,'es',0,NULL,'Obtén estadísticas de cómo va tu tienda, incluyendo ventas totales, los productos más vendidos y más.',NULL,'',0,'2019-11-07 09:18:44'),(14382,15979,'es',0,NULL,'Obtener el informe del sistema',NULL,'',0,'2019-11-07 09:18:44'),(14383,15980,'es',0,NULL,'Obtiene el valor de un campo individual.',NULL,'',0,'2019-11-07 09:18:44'),(14384,15981,'es',0,NULL,'Obtiene tus credenciales de la API desde PayPal.',NULL,'',0,'2019-11-07 09:18:44'),(14385,15982,'es',0,NULL,'Ghana',NULL,'',0,'2019-11-07 09:18:44'),(14386,13454,'es',0,NULL,'Cedi ghanés',NULL,'',0,'2019-11-07 09:18:44'),(14387,15983,'es',0,NULL,'Qazvín (قزوین)',NULL,'',0,'2019-11-07 09:18:44'),(14388,15984,'es',0,NULL,'Gibraltar',NULL,'',0,'2019-11-07 09:18:44'),(14389,13455,'es',0,NULL,'Libra de Gibraltar',NULL,'',0,'2019-11-07 09:18:44'),(14390,15985,'es',0,NULL,'Gifu',NULL,'',0,'2019-11-07 09:18:44'),(14391,15986,'es',0,NULL,'Guilán (گیلان)',NULL,'',0,'2019-11-07 09:18:44'),(14392,15987,'es',0,NULL,'Gilgit-Baltistán ',NULL,'',0,'2019-11-07 09:18:44'),(14393,15988,'es',0,NULL,'Gipuzkoa',NULL,'',0,'2019-11-07 09:18:44'),(14394,15989,'es',0,NULL,'Giresun',NULL,'',0,'2019-11-07 09:18:44'),(14395,15990,'es',0,NULL,'Girona',NULL,'',0,'2019-11-07 09:18:44'),(14396,15991,'es',0,NULL,'Gisborne',NULL,'',0,'2019-11-07 09:18:44'),(14397,15992,'es',0,NULL,'Proyecto en Github',NULL,'',0,'2019-11-07 09:18:44'),(14398,15993,'es',0,NULL,'Giurgiu',NULL,'',0,'2019-11-07 09:18:44'),(14399,15994,'es',0,NULL,'Pon aquí un nombre al nuevo producto. Este es un campo obligatorio y será el que tus clientes vean en la tienda.',NULL,'',0,'2019-11-07 09:18:44'),(14400,15995,'es',0,NULL,'Glarus',NULL,'',0,'2019-11-07 09:18:44'),(14401,15996,'es',0,NULL,'Glodeni',NULL,'',0,'2019-11-07 09:18:44'),(14402,15997,'es',0,NULL,'Ir',NULL,'',0,'2019-11-07 09:18:44'),(14403,15998,'es',0,NULL,'Ir a la categoría',NULL,'',0,'2019-11-07 09:18:44'),(14404,15999,'es',0,NULL,'Ir a la página',NULL,'',0,'2019-11-07 09:18:44'),(14405,16000,'es',0,NULL,'Ir a la tienda',NULL,'',0,'2019-11-07 09:18:44'),(14406,16001,'es',0,NULL,'Ir al primer o último día de una semana.',NULL,'',0,'2019-11-07 09:18:44'),(14407,16002,'es',0,NULL,'Ir a la primera página',NULL,'',0,'2019-11-07 09:18:44'),(14408,16003,'es',0,NULL,'Ir a la última página',NULL,'',0,'2019-11-07 09:18:44'),(14409,16004,'es',0,NULL,'Ir a la siguiente página',NULL,'',0,'2019-11-07 09:18:44'),(14410,16005,'es',0,NULL,'Ir a la página anterior',NULL,'',0,'2019-11-07 09:18:44'),(14411,16006,'es',0,NULL,'Goa',NULL,'',0,'2019-11-07 09:18:44'),(14412,16007,'es',0,NULL,'Goiás',NULL,'',0,'2019-11-07 09:18:44'),(14413,16008,'es',0,NULL,'Golestán (گلستان)',NULL,'',0,'2019-11-07 09:18:44'),(14414,16009,'es',0,NULL,'Gomba',NULL,'',0,'2019-11-07 09:18:44'),(14415,16010,'es',0,NULL,'Gombe',NULL,'',0,'2019-11-07 09:18:44'),(14416,16011,'es',0,NULL,'Bueno',NULL,'',0,'2019-11-07 09:18:44'),(14417,16012,'es',0,NULL,'Gopalganj',NULL,'',0,'2019-11-07 09:18:44'),(14418,16013,'es',0,NULL,'Gorizia',NULL,'',0,'2019-11-07 09:18:44'),(14419,16014,'es',0,NULL,'Gorj',NULL,'',0,'2019-11-07 09:18:44'),(14420,16015,'es',0,NULL,'Gorontalo',NULL,'',0,'2019-11-07 09:18:44'),(14421,16016,'es',0,NULL,'Gramos',NULL,'',0,'2019-11-07 09:18:44'),(14422,16017,'es',0,NULL,'Granada',NULL,'',0,'2019-11-07 09:18:44'),(14423,16018,'es',0,NULL,'Grand Bassa',NULL,'',0,'2019-11-07 09:18:44'),(14424,16019,'es',0,NULL,'Grand Cape Mount',NULL,'',0,'2019-11-07 09:18:44'),(14425,16020,'es',0,NULL,'Grand Gedeh',NULL,'',0,'2019-11-07 09:18:44'),(14426,16021,'es',0,NULL,'Grand Kru',NULL,'',0,'2019-11-07 09:18:44'),(14427,16022,'es',0,NULL,'Gran total.',NULL,'',0,'2019-11-07 09:18:44'),(14428,16023,'es',0,NULL,'Permitir acceso',NULL,'',0,'2019-11-07 09:18:44'),(14429,13683,'es',0,NULL,'Permitir acceso a los productos descargables después del pago',NULL,'',0,'2019-11-07 09:18:44'),(14430,16024,'es',0,NULL,'Graubünden',NULL,'',0,'2019-11-07 09:18:44'),(14431,16025,'es',0,NULL,'Grecia',NULL,'',0,'2019-11-07 09:18:44'),(14432,16026,'es',0,NULL,'Groenlandia',NULL,'',0,'2019-11-07 09:18:44'),(14433,16027,'es',0,NULL,'Granada',NULL,'',0,'2019-11-07 09:18:44'),(14434,16028,'es',0,NULL,'Cantidad de ventas bruto',NULL,'',0,'2019-11-07 09:18:44'),(14435,16029,'es',0,NULL,'Ventas brutas en el periodo.',NULL,'',0,'2019-11-07 09:18:44'),(14436,16030,'es',0,NULL,'Grosseto',NULL,'',0,'2019-11-07 09:18:44'),(14437,16031,'es',0,NULL,'Grupo',NULL,'',0,'2019-11-07 09:18:44'),(14438,16032,'es',0,NULL,'Tipo de grupo.',NULL,'',0,'2019-11-07 09:18:44'),(14439,16033,'es',0,NULL,'Producto agrupado',NULL,'',0,'2019-11-07 09:18:44'),(14440,16034,'es',0,NULL,'Productos agrupados',NULL,'',0,'2019-11-07 09:18:44'),(14441,16035,'es',0,NULL,'Productos agrupados son para agrupar varios productos simples en uno solo.',NULL,'',0,'2019-11-07 09:18:44'),(14442,16036,'es',0,NULL,'Guadalajara',NULL,'',0,'2019-11-07 09:18:44'),(14443,16037,'es',0,NULL,'Guadalupe',NULL,'',0,'2019-11-07 09:18:44'),(14444,16038,'es',0,NULL,'Guairá',NULL,'',0,'2019-11-07 09:18:44'),(14445,16039,'es',0,NULL,'Guam',NULL,'',0,'2019-11-07 09:18:44'),(14446,16040,'es',0,NULL,'Guanajuato',NULL,'',0,'2019-11-07 09:18:44'),(14447,16041,'es',0,NULL,'Guangdong / 广东',NULL,'',0,'2019-11-07 09:18:44'),(14448,16042,'es',0,NULL,'Guangxi Zhuang / 广西壮族',NULL,'',0,'2019-11-07 09:18:44'),(14449,16043,'es',0,NULL,'Guatemala',NULL,'',0,'2019-11-07 09:18:44'),(14450,13458,'es',0,NULL,'Quetzal guatemalteco',NULL,'',0,'2019-11-07 09:18:44'),(14451,16044,'es',0,NULL,'Guernsey',NULL,'',0,'2019-11-07 09:18:44'),(14452,13453,'es',0,NULL,'Libra de Guernsey',NULL,'',0,'2019-11-07 09:18:44'),(14453,16045,'es',0,NULL,'Guerrero',NULL,'',0,'2019-11-07 09:18:44'),(14454,16046,'es',0,NULL,'Invitado',NULL,'',0,'2019-11-07 09:18:44'),(14455,13730,'es',0,NULL,'Pago como invitado',NULL,'',0,'2019-11-07 09:18:44'),(14456,16047,'es',0,NULL,'Pedidos de invitados',NULL,'',0,'2019-11-07 09:18:44'),(14457,16048,'es',0,NULL,'Ventas a invitados',NULL,'',0,'2019-11-07 09:18:44'),(14458,16049,'es',0,NULL,'Guimaras',NULL,'',0,'2019-11-07 09:18:44'),(14459,16050,'es',0,NULL,'Guinea',NULL,'',0,'2019-11-07 09:18:44'),(14460,16051,'es',0,NULL,'Guinea-Bisáu',NULL,'',0,'2019-11-07 09:18:44'),(14461,13457,'es',0,NULL,'Franco guineano',NULL,'',0,'2019-11-07 09:18:44'),(14462,16052,'es',0,NULL,'Guizhou / 贵州',NULL,'',0,'2019-11-07 09:18:44'),(14463,16053,'es',0,NULL,'Gujarat',NULL,'',0,'2019-11-07 09:18:44'),(14464,16054,'es',0,NULL,'Gulu',NULL,'',0,'2019-11-07 09:18:44'),(14465,16055,'es',0,NULL,'Gunma',NULL,'',0,'2019-11-07 09:18:44'),(14466,16056,'es',0,NULL,'Guyana',NULL,'',0,'2019-11-07 09:18:44'),(14467,13459,'es',0,NULL,'Dólar guyanés',NULL,'',0,'2019-11-07 09:18:44'),(14468,16057,'es',0,NULL,'Győr-Moson-Sopron',NULL,'',0,'2019-11-07 09:18:44'),(14469,16058,'es',0,NULL,'Hîncești',NULL,'',0,'2019-11-07 09:18:44'),(14470,16059,'es',0,NULL,'HH:mm',NULL,'',0,'2019-11-07 09:18:44'),(14471,16060,'es',0,NULL,'HTML',NULL,'',0,'2019-11-07 09:18:44'),(14472,16061,'es',0,NULL,'Descripción HTML del recurso.',NULL,'',0,'2019-11-07 09:18:44'),(14473,16062,'es',0,NULL,'Plantilla de correo electrónico HTML',NULL,'',0,'2019-11-07 09:18:44'),(14474,16063,'es',0,NULL,'Plantilla HTML',NULL,'',0,'2019-11-07 09:18:44'),(14475,16064,'es',0,NULL,'HTML / mensajes de correo electrónico de varias partes utilizan DOMDocument para generar CSS en línea en las plantillas.',NULL,'',0,'2019-11-07 09:18:44'),(14476,16065,'es',0,NULL,'Habiganj',NULL,'',0,'2019-11-07 09:18:44'),(14477,16066,'es',0,NULL,'Hainan / 海南',NULL,'',0,'2019-11-07 09:18:44'),(14478,16067,'es',0,NULL,'Haití',NULL,'',0,'2019-11-07 09:18:44'),(14479,13463,'es',0,NULL,'Gourde',NULL,'',0,'2019-11-07 09:18:44'),(14480,16068,'es',0,NULL,'Hajdú-Bihar',NULL,'',0,'2019-11-07 09:18:44'),(14481,16069,'es',0,NULL,'Hakkari',NULL,'',0,'2019-11-07 09:18:44'),(14482,16070,'es',0,NULL,'Hamadán (همدان)',NULL,'',0,'2019-11-07 09:18:44'),(14483,16071,'es',0,NULL,'Productos elegidos manualmente',NULL,'',0,'2019-11-07 09:18:44'),(14484,16072,'es',0,NULL,'¿Recortar imagen?',NULL,'',0,'2019-11-07 09:18:44'),(14485,16073,'es',0,NULL,'Harghita',NULL,'',0,'2019-11-07 09:18:44'),(14486,16074,'es',0,NULL,'Haryana',NULL,'',0,'2019-11-07 09:18:44'),(14487,16075,'es',0,NULL,'Haskovo',NULL,'',0,'2019-11-07 09:18:44'),(14488,16076,'es',0,NULL,'Hatay',NULL,'',0,'2019-11-07 09:18:44'),(14489,16077,'es',0,NULL,'¿Tienes un cupón?',NULL,'',0,'2019-11-07 09:18:44'),(14490,16078,'es',0,NULL,'¿Ya tienes una tienda?',NULL,'',0,'2019-11-07 09:18:44'),(14491,16079,'es',0,NULL,'Haz que tus clientes paguen en efectivo (o por otros medios) en el momento de la entrega.',NULL,'',0,'2019-11-07 09:18:44'),(14492,16080,'es',0,NULL,'Hawaii',NULL,'',0,'2019-11-07 09:18:44'),(14493,16081,'es',0,NULL,'Bahía de Hawke',NULL,'',0,'2019-11-07 09:18:44'),(14494,13779,'es',0,NULL,'Imagen de cabecera',NULL,'',0,'2019-11-07 09:18:44'),(14495,16082,'es',0,NULL,'Islas Heard y McDonald',NULL,'',0,'2019-11-07 09:18:44'),(14496,16083,'es',0,NULL,'Hebei / 河北',NULL,'',0,'2019-11-07 09:18:44'),(14497,16084,'es',0,NULL,'Altura',NULL,'',0,'2019-11-07 09:18:44'),(14498,16085,'es',0,NULL,'Altura (%s)',NULL,'',0,'2019-11-07 09:18:44'),(14499,16086,'es',0,NULL,'Heilongjiang / 黑龙江',NULL,'',0,'2019-11-07 09:18:44'),(14500,16087,'es',0,NULL,'Hola %1$s (¿no eres %1$s? <a href=\"%2$s\">Cerrar sesión</a>)',NULL,'',0,'2019-11-07 09:18:44'),(14501,16088,'es',0,NULL,'Ayuda y soporte',NULL,'',0,'2019-11-07 09:18:44'),(14502,16089,'es',0,NULL,'Ayuda a mejorar WooCommerce con el seguimiento de uso',NULL,'',0,'2019-11-07 09:18:44'),(14503,16090,'es',0,NULL,'Ayuda a los visitantes a encontrar tus productos.',NULL,'',0,'2019-11-07 09:18:44'),(14504,16091,'es',0,NULL,'Henan / 河南',NULL,'',0,'2019-11-07 09:18:44'),(14505,16092,'es',0,NULL,'Aquí tienes los detalles de tu pedido realizado el %s:',NULL,'',0,'2019-11-07 09:18:44'),(14506,16093,'es',0,NULL,'Heves',NULL,'',0,'2019-11-07 09:18:44'),(14507,16094,'es',0,NULL,'Hola %s,',NULL,'',0,'2019-11-07 09:18:44'),(14508,16095,'es',0,NULL,'¡Hola! Sube un archivo CSV que contenga las tasas de impuestos para importar el contenido en tu tienda. Elige un archivo .csv para cargar y haz clic en «Subir archivo e importar».',NULL,'',0,'2019-11-07 09:18:44'),(14509,16096,'es',0,NULL,'Hidalgo',NULL,'',0,'2019-11-07 09:18:44'),(14510,16097,'es',0,NULL,'Oculto',NULL,'',0,'2019-11-07 09:18:44'),(14511,16098,'es',0,NULL,'Ocultar opciones avanzadas',NULL,'',0,'2019-11-07 09:18:44'),(14512,16099,'es',0,NULL,'Ocultar categorías vacías',NULL,'',0,'2019-11-07 09:18:44'),(14513,16100,'es',0,NULL,'Ocultar errores a los visitantes',NULL,'',0,'2019-11-07 09:18:44'),(14514,16101,'es',0,NULL,'¿Ocultar errores a los visitantes?',NULL,'',0,'2019-11-07 09:18:44'),(14515,16102,'es',0,NULL,'Ocultar productos gratuitos',NULL,'',0,'2019-11-07 09:18:44'),(14516,16103,'es',0,NULL,'Ocultar la valoración completa',NULL,'',0,'2019-11-07 09:18:44'),(14517,16104,'es',0,NULL,'Ocultar el carrito si está vacío',NULL,'',0,'2019-11-07 09:18:44'),(14518,13669,'es',0,NULL,'Ocultar en el catálogo los artículos agotados',NULL,'',0,'2019-11-07 09:18:44'),(14519,13718,'es',0,NULL,'Ocultar los gastos de envío hasta que se introduzca una dirección',NULL,'',0,'2019-11-07 09:18:44'),(14520,16105,'es',0,NULL,'Ocultar plantilla ',NULL,'',0,'2019-11-07 09:18:44'),(14521,16106,'es',0,NULL,'La jerarquía está oculta.',NULL,'',0,'2019-11-07 09:18:44'),(14522,16107,'es',0,NULL,'La jerarquía es visible.',NULL,'',0,'2019-11-07 09:18:44'),(14523,16108,'es',0,NULL,'La mayor valoración',NULL,'',0,'2019-11-07 09:18:44'),(14524,16109,'es',0,NULL,'Destaca los campos obligatorios con un asterisco',NULL,'',0,'2019-11-07 09:18:44'),(14525,16110,'es',0,NULL,'Himachal Pradesh',NULL,'',0,'2019-11-07 09:18:44'),(14526,16111,'es',0,NULL,'Hiroshima',NULL,'',0,'2019-11-07 09:18:44'),(14527,16112,'es',0,NULL,'Hoima',NULL,'',0,'2019-11-07 09:18:44'),(14528,16113,'es',0,NULL,'Hokkaidō',NULL,'',0,'2019-11-07 09:18:44'),(14529,13658,'es',0,NULL,'Mantener el inventario (para pedidos pendientes de pago) durante x minutos. Cuando se alcance este límite se cancelará el pedido pendiente. Déjalo en blanco para desactivarlo.',NULL,'',0,'2019-11-07 09:18:44'),(14530,13657,'es',0,NULL,'Mantener en inventario (en minutos)',NULL,'',0,'2019-11-07 09:18:44'),(14531,16114,'es',0,NULL,'URL de portada.',NULL,'',0,'2019-11-07 09:18:44'),(14532,16115,'es',0,NULL,'Teclas de inicio y fin',NULL,'',0,'2019-11-07 09:18:44'),(14533,13461,'es',0,NULL,'Lempira hondureño',NULL,'',0,'2019-11-07 09:18:44'),(14534,16116,'es',0,NULL,'Honduras',NULL,'',0,'2019-11-07 09:18:44'),(14535,16117,'es',0,NULL,'Hong Kong',NULL,'',0,'2019-11-07 09:18:44'),(14536,16118,'es',0,NULL,'Isla de Hong Kong',NULL,'',0,'2019-11-07 09:18:44'),(14537,13460,'es',0,NULL,'Dólar de Hong Kong',NULL,'',0,'2019-11-07 09:18:44'),(14538,16119,'es',0,NULL,'Gancho',NULL,'',0,'2019-11-07 09:18:44'),(14539,16120,'es',0,NULL,'Con suerte, volverán. Lee más sobre <a href=\"https://docs.woocommerce.com/document/managing-orders/\">el diagnóstico de los pagos fallidos</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14540,16121,'es',0,NULL,'Hormozgán (هرمزگان)',NULL,'',0,'2019-11-07 09:18:44'),(14541,16122,'es',0,NULL,'Número de la casa y nombre de la calle',NULL,'',0,'2019-11-07 09:18:44'),(14542,16123,'es',0,NULL,'¿Cúantos productos deberían mostrarse por fila?',NULL,'',0,'2019-11-07 09:18:44'),(14543,16124,'es',0,NULL,'¿Cuántas filas de producto deberían mostrarse por página?',NULL,'',0,'2019-11-07 09:18:44'),(14544,16125,'es',0,NULL,'Cuántas veces puede usarse en total el cupón.',NULL,'',0,'2019-11-07 09:18:44'),(14545,16126,'es',0,NULL,'Cuántas veces puede usar el cupón cada cliente.',NULL,'',0,'2019-11-07 09:18:44'),(14546,16127,'es',0,NULL,'Cuántas veces se puede utilizar este cupón antes de que se anule.',NULL,'',0,'2019-11-07 09:18:44'),(14547,16128,'es',0,NULL,'Cuántas veces puede utilizar este cupón un solo usuario. Utiliza el correo electrónico de facturación para los invitados y el ID de usuario para los usuarios registrados.',NULL,'',0,'2019-11-07 09:18:44'),(14548,16129,'es',0,NULL,'¿Cómo deberían ordenarse por defecto los productos en el catálogo?',NULL,'',0,'2019-11-07 09:18:44'),(14549,13776,'es',0,NULL,'Cómo aparece la dirección de correo electrónico del remitente en los correos salientes de WooCommerce.',NULL,'',0,'2019-11-07 09:18:44'),(14550,13774,'es',0,NULL,'Cómo aparece el nombre del remitente en los correos electrónicos salientes de WooCommerce.',NULL,'',0,'2019-11-07 09:18:44'),(14551,16130,'es',0,NULL,'Cómo calcular los cargos por envío',NULL,'',0,'2019-11-07 09:18:44'),(14552,16131,'es',0,NULL,'Cómo actualizar tu versión de PHP',NULL,'',0,'2019-11-07 09:18:44'),(14553,16132,'es',0,NULL,'Cómo actualizar el prefijo de tu base de datos',NULL,'',0,'2019-11-07 09:18:44'),(14554,16133,'es',0,NULL,'Isla Howland',NULL,'',0,'2019-11-07 09:18:44'),(14555,16134,'es',0,NULL,'Huánuco',NULL,'',0,'2019-11-07 09:18:44'),(14556,16135,'es',0,NULL,'Huambo',NULL,'',0,'2019-11-07 09:18:44'),(14557,16136,'es',0,NULL,'Huancavelica',NULL,'',0,'2019-11-07 09:18:44'),(14558,16137,'es',0,NULL,'Hubei / 湖北',NULL,'',0,'2019-11-07 09:18:44'),(14559,16138,'es',0,NULL,'Huelva',NULL,'',0,'2019-11-07 09:18:44'),(14560,16139,'es',0,NULL,'Huesca',NULL,'',0,'2019-11-07 09:18:44'),(14561,16140,'es',0,NULL,'Hunan / 湖南',NULL,'',0,'2019-11-07 09:18:44'),(14562,16141,'es',0,NULL,'Hunedoara',NULL,'',0,'2019-11-07 09:18:44'),(14563,13464,'es',0,NULL,'Florín húngaro',NULL,'',0,'2019-11-07 09:18:44'),(14564,16142,'es',0,NULL,'Hungría',NULL,'',0,'2019-11-07 09:18:44'),(14565,16143,'es',0,NULL,'Huíla',NULL,'',0,'2019-11-07 09:18:44'),(14566,16144,'es',0,NULL,'Hyogo',NULL,'',0,'2019-11-07 09:18:44'),(14567,16145,'es',0,NULL,'He leído y estoy de acuerdo con los %s de la web',NULL,'',0,'2019-11-07 09:18:44'),(14568,16146,'es',0,NULL,'Tengo pensado vender tanto productos físicos como digitales',NULL,'',0,'2019-11-07 09:18:44'),(14569,16147,'es',0,NULL,'Tengo pensado vender productos digitales',NULL,'',0,'2019-11-07 09:18:44'),(14570,16148,'es',0,NULL,'Tengo pensado vender productos físicos',NULL,'',0,'2019-11-07 09:18:44'),(14571,16149,'es',0,NULL,'También venderé productos o servicios en persona.',NULL,'',0,'2019-11-07 09:18:44'),(14572,16150,'es',0,NULL,'Iğdır',NULL,'',0,'2019-11-07 09:18:44'),(14573,16151,'es',0,NULL,'IBAN',NULL,'',0,'2019-11-07 09:18:44'),(14574,16152,'es',0,NULL,'ID',NULL,'',0,'2019-11-07 09:18:44'),(14575,16153,'es',0,NULL,'ID %d',NULL,'',0,'2019-11-07 09:18:44'),(14576,16154,'es',0,NULL,'ID no es válido.',NULL,'',0,'2019-11-07 09:18:44'),(14577,16155,'es',0,NULL,'ID de la agrupación superior.',NULL,'',0,'2019-11-07 09:18:44'),(14578,16156,'es',0,NULL,'ID al que reasignar las publicaciones.',NULL,'',0,'2019-11-07 09:18:44'),(14579,16157,'es',0,NULL,'ID.',NULL,'',0,'2019-11-07 09:18:44'),(14580,16158,'es',0,NULL,'ID: %d',NULL,'',0,'2019-11-07 09:18:44'),(14581,16159,'es',0,NULL,'IDs de los subgrupos de ajustes.',NULL,'',0,'2019-11-07 09:18:44'),(14582,16160,'es',0,NULL,'IFSC',NULL,'',0,'2019-11-07 09:18:44'),(14583,16161,'es',0,NULL,'Dirección IP',NULL,'',0,'2019-11-07 09:18:44'),(14584,16162,'es',0,NULL,'Dirección IP',NULL,'',0,'2019-11-07 09:18:44'),(14585,16163,'es',0,NULL,'Avisos por correo electrónico de IPN',NULL,'',0,'2019-11-07 09:18:44'),(14586,16164,'es',0,NULL,'Pago IPN completado',NULL,'',0,'2019-11-07 09:18:44'),(14587,16165,'es',0,NULL,'Código ISO del país.',NULL,'',0,'2019-11-07 09:18:44'),(14588,16166,'es',0,NULL,'Código ISO o nombre del estado, provincia o distrito.',NULL,'',0,'2019-11-07 09:18:44'),(14589,16167,'es',0,NULL,'Código de país ISO3166 alpha-2.',NULL,'',0,'2019-11-07 09:18:44'),(14590,16168,'es',0,NULL,'Código de moneda ISO4217.',NULL,'',0,'2019-11-07 09:18:44'),(14591,16169,'es',0,NULL,'Iași',NULL,'',0,'2019-11-07 09:18:44'),(14592,16170,'es',0,NULL,'Ialomița',NULL,'',0,'2019-11-07 09:18:44'),(14593,16171,'es',0,NULL,'Ialoveni',NULL,'',0,'2019-11-07 09:18:44'),(14594,16172,'es',0,NULL,'Ibanda',NULL,'',0,'2019-11-07 09:18:44'),(14595,16173,'es',0,NULL,'Ibaraki',NULL,'',0,'2019-11-07 09:18:44'),(14596,16174,'es',0,NULL,'Ica',NULL,'',0,'2019-11-07 09:18:44'),(14597,16175,'es',0,NULL,'Islandia',NULL,'',0,'2019-11-07 09:18:44'),(14598,13472,'es',0,NULL,'Corona islandesa',NULL,'',0,'2019-11-07 09:18:44'),(14599,16176,'es',0,NULL,'Idaho',NULL,'',0,'2019-11-07 09:18:44'),(14600,16177,'es',0,NULL,'Si deseas que el contra reembolso solo esté disponible para ciertos métodos de envío, configúralo aquí. Déjalo en blanco para activarlo para todos los métodos.',NULL,'',0,'2019-11-07 09:18:44'),(14601,16178,'es',0,NULL,'Si se activa se mostrará este texto en toda la tienda. ¡Puedes usarlo para mostrar eventos o promociones a los visitantes!',NULL,'',0,'2019-11-07 09:18:44'),(14602,16179,'es',0,NULL,'Si se gestiona el inventario, esto controla si se permiten reservas.',NULL,'',0,'2019-11-07 09:18:44'),(14603,16180,'es',0,NULL,'Si gestionas el inventario, esto controla si se permitirán reservas o no. Si se activa, el inventario puede ser menor que 0.',NULL,'',0,'2019-11-07 09:18:44'),(14604,16181,'es',0,NULL,'Si la compra de este producto permite al cliente acceder a un archivo descargable, por ejemplo, software, marca esta casilla.',NULL,'',0,'2019-11-07 09:18:44'),(14605,16182,'es',0,NULL,'Si el pago se reembolsó mediante la API.',NULL,'',0,'2019-11-07 09:18:44'),(14606,16183,'es',0,NULL,'Si el producto es descargable.',NULL,'',0,'2019-11-07 09:18:44'),(14607,16184,'es',0,NULL,'Si el producto es virtual.',NULL,'',0,'2019-11-07 09:18:44'),(14608,16185,'es',0,NULL,'Si la variación es descargable.',NULL,'',0,'2019-11-07 09:18:44'),(14609,16186,'es',0,NULL,'Si la variación es virtual.',NULL,'',0,'2019-11-07 09:18:44'),(14610,16187,'es',0,NULL,'Si es visible la variación.',NULL,'',0,'2019-11-07 09:18:44'),(14611,16188,'es',0,NULL,'Si es <em>true</em> y el método de envío gratuito requiere un cupón este cupón activará el envío gratuito.',NULL,'',0,'2019-11-07 09:18:44'),(14612,16189,'es',0,NULL,'Si es <em>true</em> el cupón solo se puede usar individualmente. El resto de cupones que se añadan se borrarán del carrito.',NULL,'',0,'2019-11-07 09:18:44'),(14613,16190,'es',0,NULL,'Si es <em>true</em>, la nota se mostrará a los clientes y se les avisará. Si es <em>false</em>, la nota solo será de referencia para el administrador. ',NULL,'',0,'2019-11-07 09:18:44'),(14614,16191,'es',0,NULL,'Si es <em>true</em> este cupón no se aplicará a los artículos que tengan precios rebajados.',NULL,'',0,'2019-11-07 09:18:44'),(14615,16192,'es',0,NULL,'Si el valor es true esta nota se atribuirá al usuario actual. -Si el valor es false la nota se atribuirá al sistema.',NULL,'',0,'2019-11-07 09:18:44'),(14616,16193,'es',0,NULL,'Si estás modificando WooCommerce en un tema padre que no has creado personalmente, te recomendamos utilizar un tema hijo. Ver: <a href=\"%s\" target=\"_blank\">Cómo crear un tema hijo</a>',NULL,'',0,'2019-11-07 09:18:44'),(14617,16194,'es',0,NULL,'Si has copiado sobre un archivo de plantilla para cambiar algo, entonces tendrás que copiar la nueva versión de la plantilla y aplicar de nuevo tus cambios.',NULL,'',0,'2019-11-07 09:18:44'),(14618,16195,'es',0,NULL,'Si creas una cuenta almacenaremos tu nombre, dirección, correo electrónico y número de teléfono, lo que usaremos para el proceso de pago y futuros pedidos.',NULL,'',0,'2019-11-07 09:18:44'),(14619,13803,'es',0,NULL,'Si defines una página de términos y condiciones se preguntará al cliente si los acepta en el momento de pagar.',NULL,'',0,'2019-11-07 09:18:44'),(14620,16196,'es',0,NULL,'Si no hiciste esta solicitud simplemente ignora este correo electrónico. Si quieres proceder:',NULL,'',0,'2019-11-07 09:18:44'),(14621,16197,'es',0,NULL,'Si encuentras un error en el núcleo de WooCommerce puedes crear un ticket en la zona de <a href=\"%1$s\">errores de Github</a>. Antes de enviar tu informe, asegúrate de haber leído la <a href=\"%2$s\">guía de colaboración</a>. Para ayudarnos a resolver tu problema, por favor procura ser tan descriptivo como puedas e incluye el <a href=\"%3$s\">informe de estado de tu sistema</a> .',NULL,'',0,'2019-11-07 09:18:44'),(14622,16198,'es',0,NULL,'Si tienes un código de cupón, por favor, aplícalo abajo.',NULL,'',0,'2019-11-07 09:18:44'),(14623,16199,'es',0,NULL,'Si ya eres cliente, por favor, rellena tus datos a continuación. Si eres un nuevo cliente, continúa en la sección de facturación.',NULL,'',0,'2019-11-07 09:18:44'),(14624,16200,'es',0,NULL,'Si te gusta %1$s, por favor, déjanos una valoración de %2$s. ¡Gracias anticipadas!',NULL,'',0,'2019-11-07 09:18:44'),(14625,16201,'es',0,NULL,'Si quieres, puedes introducir aquí estructuras personalizadas para las URLs de tus productos. Por ejemplo, usar <code>tienda</code> haría que tu producto se enlace como <code>%stienda/producto-ejemplo/</code>. Este ajuste afecta solo a las URLs de producto, no a otras cosas, como a las categorías de producto.',NULL,'',0,'2019-11-07 09:18:44'),(14626,16202,'es',0,NULL,'Si necesitas acceder otra vez al asistente de configuración haz clic en el botón de abajo por favor.',NULL,'',0,'2019-11-07 09:18:44'),(14627,16203,'es',0,NULL,'Si quieres aprender más de un experto sobre cómo usar WooCommerce, considera ampliar tu formación con un curso de WooCommerce.',NULL,'',0,'2019-11-07 09:18:44'),(14628,16204,'es',0,NULL,'Si quieres ofrecer <span class=\"help_tip\" data-tip=\"%1$s\">tarifas en directo</span> de un transportista específico (p.ej. UPS) puedes encontrar una amplia variedad de extensiones disponibles para WooCommerce <a href=\"%2$s\" target=\"_blank\">aquí</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14629,16205,'es',0,NULL,'Si tu dirección de correo principal de PayPal es diferente al correo de PayPal introducido arriba, escribe tu dirección principal de recepción de correo de PayPal aquí. Esto se usa para validar las peticiones IPN.',NULL,'',0,'2019-11-07 09:18:44'),(14630,16206,'es',0,NULL,'Ifugao',NULL,'',0,'2019-11-07 09:18:44'),(14631,16207,'es',0,NULL,'Iganga',NULL,'',0,'2019-11-07 09:18:44'),(14632,16208,'es',0,NULL,'Ilaam (ایلام)',NULL,'',0,'2019-11-07 09:18:44'),(14633,16209,'es',0,NULL,'Ilfov',NULL,'',0,'2019-11-07 09:18:44'),(14634,16210,'es',0,NULL,'Illinois',NULL,'',0,'2019-11-07 09:18:44'),(14635,16211,'es',0,NULL,'Ilocos Norte',NULL,'',0,'2019-11-07 09:18:44'),(14636,16212,'es',0,NULL,'Ilocos Sur',NULL,'',0,'2019-11-07 09:18:44'),(14637,16213,'es',0,NULL,'Iloilo',NULL,'',0,'2019-11-07 09:18:44'),(14638,16214,'es',0,NULL,'Imagen',NULL,'',0,'2019-11-07 09:18:44'),(14639,16215,'es',0,NULL,'ID de imagen.',NULL,'',0,'2019-11-07 09:18:44'),(14640,16216,'es',0,NULL,'URL de la imagen.',NULL,'',0,'2019-11-07 09:18:44'),(14641,16217,'es',0,NULL,'Texto alternativo de la imagen.',NULL,'',0,'2019-11-07 09:18:44'),(14642,16218,'es',0,NULL,'Datos de la imagen.',NULL,'',0,'2019-11-07 09:18:44'),(14643,16219,'es',0,NULL,'Nombre de la imagen.',NULL,'',0,'2019-11-07 09:18:44'),(14644,16220,'es',0,NULL,'Imagen del producto al que pertenece la valoración.',NULL,'',0,'2019-11-07 09:18:44'),(14645,16221,'es',0,NULL,'Posición de la imagen. 0 significa que la imagen está destacada.',NULL,'',0,'2019-11-07 09:18:44'),(14646,16222,'es',0,NULL,'Tamaño de imagen usado para los productos en el catálogo.',NULL,'',0,'2019-11-07 09:18:44'),(14647,16223,'es',0,NULL,'Tamaño de imagen utilizado para la imagen principal en las páginas de producto. Estas imágenes se mantendrán sin recortar.',NULL,'',0,'2019-11-07 09:18:44'),(14648,16224,'es',0,NULL,'URL de la imagen',NULL,'',0,'2019-11-07 09:18:44'),(14649,16225,'es',0,NULL,'Imágenes',NULL,'',0,'2019-11-07 09:18:44'),(14650,16226,'es',0,NULL,'Las imágenes se recortarán a un recuadro',NULL,'',0,'2019-11-07 09:18:44'),(14651,16227,'es',0,NULL,'Las imágenes se recortarán a una relación de aspecto personalizada',NULL,'',0,'2019-11-07 09:18:44'),(14652,16228,'es',0,NULL,'Las imágenes se mostrarán usando la relación de aspecto en la que se subieron',NULL,'',0,'2019-11-07 09:18:44'),(14653,16229,'es',0,NULL,'Imo',NULL,'',0,'2019-11-07 09:18:44'),(14654,16230,'es',0,NULL,'Imperia',NULL,'',0,'2019-11-07 09:18:44'),(14655,16231,'es',0,NULL,'Importar',NULL,'',0,'2019-11-07 09:18:44'),(14656,16232,'es',0,NULL,'Importar <strong>productos</strong> a tu tienda a traves de un archivo CSV.',NULL,'',0,'2019-11-07 09:18:44'),(14657,16233,'es',0,NULL,'Importa <strong>impuestos</strong> a tu tienda mediante un archivo csv.',NULL,'',0,'2019-11-07 09:18:44'),(14658,16234,'es',0,NULL,'Importar CSV',NULL,'',0,'2019-11-07 09:18:44'),(14659,16235,'es',0,NULL,'Importar productos',NULL,'',0,'2019-11-07 09:18:44'),(14660,16236,'es',0,NULL,'Importar como datos meta',NULL,'',0,'2019-11-07 09:18:44'),(14661,16237,'es',0,NULL,'Importación completada - %s tasas de impuestos importadas.',NULL,'',0,'2019-11-07 09:18:44'),(14662,16238,'es',0,NULL,'¡Importación completa!',NULL,'',0,'2019-11-07 09:18:44'),(14663,16239,'es',0,NULL,'Importa productos',NULL,'',0,'2019-11-07 09:18:44'),(14664,16240,'es',0,NULL,'Importar productos desde un archivo CSV',NULL,'',0,'2019-11-07 09:18:44'),(14665,16241,'es',0,NULL,'Importar tasas de impuestos',NULL,'',0,'2019-11-07 09:18:44'),(14666,16242,'es',0,NULL,'Importando',NULL,'',0,'2019-11-07 09:18:44'),(14667,16243,'es',0,NULL,'Mejorar las ofertas de nuestra tienda',NULL,'',0,'2019-11-07 09:18:44'),(14668,16244,'es',0,NULL,'Para que funcione el <strong>cacheo de la base de datos</strong> con WooCommerce debes añadir %1$s a la opción de «Cadenas de petición ignoradas» en <a href=\"%2$s\">los ajustes de W3 Total Cache</a>.',NULL,'',0,'2019-11-07 09:18:44'),(14669,16245,'es',0,NULL,'Hay existencias',NULL,'',0,'2019-11-07 09:18:44'),(14670,16246,'es',0,NULL,'¿En inventario?',NULL,'',0,'2019-11-07 09:18:44'),(14671,16247,'es',0,NULL,'En esta sección deberías apuntar con quién estás compartiendo datos, y con qué objetivo. Esto podría incluir, pero no está solo limitado a ello, análisis, marketing, pasarelas de pago, proveedores de envío, e incrustados de terceros.',NULL,'',0,'2019-11-07 09:18:44'),(14672,16248,'es',0,NULL,'En esta subsección deberías apuntar qué otros procesadores de pago externos estás usando para admitir pagos en tu tienda, ya que puede que manejen datos de los clientes. Hemos incluido PayPal como ejemplo, pero deberías borrarlo si no estás usando PayPal.',NULL,'',0,'2019-11-07 09:18:44'),(14673,16249,'es',0,NULL,'En curso <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:44'),(14674,16250,'es',0,NULL,'En curso',NULL,'',0,'2019-11-07 09:18:44'),(14675,16251,'es',0,NULL,'Inactivo',NULL,'',0,'2019-11-07 09:18:44'),(14676,13760,'es',0,NULL,'Cuentas inactivas son las que no han accedido, o realizado algún pedido, durante una duración especificada. Se borrarán. Cualquier pedido se convertirá en pedido de invitado.',NULL,'',0,'2019-11-07 09:18:44'),(14677,16252,'es',0,NULL,'Plugins inactivos',NULL,'',0,'2019-11-07 09:18:44'),(14678,16253,'es',0,NULL,'Plugins inactivos.',NULL,'',0,'2019-11-07 09:18:44'),(14679,16254,'es',0,NULL,'Pulgadas',NULL,'',0,'2019-11-07 09:18:44'),(14680,13704,'es',0,NULL,'IVA Incluido',NULL,'',0,'2019-11-07 09:18:44'),(14681,16255,'es',0,NULL,'Incrementa el precio existente en (cantidad fija o %):',NULL,'',0,'2019-11-07 09:18:44'),(14682,16256,'es',0,NULL,'incrementar el precio de oferta existente en (cantidad fija o %):',NULL,'',0,'2019-11-07 09:18:44'),(14683,16257,'es',0,NULL,'Aumentar el inventario existente en:',NULL,'',0,'2019-11-07 09:18:44'),(14684,16258,'es',0,NULL,'Incrementar precios normales (cantidad fija o porcentaje)',NULL,'',0,'2019-11-07 09:18:44'),(14685,16259,'es',0,NULL,'Incrementar precios rebajados (cantidad fija o porcentaje)',NULL,'',0,'2019-11-07 09:18:44'),(14686,16260,'es',0,NULL,'Aumentar la memoria asignada para PHP',NULL,'',0,'2019-11-07 09:18:44'),(14687,16261,'es',0,NULL,'India',NULL,'',0,'2019-11-07 09:18:44'),(14688,13468,'es',0,NULL,'Rupia india',NULL,'',0,'2019-11-07 09:18:44'),(14689,16262,'es',0,NULL,'Indiana',NULL,'',0,'2019-11-07 09:18:44'),(14690,16263,'es',0,NULL,'Indica el orden que aparecerá en las peticiones.',NULL,'',0,'2019-11-07 09:18:44'),(14691,16264,'es',0,NULL,'Uso individual',NULL,'',0,'2019-11-07 09:18:44'),(14692,16265,'es',0,NULL,'Indonesia',NULL,'',0,'2019-11-07 09:18:44'),(14693,13465,'es',0,NULL,'Rupia indonesia',NULL,'',0,'2019-11-07 09:18:44'),(14694,16266,'es',0,NULL,'Información',NULL,'',0,'2019-11-07 09:18:44'),(14695,16267,'es',0,NULL,'Información sobre el servidor web que está alojando tu sitio.',NULL,'',0,'2019-11-07 09:18:44'),(14696,16268,'es',0,NULL,'Inner Mongolia / 內蒙古',NULL,'',0,'2019-11-07 09:18:44'),(14697,16269,'es',0,NULL,'Insertar URL del archivo',NULL,'',0,'2019-11-07 09:18:44'),(14698,13874,'es',0,NULL,'Insertar en producto',NULL,'',0,'2019-11-07 09:18:44'),(14699,16270,'es',0,NULL,'Insertar fila',NULL,'',0,'2019-11-07 09:18:44'),(14700,16271,'es',0,NULL,'Instala WooCommerce Admin',NULL,'',0,'2019-11-07 09:18:44'),(14701,16272,'es',0,NULL,'Instalado',NULL,'',0,'2019-11-07 09:18:44'),(14702,16273,'es',0,NULL,'Extensiones instaladas sin una suscripción',NULL,'',0,'2019-11-07 09:18:44'),(14703,13728,'es',0,NULL,'En la siguiente lista se muestran los métodos de pago instalados. Arrástralos y suéltalos para ordenarlos y controlar cómo se verán en la tienda.',NULL,'',0,'2019-11-07 09:18:44'),(14704,16274,'es',0,NULL,'Instrucciones',NULL,'',0,'2019-11-07 09:18:44'),(14705,16275,'es',0,NULL,'Instrucciones que se añadirán a la página de agradecimiento y correos electrónicos.',NULL,'',0,'2019-11-07 09:18:44'),(14706,16276,'es',0,NULL,'Instrucciones que se añadirán a la página de agradecimiento.',NULL,'',0,'2019-11-07 09:18:44'),(14707,16277,'es',0,NULL,'Privilegios insuficientes para exportar productos.',NULL,'',0,'2019-11-07 09:18:44'),(14708,16278,'es',0,NULL,'Privilegios insuficientes para importar productos.',NULL,'',0,'2019-11-07 09:18:44'),(14709,16279,'es',0,NULL,'Integra tu tienda con USPS comprando etiquetas de envío con descuento, e imprímelas directamente desde el escritorio de WooCommerce. Utiliza WooCommerce Services.',NULL,'',0,'2019-11-07 09:18:44'),(14710,13401,'es',0,NULL,'Integración',NULL,'',0,'2019-11-07 09:18:44'),(14711,16280,'es',0,NULL,'Interactúa con el calendario y selecciona las fechas de inicio y fin.',NULL,'',0,'2019-11-07 09:18:44'),(14712,16281,'es',0,NULL,'Tarifa plana internacional (heredado)',NULL,'',0,'2019-11-07 09:18:44'),(14713,16282,'es',0,NULL,'%s no válido',NULL,'',0,'2019-11-07 09:18:44'),(14714,16283,'es',0,NULL,'%s ID no válido',NULL,'',0,'2019-11-07 09:18:44'),(14715,16284,'es',0,NULL,'ID no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14716,16285,'es',0,NULL,'URL no válida %s.',NULL,'',0,'2019-11-07 09:18:44'),(14717,16286,'es',0,NULL,'ID de acción no válida. No se encontró ningún estado.',NULL,'',0,'2019-11-07 09:18:44'),(14718,16287,'es',0,NULL,'Método de identificación no válido',NULL,'',0,'2019-11-07 09:18:44'),(14719,16288,'es',0,NULL,'Dirección correo electrónico de facturación no válido ',NULL,'',0,'2019-11-07 09:18:44'),(14720,16289,'es',0,NULL,'Opción de visibilidad del catálogo no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14721,16290,'es',0,NULL,'Cupón no válido',NULL,'',0,'2019-11-07 09:18:44'),(14722,16291,'es',0,NULL,'ID de cupón no válido',NULL,'',0,'2019-11-07 09:18:44'),(14723,16292,'es',0,NULL,'Código de cupón no válido',NULL,'',0,'2019-11-07 09:18:44'),(14724,16293,'es',0,NULL,'Tipo de cupón no válido - el tipo de cupón debe ser alguno de estos: %s',NULL,'',0,'2019-11-07 09:18:44'),(14725,16294,'es',0,NULL,'Cupón no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14726,16295,'es',0,NULL,'Código de moneda no válido',NULL,'',0,'2019-11-07 09:18:44'),(14727,16296,'es',0,NULL,'Cliente incorrecto',NULL,'',0,'2019-11-07 09:18:44'),(14728,16297,'es',0,NULL,'ID de cliente no válido',NULL,'',0,'2019-11-07 09:18:44'),(14729,16298,'es',0,NULL,'Correo electrónico de cliente no válido',NULL,'',0,'2019-11-07 09:18:44'),(14730,16299,'es',0,NULL,'Búsqueda de cliente no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14731,16300,'es',0,NULL,'Cliente no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14732,16301,'es',0,NULL,'Almacenamiento de datos no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14733,16302,'es',0,NULL,'Fecha no válida',NULL,'',0,'2019-11-07 09:18:44'),(14734,16303,'es',0,NULL,'Cantidad de descuento no válida',NULL,'',0,'2019-11-07 09:18:44'),(14735,16304,'es',0,NULL,'Tipo de descuento no válido',NULL,'',0,'2019-11-07 09:18:44'),(14736,16305,'es',0,NULL,'Enlace de descarga no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14737,16306,'es',0,NULL,'Registro de descarga no válido: no tiene ID.',NULL,'',0,'2019-11-07 09:18:44'),(14738,16307,'es',0,NULL,'Registro de descarga no válido: no encontrado.',NULL,'',0,'2019-11-07 09:18:44'),(14739,16308,'es',0,NULL,'Descarga no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14740,16309,'es',0,NULL,'Dirección de correo electrónico no válida',NULL,'',0,'2019-11-07 09:18:44'),(14741,16310,'es',0,NULL,'Restricción de dirección de correo electrónico no válida',NULL,'',0,'2019-11-07 09:18:44'),(14742,16311,'es',0,NULL,'Campo no válido',NULL,'',0,'2019-11-07 09:18:44'),(14743,16312,'es',0,NULL,'Tipo de archivo no válido. El importador es compatible con archivos en formatos CSV y TXT.',NULL,'',0,'2019-11-07 09:18:44'),(14744,16313,'es',0,NULL,'Imagen no válida: %s',NULL,'',0,'2019-11-07 09:18:44'),(14745,16314,'es',0,NULL,'Artículos no válidos',NULL,'',0,'2019-11-07 09:18:44'),(14746,16315,'es',0,NULL,'Nonce no válido - este nonce ya ha sido utilizado.',NULL,'',0,'2019-11-07 09:18:44'),(14747,16316,'es',0,NULL,'Verificación no válida',NULL,'',0,'2019-11-07 09:18:44'),(14748,16317,'es',0,NULL,'SKU no válido o duplicado.',NULL,'',0,'2019-11-07 09:18:44'),(14749,16318,'es',0,NULL,'Campos de token de pago no disponibles o no válidos.',NULL,'',0,'2019-11-07 09:18:44'),(14750,16319,'es',0,NULL,'Pedido no válido',NULL,'',0,'2019-11-07 09:18:44'),(14751,16320,'es',0,NULL,'ID del pedido no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14752,16321,'es',0,NULL,'Elemento de pedido no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14753,16322,'es',0,NULL,'El ID de la nota de pedido no es válido',NULL,'',0,'2019-11-07 09:18:44'),(14754,16323,'es',0,NULL,'ID del reembolso del pedido no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14755,16324,'es',0,NULL,'Pedido no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14756,16325,'es',0,NULL,'ID de padre no válido',NULL,'',0,'2019-11-07 09:18:44'),(14757,16326,'es',0,NULL,'Pasarela de pago no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14758,16327,'es',0,NULL,'Método de pago no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14759,16328,'es',0,NULL,'Token de pago no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14760,16329,'es',0,NULL,'ID de permiso no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14761,16330,'es',0,NULL,'ID de entrada no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14762,16331,'es',0,NULL,'Producto no válido',NULL,'',0,'2019-11-07 09:18:44'),(14763,16332,'es',0,NULL,'ID de producto no válido',NULL,'',0,'2019-11-07 09:18:44'),(14764,16333,'es',0,NULL,'ID %d de producto no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14765,16334,'es',0,NULL,'ID de producto no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14766,16335,'es',0,NULL,'SKU de producto no válido',NULL,'',0,'2019-11-07 09:18:44'),(14767,16336,'es',0,NULL,'ID de atributo de producto no válido',NULL,'',0,'2019-11-07 09:18:44'),(14768,16337,'es',0,NULL,'El tipo de atributo de producto «order_by» no es válido - el tipo de atributo de producto «order_by» debe ser alguno de los siguientes: %s',NULL,'',0,'2019-11-07 09:18:44'),(14769,16338,'es',0,NULL,'Tipo de atributo de producto no válido - el tipo de atributo de producto debe ser cualquiera de estos: %s',NULL,'',0,'2019-11-07 09:18:44'),(14770,16339,'es',0,NULL,'ID de categoría de producto no es válido',NULL,'',0,'2019-11-07 09:18:44'),(14771,16340,'es',0,NULL,'ID de valoración de producto no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14772,16341,'es',0,NULL,'ID de clase de envío del producto no válido',NULL,'',0,'2019-11-07 09:18:44'),(14773,16342,'es',0,NULL,'ID de la etiqueta de producto no válida',NULL,'',0,'2019-11-07 09:18:44'),(14774,16343,'es',0,NULL,'Estado de impuesto de producto no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14775,16344,'es',0,NULL,'Tipo de producto no válido - el tipo debe ser alguno de los siguientes: %s',NULL,'',0,'2019-11-07 09:18:44'),(14776,16345,'es',0,NULL,'Tipo de producto no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14777,16346,'es',0,NULL,'Producto no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14778,16347,'es',0,NULL,'Productos no válidos en el cuerpo de la solicitud.',NULL,'',0,'2019-11-07 09:18:44'),(14779,16348,'es',0,NULL,'Tasa no válida',NULL,'',0,'2019-11-07 09:18:44'),(14780,16349,'es',0,NULL,'El importe de reembolso no es válido',NULL,'',0,'2019-11-07 09:18:44'),(14781,16350,'es',0,NULL,'Cantidad de reembolso no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14782,16351,'es',0,NULL,'ID de recurso no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14783,16352,'es',0,NULL,'ID de recurso no válida para reasignación.',NULL,'',0,'2019-11-07 09:18:44'),(14784,16353,'es',0,NULL,'ID del recurso no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14785,16354,'es',0,NULL,'ID de valoración no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14786,16355,'es',0,NULL,'Contenido de valoración no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14787,16356,'es',0,NULL,'Perfil no válido',NULL,'',0,'2019-11-07 09:18:44'),(14788,16357,'es',0,NULL,'Programación no válida. No se puede guardar la acción.',NULL,'',0,'2019-11-07 09:18:44'),(14789,16358,'es',0,NULL,'Ámbito no válido %s',NULL,'',0,'2019-11-07 09:18:44'),(14790,16359,'es',0,NULL,'Grupo de ajustes no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14791,16360,'es',0,NULL,'Ajuste no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14792,16361,'es',0,NULL,'¡Método de envío no válido!',NULL,'',0,'2019-11-07 09:18:44'),(14793,16362,'es',0,NULL,'Firma no válida - hubo un fallo al ordenar parámetros.',NULL,'',0,'2019-11-07 09:18:44'),(14794,16363,'es',0,NULL,'Firma no válida - la firma proporcionada no coincide.',NULL,'',0,'2019-11-07 09:18:44'),(14795,16364,'es',0,NULL,'Firma no válida - el método de firma no es válido.',NULL,'',0,'2019-11-07 09:18:44'),(14796,16365,'es',0,NULL,'Clase de impuesto no válida',NULL,'',0,'2019-11-07 09:18:44'),(14797,16366,'es',0,NULL,'Fecha y hora no válida.',NULL,'',0,'2019-11-07 09:18:44'),(14798,16367,'es',0,NULL,'ID de herramienta no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14799,16368,'es',0,NULL,'Usuario o correo electrónico no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14800,16369,'es',0,NULL,'Valor no válido publicado para %s',NULL,'',0,'2019-11-07 09:18:44'),(14801,16370,'es',0,NULL,'ID de variación no válido',NULL,'',0,'2019-11-07 09:18:44'),(14802,16371,'es',0,NULL,'ID del webhook no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14803,16372,'es',0,NULL,'ID de entrega de webhook no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14804,16373,'es',0,NULL,'Entrega de webhook no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14805,16374,'es',0,NULL,'Webhook no válido.',NULL,'',0,'2019-11-07 09:18:44'),(14806,13621,'es',0,NULL,'Inventario',NULL,'',0,'2019-11-07 09:18:44'),(14807,16375,'es',0,NULL,'Recibo del pedido #{order_number}',NULL,'',0,'2019-11-07 09:18:44'),(14808,16376,'es',0,NULL,'Recibo del pedido #{order_number} en {site_title}',NULL,'',0,'2019-11-07 09:18:44'),(14809,16377,'es',0,NULL,'Prefijo de factura',NULL,'',0,'2019-11-07 09:18:44'),(14810,16378,'es',0,NULL,'Iowa',NULL,'',0,'2019-11-07 09:18:44'),(14811,16379,'es',0,NULL,'Irán',NULL,'',0,'2019-11-07 09:18:44'),(14812,13470,'es',0,NULL,'Rial iraní',NULL,'',0,'2019-11-07 09:18:44'),(14813,13471,'es',0,NULL,'Toman iraní',NULL,'',0,'2019-11-07 09:18:44'),(14814,16380,'es',0,NULL,'Irak',NULL,'',0,'2019-11-07 09:18:44'),(14815,13469,'es',0,NULL,'Dinar iraquí',NULL,'',0,'2019-11-07 09:18:44'),(14816,16381,'es',0,NULL,'Irlanda',NULL,'',0,'2019-11-07 09:18:44'),(14817,16382,'es',0,NULL,'Iringa',NULL,'',0,'2019-11-07 09:18:44'),(14818,16383,'es',0,NULL,'¿Está la clase DomDocument activa?',NULL,'',0,'2019-11-07 09:18:44'),(14819,16384,'es',0,NULL,'¿Está GZip activo?',NULL,'',0,'2019-11-07 09:18:44'),(14820,16385,'es',0,NULL,'¿Está SUHOSIN instalado?',NULL,'',0,'2019-11-07 09:18:44'),(14821,16386,'es',0,NULL,'¿Está la clase SoapCliente activa?',NULL,'',0,'2019-11-07 09:18:44'),(14822,16387,'es',0,NULL,'¿Está activo el modo de depuración de WordPress?',NULL,'',0,'2019-11-07 09:18:44'),(14823,16388,'es',0,NULL,'¿Es WordPress multisitio?',NULL,'',0,'2019-11-07 09:18:44'),(14824,16389,'es',0,NULL,'¿Es un atributo global?',NULL,'',0,'2019-11-07 09:18:44'),(14825,16390,'es',0,NULL,'¿Está destacado?',NULL,'',0,'2019-11-07 09:18:44'),(14826,16391,'es',0,NULL,'¿Está fsockopen/cURL activo?',NULL,'',0,'2019-11-07 09:18:44'),(14827,16392,'es',0,NULL,'¿Se puede escribir en el directorio de registros?',NULL,'',0,'2019-11-07 09:18:44'),(14828,16393,'es',0,NULL,'¿Está mbstring activo?',NULL,'',0,'2019-11-07 09:18:44'),(14829,16394,'es',0,NULL,'¿Es segura la conexión a tu tienda?',NULL,'',0,'2019-11-07 09:18:44'),(14830,16395,'es',0,NULL,'¿Es el cliente un cliente de pago?',NULL,'',0,'2019-11-07 09:18:44'),(14831,16396,'es',0,NULL,'¿Es este tema un tema hijo?',NULL,'',0,'2019-11-07 09:18:44'),(14832,16397,'es',0,NULL,'Isabela',NULL,'',0,'2019-11-07 09:18:44'),(14833,16398,'es',0,NULL,'Isernia',NULL,'',0,'2019-11-07 09:18:44'),(14834,16399,'es',0,NULL,'Isfahán (اصفهان)',NULL,'',0,'2019-11-07 09:18:44'),(14835,16400,'es',0,NULL,'Ishikawa',NULL,'',0,'2019-11-07 09:18:44'),(14836,16401,'es',0,NULL,'Isingiro',NULL,'',0,'2019-11-07 09:18:44'),(14837,16402,'es',0,NULL,'Territorio de la capital Islamabad',NULL,'',0,'2019-11-07 09:18:44'),(14838,16403,'es',0,NULL,'Isla de Man',NULL,'',0,'2019-11-07 09:18:44'),(14839,16404,'es',0,NULL,'Isparta',NULL,'',0,'2019-11-07 09:18:44'),(14840,16405,'es',0,NULL,'Israel',NULL,'',0,'2019-11-07 09:18:44'),(14841,13466,'es',0,NULL,'Nuevo shéquel israelí',NULL,'',0,'2019-11-07 09:18:44'),(14842,16406,'es',0,NULL,'Italia',NULL,'',0,'2019-11-07 09:18:44'),(14843,16407,'es',0,NULL,'Itapúa',NULL,'',0,'2019-11-07 09:18:44'),(14844,16408,'es',0,NULL,'Artículo',NULL,'',0,'2019-11-07 09:18:44'),(14845,16409,'es',0,NULL,'Inventario del artículo #%1$s incrementado de %2$s a %3$s.',NULL,'',0,'2019-11-07 09:18:44'),(14846,16410,'es',0,NULL,'ID del artículo.',NULL,'',0,'2019-11-07 09:18:44'),(14847,16411,'es',0,NULL,'Artículo movido abajo',NULL,'',0,'2019-11-07 09:18:44'),(14848,16412,'es',0,NULL,'Artículo movido arriba',NULL,'',0,'2019-11-07 09:18:44'),(14849,16413,'es',0,NULL,'“%s”',NULL,'',0,'2019-11-07 09:18:44'),(14850,13712,'es',0,NULL,'Detallado',NULL,'',0,'2019-11-07 09:18:44'),(14851,16414,'es',0,NULL,'Artículos',NULL,'',0,'2019-11-07 09:18:44'),(14852,16415,'es',0,NULL,'Productos comprados',NULL,'',0,'2019-11-07 09:18:44'),(14853,16416,'es',0,NULL,'Costa de Marfil',NULL,'',0,'2019-11-07 09:18:44'),(14854,16417,'es',0,NULL,'Iwate',NULL,'',0,'2019-11-07 09:18:44'),(14855,16418,'es',0,NULL,'JCB',NULL,'',0,'2019-11-07 09:18:44'),(14856,16419,'es',0,NULL,'La compatibilidad con JSONP está desactivada en este sitio',NULL,'',0,'2019-11-07 09:18:44'),(14857,16420,'es',0,NULL,'Jaén',NULL,'',0,'2019-11-07 09:18:44'),(14858,16421,'es',0,NULL,'Jalisco',NULL,'',0,'2019-11-07 09:18:44'),(14859,16422,'es',0,NULL,'Jamaica',NULL,'',0,'2019-11-07 09:18:44'),(14860,13474,'es',0,NULL,'Dólar jamaiquino',NULL,'',0,'2019-11-07 09:18:44'),(14861,16423,'es',0,NULL,'Jamalpur',NULL,'',0,'2019-11-07 09:18:44'),(14862,16424,'es',0,NULL,'Jambi',NULL,'',0,'2019-11-07 09:18:44'),(14863,16425,'es',0,NULL,'Jammu and Kashmir',NULL,'',0,'2019-11-07 09:18:44'),(14864,16426,'es',0,NULL,'Janakpur',NULL,'',0,'2019-11-07 09:18:44'),(14865,16427,'es',0,NULL,'Japón',NULL,'',0,'2019-11-07 09:18:44'),(14866,13476,'es',0,NULL,'Yen japonés',NULL,'',0,'2019-11-07 09:18:44'),(14867,16428,'es',0,NULL,'Isla Jarvis',NULL,'',0,'2019-11-07 09:18:44'),(14868,16429,'es',0,NULL,'Jashore',NULL,'',0,'2019-11-07 09:18:44'),(14869,16430,'es',0,NULL,'Jawa Barat',NULL,'',0,'2019-11-07 09:18:44'),(14870,16431,'es',0,NULL,'Jawa Tengah',NULL,'',0,'2019-11-07 09:18:44'),(14871,16432,'es',0,NULL,'Jawa Timur',NULL,'',0,'2019-11-07 09:18:44'),(14872,16433,'es',0,NULL,'Jersey',NULL,'',0,'2019-11-07 09:18:44'),(14873,13473,'es',0,NULL,'Libra de Jersey',NULL,'',0,'2019-11-07 09:18:44'),(14874,16434,'es',0,NULL,'Jetpack',NULL,'',0,'2019-11-07 09:18:44'),(14875,16435,'es',0,NULL,'Logotipo de Jetpack',NULL,'',0,'2019-11-07 09:18:44'),(14876,16436,'es',0,NULL,'Jhalokati',NULL,'',0,'2019-11-07 09:18:44'),(14877,16437,'es',0,NULL,'Jharkhand',NULL,'',0,'2019-11-07 09:18:44'),(14878,16438,'es',0,NULL,'Jhenaidah',NULL,'',0,'2019-11-07 09:18:44'),(14879,16439,'es',0,NULL,'Jiangsu / 江苏',NULL,'',0,'2019-11-07 09:18:44'),(14880,16440,'es',0,NULL,'Jiangxi / 江西',NULL,'',0,'2019-11-07 09:18:44'),(14881,16441,'es',0,NULL,'Jigawa',NULL,'',0,'2019-11-07 09:18:44'),(14882,16442,'es',0,NULL,'Jilin / 吉林',NULL,'',0,'2019-11-07 09:18:44'),(14883,16443,'es',0,NULL,'Jinja',NULL,'',0,'2019-11-07 09:18:44'),(14884,16444,'es',0,NULL,'Atolón Johnston',NULL,'',0,'2019-11-07 09:18:44'),(14885,16445,'es',0,NULL,'Johor',NULL,'',0,'2019-11-07 09:18:44'),(14886,16446,'es',0,NULL,'Únete a 16 millones de clientes que usan MailChimp. Sincroniza tus listas y almacena datos para enviar correos electrónicos automáticos, y campañas segmentadas.',NULL,'',0,'2019-11-07 09:18:44'),(14887,16447,'es',0,NULL,'Jordania',NULL,'',0,'2019-11-07 09:18:44'),(14888,13475,'es',0,NULL,'Dinar jordano',NULL,'',0,'2019-11-07 09:18:44'),(14889,16448,'es',0,NULL,'Joypurhat',NULL,'',0,'2019-11-07 09:18:44'),(14890,16449,'es',0,NULL,'Jujuy',NULL,'',0,'2019-11-07 09:18:44'),(14891,16450,'es',0,NULL,'Junín',NULL,'',0,'2019-11-07 09:18:44'),(14892,16451,'es',0,NULL,'Jura',NULL,'',0,'2019-11-07 09:18:44'),(14893,16452,'es',0,NULL,'Solo para que estés informado — hemos recibido tu pedido #%s, y ahora se está procesando:',NULL,'',0,'2019-11-07 09:18:44'),(14894,16453,'es',0,NULL,'Jász-Nagykun-Szolnok',NULL,'',0,'2019-11-07 09:18:44'),(14895,16454,'es',0,NULL,'Kütahya',NULL,'',0,'2019-11-07 09:18:44'),(14896,16455,'es',0,NULL,'Kırıkkale',NULL,'',0,'2019-11-07 09:18:44'),(14897,16456,'es',0,NULL,'Kırşehir',NULL,'',0,'2019-11-07 09:18:44'),(14898,16457,'es',0,NULL,'Kırklareli',NULL,'',0,'2019-11-07 09:18:44'),(14899,16458,'es',0,NULL,'Kaabong',NULL,'',0,'2019-11-07 09:18:44'),(14900,16459,'es',0,NULL,'Kabale',NULL,'',0,'2019-11-07 09:18:44'),(14901,16460,'es',0,NULL,'Kabarole',NULL,'',0,'2019-11-07 09:18:44'),(14902,16461,'es',0,NULL,'Kaberamaido',NULL,'',0,'2019-11-07 09:18:44'),(14903,16462,'es',0,NULL,'Kaduna',NULL,'',0,'2019-11-07 09:18:44'),(14904,16463,'es',0,NULL,'Kagadi',NULL,'',0,'2019-11-07 09:18:44'),(14905,16464,'es',0,NULL,'Kagawa',NULL,'',0,'2019-11-07 09:18:44'),(14906,16465,'es',0,NULL,'Kagera',NULL,'',0,'2019-11-07 09:18:44'),(14907,16466,'es',0,NULL,'Kagoshima',NULL,'',0,'2019-11-07 09:18:44'),(14908,16467,'es',0,NULL,'Kahramanmaraş',NULL,'',0,'2019-11-07 09:18:44'),(14909,16468,'es',0,NULL,'Kakumiro',NULL,'',0,'2019-11-07 09:18:44'),(14910,16469,'es',0,NULL,'Kalangala',NULL,'',0,'2019-11-07 09:18:44'),(14911,16470,'es',0,NULL,'Kalasin',NULL,'',0,'2019-11-07 09:18:44'),(14912,16471,'es',0,NULL,'Borneo Occidental',NULL,'',0,'2019-11-07 09:18:44'),(14913,16472,'es',0,NULL,'Borneo Meridional',NULL,'',0,'2019-11-07 09:18:44'),(14914,16473,'es',0,NULL,'Borneo Central',NULL,'',0,'2019-11-07 09:18:44'),(14915,16474,'es',0,NULL,'Kalimantan Oriental',NULL,'',0,'2019-11-07 09:18:44'),(14916,16475,'es',0,NULL,'Borneo del Norte',NULL,'',0,'2019-11-07 09:18:44'),(14917,16476,'es',0,NULL,'Kalinga',NULL,'',0,'2019-11-07 09:18:44'),(14918,16477,'es',0,NULL,'Kaliro',NULL,'',0,'2019-11-07 09:18:44'),(14919,16478,'es',0,NULL,'Kalungu',NULL,'',0,'2019-11-07 09:18:44'),(14920,16479,'es',0,NULL,'Kampala',NULL,'',0,'2019-11-07 09:18:44'),(14921,16480,'es',0,NULL,'Kamphaeng Phet',NULL,'',0,'2019-11-07 09:18:44'),(14922,16481,'es',0,NULL,'Kamuli',NULL,'',0,'2019-11-07 09:18:44'),(14923,16482,'es',0,NULL,'Kamwenge',NULL,'',0,'2019-11-07 09:18:44'),(14924,16483,'es',0,NULL,'Kanagawa',NULL,'',0,'2019-11-07 09:18:44'),(14925,16484,'es',0,NULL,'Kanchanaburi',NULL,'',0,'2019-11-07 09:18:44'),(14926,16485,'es',0,NULL,'Kano',NULL,'',0,'2019-11-07 09:18:44'),(14927,16486,'es',0,NULL,'Kansas',NULL,'',0,'2019-11-07 09:18:44'),(14928,16487,'es',0,NULL,'Kanungu',NULL,'',0,'2019-11-07 09:18:44'),(14929,16488,'es',0,NULL,'Kapchorwa',NULL,'',0,'2019-11-07 09:18:44'),(14930,16489,'es',0,NULL,'Kapelebyong',NULL,'',0,'2019-11-07 09:18:44'),(14931,16490,'es',0,NULL,'Karabük',NULL,'',0,'2019-11-07 09:18:44'),(14932,16491,'es',0,NULL,'Karaman',NULL,'',0,'2019-11-07 09:18:44'),(14933,16492,'es',0,NULL,'Kardzhali',NULL,'',0,'2019-11-07 09:18:44'),(14934,16493,'es',0,NULL,'Karnali',NULL,'',0,'2019-11-07 09:18:44'),(14935,16494,'es',0,NULL,'Karnataka',NULL,'',0,'2019-11-07 09:18:44'),(14936,16495,'es',0,NULL,'Kars',NULL,'',0,'2019-11-07 09:18:44'),(14937,16496,'es',0,NULL,'Kasanda',NULL,'',0,'2019-11-07 09:18:44'),(14938,16497,'es',0,NULL,'Kasese',NULL,'',0,'2019-11-07 09:18:44'),(14939,16498,'es',0,NULL,'Kastamonu',NULL,'',0,'2019-11-07 09:18:44'),(14940,16499,'es',0,NULL,'Katakwi',NULL,'',0,'2019-11-07 09:18:44'),(14941,16500,'es',0,NULL,'Katavi',NULL,'',0,'2019-11-07 09:18:44'),(14942,16501,'es',0,NULL,'Katsina',NULL,'',0,'2019-11-07 09:18:44'),(14943,16502,'es',0,NULL,'Kayseri',NULL,'',0,'2019-11-07 09:18:44'),(14944,16503,'es',0,NULL,'Kayunga',NULL,'',0,'2019-11-07 09:18:44'),(14945,16504,'es',0,NULL,'Kazajistán',NULL,'',0,'2019-11-07 09:18:44'),(14946,13485,'es',0,NULL,'Tenge kazajo',NULL,'',0,'2019-11-07 09:18:44'),(14947,16505,'es',0,NULL,'Kebbi',NULL,'',0,'2019-11-07 09:18:44'),(14948,16506,'es',0,NULL,'Kedah',NULL,'',0,'2019-11-07 09:18:44'),(14949,16507,'es',0,NULL,'Kelantan',NULL,'',0,'2019-11-07 09:18:44'),(14950,16508,'es',0,NULL,'Kentucky',NULL,'',0,'2019-11-07 09:18:44'),(14951,16509,'es',0,NULL,'Kenia',NULL,'',0,'2019-11-07 09:18:44'),(14952,13477,'es',0,NULL,'Chelín keniano',NULL,'',0,'2019-11-07 09:18:44'),(14953,16510,'es',0,NULL,'Kepulauan Riau',NULL,'',0,'2019-11-07 09:18:44'),(14954,16511,'es',0,NULL,'Kerala',NULL,'',0,'2019-11-07 09:18:44'),(14955,16512,'es',0,NULL,'Kermán (کرمان)',NULL,'',0,'2019-11-07 09:18:44'),(14956,16513,'es',0,NULL,'Kermanshah (کرمانشاه)',NULL,'',0,'2019-11-07 09:18:44'),(14957,16514,'es',0,NULL,'Kerry',NULL,'',0,'2019-11-07 09:18:44'),(14958,16515,'es',0,NULL,'Detalles de la clave',NULL,'',0,'2019-11-07 09:18:44'),(14959,16516,'es',0,NULL,'Khagrachhari',NULL,'',0,'2019-11-07 09:18:44'),(14960,16517,'es',0,NULL,'Khon Kaen',NULL,'',0,'2019-11-07 09:18:44'),(14961,16518,'es',0,NULL,'Khulna',NULL,'',0,'2019-11-07 09:18:44'),(14962,16519,'es',0,NULL,'Juzestán (خوزستان)',NULL,'',0,'2019-11-07 09:18:44'),(14963,16520,'es',0,NULL,'Khyber Pakhtunkhwa',NULL,'',0,'2019-11-07 09:18:44'),(14964,16521,'es',0,NULL,'Kibaale',NULL,'',0,'2019-11-07 09:18:44'),(14965,16522,'es',0,NULL,'Kiboga',NULL,'',0,'2019-11-07 09:18:44'),(14966,16523,'es',0,NULL,'Kibuku',NULL,'',0,'2019-11-07 09:18:44'),(14967,16524,'es',0,NULL,'Kigoma',NULL,'',0,'2019-11-07 09:18:44'),(14968,16525,'es',0,NULL,'Kikuube',NULL,'',0,'2019-11-07 09:18:44'),(14969,16526,'es',0,NULL,'Kildare',NULL,'',0,'2019-11-07 09:18:44'),(14970,16527,'es',0,NULL,'Kilimanjaro',NULL,'',0,'2019-11-07 09:18:44'),(14971,16528,'es',0,NULL,'Kilis',NULL,'',0,'2019-11-07 09:18:44'),(14972,16529,'es',0,NULL,'Kilkenny',NULL,'',0,'2019-11-07 09:18:44'),(14973,16530,'es',0,NULL,'Kilogramos',NULL,'',0,'2019-11-07 09:18:44'),(14974,16531,'es',0,NULL,'Arrecife Kingman',NULL,'',0,'2019-11-07 09:18:44'),(14975,16532,'es',0,NULL,'Kiribati',NULL,'',0,'2019-11-07 09:18:44'),(14976,16533,'es',0,NULL,'Kiruhura',NULL,'',0,'2019-11-07 09:18:44'),(14977,16534,'es',0,NULL,'Kiryandongo',NULL,'',0,'2019-11-07 09:18:44'),(14978,16535,'es',0,NULL,'Kishoreganj',NULL,'',0,'2019-11-07 09:18:44'),(14979,16536,'es',0,NULL,'Kisoro',NULL,'',0,'2019-11-07 09:18:44'),(14980,16537,'es',0,NULL,'Kitgum',NULL,'',0,'2019-11-07 09:18:44'),(14981,16538,'es',0,NULL,'Klarna Checkout for WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(14982,16539,'es',0,NULL,'Klarna Payments for WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(14983,16540,'es',0,NULL,'Koboko',NULL,'',0,'2019-11-07 09:18:44'),(14984,16541,'es',0,NULL,'Kocaeli',NULL,'',0,'2019-11-07 09:18:44'),(14985,16542,'es',0,NULL,'Cochín',NULL,'',0,'2019-11-07 09:18:44'),(14986,16543,'es',0,NULL,'Kogi',NULL,'',0,'2019-11-07 09:18:44'),(14987,16544,'es',0,NULL,'Kohkiluyeh y Buyer Ahmad (کهگیلوییه و بویراحمد)',NULL,'',0,'2019-11-07 09:18:44'),(14988,16545,'es',0,NULL,'Kole',NULL,'',0,'2019-11-07 09:18:44'),(14989,16546,'es',0,NULL,'Komárom-Esztergom',NULL,'',0,'2019-11-07 09:18:44'),(14990,16547,'es',0,NULL,'Konya',NULL,'',0,'2019-11-07 09:18:44'),(14991,16548,'es',0,NULL,'Koshi',NULL,'',0,'2019-11-07 09:18:44'),(14992,16549,'es',0,NULL,'Kotido',NULL,'',0,'2019-11-07 09:18:44'),(14993,16550,'es',0,NULL,'Kowloon',NULL,'',0,'2019-11-07 09:18:44'),(14994,16551,'es',0,NULL,'Krabi',NULL,'',0,'2019-11-07 09:18:44'),(14995,16552,'es',0,NULL,'Kuala Lumpur',NULL,'',0,'2019-11-07 09:18:44'),(14996,16553,'es',0,NULL,'Kuando Kubango',NULL,'',0,'2019-11-07 09:18:44'),(14997,16554,'es',0,NULL,'Kumamoto',NULL,'',0,'2019-11-07 09:18:44'),(14998,16555,'es',0,NULL,'Kumi',NULL,'',0,'2019-11-07 09:18:44'),(14999,16556,'es',0,NULL,'Kurdistán / کردستان)',NULL,'',0,'2019-11-07 09:18:44'),(15000,16557,'es',0,NULL,'Kurigram',NULL,'',0,'2019-11-07 09:18:44'),(15001,16558,'es',0,NULL,'Kushtia',NULL,'',0,'2019-11-07 09:18:44'),(15002,16559,'es',0,NULL,'Kuwait',NULL,'',0,'2019-11-07 09:18:44'),(15003,13483,'es',0,NULL,'Dinar kuwaití',NULL,'',0,'2019-11-07 09:18:44'),(15004,16560,'es',0,NULL,'KwaZulu-Natal',NULL,'',0,'2019-11-07 09:18:44'),(15005,16561,'es',0,NULL,'Kwania',NULL,'',0,'2019-11-07 09:18:44'),(15006,16562,'es',0,NULL,'Kwanza-Norte',NULL,'',0,'2019-11-07 09:18:44'),(15007,16563,'es',0,NULL,'Kwanza-Sul',NULL,'',0,'2019-11-07 09:18:44'),(15008,16564,'es',0,NULL,'Kwara',NULL,'',0,'2019-11-07 09:18:44'),(15009,16565,'es',0,NULL,'Kween',NULL,'',0,'2019-11-07 09:18:44'),(15010,16566,'es',0,NULL,'Kyankwanzi',NULL,'',0,'2019-11-07 09:18:44'),(15011,16567,'es',0,NULL,'Kyegegwa',NULL,'',0,'2019-11-07 09:18:44'),(15012,16568,'es',0,NULL,'Kyenjojo',NULL,'',0,'2019-11-07 09:18:44'),(15013,16569,'es',0,NULL,'Kyotera',NULL,'',0,'2019-11-07 09:18:44'),(15014,16570,'es',0,NULL,'Kyoto',NULL,'',0,'2019-11-07 09:18:44'),(15015,16571,'es',0,NULL,'Kirguistán',NULL,'',0,'2019-11-07 09:18:44'),(15016,13478,'es',0,NULL,'Som kirguís',NULL,'',0,'2019-11-07 09:18:44'),(15017,16572,'es',0,NULL,'Kyustendil',NULL,'',0,'2019-11-07 09:18:44'),(15018,16573,'es',0,NULL,'L\'Aquila',NULL,'',0,'2019-11-07 09:18:44'),(15019,16574,'es',0,NULL,'L/W/H',NULL,'',0,'2019-11-07 09:18:44'),(15020,16575,'es',0,NULL,'La Libertad',NULL,'',0,'2019-11-07 09:18:44'),(15021,16576,'es',0,NULL,'La Pampa',NULL,'',0,'2019-11-07 09:18:44'),(15022,16577,'es',0,NULL,'La Paz',NULL,'',0,'2019-11-07 09:18:44'),(15023,16578,'es',0,NULL,'La Rioja',NULL,'',0,'2019-11-07 09:18:44'),(15024,16579,'es',0,NULL,'La Spezia',NULL,'',0,'2019-11-07 09:18:44'),(15025,16580,'es',0,NULL,'La Union',NULL,'',0,'2019-11-07 09:18:44'),(15026,16581,'es',0,NULL,'La etiqueta está oculta.',NULL,'',0,'2019-11-07 09:18:44'),(15027,16582,'es',0,NULL,'La etiqueta es visible.',NULL,'',0,'2019-11-07 09:18:44'),(15028,16583,'es',0,NULL,'Labuan',NULL,'',0,'2019-11-07 09:18:44'),(15029,16584,'es',0,NULL,'Lagos',NULL,'',0,'2019-11-07 09:18:44'),(15030,16585,'es',0,NULL,'Laguna',NULL,'',0,'2019-11-07 09:18:44'),(15031,16586,'es',0,NULL,'Lakshadeep',NULL,'',0,'2019-11-07 09:18:44'),(15032,16587,'es',0,NULL,'Lakshmipur',NULL,'',0,'2019-11-07 09:18:44'),(15033,16588,'es',0,NULL,'Lalmonirhat',NULL,'',0,'2019-11-07 09:18:44'),(15034,16589,'es',0,NULL,'Lambayeque',NULL,'',0,'2019-11-07 09:18:44'),(15035,16590,'es',0,NULL,'Lampang',NULL,'',0,'2019-11-07 09:18:44'),(15036,16591,'es',0,NULL,'Lamphun',NULL,'',0,'2019-11-07 09:18:44'),(15037,16592,'es',0,NULL,'Lampung',NULL,'',0,'2019-11-07 09:18:44'),(15038,16593,'es',0,NULL,'Lamwo',NULL,'',0,'2019-11-07 09:18:44'),(15039,16594,'es',0,NULL,'Lanao del Norte',NULL,'',0,'2019-11-07 09:18:44'),(15040,16595,'es',0,NULL,'Lanao del Sur',NULL,'',0,'2019-11-07 09:18:44'),(15041,16596,'es',0,NULL,'Idioma',NULL,'',0,'2019-11-07 09:18:44'),(15042,13486,'es',0,NULL,'Kip laosiano',NULL,'',0,'2019-11-07 09:18:44'),(15043,16597,'es',0,NULL,'Laois',NULL,'',0,'2019-11-07 09:18:44'),(15044,16598,'es',0,NULL,'Laos',NULL,'',0,'2019-11-07 09:18:44'),(15045,16599,'es',0,NULL,'Las Palmas',NULL,'',0,'2019-11-07 09:18:44'),(15046,16600,'es',0,NULL,'Últimos 7 días',NULL,'',0,'2019-11-07 09:18:44'),(15047,16601,'es',0,NULL,'Último mes',NULL,'',0,'2019-11-07 09:18:44'),(15048,16602,'es',0,NULL,'Trimestre anterior',NULL,'',0,'2019-11-07 09:18:44'),(15049,16603,'es',0,NULL,'Semana anterior',NULL,'',0,'2019-11-07 09:18:44'),(15050,16604,'es',0,NULL,'Año anterior',NULL,'',0,'2019-11-07 09:18:44'),(15051,16605,'es',0,NULL,'Último acceso',NULL,'',0,'2019-11-07 09:18:44'),(15052,16606,'es',0,NULL,'El mes pasado',NULL,'',0,'2019-11-07 09:18:44'),(15053,16607,'es',0,NULL,'Apellidos',NULL,'',0,'2019-11-07 09:18:44'),(15054,16608,'es',0,NULL,'Apellidos.',NULL,'',0,'2019-11-07 09:18:44'),(15055,16609,'es',0,NULL,'Último pedido',NULL,'',0,'2019-11-07 09:18:44'),(15056,16610,'es',0,NULL,'ID del último pedido.',NULL,'',0,'2019-11-07 09:18:44'),(15057,16611,'es',0,NULL,'Datos del último pedido.',NULL,'',0,'2019-11-07 09:18:44'),(15058,16612,'es',0,NULL,'Última página',NULL,'',0,'2019-11-07 09:18:44'),(15059,16613,'es',0,NULL,'Última advertencia, ¿estás seguro?',NULL,'',0,'2019-11-07 09:18:44'),(15060,16614,'es',0,NULL,'Última versión del tema.',NULL,'',0,'2019-11-07 09:18:44'),(15061,16615,'es',0,NULL,'Latina',NULL,'',0,'2019-11-07 09:18:44'),(15062,16616,'es',0,NULL,'Letonia',NULL,'',0,'2019-11-07 09:18:44'),(15063,16617,'es',0,NULL,'Estructura',NULL,'',0,'2019-11-07 09:18:44'),(15064,16618,'es',0,NULL,'León',NULL,'',0,'2019-11-07 09:18:44'),(15065,16619,'es',0,NULL,'Aprende más',NULL,'',0,'2019-11-07 09:18:44'),(15066,16620,'es',0,NULL,'Aprende cómo actualizar',NULL,'',0,'2019-11-07 09:18:44'),(15067,16621,'es',0,NULL,'Aprende cómo actualizar',NULL,'',0,'2019-11-07 09:18:44'),(15068,16622,'es',0,NULL,'Aprender más',NULL,'',0,'2019-11-07 09:18:44'),(15069,16623,'es',0,NULL,'Aprende más acerca de los cupones',NULL,'',0,'2019-11-07 09:18:44'),(15070,16624,'es',0,NULL,'Aprende más <a href=\"%1$s\" target=\"_blank\">aquí</a> sobre cómo funciona el seguimiento de uso y cómo vas a ayudar.',NULL,'',0,'2019-11-07 09:18:44'),(15071,16625,'es',0,NULL,'Aprende más acerca de los pedidos',NULL,'',0,'2019-11-07 09:18:44'),(15072,16626,'es',0,NULL,'Aprende más sobre zonas de envío',NULL,'',0,'2019-11-07 09:18:44'),(15073,16627,'es',0,NULL,'Aprende más sobre las plantillas',NULL,'',0,'2019-11-07 09:18:44'),(15074,16628,'es',0,NULL,'Aprende más acerca de las actualizaciones',NULL,'',0,'2019-11-07 09:18:44'),(15075,16629,'es',0,NULL,'Deja una respuesta a %s',NULL,'',0,'2019-11-07 09:18:44'),(15076,16630,'es',0,NULL,'Déjalo en blanco para re-descargas ilimitadas.',NULL,'',0,'2019-11-07 09:18:44'),(15077,13848,'es',0,NULL,'Deja esta casilla sin marcar si no quieres ver sugerencias de extensiones.',NULL,'',0,'2019-11-07 09:18:44'),(15078,13487,'es',0,NULL,'Libra libanesa',NULL,'',0,'2019-11-07 09:18:44'),(15079,16631,'es',0,NULL,'Líbano',NULL,'',0,'2019-11-07 09:18:44'),(15080,16632,'es',0,NULL,'Lecce',NULL,'',0,'2019-11-07 09:18:44'),(15081,16633,'es',0,NULL,'Lecco',NULL,'',0,'2019-11-07 09:18:44'),(15082,13611,'es',0,NULL,'Izquierda',NULL,'',0,'2019-11-07 09:18:44'),(15083,13613,'es',0,NULL,'Izquierda con espacio',NULL,'',0,'2019-11-07 09:18:44'),(15084,13795,'es',0,NULL,'API heredada',NULL,'',0,'2019-11-07 09:18:44'),(15085,16634,'es',0,NULL,'API v3 heredada (obsoleta)',NULL,'',0,'2019-11-07 09:18:44'),(15086,16635,'es',0,NULL,'Los métodos de envío heredados (tarifa plana, tarifa plana internacional, recogida y entrega local, y envío gratuito) están obsoletos pero continuarán funcionando de manera normal por ahora. <b><em>Se eliminarán en versiones futuras de WooCommerce</em></b>. Recomendamos desactivarlas y configurar nuevas tarifas dentro de las zonas de envío tan pronto como sea posible.',NULL,'',0,'2019-11-07 09:18:44'),(15087,16636,'es',0,NULL,'Leitrim',NULL,'',0,'2019-11-07 09:18:44'),(15088,16637,'es',0,NULL,'Longitud',NULL,'',0,'2019-11-07 09:18:44'),(15089,16638,'es',0,NULL,'Longitud (%s)',NULL,'',0,'2019-11-07 09:18:44'),(15090,16639,'es',0,NULL,'Largo x ancho x alto en formato decimal',NULL,'',0,'2019-11-07 09:18:44'),(15091,16640,'es',0,NULL,'Leova',NULL,'',0,'2019-11-07 09:18:44'),(15092,16641,'es',0,NULL,'Lesoto',NULL,'',0,'2019-11-07 09:18:44'),(15093,13490,'es',0,NULL,'Loti de Lesoto',NULL,'',0,'2019-11-07 09:18:44'),(15094,16642,'es',0,NULL,'¡Vamos allá!',NULL,'',0,'2019-11-07 09:18:44'),(15095,16643,'es',0,NULL,'Te permite cobrar un precio fijo por envío.',NULL,'',0,'2019-11-07 09:18:44'),(15096,16644,'es',0,NULL,'Nivel',NULL,'',0,'2019-11-07 09:18:44'),(15097,16645,'es',0,NULL,'Leyte',NULL,'',0,'2019-11-07 09:18:44'),(15098,16646,'es',0,NULL,'Liaoning / 辽宁',NULL,'',0,'2019-11-07 09:18:44'),(15099,16647,'es',0,NULL,'Liberia',NULL,'',0,'2019-11-07 09:18:44'),(15100,13489,'es',0,NULL,'Dólar liberiano',NULL,'',0,'2019-11-07 09:18:44'),(15101,16648,'es',0,NULL,'Libia',NULL,'',0,'2019-11-07 09:18:44'),(15102,13491,'es',0,NULL,'Dinar libio',NULL,'',0,'2019-11-07 09:18:44'),(15103,16649,'es',0,NULL,'Liechtenstein',NULL,'',0,'2019-11-07 09:18:44'),(15104,16650,'es',0,NULL,'Suscripción de por vida',NULL,'',0,'2019-11-07 09:18:44'),(15105,16651,'es',0,NULL,'Lima',NULL,'',0,'2019-11-07 09:18:44'),(15106,16652,'es',0,NULL,'Limerick',NULL,'',0,'2019-11-07 09:18:44'),(15107,16653,'es',0,NULL,'Limitar la respuesta a recursos publicados después de una fecha escrita en formato ISO8601.',NULL,'',0,'2019-11-07 09:18:44'),(15108,16654,'es',0,NULL,'Limitar la respuesta a recursos publicados antes de una fecha escrita en formato ISO8601. ',NULL,'',0,'2019-11-07 09:18:44'),(15109,16655,'es',0,NULL,'Limitar la respuesta a valoraciones publicadas antes de una fecha dada compatible con ISO8601.',NULL,'',0,'2019-11-07 09:18:44'),(15110,16656,'es',0,NULL,'Limita la respuesta a campos específicos. Por defecto son todos los campos.',NULL,'',0,'2019-11-07 09:18:44'),(15111,16657,'es',0,NULL,'Limitar los resultados a todos los artículos excepto aquellos con un ID de superior específico.',NULL,'',0,'2019-11-07 09:18:44'),(15112,16658,'es',0,NULL,'Limitar el resultado a productos destacados.',NULL,'',0,'2019-11-07 09:18:44'),(15113,16659,'es',0,NULL,'Limitar resultados a pedidos de un cliente determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15114,16660,'es',0,NULL,'Limitar resultados a pedidos asignados con un producto determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15115,16661,'es',0,NULL,'Limitar resultados a pedidos con un estado determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15116,16662,'es',0,NULL,'Limitar el resultado a los pedidos que tenga estados específicos.',NULL,'',0,'2019-11-07 09:18:44'),(15117,16663,'es',0,NULL,'Limitar resultados a productos asignados al ID de una categoría específica.',NULL,'',0,'2019-11-07 09:18:44'),(15118,16664,'es',0,NULL,'Limitar resultados a productos asignados al ID de una clase de envío específica.',NULL,'',0,'2019-11-07 09:18:44'),(15119,16665,'es',0,NULL,'Limitar resultados a productos asignados con un estado determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15120,16666,'es',0,NULL,'Limitar resultados a productos asignados al ID de una etiqueta específica.',NULL,'',0,'2019-11-07 09:18:44'),(15121,16667,'es',0,NULL,'Limitar resultados a productos de un tipo determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15122,16668,'es',0,NULL,'Limitar el resultado a productos basados en un precio máximo.',NULL,'',0,'2019-11-07 09:18:44'),(15123,16669,'es',0,NULL,'Limitar el resultado a productos basados en un precio mínimo.',NULL,'',0,'2019-11-07 09:18:44'),(15124,16670,'es',0,NULL,'Limitar el resultado a productos con existencias o sin existencias.',NULL,'',0,'2019-11-07 09:18:44'),(15125,16671,'es',0,NULL,'Limitar el resultado a productos en oferta.',NULL,'',0,'2019-11-07 09:18:44'),(15126,16672,'es',0,NULL,'Limitar los resultados a productos con un SKU determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15127,16673,'es',0,NULL,'Limitar los resultados a productos con un ID de término de atributo específico (requiere un atributo asignado).',NULL,'',0,'2019-11-07 09:18:44'),(15128,16674,'es',0,NULL,'Limitar resultados a productos con un atributo específico.',NULL,'',0,'2019-11-07 09:18:44'),(15129,16675,'es',0,NULL,'Limita el resultado a productos con un atributo específico. Usa el slug del nombre/atributo de la taxonomía.',NULL,'',0,'2019-11-07 09:18:44'),(15130,16676,'es',0,NULL,'Limitar resultados a productos con un slug determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15131,16677,'es',0,NULL,'Limitar el resultado a productos con una clase de impuestos específica.',NULL,'',0,'2019-11-07 09:18:44'),(15132,16678,'es',0,NULL,'Limita el resultado a productos con SKU(s) específico(s). Utiliza comas para separarlos.',NULL,'',0,'2019-11-07 09:18:44'),(15133,16679,'es',0,NULL,'Limitar el resultado a productos con un estado de inventario específico.',NULL,'',0,'2019-11-07 09:18:44'),(15134,16680,'es',0,NULL,'Limitar los resultados a los recursos asignados a un superior específico.',NULL,'',0,'2019-11-07 09:18:44'),(15135,16681,'es',0,NULL,'Limitar los resultados a los recursos asignados a un producto específico.',NULL,'',0,'2019-11-07 09:18:44'),(15136,16682,'es',0,NULL,'Limitar los resultados a recursos con un código específico.',NULL,'',0,'2019-11-07 09:18:44'),(15137,16683,'es',0,NULL,'Limitar resultados a recursos con un correo electrónico determinado.',NULL,'',0,'2019-11-07 09:18:44'),(15138,16684,'es',0,NULL,'Limitar el conjunto de resultados a recursos con un perfil específico.',NULL,'',0,'2019-11-07 09:18:44'),(15139,16685,'es',0,NULL,'Limitar resultados a recursos con un slug determinado. ',NULL,'',0,'2019-11-07 09:18:44'),(15140,16686,'es',0,NULL,'Limita el resultado a las valoraciones asignadas a un estado específico.',NULL,'',0,'2019-11-07 09:18:44'),(15141,16687,'es',0,NULL,'Limita el resultado a valoraciones asignadas a IDs de producto específicos.',NULL,'',0,'2019-11-07 09:18:44'),(15142,16688,'es',0,NULL,'Limitar el resultado a las valoraciones asignadas a IDs de usuario específicos.',NULL,'',0,'2019-11-07 09:18:44'),(15143,16689,'es',0,NULL,'Límite de resultados establecido para las valoraciones de productos dentro de IDs de categorías específicas.',NULL,'',0,'2019-11-07 09:18:44'),(15144,16690,'es',0,NULL,'Limitar el resultado a IDs específicos.',NULL,'',0,'2019-11-07 09:18:44'),(15145,16691,'es',0,NULL,'Limitar los resultados a ids específicos.',NULL,'',0,'2019-11-07 09:18:44'),(15146,16692,'es',0,NULL,'Limita el resultado a los del correo electrónico de un autor específico.',NULL,'',0,'2019-11-07 09:18:44'),(15147,16693,'es',0,NULL,'Limitar resultados a los que tengan IDs superiores específicos.',NULL,'',0,'2019-11-07 09:18:44'),(15148,16694,'es',0,NULL,'Limitar el conjunto de resultados a webhooks asignados a un estado específico.',NULL,'',0,'2019-11-07 09:18:44'),(15149,16695,'es',0,NULL,'Limitar el resultado a notas de clientes o internas.',NULL,'',0,'2019-11-07 09:18:44'),(15150,16696,'es',0,NULL,'Limita los resultados a lo indicado en la cadena.',NULL,'',0,'2019-11-07 09:18:44'),(15151,16697,'es',0,NULL,'Limitar a códigos postales específicos',NULL,'',0,'2019-11-07 09:18:44'),(15152,16698,'es',0,NULL,'Limitar el uso a X artículos',NULL,'',0,'2019-11-07 09:18:44'),(15153,16699,'es',0,NULL,'Limpopo',NULL,'',0,'2019-11-07 09:18:44'),(15154,16700,'es',0,NULL,'Lindi',NULL,'',0,'2019-11-07 09:18:44'),(15155,16701,'es',0,NULL,'Gráfico de líneas',NULL,'',0,'2019-11-07 09:18:44'),(15156,16702,'es',0,NULL,'Metadatos del artículo del pedido.',NULL,'',0,'2019-11-07 09:18:44'),(15157,16703,'es',0,NULL,'Datos de los artículos de la línea.',NULL,'',0,'2019-11-07 09:18:44'),(15158,16704,'es',0,NULL,'Subtotal de la línea (antes de descuentos).',NULL,'',0,'2019-11-07 09:18:44'),(15159,16705,'es',0,NULL,'Subtotal de impuestos de la línea (antes de descuentos).',NULL,'',0,'2019-11-07 09:18:44'),(15160,16706,'es',0,NULL,'Impuestos de la línea.',NULL,'',0,'2019-11-07 09:18:44'),(15161,16707,'es',0,NULL,'Total de la línea (después de descuentos).',NULL,'',0,'2019-11-07 09:18:44'),(15162,16708,'es',0,NULL,'Total de impuestos de la línea (después de descuentos).',NULL,'',0,'2019-11-07 09:18:44'),(15163,16709,'es',0,NULL,'Vincular pedidos anteriores',NULL,'',0,'2019-11-07 09:18:44'),(15164,16710,'es',0,NULL,'Productos relacionados',NULL,'',0,'2019-11-07 09:18:44'),(15165,16711,'es',0,NULL,'Lira',NULL,'',0,'2019-11-07 09:18:44'),(15166,16712,'es',0,NULL,'Lista',NULL,'',0,'2019-11-07 09:18:44'),(15167,16713,'es',0,NULL,'Enumera 1 código postal por línea',NULL,'',0,'2019-11-07 09:18:44'),(15168,16714,'es',0,NULL,'Ajustes de la lista',NULL,'',0,'2019-11-07 09:18:44'),(15169,13702,'es',0,NULL,'A continuación, lista las clases de impuestos adicionales que necesitas (1 por línea, por ejemplo, tarifas reducidas). Estas se suman a la «Tarifa estándar» que existe por defecto.',NULL,'',0,'2019-11-07 09:18:44'),(15170,16715,'es',0,NULL,'Lista de atributos.',NULL,'',0,'2019-11-07 09:18:44'),(15171,16716,'es',0,NULL,'Lista de nombres de término del atributo disponibles.',NULL,'',0,'2019-11-07 09:18:44'),(15172,16717,'es',0,NULL,'Lista de los datos de la dirección de facturación.',NULL,'',0,'2019-11-07 09:18:44'),(15173,16718,'es',0,NULL,'Lista de categorías.',NULL,'',0,'2019-11-07 09:18:44'),(15174,16719,'es',0,NULL,'Lista de IDs de categorías a los que se aplica el cupón.',NULL,'',0,'2019-11-07 09:18:44'),(15175,16720,'es',0,NULL,'Lista de IDs de categorías a las que no se aplica el cupón.',NULL,'',0,'2019-11-07 09:18:44'),(15176,16721,'es',0,NULL,'Lista de países en este continente.',NULL,'',0,'2019-11-07 09:18:44'),(15177,16722,'es',0,NULL,'Lista de recursos creados.',NULL,'',0,'2019-11-07 09:18:44'),(15178,16723,'es',0,NULL,'Lista de IDs de productos de ventas cruzadas.',NULL,'',0,'2019-11-07 09:18:44'),(15179,16724,'es',0,NULL,'Lista de puntos de datos disponibles para filtrar. Utiliza las teclas de flecha para moverte por la lista. Haz clic en un punto de datos para obtener un informe detallado.',NULL,'',0,'2019-11-07 09:18:44'),(15180,16725,'es',0,NULL,'Lista de recursos eliminados.',NULL,'',0,'2019-11-07 09:18:44'),(15181,16726,'es',0,NULL,'Lista de archivos descargables.',NULL,'',0,'2019-11-07 09:18:44'),(15182,16727,'es',0,NULL,'Lista de direcciones de correo electrónico que pueden utilizar este cupón.',NULL,'',0,'2019-11-07 09:18:44'),(15183,16728,'es',0,NULL,'Lista de IDs de productos agrupados.',NULL,'',0,'2019-11-07 09:18:44'),(15184,16729,'es',0,NULL,'Lista de imágenes.',NULL,'',0,'2019-11-07 09:18:44'),(15185,16730,'es',0,NULL,'Lista de IDs de productos en los que se puede utilizar el cupón.',NULL,'',0,'2019-11-07 09:18:44'),(15186,16731,'es',0,NULL,'Lista de IDs de productos en los que no se puede utilizar el cupón.',NULL,'',0,'2019-11-07 09:18:44'),(15187,16732,'es',0,NULL,'Lista de reembolsos.',NULL,'',0,'2019-11-07 09:18:44'),(15188,16733,'es',0,NULL,'Lista de IDs de productos relacionados.',NULL,'',0,'2019-11-07 09:18:44'),(15189,16734,'es',0,NULL,'Lista de informes de ventas.',NULL,'',0,'2019-11-07 09:18:44'),(15190,16735,'es',0,NULL,'Lista de datos de direcciones de envío.',NULL,'',0,'2019-11-07 09:18:44'),(15191,16736,'es',0,NULL,'Lista de provincias de este país.',NULL,'',0,'2019-11-07 09:18:44'),(15192,16737,'es',0,NULL,'Lista de continentes, países y provincias disponibles.',NULL,'',0,'2019-11-07 09:18:44'),(15193,16738,'es',0,NULL,'Lista de monedas admitidas.',NULL,'',0,'2019-11-07 09:18:44'),(15194,16739,'es',0,NULL,'Lista de las provincias disponibles en un país dado.',NULL,'',0,'2019-11-07 09:18:44'),(15195,16740,'es',0,NULL,'Lista de etiquetas.',NULL,'',0,'2019-11-07 09:18:44'),(15196,16741,'es',0,NULL,'Lista de los principales productos vendidos.',NULL,'',0,'2019-11-07 09:18:44'),(15197,16742,'es',0,NULL,'Lista de IDs de productos de ventas dirigidas.',NULL,'',0,'2019-11-07 09:18:44'),(15198,16743,'es',0,NULL,'Lista de recursos actualizados.',NULL,'',0,'2019-11-07 09:18:44'),(15199,16744,'es',0,NULL,'Lista de IDs de productos de ventas dirigidas.',NULL,'',0,'2019-11-07 09:18:44'),(15200,16745,'es',0,NULL,'Lista de IDs de usuario (o direcciones de correo electrónico de los invitados) que han utilizado el cupón.',NULL,'',0,'2019-11-07 09:18:44'),(15201,16746,'es',0,NULL,'ID de la lista de variaciones.',NULL,'',0,'2019-11-07 09:18:44'),(15202,16747,'es',0,NULL,'Lista de variaciones.',NULL,'',0,'2019-11-07 09:18:44'),(15203,16748,'es',0,NULL,'Lituania',NULL,'',0,'2019-11-07 09:18:44'),(15204,16749,'es',0,NULL,'Contraseña de la API de producción',NULL,'',0,'2019-11-07 09:18:44'),(15205,16750,'es',0,NULL,'Firma de la API de producción',NULL,'',0,'2019-11-07 09:18:44'),(15206,16751,'es',0,NULL,'Nombre de usuario de la API de producción',NULL,'',0,'2019-11-07 09:18:44'),(15207,16752,'es',0,NULL,'Livorno',NULL,'',0,'2019-11-07 09:18:44'),(15208,16753,'es',0,NULL,'Lleida',NULL,'',0,'2019-11-07 09:18:44'),(15209,16754,'es',0,NULL,'Cargar más valoraciones',NULL,'',0,'2019-11-07 09:18:44'),(15210,16755,'es',0,NULL,'Usar la dirección de facturación',NULL,'',0,'2019-11-07 09:18:44'),(15211,16756,'es',0,NULL,'Cargar más',NULL,'',0,'2019-11-07 09:18:44'),(15212,16757,'es',0,NULL,'Cargar más valoraciones',NULL,'',0,'2019-11-07 09:18:44'),(15213,16758,'es',0,NULL,'Cargar dirección de envío',NULL,'',0,'2019-11-07 09:18:44'),(15214,16759,'es',0,NULL,'¿Usar la información de facturación del cliente? Esto eliminará cualquier información de facturación previamente introducida.',NULL,'',0,'2019-11-07 09:18:44'),(15215,16760,'es',0,NULL,'¿Cargar la información de envío del cliente? Esto eliminará cualquier información de envío introducida.',NULL,'',0,'2019-11-07 09:18:44'),(15216,16761,'es',0,NULL,'Cargando pedidos de la red',NULL,'',0,'2019-11-07 09:18:44'),(15217,16762,'es',0,NULL,'Cargando…',NULL,'',0,'2019-11-07 09:18:44'),(15218,16763,'es',0,NULL,'Envío local',NULL,'',0,'2019-11-07 09:18:44'),(15219,16764,'es',0,NULL,'Envío local (heredado)',NULL,'',0,'2019-11-07 09:18:44'),(15220,16765,'es',0,NULL,'Recogida local',NULL,'',0,'2019-11-07 09:18:44'),(15221,16766,'es',0,NULL,'Recogida local (heredado)',NULL,'',0,'2019-11-07 09:18:44'),(15222,16767,'es',0,NULL,'Zona local = California CP 90210 = recogida local',NULL,'',0,'2019-11-07 09:18:44'),(15223,16768,'es',0,NULL,'Ubicación',NULL,'',0,'2019-11-07 09:18:44'),(15224,16769,'es',0,NULL,'Ubicación, dirección IP y tipo de navegador: usaremos esto para propósitos como estimar impuestos y costes de envío',NULL,'',0,'2019-11-07 09:18:44'),(15225,16770,'es',0,NULL,'Ubicaciones no cubiertas por tus otras zonas',NULL,'',0,'2019-11-07 09:18:44'),(15226,16771,'es',0,NULL,'Lodi',NULL,'',0,'2019-11-07 09:18:44'),(15227,16772,'es',0,NULL,'Loei',NULL,'',0,'2019-11-07 09:18:44'),(15228,16773,'es',0,NULL,'Lofa',NULL,'',0,'2019-11-07 09:18:44'),(15229,16774,'es',0,NULL,'Registro',NULL,'',0,'2019-11-07 09:18:44'),(15230,16775,'es',0,NULL,'Eventos de registro de PayPal, como solicitudes IPN, dentro de %s Observación: esto puede registrar información personal. Recomendamos usar esto solo para propósitos de depuración y borrar los registros cuando termines.',NULL,'',0,'2019-11-07 09:18:44'),(15231,16776,'es',0,NULL,'Directorio de registros con permiso de escritura',NULL,'',0,'2019-11-07 09:18:44'),(15232,16777,'es',0,NULL,'Directorio de registros.',NULL,'',0,'2019-11-07 09:18:44'),(15233,16778,'es',0,NULL,'Acceder',NULL,'',0,'2019-11-07 09:18:44'),(15234,16779,'es',0,NULL,'Inicia sesión para descargar archivos',NULL,'',0,'2019-11-07 09:18:44'),(15235,16780,'es',0,NULL,'Conectado como %s',NULL,'',0,'2019-11-07 09:18:44'),(15236,13732,'es',0,NULL,'Acceder',NULL,'',0,'2019-11-07 09:18:44'),(15237,13835,'es',0,NULL,'Cerrar sesión',NULL,'',0,'2019-11-07 09:18:44'),(15238,16781,'es',0,NULL,'Registros',NULL,'',0,'2019-11-07 09:18:44'),(15239,16782,'es',0,NULL,'Longford',NULL,'',0,'2019-11-07 09:18:44'),(15240,16783,'es',0,NULL,'¿Buscas un tema para WooCommerce?',NULL,'',0,'2019-11-07 09:18:44'),(15241,16784,'es',0,NULL,'¿Buscas un asistente de WooCommerce?',NULL,'',0,'2019-11-07 09:18:44'),(15242,16785,'es',0,NULL,'Las tablas de búsqueda se están regenerando',NULL,'',0,'2019-11-07 09:18:44'),(15243,16786,'es',0,NULL,'Lopburi',NULL,'',0,'2019-11-07 09:18:44'),(15244,16787,'es',0,NULL,'Loreto',NULL,'',0,'2019-11-07 09:18:44'),(15245,13833,'es',0,NULL,'Contraseña perdida',NULL,'',0,'2019-11-07 09:18:44'),(15246,16788,'es',0,NULL,'¿Olvidaste la contraseña?',NULL,'',0,'2019-11-07 09:18:44'),(15247,16789,'es',0,NULL,'¿Perdiste tu contraseña? Por favor, introduce tu nombre de usuario o correo electrónico. Recibirás un enlace para crear una contraseña nueva por correo electrónico. ',NULL,'',0,'2019-11-07 09:18:44'),(15248,16790,'es',0,NULL,'Louisiana',NULL,'',0,'2019-11-07 09:18:44'),(15249,16791,'es',0,NULL,'Louth',NULL,'',0,'2019-11-07 09:18:44'),(15250,16792,'es',0,NULL,'Lovech',NULL,'',0,'2019-11-07 09:18:44'),(15251,16793,'es',0,NULL,'Casi sin existencias',NULL,'',0,'2019-11-07 09:18:44'),(15252,16794,'es',0,NULL,'Cantidad de bajo inventario',NULL,'',0,'2019-11-07 09:18:44'),(15253,13664,'es',0,NULL,'Umbral de pocas existencias',NULL,'',0,'2019-11-07 09:18:44'),(15254,16795,'es',0,NULL,'La menor valoración',NULL,'',0,'2019-11-07 09:18:44'),(15255,16796,'es',0,NULL,'Luanda',NULL,'',0,'2019-11-07 09:18:44'),(15256,16797,'es',0,NULL,'Luapula',NULL,'',0,'2019-11-07 09:18:44'),(15257,16798,'es',0,NULL,'Lucca',NULL,'',0,'2019-11-07 09:18:44'),(15258,16799,'es',0,NULL,'Lugo',NULL,'',0,'2019-11-07 09:18:44'),(15259,16800,'es',0,NULL,'Lumbini',NULL,'',0,'2019-11-07 09:18:44'),(15260,16801,'es',0,NULL,'Lunda-Norte',NULL,'',0,'2019-11-07 09:18:44'),(15261,16802,'es',0,NULL,'Lunda-Sul',NULL,'',0,'2019-11-07 09:18:44'),(15262,16803,'es',0,NULL,'Loristán (لرستان)',NULL,'',0,'2019-11-07 09:18:44'),(15263,16804,'es',0,NULL,'Lusaka',NULL,'',0,'2019-11-07 09:18:44'),(15264,16805,'es',0,NULL,'Luuka',NULL,'',0,'2019-11-07 09:18:44'),(15265,16806,'es',0,NULL,'Luwero',NULL,'',0,'2019-11-07 09:18:44'),(15266,16807,'es',0,NULL,'Luxemburgo',NULL,'',0,'2019-11-07 09:18:44'),(15267,16808,'es',0,NULL,'Luzern',NULL,'',0,'2019-11-07 09:18:44'),(15268,16809,'es',0,NULL,'Lwengo',NULL,'',0,'2019-11-07 09:18:44'),(15269,16810,'es',0,NULL,'Longitud, ancho y altura en forma decimal',NULL,'',0,'2019-11-07 09:18:44'),(15270,16811,'es',0,NULL,'Lyantonde',NULL,'',0,'2019-11-07 09:18:44'),(15271,16812,'es',0,NULL,'j M, Y',NULL,'',0,'2019-11-07 09:18:44'),(15272,16813,'es',0,NULL,'j M, Y @ G:i',NULL,'',0,'2019-11-07 09:18:44'),(15273,16814,'es',0,NULL,'Málaga',NULL,'',0,'2019-11-07 09:18:44'),(15274,16815,'es',0,NULL,'Hash MD5 de los artículos del carrito para asegurar que los pedidos no son modificados.',NULL,'',0,'2019-11-07 09:18:44'),(15275,16816,'es',0,NULL,'MM / AA',NULL,'',0,'2019-11-07 09:18:44'),(15276,16817,'es',0,NULL,'MM/DD/YYYY',NULL,'',0,'2019-11-07 09:18:44'),(15277,16818,'es',0,NULL,'MMM D',NULL,'',0,'2019-11-07 09:18:44'),(15278,16819,'es',0,NULL,'MMM D, YYYY',NULL,'',0,'2019-11-07 09:18:44'),(15279,16820,'es',0,NULL,'MMMM D, YYYY',NULL,'',0,'2019-11-07 09:18:44'),(15280,13498,'es',0,NULL,'Pataca macaense',NULL,'',0,'2019-11-07 09:18:44'),(15281,16821,'es',0,NULL,'Macao',NULL,'',0,'2019-11-07 09:18:44'),(15282,16822,'es',0,NULL,'Macao / 澳门',NULL,'',0,'2019-11-07 09:18:44'),(15283,13495,'es',0,NULL,'Denar macedonio',NULL,'',0,'2019-11-07 09:18:44'),(15284,16823,'es',0,NULL,'Macerata',NULL,'',0,'2019-11-07 09:18:44'),(15285,16824,'es',0,NULL,'Madagascar',NULL,'',0,'2019-11-07 09:18:44'),(15286,16825,'es',0,NULL,'Madaripur',NULL,'',0,'2019-11-07 09:18:44'),(15287,16826,'es',0,NULL,'Madhya Pradesh',NULL,'',0,'2019-11-07 09:18:44'),(15288,16827,'es',0,NULL,'Madre de Dios',NULL,'',0,'2019-11-07 09:18:44'),(15289,16828,'es',0,NULL,'Madrid',NULL,'',0,'2019-11-07 09:18:44'),(15290,16829,'es',0,NULL,'Mae Hong Son',NULL,'',0,'2019-11-07 09:18:44'),(15291,16830,'es',0,NULL,'Maguindanao',NULL,'',0,'2019-11-07 09:18:44'),(15292,16831,'es',0,NULL,'Magura',NULL,'',0,'2019-11-07 09:18:44'),(15293,16832,'es',0,NULL,'Maha Sarakham',NULL,'',0,'2019-11-07 09:18:44'),(15294,16833,'es',0,NULL,'Mahakali',NULL,'',0,'2019-11-07 09:18:44'),(15295,16834,'es',0,NULL,'Maharashtra',NULL,'',0,'2019-11-07 09:18:44'),(15296,16835,'es',0,NULL,'MailChimp para WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(15297,16836,'es',0,NULL,'MailChimp',NULL,'',0,'2019-11-07 09:18:44'),(15298,16837,'es',0,NULL,'MailChimp para WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(15299,16838,'es',0,NULL,'Icono de MailChimp',NULL,'',0,'2019-11-07 09:18:44'),(15300,16839,'es',0,NULL,'Ancho de la imagen principal',NULL,'',0,'2019-11-07 09:18:44'),(15301,16840,'es',0,NULL,'Maine',NULL,'',0,'2019-11-07 09:18:44'),(15302,16841,'es',0,NULL,'Haz “%s” la categoría por defecto',NULL,'',0,'2019-11-07 09:18:44'),(15303,16842,'es',0,NULL,'Hacer un duplicado de este producto.',NULL,'',0,'2019-11-07 09:18:44'),(15304,16843,'es',0,NULL,'Establecer como por defecto',NULL,'',0,'2019-11-07 09:18:44'),(15305,16844,'es',0,NULL,'Asegúrate de incluir la marca --user con una cuenta que tenga permisos para esta acción.',NULL,'',0,'2019-11-07 09:18:44'),(15306,16845,'es',0,NULL,'Realiza tu pago directamente en nuestra cuenta bancaria. Por favor, usa el número del pedido como referencia de pago. Tu pedido no se procesará hasta que se haya recibido el importe en nuestra cuenta.',NULL,'',0,'2019-11-07 09:18:44'),(15307,16846,'es',0,NULL,'Malaca (Melaca)',NULL,'',0,'2019-11-07 09:18:44'),(15308,13494,'es',0,NULL,'Ariary malgache',NULL,'',0,'2019-11-07 09:18:44'),(15309,16847,'es',0,NULL,'Malanje',NULL,'',0,'2019-11-07 09:18:44'),(15310,16848,'es',0,NULL,'Malatya',NULL,'',0,'2019-11-07 09:18:44'),(15311,16849,'es',0,NULL,'Malaui',NULL,'',0,'2019-11-07 09:18:44'),(15312,13502,'es',0,NULL,'Kwacha malauí',NULL,'',0,'2019-11-07 09:18:44'),(15313,16850,'es',0,NULL,'Malasia',NULL,'',0,'2019-11-07 09:18:44'),(15314,13504,'es',0,NULL,'Ringgit malayo',NULL,'',0,'2019-11-07 09:18:44'),(15315,16851,'es',0,NULL,'Maldivas',NULL,'',0,'2019-11-07 09:18:44'),(15316,13501,'es',0,NULL,'Rupia de Maldivas',NULL,'',0,'2019-11-07 09:18:44'),(15317,16852,'es',0,NULL,'Malí',NULL,'',0,'2019-11-07 09:18:44'),(15318,16853,'es',0,NULL,'Malta',NULL,'',0,'2019-11-07 09:18:44'),(15319,16854,'es',0,NULL,'Las islas Molucas ',NULL,'',0,'2019-11-07 09:18:44'),(15320,16855,'es',0,NULL,'Molucas septentrionales',NULL,'',0,'2019-11-07 09:18:44'),(15321,16856,'es',0,NULL,'Manafwa',NULL,'',0,'2019-11-07 09:18:44'),(15322,16857,'es',0,NULL,'Gestionar',NULL,'',0,'2019-11-07 09:18:44'),(15323,16858,'es',0,NULL,'Gestionar métodos de envío',NULL,'',0,'2019-11-07 09:18:44'),(15324,13655,'es',0,NULL,'Gestionar inventario',NULL,'',0,'2019-11-07 09:18:44'),(15325,16859,'es',0,NULL,'¿Gestión de inventario?',NULL,'',0,'2019-11-07 09:18:44'),(15326,16860,'es',0,NULL,'Gestionar sugerencias',NULL,'',0,'2019-11-07 09:18:44'),(15327,16861,'es',0,NULL,'Gestiona el método de pago «%s»',NULL,'',0,'2019-11-07 09:18:44'),(15328,16862,'es',0,NULL,'Gestiona los informes de tu tienda y supervisa la métricas clave con una nueva y mejorada interfaz y escritorio.',NULL,'',0,'2019-11-07 09:18:44'),(15329,16863,'es',0,NULL,'Gestiona tus suscripciones, consigue avisos importantes de productos, y actualizaciones, todo desde la comodidad de tu escritorio de WooCommerce',NULL,'',0,'2019-11-07 09:18:44'),(15330,16864,'es',0,NULL,'Manawatu-Wanganui',NULL,'',0,'2019-11-07 09:18:44'),(15331,16865,'es',0,NULL,'Manikganj ',NULL,'',0,'2019-11-07 09:18:44'),(15332,16866,'es',0,NULL,'Manipur',NULL,'',0,'2019-11-07 09:18:44'),(15333,16867,'es',0,NULL,'Manisa',NULL,'',0,'2019-11-07 09:18:44'),(15334,16868,'es',0,NULL,'Manitoba',NULL,'',0,'2019-11-07 09:18:44'),(15335,16869,'es',0,NULL,'Mantova',NULL,'',0,'2019-11-07 09:18:44'),(15336,16870,'es',0,NULL,'Manualmente',NULL,'',0,'2019-11-07 09:18:44'),(15337,16871,'es',0,NULL,'Enviado manualmente',NULL,'',0,'2019-11-07 09:18:44'),(15338,13467,'es',0,NULL,'Libra manesa',NULL,'',0,'2019-11-07 09:18:44'),(15339,16872,'es',0,NULL,'Manyara',NULL,'',0,'2019-11-07 09:18:44'),(15340,16873,'es',0,NULL,'Asignar campos CSV a los productos',NULL,'',0,'2019-11-07 09:18:44'),(15341,16874,'es',0,NULL,'Asignar al campo',NULL,'',0,'2019-11-07 09:18:44'),(15342,16875,'es',0,NULL,'Mara',NULL,'',0,'2019-11-07 09:18:44'),(15343,16876,'es',0,NULL,'Maracha',NULL,'',0,'2019-11-07 09:18:44'),(15344,16877,'es',0,NULL,'Maramureș',NULL,'',0,'2019-11-07 09:18:44'),(15345,16878,'es',0,NULL,'Maranhão',NULL,'',0,'2019-11-07 09:18:44'),(15346,16879,'es',0,NULL,'Mardin',NULL,'',0,'2019-11-07 09:18:44'),(15347,16880,'es',0,NULL,'Margibi',NULL,'',0,'2019-11-07 09:18:44'),(15349,16953,'es',0,NULL,'Marinduque',NULL,'',0,'2019-11-07 09:18:45'),(15350,16954,'es',0,NULL,'Markazí (مرکزی)',NULL,'',0,'2019-11-07 09:18:45'),(15351,13844,'es',0,NULL,'Sugerencias del mercado',NULL,'',0,'2019-11-07 09:18:45'),(15352,16955,'es',0,NULL,'Consigue más opciones',NULL,'',0,'2019-11-07 09:18:45'),(15353,16956,'es',0,NULL,'Marlborough',NULL,'',0,'2019-11-07 09:18:45'),(15354,16957,'es',0,NULL,'Islas Marshall',NULL,'',0,'2019-11-07 09:18:45'),(15355,16958,'es',0,NULL,'Martinica',NULL,'',0,'2019-11-07 09:18:45'),(15356,16959,'es',0,NULL,'Maryland',NULL,'',0,'2019-11-07 09:18:45'),(15357,16960,'es',0,NULL,'Masaka',NULL,'',0,'2019-11-07 09:18:45'),(15358,16961,'es',0,NULL,'Masbate',NULL,'',0,'2019-11-07 09:18:45'),(15359,16962,'es',0,NULL,'Masindi',NULL,'',0,'2019-11-07 09:18:45'),(15360,16963,'es',0,NULL,'Massa-Carrara',NULL,'',0,'2019-11-07 09:18:45'),(15361,16964,'es',0,NULL,'Massachusetts',NULL,'',0,'2019-11-07 09:18:45'),(15362,16965,'es',0,NULL,'MasterCard',NULL,'',0,'2019-11-07 09:18:45'),(15363,16966,'es',0,NULL,'Matera',NULL,'',0,'2019-11-07 09:18:45'),(15364,16967,'es',0,NULL,'Mato Grosso',NULL,'',0,'2019-11-07 09:18:45'),(15365,16968,'es',0,NULL,'Mato Grosso del Sur',NULL,'',0,'2019-11-07 09:18:45'),(15366,16969,'es',0,NULL,'Mauritania',NULL,'',0,'2019-11-07 09:18:45'),(15367,13499,'es',0,NULL,'Ouguiya mauritano',NULL,'',0,'2019-11-07 09:18:45'),(15368,13500,'es',0,NULL,'Rupia de Mauricio',NULL,'',0,'2019-11-07 09:18:45'),(15369,16970,'es',0,NULL,'Mauricio',NULL,'',0,'2019-11-07 09:18:45'),(15370,16971,'es',0,NULL,'Max %s',NULL,'',0,'2019-11-07 09:18:45'),(15371,16972,'es',0,NULL,'Número máximo de artículos en el carrito en los que se puede aplicar el cupón.',NULL,'',0,'2019-11-07 09:18:45'),(15372,16973,'es',0,NULL,'Precio máximo',NULL,'',0,'2019-11-07 09:18:45'),(15373,16974,'es',0,NULL,'Tamaño máximo de subida',NULL,'',0,'2019-11-07 09:18:45'),(15374,16975,'es',0,NULL,'Tamaño máximo de subida.',NULL,'',0,'2019-11-07 09:18:45'),(15375,16976,'es',0,NULL,'Base de datos GeoIP de MaxMind',NULL,'',0,'2019-11-07 09:18:45'),(15376,16977,'es',0,NULL,'La base de datos MaxMind GeoIP requiere al menos PHP 5.4.',NULL,'',0,'2019-11-07 09:18:45'),(15377,16978,'es',0,NULL,'Base de datos GeoIP de MaxMind.',NULL,'',0,'2019-11-07 09:18:45'),(15378,16979,'es',0,NULL,'Profundidad máxima',NULL,'',0,'2019-11-07 09:18:45'),(15379,16980,'es',0,NULL,'Número máximo de artículos a mostrar en los resultados.',NULL,'',0,'2019-11-07 09:18:45'),(15380,16981,'es',0,NULL,'Cantidad máxima de pedido permitida cuando se utilice el cupón.',NULL,'',0,'2019-11-07 09:18:45'),(15381,16982,'es',0,NULL,'Ya están en marcha el máximo de procesos en lote simultáneos (%s colas). No se procesarán más acciones hasta que se completen los procesos en lote actuales. ',NULL,'',0,'2019-11-07 09:18:45'),(15382,16983,'es',0,NULL,'Tamaño máximo: %s',NULL,'',0,'2019-11-07 09:18:45'),(15383,16984,'es',0,NULL,'Gasto máximo',NULL,'',0,'2019-11-07 09:18:45'),(15384,16985,'es',0,NULL,'Mayo',NULL,'',0,'2019-11-07 09:18:45'),(15385,16986,'es',0,NULL,'Mayotte',NULL,'',0,'2019-11-07 09:18:45'),(15386,16987,'es',0,NULL,'Mayuge',NULL,'',0,'2019-11-07 09:18:45'),(15387,16988,'es',0,NULL,'Mazandarán (مازندران)',NULL,'',0,'2019-11-07 09:18:45'),(15388,16989,'es',0,NULL,'Mbale',NULL,'',0,'2019-11-07 09:18:45'),(15389,16990,'es',0,NULL,'Mbarara',NULL,'',0,'2019-11-07 09:18:45'),(15390,16991,'es',0,NULL,'Mbeya',NULL,'',0,'2019-11-07 09:18:45'),(15391,13633,'es',0,NULL,'Medidas',NULL,'',0,'2019-11-07 09:18:45'),(15392,16992,'es',0,NULL,'Meath',NULL,'',0,'2019-11-07 09:18:45'),(15393,16993,'es',0,NULL,'Mechi',NULL,'',0,'2019-11-07 09:18:45'),(15394,16994,'es',0,NULL,'Meghalaya',NULL,'',0,'2019-11-07 09:18:45'),(15395,16995,'es',0,NULL,'Mehedinți',NULL,'',0,'2019-11-07 09:18:45'),(15396,16996,'es',0,NULL,'Meherpur',NULL,'',0,'2019-11-07 09:18:45'),(15397,16997,'es',0,NULL,'Melilla',NULL,'',0,'2019-11-07 09:18:45'),(15398,16998,'es',0,NULL,'Los miembros de nuestro equipo tienen acceso a la información que nos ofreces. Por ejemplo, los administradores y gestores de tienda pueden acceder:',NULL,'',0,'2019-11-07 09:18:45'),(15399,16999,'es',0,NULL,'Mendoza',NULL,'',0,'2019-11-07 09:18:45'),(15400,17000,'es',0,NULL,'Orden del menú',NULL,'',0,'2019-11-07 09:18:45'),(15401,17001,'es',0,NULL,'Orden en el menú',NULL,'',0,'2019-11-07 09:18:45'),(15402,17002,'es',0,NULL,'Orden en el menú, utilizado para ordenar los productos de manera personalizada.',NULL,'',0,'2019-11-07 09:18:45'),(15403,17003,'es',0,NULL,'Orden en el menú, utilizado para aplicar un orden personalizado al recurso.',NULL,'',0,'2019-11-07 09:18:45'),(15404,17004,'es',0,NULL,'Mensaje',NULL,'',0,'2019-11-07 09:18:45'),(15405,17005,'es',0,NULL,'Messina',NULL,'',0,'2019-11-07 09:18:45'),(15406,17006,'es',0,NULL,'ID del meta.',NULL,'',0,'2019-11-07 09:18:45'),(15407,17007,'es',0,NULL,'Metadatos.',NULL,'',0,'2019-11-07 09:18:45'),(15408,17008,'es',0,NULL,'Clave meta.',NULL,'',0,'2019-11-07 09:18:45'),(15409,17009,'es',0,NULL,'Etiqueta meta.',NULL,'',0,'2019-11-07 09:18:45'),(15410,17010,'es',0,NULL,'Valor meta.',NULL,'',0,'2019-11-07 09:18:45'),(15411,17011,'es',0,NULL,'Meta: %s',NULL,'',0,'2019-11-07 09:18:45'),(15412,17012,'es',0,NULL,'Metros',NULL,'',0,'2019-11-07 09:18:45'),(15413,17013,'es',0,NULL,'Método',NULL,'',0,'2019-11-07 09:18:45'),(15414,17014,'es',0,NULL,'El método \'%s\' no está implementado. Debe sustituirse en la subclase.',NULL,'',0,'2019-11-07 09:18:45'),(15415,17015,'es',0,NULL,'ID del método.',NULL,'',0,'2019-11-07 09:18:45'),(15416,17016,'es',0,NULL,'Disponibilidad del método',NULL,'',0,'2019-11-07 09:18:45'),(15417,17017,'es',0,NULL,'Título del método',NULL,'',0,'2019-11-07 09:18:45'),(15418,17018,'es',0,NULL,'Metro Manila',NULL,'',0,'2019-11-07 09:18:45'),(15419,13503,'es',0,NULL,'Peso mexicano',NULL,'',0,'2019-11-07 09:18:45'),(15420,17019,'es',0,NULL,'México',NULL,'',0,'2019-11-07 09:18:45'),(15421,17020,'es',0,NULL,'Michigan',NULL,'',0,'2019-11-07 09:18:45'),(15422,17021,'es',0,NULL,'Michoacán',NULL,'',0,'2019-11-07 09:18:45'),(15423,17022,'es',0,NULL,'Micronesia',NULL,'',0,'2019-11-07 09:18:45'),(15424,17023,'es',0,NULL,'Atolón de Midway',NULL,'',0,'2019-11-07 09:18:45'),(15425,17024,'es',0,NULL,'Mie',NULL,'',0,'2019-11-07 09:18:45'),(15426,17025,'es',0,NULL,'Milano',NULL,'',0,'2019-11-07 09:18:45'),(15427,17026,'es',0,NULL,'Milímetros',NULL,'',0,'2019-11-07 09:18:45'),(15428,17027,'es',0,NULL,'Min %s',NULL,'',0,'2019-11-07 09:18:45'),(15429,17028,'es',0,NULL,'Precio mínimo',NULL,'',0,'2019-11-07 09:18:45'),(15430,17029,'es',0,NULL,'Minas Gerais',NULL,'',0,'2019-11-07 09:18:45'),(15431,17030,'es',0,NULL,'Cantidad mínima de pedido',NULL,'',0,'2019-11-07 09:18:45'),(15432,17031,'es',0,NULL,'Cantidad mínima de pedido que necesita estar en el carrito antes de que se aplique el cupón.',NULL,'',0,'2019-11-07 09:18:45'),(15433,17032,'es',0,NULL,'Gasto mínimo',NULL,'',0,'2019-11-07 09:18:45'),(15434,17033,'es',0,NULL,'Minnesota',NULL,'',0,'2019-11-07 09:18:45'),(15435,17034,'es',0,NULL,'Misamis Occidental',NULL,'',0,'2019-11-07 09:18:45'),(15436,17035,'es',0,NULL,'Misamis Oriental',NULL,'',0,'2019-11-07 09:18:45'),(15437,17036,'es',0,NULL,'Misiones',NULL,'',0,'2019-11-07 09:18:45'),(15438,17037,'es',0,NULL,'Parámetro OAuth %s no disponible',NULL,'',0,'2019-11-07 09:18:45'),(15439,17038,'es',0,NULL,'Parámetros OAuth %s no disponibles',NULL,'',0,'2019-11-07 09:18:45'),(15440,17039,'es',0,NULL,'Falta el parámetro %s',NULL,'',0,'2019-11-07 09:18:45'),(15441,17040,'es',0,NULL,'Suscripción al producto faltante',NULL,'',0,'2019-11-07 09:18:45'),(15442,17041,'es',0,NULL,'Productos faltantes en el cuerpo de la solicitud.',NULL,'',0,'2019-11-07 09:18:45'),(15443,17042,'es',0,NULL,'Falta el paquete %s de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(15444,17043,'es',0,NULL,'Mississippi',NULL,'',0,'2019-11-07 09:18:45'),(15445,17044,'es',0,NULL,'Missouri',NULL,'',0,'2019-11-07 09:18:45'),(15446,17045,'es',0,NULL,'Mitooma',NULL,'',0,'2019-11-07 09:18:45'),(15447,17046,'es',0,NULL,'Mityana',NULL,'',0,'2019-11-07 09:18:45'),(15448,17047,'es',0,NULL,'Miyagi',NULL,'',0,'2019-11-07 09:18:45'),(15449,17048,'es',0,NULL,'Miyazaki',NULL,'',0,'2019-11-07 09:18:45'),(15450,17049,'es',0,NULL,'Mizoram',NULL,'',0,'2019-11-07 09:18:45'),(15451,17050,'es',0,NULL,'Modena',NULL,'',0,'2019-11-07 09:18:45'),(15452,17051,'es',0,NULL,'Moldavia',NULL,'',0,'2019-11-07 09:18:45'),(15453,13493,'es',0,NULL,'Leu moldavo',NULL,'',0,'2019-11-07 09:18:45'),(15454,17052,'es',0,NULL,'Mónaco',NULL,'',0,'2019-11-07 09:18:45'),(15455,17053,'es',0,NULL,'Monaghan',NULL,'',0,'2019-11-07 09:18:45'),(15456,17054,'es',0,NULL,'Dinero gastado',NULL,'',0,'2019-11-07 09:18:45'),(15457,17055,'es',0,NULL,'Mongolia',NULL,'',0,'2019-11-07 09:18:45'),(15458,13497,'es',0,NULL,'Tugrik mongol',NULL,'',0,'2019-11-07 09:18:45'),(15459,17056,'es',0,NULL,'Montana',NULL,'',0,'2019-11-07 09:18:45'),(15460,17057,'es',0,NULL,'Montenegro',NULL,'',0,'2019-11-07 09:18:45'),(15461,17058,'es',0,NULL,'Un mes hasta hoy',NULL,'',0,'2019-11-07 09:18:45'),(15462,17059,'es',0,NULL,'Mes(es)',NULL,'',0,'2019-11-07 09:18:45'),(15463,13951,'es',0,NULL,'Mensual',NULL,'',0,'2019-11-07 09:18:45'),(15464,17060,'es',0,NULL,'Montserrado',NULL,'',0,'2019-11-07 09:18:45'),(15465,17061,'es',0,NULL,'Montserrat',NULL,'',0,'2019-11-07 09:18:45'),(15466,17062,'es',0,NULL,'Monza e della Brianza',NULL,'',0,'2019-11-07 09:18:45'),(15467,17063,'es',0,NULL,'Moquegua',NULL,'',0,'2019-11-07 09:18:45'),(15468,17064,'es',0,NULL,'Morelos',NULL,'',0,'2019-11-07 09:18:45'),(15469,13492,'es',0,NULL,'Dírham marroquí',NULL,'',0,'2019-11-07 09:18:45'),(15470,17065,'es',0,NULL,'Marruecos',NULL,'',0,'2019-11-07 09:18:45'),(15471,17066,'es',0,NULL,'Morogoro',NULL,'',0,'2019-11-07 09:18:45'),(15472,17067,'es',0,NULL,'Moroto',NULL,'',0,'2019-11-07 09:18:45'),(15473,17068,'es',0,NULL,'Con más descuento',NULL,'',0,'2019-11-07 09:18:45'),(15474,17069,'es',0,NULL,'Más popular',NULL,'',0,'2019-11-07 09:18:45'),(15475,17070,'es',0,NULL,'Las más recientes',NULL,'',0,'2019-11-07 09:18:45'),(15476,17071,'es',0,NULL,'Con más existencias',NULL,'',0,'2019-11-07 09:18:45'),(15477,17072,'es',0,NULL,'Moulvibazar',NULL,'',0,'2019-11-07 09:18:45'),(15478,17073,'es',0,NULL,'Mountain Province',NULL,'',0,'2019-11-07 09:18:45'),(15479,17074,'es',0,NULL,'Mover “%s” a la papelera',NULL,'',0,'2019-11-07 09:18:45'),(15480,17075,'es',0,NULL,'Moverse hacia atrás (izquierda) y hacia delante (derecha) un día.',NULL,'',0,'2019-11-07 09:18:45'),(15481,17076,'es',0,NULL,'Moverse hacia atrás (arriba) y hacia delante (abajo) una semana.',NULL,'',0,'2019-11-07 09:18:45'),(15482,17077,'es',0,NULL,'Moverse hacia atrás de los elementos seleccionados',NULL,'',0,'2019-11-07 09:18:45'),(15483,17078,'es',0,NULL,'Moverse hacia atrás para cambiar al mes anterior.',NULL,'',0,'2019-11-07 09:18:45'),(15484,17079,'es',0,NULL,'Mover abajo',NULL,'',0,'2019-11-07 09:18:45'),(15485,17080,'es',0,NULL,'Moverse hacia delante para cambiar al mes siguiente.',NULL,'',0,'2019-11-07 09:18:45'),(15486,17081,'es',0,NULL,'Bajar el método de pago «%s»',NULL,'',0,'2019-11-07 09:18:45'),(15487,17082,'es',0,NULL,'Subir el método de pago «%s»',NULL,'',0,'2019-11-07 09:18:45'),(15488,17083,'es',0,NULL,'Mover a la papelera',NULL,'',0,'2019-11-07 09:18:45'),(15489,17084,'es',0,NULL,'Mover arriba',NULL,'',0,'2019-11-07 09:18:45'),(15490,17085,'es',0,NULL,'Moxico',NULL,'',0,'2019-11-07 09:18:45'),(15491,17086,'es',0,NULL,'Moyo',NULL,'',0,'2019-11-07 09:18:45'),(15492,13505,'es',0,NULL,'Metical mozambiqueño',NULL,'',0,'2019-11-07 09:18:45'),(15493,17087,'es',0,NULL,'Mozambique',NULL,'',0,'2019-11-07 09:18:45'),(15494,17088,'es',0,NULL,'Mpigi',NULL,'',0,'2019-11-07 09:18:45'),(15495,17089,'es',0,NULL,'Mpumalanga',NULL,'',0,'2019-11-07 09:18:45'),(15496,17090,'es',0,NULL,'Mtwara',NULL,'',0,'2019-11-07 09:18:45'),(15497,17091,'es',0,NULL,'Muğla',NULL,'',0,'2019-11-07 09:18:45'),(15498,17092,'es',0,NULL,'Muş',NULL,'',0,'2019-11-07 09:18:45'),(15499,17093,'es',0,NULL,'Mubende',NULL,'',0,'2019-11-07 09:18:45'),(15500,17094,'es',0,NULL,'Muchinga',NULL,'',0,'2019-11-07 09:18:45'),(15501,17095,'es',0,NULL,'Mukdahan',NULL,'',0,'2019-11-07 09:18:45'),(15502,17096,'es',0,NULL,'Mukono',NULL,'',0,'2019-11-07 09:18:45'),(15503,17097,'es',0,NULL,'Multibyte String (mbstring) se utiliza para convertir la codificación de caracteres, como para el correo electrónico o la conversión de caracteres a minúsculas.',NULL,'',0,'2019-11-07 09:18:45'),(15504,17098,'es',0,NULL,'Cadena multibyte',NULL,'',0,'2019-11-07 09:18:45'),(15505,17099,'es',0,NULL,'Multiparte',NULL,'',0,'2019-11-07 09:18:45'),(15506,17100,'es',0,NULL,'Municipalidad Metropolitana de Lima',NULL,'',0,'2019-11-07 09:18:45'),(15507,17101,'es',0,NULL,'Municipio',NULL,'',0,'2019-11-07 09:18:45'),(15508,17102,'es',0,NULL,'Municipio / Barrio',NULL,'',0,'2019-11-07 09:18:45'),(15509,17103,'es',0,NULL,'Munshiganj',NULL,'',0,'2019-11-07 09:18:45'),(15510,17104,'es',0,NULL,'Murcia',NULL,'',0,'2019-11-07 09:18:45'),(15511,17105,'es',0,NULL,'Mureș',NULL,'',0,'2019-11-07 09:18:45'),(15512,17106,'es',0,NULL,'Plugins imprescindibles',NULL,'',0,'2019-11-07 09:18:45'),(15513,17107,'es',0,NULL,'Mwanza',NULL,'',0,'2019-11-07 09:18:45'),(15514,17108,'es',0,NULL,'Página de mi cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15515,17109,'es',0,NULL,'Mis suscripciones',NULL,'',0,'2019-11-07 09:18:45'),(15516,17110,'es',0,NULL,'Mi cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15517,13801,'es',0,NULL,'Página de mi cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15518,17111,'es',0,NULL,'Versión de MySQL',NULL,'',0,'2019-11-07 09:18:45'),(15519,17112,'es',0,NULL,'Cadena de la versión de MySQL.',NULL,'',0,'2019-11-07 09:18:45'),(15520,17113,'es',0,NULL,'Versión de MySQL.',NULL,'',0,'2019-11-07 09:18:45'),(15521,17114,'es',0,NULL,'Birmania',NULL,'',0,'2019-11-07 09:18:45'),(15522,17115,'es',0,NULL,'Mymensingh',NULL,'',0,'2019-11-07 09:18:45'),(15523,13708,'es',0,NULL,'N/D',NULL,'',0,'2019-11-07 09:18:45'),(15524,17116,'es',0,NULL,'Nabilatuk',NULL,'',0,'2019-11-07 09:18:45'),(15525,17117,'es',0,NULL,'Nagaland',NULL,'',0,'2019-11-07 09:18:45'),(15526,17118,'es',0,NULL,'Nagano',NULL,'',0,'2019-11-07 09:18:45'),(15527,17119,'es',0,NULL,'Nagasaki',NULL,'',0,'2019-11-07 09:18:45'),(15528,17120,'es',0,NULL,'Nakapiripirit',NULL,'',0,'2019-11-07 09:18:45'),(15529,17121,'es',0,NULL,'Nakaseke',NULL,'',0,'2019-11-07 09:18:45'),(15530,17122,'es',0,NULL,'Nakasongola',NULL,'',0,'2019-11-07 09:18:45'),(15531,17123,'es',0,NULL,'Nakhon Nayok',NULL,'',0,'2019-11-07 09:18:45'),(15532,17124,'es',0,NULL,'Nakhon Pathom',NULL,'',0,'2019-11-07 09:18:45'),(15533,17125,'es',0,NULL,'Nakhon Phanom',NULL,'',0,'2019-11-07 09:18:45'),(15534,17126,'es',0,NULL,'Nakhon Ratchasima',NULL,'',0,'2019-11-07 09:18:45'),(15535,17127,'es',0,NULL,'Nakhon Sawan',NULL,'',0,'2019-11-07 09:18:45'),(15536,17128,'es',0,NULL,'Nakhon Si Thammarat',NULL,'',0,'2019-11-07 09:18:45'),(15537,17129,'es',0,NULL,'Namayingo',NULL,'',0,'2019-11-07 09:18:45'),(15538,17130,'es',0,NULL,'Nombre',NULL,'',0,'2019-11-07 09:18:45'),(15539,17131,'es',0,NULL,'Nombre (Apellidos, Nombre)',NULL,'',0,'2019-11-07 09:18:45'),(15540,17132,'es',0,NULL,'Nombre (numérico)',NULL,'',0,'2019-11-07 09:18:45'),(15541,17133,'es',0,NULL,'Nombre (requerido)',NULL,'',0,'2019-11-07 09:18:45'),(15542,17134,'es',0,NULL,'Nombre para el atributo (mostrado en la tienda).',NULL,'',0,'2019-11-07 09:18:45'),(15543,17135,'es',0,NULL,'Nombre del recurso.',NULL,'',0,'2019-11-07 09:18:45'),(15544,17136,'es',0,NULL,'Nombre del cliente para el pedido',NULL,'',0,'2019-11-07 09:18:45'),(15545,17137,'es',0,NULL,'Nombre del producto al que pertenece la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(15546,17138,'es',0,NULL,'Nombre de quien dejó la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(15547,17139,'es',0,NULL,'Namibe',NULL,'',0,'2019-11-07 09:18:45'),(15548,17140,'es',0,NULL,'Namibia',NULL,'',0,'2019-11-07 09:18:45'),(15549,13506,'es',0,NULL,'Dólar namibio',NULL,'',0,'2019-11-07 09:18:45'),(15550,17141,'es',0,NULL,'Namisindwa',NULL,'',0,'2019-11-07 09:18:45'),(15551,17142,'es',0,NULL,'Namutumba',NULL,'',0,'2019-11-07 09:18:45'),(15552,17143,'es',0,NULL,'Nan',NULL,'',0,'2019-11-07 09:18:45'),(15553,17144,'es',0,NULL,'Naogaon',NULL,'',0,'2019-11-07 09:18:45'),(15554,17145,'es',0,NULL,'Napak',NULL,'',0,'2019-11-07 09:18:45'),(15555,17146,'es',0,NULL,'Napoli',NULL,'',0,'2019-11-07 09:18:45'),(15556,17147,'es',0,NULL,'Nara',NULL,'',0,'2019-11-07 09:18:45'),(15557,17148,'es',0,NULL,'Narail',NULL,'',0,'2019-11-07 09:18:45'),(15558,17149,'es',0,NULL,'Narathiwat',NULL,'',0,'2019-11-07 09:18:45'),(15559,17150,'es',0,NULL,'Narayanganj',NULL,'',0,'2019-11-07 09:18:45'),(15560,17151,'es',0,NULL,'Narayani',NULL,'',0,'2019-11-07 09:18:45'),(15561,17152,'es',0,NULL,'Narsingdi',NULL,'',0,'2019-11-07 09:18:45'),(15562,17153,'es',0,NULL,'Nasarawa',NULL,'',0,'2019-11-07 09:18:45'),(15563,17154,'es',0,NULL,'Natore',NULL,'',0,'2019-11-07 09:18:45'),(15564,17155,'es',0,NULL,'Nauru',NULL,'',0,'2019-11-07 09:18:45'),(15565,17156,'es',0,NULL,'Navarra',NULL,'',0,'2019-11-07 09:18:45'),(15566,17157,'es',0,NULL,'Isla de Navaza',NULL,'',0,'2019-11-07 09:18:45'),(15567,17158,'es',0,NULL,'Nawabganj',NULL,'',0,'2019-11-07 09:18:45'),(15568,17159,'es',0,NULL,'Nayarit',NULL,'',0,'2019-11-07 09:18:45'),(15569,17160,'es',0,NULL,'Neamț',NULL,'',0,'2019-11-07 09:18:45'),(15570,17161,'es',0,NULL,'Nebbi',NULL,'',0,'2019-11-07 09:18:45'),(15571,17162,'es',0,NULL,'Nebraska',NULL,'',0,'2019-11-07 09:18:45'),(15572,17163,'es',0,NULL,'¿Necesitas un aspecto más actual? Prueba los temas hijo de Storefront',NULL,'',0,'2019-11-07 09:18:45'),(15573,17164,'es',0,NULL,'¿Necesitas un tema? Prueba Storefront',NULL,'',0,'2019-11-07 09:18:45'),(15574,17165,'es',0,NULL,'Negeri Sembilan',NULL,'',0,'2019-11-07 09:18:45'),(15575,17166,'es',0,NULL,'Negros Occidental',NULL,'',0,'2019-11-07 09:18:45'),(15576,17167,'es',0,NULL,'Negros Oriental',NULL,'',0,'2019-11-07 09:18:45'),(15577,17168,'es',0,NULL,'Nelson',NULL,'',0,'2019-11-07 09:18:45'),(15578,17169,'es',0,NULL,'Nepal',NULL,'',0,'2019-11-07 09:18:45'),(15579,13510,'es',0,NULL,'Rupia nepalí',NULL,'',0,'2019-11-07 09:18:45'),(15580,17170,'es',0,NULL,'Beneficio neto',NULL,'',0,'2019-11-07 09:18:45'),(15581,17171,'es',0,NULL,'Cantidad de ventas netas',NULL,'',0,'2019-11-07 09:18:45'),(15582,17172,'es',0,NULL,'Ventas netas en el periodo.',NULL,'',0,'2019-11-07 09:18:45'),(15583,17173,'es',0,NULL,'Países Bajos',NULL,'',0,'2019-11-07 09:18:45'),(15584,13407,'es',0,NULL,'Florín antillano neerlandés',NULL,'',0,'2019-11-07 09:18:45'),(15585,17174,'es',0,NULL,'Netrakona',NULL,'',0,'2019-11-07 09:18:45'),(15586,17175,'es',0,NULL,'Activado para la red',NULL,'',0,'2019-11-07 09:18:45'),(15587,17176,'es',0,NULL,'Neuchâtel',NULL,'',0,'2019-11-07 09:18:45'),(15588,17177,'es',0,NULL,'Neuquén',NULL,'',0,'2019-11-07 09:18:45'),(15589,17178,'es',0,NULL,'Nevşehir',NULL,'',0,'2019-11-07 09:18:45'),(15590,17179,'es',0,NULL,'Nevada',NULL,'',0,'2019-11-07 09:18:45'),(15591,17180,'es',0,NULL,'Nunca',NULL,'',0,'2019-11-07 09:18:45'),(15592,13674,'es',0,NULL,'Nunca mostrar la cantidad restante del inventario',NULL,'',0,'2019-11-07 09:18:45'),(15593,17181,'es',0,NULL,'Nuevo %s',NULL,'',0,'2019-11-07 09:18:45'),(15594,17182,'es',0,NULL,'New Brunswick',NULL,'',0,'2019-11-07 09:18:45'),(15595,17183,'es',0,NULL,'Nueva Caledonia',NULL,'',0,'2019-11-07 09:18:45'),(15596,17184,'es',0,NULL,'New Hampshire',NULL,'',0,'2019-11-07 09:18:45'),(15597,17185,'es',0,NULL,'New Jersey',NULL,'',0,'2019-11-07 09:18:45'),(15598,17186,'es',0,NULL,'New Mexico',NULL,'',0,'2019-11-07 09:18:45'),(15599,17187,'es',0,NULL,'Nuevo pedido: #{order_number}',NULL,'',0,'2019-11-07 09:18:45'),(15600,17188,'es',0,NULL,'Nueva acción programada',NULL,'',0,'2019-11-07 09:18:45'),(15601,17189,'es',0,NULL,'Nueva Gales del Sur',NULL,'',0,'2019-11-07 09:18:45'),(15602,13547,'es',0,NULL,'Nuevo dólar taiwanés',NULL,'',0,'2019-11-07 09:18:45'),(15603,17190,'es',0,NULL,'Nuevos territorios',NULL,'',0,'2019-11-07 09:18:45'),(15604,17191,'es',0,NULL,'New York',NULL,'',0,'2019-11-07 09:18:45'),(15605,17192,'es',0,NULL,'Nueva Zelanda',NULL,'',0,'2019-11-07 09:18:45'),(15606,13511,'es',0,NULL,'Dólar neozelandés',NULL,'',0,'2019-11-07 09:18:45'),(15607,17193,'es',0,NULL,'Nueva cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15608,13923,'es',0,NULL,'Nombre de la nueva categoría',NULL,'',0,'2019-11-07 09:18:45'),(15609,13902,'es',0,NULL,'Nuevo cupón',NULL,'',0,'2019-11-07 09:18:45'),(15610,13885,'es',0,NULL,'Nuevo pedido',NULL,'',0,'2019-11-07 09:18:45'),(15611,17194,'es',0,NULL,'Cuando se recibe un nuevo pedido se envían correos electrónicos de nuevo pedido a los destinatarios seleccionados.',NULL,'',0,'2019-11-07 09:18:45'),(15612,17195,'es',0,NULL,'Nueva contraseña',NULL,'',0,'2019-11-07 09:18:45'),(15613,17196,'es',0,NULL,'Nueva contraseña (déjalo en blanco para no cambiarla)',NULL,'',0,'2019-11-07 09:18:45'),(15614,17197,'es',0,NULL,'Las nuevas contraseñas no coinciden',NULL,'',0,'2019-11-07 09:18:45'),(15615,17198,'es',0,NULL,'Los nuevos métodos de pago solo se pueden añadir durante el pago. Por favor, contáctanos si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(15616,13863,'es',0,NULL,'Nuevo producto',NULL,'',0,'2019-11-07 09:18:45'),(15617,13949,'es',0,NULL,'Nombre de la nueva clase de envío',NULL,'',0,'2019-11-07 09:18:45'),(15618,13933,'es',0,NULL,'Nombre de la nueva etiqueta',NULL,'',0,'2019-11-07 09:18:45'),(15619,17199,'es',0,NULL,'Nueva dirección de correo electrónico del usuario.',NULL,'',0,'2019-11-07 09:18:45'),(15620,17200,'es',0,NULL,'Nueva contraseña de usuario.',NULL,'',0,'2019-11-07 09:18:45'),(15621,17201,'es',0,NULL,'Nuevo nombre de usuario del usuario.',NULL,'',0,'2019-11-07 09:18:45'),(15622,17202,'es',0,NULL,'Nuevo:',NULL,'',0,'2019-11-07 09:18:45'),(15623,17203,'es',0,NULL,'Productos más recientes',NULL,'',0,'2019-11-07 09:18:45'),(15624,17204,'es',0,NULL,'Fecha programada más reciente',NULL,'',0,'2019-11-07 09:18:45'),(15625,17205,'es',0,NULL,'Newfoundland y Labrador',NULL,'',0,'2019-11-07 09:18:45'),(15626,17206,'es',0,NULL,'Novedad - primero los más nuevos',NULL,'',0,'2019-11-07 09:18:45'),(15627,17207,'es',0,NULL,'Siguiente',NULL,'',0,'2019-11-07 09:18:45'),(15628,17208,'es',0,NULL,'Siguiente (flecha derecha)',NULL,'',0,'2019-11-07 09:18:45'),(15629,17209,'es',0,NULL,'Página siguiente',NULL,'',0,'2019-11-07 09:18:45'),(15630,17210,'es',0,NULL,'Página siguiente',NULL,'',0,'2019-11-07 09:18:45'),(15631,17211,'es',0,NULL,'Siguiente paso',NULL,'',0,'2019-11-07 09:18:45'),(15632,17212,'es',0,NULL,'A continuación tendrás que ponerle precio a tu producto.',NULL,'',0,'2019-11-07 09:18:45'),(15633,17213,'es',0,NULL,'Ngora',NULL,'',0,'2019-11-07 09:18:45'),(15634,17214,'es',0,NULL,'Niğde',NULL,'',0,'2019-11-07 09:18:45'),(15635,17215,'es',0,NULL,'Nicaragua',NULL,'',0,'2019-11-07 09:18:45'),(15636,13508,'es',0,NULL,'Córdoba',NULL,'',0,'2019-11-07 09:18:45'),(15637,17216,'es',0,NULL,'Nidwalden',NULL,'',0,'2019-11-07 09:18:45'),(15638,17217,'es',0,NULL,'Níger',NULL,'',0,'2019-11-07 09:18:45'),(15639,17218,'es',0,NULL,'Nigeria',NULL,'',0,'2019-11-07 09:18:45'),(15640,13507,'es',0,NULL,'Naira nigeriano',NULL,'',0,'2019-11-07 09:18:45'),(15641,17219,'es',0,NULL,'Niigata',NULL,'',0,'2019-11-07 09:18:45'),(15642,17220,'es',0,NULL,'Nilphamari',NULL,'',0,'2019-11-07 09:18:45'),(15643,17221,'es',0,NULL,'Nimba',NULL,'',0,'2019-11-07 09:18:45'),(15644,17222,'es',0,NULL,'Ningxia Hui / 宁夏',NULL,'',0,'2019-11-07 09:18:45'),(15645,17223,'es',0,NULL,'Nisporeni',NULL,'',0,'2019-11-07 09:18:45'),(15646,17224,'es',0,NULL,'Niue',NULL,'',0,'2019-11-07 09:18:45'),(15647,17225,'es',0,NULL,'Njombe',NULL,'',0,'2019-11-07 09:18:45'),(15648,17226,'es',0,NULL,'No',NULL,'',0,'2019-11-07 09:18:45'),(15649,17227,'es',0,NULL,'Sin %1$s datos especificados para crear %1$s',NULL,'',0,'2019-11-07 09:18:45'),(15650,17228,'es',0,NULL,'Sin %1$s datos especificados para crear/editar %1$s',NULL,'',0,'2019-11-07 09:18:45'),(15651,17229,'es',0,NULL,'Sin %1$s datos especificados para editar %1$s',NULL,'',0,'2019-11-07 09:18:45'),(15652,17230,'es',0,NULL,'No se encontraron %1$s con el ID igual a %2$s',NULL,'',0,'2019-11-07 09:18:45'),(15653,17231,'es',0,NULL,'No se encontró "%s"',NULL,'',0,'2019-11-07 09:18:45'),(15654,17232,'es',0,NULL,'No se han encontrado acciones',NULL,'',0,'2019-11-07 09:18:45'),(15655,17233,'es',0,NULL,'No se han encontrado acciones en la papelera',NULL,'',0,'2019-11-07 09:18:45'),(15656,17234,'es',0,NULL,'Actualmente no existen atributos.',NULL,'',0,'2019-11-07 09:18:45'),(15657,17235,'es',0,NULL,'No se ha establecido una dirección de facturación.',NULL,'',0,'2019-11-07 09:18:45'),(15658,17236,'es',0,NULL,'Sin categorías',NULL,'',0,'2019-11-07 09:18:45'),(15659,13924,'es',0,NULL,'No se han encontrado categorías',NULL,'',0,'2019-11-07 09:18:45'),(15660,17237,'es',0,NULL,'Ningún cambio desde %s',NULL,'',0,'2019-11-07 09:18:45'),(15661,13905,'es',0,NULL,'No se han encontrado cupones',NULL,'',0,'2019-11-07 09:18:45'),(15662,17238,'es',0,NULL,'Ningún cupón en este rango',NULL,'',0,'2019-11-07 09:18:45'),(15663,13906,'es',0,NULL,'No se han encontrado cupones en la papelera',NULL,'',0,'2019-11-07 09:18:45'),(15664,17239,'es',0,NULL,'No se han encontrado descargas del cliente.',NULL,'',0,'2019-11-07 09:18:45'),(15665,17240,'es',0,NULL,'No se ha seleccionado ningún cliente',NULL,'',0,'2019-11-07 09:18:45'),(15666,17241,'es',0,NULL,'No se han encontrado clientes.',NULL,'',0,'2019-11-07 09:18:45'),(15667,17242,'es',0,NULL,'%s… Sin valor por defecto',NULL,'',0,'2019-11-07 09:18:45'),(15668,17243,'es',0,NULL,'No hay descargas disponibles todavía.',NULL,'',0,'2019-11-07 09:18:45'),(15669,17244,'es',0,NULL,'Archivo no definido',NULL,'',0,'2019-11-07 09:18:45'),(15670,17245,'es',0,NULL,'No se han encontrado artículos.',NULL,'',0,'2019-11-07 09:18:45'),(15671,17246,'es',0,NULL,'No se han encontrado claves.',NULL,'',0,'2019-11-07 09:18:45'),(15672,13566,'es',0,NULL,'Sin ubicación por defecto',NULL,'',0,'2019-11-07 09:18:45'),(15673,17247,'es',0,NULL,'No se ha encontrado ningún producto con pocas existencias.',NULL,'',0,'2019-11-07 09:18:45'),(15674,17248,'es',0,NULL,'No hay productos que actualizar.',NULL,'',0,'2019-11-07 09:18:45'),(15675,17249,'es',0,NULL,'No se han encontrado tasas de impuestos que coincidan',NULL,'',0,'2019-11-07 09:18:45'),(15676,17250,'es',0,NULL,'No hay máximo',NULL,'',0,'2019-11-07 09:18:45'),(15677,17251,'es',0,NULL,'Sin mínimo',NULL,'',0,'2019-11-07 09:18:45'),(15678,17252,'es',0,NULL,'No se ha hecho ningún pedido todavía.',NULL,'',0,'2019-11-07 09:18:45'),(15679,13887,'es',0,NULL,'No se han encontrado pedidos',NULL,'',0,'2019-11-07 09:18:45'),(15680,13888,'es',0,NULL,'No se han encontrado pedidos en la papelera',NULL,'',0,'2019-11-07 09:18:45'),(15681,17253,'es',0,NULL,'No se han encontrado productos agotados.',NULL,'',0,'2019-11-07 09:18:45'),(15682,17254,'es',0,NULL,'Ninguna página definida',NULL,'',0,'2019-11-07 09:18:45'),(15683,17255,'es',0,NULL,'No existen categorías de producto.',NULL,'',0,'2019-11-07 09:18:45'),(15684,17256,'es',0,NULL,'No se ha seleccionado ninguna categoría de productos.',NULL,'',0,'2019-11-07 09:18:45'),(15685,17257,'es',0,NULL,'No se ha seleccionado ningún producto.',NULL,'',0,'2019-11-07 09:18:45'),(15686,17258,'es',0,NULL,'¡No se ha facilitado ningún producto para duplicarlo!',NULL,'',0,'2019-11-07 09:18:45'),(15687,13867,'es',0,NULL,'No se han encontrado productos',NULL,'',0,'2019-11-07 09:18:45'),(15688,17259,'es',0,NULL,'Ningún producto en este rango',NULL,'',0,'2019-11-07 09:18:45'),(15689,13868,'es',0,NULL,'No se han encontrado productos en la papelera',NULL,'',0,'2019-11-07 09:18:45'),(15690,17260,'es',0,NULL,'No se han encontrado productos.',NULL,'',0,'2019-11-07 09:18:45'),(15691,17261,'es',0,NULL,'No hay productos en el carrito.',NULL,'',0,'2019-11-07 09:18:45'),(15692,17262,'es',0,NULL,'No se encontraron productos que concuerden con la selección.',NULL,'',0,'2019-11-07 09:18:45'),(15693,17263,'es',0,NULL,'Sin restricciones',NULL,'',0,'2019-11-07 09:18:45'),(15694,17264,'es',0,NULL,'Ningún resultado para %s',NULL,'',0,'2019-11-07 09:18:45'),(15695,17265,'es',0,NULL,'No hay resultados.',NULL,'',0,'2019-11-07 09:18:45'),(15696,17266,'es',0,NULL,'No se encontró la ruta que coincida con la URL y el método de la petición',NULL,'',0,'2019-11-07 09:18:45'),(15697,17267,'es',0,NULL,'Ninguna fila(s) seleccionada',NULL,'',0,'2019-11-07 09:18:45'),(15698,17268,'es',0,NULL,'No se han encontrado métodos guardados.',NULL,'',0,'2019-11-07 09:18:45'),(15699,17269,'es',0,NULL,'No se ha encontrado ningún título de schema para %s, saltando al registro del comando REST.',NULL,'',0,'2019-11-07 09:18:45'),(15700,17270,'es',0,NULL,'No se han registrado grupos de ajuste.',NULL,'',0,'2019-11-07 09:18:45'),(15701,17271,'es',0,NULL,'Sin dirección de envío configurada.',NULL,'',0,'2019-11-07 09:18:45'),(15702,17272,'es',0,NULL,'Ninguna clase de envío',NULL,'',0,'2019-11-07 09:18:45'),(15703,17273,'es',0,NULL,'Clase de envío sin coste',NULL,'',0,'2019-11-07 09:18:45'),(15704,17274,'es',0,NULL,'No se han creado clases de envío.',NULL,'',0,'2019-11-07 09:18:45'),(15705,17275,'es',0,NULL,'No se ha seleccionado método de envío. Por favor, vuelve a revisar tu dirección o contacta con nosotros si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(15706,17276,'es',0,NULL,'No hay métodos de envío para esta zona.',NULL,'',0,'2019-11-07 09:18:45'),(15707,17277,'es',0,NULL,'No se han encontrado opciones de envío para %s.',NULL,'',0,'2019-11-07 09:18:45'),(15708,13938,'es',0,NULL,'No se han encontrado etiquetas',NULL,'',0,'2019-11-07 09:18:45'),(15709,17278,'es',0,NULL,'No se han encontrado impuestos en este período',NULL,'',0,'2019-11-07 09:18:45'),(15710,17279,'es',0,NULL,'Actualizaciones no obligatorias. La versión de la base de datos es %s',NULL,'',0,'2019-11-07 09:18:45'),(15711,17280,'es',0,NULL,'No se han encontrado cupones usados',NULL,'',0,'2019-11-07 09:18:45'),(15712,17281,'es',0,NULL,'No se han añadido variaciones',NULL,'',0,'2019-11-07 09:18:45'),(15713,17282,'es',0,NULL,'No se han encontrado webhooks.',NULL,'',0,'2019-11-07 09:18:45'),(15714,13690,'es',0,NULL,'No, introduciré los precios sin impuestos',NULL,'',0,'2019-11-07 09:18:45'),(15715,17283,'es',0,NULL,'Noakhali',NULL,'',0,'2019-11-07 09:18:45'),(15716,17284,'es',0,NULL,'Cliente sin pagos',NULL,'',0,'2019-11-07 09:18:45'),(15717,17285,'es',0,NULL,'No repetitiva',NULL,'',0,'2019-11-07 09:18:45'),(15718,17286,'es',0,NULL,'Ninguno',NULL,'',0,'2019-11-07 09:18:45'),(15719,17287,'es',0,NULL,'Nong Bua Lam Phu',NULL,'',0,'2019-11-07 09:18:45'),(15720,17288,'es',0,NULL,'Nong Khai',NULL,'',0,'2019-11-07 09:18:45'),(15721,17289,'es',0,NULL,'Nonthaburi',NULL,'',0,'2019-11-07 09:18:45'),(15722,17290,'es',0,NULL,'Isla Norfolk',NULL,'',0,'2019-11-07 09:18:45'),(15723,17291,'es',0,NULL,'Norteamérica',NULL,'',0,'2019-11-07 09:18:45'),(15724,17292,'es',0,NULL,'North Carolina',NULL,'',0,'2019-11-07 09:18:45'),(15725,17293,'es',0,NULL,'North Dakota',NULL,'',0,'2019-11-07 09:18:45'),(15726,17294,'es',0,NULL,'Jorasán del Norte (خراسان جنوبی)',NULL,'',0,'2019-11-07 09:18:45'),(15727,17295,'es',0,NULL,'Corea del Norte',NULL,'',0,'2019-11-07 09:18:45'),(15728,13481,'es',0,NULL,'Won norcoreano',NULL,'',0,'2019-11-07 09:18:45'),(15729,17296,'es',0,NULL,'Macedonia del Norte',NULL,'',0,'2019-11-07 09:18:45'),(15730,17297,'es',0,NULL,'Noroeste',NULL,'',0,'2019-11-07 09:18:45'),(15731,17298,'es',0,NULL,'Noroccidental',NULL,'',0,'2019-11-07 09:18:45'),(15732,17299,'es',0,NULL,'Septentrional',NULL,'',0,'2019-11-07 09:18:45'),(15733,17300,'es',0,NULL,'Provincia Septentrional del Cabo',NULL,'',0,'2019-11-07 09:18:45'),(15734,17301,'es',0,NULL,'Islas Marianas del Norte',NULL,'',0,'2019-11-07 09:18:45'),(15735,17302,'es',0,NULL,'Samar del Norte',NULL,'',0,'2019-11-07 09:18:45'),(15736,17303,'es',0,NULL,'Northern Territory',NULL,'',0,'2019-11-07 09:18:45'),(15737,17304,'es',0,NULL,'Northland',NULL,'',0,'2019-11-07 09:18:45'),(15738,17305,'es',0,NULL,'Northwest Territories',NULL,'',0,'2019-11-07 09:18:45'),(15739,17306,'es',0,NULL,'Noruega',NULL,'',0,'2019-11-07 09:18:45'),(15740,13509,'es',0,NULL,'Corona noruega',NULL,'',0,'2019-11-07 09:18:45'),(15741,17307,'es',0,NULL,'No se ha podido adjuntar «%s».',NULL,'',0,'2019-11-07 09:18:45'),(15742,17308,'es',0,NULL,'No declarada',NULL,'',0,'2019-11-07 09:18:45'),(15743,17309,'es',0,NULL,'Ahora no',NULL,'',0,'2019-11-07 09:18:45'),(15744,17310,'es',0,NULL,'No probado con la versión activa de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(15745,17311,'es',0,NULL,'No está tan mal',NULL,'',0,'2019-11-07 09:18:45'),(15746,17312,'es',0,NULL,'Nota',NULL,'',0,'2019-11-07 09:18:45'),(15747,17313,'es',0,NULL,'Nota añadida a tu pedido de {order_date} en {site_title}',NULL,'',0,'2019-11-07 09:18:45'),(15748,17314,'es',0,NULL,'Nota dejada por el cliente durante el pago.',NULL,'',0,'2019-11-07 09:18:45'),(15749,17315,'es',0,NULL,'Nota al cliente',NULL,'',0,'2019-11-07 09:18:45'),(15750,17316,'es',0,NULL,'Tipo de nota',NULL,'',0,'2019-11-07 09:18:45'),(15751,17317,'es',0,NULL,'Nota:',NULL,'',0,'2019-11-07 09:18:45'),(15752,17318,'es',0,NULL,'Aviso: Los permisos para los artículos del pedido se concederán automáticamente cuando el estado del pedido cambie a procesando/completado.',NULL,'',0,'2019-11-07 09:18:45'),(15753,17319,'es',0,NULL,'Nota: se ha desactivado WP CRON en tu instalación, esto puede impedir que se complete esta actualización.',NULL,'',0,'2019-11-07 09:18:45'),(15754,17320,'es',0,NULL,'Aviso: Actualmente tienes <a href=\"%1$s\">%2$d extensión de pago</a> que debería actualizarse antes antes de actualizar WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(15755,17321,'es',0,NULL,'Aviso: Actualmente tienes <a href=\"%1$s\">%2$d extensiones</a> que deberían ser actualizadas primero antes de actualizar WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(15756,17322,'es',0,NULL,'Aviso: el motivo del reembolso será visible para el cliente.',NULL,'',0,'2019-11-07 09:18:45'),(15757,17323,'es',0,NULL,'Observación: puede que quieras detallar tu política de cookies, y enlazar desde aquí a esta sección.',NULL,'',0,'2019-11-07 09:18:45'),(15758,17324,'es',0,NULL,'Notas sobre tu pedido, por ejemplo, notas especiales para la entrega.',NULL,'',0,'2019-11-07 09:18:45'),(15759,17325,'es',0,NULL,'Aviso',NULL,'',0,'2019-11-07 09:18:45'),(15760,13662,'es',0,NULL,'Destinatario(s) de los avisos',NULL,'',0,'2019-11-07 09:18:45'),(15761,13659,'es',0,NULL,'Avisos',NULL,'',0,'2019-11-07 09:18:45'),(15762,17326,'es',0,NULL,'Nova Scotia',NULL,'',0,'2019-11-07 09:18:45'),(15763,17327,'es',0,NULL,'Novara',NULL,'',0,'2019-11-07 09:18:45'),(15764,17328,'es',0,NULL,'¡Ahora!',NULL,'',0,'2019-11-07 09:18:45'),(15765,17329,'es',0,NULL,'Ntoroko',NULL,'',0,'2019-11-07 09:18:45'),(15766,17330,'es',0,NULL,'Ntungamo',NULL,'',0,'2019-11-07 09:18:45'),(15767,17331,'es',0,NULL,'Nueva Ecija',NULL,'',0,'2019-11-07 09:18:45'),(15768,17332,'es',0,NULL,'Nueva Vizcaya',NULL,'',0,'2019-11-07 09:18:45'),(15769,17333,'es',0,NULL,'Nuevo León',NULL,'',0,'2019-11-07 09:18:45'),(15770,17334,'es',0,NULL,'Número de cupones utilizado',NULL,'',0,'2019-11-07 09:18:45'),(15771,17335,'es',0,NULL,'Número de días hasta que caduca el acceso a los archivos descargables.',NULL,'',0,'2019-11-07 09:18:45'),(15772,17336,'es',0,NULL,'Número de puntos decimales mostrados al mostrar precios para este país.',NULL,'',0,'2019-11-07 09:18:45'),(15773,17337,'es',0,NULL,'Número de puntos decimales a usar en cada recurso.',NULL,'',0,'2019-11-07 09:18:45'),(15774,13619,'es',0,NULL,'Número de decimales',NULL,'',0,'2019-11-07 09:18:45'),(15775,17338,'es',0,NULL,'Número de decimales.',NULL,'',0,'2019-11-07 09:18:45'),(15776,17339,'es',0,NULL,'Cantidad de descargas restantes.',NULL,'',0,'2019-11-07 09:18:45'),(15777,17340,'es',0,NULL,'Número de artículos vendidos',NULL,'',0,'2019-11-07 09:18:45'),(15778,17341,'es',0,NULL,'Número de pedidos',NULL,'',0,'2019-11-07 09:18:45'),(15779,17342,'es',0,NULL,'Número de productos a mostrar',NULL,'',0,'2019-11-07 09:18:45'),(15780,17343,'es',0,NULL,'Número de productos publicados para el recurso.',NULL,'',0,'2019-11-07 09:18:45'),(15781,17344,'es',0,NULL,'Número de valoraciones a mostrar',NULL,'',0,'2019-11-07 09:18:45'),(15782,17345,'es',0,NULL,'Número de términos en la taxonomía del atributo.',NULL,'',0,'2019-11-07 09:18:45'),(15783,17346,'es',0,NULL,'Número de veces que se pueden descargar los archivos descargables después de la compra.',NULL,'',0,'2019-11-07 09:18:45'),(15784,17347,'es',0,NULL,'Número de veces que el cupón ha sido ya utilizado.',NULL,'',0,'2019-11-07 09:18:45'),(15785,17348,'es',0,NULL,'{{rangeStart /}}{{span}} y {{/span}}{{rangeEnd /}}',NULL,'',0,'2019-11-07 09:18:45'),(15786,17349,'es',0,NULL,'Nunavut',NULL,'',0,'2019-11-07 09:18:45'),(15787,17350,'es',0,NULL,'Nuoro',NULL,'',0,'2019-11-07 09:18:45'),(15788,17351,'es',0,NULL,'Nusatenggara Occidental',NULL,'',0,'2019-11-07 09:18:45'),(15789,17352,'es',0,NULL,'Nusatenggara Oriental',NULL,'',0,'2019-11-07 09:18:45'),(15790,17353,'es',0,NULL,'Nwoya',NULL,'',0,'2019-11-07 09:18:45'),(15791,17354,'es',0,NULL,'Nógrád',NULL,'',0,'2019-11-07 09:18:45'),(15792,17355,'es',0,NULL,'Aceptar',NULL,'',0,'2019-11-07 09:18:45'),(15793,17356,'es',0,NULL,'O',NULL,'',0,'2019-11-07 09:18:45'),(15794,17357,'es',0,NULL,'O introduce la ruta al archivo:',NULL,'',0,'2019-11-07 09:18:45'),(15795,17358,'es',0,NULL,'Oaxaca',NULL,'',0,'2019-11-07 09:18:45'),(15796,17359,'es',0,NULL,'Obwalden',NULL,'',0,'2019-11-07 09:18:45'),(15797,17360,'es',0,NULL,'Mindoro Occidental',NULL,'',0,'2019-11-07 09:18:45'),(15798,17361,'es',0,NULL,'Oceanía',NULL,'',0,'2019-11-07 09:18:45'),(15799,17362,'es',0,NULL,'Ocnița',NULL,'',0,'2019-11-07 09:18:45'),(15800,17363,'es',0,NULL,'Offaly',NULL,'',0,'2019-11-07 09:18:45'),(15801,17364,'es',0,NULL,'Extensiones oficiales',NULL,'',0,'2019-11-07 09:18:45'),(15802,17365,'es',0,NULL,'Tema oficial',NULL,'',0,'2019-11-07 09:18:45'),(15803,17366,'es',0,NULL,'Pagos sin conexión',NULL,'',0,'2019-11-07 09:18:45'),(15804,17367,'es',0,NULL,'Saltar un número específico de artículos en los resultados.',NULL,'',0,'2019-11-07 09:18:45'),(15805,17368,'es',0,NULL,'Ogun',NULL,'',0,'2019-11-07 09:18:45'),(15806,17369,'es',0,NULL,'Ohio',NULL,'',0,'2019-11-07 09:18:45'),(15807,17370,'es',0,NULL,'Ōita',NULL,'',0,'2019-11-07 09:18:45'),(15808,17371,'es',0,NULL,'Okayama',NULL,'',0,'2019-11-07 09:18:45'),(15809,17372,'es',0,NULL,'Okinawa',NULL,'',0,'2019-11-07 09:18:45'),(15810,17373,'es',0,NULL,'Oklahoma',NULL,'',0,'2019-11-07 09:18:45'),(15811,17374,'es',0,NULL,'Fecha programada más antigua',NULL,'',0,'2019-11-07 09:18:45'),(15812,17375,'es',0,NULL,'Olt',NULL,'',0,'2019-11-07 09:18:45'),(15813,17376,'es',0,NULL,'Omán',NULL,'',0,'2019-11-07 09:18:45'),(15814,13512,'es',0,NULL,'Rial omaní',NULL,'',0,'2019-11-07 09:18:45'),(15815,17377,'es',0,NULL,'Omoro',NULL,'',0,'2019-11-07 09:18:45'),(15816,17378,'es',0,NULL,'Productos en oferta',NULL,'',0,'2019-11-07 09:18:45'),(15817,17379,'es',0,NULL,'Se puede reservar',NULL,'',0,'2019-11-07 09:18:45'),(15818,17380,'es',0,NULL,'En espera <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:45'),(15819,17381,'es',0,NULL,'En espera',NULL,'',0,'2019-11-07 09:18:45'),(15820,17382,'es',0,NULL,'Productos rebajados',NULL,'',0,'2019-11-07 09:18:45'),(15821,17383,'es',0,NULL,'Una vez estés conectado tus compras en WooCommerce.com se mostrarán aquí.',NULL,'',0,'2019-11-07 09:18:45'),(15822,17384,'es',0,NULL,'Una vez se desactive, este método heredado ya no estará disponible.',NULL,'',0,'2019-11-07 09:18:45'),(15823,17385,'es',0,NULL,'Ondo',NULL,'',0,'2019-11-07 09:18:45'),(15824,17386,'es',0,NULL,'Una por línea: Nombre de la opción | Coste adicional [+- Porcentaje]s | Por tipo de coste (orden, clase o artículo) Ejemplo: <code>Envío rápido | 6.95 [+0.2%] | pedido </code>.',NULL,'',0,'2019-11-07 09:18:45'),(15825,17387,'es',0,NULL,'Solo quedan %s disponibles',NULL,'',0,'2019-11-07 09:18:45'),(15826,17388,'es',0,NULL,'Solo los usuarios registrados que hayan comprado este producto pueden hacer una valoración.',NULL,'',0,'2019-11-07 09:18:45'),(15827,17389,'es',0,NULL,'Mostrar solo subcategorías de la categoría actual',NULL,'',0,'2019-11-07 09:18:45'),(15828,13673,'es',0,NULL,'Solo mostrar la cantidad restante del inventario cuando sea baja, p.ej. «Solo quedan 2 existencias»',NULL,'',0,'2019-11-07 09:18:45'),(15829,17390,'es',0,NULL,'Ontario',NULL,'',0,'2019-11-07 09:18:45'),(15830,17391,'es',0,NULL,'Operador para comparar términos de atributos de producto.',NULL,'',0,'2019-11-07 09:18:45'),(15831,17392,'es',0,NULL,'Operador para comparar términos de categoría de producto.',NULL,'',0,'2019-11-07 09:18:45'),(15832,17393,'es',0,NULL,'Operador para comparar etiquetas de productos.',NULL,'',0,'2019-11-07 09:18:45'),(15833,17394,'es',0,NULL,'Nombre de la opción | Coste adicional [+- Porcentajes%] | Por tipo de coste (pedido, clase o artículo)',NULL,'',0,'2019-11-07 09:18:45'),(15834,17395,'es',0,NULL,'Opcional',NULL,'',0,'2019-11-07 09:18:45'),(15835,17396,'es',0,NULL,'Coste opcional para recogida local.',NULL,'',0,'2019-11-07 09:18:45'),(15836,17397,'es',0,NULL,'Nota opcional a enviar al cliente después de la compra.',NULL,'',0,'2019-11-07 09:18:45'),(15837,13755,'es',0,NULL,'Opcionalmente, añade algo de texto sobre la política de privacidad de tu tienda, que se mostrará al finalizar compra.',NULL,'',0,'2019-11-07 09:18:45'),(15838,13752,'es',0,NULL,'Opcionalmente, añade algo de texto sobre la política de privacidad de tu tienda, que se mostrará en los formularios de registro de la cuenta.',NULL,'',0,'2019-11-07 09:18:45'),(15839,17398,'es',0,NULL,'Opcionalmente, añade algo de texto a la casilla de los términos, que los clientes deberán aceptar.',NULL,'',0,'2019-11-07 09:18:45'),(15840,17399,'es',0,NULL,'Opcionalmente asigna categorías a tus productos para que sea más fácil navegar por ellos y encontrarlos en tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(15841,13696,'es',0,NULL,'Control opcional para la tasa de impuesto por envío, o déjalo tal cual si el impuesto por envío está basado en los productos del carrito.',NULL,'',0,'2019-11-07 09:18:45'),(15842,17400,'es',0,NULL,'Opcionalmente activa «Transferencia de datos de pago» (Perfil > Configuración de la cuenta > Opciones de venta > Preferencias de sitio web ) y luego copia tu Código personal de identidad. Esto permitirá a los pagos verificarse sin la necesidad de la IPN de PayPal.',NULL,'',0,'2019-11-07 09:18:45'),(15843,17401,'es',0,NULL,'Opcionalmente introduce la url a una imagen de 150x50 píxeles que se mostrará como tu logotipo en la esquina superior izquierda de las páginas de pago de PayPal.',NULL,'',0,'2019-11-07 09:18:45'),(15844,17402,'es',0,NULL,'Opcionalmente introduce el nombre del estilo de página que quieres usar. Estos se definen dentro de tu cuenta de PayPal. Esto afecta a las pantallas de pago clásicas de PayPal.',NULL,'',0,'2019-11-07 09:18:45'),(15845,17403,'es',0,NULL,'O puedes descargar una versión preconstruida del plugin desde el <a href=\"%1$s\">repositorio de WordPress.org</a> o visitando <a href=\"%2$s\">la página de versiones en el repositorio de GitHub</a>.',NULL,'',0,'2019-11-07 09:18:45'),(15846,17404,'es',0,NULL,'O introduce el ID de la tasa del impuesto:',NULL,'',0,'2019-11-07 09:18:45'),(15847,17405,'es',0,NULL,'Pedido',NULL,'',0,'2019-11-07 09:18:45'),(15848,17406,'es',0,NULL,'El pedido %1$s se ha marcado como reembolsado - código del motivo de PayPal: %2$s',NULL,'',0,'2019-11-07 09:18:45'),(15849,17407,'es',0,NULL,'El pedido %1$s ha sido marcado en-espera debido a una reversión - Código de razón en PayPal: %2$s',NULL,'',0,'2019-11-07 09:18:45'),(15850,17408,'es',0,NULL,'El pedido %1$s tiene una cancelación anulada. Por favor verifica el estado del pago y actualiza el estado del pedido aquí: %2$s',NULL,'',0,'2019-11-07 09:18:45'),(15851,17409,'es',0,NULL,'El pedido #%1$s se realizó el %2$s y está actualmente %3$s.',NULL,'',0,'2019-11-07 09:18:45'),(15852,17410,'es',0,NULL,'Pedido #%s',NULL,'',0,'2019-11-07 09:18:45'),(15853,17411,'es',0,NULL,'El pedido #%s se ha marcado como pagado por la IPN de PayPal, pero se canceló previamente. Se requiere una gestión de administración.',NULL,'',0,'2019-11-07 09:18:45'),(15854,17412,'es',0,NULL,'Pedido – %s',NULL,'',0,'2019-11-07 09:18:45'),(15855,17413,'es',0,NULL,'Ordenar por',NULL,'',0,'2019-11-07 09:18:45'),(15856,17414,'es',0,NULL,'Pedido cancelado: #{order_number}',NULL,'',0,'2019-11-07 09:18:45'),(15857,17415,'es',0,NULL,'Fecha del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15858,17416,'es',0,NULL,'Pedido fallido: #{order_number}',NULL,'',0,'2019-11-07 09:18:45'),(15859,17417,'es',0,NULL,'ID de pedido',NULL,'',0,'2019-11-07 09:18:45'),(15860,17418,'es',0,NULL,'El ID del pedido no es válido',NULL,'',0,'2019-11-07 09:18:45'),(15861,17419,'es',0,NULL,'ID del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15862,17420,'es',0,NULL,'Número del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15863,17421,'es',0,NULL,'Ordenar las valoraciones de los productos por',NULL,'',0,'2019-11-07 09:18:45'),(15864,17422,'es',0,NULL,'Pedido reembolsado: {order_number}',NULL,'',0,'2019-11-07 09:18:45'),(15865,17423,'es',0,NULL,'Estado del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15866,17424,'es',0,NULL,'Total del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15867,17425,'es',0,NULL,'Hacer otro pedido',NULL,'',0,'2019-11-07 09:18:45'),(15868,17426,'es',0,NULL,'Ordenar por',NULL,'',0,'2019-11-07 09:18:45'),(15869,17427,'es',0,NULL,'Pedido cancelado por el cliente.',NULL,'',0,'2019-11-07 09:18:45'),(15870,17428,'es',0,NULL,'Los avisos de pedido completado se envían al cliente cuando el pedido se marca como «completado» e indican que el pedido ha sido enviado o está listo para recoger.',NULL,'',0,'2019-11-07 09:18:45'),(15871,17429,'es',0,NULL,'Pedido creado',NULL,'',0,'2019-11-07 09:18:45'),(15872,17430,'es',0,NULL,'%b %d, %Y @ %I:%M %p',NULL,'',0,'2019-11-07 09:18:45'),(15873,17431,'es',0,NULL,'Pedido eliminado',NULL,'',0,'2019-11-07 09:18:45'),(15874,17432,'es',0,NULL,'Detalles del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15875,17433,'es',0,NULL,'Detalles del pedido enviados manualmente al cliente.',NULL,'',0,'2019-11-07 09:18:45'),(15876,17434,'es',0,NULL,'Borrador del pedido actualizado.',NULL,'',0,'2019-11-07 09:18:45'),(15877,17435,'es',0,NULL,'Pedido reembolsado totalmente',NULL,'',0,'2019-11-07 09:18:45'),(15878,17436,'es',0,NULL,'Pedido completamente reembolsado.',NULL,'',0,'2019-11-07 09:18:45'),(15879,17437,'es',0,NULL,'La información de pedidos, como qué se compró, cuándo se compró y dónde se debería enviar, y',NULL,'',0,'2019-11-07 09:18:45'),(15880,17438,'es',0,NULL,'El pedido no es válido',NULL,'',0,'2019-11-07 09:18:45'),(15881,17439,'es',0,NULL,'El ID del artículo del pedido proporcionado no está asociado con el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15882,17440,'es',0,NULL,'Clave del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15883,17441,'es',0,NULL,'Pedido no editable',NULL,'',0,'2019-11-07 09:18:45'),(15884,17442,'es',0,NULL,'Autor de la nota del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15885,17443,'es',0,NULL,'Contenido de la nota del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15886,17444,'es',0,NULL,'Se requiere la nota de pedido',NULL,'',0,'2019-11-07 09:18:45'),(15887,17445,'es',0,NULL,'Nota de pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15888,17446,'es',0,NULL,'Notas del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15889,17447,'es',0,NULL,'Número del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15890,17448,'es',0,NULL,'Número del pedido:',NULL,'',0,'2019-11-07 09:18:45'),(15891,17449,'es',0,NULL,'Pedido a la espera',NULL,'',0,'2019-11-07 09:18:45'),(15892,17450,'es',0,NULL,'Ordenar productos por',NULL,'',0,'2019-11-07 09:18:45'),(15893,13812,'es',0,NULL,'Pedido recibido',NULL,'',0,'2019-11-07 09:18:45'),(15894,17451,'es',0,NULL,'Los correos electrónicos de los reembolsos se envían a los clientes cuando sus pedidos se reembolsan.',NULL,'',0,'2019-11-07 09:18:45'),(15895,17452,'es',0,NULL,'Pedido restaurado',NULL,'',0,'2019-11-07 09:18:45'),(15896,17453,'es',0,NULL,'Ordenar las valoraciones por',NULL,'',0,'2019-11-07 09:18:45'),(15897,17454,'es',0,NULL,'Pedido guardado.',NULL,'',0,'2019-11-07 09:18:45'),(15898,17455,'es',0,NULL,'Pedido programado para: %s',NULL,'',0,'2019-11-07 09:18:45'),(15899,17456,'es',0,NULL,'Ordenar atributo de manera ascendente o descendente.',NULL,'',0,'2019-11-07 09:18:45'),(15900,17457,'es',0,NULL,'Cancelado',NULL,'',0,'2019-11-07 09:18:45'),(15901,17458,'es',0,NULL,'Completado',NULL,'',0,'2019-11-07 09:18:45'),(15902,17459,'es',0,NULL,'Fallido',NULL,'',0,'2019-11-07 09:18:45'),(15903,17460,'es',0,NULL,'En espera',NULL,'',0,'2019-11-07 09:18:45'),(15904,17461,'es',0,NULL,'Pendiente de pago',NULL,'',0,'2019-11-07 09:18:45'),(15905,17462,'es',0,NULL,'Procesando',NULL,'',0,'2019-11-07 09:18:45'),(15906,17463,'es',0,NULL,'Reembolsado',NULL,'',0,'2019-11-07 09:18:45'),(15907,17464,'es',0,NULL,'Estado del pedido cambiado por edición en lote:',NULL,'',0,'2019-11-07 09:18:45'),(15908,17465,'es',0,NULL,'El estado del pedido cambió de %1$s a %2$s.',NULL,'',0,'2019-11-07 09:18:45'),(15909,17466,'es',0,NULL,'Nombre del estado del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15910,17467,'es',0,NULL,'El estado del pedido se estableció a %s.',NULL,'',0,'2019-11-07 09:18:45'),(15911,17468,'es',0,NULL,'El estado del pedido se ha cambiado a reembolsado. Para reembolsar fondos al cliente necesitarás emitir un reembolso a través de tu pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(15912,17469,'es',0,NULL,'Estado del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(15913,17470,'es',0,NULL,'Pedido enviado.',NULL,'',0,'2019-11-07 09:18:45'),(15914,17471,'es',0,NULL,'Total del pedido formateado localmente',NULL,'',0,'2019-11-07 09:18:45'),(15915,17472,'es',0,NULL,'Pedido actualizado',NULL,'',0,'2019-11-07 09:18:45'),(15916,17473,'es',0,NULL,'Pedido actualizado y enviado.',NULL,'',0,'2019-11-07 09:18:45'),(15917,17474,'es',0,NULL,'Pedido actualizado.',NULL,'',0,'2019-11-07 09:18:45'),(15918,17475,'es',0,NULL,'Actualizaciones del pedido',NULL,'',0,'2019-11-07 09:18:45'),(15919,13822,'es',0,NULL,'Pedidos',NULL,'',0,'2019-11-07 09:18:45'),(15920,17476,'es',0,NULL,'Pedidos (página %d)',NULL,'',0,'2019-11-07 09:18:45'),(15921,13893,'es',0,NULL,'Lista de pedidos',NULL,'',0,'2019-11-07 09:18:45'),(15922,13892,'es',0,NULL,'Navegación de pedidos',NULL,'',0,'2019-11-07 09:18:45'),(15923,17477,'es',0,NULL,'Totales de pedidos.',NULL,'',0,'2019-11-07 09:18:45'),(15924,17478,'es',0,NULL,'Ordu',NULL,'',0,'2019-11-07 09:18:45'),(15925,17479,'es',0,NULL,'Oregon',NULL,'',0,'2019-11-07 09:18:45'),(15926,17480,'es',0,NULL,'Orhei',NULL,'',0,'2019-11-07 09:18:45'),(15927,17481,'es',0,NULL,'Mindoro Oriental',NULL,'',0,'2019-11-07 09:18:45'),(15928,17482,'es',0,NULL,'Orissa',NULL,'',0,'2019-11-07 09:18:45'),(15929,17483,'es',0,NULL,'Oristano',NULL,'',0,'2019-11-07 09:18:45'),(15930,17484,'es',0,NULL,'Variaciones huérfanas',NULL,'',0,'2019-11-07 09:18:45'),(15931,17485,'es',0,NULL,'Oruro',NULL,'',0,'2019-11-07 09:18:45'),(15932,17486,'es',0,NULL,'Osaka',NULL,'',0,'2019-11-07 09:18:45'),(15933,17487,'es',0,NULL,'Osmaniye',NULL,'',0,'2019-11-07 09:18:45'),(15934,17488,'es',0,NULL,'Osun',NULL,'',0,'2019-11-07 09:18:45'),(15935,17489,'es',0,NULL,'Otago',NULL,'',0,'2019-11-07 09:18:45'),(15936,17490,'es',0,NULL,'Otro',NULL,'',0,'2019-11-07 09:18:45'),(15937,17491,'es',0,NULL,'Otras ubicaciones',NULL,'',0,'2019-11-07 09:18:45'),(15938,17492,'es',0,NULL,'Otuke',NULL,'',0,'2019-11-07 09:18:45'),(15939,17493,'es',0,NULL,'Onzas',NULL,'',0,'2019-11-07 09:18:45'),(15940,17494,'es',0,NULL,'Nuestros detalles bancarios',NULL,'',0,'2019-11-07 09:18:45'),(15941,17495,'es',0,NULL,'Nuestro catálogo de extensiones WooCommerce se puede encontrar en WooCommerce.com aquí: <a href=\"%s\">Catálogo Extensiones WooCommerce</a>',NULL,'',0,'2019-11-07 09:18:45'),(15942,17496,'es',0,NULL,'Los miembros de nuestro equipo tienen acceso a esta información para ayudar a completar pedidos, procesar reembolsos y darte soporte.',NULL,'',0,'2019-11-07 09:18:45'),(15943,17497,'es',0,NULL,'Ourense',NULL,'',0,'2019-11-07 09:18:45'),(15944,17498,'es',0,NULL,'Agotado',NULL,'',0,'2019-11-07 09:18:45'),(15945,13666,'es',0,NULL,'Umbral de inventario agotado',NULL,'',0,'2019-11-07 09:18:45'),(15946,13668,'es',0,NULL,'Visibilidad de inventario agotado',NULL,'',0,'2019-11-07 09:18:45'),(15947,17499,'es',0,NULL,'Plantillas obsoletas',NULL,'',0,'2019-11-07 09:18:45'),(15948,17500,'es',0,NULL,'Solo se muestra el id cuando la operación se completa con éxito.',NULL,'',0,'2019-11-07 09:18:45'),(15949,17501,'es',0,NULL,'Superposición',NULL,'',0,'2019-11-07 09:18:45'),(15950,17502,'es',0,NULL,'Color de superposición',NULL,'',0,'2019-11-07 09:18:45'),(15951,17503,'es',0,NULL,'Anulaciones',NULL,'',0,'2019-11-07 09:18:45'),(15952,17504,'es',0,NULL,'Propietario de estas claves.',NULL,'',0,'2019-11-07 09:18:45'),(15953,17505,'es',0,NULL,'Oyam',NULL,'',0,'2019-11-07 09:18:45'),(15954,17506,'es',0,NULL,'Oyo',NULL,'',0,'2019-11-07 09:18:45'),(15955,17507,'es',0,NULL,'Pago PDT completado',NULL,'',0,'2019-11-07 09:18:45'),(15956,17508,'es',0,NULL,'Tiempo máximo de ejecución de PHP.',NULL,'',0,'2019-11-07 09:18:45'),(15957,17509,'es',0,NULL,'PHP max input vars',NULL,'',0,'2019-11-07 09:18:45'),(15958,17510,'es',0,NULL,'PHP max input vars.',NULL,'',0,'2019-11-07 09:18:45'),(15959,17511,'es',0,NULL,'PHP post max size',NULL,'',0,'2019-11-07 09:18:45'),(15960,17512,'es',0,NULL,'PHP post max size.',NULL,'',0,'2019-11-07 09:18:45'),(15961,17513,'es',0,NULL,'PHP time limit',NULL,'',0,'2019-11-07 09:18:45'),(15962,17514,'es',0,NULL,'Versión de PHP',NULL,'',0,'2019-11-07 09:18:45'),(15963,17515,'es',0,NULL,'Versión de PHP.',NULL,'',0,'2019-11-07 09:18:45'),(15964,17516,'es',0,NULL,'Pabna',NULL,'',0,'2019-11-07 09:18:45'),(15965,17517,'es',0,NULL,'Pader',NULL,'',0,'2019-11-07 09:18:45'),(15966,17518,'es',0,NULL,'Padova',NULL,'',0,'2019-11-07 09:18:45'),(15967,17519,'es',0,NULL,'Página %d',NULL,'',0,'2019-11-07 09:18:45'),(15968,17520,'es',0,NULL,'Página %d de %d',NULL,'',0,'2019-11-07 09:18:45'),(15969,17521,'es',0,NULL,'El ID de página está establecido, pero la página no existe',NULL,'',0,'2019-11-07 09:18:45'),(15970,13799,'es',0,NULL,'Contenidos de la página: [%s]',NULL,'',0,'2019-11-07 09:18:45'),(15971,17522,'es',0,NULL,'La página no contiene el shortcode.',NULL,'',0,'2019-11-07 09:18:45'),(15972,17523,'es',0,NULL,'Página sin definir',NULL,'',0,'2019-11-07 09:18:45'),(15973,17524,'es',0,NULL,'Carrito',NULL,'',0,'2019-11-07 09:18:45'),(15974,17525,'es',0,NULL,'Finalizar compra',NULL,'',0,'2019-11-07 09:18:45'),(15975,17526,'es',0,NULL,'Mi cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15976,17527,'es',0,NULL,'Base de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(15977,17528,'es',0,NULL,'Términos y condiciones',NULL,'',0,'2019-11-07 09:18:45'),(15978,13792,'es',0,NULL,'Instalación de páginas',NULL,'',0,'2019-11-07 09:18:45'),(15979,17529,'es',0,NULL,'carrito',NULL,'',0,'2019-11-07 09:18:45'),(15980,17530,'es',0,NULL,'finalizar-compra',NULL,'',0,'2019-11-07 09:18:45'),(15981,17531,'es',0,NULL,'mi-cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15982,17532,'es',0,NULL,'tienda',NULL,'',0,'2019-11-07 09:18:45'),(15983,17533,'es',0,NULL,'Estilo de página',NULL,'',0,'2019-11-07 09:18:45'),(15984,17534,'es',0,NULL,'Carrito',NULL,'',0,'2019-11-07 09:18:45'),(15985,17535,'es',0,NULL,'Finalizar compra',NULL,'',0,'2019-11-07 09:18:45'),(15986,17536,'es',0,NULL,'Mi cuenta',NULL,'',0,'2019-11-07 09:18:45'),(15987,17537,'es',0,NULL,'Tienda',NULL,'',0,'2019-11-07 09:18:45'),(15988,17538,'es',0,NULL,'La visibilidad de la página debe ser <a href=\"%s\" target=\"_blank\">pública</a>',NULL,'',0,'2019-11-07 09:18:45'),(15989,17539,'es',0,NULL,'%1$s de %2$s',NULL,'',0,'2019-11-07 09:18:45'),(15990,17540,'es',0,NULL,'Pahang',NULL,'',0,'2019-11-07 09:18:45'),(15991,17541,'es',0,NULL,'Pagado el %1$s @ %2$s',NULL,'',0,'2019-11-07 09:18:45'),(15992,17542,'es',0,NULL,'Pakistán',NULL,'',0,'2019-11-07 09:18:45'),(15993,13517,'es',0,NULL,'Rupia pakistaní',NULL,'',0,'2019-11-07 09:18:45'),(15994,17543,'es',0,NULL,'Pakwach',NULL,'',0,'2019-11-07 09:18:45'),(15995,17544,'es',0,NULL,'Palawan',NULL,'',0,'2019-11-07 09:18:45'),(15996,17545,'es',0,NULL,'Palencia',NULL,'',0,'2019-11-07 09:18:45'),(15997,17546,'es',0,NULL,'Palermo',NULL,'',0,'2019-11-07 09:18:45'),(15998,17547,'es',0,NULL,'Territorios Palestinos',NULL,'',0,'2019-11-07 09:18:45'),(15999,17548,'es',0,NULL,'Pallisa',NULL,'',0,'2019-11-07 09:18:45'),(16000,17549,'es',0,NULL,'Atolón Palmyra',NULL,'',0,'2019-11-07 09:18:45'),(16001,17550,'es',0,NULL,'Pampanga',NULL,'',0,'2019-11-07 09:18:45'),(16002,17551,'es',0,NULL,'Panamá',NULL,'',0,'2019-11-07 09:18:45'),(16003,13513,'es',0,NULL,'Balboa panameño',NULL,'',0,'2019-11-07 09:18:45'),(16004,17552,'es',0,NULL,'Panchagarh',NULL,'',0,'2019-11-07 09:18:45'),(16005,17553,'es',0,NULL,'Pando',NULL,'',0,'2019-11-07 09:18:45'),(16006,17554,'es',0,NULL,'Pangasinan',NULL,'',0,'2019-11-07 09:18:45'),(16007,17555,'es',0,NULL,'Papúa',NULL,'',0,'2019-11-07 09:18:45'),(16008,17556,'es',0,NULL,'Provincia de Papúa Occidental',NULL,'',0,'2019-11-07 09:18:45'),(16009,17557,'es',0,NULL,'Papúa Nueva Guinea',NULL,'',0,'2019-11-07 09:18:45'),(16010,13515,'es',0,NULL,'Kina de Papúa Nueva Guinea',NULL,'',0,'2019-11-07 09:18:45'),(16011,17558,'es',0,NULL,'Pará',NULL,'',0,'2019-11-07 09:18:45'),(16012,17559,'es',0,NULL,'Paraíba',NULL,'',0,'2019-11-07 09:18:45'),(16013,17560,'es',0,NULL,'Paraguarí',NULL,'',0,'2019-11-07 09:18:45'),(16014,17561,'es',0,NULL,'Paraguay',NULL,'',0,'2019-11-07 09:18:45'),(16015,13520,'es',0,NULL,'Guaraní paraguayo',NULL,'',0,'2019-11-07 09:18:45'),(16016,17562,'es',0,NULL,'Paraná',NULL,'',0,'2019-11-07 09:18:45'),(16017,17563,'es',0,NULL,'Superior',NULL,'',0,'2019-11-07 09:18:45'),(16018,17564,'es',0,NULL,'Padre %s',NULL,'',0,'2019-11-07 09:18:45'),(16019,17565,'es',0,NULL,'Padre %s:',NULL,'',0,'2019-11-07 09:18:45'),(16020,17566,'es',0,NULL,'SKU del padre',NULL,'',0,'2019-11-07 09:18:45'),(16021,13918,'es',0,NULL,'Categoría padre',NULL,'',0,'2019-11-07 09:18:45'),(16022,13919,'es',0,NULL,'Categoría padre:',NULL,'',0,'2019-11-07 09:18:45'),(16023,13907,'es',0,NULL,'Cupón padre',NULL,'',0,'2019-11-07 09:18:45'),(16024,17567,'es',0,NULL,'ID del padre del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(16025,13889,'es',0,NULL,'Pedidos padre',NULL,'',0,'2019-11-07 09:18:45'),(16026,13869,'es',0,NULL,'Producto padre',NULL,'',0,'2019-11-07 09:18:45'),(16027,17568,'es',0,NULL,'El producto padre no coincide con la variación actual.',NULL,'',0,'2019-11-07 09:18:45'),(16028,13944,'es',0,NULL,'Clase de envío superior',NULL,'',0,'2019-11-07 09:18:45'),(16029,13945,'es',0,NULL,'Clase de envío superior:',NULL,'',0,'2019-11-07 09:18:45'),(16030,17569,'es',0,NULL,'URL del autor del tema padre',NULL,'',0,'2019-11-07 09:18:45'),(16031,17570,'es',0,NULL,'URL del autor del tema padre.',NULL,'',0,'2019-11-07 09:18:45'),(16032,17571,'es',0,NULL,'Nombre del tema padre',NULL,'',0,'2019-11-07 09:18:45'),(16033,17572,'es',0,NULL,'Nombre del tema padre.',NULL,'',0,'2019-11-07 09:18:45'),(16034,17573,'es',0,NULL,'Versión del tema padre',NULL,'',0,'2019-11-07 09:18:45'),(16035,17574,'es',0,NULL,'Versión del tema padre.',NULL,'',0,'2019-11-07 09:18:45'),(16036,17575,'es',0,NULL,'Parma',NULL,'',0,'2019-11-07 09:18:45'),(16037,17576,'es',0,NULL,'Reembolso parcial: Pedido {order_number}',NULL,'',0,'2019-11-07 09:18:45'),(16038,17577,'es',0,NULL,'Encabezado del correo electrónico de reembolso parcial',NULL,'',0,'2019-11-07 09:18:45'),(16039,17578,'es',0,NULL,'Motivo del reembolso parcial',NULL,'',0,'2019-11-07 09:18:45'),(16040,17579,'es',0,NULL,'Pasco',NULL,'',0,'2019-11-07 09:18:45'),(16041,17580,'es',0,NULL,'Contraseña',NULL,'',0,'2019-11-07 09:18:45'),(16042,17581,'es',0,NULL,'Solicitud de restablecimiento de contraseña',NULL,'',0,'2019-11-07 09:18:45'),(16043,17582,'es',0,NULL,'Solicitud de restablecimiento de contraseña para {site_title}',NULL,'',0,'2019-11-07 09:18:45'),(16044,17583,'es',0,NULL,'Cambio de contraseña',NULL,'',0,'2019-11-07 09:18:45'),(16045,17584,'es',0,NULL,'Correo electrónico de restablecimiento de contraseña enviado.',NULL,'',0,'2019-11-07 09:18:45'),(16046,17585,'es',0,NULL,'No está permitido restablecer la contraseña de este usuario.',NULL,'',0,'2019-11-07 09:18:45'),(16047,17586,'es',0,NULL,'Las contraseñas no coinciden.',NULL,'',0,'2019-11-07 09:18:45'),(16048,17587,'es',0,NULL,'Pathum Thani',NULL,'',0,'2019-11-07 09:18:45'),(16049,17588,'es',0,NULL,'Pattani',NULL,'',0,'2019-11-07 09:18:45'),(16050,17589,'es',0,NULL,'Patuakhali',NULL,'',0,'2019-11-07 09:18:45'),(16051,17590,'es',0,NULL,'En pausa',NULL,'',0,'2019-11-07 09:18:45'),(16052,17591,'es',0,NULL,'Pavia',NULL,'',0,'2019-11-07 09:18:45'),(16053,13810,'es',0,NULL,'Pagar',NULL,'',0,'2019-11-07 09:18:45'),(16054,17592,'es',0,NULL,'Pagar por el pedido',NULL,'',0,'2019-11-07 09:18:45'),(16055,17593,'es',0,NULL,'Pagar este pedido',NULL,'',0,'2019-11-07 09:18:45'),(16056,17594,'es',0,NULL,'Pagar con PayPal; puedes pagar con tu tarjeta de crédito si no tienes una cuenta de PayPal.',NULL,'',0,'2019-11-07 09:18:45'),(16057,17595,'es',0,NULL,'Paga en efectivo en el momento de la entrega.',NULL,'',0,'2019-11-07 09:18:45'),(16058,17596,'es',0,NULL,'PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16059,17597,'es',0,NULL,'PayPal estándar',NULL,'',0,'2019-11-07 09:18:45'),(16060,17598,'es',0,NULL,'PayPal estándar redirige a los clientes a PayPal para introducir su información de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16061,17599,'es',0,NULL,'Marca de aceptación de PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16062,17600,'es',0,NULL,'PayPal nos permite enviar una dirección. Si estás usando PayPal para las etiquetas de envío puede que prefieras enviar la dirección de envío en vez de la de facturación. Desactivar esto puede evitar que se aplique la protección del vendedor de PayPal.',NULL,'',0,'2019-11-07 09:18:45'),(16063,17601,'es',0,NULL,'Paypal no soporta la moneda establecida',NULL,'',0,'2019-11-07 09:18:45'),(16064,17602,'es',0,NULL,'Correo electrónico de PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16065,17603,'es',0,NULL,'Correo electrónico de PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16066,17604,'es',0,NULL,'Dirección de correo electrónico de PayPal:',NULL,'',0,'2019-11-07 09:18:45'),(16067,17605,'es',0,NULL,'Token de identidad de PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16068,17606,'es',0,NULL,'Entorno de pruebas de PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16069,17607,'es',0,NULL,'Se puede usar la zona de pruebas de PayPal para probar pagos. Crea una <a href=\"%s\">cuenta de desarrollador</a>.',NULL,'',0,'2019-11-07 09:18:45'),(16070,17608,'es',0,NULL,'La configuración de PayPal la facilitan Jetpack y WooCommerce Services.',NULL,'',0,'2019-11-07 09:18:45'),(16071,17609,'es',0,NULL,'PayPal utiliza este método de comunicación al enviar de nuevo la información de transacciones.',NULL,'',0,'2019-11-07 09:18:45'),(16072,17610,'es',0,NULL,'PayPal verifica las direcciones por lo que este ajuste puede causar errores (recomendamos mantenerlo desactivado).',NULL,'',0,'2019-11-07 09:18:45'),(16073,17611,'es',0,NULL,'Dirección de PayPal del pagador',NULL,'',0,'2019-11-07 09:18:45'),(16074,17612,'es',0,NULL,'Nombre del pagador',NULL,'',0,'2019-11-07 09:18:45'),(16075,17613,'es',0,NULL,'Apellidos del pagador',NULL,'',0,'2019-11-07 09:18:45'),(16076,17614,'es',0,NULL,'Cliente con pagos',NULL,'',0,'2019-11-07 09:18:45'),(16077,17615,'es',0,NULL,'Pago',NULL,'',0,'2019-11-07 09:18:45'),(16078,17616,'es',0,NULL,'Pago a través de %s IPN.',NULL,'',0,'2019-11-07 09:18:45'),(16079,17617,'es',0,NULL,'Tokens de pago',NULL,'',0,'2019-11-07 09:18:45'),(16080,17618,'es',0,NULL,'Acción de pago',NULL,'',0,'2019-11-07 09:18:45'),(16081,17619,'es',0,NULL,'Pago autorizado. Cambia el estado del pedido a procesando o completo para capturar los fondos.',NULL,'',0,'2019-11-07 09:18:45'),(16082,17620,'es',0,NULL,'Falló el evento de completar el pago.',NULL,'',0,'2019-11-07 09:18:45'),(16083,17621,'es',0,NULL,'No se ha podido capturar el pago - ID de autorización: %1$s. Estado: %2$s',NULL,'',0,'2019-11-07 09:18:45'),(16084,17622,'es',0,NULL,'No se ha podido capturar el pago: %s',NULL,'',0,'2019-11-07 09:18:45'),(16085,17623,'es',0,NULL,'Se ha recibido el pago para el pedido cancelado %s',NULL,'',0,'2019-11-07 09:18:45'),(16086,17624,'es',0,NULL,'El pago del pedido #%1$s de %2$s ha fallado. El pedido era el siguiente:',NULL,'',0,'2019-11-07 09:18:45'),(16087,17625,'es',0,NULL,'El pago del pedido %s ha sido reembolsado',NULL,'',0,'2019-11-07 09:18:45'),(16088,17626,'es',0,NULL,'Pago del pedido %s retirado',NULL,'',0,'2019-11-07 09:18:45'),(16089,17627,'es',0,NULL,'Pasarela de pago',NULL,'',0,'2019-11-07 09:18:45'),(16090,17628,'es',0,NULL,'ID de la pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16091,17629,'es',0,NULL,'Descripción de la pasarela de pago en la página de finalizar compra.',NULL,'',0,'2019-11-07 09:18:45'),(16092,17630,'es',0,NULL,'Estado de activación de la pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16093,17631,'es',0,NULL,'Descripción del método de la pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16094,17632,'es',0,NULL,'Título del método de la pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16095,17633,'es',0,NULL,'Ajustes de la pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16096,17634,'es',0,NULL,'Orden de visualización de la pasarela de pago',NULL,'',0,'2019-11-07 09:18:45'),(16097,17635,'es',0,NULL,'Título de la pasarela de pago en la página de finalizar compra.',NULL,'',0,'2019-11-07 09:18:45'),(16098,17636,'es',0,NULL,'Las pasarelas de pago pueden utilizar CURL para comunicarse con servidores remotos para autorizar los pagos, otros plugins también pueden utilizarlo en la comunicación con los servicios remotos.',NULL,'',0,'2019-11-07 09:18:45'),(16099,17637,'es',0,NULL,'Se requiere identificador y título del método de pago',NULL,'',0,'2019-11-07 09:18:45'),(16100,17638,'es',0,NULL,'ID del método de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16101,17639,'es',0,NULL,'Método de pago borrado.',NULL,'',0,'2019-11-07 09:18:45'),(16102,17640,'es',0,NULL,'Descripción del método de pago que el cliente verá en el pago.',NULL,'',0,'2019-11-07 09:18:45'),(16103,17641,'es',0,NULL,'Descripción del método de pago que el cliente verá en el sitio web.',NULL,'',0,'2019-11-07 09:18:45'),(16104,17642,'es',0,NULL,'Método de pago añadido con éxito.',NULL,'',0,'2019-11-07 09:18:45'),(16105,17643,'es',0,NULL,'Título del método de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16106,17644,'es',0,NULL,'Método de pago:',NULL,'',0,'2019-11-07 09:18:45'),(16107,13727,'es',0,NULL,'Métodos de pago',NULL,'',0,'2019-11-07 09:18:45'),(16108,17645,'es',0,NULL,'Se capturó el pago de %1$s - ID de autorización: %2$s, ID de transacción: %3$s',NULL,'',0,'2019-11-07 09:18:45'),(16109,17646,'es',0,NULL,'Pendiente de pago (%s).',NULL,'',0,'2019-11-07 09:18:45'),(16110,17647,'es',0,NULL,'Pagos que se harán al entregar el producto.',NULL,'',0,'2019-11-07 09:18:45'),(16111,17648,'es',0,NULL,'Pago mediante',NULL,'',0,'2019-11-07 09:18:45'),(16112,17649,'es',0,NULL,'Pago a través de %s',NULL,'',0,'2019-11-07 09:18:45'),(16113,17650,'es',0,NULL,'Pagos',NULL,'',0,'2019-11-07 09:18:45'),(16114,17651,'es',0,NULL,'Pazardzhik',NULL,'',0,'2019-11-07 09:18:45'),(16115,17652,'es',0,NULL,'Pemba Norte',NULL,'',0,'2019-11-07 09:18:45'),(16116,17653,'es',0,NULL,'Pemba Sur',NULL,'',0,'2019-11-07 09:18:45'),(16117,17654,'es',0,NULL,'Penang (Pulau Pinang)',NULL,'',0,'2019-11-07 09:18:45'),(16118,17655,'es',0,NULL,'Pendiente',NULL,'',0,'2019-11-07 09:18:45'),(16119,13762,'es',0,NULL,'Los pedidos pendientes están sin pagar y podrían haber sido abandonados por el cliente. Se enviarán a la papelera tras la duración especificada.',NULL,'',0,'2019-11-07 09:18:45'),(16120,17656,'es',0,NULL,'Pendientes de pago <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:45'),(16121,17657,'es',0,NULL,'Pennsylvania',NULL,'',0,'2019-11-07 09:18:45'),(16122,17658,'es',0,NULL,'Por clase: Cobra el envío por cada clase de envío individualmente',NULL,'',0,'2019-11-07 09:18:45'),(16123,17659,'es',0,NULL,'Por pedido: Cobra el envío por la clase de envío más cara',NULL,'',0,'2019-11-07 09:18:45'),(16124,17660,'es',0,NULL,'Perak',NULL,'',0,'2019-11-07 09:18:45'),(16125,17661,'es',0,NULL,'Descuento en porcentaje',NULL,'',0,'2019-11-07 09:18:45'),(16126,17662,'es',0,NULL,'Porcentaje del total del carrito',NULL,'',0,'2019-11-07 09:18:45'),(16127,17663,'es',0,NULL,'Perfecto',NULL,'',0,'2019-11-07 09:18:45'),(16128,17664,'es',0,NULL,'Indicadores de rendimiento',NULL,'',0,'2019-11-07 09:18:45'),(16129,17665,'es',0,NULL,'Período',NULL,'',0,'2019-11-07 09:18:45'),(16130,17666,'es',0,NULL,'Perlis',NULL,'',0,'2019-11-07 09:18:45'),(16131,17667,'es',0,NULL,'Enlace permanente del producto al que pertenece la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(16132,17668,'es',0,NULL,'Se ha eliminado permanentemente %s',NULL,'',0,'2019-11-07 09:18:45'),(16133,17669,'es',0,NULL,'Cliente eliminado permanentemente',NULL,'',0,'2019-11-07 09:18:45'),(16134,17670,'es',0,NULL,'Nota de pedido eliminada permanentemente',NULL,'',0,'2019-11-07 09:18:45'),(16135,17671,'es',0,NULL,'Permiso #%d no encontrado.',NULL,'',0,'2019-11-07 09:18:45'),(16136,17672,'es',0,NULL,'ID del permiso',NULL,'',0,'2019-11-07 09:18:45'),(16137,17673,'es',0,NULL,'Permisos',NULL,'',0,'2019-11-07 09:18:45'),(16138,17674,'es',0,NULL,'Faltan los permisos.',NULL,'',0,'2019-11-07 09:18:45'),(16139,17675,'es',0,NULL,'Pernambuco',NULL,'',0,'2019-11-07 09:18:45'),(16140,17676,'es',0,NULL,'Pernik',NULL,'',0,'2019-11-07 09:18:45'),(16141,13744,'es',0,NULL,'Eliminación de datos personales',NULL,'',0,'2019-11-07 09:18:45'),(16142,17677,'es',0,NULL,'Datos personales borrados.',NULL,'',0,'2019-11-07 09:18:45'),(16143,13757,'es',0,NULL,'Conservación de datos personales',NULL,'',0,'2019-11-07 09:18:45'),(16144,17678,'es',0,NULL,'Los datos personales del pedido %s se han conservado.',NULL,'',0,'2019-11-07 09:18:45'),(16145,17679,'es',0,NULL,'Perú',NULL,'',0,'2019-11-07 09:18:45'),(16146,17680,'es',0,NULL,'Perugia',NULL,'',0,'2019-11-07 09:18:45'),(16147,17681,'es',0,NULL,'Pesaro e Urbino',NULL,'',0,'2019-11-07 09:18:45'),(16148,17682,'es',0,NULL,'Pescara',NULL,'',0,'2019-11-07 09:18:45'),(16149,17683,'es',0,NULL,'Pest',NULL,'',0,'2019-11-07 09:18:45'),(16150,17684,'es',0,NULL,'Phang Nga',NULL,'',0,'2019-11-07 09:18:45'),(16151,17685,'es',0,NULL,'Phatthalung',NULL,'',0,'2019-11-07 09:18:45'),(16152,17686,'es',0,NULL,'Phayao',NULL,'',0,'2019-11-07 09:18:45'),(16153,17687,'es',0,NULL,'Phetchabun',NULL,'',0,'2019-11-07 09:18:45'),(16154,17688,'es',0,NULL,'Phetchaburi',NULL,'',0,'2019-11-07 09:18:45'),(16155,17689,'es',0,NULL,'Phichit',NULL,'',0,'2019-11-07 09:18:45'),(16156,13516,'es',0,NULL,'Peso filipino',NULL,'',0,'2019-11-07 09:18:45'),(16157,17690,'es',0,NULL,'Filipinas',NULL,'',0,'2019-11-07 09:18:45'),(16158,17691,'es',0,NULL,'Phitsanulok',NULL,'',0,'2019-11-07 09:18:45'),(16159,17692,'es',0,NULL,'Teléfono',NULL,'',0,'2019-11-07 09:18:45'),(16160,17693,'es',0,NULL,'Número de teléfono',NULL,'',0,'2019-11-07 09:18:45'),(16161,17694,'es',0,NULL,'Número de teléfono.',NULL,'',0,'2019-11-07 09:18:45'),(16162,17695,'es',0,NULL,'Phrae',NULL,'',0,'2019-11-07 09:18:45'),(16163,17696,'es',0,NULL,'Phuket',NULL,'',0,'2019-11-07 09:18:45'),(16164,17697,'es',0,NULL,'Piacenza',NULL,'',0,'2019-11-07 09:18:45'),(16165,17698,'es',0,NULL,'Piauí',NULL,'',0,'2019-11-07 09:18:45'),(16166,17699,'es',0,NULL,'Elige al menos dos atributos para usar este ajuste.',NULL,'',0,'2019-11-07 09:18:45'),(16167,17700,'es',0,NULL,'Elige al menos dos categorías para usar este ajuste.',NULL,'',0,'2019-11-07 09:18:45'),(16168,17701,'es',0,NULL,'Elige al menos dos etiquetas para usar este ajuste.',NULL,'',0,'2019-11-07 09:18:45'),(16169,17702,'es',0,NULL,'Pirojpur',NULL,'',0,'2019-11-07 09:18:45'),(16170,17703,'es',0,NULL,'Pisa',NULL,'',0,'2019-11-07 09:18:45'),(16171,17704,'es',0,NULL,'Pistoia',NULL,'',0,'2019-11-07 09:18:45'),(16172,17705,'es',0,NULL,'Pitcairn',NULL,'',0,'2019-11-07 09:18:45'),(16173,17706,'es',0,NULL,'Piura',NULL,'',0,'2019-11-07 09:18:45'),(16174,17707,'es',0,NULL,'Realizar el pedido',NULL,'',0,'2019-11-07 09:18:45'),(16175,17708,'es',0,NULL,'Marcador',NULL,'',0,'2019-11-07 09:18:45'),(16176,13630,'es',0,NULL,'Imagen del marcador de posición',NULL,'',0,'2019-11-07 09:18:45'),(16177,17709,'es',0,NULL,'Texto de muestra que se verá en los campos de introducción de texto.',NULL,'',0,'2019-11-07 09:18:45'),(16178,17710,'es',0,NULL,'Texto sin formato',NULL,'',0,'2019-11-07 09:18:45'),(16179,17711,'es',0,NULL,'Plantilla de texto sin formato',NULL,'',0,'2019-11-07 09:18:45'),(16180,17712,'es',0,NULL,'Plateau',NULL,'',0,'2019-11-07 09:18:45'),(16181,17713,'es',0,NULL,'Por favor, elige un producto para añadir a tu carrito…',NULL,'',0,'2019-11-07 09:18:45'),(16182,17714,'es',0,NULL,'Por favor, elige las opciones del producto…',NULL,'',0,'2019-11-07 09:18:45'),(16183,17715,'es',0,NULL,'Por favor, elige la cantidad de artículos que quieres añadir a tu carrito…',NULL,'',0,'2019-11-07 09:18:45'),(16184,17716,'es',0,NULL,'Por favor, copia y pega esta información en tu ticket cuando contactes con el soporte:',NULL,'',0,'2019-11-07 09:18:45'),(16185,17717,'es',0,NULL,'Por favor, introduce un código de cupón.',NULL,'',0,'2019-11-07 09:18:45'),(16186,17718,'es',0,NULL,'Por favor, introduce un prefijo para los números de factura. Si utilizas tu cuenta de PayPal para varias tiendas asegúrate de que este prefijo es único ya que PayPal no permite hacer los pedidos con el mismo número de factura.',NULL,'',0,'2019-11-07 09:18:45'),(16187,17719,'es',0,NULL,'Por favor, introduce una contraseña más fuerte.',NULL,'',0,'2019-11-07 09:18:45'),(16188,17720,'es',0,NULL,'Por favor, introduce un código EIR válido.',NULL,'',0,'2019-11-07 09:18:45'),(16189,17721,'es',0,NULL,'Por favor introduce un nombre de usuario válido.',NULL,'',0,'2019-11-07 09:18:45'),(16190,17722,'es',0,NULL,'Por favor, introduce una dirección de correo electrónico válida',NULL,'',0,'2019-11-07 09:18:45'),(16191,17723,'es',0,NULL,'Por favor, introduce un ID de pedido válido',NULL,'',0,'2019-11-07 09:18:45'),(16192,17724,'es',0,NULL,'Por favor, introduce un código postal válido.',NULL,'',0,'2019-11-07 09:18:45'),(16193,17725,'es',0,NULL,'Por favor, introduce la contraseña de tu cuenta.',NULL,'',0,'2019-11-07 09:18:45'),(16194,17726,'es',0,NULL,'Por favor introduce una dirección para continuar.',NULL,'',0,'2019-11-07 09:18:45'),(16195,17727,'es',0,NULL,'Introduce un valor inferior al precio normal.',NULL,'',0,'2019-11-07 09:18:45'),(16196,17728,'es',0,NULL,'Escribe el código del país con dos letras mayúsculas.',NULL,'',0,'2019-11-07 09:18:45'),(16197,17729,'es',0,NULL,'Escribe en formato decimal (%s) sin separadores de miles.',NULL,'',0,'2019-11-07 09:18:45'),(16198,17730,'es',0,NULL,'Escribe en formato monetario decimal (%s) sin separador de miles ni símbolos de moneda.',NULL,'',0,'2019-11-07 09:18:45'),(16199,17731,'es',0,NULL,'Por favor, escribe tu dirección de correo electrónico de PayPal, se necesita para recibir el pago.',NULL,'',0,'2019-11-07 09:18:45'),(16200,17732,'es',0,NULL,'Por favor escribe tu contraseña actual.',NULL,'',0,'2019-11-07 09:18:45'),(16201,17733,'es',0,NULL,'Por favor, introduce tu contraseña.',NULL,'',0,'2019-11-07 09:18:45'),(16202,17734,'es',0,NULL,'Por favor, introduce tus datos arriba para ver los métodos de pago disponibles.',NULL,'',0,'2019-11-07 09:18:45'),(16203,17735,'es',0,NULL,'Por favor, rellena todos los campos de contraseña.',NULL,'',0,'2019-11-07 09:18:45'),(16204,17736,'es',0,NULL,'Por favor accede a tu cuenta abajo para continuar con el formulario de pago.',NULL,'',0,'2019-11-07 09:18:45'),(16205,17737,'es',0,NULL,'Por favor escribe una dirección de correo electrónico válida.',NULL,'',0,'2019-11-07 09:18:45'),(16206,17738,'es',0,NULL,'Por favor califica el producto.',NULL,'',0,'2019-11-07 09:18:45'),(16207,17739,'es',0,NULL,'Por favor vuelve a escribir tu contraseña.',NULL,'',0,'2019-11-07 09:18:45'),(16208,17740,'es',0,NULL,'Por favor, lee y acepta los términos y condiciones para proceder con tu pedido.',NULL,'',0,'2019-11-07 09:18:45'),(16209,17741,'es',0,NULL,'Por favor, revisa la <a href=\"https://www.paypal.com/es/webapps/mpp/ua/privacy-full\">política de privacidad de PayPal</a> para más detalles.',NULL,'',0,'2019-11-07 09:18:45'),(16210,17742,'es',0,NULL,'Por favor elige una puntuación',NULL,'',0,'2019-11-07 09:18:45'),(16211,17743,'es',0,NULL,'Por favor, elige algún artículo.',NULL,'',0,'2019-11-07 09:18:45'),(16212,17744,'es',0,NULL,'Elige las opciones del producto antes de añadir este producto a tu carrito.',NULL,'',0,'2019-11-07 09:18:45'),(16213,17745,'es',0,NULL,'Por favor, envía un cheque a Nombre de la tienda, Calle de la tienda, Ciudad de la tienda, Provincia/País de la tienda, Código postal de la tienda.',NULL,'',0,'2019-11-07 09:18:45'),(16214,17746,'es',0,NULL,'Por favor sube o pon el enlace a un archivo CSV válido.',NULL,'',0,'2019-11-07 09:18:45'),(16215,17747,'es',0,NULL,'Por favor, facilita un nombre de atributo.',NULL,'',0,'2019-11-07 09:18:45'),(16216,17748,'es',0,NULL,'Pleven',NULL,'',0,'2019-11-07 09:18:45'),(16217,17749,'es',0,NULL,'Plovdiv',NULL,'',0,'2019-11-07 09:18:45'),(16218,17750,'es',0,NULL,'Plugin',NULL,'',0,'2019-11-07 09:18:45'),(16219,17751,'es',0,NULL,'Además de %d nota más',NULL,'',0,'2019-11-07 09:18:45'),(16220,17752,'es',0,NULL,'Además de %d notas más',NULL,'',0,'2019-11-07 09:18:45'),(16221,17753,'es',0,NULL,'Polonia',NULL,'',0,'2019-11-07 09:18:45'),(16222,13518,'es',0,NULL,'Złoty polaco',NULL,'',0,'2019-11-07 09:18:45'),(16223,17754,'es',0,NULL,'Pondicherry (Puducherry)',NULL,'',0,'2019-11-07 09:18:45'),(16224,17755,'es',0,NULL,'Pontevedra',NULL,'',0,'2019-11-07 09:18:45'),(16225,13934,'es',0,NULL,'Etiquetas populares',NULL,'',0,'2019-11-07 09:18:45'),(16226,17756,'es',0,NULL,'Popularidad (ventas)',NULL,'',0,'2019-11-07 09:18:45'),(16227,17757,'es',0,NULL,'Pordenone',NULL,'',0,'2019-11-07 09:18:45'),(16228,17758,'es',0,NULL,'Portugal',NULL,'',0,'2019-11-07 09:18:45'),(16229,17759,'es',0,NULL,'Posición',NULL,'',0,'2019-11-07 09:18:45'),(16230,17760,'es',0,NULL,'Contador de tipo de contenido',NULL,'',0,'2019-11-07 09:18:45'),(16231,17761,'es',0,NULL,'Código postal',NULL,'',0,'2019-11-07 09:18:45'),(16232,17762,'es',0,NULL,'Código postal.',NULL,'',0,'2019-11-07 09:18:45'),(16233,17763,'es',0,NULL,'Código postal',NULL,'',0,'2019-11-07 09:18:45'),(16234,13580,'es',0,NULL,'Código postal',NULL,'',0,'2019-11-07 09:18:45'),(16235,17764,'es',0,NULL,'Código postal.',NULL,'',0,'2019-11-07 09:18:45'),(16236,17765,'es',0,NULL,'Código postal para esta regla. El punto y coma (;) separa múltiples valores. Déjalo en blanco para que se aplique a todas las áreas. También se pueden usar comodines (*) y rangos de códigos postales numéricos (p. ej. 12345…12350).',NULL,'',0,'2019-11-07 09:18:45'),(16237,17766,'es',0,NULL,'Los códigos postales que contienen comodines (p.ej. CB23*) o rangos totalmente numéricos (p.ej. <code>90210...99000</code>) también se pueden utilizar. Por favor, revisa la <a href=\"%s\" target=\"_blank\">documentación</a> de zonas de envío para más información.',NULL,'',0,'2019-11-07 09:18:45'),(16238,17767,'es',0,NULL,'Posts etiquetados “%s”',NULL,'',0,'2019-11-07 09:18:45'),(16239,17768,'es',0,NULL,'Potenza',NULL,'',0,'2019-11-07 09:18:45'),(16240,17769,'es',0,NULL,'Potosí',NULL,'',0,'2019-11-07 09:18:45'),(16241,13451,'es',0,NULL,'Libra esterlina',NULL,'',0,'2019-11-07 09:18:45'),(16242,17770,'es',0,NULL,'Libras',NULL,'',0,'2019-11-07 09:18:45'),(16243,17771,'es',0,NULL,'Prachin Buri',NULL,'',0,'2019-11-07 09:18:45'),(16244,17772,'es',0,NULL,'Prachuap Khiri Khan',NULL,'',0,'2019-11-07 09:18:45'),(16245,17773,'es',0,NULL,'Prahova',NULL,'',0,'2019-11-07 09:18:45'),(16246,17774,'es',0,NULL,'Prato',NULL,'',0,'2019-11-07 09:18:45'),(16247,17775,'es',0,NULL,'Prefectura',NULL,'',0,'2019-11-07 09:18:45'),(16248,17776,'es',0,NULL,'Soporte de pago',NULL,'',0,'2019-11-07 09:18:45'),(16249,17777,'es',0,NULL,'Ajustes preestablecidos',NULL,'',0,'2019-11-07 09:18:45'),(16250,17778,'es',0,NULL,'Presidente Hayes',NULL,'',0,'2019-11-07 09:18:45'),(16251,17779,'es',0,NULL,'Pulsa la tecla de flecha abajo para interactuar con el calendario y\n seleccionar una fecha.',NULL,'',0,'2019-11-07 09:18:45'),(16252,17780,'es',0,NULL,'Vista previa',NULL,'',0,'2019-11-07 09:18:45'),(16253,17781,'es',0,NULL,'Anterior',NULL,'',0,'2019-11-07 09:18:45'),(16254,17782,'es',0,NULL,'Anterior (flecha izquierda)',NULL,'',0,'2019-11-07 09:18:45'),(16255,17783,'es',0,NULL,'Página anterior',NULL,'',0,'2019-11-07 09:18:45'),(16256,17784,'es',0,NULL,'Periodo anterior',NULL,'',0,'2019-11-07 09:18:45'),(16257,17785,'es',0,NULL,'Periodo anterior:',NULL,'',0,'2019-11-07 09:18:45'),(16258,17786,'es',0,NULL,'Año anterior',NULL,'',0,'2019-11-07 09:18:45'),(16259,17787,'es',0,NULL,'Página anterior',NULL,'',0,'2019-11-07 09:18:45'),(16260,17788,'es',0,NULL,'Precio',NULL,'',0,'2019-11-07 09:18:45'),(16261,17789,'es',0,NULL,'Precio - de mayor a menor',NULL,'',0,'2019-11-07 09:18:45'),(16262,17790,'es',0,NULL,'Precio - de menor a mayor',NULL,'',0,'2019-11-07 09:18:45'),(16263,13707,'es',0,NULL,'Sufijo a mostrar en el precio',NULL,'',0,'2019-11-07 09:18:45'),(16264,17791,'es',0,NULL,'Precio en formato HTML.',NULL,'',0,'2019-11-07 09:18:45'),(16265,17792,'es',0,NULL,'%1$s – %2$s',NULL,'',0,'2019-11-07 09:18:45'),(16266,17793,'es',0,NULL,'Precio:',NULL,'',0,'2019-11-07 09:18:45'),(16267,17794,'es',0,NULL,'Precios',NULL,'',0,'2019-11-07 09:18:45'),(16268,13687,'es',0,NULL,'Precios con impuestos incluídos',NULL,'',0,'2019-11-07 09:18:45'),(16269,17795,'es',0,NULL,'Precios',NULL,'',0,'2019-11-07 09:18:45'),(16270,17796,'es',0,NULL,'Isla del Príncipe Eduardo',NULL,'',0,'2019-11-07 09:18:45'),(16271,17797,'es',0,NULL,'Prioridad',NULL,'',0,'2019-11-07 09:18:45'),(16272,13749,'es',0,NULL,'Página de privacidad',NULL,'',0,'2019-11-07 09:18:45'),(16273,13747,'es',0,NULL,'Política de privacidad',NULL,'',0,'2019-11-07 09:18:45'),(16274,17798,'es',0,NULL,'Nota privada',NULL,'',0,'2019-11-07 09:18:45'),(16275,17799,'es',0,NULL,'Ir a PayPal',NULL,'',0,'2019-11-07 09:18:45'),(16276,17800,'es',0,NULL,'Finalizar compra',NULL,'',0,'2019-11-07 09:18:45'),(16277,17801,'es',0,NULL,'Procesar pagos y evitar el fraude',NULL,'',0,'2019-11-07 09:18:45'),(16278,17802,'es',0,NULL,'Procesar la acción ahora como si se ejecutase como parte de una cola',NULL,'',0,'2019-11-07 09:18:45'),(16279,17803,'es',0,NULL,'Procesando',NULL,'',0,'2019-11-07 09:18:45'),(16280,17804,'es',0,NULL,'Procesando <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:45'),(16281,17805,'es',0,NULL,'Procesando tu pedido',NULL,'',0,'2019-11-07 09:18:45'),(16282,13856,'es',0,NULL,'Producto',NULL,'',0,'2019-11-07 09:18:45'),(16283,17806,'es',0,NULL,'%s del producto',NULL,'',0,'2019-11-07 09:18:45'),(16284,17807,'es',0,NULL,'Atributos del producto',NULL,'',0,'2019-11-07 09:18:45'),(16285,17808,'es',0,NULL,'Catálogo de productos',NULL,'',0,'2019-11-07 09:18:45'),(16286,17809,'es',0,NULL,'Categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(16287,17810,'es',0,NULL,'Lista de categorías de productos',NULL,'',0,'2019-11-07 09:18:45'),(16288,17811,'es',0,NULL,'Categoría de producto',NULL,'',0,'2019-11-07 09:18:45'),(16289,17812,'es',0,NULL,'Exportar producto',NULL,'',0,'2019-11-07 09:18:45'),(16290,17813,'es',0,NULL,'Es necesario el ID del Producto o SKU',NULL,'',0,'2019-11-07 09:18:45'),(16291,17814,'es',0,NULL,'ID del producto o SKU es requerido.',NULL,'',0,'2019-11-07 09:18:45'),(16292,17815,'es',0,NULL,'El ID de producto suministrado no coincide con el producto de esta línea',NULL,'',0,'2019-11-07 09:18:45'),(16293,17816,'es',0,NULL,'ID del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16294,17817,'es',0,NULL,'IDs de Producto',NULL,'',0,'2019-11-07 09:18:45'),(16295,17818,'es',0,NULL,'Imágenes de producto',NULL,'',0,'2019-11-07 09:18:45'),(16296,17819,'es',0,NULL,'Importar producto',NULL,'',0,'2019-11-07 09:18:45'),(16297,17820,'es',0,NULL,'SKU del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16298,17821,'es',0,NULL,'Búsqueda de productos',NULL,'',0,'2019-11-07 09:18:45'),(16299,17822,'es',0,NULL,'Etiquetas de producto',NULL,'',0,'2019-11-07 09:18:45'),(16300,17823,'es',0,NULL,'Nube de etiquetas de productos',NULL,'',0,'2019-11-07 09:18:45'),(16301,17824,'es',0,NULL,'Etiquetas del producto',NULL,'',0,'2019-11-07 09:18:45'),(16302,17825,'es',0,NULL,'Título del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16303,17826,'es',0,NULL,'Tipo de producto',NULL,'',0,'2019-11-07 09:18:45'),(16304,17827,'es',0,NULL,'URL del producto',NULL,'',0,'2019-11-07 09:18:45'),(16305,17828,'es',0,NULL,'URL del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16306,17829,'es',0,NULL,'Base de los atributos de producto',NULL,'',0,'2019-11-07 09:18:45'),(16307,17830,'es',0,NULL,'Resultados de búsqueda de atributo de producto actualizada.',NULL,'',0,'2019-11-07 09:18:45'),(16308,17831,'es',0,NULL,'Reserva de producto',NULL,'',0,'2019-11-07 09:18:45'),(16309,13913,'es',0,NULL,'Categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(16310,17832,'es',0,NULL,'Las categorías de producto de tu tienda se pueden gestionar desde aquí. Para cambiar el orden de las categorías en la tienda puedes arrastrarlas y soltarlas aquí. Para ver aquí más categorías haz clic en el enlace de «opciones de pantalla» de la parte superior de esta página.',NULL,'',0,'2019-11-07 09:18:45'),(16311,17833,'es',0,NULL,'Categorías de producto a las que se aplicará el cupón, o que tendrán que estar en el carrito para que se aplique el «Descuento fijo en el carrito».',NULL,'',0,'2019-11-07 09:18:45'),(16312,17834,'es',0,NULL,'Categorías de producto a las que no se podrá aplicar el cupón, o que no podrán estar en el carrito para que se aplique el «Descuento fijo en el carrito».',NULL,'',0,'2019-11-07 09:18:45'),(16313,17835,'es',0,NULL,'Base de las categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(16314,17836,'es',0,NULL,'La categoría padre del producto no es válida',NULL,'',0,'2019-11-07 09:18:45'),(16315,17837,'es',0,NULL,'Total de productos',NULL,'',0,'2019-11-07 09:18:45'),(16316,17838,'es',0,NULL,'La cantidad de productos está oculta.',NULL,'',0,'2019-11-07 09:18:45'),(16317,17839,'es',0,NULL,'La cantidad de productos es visible.',NULL,'',0,'2019-11-07 09:18:45'),(16318,17840,'es',0,NULL,'Producto creado',NULL,'',0,'2019-11-07 09:18:45'),(16319,17841,'es',0,NULL,'La creación del producto falló, no se encuentra el producto original: %s',NULL,'',0,'2019-11-07 09:18:45'),(16320,17842,'es',0,NULL,'Datos del producto',NULL,'',0,'2019-11-07 09:18:45'),(16321,17843,'es',0,NULL,'Producto eliminado',NULL,'',0,'2019-11-07 09:18:45'),(16322,17844,'es',0,NULL,'Descripción del producto',NULL,'',0,'2019-11-07 09:18:45'),(16323,17845,'es',0,NULL,'Descripción del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16324,17846,'es',0,NULL,'Dimensiones del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16325,17847,'es',0,NULL,'Puede que la visualización del producto, la ordenación y los informes no sean precisos hasta que el proceso termine. Este proceso puede tardar unos minutos y este aviso desaparecerá cuando termine.',NULL,'',0,'2019-11-07 09:18:45'),(16326,17848,'es',0,NULL,'Borrador del producto actualizado. <a target=\"_blank\" href=\"%s\">Previsualizar Producto</a>',NULL,'',0,'2019-11-07 09:18:45'),(16327,17849,'es',0,NULL,'URL externa del producto. Solo para productos externos.',NULL,'',0,'2019-11-07 09:18:45'),(16328,17850,'es',0,NULL,'Texto del botón externo del producto. Solo para productos externos.',NULL,'',0,'2019-11-07 09:18:45'),(16329,17851,'es',0,NULL,'Galería del producto',NULL,'',0,'2019-11-07 09:18:45'),(16330,17852,'es',0,NULL,'Altura del producto (%s).',NULL,'',0,'2019-11-07 09:18:45'),(16331,13870,'es',0,NULL,'Imagen del producto',NULL,'',0,'2019-11-07 09:18:45'),(16332,17853,'es',0,NULL,'Imágenes del producto',NULL,'',0,'2019-11-07 09:18:45'),(16333,17854,'es',0,NULL,'El producto no es válido.',NULL,'',0,'2019-11-07 09:18:45'),(16334,17855,'es',0,NULL,'Longitud del producto (%s).',NULL,'',0,'2019-11-07 09:18:45'),(16335,17856,'es',0,NULL,'Tablas de búsqueda de productos',NULL,'',0,'2019-11-07 09:18:45'),(16336,17857,'es',0,NULL,'Producto con pocas existencias',NULL,'',0,'2019-11-07 09:18:45'),(16337,17858,'es',0,NULL,'Nombre del producto',NULL,'',0,'2019-11-07 09:18:45'),(16338,17859,'es',0,NULL,'Nombre del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16339,17860,'es',0,NULL,'Producto agotado',NULL,'',0,'2019-11-07 09:18:45'),(16340,17861,'es',0,NULL,'ID del padre del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16341,17862,'es',0,NULL,'Enlaces permanentes del producto',NULL,'',0,'2019-11-07 09:18:45'),(16342,17863,'es',0,NULL,'Precio del producto',NULL,'',0,'2019-11-07 09:18:45'),(16343,17864,'es',0,NULL,'El precio del producto está oculto.',NULL,'',0,'2019-11-07 09:18:45'),(16344,17865,'es',0,NULL,'El precio del producto es visible.',NULL,'',0,'2019-11-07 09:18:45'),(16345,17866,'es',0,NULL,'Precio del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16349,17953,'es',0,NULL,'Promoción de productos',NULL,'',0,'2019-11-07 09:18:45'),(16350,17954,'es',0,NULL,'No se debería acceder a las propiedades del producto directamente.',NULL,'',0,'2019-11-07 09:18:45'),(16351,17955,'es',0,NULL,'Producto publicado. <a href=\"%s\">Ver producto</a>',NULL,'',0,'2019-11-07 09:18:45'),(16352,17956,'es',0,NULL,'Cantidad',NULL,'',0,'2019-11-07 09:18:45'),(16353,17957,'es',0,NULL,'La cantidad de producto es requerida.',NULL,'',0,'2019-11-07 09:18:45'),(16354,17958,'es',0,NULL,'La cantidad de producto debe ser un número flotante positivo.',NULL,'',0,'2019-11-07 09:18:45'),(16355,17959,'es',0,NULL,'Valoración del producto',NULL,'',0,'2019-11-07 09:18:45'),(16356,17960,'es',0,NULL,'La valoración de productos está desactivada en tus %sajustes de la tienda%s.',NULL,'',0,'2019-11-07 09:18:45'),(16357,17961,'es',0,NULL,'La valoración del producto está oculta.',NULL,'',0,'2019-11-07 09:18:45'),(16358,17962,'es',0,NULL,'La valoración del producto es visible.',NULL,'',0,'2019-11-07 09:18:45'),(16359,13652,'es',0,NULL,'Reseñas de productos',NULL,'',0,'2019-11-07 09:18:45'),(16360,17963,'es',0,NULL,'Precio normal del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16361,17964,'es',0,NULL,'Producto restaurado',NULL,'',0,'2019-11-07 09:18:45'),(16362,17965,'es',0,NULL,'El campo de la valoración del producto excede la longitud máxima permitida.',NULL,'',0,'2019-11-07 09:18:45'),(16363,17966,'es',0,NULL,'Precio de oferta del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16364,17967,'es',0,NULL,'Producto guardado.',NULL,'',0,'2019-11-07 09:18:45'),(16365,17968,'es',0,NULL,'Producto programado para: %1$s. <a target=\"_blank\" href=\"%2$s\">Previsualizar el producto</a>',NULL,'',0,'2019-11-07 09:18:45'),(16366,17969,'es',0,NULL,'Buscar producto',NULL,'',0,'2019-11-07 09:18:45'),(16367,17970,'es',0,NULL,'Resultados de búsqueda de producto actualizados.',NULL,'',0,'2019-11-07 09:18:45'),(16368,17971,'es',0,NULL,'La clase de envío superior del producto no es válida',NULL,'',0,'2019-11-07 09:18:45'),(16369,13939,'es',0,NULL,'Clases de envío del producto',NULL,'',0,'2019-11-07 09:18:45'),(16370,17972,'es',0,NULL,'Descripción corta del producto',NULL,'',0,'2019-11-07 09:18:45'),(16371,17973,'es',0,NULL,'Descripción corta del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16372,17974,'es',0,NULL,'Slug del producto.',NULL,'',0,'2019-11-07 09:18:45'),(16373,17975,'es',0,NULL,'Estado del producto (estado de la entrada).',NULL,'',0,'2019-11-07 09:18:45'),(16374,17976,'es',0,NULL,'Producto enviado. <a target=\"_blank\" href=\"%s\">Previsualizar el producto</a>',NULL,'',0,'2019-11-07 09:18:45'),(16375,17977,'es',0,NULL,'Base de las etiquetas de producto',NULL,'',0,'2019-11-07 09:18:45'),(16376,13925,'es',0,NULL,'Etiquetas de producto',NULL,'',0,'2019-11-07 09:18:45'),(16377,17978,'es',0,NULL,'Título del producto',NULL,'',0,'2019-11-07 09:18:45'),(16378,17979,'es',0,NULL,'El título del producto está oculto.',NULL,'',0,'2019-11-07 09:18:45'),(16379,17980,'es',0,NULL,'El título del producto es visible.',NULL,'',0,'2019-11-07 09:18:45'),(16380,17981,'es',0,NULL,'Datos temporales de producto borrados',NULL,'',0,'2019-11-07 09:18:45'),(16381,17982,'es',0,NULL,'Nombre del tipo de producto.',NULL,'',0,'2019-11-07 09:18:45'),(16382,17983,'es',0,NULL,'Tipo de producto.',NULL,'',0,'2019-11-07 09:18:45'),(16383,17984,'es',0,NULL,'Producto actualizado',NULL,'',0,'2019-11-07 09:18:45'),(16384,17985,'es',0,NULL,'Producto actualizado.',NULL,'',0,'2019-11-07 09:18:45'),(16385,17986,'es',0,NULL,'Producto actualizado. <a href=\"%s\">Ver producto</a>',NULL,'',0,'2019-11-07 09:18:45'),(16386,17987,'es',0,NULL,'Atributos de variaciones de productos, si se aplican.',NULL,'',0,'2019-11-07 09:18:45'),(16387,17988,'es',0,NULL,'Variaciones de producto',NULL,'',0,'2019-11-07 09:18:45'),(16388,17989,'es',0,NULL,'Peso del producto (%s)',NULL,'',0,'2019-11-07 09:18:45'),(16389,17990,'es',0,NULL,'Anchura del producto (%s).',NULL,'',0,'2019-11-07 09:18:45'),(16390,13395,'es',0,NULL,'Productos',NULL,'',0,'2019-11-07 09:18:45'),(16391,17991,'es',0,NULL,'Productos por atributo',NULL,'',0,'2019-11-07 09:18:45'),(16392,17992,'es',0,NULL,'Productos por categoría',NULL,'',0,'2019-11-07 09:18:45'),(16393,17993,'es',0,NULL,'Productos por puntuación',NULL,'',0,'2019-11-07 09:18:45'),(16394,17994,'es',0,NULL,'Productos por etiqueta',NULL,'',0,'2019-11-07 09:18:45'),(16395,13878,'es',0,NULL,'Lista de productos',NULL,'',0,'2019-11-07 09:18:45'),(16396,13877,'es',0,NULL,'Navegación de productos',NULL,'',0,'2019-11-07 09:18:45'),(16397,17995,'es',0,NULL,'Productos por fila',NULL,'',0,'2019-11-07 09:18:45'),(16398,17996,'es',0,NULL,'Productos etiquetados “%s”',NULL,'',0,'2019-11-07 09:18:45'),(16399,17997,'es',0,NULL,'Productos a los que se aplicará el cupón, o que tienen que estar en el carrito para que se aplique el «Descuento fijo en el carrito».',NULL,'',0,'2019-11-07 09:18:45'),(16400,17998,'es',0,NULL,'Productos a los que no se aplicará el cupón, o que no pueden estar en el carrito para que se aplique el «Descuento fijo en el carrito».',NULL,'',0,'2019-11-07 09:18:45'),(16401,17999,'es',0,NULL,'Totales de productos.',NULL,'',0,'2019-11-07 09:18:45'),(16402,18000,'es',0,NULL,'Los productos que has visto: usaremos esto para, por ejemplo, mostrarte productos que has visto recientemente',NULL,'',0,'2019-11-07 09:18:45'),(16403,18001,'es',0,NULL,'Perfil →',NULL,'',0,'2019-11-07 09:18:45'),(16404,18002,'es',0,NULL,'Protege tu tienda de accesos no autorizados.',NULL,'',0,'2019-11-07 09:18:45'),(16405,18003,'es',0,NULL,'La moneda proporcionada en el pedido no es válida',NULL,'',0,'2019-11-07 09:18:45'),(16406,18004,'es',0,NULL,'Provincia',NULL,'',0,'2019-11-07 09:18:45'),(16407,18005,'es',0,NULL,'¡Publica tu producto!',NULL,'',0,'2019-11-07 09:18:45'),(16408,18006,'es',0,NULL,'Publicado',NULL,'',0,'2019-11-07 09:18:45'),(16409,18007,'es',0,NULL,'Puebla',NULL,'',0,'2019-11-07 09:18:45'),(16410,18008,'es',0,NULL,'Puerto Rico',NULL,'',0,'2019-11-07 09:18:45'),(16411,18009,'es',0,NULL,'Punjab',NULL,'',0,'2019-11-07 09:18:45'),(16412,18010,'es',0,NULL,'Puno',NULL,'',0,'2019-11-07 09:18:45'),(16413,18011,'es',0,NULL,'Comprar',NULL,'',0,'2019-11-07 09:18:45'),(16414,18012,'es',0,NULL,'Nota de compra',NULL,'',0,'2019-11-07 09:18:45'),(16415,18013,'es',0,NULL,'Descargas compradas',NULL,'',0,'2019-11-07 09:18:45'),(16416,18014,'es',0,NULL,'Putrajaya',NULL,'',0,'2019-11-07 09:18:45'),(16417,18015,'es',0,NULL,'Código QR',NULL,'',0,'2019-11-07 09:18:45'),(16418,18016,'es',0,NULL,'Qatar',NULL,'',0,'2019-11-07 09:18:45'),(16419,13521,'es',0,NULL,'Riyal catarí',NULL,'',0,'2019-11-07 09:18:45'),(16420,18017,'es',0,NULL,'Qinghai / 青海',NULL,'',0,'2019-11-07 09:18:45'),(16421,18018,'es',0,NULL,'Qom (قم)',NULL,'',0,'2019-11-07 09:18:45'),(16422,18019,'es',0,NULL,'Cantidad',NULL,'',0,'2019-11-07 09:18:45'),(16423,18020,'es',0,NULL,'Cantidad',NULL,'',0,'2019-11-07 09:18:45'),(16424,18021,'es',0,NULL,'Inventario',NULL,'',0,'2019-11-07 09:18:45'),(16425,18022,'es',0,NULL,'Cantidad de pedidos hechos por el cliente.',NULL,'',0,'2019-11-07 09:18:45'),(16426,18023,'es',0,NULL,'Cantidad pedida.',NULL,'',0,'2019-11-07 09:18:45'),(16427,18024,'es',0,NULL,'Un trimestre hasta hoy',NULL,'',0,'2019-11-07 09:18:45'),(16428,18025,'es',0,NULL,'Quebec',NULL,'',0,'2019-11-07 09:18:45'),(16429,18026,'es',0,NULL,'Queensland',NULL,'',0,'2019-11-07 09:18:45'),(16430,18027,'es',0,NULL,'Querétaro',NULL,'',0,'2019-11-07 09:18:45'),(16431,18028,'es',0,NULL,'Tipo de consulta',NULL,'',0,'2019-11-07 09:18:45'),(16432,18029,'es',0,NULL,'Signo de interrogación',NULL,'',0,'2019-11-07 09:18:45'),(16433,18030,'es',0,NULL,'Quezon',NULL,'',0,'2019-11-07 09:18:45'),(16434,18031,'es',0,NULL,'Quintana Roo',NULL,'',0,'2019-11-07 09:18:45'),(16435,18032,'es',0,NULL,'Quirino',NULL,'',0,'2019-11-07 09:18:45'),(16436,18033,'es',0,NULL,'Río Negro',NULL,'',0,'2019-11-07 09:18:45'),(16437,18034,'es',0,NULL,'Rîșcani',NULL,'',0,'2019-11-07 09:18:45'),(16438,13793,'es',0,NULL,'REST API',NULL,'',0,'2019-11-07 09:18:45'),(16439,18035,'es',0,NULL,'¿REST API activa?',NULL,'',0,'2019-11-07 09:18:45'),(16440,18036,'es',0,NULL,'Versión de la REST API utilizada en las entregas de webhook.',NULL,'',0,'2019-11-07 09:18:45'),(16441,18037,'es',0,NULL,'Ragusa',NULL,'',0,'2019-11-07 09:18:45'),(16442,18038,'es',0,NULL,'Rajasthan',NULL,'',0,'2019-11-07 09:18:45'),(16443,18039,'es',0,NULL,'Rajbari',NULL,'',0,'2019-11-07 09:18:45'),(16444,18040,'es',0,NULL,'Rajshahi',NULL,'',0,'2019-11-07 09:18:45'),(16445,18041,'es',0,NULL,'Rakai',NULL,'',0,'2019-11-07 09:18:45'),(16446,18042,'es',0,NULL,'Aleatorio',NULL,'',0,'2019-11-07 09:18:45'),(16447,18043,'es',0,NULL,'Rangamati',NULL,'',0,'2019-11-07 09:18:45'),(16448,18044,'es',0,NULL,'Rangpur',NULL,'',0,'2019-11-07 09:18:45'),(16449,18045,'es',0,NULL,'Ranong',NULL,'',0,'2019-11-07 09:18:45'),(16450,18046,'es',0,NULL,'Rapti',NULL,'',0,'2019-11-07 09:18:45'),(16451,18047,'es',0,NULL,'Ratchaburi',NULL,'',0,'2019-11-07 09:18:45'),(16452,18048,'es',0,NULL,'Tasa',NULL,'',0,'2019-11-07 09:18:45'),(16453,18049,'es',0,NULL,'Tarifa %',NULL,'',0,'2019-11-07 09:18:45'),(16454,18050,'es',0,NULL,'Código de tasa',NULL,'',0,'2019-11-07 09:18:45'),(16455,18051,'es',0,NULL,'Nombre de tarifa',NULL,'',0,'2019-11-07 09:18:45'),(16456,18052,'es',0,NULL,'Puntuar…',NULL,'',0,'2019-11-07 09:18:45'),(16457,18053,'es',0,NULL,'Tarifa %',NULL,'',0,'2019-11-07 09:18:45'),(16458,18054,'es',0,NULL,'Valorado %1$s sobre 5 basado en %2$s puntuación de cliente',NULL,'',0,'2019-11-07 09:18:45'),(16459,18055,'es',0,NULL,'Valorado %1$s sobre 5 basado en %2$s puntuaciones de clientes',NULL,'',0,'2019-11-07 09:18:45'),(16460,18056,'es',0,NULL,'Calificación %d de 5',NULL,'',0,'2019-11-07 09:18:45'),(16461,18057,'es',0,NULL,'Valorado en %s de 5',NULL,'',0,'2019-11-07 09:18:45'),(16462,13599,'es',0,NULL,'Las tasas ser podrán configurar, y los impuestos se calcularán durante el pago.',NULL,'',0,'2019-11-07 09:18:45'),(16463,18058,'es',0,NULL,'Puntuación',NULL,'',0,'2019-11-07 09:18:45'),(16464,18059,'es',0,NULL,'Valoración - primero los mejores',NULL,'',0,'2019-11-07 09:18:45'),(16465,18060,'es',0,NULL,'Ravenna',NULL,'',0,'2019-11-07 09:18:45'),(16466,18061,'es',0,NULL,'Rayong',NULL,'',0,'2019-11-07 09:18:45'),(16467,18062,'es',0,NULL,'Jorasán Razaví (خراسان رضوی)',NULL,'',0,'2019-11-07 09:18:45'),(16468,18063,'es',0,NULL,'Razgrad',NULL,'',0,'2019-11-07 09:18:45'),(16469,18064,'es',0,NULL,'Vuelve a introducir tu nueva contraseña',NULL,'',0,'2019-11-07 09:18:45'),(16470,18065,'es',0,NULL,'Lectura',NULL,'',0,'2019-11-07 09:18:45'),(16471,18066,'es',0,NULL,'Lee todos los detalles',NULL,'',0,'2019-11-07 09:18:45'),(16472,18067,'es',0,NULL,'Leer la valoración completa',NULL,'',0,'2019-11-07 09:18:45'),(16473,18068,'es',0,NULL,'Leer menos',NULL,'',0,'2019-11-07 09:18:45'),(16474,18069,'es',0,NULL,'Leer más',NULL,'',0,'2019-11-07 09:18:45'),(16475,18070,'es',0,NULL,'Lee más sobre “%s”',NULL,'',0,'2019-11-07 09:18:45'),(16476,18071,'es',0,NULL,'Lectura/Escritura',NULL,'',0,'2019-11-07 09:18:45'),(16477,18072,'es',0,NULL,'¿Listo para empezar a vender algo fantástico?',NULL,'',0,'2019-11-07 09:18:45'),(16478,18073,'es',0,NULL,'¡Listo!',NULL,'',0,'2019-11-07 09:18:45'),(16479,18074,'es',0,NULL,'Motivo del fallo',NULL,'',0,'2019-11-07 09:18:45'),(16480,18075,'es',0,NULL,'Motivo del reembolso (opcional):',NULL,'',0,'2019-11-07 09:18:45'),(16481,18076,'es',0,NULL,'Razón del reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(16482,18077,'es',0,NULL,'Razones por las que te encantará Jetpack',NULL,'',0,'2019-11-07 09:18:45'),(16483,18078,'es',0,NULL,'Recalcular',NULL,'',0,'2019-11-07 09:18:45'),(16484,18079,'es',0,NULL,'¿Recalcular totales? Esto calculará los impuestos basándose en el país de los clientes (o el país de la tienda) y actualizará los totales.',NULL,'',0,'2019-11-07 09:18:45'),(16485,18080,'es',0,NULL,'Correo electrónico del receptor',NULL,'',0,'2019-11-07 09:18:45'),(16486,18081,'es',0,NULL,'Valoraciones recientes de productos',NULL,'',0,'2019-11-07 09:18:45'),(16487,18082,'es',0,NULL,'Productos vistos recientemente',NULL,'',0,'2019-11-07 09:18:45'),(16488,18083,'es',0,NULL,'Pedidos recientes',NULL,'',0,'2019-11-07 09:18:45'),(16489,18084,'es',0,NULL,'Valoraciones recientes',NULL,'',0,'2019-11-07 09:18:45'),(16490,18085,'es',0,NULL,'Productos vistos recientemente ',NULL,'',0,'2019-11-07 09:18:45'),(16491,18086,'es',0,NULL,'Destinatario(s)',NULL,'',0,'2019-11-07 09:18:45'),(16492,18087,'es',0,NULL,'Recomendado',NULL,'',0,'2019-11-07 09:18:45'),(16493,18088,'es',0,NULL,'Recomendado para todas las tiendas WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(16494,18089,'es',0,NULL,'Recontar los términos',NULL,'',0,'2019-11-07 09:18:45'),(16495,18090,'es',0,NULL,'Recurrencia',NULL,'',0,'2019-11-07 09:18:45'),(16496,13679,'es',0,NULL,'Solo redirigir',NULL,'',0,'2019-11-07 09:18:45'),(16497,13628,'es',0,NULL,'Redirigir a la página del carrito tras añadir productos con éxito',NULL,'',0,'2019-11-07 09:18:45'),(16498,13849,'es',0,NULL,'Tasa reducida',NULL,'',0,'2019-11-07 09:18:45'),(16499,18091,'es',0,NULL,'Actualizar estadísticas',NULL,'',0,'2019-11-07 09:18:45'),(16500,18092,'es',0,NULL,'Estadísticas actualizadas para %s',NULL,'',0,'2019-11-07 09:18:45'),(16501,18093,'es',0,NULL,'Reembolso',NULL,'',0,'2019-11-07 09:18:45'),(16502,18094,'es',0,NULL,'Reembolso #%1$s - %2$s',NULL,'',0,'2019-11-07 09:18:45'),(16503,18095,'es',0,NULL,'Reembolso #%1$s - %2$s por %3$s',NULL,'',0,'2019-11-07 09:18:45'),(16504,18096,'es',0,NULL,'Reembolsar %1$s mediante %2$s',NULL,'',0,'2019-11-07 09:18:45'),(16505,18097,'es',0,NULL,'Reembolsar %s manualmente',NULL,'',0,'2019-11-07 09:18:45'),(16506,18098,'es',0,NULL,'Reembolso – %s',NULL,'',0,'2019-11-07 09:18:45'),(16507,18099,'es',0,NULL,'ID del reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(16508,18100,'es',0,NULL,'Cantidad reembolsada',NULL,'',0,'2019-11-07 09:18:45'),(16509,18101,'es',0,NULL,'Se requiere la cantidad a reembolsar.',NULL,'',0,'2019-11-07 09:18:45'),(16510,18102,'es',0,NULL,'La cantidad de reembolso debe ser mayor que cero.',NULL,'',0,'2019-11-07 09:18:45'),(16511,18103,'es',0,NULL,'La cantidad a reembolsar debe ser positiva.',NULL,'',0,'2019-11-07 09:18:45'),(16512,18104,'es',0,NULL,'Cantidad del reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(16513,18105,'es',0,NULL,'Falló el reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(16514,18106,'es',0,NULL,'Motivo del reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(16515,18107,'es',0,NULL,'Reembolso de las partidas anteriores. Esto mostrará el importe total a reembolsar',NULL,'',0,'2019-11-07 09:18:45'),(16516,18108,'es',0,NULL,'Total del reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(16517,18109,'es',0,NULL,'Reembolsado',NULL,'',0,'2019-11-07 09:18:45'),(16518,18110,'es',0,NULL,'Reembolsado %1$s - ID de reembolso: %2$s',NULL,'',0,'2019-11-07 09:18:45'),(16519,18111,'es',0,NULL,'Reembolsados <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:45'),(16520,18112,'es',0,NULL,'Pedido con reembolso',NULL,'',0,'2019-11-07 09:18:45'),(16521,13895,'es',0,NULL,'Reembolsos',NULL,'',0,'2019-11-07 09:18:45'),(16522,18113,'es',0,NULL,'Regenerar',NULL,'',0,'2019-11-07 09:18:45'),(16523,18114,'es',0,NULL,'Regenerar los permisos de descarga',NULL,'',0,'2019-11-07 09:18:45'),(16524,18115,'es',0,NULL,'Regenerar las miniaturas de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16525,18116,'es',0,NULL,'Regenerando imágenes para el ID de adjunto: %s',NULL,'',0,'2019-11-07 09:18:45'),(16526,18117,'es',0,NULL,'Reggio Calabria',NULL,'',0,'2019-11-07 09:18:45'),(16527,18118,'es',0,NULL,'Reggio Emilia',NULL,'',0,'2019-11-07 09:18:45'),(16528,18119,'es',0,NULL,'Región',NULL,'',0,'2019-11-07 09:18:45'),(16529,18120,'es',0,NULL,'Región(es)',NULL,'',0,'2019-11-07 09:18:45'),(16530,18121,'es',0,NULL,'Registrarse',NULL,'',0,'2019-11-07 09:18:45'),(16531,13751,'es',0,NULL,'Política de privacidad en el registro',NULL,'',0,'2019-11-07 09:18:45'),(16532,18122,'es',0,NULL,'Precio normal',NULL,'',0,'2019-11-07 09:18:45'),(16533,18123,'es',0,NULL,'Precio normal (%s)',NULL,'',0,'2019-11-07 09:18:45'),(16534,18124,'es',0,NULL,'Productos relacionados',NULL,'',0,'2019-11-07 09:18:45'),(16535,18125,'es',0,NULL,'Relevancia',NULL,'',0,'2019-11-07 09:18:45'),(16536,18126,'es',0,NULL,'Recuérdame',NULL,'',0,'2019-11-07 09:18:45'),(16537,18127,'es',0,NULL,'Respuesta remota GET.',NULL,'',0,'2019-11-07 09:18:45'),(16538,18128,'es',0,NULL,'¿Funcionó el GET remoto?',NULL,'',0,'2019-11-07 09:18:45'),(16539,18129,'es',0,NULL,'Respuesta POST remota.',NULL,'',0,'2019-11-07 09:18:45'),(16540,18130,'es',0,NULL,'¿Funcionó el POST remoto?',NULL,'',0,'2019-11-07 09:18:45'),(16541,18131,'es',0,NULL,'Obtención remota',NULL,'',0,'2019-11-07 09:18:45'),(16542,18132,'es',0,NULL,'Publicación remota',NULL,'',0,'2019-11-07 09:18:45'),(16543,18133,'es',0,NULL,'Eliminar',NULL,'',0,'2019-11-07 09:18:45'),(16544,18134,'es',0,NULL,'Quitar %s',NULL,'',0,'2019-11-07 09:18:45'),(16545,13742,'es',0,NULL,'Quita acceso a las descargas cuando se solicite',NULL,'',0,'2019-11-07 09:18:45'),(16546,18135,'es',0,NULL,'Eliminar filtro',NULL,'',0,'2019-11-07 09:18:45'),(16547,18136,'es',0,NULL,'Quitar imagen',NULL,'',0,'2019-11-07 09:18:45'),(16548,18137,'es',0,NULL,'Borrar datos personales',NULL,'',0,'2019-11-07 09:18:45'),(16549,13740,'es',0,NULL,'Elimina los datos personales de los pedidos cuando se solicite',NULL,'',0,'2019-11-07 09:18:45'),(16550,13872,'es',0,NULL,'Eliminar imagen del producto',NULL,'',0,'2019-11-07 09:18:45'),(16551,18138,'es',0,NULL,'Eliminar cuenta(s) seleccionada(s)',NULL,'',0,'2019-11-07 09:18:45'),(16552,18139,'es',0,NULL,'Eliminar fila(s) seleccionada(s)',NULL,'',0,'2019-11-07 09:18:45'),(16553,18140,'es',0,NULL,'¿Eliminar este atributo?',NULL,'',0,'2019-11-07 09:18:45'),(16554,18141,'es',0,NULL,'Eliminar esta imagen',NULL,'',0,'2019-11-07 09:18:45'),(16555,18142,'es',0,NULL,'Borrar este artículo',NULL,'',0,'2019-11-07 09:18:45'),(16556,18143,'es',0,NULL,'¿Eliminar este metadato de artículo?',NULL,'',0,'2019-11-07 09:18:45'),(16557,18144,'es',0,NULL,'Eliminado el acceso a los archivos descargables.',NULL,'',0,'2019-11-07 09:18:45'),(16558,18145,'es',0,NULL,'Eliminado el cliente «%s»',NULL,'',0,'2019-11-07 09:18:45'),(16559,18146,'es',0,NULL,'Eliminado el token de pago «%d»',NULL,'',0,'2019-11-07 09:18:45'),(16560,18147,'es',0,NULL,'Borrados los datos personales de %d pedido.',NULL,'',0,'2019-11-07 09:18:45'),(16561,18148,'es',0,NULL,'Borrados los datos personales de %d pedidos.',NULL,'',0,'2019-11-07 09:18:45'),(16562,18149,'es',0,NULL,'Eliminados los datos personales del pedido %s.',NULL,'',0,'2019-11-07 09:18:45'),(16563,18150,'es',0,NULL,'Visualización de la respuesta en un formato específico.',NULL,'',0,'2019-11-07 09:18:45'),(16564,18151,'es',0,NULL,'Renovar',NULL,'',0,'2019-11-07 09:18:45'),(16565,18152,'es',0,NULL,'Informar de un error',NULL,'',0,'2019-11-07 09:18:45'),(16566,18153,'es',0,NULL,'Periodo del informe.',NULL,'',0,'2019-11-07 09:18:45'),(16567,18154,'es',0,NULL,'Informes',NULL,'',0,'2019-11-07 09:18:45'),(16568,18155,'es',0,NULL,'Cuerpo de la petición.',NULL,'',0,'2019-11-07 09:18:45'),(16569,18156,'es',0,NULL,'Cabeceras de la petición.',NULL,'',0,'2019-11-07 09:18:45'),(16570,18157,'es',0,NULL,'Obligatorio',NULL,'',0,'2019-11-07 09:18:45'),(16571,18158,'es',0,NULL,'Tiene que ser verdadero, ya que el recurso no soporta ser movido a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(16572,18159,'es',0,NULL,'Volver a enviar el aviso de nuevo pedido',NULL,'',0,'2019-11-07 09:18:45'),(16573,18160,'es',0,NULL,'Restablecer',NULL,'',0,'2019-11-07 09:18:45'),(16574,18161,'es',0,NULL,'Restablecer capacidades',NULL,'',0,'2019-11-07 09:18:45'),(16575,18162,'es',0,NULL,'Restablecer contraseña',NULL,'',0,'2019-11-07 09:18:45'),(16576,18163,'es',0,NULL,'No se pudo crear el recurso.',NULL,'',0,'2019-11-07 09:18:45'),(16577,18164,'es',0,NULL,'No se pudo crear el recurso. Revisa para asegurarte de que están presentes el \'pedido\' y el \'nombre\'.',NULL,'',0,'2019-11-07 09:18:45'),(16578,18165,'es',0,NULL,'El recurso no existe.',NULL,'',0,'2019-11-07 09:18:45'),(16579,18166,'es',0,NULL,'El recurso no soporta ser movido a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(16580,18167,'es',0,NULL,'Responder a tus solicitudes, incluidos reembolsos y reclamaciones',NULL,'',0,'2019-11-07 09:18:45'),(16581,18168,'es',0,NULL,'Reponer artículos reembolsados',NULL,'',0,'2019-11-07 09:18:45'),(16582,18169,'es',0,NULL,'Resultados',NULL,'',0,'2019-11-07 09:18:45'),(16583,13765,'es',0,NULL,'Conservar pedidos cancelados',NULL,'',0,'2019-11-07 09:18:45'),(16584,13767,'es',0,NULL,'Conservar pedidos completados',NULL,'',0,'2019-11-07 09:18:45'),(16585,13768,'es',0,NULL,'Conserva pedidos completados una duración especificada antes de anoninizar los datos personales que contengan.',NULL,'',0,'2019-11-07 09:18:45'),(16586,13763,'es',0,NULL,'Conservar pedidos fallidos',NULL,'',0,'2019-11-07 09:18:45'),(16587,13759,'es',0,NULL,'Conservar cuentas inactivas',NULL,'',0,'2019-11-07 09:18:45'),(16588,13761,'es',0,NULL,'Conservar pedidos pendientes',NULL,'',0,'2019-11-07 09:18:45'),(16589,18170,'es',0,NULL,'Reintentar',NULL,'',0,'2019-11-07 09:18:45'),(16590,18171,'es',0,NULL,'Devuelve las ventas para una fecha de fin específica, la fecha tiene que estar en formato %s.',NULL,'',0,'2019-11-07 09:18:45'),(16591,18172,'es',0,NULL,'Devuelve las ventas para una fecha de inicio específica, la fecha tiene que estar en formato %s.',NULL,'',0,'2019-11-07 09:18:45'),(16592,18173,'es',0,NULL,'Volver al carrito',NULL,'',0,'2019-11-07 09:18:45'),(16593,18174,'es',0,NULL,'Volver a correos electrónicos',NULL,'',0,'2019-11-07 09:18:45'),(16594,18175,'es',0,NULL,'Volver a los pagos',NULL,'',0,'2019-11-07 09:18:45'),(16595,18176,'es',0,NULL,'Volver a la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16596,18177,'es',0,NULL,'Volver al campo de introducción de fecha.',NULL,'',0,'2019-11-07 09:18:45'),(16597,18178,'es',0,NULL,'¿Ya eres cliente?',NULL,'',0,'2019-11-07 09:18:45'),(16598,18179,'es',0,NULL,'Reunión',NULL,'',0,'2019-11-07 09:18:45'),(16599,18180,'es',0,NULL,'Cancelación anulada para el pedido %s',NULL,'',0,'2019-11-07 09:18:45'),(16600,18181,'es',0,NULL,'Revisar ajustes',NULL,'',0,'2019-11-07 09:18:45'),(16601,18182,'es',0,NULL,'Contenido de la valoración',NULL,'',0,'2019-11-07 09:18:45'),(16602,18183,'es',0,NULL,'Contenido de la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(16603,18184,'es',0,NULL,'Fecha de la valoración',NULL,'',0,'2019-11-07 09:18:45'),(16604,18185,'es',0,NULL,'Imagen de la valoración',NULL,'',0,'2019-11-07 09:18:45'),(16605,18186,'es',0,NULL,'Puntuación de la valoración (de 0 a 5)',NULL,'',0,'2019-11-07 09:18:45'),(16606,18187,'es',0,NULL,'Nombre del tipo de valoración.',NULL,'',0,'2019-11-07 09:18:45'),(16607,18188,'es',0,NULL,'Correo electrónico de quien valora.',NULL,'',0,'2019-11-07 09:18:45'),(16608,18189,'es',0,NULL,'Nombre de quien valora',NULL,'',0,'2019-11-07 09:18:45'),(16609,18190,'es',0,NULL,'Nombre de quien valora.',NULL,'',0,'2019-11-07 09:18:45'),(16610,18191,'es',0,NULL,'Foto de quien valora',NULL,'',0,'2019-11-07 09:18:45'),(16611,18192,'es',0,NULL,'La foto de quien valora está desactivada en tus %sajustes del sitio%s.',NULL,'',0,'2019-11-07 09:18:45'),(16612,13647,'es',0,NULL,'Valoraciones',NULL,'',0,'2019-11-07 09:18:45'),(16613,18193,'es',0,NULL,'Valoraciones (%d)',NULL,'',0,'2019-11-07 09:18:45'),(16614,18194,'es',0,NULL,'Puntuación media de las valoraciones.',NULL,'',0,'2019-11-07 09:18:45'),(16615,18195,'es',0,NULL,'Valoraciones por categoría',NULL,'',0,'2019-11-07 09:18:45'),(16616,18196,'es',0,NULL,'Valoraciones por producto',NULL,'',0,'2019-11-07 09:18:45'),(16617,13651,'es',0,NULL,'Las reseñas solo las pueden dejar «propietarios verificados»',NULL,'',0,'2019-11-07 09:18:45'),(16618,18197,'es',0,NULL,'Lista de valoraciones actualizada.',NULL,'',0,'2019-11-07 09:18:45'),(16619,18198,'es',0,NULL,'Totales de valoraciones.',NULL,'',0,'2019-11-07 09:18:45'),(16620,18199,'es',0,NULL,'Revisión restaurada.',NULL,'',0,'2019-11-07 09:18:45'),(16621,18200,'es',0,NULL,'Revocar',NULL,'',0,'2019-11-07 09:18:45'),(16622,18201,'es',0,NULL,'Revocar la clave API',NULL,'',0,'2019-11-07 09:18:45'),(16623,18202,'es',0,NULL,'Revocar acceso',NULL,'',0,'2019-11-07 09:18:45'),(16624,18203,'es',0,NULL,'Revocar clave',NULL,'',0,'2019-11-07 09:18:45'),(16625,18204,'es',0,NULL,'Rezina',NULL,'',0,'2019-11-07 09:18:45'),(16626,18205,'es',0,NULL,'Rhode Island',NULL,'',0,'2019-11-07 09:18:45'),(16627,18206,'es',0,NULL,'Riau',NULL,'',0,'2019-11-07 09:18:45'),(16628,18207,'es',0,NULL,'Rieti',NULL,'',0,'2019-11-07 09:18:45'),(16629,13612,'es',0,NULL,'Derecha',NULL,'',0,'2019-11-07 09:18:45'),(16630,18208,'es',0,NULL,'Teclas de flecha derecha e izquierda',NULL,'',0,'2019-11-07 09:18:45'),(16631,13614,'es',0,NULL,'Derecha con espacio',NULL,'',0,'2019-11-07 09:18:45'),(16632,18209,'es',0,NULL,'Rimini',NULL,'',0,'2019-11-07 09:18:45'),(16633,18210,'es',0,NULL,'Río Grande del Norte',NULL,'',0,'2019-11-07 09:18:45'),(16634,18211,'es',0,NULL,'Río Grande del Sur',NULL,'',0,'2019-11-07 09:18:45'),(16635,18212,'es',0,NULL,'Rio de Janeiro',NULL,'',0,'2019-11-07 09:18:45'),(16636,18213,'es',0,NULL,'River Gee',NULL,'',0,'2019-11-07 09:18:45'),(16637,18214,'es',0,NULL,'Rivercess',NULL,'',0,'2019-11-07 09:18:45'),(16638,18215,'es',0,NULL,'Rivers',NULL,'',0,'2019-11-07 09:18:45'),(16639,18216,'es',0,NULL,'Rizal',NULL,'',0,'2019-11-07 09:18:45'),(16640,18217,'es',0,NULL,'Rize',NULL,'',0,'2019-11-07 09:18:45'),(16641,18218,'es',0,NULL,'Roi Et',NULL,'',0,'2019-11-07 09:18:45'),(16642,18219,'es',0,NULL,'Perfiles restablecidos con éxito',NULL,'',0,'2019-11-07 09:18:45'),(16643,18220,'es',0,NULL,'Roma',NULL,'',0,'2019-11-07 09:18:45'),(16644,18221,'es',0,NULL,'Rumania',NULL,'',0,'2019-11-07 09:18:45'),(16645,13522,'es',0,NULL,'Leu rumano',NULL,'',0,'2019-11-07 09:18:45'),(16646,18222,'es',0,NULL,'Romblon',NULL,'',0,'2019-11-07 09:18:45'),(16647,18223,'es',0,NULL,'Rondônia',NULL,'',0,'2019-11-07 09:18:45'),(16648,18224,'es',0,NULL,'Roraima',NULL,'',0,'2019-11-07 09:18:45'),(16649,18225,'es',0,NULL,'Roscommon',NULL,'',0,'2019-11-07 09:18:45'),(16650,13700,'es',0,NULL,'Redondeo de impuesto en el subtotal, en lugar de redondeo por cada línea',NULL,'',0,'2019-11-07 09:18:45'),(16651,13699,'es',0,NULL,'Redondeo',NULL,'',0,'2019-11-07 09:18:45'),(16652,18226,'es',0,NULL,'Número de ruta (ABA)',NULL,'',0,'2019-11-07 09:18:45'),(16653,18227,'es',0,NULL,'Rovigo',NULL,'',0,'2019-11-07 09:18:45'),(16654,18228,'es',0,NULL,'Filas',NULL,'',0,'2019-11-07 09:18:45'),(16655,18229,'es',0,NULL,'Filas por página',NULL,'',0,'2019-11-07 09:18:45'),(16656,18230,'es',0,NULL,'Rubanda',NULL,'',0,'2019-11-07 09:18:45'),(16657,18231,'es',0,NULL,'Rubirizi',NULL,'',0,'2019-11-07 09:18:45'),(16658,18232,'es',0,NULL,'Rukiga',NULL,'',0,'2019-11-07 09:18:45'),(16659,18233,'es',0,NULL,'Rukungiri',NULL,'',0,'2019-11-07 09:18:45'),(16660,18234,'es',0,NULL,'Rukwa',NULL,'',0,'2019-11-07 09:18:45'),(16661,18235,'es',0,NULL,'Ejecutar',NULL,'',0,'2019-11-07 09:18:45'),(16662,18236,'es',0,NULL,'Ejecutar el asistente de configuración',NULL,'',0,'2019-11-07 09:18:45'),(16663,18237,'es',0,NULL,'Ejecutar el importador',NULL,'',0,'2019-11-07 09:18:45'),(16664,18238,'es',0,NULL,'Ejecutando %d acción',NULL,'',0,'2019-11-07 09:18:45'),(16665,18239,'es',0,NULL,'Ejecutando %d acciones',NULL,'',0,'2019-11-07 09:18:45'),(16666,18240,'es',0,NULL,'Ruse',NULL,'',0,'2019-11-07 09:18:45'),(16667,18241,'es',0,NULL,'Rusia',NULL,'',0,'2019-11-07 09:18:45'),(16668,13524,'es',0,NULL,'Rublo ruso',NULL,'',0,'2019-11-07 09:18:45'),(16669,18242,'es',0,NULL,'Ruvuma',NULL,'',0,'2019-11-07 09:18:45'),(16670,18243,'es',0,NULL,'Ruanda',NULL,'',0,'2019-11-07 09:18:45'),(16671,13525,'es',0,NULL,'Franco ruandés',NULL,'',0,'2019-11-07 09:18:45'),(16672,18244,'es',0,NULL,'Sălaj',NULL,'',0,'2019-11-07 09:18:45'),(16673,18245,'es',0,NULL,'São Paulo',NULL,'',0,'2019-11-07 09:18:45'),(16674,18246,'es',0,NULL,'Santo Tomé y Príncipe',NULL,'',0,'2019-11-07 09:18:45'),(16675,13537,'es',0,NULL,'São Tomé and Príncipe dobra',NULL,'',0,'2019-11-07 09:18:45'),(16676,18247,'es',0,NULL,'Sîngerei',NULL,'',0,'2019-11-07 09:18:45'),(16677,18248,'es',0,NULL,'PRUEBAS ACTIVAS. Solo puedes usar cuentas de pruebas. Revisa la <a href=\"%s\">guía de pruebas de PayPal</a> para más detalles.',NULL,'',0,'2019-11-07 09:18:45'),(16678,18249,'es',0,NULL,'SKU',NULL,'',0,'2019-11-07 09:18:45'),(16679,18250,'es',0,NULL,'SKU %s',NULL,'',0,'2019-11-07 09:18:45'),(16680,18251,'es',0,NULL,'SKU se refiere a una unidad de almacenamiento de inventario, un identificador único para cada producto y servicio que se puede comprar.',NULL,'',0,'2019-11-07 09:18:45'),(16681,18252,'es',0,NULL,'SKU:',NULL,'',0,'2019-11-07 09:18:45'),(16682,18253,'es',0,NULL,'¿SSL forzado?',NULL,'',0,'2019-11-07 09:18:45'),(16683,18254,'es',0,NULL,'SUHOSIN Instalado',NULL,'',0,'2019-11-07 09:18:45'),(16684,18255,'es',0,NULL,'Sa Kaeo',NULL,'',0,'2019-11-07 09:18:45'),(16685,18256,'es',0,NULL,'Sabah',NULL,'',0,'2019-11-07 09:18:45'),(16686,18257,'es',0,NULL,'Pagos seguros con tarjetas de crédito o con la cuenta de PayPal de tu cliente. <a href=\"%s\" target=\"_blank\">Aprende más</a>.',NULL,'',0,'2019-11-07 09:18:45'),(16687,18258,'es',0,NULL,'Saga',NULL,'',0,'2019-11-07 09:18:45'),(16688,18259,'es',0,NULL,'Sagarmatha',NULL,'',0,'2019-11-07 09:18:45'),(16689,18260,'es',0,NULL,'San Bartolomé',NULL,'',0,'2019-11-07 09:18:45'),(16690,18261,'es',0,NULL,'Isla Santa Elena',NULL,'',0,'2019-11-07 09:18:45'),(16691,13532,'es',0,NULL,'Libra de Santa Elena',NULL,'',0,'2019-11-07 09:18:45'),(16692,18262,'es',0,NULL,'San Cristóbal y Nieves',NULL,'',0,'2019-11-07 09:18:45'),(16693,18263,'es',0,NULL,'Santa Lucía',NULL,'',0,'2019-11-07 09:18:45'),(16694,18264,'es',0,NULL,'San Martín (parte de Holanda)',NULL,'',0,'2019-11-07 09:18:45'),(16695,18265,'es',0,NULL,'San Martín (parte de Francia)',NULL,'',0,'2019-11-07 09:18:45'),(16696,18266,'es',0,NULL,'San Pedro y Miquelón',NULL,'',0,'2019-11-07 09:18:45'),(16697,18267,'es',0,NULL,'San Vicente y las Granadinas',NULL,'',0,'2019-11-07 09:18:45'),(16698,18268,'es',0,NULL,'Saitama',NULL,'',0,'2019-11-07 09:18:45'),(16699,18269,'es',0,NULL,'Sakarya',NULL,'',0,'2019-11-07 09:18:45'),(16700,18270,'es',0,NULL,'Sakon Nakhon',NULL,'',0,'2019-11-07 09:18:45'),(16701,18271,'es',0,NULL,'Salamanca',NULL,'',0,'2019-11-07 09:18:45'),(16702,18272,'es',0,NULL,'Oferta',NULL,'',0,'2019-11-07 09:18:45'),(16703,18273,'es',0,NULL,'Fecha de finalización de la oferta',NULL,'',0,'2019-11-07 09:18:45'),(16704,18274,'es',0,NULL,'Fecha de finalización de la oferta (formato AAAA-MM-DD o déjalo en blanco)',NULL,'',0,'2019-11-07 09:18:45'),(16705,18275,'es',0,NULL,'Precio rebajado',NULL,'',0,'2019-11-07 09:18:45'),(16706,18276,'es',0,NULL,'Precio rebajado (%s)',NULL,'',0,'2019-11-07 09:18:45'),(16707,18277,'es',0,NULL,'Fechas del precio rebajado',NULL,'',0,'2019-11-07 09:18:45'),(16708,18278,'es',0,NULL,'Fecha de inicio de la oferta',NULL,'',0,'2019-11-07 09:18:45'),(16709,18279,'es',0,NULL,'Fecha de inicio de la oferta (formato AAAA-MM-DD o déjalo en blanco)',NULL,'',0,'2019-11-07 09:18:45'),(16710,18280,'es',0,NULL,'¡Oferta!',NULL,'',0,'2019-11-07 09:18:45'),(16711,18281,'es',0,NULL,'Salerno',NULL,'',0,'2019-11-07 09:18:45'),(16712,18282,'es',0,NULL,'Ofertas',NULL,'',0,'2019-11-07 09:18:45'),(16713,18283,'es',0,NULL,'Ventas - primero los más vendidos',NULL,'',0,'2019-11-07 09:18:45'),(16714,18284,'es',0,NULL,'Cantidad de ventas',NULL,'',0,'2019-11-07 09:18:45'),(16715,18285,'es',0,NULL,'Ventas por categoría',NULL,'',0,'2019-11-07 09:18:45'),(16716,18286,'es',0,NULL,'Ventas por fecha',NULL,'',0,'2019-11-07 09:18:45'),(16717,18287,'es',0,NULL,'Ventas por producto',NULL,'',0,'2019-11-07 09:18:45'),(16718,18288,'es',0,NULL,'Informes de ventas',NULL,'',0,'2019-11-07 09:18:45'),(16719,18289,'es',0,NULL,'Salta',NULL,'',0,'2019-11-07 09:18:45'),(16720,18290,'es',0,NULL,'Samar',NULL,'',0,'2019-11-07 09:18:45'),(16721,18291,'es',0,NULL,'Igual que el padre',NULL,'',0,'2019-11-07 09:18:45'),(16722,18292,'es',0,NULL,'Samoa',NULL,'',0,'2019-11-07 09:18:45'),(16723,13558,'es',0,NULL,'Tālā de Samoa',NULL,'',0,'2019-11-07 09:18:45'),(16724,18293,'es',0,NULL,'Ejemplo:',NULL,'',0,'2019-11-07 09:18:45'),(16725,18294,'es',0,NULL,'Samsun',NULL,'',0,'2019-11-07 09:18:45'),(16726,18295,'es',0,NULL,'Samut Prakan',NULL,'',0,'2019-11-07 09:18:45'),(16727,18296,'es',0,NULL,'Samut Sakhon',NULL,'',0,'2019-11-07 09:18:45'),(16728,18297,'es',0,NULL,'Samut Songkhram',NULL,'',0,'2019-11-07 09:18:45'),(16729,18298,'es',0,NULL,'San Juan',NULL,'',0,'2019-11-07 09:18:45'),(16730,18299,'es',0,NULL,'San Luis',NULL,'',0,'2019-11-07 09:18:45'),(16731,18300,'es',0,NULL,'San Luis Potosí',NULL,'',0,'2019-11-07 09:18:45'),(16732,18301,'es',0,NULL,'San Marino',NULL,'',0,'2019-11-07 09:18:45'),(16733,18302,'es',0,NULL,'San Martín',NULL,'',0,'2019-11-07 09:18:45'),(16734,18303,'es',0,NULL,'San Pedro',NULL,'',0,'2019-11-07 09:18:45'),(16735,18304,'es',0,NULL,'Contraseña de la API de pruebas',NULL,'',0,'2019-11-07 09:18:45'),(16736,18305,'es',0,NULL,'Firma de la API de pruebas',NULL,'',0,'2019-11-07 09:18:45'),(16737,18306,'es',0,NULL,'Nombre de usuario de la API de pruebas',NULL,'',0,'2019-11-07 09:18:45'),(16738,18307,'es',0,NULL,'Santa Catalina',NULL,'',0,'2019-11-07 09:18:45'),(16739,18308,'es',0,NULL,'Santa Cruz',NULL,'',0,'2019-11-07 09:18:45'),(16740,18309,'es',0,NULL,'Santa Cruz de Tenerife',NULL,'',0,'2019-11-07 09:18:45'),(16741,18310,'es',0,NULL,'Santa Fe',NULL,'',0,'2019-11-07 09:18:45'),(16742,18311,'es',0,NULL,'Santiago del Estero',NULL,'',0,'2019-11-07 09:18:45'),(16743,18312,'es',0,NULL,'Saraburi',NULL,'',0,'2019-11-07 09:18:45'),(16744,18313,'es',0,NULL,'Sarangani',NULL,'',0,'2019-11-07 09:18:45'),(16745,18314,'es',0,NULL,'Sarawak',NULL,'',0,'2019-11-07 09:18:45'),(16746,18315,'es',0,NULL,'Saskatchewan',NULL,'',0,'2019-11-07 09:18:45'),(16747,18316,'es',0,NULL,'Sassari',NULL,'',0,'2019-11-07 09:18:45'),(16748,18317,'es',0,NULL,'Satkhira',NULL,'',0,'2019-11-07 09:18:45'),(16749,18318,'es',0,NULL,'Satu Mare',NULL,'',0,'2019-11-07 09:18:45'),(16750,18319,'es',0,NULL,'Satun',NULL,'',0,'2019-11-07 09:18:45'),(16751,18320,'es',0,NULL,'Arabia Saudita',NULL,'',0,'2019-11-07 09:18:45'),(16752,13526,'es',0,NULL,'Saudi Riyal',NULL,'',0,'2019-11-07 09:18:45'),(16753,18321,'es',0,NULL,'Guardar',NULL,'',0,'2019-11-07 09:18:45'),(16754,18322,'es',0,NULL,'Guardar dirección',NULL,'',0,'2019-11-07 09:18:45'),(16755,18323,'es',0,NULL,'Guardar atributos',NULL,'',0,'2019-11-07 09:18:45'),(16756,18324,'es',0,NULL,'Guardar los cambios',NULL,'',0,'2019-11-07 09:18:45'),(16757,18325,'es',0,NULL,'¿Guardar los cambios antes de cambiar de página?',NULL,'',0,'2019-11-07 09:18:45'),(16758,18326,'es',0,NULL,'Guardar clases de envío',NULL,'',0,'2019-11-07 09:18:45'),(16759,18327,'es',0,NULL,'Ahorra tiempo y errores con el cálculo automático de impuestos y su aplicación al finalizar compra. Gracias a WooCommerce Services y Jetpack.',NULL,'',0,'2019-11-07 09:18:45'),(16760,18328,'es',0,NULL,'Guardar en la cuenta',NULL,'',0,'2019-11-07 09:18:45'),(16761,18329,'es',0,NULL,'Guardar webhook',NULL,'',0,'2019-11-07 09:18:45'),(16762,18330,'es',0,NULL,'Savona',NULL,'',0,'2019-11-07 09:18:45'),(16763,18331,'es',0,NULL,'Schaffhausen',NULL,'',0,'2019-11-07 09:18:45'),(16764,18332,'es',0,NULL,'Horario',NULL,'',0,'2019-11-07 09:18:45'),(16765,18333,'es',0,NULL,'Acción programada',NULL,'',0,'2019-11-07 09:18:45'),(16766,18334,'es',0,NULL,'Acciones programadas',NULL,'',0,'2019-11-07 09:18:45'),(16767,18335,'es',0,NULL,'Fecha programada',NULL,'',0,'2019-11-07 09:18:45'),(16768,18336,'es',0,NULL,'Las acciones programadas son ganchos lanzados en una cierta fecha y hora.',NULL,'',0,'2019-11-07 09:18:45'),(16769,18337,'es',0,NULL,'Schwyz',NULL,'',0,'2019-11-07 09:18:45'),(16770,18338,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:18:45'),(16771,18339,'es',0,NULL,'Buscar %s',NULL,'',0,'2019-11-07 09:18:45'),(16772,18340,'es',0,NULL,'Buscar acciones programadas',NULL,'',0,'2019-11-07 09:18:45'),(16773,18341,'es',0,NULL,'Buscar por nombre del artículo',NULL,'',0,'2019-11-07 09:18:45'),(16774,13916,'es',0,NULL,'Buscar categorías',NULL,'',0,'2019-11-07 09:18:45'),(16775,13904,'es',0,NULL,'Buscar cupones',NULL,'',0,'2019-11-07 09:18:45'),(16776,18342,'es',0,NULL,'Buscar clientes',NULL,'',0,'2019-11-07 09:18:45'),(16777,18343,'es',0,NULL,'Busca un producto descargable…',NULL,'',0,'2019-11-07 09:18:45'),(16778,18344,'es',0,NULL,'Busca un producto que mostrar',NULL,'',0,'2019-11-07 09:18:45'),(16779,18345,'es',0,NULL,'Busca un producto…',NULL,'',0,'2019-11-07 09:18:45'),(16780,18346,'es',0,NULL,'Buscar un usuario…',NULL,'',0,'2019-11-07 09:18:45'),(16781,18347,'es',0,NULL,'Buscar artículos',NULL,'',0,'2019-11-07 09:18:45'),(16782,18348,'es',0,NULL,'Buscar por atributos de producto',NULL,'',0,'2019-11-07 09:18:45'),(16783,18349,'es',0,NULL,'Buscar por categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(16784,18350,'es',0,NULL,'Buscar por etiquetas de productos',NULL,'',0,'2019-11-07 09:18:45'),(16785,18351,'es',0,NULL,'Busca productos que mostrar',NULL,'',0,'2019-11-07 09:18:45'),(16786,18352,'es',0,NULL,'Buscar por:',NULL,'',0,'2019-11-07 09:18:45'),(16787,18353,'es',0,NULL,'Buscar gancho, argumentos y solicitar ID',NULL,'',0,'2019-11-07 09:18:45'),(16788,18354,'es',0,NULL,'Buscar clave',NULL,'',0,'2019-11-07 09:18:45'),(16789,18355,'es',0,NULL,'Buscar registros',NULL,'',0,'2019-11-07 09:18:45'),(16790,13886,'es',0,NULL,'Buscar pedidos',NULL,'',0,'2019-11-07 09:18:45'),(16791,13866,'es',0,NULL,'Buscar productos',NULL,'',0,'2019-11-07 09:18:45'),(16792,18356,'es',0,NULL,'Buscar productos…',NULL,'',0,'2019-11-07 09:18:45'),(16793,18357,'es',0,NULL,'Buscar productos...',NULL,'',0,'2019-11-07 09:18:45'),(16794,18358,'es',0,NULL,'Resultados de búsqueda para “%s”',NULL,'',0,'2019-11-07 09:18:45'),(16795,18359,'es',0,NULL,'Solo en los resultados de búsqueda',NULL,'',0,'2019-11-07 09:18:45'),(16796,18360,'es',0,NULL,'Resultados de búsqueda actualizados.',NULL,'',0,'2019-11-07 09:18:45'),(16797,18361,'es',0,NULL,'Resultados de búsqueda: “%s”',NULL,'',0,'2019-11-07 09:18:45'),(16798,13942,'es',0,NULL,'Buscar clases de envío',NULL,'',0,'2019-11-07 09:18:45'),(16799,13928,'es',0,NULL,'Buscar etiquetas',NULL,'',0,'2019-11-07 09:18:45'),(16800,18362,'es',0,NULL,'Buscar webhooks',NULL,'',0,'2019-11-07 09:18:45'),(16801,18363,'es',0,NULL,'Buscar…',NULL,'',0,'2019-11-07 09:18:45'),(16802,18364,'es',0,NULL,'Secreto',NULL,'',0,'2019-11-07 09:18:45'),(16803,18365,'es',0,NULL,'Clave secreta utilizada para crear un hash del webhook emitido y ofrecido en las cabeceras de respuesta. Por defecto es un hash MD5 del ID del usuario actual | nombre de usuario si no lo tuviese.',NULL,'',0,'2019-11-07 09:18:45'),(16804,13804,'es',0,NULL,'Pago seguro',NULL,'',0,'2019-11-07 09:18:45'),(16805,18366,'es',0,NULL,'Conexión segura (HTTPS)',NULL,'',0,'2019-11-07 09:18:45'),(16806,18367,'es',0,NULL,'Acepta tarjetas de crédito y débito con seguridad con una tarifa baja, sin cuotas sorpresa (hay tarifas personalizadas disponibles). Vende online y en tu tienda y lleva el seguimiento de las ventas y el inventario desde un solo lugar. <a href=\"%s\" target=\"_blank\">Aprende más sobre Square</a>.',NULL,'',0,'2019-11-07 09:18:45'),(16807,18368,'es',0,NULL,'Seguridad',NULL,'',0,'2019-11-07 09:18:45'),(16808,18369,'es',0,NULL,'Seguridad.',NULL,'',0,'2019-11-07 09:18:45'),(16809,18370,'es',0,NULL,'Segovia',NULL,'',0,'2019-11-07 09:18:45'),(16810,18371,'es',0,NULL,'Selangor',NULL,'',0,'2019-11-07 09:18:45'),(16811,18372,'es',0,NULL,'Seleccionar',NULL,'',0,'2019-11-07 09:18:45'),(16812,18373,'es',0,NULL,'Selecciona %s como fecha de inicio.',NULL,'',0,'2019-11-07 09:18:45'),(16813,18374,'es',0,NULL,'Selecciona %s como fecha de finalización.',NULL,'',0,'2019-11-07 09:18:45'),(16814,18375,'es',0,NULL,'Seleccionar todos',NULL,'',0,'2019-11-07 09:18:45'),(16815,18376,'es',0,NULL,'Elegir página',NULL,'',0,'2019-11-07 09:18:45'),(16816,18377,'es',0,NULL,'Elige una categoría',NULL,'',0,'2019-11-07 09:18:45'),(16817,18378,'es',0,NULL,'Elige un país…',NULL,'',0,'2019-11-07 09:18:45'),(16818,18379,'es',0,NULL,'Selecciona una fecha en el pasado',NULL,'',0,'2019-11-07 09:18:45'),(16819,18380,'es',0,NULL,'Elige una página…',NULL,'',0,'2019-11-07 09:18:45'),(16820,18381,'es',0,NULL,'Seleccionar todos',NULL,'',0,'2019-11-07 09:18:45'),(16821,18382,'es',0,NULL,'Elige una opción…',NULL,'',0,'2019-11-07 09:18:45'),(16822,18383,'es',0,NULL,'Selecciona al menos una categoría para mostrar sus productos.',NULL,'',0,'2019-11-07 09:18:45'),(16823,18384,'es',0,NULL,'Elige las categorías…',NULL,'',0,'2019-11-07 09:18:45'),(16824,18385,'es',0,NULL,'Selecciona un rango de fechas y comparación',NULL,'',0,'2019-11-07 09:18:45'),(16825,18386,'es',0,NULL,'Selecciona los campos de tu archivo CSV para asignarlos a los campos de producto, o para ignorarlos durante la importación.',NULL,'',0,'2019-11-07 09:18:45'),(16826,18387,'es',0,NULL,'Borrar selección',NULL,'',0,'2019-11-07 09:18:45'),(16827,18388,'es',0,NULL,'Seleccionar opciones',NULL,'',0,'2019-11-07 09:18:45'),(16828,18389,'es',0,NULL,'Elige las opciones para “%s”',NULL,'',0,'2019-11-07 09:18:45'),(16829,18390,'es',0,NULL,'Elige regiones dentro de esta zona',NULL,'',0,'2019-11-07 09:18:45'),(16830,18391,'es',0,NULL,'Elige los métodos de envío',NULL,'',0,'2019-11-07 09:18:45'),(16831,18392,'es',0,NULL,'Elige algún país',NULL,'',0,'2019-11-07 09:18:45'),(16832,18393,'es',0,NULL,'Elige términos',NULL,'',0,'2019-11-07 09:18:45'),(16833,18394,'es',0,NULL,'Elige el tipo de acceso para estas claves.',NULL,'',0,'2019-11-07 09:18:45'),(16834,18395,'es',0,NULL,'Selecciona la fecha resaltada.',NULL,'',0,'2019-11-07 09:18:45'),(16835,18396,'es',0,NULL,'Selecciona cuando se disparará el webhook.',NULL,'',0,'2019-11-07 09:18:45'),(16836,18397,'es',0,NULL,'Nombre del término del atributo seleccionado.',NULL,'',0,'2019-11-07 09:18:45'),(16837,18398,'es',0,NULL,'Países seleccionados',NULL,'',0,'2019-11-07 09:18:45'),(16838,18399,'es',0,NULL,'Seleccionado. %s',NULL,'',0,'2019-11-07 09:18:45'),(16839,18400,'es',0,NULL,'Si no eliges ningún país al que vender, no se podrá finalizar el pago. ¿Quieres seguir de todas formas?',NULL,'',0,'2019-11-07 09:18:45'),(16840,13585,'es',0,NULL,'Vender a todos los países',NULL,'',0,'2019-11-07 09:18:45'),(16841,13586,'es',0,NULL,'Vender a todos los países, excepto a…',NULL,'',0,'2019-11-07 09:18:45'),(16842,13587,'es',0,NULL,'Vender a países específicos',NULL,'',0,'2019-11-07 09:18:45'),(16843,13583,'es',0,NULL,'Ubicación(es) de venta',NULL,'',0,'2019-11-07 09:18:45'),(16844,18401,'es',0,NULL,'Sembabule',NULL,'',0,'2019-11-07 09:18:45'),(16845,18402,'es',0,NULL,'Semnán (سمنان)',NULL,'',0,'2019-11-07 09:18:45'),(16846,18403,'es',0,NULL,'Enviar avisos cuando se recibe una IPN de PayPal que se refiere a reembolsos, devoluciones y cancelaciones.',NULL,'',0,'2019-11-07 09:18:45'),(16847,18404,'es',0,NULL,'Enviar los datos de envío a PayPal en lugar de los de facturación.',NULL,'',0,'2019-11-07 09:18:45'),(16848,18405,'es',0,NULL,'Enviarte información sobre tu cuenta y pedido',NULL,'',0,'2019-11-07 09:18:45'),(16849,18406,'es',0,NULL,'Enviarte mensajes promocionales, si eliges recibirlos',NULL,'',0,'2019-11-07 09:18:45'),(16850,18407,'es',0,NULL,'Senegal',NULL,'',0,'2019-11-07 09:18:45'),(16851,18408,'es',0,NULL,'Separa los códigos con coma. Acepta comodines (*), p.e. <code>P*</code> coincidirá con el postcode PE30. Además acepta patrones, p.e. <code>NG1___</code> coincidirá con NG1 1AA pero no con NG10 1AA',NULL,'',0,'2019-11-07 09:18:45'),(16852,13935,'es',0,NULL,'Separar etiquetas con comas',NULL,'',0,'2019-11-07 09:18:45'),(16853,18409,'es',0,NULL,'Serbia',NULL,'',0,'2019-11-07 09:18:45'),(16854,13523,'es',0,NULL,'Dinar serbio',NULL,'',0,'2019-11-07 09:18:45'),(16855,18410,'es',0,NULL,'Serere',NULL,'',0,'2019-11-07 09:18:45'),(16856,18411,'es',0,NULL,'Sergipe',NULL,'',0,'2019-11-07 09:18:45'),(16857,18412,'es',0,NULL,'Entorno del servidor',NULL,'',0,'2019-11-07 09:18:45'),(16858,18413,'es',0,NULL,'Información del servidor',NULL,'',0,'2019-11-07 09:18:45'),(16859,18414,'es',0,NULL,'Información del servidor.',NULL,'',0,'2019-11-07 09:18:45'),(16860,18415,'es',0,NULL,'No se cumplen los requisitos del servidor, requisito(s) que falta(n): %s.',NULL,'',0,'2019-11-07 09:18:45'),(16861,18416,'es',0,NULL,'Establecer estado - Con existencias',NULL,'',0,'2019-11-07 09:18:45'),(16862,18417,'es',0,NULL,'Establecer estado - Se puede reservar',NULL,'',0,'2019-11-07 09:18:45'),(16863,18418,'es',0,NULL,'Establecer estado - Agotado',NULL,'',0,'2019-11-07 09:18:45'),(16864,18419,'es',0,NULL,'Establece un precio fijo para cubrir los costes de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16865,13818,'es',0,NULL,'Establecer método de pago por defecto',NULL,'',0,'2019-11-07 09:18:45'),(16866,13871,'es',0,NULL,'Establecer imagen del producto',NULL,'',0,'2019-11-07 09:18:45'),(16867,18420,'es',0,NULL,'Establecer precios normales',NULL,'',0,'2019-11-07 09:18:45'),(16868,18421,'es',0,NULL,'Establecer precios rebajados',NULL,'',0,'2019-11-07 09:18:45'),(16869,18422,'es',0,NULL,'Establecer el periodo de rebajas',NULL,'',0,'2019-11-07 09:18:45'),(16870,18423,'es',0,NULL,'Establecer a un precio normal disminuido en (cantidad fija o %):',NULL,'',0,'2019-11-07 09:18:45'),(16871,18424,'es',0,NULL,'Configuración',NULL,'',0,'2019-11-07 09:18:45'),(16872,18425,'es',0,NULL,'Configura PayPal para mí usando este correo electrónico:',NULL,'',0,'2019-11-07 09:18:45'),(16873,18426,'es',0,NULL,'Configura Stripe para mí usando este correo electrónico:',NULL,'',0,'2019-11-07 09:18:45'),(16874,18427,'es',0,NULL,'Configura el método de pago «%s»',NULL,'',0,'2019-11-07 09:18:45'),(16875,18428,'es',0,NULL,'Configurar tu cuenta para nuestra tienda',NULL,'',0,'2019-11-07 09:18:45'),(16876,18429,'es',0,NULL,'Establecer la imagen de esta variación',NULL,'',0,'2019-11-07 09:18:45'),(16877,18430,'es',0,NULL,'Seti',NULL,'',0,'2019-11-07 09:18:45'),(16878,18431,'es',0,NULL,'Valor del ajuste.',NULL,'',0,'2019-11-07 09:18:45'),(16879,18432,'es',0,NULL,'Ajustes',NULL,'',0,'2019-11-07 09:18:45'),(16880,18433,'es',0,NULL,'ID de ajustes del grupo.',NULL,'',0,'2019-11-07 09:18:45'),(16881,13398,'es',0,NULL,'Pagos',NULL,'',0,'2019-11-07 09:18:45'),(16882,18434,'es',0,NULL,'Ajustes.',NULL,'',0,'2019-11-07 09:18:45'),(16883,18435,'es',0,NULL,'Configuración de zonas de envío',NULL,'',0,'2019-11-07 09:18:45'),(16884,18436,'es',0,NULL,'Asistente de configuración',NULL,'',0,'2019-11-07 09:18:45'),(16885,18437,'es',0,NULL,'Hay varias extensiones de WooCommerce que pueden escribir registros, lo que hace que depurar problemas sea más fácil. El directorio debe tener permisos de escritura para que esto suceda.',NULL,'',0,'2019-11-07 09:18:45'),(16886,18438,'es',0,NULL,'Sevilla',NULL,'',0,'2019-11-07 09:18:45'),(16887,18439,'es',0,NULL,'Seychelles',NULL,'',0,'2019-11-07 09:18:45'),(16888,13528,'es',0,NULL,'Rupia seychelense',NULL,'',0,'2019-11-07 09:18:45'),(16889,18440,'es',0,NULL,'Shaanxi / 陕西',NULL,'',0,'2019-11-07 09:18:45'),(16890,18441,'es',0,NULL,'Shandong / 山东',NULL,'',0,'2019-11-07 09:18:45'),(16891,18442,'es',0,NULL,'Shanghai / 上海',NULL,'',0,'2019-11-07 09:18:45'),(16892,18443,'es',0,NULL,'Shanxi / 山西',NULL,'',0,'2019-11-07 09:18:45'),(16893,18444,'es',0,NULL,'Compartir',NULL,'',0,'2019-11-07 09:18:45'),(16894,18445,'es',0,NULL,'Comparte los nuevos productos en las redes sociales en el momento en que estén publicados en tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(16895,18446,'es',0,NULL,'Compartido por %s',NULL,'',0,'2019-11-07 09:18:45'),(16896,18447,'es',0,NULL,'Shariatpur',NULL,'',0,'2019-11-07 09:18:45'),(16897,18448,'es',0,NULL,'Sheema',NULL,'',0,'2019-11-07 09:18:45'),(16898,18449,'es',0,NULL,'Sherpur',NULL,'',0,'2019-11-07 09:18:45'),(16899,18450,'es',0,NULL,'Shiga',NULL,'',0,'2019-11-07 09:18:45'),(16900,18451,'es',0,NULL,'Shimane',NULL,'',0,'2019-11-07 09:18:45'),(16901,18452,'es',0,NULL,'Shinyanga',NULL,'',0,'2019-11-07 09:18:45'),(16902,18453,'es',0,NULL,'Enviar a',NULL,'',0,'2019-11-07 09:18:45'),(16903,18454,'es',0,NULL,'¿Enviar a una dirección diferente?',NULL,'',0,'2019-11-07 09:18:45'),(16904,13591,'es',0,NULL,'Enviar a todos los países',NULL,'',0,'2019-11-07 09:18:45'),(16905,13590,'es',0,NULL,'Enviar a todos los países a los que vendes',NULL,'',0,'2019-11-07 09:18:45'),(16906,13594,'es',0,NULL,'Enviar a países específicos',NULL,'',0,'2019-11-07 09:18:45'),(16907,13592,'es',0,NULL,'Enviar solo a países específicos',NULL,'',0,'2019-11-07 09:18:45'),(16908,18455,'es',0,NULL,'ShipStation',NULL,'',0,'2019-11-07 09:18:45'),(16909,18456,'es',0,NULL,'Icono de ShipStation',NULL,'',0,'2019-11-07 09:18:45'),(16910,13397,'es',0,NULL,'Envío',NULL,'',0,'2019-11-07 09:18:45'),(16911,18457,'es',0,NULL,'Envío %s',NULL,'',0,'2019-11-07 09:18:45'),(16912,18458,'es',0,NULL,'Dirección de envío',NULL,'',0,'2019-11-07 09:18:45'),(16913,18459,'es',0,NULL,'Dirección de envío 1',NULL,'',0,'2019-11-07 09:18:45'),(16914,18460,'es',0,NULL,'Dirección de envío 2',NULL,'',0,'2019-11-07 09:18:45'),(16915,18461,'es',0,NULL,'Ciudad del envío',NULL,'',0,'2019-11-07 09:18:45'),(16916,18462,'es',0,NULL,'Empresa del envío',NULL,'',0,'2019-11-07 09:18:45'),(16917,18463,'es',0,NULL,'País del envío',NULL,'',0,'2019-11-07 09:18:45'),(16918,18464,'es',0,NULL,'Nombre del envío',NULL,'',0,'2019-11-07 09:18:45'),(16919,18465,'es',0,NULL,'Apellidos del envío',NULL,'',0,'2019-11-07 09:18:45'),(16920,18466,'es',0,NULL,'Método de envío',NULL,'',0,'2019-11-07 09:18:45'),(16921,18467,'es',0,NULL,'Código postal del envío',NULL,'',0,'2019-11-07 09:18:45'),(16922,18468,'es',0,NULL,'Provincia del envío',NULL,'',0,'2019-11-07 09:18:45'),(16923,18469,'es',0,NULL,'Zona de envío',NULL,'',0,'2019-11-07 09:18:45'),(16924,18470,'es',0,NULL,'Dirección de envío',NULL,'',0,'2019-11-07 09:18:45'),(16925,18471,'es',0,NULL,'Dirección de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16926,18472,'es',0,NULL,'Dirección de envío: te pediremos que facilites esto para que podamos, por ejemplo, estimar el coste del envío antes de que hagas un pedido, ¡y enviarte el pedido!',NULL,'',0,'2019-11-07 09:18:45'),(16927,18473,'es',0,NULL,'Cantidad de envíos',NULL,'',0,'2019-11-07 09:18:45'),(16928,13940,'es',0,NULL,'Clase de envío',NULL,'',0,'2019-11-07 09:18:45'),(16929,18474,'es',0,NULL,'ID de la clase de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16930,18475,'es',0,NULL,'Costes de la clase de envío',NULL,'',0,'2019-11-07 09:18:45'),(16931,18476,'es',0,NULL,'Nombre de la clase de envío',NULL,'',0,'2019-11-07 09:18:45'),(16932,18477,'es',0,NULL,'Nombre de la clase de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16933,18478,'es',0,NULL,'Slug de la clase de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16934,13715,'es',0,NULL,'Clases de envío',NULL,'',0,'2019-11-07 09:18:45'),(16935,18479,'es',0,NULL,'Las clases de envío las usan ciertos métodos de envío para agrupar productos similares.',NULL,'',0,'2019-11-07 09:18:45'),(16936,18480,'es',0,NULL,'Las clases de envío pueden usarse para agrupar productos de tipo similar y pueden utilizarlas algunos métodos de envío (como el «precio fijo de envío») para proporcionar diferentes tarifas a diferentes clases de producto.',NULL,'',0,'2019-11-07 09:18:45'),(16937,18481,'es',0,NULL,'Costes de envío actualizados.',NULL,'',0,'2019-11-07 09:18:45'),(16938,13719,'es',0,NULL,'Destino del envío',NULL,'',0,'2019-11-07 09:18:45'),(16939,18482,'es',0,NULL,'Detalles de envío',NULL,'',0,'2019-11-07 09:18:45'),(16940,18483,'es',0,NULL,'ID de la instancia de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16941,18484,'es',0,NULL,'El envío está actualmente activado, pero no has añadido ningún método de envío a tus zonas de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16942,18485,'es',0,NULL,'El envío está desactivado.',NULL,'',0,'2019-11-07 09:18:45'),(16943,18486,'es',0,NULL,'Datos de las líneas de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16944,13588,'es',0,NULL,'Ubicación(es) de envío',NULL,'',0,'2019-11-07 09:18:45'),(16945,18487,'es',0,NULL,'Método de envío',NULL,'',0,'2019-11-07 09:18:45'),(16946,18488,'es',0,NULL,'La ID del método de envío es requerida.',NULL,'',0,'2019-11-07 09:18:45'),(16947,18489,'es',0,NULL,'ID del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16948,18490,'es',0,NULL,'El método de envío no se ha podido añadir. Por favor inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:45'),(16949,18491,'es',0,NULL,'Título visible para el cliente del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16950,18492,'es',0,NULL,'Descripción del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16951,18493,'es',0,NULL,'Estado de activación del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16952,18494,'es',0,NULL,'ID de instancia del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16953,18495,'es',0,NULL,'Nombre del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16954,18496,'es',0,NULL,'Ajustes del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16955,18497,'es',0,NULL,'Orden de pedidos del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16956,18498,'es',0,NULL,'Título del método de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16957,18499,'es',0,NULL,'Método(s) de envío',NULL,'',0,'2019-11-07 09:18:45'),(16958,18500,'es',0,NULL,'Métodos de envío',NULL,'',0,'2019-11-07 09:18:45'),(16959,18501,'es',0,NULL,'Los métodos de envío no se pueden enviar a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(16960,18502,'es',0,NULL,'Nombre de envío',NULL,'',0,'2019-11-07 09:18:45'),(16961,18503,'es',0,NULL,'Envío solamente',NULL,'',0,'2019-11-07 09:18:45'),(16962,13714,'es',0,NULL,'Opciones de envío',NULL,'',0,'2019-11-07 09:18:45'),(16963,18504,'es',0,NULL,'Las opciones de envío se actualizarán durante el pago.',NULL,'',0,'2019-11-07 09:18:45'),(16964,18505,'es',0,NULL,'Importe de la tasa de envío',NULL,'',0,'2019-11-07 09:18:45'),(16965,13695,'es',0,NULL,'Clase de impuesto por envío',NULL,'',0,'2019-11-07 09:18:45'),(16966,13697,'es',0,NULL,'Tasa de impuesto por envío basado en los productos del carrito',NULL,'',0,'2019-11-07 09:18:45'),(16967,18506,'es',0,NULL,'Total del impuesto de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16968,18507,'es',0,NULL,'Enviar a %s.',NULL,'',0,'2019-11-07 09:18:45'),(16969,18508,'es',0,NULL,'El total del envío debe ser una cantidad positiva.',NULL,'',0,'2019-11-07 09:18:45'),(16970,18509,'es',0,NULL,'Enviar por %s',NULL,'',0,'2019-11-07 09:18:45'),(16971,18510,'es',0,NULL,'Código de ubicación de la zona de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16972,18511,'es',0,NULL,'Tipo de ubicación de la zona de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16973,18512,'es',0,NULL,'Nombre de zona de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16974,18513,'es',0,NULL,'Orden de zona de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16975,13713,'es',0,NULL,'Zonas de envío',NULL,'',0,'2019-11-07 09:18:45'),(16976,18514,'es',0,NULL,'No se pueden enviar a la papelera las zonas de envío.',NULL,'',0,'2019-11-07 09:18:45'),(16977,18515,'es',0,NULL,'Envío:',NULL,'',0,'2019-11-07 09:18:45'),(16978,18516,'es',0,NULL,'Shizuoka',NULL,'',0,'2019-11-07 09:18:45'),(16979,18517,'es',0,NULL,'Página de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16980,18518,'es',0,NULL,'En la tienda y en los resultados de búsqueda',NULL,'',0,'2019-11-07 09:18:45'),(16981,18519,'es',0,NULL,'Base de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16982,13567,'es',0,NULL,'Dirección principal del negocio',NULL,'',0,'2019-11-07 09:18:45'),(16983,18520,'es',0,NULL,'Base de la tienda con categorías',NULL,'',0,'2019-11-07 09:18:45'),(16984,18521,'es',0,NULL,'Comprar ahora',NULL,'',0,'2019-11-07 09:18:45'),(16985,18522,'es',0,NULL,'Solo en la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16986,18523,'es',0,NULL,'Pedido de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16987,13624,'es',0,NULL,'Página de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16988,18524,'es',0,NULL,'Visualización de la página de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16989,13623,'es',0,NULL,'Páginas de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(16990,18525,'es',0,NULL,'Descripción corta',NULL,'',0,'2019-11-07 09:18:45'),(16991,18526,'es',0,NULL,'Descripción corta o extracto de la descripción.',NULL,'',0,'2019-11-07 09:18:45'),(16992,18527,'es',0,NULL,'Puede que necesites ayuda para comprender, usar y ampliar WooCommerce, <a href=\"%s\">por favor lee nuestra documentación</a>. Encontrarás todo tipo de recursos, incluyendo códigos, tutoriales y mucho más.',NULL,'',0,'2019-11-07 09:18:45'),(16993,18528,'es',0,NULL,'Mostrar',NULL,'',0,'2019-11-07 09:18:45'),(16994,13650,'es',0,NULL,'Mostrar la etiqueta «propietario verificado» en las valoraciones de los clientes',NULL,'',0,'2019-11-07 09:18:45'),(16995,18529,'es',0,NULL,'Mostrar tarifas de envío de Canada Post',NULL,'',0,'2019-11-07 09:18:45'),(16996,13846,'es',0,NULL,'Mostrar sugerencias',NULL,'',0,'2019-11-07 09:18:45'),(16997,18530,'es',0,NULL,'Mostrar opciones avanzadas',NULL,'',0,'2019-11-07 09:18:45'),(16998,18531,'es',0,NULL,'Mostrar todos los tipos',NULL,'',0,'2019-11-07 09:18:45'),(16999,18532,'es',0,NULL,'Mostrar como desplegable',NULL,'',0,'2019-11-07 09:18:45'),(17000,18533,'es',0,NULL,'Mostrar categorías',NULL,'',0,'2019-11-07 09:18:45'),(17001,18534,'es',0,NULL,'Mostrar categorías y productos',NULL,'',0,'2019-11-07 09:18:45'),(17002,18535,'es',0,NULL,'Mostrar descripción',NULL,'',0,'2019-11-07 09:18:45'),(17003,18536,'es',0,NULL,'Mostrar categorías vacías',NULL,'',0,'2019-11-07 09:18:45'),(17004,18537,'es',0,NULL,'Mostrar productos ocultos',NULL,'',0,'2019-11-07 09:18:45'),(17005,18538,'es',0,NULL,'Mostrar jerarquía',NULL,'',0,'2019-11-07 09:18:45'),(17006,18539,'es',0,NULL,'Mostrar si es una tasa de impuesto compuesta.',NULL,'',0,'2019-11-07 09:18:45'),(17007,18540,'es',0,NULL,'Mostrar precio',NULL,'',0,'2019-11-07 09:18:45'),(17008,18541,'es',0,NULL,'Mostrar cantidad de productos',NULL,'',0,'2019-11-07 09:18:45'),(17009,18542,'es',0,NULL,'Mostrar contador de productos',NULL,'',0,'2019-11-07 09:18:45'),(17010,18543,'es',0,NULL,'Mostrar las valoraciones de productos de categorías específicas.',NULL,'',0,'2019-11-07 09:18:45'),(17011,18544,'es',0,NULL,'Mostrar productos',NULL,'',0,'2019-11-07 09:18:45'),(17012,18545,'es',0,NULL,'Muestra las valoraciones de tus productos para crear confianza',NULL,'',0,'2019-11-07 09:18:45'),(17013,18546,'es',0,NULL,'Muestra las valoraciones de tus productos para crear confianza.',NULL,'',0,'2019-11-07 09:18:45'),(17014,18547,'es',0,NULL,'Mostrar la etiqueta del campo de búsqueda',NULL,'',0,'2019-11-07 09:18:45'),(17015,18548,'es',0,NULL,'Mostrar subcategorías',NULL,'',0,'2019-11-07 09:18:45'),(17016,18549,'es',0,NULL,'Mostrar subcategorías y productos',NULL,'',0,'2019-11-07 09:18:45'),(17017,18550,'es',0,NULL,'Muestra tus categorías de productos en una lista desplegable.',NULL,'',0,'2019-11-07 09:18:45'),(17018,18551,'es',0,NULL,'Mostrando la vista previa del bloque de productos destacados.',NULL,'',0,'2019-11-07 09:18:45'),(17019,18552,'es',0,NULL,'Mostrando la vista previa del bloque de productos elegidos manualmente.',NULL,'',0,'2019-11-07 09:18:45'),(17020,18553,'es',0,NULL,'Mostrando la vista previa del bloque de productos por atributo.',NULL,'',0,'2019-11-07 09:18:45'),(17021,18554,'es',0,NULL,'Mostrando la vista previa del bloque de productos por categoría.',NULL,'',0,'2019-11-07 09:18:45'),(17022,18555,'es',0,NULL,'Mostrando la vista previa del bloque de productos por etiqueta.',NULL,'',0,'2019-11-07 09:18:45'),(17023,18556,'es',0,NULL,'Mostrando la vista previa del bloque de valoraciones por categoría.',NULL,'',0,'2019-11-07 09:18:45'),(17024,18557,'es',0,NULL,'Mostrando la vista previa del bloque de valoraciones por producto.',NULL,'',0,'2019-11-07 09:18:45'),(17025,18558,'es',0,NULL,'Mostrando todos los resultados %d',NULL,'',0,'2019-11-07 09:18:45'),(17026,18559,'es',0,NULL,'Mostrando todos los resultados %d',NULL,'',0,'2019-11-07 09:18:45'),(17027,18560,'es',0,NULL,'Mostrando informes para:',NULL,'',0,'2019-11-07 09:18:45'),(17028,18561,'es',0,NULL,'Mostrando resultados de búsqueda para: %s',NULL,'',0,'2019-11-07 09:18:45'),(17029,18562,'es',0,NULL,'Mostrando el único resultado',NULL,'',0,'2019-11-07 09:18:45'),(17030,18563,'es',0,NULL,'Muestra una lista de todas las valoraciones de productos.',NULL,'',0,'2019-11-07 09:18:45'),(17031,18564,'es',0,NULL,'Muestra si se permiten reservas.',NULL,'',0,'2019-11-07 09:18:45'),(17032,18565,'es',0,NULL,'Muestra si el producto puede ser comprado.',NULL,'',0,'2019-11-07 09:18:45'),(17033,18566,'es',0,NULL,'Muestra si el producto está reservado.',NULL,'',0,'2019-11-07 09:18:45'),(17034,18567,'es',0,NULL,'Muestra si el producto está a la venta.',NULL,'',0,'2019-11-07 09:18:45'),(17035,18568,'es',0,NULL,'Muestra si el producto necesita ser enviado.',NULL,'',0,'2019-11-07 09:18:45'),(17036,18569,'es',0,NULL,'Muestra si quien valora compró el producto o no.',NULL,'',0,'2019-11-07 09:18:45'),(17037,18570,'es',0,NULL,'Muestra si la variación puede ser comprada.',NULL,'',0,'2019-11-07 09:18:45'),(17038,18571,'es',0,NULL,'Muestra si la variación está reservada.',NULL,'',0,'2019-11-07 09:18:45'),(17039,18572,'es',0,NULL,'Muestra si la variación está de oferta.',NULL,'',0,'2019-11-07 09:18:45'),(17040,18573,'es',0,NULL,'Muestra dónde fue creado el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17041,18574,'es',0,NULL,'Muestra si el envío del producto es imponible o no.',NULL,'',0,'2019-11-07 09:18:45'),(17042,18575,'es',0,NULL,'Muestra/define si la nota es solo para referencia o para el cliente (se avisará al usuario).',NULL,'',0,'2019-11-07 09:18:45'),(17043,18576,'es',0,NULL,'Shumen',NULL,'',0,'2019-11-07 09:18:45'),(17044,18577,'es',0,NULL,'Sibiu',NULL,'',0,'2019-11-07 09:18:45'),(17045,18578,'es',0,NULL,'Sichuan / 四川',NULL,'',0,'2019-11-07 09:18:45'),(17046,18579,'es',0,NULL,'Siena',NULL,'',0,'2019-11-07 09:18:45'),(17047,18580,'es',0,NULL,'Sierra Leona',NULL,'',0,'2019-11-07 09:18:45'),(17048,13533,'es',0,NULL,'Leone',NULL,'',0,'2019-11-07 09:18:45'),(17049,18581,'es',0,NULL,'Inscripciones',NULL,'',0,'2019-11-07 09:18:45'),(17050,18582,'es',0,NULL,'Siirt',NULL,'',0,'2019-11-07 09:18:45'),(17051,18583,'es',0,NULL,'Sikkim',NULL,'',0,'2019-11-07 09:18:45'),(17052,18584,'es',0,NULL,'Silistra',NULL,'',0,'2019-11-07 09:18:45'),(17053,18585,'es',0,NULL,'Simiyu',NULL,'',0,'2019-11-07 09:18:45'),(17054,18586,'es',0,NULL,'Producto simple',NULL,'',0,'2019-11-07 09:18:45'),(17055,18587,'es',0,NULL,'Sinaloa',NULL,'',0,'2019-11-07 09:18:45'),(17056,18588,'es',0,NULL,'Debido a que tu navegador no es compatible con JavaScript o lo tiene desactivado, por favor, asegúrate de hacer clic en el botón %1$sActualizar totales%2$s antes de realizar tu pedido. De no hacerlo, se te podría cobrar más de la cantidad indicada arriba.',NULL,'',0,'2019-11-07 09:18:45'),(17057,18589,'es',0,NULL,'Sindh',NULL,'',0,'2019-11-07 09:18:45'),(17058,18590,'es',0,NULL,'Sing Buri',NULL,'',0,'2019-11-07 09:18:45'),(17059,18591,'es',0,NULL,'Singapur',NULL,'',0,'2019-11-07 09:18:45'),(17060,13531,'es',0,NULL,'Dólar de Singapur',NULL,'',0,'2019-11-07 09:18:45'),(17061,18592,'es',0,NULL,'Singida',NULL,'',0,'2019-11-07 09:18:45'),(17062,18593,'es',0,NULL,'Sinoe',NULL,'',0,'2019-11-07 09:18:45'),(17063,18594,'es',0,NULL,'Sinop',NULL,'',0,'2019-11-07 09:18:45'),(17064,18595,'es',0,NULL,'Siquijor',NULL,'',0,'2019-11-07 09:18:45'),(17065,18596,'es',0,NULL,'Siracusa',NULL,'',0,'2019-11-07 09:18:45'),(17066,18597,'es',0,NULL,'Sirajganj',NULL,'',0,'2019-11-07 09:18:45'),(17067,18598,'es',0,NULL,'Sironko',NULL,'',0,'2019-11-07 09:18:45'),(17068,18599,'es',0,NULL,'Sisaket',NULL,'',0,'2019-11-07 09:18:45'),(17069,18600,'es',0,NULL,'Sistán and Baluchistán (سیستان و بلوچستان)',NULL,'',0,'2019-11-07 09:18:45'),(17070,18601,'es',0,NULL,'URL del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17071,18602,'es',0,NULL,'Dirección del sitio (URL)',NULL,'',0,'2019-11-07 09:18:45'),(17072,18603,'es',0,NULL,'Sivas',NULL,'',0,'2019-11-07 09:18:45'),(17073,18604,'es',0,NULL,'Saltar configuración',NULL,'',0,'2019-11-07 09:18:45'),(17074,18605,'es',0,NULL,'Saltar este paso',NULL,'',0,'2019-11-07 09:18:45'),(17075,18606,'es',0,NULL,'Sligo',NULL,'',0,'2019-11-07 09:18:45'),(17076,18607,'es',0,NULL,'Sliven',NULL,'',0,'2019-11-07 09:18:45'),(17077,18608,'es',0,NULL,'Eslovaquia',NULL,'',0,'2019-11-07 09:18:45'),(17078,18609,'es',0,NULL,'Eslovenia',NULL,'',0,'2019-11-07 09:18:45'),(17079,18610,'es',0,NULL,'Slug',NULL,'',0,'2019-11-07 09:18:45'),(17080,18611,'es',0,NULL,'El slug «%s» ya se está utilizando. Cámbialo, por favor.',NULL,'',0,'2019-11-07 09:18:45'),(17081,18612,'es',0,NULL,'El slug «%s» no está permitido porque es un término reservado. Cámbialo, por favor.',NULL,'',0,'2019-11-07 09:18:45'),(17082,18613,'es',0,NULL,'El slug «%s» es demasiado largo (El máximo es 28 caráteres) . Acórtalo, por favor',NULL,'',0,'2019-11-07 09:18:45'),(17083,18614,'es',0,NULL,'Smolyan',NULL,'',0,'2019-11-07 09:18:45'),(17084,18615,'es',0,NULL,'SoapClient',NULL,'',0,'2019-11-07 09:18:45'),(17085,18616,'es',0,NULL,'Sofia',NULL,'',0,'2019-11-07 09:18:45'),(17086,18617,'es',0,NULL,'Sofia-Grad',NULL,'',0,'2019-11-07 09:18:45'),(17087,18618,'es',0,NULL,'Sokoto',NULL,'',0,'2019-11-07 09:18:45'),(17088,13514,'es',0,NULL,'Sol',NULL,'',0,'2019-11-07 09:18:45'),(17089,18619,'es',0,NULL,'Vendido %1$d artículo en los últimos %2$d días',NULL,'',0,'2019-11-07 09:18:45'),(17090,18620,'es',0,NULL,'Vendidos %1$d artículos en los últimos %2$d días',NULL,'',0,'2019-11-07 09:18:45'),(17091,18621,'es',0,NULL,'Vendido un importe de %1$s en los últimos %2$d días',NULL,'',0,'2019-11-07 09:18:45'),(17092,18622,'es',0,NULL,'Vendido individualmente',NULL,'',0,'2019-11-07 09:18:45'),(17093,18623,'es',0,NULL,'¿Vendido individualmente?',NULL,'',0,'2019-11-07 09:18:45'),(17094,18624,'es',0,NULL,'Islas Salomón',NULL,'',0,'2019-11-07 09:18:45'),(17095,13527,'es',0,NULL,'Dólar de las Islas Salomón',NULL,'',0,'2019-11-07 09:18:45'),(17096,18625,'es',0,NULL,'Solothurn',NULL,'',0,'2019-11-07 09:18:45'),(17097,13534,'es',0,NULL,'Chelín somalí',NULL,'',0,'2019-11-07 09:18:45'),(17098,18626,'es',0,NULL,'Somalia',NULL,'',0,'2019-11-07 09:18:45'),(17099,18627,'es',0,NULL,'Algunos servicios web, como los de envíos, usan SOAP para obtener información de servidores remotos, por ejemplo, los presupuestos de envío en vivo de FedEx necesitan que SOAP esté instalado.',NULL,'',0,'2019-11-07 09:18:45'),(17100,18628,'es',0,NULL,'Alguien ha solicitado una nueva contraseña para la siguiente cuenta en %s:',NULL,'',0,'2019-11-07 09:18:45'),(17101,18629,'es',0,NULL,'Somogy',NULL,'',0,'2019-11-07 09:18:45'),(17102,18630,'es',0,NULL,'Sondrio',NULL,'',0,'2019-11-07 09:18:45'),(17103,18631,'es',0,NULL,'Songkhla',NULL,'',0,'2019-11-07 09:18:45'),(17104,18632,'es',0,NULL,'Sonora',NULL,'',0,'2019-11-07 09:18:45'),(17105,18633,'es',0,NULL,'Soria',NULL,'',0,'2019-11-07 09:18:45'),(17106,18634,'es',0,NULL,'Soroca',NULL,'',0,'2019-11-07 09:18:45'),(17107,18635,'es',0,NULL,'Soroti',NULL,'',0,'2019-11-07 09:18:45'),(17108,18636,'es',0,NULL,'Lo sentimos pero ha habido un problema al eliminar este cupón.',NULL,'',0,'2019-11-07 09:18:45'),(17109,18637,'es',0,NULL,'Siento ver que te vayas.',NULL,'',0,'2019-11-07 09:18:45'),(17110,18638,'es',0,NULL,'¡Lo siento! No hemos podido contactar con Jetpack justo ahora ?. Por favor asegúrate de que tu sitio está visible en internet y que acepta peticiones de entrada y salida vía curl. Puedes también intentar conectar Jetpack de nuevo, y si tienes más problemas, por favor contacta con soporte.',NULL,'',0,'2019-11-07 09:18:45'),(17111,18639,'es',0,NULL,'¡Lo siento! Hemos intentado pero no hemos podido conectarnos con Jetpack justo ahora ?. Por favor ve a la pestaña de Plugins para conectar Jetpack y así poder terminar de configurar tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17112,18640,'es',0,NULL,'¡Lo siento! Hemos intentado pero no hemos podido instalar Jetpack por ti ?. Por favor ve a la pestaña de Plugins para instalarlo y terminar de configurar tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17113,18641,'es',0,NULL,'Lo siento, ya no hay existencias de «%s» así que no se puede pagar este pedido. Sentimos cualquier inconveniente que te haya causado.',NULL,'',0,'2019-11-07 09:18:45'),(17114,18642,'es',0,NULL,'Lo sentimos, «%s» está agotado. Por favor, modifica tu carrito y vuelve a intentarlo. Sentimos cualquier inconveniente que esto te provoque.',NULL,'',0,'2019-11-07 09:18:45'),(17115,18643,'es',0,NULL,'Lo siento, ha ocurrido un error',NULL,'',0,'2019-11-07 09:18:45'),(17116,18644,'es',0,NULL,'Lo sentimos, el cupón «%s» ya ha sido aplicado y no puede utilizarse en conjunto con otros cupones.',NULL,'',0,'2019-11-07 09:18:45'),(17117,18645,'es',0,NULL,'Lo sentimos, parece que no hay métodos de pago disponibles para tu ubicación. Por favor, ponte en contacto con nosotros si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(17118,18646,'es',0,NULL,'Lo sentimos, parece que no hay métodos de pago disponibles para tu provincia. Por favor, ponte en contacto con nosotros si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(17119,18647,'es',0,NULL,'Lo sentimos, parece que el cupón «%s» no es válido - se ha eliminado de tu pedido. ',NULL,'',0,'2019-11-07 09:18:45'),(17120,18648,'es',0,NULL,'Lo sentimos, parece que el cupón «%s» no es tuyo - se ha eliminado de tu pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17121,18649,'es',0,NULL,'Lo sentimos, no hay productos que igualen tu selección. Por favor escoge una combinación diferente.',NULL,'',0,'2019-11-07 09:18:45'),(17122,18650,'es',0,NULL,'Lo siento, no se ha podido encontrar el pedido. Por favor, contáctanos si estás teniendo dificultades para encontrar los detalles de tu pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17123,18651,'es',0,NULL,'Lo sentimos, se ha producido un error.',NULL,'',0,'2019-11-07 09:18:45'),(17124,18652,'es',0,NULL,'Lo siento, este cupón no se puede aplicar a los productos seleccionados.',NULL,'',0,'2019-11-07 09:18:45'),(17125,18653,'es',0,NULL,'Lo siento, este cupón no es aplicable a las categorías: %s.',NULL,'',0,'2019-11-07 09:18:45'),(17126,18654,'es',0,NULL,'Lo sentimos, este cupón no es aplicable a los productos: %s.',NULL,'',0,'2019-11-07 09:18:45'),(17127,18655,'es',0,NULL,'Lo sentimos, este cupón no es aplicable al contenido de tu carrito.',NULL,'',0,'2019-11-07 09:18:45'),(17128,18656,'es',0,NULL,'Lo sentimos, este cupón no es válido para artículos rebajados.',NULL,'',0,'2019-11-07 09:18:45'),(17129,18657,'es',0,NULL,'Lo sentimos, esta descarga ha caducado',NULL,'',0,'2019-11-07 09:18:45'),(17130,18658,'es',0,NULL,'Lo sentimos, este pedido no es válido y no puede pagarse.',NULL,'',0,'2019-11-07 09:18:45'),(17131,18659,'es',0,NULL,'Lo sentimos, este producto no se puede comprar.',NULL,'',0,'2019-11-07 09:18:45'),(17132,18660,'es',0,NULL,'Lo sentimos, este producto no está disponible. Por favor elige otra combinación.',NULL,'',0,'2019-11-07 09:18:45'),(17133,18661,'es',0,NULL,'Lo siento, no hemos podido conectar tu tienda con Jetpack',NULL,'',0,'2019-11-07 09:18:45'),(17134,18662,'es',0,NULL,'Lo siento, no tenemos suficientes existencias de «%1$s» para completar tu pedido (hay %2$s disponibles). Sentimos cualquier inconveniente que esto te provoque.',NULL,'',0,'2019-11-07 09:18:45'),(17135,18663,'es',0,NULL,'Lo siento, pero no tienes permisos para manipular este recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17136,18664,'es',0,NULL,'Lo siento, no tienes permisos para cambiar el tipo de comentario.',NULL,'',0,'2019-11-07 09:18:45'),(17137,18665,'es',0,NULL,'Lo sentimos, no tienes permiso para crear recursos.',NULL,'',0,'2019-11-07 09:18:45'),(17138,18666,'es',0,NULL,'Lo sentimos, no tienes permiso para eliminar %s.',NULL,'',0,'2019-11-07 09:18:45'),(17139,18667,'es',0,NULL,'Lo sentimos, no tienes permiso para eliminar este recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17140,18668,'es',0,NULL,'Lo sentimos, no tienes permiso para editar este recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17141,18669,'es',0,NULL,'Lo sentimos, no puedes crear un nuevo recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17142,18670,'es',0,NULL,'Lo sentimos, no puedes eliminar este recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17143,18671,'es',0,NULL,'Lo siento, no puedes modificar este recurso',NULL,'',0,'2019-11-07 09:18:45'),(17144,18672,'es',0,NULL,'Lo siento, no puedes listar los recursos.',NULL,'',0,'2019-11-07 09:18:45'),(17145,18673,'es',0,NULL,'Lo sentimos, no puedes actualizar el recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17146,18674,'es',0,NULL,'Lo sentimos, no puedes ver este recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17147,18675,'es',0,NULL,'Lo siento, has alcanzado el límite de descargas para este archivo',NULL,'',0,'2019-11-07 09:18:45'),(17148,18676,'es',0,NULL,'Lo sentimos, tu sesión ha caducado.',NULL,'',0,'2019-11-07 09:18:45'),(17149,18677,'es',0,NULL,'Lo sentimos, tu sesión ha caducado. <a href=\"%s\" class=\"wc-backward\">Volver a la tienda</a>',NULL,'',0,'2019-11-07 09:18:45'),(17150,18678,'es',0,NULL,'Sorsogon',NULL,'',0,'2019-11-07 09:18:45'),(17151,18679,'es',0,NULL,'Ordenar por %s en orden ascendente',NULL,'',0,'2019-11-07 09:18:45'),(17152,18680,'es',0,NULL,'Ordenar por %s en orden descendente',NULL,'',0,'2019-11-07 09:18:45'),(17153,18681,'es',0,NULL,'Ordenar por calificación media',NULL,'',0,'2019-11-07 09:18:45'),(17154,18682,'es',0,NULL,'Ordenar por las últimas',NULL,'',0,'2019-11-07 09:18:45'),(17155,18683,'es',0,NULL,'Ordenar por más reciente',NULL,'',0,'2019-11-07 09:18:45'),(17156,18684,'es',0,NULL,'Ordenar por popularidad',NULL,'',0,'2019-11-07 09:18:45'),(17157,18685,'es',0,NULL,'Ordenar por precio (asc)',NULL,'',0,'2019-11-07 09:18:45'),(17158,18686,'es',0,NULL,'Ordenar por precio (desc)',NULL,'',0,'2019-11-07 09:18:45'),(17159,18687,'es',0,NULL,'Ordenar por precio: alto a bajo',NULL,'',0,'2019-11-07 09:18:45'),(17160,18688,'es',0,NULL,'Ordenar por precio: bajo a alto',NULL,'',0,'2019-11-07 09:18:45'),(17161,18689,'es',0,NULL,'Ordenar por clase de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17162,18690,'es',0,NULL,'Ordenar por:',NULL,'',0,'2019-11-07 09:18:45'),(17163,18691,'es',0,NULL,'Código de clasificación',NULL,'',0,'2019-11-07 09:18:45'),(17164,18692,'es',0,NULL,'Ordenar el conjunto por el atributo del objeto.',NULL,'',0,'2019-11-07 09:18:45'),(17165,18693,'es',0,NULL,'Ordenar colección por atributo de recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17166,18694,'es',0,NULL,'Ordenar',NULL,'',0,'2019-11-07 09:18:45'),(17167,18695,'es',0,NULL,'Orden',NULL,'',0,'2019-11-07 09:18:45'),(17168,18696,'es',0,NULL,'Origen',NULL,'',0,'2019-11-07 09:18:45'),(17169,18697,'es',0,NULL,'Sudáfrica',NULL,'',0,'2019-11-07 09:18:45'),(17170,13564,'es',0,NULL,'Rand sudafricano',NULL,'',0,'2019-11-07 09:18:45'),(17171,18698,'es',0,NULL,'Sudamérica',NULL,'',0,'2019-11-07 09:18:45'),(17172,18699,'es',0,NULL,'South Australia',NULL,'',0,'2019-11-07 09:18:45'),(17173,18700,'es',0,NULL,'South Carolina',NULL,'',0,'2019-11-07 09:18:45'),(17174,18701,'es',0,NULL,'Cotabato Sur',NULL,'',0,'2019-11-07 09:18:45'),(17175,18702,'es',0,NULL,'South Dakota',NULL,'',0,'2019-11-07 09:18:45'),(17176,18703,'es',0,NULL,'Islas Georgias y Sandwich del Sur',NULL,'',0,'2019-11-07 09:18:45'),(17177,18704,'es',0,NULL,'Jorasán del Sur (خراسان جنوبی)',NULL,'',0,'2019-11-07 09:18:45'),(17178,18705,'es',0,NULL,'Corea del Sur',NULL,'',0,'2019-11-07 09:18:45'),(17179,13482,'es',0,NULL,'Won surcoreano',NULL,'',0,'2019-11-07 09:18:45'),(17180,18706,'es',0,NULL,'Sudán del Sur',NULL,'',0,'2019-11-07 09:18:45'),(17181,13536,'es',0,NULL,'Libra sursudanesa',NULL,'',0,'2019-11-07 09:18:45'),(17182,18707,'es',0,NULL,'Meridional',NULL,'',0,'2019-11-07 09:18:45'),(17183,18708,'es',0,NULL,'Leyte del Sur',NULL,'',0,'2019-11-07 09:18:45'),(17184,18709,'es',0,NULL,'Southland',NULL,'',0,'2019-11-07 09:18:45'),(17185,18710,'es',0,NULL,'España',NULL,'',0,'2019-11-07 09:18:45'),(17186,18711,'es',0,NULL,'Países específicos',NULL,'',0,'2019-11-07 09:18:45'),(17187,18712,'es',0,NULL,'Países específicos',NULL,'',0,'2019-11-07 09:18:45'),(17188,18713,'es',0,NULL,'Sri Lanka',NULL,'',0,'2019-11-07 09:18:45'),(17189,13488,'es',0,NULL,'Rupia de Sri Lanka',NULL,'',0,'2019-11-07 09:18:45'),(17190,18714,'es',0,NULL,'St. Gallen',NULL,'',0,'2019-11-07 09:18:45'),(17191,13698,'es',0,NULL,'Estándar',NULL,'',0,'2019-11-07 09:18:45'),(17192,18715,'es',0,NULL,'Tarifa estándar',NULL,'',0,'2019-11-07 09:18:45'),(17193,13686,'es',0,NULL,'Tarifas estándar',NULL,'',0,'2019-11-07 09:18:45'),(17194,13654,'es',0,NULL,'Las valoraciones con estrellas deberán ser obligatorias, no opcionales',NULL,'',0,'2019-11-07 09:18:45'),(17195,18716,'es',0,NULL,'Stara Zagora',NULL,'',0,'2019-11-07 09:18:45'),(17196,18717,'es',0,NULL,'Fecha de inicio',NULL,'',0,'2019-11-07 09:18:45'),(17197,18718,'es',0,NULL,'Iniciar importación',NULL,'',0,'2019-11-07 09:18:45'),(17198,18719,'es',0,NULL,'La fecha de inicio debe ser antes de la fecha de finalización',NULL,'',0,'2019-11-07 09:18:45'),(17199,18720,'es',0,NULL,'Fecha del inicio del descuento en el precio, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17200,18721,'es',0,NULL,'Fecha del inicio del descuento en el precio, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17201,18722,'es',0,NULL,'Fecha de inicio del precio de oferta.',NULL,'',0,'2019-11-07 09:18:45'),(17202,18723,'es',0,NULL,'Iniciado el procesamiento de la acción %s',NULL,'',0,'2019-11-07 09:18:45'),(17203,18724,'es',0,NULL,'Número inicial de valoraciones',NULL,'',0,'2019-11-07 09:18:45'),(17204,18725,'es',0,NULL,'Provincia',NULL,'',0,'2019-11-07 09:18:45'),(17205,18726,'es',0,NULL,'Región / Provincia',NULL,'',0,'2019-11-07 09:18:45'),(17206,18727,'es',0,NULL,'Código de la provincia/región',NULL,'',0,'2019-11-07 09:18:45'),(17207,18728,'es',0,NULL,'Provincia / Zona',NULL,'',0,'2019-11-07 09:18:45'),(17208,18729,'es',0,NULL,'Código de provincia',NULL,'',0,'2019-11-07 09:18:45'),(17209,18730,'es',0,NULL,'Código del estado.',NULL,'',0,'2019-11-07 09:18:45'),(17210,18731,'es',0,NULL,'Estado',NULL,'',0,'2019-11-07 09:18:45'),(17211,18732,'es',0,NULL,'Estado de la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(17212,18733,'es',0,NULL,'Estado:',NULL,'',0,'2019-11-07 09:18:45'),(17213,18734,'es',0,NULL,'Inventario',NULL,'',0,'2019-11-07 09:18:45'),(17214,18735,'es',0,NULL,'Unidad de salvaguarda de inventario',NULL,'',0,'2019-11-07 09:18:45'),(17215,13670,'es',0,NULL,'Formato de visualización del inventario',NULL,'',0,'2019-11-07 09:18:45'),(17216,18736,'es',0,NULL,'Incrementados los niveles de inventario:',NULL,'',0,'2019-11-07 09:18:45'),(17217,18737,'es',0,NULL,'Niveles de inventario reducidos:',NULL,'',0,'2019-11-07 09:18:45'),(17218,18738,'es',0,NULL,'Gestión del inventario a nivel de producto.',NULL,'',0,'2019-11-07 09:18:45'),(17219,18739,'es',0,NULL,'Gestión del inventario a nivel de las variaciones.',NULL,'',0,'2019-11-07 09:18:45'),(17220,18740,'es',0,NULL,'Cantidad disponible',NULL,'',0,'2019-11-07 09:18:45'),(17221,18741,'es',0,NULL,'Cantidad del inventario',NULL,'',0,'2019-11-07 09:18:45'),(17222,18742,'es',0,NULL,'Cantidad del inventario.',NULL,'',0,'2019-11-07 09:18:45'),(17223,18743,'es',0,NULL,'Existencias disponibles. Si se trata de un producto variable este valor se utilizará para controlar el inventario de todas las variaciones, a menos que definas un inventario para cada variación.',NULL,'',0,'2019-11-07 09:18:45'),(17224,18744,'es',0,NULL,'Estado del inventario',NULL,'',0,'2019-11-07 09:18:45'),(17225,18745,'es',0,NULL,'Inventario: %d',NULL,'',0,'2019-11-07 09:18:45'),(17226,13570,'es',0,NULL,'Dirección de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17227,18746,'es',0,NULL,'Aviso en la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17228,18747,'es',0,NULL,'Vigilancia de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17229,18748,'es',0,NULL,'Aviso en la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17230,18749,'es',0,NULL,'Configuración de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17231,18750,'es',0,NULL,'Estadísticas de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17232,18751,'es',0,NULL,'Storefront',NULL,'',0,'2019-11-07 09:18:45'),(17233,18752,'es',0,NULL,'Tema Storefront',NULL,'',0,'2019-11-07 09:18:45'),(17234,18753,'es',0,NULL,'Icono de Storefront',NULL,'',0,'2019-11-07 09:18:45'),(17235,18754,'es',0,NULL,'Storefront es un tema de WordPress intuitivo, flexible y <strong>gratuito</strong> que ofrece una profunda integración con WooCommerce y muchas de las extensiones más populares de cara al cliente.',NULL,'',0,'2019-11-07 09:18:45'),(17236,18755,'es',0,NULL,'Strășeni',NULL,'',0,'2019-11-07 09:18:45'),(17237,18756,'es',0,NULL,'Dirección de la calle',NULL,'',0,'2019-11-07 09:18:45'),(17238,18757,'es',0,NULL,'La configuración de Stripe y PayPal la facilitan Jetpack y WooCommerce Services.',NULL,'',0,'2019-11-07 09:18:45'),(17239,18758,'es',0,NULL,'Dirección de correo electrónico de Stripe',NULL,'',0,'2019-11-07 09:18:45'),(17240,18759,'es',0,NULL,'Dirección de correo electrónico de Stripe:',NULL,'',0,'2019-11-07 09:18:45'),(17241,18760,'es',0,NULL,'La configuración de Stripe la facilitan Jetpack y WooCommerce Services.',NULL,'',0,'2019-11-07 09:18:45'),(17242,18761,'es',0,NULL,'Subcategorías',NULL,'',0,'2019-11-07 09:18:45'),(17243,18762,'es',0,NULL,'Asunto',NULL,'',0,'2019-11-07 09:18:45'),(17244,18763,'es',0,NULL,'Asunto (pagado)',NULL,'',0,'2019-11-07 09:18:45'),(17245,18764,'es',0,NULL,'Enviar',NULL,'',0,'2019-11-07 09:18:45'),(17246,18765,'es',0,NULL,'Se ha desactivado con éxito la suscripción de %1$s. No recibirás más actualizaciones para este producto. <a href=\"%2$s\">Haz clic aquí</a> si deseas desactivar el plugin también.',NULL,'',0,'2019-11-07 09:18:45'),(17247,18766,'es',0,NULL,'Suscripción para %s desactivada con éxito. No recibirás más actualizaciones para este producto.',NULL,'',0,'2019-11-07 09:18:45'),(17248,18767,'es',0,NULL,'La suscripción <strong>caducará</strong> pronto.',NULL,'',0,'2019-11-07 09:18:45'),(17249,18768,'es',0,NULL,'Suscripción: No disponible - %1$d de %2$d ya en uso',NULL,'',0,'2019-11-07 09:18:45'),(17250,18769,'es',0,NULL,'Suscripción: sin límite',NULL,'',0,'2019-11-07 09:18:45'),(17251,18770,'es',0,NULL,'Suscripción: Utilizando %1$d de %2$d sitios disponibles',NULL,'',0,'2019-11-07 09:18:45'),(17252,18771,'es',0,NULL,'Suscripciones',NULL,'',0,'2019-11-07 09:18:45'),(17253,18772,'es',0,NULL,'Subtotal',NULL,'',0,'2019-11-07 09:18:45'),(17254,18773,'es',0,NULL,'Subtotal:',NULL,'',0,'2019-11-07 09:18:45'),(17255,18774,'es',0,NULL,'Barrio residencial',NULL,'',0,'2019-11-07 09:18:45'),(17256,18775,'es',0,NULL,'Acción cancelada con éxito: %s',NULL,'',0,'2019-11-07 09:18:45'),(17257,18776,'es',0,NULL,'Acción ejecutada con éxito: %s',NULL,'',0,'2019-11-07 09:18:45'),(17258,18777,'es',0,NULL,'El cambio de la acción se procesó con éxito: %s',NULL,'',0,'2019-11-07 09:18:45'),(17259,18778,'es',0,NULL,'Suceava',NULL,'',0,'2019-11-07 09:18:45'),(17260,18779,'es',0,NULL,'Sur de Cerdeña',NULL,'',0,'2019-11-07 09:18:45'),(17261,18780,'es',0,NULL,'Sudán',NULL,'',0,'2019-11-07 09:18:45'),(17262,13529,'es',0,NULL,'Libra sudanesa',NULL,'',0,'2019-11-07 09:18:45'),(17263,18781,'es',0,NULL,'Suhosin es un sistema de protección avanzado para instalaciones de PHP. Fue diseñado para proteger tus servidores, por un lado frente a diversos problemas bien conocidos en aplicaciones PHP y, por otro lado, frente a potenciales vulnerabilidades desconocidas dentro de estas aplicaciones o el propio núcleo de PHP. Si está activado en tu servidor, Suhosin puede que necesite configurarse para aumentar sus límites de envío de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17264,18782,'es',0,NULL,'Sukhothai',NULL,'',0,'2019-11-07 09:18:45'),(17265,18783,'es',0,NULL,'Célebes Occidental',NULL,'',0,'2019-11-07 09:18:45'),(17266,18784,'es',0,NULL,'Célebes Meridional',NULL,'',0,'2019-11-07 09:18:45'),(17267,18785,'es',0,NULL,'Célebes Central',NULL,'',0,'2019-11-07 09:18:45'),(17268,18786,'es',0,NULL,'Célebes Suroriental',NULL,'',0,'2019-11-07 09:18:45'),(17269,18787,'es',0,NULL,'Célebes Septentrional',NULL,'',0,'2019-11-07 09:18:45'),(17270,18788,'es',0,NULL,'Sultan Kudarat',NULL,'',0,'2019-11-07 09:18:45'),(17271,18789,'es',0,NULL,'Sulu',NULL,'',0,'2019-11-07 09:18:45'),(17272,18790,'es',0,NULL,'Suma de todos los impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17273,18791,'es',0,NULL,'Suma de los impuestos del artículo de la línea solamente.',NULL,'',0,'2019-11-07 09:18:45'),(17274,18792,'es',0,NULL,'Sumatra Occidental',NULL,'',0,'2019-11-07 09:18:45'),(17275,18793,'es',0,NULL,'Sumatra Meridional',NULL,'',0,'2019-11-07 09:18:45'),(17276,18794,'es',0,NULL,'Sumatra Septentrional',NULL,'',0,'2019-11-07 09:18:45'),(17277,18795,'es',0,NULL,'Sunamganj',NULL,'',0,'2019-11-07 09:18:45'),(17278,18796,'es',0,NULL,'Suphan Buri',NULL,'',0,'2019-11-07 09:18:45'),(17279,18797,'es',0,NULL,'Características compatibles de esta pasarela de pago.',NULL,'',0,'2019-11-07 09:18:45'),(17280,18798,'es',0,NULL,'Compatible con los siguientes marcadores: <code>[qty]</code> = número de artículos, <code>[cost]</code> = coste de los artículos, <code>[fee percent=\"10\" min_fee=\"20\"]</code> = tasa basada en porcentaje.',NULL,'',0,'2019-11-07 09:18:45'),(17281,18799,'es',0,NULL,'Surat Thani',NULL,'',0,'2019-11-07 09:18:45'),(17282,18800,'es',0,NULL,'Surigao del Norte',NULL,'',0,'2019-11-07 09:18:45'),(17283,18801,'es',0,NULL,'Surigao del Sur',NULL,'',0,'2019-11-07 09:18:45'),(17284,18802,'es',0,NULL,'Surin',NULL,'',0,'2019-11-07 09:18:45'),(17285,18803,'es',0,NULL,'Surinam',NULL,'',0,'2019-11-07 09:18:45'),(17286,13535,'es',0,NULL,'Dólar surinamés',NULL,'',0,'2019-11-07 09:18:45'),(17287,18804,'es',0,NULL,'Svalbard y Jan Mayen',NULL,'',0,'2019-11-07 09:18:45'),(17288,13539,'es',0,NULL,'Lilangeni',NULL,'',0,'2019-11-07 09:18:45'),(17289,18805,'es',0,NULL,'Suazilandia',NULL,'',0,'2019-11-07 09:18:45'),(17290,18806,'es',0,NULL,'Suecia',NULL,'',0,'2019-11-07 09:18:45'),(17291,13530,'es',0,NULL,'Corona sueca',NULL,'',0,'2019-11-07 09:18:45'),(17292,13432,'es',0,NULL,'Franco suizo',NULL,'',0,'2019-11-07 09:18:45'),(17293,18807,'es',0,NULL,'Cambiar de mes.',NULL,'',0,'2019-11-07 09:18:45'),(17294,18808,'es',0,NULL,'Suiza',NULL,'',0,'2019-11-07 09:18:45'),(17295,18809,'es',0,NULL,'Sylhet',NULL,'',0,'2019-11-07 09:18:45'),(17296,18810,'es',0,NULL,'Siria',NULL,'',0,'2019-11-07 09:18:45'),(17297,13538,'es',0,NULL,'Libra Siria',NULL,'',0,'2019-11-07 09:18:45'),(17298,18811,'es',0,NULL,'Estado del sistema',NULL,'',0,'2019-11-07 09:18:45'),(17299,18812,'es',0,NULL,'Szabolcs-Szatmár-Bereg',NULL,'',0,'2019-11-07 09:18:45'),(17300,18813,'es',0,NULL,'IMPUESTO',NULL,'',0,'2019-11-07 09:18:45'),(17301,18814,'es',0,NULL,'Tabasco',NULL,'',0,'2019-11-07 09:18:45'),(17302,18815,'es',0,NULL,'La tabla no existe',NULL,'',0,'2019-11-07 09:18:45'),(17303,18816,'es',0,NULL,'Tabora',NULL,'',0,'2019-11-07 09:18:45'),(17304,18817,'es',0,NULL,'Tacna',NULL,'',0,'2019-11-07 09:18:45'),(17305,13926,'es',0,NULL,'Etiqueta',NULL,'',0,'2019-11-07 09:18:45'),(17306,18818,'es',0,NULL,'ID de etiqueta.',NULL,'',0,'2019-11-07 09:18:45'),(17307,18819,'es',0,NULL,'Nombre de la etiqueta.',NULL,'',0,'2019-11-07 09:18:45'),(17308,18820,'es',0,NULL,'Resultados de búsqueda de etiqueta actualizados.',NULL,'',0,'2019-11-07 09:18:45'),(17309,18821,'es',0,NULL,'Slug de etiqueta.',NULL,'',0,'2019-11-07 09:18:45'),(17310,18822,'es',0,NULL,'Etiqueta:',NULL,'',0,'2019-11-07 09:18:45'),(17311,18823,'es',0,NULL,'Etiquetas:',NULL,'',0,'2019-11-07 09:18:45'),(17312,18824,'es',0,NULL,'Etiquetas',NULL,'',0,'2019-11-07 09:18:45'),(17313,18825,'es',0,NULL,'Etiquetas (separadas por una coma)',NULL,'',0,'2019-11-07 09:18:45'),(17314,18826,'es',0,NULL,'Etiquetas (separadas por un espacio)',NULL,'',0,'2019-11-07 09:18:45'),(17315,18827,'es',0,NULL,'Totales de etiquetas.',NULL,'',0,'2019-11-07 09:18:45'),(17316,18828,'es',0,NULL,'Taiwán',NULL,'',0,'2019-11-07 09:18:45'),(17317,18829,'es',0,NULL,'Tayikistán',NULL,'',0,'2019-11-07 09:18:45'),(17318,13541,'es',0,NULL,'Somoni tayiko',NULL,'',0,'2019-11-07 09:18:45'),(17319,18830,'es',0,NULL,'Tak',NULL,'',0,'2019-11-07 09:18:45'),(17320,18831,'es',0,NULL,'Obtén pagos en persona mediante transferencia bancaria. También conocida como transferencia directa al banco o por cable.',NULL,'',0,'2019-11-07 09:18:45'),(17321,18832,'es',0,NULL,'Obtén pagos en persona mediante cheques. Esta pasarela de pago offline también puede ser útil para pruebas de compra.',NULL,'',0,'2019-11-07 09:18:45'),(17322,18833,'es',0,NULL,'Tamaulipas',NULL,'',0,'2019-11-07 09:18:45'),(17323,18834,'es',0,NULL,'Tamil Nadu',NULL,'',0,'2019-11-07 09:18:45'),(17324,18835,'es',0,NULL,'Tanga',NULL,'',0,'2019-11-07 09:18:45'),(17325,18836,'es',0,NULL,'Tangail',NULL,'',0,'2019-11-07 09:18:45'),(17326,18837,'es',0,NULL,'Tanzania',NULL,'',0,'2019-11-07 09:18:45'),(17327,13548,'es',0,NULL,'Chelín tanzano',NULL,'',0,'2019-11-07 09:18:45'),(17328,18838,'es',0,NULL,'Taraba',NULL,'',0,'2019-11-07 09:18:45'),(17329,18839,'es',0,NULL,'Taraclia',NULL,'',0,'2019-11-07 09:18:45'),(17330,18840,'es',0,NULL,'Taranaki',NULL,'',0,'2019-11-07 09:18:45'),(17331,18841,'es',0,NULL,'Taranto',NULL,'',0,'2019-11-07 09:18:45'),(17332,18842,'es',0,NULL,'Targovishte',NULL,'',0,'2019-11-07 09:18:45'),(17333,18843,'es',0,NULL,'Tarija',NULL,'',0,'2019-11-07 09:18:45'),(17334,18844,'es',0,NULL,'Tarlac',NULL,'',0,'2019-11-07 09:18:45'),(17335,18845,'es',0,NULL,'Tarragona',NULL,'',0,'2019-11-07 09:18:45'),(17336,18846,'es',0,NULL,'Tasman',NULL,'',0,'2019-11-07 09:18:45'),(17337,18847,'es',0,NULL,'Tasmania',NULL,'',0,'2019-11-07 09:18:45'),(17338,18848,'es',0,NULL,'Tawi-Tawi',NULL,'',0,'2019-11-07 09:18:45'),(17339,13396,'es',0,NULL,'Impuesto',NULL,'',0,'2019-11-07 09:18:45'),(17340,18849,'es',0,NULL,'Importe de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(17341,18850,'es',0,NULL,'Clase de impuesto',NULL,'',0,'2019-11-07 09:18:45'),(17342,18851,'es',0,NULL,'El tipo de impuesto ya existe',NULL,'',0,'2019-11-07 09:18:45'),(17343,18852,'es',0,NULL,'Nombre de la clase de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17344,18853,'es',0,NULL,'Clase de impuesto de la cuota.',NULL,'',0,'2019-11-07 09:18:45'),(17345,18854,'es',0,NULL,'Clase de impuesto del producto.',NULL,'',0,'2019-11-07 09:18:45'),(17346,18855,'es',0,NULL,'La clase del impuesto requiere un nombre válido',NULL,'',0,'2019-11-07 09:18:45'),(17347,18856,'es',0,NULL,'El slug de la clase del impuesto ya existe',NULL,'',0,'2019-11-07 09:18:45'),(17349,18953,'es',0,NULL,'Clase de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17350,18954,'es',0,NULL,'Datos de las líneas de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17351,18955,'es',0,NULL,'Nombre del impuesto',NULL,'',0,'2019-11-07 09:18:45'),(17352,13685,'es',0,NULL,'Opciones de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(17353,18956,'es',0,NULL,'Prioridad de impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17354,18957,'es',0,NULL,'ID de la tasa de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17355,18958,'es',0,NULL,'ID de la tasa de impuesto: %s',NULL,'',0,'2019-11-07 09:18:45'),(17356,18959,'es',0,NULL,'Código de la tasa de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17357,18960,'es',0,NULL,'Etiqueta de la tasa de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17358,18961,'es',0,NULL,'Nombre de la tasa de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17359,18962,'es',0,NULL,'Tasa de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17360,18963,'es',0,NULL,'Tasas de impuestos eliminadas correctamente.',NULL,'',0,'2019-11-07 09:18:45'),(17361,18964,'es',0,NULL,'Estado del impuesto',NULL,'',0,'2019-11-07 09:18:45'),(17362,18965,'es',0,NULL,'Ninguno',NULL,'',0,'2019-11-07 09:18:45'),(17363,18966,'es',0,NULL,'Estado del impuesto de la cuota.',NULL,'',0,'2019-11-07 09:18:45'),(17364,18967,'es',0,NULL,'Estado del impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17365,18968,'es',0,NULL,'Subtotal de impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17366,18969,'es',0,NULL,'Total de impuestos (no incluye los impuestos de envío).',NULL,'',0,'2019-11-07 09:18:45'),(17367,18970,'es',0,NULL,'Total de impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17368,18971,'es',0,NULL,'Imponible',NULL,'',0,'2019-11-07 09:18:45'),(17369,18972,'es',0,NULL,'Impuestos',NULL,'',0,'2019-11-07 09:18:45'),(17370,18973,'es',0,NULL,'Impuestos por código',NULL,'',0,'2019-11-07 09:18:45'),(17371,18974,'es',0,NULL,'Impuestos por fecha',NULL,'',0,'2019-11-07 09:18:45'),(17372,18975,'es',0,NULL,'Los impuestos no soportan ser movidos a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(17373,18976,'es',0,NULL,'Taxonomías: Tipos de producto',NULL,'',0,'2019-11-07 09:18:45'),(17374,18977,'es',0,NULL,'Taxonomías: Visibilidad del producto',NULL,'',0,'2019-11-07 09:18:45'),(17375,18978,'es',0,NULL,'La taxonomía no existe.',NULL,'',0,'2019-11-07 09:18:45'),(17376,18979,'es',0,NULL,'Términos de taxonomía para los estados de producto/pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17377,18980,'es',0,NULL,'Teherán (تهران)',NULL,'',0,'2019-11-07 09:18:45'),(17378,18981,'es',0,NULL,'Tekirdağ',NULL,'',0,'2019-11-07 09:18:45'),(17379,18982,'es',0,NULL,'Telangana',NULL,'',0,'2019-11-07 09:18:45'),(17380,18983,'es',0,NULL,'Telenești',NULL,'',0,'2019-11-07 09:18:45'),(17381,18984,'es',0,NULL,'Teleorman',NULL,'',0,'2019-11-07 09:18:45'),(17382,18985,'es',0,NULL,'Archivo de plantilla copiado al tema.',NULL,'',0,'2019-11-07 09:18:45'),(17383,18986,'es',0,NULL,'Archivo de plantilla eliminado del tema.',NULL,'',0,'2019-11-07 09:18:45'),(17384,18987,'es',0,NULL,'Sobreescrituras de plantilla.',NULL,'',0,'2019-11-07 09:18:45'),(17385,18988,'es',0,NULL,'Plantillas',NULL,'',0,'2019-11-07 09:18:45'),(17386,18989,'es',0,NULL,'Tennessee',NULL,'',0,'2019-11-07 09:18:45'),(17387,18990,'es',0,NULL,'Teramo',NULL,'',0,'2019-11-07 09:18:45'),(17388,18991,'es',0,NULL,'Terengganu',NULL,'',0,'2019-11-07 09:18:45'),(17389,18992,'es',0,NULL,'ID de término',NULL,'',0,'2019-11-07 09:18:45'),(17390,18993,'es',0,NULL,'Recuentos de términos',NULL,'',0,'2019-11-07 09:18:45'),(17391,18994,'es',0,NULL,'Nombre del término.',NULL,'',0,'2019-11-07 09:18:45'),(17392,18995,'es',0,NULL,'Términos',NULL,'',0,'2019-11-07 09:18:45'),(17393,18996,'es',0,NULL,'Página de términos y condiciones',NULL,'',0,'2019-11-07 09:18:45'),(17394,13802,'es',0,NULL,'Términos y condiciones',NULL,'',0,'2019-11-07 09:18:45'),(17395,18997,'es',0,NULL,'Los términos en la taxonomía de visibilidad del producto.',NULL,'',0,'2019-11-07 09:18:45'),(17396,18998,'es',0,NULL,'Términos recalculados con éxito',NULL,'',0,'2019-11-07 09:18:45'),(17397,18999,'es',0,NULL,'Terni',NULL,'',0,'2019-11-07 09:18:45'),(17398,19000,'es',0,NULL,'Teruel',NULL,'',0,'2019-11-07 09:18:45'),(17399,19001,'es',0,NULL,'Prueba el futuro de WooCommerce. Una interfaz más rápida basada en javascript, con nuevas características e informes.',NULL,'',0,'2019-11-07 09:18:45'),(17400,19002,'es',0,NULL,'Probado hasta la versión de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(17401,19003,'es',0,NULL,'Texas',NULL,'',0,'2019-11-07 09:18:45'),(17402,19004,'es',0,NULL,'El texto que aparecerá debajo del contenido principal del correo electrónico.',NULL,'',0,'2019-11-07 09:18:45'),(17403,13540,'es',0,NULL,'Baht tailandés',NULL,'',0,'2019-11-07 09:18:45'),(17404,19005,'es',0,NULL,'Tailandia',NULL,'',0,'2019-11-07 09:18:45'),(17405,19006,'es',0,NULL,'Thakurgaon',NULL,'',0,'2019-11-07 09:18:45'),(17406,19007,'es',0,NULL,'Gracias por vender con WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17407,19008,'es',0,NULL,'Gracias por tu pedido',NULL,'',0,'2019-11-07 09:18:45'),(17408,19009,'es',0,NULL,'Gracias. Tu pedido ha sido recibido.',NULL,'',0,'2019-11-07 09:18:45'),(17409,19010,'es',0,NULL,'Gracias :)',NULL,'',0,'2019-11-07 09:18:45'),(17410,19011,'es',0,NULL,'Gracias por crear una cuenta en %1$s. Tu nombre de usuario es %2$s. Puedes acceder al área de tu cuenta para ver pedidos, cambiar tu contraseña y más en: %3$s',NULL,'',0,'2019-11-07 09:18:45'),(17411,19012,'es',0,NULL,'Gracias por leerlo.',NULL,'',0,'2019-11-07 09:18:45'),(17412,19013,'es',0,NULL,'Gracias por tu compra',NULL,'',0,'2019-11-07 09:18:45'),(17413,19014,'es',0,NULL,'Gracias por tu compra.',NULL,'',0,'2019-11-07 09:18:45'),(17414,19015,'es',0,NULL,'¡Gracias por usar Jetpack! Tu tienda está casi lista: para activar servicios como %s simplemente conecta tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17415,19016,'es',0,NULL,'¡Gracias por usar {site_address}!',NULL,'',0,'2019-11-07 09:18:45'),(17416,19017,'es',0,NULL,'Gracias por tu pedido. Está en espera hasta que confirmemos que se ha recibido el pago. Mientras tanto, aquí tienes un recordatorio de lo que has pedido:',NULL,'',0,'2019-11-07 09:18:45'),(17417,19018,'es',0,NULL,'El método de pago «%s» está desactivado',NULL,'',0,'2019-11-07 09:18:45'),(17418,19019,'es',0,NULL,'El método de pago «%s» está activado',NULL,'',0,'2019-11-07 09:18:45'),(17419,19020,'es',0,NULL,'La zona «ubicaciones no cubiertas por tus otras zonas» no se ha podido actualizar.',NULL,'',0,'2019-11-07 09:18:45'),(17420,19021,'es',0,NULL,'%s no puede ser eliminado.',NULL,'',0,'2019-11-07 09:18:45'),(17421,19022,'es',0,NULL,'La clase %s solo se puede ejecutar desde WP CLI.',NULL,'',0,'2019-11-07 09:18:45'),(17422,19023,'es',0,NULL,'%s no soporta ser movido a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(17423,19024,'es',0,NULL,'%s ya ha sido eliminado.',NULL,'',0,'2019-11-07 09:18:45'),(17424,19025,'es',0,NULL,'El %s no es una URL válida',NULL,'',0,'2019-11-07 09:18:45'),(17425,19026,'es',0,NULL,'La clave de la API proporcionada no tiene permisos de lectura.',NULL,'',0,'2019-11-07 09:18:45'),(17426,19027,'es',0,NULL,'La clave de la API proporcionada no tiene permisos de escritura.',NULL,'',0,'2019-11-07 09:18:45'),(17427,19028,'es',0,NULL,'El CSV no es válido.',NULL,'',0,'2019-11-07 09:18:45'),(17428,19029,'es',0,NULL,'La base de datos GeoIP de MaxMind se utiliza para geolocalizar clientes.',NULL,'',0,'2019-11-07 09:18:45'),(17429,19030,'es',0,NULL,'El código de respuesta HTTP del servidor receptor.',NULL,'',0,'2019-11-07 09:18:45'),(17430,19031,'es',0,NULL,'El mensaje de respuesta HTTP del servidor receptor.',NULL,'',0,'2019-11-07 09:18:45'),(17431,19032,'es',0,NULL,'El ID para el padre del recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17432,19033,'es',0,NULL,'La función de retorno de JSONP es inválida',NULL,'',0,'2019-11-07 09:18:45'),(17433,19034,'es',0,NULL,'No existe la base de datos MaxMind GeoIP - La geolocalización no funcionará. Puedes descargarla e instalarla manualmente desde %1$s en la ruta: %2$s. Ve a «Downloads» y descarga el archivo «MaxMind DB binary, gzipped» junto a «GeoLite2 Country». Por favor, acuérdate de descomprimir «GeoLite2-Country_xxxxxxxx.tar.gz» y subir solo el archivo «GeoLite2-Country.mmdb».',NULL,'',0,'2019-11-07 09:18:45'),(17434,19035,'es',0,NULL,'La extensión PayFast para WooCommerce te permite aceptar pagos mediante tarjeta de crédito y EFT gracias a una de las pasarelas de pago más populares de Sudáfrica. No hay cuotas de activación ni costes de suscripción.',NULL,'',0,'2019-11-07 09:18:45'),(17435,19036,'es',0,NULL,'La Rest API no está disponible.',NULL,'',0,'2019-11-07 09:18:45'),(17436,19037,'es',0,NULL,'El SKU ya existe en otro producto.',NULL,'',0,'2019-11-07 09:18:45'),(17437,19038,'es',0,NULL,'La URL de tu página %s (junto con el ID de la página).',NULL,'',0,'2019-11-07 09:18:45'),(17438,19039,'es',0,NULL,'La URL donde se enterga la carga útil del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(17439,19040,'es',0,NULL,'La URL donde el webhook ha sido enviado.',NULL,'',0,'2019-11-07 09:18:45'),(17440,19041,'es',0,NULL,'Ya no es necesario el plugin de ayuda para WooCommerce. <a href=\"%s\">Gestiona las suscripciones</a> desde la pestaña de extensiones en su lugar.',NULL,'',0,'2019-11-07 09:18:45'),(17441,19042,'es',0,NULL,'La REST API de WooCommerce permite a aplicaciones externas ver y gestionar los datos de la tienda. El acceso solo se permite a aquellos que tengan claves de la API válidas.',NULL,'',0,'2019-11-07 09:18:45'),(17442,19043,'es',0,NULL,'El paquete de la REST API de WooCommerce ejecutado en tu sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17443,19044,'es',0,NULL,'La cantidad de descuento. Siempre debe ser numérico, aunque se defina un porcentaje.',NULL,'',0,'2019-11-07 09:18:45'),(17444,19045,'es',0,NULL,'La cantidad de tiempo (en segundos) que tu sitio va a consumir en una sola operación antes de agotarse el tiempo de espera (para evitar bloqueos de servidor)',NULL,'',0,'2019-11-07 09:18:45'),(17445,13787,'es',0,NULL,'El color de fondo para las plantillas de correo electrónico de WooCommerce. Por defecto %s.',NULL,'',0,'2019-11-07 09:18:45'),(17446,13785,'es',0,NULL,'El color base para las plantillas de correo electrónico de WooCommerce. Por defecto %s.',NULL,'',0,'2019-11-07 09:18:45'),(17447,13625,'es',0,NULL,'La página base también se puede utilizar en los <a href=\"%s\">enlaces permanentes de tus productos</a>.',NULL,'',0,'2019-11-07 09:18:45'),(17448,19046,'es',0,NULL,'La callback_url necesita estar en SSL',NULL,'',0,'2019-11-07 09:18:45'),(17449,19047,'es',0,NULL,'El carrito se ha llenado con artículos de tus pedidos anteriores.',NULL,'',0,'2019-11-07 09:18:45'),(17450,19048,'es',0,NULL,'Los cambios que has realizado se perderán si abandonas esta página.',NULL,'',0,'2019-11-07 09:18:45'),(17451,13577,'es',0,NULL,'La ciudad en la que está situado tu negocio.',NULL,'',0,'2019-11-07 09:18:45'),(17452,19049,'es',0,NULL,'La solicitud se ha perdido. Abortando el actual proceso en lotes.',NULL,'',0,'2019-11-07 09:18:45'),(17453,19050,'es',0,NULL,'La clase %1$s ofrecida por el filtro %2$s debe implementar %3$s.',NULL,'',0,'2019-11-07 09:18:45'),(17454,19051,'es',0,NULL,'La clase adjunta a «woocommerce_queue_class» no implementa la interfaz WC_Queue_Interface. Se usará en su lugar la clase %s por defecto.',NULL,'',0,'2019-11-07 09:18:45'),(17455,19052,'es',0,NULL,'El comentario ya está en la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(17456,19053,'es',0,NULL,'El contenido de este bloque está oculto debido a los ajustes del bloque.',NULL,'',0,'2019-11-07 09:18:45'),(17457,19054,'es',0,NULL,'El contenido de la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(17458,13579,'es',0,NULL,'El país, región o provincia, si lo hubiera, en el que está situado tu negocio.',NULL,'',0,'2019-11-07 09:18:45'),(17459,19055,'es',0,NULL,'El código del cupón ya existe',NULL,'',0,'2019-11-07 09:18:45'),(17460,19056,'es',0,NULL,'El código del cupón no puede estar vacío.',NULL,'',0,'2019-11-07 09:18:45'),(17461,19057,'es',0,NULL,'El cupón caducará a las 00:00:00 de esta fecha.',NULL,'',0,'2019-11-07 09:18:45'),(17462,19058,'es',0,NULL,'El idioma actual utilizado por WordPress. Por defecto = Inglés',NULL,'',0,'2019-11-07 09:18:45'),(17463,19059,'es',0,NULL,'No se puede eliminar al cliente',NULL,'',0,'2019-11-07 09:18:45'),(17464,19060,'es',0,NULL,'El proceso de actualización de la base de datos se ejecuta en segundo plano y puede tardar un poco, así que, por favor, ten paciencia. Los usuarios avanzados pueden actualizar a través de %1$sWP CLI%2$s.',NULL,'',0,'2019-11-07 09:18:45'),(17465,19061,'es',0,NULL,'La fecha del último pedido del cliente, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17466,19062,'es',0,NULL,'La fecha de caducidad del cupón, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17467,19063,'es',0,NULL,'La fecha de caducidad del cupón, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17468,19064,'es',0,NULL,'La fecha de creación del cupón, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17469,19065,'es',0,NULL,'La fecha en la que se creó el cupón, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17470,19066,'es',0,NULL,'La fecha del último cambio del cupón, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17471,19067,'es',0,NULL,'La fecha en la que el cupón se modificó por última vez, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17472,19068,'es',0,NULL,'La fecha de creación del cliente, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17473,19069,'es',0,NULL,'La fecha en la que el cliente fue creado, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17474,19070,'es',0,NULL,'La fecha de la última modificación del cliente, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17475,19071,'es',0,NULL,'La fecha en la que el cliente fue modificado por última vez, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17476,19072,'es',0,NULL,'La fecha de creación de la imagen, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17477,19073,'es',0,NULL,'La fecha en la que la imagen fue creada, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17478,19074,'es',0,NULL,'La fecha de la última modificación de la imagen, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17479,19075,'es',0,NULL,'La fecha en la que la imagen fue modificada por última vez, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17480,19076,'es',0,NULL,'La fecha en que se creó la nota del pedido, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17481,19077,'es',0,NULL,'La fecha en la que la nota de pedido fue creada, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17482,19078,'es',0,NULL,'La fecha en la que se creó el reembolso del pedido, en formato GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17483,19079,'es',0,NULL,'La fecha en la que el reembolso del pedido fue creado, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17484,19080,'es',0,NULL,'La fecha en la que se completó el pedido, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17485,19081,'es',0,NULL,'La fecha en la que el pedido fue completado, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17486,19082,'es',0,NULL,'La fecha en la que se creó el pedido, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17487,19083,'es',0,NULL,'La fecha en la que el pedido fue creado, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17488,19084,'es',0,NULL,'La fecha de la última modificación en el pedido, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17489,19085,'es',0,NULL,'La fecha en la que el pedido fue modificado por última vez, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17490,19086,'es',0,NULL,'La fecha en la que se pagó el pedido, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17491,19087,'es',0,NULL,'La fecha en la que se pagó el pedido, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17492,19088,'es',0,NULL,'La fecha de creación del producto, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17493,19089,'es',0,NULL,'La fecha en la que el producto fue creado, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17494,19090,'es',0,NULL,'La fecha de la última modificación del producto, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17495,19091,'es',0,NULL,'La fecha en la que el producto fue modificado por última vez, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17496,19092,'es',0,NULL,'La fecha en que se creó la valoración, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17497,19093,'es',0,NULL,'La fecha de creación de la valoración, en la zona horaria del sitio en formato legible por los humanos.',NULL,'',0,'2019-11-07 09:18:45'),(17498,19094,'es',0,NULL,'La fecha en que fue creada la valoración, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17499,19095,'es',0,NULL,'La fecha en la que la variación fue creada, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17500,19096,'es',0,NULL,'La fecha en la que la variación fue modificada por última vez, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17501,19097,'es',0,NULL,'La fecha en que se registró la entrega del webhook, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17502,19098,'es',0,NULL,'Fecha en la que se registró la entrega del webhook, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17503,19099,'es',0,NULL,'La fecha en que se creó el webhook, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17504,19100,'es',0,NULL,'La fecha en la que se creó el webhook, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17505,19101,'es',0,NULL,'La fecha en la que se modificó por última vez el webhook, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17506,19102,'es',0,NULL,'La última fecha de modificación del webhook, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17507,19103,'es',0,NULL,'La fecha de caducidad del acceso a la descarga, en GMT.',NULL,'',0,'2019-11-07 09:18:45'),(17508,19104,'es',0,NULL,'La fecha en la que caduca el acceso a la descarga, en la zona horaria del sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17509,19105,'es',0,NULL,'La fecha que has proporcionado no es válida.',NULL,'',0,'2019-11-07 09:18:45'),(17510,19106,'es',0,NULL,'Esto establece el separador decimal de los precios mostrados.',NULL,'',0,'2019-11-07 09:18:45'),(17511,19107,'es',0,NULL,'La zona horaria por defecto para tu servidor.',NULL,'',0,'2019-11-07 09:18:45'),(17512,19108,'es',0,NULL,'La duración del envío, en segundos.',NULL,'',0,'2019-11-07 09:18:45'),(17513,19109,'es',0,NULL,'El fichero descargable %1$s no puede utilizarse porque no es de un tipo permitido. Los tipos permitidos incluyen: %2$s',NULL,'',0,'2019-11-07 09:18:45'),(17514,19110,'es',0,NULL,'El fichero descargable %s no puede utlizarse porque no existe en el servidor.',NULL,'',0,'2019-11-07 09:18:45'),(17515,19111,'es',0,NULL,'La extensión eWAY para WooCommerce te permite recibir pagos directamente por tarjeta de crédito en tu tienda sin redirigir a tus clientes a otro sitio para hacer el pago.',NULL,'',0,'2019-11-07 09:18:45'),(17516,19112,'es',0,NULL,'La dirección de correo electrónico para el cliente.',NULL,'',0,'2019-11-07 09:18:45'),(17517,19113,'es',0,NULL,'La extensión %s ha sido desactivada con éxito.',NULL,'',0,'2019-11-07 09:18:45'),(17518,19114,'es',0,NULL,'El archivo no existe, inténtalo de nuevo, por favor.',NULL,'',0,'2019-11-07 09:18:45'),(17519,19115,'es',0,NULL,'El archivo está vacío o utiliza una codificación diferente a UTF-8, por favor, inténtalo de nuevo con un nuevo archivo.',NULL,'',0,'2019-11-07 09:18:45'),(17520,19116,'es',0,NULL,'El/los siguiente/s plugin/s activo/s no han declarado compatibilidad con WooCommerce %s aún y deberías actualizarlos y revisarlos algo más antes de proceder:',NULL,'',0,'2019-11-07 09:18:45'),(17521,19117,'es',0,NULL,'Las siguientes direcciones se utilizarán por defecto en la página de pago.',NULL,'',0,'2019-11-07 09:18:45'),(17522,19118,'es',0,NULL,'El siguiente error ha sido devuelto desde la API',NULL,'',0,'2019-11-07 09:18:45'),(17523,19119,'es',0,NULL,'Se ha añadido la siguiente nota a tu pedido:',NULL,'',0,'2019-11-07 09:18:45'),(17524,13606,'es',0,NULL,'Las siguientes opciones afectan a cómo se muestran los precios en la tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17525,19120,'es',0,NULL,'Los siguientes plugins se instalarán y activarán para ti:',NULL,'',0,'2019-11-07 09:18:45'),(17526,19121,'es',0,NULL,'Los siguientes métodos de envío se aplican a clientes con direcciones de envío dentro de esta zona.',NULL,'',0,'2019-11-07 09:18:45'),(17527,19122,'es',0,NULL,'El asistente a continuación te ayudará a configurar tu tienda y empezar a funcionar rápidamente.',NULL,'',0,'2019-11-07 09:18:45'),(17528,19123,'es',0,NULL,'El grupo «%s» no existe.',NULL,'',0,'2019-11-07 09:18:45'),(17529,19124,'es',0,NULL,'El controlador para la ruta no es válido',NULL,'',0,'2019-11-07 09:18:45'),(17530,19125,'es',0,NULL,'La URL de la página de inicio de tu sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17531,19126,'es',0,NULL,'El id del recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17532,19127,'es',0,NULL,'La versión instalada del tema activo actual.',NULL,'',0,'2019-11-07 09:18:45'),(17533,19128,'es',0,NULL,'La versión instalada del tema padre.',NULL,'',0,'2019-11-07 09:18:45'),(17534,19129,'es',0,NULL,'El mayor tamaño de archivo que puede estar contenido en un solo post.',NULL,'',0,'2019-11-07 09:18:45'),(17535,19130,'es',0,NULL,'El mayor tamaño de archivo que se puede subir a tu instalación de WordPress.',NULL,'',0,'2019-11-07 09:18:45'),(17536,13789,'es',0,NULL,'El color principal del fondo de la página. Por defecto %s.',NULL,'',0,'2019-11-07 09:18:45'),(17537,13791,'es',0,NULL,'El color principal del texto de la página. Por defecto %s.',NULL,'',0,'2019-11-07 09:18:45'),(17538,19131,'es',0,NULL,'El ajuste máximo permitido es %d',NULL,'',0,'2019-11-07 09:18:45'),(17539,19132,'es',0,NULL,'La cantidad máxima de memoria (RAM) que tu sitio puede utilizar al mismo tiempo.',NULL,'',0,'2019-11-07 09:18:45'),(17540,19133,'es',0,NULL,'El número máximo de artículos individuales al que puede aplicarse este cupón al usar descuentos en productos. Déjalo en blanco para que se aplique a todos los artículos válidos del carrito.',NULL,'',0,'2019-11-07 09:18:45'),(17541,19134,'es',0,NULL,'El número máximo de variables que tu servidor puede utilizar en cada función para evitar sobrecargas.',NULL,'',0,'2019-11-07 09:18:45'),(17542,19135,'es',0,NULL,'El gasto máximo para usar este cupón es %s.',NULL,'',0,'2019-11-07 09:18:45'),(17543,19136,'es',0,NULL,'El ajuste mínimo permitido es %d',NULL,'',0,'2019-11-07 09:18:45'),(17544,19137,'es',0,NULL,'El gasto mínimo para usar este cupón es %s.',NULL,'',0,'2019-11-07 09:18:45'),(17545,19138,'es',0,NULL,'El nombre del tema activo actual.',NULL,'',0,'2019-11-07 09:18:45'),(17546,19139,'es',0,NULL,'El nombre del tema padre.',NULL,'',0,'2019-11-07 09:18:45'),(17547,19140,'es',0,NULL,'El número de decimales que se muestran en los precios mostrados.',NULL,'',0,'2019-11-07 09:18:45'),(17548,19141,'es',0,NULL,'El objeto no se puede borrar.',NULL,'',0,'2019-11-07 09:18:45'),(17549,19142,'es',0,NULL,'El objeto no se puede enviar a la papelera. Aplica \'%s\' para borrarlo.',NULL,'',0,'2019-11-07 09:18:45'),(17550,19143,'es',0,NULL,'El objeto ya está en la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(17551,19144,'es',0,NULL,'Las opciones son «activo» (entregar la carga), «detenido» (no entregar) o «desactivado» (no entregar debido a errores en la entrega).',NULL,'',0,'2019-11-07 09:18:45'),(17552,19145,'es',0,NULL,'ID del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17553,19146,'es',0,NULL,'El ID de la nota de pedido proporcionada no está asociado con el pedido',NULL,'',0,'2019-11-07 09:18:45'),(17554,19147,'es',0,NULL,'El ID suministrado para el reembolso del pedido no está asociado al pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17555,19148,'es',0,NULL,'El total del pedido se ha actualizado. Por favor, confirma tu pedido pulsando el botón de «Realizar pedido» de la parte inferior de la página.',NULL,'',0,'2019-11-07 09:18:45'),(17556,19149,'es',0,NULL,'URL de los desarrolladores del tema padre.',NULL,'',0,'2019-11-07 09:18:45'),(17557,19150,'es',0,NULL,'La pasarela de pago de este pedido no existe.',NULL,'',0,'2019-11-07 09:18:45'),(17558,19151,'es',0,NULL,'La pasarela de pago de este pedido no es compatible con reembolsos automáticos.',NULL,'',0,'2019-11-07 09:18:45'),(17559,19152,'es',0,NULL,'La posición del símbolo de moneda.',NULL,'',0,'2019-11-07 09:18:45'),(17560,13581,'es',0,NULL,'El código postal, si lo hubiera, en el que está situado tu negocio.',NULL,'',0,'2019-11-07 09:18:45'),(17561,19153,'es',0,NULL,'No puede borrarse la valoración del producto.',NULL,'',0,'2019-11-07 09:18:45'),(17562,19154,'es',0,NULL,'La valoración del producto no se puede enviar a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(17563,19155,'es',0,NULL,'La variación del producto no es válida',NULL,'',0,'2019-11-07 09:18:45'),(17564,19156,'es',0,NULL,'El gestor ofrecido %1$s no incluye %2$s.',NULL,'',0,'2019-11-07 09:18:45'),(17565,19157,'es',0,NULL,'El recurso no se puede borrar.',NULL,'',0,'2019-11-07 09:18:45'),(17566,19158,'es',0,NULL,'El cuerpo de la respuesta del servidor receptor.',NULL,'',0,'2019-11-07 09:18:45'),(17567,19159,'es',0,NULL,'La URL raíz de tu sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17568,19160,'es',0,NULL,'La oferta empezará a las 00:00:00 de la fecha «Desde» y finalizará a las 23:59:59 de la fecha «Hasta».',NULL,'',0,'2019-11-07 09:18:45'),(17569,19161,'es',0,NULL,'La clave secreta se usa para generar un hash del webhook entregado y ofrecido en las cabeceras de la petición.',NULL,'',0,'2019-11-07 09:18:45'),(17570,19162,'es',0,NULL,'Los ajustes de este tamaños de imagen se han desactivado porque sus valores los ha sobreescrito un filtro.',NULL,'',0,'2019-11-07 09:18:45'),(17571,19163,'es',0,NULL,'No se ha actualizado el inventario debido a que el valor cambió mientras se modificaba. El producto %1$d tiene %2$d existencias en el inventario.',NULL,'',0,'2019-11-07 09:18:45'),(17572,13573,'es',0,NULL,'La dirección de la calle de la ubicación de tu negocio.',NULL,'',0,'2019-11-07 09:18:45'),(17573,13782,'es',0,NULL,'El texto que aparece en el pie de página de mensajes de correo electrónico WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17574,19164,'es',0,NULL,'URL de los desarrolladores del tema.',NULL,'',0,'2019-11-07 09:18:45'),(17575,19165,'es',0,NULL,'El separador de miles de los precios mostrados.',NULL,'',0,'2019-11-07 09:18:45'),(17576,19166,'es',0,NULL,'Las unidades de longitud definidas para este país.',NULL,'',0,'2019-11-07 09:18:45'),(17577,19167,'es',0,NULL,'Las unidades de peso definidas para este país.',NULL,'',0,'2019-11-07 09:18:45'),(17578,19168,'es',0,NULL,'La versión de MySQL instalado en tu servidor de alojamiento.',NULL,'',0,'2019-11-07 09:18:45'),(17579,19169,'es',0,NULL,'La versión de PHP instalada en el servidor de alojamiento.',NULL,'',0,'2019-11-07 09:18:45'),(17580,19170,'es',0,NULL,'La versión de WooCommerce instalado en tu sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17581,19171,'es',0,NULL,'La versión de WooCommerce para la que está formateada la base de datos. Debe ser la misma que la de tu versión de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17582,19172,'es',0,NULL,'La versión de WordPress instalada en tu sitio.',NULL,'',0,'2019-11-07 09:18:45'),(17583,19173,'es',0,NULL,'La versión de cURL instalada en tu servidor.',NULL,'',0,'2019-11-07 09:18:45'),(17584,19174,'es',0,NULL,'Tema',NULL,'',0,'2019-11-07 09:18:45'),(17585,19175,'es',0,NULL,'URL de autor del tema.',NULL,'',0,'2019-11-07 09:18:45'),(17586,19176,'es',0,NULL,'Nombre del tema.',NULL,'',0,'2019-11-07 09:18:45'),(17587,19177,'es',0,NULL,'Versión del tema.',NULL,'',0,'2019-11-07 09:18:45'),(17588,19178,'es',0,NULL,'Tema.',NULL,'',0,'2019-11-07 09:18:45'),(17589,19179,'es',0,NULL,'Actualmente no hay registros para ver.',NULL,'',0,'2019-11-07 09:18:45'),(17590,19180,'es',0,NULL,'No hay monedas que coincidan con estos parámetros.',NULL,'',0,'2019-11-07 09:18:45'),(17591,19181,'es',0,NULL,'No hay ubicaciones que coincidan con estos parámetros.',NULL,'',0,'2019-11-07 09:18:45'),(17592,19182,'es',0,NULL,'Aún no hay notas.',NULL,'',0,'2019-11-07 09:18:45'),(17593,19183,'es',0,NULL,'Aún no hay ninguna valoración.',NULL,'',0,'2019-11-07 09:18:45'),(17594,19184,'es',0,NULL,'No hay valoraciones aún.',NULL,'',0,'2019-11-07 09:18:45'),(17595,19185,'es',0,NULL,'No hay opciones de métodos de envío disponibles. Por favor, asegúrate de que has introducido correctamente tu dirección, o contáctanos si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(17596,19186,'es',0,NULL,'Hay algunos problemas con los artículos de tu carrito. Por favor vuelve a la página del carrito y resuelve los problemas antes de pagar.',NULL,'',0,'2019-11-07 09:18:45'),(17597,19187,'es',0,NULL,'Hay demasiados procesos en lote concurrentes, pero se ha forzado la ejecución para que continue.',NULL,'',0,'2019-11-07 09:18:45'),(17598,19188,'es',0,NULL,'Hay demasiados procesos en lote concurrentes.',NULL,'',0,'2019-11-07 09:18:45'),(17599,19189,'es',0,NULL,'Se ha producido un fallo al obtener esta acción',NULL,'',0,'2019-11-07 09:18:45'),(17600,19190,'es',0,NULL,'Hubo un error al llamar a %s',NULL,'',0,'2019-11-07 09:18:45'),(17601,19191,'es',0,NULL,'Ocurrió un error al reclamar esta herramienta. No hay un callback presente.',NULL,'',0,'2019-11-07 09:18:45'),(17602,19192,'es',0,NULL,'Ha habido un error al cargar las valoraciones.',NULL,'',0,'2019-11-07 09:18:45'),(17603,19193,'es',0,NULL,'Hubo un error al ejecutar la programación de la acción: %s',NULL,'',0,'2019-11-07 09:18:45'),(17604,19194,'es',0,NULL,'Estas son las regiones de esta zona. Los clientes se asociarán a estas regiones.',NULL,'',0,'2019-11-07 09:18:45'),(17605,19195,'es',0,NULL,'Estos son los atributos que serán pre-seleccionados en la tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17606,19196,'es',0,NULL,'Estos costes se pueden añadir opcionalmente según la <a href=\"%s\">clase de envío del producto</a>.',NULL,'',0,'2019-11-07 09:18:45'),(17607,19197,'es',0,NULL,'Estas opciones te permiten cambiar la apariencia de la página de finalizar compra de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17608,13797,'es',0,NULL,'Estas páginas tienen que definirse para que WooCommerce sepa dónde enviar a los usuarios para finalizar la compra.',NULL,'',0,'2019-11-07 09:18:45'),(17609,19198,'es',0,NULL,'Estas tarifas son opciones adicionales de envío con gastos adicionales (sobre la base del precio único).',NULL,'',0,'2019-11-07 09:18:45'),(17610,19199,'es',0,NULL,'Este %s no se puede eliminar',NULL,'',0,'2019-11-07 09:18:45'),(17611,19200,'es',0,NULL,'Esta acción no es reversible. ¿Estás seguro de que quieres borrar los datos personales de los pedidos seleccionados?',NULL,'',0,'2019-11-07 09:18:45'),(17612,19201,'es',0,NULL,'Este bloque muestra productos de las etiquetas seleccionadas. Para previsualizarlo primero tienes que crear un producto y asignarle alguna etiqueta.',NULL,'',0,'2019-11-07 09:18:45'),(17613,19202,'es',0,NULL,'Este bloque muestra productos de las etiquetas seleccionadas. Selecciona al menos una etiqueta para mostrar sus productos.',NULL,'',0,'2019-11-07 09:18:45'),(17614,19203,'es',0,NULL,'Este bloque lista las valoraciones de un producto seleccionado. %s todavía no tiene valoraciones, pero se mostrarán aquí cuando las tenga.',NULL,'',0,'2019-11-07 09:18:45'),(17615,19204,'es',0,NULL,'Este bloque lista las valoraciones de los productos de las categorías seleccionadas. Las categorías seleccionadas todavía no tienen valoraciones, pero se mostrarán aquí cuando las tengan.',NULL,'',0,'2019-11-07 09:18:45'),(17616,19205,'es',0,NULL,'Este bloque muestra una lista de todas las valoraciones de productos. Tu tienda todavía no tiene valoraciones, pero se mostrarán aquí cuando las tenga.',NULL,'',0,'2019-11-07 09:18:45'),(17617,19206,'es',0,NULL,'Este bloque muestra las categorías de productos de tu tienda. Para previsualizarlo primero tienes que crear un producto y asignarlo a una categoría.',NULL,'',0,'2019-11-07 09:18:45'),(17618,13671,'es',0,NULL,'Esto controla cómo se muestran las cantidades del inventario en la tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17619,19207,'es',0,NULL,'Esto controla la descripción que el usuario verá al acabar la compra.',NULL,'',0,'2019-11-07 09:18:45'),(17620,13610,'es',0,NULL,'Esto controla la posición del símbolo de moneda.',NULL,'',0,'2019-11-07 09:18:45'),(17621,19208,'es',0,NULL,'Esto controla el título que el usuario ve al terminar la compra.',NULL,'',0,'2019-11-07 09:18:45'),(17622,13608,'es',0,NULL,'Esto controla en qué moneda se listan los precios en el catálogo y en qué moneda se realizarán los pagos a través de las opciones de pago.',NULL,'',0,'2019-11-07 09:18:45'),(17623,13641,'es',0,NULL,'Esto controla en qué unidad definirás las longitudes.',NULL,'',0,'2019-11-07 09:18:45'),(17624,13635,'es',0,NULL,'Esto controla en qué unidad definirás los pesos.',NULL,'',0,'2019-11-07 09:18:45'),(17625,13720,'es',0,NULL,'Esto controla qué dirección de envío se usa por defecto.',NULL,'',0,'2019-11-07 09:18:45'),(17626,19209,'es',0,NULL,'Este cupón ha caducado.',NULL,'',0,'2019-11-07 09:18:45'),(17627,19210,'es',0,NULL,'Este correo electrónico ya ha sido registrado.',NULL,'',0,'2019-11-07 09:18:45'),(17628,19211,'es',0,NULL,'Este campo te permite establecer el gasto máximo (subtotal) permitido al usar el cupón.',NULL,'',0,'2019-11-07 09:18:45'),(17629,19212,'es',0,NULL,'Este campo te permite establecer el gasto mínimo (subtotal) permitido para poder usar el cupón.',NULL,'',0,'2019-11-07 09:18:45'),(17630,19213,'es',0,NULL,'Esta función no debería llamarse antes de plugins_loaded.',NULL,'',0,'2019-11-07 09:18:45'),(17631,19214,'es',0,NULL,'Esta función no debe ser llamada antes de woocommerce_init.',NULL,'',0,'2019-11-07 09:18:45'),(17632,19215,'es',0,NULL,'Esta es una tienda de demostración para realizar pruebas — no se completará ningún pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17633,19216,'es',0,NULL,'Este es un producto destacado',NULL,'',0,'2019-11-07 09:18:45'),(17634,19217,'es',0,NULL,'Esta es una actualización mayor, ¿estás seguro de que estás listo?',NULL,'',0,'2019-11-07 09:18:45'),(17635,19218,'es',0,NULL,'Esto es un aviso de pedido enviado a los clientes que contiene los detalles del pedido después de que un pedido ha sido puesto a la espera.',NULL,'',0,'2019-11-07 09:18:45'),(17636,19219,'es',0,NULL,'Esto es un aviso de pedido que se envía al cliente después del pago con los detalles del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17637,19220,'es',0,NULL,'Este no es tu enlace de descarga.',NULL,'',0,'2019-11-07 09:18:45'),(17638,19221,'es',0,NULL,'Esta es la URL o la ruta absoluta al archivo a la que los clientes tendrán acceso. Los enlaces introducidos aquí ya deberían estar codificados.',NULL,'',0,'2019-11-07 09:18:45'),(17639,19222,'es',0,NULL,'Esta es la página de la tienda de WooCommerce. Esta página de la tienda es un archivo especial que lista tus productos. <a href=\"%s\">Puedes leer más sobre esto aquí</a>.',NULL,'',0,'2019-11-07 09:18:45'),(17640,13632,'es',0,NULL,'El ID de adjunto, o URL de la imagen, utilizado para las imágenes de marcador de posición en el catálogo de productos. Los productos sin imagen usarán esto.',NULL,'',0,'2019-11-07 09:18:45'),(17641,19223,'es',0,NULL,'Esta es la categoría por defecto y no puede ser eliminada. Se asignará automáticamente a los productos sin categoría.',NULL,'',0,'2019-11-07 09:18:45'),(17642,19224,'es',0,NULL,'Este es el nombre de la descarga que se muestra al cliente.',NULL,'',0,'2019-11-07 09:18:45'),(17643,19225,'es',0,NULL,'Este es el nombre de la zona solo visible para ti.',NULL,'',0,'2019-11-07 09:18:45'),(17644,19226,'es',0,NULL,'Esta es la suma del total de impuestos de envío de tus pedidos en las «Filas de impuestos».',NULL,'',0,'2019-11-07 09:18:45'),(17645,19227,'es',0,NULL,'Esta es la suma del total de impuestos de tus pedidos en las «Filas de impuestos».',NULL,'',0,'2019-11-07 09:18:45'),(17646,19228,'es',0,NULL,'Esta es la suma del campo «Total del pedido» dentro de tus pedidos.',NULL,'',0,'2019-11-07 09:18:45'),(17647,19229,'es',0,NULL,'Esta es la suma del campo «Total del envío» dentro de tus pedidos.',NULL,'',0,'2019-11-07 09:18:45'),(17648,19230,'es',0,NULL,'Esta es la suma de los totales de pedidos después de los reembolsos, excluyendo gastos de envío e impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17649,19231,'es',0,NULL,'Esta es la suma de los totales de pedidos después de los reembolsos, incluyendo gastos de envío e impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17650,19232,'es',0,NULL,'Este es el total de impuestos para la tasa (impuestos de envío + impuestos del producto).',NULL,'',0,'2019-11-07 09:18:45'),(17651,13894,'es',0,NULL,'Aquí es donde se guardan los pedidos de la tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17652,13911,'es',0,NULL,'Aquí es donde puedes añadir nuevos cupones que los clientes podrán utilizar en tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17653,13879,'es',0,NULL,'Aquí es donde puedes añadir nuevos productos en tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17654,13571,'es',0,NULL,'Aquí es donde está situado tu negocio. Las tasas de impuestos y tasas de envío usarán esta dirección.',NULL,'',0,'2019-11-07 09:18:45'),(17655,19233,'es',0,NULL,'Este es el contenido principal del producto. Aquí deberías describir tu producto en detalle.',NULL,'',0,'2019-11-07 09:18:45'),(17656,19234,'es',0,NULL,'La clave no es válida o ya se ha utilizado. Por favor, restablece tu contraseña de nuevo si la necesitas.',NULL,'',0,'2019-11-07 09:18:45'),(17657,19235,'es',0,NULL,'Esto te permite elegir qué productos son parte de este grupo.',NULL,'',0,'2019-11-07 09:18:45'),(17658,19236,'es',0,NULL,'Este método está obsoleto en la versión 2.6.0 y será eliminado en futuras versiones - recomendamos desactivarlo y, en su lugar, establecer una nueva tasa en tus <a href=\"%s\">Zonas de envío</a>.',NULL,'',0,'2019-11-07 09:18:45'),(17659,19237,'es',0,NULL,'Este método no debe ser invocado antes de plugins_loaded.',NULL,'',0,'2019-11-07 09:18:45'),(17660,19238,'es',0,NULL,'Este mes',NULL,'',0,'2019-11-07 09:18:45'),(17661,13596,'es',0,NULL,'Esta opción determina la ubicación del cliente por defecto. Si usas la geolocalización se descargará periódicamente la base de datos GeoLite de MaxMind a tu directorio wp-content.',NULL,'',0,'2019-11-07 09:18:45'),(17662,13692,'es',0,NULL,'Esta opción determina la dirección que se utiliza para calcular el impuesto.',NULL,'',0,'2019-11-07 09:18:45'),(17663,13688,'es',0,NULL,'Esta opción es importante, ya que afectará a cómo introduces los precios. Cambiarlo no actualizará los productos existentes.',NULL,'',0,'2019-11-07 09:18:45'),(17664,13584,'es',0,NULL,'Con esta opción puedes elegir a qué países quieres vender.',NULL,'',0,'2019-11-07 09:18:45'),(17665,19239,'es',0,NULL,'Esta opción borrará TODAS tus tasas de impuestos, úsala con precaución. Esta acción es irreversible.',NULL,'',0,'2019-11-07 09:18:45'),(17666,19240,'es',0,NULL,'Este pedido no se ha podido pagar. Por favor contáctanos si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(17667,19241,'es',0,NULL,'Este pedido ya no se puede editar.',NULL,'',0,'2019-11-07 09:18:45'),(17668,19242,'es',0,NULL,'Esta nota de pedido no puede ser eliminada',NULL,'',0,'2019-11-07 09:18:45'),(17669,19243,'es',0,NULL,'El estado de este pedido es «%s». No se ha podido pagar. Por favor, ponte en contacto con nosotros si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(17670,19244,'es',0,NULL,'Este método de pago se ha establecido como tu método de pago por defecto.',NULL,'',0,'2019-11-07 09:18:45'),(17671,19245,'es',0,NULL,'Este producto ha producido ventas y puede estar ligado a pedidos existentes. ¿Estás seguro de querer borrarlo?',NULL,'',0,'2019-11-07 09:18:45'),(17672,19246,'es',0,NULL,'Este producto no está disponible porque no quedan existencias.',NULL,'',0,'2019-11-07 09:18:45'),(17673,19247,'es',0,NULL,'Este producto está protegido y no puede ser comprado.',NULL,'',0,'2019-11-07 09:18:45'),(17674,19248,'es',0,NULL,'El enlace del informe ha caducado. %1$sHaz clic aquí para ver el informe filtrado%2$s.',NULL,'',0,'2019-11-07 09:18:45'),(17675,19249,'es',0,NULL,'No pudo crearse el recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17676,19250,'es',0,NULL,'Este texto de muestra incluye los básicos sobre qué datos personales recopila, almacena y comparte tu tienda, así como quién tiene acceso a esos datos. Dependiendo de qué ajustes estén activos y qué plugins adicionales se usane, la información específica compartida por tu tienda puede variar. Te recomendamos que consultes a un abogado para decidir qué información mostrar en tu política de privacidad.',NULL,'',0,'2019-11-07 09:18:45'),(17677,13748,'es',0,NULL,'Esta sección controla la visibilidad de la política de privacidad de tu web. Los avisos de privacidad de abajo no se mostrarán a menos que primero se defina una página de privacidad.',NULL,'',0,'2019-11-07 09:18:45'),(17678,13778,'es',0,NULL,'Esta sección te permite personalizar los correos electrónicos de WooCommerce. <a href=\"%s\" target=\"_blank\">Haz clic aquí para una vista previa de tu plantilla de correo electrónico</a>.',NULL,'',0,'2019-11-07 09:18:45'),(17679,19251,'es',0,NULL,'Esta sección muestra los archivos que estén usándose en vez de las páginas de plantilla por defecto de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17680,19252,'es',0,NULL,'Esta sección muestra los recuentos de acciones programadas.',NULL,'',0,'2019-11-07 09:18:45'),(17681,13626,'es',0,NULL,'Esto establece la página base de tu tienda - aquí es donde estará el archivo de tus productos.',NULL,'',0,'2019-11-07 09:18:45'),(17682,13618,'es',0,NULL,'Esto establece el separador decimal de los precios mostrados.',NULL,'',0,'2019-11-07 09:18:45'),(17683,13620,'es',0,NULL,'Esto establece el número de decimales que se muestran en los precios mostrados.',NULL,'',0,'2019-11-07 09:18:45'),(17684,13616,'es',0,NULL,'Esto establece el separador de miles de los precios mostrados.',NULL,'',0,'2019-11-07 09:18:45'),(17685,19253,'es',0,NULL,'Este ajuste determina qué productos de las páginas de la tienda se mostrarán.',NULL,'',0,'2019-11-07 09:18:45'),(17686,13682,'es',0,NULL,'Este ajuste no se aplica a las compras de los invitados.',NULL,'',0,'2019-11-07 09:18:45'),(17687,19254,'es',0,NULL,'Este método de envío no tiene ningún ajuste a configurar.',NULL,'',0,'2019-11-07 09:18:45'),(17688,19255,'es',0,NULL,'Esta suscripción ha caducado. Contacta con el propietario para <strong>renovar</strong> la suscripción y recibir actualizaciones y soporte.',NULL,'',0,'2019-11-07 09:18:45'),(17689,19256,'es',0,NULL,'Esta suscripción ha caducado. Por favor, <strong>renuévala</strong> para recibir actualizaciones y soporte.',NULL,'',0,'2019-11-07 09:18:45'),(17690,19257,'es',0,NULL,'Esta suscripción caducará pronto. Por favor, <strong>renuévala</strong> para seguir recibiendo actualizaciones y soporte.',NULL,'',0,'2019-11-07 09:18:45'),(17691,19258,'es',0,NULL,'Esta plantilla ha sido sobreescrita por tu tema y puede encontrarse en: %s.',NULL,'',0,'2019-11-07 09:18:45'),(17692,19259,'es',0,NULL,'Este texto se mostrará en el botón que enlaza al producto externo.',NULL,'',0,'2019-11-07 09:18:45'),(17693,19260,'es',0,NULL,'Esta herramienta te permite generar y descargar un archivo CSV que contiene una lista de todos los productos.',NULL,'',0,'2019-11-07 09:18:45'),(17694,19261,'es',0,NULL,'Esta herramienta te permite importar (o fusionar) datos de productos a tu tienda desde un archivo CSV.',NULL,'',0,'2019-11-07 09:18:45'),(17695,19262,'es',0,NULL,'Esta herramienta borrará TODOS los datos temporales caducados de WordPress.',NULL,'',0,'2019-11-07 09:18:45'),(17696,19263,'es',0,NULL,'Esta herramienta borrará la caché de datos temporales de producto/tienda',NULL,'',0,'2019-11-07 09:18:45'),(17697,19264,'es',0,NULL,'Esta herramienta borrará todos los datos de sesión del cliente de la base de datos, incluidos los carritos y carritos guardados en la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17698,19265,'es',0,NULL,'Esta herramienta borrará todas las variaciones que no tengan una superior.',NULL,'',0,'2019-11-07 09:18:45'),(17699,19266,'es',0,NULL,'Esta herramienta borrará los permisos de descargas caducadas y los permisos cuando quedan 0 descargas.',NULL,'',0,'2019-11-07 09:18:45'),(17700,19267,'es',0,NULL,'Esta herramienta instalará todas las páginas de WooCommerce que falten. Las páginas ya definidas y configuradas no se reemplazarán.',NULL,'',0,'2019-11-07 09:18:45'),(17701,19268,'es',0,NULL,'Esta herramienta recontará términos de productos - útil cuando cambias algún ajuste y dejan de mostrarse productos del catálogo.',NULL,'',0,'2019-11-07 09:18:45'),(17702,19269,'es',0,NULL,'Esta herramienta regenerará los datos de las tablas de búsqueda de productos. Este proceso puede llevar un rato.',NULL,'',0,'2019-11-07 09:18:45'),(17703,19270,'es',0,NULL,'Esta herramienta restablecerá los perfiles de admin, cliente y shop_manager a su estado original. Utiliza esto si tus usuarios no pueden acceder a todas las páginas de administración de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17704,19271,'es',0,NULL,'Esta herramienta actualizará tu base de datos de WooCommerce a la última versión. Por favor, asegúrate de tener copias de seguridad suficientes antes de proceder.',NULL,'',0,'2019-11-07 09:18:45'),(17705,19272,'es',0,NULL,'Así será como se mostrará tu nombre en la sección de tu cuenta y en las valoraciones',NULL,'',0,'2019-11-07 09:18:45'),(17706,19273,'es',0,NULL,'Esto dará a «%1$s» acceso de %2$s lo que le permitirá:',NULL,'',0,'2019-11-07 09:18:45'),(17707,19274,'es',0,NULL,'Esto regenerará todas las miniaturas de la tienda para que concuerde con los ajustes de tu tema y/o de imágenes.',NULL,'',0,'2019-11-07 09:18:45'),(17708,19275,'es',0,NULL,'Esta zona la pueden usar de manera <b>opcional</b> las regiones que no estén incluidas en otra zona de envío.',NULL,'',0,'2019-11-07 09:18:45'),(17709,13615,'es',0,NULL,'Separador de miles',NULL,'',0,'2019-11-07 09:18:45'),(17710,19276,'es',0,NULL,'Separador de miles.',NULL,'',0,'2019-11-07 09:18:45'),(17711,19277,'es',0,NULL,'Separador de miles para los precios mostrados en este país.',NULL,'',0,'2019-11-07 09:18:45'),(17712,19278,'es',0,NULL,'Miniatura',NULL,'',0,'2019-11-07 09:18:45'),(17713,19279,'es',0,NULL,'Recorte de la miniatura',NULL,'',0,'2019-11-07 09:18:45'),(17714,19280,'es',0,NULL,'La regeneración de miniaturas se ha programado para realizarse en segundo plano.',NULL,'',0,'2019-11-07 09:18:45'),(17715,19281,'es',0,NULL,'La regeneración de miniaturas se está ejecutando en segundo plano. Dependiendo de la cantidad de imágenes en tu tienda esto puede llevar un rato.',NULL,'',0,'2019-11-07 09:18:45'),(17716,19282,'es',0,NULL,'Ancho de la miniatura',NULL,'',0,'2019-11-07 09:18:45'),(17717,19283,'es',0,NULL,'Thurgau',NULL,'',0,'2019-11-07 09:18:45'),(17718,19284,'es',0,NULL,'Tianjin / 天津',NULL,'',0,'2019-11-07 09:18:45'),(17719,19285,'es',0,NULL,'Tibet / 西藏',NULL,'',0,'2019-11-07 09:18:45'),(17720,19286,'es',0,NULL,'Ticino',NULL,'',0,'2019-11-07 09:18:45'),(17721,19287,'es',0,NULL,'Tierra del Fuego',NULL,'',0,'2019-11-07 09:18:45'),(17722,19288,'es',0,NULL,'Marca temporal',NULL,'',0,'2019-11-07 09:18:45'),(17723,19289,'es',0,NULL,'Timiș',NULL,'',0,'2019-11-07 09:18:45'),(17724,19290,'es',0,NULL,'Timor Oriental',NULL,'',0,'2019-11-07 09:18:45'),(17725,19291,'es',0,NULL,'Tipperary',NULL,'',0,'2019-11-07 09:18:45'),(17726,19292,'es',0,NULL,'Título',NULL,'',0,'2019-11-07 09:18:45'),(17727,19293,'es',0,NULL,'Título - alfabético',NULL,'',0,'2019-11-07 09:18:45'),(17728,19294,'es',0,NULL,'Tlaxcala',NULL,'',0,'2019-11-07 09:18:45'),(17729,19295,'es',0,NULL,'Para permitir el registro haz que %1$s tenga permisos de escritura o define un %2$s personalizado.',NULL,'',0,'2019-11-07 09:18:45'),(17730,19296,'es',0,NULL,'Para conectarte a %1$s tienes que acceder. Inicia sesión en tu tienda a continuación o <a href=\"%2$s\">cancela y vuelve a %1$s</a>',NULL,'',0,'2019-11-07 09:18:45'),(17731,19297,'es',0,NULL,'Para editar este pedido cambia el estado a «Pendiente de pago»',NULL,'',0,'2019-11-07 09:18:45'),(17732,19298,'es',0,NULL,'Para activar esta actualización necesitas <strong>activar</strong> esta suscripción.',NULL,'',0,'2019-11-07 09:18:45'),(17733,19299,'es',0,NULL,'Para activar esta actualización necesitas <strong>comprar</strong> una nueva suscripción.',NULL,'',0,'2019-11-07 09:18:45'),(17734,19300,'es',0,NULL,'Para manipular variaciones de producto deberías usar la variable /products//<product_id>/variations/<id>',NULL,'',0,'2019-11-07 09:18:45'),(17735,13843,'es',0,NULL,'Para rechazarlo, deja esta casilla sin marcar. No se hará seguimiento de tu tienda y no se recogerá ningún dato. Obtén más información sobre qué datos recogemos en: %s.',NULL,'',0,'2019-11-07 09:18:45'),(17736,19301,'es',0,NULL,'Para sobreescribir la plantilla de correo electrónico copia %1$s a la carpeta de tu tema: %2$s.',NULL,'',0,'2019-11-07 09:18:45'),(17737,19302,'es',0,NULL,'Para recibir actualizaciones y soporte de esta extensión tienes que <strong>adquirir</strong> una nueva suscripción, o consolidar tus extensiones a una cuenta conectada <strong><a href=\"%1$s\" title=\"Sharing Docs\">compartiendo</a> o <a href=\"%2$s\" title=\"Transferring Docs\">transfiriendo</a></strong> esta extensión a esta cuenta conectada.',NULL,'',0,'2019-11-07 09:18:45'),(17738,19303,'es',0,NULL,'Para hacer seguimiento de tu pedido, por favor introduce el ID de tu pedido en el cuadro de abajo y pulsa el botón «Seguir». Esto se envió en tu recibo y en el correo electrónico de confirmación que deberías haber recibido.',NULL,'',0,'2019-11-07 09:18:45'),(17739,19304,'es',0,NULL,'Tocantins',NULL,'',0,'2019-11-07 09:18:45'),(17740,19305,'es',0,NULL,'Tochigi',NULL,'',0,'2019-11-07 09:18:45'),(17741,19306,'es',0,NULL,'Hoy',NULL,'',0,'2019-11-07 09:18:45'),(17742,19307,'es',0,NULL,'Cambiar a "Descargable"',NULL,'',0,'2019-11-07 09:18:45'),(17743,19308,'es',0,NULL,'Cambiar a "Activado"',NULL,'',0,'2019-11-07 09:18:45'),(17744,19309,'es',0,NULL,'Cambiar a "Gestionar inventario"',NULL,'',0,'2019-11-07 09:18:45'),(17745,19310,'es',0,NULL,'Cambiar a "Virtual"',NULL,'',0,'2019-11-07 09:18:45'),(17746,19311,'es',0,NULL,'Marcar como destacado',NULL,'',0,'2019-11-07 09:18:45'),(17747,19312,'es',0,NULL,'Cambiar a pantalla completa',NULL,'',0,'2019-11-07 09:18:45'),(17748,19313,'es',0,NULL,'Togo',NULL,'',0,'2019-11-07 09:18:45'),(17749,19314,'es',0,NULL,'Tokat',NULL,'',0,'2019-11-07 09:18:45'),(17750,19315,'es',0,NULL,'Tokelau',NULL,'',0,'2019-11-07 09:18:45'),(17751,19316,'es',0,NULL,'Token',NULL,'',0,'2019-11-07 09:18:45'),(17752,19317,'es',0,NULL,'Tokushima',NULL,'',0,'2019-11-07 09:18:45'),(17753,19318,'es',0,NULL,'Tokyo',NULL,'',0,'2019-11-07 09:18:45'),(17754,19319,'es',0,NULL,'Toledo',NULL,'',0,'2019-11-07 09:18:45'),(17755,19320,'es',0,NULL,'Tolna',NULL,'',0,'2019-11-07 09:18:45'),(17756,19321,'es',0,NULL,'Tonga',NULL,'',0,'2019-11-07 09:18:45'),(17757,13544,'es',0,NULL,'Paʻanga tongana',NULL,'',0,'2019-11-07 09:18:45'),(17758,19322,'es',0,NULL,'Descripción de la herramienta.',NULL,'',0,'2019-11-07 09:18:45'),(17759,19323,'es',0,NULL,'La herramienta no existe.',NULL,'',0,'2019-11-07 09:18:45'),(17760,19324,'es',0,NULL,'Nombre de la herramienta.',NULL,'',0,'2019-11-07 09:18:45'),(17761,19325,'es',0,NULL,'Herramienta ejecutada.',NULL,'',0,'2019-11-07 09:18:45'),(17762,19326,'es',0,NULL,'Mensaje mostrado por la herramienta.',NULL,'',0,'2019-11-07 09:18:45'),(17763,19327,'es',0,NULL,'Herramientas',NULL,'',0,'2019-11-07 09:18:45'),(17764,19328,'es',0,NULL,'Productos mejor valorados',NULL,'',0,'2019-11-07 09:18:45'),(17765,19329,'es',0,NULL,'Los más rentables',NULL,'',0,'2019-11-07 09:18:45'),(17766,19330,'es',0,NULL,'Los mejores gratuitos',NULL,'',0,'2019-11-07 09:18:45'),(17767,19331,'es',0,NULL,'Productos mejor valorados',NULL,'',0,'2019-11-07 09:18:45'),(17768,19332,'es',0,NULL,'Los más vendidos',NULL,'',0,'2019-11-07 09:18:45'),(17769,19333,'es',0,NULL,'Tema',NULL,'',0,'2019-11-07 09:18:45'),(17770,19334,'es',0,NULL,'Torino',NULL,'',0,'2019-11-07 09:18:45'),(17771,19335,'es',0,NULL,'Tororo',NULL,'',0,'2019-11-07 09:18:45'),(17772,19336,'es',0,NULL,'Total',NULL,'',0,'2019-11-07 09:18:45'),(17773,19337,'es',0,NULL,'Total %d',NULL,'',0,'2019-11-07 09:18:45'),(17774,19338,'es',0,NULL,'Tamaño total de la base de datos',NULL,'',0,'2019-11-07 09:18:45'),(17775,19339,'es',0,NULL,'Cantidad total gastada.',NULL,'',0,'2019-11-07 09:18:45'),(17776,19340,'es',0,NULL,'Total disponible para reembolso',NULL,'',0,'2019-11-07 09:18:45'),(17777,19341,'es',0,NULL,'Total cobrado en envíos.',NULL,'',0,'2019-11-07 09:18:45'),(17778,19342,'es',0,NULL,'Total cobrado en impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17779,19343,'es',0,NULL,'Cantidad de descuento total para el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17780,19344,'es',0,NULL,'Impuestos totales del descuento del pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17781,19345,'es',0,NULL,'Número total de compras.',NULL,'',0,'2019-11-07 09:18:45'),(17782,19346,'es',0,NULL,'Total de cupones utilizados.',NULL,'',0,'2019-11-07 09:18:45'),(17783,19347,'es',0,NULL,'Total de artículos comprados.',NULL,'',0,'2019-11-07 09:18:45'),(17784,19348,'es',0,NULL,'Total de pedidos realizados.',NULL,'',0,'2019-11-07 09:18:45'),(17785,19349,'es',0,NULL,'Total de pedidos reembolsados.',NULL,'',0,'2019-11-07 09:18:45'),(17786,19350,'es',0,NULL,'Ventas totales',NULL,'',0,'2019-11-07 09:18:45'),(17787,19351,'es',0,NULL,'Ventas totales menos gastos de envío e impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17788,19352,'es',0,NULL,'Envío total',NULL,'',0,'2019-11-07 09:18:45'),(17789,19353,'es',0,NULL,'Cantidad de envío total para el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17790,19354,'es',0,NULL,'Impuestos totales del envío para el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17791,19355,'es',0,NULL,'Total de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(17792,19356,'es',0,NULL,'Total:',NULL,'',0,'2019-11-07 09:18:45'),(17793,19357,'es',0,NULL,'Totales',NULL,'',0,'2019-11-07 09:18:45'),(17794,19358,'es',0,NULL,'Totales.',NULL,'',0,'2019-11-07 09:18:45'),(17795,19359,'es',0,NULL,'Tottori',NULL,'',0,'2019-11-07 09:18:45'),(17796,19360,'es',0,NULL,'Localidad / Ciudad',NULL,'',0,'2019-11-07 09:18:45'),(17797,19361,'es',0,NULL,'Localidad / Distrito',NULL,'',0,'2019-11-07 09:18:45'),(17798,19362,'es',0,NULL,'Ciudad / pueblo',NULL,'',0,'2019-11-07 09:18:45'),(17799,19363,'es',0,NULL,'Toyama',NULL,'',0,'2019-11-07 09:18:45'),(17800,19364,'es',0,NULL,'Trabzon',NULL,'',0,'2019-11-07 09:18:45'),(17801,19365,'es',0,NULL,'Seguir',NULL,'',0,'2019-11-07 09:18:45'),(17802,19366,'es',0,NULL,'Trang',NULL,'',0,'2019-11-07 09:18:45'),(17803,19367,'es',0,NULL,'ID de transacción',NULL,'',0,'2019-11-07 09:18:45'),(17804,19368,'es',0,NULL,'Transfiere productos existentes a tu nueva tienda — simplemente importa un archivo CSV.',NULL,'',0,'2019-11-07 09:18:45'),(17805,13519,'es',0,NULL,'Rublo transnistrio',NULL,'',0,'2019-11-07 09:18:45'),(17806,19369,'es',0,NULL,'Trapani',NULL,'',0,'2019-11-07 09:18:45'),(17807,19370,'es',0,NULL,'Papelera',NULL,'',0,'2019-11-07 09:18:45'),(17808,19371,'es',0,NULL,'Borrado',NULL,'',0,'2019-11-07 09:18:45'),(17809,19372,'es',0,NULL,'Trat',NULL,'',0,'2019-11-07 09:18:45'),(17810,19373,'es',0,NULL,'Trento',NULL,'',0,'2019-11-07 09:18:45'),(17811,19374,'es',0,NULL,'Treviso',NULL,'',0,'2019-11-07 09:18:45'),(17812,19375,'es',0,NULL,'Trieste',NULL,'',0,'2019-11-07 09:18:45'),(17813,19376,'es',0,NULL,'Trinidad y Tobago',NULL,'',0,'2019-11-07 09:18:45'),(17814,13546,'es',0,NULL,'Dólar de Trinidad y Tobago',NULL,'',0,'2019-11-07 09:18:45'),(17815,19377,'es',0,NULL,'Tripura',NULL,'',0,'2019-11-07 09:18:45'),(17816,19378,'es',0,NULL,'Muestra, durante el pago, si los precios incluyen impuestos.',NULL,'',0,'2019-11-07 09:18:45'),(17817,19379,'es',0,NULL,'Tucumán',NULL,'',0,'2019-11-07 09:18:45'),(17818,19380,'es',0,NULL,'Tulcea',NULL,'',0,'2019-11-07 09:18:45'),(17819,19381,'es',0,NULL,'Tumbes',NULL,'',0,'2019-11-07 09:18:45'),(17820,19382,'es',0,NULL,'Tunceli',NULL,'',0,'2019-11-07 09:18:45'),(17821,19383,'es',0,NULL,'Túnez',NULL,'',0,'2019-11-07 09:18:45'),(17822,13543,'es',0,NULL,'Dinar tunecino',NULL,'',0,'2019-11-07 09:18:45'),(17823,19384,'es',0,NULL,'Turquía',NULL,'',0,'2019-11-07 09:18:45'),(17824,13545,'es',0,NULL,'Lira turca',NULL,'',0,'2019-11-07 09:18:45'),(17825,19385,'es',0,NULL,'Turkmenistán',NULL,'',0,'2019-11-07 09:18:45'),(17826,13542,'es',0,NULL,'Manat turcomano',NULL,'',0,'2019-11-07 09:18:45'),(17827,19386,'es',0,NULL,'Islas Turcas y Caicos',NULL,'',0,'2019-11-07 09:18:45'),(17828,19387,'es',0,NULL,'Tuvalu',NULL,'',0,'2019-11-07 09:18:45'),(17829,19388,'es',0,NULL,'Tipo',NULL,'',0,'2019-11-07 09:18:45'),(17830,19389,'es',0,NULL,'Tipo de atributo.',NULL,'',0,'2019-11-07 09:18:45'),(17831,19390,'es',0,NULL,'Tipo de ajuste.',NULL,'',0,'2019-11-07 09:18:45'),(17832,19391,'es',0,NULL,'Uşak',NULL,'',0,'2019-11-07 09:18:45'),(17833,13780,'es',0,NULL,'La URL de la imagen que quieres mostrar en la cabecera del correo electrónico. Sube las imágenes utilizando el cargador de medios (Admin > Medios).',NULL,'',0,'2019-11-07 09:18:45'),(17834,19392,'es',0,NULL,'URL para editar el pedido',NULL,'',0,'2019-11-07 09:18:45'),(17835,19393,'es',0,NULL,'URL en la que se entrega la carga útil del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(17836,19394,'es',0,NULL,'Zona doméstica EEUU = Todos los estados de EEUU = Tarifa plana de envío',NULL,'',0,'2019-11-07 09:18:45'),(17837,19395,'es',0,NULL,'Georgia',NULL,'',0,'2019-11-07 09:18:45'),(17838,19396,'es',0,NULL,'UTA Găgăuzia',NULL,'',0,'2019-11-07 09:18:45'),(17839,19397,'es',0,NULL,'Fecha y hora UTC de caducidad del cupón.',NULL,'',0,'2019-11-07 09:18:45'),(17840,19398,'es',0,NULL,'Ubon Ratchathani',NULL,'',0,'2019-11-07 09:18:45'),(17841,19399,'es',0,NULL,'Ucayali',NULL,'',0,'2019-11-07 09:18:45'),(17842,19400,'es',0,NULL,'Udine',NULL,'',0,'2019-11-07 09:18:45'),(17843,19401,'es',0,NULL,'Udon Thani',NULL,'',0,'2019-11-07 09:18:45'),(17844,19402,'es',0,NULL,'Uganda',NULL,'',0,'2019-11-07 09:18:45'),(17845,13550,'es',0,NULL,'Chelín ugandés',NULL,'',0,'2019-11-07 09:18:45'),(17846,19403,'es',0,NULL,'Ucrania',NULL,'',0,'2019-11-07 09:18:45'),(17847,13549,'es',0,NULL,'Grivna ucraniana',NULL,'',0,'2019-11-07 09:18:45'),(17848,19404,'es',0,NULL,'No se pueden aceptar más de %s artículos para esta petición.',NULL,'',0,'2019-11-07 09:18:45'),(17849,19405,'es',0,NULL,'No ha sido posible añadir el método de pago a tu cuenta.',NULL,'',0,'2019-11-07 09:18:45'),(17850,19406,'es',0,NULL,'No ha sido posible la petición de acciones. Error en la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17851,19407,'es',0,NULL,'No ha sido posible crear el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(17852,19408,'es',0,NULL,'No ha sido posible detectar el paquete de la REST API.',NULL,'',0,'2019-11-07 09:18:45'),(17853,19409,'es',0,NULL,'No ha sido posible insertar la entrada del registro de descarga en la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17854,19410,'es',0,NULL,'No ha sido posible marcar el fallo en la acción %s. Error en la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17855,19411,'es',0,NULL,'No ha sido posible reducir el inventario del artículo %s.',NULL,'',0,'2019-11-07 09:18:45'),(17856,19412,'es',0,NULL,'No ha sido posible restaurar el inventario del artículo %s.',NULL,'',0,'2019-11-07 09:18:45'),(17857,19413,'es',0,NULL,'No ha sido posible recuperar la información de la base de datos. Normalmente, esto no es un problema y solo significa que tu instalación está usando una clase que reemplaza a la clase de la base de datos de WordPress (por ejemplo, HyperDB) y WooCommerce no es capaz de obtener la información de la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17858,19414,'es',0,NULL,'No ha sido posible guardar la acción.',NULL,'',0,'2019-11-07 09:18:45'),(17859,19415,'es',0,NULL,'No ha sido posible desbloquear la petición %s. Error en la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17860,19416,'es',0,NULL,'No ha sido posible desbloquear la petición de la acción %s. Error en la base de datos.',NULL,'',0,'2019-11-07 09:18:45'),(17861,19417,'es',0,NULL,'No ha sido posible utilizar la imagen «%s».',NULL,'',0,'2019-11-07 09:18:45'),(17862,19418,'es',0,NULL,'Sin recortar',NULL,'',0,'2019-11-07 09:18:45'),(17863,19419,'es',0,NULL,'Entendiendo el informe de estado',NULL,'',0,'2019-11-07 09:18:45'),(17864,19420,'es',0,NULL,'¿Deshacer?',NULL,'',0,'2019-11-07 09:18:45'),(17865,19421,'es',0,NULL,'Desafortunadamente, <strong>no enviamos a %s</strong>. Por favor, introduce una dirección de envío alternativa.',NULL,'',0,'2019-11-07 09:18:45'),(17866,19422,'es',0,NULL,'Desgraciadamente, tu pedido no puede procesarse; el banco/comercio ha rechazado tu transacción. Por favor, intenta realizar la compra de nuevo.',NULL,'',0,'2019-11-07 09:18:45'),(17867,19423,'es',0,NULL,'Ungheni',NULL,'',0,'2019-11-07 09:18:45'),(17868,19424,'es',0,NULL,'Acción %s no identificada',NULL,'',0,'2019-11-07 09:18:45'),(17869,19425,'es',0,NULL,'ID único de la instancia.',NULL,'',0,'2019-11-07 09:18:45'),(17870,19426,'es',0,NULL,'ID único del recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17871,19427,'es',0,NULL,'ID único de la zona.',NULL,'',0,'2019-11-07 09:18:45'),(17872,19428,'es',0,NULL,'Identificador único del atributo de los términos.',NULL,'',0,'2019-11-07 09:18:45'),(17873,19429,'es',0,NULL,'Identificador único para el objeto.',NULL,'',0,'2019-11-07 09:18:45'),(17874,19430,'es',0,NULL,'Identificador único del producto al que pertenece la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(17875,19431,'es',0,NULL,'Identificador único del producto.',NULL,'',0,'2019-11-07 09:18:45'),(17876,19432,'es',0,NULL,'Identificador único para el recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17877,19433,'es',0,NULL,'Identificador único del producto variable.',NULL,'',0,'2019-11-07 09:18:45'),(17878,19434,'es',0,NULL,'Identificador único de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(17879,19435,'es',0,NULL,'Identificador único del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(17880,19436,'es',0,NULL,'Identificador único.',NULL,'',0,'2019-11-07 09:18:45'),(17881,19437,'es',0,NULL,'Slug único del recurso.',NULL,'',0,'2019-11-07 09:18:45'),(17882,19438,'es',0,NULL,'Slug/referencia única del atributo; debe tener menos de 28 caracteres.',NULL,'',0,'2019-11-07 09:18:45'),(17883,19439,'es',0,NULL,'ID único de la transacción.',NULL,'',0,'2019-11-07 09:18:45'),(17884,19440,'es',0,NULL,'Emiratos Árabes Unidos',NULL,'',0,'2019-11-07 09:18:45'),(17885,13403,'es',0,NULL,'Dirham Emiratos Árabes Unidos ',NULL,'',0,'2019-11-07 09:18:45'),(17886,19441,'es',0,NULL,'Reino Unido (UK)',NULL,'',0,'2019-11-07 09:18:45'),(17887,19442,'es',0,NULL,'Estados Unidos (EEUU)',NULL,'',0,'2019-11-07 09:18:45'),(17888,19443,'es',0,NULL,'Islas de ultramar menores de Estados Unidos (EEUU)',NULL,'',0,'2019-11-07 09:18:45'),(17889,13551,'es',0,NULL,'Dólar de los Estados Unidos (US)',NULL,'',0,'2019-11-07 09:18:45'),(17890,19444,'es',0,NULL,'Unidades en inventario',NULL,'',0,'2019-11-07 09:18:45'),(17891,19445,'es',0,NULL,'Desconocido',NULL,'',0,'2019-11-07 09:18:45'),(17892,19446,'es',0,NULL,'Nombre desconocido del archivo del producto.',NULL,'',0,'2019-11-07 09:18:45'),(17893,19447,'es',0,NULL,'Método de petición desconocido.',NULL,'',0,'2019-11-07 09:18:45'),(17894,19448,'es',0,NULL,'Ilimitado',NULL,'',0,'2019-11-07 09:18:45'),(17895,19449,'es',0,NULL,'Uso ilimitado',NULL,'',0,'2019-11-07 09:18:45'),(17896,19450,'es',0,NULL,'El pedido sin pagar ha sido cancelado - se ha alcanzado el limite de tiempo.',NULL,'',0,'2019-11-07 09:18:45'),(17897,19451,'es',0,NULL,'Las instancias sin serializar para esta clase están prohibidas.',NULL,'',0,'2019-11-07 09:18:45'),(17898,19452,'es',0,NULL,'Método de petición no soportado',NULL,'',0,'2019-11-07 09:18:45'),(17899,19453,'es',0,NULL,'Arriba %d%% desde %s',NULL,'',0,'2019-11-07 09:18:45'),(17900,19454,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:18:45'),(17901,19455,'es',0,NULL,'Actualizar %s',NULL,'',0,'2019-11-07 09:18:45'),(17902,19456,'es',0,NULL,'Actualización disponible',NULL,'',0,'2019-11-07 09:18:45'),(17903,19457,'es',0,NULL,'Actualizar la base de datos de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(17904,19458,'es',0,NULL,'Actualizar carrito',NULL,'',0,'2019-11-07 09:18:45'),(17905,13921,'es',0,NULL,'Actualizar categoría',NULL,'',0,'2019-11-07 09:18:45'),(17906,19459,'es',0,NULL,'Actualizar país',NULL,'',0,'2019-11-07 09:18:45'),(17907,19460,'es',0,NULL,'Actualizar base de datos',NULL,'',0,'2019-11-07 09:18:45'),(17908,19461,'es',0,NULL,'Actualizar productos existentes',NULL,'',0,'2019-11-07 09:18:45'),(17909,19462,'es',0,NULL,'Actualizar ahora',NULL,'',0,'2019-11-07 09:18:45'),(17910,19463,'es',0,NULL,'Actualización obligatoria: WooCommerce pronto requerirá la versión de PHP %1$s o superior y la versión de WordPress %2$s o superior.',NULL,'',0,'2019-11-07 09:18:45'),(17911,19464,'es',0,NULL,'Actualización obligatoria: WooCommerce pronto requerirá la versión de PHP %s o superior.',NULL,'',0,'2019-11-07 09:18:45'),(17912,19465,'es',0,NULL,'Actualización obligatoria: WooCommerce pronto requerirá la versión de WordPress %s o superior.',NULL,'',0,'2019-11-07 09:18:45'),(17913,13947,'es',0,NULL,'Actualizar clase de envío',NULL,'',0,'2019-11-07 09:18:45'),(17914,19466,'es',0,NULL,'Falló el evento de actualización de estado.',NULL,'',0,'2019-11-07 09:18:45'),(17915,13931,'es',0,NULL,'Actualizar etiqueta',NULL,'',0,'2019-11-07 09:18:45'),(17916,19467,'es',0,NULL,'Actualizar totales',NULL,'',0,'2019-11-07 09:18:45'),(17917,19468,'es',0,NULL,'Actualiza tu tema a la última versión. Si no hay ninguna actualización disponible contacta con el autor de tu tema para preguntarle sobre la compatibilidad con la versión actual de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(17918,19469,'es',0,NULL,'Actualizado',NULL,'',0,'2019-11-07 09:18:45'),(17919,19470,'es',0,NULL,'Actualizado el',NULL,'',0,'2019-11-07 09:18:45'),(17920,19471,'es',0,NULL,'Actualizando la base de datos',NULL,'',0,'2019-11-07 09:18:45'),(17921,19472,'es',0,NULL,'Falló la actualización de la valoración del producto.',NULL,'',0,'2019-11-07 09:18:45'),(17922,19473,'es',0,NULL,'Falló la actualización de la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(17923,19474,'es',0,NULL,'Falló el estado de actualización de la valoración.',NULL,'',0,'2019-11-07 09:18:45'),(17924,19475,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:18:45'),(17925,19476,'es',0,NULL,'Subir archivo CSV',NULL,'',0,'2019-11-07 09:18:45'),(17926,19477,'es',0,NULL,'Subir un nuevo archivo',NULL,'',0,'2019-11-07 09:18:45'),(17927,19478,'es',0,NULL,'Subir una imagen',NULL,'',0,'2019-11-07 09:18:45'),(17928,19479,'es',0,NULL,'Subir archivo e importar',NULL,'',0,'2019-11-07 09:18:45'),(17929,19480,'es',0,NULL,'Sube o asigna aquí una imagen para el producto. La imagen se mostrará en el catálogo de tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(17930,19481,'es',0,NULL,'Subir/Añadir imagen',NULL,'',0,'2019-11-07 09:18:45'),(17931,13875,'es',0,NULL,'Subido a este producto',NULL,'',0,'2019-11-07 09:18:45'),(17932,19482,'es',0,NULL,'Ventas dirigidas',NULL,'',0,'2019-11-07 09:18:45'),(17933,19483,'es',0,NULL,'Las ventas dirigidas son productos que recomiendas en lugar del producto que se está viendo, por ejemplo, productos que son más rentables o de mejor calidad o más caros.',NULL,'',0,'2019-11-07 09:18:45'),(17934,19484,'es',0,NULL,'Uri',NULL,'',0,'2019-11-07 09:18:45'),(17935,19485,'es',0,NULL,'Uruguay',NULL,'',0,'2019-11-07 09:18:45'),(17936,13552,'es',0,NULL,'Peso uruguayo',NULL,'',0,'2019-11-07 09:18:45'),(17937,19486,'es',0,NULL,'Uso / Límite',NULL,'',0,'2019-11-07 09:18:45'),(17938,13839,'es',0,NULL,'Seguimiento de uso',NULL,'',0,'2019-11-07 09:18:45'),(17939,19487,'es',0,NULL,'Límite de uso por cupón',NULL,'',0,'2019-11-07 09:18:45'),(17940,19488,'es',0,NULL,'Límite de uso por usuario',NULL,'',0,'2019-11-07 09:18:45'),(17941,19489,'es',0,NULL,'Límites de uso',NULL,'',0,'2019-11-07 09:18:45'),(17942,19490,'es',0,NULL,'Restricción de uso',NULL,'',0,'2019-11-07 09:18:45'),(17943,19491,'es',0,NULL,'Utiliza <code>[qty]</code> para el número de artículos, <br/><code>[cost]</code> para el coste total de artículos y <code>[fee percent=\"10\" min_fee=\"20\" max_fee=\"\"]</code> para cargos en porcentaje.',NULL,'',0,'2019-11-07 09:18:45'),(17944,19492,'es',0,NULL,'Usar parámetros de WP Query para modificar la respuesta. Las variables de consulta privadas necesitan la autorización correspondiente.',NULL,'',0,'2019-11-07 09:18:45'),(17945,19493,'es',0,NULL,'Usa WooCommerce Shipping (funciona con WooCommerce Services y Jetpack) para ahorrar tiempo en la oficina de correos al imprimir tus etiquetas de envío en casa.',NULL,'',0,'2019-11-07 09:18:45'),(17946,19494,'es',0,NULL,'Añadir una nueva forma de pago',NULL,'',0,'2019-11-07 09:18:45'),(17947,13873,'es',0,NULL,'Usar como imagen de producto',NULL,'',0,'2019-11-07 09:18:45'),(17948,19495,'es',0,NULL,'Usar imagen',NULL,'',0,'2019-11-07 09:18:45'),(17949,19496,'es',0,NULL,'¿Usamos las anteriores preferencias de asignación de columnas?',NULL,'',0,'2019-11-07 09:18:45'),(17950,19497,'es',0,NULL,'Usado para variaciones',NULL,'',0,'2019-11-07 09:18:45'),(17951,19498,'es',0,NULL,'Permisos de descarga agotados',NULL,'',0,'2019-11-07 09:18:45'),(17952,19499,'es',0,NULL,'Usuario',NULL,'',0,'2019-11-07 09:18:45'),(17953,19500,'es',0,NULL,'ID del usuario que creó el reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(17954,19501,'es',0,NULL,'ID del usuario que ha hecho el pedido. 0 para invitados.',NULL,'',0,'2019-11-07 09:18:45'),(17955,19502,'es',0,NULL,'Agente de usuario del cliente.',NULL,'',0,'2019-11-07 09:18:45'),(17956,19503,'es',0,NULL,'Correo electrónico del usuario',NULL,'',0,'2019-11-07 09:18:45'),(17957,19504,'es',0,NULL,'Falta el usuario.',NULL,'',0,'2019-11-07 09:18:45'),(17958,13851,'es',0,NULL,'Cliente',NULL,'',0,'2019-11-07 09:18:45'),(17959,13852,'es',0,NULL,'Gestor de la tienda',NULL,'',0,'2019-11-07 09:18:45'),(17960,19505,'es',0,NULL,'Nombre de usuario',NULL,'',0,'2019-11-07 09:18:45'),(17961,19506,'es',0,NULL,'Nombre de usuario requerido.',NULL,'',0,'2019-11-07 09:18:45'),(17962,19507,'es',0,NULL,'El nombre de usuario no es editable.',NULL,'',0,'2019-11-07 09:18:45'),(17963,19508,'es',0,NULL,'Nombre de usuario o correo electrónico',NULL,'',0,'2019-11-07 09:18:45'),(17964,19509,'es',0,NULL,'Nombre de usuario o correo electrónico',NULL,'',0,'2019-11-07 09:18:45'),(17965,19510,'es',0,NULL,'Nombre de usuario: %s',NULL,'',0,'2019-11-07 09:18:45'),(17966,19511,'es',0,NULL,'Los usuarios tendrán que gastar esta cantidad para conseguir el envío gratuito (si está activo arriba).',NULL,'',0,'2019-11-07 09:18:45'),(17967,19512,'es',0,NULL,'Utah',NULL,'',0,'2019-11-07 09:18:45'),(17968,19513,'es',0,NULL,'Uthai Thani',NULL,'',0,'2019-11-07 09:18:45'),(17969,19514,'es',0,NULL,'Uttar Pradesh',NULL,'',0,'2019-11-07 09:18:45'),(17970,19515,'es',0,NULL,'Uttaradit',NULL,'',0,'2019-11-07 09:18:45'),(17971,19516,'es',0,NULL,'Uttarakhand',NULL,'',0,'2019-11-07 09:18:45'),(17972,19517,'es',0,NULL,'Uzbekistán',NULL,'',0,'2019-11-07 09:18:45'),(17973,13553,'es',0,NULL,'Som uzbeko',NULL,'',0,'2019-11-07 09:18:45'),(17974,19518,'es',0,NULL,'Uíge',NULL,'',0,'2019-11-07 09:18:45'),(17975,19519,'es',0,NULL,'Vâlcea',NULL,'',0,'2019-11-07 09:18:45'),(17976,19520,'es',0,NULL,'IVA',NULL,'',0,'2019-11-07 09:18:45'),(17977,19521,'es',0,NULL,'Valais',NULL,'',0,'2019-11-07 09:18:45'),(17978,19522,'es',0,NULL,'Valencia',NULL,'',0,'2019-11-07 09:18:45'),(17979,19523,'es',0,NULL,'Error de validación: la respuesta IPN de Paypal proviene de una dirección de correo electrónico diferente (%s).',NULL,'',0,'2019-11-07 09:18:45'),(17980,19524,'es',0,NULL,'Error de validación: Las cantidades de PayPal no coinciden (cantidad %s).',NULL,'',0,'2019-11-07 09:18:45'),(17981,19525,'es',0,NULL,'Error de validación: las cantidades de PayPal no coinciden (bruto %s).',NULL,'',0,'2019-11-07 09:18:45'),(17982,19526,'es',0,NULL,'Error de validación: No coinciden las divisas en PayPal (código %s)',NULL,'',0,'2019-11-07 09:18:45'),(17983,19527,'es',0,NULL,'Valladolid',NULL,'',0,'2019-11-07 09:18:45'),(17984,19528,'es',0,NULL,'Valor (requerido)',NULL,'',0,'2019-11-07 09:18:45'),(17985,19529,'es',0,NULL,'Valor del cupón.',NULL,'',0,'2019-11-07 09:18:45'),(17986,19530,'es',0,NULL,'Valor(es)',NULL,'',0,'2019-11-07 09:18:45'),(17987,19531,'es',0,NULL,'Van',NULL,'',0,'2019-11-07 09:18:45'),(17988,19532,'es',0,NULL,'Vanuatu',NULL,'',0,'2019-11-07 09:18:45'),(17989,13557,'es',0,NULL,'Vatu de Vanuatu',NULL,'',0,'2019-11-07 09:18:45'),(17990,19533,'es',0,NULL,'Varese',NULL,'',0,'2019-11-07 09:18:45'),(17991,19534,'es',0,NULL,'Variable es para productos más complejos, como camisetas con varias tallas.',NULL,'',0,'2019-11-07 09:18:45'),(17992,19535,'es',0,NULL,'Producto variable',NULL,'',0,'2019-11-07 09:18:45'),(17993,19536,'es',0,NULL,'Variación #%1$s de %2$s',NULL,'',0,'2019-11-07 09:18:45'),(17994,19537,'es',0,NULL,'ID de la variación, si es aplicable.',NULL,'',0,'2019-11-07 09:18:45'),(17995,19538,'es',0,NULL,'ID de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(17996,19539,'es',0,NULL,'ID de la variación:',NULL,'',0,'2019-11-07 09:18:45'),(17997,19540,'es',0,NULL,'URL de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(17998,19541,'es',0,NULL,'La variación no se ha podido importar: falta el ID del padre o el padre no existe aún.',NULL,'',0,'2019-11-07 09:18:45'),(17999,19542,'es',0,NULL,'No se puede importar la variación: El producto padre no puede ser una variación de producto.',NULL,'',0,'2019-11-07 09:18:45'),(18000,19543,'es',0,NULL,'Descripción de la variación',NULL,'',0,'2019-11-07 09:18:45'),(18001,19544,'es',0,NULL,'Dimensiones de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(18002,19545,'es',0,NULL,'Altura de la variación (%s).',NULL,'',0,'2019-11-07 09:18:45'),(18003,19546,'es',0,NULL,'Datos de la imagen de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(18004,19547,'es',0,NULL,'Largo de la variación (%s).',NULL,'',0,'2019-11-07 09:18:45'),(18005,19548,'es',0,NULL,'Orden del menú de la variación (determina la posición en la lista de variaciones)',NULL,'',0,'2019-11-07 09:18:45'),(18006,19549,'es',0,NULL,'Precio de la variación (requerido)',NULL,'',0,'2019-11-07 09:18:45'),(18007,19550,'es',0,NULL,'Precio normal de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(18008,19551,'es',0,NULL,'Precio rebajado de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(18009,19552,'es',0,NULL,'Estado de la variación.',NULL,'',0,'2019-11-07 09:18:45'),(18010,19553,'es',0,NULL,'Peso de la variación (%s).',NULL,'',0,'2019-11-07 09:18:45'),(18011,19554,'es',0,NULL,'Ancho de la variación (%s).',NULL,'',0,'2019-11-07 09:18:45'),(18012,13880,'es',0,NULL,'Variaciones',NULL,'',0,'2019-11-07 09:18:45'),(18013,19555,'es',0,NULL,'Las variaciones (y sus atributos) que no tengan precios no se mostrarán en tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(18014,19556,'es',0,NULL,'Varna',NULL,'',0,'2019-11-07 09:18:45'),(18015,19557,'es',0,NULL,'Vas',NULL,'',0,'2019-11-07 09:18:45'),(18016,19558,'es',0,NULL,'Vaslui',NULL,'',0,'2019-11-07 09:18:45'),(18017,19559,'es',0,NULL,'Ciudad del Vaticano',NULL,'',0,'2019-11-07 09:18:45'),(18018,19560,'es',0,NULL,'Vaud',NULL,'',0,'2019-11-07 09:18:45'),(18019,19561,'es',0,NULL,'Veliko Tarnovo',NULL,'',0,'2019-11-07 09:18:45'),(18020,19562,'es',0,NULL,'Venezia',NULL,'',0,'2019-11-07 09:18:45'),(18021,19563,'es',0,NULL,'Venezuela',NULL,'',0,'2019-11-07 09:18:45'),(18022,13554,'es',0,NULL,'Bolívar venezolano',NULL,'',0,'2019-11-07 09:18:45'),(18023,19564,'es',0,NULL,'Veracruz',NULL,'',0,'2019-11-07 09:18:45'),(18024,19565,'es',0,NULL,'Verbano-Cusio-Ossola',NULL,'',0,'2019-11-07 09:18:45'),(18025,19566,'es',0,NULL,'Vercelli',NULL,'',0,'2019-11-07 09:18:45'),(18026,19567,'es',0,NULL,'Comprador verificado',NULL,'',0,'2019-11-07 09:18:45'),(18027,19568,'es',0,NULL,'Vermont',NULL,'',0,'2019-11-07 09:18:45'),(18028,19569,'es',0,NULL,'Verona',NULL,'',0,'2019-11-07 09:18:45'),(18029,19570,'es',0,NULL,'Versión',NULL,'',0,'2019-11-07 09:18:45'),(18030,19571,'es',0,NULL,'La versión %s está <strong>disponible</strong>.',NULL,'',0,'2019-11-07 09:18:45'),(18031,19572,'es',0,NULL,'La versión %s está <strong>disponible</strong>. Para activar esta actualización necesitas <strong>adquirir</strong> una nueva suscripción.',NULL,'',0,'2019-11-07 09:18:45'),(18032,19573,'es',0,NULL,'Versión de WooCommerce en la que se actualizó el pedido.',NULL,'',0,'2019-11-07 09:18:45'),(18033,19574,'es',0,NULL,'Muy pobre',NULL,'',0,'2019-11-07 09:18:45'),(18034,19575,'es',0,NULL,'Veszprém',NULL,'',0,'2019-11-07 09:18:45'),(18035,19576,'es',0,NULL,'Vibo Valentia',NULL,'',0,'2019-11-07 09:18:45'),(18036,19577,'es',0,NULL,'Vicenza',NULL,'',0,'2019-11-07 09:18:45'),(18037,19578,'es',0,NULL,'Victoria',NULL,'',0,'2019-11-07 09:18:45'),(18038,19579,'es',0,NULL,'Vidin',NULL,'',0,'2019-11-07 09:18:45'),(18039,19580,'es',0,NULL,'Vietnam',NULL,'',0,'2019-11-07 09:18:45'),(18040,13556,'es',0,NULL,'đồng vietnamita',NULL,'',0,'2019-11-07 09:18:45'),(18041,19581,'es',0,NULL,'Ver',NULL,'',0,'2019-11-07 09:18:45'),(18042,19582,'es',0,NULL,'Ver y personalizar',NULL,'',0,'2019-11-07 09:18:45'),(18043,19583,'es',0,NULL,'Ver acción',NULL,'',0,'2019-11-07 09:18:45'),(18044,19584,'es',0,NULL,'Ver la documentación de la API de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18045,19585,'es',0,NULL,'Ver la documentación de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18046,19586,'es',0,NULL,'Ver los ajustes de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18047,19587,'es',0,NULL,'Ver plantillas afectadas',NULL,'',0,'2019-11-07 09:18:45'),(18048,19588,'es',0,NULL,'Ver y gestionar cupones',NULL,'',0,'2019-11-07 09:18:45'),(18049,19589,'es',0,NULL,'Ver y gestionar clientes',NULL,'',0,'2019-11-07 09:18:45'),(18050,19590,'es',0,NULL,'Ver y gestionar pedidos e informes de ventas',NULL,'',0,'2019-11-07 09:18:45'),(18051,19591,'es',0,NULL,'Ver y gestionar productos',NULL,'',0,'2019-11-07 09:18:45'),(18052,19592,'es',0,NULL,'Ver carrito',NULL,'',0,'2019-11-07 09:18:45'),(18053,13903,'es',0,NULL,'Ver cupón',NULL,'',0,'2019-11-07 09:18:45'),(18054,19593,'es',0,NULL,'Ver cupones',NULL,'',0,'2019-11-07 09:18:45'),(18055,19594,'es',0,NULL,'Ver clientes',NULL,'',0,'2019-11-07 09:18:45'),(18056,19595,'es',0,NULL,'Ver el registro de la importación',NULL,'',0,'2019-11-07 09:18:45'),(18057,19596,'es',0,NULL,'Ver más temas hijos de Storefront',NULL,'',0,'2019-11-07 09:18:45'),(18058,13824,'es',0,NULL,'Ver pedido',NULL,'',0,'2019-11-07 09:18:45'),(18059,19597,'es',0,NULL,'Ver pedido: %s',NULL,'',0,'2019-11-07 09:18:45'),(18060,19598,'es',0,NULL,'Ver pedidos',NULL,'',0,'2019-11-07 09:18:45'),(18061,19599,'es',0,NULL,'Ver pedidos e informes de ventas',NULL,'',0,'2019-11-07 09:18:45'),(18062,19600,'es',0,NULL,'Ver otros pedidos →',NULL,'',0,'2019-11-07 09:18:45'),(18063,13864,'es',0,NULL,'Ver producto',NULL,'',0,'2019-11-07 09:18:45'),(18064,13865,'es',0,NULL,'Ver productos',NULL,'',0,'2019-11-07 09:18:45'),(18065,19601,'es',0,NULL,'Ver productos en el grupo “%s”',NULL,'',0,'2019-11-07 09:18:45'),(18066,19602,'es',0,NULL,'Ver progreso →',NULL,'',0,'2019-11-07 09:18:45'),(18067,19603,'es',0,NULL,'Ver informe',NULL,'',0,'2019-11-07 09:18:45'),(18068,19604,'es',0,NULL,'Ver tasas de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18069,19605,'es',0,NULL,'Ver plantilla',NULL,'',0,'2019-11-07 09:18:45'),(18070,19606,'es',0,NULL,'Ver/Editar',NULL,'',0,'2019-11-07 09:18:45'),(18071,19607,'es',0,NULL,'Islas Vírgenes (Británicas)',NULL,'',0,'2019-11-07 09:18:45'),(18072,19608,'es',0,NULL,'Islas Vírgenes (EEUU)',NULL,'',0,'2019-11-07 09:18:45'),(18073,19609,'es',0,NULL,'Virginia',NULL,'',0,'2019-11-07 09:18:45'),(18074,19610,'es',0,NULL,'Virtual',NULL,'',0,'2019-11-07 09:18:45'),(18075,19611,'es',0,NULL,'Productos virtuales',NULL,'',0,'2019-11-07 09:18:45'),(18076,19612,'es',0,NULL,'Los productos virtuales son intangibles y no se envían.',NULL,'',0,'2019-11-07 09:18:45'),(18077,19613,'es',0,NULL,'Visa',NULL,'',0,'2019-11-07 09:18:45'),(18078,19614,'es',0,NULL,'Visibilidad',NULL,'',0,'2019-11-07 09:18:45'),(18079,19615,'es',0,NULL,'Visibilidad en el catálogo',NULL,'',0,'2019-11-07 09:18:45'),(18080,19616,'es',0,NULL,'Visible en la página de productos',NULL,'',0,'2019-11-07 09:18:45'),(18081,19617,'es',0,NULL,'Visita el área de administración de %s:',NULL,'',0,'2019-11-07 09:18:45'),(18082,19618,'es',0,NULL,'Visitar el escritorio',NULL,'',0,'2019-11-07 09:18:45'),(18083,19619,'es',0,NULL,'Visitar la tienda',NULL,'',0,'2019-11-07 09:18:45'),(18084,19620,'es',0,NULL,'Visitar la web del plugin',NULL,'',0,'2019-11-07 09:18:45'),(18085,19621,'es',0,NULL,'Visita el soporte al cliente premium',NULL,'',0,'2019-11-07 09:18:45'),(18086,19622,'es',0,NULL,'Destaca visualmente una categoría de productos y anima a realizar una acción.',NULL,'',0,'2019-11-07 09:18:45'),(18087,19623,'es',0,NULL,'Destaca visualmente un producto o una variación y anima a realizar una acción.',NULL,'',0,'2019-11-07 09:18:45'),(18088,19624,'es',0,NULL,'Destaca visualmente un producto o una variación y anima a realizar una acción.',NULL,'',0,'2019-11-07 09:18:45'),(18089,19625,'es',0,NULL,'Viterbo',NULL,'',0,'2019-11-07 09:18:45'),(18090,19626,'es',0,NULL,'Vrancea',NULL,'',0,'2019-11-07 09:18:45'),(18091,19627,'es',0,NULL,'Vratsa',NULL,'',0,'2019-11-07 09:18:45'),(18092,19628,'es',0,NULL,'Versión de la base de datos de WC.',NULL,'',0,'2019-11-07 09:18:45'),(18093,19629,'es',0,NULL,'Integración con WP REST API v%d',NULL,'',0,'2019-11-07 09:18:45'),(18094,19630,'es',0,NULL,'Waikato',NULL,'',0,'2019-11-07 09:18:45'),(18095,19631,'es',0,NULL,'Wakayama',NULL,'',0,'2019-11-07 09:18:45'),(18096,19632,'es',0,NULL,'Isla Wake',NULL,'',0,'2019-11-07 09:18:45'),(18097,19633,'es',0,NULL,'Wakiso',NULL,'',0,'2019-11-07 09:18:45'),(18098,19634,'es',0,NULL,'Wallis y Futuna',NULL,'',0,'2019-11-07 09:18:45'),(18099,19635,'es',0,NULL,'Advertencia',NULL,'',0,'2019-11-07 09:18:45'),(18100,19636,'es',0,NULL,'Washington',NULL,'',0,'2019-11-07 09:18:45'),(18101,19637,'es',0,NULL,'Echa un vistazo a nuestros <a href=\"%1$s\" target=\"_blank\">vídeos de visita guiada</a> para aprender más sobre WooCommerce, y visita WooCommerce.com para aprender más sobre <a href=\"%2$s\" target=\"_blank\">cómo empezar</a>.',NULL,'',0,'2019-11-07 09:18:45'),(18102,19638,'es',0,NULL,'Waterford',NULL,'',0,'2019-11-07 09:18:45'),(18103,19639,'es',0,NULL,'Aceptamos pagos mediante PayPal. Al procesar pagos algunos de tus datos se pasarán a PayPal, incluida la información requerida para procesar o dar soporte al pago, tales como el total de la compra y la información de facturación.',NULL,'',0,'2019-11-07 09:18:45'),(18104,19640,'es',0,NULL,'Recopilamos información tuya durante el proceso de pago en nuestra tienda.',NULL,'',0,'2019-11-07 09:18:45'),(18105,19641,'es',0,NULL,'Normalmente almacenamos información sobre ti durante el tiempo que necesitemos la información para los propósitos para los que la recopilamos y usamos, y no estemos legalmente obligados a seguir guardándola. Por ejemplo, almacenaremos información de los pedidos durante XXX años para propósitos de impuestos y contabilidad. Esto incluye tu nombre, dirección de correo electrónico y direcciones de facturación y envío.',NULL,'',0,'2019-11-07 09:18:45'),(18106,19642,'es',0,NULL,'Hemos terminado de procesar tu pedido.',NULL,'',0,'2019-11-07 09:18:45'),(18107,19643,'es',0,NULL,'Esperamos verte de nuevo pronto.',NULL,'',0,'2019-11-07 09:18:45'),(18108,19644,'es',0,NULL,'Esperamos poder cumplir pronto tu pedido.',NULL,'',0,'2019-11-07 09:18:45'),(18109,19645,'es',0,NULL,'Esperamos verte pronto.',NULL,'',0,'2019-11-07 09:18:45'),(18110,19646,'es',0,NULL,'Recomendamos Storefront, el tema <em>oficial</em> de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(18111,19647,'es',0,NULL,'Recomendamos usar la versión 7.2 o superior de PHP para un mayor rendimiento y seguridad.',NULL,'',0,'2019-11-07 09:18:45'),(18112,19648,'es',0,NULL,'Recomendamos usar ShipStation para ahorrar tiempo en la oficina de correos al imprimir tus etiquetas de envío en casa. Prueba gratis ShipStation durante 30 días.',NULL,'',0,'2019-11-07 09:18:45'),(18113,19649,'es',0,NULL,'Compartimos información con otros, que nos ayudan a ofrecer nuestros pedidos y gestionar servicios para ti; por ejemplo --',NULL,'',0,'2019-11-07 09:18:45'),(18114,13845,'es',0,NULL,'Mostramos sugerencias contextuales de extensiones oficiales que puedan ser útiles para tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(18115,19650,'es',0,NULL,'No hemos podido procesar tu pedido, por favor inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:45'),(18116,19651,'es',0,NULL,'También almacenamos comentarios o valoraciones, si eliges dejarlos.',NULL,'',0,'2019-11-07 09:18:45'),(18117,19652,'es',0,NULL,'Utilizaremos %1$s para el peso del producto y %2$s para las dimensiones del producto.',NULL,'',0,'2019-11-07 09:18:45'),(18118,19653,'es',0,NULL,'Estamos aquí para ayudarte — consigue trucos, actualizaciones de productos e inspiración directamente en tu bandeja de entrada.',NULL,'',0,'2019-11-07 09:18:45'),(18119,19654,'es',0,NULL,'Hemos creado dos zonas de envío - para %s y para el resto del mundo. Abajo puedes configurar costes de tarifa plana de envío para estas zonas u ofrecer envío gratuito.',NULL,'',0,'2019-11-07 09:18:45'),(18120,19655,'es',0,NULL,'Hemos hecho todo más simple y fácil para seguir mejorando. A partir de ahora puedes gestionar todas las compras de tu WooCommerce directamente desde el menú Extensiones, dentro del mismo plugin WooCommerce. <a href=\"%s\">Ve y gestiona</a> tus extensiones ahora..',NULL,'',0,'2019-11-07 09:18:45'),(18121,19656,'es',0,NULL,'Acciones de webhook',NULL,'',0,'2019-11-07 09:18:45'),(18122,19657,'es',0,NULL,'Webhook creado en %s',NULL,'',0,'2019-11-07 09:18:45'),(18123,19658,'es',0,NULL,'%b %d, %Y @ %I:%M %p',NULL,'',0,'2019-11-07 09:18:45'),(18124,19659,'es',0,NULL,'Webhook creado correctamente.',NULL,'',0,'2019-11-07 09:18:45'),(18125,19660,'es',0,NULL,'Datos del webhook',NULL,'',0,'2019-11-07 09:18:45'),(18126,19661,'es',0,NULL,'La URL de entrega del webhook tiene que ser una URL válida que empiece con http:// o https://',NULL,'',0,'2019-11-07 09:18:45'),(18127,19662,'es',0,NULL,'La URL de entrega del webhook tiene que ser una URL válida empezando con http:// o https://.',NULL,'',0,'2019-11-07 09:18:45'),(18128,19663,'es',0,NULL,'URL de entrega del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(18129,19664,'es',0,NULL,'Evento del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(18130,19665,'es',0,NULL,'Recurso del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(18131,19666,'es',0,NULL,'El estado del webhook debe ser válido.',NULL,'',0,'2019-11-07 09:18:45'),(18132,19667,'es',0,NULL,'Estado del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(18133,19668,'es',0,NULL,'El tema del webhook es obligatorio y tiene que ser válido.',NULL,'',0,'2019-11-07 09:18:45'),(18134,19669,'es',0,NULL,'El tema del webhook debe ser válido.',NULL,'',0,'2019-11-07 09:18:45'),(18135,19670,'es',0,NULL,'Asunto de webhook desconocido. Por favor, elige un asunto válido.',NULL,'',0,'2019-11-07 09:18:45'),(18136,19671,'es',0,NULL,'Tema del webhook.',NULL,'',0,'2019-11-07 09:18:45'),(18137,19672,'es',0,NULL,'Webhook actualizado correctamente.',NULL,'',0,'2019-11-07 09:18:45'),(18138,13794,'es',0,NULL,'Webhooks',NULL,'',0,'2019-11-07 09:18:45'),(18139,19673,'es',0,NULL,'Los webhooks son avisos de eventos enviados a URLs de tu elección. Pueden usarse para integraciones con servicios de terceros que sean compatibles con ellos.',NULL,'',0,'2019-11-07 09:18:45'),(18140,19674,'es',0,NULL,'Los webhooks no soportan ser movidos a la papelera.',NULL,'',0,'2019-11-07 09:18:45'),(18141,19675,'es',0,NULL,'Una semana hasta hoy',NULL,'',0,'2019-11-07 09:18:45'),(18142,19676,'es',0,NULL,'Semana(s)',NULL,'',0,'2019-11-07 09:18:45'),(18143,19677,'es',0,NULL,'Peso',NULL,'',0,'2019-11-07 09:18:45'),(18144,19678,'es',0,NULL,'Peso (%s)',NULL,'',0,'2019-11-07 09:18:45'),(18145,19679,'es',0,NULL,'Peso en forma decimal',NULL,'',0,'2019-11-07 09:18:45'),(18146,13634,'es',0,NULL,'Unidad de peso',NULL,'',0,'2019-11-07 09:18:45'),(18147,19680,'es',0,NULL,'Bienvenido a {site_title}',NULL,'',0,'2019-11-07 09:18:45'),(18148,19681,'es',0,NULL,'Wellington',NULL,'',0,'2019-11-07 09:18:45'),(18149,13561,'es',0,NULL,'Franco CFA de África del Oeste',NULL,'',0,'2019-11-07 09:18:45'),(18150,19682,'es',0,NULL,'Azerbaiyán Occidental (آذربایجان غربی)',NULL,'',0,'2019-11-07 09:18:45'),(18151,19683,'es',0,NULL,'West Bengal',NULL,'',0,'2019-11-07 09:18:45'),(18152,19684,'es',0,NULL,'Costa Oeste',NULL,'',0,'2019-11-07 09:18:45'),(18153,19685,'es',0,NULL,'West Virginia',NULL,'',0,'2019-11-07 09:18:45'),(18154,19686,'es',0,NULL,'Occidental',NULL,'',0,'2019-11-07 09:18:45'),(18155,19687,'es',0,NULL,'Western Australia',NULL,'',0,'2019-11-07 09:18:45'),(18156,19688,'es',0,NULL,'Provincia Occidental del Cabo',NULL,'',0,'2019-11-07 09:18:45'),(18157,19689,'es',0,NULL,'Sahara Occidental',NULL,'',0,'2019-11-07 09:18:45'),(18158,19690,'es',0,NULL,'Westmeath',NULL,'',0,'2019-11-07 09:18:45'),(18159,19691,'es',0,NULL,'Wexford',NULL,'',0,'2019-11-07 09:18:45'),(18160,19692,'es',0,NULL,'También usamos cookies para realizar el seguimiento de los contenidos del carrito mientras navegas por nuestro sitio.',NULL,'',0,'2019-11-07 09:18:45'),(18161,19693,'es',0,NULL,'¿Qué códigos postales están disponibles para la entrega local?',NULL,'',0,'2019-11-07 09:18:45'),(18162,19694,'es',0,NULL,'¿Qué códigos postales están disponibles para la recogida local?',NULL,'',0,'2019-11-07 09:18:45'),(18163,19695,'es',0,NULL,'¿En qué moneda aceptas pagos?',NULL,'',0,'2019-11-07 09:18:45'),(18164,19696,'es',0,NULL,'En qué moneda están los precios en el catálogo y en qué moneda se harán los pagos a través de las pasarelas.',NULL,'',0,'2019-11-07 09:18:45'),(18165,19697,'es',0,NULL,'Qué cuota deseas cobrar para entregas locales, aunque hayas elegido gratis. Déjalo en blanco para desactivar.',NULL,'',0,'2019-11-07 09:18:45'),(18166,19698,'es',0,NULL,'¿Qué es PayPal?',NULL,'',0,'2019-11-07 09:18:45'),(18167,19699,'es',0,NULL,'Lo que hará la herramienta en funcionamiento.',NULL,'',0,'2019-11-07 09:18:45'),(18168,19700,'es',0,NULL,'¿Qué tipos de productos tienes pensado vender?',NULL,'',0,'2019-11-07 09:18:45'),(18169,19701,'es',0,NULL,'Lo que recopilamos y almacenamos',NULL,'',0,'2019-11-07 09:18:45'),(18170,19702,'es',0,NULL,'Lo que compartimos con otros',NULL,'',0,'2019-11-07 09:18:45'),(18171,19703,'es',0,NULL,'¿Que te gustaría cobrar por la tarifa fija de envío?',NULL,'',0,'2019-11-07 09:18:45'),(18172,13604,'es',0,NULL,'Al aplicar múltiples cupones, se aplica el primer cupón al precio completo y el segundo cupón para el precio ya rebajado y así sucesivamente.',NULL,'',0,'2019-11-07 09:18:45'),(18173,13738,'es',0,NULL,'Al crear una cuenta, crea automáticamente una contraseña para la cuenta',NULL,'',0,'2019-11-07 09:18:45'),(18174,13737,'es',0,NULL,'Al crear una cuenta, genera automáticamente para el cliente un nombre de usuario de cuenta según su nombre, apellido o correo electrónico',NULL,'',0,'2019-11-07 09:18:45'),(18175,13743,'es',0,NULL,'Al gestionar una %s, ¿debe revocarse el acceso a los archivos descargables y vaciar el registro de descargas?',NULL,'',0,'2019-11-07 09:18:45'),(18176,13741,'es',0,NULL,'Al gestionar una %s, ¿deben conservarse o eliminarse los datos personales de los pedidos?',NULL,'',0,'2019-11-07 09:18:45'),(18177,13667,'es',0,NULL,'Cuando el inventario del producto alcanza esta cantidad el estado del inventario cambiará a «sin existencias» y recibirás un aviso por correo electrónico. Este ajuste no afecta a los productos «con existencias».',NULL,'',0,'2019-11-07 09:18:45'),(18178,19704,'es',0,NULL,'Cuando el inventario del producto alcance esta cantidad recibirás un aviso por correo electrónico.',NULL,'',0,'2019-11-07 09:18:45'),(18179,13665,'es',0,NULL,'Cuando el inventario del producto alcance esta cantidad serás notificado por correo electrónico.',NULL,'',0,'2019-11-07 09:18:45'),(18180,19705,'es',0,NULL,'Cuando sea <em>true</em>, la API de la pasarela de pago se utiliza para generar el reembolso.',NULL,'',0,'2019-11-07 09:18:45'),(18181,19706,'es',0,NULL,'Cuando hayas terminado de editar el producto, pulsa el botón «Publicar» para publicar tu producto en tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(18182,19707,'es',0,NULL,'Cuando nos compras algo te pedimos que facilites información que incluye tu nombre, dirección de facturación, dirección de envío, dirección de correo electrónico, número de teléfono, detalles de la tarjeta de crédito/pago e información adicional opcional como el nombre de usuario y la contraseña. Usaremos esta información para propósitos como:',NULL,'',0,'2019-11-07 09:18:45'),(18183,19708,'es',0,NULL,'Cuando recibas un nuevo pedido aparecerá aquí.',NULL,'',0,'2019-11-07 09:18:45'),(18184,19709,'es',0,NULL,'¿Donde está tu tienda?',NULL,'',0,'2019-11-07 09:18:45'),(18185,19710,'es',0,NULL,'Si se trata o no de una tarifa compuesta.',NULL,'',0,'2019-11-07 09:18:45'),(18186,19711,'es',0,NULL,'Si esta tasa de impuesto se aplica también al envío o no.',NULL,'',0,'2019-11-07 09:18:45'),(18187,19712,'es',0,NULL,'Si tienes o no WordPress multisitio activo.',NULL,'',0,'2019-11-07 09:18:45'),(18188,19713,'es',0,NULL,'Si se ignora la papelera y se fuerza el borrado.',NULL,'',0,'2019-11-07 09:18:45'),(18189,19714,'es',0,NULL,'Ocultar o no los recursos que no estén asignados a ningún producto.',NULL,'',0,'2019-11-07 09:18:45'),(18190,19715,'es',0,NULL,'¿Qué columnas deberían exportarse?',NULL,'',0,'2019-11-07 09:18:45'),(18191,19716,'es',0,NULL,'¿Qué categoría de producto debería exportarse?',NULL,'',0,'2019-11-07 09:18:45'),(18192,19717,'es',0,NULL,'¿Qué tipos de producto deberían exportarse?',NULL,'',0,'2019-11-07 09:18:45'),(18193,19718,'es',0,NULL,'Mientras visitas nuestro sitio realizaremos el seguimiento de:',NULL,'',0,'2019-11-07 09:18:45'),(18194,19719,'es',0,NULL,'Lista de correos electrónicos permitidos contra los que probar el correo electrónico de facturación del cliente al hacer un pedido. Separa las direcciones de correo electrónico con comas. También puedes usar un asterisco (*) para hacer coincidir partes de un correo electrónico. Por ejemplo «*@gmail.com» coincidirá con todas las direcciones de correo electrónico de gmail.',NULL,'',0,'2019-11-07 09:18:45'),(18195,19720,'es',0,NULL,'Quién de nuestro equipo tiene acceso',NULL,'',0,'2019-11-07 09:18:45'),(18196,19721,'es',0,NULL,'Wicklow',NULL,'',0,'2019-11-07 09:18:45'),(18197,19722,'es',0,NULL,'Anchura',NULL,'',0,'2019-11-07 09:18:45'),(18198,19723,'es',0,NULL,'Ancho (%s)',NULL,'',0,'2019-11-07 09:18:45'),(18199,19724,'es',0,NULL,'Wisconsin',NULL,'',0,'2019-11-07 09:18:45'),(18200,13384,'es',0,NULL,'WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18201,19725,'es',0,NULL,'WooCommerce › Asistente de configuración',NULL,'',0,'2019-11-07 09:18:45'),(18202,19726,'es',0,NULL,'API de WooCommerce. Utiliza una clave de cliente en el campo de usuario y una clave secreta de cliente en el campo de contraseña',NULL,'',0,'2019-11-07 09:18:45'),(18203,19727,'es',0,NULL,'Administración de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18204,19728,'es',0,NULL,'Icono de administración de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18205,19729,'es',0,NULL,'El modo de desarrollo de WooCommerce Blocks requiere crear archivos. Desde el directorio del plugin, ejecuta %1$s para instalar las dependencias, %2$s para crear los archivos o %3$s para crear los archivos y ver los cambios.',NULL,'',0,'2019-11-07 09:18:45'),(18206,13390,'es',0,NULL,'Datos del cliente de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18207,13392,'es',0,NULL,'Descargas del cliente en WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18208,13391,'es',0,NULL,'Pedidos del cliente en WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18209,13393,'es',0,NULL,'Tokens de pago del cliente en WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18210,19730,'es',0,NULL,'Variable de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18211,19731,'es',0,NULL,'Variables de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18212,19732,'es',0,NULL,'Extensiones de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18213,19733,'es',0,NULL,'Asistente de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18214,19734,'es',0,NULL,'Pedidos de la red WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18215,19735,'es',0,NULL,'WooCommerce PayFast Gateway',NULL,'',0,'2019-11-07 09:18:45'),(18216,19736,'es',0,NULL,'Pasarela de pago PayPal para WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18217,19737,'es',0,NULL,'Paquete de la REST API de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18218,19738,'es',0,NULL,'Valoraciones recientes de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18219,19739,'es',0,NULL,'WooCommerce Services',NULL,'',0,'2019-11-07 09:18:45'),(18220,19740,'es',0,NULL,'Icono de WooCommerce Services',NULL,'',0,'2019-11-07 09:18:45'),(18221,19741,'es',0,NULL,'WooCommerce Square',NULL,'',0,'2019-11-07 09:18:45'),(18222,19742,'es',0,NULL,'Estado de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18223,19743,'es',0,NULL,'WooCommerce Stripe Gateway',NULL,'',0,'2019-11-07 09:18:45'),(18224,19744,'es',0,NULL,'Nombres de acciones de WooCommerce asociadas con el webhook.',NULL,'',0,'2019-11-07 09:18:45'),(18225,19745,'es',0,NULL,'WooCommerce puede aceptar tanto pagos online como offline. Los <a href=\"%s\" target=\"_blank\">métodos de pago adicionales</a> se pueden instalar más tarde.',NULL,'',0,'2019-11-07 09:18:45'),(18226,19746,'es',0,NULL,'Actualización de la base de datos de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18227,19747,'es',0,NULL,'Actualización de la base de datos de WooCommerce completa. ¡Gracias por actualizar a la última versión!',NULL,'',0,'2019-11-07 09:18:45'),(18228,19748,'es',0,NULL,'Actualización obligatoria de la base de datos de WooCommerce ',NULL,'',0,'2019-11-07 09:18:45'),(18229,19749,'es',0,NULL,'Versión de la base de datos de WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18230,19750,'es',0,NULL,'WooCommerce eWAY Gateway',NULL,'',0,'2019-11-07 09:18:45'),(18231,19751,'es',0,NULL,'Variables de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18232,19752,'es',0,NULL,'Extensiones de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18233,19753,'es',0,NULL,'¡WooCommerce se ha actualizado! Para que todo funcione correctamente tenemos que actualizar tu base de datos a la versión más reciente.',NULL,'',0,'2019-11-07 09:18:45'),(18234,19754,'es',0,NULL,'Soporte técnico de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18235,19755,'es',0,NULL,'WooCommerce está actualizando los datos de los productos en segundo plano',NULL,'',0,'2019-11-07 09:18:45'),(18236,19756,'es',0,NULL,'WooCommerce está actualizando la base de datos en segundo plano. El proceso de actualización de la base de datos puede tardar un poco, así que ten paciencia.',NULL,'',0,'2019-11-07 09:18:45'),(18237,19757,'es',0,NULL,'Páginas de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18238,19758,'es',0,NULL,'Páginas de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18239,19759,'es',0,NULL,'Los plugins para WooCommerce pueden utilizar este método de comunicación en la comprobación de actualizaciones del plugin.',NULL,'',0,'2019-11-07 09:18:45'),(18240,19760,'es',0,NULL,'Productos de WooCommerce (CSV)',NULL,'',0,'2019-11-07 09:18:45'),(18241,19761,'es',0,NULL,'Ajustes de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18242,19762,'es',0,NULL,'Estado de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18243,19763,'es',0,NULL,'Compatible con WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18244,19764,'es',0,NULL,'Tasas de impuestos de WooCommerce (CSV)',NULL,'',0,'2019-11-07 09:18:45'),(18245,19765,'es',0,NULL,'Datos temporales de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18246,19766,'es',0,NULL,'Versión de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18247,19767,'es',0,NULL,'Versión de WooCommerce.',NULL,'',0,'2019-11-07 09:18:45'),(18248,19768,'es',0,NULL,'WooCommerce asociará un cliente a una sola zona usando su dirección de envío, y le mostrará los métodos de envío de esa zona.',NULL,'',0,'2019-11-07 09:18:45'),(18249,19769,'es',0,NULL,'WooCommerce funcionará con esta versión de PHP, sin embargo, ha alcanzado el fin de su vida útil. Recomendamos usar la versión 7.2 o superior de PHP para un mayor rendimiento y seguridad.',NULL,'',0,'2019-11-07 09:18:45'),(18250,19770,'es',0,NULL,'WooCommerce funcionará con esta versión de PHP, sin embargo, algunas características como la geolocalización no son compatibles. La compatibilidad con esta versión se acabará en la siguiente versión mayor. Recomendamos usar la versión 7.2 o superior de PHP para un mayor rendimiento y seguridad.',NULL,'',0,'2019-11-07 09:18:45'),(18251,13796,'es',0,NULL,'WooCommerce.com',NULL,'',0,'2019-11-07 09:18:45'),(18252,19771,'es',0,NULL,'Suscripciones de WooCommerce.com %s',NULL,'',0,'2019-11-07 09:18:45'),(18253,13838,'es',0,NULL,'Documentación del seguimiento de uso de WooCommerce.com',NULL,'',0,'2019-11-07 09:18:45'),(18254,19772,'es',0,NULL,'Dirección de WordPress (URL)',NULL,'',0,'2019-11-07 09:18:45'),(18255,19773,'es',0,NULL,'Cron de WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18256,19774,'es',0,NULL,'Modo de depuración de WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18257,19775,'es',0,NULL,'Entorno WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18258,19776,'es',0,NULL,'Idioma de WordPress.',NULL,'',0,'2019-11-07 09:18:45'),(18259,19777,'es',0,NULL,'Límite de memoria de WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18260,19778,'es',0,NULL,'Límite de memoria de WordPress.',NULL,'',0,'2019-11-07 09:18:45'),(18261,19779,'es',0,NULL,'WordPress multisitio',NULL,'',0,'2019-11-07 09:18:45'),(18262,19780,'es',0,NULL,'Requisitos de WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18263,19781,'es',0,NULL,'Versión de WordPress',NULL,'',0,'2019-11-07 09:18:45'),(18264,19782,'es',0,NULL,'Versión de WordPress.',NULL,'',0,'2019-11-07 09:18:45'),(18265,19783,'es',0,NULL,'Proyecto en WordPress.org',NULL,'',0,'2019-11-07 09:18:45'),(18266,19784,'es',0,NULL,'Escritura',NULL,'',0,'2019-11-07 09:18:45'),(18267,19785,'es',0,NULL,'Wyoming',NULL,'',0,'2019-11-07 09:18:45'),(18268,13678,'es',0,NULL,'X-Accel-Redirect / X-Sendfile',NULL,'',0,'2019-11-07 09:18:45'),(18269,19786,'es',0,NULL,'Xinjiang / 新疆',NULL,'',0,'2019-11-07 09:18:45'),(18270,19787,'es',0,NULL,'Yala',NULL,'',0,'2019-11-07 09:18:45'),(18271,19788,'es',0,NULL,'Yalova',NULL,'',0,'2019-11-07 09:18:45'),(18272,19789,'es',0,NULL,'Yamagata',NULL,'',0,'2019-11-07 09:18:45'),(18273,19790,'es',0,NULL,'Yamaguchi',NULL,'',0,'2019-11-07 09:18:45'),(18274,19791,'es',0,NULL,'Yamanashi',NULL,'',0,'2019-11-07 09:18:45'),(18275,19792,'es',0,NULL,'Yambol',NULL,'',0,'2019-11-07 09:18:45'),(18276,19793,'es',0,NULL,'Yardas',NULL,'',0,'2019-11-07 09:18:45'),(18277,19794,'es',0,NULL,'Yasothon',NULL,'',0,'2019-11-07 09:18:45'),(18278,19795,'es',0,NULL,'Yazd (یزد)',NULL,'',0,'2019-11-07 09:18:45'),(18279,19796,'es',0,NULL,'Año',NULL,'',0,'2019-11-07 09:18:45'),(18280,19797,'es',0,NULL,'Un año hasta hoy',NULL,'',0,'2019-11-07 09:18:45'),(18281,19798,'es',0,NULL,'Año(s)',NULL,'',0,'2019-11-07 09:18:45'),(18282,19799,'es',0,NULL,'Yemen',NULL,'',0,'2019-11-07 09:18:45'),(18283,13563,'es',0,NULL,'Rial yemení',NULL,'',0,'2019-11-07 09:18:45'),(18284,19800,'es',0,NULL,'Sí',NULL,'',0,'2019-11-07 09:18:45'),(18285,19801,'es',0,NULL,'¡Sí, por favor!',NULL,'',0,'2019-11-07 09:18:45'),(18286,13689,'es',0,NULL,'Sí, voy a introducir los precios con impuestos incluidos',NULL,'',0,'2019-11-07 09:18:45'),(18287,19802,'es',0,NULL,'Sí, exporta todos los meta personalizados',NULL,'',0,'2019-11-07 09:18:45'),(18288,19803,'es',0,NULL,'Ayer',NULL,'',0,'2019-11-07 09:18:45'),(18289,19804,'es',0,NULL,'Yobe',NULL,'',0,'2019-11-07 09:18:45'),(18290,19805,'es',0,NULL,'Puedes añadir múltiples métodos de envío dentro de esta zona. Solo los clientes dentro de la zona los verán.',NULL,'',0,'2019-11-07 09:18:45'),(18291,19806,'es',0,NULL,'También puedes:',NULL,'',0,'2019-11-07 09:18:45'),(18292,19807,'es',0,NULL,'Aquí puedes ejecutar manualmente las actualizaciones en espera.',NULL,'',0,'2019-11-07 09:18:45'),(18293,19808,'es',0,NULL,'Solo puedes tener 1 %s en tu carrito.',NULL,'',0,'2019-11-07 09:18:45'),(18294,19809,'es',0,NULL,'Opcionalmente puedes «etiquetar» aquí tus productos. Las etiquetas son un método de catalogar tus productos para hacerlos más fácil de encontrar para tus clientes.',NULL,'',0,'2019-11-07 09:18:45'),(18295,19810,'es',0,NULL,'No puedes añadir «%s» al carrito porque el producto está agotado.',NULL,'',0,'2019-11-07 09:18:45'),(18296,19811,'es',0,NULL,'No puedes añadir otro «%s» a tu carrito.',NULL,'',0,'2019-11-07 09:18:45'),(18297,19812,'es',0,NULL,'No puedes añadir esa cantidad de "%1$s" al carrito porque no hay suficientes existencias (quedan %2$s). ',NULL,'',0,'2019-11-07 09:18:45'),(18298,19813,'es',0,NULL,'No puedes añadir esa cantidad al carrito — tenemos %1$s existencias y has añadido %2$s en tu carrito.',NULL,'',0,'2019-11-07 09:18:45'),(18299,19814,'es',0,NULL,'¡No puedes añadir el mismo impuesto dos veces!',NULL,'',0,'2019-11-07 09:18:45'),(18300,19815,'es',0,NULL,'No tienes permisos para acceder a esta página',NULL,'',0,'2019-11-07 09:18:45'),(18301,19816,'es',0,NULL,'No tienes permisos para asignar claves API al usuario seleccionado.',NULL,'',0,'2019-11-07 09:18:45'),(18302,19817,'es',0,NULL,'No tienes permisos para crear cupones',NULL,'',0,'2019-11-07 09:18:45'),(18303,19818,'es',0,NULL,'No tienes permisos para crear notas de pedidos',NULL,'',0,'2019-11-07 09:18:45'),(18304,19819,'es',0,NULL,'No tienes permisos para crear reembolsos de pedido',NULL,'',0,'2019-11-07 09:18:45'),(18305,19820,'es',0,NULL,'No tienes permisos para crear pedidos',NULL,'',0,'2019-11-07 09:18:45'),(18306,19821,'es',0,NULL,'No tienes permisos para crear atributos de producto',NULL,'',0,'2019-11-07 09:18:45'),(18307,19822,'es',0,NULL,'No tienes permisos para crear categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(18308,19823,'es',0,NULL,'No tienes permisos para crear clases de envío de producto',NULL,'',0,'2019-11-07 09:18:45'),(18309,19824,'es',0,NULL,'No tienes permisos para crear etiquetas de producto',NULL,'',0,'2019-11-07 09:18:45'),(18310,19825,'es',0,NULL,'No tienes permisos para crear productos',NULL,'',0,'2019-11-07 09:18:45'),(18311,19826,'es',0,NULL,'No tienes permisos para crear los tipos de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18312,19827,'es',0,NULL,'No tienes permisos para crear tasas de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18313,19828,'es',0,NULL,'No tienes permisos para crear este cliente',NULL,'',0,'2019-11-07 09:18:45'),(18314,19829,'es',0,NULL,'No tienes permisos para crear webhooks.',NULL,'',0,'2019-11-07 09:18:45'),(18315,19830,'es',0,NULL,'No tienes permisos para eliminar términos de atributos del producto.',NULL,'',0,'2019-11-07 09:18:45'),(18316,19831,'es',0,NULL,'No tienes permisos para borrar los atributos de producto',NULL,'',0,'2019-11-07 09:18:45'),(18317,19832,'es',0,NULL,'No tienes permisos para eliminar categorías de productos',NULL,'',0,'2019-11-07 09:18:45'),(18318,19833,'es',0,NULL,'No tienes permisos para eliminar las clases de envío de producto',NULL,'',0,'2019-11-07 09:18:45'),(18319,19834,'es',0,NULL,'No tienes permisos para eliminar la etiqueta de producto',NULL,'',0,'2019-11-07 09:18:45'),(18320,19835,'es',0,NULL,'No tienes permisos para eliminar los tipos de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18321,19836,'es',0,NULL,'No tienes permisos para eliminar las tasas de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18322,19837,'es',0,NULL,'No tienes permisos para eliminar este %s',NULL,'',0,'2019-11-07 09:18:45'),(18323,19838,'es',0,NULL,'No tienes permisos para eliminar este cliente',NULL,'',0,'2019-11-07 09:18:45'),(18324,19839,'es',0,NULL,'No tienes permisos para editar las claves API',NULL,'',0,'2019-11-07 09:18:45'),(18325,19840,'es',0,NULL,'No tienes permisos para editar Webhooks',NULL,'',0,'2019-11-07 09:18:45'),(18326,19841,'es',0,NULL,'No tienes permisos para editar los atributos del producto',NULL,'',0,'2019-11-07 09:18:45'),(18327,19842,'es',0,NULL,'No tienes permisos para editar las categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(18328,19843,'es',0,NULL,'No tienes permisos para editar las clases de envío de producto',NULL,'',0,'2019-11-07 09:18:45'),(18329,19844,'es',0,NULL,'No tienes permisos para editar las etiquetas de producto',NULL,'',0,'2019-11-07 09:18:45'),(18330,19845,'es',0,NULL,'No tienes permisos para editar las tasas de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18331,19846,'es',0,NULL,'No tienes permisos para editar este %s',NULL,'',0,'2019-11-07 09:18:45'),(18332,19847,'es',0,NULL,'No tienes permisos para editar esta clave API',NULL,'',0,'2019-11-07 09:18:45'),(18333,19848,'es',0,NULL,'No tienes permisos para editar este cliente',NULL,'',0,'2019-11-07 09:18:45'),(18334,19849,'es',0,NULL,'No tienes permiso para instalar un plugin o tema',NULL,'',0,'2019-11-07 09:18:45'),(18335,19850,'es',0,NULL,'No tienes permisos para leer los términos de atributo del producto',NULL,'',0,'2019-11-07 09:18:45'),(18336,19851,'es',0,NULL,'No tienes permisos para leer los atributos de producto',NULL,'',0,'2019-11-07 09:18:45'),(18337,19852,'es',0,NULL,'No tienes permisos para leer las categorías de producto',NULL,'',0,'2019-11-07 09:18:45'),(18338,19853,'es',0,NULL,'No tienes permisos para leer las clases de envío del producto.',NULL,'',0,'2019-11-07 09:18:45'),(18339,19854,'es',0,NULL,'No tienes permisos para leer las etiquetas de producto',NULL,'',0,'2019-11-07 09:18:45'),(18340,19855,'es',0,NULL,'No tienes permisos para leer los tipos de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18341,19856,'es',0,NULL,'No tienes permisos para leer la tasa de impuesto',NULL,'',0,'2019-11-07 09:18:45'),(18342,19857,'es',0,NULL,'No tienes permisos para ver el contador de cupones',NULL,'',0,'2019-11-07 09:18:45'),(18343,19858,'es',0,NULL,'No tienes permisos para leer la cantidad de clientes',NULL,'',0,'2019-11-07 09:18:45'),(18344,19859,'es',0,NULL,'No tienes permisos para ver el total de pedidos',NULL,'',0,'2019-11-07 09:18:45'),(18345,19860,'es',0,NULL,'No tienes permisos para ver la cantidad total de productos',NULL,'',0,'2019-11-07 09:18:45'),(18346,19861,'es',0,NULL,'No tienes permisos para leer el contador de tipos de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18347,19862,'es',0,NULL,'No tienes permisos para leer el contador de impuestos',NULL,'',0,'2019-11-07 09:18:45'),(18348,19863,'es',0,NULL,'No tienes permisos para leer el contador de webhooks',NULL,'',0,'2019-11-07 09:18:45'),(18349,19953,'es',0,NULL,'No tienes permisos para leer este %s',NULL,'',0,'2019-11-07 09:18:45'),(18350,19954,'es',0,NULL,'No tienes permisos para ver este cliente',NULL,'',0,'2019-11-07 09:18:45'),(18351,19955,'es',0,NULL,'No tienes permisos para leer este informe',NULL,'',0,'2019-11-07 09:18:45'),(18352,19956,'es',0,NULL,'No tienes permisos para revocar claves API',NULL,'',0,'2019-11-07 09:18:45'),(18353,19957,'es',0,NULL,'No tienes permisos para revocar esta clave API',NULL,'',0,'2019-11-07 09:18:45'),(18354,19958,'es',0,NULL,'No tienes permisos para actualizar Webhooks',NULL,'',0,'2019-11-07 09:18:45'),(18355,19959,'es',0,NULL,'No tienes permisos para hacer esto.',NULL,'',0,'2019-11-07 09:18:45'),(18356,19960,'es',0,NULL,'Has instalado una versión de desarrollo de WooCommerce que requiere que los archivos se construyan y minimicen. Desde el directorio de plugins, ejecuta <code>grunt asset</code> para construir y minimizar los assets.',NULL,'',0,'2019-11-07 09:18:45'),(18357,19961,'es',0,NULL,'Aún no has configurado este tipo de dirección.',NULL,'',0,'2019-11-07 09:18:45'),(18358,19962,'es',0,NULL,'Has recibido el siguiente mensaje de registro de WooCommerce:',NULL,'',0,'2019-11-07 09:18:45'),(18359,19963,'es',0,NULL,'Has recibido los siguientes mensajes de registro de WooCommerce:',NULL,'',0,'2019-11-07 09:18:45'),(18360,19964,'es',0,NULL,'Has conectado con éxito tu tienda a WooCommerce.com',NULL,'',0,'2019-11-07 09:18:45'),(18361,19965,'es',0,NULL,'Has desconectado con éxito tu tienda de WooCommerce.com',NULL,'',0,'2019-11-07 09:18:45'),(18362,19966,'es',0,NULL,'También te recomendamos…',NULL,'',0,'2019-11-07 09:18:45'),(18363,19967,'es',0,NULL,'Puede que estés interesado en…',NULL,'',0,'2019-11-07 09:18:45'),(18364,19968,'es',0,NULL,'Puede que tengas que restaurar manualmente el inventario del artículo.',NULL,'',0,'2019-11-07 09:18:45'),(18365,19969,'es',0,NULL,'Puedes seleccionar hasta %d elementos.',NULL,'',0,'2019-11-07 09:18:45'),(18366,19970,'es',0,NULL,'Debes %1$sacceder%2$s para publicar una reseña.',NULL,'',0,'2019-11-07 09:18:45'),(18367,19971,'es',0,NULL,'Debes iniciar sesión para realizar el pago',NULL,'',0,'2019-11-07 09:18:45'),(18368,19972,'es',0,NULL,'Debes acceder para descargar archivos.',NULL,'',0,'2019-11-07 09:18:45'),(18369,19973,'es',0,NULL,'Tendrás que enviar manualmente un reembolso a través de tu pasarela de pago después de usar esto.',NULL,'',0,'2019-11-07 09:18:45'),(18370,19974,'es',0,NULL,'Ya estás listo para añadir productos a tu tienda.',NULL,'',0,'2019-11-07 09:18:45'),(18371,19975,'es',0,NULL,'¡Ya estás listo para empezar a vender!',NULL,'',0,'2019-11-07 09:18:45'),(18372,19976,'es',0,NULL,'Tu CSV tiene que incluir columnas en un orden específico. %1$sHaz clic aquí para descargar un ejemplo%2$s.',NULL,'',0,'2019-11-07 09:18:45'),(18373,19977,'es',0,NULL,'Tu cuenta fue creada correctamente y se envió una contraseña a tu dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:18:45'),(18374,19978,'es',0,NULL,'Tu cuenta se creó correctamente. Tus datos de acceso se han enviado a tu dirección de correo electrónico.',NULL,'',0,'2019-11-07 09:18:45'),(18375,19979,'es',0,NULL,'Tu carrito está vacío.',NULL,'',0,'2019-11-07 09:18:45'),(18376,19980,'es',0,NULL,'Se perderán los cambios realizados si abandonas esta página sin guardar.',NULL,'',0,'2019-11-07 09:18:45'),(18377,19981,'es',0,NULL,'Se han guardado tus cambios.',NULL,'',0,'2019-11-07 09:18:45'),(18378,19982,'es',0,NULL,'Tus cambios no se han guardado. Por favor, inténtalo de nuevo.',NULL,'',0,'2019-11-07 09:18:45'),(18379,19983,'es',0,NULL,'Tu contraseña actual no es correcta.',NULL,'',0,'2019-11-07 09:18:45'),(18380,19984,'es',0,NULL,'Tu instalación de WooCommerce está incompleta. Si has instalado WooCommerce desde GitHub, por favor, %1$sconsulta este documento%2$s para configurar tu entorno de desarrollo.',NULL,'',0,'2019-11-07 09:18:45'),(18381,19985,'es',0,NULL,'Tu instalación de WooCommerce está incompleta. Si has instalado WooCommerce desde GitHub, por favor, consulta este documento para configurar tu entorno de desarrollo: https://github.com/woocommerce/woocommerce/wiki/How-to-set-up-WooCommerce-development-environment',NULL,'',0,'2019-11-07 09:18:45'),(18382,19986,'es',0,NULL,'Tu instalación del plugin WooCommerce Blocks está incompleta. Por favor, ejecuta %1$s dentro del directorio %2$s.',NULL,'',0,'2019-11-07 09:18:45'),(18383,19987,'es',0,NULL,'Tu instalación del plugin WooCommerce REST API está incompleta. Por favor, ejecuta %1$s dentro del directorio %2$s.',NULL,'',0,'2019-11-07 09:18:45'),(18384,19988,'es',0,NULL,'Tu recibo del pedido #{order_number}',NULL,'',0,'2019-11-07 09:18:45'),(18385,19989,'es',0,NULL,'Tu último recibo en {site_title}',NULL,'',0,'2019-11-07 09:18:45'),(18386,19990,'es',0,NULL,'Tu pedido',NULL,'',0,'2019-11-07 09:18:45'),(18387,19991,'es',0,NULL,'Tu pedido ya no se puede cancelar. Por favor, ponte en contacto con nosotros si necesitas ayuda.',NULL,'',0,'2019-11-07 09:18:45'),(18388,19992,'es',0,NULL,'Tu pedido en %s se ha reembolsado parcialmente. Hay más detalles abajo para tu información:',NULL,'',0,'2019-11-07 09:18:45'),(18389,19993,'es',0,NULL,'Tu pedido en %s se ha reembolsado. Hay más detalles abajo para tu información:',NULL,'',0,'2019-11-07 09:18:45'),(18390,19994,'es',0,NULL,'Tu pedido se ha cancelado.',NULL,'',0,'2019-11-07 09:18:45'),(18391,19995,'es',0,NULL,'Tu contraseña se ha generado automáticamente: %s',NULL,'',0,'2019-11-07 09:18:45'),(18392,19996,'es',0,NULL,'Tu contraseña se ha creado automáticamente: %s. ',NULL,'',0,'2019-11-07 09:18:45'),(18393,19997,'es',0,NULL,'Tu contraseña se ha restablecido correctamente.',NULL,'',0,'2019-11-07 09:18:45'),(18394,13756,'es',0,NULL,'Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web y otros propósitos descritos en nuestra %s.',NULL,'',0,'2019-11-07 09:18:45'),(18395,13753,'es',0,NULL,'Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web, gestionar el acceso a tu cuenta y otros propósitos descritos en nuestra %s.',NULL,'',0,'2019-11-07 09:18:45'),(18396,19998,'es',0,NULL,'Tus productos están siendo importados ahora…',NULL,'',0,'2019-11-07 09:18:45'),(18397,19999,'es',0,NULL,'Tu puntuación',NULL,'',0,'2019-11-07 09:18:45'),(18398,20000,'es',0,NULL,'Tus datos solicitados se están cargando',NULL,'',0,'2019-11-07 09:18:45'),(18399,20001,'es',0,NULL,'Tu valoración',NULL,'',0,'2019-11-07 09:18:45'),(18400,20002,'es',0,NULL,'Tu valoración está pendiente de aprobación',NULL,'',0,'2019-11-07 09:18:45'),(18401,20003,'es',0,NULL,'Tu servidor no tiene activado «fsockopen» o «cURL» - PayPal IPN y otros scripts, que se comunican con otros servidores, no funcionarán. Contacta con tu proveedor de alojamiento.',NULL,'',0,'2019-11-07 09:18:45'),(18402,20004,'es',0,NULL,'Tu servidor no tiene activa la clase %s - los correos electrónicos HTML/Multiparte, y también algunas extensiones, no funcionarán sin el DOMDocument.',NULL,'',0,'2019-11-07 09:18:45'),(18403,20005,'es',0,NULL,'Tu servidor no tiene la clase %s activada - puede que algunos plugins de pasarela de pago que utilizan SOAP no funcionen como se espera.',NULL,'',0,'2019-11-07 09:18:45'),(18404,20006,'es',0,NULL,'Tu servidor no es compatible con la función %s - es imprescindible para usar la base de datos GeoIP de MaxMind.',NULL,'',0,'2019-11-07 09:18:45'),(18405,20007,'es',0,NULL,'Tu servidor no es compatible con las funciones de %s - esto es necesario para una mejor codificación de caracteres. En su lugar, se utilizarán algunos mecanismos alternativos.',NULL,'',0,'2019-11-07 09:18:45'),(18406,20008,'es',0,NULL,'Tus ajustes se han guardado.',NULL,'',0,'2019-11-07 09:18:45'),(18407,20009,'es',0,NULL,'Tu sitio podría estar en una red privada. Jetpack solo puede conectarse a sitios públicos. Por favor asegúrate de que tu sitio está visible en internet y después intenta conectarlo de nuevo ?.',NULL,'',0,'2019-11-07 09:18:45'),(18408,20010,'es',0,NULL,'Parece que tu tienda no está usando una conexión segura. Recomendamos encarecidamente servir toda tu web en una conexión HTTPS para ayudar a mantener seguros los datos de los clientes. <a href=\"%s\">Aprende más aquí.</a>',NULL,'',0,'2019-11-07 09:18:45'),(18409,20011,'es',0,NULL,'Tu tienda no tiene ningún atributo de producto.',NULL,'',0,'2019-11-07 09:18:45'),(18410,20012,'es',0,NULL,'Tu tienda no tiene ninguna categoría de producto.',NULL,'',0,'2019-11-07 09:18:45'),(18411,20013,'es',0,NULL,'Tu tienda no tiene ninguna etiqueta de producto.',NULL,'',0,'2019-11-07 09:18:45'),(18412,20014,'es',0,NULL,'Tu tienda no tiene ningún producto.',NULL,'',0,'2019-11-07 09:18:45'),(18413,20015,'es',0,NULL,'¡Tu tienda está casi lista! Para activar servicios como %s simplemente conecta con Jetpack.',NULL,'',0,'2019-11-07 09:18:45'),(18414,20016,'es',0,NULL,'Tu tienda no está usando HTTPS. <a href=\"%s\" target=\"_blank\">Aprende más sobre HTTPS y los certificados SSL</a>.',NULL,'',0,'2019-11-07 09:18:45'),(18415,20017,'es',0,NULL,'Tu tema tiene un archivo woocommerce.php, no podrás sobreescribir la plantilla personalizada woocommerce/archive-product.php ya que woocommerce.php tiene prioridad sobre archive-product.php. Esto es intencionado para prevenir problemas de visualización.',NULL,'',0,'2019-11-07 09:18:45'),(18416,20018,'es',0,NULL,'¡Se ha creado tu cuenta en {site_title}!',NULL,'',0,'2019-11-07 09:18:45'),(18417,20019,'es',0,NULL,'Tu pedido #{order_number} en {site_title} ha sido reembolsado parcialmente',NULL,'',0,'2019-11-07 09:18:45'),(18418,20020,'es',0,NULL,'Tu pedido #{order_number} en {site_title} ha sido reembolsado',NULL,'',0,'2019-11-07 09:18:45'),(18419,20021,'es',0,NULL,'¡Hemos recibido tu pedido en {site_title}!',NULL,'',0,'2019-11-07 09:18:45'),(18420,20022,'es',0,NULL,'Tu pedido en {site_title} ya está completo',NULL,'',0,'2019-11-07 09:18:45'),(18421,20023,'es',0,NULL,'Has recibido el siguiente pedido de %s:',NULL,'',0,'2019-11-07 09:18:45'),(18422,20024,'es',0,NULL,'Yozgat',NULL,'',0,'2019-11-07 09:18:45'),(18423,20025,'es',0,NULL,'Yucatán',NULL,'',0,'2019-11-07 09:18:45'),(18424,20026,'es',0,NULL,'Yukon Territory',NULL,'',0,'2019-11-07 09:18:45'),(18425,20027,'es',0,NULL,'Yumbe',NULL,'',0,'2019-11-07 09:18:45'),(18426,20028,'es',0,NULL,'Yunnan / 云南',NULL,'',0,'2019-11-07 09:18:45'),(18427,20029,'es',0,NULL,'Zürich',NULL,'',0,'2019-11-07 09:18:45'),(18428,20030,'es',0,NULL,'Código postal',NULL,'',0,'2019-11-07 09:18:45'),(18429,20031,'es',0,NULL,'Zacatecas',NULL,'',0,'2019-11-07 09:18:45'),(18430,20032,'es',0,NULL,'Zaire',NULL,'',0,'2019-11-07 09:18:45'),(18431,20033,'es',0,NULL,'Zala',NULL,'',0,'2019-11-07 09:18:45'),(18432,20034,'es',0,NULL,'Zambales',NULL,'',0,'2019-11-07 09:18:45'),(18433,20035,'es',0,NULL,'Zambia',NULL,'',0,'2019-11-07 09:18:45'),(18434,13565,'es',0,NULL,'Kwacha zambiano',NULL,'',0,'2019-11-07 09:18:45'),(18435,20036,'es',0,NULL,'Zamboanga Sibugay',NULL,'',0,'2019-11-07 09:18:45'),(18436,20037,'es',0,NULL,'Zamboanga del Norte',NULL,'',0,'2019-11-07 09:18:45'),(18437,20038,'es',0,NULL,'Zamboanga del Sur',NULL,'',0,'2019-11-07 09:18:45'),(18438,20039,'es',0,NULL,'Zamfara',NULL,'',0,'2019-11-07 09:18:45'),(18439,20040,'es',0,NULL,'Zamora',NULL,'',0,'2019-11-07 09:18:45'),(18440,20041,'es',0,NULL,'Zanyán (زنجان)',NULL,'',0,'2019-11-07 09:18:45'),(18441,20042,'es',0,NULL,'Zanzibar Norte',NULL,'',0,'2019-11-07 09:18:45'),(18442,20043,'es',0,NULL,'Zanzibar Sur',NULL,'',0,'2019-11-07 09:18:45'),(18443,20044,'es',0,NULL,'Zanzibar Oeste',NULL,'',0,'2019-11-07 09:18:45'),(18444,20045,'es',0,NULL,'Zaragoza',NULL,'',0,'2019-11-07 09:18:45'),(18445,13850,'es',0,NULL,'Tasa cero',NULL,'',0,'2019-11-07 09:18:45'),(18446,20046,'es',0,NULL,'Zhejiang / 浙江',NULL,'',0,'2019-11-07 09:18:45'),(18447,20047,'es',0,NULL,'Zimbabue',NULL,'',0,'2019-11-07 09:18:45'),(18448,20048,'es',0,NULL,'Zombo',NULL,'',0,'2019-11-07 09:18:45'),(18449,20049,'es',0,NULL,'Zona',NULL,'',0,'2019-11-07 09:18:45'),(18450,20050,'es',0,NULL,'ID de la zona:',NULL,'',0,'2019-11-07 09:18:45'),(18451,20051,'es',0,NULL,'¡La zona no existe!',NULL,'',0,'2019-11-07 09:18:45'),(18452,20052,'es',0,NULL,'Nombre de la zona',NULL,'',0,'2019-11-07 09:18:45'),(18453,20053,'es',0,NULL,'Región(es) de la zona',NULL,'',0,'2019-11-07 09:18:45'),(18454,20054,'es',0,NULL,'Zonguldak',NULL,'',0,'2019-11-07 09:18:45'),(18455,20055,'es',0,NULL,'Ampliar/Reducir',NULL,'',0,'2019-11-07 09:18:45'),(18456,20056,'es',0,NULL,'Zug',NULL,'',0,'2019-11-07 09:18:45'),(18457,20057,'es',0,NULL,'[%1$s] %2$s: %3$s mensaje de registro de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18458,20058,'es',0,NULL,'[%1$s] %2$s: %3$s mensajes de registro de WooCommerce',NULL,'',0,'2019-11-07 09:18:45'),(18459,20059,'es',0,NULL,'[Pedido #%1$s] (%2$s)',NULL,'',0,'2019-11-07 09:18:45'),(18460,20060,'es',0,NULL,'[Pedido #%s]',NULL,'',0,'2019-11-07 09:18:45'),(18461,20061,'es',0,NULL,'[Eliminar]',NULL,'',0,'2019-11-07 09:18:45'),(18462,20062,'es',0,NULL,'[{site_title}] Nuevo pedido #({order_number})',NULL,'',0,'2019-11-07 09:18:45'),(18463,20063,'es',0,NULL,'[{site_title}]: El pedido #{order_number} se ha cancelado',NULL,'',0,'2019-11-07 09:18:45'),(18464,20064,'es',0,NULL,'[{site_title}]: El pedido #{order_number} ha fallado',NULL,'',0,'2019-11-07 09:18:45'),(18465,20065,'es',0,NULL,'un grupo de regiones al que se puede asignar diferentes métodos de envío y tarifas.',NULL,'',0,'2019-11-07 09:18:45'),(18466,13729,'es',0,NULL,'solicitud de borrado de cuenta',NULL,'',0,'2019-11-07 09:18:45'),(18467,20066,'es',0,NULL,'acción cancelada',NULL,'',0,'2019-11-07 09:18:45'),(18468,20067,'es',0,NULL,'acción completada',NULL,'',0,'2019-11-07 09:18:45'),(18469,20068,'es',0,NULL,'acción creada',NULL,'',0,'2019-11-07 09:18:45'),(18470,20069,'es',0,NULL,'acción fallida: %s',NULL,'',0,'2019-11-07 09:18:45'),(18471,20070,'es',0,NULL,'acción ignorada',NULL,'',0,'2019-11-07 09:18:45'),(18472,20071,'es',0,NULL,'restablecer acción',NULL,'',0,'2019-11-07 09:18:45'),(18473,20072,'es',0,NULL,'acción iniciada',NULL,'',0,'2019-11-07 09:18:45'),(18474,20073,'es',0,NULL,'la acción agotó el tiempo de ejecución tras %s segundos',NULL,'',0,'2019-11-07 09:18:45'),(18475,20074,'es',0,NULL,'No deben sobreescribirse los action_args al llamar a wc_get_template.',NULL,'',0,'2019-11-07 09:18:45'),(18476,20075,'es',0,NULL,'añadido el %1$s a las %2$s',NULL,'',0,'2019-11-07 09:18:45'),(18477,20076,'es',0,NULL,'y',NULL,'',0,'2019-11-07 09:18:45'),(18478,20077,'es',0,NULL,'impuestos automáticos',NULL,'',0,'2019-11-07 09:18:45'),(18479,20078,'es',0,NULL,'impuestos automáticos y etiquetas de envío con descuento',NULL,'',0,'2019-11-07 09:18:45'),(18480,20079,'es',0,NULL,'icono de impuestos automáticos',NULL,'',0,'2019-11-07 09:18:45'),(18481,20080,'es',0,NULL,'Inicio',NULL,'',0,'2019-11-07 09:18:45'),(18482,20081,'es',0,NULL,'por %s',NULL,'',0,'2019-11-07 09:18:45'),(18483,20082,'es',0,NULL,'cURL está instalado pero no hemos podido obtener la versión.',NULL,'',0,'2019-11-07 09:18:45'),(18484,20083,'es',0,NULL,'Versión cURL',NULL,'',0,'2019-11-07 09:18:45'),(18485,20084,'es',0,NULL,'Versión de cURL.',NULL,'',0,'2019-11-07 09:18:45'),(18486,13643,'es',0,NULL,'cm',NULL,'',0,'2019-11-07 09:18:45'),(18487,20085,'es',0,NULL,'comparar con',NULL,'',0,'2019-11-07 09:18:45'),(18488,20086,'es',0,NULL,'pedidos de los clientes',NULL,'',0,'2019-11-07 09:18:45'),(18489,20087,'es',0,NULL,'dddd, D MMMM YYYY LT',NULL,'',0,'2019-11-07 09:18:45'),(18490,20088,'es',0,NULL,'producto',NULL,'',0,'2019-11-07 09:18:45'),(18491,20089,'es',0,NULL,'tienda',NULL,'',0,'2019-11-07 09:18:45'),(18492,20090,'es',0,NULL,'etiquetas de envío con descuento',NULL,'',0,'2019-11-07 09:18:45'),(18493,20091,'es',0,NULL,'%1$s %2$s',NULL,'',0,'2019-11-07 09:18:45'),(18494,20092,'es',0,NULL,'eCheck',NULL,'',0,'2019-11-07 09:18:45'),(18495,20093,'es',0,NULL,'eCheque finalizado en %1$s',NULL,'',0,'2019-11-07 09:18:45'),(18496,20094,'es',0,NULL,'facturación',NULL,'',0,'2019-11-07 09:18:45'),(18497,20095,'es',0,NULL,'envío',NULL,'',0,'2019-11-07 09:18:45'),(18498,20096,'es',0,NULL,'Error al cargar',NULL,'',0,'2019-11-07 09:18:45'),(18499,20097,'es',0,NULL,'Cargando más resultados…',NULL,'',0,'2019-11-07 09:18:45'),(18500,20098,'es',0,NULL,'No se han encontrado coincidencias',NULL,'',0,'2019-11-07 09:18:45'),(18501,20099,'es',0,NULL,'Por favor borra %qty% caracteres',NULL,'',0,'2019-11-07 09:18:45'),(18502,20100,'es',0,NULL,'Por favor, borra 1 carácter.',NULL,'',0,'2019-11-07 09:18:45'),(18503,20101,'es',0,NULL,'Por favor, introduce %qty% o más caracteres',NULL,'',0,'2019-11-07 09:18:45'),(18504,20102,'es',0,NULL,'Por favor, introduce 1 o más caracteres',NULL,'',0,'2019-11-07 09:18:45'),(18505,20103,'es',0,NULL,'Buscando…',NULL,'',0,'2019-11-07 09:18:45'),(18506,20104,'es',0,NULL,'Solo puedes seleccionar %qty% artículos',NULL,'',0,'2019-11-07 09:18:45'),(18507,20105,'es',0,NULL,'Solo puedes seleccionar 1 artículo',NULL,'',0,'2019-11-07 09:18:45'),(18508,20106,'es',0,NULL,'estimado para %s',NULL,'',0,'2019-11-07 09:18:45'),(18509,20107,'es',0,NULL,'filtrar el informe a mostrar:',NULL,'',0,'2019-11-07 09:18:45'),(18510,20108,'es',0,NULL,'cinco estrellas',NULL,'',0,'2019-11-07 09:18:45'),(18511,20109,'es',0,NULL,'fsockopen/cURL',NULL,'',0,'2019-11-07 09:18:45'),(18512,20110,'es',0,NULL,'%1$s %2$s',NULL,'',0,'2019-11-07 09:18:45'),(18513,13637,'es',0,NULL,'g',NULL,'',0,'2019-11-07 09:18:45'),(18514,20111,'es',0,NULL,'pedidos de los invitados',NULL,'',0,'2019-11-07 09:18:45'),(18515,20112,'es',0,NULL,'h',NULL,'',0,'2019-11-07 09:18:45'),(18516,20113,'es',0,NULL,'#',NULL,'',0,'2019-11-07 09:18:45'),(18517,20114,'es',0,NULL,'http://',NULL,'',0,'2019-11-07 09:18:45'),(18518,13388,'es',0,NULL,'https://woocommerce.com',NULL,'',0,'2019-11-07 09:18:45'),(18519,13385,'es',0,NULL,'https://woocommerce.com/',NULL,'',0,'2019-11-07 09:18:45'),(18520,13645,'es',0,NULL,'in',NULL,'',0,'2019-11-07 09:18:45'),(18521,13636,'es',0,NULL,'kg',NULL,'',0,'2019-11-07 09:18:45'),(18522,20115,'es',0,NULL,'l j \\d\\e F \\d\\e Y, h:i',NULL,'',0,'2019-11-07 09:18:45'),(18523,13638,'es',0,NULL,'lbs',NULL,'',0,'2019-11-07 09:18:45'),(18524,13642,'es',0,NULL,'m',NULL,'',0,'2019-11-07 09:18:45'),(18525,20116,'es',0,NULL,'%(field)s cantidad máxima',NULL,'',0,'2019-11-07 09:18:45'),(18526,20117,'es',0,NULL,'Desde:',NULL,'',0,'2019-11-07 09:18:45'),(18527,20118,'es',0,NULL,'%(field)s cantidad mínima',NULL,'',0,'2019-11-07 09:18:45'),(18528,13644,'es',0,NULL,'mm',NULL,'',0,'2019-11-07 09:18:45'),(18529,20119,'es',0,NULL,'nuevos usuarios',NULL,'',0,'2019-11-07 09:18:45'),(18530,20120,'es',0,NULL,'de',NULL,'',0,'2019-11-07 09:18:45'),(18531,20121,'es',0,NULL,'opcional',NULL,'',0,'2019-11-07 09:18:45'),(18532,20122,'es',0,NULL,'pedidos',NULL,'',0,'2019-11-07 09:18:45'),(18533,13639,'es',0,NULL,'oz',NULL,'',0,'2019-11-07 09:18:45'),(18534,20123,'es',0,NULL,'teclas de página arriba y abajo',NULL,'',0,'2019-11-07 09:18:45'),(18535,20124,'es',0,NULL,'configuración de pago',NULL,'',0,'2019-11-07 09:18:45'),(18536,20125,'es',0,NULL,'configuración de pagos y tarifas automáticas',NULL,'',0,'2019-11-07 09:18:45'),(18537,20126,'es',0,NULL,'configuración de pagos y etiquetas de envío con descuento',NULL,'',0,'2019-11-07 09:18:45'),(18538,20127,'es',0,NULL,'configuración de pagos, impuestos automáticos y etiquetas de envío con descuento',NULL,'',0,'2019-11-07 09:18:45'),(18539,20128,'es',0,NULL,'Comprar productos',NULL,'',0,'2019-11-07 09:18:45'),(18540,20129,'es',0,NULL,'Desde…',NULL,'',0,'2019-11-07 09:18:45'),(18541,20130,'es',0,NULL,'Hasta…',NULL,'',0,'2019-11-07 09:18:45'),(18542,20131,'es',0,NULL,'Falló',NULL,'',0,'2019-11-07 09:18:45'),(18543,20132,'es',0,NULL,'En curso',NULL,'',0,'2019-11-07 09:18:45'),(18544,20133,'es',0,NULL,'Todos <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-07 09:18:45'),(18545,20134,'es',0,NULL,'política de privacidad',NULL,'',0,'2019-11-07 09:18:45'),(18546,20135,'es',0,NULL,'obligatorio',NULL,'',0,'2019-11-07 09:18:45'),(18547,20136,'es',0,NULL,'valorado por %s',NULL,'',0,'2019-11-07 09:18:45'),(18548,20137,'es',0,NULL,'segundo',NULL,'',0,'2019-11-07 09:18:45'),(18549,20138,'es',0,NULL,'segundos',NULL,'',0,'2019-11-07 09:18:45'),(18550,20139,'es',0,NULL,'selecciona una fecha',NULL,'',0,'2019-11-07 09:18:45'),(18551,20140,'es',0,NULL,'selecciona un rango de fechas',NULL,'',0,'2019-11-07 09:18:45'),(18552,20141,'es',0,NULL,'selecciona un periodo de ajustes preestablecidos',NULL,'',0,'2019-11-07 09:18:45'),(18553,20142,'es',0,NULL,'Envío',NULL,'',0,'2019-11-07 09:18:45'),(18554,20143,'es',0,NULL,'Envío %d',NULL,'',0,'2019-11-07 09:18:45'),(18555,13881,'es',0,NULL,'Pedido',NULL,'',0,'2019-11-07 09:18:45'),(18556,13853,'es',0,NULL,'producto',NULL,'',0,'2019-11-07 09:18:45'),(18557,13854,'es',0,NULL,'categoria-producto',NULL,'',0,'2019-11-07 09:18:45'),(18558,13855,'es',0,NULL,'etiqueta-producto',NULL,'',0,'2019-11-07 09:18:45'),(18559,20144,'es',0,NULL,'sin categoría',NULL,'',0,'2019-11-07 09:18:45'),(18560,20145,'es',0,NULL,'Buscar',NULL,'',0,'2019-11-07 09:18:45'),(18561,20146,'es',0,NULL,'términos y condiciones',NULL,'',0,'2019-11-07 09:18:45'),(18562,20147,'es',0,NULL,'el/la/los',NULL,'',0,'2019-11-07 09:18:45'),(18563,20148,'es',0,NULL,'a',NULL,'',0,'2019-11-07 09:18:45'),(18564,20149,'es',0,NULL,'al',NULL,'',0,'2019-11-07 09:18:45'),(18565,20150,'es',0,NULL,'apagado inesperado: Error fatal de PHP %s en %s en la línea %s',NULL,'',0,'2019-11-07 09:18:45'),(18566,20151,'es',0,NULL,'desconocido',NULL,'',0,'2019-11-07 09:18:45'),(18567,20152,'es',0,NULL,'teclas de flecha arriba y abajo',NULL,'',0,'2019-11-07 09:18:45'),(18568,20153,'es',0,NULL,'variación añadida',NULL,'',0,'2019-11-07 09:18:45'),(18569,20154,'es',0,NULL,'variaciones añadidas',NULL,'',0,'2019-11-07 09:18:45'),(18570,20155,'es',0,NULL,'propietario verificado',NULL,'',0,'2019-11-07 09:18:45'),(18571,20156,'es',0,NULL,'vía %s',NULL,'',0,'2019-11-07 09:18:45'),(18572,20157,'es',0,NULL,'o',NULL,'',0,'2019-11-07 09:18:45'),(18573,20158,'es',0,NULL,'Mostrando %1$d–%2$d de %3$d resultado',NULL,'',0,'2019-11-07 09:18:45'),(18574,20159,'es',0,NULL,'Mostrando %1$d–%2$d de %3$d resultados',NULL,'',0,'2019-11-07 09:18:45'),(18575,20160,'es',0,NULL,'woocommerce',NULL,'',0,'2019-11-07 09:18:45'),(18576,13646,'es',0,NULL,'yd',NULL,'',0,'2019-11-07 09:18:45'),(18577,20161,'es',0,NULL,'Épiro',NULL,'',0,'2019-11-07 09:18:45'),(18578,20162,'es',0,NULL,'Macedonia Oriental y Tracia',NULL,'',0,'2019-11-07 09:18:45'),(18579,20163,'es',0,NULL,'Ática',NULL,'',0,'2019-11-07 09:18:45'),(18580,20164,'es',0,NULL,'Egeo Septentrional',NULL,'',0,'2019-11-07 09:18:45'),(18581,20165,'es',0,NULL,'Grecia Occidental',NULL,'',0,'2019-11-07 09:18:45'),(18582,20166,'es',0,NULL,'Macedonia Occidental',NULL,'',0,'2019-11-07 09:18:45'),(18583,20167,'es',0,NULL,'Tesalia',NULL,'',0,'2019-11-07 09:18:45'),(18584,20168,'es',0,NULL,'Islas Jónicas',NULL,'',0,'2019-11-07 09:18:45'),(18585,20169,'es',0,NULL,'Macedonia Central',NULL,'',0,'2019-11-07 09:18:45'),(18586,20170,'es',0,NULL,'Creta',NULL,'',0,'2019-11-07 09:18:45'),(18587,20171,'es',0,NULL,'Egeo Meridional',NULL,'',0,'2019-11-07 09:18:45'),(18588,20172,'es',0,NULL,'Peloponeso',NULL,'',0,'2019-11-07 09:18:45'),(18589,20173,'es',0,NULL,'Grecia Central',NULL,'',0,'2019-11-07 09:18:45'),(18590,20174,'es',0,NULL,'- Sin cambios -',NULL,'',0,'2019-11-07 09:18:45'),(18591,20175,'es',0,NULL,'— Sin cambios —',NULL,'',0,'2019-11-07 09:18:45'),(24837,28788,'es',0,NULL,'%s, responsable de recibir las actualizaciones automatizadas para WPML y Toolset, requiere los siguientes componentes PHP para funcionar:',NULL,'',0,'2019-11-07 09:21:58'),(24838,28789,'es',0,NULL,'Todas las instancias de Installer',NULL,'',0,'2019-11-07 09:21:58'),(24839,28790,'es',0,NULL,'Verificar ahora',NULL,'',0,'2019-11-07 09:21:58'),(24840,28791,'es',0,NULL,'Componente',NULL,'',0,'2019-11-07 09:21:58'),(24841,28792,'es',0,NULL,'La conexión falló. Actualice la página e inténtelo de nuevo. (%s)',NULL,'',0,'2019-11-07 09:21:58'),(24842,28793,'es',0,NULL,'Delegado',NULL,'',0,'2019-11-07 09:21:58'),(24843,28794,'es',0,NULL,'No enviar esta información y omitir las alertas de compatibilidad',NULL,'',0,'2019-11-07 09:21:58'),(24844,28795,'es',0,NULL,'La descarga no es posible. WordPress no puede crear carpetas requeridas debido a la restricción de\\r\\n 256 caracteres del entorno de Windows actual.',NULL,'',0,'2019-11-07 09:21:58'),(24845,28796,'es',0,NULL,'Para recuperar la información de depuración de Installer use la página %s.',NULL,'',0,'2019-11-07 09:21:58'),(24846,28797,'es',0,NULL,'Prioridad alta',NULL,'',0,'2019-11-07 09:21:58'),(24847,28798,'es',0,NULL,'Registro de Installer',NULL,'',0,'2019-11-07 09:21:58'),(24848,9954,'es',0,NULL,'Soporte de Installer',NULL,'',0,'2019-11-07 09:21:58'),(24849,28799,'es',0,NULL,'Estado de sistema de Installer',NULL,'',0,'2019-11-07 09:21:58'),(24850,28800,'es',0,NULL,'Clave de sitio no válida para el sitio web actual. Si el error persiste, pruebe cancelando el registro primero y luego vuelva a registrarse con la misma clave de sitio.',NULL,'',0,'2019-11-07 09:21:58'),(24851,28801,'es',0,NULL,'Más información: %s',NULL,'',0,'2019-11-07 09:21:58'),(24852,28802,'es',0,NULL,'El registro está vacío',NULL,'',0,'2019-11-07 09:21:58'),(24853,28803,'es',0,NULL,'Requerimientos de WPML mínimos',NULL,'',0,'2019-11-07 09:21:58'),(24854,28804,'es',0,NULL,'OTGS Installer',NULL,'',0,'2019-11-07 09:21:58'),(24855,28805,'es',0,NULL,'Ruta',NULL,'',0,'2019-11-07 09:21:58'),(24856,28806,'es',0,NULL,'Argumentos de solicitud',NULL,'',0,'2019-11-07 09:21:58'),(24857,28807,'es',0,NULL,'URL de solicitud',NULL,'',0,'2019-11-07 09:21:58'),(24858,28808,'es',0,NULL,'Bibliotecas PHP requeridas',NULL,'',0,'2019-11-07 09:21:58'),(24859,28809,'es',0,NULL,'Respuesta',NULL,'',0,'2019-11-07 09:21:58'),(24860,28810,'es',0,NULL,'Enviar el tema y la información de los plugines para recibir asistencia más rápido y alertas de compatibilidad',NULL,'',0,'2019-11-07 09:21:58'),(24861,28811,'es',0,NULL,'El plugin se actualizará a la versión más reciente en el canal que seleccionó.',NULL,'',0,'2019-11-07 09:21:58'),(24862,28812,'es',0,NULL,'Tiempo',NULL,'',0,'2019-11-07 09:21:58'),(24863,28813,'es',0,NULL,'Servidor API Toolset',NULL,'',0,'2019-11-07 09:21:58'),(24864,28814,'es',0,NULL,'Archivo remoto de productos de Toolset',NULL,'',0,'2019-11-07 09:21:58'),(24865,28815,'es',0,NULL,'Actualizar',NULL,'',0,'2019-11-07 09:21:58'),(24866,28816,'es',0,NULL,'Servidor API WPML',NULL,'',0,'2019-11-07 09:21:58'),(24867,28817,'es',0,NULL,'Archivo remoto de productos de WPML',NULL,'',0,'2019-11-07 09:21:58'),(24868,28818,'es',0,NULL,'Está usando una clave de sitio no válida definida por la constante %s (muy probablemente en wp-config.php).\\r\\n Bórrela o use el valor correcto para registrarla correctamente.',NULL,'',0,'2019-11-07 09:21:58'),(24869,28819,'es',0,NULL,'Está usando el %1$s complementario. Para obtener el %2$s, %3$s.',NULL,'',0,'2019-11-07 09:21:58'),(24870,28820,'es',0,NULL,'Está usando el %s complementario. Para obtener el %s, %s.',NULL,'',0,'2019-11-07 09:21:58'),(24871,28821,'es',0,NULL,'conjunto de funciones completo',NULL,'',0,'2019-11-07 09:21:58'),(24872,28822,'es',0,NULL,'actualice a Toolset',NULL,'',0,'2019-11-07 09:21:58'),(24976,29138,'en',3,'/?page_id=121',NULL,NULL,'',0,'2019-12-17 11:50:24'),(24977,29160,'en',10,'/?page_id=121',NULL,NULL,'',0,'2020-01-10 12:34:21'),(24978,29225,'en',3,'/?page_id=183',NULL,NULL,'',0,'2020-01-10 12:43:30'),(24979,29346,'en',10,'/?page_id=192',NULL,NULL,'',0,'2020-01-22 12:07:44'),(24980,29347,'en',3,'/?page_id=205',NULL,NULL,'',0,'2020-01-22 12:13:57'),(24981,29235,'en',3,'/?page_id=189',NULL,NULL,'',0,'2020-01-22 12:14:04'),(24983,29354,'en',3,'/?page_id=121',NULL,NULL,'',0,'2020-01-23 11:24:54'),(24984,29356,'en',3,'/?page_id=205',NULL,NULL,'',0,'2020-01-23 11:25:38'); /*!40000 ALTER TABLE `wp_icl_string_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_string_urls` -- DROP TABLE IF EXISTS `wp_icl_string_urls`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_string_urls` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `language` varchar(7) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `string_string_lang_url` (`language`,`url`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_string_urls` -- LOCK TABLES `wp_icl_string_urls` WRITE; /*!40000 ALTER TABLE `wp_icl_string_urls` DISABLE KEYS */; INSERT INTO `wp_icl_string_urls` VALUES (1,'es',NULL),(2,'es','/wp-admin/plugins.php'),(3,'es','ajax-request'),(4,'es','([^/]+)(?:/([0-9]+))?/?$'),(5,'es','/wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings'),(6,'es','/wp-admin/plugin-install.php'),(7,'es','/wp-admin/index.php?page=wc-setup'),(8,'es','/wp-admin/'); /*!40000 ALTER TABLE `wp_icl_string_urls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_strings` -- DROP TABLE IF EXISTS `wp_icl_strings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_strings` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `language` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `string_package_id` bigint(20) unsigned DEFAULT NULL, `location` bigint(20) unsigned DEFAULT NULL, `wrap_tag` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'LINE', `title` varchar(160) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `status` tinyint(4) NOT NULL, `gettext_context` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `domain_name_context_md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `translation_priority` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `word_count` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uc_domain_name_context_md5` (`domain_name_context_md5`), KEY `language_context` (`language`,`context`), KEY `icl_strings_name` (`name`), KEY `icl_strings_translation_priority` (`translation_priority`), KEY `context` (`context`), KEY `string_package_id` (`string_package_id`) ) ENGINE=InnoDB AUTO_INCREMENT=29467 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_strings` -- LOCK TABLES `wp_icl_strings` WRITE; /*!40000 ALTER TABLE `wp_icl_strings` DISABLE KEYS */; INSERT INTO `wp_icl_strings` VALUES (1,'es','WP','Blog Title','Free Conversation Movements',NULL,NULL,'','LINE',NULL,0,'','5ff0887b4c486c0329311e8d30610d58','',NULL),(2,'es','WP','Tagline','Un mundo lleno de historias',NULL,NULL,'','LINE',NULL,0,'','6e70f8f3e0f8c134711af40ab6e4931b','',NULL),(3,'en','Widgets','widget title - 13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'','34e49796de494b93f918284a210a0a28','',NULL),(4,'en','Widgets','widget title - 341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'','LINE',NULL,0,'','7079da0982f3d98e8a287de7ffc3b2c2','',NULL),(5,'en','Widgets','widget title - 69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'','LINE',NULL,0,'','a48c6eb3c5890b18ba90320a27899305','',NULL),(6,'en','Widgets','widget title - 178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,0,'','478de4f6942954a0e26a7509c7d6152c','',NULL),(7,'en','Widgets','widget title - af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,0,'','5977452b184084c8b2c0d046daf75b27','',NULL),(8,'en','Widgets','widget title - b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'','LINE',NULL,0,'','26a7f7efe61aa93765d79561fb28d76c','',NULL),(9,'en','wpml-string-translation','9dafae48a7fd3981a5ff61368bb80ec4',' They were added to the string translation table.',NULL,NULL,'','LINE',NULL,10,'','d98da31664de81abd265635c09f25d1a','',NULL),(10,'en','wpml-string-translation','5da7666e7f4dc4d4247f96372a816e07','%d new translation was added.',NULL,NULL,'','LINE',NULL,10,'','7bf39861be6ff96aab824a1cd36fafa1','',NULL),(11,'en','wpml-string-translation','b6b4ed5e5928fe35591f9b65acc58581','%d new translations were added.',NULL,NULL,'','LINE',NULL,10,'','20e33a100f2c9a743ecb58e992d2b716','',NULL),(12,'en','wpml-string-translation','4649b7310e5b3a66aeb7199de7edbed2','%d translation was updated.',NULL,NULL,'','LINE',NULL,10,'','9cf4e23d57fa81c53c3b9fbdbe5aa7f2','',NULL),(13,'en','wpml-string-translation','9983d81bb87a5bf56526a72567cb0f58','%d translations were updated.',NULL,NULL,'','LINE',NULL,10,'','88b689a6e83b6a2d9d7cdc65a98e0094','',NULL),(14,'en','wpml-string-translation','75b515c7a7c6e74ffb5d5239b80947b2','%s slugs are set to be translated, but they are missing their translation',NULL,NULL,'','LINE',NULL,10,'','8acc80175a56e774ca99218676fdc651','',NULL),(15,'en','wpml-string-translation','34b53742302e1af3f0f23a116bf9f6b1','(original)',NULL,NULL,'','LINE',NULL,10,'','7bb37357c3517006247c94feaefc4669','',NULL),(16,'en','wpml-string-translation','76f127f81e962e8a830ed7ed22edb9b8','-- Please select --',NULL,NULL,'','LINE',NULL,10,'','2728f4110cb5fe5c36d07c25d5468840','',NULL),(17,'en','wpml-string-translation','bcab72bad0ca7c92df247689c53dbce2','.po file:',NULL,NULL,'','LINE',NULL,10,'','1d455abc717d8b294ddfc8a4a22e9d2c','',NULL),(18,'en','wpml-string-translation','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,10,'','1cd2f5884fd4763943fd9a9d94e790dd','',NULL),(19,'en','wpml-string-translation','6b5d7c570cc719a6bc4f62ee35979728','Add selected strings',NULL,NULL,'','LINE',NULL,10,'','68d4f5856fde406c725fdc40e848ddfe','',NULL),(20,'en','wpml-string-translation','cdc1c1bcc3fb30f3e1fdbb7023ce50a0','Add the new translations.',NULL,NULL,'','LINE',NULL,10,'','a45f951fc9ede795ba89476a22585c51','',NULL),(21,'en','wpml-string-translation','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','0f3f8fcc79d93ed1dd8bea97342f13f3','',NULL),(22,'en','wpml-string-translation','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'','LINE',NULL,10,'','80e2b4f0b21edca11fc113e4e89105d7','',NULL),(23,'en','wpml-string-translation','6e7fe9233bd59f1554282e58256a3e07','All domains',NULL,NULL,'','LINE',NULL,10,'','99823627920cfb25da4b4026282e1408','',NULL),(24,'en','wpml-string-translation','b27e42dff55317682a0d4c2acfd07557','All strings',NULL,NULL,'','LINE',NULL,10,'','6061c131d8f9116e3e855500fae235f9','',NULL),(25,'en','wpml-string-translation','c0c59db7de1bb37d80cabef3f8f51f14','All strings in %s',NULL,NULL,'','LINE',NULL,10,'','9f0a00f37e5d8b132791d48194d065ab','',NULL),(26,'en','wpml-string-translation','12eab07265445d7309ca1c34ac7fdd7c','Almost all themes and plugins have texts in English. Reducing the check for the string\'s language simplifies and shortens the string translation process.',NULL,NULL,'','LINE',NULL,10,'','1fbb7ad5c9fb9af48e28717923cd8334','',NULL),(27,'en','wpml-string-translation','bec7bcc8924dce6fb6733a5de741e5ae','Also create translations according to the .po file',NULL,NULL,'','LINE',NULL,10,'','8c98dfd74b3885b8bf32dd46adbc1fca','',NULL),(28,'en','wpml-string-translation','4055b5f32d4020f6da9574c0a2352815','Also include translations',NULL,NULL,'','LINE',NULL,10,'','8f623ca9c86cf21988686395fce373f8','',NULL),(29,'en','wpml-string-translation','bb9808958618f1fea65c30cf83d9104b','Also prevent similar messages in the future?',NULL,NULL,'','LINE',NULL,10,'','ff8ae792e9f854de64fdc6ee98bfc4b9','',NULL),(30,'en','wpml-string-translation','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','f627ab701e5977aef48bfcd0b48edfbe','',NULL),(31,'en','wpml-string-translation','73c5cf9efb6a931ee67ce3295b76c092','Apply those changes',NULL,NULL,'','LINE',NULL,10,'','b93394a90313b18c659ee8953633357a','',NULL),(32,'en','wpml-string-translation','f9db7598889aa4daf8563f1707aa97d6','Are you sure you want to delete these packages?\\nTheir strings and translations will be deleted too.',NULL,NULL,'','LINE',NULL,10,'','5fc443e40d907f298644ff18d882632f','',NULL),(33,'en','wpml-string-translation','3536e8f51f58bebafe2cb8a46efacec8','Are you sure you want to delete these strings?\\nTheir translations will be deleted too.',NULL,NULL,'','LINE',NULL,10,'','baebb209bd600863fc37f841a735e4da','',NULL),(34,'en','wpml-string-translation','aab5df483a679cbafd0be549eb789098','Assume that the original language of all strings is English',NULL,NULL,'','LINE',NULL,10,'','b9f46067bd2e42f4c2da317b8d05c553','',NULL),(35,'en','wpml-string-translation','ababab0f7992c4fdf83297be7bc01971','Auto register strings for translation',NULL,NULL,'','LINE',NULL,10,'','672b648d996595b378e07de2196b6468','',NULL),(36,'en','wpml-string-translation','fd0e47da032dde0bb06bf647c9d6e78a','Auto-download WordPress translations',NULL,NULL,'','LINE',NULL,10,'','f892177d8b2e62c27f14227349e5cb75','',NULL),(37,'en','wpml-string-translation','832dc7c2aa2035b59faf3fc0ff39716b','Auto-register strings from these text domains',NULL,NULL,'','LINE',NULL,10,'','b92f8c2c205897cd30363502f8daf6d4','',NULL),(38,'en','wpml-string-translation','c6ad904aab81edaca2af60beb65a229c','Automatically add paragraphs',NULL,NULL,'','LINE',NULL,10,'','b9872d9b25f7599a2978837e2fe1611b','',NULL),(39,'en','wpml-string-translation','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','7ea0259968cb18827330515d4fcb31bc','',NULL),(40,'en','wpml-string-translation','9c100dc6b8f994b98e631c34e6b701c9','Cancel and undo changes',NULL,NULL,'','LINE',NULL,10,'','f101e66d9811ba91f70700484af3ea17','',NULL),(41,'en','wpml-string-translation','9c1520121cb460c92f99388b4c064bf0','Change the language of selected strings',NULL,NULL,'','LINE',NULL,10,'','34e908f76d51f03128b19598c829de13','',NULL),(42,'en','wpml-string-translation','cb17a79ae8f591990d34615f70feae23','Change translation priority of selected strings',NULL,NULL,'','LINE',NULL,10,'','94c25dcf4175cb3dd2470d815eb166fe','',NULL),(43,'en','wpml-string-translation','ab400ed42f5ad5d0f287d53ab1ba7f8b','Check other languages',NULL,NULL,'','LINE',NULL,10,'','0d51fb020c645519045cccacc1e44651','',NULL),(44,'en','wpml-string-translation','e2d14ba9c28f24d2e7cfb3adf2143952','Choose the fields you\'d like to translate and click on the \'Apply\' button. Then, use WPML\'s <a%s>String translation</a> to translate them.',NULL,NULL,'','LINE',NULL,10,'','c032283491c365fb1ff7a680663737a1','',NULL),(45,'en','wpml-string-translation','2f0288cf885faa6831539259b6a9a949','Click to toggle',NULL,NULL,'','LINE',NULL,10,'','19d0ab5b26917dfcb427583eb68f6a44','',NULL),(46,'en','wpml-string-translation','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,10,'','ab1a90ccf280a7d9a815d6c3c7f7d7a8','',NULL),(47,'en','wpml-string-translation','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,10,'','b45b981c2a2cb714b2250d48edf67eb3','',NULL),(48,'en','wpml-string-translation','0150fdf61374a4461554b018dd4bd17a','Completely translated strings',NULL,NULL,'','LINE',NULL,10,'','db94a37555658cb37f2faa73ea06335d','',NULL),(49,'en','wpml-string-translation','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,10,'','bcb9c388166da7880c73711e123027d9','',NULL),(50,'en','wpml-string-translation','3d0eef11140eea05f6ba752231f32536','Contains %s strings',NULL,NULL,'','LINE',NULL,10,'','6be06489641102a08bc24024c61bb1f3','',NULL),(51,'en','wpml-string-translation','ad4e206408c1c59bfb8a057ba7857446','Context',NULL,NULL,'','LINE',NULL,10,'','fb26fbf3303fffa73d1263f2e389f1b4','',NULL),(52,'en','wpml-string-translation','7de54b965c57b5a8b013577ebb1bd03e','Convert to multilingual widget',NULL,NULL,'','LINE',NULL,10,'','67d603788350d09d0a69427c72e4014f','',NULL),(53,'en','wpml-string-translation','3e020bba0b9d250a74115b30890f973b','Converting to multilingual widget failed. No sidebar specified.',NULL,NULL,'','LINE',NULL,10,'','af46534343290f118084ce70744b6796','',NULL),(54,'en','wpml-string-translation','2c461ba39b35901aea1e817a00e1feae','Current source language',NULL,NULL,'','LINE',NULL,10,'','18836554a62c4d528722f8b7613b454f','',NULL),(55,'en','wpml-string-translation','181befa19d41c45029799ff5c71fcf53','Default package language',NULL,NULL,'','LINE',NULL,10,'','ed2627ee67c63d56c2ddfbed4f8591b9','',NULL),(56,'en','wpml-string-translation','4b077060cbffb8e543ac893e9dd49a28','Delete Selected Packages',NULL,NULL,'','LINE',NULL,10,'','30c454d558a630e5669865a589a226de','',NULL),(57,'en','wpml-string-translation','2a3070baa098abb7dcf396fd8eba5989','Delete selected strings',NULL,NULL,'','LINE',NULL,10,'','f660567058c1c20127d5b59b3538be06','',NULL),(58,'en','wpml-string-translation','6054320dfa02373b455cb9f5eae7831c','Dismiss all notices',NULL,NULL,'','LINE',NULL,10,'','5f70a2d85ee5344cedd4b8bc30a76a79','',NULL),(59,'en','wpml-string-translation','4f3cb84f1ef92a0a3785a07bd8589ea3','Display %d results per page',NULL,NULL,'','LINE',NULL,10,'','d27000c692ed4098416636c34b57af35','',NULL),(60,'en','wpml-string-translation','ea52698bdfec2356a55ccbeb39e58460','Display all results',NULL,NULL,'','LINE',NULL,10,'','abb90cf9b3cfab3852c0e9eacbd1be9d','',NULL),(61,'en','wpml-string-translation','622e7260cda3a944e3875cec532e7fb4','Display packages for this kind:',NULL,NULL,'','LINE',NULL,10,'','ee6acaae3e3ab88e22b1e156a522b8a0','',NULL),(62,'en','wpml-string-translation','4fb813e73cf30a04d997657289ca6a6f','Displaying %s–%s of %s',NULL,NULL,'','LINE',NULL,10,'','cb358b02bbec54f3cc3b882b072b1dcb','',NULL),(63,'en','wpml-string-translation','eae639a70006feff484a39363c977e24','Domain',NULL,NULL,'','LINE',NULL,10,'','647733cd2ed4320b9d6b31d07565bac6','',NULL),(64,'en','wpml-string-translation','b601a9355778eb89662a0aa03b7fa99a','Don\'t reuse string translation',NULL,NULL,'','LINE',NULL,10,'','bcfb0d8799f36abbbdf447afe4c4b93f','',NULL),(65,'en','wpml-string-translation','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,10,'','d555c470be64d4d97b57ee4202d87354','',NULL),(66,'en','wpml-string-translation','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','f58e2a2d7381ccf0aa5a00801d1a140d','',NULL),(67,'en','wpml-string-translation','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,10,'','c9325646c1cc087e9fcb368c419e262b','',NULL),(68,'en','wpml-string-translation','06fb0c214568bdf58d1066d8c6629cb0','Error getting the translation file. Please go back and try again.',NULL,NULL,'','LINE',NULL,10,'','d4975a2cac8b3385a0a7ab82cff4cc0e','',NULL),(69,'en','wpml-string-translation','fc7ed6c5687e90eb8eaa719feb1750eb','Error: no strings selected',NULL,NULL,'','LINE',NULL,10,'','e9e3bcae9d9093c29e3efc44288f9ce5','',NULL),(70,'en','wpml-string-translation','84aab3b10bc5c2d515348de5e4b2d109','Errors: %s',NULL,NULL,'','LINE',NULL,10,'','3771ca852c4be75b4169ec6459146e2c','',NULL),(71,'en','wpml-string-translation','161b4099bdadaaf991ec74835be8f329','Exact match',NULL,NULL,'','LINE',NULL,10,'','11abc8206c04bc26d4b9667ea294eb52','',NULL),(72,'en','wpml-string-translation','35af3a73b2ec04685d129ddea3556fc7','Existing translation',NULL,NULL,'','LINE',NULL,10,'','ff07d7afd66badce5f333ee08a44d63f','',NULL),(73,'en','wpml-string-translation','9719296a4678597111eff68bb714fc2c','Exit search',NULL,NULL,'','LINE',NULL,10,'','10b1da3a9a01ed477b203a5b1b32cd8e','',NULL),(74,'en','wpml-string-translation','6379de1347838674bed9901d35fe8d88','Export selected strings as a WPML config file that can be added to themes or plugins',NULL,NULL,'','LINE',NULL,10,'','1b6507be105476cda47cd860bceaa908','',NULL),(75,'en','wpml-string-translation','8e925a261806bb36ad870d6b809d19fe','Export strings into .po/.pot file',NULL,NULL,'','LINE',NULL,10,'','5eec58387ba1a6825a5c60cd6214d262','',NULL),(76,'en','wpml-string-translation','369dbf7998b582d8d71f574858a4971f','Failed downloading the language information file.',NULL,NULL,'','LINE',NULL,10,'','3448f319103ef4f1207fc04409ab34ac','',NULL),(77,'en','wpml-string-translation','ceca3443c9619102f0b572530b97075d','Failed downloading the language information file. Please go back and try a little later.',NULL,NULL,'','LINE',NULL,10,'','86c5c07c4dca8924dff5aa80e057ab58','',NULL),(78,'en','wpml-string-translation','13f80b78646ac712526e33b8df01189d','File upload error',NULL,NULL,'','LINE',NULL,10,'','6cf5657a5a6892b6e0dba0ec0af4f569','',NULL),(79,'en','wpml-string-translation','dafe8eeafe673390af4a07a274294762','Files already scanned.',NULL,NULL,'','LINE',NULL,10,'','5df6729fce84c7c4c6a941518cb4a992','',NULL),(80,'en','wpml-string-translation','feef16d81491d4d46bc2afe1d17f01d8','For String Tracking to work, the option',NULL,NULL,'','LINE',NULL,10,'','ea1922841dbe2e6232b64be830ad6038','',NULL),(81,'en','wpml-string-translation','298692d4c5d43e37468490d94d613171','For WPML components you can receive updates from your %s or automatically, after you register WPML.',NULL,NULL,'','LINE',NULL,10,'','3b666396d006aa46ee9d9fa5fc48c511','',NULL),(82,'en','wpml-string-translation','d077516222b064a0862fd622ef9b67f5','Highlight color for strings',NULL,NULL,'','LINE',NULL,10,'','cd88ffed8d698d4870b561e36f0f5e41','',NULL),(83,'en','wpml-string-translation','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,10,'','be1e672dddb5cdc9bcb0bd92b7eeb3b1','',NULL),(84,'en','wpml-string-translation','d1419e8e23c7171c7aeb8ca5b1db240f','Import / export .po',NULL,NULL,'','LINE',NULL,10,'','8169bfce1a3d064924a484f3cca8b86c','',NULL),(85,'en','wpml-string-translation','0a5be58d41ebcaaeae6102867207d053','Imported translation',NULL,NULL,'','LINE',NULL,10,'','9127369ddce759d018321acfe13bec02','',NULL),(86,'en','wpml-string-translation','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,10,'','067029f4dd697c668c9fa3bd0ed97bcd','',NULL),(87,'en','wpml-string-translation','48b44074cd8c0b9e3aa9bfe01e4074f1','In translation basket',NULL,NULL,'','LINE',NULL,10,'','9fb48fec2c36adc51e9027b3da858fb7','',NULL),(88,'en','wpml-string-translation','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'','LINE',NULL,10,'','f340a66b1041506f3292a021691c9241','',NULL),(89,'en','wpml-string-translation','9bed7fad1ffa89d10bad14174fb4add6','Include translations',NULL,NULL,'','LINE',NULL,10,'','95ee349499174dae0fd052a4a0e1c81d','',NULL),(90,'en','wpml-string-translation','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'','c82b20535a452758283cafdfabbf7f34','',NULL),(91,'en','wpml-string-translation','6fef14118afe1d02455da8cd377b59d9','Invalid language: %s',NULL,NULL,'','LINE',NULL,10,'','4321441fa9e18d5f911d177b338d2579','',NULL),(92,'en','wpml-string-translation','6ce548bada9ff3013492d8eadaaf1c24','Invalid nonce',NULL,NULL,'','LINE',NULL,10,'','5da63f3f868ff5e13770d227599e167b','',NULL),(93,'en','wpml-string-translation','d626102cfc2416a570fc0dc582a9b771','Kind',NULL,NULL,'','LINE',NULL,10,'','4be703f3840d445ceb9f28f7ff7aa1f7','',NULL),(94,'en','wpml-string-translation','d8610b04361dd3ccb22c1e72f6a28757','Language of domains',NULL,NULL,'','LINE',NULL,10,'','a2f7b87e8397a4280028e6c0c7720449','',NULL),(95,'en','wpml-string-translation','31b7ebdaa5d70f442d66adc363945e0a','Language of this %s is %s',NULL,NULL,'','LINE',NULL,10,'','26f1035c130454bf209585c6a56500c0','',NULL),(96,'en','wpml-string-translation','416e018e7c6e3f47d2e6e6c222440087','Languages of domains',NULL,NULL,'','LINE',NULL,10,'','777a123087825413258585f66d2a9b86','',NULL),(97,'en','wpml-string-translation','7381d487d18845b379422325c0a768d6','Loaded',NULL,NULL,'','LINE',NULL,10,'','ea0131a675e2ebf77eee94b2cf03fa9e','',NULL),(98,'en','wpml-string-translation','3e35b3d188994070b5c043eaf725b9b3','Look for translated strings and use their translations for new jobs',NULL,NULL,'','LINE',NULL,10,'','d48ab25689d0c059e82b8d3126ff8fa4','',NULL),(99,'en','wpml-string-translation','a055aa3b11cf03d2ad6e71be07fad591','There is a problem with the String Translation table in your site.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked 1/4','73aa351b191538cf0adf193ddf481d93','',NULL),(100,'en','wpml-string-translation','94ff08c46d10dff9f9646442ff519bb1','This problem is not causing a problem running the site right now, but can become a critical issue in the future.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked 2/4','233d80aefe813fefdbc0c1c20e4d3540','',NULL),(101,'en','wpml-string-translation','d942a4c233a6981e19df13960d7e67b5','WPML support team knows how to fix it.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked 3/4','1537376b854a261ca1e66597e3a77dc1','',NULL),(102,'en','wpml-string-translation','c53a5e497c3f6dc8941b9172ea87e06d','Please add a message in the relevant <a href=\"%s\" target=\"_blank\">support thread</a> and we\'ll fix it for you.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked 4/4','c140d6b74bb16a7ac27a50f0f32df93c','',NULL),(103,'en','wpml-string-translation','7bd7f4643c2fad1b8830db55fdbc5569','WPML cannot replace .mo files because of technical problems in the String Translation table.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked short 1/3','926d6916b945274680f2487783fa8cfa','',NULL),(104,'en','wpml-string-translation','d942a4c233a6981e19df13960d7e67b5','WPML support team knows how to fix it.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked short 2/3','4ca9ec9de520757c2624a4998e790c0b','',NULL),(105,'en','wpml-string-translation','ba3d0cccca4b28e832a6d39302934773','Please add a message in the relevant <a href=\"%s\" target=\"_blank\" >support thread</a> and we\'ll fix it for you.',NULL,NULL,'','LINE',NULL,10,'MO Import blocked short 3/3','57e1d7adceae3de6af9908ebf3a5ae4d','',NULL),(106,'en','wpml-string-translation','8b80d4b6307990874b832cc15a92e5a3','Missing parameters',NULL,NULL,'','LINE',NULL,10,'','98d9dde835ba856a446384097a2bfd68','',NULL),(107,'en','wpml-string-translation','08f7989331dc43b7d016fd064d47a5ed','Missing version number for translation.',NULL,NULL,'','LINE',NULL,10,'','96a0ed04fb39ea7dea4e51985a0ca3f7','',NULL),(108,'en','wpml-string-translation','4dab36ac83853282fc0d7bae20c19e90','More options',NULL,NULL,'','LINE',NULL,10,'','821b90dbd036df5e30f8e2735040e60e','',NULL),(109,'en','wpml-string-translation','6ce72417fc2cd0e19ed5ce7a3699ce93','Multibyte String extension',NULL,NULL,'','LINE',NULL,10,'','6cb2e6a22dd2395c63ecdbbf83476548','',NULL),(110,'en','wpml-string-translation','687b06725137ecf7e4795dfab2b6a7de','Multibyte String extension is required for WPML String Translation.',NULL,NULL,'','LINE',NULL,10,'','7a9dcacb2f14f10acfb977f27bbc75c3','',NULL),(111,'en','wpml-string-translation','79a2f2031003f676ae69711f7dfc6ac5','Multilingual Text',NULL,NULL,'','LINE',NULL,10,'','ca48b7e25dc362cd48ce9cda3e131896','',NULL),(112,'en','wpml-string-translation','ebd83288b1b4ca950ca2986099e93777','Multilingual arbitrary text or HTML',NULL,NULL,'','LINE',NULL,10,'','b23861731ddf50a527bdc8c405d6e449','',NULL),(113,'en','wpml-string-translation','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','ede5b19acb014628784356a7fff7038f','',NULL),(114,'en','wpml-string-translation','13bf411eeaa84dca3afaa4730dbe6d8a','Name: %s',NULL,NULL,'','LINE',NULL,10,'','b63f95ec6b14a03dffa05056d19e970f','',NULL),(115,'en','wpml-string-translation','7bd1b01e2b3f3738a5df3d196bd8fd24','Needs update',NULL,NULL,'','LINE',NULL,10,'','b12fa386083c471df3c7f87d64151753','',NULL),(116,'en','wpml-string-translation','bd188cbd0337a4a79465d8732d7bb024','New translation',NULL,NULL,'','LINE',NULL,10,'','a99235f78820d7d0880503f49d20080f','',NULL),(117,'en','wpml-string-translation','a1894d527cc1d62b94160d5712a67405','New translations (%d)',NULL,NULL,'','LINE',NULL,10,'','5e74cfe815e67910060a2e90ff512d3f','',NULL),(118,'en','wpml-string-translation','e9e3cb501ce3be636b717c8746b33751','No - keep showing these message',NULL,NULL,'','LINE',NULL,10,'','5727630df40e38998d3325759e432565','',NULL),(119,'en','wpml-string-translation','5109b5259a8d6f51d27a80cb02a9c12f','No TextDomain',NULL,NULL,'','LINE',NULL,10,'','81954a8b706419ef8dc698a91430f88b','',NULL),(120,'en','wpml-string-translation','92a01f6655277a8aaf5454f5a8ae1224','No action performed. Please select the strings that you need to update or add.',NULL,NULL,'','LINE',NULL,10,'','71f9903fa3103aa0ca031e8badf3e1f0','',NULL),(121,'en','wpml-string-translation','52ae17481b90a1aba46fc416964948cb','No options found. Make sure you saved your theme options at least once. <br />Some themes only add these to the wp_options table after the user explicitly saves over the theme defaults',NULL,NULL,'','LINE',NULL,10,'','3c54581e98f83a320c0fbaea0e98ee41','',NULL),(122,'en','wpml-string-translation','03ef4fffa148f268c9edd8e55cef3dcc','No packages found',NULL,NULL,'','LINE',NULL,10,'','708fd5c434c7ea02c9ec9b7492bd80a9','',NULL),(123,'en','wpml-string-translation','087fb8756d4add87f2d162304ccd486b','No records found',NULL,NULL,'','LINE',NULL,10,'','ddb46b0b45aaf15a9ebd0448407488fd','',NULL),(124,'en','wpml-string-translation','d2ee7307818fa13f12d44baa81804b86','No string found',NULL,NULL,'','LINE',NULL,10,'','994fa614416659a20929a4ba90c7d662','',NULL),(125,'en','wpml-string-translation','433748d1df47a09dbaddb073aa066cb1','No strings found',NULL,NULL,'','LINE',NULL,10,'','addae7a35d4e02786ce16c5d2b5eb328','',NULL),(126,'en','wpml-string-translation','acf71f33f124a3a10d91f0ea5168863b','No strings selected',NULL,NULL,'','LINE',NULL,10,'','42e4dc9ebde9a26f3f7cfd2dd77b5d80','',NULL),(127,'en','wpml-string-translation','352dad4055e15b88dc212292e9ce5347','No updates found.',NULL,NULL,'','LINE',NULL,10,'','dbc6054c8c75d4d407404882dd3392db','',NULL),(128,'en','wpml-string-translation','c0e75371365b992c3c93a8e7eeb23e1a','Nonce value is invalid',NULL,NULL,'','LINE',NULL,10,'','a8038785731d04196cbb483083d1ec07','',NULL),(129,'en','wpml-string-translation','a5a070d0bb3083d51955db55d0586aae','Not loaded',NULL,NULL,'','LINE',NULL,10,'','6150fc4091cca7042d4b0b1af8f65590','',NULL),(130,'en','wpml-string-translation','617093fbdef7f44466153722c3dae183','Not marked as \'complete\'. Press \'Save\' to enable.',NULL,NULL,'','LINE',NULL,10,'','25617ef14b2f16b8c04e2529ae4e6c13','',NULL),(131,'en','wpml-string-translation','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,10,'','533efb4499d1189ea63b07a1f389868a','',NULL),(132,'en','wpml-string-translation','d75a7e71c0bddd0f2cbfbbaf0e246e4c','Number of strings',NULL,NULL,'','LINE',NULL,10,'','19c5375e26b6f57f5c520a1b1d9f83a6','',NULL),(133,'en','wpml-string-translation','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'','LINE',NULL,10,'','90992488e9e0578c3209485c0b1bb049','',NULL),(134,'en','wpml-string-translation','05281d4ebc246886c54780fd01d36715','Other options:',NULL,NULL,'','LINE',NULL,10,'','f2ab99e9843cfc5a583b7037beeb2a08','',NULL),(135,'en','wpml-string-translation','8b91f94d8e8f31e36449143aa8f6fc20','PO export may be glitchy. We are working to fix it.',NULL,NULL,'','LINE',NULL,10,'','7027792175496b3ffbf62140ea5b069c','',NULL),(136,'en','wpml-string-translation','26fb3d624c05690c2f66387de49a4ca6','Package Management',NULL,NULL,'','LINE',NULL,10,'','ffea3edc948a4359d2bd20ec57da2219','',NULL),(137,'en','wpml-string-translation','27fe4eb3edbaff8f250e2d51f7462681','Packages',NULL,NULL,'','LINE',NULL,10,'','e452f8591dd1c57036679a3377092a82','',NULL),(138,'en','wpml-string-translation','d70c75dc9416ebeb532b396c798dc20f','Partial translation',NULL,NULL,'','LINE',NULL,10,'','9dd0cc2c1c97604dff243fe3a8e8ebe0','',NULL),(139,'en','wpml-string-translation','1e27d072a71dfb5434b3427f9793cbb0','Pending %s translation (%d)',NULL,NULL,'','LINE',NULL,10,'','f4d6d5709f15520104b6aac8ac112d43','',NULL),(140,'en','wpml-string-translation','1261ba8eeb83d9d138ff9e9a37214a7e','Performance considerations',NULL,NULL,'','LINE',NULL,10,'','702ceca7eb41cbbeba9440fe3cb229c6','',NULL),(141,'en','wpml-string-translation','d63ea2c10a4d8d0a2faf5bbc625b4636','Please activate WPML Multilingual CMS to have WPML String Translation working.',NULL,NULL,'','LINE',NULL,10,'','65e4609e02d8ccf26a170f9ab57cbc59','',NULL),(142,'en','wpml-string-translation','63a16a6023e3157071d4c922d6c8d0b3','Please enter a domain!',NULL,NULL,'','LINE',NULL,10,'','f569b3a985de32f8218fb0b1279cedc9','',NULL),(143,'en','wpml-string-translation','7e3b05fd2ea737e1b83b5ed755d5a5fb','Please select at least one document to translate.',NULL,NULL,'','LINE',NULL,10,'','aca2032a62d57fc2d9bb99a8ba5a7cb9','',NULL),(144,'en','wpml-string-translation','235a7e83582ed3d278d01da5fbc0cfdc','Please select at least one language to translate into.',NULL,NULL,'','LINE',NULL,10,'','09261c47b0bff346618ba533afa0d96d','',NULL),(145,'en','wpml-string-translation','745cc4cdb0956d247d802ef2c900ea77','Please select the .po file to upload!',NULL,NULL,'','LINE',NULL,10,'','960852164298883ad088d4652afc03f5','',NULL),(146,'en','wpml-string-translation','85cb25446cd3bd3f5dbfa37ddb405ae8','Please update all components which you are using.',NULL,NULL,'','LINE',NULL,10,'','79783da5ec42f08f85ac46b2b546020c','',NULL),(147,'en','wpml-string-translation','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,10,'','cb4d51b91e9de44b559942ce8ec8443d','',NULL),(148,'en','wpml-string-translation','2b6c86fb631e302da0dd24325d8d42a6','Post \"%s\" will be ignored for %s, because translation is already in progress.',NULL,NULL,'','LINE',NULL,10,'','5d2aa98b708ab223911f81f4775f5b4b','',NULL),(149,'en','wpml-string-translation','85a817a72e149a6d86d67cea09dbe892','Post \"%s\" will be ignored for %s, because translation is already waiting for translator.',NULL,NULL,'','LINE',NULL,10,'','7bfb981d9232e8a6d4b59ec31e46aada','',NULL),(150,'en','wpml-string-translation','f262fae0a2f17e8c1eb4e9eddb0160e4','Proceed',NULL,NULL,'','LINE',NULL,10,'','d374c41515e7f51913d8147c225e44a1','',NULL),(151,'en','wpml-string-translation','33249a967bdf349e9e91605783cdd518','Recreate ST DB cache tables',NULL,NULL,'','LINE',NULL,10,'','c10fa16a9774dcec16ab147d5b11bb32','',NULL),(152,'en','wpml-string-translation','7c3f0f80600f0711e0915368d19c5c2b','Recreate String Translation cache tables when they are missing or are invalid.',NULL,NULL,'','LINE',NULL,10,'','f61ff52f39dd0db87dc8e80acf666e81','',NULL),(153,'en','wpml-string-translation','26529ffe6920a48b2dede504cb238c5c','Review changes and update',NULL,NULL,'','LINE',NULL,10,'','aa5d19a404ee735697cb7e40825f71a3','',NULL),(154,'en','wpml-string-translation','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','b49a6c4c29e4d04c291d77d237ab5928','',NULL),(155,'en','wpml-string-translation','b22dde0b79a4bffe7db13065719c7d40','Save the following to a wpml-config.xml in the root of your theme or plugin.',NULL,NULL,'','LINE',NULL,10,'','de66e2ffdd16f442a204fad76e6ac4e0','',NULL),(156,'en','wpml-string-translation','110d52c23b8de64be5089b70238519a8','Scan selected plugins for strings',NULL,NULL,'','LINE',NULL,10,'','e6def4c88883003321ed5bf36e13b2b9','',NULL),(157,'en','wpml-string-translation','ca201dbf8b80867ab142ec7a00cd2605','Scan selected themes for strings',NULL,NULL,'','LINE',NULL,10,'','b04148c1ea5f3561fe25b6693e95103f','',NULL),(158,'en','wpml-string-translation','6ad7f721ab618df3b563c497878c3e49','Scan successful! WPML found %s strings.',NULL,NULL,'','LINE',NULL,10,'','f2850caa3854c3d8ee20aaca785729d0','',NULL),(159,'en','wpml-string-translation','177c2d28ed4b8c53dfe4fddee9afa62a','Scanning file: %s',NULL,NULL,'','LINE',NULL,10,'','5bc7343364e4d1c5326a4332d4b03114','',NULL),(160,'en','wpml-string-translation','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','579f7a81ed8409eccdadcbe7ac27b336','',NULL),(161,'en','wpml-string-translation','75ecaaafd1f677d07360709be6528768','Search for:',NULL,NULL,'','LINE',NULL,10,'','3af29bd2e254775690d8ff9fd243f664','',NULL),(162,'en','wpml-string-translation','b0338b27ec711011ace4813b21cf849c','Search in both the original language and in translations. Searching in translations may take a bit of time.',NULL,NULL,'','LINE',NULL,10,'','3bc65b2be9a69c79bc919c60f7f8be98','',NULL),(163,'en','wpml-string-translation','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,10,'','fd02f4d2942b95866ce5382d36e9dcd8','',NULL),(164,'en','wpml-string-translation','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,10,'','481fa13911dbf02cbfc084163d068914','',NULL),(165,'en','wpml-string-translation','b31610d7e45872a5a0e0978eb422279b','Select domain:',NULL,NULL,'','LINE',NULL,10,'','f87a7aa0e81b82767fe908bc27fd19f0','',NULL),(166,'en','wpml-string-translation','fcbda59a06e6e94c535cb17f15ecce05','Select for which domain to set the language: ',NULL,NULL,'','LINE',NULL,10,'','3f3c8ffdd0af2a223faaee6308ac84de','',NULL),(167,'en','wpml-string-translation','f9f7e66722b6bd17384a6e43649bc320','Select strings Translation Priority:',NULL,NULL,'','LINE',NULL,10,'','ba5f6c6fefeaa8d870b32407eaa54a25','',NULL),(168,'en','wpml-string-translation','6a3194b4fb9d7e156bc2ada980a919a1','Select strings within domain:',NULL,NULL,'','LINE',NULL,10,'','69e62cbc9a2675534f5544b5f12f3c66','',NULL),(169,'en','wpml-string-translation','79aee597623fc207417e8a733b4785d9','Select what the strings are for:',NULL,NULL,'','LINE',NULL,10,'','c1dc9c966d3111db80d93495fc0bc58b','',NULL),(170,'en','wpml-string-translation','3f23ab7c7a0317510bf32498155bea82','Select which strings to display:',NULL,NULL,'','LINE',NULL,10,'','574653084c5d93f73d3e272ab7f37662','',NULL),(171,'en','wpml-string-translation','9b08c18d9667d2367d5da79cf16456d2','Send to translation',NULL,NULL,'','LINE',NULL,10,'','57fd26382f25875a9f8e60f9cd88ce50','',NULL),(172,'en','wpml-string-translation','0bb2d45bfd12cf405018c84d77e05173','Set different slugs in different languages for %s.',NULL,NULL,'','LINE',NULL,10,'','ab4fce479da14124bf2f5cbfe65fd287','',NULL),(173,'en','wpml-string-translation','922468394988a69215d7a40bb2bdf290','Set the source language of these strings to:',NULL,NULL,'','LINE',NULL,10,'','677399036f0d8adc08278abca8632ef9','',NULL),(174,'en','wpml-string-translation','96d4dadd096605d5813d2c6bdf82e82c','Settings saved',NULL,NULL,'','LINE',NULL,10,'','5e116453246aebab75c401efdb95f589','',NULL),(175,'en','wpml-string-translation','15c6912fe035c89fc2e8a34ae23c336b','Showing only strings that contain %s',NULL,NULL,'','LINE',NULL,10,'','207748cb01ba16b57cb4f638585304f7','',NULL),(176,'en','wpml-string-translation','72ef2b9b6965d078e3c7f95487a82d1c','Skip',NULL,NULL,'','LINE',NULL,10,'','eabf53de2fee3b74ca2a448b91e89913','',NULL),(177,'en','wpml-string-translation','17896454dc47c5f3fcc52a04bedd0c56','Skipping file: %s',NULL,NULL,'','LINE',NULL,10,'','7a31197a9de3a264931a2a0f7eccfecd','',NULL),(178,'en','wpml-string-translation','f780f366424d2562ab94dd2b6e92711d','Slug translations',NULL,NULL,'','LINE',NULL,10,'','0986c21d977bfbad39904ac08217c919','',NULL),(179,'en','wpml-string-translation','baedfa4e993938cc78b432cbe7df4cbd','Some of the strings selected belong to packages. You can only change the language of these strings if all strings in the packages are selected.',NULL,NULL,'','LINE',NULL,10,'','44631af095c978a3f6ef9760321504be','',NULL),(180,'en','wpml-string-translation','a54b7d8396ecc31b9957c92dbb40262c','Some themes and plugins don\'t properly set the textdomain (second argument) in GetText calls. When you select this option, WPML will assume that the strings found in GetText calls in the PHP files of the theme and plugin should have the textdomain with the theme/plugin\'s name.',NULL,NULL,'','LINE',NULL,10,'','ee1158df0bf120a756967d0cc3d5554c','',NULL),(181,'en','wpml-string-translation','88a40e37b36b3286ce762470519c69cd','Some themes and plugins have huge .mo files that take a long time to load. WPML already knows the strings in these files and loads only the necessary strings to display each page.',NULL,NULL,'','LINE',NULL,10,'','0583ac20f3d688be1dcfd5cf781e30da','',NULL),(182,'en','wpml-string-translation','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','61845280d192fe1c61670c1c9a5a4b35','',NULL),(183,'en','wpml-string-translation','27118326006d3829667a400ad23d5d98','String',NULL,NULL,'','LINE',NULL,10,'','4feaba85d5cd307931206c1b8542eedc','',NULL),(184,'en','wpml-string-translation','931a1cc8b98929436703f71dfd488a28','%s allows you to see where strings come from, so you can translate them accurately.',NULL,NULL,'','LINE',NULL,10,'String Tracking warning: sentence 1','6ac7caef840c8639caa34c986ec7466c','',NULL),(185,'en','wpml-string-translation','39564b6bbae6090782c90989747a2e0e','String Tracking',NULL,NULL,'','LINE',NULL,10,'String Tracking warning: sentence 1, anchor text','325b0975e801edb40744b0bdc1027c4c','',NULL),(186,'en','wpml-string-translation','f55105e80a3ac773251cb6231fea5096','It needs to parse the PHP source files and the output HTML.',NULL,NULL,'','LINE',NULL,10,'String Tracking warning: sentence 2','38bd118a14bd27e3c9cad753fafaa012','',NULL),(187,'en','wpml-string-translation','bba3bfb6b6992b3bad9735af3bc5bea3','This feature is CPU-intensive and should only be used while you are developing sites.',NULL,NULL,'','LINE',NULL,10,'String Tracking warning: sentence 3','2e19a903dc990117fc4d1743e705e7d4','',NULL),(188,'en','wpml-string-translation','665ade473a97bea36c3013ce3e77fab7','Remember to turn it off before going to production, to avoid performance problems.',NULL,NULL,'','LINE',NULL,10,'String Tracking warning: sentence 4','809b8c9635da38b5e54d26a177ab1408','',NULL),(189,'en','wpml-string-translation','0abe90fd525c5acb427a77564c3fb59d','String Translation',NULL,NULL,'','LINE',NULL,10,'','8695e4156a2d19cf287a01e908051800','',NULL),(190,'en','wpml-string-translation','59d6a7c636e6d1b80f3be8cbfb10379b','String translation',NULL,NULL,'','LINE',NULL,10,'','35369b217b3934075d2ffe9bdc646e64','',NULL),(191,'en','wpml-string-translation','32c312e1b97607c619eefde2208d0a64','Strings from all text domains are excluded',NULL,NULL,'','LINE',NULL,10,'','c53e009e65f89f265a4049ce3da98d2c','',NULL),(192,'en','wpml-string-translation','94fbca3170c6eb485d1a4d9f9e280964','Strings from all text domains will be auto-registered',NULL,NULL,'','LINE',NULL,10,'','fef5480b116e039bdcbac74cb9dc792e','',NULL),(193,'en','wpml-string-translation','00fb37d803e5120e168f31b889cd9266','Strings in need of translation',NULL,NULL,'','LINE',NULL,10,'','dc75b6ca583bfe645a2c8db57ab378fa','',NULL),(194,'en','wpml-string-translation','cb73b91b27535a1ce664f0bcc752be76','Strings in the plugins',NULL,NULL,'','LINE',NULL,10,'','c50a53f0714564dadd9dd7cd1d520848','',NULL),(195,'en','wpml-string-translation','32fcf2a86c344719fbda06b0a2f7845c','Strings in the themes',NULL,NULL,'','LINE',NULL,10,'','17bff33ea223d9f88db7e727c1d19131','',NULL),(196,'en','wpml-string-translation','ad924968b322a7e9d5c1f1ab65aae7bf','Strings per page:',NULL,NULL,'','LINE',NULL,10,'','2c9e1681ba9c68f0d116e600c73b86e8','',NULL),(197,'en','wpml-string-translation','50b91917d13287bd24f3a0be84382093','Strings translations updated',NULL,NULL,'','LINE',NULL,10,'','81f8bb5682d08cf8a1012e4adb62e762','',NULL),(198,'en','wpml-string-translation','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,10,'','b78fbe41e5e5cb60e1da8fa77de51f62','',NULL),(199,'en','wpml-string-translation','402e7a087747cb56c718bde84651f96a','Success!',NULL,NULL,'','LINE',NULL,10,'','36045d19b23b775ccd20aebe2f0b9d1f','',NULL),(200,'en','wpml-string-translation','c5ce0d2047c3b410077424a8929351b9','Textdomain',NULL,NULL,'','LINE',NULL,10,'','38e18894eb46c70bd70e047819497e5f','',NULL),(201,'en','wpml-string-translation','85c072160e7615282a4f5a8b92c84cd6','The database has been updated.',NULL,NULL,'','LINE',NULL,10,'','f7a00f772d5734a1e4107e985db00e17','',NULL),(202,'en','wpml-string-translation','3998356c6c3b3e0424194dab231a210b','The fields with <span%s>red</span> background are text fields and the fields with <span%s>cyan</span> background are numeric.',NULL,NULL,'','LINE',NULL,10,'','da377c71c6bd2438d5c33be221ce08c3','',NULL),(203,'en','wpml-string-translation','f98c53c8521656e91fd0b457c0823912','The following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','8765a2a4a5b17ac1e943de2b2282c95b','',NULL),(204,'en','wpml-string-translation','d97e06aa8a1b5ac759c8c21ea39a535b','The following files were processed:',NULL,NULL,'','LINE',NULL,10,'','e414370a9ba8d8106a13de50397b10b3','',NULL),(205,'en','wpml-string-translation','e06e358ab280edf10afaf14997404442','The selected strings can now be translated using the <a%s>string translation</a> screen',NULL,NULL,'','LINE',NULL,10,'','6d75aaed64b9688170f96d978b6eb7f3','',NULL),(206,'en','wpml-string-translation','d721757161f7f70c5b0949fdb6ec2c30','Theme',NULL,NULL,'','LINE',NULL,10,'','d26d1c0362de76b054be430fac54b70e','',NULL),(207,'en','wpml-string-translation','b567f9087964abdf87d927e024e638fa','There is nothing to be updated or to be added.',NULL,NULL,'','LINE',NULL,10,'','a06f9d9235e5f64604284479e94e0dc6','',NULL),(208,'en','wpml-string-translation','1653b4cc06174ad65a63d0e3e367b3bc','There is nothing to translate.',NULL,NULL,'','LINE',NULL,10,'','0a3965870418e25cb50a912e6489cc4e','',NULL),(209,'en','wpml-string-translation','5a7d7689b37cddd11cfae1597736d260','These are the strings that we found in your .po file. Please carefully review them. Then, click on the \'add\' or \'cancel\' buttons at the %sbottom of this screen%s. You can exclude individual strings by clearing the check boxes next to them.',NULL,NULL,'','LINE',NULL,10,'','53088fb30d477ab4e4468777aec50fb9','',NULL),(210,'en','wpml-string-translation','510d5a403c38512a078d6e4fced058a4','This domain currently has the following strings:',NULL,NULL,'','LINE',NULL,10,'','72fba462444f25076f3a8173ebae11bb','',NULL),(211,'en','wpml-string-translation','08e1592fae57d64dd9e6c58825b9a823','This table shows all the admin texts that WPML found.',NULL,NULL,'','LINE',NULL,10,'','8bdf06baec1926d3c61beded73c7240a','',NULL),(212,'en','wpml-string-translation','3cc25fc41663f408101b7d7bcad4feae','This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the %s and click on the Proceed button.',NULL,NULL,'','LINE',NULL,10,'','9268c4bf581b04704664e00485fb7a9d','',NULL),(213,'en','wpml-string-translation','c39a086784baf9e05fc25a4705cd3abf','This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the <a%s>bottom of this page</a> and click on the Proceed button.',NULL,NULL,'','LINE',NULL,10,'','9f2b00ad9d3fe6f24002979c602e4319','',NULL),(214,'en','wpml-string-translation','db8132da71bee0c5a5be286d5f75ccc4','This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:',NULL,NULL,'','LINE',NULL,10,'','322c767fdcdd8ae103e5e177f184efdd','',NULL),(215,'en','wpml-string-translation','98e8acc8117a958a19bef11a56d025ce','This widget is converted to multilingual',NULL,NULL,'','LINE',NULL,10,'','9775ededb1d112dc4d709fbd6d86a106','',NULL),(216,'en','wpml-string-translation','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'','LINE',NULL,10,'','5bf2fc76d9288e64681603e5fb4268d4','',NULL),(217,'en','wpml-string-translation','64f6bee3dbe7df1e6bcdd30c0b63970a','Track where strings appear on the site',NULL,NULL,'','LINE',NULL,10,'','78a19a10011883c4d8f91ecd829f0a94','',NULL),(218,'en','wpml-string-translation','40d0bf23e74300de2fa70eb641c7873c','Translate custom post and taxonomy base slugs (via WPML String Translation).',NULL,NULL,'','LINE',NULL,10,'','ce508c11fb1c2bc94dedebf3d4c1d75c','',NULL),(219,'en','wpml-string-translation','2aa29b1b7e0f40e3f4f05fa03b052eab','Translate strings',NULL,NULL,'','LINE',NULL,10,'','774fa3b8f378735067536c3416ac04ef','',NULL),(220,'en','wpml-string-translation','1ebf20ca91b42edd9bfeec24fbf9d988','Translate strings in %s',NULL,NULL,'','LINE',NULL,10,'','8b3fb8cf2800dac66230506505d1c4f2','',NULL),(221,'en','wpml-string-translation','98fe9e1ed3dc85591c38fe17bc9b1f45','Translate strings with ST and don\'t load .mo files',NULL,NULL,'','LINE',NULL,10,'','3cc35979d14464a880974772d5fc6e9a','',NULL),(222,'en','wpml-string-translation','687b6aaaf12691d2b3f503ded8c35f5a','Translate texts in admin screens »',NULL,NULL,'','LINE',NULL,10,'','6afe67596d51c4d9d32834e47537ffdc','',NULL),(223,'en','wpml-string-translation','0143e28d0d174d1e8fe87a13c0110cdc','Translating users of types: %s',NULL,NULL,'','LINE',NULL,10,'','c23b89a31facd090e552b074ae1cd5f2','',NULL),(224,'en','wpml-string-translation','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'','LINE',NULL,10,'','cdf1a8b8e9a448bc86b59f9a82eb391e','',NULL),(225,'en','wpml-string-translation','895a75147c9fe009ab46b04a47d5a560','Translation complete',NULL,NULL,'','LINE',NULL,10,'','6bb7832570dc4f9651fcda5f4249d83b','',NULL),(226,'en','wpml-string-translation','8eb1a3cd69452285113a0baf128f430b','Translation is complete',NULL,NULL,'','LINE',NULL,10,'','3ba839f5e0d179e539226a98bc422ba5','',NULL),(227,'en','wpml-string-translation','ce39251572549fe63948f2caa7392ad1','Translation is in progress',NULL,NULL,'','LINE',NULL,10,'','ac9c814d5f9955e5fdda106601dd4725','',NULL),(228,'en','wpml-string-translation','12d18e04a60218cef43b130459bf6648','Translation memory for strings',NULL,NULL,'','LINE',NULL,10,'','ba692a8965ef92f1833fecbe2262e9a5','',NULL),(229,'en','wpml-string-translation','2dd2b63f516be1765558285f7b5c7ce7','Translation needed',NULL,NULL,'','LINE',NULL,10,'','654d17a2edb833ed2f95086c094f657d','',NULL),(230,'en','wpml-string-translation','5122d86a29b13551cdf4864b27f425fc','Translation needs update',NULL,NULL,'','LINE',NULL,10,'','fc15363b404d60dafe39b5ae06c05c61','',NULL),(231,'en','wpml-string-translation','312d4c1856c701f53d28549fabb6346f','Translation status:',NULL,NULL,'','LINE',NULL,10,'','c22eac5173ec91ec924e234667e206ed','',NULL),(232,'en','wpml-string-translation','99b1054c0f320be9f109c877a5efd0b2','Update Now',NULL,NULL,'','LINE',NULL,10,'','d2639316c0fda70129a56d921b4e47df','',NULL),(233,'en','wpml-string-translation','5b98c4f638e5eeec1f72c8a6134e5ca8','Updated %s translation is available',NULL,NULL,'','LINE',NULL,10,'','f49a13449336b7e8f1b00eb7f7cd3506','',NULL),(234,'en','wpml-string-translation','32ff66f95625482d40df31e70219a062','Updated translations (%d)',NULL,NULL,'','LINE',NULL,10,'','9ca77eae6cd5430f00d4d6e2ed04f3a0','',NULL),(235,'en','wpml-string-translation','84ab522978088616d263b85d25b0c85c','Use my translation',NULL,NULL,'','LINE',NULL,10,'','dfb14a2957420947707ba63d67ff60c4','',NULL),(236,'en','wpml-string-translation','fa7e19166c5f101ece5eba385c82c626','Use theme or plugin text domains when gettext calls do not use a string literal',NULL,NULL,'','LINE',NULL,10,'','11373893a99144e0f2e7a6f86e18c45e','',NULL),(237,'en','wpml-string-translation','1f813c239453b0f68b93d5ac16e2d7b5','Use this language as the default language for new strings in this domain',NULL,NULL,'','LINE',NULL,10,'','94e23d3466076266931e4329f5e727e3','',NULL),(238,'en','wpml-string-translation','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'','5183daa437419ba2d5afb1e1cf02ccc1','',NULL),(239,'en','wpml-string-translation','30c96b871948ee5fe334628e35f4b63c','WPML Package Translation is enabled but not effective. It requires <a href=\"%s\">WPML</a>, String Translation and Translation Management in order to work.',NULL,NULL,'','LINE',NULL,10,'','3e2253dba739cc4923fe28b50456e5b2','',NULL),(240,'en','wpml-string-translation','2c3215c708f122955237902fd2629d4a','WPML String Translation is enabled but not effective, because WPML is outdated. Please update WPML first.',NULL,NULL,'','LINE',NULL,10,'','73b933748b0d73953a83613a9a4d8d1d','',NULL),(241,'en','wpml-string-translation','83c87f8c0c51c2f4c7955437fd353987','WPML String Translation is enabled but not effective. Please finish the installation of WPML first.',NULL,NULL,'','LINE',NULL,10,'','4aaf9893344a08ff5de9357c58534154','',NULL),(242,'en','wpml-string-translation','66a6d6b2b2a6d1fb462747c264b9a641','WPML String Translation will send all strings to WPML’s Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'','LINE',NULL,10,'','9a19296333e745f277699eb9dc7fd11e','',NULL),(243,'en','wpml-string-translation','c70347eac862204d40605d35426f7682','WPML Translation',NULL,NULL,'','LINE',NULL,10,'','7293f2188bf18056ab6b0c868f70d966','',NULL),(244,'en','wpml-string-translation','770d4ce3c5fe7c6cf880415858914c19','WPML Update is Incomplete',NULL,NULL,'','LINE',NULL,10,'','cb0549c20cb20c265fb2a5d95953caef','',NULL),(245,'en','wpml-string-translation','afae8b7b524091be07565b082d13f189','WPML can automatically register strings for translation. This allows you to translate user-generated content with minimal PHP code.',NULL,NULL,'','LINE',NULL,10,'','f6a66a7c64ac5be7f6737e5dd5135e36','',NULL),(246,'en','wpml-string-translation','0256958abd6d6a8a78b2f985e36dc80a','WPML can keep track of where strings are used on the public pages. Activating this feature will enable the \'view in page\' functionality and make translation easier.',NULL,NULL,'','LINE',NULL,10,'','1d90ece3c46ea94bb83c61d17593f2f5','',NULL),(247,'en','wpml-string-translation','dcda63771f6b83dd1fa44d789debfbbc','WPML could not delete the strings',NULL,NULL,'','LINE',NULL,10,'','0c967a1b882276744cc7cb2640f51f16','',NULL),(248,'en','wpml-string-translation','84f5629b9eacf9e77fd44cb04c86a367','WPML needs to update the database. This update will help improve WPML\'s performance when fetching translated strings.',NULL,NULL,'','LINE',NULL,10,'','52f4c9f3fe4fc8555f03ea6d7d49c6af','',NULL),(249,'en','wpml-string-translation','b5d10f00257c3ceb8b51b341f8f0085a','WPML.org account',NULL,NULL,'','LINE',NULL,10,'','dcc567d7e75be8f57ab6d300e74bdf9e','',NULL),(250,'en','wpml-string-translation','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'','LINE',NULL,10,'','dedce18057eb64708a97ad113cb919fd','',NULL),(251,'en','wpml-string-translation','be59face3d6ec09c099712275e0f1c9a','We have detected a problem with some tables in the database. Please contact %sWPML support%s to get this fixed.',NULL,NULL,'','LINE',NULL,10,'','3823714a7ea23896a1e2dd2080605a02','',NULL),(252,'en','wpml-string-translation','d9ff21672b411cd7b299b17b40150782','Widget is already converted',NULL,NULL,'','LINE',NULL,10,'','9a44831755a8d2e07c2eb7c9883b0b01','',NULL),(253,'en','wpml-string-translation','bab523d69c1b5bdb6d46cc12ad4a9642','Yes - disable these notifications completely',NULL,NULL,'','LINE',NULL,10,'','072c89467fdb8539f7dd9e5e3b04c15a','',NULL),(254,'en','wpml-string-translation','8839775a4b630ab569998a002919fc55','You are running updated %s and %s, but the following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','06a5fcb3ddc4a618fbdba97ce45efe1c','',NULL),(255,'en','wpml-string-translation','64591b515734d6ad72a8e21a899a062a','You are running updated %s, but the following component is not updated:',NULL,NULL,'','LINE',NULL,10,'','743854edab270b6f047fa3090a8514fc','',NULL),(256,'en','wpml-string-translation','7ca54afb0a4c4f34e655ed89cf7a4f62','You can\'t translate this string because it hasn\'t been sent for translation in this language',NULL,NULL,'','LINE',NULL,10,'','a94efdb12e8cdc592c404b5b4388f729','',NULL),(257,'en','wpml-string-translation','c6b5a44900d5c0348afb48698812e6bd','You can\'t translate this string because it\'s assigned to another translator',NULL,NULL,'','LINE',NULL,10,'','199e6ec40e7b919bd43daa8f02d0e9b2','',NULL),(258,'en','wpml-string-translation','aedd3fbfaf9574b42a078c67edd763dd','You cannot add packages in this language to the basket since it already contains posts, packages or strings of another source language!\\n\\t\\t\\t\\t\\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket',NULL,NULL,'','LINE',NULL,10,'','6e25576043bf3c20f3bb1fbc021faf4d','',NULL),(259,'en','wpml-string-translation','8041c2e4b9be76036fa2869687559c9a','You excluded: ',NULL,NULL,'','LINE',NULL,10,'','6b6d5fdc9bbbf5997cd939b4b84bd5cc','',NULL),(260,'en','wpml-string-translation','650a05de4a2903f8c3c37246813d335b','You have removed some of the texts that are translated already. The translations will be lost.',NULL,NULL,'','LINE',NULL,10,'','16631cc5796579ac0317fb33b104ae73','',NULL),(261,'en','wpml-string-translation','870ad357ead6f85a4cab52f845723d9e','You have selected strings belonging to a package. Please select all strings from the affected package or unselect these strings.',NULL,NULL,'','LINE',NULL,10,'','b4816530e5ac8a62788817bbfca7abd2','',NULL),(262,'en','wpml-string-translation','f199efdcd74b1904819a1f92f32263ef','You included: ',NULL,NULL,'','LINE',NULL,10,'','99fd584e531ec48a1177cc7c8cc298a1','',NULL),(263,'en','wpml-string-translation','a7130b93cd3cc6c08f9189cd0e335a58','Your site can run faster',NULL,NULL,'','LINE',NULL,10,'','59c4797aa4f71cea6fd8eb7ab32e63ba','',NULL),(264,'en','wpml-string-translation','163b372d60f4467a5c597afa7dc534e3','Your site will not work as it should in this configuration',NULL,NULL,'','LINE',NULL,10,'','d99814327c78d64678e335b4fb9c49cb','',NULL),(265,'en','wpml-string-translation','09fbfaaa4390044b3e02747cf174b0b9','and others',NULL,NULL,'','LINE',NULL,10,'','994c757aa0c4a2dc732d05469da5a0e0','',NULL),(266,'en','wpml-string-translation','92596c037cfc150689b33807365c8496','bottom of this page',NULL,NULL,'','LINE',NULL,10,'','33d0dc168bfdd9b7062a39b0da88cf60','',NULL),(267,'en','wpml-string-translation','de95b43bceeb4b998aed4aed5cef1ae7','edit',NULL,NULL,'','LINE',NULL,10,'','366988831d1fe1d6df2d1670bcbbc044','',NULL),(268,'en','wpml-string-translation','22af645d1859cb5ca6da0c484f1f37ea','new',NULL,NULL,'','LINE',NULL,10,'','8b93c6108ef59e8ca59ae83476f23d44','',NULL),(269,'en','wpml-string-translation','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'','LINE',NULL,10,'','935919f5caa51507dc17063da30d59fd','',NULL),(270,'en','wpml-string-translation','3bc6eddc2f304b59314e83389c81524d','select from existing',NULL,NULL,'','LINE',NULL,10,'','90e739716e2c1a34fedcfc80e1defe12','',NULL),(271,'en','wpml-string-translation','2ed18fafe4199c7cfc187fdb2a5b1a66','translations',NULL,NULL,'','LINE',NULL,10,'','b12c747fd4a89d7a96fc6527b5899ce3','',NULL),(272,'en','wpml-string-translation','d419aa719f90305d33da518516fd3180','view in page',NULL,NULL,'','LINE',NULL,10,'','8c7dbf64af7f99aa20f63d2b36bbe5d9','',NULL),(273,'en','wpml-string-translation','36d34b0c8c519c6fc3c48779e091c1e7','view in source',NULL,NULL,'','LINE',NULL,10,'','a44d0b879e9ab856a34fd67b675125d3','',NULL),(274,'en','wpml-string-translation','554df4e49237c6c889f568a1a26ea214','was automatically disabled. To enable it back, go to WPML->Theme and Plugins localization.',NULL,NULL,'','LINE',NULL,10,'','e81c31091c60b737f1085bf36816505b','',NULL),(275,'en','elementor','ee9d01da1e865af1b559fa7c8c047555','%1$s ago (%2$s)',NULL,NULL,'','LINE',NULL,10,'','d664ccc9c879064a8a4757d457bed883','',NULL),(276,'en','elementor','7c560e192eaa9024f2862b5013e30886','%d row affected.',NULL,NULL,'','LINE',NULL,10,'','582f1f2f435a477f8881d0de0cce37d1','',NULL),(277,'en','elementor','441f28a1d3abeabbd8ef04e87e28823a','%d rows affected.',NULL,NULL,'','LINE',NULL,10,'','57403ae59ebbeeaf387e2810b56ea6d4','',NULL),(278,'en','elementor','c153e8c06c2403553282e1ec835bf454','%s Database update process is running in the background.',NULL,NULL,'','LINE',NULL,10,'','0b52494067f00ed848cb9ceef1a9a050','',NULL),(279,'en','elementor','849a0c92b921bb7fd3c9f4f6d197f89c','%s Images Selected',NULL,NULL,'','LINE',NULL,10,'','61bc39e5dbc3fe3342360a3f2a51747e','',NULL),(280,'en','elementor','db71f6e371eb7124134284e029343fbb','%s Settings',NULL,NULL,'','LINE',NULL,10,'','b9e4143a1567f564012abe994f745718','',NULL),(281,'en','elementor','1c88a4c65d5dfc44614a11f31caa8101','%s The database update process is now complete. Thank you for updating to the latest version!',NULL,NULL,'','LINE',NULL,10,'','cb17a2ff9a3197385127876259bf7fd9','',NULL),(282,'en','elementor','9c2b705914203421cd4773ccfb36301a','%s Your site database needs to be updated to the latest version.',NULL,NULL,'','LINE',NULL,10,'','1080d621f63bfff684856c67b978a69e','',NULL),(283,'en','elementor','7ffb0536a7eb8a1924bc8cddd5ebd992','%s are disabled',NULL,NULL,'','LINE',NULL,10,'','22acccb59b4c20cafbf30853cc989621','',NULL),(284,'en','elementor','47748fe5d78900c50f5bfe078cd3d44d','%s has taken over and is currently editing. Do you want to take over this page editing?',NULL,NULL,'','LINE',NULL,10,'','351b96e6f6b4f74420e237c3441883f3','',NULL),(285,'en','elementor','ce1f74c372d5bb36b3ae7db68f647b24','← Back to WordPress Editor',NULL,NULL,'','LINE',NULL,10,'','34689901964f46883980b788efeaf5cd','',NULL),(286,'en','elementor','54d0d7ad584d2f68657459fa49b9fa80','(more…)',NULL,NULL,'','LINE',NULL,10,'','8418c9c354555a31c75b553759116946','',NULL),(287,'en','elementor','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'','LINE',NULL,10,'','b3f208a73713ed0f8330c2c831b8e990','',NULL),(288,'en','elementor','1d6932fabeb30bc243f22b43812efd6f','(opens in a new window)',NULL,NULL,'','LINE',NULL,10,'','a07fe211742beadf877a24d7425e7c7b','',NULL),(289,'en','elementor','20bac55765ad550734595fa427f4b4b5','<a href=\"%s\" target=\"_blank\">Click here</a> to troubleshoot',NULL,NULL,'','LINE',NULL,10,'','72c976962b9c474753388eaadbe8bdc5','',NULL),(290,'en','elementor','b3080f089051786ae628ba25e938afe7','<strong>Important:</strong> It is strongly recommended that you <a target=\"_blank\" href=\"%s\">backup your database</a> before using Replace URL.',NULL,NULL,'','LINE',NULL,10,'','b1dbacc8c60fa2966119c2ab883cc779','',NULL),(291,'en','elementor','e624976a0397f9f93d27fdc31c3d5fe7','About Elementor',NULL,NULL,'','LINE',NULL,10,'','b177783afc3c4652d31b0af83fa68280','',NULL),(292,'en','elementor','b51ca26c6c89cfc9bec338f7a0d3e0c8','Absolute',NULL,NULL,'','LINE',NULL,10,'','7a8c6e55113adb15ab5eb87058a0a6a5','',NULL),(293,'en','elementor','c900e1bd8e22771d610bd2a5861b544f','Accent',NULL,NULL,'','LINE',NULL,10,'','b1a81b7a64c190dc6c9d1bd933601bf7','',NULL),(294,'en','elementor','5096bb1a69971401c543c0fd182777e9','Accent Text',NULL,NULL,'','LINE',NULL,10,'','36077890a72a8d55ad136de377483b1e','',NULL),(295,'en','elementor','a2d5ab3822af654e1f6ba95aea5bca26','Access 1,500+ amazing Font Awesome 5 icons and enjoy faster performance and design flexibility.',NULL,NULL,'','LINE',NULL,10,'','69c9024e482d67bef0174633bb7416e5','',NULL),(296,'en','elementor','652122103181aa2752efaecab300edf0','Access denied.',NULL,NULL,'','LINE',NULL,10,'','05d1421cb8cc0b5a4d48ee5321eb6c7b','',NULL),(297,'en','elementor','4d5aae0b218a0bb62ff4513b66fc34d0','Accordion',NULL,NULL,'','LINE',NULL,10,'','e46135579b021ce6c9c88d5534898f8a','',NULL),(298,'en','elementor','228e7e4cc19e59ae320bd052cd12aeb3','Accordion #1',NULL,NULL,'','LINE',NULL,10,'','d3f430b4a4234e94331917a895a33826','',NULL),(299,'en','elementor','7ad033dd18a58e91f283103cdcd98d24','Accordion #2',NULL,NULL,'','LINE',NULL,10,'','d72bf6dd4f8d98d4afbdb4477c55d8b4','',NULL),(300,'en','elementor','01fa2fa7f98169b137677336c3f670f0','Accordion Content',NULL,NULL,'','LINE',NULL,10,'','497846f8f716112304c60fe8a2674b99','',NULL),(301,'en','elementor','ff3defaa406e66b49d1fd11ecebe07aa','Accordion Items',NULL,NULL,'','LINE',NULL,10,'','55f8f15d9f1d6a763c2b0e6233a18efd','',NULL),(302,'en','elementor','708714aa8d5537518f5a8a8439012354','Accordion Title',NULL,NULL,'','LINE',NULL,10,'','3015a49e0be4f35c9be9cbe6d87d9017','',NULL),(303,'en','elementor','a130ecd03d333805829b11f98cc9c0f9','Action not found.',NULL,NULL,'','LINE',NULL,10,'','69460fcbf0fd4b454b773685f3f08762','',NULL),(304,'en','elementor','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,10,'','4a441688147a89b97c3495ffa5d13996','',NULL),(305,'en','elementor','779a68e20d5ee1a07b0968deda651684','Active Color',NULL,NULL,'','LINE',NULL,10,'','e4c07e6a1540af8981b006dff5ba0ec8','',NULL),(306,'en','elementor','cdbf49d6ac280f03cc7d24714bc42a4e','Active Icon',NULL,NULL,'','LINE',NULL,10,'','32d3cf334c7013179f7c780a7e8f3fdf','',NULL),(307,'en','elementor','b95c09fb28e80cc672fd533a62252d70','Add %s',NULL,NULL,'','LINE',NULL,10,'','903645ac7978f8de1386b6eeabb11703','',NULL),(308,'en','elementor','03a894bd36f429b95e3aca8c007b451e','Add Element',NULL,NULL,'','LINE',NULL,10,'','d94c774b11c2efdeed22dd6693aade5a','',NULL),(309,'en','elementor','d33c208fe1458eff399189b5b0515025','Add Images',NULL,NULL,'','LINE',NULL,10,'','148e895ae023eacc89fbd9bf74b69c46','',NULL),(310,'en','elementor','138103c4e1d9c846d0afd000e5b928c8','Add Item',NULL,NULL,'','LINE',NULL,10,'','461088cfb50ef6d766c1508138f91e35','',NULL),(311,'en','elementor','12acc7f86f045429f568ed130800c2df','Add New %s',NULL,NULL,'','LINE',NULL,10,'','7b03ca3259d7f92eb9324cef351ecae8','',NULL),(312,'en','elementor','02fbde656ea799c09d5d647dc0f5960a','Add New Column',NULL,NULL,'','LINE',NULL,10,'','b4bed41c2b4c3ec2f0e3826dec22fd3f','',NULL),(313,'en','elementor','1907bd03c6adcacb7ad68404b14ca18b','Add New Section',NULL,NULL,'','LINE',NULL,10,'','d0c5bad9ad5bf874cca6c1b01ff6da71','',NULL),(314,'en','elementor','e37f4fc0441c524ee5a89453f12178c8','Add Template',NULL,NULL,'','LINE',NULL,10,'','a8a6d203eb6b67a6f3a7341a68113b03','',NULL),(315,'en','elementor','760e3210a3c8d65c53efff13169c53ed','Add Your Custom Fonts',NULL,NULL,'','LINE',NULL,10,'','46ad24a9d1cdd60cbe4328ee759a62ed','',NULL),(316,'en','elementor','884a103366271d3f79a32c34292a243c','Add Your Custom Icons',NULL,NULL,'','LINE',NULL,10,'','00fb65b29fef6831dbe7cadc0d2434d6','',NULL),(317,'en','elementor','2fcd87fc57c33e7fb8a1df657776f274','Add Your Heading Text Here',NULL,NULL,'','LINE',NULL,10,'','b7c4c0ef74f222714f152926bb348a42','',NULL),(318,'en','elementor','ebbb5896554d13cc4f2e46a9e44eb51e','Add nofollow',NULL,NULL,'','LINE',NULL,10,'','232b3e03ed41b88c9cfb12d0ffcb031d','',NULL),(319,'en','elementor','26d59c8605cb411d04f53ba087fbde7b','Add templates and reuse them across your website. Easily export and import them to any other project, for an optimized workflow.',NULL,NULL,'','LINE',NULL,10,'','9b693694382c8a37bb90522f39765191','',NULL),(320,'en','elementor','ddedab99da4615aa6cb108466ba35bf1','Add your custom class WITHOUT the dot. e.g: my-class',NULL,NULL,'','LINE',NULL,10,'','80f8d6d61d130b1a78b49ada7dbe47ad','',NULL),(321,'en','elementor','d55b3ffa9fc8021e934158ca07e2770e','Add your custom id WITHOUT the Pound key. e.g: my-id',NULL,NULL,'','LINE',NULL,10,'','2a80bce25c1f1b7a62ab48980f575a7f','',NULL),(322,'en','elementor','f29ddbfb905eb2593fdcdfb243f9af85','Added',NULL,NULL,'','LINE',NULL,10,'','7697bf4320eb05f5a35d935fbff24be8','',NULL),(323,'en','elementor','a301fb6c9931e5b86a9b36a31b9c9e6d','Additional Options',NULL,NULL,'','LINE',NULL,10,'','180fed5d3f89eac4abd2928a9215affc','',NULL),(324,'en','elementor','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'','LINE',NULL,10,'','c86f681107221edf84966a1cf8df1c9c','',NULL),(325,'en','elementor','7bfcadb5535fe8aad5032762b7bfe159','After',NULL,NULL,'','LINE',NULL,10,'','96e7e28e7472bf48b2cb6b4ccc5a5141','',NULL),(326,'en','elementor','b92071d61c88498171928745ca53078b','Alert',NULL,NULL,'','LINE',NULL,10,'','7fd1071c6ca8f05ea997836809edadff','',NULL),(327,'en','elementor','a63706eecfa33f67b315f978392ad7ae','Alignment',NULL,NULL,'','LINE',NULL,10,'','f13cd95d85fd21d326ba8d6941e7f981','',NULL),(328,'en','elementor','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','515ac6436200c05aa0e49c150b2cd69b','',NULL),(329,'en','elementor','ca0de64bfaed84cff1811c8a557460e8','All Content',NULL,NULL,'','LINE',NULL,10,'','e97ecc1b45cfb5637e4c8969e8715af2','',NULL),(330,'en','elementor','024e054edde722072670a58f49cdf164','All Icons',NULL,NULL,'','LINE',NULL,10,'','29486fd9d1158faf127471687909432f','',NULL),(331,'en','elementor','b2f40690858b404ed10e62bdf422c704','Amount',NULL,NULL,'','LINE',NULL,10,'','857376a8849aa30596c3b279f7f6dce0','',NULL),(332,'en','elementor','a25c753ee3e4be15ec0daa5a40deb7b8','An error occurred',NULL,NULL,'','LINE',NULL,10,'','de0f6dc6b94a8222b230a672def0d6a1','',NULL),(333,'en','elementor','a34285645af2703a9501db6fc881e5df','Anchor',NULL,NULL,'','LINE',NULL,10,'','7cb9d12f9a5533d7369418c37799eca4','',NULL),(334,'en','elementor','83473b478b2b3b5ece5200f5f60cb055','Animation Delay',NULL,NULL,'','LINE',NULL,10,'','bba5f813808b5c46ff6d430a9a025133','',NULL),(335,'en','elementor','c7f201c52862951afad2ae9802595286','Animation Duration',NULL,NULL,'','LINE',NULL,10,'','057f42769e1b3220eb5e62ca8e22c6a0','',NULL),(336,'en','elementor','0dc52fcd265149dd09a6d1f5b0e5a3b5','Animation Speed',NULL,NULL,'','LINE',NULL,10,'','7a7da9c2a67fea64bb9fcb7bee93d94d','',NULL),(337,'en','elementor','95fc8385f09a0cb6cae00e2047ce8430','Any Video',NULL,NULL,'','LINE',NULL,10,'','da13b4099b68ceeada47c984372365b5','',NULL),(338,'en','elementor','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','433fb098f3ee5758f01fdd8459ecf16f','',NULL),(339,'en','elementor','3da44b906269817f50ef58ea29f5f38d','Are you sure you want to delete this template?',NULL,NULL,'','LINE',NULL,10,'','bdf7d456a16960b7c6673f7b1d036b2d','',NULL),(340,'en','elementor','2c466d5904899fda22debc8c66fe37b3','Are you sure you want to reinstall previous version?',NULL,NULL,'','LINE',NULL,10,'','c0af5614fe0e517f8f1d410429dc30d3','',NULL),(341,'en','elementor','a5dd7c693ee0caedf9aa691116106572','Are you sure you want to remove this %s?',NULL,NULL,'','LINE',NULL,10,'','4d4e4c0c55a5cfc7cadb91579d01ca8b','',NULL),(342,'en','elementor','21d6a02e95657334eafbeff2bcdc5f8f','Are you sure you want to reset this gallery?',NULL,NULL,'','LINE',NULL,10,'','67db2e5e90f9e63e9a0856c29c27568f','',NULL),(343,'en','elementor','4e05974b02cc4aa95db4d85baef6b6b4','Arrows',NULL,NULL,'','LINE',NULL,10,'','b11a0338b2befa0e0dd89e42b6627212','',NULL),(344,'en','elementor','6649c4b2e13734c911fbd45e025d9431','Arrows and Dots',NULL,NULL,'','LINE',NULL,10,'','cc576ea8b5151e72e2c0375a580b349f','',NULL),(345,'en','elementor','f1eabc4e8f1769ebda69872eafab458e','Artwork',NULL,NULL,'','LINE',NULL,10,'','126e0d9af4e4c9118646d86503fae04b','',NULL),(346,'en','elementor','d664a4ef7c59bf73c87d8da4378d3a03','As a beta tester, you’ll receive an update that includes a testing version of Elementor and its content directly to your Email',NULL,NULL,'','LINE',NULL,10,'','0655e35ee45a5344a144b25ef2f383c2','',NULL),(347,'en','elementor','a4f0054ae4e726280b463caec716d1e9','Ascending order',NULL,NULL,'','LINE',NULL,10,'','804ecb56aba354491789288dc5642bce','',NULL),(348,'en','elementor','a3d68d897c2e60e93783fe59e4da7ebf','Aside',NULL,NULL,'','LINE',NULL,10,'','dd990acf309b29df8eb4926053f3dae1','',NULL),(349,'en','elementor','ac97682c8f12cd9e67d121e87da0338d','Aspect Ratio',NULL,NULL,'','LINE',NULL,10,'','6ef9d5621c09b175f4da0d858c3c55c1','',NULL),(350,'en','elementor','1c91473a92d118fb1929d3e6975f6a90','Attachment Caption',NULL,NULL,'','LINE',NULL,10,'','7d218dc2e7055e60a21b8a35c0a45f19','',NULL),(351,'en','elementor','6861444ec5168a915bf147d856ecb91b','Attachment Page',NULL,NULL,'','LINE',NULL,10,'','862503a88f841c01bb2e88de0cb7860d','',NULL),(352,'en','elementor','b289b32a5fe99e0c7e9369e56f19700d','Attention: Importing may override previous settings.',NULL,NULL,'','LINE',NULL,10,'','047e234d9b3cdf68d7e84d057aca7641','',NULL),(353,'en','elementor','22f41f72bb164a942b3320ad48914c00','Attention: We are going to DELETE ALL CONTENT from this page. Are you sure you want to do that?',NULL,NULL,'','LINE',NULL,10,'','c13a375ede4a464ed40d788f60c4c495','',NULL),(354,'en','elementor','05b1dc77590105a18fc4c02526fe0c7a','Autoplay',NULL,NULL,'','LINE',NULL,10,'','7218f25239072f52cfcf47f23773d391','',NULL),(355,'en','elementor','7396285ad8822a609e7d737cc82f6076','Autoplay Speed',NULL,NULL,'','LINE',NULL,10,'','c88074cdc29a2c07c96ea95dd5f0987e','',NULL),(356,'en','elementor','0cc5d0ddd0ea34a8490e6e7fdb2cf924','Autosave',NULL,NULL,'','LINE',NULL,10,'','1a51c962601ae55f3087da2173334f1b','',NULL),(357,'en','elementor','b8b8e9f67faf0bb214c1686c52166ec4','Back to Library',NULL,NULL,'','LINE',NULL,10,'','5e5091fab168ba0ceb1224d0d16026b7','',NULL),(358,'en','elementor','064ebea2fa3a492e60f5ca4dbb406387','Back to WordPress Editor',NULL,NULL,'','LINE',NULL,10,'','75460a890d23422a0f0ac1d59e56a901','',NULL),(359,'en','elementor','b0d066425fa39974fe45240b33bbfacb','Back to default',NULL,NULL,'','LINE',NULL,10,'','fa34f068a86b06c5eba91aa3bdaba313','',NULL),(360,'en','elementor','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'','LINE',NULL,10,'','ac1e495d7c404d849ef736a86a63e360','',NULL),(361,'en','elementor','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'','LINE',NULL,10,'','9107a424daa6e4f0d648ea66c4c1e253','',NULL),(362,'en','elementor','45f4ce6c3306644b1efe333f4f8d6929','Angle',NULL,NULL,'','LINE',NULL,10,'Background Control','694418d52d2830d28ded4f6c19af090d','',NULL),(363,'en','elementor','e9cb217697088a98b1937d111d936281','Attachment',NULL,NULL,'','LINE',NULL,10,'Background Control','202a3fa9968248ac2eaadeb712f588bf','',NULL),(364,'en','elementor','06b9281e396db002010bde1de57262eb','Auto',NULL,NULL,'','LINE',NULL,10,'Background Control','5294471bb026d022a29361fc7b33171f','',NULL),(365,'en','elementor','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'','LINE',NULL,10,'Background Control','4263a35907e9837737c343e1d47dda41','',NULL),(366,'en','elementor','16619cb16904fc183583f843307c4645','Background Fallback',NULL,NULL,'','LINE',NULL,10,'Background Control','2b568d3a7c83e0b60e58d6e7cca0ae45','',NULL),(367,'en','elementor','abd809c9e3c1c08e97740f86b8ceabfb','Background Image',NULL,NULL,'','LINE',NULL,10,'Background Control','396f02d3ccd6f6ef6b15e8065da87cdf','',NULL),(368,'en','elementor','8278a49e7da177e78b606cd1fae2f08f','Background Type',NULL,NULL,'','LINE',NULL,10,'Background Control','f8f81a3dad4eb474751acb1ffd0a6bb7','',NULL),(369,'en','elementor','a088c172f6a893ef408116488ef672cd','Bottom Center',NULL,NULL,'','LINE',NULL,10,'Background Control','0e1ae70500ecd1d1266b2c94d6651b15','',NULL),(370,'en','elementor','7eb5542553fa5e5db4656e1c16f1316d','Bottom Left',NULL,NULL,'','LINE',NULL,10,'Background Control','225654a92b0e80f68f9e6b0957253ef8','',NULL),(371,'en','elementor','4d297f5df921dca388a17e3336cad50f','Bottom Right',NULL,NULL,'','LINE',NULL,10,'Background Control','71ce568a4293f2a6ec334ef6dd3cbbc5','',NULL),(372,'en','elementor','cac17249ab9a6f510f995b5005dc94a2','Center Center',NULL,NULL,'','LINE',NULL,10,'Background Control','1f87587fa2d60b1d6aae676ff7932f99','',NULL),(373,'en','elementor','617e1d17c0297a4b2c409f397618737e','Center Left',NULL,NULL,'','LINE',NULL,10,'Background Control','d002e7647776ee63c7be5c6d16c8f629','',NULL),(374,'en','elementor','d7afdc5ae6dccbb16e24d9cac4067b41','Center Right',NULL,NULL,'','LINE',NULL,10,'Background Control','2f97b320ff58f114b7a46473c1e546ac','',NULL),(375,'en','elementor','d35b51b639528d580362ca7042de6a0e','Classic',NULL,NULL,'','LINE',NULL,10,'Background Control','65720a18f477fe0139fbdd2d27c6477b','',NULL),(376,'en','elementor','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'','LINE',NULL,10,'Background Control','3d1ada17a949fcf0898057665e416e9c','',NULL),(377,'en','elementor','0e75eff17752bae4ab31af7ad9b45484','Contain',NULL,NULL,'','LINE',NULL,10,'Background Control','35bf2de068d480a6d0229f891c22d0fb','',NULL),(378,'en','elementor','c795dfff10a7c952f4c5438951e9ece9','Cover',NULL,NULL,'','LINE',NULL,10,'Background Control','30d474a0d46fbf34e3c8acc1d725dd92','',NULL),(379,'en','elementor','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'Background Control','ded5a0e41da71ceb047ca8a0aecea130','',NULL),(380,'en','elementor','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'Background Control','b80671ea9b35ac14ea9ce25959f22c92','',NULL),(381,'en','elementor','4457d440870ad6d42bab9082d9bf9b61','Fixed',NULL,NULL,'','LINE',NULL,10,'Background Control','a8932da36a159a87ff69fda2346e5782','',NULL),(382,'en','elementor','5e59525cb7d1d1cd93be0b9f36e9d09a','Gradient',NULL,NULL,'','LINE',NULL,10,'Background Control','8e948de96e40b3d60931aa2ed2ede251','',NULL),(383,'en','elementor','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,10,'Background Control','590a32b32ea9902d2ab9e9306e6a7c5a','',NULL),(384,'en','elementor','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'','LINE',NULL,10,'Background Control','4d02f06db985cea4a00c20113ddc27c3','',NULL),(385,'en','elementor','32a843da6ea40ab3b17a3421ccdf671b','Linear',NULL,NULL,'','LINE',NULL,10,'Background Control','d871a356f9c917a2399082e5b711a636','',NULL),(386,'en','elementor','ce5bf551379459c1c61d2a204061c455','Location',NULL,NULL,'','LINE',NULL,10,'Background Control','7ffee975a1c40691549052e352df194f','',NULL),(387,'en','elementor','08b9e4f31c7aa3c1cfc97736ed8e6f81','No-repeat',NULL,NULL,'','LINE',NULL,10,'Background Control','70ad511acd0c2cea74744291909316fc','',NULL),(388,'en','elementor','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'Background Control','2382a1440b271280986b9f8be1f66510','',NULL),(389,'en','elementor','fdc32a55217f1ca054f1f2b51ef4f6ec','Radial',NULL,NULL,'','LINE',NULL,10,'Background Control','cf12c5972d059d5f46b459c816b7a11d','',NULL),(390,'en','elementor','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'','LINE',NULL,10,'Background Control','29fa9fa62ed0ad5ba38c380b6a0f7231','',NULL),(391,'en','elementor','f57da73b22e4c4b324499f5a19c8b782','Repeat-x',NULL,NULL,'','LINE',NULL,10,'Background Control','d66d86ebe745376152dacf0278929ba9','',NULL),(392,'en','elementor','cfb23be94c536c4a0bc7e9a1e9b902fb','Repeat-y',NULL,NULL,'','LINE',NULL,10,'Background Control','101bfa627937c14a4f85f67b04eeeed3','',NULL),(393,'en','elementor','105078d294d30c978ca2badf7f376934','Scroll',NULL,NULL,'','LINE',NULL,10,'Background Control','3c18d65f57c970438524ff891bef02ed','',NULL),(394,'en','elementor','d9eb9d6792d85c5d2433902a63116ad5','Second Color',NULL,NULL,'','LINE',NULL,10,'Background Control','5b4d223aa903a80ba7ff9b9c4ec38bcf','',NULL),(395,'en','elementor','6f6cb72d544962fa333e2e34ce64f719','Size',NULL,NULL,'','LINE',NULL,10,'Background Control','6991cee48fc40ed507698497af3208ef','',NULL),(396,'en','elementor','e833b5e560bdc737fe850bc50d0c5f0c','Slideshow',NULL,NULL,'','LINE',NULL,10,'Background Control','b5c99d47f19adb829145cfcabeb0ceb1','',NULL),(397,'en','elementor','a20c9be95933e1fcf306b4b62d3792ea','Top Center',NULL,NULL,'','LINE',NULL,10,'Background Control','1429fc9fcfc4a9c8b2bfabafdeeae785','',NULL),(398,'en','elementor','ac71274aea488e58bea2a8c716fc578f','Top Left',NULL,NULL,'','LINE',NULL,10,'Background Control','b2bd771c050327196f9ec31362bb2340','',NULL),(399,'en','elementor','5f9f678446e1abe7e062b056e755e059','Top Right',NULL,NULL,'','LINE',NULL,10,'Background Control','b39d258cc50749413bd5eef74ddd552f','',NULL),(400,'en','elementor','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,10,'Background Control','597c378815a7198b47f86deb60d10b3d','',NULL),(401,'en','elementor','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'','LINE',NULL,10,'Background Control','9a385e67fb1785860bbb4bebfbcecde8','',NULL),(402,'en','elementor','69620f6919f430e72c0f67207535605b','Video Link',NULL,NULL,'','LINE',NULL,10,'Background Control','660842f32a3fa94f2d74ea0922cbc37e','',NULL),(403,'en','elementor','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,10,'Background Control','f868c227fe330901f47f5fcd3e453522','',NULL),(404,'en','elementor','21e84455e7383dee4e606afc7ae6af83','X Position',NULL,NULL,'','LINE',NULL,10,'Background Control','d1026f65d4aa75e83f30637145b0e350','',NULL),(405,'en','elementor','e7492ba5c0e269d4b32aecd208c0fbff','Y Position',NULL,NULL,'','LINE',NULL,10,'Background Control','b075eb57ab8f4bd01bb3354de6a30085','',NULL),(406,'en','elementor','b682e97ce55b3fbc9cc299c667cea845','Background Overlay',NULL,NULL,'','LINE',NULL,10,'','9bf249efb301754204786b4ace45f96f','',NULL),(407,'en','elementor','972e73b7a882d0802a4e3a16946a2f94','Basic',NULL,NULL,'','LINE',NULL,10,'','9c7b3ce4f70506b74166a5cfa96d2bae','',NULL),(408,'en','elementor','e94e2e78fb4e13135287a4808316b9ae','Basic Gallery',NULL,NULL,'','LINE',NULL,10,'','6d7fe05bda95bebd3c747c1f056c6347','',NULL),(409,'en','elementor','a8ba9e5d271d7ca852556f3bed41afd4','Become a Beta Tester',NULL,NULL,'','LINE',NULL,10,'','9f9a6f6953681bc55a756aa8cf45e143','',NULL),(410,'en','elementor','73f2a2bb635c5118ec9b6e95716ae27c','Become a Pro user to upload unlimited font icon folders to your website.',NULL,NULL,'','LINE',NULL,10,'','1360ae3ad77d3eccbfc7868efcfc2f8a','',NULL),(411,'en','elementor','9060587edeb01a63e3d3edc959678d1e','Before',NULL,NULL,'','LINE',NULL,10,'','d8c869c44e22c765ea0cfc45d49bafb3','',NULL),(412,'en','elementor','2fb99274ef86a8f57cff7d24ba8762a9','Before you enable SVG upload, note that SVG files include a security risk. Elementor does run a process to remove possible malicious code, but there is still risk involved when using such files.',NULL,NULL,'','LINE',NULL,10,'','b94f76475c3b85a948e8d269c9e3357f','',NULL),(413,'en','elementor','6024eabc6e6b4d674dcede398edb5ffb','Beta Tester',NULL,NULL,'','LINE',NULL,10,'','fc8f0d30ecf802d01f334f1adb95b817','',NULL),(414,'en','elementor','86176e1d3dd3649de183dc33b7750f62','Blend Mode',NULL,NULL,'','LINE',NULL,10,'','83cd1ae8bd9bad71f06d0913962ec61a','',NULL),(415,'en','elementor','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'','LINE',NULL,10,'','392cc2f888a3376d856d280b6684957f','',NULL),(416,'en','elementor','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'','LINE',NULL,10,'','31cfd086c52926c43970ef1dbcc21df1','',NULL),(417,'en','elementor','8b52de510bc5497ac43abfe566be48ab','Blur',NULL,NULL,'','LINE',NULL,10,'','9fc9c48c8377a4c6be358ad8e9283f60','',NULL),(418,'en','elementor','442444e4a8a066e42bd056d71c649288','Body Style',NULL,NULL,'','LINE',NULL,10,'','81a8d0e6e3337c2a671ba907fd31960a','',NULL),(419,'en','elementor','c1800412bc0184dd8339a641907b549f','Body Text',NULL,NULL,'','LINE',NULL,10,'','0d45d0397645f6819c257531c814abce','',NULL),(420,'en','elementor','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'','LINE',NULL,10,'','aaf82fc4084b887350ad99e56457d9ff','',NULL),(421,'en','elementor','475c80ecff56299d3527cf51af68e48c','Border Color',NULL,NULL,'','LINE',NULL,10,'','27d24ad063be926c490f58fcaaa2e4e5','',NULL),(422,'en','elementor','f142def200da13d2a17cd85d74258d54','Border Type',NULL,NULL,'','LINE',NULL,10,'Border Control','5328108f160a842f8bac187265fcd957','',NULL),(423,'en','elementor','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'','LINE',NULL,10,'Border Control','9eda21fc549a9434188888d18d569279','',NULL),(424,'en','elementor','eb656e41b6da91494775ecf47a51da91','Dashed',NULL,NULL,'','LINE',NULL,10,'Border Control','52423a549506e4b7665d18dc4c6c4d98','',NULL),(425,'en','elementor','90c09393a4c0970bc9a6703ad527781c','Dotted',NULL,NULL,'','LINE',NULL,10,'Border Control','ea1644ad454d5dfde23ea2de379cc368','',NULL),(426,'en','elementor','d909d38d705ce75386dd86e611a82f5b','Double',NULL,NULL,'','LINE',NULL,10,'Border Control','d1d823f435e259d7e052b84a9ac1baa9','',NULL),(427,'en','elementor','a5d7f2d1b78f9222563004a41a616334','Groove',NULL,NULL,'','LINE',NULL,10,'Border Control','f0fdec00c957ea80766152beef65effe','',NULL),(428,'en','elementor','e41480b6bbfbf7407974a88d3d34f4fa','Solid',NULL,NULL,'','LINE',NULL,10,'Border Control','7401a1d87ce57a16b408d3ad7a078f05','',NULL),(429,'en','elementor','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,10,'Border Control','c0130b6df611dcd70d2aa5dea3129d56','',NULL),(430,'en','elementor','b80517a37221cf35ccdfb5dfe99e57df','Border Radius',NULL,NULL,'','LINE',NULL,10,'','c61253360f080afc6757d7cca485a70b','',NULL),(431,'en','elementor','757e8d7a69c388d1b39efa9bd3d54d4d','Border Width',NULL,NULL,'','LINE',NULL,10,'','e13330380ad8b3d35f8e1809e8402483','',NULL),(432,'en','elementor','2ad9d63b69c4a10a5cc9cad923133bc4','Bottom',NULL,NULL,'','LINE',NULL,10,'','834603b4c5767f111b496a25fe259dea','',NULL),(433,'en','elementor','838389e9675a112e8187aa34a4f61709','Box Shadow',NULL,NULL,'','LINE',NULL,10,'Box Shadow Control','a38cad55ee640fbe1f99fad1f36ba114','',NULL),(434,'en','elementor','b56d315e49178ba86341ff3b4e337c6b','Inset',NULL,NULL,'','LINE',NULL,10,'Box Shadow Control','81a56086beb6cccfa2cbf6bcd2571935','',NULL),(435,'en','elementor','606b51cc1c9d0b4af394419a22f2ff1f','Outline',NULL,NULL,'','LINE',NULL,10,'Box Shadow Control','c32003cfe9df47ccc3d10fe3bd816a2c','',NULL),(436,'en','elementor','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'Box Shadow Control','8255ad25baa4d25ff08d142bd604fa34','',NULL),(437,'en','elementor','6d1ca8184c6a1f11ecccfa17f8f9048a','Boxed',NULL,NULL,'','LINE',NULL,10,'','e6bc3e978ab8731e9e4b87a5c75ab9b2','',NULL),(438,'en','elementor','7e5d6ab43f675667c7109ecd0ea8dabf','Bring to Front',NULL,NULL,'','LINE',NULL,10,'','696a41bdbf3f1a0a858c1c9d08c6b6c4','',NULL),(439,'en','elementor','87b7760f14fbff78d8819291f36ab9a0','Button',NULL,NULL,'','LINE',NULL,10,'','e79883da04b489338cb6462d2039b948','',NULL),(440,'en','elementor','04d536bf597bcb004268f6d8c509dbde','Button ID',NULL,NULL,'','LINE',NULL,10,'','4d117abe83b6adbbf8cf5c1124473584','',NULL),(441,'en','elementor','5d78007f976a685452ff26c213f73223','Buy Button',NULL,NULL,'','LINE',NULL,10,'','9d36c7168691b3e7311403c0e676c827','',NULL),(442,'en','elementor','53e5aa2c97fef1555d2511de8218c544','By',NULL,NULL,'','LINE',NULL,10,'','c894eaa1048530f07439c8aa31937787','',NULL),(443,'en','elementor','6ea925734d68b73d8a9c1fb139526e8a','By clicking Sign Up, you agree to Elementor\'s <a href=\"%1$s\">Terms of Service</a> and <a href=\"%2$s\">Privacy Policy</a>',NULL,NULL,'','LINE',NULL,10,'','86572c9e28e6ec61c9737d6fe93d1647','',NULL),(444,'en','elementor','c252ed8fb7b565782efe0e3d501dc1d7','By upgrading, whenever you edit a page containing a Font Awesome 4 icon, Elementor will convert it to the new Font Awesome 5 icon.',NULL,NULL,'','LINE',NULL,10,'','5c1758d59f8e82af6467e4ee1237a765','',NULL),(445,'en','elementor','9a64f91eb059eb9a1ecf038d3467e09f','CSS Classes',NULL,NULL,'','LINE',NULL,10,'','5154e6040235470baa0890880c23216c','',NULL),(446,'en','elementor','7b366044b5cb5aad6cc2fabb977c8534','CSS ID',NULL,NULL,'','LINE',NULL,10,'','b6b732ebda93599d4f6d41804da167c1','',NULL),(447,'en','elementor','8b682d779569cdb4f8eac8f8113882b6','CSS Print Method',NULL,NULL,'','LINE',NULL,10,'','e4b544f735b5d061ddef99c6983bf449','',NULL),(448,'en','elementor','d3c15a099b6f0c15457e3a2b141ff10b','Can\'t Edit?',NULL,NULL,'','LINE',NULL,10,'','eaf6b3fd2b6fb4e44a2241643dd6cf13','',NULL),(449,'en','elementor','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','790bf0a4ce6e28b492fc1781dda72f34','',NULL),(450,'en','elementor','2b3a87fb1d58406bd4b58eeb2af2f23c','Cannot delete this revision.',NULL,NULL,'','LINE',NULL,10,'','badd6dffac2ca1ffd94187251d797f70','',NULL),(451,'en','elementor','8e529d58fd74c8998dd372ba0f9bfa4c','Cannot enable Safe Mode',NULL,NULL,'','LINE',NULL,10,'','f43dcfbf570a7a697a20346d0edd45fe','',NULL),(452,'en','elementor','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'','LINE',NULL,10,'','7b85b5b4755167baef9f7b72bbd4413b','',NULL),(453,'en','elementor','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,10,'','9282e4b49493e9abaa849b095e1e96c2','',NULL),(454,'en','elementor','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'','LINE',NULL,10,'','937fe216861a8c1e58d3c62f5cf6a560','',NULL),(455,'en','elementor','e8c44c7402610c5e9206529bf440877b','Checking this box will disable Elementor\'s Default Colors, and make Elementor inherit the colors from your theme.',NULL,NULL,'','LINE',NULL,10,'','f6af10022aa969f393c5defa1f5b0523','',NULL),(456,'en','elementor','4e4abeda0bd0850c78949d775a3d2dee','Checking this box will disable Elementor\'s Default Fonts, and make Elementor inherit the fonts from your theme.',NULL,NULL,'','LINE',NULL,10,'','138ea0f900618d6004ce978ea379c7cd','',NULL),(457,'en','elementor','e635032a5f71d809146d3872389f5b0c','Choose File',NULL,NULL,'','LINE',NULL,10,'','6801852beceaeb05998012f02587157a','',NULL),(458,'en','elementor','10bf609ae34aa1c82f39f0e90cf6ffaf','Choose Image',NULL,NULL,'','LINE',NULL,10,'','0222b7e58a2435ff8aed226ba6ca8d4d','',NULL),(459,'en','elementor','37474f0a5ce375b26f2694526b65d538','Choose Mode',NULL,NULL,'','LINE',NULL,10,'','a0e27fb46e9a4274f4157e5244c710bc','',NULL),(460,'en','elementor','3f0348f86024cc02062a0873569eaf74','Choose Sidebar',NULL,NULL,'','LINE',NULL,10,'','97877b036d914a3c7c4c3898295a3c57','',NULL),(461,'en','elementor','cf6e4cb8301cf79acd0942e721173522','Choose Template',NULL,NULL,'','LINE',NULL,10,'','6c5bdc51a22185f405a879cfb01bb992','',NULL),(462,'en','elementor','36b6af2b86d4b12c3368f4b93b0ddedf','Choose Template Type',NULL,NULL,'','LINE',NULL,10,'','9fbba4f5b4d2dce864495005b92cf408','',NULL),(463,'en','elementor','932aefb05a1d576bb57d313bfd4ff43d','Choose Video',NULL,NULL,'','LINE',NULL,10,'','b26786626d094db309d1f44c82ab3f6d','',NULL),(464,'en','elementor','3935c54a217934ba8eab63b4ca167d79','Choose an Elementor template JSON file or a .zip archive of Elementor templates, and add them to the list of templates available in your library.',NULL,NULL,'','LINE',NULL,10,'','1aa20154a93b93e78ed062c2d7abdb24','',NULL),(465,'en','elementor','2e36a2805619f97b32b8d5d10a583672','Choose between Coming Soon mode (returning HTTP 200 code) or Maintenance Mode (returning HTTP 503 code).',NULL,NULL,'','LINE',NULL,10,'','c5676c1223a4055b4b3ffe78372de348','',NULL),(466,'en','elementor','3c1065e0c6f9907043f41d333a91b80e','Choose which colors appear in the editor\'s color picker. This makes accessing the colors you chose for the site much easier.',NULL,NULL,'','LINE',NULL,10,'','c9d92b7b677e6f9fb735f00597cbb3ba','',NULL),(467,'en','elementor','30954d90085f6eaaf5817917fc5fecb3','Circle',NULL,NULL,'','LINE',NULL,10,'','391b19d964d8080b2fcadbefbfab7a65','',NULL),(468,'en','elementor','a896972c5ead75944f2abae7515875a6','Clear Log',NULL,NULL,'','LINE',NULL,10,'','366f59222758d2c2f7d866a129b3ce6e','',NULL),(469,'en','elementor','1a59327f41c6cfa9ebfd908476bc6b3d','Click <a id=\"beta-tester-first-to-know\" href=\"%s\">here</a> to join our First-To-Know email updates',NULL,NULL,'','LINE',NULL,10,'','17e5282b1ef5556935f0488dad5f1ef7','',NULL),(470,'en','elementor','936ccdb97115e9f35a11d35e3d5b5cad','Click here',NULL,NULL,'','LINE',NULL,10,'','d9cbc7edc828790385153b56bec342ad','',NULL),(471,'en','elementor','d05a90a9bbde9d43a38429c4a827b638','Click here for preview debug',NULL,NULL,'','LINE',NULL,10,'','712cf0e2e4bc5d4245f74d3230cd597c','',NULL),(472,'en','elementor','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,10,'','159f99fed21c0852a0680aca8eeeca80','',NULL),(473,'en','elementor','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'','LINE',NULL,10,'','2c71b89151c72ea9371fb424dba2960c','',NULL),(474,'en','elementor','5463fe6752b217567e3f1ab1921dd3cc','Color Palette',NULL,NULL,'','LINE',NULL,10,'','02ba0f091a91bb1c1113360e2990abaa','',NULL),(475,'en','elementor','b201b2e7e7a20df48b625f20c2f0933e','Color Palettes',NULL,NULL,'','LINE',NULL,10,'','99ebb8d6149a2d842897d342eedef8d8','',NULL),(476,'en','elementor','55fb1b11cc3dbb67782af12731c07206','Color Picker',NULL,NULL,'','LINE',NULL,10,'','46852a34e4ed3183ae8c34d52fe67d5c','',NULL),(477,'en','elementor','5d50889672f6f860d14f502de3de1957','Colors',NULL,NULL,'','LINE',NULL,10,'','68fa69cdaf617ea72e25cb949b619323','',NULL),(478,'en','elementor','1976d7f704de389d9fe064e08ea35b2d','Column',NULL,NULL,'','LINE',NULL,10,'','20da7ea6c9c9b8ddc79407d07f0bcce1','',NULL),(479,'en','elementor','a36618027461bc0fd7bb6868929ffaec','Column Position',NULL,NULL,'','LINE',NULL,10,'','8a0a8d3ca28234b6206e33f908884ab0','',NULL),(480,'en','elementor','4f5f086e367315e5f52722c8c8e9b3e3','Column Width',NULL,NULL,'','LINE',NULL,10,'','f32608b5f0955d5cc4713cea4aa5f617','',NULL),(481,'en','elementor','168b82d33f8073018c50a4f658a02559','Columns',NULL,NULL,'','LINE',NULL,10,'','56b4f4ccda89d7b82901110710e86d02','',NULL),(482,'en','elementor','58b95bbe80c80c7dc3f16d8db0c506e8','Columns Gap',NULL,NULL,'','LINE',NULL,10,'','2de3ad6eee2489bbaeb301552486beff','',NULL),(483,'en','elementor','f2407056c089170d4df9dac66a284f38','Coming Soon',NULL,NULL,'','LINE',NULL,10,'','1eb273a4893a360a88a98457caf3850a','',NULL),(484,'en','elementor','1ffd81e12ed9258285ccc7c54270902c','Coming Soon returns HTTP 200 code, meaning the site is ready to be indexed.',NULL,NULL,'','LINE',NULL,10,'','7354ed92c7049a98e897455dbf2f8122','',NULL),(485,'en','elementor','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'','LINE',NULL,10,'','2bf30b8599875480c300c33fa7c1798d','',NULL),(486,'en','elementor','3dbbff638cc490e8f970adbc8cfd0e4b','Congrats!',NULL,NULL,'','LINE',NULL,10,'','a81340f58ad84792460a5d8e0cfb2e4c','',NULL),(487,'en','elementor','49ab28040dfa07f53544970c6d147e1e','Connect',NULL,NULL,'','LINE',NULL,10,'','349cce99772fae8dcf7b69c8d88f7357','',NULL),(488,'en','elementor','184e77530620dd0bf4678f82edb1471a','Connect to Elementor',NULL,NULL,'','LINE',NULL,10,'','aa8249a219a2765032af2b778853071e','',NULL),(489,'en','elementor','79bc563c371cbd9bad83052e61594ca1','Connected Successfully.',NULL,NULL,'','LINE',NULL,10,'','8db1fc858cf94d1145756fa0fc388b7b','',NULL),(490,'en','elementor','a03235a7cab5bfb2c4ca18e1290fd1da','Connected to Elementor as %s',NULL,NULL,'','LINE',NULL,10,'','f3c1cc03048214154cce6bd9a99d5fd1','',NULL),(491,'en','elementor','89b5fd445acdad16cd2ee39330fd90bd','Connection Lost',NULL,NULL,'','LINE',NULL,10,'','369f339bc27272c2e23876f560a4df9d','',NULL),(492,'en','elementor','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'','LINE',NULL,10,'','2c5ae262ddca84d0c5fb3c2012954d7a','',NULL),(493,'en','elementor','205a36f1b372fa213113504073738be0','Content Position',NULL,NULL,'','LINE',NULL,10,'','b33d4391c8a3e120676497f70a70eeb7','',NULL),(494,'en','elementor','399df326b0ba3630641583807b229bfe','Content Width',NULL,NULL,'','LINE',NULL,10,'','220130e33ac6ba39a4bc899216a7f4ff','',NULL),(495,'en','elementor','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,10,'','6d22c3c9511c1c57212ee4806c8d865d','',NULL),(496,'en','elementor','8f25a8a29f4eaeafcaf475c388eee4ef','Continue reading',NULL,NULL,'','LINE',NULL,10,'','03fea2d498033b5d95221a4028016200','',NULL),(497,'en','elementor','71bfb711908ea603a75e86c3e5dbb47a','Continue reading %s',NULL,NULL,'','LINE',NULL,10,'','105fcd88f1ecbd8f9526b8053fc34545','',NULL),(498,'en','elementor','8250b33e7828c54440743f11d36c2204','Controls Color',NULL,NULL,'','LINE',NULL,10,'','594f410c8ce6870ecce8d595b3a3013f','',NULL),(499,'en','elementor','7776af0e9a7220bb12e18bbb20d49314','Cool Number',NULL,NULL,'','LINE',NULL,10,'','7357fad13cf276d2fb9816a104f98842','',NULL),(500,'en','elementor','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,10,'','dfbf1698dfd02f7357e9f5d78847733a','',NULL),(501,'en','elementor','2f24565264d436efa057cee27456306e','Copy & Paste Info',NULL,NULL,'','LINE',NULL,10,'','dd848dc907cf9f206aef71b848c21595','',NULL),(502,'en','elementor','02b2a8ed2ee59fb6a1ccf3716c988597','Copy All Content',NULL,NULL,'','LINE',NULL,10,'','61b71a27d9675b8bc1c0c0651c1626c2','',NULL),(503,'en','elementor','086efb53f636c4bf4fc83938d9a1d39e','Copy Style',NULL,NULL,'','LINE',NULL,10,'','83e55fbe9a0361792184d6cd80b11c1c','',NULL),(504,'en','elementor','64d129224a5377b63e9727479ec987d9','Counter',NULL,NULL,'','LINE',NULL,10,'','d0156e0ff6bdad1f0db63b3327917d1b','',NULL),(505,'en','elementor','686e697538050e4664636337cc3b834f','Create',NULL,NULL,'','LINE',NULL,10,'','5d265d8e423ce6540f18c40b32933c07','',NULL),(506,'en','elementor','00450a87daacd42a5d9925a54133ba68','Create New Page',NULL,NULL,'','LINE',NULL,10,'','ca797eb7fb222c12d383df9d74fda9c3','',NULL),(507,'en','elementor','f1b2e7ffc162a3cc065d22dda7e676b8','Create New Post',NULL,NULL,'','LINE',NULL,10,'','03566ed833a51eb0a14db7c6aca079a5','',NULL),(508,'en','elementor','493e63d72cf0760c1a67f05f1ad9bfe9','Create Template',NULL,NULL,'','LINE',NULL,10,'','ea76a81c2e779eefdd8e6bf828026c3a','',NULL),(509,'en','elementor','70bb931768a57accd63e7496c25dfd18','Create Your First %s',NULL,NULL,'','LINE',NULL,10,'','146a979d9de826d213d46ee219c90ef9','',NULL),(510,'en','elementor','d99a68295c34a81cc6b4779a0ff3d992','Create Your First Page',NULL,NULL,'','LINE',NULL,10,'','d6066bcfa0fe9fdfbc849c1a267457b9','',NULL),(511,'en','elementor','2204ef213427837032010e838ab0dec1','Create Your First Post',NULL,NULL,'','LINE',NULL,10,'','2020569db13f2aba6604fd48b353913b','',NULL),(512,'en','elementor','7b1255f8fdd0cb8751baee55621164e1','Created By',NULL,NULL,'','LINE',NULL,10,'','bf39c0014d552f4d9017c4e7f1fe9db7','',NULL),(513,'en','elementor','52fc7a0ab6328f8aaabb6ef411816b9e','Creation Date',NULL,NULL,'','LINE',NULL,10,'','53b3f0cd707e900379593754ab15201d','',NULL),(514,'en','elementor','222a267cc5778206b253be35ee3ddab5','Current',NULL,NULL,'','LINE',NULL,10,'','5b44e6d16586d1613910b0b14be283f2','',NULL),(515,'en','elementor','5b008951213ac933cab550ae80b43529','Current Version',NULL,NULL,'','LINE',NULL,10,'','d35b5e02dbfef1c2913f7efa0c79713d','',NULL),(516,'en','elementor','ba1f922207e50bf1fa2ee2b917e63a2b','Current Video Channel',NULL,NULL,'','LINE',NULL,10,'','3f83d52f5a3cf2243d6c13bb71f00663','',NULL),(517,'en','elementor','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'','973b4aa5f122036fac4b8a2eda00d436','',NULL),(518,'en','elementor','42e6feb7f76e910efcda54034ecc83ce','Custom CSS',NULL,NULL,'','LINE',NULL,10,'','2ed433c0f0fd9ee55643d78d7ff958cf','',NULL),(519,'en','elementor','6579fbb112744c89b2c74f479df5f94b','Custom CSS lets you add CSS code to any widget, and see it render live right in the editor.',NULL,NULL,'','LINE',NULL,10,'','7b8e861e178933e69e21a396f9df54ef','',NULL),(520,'en','elementor','6a244a63f35840539994ca1b7d224a9c','Custom Caption',NULL,NULL,'','LINE',NULL,10,'','4eb013ad1944258294cd7da7c187b211','',NULL),(521,'en','elementor','71d0d4d987a60a4d8d7cdf0e26279e4c','Custom Fonts',NULL,NULL,'','LINE',NULL,10,'','f10cb77663257ae8f6e5c9253d46774d','',NULL),(522,'en','elementor','d2cf10994ee68dd122af009e28622da5','Custom Fonts allows you to add your self-hosted fonts and use them on your Elementor projects to create a unique brand language.',NULL,NULL,'','LINE',NULL,10,'','ac19893a77f3e8abb75f820fd9ba41b8','',NULL),(523,'en','elementor','0c4fc70bb14dc4af5ad2355c77c5b44c','Custom Icons',NULL,NULL,'','LINE',NULL,10,'','4415dd56bc25081002c06e8cffa2daf1','',NULL),(524,'en','elementor','f15f99204121d726881fa3ac7a03f211','Custom Positioning',NULL,NULL,'','LINE',NULL,10,'','1c26260dabe84054c86925d111453e87','',NULL),(525,'en','elementor','812a48ba719daeda82e4da8e812d426c','Custom URL',NULL,NULL,'','LINE',NULL,10,'','9759a898719febf60a4253f59192270a','',NULL),(526,'en','elementor','56419bfabc4807a765543d23f357d55e','Custom Width',NULL,NULL,'','LINE',NULL,10,'','7717ffa605253df7e537da9bdabae85c','',NULL),(527,'en','elementor','0ee951833c18c2a27c2967d5490ab899','Custom positioning is not considered best practice for responsive web design and should not be used too frequently.',NULL,NULL,'','LINE',NULL,10,'','84e0146c65bb98e99c165b8c2efa54e5','',NULL),(528,'en','elementor','0adc559fe25b7860631286cc02f5a700','Customizer',NULL,NULL,'','LINE',NULL,10,'','1a2acaecf886286f39619d6e55577488','',NULL),(529,'en','elementor','8e9da0e175093186e84a5e680572bff2','Dailymotion',NULL,NULL,'','LINE',NULL,10,'','4140ed7c88cfe526bfa5c039eafc99f8','',NULL),(530,'en','elementor','990816b607ebf99b1415760965e4d564','Danger',NULL,NULL,'','LINE',NULL,10,'','e17cc1317a4ff00ce5bd0e1f25288866','',NULL),(531,'en','elementor','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'','LINE',NULL,10,'','d186af5a59abcde526d8eb367ddfcead','',NULL),(532,'en','elementor','706c1b1f9ccf231cfa448da3b0a6363c','M jS',NULL,NULL,'','LINE',NULL,10,'Dashboard Overview Widget Recently Date','7e891be8d25185de8c0c11332c592ce3','',NULL),(533,'en','elementor','182e8c0ee02d7fc4e659041ed0916453','Dashboard Settings',NULL,NULL,'','LINE',NULL,10,'','78a9c39a3bca658c13bdc9a4ae852d45','',NULL),(534,'en','elementor','eb656e41b6da91494775ecf47a51da91','Dashed',NULL,NULL,'','LINE',NULL,10,'','558473f50ebbb6e8550e6a7ac022c9b2','',NULL),(535,'en','elementor','a55f1e83ab4fee1b42772d08e9971a9c','Debug Bar',NULL,NULL,'','LINE',NULL,10,'','f6d1a737b21c0eafa11d12d714ab7860','',NULL),(536,'en','elementor','d56948f7abbcd42fefa0ffb5170dca5b','Debug Bar adds an admin bar menu that lists all the templates that are used on a page that is being displayed.',NULL,NULL,'','LINE',NULL,10,'','27d4ae30812bc7dcd327df0e6f13da3d','',NULL),(537,'en','elementor','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'','4a5cb056a9fb70b7f5e52e4f71b10ab8','',NULL),(538,'en','elementor','26342c8741f7cf60f979e91ad570b291','Default Colors',NULL,NULL,'','LINE',NULL,10,'','1553bf4ce1cedb079475e4ed3fc64ab4','',NULL),(539,'en','elementor','c78a3584ba81e0cd0ba8c29487e85d10','Default Fonts',NULL,NULL,'','LINE',NULL,10,'','a2c6671130f9c82c429292de256c92ab','',NULL),(540,'en','elementor','527173285a0e8a11e07da121e3dc9493','Default Generic Fonts',NULL,NULL,'','LINE',NULL,10,'','ce055ff45d3489548f7ea391a68b418e','',NULL),(541,'en','elementor','383478f70ecc7dc313b3653a3724ad5b','Default Page Template from your theme',NULL,NULL,'','LINE',NULL,10,'','28c6514e403fcf4fb7a0fbc7d65ca21a','',NULL),(542,'en','elementor','aba47e8f90c4d9395507038e9215582f','Default Preview',NULL,NULL,'','LINE',NULL,10,'','11226677c21230f478e425709691d6f4','',NULL),(543,'en','elementor','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,10,'','3f1d7446b28db8c345fffd751d8f4c57','',NULL),(544,'en','elementor','8b1b1aa6c2a4785ab415c8fbf20e70d9','Delete %s',NULL,NULL,'','LINE',NULL,10,'','60562d03b63780a3b62a72e015090aa8','',NULL),(545,'en','elementor','e0ec11596b5e9fec2ae608c59800cebe','Delete All Content',NULL,NULL,'','LINE',NULL,10,'','dbc883385bbfc4aab46cf8d36b3b46ac','',NULL),(546,'en','elementor','12113ea41be8a8ac8ed3301094d4c007','Delete Template',NULL,NULL,'','LINE',NULL,10,'','8f925c1def99e920d4747d87861706bb','',NULL),(547,'en','elementor','0ac54cb10e7494cff1949826e8e32f7b','Deprecated',NULL,NULL,'','LINE',NULL,10,'','942b5963c8789c279201aedcc421bf0f','',NULL),(548,'en','elementor','280123f6890e1c72895353373d2caf09','Descending order',NULL,NULL,'','LINE',NULL,10,'','85711e76df92ff21e6d489ac29b4ccbd','',NULL),(549,'en','elementor','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'','6c2db65454dda6f4ee632ff96c5a8649','',NULL),(550,'en','elementor','2310408a63388fe57e3a4177168a8798','Desktop',NULL,NULL,'','LINE',NULL,10,'','b4efc05345a66ae0a31afb1c3ca9f512','',NULL),(551,'en','elementor','02674a4ef33e11c879283629996c8ff8','Direction',NULL,NULL,'','LINE',NULL,10,'','6f5541d35162a4a63266ba851a42aaa2','',NULL),(552,'en','elementor','bcfaccebf745acfd5e75351095a5394a','Disable',NULL,NULL,'','LINE',NULL,10,'','9aec9eb01154758cdc2be57eb1ad14ac','',NULL),(553,'en','elementor','4606c5e64748843a35978c392679fded','Disable Default Colors',NULL,NULL,'','LINE',NULL,10,'','98c53f60754107215580b0296b241bcd','',NULL),(554,'en','elementor','e04e5c4768c5991e460a58f2cabdc6d3','Disable Default Fonts',NULL,NULL,'','LINE',NULL,10,'','e59f100f017c852afeac43513aafe3ee','',NULL),(555,'en','elementor','0c91fe82a9506a0cc46dbb39cd4e3f46','Disable Safe Mode',NULL,NULL,'','LINE',NULL,10,'','1ab7240ae1b6600b4f0dad4dd57f8a46','',NULL),(556,'en','elementor','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'','LINE',NULL,10,'','180a7fab28ad803efd2a45d013f28e33','',NULL),(557,'en','elementor','d94b42030b9785fd754d5c1754961269','Discard',NULL,NULL,'','LINE',NULL,10,'','46b0e00f65632d57662219e01e27ed6d','',NULL),(558,'en','elementor','42ae25231906c83927831e0ef7c317ac','Disconnect',NULL,NULL,'','LINE',NULL,10,'','3abaad14f08d6420ef9188e64a7ab00f','',NULL),(559,'en','elementor','c136c471b7ef95c044fe2e70b7667cd5','Disconnected Successfully.',NULL,NULL,'','LINE',NULL,10,'','e0d37f0923f2853b7c5d29bd87d1b9d6','',NULL),(560,'en','elementor','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,10,'','04739b63cdae08da0b9392b7013142a6','',NULL),(561,'en','elementor','5c6dc399ce706d7c8114864dfe2e85cd','Dismiss Button',NULL,NULL,'','LINE',NULL,10,'','ad35cfaa55495674bb8d8dc006b6e5a8','',NULL),(562,'en','elementor','1909e5c12b63e80afbedfe3a4f5c3363','Dismiss alert',NULL,NULL,'','LINE',NULL,10,'','de6f6af3c5edc39aaaa0a80f344849ac','',NULL),(563,'en','elementor','b9987a246a537f4fe86f1f2e3d10dbdb','Display',NULL,NULL,'','LINE',NULL,10,'','98fe90aab261a3a0a933c8fcf8060ab5','',NULL),(564,'en','elementor','e7832ab13448cc6894f4262dc1e05d0d','Display Percentage',NULL,NULL,'','LINE',NULL,10,'','4112df5b38a005954a3eaebfb43ffd62','',NULL),(565,'en','elementor','2908050e771fb91a3afbb7809972e90c','Divider',NULL,NULL,'','LINE',NULL,10,'','f0d8880df7505f66884617abd0484211','',NULL),(566,'en','elementor','b3f82cf76f55546dc898d561c847b5d9','Do you want to also import the document settings of the template?',NULL,NULL,'','LINE',NULL,10,'','0b86a87d2ff8f4f9d0a20a05a57057fc','',NULL),(567,'en','elementor','893cd60ee36a2e256bc64760b556153d','Docs & FAQs',NULL,NULL,'','LINE',NULL,10,'','c765357ff528178fd497110b022a3ff1','',NULL),(568,'en','elementor','0945359809dad1fbf3dea1c95a0da951','Document',NULL,NULL,'','LINE',NULL,10,'','b1975b37533097785ab5ee87969af3c9','',NULL),(569,'en','elementor','d760d220c84012e8525622580ca299d3','Document not found.',NULL,NULL,'','LINE',NULL,10,'','2f86f440f0b5d4156bd10b91c39e89de','',NULL),(570,'en','elementor','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,10,'','5eb47a4f8f85e029e4bb9eba5f7a0b14','',NULL),(571,'en','elementor','70d6690c1096f37d45400edf2c5ab6c8','Don\'t Show Again',NULL,NULL,'','LINE',NULL,10,'','008053a7204289b515a850f46a13464f','',NULL),(572,'en','elementor','cff0a6c9ba36ba4cfb60d1d75f483d48','Don\'t rely solely on the FontAwesome icons everyone else is using! Differentiate your website and your style with custom icons you can upload from your favorite icons source.',NULL,NULL,'','LINE',NULL,10,'','8731f7ec4f1b151b4822b55dafb9ebaf','',NULL),(573,'en','elementor','4c72d232d1a1406e6c26251bbf6c3b25','Dots',NULL,NULL,'','LINE',NULL,10,'','f34d744c470786835b199e659045ad3d','',NULL),(574,'en','elementor','90c09393a4c0970bc9a6703ad527781c','Dotted',NULL,NULL,'','LINE',NULL,10,'','ea4c9e40a9b8d77a69eef9ece6b869be','',NULL),(575,'en','elementor','d909d38d705ce75386dd86e611a82f5b','Double',NULL,NULL,'','LINE',NULL,10,'','f2a1522625a448bf43d041bcedb302a8','',NULL),(576,'en','elementor','3f761a65a378ebfdfc28741392606662','Download Button',NULL,NULL,'','LINE',NULL,10,'','fda72b2cd9bab5cacfd875d992d3fdcf','',NULL),(577,'en','elementor','f05bfade454c59f977db56f09f80fbef','Download System Info',NULL,NULL,'','LINE',NULL,10,'','7077f1a248568bf204aaea53abb548dd','',NULL),(578,'en','elementor','4fccea1707d00bf8926ebf0897e4a325','Draft saved on %1$s by %2$s',NULL,NULL,'','LINE',NULL,10,'','5da1e2693f271ec7f1db9ead21190446','',NULL),(579,'en','elementor','9c4d6fcf53fc6c3ad770fed0e57ccc49','Drag & Drop',NULL,NULL,'','LINE',NULL,10,'','b2686b19cc47de7a54f562c88b3f98a3','',NULL),(580,'en','elementor','1a10f6476e54db68548305a69fdcec09','Drag & drop your .JSON or .zip template file',NULL,NULL,'','LINE',NULL,10,'','7b0e08af224b610cbd6e10d8fda722ab','',NULL),(581,'en','elementor','0f7c6d84b1393efc4b3666e1866a5759','Drag widget here',NULL,NULL,'','LINE',NULL,10,'','b659402c9b073a2995c6700e72d83249','',NULL),(582,'en','elementor','cc74161b4d0042cb69688fc031335b36','Drop Cap',NULL,NULL,'','LINE',NULL,10,'','457dd49ce6b631469176fcd9376cf518','',NULL),(583,'en','elementor','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,10,'','a150160b2579bb5a5b41800f89dd5cb9','',NULL),(584,'en','elementor','60b3911c3a666b23f2579c62a6416542','Duplicate %s',NULL,NULL,'','LINE',NULL,10,'','9b6623d4c3d8ab084577edc0c5f2d388','',NULL),(585,'en','elementor','e02d2ae03de9d493df2b6b2d2813d302','Duration',NULL,NULL,'','LINE',NULL,10,'','a3132b533f2fe8d64e9424d7256b4eea','',NULL),(586,'en','elementor','971fd8cc345d8bd9f92e9f7d88fdf20c','Dynamic',NULL,NULL,'','LINE',NULL,10,'','94936d3f2dff9e0316f483bb546db2a3','',NULL),(587,'en','elementor','d3db55a0ce1256f4a2121677fff695fb','Easy Navigation is Here!',NULL,NULL,'','LINE',NULL,10,'','26794a4572ccf97db37fca6848d8e174','',NULL),(588,'en','elementor','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','df46d51928b5a62c57c4c3f5088946aa','',NULL),(589,'en','elementor','7dfa8bf72c98a7c1927d689cdbc49ce1','Edit %s',NULL,NULL,'','LINE',NULL,10,'','fa6594c1f5a69b0ffaa8f9a6212dff75','',NULL),(590,'en','elementor','9b97514a6cb123cccf70b60ae40f9c92','Edit Draft',NULL,NULL,'','LINE',NULL,10,'','e3439e9e21ef8e04a53acb031d9bfeca','',NULL),(591,'en','elementor','95d126b737c78e8f8a4e00c0e0170c3a','Edit Published',NULL,NULL,'','LINE',NULL,10,'','f400b722f5ee89479b1715917a25a8e4','',NULL),(592,'en','elementor','e838b63505c498050eccbcd6090a8262','Edit Template',NULL,NULL,'','LINE',NULL,10,'','5fa07d53fc9463cddd1a30d5c261763c','',NULL),(593,'en','elementor','4c6f86ee4ba2858ab3c48edfa38ebc17','Edit with Elementor',NULL,NULL,'','LINE',NULL,10,'','cc5c196e2277ae5239ec9e2da14a434b','',NULL),(594,'en','elementor','67ed6ddb7d890b23166c1bef771e9451','Edited',NULL,NULL,'','LINE',NULL,10,'','e5d0f75de01522c600142c8c857dfb7a','',NULL),(595,'en','elementor','b49eb11b7c3a0762a6df47f7424c4d99','Editing Handles',NULL,NULL,'','LINE',NULL,10,'','339ed4564bfabfb01d6560d672ea1e23','',NULL),(596,'en','elementor','01a94df3c831063bf2b04d9c09e2b972','Editing Started',NULL,NULL,'','LINE',NULL,10,'','c4a9c7f7e9e9552eed2ab9152b9c5cce','',NULL),(597,'en','elementor','3ae99733d2ccec7542c458adbc2253f4','Editor successfully loaded?',NULL,NULL,'','LINE',NULL,10,'','0b4711023527ddaac053ff035fb2ebd6','',NULL),(598,'en','elementor','a62d22910732d5343689f5117999abfa','Effect',NULL,NULL,'','LINE',NULL,10,'','33a0c66aa6b43891716e28a90fd16f66','',NULL),(599,'en','elementor','1d15783218a3137bec4ee8df5353e218','Elementor',NULL,NULL,'','LINE',NULL,10,'','fe831424ca0970a0c25b3099fa171396','',NULL),(600,'en','elementor','3e5200933f82e759c115ad8dd9fa04cd','Elementor %s',NULL,NULL,'','LINE',NULL,10,'','da885e57742054a4ee8e2ab92d30aaa5','',NULL),(601,'en','elementor','2b08f7864e5985d61f7abe120a322626','Elementor 2.5 introduces key changes to the layout using CSS Flexbox. Your existing pages might have been affected, please review your page before publishing.',NULL,NULL,'','LINE',NULL,10,'','8c9000e6bf7b12cb889402a19bd4c241','',NULL),(602,'en','elementor','0207a07e8e088e7f2d041b118fa35169','Elementor Data Updater',NULL,NULL,'','LINE',NULL,10,'','e8688617363813e0a7dfa807496fb8c2','',NULL),(603,'en','elementor','c7f79772ca01a5fb54d1aac52834f089','Elementor Debugger',NULL,NULL,'','LINE',NULL,10,'','21d84e0c5c95f7c54247ac32a43bab77','',NULL),(604,'en','elementor','bb89adb16204332b733a82a2feeb6ace','Elementor Library automatically updates on a daily basis. You can also manually update it by clicking on the sync button.',NULL,NULL,'','LINE',NULL,10,'','58008d75dd7d4eb90b0029e034127d9e','',NULL),(605,'en','elementor','99c70d49634e85dd048fe9ab6ad7a70f','Elementor Overview',NULL,NULL,'','LINE',NULL,10,'','e07a21123d2b260ad0374b92422067b0','',NULL),(606,'en','elementor','419986fffd6a6431ff8a375bc1103cbb','Elementor lets you hide the page title. This works for themes that have \"h1.entry-title\" selector. If your theme\'s selector is different, please enter it above.',NULL,NULL,'','LINE',NULL,10,'','2a28d3bf13ae84ea19bfb82b7a23f6d3','',NULL),(607,'en','elementor','3c9686957cc9c6292bac2dd1c2b9f743','Elementor requires PHP version %s+, plugin is currently NOT RUNNING.',NULL,NULL,'','LINE',NULL,10,'','2feebd13c2e7076c87bfdeae487e64af','',NULL),(608,'en','elementor','6767233c051278c321bb19b72674b3ce','Elementor requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING.',NULL,NULL,'','LINE',NULL,10,'','d02a6bbb4acc5c13452619dc783e86b8','',NULL),(609,'en','elementor','e8dba256c1b9a9fd664c3b84a75da378','Elementor v2.6 includes an upgrade from Font Awesome 4 to 5. In order to continue using icons, be sure to click \"Upgrade\".',NULL,NULL,'','LINE',NULL,10,'','25b9bee0215e34f4cfa51babd1f5b40d','',NULL),(610,'en','elementor','85b62f06d29457f70395f6189e51e5c9','Elementor will try to sanitize the SVG files, removing potential malicious code and scripts.',NULL,NULL,'','LINE',NULL,10,'','711e8712f01ccc3d304290bf90fc7823','',NULL),(611,'en','elementor','abdca4b63479c412a138c41cd21914bd','Elementor\'s New Icon Library',NULL,NULL,'','LINE',NULL,10,'','ba3083de59c0027edf419e864e11087b','',NULL),(612,'en','elementor','012ca7eac0db0df46bfbb11c28bc7176','Elementor.com',NULL,NULL,'','LINE',NULL,10,'','a96a64aba36907e760c496a8e256314f','',NULL),(613,'en','elementor','aa56a2e65d8106aef3c61e4f6bf94fdb','Elements',NULL,NULL,'','LINE',NULL,10,'','c79cec1a465a16c8629b23889ab721c6','',NULL),(614,'en','elementor','ce2c8aed9c2fa0cfbed56cbda4d8bf07','Empty',NULL,NULL,'','LINE',NULL,10,'','1161b94ad76a3e668adea44d6ef12852','',NULL),(615,'en','elementor','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'','LINE',NULL,10,'','457005c985cdaf82bcaffab2a736da32','',NULL),(616,'en','elementor','a889e4cafb176aebf2d32a9037cbb227','Enable In Editor',NULL,NULL,'','LINE',NULL,10,'','c4cb63eff6eb2cffede0779395ebc84e','',NULL),(617,'en','elementor','0ee6693445c506765be7a33c039c608a','Enable SVG Uploads',NULL,NULL,'','LINE',NULL,10,'','f56ca29bfc3fb2a93e86c23e8fd7c988','',NULL),(618,'en','elementor','7cdca4c24ed30e80e96ae0856340b7fe','Enable Safe Mode',NULL,NULL,'','LINE',NULL,10,'','d0386508ed1a4dca75e7e680c1291ae8','',NULL),(619,'en','elementor','87557f11575c0ad78e4e28abedc13b6e','End',NULL,NULL,'','LINE',NULL,10,'','7c508aea87a5c891cc459c786de707a7','',NULL),(620,'en','elementor','c91a577b72313356fad611c55f43c10f','End Time',NULL,NULL,'','LINE',NULL,10,'','0b18b5b20cec9233b31b41bc04918225','',NULL),(621,'en','elementor','0cb5ed4f4d6f3d8b739d1f10fec8d36d','Ending Number',NULL,NULL,'','LINE',NULL,10,'','2ad0621a838a02c75795ad5b72587841','',NULL),(622,'en','elementor','480cc9b8a8766e3890814261bdc43ca5','Enjoyed %1$s? Please leave us a %2$s rating. We really appreciate your support!',NULL,NULL,'','LINE',NULL,10,'','785c1d05dc45bdf6c7fa204e46dcc80b','',NULL),(623,'en','elementor','ad07bae09061eb7eadc703f182e8c889','Enter Template Name',NULL,NULL,'','LINE',NULL,10,'','9aef43b822a4d6ee6a595bd8c968d67a','',NULL),(624,'en','elementor','bad32986401d36fef61ae1ea7d8c6c4b','Enter parent element selector to which stretched sections will fit to (e.g. #primary / .wrapper / main etc). Leave blank to fit to page width.',NULL,NULL,'','LINE',NULL,10,'','957b72a51cbf5099c5197899972a7b14','',NULL),(625,'en','elementor','db8195b9164833ba6c5b530a883a5e9f','Enter template name (optional)',NULL,NULL,'','LINE',NULL,10,'','524cfc789c7f972a0265a02e211dff27','',NULL),(626,'en','elementor','be8342af4ac5a74ec8d73f8cacec021d','Enter your URL',NULL,NULL,'','LINE',NULL,10,'','8fa32e83c58f54e37e7274583a69f9ba','',NULL),(627,'en','elementor','16f6c60cf0b840982bc1f595ac1641cb','Enter your code',NULL,NULL,'','LINE',NULL,10,'','af7546aba742d8ca315909db2022ba8f','',NULL),(628,'en','elementor','960fa36947fbb569380aba693b494feb','Enter your description',NULL,NULL,'','LINE',NULL,10,'','641760bca9255185a437d999e441692f','',NULL),(629,'en','elementor','b70b756df7f18d4fee17dd1d38bcc135','Enter your image caption',NULL,NULL,'','LINE',NULL,10,'','44cae512bafece6bed75d21b20110b7f','',NULL),(630,'en','elementor','ffd37c6b24a98bda51942407c8e16db1','Enter your old and new URLs for your WordPress installation, to update all Elementor data (Relevant for domain transfers or move to \'HTTPS\').',NULL,NULL,'','LINE',NULL,10,'','5d82d92228657ddbe26719f103f77f0a','',NULL),(631,'en','elementor','cbdfcfddce72f99e436eca187f00b290','Enter your shortcode',NULL,NULL,'','LINE',NULL,10,'','5bbbc30dc24ff5bdac9fd9fe7a16b3c0','',NULL),(632,'en','elementor','d8e4922dd15f21a02528d54926dcceac','Enter your title',NULL,NULL,'','LINE',NULL,10,'','d29cfcedacc702ee654491ec777f9c74','',NULL),(633,'en','elementor','373492f01889c61ff7d8bb91cf43d1bd','Entrance Animation',NULL,NULL,'','LINE',NULL,10,'','d13de5c7315d06944cde2f4200ffb1c7','',NULL),(634,'en','elementor','257dfd5a8f5931a8a3e2c898fdcb1843','Error occurred, The version selected is invalid. Try selecting different version.',NULL,NULL,'','LINE',NULL,10,'','5a070a251214946124837fb1d73006e7','',NULL),(635,'en','elementor','7fcfe72f6e79229ca9132ae6c2c113e4','Every %d Minutes',NULL,NULL,'','LINE',NULL,10,'','a722ef73ba1c7be36794aa0c59a80f2e','',NULL),(636,'en','elementor','1158687b6e1022c76fd594985a098e3c','Every %d minutes',NULL,NULL,'','LINE',NULL,10,'','9afbb0328defe574b50bf97a1f9e14ad','',NULL),(637,'en','elementor','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'','LINE',NULL,10,'','4c293723a7810a0f5217267ef5d378c6','',NULL),(638,'en','elementor','051140d0d28b93dd7a6cb3b717e9f5d9','Exclude Roles',NULL,NULL,'','LINE',NULL,10,'','6ee8dd3505201b3ebd37fc8816be4a2e','',NULL),(639,'en','elementor','6839648bb5da8ddc8aef0927df0fbeeb','Exit To Dashboard',NULL,NULL,'','LINE',NULL,10,'','dd19587504da6e225ed3538f78edc660','',NULL),(640,'en','elementor','a12d61434774e003f93c4565e3665a93','Experiencing an issue with Elementor version %s? Rollback to a previous version before the issue appeared.',NULL,NULL,'','LINE',NULL,10,'','f1d1c65835654f5df391a044cbe9fad2','',NULL),(641,'en','elementor','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,10,'','8d3ebbd0447c512de9f8fb7c47b306bf','',NULL),(642,'en','elementor','e153ba109d2d09abb855127d99ed6f25','Export Template',NULL,NULL,'','LINE',NULL,10,'','2cfdf13927deb0a313ae322e963ba044','',NULL),(643,'en','elementor','f23578fcd2a868168854ab714e7de537','Extended',NULL,NULL,'','LINE',NULL,10,'','0a58b69b6fbf1acf3627c73b969ef0be','',NULL),(644,'en','elementor','df46e4e4a37b992335889fe0bcc9fbc2','External File',NULL,NULL,'','LINE',NULL,10,'','239c5c70c4aed795f22e23c690648daa','',NULL),(645,'en','elementor','48b6dc1949d063860c1765ebd06bbc95','External URL',NULL,NULL,'','LINE',NULL,10,'','4e19d1507eef9c1ee5e6607688d8f751','',NULL),(646,'en','elementor','5d4d8771b47d6c5166952822e552f082','Extra Large',NULL,NULL,'','LINE',NULL,10,'','7ba0c7c954887c67280a57617b649204','',NULL),(647,'en','elementor','581a3d012fd82e4905a9fe0db3b37bfe','Extra Small',NULL,NULL,'','LINE',NULL,10,'','cc951ea6f61afe2e581ac3f707fff626','',NULL),(648,'en','elementor','04e0385c10aefee8e4681617d2f3ef40','Fade',NULL,NULL,'','LINE',NULL,10,'','be35029d082696b0f1df2c47001fe9d8','',NULL),(649,'en','elementor','882277bdf25efaeb8295e842ebcb3d11','Fallback',NULL,NULL,'','LINE',NULL,10,'','e53a9315dd39444ac21618904044f9b7','',NULL),(650,'en','elementor','e16b5b7f26f54214445cbe38d72c2828','Fast',NULL,NULL,'','LINE',NULL,10,'','25287fecde368fc1db2abc08dcb7c423','',NULL),(651,'en','elementor','01165dcf77c191e6c69b31d98b0ec6ff','Favorite',NULL,NULL,'','LINE',NULL,10,'','9288732d9e69e6bb417503e425decf67','',NULL),(652,'en','elementor','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,10,'','4045037712d02569d1f310a05eeeb336','',NULL),(653,'en','elementor','7e9a3a302edb5c3f6c900d3c8ddd2d32','File Path: %s',NULL,NULL,'','LINE',NULL,10,'','5fa4f7f3bca685699a0e80f0b54d1447','',NULL),(654,'en','elementor','8b52de510bc5497ac43abfe566be48ab','Blur',NULL,NULL,'','LINE',NULL,10,'Filter Control','57cbab16c5123c897845009733a12c2c','',NULL),(655,'en','elementor','b25323f99788ce64617f018b8a9f5f70','Brightness',NULL,NULL,'','LINE',NULL,10,'Filter Control','0882f293f81d06fc64d61ee6627e01c5','',NULL),(656,'en','elementor','7f491274a53763ba32b7356ade638e19','CSS Filters',NULL,NULL,'','LINE',NULL,10,'Filter Control','06d7c2bc583d1ca4acad2a038e74997f','',NULL),(657,'en','elementor','c63ecd19a0ca74c22dfcf3063c9805d2','Contrast',NULL,NULL,'','LINE',NULL,10,'Filter Control','5aefac68c364cd9d21df41c2284af92b','',NULL),(658,'en','elementor','fb5d805f5b3b22e4fd4a1bc66875dbe3','Hue',NULL,NULL,'','LINE',NULL,10,'Filter Control','f20bea61b84d090e8343eb41110be381','',NULL),(659,'en','elementor','2e3307b9b1a2cc64b48f1cd6977a4b29','Saturation',NULL,NULL,'','LINE',NULL,10,'Filter Control','44f5562ab414482eb94e26560e994974','',NULL),(660,'en','elementor','d151508da8d36994e1635f7875594424','Finder',NULL,NULL,'','LINE',NULL,10,'','942800112ce83fee0c14287e88235243','',NULL),(661,'en','elementor','3232bb2700bece80661b7b9f834be06d','Fit To Screen',NULL,NULL,'','LINE',NULL,10,'','ba4317e5863155a9ede8b1796a4fa926','',NULL),(662,'en','elementor','4457d440870ad6d42bab9082d9bf9b61','Fixed',NULL,NULL,'','LINE',NULL,10,'','a6f75d5e1832577c678ba135dddee98a','',NULL),(663,'en','elementor','9ffbd422925a6839ee820ddbc59278c5','Flip',NULL,NULL,'','LINE',NULL,10,'','45b8044f62e950782fddce805e94899a','',NULL),(664,'en','elementor','0f61e8257cb746ce6afc09e3d0609c2d','Font Awesome - Brands',NULL,NULL,'','LINE',NULL,10,'','52e5b7c65ff9bacced0c8668c6e933ed','',NULL),(665,'en','elementor','35167bc753ca44200eaa47c67863331f','Font Awesome - Regular',NULL,NULL,'','LINE',NULL,10,'','390a38f17a304728786a6ef6ae05478e','',NULL),(666,'en','elementor','28ba3e1cae8cf5bffccb9144ddeea3d6','Font Awesome - Solid',NULL,NULL,'','LINE',NULL,10,'','7a772947ef11e77520559762a749e7d4','',NULL),(667,'en','elementor','883a08247cbc477b17877f5a94b7bc50','Font Awesome 4 support script (shim.js) is a script that makes sure all previously selected Font Awesome 4 icons are displayed correctly while using Font Awesome 5 library.',NULL,NULL,'','LINE',NULL,10,'','3609629c9e813ce9071546fd421bafac','',NULL),(668,'en','elementor','aded0d683aeaef275236969cd7920406','Font Awesome 5 Migration',NULL,NULL,'','LINE',NULL,10,'','0085075eca0a14d8330c60a8597a7302','',NULL),(669,'en','elementor','120ed0f9f4071189633ebe419797ef2a','Font Awesome Upgrade',NULL,NULL,'','LINE',NULL,10,'','0cbab387608ef7bbd59850b08e447657','',NULL),(670,'en','elementor','1fec9f77e87864f1bc863596105c295d','For Example: About',NULL,NULL,'','LINE',NULL,10,'','a1c759d0c7fa760b881fd5959444a2c7','',NULL),(671,'en','elementor','88479773ecb72efd5891d7f1a449f7f6','For troubleshooting server configuration conflicts.',NULL,NULL,'','LINE',NULL,10,'','91517d0eaeebbd402f64674d442ad6ee','',NULL),(672,'en','elementor','d359c6df99b25183d81f7d728b71de0e','Form',NULL,NULL,'','LINE',NULL,10,'','2f0250e06cc11bbc673a3305c4ce9274','',NULL),(673,'en','elementor','6b73ad372508225645eb96a2e505a602','Framed',NULL,NULL,'','LINE',NULL,10,'','361634795ae1439ae972aafd5841ca8d','',NULL),(674,'en','elementor','b2e65dd885f23af9aa18dc3485fe847b','Full Width',NULL,NULL,'','LINE',NULL,10,'','50019821c8a84be78d2bcdec2c435942','',NULL),(675,'en','elementor','adff855173c9b92b5478129af7d39e03','Future',NULL,NULL,'','LINE',NULL,10,'','bb1c24a8e6f089e611b9de8220105086','',NULL),(676,'en','elementor','466b98ca0f38bd8bf2260246c91f6882','Gap',NULL,NULL,'','LINE',NULL,10,'','1ffa4e9476aff9e2452cf9d0dd77677c','',NULL),(677,'en','elementor','0db377921f4ce762c62526131097968f','General',NULL,NULL,'','LINE',NULL,10,'','392082630f394e5cd14a44f0924ed100','',NULL),(678,'en','elementor','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'','LINE',NULL,10,'','00c2e1a30cc20f7310cab138b27cbbb0','',NULL),(679,'en','elementor','d17651eb05891166958e5857fd738c47','Get Beta Updates',NULL,NULL,'','LINE',NULL,10,'','3dde605f513caefe80c10fc1e249fccb','',NULL),(680,'en','elementor','d540fb31abfafc040e663d9ac81fc650','Get Help',NULL,NULL,'','LINE',NULL,10,'','a606d80efeff48d6434850d9ea416069','',NULL),(681,'en','elementor','7d0819bc0c3cc46e16efac2a781d3335','Get Popup Builder',NULL,NULL,'','LINE',NULL,10,'','61ba0794a8bc0a173aa48c2d3ce74b88','',NULL),(682,'en','elementor','6e014cc579178edc9a580ceee5c8df97','Get Pro',NULL,NULL,'','LINE',NULL,10,'','215ef18fc32bbc7a577765bfc3f1d6e4','',NULL),(683,'en','elementor','c3ed6a38c085608a69ac4b75fabac03d','Get Theme Builder',NULL,NULL,'','LINE',NULL,10,'','e25fa642ecd2e5dc8ca1ec84de4c9a7e','',NULL),(684,'en','elementor','dd37dfe123c5866c568dcaa6debe435a','Get more with Elementor Pro',NULL,NULL,'','LINE',NULL,10,'','d674e327e42ddd229537c40efe8defe2','',NULL),(685,'en','elementor','008984a5dea1f2c173ad37379de24b7d','Get the Full Guide',NULL,NULL,'','LINE',NULL,10,'','c5a739c24e4e2dbf76b6c12df97946b4','',NULL),(686,'en','elementor','bf647454e36069fd16f1a7a35cf6a865','Getting Started',NULL,NULL,'','LINE',NULL,10,'','445de7165c5d2e34ab19567e23df78a2','',NULL),(687,'en','elementor','4cc6684df7b4a92b1dec6fce3264fac8','Global',NULL,NULL,'','LINE',NULL,10,'','36161c78ad16202e76e4837fb632126a','',NULL),(688,'en','elementor','9a51a007b33a46e553def6423aad8648','Global Settings',NULL,NULL,'','LINE',NULL,10,'','af18e6319b3afeae954ec88fa6ab8685','',NULL),(689,'en','elementor','4f2f5e1d6e2a13469ad431474a68ab82','Go Back',NULL,NULL,'','LINE',NULL,10,'','bc11d7d3ebffc239090e351f6bb69b7f','',NULL),(690,'en','elementor','36bd9507c3eeea242f86124f26baee67','Go Pro',NULL,NULL,'','LINE',NULL,10,'','b735cd3425c6cc224430b1b583a834cd','',NULL),(691,'en','elementor','94764bde0434a9467c2452999bffc499','Go To',NULL,NULL,'','LINE',NULL,10,'','8fef6ee79c29f4a2716ea6656cd8564f','',NULL),(692,'en','elementor','8b36e9207c24c76e6719268e49201d94','Google',NULL,NULL,'','LINE',NULL,10,'','b303f011182d2cd6ebb33e812502c693','',NULL),(693,'en','elementor','b1fce7d76fc2b85bb2203bed78d8514c','Google Early Access',NULL,NULL,'','LINE',NULL,10,'','8583f5208408161e28d44aa37cb14d07','',NULL),(694,'en','elementor','4d60ab2c6d11d753267484006c23e54c','Google Maps',NULL,NULL,'','LINE',NULL,10,'','42673dbefa1089ef8ca589d1cd27bde4','',NULL),(695,'en','elementor','74f88681be25e673fa7caacae1b165bc','Got It',NULL,NULL,'','LINE',NULL,10,'','675358edb4d150e9e4a0a17aece3b028','',NULL),(696,'en','elementor','4c4ad5fca2e7a3f74dbb1ced00381aa4','HTML',NULL,NULL,'','LINE',NULL,10,'','2e589a2f7a60d76bbdfd768fd64f89da','',NULL),(697,'en','elementor','e0ec89dede7dfb470b66327694fcd96c','HTML Code',NULL,NULL,'','LINE',NULL,10,'','a02fe8dec9024af247c3bedb967c26a7','',NULL),(698,'en','elementor','022586563e1d7808a2dcc1adf7d31cdd','HTML Tag',NULL,NULL,'','LINE',NULL,10,'','52ffd2fa968dee9fa78362103ad9121e','',NULL),(699,'en','elementor','b8d258610d975d42a98364b0819ef0b8','Happy To Help',NULL,NULL,'','LINE',NULL,10,'','cfe44b86c19f7bfeece7097231da8603','',NULL),(700,'en','elementor','70d4a329d37dc2df41466a420e983966','Have a look',NULL,NULL,'','LINE',NULL,10,'','fde5e4864f7303310b53cf93020e5360','',NULL),(701,'en','elementor','9593b20ca67ef909af17be47183d93d2','Haven’t Saved Templates Yet?',NULL,NULL,'','LINE',NULL,10,'','59807c9831edd591d9a4fa9095f35674','',NULL),(702,'en','elementor','7e52ba42137b3a079f2c7a62d63d0def','Having problems loading Elementor? Please enable Safe Mode to troubleshoot.',NULL,NULL,'','LINE',NULL,10,'','37df1e897a30f8ae363536aff49ecf27','',NULL),(703,'en','elementor','0101316665d4f82adaa26d86fbbb2d6e','Heading',NULL,NULL,'','LINE',NULL,10,'','be5dcb6ed2b44be365920503d0912775','',NULL),(704,'en','elementor','0a06bdec3ccc4e4b6f6401881cf922f6','Heading Color',NULL,NULL,'','LINE',NULL,10,'','b87da4884f81767927861e9faa7be86d','',NULL),(705,'en','elementor','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'','LINE',NULL,10,'','dce0934001771d9ec58ef85c276ff3e2','',NULL),(706,'en','elementor','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,10,'','2a9b89b1964fc561f84010e159d58be6','',NULL),(707,'en','elementor','7acdf85c69cc3c5305456a293524386e','Hidden',NULL,NULL,'','LINE',NULL,10,'','e6b429f54d7a933fabf008c57fac170c','',NULL),(708,'en','elementor','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'','LINE',NULL,10,'','b82016ec8512344a570f5a0ab4cca0ec','',NULL),(709,'en','elementor','8b4230210e1e99cc9257fe200fe68898','Hide Notification',NULL,NULL,'','LINE',NULL,10,'','200b58d7287fb62f041507afe5eb87f8','',NULL),(710,'en','elementor','c936f9927e7b00ada48d5b571b74ff7d','Hide On Desktop',NULL,NULL,'','LINE',NULL,10,'','6f7ea8d2bd7d5ae2bd82d12ed82c3ad9','',NULL),(711,'en','elementor','8c51f4baf5c75864896a9984fdd085ed','Hide On Mobile',NULL,NULL,'','LINE',NULL,10,'','2beea8213cd47fb92ae5d6adb0476f07','',NULL),(712,'en','elementor','4365dd761ee313b7154369721242ca54','Hide On Tablet',NULL,NULL,'','LINE',NULL,10,'','79d6b8346572bc251fbd4aa4d4724462','',NULL),(713,'en','elementor','bf16d61e5b485458fa158bfb5584befc','Hide Panel',NULL,NULL,'','LINE',NULL,10,'','2ee1087d0e1efbf11fdef36c07e33b6e','',NULL),(714,'en','elementor','d38fd78cc216991579c255174909bd73','Hide Title',NULL,NULL,'','LINE',NULL,10,'','6c596cc5800044ace77275be5a263f92','',NULL),(715,'en','elementor','16d2b386b2034b9488996466aaae0b57','History',NULL,NULL,'','LINE',NULL,10,'','a74a644ada8829f63a23674a7d26d211','',NULL),(716,'en','elementor','339f7a2e087a159e6a31501649027a77','Homepage',NULL,NULL,'','LINE',NULL,10,'','e0c8cc2f92b4dedc02ed1a61c567fd25','',NULL),(717,'en','elementor','c1b5fa03ecdb95d4a45dd1c40b02527f','Horizontal',NULL,NULL,'','LINE',NULL,10,'','88b5cb278b72e91db8671efbca5e28ed','',NULL),(718,'en','elementor','cdd416d7a24537ed830732917e74410d','Horizontal Align',NULL,NULL,'','LINE',NULL,10,'','fbb946e3fa256a699667e120b7e07af3','',NULL),(719,'en','elementor','1b6f6fe2f7bc999abb893e7bea077f4c','Horizontal Orientation',NULL,NULL,'','LINE',NULL,10,'','0f889d17f27d16a9214c2a44fc5dce49','',NULL),(720,'en','elementor','eee0168be69b854c20621fc6f01cc3fc','Hover',NULL,NULL,'','LINE',NULL,10,'','c72ad8919c999c3382eead29fea59404','',NULL),(721,'en','elementor','9de70901d3562acdbec7f907c2ca62e7','Hover Animation',NULL,NULL,'','LINE',NULL,10,'','1d222eb6d4b1be76223299a9d5407513','',NULL),(722,'en','elementor','adcde52324ed5fbe9721994c98ff4bc6','Hurray! The upgrade process to Font Awesome 5 was completed successfully.',NULL,NULL,'','LINE',NULL,10,'','8033871f6ff7fd2025a3bba50dda9bfd','',NULL),(723,'en','elementor','57986647011dee008f9d492989a90fb1','Hurray! Your %s is live.',NULL,NULL,'','LINE',NULL,10,'','9d2440cbb9789e915dd2984511a3ee43','',NULL),(724,'en','elementor','004df20f5246c8a47f4fbed254269e41','I acknowledge that some changes may affect my website and that this action cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','a912d0042ec3caea676ef58168ae0b57','',NULL),(725,'en','elementor','53d7e9d912b9a2e0eb070e2f6ac8185b','I am a description. Click the edit button to change this text.',NULL,NULL,'','LINE',NULL,10,'','3668d45f3fdb913521be552d6597816d','',NULL),(726,'en','elementor','c722adb6b5fcce7b29744e6c3b0c72fc','I couldn\'t get the plugin to work',NULL,NULL,'','LINE',NULL,10,'','038a8105cd4bbe15d412dc7f6ec06218','',NULL),(727,'en','elementor','786403d1fecbae777870f92b561eb19b','I found a better plugin',NULL,NULL,'','LINE',NULL,10,'','e2d2c9ce3cecf15da264ab3802ef0404','',NULL),(728,'en','elementor','47ab94c202b92fd9b9ccef79773645b6','I have Elementor Pro',NULL,NULL,'','LINE',NULL,10,'','98941538fed4e0f8e691373822b7c803','',NULL),(729,'en','elementor','26a789e994d58efdcf59a4ef5fc4f04b','I no longer need the plugin',NULL,NULL,'','LINE',NULL,10,'','023ab9b01cc6097bb241d3ac910fb760','',NULL),(730,'en','elementor','e33c232fa01f44d909792960c23ef218','I understand that by upgrading to Font Awesome 5,',NULL,NULL,'','LINE',NULL,10,'','ab9d3407887e05114a4f8e8e81e3cd13','',NULL),(731,'en','elementor','817434295a673aed431435658b65d9a7','Icon',NULL,NULL,'','LINE',NULL,10,'','96b838390467da9772b9d538676be71f','',NULL),(732,'en','elementor','3902b5474a18ab7e9f8ce952a8f8123f','Icon Box',NULL,NULL,'','LINE',NULL,10,'','1f3bf6c99367930ef74576a2dbd87207','',NULL),(733,'en','elementor','37e929a6d14b3e6eeb834900e8216c6e','Icon Hover',NULL,NULL,'','LINE',NULL,10,'','6d2fb3ccf522c9330f988ca06c30483b','',NULL),(734,'en','elementor','1234378663ad7a6133906fafb9a625a0','Icon Library',NULL,NULL,'','LINE',NULL,10,'','aa88f65c20ce80242452dfcce028799d','',NULL),(735,'en','elementor','591180770b39c5f069a1b2f9e643952c','Icon List',NULL,NULL,'','LINE',NULL,10,'','b1c97edd64c3ec69b3ec22ffb376ea2d','',NULL),(736,'en','elementor','f26664db07487754bb4b21355caad9ca','Icon Position',NULL,NULL,'','LINE',NULL,10,'','31ae69b25ca6b9dc222de802639d541b','',NULL),(737,'en','elementor','917aedb05020a5ad03b91720c66d1900','Icon Spacing',NULL,NULL,'','LINE',NULL,10,'','b9fe701034afd65e66c6d92f6987c2ca','',NULL),(738,'en','elementor','704fcf3db84047aee8d123dc62fab814','If you have a moment, please share why you are deactivating Elementor:',NULL,NULL,'','LINE',NULL,10,'','7f896ecc9ab001ae66b9e2ae09f7a86d','',NULL),(739,'en','elementor','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,10,'','71c206c2597a3b95f6eba55b3a006c47','',NULL),(740,'en','elementor','fb07b027d8d8c04f512f1a6a0f7bc365','Image Box',NULL,NULL,'','LINE',NULL,10,'','e83a8bc7d2cd1b45c10b30efbabbe82e','',NULL),(741,'en','elementor','35773b27596fe91a749ddbf3e1257966','Image Carousel',NULL,NULL,'','LINE',NULL,10,'','4b7678855072ce9e7fd6ce3642df465f','',NULL),(742,'en','elementor','9cc51a9ca0ed0404f8b9125ad563ade9','Image Gallery',NULL,NULL,'','LINE',NULL,10,'','cc5c4773287cc728b1d8b3c1afc2e81f','',NULL),(743,'en','elementor','060e9cb662a63ad93391971af1ced41e','Image Lightbox',NULL,NULL,'','LINE',NULL,10,'','caddce0d0ae6736506f6ab4ff5a307d1','',NULL),(744,'en','elementor','9bcffa546758e012c3379c285a9e95c4','Image Overlay',NULL,NULL,'','LINE',NULL,10,'','ee69108d51a283c79c4eee5fce2834a8','',NULL),(745,'en','elementor','13c31590d98cc452fc3794eaf0811e4d','Image Position',NULL,NULL,'','LINE',NULL,10,'','8fbb584e7581999ce7531a91546d6313','',NULL),(746,'en','elementor','7d25feb59b8a44341084a00840d860d1','Image Size',NULL,NULL,'','LINE',NULL,10,'','f722d0d24bc2d7b500c22932ee30efa8','',NULL),(747,'en','elementor','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'Image Size Control','1c8aeaa3ca52575db6ae2a5034d9fa2d','',NULL),(748,'en','elementor','bbd47109890259c0127154db1af26c75','Full',NULL,NULL,'','LINE',NULL,10,'Image Size Control','4f06f93f604076fe841e0eb2593cfbe7','',NULL),(749,'en','elementor','0e0613e1f93d33fba15773ba3ff6f56a','Image Dimension',NULL,NULL,'','LINE',NULL,10,'Image Size Control','36180808a46578e5aeb70c10e1b4b6a1','',NULL),(750,'en','elementor','7d25feb59b8a44341084a00840d860d1','Image Size',NULL,NULL,'','LINE',NULL,10,'Image Size Control','7c5bd59ec04c3612351af6f44be11c4b','',NULL),(751,'en','elementor','ac2c0f8fbfcea1d561d0dbbfafc1747d','Image Spacing',NULL,NULL,'','LINE',NULL,10,'','ca27ac75283ac60361913cb3e4140252','',NULL),(752,'en','elementor','17b04c58b2a994e2a115530681ca25e3','Image Stretch',NULL,NULL,'','LINE',NULL,10,'','597da6b7b8e8bddc5874274e7b5e2562','',NULL),(753,'en','elementor','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'','LINE',NULL,10,'','d51d3e6c3f1ea4a8f2291f5c0befd268','',NULL),(754,'en','elementor','fb4fb9b2615dddca1a6cda5ecdfb47c0','Import Document Settings',NULL,NULL,'','LINE',NULL,10,'','1ff3b488c448e38368f7991c984fbb2c','',NULL),(755,'en','elementor','b9709e1b50c06ed39df03fa0b90d40ab','Import Now',NULL,NULL,'','LINE',NULL,10,'','32bd89446805add34cda25bfeffa4d72','',NULL),(756,'en','elementor','a0415b5ba0373565c33828715bba8c8d','Import Template',NULL,NULL,'','LINE',NULL,10,'','c15242d44a045e118f9e1bcc1c19c92b','',NULL),(757,'en','elementor','4a66d51c9716349085fc7ea77edfe5c5','Import Template to Your Library',NULL,NULL,'','LINE',NULL,10,'','3ac5bef4860d489f16d9376cefe8bac6','',NULL),(758,'en','elementor','fcbad5f8e00955d4129fe79370802ff1','Import Templates',NULL,NULL,'','LINE',NULL,10,'','b6fdaff0c311b29319e0cd9f70ef64b1','',NULL),(759,'en','elementor','3810568e9b9b42e80af178cc0ed6503d','Improve Elementor',NULL,NULL,'','LINE',NULL,10,'','87c71230dc76e41c57214c7e19efa1ea','',NULL),(760,'en','elementor','efeb369cccbd560588a756610865664c','In',NULL,NULL,'','LINE',NULL,10,'','c47f5ab88a8ce51bcf1e5d19c439ef75','',NULL),(761,'en','elementor','431c060088b62effa79dd9c710d20b00','Infinite Loop',NULL,NULL,'','LINE',NULL,10,'','d153eb14201f82c56a7729e416c88812','',NULL),(762,'en','elementor','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'','2a81bef362085619109d34bbdefd0bed','',NULL),(763,'en','elementor','0125cf5f3ca38b312ca5d3b511c45a13','Inline',NULL,NULL,'','LINE',NULL,10,'','95edae028301b5a48d52b7a581701dc3','',NULL),(764,'en','elementor','12737e0ac21826611dba8b42ce43a4a6','Inner Section',NULL,NULL,'','LINE',NULL,10,'','42f077d80af112f96a04651b2ebf527e','',NULL),(765,'en','elementor','2ffe8a03531a12477e27a146bc15a3ba','Inner Text',NULL,NULL,'','LINE',NULL,10,'','c49ce0f53c17630465189d70a51f88a4','',NULL),(766,'en','elementor','a458be0f08b7e4ff3c0f633c100176c0','Insert',NULL,NULL,'','LINE',NULL,10,'','ac165afdc8e7986df3031d5f87ff20b0','',NULL),(767,'en','elementor','1779d23035f16bb6f8a0f548f1eaa6b9','Insert Media',NULL,NULL,'','LINE',NULL,10,'','12519493964ef27f3763bd800d910cac','',NULL),(768,'en','elementor','9b6d3000134648fc9f1e71094ae0847d','Inside',NULL,NULL,'','LINE',NULL,10,'','a06fe90c1ffdd6b0996b6ccd6e0a61cd','',NULL),(769,'en','elementor','e01aecb528730f3bfe10f9d57f1317bf','Integrations',NULL,NULL,'','LINE',NULL,10,'','9121c126fbfeda2d5133223d04e40c82','',NULL),(770,'en','elementor','8654f2b13455edc295f7ce17c14c9887','Internal Embedding',NULL,NULL,'','LINE',NULL,10,'','92df4396e1466b0c64206bb6f04238cd','',NULL),(771,'en','elementor','737e6c4a46563dd9da1557b304178be1','Intro Byline',NULL,NULL,'','LINE',NULL,10,'','829c0a34d0ade155956507095fa9e4e5','',NULL),(772,'en','elementor','87cd4e8df281e8565913cb1dee924173','Intro Portrait',NULL,NULL,'','LINE',NULL,10,'','2b47fb4c87424351840784afac535026','',NULL),(773,'en','elementor','54f70e7001bba1a2f8b2c7394b7fbc65','Intro Title',NULL,NULL,'','LINE',NULL,10,'','e3e974c84a449eb2559d9ed47bb2148b','',NULL),(774,'en','elementor','52293f13937b8aed21da15967dad191a','Invalid Data: The Template ID cannot be the same as the currently edited template. Please choose a different one.',NULL,NULL,'','LINE',NULL,10,'','bd850e1d7c37ea588f074ea83a72513c','',NULL),(775,'en','elementor','59fa30fe2e688b53daf4c853011f625b','Invalid SVG Format, file not uploaded for security reasons',NULL,NULL,'','LINE',NULL,10,'','164e4f1bda0275dcc8d9c80d38dc7aa2','',NULL),(776,'en','elementor','9b8958acb7be504bb5f55f17c0eea366','Invert',NULL,NULL,'','LINE',NULL,10,'','87e97f1e4f3057119df4bb85749e2dff','',NULL),(777,'en','elementor','0fb5d9b5052f242e93c12c4cfa58c6fe','It has been replaced by <strong>%1$s</strong>.',NULL,NULL,'','LINE',NULL,10,'','809fe876289418a9c741739f29c13d95','',NULL),(778,'en','elementor','3fb0206d178d45a9b3542587483d4cd2','It looks like the post revision feature is unavailable in your website.',NULL,NULL,'','LINE',NULL,10,'','d5582d77bb6f199e6b53a84b30fe18dd','',NULL),(779,'en','elementor','5876adfbc4bb07cb81d3c078a970accd','It\'s a temporary deactivation',NULL,NULL,'','LINE',NULL,10,'','1922c5c25c6b4be1ede294fad8ac38a6','',NULL),(780,'en','elementor','058cc077563d4b47b43ae642a6478159','Justified',NULL,NULL,'','LINE',NULL,10,'','2f6924a2ee6e10c766021e9a0359117f','',NULL),(781,'en','elementor','2199472d685d3b90df180760ea665a71','Keep Editing',NULL,NULL,'','LINE',NULL,10,'','1d855c1dc4d477afb33e8850b9dd5a69','',NULL),(782,'en','elementor','f0cf2ff72f541adb3a7d092055310916','Ken Burns Effect',NULL,NULL,'','LINE',NULL,10,'','6e17824916faf5337478cd16481dd046','',NULL),(783,'en','elementor','5f405eb9720e7065c9c383de4d40e664','Keyboard Shortcuts',NULL,NULL,'','LINE',NULL,10,'','ff4212ac9e85af37ec8ae9cbd9f3014e','',NULL),(784,'en','elementor','083065d6760791eb1195154619e5813c','Knowledge Base',NULL,NULL,'','LINE',NULL,10,'','34323ec9777663802be32c56ed927dbb','',NULL),(785,'en','elementor','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'','LINE',NULL,10,'','5af3cbd803b78b3bf1c446b922ea30e5','',NULL),(786,'en','elementor','f0a0314cf8e7c3ad6d977d5adacfeb0d','Last edited on %1$s by %2$s',NULL,NULL,'','LINE',NULL,10,'','1af2144dd314eaff51f7e2ce8f73ec2a','',NULL),(787,'en','elementor','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'','LINE',NULL,10,'','2a3655e5f53a54beb860548e61111726','',NULL),(788,'en','elementor','452a5c072ecdd2a6d27bb1cbb9108f8a','Lazy Load',NULL,NULL,'','LINE',NULL,10,'','79a646a2b1d65f1409f451161e1b9151','',NULL),(789,'en','elementor','f5395c9793af8a11b406ca7c1ac70da9','Learn More',NULL,NULL,'','LINE',NULL,10,'','6fea1d0f10c682918c658faf5fb3013e','',NULL),(790,'en','elementor','190d2d87a5b519c2763f538f34faf5c2','Learn more about <a target=\"_blank\" href=\"%s\">WordPress revisions</a>',NULL,NULL,'','LINE',NULL,10,'','3332176ea68faeb3169cf67d673eab58','',NULL),(791,'en','elementor','f990e553cdc4c29c2efffba33e08a8c7','Learn more.',NULL,NULL,'','LINE',NULL,10,'','eb307cf707ee1b6009332b0cc74d1fe7','',NULL),(792,'en','elementor','945d5e233cf7d6240f6b783b36a374ff','Left',NULL,NULL,'','LINE',NULL,10,'','a3736e7a334c4b48a5fc8def5dddf6b8','',NULL),(793,'en','elementor','b26ff651c2d7385db87fa44737402935','Left Border Width',NULL,NULL,'','LINE',NULL,10,'','e4b40cd51b15115aa5ed012e76ba084a','',NULL),(794,'en','elementor','4d70254b3a8e2bc38b6147fa6ee813be','Library',NULL,NULL,'','LINE',NULL,10,'','d5dd3fece4775c079102f8f09ba46d01','',NULL),(795,'en','elementor','ee08ead15605dc63a2ad3357d04f5838','Lightbox',NULL,NULL,'','LINE',NULL,10,'','1e7b47ca6b2b210377c5a1b710b95dcf','',NULL),(796,'en','elementor','ccdaca2735cb3e29ca75fe4877e6eb95','Like Button',NULL,NULL,'','LINE',NULL,10,'','f1f03f81312672bb861a3357db410a78','',NULL),(797,'en','elementor','4803e6b9e63dabf04de980788d6a13c4','Line',NULL,NULL,'','LINE',NULL,10,'','eeabf6f042c6f4206b30e3498f3aaac4','',NULL),(798,'en','elementor','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,10,'','d1807e98f632fbf75c78bbc51bce63c7','',NULL),(799,'en','elementor','59ece6dc07b89f5c61320dd130579a7f','Link Color',NULL,NULL,'','LINE',NULL,10,'','9ace269715640aa15d3bdb704f04ee58','',NULL),(800,'en','elementor','8435207e2ede48cf57a3a26e10a9e7a3','Link Hover Color',NULL,NULL,'','LINE',NULL,10,'','6a5a80ae34c9b86e0f62df22e4305cd0','',NULL),(801,'en','elementor','0fb7010ec16c91ec543a440daab8917b','Link Options',NULL,NULL,'','LINE',NULL,10,'','4d115b8ea1a2558d2278f699b78a5ac9','',NULL),(802,'en','elementor','bc30b765dbe7cfa8d8cfa4184af2c620','Link values together',NULL,NULL,'','LINE',NULL,10,'','5f5c32325ce9e0195ef5a20ca4d807fb','',NULL),(803,'en','elementor','4ee29ca12c7d126654bd0e5275de6135','List',NULL,NULL,'','LINE',NULL,10,'','20e6e408ac82d4f9dc0e82ac6c75715a','',NULL),(804,'en','elementor','3f7b121ec5cc19cf6676a28656e0d5b8','List Item',NULL,NULL,'','LINE',NULL,10,'','f7f4ba9b6c55012e1dc69ec0695e3989','',NULL),(805,'en','elementor','88e38f5c21b56f5f87896476088a1783','List Item #1',NULL,NULL,'','LINE',NULL,10,'','d8ef49f0d3dd1ac5ece5bed6493544a8','',NULL),(806,'en','elementor','043fd607b45939749a567bcb850978bc','List Item #2',NULL,NULL,'','LINE',NULL,10,'','1c974f21459a376d337653074c60a5a6','',NULL),(807,'en','elementor','8d35756b5a8f878d9d20f3ba0851786d','List Item #3',NULL,NULL,'','LINE',NULL,10,'','9e4857eaba31c1867e217c35c69391ad','',NULL),(808,'en','elementor','1744615c45fc2489d763de6d1cad660b','Load Font Awesome 4 Support',NULL,NULL,'','LINE',NULL,10,'','8268dc902bc94c8ebd247e7cdceed76d','',NULL),(809,'en','elementor','16bfbf9c462762cf1cba4134ec53c504','Loading',NULL,NULL,'','LINE',NULL,10,'','a1900ffb8854c67d048108b89d52a3e4','',NULL),(810,'en','elementor','509820290d57f333403f490dde7316f4','Local',NULL,NULL,'','LINE',NULL,10,'','0118e7597206c59ee33cb24e37b8511b','',NULL),(811,'en','elementor','ce5bf551379459c1c61d2a204061c455','Location',NULL,NULL,'','LINE',NULL,10,'','08a189bcf3f732b6f5eace4516ac8762','',NULL),(812,'en','elementor','e63b69d4f9b50ff07e7c98a05254c2cc','Logged In',NULL,NULL,'','LINE',NULL,10,'','92ab2d3ff9a384117750358d21ea176f','',NULL),(813,'en','elementor','8c2857a9ad1d8f31659e35e904e20fa6','Logo',NULL,NULL,'','LINE',NULL,10,'','60ff494dc9f1c17f4beea51e35912a00','',NULL),(814,'en','elementor','ec6d39989d44bfedcd0ddaa3651fa194','London Eye, London, United Kingdom',NULL,NULL,'','LINE',NULL,10,'','21033833b3a00e7d323c8bd7489c7879','',NULL),(815,'en','elementor','89d7b10cb4238977d2b523dfd9ea7745','Loop',NULL,NULL,'','LINE',NULL,10,'','a2629a675854d44ec3b3ff9506acb13f','',NULL),(816,'en','elementor','d490c6d2691f4ecc4536e30a634f469e','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.',NULL,NULL,'','LINE',NULL,10,'','34a05103d707449c3adc4bf172b42dea','',NULL),(817,'en','elementor','51f24240b1552d5906edc84b775980e3','Love using Elementor? <a href=\"%s\">Learn how you can build better sites with Elementor Pro.</a>',NULL,NULL,'','LINE',NULL,10,'','7e8481b24c675bfb6418a3dbb2fa1df5','',NULL),(818,'en','elementor','569c45de86399c359be058bc9c58b567','Love using Elementor? Become a super contributor by opting in to our anonymous plugin data collection and to our updates. We guarantee no sensitive data is collected.',NULL,NULL,'','LINE',NULL,10,'','077a28fef3857d2cf459c7cc57e64ef3','',NULL),(819,'en','elementor','10d0de28911c5f66463b9c8783f8148a','Maintenance',NULL,NULL,'','LINE',NULL,10,'','176a6e2d68f87e4995711f04ef39f8e3','',NULL),(820,'en','elementor','295c54be6a83de7aa3b31efc81ad2604','Maintenance Mode',NULL,NULL,'','LINE',NULL,10,'','015c89f74bfc89e06d75f73cf73fe1e5','',NULL),(821,'en','elementor','98a7e312bff713c27775512f8666e6a6','Maintenance Mode ON',NULL,NULL,'','LINE',NULL,10,'','85f81c9f0909a96561e6e4ce83946acc','',NULL),(822,'en','elementor','4169217f8a6213bacebcd732a73d8332','Maintenance Mode returns HTTP 503 code, so search engines know to come back a short time later. It is not recommended to use this mode for more than a couple of days.',NULL,NULL,'','LINE',NULL,10,'','8db438b242228ee1cc3aea5599c6f411','',NULL),(823,'en','elementor','a3706835c1bd8cf6af70f8d4fffcf8f3','Manage What Your Users Can Edit In Elementor',NULL,NULL,'','LINE',NULL,10,'','472ea0ff596f1d6b3447ef427ef7b174','',NULL),(824,'en','elementor','46f3ea056caa3126b91f3f70beea068c','Map',NULL,NULL,'','LINE',NULL,10,'','36b4d1338a84dd8017487dbc44d43fa2','',NULL),(825,'en','elementor','98369609669478919c74c916440e9978','Margin',NULL,NULL,'','LINE',NULL,10,'','3b2fd183343e1f1d0b0a3311aeccd654','',NULL),(826,'en','elementor','95e942c63e81ac4845c306bf110290a8','Max Width',NULL,NULL,'','LINE',NULL,10,'','955fae8037f96d0b5b3b12e933dcb512','',NULL),(827,'en','elementor','6e475c4e40cb8bdfd54c18345937bc9a','Media File',NULL,NULL,'','LINE',NULL,10,'','faa01e37ea82df93260a76c6a1a193ff','',NULL),(828,'en','elementor','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,10,'','7d9009a800f868d4a118ef303ce61fb5','',NULL),(829,'en','elementor','871f39e255d6f5725d3c0e3844d0d32c','Meet Our Custom CSS',NULL,NULL,'','LINE',NULL,10,'','be771a9eadd90e896c828a69f6aacd13','',NULL),(830,'en','elementor','3ad5e0596733ab1eabf6316216cd6346','Meet Our Global Widget',NULL,NULL,'','LINE',NULL,10,'','1746f270aaeb8b943a33ff87a4930c2f','',NULL),(831,'en','elementor','fd27a26bce8b01ecb7f38b4e1d6d2ad5','Meet Right Click',NULL,NULL,'','LINE',NULL,10,'','9cde395a74ab8ce9aab240810c3aa22f','',NULL),(832,'en','elementor','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,10,'','88c3ee0cc06632303057015df986f203','',NULL),(833,'en','elementor','7551d2d59d73e7d2650f7e2b9959efbf','Menu Anchor',NULL,NULL,'','LINE',NULL,10,'','1b55a7f441c7505684e2e6969aa2df66','',NULL),(834,'en','elementor','06145a21dcec7395085b033e6e169b61','Menus',NULL,NULL,'','LINE',NULL,10,'','0e759985bac1a93856c909ced8f5b435','',NULL),(835,'en','elementor','b1ca34f82e83c52b010f86955f264e05','Middle',NULL,NULL,'','LINE',NULL,10,'','1276219ea1350f95ab3de32b128f568e','',NULL),(836,'en','elementor','c7a7e65064fdd9a2e9aa712fa88e9878','Min Height',NULL,NULL,'','LINE',NULL,10,'','ab3e32beb480836dafff9231a6066dde','',NULL),(837,'en','elementor','4565b790baf0d98c20e624636451a43f','Minimum Height',NULL,NULL,'','LINE',NULL,10,'','4531341150467afdcdf92ac090ac10c1','',NULL),(838,'en','elementor','87d17f4624a514e81dc7c8e016a7405c','Mobile',NULL,NULL,'','LINE',NULL,10,'','b442f0e742bc84503a38dcfafd9f0a99','',NULL),(839,'en','elementor','5b23136cd3711bdae57560b72e66e923','Mobile Breakpoint',NULL,NULL,'','LINE',NULL,10,'','3401802c2f0ef2f9b24bb21a572ae123','',NULL),(840,'en','elementor','bdc558034c3fa1f53c632cb2b4a081eb','Modest Branding',NULL,NULL,'','LINE',NULL,10,'','cf3c9b9eb4826b01ded9dc08408703fa','',NULL),(841,'en','elementor','040814c79beb48a59a293776e292ccb9','More Palettes',NULL,NULL,'','LINE',NULL,10,'','7f4acb41801a4c9d0221bdf4d159974e','',NULL),(842,'en','elementor','284716247b12b363fd6b6a71bff0918e','More actions',NULL,NULL,'','LINE',NULL,10,'','9df20a7a9a0ed0e759065deae2768476','',NULL),(843,'en','elementor','a7f391c54b912211cd510fd1098e5308','Motion Effects',NULL,NULL,'','LINE',NULL,10,'','37a62bbdfabe11a1f6630196e1e9940f','',NULL),(844,'en','elementor','95bfdefaaf01553cbf21ccd942855c69','Moved',NULL,NULL,'','LINE',NULL,10,'','ee8f35fca30108550a2f5d8bda4bb587','',NULL),(845,'en','elementor','00cd7be4cb21c59179316d7844a8cfc4','Mute',NULL,NULL,'','LINE',NULL,10,'','3c38d1654be4358ef5d80ff2e67ffe33','',NULL),(846,'en','elementor','f2c3119ccf960f54688bf6f227390e36','My Favorites',NULL,NULL,'','LINE',NULL,10,'','dc97e4531c5dda470d3d58f9818f1e2b','',NULL),(847,'en','elementor','def92bbe080894bae9b29234140ec3c3','My Libraries',NULL,NULL,'','LINE',NULL,10,'','73553b47667ab54b2533f04d8d1671cb','',NULL),(848,'en','elementor','9769396cc39a68db5cb5ff02896596ea','My Skill',NULL,NULL,'','LINE',NULL,10,'','ad4862a5ce4bfbd94d3ffb95f5cae86d','',NULL),(849,'en','elementor','b9390195ecad3986568746a2a9b56354','My Templates',NULL,NULL,'','LINE',NULL,10,'','15cb92010320226c1c33bd27ce977c55','',NULL),(850,'en','elementor','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','9e89f64cb11ed9617caecd16485af00a','',NULL),(851,'en','elementor','13e102e6287d5d6d8e73b54e39b1d4e2','Name your template',NULL,NULL,'','LINE',NULL,10,'','56c7a3f53dfee0a0c0a12aa922c08a8a','',NULL),(852,'en','elementor','4a7ab319be06025840ef3389301424b9','Narrow',NULL,NULL,'','LINE',NULL,10,'','d1bea491dc5b3990bc692124faee07a6','',NULL),(853,'en','elementor','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,10,'','4ed4f41c255c5e533c16b06aa430a8f4','',NULL),(854,'en','elementor','7d11089c148e5d9b9e686b62454a491e','Navigation Width',NULL,NULL,'','LINE',NULL,10,'','8429c414d2c5fc2aca73aee482364eeb','',NULL),(855,'en','elementor','7392e5a07cc56647b45a9598ce4d646d','Navigator',NULL,NULL,'','LINE',NULL,10,'','6ec5648e8cb31e01c337b9a54f48aa5f','',NULL),(856,'en','elementor','99feadbb8704ae333d6837975f6de3c4','Need Help',NULL,NULL,'','LINE',NULL,10,'','69d1b2be980c8657d52020c1346a11e5','',NULL),(857,'en','elementor','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'','LINE',NULL,10,'','24ff5a336b813cd13cf3b59e36c3b5ca','',NULL),(858,'en','elementor','01c91564910069ffcc8f67ecb2180d38','New Template',NULL,NULL,'','LINE',NULL,10,'','8f2c3f21162c088fd18a6e6e0efe1db1','',NULL),(859,'en','elementor','da046a0d1749d8cdf6287c714b98145c','News & Updates',NULL,NULL,'','LINE',NULL,10,'','23e6c31acd6aa886cbc07892287c4e35','',NULL),(860,'en','elementor','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'','e3d016082407e0a4bdfb9f03596f5e18','',NULL),(861,'en','elementor','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,10,'','312aa23e23b61f9f640cb7c2c73cfd79','',NULL),(862,'en','elementor','f44c3ec59688f8173b34c08b1ad961b2','No Favorite Templates',NULL,NULL,'','LINE',NULL,10,'','cbde842b723baf491dd77e7c670a976c','',NULL),(863,'en','elementor','845366c74d6395b273fa175bc2e057c3','No Gap',NULL,NULL,'','LINE',NULL,10,'','ebc290e140a1c5be9bc453f3824c21dd','',NULL),(864,'en','elementor','abb565ed2df80ae405ca35167910924d','No History Yet',NULL,NULL,'','LINE',NULL,10,'','8f1c9f4290bba597655892e35ded6c37','',NULL),(865,'en','elementor','79c046167b0bdf15a17eb653226a2796','No Images Selected',NULL,NULL,'','LINE',NULL,10,'','a04b149d4ee0d0acb2a8589ad46fffc1','',NULL),(866,'en','elementor','c12f59e844e6d839ba6ee4cd26e8ea27','No Results Found',NULL,NULL,'','LINE',NULL,10,'','0c4ed4d70753756fa3a53300d7814c6c','',NULL),(867,'en','elementor','585823316b8534dcef7df30ebeab9951','No Revisions Saved Yet',NULL,NULL,'','LINE',NULL,10,'','eed88be80c349c54d833e14a6216f5d8','',NULL),(868,'en','elementor','96d90d0b03826a96bf6ffbba29101ff7','No access to editor',NULL,NULL,'','LINE',NULL,10,'','8ce1cd0464701377ee3dceb1fefa46f3','',NULL),(869,'en','elementor','b993760616d0f98e7e9dada305724a17','No header, no footer, just Elementor',NULL,NULL,'','LINE',NULL,10,'','dc9b4f455977c28fbd9e4f3291d1c3fa','',NULL),(870,'en','elementor','7a74d6c18c22004a62704f40f7888b5a','No sidebars were found',NULL,NULL,'','LINE',NULL,10,'','d39afa08e05c968154aab4f89353e30b','',NULL),(871,'en','elementor','8ad4303b83a62fb6ca3b025bad5bc114','No thanks',NULL,NULL,'','LINE',NULL,10,'','9a8f7d9a3a4f6a0f501d41aa31ccb6ba','',NULL),(872,'en','elementor','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'','9541ecfc5772fe8e1e679ab99d0f9d7d','',NULL),(873,'en','elementor','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'','LINE',NULL,10,'','12060ffc3076e2d0f2d8690dae47b36a','',NULL),(874,'en','elementor','c3320c3457dfdfbada4a611a68854ea6','Not Supported',NULL,NULL,'','LINE',NULL,10,'','15b5811a2c0f6a17e00392bc03b6c582','',NULL),(875,'en','elementor','4dcd94eeeaad2b446cdea3c97f67c974','Not working? You can set a different selector for the title in the <a href=\"%s\" target=\"_blank\">Settings page</a>.',NULL,NULL,'','LINE',NULL,10,'','d43293231280677453938a17d5f6a348','',NULL),(876,'en','elementor','15b14698d07265ec29dea24c1189543c','Note that %1$s will be completely removed once %2$s %3$s is released.',NULL,NULL,'','LINE',NULL,10,'','424dd1611b5a5740d5b47b429d24abf7','',NULL),(877,'en','elementor','6cd988821d5e8796c47a32e453c95633','Note: Attachment Fixed works only on desktop.',NULL,NULL,'','LINE',NULL,10,'','cebe2fc4a2636c6275580e3b616a9448','',NULL),(878,'en','elementor','20fe34eafdf840c5f35e60d4bdfd3876','Note: Flexbox Changes',NULL,NULL,'','LINE',NULL,10,'','d1e5117f1858f44a65b24cbe957348b7','',NULL),(879,'en','elementor','d7f3d71483d1424cf1edaed61be43f40','Note: The ID link ONLY accepts these chars: %s',NULL,NULL,'','LINE',NULL,10,'','895c3cc6eb9a90a7615403a7e785bd68','',NULL),(880,'en','elementor','48686859ede3505d93db63bedafb649e','Note: The following colors won\'t work if Default Colors are enabled.',NULL,NULL,'','LINE',NULL,10,'','f129dcd46334f9cab836599187f0ef38','',NULL),(881,'en','elementor','015b562543ef66e44af8ddd697b05fc7','Note: This widget only affects themes that use `%s` in archive pages.',NULL,NULL,'','LINE',NULL,10,'','473d3aef201929291aaf8e8f329de94e','',NULL),(882,'en','elementor','2cef6b933418f084afe1c5e44bcaa4bc','Now you can access all editing actions using right click.',NULL,NULL,'','LINE',NULL,10,'','e07ad8fe55888aa08bf89bb62e7822a3','',NULL),(883,'en','elementor','b2ee912b91d69b435159c7c3f6df7f5f','Number',NULL,NULL,'','LINE',NULL,10,'','a9d45e09a101d84e30d31ffc166b6538','',NULL),(884,'en','elementor','83294d77029945fdb8dc4a5388829d27','Number Prefix',NULL,NULL,'','LINE',NULL,10,'','4c445a4291a718da9b9fdbe658f0103c','',NULL),(885,'en','elementor','5b122ce454e4b9f39a663d8d8ed6e85c','Number Suffix',NULL,NULL,'','LINE',NULL,10,'','0aee1745128ad8852031d8efbbe94962','',NULL),(886,'en','elementor','d15305d7a4e34e02489c74a5ef542f36','Off',NULL,NULL,'','LINE',NULL,10,'','b3aa04fc6a66c3b06f856c0675b2ad86','',NULL),(887,'en','elementor','30e624fbe7c9345f3cdb243bc2eeacfd','Official Color',NULL,NULL,'','LINE',NULL,10,'','8e10798e255e2790284715a76559b4f2','',NULL),(888,'en','elementor','dfd0a82c4bf37b1e90b690a22a20692e','Offset',NULL,NULL,'','LINE',NULL,10,'','4be60749fbee2eb4c8da7e6a4b537c66','',NULL),(889,'en','elementor','521c36a31c2762741cf0f8890cbe05e3','On',NULL,NULL,'','LINE',NULL,10,'','90b3a2b80c8af603f701e3971983f1a2','',NULL),(890,'en','elementor','0333d78f654f5c73ed8a1ac6866b94ef','Once you fill your page with content, this window will give you an overview display of all the page elements. This way, you can easily move around any section, column, or widget.',NULL,NULL,'','LINE',NULL,10,'','7801d34ef82fcb652c5fa3c638d20f95','',NULL),(891,'en','elementor','351683969bd504e253fb05ef9b542bc8','Once you start working, you\'ll be able to redo / undo any action you make in the editor.',NULL,NULL,'','LINE',NULL,10,'','3a6af077ba9525fcea6b4200a5f8469f','',NULL),(892,'en','elementor','bad6a5dd8c28e6b14f8e986615e3dc98','Opacity',NULL,NULL,'','LINE',NULL,10,'','67b8defe32db535e2b24c6f2978ff2b6','',NULL),(893,'en','elementor','a97cc615f64c36e0f7cb6ea6e94c948d','Open all image links in a lightbox popup window. The lightbox will automatically work on any link that leads to an image file.',NULL,NULL,'','LINE',NULL,10,'','aede25adba9f49aa9f56400df83bc465','',NULL),(894,'en','elementor','2959ce8aed67d6b6e6f5cefd601f1091','Open in new window',NULL,NULL,'','LINE',NULL,10,'','db3a3f3cfee9a3fc98b1c2a654f465e5','',NULL),(895,'en','elementor','4506ae3f49bca988ba4ef3a44e9d6ea8','Opt-in to our anonymous plugin data collection and to updates. We guarantee no sensitive data is collected.',NULL,NULL,'','LINE',NULL,10,'','46152588f11accd205a1dcb8256ed7d2','',NULL),(896,'en','elementor','801322095c363689f7620e0147e3fd14','Order By',NULL,NULL,'','LINE',NULL,10,'','639399143978f4d06f4e36c65e55fd50','',NULL),(897,'en','elementor','6311ae17c1ee52b36e68aaf4ad066387','Other',NULL,NULL,'','LINE',NULL,10,'','8dd453510ef046bfab678e0e65d84eab','',NULL),(898,'en','elementor','7c147cda9e49590f6abe83d118b7353b','Out',NULL,NULL,'','LINE',NULL,10,'','e23512226fd540b9b80d400d9c01b11e','',NULL),(899,'en','elementor','606b51cc1c9d0b4af394419a22f2ff1f','Outline',NULL,NULL,'','LINE',NULL,10,'','e95e8508181abb03bbb947fc13f8f67c','',NULL),(900,'en','elementor','76fbf0ccd7fcd64879c2ff2119dc15a4','Outside',NULL,NULL,'','LINE',NULL,10,'','addd56f7db0daadab71f023dd2f85a20','',NULL),(901,'en','elementor','129e8109f319870e328cc7a1d5b5cae3','Overflow',NULL,NULL,'','LINE',NULL,10,'','a88fcb77fcba337e06b85898a93e712d','',NULL),(902,'en','elementor','a10443964156b9e87c95e74c8f9baf15','Padding',NULL,NULL,'','LINE',NULL,10,'','45ae87e20658514346f624648625aae9','',NULL),(903,'en','elementor','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,10,'','f269c009f47b1159584d7a88d2ff7929','',NULL),(904,'en','elementor','47b74b5cb415e0a295404acaa62ff67a','Page Layout',NULL,NULL,'','LINE',NULL,10,'','e1fd25ca2176b8639286ddd13f859f9c','',NULL),(905,'en','elementor','4c17b02d79c876fa948ad31b2d698425','Elementor Canvas',NULL,NULL,'','LINE',NULL,10,'Page Template','c33095c2233a2008199760d2d7b0d562','',NULL),(906,'en','elementor','2f5820fb64c5609d59c48777f11db57a','Elementor Full Width',NULL,NULL,'','LINE',NULL,10,'Page Template','be61df3a2d16453f0c385d56b0388447','',NULL),(907,'en','elementor','91ba387c0204e8d0bdfa4e589f850606','Page Title Selector',NULL,NULL,'','LINE',NULL,10,'','0ac9502edb04fa2fabd374fac804ac2c','',NULL),(908,'en','elementor','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,10,'','724a4b60774fe663e67c092ee41875d7','',NULL),(909,'en','elementor','36bb6559696dc9124986ae120515984f','Paste',NULL,NULL,'','LINE',NULL,10,'','a46e7d68912a92167875d38e28770e96','',NULL),(910,'en','elementor','c39aca79ca3cc4558a313f65528a47a7','Paste Style',NULL,NULL,'','LINE',NULL,10,'','381a1cedfabe02e9622819d69471f185','',NULL),(911,'en','elementor','5c3a475e00e0f928bebed9b03118a7fb','Paste URL or type',NULL,NULL,'','LINE',NULL,10,'','530642f5ff149af5fa06c6562da645e1','',NULL),(912,'en','elementor','6533b60847609ca99607d99753b6ea9b','Pause on Hover',NULL,NULL,'','LINE',NULL,10,'','a219a00128174541a1fefdeffe5094ec','',NULL),(913,'en','elementor','37be07209f53a5d636d5c904ca9ae64c','Percentage',NULL,NULL,'','LINE',NULL,10,'','5f7001c132779692664cfc27d3dbb88b','',NULL),(914,'en','elementor','e51922d0c910922b6116a55f0dc7a24d','Play Counts',NULL,NULL,'','LINE',NULL,10,'','78e3eb434cbde8abe96ccd9efd059194','',NULL),(915,'en','elementor','512e805300422d5e8a86031b665ef28c','Play Icon',NULL,NULL,'','LINE',NULL,10,'','a09d84c75cb7edaa8c859989c4bc3434','',NULL),(916,'en','elementor','4b46dca11fd6f3a2e5f716d371ee7546','Play On Mobile',NULL,NULL,'','LINE',NULL,10,'','35ecfc84ad5a396c871a8cdc9b55efd4','',NULL),(917,'en','elementor','1ee00676eda86e018005dd196983cfa0','Play Once',NULL,NULL,'','LINE',NULL,10,'','a79fbb7396ead03fd4b12b9e239687f9','',NULL),(918,'en','elementor','b6d34b10f9eae474e5843a027603c4a3','Play Video',NULL,NULL,'','LINE',NULL,10,'','5413bbf73d2b7a9c335d64825ec3a99c','',NULL),(919,'en','elementor','3248e7a58c1ea530e42933f72bb676e6','Player Controls',NULL,NULL,'','LINE',NULL,10,'','283931c8c82ed32d26e32dea5c7e4186','',NULL),(920,'en','elementor','baedd5eaf4b19bc34a120d2c56650162','Please Note: We do not recommend updating to a beta version on production sites.',NULL,NULL,'','LINE',NULL,10,'','563dee1e9ea3ed01a754c2b1a2d2defc','',NULL),(921,'en','elementor','a102718b3b0839b017af5764e82f6bcd','Please make sure the ID is unique and not used elsewhere on the page this form is displayed. This field allows <code>A-z 0-9</code> & underscore chars without spaces.',NULL,NULL,'','LINE',NULL,10,'','246f571319a991e8677bb060b0e548f4','',NULL),(922,'en','elementor','f12a625ade1d1349f8d760c137d2e4b8','Please make sure your search is spelled correctly or try a different words.',NULL,NULL,'','LINE',NULL,10,'','647a8a3e88fb7cd31b3b10081cc32718','',NULL),(923,'en','elementor','b4b4b81790e3ff56ac7feebdb99e56e5','Please note that the upgrade process may cause some of the previously used Font Awesome 4 icons to look a bit different due to minor design changes made by Font Awesome.',NULL,NULL,'','LINE',NULL,10,'','6ffd87f19704e45610b1dd3597045509','',NULL),(924,'en','elementor','f3a1f5a1adda3605104f06310c4fbd63','Please note that you are switching to WordPress default editor. Your current layout, design and content might break.',NULL,NULL,'','LINE',NULL,10,'','f15db40b2ca2260d9709dd5ab955a5da','',NULL),(925,'en','elementor','d95c4d0d7d8f6a51de4c86208c3b35b1','Please note!',NULL,NULL,'','LINE',NULL,10,'','cb4df5910c7564ff693434a8b4752f83','',NULL),(926,'en','elementor','e88f189c27fc081f5cbf5a747c3563b4','Please note! Allowing uploads of any files (SVG included) is a potential security risk.',NULL,NULL,'','LINE',NULL,10,'','f6760b7da665caec2cb3a4649b5b7219','',NULL),(927,'en','elementor','de6ad8dff9648971321e7ff7a20e2427','Please note! We couldn\'t deactivate all of your plugins on Safe Mode. Please <a href=\"%s\" target=\"_blank\">read more</a> about this issue.',NULL,NULL,'','LINE',NULL,10,'','538589cf7e7455937471dc02e92b5a6b','',NULL),(928,'en','elementor','d3b67861c9d313014761beb38d771889','Please note: All unsaved changes will be lost.',NULL,NULL,'','LINE',NULL,10,'','f0be770f92aeb486681da533c2051f16','',NULL),(929,'en','elementor','b15395a16e44055c3e0384058811db59','Please share the reason',NULL,NULL,'','LINE',NULL,10,'','1b07f44969204f01a59b96598b4d0f8e','',NULL),(930,'en','elementor','2f5f9fdffc3983847da4183d47392558','Please share which plugin',NULL,NULL,'','LINE',NULL,10,'','7ad9dda4dadec4a35cd7bb7853a13175','',NULL),(931,'en','elementor','bb38096ab39160dc20d44f3ea6b44507','Plugins',NULL,NULL,'','LINE',NULL,10,'','c6e0432b8ae2421d6f75333644d42ca5','',NULL),(932,'en','elementor','32ba78fe43257d3e7f88e3935a8ea0d4','Plus',NULL,NULL,'','LINE',NULL,10,'','8d9413c8c5db000725a4bc98bc061469','',NULL),(933,'en','elementor','fce12ccbecc0816cf28939f21fe93b07','Pojo Themes',NULL,NULL,'','LINE',NULL,10,'','79aa4af07e0b780e9ad1cf59ae741d45','',NULL),(934,'en','elementor','2cc1943d4c0b46bfcf503a75c44f988b','Popular',NULL,NULL,'','LINE',NULL,10,'','a3d0c4656915a24b2f4ff8e8bab1dadd','',NULL),(935,'en','elementor','6e91ec8985ba5d44409ce48b752166c8','Popup Builder lets you take advantage of all the amazing features in Elementor, so you can build beautiful & highly converting popups. Go pro and start designing your popups today.',NULL,NULL,'','LINE',NULL,10,'','efd49db93b4d21388ca6942ecd1d1f5a','',NULL),(936,'en','elementor','18d5d9975ff2a291c0ce25e9cfb7d548','Popups',NULL,NULL,'','LINE',NULL,10,'','6dc0ee2c5f6f4c1362786a0c6e5b692c','',NULL),(937,'en','elementor','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'','fb20f96da061eaf979dc733a280894be','',NULL),(938,'en','elementor','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,10,'','426279c79103236700b32da4cfcc43f7','',NULL),(939,'en','elementor','b2dff5acd4a6e6637f5da618182fd0e1','Post Types',NULL,NULL,'','LINE',NULL,10,'','56333d199e69bca8cd28296cf8e17996','',NULL),(940,'en','elementor','da900198c1a7d78f57e400a23733c8bd','Post not found.',NULL,NULL,'','LINE',NULL,10,'','40e2240ccd09c2e6ad85b03fd012cace','',NULL),(941,'en','elementor','9157994442d3884a185e82b5df0931bd','Poster',NULL,NULL,'','LINE',NULL,10,'','117f7cbb49bea7aa0244ba67caec0056','',NULL),(942,'en','elementor','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,10,'','0cf164cb805a8b4beda9f93379cc234f','',NULL),(943,'en','elementor','b2e886db4593c5ddc8e369f34d3744f3','Preview Changes',NULL,NULL,'','LINE',NULL,10,'','02e75898877572213decd7168614f634','',NULL),(944,'en','elementor','47858182067cd39bac29ead1d6772192','Preview for %s',NULL,NULL,'','LINE',NULL,10,'','84408e2ae72d6b3d8acf7633fc920ce1','',NULL),(945,'en','elementor','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,10,'','e099790e5f0800c171632e8d4f4a82fb','',NULL),(946,'en','elementor','074de7e7c226d5c60f8af14c20725352','Primary',NULL,NULL,'','LINE',NULL,10,'','abd83ecacf8b205b8f199d68cf1df71e','',NULL),(947,'en','elementor','f951a1e1ff1ed0d24a2758b6441a3431','Primary Color',NULL,NULL,'','LINE',NULL,10,'','b8a9b856c35f67bc3c95698d0a9044ef','',NULL),(948,'en','elementor','ecb45ba774122b23aa38ed2072872c19','Primary Headline',NULL,NULL,'','LINE',NULL,10,'','aab01c6772db904356c614ad01bda163','',NULL),(949,'en','elementor','b8a6d142349b07242bf3d2ec60016c41','Privacy Mode',NULL,NULL,'','LINE',NULL,10,'','0844000109617dba784fd93b9aa8aea2','',NULL),(950,'en','elementor','abd900517e55dce0437dac136a8568d7','Pro',NULL,NULL,'','LINE',NULL,10,'','c768a03931266253746f813718cdfe9c','',NULL),(951,'en','elementor','010f371ad222d36015d7ab70f3256160','Proceed Anyway',NULL,NULL,'','LINE',NULL,10,'','750c0e7b58f7ffec320feb39fecd1c71','',NULL),(952,'en','elementor','8e4a53e769f15496d5c8f4fe9d0729df','Progress Bar',NULL,NULL,'','LINE',NULL,10,'','8d7ad58712802266ab4e11c187f53291','',NULL),(953,'en','elementor','110a4b01beabd53b661a47d4b44bd7a8','Publish',NULL,NULL,'','LINE',NULL,10,'','a53bba3ef1d789638ff05bfcf9447cd6','',NULL),(954,'en','elementor','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,10,'','6cf45ef14e59bb8ff805fbaf760ea5a7','',NULL),(955,'en','elementor','bbe720cba1b2a2bce4e2f857fee48c72','Quick Feedback',NULL,NULL,'','LINE',NULL,10,'','54affb5cdf51fd164832c99ddbfd7d59','',NULL),(956,'en','elementor','0d82790b0612935992bd564a17ce37d6','Quit',NULL,NULL,'','LINE',NULL,10,'','2feb561e250a1da9076b3fe93b59e7ec','',NULL),(957,'en','elementor','64663f4646781c9c0110838b905daa23','Random',NULL,NULL,'','LINE',NULL,10,'','6649d7f95bbb5ff224a02bfd4294d05d','',NULL),(958,'en','elementor','dda9c06f33071c9b6fc237ee164109d8','Rating',NULL,NULL,'','LINE',NULL,10,'','6befe8ae17d9b016ba4d78a9b7594a25','',NULL),(959,'en','elementor','a1718ae9e0cbbac49b74f68a8a21cad2','Rating Scale',NULL,NULL,'','LINE',NULL,10,'','d5a562d4aeb77e8e6ece9786f05d7a73','',NULL),(960,'en','elementor','decbe415d8accca7c2c16d48a79ee934','Read More',NULL,NULL,'','LINE',NULL,10,'','6469d98f67f9728a7f695ea5145ad11f','',NULL),(961,'en','elementor','44bc32851f2873a93a4ea35d908be4c9','Read More Text',NULL,NULL,'','LINE',NULL,10,'','bcd01a17ce2d462a0ba0d90df2533822','',NULL),(962,'en','elementor','ac5bef9e94b6cfe35fa40bf67687d54d','Recently Edited',NULL,NULL,'','LINE',NULL,10,'','fd4cd586a391dff35a959201e5a85651','',NULL),(963,'en','elementor','5afeaba074ef570dc720caaa855d49f6','Redo',NULL,NULL,'','LINE',NULL,10,'','b52f25a92d8727376993c283d6eca91b','',NULL),(964,'en','elementor','63cfad19115e3d7777f7767827160582','Regenerate CSS',NULL,NULL,'','LINE',NULL,10,'','b4703c44ed53f51360c1e670e591ac88','',NULL),(965,'en','elementor','1ab0d4851f9bab5eb474cefe859be35e','Regenerate Files',NULL,NULL,'','LINE',NULL,10,'','3841133c2b340aaa15068d8576f1c5f4','',NULL),(966,'en','elementor','b437e453bf9e4e455cf25804ea74d071','Reinstall',NULL,NULL,'','LINE',NULL,10,'','b3d6375755de4fbb6105499001226f0f','',NULL),(967,'en','elementor','289e1087105787353c5bae37c7982aa8','Reload Page',NULL,NULL,'','LINE',NULL,10,'','02ef78185198ed4e8d5670cabbf85fe3','',NULL),(968,'en','elementor','f8508f576cd3f742dfc268258dcdf0dd','Remote',NULL,NULL,'','LINE',NULL,10,'','960c1d2ce8a69c89fd0295cf87c1928b','',NULL),(969,'en','elementor','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,10,'','6144165988844d447af8874566b7e0da','',NULL),(970,'en','elementor','93f07b720ebf7d1246512569761a5804','Removed',NULL,NULL,'','LINE',NULL,10,'','3947b00c5762ea227a89f9f8d28ac923','',NULL),(971,'en','elementor','2846a86c26360bf5060ad147ae5e5757','Replace URL',NULL,NULL,'','LINE',NULL,10,'','2a9fdd34702b98c0081625b258bbf4ff','',NULL),(972,'en','elementor','526d688f37a86d3c3f27d0c5016eb71d','Reset',NULL,NULL,'','LINE',NULL,10,'','94ad9409b2c6b14e385c04c1068dac97','',NULL),(973,'en','elementor','de8ea12c23d0cca80dd75bb5a46b6f42','Reset Gallery',NULL,NULL,'','LINE',NULL,10,'','d268a321cc3c32886fc0b4a0b92b0f7b','',NULL),(974,'en','elementor','e86a54e13ae40856b7c38b514dc6974b','Reset Style',NULL,NULL,'','LINE',NULL,10,'','667d212d6287c51fab2a55421a88855f','',NULL),(975,'en','elementor','b2b2df378a7c7ade199bbaf944cb3f35','Responsive',NULL,NULL,'','LINE',NULL,10,'','aa5bcd995e43f489639d80186ad63363','',NULL),(976,'en','elementor','628cef8c7f89a898c3c70b431700841b','Responsive Mode',NULL,NULL,'','LINE',NULL,10,'','15d70e8a4f77bc907e4aa9738e33c98c','',NULL),(977,'en','elementor','689bee58b4c589e2de1ed7434588086a','Responsive visibility will take effect only on preview or live page, and not while editing in Elementor.',NULL,NULL,'','LINE',NULL,10,'','ff7e70aa867ba1705e21ae43cf9cb64e','',NULL),(978,'en','elementor','2bd339d85ee3b33e513359ce781b60cc','Restore',NULL,NULL,'','LINE',NULL,10,'','fca03513f561a45c6270165185058994','',NULL),(979,'en','elementor','c81c48c260d8fe33746bb88a06a31b40','Restore Auto Saved Data',NULL,NULL,'','LINE',NULL,10,'','564ed4bf9c9980e2f8e81ad12ba59dc8','',NULL),(980,'en','elementor','7a007d6bcd82bb60a6d3e4d45dc61eb4','Reverse Columns',NULL,NULL,'','LINE',NULL,10,'','ec5555fc9ae1d677c1cb5eb865668f7c','',NULL),(981,'en','elementor','32c676ac5296556c0573a301ef5ab07b','Revision',NULL,NULL,'','LINE',NULL,10,'','b68df82e64ed927356123b5bf2fe57aa','',NULL),(982,'en','elementor','e0583393371074d791e836b0087dcbae','Revision History',NULL,NULL,'','LINE',NULL,10,'','71c827dd63c93b5de9609b198184588c','',NULL),(983,'en','elementor','b8c4a80d0eda1423acdda2bd6680be78','Revision history lets you save your previous versions of your work, and restore them any time.',NULL,NULL,'','LINE',NULL,10,'','fbba76fcd1581611986f087097b22f8e','',NULL),(984,'en','elementor','fd88b11cfde6aa5e3c7ff0553b534885','Revisions',NULL,NULL,'','LINE',NULL,10,'','41219b0f8df800ade9e3d368de1bc43f','',NULL),(985,'en','elementor','92b09c7c48c520c3c55e497875da437c','Right',NULL,NULL,'','LINE',NULL,10,'','a5a641c59a0c1b41405aa01b5e5e6910','',NULL),(986,'en','elementor','fc0a272ad8258a77b1c004ab4f03df20','Role Excluded',NULL,NULL,'','LINE',NULL,10,'','083d8168c82d98841149cb07f33fc3e9','',NULL),(987,'en','elementor','e71033c8a57c203dceec6d6650307929','Role Manager',NULL,NULL,'','LINE',NULL,10,'','629fa4cc62cff0034dad0f010316073f','',NULL),(988,'en','elementor','a5cd3ed116608dac017f14c046ea56bf','Roles',NULL,NULL,'','LINE',NULL,10,'','e6bea17f2e41a02ea851cf26e0a87ba1','',NULL),(989,'en','elementor','93f8a764fcc422eeb4033f6470262f36','Rollback Version',NULL,NULL,'','LINE',NULL,10,'','8fcf4e25de3b71022663be2b2fbf7cba','',NULL),(990,'en','elementor','108abd72d7c3df3608affc09bb9cb477','Rollback to Previous Version',NULL,NULL,'','LINE',NULL,10,'','aceb470895f8eaa2003c4fb221a599e1','',NULL),(991,'en','elementor','8d2de5368588552fbae54044ac5c7b3d','Rotate',NULL,NULL,'','LINE',NULL,10,'','130c2a7a90b7823d705913e80db2c25c','',NULL),(992,'en','elementor','bef2481eda40bd121482f1814d72314f','Rounded',NULL,NULL,'','LINE',NULL,10,'','e0a616d8c0d80d064bde0fb4d204704b','',NULL),(993,'en','elementor','28684727a13bf2c4cdf1cf07ec8d16a3','SVG file is not allowed for security reasons',NULL,NULL,'','LINE',NULL,10,'','7bbc726f4ec9763e31c9da4b94f0aee0','',NULL),(994,'en','elementor','7327f68ec9aa8e3e0f55939ef431c915','Safe Mode',NULL,NULL,'','LINE',NULL,10,'','6c829c7c6a68fb0c4ef237e6dd142f9d','',NULL),(995,'en','elementor','4f9759f4581c5b32b9609ebb1a8cdb27','Safe Mode ON',NULL,NULL,'','LINE',NULL,10,'','0853f7d604f87613b5731af5c46665d0','',NULL),(996,'en','elementor','6ffddf8b1bd3d891fe1c4c0292575e62','Safe Mode allows you to troubleshoot issues by only loading the editor, without loading the theme or any other plugin.',NULL,NULL,'','LINE',NULL,10,'','3b7aa65e2ea9a8b15c9af4b3f5b73d5b','',NULL),(997,'en','elementor','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','91a34db8a64cafcdf22c0dd8ff162df8','',NULL),(998,'en','elementor','5778e182c50cbba1d86e14690c8aa35c','Save Draft',NULL,NULL,'','LINE',NULL,10,'','57e827de83fbe6196d76fa68bcb6a24d','',NULL),(999,'en','elementor','23183cd144a4dcc5a599a4b6506f7154','Save Options',NULL,NULL,'','LINE',NULL,10,'','e9558508ba1f20b65327cd74aaf96604','',NULL),(1000,'en','elementor','64c2250bbf2bc80767d781cd19bb82af','Save Your %s to Library',NULL,NULL,'','LINE',NULL,10,'','a9a5c9b609215c5641d091750be33bad','',NULL),(1001,'en','elementor','0bec922eda645e0ac505d942505b9be9','Save as Template',NULL,NULL,'','LINE',NULL,10,'','dacefd5d73fca005aeac60ad31e6b3a4','',NULL),(1002,'en','elementor','3280ce6fcc356abda29f21259a121d89','Save as a Global',NULL,NULL,'','LINE',NULL,10,'','b07fcaec77368a4348c1586aa1c62776','',NULL),(1003,'en','elementor','248336101b461380a4b2391a7625493d','Saved',NULL,NULL,'','LINE',NULL,10,'','5437bd9cd8d2353078a467004568e646','',NULL),(1004,'en','elementor','31a9301fb39db9e093b3894b9eb582d1','Saved Templates',NULL,NULL,'','LINE',NULL,10,'','fdc42243d57b128aafc6d4bcc4e3a4af','',NULL),(1005,'en','elementor','ce71ffa436bfbe5fd6e1f8af2a0671eb','Saving has been disabled until you’re reconnected.',NULL,NULL,'','LINE',NULL,10,'','51bfd2ddf6c956b3c77e1dc8d8bde35e','',NULL),(1006,'en','elementor','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','67ac899fff5f51ab8cb49707b6aad94f','',NULL),(1007,'en','elementor','10e2fab434f7952f5e61211f6445032a','Search Templates:',NULL,NULL,'','LINE',NULL,10,'','9672c04bd3d8508f489181cad678159d','',NULL),(1008,'en','elementor','9804fe0d898c7de798c4e175f59f6672','Search Widget...',NULL,NULL,'','LINE',NULL,10,'','6ceaa37f40152ccc255956a2991cab59','',NULL),(1009,'en','elementor','4bda311edbaa9e54025c057c6c102fba','Search Widget:',NULL,NULL,'','LINE',NULL,10,'','6045b892cc87ff42ea729e66ed951e1b','',NULL),(1010,'en','elementor','0c7d6cf19426e01dcfa32434828ed266','Secondary',NULL,NULL,'','LINE',NULL,10,'','2a475faa1aaf6a7acd14cced44c996d3','',NULL),(1011,'en','elementor','020a9f6a979825fc9349eccc66bef6db','Secondary Color',NULL,NULL,'','LINE',NULL,10,'','6e6e78d1b133120a21fb37e74af4eb04','',NULL),(1012,'en','elementor','c3cc351e0f5298324ba1af3535b17e97','Secondary Headline',NULL,NULL,'','LINE',NULL,10,'','bb862ae78d8e715fdf0b9a14c18ffe2d','',NULL),(1013,'en','elementor','d2c24d59e0baff4d0155fbdf62590867','Section',NULL,NULL,'','LINE',NULL,10,'','8feb562261c730d106673494f1a86de1','',NULL),(1014,'en','elementor','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,10,'','afb9e19b8fc80f0d4a3e17f1bf3d65a1','',NULL),(1015,'en','elementor','1aa14e9f377b528b5537d70fbd35c6a2','Select File',NULL,NULL,'','LINE',NULL,10,'','de96012f55dc73f4ca8fca2e32195827','',NULL),(1016,'en','elementor','fe146ea3246d82386939d718b5869c88','Select Icon',NULL,NULL,'','LINE',NULL,10,'','2465e785b8cc8eb7073e75e715c7b358','',NULL),(1017,'en','elementor','985ebce51815ad1e36fc2dcdae894e52','Select one or go ahead and <a target=\"_blank\" href=\"%s\">create one</a> now.',NULL,NULL,'','LINE',NULL,10,'','6c67d759620873e6db72af4c7c2a702c','',NULL),(1018,'en','elementor','78abbcda9e75a9272783628a76d75357','Select the type of template you want to work on',NULL,NULL,'','LINE',NULL,10,'','c426483722264917aa4c6f9a67493701','',NULL),(1019,'en','elementor','ec8c82009f9de01c14037e4b85106701','Select your Structure',NULL,NULL,'','LINE',NULL,10,'','cbbbaffd2294b310aad51ab61ea402c7','',NULL),(1020,'en','elementor','9b5e1c921934d0b8af2f354006adc776','Self Hosted',NULL,NULL,'','LINE',NULL,10,'','499100176b16a90cb6801ac11e30cfcf','',NULL),(1021,'en','elementor','04b2e4188d4ef8051e4699da8af01335','Separator',NULL,NULL,'','LINE',NULL,10,'','41001c9356027e498fc31987b8a2e825','',NULL),(1022,'en','elementor','dd9742741ad6a068ce129e4fa97aa294','Server Error',NULL,NULL,'','LINE',NULL,10,'','3d0882ce3aefaf1ee78d574885cfef0a','',NULL),(1023,'en','elementor','b377dbdf3aeb55f9443947236db71ab3','Set how many slides are scrolled per swipe.',NULL,NULL,'','LINE',NULL,10,'','ab021e423cda3dbab0462abe4081b66a','',NULL),(1024,'en','elementor','04e7a43ad79e089d5e227948da20dadb','Set your entire website as MAINTENANCE MODE, meaning the site is offline temporarily for maintenance, or set it as COMING SOON mode, meaning the site is offline until it is ready to be launched.',NULL,NULL,'','LINE',NULL,10,'','23895f09ee2c39058d0030b5028ad70d','',NULL),(1025,'en','elementor','df1a7f57a6d0fa52039a36b1ee55851c','Sets the breakpoint between desktop and tablet devices. Below this breakpoint tablet layout will appear (Default: %dpx).',NULL,NULL,'','LINE',NULL,10,'','f85e9ab2190693dcf9236a758c830f98','',NULL),(1026,'en','elementor','4f663f113b83a55f1218b5403739d9e0','Sets the breakpoint between tablet and mobile devices. Below this breakpoint mobile layout will appear (Default: %dpx).',NULL,NULL,'','LINE',NULL,10,'','caa0b68c7f1577d3fd3cd946c9b522ee','',NULL),(1027,'en','elementor','d727e004d42165085a9b12a006cf31fc','Sets the default space between widgets (Default: 20)',NULL,NULL,'','LINE',NULL,10,'','d358a73d9246824b2e153460fd1be2af','',NULL),(1028,'en','elementor','e1e75c2b4e63835910c8aee262af0d02','Sets the default width of the content area (Default: 1140)',NULL,NULL,'','LINE',NULL,10,'','95b018f071eeda30b20382a13a34b3cb','',NULL),(1029,'en','elementor','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,10,'','f0c3bfef2bc5e374c468b169e63f2123','',NULL),(1030,'en','elementor','880c1273b27d27cfc82004c3a4b205c9','Shape',NULL,NULL,'','LINE',NULL,10,'','89eff290d1b3cf247f298aa277115657','',NULL),(1031,'en','elementor','3dd971eb0a2385db4f30e71a456daf8a','Shape Divider',NULL,NULL,'','LINE',NULL,10,'','d6e683ab630ea65b7144034334ac9ed2','',NULL),(1032,'en','elementor','0f4e1aaabd074689b7d3ead824d1ee8e','Arrow',NULL,NULL,'','LINE',NULL,10,'Shapes','1a7ee07dd838ad9b620d6d02e8b12ca2','',NULL),(1033,'en','elementor','2b1f94ef23b79bf90eb891cae1df7a90','Book',NULL,NULL,'','LINE',NULL,10,'Shapes','eccfa717401a8dc2e475eef13e4a6b85','',NULL),(1034,'en','elementor','4a8f72b777dc9735afaebac72822c77e','Clouds',NULL,NULL,'','LINE',NULL,10,'Shapes','2064dd70f6a0d2ee16b3b9f9db5316c3','',NULL),(1035,'en','elementor','2cb4d4a3f8dacd623fa045a44febd476','Curve',NULL,NULL,'','LINE',NULL,10,'Shapes','fc57257123d76ae487e738b7a9997850','',NULL),(1036,'en','elementor','62d331ed3fa84befe1b7b3a45fe3c630','Curve Asymmetrical',NULL,NULL,'','LINE',NULL,10,'Shapes','2fa70727c682b7caf3706e5d620aaded','',NULL),(1037,'en','elementor','08fb41620aa4c498a1f2ef09bbc1183c','Drops',NULL,NULL,'','LINE',NULL,10,'Shapes','f142b88a23c307cadfe3a06e3262b8d7','',NULL),(1038,'en','elementor','8af1e1ff4512e7d258e9b8ea8e9b48ef','Fan Opacity',NULL,NULL,'','LINE',NULL,10,'Shapes','828d251741f6d83c9818886a194560d4','',NULL),(1039,'en','elementor','8e8c2adc91106422362ffd9b8b44e9a2','Mountains',NULL,NULL,'','LINE',NULL,10,'Shapes','ee6f51f50841200698f6fb80cafd72d4','',NULL),(1040,'en','elementor','ff8e3e7230eb6da5eb9df66861459010','Pyramids',NULL,NULL,'','LINE',NULL,10,'Shapes','a34afaa3b69da588fe226bf5400e7b0d','',NULL),(1041,'en','elementor','8a9e64d86ed12ad40de129bc7f4683b2','Split',NULL,NULL,'','LINE',NULL,10,'Shapes','89a4a60912319c228e690547c49d4c5b','',NULL),(1042,'en','elementor','686319a93c35facda5c3da08875fb394','Tilt',NULL,NULL,'','LINE',NULL,10,'Shapes','21fb73426d20201d093b8d21519c4f05','',NULL),(1043,'en','elementor','253761d8ff1b6655697cb0d9962d2537','Tilt Opacity',NULL,NULL,'','LINE',NULL,10,'Shapes','b9508b2ac17a233f253f7fcbe49aad8d','',NULL),(1044,'en','elementor','5e5500cb2b82eb72d550de644bd1b64b','Triangle',NULL,NULL,'','LINE',NULL,10,'Shapes','c2531acf8f2981718da42760d02f5df8','',NULL),(1045,'en','elementor','bef629014564e9ece50fad279b2ab211','Triangle Asymmetrical',NULL,NULL,'','LINE',NULL,10,'Shapes','30674f8ea6fd6210021c8ad9ecd17001','',NULL),(1046,'en','elementor','a4b44939aabfe8df39b1ecf05fa95c0a','Waves',NULL,NULL,'','LINE',NULL,10,'Shapes','eb93a6ade7f1bf2d69b9834ff4829efa','',NULL),(1047,'en','elementor','a609a9143e96c90080bddddb3305284f','Waves Brush',NULL,NULL,'','LINE',NULL,10,'Shapes','fddb1fe83e02a9333d9e9cbff93a0899','',NULL),(1048,'en','elementor','2c7642ce7af68f37ad5f82153ec30f2b','Waves Pattern',NULL,NULL,'','LINE',NULL,10,'Shapes','e25fd6abe1b33158d7c619ea6563783d','',NULL),(1049,'en','elementor','4fae8be981bd327f1302f4b678afe734','Zigzag',NULL,NULL,'','LINE',NULL,10,'Shapes','9d6966cb8b43fe7d6f7bddd7140f6485','',NULL),(1050,'en','elementor','f4a216cd03ef98f742fa9dffedc6f1f9','Share Button',NULL,NULL,'','LINE',NULL,10,'','16e1a5fc7a2f7efd18779608d31f6b98','',NULL),(1051,'en','elementor','6feadb455c64759731e453380c52fbd9','Shortcode',NULL,NULL,'','LINE',NULL,10,'','1103342119216791ddbb39d000d69480','',NULL),(1052,'en','elementor','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'','LINE',NULL,10,'','7c9149989ed762067d5a18a2f360de24','',NULL),(1053,'en','elementor','0441244fcc68971ded749fe3c45fab92','Show / Hide Panel',NULL,NULL,'','LINE',NULL,10,'','15a0f8442bc7546940e4ed67c85d5df6','',NULL),(1054,'en','elementor','6083cfeb84f702b582e655b5f4168579','Show Panel',NULL,NULL,'','LINE',NULL,10,'','4da14517ec7f0de0310401401bb81cb5','',NULL),(1055,'en','elementor','8fabaa06bc2da9ec5a25a0b9ee554e99','Show editing handles when hovering over the element edit button',NULL,NULL,'','LINE',NULL,10,'','19f75dee24df4ecb7ad5da55cc28bebd','',NULL),(1056,'en','elementor','219ff7705d67d0c798779951dcf82e95','Sidebar',NULL,NULL,'','LINE',NULL,10,'','ba85ec61b30e95a5595feaf107532c03','',NULL),(1057,'en','elementor','d67850bd126f070221dcfd5fa6317043','Sign Up',NULL,NULL,'','LINE',NULL,10,'','48f19427688643dc9fb6c54785991b2d','',NULL),(1058,'en','elementor','66ba162102bbf6ae31b522aec561735e','Single',NULL,NULL,'','LINE',NULL,10,'','5d3917deca506e8e71e7437e3244bbff','',NULL),(1059,'en','elementor','a7d6475ec8993b7224d6facc8cb0ead6','Site',NULL,NULL,'','LINE',NULL,10,'','4e4d8abd248ebe3f7e1e43d6f4336cec','',NULL),(1060,'en','elementor','6f6cb72d544962fa333e2e34ce64f719','Size',NULL,NULL,'','LINE',NULL,10,'','264b806ad90b468cdb640362c093e8ef','',NULL),(1061,'en','elementor','9313566fe19aca293daefe4ce37942bf','Skin',NULL,NULL,'','LINE',NULL,10,'','e3d1650e88f724246c0bca473f48deaf','',NULL),(1062,'en','elementor','72ef2b9b6965d078e3c7f95487a82d1c','Skip',NULL,NULL,'','LINE',NULL,10,'','05f6d1fdd1802a223f3ff944e52a1d0e','',NULL),(1063,'en','elementor','efe3b561bc018e21f9af6deb591b2cfd','Skip & Deactivate',NULL,NULL,'','LINE',NULL,10,'','eac3b2eb419b02f2883497e485e3eedf','',NULL),(1064,'en','elementor','6160a53ece50ce6d4f5ef4452549835e','Slide',NULL,NULL,'','LINE',NULL,10,'','7ebd69c287742da5a0dcc38fa3594401','',NULL),(1065,'en','elementor','059910d00f03f1aad921ecef33b1deb7','Slides to Scroll',NULL,NULL,'','LINE',NULL,10,'','bbfa87330bb5c75c6c7415627e52eb58','',NULL),(1066,'en','elementor','d7b5e50ef2050d92c3972793da595f49','Slides to Show',NULL,NULL,'','LINE',NULL,10,'','d6819959437fee8c714ccd2b24943589','',NULL),(1067,'en','elementor','efa5397985b8609a5dbeb430a4bcadd3','Slow',NULL,NULL,'','LINE',NULL,10,'','07bafafdec3161bc663fd0d75f7ed885','',NULL),(1068,'en','elementor','2660064e68655415da2628c2ae2f7592','Small',NULL,NULL,'','LINE',NULL,10,'','7e856fefacf00e02fc20029cd77161f7','',NULL),(1069,'en','elementor','786c4bcb88b15bd37b70d4b9d62ba324','Social Icons',NULL,NULL,'','LINE',NULL,10,'','33eb6547ad26087c512af78e9d53f383','',NULL),(1070,'en','elementor','e41480b6bbfbf7407974a88d3d34f4fa','Solid',NULL,NULL,'','LINE',NULL,10,'','3f3602ac591aa62360eda262f3b7fdb2','',NULL),(1071,'en','elementor','0ca9d1a4d86f6bdc26852f21f6f82ce7','Some of your theme files are missing.',NULL,NULL,'','LINE',NULL,10,'','fbc9236c9cd57f574a9c9d9cd2993ac3','',NULL),(1072,'en','elementor','7c7efec2d1dfd66eb653cf98d4cc865c','Something went wrong.',NULL,NULL,'','LINE',NULL,10,'','1094f64ab10ecd60d10fd5820ed98931','',NULL),(1073,'en','elementor','b5ccb7d52b4f221253779a94cd40e902','Soon',NULL,NULL,'','LINE',NULL,10,'','684b227a0f7bd531e9281ff5e22faa2c','',NULL),(1074,'en','elementor','9e24be381f41ce80bb67674e03f7b83a','Sorry, the content area was not found in your page.',NULL,NULL,'','LINE',NULL,10,'','92b025968d92471c4806bdf43608057e','',NULL),(1075,'en','elementor','88b9926431274e9059dc41641f1b7874','SoundCloud',NULL,NULL,'','LINE',NULL,10,'','2d49043848a0b0e1f4cc61bcf8bf534c','',NULL),(1076,'en','elementor','f31bbdd1b3e85bccd652680e16935819','Source',NULL,NULL,'','LINE',NULL,10,'','9ff7e0e9c1df88a43366daa7b36e3dcc','',NULL),(1077,'en','elementor','d511f8439ecde36647437fbba67a4394','Space',NULL,NULL,'','LINE',NULL,10,'','72a045edc40b6bca6f91eb80569a244b','',NULL),(1078,'en','elementor','48ad0b896ae6d7004eb87bad5a125d71','Space Around',NULL,NULL,'','LINE',NULL,10,'','00b7e8905b8f29a0feb3f21583ca608c','',NULL),(1079,'en','elementor','5a2cafc2b0fdf3e5242d40a878db7129','Space Between',NULL,NULL,'','LINE',NULL,10,'','6c21e7e689a0aa64c5d0b2f2c78fba7f','',NULL),(1080,'en','elementor','917520853195856027b84438b7e75858','Space Between Widgets',NULL,NULL,'','LINE',NULL,10,'','84c692a0d76044a267dbb78bed1e8900','',NULL),(1081,'en','elementor','daa3a8e38d3417760fe479ba9a956f21','Space Evenly',NULL,NULL,'','LINE',NULL,10,'','8b3d3de3e1dd9e67c61191512a4f0eba','',NULL),(1082,'en','elementor','6ab9a295c00f945cf4881fd7667a0334','Spacer',NULL,NULL,'','LINE',NULL,10,'','7f5ff63d0b29bbf90480a5c0f3e3debf','',NULL),(1083,'en','elementor','627b24abf27e2d03d38537f84e81cb2e','Spacing',NULL,NULL,'','LINE',NULL,10,'','c590739f86cb8d61e3baeb8a35e5bbd8','',NULL),(1084,'en','elementor','3e06b49da8235ee588abdd3f0b58d040','Specify a start time (in seconds)',NULL,NULL,'','LINE',NULL,10,'','78eec8d2e9242eced868ff5f53beaad0','',NULL),(1085,'en','elementor','889deb44ad445ea359c1285d37f4a498','Specify an end time (in seconds)',NULL,NULL,'','LINE',NULL,10,'','d1e2c8825087d78ada72054906d6b04b','',NULL),(1086,'en','elementor','180bc3b1c5619aaef40e803f49921012','Spread',NULL,NULL,'','LINE',NULL,10,'','afbd963e8e91c1496a369a634a43f7ac','',NULL),(1087,'en','elementor','ceb46ca115d05c51aa5a16a8867c3304','Square',NULL,NULL,'','LINE',NULL,10,'','ea2333acff2ae7d9c700a8b27a41901b','',NULL),(1088,'en','elementor','29b733fdb4bddeda910b3b4a659c2fef','Stacked',NULL,NULL,'','LINE',NULL,10,'','7f20a1f58f4df7bef33e0885b0d492ee','',NULL),(1089,'en','elementor','3d9d629289199cf23663a21c7a96190e','Star Rating',NULL,NULL,'','LINE',NULL,10,'','12a4d50ead3cb091668d5783a53b07ec','',NULL),(1090,'en','elementor','d37c550d781bfb93b0088a2470598bcf','Stars',NULL,NULL,'','LINE',NULL,10,'','b7ff55e2156432dd18d629486736af9d','',NULL),(1091,'en','elementor','a6122a65eaa676f700ae68d393054a37','Start',NULL,NULL,'','LINE',NULL,10,'','06cbcd0e452de102e25e9568776b37e5','',NULL),(1092,'en','elementor','2bbc845892f400626baab5af687527c5','Start Time',NULL,NULL,'','LINE',NULL,10,'','60e51d25b27578aada08089b2ea83dcd','',NULL),(1093,'en','elementor','3c4f26f0975793eb27edab314f670410','Start designing your page and you\'ll be able to see the entire revision history here.',NULL,NULL,'','LINE',NULL,10,'','c553bade5520b5606fd91ebe3a833624','',NULL),(1094,'en','elementor','ededf9a7b5f65a321a5f20ebf58e9517','Starting Number',NULL,NULL,'','LINE',NULL,10,'','f94fb3364e124230a8147df08f43c8a1','',NULL),(1095,'en','elementor','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','8bbf5c4b7eee3f11297f235ea7a46ea0','',NULL),(1096,'en','elementor','3e30a35f9c0c80e76e91b32e7a59a41c','Stay tuned! More awesome templates coming real soon.',NULL,NULL,'','LINE',NULL,10,'','5efa18c824f7592d6e281eb0a8be4770','',NULL),(1097,'en','elementor','8146a26eac023466cd663d8f7429be53','Still experiencing issues?',NULL,NULL,'','LINE',NULL,10,'','7ad520f7ae138699a07cd158ede5e319','',NULL),(1098,'en','elementor','fbb09a82eafab60150d0996e8fe46560','Stretch',NULL,NULL,'','LINE',NULL,10,'','8b2be6c6e6bcb61db4b997670429e513','',NULL),(1099,'en','elementor','442a913f95b8efa0a564f8acd5953752','Stretch Section',NULL,NULL,'','LINE',NULL,10,'','3702b5ba4c379e5fd4c125a370f92abf','',NULL),(1100,'en','elementor','7bafc2154ab2b900bbb572c80ba6c423','Stretch the section to the full width of the page using JS.',NULL,NULL,'','LINE',NULL,10,'','fe9e9a769cfc7f1aab5a46aefedd89e2','',NULL),(1101,'en','elementor','b844b7c80a87be2619f6876933b07aea','Stretched Section Fit To',NULL,NULL,'','LINE',NULL,10,'','104999bed55b16a7db888a0328ad34ea','',NULL),(1102,'en','elementor','dc4c71563b9bc39a65be853457e6b7b6','Structure',NULL,NULL,'','LINE',NULL,10,'','d15734da43e38fcd7881364c36ad31d7','',NULL),(1103,'en','elementor','ae284f900f9d6e21ba69144cfc91e41b','Style',NULL,NULL,'','LINE',NULL,10,'','fed84d25ea97e6a417715e2835a1be23','',NULL),(1104,'en','elementor','f373922b0d1d9582e2e01632fa435be2','Style Pasted',NULL,NULL,'','LINE',NULL,10,'','1da7261c97c893e4996b39563bb46525','',NULL),(1105,'en','elementor','771beb30ea03f1a09209a509ba0a95e7','Style Reset',NULL,NULL,'','LINE',NULL,10,'','88462cd0786e0ba04962d9dc5bcb4ed1','',NULL),(1106,'en','elementor','e26680424d42706d10537d2a7a81ce56','Styles set in Elementor are saved in CSS files in the uploads folder. Recreate those files, according to the most recent settings.',NULL,NULL,'','LINE',NULL,10,'','fb70db71fb4fc9ad791f92173088f293','',NULL),(1107,'en','elementor','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,10,'','bf81ada01a72ebaa64b9fcb27c4e3388','',NULL),(1108,'en','elementor','e237d94e67d26892e29443b9ea660fd3','Submit & Deactivate',NULL,NULL,'','LINE',NULL,10,'','d50d4e84226172635b88d57786f675c3','',NULL),(1109,'en','elementor','505a83f220c02df2f85c3810cd9ceb38','Success',NULL,NULL,'','LINE',NULL,10,'','12297e9c976d864c830d18848e5fc608','',NULL),(1110,'en','elementor','ee17cbac55d446219173726589867db9','Suggested Videos',NULL,NULL,'','LINE',NULL,10,'','d31953dca07c87363f7cd7336bf1b4c2','',NULL),(1111,'en','elementor','dbf36ff3e3827639223983ee8ac47b42','Super Admin',NULL,NULL,'','LINE',NULL,10,'','853fb8d7b50681531c315ba55c81f25d','',NULL),(1112,'en','elementor','dd76f8ca34b7a5198ce61b9b03531a4c','Sure! I\'d love to help',NULL,NULL,'','LINE',NULL,10,'','0d525276a957e6067fbe37b72987f734','',NULL),(1113,'en','elementor','e279616aca9da4e1830f51a183ace969','Switch Editor Loader Method',NULL,NULL,'','LINE',NULL,10,'','fe7bfd94b1a1c35cf67f41764008eab1','',NULL),(1114,'en','elementor','8d7eb55a18265b4dc59ea4f896e7c1ed','Switch to Revisions tab for older versions',NULL,NULL,'','LINE',NULL,10,'','a27851a483aafd87f42fb104b44ca509','',NULL),(1115,'en','elementor','917d94376951e7a0fd3d30a655a12f2e','Sync Library',NULL,NULL,'','LINE',NULL,10,'','0f613a3919070edbc87ccb9cdca933ad','',NULL),(1116,'en','elementor','a45da96d0bf6575970f2d27af22be28a','System',NULL,NULL,'','LINE',NULL,10,'','e01a8feccac12144a4e1ba8f2876e74f','',NULL),(1117,'en','elementor','47d8ee65ba107916b5a5d0c1697dfab3','System Info',NULL,NULL,'','LINE',NULL,10,'','62236188320843dafdcb5ed82a79f7d8','',NULL),(1118,'en','elementor','f901544c723bbe1acb6052aa2757e1cd','If you want to modify the source code of your theme, we recommend using a <a href=\"%s\">child theme</a>.',NULL,NULL,'','LINE',NULL,10,'System Info','ee3596d8136a2048bb74673204972e01','',NULL),(1119,'en','elementor','0933ad0a9fbf0427fb4379b1abca224e','We recommend setting memory to at least %1$s. For more information, read about <a href=\"%2$s\">how to Increase memory allocated to PHP</a>.',NULL,NULL,'','LINE',NULL,10,'System Info','ab97f57334dfeccc8776301a09021c6a','',NULL),(1120,'en','elementor','e2e3dbdb04e56f9be7dd4b7a851c8bbd','We recommend to use php 5.4 or higher',NULL,NULL,'','LINE',NULL,10,'System Info','e21c8697560c0515e367e3df5ee54732','',NULL),(1121,'en','elementor','d9acb2b50c1ced5fe56790e1518532b2','Tab #1',NULL,NULL,'','LINE',NULL,10,'','2e0614ec27b4a90475e61a732c9b50a0','',NULL),(1122,'en','elementor','ef6bec3512b7dee69f91f853f5fe7292','Tab #2',NULL,NULL,'','LINE',NULL,10,'','6cbacba1887fc1d05c1fb0c200035071','',NULL),(1123,'en','elementor','5a9bf0bc2b910b5e03c3f85d363838e7','Tab Content',NULL,NULL,'','LINE',NULL,10,'','9a5ac92420823c80599ed45be4a88567','',NULL),(1124,'en','elementor','3acb228e77768f2611ae59e04595a90d','Tab Title',NULL,NULL,'','LINE',NULL,10,'','5ad035975d22a4ee15c368b26f1803fb','',NULL),(1125,'en','elementor','36384a9ea3ec791e6bd4ab6b36f2ff2a','Tablet',NULL,NULL,'','LINE',NULL,10,'','e243d67668b7861f999462bb5b7ef2f0','',NULL),(1126,'en','elementor','4038e06d3f1c2ed9a8b8ba1418842203','Tablet Breakpoint',NULL,NULL,'','LINE',NULL,10,'','d8cef53c3bb6cc2ea9fc5a79e13ff055','',NULL),(1127,'en','elementor','7015777bcc86cd0c5e4819310d62b040','Tabs',NULL,NULL,'','LINE',NULL,10,'','3c8900dffef739cc1809c58d9cca85ce','',NULL),(1128,'en','elementor','30eb111c6722ac96a4239a87dddfe5ae','Tabs Items',NULL,NULL,'','LINE',NULL,10,'','f99c0e0880cbb573932fc3b16afd488b','',NULL),(1129,'en','elementor','2e83ec658a7776a62a320cdee2690826','Take Over',NULL,NULL,'','LINE',NULL,10,'','f2eff240288507bd7d09ec22621332ca','',NULL),(1130,'en','elementor','278c491bdd8a53618c149c4ac790da34','Template',NULL,NULL,'','LINE',NULL,10,'','98ffb96f9b685ddc5c86ded417e9d6ba','',NULL),(1131,'en','elementor','45f474dd60a551d4bb0d346df55d1cc4','Template Library',NULL,NULL,'','LINE',NULL,10,'','242c5ca9e1f34794b50ffba2c2e7ce0f','',NULL),(1132,'en','elementor','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'Template Library','f5a213b39002c2c50a9ba47cce655466','',NULL),(1133,'en','elementor','5a6eb418df400f68052e7725cdc1170a','Add New Template',NULL,NULL,'','LINE',NULL,10,'Template Library','c6e2d9a584713cb6b40e79525e610de9','',NULL),(1134,'en','elementor','a6a2a55bea8760389dfca77132905b7c','All Categories',NULL,NULL,'','LINE',NULL,10,'Template Library','26f135121c52249e783928e8a29053d5','',NULL),(1135,'en','elementor','b9e1606876afab10e75fb80740c860a0','All Templates',NULL,NULL,'','LINE',NULL,10,'Template Library','ced41989ae99cb895a09b3b2995cbac5','',NULL),(1136,'en','elementor','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'Template Library','47b81e5ebe30a2d7640e2f2bebc8a91c','',NULL),(1137,'en','elementor','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,10,'Template Library','0afbc07aca71c866262167fd4e1189fc','',NULL),(1138,'en','elementor','e838b63505c498050eccbcd6090a8262','Edit Template',NULL,NULL,'','LINE',NULL,10,'Template Library','4b6a07f28da40681676a4ca98ff0ae8b','',NULL),(1139,'en','elementor','42d00bc24fd43cfe3e2e30d01f39ee95','Filter by category',NULL,NULL,'','LINE',NULL,10,'Template Library','e343367129b4249cf4627d37526e12e5','',NULL),(1140,'en','elementor','b9390195ecad3986568746a2a9b56354','My Templates',NULL,NULL,'','LINE',NULL,10,'Template Library','33d4b497099fbf7b2825015e62cd1647','',NULL),(1141,'en','elementor','01c91564910069ffcc8f67ecb2180d38','New Template',NULL,NULL,'','LINE',NULL,10,'Template Library','b20684b26defc38ce63a62b2da6a7c13','',NULL),(1142,'en','elementor','6d9743b85d09a6bc07b10c70ef974687','No Templates found',NULL,NULL,'','LINE',NULL,10,'Template Library','5f5eb2c37068928fa9c8aba64bec699e','',NULL),(1143,'en','elementor','c7ae4d8246472b41edae4e734cc323aa','No Templates found in Trash',NULL,NULL,'','LINE',NULL,10,'Template Library','16c17d45ca20cdc0f57706cbd61c785a','',NULL),(1144,'en','elementor','31a9301fb39db9e093b3894b9eb582d1','Saved Templates',NULL,NULL,'','LINE',NULL,10,'Template Library','1247cf65851f52d18827f1a9b105ac08','',NULL),(1145,'en','elementor','0e74beca97e711d51cf7a12165d583b7','Search Template',NULL,NULL,'','LINE',NULL,10,'Template Library','9c3440f58c54924aee0b3f4cc2fa60b8','',NULL),(1146,'en','elementor','278c491bdd8a53618c149c4ac790da34','Template',NULL,NULL,'','LINE',NULL,10,'Template Library','1650f311a5423b048f8cbde021838495','',NULL),(1147,'en','elementor','7df96b18c230f90ada0a9e2307226338','Templates',NULL,NULL,'','LINE',NULL,10,'Template Library','de68dd2b63b9c5614eb63d746b9f0ec8','',NULL),(1148,'en','elementor','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,10,'Template Library','74d0a7fb753114434d44c944d3f479f4','',NULL),(1149,'en','elementor','842adbd6cb91017b2ff5a1d89bd7c54f','View Template',NULL,NULL,'','LINE',NULL,10,'Template Library','51b777fdeaf2229b05664df9b1a3f2d6','',NULL),(1150,'en','elementor','17bcc5c2bc37f942a4f317572ba3066d','Template not exist.',NULL,NULL,'','LINE',NULL,10,'','fe39432e4c3d5aa337d341ae5b08ee42','',NULL),(1151,'en','elementor','e13455205947c9820947527b50a8c682','Templates Help You <span>Work Efficiently</span>',NULL,NULL,'','LINE',NULL,10,'','d52b5e125236c7833a2569f5f213687f','',NULL),(1152,'en','elementor','5289f1a930358cba4623a7234db5c71e','Testimonial',NULL,NULL,'','LINE',NULL,10,'','0fce9c41e079831eae6143f2a0e7d1ae','',NULL),(1153,'en','elementor','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,10,'','532248809640c85a8cfd3473a42ea1d7','',NULL),(1154,'en','elementor','b14a348d14021b3f79da6be488d63253','Text Align',NULL,NULL,'','LINE',NULL,10,'','b54646cfa4707bbf04f4ac03ae7b8c24','',NULL),(1155,'en','elementor','8903861290617267b361478ab7f16f31','Text Color',NULL,NULL,'','LINE',NULL,10,'','bbe548c1bb21ef0ca07b782609d309cf','',NULL),(1156,'en','elementor','e0f1691bdb67d9859e5a6a8d7c26e6a1','Text Editor',NULL,NULL,'','LINE',NULL,10,'','918216cbe74e28248128dfca1fe34637','',NULL),(1157,'en','elementor','0c03306ef001b4e3d7f76ee2faad389e','Text Indent',NULL,NULL,'','LINE',NULL,10,'','7f43d8fd7ddf63014d5ed99a95966eb3','',NULL),(1158,'en','elementor','3f39588bb19e28051d9aedfbb170025c','Shadow',NULL,NULL,'','LINE',NULL,10,'Text Shadow Control','3847e0527fc8c7567ffedba8ec289e59','',NULL),(1159,'en','elementor','86e470e0e13bcfec3b2e102c167fe223','Text Shadow',NULL,NULL,'','LINE',NULL,10,'Text Shadow Control','c1120ba05ec9ef7819f1a95f4332aff4','',NULL),(1160,'en','elementor','edcf04882731999d06d2ffdbee9a7007','The <strong>%1$s</strong> widget has been deprecated since %2$s %3$s.',NULL,NULL,'','LINE',NULL,10,'','d9775abe553d4545a7805d8d175fb156','',NULL),(1161,'en','elementor','697b67a9f0a74057bdbb8743bbb3c46e','The ID of Menu Anchor.',NULL,NULL,'','LINE',NULL,10,'','aa35f086e87595c2b95ae3a6139a23cb','',NULL),(1162,'en','elementor','512fec27328fb722291cf6ecf36fa913','The `from` and `to` URL\'s must be different',NULL,NULL,'','LINE',NULL,10,'','af65dcf054d127d232bdf4344d96cf21','',NULL),(1163,'en','elementor','d2b49c98219ccb89d57a87f2a0a4b4c2','The `from` and `to` URL\'s must be valid URL\'s',NULL,NULL,'','LINE',NULL,10,'','c43ea8961339b61caef8d82fe563fc02','',NULL),(1164,'en','elementor','db10a1ce6ae80065018ce639ce2b8989','The following error(s) occurred while processing the request:',NULL,NULL,'','LINE',NULL,10,'','12608a95212ac3f6ca4e23fe29d5d7ba','',NULL),(1165,'en','elementor','1d7113afd8bffdcb13eceee8b38426fa','The issue was probably caused by one of your plugins or theme.',NULL,NULL,'','LINE',NULL,10,'','6b6faf383e15297305da98373f93c5e6','',NULL),(1166,'en','elementor','5e8fe619138eb3ea59cbc11b4e977a3c','The list of fonts used if the chosen font is not available.',NULL,NULL,'','LINE',NULL,10,'','936dc3018cd1171b07d70213eae7b5cb','',NULL),(1167,'en','elementor','7070a8e837fa8d255ec7aff468edb08d','The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.',NULL,NULL,'','LINE',NULL,10,'','380aa0b9053aac2e524b23cce4eaeab2','',NULL),(1168,'en','elementor','fab4cde10ae2ec07bdee32a6749a3e7c','The preview could not be loaded',NULL,NULL,'','LINE',NULL,10,'','27db7a09d082a3dabe050b54c72a0d17','',NULL),(1169,'en','elementor','628f4c36b38b27e96b4dbce1ab9c6604','The server does not have ImageMagick or GD installed and/or enabled! Any of these libraries are required for WordPress to be able to resize images. Please contact your server administrator to enable this before continuing.',NULL,NULL,'','LINE',NULL,10,'','c86c4d18102e9c5a0395f865ce7399a2','',NULL),(1170,'en','elementor','00e7978ab6e555e1e9dc895a668332e7','The uploaded %s file is not supported. Please upload a valid SVG file',NULL,NULL,'','LINE',NULL,10,'','1ab539b3943d31832b73f024b2c51b2b','',NULL),(1171,'en','elementor','487df467aed02a8dd4a50648141fed82','Theme Builder',NULL,NULL,'','LINE',NULL,10,'','32f68857d36dc4776454a32c295ef79d','',NULL),(1172,'en','elementor','59907e1adc04305056dd49f6fe1ab6ce','Theme Builder is the industry leading all-in-one solution that lets you customize every part of your WordPress theme visually: Header, Footer, Single, Archive & WooCommerce.',NULL,NULL,'','LINE',NULL,10,'','26bb0aad740d2b275963708379c785a9','',NULL),(1173,'en','elementor','deaa264eff86259cc6726d0534128b34','Theme Templates',NULL,NULL,'','LINE',NULL,10,'','1975ac3b058ba26864a0329db02ac831','',NULL),(1174,'en','elementor','83915d1254927f41241e8630890bec6e','Themes',NULL,NULL,'','LINE',NULL,10,'','0835bda9554fd310f8d563f67c8762d5','',NULL),(1175,'en','elementor','3279446c945fa77f908f54dc0c0360bc','There is a new version of Elementor Page Builder available. <a href=\"%1$s\" class=\"thickbox open-plugin-details-modal\" aria-label=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s\" class=\"update-link\" aria-label=\"%5$s\">update now</a>.',NULL,NULL,'','LINE',NULL,10,'','8ec8f149b4f1e75dfd5de1511535c663','',NULL),(1176,'en','elementor','9d38dcdc957310dcaab2eda11f46c1f8','There is an autosave of this post that is more recent than the version below. You can restore the saved data fron the Revisions panel',NULL,NULL,'','LINE',NULL,10,'','dc7671e69058f44211d00626ce260882','',NULL),(1177,'en','elementor','704fe059b7613cbd3353262998cdf836','This ID will be the CSS ID you will have to use in your own page, Without #.',NULL,NULL,'','LINE',NULL,10,'','e8d24179d261db1a45b323c1ade964cf','',NULL),(1178,'en','elementor','76c91c3e6d1c6f498fa677e4735783dc','This action is not reversible and cannot be undone by rolling back to previous versions.',NULL,NULL,'','LINE',NULL,10,'','f47055638e7297b9f35142781397093d','',NULL),(1179,'en','elementor','e957a915f04b50b7caccf431e652c10a','This cover image will replace the background video in case that the video could not be loaded.',NULL,NULL,'','LINE',NULL,10,'','64bce2c605e21753feff45448b23c323','',NULL),(1180,'en','elementor','14a0d71f391e349d66deea8f1406c4a2','This feature is only available on Elementor Pro.',NULL,NULL,'','LINE',NULL,10,'','1a9ccc6cef67377411eb4d71169a989a','',NULL),(1181,'en','elementor','92fb9e9788b3d8cad885c5fe16343c75','This is an Alert',NULL,NULL,'','LINE',NULL,10,'','4960acc50873f3fb0e60145540ccc857','',NULL),(1182,'en','elementor','b1b95b84202450b35fd7afb914031d55','This is just a draft. Play around and when you\'re done - click update.',NULL,NULL,'','LINE',NULL,10,'','b9d7f3997768f83b8019348454e8ce5b','',NULL),(1183,'en','elementor','b4dbdac374f627ca60f562d1dd368e97','This is the heading',NULL,NULL,'','LINE',NULL,10,'','fd7e72bc13378969716157fe08ffcde4','',NULL),(1184,'en','elementor','b10355bde8ffa109adfb72095166e87d','This is where your templates should be. Design it. Save it. Reuse it.',NULL,NULL,'','LINE',NULL,10,'','07373ba8171527855b057d220da74773','',NULL),(1185,'en','elementor','d9c0bd850f0d755afe4a2f87790926bc','This tag has no settings.',NULL,NULL,'','LINE',NULL,10,'','38982dd7bb073a58e5e63fa7390830fb','',NULL),(1186,'en','elementor','95af255a86dc70e932634411b3f91e5f','This template includes the header, full-width content and footer',NULL,NULL,'','LINE',NULL,10,'','18061f68888ec6a932ae103407f61c2b','',NULL),(1187,'en','elementor','cf82b977e27ef9ac33709a3effde83a2','Thousand Separator',NULL,NULL,'','LINE',NULL,10,'','fb21b0ffae3c6469b0dcb73559b5effe','',NULL),(1188,'en','elementor','c85a251cc457840f1e032f1b733e9398','Timeout',NULL,NULL,'','LINE',NULL,10,'','3db994d3a0ca0a279cad5241d2fb4681','',NULL),(1189,'en','elementor','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'','964773ae4bb5f7dddb34c0fd8dcf7ffa','',NULL),(1190,'en','elementor','70124948c153a25f90f234807d432051','Title & Description',NULL,NULL,'','LINE',NULL,10,'','65e93ca67eaf12861be68fa0580fad8e','',NULL),(1191,'en','elementor','59a1c1ca0188302c39e06c1ceaf9b4d5','Title HTML Tag',NULL,NULL,'','LINE',NULL,10,'','d99641e18e2596e1b821bef1b432c753','',NULL),(1192,'en','elementor','3cc101db14264780bd1e84bc80d588f1','Title Style',NULL,NULL,'','LINE',NULL,10,'','cbc4e361c10f1acef627d5d1729cb2b9','',NULL),(1193,'en','elementor','aee930df5d6892ac5fa94379a2c6a827','To enable maintenance mode you have to set a template for the maintenance mode page.',NULL,NULL,'','LINE',NULL,10,'','022329739a3e4620ceb5b8fcb4aee8d1','',NULL),(1194,'en','elementor','a8875bbe4272c0bdd786cfaaedf77921','Toggle',NULL,NULL,'','LINE',NULL,10,'','d4dd16b2dc362bdb872809f855f9b163','',NULL),(1195,'en','elementor','0eb925daf423fe1169c3f6720e3c74c0','Toggle #1',NULL,NULL,'','LINE',NULL,10,'','42754aa9cb8002f9558c551b419065c1','',NULL),(1196,'en','elementor','a1be4433701f8936cdf49569eb44e3ab','Toggle #2',NULL,NULL,'','LINE',NULL,10,'','e3f984413718a8be14773b2493339279','',NULL),(1197,'en','elementor','9690ccd809b1cbdb861d0bad3c0802c9','Toggle Content',NULL,NULL,'','LINE',NULL,10,'','34ddae907ad835a69445498a75e46f25','',NULL),(1198,'en','elementor','f2a9f78110ca6de657f70b3ee9cd5320','Toggle Items',NULL,NULL,'','LINE',NULL,10,'','f42aed69c3fa62d051c04062737903e9','',NULL),(1199,'en','elementor','ccf67c36b837af38fd05d41dec1b47ec','Toggle Title',NULL,NULL,'','LINE',NULL,10,'','93c41003d7a86515a73cf17e417debd3','',NULL),(1200,'en','elementor','8a7e7afe17d1c9c4258d5f80e7b7d224','Token Expired.',NULL,NULL,'','LINE',NULL,10,'','4f5edd47709f6f6e5e59d66d3e27a2ba','',NULL),(1201,'en','elementor','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,10,'','be878ddc63e94cc65ecaf7376e7c8004','',NULL),(1202,'en','elementor','a4ffdcf0dc1f31b9acaf295d75b51d00','Top',NULL,NULL,'','LINE',NULL,10,'','8f65c5d3eb7954bef2faac49eec988c1','',NULL),(1203,'en','elementor','afedf9afee367f51f98d7cf030c976a6','Transition',NULL,NULL,'','LINE',NULL,10,'','4e7053c6cd502fdcefc7c4f947576b37','',NULL),(1204,'en','elementor','a585b417342e2b83baa9e0c91631b635','Transition Duration',NULL,NULL,'','LINE',NULL,10,'','4f024e9554f504daedb0c6b1997fd4a2','',NULL),(1205,'en','elementor','349d789f5d11f630c282f547b568d08d','Trend',NULL,NULL,'','LINE',NULL,10,'','1668ea000365e2af65dab168086f73af','',NULL),(1206,'en','elementor','4a14f8b2ee747b683a09ce0afbbb4b02','Turn-on Beta Tester, to get notified when a new beta version of Elementor or E-Pro is available. The Beta version will not install automatically. You always have the option to ignore it.',NULL,NULL,'','LINE',NULL,10,'','fc8b3716c65a2dfdb8039b13bbf33b05','',NULL),(1207,'en','elementor','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,10,'','dafad92a5793eb6650a44e3c413c206b','',NULL),(1208,'en','elementor','cf85e0aa6dbff8e1237bc70f6a1da1b2','Type Here',NULL,NULL,'','LINE',NULL,10,'','9f9f546f1503ccdebc775d0a7095489d','',NULL),(1209,'en','elementor','66aea9cadf2c662c500a670d5896ce00','Type to find anything in Elementor',NULL,NULL,'','LINE',NULL,10,'','ea1691e02e19634d40479f739a92f088','',NULL),(1210,'en','elementor','603850e072131401265c4fc01027db93','Typography',NULL,NULL,'','LINE',NULL,10,'','46eba2d2e015c385101b691f55d2308d','',NULL),(1211,'en','elementor','97a62b5e6d3cae255036b6bc37b87b44','Capitalize',NULL,NULL,'','LINE',NULL,10,'Typography Control','ffe4edfebfe5811807767b1d8d3e62c7','',NULL),(1212,'en','elementor','24365794120e03b807acbd05c0a48db9','Decoration',NULL,NULL,'','LINE',NULL,10,'Typography Control','ef0ab133143f9d03646362a8b320e3d1','',NULL),(1213,'en','elementor','cefc4f7cbc8c34762e0f76703e7e174e','Family',NULL,NULL,'','LINE',NULL,10,'Typography Control','c68229cd970d049223c96a4466e10bb4','',NULL),(1214,'en','elementor','1d874710ccdcd46b95397049d2e7500c','Italic',NULL,NULL,'','LINE',NULL,10,'Typography Control','d581a4bc0aa0f4f32b20eca3ba7671d9','',NULL),(1215,'en','elementor','81cb1a74d81616f475b029b26a548cc9','Letter Spacing',NULL,NULL,'','LINE',NULL,10,'Typography Control','54f0a14ed40c51dedc0cdea2e612b1ad','',NULL),(1216,'en','elementor','46e52f6310c224aa5846b3a5a5b1c6fe','Line Through',NULL,NULL,'','LINE',NULL,10,'Typography Control','37190fa832f1fc50b3fd763c613f15c4','',NULL),(1217,'en','elementor','2ea0cce3b1e76eb9a13c814937e7d295','Line-Height',NULL,NULL,'','LINE',NULL,10,'Typography Control','b27b9418d1e77f74e07ad8e148284e45','',NULL),(1218,'en','elementor','dc1ff975a46c75335d6d640abdc0c3a6','Lowercase',NULL,NULL,'','LINE',NULL,10,'Typography Control','bc2a0a2fe0de7a57d19846985f10d6c4','',NULL),(1219,'en','elementor','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'Typography Control','3e56d14b53ac32f1f1df3611562715a4','',NULL),(1220,'en','elementor','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'','LINE',NULL,10,'Typography Control','9667972ca4dd53abc405b8fbc459dd85','',NULL),(1221,'en','elementor','12a8e47062ed3272e04dc0b991e38466','Oblique',NULL,NULL,'','LINE',NULL,10,'Typography Control','419c506d8cdc9a5b0e33f0334a5d7a8d','',NULL),(1222,'en','elementor','a7d7d34d28ecacfa945c78f1ae7ec675','Overline',NULL,NULL,'','LINE',NULL,10,'Typography Control','b3bb422c93e71a68af69ed8ba50d5757','',NULL),(1223,'en','elementor','6f6cb72d544962fa333e2e34ce64f719','Size',NULL,NULL,'','LINE',NULL,10,'Typography Control','6be3ba09fa918305520f74db1bd7184c','',NULL),(1224,'en','elementor','ae284f900f9d6e21ba69144cfc91e41b','Style',NULL,NULL,'','LINE',NULL,10,'Typography Control','f6bc3ba7ec72bcedd32211d9e8af2668','',NULL),(1225,'en','elementor','2ff4148554480a37f85efd299df04850','Transform',NULL,NULL,'','LINE',NULL,10,'Typography Control','8255b373737c335ece23d347aa8daa33','',NULL),(1226,'en','elementor','603850e072131401265c4fc01027db93','Typography',NULL,NULL,'','LINE',NULL,10,'Typography Control','02841fc8459c3fb5336f88997e11a81c','',NULL),(1227,'en','elementor','852721aa5fc738dfedff2945d71da439','Underline',NULL,NULL,'','LINE',NULL,10,'Typography Control','56620fd5df2b1b27f2c823e3c8f1d583','',NULL),(1228,'en','elementor','621e7b8ece62fecc55e883252ff2fbe7','Uppercase',NULL,NULL,'','LINE',NULL,10,'Typography Control','f384c9eb54f2f20d5e1d4fbb37ba9e91','',NULL),(1229,'en','elementor','8c489d0946f66d17d73f26366a4bf620','Weight',NULL,NULL,'','LINE',NULL,10,'Typography Control','04904d9b058cb36616f7858150a2cd08','',NULL),(1230,'en','elementor','ead9ed73aace2253b77e3455b2105ea3','UI Color',NULL,NULL,'','LINE',NULL,10,'','54042e1bab46b94673304134fe185e15','',NULL),(1231,'en','elementor','bf59b07aded13165bea058e8f636a308','UI Hover Color',NULL,NULL,'','LINE',NULL,10,'','c3bb82bd5d6a83176cfaccbbbdfa5994','',NULL),(1232,'en','elementor','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'','LINE',NULL,10,'','06cde19ac7f41fb5afe3d7990e6ef8d8','',NULL),(1233,'en','elementor','1cdc076b28f70afac5fcedadf99fa119','Undo',NULL,NULL,'','LINE',NULL,10,'','192891cf96c40692fdf8ad415115e02a','',NULL),(1234,'en','elementor','b3ea5d4962bbcb423b6e3693d7a1ea9f','Unknown Error',NULL,NULL,'','LINE',NULL,10,'','1efb56db181eb94204ad11d931f8f9b8','',NULL),(1235,'en','elementor','b2f5eb6ce3e6e97e89ec594c52ba48c1','Unknown Value',NULL,NULL,'','LINE',NULL,10,'','f3083bc751ec066f1be7926e4a4f20e2','',NULL),(1236,'en','elementor','ff0a58d7006cd437862608b39e9cc7fe','Unlinked values',NULL,NULL,'','LINE',NULL,10,'','3b60cdf3a1445250dc965687a3aac56c','',NULL),(1237,'en','elementor','b46c2db25162b51009aba9c0317c2435','Unmarked Color',NULL,NULL,'','LINE',NULL,10,'','b9647ee042497b82d1914e508fc15bc3','',NULL),(1238,'en','elementor','7cdd5cfacc3e9c4fd0d1458df3d444f6','Unmarked Style',NULL,NULL,'','LINE',NULL,10,'','328c4ac8eb6a11dfe67817e47f2a2b91','',NULL),(1239,'en','elementor','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,10,'','34ebeccf9a8ca7026ceac0794f8ad666','',NULL),(1240,'en','elementor','b0d1a2ceeba9a44d234aad3816a52395','Update Elementor Now',NULL,NULL,'','LINE',NULL,10,'','33506fdda441e83862aa362607e209e3','',NULL),(1241,'en','elementor','d465a1eca0bae2ca5f27477e299201e7','Update Notification',NULL,NULL,'','LINE',NULL,10,'','2c74e0c066c5596c4b87bce5bc487181','',NULL),(1242,'en','elementor','99b1054c0f320be9f109c877a5efd0b2','Update Now',NULL,NULL,'','LINE',NULL,10,'','e96e760acb1936b4739fe4b2ffc3fb59','',NULL),(1243,'en','elementor','727ce4730bb0818c4b26f8fffc8f68d9','Update Site Address (URL)',NULL,NULL,'','LINE',NULL,10,'','dcb8b533580d07b5f5b76f10f50241bb','',NULL),(1244,'en','elementor','c6f6c095c286b1f7a30b3366e22ef17f','Update changes to page',NULL,NULL,'','LINE',NULL,10,'','97b286fc539040025c7befc839ce34c5','',NULL),(1245,'en','elementor','6eab9ab52531f12ae68f7b8743fada2d','Upgrade To Font Awesome 5',NULL,NULL,'','LINE',NULL,10,'','8fc34c4639e28ab3feb33bb4c9809dd4','',NULL),(1246,'en','elementor','91412465ea9169dfd901dd5e7c96dd99','Upload',NULL,NULL,'','LINE',NULL,10,'','8e6117ef3fd2c428923def109c37dfe8','',NULL),(1247,'en','elementor','3c9451bf2e2ee595dca0354ab9309894','Upload SVG',NULL,NULL,'','LINE',NULL,10,'','f5351d60058f0bd852d1e8a15385db17','',NULL),(1248,'en','elementor','b2f6b40775b9e2f14e4329e946cce5af','Usage Data Tracking',NULL,NULL,'','LINE',NULL,10,'','53e5e95bdbbc675968937b28563581ed','',NULL),(1249,'en','elementor','86921a38b6b13f5bac7815b64261bfc3','Use external CSS files for all generated stylesheets. Choose this setting for better performance (recommended).',NULL,NULL,'','LINE',NULL,10,'','3a080251af87ec691619338aa2ba52e7','',NULL),(1250,'en','elementor','b8bf2559a7c9ce223f3f43c3fb0b70e5','Use internal CSS that is embedded in the head of the page. For troubleshooting server configuration conflicts and managing development environments.',NULL,NULL,'','LINE',NULL,10,'','e82f24783556aea5d061f857fd2f9d14','',NULL),(1251,'en','elementor','3543ed35a492c2b3005bf28bd9584fa3','Use templates to create the different pieces of your site, and reuse them with one click whenever needed.',NULL,NULL,'','LINE',NULL,10,'','a881e8514f709ef325b29d3456ff7ffb','',NULL),(1252,'en','elementor','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'','LINE',NULL,10,'','5e087b96043a89a5e72721f22ed378a5','',NULL),(1253,'en','elementor','f9aae5fda8d810a29f12d1e61b4ab25f','Users',NULL,NULL,'','LINE',NULL,10,'','839f1a6cc0079ad6289d0b04aa705dbb','',NULL),(1254,'en','elementor','0b259705b755c4cbd672e6663ae31905','Version Control',NULL,NULL,'','LINE',NULL,10,'','d2a839932e4f6426a380a8bbeacd1b85','',NULL),(1255,'en','elementor','06ce2a25e5d12c166a36f654dbea6012','Vertical',NULL,NULL,'','LINE',NULL,10,'','c1a65c403ce09db257398afef4244cd2','',NULL),(1256,'en','elementor','692af12e687aba7f0845b9a49b515c9d','Vertical Align',NULL,NULL,'','LINE',NULL,10,'','af7a314edb83696dc0d6443e9586c322','',NULL),(1257,'en','elementor','d3eea2f5aca8f6254f0938b5e8a33506','Vertical Alignment',NULL,NULL,'','LINE',NULL,10,'','98a18b744ee485d6fd5518716e815aff','',NULL),(1258,'en','elementor','65b3710ad99ada6c018a6d36d23ff656','Vertical Orientation',NULL,NULL,'','LINE',NULL,10,'','af32697ba70568a13cf00ea10bdf759e','',NULL),(1259,'en','elementor','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'','LINE',NULL,10,'','f8131da8bd80e219fcf3a372ba507d85','',NULL),(1260,'en','elementor','28f69ec829f28c18234aeb9b4bf84085','Video Info',NULL,NULL,'','LINE',NULL,10,'','1cf89626b8e2bd96c59b8caf555b271e','',NULL),(1261,'en','elementor','4182f4b55a58f5a6a3e3ee9fdb9b6b88','Video Options',NULL,NULL,'','LINE',NULL,10,'','114076837db53387510003beb4d96796','',NULL),(1262,'en','elementor','1ca1d3208fe70423d28d5346749bf725','Video Tutorials',NULL,NULL,'','LINE',NULL,10,'','1b6a0d8ee30927f472a7b658de406d6b','',NULL),(1263,'en','elementor','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'','ae684533b630f5e4917c7357691a41b3','',NULL),(1264,'en','elementor','c829769966db94e5478e39391b995ac5','View All Revisions',NULL,NULL,'','LINE',NULL,10,'','fb948401977113a70e6cd7b5dd86f58d','',NULL),(1265,'en','elementor','7a0a48211920933a11b2a9b87c0bedee','View Elementor Documentation',NULL,NULL,'','LINE',NULL,10,'','e026716227db1d08347edb0e439c72e6','',NULL),(1266,'en','elementor','73992871cd5a045ff171f6c9eca495e0','View Elementor Video Tutorials',NULL,NULL,'','LINE',NULL,10,'','2988de365f6195700ba375333985c69c','',NULL),(1267,'en','elementor','68de18dd904e9e38033dc70580c34002','View Elementor version %s details',NULL,NULL,'','LINE',NULL,10,'','c9017a03f156a8615f050c1f5e9ae619','',NULL),(1268,'en','elementor','e4b846392f10f46b032cf155c39a0eaf','View Page',NULL,NULL,'','LINE',NULL,10,'','1f01787a0aad1127d842ba0f0a5bd9b2','',NULL),(1269,'en','elementor','15db599e0119be476d71bfc1fda72217','Vimeo',NULL,NULL,'','LINE',NULL,10,'','217734e1aea6afe3786278b3f0ffe34e','',NULL),(1270,'en','elementor','1729a56cfc89021478498fe0c89a843a','Visibility',NULL,NULL,'','LINE',NULL,10,'','bd168a6d25a444af130f8c33d7acc23b','',NULL),(1271,'en','elementor','1ca9e6e090f8f0f201a38f0acc3b6e69','Visual Player',NULL,NULL,'','LINE',NULL,10,'','37cf8ee4131f650060e087759c353e97','',NULL),(1272,'en','elementor','d22dca9376a91125c6f3a55eba0b1f9c','Wait! Don\'t deactivate Elementor. You have to activate both Elementor and Elementor Pro in order for the plugin to work.',NULL,NULL,'','LINE',NULL,10,'','e58a2afc1673ec5bc79f77f739f755bb','',NULL),(1273,'en','elementor','626127990c08bd9bbd595a6dfd43ba7a','Want to give access only to content?',NULL,NULL,'','LINE',NULL,10,'','27eb55a10d72773218c8371363b92ff5','',NULL),(1274,'en','elementor','89ba5a0cd9537dd0cd44a3ece29b877a','Want to learn more about the Elementor library?',NULL,NULL,'','LINE',NULL,10,'','baa047fc4a9b8d9002ec036c96e34320','',NULL),(1275,'en','elementor','0eaadb4fcb48a0a0ed7bc9868be9fbaa','Warning',NULL,NULL,'','LINE',NULL,10,'','4e0f2687a8f42f8da588f98ec7ab42b6','',NULL),(1276,'en','elementor','34c06180b1b8376b33cb1430533c7aae','Warning: Please backup your database before making the rollback.',NULL,NULL,'','LINE',NULL,10,'','5910e62f580fc53c3a3fd852a3476de8','',NULL),(1277,'en','elementor','6003909eb814d5e77767f595847fb722','We recommend you only enable this feature if you understand the security risks involved.',NULL,NULL,'','LINE',NULL,10,'','054d4f03c090da448e180b306e1f92db','',NULL),(1278,'en','elementor','12bfab40cb815a8844f629bb314326b5','We recommend you watch this 2 minute getting started video, and then try the editor yourself by dragging and dropping elements to create your first page.',NULL,NULL,'','LINE',NULL,10,'','e886f98443cfc86ff43ad359ec9d5862','',NULL),(1279,'en','elementor','57b4c0031bc5c78e49d0a7e568115ff1','We\'re sorry, but something went wrong. Click on \'Learn more\' and follow each of the steps to quickly solve it.',NULL,NULL,'','LINE',NULL,10,'','a4e34146e4618731d06352f89b63d870','',NULL),(1280,'en','elementor','90d254b1e4a44ef82a0eff5ce2dd30bf','Web Designer',NULL,NULL,'','LINE',NULL,10,'','dcd7488a8fdf754cc166ec39e33bc957','',NULL),(1281,'en','elementor','8c489d0946f66d17d73f26366a4bf620','Weight',NULL,NULL,'','LINE',NULL,10,'','d25d7802b2d4e401c6be46b1100afb9c','',NULL),(1282,'en','elementor','6aa56baf4bd57a5ba9f1f7797e766a5c','Welcome to Elementor',NULL,NULL,'','LINE',NULL,10,'','45f13cee8ab7aefe559ea93cdf8fab32','',NULL),(1283,'en','elementor','94c7a492c400660d0ce730ceea7778a9','When you turn on privacy mode, YouTube won\'t store information about visitors on your website unless they play the video.',NULL,NULL,'','LINE',NULL,10,'','ca2be5e07033699b2dfe4cb805e64960','',NULL),(1284,'en','elementor','5f72c7d055ebb0b393fdf3fb3c540476','Who Can Access',NULL,NULL,'','LINE',NULL,10,'','c67207153f9f2729073f67fbea2a2063','',NULL),(1285,'en','elementor','e7c770a61dbdf81ca922ae0260e327c1','Wide',NULL,NULL,'','LINE',NULL,10,'','cef5a12dc23242c4a4c6cb7731da854d','',NULL),(1286,'en','elementor','ec114b1e189d6c3044e5706e93682fa8','Wider',NULL,NULL,'','LINE',NULL,10,'','6a0a20a3b2d6b20ed09595a8695b5d23','',NULL),(1287,'en','elementor','dd1a7e71effdaeffedeebbd060621250','Widgets Panel',NULL,NULL,'','LINE',NULL,10,'','23e6e3c44c9e6d01779b51d61bb14530','',NULL),(1288,'en','elementor','f5b67dd021f56100a6ea99169a67bf5e','Widgets Space',NULL,NULL,'','LINE',NULL,10,'','bc1f7655cb3474967665c289d956d5e4','',NULL),(1289,'en','elementor','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,10,'','0282a3bd48d9033df141db8f00d65eaf','',NULL),(1290,'en','elementor','525e4cfb0dd9f1b84d6018feff823cfe','With this feature, you can save a widget as global, then add it to multiple areas. All areas will be editable from one single place.',NULL,NULL,'','LINE',NULL,10,'','b4c339c0df4f38171fc47cef1c9a1d7f','',NULL),(1291,'en','elementor','b6bc1dc9269cb0b7db7cffd51cb6e2d5','WooCommerce',NULL,NULL,'','LINE',NULL,10,'','470db3c61d925809531cc9066edf181d','',NULL),(1292,'en','elementor','fde31686817fe5029025586d51b35861','WordPress',NULL,NULL,'','LINE',NULL,10,'','1dfa83281730acccb2de2c71b7444288','',NULL),(1293,'en','elementor','a7a4ccc5e1a068d87f4965e014329201','XL',NULL,NULL,'','LINE',NULL,10,'','d446dfb32a853dec5008d562276ef58c','',NULL),(1294,'en','elementor','e737584ec6ea30637b1e2b1dde624fbe','XXL',NULL,NULL,'','LINE',NULL,10,'','ae5bbda79c0b7086931f5f57458832ca','',NULL),(1295,'en','elementor','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,10,'','cd56363cac64901507f426b0a5dcf21c','',NULL),(1296,'en','elementor','26c66a2cb53a4a4bd4a66ec75c2ca961','You can copy the below info as simple text with Ctrl+C / Ctrl+V:',NULL,NULL,'','LINE',NULL,10,'','e4cc4d8e4356878fa69f807cf962ea9a','',NULL),(1297,'en','elementor','7b49a3eb804d134cdce5579121787fc3','You can crop the original image size to any custom size. You can also set a single value for height or width in order to keep the original size ratio.',NULL,NULL,'','LINE',NULL,10,'','f83f6faecc204d26ede37da94d3388fc','',NULL),(1298,'en','elementor','101faaf7a84e165f428a5ea0f094083b','You can customize the lightbox design by going to: Top-left hamburger icon > Global Settings > Lightbox.',NULL,NULL,'','LINE',NULL,10,'','2816d68be2f9b5b56f9b522bdcffc7c6','',NULL),(1299,'en','elementor','df7d3ec9dbba672d4519b0128c88902d','You can enable it from the <a href=\"%s\" target=\"_blank\">Elementor settings page</a>.',NULL,NULL,'','LINE',NULL,10,'','8b51f9171484919016d2fc9767ec5146','',NULL),(1300,'en','elementor','081a48a2a1f0eee4b209bcdaf54803c0','You can mark any pre-designed template as a favorite.',NULL,NULL,'','LINE',NULL,10,'','2bb8ef347c65d9f00123f13235ead399','',NULL),(1301,'en','elementor','f9577f8886cfa00632dd73d221de469d','You created over 10 pages with Elementor. Great job! If you can spare a minute, please help us by leaving a five star review on WordPress.org.',NULL,NULL,'','LINE',NULL,10,'','2442f825c5701ce3b0cd3ece9a079aaa','',NULL),(1302,'en','elementor','cb601417d407b1f55f5a88f99d535ab5','You don\'t have permissions to download this file',NULL,NULL,'','LINE',NULL,10,'','05efc1b9c25c9daa9069c57344b0ab27','',NULL),(1303,'en','elementor','0326d3f25678bd1c20f689b35c660b62','You must call \'the_content\' function in the current template, in order for Elementor to work on this page.',NULL,NULL,'','LINE',NULL,10,'','254a55e4364b826145760e306d20a381','',NULL),(1304,'en','elementor','8dd1bae8da2e2408210d0656fbe6b7d1','YouTube',NULL,NULL,'','LINE',NULL,10,'','92c2a1005ffdd433446d198e46f99c35','',NULL),(1305,'en','elementor','dd9aee17fe534d775bd0df29ffaf1d38','YouTube/Vimeo link, or link to video file (mp4 is recommended).',NULL,NULL,'','LINE',NULL,10,'','4fc586c397d7b021c1ada6f849fef225','',NULL),(1306,'en','elementor','01557660faa28f8ec65992d1ddbb7b79','Your Email',NULL,NULL,'','LINE',NULL,10,'','0633d35b113defb06e1f931109a8d56b','',NULL),(1307,'en','elementor','0c6f349a95f4864d65730cad900e3551','Your browser isn\'t compatible',NULL,NULL,'','LINE',NULL,10,'','073ae55de2b625c68829690bb8c649bb','',NULL),(1308,'en','elementor','48f3702d7ef3033f76cc4e4bafc44801','Your browser isn\'t compatible with all of Elementor\'s editing features. We recommend you switch to another browser like Chrome or Firefox.',NULL,NULL,'','LINE',NULL,10,'','a978751bf0591919140c2cf1c06d2177','',NULL),(1309,'en','elementor','d51fd6071c560eaade2f7f5b326bb472','Your designs will be available for export and reuse on any page or website',NULL,NULL,'','LINE',NULL,10,'','1ec28e6ae2be99e1304bdc161fdc8e8b','',NULL),(1310,'en','elementor','f9636eccbb10d99e4aabfefe4ebfe479','Your session has expired. Please reload the page to continue editing.',NULL,NULL,'','LINE',NULL,10,'','3831b86b988fd92e83f837e80d0a6d40','',NULL),(1311,'en','elementor','cf734f7c619aa8f9ab27af96eb05ea70','Your site\'s .htaccess file appears to be missing.',NULL,NULL,'','LINE',NULL,10,'','de42e9731a4ccb112aa57ae9a48423e1','',NULL),(1312,'en','elementor','c626b471f89bc0c52d34a3a3f7df35c5','Z-Index',NULL,NULL,'','LINE',NULL,10,'','cd20ddfb30ddac9a37fc363c6205528b','',NULL),(1313,'en','elementor','4252b72e6ebcd4d4b4c2e46a786f03d2','Zoom',NULL,NULL,'','LINE',NULL,10,'','6c66e39690422de4d9f916efea50c355','',NULL),(1314,'en','elementor','8eb7d29b13b3a8389bef4c465053f63f','e.g. Web Designer',NULL,NULL,'','LINE',NULL,10,'','641fdd33dea5e7630d177ebcbf186d3d','',NULL),(1315,'en','elementor','62972606e63d1f0e98f3a457d15e0052','https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash',NULL,NULL,'','LINE',NULL,10,'','1c556e8034a3a91e0f2ba52c0028f7a4','',NULL),(1316,'en','elementor','caadd312e5586b731135c630c9279db4','https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash',NULL,NULL,'','LINE',NULL,10,'','2d3fe1688425fdf35887aa40e83ebefd','',NULL),(1317,'en','elementor','0c02adc8335c386e48c48be7304d6f9e','https://your-link.com',NULL,NULL,'','LINE',NULL,10,'','41e6452c24fa38938feb5cc20ce78d0b','',NULL),(1318,'en','elementor','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'','LINE',NULL,10,'','20bef8ad187768d66fba11f454cc76a9','',NULL),(1319,'en','elementor','bd8abeec6fc85d0fa0846a78ef6554b8','M j @ H:i',NULL,NULL,'','LINE',NULL,10,'revision date format','a0f87f9459dde72b84a3118f14f4899a','',NULL),(1320,'en','elementor','b29ef0e5dad2e3b86cfa343482ce8e9c','M j, H:i',NULL,NULL,'','LINE',NULL,10,'revision date format','da1e06761d01fb8614e56242154e036d','',NULL),(1321,'en','elementor','4e05974b02cc4aa95db4d85baef6b6b4','Arrows',NULL,NULL,'','LINE',NULL,10,'shapes','ddda6943faa7f5d13e23eaffc53a79f9','',NULL),(1322,'en','elementor','e63b3c8e234e37c9a2f20eb9d3185d9c','Curly',NULL,NULL,'','LINE',NULL,10,'shapes','ac68f02e23dbe79ea54422e08292cc6d','',NULL),(1323,'en','elementor','1e0e0b1e4554e27d30a562a079215f33','Curved',NULL,NULL,'','LINE',NULL,10,'shapes','8462030682481163c378724e23309050','',NULL),(1324,'en','elementor','4c72d232d1a1406e6c26251bbf6c3b25','Dots',NULL,NULL,'','LINE',NULL,10,'shapes','31f9c40080ca19561f94d1d711a6d73a','',NULL),(1325,'en','elementor','5e01997492d56674244030f9457d69f7','Fir Tree',NULL,NULL,'','LINE',NULL,10,'shapes','dbce3f100af7afdd298d803ef758e80b','',NULL),(1326,'en','elementor','028d230383ed474fa7ff2e01bb036c12','Half Rounds',NULL,NULL,'','LINE',NULL,10,'shapes','c1b6965e9b3de41929d856ccc0aed9c8','',NULL),(1327,'en','elementor','63ef76e0056281d3d3b501b7bbf98129','Leaves',NULL,NULL,'','LINE',NULL,10,'shapes','9dc16d6b02653deeee71994e2d9ecf2f','',NULL),(1328,'en','elementor','a0bf169f2539e893e00d7b1296bc4d8e','Multiple',NULL,NULL,'','LINE',NULL,10,'shapes','dd3cfb8d5dc7b857f2d599232f3fcfdf','',NULL),(1329,'en','elementor','96463a1ecfd67258cb897a62af5a443f','Parallelogram',NULL,NULL,'','LINE',NULL,10,'shapes','ec60818b5a0f1731e138630d277a15e4','',NULL),(1330,'en','elementor','33bf5ac735cae40f6daca1982602c00b','Pluses',NULL,NULL,'','LINE',NULL,10,'shapes','bca9b1fd2f66c7a45699d7ae3a2ed3c7','',NULL),(1331,'en','elementor','d3f3719bbc36d7e57f628a99bb3d6672','Rectangles',NULL,NULL,'','LINE',NULL,10,'shapes','61be1b91d5fc30582b70d1e61757571a','',NULL),(1332,'en','elementor','d62e74b4f4bdc571fb184229772ea930','Rhombus',NULL,NULL,'','LINE',NULL,10,'shapes','210c4f1f4e339c63cf405f7742bd561a','',NULL),(1333,'en','elementor','5406ffa8e2fc4d4f715cbf975674f88e','Slashes',NULL,NULL,'','LINE',NULL,10,'shapes','eb11d737a1a23336637306d4a8a04842','',NULL),(1334,'en','elementor','78c292a97a97d823610fa2722e8a980b','Squared',NULL,NULL,'','LINE',NULL,10,'shapes','f9f8f36bfabb61ea0c1fb75030653252','',NULL),(1335,'en','elementor','8fc93ac531c716935eb04d7fb2e18189','Squares',NULL,NULL,'','LINE',NULL,10,'shapes','6a79014dcc2195fcf69e1915c864e7ad','',NULL),(1336,'en','elementor','c1c89a86e23ffda085cd2ff76051f10c','Stripes',NULL,NULL,'','LINE',NULL,10,'shapes','4df12f8a8f46b35d1a708ab6e9a791ff','',NULL),(1337,'en','elementor','97ff0f9d582290b768a3c1c8a4f95c86','Trees',NULL,NULL,'','LINE',NULL,10,'shapes','a37cd2c9e195ba07ff4023501e332964','',NULL),(1338,'en','elementor','d22d863f34f34ec856ae7d0cb891e636','Tribal',NULL,NULL,'','LINE',NULL,10,'shapes','6564495de59111823a90382fdb7068cb','',NULL),(1339,'en','elementor','0e9498bd18e441969b23cb70819abc3c','Wavy',NULL,NULL,'','LINE',NULL,10,'shapes','431ea913a995fd50dec7699300a4e3d8','',NULL),(1340,'en','elementor','02129bb861061d1a052c592e2dc6b383','X',NULL,NULL,'','LINE',NULL,10,'shapes','0b1e7884a9a5eb28abbb44ae2282f9ff','',NULL),(1341,'en','elementor','4fae8be981bd327f1302f4b678afe734','Zigzag',NULL,NULL,'','LINE',NULL,10,'shapes','0a34bfcd225c8781313c8607ec24b0a6','',NULL),(1342,'en','default','4d59ebe86095193a1238a1d6ac0e7915','#%d (no title)',NULL,NULL,'','LINE',NULL,10,'','f52dc10a511ead99bfbe42d76dd72906','',NULL),(1343,'en','default','172933330266e4edc4737e235d321263','%1$s %2$d',NULL,NULL,'','LINE',NULL,10,'','533f07466b2883c2bcb9c6d5c965ba62','',NULL),(1344,'en','default','08399b254ca15573db33c6d24aaa1b28','%1$s %2$s %3$s %4$s Feed',NULL,NULL,'','LINE',NULL,10,'','d67ac973cfa921891489e0eeb2299c26','',NULL),(1345,'en','default','230e67845330966224471674ef20b1d9','%1$s %2$s %3$s Category Feed',NULL,NULL,'','LINE',NULL,10,'','044c2be99dd9ba6defa9483cdd562ec5','',NULL),(1346,'en','default','39038157f6187c0a354f243360e91735','%1$s %2$s %3$s Comments Feed',NULL,NULL,'','LINE',NULL,10,'','cf1741780a14c8c29df3f5bb916bcf2a','',NULL),(1347,'en','default','96c6df252efdfa0e6334d315a3b8c836','%1$s %2$s %3$s Feed',NULL,NULL,'','LINE',NULL,10,'','f9c4836516cefc44b5b63584879dbb2b','',NULL),(1348,'en','default','d0c87f0848a6335f4b781bf781446351','%1$s %2$s %3$s Tag Feed',NULL,NULL,'','LINE',NULL,10,'','19609c54b2ae44164fd147546654d69e','',NULL),(1349,'en','default','12ce94c6bb28d6ed4191eba412825e90','%1$s %2$s Comments Feed',NULL,NULL,'','LINE',NULL,10,'','507f8738ea749d080e80b0b886a51d19','',NULL),(1350,'en','default','b5fbdfe294b506fc6fd08c8ec96fa380','%1$s %2$s Feed',NULL,NULL,'','LINE',NULL,10,'','fd5e7319cf0b6d2138071cd2005c0e2b','',NULL),(1351,'en','default','654541dd689fb4f19d9254dc55f7695b','%1$s %2$s Posts by %3$s Feed',NULL,NULL,'','LINE',NULL,10,'','e8d3665887257f433d7c66d12a869927','',NULL),(1352,'en','default','7f7a8b7ee70c3244c67422b1cbe3c3e8','%1$s %2$s Search Results for “%3$s” Feed',NULL,NULL,'','LINE',NULL,10,'','c99caaa204b6ccc926b4530188ce9e2a','',NULL),(1353,'en','default','4b0b05ac294ff0b035cfb3d436eec73d','%1$s %2$s, %3$s @ %4$s:%5$s',NULL,NULL,'','LINE',NULL,10,'','2ee567269be61c0aa1adcced1a26c422','',NULL),(1354,'en','default','de551511afdbe78e895800839ed0fa28','%1$s %2$s, %3$s ago (%4$s)',NULL,NULL,'','LINE',NULL,10,'','22ad6001ab769a489eb5940230a1e4ed','',NULL),(1355,'en','default','ae5c884bb6547b248e0ae42a44338dfb','%1$s ‹ %2$s — WordPress',NULL,NULL,'','LINE',NULL,10,'','db168dd6972314ce3d64822dff014be7','',NULL),(1356,'en','default','4c001a1125672887afed577fe2205107','%1$s (%2$d)',NULL,NULL,'','LINE',NULL,10,'','b0799f97620ba8a7a8c5beda60fbdf1b','',NULL),(1357,'en','default','ceb9cd466829576b8f3d4090568fe45f','%1$s (%2$s of %3$s)',NULL,NULL,'','LINE',NULL,10,'','6b213856d5c8a00e90faa70520c21f94','',NULL),(1358,'en','default','e41f419b40ad129af545043666708f14','%1$s (since %2$s; %3$s)',NULL,NULL,'','LINE',NULL,10,'','4860f6ac4c604cf519fa6afc294e6b60','',NULL),(1359,'en','default','d3df17e63963357941be502990564e63','%1$s (since %2$s; no alternative available)',NULL,NULL,'','LINE',NULL,10,'','df263ba25615e9c2609fd86e14d89ecb','',NULL),(1360,'en','default','a10cd4b7babf357faa04186972ff9bdd','%1$s (since %2$s; use %3$s instead)',NULL,NULL,'','LINE',NULL,10,'','bc23d5e81c793dcfeeb7dd6a6de895ae','',NULL),(1361,'en','default','05f9ebdda0c41007970838f7dcf64112','%1$s Comment<span class=\"screen-reader-text\"> on %2$s</span>',NULL,NULL,'','LINE',NULL,10,'','d3a359712687f25eff5423e74c8c4732','',NULL),(1362,'en','default','2d4bbde80fe5b459e835b4b023388465','%1$s Comments<span class=\"screen-reader-text\"> on %2$s</span>',NULL,NULL,'','LINE',NULL,10,'','ccddf8b18f4fde6488b69c8e63497303','',NULL),(1363,'en','default','f457c3233f07750b9036fbeaa6e44db3','%1$s and %2$s',NULL,NULL,'','LINE',NULL,10,'','928db717e888c62737557336db382c92','',NULL),(1364,'en','default','5862ba6b9399ea36ab7d486f299754c8','%1$s at %2$s',NULL,NULL,'','LINE',NULL,10,'','326c2a0ca7798d43f454148113459f60','',NULL),(1365,'en','default','886f86175cd393bbe2058e4a511ee6a7','%1$s by %2$s pixels',NULL,NULL,'','LINE',NULL,10,'','82ebc3cc0a6cc1ecd58fdf777825d52c','',NULL),(1366,'en','default','9a408d2ec0dfecf5a2600a2f03e48f0f','%1$s could not be created: %2$s',NULL,NULL,'','LINE',NULL,10,'','b88ab3fc365f46545b235d1b61ba1f3a','',NULL),(1367,'en','default','611691433a11628604006e3db74a4eb3','%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.',NULL,NULL,'','LINE',NULL,10,'','1ff7c186f76ebff3fcb8c40197898f9e','',NULL),(1368,'en','default','5ac720e24993984b645c69cad540662b','%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.',NULL,NULL,'','LINE',NULL,10,'','48297ff4062aad37a840c3f3501f7efb','',NULL),(1369,'en','default','e628600de9112b1a2f23dd7d4d94b011','%1$s is deprecated. The callback from %2$s is used instead.',NULL,NULL,'','LINE',NULL,10,'','f3f0aa3027da4a615501fd18973f31b4','',NULL),(1370,'en','default','600983f0a0c972d45b442027fe96999e','%1$s is deprecated. Use %2$s instead.',NULL,NULL,'','LINE',NULL,10,'','bd16f2af9a84a34be1f3c82a9cb3507f','',NULL),(1371,'en','default','0fc05a5d1c12ebf6bb0fb91a84b195ab','%1$s is not a valid property of Object.',NULL,NULL,'','LINE',NULL,10,'','5c2a14db31dbce991727b51a94ed27fa','',NULL),(1372,'en','default','56f82b487a5b4c8b73ad2a82efcc69f7','%1$s is not of type %2$s.',NULL,NULL,'','LINE',NULL,10,'','e71407735d04728b31d54aa326defde6','',NULL),(1373,'en','default','913fcc0d2b7aef2a632471a00f37823e','%1$s is not one of %2$s.',NULL,NULL,'','LINE',NULL,10,'','1482a0f309a7ea9c9d4328438d75b133','',NULL),(1374,'en','default','6e05cb7e5d023c55f896bc637c2eb17e','%1$s is proudly powered by %2$s',NULL,NULL,'','LINE',NULL,10,'','946f5ad5174a6439486c244166ec16f8','',NULL),(1375,'en','default','e1356b91d0c693e8eda7cfc941fe7e64','%1$s is your new site. <a href=\"%2$s\">Log in</a> as “%3$s” using your existing password.',NULL,NULL,'','LINE',NULL,10,'','58c1bc0134a8c2eae38d3c72953a98c6','',NULL),(1376,'en','default','98074f13610c6f2a26e4c507ac7d5b4f','%1$s must be between %2$d (exclusive) and %3$d (exclusive)',NULL,NULL,'','LINE',NULL,10,'','33c6fc0b34522a31b05322e3ceb394be','',NULL),(1377,'en','default','b08d738665e35c7bbd930c34a4034a08','%1$s must be between %2$d (exclusive) and %3$d (inclusive)',NULL,NULL,'','LINE',NULL,10,'','05ae84d02b8e79dc191f11d20026ea97','',NULL),(1378,'en','default','67d788bd53658df87a9c00fa7bcce9d9','%1$s must be between %2$d (inclusive) and %3$d (exclusive)',NULL,NULL,'','LINE',NULL,10,'','249746fbf85df184437d8a0e8969c0a7','',NULL),(1379,'en','default','c7c41244ccc7f3dc3da34597883dc574','%1$s must be between %2$d (inclusive) and %3$d (inclusive)',NULL,NULL,'','LINE',NULL,10,'','97e4a202ac364efe624a0dfe6bd4b357','',NULL),(1380,'en','default','c8d175d4c225bdd3cc5de8fb10b579a5','%1$s must be greater than %2$d',NULL,NULL,'','LINE',NULL,10,'','013831e0396085144c0dd2a5fdcb6acf','',NULL),(1381,'en','default','3e1f549b0175eae650d8453150f0efad','%1$s must be greater than or equal to %2$d',NULL,NULL,'','LINE',NULL,10,'','ffbb9e6e484e3e680c0de707f23cf4b3','',NULL),(1382,'en','default','90ed7793fe7a7fefb00e03faa0d60fa2','%1$s must be less than %2$d',NULL,NULL,'','LINE',NULL,10,'','6af4bce69f4abfaa4293581c2e46f851','',NULL),(1383,'en','default','89260c2ef8dd79310ee6486ee1c74eab','%1$s must be less than or equal to %2$d',NULL,NULL,'','LINE',NULL,10,'','ebe1530b194ce8d31639985122e0c33e','',NULL),(1384,'en','default','9b8d8a252955b2de195c7fa72b7353cb','%1$s on %2$s',NULL,NULL,'','LINE',NULL,10,'','c58481c4aaec164d4fd703fa739d10f1','',NULL),(1385,'en','default','dddea973fc897c2ef677c95d20ab091d','%1$s response to %2$s',NULL,NULL,'','LINE',NULL,10,'','55469073327b111364a4e55991853518','',NULL),(1386,'en','default','728b01306eb344f1b77817f0da327cc2','%1$s responses to %2$s',NULL,NULL,'','LINE',NULL,10,'','f643f9ce0b232cf55e76356fb1f24075','',NULL),(1387,'en','default','fee42d27e94769843f8c9cbca30e7663','%1$s was called <strong>incorrectly</strong>. %2$s %3$s',NULL,NULL,'','LINE',NULL,10,'','71a97a3385616e014b0e8acb8061e95d','',NULL),(1388,'en','default','e8ab9f8089b5fc2296e5da8ed3251d76','%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s with no alternative available.',NULL,NULL,'','LINE',NULL,10,'','2a7dc736eac971a962e417e21f70a556','',NULL),(1389,'en','default','929052c569c3b84d5cb3af2fcaabe61d','%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s',NULL,NULL,'','LINE',NULL,10,'','c84cd4e10a2e8fa5300e570c5c112f68','',NULL),(1390,'en','default','b024db677e7a3544f4024465dd1b5081','%1$s, %2$s',NULL,NULL,'','LINE',NULL,10,'','9868f209d408ca309213bda8c03c8957','',NULL),(1391,'en','default','604bb57732f2f06889c33977628344a3','%1$s, and %2$s',NULL,NULL,'','LINE',NULL,10,'','c0cc9e213866bd75768e314497cfc3cd','',NULL),(1392,'en','default','8736b307fbf82a27a70fe8560b30fc3e','%1$s-%2$s',NULL,NULL,'','LINE',NULL,10,'','4c3ef2d8ecc17318e40ecebf9c52521c','',NULL),(1393,'en','default','e28a17b9418d2f734358d48dffa1dba0','%1$s. Menu item %2$d of %3$d.',NULL,NULL,'','LINE',NULL,10,'','ba4f03097103ade92ab64059759cbad9','',NULL),(1394,'en','default','7cdb2c0426fb3b9e788a062b3012c65c','%1$s. Sub item number %2$d under %3$s.',NULL,NULL,'','LINE',NULL,10,'','3f86efcc7dd6dd7407d89a0f4f395490','',NULL),(1395,'en','default','6c03a470e52036813f268bbfa0873529','%1$s: %2$s',NULL,NULL,'','LINE',NULL,10,'','b7d7ea7e69a42f3d2c5b2af417766467','',NULL),(1396,'en','default','d65e96bfe21fb8479e04375e75a4d3e1','%d Plugin Update',NULL,NULL,'','LINE',NULL,10,'','fa8e04af3353a3b6b7d3b3b6463e0b98','',NULL),(1397,'en','default','ae49c2fd4fad8e202cefa42ce473c56d','%d Plugin Updates',NULL,NULL,'','LINE',NULL,10,'','67bdb4e3292523e290fc4b3241c06a9f','',NULL),(1398,'en','default','1faa9b9ef1e53aef4d4f7b2a9bca5ad7','%d Revision',NULL,NULL,'','LINE',NULL,10,'','c140355e6749b558f4b71ac051fbc92e','',NULL),(1399,'en','default','b8a082223f8d2e39f1b26d5735fd8c32','%d Revisions',NULL,NULL,'','LINE',NULL,10,'','5ad2445dbfa54c482f267d7fe371c254','',NULL),(1400,'en','default','4a0e7f9dd94beca7a1f63e7163010661','%d Theme Update',NULL,NULL,'','LINE',NULL,10,'','744f13698b69b6812027ef32d7198768','',NULL),(1401,'en','default','ab0265c61f7415e474a7fec561276834','%d Theme Updates',NULL,NULL,'','LINE',NULL,10,'','abda1c6c201a13b329c5cbd426f91951','',NULL),(1402,'en','default','0c5a25b3589469c26164509032e69965','%d WordPress Update',NULL,NULL,'','LINE',NULL,10,'','f502f4b24d8aa1411e8801fc423a0aac','',NULL),(1403,'en','default','12ab995b89772652994f8601db732ce1','%d block',NULL,NULL,'','LINE',NULL,10,'','4f4a0208bd9b3d1575f1ad6f977ba677','',NULL),(1404,'en','default','2ffe625ea3752a068a231b6e2fef0beb','%d blocks',NULL,NULL,'','LINE',NULL,10,'','466e40c04b30e8d1a676de283d1290e8','',NULL),(1405,'en','default','6588289d0bb5c9cfb5817df687e5deda','%d result found, use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,10,'','88aeb4331a1dc351c8bab53d2dc354a8','',NULL),(1406,'en','default','b8a0b0d69dae45d83b1de1a36f1de641','%d results found, use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,10,'','6e7e323d000a2ac5233a374f3036ca01','',NULL),(1407,'en','default','8a0f58533a077d9ee1d9a10a6b3efe79','%d result found.',NULL,NULL,'','LINE',NULL,10,'','7ca7e9ccfc52ec234b8b820d005178db','',NULL),(1408,'en','default','f88a91a1af9df7d57c5884d9bbc2dd75','%d results found.',NULL,NULL,'','LINE',NULL,10,'','daea5b64c82383ec973d1e91461d3a1f','',NULL),(1409,'en','default','d326e647db203b7859e315d28699f54f','%d results found. Use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,10,'','a71af5f109cf089d077dced98d6417ad','',NULL),(1410,'en','default','2c466ae7a056d4f4726b1c146b45a046','%d selected',NULL,NULL,'','LINE',NULL,10,'','eb899e5a410e19fdf3175463c164297e','',NULL),(1411,'en','default','0d515e726a88e31ccfe7bc603529248b','%d themes found',NULL,NULL,'','LINE',NULL,10,'','b0473f073dbfe47ca5e427c967ca51d5','',NULL),(1412,'en','default','ad2a946fcae4079e40215072233e17f7','%d word',NULL,NULL,'','LINE',NULL,10,'','b1fae505e89c0e89566107c839889364','',NULL),(1413,'en','default','4694403722611f0dab5b4020626b289b','%d words',NULL,NULL,'','LINE',NULL,10,'','ec3544165030ba6ba4c1208b5597b95b','',NULL),(1414,'en','default','d546ce60a9b14a2dfad190be8f2f7a20','%s (Invalid)',NULL,NULL,'','LINE',NULL,10,'','0f797fb7f86fddffc837ffeb951dedf7','',NULL),(1415,'en','default','423eb9750b4a9d769c685bdcd08c75d1','%s (Pending)',NULL,NULL,'','LINE',NULL,10,'','9533624e322852ba838377f6bcb147f7','',NULL),(1416,'en','default','a6a12d9e7dec76cffa8be8956bc29cd2','%s (opens in a new tab)',NULL,NULL,'','LINE',NULL,10,'','b596992234598f643a1d4d7e94a3d334','',NULL),(1417,'en','default','b210a542f7bd60c56f9a4434db59bd71','%s <span class=\"says\">says:</span>',NULL,NULL,'','LINE',NULL,10,'','9f7f7e840fb93f2fc930c43daa4d0ee5','',NULL),(1418,'en','default','d64deca7fa7fd7ba7a73d1b3e77e5681','%s <span class=\"screen-reader-text\">Comment</span>',NULL,NULL,'','LINE',NULL,10,'','5ae74cbff22c302e1e108e2d2466ab0d','',NULL),(1419,'en','default','04f9422753701422cb7ea99175d095d1','%s <span class=\"screen-reader-text\">Comments</span>',NULL,NULL,'','LINE',NULL,10,'','b19250fb5833ac352a63ce0f65518b9c','',NULL),(1420,'en','default','2e14d701b624f99ba66a8dee359a8fa6','%s Comment',NULL,NULL,'','LINE',NULL,10,'','926df441e64a25ffedd9b21dd6b65778','',NULL),(1421,'en','default','b51bdff4f4016351f0707fd0bf464128','%s Comments',NULL,NULL,'','LINE',NULL,10,'','6ffeb27108cc3c6353cff59104a8e1a4','',NULL),(1422,'en','default','4db68614a49a6c211eef3fc1a4eda0e0','%s Comment in moderation',NULL,NULL,'','LINE',NULL,10,'','2064d7cc16e199a48f42ac89f178445a','',NULL),(1423,'en','default','a3925831f782d0fd6bf1574a6bf305e0','%s Comments in moderation',NULL,NULL,'','LINE',NULL,10,'','a1045e9b37ab350bfac23a8ead9f38d4','',NULL),(1424,'en','default','e7fd6fc0b10293e7e7c34cd547e8839b','%s URL',NULL,NULL,'','LINE',NULL,10,'','5cdf147c11759aa30db6f3b5fa018f15','',NULL),(1425,'en','default','ecf63726b343168a05edbc8b092344b1','%s [Autosave]',NULL,NULL,'','LINE',NULL,10,'','a4a2062a4ca0d5815e742a45860029b2','',NULL),(1426,'en','default','82c54de08c7980df824d4a030140afde','%s [Current Revision]',NULL,NULL,'','LINE',NULL,10,'','254d17d513ff2b416615f891ebabe1f4','',NULL),(1427,'en','default','d2c6cd717b952df530aaaaf4e95f7928','%s address',NULL,NULL,'','LINE',NULL,10,'','d8153afa888ee3903000a34b05d2e3d4','',NULL),(1428,'en','default','212a0488abf6c0d52971d8e90bf314f9','%s ago',NULL,NULL,'','LINE',NULL,10,'','b740e3033c00c55617fe16ed542e4567','',NULL),(1429,'en','default','5edf562bb32a2e3c0027effbe9809450','%s block selected.',NULL,NULL,'','LINE',NULL,10,'','e8f70c3364da8412116943d8d119a1de','',NULL),(1430,'en','default','041dbef708a8979c64e9fe9b3fc8404e','%s blocks selected.',NULL,NULL,'','LINE',NULL,10,'','e3305e4a750f6423d4c160deb4b71677','',NULL),(1431,'en','default','cc0c6aa19f38a763c6138695ea957edc','%s day',NULL,NULL,'','LINE',NULL,10,'','9becf2fb4f3110a0ae34da65fb7611a2','',NULL),(1432,'en','default','b95227314c538383cf221dae2172b047','%s days',NULL,NULL,'','LINE',NULL,10,'','67a3b103abbdad8eb2a22ac3a6737d4e','',NULL),(1433,'en','default','bf9e89898a40abef46220b2cd89fab84','%s exceeds the maximum upload size for the multi-file uploader when used in your browser.',NULL,NULL,'','LINE',NULL,10,'','53dc4403d523f0d65dca68da8a667e96','',NULL),(1434,'en','default','9df6f136606e06c8fb8a192af1182186','%s exceeds the maximum upload size for this site.',NULL,NULL,'','LINE',NULL,10,'','fcc7bde2bb76d4ec814d411e918a9c19','',NULL),(1435,'en','default','ebe8ffebf3c3da1f1400f3abdf2b3760','%s from now',NULL,NULL,'','LINE',NULL,10,'','c7b42b10ded99bda17948a00648a99ac','',NULL),(1436,'en','default','14067cbc30d4f22eb680f236a8fc82c3','%s has taken over and is currently customizing.',NULL,NULL,'','LINE',NULL,10,'','c6a54c1726e8d55848a152b94a73ab76','',NULL),(1437,'en','default','0aaff30699e63ba9bf8133d98b1d6832','%s hour',NULL,NULL,'','LINE',NULL,10,'','9959ee8630f8378d41b725f1a6d80557','',NULL),(1438,'en','default','99e8d9aecac65d9833e10a2d3bbee4f7','%s hours',NULL,NULL,'','LINE',NULL,10,'','4c29dbf4976ce02a47a27cdaeb7c1717','',NULL),(1439,'en','default','ce8001466eb8afc24092dd3ba7065c18','%s is a protected WP option and may not be modified',NULL,NULL,'','LINE',NULL,10,'','c3573c0c3292431676e331532bc39464','',NULL),(1440,'en','default','0120e8df1990f58fc3c8e574589ca524','%s is already customizing this changeset. Do you want to take over?',NULL,NULL,'','LINE',NULL,10,'','3563fa11487f0132ec1402fd311b0724','',NULL),(1441,'en','default','93e5fb736cbc6244996b08e451279dd6','%s is already customizing this changeset. Please wait until they are done to try customizing. Your latest changes have been autosaved.',NULL,NULL,'','LINE',NULL,10,'','36ac5321d901904a514c2fadf8ee802a','',NULL),(1442,'en','default','28c735fd16388ecff290074b8dafa9cd','%s is already customizing this site. Do you want to take over?',NULL,NULL,'','LINE',NULL,10,'','8dcb6273773e98fc69869fdcfe47e2b4','',NULL),(1443,'en','default','5521b56344dd510ea6f7a31650aa2102','%s is already customizing this site. Please wait until they are done to try customizing. Your latest changes have been autosaved.',NULL,NULL,'','LINE',NULL,10,'','abfdc318cc09047468b7bcd88c32c9fc','',NULL),(1444,'en','default','71d074897afd26813f243ed119c686a8','%s is currently working on this post, which means you cannot make changes, unless you take over.',NULL,NULL,'','LINE',NULL,10,'','44b86e22a938a7f6172aff918181a573','',NULL),(1445,'en','default','77ed3f93265c92f63b3b680d0a3b67ef','%s is forbidden',NULL,NULL,'','LINE',NULL,10,'','697df9cd3a51306243bfff83c5ce3144','',NULL),(1446,'en','default','cae724dd18de0c8ca83d1e05bc546dbd','%s is not a valid IP address.',NULL,NULL,'','LINE',NULL,10,'','928c8c148a197aed0d34b2782ddf102d','',NULL),(1447,'en','default','f2e8fb7c1efad7181df0dd30515806d5','%s is required to strip image meta.',NULL,NULL,'','LINE',NULL,10,'','45bdea578432684bec84f4d9dd492bc8','',NULL),(1448,'en','default','1ca9770b4ef6b521c0556353525fb51d','%s is your new username',NULL,NULL,'','LINE',NULL,10,'','78ba6722a04aefd2ba7470670f57e1b8','',NULL),(1449,'en','default','ad1230fbfb49f3eb704a351ab064825e','%s item',NULL,NULL,'','LINE',NULL,10,'','393f14a7fbe47dd3a14e7204b137fc25','',NULL),(1450,'en','default','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'','LINE',NULL,10,'','984edea2045009b0cd79a08564a1faa2','',NULL),(1451,'en','default','b3f066d7b12126d9a43fc20a691994bb','%s min',NULL,NULL,'','LINE',NULL,10,'','8215f6b4da59478c956a213d7ab36a23','',NULL),(1452,'en','default','9bd57b1597a0cd2a2d7e9a10ea01b41d','%s mins',NULL,NULL,'','LINE',NULL,10,'','931e1786374bf140c31f86a4a02dbcb2','',NULL),(1453,'en','default','a8b95193da4752edc46554adac6aac3d','%s minute',NULL,NULL,'','LINE',NULL,10,'','340a07157f3a51b7d3f1ae53f37e1c6e','',NULL),(1454,'en','default','35efa7bd680d413a27b1820a362af37f','%s minutes',NULL,NULL,'','LINE',NULL,10,'','8dc19c4f55bb030b24a3ef33082caca2','',NULL),(1455,'en','default','f44e927446959585ff1c59871ec2d5a3','%s month',NULL,NULL,'','LINE',NULL,10,'','8e3ae172101153c61b8e642f262f56bd','',NULL),(1456,'en','default','7a9362f7b668d13007042dfeb04377f0','%s months',NULL,NULL,'','LINE',NULL,10,'','23b0fb7d55ef7191632ff159a00883a4','',NULL),(1457,'en','default','a2a4726de15ea3abf121ce58c6a28be6','%s must set a database connection for use with escaping.',NULL,NULL,'','LINE',NULL,10,'','028c8b65a693f67f0796dd41dee432a0','',NULL),(1458,'en','default','cac3796b0b700eb7b22b9e06dae9c1bf','%s now has editing control of this post. Don’t worry, your changes up to this moment have been saved.',NULL,NULL,'','LINE',NULL,10,'','77feef650837014fe701fc2673244f60','',NULL),(1459,'en','default','282f5a563b585c6174653d713f1c6c54','%s second',NULL,NULL,'','LINE',NULL,10,'','b2e274a0a1eb52057073133f7ab94d47','',NULL),(1460,'en','default','8641eaacafab9d58e7e93a92ff318714','%s seconds',NULL,NULL,'','LINE',NULL,10,'','05bccf27c60d2aded1960c8e5ef4cdff','',NULL),(1461,'en','default','1ef216f0edc5bdd2d6ac5abac3489c45','%s themes',NULL,NULL,'','LINE',NULL,10,'','e2d7d7eaf79b6031b605c9502210fa98','',NULL),(1462,'en','default','059fb9aa56ea0f60a309243c0f1b7584','%s week',NULL,NULL,'','LINE',NULL,10,'','6437510888fb1879b95cfc942542012b','',NULL),(1463,'en','default','a6a22726bcd37b84a44dcb29adcd9028','%s weeks',NULL,NULL,'','LINE',NULL,10,'','89353f08ebed93ce8509757851abebea','',NULL),(1464,'en','default','e18056ef5b17ae8dda5f90f67c9e8533','%s year',NULL,NULL,'','LINE',NULL,10,'','0e6c68b8be23a831b32a87faa5041413','',NULL),(1465,'en','default','2fa7fca44cb89fd199a257dc02b3b1e5','%s years',NULL,NULL,'','LINE',NULL,10,'','ab2f563f5f416b283816e5d22c5cd316','',NULL),(1466,'en','default','a26a263434f46f6714d4571fd9dfd947','%s: %l.',NULL,NULL,'','LINE',NULL,10,'','225938608cef6fbf570cb6414842d120','',NULL),(1467,'en','default','410050baf5ed5792f79f5efff5da26b6','“%1$s” — %2$s',NULL,NULL,'','LINE',NULL,10,'','0d1fa8d83847e61528e94bd5e220409a','',NULL),(1468,'en','default','ccbcc04032c67ee46bd597278b239a32','“%s” has failed to upload.',NULL,NULL,'','LINE',NULL,10,'','bf2868c61fb4b4fafb22c9515bf558e0','',NULL),(1469,'en','default','a6100fde0f575ec25eab3cd83003fa35','← Cancel Audio Playlist',NULL,NULL,'','LINE',NULL,10,'','3995065ada9011e35f8f5758a72ae2df','',NULL),(1470,'en','default','3a266926030823034710b5cf09461cfc','← Cancel Gallery',NULL,NULL,'','LINE',NULL,10,'','5e58bf5dabd4c9d7b1361bb547a474f8','',NULL),(1471,'en','default','540db77c05c6556249d292971e24d681','← Cancel Video Playlist',NULL,NULL,'','LINE',NULL,10,'','db6506429990a3e42649239d35718b6f','',NULL),(1472,'en','default','aab0ba98a57c6212ecc303b9f626d25e','← Return to library',NULL,NULL,'','LINE',NULL,10,'','af26c2f1ba537f8b9eff020c59c586c3','',NULL),(1473,'en','default','f14392b01768540f6a4ca1a11b25a020','…',NULL,NULL,'','LINE',NULL,10,'','5d305499992a934d029d36efd1fe9873','',NULL),(1474,'en','default','cf6067c17586d73a1c8cd873c5e4cecd','« Back',NULL,NULL,'','LINE',NULL,10,'','b3c04536fb1dd468bd75d32b75488099','',NULL),(1475,'en','default','4cce838d3f55d0cb8831db896b196eaf','« Older Comments',NULL,NULL,'','LINE',NULL,10,'','e38c192663aec64cb0ac88bc5f90f7e7','',NULL),(1476,'en','default','8bd433e5954b8223fb89dd22fe327696','« Previous',NULL,NULL,'','LINE',NULL,10,'','61cf12598503932d1e07a96f6f3b7ae9','',NULL),(1477,'en','default','664cf2803c25893e80e25cf3f5d5121f','« Previous Page',NULL,NULL,'','LINE',NULL,10,'','cf1f3f77fa3149dbf5b7d5ab6cde4f40','',NULL),(1478,'en','default','fb42560a78244ceb8ffde6da7be048b9','← Back to Categories',NULL,NULL,'','LINE',NULL,10,'','2f5b335aca83b151afd3c74399addd3c','',NULL),(1479,'en','default','6e0e2a31a35e0167d567b50dece7e7f6','← Back to Link Categories',NULL,NULL,'','LINE',NULL,10,'','af1680cf446c400df1bdb25109efe930','',NULL),(1480,'en','default','abe8d02a398d39a3069fb486bde1b40c','← Back to Tags',NULL,NULL,'','LINE',NULL,10,'','343db7d402cb835e3ece97134c82e6d5','',NULL),(1481,'en','default','93819e8f150b7082ff169deef942fe5f','< Prev',NULL,NULL,'','LINE',NULL,10,'','459557de77de129681b7bf7605f586a2','',NULL),(1482,'en','default','9e32d091f81d11ff2649e93d8034f5db','— Select —',NULL,NULL,'','LINE',NULL,10,'','e2fc887cec612f9f6bbd54bb607ff185','',NULL),(1483,'en','default','3a787216dffb48c329463d50e6a5ac11','(%s: %s)',NULL,NULL,'','LINE',NULL,10,'','d70945a2f6f78a0ce0ef66e217583afc','',NULL),(1484,'en','default','a4a149c62d8238973112920f8d30034b','(Edit)',NULL,NULL,'','LINE',NULL,10,'','c4a0b757647d3c55d74a545bf492e2ba','',NULL),(1485,'en','default','a5379e93ba32ae56ab4e49975a81d77a','(Empty heading)',NULL,NULL,'','LINE',NULL,10,'','38ed0325aad77caba96a6bbdd8ddde54','',NULL),(1486,'en','default','1395efdc2ab5f0345ff3d7aae34e0a34','(Incorrect heading level)',NULL,NULL,'','LINE',NULL,10,'','937b884f8ab0fe67eb8b262cb78ebbef','',NULL),(1487,'en','default','63436d1c748a68bc6a31e77cf8f6be7c','(Multiple H1 headings are not recommended)',NULL,NULL,'','LINE',NULL,10,'','91a17c7c8904aa9b8116a2bf820bc428','',NULL),(1488,'en','default','d3a39597c72137c07be1cb40a7ab48b2','(Must be at least 4 characters, letters and numbers only.)',NULL,NULL,'','LINE',NULL,10,'','9e0da0675bc0e3d9f8e622ed8c9bbb46','',NULL),(1489,'en','default','55260cce475e7702a312e4e77a0ff985','(This message was added in version %s.)',NULL,NULL,'','LINE',NULL,10,'','17346c1bafda3e80260fbe02e3a78964','',NULL),(1490,'en','default','35c3155aadfb8ede83ff3098691ea878','(Untitled)',NULL,NULL,'','LINE',NULL,10,'','bbb127b7eca90e2a7ad00569e2f9ea71','',NULL),(1491,'en','default','59699aa54f77d881018d7659f3cbe847','(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)',NULL,NULL,'','LINE',NULL,10,'','d06587051696e7af0017cdbfa7feceaa','',NULL),(1492,'en','default','24563238b18b70c59366d1e511e5167c','(Your theme may already use a H1 for the post title)',NULL,NULL,'','LINE',NULL,10,'','860f814bc70048f98c7448e1b288854e','',NULL),(1493,'en','default','156752c113653341fd53778200d640b9','(current %s: %s)',NULL,NULL,'','LINE',NULL,10,'','0b1c8ac2b38dac4df934c8a5bf456eeb','',NULL),(1494,'en','default','54d0d7ad584d2f68657459fa49b9fa80','(more…)',NULL,NULL,'','LINE',NULL,10,'','85532478c7df31ca6593982f446c5235','',NULL),(1495,'en','default','b2fa446af62b25222df6e9eb214813eb','(no author)',NULL,NULL,'','LINE',NULL,10,'','21da73b4bc0b4d7e91bfe6bfde72bbfd','',NULL),(1496,'en','default','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'','LINE',NULL,10,'','f35113481665a1de249605ef7d5f8272','',NULL),(1497,'en','default','82dff226cef517e65ad8467d46c0ffb2','(opens in a new tab)',NULL,NULL,'','LINE',NULL,10,'','ba48187e7f5863470628b3f562f1bd89','',NULL),(1498,'en','default','ae174168e8f3bf23d4c7e938b984e8f2','(selected block)',NULL,NULL,'','LINE',NULL,10,'','c80fee41fabe632e52e0387c35e79793','',NULL),(1499,'en','default','e1ad3b2fa401270bb1b8c6c1b6ec9d08','+ %s',NULL,NULL,'','LINE',NULL,10,'','0fa73669b9e20ba8d561c5269b423030','',NULL),(1500,'en','default','d7bbf9ef184bb5c473d50fddde31c466','+ Create New Menu',NULL,NULL,'','LINE',NULL,10,'','57891fd0d5fe521cc61dcdbe967e2c91','',NULL),(1501,'en','default','fc763cb31e9938f37737394681228f83',', ',NULL,NULL,'','LINE',NULL,10,'','3755928e8215c4316052f26bf777074b','',NULL),(1502,'en','default','345ff9170ccdebc764d44f9639ff5587','- Select -',NULL,NULL,'','LINE',NULL,10,'','747a5ea2f5ca06b4f7c77347b32cf42c','',NULL),(1503,'en','default','0f0c0c1c95507b2503aa8c432c3c3188','1 Comment',NULL,NULL,'','LINE',NULL,10,'','48ef03e3a1237110f7849bee6c11e811','',NULL),(1504,'en','default','1dfef2aad9e23411f83d602580f2f6bd','1 Comment<span class=\"screen-reader-text\"> on %s</span>',NULL,NULL,'','LINE',NULL,10,'','8564591cc74752a3a3cefc65b4c78834','',NULL),(1505,'en','default','3e1fcbedb9a9cdcc2ab7de3ec2c0ce40','1 result found. Use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,10,'','86eedf1eec3a3d4ea8dd77f24576c144','',NULL),(1506,'en','default','556eb9a24fb8b40f423542cf8e98f345','<a href=\"%1$s\" %2$s>Describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative.',NULL,NULL,'','LINE',NULL,10,'','e96c3ca0659ea725f841b988cf6a4cd5','',NULL),(1507,'en','default','485b8b816c5531b9c714a1c0dbab67f4','<a href=\"%1$s\" aria-label=\"%2$s\">Logged in as %3$s</a>. <a href=\"%4$s\">Log out?</a>',NULL,NULL,'','LINE',NULL,10,'','9643fd8f094bb26239ae1d8f40f63237','',NULL),(1508,'en','default','fa1615585eab411ee1fc4a05a78969f1','<span>Previewing:</span> %s',NULL,NULL,'','LINE',NULL,10,'','7e857fae758a89de637e9876535551a9','',NULL),(1509,'en','default','85150156aac014b368ce72f609905d32','<strong>Conflicting values for the constants VHOST and SUBDOMAIN_INSTALL.</strong> The value of SUBDOMAIN_INSTALL will be assumed to be your subdomain configuration setting.',NULL,NULL,'','LINE',NULL,10,'','c6eae1dd2343af5f11165f7c7cb6d895','',NULL),(1510,'en','default','8778f8b5dee280ebea7d4194f82deea5','<strong>Could not find site %1$s.</strong> Searched for table %2$s in database %3$s. Is that right?',NULL,NULL,'','LINE',NULL,10,'','67b5a31cb718319a56e91d6157c5b8c0','',NULL),(1511,'en','default','d369d9c890bf9eb6e0faa7d299a425c0','<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now.',NULL,NULL,'','LINE',NULL,10,'','7476c8ab6a0c313a78c195cc37109d8c','',NULL),(1512,'en','default','4e30ac1fe640401ecd66e5dc1c5e1b05','<strong>ERROR</strong>: %1$s in %2$s can only contain numbers, letters, and underscores.',NULL,NULL,'','LINE',NULL,10,'','1b8450f78bc9d0396cab8243b504dd12','',NULL),(1513,'en','default','06f79518bb989038baca35a6c3d2f1d9','<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>.',NULL,NULL,'','LINE',NULL,10,'','f61c36478cda124d2fc26a977533569e','',NULL),(1514,'en','default','6691222f17c78083c0f693563652b3b6','<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href=\"%s\">enable cookies</a> to use WordPress.',NULL,NULL,'','LINE',NULL,10,'','dc65b9b2609047ea725c06ca47ba6b4a','',NULL),(1515,'en','default','db8f71d69c908618620a4fca1c3458f9','<strong>ERROR</strong>: Couldn’t register you… please contact the <a href=\"mailto:%s\">webmaster</a> !',NULL,NULL,'','LINE',NULL,10,'','63ad6755342191c43e464203f2f77b83','',NULL),(1516,'en','default','a7a8f4827c99f41920e607a851053c54','<strong>ERROR</strong>: Enter a username or email address.',NULL,NULL,'','LINE',NULL,10,'','2b3fc98160d29be71f6f6f5b33a94c45','',NULL),(1517,'en','default','261242170177766a7a5540ef2bf37446','<strong>ERROR</strong>: Invalid email address.',NULL,NULL,'','LINE',NULL,10,'','4c47009dce5add747538ef7a55a20796','',NULL),(1518,'en','default','ea18d3723d287c461bceac865fa984c8','<strong>ERROR</strong>: Invalid username, email address or incorrect password.',NULL,NULL,'','LINE',NULL,10,'','20cfdec6a374f038049320e0011bea26','',NULL),(1519,'en','default','7829499354728c1c294ab01ea9b9df76','<strong>ERROR</strong>: Invalid username.',NULL,NULL,'','LINE',NULL,10,'','cf6b1d73968b6d28b1facc92bbe3a9eb','',NULL),(1520,'en','default','fb0b88628977f4c818e7d6f0ed2f706e','<strong>ERROR</strong>: Please enter a username.',NULL,NULL,'','LINE',NULL,10,'','aa607804e75a194aa6083a6e05d70d41','',NULL),(1521,'en','default','cde022d8744a1d8fbef7cd612ed2ed51','<strong>ERROR</strong>: Please type your email address.',NULL,NULL,'','LINE',NULL,10,'','6ff11bae0a3a4e2b2c20c8233af2d2a9','',NULL),(1522,'en','default','b4c7d3164ba5e720714cfa810da9f14c','<strong>ERROR</strong>: Site URL already taken.',NULL,NULL,'','LINE',NULL,10,'','ffa1aec63ee2f490c738078f874340c6','',NULL),(1523,'en','default','c77708cdf166d96fcfca09bfbf30fba8','<strong>ERROR</strong>: Sorry, that username is not allowed.',NULL,NULL,'','LINE',NULL,10,'','8a65b1a9d084041e75c0c7a15cf2636f','',NULL),(1524,'en','default','013e67e86624539ab3b229f2510cac2a','<strong>ERROR</strong>: The comment could not be saved. Please try again later.',NULL,NULL,'','LINE',NULL,10,'','2a28f738e8203322448dcbb8731cdc47','',NULL),(1525,'en','default','950fb1ad25c7df929be1e24e56a6b815','<strong>ERROR</strong>: The email address is already used.',NULL,NULL,'','LINE',NULL,10,'','2c5ab17c114596479cdce77f637cb116','',NULL),(1526,'en','default','07b8a9c0d8b898c736231ba69c39e88a','<strong>ERROR</strong>: The email address isn’t correct.',NULL,NULL,'','LINE',NULL,10,'','b7396c45df78382dc764a5dcf095d275','',NULL),(1527,'en','default','c7095187a7482e6d4a01eae9b786dba5','<strong>ERROR</strong>: The email field is empty.',NULL,NULL,'','LINE',NULL,10,'','ba87d7594e676f22dc2f615bf96e06ad','',NULL),(1528,'en','default','b005db1d0523daedb1a81bbec2b0c4b0','<strong>ERROR</strong>: The password field is empty.',NULL,NULL,'','LINE',NULL,10,'','6e6cf1abf4cf6e4b1bbd1165ab977908','',NULL),(1529,'en','default','a8a650e1012a7b27284aa47abb555147','<strong>ERROR</strong>: The password you entered for the email address %s is incorrect.',NULL,NULL,'','LINE',NULL,10,'','c7c09f781535681688cfaf16fabe0f76','',NULL),(1530,'en','default','ffbae81c0478b1afd3e897a71687eeca','<strong>ERROR</strong>: The password you entered for the username %s is incorrect.',NULL,NULL,'','LINE',NULL,10,'','47f3d153e0040203c12b664dd632afab','',NULL),(1531,'en','default','3a92d948228c482041d55c681759b948','<strong>ERROR</strong>: The username field is empty.',NULL,NULL,'','LINE',NULL,10,'','3670e5a20657d1fb1d52fe3912a88c16','',NULL),(1532,'en','default','2aef46775b89788815cb468ce06871a5','<strong>ERROR</strong>: There is no account with that username or email address.',NULL,NULL,'','LINE',NULL,10,'','4cd851c3e5534d6de1b83c8f27455d16','',NULL),(1533,'en','default','c149b12bbbd0e963e29d9001f97cf33d','<strong>ERROR</strong>: This email is already registered, please choose another one.',NULL,NULL,'','LINE',NULL,10,'','423cff928d669c51f8265fdd4dbb6691','',NULL),(1534,'en','default','89b48db6353ac575dabe6b970a55b747','<strong>ERROR</strong>: This username is already registered. Please choose another one.',NULL,NULL,'','LINE',NULL,10,'','47ec05c7df2fd03dc21e2af53a621607','',NULL),(1535,'en','default','3c5f744975101182c690c123e11d1a71','<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username.',NULL,NULL,'','LINE',NULL,10,'','45ca538ec64d5f7d52f4b5710e004aaf','',NULL),(1536,'en','default','3179a23a8ae3713909f9fdebc45844e5','<strong>ERROR</strong>: WordPress %1$s requires MySQL %2$s or higher',NULL,NULL,'','LINE',NULL,10,'','923f17f25e70c14bf8169d1c28f3b8b9','',NULL),(1537,'en','default','14697a25c79c4234108e52a70c65821a','<strong>ERROR</strong>: Your account has been marked as a spammer.',NULL,NULL,'','LINE',NULL,10,'','a7884e7aa3b9ed30f8d711ba55abe2ba','',NULL),(1538,'en','default','af9da097fb9da4bb7805b161ae21f578','<strong>ERROR</strong>: please enter a valid email address.',NULL,NULL,'','LINE',NULL,10,'','e7dfd4c98f7c4c2c0445f8841b1d306d','',NULL),(1539,'en','default','83acc56482a8f4e8dde813db3028ced0','<strong>ERROR</strong>: please fill the required fields (name, email).',NULL,NULL,'','LINE',NULL,10,'','ce2f82dd6b6d9c86dbeeda34c50d13e0','',NULL),(1540,'en','default','7a3cef4c679659c9a3208dea94c20133','<strong>ERROR</strong>: please type a comment.',NULL,NULL,'','LINE',NULL,10,'','c76c637220b7da1188cdcfa9b7e113b7','',NULL),(1541,'en','default','96ba39ef23be7a1f5372d9c7bb06c5f8','<strong>ERROR</strong>: problem creating site entry.',NULL,NULL,'','LINE',NULL,10,'','8589b395e18cdda070fc07ca3b1d7e16','',NULL),(1542,'en','default','2565aa9faa8f8bc53241ecc20376ad7b','<strong>ERROR</strong>: your comment is too long.',NULL,NULL,'','LINE',NULL,10,'','c0f34e2c7b7f35ee93b7d0fdc9e0b6b3','',NULL),(1543,'en','default','f9008fe0a678130fcdc5a89d7c78e78f','<strong>ERROR</strong>: your email address is too long.',NULL,NULL,'','LINE',NULL,10,'','8b8e220948d48caafede1f132df13d09','',NULL),(1544,'en','default','2e5206d4c849b348e720dc85ed0d7160','<strong>ERROR</strong>: your name is too long.',NULL,NULL,'','LINE',NULL,10,'','ea91ce75b793d2deb05443852a995e87','',NULL),(1545,'en','default','d977e9f8c0b209e29955fdfb31134611','<strong>ERROR</strong>: your url is too long.',NULL,NULL,'','LINE',NULL,10,'','2f4066f93e2c3c66787b1762e36b384f','',NULL),(1546,'en','default','265d32150d70b8aaaab30ebfea4fb25c','<strong>You have successfully updated WordPress!</strong> Please log back in to see what’s new.',NULL,NULL,'','LINE',NULL,10,'','0a4b5faea99a0448884d2b5ef731b00c','',NULL),(1547,'en','default','53586d20c42106bd4bdf09c604cd2ed7','A calendar of your site’s Posts.',NULL,NULL,'','LINE',NULL,10,'','f40189972bb659e41ce3f49b6779f635','',NULL),(1548,'en','default','567250e218b2a828bd833029b4cc60eb','A calendar of your site’s posts.',NULL,NULL,'','LINE',NULL,10,'','f35d2991f4122d524e93924ed3c7d5b7','',NULL),(1549,'en','default','32d6895955077ecbdc4354b07e275f23','A city in the same timezone as you.',NULL,NULL,'','LINE',NULL,10,'','ce6b46a351b8035f152c04ef4dc19567','',NULL),(1550,'en','default','38e22ddf6565bc9713f34aa14292258f','A cloud of your most used tags.',NULL,NULL,'','LINE',NULL,10,'','890da7e4259fec688b4c0d9ba6622654','',NULL),(1551,'en','default','4fb87ab0e6c2ab1ff0926bedb9bf4aee','A date format for all date strings.',NULL,NULL,'','LINE',NULL,10,'','7b7f2687429f7db847618ff2fd28cd77','',NULL),(1552,'en','default','38d6e7d6fc2af1551d73b3a0e52fcb8f','A day number of the week that the week should start on.',NULL,NULL,'','LINE',NULL,10,'','f9b15e3fc46408bce37a4e083c308f48','',NULL),(1553,'en','default','baf5f446d6f12d481e2f467e87c9d6aa','A human-readable description of the post type.',NULL,NULL,'','LINE',NULL,10,'','1d9dbd0d2279180c3f8c85a25e66630e','',NULL),(1554,'en','default','9dee53444d6dbbf4bdf1c67dfc41073d','A human-readable description of the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','0f386ae97321470879e4de1e05e18ce3','',NULL),(1555,'en','default','0fe2f91d4bc65b05a38708440f543ca1','A key value mismatch has been detected. Please follow the link provided in your activation email.',NULL,NULL,'','LINE',NULL,10,'','002feea0bdc91fec7e9b52431bd91c4d','',NULL),(1556,'en','default','7b791ef51ffb6d2f88273518c28a3823','A list of your site’s Pages.',NULL,NULL,'','LINE',NULL,10,'','7d526f678339bdd9b59b79e1476fc267','',NULL),(1557,'en','default','b2a3cfd1f4f03aa19eacf441e0a5d3ab','A list or dropdown of categories.',NULL,NULL,'','LINE',NULL,10,'','cec4e54ded251d249d4d274de7659ecd','',NULL),(1558,'en','default','dc2fa7398e513df5f6f7a5b2ec3ad2ae','A media item.',NULL,NULL,'','LINE',NULL,10,'','07770514d2647ba9bccc5c201bc01b70','',NULL),(1559,'en','default','b58e5d033078bc5bccebf415a20447f6','A monthly archive of your site’s Posts.',NULL,NULL,'','LINE',NULL,10,'','f2c8d5bfa978e0c3bea933b9e6df4840','',NULL),(1560,'en','default','d32b2d092a6920790a755cc25aa8c73f','A name is required for this term.',NULL,NULL,'','LINE',NULL,10,'','fad7e769eaf996dfef0d141563d815ec','',NULL),(1561,'en','default','fbfd11ccbebfc6fe9ec377decf77b46c','A named status for the object.',NULL,NULL,'','LINE',NULL,10,'','9da03adc49fbbe4c709529598769194f','',NULL),(1562,'en','default','120c308f35c8f47c77260f690ccd8545','A new comment on the post \"%s\" is waiting for your approval',NULL,NULL,'','LINE',NULL,10,'','8bbff7933d3af3b5cfec090088112786','',NULL),(1563,'en','default','29ab90b90f9dc9915a62651ffb93cb6f','A new pingback on the post \"%s\" is waiting for your approval',NULL,NULL,'','LINE',NULL,10,'','73ad27af0995dccb659094a9bd00266b','',NULL),(1564,'en','default','26908622d55d7968df8bd15b11a473dd','A new trackback on the post \"%s\" is waiting for your approval',NULL,NULL,'','LINE',NULL,10,'','9f1d5c3f3ffc692f6d51073bcf58e9b5','',NULL),(1565,'en','default','a24105e0e1d624658860caa0b7d865b2','A password protected post can not be set to sticky.',NULL,NULL,'','LINE',NULL,10,'','ce4508f984c510136b9c71c47c3f7283','',NULL),(1566,'en','default','818061f0354cb834dd213454d8a4436c','A password to protect access to the content and excerpt.',NULL,NULL,'','LINE',NULL,10,'','bde2afe786bac7a7855ffb942a99363b','',NULL),(1567,'en','default','27cc49477b7c45bf0748b4f60b43b883','A post can not be sticky and have a password.',NULL,NULL,'','LINE',NULL,10,'','d85616d4d220212b7dd491309b1672c8','',NULL),(1568,'en','default','77d9844a40ac29e380dbc3d83591310f','A recovery link was already sent %1$s ago. Please wait another %2$s before requesting a new email.',NULL,NULL,'','LINE',NULL,10,'','11b7d5a95e9094bff6ca295ffff0029f','',NULL),(1569,'en','default','88e309b62c9d2dd682e95db34bc971c9','A search form for your site.',NULL,NULL,'','LINE',NULL,10,'','0bb89cc76545b82905c304c5bf0d2c41','',NULL),(1570,'en','default','94e23ebe8999d383fbbbe69bbf31c9d2','A single column within a columns block.',NULL,NULL,'','LINE',NULL,10,'','63ca64ec4d19d60c902c214da9331f73','',NULL),(1571,'en','default','902707fcf14b07e64803d837b25ac032','A static page',NULL,NULL,'','LINE',NULL,10,'','e1d6b31d4ee1fc8a9b814a1463730fb3','',NULL),(1572,'en','default','92dba353a9732cb35b7a847066a0f679','A sticky post can not be password protected.',NULL,NULL,'','LINE',NULL,10,'','182e54e744bbac1368795b70feb981a7','',NULL),(1573,'en','default','a7f730ccebba271a10ac0279ca3d06dc','A structure tag is required when using custom permalinks. <a href=\"%s\">Learn more</a>',NULL,NULL,'','LINE',NULL,10,'','f6bd26970e2b9d8920eb23261230c071','',NULL),(1574,'en','default','2e9e2c8e27a6346a6d0776843d734c5d','A term with the name provided already exists in this taxonomy.',NULL,NULL,'','LINE',NULL,10,'','8fe702ffce87e5fc672e92b2c3bd0124','',NULL),(1575,'en','default','90b06d24a7bcf7ad62fbd346c7e557a4','A term with the name provided already exists with this parent.',NULL,NULL,'','LINE',NULL,10,'','8db734dddef86cb535291e41dbc37374','',NULL),(1576,'en','default','cba3228e7ff42b6056c42ca8d1edca19','A time format for all time strings.',NULL,NULL,'','LINE',NULL,10,'','48d9ad0c4697cf9ea7e5b075e51bc411','',NULL),(1577,'en','default','363fd5258169cc3e6f2e3222165e1501','A valid URL was not provided.',NULL,NULL,'','LINE',NULL,10,'','cc509387f26df7b1fc6fa2677cf4f45a','',NULL),(1578,'en','default','f5345a9b0254db585c2b0e9238bd30fc','A valid email address is required.',NULL,NULL,'','LINE',NULL,10,'','e8bdd696a43190833b7320eecbafbf42','',NULL),(1579,'en','default','7b98f5c26ded24fb03e73a5c84ae21e5','A variable mismatch has been detected.',NULL,NULL,'','LINE',NULL,10,'','0a453099dff62dfcd1c944372771a43f','',NULL),(1580,'en','default','2bea5bec151d7f0543222a3fed8567cd','A → Z',NULL,NULL,'','LINE',NULL,10,'','3c06273f32a63f87aa6eeda51b120e21','',NULL),(1581,'en','default','527cb9d669aff507a5c021ee7cf37c07','AIM',NULL,NULL,'','LINE',NULL,10,'','d5c4c25c733b80bc3be72addb24223f0','',NULL),(1582,'en','default','25ec916d56b8212e569dbf2e4e4b51d4','AM',NULL,NULL,'','LINE',NULL,10,'','a3c07b2523b8437c3c622647aa99f50d','',NULL),(1583,'en','default','8645701e256da7e5855b9cb2cf4684dd','About WordPress',NULL,NULL,'','LINE',NULL,10,'','47c27f22eefba48b4b32f14ec8f71263','',NULL),(1584,'en','default','4039cb515744027fc4672a4e9239befe','Access all block and document tools in a single place',NULL,NULL,'','LINE',NULL,10,'','50ff17f2705dbec09058038f961080c8','',NULL),(1585,'en','default','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'','LINE',NULL,10,'','381dcdb7ff9c883351e740c7f004cba0','',NULL),(1586,'en','default','8b98aee689ad1582825109286f84f678','Action has been confirmed.',NULL,NULL,'','LINE',NULL,10,'','5ff4fef9820b15a87bb08fcd6cef55a4','',NULL),(1587,'en','default','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'','LINE',NULL,10,'','33dbb42f219776b1f635e9a5fa581c1b','',NULL),(1588,'en','default','1713c73b9dfb01d5d118c0a92141fe10','Activate & Publish',NULL,NULL,'','LINE',NULL,10,'','94dd7330070ebb230f363d36406c149b','',NULL),(1589,'en','default','67633677a0d91c86b73aa46b343236f2','Activation Key Required',NULL,NULL,'','LINE',NULL,10,'','05119267daa03983a22aa612135e4d55','',NULL),(1590,'en','default','421f73594244828323e72e6305b7152e','Activation Key:',NULL,NULL,'','LINE',NULL,10,'','514773e73f5c5656c5845390748cf53e','',NULL),(1591,'en','default','983abcea59914e0fd1881760afbb7752','Active theme',NULL,NULL,'','LINE',NULL,10,'','815589de735961c6d63b80ac953829ba','',NULL),(1592,'en','default','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,10,'','fef78597d6b27e9b5e9ff0649d0f3582','',NULL),(1593,'en','default','b95c09fb28e80cc672fd533a62252d70','Add %s',NULL,NULL,'','LINE',NULL,10,'','ffd5397d13bb80a925b126c78244f085','',NULL),(1594,'en','default','c007646bf2310f4b95521d19d16c0dba','Add Audio Source',NULL,NULL,'','LINE',NULL,10,'','5dc5a91e15b78793be93dd57b177d425','',NULL),(1595,'en','default','0d5cb8a2270d8bed00a7c3c2eba387b3','Add Column After',NULL,NULL,'','LINE',NULL,10,'','341f3ff091f9c0fd76a3664fb415e76a','',NULL),(1596,'en','default','3b5c1abe3973037bec7d8609b627123b','Add Column Before',NULL,NULL,'','LINE',NULL,10,'','aeb79d28e73575db11ebacfd19384de1','',NULL),(1597,'en','default','e1ea3d726cd98fc09ef108f6c38e5578','Add Items',NULL,NULL,'','LINE',NULL,10,'','58cac837a4c09fa2ccf8f57e8189f3ff','',NULL),(1598,'en','default','580b21aac58f1b73cece26e272cdfbee','Add Link',NULL,NULL,'','LINE',NULL,10,'','491b368673e8ed219e6620cbbf0af559','',NULL),(1599,'en','default','980057390ab269b87e5869cd25e84b06','Add Media',NULL,NULL,'','LINE',NULL,10,'','1334814e3694b9d75447b38bf61838a2','',NULL),(1600,'en','default','904687d8970daab8463759e24e01cab9','Add Menu Items',NULL,NULL,'','LINE',NULL,10,'','0490a2c8fddedfa66cde295596b175ee','',NULL),(1601,'en','default','fd76e9a6b15c6f09663c8544a7c53bf7','Add New Block',NULL,NULL,'','LINE',NULL,10,'','fbd094e99607ed79f3fd3dffa9e12b05','',NULL),(1602,'en','default','3eccdfd36e2570f5ce58a84fb9f820d9','Add New Category',NULL,NULL,'','LINE',NULL,10,'','fe4c0b3cf45dcf3eb9f160d8bd14b7b6','',NULL),(1603,'en','default','3f357ab2bd9a205b6d2b195d2107c180','Add New Changeset',NULL,NULL,'','LINE',NULL,10,'','0e45490267edaf4cd71ed609e7b56dca','',NULL),(1604,'en','default','a444fbb2bae691fe082ef9a9773e3bca','Add New Link Category',NULL,NULL,'','LINE',NULL,10,'','b9d6f3356f2504e64980cff9469342ba','',NULL),(1605,'en','default','004c87b62d5274851115f4263bd6b5b7','Add New Page',NULL,NULL,'','LINE',NULL,10,'','e0558666832c51e85615cc5703f256d2','',NULL),(1606,'en','default','a736aadab8267b784c2d2320f1ef8ae1','Add New Post',NULL,NULL,'','LINE',NULL,10,'','c002405a9151d77c611d43a7be85d2a0','',NULL),(1607,'en','default','96cea70c8b05778849a8ae1028cc2eb0','Add New Tag',NULL,NULL,'','LINE',NULL,10,'','716e8cbe36f95af8ea9c513915962466','',NULL),(1608,'en','default','422615a53cf51194672cf97dc0bcac27','Add New Term',NULL,NULL,'','LINE',NULL,10,'','8c9b35d1c1395b146936c482be890787','',NULL),(1609,'en','default','fa8140a93b401c5237d543f9ea95b7a8','Add Row After',NULL,NULL,'','LINE',NULL,10,'','b121a4c4ef08d71d0add9b3045956428','',NULL),(1610,'en','default','a3760882b48193555d718f1b26925e43','Add Row Before',NULL,NULL,'','LINE',NULL,10,'','74fa0341584be298ac23d7c0ae59b154','',NULL),(1611,'en','default','a5ec5a6e97f694f410da1cbeea141336','Add Subtitles',NULL,NULL,'','LINE',NULL,10,'','aee0c85b987f509bd94ffa1f1c532834','',NULL),(1612,'en','default','5425cb5da7b811d08c2c8e79174269de','Add Video Source',NULL,NULL,'','LINE',NULL,10,'','93987585b3c4467d447b30e5aadaaa1c','',NULL),(1613,'en','default','93dc210902314a3638d1377efd3e328e','Add a Widget',NULL,NULL,'','LINE',NULL,10,'','ce49b405874c98fcec9868bbec9f331d','',NULL),(1614,'en','default','290d05610ea4f2b1f60a9486cf5ee629','Add a block that displays content in multiple columns, then add whatever content blocks you’d like.',NULL,NULL,'','LINE',NULL,10,'','6945be1f1bdf810375952f09b3d7faf0','',NULL),(1615,'en','default','e0479275c4d86ca187919c7f2502f7c5','Add a block that displays content pulled from other sites, like Twitter, Instagram or YouTube.',NULL,NULL,'','LINE',NULL,10,'','7d76afdb4b81600c440fc016317914a2','',NULL),(1616,'en','default','dc98031bc745d297528da4b55bc370a6','Add a link to a downloadable file.',NULL,NULL,'','LINE',NULL,10,'','d1d60a3f31d20d3c0b276085caaf7b1b','',NULL),(1617,'en','default','0b9f70a2794a61733c650ebc8bdac3dd','Add a navigation menu to your sidebar.',NULL,NULL,'','LINE',NULL,10,'','297ba2ad78991d008889a5107f646963','',NULL),(1618,'en','default','d8445f6ed4e805a063c373723e7a7c0c','Add a strikethrough to the selected text.',NULL,NULL,'','LINE',NULL,10,'','c91763f5b54d9ed69a7252670050e408','',NULL),(1619,'en','default','ccefa6d6b0c3c99904edb30b7e02e1de','Add alternate sources for maximum HTML5 playback:',NULL,NULL,'','LINE',NULL,10,'','875f984a3b811fef4497b3c48473d987','',NULL),(1620,'en','default','863be8f7109937cb438d36941362a63b','Add an image or video with a text overlay — great for headers.',NULL,NULL,'','LINE',NULL,10,'','303400c42186648eecfb444e513a2e54','',NULL),(1621,'en','default','2ff8071bcd15a31f9a743f1b06d0d00f','Add block',NULL,NULL,'','LINE',NULL,10,'','831c153b9776a44a307ef4c053c113e1','',NULL),(1622,'en','default','6383fc8d300273fbdc62fc5f7a2eabff','Add button text…',NULL,NULL,'','LINE',NULL,10,'','1cd90fc6a734205a370d955f3b4e1097','',NULL),(1623,'en','default','9b88b72e9c46704cfae25daa3dc20b4e','Add custom HTML code and preview it as you edit.',NULL,NULL,'','LINE',NULL,10,'','6554a0d5e56593a62c419da8fda24200','',NULL),(1624,'en','default','ff19c966036b4a0c7350b2fc7e2861c2','Add item',NULL,NULL,'','LINE',NULL,10,'','6b595fc376625148046578cd3d0a749b','',NULL),(1625,'en','default','658ed3031d0f3dee175c3ff5d9f03097','Add label…',NULL,NULL,'','LINE',NULL,10,'','793628e0967ea48d6c35d636cdfcb339','',NULL),(1626,'en','default','d0d4e3688fdaee5afa292083b855e143','Add new category',NULL,NULL,'','LINE',NULL,10,'','dc3b35320209400e5eb121fc6fdbea50','',NULL),(1627,'en','default','0497d5b7f055c2dc6f715b86ea5a5a3e','Add new header image',NULL,NULL,'','LINE',NULL,10,'','831102a0e0f7a7ce24c9c93ba732f9f9','',NULL),(1628,'en','default','fb796396fd0803841d483d39dd18372a','Add new image',NULL,NULL,'','LINE',NULL,10,'','49697003bfd5e0cf33a41541529fe485','',NULL),(1629,'en','default','183a8e15424773d2393dce8c3b38b6d1','Add new term',NULL,NULL,'','LINE',NULL,10,'','5fa62957ed9b70a375fa2697390968bb','',NULL),(1630,'en','default','1104174021a2045a3448b6bbb51be89c','Add or remove menu items',NULL,NULL,'','LINE',NULL,10,'','863408663275ba44c0af0957b4de5eb1','',NULL),(1631,'en','default','25c97f1e993635c78ecd9e502db5aad6','Add or remove tags',NULL,NULL,'','LINE',NULL,10,'','e94876c89a363ecb46b295f9dfbe96b0','',NULL),(1632,'en','default','130d74c3ba60e43c646b8d2ae2e189f7','Add tags',NULL,NULL,'','LINE',NULL,10,'','7411ff236d1be7bd4d4fb7b803bc771b','',NULL),(1633,'en','default','94e957c3732623c78c67e689e9d626c0','Add text that respects your spacing and tabs, and also allows styling.',NULL,NULL,'','LINE',NULL,10,'','29cf594fc232ac447368f9fce78cb21f','',NULL),(1634,'en','default','82b4e91b01c3fdcb21a70d693ddc1d76','Add text…',NULL,NULL,'','LINE',NULL,10,'','d613389ca3c0a730ecf0965d3dab9046','',NULL),(1635,'en','default','53e5ca10b31fc2061563e0a43da718fd','Add title',NULL,NULL,'','LINE',NULL,10,'','3a6133ab6a8fef3c3834fb1cea6e1bcb','',NULL),(1636,'en','default','e198d5356a408a7e5abca2bfa3ea8347','Add to Audio Playlist',NULL,NULL,'','LINE',NULL,10,'','b884203cce480a2693103b1ca57a17ab','',NULL),(1637,'en','default','fffbd10b830fb7027eddd30acb33dbc3','Add to Dictionary',NULL,NULL,'','LINE',NULL,10,'','91006f5ecf3b74be56f7c2cb087eb935','',NULL),(1638,'en','default','947e4a7ccfa2cef5174d74f33f464641','Add to Gallery',NULL,NULL,'','LINE',NULL,10,'','6342c2546ad49efe62b841c22defc4ea','',NULL),(1639,'en','default','edbd913819df5a05ea31e3481eb42799','Add to Menu',NULL,NULL,'','LINE',NULL,10,'','37193a6a08523b2e228eeac067c3b6cc','',NULL),(1640,'en','default','59bb3c3aafafb1036aefd172b488c1cb','Add to Reusable Blocks',NULL,NULL,'','LINE',NULL,10,'','e97b275c6dcc5d3afab8df8fb6055ebd','',NULL),(1641,'en','default','f8cf77435e415187054cfbe41d262ab4','Add to Video Playlist',NULL,NULL,'','LINE',NULL,10,'','4029cafbc656d42071f5c51e80675340','',NULL),(1642,'en','default','eb42df4015e4242ccad2327adf4d4bed','Add to Widget',NULL,NULL,'','LINE',NULL,10,'','05f6c7a62b4def09f4657d9c1fa896c9','',NULL),(1643,'en','default','b84fe3cdf319bf5c90a56ba10c8bc342','Add to audio playlist',NULL,NULL,'','LINE',NULL,10,'','deb76542bf8058129e914567fc7d678b','',NULL),(1644,'en','default','e83dea83709b83e7fa3280642122fc3c','Add to gallery',NULL,NULL,'','LINE',NULL,10,'','28628b3f9151d12389e4c85cc967a5c6','',NULL),(1645,'en','default','87e8f0d0582374a5c22bc2fd128f18f9','Add to menu: %1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'','6c66e719bd6aa548b23728112f46a374','',NULL),(1646,'en','default','5a7b6a24a3b69bac31eabfcb59c6f33c','Add to video playlist',NULL,NULL,'','LINE',NULL,10,'','6c66530d2823b8688afd7fa5dc5fd209','',NULL),(1647,'en','default','7dd7fd22b2f3d515df1e70b409083cf5','Add white space between blocks and customize its height.',NULL,NULL,'','LINE',NULL,10,'','1bc346ec4eb5e24aba42bd9924a039b0','',NULL),(1648,'en','default','41d4ea35c3286d8d1f6cfe77a4665e51','Add your own CSS code here to customize the appearance and layout of your site.',NULL,NULL,'','LINE',NULL,10,'','c2c9a34906bb655bada77f32163e7709','',NULL),(1649,'en','default','f8007c1f15cc25eca73c9fcf83b2cb43','Additional CSS',NULL,NULL,'','LINE',NULL,10,'','45d92bff14b53164c05fe5b86e0b83ab','',NULL),(1650,'en','default','bca74c9f25ebebd7f057db4e97281f51','Additional CSS Class',NULL,NULL,'','LINE',NULL,10,'','24ab3216752d6c645d39302bb8a49dda','',NULL),(1651,'en','default','6d2afdf46117262f472676faa8addbff','Additional images added to this gallery: %s',NULL,NULL,'','LINE',NULL,10,'','900f9fb2718fb4093d65b3dc228fdd0f','',NULL),(1652,'en','default','623661c64c9e3dd9e446afd135e40598','Additional items found: %d',NULL,NULL,'','LINE',NULL,10,'','6fefd37865800b2a941c7c300da06a1f','',NULL),(1653,'en','default','532f8a8be72551e645aea94ed81f380b','Additional settings are now available in the Editor block settings sidebar',NULL,NULL,'','LINE',NULL,10,'','b5c6065950a57007301a7c19c485fffc','',NULL),(1654,'en','default','42c49493fac53c75e8899aca2d4d2da7','Additional shortcuts,',NULL,NULL,'','LINE',NULL,10,'','7d8fc0d1dfc6bc7f45de750acc092c13','',NULL),(1655,'en','default','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'','LINE',NULL,10,'','2fcddad0d9d46f68ea79d31d543f8639','',NULL),(1656,'en','default','9dfc5d5738312210c3c75e68a468691d','Advanced Options',NULL,NULL,'','LINE',NULL,10,'','dd5e43a2005892f9b5227a126cb1b4e5','',NULL),(1657,'en','default','794e130c9903bc3d40eefe56b947033a','Advanced Panels',NULL,NULL,'','LINE',NULL,10,'','f7a7899fb715179e4649dddf7c0d5a0c','',NULL),(1658,'en','default','170d296d4201ee1af7a8867e9b0ca3a7','Afrikaans',NULL,NULL,'','LINE',NULL,10,'','51a87f17866a33894e556712cc7548ca','',NULL),(1659,'en','default','3b58f7a5834f595e57f468de3a3f6dfb','After Conversion',NULL,NULL,'','LINE',NULL,10,'','c62c486bfd61acc0361f5881e8d88939','',NULL),(1660,'en','default','a716b6a3e8cf5994165d64d712db61d8','Albanian',NULL,NULL,'','LINE',NULL,10,'','abf2d25f0fcac44a088cf18541a0ddeb','',NULL),(1661,'en','default','c4f8393e0c007b946261398d0314a257','Album',NULL,NULL,'','LINE',NULL,10,'','a18900104c4ce3ce5f3c4a865ba4b525','',NULL),(1662,'en','default','d12fbc9a2ba3b0b91a4190959b4c966b','Align',NULL,NULL,'','LINE',NULL,10,'','0be8c384dc1e66729af4f3cc89b5966b','',NULL),(1663,'en','default','d5f99d7d9fdc1af3e236ae1833287bc6','Align center',NULL,NULL,'','LINE',NULL,10,'','eba767005818c1d15782956493671b90','',NULL),(1664,'en','default','ded0ea9d2cbb6e177900015adeb15cdf','Align left',NULL,NULL,'','LINE',NULL,10,'','bd9d30465dbe2f59d283946b5d0dcddc','',NULL),(1665,'en','default','acdc5a7bb60bf1fbc33eee11117fee61','Align right',NULL,NULL,'','LINE',NULL,10,'','1bccea53be6628b65578c42b668b2086','',NULL),(1666,'en','default','835c9975050a32fd1ac672e7daaddd12','Align text center',NULL,NULL,'','LINE',NULL,10,'','5d17caddbf549dc3859eea79182531b0','',NULL),(1667,'en','default','6ee92f414f77c9ec41b7b8d450c0cc66','Align text left',NULL,NULL,'','LINE',NULL,10,'','748a55f5af2b2db00372e8384356d962','',NULL),(1668,'en','default','c4d9be8eaf865dcaaeb937f0eadaa229','Align text right',NULL,NULL,'','LINE',NULL,10,'','e3aec0ffee56ad7d4e662f300db295f9','',NULL),(1669,'en','default','a63706eecfa33f67b315f978392ad7ae','Alignment',NULL,NULL,'','LINE',NULL,10,'','5d4624ca0f7004161da3e45d9d82afa2','',NULL),(1670,'en','default','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','b85e0c5fe543ad1e881dcbec7332f99c','',NULL),(1671,'en','default','962a5f15173a1fc69640fd0b2e98eccc','All Blocks',NULL,NULL,'','LINE',NULL,10,'','6a2249e2d8e4149fede71f0167507316','',NULL),(1672,'en','default','a6a2a55bea8760389dfca77132905b7c','All Categories',NULL,NULL,'','LINE',NULL,10,'','192b16d1b5035b82492721f3c3657171','',NULL),(1673,'en','default','04acafa60e155627b79f2f4fe2289918','All Changesets',NULL,NULL,'','LINE',NULL,10,'','c3ed762031a94813118406772ac8c4c6','',NULL),(1674,'en','default','7011ec429bcd35354f238c4fd2426f93','All Link Categories',NULL,NULL,'','LINE',NULL,10,'','f4f20bb043800a7aa221d348a81fe043','',NULL),(1675,'en','default','93ddb948766e84b565489787d313b16e','All Pages',NULL,NULL,'','LINE',NULL,10,'','2c23e7d076c4cef11e8787399836e602','',NULL),(1676,'en','default','76b9c2f5e2ea8a61a0803dae4d42ca7f','All Posts',NULL,NULL,'','LINE',NULL,10,'','da906267768ee16c45e9a752e5bffa4b','',NULL),(1677,'en','default','45d2c2fb420a3be0221248dc1bd2575e','All Tags',NULL,NULL,'','LINE',NULL,10,'','f74b6a7c3bbd7c6d36360dbc7ff408f3','',NULL),(1678,'en','default','93e4d903d300c137f82708d80dc01c71','All capabilities assigned to the user.',NULL,NULL,'','LINE',NULL,10,'','b88eb005bc7562b3ca99af64a5345c97','',NULL),(1679,'en','default','f1ded110d54a872e9fcd5f221bc2f9fc','All capabilities used by the post type.',NULL,NULL,'','LINE',NULL,10,'','c6b35a955ea0955f92565232f9b98e38','',NULL),(1680,'en','default','3ca61c26824d7c87ec9ac6bd6b64e7d8','All capabilities used by the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','7978094d09c15820251e63c833c69873','',NULL),(1681,'en','default','ae46b93f46291a909c5b5134b9e03e34','All dates',NULL,NULL,'','LINE',NULL,10,'','ef193e2ec65dbf6d26e8d2437cd6b6c6','',NULL),(1682,'en','default','dba82acc14bb18b755ca03b8ffd7c1ce','All features, supported by the post type.',NULL,NULL,'','LINE',NULL,10,'','560f04cbded7c45588d43fdff25fb195','',NULL),(1683,'en','default','515ec224963e3f372384faca517574a9','All media items',NULL,NULL,'','LINE',NULL,10,'','ff5c4e9d278883b5ddcb971ea14cf1a2','',NULL),(1684,'en','default','4978b98b8ed36c3c35e0c9d3e4936cc1','All of the personal data found for this user was erased.',NULL,NULL,'','LINE',NULL,10,'','7aeb2339878690c4d41138f6a019d4c4','',NULL),(1685,'en','default','e411c0c439351ce448df7632c6136d25','Allow Comments',NULL,NULL,'','LINE',NULL,10,'','53bf254809919b77029ed71a3e51e4a1','',NULL),(1686,'en','default','708592fc40d4cf321e2e9573427f9321','Allow Pingbacks & Trackbacks',NULL,NULL,'','LINE',NULL,10,'','854c0a9704bc293786d5af759b2c9015','',NULL),(1687,'en','default','8bf5773081ae68ea9ac7a102a9c38668','Allow link notifications from other blogs (pingbacks and trackbacks) on new articles',NULL,NULL,'','LINE',NULL,10,'','8a9d7d2ee533c4e7ad4ed08073241f1c','',NULL),(1688,'en','default','ff99dbda52f5812310ef01d718967999','Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.',NULL,NULL,'','LINE',NULL,10,'','1d3050e01fbabee112d36c41c3377f85','',NULL),(1689,'en','default','43867038f96e635a66c23c8ab6186cc8','Allow new users to sign up',NULL,NULL,'','LINE',NULL,10,'','634960c148e35b22c39f602deaf962b5','',NULL),(1690,'en','default','cb76ba0113678db22d47f1cb436d10dc','Allow people to post comments on new articles',NULL,NULL,'','LINE',NULL,10,'','d3aa398a38aaee0af3f14a790af2abed','',NULL),(1691,'en','default','c09ecd7662cc1defa1d333bb09e3983f','Allow people to post comments on new articles.',NULL,NULL,'','LINE',NULL,10,'','0e6f883bcfa326d82bc8529c54040bb8','',NULL),(1692,'en','default','8102b63eb783b98267c37959e0d100f4','Allow search engines to index this site.',NULL,NULL,'','LINE',NULL,10,'','04dec2177336b613362b64a5e7886542','',NULL),(1693,'en','default','6c6651f3271d97a4e1d1a762905c1a96','Allowed Files',NULL,NULL,'','LINE',NULL,10,'','1e2545ba5d0d7b448410ee3dc138d635','',NULL),(1694,'en','default','4056e564fc60379fc08306a03e115936','Alpha value, from 0 (transparent) to 1 (fully opaque).',NULL,NULL,'','LINE',NULL,10,'','f65b044a9e399619b706e1fb497595c4','',NULL),(1695,'en','default','abfeb16a96aaf3b591d3969388be36ae','Already Installed',NULL,NULL,'','LINE',NULL,10,'','b15ce73aee7b20160847572b4eb6afa6','',NULL),(1696,'en','default','d049192712020efdb1296469d37c9814','Alt Text',NULL,NULL,'','LINE',NULL,10,'','2015da1fe4e6e80cdda096d3f133dc71','',NULL),(1697,'en','default','4466179020502cc6fd425e11f03e63db','Alt Text (Alternative Text)',NULL,NULL,'','LINE',NULL,10,'','513e994770f05a414ef4872140f14de7','',NULL),(1698,'en','default','8c69afff9861e4429f48adb70846fc42','Alternative Text',NULL,NULL,'','LINE',NULL,10,'','8d800128a1c0c86028da973c0f7292f4','',NULL),(1699,'en','default','582b3bb912a0058a8447d0576f2397b6','Alternative source',NULL,NULL,'','LINE',NULL,10,'','58b2c7b6472d0392a17124946f8c08e1','',NULL),(1700,'en','default','2281f5e11b1f524802514d41b5b319e1','Alternative text describes your image to people who can’t see it. Add a short description with its key details.',NULL,NULL,'','LINE',NULL,10,'','7a3ce5e1d78fade2f75762d95f6016d3','',NULL),(1701,'en','default','2bff007cf93037ecd2238bbd470bed0e','Alternative text to display when attachment is not displayed.',NULL,NULL,'','LINE',NULL,10,'','1a22d5fb377e70d3e8669e205c6c7acd','',NULL),(1702,'en','default','85d1cab8ff1fc9f514110ca0e9c9a316','Always show pre-publish checks.',NULL,NULL,'','LINE',NULL,10,'','7257daa67290dc897eb8ed68808c88c3','',NULL),(1703,'en','default','b4a2602c985337552c2f5ca0dbee2106','Ambiguous term name used in a hierarchical taxonomy. Please use term ID instead.',NULL,NULL,'','LINE',NULL,10,'','7df009f05e5ebe369d11d565e3e79bd8','',NULL),(1704,'en','default','7058644743972db8279298dbd9a236aa','An alphanumeric identifier for the object unique to its type.',NULL,NULL,'','LINE',NULL,10,'','d4e498afafe494993a240bd7d0b887e5','',NULL),(1705,'en','default','afd8fea3c241d02a148b2231e44fce0b','An alphanumeric identifier for the post type.',NULL,NULL,'','LINE',NULL,10,'','753a9a11fef7f21681fc5cdd199668b9','',NULL),(1706,'en','default','df0d836d0d8d783bc41fcabcd6d1820b','An alphanumeric identifier for the status.',NULL,NULL,'','LINE',NULL,10,'','f87427d18e8473c7b9d9600f686cf421','',NULL),(1707,'en','default','183ea052b972b065d66fd042b556da97','An alphanumeric identifier for the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','4e0cc8549d9ab930db674adb3305912b','',NULL),(1708,'en','default','1580abcd735c8db3a3327483d9b6b94a','An alphanumeric identifier for the term unique to its type.',NULL,NULL,'','LINE',NULL,10,'','1dae48cb4156a60e2d64b95c70bf62d5','',NULL),(1709,'en','default','773878d8545ae798ce62cf498826f0d5','An alphanumeric identifier for the user.',NULL,NULL,'','LINE',NULL,10,'','402e0dd33602149bb6dffcd5b805f946','',NULL),(1710,'en','default','15072d7ed8c9cba86df798ae996063ac','An error has occurred, which probably means the feed is down. Try again later.',NULL,NULL,'','LINE',NULL,10,'','7ca807ea33588ea55a03406a3540e466','',NULL),(1711,'en','default','5502e5c8e9567c3677095c29a1a5db1b','An error has occurred. Please reload the page and try again.',NULL,NULL,'','LINE',NULL,10,'','1234457b03dafa0e4583a2847610b665','',NULL),(1712,'en','default','12265380e73011690240798babf3b19b','An error occurred adding you to this site. Back to the <a href=\"%s\">homepage</a>.',NULL,NULL,'','LINE',NULL,10,'','e4d7d1700479d804a321e0ce6db0f64b','',NULL),(1713,'en','default','052d515cc8a0ece829a262fc77b576ae','An error occurred during the activation',NULL,NULL,'','LINE',NULL,10,'','c30def7c4a9661ead52a52fddbdda655','',NULL),(1714,'en','default','3c381e588a08d56b443ec775596a0f57','An error occurred in the upload. Please try again later.',NULL,NULL,'','LINE',NULL,10,'','854cb0e10928d44fdce537dd46f12a45','',NULL),(1715,'en','default','1c932e4d49fbb451d2261196c4973260','An error occurred while attempting to export personal data.',NULL,NULL,'','LINE',NULL,10,'','6022ed66282e1b5344a4aa788d766de2','',NULL),(1716,'en','default','1e629017356714eb79de1857a35c8bf5','An error occurred while attempting to find and erase personal data.',NULL,NULL,'','LINE',NULL,10,'','f08849e28f413c8b23b7ff179e6f7004','',NULL),(1717,'en','default','b028ccd04708b8c3c7722956e149a718','An error occurred. Please try again.',NULL,NULL,'','LINE',NULL,10,'','4316d7d5d14456269eb55d6245e6226c','',NULL),(1718,'en','default','838d9308efc549901dced16ba04e4a3d','An error of type %1$s was caused in line %2$s of the file %3$s. Error message: %4$s',NULL,NULL,'','LINE',NULL,10,'','b596caaf86e0515ac81b4c83f448036f','',NULL),(1719,'en','default','aa1704dad8ceb84312385d7b9461a02d','An incomplete request for this email address already exists.',NULL,NULL,'','LINE',NULL,10,'','8f0cd9662fce0830a0a37b4f56418912','',NULL),(1720,'en','default','fb2f11ae4086955f9e87739e7bbb684e','An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href=\"%s\">support forums</a>.',NULL,NULL,'','LINE',NULL,10,'','eadda38626349752f8105f7a36557a05','',NULL),(1721,'en','default','ca96c41fa0e9c5f77eeaeb74156baf4f','An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href=\"https://wordpress.org/support/\">support forums</a>.',NULL,NULL,'','LINE',NULL,10,'','6fee799e8f94e129f8db8772174e28a3','',NULL),(1722,'en','default','854d74abf6cb48f8e4d47b09ab1fc7c1','An unknown error occurred.',NULL,NULL,'','LINE',NULL,10,'','e228472bb3c2b35bb5791da613c3a7d0','',NULL),(1723,'en','default','c1cd04354ad2aa216141adb66c48d8f1','Anchors lets you link directly to a section on a page.',NULL,NULL,'','LINE',NULL,10,'','69395b8abac0373548d909929f67c727','',NULL),(1724,'en','default','55f6611cb342565cf0f5002400f53a95','Annotation',NULL,NULL,'','LINE',NULL,10,'','3d75e8d3ed1d922fe2f6174ceb926a43','',NULL),(1725,'en','default','7079c72c21415131774625ba1d64f4b0','Anonymous',NULL,NULL,'','LINE',NULL,10,'','2e06c28a9e3340003a03839dd1929735','',NULL),(1726,'en','default','95e0b4d46a0f79493ee7f9ba7e86b9b1','Another user is currently working on this post, which means you cannot make changes, unless you take over.',NULL,NULL,'','LINE',NULL,10,'','27e10de2efc5a28c51bd005ce0e3b89b','',NULL),(1727,'en','default','b0041cdeffd5b9259ee66dacf02b0060','Another user now has editing control of this post. Don’t worry, your changes up to this moment have been saved.',NULL,NULL,'','LINE',NULL,10,'','8747ae2911ed06fc709b49ac409bbdf8','',NULL),(1728,'en','default','2b69c2f2f343d07a07f4d841ccf6b506','Any extra capabilities assigned to the user.',NULL,NULL,'','LINE',NULL,10,'','7d12ece9c233659f793909efcec5ec00','',NULL),(1729,'en','default','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','0d8594ef1f828927070196f41d78a9c1','',NULL),(1730,'en','default','a9728ab378e3b11bc3273362d92a180f','Apply the \"%1$s\" format.',NULL,NULL,'','LINE',NULL,10,'','7467436341a8c4a8c6ec72ec07809099','',NULL),(1731,'en','default','e4d89360dd8cb1d001d43d5f2f6620cd','Approve and Reply',NULL,NULL,'','LINE',NULL,10,'','be17eb4033a6be1137ca2b748f36132c','',NULL),(1732,'en','default','6c7001fcee8791d4e382f707fa32be31','Approve it: %s',NULL,NULL,'','LINE',NULL,10,'','3aac7f3e2236f2b0fda30c221320aebd','',NULL),(1733,'en','default','3fcf026bbfffb63fb24b8de9d0446949','April',NULL,NULL,'','LINE',NULL,10,'','784665541765f8bc3e34e6285b7d6c17','',NULL),(1734,'en','default','6d7215c4b3bc4716d026ac46c6d9ae64','Apr',NULL,NULL,'','LINE',NULL,10,'April abbreviation','acc426308d185fe00936ab0fd3296875','',NULL),(1735,'en','default','272ccb8592bafde0baf1dedce0fd3ac2','Arabic',NULL,NULL,'','LINE',NULL,10,'','6cae91125e6b1ce8b2a6f4800467ca93','',NULL),(1736,'en','default','4162dff3ce3190df121be62d921e0d38','Arbitrary HTML code.',NULL,NULL,'','LINE',NULL,10,'','30a68c05b27a2a1e39381e8ac4a7cbeb','',NULL),(1737,'en','default','1474d954ba9beee37365b71fb9e02b16','Arbitrary text.',NULL,NULL,'','LINE',NULL,10,'','a52c19c2c15d5b7f60b0d2570d94e578','',NULL),(1738,'en','default','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,10,'','e5148f6b0391a170dd07baecfbe4705f','',NULL),(1739,'en','default','81d00f575698c208b90dffc648bfa7e8','Archives Settings',NULL,NULL,'','LINE',NULL,10,'','a39ab6ad738701d503bd767a8c7a8229','',NULL),(1740,'en','default','8a078f884b9e4aed5f57a66883677df0','Archives: %s',NULL,NULL,'','LINE',NULL,10,'','06f8e5becf24d0502c8d0f786049d15c','',NULL),(1741,'en','default','a085795894637c4f92c23d8f9396bdc1','Are you ready to publish?',NULL,NULL,'','LINE',NULL,10,'','99ced4c30cbcffc7f74c8f9089b9d16b','',NULL),(1742,'en','default','c6b0e56de87fb8bcfc6273d5bf25c212','Are you ready to schedule?',NULL,NULL,'','LINE',NULL,10,'','20548ecacf18a38895c85f252e37e674','',NULL),(1743,'en','default','a08fde09a613d751a0dbc5491dd7ea29','Are you ready to submit for review?',NULL,NULL,'','LINE',NULL,10,'','9ee9b8b6c1c93024a8e9e08383c5a47d','',NULL),(1744,'en','default','f47fa9542a009de956fee57ec85d2eae','Are you sure it exists?',NULL,NULL,'','LINE',NULL,10,'','e008a2f9bfb4e78e8f7016a1864effbe','',NULL),(1745,'en','default','e36e2232a3785e27f3cb54dade5fcb4b','Are you sure that the database server is not under particularly heavy load?',NULL,NULL,'','LINE',NULL,10,'','68ca4efb80f4f04e2697f05bd4e02632','',NULL),(1746,'en','default','096215ca47304f2cda3ad429a8e98ef6','Are you sure that the database server is running?',NULL,NULL,'','LINE',NULL,10,'','459cd1cadd971255f1f45ef7fd868a14','',NULL),(1747,'en','default','b2cbde448963612f432cb054b050661b','Are you sure that you have typed the correct hostname?',NULL,NULL,'','LINE',NULL,10,'','8c0fbe994535b8c7f1883db67a0a44ef','',NULL),(1748,'en','default','2c887832bc27d7a1a20a1b2c45b2f9da','Are you sure you have the correct username and password?',NULL,NULL,'','LINE',NULL,10,'','83f26e2478f19ea2da1569b2bb03d076','',NULL),(1749,'en','default','4b598cbae1acfe97729d9862ba44ae8f','Are you sure you want to delete %s and its data?',NULL,NULL,'','LINE',NULL,10,'','41950a187cadce7a67e23c06493f28f7','',NULL),(1750,'en','default','573ca35022c11ca3d0571543967d5cce','Are you sure you want to delete %s?',NULL,NULL,'','LINE',NULL,10,'','2c89966023ef869d6313607704383aba','',NULL),(1751,'en','default','2fb82a9f393bdb9e2fdb7e3ac4b66ec1','Are you sure you want to delete the selected plugins and their data?',NULL,NULL,'','LINE',NULL,10,'','aed78d9735ab7a5b7ac975722118b452','',NULL),(1752,'en','default','fdc8a3573a79ad459defc2a10ee286fb','Are you sure you want to delete this theme?',NULL,NULL,'','LINE',NULL,10,'','9c399c51e8bfe8332e69c8d2ac19a56c','',NULL),(1753,'en','default','5e3523c79513376a032ac7f436d97fcc','Are you sure you want to do this?',NULL,NULL,'','LINE',NULL,10,'','383ba1687139a6f11447dd073e2c209b','',NULL),(1754,'en','default','3290a68aa69e64b71272c846a9274490','Are you sure you want to do this?\\nThe comment changes you made will be lost.',NULL,NULL,'','LINE',NULL,10,'','e0b361059178bca2c3e94258a842d545','',NULL),(1755,'en','default','9cc0a8e56021f9a6cfd0677c20301075','Are you sure you want to edit this comment?\\nThe changes you made will be lost.',NULL,NULL,'','LINE',NULL,10,'','d6457f5a8fcd23ec878a78074dcb4ec2','',NULL),(1756,'en','default','be224eabcbd25cb34175c91df0567469','Are you sure you want to install this plugin?',NULL,NULL,'','LINE',NULL,10,'','498019bad49e4632fa9ba08a34382dd5','',NULL),(1757,'en','default','50e9e09ab5b30f71dc0ccd0de857adaa','Are you sure you want to unpublish this post?',NULL,NULL,'','LINE',NULL,10,'','2a3b0238af8a3be9ed54c2a8ee3503e9','',NULL),(1758,'en','default','cf2f0b24efca0eda58c204d59567f73f','Are you sure you want to unschedule this post?',NULL,NULL,'','LINE',NULL,10,'','cddf3f880c6937d8838d233f837ba709','',NULL),(1759,'en','default','22175865e510c60f2d616bf579694bd7','Are you sure you’d like to discard your unpublished changes?',NULL,NULL,'','LINE',NULL,10,'','ad9bf0aa10dbeb4fccb577c312b2393c','',NULL),(1760,'en','default','4047c5607db6be8e0081725f0d164309','Artist',NULL,NULL,'','LINE',NULL,10,'','2536075da25498afd193a54d52e27d61','',NULL),(1761,'en','default','70472fea0e2f4d98b4c8a5a8d42fc810','As a browser icon',NULL,NULL,'','LINE',NULL,10,'','6284faa73c8e3c3983e26473e5bd1ecf','',NULL),(1762,'en','default','814cbda2bdc4a5240c6579d4095f63e4','As an app icon',NULL,NULL,'','LINE',NULL,10,'','7f4ab610b4a5ed0e05adeaa216f9c155','',NULL),(1763,'en','default','a3d68d897c2e60e93783fe59e4da7ebf','Aside',NULL,NULL,'','LINE',NULL,10,'','7070ec16903545a59af274e0db9aeab4','',NULL),(1764,'en','default','9cd474c86f4aed8857371ece40043aee','Attachment Attributes',NULL,NULL,'','LINE',NULL,10,'','9ff300766943646578f71b45503e8f79','',NULL),(1765,'en','default','8ff784ab2bd19c0142275ec451770b5c','Attachment Details',NULL,NULL,'','LINE',NULL,10,'','e9c48696ad37c851ec396d6dca4df73f','',NULL),(1766,'en','default','9a91e125c4cfe4ce9bc8f0c97298e03e','Attachment Display Settings',NULL,NULL,'','LINE',NULL,10,'','f500eec33b608b3441868da5fdf8f38b','',NULL),(1767,'en','default','6861444ec5168a915bf147d856ecb91b','Attachment Page',NULL,NULL,'','LINE',NULL,10,'','cbbf1454a6b3b503527d52e3225ae1f6','',NULL),(1768,'en','default','4831fe82114203e08a9af2b164adc140','Attachment post ID',NULL,NULL,'','LINE',NULL,10,'','5f1856e0b90ca84243727e3e7dc456d6','',NULL),(1769,'en','default','5081f113d02150d0ac16a43ee977f3e3','Attachment type.',NULL,NULL,'','LINE',NULL,10,'','7fc46214464c4bdcf0aceb8036d3c693','',NULL),(1770,'en','default','23f35be0be409f5bb0fa00fd50d94e65','Attachments list',NULL,NULL,'','LINE',NULL,10,'','4b12d2fe97efcb8653d4d14a006f6e56','',NULL),(1771,'en','default','cc5d5c8796d0aaf505b26e2e2a5e9bd7','Attempt Block Recovery',NULL,NULL,'','LINE',NULL,10,'','6243f425658254f694cf2495a6f29d64','',NULL),(1772,'en','default','28624e2c802b59ad76f6957c7f15f762','Attempt Recovery',NULL,NULL,'','LINE',NULL,10,'','68f722aa7bcbcd395740ad0e2011d2de','',NULL),(1773,'en','default','605eff9b2090c58e7cdf228384ed9463','Attempted to set image quality outside of the range [1,100].',NULL,NULL,'','LINE',NULL,10,'','052b99173283d47382eb1eeee300c3c0','',NULL),(1774,'en','default','447fbadd7d994512c73d67947bfe3fb4','Attempting to parse a shortcode without a valid callback: %s',NULL,NULL,'','LINE',NULL,10,'','a00bdd4315286f666ca9a54e445baeb0','',NULL),(1775,'en','default','1926e48427cf3a76085509049b568bcc','Attend an upcoming event near you.',NULL,NULL,'','LINE',NULL,10,'','d06a1c56c209891de5c398d321a22e5c','',NULL),(1776,'en','default','f16226f05f296655d1f53744058c0ace','Attributes for %s block',NULL,NULL,'','LINE',NULL,10,'','736b6ce2826fc48fcadf0fa906fa6f5d','',NULL),(1777,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'','LINE',NULL,10,'','eec9fa18d61a649eb13b9923f7af40dc','',NULL),(1778,'en','default','f3cc40a2d8e8a407a25a9ec3a263662d','Audio <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','04891db9cc68a52a900203cc83a972d2','',NULL),(1779,'en','default','e783558933535270b6317874b2d83c3e','Audio Details',NULL,NULL,'','LINE',NULL,10,'','0e2fb5ece6696c9a2bd9ca92815ff4c9','',NULL),(1780,'en','default','b70b71b1ae4447e5b3191b6678509242','Audio Player',NULL,NULL,'','LINE',NULL,10,'','0318239e4cccd8da4e8c0308656da5b3','',NULL),(1781,'en','default','3242e87a4e0d0dd3e18c117753ca0a18','Audio Settings',NULL,NULL,'','LINE',NULL,10,'','50cba66a71b37e5fcc30c01fba6c10f1','',NULL),(1782,'en','default','2aa4e7e521edd9c6bd2c2e8c6b91cc76','Audio Widget',NULL,NULL,'','LINE',NULL,10,'','2fcb0718f1e4e51afb9801e90496d855','',NULL),(1783,'en','default','2c4845580c8800b59824b74b83fa9a70','Audio Widget (%d)',NULL,NULL,'','LINE',NULL,10,'','100112568e4524534da214403e250d51','',NULL),(1784,'en','default','41ba70891fb6f39327d8ccb9b1dafb84','August',NULL,NULL,'','LINE',NULL,10,'','323e2b9f3bf40933064fee2d019162a8','',NULL),(1785,'en','default','22f1a4667604b8557c9b209c201b4bc6','Aug',NULL,NULL,'','LINE',NULL,10,'August abbreviation','cb7c3b0fec10227d9d2e7f133b856559','',NULL),(1786,'en','default','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,10,'','e6312a9ec20defa4f4bc4a6a91fd2635','',NULL),(1787,'en','default','842ecd1cfbcffb95b32e2a15ffbdaa6a','Author URL of the user.',NULL,NULL,'','LINE',NULL,10,'','f79a7fb07928b32e9b72f09b9d87657d','',NULL),(1788,'en','default','d3fbd3e017339edb4c7773196105265a','Author is %s',NULL,NULL,'','LINE',NULL,10,'','6d3d822b32bd9cacccb08e89dbdeccbb','',NULL),(1789,'en','default','91401f053501b716b4a695b048c9b827','Author:',NULL,NULL,'','LINE',NULL,10,'','db91ec62742fc72c22731e2729cb6be2','',NULL),(1790,'en','default','699a5bf30dd95cdc1da1e3504edaf8fb','Author: %1$s (IP address: %2$s, %3$s)',NULL,NULL,'','LINE',NULL,10,'','aa3d3f5c9075066be66fbf4c4ac6de03','',NULL),(1791,'en','default','e5faeb6f171222cac35905b7c3e5a3a6','Author: %s',NULL,NULL,'','LINE',NULL,10,'','c29972ca355031a755f5841b15c715d0','',NULL),(1792,'en','default','06b9281e396db002010bde1de57262eb','Auto',NULL,NULL,'','LINE',NULL,10,'','10944761700846f78c6cc44cb7428b40','',NULL),(1793,'en','default','c9f78b699ffbbb46f98e9a9df961a1e4','Automatically add new top-level pages to this menu',NULL,NULL,'','LINE',NULL,10,'','0d664e44d92ab89d105922d5d6ebb55a','',NULL),(1794,'en','default','c6ad904aab81edaca2af60beb65a229c','Automatically add paragraphs',NULL,NULL,'','LINE',NULL,10,'','560967ee580ecf85d0f90b6861adf891','',NULL),(1795,'en','default','05b1dc77590105a18fc4c02526fe0c7a','Autoplay',NULL,NULL,'','LINE',NULL,10,'','a92262056ec39f7d96c2f4526dc48fad','',NULL),(1796,'en','default','06367adae31b4389c16dd6a88ba74153','Autosaving',NULL,NULL,'','LINE',NULL,10,'','70393bd074404a1ab4bc91409744cafa','',NULL),(1797,'en','default','39aee57dc34b972623088f55a371f7e8','Available block types',NULL,NULL,'','LINE',NULL,10,'','761ad772c71c1326044991764779c074','',NULL),(1798,'en','default','32036005d1f6ed59803ba3e13c80993e','Avatar',NULL,NULL,'','LINE',NULL,10,'','b00bb2119b36cd8579909346bc51b1a8','',NULL),(1799,'en','default','c1a641c0b1b418313b36e5c21843d68f','Avatar URL with image size of %d pixels.',NULL,NULL,'','LINE',NULL,10,'','177a5b8d5379f82d3d1a65cb028d9dfc','',NULL),(1800,'en','default','779d979467b5274c090f5ea2dd3f78a0','Avatar URLs for the object author.',NULL,NULL,'','LINE',NULL,10,'','e56ae4c9768ba248451ed766253d23f8','',NULL),(1801,'en','default','2dc1f33966a5a06f3e44007b24f578b6','Avatar URLs for the user.',NULL,NULL,'','LINE',NULL,10,'','11355db26637a40f30df01ad3be29c0e','',NULL),(1802,'en','default','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'','LINE',NULL,10,'','bef90f0a006ec2424e5753042ce46527','',NULL),(1803,'en','default','d23fab566e6f8c23aa91ccc0669bc707','Back to theme sources',NULL,NULL,'','LINE',NULL,10,'','99f688e604464086f0c303a568d6b02a','',NULL),(1804,'en','default','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'','LINE',NULL,10,'','6e8477c4cf102ffe73b57aec917d8de6','',NULL),(1805,'en','default','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'','LINE',NULL,10,'','522207e2ba87f4a7ee1b30935262acef','',NULL),(1806,'en','default','abd809c9e3c1c08e97740f86b8ceabfb','Background Image',NULL,NULL,'','LINE',NULL,10,'','e1e55d59a5104d5888312ccb12c15d21','',NULL),(1807,'en','default','67435503e02dc0345d3bb9dd874d87c4','Background Opacity',NULL,NULL,'','LINE',NULL,10,'','48e79a22cf12c166736df4e898ace2b9','',NULL),(1808,'en','default','cdfd4357ab2cb8f241583cca76fcbb57','Preset',NULL,NULL,'','LINE',NULL,10,'Background Preset','71d6e267fafd4e55bb26d71b8c11f445','',NULL),(1809,'en','default','368d9ac76af05f714092bc808a426bfc','Background color',NULL,NULL,'','LINE',NULL,10,'','68affed378b5549ef7dcf76b660fceff','',NULL),(1810,'en','default','efa64052a8f0a142860105a21f19c2b1','Backtick',NULL,NULL,'','LINE',NULL,10,'','7a7d039bef25a5b393006367118c2b7b','',NULL),(1811,'en','default','0a6de4460095f398e8a45ed512a7538f','Belarusian',NULL,NULL,'','LINE',NULL,10,'','f1e458990412bfce475166b76b988140','',NULL),(1812,'en','default','700a01983c221effeb06e8d7faa6e8dd','Bitrate',NULL,NULL,'','LINE',NULL,10,'','3d6e451712481ffe1583ce44384b0163','',NULL),(1813,'en','default','c3aa6b7f7e215993b7b77fa7b5cf87c7','Bitrate Mode',NULL,NULL,'','LINE',NULL,10,'','b02b747bd4e6e5a7596797f6012c8e55','',NULL),(1814,'en','default','426fd515c9bd70111e69b57c176083e5','Bitrate:',NULL,NULL,'','LINE',NULL,10,'','7a87240fa2bc067b477ec3cd011136a3','',NULL),(1815,'en','default','e90dfb84e30edf611e326eeb04d680de','Black',NULL,NULL,'','LINE',NULL,10,'','774f415980b093ce08fff4b910d48809','',NULL),(1816,'en','default','cc2324c61ee320fb6c240d05792a030c','Blavatar',NULL,NULL,'','LINE',NULL,10,'','c1539208b1dcee36ecfb80889465bdf8','',NULL),(1817,'en','default','e1e4c8c9ccd9fc39c391da4bcd093fb2','Block',NULL,NULL,'','LINE',NULL,10,'','c203ee45535864fa24d1fe1b0e0ce891','',NULL),(1818,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'Block','8705a3fae928ae320c4c86b50f202d18','',NULL),(1819,'en','default','8589d683a26737a27356557e9e9e8072','Block %s is at the beginning of the content and can’t be moved up',NULL,NULL,'','LINE',NULL,10,'','0d8a906732de49fdf1ca751493c6c81a','',NULL),(1820,'en','default','d42848abebab19dc63010241b7411ace','Block %s is at the end of the content and can’t be moved down',NULL,NULL,'','LINE',NULL,10,'','8273a876be672732db6066af145bbb48','',NULL),(1821,'en','default','7c099535d2cbae52af6db42ba3a7c5a5','Block %s is the only block, and cannot be moved',NULL,NULL,'','LINE',NULL,10,'','13837b0ef24a782ffc8f0a6ab8859817','',NULL),(1822,'en','default','8774e2cd3aaf3e5d94af48e637d221a9','Block (selected)',NULL,NULL,'','LINE',NULL,10,'','0ea933dbee1d9536d10dd217b513d297','',NULL),(1823,'en','default','6734950f00cf9e8b48ccadaeb0756dcc','Block Manager',NULL,NULL,'','LINE',NULL,10,'','f52239207d85c04cee21cd4d93b2b1f3','',NULL),(1824,'en','default','593ba2f7c6df83955b7bd6bfae8352d4','Block Navigation',NULL,NULL,'','LINE',NULL,10,'','c26469d560746d827f5d7a0ffedb8b51','',NULL),(1825,'en','default','ec887d7b71acfbcfa82285130c75314a','Block Styles',NULL,NULL,'','LINE',NULL,10,'','31284ad8eb8a4017fd890be9a6f56c39','',NULL),(1826,'en','default','68e9cd538e660e12f6184cd1943f9fd3','Block created.',NULL,NULL,'','LINE',NULL,10,'','f97f6d07aa91b7abed79bc8972d62558','',NULL),(1827,'en','default','68ed1f28291866a11efbe6422b9a76ec','Block deleted.',NULL,NULL,'','LINE',NULL,10,'','464120cf2eea497b978db95115c11f21','',NULL),(1828,'en','default','442b18a5614d6c60cff0a7ff91eba4ae','Block has been deleted or is unavailable.',NULL,NULL,'','LINE',NULL,10,'','c81aa76d099a96129e50c6c8428bed6f','',NULL),(1829,'en','default','0a0062f13343ea0251a8655f7952186e','Block icon',NULL,NULL,'','LINE',NULL,10,'','a2467a335c8b742320e9c69c57ac45e6','',NULL),(1830,'en','default','e6e504b48c79108c681b9cad02191b38','Block published privately.',NULL,NULL,'','LINE',NULL,10,'','a089cb29edf32c81ecd97e4802704491','',NULL),(1831,'en','default','34a569f3f4b13c3ba9eb739cc3e334cd','Block published.',NULL,NULL,'','LINE',NULL,10,'','a5bf436ed80bb78f58a7797b80cbed01','',NULL),(1832,'en','default','fb95b6fa44a22358371becd299e9b9c7','Block reverted to draft.',NULL,NULL,'','LINE',NULL,10,'','1bfc67577238cd853ca30b23e84adef4','',NULL),(1833,'en','default','d5c7bad16275c6fd13d8fc1aeb09f40a','Block scheduled.',NULL,NULL,'','LINE',NULL,10,'','6441bdc56a3500493ad7941d499f4786','',NULL),(1834,'en','default','196e85718a0b31c1ba1acfc4d47c6fb8','Block settings closed',NULL,NULL,'','LINE',NULL,10,'','67e03d3b50cd824573d74cfb2584226c','',NULL),(1835,'en','default','7c8921005e6800ab3b57e6feaf32d85d','Block shortcuts',NULL,NULL,'','LINE',NULL,10,'','9407a77eb538c712804d58b3a7ecf5cb','',NULL),(1836,'en','default','c426c79ac8c9a1352081ee1511e66329','Block tools',NULL,NULL,'','LINE',NULL,10,'','b9c4c8a901b50841cafc389a6d4dbaaa','',NULL),(1837,'en','default','7425f52f604101f71b9f05f89525de68','Block type \"%s\" is already registered.',NULL,NULL,'','LINE',NULL,10,'','a7216ec5fe7f8c18a975cfcd48a8b5b9','',NULL),(1838,'en','default','db515850f42f3a3eefa7b5c8e8861055','Block type \"%s\" is not registered.',NULL,NULL,'','LINE',NULL,10,'','4144a4906dd46eb98700d391428e5c1f','',NULL),(1839,'en','default','305b33dd24ad7c079a775a94486cca93','Block type names must be strings.',NULL,NULL,'','LINE',NULL,10,'','ff99c1d17a49a6ff90e9bf2aec21b7dc','',NULL),(1840,'en','default','f345b733b2ec8edbc377e0ec952b18e6','Block type names must contain a namespace prefix. Example: my-plugin/my-custom-block-type',NULL,NULL,'','LINE',NULL,10,'','604beb928defa8ef83845789d86e1d46','',NULL),(1841,'en','default','49f85121f682fc7ea074be87de35acc3','Block type names must not contain uppercase characters.',NULL,NULL,'','LINE',NULL,10,'','b9b2bf199abcfaf178853c2447f074ba','',NULL),(1842,'en','default','bd00db4751b999a6401d54f50ebc0119','Block updated.',NULL,NULL,'','LINE',NULL,10,'','b60d467c77fad2c197f4d8795fbe1717','',NULL),(1843,'en','default','6fe60b8f4089368c70db882b116ac4c1','Block: %s',NULL,NULL,'','LINE',NULL,10,'','0156067234c59b7a32cb8e1d77e6987f','',NULL),(1844,'en','default','146aaf1333c7e82829fe9c5c52340b56','Blockquote',NULL,NULL,'','LINE',NULL,10,'','402652778b781b901b0895a2b3916575','',NULL),(1845,'en','default','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'','LINE',NULL,10,'','2f969128ecbc239afe988e7e8ab1aae2','',NULL),(1846,'en','default','ac98540571ebb9487950a5ebf6deee00','Blocks cannot be moved down as they are already at the bottom',NULL,NULL,'','LINE',NULL,10,'','96e7f75de21b6e3f6d80cdfed8a055df','',NULL),(1847,'en','default','83d4d73d8a43782ec53eef1b4e437a2c','Blocks cannot be moved up as they are already at the top',NULL,NULL,'','LINE',NULL,10,'','a61345a5fc3a87331562caa2630d14f2','',NULL),(1848,'en','default','eb325c2c8e2cf0f18b4781185e02ccd1','Blocks list',NULL,NULL,'','LINE',NULL,10,'','f3c694b6886e3329a810f4b9cdbe1402','',NULL),(1849,'en','default','3c1cb8202ddc2bbf30e0f2b0f96bb38c','Blocks list navigation',NULL,NULL,'','LINE',NULL,10,'','db1d1b0adc89f240f9b2767e348067d7','',NULL),(1850,'en','default','339842429ae3648eb3163844ff0e2758','Blog pages show at most.',NULL,NULL,'','LINE',NULL,10,'','41a1423d01210087ba392d9494f2cb54','',NULL),(1851,'en','default','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'','LINE',NULL,10,'','29fd171ee5456e76918ddc3e57d50199','',NULL),(1852,'en','default','114c3050111d8b8ddd830b99ccebd246','Bold',NULL,NULL,'','LINE',NULL,10,'','3f186eb1866d7099f2d2ba6d24231fa6','',NULL),(1853,'en','default','7a69d6b27362b48011a2a09c56e04bce','Bookmarks',NULL,NULL,'','LINE',NULL,10,'','122298f262207a0511f00f28500e4044','',NULL),(1854,'en','default','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'','LINE',NULL,10,'','4155270c4fc5fa1b766edf79ec2bd29e','',NULL),(1855,'en','default','d8404c62148d50f3388a992e47f9fbcf','Border color',NULL,NULL,'','LINE',NULL,10,'','cde863ba2d3c4edfcef0a2db9c49b20d','',NULL),(1856,'en','default','29358610fba8018e2793e822a254b3c5','Both registration and last updated dates must be provided.',NULL,NULL,'','LINE',NULL,10,'','c96ae7f6cd18f4032c34719fd67f2a37','',NULL),(1857,'en','default','65735d7394dbe055bd0329bc3e182f36','Both registration and last updated dates must be valid dates.',NULL,NULL,'','LINE',NULL,10,'','a106eb644f2ee8b744fc5230ded75f3b','',NULL),(1858,'en','default','2ad9d63b69c4a10a5cc9cad923133bc4','Bottom',NULL,NULL,'','LINE',NULL,10,'','6f3a25b8165c2eff0cad19bf5da822c5','',NULL),(1859,'en','default','7eb5542553fa5e5db4656e1c16f1316d','Bottom Left',NULL,NULL,'','LINE',NULL,10,'','a1d04fbd39f2cadaea312088a435e963','',NULL),(1860,'en','default','4d297f5df921dca388a17e3336cad50f','Bottom Right',NULL,NULL,'','LINE',NULL,10,'','8d368fd517db823109359460f3b4eac3','',NULL),(1861,'en','default','0e16ecbf19ceba9d290009736e63da19','Briefly unavailable for scheduled maintenance. Check back in a minute.',NULL,NULL,'','LINE',NULL,10,'','03708d02c05ae9b566a1c68bf4623771','',NULL),(1862,'en','default','ed63fc91500594c3086714f86b3001e4','Brown',NULL,NULL,'','LINE',NULL,10,'','a87ec41c2e94657a5c45c186cecefc96','',NULL),(1863,'en','default','60bb3bcc6ff535428a38f76f1059b2d2','Bulgarian',NULL,NULL,'','LINE',NULL,10,'','b181298a91efdb60e26782e114bdc9b0','',NULL),(1864,'en','default','ece285c35cd33dee37184976952484c4','Bulk Select',NULL,NULL,'','LINE',NULL,10,'','ed187b1ac62fcc2191f7982ec55e5a17','',NULL),(1865,'en','default','7e0df159e037db49a0ce97098f05b5ac','Bulleted list',NULL,NULL,'','LINE',NULL,10,'','e8cea006b6833c48fcd6243922826d29','',NULL),(1866,'en','default','03f8022b6f84fd2a92c035008eab5654','But, before you can start using your new username, <strong>you must activate it</strong>.',NULL,NULL,'','LINE',NULL,10,'','324cb3f6f5d9de1e2a53632a5e30b988','',NULL),(1867,'en','default','61ddf4cbaa3f0dec297a0a2b50d4d005','But, before you can start using your site, <strong>you must activate it</strong>.',NULL,NULL,'','LINE',NULL,10,'','1900b02f964066525637f529fe83c3a6','',NULL),(1868,'en','default','87b7760f14fbff78d8819291f36ab9a0','Button',NULL,NULL,'','LINE',NULL,10,'','f2fae57ff9da38833ef7548ef916c1fd','',NULL),(1869,'en','default','111082bb18b636c4493e0370dce09f00','Button text',NULL,NULL,'','LINE',NULL,10,'','ceabc523d96398fe0d98f0deec3bf1cb','',NULL),(1870,'en','default','3c4904141f6211c6188585a06afce590','By: %s',NULL,NULL,'','LINE',NULL,10,'','6b40483c1bb8997fbf1da2eae1ef57a3','',NULL),(1871,'en','default','9a64f91eb059eb9a1ecf038d3467e09f','CSS Classes',NULL,NULL,'','LINE',NULL,10,'','0412fce47b0ef51bdbbeea33bb97a9fa','',NULL),(1872,'en','default','55d1c8b7f44a31ad68472a3f2dd9ccc6','CSS code',NULL,NULL,'','LINE',NULL,10,'','d5a93a57fd22bc099dfd260d1a8c8993','',NULL),(1873,'en','default','8ff922bbcd8ad41cdfc48d3c5163b2ab','Calendar',NULL,NULL,'','LINE',NULL,10,'','7c2a0f43b18bf70d3aaa1aa43d126eb3','',NULL),(1874,'en','default','eb4cd9a8b8bcae6f9a81728741cd33f9','Calendar Help',NULL,NULL,'','LINE',NULL,10,'','090b19f7922c7e268ba58ea286279e2e','',NULL),(1875,'en','default','5fdf2d7c1ea8f44f5576519d5bb6c30f','Can’t select database',NULL,NULL,'','LINE',NULL,10,'','d74bf871cbb7220128d3fdeaec319eac','',NULL),(1876,'en','default','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','344122411c0760a6eaa15025fff73a70','',NULL),(1877,'en','default','6582a5460a14cebdbd27719930a5446a','Cancel Edit',NULL,NULL,'','LINE',NULL,10,'','1f990a5a9eab32ba1ac6d0940f60dd23','',NULL),(1878,'en','default','221a1031b8dbdfc36dfba7bbb259317b','Cancel reply',NULL,NULL,'','LINE',NULL,10,'','ddf30391f76006b3f8f81ca44eac7e19','',NULL),(1879,'en','default','4cc2b376a7adf0de3b71e8249343ae64','Cannot create a comment with that type.',NULL,NULL,'','LINE',NULL,10,'','3ad00cf9d42d0ab802138845c0938d64','',NULL),(1880,'en','default','a7d424b598a04136085b1f405b25bb45','Cannot create a revision of a revision',NULL,NULL,'','LINE',NULL,10,'','259ae046e8a86cac0b4c3c2fbcc630fe','',NULL),(1881,'en','default','da35f441448789dbd73ca0185413f35f','Cannot create a user with an empty login name.',NULL,NULL,'','LINE',NULL,10,'','4ca6e04b722ee78e36ae9152aae1f3b0','',NULL),(1882,'en','default','3dff11575c50bb8fc2213fe44e009539','Cannot create existing comment.',NULL,NULL,'','LINE',NULL,10,'','3fd8c2fa7b952bdd07bf8553d3998eca','',NULL),(1883,'en','default','77d665018c57256010c82f5181aa0aa4','Cannot create existing post.',NULL,NULL,'','LINE',NULL,10,'','7cdbb91ca0a15cb24c35edea814ae83a','',NULL),(1884,'en','default','72555d98a9051cba3d2ff9ae1f9f130a','Cannot create existing user.',NULL,NULL,'','LINE',NULL,10,'','93e845e95101ba6d9c094e92a5313c67','',NULL),(1885,'en','default','43e0e141a874ae137da0a1d52ad00be8','Cannot set parent term, taxonomy is not hierarchical.',NULL,NULL,'','LINE',NULL,10,'','d847b10dc4228753f05859dbf4c588cf','',NULL),(1886,'en','default','bfd622ce7a7d65051f9e13be4dc23134','Cannot view post type.',NULL,NULL,'','LINE',NULL,10,'','c19a312a076c0a97bcc2ba400472819c','',NULL),(1887,'en','default','04cc1804821d58eef177836b88f6ba63','Cannot view status.',NULL,NULL,'','LINE',NULL,10,'','fdafad9adccae851dfee4d05e7923c18','',NULL),(1888,'en','default','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'','LINE',NULL,10,'','d5d4c216d38d128415f6a757371688a1','',NULL),(1889,'en','default','c81a625380b49db34a006013628706e4','Caption for the attachment, as it exists in the database.',NULL,NULL,'','LINE',NULL,10,'','77b53cbe58dc44414b5b46a3a8f053cd','',NULL),(1890,'en','default','6fa59d26fbd425cdb1bffb8244420622','Caption this image…',NULL,NULL,'','LINE',NULL,10,'','0ebc56efe332eb18884b4a7fceefa9ae','',NULL),(1891,'en','default','19b1ff75dcae5221019c1d72ef950b3d','Captions/Subtitles',NULL,NULL,'','LINE',NULL,10,'','cb54c9190caeab9f302e2fa658664bf7','',NULL),(1892,'en','default','900a14b115614d9d4d1c47f1d3a3251b','Catalan',NULL,NULL,'','LINE',NULL,10,'','a141d9d73d0d569fee2844a2ea8cea43','',NULL),(1893,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'','74f8c0148bac022993f4fb18d8ab8dd1','',NULL),(1894,'en','default','277d63a9b24a09697e3c64092eaf4353','Categories Settings',NULL,NULL,'','LINE',NULL,10,'','51accf28ec927f4fdd9be18c00bb2c95','',NULL),(1895,'en','default','2eefdc5af09926e775b1d36a603df241','Categories list',NULL,NULL,'','LINE',NULL,10,'','6181cf7139079fcf0728cf44b11ed09a','',NULL),(1896,'en','default','ed3e900850abb07e592732e46f21ea2c','Categories list navigation',NULL,NULL,'','LINE',NULL,10,'','02f70fa86f2b2fb3fe9f91d0be06ba13','',NULL),(1897,'en','default','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,10,'','0e088edc25a2eca94b3dabcfb91ba196','',NULL),(1898,'en','default','b791ad0e25f7d1cacd59e723d4b9170d','Category: %s',NULL,NULL,'','LINE',NULL,10,'','3cd7d522a435d390bed367a8fef3edf4','',NULL),(1899,'en','default','b43c578082671d30c8b234211c85f1b6','Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?',NULL,NULL,'','LINE',NULL,10,'','9c92b37065045a253211f45b40c1ec05','',NULL),(1900,'en','default','d8725c9be0163434c461b9a21d75dde4','Cell padding',NULL,NULL,'','LINE',NULL,10,'','67b3bfb8ca2129dfbfca8bd4ca1dd79f','',NULL),(1901,'en','default','8595ceb18776cbef85d2326e0879b82f','Cell spacing',NULL,NULL,'','LINE',NULL,10,'','167bdd81ee63fd7457120cdd98087121','',NULL),(1902,'en','default','8a36c5cd690eb20e4548f1960c2918a8','Cell type',NULL,NULL,'','LINE',NULL,10,'','c4c6baac828d3d957a398bfa3591f572','',NULL),(1903,'en','default','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'','LINE',NULL,10,'','147c323a133805d1bb0a1f7ffcf9c547','',NULL),(1904,'en','default','af8d33c3ce8ad67c4ad57dfa512bd254','Change Alignment',NULL,NULL,'','LINE',NULL,10,'','77ad006f2646d7ed262cd6c71c4d78b1','',NULL),(1905,'en','default','c5b622ac56d84749e31c7eb72d6974b6','Change Permalinks',NULL,NULL,'','LINE',NULL,10,'','ff909196885a9a0a8a9ea9a3b74cc50f','',NULL),(1906,'en','default','2ff1b6038f24f6d812c5e870f29d0aa0','Change Text Alignment',NULL,NULL,'','LINE',NULL,10,'','7c13aaca64576054ffd3e85a04abd513','',NULL),(1907,'en','default','fdadd8a810346fb58b0f02375dd8ea8a','Change audio',NULL,NULL,'','LINE',NULL,10,'','8de740462479521c74c3bcbeb51e918d','',NULL),(1908,'en','default','431256b85cf117b007f3b5364b44b812','Change block type or style',NULL,NULL,'','LINE',NULL,10,'','62fe1a1685cd0bd71322129ff8948afc','',NULL),(1909,'en','default','8ddbf32368d9216105c893235f8f634e','Change color format',NULL,NULL,'','LINE',NULL,10,'','591a5afd8803e788d90965aebcbaab8e','',NULL),(1910,'en','default','77f199a153317a5720e2cdc4009b5f8f','Change file',NULL,NULL,'','LINE',NULL,10,'','31b1e16d47dd6627327820eb3479a9ca','',NULL),(1911,'en','default','8c38cf08a0d0a01bd44c682479432350','Change image',NULL,NULL,'','LINE',NULL,10,'','9cdaa9a84b6259d4f5f6944cb86795a8','',NULL),(1912,'en','default','947f55293d691cd5c06a642e55d31895','Change logo',NULL,NULL,'','LINE',NULL,10,'','20ecc8f13d340abf55a8cc2c8ba942ca','',NULL),(1913,'en','default','b505d8b5166557dfc374296f8205ebfc','Change the block type after adding a new paragraph.',NULL,NULL,'','LINE',NULL,10,'','1772dd18e3105c79ef905ce4ddd36e48','',NULL),(1914,'en','default','868c0684fb7feae71c3e68d95a21839d','Change theme',NULL,NULL,'','LINE',NULL,10,'','7172582bf515aa0d6ca0f246b07a5c1f','',NULL),(1915,'en','default','cffc5ee5e9dd8c6f908779f408feafd9','Change type of %d block',NULL,NULL,'','LINE',NULL,10,'','d86027a2f3abe286606b7fa4f1ee302a','',NULL),(1916,'en','default','a7eab2a029c32cb1d132d3df9e9af0f1','Change type of %d blocks',NULL,NULL,'','LINE',NULL,10,'','74878e2b97ecd28a9042b0dae198fdf4','',NULL),(1917,'en','default','f808bdce41e8d1245225cdbc23959ee5','Change video',NULL,NULL,'','LINE',NULL,10,'','912618d3132b3f40d17a826818d3dbab','',NULL),(1918,'en','default','85366a0d0c7fba0bdb4a4a6b448ed672','Change widget',NULL,NULL,'','LINE',NULL,10,'','8ba5de1aec5b20c4e42d4962a7298bc9','',NULL),(1919,'en','default','c274d1fef49da3f732c2f77b66bd6929','Changes have already been trashed.',NULL,NULL,'','LINE',NULL,10,'','1359f10e08674ee334ab5e30b7486725','',NULL),(1920,'en','default','3c158cce6f10b3097a0eb760c2e89fa3','Changes saved.',NULL,NULL,'','LINE',NULL,10,'','1e2914b5a907faa9b00451ce1f544382','',NULL),(1921,'en','default','41b77fd78303fa09976266be4cb0e77c','Changes trashed successfully.',NULL,NULL,'','LINE',NULL,10,'','e48a9f1c01b8e1a41e74cfaec3bdcc0f','',NULL),(1922,'en','default','2d54a940edf47b3ea63ad8da5ace4fa5','Changeset is being edited by other user.',NULL,NULL,'','LINE',NULL,10,'','a462f48d8f12104e82079ca1c1c8fb07','',NULL),(1923,'en','default','dbb77931db994dbdc62c0d5ff37ac71b','Chapters',NULL,NULL,'','LINE',NULL,10,'','52a234c6becc108e48b87ebb410f6d3a','',NULL),(1924,'en','default','55dcdf017b51fc96f7b5f9d63013b95d','Chat',NULL,NULL,'','LINE',NULL,10,'','c298c1a5007f32f1d3e1cef971caaa57','',NULL),(1925,'en','default','8e7b30a5d6c944ca9d92b87fd663b3f9','Check Spelling',NULL,NULL,'','LINE',NULL,10,'','f2c9ca0bae13033d8d5e71983cf3f485','',NULL),(1926,'en','default','7eb5c3ffda86ee34d6bbf97160b590ab','Check the junk or spam folder of your email client. Sometime emails wind up there by mistake.',NULL,NULL,'','LINE',NULL,10,'','04978254a8a9799a826462e4d1c8d3e0','',NULL),(1927,'en','default','62fb7275152687eac778a6c3f04ba53d','Check your email for the confirmation link.',NULL,NULL,'','LINE',NULL,10,'','299ff900b0702dec10c530b5029b69fb','',NULL),(1928,'en','default','4ea01104aa2d8a4f6563ac2fe67d0dcc','Check your email for your new password.',NULL,NULL,'','LINE',NULL,10,'','42bf3573c4995799ddeaed61d30f1915','',NULL),(1929,'en','default','781a865d297a1258084adaa096e61454','Check your inbox at %s and click the link given.',NULL,NULL,'','LINE',NULL,10,'','28199dfa712dfe3857624462d46b3231','',NULL),(1930,'en','default','3b261136e3c33f35e0a58611b1f344cb','Chinese',NULL,NULL,'','LINE',NULL,10,'','276d5c7ac7766571873bb390a5ccb604','',NULL),(1931,'en','default','c6606fd0c7e63446a7839bd982c9ce7f','Chinese (Simplified)',NULL,NULL,'','LINE',NULL,10,'','f0c914eb539562cda18ab469c0d90a21','',NULL),(1932,'en','default','658edc15e33dabbc949c26031c154fe8','Chinese (Traditional)',NULL,NULL,'','LINE',NULL,10,'','14c151cf7b6d48678f1fd46c20cc2385','',NULL),(1933,'en','default','10bf609ae34aa1c82f39f0e90cf6ffaf','Choose Image',NULL,NULL,'','LINE',NULL,10,'','86f294203770b913ce4dea0b1cdde04c','',NULL),(1934,'en','default','fa18fb30ec39c7695e36ab1f4ca8e288','Choose a shade',NULL,NULL,'','LINE',NULL,10,'','9829c5fcfd0e8c3d33e9edd376e50b50','',NULL),(1935,'en','default','8bdd1f9f2f2034f2c7db32da6ede2f2b','Choose audio',NULL,NULL,'','LINE',NULL,10,'','6c85051ecc6d8d155789a5c24a9fcc7f','',NULL),(1936,'en','default','cbe55e77ffa67d13322eb1ce7d22f1ba','Choose file',NULL,NULL,'','LINE',NULL,10,'','58b7ce1dbd7cee61b6c8bde1c399733b','',NULL),(1937,'en','default','3bff3aeeec617721788b4bf3e6020392','Choose from the most used tags',NULL,NULL,'','LINE',NULL,10,'','f85ad38dbe051c4108795bbed45cff0e','',NULL),(1938,'en','default','5a31ca938eff79f9dd79786b57b19173','Choose image',NULL,NULL,'','LINE',NULL,10,'','f7c9e9c8c0ee052b5de9b1273c8189c6','',NULL),(1939,'en','default','b62407c75deddcf301658655f9f4d633','Choose logo',NULL,NULL,'','LINE',NULL,10,'','5e161daa6a360f18bd5c9f1639861ce6','',NULL),(1940,'en','default','cbe18bc3cdf4dba823a85578f261ae14','Choose video',NULL,NULL,'','LINE',NULL,10,'','903052204af5f7059856d0487735f183','',NULL),(1941,'en','default','806701e5497df9a9387f5c37edaac41a','City updated. Listing events near %s.',NULL,NULL,'','LINE',NULL,10,'','719f9cee4ed1cd961e4d6efcd3057355','',NULL),(1942,'en','default','d35b51b639528d580362ca7042de6a0e','Classic',NULL,NULL,'','LINE',NULL,10,'','05f8fcfa421a959aca1171b07a695f0d','',NULL),(1943,'en','default','f6ca8a654c7abe137bb076cabb3b12bc','Classic Block Keyboard Shortcuts',NULL,NULL,'','LINE',NULL,10,'','0ac1c2f48f4d3216060894733b2ac962','',NULL),(1944,'en','default','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'','LINE',NULL,10,'','088aca5e1e87d16a677ecb40aa75bd84','',NULL),(1945,'en','default','57ae128a7670527109e8a830de7b53dc','Clear Results',NULL,NULL,'','LINE',NULL,10,'','b310b0daf0de832f44d03185352923bd','',NULL),(1946,'en','default','e5c79bd8a60e094a50240e4dfccc37b4','Clear color',NULL,NULL,'','LINE',NULL,10,'','48ae2155812a4b99ea488b044a7fbaf5','',NULL),(1947,'en','default','4494691b92e1f195feb25bd63ee5468b','Clear formatting',NULL,NULL,'','LINE',NULL,10,'','9301928382a50840c640be9ce7b79836','',NULL),(1948,'en','default','16510cc0470a82d7726a42087b7bef71','Clear selection.',NULL,NULL,'','LINE',NULL,10,'','2102b54e2cabbf7f377c40dad4781d88','',NULL),(1949,'en','default','ad0509e711d79e69518a2ba0d49b3111','Click “Add new image” to upload an image file from your computer. Your theme works best with an image that matches the size of your video — you’ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'','LINE',NULL,10,'','9f2b41ed7d67bfbf95b07a809f05cce2','',NULL),(1950,'en','default','9e7735719cc7dd33675e544182356635','Click “Add new image” to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'','LINE',NULL,10,'','3e261c15d6674d5025ec916cbbfd0e92','',NULL),(1951,'en','default','830d2d70856bab6c4d5043fe6455ed63','Click “Add new image” to upload an image file from your computer. Your theme works best with an image with a header size of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'','LINE',NULL,10,'','fa8fb36e6b45cbd55e3a0f5b8cd55318','',NULL),(1952,'en','default','726c128f2464637c26ba715517a7a808','Click “Add new image” to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'','LINE',NULL,10,'','3827a278903efb63979df2b12676a22d','',NULL),(1953,'en','default','bff02b085d4d4e35a58d9dff16717904','Click “Next” to start adding links to your new menu.',NULL,NULL,'','LINE',NULL,10,'','69c5de2452b37eeb3aa5ddd59d8a5ca2','',NULL),(1954,'en','default','728bbd88c94bf9be39afb7683bc6fd09','Click here to cancel reply.',NULL,NULL,'','LINE',NULL,10,'','8192103dd94c9853f247797b1c8c38c2','',NULL),(1955,'en','default','e7dd20eb473eaeff85b805cc008b91a3','Click the desired day to select it.',NULL,NULL,'','LINE',NULL,10,'','1a4aa9d7d7177e2d369b58c8c066f418','',NULL),(1956,'en','default','932e5c46b23e1b90ba642b9fb4cb75fe','Click the right or left arrows to select other months in the past or the future.',NULL,NULL,'','LINE',NULL,10,'','56d8eba0f339b89e22848bab83263edd','',NULL),(1957,'en','default','72671e4c53c52e31bb9cb43f0e78a76c','Click to Select',NULL,NULL,'','LINE',NULL,10,'','90b3049e7f3aa519f728c715ef4024a0','',NULL),(1958,'en','default','5eed7f58bf2a64e383476e7f028faafa','Click to change',NULL,NULL,'','LINE',NULL,10,'','0a884ac00b68e91d5d5d165e93d8ef98','',NULL),(1959,'en','default','685ab27b6339c4b75202d2ddfbf399c1','Click to edit the site title.',NULL,NULL,'','LINE',NULL,10,'','7f64e54da13e514c8b0f1f4d82ca7b33','',NULL),(1960,'en','default','0367a63725c618eccc074749ef323138','Click to edit this element.',NULL,NULL,'','LINE',NULL,10,'','eaad1fc2317135414840d863f1020401','',NULL),(1961,'en','default','c57137663cf76d3aecdd0dff826f2984','Click to edit this menu.',NULL,NULL,'','LINE',NULL,10,'','31e28ddf413926e9535eb8cc71b21f78','',NULL),(1962,'en','default','e2290027ea2177eac0009ffbbc175de8','Click to edit this widget.',NULL,NULL,'','LINE',NULL,10,'','93332b0bf69f420f2a73270b20670e57','',NULL),(1963,'en','default','a68623b9122cc9da3703e4ee167e4f6e','Click “Preview” to load a preview of this page, so you can make sure you’re happy with your blocks.',NULL,NULL,'','LINE',NULL,10,'','af840712308a62cff6741f952afcce61','',NULL),(1964,'en','default','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,10,'','a31114f8765af445540fb219b8fc2b6e','',NULL),(1965,'en','default','c7a59caaf257d42a1853059a664a54e0','Close all open tags',NULL,NULL,'','LINE',NULL,10,'','3621c26cb086d8a0feb3ba6f38d4d358','',NULL),(1966,'en','default','d81228b048eaa055af0e1efb6cd71061','Close blockquote tag',NULL,NULL,'','LINE',NULL,10,'','921a7bd94abdb12b31f061ea59a5e94f','',NULL),(1967,'en','default','0181a71bfafe3f73a2c403e9a7f59ee9','Close bold tag',NULL,NULL,'','LINE',NULL,10,'','59e6dc106cfb3dead259df61d4ac71b1','',NULL),(1968,'en','default','f2662c4f779bac4d87922274d35baf62','Close bulleted list tag',NULL,NULL,'','LINE',NULL,10,'','668ebecb226741aa392d134321aab3ce','',NULL),(1969,'en','default','1065d0fbcf9ebf566d9e8890b6de1b89','Close code tag',NULL,NULL,'','LINE',NULL,10,'','0ce8547f2343fb956e230b185d32014f','',NULL),(1970,'en','default','5f0074f2cfa243784638c508ae3bfc7e','Close deleted text tag',NULL,NULL,'','LINE',NULL,10,'','314fdcb5204cc0e855e8262a953da5f5','',NULL),(1971,'en','default','3c62b9dcfe365792b2fbb6e15dc82c80','Close dialog',NULL,NULL,'','LINE',NULL,10,'','564c26bcdd38c74f7f40a75963165e28','',NULL),(1972,'en','default','75da91a3d9c21001073c6ec20805b6cc','Close inserted text tag',NULL,NULL,'','LINE',NULL,10,'','861b7a08e94e3a082b6eef38ed1a357f','',NULL),(1973,'en','default','a70c1ad5de82bdefc215f0399a55319f','Close italic tag',NULL,NULL,'','LINE',NULL,10,'','dbab2ea741ab52323fb89f8d07801826','',NULL),(1974,'en','default','c07cdc214f2be245d045956857507fe9','Close list item tag',NULL,NULL,'','LINE',NULL,10,'','44d5638077a4d3f0131ca28dfde7e73c','',NULL),(1975,'en','default','a828d2b31573bb507a96435cf5c880ae','Close numbered list tag',NULL,NULL,'','LINE',NULL,10,'','50746293a238e263d6b6b0074d724222','',NULL),(1976,'en','default','8ead57d8fe6ddca7aa8f41b5560ffc09','Close panel',NULL,NULL,'','LINE',NULL,10,'','a2e3e71f9578ba242db1f541b004cac6','',NULL),(1977,'en','default','39fb29157f34cbad3b291bace52b355a','Close plugin',NULL,NULL,'','LINE',NULL,10,'','1825300ad6672f9ed3af1e5c59aa4c9b','',NULL),(1978,'en','default','e6e053cc28573e1905870aa709449049','Close reorder mode',NULL,NULL,'','LINE',NULL,10,'','fa6bcf5e391ae5d5ff3217b83b3753d4','',NULL),(1979,'en','default','7812b3644f897c5d3efb0dd63440e751','Close settings',NULL,NULL,'','LINE',NULL,10,'','8080d44ddbe255c298b15bde5c52f715','',NULL),(1980,'en','default','60ef541b9781f05b3407e1ab72ad6cfd','Close sharing dialog',NULL,NULL,'','LINE',NULL,10,'','c7495fe80469563fe3c2e68c2f3d37d8','',NULL),(1981,'en','default','a40377545799e3d744fbe49f2d5ac0a0','Close uploader',NULL,NULL,'','LINE',NULL,10,'','8dc82a863209a79040f26e087297cd24','',NULL),(1982,'en','default','107787c23a90aea1e6d9257190355b6f','Cmd + letter:',NULL,NULL,'','LINE',NULL,10,'','7fe1945b6cdaab8933d4f5c4df5d9338','',NULL),(1983,'en','default','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'','LINE',NULL,10,'','97522f3165886ab6550968cea5236baf','',NULL),(1984,'en','default','e70cf0ca283f82aaacb31e35f35291e4','Code Editor',NULL,NULL,'','LINE',NULL,10,'','9c125fa6630ebb43f559305202fa678e','',NULL),(1985,'en','default','c3f1d5ba1fa6de15b40a15444b12c237','Code editor selected',NULL,NULL,'','LINE',NULL,10,'','81937a8820212c83e13c3eb35d609f1a','',NULL),(1986,'en','default','b7b331a2979b3a34452664f48bd993d9','Collapse Main menu',NULL,NULL,'','LINE',NULL,10,'','a01efa53eb07579c113aca10d8c46680','',NULL),(1987,'en','default','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'','LINE',NULL,10,'','37543b7475681d586a4ad8c5edc2a6fb','',NULL),(1988,'en','default','1e6dfe678e1b8e0a1db9fcad3323760a','Color Settings',NULL,NULL,'','LINE',NULL,10,'','9ff71152a5af174b2d41913189be95c0','',NULL),(1989,'en','default','41ffc08ad818be0417bcf3d2dba27041','Color code: %s',NULL,NULL,'','LINE',NULL,10,'','8f982444ca4d2161446ea8c25973ac69','',NULL),(1990,'en','default','9ca1f70bde1c93eb75910c7403bba855','Color value',NULL,NULL,'','LINE',NULL,10,'','e74293e312083f7cab1895b6300633f7','',NULL),(1991,'en','default','bed795c4fe2ba5888acaa22fed502bd3','Color value in HSL',NULL,NULL,'','LINE',NULL,10,'','cc4cf6b25292c5a6942a339af0e1b166','',NULL),(1992,'en','default','9fbd508897657bf7b67b3dab621d9ee0','Color value in RGB',NULL,NULL,'','LINE',NULL,10,'','b168351a29309f0fd73ed8df69419e73','',NULL),(1993,'en','default','b0e91f7ded1ae7c8985f286fce4bbc8c','Color value in hexadecimal',NULL,NULL,'','LINE',NULL,10,'','88825e48d85e261b98017d5f94f81598','',NULL),(1994,'en','default','1c10fba7012734882fbad3eab911eb2e','Color: %s',NULL,NULL,'','LINE',NULL,10,'','f4397592858284d429b2c127dd06358d','',NULL),(1995,'en','default','5d50889672f6f860d14f502de3de1957','Colors',NULL,NULL,'','LINE',NULL,10,'','a2c62fa34f8638480aa978879b124830','',NULL),(1996,'en','default','1976d7f704de389d9fe064e08ea35b2d','Column',NULL,NULL,'','LINE',NULL,10,'','0467157c9d7cf4cf6d88adccded42102','',NULL),(1997,'en','default','360be75990d71803ea956de98d6aa9c3','Column Count',NULL,NULL,'','LINE',NULL,10,'','83c02a4619e598903781a229ea2a32f6','',NULL),(1998,'en','default','ed813dda0d17fa74a8bbcc4428db0049','Column group',NULL,NULL,'','LINE',NULL,10,'','2321124975afaebc562b2c2023c5129c','',NULL),(1999,'en','default','168b82d33f8073018c50a4f658a02559','Columns',NULL,NULL,'','LINE',NULL,10,'','f9a2c2c9223f622cb3ed373770865f9f','',NULL),(2000,'en','default','58be47db9455679e6a44df2eff9c9fa6','Comma',NULL,NULL,'','LINE',NULL,10,'','629d6b5a3bf0acda9de46218cc830d37','',NULL),(2001,'en','default','3fbe2de70f2d00cdb0c9fa1442f96de2','’tain’t,’twere,’twas,’tis,’twill,’til,’bout,’nuff,’round,’cause,’em',NULL,NULL,'','LINE',NULL,10,'Comma-separated list of replacement words in your language','169c3d630c2a1e76863d83e47bed0b89','',NULL),(2002,'en','default','638f2dc777f64ffabcb68f4f6ab17abc','about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www',NULL,NULL,'','LINE',NULL,10,'Comma-separated list of search stopwords in your language','3a1e48d12f25236fcf434634c8c87823','',NULL),(2003,'en','default','185e831037f1ad98a31fe012c613c34e','\'tain\'t,\'twere,\'twas,\'tis,\'twill,\'til,\'bout,\'nuff,\'round,\'cause,\'em',NULL,NULL,'','LINE',NULL,10,'Comma-separated list of words to texturize in your language','22136ccce10ef273b63f9fed4d51c60d','',NULL),(2004,'en','default','a4566410fa653c90f296f4d268be1266','Comment %d contains personal data but could not be anonymized.',NULL,NULL,'','LINE',NULL,10,'','652d07d4567ebe4cd32bee9a4323ffb4','',NULL),(2005,'en','default','2f28746b0d77875909b13f59a0e1fbc6','Comment Author',NULL,NULL,'','LINE',NULL,10,'','0af87b321bb8f44cc4247703b56e90b4','',NULL),(2006,'en','default','c70542f8f828c4ce68bab56163f8eb1a','Comment Author Email',NULL,NULL,'','LINE',NULL,10,'','42e8b938bad3f13d920f189df2103390','',NULL),(2007,'en','default','df5313017659ce22f7e2ee551c96d2a9','Comment Author IP',NULL,NULL,'','LINE',NULL,10,'','44bdb1efc1a5022ba4b73e058b777b0a','',NULL),(2008,'en','default','3e2cba7ab3c13216ac8b8b8da3e21b1c','Comment Author URL',NULL,NULL,'','LINE',NULL,10,'','b727535272a398cd20dd89483c49b358','',NULL),(2009,'en','default','fcbcad4c93c6605e921355f33c6b34da','Comment Author User Agent',NULL,NULL,'','LINE',NULL,10,'','f1b6187749db5f2f42fb03371e9e1730','',NULL),(2010,'en','default','afa81df6c8528d52f7782df5571d0277','Comment Content',NULL,NULL,'','LINE',NULL,10,'','424385920ccd01d0d24758c107dbe8ff','',NULL),(2011,'en','default','ddbcb78304180b2273f153bfaa689d03','Comment Date',NULL,NULL,'','LINE',NULL,10,'','56a68432c3686b745800974b20ae6e98','',NULL),(2012,'en','default','c1a6245539a62fe96c8299312da5ec6c','Comment Submission Failure',NULL,NULL,'','LINE',NULL,10,'','0b6c69c0b0a205108a39722203733df7','',NULL),(2013,'en','default','477b5398c5667610b96d6a00ca5e2ec9','Comment URL',NULL,NULL,'','LINE',NULL,10,'','e3f9355dd3e7758a7892c598f277f7a4','',NULL),(2014,'en','default','72b72723d3cb9bd66a5ec61689b11d5f','Comment author name and email are required.',NULL,NULL,'','LINE',NULL,10,'','4455c3ea8913ba264853d29264161bdd','',NULL),(2015,'en','default','66b21208e0c98476963496c866070c05','Comment field exceeds maximum length allowed.',NULL,NULL,'','LINE',NULL,10,'','7a2204992de15ed45dd4625e82fabee8','',NULL),(2016,'en','default','33536a79cba01fc9555aaab4bd827a3d','Comment is required.',NULL,NULL,'','LINE',NULL,10,'','9dbe430f6bd5e51db70598b0606d25bf','',NULL),(2017,'en','default','3262d48df5d75e3452f0f16b313b7808','off',NULL,NULL,'','LINE',NULL,10,'Comment number declension: on or off','e67d87dbd8c17820ec84f639833ecf5b','',NULL),(2018,'en','default','d522e18a4dce56c2577441c60089d72b','Comment on %1$s by %2$s',NULL,NULL,'','LINE',NULL,10,'','6e5d42479122020b70cc3fb0db0178e1','',NULL),(2019,'en','default','c495dcdf0d800c55078e6660196220e6','Comment: %s',NULL,NULL,'','LINE',NULL,10,'','52b240c60d9493d49e94e978dc22ceb5','',NULL),(2020,'en','default','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'','LINE',NULL,10,'','bbcf208ea4269647f0adc91ad0d96ddc','',NULL),(2021,'en','default','9f0f0888a565eae9544f00554ce604e6','Comments (%s)',NULL,NULL,'','LINE',NULL,10,'','018aff55eadb6565e7a48b9326b499fe','',NULL),(2022,'en','default','3d4db0bd7e54fefbfbc35eda0c2345c6','Comments <abbr title=\"Really Simple Syndication\">RSS</abbr>',NULL,NULL,'','LINE',NULL,10,'','1aec449e714f87c9f24ec52beb681cc8','',NULL),(2023,'en','default','701b610f8c6d956c28f6452d45606ba7','Comments Feed',NULL,NULL,'','LINE',NULL,10,'','19ef42bb8ba9105f3d15bd9609fe4304','',NULL),(2024,'en','default','6b995109036cf10e3acf1990be5d74be','Comments Off<span class=\"screen-reader-text\"> on %s</span>',NULL,NULL,'','LINE',NULL,10,'','dab5f30882c15e7212825396d38abd86','',NULL),(2025,'en','default','496c558a09bbbcfc869aa80b2f037261','Comments are closed.',NULL,NULL,'','LINE',NULL,10,'','a516b33445b7772ddbfabb00858f6c8e','',NULL),(2026,'en','default','c0e7b040b23341a8e6f09359fee6ac70','Comments for %1$s searching on %2$s',NULL,NULL,'','LINE',NULL,10,'','a506b80279b3e35c834dc08e4b8af131','',NULL),(2027,'en','default','4a51967593bd0b6efc9e4ba50af49084','Comments for %s',NULL,NULL,'','LINE',NULL,10,'','ffad3b1a517bfdc145de36ef1d50ca85','',NULL),(2028,'en','default','7dbb2813c9102543d863522f54ae4284','Comments navigation',NULL,NULL,'','LINE',NULL,10,'','ed9a3a1e59357471c179f025003bb2fa','',NULL),(2029,'en','default','754e23e1f78d11f4ed77be0772e9993e','Comments on %s',NULL,NULL,'','LINE',NULL,10,'','14b03d7a608292af50e8fbdb6e70dcc9','',NULL),(2030,'en','default','bb812ae6f13b0b1a2d8706a6daabcd68','Comments on: %s',NULL,NULL,'','LINE',NULL,10,'','0c30eef9341a2709f328de1a61d2a7ec','',NULL),(2031,'en','default','71191fb4273d00a34f26f16a54cdc38d','Common Blocks',NULL,NULL,'','LINE',NULL,10,'','854842ff4adcbc30a87ec57378becfae','',NULL),(2032,'en','default','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,10,'','a103599bf5af329406cf123cf5d18367','',NULL),(2033,'en','default','00ea20d3091232a3469faa6dde3e60a2','Completed <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','ee51e93477e0b811b63db3cd0bcdf1d5','',NULL),(2034,'en','default','60e3c173754bde73f5da7eff5d3e8cee','Conditional query tags do not work before the query is run. Before then, they always return false.',NULL,NULL,'','LINE',NULL,10,'','01fd573f1de8f5c5c4554ac8df4f4193','',NULL),(2035,'en','default','6ab96a5df54aa6aae2bab9ea75ab76c9','Confirm new password',NULL,NULL,'','LINE',NULL,10,'','f068e59d3aa86ec4d3b3f4f34e3b38a9','',NULL),(2036,'en','default','4b121bda94d2c436c478acdc93ae67ae','Confirm the \"%s\" action',NULL,NULL,'','LINE',NULL,10,'','ab0145d1b74920fd21e74192e85d5b73','',NULL),(2037,'en','default','0231c5d7fe98df05a6a2110c5bcb846e','Confirm use of weak password',NULL,NULL,'','LINE',NULL,10,'','21f3d691b943b0c716b796e43c8776fb','',NULL),(2038,'en','default','205bc73c4ab4286a1fb9d4c18322777c','Confirmed',NULL,NULL,'','LINE',NULL,10,'','26fb91a29262ed608ed9b6b3e660b928','',NULL),(2039,'en','default','1ad85b8d4a90f43eafd3f937273b119c','Confirmed <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','7c0ef219b1e3cc848a5f19e01f174968','',NULL),(2040,'en','default','588c00cf070ee9a8a94e7d8c9cee17cd','Congratulations! Your new site, %s, is almost ready.',NULL,NULL,'','LINE',NULL,10,'','77ddad276d79825b96883054f2a6aa52','',NULL),(2041,'en','default','d89a28adeab33dd474b4c84c4e254275','Connection lost or the server is busy. Please try again later.',NULL,NULL,'','LINE',NULL,10,'','f633ed62e8486b23eafb74f0575240f4','',NULL),(2042,'en','default','623a2c86fb9d76db1a1d57fad4ee2731','Constrain proportions',NULL,NULL,'','LINE',NULL,10,'','c2f21863c6969a97e8e21c8d2a453a47','',NULL),(2043,'en','default','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'','LINE',NULL,10,'','ed590529fb9b551d9c44e7410dbcd265','',NULL),(2044,'en','default','0ee6e07032473917ce5e2949a252b2e1','Content before this block will be shown in the excerpt on your archives page.',NULL,NULL,'','LINE',NULL,10,'','76ddb3192a5dbc24e233108d4b312412','',NULL),(2045,'en','default','7a40bea8f418bc9f76a27a07c112d5d9','Content for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,10,'','e2f3fadb86b0b6ddd0deb239a03d9412','',NULL),(2046,'en','default','5cd20ff369be002b746df117706133a6','Content hash did not match expected.',NULL,NULL,'','LINE',NULL,10,'','7ae1940e6cae3457cc4e5164483af363','',NULL),(2047,'en','default','05efd1c56a8373365ade43da4727d89d','Content structure',NULL,NULL,'','LINE',NULL,10,'','bcc18427cc8060963de462bf48629e45','',NULL),(2048,'en','default','ea2bf2b2dec3e3f76c6a363f6139c593','Content, title, and excerpt are empty.',NULL,NULL,'','LINE',NULL,10,'','f363172582916b029622765d80920808','',NULL),(2049,'en','default','f18074f8b138ed9e289a2210c2b86838','Content:',NULL,NULL,'','LINE',NULL,10,'','56d1759c8e93dfb86c522832cb9ef240','',NULL),(2050,'en','default','71bfb711908ea603a75e86c3e5dbb47a','Continue reading %s',NULL,NULL,'','LINE',NULL,10,'','657a1c33f43480213350a2a06966f873','',NULL),(2051,'en','default','1d07c7bb5671cce2128e386c7dd0cfc0','Convert emoticons like :-) and :-P to graphics on display.',NULL,NULL,'','LINE',NULL,10,'','a138b4b0e25230d6af22f9fdab2a475c','',NULL),(2052,'en','default','9aeca1f5345c4abe2a3c50b7693adfd2','Convert the selected text into a link.',NULL,NULL,'','LINE',NULL,10,'','7abfe895adfae4bf3b035d172db8cab7','',NULL),(2053,'en','default','9078e1cfa7cecc82ffda52fdeda42e5a','Convert to Blocks',NULL,NULL,'','LINE',NULL,10,'','49149302b71c7f36a010bd9af78ead73','',NULL),(2054,'en','default','e8440418a8cf93a3edcaa09bf6ad5b1a','Convert to Classic Block',NULL,NULL,'','LINE',NULL,10,'','cb35def5d2521be5f6380dd2f2389c63','',NULL),(2055,'en','default','5ed4b62c2e90ba12f0475355af6e77ef','Convert to HTML',NULL,NULL,'','LINE',NULL,10,'','79ca461ca63bf1eb06100457558334d7','',NULL),(2056,'en','default','7cb870c5955028655fd0b5b4d8d6c3da','Convert to Regular Block',NULL,NULL,'','LINE',NULL,10,'','95bad7c6159cbd110e4a16c398b1458a','',NULL),(2057,'en','default','7e349b4bce706826bcc89af5f228a776','Convert to ordered list',NULL,NULL,'','LINE',NULL,10,'','514eeeb88165f69b18ab7ab8c246881a','',NULL),(2058,'en','default','5e46d488301fea59d89a63601351b254','Convert to unordered list',NULL,NULL,'','LINE',NULL,10,'','688babe171e49b48de0d072aea3dad79','',NULL),(2059,'en','default','ebc17d19b755a76107a320891e983f8e','Cookie expired.',NULL,NULL,'','LINE',NULL,10,'','3a4400b7ea775a04f2d15edcd4662a10','',NULL),(2060,'en','default','a833eb3f4cda093d075cf4419b28c78b','Cookie nonce is invalid',NULL,NULL,'','LINE',NULL,10,'','20d9702f8750b0d06e3e9e30f969717b','',NULL),(2061,'en','default','a588b1abc58b8b758c4b34b69b9e10bb','Copied',NULL,NULL,'','LINE',NULL,10,'','c992da82338035fb83188356945e6b87','',NULL),(2062,'en','default','6d6db52799620de23c1e87d00abde8c4','Copied!',NULL,NULL,'','LINE',NULL,10,'','8ef054014d1f4ffbbec140dfa4c62808','',NULL),(2063,'en','default','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,10,'','d40e18030c5442f67cba47b1ecd6bd07','',NULL),(2064,'en','default','02b2a8ed2ee59fb6a1ccf3716c988597','Copy All Content',NULL,NULL,'','LINE',NULL,10,'','511fe9621642d7c15e4945171ac4df21','',NULL),(2065,'en','default','6b4b1e0df3f48dbd48ad52276c33ae55','Copy Error',NULL,NULL,'','LINE',NULL,10,'','dbcfb56459b4070306ddb23e9cf5c826','',NULL),(2066,'en','default','78fc13f46174a57416493b60e99777c7','Copy Link',NULL,NULL,'','LINE',NULL,10,'','345a4a15c1ad92c703ffa11d335cda9a','',NULL),(2067,'en','default','48fa1bf792c7cc88ccb3f71064c52190','Copy Post Text',NULL,NULL,'','LINE',NULL,10,'','1573dfbd75d4b8a2e062b009762a483e','',NULL),(2068,'en','default','9de711d6eb379d46caa26e86cdafa0e9','Copy URL',NULL,NULL,'','LINE',NULL,10,'','ba122f9a0207a8a8b0b062376ce77828','',NULL),(2069,'en','default','5e5d5bce790c4ad6e80d9bbcaabddbbc','Copy and paste this URL into your WordPress site to embed',NULL,NULL,'','LINE',NULL,10,'','1ecf48e927244a70d70a0c81034d8230','',NULL),(2070,'en','default','fc1da081b3ce6bf17512b1f226ae72ca','Copy and paste this code into your site to embed',NULL,NULL,'','LINE',NULL,10,'','d3318f87a9d53eb985a2de7233adc0e6','',NULL),(2071,'en','default','fd6011ca8831fcc732950832ce1e349f','Copy table row',NULL,NULL,'','LINE',NULL,10,'','63bf31a8bcecc0ec98cf54240b118d08','',NULL),(2072,'en','default','7f3f3ea34ff98ef6b4a212b840ac93ac','Copy the permalink',NULL,NULL,'','LINE',NULL,10,'','9bf37b0952557dbf1e5d81ec82067b61','',NULL),(2073,'en','default','4b656867f512d822c59bb202c47ba04f','Could not calculate resized image dimensions',NULL,NULL,'','LINE',NULL,10,'','363f9fd6f3e99c5d25b24a9aa671f0a4','',NULL),(2074,'en','default','8211e2295f883aaded0773dfbfa88fa2','Could not create user',NULL,NULL,'','LINE',NULL,10,'','307dcb065aaabe4bc65b79391f72b24f','',NULL),(2075,'en','default','56a378a565009dbfaf46a3648d6a472e','Could not delete meta value from database.',NULL,NULL,'','LINE',NULL,10,'','dbe9d5d0cbfcd5995fba69a776b0ee5c','',NULL),(2076,'en','default','da308de150eecc849fb352d2ef6bb9d0','Could not delete site from the database.',NULL,NULL,'','LINE',NULL,10,'','cfd3ee01b5bda5a6fd0d17325fd5b0d6','',NULL),(2077,'en','default','c4cca6ff433926f1fc0882d08bbf1c6b','Could not find the specified string.',NULL,NULL,'','LINE',NULL,10,'','8ca83e4ac5085f29cf5c2ec2fcf177a5','',NULL),(2078,'en','default','1b5f0bf98c8873a2ab47d77e92fcecac','Could not insert post into the database',NULL,NULL,'','LINE',NULL,10,'','8ed92aa630f51e1a2360ac0bebd57d65','',NULL),(2079,'en','default','4f1407edd016fc1184cceb559b239de5','Could not insert site into the database.',NULL,NULL,'','LINE',NULL,10,'','fc63e5870dbeedce27aecc60f2dd7df5','',NULL),(2080,'en','default','e3991130beeefae5f886f2a112697e57','Could not insert term into the database.',NULL,NULL,'','LINE',NULL,10,'','d2a1aa173d35c3838f81be929cb942a6','',NULL),(2081,'en','default','a0536ea021e3b7c1918e746a0448fffb','Could not insert term relationship into the database.',NULL,NULL,'','LINE',NULL,10,'','f71de7b7e87a4b93c800901a6c9e2d2b','',NULL),(2082,'en','default','c6e0a7fd636f7490bac4d7e07df27b31','Could not load the preview image. Please reload the page and try again.',NULL,NULL,'','LINE',NULL,10,'','6197956a64801bcd4ceddd957c0962fd','',NULL),(2083,'en','default','56bd29e3d4abc3df501bc3295f2f1813','Could not open file handle.',NULL,NULL,'','LINE',NULL,10,'','1feb11ca6420fe2e87c78c55010e30f7','',NULL),(2084,'en','default','05c7b33d8dd0b077991cbc410a0e7187','Could not open handle for %1$s to %2$s.',NULL,NULL,'','LINE',NULL,10,'','0cdaf2b39c7ef70f13c962478fa5e63f','',NULL),(2085,'en','default','e00a0e368079713f48cd0159dca7bff0','Could not read image size.',NULL,NULL,'','LINE',NULL,10,'','c23c5fdc3ac7bb72c2ce8d640e687e7a','',NULL),(2086,'en','default','22f12efad15d22e906de28453b23a856','Could not retrieve site data.',NULL,NULL,'','LINE',NULL,10,'','6a6e93a08d814a21c365fda198f52d1a','',NULL),(2087,'en','default','9b4f5070ad79a0880b3d703a5a006b45','Could not save password reset key to database.',NULL,NULL,'','LINE',NULL,10,'','0f05cfffee3ca55c6be88f631545cf0e','',NULL),(2088,'en','default','4dacec261cb8c16954014be4a2f3b6c0','Could not set that as the thumbnail image. Try a different attachment.',NULL,NULL,'','LINE',NULL,10,'','03232da08c557afd59d682431c4a585c','',NULL),(2089,'en','default','100867726360a9e287d7543112910e58','Could not split shared term.',NULL,NULL,'','LINE',NULL,10,'','bbeb0ca40524eb29154cc2c4429c3ad0','',NULL),(2090,'en','default','0d5d72062f58714ae9f2bc2fd5d16e83','Could not update comment status',NULL,NULL,'','LINE',NULL,10,'','6d515b7302548a8556657cc47a21bc18','',NULL),(2091,'en','default','06a78c67ed474f5f6c71895a6565b42b','Could not update meta value in database.',NULL,NULL,'','LINE',NULL,10,'','ac10fda1c160956b57efaabd7fc9986b','',NULL),(2092,'en','default','515c1eee8dc097e136fc47969ae3094f','Could not update post in the database',NULL,NULL,'','LINE',NULL,10,'','20bae0333fd26f850e101261d956d9ec','',NULL),(2093,'en','default','b1f1f25b3b01579a6e381c4bf96625db','Could not update site in the database.',NULL,NULL,'','LINE',NULL,10,'','ae90e753bdf28d56976c7eedf72c4b9b','',NULL),(2094,'en','default','7e7b1c1b5c228740a43dcc92ab915583','Could not update the email last sent time.',NULL,NULL,'','LINE',NULL,10,'','c59e078b5321d7b0d6eedf3e4d23cf88','',NULL),(2095,'en','default','eb0b8af2065bab3b9032845c0481df90','Could not write file %1$s (%2$s).',NULL,NULL,'','LINE',NULL,10,'','05d53f07e09e6a5d426713ed241aaf1f','',NULL),(2096,'en','default','efe5fbdf0360818c4fcffeaf113ab188','Could not write file %s',NULL,NULL,'','LINE',NULL,10,'','17fd236415c151a5b7456ab014ce7db5','',NULL),(2097,'en','default','c795dfff10a7c952f4c5438951e9ece9','Cover',NULL,NULL,'','LINE',NULL,10,'','eb041ae74f4e34da4d77f49e0893af3f','',NULL),(2098,'en','default','e15623841a0390c8261694a776db4284','Cover Settings',NULL,NULL,'','LINE',NULL,10,'','b71f356a592b56412be2ea3fc8d2184e','',NULL),(2099,'en','default','686e697538050e4664636337cc3b834f','Create',NULL,NULL,'','LINE',NULL,10,'','8fd4b5c22115906b1133278e6f940494','',NULL),(2100,'en','default','04b75c3262e3084408205b19d6c4c18d','Create Audio Playlist',NULL,NULL,'','LINE',NULL,10,'','da36f113428c158cfdb1a9de2d2e46a3','',NULL),(2101,'en','default','55bbf016e2f13280a72b8176df3f8748','Create Gallery',NULL,NULL,'','LINE',NULL,10,'','6207d2b82cee6807c373f4fb973189a9','',NULL),(2102,'en','default','fbfc0d6ac3e29522cd2cad833ae9ec75','Create Menu',NULL,NULL,'','LINE',NULL,10,'','2e124738e7e5acea0f7a89dd7f1345c9','',NULL),(2103,'en','default','5980a66da081ffd2f04b5f9f465a4a7d','Create New Menu',NULL,NULL,'','LINE',NULL,10,'','37cf689f5149588cfb0357a4eace00f6','',NULL),(2104,'en','default','463e258f2c7159365bea1be5eef6ca77','Create Site',NULL,NULL,'','LINE',NULL,10,'','cb2778e4bc9eaf7040ee4dfbfee05114','',NULL),(2105,'en','default','693bb1ceb34534dc345769b05d218ec7','Create Video Playlist',NULL,NULL,'','LINE',NULL,10,'','356fa94d5ccf71a00b496b96521b4eb1','',NULL),(2106,'en','default','a82f4b7d4386c7067c3343ec31d6e5a7','Create a Configuration File',NULL,NULL,'','LINE',NULL,10,'','634cbddc333e7465eb33f50c48aeaa3a','',NULL),(2107,'en','default','4e558b61630cc6f4d1bfeb024d48033f','Create a break between ideas or sections with a horizontal separator.',NULL,NULL,'','LINE',NULL,10,'','25e87afa085efd68755014ee1801d56b','',NULL),(2108,'en','default','b8a8ab478d2f9c53fbda609c20d788a9','Create a bulleted or numbered list.',NULL,NULL,'','LINE',NULL,10,'','ab6af82908a11e5e1885228cf0bec0d9','',NULL),(2109,'en','default','11650668910aecad97dbee8f670a003c','Create a menu for this location',NULL,NULL,'','LINE',NULL,10,'','b7bf7f0279a8f1c3771db9aee67b96a7','',NULL),(2110,'en','default','62dc78e4682317406474b80b417cef52','Create a new gallery',NULL,NULL,'','LINE',NULL,10,'','c56c76f635d04fa0ab8d3048cd401cae','',NULL),(2111,'en','default','cc83e65bc46825681610629ed8082bcd','Create a new playlist',NULL,NULL,'','LINE',NULL,10,'','825422c1f2fbbde96aba89e4381f56c0','',NULL),(2112,'en','default','38ca15a012cdbc6039592b9bb422dc67','Create a new video playlist',NULL,NULL,'','LINE',NULL,10,'','9ee6ff7a71be51be90c4ed180ebcc475','',NULL),(2113,'en','default','99f3d0ba9a0263b76ffce3f18bf3296a','Create content, and save it for you and other contributors to reuse across your site. Update the block, and the changes apply everywhere it’s used.',NULL,NULL,'','LINE',NULL,10,'','6e9764e0146b601c0369e387c6f3501e','',NULL),(2114,'en','default','b68c9efe025b2fdb200d14f8e01ccd9b','Create password',NULL,NULL,'','LINE',NULL,10,'','500c4aab62c5e3015c58e3cf06d0c875','',NULL),(2115,'en','default','43f49d08f49eb64458e5fbf6b8c5dd51','Creating a comment requires valid author name and email values.',NULL,NULL,'','LINE',NULL,10,'','ad4e7280c8cbe26b42e4769a3381f8ae','',NULL),(2116,'en','default','2790aad43b624ca8a857744c5a54d2d6','Creating comment failed.',NULL,NULL,'','LINE',NULL,10,'','b6e41b8d6c1bceed8fd235ad06a7d06d','',NULL),(2117,'en','default','0c1be09bad2acaa2fa315b88abda8a32','Croatian',NULL,NULL,'','LINE',NULL,10,'','604c52959bf08700c1186ef84a7bf06e','',NULL),(2118,'en','default','018ef39434f30d0af6226d97e6b63aea','Crop Image',NULL,NULL,'','LINE',NULL,10,'','314a7489ad8d2de9b418c3da9ba1aa16','',NULL),(2119,'en','default','3272c4ef9c2e0f69ee090adb4896dee5','Crop Images',NULL,NULL,'','LINE',NULL,10,'','b81c6e505bdd144705039b3c33922ad8','',NULL),(2120,'en','default','a7200830ef2e97b10304d8d24812a09f','Crop thumbnail to exact dimensions',NULL,NULL,'','LINE',NULL,10,'','7a0ccf0a23c233155c2c20bff64c21cb','',NULL),(2121,'en','default','c504c47f8dfa98045ddde43c9e1a0962','Crop your image',NULL,NULL,'','LINE',NULL,10,'','7d8283b78ee283664c5529a9fcdc8343','',NULL),(2122,'en','default','dd9dfe69f775b942cc1de3ca888027a4','Cropping…',NULL,NULL,'','LINE',NULL,10,'','ed174d305e3084c2521bbb984049cf66','',NULL),(2123,'en','default','df04b0e50e0e512b17ca76c086b9f5a7','Crunching…',NULL,NULL,'','LINE',NULL,10,'','ae0e0380d0a0325764b0f6821de53705','',NULL),(2124,'en','default','61ef54d3a41c7d3d99b86d9c04dbe712','Ctrl + Alt + letter:',NULL,NULL,'','LINE',NULL,10,'','f1f422677684ac6026c5aecbf62e3bfa','',NULL),(2125,'en','default','d76f78d4c2665b91d48f5939bfb6e071','Ctrl + letter:',NULL,NULL,'','LINE',NULL,10,'','476d3df55fd4514ddddff4da1648a828','',NULL),(2126,'en','default','222a267cc5778206b253be35ee3ddab5','Current',NULL,NULL,'','LINE',NULL,10,'','53a32d2c515b0afc8ebe15072c403c36','',NULL),(2127,'en','default','8790d52a024eb884b11ed70b95e744c4','Current header',NULL,NULL,'','LINE',NULL,10,'','df6f360625b67d292123684506ddd808','',NULL),(2128,'en','default','443c86ef6ad2111e6b941d34dd515037','Current page of the collection.',NULL,NULL,'','LINE',NULL,10,'','ba41ff3a1db7d5a662e954453bd4e839','',NULL),(2129,'en','default','f277bedeecb3e74dcf7ce5f3fc41b21a','Currently %s comment is waiting for approval. Please visit the moderation panel:',NULL,NULL,'','LINE',NULL,10,'','72fe23c86ffa7a5e91b113e62d49f913','',NULL),(2130,'en','default','f617b0bec4116ac6fef713072a60b3e1','Currently %s comments are waiting for approval. Please visit the moderation panel:',NULL,NULL,'','LINE',NULL,10,'','3cef23a8f62fbb3f8d6d9ddc152927ec','',NULL),(2131,'en','default','42e6feb7f76e910efcda54034ecc83ce','Custom CSS',NULL,NULL,'','LINE',NULL,10,'','7af54de0ebcea0317e14b096436719c0','',NULL),(2132,'en','default','fc18f1be7b5e7293726be3a545cfbe4f','Custom Color',NULL,NULL,'','LINE',NULL,10,'','a6ae51684fa533eeb52908b945248690','',NULL),(2133,'en','default','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'','LINE',NULL,10,'','8dd5fee1dad5778be5b20e7e86cc755d','',NULL),(2134,'en','default','512923e3b931df3400cc06287e7541cc','Custom HTML',NULL,NULL,'','LINE',NULL,10,'','0f7bf53e2bcb07e00f644084295ea5d7','',NULL),(2135,'en','default','3c7c472d72d9a974f369914953ce2c75','Custom HTML Widget',NULL,NULL,'','LINE',NULL,10,'','fa40db03fc5aab0aca26c7a2e2eee778','',NULL),(2136,'en','default','a8bddd1e894fd804fba86c3f1e7402d0','Custom Link',NULL,NULL,'','LINE',NULL,10,'','8a27ea40a4e1e5788492a0ed7e9ccb13','',NULL),(2137,'en','default','d8ee653e39b6c2c090d11f11306d85d7','Custom Links',NULL,NULL,'','LINE',NULL,10,'','7a209c51a7b2c240455e38308b9025bd','',NULL),(2138,'en','default','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'Custom Preset','9caa809666d9f99f449f1e39a372e693','',NULL),(2139,'en','default','7c9f1feebb5d8aa40b3c4cd0bfd62ac4','Custom Size',NULL,NULL,'','LINE',NULL,10,'','b948e13f9476ab0b252b505694788def','',NULL),(2140,'en','default','812a48ba719daeda82e4da8e812d426c','Custom URL',NULL,NULL,'','LINE',NULL,10,'','81424ef5efdc60b5e1a271e0de0ff8bd','',NULL),(2141,'en','default','0b3e5b731a0b9f0904f31b76626c423d','Custom color',NULL,NULL,'','LINE',NULL,10,'','976094b3d4ca95c343795403b31cb2d2','',NULL),(2142,'en','default','b1fb1a5b7dbe0dbb56b98558584ad1ba','Custom color picker',NULL,NULL,'','LINE',NULL,10,'','0081bb0a23a4e6fdbace89f9e822acff','',NULL),(2143,'en','default','3bb24088468b69ce639cd10eef0e9348','Custom font size',NULL,NULL,'','LINE',NULL,10,'','30f5392c65815cf9d43d90fc0f7a9b7c','',NULL),(2144,'en','default','63a78ed4647f7c63c2929e35ec1c95e3','Customize',NULL,NULL,'','LINE',NULL,10,'','9ee3f57940b902465685e78630f0c576','',NULL),(2145,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'Customize Changeset','08482dc81290382959b272358e2f92d7','',NULL),(2146,'en','default','1e864131479d277822088d260476f855','Customize theme: %s',NULL,NULL,'','LINE',NULL,10,'','5be4cda0bbf1112b0aa45a614eac5c4c','',NULL),(2147,'en','default','0de54d066af6199938e357b623bfa57f','Customize: %s',NULL,NULL,'','LINE',NULL,10,'','48f046c19ec84d7fc98ecdc82bee49f0','',NULL),(2148,'en','default','0adc559fe25b7860631286cc02f5a700','Customizer',NULL,NULL,'','LINE',NULL,10,'','51501e370b6d99e6fd1fa28927d6431b','',NULL),(2149,'en','default','5a76a8057904234ba22c7ebdf24f3802','Customizing',NULL,NULL,'','LINE',NULL,10,'','6b8ca1e4c6b11ebd7d1f844580570242','',NULL),(2150,'en','default','422e76add6dd5ef396c826e672389a75','Customizing ▸ %s',NULL,NULL,'','LINE',NULL,10,'','5ac6df42ce6e8dbb4e6b110649b4267e','',NULL),(2151,'en','default','eb334dca00e390e0d3ebf52d205807d7','Cut',NULL,NULL,'','LINE',NULL,10,'','e019a7f41198169bdf000b65edbba733','',NULL),(2152,'en','default','78e2125674e77c7f1b8290f8a5714ea1','Cut table row',NULL,NULL,'','LINE',NULL,10,'','dc820ed1234ec2b0ce6c34dbcd019078','',NULL),(2153,'en','default','d6346de3027c3ad99759b2772b928707','Cyan bluish gray',NULL,NULL,'','LINE',NULL,10,'','7409c38bc95d71b4ae6a412fac7a5810','',NULL),(2154,'en','default','83ff4480cdf2900ae83bf30d95774d76','Czech',NULL,NULL,'','LINE',NULL,10,'','81baac0c7c710dc6bf58b2c6e45d586e','',NULL),(2155,'en','default','7bc6f150ce738db3d21cbe0b75aea027','Danish',NULL,NULL,'','LINE',NULL,10,'','9a4521f594052e373454a0c6b2b180bb','',NULL),(2156,'en','default','a18366b217ebf811ad1886e4f4f865b2','Dark',NULL,NULL,'','LINE',NULL,10,'','8d8c8e1342cc1c5eb174c17393ca3097','',NULL),(2157,'en','default','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'','LINE',NULL,10,'','91e775de68b434cf74a0d7bbacd79b14','',NULL),(2158,'en','default','de777c62ae5555f733a06f3ca8afeaf8','Database Error',NULL,NULL,'','LINE',NULL,10,'','d9fe9ed576b4f240f7caaf4a6cd40b6e','',NULL),(2159,'en','default','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,10,'','69b52ea3922711a1998288c213b25eff','',NULL),(2160,'en','default','8b6f6d305407f0b686f1974206ad415c','Date Format',NULL,NULL,'','LINE',NULL,10,'','2bae2d0711493a16bc03a2313bcd923e','',NULL),(2161,'en','default','b6e43da299780697382d42fc98d3959c','Date/time',NULL,NULL,'','LINE',NULL,10,'','989d39feb5fe68d6aaea42c09d524974','',NULL),(2162,'en','default','03727ac48595a24daed975559c944a44','Day',NULL,NULL,'','LINE',NULL,10,'','f395ba320bb60ac979801be70db3a06c','',NULL),(2163,'en','default','7bd81675e05f802640a6fe8555a176b9','Day: %s',NULL,NULL,'','LINE',NULL,10,'','318a746bdda8c574d9c5fc9c25bebe17','',NULL),(2164,'en','default','82331503174acbae012b2004f6431fa5','December',NULL,NULL,'','LINE',NULL,10,'','72e161e2a446c008fad1c2f177d20488','',NULL),(2165,'en','default','d207b4e0bce42a8f1555ce3a05e287f6','Dec',NULL,NULL,'','LINE',NULL,10,'December abbreviation','fc75df6e2e7663b8822bf2fd5c74e1ee','',NULL),(2166,'en','default','099be1cb7df6c9b56db2722d788e9dc0','Decrease indent',NULL,NULL,'','LINE',NULL,10,'','12d2fe22eec4c0aa8545f88b9c537f9d','',NULL),(2167,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'','448d31dfa672661f27004ea536b7ae5d','',NULL),(2168,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'Default Preset','840a5a562d2a1266ddfd55bfd854ad58','',NULL),(2169,'en','default','0213ffff03c1fe2f6cc81efebcde717a','Default post category.',NULL,NULL,'','LINE',NULL,10,'','69926331e4762e6fb2d2a223e75a6f89','',NULL),(2170,'en','default','72d9a4697ddd4698e9093c7ecac95070','Default post format.',NULL,NULL,'','LINE',NULL,10,'','2a6a83ae6ad1cf5306bd369b445e785f','',NULL),(2171,'en','default','ab06a32569e1026ba8883eb420ed6803','Default shortcuts,',NULL,NULL,'','LINE',NULL,10,'','2034327e5e05031ca2e1e6c64d2278f0','',NULL),(2172,'en','default','04a4b7e9a183b051a4eb480da8e63b5b','Delete Column',NULL,NULL,'','LINE',NULL,10,'','f3d0a3bdd408f8d3c1ce410b526b28d1','',NULL),(2173,'en','default','dd5df09183ca69f1348d5037c4fccd70','Delete Menu',NULL,NULL,'','LINE',NULL,10,'','a15b18d5ab1e9f5d4df50c4b475651df','',NULL),(2174,'en','default','aa47bb0913144619a0a9abc59d59d6ed','Delete Permanently',NULL,NULL,'','LINE',NULL,10,'','02dd03f67e52f4f3058ccc8285412f4f','',NULL),(2175,'en','default','738e82e3f836dcc2fc846ebf131ac77a','Delete Row',NULL,NULL,'','LINE',NULL,10,'','bf905762cae936bf6ec08a79a2127943','',NULL),(2176,'en','default','f722b0bbb0ecaa598bf84b6568ac826b','Delete column',NULL,NULL,'','LINE',NULL,10,'','1b4213e3d8e3df2dff92ce9d9ccfb9a0','',NULL),(2177,'en','default','b3c37a0174f3e1aadb01cfcca5745ac7','Delete it: %s',NULL,NULL,'','LINE',NULL,10,'','945a75aa738141af90ca62efbf1f1fee','',NULL),(2178,'en','default','198b6544853854b80b916df7c46db6a1','Delete row',NULL,NULL,'','LINE',NULL,10,'','5b819f0b634e0a61f220918fc91f196b','',NULL),(2179,'en','default','9c68030837b3943d2897c25b3fb8aa87','Delete table',NULL,NULL,'','LINE',NULL,10,'','61bfbd86f25faa451b553df2d54320a0','',NULL),(2180,'en','default','d30698842616368c80183b091af79a26','Deleted text (strikethrough)',NULL,NULL,'','LINE',NULL,10,'','9ff29d807bd17f19c4a84c770a62b5e9','',NULL),(2181,'en','default','1294e8c29fb59da902198447bd9a256c','Deleting...',NULL,NULL,'','LINE',NULL,10,'','94670e969d92fd25234879312d63f791','',NULL),(2182,'en','default','f74ee12e9a711c21f33c4f42fa0cd602','Deletion failed: %s',NULL,NULL,'','LINE',NULL,10,'','ae7488c0cf0847ef5cc8bf95acaa858d','',NULL),(2183,'en','default','cc4702e642680a7a4af2e946f9d9fae6','Describe this audio file…',NULL,NULL,'','LINE',NULL,10,'','121910453ef1465498a8c9757a802d55','',NULL),(2184,'en','default','7482476f6486da66050c43f94a21b70c','Describe this media file…',NULL,NULL,'','LINE',NULL,10,'','89f866f5bb107f9f1693d9ecd6886ce9','',NULL),(2185,'en','default','81f7debe195e2b24e8a52aa52c25f572','Describe this video…',NULL,NULL,'','LINE',NULL,10,'','ae259c737cdb3e57a504776c43f76b07','',NULL),(2186,'en','default','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'','c2d6bda1130ce10540fc12e1fa7d5d30','',NULL),(2187,'en','default','9f9eda69604e9495c95ce4b670a0ef2c','Description for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,10,'','2f760c703930beafdba355cd941a6e2a','',NULL),(2188,'en','default','9af1ed9e2b94afaab87bec08c6ff7428','Description of the user.',NULL,NULL,'','LINE',NULL,10,'','7f0165eea52cce21704cbfa8160bf367','',NULL),(2189,'en','default','94186070ef6773ba0f1721c19980e487','Deselect',NULL,NULL,'','LINE',NULL,10,'','0cbd9b40aa3685c9f28443970d5e30ea','',NULL),(2190,'en','default','50d1e7674959dc8645e9ee79de6cd9bb','Destination directory for file streaming does not exist or is not writable.',NULL,NULL,'','LINE',NULL,10,'','3446860ebe2c9a945e08fb8b29c13d7a','',NULL),(2191,'en','default','366a07e5515448b8fa93624b25f7809e','Details about the media file, specific to its type.',NULL,NULL,'','LINE',NULL,10,'','557ee8c28321786826ef68ad26119bb5','',NULL),(2192,'en','default','da48773883fdf3c4dd9342dd98dae32e','Details for theme: %s',NULL,NULL,'','LINE',NULL,10,'','de5f504f853c0a1ece426ae02a7b0403','',NULL),(2193,'en','default','01ecfbc6c8523e759b643aecdeb61c54','Did you just paste HTML?',NULL,NULL,'','LINE',NULL,10,'','46b071184eebcadc2485e669646edb42','',NULL),(2194,'en','default','11794736544fbfa70ff44944f8cf8416','Did you know there is a “Custom HTML” widget now? You can find it by pressing the “<a class=\"add-widget\" href=\"#\">Add a Widget</a>” button and searching for “HTML”. Check it out to add some custom code to your site!',NULL,NULL,'','LINE',NULL,10,'','4dc32e661c2490177fa8c14ca3176711','',NULL),(2195,'en','default','9345f3bb224d0c47a2dcb43fcab614fe','Did you know there is a “Custom HTML” widget now? You can find it by scanning the list of available widgets on this screen. Check it out to add some custom code to your site!',NULL,NULL,'','LINE',NULL,10,'','9009058e4e7bf64ab14d78aaedc6ee30','',NULL),(2196,'en','default','f4843c1c797abf1a256c8802b6cd9f51','Dimensions',NULL,NULL,'','LINE',NULL,10,'','ddf0d4f56bf1326aa87449653e2d366e','',NULL),(2197,'en','default','adcb4df47ab876d9a93d8a523e130c31','Dimensions:',NULL,NULL,'','LINE',NULL,10,'','538af31a13f309321e27069a2829ef01','',NULL),(2198,'en','default','213d29d6e46e982f556213cd17608d8f','Disable tips',NULL,NULL,'','LINE',NULL,10,'','bdf13e81e7f0dd4ef6f17d5ffc76db73','',NULL),(2199,'en','default','98313f623bb6f464b9a154eca0b99bf3','Discard changes',NULL,NULL,'','LINE',NULL,10,'','1e692736246797c7aab741941c5bd920','',NULL),(2200,'en','default','eed9474fd944d045ff056d20004acaa3','Discussion',NULL,NULL,'','LINE',NULL,10,'','6dfe90a4f37324bdf552b4cb4a623257','',NULL),(2201,'en','default','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,10,'','f51af01649221d1f9d79ab8fc8fb45d0','',NULL),(2202,'en','default','250f0a912c138c23433708ee39f693d2','Dismiss Errors',NULL,NULL,'','LINE',NULL,10,'','4c654361b77ba85f61791308e52e9fa9','',NULL),(2203,'en','default','3146b03cfc1c9f2fc7110fb73f7307de','Dismiss this notice',NULL,NULL,'','LINE',NULL,10,'','b801d88387ba13ef43ca6d90c21de5e1','',NULL),(2204,'en','default','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,10,'','710274e15154f7ec5cfe5536bf18339e','',NULL),(2205,'en','default','fc192cb4d94f6c6bea6aa40dab24eb30','Display Avatar',NULL,NULL,'','LINE',NULL,10,'','659ed2d46d06926c2e596c39293d68e6','',NULL),(2206,'en','default','a6a1f6e2d8195754c4a67f37fd9807a8','Display Date',NULL,NULL,'','LINE',NULL,10,'','f7eb1c18f6095e1ad251a7964c9cbfff','',NULL),(2207,'en','default','28b6577211cb67661456082b4c0c2f72','Display Excerpt',NULL,NULL,'','LINE',NULL,10,'','f588063cc76e5956408a20b279bb71b0','',NULL),(2208,'en','default','3d23e1e11c824540fb5ae59cadefd5d5','Display Settings',NULL,NULL,'','LINE',NULL,10,'','0beb1ee14f898c7207612fa9884b28de','',NULL),(2209,'en','default','91fcabc9cf744658b7193ff8313f5137','Display Site Title and Tagline',NULL,NULL,'','LINE',NULL,10,'','c6ca18ffd6392173de3630071f4dbd51','',NULL),(2210,'en','default','e907887f53b8a7768cc29c47621a532f','Display a legacy widget.',NULL,NULL,'','LINE',NULL,10,'','d99c753074709740e8bcf3d0885c9ed3','',NULL),(2211,'en','default','ddcaa4091eef62030a3e2e218da44073','Display a list of all categories.',NULL,NULL,'','LINE',NULL,10,'','1f547b89bc4ad822fa151c38b021dd7e','',NULL),(2212,'en','default','3d49e966753e626c11f67c88b8ee1ca3','Display a list of your most recent comments.',NULL,NULL,'','LINE',NULL,10,'','cf21b07dfe750c65491f8981688b2424','',NULL),(2213,'en','default','045efe6239c5d10379b1a9cf2336aff3','Display a list of your most recent posts.',NULL,NULL,'','LINE',NULL,10,'','87784cea8a0887ed65279c6232e06bbf','',NULL),(2214,'en','default','19dfb4fd2100555fef46c5a753d7be3a','Display a monthly archive of your posts.',NULL,NULL,'','LINE',NULL,10,'','c421ab58a9f375793dd4507c316320d8','',NULL),(2215,'en','default','030e9e362167ae5359408af95475e519','Display as Dropdown',NULL,NULL,'','LINE',NULL,10,'','719aab78c4fc54202951c9df1a0b44be','',NULL),(2216,'en','default','7fb1da4e94fb3f1280d6486602bcffab','Display as dropdown',NULL,NULL,'','LINE',NULL,10,'','2e0d4b5d38a5ba330300c8da0dbdc5b4','',NULL),(2217,'en','default','c9bb54a9d23cc187b8475c7838019050','Display author',NULL,NULL,'','LINE',NULL,10,'','6bac5870f5ba75eae2cfd139bac9625e','',NULL),(2218,'en','default','1fad91bbbc3b45ac13fd12096d61c624','Display code snippets that respect your spacing and tabs.',NULL,NULL,'','LINE',NULL,10,'','a6cb4498d01d640f0ba14f2a5a2b16f8','',NULL),(2219,'en','default','8e9784d40744d554a0e8a7b8000d2e1c','Display date',NULL,NULL,'','LINE',NULL,10,'','bda76a277b4d2a26457b58875c6eb5b5','',NULL),(2220,'en','default','04b376a4d7b10da9d55dfedb5136affd','Display entries from any RSS or Atom feed.',NULL,NULL,'','LINE',NULL,10,'','3764330ac3ba5af79131346ff7d0464d','',NULL),(2221,'en','default','c9789c2a326f96c089b9ac997f79afeb','Display excerpt',NULL,NULL,'','LINE',NULL,10,'','521f2da303b45f16592e185e6203d885','',NULL),(2222,'en','default','7ab222df57dcad519d40f8f354603e8f','Display item author if available?',NULL,NULL,'','LINE',NULL,10,'','212b9f4bfc9448d6743b4c43180bc9be','',NULL),(2223,'en','default','7787a0a8d26e209905d0e49a7dd17e8c','Display item content?',NULL,NULL,'','LINE',NULL,10,'','3a04bdc420ff17ed1f5b281680f936fb','',NULL),(2224,'en','default','de9ccf3cc03882a07de9da765cb3b7f9','Display item date?',NULL,NULL,'','LINE',NULL,10,'','b2627c12ad7b480446f1eadb1a5a2506','',NULL),(2225,'en','default','4e7f827d5e2c2e97307c30ae64c4aaec','Display multiple images in a rich gallery.',NULL,NULL,'','LINE',NULL,10,'','8ce78be8264fb53c18de47fba6e293e0','',NULL),(2226,'en','default','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'','LINE',NULL,10,'Display name based on first name and last name','14a8c42e5e3f7c5d8fdaa6258ffa307e','',NULL),(2227,'en','default','17dc974b40d6af5af4f849dbc86653c3','Display name for the object author.',NULL,NULL,'','LINE',NULL,10,'','3e4c9b40b636c3c759f6d7fe18a653b0','',NULL),(2228,'en','default','987b9e93841993d344679df20d1af1f5','Display name for the user.',NULL,NULL,'','LINE',NULL,10,'','415efdb8cc8a70c13e1fdd0e64067e51','',NULL),(2229,'en','default','46a957523bfe5b41aef799a3d88d2b38','Display post date',NULL,NULL,'','LINE',NULL,10,'','5a8ffda31e4adb86b1f9ec4beeddc2aa','',NULL),(2230,'en','default','ac45b2ec6c5fb197af0df94ef4564e29','Display post date?',NULL,NULL,'','LINE',NULL,10,'','c74798ff811916500a7826fea3b56ddb','',NULL),(2231,'en','default','07b0e2cb46e3f6ed76a435b839d1568c','Display the selected text in a monospaced font.',NULL,NULL,'','LINE',NULL,10,'','8cab01b74bcf7e1b6e889c46739ca4d0','',NULL),(2232,'en','default','2b69450e0d957afbc7336f22562956dc','Display this help.',NULL,NULL,'','LINE',NULL,10,'','f9382f407cd11a9bb3b52e77f23a8a2d','',NULL),(2233,'en','default','467eea8a05df846ffa6513bf840dc6ad','Displaying %d themes',NULL,NULL,'','LINE',NULL,10,'','a8227c7ceab591db0fb2727b664c7ea7','',NULL),(2234,'en','default','d59a5190ecc6106b3d2382d1e3b031c2','Displays a video from the media library or from YouTube, Vimeo, or another provider.',NULL,NULL,'','LINE',NULL,10,'','08003ceb6269c4eaa0c48034f44e9bc3','',NULL),(2235,'en','default','f2e7f68e50df781840418a02a66af283','Displays an audio player.',NULL,NULL,'','LINE',NULL,10,'','374afcd941dc1d8195817858fddfb1be','',NULL),(2236,'en','default','e5984de233844431aafed75a1364a24c','Displays an image gallery.',NULL,NULL,'','LINE',NULL,10,'','4dfdf9df58d18ae059b6512de0973415','',NULL),(2237,'en','default','7f376f08440446f28374bfc71a84f965','Displays an image.',NULL,NULL,'','LINE',NULL,10,'','af6209842aa9259fcc490ead15491a30','',NULL),(2238,'en','default','06b683307b1f1df14e2b46a32f17914b','Distraction-free writing mode',NULL,NULL,'','LINE',NULL,10,'','d7349605c180f396bd0ab16f77e4ae3a','',NULL),(2239,'en','default','f10d0c7137943f3d40ef3622697a9e6b','Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.',NULL,NULL,'','LINE',NULL,10,'','f0972eb578b599573d68794b827e0ad8','',NULL),(2240,'en','default','31e75ad34b915c5d599814e4cb3c4768','Do not pass %1$s tags to %2$s.',NULL,NULL,'','LINE',NULL,10,'','3225d9ab4c51f08addf788e29d8a0168','',NULL),(2241,'en','default','43d9e3dff3b32a21f11e319ae091091e','Do you really want to <a href=\"%s\">log out</a>?',NULL,NULL,'','LINE',NULL,10,'','c1a8c7376c112c69c933bc823941cc84','',NULL),(2242,'en','default','0945359809dad1fbf3dea1c95a0da951','Document',NULL,NULL,'','LINE',NULL,10,'','8723820c9ae21eddc455130c4d162a66','',NULL),(2243,'en','default','dc2a72c9ce0bcc5559096c36e4acb7aa','Document (selected)',NULL,NULL,'','LINE',NULL,10,'','ed9b0116f0c426aab735af2010ac06d1','',NULL),(2244,'en','default','8eaa2e102cb2f1999ebb5db63c817ca0','Document Outline',NULL,NULL,'','LINE',NULL,10,'','49af6f719608a4416caceca94325c30d','',NULL),(2245,'en','default','eee7664adca2965d03b374b909e9eb82','Document Panels',NULL,NULL,'','LINE',NULL,10,'','312574d7307aaba7b32357734461d380','',NULL),(2246,'en','default','5bfb4ad4aa3b9b8d491cb00c33e99c7e','Document Preview',NULL,NULL,'','LINE',NULL,10,'','2ae0b2099d2238001e624f93fb836706','',NULL),(2247,'en','default','756ca7ac2e407e3cf5f594b5338f3adb','Document Statistics',NULL,NULL,'','LINE',NULL,10,'','1e90f4609fc3ef103d3d30b05a81e1cf','',NULL),(2248,'en','default','a7324b6843daa419f8dcd7d5d5e62b75','Document and block tools',NULL,NULL,'','LINE',NULL,10,'','956d65e34e9e2760200ee93bf08979d7','',NULL),(2249,'en','default','c95596f9533392e334dc42afb40cc93e','Document properties',NULL,NULL,'','LINE',NULL,10,'','b711c8fdf3c5ace5613b625e78b7dc2c','',NULL),(2250,'en','default','17e88cfbfe848cafbeede3d01986c193','Document tools',NULL,NULL,'','LINE',NULL,10,'','591c5735146d4b20aa720c3a7d4f9e13','',NULL),(2251,'en','default','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,10,'','408b4bbf4d0749079af0d36ddbe0b91f','',NULL),(2252,'en','default','3709faf13adbf10253f0dc51297b0862','Does the user %1$s have permission to use the %2$s database?',NULL,NULL,'','LINE',NULL,10,'','e524b01d73e2506880c999932f2fa5bb','',NULL),(2253,'en','default','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,10,'','0feedc645a517acebf785a1a79b490d9','',NULL),(2254,'en','default','4c72d232d1a1406e6c26251bbf6c3b25','Dots',NULL,NULL,'','LINE',NULL,10,'','73d6d40ceea458097f2321fbcb5fdd1a','',NULL),(2255,'en','default','9dbeb46afc4260c6e0ee77c696550996','Double-check your settings before publishing.',NULL,NULL,'','LINE',NULL,10,'','f47e4da418622b3c998df981744f3e4a','',NULL),(2256,'en','default','2617c7461efe2089869cab46b7852a06','Download Button Settings',NULL,NULL,'','LINE',NULL,10,'','f1443d7decf934d46374b3db1629673f','',NULL),(2257,'en','default','45478649ca94a2e85048a1c2713ce76a','Download Video',NULL,NULL,'','LINE',NULL,10,'','6e5b4d17e98c43133a9c1301ff3a570c','',NULL),(2258,'en','default','191d138ef6ea28849bdd863418c87ba1','Downloading your new theme…',NULL,NULL,'','LINE',NULL,10,'','04004484f894ee34710042cb8b42f283','',NULL),(2259,'en','default','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'','LINE',NULL,10,'','b9e113538fc17c7dd5b12712a392c691','',NULL),(2260,'en','default','2d71622107288fedd3f3d677682e6fa2','Draft <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','c3a4f87ce11230cca3ac6697df93db80','',NULL),(2261,'en','default','be563fc0e0a230e8061525359c58afdd','Drafts <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','9034cd10216a56ebc2fa0e7181b9720c','',NULL),(2262,'en','default','6c72916b25f0dc05f575f80b060472fd','Draft Saved',NULL,NULL,'','LINE',NULL,10,'','183ce40a162f34176659430e288cbab6','',NULL),(2263,'en','default','1bdaf13714590f0dced2bde50fb49654','Drag a file, upload a new one or select a file from your library.',NULL,NULL,'','LINE',NULL,10,'','a8eaccf0b42b1562e965a393d5b9105a','',NULL),(2264,'en','default','660f3f8d3bad279c08bd819597cefa83','Drag a media file, upload a new one or select a file from your library.',NULL,NULL,'','LINE',NULL,10,'','21b2af7586dc434af89e4cdadd0075d7','',NULL),(2265,'en','default','d11c599dea55310ec2b5cfdd4587ed02','Drag a video, upload a new one or select a file from your library.',NULL,NULL,'','LINE',NULL,10,'','1cc5ef62387fc969a2113fe493364e9a','',NULL),(2266,'en','default','49fa333d5100eafb5495998dba290442','Drag an audio, upload a new one or select a file from your library.',NULL,NULL,'','LINE',NULL,10,'','7151589ac633b9a12864db927d2cf219','',NULL),(2267,'en','default','88f14f85c9921d9a0cbbf1b60e2c6bad','Drag an image or a video, upload a new one or select a file from your library.',NULL,NULL,'','LINE',NULL,10,'','f73b749cc1883795d9c2b8c476c36706','',NULL),(2268,'en','default','1412b72989455de9a7a45dfffe83d258','Drag an image, upload a new one or select a file from your library.',NULL,NULL,'','LINE',NULL,10,'','7bb5ec2f2b852b9e9d7e475d0383bc08','',NULL),(2269,'en','default','5ef98452db94b834f8e4f164639fc187','Drag and drop to reorder media files.',NULL,NULL,'','LINE',NULL,10,'','4b1361fb72f0ddfb536a579a652e1ac2','',NULL),(2270,'en','default','d66d7df46602f54d427dcc5bf084d77d','Drag and drop to reorder tracks.',NULL,NULL,'','LINE',NULL,10,'','601e72b29c42427239b0b6edb51b8fa7','',NULL),(2271,'en','default','e63f311867311b886d8c06f5f8a90b40','Drag and drop to reorder videos.',NULL,NULL,'','LINE',NULL,10,'','8b577d2f5df8bbaef1ee92b3285fe9bb','',NULL),(2272,'en','default','0476e07ad6529ae58e33c5fe8f0c0699','Drag boxes here',NULL,NULL,'','LINE',NULL,10,'','01266f0b9b3fa7fa48542aa86fd34059','',NULL),(2273,'en','default','ce024995954abe1d82c14f019c698067','Drag images, upload new ones or select files from your library.',NULL,NULL,'','LINE',NULL,10,'','a05a71c499def572a4fa1ccd668dab48','',NULL),(2274,'en','default','cc74161b4d0042cb69688fc031335b36','Drop Cap',NULL,NULL,'','LINE',NULL,10,'','e2d11bc65320fd22e15b218ea9f0764c','',NULL),(2275,'en','default','3afbf174438efc3a2dbd1f9180dd77a4','Drop files anywhere to upload',NULL,NULL,'','LINE',NULL,10,'','73c269c64f1f94b2b6cd1020a323470f','',NULL),(2276,'en','default','cc27bdc4fdf6042a63931955907149ee','Drop files to upload',NULL,NULL,'','LINE',NULL,10,'','93ed5472da3053da0553401fa105bbe0','',NULL),(2277,'en','default','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,10,'','94ad0bcd659487250b95ae8d69856f64','',NULL),(2278,'en','default','ffa27d46f62cb4da0dfd58040676e031','Duplicate comment detected; it looks as though you’ve already said that!',NULL,NULL,'','LINE',NULL,10,'','3c2c70cb57ac0b724452cfbaa0b890ed','',NULL),(2279,'en','default','f01b044032d4a90556b9ba8a179669b8','Duplicate the selected block(s).',NULL,NULL,'','LINE',NULL,10,'','b9adf63843a116a9e9504e8e634f0036','',NULL),(2280,'en','default','68bf367e228f45ba83cb8831a5ee6447','Dutch',NULL,NULL,'','LINE',NULL,10,'','ff1d25ac919497e477b5afcefd0871a2','',NULL),(2281,'en','default','7b0765d79dc79d164705b67bed1388de','ERROR: The themes directory is either empty or doesn’t exist. Please check your installation.',NULL,NULL,'','LINE',NULL,10,'','92fdabc65fceeda8950339b0936a35ae','',NULL),(2282,'en','default','1a7d171b38635833bab8172656d22d90','ERROR: This is not a valid feed template.',NULL,NULL,'','LINE',NULL,10,'','ee15d9e02a600c22cfadac68df3c42dd','',NULL),(2283,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','91e7cf9d6679d0028fbf72f251a9db4f','',NULL),(2284,'en','default','c9e8da53943644fc5b2492785387b62a','Edit Audio Playlist',NULL,NULL,'','LINE',NULL,10,'','e9b8dcd2b9a2ed1aba063bfb704204d8','',NULL),(2285,'en','default','225ac1a5b3a2afa8f996d92f55940b79','Edit Block',NULL,NULL,'','LINE',NULL,10,'','bccf5eeb3504ef88b9555e92b52b65c6','',NULL),(2286,'en','default','176bf027c77f1139b35c26a2b0641497','Edit Category',NULL,NULL,'','LINE',NULL,10,'','330d12ed03695f68dc5c840cd93f79a1','',NULL),(2287,'en','default','789c03bf8264cd9af754067d2b9c158d','Edit Changeset',NULL,NULL,'','LINE',NULL,10,'','89a09bb98950f71e10971f88ed04a51d','',NULL),(2288,'en','default','5660c6dad0d0a25ffa0e26a9f82172e3','Edit Gallery',NULL,NULL,'','LINE',NULL,10,'','30198923ad2cd72a029a3ef6298ee901','',NULL),(2289,'en','default','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'','LINE',NULL,10,'','cd9369b8844fdff34770dd36adf2d6ce','',NULL),(2290,'en','default','ff15d4e97d08c2ab0351169af757b0f2','Edit Link',NULL,NULL,'','LINE',NULL,10,'','d9574f640c6af8c734d8c6fae9bbfb5b','',NULL),(2291,'en','default','60fdd28c62d11545e568f150608d946f','Edit Link Category',NULL,NULL,'','LINE',NULL,10,'','6779029bd68955c71e06fb74fce727c2','',NULL),(2292,'en','default','96b60a1bf66653894616670b8c91edab','Edit Media',NULL,NULL,'','LINE',NULL,10,'','d32effd0cca9c9d0ac74a8d25ff44301','',NULL),(2293,'en','default','b7db11a7323447ed4a802db6bb242e05','Edit Menu',NULL,NULL,'','LINE',NULL,10,'','04b96e3a53d47760d220def4fc9fd487','',NULL),(2294,'en','default','40a0b2f70a97066aa0b2f79ca64248d1','Edit My Profile',NULL,NULL,'','LINE',NULL,10,'','195eb04377bbff12e61594b812d3b759','',NULL),(2295,'en','default','17b35174a87f9702f57538fda922ed43','Edit Original',NULL,NULL,'','LINE',NULL,10,'','7899ec06702bdba45b74600ed1038e2b','',NULL),(2296,'en','default','5b8a065f8920024116be94abfa72d317','Edit Page',NULL,NULL,'','LINE',NULL,10,'','eacab42d2c0600a1a9fb3954730e1c7e','',NULL),(2297,'en','default','17ebfcf145608c383876bfdcdd90b901','Edit Post',NULL,NULL,'','LINE',NULL,10,'','fc1dc28e691a1d0ef3088e987f8eed88','',NULL),(2298,'en','default','211ff1b6a1239f94ecf06c7360e7908d','Edit RSS URL',NULL,NULL,'','LINE',NULL,10,'','f9f66cfca8bd5bdb55d3b75ca3f17791','',NULL),(2299,'en','default','456d00e563bf2b77fd6bbd9babee2b35','Edit Selection',NULL,NULL,'','LINE',NULL,10,'','9302aab2a56177ad8e3aac57db1ecc2d','',NULL),(2300,'en','default','c892427414eb7425a99bc8593476b120','Edit Site',NULL,NULL,'','LINE',NULL,10,'','dfa3b9d89409c97f485ef30682e56be6','',NULL),(2301,'en','default','3854516c160b786e4a58a349089ade9d','Edit Tag',NULL,NULL,'','LINE',NULL,10,'','11520f77ec9ae1cc8fc1114f14581138','',NULL),(2302,'en','default','c8929f053bc4ce8da8765ac64978925f','Edit This',NULL,NULL,'','LINE',NULL,10,'','e1be8e394786fccfc57f1f5b84192868','',NULL),(2303,'en','default','e5aee9a1436eeb9e9dc66c695a92aea5','Edit URL',NULL,NULL,'','LINE',NULL,10,'','3d18ad1298d31d0cc53232f06fc7d5aa','',NULL),(2304,'en','default','65d7cc265608a3f28d479f7cb8e742ec','Edit User',NULL,NULL,'','LINE',NULL,10,'','2b229389004c1357d415de14a1a6aa39','',NULL),(2305,'en','default','0aa312c21255b88719fc2b04a49f4956','Edit Video Playlist',NULL,NULL,'','LINE',NULL,10,'','92af77fd73141cb4f513cc1151b32753','',NULL),(2306,'en','default','f3d48b9ad0a801282e3adc8b452d5fc0','Edit as HTML',NULL,NULL,'','LINE',NULL,10,'','e55cedfcb7353f34617d4e89eb7392f5','',NULL),(2307,'en','default','02030112bebd74f4ac71aab59cfd7ce5','Edit audio',NULL,NULL,'','LINE',NULL,10,'','e57074f89b38efc029e06a91a1c08e6d','',NULL),(2308,'en','default','178f64d0958886ff58215ef0ee5b3e83','Edit file',NULL,NULL,'','LINE',NULL,10,'','f326858d40ceffc5516dfa6354b25703','',NULL),(2309,'en','default','08240eb4b20d6a9c567c700ed1c5d131','Edit gallery',NULL,NULL,'','LINE',NULL,10,'','d4135cb0e01d18ecf9eb340f6a2f885a','',NULL),(2310,'en','default','221593037a5835ee4689a1042bffdd1b','Edit image',NULL,NULL,'','LINE',NULL,10,'','0a39daa6b8f64525057a7c8a57712289','',NULL),(2311,'en','default','d016e4aede130c0ab654c1195241dc67','Edit media',NULL,NULL,'','LINE',NULL,10,'','9c991545f3647ad112aa6f69fd0a5af5','',NULL),(2312,'en','default','1a0c223f07820456e505b88070243f5e','Edit menu item: %1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'','b8eed6ac4ee04855c9b3eaa7f04427ba','',NULL),(2313,'en','default','f331418658fdb2e84c055e1b8e6847ec','Edit more details',NULL,NULL,'','LINE',NULL,10,'','bcd0fdb8a9762c30a07186c07b83d1f1','',NULL),(2314,'en','default','b4345d0e3e15e7b7db55fae6290eaf4a','Edit next media item',NULL,NULL,'','LINE',NULL,10,'','3fdcc12926f8c405e68a1d8be7308d0e','',NULL),(2315,'en','default','4c7229d53a9e7f398cd912e3ccc6fef3','Edit or update the image',NULL,NULL,'','LINE',NULL,10,'','b6d8d49da39862ebc46e6bdd55c04f20','',NULL),(2316,'en','default','64605409a3a868a17da97a5eccff7831','Edit post permalink',NULL,NULL,'','LINE',NULL,10,'','acc54c6bec230873de70cb7512ba1b63','',NULL),(2317,'en','default','3800f24b83b0eece4c12206af33d0fe9','Edit previous media item',NULL,NULL,'','LINE',NULL,10,'','69331e6772ec0582de7d223ede7a19b6','',NULL),(2318,'en','default','33c99d3a351713330a61de7d5c517347','Edit selected menu',NULL,NULL,'','LINE',NULL,10,'','87aaa3a87649d4992c4bddb2a8e87783','',NULL),(2319,'en','default','b9198d8ad9f4be9a51c2ea05711be865','Edit table',NULL,NULL,'','LINE',NULL,10,'','29920d8b79782c4a109e0bac747a7d7f','',NULL),(2320,'en','default','2cfcb4a177fd6279d1ddff7afdd54532','Edit video',NULL,NULL,'','LINE',NULL,10,'','74246344f4d8e0f1e3ed83f5fbff0f31','',NULL),(2321,'en','default','9f03345a8ac812775ef53eecebfba3d1','Edit visually',NULL,NULL,'','LINE',NULL,10,'','a703d0de90d95fb87c35283cf632a397','',NULL),(2322,'en','default','ee5720235d783db0f942cf5e1dda1a13','Editing Code',NULL,NULL,'','LINE',NULL,10,'','4f26772f5274e9408e3c7bd80165f116','',NULL),(2323,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'','LINE',NULL,10,'','dbba870cb1177d7db54059b6dc8ef864','',NULL),(2324,'en','default','5135a947c05da2153b3cdf23e27e742a','Editor content',NULL,NULL,'','LINE',NULL,10,'','e8081cdc69705978f1de9c0e85e39ace','',NULL),(2325,'en','default','ba3044daea44842f8a6e173958783fb6','Editor menu (when enabled)',NULL,NULL,'','LINE',NULL,10,'','2440b2e8b16e2979035b43426a0738ce','',NULL),(2326,'en','default','ebd0ae110f30dd7c35cc5a9c35beb30e','Editor plugins',NULL,NULL,'','LINE',NULL,10,'','f07efe89c9b504f968375d51d98d38fb','',NULL),(2327,'en','default','c0b2da2e77410d2d01b35290bfdc526d','Editor publish',NULL,NULL,'','LINE',NULL,10,'','62210ac232a03887ffe3629150387928','',NULL),(2328,'en','default','37aa2af5b3cbddc496c2d671c712488c','Editor settings',NULL,NULL,'','LINE',NULL,10,'','edaff7336e36f11ad7de36224d2f8fef','',NULL),(2329,'en','default','ff90954262f53f0fbf0fe7564d48610a','Editor tips',NULL,NULL,'','LINE',NULL,10,'','428f494b671521534d38b72fbae24c57','',NULL),(2330,'en','default','f7ab9706fb6b8e34e49069e7f1da8fe3','Editor toolbar',NULL,NULL,'','LINE',NULL,10,'','dda6da73224499a1c9c6cc282474bbb2','',NULL),(2331,'en','default','f894a75e61695638f8e625ac0023c352','Editor top bar',NULL,NULL,'','LINE',NULL,10,'','c641eb51b6d12859f7aece88c5959c32','',NULL),(2332,'en','default','89fc0a12aedd3f7a5d1713693492b54c','Either there are no posts, or something went wrong.',NULL,NULL,'','LINE',NULL,10,'','4ca497e5b170751322e3b5827624925f','',NULL),(2333,'en','default','74fe85b824573f6f3aa95d26fcf982bd','Elements path',NULL,NULL,'','LINE',NULL,10,'','16b87bed1a8676e889375d13d2358d42','',NULL),(2334,'en','default','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,10,'','237efd53b7e2780838de3afd0223661a','',NULL),(2335,'en','default','ae5f5e6963b39649229b75291ce52b74','Email address for the object author.',NULL,NULL,'','LINE',NULL,10,'','571d928b7c7f35a4f8ed678eedf03904','',NULL),(2336,'en','default','bc534eac64f78cf256120f0edf7941c9','Email Address:',NULL,NULL,'','LINE',NULL,10,'','83fa6b97c4849da52c65a01e40b5e933','',NULL),(2337,'en','default','9626d919da8ef797204197954cbc9d9a','Email: %s',NULL,NULL,'','LINE',NULL,10,'','9767250565666eb595be6bb399806046','',NULL),(2342,'en','default','f210e321d18ec88515188cb044834bc5','Embed',NULL,NULL,'','LINE',NULL,10,'','e6f2c4f5e21ec8d181d5651f3430417b','',NULL),(2343,'en','default','f1811e02a2464b61bd74bbfb33d9145d','Embed Amazon Kindle content.',NULL,NULL,'','LINE',NULL,10,'','9d826e734d2e03da17d2d3f2484aa401','',NULL),(2344,'en','default','92e58dbe1492c88cc476986b9abc72ac','Embed Cloudup content.',NULL,NULL,'','LINE',NULL,10,'','6690cb3c7019a720b136959118f1965d','',NULL),(2345,'en','default','1a6b9ae66192fc4b4c657b99a52793ea','Embed CollegeHumor content.',NULL,NULL,'','LINE',NULL,10,'','8c6983fd60c1338764169287d5a90f87','',NULL),(2346,'en','default','20642741a2c0b96a6ed1a25d5526bbcb','Embed Crowdsignal (formerly Polldaddy) content.',NULL,NULL,'','LINE',NULL,10,'','b8b2f75783e4896fd984421a53c935b6','',NULL),(2347,'en','default','b3c52af1705e430034c6e0c3d47b55a7','Embed Flickr content.',NULL,NULL,'','LINE',NULL,10,'','54845865ca3710bd861ab44aa15c216b','',NULL),(2348,'en','default','4ce0c765afb3aa597390c5624265aad0','Embed Hulu content.',NULL,NULL,'','LINE',NULL,10,'','32cfeb76fe3cec6e075e8e80aa17ea6c','',NULL),(2349,'en','default','07bd915f23606d00a739dce6648c62f9','Embed Imgur content.',NULL,NULL,'','LINE',NULL,10,'','404f97786a6335a8da91e90afd7e175f','',NULL),(2350,'en','default','6cfeb6f6b400c8af1282f98526a05377','Embed Issuu content.',NULL,NULL,'','LINE',NULL,10,'','4268d653df24cc61ab677ee46cae50ad','',NULL),(2351,'en','default','4d56b20ffee0bb4342e56aeb719a1ac0','Embed Kickstarter content.',NULL,NULL,'','LINE',NULL,10,'','304bee10930448a4bfbd50f20c1b64a7','',NULL),(2352,'en','default','3af137166094b03ce120d6b82b156616','Embed Media Player',NULL,NULL,'','LINE',NULL,10,'','52821c06a0887b5d3e48a452e07bc9e5','',NULL),(2353,'en','default','91d36df7dafe04c5f48c0ed7702fc20a','Embed Meetup.com content.',NULL,NULL,'','LINE',NULL,10,'','41b3e1c9689477ee0371392d5b41411b','',NULL),(2354,'en','default','59558758ef1768dd72a3a8be0e2b819b','Embed Mixcloud content.',NULL,NULL,'','LINE',NULL,10,'','38ef78d7d8719291f9f2c86d3cb8ce28','',NULL),(2355,'en','default','6400df0a6063603071739c3c18d4c28f','Embed Polldaddy content.',NULL,NULL,'','LINE',NULL,10,'','181a0ec1c432b4819e54aa197a7bc659','',NULL),(2356,'en','default','1780b38cceb14e93018c3837a52cb0d9','Embed ReverbNation content.',NULL,NULL,'','LINE',NULL,10,'','218034a261ee4b2017846e51afdb2193','',NULL),(2357,'en','default','7cd3aa6886778b75a06e25c6d54243cc','Embed Screencast content.',NULL,NULL,'','LINE',NULL,10,'','78e55151c56af6ae35a9fa3ed92e3525','',NULL),(2358,'en','default','b985b2b706cd54d9e1ce7403d69f6e37','Embed Scribd content.',NULL,NULL,'','LINE',NULL,10,'','c07e040648083d481b0485f60d003454','',NULL),(2359,'en','default','fed5177c84594440b374e9905f0f4337','Embed Slideshare content.',NULL,NULL,'','LINE',NULL,10,'','dba8393d820efdb4d15a93893616c12d','',NULL),(2360,'en','default','d36becaca4dd7fdf3c8cf751853250d5','Embed SmugMug content.',NULL,NULL,'','LINE',NULL,10,'','d5fafd66a40eb89b752711331306fe40','',NULL),(2361,'en','default','6ca97821ec0a9b47c1066e570a3362e2','Embed SoundCloud content.',NULL,NULL,'','LINE',NULL,10,'','3ea5a1e86f908872a65d7395c7c37974','',NULL),(2362,'en','default','fb065a96540153b2411976defb2e9d8f','Embed Speaker Deck content.',NULL,NULL,'','LINE',NULL,10,'','dc6357cc419a784734a8b48274b96b2f','',NULL),(2363,'en','default','05ac8fc46f652718ddafb67a416b9f78','Embed Spotify content.',NULL,NULL,'','LINE',NULL,10,'','057734d63015f0c6f22cda3bce64c4e2','',NULL),(2364,'en','default','d2dd23752162cecc579d4fa578767bf8','Embed a Dailymotion video.',NULL,NULL,'','LINE',NULL,10,'','4bfdef7085a78f53935ec64016be72dc','',NULL),(2365,'en','default','3a503c1232e8662485bbda7eb7823d32','Embed a Facebook post.',NULL,NULL,'','LINE',NULL,10,'','ac53cec66b66df87105b2032e6d6a06f','',NULL),(2366,'en','default','89635bbf8839462535d81c3ee453da28','Embed a Reddit thread.',NULL,NULL,'','LINE',NULL,10,'','f5e13b2c26159c3335486330c9d9ad4f','',NULL),(2367,'en','default','b6fa2ea32dc2a8c275193280086e7f89','Embed a TED video.',NULL,NULL,'','LINE',NULL,10,'','333ecec1d09a8d1f9157a9003fb129df','',NULL),(2368,'en','default','2e622734a2fec2449973b9c78b93323a','Embed a Tumblr post.',NULL,NULL,'','LINE',NULL,10,'','ddfda1f52daee1a7bca9bef1a5b2de18','',NULL),(2369,'en','default','0469e63a8f96b7a1dd2c2beb73309dd3','Embed a VideoPress video.',NULL,NULL,'','LINE',NULL,10,'','cc95da76eead2d94b72237eb8e96a31d','',NULL),(2370,'en','default','3eee4c4c0e462110324c78b0585f5bdc','Embed a Vimeo video.',NULL,NULL,'','LINE',NULL,10,'','d3338b78297d6132bc15784408a2cd4b','',NULL),(2371,'en','default','6302b6fc0f508f9b0da5f741b3504205','Embed a WordPress post.',NULL,NULL,'','LINE',NULL,10,'','b34af2b4dbdf7177d404c80fee3933ac','',NULL),(2372,'en','default','3ce041d4705b27d36f8e70bcd8fa1279','Embed a WordPress.tv video.',NULL,NULL,'','LINE',NULL,10,'','28381e19600df783b8914f3e1fbe1083','',NULL),(2373,'en','default','ea852693f160c5b1c5bd3203755b38b9','Embed a YouTube video.',NULL,NULL,'','LINE',NULL,10,'','0d45415f7ebf0d933e38285f597f6362','',NULL),(2374,'en','default','83d6ab66c8c4ece622b20b96056bc7de','Embed a simple audio player.',NULL,NULL,'','LINE',NULL,10,'','f96aa9a95c0cc322027788dab6117490','',NULL),(2375,'en','default','488619ebf7d9e24e9a2bb1ddc0930ec1','Embed a tweet.',NULL,NULL,'','LINE',NULL,10,'','6841e537a0af57e7e4a75d46837b3cde','',NULL),(2376,'en','default','4be305106e343530acd5e6bd59065a7f','Embed a video from your media library or upload a new one.',NULL,NULL,'','LINE',NULL,10,'','426a208e7d4625b9ddd6395c0032d59f','',NULL),(2377,'en','default','2194a0f7efe11b5a80550b7dc4daeca4','Embed an Animoto video.',NULL,NULL,'','LINE',NULL,10,'','34fbaa093c8a97044584b5105f9e5804','',NULL),(2378,'en','default','d5c8bdee98fa91b9d3b6431831bb8761','Embed an Instagram post.',NULL,NULL,'','LINE',NULL,10,'','b81980508830f17a47b3718eca0d0a4c','',NULL),(2379,'en','default','940bea016af9835004a47c3a1486cc94','Embed or Link',NULL,NULL,'','LINE',NULL,10,'','44e6a9a13212b1f657e5f763254c6eda','',NULL),(2380,'en','default','f6985f5016881e22df3c580ad8fab7d7','Embed videos, images, tweets, audio, and other content from external sources.',NULL,NULL,'','LINE',NULL,10,'','7e8418827d8aa0f3b6a0b0956aacad48','',NULL),(2381,'en','default','e22697d3565e0f7c5bbc495dafdf9393','Embedded content from %s',NULL,NULL,'','LINE',NULL,10,'','f333fe23478da5fe19ea69e91244f90e','',NULL),(2382,'en','default','33f17a8f551d4c4957b85b582493c8f0','Embedded content from %s can\'t be previewed in the editor.',NULL,NULL,'','LINE',NULL,10,'','c9aa0d1ef5dbe3912fa7aedda4182a73','',NULL),(2383,'en','default','cb9b3dd269d7ab5fb4c3f9acda268700','Embedding…',NULL,NULL,'','LINE',NULL,10,'','991d34fc0ff29c7ab10e3d14a7b819bd','',NULL),(2384,'en','default','702ae0618862a75b2248612e699a438e','Embeds',NULL,NULL,'','LINE',NULL,10,'','daa225f4f7db3ff5c0cfd31f57c3dc58','',NULL),(2385,'en','default','97079c14712737e28cb84686d07a17b5','Emoticons',NULL,NULL,'','LINE',NULL,10,'','5a12b34166060bad49cdd2651d33fccc','',NULL),(2386,'en','default','a89ac50e75ebed3813c97cbd4aaef05a','Empty Term.',NULL,NULL,'','LINE',NULL,10,'','9bf6019edb15ee449d7a5832e415b9e7','',NULL),(2387,'en','default','e37b3be0aed9f8afccf5c1a45a5a8d05','Empty block; start writing or type forward slash to choose a block',NULL,NULL,'','LINE',NULL,10,'','79632df9b72e9d5fda6f11ec3555e3b9','',NULL),(2388,'en','default','4c4ac6eddc5241ced6f5acc0492d32e8','Empty filename',NULL,NULL,'','LINE',NULL,10,'','8a451c9cffb91742e72784bc3368746f','',NULL),(2389,'en','default','59c7d9ba6844507c0d76094f047a5eb8','Empty title',NULL,NULL,'','LINE',NULL,10,'','8de8554a9eebe5fc8724cd1721bf016d','',NULL),(2390,'en','default','5303e3a4f8d02879bf4b690ae22f26cd','Enable Pre-publish Checks',NULL,NULL,'','LINE',NULL,10,'','e4d2a5accdd957688f128aa30f01cbbb','',NULL),(2391,'en','default','f9a015f402506edec22dc0375a840351','Enable Tips',NULL,NULL,'','LINE',NULL,10,'','b6e4d5de8bd62b12f13257b30de3f261','',NULL),(2392,'en','default','169a6f6b44766410bffebf76ff3dcf17','Encoding',NULL,NULL,'','LINE',NULL,10,'','c56383cf94c22ae9879e240b4b23becd','',NULL),(2393,'en','default','78463a384a5aa4fad5fa73e2f506ecfc','English',NULL,NULL,'','LINE',NULL,10,'','a2344ba0745fb5bd2cdc61a22e557882','',NULL),(2394,'en','default','ba3090c7a1b0b31421ef8a971e8c8e1b','Ensure result set excludes comments assigned to specific user IDs. Requires authorization.',NULL,NULL,'','LINE',NULL,10,'','ec022641ccc4d9947c3025be9bce68b8','',NULL),(2395,'en','default','26799871b8aa8cc2fc2f02ca754c55d0','Ensure result set excludes posts assigned to specific authors.',NULL,NULL,'','LINE',NULL,10,'','e4d84a4887bac9e0cffc0c1e710620c1','',NULL),(2396,'en','default','66bdffce2fe2bd9048591518d6181b6d','Ensure result set excludes specific IDs.',NULL,NULL,'','LINE',NULL,10,'','5cc66839b6b04114548efbe3226ffaf6','',NULL),(2397,'en','default','5f081e01157eaf50d0406e5f7f025fe7','Ensure result set excludes specific parent IDs.',NULL,NULL,'','LINE',NULL,10,'','07ae76f4976901572744f8d52570211b','',NULL),(2398,'en','default','b9e2b914a0283f5512dcc4a804a90084','Enter URL here…',NULL,NULL,'','LINE',NULL,10,'','d357112a14fa823dd8827d2da4047007','',NULL),(2399,'en','default','ae0d050a4fe065838d37db2c27cfa42d','Enter URL to embed here…',NULL,NULL,'','LINE',NULL,10,'','ed36dc7804ba0ff90f74b489f0d47144','',NULL),(2400,'en','default','bb4112f230fd3646913d058a5156683c','Enter a description of the image',NULL,NULL,'','LINE',NULL,10,'','75e90823628286516d2656c22a881634','',NULL),(2401,'en','default','4496aa91729c5f168465a86395315c38','Enter desktop preview mode',NULL,NULL,'','LINE',NULL,10,'','a118a29aee734ccc738aaa090f7fcfeb','',NULL),(2402,'en','default','c402e4a3ccc19486b503264f4ac0a805','Enter mobile preview mode',NULL,NULL,'','LINE',NULL,10,'','4299076c86b16191d09119c3f0b6c5fc','',NULL),(2403,'en','default','473e6a26cffc8cc12ee72bba15922ddc','Enter tablet preview mode',NULL,NULL,'','LINE',NULL,10,'','bb246a464cff8eb4b001fabf15ddbca0','',NULL),(2404,'en','default','6417292d4d6cb8c503ef873e7764f58e','Enter the RSS feed URL here:',NULL,NULL,'','LINE',NULL,10,'','3f4429612e090d11d332c5741b11f27f','',NULL),(2405,'en','default','29903600533e7d928c16df1cb9787885','Enter the URL',NULL,NULL,'','LINE',NULL,10,'','5982b282338a75050e426cd382d3a333','',NULL),(2406,'en','default','6109eec2cfbf630c3b4f71cc40c5f0fa','Enter the URL of the image',NULL,NULL,'','LINE',NULL,10,'','801479b741fc47598514dd05e8e88c62','',NULL),(2407,'en','default','e87fdf76a8555cb9f30ccee94e6b8161','Enter the destination URL',NULL,NULL,'','LINE',NULL,10,'','2505b449ed6b2d3341c15350da542442','',NULL),(2408,'en','default','0c817022079bba6f495477a6c9d894e6','Enter your closest city to find nearby events.',NULL,NULL,'','LINE',NULL,10,'','5095b982dba0038adcbb65729356e271','',NULL),(2409,'en','default','1b61dffa9d83c384e43e22a12a4e72a9','Enter your new password below.',NULL,NULL,'','LINE',NULL,10,'','5b8881cbdce0236cde61ab963bce830e','',NULL),(2410,'en','default','0dba91959d156c32f6f6362f5fad0027','Enter your password to view comments.',NULL,NULL,'','LINE',NULL,10,'','0f61fe1b0134af9aee88df6bc3c36ebc','',NULL),(2411,'en','default','88da9a7264e56cc2e931a8826572add6','Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>',NULL,NULL,'','LINE',NULL,10,'','b64b8ad67abcbabc86740d7b42d26fb3','',NULL),(2412,'en','default','09f21420c2703ae0d38817c70e909e66','Entries from any RSS or Atom feed.',NULL,NULL,'','LINE',NULL,10,'','a45529e4701f9aae74fc66fc8ef887de','',NULL),(2413,'en','default','6f6e07e8ba590880b94a7ffc4715372d','Erase Personal Data',NULL,NULL,'','LINE',NULL,10,'','657715d9d66ddf0eb9844cd2eca3094e','',NULL),(2414,'en','default','24eda79d4bef105c5a7a72715c14346f','Error Details',NULL,NULL,'','LINE',NULL,10,'','52f323e17eeb27c7aceda8288be04cab','',NULL),(2415,'en','default','b52b57dc94244474ab781fbeed6955cf','Error creating new user.',NULL,NULL,'','LINE',NULL,10,'','4eaed3815265236edad4d702a765004d','',NULL),(2416,'en','default','53dd2be6091b0c3334ba854e79cb02e4','Error establishing a database connection',NULL,NULL,'','LINE',NULL,10,'','3d985713dee95ab8a8723b95086bc47d','',NULL),(2417,'en','default','33ef03fc201505b24bf7bb169b5f541e','Error loading block: %s',NULL,NULL,'','LINE',NULL,10,'','9dee02b01ab5c3ea240f04809389fafb','',NULL),(2418,'en','default','f4eeb974c72fa033ff4d0a00e2568b86','Error not caused by a plugin or theme.',NULL,NULL,'','LINE',NULL,10,'','e1c16172333385290ea9d1915eef8ebf','',NULL),(2419,'en','default','a7fffa5c0bd7588f1386f82df9942864','Error occurred on a non-protected endpoint.',NULL,NULL,'','LINE',NULL,10,'','3bf1709c77cae58ee9f1cee28bafc90f','',NULL),(2420,'en','default','f13ba477400186f9b1e7560f4eb5b56e','Error reconnecting to the database',NULL,NULL,'','LINE',NULL,10,'','f906f3c7e5e0c08e7e581c04d162452a','',NULL),(2421,'en','default','a388f6c3c5d4871e1dbc5dbe1a3c110f','Error while saving the changes.',NULL,NULL,'','LINE',NULL,10,'','ddf4fececc23a0febb3d15ff385c2135','',NULL),(2422,'en','default','f86dbf4726b0e10c5c04c5aee085f0bd','Error while uploading file %s to the media library.',NULL,NULL,'','LINE',NULL,10,'','0b9fca599af031bc6fa894777e4b5453','',NULL),(2423,'en','default','013ec032d3460d4be4431c6ab1f8f224','Escape',NULL,NULL,'','LINE',NULL,10,'','7a137f349fd11b78dd21c32271de6cc4','',NULL),(2424,'en','default','28916fc3da67a5190b2b98a7f309857f','Estonian',NULL,NULL,'','LINE',NULL,10,'','3785dac5ed454aa8f1596ee434817bd5','',NULL),(2425,'en','default','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'','LINE',NULL,10,'','8c1cbcb791203657658e1bfcc1cc6acf','',NULL),(2426,'en','default','951a7dafc946b56ab315ba8826516ff4','Excerpt for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,10,'','1787a9f2389ac3424fd664f631c7af0e','',NULL),(2427,'en','default','50a4b6c0a93b6a4a57a47ed4e766329b','Exclude:',NULL,NULL,'','LINE',NULL,10,'','389133ad10da81b84cb0e9c032cbc84e','',NULL),(2428,'en','default','3f61d35e32a86f7a9e7dac505e8cbf89','Exit Code Editor',NULL,NULL,'','LINE',NULL,10,'','cd33f1bbff8ea2d220dff4d201572b86','',NULL),(2429,'en','default','5003e71d3feecadfc250215c209434a4','Exit Recovery Mode',NULL,NULL,'','LINE',NULL,10,'','7d03d2f163ea2169ac4545dff51f3631','',NULL),(2430,'en','default','be0a87a3a6378e758557e160eacdcca1','Exit recovery mode link expired.',NULL,NULL,'','LINE',NULL,10,'','928763ef3ed1d2c868c7ca78f3995c90','',NULL),(2431,'en','default','ca75158a90b1d7ff5276ad919d25f1a1','Exit the Editor',NULL,NULL,'','LINE',NULL,10,'','bd5dd4cb55b85bc9bb0818e9de541b3b','',NULL),(2432,'en','default','b6285c26617407628bb2e398e3aad89d','Expand Main menu',NULL,NULL,'','LINE',NULL,10,'','5317582e3a50f6590fb9d747c17d1337','',NULL),(2433,'en','default','b7a9723430f4a2671b29384b2c5ae4f6','Export Personal Data',NULL,NULL,'','LINE',NULL,10,'','e3bfa9dff9ec612a8a362cfa6db1eb19','',NULL),(2434,'en','default','fd99d9009b7ee4f0728a96b42ebd28a5','F j, Y',NULL,NULL,'','LINE',NULL,10,'','c21b6e4141dca1c1ab2255adbdefabb9','',NULL),(2435,'en','default','fee03f10dca373405f98d2265cbf85c7','F j, Y g:i a',NULL,NULL,'','LINE',NULL,10,'','a073e5e5778844ca20aca09bc3ebb574','',NULL),(2436,'en','default','b654e41cebbe4cb1b9028e18bc37a4dc','F, Y',NULL,NULL,'','LINE',NULL,10,'','f659f86dd2f00d467e095a5c652ab7fc','',NULL),(2437,'en','default','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,10,'','b92b482664887f020dd9560c01c020be','',NULL),(2438,'en','default','c81a118a7a6875f4196c29d150304673','Failed <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','b29f51bf7aa4faf66ee3875ca1542382','',NULL),(2439,'en','default','4e344baf5a9295d1e983778a3a0b48b5','Failed to delete the page.',NULL,NULL,'','LINE',NULL,10,'','2456fb9d36ec36aa2e8ca38da5aa908f','',NULL),(2440,'en','default','baa17418baea5c6f651656e74f241b72','Failed to exit recovery mode. Please try again later.',NULL,NULL,'','LINE',NULL,10,'','2aa0ef1c8e8c25e7e3bc77e0e4e1ba85','',NULL),(2441,'en','default','cfb4d385845617f676dace631247033d','Failed to store the error.',NULL,NULL,'','LINE',NULL,10,'','f705f5e51de7a6baa728c1e298818959','',NULL),(2442,'en','default','2eb780cb7a0c8c87f875dff2466aa2c9','Failed to write request to temporary file.',NULL,NULL,'','LINE',NULL,10,'','dc7c6cf6627f614c192169060dc14778','',NULL),(2443,'en','default','0c8442cd296d5eae956820c60910188e','Feature activated',NULL,NULL,'','LINE',NULL,10,'','471845a94027835e8d8714e13b1dd9c8','',NULL),(2444,'en','default','864cc744aa7534905e30e4d4f0ba3581','Feature deactivated',NULL,NULL,'','LINE',NULL,10,'','0cd58355b054123e11d902c20a79d333','',NULL),(2445,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,10,'','966216b49f5811861a680dd2f607ff31','',NULL),(2446,'en','default','e41a220c1bb4aedcbc2801abb9ffe731','Features supported by this theme.',NULL,NULL,'','LINE',NULL,10,'','939f8747abe7532091e709bb5cf4c73d','',NULL),(2447,'en','default','659e59f062c75f81259d22786d6c44aa','February',NULL,NULL,'','LINE',NULL,10,'','7e48db8a2c41ac16271fa9d088d55f1f','',NULL),(2448,'en','default','ea171d540ccd5f0669171ef06d3cd848','Feb',NULL,NULL,'','LINE',NULL,10,'February abbreviation','824ba40bdb5e829a2aef82f36396663a','',NULL),(2449,'en','default','509e891bdec8900f15228f8c080e7c5f','Feed for all posts filed under %s',NULL,NULL,'','LINE',NULL,10,'','907fb92e6a8a93e7ae2534263bac0dbf','',NULL),(2450,'en','default','bea4c2c8eb82d05891ddd71584881b56','Feedback',NULL,NULL,'','LINE',NULL,10,'','f5d758b2de08d66b14149a608ec404e3','',NULL),(2451,'en','default','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,10,'','b355fcc7eae5a55a535b76db5c5f12cf','',NULL),(2452,'en','default','ab03e9cd60ef60065a8ec92af60b8a3f','File “%s” doesn’t exist?',NULL,NULL,'','LINE',NULL,10,'','31b7d356d7a1b1a584940f088d319d40','',NULL),(2453,'en','default','6c2565c9a8cf950398ffe96b8fadcef7','File “%s” is not an image.',NULL,NULL,'','LINE',NULL,10,'','e4489a8a6573c8d70b49c16b49e9d204','',NULL),(2454,'en','default','17da121a5831fbef43e5b0a5ef52cb1c','File canceled.',NULL,NULL,'','LINE',NULL,10,'','90ddfebc63bcc07c87629181d8f9298a','',NULL),(2455,'en','default','2dabc6b1b2d7d7703703500254a888a9','File doesn’t exist?',NULL,NULL,'','LINE',NULL,10,'','893d4263f485ef3f0e9b2152aa71f0bd','',NULL),(2456,'en','default','a4dca1d5a2e7e634c754722f0a8d7056','File is not an image.',NULL,NULL,'','LINE',NULL,10,'','0f39d3d7e1b77d84c898d1529bb6059c','',NULL),(2457,'en','default','84dbb21542f0323399e35c2a589ded26','File name:',NULL,NULL,'','LINE',NULL,10,'','935f667c5930a93e04d779d469607425','',NULL),(2458,'en','default','a99236f155b9a3606d7b36262179bc17','File size:',NULL,NULL,'','LINE',NULL,10,'','1f505ece82b6d0db95057abb6ca0834b','',NULL),(2459,'en','default','903968bc876a928a3699cd913b1489d4','File type:',NULL,NULL,'','LINE',NULL,10,'','d88bfdc5477323a4e5f23b1feb223a00','',NULL),(2460,'en','default','473a1337a08505cff4da2b79e2145015','Filipino',NULL,NULL,'','LINE',NULL,10,'','d1716cd7a0582031842873e51e691b65','',NULL),(2461,'en','default','ae1aeb02879121b28d9d32f7a3f49ab5','Fill Screen',NULL,NULL,'','LINE',NULL,10,'','55bddcbceef013cfec556b197bbbb9eb','',NULL),(2462,'en','default','fa552263c57dbcf63ddfdf685139cf50','Filter blocks list',NULL,NULL,'','LINE',NULL,10,'','62e725ab12a33fd40834ca023f9de519','',NULL),(2463,'en','default','aa2af0ca3847200ad4bf2ae5a0337359','Filter by date',NULL,NULL,'','LINE',NULL,10,'','c3293a8adbe97338797746883eb394b9','',NULL),(2464,'en','default','8870ba7044d8bb0fd95686ec955f9109','Filter by type',NULL,NULL,'','LINE',NULL,10,'','ffab7780acb05f648cfd2d9147431e6f','',NULL),(2465,'en','default','ff2340d0b237c5a32b43ba7bed65babd','Filter pages list',NULL,NULL,'','LINE',NULL,10,'','9488f3826eb7faff4418f8842f4cf8f6','',NULL),(2466,'en','default','936419c73ad8ef5d0ee1b691ca4d6065','Filter posts list',NULL,NULL,'','LINE',NULL,10,'','e3bac655de314eaed87da9944631ffef','',NULL),(2467,'en','default','c7c25d2278c86148dbc748257e85ed4e','Filter themes',NULL,NULL,'','LINE',NULL,10,'','1fb6bac1fb9866720e407c60a47763c2','',NULL),(2468,'en','default','7f589f12d2e2f2b0b7a09615f7d1c6ff','Filter themes (%s)',NULL,NULL,'','LINE',NULL,10,'','90abe676f5409255a8887ea3d6cb4978','',NULL),(2469,'en','default','7b8c5bf23712793d2e30c9b32fd70982','Find and replace',NULL,NULL,'','LINE',NULL,10,'','da38b439691f9f6f8e12c0b142abd388','',NULL),(2470,'en','default','00011b386ecb889d39497eb5e403645f','Find original',NULL,NULL,'','LINE',NULL,10,'','4c8ab79658a770a052f6d88da6e1fd3b','',NULL),(2471,'en','default','cdc8b1feb71f97ee06d082c61a2694d0','Finished writing? That’s great, let’s get this published right now. Just click “Publish” and you’re good to go.',NULL,NULL,'','LINE',NULL,10,'','446b1da522bd38a530f1570b41c673da','',NULL),(2472,'en','default','9ae099fd082267fa2f2f85664a4f74dc','Finnish',NULL,NULL,'','LINE',NULL,10,'','5ade8dce39013ab4355b8594eeaf82a1','',NULL),(2473,'en','default','fdc9e07d05ed33212e41456b7b9c155e','First Post',NULL,NULL,'','LINE',NULL,10,'','98e50e8713a340503e7baab28b7062d4','',NULL),(2474,'en','default','37504931674815eb741205879239bb7a','First name for the user.',NULL,NULL,'','LINE',NULL,10,'','e65c87316650caab21109faf5c1bdd4e','',NULL),(2475,'en','default','50898263951d13d94c02d8dd107424e0','Fit to Screen',NULL,NULL,'','LINE',NULL,10,'','c61754ea5c91da8258cfe3ae4183e9f8','',NULL),(2476,'en','default','4c2a8b3b89fa537c00252338fb619734','Fixed Background',NULL,NULL,'','LINE',NULL,10,'','4a4712413d477cedf576f62f5b03fb63','',NULL),(2477,'en','default','a498ff8c2f594a871ff3413ae10932a9','Fixed Layout',NULL,NULL,'','LINE',NULL,10,'','3de45ada14b5afa8cb3e6548aa808d37','',NULL),(2478,'en','default','d49064a792371ba85c2d3c258deb667a','Fixed width table cells',NULL,NULL,'','LINE',NULL,10,'','cf91c2cfb232d36a3991670c77df4518','',NULL),(2479,'en','default','6935071fd3292e3ddedc5ca4bca8b679','Fluid Layout',NULL,NULL,'','LINE',NULL,10,'','16160b4059710ba1e2bc270dc30da507','',NULL),(2480,'en','default','8c800f50e0b0b829af5460b8fb6f3403','Focal Point Picker',NULL,NULL,'','LINE',NULL,10,'','1886366b7ff20f2c05255cedf32ca43f','',NULL),(2481,'en','default','10bed7439bbddada44264ceebce3efd3','Focus on one block at a time',NULL,NULL,'','LINE',NULL,10,'','36ca28c07f6f9b1082a34090ee8e6076','',NULL),(2482,'en','default','7c807bb189c2c62fe57dd063506b20e7','Focus shortcuts:',NULL,NULL,'','LINE',NULL,10,'','33a409052d45deb88f76cd96cf8c2331','',NULL),(2483,'en','default','db40a5d4b654151bf70f2e25e73263dc','Font Family',NULL,NULL,'','LINE',NULL,10,'','5de716733ce1be4c14412d277a23fbe9','',NULL),(2484,'en','default','45f0d4fa9a30e9c5571dbaa9ad1be931','Font Size',NULL,NULL,'','LINE',NULL,10,'','ce2e7af0314ca674b82fa926a8bf85d1','',NULL),(2485,'en','default','d48fd59949bd988623e4d3b4af16e54f','Font Sizes',NULL,NULL,'','LINE',NULL,10,'','177ff637be77d05c05ff62b66c8d9b09','',NULL),(2486,'en','default','9030667f4cb9dac0cb013ad1202ad495','Font size: %s',NULL,NULL,'','LINE',NULL,10,'','21c51b97ad565dcc8da7666da47e8c9b','',NULL),(2487,'en','default','a3323db22ff6c4b2be5598ea673ac7cd','For some strange yet very annoying reason, this post could not be edited.',NULL,NULL,'','LINE',NULL,10,'','353cbc7c1bff2de22e55299b1ec924e2','',NULL),(2488,'en','default','767042e4dbdd6d8f737786f122d66d4f','Formatting',NULL,NULL,'','LINE',NULL,10,'','6ef9ddbf232286f46aca31f9ffb035aa','',NULL),(2489,'en','default','049596d27e1194b46d10483445703395','Forward-slash',NULL,NULL,'','LINE',NULL,10,'','8e1725151e9199200ecc3091f30dcb4b','',NULL),(2490,'en','default','ad225f707802ba118c22987186dd38e8','French',NULL,NULL,'','LINE',NULL,10,'','b497a07e470aa7178a1647504bfb4745','',NULL),(2491,'en','default','ac616f844b9a5ea5a827bf7fb99b1ad5','Fri',NULL,NULL,'','LINE',NULL,10,'','1033d237e74491b726eb1dd226ef7ee5','',NULL),(2492,'en','default','c33b138a163847cdb6caeeb7c9a126b4','Friday',NULL,NULL,'','LINE',NULL,10,'','4859167acfc0ec2dc6610f682d7f3065','',NULL),(2493,'en','default','800618943025315f869e4e1f09471012','F',NULL,NULL,'','LINE',NULL,10,'Friday initial','f4c932bb1d4be2eacf6a6064c9e38ba7','',NULL),(2494,'en','default','f49bcb4e90a6ab261904b6b50f4a24ce','Full Size',NULL,NULL,'','LINE',NULL,10,'','384655e36013f6f28512f5868c28dc9d','',NULL),(2495,'en','default','24e61dc70866cb84d375a6270035c7cf','Full width',NULL,NULL,'','LINE',NULL,10,'','0afb9eddcb7d4d1e8f1e4b06c2aa7c72','',NULL),(2496,'en','default','0829ea6734059d66e6bf87096b215dc1','Fullscreen',NULL,NULL,'','LINE',NULL,10,'','ca97d521c79fb3aaabc418db8512c356','',NULL),(2497,'en','default','2ea48f7ca04bc3af61825af1530e8131','Fullscreen Mode',NULL,NULL,'','LINE',NULL,10,'','2a96da71967b2aad42777b81db555016','',NULL),(2498,'en','default','bb81682868ec7aaa787505d75c7f3e5c','Fullscreen mode activated',NULL,NULL,'','LINE',NULL,10,'','beb4e85e98c642a1589aead86fb84e5e','',NULL),(2499,'en','default','d7d13e69d06d152db6baebcf291b479f','Fullscreen mode deactivated',NULL,NULL,'','LINE',NULL,10,'','aaa5275d3cdb8890359a51bff28522a6','',NULL),(2500,'en','default','f031bdce8b8d1352b411ea8c1e5a4556','GUID for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,10,'','70dcbf32319d625078e620f88e5215a1','',NULL),(2501,'en','default','507c333c5c8552a41e1ca5d88e80742e','GUID for the object, transformed for display.',NULL,NULL,'','LINE',NULL,10,'','5fcef28feb9e390f8dd577f2c8fd4ceb','',NULL),(2502,'en','default','516a623325ded756f29f124618baabbc','Galician',NULL,NULL,'','LINE',NULL,10,'','8e21dd2599c041e7f9e4689dd2289ea0','',NULL),(2503,'en','default','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'','LINE',NULL,10,'','64206d4e8dc5a73c3e32d5dd4fccdffd','',NULL),(2504,'en','default','3e28f7c94f7a6dad9bdc6025cbd31278','Gallery Settings',NULL,NULL,'','LINE',NULL,10,'','45edfcda068a970412ec634596ae3675','',NULL),(2505,'en','default','0db377921f4ce762c62526131097968f','General',NULL,NULL,'','LINE',NULL,10,'','ba8116854c5c8e7ac875e909747d3d1c','',NULL),(2506,'en','default','93673f9cc7bf4c8e9c76c6124bb0acf6','Generating preview…',NULL,NULL,'','LINE',NULL,10,'','9c5f851c3197fc900f7ada90f0cfd923','',NULL),(2507,'en','default','91563b044939df33670bd362715e334e','Genre',NULL,NULL,'','LINE',NULL,10,'','c31e4fa51c1674237a96e7a510bca732','',NULL),(2508,'en','default','86bc3115eb4e9873ac96904a4a68e19e','German',NULL,NULL,'','LINE',NULL,10,'','ffbd98a236d043e04ff21eac3bd325be','',NULL),(2509,'en','default','6f58ca06554951fa1a8a84cf26430165','Get <em>another</em> %s site in seconds',NULL,NULL,'','LINE',NULL,10,'','50eaa56e0ec6bb522d3c6e9f0b956172','',NULL),(2510,'en','default','0c29f11dd040026b541199499c7a2a56','Get New Password',NULL,NULL,'','LINE',NULL,10,'','a3d2f157255d270ae748e4643a06dd84','',NULL),(2511,'en','default','0da209e0f3a1e8d0924dc34c9c9c9590','Get your own %s account in seconds',NULL,NULL,'','LINE',NULL,10,'','43ddc6c706b1278f8584fb6bb877c760','',NULL),(2512,'en','default','1826bcf6b8455f1d6d77769c94bd0e05','Gimme a site!',NULL,NULL,'','LINE',NULL,10,'','09379e9ee01b3614d675549ad736f115','',NULL),(2513,'en','default','409ecaf361f8ae81357b8ff69b4e8102','Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar',NULL,NULL,'','LINE',NULL,10,'','32c612fb7b9686269d4a5b54df26d972','',NULL),(2514,'en','default','67d1608ae379488c061861f4cfe009b2','Give special visual emphasis to a quote from your text.',NULL,NULL,'','LINE',NULL,10,'','205fa1770725e13c73b9bac8949f4a6c','',NULL),(2515,'en','default','5d5724aa8212aa80de46a07713c067c4','Give the feed a title (optional):',NULL,NULL,'','LINE',NULL,10,'','29c62e1f6428cb847f0de636c7082db5','',NULL),(2516,'en','default','7dc55e037964bb6334b5e11982cccc85','Given your current role, you can only link a media file, you cannot upload.',NULL,NULL,'','LINE',NULL,10,'','2ee375add68ba70df8c0c5b584e6a44b','',NULL),(2517,'en','default','ddfa2d150324e6ff812d56e06eaac1b6','Given your current role, you can only link a video, you cannot upload.',NULL,NULL,'','LINE',NULL,10,'','5d7c59d7a21659cb292c958c45987bb7','',NULL),(2518,'en','default','1b38a02ad6e252dc215b3632788075af','Given your current role, you can only link an audio, you cannot upload.',NULL,NULL,'','LINE',NULL,10,'','a9221dfdc83e92d61df4f051f406524d','',NULL),(2519,'en','default','c865c9e78ba5b701baebba58a7e8ec0b','Given your current role, you can only link an image, you cannot upload.',NULL,NULL,'','LINE',NULL,10,'','d24d33ccd133b69f8bbb4bcf30e09ece','',NULL),(2520,'en','default','fed85cd8661259ccaccc3e1c935f7478','Global shortcuts',NULL,NULL,'','LINE',NULL,10,'','061355fd1684dc18e1618ca30a1d509c','',NULL),(2521,'en','default','97ae1147c0ccb2a816eaee11e2b397d2','Go Fullscreen',NULL,NULL,'','LINE',NULL,10,'','f0558811eca1d7a7841af541236a7084','',NULL),(2522,'en','default','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'','LINE',NULL,10,'','ea22351e860a8bc20ed0f5362986adb2','',NULL),(2523,'en','default','ee3cecdbd918ac26841df8d7a4ac2270','Go to the first (home) or last (end) day of a week.',NULL,NULL,'','LINE',NULL,10,'','ec362569499d8562c39adbd1e48daf2f','',NULL),(2524,'en','default','220605545f3411dda66512ba33d34ca7','Noto Serif:400,400i,700,700i',NULL,NULL,'','LINE',NULL,10,'Google Font Name and Variants','dcf2c1ed032abb0975f126b6755d48a7','',NULL),(2525,'en','default','78e981599281c16fe016b55b136edf5f','Got it',NULL,NULL,'','LINE',NULL,10,'','e045688afddbe830b7b1a74608b0ca84','',NULL),(2526,'en','default','994ae1d9731cebe455aff211bcb25b93','Gray',NULL,NULL,'','LINE',NULL,10,'','d7da9f0c7fcdadadba773e4095cf6baf','',NULL),(2527,'en','default','0aafa497807d5ac9b509656bd13b5283','Greek',NULL,NULL,'','LINE',NULL,10,'','2b4cc327c4aef67778246ee05eebd7f0','',NULL),(2528,'en','default','d382816a3cbeed082c9e216e7392eed1','Green',NULL,NULL,'','LINE',NULL,10,'','2769b5e82957e0479e0c070323dabf41','',NULL),(2529,'en','default','370d770f00c2a218ffbcb17932b1d3c9','Greetings Network Administrator!',NULL,NULL,'','LINE',NULL,10,'','2f65f6c2f93fc1955ff8fce20ddf8332','',NULL),(2530,'en','default','8d432bff806ab6a0baf4022611bc731f','Grid View',NULL,NULL,'','LINE',NULL,10,'','2f9a8be45711176f536857ce36c9bb06','',NULL),(2531,'en','default','4c4ad5fca2e7a3f74dbb1ced00381aa4','HTML',NULL,NULL,'','LINE',NULL,10,'','6e95aa3bddb01c20fd49e9cf3a875642','',NULL),(2532,'en','default','9c27f34c7c05810d58eb321ddae31dcd','HTML Anchor',NULL,NULL,'','LINE',NULL,10,'','c5f44957d5690c8a1128567f638a44eb','',NULL),(2533,'en','default','e22549777f969ae26f716ef2e9050e28','HTML Embed',NULL,NULL,'','LINE',NULL,10,'','10d023e3330e2f7540e0a87f5d643b75','',NULL),(2534,'en','default','fc04a646a07e761bef1bb3e00e69ade8','HTML caption for the attachment, transformed for display.',NULL,NULL,'','LINE',NULL,10,'','b167e39e54dd423024704883614486d2','',NULL),(2535,'en','default','b1e0c1317d18ac4f97712a1682e11093','HTML content for the object, transformed for display.',NULL,NULL,'','LINE',NULL,10,'','9e132c1dab2a9be4a9caeb4817375a73','',NULL),(2536,'en','default','0662412f9874e2a755a2ebe20a56e5a2','HTML description for the object, transformed for display.',NULL,NULL,'','LINE',NULL,10,'','45cbb5d862316cc2c88010cb6aec3ecc','',NULL),(2537,'en','default','4d535b1541d915933a5a212ff79f0e39','HTML description of the term.',NULL,NULL,'','LINE',NULL,10,'','507c874ce71cf8dbaf8b9dd1e3ea69a6','',NULL),(2538,'en','default','0125cf5f3ca38b312ca5d3b511c45a13','Inline',NULL,NULL,'','LINE',NULL,10,'HTML elements','89c6cd7396371d3e9bcf2fdc45d9d869','',NULL),(2539,'en','default','2c335ce56ab7e64a6fd6dd45ece77741','HTML excerpt for the object, transformed for display.',NULL,NULL,'','LINE',NULL,10,'','555ceba6b1eb68032d51e3453d0fca90','',NULL),(2540,'en','default','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'','LINE',NULL,10,'HTML tag','17f0d0c85b49661b8295cfe6ffc5e0b2','',NULL),(2541,'en','default','43d11850893d2fe84a1e618121c1cc0a','Div',NULL,NULL,'','LINE',NULL,10,'HTML tag','85ebfc94900136546dd0b0f7261352f5','',NULL),(2542,'en','default','fb55a965b77791b31ffd2bb548f71080','Pre',NULL,NULL,'','LINE',NULL,10,'HTML tag','e79343dbac940144ebd4243bb2d6f447','',NULL),(2543,'en','default','b4d91030e8bedef67605e32731df7c31','Preformatted',NULL,NULL,'','LINE',NULL,10,'HTML tag','e66d43ad0c0c34fbc53a13e0c8cb6f5a','',NULL),(2544,'en','default','74f000627e952a329c2ab7a8ef33e4ac','HTML title for the object, transformed for display.',NULL,NULL,'','LINE',NULL,10,'','e32fb2ddb5799cde1151cba788909bb0','',NULL),(2545,'en','default','0811d57ca00e59384eab691b53543b3b','HTML title for the term.',NULL,NULL,'','LINE',NULL,10,'','ddca8dee718d126c5d8a6b066a7fbbe4','',NULL),(2546,'en','default','8d41dcf3c3971ffa0531b6e96ac2d1ac','HTTP error.',NULL,NULL,'','LINE',NULL,10,'','49183c7b900a162c6d2f31ff3a4dce90','',NULL),(2547,'en','default','7399ec7d744a0bf918af8a1975bebeca','Haitian Creole',NULL,NULL,'','LINE',NULL,10,'','9258fedef2130c130001bf79f534e66a','',NULL),(2548,'en','default','4929ff16c9a2e9c172f91eca666829af','Have you entered your email correctly? You have entered %s, if it’s incorrect, you will not receive your email.',NULL,NULL,'','LINE',NULL,10,'','422c236838d454116fceb51a3d4441ac','',NULL),(2549,'en','default','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'','LINE',NULL,10,'','09ab951d5826da7d720d0c20f21d7ce6','',NULL),(2550,'en','default','e7809587c69a98dbf9ffe3d656e4e72a','Header Image',NULL,NULL,'','LINE',NULL,10,'','9ce462c6f10956453237ce828502ee6b','',NULL),(2551,'en','default','08816e30c139a3cedcb9b42eaa66d284','Header Media',NULL,NULL,'','LINE',NULL,10,'','baacea19c712d04a9e16ea1def44c784','',NULL),(2552,'en','default','6fe40da740405e7bb6c3f2480a566eeb','Header Text Color',NULL,NULL,'','LINE',NULL,10,'','b8d043ddf8d7cb6f60329e0390cc4280','',NULL),(2553,'en','default','f904cc3ac47f43d0b7ebc9bad15e0808','Header Video',NULL,NULL,'','LINE',NULL,10,'','afc5d9a57a8f0742d79ad8cb8c4d2952','',NULL),(2554,'en','default','c8f6db0ca8d90f879a9cd0116c72a395','Header cell',NULL,NULL,'','LINE',NULL,10,'','208f5c5f1092bff7b43874a1f4c52a94','',NULL),(2555,'en','default','0101316665d4f82adaa26d86fbbb2d6e','Heading',NULL,NULL,'','LINE',NULL,10,'','d55d3eedeafe2f337f25e065f8be5f37','',NULL),(2556,'en','default','ac67fcf6e0937444f08d0aa4508b2ab3','Heading %d',NULL,NULL,'','LINE',NULL,10,'','a869fd10f3345a7ef2c3932836e03b9e','',NULL),(2557,'en','default','fd7500ca2aba5ce6ba82e8dee1ffe5f4','Heading 1',NULL,NULL,'','LINE',NULL,10,'','7b7f27ecfc89c731c6307d84e51fbd1f','',NULL),(2558,'en','default','ea59935a58010a876f94374fb2f41d51','Heading 2',NULL,NULL,'','LINE',NULL,10,'','06505df8c5ad3476ffc0403fe0cc941f','',NULL),(2559,'en','default','652864eb81a28bd7164f1605ab52a26a','Heading 3',NULL,NULL,'','LINE',NULL,10,'','2c94094875cb5b20fcf5b9009f9a1bac','',NULL),(2560,'en','default','553ddd7695ba37dc6f821067d9f5da30','Heading 4',NULL,NULL,'','LINE',NULL,10,'','0293251e2409f2757d50fef12cf1d48b','',NULL),(2561,'en','default','8c08de90796fbc4c4aae36014c40eec4','Heading 5',NULL,NULL,'','LINE',NULL,10,'','f632af3f6accb1e7881ca42c4de7e592','',NULL),(2562,'en','default','a24b3f7226370522c2a0e7ffd542a031','Heading 6',NULL,NULL,'','LINE',NULL,10,'','e820baac91371aefc00aad217b7bea78','',NULL),(2563,'en','default','8e272263c9df2bbfaba2f20bc67aa5b9','Heading Settings',NULL,NULL,'','LINE',NULL,10,'','9a66b026d9f376b74510c4711be74e5b','',NULL),(2564,'en','default','545b1150d9c178bf41eee6c799b715d7','Headings',NULL,NULL,'','LINE',NULL,10,'','01f9ada6c6be403ab6c6600b0d10ae08','',NULL),(2565,'en','default','c6c1f81a46666385fa7d85df7eaf8763','Hebrew',NULL,NULL,'','LINE',NULL,10,'','2ca3c365aabeead32332925b56656279','',NULL),(2566,'en','default','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'','LINE',NULL,10,'','2f53ece9313af74b74a5ea93cb4f5095','',NULL),(2567,'en','default','8e7f1d9969c43a4f3d994b1e7ca0c35d','Height in pixels',NULL,NULL,'','LINE',NULL,10,'','5b30072f52aae3b73294d17913d0f851','',NULL),(2568,'en','default','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,10,'','01439cc4d1aef1abb908116f3b6aa980','',NULL),(2569,'en','default','05a9d47eb2a503483868cfbe5b5858d3','Help visitors find your content.',NULL,NULL,'','LINE',NULL,10,'','756b26e53e5f988c35d6173395e55567','',NULL),(2570,'en','default','e7030acbd2df94bf292d20facaa414e5','Hex color mode active',NULL,NULL,'','LINE',NULL,10,'','29ab3a78b0c5e2c278f06b76a289a9a8','',NULL),(2571,'en','default','42909a8c5304f4149ad66ddc35d0162c','Hey there, looks like you just pasted HTML into the “Visual” tab of the Text widget. You may want to paste your code into the “Text” tab instead. Alternately, try out the new “Custom HTML” widget!',NULL,NULL,'','LINE',NULL,10,'','cdeae11bf366f6ab8b82bd1d2368db29','',NULL),(2572,'en','default','25d69227863fb44f9bb6afb63d737d19','Hi ###USERNAME###,\\n\\nThis notice confirms that your email address on ###SITENAME### was changed to ###NEW_EMAIL###.\\n\\nIf you did not change your email, please contact the Site Administrator at\\n###ADMIN_EMAIL###\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','5de1e731966c1d006529fc1a084c6b0a','',NULL),(2573,'en','default','b9634bbe4864ededd98b1bcf3086eae5','Hi ###USERNAME###,\\n\\nThis notice confirms that your password was changed on ###SITENAME###.\\n\\nIf you did not change your password, please contact the Site Administrator at\\n###ADMIN_EMAIL###\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','2787ad08ab391720e6e938d5ae78f007','',NULL),(2574,'en','default','6763db61b0c143e9e3177521e443d2c4','Hi,\\n\\nThis notice confirms that the admin email address was changed on ###SITENAME###.\\n\\nThe new admin email address is ###NEW_EMAIL###.\\n\\nThis email has been sent to ###OLD_EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','4e8c9db368f8eaa448b116a46d1a0cc6','',NULL),(2575,'en','default','49efee179c405646256a626ae1c0cdb9','Hi,\\n\\nThis notice confirms that the network admin email address was changed on ###SITENAME###.\\n\\nThe new network admin email address is ###NEW_EMAIL###.\\n\\nThis email has been sent to ###OLD_EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','aa3c13416b3d0c95cbdb10ca15181f36','',NULL),(2576,'en','default','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'','LINE',NULL,10,'','81ec8a330ff644c9ea84ddaeb26987a5','',NULL),(2577,'en','default','1e2663b75f695ea8fb705ca2e23ad356','Hide Block Settings',NULL,NULL,'','LINE',NULL,10,'','05a1e761078f0f7c9cd7722bd7c3a011','',NULL),(2578,'en','default','f8298af5a18e14200a42641127c64fcb','Hide header image',NULL,NULL,'','LINE',NULL,10,'','f68cc1d7af56135d2b67b63658fa1b0d','',NULL),(2579,'en','default','f97bfa92dc4e64fa98b4f66f7276d781','Hide image',NULL,NULL,'','LINE',NULL,10,'','b2d585d9be309537d9d75c6146fe774b','',NULL),(2580,'en','default','93e48848f729e66827a830a7aeb37cf0','Hide more tools & options',NULL,NULL,'','LINE',NULL,10,'','c44d935c52cf62fb57e1a5e040d10caf','',NULL),(2581,'en','default','f9d79e515e1857b503c842139072be00','Hide options',NULL,NULL,'','LINE',NULL,10,'','ecad2a90c75ec115bd74e7969b73396a','',NULL),(2582,'en','default','3f5b7abc4738f2132264c2510f9dc39f','Hide password',NULL,NULL,'','LINE',NULL,10,'','f6a98d9743bee5bfd08530a2388cb5c1','',NULL),(2583,'en','default','b93f28959d6906282b3d2d152c73e9f6','Hide the excerpt on the full content page',NULL,NULL,'','LINE',NULL,10,'','a0d04bb0ff91cbdee02189795adbb9ad','',NULL),(2584,'en','default','45c3171ef193c74b402f407fba9d955b','Hindi',NULL,NULL,'','LINE',NULL,10,'','ef65d9f2174284e188622426cd13034a','',NULL),(2585,'en','default','34e43a0fbfa15dbcba66cedb183f3426','Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ & ).',NULL,NULL,'','LINE',NULL,10,'','37e73cad752936a2990f47cb14e70b14','',NULL),(2586,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,10,'','cebfd100aac8309a9c0bab5092383ae3','',NULL),(2587,'en','default','572f2eff492f4997416a14d6830271b8','Home and End',NULL,NULL,'','LINE',NULL,10,'','794f17060883605f9289e3f6989ad235','',NULL),(2588,'en','default','5dd2e33aabe1c41b3f409fc4c049a1d8','Home/End',NULL,NULL,'','LINE',NULL,10,'','d47b295853e6d838dbc6ea08c4e5ff47','',NULL),(2589,'en','default','339f7a2e087a159e6a31501649027a77','Homepage',NULL,NULL,'','LINE',NULL,10,'','a738c90205bd042068898caad1ce42b5','',NULL),(2590,'en','default','a5140ec3ab79f6dd974aafda98b5f6d8','Homepage Settings',NULL,NULL,'','LINE',NULL,10,'','9ccaec22118c6abcfdee6025b43bf522','',NULL),(2591,'en','default','6a860ec3e4aea62e10998cb4cb8da448','Homepage and posts page must be different.',NULL,NULL,'','LINE',NULL,10,'','d2dabbb8d3d9831b6e3c56144ca0a31c','',NULL),(2592,'en','default','f16338abcec3f26e6978b9204895890b','Horizontal Pos.',NULL,NULL,'','LINE',NULL,10,'','7d84ca778bd936c3b7dfc8c90ad38424','',NULL),(2593,'en','default','f0c8b2bc40856314cdc241d77f7eb12a','Horizontal line',NULL,NULL,'','LINE',NULL,10,'','b5b3c98ee3876b4c3f310c98562bd329','',NULL),(2594,'en','default','1b9550bc1ef71d09573334556db893d5','Horizontal space',NULL,NULL,'','LINE',NULL,10,'','8af2a3e9879a285792a94cd52e67c53e','',NULL),(2595,'en','default','b55e509c697e4cca0e1d160a7806698f','Hour',NULL,NULL,'','LINE',NULL,10,'','fb64b2a4f65df25998f2a97ee3c097eb','',NULL),(2596,'en','default','6a7e73161603d87b26a8eac49dab0a9c','Hours',NULL,NULL,'','LINE',NULL,10,'','e703e245027b4946feb7f67a65fe3de7','',NULL),(2597,'en','default','60e2d5a1aad9154591fe7aeed264e12a','How many items would you like to display?',NULL,NULL,'','LINE',NULL,10,'','ca50d60db0698aee99a4f1c5f45166c5','',NULL),(2598,'en','default','e0af55d5dda285e1c115ed4ed9af78f9','Howdy ###USERNAME###,\\n\\nYou recently requested to have the email address on your account changed.\\n\\nIf this is correct, please click on the following link to change it:\\n###ADMIN_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','4c7febd745d8b12bfbd024affa2d913a','',NULL),(2599,'en','default','095c6a17c2a8a38fdb6b971c19e90e12','Howdy ###USERNAME###,\\n\\nYou recently requested to have the network admin email address on\\nyour network changed.\\n\\nIf this is correct, please click on the following link to change it:\\n###ADMIN_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','81d47ce50054ae96232fa3aaec23e7f9','',NULL),(2600,'en','default','27801d60c727cc77a0af0b43cea6f4b6','Howdy USERNAME,\\n\\nYour new SITE_NAME site has been successfully set up at:\\nBLOG_URL\\n\\nYou can log in to the administrator account with the following information:\\n\\nUsername: USERNAME\\nPassword: PASSWORD\\nLog in here: BLOG_URLwp-login.php\\n\\nWe hope you enjoy your new site. Thanks!\\n\\n--The Team @ SITE_NAME',NULL,NULL,'','LINE',NULL,10,'','c120d35021323637fc21132008c5c331','',NULL),(2601,'en','default','99e77b4ea57d035beec28a4aace328b5','Howdy USERNAME,\\n\\nYour new account is set up.\\n\\nYou can log in with the following information:\\nUsername: USERNAME\\nPassword: PASSWORD\\nLOGINLINK\\n\\nThanks!\\n\\n--The Team @ SITE_NAME',NULL,NULL,'','LINE',NULL,10,'','698d770c6d5bd26cb65845be0fdd43a3','',NULL),(2602,'en','default','97afb9087b3f49664dd863eaf8a09637','Howdy!\\n\\nSince WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.\\n###CAUSE###\\nFirst, visit your website (###SITEURL###) and check for any visible issues. Next, visit the page where the error was caught (###PAGEURL###) and check for any visible issues.\\n\\n###SUPPORT###\\n\\nIf your site appears broken and you can\'t access your dashboard normally, WordPress now has a special \"recovery mode\". This lets you safely login to your dashboard and investigate further.\\n\\n###LINK###\\n\\nTo keep your site safe, this link will expire in ###EXPIRES###. Don\'t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.\\n\\n###DETAILS###',NULL,NULL,'','LINE',NULL,10,'','eb60647044fcbb9985941f3abf5b29ca','',NULL),(2603,'en','default','3a9c294343c5f8076a81c70a2e3df016','Howdy,\\n\\nA request has been made to perform the following action on your account:\\n\\n ###DESCRIPTION###\\n\\nTo confirm this, please click on the following link:\\n###CONFIRM_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','c4fe39a207abd5cf1d7bdbea7c8fbd8f','',NULL),(2604,'en','default','a3448d08f0fb51527fe3a8b4313869c8','Howdy,\\n\\nA user data privacy request has been confirmed on ###SITENAME###:\\n\\nUser: ###USER_EMAIL###\\nRequest: ###DESCRIPTION###\\n\\nYou can view and manage these data privacy requests here:\\n\\n###MANAGE_URL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','c8c30e6dc1f7b6e1e74b1046aa55e8a5','',NULL),(2605,'en','default','45c6e468c22eeb80c1c730531caf17b1','Howdy,\\n\\nYour request to erase your personal data on ###SITENAME### has been completed.\\n\\nIf you have any follow-up questions or concerns, please contact the site administrator.\\n\\nFor more information, you can also read our privacy policy: ###PRIVACY_POLICY_URL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','fc6d4b623463133874c256fe0e6aa334','',NULL),(2606,'en','default','722a8730a2dd8838086a140dea4debb1','Howdy,\\n\\nYour request to erase your personal data on ###SITENAME### has been completed.\\n\\nIf you have any follow-up questions or concerns, please contact the site administrator.\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','bdc7d526198cec19fcc92df21a75c945','',NULL),(2607,'en','default','0e8a28d2db1a60106512f2c3a2d08a05','Howdy, %s',NULL,NULL,'','LINE',NULL,10,'','b3a8bb88ebf74d0cb6582eca00956dac','',NULL),(2608,'en','default','e1e99c99bd20967f80e26dee17dcddba','Hue value in degrees, from 0 to 359.',NULL,NULL,'','LINE',NULL,10,'','22322af35bd301705b7e79ff91a7a287','',NULL),(2609,'en','default','3e44c85613eeee08185a332cc40d5db8','Hue/saturation/lightness mode active',NULL,NULL,'','LINE',NULL,10,'','18e742387ee29db825798b4c6953fbdd','',NULL),(2610,'en','default','d805840d566258677f0180c19e4f6f28','Human-readable labels for the post type for various contexts.',NULL,NULL,'','LINE',NULL,10,'','0f4f758507557343bb444cd8e12eccc3','',NULL),(2611,'en','default','c17741bcc49e089d7931c64d686ac738','Human-readable labels for the taxonomy for various contexts.',NULL,NULL,'','LINE',NULL,10,'','faa918fd7e7f1b5425d3a5853cf8d3a5','',NULL),(2612,'en','default','7b86112ec6401fd8f06ab5251d1a68fe','Hungarian',NULL,NULL,'','LINE',NULL,10,'','27e809bd6be591ffb9abfe5242621651','',NULL),(2613,'en','default','72dc9d69da33dd8fade938f96d887465','I really need an ID for this to work.',NULL,NULL,'','LINE',NULL,10,'','01c33217692669048b4aa4732e1b1254','',NULL),(2614,'en','default','e61f7a339a10b43ac864a294be551580','ID of the post context.',NULL,NULL,'','LINE',NULL,10,'','8ad1aed69055bfa181df69e7ab1d128f','',NULL),(2615,'en','default','060dc976eff512760d472fbc3cc2f423','IO error.',NULL,NULL,'','LINE',NULL,10,'','d28f2f36b7b65b10cb758adfdc70f8e9','',NULL),(2616,'en','default','25b5231d8ab04c4c6a6989bb39f4eb65','IP address for the object author.',NULL,NULL,'','LINE',NULL,10,'','dfed3ea769cf5521cf320bf72358a63f','',NULL),(2617,'en','default','4c545ca25c8a34a533be19e7a1c44a79','Icelandic',NULL,NULL,'','LINE',NULL,10,'','efe98f008382fddf7f26e3874cd9125d','',NULL),(2618,'en','default','490aa6e856ccf208a054389e47ce0d06','Id',NULL,NULL,'','LINE',NULL,10,'Id for link anchor (TinyMCE)','dc95205a75b88fbb84a0aff1f03ef2b9','',NULL),(2619,'en','default','fe57860a0fa42b64c837999731e6c453','Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.',NULL,NULL,'','LINE',NULL,10,'','c3d6ae5f6b016af5806ca99bc8f45580','',NULL),(2620,'en','default','80f7e11586369b6acf00f3a028ce41d8','If this was a mistake, just ignore this email and nothing will happen.',NULL,NULL,'','LINE',NULL,10,'','67d51f9dd263145c3f858ccd1e3465fa','',NULL),(2621,'en','default','473d2e241d2c5324e8a297dbb3696402','If you add a video, the image will be used as a fallback while the video loads.',NULL,NULL,'','LINE',NULL,10,'','04ebf434169fce2d89c20756be24ca8d','',NULL),(2622,'en','default','4056db45e9eb1f72f13689d2f165344a','If you are the owner of this network please check that MySQL is running properly and all tables are error free.',NULL,NULL,'','LINE',NULL,10,'','17cbbe148bb667d343e3568568fd99aa','',NULL),(2623,'en','default','be5112f22417ac357860f25c823010f3','If you do not activate your site within two days, you will have to sign up again.',NULL,NULL,'','LINE',NULL,10,'','77156619016e0f6b1fd349209d919314','',NULL),(2624,'en','default','d5faf461956b87a016fad355d201525b','If you do not activate your username within two days, you will have to sign up again.',NULL,NULL,'','LINE',NULL,10,'','9b74f64644602c99c15b960eb4b16eb9','',NULL),(2625,'en','default','374c95ab91acf4927a516aaa87adfbde','If you don’t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href=\"%s\">WordPress Support Forums</a>.',NULL,NULL,'','LINE',NULL,10,'','45fa16bb63c32b500254b695a15bf0ac','',NULL),(2626,'en','default','a1caff46b1bbb256fe150062cc01d732','If you haven’t received your email yet, there are a number of things you can do:',NULL,NULL,'','LINE',NULL,10,'','e2ff4dde5c76ea0ddc06b5dbfd838eff','',NULL),(2627,'en','default','7b759c5ebb58725cc541d1e2b7386d71','If you’re looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically.',NULL,NULL,'','LINE',NULL,10,'','f54d9126709c8dc23e6aed7ef54e2e24','',NULL),(2628,'en','default','0e3c13866d6b92dbb84a843b348ad6e5','If you’re not going to use a great site domain, leave it for a new user. Now have at it!',NULL,NULL,'','LINE',NULL,10,'','db11f1514c6dafc37ef018472e11da2a','',NULL),(2629,'en','default','ba6086f7e909e94cabb816a71b3026d3','If you’re still stuck with this message, then check that your database contains the following tables:',NULL,NULL,'','LINE',NULL,10,'','8e9d66b2021ef8f97e97530c0bcbca55','',NULL),(2630,'en','default','869155825afb77c257a5bf1c68154cdc','If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"%s\">WordPress Support Forums</a>.',NULL,NULL,'','LINE',NULL,10,'','2af24231f75462153d3622dc41efbd77','',NULL),(2631,'en','default','4fb8b4e5d880452640754a6832deb701','If your site does not display, please contact the owner of this network.',NULL,NULL,'','LINE',NULL,10,'','9bd4e7b11ff2cd220b8080d117f03707','',NULL),(2632,'en','default','8746ea90429cc1904ee36086f57533aa','If your theme has multiple menus, giving them clear names will help you manage them.',NULL,NULL,'','LINE',NULL,10,'','e55343bd22a3286b5745ac464e202864','',NULL),(2633,'en','default','8ff9da0879ef14c22bf3902c516591b1','If your theme has widget areas, you can also add menus there. Visit the <a href=\"%s\">Widgets panel</a> and add a “Navigation Menu widget” to display a menu in a sidebar or footer.',NULL,NULL,'','LINE',NULL,10,'','6c5b508790a48a3a63cc31a61f4799ad','',NULL),(2634,'en','default','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,10,'','9ded28267599ea052940b56e0c2deeb1','',NULL),(2635,'en','default','3ee1cf624146b289d8c72676f9971635','Image <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','4e8930cce91ca405b219d41ce03be879','',NULL),(2636,'en','default','e6b632210e437fe905e0facf0d92528c','Images <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','ba64774b80963c55fb1bc3e8c8cf62d0','',NULL),(2637,'en','default','f1fb2ce6d507087fb58be990986db2c1','Image CSS Class',NULL,NULL,'','LINE',NULL,10,'','52b9b94241f02146477cd204c71107cd','',NULL),(2638,'en','default','78d0f5aac952e2ce840a381976a3b01e','Image Details',NULL,NULL,'','LINE',NULL,10,'','289a089ad1bf9ef2a1dc05e41d6a5000','',NULL),(2639,'en','default','8ea4e1ba5df8a2942eff1f2185127bc3','Image Dimensions',NULL,NULL,'','LINE',NULL,10,'','ba8096afb987224c8e71cc8faef6a7d3','',NULL),(2640,'en','default','7ea1c88527f5915a8a6d35e79d6dcb11','Image Editor Save Failed',NULL,NULL,'','LINE',NULL,10,'','6d4bacbe6989bd2cce7d3cc32906328f','',NULL),(2641,'en','default','13c31590d98cc452fc3794eaf0811e4d','Image Position',NULL,NULL,'','LINE',NULL,10,'','233d9ca953c1fcc0706aae491a9bfe8a','',NULL),(2642,'en','default','4c99c66c65d5cc7f1c5ef76302aa9988','Image Settings',NULL,NULL,'','LINE',NULL,10,'','f58191c7c90b2bfb1e6bdc9531fc42b4','',NULL),(2643,'en','default','7d25feb59b8a44341084a00840d860d1','Image Size',NULL,NULL,'','LINE',NULL,10,'','43912cba1c067a06077df5d53c529ffd','',NULL),(2644,'en','default','d305dcccfbea9b355298cb9dd962186c','Image Title Attribute',NULL,NULL,'','LINE',NULL,10,'','eef8bffca3ad2a7b57f3d29c08bcd98a','',NULL),(2645,'en','default','427b6d816d7fdd86cabe48d8180a3cc9','Image URL',NULL,NULL,'','LINE',NULL,10,'','57faf2f0c706925387b6db4832e8817e','',NULL),(2646,'en','default','3633cea8cb27493e84c59001c1efa10d','Image Widget',NULL,NULL,'','LINE',NULL,10,'','d381fbcb664ac1c951a45d2e8babb707','',NULL),(2647,'en','default','f9014a929296ca54ec380a2a7c3b3adc','Image Widget (%d)',NULL,NULL,'','LINE',NULL,10,'','bb2e2a6df52d2d867fc3bcb57d107c1b','',NULL),(2648,'en','default','3e0c03857c76bfc919b173cc07fc54d6','Image crop area preview. Requires mouse interaction.',NULL,NULL,'','LINE',NULL,10,'','662ea71be52b167deb45774dd032355c','',NULL),(2649,'en','default','09ef7b186c0f0b38e8d7f8d602a2bc9f','Image crop failed.',NULL,NULL,'','LINE',NULL,10,'','d64cff2b27e80d08e6fff1bdfc38c95d','',NULL),(2650,'en','default','cc2bb3de2185898633a3284e9f158cca','Image default align',NULL,NULL,'','LINE',NULL,10,'','41a287afa76807badf2c210193e3de51','',NULL),(2651,'en','default','64f4a41b9e7df4978f481b618583722d','Image default link type',NULL,NULL,'','LINE',NULL,10,'','53586a729169a9fa7140c34ad483fc2b','',NULL),(2652,'en','default','e51463cc93c74faa8d92a1374c604686','Image default size',NULL,NULL,'','LINE',NULL,10,'','09283329c3930c247ed63503a490e9d2','',NULL),(2653,'en','default','18f2ae2bda9a34f06975d5c124643168','Image description',NULL,NULL,'','LINE',NULL,10,'','08a0c8a81edaee367547785be614df4e','',NULL),(2654,'en','default','2689c129907270c33b3617d24ba627ca','Image flip failed.',NULL,NULL,'','LINE',NULL,10,'','49e34ab47453329b6920fec11dfcc2a6','',NULL),(2655,'en','default','b9d2eb895e4f3326f028b1ecb48574a5','Image resize failed.',NULL,NULL,'','LINE',NULL,10,'','c842f08f3b6ecbfc9f96d3ed076d3a3e','',NULL),(2656,'en','default','de8173650c251fb925d8132f2984836b','Image rotate failed.',NULL,NULL,'','LINE',NULL,10,'','5401099b49b854caec46aaf0b73592a9','',NULL),(2657,'en','default','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'','LINE',NULL,10,'','6a4232ea40d6ee210c8713488dae04d1','',NULL),(2658,'en','default','fd83e0ccb3e6312a62f888dd496dd0a5','Immediately',NULL,NULL,'','LINE',NULL,10,'','b0466a7eb8fbac7fa532f64cf2b18aa7','',NULL),(2659,'en','default','3c3da7df3130ff67809815ce8bb6beb0','Import from JSON',NULL,NULL,'','LINE',NULL,10,'','0b6decc150b4d931ea24b7d2d4586e8e','',NULL),(2660,'en','default','77a87f756545b3741b2f92c33c9405f0','Importer installed successfully. <a href=\"%s\">Run importer</a>',NULL,NULL,'','LINE',NULL,10,'','d72ca47ff3e08821da1125ab481c6e59','',NULL),(2661,'en','default','969a16d2fb1e6a2318eca7d359a88efd','In %1$s, use the %2$s method, not the %3$s function. See %4$s.',NULL,NULL,'','LINE',NULL,10,'','beb3a14ff94e96f0cb5b6860e8a1d68e','',NULL),(2662,'en','default','0f3b5be67bc58ea00af24d2c1634c897','In the editing area, the Tab key enters a tab character.',NULL,NULL,'','LINE',NULL,10,'','e65250bbd222d89a4f24f11f0422ee17','',NULL),(2663,'en','default','20a0ff4cfb486284f61d5ead7a4ae66e','In this case, WordPress caught an error with one of your plugins, %s.',NULL,NULL,'','LINE',NULL,10,'','13ec2c0e673c007466b8dc00061abdd2','',NULL),(2664,'en','default','11872f2a7ed4279f7c2b3cd1101e4580','In this case, WordPress caught an error with your theme, %s.',NULL,NULL,'','LINE',NULL,10,'','98491a145602cc44d2d061dc7a00c6af','',NULL),(2665,'en','default','b4c86470bff2127ea0466746c502b827','Incorrect post password.',NULL,NULL,'','LINE',NULL,10,'','ffb54bb8b5a79739eb9fe31f715c80f6','',NULL),(2666,'en','default','a2d0cc4ccb8d725ebe6936068e2891cb','Incorrect username or password.',NULL,NULL,'','LINE',NULL,10,'','dd8ddb0ddeb938a6e79fd75d2f686cc1','',NULL),(2667,'en','default','b7551f26acaea9acb4f4349b846e1ed2','Increase indent',NULL,NULL,'','LINE',NULL,10,'','9ceb511e8f8cd59658fb714b0788a03e','',NULL),(2668,'en','default','8ada62199ae7b78e8e58cf6d25c32d4a','Indent list item',NULL,NULL,'','LINE',NULL,10,'','e52ca00a8f074830ca0abf9f19881e20','',NULL),(2669,'en','default','cc1c9b57607b4439578b68074a5e2d80','Indonesian',NULL,NULL,'','LINE',NULL,10,'','cda89fa8d21f578426a14a6a80acd4a4','',NULL),(2670,'en','default','ec3f48e1952d0275224274c2842523e7','Inexistent terms.',NULL,NULL,'','LINE',NULL,10,'','ac2363cc7c8745b2508420d05a161dea','',NULL),(2671,'en','default','516ca5c8f1ed7c777fb7ca2e9e071760','Inline Image',NULL,NULL,'','LINE',NULL,10,'','6bdc6f4a3b99ac8e740f963053f3944d','',NULL),(2672,'en','default','8dc6af0472a7610573498b1e131b5e50','Inline toolbar (when an image, link or preview is selected)',NULL,NULL,'','LINE',NULL,10,'','dc502511deb4992eebf2ed86d5343d43','',NULL),(2673,'en','default','090627e8fb8e4b25602a3db6a00c9656','Insert After',NULL,NULL,'','LINE',NULL,10,'','e03cb8a05bc63d50ecf249bf6e563be5','',NULL),(2674,'en','default','c63c027a47e018075dca86d530d60083','Insert Before',NULL,NULL,'','LINE',NULL,10,'','e6eda06cd07db073d15a8355a079014b','',NULL),(2675,'en','default','259738ca35a086ce9d269623e5ab5d37','Insert Link',NULL,NULL,'','LINE',NULL,10,'','9c05bfe064e86d727004bab388aabb41','',NULL),(2676,'en','default','1779d23035f16bb6f8a0f548f1eaa6b9','Insert Media',NULL,NULL,'','LINE',NULL,10,'','eeed7a90dc66de77875fef0f8c3fe8c2','',NULL),(2677,'en','default','1e2c21f8af7a47ddacd844a664c208e2','Insert Page Break tag',NULL,NULL,'','LINE',NULL,10,'','005860a314c1501f2dae4c4d0f789b2a','',NULL),(2678,'en','default','2232b8f4789c934f4e10863602b2c578','Insert Read More tag',NULL,NULL,'','LINE',NULL,10,'','693df09656cd38a08845b92684ea3cb5','',NULL),(2679,'en','default','c2840441bb272315f038c7af311b05e6','Insert a new block after the selected block(s).',NULL,NULL,'','LINE',NULL,10,'','4d6697e7fe2782af56bd71e191b539d7','',NULL),(2680,'en','default','251b8cca393348f05d98a1d62662863f','Insert a new block before the selected block(s).',NULL,NULL,'','LINE',NULL,10,'','eec1c29b9a40b61d333017ef4759927a','',NULL),(2681,'en','default','7489c582425a045e743e447d735dc98b','Insert a table — perfect for sharing charts and data.',NULL,NULL,'','LINE',NULL,10,'','ca4fb262687a34d07715fa3fb538a72f','',NULL),(2682,'en','default','3d1950001c22f2e4bed09d4d4a48bdbf','Insert additional custom elements with a WordPress shortcode.',NULL,NULL,'','LINE',NULL,10,'','162d49214b05db5f56d0d9b00bede59a','',NULL),(2683,'en','default','4d79c231a1f8a78f6546261119f23029','Insert an image to make a visual statement.',NULL,NULL,'','LINE',NULL,10,'','dad2c2021e90f40eb89fdc5905a76103','',NULL),(2684,'en','default','ddd47b3fa8b4f70cda4b84b3d5656e77','Insert audio playlist',NULL,NULL,'','LINE',NULL,10,'','207fca50295da3fa103e33be6821ec1a','',NULL),(2685,'en','default','daf0fc26e46b4c4ab46483d68482a191','Insert column after',NULL,NULL,'','LINE',NULL,10,'','5c33aed2e19238cbca36e1e02b4bf6f3','',NULL),(2686,'en','default','ce66d1af10661d27bf06a7e58a3c9b75','Insert column before',NULL,NULL,'','LINE',NULL,10,'','37e309370a0185149e95bb43903af95c','',NULL),(2687,'en','default','273939c994be03f398c07b6ac8584586','Insert date/time',NULL,NULL,'','LINE',NULL,10,'','f86028b3bf1877bb0a878cdc46244873','',NULL),(2688,'en','default','e8dfee37bb32b318022ea92fb2e18136','Insert from URL',NULL,NULL,'','LINE',NULL,10,'','a913d0843b249b35299ed035e99d4297','',NULL),(2689,'en','default','e1b247a1010eb5d8c30f281b18bc3ba7','Insert gallery',NULL,NULL,'','LINE',NULL,10,'','bc4738a9d2c47f03d39a1e15caf0a0df','',NULL),(2690,'en','default','21051abf79012a1b2ee50d13b9731a16','Insert image',NULL,NULL,'','LINE',NULL,10,'','46f3775610c126fc30ba6d3a889c6276','',NULL),(2691,'en','default','a69d768371393b258b2766373b7f4dbc','Insert into page',NULL,NULL,'','LINE',NULL,10,'','ec00998d1ed679febf7749abefe48071','',NULL),(2692,'en','default','46e4e81ae96587a3e9fa31ef3e4a6490','Insert into post',NULL,NULL,'','LINE',NULL,10,'','73960896b56848a5285e77ead4a1fa3a','',NULL),(2693,'en','default','92987a0bdafb6d7ae317581d48f723a8','Insert link',NULL,NULL,'','LINE',NULL,10,'','f0145932c03107c59fc8c44875bf044a','',NULL),(2694,'en','default','34446a3f7f902ed02b9f19f37075bdd4','Insert poetry. Use special spacing formats. Or quote song lyrics.',NULL,NULL,'','LINE',NULL,10,'','b4b9b42da476141a58b5eacaf3dfb424','',NULL),(2695,'en','default','a427ddc63a94ddd02e437d922f42f5d0','Insert row after',NULL,NULL,'','LINE',NULL,10,'','cf6920318a420f2930360d5ead2e4b4a','',NULL),(2696,'en','default','716d9b7f595cadb4d123c36babba19d7','Insert row before',NULL,NULL,'','LINE',NULL,10,'','b7b3804d28a6f8b4b65c41dddfb6271a','',NULL),(2697,'en','default','bdc40d5c3ebd2bfed5cd1447ab033359','Insert table',NULL,NULL,'','LINE',NULL,10,'','fa769097ae70632ee31c9a0404ffb528','',NULL),(2698,'en','default','4b8156552accbe79b65549d3a9c235b5','Insert video',NULL,NULL,'','LINE',NULL,10,'','36cff64f75b81ff831453f0d7d59e889','',NULL),(2699,'en','default','01ac9aa9f305a6d2384937df6ec1ea25','Insert video playlist',NULL,NULL,'','LINE',NULL,10,'','9fc8b814639e4b4deb125f05c73e69ed','',NULL),(2700,'en','default','4060258f3688e4beb3b78cce3d7b7b24','Insert/edit code sample',NULL,NULL,'','LINE',NULL,10,'','3d4f8f57f5cf727088aa4c9a8bbe043b','',NULL),(2701,'en','default','28cd7558894ce85ce4fa9f28e1c87df0','Insert/edit image',NULL,NULL,'','LINE',NULL,10,'','17eba0c625a6e3ba692f71283b21f92e','',NULL),(2702,'en','default','a4be07f83159246e9fa26048e982999a','Insert/edit link',NULL,NULL,'','LINE',NULL,10,'','fa3ded997d13e357375a6a3ef61a9b13','',NULL),(2703,'en','default','967d86b27088dfb21a87e992e9cdca43','Insert/edit media',NULL,NULL,'','LINE',NULL,10,'','0d58ff63a1d46fa8fbd9cc8352b2c7da','',NULL),(2704,'en','default','b48742471bdec805703d57268e2b5b66','Inserted text',NULL,NULL,'','LINE',NULL,10,'','4175f08c0d7d1b94715a6d8703877b82','',NULL),(2705,'en','default','862ad1b0c0a0a7433895d5ddb407b25a','Install & Preview',NULL,NULL,'','LINE',NULL,10,'','e7cc1f41c0e76795eaf1b50d33e681e1','',NULL),(2706,'en','default','5edb0eb1006e6be6d4cd5609357b4bb3','Install Now',NULL,NULL,'','LINE',NULL,10,'','6ee813d14c9fd7ee986e39843c8fed5e','',NULL),(2707,'en','default','6d530f16eef1fff3f9b3400edf595ac9','Install and preview theme: %s',NULL,NULL,'','LINE',NULL,10,'','b4b966dc2da6741cb0cafd21f9e121b1','',NULL),(2708,'en','default','90c71c34bc95e094c46624e21672f523','Installation Failed!',NULL,NULL,'','LINE',NULL,10,'','942d720d5da9359dee6ee92cfbdccad7','',NULL),(2709,'en','default','d7263cdf195aa08df5e8d8c7261c02f9','Installation completed successfully.',NULL,NULL,'','LINE',NULL,10,'','d66e2dcea61a3921617958898dfd0065','',NULL),(2710,'en','default','ba75199ccca30f794e7ceb1dd3dba359','Installation failed: %s',NULL,NULL,'','LINE',NULL,10,'','706b0869257090cdfb9f5b0194cdb7bf','',NULL),(2711,'en','default','655227f0e2b820091f921a58b30ec232','Installed themes',NULL,NULL,'','LINE',NULL,10,'','8c95e91e6d62a3e8e534082e61ca0739','',NULL),(2712,'en','default','b9940e6be68b04502240b4d9dcadf31f','Installing...',NULL,NULL,'','LINE',NULL,10,'','338050b1cd685fe36984c0b41ecbba36','',NULL),(2713,'en','default','9f648c28c8e52722586d31d60ed063ca','Installing... please wait.',NULL,NULL,'','LINE',NULL,10,'','665f1339206ccbd068ce3412bf15a994','',NULL),(2714,'en','default','196286743ac87f2dc15a13d4f0832910','Insufficient Requirements',NULL,NULL,'','LINE',NULL,10,'','a9ee81219c33b38e130bb72c32fd9796','',NULL),(2715,'en','default','9f9b280cf88a7e1f36f32019fc1afc24','Insufficient arguments passed to this XML-RPC method.',NULL,NULL,'','LINE',NULL,10,'','10744a4589bd4512e6dd1bc5e608d118','',NULL),(2716,'en','default','2a9b8f0740bf9fd571d50d2dbb77a0f1','Internal search handler error.',NULL,NULL,'','LINE',NULL,10,'','0d8fd6a0ca7650f969cf9211d8883fb7','',NULL),(2717,'en','default','c5663feb300b72aa6de646213f71e973','Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.',NULL,NULL,'','LINE',NULL,10,'','fac9bac751c90d1842476877a4008522','',NULL),(2718,'en','default','4bbb8f967da6d1a610596d7257179c2b','Invalid',NULL,NULL,'','LINE',NULL,10,'','351b994b3bfca0783ce023f0150ccad7','',NULL),(2719,'en','default','1caafb32495bffc3a8a451b437bddad6','Invalid Content-Disposition supplied. Content-Disposition needs to be formatted as `attachment; filename=\"image.png\"` or similar.',NULL,NULL,'','LINE',NULL,10,'','e0c3b1d91cc371fa3e213bdb9a29fc75','',NULL),(2720,'en','default','a335035683a469a20a268da0f0ea3203','Invalid JSON body passed.',NULL,NULL,'','LINE',NULL,10,'','2690b65c530fb86584391eed4478e20b','',NULL),(2721,'en','default','7cd8711e4c99cdc1d7b5963d6638bf89','Invalid JSON file',NULL,NULL,'','LINE',NULL,10,'','371b6906632014a57b91425af5dcb24d','',NULL),(2722,'en','default','d334fbd8adc696a2576b5d3b778c1440','Invalid JSONP callback function.',NULL,NULL,'','LINE',NULL,10,'','f4de6eaa7e25e704400256fb42455642','',NULL),(2723,'en','default','f6111cda03090de1070b5b0205fb834d','Invalid Reusable Block JSON file',NULL,NULL,'','LINE',NULL,10,'','3df27fa388fac8e4cf15d75bc59cb7a5','',NULL),(2724,'en','default','472254448fbe0dfb7d76490a3cba97a9','Invalid URL.',NULL,NULL,'','LINE',NULL,10,'','f89bf552fad2af5a9b166a9a56df8b83','',NULL),(2725,'en','default','0c4de6f54e6b4984f613f8346a104dc1','Invalid action name.',NULL,NULL,'','LINE',NULL,10,'','4459d0ff438f78c45f9696f9e053ff54','',NULL),(2726,'en','default','fdeec8a42f9bca6eb42c417d9da14d80','Invalid action.',NULL,NULL,'','LINE',NULL,10,'','9bd2f8294b72bbddaaece6cdf64dac95','',NULL),(2727,'en','default','0ec3f26c1e99cfe615b75cc6c7f6f412','Invalid activation key.',NULL,NULL,'','LINE',NULL,10,'','a54a93857fcf2c575751cb4acfc2dd3f','',NULL),(2728,'en','default','eedddcc817085a903db8572411e999d0','Invalid attachment ID.',NULL,NULL,'','LINE',NULL,10,'','4a0da0d9c192434d215b0e65bb152c24','',NULL),(2729,'en','default','929e3b394896878237ecaf9aadf846ae','Invalid author ID.',NULL,NULL,'','LINE',NULL,10,'','b9fac2e17d6fb0a1fd2e8642cfa82bda','',NULL),(2730,'en','default','8aa1a2ff42924000fbfcf1bded78a98d','Invalid block.',NULL,NULL,'','LINE',NULL,10,'','335fc3358fce9324710e02d811f2f679','',NULL),(2731,'en','default','1a9a54b4c507174a6023298636845fa6','Invalid changeset UUID',NULL,NULL,'','LINE',NULL,10,'','8a9f18889f4af28b80e9a6fcf8abe16d','',NULL),(2732,'en','default','0b50cbae8e84c38508e4ab7873738225','Invalid comment ID.',NULL,NULL,'','LINE',NULL,10,'','e52581b96bd090b2675fd8445a763267','',NULL),(2733,'en','default','9d9d04bdbda60ceb722569beb2bfbd7e','Invalid comment author ID.',NULL,NULL,'','LINE',NULL,10,'','e70b4f139135291301aed8208cf034b5','',NULL),(2734,'en','default','6df7a9486622ed56206f64b8db32a8cc','Invalid comment content.',NULL,NULL,'','LINE',NULL,10,'','7ba3ec5019c4c2f8138259c2fa406bd6','',NULL),(2735,'en','default','6d21df3498f1e00ba773bb0b2f9e0637','Invalid comment status.',NULL,NULL,'','LINE',NULL,10,'','aa36f71f6b10ae8504c25f7df3635def','',NULL),(2736,'en','default','591b0856206c6cc826df0c3fe2b562c4','Invalid cookie format.',NULL,NULL,'','LINE',NULL,10,'','5b6303102d4e21340508bf18b722afb4','',NULL),(2737,'en','default','c2c3fa18293c51fd19ff4662ad5429c0','Invalid cookie.',NULL,NULL,'','LINE',NULL,10,'','e625617f6db6cfd1280b74601608ee16','',NULL),(2738,'en','default','9e02aff415bb54df2b36554d62bea3e9','Invalid date.',NULL,NULL,'','LINE',NULL,10,'','bc8df6e1e63179782673f0d88bd97a48','',NULL),(2739,'en','default','e267e2be02cf3e29f4ba53b5d97cf78a','Invalid email address.',NULL,NULL,'','LINE',NULL,10,'','eb52e2bdb7c40c8e5b244aab3b0e8208','',NULL),(2740,'en','default','2644fdf537b70aab3c8b68e167b7d9b2','Invalid featured media ID.',NULL,NULL,'','LINE',NULL,10,'','090dbaf65642ffc39f01060f40df4896','',NULL),(2741,'en','default','e56d1af86cdef25bfee42c0bf7a6abf6','Invalid item ID.',NULL,NULL,'','LINE',NULL,10,'','e53d46172009a8a0afac2cc56cab9730','',NULL),(2742,'en','default','456e77e04e2e26231ee352304627b26d','Invalid key.',NULL,NULL,'','LINE',NULL,10,'','dab7416f5ed4707f4dadeec6d2a39ff2','',NULL),(2743,'en','default','301f807f272ccbbf969d040841116cc1','Invalid menu ID.',NULL,NULL,'','LINE',NULL,10,'','c695e4e678dd196a51a859cbacfe045b','',NULL),(2744,'en','default','75d16995edea2dd159fb46c2db30e4fc','Invalid object ID.',NULL,NULL,'','LINE',NULL,10,'','8500a5e99e7b40d4eb457a0f30237eb2','',NULL),(2745,'en','default','ce9bc92d9e190c1cb3006c2684cbf5c5','Invalid object type',NULL,NULL,'','LINE',NULL,10,'','b1bba81d312cfbf48e817963ee1d64a0','',NULL),(2746,'en','default','14607b1de9af30a8d9ef44d9d045a12e','Invalid page template.',NULL,NULL,'','LINE',NULL,10,'','93262dfbdf56cf29b2eb85a963e37952','',NULL),(2747,'en','default','310a038abffbdc0d74403f2c00bc4780','Invalid parameter(s): %s',NULL,NULL,'','LINE',NULL,10,'','843585c3cc3a3331bb8364500054c9c3','',NULL),(2748,'en','default','673afb5fd2a62017f7fff4fee2c6da54','Invalid parameter.',NULL,NULL,'','LINE',NULL,10,'','62cd9b9011b1d3670ca910263a0d1749','',NULL),(2749,'en','default','0d6b82d8da0fa39bad10f8b7e647ca73','Invalid parent post ID.',NULL,NULL,'','LINE',NULL,10,'','8b9eec4e39ede48c1f1cfe0a2caa2ae6','',NULL),(2750,'en','default','71fd78c4a98317650de17c7866ca1ae8','Invalid parent type.',NULL,NULL,'','LINE',NULL,10,'','89796527554e0b6ebd51d9b23cffb2b7','',NULL),(2751,'en','default','4f160eeef131dc28cfb5774c9ad47239','Invalid post ID.',NULL,NULL,'','LINE',NULL,10,'','36f73479a015140f066e184d9407a2a3','',NULL),(2752,'en','default','3c68e69074cf2f4fb333c19fe6e11c3a','Invalid post format.',NULL,NULL,'','LINE',NULL,10,'','66931e03ccf437f54ef0c4868e5a8912','',NULL),(2753,'en','default','41c46fd85b1220e305fda5ca8cf57603','Invalid post parent ID.',NULL,NULL,'','LINE',NULL,10,'','0326602f3ea66df4e096038067c3328a','',NULL),(2754,'en','default','844bfb72558a6085514b7b1e3bb3c8ab','Invalid post type.',NULL,NULL,'','LINE',NULL,10,'','9dc9e8497cadef736e6ed2833a867ec3','',NULL),(2755,'en','default','fdaebb999dbdcb803c179e498726fae6','Invalid post.',NULL,NULL,'','LINE',NULL,10,'','e4aeba3ddf6a2896771b1b23779fcfce','',NULL),(2756,'en','default','49b1920f00d91ccff1a45d22609dfa48','Invalid recovery key format.',NULL,NULL,'','LINE',NULL,10,'','a234628cdda62ccb4decea4e95cdf546','',NULL),(2757,'en','default','8289a7282e26efd815e99f2bb52c2e15','Invalid recovery key.',NULL,NULL,'','LINE',NULL,10,'','cb3083be104ce6965d3d21d69949e667','',NULL),(2758,'en','default','777f9e90cf251ec077f633406368c632','Invalid request.',NULL,NULL,'','LINE',NULL,10,'','2825482bcb57a217fa5e754fd4653acf','',NULL),(2759,'en','default','3e90afd54c00007729f7b259a438ae14','Invalid revision ID.',NULL,NULL,'','LINE',NULL,10,'','441b25fe5ed7c9b61d6fcf5048c03ba3','',NULL),(2760,'en','default','ca5e42a98d3c51b31456c0af9e055b1c','Invalid role.',NULL,NULL,'','LINE',NULL,10,'','a98ff338c8407db07198c675c03b8106','',NULL),(2761,'en','default','3355b48e66aa33a299097baeecaf07e0','Invalid shortcode name: %1$s. Do not use spaces or reserved characters: %2$s',NULL,NULL,'','LINE',NULL,10,'','d6c0d70dab78646d9e14a28ec44721c9','',NULL),(2762,'en','default','1d007dfd2c377eb69c4c48d5b7d26ed8','Invalid shortcode name: Empty name given.',NULL,NULL,'','LINE',NULL,10,'','ad940b85eba5a4f1455a6eb15d3751b9','',NULL),(2763,'en','default','2a0fb3826c7668966a0c1741b5c0b739','Invalid slug.',NULL,NULL,'','LINE',NULL,10,'','2ff5b3ef26a1a50d55fdb3e9239b447f','',NULL),(2764,'en','default','c97666832e9145ff7a2059bfb69d34c8','Invalid status.',NULL,NULL,'','LINE',NULL,10,'','e5505c0f2b5f8c223b589647fd02b954','',NULL),(2765,'en','default','f5470364526e296e43883a347d482481','Invalid taxonomy.',NULL,NULL,'','LINE',NULL,10,'','34a292c661ef23d61d6a93bd728bf42e','',NULL),(2766,'en','default','91b70e2a23700872f66e7287ee691d59','Invalid taxonomy: %s.',NULL,NULL,'','LINE',NULL,10,'','8e6e096b698a459ee79b248f572b0411','',NULL),(2767,'en','default','6d458dd276009320f75d470bebdba299','Invalid term ID.',NULL,NULL,'','LINE',NULL,10,'','d97d3b4efc5dcd2e24d7a9ab36035ec3','',NULL),(2768,'en','default','f390c93c5f647fdda67df6d9f4790788','Invalid type parameter.',NULL,NULL,'','LINE',NULL,10,'','1cf0c090d68bae5eeec2d375e9cf4232','',NULL),(2769,'en','default','236122e3ac4c1267394d8715b9b28328','Invalid user ID for reassignment.',NULL,NULL,'','LINE',NULL,10,'','8740c5e7ea53ce7ad44baa4fe44b9a97','',NULL),(2770,'en','default','3302d4fd710915db9d30b84f92ef6c70','Invalid user ID.',NULL,NULL,'','LINE',NULL,10,'','e918736cccdea2686c0699c512eabb31','',NULL),(2771,'en','default','26ea27f27fdfdf2515a44416ddd6f972','Invalid user parameter(s).',NULL,NULL,'','LINE',NULL,10,'','91968209508a310931309567672b5bd5','',NULL),(2772,'en','default','27c03a22c12a90f5281b8f2e0cb1ac75','Invalid user request.',NULL,NULL,'','LINE',NULL,10,'','fc568f9ed8d99fa6d6a94cd47ebc704a','',NULL),(2773,'en','default','e841b801059f128e042120fb82ff09b2','Invalid value %1$s for %2$s. Expected value should be between %3$s and %4$s.',NULL,NULL,'','LINE',NULL,10,'','8b0410d392be96ddadd6f1c6062071b4','',NULL),(2774,'en','default','98e6955a17ac5bac1c04f3ddd279aefa','Invalid value for background attachment.',NULL,NULL,'','LINE',NULL,10,'','2359e42453bbdbd04d66f2429156e15b','',NULL),(2775,'en','default','2b7816b0474dc46a1dc5046d5f26a4d3','Invalid value for background position X.',NULL,NULL,'','LINE',NULL,10,'','6612115cb1953e51b3b0297a8f845e65','',NULL),(2776,'en','default','bf55c56924357013f45ef777779e7c82','Invalid value for background position Y.',NULL,NULL,'','LINE',NULL,10,'','96bab2851b95dea39b9e029d6ce5ba98','',NULL),(2777,'en','default','4fdff00b50ae440602df109910643c05','Invalid value for background repeat.',NULL,NULL,'','LINE',NULL,10,'','30787b99273adf3355d1686d1537c73f','',NULL),(2778,'en','default','f54f8e4a7bfe7d9d3b5710cba7d03a17','Invalid value for background size.',NULL,NULL,'','LINE',NULL,10,'','a912e559d17dcd48d88f87ac99354c5d','',NULL),(2779,'en','default','8b99b414ace981405818208594fe3329','Invalid value.',NULL,NULL,'','LINE',NULL,10,'','edd1ae7b1e75763c1f9111e3f41dbabb','',NULL),(2780,'en','default','2cfce796f4703d560ae1c3a1b3fb7e74','Irish',NULL,NULL,'','LINE',NULL,10,'','8beb39b19aff6b08548424608d384851','',NULL),(2781,'en','default','9bc8cbeac2bfa3e51042e9da44b06db7','Is there no link to us?',NULL,NULL,'','LINE',NULL,10,'','bee62f5700c4259a00ae405186585996','',NULL),(2782,'en','default','64fe5c5b452d48631baa94bf00a315fa','It doesn’t look like your site has any menus yet. Want to build one? Click the button to start.',NULL,NULL,'','LINE',NULL,10,'','48905f7bd9963dd74fbb1360ad9d7723','',NULL),(2783,'en','default','37fe42eab161958b5c3ecbb1dbe5a6fc','It looks like nothing was found at this location. Maybe try visiting %s directly?',NULL,NULL,'','LINE',NULL,10,'','be01af9c0a5d5e340022f8177b1fbd80','',NULL),(2784,'en','default','4be8e06d27bca7e1828f2fa9a49ca985','Italian',NULL,NULL,'','LINE',NULL,10,'','2e26922e685cf47bdb387c9b73644d41','',NULL),(2785,'en','default','1d874710ccdcd46b95397049d2e7500c','Italic',NULL,NULL,'','LINE',NULL,10,'','30287ae682aba389bc42b9851cac2f69','',NULL),(2786,'en','default','1adddfbc5df77253b27ea11fc8d77a8d','Item added.',NULL,NULL,'','LINE',NULL,10,'','585f165889ede6fa26235251863f4bf3','',NULL),(2787,'en','default','060a28a2f4f4249093f0dba0741bb7a8','Item removed.',NULL,NULL,'','LINE',NULL,10,'','275d77a1e8b95c8b8fa534beffe9fb01','',NULL),(2788,'en','default','4a6e5be246cb7c8e1df9528aa450b7b8','Item selected.',NULL,NULL,'','LINE',NULL,10,'','3bc362c647cec0f34a498d1c4f92df85','',NULL),(2789,'en','default','7e78555e001d75ea629f2df745b00f17','JSONP support is disabled on this site.',NULL,NULL,'','LINE',NULL,10,'','f36053903981fde07b3a518e57a045fb','',NULL),(2790,'en','default','9e9baa671cfff0d817425ccb0b2eb7b3','Jabber / Google Talk',NULL,NULL,'','LINE',NULL,10,'','bb531fb238e66b127220f352a436fc15','',NULL),(2791,'en','default','86f5978d9b80124f509bdb71786e929e','January',NULL,NULL,'','LINE',NULL,10,'','a293d9e48d08d8b40009a41dbc05c1d8','',NULL),(2792,'en','default','e68564f23e0e939acea76dc3d2bc01bf','Jan',NULL,NULL,'','LINE',NULL,10,'January abbreviation','d231b02c6e6ca330c80c804621be4d00','',NULL),(2793,'en','default','f32ced6a9ba164c4b3c047fd1d7c882e','Japanese',NULL,NULL,'','LINE',NULL,10,'','60b2485bcc347cc94aa767f4e079b899','',NULL),(2794,'en','default','1580d34bcaf009a512f03d00562a2012','JavaScript must be enabled to use this feature.',NULL,NULL,'','LINE',NULL,10,'','e10557449acee9efe5a44fde7fc657fa','',NULL),(2795,'en','default','1b539f6f34e8503c97f6d3421346b63c','July',NULL,NULL,'','LINE',NULL,10,'','021b77d6c931e3b5e16e999ce2fc8050','',NULL),(2796,'en','default','a2866cd6efaa65c92278d4771a9eaec7','Jul',NULL,NULL,'','LINE',NULL,10,'July abbreviation','16ca5cda05d2021b2d420a8d1f284b76','',NULL),(2797,'en','default','1f99d442e14262c19400f905fea9d358','Jump forward %1 seconds',NULL,NULL,'','LINE',NULL,10,'','8ffb09b55120b166ae6c106893154aaa','',NULL),(2798,'en','default','c7aafe1a96215c1b6356fe61cd8d9969','Jump forward 1 second',NULL,NULL,'','LINE',NULL,10,'','52b5236e44dbb5f0728fab55da057196','',NULL),(2799,'en','default','688937ccaf2a2b0c45a1c9bbba09698d','June',NULL,NULL,'','LINE',NULL,10,'','a8e33dc6bd2425883336f60c6388a0ef','',NULL),(2800,'en','default','eb4b40c1221dad5b23fe7ef84d292be1','Jun',NULL,NULL,'','LINE',NULL,10,'June abbreviation','07b2264664db708736b274a38f4fc999','',NULL),(2801,'en','default','bc89f6d4217035d07d381d38de3f7104','Just a username, please.',NULL,NULL,'','LINE',NULL,10,'','fddbb77099d31bc5d8648ca3e4eaf47e','',NULL),(2802,'en','default','4b425d212a2e7b36c38703bfdcd57823','Justify',NULL,NULL,'','LINE',NULL,10,'','dca7964665e843e92748e48064f05411','',NULL),(2803,'en','default','03d202a5df33384b19324db1d89557cf','Keep as HTML',NULL,NULL,'','LINE',NULL,10,'','56aca8998e292a3dde7c056a98440e49','',NULL),(2804,'en','default','95f7b9fe5b353ded537eaaa61f51667d','Keep it as is',NULL,NULL,'','LINE',NULL,10,'','4f4ddd6d0ad79bfb64c248f17a0597c9','',NULL),(2805,'en','default','be53fb19dff984c68f2cacbcb2f474dd','Keep widget settings and move it to the inactive widgets',NULL,NULL,'','LINE',NULL,10,'','c68f01c8247d53129209ff071d8ae46c','',NULL),(2806,'en','default','5f405eb9720e7065c9c383de4d40e664','Keyboard Shortcuts',NULL,NULL,'','LINE',NULL,10,'','f09f0f13de5d9dd1f3872b99713abc25','',NULL),(2807,'en','default','867343577fa1f33caa632a19543bd252','Keywords',NULL,NULL,'','LINE',NULL,10,'','2c640478a9bfbdb59a16796e2e09dde8','',NULL),(2808,'en','default','d0bdb3cde477d82e766da05ebda50ccb','Korean',NULL,NULL,'','LINE',NULL,10,'','0affb70ce791a5259c443b7512f975af','',NULL),(2809,'en','default','6ef8d23e91a5c3553280f845c6d7c542','Label text',NULL,NULL,'','LINE',NULL,10,'','925e482d12ed0d39fa1368878422763e','',NULL),(2810,'en','default','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,10,'','51582932ce04108bff140acb2fc2b9e7','',NULL),(2811,'en','default','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'','LINE',NULL,10,'','3f0a1b03aaf060f15c233d65a161c48e','',NULL),(2812,'en','default','efff3a04a00ed840256730daa9634e73','Large size image height',NULL,NULL,'','LINE',NULL,10,'','2e39b18774c578b968f1a331ce81fbe0','',NULL),(2813,'en','default','66526e8e511a8a84371513bab55a23f5','Large size image width',NULL,NULL,'','LINE',NULL,10,'','bd4cf81f2b2dbc5163b692bee6d5cc60','',NULL),(2814,'en','default','362c7d20562a8d2d4c8453e35c68698b','Last Post',NULL,NULL,'','LINE',NULL,10,'','9ba7cacede147f8b0a87bb62229ef68b','',NULL),(2815,'en','default','960a17850618696341a0c206ca669b41','Last name for the user.',NULL,NULL,'','LINE',NULL,10,'','5c418bff5b5617edf33f8ae8678ab24b','',NULL),(2816,'en','default','ffbb3331182cbfda3ccea5bb0c3eea46','Last updated',NULL,NULL,'','LINE',NULL,10,'','7ad4077c64e998fb37b8ba7a6d0bd234','',NULL),(2817,'en','default','d1797346fff35143cfc9e38c66027c42','Last updated: %s',NULL,NULL,'','LINE',NULL,10,'','9417e527170008f1721fff0eb7f45772','',NULL),(2818,'en','default','4a190b7396189db19d3156a040898e6d','Latest Comments',NULL,NULL,'','LINE',NULL,10,'','f7734dfdb202e22db2d6c8a118bb486f','',NULL),(2819,'en','default','f3fba8151bfd7a04c3617197c7c9d790','Latest Comments Settings',NULL,NULL,'','LINE',NULL,10,'','31a16bccb5ddfd50a055b5b103053341','',NULL),(2820,'en','default','0d6be9e594068440406252ec37b9c1c3','Latest Posts',NULL,NULL,'','LINE',NULL,10,'','052fd4ce05b3cf213567c1e5dbd312d6','',NULL),(2821,'en','default','4316e40450b18818389769f0eccc73a8','Latest Posts Settings',NULL,NULL,'','LINE',NULL,10,'','7b2bf0f8a1db59dc2fd2bead69f761f7','',NULL),(2822,'en','default','76ad0358e45dd4087c0a26bbf4c160e3','Latvian',NULL,NULL,'','LINE',NULL,10,'','fe5ee53704787005fff1025e56cbf978','',NULL),(2823,'en','default','89de6e1dfdc952cfa0b5c54cfe34d323','Layout Elements',NULL,NULL,'','LINE',NULL,10,'','4f53ea57fec4d63de09c4a1d048952c9','',NULL),(2824,'en','default','37313dfd35dc1eee335567c37b379903','Learn more about CSS',NULL,NULL,'','LINE',NULL,10,'','b59fbf30aca86ab76be00bf65aa1ac5f','',NULL),(2825,'en','default','a23207cb481bd5134ff4aab16170034c','Learn more about manual excerpts',NULL,NULL,'','LINE',NULL,10,'','8e2f2067e0c9629a3cb7c7589ac4eebe','',NULL),(2826,'en','default','898a7414a92986350d30bf856123ca87','Leave a Comment',NULL,NULL,'','LINE',NULL,10,'','cc97fb40a4768fb9b05901b72619ac65','',NULL),(2827,'en','default','7d584ae1dc7a65646c5f2073284f9be6','Leave a Reply',NULL,NULL,'','LINE',NULL,10,'','2c4524b8f8f431229cabcc4fd721bebf','',NULL),(2828,'en','default','b870cf930687a27bb27a41ef06d477eb','Leave a Reply to %s',NULL,NULL,'','LINE',NULL,10,'','d6682e418537a938aa433704fce5482c','',NULL),(2829,'en','default','945d5e233cf7d6240f6b783b36a374ff','Left',NULL,NULL,'','LINE',NULL,10,'','5f649bf4edbe1101c7375897c32f81dd','',NULL),(2830,'en','default','761f61d79173188684fe6ca50561edd2','Left and Right Arrows',NULL,NULL,'','LINE',NULL,10,'','4f92d201ea893c35dc60cf3247026722','',NULL),(2831,'en','default','5507ceb4c41617b4c4adda2badebd19d','Legacy Widget',NULL,NULL,'','LINE',NULL,10,'','cc707beedb37e5c53be1524164e758cd','',NULL),(2832,'en','default','d83555ba654bd33c181fabf33ebc37ac','Legacy Widget (Experimental)',NULL,NULL,'','LINE',NULL,10,'','bfd80b5d7e131a2be7ff899cd0a715fc','',NULL),(2833,'en','default','64b334c69251b72c350e25e462b54429','Length:',NULL,NULL,'','LINE',NULL,10,'','95240fbcae0ab30b58869f0ae7e85ade','',NULL),(2834,'en','default','17a53d1a012580ef609b70ef6a25d1f1','Letter',NULL,NULL,'','LINE',NULL,10,'','9cbdfbfebf0a70147dbaf12bbb6896b6','',NULL),(2835,'en','default','a0db49ba470c1c9ae2128c3470339153','Level',NULL,NULL,'','LINE',NULL,10,'','f069444022eb8c20c94df40e50fa3be4','',NULL),(2836,'en','default','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'','LINE',NULL,10,'','a963f7ab947a4f6ffe16b5152cf134d7','',NULL),(2837,'en','default','f51a6e22b979dd4200acf8369d1b1b7e','Light green cyan',NULL,NULL,'','LINE',NULL,10,'','bcd3d4e32dec1f28803ea25190642271','',NULL),(2838,'en','default','b5b5126f1af932e906c080239a71c178','Limit response to comments published after a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','0fb671be9819c161197500a8c9923132','',NULL),(2839,'en','default','9263a63197dcfa6d88624abf1052a471','Limit response to comments published before a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','41b2755d4914278417d12cbcc0d14d76','',NULL),(2840,'en','default','c24ac453bed9b332af483235abcd167a','Limit response to posts published after a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','70101616a57411742a3aa0da373fd385','',NULL),(2841,'en','default','b5536f8e06f50a5b1a593e5b9b010bca','Limit response to posts published before a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','c8061bdb6394d06269ee019df1d7935a','',NULL),(2842,'en','default','5663af971d6676d53ef47078328c437b','Limit result set to all items except those of a particular parent ID.',NULL,NULL,'','LINE',NULL,10,'','d5925baff2011550d346d59074ed7db1','',NULL),(2843,'en','default','3bd924dad13a16dc6bfdb5fec99d24de','Limit result set to all items except those that have the specified term assigned in the %s taxonomy.',NULL,NULL,'','LINE',NULL,10,'','91ed75debf57c5df427f8f02d58183f9','',NULL),(2844,'en','default','e51dad5ff74ace3499797c6cffb760f2','Limit result set to all items that have the specified term assigned in the %s taxonomy.',NULL,NULL,'','LINE',NULL,10,'','fe6f80f1b2dbc0f2f61ac782df2767af','',NULL),(2845,'en','default','581168e708a9324b9690c86d1e154bc1','Limit result set to attachments of a particular MIME type.',NULL,NULL,'','LINE',NULL,10,'','a41de3189b33677b311ae6795ff3363f','',NULL),(2846,'en','default','bf418adb1a1b20a0779b285a31a74a06','Limit result set to attachments of a particular media type.',NULL,NULL,'','LINE',NULL,10,'','d9b30c2711ad146024569653ae8259c0','',NULL),(2847,'en','default','063742666e420d98a4c53bc56f3971ec','Limit result set to comments assigned a specific status. Requires authorization.',NULL,NULL,'','LINE',NULL,10,'','4b54f0cb195984cd8d9cb5b38426104c','',NULL),(2848,'en','default','90e010d99b97ccc281ca03eac0ac95e8','Limit result set to comments assigned a specific type. Requires authorization.',NULL,NULL,'','LINE',NULL,10,'','5b64a984b23ba6dfa5200bdd2c934d90','',NULL),(2849,'en','default','cc54072a0df893e2140116e754e7ee75','Limit result set to comments assigned to specific post IDs.',NULL,NULL,'','LINE',NULL,10,'','daf0539e18ab9e35ac5c7cd4c3a00fc7','',NULL),(2850,'en','default','65bbcd57389086af9cfefd491c4eec1f','Limit result set to comments assigned to specific user IDs. Requires authorization.',NULL,NULL,'','LINE',NULL,10,'','7cf174854a7abaf793dc3d2754cc5ae5','',NULL),(2851,'en','default','e59ef43a922f5fbf3c168996580b02f8','Limit result set to comments of specific parent IDs.',NULL,NULL,'','LINE',NULL,10,'','3efc3b6f2ee10d816d7bdf0100243ecd','',NULL),(2852,'en','default','632a79ce7cdcdc6d0c841dbcf1814728','Limit result set to items that are sticky.',NULL,NULL,'','LINE',NULL,10,'','9bf34a39ca9311ef3b078c6c70463234','',NULL),(2853,'en','default','5d9b79043a769b3e502ad4e6b0ebd691','Limit result set to items with particular parent IDs.',NULL,NULL,'','LINE',NULL,10,'','b21beec1e9b057bc8f03175ed59aa524','',NULL),(2854,'en','default','e9c5ba36c23a2fa67822b75ea56fc42a','Limit result set to posts assigned one or more statuses.',NULL,NULL,'','LINE',NULL,10,'','4ddae458bc995e8b7ba352ea366e1cc9','',NULL),(2855,'en','default','5e5793393c4bddd6bb8d83e403d46751','Limit result set to posts assigned to specific authors.',NULL,NULL,'','LINE',NULL,10,'','4b4c883a634caeb6ece3ab5c5a73bcfd','',NULL),(2856,'en','default','8e70a8b02bb7c2fbfb786b3cfa80371b','Limit result set to posts with a specific menu_order value.',NULL,NULL,'','LINE',NULL,10,'','469b0b9c169c84f57d5c5ea76aa2384f','',NULL),(2857,'en','default','ad5561d1df718e43507bd50c125866b3','Limit result set to posts with one or more specific slugs.',NULL,NULL,'','LINE',NULL,10,'','2ad93130bc9241ed2a0b65824e98f697','',NULL),(2858,'en','default','ec8cdbe7744c4f5da3a1b7fd30f3da4b','Limit result set to specific IDs.',NULL,NULL,'','LINE',NULL,10,'','4541288c3493fd075203b7a892078e52','',NULL),(2859,'en','default','a2eaeab3ba485db6f2b74c0e9e5a4e63','Limit result set to terms assigned to a specific parent.',NULL,NULL,'','LINE',NULL,10,'','6e466cd6b6454615068c7cb55bcf1a99','',NULL),(2860,'en','default','d70a56278825445702c0011eefd37f10','Limit result set to terms assigned to a specific post.',NULL,NULL,'','LINE',NULL,10,'','6f879c1766e25f5b2f3ec0dd9c7af0ee','',NULL),(2861,'en','default','e48f0d51d9efa0711747f1ced0cbdd99','Limit result set to terms with one or more specific slugs.',NULL,NULL,'','LINE',NULL,10,'','ec4b5f1de2d06a0e772567a6db060b19','',NULL),(2862,'en','default','4a73f7705cb8e310ffa1cb1c36ecff65','Limit result set to that from a specific author email. Requires authorization.',NULL,NULL,'','LINE',NULL,10,'','6c7cbf385f0048fc0eae408848156924','',NULL),(2863,'en','default','a0b3167c7d0e01541ba5ab00a3408164','Limit result set to themes assigned one or more statuses.',NULL,NULL,'','LINE',NULL,10,'','4934954ac4c54539341d7de34263040a','',NULL),(2864,'en','default','0db3910154c0061354688dd421b5cb2b','Limit result set to users matching at least one specific role provided. Accepts csv list or single role.',NULL,NULL,'','LINE',NULL,10,'','3da0934f613283d2cc34a5dc0e4da3ad','',NULL),(2865,'en','default','75aa1e9cd11775373802fbece31d674b','Limit result set to users who are considered authors.',NULL,NULL,'','LINE',NULL,10,'','25ac9fe94d3a87764c3c2b0e85e210ce','',NULL),(2866,'en','default','73c569c11c0070a9ce19f06e0d4c97b0','Limit result set to users with one or more specific slugs.',NULL,NULL,'','LINE',NULL,10,'','1f1d355f5db44acc3ad9b568fda9f58e','',NULL),(2867,'en','default','d38c7b775a78b643f3c7fb399838a7b5','Limit results to items of an object type.',NULL,NULL,'','LINE',NULL,10,'','0c7c42cf3719b638bcd519614e0e5157','',NULL),(2868,'en','default','8368c0abff0d00d3e6f24c0c4225b881','Limit results to items of one or more object subtypes.',NULL,NULL,'','LINE',NULL,10,'','c1c249d8e1f6c049a4ed04b9bcd3feaa','',NULL),(2869,'en','default','c96520a5d6509d467a2374e2f769c68a','Limit results to taxonomies associated with a specific post type.',NULL,NULL,'','LINE',NULL,10,'','7b88c40e19389b3921040b3b9edc7973','',NULL),(2870,'en','default','987d8c1601fa74104f66c1afa600720a','Limit results to those matching a string.',NULL,NULL,'','LINE',NULL,10,'','258e081f2ca631138f36f86003978b30','',NULL),(2871,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,10,'','8acf7a00a4a6a87de0a5124d4fa26e02','',NULL),(2872,'en','default','c5940a2eb3f1ba37678ef2402bdec085','Link CSS Class',NULL,NULL,'','LINE',NULL,10,'','de7b400a377e3c508589f0fa0f07aa0c','',NULL),(2873,'en','default','9123d6c49956ccfa54dc6d1c36cf2aec','Link Categories',NULL,NULL,'','LINE',NULL,10,'','aac521b6fe1b0e7e3fa70d558579506a','',NULL),(2874,'en','default','5c78717576a09beb76f3a7c7b063b06d','Link Category',NULL,NULL,'','LINE',NULL,10,'','334fb3b2dbd65df46e5ef292c6bd4039','',NULL),(2875,'en','default','449f6d82cde894eafd3c85b6fa918f89','Link ID',NULL,NULL,'','LINE',NULL,10,'','3ddfda93c1ba26719c3d46fb5e380a3c','',NULL),(2876,'en','default','2ffcea19129286fcbb5cfe9057436537','Link Rel',NULL,NULL,'','LINE',NULL,10,'','b1bcb5d5d0d267044ca16407d1498359','',NULL),(2877,'en','default','4149573841f89bd22b3970c5c70682d2','Link Relationship (XFN)',NULL,NULL,'','LINE',NULL,10,'','46e721c7d173a6e23b92c8ea4fc48ce0','',NULL),(2878,'en','default','e0e9c32b8e1c957b72f12442339cc7e2','Link Settings',NULL,NULL,'','LINE',NULL,10,'','78cb6847b31bc2a4d60f5139f2ef9f92','',NULL),(2879,'en','default','bb2e52704310b28d8df62319181ae9c7','Link Text',NULL,NULL,'','LINE',NULL,10,'','c8a932f443502a9dc28f6c9cf364bd6c','',NULL),(2880,'en','default','1bb678f219736bf4fe24b4c3a7d0ad3a','Link To',NULL,NULL,'','LINE',NULL,10,'','376ca35a3be70e76ff0f63c9460fd226','',NULL),(2881,'en','default','5e4e1bd6f922fed062b62c446ca34f84','Link URL',NULL,NULL,'','LINE',NULL,10,'','96acad380ac0cf195fd681da0e48f738','',NULL),(2882,'en','default','a34285645af2703a9501db6fc881e5df','Anchor',NULL,NULL,'','LINE',NULL,10,'Link anchor (TinyMCE)','846c8c00422bea62919d5c91045a0486','',NULL),(2883,'en','default','3da68d98122e7f9ed7db37b183f6f23a','Anchors',NULL,NULL,'','LINE',NULL,10,'Link anchors (TinyMCE)','7787d1604610b3e1f54bdc66c930301c','',NULL),(2884,'en','default','d9a7449cf87c843f9b828205afad56b3','Link edited.',NULL,NULL,'','LINE',NULL,10,'','faf78afd96e804bc31cc6d599bfc3b32','',NULL),(2885,'en','default','8ee50d444b83fd3c033cbdb9d60396b9','Link inserted.',NULL,NULL,'','LINE',NULL,10,'','6a1d0edf49665dfb70373a94f88c174c','',NULL),(2886,'en','default','192d035ffb07b34f98ade39b20944c49','Link options',NULL,NULL,'','LINE',NULL,10,'','7b569419d5976efdf79ac0f7675dd8b3','',NULL),(2887,'en','default','566070ffede9e717f72ca19537010bbc','Link rating',NULL,NULL,'','LINE',NULL,10,'','18645b3fe7c8685f129b9ae4703ef24a','',NULL),(2888,'en','default','f9f307ed67745969d71ae71c3aac61c4','Link removed.',NULL,NULL,'','LINE',NULL,10,'','8cebfb282f0c12546394525d1655fd71','',NULL),(2889,'en','default','9fa2290d1b5ef6929711c70f91c107fc','Link selected.',NULL,NULL,'','LINE',NULL,10,'','6b34efd007b7239b8c8eeced415965cf','',NULL),(2890,'en','default','ee40c02dcec992da4e46cfa225f7187c','Link title',NULL,NULL,'','LINE',NULL,10,'','da3c3cba9e936e0ebb54ea5f2ad2a5a3','',NULL),(2891,'en','default','6babe57e9757910032962d6bb0b4c468','Link to Attachment Page',NULL,NULL,'','LINE',NULL,10,'','7d3d8d3088757d5d17fc1bb92cff97e2','',NULL),(2892,'en','default','1d1977199fe71edc906feec2ac3e91ae','Link to Media File',NULL,NULL,'','LINE',NULL,10,'','a57260520e36abe82c439b927c96af8e','',NULL),(2893,'en','default','a6ed36b8a5f9be5bbf542a92f9ecea90','Link to:',NULL,NULL,'','LINE',NULL,10,'','5655bbbc907defb40b9336b6bcde9005','',NULL),(2894,'en','default','bd908db5ccb07777ced8023dffc802f4','Links',NULL,NULL,'','LINE',NULL,10,'','6345e410c1b98db2d957ba9464ab5924','',NULL),(2895,'en','default','834d9aa2d5d76109f3db756f96271594','Links for %s',NULL,NULL,'','LINE',NULL,10,'','6b4400ed6933f96207602c82839cbf86','',NULL),(2896,'en','default','64663f4646781c9c0110838b905daa23','Random',NULL,NULL,'','LINE',NULL,10,'Links widget','a701ca67c531e8cbe479a2bd8077d472','',NULL),(2897,'en','default','4ee29ca12c7d126654bd0e5275de6135','List',NULL,NULL,'','LINE',NULL,10,'','b78ed16d23ce0c147981a7969e572d44','',NULL),(2898,'en','default','806db08b8d5ab2af924f8401224a9176','List View',NULL,NULL,'','LINE',NULL,10,'','5e7748ecf66c19434859218694c6f674','',NULL),(2899,'en','default','8e0bf63d17efdd34d586e7d1b5ff78c6','List item',NULL,NULL,'','LINE',NULL,10,'','569a4fe1c529c8b55051bb4c531d901d','',NULL),(2900,'en','default','04f605836f660d879bf3fb2b3643d16b','Lithuanian',NULL,NULL,'','LINE',NULL,10,'','b370cc2da4d1e5f0a24d6db0e0e2403d','',NULL),(2901,'en','default','3986493e6ca3f330ca36754a9301dcfa','Live Broadcast',NULL,NULL,'','LINE',NULL,10,'','da790a52808b1b1cc2fb6043db7f0cbe','',NULL),(2902,'en','default','f5c1064ebd117f58b45dceb0ca6cacaf','Live Preview',NULL,NULL,'','LINE',NULL,10,'','08473d51650187125861d98ec6c6b79a','',NULL),(2903,'en','default','2c487300597b07ab69272442bffe6af9','Live Preview: %s',NULL,NULL,'','LINE',NULL,10,'','52ccc6081c1102fec2adf90c564e7538','',NULL),(2904,'en','default','b052afa8148853ff712aeef8feea4c7d','Live preview theme: %s',NULL,NULL,'','LINE',NULL,10,'','345fac4fbd9b17d76549bb56f0710b4f','',NULL),(2905,'en','default','e1fc51b02cf83fb26122f85b69d456e4','Loading more results... please wait.',NULL,NULL,'','LINE',NULL,10,'','9f60f42ea696ce2f3d9a43e15289fcb5','',NULL),(2906,'en','default','02373ddb02d8d258e2ff0c2414be25d0','Locale for the user.',NULL,NULL,'','LINE',NULL,10,'','bbdeb3156d48e75e5f54dde80666e1f9','',NULL),(2907,'en','default','3bbbad631029e3575da7a151bba4f37c','Log In',NULL,NULL,'','LINE',NULL,10,'','8fe9f6f0087ed60f632a6bd887539ff3','',NULL),(2908,'en','default','b0c2b25b3312c7a32d7aa9d701b6ae1d','Log Out',NULL,NULL,'','LINE',NULL,10,'','a53d3299db867c47ae7479beb24d99a8','',NULL),(2909,'en','default','bffe9a3c9a7e00ba00a11749e022d911','Log in',NULL,NULL,'','LINE',NULL,10,'','650cbcef1a5cca4196b74608f3841d04','',NULL),(2910,'en','default','f6d796c7030f22dad584a35831301354','Log in to Reply',NULL,NULL,'','LINE',NULL,10,'','35923c9f60828b007bef40e4fb7106f3','',NULL),(2911,'en','default','8a109b16c18c164db76b07396d2ab40f','Log in to leave a Comment',NULL,NULL,'','LINE',NULL,10,'','26913d888f61b7cf778dd530e5e2983a','',NULL),(2912,'en','default','4394c8d8e63c470de62ced3ae85de5ae','Log out',NULL,NULL,'','LINE',NULL,10,'','8545e1750701960e7d519f4819e2db41','',NULL),(2913,'en','default','ba04761bde3d55b77cf8cf8c8ffffdb6','Logged in as %s. Edit your profile.',NULL,NULL,'','LINE',NULL,10,'','df4ede98b12965e610c44a299b0af680','',NULL),(2914,'en','default','0253dfb0c093c83f37c0d6f3cc32b300','Login Address (URL)',NULL,NULL,'','LINE',NULL,10,'','12d9534da8db39d6cf68d01e5755d32d','',NULL),(2915,'en','default','6640efb460b366176ed35d34745c1a34','Login name for the user.',NULL,NULL,'','LINE',NULL,10,'','751734cbcd0274155e587d84a83d3637','',NULL),(2916,'en','default','00246f446b4bf43f772f0f49cd012437','Login, RSS, & WordPress.org links.',NULL,NULL,'','LINE',NULL,10,'','28d8cd8a11630e9687dea3562b4caf5d','',NULL),(2917,'en','default','8c2857a9ad1d8f31659e35e904e20fa6','Logo',NULL,NULL,'','LINE',NULL,10,'','fdcf902b906e426f1c443d03b9b13e4c','',NULL),(2918,'en','default','3b7578cb7f6ac47debf7f9c3a846f509','Looking for a theme? You can search or browse the WordPress.org theme directory, install and preview themes, then activate them right here.',NULL,NULL,'','LINE',NULL,10,'','3a2a73e9988457a90b03c52797d47ac8','',NULL),(2919,'en','default','e191cea0bbefcddce33bb55f60d75e4f','Looks like something’s gone wrong. Wait a couple seconds, and then try again.',NULL,NULL,'','LINE',NULL,10,'','5634e75cda9ba1cb8ce263ec2c16d4ac','',NULL),(2920,'en','default','d1a85f33efc84018559cad1edcd205f5','Looks like this isn’t the correct kind of file. Please link to an appropriate file instead.',NULL,NULL,'','LINE',NULL,10,'','51bfeab5f2b2e26513ad0c0b962af7ba','',NULL),(2921,'en','default','f29d7c378b8a7e577eb4b1194c2d61ae','Looks like this isn’t the correct kind of file. Please link to an audio file instead.',NULL,NULL,'','LINE',NULL,10,'','34e58a4fb868497b913ac5154260e10a','',NULL),(2922,'en','default','89d7b10cb4238977d2b523dfd9ea7745','Loop',NULL,NULL,'','LINE',NULL,10,'','7874f6d05bb3266ff48cd14dfaa223ec','',NULL),(2923,'en','default','9e33e02d18bf52af225b22e6df251638','Lost Password',NULL,NULL,'','LINE',NULL,10,'','d8a6a1a7d474eef91abf842423da4b97','',NULL),(2924,'en','default','03c61302b065977ac5b1108ee12a49f6','Lost your password?',NULL,NULL,'','LINE',NULL,10,'','14872effa878dff67145556bb1fd60f7','',NULL),(2925,'en','default','d322e023ed0b210dc9d0fabc4cb3e86e','Luminous vivid amber',NULL,NULL,'','LINE',NULL,10,'','0d4ee42fca3c281b936a72bdd8b3125d','',NULL),(2926,'en','default','1017ba9dfde129195a4e5ebf562ed0c5','Luminous vivid orange',NULL,NULL,'','LINE',NULL,10,'','70cba278cfa16b2f34f575a58e31e943','',NULL),(2927,'en','default','4ca64e5be2fe005ff376b9f2f68f9eff','M j, Y g:i a',NULL,NULL,'','LINE',NULL,10,'','510a63011860a1418be9297daf67149f','',NULL),(2928,'en','default','c1e1b1f8bdaab4b0fc183e147887e0e1','Macedonian',NULL,NULL,'','LINE',NULL,10,'','d783bd370de8231167fcc5c457ceccae','',NULL),(2929,'en','default','2e1fb300b1b000f0ed9b9a0b84100ad0','Main Color',NULL,NULL,'','LINE',NULL,10,'','cbc0a0e199e330feab3bda7a5d4441b1','',NULL),(2930,'en','default','10d0de28911c5f66463b9c8783f8148a','Maintenance',NULL,NULL,'','LINE',NULL,10,'','08a4c4dc8ba6b3b370eaaab47142e866','',NULL),(2931,'en','default','e23ab8c30e51223e036f02104c0149e6','Make the selected text bold.',NULL,NULL,'','LINE',NULL,10,'','d04315b38c90c161a479ce1c40a01fc3','',NULL),(2932,'en','default','cfad0748b7ba49f0fc86390618afb7da','Make the selected text italic.',NULL,NULL,'','LINE',NULL,10,'','d3ca84c0457f354e30f83020c2fad04b','',NULL),(2933,'en','default','fc179207920005b7dca85323ceacf5eb','Malay',NULL,NULL,'','LINE',NULL,10,'','61bbe7a2aad6699215289f824326c86e','',NULL),(2934,'en','default','4d0c1117e593a084406068a55ab227b9','Maltese',NULL,NULL,'','LINE',NULL,10,'','8d916d1b0c5bc5459d53cb36219af4c8','',NULL),(2935,'en','default','95ece271cd8c2f898aff48eea41d207b','Manage All Reusable Blocks',NULL,NULL,'','LINE',NULL,10,'','7813a9a9512171a550b3ced968447760','',NULL),(2936,'en','default','4915a96af31fb2c4fc2dce5def656fed','Manage Audio',NULL,NULL,'','LINE',NULL,10,'','5a7ce6b94f12a54c6bc1d92ce287c06c','',NULL),(2937,'en','default','46be1b432f94e9608b015e12c332c67e','Manage Comments',NULL,NULL,'','LINE',NULL,10,'','2fc9254fe1d6a9a2b0fe34ee5e03c1c1','',NULL),(2938,'en','default','a6323f33b1e61fe8fa33a2fa7c8e91ef','Manage Images',NULL,NULL,'','LINE',NULL,10,'','c36e46ce68d1e5c40efd8bb5daa4aec3','',NULL),(2939,'en','default','6aa6206028720dfbc86e2c492febcfcc','Manage Video',NULL,NULL,'','LINE',NULL,10,'','075f8c64094acd489248f85586f236cc','',NULL),(2940,'en','default','61d35c38e137fa53a346e85ea0d2fb4d','Manual Offsets',NULL,NULL,'','LINE',NULL,10,'','f402de61fc153ae66e04be20858cb083','',NULL),(2941,'en','default','fa3e5edac607a88d8fd7ecb9d6d67424','March',NULL,NULL,'','LINE',NULL,10,'','9fdf559cc861297b6672cd99c1cde52d','',NULL),(2942,'en','default','7ce6b2286a5396e614b8484105d277e0','Mar',NULL,NULL,'','LINE',NULL,10,'March abbreviation','e7ef0a3f2fdd2adfd7bdb4db2596337d','',NULL),(2943,'en','default','bf877171d3335e07df30c33a794f386d','Markup is not allowed in CSS.',NULL,NULL,'','LINE',NULL,10,'','d5807b0094a1bec64a24a7a6d1ef2e34','',NULL),(2944,'en','default','ba945280b8802ee1a7a50140e2fe94e2','Match case',NULL,NULL,'','LINE',NULL,10,'','19a03330e3a96c2c017715214f0a2e78','',NULL),(2945,'en','default','23315c7bedd17274becb97486c80715e','Max number of words in excerpt',NULL,NULL,'','LINE',NULL,10,'','0f84aa1f085cb3718b086eb95002a52c','',NULL),(2946,'en','default','4d12474c93d04e6f06704e3f6b073031','Maximum number of items to be returned in result set.',NULL,NULL,'','LINE',NULL,10,'','d9770c8b629a2c19332d01d8d2e47db5','',NULL),(2947,'en','default','ec9697c91f7c40f0415f09524268db90','Maximum upload file size: %s.',NULL,NULL,'','LINE',NULL,10,'','0f6660bda5ec95fed3ca690514feb7d1','',NULL),(2948,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'','LINE',NULL,10,'','455e0658a2e39592d85aed4b58696224','',NULL),(2949,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'','LINE',NULL,10,'May abbreviation','a1addfc8dbc112b388a64a05f9af60da','',NULL),(2950,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,10,'','6d7bea73a923fc158d30126720675d7b','',NULL),(2951,'en','default','bf349d59d163a24b572bbabf860502b3','Media & Text',NULL,NULL,'','LINE',NULL,10,'','d04b4d304b530864aed01783820d4bc1','',NULL),(2952,'en','default','64c720f3a87cf1adba5a5256a1db3a16','Media & Text Settings',NULL,NULL,'','LINE',NULL,10,'','eab6b29e9812658c95956fa8d322cd33','',NULL),(2953,'en','default','6e475c4e40cb8bdfd54c18345937bc9a','Media File',NULL,NULL,'','LINE',NULL,10,'','8151c0a13461dadc6e5d92fdb0eb6bfa','',NULL),(2954,'en','default','f9d1d7210ca4d9268be97578432039b0','Media Library',NULL,NULL,'','LINE',NULL,10,'','dd4470205c8f3a3afdb862ba8154887a','',NULL),(2955,'en','default','72724cbf87c25c4a16b918bff38bb22b','Media Settings',NULL,NULL,'','LINE',NULL,10,'','867e62eec37768acc564ab9f081750e1','',NULL),(2956,'en','default','5513464b0a495561cd130eebf6e3d7b2','Media Widget',NULL,NULL,'','LINE',NULL,10,'','669b838b22ad26b148b5d5d1c01fa8b8','',NULL),(2957,'en','default','3db6797da61b235d0f44b6147e9c47a1','Media Widget (%d)',NULL,NULL,'','LINE',NULL,10,'','cae1536c3913ed903b602d82ead680f8','',NULL),(2958,'en','default','3f6faf76439a518f936e0e699825b786','Media area',NULL,NULL,'','LINE',NULL,10,'','7d488d62a8ecee8c3469f6fbf5c1794a','',NULL),(2959,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,10,'','f4512aef24b2b703c1238609efaeb173','',NULL),(2960,'en','default','6f32121081fa4fc28e5e01b7ea72ca22','Medium size image height',NULL,NULL,'','LINE',NULL,10,'','6403f10e75e19f6b2210cbc3e857aebc','',NULL),(2961,'en','default','fae1eeb5b5a4cf9f29fbd44b539e13da','Medium size image width',NULL,NULL,'','LINE',NULL,10,'','9ef6b731800257777239e1bb2797abba','',NULL),(2962,'en','default','39cce05f187bc72aef61a375ed4e19f4','Medium-Large size image height',NULL,NULL,'','LINE',NULL,10,'','2c6260d1c7a0211129400fc91daaaca8','',NULL),(2963,'en','default','967e5122fbbcad238068fd86fc5c1b3f','Medium-Large size image width',NULL,NULL,'','LINE',NULL,10,'','82f74f2e9f5d7ea9412e1d1f10d204cb','',NULL),(2964,'en','default','d75006a65a7feb16da2758870875244d','Memory exceeded. Please try another smaller file.',NULL,NULL,'','LINE',NULL,10,'','acc1778f5310ce72499b6f2530ebe0f8','',NULL),(2965,'en','default','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,10,'','83a5a0243f28879221725fcc2e59b30d','',NULL),(2966,'en','default','78212505ad68b02492921eb86a0e98b4','Menu Location',NULL,NULL,'','LINE',NULL,10,'','292bee9cecf9a4d3ea67b8af161a1b15','',NULL),(2967,'en','default','fa0a7d3bc2126e4fbf4d5943e75c35e8','Menu Locations',NULL,NULL,'','LINE',NULL,10,'','f18e83d7b8b5b72554106e0cb7d073b6','',NULL),(2968,'en','default','51b61b8df8be90d63c45c0e2a27c34e1','Menu Name',NULL,NULL,'','LINE',NULL,10,'','e78e71bb8ca8951a2d296a712f781e8b','',NULL),(2969,'en','default','5237bf9508ab9507333ce0c00281d3dc','Menu Options',NULL,NULL,'','LINE',NULL,10,'','d2d79dd752ecf914f26680888704ebea','',NULL),(2970,'en','default','48d6ed580ceae5d0c50ffb3fa581e13a','Menu created',NULL,NULL,'','LINE',NULL,10,'','92aece83d05df1293f1ca0f27564b1c8','',NULL),(2971,'en','default','314684acda41a394ac6c6515b0268b7f','Menu deleted',NULL,NULL,'','LINE',NULL,10,'','e9b93d93f813355245b9fc0be7e17ec2','',NULL),(2972,'en','default','90facfaf2ae9bd9be7e759dd048ff11b','Menu item added',NULL,NULL,'','LINE',NULL,10,'','c2b76de0cc28483191398515b424ff67','',NULL),(2973,'en','default','9a9163dde8ddfe3d50aad4f7017646ab','Menu item deleted',NULL,NULL,'','LINE',NULL,10,'','cfdc06a2f025d6ce08d8d143ccc3a69c','',NULL),(2974,'en','default','627f10a6814a33885b1f1260ce66ddf5','Menu item is now a sub-item',NULL,NULL,'','LINE',NULL,10,'','7c77e4867b5d04ee86fbbdf4e2f9c009','',NULL),(2975,'en','default','29a60318b9d47ffa071290a8fa31fd57','Menu item moved down',NULL,NULL,'','LINE',NULL,10,'','b638550536f8beaf0b4e87c29a7d34e2','',NULL),(2976,'en','default','a3b2a945513d4632f1dacb1eff6cf46a','Menu item moved out of submenu',NULL,NULL,'','LINE',NULL,10,'','de317dcc631964539cb0cbaed1928799','',NULL),(2977,'en','default','aa6c95c0c0d7a214ffc500e7f7124cef','Menu item moved up',NULL,NULL,'','LINE',NULL,10,'','95fbcbe28732f1ca502cf73a3f66b8b1','',NULL),(2978,'en','default','06145a21dcec7395085b033e6e169b61','Menus',NULL,NULL,'','LINE',NULL,10,'','cf97198a71e3387f02f9da3d0853f57f','',NULL),(2979,'en','default','5f5be9da00cc3676c519fd4177f23931','Menus can be displayed in locations defined by your theme or in <a href=\"%s\">widget areas</a> by adding a “Navigation Menu” widget.',NULL,NULL,'','LINE',NULL,10,'','a6290856f010f0379509945fa6fee58c','',NULL),(2980,'en','default','5fbffe80241eb0b77e6a249d03d72a76','Menus can be displayed in locations defined by your theme.',NULL,NULL,'','LINE',NULL,10,'','ba3bd0873ded15241f698e23550278f4','',NULL),(2981,'en','default','d90f35e7ad560f45358442c3143b89cc','Merge table cells',NULL,NULL,'','LINE',NULL,10,'','b8197f9bdcfea4a2114ec4aa266abb68','',NULL),(2982,'en','default','065e9dcc2f558dbaf2ffaa25d52e9660','Meridian',NULL,NULL,'','LINE',NULL,10,'','ade9f707b22b41dc0421551935c3cf12','',NULL),(2983,'en','default','b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'','LINE',NULL,10,'','f25e7dc8bdbe69d089daa332d12c06b0','',NULL),(2984,'en','default','0ff2154d6383b6625a541c0a1bd7bda8','Meta fields.',NULL,NULL,'','LINE',NULL,10,'','4ba1c1c4fca538b2f6c7e5804b5a86c6','',NULL),(2985,'en','default','ce21470ab49d1d1976bc3dc72438c183','Metadata',NULL,NULL,'','LINE',NULL,10,'','9928be3fef22f76b8dacb5178120e7e0','',NULL),(2986,'en','default','867eb62ae05ee78aad9d9b91e4204f66','Method \'%s\' must be overridden.',NULL,NULL,'','LINE',NULL,10,'','5b85633559877f91827b133026ff21a3','',NULL),(2987,'en','default','d4590263d3426bbe01ad7367d03cf95b','Method \'%s\' not implemented. Must be overridden in subclass.',NULL,NULL,'','LINE',NULL,10,'','e95e94d447280315c5fe24409b870bbb','',NULL),(2988,'en','default','b1ca34f82e83c52b010f86955f264e05','Middle',NULL,NULL,'','LINE',NULL,10,'','c04db9ecb0cecbb612ca196096b8b19a','',NULL),(2989,'en','default','62902641c38f3a4a8eb3212454360e24','Minute',NULL,NULL,'','LINE',NULL,10,'','c8f27c4d02ab31c53effb556a1bdab7c','',NULL),(2990,'en','default','f670ea66cfb0e90bd6090472ad692694','Minutes',NULL,NULL,'','LINE',NULL,10,'','b8014cc4cbd1349361891625c759b09a','',NULL),(2991,'en','default','bc7d764b95bf0cfe516f7c1dbe5fe688','Missing Attachment',NULL,NULL,'','LINE',NULL,10,'','abb675bde78b03567defe6446331ff13','',NULL),(2992,'en','default','2442593835813d7b69b8d13e7aa20356','Missing confirm key.',NULL,NULL,'','LINE',NULL,10,'','683992b4e8d245fc7760eb909fa3ba9b','',NULL),(2993,'en','default','5b0872887ae18c32573c31e5c7adb347','(unnamed)',NULL,NULL,'','LINE',NULL,10,'Missing menu name.','2adf42a0f510d841f6eae7fb4e55f47d','',NULL),(2994,'en','default','2697744cb2c98c1bcb6eafe26b71d41a','Missing parameter(s): %s',NULL,NULL,'','LINE',NULL,10,'','bd422aef944ee99b0e2566253494fc73','',NULL),(2995,'en','default','2428a2af212b78a80ee5ca052c053e36','Missing request ID.',NULL,NULL,'','LINE',NULL,10,'','cef7c84c11f1ffc5d0d7d9512d56b107','',NULL),(2996,'en','default','d99689854e9d0a31b8c98a54f8d44ed2','Mission complete. Message %s deleted.',NULL,NULL,'','LINE',NULL,10,'','a67b99a2eb23f3d655e5334b882d4990','',NULL),(2997,'en','default','fd29458ae58ac32a2d8734ed90ad51ec','Mon',NULL,NULL,'','LINE',NULL,10,'','d0aca30ff4166134162241b0c9133ae1','',NULL),(2998,'en','default','6f8522e0610541f1ef215a22ffa66ff6','Monday',NULL,NULL,'','LINE',NULL,10,'','196a2837c9d3b588e5ec7caef234fa13','',NULL),(2999,'en','default','69691c7bdcc3ce6d5d8a1361f22d04ac','M',NULL,NULL,'','LINE',NULL,10,'Monday initial','5b41701e2e92ffe0c81e2ded9b70f2b7','',NULL),(3000,'en','default','7cbb885aa1164b390a0bc050a64e1812','Month',NULL,NULL,'','LINE',NULL,10,'','35a2c35c4142c5203a9c52d0607adb49','',NULL),(3001,'en','default','3e98305943d67895a2822f737031eac8','Month: %s',NULL,NULL,'','LINE',NULL,10,'','58aba434863aaf93381d4af2d8d0ed3a','',NULL),(3002,'en','default','2ed7b5ed44baae90dbc1a6aaf0a9ca43','More Rich Text Controls',NULL,NULL,'','LINE',NULL,10,'','126a25aba90bfe69f824cf1e3607c65b','',NULL),(3003,'en','default','4dab36ac83853282fc0d7bae20c19e90','More options',NULL,NULL,'','LINE',NULL,10,'','6f2f79e39bf8f5e05a710cb2235dd7db','',NULL),(3004,'en','default','3329c9c5cb0ebd981481848a511f1dfa','Move %1$d block from position %2$d down by one place',NULL,NULL,'','LINE',NULL,10,'','288629cacd235691e7128ae9dfe3c56a','',NULL),(3005,'en','default','aafb97f764c55fe2927537b6dd512d51','Move %1$d blocks from position %2$d down by one place',NULL,NULL,'','LINE',NULL,10,'','fbac635db59b67f8adc481a8b29c7add','',NULL),(3006,'en','default','1a0eb46ddc1fd3e2c3ede9301e115c2e','Move %1$d block from position %2$d up by one place',NULL,NULL,'','LINE',NULL,10,'','267d8ba6c6e577fd86f349beb94a8eec','',NULL),(3007,'en','default','cc7c9c204bb329483e832979666b1d35','Move %1$d blocks from position %2$d up by one place',NULL,NULL,'','LINE',NULL,10,'','8e9a5d91b68b3b3307c555d736e89129','',NULL),(3008,'en','default','0ec8f5d7e63cf03fbd17fcee08b3d116','Move %1$s block from position %2$d down to position %3$d',NULL,NULL,'','LINE',NULL,10,'','c1c42db712f8184d55f8ba87c01d4b8c','',NULL),(3009,'en','default','d06e191b9b48903333fe79f8e24a4569','Move %1$s block from position %2$d up to position %3$d',NULL,NULL,'','LINE',NULL,10,'','8b0a0b9dc166b140e3a4dbbc22019439','',NULL),(3010,'en','default','e6d6de2a3aa937f6e5f11db596f295dd','Move backward (PgUp) or forward (PgDn) by one month.',NULL,NULL,'','LINE',NULL,10,'','f842880967465097c53a30f29101a8a4','',NULL),(3011,'en','default','0474f0e80112e1c40cfeafe3350fb4ed','Move backward (left) or forward (right) by one day.',NULL,NULL,'','LINE',NULL,10,'','08ac858047b52201f4fc41209ac9a859','',NULL),(3012,'en','default','0a974e08d62b622b15fa2d157d506424','Move backward (up) or forward (down) by one week.',NULL,NULL,'','LINE',NULL,10,'','981f10567a9e7ee314e4eb11d8b5f48c','',NULL),(3013,'en','default','dd9f0c7e1bb3b749bd423e3544b4a8e3','Move down',NULL,NULL,'','LINE',NULL,10,'','9f8d2f23f0b1550bb89688369151d586','',NULL),(3014,'en','default','e0c88e483c20cc0bd400a4aa7749d346','Move down one',NULL,NULL,'','LINE',NULL,10,'','e8db78ccf8105a38dc1a82825b4b7777','',NULL),(3015,'en','default','7e163a70c82f0f6c0a416d11d7d2022f','Move one level down',NULL,NULL,'','LINE',NULL,10,'','e1cb3574bcfc8f537ec2501a6365f3a5','',NULL),(3016,'en','default','2b8e6efaae4ecf0238eaafbf8bb58a6b','Move one level up',NULL,NULL,'','LINE',NULL,10,'','76c6796b330a1f689e1b3f8d757e2ae2','',NULL),(3017,'en','default','aa30d51fb266ad4892eaabf3748cf605','Move out from under %s',NULL,NULL,'','LINE',NULL,10,'','efbaed982d84cc35146bbaf29fe89061','',NULL),(3018,'en','default','de4a48e90f686990db8d261c471c63ff','Move the arrow left or right to change hue.',NULL,NULL,'','LINE',NULL,10,'','8a70b3f03b3ca6bbb8a5156db381126a','',NULL),(3019,'en','default','7a289ea949902e8fa53efb4b3b4ccea0','Move to Trash',NULL,NULL,'','LINE',NULL,10,'','664ef7929e32ca35afc14762a1c7df1b','',NULL),(3020,'en','default','18aa82b6cb0eaf974027cd593520733b','Move to another area…',NULL,NULL,'','LINE',NULL,10,'','b612f412d63347b75b7c3b0a27241390','',NULL),(3021,'en','default','52e35303de3da87fbcfb20a387cd4ff6','Move to the top',NULL,NULL,'','LINE',NULL,10,'','360394da2afb6efabe3fedc20635d93a','',NULL),(3022,'en','default','a113bb044184a62aad6591f3b2b12c6a','Move to trash',NULL,NULL,'','LINE',NULL,10,'','db28ff2326583974dd332058d29d34cc','',NULL),(3023,'en','default','f370e34dca548b032c6c34c24489c604','Move under %s',NULL,NULL,'','LINE',NULL,10,'','32c8d6cbc0f8e14eaab7ee3987e72a78','',NULL),(3024,'en','default','f77af7695f71323808f9b6e2795cde86','Move up',NULL,NULL,'','LINE',NULL,10,'','176f476c35a8c2d9bb57f39de1d95752','',NULL),(3025,'en','default','b9c5d20dee60b87f9e40b02dd86864f1','Move up one',NULL,NULL,'','LINE',NULL,10,'','38fb916b1e57bf8381e882c7492399d2','',NULL),(3026,'en','default','6bc362dbf494c61ea117fe3c71ca48a5','Move',NULL,NULL,'','LINE',NULL,10,'Move widget','2e63090a3c59e1e2cf88e8a8675b324c','',NULL),(3027,'en','default','e79e623640cb2ecb46bb58c988e60368','Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!',NULL,NULL,'','LINE',NULL,10,'','028bbfe6f89733abdcefd20e54f294b0','',NULL),(3028,'en','default','00cd7be4cb21c59179316d7844a8cfc4','Mute',NULL,NULL,'','LINE',NULL,10,'','a8cb9f040cff3cb9a3760dce4a1686d3','',NULL),(3029,'en','default','db7644136327bb1ba362507a6a9f0b9f','Mute Toggle',NULL,NULL,'','LINE',NULL,10,'','b82a9e87c1afdfc14c392e74bcafc1c7','',NULL),(3030,'en','default','70a51c85067ce6cd7fa1630b5a2d4951','Muted',NULL,NULL,'','LINE',NULL,10,'','6b940b4e3f15c8f0d63e576515b30a5f','',NULL),(3031,'en','default','bd7245ad3fcfd838c7d347b96b34db1c','My Sites',NULL,NULL,'','LINE',NULL,10,'','293965f0089a846fbad3c353eb98d832','',NULL),(3032,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','ab269e0f385d601a27f7e3424cca64f8','',NULL),(3033,'en','default','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,10,'Name for the Text editor tab (formerly HTML)','f1ca9afed52916ef8422ddbcb49f42cf','',NULL),(3034,'en','default','4557e77491fe3dbd9a6055aeb0ed00d7','Visual',NULL,NULL,'','LINE',NULL,10,'Name for the Visual editor tab','97b03a5e0df11d9a4c5d46f114f80b7f','',NULL),(3035,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'Name of link anchor (TinyMCE)','ff230b242c0596848dec326f6a5876a3','',NULL),(3036,'en','default','4e140ba723a03baa6948340bf90e2ef6','Name:',NULL,NULL,'','LINE',NULL,10,'','1d301682c30adc2b1d810668845b0ec8','',NULL),(3037,'en','default','a4f00d18b3b482053d42dd42cb9f0dc0','Navigate to the nearest toolbar.',NULL,NULL,'','LINE',NULL,10,'','1855257f70ecdd6d7415eea9e4b36689','',NULL),(3038,'en','default','dae9cd281965e745ff86fb9102d3aac6','Navigate to the next part of the editor (alternative).',NULL,NULL,'','LINE',NULL,10,'','06241f9351443c935fc660bb2ebb6968','',NULL),(3039,'en','default','ba176d5f184b40a489b2a58f62edc5f8','Navigate to the next part of the editor.',NULL,NULL,'','LINE',NULL,10,'','742f23a00e563f1d3daf258afddfee1d','',NULL),(3040,'en','default','8d2f73e2026cb4dd5f5e6f1d3231f16e','Navigate to the previous part of the editor (alternative).',NULL,NULL,'','LINE',NULL,10,'','fe532c68304ca4288b283fc8231d4c3f','',NULL),(3041,'en','default','48534c2f90ea38915693dec6b0c74bb2','Navigate to the previous part of the editor.',NULL,NULL,'','LINE',NULL,10,'','448e83fab45978cf2b147afa25f2ec37','',NULL),(3042,'en','default','e586a84dd30d18c34699cd2e78e198e8','Navigating with a keyboard',NULL,NULL,'','LINE',NULL,10,'','e811d732609657fa7c59c2c6e21ba7ad','',NULL),(3043,'en','default','63d65a6113a15806e30d1afdc42fa067','Navigation Label',NULL,NULL,'','LINE',NULL,10,'','2e8cba50d86a6d16cf7d3010a9a93fbf','',NULL),(3044,'en','default','b0da3c0d5d8c569614d0e2f52be3384d','Navigation Menu',NULL,NULL,'','LINE',NULL,10,'','943260123870c333c5da512367a8fd0e','',NULL),(3045,'en','default','e9f6a8196a5105f456009717d8924b98','Navigation Menu Item',NULL,NULL,'','LINE',NULL,10,'','ab6031f5070d35a3cce7b2a2afaa4ffc','',NULL),(3046,'en','default','957a193a19401d00ca237c67476d3a9c','Navigation Menu Items',NULL,NULL,'','LINE',NULL,10,'','778bf537aa35618e04fa7565161ab611','',NULL),(3047,'en','default','eba120172df6983accea097877998749','Navigation Menus',NULL,NULL,'','LINE',NULL,10,'','ec9b7dff2e2d5c7845d254bb06596df6','',NULL),(3048,'en','default','b3a1f082e581eeee6f43fe2f7f781b1e','Need more help? <a href=\'%s\'>We got it</a>.',NULL,NULL,'','LINE',NULL,10,'','5cc328bceb7df38d10c9d42b5951993e','',NULL),(3049,'en','default','0ad60c27ece561212d6b2ea857e56ad4','Network Activate',NULL,NULL,'','LINE',NULL,10,'','a18995d3183701b53ceacf91fdba94b6','',NULL),(3050,'en','default','06543dbd70d12d30f6a1028ea5e46996','Network Admin',NULL,NULL,'','LINE',NULL,10,'','8a65629acc164b0af264fd3ce0638a21','',NULL),(3051,'en','default','8fa9e616148cecc6b2fa878e069d15c5','Network Admin: %s',NULL,NULL,'','LINE',NULL,10,'','f5b3f893cc8661b0b8269dc24315cc26','',NULL),(3052,'en','default','c91990f0d98eae2e76abbd06d7561838','Network Enable',NULL,NULL,'','LINE',NULL,10,'','bf4d828c642008774eb7af4fa6c91ce7','',NULL),(3053,'en','default','6a3017d215c69760599a18358ae46639','New %1$s Site: %2$s',NULL,NULL,'','LINE',NULL,10,'','2f8fcce0a80d7712bce26d11c3577fed','',NULL),(3054,'en','default','8a25b9e4e2c43977e8bc4de439cbf519','New %1$s User: %2$s',NULL,NULL,'','LINE',NULL,10,'','70f080dcb8763321a906c9397e8666ed','',NULL),(3055,'en','default','9f28b236fe3cb0f88a745c9eadee2398','New Block',NULL,NULL,'','LINE',NULL,10,'','36beebe2ba0cf6b9afe7e20b27a02d3d','',NULL),(3056,'en','default','9b7a46d3a470693216a0a43364f2454f','New Category Name',NULL,NULL,'','LINE',NULL,10,'','04a7aae5f5784e7d0a422733980371ac','',NULL),(3057,'en','default','9d007e84407fb9550419936d09c67650','New Changeset',NULL,NULL,'','LINE',NULL,10,'','0b95c6eacd546f6b4821f35cbaea6714','',NULL),(3058,'en','default','2b8b29e6a4f0a6dd6318735f06bd7d6e','New Column',NULL,NULL,'','LINE',NULL,10,'','6c0188348c7e721f22fbe3602f68e671','',NULL),(3059,'en','default','6f5edc0b72b9c1b0c1f2e19f80605f43','New Custom HTML Widget',NULL,NULL,'','LINE',NULL,10,'','da64e66b9dd8210be620cbb7e35a849a','',NULL),(3060,'en','default','04a4586ce021a9328c6231317cbf9566','New Link Category Name',NULL,NULL,'','LINE',NULL,10,'','a10deb8d00ee6cdc6c3a69bf32ff9c37','',NULL),(3061,'en','default','1541ed34f48aa810e9871cfcd9848615','New Menu',NULL,NULL,'','LINE',NULL,10,'','3c998686774f7d94cb2290fefd59eb04','',NULL),(3062,'en','default','eb687b46e8635c2b0a9febbc44ba0a30','New Page',NULL,NULL,'','LINE',NULL,10,'','5b6ee929e3be337671dc1b9d66851a3b','',NULL),(3063,'en','default','43eabef16cc9c1702542a370405489ce','New Post',NULL,NULL,'','LINE',NULL,10,'','d0b093a77b8fede3cddc2674a995c450','',NULL),(3064,'en','default','5a8a7f6f16366038cee89b2f4e307146','New Site Registration: %s',NULL,NULL,'','LINE',NULL,10,'','3cff7c39e14d423d039ce95b87726c36','',NULL),(3065,'en','default','3c3d82bcf575c685a0763f9d12bbbfb4','New Site: %1$s\\nURL: %2$s\\nRemote IP address: %3$s\\n\\nDisable these notifications: %4$s',NULL,NULL,'','LINE',NULL,10,'','2886a77b541f61630bbb78636b7c3807','',NULL),(3066,'en','default','c2d69d5f50c4f0647ea555125cda82d0','New Tag Name',NULL,NULL,'','LINE',NULL,10,'','9ed39f7df836fd4f393ab860aa51a29e','',NULL),(3067,'en','default','5e848901cecb5b9eddf4e02f152e98d2','New User Registration: %s',NULL,NULL,'','LINE',NULL,10,'','16d350f932e873a84fe2766c3ec0c635','',NULL),(3068,'en','default','899ffc1c3c30dc7ea2f3c64193562e67','New User: %1$s\\nRemote IP address: %2$s\\n\\nDisable these notifications: %3$s',NULL,NULL,'','LINE',NULL,10,'','6b3e9bb7a821d540796416014bcf580d','',NULL),(3069,'en','default','9563e757ea87b8bbd6d62ffecd05bb9f','New comment on your post \"%s\"',NULL,NULL,'','LINE',NULL,10,'','a352ab921b63b3a9fe3a54d11c5b6efa','',NULL),(3070,'en','default','504ebba16e30883b9bb24d801b960931','New document',NULL,NULL,'','LINE',NULL,10,'','88ab7eba1815a49e4df3f1dc1b42922a','',NULL),(3071,'en','default','c201c20ba466e6ec864db1e4406380ef','New page title',NULL,NULL,'','LINE',NULL,10,'','0875d30a4c4828639ca23a11a8dc50a0','',NULL),(3072,'en','default','ac5a8e8a304ff32e59cebf9cd0341c9e','New page title…',NULL,NULL,'','LINE',NULL,10,'','e5e17302e9d03a9608f3a211e55318d1','',NULL),(3073,'en','default','3544848f820b9d94a3f3871a382cf138','New password',NULL,NULL,'','LINE',NULL,10,'','3dbc72ff05b23bf0dd8d0a855401976f','',NULL),(3074,'en','default','81ae7b92d1ff2249d1b139d75487606b','New pingback on your post \"%s\"',NULL,NULL,'','LINE',NULL,10,'','f0e970b9776271233470770849e9a79d','',NULL),(3075,'en','default','f7626c1598fbf33181a417cd28eb6fc4','[%1$s] Activate %2$s',NULL,NULL,'','LINE',NULL,10,'New site notification email subject','a07cf6682ab82d2fa58564019d02e6a3','',NULL),(3076,'en','default','0f7b6f710626f6574aab092d118accad','New trackback on your post \"%s\"',NULL,NULL,'','LINE',NULL,10,'','05c42774b4db11313f0110449804ff1d','',NULL),(3077,'en','default','f7626c1598fbf33181a417cd28eb6fc4','[%1$s] Activate %2$s',NULL,NULL,'','LINE',NULL,10,'New user notification email subject','841fb048f1de1177eeeecea2d9aa8ab6','',NULL),(3078,'en','default','751a6649b3ec8cceed0c5800aac45baa','New user registration on your site %s:',NULL,NULL,'','LINE',NULL,10,'','90ea65c50e029a34bbc133ac5290d187','',NULL),(3079,'en','default','f915f676f412fe5037c3d4f7d00db5be','New version available.',NULL,NULL,'','LINE',NULL,10,'','8f3f266e4e5e8a95bf0abf81ff096ebe','',NULL),(3080,'en','default','bfe33d6df385216caddf2448a99cd015','New version available. %s',NULL,NULL,'','LINE',NULL,10,'','47a25ec88f3359e7fdca866c18009f80','',NULL),(3081,'en','default','e5dc8e5afea0a065948622039358de37','New window',NULL,NULL,'','LINE',NULL,10,'','06a88f842bd99febf5553c10195e8aa2','',NULL),(3082,'en','default','db5d614a6c3f051fae4fddf15600e7b9','Newer Comments »',NULL,NULL,'','LINE',NULL,10,'','ec95a0d7488ed2feb0415c4089fa4922','',NULL),(3083,'en','default','ffa4d263a574c35ac6061cfdce7d3d5b','Newer comments',NULL,NULL,'','LINE',NULL,10,'','07ba22f023da29c17e6df5646133503b','',NULL),(3084,'en','default','b15c43b073417418c0219f1640e3c48d','Newer posts',NULL,NULL,'','LINE',NULL,10,'','87d617b9d314421f9b5f82205f7f7652','',NULL),(3085,'en','default','d4185153faa39500b0b20d57ec751d89','Newest to Oldest',NULL,NULL,'','LINE',NULL,10,'','36bea9d4f203e5111409a8de43bb43cf','',NULL),(3086,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'','88e9f5e2cf4d4f15713b092ea94318e8','',NULL),(3087,'en','default','3ef61c7b2bd8bdefe44e782cd85a63cf','Next >',NULL,NULL,'','LINE',NULL,10,'','8d88a387458d577c64a317da6a7f5b63','',NULL),(3088,'en','default','f7d387020520aa6845529615215c7217','Next »',NULL,NULL,'','LINE',NULL,10,'','be2f58a22a9e76a7592bde210541f4f7','',NULL),(3089,'en','default','8e763b494f63017d6b080ba7f9dec3cc','Next Page »',NULL,NULL,'','LINE',NULL,10,'','a13526dbda253f59d37c32ef1d4a5f8c','',NULL),(3090,'en','default','d17e21dca8afcdfcafd8762928cf8bf8','Next Post',NULL,NULL,'','LINE',NULL,10,'','913c05c798faed3c5409e20f8124e856','',NULL),(3091,'en','default','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,10,'','ab376ba946122a40ba1a601897503281','',NULL),(3092,'en','default','0e16a796f758abb3257ea0d6403a9f62','Nicename may not be longer than 50 characters.',NULL,NULL,'','LINE',NULL,10,'','0acb8978dab23bfd45a0ad274471873f','',NULL),(3093,'en','default','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,10,'','3ae6677f6c03910c62dbc3c0fef90e37','',NULL),(3094,'en','default','77aae93820a04b4be3ce40e48ecc83e4','No %1$s was set in the arguments array for the \"%2$s\" sidebar. Defaulting to \"%3$s\". Manually set the %1$s to \"%3$s\" to silence this notice and keep existing sidebar content.',NULL,NULL,'','LINE',NULL,10,'','4722725511b3252a65014dc91b8be686','',NULL),(3095,'en','default','36fb383edd9f7c1594d4168fb999c379','No Comments',NULL,NULL,'','LINE',NULL,10,'','4a4f9dde441246b73da2361f159365b7','',NULL),(3096,'en','default','7e53b4389371fd8499a5adeedd83bc64','No Comments<span class=\"screen-reader-text\"> on %s</span>',NULL,NULL,'','LINE',NULL,10,'','b061674d93b72849a329013162af3e3b','',NULL),(3097,'en','default','ebfe6ab72b0fc70b53bc251b1c5c86d6','No Content-Disposition supplied.',NULL,NULL,'','LINE',NULL,10,'','144a63dd9e8ec0f24df8d38fbb8bf87b','',NULL),(3098,'en','default','9f571d36f3b562a468da6584a71ecd48','No Content-Type supplied.',NULL,NULL,'','LINE',NULL,10,'','bb2b6734a46fd9933abe348f136b5e29','',NULL),(3099,'en','default','f5d0e7591f0d5da3cf09c599fd314c47','No alignment',NULL,NULL,'','LINE',NULL,10,'','42e1ef39173ab8de5333b3d3f60a94c8','',NULL),(3100,'en','default','a06664521e9f9178197a0bcee7199ff9','No archives to show.',NULL,NULL,'','LINE',NULL,10,'','f268e6134cdc51e42b3b19882426a7ff','',NULL),(3101,'en','default','51a3996aa8023f5ad962fc5d510ebb66','No audio selected',NULL,NULL,'','LINE',NULL,10,'','7d8d911e678b0a9f878ef939674c68ba','',NULL),(3102,'en','default','dfd27ab6b699ae73195b258e7fcf5895','No block selected.',NULL,NULL,'','LINE',NULL,10,'','1524b037c67d5ca60ef97beef58c57f8','',NULL),(3103,'en','default','f4460276e0e01daf0316259ed79dfec7','No blocks found in Trash.',NULL,NULL,'','LINE',NULL,10,'','472cd3cafa6fdd8eecc16fb7223f5299','',NULL),(3104,'en','default','53dd01f82874d4526564444a49bf3e26','No blocks found.',NULL,NULL,'','LINE',NULL,10,'','e2178f7ed72fc07832ae49c552c9ab8f','',NULL),(3105,'en','default','87bdf2b1731f2c475caf4afc3eae14d0','No categories',NULL,NULL,'','LINE',NULL,10,'','3154321471fbbc30c192d489c0fd6fe0','',NULL),(3106,'en','default','b517d47ee7f199f132e17be3a7a7edc7','No categories found.',NULL,NULL,'','LINE',NULL,10,'','1b8277b70fd8d898cb45164b1ee061b0','',NULL),(3107,'en','default','d954de7b8d441652e648fcde1ba4761b','No changes saved yet, so there is nothing to trash.',NULL,NULL,'','LINE',NULL,10,'','bb866e1965646c0b949b61ddae3dea00','',NULL),(3108,'en','default','789a60e35030ff0eb1719f3f6350ee47','No changeset found to take over',NULL,NULL,'','LINE',NULL,10,'','4b9e2ef73db8d64d212cf4d2903cfa60','',NULL),(3109,'en','default','b2c8aa57a377fd7211e827e56561ebc2','No changesets found in Trash.',NULL,NULL,'','LINE',NULL,10,'','6b2570b88965796df8a97978355cef96','',NULL),(3110,'en','default','02609debd0dbf457be98e03a6156a82b','No changesets found.',NULL,NULL,'','LINE',NULL,10,'','a03ca4eee5f141830a1cb621d7eedc78','',NULL),(3111,'en','default','510b5f98702fea67b19972e08bff8a99','No color',NULL,NULL,'','LINE',NULL,10,'','04787ac957e804555e0f781635d3085e','',NULL),(3112,'en','default','4bbb3953f0d6cc954c1e4264760a5cf8','No comments to show.',NULL,NULL,'','LINE',NULL,10,'','8a0dda18986e4abc81c81d0ea20f4bd5','',NULL),(3113,'en','default','c859c3c1ddb379843e8b21bd91b26776','No cookie present.',NULL,NULL,'','LINE',NULL,10,'','9b1ed979e34d609fd3c199e81c050c21','',NULL),(3114,'en','default','66cd875dd8e607fcfb7db0d58b3d94c8','No data supplied.',NULL,NULL,'','LINE',NULL,10,'','18e3d8ae87b973489ff48bad3f8e370b','',NULL),(3115,'en','default','b712ccc50812573f6279108d107bdaa9','No editor could be selected.',NULL,NULL,'','LINE',NULL,10,'','4b405208a487002bac486f76afd3e2fe','',NULL),(3116,'en','default','f787618e514c038851726224d7e4421e','No file selected',NULL,NULL,'','LINE',NULL,10,'','ebd8d412cd4fb92f876ec926f526061e','',NULL),(3117,'en','default','58d5915670251752ab1fa739206370fc','No image selected',NULL,NULL,'','LINE',NULL,10,'','807fc0b00effdbfbe5f9504630dcdd2d','',NULL),(3118,'en','default','c87685180fe148f881f1fc4c54e544c4','No image set',NULL,NULL,'','LINE',NULL,10,'','e3a59d2b2f28c99cbac9de4bffcf8237','',NULL),(3119,'en','default','f789b5e145fb23fb9e32ba1dc67d4bc0','No images selected',NULL,NULL,'','LINE',NULL,10,'','1e7404c62c0d574e41869842377921a9','',NULL),(3120,'en','default','1776af3cd4354cb742a4d740aeff1392','No items',NULL,NULL,'','LINE',NULL,10,'','4636206ff697fb0b5d5b99e7a246237d','',NULL),(3121,'en','default','bc4c1050aeeb3ff4240c4894b98f32a9','No items found.',NULL,NULL,'','LINE',NULL,10,'','6082e92e39ffba9db6587ec6ed2d7599','',NULL),(3122,'en','default','ca775b802aa90b411ee747befbb73e01','No logo selected',NULL,NULL,'','LINE',NULL,10,'','926b02757ef227805553ae4fb2252094','',NULL),(3123,'en','default','64e3cb98231daf66d09245cadad2ada0','No media files found.',NULL,NULL,'','LINE',NULL,10,'','78805add6bafb5989d36c2fcf07e5fe9','',NULL),(3124,'en','default','d9d3adbb0c3a12225bc46756a4fecfc2','No media selected',NULL,NULL,'','LINE',NULL,10,'','a79412dad1af33789cb94924f39895f6','',NULL),(3125,'en','default','f42e991dcc21d1839719b63f931584b2','No menus have been created yet. <a href=\"%s\">Create some</a>.',NULL,NULL,'','LINE',NULL,10,'','d51a9ef304e36fe54ed859a227a09fb3','',NULL),(3126,'en','default','708ce355f114e6f47a8cd98cbecae406','No more comments found.',NULL,NULL,'','LINE',NULL,10,'','4e8c9a6524491609593fd17e43e74f46','',NULL),(3127,'en','default','673d19ab14c76bcd4fdd37a474eb17bd','No pages found in Trash.',NULL,NULL,'','LINE',NULL,10,'','cbc7b20e5f9a93fc6b710202a2af8087','',NULL),(3128,'en','default','ec3c98c1f47b3befed46f4aa669607a1','No pages found.',NULL,NULL,'','LINE',NULL,10,'','6fb33e707f0bed68c5d53ea16a19aab8','',NULL),(3129,'en','default','e2670245e5a4211acce27f7f1486807f','No personal data export file was generated.',NULL,NULL,'','LINE',NULL,10,'','b473cbf904f47a596b6e78686a544f2b','',NULL),(3130,'en','default','d28884cfa148be5c94d6daf9ac010d69','No personal data was found for this user.',NULL,NULL,'','LINE',NULL,10,'','b30afdc8e2cee265cdba38c49675d7f5','',NULL),(3131,'en','default','4d29c8b4ae5e784e7342941a1d739b6f','No plugins found. Try a different search.',NULL,NULL,'','LINE',NULL,10,'','b22158a524ce027387af179c4554e635','',NULL),(3132,'en','default','314c67959c9027dc1b4b0fdf2d76c9c8','No posts found in Trash.',NULL,NULL,'','LINE',NULL,10,'','4096f3fd731646482cb212dd046e0e8c','',NULL),(3133,'en','default','67c6a14173727312f1e8d615e6122e1d','No posts found.',NULL,NULL,'','LINE',NULL,10,'','e60ade881654a7aaf0a78b4fb6246505','',NULL),(3134,'en','default','3f24537d9d26ddf4fd334a881e46a0ec','No results found.',NULL,NULL,'','LINE',NULL,10,'','22e079b2df7e16947667e2d3cb661930','',NULL),(3135,'en','default','3b8769d187c6c3306c50729bc43a9903','No results.',NULL,NULL,'','LINE',NULL,10,'','69df834d7f36cdc97bc92d2b9243eaea','',NULL),(3136,'en','default','03fb9d17d0f5b86bde3de455c202a2d9','No route was found matching the URL and request method',NULL,NULL,'','LINE',NULL,10,'','fe29b1beed180a6ac5ad53e294a0742c','',NULL),(3137,'en','default','cc791696edb017495878ed9a9f8e9618','No search term specified. Showing recent items.',NULL,NULL,'','LINE',NULL,10,'','e99017d248bcb15a12b3983b32151148','',NULL),(3138,'en','default','2b8ba42c8bb3f57b0d36f683bdc7e8ba','No tags',NULL,NULL,'','LINE',NULL,10,'','5cf27575fe7f8032b287e742bdc7449e','',NULL),(3139,'en','default','378c846e4e8b6e5cc0e8bc52e8e1c106','No tags found.',NULL,NULL,'','LINE',NULL,10,'','82a73b0aa288dddb0acca41d88a9a928','',NULL),(3140,'en','default','add2a9c66631d3587707158d1a04c3ac','No terms to show.',NULL,NULL,'','LINE',NULL,10,'','81f08cd1f37f76f4c5d5df63a2be4cab','',NULL),(3141,'en','default','ff771ccadb566fc49b785b2880a3ff19','No themes found. Try a different search, or %s.',NULL,NULL,'','LINE',NULL,10,'','7023ad7ffedda30622286929f108848f','',NULL),(3142,'en','default','84779a3fc756a6ae3d1fc8928630ab71','No themes found. Try a different search.',NULL,NULL,'','LINE',NULL,10,'','68259c8097d118122f6ca9110eb53954','',NULL),(3143,'en','default','d41368275eaa9002b6949048f19e8cc0','No video selected',NULL,NULL,'','LINE',NULL,10,'','3c9c5f92e786f9fb2e3c105ebb1fc7ea','',NULL),(3144,'en','default','d2be1104769019eaf4cb6c56905285f5','No widgets found.',NULL,NULL,'','LINE',NULL,10,'','221f98e788ed6636b6143cc4aad52808','',NULL),(3145,'en','default','04b0edc8b9f7f1d41721698cfa052b73','Non-existent changeset UUID.',NULL,NULL,'','LINE',NULL,10,'','836e2ff13da36f7c4ee5e3d9b96fee12','',NULL),(3146,'en','default','2ef93e38224fdba1e63aa0f1ee33997d','Nonbreaking space',NULL,NULL,'','LINE',NULL,10,'','e7cb7ed194e614bea4e61d69351745f1','',NULL),(3147,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'','35cf2bb59cb3aad28a7250dd261ebb56','',NULL),(3148,'en','default','da550ca06bcacbd30b7c6ed32c864c70','Norwegian',NULL,NULL,'','LINE',NULL,10,'','df13a966c301dbc422c510eacea613dc','',NULL),(3149,'en','default','7bbf115de9319268f16cce5e0950bad1','Not a valid widget.',NULL,NULL,'','LINE',NULL,10,'','e0c93b59c70ab7b122bdb48b485a22bd','',NULL),(3150,'en','default','0208004a6da769784f1d90584b8d58b9','Not enough space to upload. %s KB needed.',NULL,NULL,'','LINE',NULL,10,'','5d73472fd158558bf9d716278fa6ccaa','',NULL),(3151,'en','default','7e823b37564da492ca1629b4732289a8','November',NULL,NULL,'','LINE',NULL,10,'','cd9aba9a9083c5f431b91deaa9c92b92','',NULL),(3152,'en','default','343e6957be77c6247aa2b8d0deb68bd6','Nov',NULL,NULL,'','LINE',NULL,10,'November abbreviation','5b9c2a6209a68cb178e5ff67c2e37d59','',NULL),(3153,'en','default','b5e6d43af159d5d593ca7c4b6db55491','Number of Comments',NULL,NULL,'','LINE',NULL,10,'','5e76868707869c881e443ee34555d911','',NULL),(3154,'en','default','8d5c4068132acf5c52972d8d7cda9ded','Number of comments to show:',NULL,NULL,'','LINE',NULL,10,'','fd6b8ab789fa26c3caad05159bcc3054','',NULL),(3155,'en','default','b3e6d8463e029b2508cdcb23e27e773c','Number of items',NULL,NULL,'','LINE',NULL,10,'','758c57fe673fbe6415b2b7c097dd537d','',NULL),(3156,'en','default','ad4f477672f34e3c648da222805720c2','Number of items found: %d',NULL,NULL,'','LINE',NULL,10,'','fc0e23e71aff001e9ebe4528a652869c','',NULL),(3157,'en','default','09719df2fc89dcddfa3630c4ee66fd02','Number of links to show:',NULL,NULL,'','LINE',NULL,10,'','2f7cf12835b00fd9ff85c47f318c5b41','',NULL),(3158,'en','default','b901bb46afb5860a5ee246458cdf5869','Number of plugins found: %d',NULL,NULL,'','LINE',NULL,10,'','59f34dc9bf98a6fb4052c0705cc5071a','',NULL),(3159,'en','default','c9590d0860c6e0c19c92a413fcc586a7','Number of posts to show:',NULL,NULL,'','LINE',NULL,10,'','48695763789dbfcda027719c466a75ec','',NULL),(3160,'en','default','51f487524235453abbd9e4d639f4f0a2','Number of published posts for the term.',NULL,NULL,'','LINE',NULL,10,'','e80584254c6f900715e67e3d40b5e601','',NULL),(3161,'en','default','4ca2963a25261df4b0af3d560fc15104','Number of widgets found: %d',NULL,NULL,'','LINE',NULL,10,'','3ae979daaa95333427eb32d4283490ae','',NULL),(3162,'en','default','4b985b57aabbd3110aac1d53b1a921c1','Numbered list',NULL,NULL,'','LINE',NULL,10,'','c138cb25e8e97347bc0066a51d6a3ff1','',NULL),(3163,'en','default','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,10,'','b92fb1eb533bc0461a8ea9e716e76903','',NULL),(3164,'en','default','01fe2f0031c6cb11cc30da4c260c3fac','Object subtype.',NULL,NULL,'','LINE',NULL,10,'','8e8383cfa31097f12a52a6782334fb6f','',NULL),(3165,'en','default','9a269bd745c8c56a50c4d5beb90e2dc1','Object type.',NULL,NULL,'','LINE',NULL,10,'','274bdca1fbebd6890354d2d34767059d','',NULL),(3166,'en','default','eca60ae8611369fe28a02e2ab8c5d12e','October',NULL,NULL,'','LINE',NULL,10,'','3bede3d05d839aff66ce208af8eacf41','',NULL),(3167,'en','default','594be08882c8e9d5efb9eeb62f303744','Oct',NULL,NULL,'','LINE',NULL,10,'October abbreviation','c7ce61cc399b5b624d1c845ffdb123ad','',NULL),(3168,'en','default','fdf60e06af6b1f68f62b8b7d879538f1','Offset the result set by a specific number of items.',NULL,NULL,'','LINE',NULL,10,'','b3915f7abbc02858300428db7452a5d7','',NULL),(3169,'en','default','059880607040f9e93a9ccf177c67efdd','Older comments',NULL,NULL,'','LINE',NULL,10,'','9124cfcb35587892eefd924dd6988dbd','',NULL),(3170,'en','default','583c33ef369f771a80774b77d7f9923c','Older posts',NULL,NULL,'','LINE',NULL,10,'','a412e4d29d73f79d947104bd7d108a07','',NULL),(3171,'en','default','79e575e2aeda4ac2fd72ca6e21bf4986','Oldest to Newest',NULL,NULL,'','LINE',NULL,10,'','bee24d64786860abc6edffe8664378e0','',NULL),(3172,'en','default','c69bdd8d614db1ce7d3c6fbe2285d29b','On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?',NULL,NULL,'','LINE',NULL,10,'','63b71d813e5213351253be58bad3ec90','',NULL),(3173,'en','default','c9eac1c74700f24ca8070dd76aafa4fa','Once Daily',NULL,NULL,'','LINE',NULL,10,'','fb1e264dcd8dee9941fbab291a69fdb3','',NULL),(3174,'en','default','68a2b81a321d880ba8f8b93db2910dd4','Once Hourly',NULL,NULL,'','LINE',NULL,10,'','eee472fbb16c0354d3527fa80e8eb8b7','',NULL),(3175,'en','default','215f47583917a9b2c6f00e67ad27e97f','One or more database tables are unavailable. The database may need to be <a href=\"%s\">repaired</a>.',NULL,NULL,'','LINE',NULL,10,'','f8da62708e3ff679441873a00a58391c','',NULL),(3176,'en','default','e1639d1897b8bb7daecaef8573788c91','One response to %s',NULL,NULL,'','LINE',NULL,10,'','2a9695877bcc756a5a57edb571ea0ba6','',NULL),(3177,'en','default','bb315aab57ed78e3d458dd1ec5c1719c','Only %1$s or %2$s files may be used for header video. Please convert your video file and try again, or, upload your video to YouTube and link it with the option below.',NULL,NULL,'','LINE',NULL,10,'','d45277314c27975171f7ff5967af5775','',NULL),(3178,'en','default','af45a30f2f831cbf3d341407084fa984','Only UUID V4 is supported at this time.',NULL,NULL,'','LINE',NULL,10,'','6c1ab4cda253473926c03eed8f494b6b','',NULL),(3179,'en','default','ae737d795debc0a26117c80aa1f35c60','Only a static class method or function can be used in an uninstall hook.',NULL,NULL,'','LINE',NULL,10,'','e4753a8cec8626634b9652dda44c9a73','',NULL),(3180,'en','default','3b581058948f9e62c13e7f8774be0b8e','Only visible to site admins and editors.',NULL,NULL,'','LINE',NULL,10,'','8d0e78da81bb650b616ba1273f5bf2a9','',NULL),(3181,'en','default','8ffc7ff77ae38163725f3bb756c962f3','Oops! That embed can’t be found.',NULL,NULL,'','LINE',NULL,10,'','dc22e4d50afe2cacd9a8d1c5990ce52d','',NULL),(3182,'en','default','a003c92bf7b90d2852e1e251285bae6f','Oops: %s',NULL,NULL,'','LINE',NULL,10,'','18d9b41467a6c00ab2a30fab387d47b8','',NULL),(3183,'en','default','e9824458385172876130bb904819cf2c','no-subset',NULL,NULL,'','LINE',NULL,10,'Open Sans font: add new subset (greek, cyrillic, vietnamese)','f3d8860d1bbefadf8e65ac29e94c0f4e','',NULL),(3184,'en','default','ed2b5c0139cec8ad2873829dc1117d50','on',NULL,NULL,'','LINE',NULL,10,'Open Sans font: on or off','aa2993cdf2d27a7faa7dd22afbefd527','',NULL),(3185,'en','default','297dec11422b2716cbb362e30a8d3ed9','Open in New Tab',NULL,NULL,'','LINE',NULL,10,'','800b499dc5fbaca85fa3fda438f2590f','',NULL),(3186,'en','default','b700ae7bea24c7496d9dab7bbae964e3','Open link in a new tab',NULL,NULL,'','LINE',NULL,10,'','e09a6ef4ae85293b918f2c6d882d3de7','',NULL),(3187,'en','default','02e86286007b29223767949648b87dbe','Open publish panel',NULL,NULL,'','LINE',NULL,10,'','6521f47f0b5acd352122efc6a655b44f','',NULL),(3188,'en','default','e1e168f12282e090e4eab1b1f665b3b3','Open sharing dialog',NULL,NULL,'','LINE',NULL,10,'','be6a7e64662cb5487d9b61b3178079a2','',NULL),(3189,'en','default','d4d1d5d3e7579d51e52ac7fee672d9ea','Open the block navigation menu.',NULL,NULL,'','LINE',NULL,10,'','8b6b3e37d2833fbf6ddcf95b3607fa57','',NULL),(3190,'en','default','6851760df9b765109ad76e76e78ade11','Optional placeholder text',NULL,NULL,'','LINE',NULL,10,'','33fc7db5da735bc076e99a2f8adbebca','',NULL),(3191,'en','default','f6123a0990b6301f0e2e10ba7d833f43','Optional placeholder…',NULL,NULL,'','LINE',NULL,10,'','2b58dd69c5f3f2a2b6563dcb1aaab286','',NULL),(3192,'en','default','dae8ace18bdcbcc6ae5aece263e14fe8','Options',NULL,NULL,'','LINE',NULL,10,'','d4526078fc156f5fdf5b55598da4da8d','',NULL),(3193,'en','default','9090a5bd7257b38151e63789e1fd4b62','Or link to existing content',NULL,NULL,'','LINE',NULL,10,'','a15a19faa8933c3fa60f726d1c9c4233','',NULL),(3194,'en','default','822cedfe56330017d6b11c1727ab3f07','Or, enter a YouTube URL:',NULL,NULL,'','LINE',NULL,10,'','034afa74ba7ad2563df161299ce38697','',NULL),(3195,'en','default','909cea0c97058cfe2e3ea8d675cb08e1','Orange',NULL,NULL,'','LINE',NULL,10,'','d836082ac4f9313249ff8de1f83a0695','',NULL),(3196,'en','default','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'','LINE',NULL,10,'','0464d09bf2c2a6185d7bac08e303322b','',NULL),(3197,'en','default','01fda57aa6c7e9f07f5aa36b108e95cb','Order by',NULL,NULL,'','LINE',NULL,10,'','dec64380ba9d9f5d720824d24d7b40c0','',NULL),(3198,'en','default','d8bddb1e98d984ee5e999e4c421cb044','Order sort attribute ascending or descending.',NULL,NULL,'','LINE',NULL,10,'','4652923ba36bd45de98c0641542fbbf7','',NULL),(3199,'en','default','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'','LINE',NULL,10,'','df19c4eb504c814518a93f0115efa0b2','',NULL),(3200,'en','default','ff687f8e7f19b4b4e6532266cfe0efd7','Original: %s',NULL,NULL,'','LINE',NULL,10,'','03e02afe8c0314f0afa382d05af05eda','',NULL),(3201,'en','default','dca4a0588c631c53233ebec49b5be670','Out from under %s',NULL,NULL,'','LINE',NULL,10,'','f760abd7d3edfed02c7bb3074dddf8a4','',NULL),(3202,'en','default','0379e2508c90782883db098d04bbced6','Outdent list item',NULL,NULL,'','LINE',NULL,10,'','1f76ea3d7f6df9beea6742e9cda1f33c','',NULL),(3203,'en','default','606b51cc1c9d0b4af394419a22f2ff1f','Outline',NULL,NULL,'','LINE',NULL,10,'','3f8f2044d1e4619a55b5ed2af0047a1a','',NULL),(3204,'en','default','6b551379c3c0b59326abdaf3b4395bd3','Overlay',NULL,NULL,'','LINE',NULL,10,'','ad7d5a47917081371c1ad9c56dc1ffa3','',NULL),(3205,'en','default','3711e805016ec3364cac6040610418ae','Overlay Color',NULL,NULL,'','LINE',NULL,10,'','261b9e138a0b1a3b954813e49618c736','',NULL),(3206,'en','default','946abf0cccb58a5974ea3e18ba452962','PHP\'s XML extension is not available. Please contact your hosting provider to enable PHP\'s XML extension.',NULL,NULL,'','LINE',NULL,10,'','c5c513d4275ca0a3886af59539cbb732','',NULL),(3207,'en','default','21b7eb30013b04776f5b06bc59209391','PM',NULL,NULL,'','LINE',NULL,10,'','26d218d8dfcf81ccaf6080940a62051e','',NULL),(3208,'en','default','ec2e9a76f283943d0ccde5352785731c','Page %s',NULL,NULL,'','LINE',NULL,10,'','cc3b9935eb9fc5b1d97043481a821507','',NULL),(3209,'en','default','cfe0cfb2d53c746d49ac4d0621154dd7','Page Archives',NULL,NULL,'','LINE',NULL,10,'','7b9fbd07e8138b08375f938d8bf6afc0','',NULL),(3210,'en','default','2ccdc88567b5772738fcd40ac68e78f3','Page Attributes',NULL,NULL,'','LINE',NULL,10,'','e27e76431fe6dabc5b5c54ed21d01d7b','',NULL),(3211,'en','default','5b632cc766c1a4886e185f417c71c93f','Page Break',NULL,NULL,'','LINE',NULL,10,'','555759864981897613dbbbb5c2a95121','',NULL),(3212,'en','default','30722aa4ee66bd5b06a4abe892c9e963','Page ID',NULL,NULL,'','LINE',NULL,10,'','e75845463b07eb8d5ceaa437a9715df6','',NULL),(3213,'en','default','182bf409e042543999aee2a4e87bba5d','Page IDs, separated by commas.',NULL,NULL,'','LINE',NULL,10,'','d7ac39b181360c946cbe5a9bec9138bb','',NULL),(3214,'en','default','9f8dd5664362aa971dadc2e78f18433b','Page Up and Page Down',NULL,NULL,'','LINE',NULL,10,'','a5d06215ba91d54e0efea2275a46a49d','',NULL),(3215,'en','default','fdd64f40e8972478da5c45c0124a3c05','Page break',NULL,NULL,'','LINE',NULL,10,'','d5dad1371d598bb034c98b3c7e40229a','',NULL),(3216,'en','default','d0fbda9855d118740f1105334305c126','Page not found',NULL,NULL,'','LINE',NULL,10,'','cecc9f9f30c69d9ed36805229bced1a5','',NULL),(3217,'en','default','fb0b6060fc20994d8591e3354679f265','Page order',NULL,NULL,'','LINE',NULL,10,'','6d27f6df7507f2acdf31294481f089bd','',NULL),(3218,'en','default','298158b69147106bb80490bcaaa9d7e8','Page published privately.',NULL,NULL,'','LINE',NULL,10,'','1b2fcb57001fde8c0ebe9473f3c89153','',NULL),(3219,'en','default','636410a13317b6f4492045fd8208fa0a','Page published.',NULL,NULL,'','LINE',NULL,10,'','dee057e61f45f2959087926fafe8ed89','',NULL),(3220,'en','default','d9d886375e763d79c3dd433f28c103fd','Page reverted to draft.',NULL,NULL,'','LINE',NULL,10,'','da150e73543c1cc004d6763bb8050cf5','',NULL),(3221,'en','default','d137c2e19a63fb25bb70b5aa0dac0071','Page scheduled.',NULL,NULL,'','LINE',NULL,10,'','23f1dd9a1a494d62f5239030ec62b3e2','',NULL),(3222,'en','default','12cb401e3a068898222575c6a5ef5ece','Page title',NULL,NULL,'','LINE',NULL,10,'','f5e4249e704fb82ae7b975434f603861','',NULL),(3223,'en','default','fa571a7ead810e1494280d19f634e887','Page updated.',NULL,NULL,'','LINE',NULL,10,'','3d5ebc2d340d8a71f7954c3696a3dc39','',NULL),(3224,'en','default','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,10,'','bb4ff44ee259fd447f84c069a2f39df8','',NULL),(3225,'en','default','7bdddfed86c1c18a2fe6599e77c910f3','Pages list',NULL,NULL,'','LINE',NULL,10,'','2750b5c20ec1d832abe9a8931c4d622b','',NULL),(3226,'en','default','0e9c7b66a3f1548635f4a7a9794ca384','Pages list navigation',NULL,NULL,'','LINE',NULL,10,'','606d096773f0becd4f7af5d48ee20b71','',NULL),(3227,'en','default','0974d2c2f4c6420089275c2a41c4b41c','Pages:',NULL,NULL,'','LINE',NULL,10,'','56bad0f59d9b199d192d981c68206fde','',NULL),(3228,'en','default','0bd7ef406b83fc5807609050789e2b72','Pale cyan blue',NULL,NULL,'','LINE',NULL,10,'','d236f591825b1b3cf012002a459445f0','',NULL),(3229,'en','default','4306f7dba4705329c87ce42cd5f73230','Pale pink',NULL,NULL,'','LINE',NULL,10,'','2a7a0a57b399d28af1b7cde6992e8a21','',NULL),(3230,'en','default','feaf0a320c3d678ad30dd179b7d21584','Paragraph',NULL,NULL,'','LINE',NULL,10,'','96017640b0800d0fe769d0941a184333','',NULL),(3231,'en','default','e2190093bb3cb847e785fd3022b859b0','Paragraph block',NULL,NULL,'','LINE',NULL,10,'','90c01e6762d14847e1ebd2d915d45573','',NULL),(3232,'en','default','e1f81a111ac24c0dbcba89d88b3ea173','Paragraphs',NULL,NULL,'','LINE',NULL,10,'','f730b9d1db18cd8ea8153847703a1bda','',NULL),(3233,'en','default','4e98e60e38a29ab7bd94ea815c4f2ef2','Parent Category',NULL,NULL,'','LINE',NULL,10,'','9f743e9d4b4fe7d3cc50d3222d6cd3c8','',NULL),(3234,'en','default','dc5b753561079ca416a04fa17e221bee','Parent Category:',NULL,NULL,'','LINE',NULL,10,'','fcfcd2be35b73a157a075fa15a31cc18','',NULL),(3235,'en','default','62599d32d811c48ded6a541767a88577','Parent Page:',NULL,NULL,'','LINE',NULL,10,'','606cab7eb4c0844d2ed2022648f41ea0','',NULL),(3236,'en','default','01ee82af0cc68d13410f707dc2131485','Parent Term',NULL,NULL,'','LINE',NULL,10,'','dd5991c1a759f24c9b5bea8ff5bb0f73','',NULL),(3237,'en','default','a0d64452c528dba74e29372338c95104','Parent term does not exist.',NULL,NULL,'','LINE',NULL,10,'','bc252d022f4e84e3a2ddfe0e2912a36f','',NULL),(3238,'en','default','cf811cb9d5b683018c1c593ecefaccb9','Partial render must echo the content or return the content string (or array), but not both.',NULL,NULL,'','LINE',NULL,10,'','69b2d0cedee54185a51306a2b7b413c9','',NULL),(3239,'en','default','ad36a99e7d76bd1e33af50fc7500c09c','Passing an integer number of posts is deprecated. Pass an array of arguments instead.',NULL,NULL,'','LINE',NULL,10,'','78d18817250ade190af664e6cf5dd0bc','',NULL),(3240,'en','default','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'','LINE',NULL,10,'','24eb894493fb2c375f75bcde6db4aeb2','',NULL),(3241,'en','default','72375fefa7e0764da95dab105ffba602','Password Protected',NULL,NULL,'','LINE',NULL,10,'','70688e97b2ed5790d214b0bd9d680213','',NULL),(3242,'en','default','ba9600b60915be3164cc84a37b6d6d9e','Password Reset',NULL,NULL,'','LINE',NULL,10,'','ebf01fbc616ef573eaed8ac9e3039ae0','',NULL),(3243,'en','default','7d0e3f71771d7fb2a6802f9f1632922a','Password changed for user: %s',NULL,NULL,'','LINE',NULL,10,'','4bd9a3e766f3e7881c1c48943f1a7c3f','',NULL),(3244,'en','default','d54270f45d5f3081bbaf057c169dcb22','Password for the user (never included).',NULL,NULL,'','LINE',NULL,10,'','59b3b546a53d0bd4b082ab9f1a222654','',NULL),(3245,'en','default','83943e4982f489ddcc10b47aadcc4e66','Password reset is not allowed for this user',NULL,NULL,'','LINE',NULL,10,'','dbc08165c5e965c03cc69187a29c7e22','',NULL),(3246,'en','default','b341a59d5636ed3d6a819137495b08a0','Password:',NULL,NULL,'','LINE',NULL,10,'','38a624615110d0ed88b4ef46d55c909b','',NULL),(3247,'en','default','4d1887bd89871764240e1be4cdc90498','Passwords cannot be empty.',NULL,NULL,'','LINE',NULL,10,'','3762af63f60231df5fec35aa6138cc71','',NULL),(3248,'en','default','57c413c041e4105ef7bd9b9d1302e9b9','Passwords cannot contain the \"\\\" character.',NULL,NULL,'','LINE',NULL,10,'','8b8fa2424d79bfc85d86e00c309a866d','',NULL),(3249,'en','default','36bb6559696dc9124986ae120515984f','Paste',NULL,NULL,'','LINE',NULL,10,'','3afdcc38b859707210396d93366c4de9','',NULL),(3250,'en','default','ac5b5f6720e5f3820969f75d3b876b71','Paste URL or type to search',NULL,NULL,'','LINE',NULL,10,'','355a0dccf1f41534867a140eac6286a6','',NULL),(3251,'en','default','e6af2ac32cefd40b8c4fc5798ece2ab6','Paste as text',NULL,NULL,'','LINE',NULL,10,'','0e88c7639f661ddea685f86a44a5c337','',NULL),(3252,'en','default','d349d788d007f19674f1af205d92dcd2','Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.',NULL,NULL,'','LINE',NULL,10,'','2b60367b0ac674f12acf83f3cb15295b','',NULL),(3253,'en','default','0c0098f88a4ce332588818c86f177377','Paste or type URL',NULL,NULL,'','LINE',NULL,10,'','030347b5b944507810c67c77f07ad289','',NULL),(3254,'en','default','377084e75ed3249404ad2a2800ac8630','Paste table row after',NULL,NULL,'','LINE',NULL,10,'','5534ca3c66c7f6ef59f98cb30a3d4774','',NULL),(3255,'en','default','e9173e8b4a8eb50d4e9f7a348e88cc72','Paste table row before',NULL,NULL,'','LINE',NULL,10,'','c647861dcbe6b2195c713bf4173c1781','',NULL),(3256,'en','default','e085e4ff7e006e3f149958ffef519b5f','Paste your embed code below:',NULL,NULL,'','LINE',NULL,10,'','bf5eebaffd43fe5122b235ff122c94a7','',NULL),(3257,'en','default','105b296a83f9c105355403f3332af50f','Pause',NULL,NULL,'','LINE',NULL,10,'','30cb9db29aa33b01b2e6a3b3cdabbb78','',NULL),(3258,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,10,'','4eee4aea4ab2873cc36cd3f5889e7c8b','',NULL),(3259,'en','default','cf97c86625c42c0f2dddf95313ada5bd','Pending <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','7edcf52f249c080681f3d417049fb88a','',NULL),(3260,'en','default','00b38f89b377390e7c1d74d82cc2f858','Pending Review',NULL,NULL,'','LINE',NULL,10,'','88e89a64cc901729a3231511af8cc101','',NULL),(3261,'en','default','1901606ea069a83dc7beea17881ef95a','Period',NULL,NULL,'','LINE',NULL,10,'','a86d8dd619afcda2cba86305fb2a8e56','',NULL),(3262,'en','default','8725214cdd9f9af24e914b5da135793d','Permalink',NULL,NULL,'','LINE',NULL,10,'','bf1f925a36b213734e7c698a423623d1','',NULL),(3263,'en','default','6158002dcea399a67154fb804cb1ffaa','Permalink copied',NULL,NULL,'','LINE',NULL,10,'','4b0f6aed17ecb4702b605d7cfd617235','',NULL),(3264,'en','default','74413d32461ff194bc1f8216cee9be21','Permalink saved',NULL,NULL,'','LINE',NULL,10,'','d8fa6f659a485dd1b727f2efb78c0938','',NULL),(3265,'en','default','d8a0a6cc2e1478dc1bd7ac539bba15b7','Permalink template for the object.',NULL,NULL,'','LINE',NULL,10,'','653d828f393b984b4a9456bffc1a78a8','',NULL),(3266,'en','default','1753ee659d61df848b82a4664f0120db','Permalink:',NULL,NULL,'','LINE',NULL,10,'','9f51d150b821142bb652cf285525dd36','',NULL),(3267,'en','default','64d595ebe8f65ce252693c174b56f0f8','Permalink: %s',NULL,NULL,'','LINE',NULL,10,'','3701b9e9e8a5e6ab4fefb1bb8f78a712','',NULL),(3268,'en','default','8032c149d0e48ad38ef6b60289f910cd','Persian',NULL,NULL,'','LINE',NULL,10,'','5acbd6ebf78c80d8fe616b43f3e318a3','',NULL),(3269,'en','default','441114e622e9d9b57fad1d7a83180bab','Personal data was found for this user but some of the personal data found was not erased.',NULL,NULL,'','LINE',NULL,10,'','4edd7ec1d19ce118d52a74b1f78275d7','',NULL),(3270,'en','default','ea9eaf1b7df3a427a6b105ce24a841fd','Personal data was found for this user but was not erased.',NULL,NULL,'','LINE',NULL,10,'','d8f2bbc03bc6806695bd57d6bb0d7e5b','',NULL),(3271,'en','default','44008524ca9930cc5cf08ce34bee7740','PgUp/PgDn',NULL,NULL,'','LINE',NULL,10,'','f9da47f573280de9a3a4b34b906520b4','',NULL),(3272,'en','default','3b01dfedc409b0adc97c4cef4abff68b','Photoblogging',NULL,NULL,'','LINE',NULL,10,'','2b5b629d9ca481e799678aad86a8947a','',NULL),(3273,'en','default','058c5529bc286e27903ebf3d863c3c1e','Pin to toolbar',NULL,NULL,'','LINE',NULL,10,'','ac4c70e5409dfd600cdf2eef11070dcc','',NULL),(3274,'en','default','888f8926798652547832359d421a9e2f','Pingback',NULL,NULL,'','LINE',NULL,10,'','07112c95b076ffbee1408a45412f376c','',NULL),(3275,'en','default','77480d3fa135827f3fd21b3ded9476e9','Pingback excerpt: ',NULL,NULL,'','LINE',NULL,10,'','993ce96b7be324e5bc9c3f44e7a2da35','',NULL),(3276,'en','default','d5dac41b185a956c1f274fa39c794671','Pingback from %1$s to %2$s registered. Keep the web talking! :-)',NULL,NULL,'','LINE',NULL,10,'','a2af2a6afdffc6d0d4e58a7e6a496800','',NULL),(3277,'en','default','13644746d31d36d1b0ac4daf2bd9f814','Pingback:',NULL,NULL,'','LINE',NULL,10,'','1de0bc4bb927824ebf1bcdbb48849d95','',NULL),(3278,'en','default','8dc5344bc0746e1cc5abf896ca03bbdf','Pink',NULL,NULL,'','LINE',NULL,10,'','de686faddf66a0d8aadd804b9a365f9d','',NULL),(3279,'en','default','de3c731be5633838089a07179d301d7b','Play',NULL,NULL,'','LINE',NULL,10,'','0db8eec8d260bc520e61d7013be3e601','',NULL),(3280,'en','default','d2d565f829b5cde5013132d9892ac976','Playback Controls',NULL,NULL,'','LINE',NULL,10,'','7fe051e41044e9e6247f29a9ccf8059a','',NULL),(3281,'en','default','af430647424404cc1e938aa8454cee5b','Playlist Settings',NULL,NULL,'','LINE',NULL,10,'','1a70374268d817cf60c2dcb70d34e1ca','',NULL),(3282,'en','default','0543ea87dc9c847a98612034568a37c7','Please contact your host for assistance with investigating this issue further.',NULL,NULL,'','LINE',NULL,10,'','021e0696dc1aa8eaedc0877b1df7dec5','',NULL),(3283,'en','default','6f317568ca697fdf082d34271f5a9d75','Please enter a site name.',NULL,NULL,'','LINE',NULL,10,'','5c3a6b78d212e42a551ca33c04efbd2b','',NULL),(3284,'en','default','e272b3d8ed60351a1081137a698ad8f3','Please enter a site title.',NULL,NULL,'','LINE',NULL,10,'','8a7708c7b4a79bfa2ff0a13fd320c8b2','',NULL),(3285,'en','default','e88bae53f11aba08daa4b0d135cfcf17','Please enter a username.',NULL,NULL,'','LINE',NULL,10,'','955edfe508b956ac5e6aedc9faddd86c','',NULL),(3286,'en','default','c1661302113c4f63ae9e1119193636e1','Please enter a valid YouTube URL.',NULL,NULL,'','LINE',NULL,10,'','a58077a298ad7eb09fb5e90e6d94a560','',NULL),(3287,'en','default','b5bccda6d3a04e1d8f79846355290435','Please enter a valid email address.',NULL,NULL,'','LINE',NULL,10,'','fed38db02c347b06ca9952dc8234bc85','',NULL),(3288,'en','default','d29136bea0d93259344cdf631cf1d2c3','Please enter your username or email address. You will receive a link to create a new password via email.',NULL,NULL,'','LINE',NULL,10,'','00dcc6ec27fc16d9caaa3f75e4876af9','',NULL),(3289,'en','default','54efa8b47f9edba368322f3a3c76104d','Please include a %s template in your theme.',NULL,NULL,'','LINE',NULL,10,'','fdd7032e410f9f9b47e67d7ee212569b','',NULL),(3290,'en','default','467d5ac1c3f9f1262d229f54006742c6','Please log in again.',NULL,NULL,'','LINE',NULL,10,'','58cba21777220f7faa6bf629811c5767','',NULL),(3291,'en','default','602903ae68ffb13a194bdf7b0cd7738b','Please save your changes in order to share the preview.',NULL,NULL,'','LINE',NULL,10,'','d59c3641e7c22b2b0946a37f8ea98d1e','',NULL),(3292,'en','default','35da195b7578d12d7debfc8ab3cd2083','Please see <a href=\"%s\">Debugging in WordPress</a> for more information.',NULL,NULL,'','LINE',NULL,10,'','3ae7408f045e222e58b9bd77cdcd2ea1','',NULL),(3293,'en','default','20ac5906d1db2c155766c125f1284445','Please select at least one item to perform this action on.',NULL,NULL,'','LINE',NULL,10,'','4a94942b0931fceadbff2fde01d904a7','',NULL),(3294,'en','default','2d3cdcfdd4061212e4d4930a183dad2d','Please try again.',NULL,NULL,'','LINE',NULL,10,'','a274a2cff8b00da76d3e2045c3d45502','',NULL),(3295,'en','default','2812f6aa95814b2e90121ffabcfa86c7','Please try uploading this file with the %1$sbrowser uploader%2$s.',NULL,NULL,'','LINE',NULL,10,'','1e39e715443537d3a810a0c419c0f973','',NULL),(3296,'en','default','947abe6c76f8b05800517a427f3424f9','Plugin details',NULL,NULL,'','LINE',NULL,10,'','d8fb646ad338b87ff9b4eead2e599259','',NULL),(3297,'en','default','4dfbaeff7408bf0386efb59e08c18004','Plugin:',NULL,NULL,'','LINE',NULL,10,'','12f35b0622e9f8e370802652bb4f8e40','',NULL),(3298,'en','default','bb38096ab39160dc20d44f3ea6b44507','Plugins',NULL,NULL,'','LINE',NULL,10,'','ed4494123f66d9b450d01140b8feabdf','',NULL),(3299,'en','default','c730389bc8d99e59c867766babdd48b5','Polish',NULL,NULL,'','LINE',NULL,10,'','4558381c08c8f434ca6d9541c31d239d','',NULL),(3300,'en','default','7b247f76c157672226ab7131e6ac91c0','Popular Tags',NULL,NULL,'','LINE',NULL,10,'','22974b572d7251b4667589d23fe1a846','',NULL),(3301,'en','default','30e32c7c4cf434e9c75e60c14c442541','Portuguese',NULL,NULL,'','LINE',NULL,10,'','1cb7d2fb719bca40326b5ed7149c01eb','',NULL),(3302,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,10,'','5ac777113c09f28dbd9487ec2baaa1fa','',NULL),(3303,'en','default','78b02dc2cc3c3dcd32f7ad1871cba4c5','Post Archives',NULL,NULL,'','LINE',NULL,10,'','6af003a77d849ca89ea22c350fa7ae07','',NULL),(3304,'en','default','d812b04fbd40cd26dbf67e142067a9de','Post Attributes',NULL,NULL,'','LINE',NULL,10,'','e9b8b2a8bca412c118ef70f1f064cdfd','',NULL),(3305,'en','default','55db28530640e9fb41ebf71ea8afce72','Post Comment',NULL,NULL,'','LINE',NULL,10,'','00ae1e145e96f936f354f642d72693cb','',NULL),(3306,'en','default','b2162de16f16a02287aab900cfa04463','Post Format',NULL,NULL,'','LINE',NULL,10,'','c3b8021ce3899ffc887cf0cb7ea5be53','',NULL),(3307,'en','default','98462cfa0e9940c58b894b7f63807cc6','Post Thumbnail',NULL,NULL,'','LINE',NULL,10,'','ae46fbd1357b1a15fe085350baefe261','',NULL),(3308,'en','default','c78f396fde93d67d07b13b7b91977dd5','Post Type Archive',NULL,NULL,'','LINE',NULL,10,'','7f57dbaaa4d41446484d74661539f305','',NULL),(3309,'en','default','29d9fa52a8709a423b5c3be8a0ba37c4','Post Visibility',NULL,NULL,'','LINE',NULL,10,'','68b8e2ed873c4491ac8688e0f9557eb2','',NULL),(3310,'en','default','1ac6ee29e9e68fb71bad91c1d34348cc','%s:',NULL,NULL,'','LINE',NULL,10,'Post custom field name','02f8b670c1a2a424400bc1ea98c1bd9d','',NULL),(3311,'en','default','a3d68d897c2e60e93783fe59e4da7ebf','Aside',NULL,NULL,'','LINE',NULL,10,'Post format','acab4dccd7e1ca94409faa72bfef6f13','',NULL),(3312,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'','LINE',NULL,10,'Post format','6e8acc2eeacbe6efb6844dc62f1e18b8','',NULL),(3313,'en','default','55dcdf017b51fc96f7b5f9d63013b95d','Chat',NULL,NULL,'','LINE',NULL,10,'Post format','39e882b0e97910ee6d542ee15f4c0176','',NULL),(3314,'en','default','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'','LINE',NULL,10,'Post format','1f583c9d50fab81022f02d9a4c53ea61','',NULL),(3315,'en','default','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,10,'Post format','2ef8f5d02a9097a02bd349a3df38223e','',NULL),(3316,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,10,'Post format','5ded4bb4e5e776ab2089de639d2120d7','',NULL),(3317,'en','default','c48e929b2b1eabba2ba036884433345e','Quote',NULL,NULL,'','LINE',NULL,10,'Post format','549ab827021cd027b2d714436c9bf024','',NULL),(3318,'en','default','eb6d8ae6f20283755b339c0dc273988b','Standard',NULL,NULL,'','LINE',NULL,10,'Post format','f55a77c7d9d32c73310b7ce59b9305ea','',NULL),(3319,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'Post format','b3902061edd294de2ac4e0b2b25ab494','',NULL),(3320,'en','default','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'','LINE',NULL,10,'Post format','fe85c5901e3ea9b7c2b88f3b202f7f49','',NULL),(3321,'en','default','cae39184842f7570655a9ae9ca193e42','Post formats supported.',NULL,NULL,'','LINE',NULL,10,'','92c95db9f31233921147c4ea64673e87','',NULL),(3322,'en','default','b81b7a9b46d11ce619ade4fc7a7d56de','Post navigation',NULL,NULL,'','LINE',NULL,10,'','f45dba7c2e194f425abd9ec1280eeb29','',NULL),(3323,'en','default','e6b20b388d65bd72b7b32795ce285b6f','Post published privately.',NULL,NULL,'','LINE',NULL,10,'','6716c7a6667cb16cd8918979fee6d415','',NULL),(3324,'en','default','b24b44f7bd834fb94e39280fa637c7fe','Post published.',NULL,NULL,'','LINE',NULL,10,'','79ca3b1190194f3159d3b51743584358','',NULL),(3325,'en','default','db1c115270541c0ba51eb0ec01f958ac','Post reverted to draft.',NULL,NULL,'','LINE',NULL,10,'','51c7c0e390a21b1f10acd2bb31d9fc96','',NULL),(3326,'en','default','9268b685bcca8d0fe5ec26fa059ed147','Post scheduled.',NULL,NULL,'','LINE',NULL,10,'','c004b2e3abeaaf21c23be06419b6b30c','',NULL),(3327,'en','default','fe9316b9172a88cb864aa8db8da77065','Post type names must be between 1 and 20 characters in length.',NULL,NULL,'','LINE',NULL,10,'','4d61c903ddc075c488cce900ebf110ba','',NULL),(3328,'en','default','e8f728ce391e6e9ba67353226fe12ea7','Post updated.',NULL,NULL,'','LINE',NULL,10,'','792f43c4808cfa056c4dbec21e10c90e','',NULL),(3329,'en','default','d53fedf4e1507205a8d98d9f881e6f32','Posted title:',NULL,NULL,'','LINE',NULL,10,'','89ec97b636af8c4cad959f87fd8f2940','',NULL),(3330,'en','default','9157994442d3884a185e82b5df0931bd','Poster',NULL,NULL,'','LINE',NULL,10,'','c23e1e4f5c94f9c4cfdb48010a34c153','',NULL),(3331,'en','default','ab007d2b37af61deb4c150d18492a592','Poster Image',NULL,NULL,'','LINE',NULL,10,'','f1c3aa4443110bf7da6c566bb142aea4','',NULL),(3332,'en','default','6770c747a98d3821494d455352f90d14','Posts by %s',NULL,NULL,'','LINE',NULL,10,'','fe3ace061e5afbebdcda834bfee37f92','',NULL),(3333,'en','default','b5b75c91550c6c7adf33ea35224402ae','Posts list',NULL,NULL,'','LINE',NULL,10,'','abd6f74357346cd98b7b0f7a59117c99','',NULL),(3334,'en','default','2ec9fcc55eca3d8628b32dde9b10037f','Posts list navigation',NULL,NULL,'','LINE',NULL,10,'','0713fd4574a1c2298692e811b9163cb0','',NULL),(3335,'en','default','f1c1c49bfded55aea8653de74504cb8f','Posts navigation',NULL,NULL,'','LINE',NULL,10,'','4d2a19eee3a8c43c3d369e6f29abf1e9','',NULL),(3336,'en','default','7c8de7945f9f1fc99d3ea44f2679919e','Posts page',NULL,NULL,'','LINE',NULL,10,'','8b7bfbedf02f0b847871432cfc6ea98d','',NULL),(3337,'en','default','950d2c700af1ddea28921a10510ec180','Posts published on %s',NULL,NULL,'','LINE',NULL,10,'','5b83a4a44fcb674ee301a4475b7d3b54','',NULL),(3342,'en','default','ca4765209dd2f16dce065d130cb158ad','Powered by WordPress',NULL,NULL,'','LINE',NULL,10,'','f0b1dc6fbca0ff2e461a631d760d4861','',NULL),(3343,'en','default','235df9ad2c90b473cfbe1134558e522c','Powered by WordPress, state-of-the-art semantic personal publishing platform.',NULL,NULL,'','LINE',NULL,10,'','d4c0111572bda05c28a30c4ce18156f9','',NULL),(3344,'en','default','b4d91030e8bedef67605e32731df7c31','Preformatted',NULL,NULL,'','LINE',NULL,10,'','d08b4244adecf8423ae06b731fb641df','',NULL),(3345,'en','default','11803f40c277b679b08ce0b8d38fdefa','Preload',NULL,NULL,'','LINE',NULL,10,'','4bdf1fc00531858caa4b44a0c4d9410b','',NULL),(3346,'en','default','12098930c08b7ac2a207256f71397647','Press return or enter to open this panel',NULL,NULL,'','LINE',NULL,10,'','ec09952c6a3f668fd9621293e03d168a','',NULL),(3347,'en','default','5c805f8e5e44f76f68e7c8b127904f43','Press return or enter to open this section',NULL,NULL,'','LINE',NULL,10,'','f7c47bfec79d9801c36cd643ebef01cd','',NULL),(3348,'en','default','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,10,'','3b7471c8529f181cc09d79bed16fe5a4','',NULL),(3349,'en','default','90b9645cb50b0a87844a70ae3460f684','Preview Link',NULL,NULL,'','LINE',NULL,10,'','4ffd721fa7f268f3e6ce18e69ad2646a','',NULL),(3350,'en','default','3f4b29620ca118e9c3e197ffa2b36d79','Preview as a browser icon',NULL,NULL,'','LINE',NULL,10,'','99321324b239974ae6b18e4f52e25af2','',NULL),(3351,'en','default','ad6bdf3adeec5b899587e4947f9b33aa','Preview as an app icon',NULL,NULL,'','LINE',NULL,10,'','4fe543f9dfa87bb6b2e07f9f71796045','',NULL),(3352,'en','default','adfeef33388663680b31dc771fbfb3dd','Preview link for the post.',NULL,NULL,'','LINE',NULL,10,'','ab59241c034109d68fd02f1d4f9d7d53','',NULL),(3353,'en','default','1cb8f50fe1f095d857e0f14ea5c9129e','Previewing theme',NULL,NULL,'','LINE',NULL,10,'','f63fbdbe1177cf369d056cd00ce0007f','',NULL),(3354,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,10,'','4dd1c22397dcfd6c7af8dd1749b3e3a6','',NULL),(3355,'en','default','d0215db3a3b973e1d423e01881bfc813','Previous Post',NULL,NULL,'','LINE',NULL,10,'','57f10a2e410d9be0ce47721eff950163','',NULL),(3356,'en','default','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,10,'','4951e66f7a106598ef1a111d53457717','',NULL),(3357,'en','default','13dba24862cf9128167a59100e154c8d','Print',NULL,NULL,'','LINE',NULL,10,'','3d09e91ec3b3880e0d458044d33e67e2','',NULL),(3358,'en','default','ba227cc816e7404ffcde663cd9f4c8aa','Privacy:',NULL,NULL,'','LINE',NULL,10,'','03960cd79164c53c5441032f2b5495e3','',NULL),(3359,'en','default','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,10,'','fbaab2c40eeea9de0b13b3fc46101042','',NULL),(3360,'en','default','f46a37ea5f84047070ad78ef94b14776','Private <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','14caaf5d940764f32b30ffb41853c796','',NULL),(3361,'en','default','0fdc32e0d8e2d76593f9eb1099853ef0','Private: %s',NULL,NULL,'','LINE',NULL,10,'','a4ecd6f090a767ecc5fb154b94c3b038','',NULL),(3362,'en','default','37226fd752f4f48cc1cb49d09c7ed4b0','Privately Published',NULL,NULL,'','LINE',NULL,10,'','d60b68c31d1a9e39e384802c4f08b228','',NULL),(3363,'en','default','c2a9495c2d9d8a01cc8eca01a7ca46ad','Prompt visitors to take action with a button-style link.',NULL,NULL,'','LINE',NULL,10,'','a6e9d5656282e4f8272f3f25f95bad6c','',NULL),(3364,'en','default','a526d5e798afffd4a2ebecc4503f8297','Protected Comments: Please enter your password to view comments.',NULL,NULL,'','LINE',NULL,10,'','ea8bcae1ba8afefcad7093bdbbf5456d','',NULL),(3365,'en','default','1aec4b87b3d9de56b6852c43e1026b52','Protected with a password you choose. Only those with the password can view this post.',NULL,NULL,'','LINE',NULL,10,'','e3f2c245cfad692b64637789ff8bc44a','',NULL),(3366,'en','default','c2f1cef225d18013cb0604f6ed3fd3dc','Protected: %s',NULL,NULL,'','LINE',NULL,10,'','144a972a65a9d6b18503d59c27fba725','',NULL),(3367,'en','default','3d067bedfe2f4677470dd6ccf64d05ed','Public',NULL,NULL,'','LINE',NULL,10,'','2d9fdef163e7477076b26ffc772567cb','',NULL),(3368,'en','default','aaabc6cfca8fc3ddf8926f30442ac27d','Public, Sticky',NULL,NULL,'','LINE',NULL,10,'','799b1e5b7d8870d09812cf0801ae63e4','',NULL),(3369,'en','default','110a4b01beabd53b661a47d4b44bd7a8','Publish',NULL,NULL,'','LINE',NULL,10,'','1c4a45c23d139543e8fd8f2f4bab3039','',NULL),(3370,'en','default','d4e86b7a94a94314274f902ef02b2eca','Publish Settings',NULL,NULL,'','LINE',NULL,10,'','ed908076c5465e005358015d38aabe07','',NULL),(3371,'en','default','67fe8b6117b10217923399e6ba54aacc','Publish on:',NULL,NULL,'','LINE',NULL,10,'','7625b535f1d16ca01376e316e468b1e9','',NULL),(3372,'en','default','cb656f0cf9840717e6ddc6c9d40cd993','Publish:',NULL,NULL,'','LINE',NULL,10,'','c28900f5b0120c5dae0d2431631596de','',NULL),(3373,'en','default','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,10,'','114b3f973c32a14fb3f38ccaa0e7996f','',NULL),(3374,'en','default','7bbbd7191eb0494466da9f1381598991','Published <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','030a797b339f3bb26a58b7d1ed7612ec','',NULL),(3375,'en','default','742a7bc2f5044805b03c3a7753929d20','Published on:',NULL,NULL,'','LINE',NULL,10,'','a966422f5c28dc190e7363d0a54594d9','',NULL),(3376,'en','default','eb0a06d9c33cc07d9924105a2468f0a0','Publishing failed',NULL,NULL,'','LINE',NULL,10,'','96cf588410b65c268f75e1acdeae456e','',NULL),(3377,'en','default','b9e709cfde6338561b871a7e062fb604','Publishing…',NULL,NULL,'','LINE',NULL,10,'','dd369501b04086a99e58230a4dcffbfe','',NULL),(3378,'en','default','21ebe8834279be49eb69df3a7c415947','Publish…',NULL,NULL,'','LINE',NULL,10,'','85920827c5031b1eea7f7d15ecfe0b86','',NULL),(3379,'en','default','b68befd5d22055d45ed59015d1799f5f','Pullquote',NULL,NULL,'','LINE',NULL,10,'','92e98531c2344aaa9ee95b801022e750','',NULL),(3380,'en','default','b9ba865fec061c9706d2fd7ce49c0cc7','Purple',NULL,NULL,'','LINE',NULL,10,'','f2618b7dc01745cee35b61ed626fbd56','',NULL),(3381,'en','default','5bca06370aa42ecd95b6c83eaaabf5a1','Query parameter not permitted: %s',NULL,NULL,'','LINE',NULL,10,'','047d2674af820d8fc02a73eb32248de9','',NULL),(3382,'en','default','c48e929b2b1eabba2ba036884433345e','Quote',NULL,NULL,'','LINE',NULL,10,'','2bdaa328f4a49f2597fb0e3742ee62a3','',NULL),(3383,'en','default','39afb567fa7a2dc656f45fbd899d8e2f','Quote from Hello Dolly song, by Jerry Herman:',NULL,NULL,'','LINE',NULL,10,'','ece70150dd9d417bbadc2a40eb2d4a55','',NULL),(3384,'en','default','319726b8085e88cfed7702712d48a360','REST API routes must be registered on the %s action.',NULL,NULL,'','LINE',NULL,10,'','d405d63130c848aabe81569d23a8eefb','',NULL),(3385,'en','default','adffd451631b602ff2ce6c59c3a71522','REST base route for the post type.',NULL,NULL,'','LINE',NULL,10,'','baa775db59be47dfb3ce1b80a73c5561','',NULL),(3386,'en','default','e703da5edb181e8c1b84f24fdf7214e7','REST base route for the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','e1e24bf1d1d19a429a3c635b5c587663','',NULL),(3387,'en','default','2651c81b556358320d93eabdece0a8ea','REST search handlers must extend the %s class.',NULL,NULL,'','LINE',NULL,10,'','938b20b10b652dafc7b4c2f107c21ab7','',NULL),(3388,'en','default','7351101f0902826d85efddea191e58a1','RGB mode active',NULL,NULL,'','LINE',NULL,10,'','48b628afda81822e02501db1577ced05','',NULL),(3389,'en','default','bf1981220040a8ac147698c85d55334f','RSS',NULL,NULL,'','LINE',NULL,10,'','6d85ab8eead863af1a0bc74c2d21f0e7','',NULL),(3390,'en','default','542a09dc3bd3f9b7f2f3945aa5cfe4cf','RSS Error:',NULL,NULL,'','LINE',NULL,10,'','539afafbdc3acfc308d74dfe79d98b3e','',NULL),(3391,'en','default','f9405d2a11540db7168c9f219544c781','RSS Settings',NULL,NULL,'','LINE',NULL,10,'','e6da1b94d3748dbe3b3fecb11dd27d27','',NULL),(3392,'en','default','2824995f1e8c27b2ce9a952932a47abf','Random Order',NULL,NULL,'','LINE',NULL,10,'','282625657be6033c6f14e0e691946af0','',NULL),(3393,'en','default','df00c6b8f8ccfce1ddc33dd3eed9425e','Randomize suggested headers',NULL,NULL,'','LINE',NULL,10,'','d9f525474ce8703d0e61287b6f12ce1d','',NULL),(3394,'en','default','0f07dc7409b517e93986f7c21b9119dd','Randomize uploaded headers',NULL,NULL,'','LINE',NULL,10,'','c47ce7078e0498919240280a392af133','',NULL),(3395,'en','default','263fa64326a8785a902d208e0e0751f0','Randomizing suggested headers',NULL,NULL,'','LINE',NULL,10,'','b759b3e0a04928c14cf0e7b29bc03c7f','',NULL),(3396,'en','default','26dfce544261ec5e039e068e6cdf2079','Randomizing uploaded headers',NULL,NULL,'','LINE',NULL,10,'','9a7d28c2e1814663941969256a9bea2a','',NULL),(3397,'en','default','cbfd9b1ac5753c9f8c5fab2b41bba08e','Read about permalinks',NULL,NULL,'','LINE',NULL,10,'','640bc3b2fed3544eabb95e5ddf9a1cf5','',NULL),(3398,'en','default','43340e6cc4e88197d57f8d6d5ea50a46','Read more',NULL,NULL,'','LINE',NULL,10,'','57a577e09954b3fade3ccbb5a678fa74','',NULL),(3399,'en','default','9f509ef370d83753023532ade5de709f','Read more...',NULL,NULL,'','LINE',NULL,10,'','47d568a47a7f29e56cfa81b7a634d2aa','',NULL),(3400,'en','default','94b51fc88c93946109bd2a18601e7227','Read the <a href=\"%s\" target=\"_blank\">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.',NULL,NULL,'','LINE',NULL,10,'','364831cc09b1a5ebd538056d93cda05e','',NULL),(3401,'en','default','224bfdc1726a9ddd5e9c5f2a5efadb8c','Reassign the deleted user\'s posts and links to this user ID.',NULL,NULL,'','LINE',NULL,10,'','ee1dd6d05d8efda832b9e8c02620b295','',NULL),(3402,'en','default','69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'','LINE',NULL,10,'','b9225fce823639b5c4008f02bd47957e','',NULL),(3403,'en','default','341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'','LINE',NULL,10,'','a3ab5b8aea1966f410006d2f145672d6','',NULL),(3404,'en','default','e577cea9c62d82117602771c1763db1c','Recovery Mode — %s',NULL,NULL,'','LINE',NULL,10,'','013ed41444cb1527ed74724a45657ed2','',NULL),(3405,'en','default','530ae840c0c66daefed3ae0fa4d93c1a','Recovery Mode Initialized. Please log in to continue.',NULL,NULL,'','LINE',NULL,10,'','315468905fdff0261c79b920775e978c','',NULL),(3406,'en','default','14a3dffb06a10dc899ec4efa093a5296','Recovery Mode not initialized.',NULL,NULL,'','LINE',NULL,10,'','76109e0d5c4a712d803bb869e677dc16','',NULL),(3407,'en','default','8a93f35b48a8bcdd2250bc93be5b3022','Recovery key expired.',NULL,NULL,'','LINE',NULL,10,'','e3bdb962fc8b9910ee47aae967c1df1d','',NULL),(3408,'en','default','ee38e4d5dd68c4e440825018d549cb47','Red',NULL,NULL,'','LINE',NULL,10,'','b3b708ba494bab2d133d6b72f9eb04c2','',NULL),(3409,'en','default','5afeaba074ef570dc720caaa855d49f6','Redo',NULL,NULL,'','LINE',NULL,10,'','e11a4cea65b2c61af6849adc0c6ba3f3','',NULL),(3410,'en','default','378111dfe1a15b1aba777ba0296525ce','Redo your last undo.',NULL,NULL,'','LINE',NULL,10,'','83ae049620b12930851612699119c042','',NULL),(3411,'en','default','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'','LINE',NULL,10,'','8e172987f653762af3b87e28b0fe9c73','',NULL),(3412,'en','default','2c0dde6999937d1f43df426884318488','Register For This Site',NULL,NULL,'','LINE',NULL,10,'','257903be2ddd263c6f51cac1c8a0e78d','',NULL),(3413,'en','default','bdf11b2952f36105cdccbee24bb6abe0','Registration Form',NULL,NULL,'','LINE',NULL,10,'','f3b12b61e70f8d8a38a2e031b231e326','',NULL),(3414,'en','default','572d5710c3b608b5de92474ffbe1e449','Registration complete. Please check your email.',NULL,NULL,'','LINE',NULL,10,'','3057e8ef5abbaf2da8dda6957f7c4e3d','',NULL),(3415,'en','default','0d4d7d6619d2e039e760a4a2ec44ebbc','Registration confirmation will be emailed to you.',NULL,NULL,'','LINE',NULL,10,'','e002ea2b68f3baf5df93be68a585614f','',NULL),(3416,'en','default','1889bec35cc7c56d5aa883896842a410','Registration date for the user.',NULL,NULL,'','LINE',NULL,10,'','ffdc7cc6d21c2e36f914a22a1f274476','',NULL),(3417,'en','default','588b3fdb90ad6653c87aa614c2d6be98','Registration has been disabled.',NULL,NULL,'','LINE',NULL,10,'','469caa359ea63eb5808775ac43877b59','',NULL),(3418,'en','default','e857817b07c27f3c57caa6c40f7499d4','Remember Me',NULL,NULL,'','LINE',NULL,10,'','361a467c57f1d0829d2a776ab2230f0a','',NULL),(3419,'en','default','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,10,'','40328dfb5b484ba625186e23d0d406e8','',NULL),(3420,'en','default','33abd29822c33fb01e6f7be2f67816f0','Remove Block',NULL,NULL,'','LINE',NULL,10,'','76a8914fdc78945f0595a697a11e287b','',NULL),(3421,'en','default','2d66bbb484af4eb1a6b2d981b189a863','Remove From Bulk Edit',NULL,NULL,'','LINE',NULL,10,'','76e9b4cee11feaf7646128dea2f43fb7','',NULL),(3422,'en','default','fc35ec973f5b3a16f0d4b009834f39a6','Remove Image',NULL,NULL,'','LINE',NULL,10,'','79196f26c29108a0fd919b71d93ae5f9','',NULL),(3423,'en','default','c5766da866a0c206cbc4afac6c7e23eb','Remove Menu Item: %1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'','01f73507a0ba839f723b41645d4bfb40','',NULL),(3424,'en','default','7bd155dcc3606723b5d3a5fad49470de','Remove Poster Image',NULL,NULL,'','LINE',NULL,10,'','b96e65fce38cba125c2e5542c5bd7c94','',NULL),(3425,'en','default','056c37e0ddeb6a0edf371026d1f66ba3','Remove a link.',NULL,NULL,'','LINE',NULL,10,'','84a9f4ec4c9a6e16bb0337d21b435383','',NULL),(3426,'en','default','98313fe7ac09033978cf21bbbd96ae18','Remove audio source',NULL,NULL,'','LINE',NULL,10,'','95ce8db242ed7efa663b7d8b06abc801','',NULL),(3427,'en','default','b58dacf4866f9efe57e85a567584ce85','Remove from Reusable Blocks',NULL,NULL,'','LINE',NULL,10,'','e8220fd39e846cf2588fa4bdfe193c19','',NULL),(3428,'en','default','f4701af4852c350444ecdca3fe3ecfc5','Remove image',NULL,NULL,'','LINE',NULL,10,'','c60a214b3c715e3142e5a905f69fd6b7','',NULL),(3429,'en','default','3a5ff2a600be03b239d9026e685aaee5','Remove item',NULL,NULL,'','LINE',NULL,10,'','07cd19a8c0904dedb5fdb1f86858a6e4','',NULL),(3430,'en','default','79820c0aefba8326e5aebd0ecf1a8aaa','Remove link',NULL,NULL,'','LINE',NULL,10,'','d8b3e351ed2998882bc992787d899001','',NULL),(3431,'en','default','4b93d8ad16394f555cf7756e71f55a0e','Remove poster image',NULL,NULL,'','LINE',NULL,10,'','c6affaf599e8ee74ad234eec70ed4cbc','',NULL),(3432,'en','default','c6f8a4cafbc7b47cfa9cf1d6f0a92aea','Remove term:',NULL,NULL,'','LINE',NULL,10,'','17ef33c700248bd3bcdf9b7e5cf68082','',NULL),(3433,'en','default','6d580235b5920f681a36aab821456f9e','Remove the selected block(s).',NULL,NULL,'','LINE',NULL,10,'','7e1655d645fa3df0be0301912980b61d','',NULL),(3434,'en','default','6aae748949aeb2cc1023ecd0a2acbff2','Remove video source',NULL,NULL,'','LINE',NULL,10,'','a17f3bf6ae44534d6132fadd8db185df','',NULL),(3435,'en','default','9018923323bdaf6da75085bd416bc124','Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead.',NULL,NULL,'','LINE',NULL,10,'','98bf024f8b939f0d0c10939a187be7e4','',NULL),(3436,'en','default','332c80b1838dc515f5031e09da3b7f3f','Reorder',NULL,NULL,'','LINE',NULL,10,'','43a821336f222821e6d20087c96a7836','',NULL),(3437,'en','default','eef55e9878cec3eb4340f1d2a16d46b9','Reorder menu items',NULL,NULL,'','LINE',NULL,10,'','c87aa504a57cfef368cef515120f29c0','',NULL),(3438,'en','default','758809ef08a8d25158146b3996a840f6','Reorder mode closed',NULL,NULL,'','LINE',NULL,10,'','e857d84645b487e840f1b0599c0579b1','',NULL),(3439,'en','default','722b7ab987a988385620ad62ce442de0','Reorder mode enabled',NULL,NULL,'','LINE',NULL,10,'','df8e1ca01703d82a1c0cb76142df381b','',NULL),(3440,'en','default','064240233ef76240b518117de38774e6','Reorder widgets',NULL,NULL,'','LINE',NULL,10,'','329bd8ed36a5ca5da92c1ba574a71f1a','',NULL),(3441,'en','default','ecbff82ee17152218e787bac9751aa24','Repeat Background Image',NULL,NULL,'','LINE',NULL,10,'','253d5beeb93cbf915850d932222f6114','',NULL),(3442,'en','default','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'','LINE',NULL,10,'Repeat Image','321e8cebe38478bcf46c05ab0fbe3624','',NULL),(3443,'en','default','0ebe6df8a3ac338e0512acc741823fdb','Replace',NULL,NULL,'','LINE',NULL,10,'','d1b3ac5c77415c42fada8ebe99127f42','',NULL),(3444,'en','default','1ec8347d7a39b86efb6f26be0a5885c1','Replace Audio',NULL,NULL,'','LINE',NULL,10,'','f1e7f76a7c1dba1966296a5af37b37a4','',NULL),(3445,'en','default','5dec156b63fee20ec9d84d44e5cebebd','Replace Image',NULL,NULL,'','LINE',NULL,10,'','257afe84875b38d49570a80197d29750','',NULL),(3446,'en','default','26e31e591ed47e5e6c8021f69f1591aa','Replace Video',NULL,NULL,'','LINE',NULL,10,'','8725881b19bff6667d73eea32377d749','',NULL),(3447,'en','default','13cbea3ad6838822d6100b7f15ee526c','Replace image',NULL,NULL,'','LINE',NULL,10,'','c840de8b36b08015b88d772adaae3405','',NULL),(3448,'en','default','25d8df6e580905091a0d5ef5b9e05bf0','Reply',NULL,NULL,'','LINE',NULL,10,'','fc596e95f6f91026e37aec9de740be8b','',NULL),(3449,'en','default','06d9d9227a6c26ee0148439a24dd351f','Reply to %s',NULL,NULL,'','LINE',NULL,10,'','85ab00b987ed7b03116459e4eb8708b7','',NULL),(3450,'en','default','231ab305fdf370e764ce9724a59a8910','Required fields are marked %s',NULL,NULL,'','LINE',NULL,10,'','111447622e449f63e7178012a7c1faa8','',NULL),(3451,'en','default','b399344881bbca589d2775ae629254a1','Required to be true, as revisions do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','aae2e4ff9b6665f9ecc0adcf9215066a','',NULL),(3452,'en','default','785ad9523ef15d231a62d1dc94f9ed94','Required to be true, as terms do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','462c7f15ff986df6bfc3c87218568f92','',NULL),(3453,'en','default','baa337ff295739e7df06d7b96fe09319','Required to be true, as users do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','8f042fb0b305444caf19ed524873c06c','',NULL),(3454,'en','default','526d688f37a86d3c3f27d0c5016eb71d','Reset',NULL,NULL,'','LINE',NULL,10,'','89aa93de65df9c11b73fb9d3f73dde28','',NULL),(3455,'en','default','6072e83b7f35887c76e64920bd370f4a','Reset Password',NULL,NULL,'','LINE',NULL,10,'','be990e46974fb513bdb7096d259ebbf1','',NULL),(3456,'en','default','80b8dcbc6401208c5f496f4ef75f68d7','Reset the template',NULL,NULL,'','LINE',NULL,10,'','55d678832860424701052d80e295d4ba','',NULL),(3457,'en','default','c130bc4125e81c0cd2908aa5fc8a3d15','Resetting the template may result in loss of content, do you want to continue?',NULL,NULL,'','LINE',NULL,10,'','4132d78f6251b0fc33269ed0d457f2c9','',NULL),(3458,'en','default','73151eb82cc4e4cdbb45535feb11c02b','Resize for smaller devices',NULL,NULL,'','LINE',NULL,10,'','7d8779efc69d596ab51934601afece96','',NULL),(3459,'en','default','0dca98f87d8c2f7882dd55f0d55e3d9d','Resolve Block',NULL,NULL,'','LINE',NULL,10,'','5d440fa7dc1cabff32d152c4363e8fe8','',NULL),(3460,'en','default','265e3536a46cbea3494f37116f2cf99b','Responsive Layout',NULL,NULL,'','LINE',NULL,10,'','ea0742639fdbbd93703423a21a8a786a','',NULL),(3461,'en','default','243edf29bbaf931f505bd64e1c70eacc','Restore from Trash',NULL,NULL,'','LINE',NULL,10,'','f9da000b216d9e09afd0d599795faa02','',NULL),(3462,'en','default','1f847d8a457f39afb2388de581a47a0a','Restore last draft',NULL,NULL,'','LINE',NULL,10,'','b050098f940705d43898d93ebefa708c','',NULL),(3463,'en','default','d08b40d9c001bd3279986434d2aaf22c','Reusable',NULL,NULL,'','LINE',NULL,10,'','f4f5253bc6c0a0023d569851b4c96459','',NULL),(3464,'en','default','1b25516036626018ff6dea7a3326a734','Reusable Block',NULL,NULL,'','LINE',NULL,10,'','a0df1570e15346379de8420aaa4343d4','',NULL),(3465,'en','default','8aaf941ef2f51d8b80a5059deb0706d5','Reusable Block: %s',NULL,NULL,'','LINE',NULL,10,'','33adcfa92eb9f8ce2368302a1bcfbd06','',NULL),(3466,'en','default','cc758d13bf7ca3b8f96b5a1134f18d8e','Reusable Blocks',NULL,NULL,'','LINE',NULL,10,'','7717b6d4270b3eab3aee15360cdf326d','',NULL),(3467,'en','default','a58ef10af4b81906ced864e0a2df9be6','Reusable Template',NULL,NULL,'','LINE',NULL,10,'','9161ccf7e86b4a8670b0042b186438dc','',NULL),(3468,'en','default','1d776e9ffca1da036d441898ee7e2b07','Reusable block imported successfully!',NULL,NULL,'','LINE',NULL,10,'','2511bff3251ad198c95c9bf405e3c968','',NULL),(3469,'en','default','b7de6efe05770c6447308c77929bed0b','Reverse order',NULL,NULL,'','LINE',NULL,10,'','7f079bf5381c74f354b6e6659da77d43','',NULL),(3470,'en','default','82876d41b497ae7bc2393507144405f5','Reverting unpublished changes…',NULL,NULL,'','LINE',NULL,10,'','f58f8ab392bcbf12f24ec906bef401b2','',NULL),(3471,'en','default','32c676ac5296556c0573a301ef5ab07b','Revision',NULL,NULL,'','LINE',NULL,10,'','8a368c7de65cd6ca2020ba2c65ed0e3c','',NULL),(3472,'en','default','fd88b11cfde6aa5e3c7ff0553b534885','Revisions',NULL,NULL,'','LINE',NULL,10,'','948c447254bab82db39c5a54c93193ab','',NULL),(3473,'en','default','9a29a3802c6fbd889b2942020b7d1db4','Revisions do not support trashing. Set \'%s\' to delete.',NULL,NULL,'','LINE',NULL,10,'','5e100621ebe92dd2828710a6a2875d2b','',NULL),(3474,'en','default','d1a1b0cd34e8033d877fc356492ed018','Rich Text Area. Press Alt-Shift-H for help.',NULL,NULL,'','LINE',NULL,10,'','ca45bde0cdb37ebd6a91da2bfd0d67de','',NULL),(3475,'en','default','443bdca13e7d71181a7e8f00848f2361','Rich Text Area. Press Control-Option-H for help.',NULL,NULL,'','LINE',NULL,10,'','778d158d72aa28bae72032c209cb4aa8','',NULL),(3476,'en','default','92b09c7c48c520c3c55e497875da437c','Right',NULL,NULL,'','LINE',NULL,10,'','b05dbcdd1ff31e483608c1aa830b2a8f','',NULL),(3477,'en','default','000fecfcd9ed8119c3841ca87d49d291','Robots',NULL,NULL,'','LINE',NULL,10,'','eaa507cbb60293ceacda24db2eba881e','',NULL),(3478,'en','default','37918e4437af502187e94538cd723ab7','Roles assigned to the user.',NULL,NULL,'','LINE',NULL,10,'','c54150cac01e47a55b63957830a26fb9','',NULL),(3479,'en','default','efa7394ecaa7fc7076a9da13a77236b8','Romanian',NULL,NULL,'','LINE',NULL,10,'','4f02137091f738c6170787471d377454','',NULL),(3480,'en','default','1a7e005702d56953ba2a67bab14c7592','Route must be specified.',NULL,NULL,'','LINE',NULL,10,'','3a08d9d57403106f64ae9b680b389a8f','',NULL),(3481,'en','default','9cddf1590e33322b05ae0ea20fb0f81a','Routes must be namespaced with plugin or theme name and version.',NULL,NULL,'','LINE',NULL,10,'','8d58a83902925fc4475de16e02e2a4f5','',NULL),(3482,'en','default','a70367aa7cb74e510f4f9413ccf059d3','Row',NULL,NULL,'','LINE',NULL,10,'','0af9efe0388d5f7f321f9cad3efa3ab7','',NULL),(3483,'en','default','d9b808e8b19083e28016c16c04a48ac9','Row Count',NULL,NULL,'','LINE',NULL,10,'','63774ae1155c72b94b884a791b7203fe','',NULL),(3484,'en','default','b024620377ac693042377812f82d154d','Row group',NULL,NULL,'','LINE',NULL,10,'','9db9af2007f1bedab302de6d3177e191','',NULL),(3485,'en','default','6f524ce004ca3d42571f5690b27ae756','Row type',NULL,NULL,'','LINE',NULL,10,'','21491e98244eab4d9c53416f11c73688','',NULL),(3486,'en','default','530f488f7a9800411efc6926ab189708','Rows',NULL,NULL,'','LINE',NULL,10,'','fbba99f44900792c518f0d6db573fd2e','',NULL),(3487,'en','default','0cd8cdd28658f85a84e009b63ea7bdcb','Run %s',NULL,NULL,'','LINE',NULL,10,'','7cb273a23bed665e2502dfc58719d1da','',NULL),(3488,'en','default','a9f5fad170b8f1ad47d96455e4bc07a9','Run Importer',NULL,NULL,'','LINE',NULL,10,'','ab9555fd1927439b262404a3382015ea','',NULL),(3489,'en','default','deba6920e70615401385fe1fb5a379ec','Russian',NULL,NULL,'','LINE',NULL,10,'','35b15215f46e85db1c8c73b7316812d2','',NULL),(3490,'en','default','13c7d2d737f81f7bf89aed9fbcd0ad55','Sat',NULL,NULL,'','LINE',NULL,10,'','936fa653a1ba5fb8463b6829dcb025bb','',NULL),(3491,'en','default','8b7051187b9191cdcdae6ed5a10e5adc','Saturday',NULL,NULL,'','LINE',NULL,10,'','ed0518374ff1f495cd7713f46cf4e361','',NULL),(3492,'en','default','5dbc98dcc983a70728bd082d1a47546e','S',NULL,NULL,'','LINE',NULL,10,'Saturday initial','464dc7c249d03fc7552af0971c4a8891','',NULL),(3493,'en','default','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','44821e0a04375b5342414c4ef8275455','',NULL),(3494,'en','default','7df2b1ddee4dfe3745b3becfdca5840f','Save & Publish',NULL,NULL,'','LINE',NULL,10,'','1a05952269cca0d58dda3ad656fdf876','',NULL),(3495,'en','default','5778e182c50cbba1d86e14690c8aa35c','Save Draft',NULL,NULL,'','LINE',NULL,10,'','6f1be29fd03b64e11580b955b5974ece','',NULL),(3496,'en','default','0249434300b0577480173c7abf03f58d','Save and preview changes before publishing them.',NULL,NULL,'','LINE',NULL,10,'','35ab1984bd7f18037b21984b0abc2cc9','',NULL),(3497,'en','default','a72d895fd4f87bf742f05caccd6d0553','Save as Pending',NULL,NULL,'','LINE',NULL,10,'','7355508131c642a865359303244f5808','',NULL),(3498,'en','default','3b285e2995b45a8a78d1b57bdb6caff4','Save my name, email, and website in this browser for the next time I comment.',NULL,NULL,'','LINE',NULL,10,'','9af4dbd3fdba144f742dc2bbe94d26b8','',NULL),(3499,'en','default','345e93a96b6e66cb9274dbad975c0db2','Save your changes.',NULL,NULL,'','LINE',NULL,10,'','b7c64f7e8111b80923e1443d17fb5075','',NULL),(3500,'en','default','248336101b461380a4b2391a7625493d','Saved',NULL,NULL,'','LINE',NULL,10,'','1e4f94ff7aaeccd4fe8af1a78eba5923','',NULL),(3501,'en','default','2bcf4d0012d8fec18f5b97a1f307c958','Saved.',NULL,NULL,'','LINE',NULL,10,'','ad31aded67b4454335543998be362d76','',NULL),(3502,'en','default','4e11db406c6c9f234fe8579cc9bc5ef6','Saving',NULL,NULL,'','LINE',NULL,10,'','312f43c1de4aa6ddc569d982919a0ca1','',NULL),(3503,'en','default','268c10aa3a88647c8d11953fde01b177','Saving Draft…',NULL,NULL,'','LINE',NULL,10,'','639dd3dadd47452c6911c8105421407f','',NULL),(3504,'en','default','575f5f86d2c7ea113c6710c1037c4465','Saving...',NULL,NULL,'','LINE',NULL,10,'','a61a2ec9057cdab626e61d6eb1c2720c','',NULL),(3505,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'','LINE',NULL,10,'','9efea5463147fadfd06491ea5d702429','',NULL),(3506,'en','default','bac716b5f4b2e368e696ada71979d630','Schedule for:',NULL,NULL,'','LINE',NULL,10,'','2dc1e11adfca7091cea3e10f0221a4eb','',NULL),(3507,'en','default','66ca9e873d00d9892c862c9b9c4ef68d','Schedule your customization changes to publish (\"go live\") at a future date.',NULL,NULL,'','LINE',NULL,10,'','d67a64fd2011aab118627fe73ca79f1d','',NULL),(3508,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,10,'','d0247227644c13839afa4d0319edaa6b','',NULL),(3509,'en','default','a2477a372f0deb18f8e2392a9cf3a1a0','Scheduled <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','ee6c64b383ecc550b112e07946dc2fb9','',NULL),(3510,'en','default','8c7f8e524724e68dee9a77bf7df9b81c','Schedule…',NULL,NULL,'','LINE',NULL,10,'','a46fe3713dd83caf4430f09b10545701','',NULL),(3511,'en','default','a1357ec1bb1146915018d068b4dc3fb1','Scheduling failed',NULL,NULL,'','LINE',NULL,10,'','37eca85047da66dd575d83fb1a2589a3','',NULL),(3512,'en','default','adac68108adc89f0606b239071b5e3fa','Scheduling…',NULL,NULL,'','LINE',NULL,10,'','32a886b5effa20e2e3dc9e806eaafb88','',NULL),(3513,'en','default','2243ea5ddd452c2b96e0b847a5690718','Scope under which the request is made; determines fields present in response.',NULL,NULL,'','LINE',NULL,10,'','5f1b7da3730b26eb392986c359c39937','',NULL),(3514,'en','default','6d6f98a8644047a2c771f1a68220c5a5','Scrape nonce check failed. Please try again.',NULL,NULL,'','LINE',NULL,10,'','ae20541c2ba4efc4c261d92327e6db2c','',NULL),(3515,'en','default','6e8296e353bbf755a11226d10bbe89a4','Screen reader users: when in forms mode, you may need to press the Esc key twice.',NULL,NULL,'','LINE',NULL,10,'','6e6750c57d09246d911afdbcc0a04254','',NULL),(3516,'en','default','c4f3b8c43f6d67268e8526c046b5d71a','Screen reader users: when in forms mode, you may need to press the escape key twice.',NULL,NULL,'','LINE',NULL,10,'','7d49cc634a6f38efca51b330f468023d','',NULL),(3517,'en','default','b6cf68f72389c768740bc0b5451ca2da','Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks.',NULL,NULL,'','LINE',NULL,10,'','9b5a1019115a4ba4e93e0ea553e42f67','',NULL),(3518,'en','default','ea41a634e0a24869346b8b47bf90cc35','Scroll with Page',NULL,NULL,'','LINE',NULL,10,'','b34f1f187343db2e489fa97073f83cda','',NULL),(3519,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','87f5401b92450153e6a555442219e72a','',NULL),(3520,'en','default','479f5a6196c5acb1816ea975cefd8bc9','Search Blocks',NULL,NULL,'','LINE',NULL,10,'','1d8e6d597232c7c64a72e75750796ce7','',NULL),(3521,'en','default','547d406d2d88b3851d13a6850a72f81a','Search Categories',NULL,NULL,'','LINE',NULL,10,'','eb391a34bfe8aff2430de95ca0fd4a10','',NULL),(3522,'en','default','5526defd4865f2dd9be2d03fdcc548e3','Search Changesets',NULL,NULL,'','LINE',NULL,10,'','777f4c9c2c467f77448cc9e58f118a30','',NULL),(3523,'en','default','29d041598b13642f9630d3b2b662c793','Search Link Categories',NULL,NULL,'','LINE',NULL,10,'','6f6de3227ad55c512b7dd8a9964b95b1','',NULL),(3524,'en','default','dce00b01b1340b27a77ac594865e1146','Search Media',NULL,NULL,'','LINE',NULL,10,'','33f0224604c487302fc0e1aeac04ba20','',NULL),(3525,'en','default','5ce0b77b7bb26ee35b4fac0fcbafbfb3','Search Menu Items',NULL,NULL,'','LINE',NULL,10,'','bb077ccbc44a12110cf00c810b90b30d','',NULL),(3526,'en','default','c64142496069f3e3c157198a932a3acd','Search Pages',NULL,NULL,'','LINE',NULL,10,'','4c5c5a0795de657a2e773315a2cf86ff','',NULL),(3527,'en','default','c3ab2ce5aa0200fb9d5821565d048d34','Search Posts',NULL,NULL,'','LINE',NULL,10,'','b33ace30bfa698c625189de6188db6d2','',NULL),(3528,'en','default','32df01b9cf0491a879250b58ba2744ba','Search Results',NULL,NULL,'','LINE',NULL,10,'','debc55c7aa0bb5783cf4f182d0e9a295','',NULL),(3529,'en','default','ccd24b013fef414468fa29b575107739','Search Results %1$s %2$s',NULL,NULL,'','LINE',NULL,10,'','1540718d380217853008d8d8cc17cb8d','',NULL),(3530,'en','default','b56c9c3b714421f005d8d8941ba3f6c5','Search Results for “%s”',NULL,NULL,'','LINE',NULL,10,'','428edfc8e2ca51ffceb5fdb51441bfa5','',NULL),(3531,'en','default','51471f9b4ed42bc4b88b01609626046a','Search Tags',NULL,NULL,'','LINE',NULL,10,'','d321ba46be166c155795a3aa3fe187f8','',NULL),(3532,'en','default','da83080ddaefc008f3de01b20a111043','Search Terms',NULL,NULL,'','LINE',NULL,10,'','1928e67ad384d90018efaafe9f6191ac','',NULL),(3533,'en','default','036a513a592eaf51e3b234a1ef22742a','Search Widgets',NULL,NULL,'','LINE',NULL,10,'','6c029d952c4e401c439e96bbb1a771e6','',NULL),(3534,'en','default','42adbc0cb94a693780eec20f979fb402','Search WordPress.org themes',NULL,NULL,'','LINE',NULL,10,'','a7ea2d19388cb113ba19be37a729f1d6','',NULL),(3535,'en','default','39c0623fa007ee9a9286b455059fec29','Search for a block',NULL,NULL,'','LINE',NULL,10,'','ae777481d7667551368cd37dc57201b0','',NULL),(3536,'en','default','2fcb8a402f67c1f5909111d4655ea8b0','Search media items...',NULL,NULL,'','LINE',NULL,10,'','7dc379ffa74d6114fda58622db2f9b77','',NULL),(3537,'en','default','76a1df192684939ebf8dff0f8a0b51fd','Search menu items…',NULL,NULL,'','LINE',NULL,10,'','884c1c245b7fda809f41e54cae687740','',NULL),(3538,'en','default','e8d547746e3842ce42243131692b4093','Search or use up and down arrow keys to select an item.',NULL,NULL,'','LINE',NULL,10,'','7657d246283dafc11e6ddb3852626deb','',NULL),(3539,'en','default','787bd6aa8767ff051bb845d1bc1d4eba','Search results for “%s”',NULL,NULL,'','LINE',NULL,10,'','21f9d467d5e850f0d52a86f592f99132','',NULL),(3540,'en','default','e6bf3e110fac74f1d27bc4323fde9dc7','Search themes…',NULL,NULL,'','LINE',NULL,10,'','4d481456ecf3aafe24978356219a90d2','',NULL),(3541,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'Search widget','08b43de09358c7c1657a2b25377d563e','',NULL),(3542,'en','default','5d328fbebd1c96a6c1b8519dc27b1163','Search widgets…',NULL,NULL,'','LINE',NULL,10,'','92042898a5b50964c4883b0390f47dbb','',NULL),(3543,'en','default','00522a8dbe7e743d872e250a26fae115','Seasonal',NULL,NULL,'','LINE',NULL,10,'','69b2ea44538c1f90818bad0cc8aba12f','',NULL),(3544,'en','default','bbf9bf3910bc9ea1e9a415c4d8bcf5ce','Security check failed.',NULL,NULL,'','LINE',NULL,10,'','95e8c63e2c3dd4aacbcbe36f0ec64ce5','',NULL),(3545,'en','default','11b0e87d9dba6dffd9915678ccec9535','Security error.',NULL,NULL,'','LINE',NULL,10,'','def8fc038755e26eb0d5db4583aa83ab','',NULL),(3546,'en','default','7e31e30203d3bb513506d841f99a2e2e','See how changes would look live on your website, and share the preview with people who can\'t access the Customizer.',NULL,NULL,'','LINE',NULL,10,'','07ffea67e4694534aac1e957fa64e621','',NULL),(3547,'en','default','402bf0b14dac2a69b8014cae1e1e2d69','See next tip',NULL,NULL,'','LINE',NULL,10,'','fa10ccf75e7ad92206887a53d6e36a0e','',NULL),(3548,'en','default','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,10,'','1f3f51a71d0ed80bf7edaa71d5069bc0','',NULL),(3549,'en','default','76729937a5eb6b0fd88c42581161facd','Select Category',NULL,NULL,'','LINE',NULL,10,'','df4c3299aa196eb6cb9b8acf09216881','',NULL),(3550,'en','default','192757e6a1063642bdaf35aba27c96a4','Select Color',NULL,NULL,'','LINE',NULL,10,'','ada75eed067253751fc412a81198bd52','',NULL),(3551,'en','default','2301219202a7091780d409c82fb8b0f6','Select Day',NULL,NULL,'','LINE',NULL,10,'','6b322ce15f101d8e1279f3ffba836255','',NULL),(3552,'en','default','b89ecc2c10fdae8af65f9762442b7b11','Select Files',NULL,NULL,'','LINE',NULL,10,'','8c458f26129abb0a2bf29d2a83fa6df9','',NULL),(3553,'en','default','3322f5fc25068cc491d7f2daed2060ce','Select Link Category:',NULL,NULL,'','LINE',NULL,10,'','a1ba9d26cb03b85dfb8e09c447c9270a','',NULL),(3554,'en','default','1c9cdbc587153c1c314ff3e6478ded16','Select Menu:',NULL,NULL,'','LINE',NULL,10,'','b535f4151690dbf7b6b26976cfe94e28','',NULL),(3555,'en','default','89d0fdd0f8b1b6f918815729a338cd50','Select Month',NULL,NULL,'','LINE',NULL,10,'','2c5d560d51cca6d38ed4551f8b936d54','',NULL),(3556,'en','default','7472cca1f4efbf64d1b8f50c0f63f042','Select Post',NULL,NULL,'','LINE',NULL,10,'','610a98a46770d5962f752d081344da97','',NULL),(3557,'en','default','b735f8b9b44fdaf8eb17bfe1387f2208','Select Poster Image',NULL,NULL,'','LINE',NULL,10,'','c9102ac0aca03a333f2813afe4d38c5a','',NULL),(3558,'en','default','0844a99d8aa0bba39d3879832736c355','Select Week',NULL,NULL,'','LINE',NULL,10,'','c751f5182e642c160e2499cbf9fc324e','',NULL),(3559,'en','default','3bb055cd21140e7c1b17eeeace227bdb','Select Year',NULL,NULL,'','LINE',NULL,10,'','2d602138d03412516123f158bc8e7b70','',NULL),(3560,'en','default','09f3d53643b458fcb413bd3c2dbb7350','Select a city',NULL,NULL,'','LINE',NULL,10,'','ac82f3f3fc187115ce05b9f7d33fcab7','',NULL),(3561,'en','default','80cc1a14ac86e8b899f2b580793784c8','Select a legacy widget to display:',NULL,NULL,'','LINE',NULL,10,'','000067133a22ce07187ddb7846261946','',NULL),(3562,'en','default','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,10,'','a2e7ab096d02f1e782f07f4cdbb85b72','',NULL),(3563,'en','default','5ba3a1f537afec72ec8add143a3949b2','Select all text when typing. Press again to select all blocks.',NULL,NULL,'','LINE',NULL,10,'','4028ff431ac6ecdce3103435fd10b492','',NULL),(3564,'en','default','63b95056646acc19c17015faaa11d412','Select an area to move this widget into:',NULL,NULL,'','LINE',NULL,10,'','0bc83ade17d6c28c649ef9c38e432e97','',NULL),(3565,'en','default','75fd734dc91e5dcc2ecd7b50122f49f3','Select and Crop',NULL,NULL,'','LINE',NULL,10,'','bb60d10bb0ffe5459c733d82d0f21ce7','',NULL),(3566,'en','default','1b7acf08d37ff89d0f7681a8927acaab','Select audio',NULL,NULL,'','LINE',NULL,10,'','1d431879e25e396cd535e2d5a57c82b4','',NULL),(3567,'en','default','95a5e604a8f6965c75532ec1d7275639','Select default color',NULL,NULL,'','LINE',NULL,10,'','cbecc54f3f7b2584786b1b28d3c62e44','',NULL),(3568,'en','default','cda5132955c43b0ac7ae8adfa27cc35e','Select file',NULL,NULL,'','LINE',NULL,10,'','e2404464ebb7cdf43cac89c24943eb9c','',NULL),(3569,'en','default','b51000000ff730e7cacd10980186c1a4','Select image',NULL,NULL,'','LINE',NULL,10,'','ea677452f05d48bf4960feefaf9fc345','',NULL),(3570,'en','default','10599ceff1b936efa280b4557af1b608','Select logo',NULL,NULL,'','LINE',NULL,10,'','296e072becb551f8fddb4c2a5ef57fd6','',NULL),(3571,'en','default','5bce806953afac3a269bc756d746513e','Select or Upload Media',NULL,NULL,'','LINE',NULL,10,'','bb742a114c0264c94ca310d4a559e9bd','',NULL),(3572,'en','default','8a6ba56a0f4b379e789ebf01be7a6d49','Select site icon',NULL,NULL,'','LINE',NULL,10,'','35b111087e5684a615fd3906c04b21d3','',NULL),(3573,'en','default','7a64198500efecb4ea5b3f9d65dfc114','Select the date in focus.',NULL,NULL,'','LINE',NULL,10,'','f4f9cf154f7ef38784c504d5a5fa3773','',NULL),(3574,'en','default','3ff26e53fe489fd8a5d292c58ac232ff','Select video',NULL,NULL,'','LINE',NULL,10,'','48e0bdfe8ead929c504f5a8b7afc274d','',NULL),(3575,'en','default','44e194e3c6db8596acfc40bd4ad87832','Selection shortcuts',NULL,NULL,'','LINE',NULL,10,'','4b6f22eb478411ba8b9ff7f1d7de92be','',NULL),(3576,'en','default','fdc1564548beb786ed722cc8c4c44849','Separate tags with commas',NULL,NULL,'','LINE',NULL,10,'','e49dd6a750df52a1aa06b5c868fda4bb','',NULL),(3577,'en','default','7f839415172c67725d1af087d36db438','Separate with commas',NULL,NULL,'','LINE',NULL,10,'','be2910ecfb417ae7c81b4a4b8b84f495','',NULL),(3578,'en','default','5f9c71593f37cf482b3a367b006f23f2','Separate your content into a multi-page experience.',NULL,NULL,'','LINE',NULL,10,'','8906575e08dd4310db317abccbf76f63','',NULL),(3579,'en','default','04b2e4188d4ef8051e4699da8af01335','Separator',NULL,NULL,'','LINE',NULL,10,'','7ddbe5320c17ff0b85a561080d2608d2','',NULL),(3580,'en','default','cc5d90569e1c8313c2b1c2aab1401174','September',NULL,NULL,'','LINE',NULL,10,'','2871e395085b034ef6dbf824478b3c54','',NULL),(3581,'en','default','f04aa7019c490474fa3ce16e93501b57','Sep',NULL,NULL,'','LINE',NULL,10,'September abbreviation','61c67b3338ff2acb6b93aa474d7c6cd3','',NULL),(3582,'en','default','055301c56abc82dd3a81ea3810ad0599','Serbian',NULL,NULL,'','LINE',NULL,10,'','5ab54ca126d594824fccbd591a30fe76','',NULL),(3583,'en','default','f31f28ce9cd8a8aa87bb51f54bb27df1','Session expired',NULL,NULL,'','LINE',NULL,10,'','978937c0b5430b54d4feb73f93221c58','',NULL),(3584,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'','LINE',NULL,10,'','042bcf7d4184ba5b8bca63d5b92f3978','',NULL),(3585,'en','default','f3770384b1cdb680cdfdc4fd0b55c2cb','Set image',NULL,NULL,'','LINE',NULL,10,'','29bc21e11a3cc1754c5413d978c43860','',NULL),(3586,'en','default','21c942c3c46916cd71c7fcd393add09c','Set media and words side-by-side for a richer layout.',NULL,NULL,'','LINE',NULL,10,'','2464f0c955f0c40d270bff62d0d99cb1','',NULL),(3587,'en','default','bbc66445925bb4f1112403051d848a64','Setting does not exist or is unrecognized.',NULL,NULL,'','LINE',NULL,10,'','18d948b9fbbb4dd9b6005482026f4ded','',NULL),(3588,'en','default','e202bbae3c09098fbd74823dc3a7f331','Setting up your live preview. This may take a bit.',NULL,NULL,'','LINE',NULL,10,'','be25e7ec866a4b6360ad016f91c85210','',NULL),(3589,'en','default','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,10,'','37be100bfed85ea682a9672ce2fe6e9a','',NULL),(3590,'en','default','f29ffe19cd219c1cbdbde937bfd45aab','Share Preview Link',NULL,NULL,'','LINE',NULL,10,'','67add05728f7714bf95ba1e9826c044d','',NULL),(3591,'en','default','23ce1c9b77ea0d7199e5658946515143','Sharing options',NULL,NULL,'','LINE',NULL,10,'','e901964892560c4a313f829f623ceb2b','',NULL),(3592,'en','default','0b78fe12adb1173b639dbaf50c008c26','Shift + Alt + letter:',NULL,NULL,'','LINE',NULL,10,'','7b26e973a91b694c2fd82b907d2ca576','',NULL),(3593,'en','default','3dd0dcf472fa4ae786111a9545bd4f2e','Shift-click to edit this element.',NULL,NULL,'','LINE',NULL,10,'','d8b5c72df0fc5c1432c272b1686d2755','',NULL),(3594,'en','default','ae7845c77bb5d0860fa96812499d1f94','Shift-click to edit this widget.',NULL,NULL,'','LINE',NULL,10,'','e55655f8e93e1e90362ec77c874ee842','',NULL),(3595,'en','default','9d5ed678fe57bcca610140957afab571','B',NULL,NULL,'','LINE',NULL,10,'Short for blue in RGB','cd6abd6cb74bc2c068b3f436563dd404','',NULL),(3596,'en','default','dfcf28d0734569a6a693bc8194de62bf','G',NULL,NULL,'','LINE',NULL,10,'Short for green in RGB','4ffd9d01e43fba0cc607ceca3271ba79','',NULL),(3597,'en','default','e1e1d3d40573127e9ee0480caf1283d6','R',NULL,NULL,'','LINE',NULL,10,'Short for red in RGB','d0fa791a8029c3094adfb2fdf7439f0d','',NULL),(3598,'en','default','6feadb455c64759731e453380c52fbd9','Shortcode',NULL,NULL,'','LINE',NULL,10,'','05447c1e945b4e509fe21262d56493a5','',NULL),(3599,'en','default','59188a4ba49678f63938344f7debf53a','Shortlink',NULL,NULL,'','LINE',NULL,10,'','d3731219742da18a1a22f05ae7757a4b','',NULL),(3600,'en','default','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'','LINE',NULL,10,'','b52d627834326ceef183b56777ffad4f','',NULL),(3601,'en','default','37fad38d887a3988d31a87be8b24b778','Show Artist Name in Tracklist',NULL,NULL,'','LINE',NULL,10,'','349f6adfbab57b760d37b32bd0b21d71','',NULL),(3602,'en','default','6f99ba42d136788c58522335d0b3399d','Show Block Settings',NULL,NULL,'','LINE',NULL,10,'','23fc5c5364cf58857357751c47a8327b','',NULL),(3603,'en','default','06e96600b6780882a5e9f28297ad61e3','Show Download Button',NULL,NULL,'','LINE',NULL,10,'','b0898ef8fb8f1fdfff350525fe69a308','',NULL),(3604,'en','default','ac9b7a46f5880fd6566fe936ad392947','Show Hierarchy',NULL,NULL,'','LINE',NULL,10,'','54afe5d44584e269052707ff3ccc847e','',NULL),(3605,'en','default','ea15460e63b6e8e92f8c03a79eeb6e4e','Show Images',NULL,NULL,'','LINE',NULL,10,'','3e63db4935c6d68c6c7ab2a31368b1d9','',NULL),(3606,'en','default','36bc04bf1f29aca233e4c9baf8dd141b','Show Link Description',NULL,NULL,'','LINE',NULL,10,'','551d7e617b83a71e7e00132e1bada33a','',NULL),(3607,'en','default','3f24e1e7c7bbf2be443ee4bd71768a87','Show Link Image',NULL,NULL,'','LINE',NULL,10,'','f4b88a0a165b4f4a06c2586a0a076938','',NULL),(3608,'en','default','fc2095e304b097ad50c3ea4b92270a0b','Show Link Name',NULL,NULL,'','LINE',NULL,10,'','3957910dc77844b4ff4d815345b62ff2','',NULL),(3609,'en','default','673ab9fb79cf3881ebe5cd434b8515c9','Show Link Rating',NULL,NULL,'','LINE',NULL,10,'','da88b2c147a8cdefa9301c4b33634086','',NULL),(3610,'en','default','14144c63ea12081a124b06bc52b29ecc','Show Post Counts',NULL,NULL,'','LINE',NULL,10,'','6c98bfd100a8335117e38fd4d1f119a6','',NULL),(3611,'en','default','fe9e7df08264edf71a494cbbf0cf83ef','Show Tracklist',NULL,NULL,'','LINE',NULL,10,'','90684249e410e7d02fa13e93d2a2aefc','',NULL),(3612,'en','default','bade67390dc4928246d6492836f8371b','Show Video List',NULL,NULL,'','LINE',NULL,10,'','0ebe976d4f8b3ed0fc299a7251de36f8','',NULL),(3613,'en','default','260acb456437049755db4888f8df08db','Show hierarchy',NULL,NULL,'','LINE',NULL,10,'','277ea3c2e502c826cabacb3bfe67f26d','',NULL),(3614,'en','default','b92e396d090e402f8e09ed97801cea5c','Show invisible characters',NULL,NULL,'','LINE',NULL,10,'','1e39e29d010f8c8c50ecd910b3e6cbc6','',NULL),(3615,'en','default','98c86317b4b4c58dcb1a2e0f4e840bf1','Show media on left',NULL,NULL,'','LINE',NULL,10,'','884662dd284c4117cb57498facd9e4b3','',NULL),(3616,'en','default','dcef57b7dec69f78237c513d6215d9bf','Show media on right',NULL,NULL,'','LINE',NULL,10,'','cd02936cc2840b64dbc136578698cd05','',NULL),(3617,'en','default','683a925ab25a7a4bc7718e9d08e254c3','Show more comments',NULL,NULL,'','LINE',NULL,10,'','f3bebecd22a5ae9074186c0270a58ebf','',NULL),(3618,'en','default','d5b0386cab266fd6a782e57f7a0460f9','Show more tools & options',NULL,NULL,'','LINE',NULL,10,'','7a5f3cbdf0813ce5ea82c564d6d358e7','',NULL),(3619,'en','default','017f9ef90a89cc772421fd9c360291e6','Show or hide the settings sidebar.',NULL,NULL,'','LINE',NULL,10,'','3c5751ded1750b84eff8f51b299a44b7','',NULL),(3620,'en','default','a1cc7ba89ca3016cf59d7c31506a9681','Show password',NULL,NULL,'','LINE',NULL,10,'','68d3e960237436c63d5a09d9b3fb81e2','',NULL),(3621,'en','default','e8581a126a7b3a7e5f710f59d5cc07d6','Show post counts',NULL,NULL,'','LINE',NULL,10,'','2f2be6b520ad6404d74638fb4fba3e99','',NULL),(3622,'en','default','5eb2c379975682463f1b08a4cd78ed12','Show tag counts',NULL,NULL,'','LINE',NULL,10,'','3cea5de1c085f9ffd14bae92a197d7e5','',NULL),(3623,'en','default','44e9b998713c5c3ee9295ee3c873492e','Showing details for theme: %s',NULL,NULL,'','LINE',NULL,10,'','3252c9599f03744e6d2c4d93c390704a','',NULL),(3624,'en','default','a4865ea09d385800a8c5a5ac75fdd883','Showing large initial letter.',NULL,NULL,'','LINE',NULL,10,'','a6020191bc1dfc713d9aa1d1b7c8283f','',NULL),(3625,'en','default','219ff7705d67d0c798779951dcf82e95','Sidebar',NULL,NULL,'','LINE',NULL,10,'','cb6f63d9ff3dab1bd2f40b38eedd6755','',NULL),(3626,'en','default','2da47af339b86412bb0e45b01fdeab50','Sidebar %d',NULL,NULL,'','LINE',NULL,10,'','b15fdff98b459fbcaf26d2f90fcea8ce','',NULL),(3627,'en','default','80919be0413cba91ea1c240ca12ee13a','Signup',NULL,NULL,'','LINE',NULL,10,'','3e309ab553ad3094c61b20a7523e04fe','',NULL),(3628,'en','default','f96e345fdc19cbd4cf15256c251a39a0','Silver',NULL,NULL,'','LINE',NULL,10,'','1e64999ca501e8e0bda6382db4915f7a','',NULL),(3629,'en','default','c88cb543e5bbb588b104e21b928e6861','Site %d',NULL,NULL,'','LINE',NULL,10,'','cc0599ece5d51c70ebbaa5871a435e3c','',NULL),(3630,'en','default','3e07de539b126d2aa03485f987c3d6b6','Site Address (URL)',NULL,NULL,'','LINE',NULL,10,'','79c9ec7925f7a0ca9463c6360db94e4e','',NULL),(3631,'en','default','9033d1f015fc6793f4bb68114a2edc4d','Site Admin',NULL,NULL,'','LINE',NULL,10,'','925bd72adb9ab59eb3070fa9ab050fd9','',NULL),(3632,'en','default','af50f76e879e155a69c8a34955eb8981','Site Domain:',NULL,NULL,'','LINE',NULL,10,'','a1cb26174bf5a8411fec93b3646f3aac','',NULL),(3633,'en','default','eee09575b945e774da85ba7159410208','Site ID must not be empty.',NULL,NULL,'','LINE',NULL,10,'','d1410aa4a9877ed3c4704f6c0fbf20bf','',NULL),(3634,'en','default','fb203be478bedbc09ac0a2d74bb91881','Site Icon',NULL,NULL,'','LINE',NULL,10,'','3612e1c55c014edfdd69e45a92b280f5','',NULL),(3635,'en','default','d78b22ccd1ad142aa8ab360dbae6e693','Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Upload one here!',NULL,NULL,'','LINE',NULL,10,'','9f33821bf68bd201f930cb3e62b84483','',NULL),(3636,'en','default','ec52f576efd54ab2c993c9a76b34615d','Site Icons should be square and at least %s pixels.',NULL,NULL,'','LINE',NULL,10,'','3c1606d68b78ef99da97d294a51b4212','',NULL),(3637,'en','default','39be8e92095a141cdf4ca2eae2e3e6bf','Site Identity',NULL,NULL,'','LINE',NULL,10,'','274b4295808e9cde2ef4bd5dc7db4c7e','',NULL),(3638,'en','default','a0f71a8c094522961a6f1fb73f967271','Site Language:',NULL,NULL,'','LINE',NULL,10,'','5067001279c7d2549822c9349bb3b15e','',NULL),(3639,'en','default','1bc6baa074f3cadbb84cf05431547e29','Site Name:',NULL,NULL,'','LINE',NULL,10,'','08ef5530d8b95dd13cf155d4d33c35d3','',NULL),(3640,'en','default','896fbc7a3f530f617562e1b3c0fc6b7d','Site Name: %s',NULL,NULL,'','LINE',NULL,10,'','5f649c4332585fa5c427fbcd0df338db','',NULL),(3641,'en','default','1f159ff5cbf5617a5647b92885546b5a','Site Preview',NULL,NULL,'','LINE',NULL,10,'','e6fb95c9101295e2749cef7783748654','',NULL),(3642,'en','default','af082a78c862fdf69c65690dab3cda4f','Site Tagline',NULL,NULL,'','LINE',NULL,10,'','eaff4b24599713f16ed7f97be6a87053','',NULL),(3643,'en','default','1c30ff4da9d87eb559d726c72af85e2a','Site Title',NULL,NULL,'','LINE',NULL,10,'','d2feb08f6116b0c68cf655fff51ab1d2','',NULL),(3644,'en','default','204a6f0a5f73b395dc76e79e4b48bce0','Site Title:',NULL,NULL,'','LINE',NULL,10,'','cad14e80d426f87fb0ba6dfcf727806e','',NULL),(3645,'en','default','dd0d0b066b1b5cc62bfedfbe23b54ffe','Site URL.',NULL,NULL,'','LINE',NULL,10,'','c1daf61295684ff4b7185d10955c9e23','',NULL),(3646,'en','default','9bae16a4b6899f8c29e4b66f23bddc57','Site does not exist.',NULL,NULL,'','LINE',NULL,10,'','725aad8c6e16b9928c8ac7f57ce32c0e','',NULL),(3647,'en','default','5fc96573347f87bbcf4d3efb2464a960','Site domain must not be empty.',NULL,NULL,'','LINE',NULL,10,'','6c9f7f8304d62ec3d65404bc48f59177','',NULL),(3648,'en','default','ff43123579f07f4602bac174b7c023ad','Site name must be at least %s character.',NULL,NULL,'','LINE',NULL,10,'','da060cfec28de60b0756cf59ad2217af','',NULL),(3649,'en','default','fa1af39d5609bc27e005d1fbdbe44e43','Site name must be at least %s characters.',NULL,NULL,'','LINE',NULL,10,'','fafeb029fe8c77bfb279f4b3c0140da7','',NULL),(3650,'en','default','a308893d8c749e47aeca430417d68718','Site names can only contain lowercase letters (a-z) and numbers.',NULL,NULL,'','LINE',NULL,10,'','49380b1345f463ae3efe95f7c9478a7b','',NULL),(3651,'en','default','4cfc5d878585b1cde16a84765f4e3de1','Site network ID must be provided.',NULL,NULL,'','LINE',NULL,10,'','4a86608df3a68d62d2e957fa3ad16408','',NULL),(3652,'en','default','0884e4ddbbb3ad83486f7b9f6c2bd1c8','Site path must not be empty.',NULL,NULL,'','LINE',NULL,10,'','0a8d8f1a6e78a3c77028ccd2c707b506','',NULL),(3653,'en','default','132744590fb0babbaa457dca59b002a6','Site registration has been disabled.',NULL,NULL,'','LINE',NULL,10,'','670eed903796e2b5da5baa2d3d84f335','',NULL),(3654,'en','default','9ed89d53d11f89103d6916e5fe161cb9','Site tagline.',NULL,NULL,'','LINE',NULL,10,'','44a9d6b4ae3e3c42de16e69e8f452a28','',NULL),(3655,'en','default','b53216a46b614d7587612f7414307d0d','Site title.',NULL,NULL,'','LINE',NULL,10,'','47c06506fa061208410d61c3549d076a','',NULL),(3656,'en','default','e832f72c5915b8ec18880d70c51fdcc7','Site with the ID does not exist.',NULL,NULL,'','LINE',NULL,10,'','b4f49f58fb48787fd5a06efd5cce6a8d','',NULL),(3657,'en','default','3faa64303d5f5bcd043bb88f6768e603','Sites',NULL,NULL,'','LINE',NULL,10,'','e917a903db70339c8162e42186745bc4','',NULL),(3658,'en','default','e44bc0aaec0becd12f36c7de8c48cb9b','Sites you are already a member of:',NULL,NULL,'','LINE',NULL,10,'','d44f0abad80b1136a5b63d1657292e9c','',NULL),(3659,'en','default','6f6cb72d544962fa333e2e34ce64f719','Size',NULL,NULL,'','LINE',NULL,10,'','27138e9b33132ac1b0eb748d5d12da47','',NULL),(3660,'en','default','56ed1f50c86d473d94f14e2b18b13ac6','Skip Cropping',NULL,NULL,'','LINE',NULL,10,'','790b65bc35ebe2ab7c2b288625f1d513','',NULL),(3661,'en','default','edc665a6c6fb9ceafd577fcac6795865','Skip ad',NULL,NULL,'','LINE',NULL,10,'','d2dbde3c7d566903e37eddf95f599dd6','',NULL),(3662,'en','default','652f58bc874d516541f9fabbabe1a775','Skip back %1 seconds',NULL,NULL,'','LINE',NULL,10,'','8aaaa8bbd4e60c4d16fd489dffca0011','',NULL),(3663,'en','default','0f5144e60c1774aee5cd557aae3a8e19','Skip back 1 second',NULL,NULL,'','LINE',NULL,10,'','3c013ecc8eadeb75b4958ac061e2c831','',NULL),(3664,'en','default','9130363ada97a4cb4b02282caf9cee2d','Skip in %1 seconds',NULL,NULL,'','LINE',NULL,10,'','89ee21c7270d7bc4d1546d8bffbdae53','',NULL),(3665,'en','default','71d42959794ad1f69f6ee03fb8f9a4d9','Skip in 1 second',NULL,NULL,'','LINE',NULL,10,'','a657d7893ae4c08c3e0b5950bf742cbd','',NULL),(3666,'en','default','933d367552e9df8080be13ca93f91f17','Skip to the selected block',NULL,NULL,'','LINE',NULL,10,'','572c820051717c5d6f81fcb2bc8b410d','',NULL),(3667,'en','default','e1a8aa054be5be9312d644cc4b041ff9','Skip to toolbar',NULL,NULL,'','LINE',NULL,10,'','b15dac80378fc2633b54a694a90a96c9','',NULL),(3668,'en','default','9accc467b159e7ce158e53209c0cde2a','Slovak',NULL,NULL,'','LINE',NULL,10,'','365cc94b60d965a0ec466b5399bc4dbc','',NULL),(3669,'en','default','6e9970eac6ca16e34a8eac50070c49ce','Slovenian',NULL,NULL,'','LINE',NULL,10,'','05ca0ad0c8a33c64da3fb0f420f3269f','',NULL),(3670,'en','default','2fe9691c184b14390093023af5655c08','Slow down cowboy, no need to check for new mails so often!',NULL,NULL,'','LINE',NULL,10,'','6d6bf4041405287ea7a86759d4e74d6b','',NULL),(3671,'en','default','805bc156511c5afbec4277337be79188','Slug automatically generated from the object title.',NULL,NULL,'','LINE',NULL,10,'','5a3f83c18021edde4f4f83760beac056','',NULL),(3672,'en','default','da0d53141f6343167596fe8598964773','Software Name',NULL,NULL,'','LINE',NULL,10,'','59d90684389303542b1c702a5b09e615','',NULL),(3673,'en','default','797a5d02c096631e27f9c43d628060d8','Software Version',NULL,NULL,'','LINE',NULL,10,'','c5d35fce3a17c9c8f33ffc091e15eac0','',NULL),(3674,'en','default','342510f2d765418ce2cbf660da9e4e33','Solid Color',NULL,NULL,'','LINE',NULL,10,'','f0160456efaecfa4c2cf11e16fa23d3a','',NULL),(3675,'en','default','8a29d7054def9ea6e95ccf68540753bb','Some HTML tags are not permitted, including:',NULL,NULL,'','LINE',NULL,10,'','1b31b95c98257c4fdfa6dad0979a9720','',NULL),(3676,'en','default','6284d8f65088032402caab9bd8505b3b','Someone else has taken over this post.',NULL,NULL,'','LINE',NULL,10,'','5ae9822293f989d9c5c2de28e6d88247','',NULL),(3677,'en','default','9b8dd193fce35487132a46bd605b2beb','Someone has requested a password reset for the following account:',NULL,NULL,'','LINE',NULL,10,'','b80c1eb3d2e54eb997661d9e902fbd82','',NULL),(3678,'en','default','7c7efec2d1dfd66eb653cf98d4cc865c','Something went wrong.',NULL,NULL,'','LINE',NULL,10,'','616dba3a5e6716f6fdb7c072085632e9','',NULL),(3679,'en','default','421747678a12ff700a6934d777ea533d','Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.',NULL,NULL,'','LINE',NULL,10,'','abd0224ddc8deeef43a92cd2dfdb5f4c','',NULL),(3680,'en','default','c0ffa952e4972e511cdf245a10d851b8','Sorry, comments are closed for this item.',NULL,NULL,'','LINE',NULL,10,'','65a24eecd165a327c1f6fe6707b86d2a','',NULL),(3681,'en','default','58d750fd91fd25148347e42a8e38ea49','Sorry, comments are not allowed for this item.',NULL,NULL,'','LINE',NULL,10,'','14cb61208d346dec8ec29c9405dca0f3','',NULL),(3682,'en','default','a0b133fedc6cb4639e6b60b2768d943f','Sorry, deleting the term failed.',NULL,NULL,'','LINE',NULL,10,'','4bcc1d5c098d3637adffc6930889e66e','',NULL),(3683,'en','default','af94bcceadf3dfbb2e894b73706008fb','Sorry, editing the term failed.',NULL,NULL,'','LINE',NULL,10,'','f5807466a9577189400a22c0835ab198','',NULL),(3684,'en','default','6c3edbbc004cb0f2fa6a7c648025c69b','Sorry, new registrations are not allowed at this time.',NULL,NULL,'','LINE',NULL,10,'','80982055d9cd3fd04e251af866b6a4d1','',NULL),(3685,'en','default','2db5b241b35d89e1e0a97c1c43d3a69e','Sorry, no such page.',NULL,NULL,'','LINE',NULL,10,'','c22e42bc3fc3af1e7bccda40a4765635','',NULL),(3686,'en','default','e4e05e1100cbf5cdbca053fb3382fdfe','Sorry, no such post.',NULL,NULL,'','LINE',NULL,10,'','fcdf2e7818894cd534dfcf70bddf5830','',NULL),(3687,'en','default','87c85964ce17283e53a87f0ab271e5e2','Sorry, one of the given taxonomies is not supported by the post type.',NULL,NULL,'','LINE',NULL,10,'','3eb6a53a9dda9d1314b50a3aeb77d71c','',NULL),(3688,'en','default','ee4f6d6c8d3c36bb7fefac5c8b843eed','Sorry, revisions are disabled.',NULL,NULL,'','LINE',NULL,10,'','64ff3eec23a6e12d4f783f67c383d85c','',NULL),(3689,'en','default','aa6ef8cc1fe245589488553c97d70afb','Sorry, site names must have letters too!',NULL,NULL,'','LINE',NULL,10,'','9b418d81924e152ab7c1fda98180c01c','',NULL),(3690,'en','default','08c71d4bb6883a1004181306b34799d6','Sorry, that email address is already used!',NULL,NULL,'','LINE',NULL,10,'','a34231d696e3ef89815389fe9285f94b','',NULL),(3691,'en','default','2ff8a06f21e00d40d38147bb5d44649f','Sorry, that email address is not allowed!',NULL,NULL,'','LINE',NULL,10,'','6b3c8589e423aa3f488d048a5a8da1b6','',NULL),(3692,'en','default','9eb2f558c0ba091641f13e8419b50957','Sorry, that file cannot be edited.',NULL,NULL,'','LINE',NULL,10,'','88280511805f293f559ab1ab109c1c5f','',NULL),(3693,'en','default','ef45d5f07e0bb3534d6d3e297b4a345a','Sorry, that site already exists!',NULL,NULL,'','LINE',NULL,10,'','ae40b51180ce43159e54d0412c00aab9','',NULL),(3694,'en','default','eca5967783c1b1d49afc0a966ea939dc','Sorry, that site is reserved!',NULL,NULL,'','LINE',NULL,10,'','251e94ec3f2d89ae6b360d847d380224','',NULL),(3695,'en','default','572daf9471499a12b752d42d8c4c7ac1','Sorry, that username already exists!',NULL,NULL,'','LINE',NULL,10,'','35b6201ab3142ca3eecf5edf3c110779','',NULL),(3696,'en','default','45381d41a140013787c7d39bdc105773','Sorry, that username is not allowed.',NULL,NULL,'','LINE',NULL,10,'','685b9202cdfe84f4b0fcaa53eea35ad0','',NULL),(3697,'en','default','e4a91acdbf69eb9585089ce055172a71','Sorry, the comment could not be edited.',NULL,NULL,'','LINE',NULL,10,'','6b8498b0452a8d7ea9ac8971240793d9','',NULL),(3698,'en','default','795ffb75a55e1ea4443385cb236708f8','Sorry, the new category failed.',NULL,NULL,'','LINE',NULL,10,'','504c702a61d0d8afefc085362aaf2472','',NULL),(3699,'en','default','ac7b0be8e0664ab1c2a01fee5a92f1f6','Sorry, the user cannot be updated.',NULL,NULL,'','LINE',NULL,10,'','eb4792769e9f84013ae076a8306d776e','',NULL),(3700,'en','default','a7792d434ecc7b781b678ce6478fde8a','Sorry, this content could not be embedded.',NULL,NULL,'','LINE',NULL,10,'','abb9b970235704a8e2cedeb9a3bb75c3','',NULL),(3701,'en','default','6f389b9527a8a76bb11af34f9f109faf','Sorry, this file type is not permitted for security reasons.',NULL,NULL,'','LINE',NULL,10,'','d170c77c0b86b0a5d8baed0385486551','',NULL),(3702,'en','default','df7b34908defb49202049c7907d35049','Sorry, this file type is not supported here.',NULL,NULL,'','LINE',NULL,10,'','4fe514f256a47ac821a5eb2fcc7c8abf','',NULL),(3703,'en','default','0ea73848f3d614d15fc302f781a669ad','Sorry, trackbacks are closed for this item.',NULL,NULL,'','LINE',NULL,10,'','2c203aa81db87c1887eced59c0bc7b8e','',NULL),(3704,'en','default','cb8647f389a1a69711da4fefb2a75b24','Sorry, usernames must have letters too!',NULL,NULL,'','LINE',NULL,10,'','810dc606e92af790424d7f0f8e9cb781','',NULL),(3705,'en','default','fa9de058e901b3b8fb351fe74f052d12','Sorry, we can’t load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).',NULL,NULL,'','LINE',NULL,10,'','b91f89c8fee2e683db7dd00dc43f6a70','',NULL),(3706,'en','default','c8476b5e11feb4c13aa748f812be307e','Sorry, you are not allowed to access details about this site.',NULL,NULL,'','LINE',NULL,10,'','47f87a7aae7f1319f6da80f95265b45a','',NULL),(3707,'en','default','7aa8d6548736ff76e3d4c686f937f4d5','Sorry, you are not allowed to access details of this post.',NULL,NULL,'','LINE',NULL,10,'','3485c583e6e11c0414ffc7a1be9c79c2','',NULL),(3708,'en','default','e04532020a2ae0d4e3f132e54758c2b8','Sorry, you are not allowed to access user data on this site.',NULL,NULL,'','LINE',NULL,10,'','71219f3e11b69cb36723f2ce76013707','',NULL),(3709,'en','default','536f4005a3dc397cecede973001be5d9','Sorry, you are not allowed to add a category.',NULL,NULL,'','LINE',NULL,10,'','bbde9cb92e05d669284e891ce7c7c778','',NULL),(3710,'en','default','9b3faf25ffb1aed779b479092d4707a0','Sorry, you are not allowed to add a term to one of the given taxonomies.',NULL,NULL,'','LINE',NULL,10,'','b582bea7f0d5648ea5d9a110c6c9c8bd','',NULL),(3711,'en','default','0e4b699303d0e6dec0f868fdade6b300','Sorry, you are not allowed to assign a term to one of the given taxonomies.',NULL,NULL,'','LINE',NULL,10,'','30a4adac329896cc949856d43ee8f40b','',NULL),(3712,'en','default','6df390cb7c6630e4b8bb418d4f35307b','Sorry, you are not allowed to assign terms in this taxonomy.',NULL,NULL,'','LINE',NULL,10,'','094ce92b525e38ba61770c79bc279f7a','',NULL),(3713,'en','default','92d5a25415824d14020c433412aa0760','Sorry, you are not allowed to assign the provided terms.',NULL,NULL,'','LINE',NULL,10,'','2cc646c832f06313f24d27d356fb6d70','',NULL),(3714,'en','default','2971aa8a94954e9c02be5549a3238118','Sorry, you are not allowed to assign this term.',NULL,NULL,'','LINE',NULL,10,'','aa6df3540faae3b828892175b5bfcd95','',NULL),(3715,'en','default','d8e14df523b469073a047734c1ab46db','Sorry, you are not allowed to change the comment type.',NULL,NULL,'','LINE',NULL,10,'','e5450dbc74814785fa8abcbf43f34c32','',NULL),(3716,'en','default','bdbe8962d49b3e2f4a0b9b66f566c0b5','Sorry, you are not allowed to change the page author as this user.',NULL,NULL,'','LINE',NULL,10,'','07439fccbca134a1d43695a496ddf163','',NULL),(3717,'en','default','348bb273d4853860a9eeb56f9786ccc9','Sorry, you are not allowed to change the post author as this user.',NULL,NULL,'','LINE',NULL,10,'','d454f2c73e793aa22c651cfcb992f500','',NULL),(3718,'en','default','7ac040da0b24624431f3b491ecbc1287','Sorry, you are not allowed to create a comment on this post.',NULL,NULL,'','LINE',NULL,10,'','789ba8e09f561ecf3600f9f0aa3e427a','',NULL),(3719,'en','default','16347b2881102708deea3cbbeefcad0d','Sorry, you are not allowed to create new terms.',NULL,NULL,'','LINE',NULL,10,'','da5cb1c696e28b797ab0ff5fe27be4ce','',NULL),(3720,'en','default','56e4a4b0d5999f86202cbaad2e071a78','Sorry, you are not allowed to create new users.',NULL,NULL,'','LINE',NULL,10,'','956531c04c718344f3ec7051dabed332','',NULL),(3721,'en','default','1cae9b8970e97655a4cacb86c440b651','Sorry, you are not allowed to create pages as this user.',NULL,NULL,'','LINE',NULL,10,'','d0b13bc6d76de0bfea3386128cf6ec0a','',NULL),(3722,'en','default','29762bb52475f10631bf5077683382b1','Sorry, you are not allowed to create password protected posts in this post type.',NULL,NULL,'','LINE',NULL,10,'','95576199dafb646c498b39b0d51c9136','',NULL),(3723,'en','default','dda0fcab1278983965fe471004d48380','Sorry, you are not allowed to create posts as this user.',NULL,NULL,'','LINE',NULL,10,'','366626e58af44ceffaa94eab2721c8ec','',NULL),(3724,'en','default','6b94fc6189e8549c7c937a79336a91ca','Sorry, you are not allowed to create private posts in this post type.',NULL,NULL,'','LINE',NULL,10,'','0df2bbf8db76b5fdea973cf6954e3002','',NULL),(3725,'en','default','d42d18baa3dce3cd61b2af9e7679a409','Sorry, you are not allowed to create terms in this taxonomy.',NULL,NULL,'','LINE',NULL,10,'','0c711befb3891d286726db299d8c4738','',NULL),(3726,'en','default','9fb64ae3c7a7e8bfd961e638f7a3ba61','Sorry, you are not allowed to create this comment without a post.',NULL,NULL,'','LINE',NULL,10,'','ee91ccc1c12e60013b840e17e9b122c1','',NULL),(3727,'en','default','be5b2b2a61557428c3b7d601db7907d2','Sorry, you are not allowed to customize this site.',NULL,NULL,'','LINE',NULL,10,'','2f787dc16002d91deab6bc53aa8a29a8','',NULL),(3728,'en','default','637ac08135d28b186a37cccc4361ef4a','Sorry, you are not allowed to delete this category.',NULL,NULL,'','LINE',NULL,10,'','41e3cc878697198dbb4a4de580eb38af','',NULL),(3729,'en','default','77e90169ee7a86486970bc12fa28f1a6','Sorry, you are not allowed to delete this comment.',NULL,NULL,'','LINE',NULL,10,'','73367256c60ee1048c88fada22e9003e','',NULL),(3730,'en','default','6b71bea2d69d30b140e1b6f0a6081550','Sorry, you are not allowed to delete this page.',NULL,NULL,'','LINE',NULL,10,'','4e836e21ef67d19d632b35809dadc27a','',NULL),(3731,'en','default','2c2f5bff8b7b16f6bad6a49d74a0331b','Sorry, you are not allowed to delete this post.',NULL,NULL,'','LINE',NULL,10,'','a39f58cbc5cc9c2079b4ea633f0ae95d','',NULL),(3732,'en','default','88e77c50cb2bc01494717e4bcb94b984','Sorry, you are not allowed to delete this term.',NULL,NULL,'','LINE',NULL,10,'','08dd2ea378f86a2061d50c84724eb2b5','',NULL),(3733,'en','default','0691ed5959de1ec5d7f20e37e5b05b4a','Sorry, you are not allowed to delete this user.',NULL,NULL,'','LINE',NULL,10,'','2bcd83a01c7902dfc20bf0bd1a106ef1','',NULL),(3734,'en','default','39449fa74c33866d565dd24ce08bf8e3','Sorry, you are not allowed to do that.',NULL,NULL,'','LINE',NULL,10,'','47a04868483fdaa36a623911f1798b26','',NULL),(3735,'en','default','2882441a59a5e0ab25d8fd16b44d436f','Sorry, you are not allowed to edit \'%s\' for comments.',NULL,NULL,'','LINE',NULL,10,'','90d3d21f968bc7cb0cdb5d3ffe1cf9b2','',NULL),(3736,'en','default','30836710ccec708d8843f24242be4594','Sorry, you are not allowed to edit comments.',NULL,NULL,'','LINE',NULL,10,'','c52650838f1edb8a1980112fbd3c1989','',NULL),(3737,'en','default','7aa070abb541335fcc14b970eff7fe7c','Sorry, you are not allowed to edit pages.',NULL,NULL,'','LINE',NULL,10,'','8e0d95e91e9e8563715ae8f9fe336d53','',NULL),(3738,'en','default','f1bdb3766b5febb53f35dfb93c51b030','Sorry, you are not allowed to edit posts in this post type.',NULL,NULL,'','LINE',NULL,10,'','1a0e77f80b65534f3fd3b5949fb2aeab','',NULL),(3739,'en','default','f85d28a19d4cf6e600efb75b28c4377a','Sorry, you are not allowed to edit posts.',NULL,NULL,'','LINE',NULL,10,'','6988ebc40af9a66274ee9bba327df48d','',NULL),(3740,'en','default','68c90add66bb399134987fa1c5bb2712','Sorry, you are not allowed to edit roles of this user.',NULL,NULL,'','LINE',NULL,10,'','47008fac380d966250a4f8c65b66352a','',NULL),(3741,'en','default','39129a2e68ce077a1757dd3354a28d9a','Sorry, you are not allowed to edit terms in this taxonomy.',NULL,NULL,'','LINE',NULL,10,'','6a79dc0250bc20ff8b4d2aed6bb96e3f','',NULL),(3742,'en','default','147e7d706fb2f893ad34ced4cfea0fd0','Sorry, you are not allowed to edit the %s custom field.',NULL,NULL,'','LINE',NULL,10,'','a3c20d957f8da7dcba0d0ce5f7a50116','',NULL),(3743,'en','default','0c59780bdc54582cc8778e5cb9898c22','Sorry, you are not allowed to edit theme options on this site.',NULL,NULL,'','LINE',NULL,10,'','256322e254ecbe8999f6e173892161c4','',NULL),(3744,'en','default','77405f122880adf3c6674937551c1eac','Sorry, you are not allowed to edit this comment.',NULL,NULL,'','LINE',NULL,10,'','eddb6df987243f3bb4ece4e68df2e0e6','',NULL),(3745,'en','default','e182dd441d74b6c047f07fb60ef4f2fd','Sorry, you are not allowed to edit this page.',NULL,NULL,'','LINE',NULL,10,'','13c5274e2101d9c15f3b04dc217391d5','',NULL),(3746,'en','default','47691a5deaf23e2cfc43bc012da98425','Sorry, you are not allowed to edit this post.',NULL,NULL,'','LINE',NULL,10,'','ec672d0959c35b1324223a94756669b2','',NULL),(3747,'en','default','c544f50a2f69e43bf9d159ccb738a708','Sorry, you are not allowed to edit this term.',NULL,NULL,'','LINE',NULL,10,'','8ee99365df266e470526368bf59388c2','',NULL),(3748,'en','default','29ae97744e5dc14b03916a03bb6063c9','Sorry, you are not allowed to edit this user.',NULL,NULL,'','LINE',NULL,10,'','1e827140129a6e379b7c24032fb9cd41','',NULL),(3749,'en','default','a977e213177f97f65dbced71e26d08ad','Sorry, you are not allowed to edit your profile.',NULL,NULL,'','LINE',NULL,10,'','723dfbd4ebca1726a736b51df68cac32','',NULL),(3750,'en','default','0901cb5e3c43d1a5c923e132dd01092a','Sorry, you are not allowed to filter users by role.',NULL,NULL,'','LINE',NULL,10,'','5e45555a04ee755b3a5c204b2df0b02f','',NULL),(3751,'en','default','718c350e4bba19819a758ffbc7d41f86','Sorry, you are not allowed to give users that role.',NULL,NULL,'','LINE',NULL,10,'','9e8304fa3f5c0ce740c3a2fb5e8bbe6f','',NULL),(3752,'en','default','b93fd35ea2792b0c032f2f41c98a8a9d','Sorry, you are not allowed to list users.',NULL,NULL,'','LINE',NULL,10,'','776dd2fbd16097ec2da58214839c67ec','',NULL),(3753,'en','default','37e8b44a1ca6d1de665ce6893fe1b5ee','Sorry, you are not allowed to make posts sticky.',NULL,NULL,'','LINE',NULL,10,'','6eff36fd7b014e1578f79c4518cc6e50','',NULL),(3754,'en','default','9f655c740713e8ac8b5b015bc1a60d19','Sorry, you are not allowed to make proxied oEmbed requests.',NULL,NULL,'','LINE',NULL,10,'','3072abaa80545688b423e0f9e84838d5','',NULL),(3755,'en','default','e6f67cccdbcd99fdbc9071578eec3c9f','Sorry, you are not allowed to manage post statuses.',NULL,NULL,'','LINE',NULL,10,'','ca922b3a28aa33a0e360d50192a6e401','',NULL),(3756,'en','default','76afdd15aaa74f52f6426dfddb0b741d','Sorry, you are not allowed to manage terms in this taxonomy.',NULL,NULL,'','LINE',NULL,10,'','55e57fb2635f8739f1f74d87937fb45a','',NULL),(3757,'en','default','fa19f17b8fae0ba74cfef68f41682b9d','Sorry, you are not allowed to moderate or edit this comment.',NULL,NULL,'','LINE',NULL,10,'','50653e82d4e7300a68aaee4b7b93192c','',NULL),(3758,'en','default','b920a4ca78c062aab11cb0fbe5c8c6d7','Sorry, you are not allowed to order users by this parameter.',NULL,NULL,'','LINE',NULL,10,'','c148805f66de62efd9a88f252336f693','',NULL),(3759,'en','default','31146e8f4e697301b5d44af04a33df5f','Sorry, you are not allowed to post on this site.',NULL,NULL,'','LINE',NULL,10,'','f3de86dd86aa387b32a6c25a9718f7eb','',NULL),(3760,'en','default','6bb491b4db45a26bd906d7c1b1d9b1ad','Sorry, you are not allowed to preview drafts.',NULL,NULL,'','LINE',NULL,10,'','433e9b0def6402475f1e809ea727c086','',NULL),(3761,'en','default','c2b360f5667f9e221325e98c4c1f6e78','Sorry, you are not allowed to publish pages on this site.',NULL,NULL,'','LINE',NULL,10,'','124aa51ad1ad2b1fd7f01d16597a4620','',NULL),(3762,'en','default','c80ad45a688c57f09cd876dbadabe65b','Sorry, you are not allowed to publish posts in this post type.',NULL,NULL,'','LINE',NULL,10,'','e49ca988340d2ad03e4e19403021cc73','',NULL),(3763,'en','default','fa6c5381415bcf02c951f8518fdd8f94','Sorry, you are not allowed to publish posts on this site.',NULL,NULL,'','LINE',NULL,10,'','b0b481274506676c4674ee912f33cc6b','',NULL),(3764,'en','default','c7100a6d3b21e7b664894826704e4fa8','Sorry, you are not allowed to publish this page.',NULL,NULL,'','LINE',NULL,10,'','bddd15cee908eb7063e07e4ee46d0f6b','',NULL),(3765,'en','default','88c0d16e4f86bd7f8346bdfecc944124','Sorry, you are not allowed to publish this post.',NULL,NULL,'','LINE',NULL,10,'','9755c34e75fd780f6db6d20615ea84f3','',NULL),(3766,'en','default','0091a15cf9cd91d970637e36853dc651','Sorry, you are not allowed to query users by this parameter.',NULL,NULL,'','LINE',NULL,10,'','e84388e442148e4a36153c047566fc83','',NULL),(3767,'en','default','aa2fa91396def1426b56e5e0a32dff68','Sorry, you are not allowed to read blocks as this user.',NULL,NULL,'','LINE',NULL,10,'','9e7ebcdb7321e7d2857e80ddc5e1ac67','',NULL),(3768,'en','default','9b516119dea42292ea35dc8b0b7b6895','Sorry, you are not allowed to read blocks of this post.',NULL,NULL,'','LINE',NULL,10,'','d838bb96f013d659260b2fe0dac044ab','',NULL),(3769,'en','default','b95b5f8e978dd52cbb60b3e2c52d7cca','Sorry, you are not allowed to read comments without a post.',NULL,NULL,'','LINE',NULL,10,'','9d73991edaae2221b958f4ce2fb5677a','',NULL),(3770,'en','default','fb88b5929a250274b7c4fd5ab8de3603','Sorry, you are not allowed to read the post for this comment.',NULL,NULL,'','LINE',NULL,10,'','237b01a930055d818684d1e58e5d0360','',NULL),(3771,'en','default','72f6333e3b7e2da0c997ae5615703b96','Sorry, you are not allowed to read this comment.',NULL,NULL,'','LINE',NULL,10,'','71030a5f526b4dab6a776747878fe603','',NULL),(3772,'en','default','ce2dd80dd2145648243bbaea881f515b','Sorry, you are not allowed to take over.',NULL,NULL,'','LINE',NULL,10,'','fc158bc2043ebe55f23140e7cccdaba1','',NULL),(3773,'en','default','a38df43aeea28b13ce9cc6f7c8e91270','Sorry, you are not allowed to update options.',NULL,NULL,'','LINE',NULL,10,'','29a388bfed93d0f2ce6e4666bd459c08','',NULL),(3774,'en','default','ebd24c8d7fe5f911480e9b1f6e036858','Sorry, you are not allowed to update posts as this user.',NULL,NULL,'','LINE',NULL,10,'','306d6ae4b1379bc06d777b6a89023fc3','',NULL),(3775,'en','default','380e0d6253a8891577eb0c45836788a6','Sorry, you are not allowed to upload files.',NULL,NULL,'','LINE',NULL,10,'','361b2d65f7e77401145479087f1a91a4','',NULL),(3776,'en','default','ea025a511cc65350969e2ca100b1fbe5','Sorry, you are not allowed to upload media on this site.',NULL,NULL,'','LINE',NULL,10,'','1a5706ff168af3a4c2b369c9dbcfdc71','',NULL),(3777,'en','default','6d4f0bddaffb36d9aa495a48b70cd75e','Sorry, you are not allowed to upload media to this post.',NULL,NULL,'','LINE',NULL,10,'','f71106c116cf2531c531628a115aef4b','',NULL),(3778,'en','default','43d94cc0f6710be584624bfef4db4360','Sorry, you are not allowed to view autosaves of this post.',NULL,NULL,'','LINE',NULL,10,'','c28c1dfffdd5057a45cd45229708c57a','',NULL),(3779,'en','default','636cbb077806d722e001f87f41bfae53','Sorry, you are not allowed to view revisions of this post.',NULL,NULL,'','LINE',NULL,10,'','8aa27375431969dd28441f98c2eec577','',NULL),(3780,'en','default','fb49473bf5ecb1329028c80d17ede230','Sorry, you are not allowed to view themes.',NULL,NULL,'','LINE',NULL,10,'','f63d92c3772563b338a8fbe63148f44f','',NULL),(3781,'en','default','32bdb9fcfe1c8e73d4e36a112dc53e69','Sorry, you are not allowed to view this item.',NULL,NULL,'','LINE',NULL,10,'','0dcf0c66009b2b2edaf011e51a1ba426','',NULL),(3782,'en','default','cf5509bf76c558890415709ae2a9427f','Sorry, you can’t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.',NULL,NULL,'','LINE',NULL,10,'','9b6ad44deb2c95e97edb1786a8492e09','',NULL),(3783,'en','default','c50cbef431bdd98b3b4b7a1dd040ce29','Sorry, you cannot stick a private post.',NULL,NULL,'','LINE',NULL,10,'','11a4e3af5a1fe1513bf08dbe0b0bd160','',NULL),(3784,'en','default','2271464783e4e1de9d1528bf47dd6d09','Sorry, you have used your space allocation of %s. Please delete some files to upload more files.',NULL,NULL,'','LINE',NULL,10,'','8eda640d368fbe0eae949616187dc917','',NULL),(3785,'en','default','0beba5ababff925889821aa81ca1ac6d','Sorry, you may not use that site name.',NULL,NULL,'','LINE',NULL,10,'','7113e611d02aa316a6840f53e8c5f03a','',NULL),(3786,'en','default','24a43f534ca7ab28e0515fffb9e8a9ee','Sorry, you must be able to edit posts on this site in order to view categories.',NULL,NULL,'','LINE',NULL,10,'','56129536444625217c3fa0c18532b5fb','',NULL),(3787,'en','default','e1c307d53c11e1307393a2b36c7457a7','Sorry, you must be able to edit posts on this site in order to view tags.',NULL,NULL,'','LINE',NULL,10,'','cfe90c94a12bfc8d7ea59efc2a46eb90','',NULL),(3788,'en','default','019b3903471b30fe805c6b3cc59cb964','Sorry, you must be logged in to comment.',NULL,NULL,'','LINE',NULL,10,'','4523d1451543e546143ff27d9688f56a','',NULL),(3789,'en','default','e0ffe6b21d11d82505e8381afafc622f','Sorry, your entry could not be edited.',NULL,NULL,'','LINE',NULL,10,'','32e0758f0c77fe9c39dbcd1e7dd82a88','',NULL),(3790,'en','default','996a20752ebdc545efa18a2f12235cf5','Sorry, your entry could not be posted.',NULL,NULL,'','LINE',NULL,10,'','d8e8bf5a0e2e96ca2d50f2b1f51b36df','',NULL),(3791,'en','default','bde9a47e0b5aefbbddfe8f917e9ae5a0','Sorry, your term could not be created.',NULL,NULL,'','LINE',NULL,10,'','95e8b965d984aac9ba3a21b9ff4b03bc','',NULL),(3792,'en','default','6f9d01a14011f05fffe48559583fc609','Sort by:',NULL,NULL,'','LINE',NULL,10,'','50430e938c10f7b4cf4b40b4b39690f2','',NULL),(3793,'en','default','c030daf94faad2e066b0f2f41487af0a','Sort collection by object attribute.',NULL,NULL,'','LINE',NULL,10,'','a8ba0c4c19a1302bb70af9ad4de0a37c','',NULL),(3794,'en','default','91a211ee15ea9c6de6224c2d05b97174','Sort collection by term attribute.',NULL,NULL,'','LINE',NULL,10,'','fecd66913e7e1cf1a296950eaae55f11','',NULL),(3795,'en','default','f31bbdd1b3e85bccd652680e16935819','Source',NULL,NULL,'','LINE',NULL,10,'','acf9dc065bdc35d3bc4c66539e4b5823','',NULL),(3796,'en','default','24ccefd951bbb6e66b0f53e640b59694','Source Chooser',NULL,NULL,'','LINE',NULL,10,'','aa899caca0ec3280e732e90465829d6f','',NULL),(3797,'en','default','a98df7359ac52361af81fa897d556a6a','Source code',NULL,NULL,'','LINE',NULL,10,'','9e8e8c594d0d214c571a8d813091fac0','',NULL),(3798,'en','default','6ab9a295c00f945cf4881fd7667a0334','Spacer',NULL,NULL,'','LINE',NULL,10,'','811b685dd40d5e5f5c43c48ffa1d23c7','',NULL),(3799,'en','default','4aa34766bb4db514ed0115fb05187d8c','Spacer Settings',NULL,NULL,'','LINE',NULL,10,'','d920e071c9561f330940a39b83b5226d','',NULL),(3800,'en','default','44e18ab02cdd8810e837562ea3bb2316','Spam it: %s',NULL,NULL,'','LINE',NULL,10,'','74379a677c01ef029430d0a683f220dd','',NULL),(3801,'en','default','cb5480c32e71778852b08ae1e8712775','Spanish',NULL,NULL,'','LINE',NULL,10,'','78d30871445535900ad545b13baf0fd6','',NULL),(3802,'en','default','945f49f0e90533cb2fc2a386c1900eb8','Special character',NULL,NULL,'','LINE',NULL,10,'','d262fcaccc11d1caab4178ebc487a738','',NULL),(3803,'en','default','fdb0bd700ddcef14e55223aa3c2438aa','Speed Rate',NULL,NULL,'','LINE',NULL,10,'','b67ee909b9e77cb8975778d75a158a0a','',NULL),(3804,'en','default','22bbe45303cab6763e125acda0f2d5e8','Split table cell',NULL,NULL,'','LINE',NULL,10,'','d95a2e599876b3a415eedc168ef32cc3','',NULL),(3805,'en','default','dc2da2c8557ec0efe3bdaaf9c3b75852','Spotlight Mode',NULL,NULL,'','LINE',NULL,10,'','242684648f2988eb7340a3faf24b4ca2','',NULL),(3806,'en','default','a70a46bfac5a9192e2a51a6637d6e69b','Spotlight mode activated',NULL,NULL,'','LINE',NULL,10,'','3bd0e408654e24ff8a650b8f4a90b8a7','',NULL),(3807,'en','default','ffe2b52f379e3cf529177e01877950b2','Spotlight mode deactivated',NULL,NULL,'','LINE',NULL,10,'','07f209b71bacec8ad49a1c1798155fb2','',NULL),(3808,'en','default','a2a56cf995e88c37578a540fcd51254b','Stack on mobile',NULL,NULL,'','LINE',NULL,10,'','cc1028935f36beed4363a52d6eff577c','',NULL),(3809,'en','default','eb6d8ae6f20283755b339c0dc273988b','Standard',NULL,NULL,'','LINE',NULL,10,'','35f38aa64a1b7ac625a454fda1d25067','',NULL),(3810,'en','default','186ce53623f01c0809c7a966a048b0d1','Start with the building block of all narrative.',NULL,NULL,'','LINE',NULL,10,'','401d33621a346256263a88719ea90583','',NULL),(3811,'en','default','45e7ebe99bd036367e2350f658f8ca8b','Start writing or type / to choose a block',NULL,NULL,'','LINE',NULL,10,'','0b84e711823c4d04df4cc5d867555584','',NULL),(3812,'en','default','ae3fc1f7b885b75cdeb2debeb132f47d','Start writing with text or HTML',NULL,NULL,'','LINE',NULL,10,'','f82e0b66111f90df805e252f88b34aa8','',NULL),(3813,'en','default','9e801389bdaa07f1b88f2261bd628ea9','State of the object.',NULL,NULL,'','LINE',NULL,10,'','72a0ff38278d8ef1085ce7652d576cc9','',NULL),(3814,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','194d2538ed1f5b1125ef39d0973a9a5a','',NULL),(3815,'en','default','264b38242de7ec4209e8f2c4461cfee3','Status & Visibility',NULL,NULL,'','LINE',NULL,10,'','cfb2e5286ae49fb21700c5c825bd1632','',NULL),(3816,'en','default','466d4fc2d84cc4feafc9b277c8e4de80','Status is forbidden',NULL,NULL,'','LINE',NULL,10,'','95ab6d3881a9ac6e2b188506f78ef747','',NULL),(3817,'en','default','853315f3361ff833c46f694141bfae14','Status is forbidden.',NULL,NULL,'','LINE',NULL,10,'','e5469ec666a8298a0d9db7233f801019','',NULL),(3818,'en','default','1653bfb5fa42f05cd3991db1ce24f130','Stick to the top of the blog',NULL,NULL,'','LINE',NULL,10,'','c48128c1b30a2c53ff69507fc72f53f9','',NULL),(3819,'en','default','13e21eca14dc28c4400e9843c386ead5','Still waiting for your email?',NULL,NULL,'','LINE',NULL,10,'','25be6d37b3cc147cccfef82bd78abe2a','',NULL),(3820,'en','default','11a755d598c0c417f9a36758c3da7481','Stop',NULL,NULL,'','LINE',NULL,10,'','8e066e2a11c2b9fcde53a153f1883c21','',NULL),(3821,'en','default','dcfe1066398eb40086555827eda0358e','Strength indicator',NULL,NULL,'','LINE',NULL,10,'','325a006364e81a6ab0bc9c161c4e1444','',NULL),(3822,'en','default','926a51baad949d12035107e5d06e2fdb','Strikethrough',NULL,NULL,'','LINE',NULL,10,'','bfe7b8a8a8dfe545a7e40f0bd4c2f670','',NULL),(3823,'en','default','c1c89a86e23ffda085cd2ff76051f10c','Stripes',NULL,NULL,'','LINE',NULL,10,'','8c570697a3de5e2a9af86a1b8afce29f','',NULL),(3824,'en','default','ae284f900f9d6e21ba69144cfc91e41b','Style',NULL,NULL,'','LINE',NULL,10,'','6ce5b6b081fb65311a4079c4f5bb4d2b','',NULL),(3825,'en','default','4c1c7d945fcd04d68bd3b3f1d99a55a1','Styles',NULL,NULL,'','LINE',NULL,10,'','ceebd06e46dd6b9b5fc78eb30059f3d3','',NULL),(3826,'en','default','c350bb18c3cdfbd4e5444faa63be6586','Stylesheet',NULL,NULL,'','LINE',NULL,10,'','67493ff2dcf6fbfee44dd595cbb200fa','',NULL),(3827,'en','default','b540f72fa9e19cb626e778a56b23376b','Stylesheet is missing.',NULL,NULL,'','LINE',NULL,10,'','47df229bed83de52705642c41df9b975','',NULL),(3828,'en','default','c1389871efa70bdf7955c3ff58a94e3e','Stylesheet is not readable.',NULL,NULL,'','LINE',NULL,10,'','6864655f9e689654b56ae82ec742b18a','',NULL),(3829,'en','default','745947cb682aa7b65e52aacf1cdb30fe','Subheading (deprecated)',NULL,NULL,'','LINE',NULL,10,'','3be0dfd41f92a57bd062f9dd90fe10c8','',NULL),(3830,'en','default','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,10,'','802c1b129df231d208e126a95faf7296','',NULL),(3831,'en','default','d8d370104f413cbcffe456e4edc2f25f','Submit for Review',NULL,NULL,'','LINE',NULL,10,'','1bebe937ba1339329a89fad44d4d17ed','',NULL),(3832,'en','default','6e9d94e5fb04de6abaaa3a6e5caf95fe','Submitted on:',NULL,NULL,'','LINE',NULL,10,'','0ea8a6c4521d167cf2c94d0553320170','',NULL),(3833,'en','default','928558e2f9712e38d447d674f2672200','Subscript',NULL,NULL,'','LINE',NULL,10,'','ef6b1a51dc627b2bbcedd9ba2eafaf3b','',NULL),(3834,'en','default','42357d80bf858b19ae5aceee725dac92','Suggested image dimensions: %1$s by %2$s pixels.',NULL,NULL,'','LINE',NULL,10,'','0567d76bc92e33823890952307153e7b','',NULL),(3835,'en','default','8b6c48b8dd355580b3247b24c34ade7b','Suggestion:',NULL,NULL,'','LINE',NULL,10,'','35e1d244ded82723d67b1a123dc3fd46','',NULL),(3836,'en','default','ef6572e4cd58bb39a3f4e82fc64fe9f0','Sun',NULL,NULL,'','LINE',NULL,10,'','b927a784b5de8610c95fc990f9a82dbd','',NULL),(3837,'en','default','9d1a0949c39e66a0cd65240bc0ac9177','Sunday',NULL,NULL,'','LINE',NULL,10,'','da4e86a98ed1009db67f884b3ad46f49','',NULL),(3838,'en','default','5dbc98dcc983a70728bd082d1a47546e','S',NULL,NULL,'','LINE',NULL,10,'Sunday initial','e8c80ca461e0dab525f2c3f79d226baf','',NULL),(3839,'en','default','6316f99acec341fbdd5cc006dc5a7ba7','Superscript',NULL,NULL,'','LINE',NULL,10,'','258348db0de4e5b3527a9214313b5b2b','',NULL),(3840,'en','default','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,10,'','0984f1ad67479436dc26795e82a52d68','',NULL),(3841,'en','default','9af95fb4ee44dce25961e7251072625b','Swahili',NULL,NULL,'','LINE',NULL,10,'','0798893700b95052b919d9659505d315','',NULL),(3842,'en','default','41171a0fcd362ce98b5f0f11398713b6','Swedish',NULL,NULL,'','LINE',NULL,10,'','03ffbfc5a29376b815f4eda97c3db497','',NULL),(3843,'en','default','f2c74e710b3c3a630829b022577225a5','Switch between Visual Editor and Code Editor.',NULL,NULL,'','LINE',NULL,10,'','0209a5eb945acc5305cc5484d0101586','',NULL),(3844,'en','default','04d1e341770049e8551f20093952481c','Switch to Draft',NULL,NULL,'','LINE',NULL,10,'','bf3ad2ea1a9ceb669eadf617e054aaa9','',NULL),(3845,'en','default','51c45b795d5d18a3e4e0c37e8b20a141','Table',NULL,NULL,'','LINE',NULL,10,'','a2dd8b92e36a3b0ed2a8102bfa98e90a','',NULL),(3846,'en','default','00ae5ac23a7074dc1566f075abd627da','Table Settings',NULL,NULL,'','LINE',NULL,10,'','9e95b177960b508d5cce15f71f63abd7','',NULL),(3847,'en','default','5730f4c2d3b7ef1eacaa94e18d536ee1','Table cell properties',NULL,NULL,'','LINE',NULL,10,'','7fe05b0ba12fb24f4a1ffc9cd70e69d6','',NULL),(3848,'en','default','f61d6c3e3733db355168b7e1aee6780b','Table of Contents',NULL,NULL,'','LINE',NULL,10,'','fe4711495670af4b0e17b3838903419d','',NULL),(3849,'en','default','2d9dd94a47ae2d4d57c571870045226a','Table properties',NULL,NULL,'','LINE',NULL,10,'','0c829a898bb8b13b6f22a38c97f82ff1','',NULL),(3850,'en','default','9c08105d798ec345c71ee4cbb3d05eee','Table row properties',NULL,NULL,'','LINE',NULL,10,'','38b5ded9f6ce60217c5077cb35c94f84','',NULL),(3851,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,10,'','a8e3efd99fa63d6913f8e2c4dcd201c9','',NULL),(3852,'en','default','ea911fe5664a3e79364a7e39370548c6','Tag Cloud',NULL,NULL,'','LINE',NULL,10,'','0c0ca61613abf409c02763a1aab25854','',NULL),(3853,'en','default','14bf355f214c92824433b41e91814185','Tag Cloud Settings',NULL,NULL,'','LINE',NULL,10,'','67cbb06970db230c40165e5d51860e62','',NULL),(3854,'en','default','1bd8f22fdbf8e9e0ca28f3f1e276b085','Tag: %s',NULL,NULL,'','LINE',NULL,10,'','af7751426a7788eb2d01318ad6e3d55c','',NULL),(3855,'en','default','fee973126d42389ac96082e9ca6961fa','Tagalog',NULL,NULL,'','LINE',NULL,10,'','71f1c8d1925cc317d58cb0fad849f092','',NULL),(3856,'en','default','122a05774113cd494d44a50e17914937','Tagline',NULL,NULL,'','LINE',NULL,10,'','c24c01c990c52dea1d6df060ef17a7c0','',NULL),(3857,'en','default','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,10,'','70519c3fe0d3a49a4412892f692d7c2e','',NULL),(3858,'en','default','14fabd7a67c0c83f0f4d61e42835188d','Tags help users and search engines navigate your site and find your content. Add a few keywords to describe your post.',NULL,NULL,'','LINE',NULL,10,'','6986733f73737ee63931f29946a792a4','',NULL),(3859,'en','default','99af56daf9ee280b15e8ed79d75f0255','Tags list',NULL,NULL,'','LINE',NULL,10,'','bdb0af444d17c38f4b3a02ac13e6a768','',NULL),(3860,'en','default','ac77ffbb166bfa8b399d88385d52afdb','Tags list navigation',NULL,NULL,'','LINE',NULL,10,'','aeff6db39e1e382d66b0c16b0128ec80','',NULL),(3861,'en','default','67e8774f2abac2692ecc861f986f50d5','Tags: ',NULL,NULL,'','LINE',NULL,10,'','afeae6db53265bc51b722a3c9b0eb28f','',NULL),(3862,'en','default','2e83ec658a7776a62a320cdee2690826','Take Over',NULL,NULL,'','LINE',NULL,10,'','ed0cdc28b48e3dfebec3acc087db2151','',NULL),(3863,'en','default','2312bd853d15f3e1abda0534c15ff95e','Take over',NULL,NULL,'','LINE',NULL,10,'','2c9e23017d6dd4a2322f72d36c1db8be','',NULL),(3864,'en','default','1266b4e6f81e60733ec6c717e0181f60','Tan',NULL,NULL,'','LINE',NULL,10,'','791f1c932d64f96b11daecdfb978d8eb','',NULL),(3865,'en','default','c41a31890959544c6523af684561abe5','Target',NULL,NULL,'','LINE',NULL,10,'','f009feac5be31dd11df709b7fb288bb2','',NULL),(3866,'en','default','0199ed6b32a0e285eb7afb54d4846f1a','Taxonomies associated with post type.',NULL,NULL,'','LINE',NULL,10,'','5acac1da772df5aa50f72ed48baa9c29','',NULL),(3867,'en','default','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'','LINE',NULL,10,'','cad7683f5de7d899cba259caec3b350c','',NULL),(3868,'en','default','8c31438230d2b2e3540640ec7710fa24','Taxonomy names must be between 1 and 32 characters in length.',NULL,NULL,'','LINE',NULL,10,'','e53d4e558f66dbfbd8609193b3e53e2f','',NULL),(3869,'en','default','059772377bd73c20aee5fee16fcfc93d','Taxonomy:',NULL,NULL,'','LINE',NULL,10,'','d4d92df3a9029a206d436cafc1371e77','',NULL),(3870,'en','default','278c491bdd8a53618c149c4ac790da34','Template',NULL,NULL,'','LINE',NULL,10,'','58d4cc25a004f5d51b11f7c81f3439ca','',NULL),(3871,'en','default','84644de687c0b6828a2a36d95bc4893d','Template block used as a container.',NULL,NULL,'','LINE',NULL,10,'','e1710a46c7f841c063f6545f8fcc5c88','',NULL),(3872,'en','default','7414df75cc7eff16aba3c7fd3203c246','Template is missing. Standalone themes need to have a %1$s template file. <a href=\"%2$s\">Child themes</a> need to have a Template header in the %3$s stylesheet.',NULL,NULL,'','LINE',NULL,10,'','9bc958605382d529ff81c913fcddc951','',NULL),(3873,'en','default','18fd64e64a136498e12c6f6c325f7811','Template:',NULL,NULL,'','LINE',NULL,10,'','5907f0cb99856a3a54446189cfaedee2','',NULL),(3874,'en','default','cf5f3091e30dee6597885d8c0e0c357f','Term',NULL,NULL,'','LINE',NULL,10,'','1c7e5711a9585ba71ce8f808332bc063','',NULL),(3875,'en','default','f209487ae15574fe01993f5550ab6d8e','Term ID is shared between multiple taxonomies',NULL,NULL,'','LINE',NULL,10,'','53fd91030dc704cc268ecf1390f2c423','',NULL),(3876,'en','default','f196bf66bbdd8789b066ff47a601d595','Term added.',NULL,NULL,'','LINE',NULL,10,'','66727954a9e956c4b5da47612ed459b6','',NULL),(3877,'en','default','36ea91da369ce4812bf845e473bacb0d','Term does not exist.',NULL,NULL,'','LINE',NULL,10,'','9c1763ef1b16a61a147b903055d8779b','',NULL),(3878,'en','default','19e6076ac1dadd45cbf04053c3d86086','Term meta cannot be added to terms that are shared between taxonomies.',NULL,NULL,'','LINE',NULL,10,'','0a0058952245edc950cc0fee4ca2f30c','',NULL),(3879,'en','default','e070fafcb0cbb8899ac7e70ee5511cf1','Term removed.',NULL,NULL,'','LINE',NULL,10,'','9adb50960ce09a34b053519d78a4416f','',NULL),(3880,'en','default','a9962421e9468686e0182597055ddca3','Term selected.',NULL,NULL,'','LINE',NULL,10,'','37023f3a019e36f1c695c3d12993597d','',NULL),(3881,'en','default','6f1bf85c9ebb3c7fa26251e1e335e032','Terms',NULL,NULL,'','LINE',NULL,10,'','6ad4605842f5c591b02ae47c60863191','',NULL),(3882,'en','default','17d0842e513172c833c8e37ca0b26d35','Terms do not support trashing. Set \'%s\' to delete.',NULL,NULL,'','LINE',NULL,10,'','3cf083ffc4faf9490b4dd91f3f06bc5c','',NULL),(3883,'en','default','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,10,'','82ba376c1d5d0a113699f98a7953429c','',NULL),(3884,'en','default','ea1739bd430aa843f6dc9282f4cf8d55','Text Alignment',NULL,NULL,'','LINE',NULL,10,'','431af78e36de75ed125b963f2d4b2dd4','',NULL),(3885,'en','default','8903861290617267b361478ab7f16f31','Text Color',NULL,NULL,'','LINE',NULL,10,'','016151ec467205b59df6d1731f45a8a6','',NULL),(3886,'en','default','447622539e7504f8e05577c9a6e4bb8e','Text Columns (deprecated)',NULL,NULL,'','LINE',NULL,10,'','5da7a77ff4b182417ddfe6c034854476','',NULL),(3887,'en','default','c5ec873622d7f4585053fc6dadc11a4f','Text Link Settings',NULL,NULL,'','LINE',NULL,10,'','e6d734fa3093e6f2c589087c45163391','',NULL),(3888,'en','default','24daf3769d79fa29a5ef04fe568796cf','Text Settings',NULL,NULL,'','LINE',NULL,10,'','30da8643459e7b07c87a76eb2ebb7ecc','',NULL),(3889,'en','default','5f111ae4c490902059da2004cbc8b424','Text color',NULL,NULL,'','LINE',NULL,10,'','540f77ff99548ff9b35ba6ae5beba411','',NULL),(3890,'en','default','5b32c6ba487b8cac7a3d936953163434','Text formatting',NULL,NULL,'','LINE',NULL,10,'','ab868b4234d3869ec1c6781a6821ec64','',NULL),(3891,'en','default','830a2b566424b87ca2c965e243b9c464','Text to display',NULL,NULL,'','LINE',NULL,10,'','6eb29b3c6383cd5bc48a372920c206fe','',NULL),(3892,'en','default','43ddc789bcea4177a14791f6c9a03b28','Thai',NULL,NULL,'','LINE',NULL,10,'','60b640898248beec9b58bf8885cc2291','',NULL),(3893,'en','default','0ce441d34c6bc5defa0d900f847c6836','Thanks for confirming your erasure request.',NULL,NULL,'','LINE',NULL,10,'','500ff780dd10a067fcd8e6c1f33140fd','',NULL),(3894,'en','default','c5e572673aa3efedaa4ea82e7d41716a','Thanks for confirming your export request.',NULL,NULL,'','LINE',NULL,10,'','c3bf3ac01fd01bf7ed1eaebd754623b4','',NULL),(3895,'en','default','d18f90ab3a24cb27e34bdeb30c2da2dc','That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing.',NULL,NULL,'','LINE',NULL,10,'','aec7248880d9c74ebe9dafe725836f7c','',NULL),(3896,'en','default','89ae213e70302fe7137a691a3f937867','That name is not allowed.',NULL,NULL,'','LINE',NULL,10,'','5ad1c0e074f2728cea0bfd263e80300e','',NULL),(3897,'en','default','7c0ae9f26a541c98a4b32de683f98d16','That site is currently reserved but may be available in a couple days.',NULL,NULL,'','LINE',NULL,10,'','51f12eaeaf12038fd5a15142ac9a0a43','',NULL),(3898,'en','default','1f466b97e9eaa5697e76db741527186d','That user does not exist.',NULL,NULL,'','LINE',NULL,10,'','40566094818829d722e87b9dcd1228b2','',NULL),(3899,'en','default','6d905b7ce1e5f3de3f6e33d811065f91','That username is already activated.',NULL,NULL,'','LINE',NULL,10,'','817ab391d8c043404d102faa9d989142','',NULL),(3900,'en','default','8395dcfb41325e449f056f6650aca380','That username is currently reserved but may be available in a couple of days.',NULL,NULL,'','LINE',NULL,10,'','b84463704ca85e356f9aaafab1cfd978','',NULL),(3901,'en','default','f21714c89a1b0c383ad68a4304b0a1c8','The \"%s\" options group has been removed. Use another settings group.',NULL,NULL,'','LINE',NULL,10,'','44f54e0eebce133813aaa61b06adf6f0','',NULL),(3902,'en','default','0790b0fe9fd3a4383c2315e0679d464b','The \"%s\" theme is not a valid parent theme.',NULL,NULL,'','LINE',NULL,10,'','9f413fd49404b4c0ad2ebc50e7e30966','',NULL),(3903,'en','default','38fcf284ee5afb8d2a0c4b4a59e1e1a6','The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead.',NULL,NULL,'','LINE',NULL,10,'','328cb56a116bd90e2f3e7ffcd8511eb3','',NULL),(3904,'en','default','2430fbc27590386424fa6528579f2361','The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead.',NULL,NULL,'','LINE',NULL,10,'','7c909511df9bb4508969201a61c4d205','',NULL),(3905,'en','default','2c87046f9b9a7c1cdd9f6e0611cd5ac9','The %s directory of the develop repository must be used for RTL.',NULL,NULL,'','LINE',NULL,10,'','f1516dfc45e39f749c93abdfece22f9f','',NULL),(3906,'en','default','c6f54e09f79be30d30c6ec796cfa7fdc','The %s property has an invalid stored value, and cannot be updated to null.',NULL,NULL,'','LINE',NULL,10,'','b2f5eab78f789701c63a98c2ad5e8a68','',NULL),(3907,'en','default','d28241b1514d7d9e49034f4d97555f12','The %s table is not installed. Please run the network database upgrade.',NULL,NULL,'','LINE',NULL,10,'','201b28747c3dac609610fc8175e83e60','',NULL),(3908,'en','default','5aa8176835d44a265ad964ee7bf7655c','The GD image library is not installed.',NULL,NULL,'','LINE',NULL,10,'','4165d534d4812ac256461b4cda97f6ed','',NULL),(3909,'en','default','5a393d17054e0ed9365b8b77d97874d3','The ID for the associated post of the attachment.',NULL,NULL,'','LINE',NULL,10,'','15957ddfd5b1e6a865df9ea108ee717e','',NULL),(3910,'en','default','e7171d3a34dc1540e396636bc88a99f4','The ID for the author of the object.',NULL,NULL,'','LINE',NULL,10,'','c81048f454e82e3c1d223618bf5fa9d8','',NULL),(3911,'en','default','e2e80059c4767772fae2bcdaaa29f00c','The ID for the object.',NULL,NULL,'','LINE',NULL,10,'','67b56ccbfc841fff8d4d4dcd0a774132','',NULL),(3912,'en','default','300af761030682e137636b187bc46d2b','The ID for the parent of the object.',NULL,NULL,'','LINE',NULL,10,'','055b79eaaf991ce84b60903b8a1f5272','',NULL),(3913,'en','default','908eb09b674ea202586597f446978913','The ID of the associated post object.',NULL,NULL,'','LINE',NULL,10,'','78c12e1fc4850cbec8f8c0a2561ca264','',NULL),(3914,'en','default','dfa224acd1c5b7f0a13f9304c061d179','The ID of the featured media for the object.',NULL,NULL,'','LINE',NULL,10,'','304ba053e7912ef9fb7caf7ff8deedda','',NULL),(3915,'en','default','5470753d25b4f98a23a9bda4ac3f55c4','The ID of the user object, if author was a user.',NULL,NULL,'','LINE',NULL,10,'','d9b036f3743581168f2fc772c402d9a8','',NULL),(3916,'en','default','1803d25d48cce1a1684d635d2f76351d','The Press This plugin is required.',NULL,NULL,'','LINE',NULL,10,'','03b18e7f925cd0e168a3bb3fdfadf730','',NULL),(3917,'en','default','c38258c4fc11cc44cfad8cb653d639ce','The REST API can no longer be completely disabled, the rest_authentication_errors filter can be used to restrict access to the API, instead.',NULL,NULL,'','LINE',NULL,10,'','bb9bb67a41101984bdb273928d2e7eaa','',NULL),(3918,'en','default','5dbcf119b65524185ba9f64dff6d384d','The SSL certificate for the host could not be verified.',NULL,NULL,'','LINE',NULL,10,'','8516ff8be0f8243a5a08dc7e391777d4','',NULL),(3919,'en','default','3e195a7a7114eb43912e1cc68be4ef94','The Site address you entered did not appear to be a valid URL. Please enter a valid URL.',NULL,NULL,'','LINE',NULL,10,'','8fe2042a404331d3783a9b7fc7b99e74','',NULL),(3920,'en','default','dc734ba66532a280f8842c4fec61b853','The URL of the resource for which to fetch oEmbed data.',NULL,NULL,'','LINE',NULL,10,'','7fe03c8493c135844474dd6a82518959','',NULL),(3921,'en','default','09e53ab5ce7d0d07ab56b1ef02878ad9','The URL to the admin area',NULL,NULL,'','LINE',NULL,10,'','1327df2fa4aa6a5565f5904fc14352e1','',NULL),(3922,'en','default','696d34c58328a0b07dd0a191b1ea1cd9','The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?',NULL,NULL,'','LINE',NULL,10,'','b471472a88fab64adfed70ff07b54747','',NULL),(3923,'en','default','19021b7e3e93903eb639e75b42654bc6','The URL you entered seems to be an external link. Do you want to add the required http:// prefix?',NULL,NULL,'','LINE',NULL,10,'','dc1b624ccdd73f4fbc8ecb8f4c1364ca','',NULL),(3924,'en','default','5d82ef7ba86cbffd64a0512f06cb5064','The WordPress address you entered did not appear to be a valid URL. Please enter a valid URL.',NULL,NULL,'','LINE',NULL,10,'','4a692fd4491324befd4520ea7ec8ef89','',NULL),(3925,'en','default','9434afde1f69a5cf1bea7d1b83ab85b5','The attachment MIME type.',NULL,NULL,'','LINE',NULL,10,'','eb1b19762be966dd3f98d958706c08ca','',NULL),(3926,'en','default','4c324922000f603deafcdacedc93909a','The attachment caption.',NULL,NULL,'','LINE',NULL,10,'','2beebee19b91cc63be80023fe43a0223','',NULL),(3927,'en','default','5f284f6299b6074309ca7b8a9c3f05c4','The attachment description.',NULL,NULL,'','LINE',NULL,10,'','841849327296a8d997f758e50beac9b9','',NULL),(3928,'en','default','3f447f15423606f5eb7b26f23eaa5131','The called constructor method for %1$s in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead.',NULL,NULL,'','LINE',NULL,10,'','fd8ed2eae9eebd5d8a8133f2ea6a9524','',NULL),(3929,'en','default','2b47ebe8527c582ca6df02647ac8555b','The called constructor method for %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.',NULL,NULL,'','LINE',NULL,10,'','dd0bcdde067ede6f62f1d09b19b8361e','',NULL),(3930,'en','default','3f76a323c846e340d120e8ca24d28e30','The changes you made will be lost if you navigate away from this page.',NULL,NULL,'','LINE',NULL,10,'','3a6ae189719352cb24a0c2e1c9b36781','',NULL),(3931,'en','default','4215aa034903fa3703ed1480999e3ce4','The comment cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','64283dc8b6761fc3dca1a94ba5b42668','',NULL),(3932,'en','default','c2118e91b67ab72876ac89c629821398','The comment does not support trashing. Set \'%s\' to delete.',NULL,NULL,'','LINE',NULL,10,'','c98d894f28dca11f80e5252591c37591','',NULL),(3933,'en','default','2832992dd645b1aab215679ec568fe58','The comment has already been trashed.',NULL,NULL,'','LINE',NULL,10,'','2908a01b7547d78d8ddf77cfa2cc5f2c','',NULL),(3934,'en','default','8a271d734486ae971a828cda4cbe9796','The confirmation email has expired.',NULL,NULL,'','LINE',NULL,10,'','7ca1471aa255c07911eefea53b472488','',NULL),(3935,'en','default','fa5956d0e0037749659adc2c648b9325','The constant %1$s <strong>is deprecated</strong>. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled.',NULL,NULL,'','LINE',NULL,10,'','6c4199ef58133d00149be03b06b02139','',NULL),(3936,'en','default','5c3dcb7a701cfdce27fc7f376ca4bcb0','The content for the object.',NULL,NULL,'','LINE',NULL,10,'','1466daeccee58312432511462562ba67','',NULL),(3937,'en','default','19a6b3fcc9ab51544fb81e032b0a77b3','The content of your post doesn’t match the template assigned to your post type.',NULL,NULL,'','LINE',NULL,10,'','1ddb8b4f604aebd37f1adf9277b077c9','',NULL),(3938,'en','default','e58f1a7affc94b933e2694889f8deae3','The current image has no alternative text. The file name is: %s',NULL,NULL,'','LINE',NULL,10,'','f3b6a3b2645b1b442a85891e85fff248','',NULL),(3939,'en','default','31fa9dee42d7d0a313b671b600810f7e','The current user can assign terms in the %s taxonomy.',NULL,NULL,'','LINE',NULL,10,'','1b36e317cf7b4ed2eb30dc64e1178dd9','',NULL),(3940,'en','default','adce14b0dbec2d11902c46a05e22373d','The current user can change the author on this post.',NULL,NULL,'','LINE',NULL,10,'','e2fbb1184a98462844b0ee81e42ef438','',NULL),(3941,'en','default','2a0e7f5aa37d9e101915bd6fa238d892','The current user can create terms in the %s taxonomy.',NULL,NULL,'','LINE',NULL,10,'','3f31a40fd8aa0872de486e9431690c64','',NULL),(3942,'en','default','cc2c406e544f45653419eeee8f596fdb','The current user can post unfiltered HTML markup and JavaScript.',NULL,NULL,'','LINE',NULL,10,'','b3316e4d97d8ba451cdaa970faf21857','',NULL),(3943,'en','default','a3baeceea00576861157f11fe1d7df0f','The current user can publish this post.',NULL,NULL,'','LINE',NULL,10,'','90b2db90c52780d410ee3ded1e4c6fcc','',NULL),(3944,'en','default','0b54b58e34dbfd18d7dfab69ee24aa12','The current user can sticky this post.',NULL,NULL,'','LINE',NULL,10,'','cf817f29a24c6b6acab1cd99837424f4','',NULL),(3945,'en','default','c8f176d561cc81332ffb7e292ef6b90e','The date the object was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','d7eb6b49d9107db5a4381364c19158c5','',NULL),(3946,'en','default','0b7cd5a091de3cfd7334688167f8467c','The date the object was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','00b63682cee45920af30edad2a42c6ea','',NULL),(3947,'en','default','137d817b72f4c62538b4d062a5ba9718','The date the object was published, as GMT.',NULL,NULL,'','LINE',NULL,10,'','ce8d30e529809686246c579a787320ce','',NULL),(3948,'en','default','8af1bae6e7197688ba47d1a38b74ccbf','The date the object was published, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','46b2879ecae74572e6ff5125964c55ba','',NULL),(3949,'en','default','4479a31b5d8287de9a0730ba38db6236','The description will be displayed in the menu if the current theme supports it.',NULL,NULL,'','LINE',NULL,10,'','22fa9f4eb40381f108a2c8780e512ee2','',NULL),(3950,'en','default','71d819d26c40006b69a08f1c9a071cfd','The edit field automatically highlights code syntax. You can disable this in your <a href=\"%1$s\" %2$s>user profile%3$s</a> to work in plain text mode.',NULL,NULL,'','LINE',NULL,10,'','d12d4f94bf173ba28584dd4301128873','',NULL),(3951,'en','default','f9aa9914f128d4bb04aad1e705f8eb81','The editor has encountered an unexpected error.',NULL,NULL,'','LINE',NULL,10,'','604db2c206b7b7e64c586894e9e14e64','',NULL),(3952,'en','default','e2156d9147bca739838a534408145d43','The email address entered did not appear to be a valid email address. Please enter a valid email address.',NULL,NULL,'','LINE',NULL,10,'','2ad2fa94e981d788d764fbaf9d344247','',NULL),(3953,'en','default','ad138d11c689d0d3ef4730a1c4dee821','The email address for the user.',NULL,NULL,'','LINE',NULL,10,'','10f04d42fd4df05673bf889e153f6b8f','',NULL),(3954,'en','default','c471527f9b0172223fc460c38bfb5680','The email could not be sent. Possible reason: your host may have disabled the mail() function.',NULL,NULL,'','LINE',NULL,10,'','6cfb98a336b64f86b31f0ac75dcbf88c','',NULL),(3955,'en','default','6750409784b4f7c2759bc9455b2ee7ff','The excerpt for the object.',NULL,NULL,'','LINE',NULL,10,'','8a061b1900a7237d0f23acf1fc11fbf1','',NULL),(3956,'en','default','2f1ebbd8ea855b6e61079056f871aa0d','The excerpt is hidden.',NULL,NULL,'','LINE',NULL,10,'','6256ee5d3ca64232026cdd7e0d3d81f8','',NULL),(3957,'en','default','d1f28890e0464caecb67376de26ad4e8','The excerpt is visible.',NULL,NULL,'','LINE',NULL,10,'','98fcf4b49cb78f586cd905ba10b66c39','',NULL),(3958,'en','default','7cd85a9334d58e9253a5ecbb154805ad','The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.',NULL,NULL,'','LINE',NULL,10,'','801d3c6f608c1ba08e68f51de9c56125','',NULL),(3959,'en','default','c5f26ebeebbf78df02f0ac181747de9c','The following values do not describe a valid date: month %1$s, day %2$s.',NULL,NULL,'','LINE',NULL,10,'','eb035d1f33df277fb9807fba005a671a','',NULL),(3960,'en','default','00d72b5c8746611b62a3771d0f7eb905','The following values do not describe a valid date: year %1$s, month %2$s, day %3$s.',NULL,NULL,'','LINE',NULL,10,'','0f5461f87dbe2cd046374730852b2f5e','',NULL),(3961,'en','default','a760dbd2135499e892318adfeba10140','The format for the object.',NULL,NULL,'','LINE',NULL,10,'','b852013c9ec02662d7f0788fbf5fc851','',NULL),(3962,'en','default','0628848e33ea527100f1e7ff9f32f9d9','The given object ID is not that of a menu item.',NULL,NULL,'','LINE',NULL,10,'','02dc4ba7da836dd4f5e819be9a699e7a','',NULL),(3963,'en','default','5fac06573235407bf4b41f03c6db3028','The globally unique identifier for the object.',NULL,NULL,'','LINE',NULL,10,'','8d77f9c7961a9e9a0cca0c611706a1bc','',NULL),(3964,'en','default','30263a58f98d4808da8086b00732b098','The handler for the route is invalid',NULL,NULL,'','LINE',NULL,10,'','557671f419c35d08bc39a92828383628','',NULL),(3965,'en','default','16aa4baba7431af27b960756fb781a41','The last part of the URL. ',NULL,NULL,'','LINE',NULL,10,'','a878ed062ed12f430ecdd46e7bf808f3','',NULL),(3966,'en','default','f0d5567fdbdd2babf35d6626bf39ce52','The link you followed has expired.',NULL,NULL,'','LINE',NULL,10,'','457bf53c16738dbf3554cbd7d2153b7d','',NULL),(3967,'en','default','c1bf152f38196b1fa1f73aca056e41b4','The login page will open in a new tab. After logging in you can close it and return to this page.',NULL,NULL,'','LINE',NULL,10,'','b06754e79ab8757731a13f77560261c5','',NULL),(3968,'en','default','e62886479d8af0153ce74c28767f2821','The maximum height of the embed frame in pixels.',NULL,NULL,'','LINE',NULL,10,'','b9cc1bf653f948861892b77fcfe1942c','',NULL),(3969,'en','default','af2136850382c1724e8ef61dc0c9ca47','The maximum width of the embed frame in pixels.',NULL,NULL,'','LINE',NULL,10,'','f1c320f0d0bf639bf28ad9a3308e9ec5','',NULL),(3970,'en','default','31e9d207995265861adda5c55956c570','The menu ID should not be empty.',NULL,NULL,'','LINE',NULL,10,'','90408f0fb865d3c63fa806cede17d96e','',NULL),(3971,'en','default','e649fee62ef915ad982d718807552ddc','The menu name %s conflicts with another menu name. Please try another.',NULL,NULL,'','LINE',NULL,10,'','3bf0bf4552f0b5ae28e38dd356f855f5','',NULL),(3972,'en','default','28fb6f2e55d68d09b102fce74d07275a','The network currently allows both site and user registrations.',NULL,NULL,'','LINE',NULL,10,'','e2044c2d72a638e60bbb00c9ed192245','',NULL),(3973,'en','default','c0eaf706a755461718755e905af34218','The network currently allows site registrations.',NULL,NULL,'','LINE',NULL,10,'','76fbc6bc786956dab4859f9d984cdfc9','',NULL),(3974,'en','default','e11f273e051a744b68341e56d0b7d967','The network currently allows user registrations.',NULL,NULL,'','LINE',NULL,10,'','165fb684395a035f215de5a0848ffd4b','',NULL),(3975,'en','default','51a6d49a4c14b76f5911bf9eef011def','The network currently disallows registrations.',NULL,NULL,'','LINE',NULL,10,'','c1b04a8c8ef16f3298b46574a2823bfb','',NULL),(3976,'en','default','b03f2d1e6f1882dd57bdfb4d69ecf3d9','The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.',NULL,NULL,'','LINE',NULL,10,'','0cd9f0646ebb1f546f9947ce79cf5afe','',NULL),(3977,'en','default','825e9beb6aaf9eb369b3dac67ebb7075','The nickname for the user.',NULL,NULL,'','LINE',NULL,10,'','888d8456dc24d2cad93c321a4cade0e2','',NULL),(3978,'en','default','0dbf00c4eefba1bce879638d2b99cecd','The oEmbed format to use.',NULL,NULL,'','LINE',NULL,10,'','856e52bd30c1a6879013d149e6d2fbe5','',NULL),(3979,'en','default','8f8c57527342fe3b6dc436d93720863a','The offset number requested is larger than or equal to the number of available revisions.',NULL,NULL,'','LINE',NULL,10,'','8dd72a24218153ee2345df71ed0e63e9','',NULL),(3980,'en','default','de81e99e28c8b29bdb780cd70d3f5b77','The order of the object in relation to other object of its type.',NULL,NULL,'','LINE',NULL,10,'','b4a046219c2d2f7e2c39deadf3236808','',NULL),(3981,'en','default','b99eddef2248db02bb841550e74256ea','The page number requested is larger than the number of pages available.',NULL,NULL,'','LINE',NULL,10,'','19ee1912537a901a017c4be390c8f922','',NULL),(3982,'en','default','23f672dcb7ac32e3b8f2995deeed3ad5','The parent term ID.',NULL,NULL,'','LINE',NULL,10,'','b21b8509a4f64e9ee42ce3481e1dff9b','',NULL),(3983,'en','default','23d9752ef56f5ccbd8dd96fab6f2e2aa','The parent theme is missing. Please install the \"%s\" parent theme.',NULL,NULL,'','LINE',NULL,10,'','ac65a37a144073e55862fb4705e65348','',NULL),(3984,'en','default','040a196ef3be842471339d751546fdd6','The password for the parent post of the comment (if the post is password protected).',NULL,NULL,'','LINE',NULL,10,'','ef90ce7167bd5adab3963d5909f0b904','',NULL),(3985,'en','default','29f28b58cd43650d476d1e791516cf02','The password for the post if it is password protected.',NULL,NULL,'','LINE',NULL,10,'','02a5ef42986073814ec5977dbbc645aa','',NULL),(3986,'en','default','f6d13ffafe81b931a492174eb04edce2','The passwords do not match.',NULL,NULL,'','LINE',NULL,10,'','bac87d71ee3b32bb5819fb8bac10f911','',NULL),(3987,'en','default','15fca34b5303e23823b9136585968f39','The pingback has already been registered.',NULL,NULL,'','LINE',NULL,10,'','aeb603613f11ad4eb18d2ee2aa487af9','',NULL),(3988,'en','default','b3c3815b62241b5477518e6300783d5c','The post cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','7faeccc743182ecd02418d7b308c7e1b','',NULL),(3989,'en','default','da4251819a4f7c26051f2f934933148a','The post does not support trashing. Set \'%s\' to delete.',NULL,NULL,'','LINE',NULL,10,'','77a589b8a7c02facfe1a24aa84d1fc14','',NULL),(3990,'en','default','9cc51204f05b716f57692f968d9faa65','The post has already been deleted.',NULL,NULL,'','LINE',NULL,10,'','9137f5d11c466c4b34b1bc545b54de52','',NULL),(3991,'en','default','f1377698820e1399d5858d7d78912e6b','The post type %1$s is not registered, so it may not be reliable to check the capability \"%2$s\" against a post of that type.',NULL,NULL,'','LINE',NULL,10,'','eb5e493225590b3b8dd8c0cd07ae6f6a','',NULL),(3992,'en','default','ae61a9e31cb674087accc9ef0d1656ab','The post type may not be changed.',NULL,NULL,'','LINE',NULL,10,'','9afdcaf3a77358f7b6077947eef4d898','',NULL),(3993,'en','default','2776df14de4c9b5fb5ae532b65a564d4','The previous set of changes has already been published. Please try saving your current set of changes again.',NULL,NULL,'','LINE',NULL,10,'','4615f62b11a73888062b8ea543d0de9a','',NULL),(3994,'en','default','e1d5d6e144b33212d9f5d515c8e694c0','The query argument of %s must have a placeholder.',NULL,NULL,'','LINE',NULL,10,'','46e779c40b75b777e091659e4d7e0fd0','',NULL),(3995,'en','default','b8c4ce5d491eb301d1853917be316de0','The query does not contain the correct number of placeholders (%1$d) for the number of arguments passed (%2$d).',NULL,NULL,'','LINE',NULL,10,'','4ef8892574a3dc5c20fa999e4b395d8c','',NULL),(3996,'en','default','8981438ddac5ed45604086b54e75648c','The query only expected one placeholder, but an array of multiple placeholders was sent.',NULL,NULL,'','LINE',NULL,10,'','77a3e4fdc9489c02b510997af407cab6','',NULL),(3997,'en','default','56e3142fea95772b98ccffe025333cc2','The rendered block.',NULL,NULL,'','LINE',NULL,10,'','a8c1ade2b0aace057f9b752d7912623a','',NULL),(3998,'en','default','da1089c39f52d5d7caa0b4b60f2ab034','The requested theme does not exist.',NULL,NULL,'','LINE',NULL,10,'','0a2708b43ca6c3c6a4a078d464468305','',NULL),(3999,'en','default','6d9d4d775d9ba24a038b5d5602f17b6e','The requested user does not exist.',NULL,NULL,'','LINE',NULL,10,'','9682c6b15a4afe52f8bea91d7f4eeca3','',NULL),(4000,'en','default','4f8dd5077c1c8ea9a6e8cd3b4b73c141','The response is not a valid JSON response.',NULL,NULL,'','LINE',NULL,10,'','3ed0648a3dd9b08d3f687bcfa1b4aab7','',NULL),(4001,'en','default','3a06901c333013016115691d40af78f9','The role %s does not exist.',NULL,NULL,'','LINE',NULL,10,'','3a9d8da2244621377997787bd48edbe5','',NULL),(4002,'en','default','6c13edf4e89b56c3fe70bb814280fafb','The search results will be updated as you type.',NULL,NULL,'','LINE',NULL,10,'','f80a59cb24e68ba6e40bf1bf9b0a7139','',NULL),(4003,'en','default','8e909223a540a0e23be8bf1125db4e2b','The site %s is yours.',NULL,NULL,'','LINE',NULL,10,'','a5eb3f8d720c087cc51826813c22cb54','',NULL),(4004,'en','default','aa5865eb376271d1d46aaed6dfe6f535','The site administrator has been notified and will fulfill your request as soon as possible.',NULL,NULL,'','LINE',NULL,10,'','31517062974599005dc2f4855e55157d','',NULL),(4005,'en','default','7aae15800f70633f2d92c912b00a79c6','The site administrator has been notified. You will receive a link to download your export via email when they fulfill your request.',NULL,NULL,'','LINE',NULL,10,'','7bd0dc755bedefd9197a1d6ad9676085','',NULL),(4006,'en','default','4c19b4869f216a582a87f5181998bdb9','The site administrator has been notified. You will receive an email confirmation when they erase your data.',NULL,NULL,'','LINE',NULL,10,'','b9864ed7e5495d3d178246b0f8a211da','',NULL),(4007,'en','default','819f06dcc0fdbc4bef52870a37120479','The site appears to be already initialized.',NULL,NULL,'','LINE',NULL,10,'','e8010d53769445494bfc3483157e55d4','',NULL),(4008,'en','default','71cb1d78b9f362bb0453efc1face4f18','The site appears to be already uninitialized.',NULL,NULL,'','LINE',NULL,10,'','8e2ed736879187069ef58ad615f19b56','',NULL),(4009,'en','default','26a67b177e0b62b315d30bf4a5b879d4','The site is already active.',NULL,NULL,'','LINE',NULL,10,'','7ff258a07960c56919d34a3da33dc0e8','',NULL),(4010,'en','default','d25349c033804b72b702d57eb8882042','The site is experiencing technical difficulties.',NULL,NULL,'','LINE',NULL,10,'','177dc00b2a170cac5ac52ac892c2468d','',NULL),(4011,'en','default','efb0f4c7b6a7ad217abdd3952e459933','The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.',NULL,NULL,'','LINE',NULL,10,'','1aae1b3ab6b1c1b78bfdf9bc852a68cb','',NULL),(4012,'en','default','de1cc04c30868cc993f7f263a68309ef','The site you have requested is not installed properly. Please contact the system administrator.',NULL,NULL,'','LINE',NULL,10,'','03220f56e08a510da7d70d41743f90df','',NULL),(4013,'en','default','fc51811bda01c495adce6929e47af932','The site you were looking for, %s, does not exist, but you can create it now!',NULL,NULL,'','LINE',NULL,10,'','55974462217fde34e844f26bcb06c0ac','',NULL),(4014,'en','default','3c396a8d8d3bcec2830ffa22c2b2a385','The site you were looking for, %s, does not exist.',NULL,NULL,'','LINE',NULL,10,'','444176346f678dda61987f7fb7ad5165','',NULL),(4015,'en','default','e97fb5a45b703741ba6d4ee5139f3f9b','The slug “%s” is already in use by another term.',NULL,NULL,'','LINE',NULL,10,'','691c1a3150ffc98143c1750773a9b234','',NULL),(4016,'en','default','ee6852546f915242c21062583ea127b3','The source URL and the target URL cannot both point to the same resource.',NULL,NULL,'','LINE',NULL,10,'','42ca301b4543dbf8c8bf3836691526a0','',NULL),(4017,'en','default','85b1e2911c0f7906b0c85cd2806a529d','The source URL does not contain a link to the target URL, and so cannot be used as a source.',NULL,NULL,'','LINE',NULL,10,'','6186f65b18670775cd94e7e1718342a0','',NULL),(4018,'en','default','a6ef1871b857b227a6db74578b600104','The source URL does not exist.',NULL,NULL,'','LINE',NULL,10,'','ff4d5d53131fd4c47b13d8efea1775ad','',NULL),(4019,'en','default','96deee2a4b9c344e48e653932098b2ab','The specified namespace could not be found.',NULL,NULL,'','LINE',NULL,10,'','d9c3db7872c6c1f7b4e032485a91436a','',NULL),(4020,'en','default','b6b8ef7fb394fc99abfa5171504c6356','The specified target URL cannot be used as a target. It either doesn’t exist, or it is not a pingback-enabled resource.',NULL,NULL,'','LINE',NULL,10,'','ba4cc4d8a58c77935d5b5cffe8e3ecfa','',NULL),(4021,'en','default','45117809439b9e0adde45accc967370f','The specified target URL does not exist.',NULL,NULL,'','LINE',NULL,10,'','d46c5a1dfe2f622eebbd9c48d8d4c74d','',NULL),(4022,'en','default','476ade3f059d2538210d0bb28e90d9c8','The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.',NULL,NULL,'','LINE',NULL,10,'','8a80636f70963c81bf2482d6364fa4b5','',NULL),(4023,'en','default','a075667acae8dcf22af24eb742bed2d9','The term cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','1fd7db08733a9c313dfed1bb5bd7b437','',NULL),(4024,'en','default','18996d7a5f5d60a0f0d0bc00f49556f5','The term name cannot be empty.',NULL,NULL,'','LINE',NULL,10,'','4915b417ec78d7104b562303c25f6470','',NULL),(4025,'en','default','5e98c35cc58796868916dc9b91cf68e6','The terms assigned to the object in the %s taxonomy.',NULL,NULL,'','LINE',NULL,10,'','1fc3a55fc825fc5a4eed090edbcdb7e7','',NULL),(4026,'en','default','e2148c1d2f0c12812311af1e7cca83af','The theme defines itself as its parent theme. Please check the %s header.',NULL,NULL,'','LINE',NULL,10,'','0bd07931fd5b60e5223ccb6414158207','',NULL),(4027,'en','default','c4039b322b45bfa1b8c4a6241c104ddf','The theme directory \"%s\" does not exist.',NULL,NULL,'','LINE',NULL,10,'','f5dde63a13579407486bcc61be22f622','',NULL),(4028,'en','default','4f6213b70ef830bd67ce413922c74411','The theme file to use to display the object.',NULL,NULL,'','LINE',NULL,10,'','d5c7d2bb4ac0586447a174b96a54d720','',NULL),(4029,'en','default','9890795bad699eb9a781a3fcd053f2cd','The timezone you have entered is not valid. Please select a valid timezone.',NULL,NULL,'','LINE',NULL,10,'','1c805d6c19a9ffdcac879d2b745dec76','',NULL),(4030,'en','default','2e63c3e30cfc7fac70e31632311ba294','The title for the object.',NULL,NULL,'','LINE',NULL,10,'','c6cb1287875f49968814be941f0e336d','',NULL),(4031,'en','default','36185174ab724db05818af5fbc29c7c3','The title for the post type.',NULL,NULL,'','LINE',NULL,10,'','0a5895f812eeaa686b8ac212a9b700b3','',NULL),(4032,'en','default','d0292916fb6d0ecaee9f06941a911397','The title for the status.',NULL,NULL,'','LINE',NULL,10,'','a469b7fbd7b195396f159c6828c3992a','',NULL),(4033,'en','default','9dd8b04f046322506aabd37a7e79ae48','The title for the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','489b0ad094036d0ef5b54622044f144d','',NULL),(4034,'en','default','96303c647576d23133af8082001aa1f7','The user cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','9294487f2725d5761b6c3bfbfb4113bb','',NULL),(4035,'en','default','923417cb45cee36f5cf75cab184b56b7','The user is already active.',NULL,NULL,'','LINE',NULL,10,'','d454c4efc4320f01be3f6fda81f52c47','',NULL),(4036,'en','default','a469583ee5fcc120c3e5f0698e2ffbcd','The visibility settings for the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','b9a7a5b39e1511436c1084888ede2cbb','',NULL),(4037,'en','default','5ccbc1646f13b222706d919d303a77c7','The web browser on your device cannot be used to upload files. You may be able to use the <a href=\"%s\">native app for your device</a> instead.',NULL,NULL,'','LINE',NULL,10,'','9c7cbf670a58cdc7309232c68e30747a','',NULL),(4038,'en','default','49016ce3961b50dc15d3580f09e28945','Theme Details',NULL,NULL,'','LINE',NULL,10,'','23cbef833783281f6a77dbbc45f97918','',NULL),(4039,'en','default','ab1448284ed5c78df8eef4e0da8638d8','123 Main Street',NULL,NULL,'','LINE',NULL,10,'Theme starter content','1a440cc8c087476dd0e18a99f5bf7e66','',NULL),(4040,'en','default','8fa2d291e5f1ad2dce18ea4d7b0ba345','A homepage section',NULL,NULL,'','LINE',NULL,10,'Theme starter content','2465603268e5425c584e645299592fb0','',NULL),(4041,'en','default','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'','LINE',NULL,10,'Theme starter content','ca0960b5b5562867b92bcf396786cb8b','',NULL),(4042,'en','default','a9502b5bfa3a79a3f21f66d8365e20ff','About This Site',NULL,NULL,'','LINE',NULL,10,'Theme starter content','b2c6023af66cc61aaf82ed181d920eb2','',NULL),(4043,'en','default','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'','LINE',NULL,10,'Theme starter content','57c549056de01992fa747a65b9993ae3','',NULL),(4044,'en','default','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,10,'Theme starter content','c028b90b5f2c538f5a010cb8dc8867e1','',NULL),(4045,'en','default','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'','LINE',NULL,10,'Theme starter content','ab4e3fe993b0dcb435b50cd00b9bdd2d','',NULL),(4046,'en','default','8ff922bbcd8ad41cdfc48d3c5163b2ab','Calendar',NULL,NULL,'','LINE',NULL,10,'Theme starter content','efe89b5f59e306038b2bbf53dc9b07b2','',NULL),(4047,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'Theme starter content','4a9529f79d0c1fd1548b328d7b23efa1','',NULL),(4048,'en','default','bbaff12800505b22a853e8b7f4eb6a22','Contact',NULL,NULL,'','LINE',NULL,10,'Theme starter content','66a340ed1aa667d8f04978a9a7563ff4','',NULL),(4049,'en','default','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,10,'Theme starter content','c5270c42cf87d463f920f72772d77dd5','',NULL),(4050,'en','default','d85544fce402c7a2a96a48078edaf203','Facebook',NULL,NULL,'','LINE',NULL,10,'Theme starter content','2dfae690cb9e2241424b09f0d0fb1d29','',NULL),(4051,'en','default','da0b0cf54b79f953b13b5bf9a4373221','Find Us',NULL,NULL,'','LINE',NULL,10,'Theme starter content','834ff8473deea158ec426e7a0fde1c2a','',NULL),(4052,'en','default','938a835ccb58a4f17629d8530854f478','Foursquare',NULL,NULL,'','LINE',NULL,10,'Theme starter content','a9ca54b1bed8cfd7f37d79db9fa20c9d','',NULL),(4053,'en','default','d3b7c913cd04ebfec0e9ec32cb6fd58c','GitHub',NULL,NULL,'','LINE',NULL,10,'Theme starter content','9f0aa527045aecbe9734e1bd4080d2b6','',NULL),(4054,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,10,'Theme starter content','fc86a1ba558a3cc1e2725232d1a566b7','',NULL),(4055,'en','default','6a7e73161603d87b26a8eac49dab0a9c','Hours',NULL,NULL,'','LINE',NULL,10,'Theme starter content','090f24f762756076024e0a7bda3af4b8','',NULL),(4056,'en','default','55f015a0c5605702f913536afe70cfb0','Instagram',NULL,NULL,'','LINE',NULL,10,'Theme starter content','acf4d823da91a3931c6c7603b924e37b','',NULL),(4057,'en','default','e884c507c5198a4578a84498f7a323e2','LinkedIn',NULL,NULL,'','LINE',NULL,10,'Theme starter content','6745fa78866711b6c3244ab6702c9f70','',NULL),(4058,'en','default','b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'','LINE',NULL,10,'Theme starter content','d0483809bbeaf1be03785853e6c88087','',NULL),(4059,'en','default','7488cb507bc5a4b450e6aa36f1e57b65','Monday—Friday: 9:00AM–5:00PM',NULL,NULL,'','LINE',NULL,10,'Theme starter content','f9c690a022ed7f10d13fa8f3020f11be','',NULL),(4060,'en','default','6c579d35c1eb732b0ea0ce952b4d16fc','New York, NY 10001',NULL,NULL,'','LINE',NULL,10,'Theme starter content','ceb94512c025356d8127e9198ed5a2d2','',NULL),(4061,'en','default','dd1ba1872df91985ed1ca4cde2dfe669','News',NULL,NULL,'','LINE',NULL,10,'Theme starter content','ee6b85ce378b805249b4ea6e6a6cd217','',NULL),(4062,'en','default','86709a608bd914b28221164e6680ebf7','Pinterest',NULL,NULL,'','LINE',NULL,10,'Theme starter content','2546cd0d5b79dcc58d608b31f77ee2a0','',NULL),(4063,'en','default','69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'','LINE',NULL,10,'Theme starter content','183930a641e91c686beedb534954cd40','',NULL),(4064,'en','default','341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'','LINE',NULL,10,'Theme starter content','0c886e67192b727b1fb18bfde0fdf52f','',NULL),(4065,'en','default','db70b7567ca77e5bbc6856cd1921e075','Saturday & Sunday: 11:00AM–3:00PM',NULL,NULL,'','LINE',NULL,10,'Theme starter content','d877a0dde0f2d8aeec3f7bd511505e01','',NULL),(4066,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'Theme starter content','66e952af4dbb85a1df929b7d09dfa281','',NULL),(4067,'en','default','a82ef348ac200a23d3a53398603bff12','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.',NULL,NULL,'','LINE',NULL,10,'Theme starter content','05ebd0928a2b0020ea551eb0f5099a5c','',NULL),(4068,'en','default','eb9f561dd8c0ca9f59c3fafe416bb9a6','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.',NULL,NULL,'','LINE',NULL,10,'Theme starter content','da2229403890593732f33519c8cb66e2','',NULL),(4069,'en','default','da49e209e5b0350822be869c523e171c','This may be a good place to introduce yourself and your site or include some credits.',NULL,NULL,'','LINE',NULL,10,'Theme starter content','f94975f2845b8ee0403497772d2826da','',NULL),(4070,'en','default','2491bc9c7d8731e1ae33124093bc7026','Twitter',NULL,NULL,'','LINE',NULL,10,'Theme starter content','a172a343e1817d16f7573180b44b80e1','',NULL),(4071,'en','default','63ce97428c23abebe56b0592ca05c212','Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.',NULL,NULL,'','LINE',NULL,10,'Theme starter content','b68492fc6469fd35f20d0eb0cb03a927','',NULL),(4072,'en','default','f65fd2606e81c3b34afac2958980c017','Yelp',NULL,NULL,'','LINE',NULL,10,'Theme starter content','58ab71983a0a902fdeaf5ffe7a79f601','',NULL),(4073,'en','default','f0cf26845f7f97aadceef32391340e4c','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.',NULL,NULL,'','LINE',NULL,10,'Theme starter content','a58fd27e02f5228ca89e526f5d7c2b21','',NULL),(4074,'en','default','8dd1bae8da2e2408210d0656fbe6b7d1','YouTube',NULL,NULL,'','LINE',NULL,10,'Theme starter content','6156acaa89bffe3737569a4dfcea14e2','',NULL),(4075,'en','default','15942ab103fb29b51102337e0e278105','Theme support for %1$s should be registered before the %2$s hook.',NULL,NULL,'','LINE',NULL,10,'','73986bf13cc2d7bdcb9795c815d2dd45','',NULL),(4076,'en','default','75b6abe7aadff10d34eddba04ee8684c','Theme without %s',NULL,NULL,'','LINE',NULL,10,'','36d591bdb334924310f637a8870fbebe','',NULL),(4077,'en','default','83915d1254927f41241e8630890bec6e','Themes',NULL,NULL,'','LINE',NULL,10,'','67f738a4c4f3e6a3960b22423ae90250','',NULL),(4078,'en','default','6ae963eb02c570fbaf20ebc228bb516e','There are no HTTP transports available which can complete the requested request.',NULL,NULL,'','LINE',NULL,10,'','6f7864be71f395bf9a7d520c3c6b5b3c','',NULL),(4079,'en','default','520b97fe236eb939da54ee59fadabeb1','There are no associated subtitles.',NULL,NULL,'','LINE',NULL,10,'','3e3b1cf2bab02983d94aaa528dbed4e8','',NULL),(4080,'en','default','cc49bb61ab73a052da3aa3980c0488d1','There are no options for this widget.',NULL,NULL,'','LINE',NULL,10,'','17feadcc4faf56d7ddce40f000121daf','',NULL),(4081,'en','default','00b878ba2d60b6c3da65921a53664ee6','There are no widgets available.',NULL,NULL,'','LINE',NULL,10,'','3990b9ff56aed738d0f16b251fdad387','',NULL),(4082,'en','default','6ebbb1d74f170c0de0e2a26d1812b246','There doesn’t seem to be any new mail.',NULL,NULL,'','LINE',NULL,10,'','c2f8a35997a2ee6f4a4bacd5b3a02d2d','',NULL),(4083,'en','default','50a36cea6cff1699f0b0e78fe01912eb','There doesn\'t seem to be a %s file. I need this before we can get started.',NULL,NULL,'','LINE',NULL,10,'','2bfec86736056571cc0e4b7681d02ce8','',NULL),(4084,'en','default','6181d12cc4a083c461f5a92839f0ad6f','There has been an error cropping your image.',NULL,NULL,'','LINE',NULL,10,'','387affc82124cd02eb79b65b7c9ca66d','',NULL),(4085,'en','default','b34405939554646a3db84c797ff81576','There is %d error which must be fixed before you can save.',NULL,NULL,'','LINE',NULL,10,'','830ed3f7a0e31f60dcf6a6806c123e5f','',NULL),(4086,'en','default','4dfa96d2e24dd85cc9fbd76186e4aee0','There are %d errors which must be fixed before you can save.',NULL,NULL,'','LINE',NULL,10,'','aa16ea8770b61aa1af8079a6fec45b67','',NULL),(4087,'en','default','a39751b359911266ed8ec49b5f0348f8','There is %d error which must be fixed before you can update this file.',NULL,NULL,'','LINE',NULL,10,'','898e1fe61d4cfaa6e1b74d13259f3edf','',NULL),(4088,'en','default','b2ddce1619e12291038f97ebf7c484f5','There are %d errors which must be fixed before you can update this file.',NULL,NULL,'','LINE',NULL,10,'','39cf5ca4d002f326c5e79d54f33edaa6','',NULL),(4089,'en','default','bed99a8f4fd010a7b546318f19973fdb','There is a more recent autosave of your changes than the one you are previewing. <a href=\"%s\">Restore the autosave</a>',NULL,NULL,'','LINE',NULL,10,'','01bc61757b4f7dbcee8be44d6727d13a','',NULL),(4090,'en','default','d36b8c37025a56e879a93298b64fbb98','There is a revision of this post that is more recent.',NULL,NULL,'','LINE',NULL,10,'','c4dbf90492d24997b992a4974b19b4c1','',NULL),(4091,'en','default','a3a2b1236392fbb425691e8f089d161e','There is an autosave of this post that is more recent than the version below.',NULL,NULL,'','LINE',NULL,10,'','625f3234715421f127c41315f03bad91','',NULL),(4092,'en','default','b6a288f7ff79443df1ee6457a26d0b29','There is no autosave revision for this post.',NULL,NULL,'','LINE',NULL,10,'','cf8f76ebe43c9f05a3137f5b757aa787','',NULL),(4093,'en','default','b6051ddc105e45f0edabc340366aee25','There is no excerpt because this is a protected post.',NULL,NULL,'','LINE',NULL,10,'','0a5c401c4ebca77d371de25642c82e99','',NULL),(4094,'en','default','0bff66386ab6e250bf093a39501701e2','There is nothing to save. The autosave and the post content are the same.',NULL,NULL,'','LINE',NULL,10,'','2e77dec3e3d1d00b535b2966a8cf639e','',NULL),(4095,'en','default','bc755039bc92216220af1b18d910a6c3','There was a configuration error. Please contact the server administrator.',NULL,NULL,'','LINE',NULL,10,'','0ab4d941f6f5c18a6435133efe426c12','',NULL),(4096,'en','default','bab58727c2cb95cb32d002f10f8271d8','There was a problem, please correct the form below and try again.',NULL,NULL,'','LINE',NULL,10,'','fcfd7227385b1155f80b501f68662d3b','',NULL),(4097,'en','default','027227504b4c1708ca80ace4fce33beb','There was an authentication problem. Please reload and try again.',NULL,NULL,'','LINE',NULL,10,'','d9f5e3d83dc0b5108b9396707c08769b','',NULL),(4098,'en','default','3fa400ffbf4c1f2446459b80ac993f96','This action has been disabled by the administrator.',NULL,NULL,'','LINE',NULL,10,'','c53306d098edb5d96c9df7e512ddca79','',NULL),(4099,'en','default','208847923b8bfe8dbeeb67422a757268','This address is used for admin purposes, like new user notification.',NULL,NULL,'','LINE',NULL,10,'','9ac2d19ed365eb0b4bd4e5e4d480be51','',NULL),(4100,'en','default','5583796cd2bf914437e588c74ec03081','This argument has changed to an array to match the behavior of the other cron functions.',NULL,NULL,'','LINE',NULL,10,'','92bb153d5411ca6d0010cc3b94a433dd','',NULL),(4101,'en','default','8eb33aa7b501c8e3dcc9be4c7e99e9f5','This block can only be used once.',NULL,NULL,'','LINE',NULL,10,'','f854e888990848cd5c3ee570f8d46473','',NULL),(4102,'en','default','8e919866e797b9f5f616ae68548357ef','This block contains unexpected or invalid content.',NULL,NULL,'','LINE',NULL,10,'','7fb60525c7eb87dc709681d95bf15fbc','',NULL),(4103,'en','default','07e5d244fd0c9021180f2c3e7df874f5','This block has encountered an error and cannot be previewed.',NULL,NULL,'','LINE',NULL,10,'','cb9d414c364470211cfaf8109f67fce2','',NULL),(4104,'en','default','20cd8b0db417e1b8390f1fb7209c6b9c','This block is deprecated. Please use the Columns block instead.',NULL,NULL,'','LINE',NULL,10,'','c12600c4327ab22b7dd4ab40ba476111','',NULL),(4105,'en','default','eda82390dd6c43620977048ffd959614','This block is deprecated. Please use the Paragraph block instead.',NULL,NULL,'','LINE',NULL,10,'','286d216a8f8d8a4ed83ff0cabc7476b4','',NULL),(4106,'en','default','a0dc8125dd967032396771da92ef9f8e','This color combination may be hard for people to read. Try using a brighter background color and/or a darker text color.',NULL,NULL,'','LINE',NULL,10,'','0163f7dbbf4b77bb0ca103acd355a28e','',NULL),(4107,'en','default','2b41613d31184152cf9b1bf61ad06ba0','This color combination may be hard for people to read. Try using a darker background color and/or a brighter text color.',NULL,NULL,'','LINE',NULL,10,'','4cc7cf0b3a0c138952e856339cc97ec3','',NULL),(4108,'en','default','c0988e2ce3f0876747b53f093a508e78','This content is password protected. To view it please enter your password below:',NULL,NULL,'','LINE',NULL,10,'','4fe4660bf9620778ccca9791301a3627','',NULL),(4109,'en','default','d2c3c7805321d01e9bb8d5fa675eb06c','This content was deleted by the author.',NULL,NULL,'','LINE',NULL,10,'','99f8f8cb1610e3883775e5680512bd7d','',NULL),(4110,'en','default','600820c66fc961814bcf2386f5124491','This either means that the username and password information in your %1$s file is incorrect or we can’t contact the database server at %2$s. This could mean your host’s database server is down.',NULL,NULL,'','LINE',NULL,10,'','c039405c5f34232e13b674aa1608627d','',NULL),(4111,'en','default','58a7e16c4106bea89b5f871adc00afd1','This embed may not preserve its aspect ratio when the browser is resized.',NULL,NULL,'','LINE',NULL,10,'','946d962f08bc4884207d4a099400cf2b','',NULL),(4112,'en','default','b7afacfbd67142f558cf4dec2dfdaf6a','This embed will preserve its aspect ratio when the browser is resized.',NULL,NULL,'','LINE',NULL,10,'','26fd3ca555a7e24a99030f45acae5651','',NULL),(4113,'en','default','416feffd5cb14a0cdca85835446f2c96','This feature requires inline frames. You have iframes disabled or your browser does not support them.',NULL,NULL,'','LINE',NULL,10,'','737eebcbe304fd36ede47385009f8e25','',NULL),(4114,'en','default','fbc8f9e06b7947161c40a18cc5b95ae1','This file exceeds the maximum upload size for this site.',NULL,NULL,'','LINE',NULL,10,'','04b8f9ba1189c7d7afdcc00fc8413f07','',NULL),(4115,'en','default','834aa39471bd998f0ad7ff9958666ec0','This file is empty.',NULL,NULL,'','LINE',NULL,10,'','7d949c4efc7ad76bde33c7b8ba2b1ce7','',NULL),(4116,'en','default','15bbfc8d24495b5c259e64c803bdcd75','This file is empty. Please try another.',NULL,NULL,'','LINE',NULL,10,'','8ee384c3aa2c76d98a8f9048dc2309ae','',NULL),(4117,'en','default','fb6ffaf9ee797657db63054a2cbbf416','This file is not an image. Please try another.',NULL,NULL,'','LINE',NULL,10,'','0d8c213e2602f6e781830deb5d73b176','',NULL),(4118,'en','default','47ce7bcb66c5b6a4d5fdc6524cc1700f','This file is too big. Files must be less than %s KB in size.',NULL,NULL,'','LINE',NULL,10,'','d8f519a45f2c2129acdcf7d324a046b5','',NULL),(4119,'en','default','15e0a36466304157dab84f0518802449','This file no longer needs to be included.',NULL,NULL,'','LINE',NULL,10,'','d27d03ddf54711550d90533918951b7a','',NULL),(4120,'en','default','1572842f77296c773be7fb89f3532052','This form is not live-previewable.',NULL,NULL,'','LINE',NULL,10,'','dc5440dead561acb4203d88ba048302e','',NULL),(4121,'en','default','84c2ee2db6261cab1840c5988af079a7','This image has an empty alt attribute',NULL,NULL,'','LINE',NULL,10,'','6b0e91ecd57de42b2abb931d9d70c52f','',NULL),(4122,'en','default','b226f5c6ee41451f335e737a51a50779','This image has an empty alt attribute; its file name is %s',NULL,NULL,'','LINE',NULL,10,'','49bd0a632377f5ade626d3803628d19a','',NULL),(4123,'en','default','e7a5c3907191e9bd4c886775e39bb269','This is larger than the maximum size. Please try another.',NULL,NULL,'','LINE',NULL,10,'','44d87d1a123d7e66f6f16a12eaa14665','',NULL),(4124,'en','default','3e7a5f3ede08c5574e08d15acbc06fd6','This is the short link.',NULL,NULL,'','LINE',NULL,10,'','7461d96a7d725173acd6e66411610c5c','',NULL),(4125,'en','default','e2b6bcb991140139f1b2b4a209ac12e0','This link has expired.',NULL,NULL,'','LINE',NULL,10,'','db2d660ec2ebdf26f35855babbad9aa3','',NULL),(4126,'en','default','4c4af2869867ccb260ff7bda9d29ec0e','This link is not live-previewable.',NULL,NULL,'','LINE',NULL,10,'','6c6fab77df0a366166504c092d96d95c','',NULL),(4127,'en','default','f61bb05af81e14a1b4550025151f771d','This means that we lost contact with the database server at %s. This could mean your host’s database server is down.',NULL,NULL,'','LINE',NULL,10,'','98042873564a43f8d7dd7ef69a7b0415','',NULL),(4128,'en','default','bd1c35b260a738dc596b9a4e9f711789','This panel is used for managing navigation menus for content you have already published on your site. You can create menus and add items for existing content such as pages, posts, categories, tags, formats, or custom links.',NULL,NULL,'','LINE',NULL,10,'','47e4da7614c4d96091f7ea1b19133a88','',NULL),(4129,'en','default','6088afea9d44dccd415c1bfc32a795de','This post is already being edited.',NULL,NULL,'','LINE',NULL,10,'','03cf3a176501ca4864f00df9cde064c8','',NULL),(4130,'en','default','af87efe29da4e67cbaf3cea543f44f7d','This post is password protected. Enter the password to view comments.',NULL,NULL,'','LINE',NULL,10,'','255480053f343b09b65c4ebc9d90c218','',NULL),(4131,'en','default','be630323fd7d6c13db4d4f355f26ec9a','This resource is provided by your web host, and is specific to your site. For more information, <a href=\"%s\" target=\"_blank\">see the official WordPress documentation</a>.',NULL,NULL,'','LINE',NULL,10,'','48c7a6d042177b419952ea6503f1bd1d','',NULL),(4132,'en','default','b7c8a083c9fdceecbaa840b5d619f734','This site has been archived or suspended.',NULL,NULL,'','LINE',NULL,10,'','a6e6d86f82942b1431332e5e4fdf8c1a','',NULL),(4133,'en','default','140b56825102737e42b6789cfbc5fd11','This site has not been activated yet. If you are having problems activating your site, please contact %s.',NULL,NULL,'','LINE',NULL,10,'','f29dcd398bb801c0d241f9d56078927c','',NULL),(4134,'en','default','b1ad6c2ee43807bbabc7644a635eb6f6','This site is no longer available.',NULL,NULL,'','LINE',NULL,10,'','ed3169f4ea2d2d84533d50b4225baa59','',NULL),(4135,'en','default','964dc5b6039e7475fc3ed8d4b9c08364','This taxonomy is not hierarchical.',NULL,NULL,'','LINE',NULL,10,'','a56e2836aaaa778b5dd2376a203a0b66','',NULL),(4136,'en','default','535038f721137c0e370be5bc77024d92','This theme doesn’t support video headers on this page. Navigate to the front page or another page that supports video headers.',NULL,NULL,'','LINE',NULL,10,'','7d55676afe83d6b3970e0cbcf12d821b','',NULL),(4137,'en','default','568b36a128a89cc50b6435b8acea6fa7','This theme failed to load properly and was paused within the admin backend.',NULL,NULL,'','LINE',NULL,10,'','bf6aa9d1ddf8326ffa0bda19b86ce0ca','',NULL),(4138,'en','default','8d75336beed9098f94c0c923674f993d','This video file is too large to use as a header video. Try a shorter video or optimize the compression settings and re-upload a file that is less than 8MB. Or, upload your video to YouTube and link it with the option below.',NULL,NULL,'','LINE',NULL,10,'','4914ab481eedc56a6eb723060198f16a','',NULL),(4139,'en','default','22bae8b603a1ee9f29ef6620f48701d5','This widget may contain code that may work better in the “Custom HTML” widget. How about trying that widget instead?',NULL,NULL,'','LINE',NULL,10,'','7ab11297a44b57dbfaa687b4cd20e8ec','',NULL),(4140,'en','default','e051a2c8d47edcffb9c35a7db352fd3e','This widget may have contained code that may work better in the “Custom HTML” widget. If you haven’t yet, how about trying that widget instead?',NULL,NULL,'','LINE',NULL,10,'','f96f016cc4150dd1c28286f0d3b8ea30','',NULL),(4141,'en','default','ed5e8353dfc585f4c6b3a55d1a9fc01d','Thu',NULL,NULL,'','LINE',NULL,10,'','24a7eb00e3e7837d5f6c79b578831d11','',NULL),(4142,'en','default','b7c161bb87bb0308fb25e6f68d0a5632','Thumbnail',NULL,NULL,'','LINE',NULL,10,'','d8b1db30db76fd40e53d0e6df043435d','',NULL),(4143,'en','default','8b394d6ed5585431f701406734498024','Thumbnail Height',NULL,NULL,'','LINE',NULL,10,'','f6b9e8220086f7ec93dcac57c34710e2','',NULL),(4144,'en','default','86284b33a5f68d33f9c21d90d2bdc431','Thumbnail Width',NULL,NULL,'','LINE',NULL,10,'','3d5a15c7ef76e37931d0edfc1926e404','',NULL),(4145,'en','default','a4a62e1d85737df6c888492c12efb74e','Thumbnails are cropped to align.',NULL,NULL,'','LINE',NULL,10,'','6628e5c0a39bc35c80a22af48ff7213a','',NULL),(4146,'en','default','08a41085e0eb36c71c30961bb54c16c6','Thumbnails are not cropped.',NULL,NULL,'','LINE',NULL,10,'','86165614912c4258b49efdb521cdc0f6','',NULL),(4147,'en','default','78ae6f0cd191d25147e252dc54768238','Thursday',NULL,NULL,'','LINE',NULL,10,'','392dd122642b15dc0b539dbf82cd0614','',NULL),(4148,'en','default','b9ece18c950afbfa6b0fdbfa4ff731d3','T',NULL,NULL,'','LINE',NULL,10,'Thursday initial','4613ed4876da5c364d8c29fde2902d86','',NULL),(4149,'en','default','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,10,'','2e13b4b07f0d3f1727242e235930ed92','',NULL),(4150,'en','default','6b366d6891897f5c37c0b8b2ef7f212e','Time Format',NULL,NULL,'','LINE',NULL,10,'','e11d60a2253c77ba8a8c0db6c48e7b59','',NULL),(4151,'en','default','5818041ad9207d48d0ff65f72cffad61','Time Slider',NULL,NULL,'','LINE',NULL,10,'','d4d10defed47f77654865874f8274453','',NULL),(4152,'en','default','45c10605e0a492fbe7a3eac258cd1e81','Time Zone',NULL,NULL,'','LINE',NULL,10,'','d68dc4f05a963d0700674e520859ae86','',NULL),(4153,'en','default','3e06848f3fe1ceec82e808fdaeef0e2f','Time to add some links! Click “%s” to start putting pages, categories, and custom links in your menu. Add as many things as you’d like.',NULL,NULL,'','LINE',NULL,10,'','5e74a34d80540d174ea6566e83a33fa5','',NULL),(4154,'en','default','236df51bb0e6416236e255b528346fca','Timezone',NULL,NULL,'','LINE',NULL,10,'','5915ad52b9e72aaf528fc0981eb3f6d6','',NULL),(4155,'en','default','7549bbd648754fde93f1ff9eb09bb09d','Timezone is %1$s (%2$s), currently %3$s.',NULL,NULL,'','LINE',NULL,10,'','ca7246647739478efa3cb648ecaea8ac','',NULL),(4156,'en','default','9976df4aef0b75e3c3ec2f4ffc4e2bf0','Timezone is %s.',NULL,NULL,'','LINE',NULL,10,'','1f8de1f6ad25454d384f924b981e234b','',NULL),(4157,'en','default','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'','LINE',NULL,10,'TinyMCE','16a671b5537ac7c93403d17b05fac061','',NULL),(4158,'en','default','0615a38067b62382dc1667010669b238','Formats',NULL,NULL,'','LINE',NULL,10,'TinyMCE','c309d54ad80b4cad79932709692f4c3e','',NULL),(4159,'en','default','545b1150d9c178bf41eee6c799b715d7','Headings',NULL,NULL,'','LINE',NULL,10,'TinyMCE','bf4f1a76cfe411ae7527e2b5e109200f','',NULL),(4160,'en','default','9f366f4b46ad8974bd7d34044d290bdc','Insert template',NULL,NULL,'','LINE',NULL,10,'TinyMCE','64340617f3498ef93bbe035dad90cfec','',NULL),(4161,'en','default','7df96b18c230f90ada0a9e2307226338','Templates',NULL,NULL,'','LINE',NULL,10,'TinyMCE','1987f73fc29d5c017993bacf694bc472','',NULL),(4162,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','0d81ae4ba9e7ad8ce2ba9074bd35f4a2','',NULL),(4163,'en','default','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','dcbc3d97bacc0f23e91db43df4c2b9e7','',NULL),(4164,'en','default','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','4e82bfe9097bf237ee41f247b96f1f51','',NULL),(4165,'en','default','a458be0f08b7e4ff3c0f633c100176c0','Insert',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','50fcae93719ce0d73936c7c646aa50d5','',NULL),(4166,'en','default','51c45b795d5d18a3e4e0c37e8b20a141','Table',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','c23acc3d3781ffd15a65d537929f2244','',NULL),(4167,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','912de17b9ed43ad0ac0572d0e16da6c7','',NULL),(4168,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'TinyMCE menu','06d72a8d9a24a17c8a4b25f75e0d9f01','',NULL),(4169,'en','default','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'','b3c5fecc59ff16a164cc807c01794efd','',NULL),(4170,'en','default','d79162782feef239dca92bdaf1d87485','Title Attribute',NULL,NULL,'','LINE',NULL,10,'','8352819fd5e764ca14c19b0a38054174','',NULL),(4171,'en','default','ba00a8068b5f8be705b055c597599c32','Title for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,10,'','5ebf6f7a3e81cb8ac0a676f78f8b29e7','',NULL),(4172,'en','default','dd4dd25014ca1b4d8e88141cf8d7c516','Title for the widget',NULL,NULL,'','LINE',NULL,10,'','0df3b56e495dc02ae44ca9a72be7cf66','',NULL),(4173,'en','default','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'','LINE',NULL,10,'','992b7ee8edcf90f12c80ab09f1b2bfaa','',NULL),(4174,'en','default','c5ce17989b395da483c021f8f2f95b42','To activate your blog, please click the following link:\\n\\n%1$s\\n\\nAfter you activate, you will receive *another email* with your login.\\n\\nAfter you activate, you can visit your site here:\\n\\n%2$s',NULL,NULL,'','LINE',NULL,10,'','0d85c76fe1e727fa141b5eaa0acb9aa2','',NULL),(4175,'en','default','53b51327000ae2c9a1dadaa29729e79d','To activate your user, please click the following link:\\n\\n%s\\n\\nAfter you activate, you will receive *another email* with your login.',NULL,NULL,'','LINE',NULL,10,'','4a525131c6756d77bef599f080a18624','',NULL),(4176,'en','default','3e8499a2faa2fe769a9654bd99f28b4f','To change or disable registration go to your <a href=\"%s\">Options page</a>.',NULL,NULL,'','LINE',NULL,10,'','4d44f06a7350be968a00a5cfc9f47151','',NULL),(4177,'en','default','7da96a30dc9586fc401a7b91f29c9dfe','To edit the featured image, you need permission to upload media.',NULL,NULL,'','LINE',NULL,10,'','6cf0890992526f74c03abc65cc8da160','',NULL),(4178,'en','default','868db7d8cc1606a010902e87a6a7a855','To edit this block, you need permission to upload media.',NULL,NULL,'','LINE',NULL,10,'','75360fb5a7bed866e92160741426fd4c','',NULL),(4179,'en','default','940995ecad89598fc6c26af8194c1e0e','To move away from this area, press the Esc key followed by the Tab key.',NULL,NULL,'','LINE',NULL,10,'','2a6cd7f3fe782d1f45fd5f101057afa8','',NULL),(4180,'en','default','b27fba2381fb8b66b9740a36b3739f01','To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.',NULL,NULL,'','LINE',NULL,10,'','1326d8509d420673b4e58f1044c2692e','',NULL),(4181,'en','default','2cbc8491d8537e3c37c19b7da0bd3862','To reset your password, visit the following address:',NULL,NULL,'','LINE',NULL,10,'','45920d61d110ecc28da4bdc3f077de18','',NULL),(4182,'en','default','0b33cd34d5019f30f3d57aa13d569a0c','To set your password, visit the following address:',NULL,NULL,'','LINE',NULL,10,'','5d88fe659d3f812b2c9a1d817a3a1936','',NULL),(4183,'en','default','1dd1c5fb7f25cd41b291d43a89e3aefd','Today',NULL,NULL,'','LINE',NULL,10,'','3d7e9c9f3e06dcb8bcf51087cee13fb3','',NULL),(4184,'en','default','4b0efc98ab40ccb97706c360ac603d5f','Toggle Editor Text Direction',NULL,NULL,'','LINE',NULL,10,'','19ad371a701c3419e83d83828b253e91','',NULL),(4185,'en','default','adbd4f50d3d966c33016032ad38f976e','Toggle Loop',NULL,NULL,'','LINE',NULL,10,'','6e1f03a7a59a39e37e0e2cdeb56fed81','',NULL),(4186,'en','default','563bb59ef550e4f68bd0088c3ae46243','Toggle section: %s',NULL,NULL,'','LINE',NULL,10,'','c2cf3e19cb17ccced67b9a2577f1c934','',NULL),(4187,'en','default','309fd996a4fbc00f2280c39547980066','Toggle section: Custom Links',NULL,NULL,'','LINE',NULL,10,'','da8baf5e44a9f8cecc6156b9be6a90ad','',NULL),(4188,'en','default','765b715e953e2de36e8cc5e76a40434f','Toggle to show a large initial letter.',NULL,NULL,'','LINE',NULL,10,'','fd8ffb869d7c027fb6a0c6ba3e94eb12','',NULL),(4189,'en','default','56eacbb4c5e942094ecfe5b9b0b3531e','Too many redirects.',NULL,NULL,'','LINE',NULL,10,'','abf9bce335054d355f88a9f073bbf837','',NULL),(4190,'en','default','ef05c8098cdb2b34e39c80515fc037bd','Toolbar',NULL,NULL,'','LINE',NULL,10,'','6cf233f4fac93dc46d8957fce6913be3','',NULL),(4191,'en','default','d2f66c7283ee9c138e321df747e8e65e','Toolbar Toggle',NULL,NULL,'','LINE',NULL,10,'','1aaf41aa5d908835cad36447da5f63dc','',NULL),(4192,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,10,'','79f82700646024c661c9af34f1cdad5f','',NULL),(4193,'en','default','a4ffdcf0dc1f31b9acaf295d75b51d00','Top',NULL,NULL,'','LINE',NULL,10,'','a259c0ab0cdbf8082c32dc09884b77a7','',NULL),(4194,'en','default','ac71274aea488e58bea2a8c716fc578f','Top Left',NULL,NULL,'','LINE',NULL,10,'','07456d4060360137b06ab8a59b1f5218','',NULL),(4195,'en','default','5f9f678446e1abe7e062b056e755e059','Top Right',NULL,NULL,'','LINE',NULL,10,'','07d46d191bd34f0c9c7507a328c84867','',NULL),(4196,'en','default','d0374f0fc89579777c4ec5a161a157c6','Top Toolbar',NULL,NULL,'','LINE',NULL,10,'','0a2f3bf30befa264bc3f7d49efb4397b','',NULL),(4197,'en','default','3d9536e64c8df595bc5708c5fe45da54','Top toolbar activated',NULL,NULL,'','LINE',NULL,10,'','ac6d7438239cbb67db8133dae878a653','',NULL),(4198,'en','default','38fe12f9e5b6dd5ab8ea513e1686ca9a','Top toolbar deactivated',NULL,NULL,'','LINE',NULL,10,'','e0618951839adef7b53b638d9b2cbe8d','',NULL),(4199,'en','default','d3182c806395e0df8e9dc2e3ef3bca6a','Trackback',NULL,NULL,'','LINE',NULL,10,'','6ded795b05507d0fcab59251d69c4716','',NULL),(4200,'en','default','b519c566f47f158ca50b83e6e3e6595c','Trackback excerpt: ',NULL,NULL,'','LINE',NULL,10,'','f43e604ee850e133b0d282b19d801b75','',NULL),(4201,'en','default','9ba13cc65e32eedb8b6ad34d61f4f8fa','Tracks (subtitles, captions, descriptions, chapters, or metadata)',NULL,NULL,'','LINE',NULL,10,'','68ffe672802980a6f48af6ce51211eac','',NULL),(4202,'en','default','26b9f94892c3b50769bcc8839ee8f6a8','Transform To:',NULL,NULL,'','LINE',NULL,10,'','114286c4ac291a29d3224892d0b2df20','',NULL),(4203,'en','default','6bf5105380e3b083a6c3e222159c277e','Transform into:',NULL,NULL,'','LINE',NULL,10,'','ed010018d9c47bae9a26882c1b54fce9','',NULL),(4204,'en','default','f921236eaec67e7802b4b40270f522b1','Translation Updates',NULL,NULL,'','LINE',NULL,10,'','2d04537f6097f58c25ad39b2a32df1c6','',NULL),(4205,'en','default','169e03ae210e6a8d40438fea0401e016','Trash <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','ce25dc2a42523107744de7180cf46ce2','',NULL),(4206,'en','default','d44954dd8579bc74a8fec72d87f5fa39','Trash it: %s',NULL,NULL,'','LINE',NULL,10,'','5f192820abc1fdbcad10c52c08bd9ac1','',NULL),(4207,'en','default','89569ea4d58afc9857b356a51eed5cb5','Trashing failed',NULL,NULL,'','LINE',NULL,10,'','eb941b02fe816fa26b5daacd73e09daa','',NULL),(4208,'en','default','2ddecde85408faf230652444db78cb72','Tue',NULL,NULL,'','LINE',NULL,10,'','bed10104d15fe938d1d2bd970214b4eb','',NULL),(4209,'en','default','5792315f09a5d54fb7e3d066672b507f','Tuesday',NULL,NULL,'','LINE',NULL,10,'','f1eb08569cb75d06b791ee20eecf59cb','',NULL),(4210,'en','default','b9ece18c950afbfa6b0fdbfa4ff731d3','T',NULL,NULL,'','LINE',NULL,10,'Tuesday initial','f42944ff1f7fcf30e4f96d7a71fd957b','',NULL),(4211,'en','default','c1612bbdebfa45467e8ab814e08daff1','Turkish',NULL,NULL,'','LINE',NULL,10,'','f0272e8c73b146bf3f7f0edcf7f2a093','',NULL),(4212,'en','default','b966700942bd57bf4fa40d731b3bb47f','Turn off Fullscreen',NULL,NULL,'','LINE',NULL,10,'','84979a09e3e39acf8fb3adcd6d9bc445','',NULL),(4213,'en','default','1c21fbd5249f1c20bd89119ab5c678ba','Twice Daily',NULL,NULL,'','LINE',NULL,10,'','b613cfa9b9c9747a59cd7a3cc60c6f43','',NULL),(4214,'en','default','d5fc846c9d7c0cf3303b0ffd9d47b3f9','Type attribution for the term.',NULL,NULL,'','LINE',NULL,10,'','90a7522585f298cfbb98f9f1fa63e2ba','',NULL),(4215,'en','default','8f87693faa049da505ef84097fdaf47b','Type of Comment for the object.',NULL,NULL,'','LINE',NULL,10,'','53e89471df007387ccb09e25acc4ee96','',NULL),(4216,'en','default','8177befb87cbbe1db03a1a0fb31a7456','Type of Post for the object.',NULL,NULL,'','LINE',NULL,10,'','5071e5ae24b28a1b366d413cafd30fd0','',NULL),(4217,'en','default','5b18a33a25c32cb6acacc6de4abb28ab','Type text or HTML',NULL,NULL,'','LINE',NULL,10,'','037565529e9d1d62f9e000709e6737b9','',NULL),(4218,'en','default','2f176c7e2356684f1fd79665c4182e41','Types associated with the taxonomy.',NULL,NULL,'','LINE',NULL,10,'','0c01116a8d43e79728ec986604daf513','',NULL),(4219,'en','default','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'','LINE',NULL,10,'','802085e356f3f0ca83e27a09855b481e','',NULL),(4220,'en','default','4f0b98f298a117e0646a11e98a25a803','URL Slug',NULL,NULL,'','LINE',NULL,10,'','b2deab88d01bd6086914f7b2721cfd0f','',NULL),(4221,'en','default','f39c353d00cf92e1fb4a1bbf5b3ddc9d','URL for the object author.',NULL,NULL,'','LINE',NULL,10,'','a16d0d930ef2a90097d38171bf8e30ee','',NULL),(4222,'en','default','5c027d34ca7eb6299fc1f7f2b160acda','URL of the term.',NULL,NULL,'','LINE',NULL,10,'','531f85e43616ab1212093b21c3d21139','',NULL),(4223,'en','default','aa9727cc09860d8f48ef4b0e005c85f0','URL of the user.',NULL,NULL,'','LINE',NULL,10,'','39f20e1011a10ab39fd86979a2c5863d','',NULL),(4224,'en','default','ba4a145e3d65ef2b809a30554964a6f7','URL to the %s audio source file',NULL,NULL,'','LINE',NULL,10,'','6b36a9fb6ac897ce80d4c8f521bc7f39','',NULL),(4225,'en','default','24dfae83c93d33edc4366f31d0fbfff8','URL to the %s video source file',NULL,NULL,'','LINE',NULL,10,'','7219284a16b75a7f1e92c14501d755a9','',NULL),(4226,'en','default','bc9718344703d93f0386c5c34d7fdaaa','URL to the media file',NULL,NULL,'','LINE',NULL,10,'','73f4b46e8089a47aeb56547fb0a4e98b','',NULL),(4227,'en','default','9635051b634751db4bb9266782ef13c3','URL to the object.',NULL,NULL,'','LINE',NULL,10,'','95e6629ae5c154a2301febaf2ca024ce','',NULL),(4228,'en','default','dba68d23f4aacaf8db4c8058d8cce105','URL to the original attachment file.',NULL,NULL,'','LINE',NULL,10,'','bb2dfdc4bb0d9527ed3c2fe5d4ce23e6','',NULL),(4229,'en','default','1e0d36c28b3b237af18c36e171a50484','URL: %s',NULL,NULL,'','LINE',NULL,10,'','4ec2e8b09e0f3d02e3576a1ef84c4aa0','',NULL),(4230,'en','default','9234324ddf6b4176b57d803a925b7961','UTC',NULL,NULL,'','LINE',NULL,10,'','92df13d39453f15b8e522e5f18776b73','',NULL),(4231,'en','default','e78a6fc14ad64f7a78386b20568ce95b','Ukrainian',NULL,NULL,'','LINE',NULL,10,'','36dc4259d51866b07c97033351d5007d','',NULL),(4232,'en','default','3798d92b59621e5115de3db5376d6911','Unable to create directory %s. Is its parent directory writable by the server?',NULL,NULL,'','LINE',NULL,10,'','6a26590eb2d5326a243dbd502c35cf04','',NULL),(4233,'en','default','837f82780b545bb981f480881a663928','Unable to preview media due to an unknown error.',NULL,NULL,'','LINE',NULL,10,'','9107edfb83af7c9d41dc1c87d051a258','',NULL),(4234,'en','default','a2f35db0a6553042b64f57663313ec8e','Unable to retrieve the error message from MySQL',NULL,NULL,'','LINE',NULL,10,'','580f209bfab081b1ed66a200aa0532ca','',NULL),(4235,'en','default','533f3e6155bebf08fa1aa674cd084324','Unable to save due to %s invalid setting.',NULL,NULL,'','LINE',NULL,10,'','24def2ce30f1ce8c3357f655a30d19db','',NULL),(4236,'en','default','ca0670e05c30608702b7770c262ee719','Unable to save due to %s invalid settings.',NULL,NULL,'','LINE',NULL,10,'','db812cd6a6881f76bcd1f59228a5f7b0','',NULL),(4237,'en','default','9005288e4f684ee713e0d4b6a2b6a54a','Unable to send personal data export confirmation email.',NULL,NULL,'','LINE',NULL,10,'','b2d8039ce44a3688bd99a79dbf2546aa','',NULL),(4238,'en','default','16db551826e979e043d4b2979b4b2b57','Unable to submit this form, please try again.',NULL,NULL,'','LINE',NULL,10,'','344a20f40bf0e3e68ccf17fb85600f1e','',NULL),(4239,'en','default','0f0935e4aa9d107c4c508480efdf8f62','Unable to trash changes.',NULL,NULL,'','LINE',NULL,10,'','10db5015166328c822475f2072b5b784','',NULL),(4240,'en','default','2753302f5d12fbc9740c03488678f89c','Unapproved',NULL,NULL,'','LINE',NULL,10,'','24ead4d25f45e99c93dbab0af5cdace1','',NULL),(4241,'en','default','f03dae1c1c6c8af30048105bdb8de037','Unattached',NULL,NULL,'','LINE',NULL,10,'','9354b51480d8f5f0683c31d45d405255','',NULL),(4242,'en','default','edc50197274c0e2321f262a2763751fd','Unauthorized to modify setting due to capability.',NULL,NULL,'','LINE',NULL,10,'','95ebe7f64c6bc00df1151b93e4995fa1','',NULL),(4243,'en','default','e02bbe3bdb41fb479b5d83e5af5dfa76','Unauthorized. You may remove the customize_messenger_channel param to preview as frontend.',NULL,NULL,'','LINE',NULL,10,'','9566570cab6cada8ced3f30f53502cd8','',NULL),(4244,'en','default','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'','LINE',NULL,10,'','352d15ac8569cb95f59fe1e9b7d5755b','',NULL),(4245,'en','default','c97a839c6d92238877b5a7816a006827','Under %s',NULL,NULL,'','LINE',NULL,10,'','c4940752fe5b26877b6654763af116a4','',NULL),(4246,'en','default','852721aa5fc738dfedff2945d71da439','Underline',NULL,NULL,'','LINE',NULL,10,'','4cd5206fb524f54ae7480f0ee3e0d957','',NULL),(4247,'en','default','cda3abb49bc5e41d25ef123293b9ede7','Underline the selected text.',NULL,NULL,'','LINE',NULL,10,'','30480afe5504eb315ffed2eea7d9c14d','',NULL),(4248,'en','default','1cdc076b28f70afac5fcedadf99fa119','Undo',NULL,NULL,'','LINE',NULL,10,'','821350ec04bf9b1db4bb9148ca6f2257','',NULL),(4249,'en','default','12e1b90cb1d7843fb8f322b2c1f2d36f','Undo your last changes.',NULL,NULL,'','LINE',NULL,10,'','3164fcde1c8a33a3909503f001c06713','',NULL),(4250,'en','default','6b2400ed38cc539e12d7f05f6173a92d','Unique identifier for the object.',NULL,NULL,'','LINE',NULL,10,'','8140dce479c07535a5cc418d23f8efbb','',NULL),(4251,'en','default','5cc7bc95147780b8cb0e3445b95635c6','Unique identifier for the term.',NULL,NULL,'','LINE',NULL,10,'','069ee2aa88054fb31a60cd4c480b4c3d','',NULL),(4252,'en','default','03802882f3028ad844735aaf9803b423','Unique identifier for the user.',NULL,NULL,'','LINE',NULL,10,'','01c9f8bac7ab2eb74334bd7896871c94','',NULL),(4253,'en','default','0a48d8f78ee8fc4e9bf008fde71a14b2','Unique registered name for the block.',NULL,NULL,'','LINE',NULL,10,'','ae41d7e64874543bc1980d5efe4db9ff','',NULL),(4254,'en','default','ed26ac87c78d2d69b6ed5fd1ec8cfb28','Unknown Feed',NULL,NULL,'','LINE',NULL,10,'','45ec9b878e5fd9644f5652ff7623fa81','',NULL),(4255,'en','default','aee9784c03b80d38d3271cde2b252b8d','Unknown error',NULL,NULL,'','LINE',NULL,10,'','bbddd20b37fe567a12ca9bdb9e10481a','',NULL),(4256,'en','default','c1a39b6a60f8b2f87e23d60ab649d994','Unlink',NULL,NULL,'','LINE',NULL,10,'','d95bbc9332cd3aa822fe62b7ccd5e56a','',NULL),(4257,'en','default','454761c561b8a59823e80dff51fc49d1','Unmute',NULL,NULL,'','LINE',NULL,10,'','718a4a4d2a0d9cc16853c51b64a73322','',NULL),(4258,'en','default','8330aad74ae13b357647d3287261e8ef','Unpin from toolbar',NULL,NULL,'','LINE',NULL,10,'','65c4e74a0439ba9bc3214534227b8da7','',NULL),(4259,'en','default','601202bdbea4d1229e23c27845648ac4','Unrecognized Block',NULL,NULL,'','LINE',NULL,10,'','7706c01897ab82d1084fe93a2089a3b4','',NULL),(4260,'en','default','41bfc469b4ec7b2bc041b5b8bec11009','Unrecognized background setting.',NULL,NULL,'','LINE',NULL,10,'','b1e1c2b1180e78917f5a5b27b87e53d3','',NULL),(4261,'en','default','e6b8d5ef8eba2ff037f6717af4942ab6','Unregistering a built-in post type is not allowed',NULL,NULL,'','LINE',NULL,10,'','93cfd6eec0d2e60dcf44271dec31fb36','',NULL),(4262,'en','default','e39b5042a0e7ac744d04b54524e4161c','Unregistering a built-in taxonomy is not allowed.',NULL,NULL,'','LINE',NULL,10,'','83101af207d47d0bb25eb3d2faa6dfb3','',NULL),(4263,'en','default','7bcf3c14b7c909ab786105b6a2142ccc','Unsupported value type (%s).',NULL,NULL,'','LINE',NULL,10,'','81520d5cb322096ab6c72bed2020b657','',NULL),(4264,'en','default','911af7aa209e00b49f3d6fd2afa92564','Untitled',NULL,NULL,'','LINE',NULL,10,'','a00ca84d6a2c1249a0616065b8d3c0c8','',NULL),(4265,'en','default','99a51d6aabd1ad31f546deb60d5b3183','Untitled Reusable Block',NULL,NULL,'','LINE',NULL,10,'','4bb437aa2c97f76804cfbfb95a7f994d','',NULL),(4266,'en','default','8147a01f4ab72c718aefadd4c1ebe057','Up and Down Arrows',NULL,NULL,'','LINE',NULL,10,'','e95b24a315283de99b82915331e96e4e','',NULL),(4267,'en','default','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,10,'','75c32262eca43c6cc7c1c51c70e20c73','',NULL),(4268,'en','default','17f72185527df754fda2147fe9214a68','Update Category',NULL,NULL,'','LINE',NULL,10,'','0f508746bc2730e7380b4ab2dc118cfe','',NULL),(4269,'en','default','dd334d8159a0c93ffd01ce9242678753','Update Failed!',NULL,NULL,'','LINE',NULL,10,'','009eda4d1539a28844a03d9d8d6c260c','',NULL),(4270,'en','default','d5b84d4feb161a21c659a8175fa135c2','Update Failed: %s',NULL,NULL,'','LINE',NULL,10,'','e2b76a336590e56f5d9efbec8fb6c659','',NULL),(4271,'en','default','4328855ee46e155ebc33bd4a65d6fbf5','Update Link Category',NULL,NULL,'','LINE',NULL,10,'','95e9867d6395f1152108da49e86857c3','',NULL),(4272,'en','default','99b1054c0f320be9f109c877a5efd0b2','Update Now',NULL,NULL,'','LINE',NULL,10,'','0adf66f18bbd23ebe851f58aba1e11c5','',NULL),(4273,'en','default','9b876e1d90383435d480a6154db7c13f','Update PHP',NULL,NULL,'','LINE',NULL,10,'','a4d75a6f7668e018c5a25121991e2b15','',NULL),(4274,'en','default','639aa9045afb08bc935d23192a9845bc','Update Tag',NULL,NULL,'','LINE',NULL,10,'','7e30d063186dca5435f224b6a32f5828','',NULL),(4275,'en','default','3ccd389ff1f66b148bb8ed1f6350c9c7','Update anyway, even though it might break your site?',NULL,NULL,'','LINE',NULL,10,'','628924f6fefcbd6579addbc3a43056d6','',NULL),(4276,'en','default','4ddfd1eb03504954d496fbbe5e992239','Update audio playlist',NULL,NULL,'','LINE',NULL,10,'','89cff63e44e81ee4de587722e6cef266','',NULL),(4277,'en','default','8735a870b9ee522d45d11e93d7e4ee18','Update canceled.',NULL,NULL,'','LINE',NULL,10,'','848dafe3a1007bda1cf598b178b2b42b','',NULL),(4278,'en','default','2a67ff00bb425023117150bbe9bc553a','Update completed successfully.',NULL,NULL,'','LINE',NULL,10,'','6f7c7b216f7a849be0a752d920b1da2c','',NULL),(4279,'en','default','3aca6c061cd3089b2d768a0913d11996','Update gallery',NULL,NULL,'','LINE',NULL,10,'','f51dbeaeb81220777d323bc979e43cee','',NULL),(4280,'en','default','dd9d28bfefd68e9dd263dcac9a515831','Update now',NULL,NULL,'','LINE',NULL,10,'','28d048dddb33e6f3ab2f62d7fca709e4','',NULL),(4281,'en','default','5eaf95a1e1b3d1fc100e67a28fa83997','Update video playlist',NULL,NULL,'','LINE',NULL,10,'','507d2713adb42e84665fb4d6d22cec4a','',NULL),(4282,'en','default','fc25153614e9941b1039a501285395fa','Updates may not complete if you navigate away from this page.',NULL,NULL,'','LINE',NULL,10,'','5babf754c97f7c74185913f3856aa0cd','',NULL),(4283,'en','default','6909beea5b50605780e3411f879fe916','Updating',NULL,NULL,'','LINE',NULL,10,'','37ece26fd698f0315857698dbab26b21','',NULL),(4284,'en','default','ca6c05a7d86fa4995681c0677644cdff','Updating comment failed.',NULL,NULL,'','LINE',NULL,10,'','46f617736c38bfc318a6abfcd353986f','',NULL),(4285,'en','default','9ef580ee41d29ac1b7d6a0ca3b0eaf41','Updating comment status failed.',NULL,NULL,'','LINE',NULL,10,'','70bd85ba2395a66c9b3e1b455aa78a52','',NULL),(4286,'en','default','7345fee9faef643114fd09fb76ff622b','Updating failed',NULL,NULL,'','LINE',NULL,10,'','5d4fff6306b5db8106c1aaf6f178ee9a','',NULL),(4287,'en','default','a7d784a6301793f61c070496d6988d36','Updating...',NULL,NULL,'','LINE',NULL,10,'','56a917e28eb613ed7201ae742754b42c','',NULL),(4288,'en','default','f808220bd26883833454ecfd92e4d20d','Updating... please wait.',NULL,NULL,'','LINE',NULL,10,'','5bd5f84ab6f0836e97d2959fb7f3022c','',NULL),(4289,'en','default','805a5e568de319f7ed3bddc6a5866d68','Updating…',NULL,NULL,'','LINE',NULL,10,'','01a6580c68f241fd21e3e46cbf1bd7ad','',NULL),(4290,'en','default','91412465ea9169dfd901dd5e7c96dd99','Upload',NULL,NULL,'','LINE',NULL,10,'','ff1b5fa64bfdfd9dce92fdd29f37f344','',NULL),(4291,'en','default','b9e3f1ba171b47de3af8b63e6a7b549a','Upload Files',NULL,NULL,'','LINE',NULL,10,'','5ca04ac11153aabf8b8de6c994a24b64','',NULL),(4292,'en','default','cdacdfdb8df0f3847f16c22f4d0e599b','Upload Images',NULL,NULL,'','LINE',NULL,10,'','153c7d9dba6c231bebb4be875feda097','',NULL),(4293,'en','default','d381ca5ca6f338521b0ecf2d1d26723b','Upload Limit Exceeded',NULL,NULL,'','LINE',NULL,10,'','4a846046ad450b985975fda3282e61e4','',NULL),(4294,'en','default','26de4d3e04796d6486136c5b8203c3ac','Upload an image',NULL,NULL,'','LINE',NULL,10,'','282b9d688ebda6addc64fd6baaab7781','',NULL),(4295,'en','default','cde28f5998d2dd5da84a4ab21143bc67','Upload failed.',NULL,NULL,'','LINE',NULL,10,'','e7261d1cf87f29f6411ae72ae1fc3ca5','',NULL),(4296,'en','default','884d69a38dca21484bdb10764a87544a','Upload stopped.',NULL,NULL,'','LINE',NULL,10,'','c6f08673780846d43b8f3e182446f347','',NULL),(4297,'en','default','f11389b213ac5945019cededa5c6026a','Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a height of %2$s pixels.',NULL,NULL,'','LINE',NULL,10,'','3e99a6d01e828b6186eb3feca6df79fd','',NULL),(4298,'en','default','077c5d74988bdaf7dc8994e6c5a82278','Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a width of %2$s pixels.',NULL,NULL,'','LINE',NULL,10,'','cfd708816df84f4d3134f59be19a57f5','',NULL),(4299,'en','default','169cbb48d89474198cdd37bcb4b58fa8','Upload your video in %1$s format and minimize its file size for best results. Your theme recommends dimensions of %2$s pixels.',NULL,NULL,'','LINE',NULL,10,'','900aef82169f244b750599d69cd1c03e','',NULL),(4300,'en','default','cc61813e466c0d2bb09362273cd44818','Uploaded By',NULL,NULL,'','LINE',NULL,10,'','58e0713f910491948dae26dbbcb3624f','',NULL),(4301,'en','default','565d8e166cd2f0008bba4b668e336a77','Uploaded To',NULL,NULL,'','LINE',NULL,10,'','330da8ab9f42cef502c1733368540514','',NULL),(4302,'en','default','8301c6f24b51680169cf4e3e78769b6b','Uploaded on:',NULL,NULL,'','LINE',NULL,10,'','17de515d6fda7277e9b16088d1f311ca','',NULL),(4303,'en','default','d0d27b8c0a217e894a4fa35f92e10e9a','Uploaded to this page',NULL,NULL,'','LINE',NULL,10,'','89019a6315465cb38caf7eda13034953','',NULL),(4304,'en','default','efd45652d5b438399e104e351a5f5a8e','Uploaded to this post',NULL,NULL,'','LINE',NULL,10,'','9b76316a8feb18741be57028b72c78c2','',NULL),(4305,'en','default','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'','LINE',NULL,10,'Uploader: Drop files here - or - Select Files','2e4d5cf5a3222117aac1ae7b5f620463','',NULL),(4306,'en','default','3f1c5b0049a9751e6f5f9e702b74a0dd','Uploading',NULL,NULL,'','LINE',NULL,10,'','53f1fd67593ca10d720f076be5826ccd','',NULL),(4307,'en','default','5ec2118f437bb6a9882c139fbca36625','Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead.',NULL,NULL,'','LINE',NULL,10,'','08821dd32da9e98ff05c543573368f91','',NULL),(4308,'en','default','42a26099103ca8beafcbaef85721ac85','Usage of user levels is deprecated. Use capabilities instead.',NULL,NULL,'','LINE',NULL,10,'','1bdb44e9d03ffac4d6c31b00b9e65bec','',NULL),(4309,'en','default','6f23115d9c7a83e82e6c92783f340935','Use %s instead if you do not want the value echoed.',NULL,NULL,'','LINE',NULL,10,'','6662dc442cede7e453b98b38af283c0b','',NULL),(4310,'en','default','72981f2c4a1e5c13c35cba7ff84b446f','Use %s instead.',NULL,NULL,'','LINE',NULL,10,'','5fce5ad2f749df0b3606696a17e647fd','',NULL),(4311,'en','default','ab59431e6448123615e6159af2766327','Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.',NULL,NULL,'','LINE',NULL,10,'','b4f251b3cb00816e12d1ebf835b91fbd','',NULL),(4312,'en','default','99ca5e71861c5d32ae039a453c69a08c','Use URL',NULL,NULL,'','LINE',NULL,10,'','d3833cf8b1e5f225af357dd67e75c39f','',NULL),(4313,'en','default','947c66075475faaeca0a4ae5816b7e6c','Use Up/Down Arrow keys to increase or decrease volume.',NULL,NULL,'','LINE',NULL,10,'','e84af9e96fc1aeb42d55d1d4df53a9c0','',NULL),(4314,'en','default','7c4b0a9eeb84b7d4fe84092c3200cddc','Use a post format',NULL,NULL,'','LINE',NULL,10,'','922c89b35fc2c533c5c5c07717ab982c','',NULL),(4315,'en','default','129e9a744f2aca9b48c06f955a11d4d8','Use a secure password',NULL,NULL,'','LINE',NULL,10,'','ea50a3545b5163fbe6b0d56c48db3c12','',NULL),(4316,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'','LINE',NULL,10,'','25256afdba7a598bcbc5b5377b942fa4','',NULL),(4317,'en','default','b9248abbf3d8cfc9f00e7ae639403e4f','Use commas instead of %s to separate excluded terms.',NULL,NULL,'','LINE',NULL,10,'','d456516aaa2a863f0078e37f065429d5','',NULL),(4318,'en','default','c611ae11301dc1a10dfbd25ca09c8a79','Use the %s filter instead.',NULL,NULL,'','LINE',NULL,10,'','2d12352039ebc198209986a7854d4848','',NULL),(4319,'en','default','448a3f08787b479214317fd55220c7f9','Use the Custom HTML widget to add arbitrary HTML code to your widget areas.',NULL,NULL,'','LINE',NULL,10,'','976791ef4171873883f5696f6e4150ee','',NULL),(4320,'en','default','97f44b8bc4a79cb2cd2a7b5793ab1e2c','Use the classic WordPress editor.',NULL,NULL,'','LINE',NULL,10,'','3bb813ce42a8f7b51f3e48082aeafdae','',NULL),(4321,'en','default','ff2d42ce154e3efb4651285d79f28d88','Use your arrow keys to change the base color. Move up to lighten the color, down to darken, left to decrease saturation, and right to increase saturation.',NULL,NULL,'','LINE',NULL,10,'','31471dfeb7f168b80373d6ed55af3aa7','',NULL),(4322,'en','default','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'','LINE',NULL,10,'','f1409c7b9ffbf730af47b2fb984a01c5','',NULL),(4323,'en','default','5443e6fcfb5c32fa04b0427e25eec032','User Dashboard: %s',NULL,NULL,'','LINE',NULL,10,'','748d1d61481f376617e8f1c530e60615','',NULL),(4324,'en','default','9012a64fd878bb959c31d959ed5f26e5','User Description',NULL,NULL,'','LINE',NULL,10,'','bf5db03d882ff5a84a05796bab5ac69d','',NULL),(4325,'en','default','344705ebf9d608c7c6411fb56eb016dd','User Display Name',NULL,NULL,'','LINE',NULL,10,'','0c08c7d0ad687d5f748db2e1bb8acf4a','',NULL),(4326,'en','default','12137902d0577bca8826245ab754e202','User Email',NULL,NULL,'','LINE',NULL,10,'','bc9f6c851d547e52252c908ccf38dced','',NULL),(4327,'en','default','7160dfa0331b7e9695c3715911e5f7be','User First Name',NULL,NULL,'','LINE',NULL,10,'','9d36a9a939f3a2fdb4bc4b4280428e27','',NULL),(4328,'en','default','1edcdad89b3a2245d759a169da1bf5a3','User ID',NULL,NULL,'','LINE',NULL,10,'','f43dc5cf54a173519c944e5477f36ef2','',NULL),(4329,'en','default','5518f33e4afb8418cece99c4a446cb3a','User Last Name',NULL,NULL,'','LINE',NULL,10,'','b419740d5b6fa1728170ea59f919f2e3','',NULL),(4330,'en','default','2ed85673c671a4f6a96ccccf154dab83','User Login Name',NULL,NULL,'','LINE',NULL,10,'','dc15a22d8b09c61c9de4c7a04aee1105','',NULL),(4331,'en','default','fa452f03f25bc957d1c4f0ad800ee12a','User Nice Name',NULL,NULL,'','LINE',NULL,10,'','fb999f0804c33b2c35b2e86c5e4755cc','',NULL),(4332,'en','default','fce6d68e65d321313d88e3986ab279b0','User Nickname',NULL,NULL,'','LINE',NULL,10,'','d47a69ee26df238bc565c5ba6b25c6a9','',NULL),(4333,'en','default','aedfb728cce4e54852e3ad8eecaa9e30','User Registration Date',NULL,NULL,'','LINE',NULL,10,'','b240647defc40be5c0d5463ff2357096','',NULL),(4334,'en','default','ae0af2cd4d1f36d1eb0a7aa9fe95d68c','User Request',NULL,NULL,'','LINE',NULL,10,'','4e6f540e77b8614b93bfc232281aebc9','',NULL),(4335,'en','default','219c7893bca2db4f21d08bc31ad5dcdc','User Requests',NULL,NULL,'','LINE',NULL,10,'','d9809a3dc9bef9edad100956ec62fedb','',NULL),(4336,'en','default','3cb24a10213c0a4a0c7807f0126d26f4','User URL',NULL,NULL,'','LINE',NULL,10,'','9e4011624ac2d021b4bcead421570c3f','',NULL),(4337,'en','default','a6574e9dcd0cfbb7103c128022793768','User action confirmed.',NULL,NULL,'','LINE',NULL,10,'','ad225ffb53431fd1e2a2257bebdafb18','',NULL),(4342,'en','default','8440bea90d9fdfee30f071717310ee75','User agent for the object author.',NULL,NULL,'','LINE',NULL,10,'','50967010fcfc1a0c997fff0def283d7c','',NULL),(4343,'en','default','badc07c246517026412996d823bb0049','User cannot be added to this site.',NULL,NULL,'','LINE',NULL,10,'','624f5a05c10ee481928a45804003a08f','',NULL),(4344,'en','default','62cf231d6ae083d40498544d21df034b','User has blocked requests through HTTP.',NULL,NULL,'','LINE',NULL,10,'','1d5bfcadc56476784719f8e460d0bc49','',NULL),(4345,'en','default','c7e7ed8af48a7192439a1e6f01ada430','User registration has been disabled.',NULL,NULL,'','LINE',NULL,10,'','d4a888cc695d3df06fd33bc51851f454','',NULL),(4346,'en','default','fd59a8830e9900f1e2dceef04f82f70d','User registration is currently not allowed.',NULL,NULL,'','LINE',NULL,10,'','070dc54a3d2d0fcf234a4236a175518f','',NULL),(4347,'en','default','7b7bc2512ee1fedcd76bdc68926d4f7b','Administrator',NULL,NULL,'','LINE',NULL,10,'User role','aa7a15d568aa03399f2ca1c5ad29e244','',NULL),(4348,'en','default','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,10,'User role','38274bbbce80e5214d2ed71ca163d888','',NULL),(4349,'en','default','23d21ad4dea7aadf907e5e601b1905e6','Contributor',NULL,NULL,'','LINE',NULL,10,'User role','c1d98650ab5784ac183c3ed438179102','',NULL),(4350,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'','LINE',NULL,10,'User role','8d8cf357cd0fab34f07d0094d5b51eb9','',NULL),(4351,'en','default','992c4a5b4628d8ebf671cf460254ee81','Subscriber',NULL,NULL,'','LINE',NULL,10,'User role','53ba96d3cfa65ea2638aebc3fa16ed6b','',NULL),(4352,'en','default','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'','LINE',NULL,10,'','1e45a87f4464a1452ebbf10e3753b50a','',NULL),(4353,'en','default','70aba3332b3436abcd9b7c0781be84fe','Username contains invalid characters.',NULL,NULL,'','LINE',NULL,10,'','0afbdd24d92a98d4f398be369c843a70','',NULL),(4354,'en','default','c8b95430a5e3cc7c4074ece9e8ecb572','Username isn\'t editable.',NULL,NULL,'','LINE',NULL,10,'','df4297e98dc702334fd57b0d331cecd1','',NULL),(4355,'en','default','4a229bd53e8e48dc8e2f665e1a975102','Username may not be longer than 60 characters.',NULL,NULL,'','LINE',NULL,10,'','8bdb6d7f2f92203c08acb0b6af866136','',NULL),(4356,'en','default','a67443a439945f38a2c44736593f8fbb','Username must be at least 4 characters.',NULL,NULL,'','LINE',NULL,10,'','cad80132c935cb0a8ff875856111c32a','',NULL),(4357,'en','default','2dc51259aa01455fe5bec5b1ad553e07','Username or Email Address',NULL,NULL,'','LINE',NULL,10,'','c8ba2bad67e335befff3827bea125e24','',NULL),(4358,'en','default','cac81c648846c9b8c3e6085a45782c7e','Username:',NULL,NULL,'','LINE',NULL,10,'','b8e15ca906084cb8a434c51db81897a5','',NULL),(4359,'en','default','5ce5005997ef50f6191ae79fe58081a3','Username: %s',NULL,NULL,'','LINE',NULL,10,'','73baca12f7fa6a33a74a353dd100bd70','',NULL),(4360,'en','default','361dbed597a91b9e1efa48ad72a3ca02','Usernames can only contain lowercase letters (a-z) and numbers.',NULL,NULL,'','LINE',NULL,10,'','d2c7f84c7dbf51b3eb32010b6fab7831','',NULL),(4361,'en','default','f9aae5fda8d810a29f12d1e61b4ab25f','Users',NULL,NULL,'','LINE',NULL,10,'','4e25467f9cdc867a5ba886b63e5b139f','',NULL),(4362,'en','default','20d41d4d4a6e22aaa9db7ee2b742e982','Users do not support trashing. Set \'%s\' to delete.',NULL,NULL,'','LINE',NULL,10,'','09a0981e48c912b41cec9a75d994f3b4','',NULL),(4363,'en','default','98cc99adc12166c3d8f086c0ccc2cde9','Verse',NULL,NULL,'','LINE',NULL,10,'','8c8a187abc8a7483af300cef411b4ac6','',NULL),(4364,'en','default','74b4d117f854db7d07f2079fc4b7e7b5','Version of the content block format used by the object.',NULL,NULL,'','LINE',NULL,10,'','eaa35a8797bb701199f3a276993486d4','',NULL),(4365,'en','default','363d949e84c4bf30ee4570927a474e4d','Vertical Pos.',NULL,NULL,'','LINE',NULL,10,'','3d90aa495f2b394183c570e1268e0b5b','',NULL),(4366,'en','default','661c3eb2cc7359dae285e8ace83711df','Vertical space',NULL,NULL,'','LINE',NULL,10,'','6c5e81ec479f60e479e97b99c6b09e23','',NULL),(4367,'en','default','109a6d7566d1c39d07642e6dd7b1f002','Very dark gray',NULL,NULL,'','LINE',NULL,10,'','4bd0259e0bca32cda3971a7723adaeda','',NULL),(4368,'en','default','0a88f06a5ceb0a21f3c785ecbfb168d1','Very light gray',NULL,NULL,'','LINE',NULL,10,'','77450c4643739760db43221546a9f988','',NULL),(4369,'en','default','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'','LINE',NULL,10,'','1d30266922c0a2336164c671b54e7973','',NULL),(4370,'en','default','fd4e0941799a5ed56a8b239a5136e44b','Video <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','3a6686e4a41c2082f5a2b7169a605205','',NULL),(4371,'en','default','b02954876e166a45b577424e3c426f79','Video Details',NULL,NULL,'','LINE',NULL,10,'','b4c3e18cf1a5147954df5c5042936951','',NULL),(4372,'en','default','9ff7aedbb97ead6f3840ce4cf984d800','Video Player',NULL,NULL,'','LINE',NULL,10,'','1b979bcd006c8330ba9ce3488577de55','',NULL),(4373,'en','default','aa0216116f23a035770b09e88a4e5d77','Video Settings',NULL,NULL,'','LINE',NULL,10,'','9e2fa675bbabc0945ff0232571b102e3','',NULL),(4374,'en','default','dc758d07b7bea56cbd9cf76e32889236','Video Widget',NULL,NULL,'','LINE',NULL,10,'','3e27664fd6f12f0d25582ce8de0c62ab','',NULL),(4375,'en','default','2111eaed6a5fb3c24cf27766ead3ecfe','Video Widget (%d)',NULL,NULL,'','LINE',NULL,10,'','acc96ea352590072bba37ceae6f74799','',NULL),(4376,'en','default','1a9e39489b6972b906f2826ede88426b','Video is paused.',NULL,NULL,'','LINE',NULL,10,'','53ebd06316b1e58fa42f18287a7c7b12','',NULL),(4377,'en','default','3a19ac238d1620b777568b5e4e975835','Video is playing.',NULL,NULL,'','LINE',NULL,10,'','04181b3166f81eedb5e0d62a112f0bd4','',NULL),(4378,'en','default','7b80fae85640c16cdb0261bef0c27636','Vietnamese',NULL,NULL,'','LINE',NULL,10,'','8535007d094a66479857e5a18dc02f80','',NULL),(4379,'en','default','3a70b86b7a951d9859529cafcd3dd036','View Attachment Page',NULL,NULL,'','LINE',NULL,10,'','1cef563473f3b04c82eceed74df3ba96','',NULL),(4380,'en','default','2092cc595a667cd600cec70e40c3adfa','View Block',NULL,NULL,'','LINE',NULL,10,'','b49879aa1e6420319cedd6868987fd1e','',NULL),(4381,'en','default','a0925476f70856079fc6f34624318308','View Category',NULL,NULL,'','LINE',NULL,10,'','f10d678299bf0be3f029234d66dd385d','',NULL),(4382,'en','default','284e96ef54f22aa8aafdde70bf583930','View Changeset',NULL,NULL,'','LINE',NULL,10,'','25f590b3f0e8e80d375a81272c53ed6e','',NULL),(4383,'en','default','e4b846392f10f46b032cf155c39a0eaf','View Page',NULL,NULL,'','LINE',NULL,10,'','1e09ff187b30f6425228fe872f91115a','',NULL),(4384,'en','default','a9561986022df085d550cdba5ddbe47d','View Pages',NULL,NULL,'','LINE',NULL,10,'','40bfb0f084a2a264845ba3d0148d5c0f','',NULL),(4385,'en','default','36d0c22e8ec7773b71039c8225cb3dcf','View Post',NULL,NULL,'','LINE',NULL,10,'','86387cc916e1d4731fc24d8f19f9d685','',NULL),(4386,'en','default','71e641fd5cdebb12d2a82b2d61919d3c','View Posts',NULL,NULL,'','LINE',NULL,10,'','3e5318b56e2a8ba2eae041deece4c041','',NULL),(4387,'en','default','3ef43c95f7b82ae64a8407f95caeabe5','View Tag',NULL,NULL,'','LINE',NULL,10,'','81809b4b8a63f9bb427f481adee951b4','',NULL),(4388,'en','default','621cd424c8e3025e1ba1e91955ad0b74','View User',NULL,NULL,'','LINE',NULL,10,'','4189ea37ea30d9147c8470581c7f3781','',NULL),(4389,'en','default','0588313a2e87ab0967a0de6763930bbb','View attachment page',NULL,NULL,'','LINE',NULL,10,'','aff45aecd5bd9ec2c47b3a1e68871c3c','',NULL),(4390,'en','default','1076ce53296a7998e8b2bacd3674eebd','View the autosave',NULL,NULL,'','LINE',NULL,10,'','69852e340a702f7ce06fec65b3b8a915','',NULL),(4391,'en','default','1729a56cfc89021478498fe0c89a843a','Visibility',NULL,NULL,'','LINE',NULL,10,'','7a0b197b10a67faacab92a51ec9c4587','',NULL),(4392,'en','default','8ad79b21078fa8ab5e3a251a533084e5','Visibility:',NULL,NULL,'','LINE',NULL,10,'','4ec2ca01b3252c14bdc274bdef643e9e','',NULL),(4393,'en','default','336f98a148f51a21ce7918324bc0af70','Visible to everyone.',NULL,NULL,'','LINE',NULL,10,'','f4c54d4eb10887e91fe61de67e2602e5','',NULL),(4394,'en','default','c1c89d3aaf07937292b584812c578533','Visit %s’s website',NULL,NULL,'','LINE',NULL,10,'','40bc14d00d89ffbb36d8bab7a2fb4ec7','',NULL),(4395,'en','default','62a76601df2ead31cb69b9700db2828a','Visit Site',NULL,NULL,'','LINE',NULL,10,'','dc6ce0091856305fb0f1b2afdabef96c','',NULL),(4396,'en','default','01a23ad87d518ac297063053699bbc69','Visual Editor',NULL,NULL,'','LINE',NULL,10,'','b4c74f1ec85742f2488e5676a9c1155a','',NULL),(4397,'en','default','bf4045f440986c8aa85ba655896ad93e','Visual aids',NULL,NULL,'','LINE',NULL,10,'','aac6c68b345af31127cccefbac240296','',NULL),(4398,'en','default','1dc1ba3c25a5c40f41de9584319c82c6','Visual editor selected',NULL,NULL,'','LINE',NULL,10,'','86d7e0240faf1e18d3890d3745838b3f','',NULL),(4399,'en','default','80adf7ef4df3f84f5039e65f673d3c9f','Vivid cyan blue',NULL,NULL,'','LINE',NULL,10,'','e0fa9b48b0624fd46295a94dfca45759','',NULL),(4400,'en','default','532bcf8c13fd672e3b056b3764594247','Vivid green cyan',NULL,NULL,'','LINE',NULL,10,'','53ee33e461cb5e9e4f996a255bacdffb','',NULL),(4401,'en','default','797a6971485770892f7aa4034a3ca757','Vivid red',NULL,NULL,'','LINE',NULL,10,'','61b476a3927e9f03801678a68bef1253','',NULL),(4402,'en','default','ca65a525a0282c0abcb7f591801c7b67','Volume Slider',NULL,NULL,'','LINE',NULL,10,'','83fbb9026cb109120d158a0945b4b288','',NULL),(4403,'en','default','593a6683a17a67addafca5d52c5cc4f5','Wait a little longer. Sometimes delivery of email can be delayed by processes outside of our control.',NULL,NULL,'','LINE',NULL,10,'','d857a2f1c5079a9e5ec68a35a0925e97','',NULL),(4404,'en','default','27e4514f63ebf86ca17f236615e14bf8','Warning: the link has been inserted but may have errors. Please test it.',NULL,NULL,'','LINE',NULL,10,'','2ba20e4df246d6921d4bf1846115c09d','',NULL),(4405,'en','default','7fca0b67276c39b04581f1fb2839b2ce','We already have a ping from that URL for this post.',NULL,NULL,'','LINE',NULL,10,'','a71b3972fdb06bfcccd2e78fd5d5213f','',NULL),(4406,'en','default','0f9bfb0fcc8a2ad7fd851f538e9e23e7','We can’t find that audio file. Check your <a href=\"%s\">media library</a> and make sure it wasn’t deleted.',NULL,NULL,'','LINE',NULL,10,'','7038b149fdaf548a15f558584010673a','',NULL),(4407,'en','default','73824da64581e9c2835a18e98b02114f','We can’t find that file. Check your <a href=\"%s\">media library</a> and make sure it wasn’t deleted.',NULL,NULL,'','LINE',NULL,10,'','c229951f922e247ea51ad205f455c60a','',NULL),(4408,'en','default','3c04a1bf7be69961a78684d33fec7740','We can’t find that image. Check your <a href=\"%s\">media library</a> and make sure it wasn’t deleted.',NULL,NULL,'','LINE',NULL,10,'','32e618714d21e52256f110fb4ee03b0a','',NULL),(4409,'en','default','1456e0ff8b139c10c12d8da7219431ac','We can’t find that video. Check your <a href=\"%s\">media library</a> and make sure it wasn’t deleted.',NULL,NULL,'','LINE',NULL,10,'','bf8f8c7af176ba502f709a9c61ced478','',NULL),(4410,'en','default','654e5972f070f59ea59d8eb90786cb8c','We cannot find a title on that page.',NULL,NULL,'','LINE',NULL,10,'','e45f094a2d0164f05f572d86129d88d9','',NULL),(4411,'en','default','2de27af160c9ab57741ad700cd8a7045','We couldn’t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.',NULL,NULL,'','LINE',NULL,10,'','0a5ee77da184f74138ff33325e58a0f9','',NULL),(4412,'en','default','8465191bc3d1ddf27fc549baf4f074d8','We send your registration email to this address. (Double-check your email address before continuing.)',NULL,NULL,'','LINE',NULL,10,'','003eb27043d9a038364a3dc16afbdedc','',NULL),(4413,'en','default','61d55cbde3cd95352a97ebfd5cf41031','We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database.',NULL,NULL,'','LINE',NULL,10,'','9cf933e40ec34c2a460587a3c882ecd6','',NULL),(4414,'en','default','15bbb9d0bbf25e8d2978de1168c749dc','Website',NULL,NULL,'','LINE',NULL,10,'','1e2f700cb972d0a5fd5bf9d2f0411e53','',NULL),(4415,'en','default','1e49df867e3d704e6dadbef0a023106d','Website: %1$s (IP address: %2$s, %3$s)',NULL,NULL,'','LINE',NULL,10,'','c4f0d4e19bb1e42cc5b098baff5d7679','',NULL),(4416,'en','default','510c292b1686eb070d9e90a575f74106','Wed',NULL,NULL,'','LINE',NULL,10,'','9a86d33a633b13b1247b54ec69be8846','',NULL),(4417,'en','default','796c163589f295373e171842f37265d5','Wednesday',NULL,NULL,'','LINE',NULL,10,'','87487a396bb404ed0253d6ed81dd1566','',NULL),(4418,'en','default','61e9c06ea9a85a5088a499df6458d276','W',NULL,NULL,'','LINE',NULL,10,'Wednesday initial','c904002b53c5adadb7f6c76c5837e756','',NULL),(4419,'en','default','4d643dbfdc01edbb72f83f5d2d8b8254','Welcome back, %s. By filling out the form below, you can <strong>add another site to your account</strong>. There is no limit to the number of sites you can have, so create to your heart’s content, but write responsibly!',NULL,NULL,'','LINE',NULL,10,'','dded87a420d0d05c20b95910ff3e43d4','',NULL),(4420,'en','default','406c1cd7448d22a3c541834823374fe4','Welcome to the wonderful world of blocks! Click the “+” (“Add block”) button to add a new block. There are blocks available for all kinds of content: you can insert text, headings, images, lists, and lots more!',NULL,NULL,'','LINE',NULL,10,'','20756e25350dd558836e29cdc4e10086','',NULL),(4421,'en','default','bbb0fa49b525c4264f4ad7a06adc3e07','Welsh',NULL,NULL,'','LINE',NULL,10,'','f73290db91da49fbedfd852317d8f94b','',NULL),(4422,'en','default','1c00cd13b67df2ae2c1df8a5642aff9a','What do I do now?',NULL,NULL,'','LINE',NULL,10,'','8596e9fc93dcc787d6ef5412a37dffeb','',NULL),(4423,'en','default','3f297ef15cde0668e93b35f2752fd4fd','What’s next?',NULL,NULL,'','LINE',NULL,10,'','b73f6e945857fddc8c44ca6df9c8775d','',NULL),(4424,'en','default','ce60b57ba87585fd8eb74b3337c4df8c','When in reorder mode, additional controls to reorder menu items will be available in the items list above.',NULL,NULL,'','LINE',NULL,10,'','41ae3fa626a15dfbf69ec6565529298f','',NULL),(4425,'en','default','08f8170a537ef34cc64fbc971d2cc463','When in reorder mode, additional controls to reorder widgets will be available in the widgets list above.',NULL,NULL,'','LINE',NULL,10,'','10184d0067cbef1bbd085a08af069f46','',NULL),(4426,'en','default','3257a7bf3ce4453e4b287d99a791ebe6','When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.',NULL,NULL,'','LINE',NULL,10,'','3a85fc63304360aa933574d864621b37','',NULL),(4427,'en','default','141eda2001c8a2a55dc035ab09d74554','When using a keyboard to navigate:',NULL,NULL,'','LINE',NULL,10,'','33b00b20a898dc932f07b2542bff0c54','',NULL),(4428,'en','default','43056b2106872caba1b0d8895a1680fd','When you’re ready, submit your work for review, and an Editor will be able to approve it for you.',NULL,NULL,'','LINE',NULL,10,'','457d032328a2885858436d376a8cacf8','',NULL),(4429,'en','default','a5801349af83a5db2ededce05be6e756','Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users.',NULL,NULL,'','LINE',NULL,10,'','739b2a6faa97e69b2ae964d1cc335d62','',NULL),(4430,'en','default','a171952eaa61b5df98a6ac299d230f04','Whether or not comments are open on the object.',NULL,NULL,'','LINE',NULL,10,'','46f5533268580a4f1b15ba2e4dbdbd3f','',NULL),(4431,'en','default','c8b0d1ff603db4d74c68206aaffcfe87','Whether or not the object can be pinged.',NULL,NULL,'','LINE',NULL,10,'','93e0d3b5f25d49d411ee1a4fb5234e63','',NULL),(4432,'en','default','01f68bf388f6cbb38c22421f796b8ddd','Whether or not the object should be treated as sticky.',NULL,NULL,'','LINE',NULL,10,'','a3cb8a36c5ba73525d1351dd8172d0db','',NULL),(4433,'en','default','52704bd631805cef3cec04428918b2e9','Whether or not the post type can be viewed.',NULL,NULL,'','LINE',NULL,10,'','012b418531844a45a9955fd909a5f448','',NULL),(4434,'en','default','18740f43e301e20746f4a2885ee05929','Whether or not the post type should have children.',NULL,NULL,'','LINE',NULL,10,'','0160d98d7c8e75bdc73e1dce72826502','',NULL),(4435,'en','default','01ba0c2362dd2d654d256a4a5f54131d','Whether or not the taxonomy should have children.',NULL,NULL,'','LINE',NULL,10,'','060df3bb88fab2caecc01a937cd45028','',NULL),(4436,'en','default','9d9ade7336c2d152c45f41589c7a5cf3','Whether or not the term cloud should be displayed.',NULL,NULL,'','LINE',NULL,10,'','92f18c7884f9dc3cdb7d03ec328ef65b','',NULL),(4437,'en','default','070e0e96437f53441b3dde12dcb550f0','Whether posts of this status should be shown in the front end of the site.',NULL,NULL,'','LINE',NULL,10,'','500b4428277a21ceda9d85e7545ef4c8','',NULL),(4438,'en','default','722c386a7b34c61955123c83b32d4ced','Whether posts with this status should be private.',NULL,NULL,'','LINE',NULL,10,'','52bc2ae51c0c1d9768d3b769c4193ed9','',NULL),(4439,'en','default','067f8d63da6d55fa29802f1ecb33338e','Whether posts with this status should be protected.',NULL,NULL,'','LINE',NULL,10,'','7e62d23139e7561030dd4cc03a3e29a7','',NULL),(4440,'en','default','fc6cd0cc184c5723b2ab04908813077d','Whether posts with this status should be publicly-queryable.',NULL,NULL,'','LINE',NULL,10,'','380e09a3ddfc7c23844e5fd31f73364c','',NULL),(4441,'en','default','74236fb078d02c86a64ea6e50b780cf6','Whether the content is protected with a password.',NULL,NULL,'','LINE',NULL,10,'','8500c7a3320c707e8b96ea66a25b78c3','',NULL),(4442,'en','default','cbf94e2fa4027c81771eb185406821f4','Whether the excerpt is protected with a password.',NULL,NULL,'','LINE',NULL,10,'','65eb72875444d422d11371572d86f162','',NULL),(4443,'en','default','0d812320c42ece7bf7c0335cdbb3469d','Whether the taxonomy is publicly queryable.',NULL,NULL,'','LINE',NULL,10,'','da0ba6c53d416b7001d8a2c43a61281a','',NULL),(4444,'en','default','257ee3c0e885d35d32060eb12ff80365','Whether the theme supports post thumbnails.',NULL,NULL,'','LINE',NULL,10,'','94181e217db271a94c185a3756a7674a','',NULL),(4445,'en','default','3831f644cd4f26bb05ae2530c3ac5bee','Whether the theme supports responsive embedded content.',NULL,NULL,'','LINE',NULL,10,'','7547c1db4107e6b22bd62d459589dfb6','',NULL),(4446,'en','default','809e8f6b104dbea42b2c9ce53cdbd07b','Whether to allow automatic creation of taxonomy columns on associated post-types table.',NULL,NULL,'','LINE',NULL,10,'','4cce7b83a79aae7aad8cb0458ecafe21','',NULL),(4447,'en','default','8f975a2803850c8783c07af43889ce82','Whether to bypass trash and force deletion.',NULL,NULL,'','LINE',NULL,10,'','eb7b7988663fc96699e92f4478b77ef7','',NULL),(4448,'en','default','375de98c900f46fe8284634af4fd2265','Whether to generate a default UI for managing this taxonomy.',NULL,NULL,'','LINE',NULL,10,'','44bcb5b6d90285affeb04fca78c221ae','',NULL),(4449,'en','default','3fdb7807e5f258432b754518d0b56a19','Whether to hide terms not assigned to any posts.',NULL,NULL,'','LINE',NULL,10,'','a3b2737e4410a9a40604055f3a036fb5','',NULL),(4450,'en','default','5137b091df8280d64aded408bd9f09b9','Whether to include posts in the edit listing for their post type.',NULL,NULL,'','LINE',NULL,10,'','619da53cec6d1ead44bbba8ad58feec9','',NULL),(4451,'en','default','44afeaacd5b21cf9d494884679ffa3a2','Whether to make the taxonomy available for selection in navigation menus.',NULL,NULL,'','LINE',NULL,10,'','0899101483f2d3265bf54e46cde3fb89','',NULL),(4452,'en','default','dd0b4e09cd613a80c6a4cdbecdb9de3e','Whether to perform an oEmbed discovery request for non-whitelisted providers.',NULL,NULL,'','LINE',NULL,10,'','66167a91cba1ff653cd131de21634a04','',NULL),(4453,'en','default','aefaecb0d2f561f84c7a2ac073d34097','Whether to show the taxonomy in the quick/bulk edit panel.',NULL,NULL,'','LINE',NULL,10,'','938c21b399caee81fa42c46625e44c58','',NULL),(4454,'en','default','9f8ab58f30249b6de44986f893a2a175','While previewing a new theme, you can continue to tailor things like widgets and menus, and explore theme-specific options.',NULL,NULL,'','LINE',NULL,10,'','ff9644f186f12a9399d821c52dc23146','',NULL),(4455,'en','default','25a81701fbfa4a1efdf660a950c1d006','White',NULL,NULL,'','LINE',NULL,10,'','97a6b7254c91bf1929d6b0788c70a24f','',NULL),(4456,'en','default','61f07b90617be7a05e97c030bb322ada','Wide Line',NULL,NULL,'','LINE',NULL,10,'','95ee5363180f290f64bd7a863824c4f5','',NULL),(4457,'en','default','25c3eb83e93d61b5c33606793f8a898d','Wide width',NULL,NULL,'','LINE',NULL,10,'','ba786c49404ff4ada37c7b696c6e7686','',NULL),(4458,'en','default','b6c66d27dc2ebc994b40546dbe73060d','Widget moved down',NULL,NULL,'','LINE',NULL,10,'','bf587b036bce8bab2331376f4c532665','',NULL),(4459,'en','default','313ce4a59c2b4b30ed34197e7c4fd825','Widget moved up',NULL,NULL,'','LINE',NULL,10,'','3f92f40f7686ae4c14317925ebc61b45','',NULL),(4460,'en','default','fa07652cb6a5517c5dffb407c8eca014','Widgets',NULL,NULL,'','LINE',NULL,10,'','ef3c07292b9cd2096e7e109e65e8ae25','',NULL),(4461,'en','default','2328ebf6a2752d86e974d2886df0c33d','Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars).',NULL,NULL,'','LINE',NULL,10,'','369e68c843b6430e4cf817b538c813f1','',NULL),(4462,'en','default','5f9e3520a28c79871ec3d1cec3c33e94','Widgets need to be registered using %s, before they can be displayed.',NULL,NULL,'','LINE',NULL,10,'','253b7634cfa74c732812fef4805643f7','',NULL),(4463,'en','default','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,10,'','cef6899c43f09cbefba354eb93723d53','',NULL),(4464,'en','default','89759e1284e2479b991d2669de104942','words',NULL,NULL,'','LINE',NULL,10,'Word count type. Do not translate!','db7e5bfe91113695cb8abfebdbce2c0d','',NULL),(4465,'en','default','3d2d3c465dbd5ffbff427a0105170ec0','WordPress › Error',NULL,NULL,'','LINE',NULL,10,'','18d8fbc7ba1cf9ef1595c04721741b59','',NULL),(4466,'en','default','e0d766482653b080d42ce4475027c61a','WordPress › Success',NULL,NULL,'','LINE',NULL,10,'','267cc31e2f680fca6b13be06b05adb3c','',NULL),(4467,'en','default','2b94e867fa22e2b7a8834e616bcbbbae','WordPress Address (URL)',NULL,NULL,'','LINE',NULL,10,'','345ff45cdd28bfea1c2633e5e5b24785','',NULL),(4468,'en','default','e04d0506e9c5c5104bc9ea45379f874e','WordPress Comments',NULL,NULL,'','LINE',NULL,10,'','0ae77aef6be47c1a3f56d5ee7aba2485','',NULL),(4469,'en','default','18e254ee8da79c08b926b69de9b047d0','WordPress Embed',NULL,NULL,'','LINE',NULL,10,'','9d536d463b84b988afb1a90a41181ef3','',NULL),(4470,'en','default','a03756fa11401fe1193a4c2ff0edb5f0','WordPress Media',NULL,NULL,'','LINE',NULL,10,'','745b379fcab38ba3d4bb62672bbdf9a3','',NULL),(4471,'en','default','6a97a7c846f1cc18ba0521f01d6af068','WordPress User',NULL,NULL,'','LINE',NULL,10,'','67836109f5b1c1416ee3ce66695c1b0b','',NULL),(4472,'en','default','a59ce34d5939598922068c672bb9a779','WordPress database error %1$s for query %2$s',NULL,NULL,'','LINE',NULL,10,'','a3670ffeb403cb39a20398cb9a689cde','',NULL),(4473,'en','default','6b25892e10bf26ef89ffe6f8cbc10aa0','WordPress database error %1$s for query %2$s made by %3$s',NULL,NULL,'','LINE',NULL,10,'','2895d236b44c2e447d7492a6a7a82285','',NULL),(4474,'en','default','ed92944caff40f233e46ac92855a0c7d','WordPress database error:',NULL,NULL,'','LINE',NULL,10,'','c41700f792b35ee2a1a279a352fbf0c1','',NULL),(4475,'en','default','416ff20191d32f6cb4d989adbd0239a1','WordPress locale code.',NULL,NULL,'','LINE',NULL,10,'','0b69e80ac15cd5ea9ba76c41ad741af6','',NULL),(4476,'en','default','c33becbc6922818abb41629bf42c156c','WordPress.org',NULL,NULL,'','LINE',NULL,10,'','5587ebdfebdf7d74dbedafdd54eb9b52','',NULL),(4477,'en','default','604367788b2ea83b38a0ff054ca2445c','WordPress.org themes',NULL,NULL,'','LINE',NULL,10,'','bb69a0ec19a62b3d87e449e048e5c9b9','',NULL),(4478,'en','default','6f15b8d4b7287d60a8ea3d1c5cbadc84','Words',NULL,NULL,'','LINE',NULL,10,'','55bc37784a753397cf4c096647bc4f6b','',NULL),(4479,'en','default','f9dc91fd34901ee0c4ce4833ddf6b935','Words: %s',NULL,NULL,'','LINE',NULL,10,'','ea52d87b8e81ce0ef3651bbb45da7d3b','',NULL),(4480,'en','default','210a6b03191ec576ce8cd521d9ad3bac','Work without distraction',NULL,NULL,'','LINE',NULL,10,'','f1a7a24d19f67c750b1caa5e29d3c1b8','',NULL),(4481,'en','default','206a4177173b5771ea9ea03c1ef44040','Would you like to privately publish this post now?',NULL,NULL,'','LINE',NULL,10,'','123439e432f3fd9f765ac33ab7c0c46d','',NULL),(4482,'en','default','7ab6416e27e4cd789ae6f9ebc406b9a7','Write HTML…',NULL,NULL,'','LINE',NULL,10,'','11be149a025b5279c16c169aecef4c57','',NULL),(4483,'en','default','f1e22488a42543c8d42e7d7ceb34dd5f','Write an excerpt (optional)',NULL,NULL,'','LINE',NULL,10,'','c5e7b863bdc8f01f0c01c851c19d775e','',NULL),(4484,'en','default','0b02313760460579913fc272af58be93','Write caption…',NULL,NULL,'','LINE',NULL,10,'','50b3894149b4157c60c2e3aa7d4d362b','',NULL),(4485,'en','default','b4d59085a2992c6a05676c63270b78ce','Write citation…',NULL,NULL,'','LINE',NULL,10,'','95c85bead104a19953e2021d4e81b9b6','',NULL),(4486,'en','default','95175c4f6bf77351b9bb9ccb55cd4fc2','Write code…',NULL,NULL,'','LINE',NULL,10,'','1e83cc2fc6570e16833585cee105af54','',NULL),(4487,'en','default','40d2ada47d6be0d1e0b253384339156a','Write file name…',NULL,NULL,'','LINE',NULL,10,'','2547114314bcbba548b2f8dd31867926','',NULL),(4488,'en','default','7cf6566573f7e676be8e7575988eab9d','Write heading…',NULL,NULL,'','LINE',NULL,10,'','70e3c602e3a17cf570375975d98fbb59','',NULL),(4489,'en','default','dd01bc0f0989592110b47f59720e6da8','Write list…',NULL,NULL,'','LINE',NULL,10,'','c89af530a4dadcc69fa5f4a3348d03e7','',NULL),(4490,'en','default','450b881fd4e6abbbf3ef7bab7f756596','Write preformatted text…',NULL,NULL,'','LINE',NULL,10,'','2c6144e467dd78874009a4e08a1d2762','',NULL),(4491,'en','default','e08a302be6105261c15afbd921d79a96','Write quote…',NULL,NULL,'','LINE',NULL,10,'','7c53ed68c00d58b635e874542cf6b139','',NULL),(4492,'en','default','86e0a5b200833a268837440eefb253e5','Write shortcode here…',NULL,NULL,'','LINE',NULL,10,'','372d467672210c971bd89b063ec721ba','',NULL),(4493,'en','default','98124838b7feea9e4869e5fcdd9c3ea5','Write subheading…',NULL,NULL,'','LINE',NULL,10,'','479f7ae727894731906191d549e29eb1','',NULL),(4494,'en','default','a09d9f31867cadddcc14f859b40e2560','Write title…',NULL,NULL,'','LINE',NULL,10,'','970f5b35c7cec95c728b8f457f2bbc0c','',NULL),(4495,'en','default','d3cc2758d407983910724e94ee55128a','Write…',NULL,NULL,'','LINE',NULL,10,'','c26488b5bfefa64397157b4c7d314e76','',NULL),(4496,'en','default','daf9df8f37b496045056ba5ee1b6310f','XML-RPC services are disabled on this site.',NULL,NULL,'','LINE',NULL,10,'','97f06383189bba416ece0eafa80e1eb8','',NULL),(4497,'en','default','0c49650bf74994664c61be39548a7e2d','Y/m/d',NULL,NULL,'','LINE',NULL,10,'','8ad6c80745709a6930ea65b1d8532044','',NULL),(4498,'en','default','d87cf5f97df262cca5aea7eb5b195c41','Yahoo IM',NULL,NULL,'','LINE',NULL,10,'','caf5a33676e5fcdd6963043d4302194a','',NULL),(4499,'en','default','537c66b24ef5c83b7382cdc3f34885f2','Year',NULL,NULL,'','LINE',NULL,10,'','832e9f387384b477c61853c174a3e396','',NULL),(4500,'en','default','b211ccbaeedd575b4702c5185f9e9495','Year: %s',NULL,NULL,'','LINE',NULL,10,'','a03444b18fa09b40041ab49adfc5541b','',NULL),(4501,'en','default','51e6cd92b6c45f9affdc158ecca2b8b8','Yellow',NULL,NULL,'','LINE',NULL,10,'','093670b32d0ca63d6c67c912711dbe39','',NULL),(4502,'en','default','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,10,'','737fadd4171cbee593f6925c3688b13e','',NULL),(4503,'en','default','6d49a35951ace13a6294548e5137157f','Yiddish',NULL,NULL,'','LINE',NULL,10,'','1c969ca78dfb6fa26f495e84bba7b1ce','',NULL),(4504,'en','default','3bf64af6c054170e0e2e78c3ee9b9335','You appear to have already installed WordPress. To reinstall please clear your old database tables first.',NULL,NULL,'','LINE',NULL,10,'','7e6ff7c0f1cc6d0d8c50fd5e5736e910','',NULL),(4505,'en','default','e4a9a1112e81d1056b349bd96ebf5858','You are about to permanently delete these items from your site.\\nThis action cannot be undone.\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,10,'','bd616b7627cf112fb3a28c86450792f9','',NULL),(4506,'en','default','034b7782b02beb1b0911b0769bec8bfa','You are about to permanently delete this item from your site.\\nThis action cannot be undone.\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,10,'','8bc9f88dfade78548da7f6c053e771ac','',NULL),(4507,'en','default','0375943c508691c828a92f7e523a4ad8','You are about to permanently delete this menu. \\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,10,'','bffd0f404c450c78e27c6ff83fa267cd','',NULL),(4508,'en','default','10e87a8317e09561747439166436963a','You are about to trash these items.\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,10,'','7cd27bae8c8cf5e79910d7c5a4f9f3f4','',NULL),(4509,'en','default','6f0a43dabb02feb923e48f95ab2bbf0d','You are attempting to log out of %s',NULL,NULL,'','LINE',NULL,10,'','fd31a1f7ea3574f328d19488b30149b4','',NULL),(4510,'en','default','eab00992b3c6276a86d9e0b83764736b','You are browsing %s',NULL,NULL,'','LINE',NULL,10,'','a9f37750b53f6760123ee007594d6c34','',NULL),(4511,'en','default','4cc8b9f31e0a0a4d908eaa0271e09c02','You are currently browsing the %1$s blog archives for %2$s.',NULL,NULL,'','LINE',NULL,10,'','d50fe24dbad915edaab28551a481275e','',NULL),(4512,'en','default','5737df693a60c0506b612b0cbe17f1e6','You are currently browsing the %1$s blog archives for the day %2$s.',NULL,NULL,'','LINE',NULL,10,'','303a05377764dc9c7867f31f9c2b9a74','',NULL),(4513,'en','default','22648299b63a1ed9c5ebdee8d4834604','You are currently browsing the %1$s blog archives for the year %2$s.',NULL,NULL,'','LINE',NULL,10,'','3ab54f92e2d84cca708a16afbe905648','',NULL),(4514,'en','default','336f5f43531996102fa8d81889df8d26','You are currently browsing the %s blog archives.',NULL,NULL,'','LINE',NULL,10,'','bf1373070bb716ed765d3321beddad86','',NULL),(4515,'en','default','6d4dcad9a776824439b1d3bc6f579499','You are currently browsing the archives for the %s category.',NULL,NULL,'','LINE',NULL,10,'','f2b0043bf7265cf77f7ab74e8458b7f3','',NULL),(4516,'en','default','544cc7bdf948b99ffaeafd2649f5e19c','You are customizing %s',NULL,NULL,'','LINE',NULL,10,'','1bc78cd8a9e476991331eb81290b4779','',NULL),(4517,'en','default','71a6db560d36011c66cd4e6127a9f254','You are logged in already. No need to register again!',NULL,NULL,'','LINE',NULL,10,'','958a6113f4980331223530d216daed9d','',NULL),(4518,'en','default','6efa8044b1d7063066d907f4f3f73d2f','You are not currently logged in.',NULL,NULL,'','LINE',NULL,10,'','9cae283c38c8431a496f2fd49dcba205','',NULL),(4519,'en','default','ead450460345d4642f0e5e22dc298b8d','You are now logged out.',NULL,NULL,'','LINE',NULL,10,'','d49e0adf154f5d9e86e9bc03e797186f','',NULL),(4520,'en','default','8444ffb977d8b7e1069936a178186102','You are posting comments too quickly. Slow down.',NULL,NULL,'','LINE',NULL,10,'','830847bff13c582a93544450ac899522','',NULL),(4521,'en','default','65a9076e21b4d82c3854b1a4aad3f4fd','You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/',NULL,NULL,'','LINE',NULL,10,'','f1f60b27d3917cb11f13fd710152a6bd','',NULL),(4522,'en','default','78b70036b190c85ae0873fbc7cb098e7','You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.',NULL,NULL,'','LINE',NULL,10,'','bcb351c6f0a7fd7526fac2ee2bed47da','',NULL),(4523,'en','default','89ce14bf00b22054f873ab21b3726489','You can create a %s file through a web interface, but this doesn\'t work for all server setups. The safest way is to manually create the file.',NULL,NULL,'','LINE',NULL,10,'','5bc567fcf9e25236b3d3df62ca5845b9','',NULL),(4524,'en','default','505cafce10a3d99226ccb7ce64e5be08','You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.',NULL,NULL,'','LINE',NULL,10,'','92e37cfb88a47b332b7840df513062af','',NULL),(4525,'en','default','dd5c142df74f5a34cbc8883f97e3c70b','You can see all comments on this post here:',NULL,NULL,'','LINE',NULL,10,'','afc564152c80992d9ad962726dfb6d57','',NULL),(4526,'en','default','1663769b516cc54666bb06ea73ec3f45','You can see all pingbacks on this post here:',NULL,NULL,'','LINE',NULL,10,'','35f0e8a75ef3db37ed1a424e1fa6854c','',NULL),(4527,'en','default','26e56a2be94e7dd503cc41aefd573d90','You can see all trackbacks on this post here:',NULL,NULL,'','LINE',NULL,10,'','101df07ae0b07ec4faabfa283f42f98d','',NULL),(4528,'en','default','62a98d862c0c845e9c994d40c00e73fe','You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider.',NULL,NULL,'','LINE',NULL,10,'','415749c9f4ffc77a22368d129e40f1ec','',NULL),(4529,'en','default','eb1adc59c04f3913d3ccf06aa50cf6d5','You do not appear to have any plugins available at this time.',NULL,NULL,'','LINE',NULL,10,'','d47e7329286ca48e7caf7e5413c4f8e5','',NULL),(4530,'en','default','6bc9a4b8a7e29ac36e7338e7bf09e102','You don\'t have permissions to use widgets on this site.',NULL,NULL,'','LINE',NULL,10,'','83d9218644a9ef4493dcc1c86a0c748a','',NULL),(4531,'en','default','5bf74857f394c28d0557fc94f56c870a','You have attempted to queue too many files.',NULL,NULL,'','LINE',NULL,10,'','5dcf49bb52065a3377e85e7ad79fab07','',NULL),(4532,'en','default','0b414672868daf5c312c7fa9401fb506','You have been added to this site. Please visit the <a href=\"%1$s\">homepage</a> or <a href=\"%2$s\">log in</a> using your username and password.',NULL,NULL,'','LINE',NULL,10,'','e1a157e874cd64693472714c6b6021c8','',NULL),(4533,'en','default','f97a400e851039612143280e1a9e4982','You have logged in successfully.',NULL,NULL,'','LINE',NULL,10,'','6a7b50cf9cd6fdc0ee31bf5fbdcc3e63','',NULL),(4534,'en','default','1ed4f9975da7251f63ace2920411c264','You have searched the %1$s blog archives for <strong>‘%2$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.',NULL,NULL,'','LINE',NULL,10,'','ca8bd5a0743cf05ed89137a0ba3a7d2e','',NULL),(4535,'en','default','e8c9ef85ba43d57c2c2f351f94c1f9e3','You have unsaved changes. If you proceed, they will be lost.',NULL,NULL,'','LINE',NULL,10,'','3139d59427427a53f2063dc922585f3b','',NULL),(4536,'en','default','7f1c2f39ed3c50fe87e16573b59088b6','You have used your space quota. Please delete files before uploading.',NULL,NULL,'','LINE',NULL,10,'','ed4a19ef0c23deed3aeeb0e082e95ce9','',NULL),(4537,'en','default','782efed2c1b74869e4a2c285675fee08','You may only upload 1 file.',NULL,NULL,'','LINE',NULL,10,'','3fdf469392dcd2ff316a163b072ceba5','',NULL),(4538,'en','default','82c7d3fe1c980c2e8fc58f5df017c90f','You must be <a href=\"%s\">logged in</a> to post a comment.',NULL,NULL,'','LINE',NULL,10,'','a6711633a059b631c9cbc5eb2423cdd2','',NULL),(4539,'en','default','e439278217ec1a309173d2e21d43f824','You must be registered to comment.',NULL,NULL,'','LINE',NULL,10,'','1cac6b02a2e527a6159c17a821787fab','',NULL),(4540,'en','default','ab73d402257c03c2b0851c6ca954876a','You must first <a href=\"%s\">log in</a>, and then you can create a new site.',NULL,NULL,'','LINE',NULL,10,'','9ed99c2546ac6ae3f40d51c52d1962a1','',NULL),(4541,'en','default','5175d63eff1c5a711dbdd482a339d0b6','You must supply a future date to schedule.',NULL,NULL,'','LINE',NULL,10,'','522b998c05a27c2cc56d0ab11dbc928c','',NULL),(4542,'en','default','ceeb747eae4782eaa4db1155daaf7edf','You need a higher level of permission.',NULL,NULL,'','LINE',NULL,10,'','b82bff7d10dd82aa21731900eb90708f','',NULL),(4543,'en','default','b1a4a100e8f2549aeca53c5a66c25429','You need to define a search term to order by relevance.',NULL,NULL,'','LINE',NULL,10,'','cd3331886e5b4babde5faf7fe2a9098c','',NULL),(4544,'en','default','ba5a778446813e2b75e94e78611595d0','You need to define an include parameter to order by include.',NULL,NULL,'','LINE',NULL,10,'','8acb2d22d8db67f2cdad352eb4316544','',NULL),(4545,'en','default','1ef5829b1b2e30da362a9959891e096a','You need to pass an array of types.',NULL,NULL,'','LINE',NULL,10,'','6f944e3b779ad858cf3a696272cd6c69','',NULL),(4546,'en','default','43b677cb619a55c3e99cf1367aba6ea9','You should specify a nonce action to be verified by using the first parameter.',NULL,NULL,'','LINE',NULL,10,'','6b69dddc86a108c45b821bf5fb81d60a','',NULL),(4547,'en','default','46cd952910a453ea51b9aa6cdbd3c4f4','You won’t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href=\"%s\">add themes in the admin</a>.',NULL,NULL,'','LINE',NULL,10,'','997690727841a0129760bd6b74ed29a7','',NULL),(4548,'en','default','bba604d316f8cc776a4dd6994366e342','You’ll create a menu, assign it a location, and add menu items like links to pages and categories. If your theme has multiple menu areas, you might need to create more than one.',NULL,NULL,'','LINE',NULL,10,'','83fbe099c3679971afc42bfcf67bfd24','',NULL),(4549,'en','default','9c8e0593ba342152a39c1a6d38740218','Your PHP installation appears to be missing the MySQL extension which is required by WordPress.',NULL,NULL,'','LINE',NULL,10,'','331356322c7b0a67eb98f82b2d1b0198','',NULL),(4550,'en','default','6a43915ac2bf580cd5f2e24d0124f6ab','Your account has been activated. You may now <a href=\"%1$s\">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>.',NULL,NULL,'','LINE',NULL,10,'','212994061efca2e4eebf642d6526b7e2','',NULL),(4551,'en','default','b0927fb76e91c281ae5072c4c21b90a4','Your account is now activated. <a href=\"%1$s\">Log in</a> or go back to the <a href=\"%2$s\">homepage</a>.',NULL,NULL,'','LINE',NULL,10,'','5c874e0dd3e72f1609767cdd62c7f1de','',NULL),(4552,'en','default','bb863f273ff1a481cd8bcee0791602bb','Your account is now activated. <a href=\"%1$s\">View your site</a> or <a href=\"%2$s\">Log in</a>',NULL,NULL,'','LINE',NULL,10,'','989e33c7fb0b80fedf738ab9728fc13f','',NULL),(4553,'en','default','5c025e83ab8ef4829fb671582fa70c02','Your account is now active!',NULL,NULL,'','LINE',NULL,10,'','593e97e1bc72c8374f4a44548757bef2','',NULL),(4554,'en','default','63ee396edfc4dc21cf22f84d15026de1','Your address will be %s.',NULL,NULL,'','LINE',NULL,10,'','ae3c651129d0389eae2a938f490ffc9f','',NULL),(4555,'en','default','0f2559eba5c5c4b0cdb9ce36af7a2fb4','Your blogroll',NULL,NULL,'','LINE',NULL,10,'','ef9c29a7d845cae92422eae6ffe5233d','',NULL),(4556,'en','default','7d290407dd93e28191d4a9ed7ef68c65','Your browser does not support direct access to the clipboard. Please use keyboard shortcuts or your browser’s edit menu instead.',NULL,NULL,'','LINE',NULL,10,'','a073b52e2b96618be83b4ef92bde0afd','',NULL),(4557,'en','default','6954378552054e698cfff1a52b0eca9d','Your comment is awaiting moderation.',NULL,NULL,'','LINE',NULL,10,'','86d4eab56bd2225fc629c3252b808f09','',NULL),(4558,'en','default','0706a0dbdea6703c3cec4a3a1ac15d01','Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.',NULL,NULL,'','LINE',NULL,10,'','11e93e64cc73c6b7b0274663e09cc257','',NULL),(4559,'en','default','7ab234a38d247dc7c04b5b37cd068d4d','Your email address has not been updated yet. Please check your inbox at %s for a confirmation email.',NULL,NULL,'','LINE',NULL,10,'','dacad5ad73edf1b08036b2c4c9a3e314','',NULL),(4560,'en','default','37e89f3732b6f6ad91da766dfd8cd23a','Your email address will not be published.',NULL,NULL,'','LINE',NULL,10,'','7bb823521657a5447e4eb36fe076307b','',NULL),(4561,'en','default','ac29f69b6e86d4a590c8bcff7b31fe3e','Your homepage displays',NULL,NULL,'','LINE',NULL,10,'','b330e6bd180657c10394a935e05689be','',NULL),(4562,'en','default','454dab8b4e0a51ba2efeb06242391785','Your latest posts',NULL,NULL,'','LINE',NULL,10,'','40a870726d4880aa6b93ea3d975a2f19','',NULL),(4563,'en','default','cea39c8390a8bd7e62e1b445dc9190c6','Your new password has not been saved.',NULL,NULL,'','LINE',NULL,10,'','4ee13169200718b27e7368a1aa99a300','',NULL),(4564,'en','default','38dca74635b7fd02e312b874b86e8bad','Your password has been reset.',NULL,NULL,'','LINE',NULL,10,'','6a5b11356f829655e24243e46a7b22ca','',NULL),(4565,'en','default','a9c5d9207114d783d9178104c472e9ce','Your password reset link appears to be invalid. Please request a new link below.',NULL,NULL,'','LINE',NULL,10,'','a44e216f9fa925d3337797878fe82742','',NULL),(4566,'en','default','323831bfcf83671e29ece57bdfa17ab7','Your password reset link has expired. Please request a new link below.',NULL,NULL,'','LINE',NULL,10,'','6d634d21d1e780cfc77aceb2e315c9da','',NULL),(4567,'en','default','ca38a0d75c967eecd25cbdfa09e8c747','Your server is running PHP version %1$s but WordPress %2$s requires at least %3$s.',NULL,NULL,'','LINE',NULL,10,'','2ef7d43bb4f5b81b1cebcd34c146849a','',NULL),(4568,'en','default','5eb83ac2d3cb88a8c2b4ce094ee52384','Your session has expired. Please log in to continue where you left off.',NULL,NULL,'','LINE',NULL,10,'','ebfededf992365b0c690a4dcc2af61ce','',NULL),(4569,'en','default','14631d23680a54f2a2e9990cfd2af7b9','Your session has expired. You can log in again from this page or go to the login page.',NULL,NULL,'','LINE',NULL,10,'','8ba2d72664c086a92c5499a99f71c2bc','',NULL),(4570,'en','default','2c534de5569a1dc3c5154ef7fc1d9c03','Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>.',NULL,NULL,'','LINE',NULL,10,'','25246df5ef3db6025b8fd8f749561ef8','',NULL),(4571,'en','default','5b990a7043ab67e33b693e1151e757c1','Your site doesn’t include support for the \"%s\" block. You can leave this block intact or remove it entirely.',NULL,NULL,'','LINE',NULL,10,'','b50110ca2a3dc2898f35f43790ea7663','',NULL),(4572,'en','default','f7ebee0ca883fc848ea4b9eb9a8017b9','Your site doesn’t include support for the \"%s\" block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.',NULL,NULL,'','LINE',NULL,10,'','638b2175170a1f4c43d3fe5e8c9feec8','',NULL),(4573,'en','default','d133090e791e987838719d26852a52c3','Your site doesn’t include support for this block.',NULL,NULL,'','LINE',NULL,10,'','62e9e9d6d959b1db02e7f58fe432967f','',NULL),(4574,'en','default','58e974b48f13693748ffb8886cfa58d5','Your site’s most recent Posts.',NULL,NULL,'','LINE',NULL,10,'','f07da2a8f7403e19038945b35870676e','',NULL),(4575,'en','default','d712a4388edca136bcebcbe390bd16e8','Your site’s most recent comments.',NULL,NULL,'','LINE',NULL,10,'','9ede6b86f3fbb7d753095468a2685e90','',NULL),(4576,'en','default','3ebea4803673780f9b40c12d2666cca7','Your theme can display menus in %s location.',NULL,NULL,'','LINE',NULL,10,'','a45ac2534506087c9efd7b6df7347d1f','',NULL),(4577,'en','default','88e9ccd6918f3b46c431d5709d5e90b2','Your theme can display menus in %s locations.',NULL,NULL,'','LINE',NULL,10,'','8ab96241c4aa7cc57fafdf8853dfbabd','',NULL),(4578,'en','default','27767c248a029230c11fa966a298564e','Your theme can display menus in %s location. Select which menu you would like to use.',NULL,NULL,'','LINE',NULL,10,'','e2fda20862b741435db7f4d894ded6dd','',NULL),(4579,'en','default','20481488879d8d5eb348fa5c86cedd3a','Your theme can display menus in %s locations. Select which menu appears in each location.',NULL,NULL,'','LINE',NULL,10,'','695f39b7266e247c3b27137a04c41afa','',NULL),(4580,'en','default','8dfde2d7fee7d5cbcb3f5f31bbd4e601','Your theme can display menus in one location.',NULL,NULL,'','LINE',NULL,10,'','930adb5996d9c06489eff13313547603','',NULL),(4581,'en','default','05b991f21dc121648b5a3acc07cd2975','Your theme can display menus in one location. Select which menu you would like to use.',NULL,NULL,'','LINE',NULL,10,'','9037d86c5bfd21a6364c31593861dea4','',NULL),(4582,'en','default','3bb935f517379f7361f4f0cb24add623','Your theme has %s other widget area, but this particular page doesn’t display it.',NULL,NULL,'','LINE',NULL,10,'','9140e8be91fc447849e08e777925ff79','',NULL),(4583,'en','default','71e953ca4d3d20ccb615953632ceb6c0','Your theme has %s other widget areas, but this particular page doesn’t display them.',NULL,NULL,'','LINE',NULL,10,'','a7fef57421d10b4a0b989e34fee92b18','',NULL),(4584,'en','default','a9825bf17319c1c38ccd9141acd3ce7d','Your theme has %s widget area, but this particular page doesn’t display it.',NULL,NULL,'','LINE',NULL,10,'','23810d1ab2a799979f3cec0498688f44','',NULL),(4585,'en','default','e6a7bbc8db5fdb69e2e09421dbd64644','Your theme has %s widget areas, but this particular page doesn’t display them.',NULL,NULL,'','LINE',NULL,10,'','9bc279aa448ca59df6daaf8d917b5acc','',NULL),(4586,'en','default','63c1c65b4cc5507f44f303a109040fa4','Your theme has 1 other widget area, but this particular page doesn’t display it.',NULL,NULL,'','LINE',NULL,10,'','ad40b501d6b8b474d8e233365c1d13ca','',NULL),(4587,'en','default','34f288580232066fc4acc1668a33efee','Your theme has 1 widget area, but this particular page doesn’t display it.',NULL,NULL,'','LINE',NULL,10,'','b23a0f7441a3f402d1da9bda21c37502','',NULL),(4588,'en','default','979ec10838f3b7fb903a36dc5b42178e','Your theme uses post formats to highlight different kinds of content, like images or videos. Apply a post format to see this special styling.',NULL,NULL,'','LINE',NULL,10,'','36fea61d4d01632a7259631478aadfa5','',NULL),(4589,'en','default','b3258524aaf01a2e8101e0a4fc09429a','Your work will be published at the specified date and time.',NULL,NULL,'','LINE',NULL,10,'','4baa64f71106732f6fd11bbc581d3854','',NULL),(4590,'en','default','261a09b99a97b9744c8a89bd41cb6bf4','You’ll find more settings for your page and blocks in the sidebar. Click the cog icon to toggle the sidebar open and closed.',NULL,NULL,'','LINE',NULL,10,'','c840857b32017faa10ac60ea874e0682','',NULL),(4591,'en','default','93d846d0fcab50e65740af3b2eabafac','Z → A',NULL,NULL,'','LINE',NULL,10,'','f13b4a7a1bbe1c78b0dd0ef0bf14560f','',NULL),(4592,'en','default','904b8a43809c77c209a9ccae7d6e843a','[%1$s] Action Confirmed: %2$s',NULL,NULL,'','LINE',NULL,10,'','a28d421817310807076d2a0dc3117601','',NULL),(4593,'en','default','8c0a2914e12dc848271f4bcf60e54829','[%1$s] Comment: \"%2$s\"',NULL,NULL,'','LINE',NULL,10,'','887d4484bddd2ca8424e381acfe125c6','',NULL),(4594,'en','default','c1905f05162643c35ddb68d2ec42bef7','[%1$s] Confirm Action: %2$s',NULL,NULL,'','LINE',NULL,10,'','e932b88d59446584e197abe5f2bd3eb4','',NULL),(4595,'en','default','9c2366b6a5b398f7672968d166d36c6a','[%1$s] Pingback: \"%2$s\"',NULL,NULL,'','LINE',NULL,10,'','e83c8caa6d6081cb407f47f8924b122a','',NULL),(4596,'en','default','31ccd4acac0ea199f2b40b9f63509a71','[%1$s] Please moderate: \"%2$s\"',NULL,NULL,'','LINE',NULL,10,'','b500a67f642ec97f1abbe7a3acdc4f20','',NULL),(4597,'en','default','2b8daafbc0900ff40c38f489aa48eba0','[%1$s] Trackback: \"%2$s\"',NULL,NULL,'','LINE',NULL,10,'','4eaf27beb5901482401c5f343cc2f9ec','',NULL),(4598,'en','default','467acf522b74e35617f9a52c6fb624a9','[%s] Admin Email Changed',NULL,NULL,'','LINE',NULL,10,'','3490c1063e6a7c38453135acc121a228','',NULL),(4599,'en','default','bb435bad7e452e6672656177feca400c','[%s] Email Change Request',NULL,NULL,'','LINE',NULL,10,'','1c00fdc420b4c6d39dc5de430192362c','',NULL),(4600,'en','default','bd6afd23a648adef68f85180622b4c82','[%s] Email Changed',NULL,NULL,'','LINE',NULL,10,'','b7789ea38ab5fef8e2fb57009348210e','',NULL),(4601,'en','default','627a5b6a772496867113ec948aed12a9','[%s] Erasure Request Fulfilled',NULL,NULL,'','LINE',NULL,10,'','4b037772a56702543a007075e93833a5','',NULL),(4602,'en','default','e0de4176e146a06e3225c2d94650b7e2','[%s] Login Details',NULL,NULL,'','LINE',NULL,10,'','0c0761e568e107eac848c6768257647b','',NULL),(4603,'en','default','81b511811c22e3eded6734f712a89789','[%s] Network Admin Email Change Request',NULL,NULL,'','LINE',NULL,10,'','9bfcaf980e990d8687863cbff54bb4c0','',NULL),(4604,'en','default','b5ee132eecea4ff3b57379b2cab11a1d','[%s] Network Admin Email Changed',NULL,NULL,'','LINE',NULL,10,'','8e44bc67f8a57a3da581feeca3a9bc72','',NULL),(4605,'en','default','662ac82e28a30d435d809c4dbf1cd6ed','[%s] New User Registration',NULL,NULL,'','LINE',NULL,10,'','3b8374d0fd166215f13827713da10b23','',NULL),(4606,'en','default','d2513a6cd8b0dd1f4b1d9b58f494996a','[%s] Password Changed',NULL,NULL,'','LINE',NULL,10,'','05dac94b0b1c6c491ce0825f731fc479','',NULL),(4607,'en','default','ac86afb17cdea91d669a2da45533acdf','[%s] Password Reset',NULL,NULL,'','LINE',NULL,10,'','d2eb5b7c75a7ac08cdccb81002a78b8f','',NULL),(4608,'en','default','ae3ad76cf08a56c70a4634c04963e8cc','[%s] Your Site is Experiencing a Technical Issue',NULL,NULL,'','LINE',NULL,10,'','b433770ef3c5da30d9503af93c9e9c91','',NULL),(4609,'en','default','3e4ce20ec588600054f050310750c4ca','[deleted]',NULL,NULL,'','LINE',NULL,10,'','2405c72cc1d4d8a4af7d46e48f12dfe6','',NULL),(4610,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,10,'add new from admin bar','94b023aa42dcd2595326d26a88ffa725','',NULL),(4611,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,10,'add new from admin bar','ff75af8dd91445c44d53bcc881856147','',NULL),(4612,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,10,'add new from admin bar','15c9ae2a5657ce9a0a6d399efd44d6c0','',NULL),(4613,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,10,'add new from admin bar','140f3e53e6df358ea56597c90407bb77','',NULL),(4614,'en','default','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'','LINE',NULL,10,'add new from admin bar','aab57ec2002482757bdb7dfeb0d02311','',NULL),(4615,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'add new media','9515901f9d2da3355c29fe7c665027d6','',NULL),(4616,'en','default','e1e4c8c9ccd9fc39c391da4bcd093fb2','Block',NULL,NULL,'','LINE',NULL,10,'add new on admin bar','681ba9c5a2b8a241ef1d59fc0c99c5fd','',NULL),(4617,'en','default','7e47095fc24ee5d445342fd7a597ca75','Changeset',NULL,NULL,'','LINE',NULL,10,'add new on admin bar','e243f6e637b9a8fffb7488f99e1b787a','',NULL),(4618,'en','default','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'','LINE',NULL,10,'admin bar menu group label','1077b8e4701cfe80ad8f044fe90ebe92','',NULL),(4619,'en','default','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'','LINE',NULL,10,'admin color scheme','3b9bc9c5f15a78a98549bccc936823c9','',NULL),(4620,'en','default','3c09b8d09553786b799e02306e55c7ba','Coffee',NULL,NULL,'','LINE',NULL,10,'admin color scheme','e1210d7b53d29dba608ee1eddf04fab9','',NULL),(4621,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'admin color scheme','da299771a18d953dd4d20f017be33c38','',NULL),(4622,'en','default','c0c760de7ec190b80ab7e9f641c1d0fe','Ectoplasm',NULL,NULL,'','LINE',NULL,10,'admin color scheme','58b08c800ea7646643655376b2db38a4','',NULL),(4623,'en','default','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'','LINE',NULL,10,'admin color scheme','d7e93678e8d0a58287759922557ed414','',NULL),(4624,'en','default','c8c012313f10e2d0830f3fbc5afca619','Midnight',NULL,NULL,'','LINE',NULL,10,'admin color scheme','76fff177e0d91ed7ed13de5f48db91f9','',NULL),(4625,'en','default','f41054884f4a8c8cb596222e2a31f098','Ocean',NULL,NULL,'','LINE',NULL,10,'admin color scheme','48a4b6317f44f657ae9e91596d66631c','',NULL),(4626,'en','default','4c88924788f419b562d50acfddc3a781','Sunrise',NULL,NULL,'','LINE',NULL,10,'admin color scheme','19f9d72989401694ea1e7e15ad0a683d','',NULL),(4627,'en','default','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'','LINE',NULL,10,'admin menu','7a6e6938062641bdfe719b5926d2afb7','',NULL),(4628,'en','default','d0abd663234f47fdfff9b37f9e656a27','Changesets',NULL,NULL,'','LINE',NULL,10,'admin menu','e2294930f620f3d6ae182471b4297203','',NULL),(4629,'en','default','c04cd38aeb30f3ad1f8ab4e64a0ded7b','am',NULL,NULL,'','LINE',NULL,10,'','47d1d45a170474bfc0475c1aec6fb33b','',NULL),(4630,'en','default','7b42f7d42d37904e9df575765bf7c450','’',NULL,NULL,'','LINE',NULL,10,'apostrophe','619061941cd621e93b1e18f443b119c8','',NULL),(4631,'en','default','888d0ee361af3603736f32131e7b20a2','archive',NULL,NULL,'','LINE',NULL,10,'','8affbc0f9ffc9742a80d91477ca94446','',NULL),(4632,'en','default','3e10f8c809242d3a0f94c18e7addb866','atom',NULL,NULL,'','LINE',NULL,10,'','709b204b44fe761205258bbbc6baa70f','',NULL),(4633,'en','default','a5ca0b5894324f8bb54bb9fffad29d1e','audio',NULL,NULL,'','LINE',NULL,10,'','efd414ccf5410097d9fd65a9528a9b35','',NULL),(4634,'en','default','06b9281e396db002010bde1de57262eb','Auto',NULL,NULL,'','LINE',NULL,10,'auto preload','041973817776492c2eeea3b205fad4a8','',NULL),(4635,'en','default','d3da97e2d9aee5c8fbe03156ad051c99','More',NULL,NULL,'','LINE',NULL,10,'block name','96c54ec8c09bda8dd714818694840275','',NULL),(4636,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'block style','5a2fd8a8253b6e9de0d7aaf77fb318e1','',NULL),(4637,'en','default','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'','LINE',NULL,10,'block style','07e580c1498d8d40da0cce79161ea479','',NULL),(4638,'en','default','78c292a97a97d823610fa2722e8a980b','Squared',NULL,NULL,'','LINE',NULL,10,'block style','a4fdfa1eaeec5e3edc32be4fc155f3c9','',NULL),(4639,'en','default','d35b51b639528d580362ca7042de6a0e','Classic',NULL,NULL,'','LINE',NULL,10,'block title','70ae6996f778d53f8b236794f89d1e1f','',NULL),(4640,'en','default','f210e321d18ec88515188cb044834bc5','Embed',NULL,NULL,'','LINE',NULL,10,'block title','070885360ef4efcebe120ebbc18f9ebe','',NULL),(4641,'en','default','603acb33ff93edd46af4907b88f23f74','blockquote',NULL,NULL,'','LINE',NULL,10,'','929eff261ae85d3b92198819aed88c20','',NULL),(4642,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'','LINE',NULL,10,'blocks','fa27bc6e6bb6c87cfac9dd829b079509','',NULL),(4643,'en','default','126ac9f6149081eb0e97c2e939eaad52','blog',NULL,NULL,'','LINE',NULL,10,'','446b1b716348ca17ce3c6c030cdc7654','',NULL),(4644,'en','default','8828ab13c1e560a25e149b9aa9b1775c','bullet list',NULL,NULL,'','LINE',NULL,10,'','d0aea8f43f90092e2361771e09125ca9','',NULL),(4645,'en','default','71530b7c25bb3b3f335ab761dcdaf098','Convert to link',NULL,NULL,'','LINE',NULL,10,'button label','679ab2014df2a26f47c79c0360f637b1','',NULL),(4646,'en','default','801ab24683a4a8c433c6eb40c48bcd9d','Download',NULL,NULL,'','LINE',NULL,10,'button label','8851a0941fe1f0c5690f437e7cb65625','',NULL),(4647,'en','default','f210e321d18ec88515188cb044834bc5','Embed',NULL,NULL,'','LINE',NULL,10,'button label','f16c8443e5084054c631c5eebf1fa2fb','',NULL),(4648,'en','default','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,10,'button label','45eaad37dcd8810da41992a98a3b0eda','',NULL),(4649,'en','default','f915a95e609bbd517a8a1e7bdcceef37','Try again',NULL,NULL,'','LINE',NULL,10,'button label','7556a74ae740261eba26a4064bc9c8b3','',NULL),(4650,'en','default','d3da97e2d9aee5c8fbe03156ad051c99','More',NULL,NULL,'','LINE',NULL,10,'button to expand options','33b4de4c6dad84100c7715fe247cc30e','',NULL),(4651,'en','default','df3f079de6961496f0460dcfdbf9bca3','by',NULL,NULL,'','LINE',NULL,10,'','5710bc065edd1a2a139fa6ac3020be15','',NULL),(4652,'en','default','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'','LINE',NULL,10,'calendar caption','7a8d3fb54282b4b538045c096e7a6f5c','',NULL),(4653,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'','LINE',NULL,10,'categories','cbf3355d4d55a10882ab51a7ddf5d686','',NULL),(4654,'en','default','90198d984e80ec049134bbc7f7e92a1f','close tags',NULL,NULL,'','LINE',NULL,10,'','fd0113a9a3e46eeacd6ae54c72baa66b','',NULL),(4655,'en','default','02cc6c03200052c7387fc3b6185acd35','”',NULL,NULL,'','LINE',NULL,10,'closing curly double quote','01f01c0a2105848b8a7d461bd1528cad','',NULL),(4656,'en','default','7b42f7d42d37904e9df575765bf7c450','’',NULL,NULL,'','LINE',NULL,10,'closing curly single quote','71da3275f2442299731190efbc4af52b','',NULL),(4657,'en','default','6f8063417ab31f38d864c28302f3de2f','Approved',NULL,NULL,'','LINE',NULL,10,'comment status','74269c9f76d8aed4a225d14dda32513e','',NULL),(4658,'en','default','e9dfd31cc505d51fc26975250750deab','Spam',NULL,NULL,'','LINE',NULL,10,'comment status','a1e156dd9a0ebb5db1b6a62c6fedb681','',NULL),(4659,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'comment status','e38c77caaf73800168bff52907379c6f','',NULL),(4660,'en','default','9d3dd2f407eea6af149106003c7621bc','Content…',NULL,NULL,'','LINE',NULL,10,'content placeholder','8dc695b0220a4e710cab569bac666f46','',NULL),(4661,'en','default','0f3c1ee1fef70b01c5d22ea03f5a1d2c','Previously uploaded',NULL,NULL,'','LINE',NULL,10,'custom headers','51ec09c6a086faa085634d4aa9e8422e','',NULL),(4662,'en','default','d67bbcea2a24d106bd77e14978b44691','Suggested',NULL,NULL,'','LINE',NULL,10,'custom headers','f17f1855c94bd4e487949d1c35a8fa3c','',NULL),(4663,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'','LINE',NULL,10,'customizer changeset action/button label','bff8fe193166248659114858fd74ed43','',NULL),(4664,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,10,'customizer changeset status','25f1bb29f0c462450dd8963248c268d3','',NULL),(4665,'en','default','fd99d9009b7ee4f0728a96b42ebd28a5','F j, Y',NULL,NULL,'','LINE',NULL,10,'daily archives date format','2868e8e68945edf9a90f5a06369ca923','',NULL),(4666,'en','default','3262d48df5d75e3452f0f16b313b7808','off',NULL,NULL,'','LINE',NULL,10,'decline months names: on or off','8f90c3d5d1d6668202e2e8b88ce18615','',NULL),(4667,'en','default','a7d596abde6a9d33ed530e372378595d','Site Default',NULL,NULL,'','LINE',NULL,10,'default site language','da491354c29d84d5b9f4cb26ec469a24','',NULL),(4668,'en','default','8d2495ce8108188799d62f1a632c72fa','divider',NULL,NULL,'','LINE',NULL,10,'','6fcb766d4f2a34b81bd968062e9d0b08','',NULL),(4669,'en','default','fdc3bdefb79cec8eb8211d2499e04704','document',NULL,NULL,'','LINE',NULL,10,'','bb4ec086eb804a3fff86f7bc84c4fbbb','',NULL),(4670,'en','default','ad5f82e879a9c5d6b5b442eb37e50551','domain',NULL,NULL,'','LINE',NULL,10,'','7347fc35a29b46605ea653337dc307ca','',NULL),(4671,'en','default','e676fe6ea7a598d84e444151960e911f','″',NULL,NULL,'','LINE',NULL,10,'double prime','6e84ce8f7998189f39a01cf0a214b526','',NULL),(4672,'en','default','4684cddc2fdd1f00234aca819c872304','ebook',NULL,NULL,'','LINE',NULL,10,'','4d1a239d669e391f36c61734e54068bb','',NULL),(4673,'en','default','9aa178391eac123c2eeb7ad131773115','Left to right',NULL,NULL,'','LINE',NULL,10,'editor button','c2c0038df6215867b8fc04312adf2929','',NULL),(4674,'en','default','d50c950d787171ed20d13167f8f7cf4a','Right to left',NULL,NULL,'','LINE',NULL,10,'editor button','0513006dd45c7e986465bec7731e4648','',NULL),(4675,'en','default','7bbe7f6ba8f10bdd81b1b067305efaaa','Show blocks',NULL,NULL,'','LINE',NULL,10,'editor button','195885057a89ff4c3e8942173a93dc6b','',NULL),(4676,'en','default','596e65a3af8cf8c9f7b74cd943aa8815','—',NULL,NULL,'','LINE',NULL,10,'em dash','14e49232954996e8dd6f124d75858eaf','',NULL),(4677,'en','default','269605d45c104f12cbcdc8fb71434acc','embed',NULL,NULL,'','LINE',NULL,10,'','4797691704e40f6ccb6476e6dfe0b227','',NULL),(4678,'en','default','38f90b7267daba616e250ac6394c7bb0','–',NULL,NULL,'','LINE',NULL,10,'en dash','b698acf238ee79758c0af5bc2b86741d','',NULL),(4679,'en','default','09353387931db36c8af0e1b3658ddffe','feed',NULL,NULL,'','LINE',NULL,10,'','a86a01c541833c77cec3847c0185210d','',NULL),(4680,'en','default','d0fbfc097c4fdbc0bc02e10243bd60fe','»',NULL,NULL,'','LINE',NULL,10,'feed link','f558760ee3e9c106e53a8d1d93315891','',NULL),(4681,'en','default','ea170e2cafb1337755c8b3d5ae4437f4','find',NULL,NULL,'','LINE',NULL,10,'','08c11405c21da4c90f7731be04092b9d','',NULL),(4682,'en','default','4cfa6c981549e990fe2344e4c805405e','Find',NULL,NULL,'','LINE',NULL,10,'find/replace','a4baa14b7084fc5305dab88d3279117e','',NULL),(4683,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'find/replace','1185c91545514f39b9e09dc38b690e0b','',NULL),(4684,'en','default','14230d11143a03f4330c6433d5032a9d','Prev',NULL,NULL,'','LINE',NULL,10,'find/replace','eafa2a2b5fa6eeda43fc57ff061e0f01','',NULL),(4685,'en','default','0ebe6df8a3ac338e0512acc741823fdb','Replace',NULL,NULL,'','LINE',NULL,10,'find/replace','d4ae690d281d7f0a37315b483f0cafa5','',NULL),(4686,'en','default','894dab8359b886762113f6b64ce9f107','Replace all',NULL,NULL,'','LINE',NULL,10,'find/replace','bad38b65ce4dc3d6c14b5b7657614673','',NULL),(4687,'en','default','9a810a2dd2600e4fd2583a15292a3899','Replace with',NULL,NULL,'','LINE',NULL,10,'find/replace','958733783aef34bbd117b81e4d825417','',NULL),(4688,'en','default','9097eb6dbac72f0873f992dc8068408b','Whole words',NULL,NULL,'','LINE',NULL,10,'find/replace','c28a7d23866cc0d1fc66b1d29faa6480','',NULL),(4689,'en','default','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'font size name','38592c37016ea9076771b5aefbe86751','',NULL),(4690,'en','default','a2ad65f28a717b0fd2be860a0d8e5c3e','Huge',NULL,NULL,'','LINE',NULL,10,'font size name','6a1e3662f1aad6867923eec02aa6a682','',NULL),(4691,'en','default','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'','LINE',NULL,10,'font size name','455ef19d4c24022ebbf7621051ad8e34','',NULL),(4692,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,10,'font size name','87209f93c2d533bd729b69406972a267','',NULL),(4693,'en','default','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'','LINE',NULL,10,'font size name','6f0add3ec587ae2c9e605a52663f5fa0','',NULL),(4694,'en','default','2660064e68655415da2628c2ae2f7592','Small',NULL,NULL,'','LINE',NULL,10,'font size name','6c071d0a40ee2192f10de8296883aeb8','',NULL),(4695,'en','default','5f3df48917dfbe8cae9a037d041b6eae','g:i a',NULL,NULL,'','LINE',NULL,10,'','9cd8498bd9f845b229e9183b260ee61e','',NULL),(4696,'en','default','3fcf026bbfffb63fb24b8de9d0446949','April',NULL,NULL,'','LINE',NULL,10,'genitive','43a2a1a86d0a6fb30a52b71360e75713','',NULL),(4697,'en','default','41ba70891fb6f39327d8ccb9b1dafb84','August',NULL,NULL,'','LINE',NULL,10,'genitive','573904276f8f97c205ffe8a46c2ef6ce','',NULL),(4698,'en','default','82331503174acbae012b2004f6431fa5','December',NULL,NULL,'','LINE',NULL,10,'genitive','eba4c0504d968f86b76562fff0991389','',NULL),(4699,'en','default','659e59f062c75f81259d22786d6c44aa','February',NULL,NULL,'','LINE',NULL,10,'genitive','607de1a12b8006eefdf5d0da913365b3','',NULL),(4700,'en','default','86f5978d9b80124f509bdb71786e929e','January',NULL,NULL,'','LINE',NULL,10,'genitive','513091d9a8c378c4b08a1e48726f94e0','',NULL),(4701,'en','default','1b539f6f34e8503c97f6d3421346b63c','July',NULL,NULL,'','LINE',NULL,10,'genitive','61daff93275123b1eb1294e1c80252bc','',NULL),(4702,'en','default','688937ccaf2a2b0c45a1c9bbba09698d','June',NULL,NULL,'','LINE',NULL,10,'genitive','281703b1b310dee427e301ac89fe8ffa','',NULL),(4703,'en','default','fa3e5edac607a88d8fd7ecb9d6d67424','March',NULL,NULL,'','LINE',NULL,10,'genitive','b2f9c07152c00c0607f8d7a9cd76dd5b','',NULL),(4704,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'','LINE',NULL,10,'genitive','5195612a6f2aae8261b0fd85ae9bb8c8','',NULL),(4705,'en','default','7e823b37564da492ca1629b4732289a8','November',NULL,NULL,'','LINE',NULL,10,'genitive','11dd413f52415d646bb72726218182bd','',NULL),(4706,'en','default','eca60ae8611369fe28a02e2ab8c5d12e','October',NULL,NULL,'','LINE',NULL,10,'genitive','4c1c4cf64466954af3e522e222e852e3','',NULL),(4707,'en','default','cc5d90569e1c8313c2b1c2aab1401174','September',NULL,NULL,'','LINE',NULL,10,'genitive','59bf6d355a227bac0f34d9340546a2cb','',NULL),(4708,'en','default','3f0e3f18debcdd7c63ef7c37a59b0b5e','H Align',NULL,NULL,'','LINE',NULL,10,'horizontal table cell alignment','bf06827fca27724f6408567afc75a817','',NULL),(4709,'en','default','0459b988788baad54ce9431d25813546','horizontal-line',NULL,NULL,'','LINE',NULL,10,'','0c41cebb03bbd8075a3d08bc38381ffb','',NULL),(4710,'en','default','28b32f68c1920b3de0c13f674c4899bb','html_lang_attribute',NULL,NULL,'','LINE',NULL,10,'','cd618ac0f69e9a3d867751ff651f592d','',NULL),(4711,'en','default','c5b231e0d6cf99c4710dd36a11239b57','https://codex.wordpress.org/',NULL,NULL,'','LINE',NULL,10,'','d87196ea3f09e19dc2af7f5a44c769b8','',NULL),(4712,'en','default','fc19ec1cf991d880698bb4e835b49e5c','https://codex.wordpress.org/CSS',NULL,NULL,'','LINE',NULL,10,'','572b6925b43d2e91a4b6d7210bcdd1e8','',NULL),(4713,'en','default','f322e534ccfb6ca67d91d9b383c42558','https://codex.wordpress.org/Debugging_a_WordPress_Network',NULL,NULL,'','LINE',NULL,10,'','d6248c95a68c3c31194c0a6e246d1b2b','',NULL),(4714,'en','default','b0d8797eaf6543dd036f28bbb676ebf1','https://codex.wordpress.org/Debugging_in_WordPress',NULL,NULL,'','LINE',NULL,10,'','1050cb1e6906ed7b81b1cccab69db6e5','',NULL),(4715,'en','default','70a365b8abfb4e192b73b21ecc97c882','https://codex.wordpress.org/Editing_wp-config.php',NULL,NULL,'','LINE',NULL,10,'','d7af865403456b36de6bb4982c797f05','',NULL),(4716,'en','default','31143b258133e5ff286a3f2f6d1535fb','https://codex.wordpress.org/Excerpt',NULL,NULL,'','LINE',NULL,10,'','ce52f05e2725390e7212bbfbc87b5503','',NULL),(4717,'en','default','a3fae36aa4af4b9f21389a939c6b5fbe','https://codex.wordpress.org/Function_Reference/is_main_query',NULL,NULL,'','LINE',NULL,10,'','e01db27612dd00eadbcbc06ba88ab1ac','',NULL),(4718,'en','default','73af1d962a178e2bfd9fb9e8dbd0cf60','https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure',NULL,NULL,'','LINE',NULL,10,'','b8340692cc2e0c79ec53008fb5a37606','',NULL),(4719,'en','default','cf23b25476246ee1585bfc4accb1ed0a','https://codex.wordpress.org/WordPress_Widgets',NULL,NULL,'','LINE',NULL,10,'','9165bb09a73cd26ca65593ba27111775','',NULL),(4720,'en','default','1466100fbff81a57757aea86e2efffb2','https://developer.wordpress.org/themes/advanced-topics/child-themes/',NULL,NULL,'','LINE',NULL,10,'','3e4d5ced98f9487c02a77c5a16db68d3','',NULL),(4721,'en','default','71a7765c3d553e44aaa308159b5a2ba6','https://wordpress.org/',NULL,NULL,'','LINE',NULL,10,'','08a0be8098b8829f6700bd5f8f3baf98','',NULL),(4722,'en','default','2fb383501ee89bd9f7bab226a67e4f3b','https://wordpress.org/support/',NULL,NULL,'','LINE',NULL,10,'','d99b503620ef629e8f0b5c2f75e2af09','',NULL),(4723,'en','default','93208f94df0a4e637e9d02ebc64f7ed7','https://wordpress.org/support/article/cookies/',NULL,NULL,'','LINE',NULL,10,'','59379a31fdb1b25703b7dc7673f8fb0a','',NULL),(4724,'en','default','03cce553d1c2850175d3e7894e52128d','https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser',NULL,NULL,'','LINE',NULL,10,'','f8011bf2723147fa69d6a51f12574bab','',NULL),(4725,'en','default','4ec882f0f93ed134e6999660f01fb856','https://wordpress.org/support/forum/requests-and-feedback',NULL,NULL,'','LINE',NULL,10,'','5a48fcfab2604fec1d13a10a32a184d8','',NULL),(4726,'en','default','2a66185b7a8655beb62d3f864c2823b5','https://wordpress.org/support/forums/',NULL,NULL,'','LINE',NULL,10,'','e7b6efc12864d9d2ae6f45634ce686c9','',NULL),(4727,'en','default','78805a221a988e79ef3f42d7c5bfd418','image',NULL,NULL,'','LINE',NULL,10,'','4d33bed9c5c1e630b009e4aa0f18d321','',NULL),(4728,'en','default','33875e53bf53bf6c23488b35b28f8c9b','image %1$d of %2$d in gallery',NULL,NULL,'','LINE',NULL,10,'','60d63e6bbddba89756be25fe0812c59e','',NULL),(4729,'en','default','59b514174bffe4ae402b3d63aad79fe0','images',NULL,NULL,'','LINE',NULL,10,'','a582a7094aeef5805898aed7cc43b9da','',NULL),(4730,'en','default','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,10,'imperative verb','8e5ed6509dd8bd5a7c1dbef2e8d6541e','',NULL),(4731,'en','default','05d26e7d7c53744b903ae1f6f8a8c7ed','Resolve',NULL,NULL,'','LINE',NULL,10,'imperative verb','5cadf0a0ec6adabf01c019db612d4786','',NULL),(4732,'en','default','63e9f8405058bd00e2abb87563f0aa2f','is now live.',NULL,NULL,'','LINE',NULL,10,'','34ec2f901aec7483f0130ef0aab5f8c0','',NULL),(4733,'en','default','0a5a6e3d06be219956aec60bfab0640b','is now scheduled. It will go live on',NULL,NULL,'','LINE',NULL,10,'','e39e56e894bfd2d3f25c92bafec02b6f','',NULL),(4734,'en','default','f1851d5600eae616ee802a31ac74701b','Enter',NULL,NULL,'','LINE',NULL,10,'keyboard button','ec95efbdd8841aa92398d9b4869cde16','',NULL),(4735,'en','default','cd7d13ceea728b08555f7c818cfb13ef','Backspace',NULL,NULL,'','LINE',NULL,10,'keyboard key','7e221e8190c7873af93e9f69ad0dd25e','',NULL),(4736,'en','default','d511f8439ecde36647437fbba67a4394','Space',NULL,NULL,'','LINE',NULL,10,'keyboard key','f360a812083f31bf3ca99cad6770567a','',NULL),(4737,'en','default','e0820588b5cd5833e3057d9871788a65','l, F jS, Y',NULL,NULL,'','LINE',NULL,10,'','45453132d7b58515be3a41fb2f626ae5','',NULL),(4738,'en','default','75ecaaafd1f677d07360709be6528768','Search for:',NULL,NULL,'','LINE',NULL,10,'label','b9ac064f987c35bebc8fa48f84e62233','',NULL),(4739,'en','default','56e7554366b04495125a6299ad3e1d8c','Add Audio',NULL,NULL,'','LINE',NULL,10,'label for button in the audio widget','ffc6d2c3de5627239f927697e6a4666f','',NULL),(4740,'en','default','c1d1763ff72c4a4c3d5d1172dc16b701','Edit Audio',NULL,NULL,'','LINE',NULL,10,'label for button in the audio widget; should preferably not be longer than ~13 characters long','5f9ff642359a9f0226e08312ac69a554','',NULL),(4741,'en','default','1ec8347d7a39b86efb6f26be0a5885c1','Replace Audio',NULL,NULL,'','LINE',NULL,10,'label for button in the audio widget; should preferably not be longer than ~13 characters long','b2bf239ffd7d5efa9db3195fd93536e0','',NULL),(4742,'en','default','d33c208fe1458eff399189b5b0515025','Add Images',NULL,NULL,'','LINE',NULL,10,'label for button in the gallery widget; should not be longer than ~13 characters long','8df5ee7b9581d0f7bbba1e0945d5ebaf','',NULL),(4743,'en','default','5660c6dad0d0a25ffa0e26a9f82172e3','Edit Gallery',NULL,NULL,'','LINE',NULL,10,'label for button in the gallery widget; should not be longer than ~13 characters long','0f1218bcb766ede8af4dfd6480cc3a89','',NULL),(4744,'en','default','b9c49611cfda3259a2b837b39489e650','Add Image',NULL,NULL,'','LINE',NULL,10,'label for button in the image widget','5f7c144938b0d20d92f7a3d9627f3915','',NULL),(4745,'en','default','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'','LINE',NULL,10,'label for button in the image widget; should preferably not be longer than ~13 characters long','bd14719a4e5ce343bee7d56f3c2a7103','',NULL),(4746,'en','default','5dec156b63fee20ec9d84d44e5cebebd','Replace Image',NULL,NULL,'','LINE',NULL,10,'label for button in the image widget; should preferably not be longer than ~13 characters long','daad5cb8e156178601ece027d2aa2f93','',NULL),(4747,'en','default','980057390ab269b87e5869cd25e84b06','Add Media',NULL,NULL,'','LINE',NULL,10,'label for button in the media widget','513d87f9d887b87393624e40f51a262f','',NULL),(4748,'en','default','96b60a1bf66653894616670b8c91edab','Edit Media',NULL,NULL,'','LINE',NULL,10,'label for button in the media widget; should preferably not be longer than ~13 characters long','8fc16f0a155d97d702d5734f1a845337','',NULL),(4749,'en','default','287bbffbd535c76ca0419b4d7bcf5758','Replace Media',NULL,NULL,'','LINE',NULL,10,'label for button in the media widget; should preferably not be longer than ~13 characters long','446e6d0270cc600ff56c501acc2aa598','',NULL),(4750,'en','default','a1abe8ec1de81fdd62fb9952931bd692','Add Video',NULL,NULL,'','LINE',NULL,10,'label for button in the video widget','b8f2b058e50682e09ddae07d69983a10','',NULL),(4751,'en','default','5b2cbf75b74f9fc814eb10773fd123b8','Edit Video',NULL,NULL,'','LINE',NULL,10,'label for button in the video widget; should preferably not be longer than ~13 characters long','e94e06441a12752bbfe628c10f082613','',NULL),(4752,'en','default','26e31e591ed47e5e6c8021f69f1591aa','Replace Video',NULL,NULL,'','LINE',NULL,10,'label for button in the video widget; should preferably not be longer than ~13 characters long','b197570f8af69d5a835bf8db6e027386','',NULL),(4753,'en','default','5e2f683aacb9d5f3635b3f88583dec80','Custom...',NULL,NULL,'','LINE',NULL,10,'label for custom color','283525407fe578b16e535d4070d2d815','',NULL),(4754,'en','default','12d2be1600d506b174752715e8aa6eb2','Hide Controls',NULL,NULL,'','LINE',NULL,10,'label for hide controls button without length constraints','572357875d4c3eb12dac7b4dd96976e5','',NULL),(4755,'en','default','2cce00e9e8c8c6dd9b6ac2980e4c30c0','Show Controls',NULL,NULL,'','LINE',NULL,10,'label for hide controls button without length constraints','1f9f3ba4baa711906339555b17113baf','',NULL),(4756,'en','default','2a304a1348456ccd2234cd71a81bd338','link',NULL,NULL,'','LINE',NULL,10,'','7d22c50b1bf5dcaebcba97b4968824eb','',NULL),(4757,'en','default','54ab7b7554ae1a0c0f00a5ec2e74c1a2','All Links',NULL,NULL,'','LINE',NULL,10,'links widget','75e29154043756b3f14d55eee9404215','',NULL),(4758,'en','default','30954d90085f6eaaf5817917fc5fecb3','Circle',NULL,NULL,'','LINE',NULL,10,'list style','7db96406c39b97f524d656f9127bd802','',NULL),(4759,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'list style','b2b1441fd613bf992abf2e2b64d142f8','',NULL),(4760,'en','default','abd562ba1cf0fd75dd2bf65f02d9bfca','Disc',NULL,NULL,'','LINE',NULL,10,'list style','aa1c3a9907dea73045d303ca94afc429','',NULL),(4761,'en','default','4b77c91b762f94311d75bf23c3995f73','Lower Alpha',NULL,NULL,'','LINE',NULL,10,'list style','8343ee52330634ffaef9440ea023e4d4','',NULL),(4762,'en','default','63b23e90fcca14f6a0037e230efe63c7','Lower Greek',NULL,NULL,'','LINE',NULL,10,'list style','a8befdd8358b02085f8b3a1fbcdffc23','',NULL),(4763,'en','default','7bc668026e7eae5efb58f74a8b3c212c','Lower Roman',NULL,NULL,'','LINE',NULL,10,'list style','f25a2134351504e60dcf575d0e9f1565','',NULL),(4764,'en','default','ceb46ca115d05c51aa5a16a8867c3304','Square',NULL,NULL,'','LINE',NULL,10,'list style','a9cdc587d5b0666c42d70eddb5c0e291','',NULL),(4765,'en','default','23349f7b530cd69c8c670c0a60402868','Upper Alpha',NULL,NULL,'','LINE',NULL,10,'list style','13acc3018d30bc0dc8523fc8c1d98cc1','',NULL),(4766,'en','default','92a87ff544e50962bf23069912ab03eb','Upper Roman',NULL,NULL,'','LINE',NULL,10,'list style','61abb8ca142e2a57fd8480cce7092cad','',NULL),(4767,'en','default','d5b77ba775044b4bb3290848f3abfb6d','https://wordpress.org/support/update-php/',NULL,NULL,'','LINE',NULL,10,'localized PHP upgrade information page','f52a8f5da6f1e2ff1734759e0e6fe4ed','',NULL),(4768,'en','default','62933a2951ef01f4eafd9bdf4d3cd2f0','media',NULL,NULL,'','LINE',NULL,10,'','f9b6993eaf17ea2077ee8dbd25b46fbc','',NULL),(4769,'en','default','3e2f39d87b79794c4135cf13d3958624','Remove video track',NULL,NULL,'','LINE',NULL,10,'media','b7a91cce158cff606cb15b01a1629d8a','',NULL),(4770,'en','default','fedc0e3f18d0ff5df1579ad5ce33ba5d','Mine',NULL,NULL,'','LINE',NULL,10,'media items','c96c3a983a345147a79943400b2ff919','',NULL),(4771,'en','default','5daedae6ebdf97cc1391ea4fe79f1361','(Currently set to: %s)',NULL,NULL,'','LINE',NULL,10,'menu','52876019927bbcaeb77e453899d40590','',NULL),(4772,'en','default','37d1313d8fb8931a0ff3668d1ae52f50','(Current: %s)',NULL,NULL,'','LINE',NULL,10,'menu location','01c18bd2fc675ebc32b6cd5041793f05','',NULL),(4773,'en','default','77d1b34071feb581fdc1a23bd460acb1','(If you plan to use a menu <a href=\"%1$s\" %2$s>widget%3$s</a>, skip this step.)',NULL,NULL,'','LINE',NULL,10,'menu locations','d582cada6bfa7668b5c9c5fbb9c0dc6a','',NULL),(4774,'en','default','786dd9f2232f919775b65ec8839d0286','Here’s where this menu appears. If you’d like to change that, pick another location.',NULL,NULL,'','LINE',NULL,10,'menu locations','d1f4b316d02d24772b23528018e1d1b9','',NULL),(4775,'en','default','2984cbf71df6094c1a32b65568353ccc','View All Locations',NULL,NULL,'','LINE',NULL,10,'menu locations','57e75d8e47303a7fed94d8ed87f87568','',NULL),(4776,'en','default','65997acebaf9f85a0f01352d5c14df9d','View Location',NULL,NULL,'','LINE',NULL,10,'menu locations','c48663736ecf5afb73ce6e87c8484113','',NULL),(4777,'en','default','5d87a23cd2b60d7374a73daa08229110','Where do you want this menu to appear?',NULL,NULL,'','LINE',NULL,10,'menu locations','c7cc1eb638564b973321392182acd29b','',NULL),(4778,'en','default','c33becbc6922818abb41629bf42c156c','WordPress.org',NULL,NULL,'','LINE',NULL,10,'meta widget link text','c94a3ab9a7a5ada711e29c593e03a1ae','',NULL),(4779,'en','default','bacd6585c79bc830a03e1abcd9fbee7b','(no label)',NULL,NULL,'','LINE',NULL,10,'missing menu item navigation label','02e934ec295422c47a3ef49731c7d83d','',NULL),(4780,'en','default','519a414c9b087f6572bd8facbcab900f','F Y',NULL,NULL,'','LINE',NULL,10,'monthly archives date format','94aca6033e7d32b7260a8b2c9ef7c1e3','',NULL),(4781,'en','default','a97a317b23af9ee558c7cca5c93958d7','moved to the trash.',NULL,NULL,'','LINE',NULL,10,'','92601f7aa61e9bb711bc4acf2c15e723','',NULL),(4782,'en','default','aed34b9f60ee115dfa7918b742336277','movie',NULL,NULL,'','LINE',NULL,10,'','8af8d82929f085ba74cf8e049382e03c','',NULL),(4783,'en','default','18d6769919266cd0bd6cd78aa405d5d0','music',NULL,NULL,'','LINE',NULL,10,'','1637dcb7e4d369f06a48969b73b19fee','',NULL),(4784,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,10,'nav menu home label','28ca10f62548d33f1b2e8edbfd563ed4','',NULL),(4785,'en','default','681d9722525dc36478c72ac6a4fce430','new WordPress Loop',NULL,NULL,'','LINE',NULL,10,'','ed6e16ec3e460963377465abdaad0525','',NULL),(4786,'en','default','362d09ef71837c9e9806341e062753e9','next page',NULL,NULL,'','LINE',NULL,10,'','076a7360164aec68e523c3b2f5b9eb34','',NULL),(4787,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'next set of posts','57dbc12b274b869089f37acbac95e850','',NULL),(4788,'en','default','3c196de9097219c621884bd036cb1b39','no parent',NULL,NULL,'','LINE',NULL,10,'','fce063c795e455eee77c1f60d2585ab8','',NULL),(4789,'en','default','d5bae0b7f699036dd483169815ef98e9','no title',NULL,NULL,'','LINE',NULL,10,'','2e079380abdf4635868e08a49457a7f4','',NULL),(4790,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'','LINE',NULL,10,'noun','7c60371308b8c38ab05d006ff9c001ee','',NULL),(4791,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'noun','0e236676bf3000765f83ff0abd32e305','',NULL),(4792,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'noun','abcd482e8105d2147c9bd103ce004130','',NULL),(4793,'en','default','d445e4a26044411d024021a16f3b10ee','number_format_decimal_point',NULL,NULL,'','LINE',NULL,10,'','c18bad0cc7dd1ffdbb9128901b5cc153','',NULL),(4794,'en','default','862b796393fb64766820ec1e33bfd9bd','number_format_thousands_sep',NULL,NULL,'','LINE',NULL,10,'','a38b8834f3f3380cb6a7fc97e7035418','',NULL),(4795,'en','default','c6a05a4fb92c61488f1c9a9229c50280','numbered list',NULL,NULL,'','LINE',NULL,10,'','c802a5ad0a47aaa599d984730a62fe45','',NULL),(4796,'en','default','45408e1091c0aade58f424e0faa27580','oEmbed Response',NULL,NULL,'','LINE',NULL,10,'','5cd09a54148d3e6ad762435b4a1fc883','',NULL),(4797,'en','default','7ae73898281b6ffaf7cacdd822b9645c','oEmbed Responses',NULL,NULL,'','LINE',NULL,10,'','bc44166b47a90097025d0098d4742380','',NULL),(4798,'en','default','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,10,'','96699067a7d7506ee6a679f8d299c9b5','',NULL),(4799,'en','default','0d9cea22eed7839e6b50ac9795fbc2cd','“',NULL,NULL,'','LINE',NULL,10,'opening curly double quote','86f428ebb48554f11f498d417362ea4c','',NULL),(4800,'en','default','d269252e2662dee7d3fa91791ca2c4d0','‘',NULL,NULL,'','LINE',NULL,10,'opening curly single quote','47d8e641afa14355ecd24bcf10ace582','',NULL),(4801,'en','default','23850d68d605934fff4fbfc9dfce4154','ordered list',NULL,NULL,'','LINE',NULL,10,'','6da40580b509ef3ea05740c9140452c9','',NULL),(4802,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'page','fcbe0bcb64c53af5cec2c6ba2f3f8e66','',NULL),(4803,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,10,'page','0b0563cada560ab010708f716655d1c7','',NULL),(4804,'en','default','6d9b96fbec73d8d51c39b2ea0e74c79f','Remove featured image',NULL,NULL,'','LINE',NULL,10,'page','58ae127649e19a25b64ce648f0273433','',NULL),(4805,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'','LINE',NULL,10,'page','ce67dd56f941a2ee31119ec50ce51e85','',NULL),(4806,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'','LINE',NULL,10,'page','243d2ac5c4e90e0898b488e46ad145a4','',NULL),(4807,'en','default','fe7cd4d1bf3fea9a0d921e224b3fa24c','pagination',NULL,NULL,'','LINE',NULL,10,'','1a3afda33fb9f27fadca08fac32d3db9','',NULL),(4808,'en','default','5b0a8637935072d1ec30e60bb2cae1e6','Mismatch',NULL,NULL,'','LINE',NULL,10,'password mismatch','8519cddfbc5ca25e760cf672452df44a','',NULL),(4809,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,10,'password strength','517541986916fea57523d49b975db558','',NULL),(4810,'en','default','ca756f5241d624bd02ed8e29f59ccce7','Password strength unknown',NULL,NULL,'','LINE',NULL,10,'password strength','10634e2a18359f14b57c116b4f29f15d','',NULL),(4811,'en','default','c43e0fd449c758dab8f891d8e19eb1a9','Strong',NULL,NULL,'','LINE',NULL,10,'password strength','d421c18be2fde6101de7dde012c20be4','',NULL),(4812,'en','default','30a3534b67a9a2c4cb3f1bb8659b321f','Very weak',NULL,NULL,'','LINE',NULL,10,'password strength','a18ea07bfec5e7481e50098888f20ba6','',NULL),(4813,'en','default','7324e3727807d95037eb19d304fd91ec','Weak',NULL,NULL,'','LINE',NULL,10,'password strength','d8da4a019698ef4d8663d27b539ea7e1','',NULL),(4814,'en','default','437175ba4191210ee004e1d937494d09','pdf',NULL,NULL,'','LINE',NULL,10,'','19fe7a756f74a2acde4aa60edc2950dd','',NULL),(4815,'en','default','5ae0c1c8a5260bc7b6648f6fbd115c35','photo',NULL,NULL,'','LINE',NULL,10,'','48cbe489585bfda314b743041950d62f','',NULL),(4816,'en','default','d68f0b43acf6d58599009d506a6f9c78','photos',NULL,NULL,'','LINE',NULL,10,'','ac9ed79a677c42445de7a9e6b150305c','',NULL),(4817,'en','default','29042a31d997c996f52c1d2fd4ad813d','Search …',NULL,NULL,'','LINE',NULL,10,'placeholder','d34f6536df5c9c443b2741657bfe73d3','',NULL),(4818,'en','default','b3fd830c3aa284b982c956443a7f2ef1','“%s”',NULL,NULL,'','LINE',NULL,10,'playlist item title','4887ba1285369d3b9563d60b801930b2','',NULL),(4819,'en','default','eb6b0bf9d0012250ee38db05572ec926','%s installation failed',NULL,NULL,'','LINE',NULL,10,'plugin','cdd9e70d4d5c7ba326c7884c4fa5ab54','',NULL),(4820,'en','default','ae342e873aafd748b50f98ed405a418a','%s installed!',NULL,NULL,'','LINE',NULL,10,'plugin','6dba74781e633e311598220f2fab46c5','',NULL),(4821,'en','default','9ba3212e58201a4ad0ef2d9c855d21fe','%s update failed',NULL,NULL,'','LINE',NULL,10,'plugin','465662b76b80cd4114770e544a32c801','',NULL),(4822,'en','default','9085da110a469e8275e5b61ef903a146','%s updated!',NULL,NULL,'','LINE',NULL,10,'plugin','e754738e407a104154e524f118f0b967','',NULL),(4823,'en','default','510ec629592914d364a64719bd1392b1','Activate %s',NULL,NULL,'','LINE',NULL,10,'plugin','0bd3d7cc9c0bf428c7ecd1c0d89f983a','',NULL),(4824,'en','default','1bc5cbd3d3b59dde03bdf8f53d6755ed','Deleted!',NULL,NULL,'','LINE',NULL,10,'plugin','d24af911766cb6766b3225c1ac69b275','',NULL),(4825,'en','default','1084a249c91de82aa4fc61e463856dc0','Install %s now',NULL,NULL,'','LINE',NULL,10,'plugin','11eb9cdc9f2b05824c71e73dbea6186e','',NULL),(4826,'en','default','2775a03a93e59becb019992da8b9be9b','Installed!',NULL,NULL,'','LINE',NULL,10,'plugin','eee8f0c8a123ddec93edab8a3aec27da','',NULL),(4827,'en','default','b0bfdcdbba5f11f587d8f6254c6e2a3e','Installing %s...',NULL,NULL,'','LINE',NULL,10,'plugin','a37814e3a2c199546d61609c108fc8f6','',NULL),(4828,'en','default','e712938d834e3d449ed063a5658ee76a','Network Activate %s',NULL,NULL,'','LINE',NULL,10,'plugin','cf8e9c04ed34a709ea155d05f8457a70','',NULL),(4829,'en','default','670f503fe3be5ad9cc11991af95ad1c0','Update %s now',NULL,NULL,'','LINE',NULL,10,'plugin','1e174f1504b6f190f4b4c8ec0d9892a6','',NULL),(4830,'en','default','ae870d1c0eead04c57298277a7590d27','Updated!',NULL,NULL,'','LINE',NULL,10,'plugin','50d558dc0d52fb37c97cb1adf3a69dd3','',NULL),(4831,'en','default','2dd47e3baa99a872ecdfc4826f6459b3','Updating %s...',NULL,NULL,'','LINE',NULL,10,'plugin','d9f4e4268a072e0b8e781eec8384405f','',NULL),(4832,'en','default','5109d85d95fece7816d9704e6e5b1279','pm',NULL,NULL,'','LINE',NULL,10,'','a4edb1f52fddd6502c96b0f020604e15','',NULL),(4833,'en','default','0a9db264dffd68c8f8b6e591835c526b','poetry',NULL,NULL,'','LINE',NULL,10,'','cbb8b11079ed85a24916f1c1da5e3386','',NULL),(4834,'en','default','42b90196b487c54069097a68fe98ab6f','post',NULL,NULL,'','LINE',NULL,10,'','e0dca07f69dbf08d7faa12d32faf98e9','',NULL),(4835,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'post','10b7e5ff9fdd26438a38c7d933be9a54','',NULL),(4836,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,10,'post','ace458fd9b755245a748e50feb702dc5','',NULL),(4837,'en','default','6d9b96fbec73d8d51c39b2ea0e74c79f','Remove featured image',NULL,NULL,'','LINE',NULL,10,'post','f1c841715cfbb6d5433a79b4a9ea72b6','',NULL),(4838,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'','LINE',NULL,10,'post','721f4a3be2bd7b39f76b78b8e6e00cb2','',NULL),(4839,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'','LINE',NULL,10,'post','08175934e1c738bcaf37e73312c4b9f6','',NULL),(4840,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'','LINE',NULL,10,'post action/button label','dd81e6b1d7d481ef0ddf04a366654ab2','',NULL),(4841,'en','default','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,10,'post format','be7784953d9e9c2afe548c7ba25cd70a','',NULL),(4842,'en','default','0615a38067b62382dc1667010669b238','Formats',NULL,NULL,'','LINE',NULL,10,'post format','f15990c2978074c1941f084117b77f34','',NULL),(4843,'en','default','b9bd52af99576a6e6e30a1b534703f01','Asides',NULL,NULL,'','LINE',NULL,10,'post format archive title','61bea3b3ddaf59c23e4acdc636476f36','',NULL),(4844,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'','LINE',NULL,10,'post format archive title','ded9babd1c56e4b11a065e1eeed4a615','',NULL),(4845,'en','default','b39a7338df6a7c99fbb130941347bc86','Chats',NULL,NULL,'','LINE',NULL,10,'post format archive title','37f3f77cef421e0c8f28d2dd32bb3659','',NULL),(4846,'en','default','1cdfaaf3776ecdc58afa4b9e93dca980','Galleries',NULL,NULL,'','LINE',NULL,10,'post format archive title','2c3105b9f8c3f80b78e4fdf91c09424e','',NULL),(4847,'en','default','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'','LINE',NULL,10,'post format archive title','a58714ad049c0dfddad00485e9428f15','',NULL),(4848,'en','default','bd908db5ccb07777ced8023dffc802f4','Links',NULL,NULL,'','LINE',NULL,10,'post format archive title','7ecd4d26d1cbf2a7e01aad43bc0c9621','',NULL),(4849,'en','default','c9a28e7f0dbc3ed20a161351c4f29a7b','Quotes',NULL,NULL,'','LINE',NULL,10,'post format archive title','abb13515b7a35fc462a81feff60cb807','',NULL),(4850,'en','default','61fe9018991004014d12b8d81568df90','Statuses',NULL,NULL,'','LINE',NULL,10,'post format archive title','40a3184f5728acfcf78c5860d1e75eb4','',NULL),(4851,'en','default','554cfab3938e21d9270bd6b75931f96f','Videos',NULL,NULL,'','LINE',NULL,10,'post format archive title','84f9f37f880932a6e54aa0f27d1f9785','',NULL),(4852,'en','default','f1851d5600eae616ee802a31ac74701b','Enter',NULL,NULL,'','LINE',NULL,10,'post password form','8bbd454ebd5d884446e0eab5032ee989','',NULL),(4853,'en','default','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'','LINE',NULL,10,'post status','eacae9e2685431140acdc352a22cd320','',NULL),(4854,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,10,'post status','063896135c3356d9b41857da813cd6d3','',NULL),(4855,'en','default','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,10,'post status','671eeadfaa88b5f15835912ca60ea5ab','',NULL),(4856,'en','default','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,10,'post status','82c87bfb24cfcd787a2704729434287d','',NULL),(4857,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,10,'post status','92de58d743157493daeb0c319d38a9a4','',NULL),(4858,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'post status','f5254bcb48867e3b426e600c77bc3a2f','',NULL),(4859,'en','default','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'','LINE',NULL,10,'post type general name','9d12957ccc22d7c925503f69f2c5574c','',NULL),(4860,'en','default','d0abd663234f47fdfff9b37f9e656a27','Changesets',NULL,NULL,'','LINE',NULL,10,'post type general name','628d44b1ab7a61eea2ab0eeb3c0d1d2f','',NULL),(4861,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,10,'post type general name','1bf5b2581bcc8f7c3d42d3378fb39155','',NULL),(4862,'en','default','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,10,'post type general name','4c6404c9221cf6222de610e4595ef6a3','',NULL),(4863,'en','default','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'','LINE',NULL,10,'post type general name','958f8ffd91df06f50b600db184eafb14','',NULL),(4864,'en','default','e1e4c8c9ccd9fc39c391da4bcd093fb2','Block',NULL,NULL,'','LINE',NULL,10,'post type singular name','7092668914a4902d181c3967da144980','',NULL),(4865,'en','default','7e47095fc24ee5d445342fd7a597ca75','Changeset',NULL,NULL,'','LINE',NULL,10,'post type singular name','fa580e67121121e4ff49bdde48faebda','',NULL),(4866,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,10,'post type singular name','bd1e019ccd0875aa3b01732268204f22','',NULL),(4867,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,10,'post type singular name','3182e2068902a9d5cfc9861c1b64928f','',NULL),(4868,'en','default','18958e30bdca0cfac8256824e570a89b','posts',NULL,NULL,'','LINE',NULL,10,'','78666d5844ded5d1994e409b5e51649f','',NULL),(4869,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,10,'previous set of posts','49fb3fcd911c704bb9badfeee45790bb','',NULL),(4870,'en','default','e2fbb312803b4b50793971e625c94196','′',NULL,NULL,'','LINE',NULL,10,'prime','8a768c442b3b03f5bf5e0667bdc86b61','',NULL),(4871,'en','default','d5e0e45736cda0fa775c8a3dfb9cd29f','recent comments',NULL,NULL,'','LINE',NULL,10,'','8175a75f47b3ba7aa4b0f0be35aa5a07','',NULL),(4872,'en','default','3c325dc0b1e2b62523ef33b713b5a4c2','recent posts',NULL,NULL,'','LINE',NULL,10,'','b924b87579c103b638fafc31017a313c','',NULL),(4873,'en','default','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,10,'request status','d83e4eb70545b444cd0cfc1b4ac643e7','',NULL),(4874,'en','default','205bc73c4ab4286a1fb9d4c18322777c','Confirmed',NULL,NULL,'','LINE',NULL,10,'request status','a48fb9f832ca4d01fd32628b71337f5a','',NULL),(4875,'en','default','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,10,'request status','00848df1f3a880c29378367b26008408','',NULL),(4876,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,10,'request status','32637d090bb59946295c8adc6323d0bc','',NULL),(4877,'en','default','e74d0620a156d19246134aced0166eb6','F j, Y @ H:i:s',NULL,NULL,'','LINE',NULL,10,'revision date format','3480875619427fc29813cb20121f0d15','',NULL),(4878,'en','default','98eca3ed35d342d46706a2eeee3b0f76','← Back to %s',NULL,NULL,'','LINE',NULL,10,'site','363b88d6cbc2d224d2c2ddf303fdad40','',NULL),(4879,'en','default','8ca05b67278bf2b4e2ff1e9e65c95abe','sitename',NULL,NULL,'','LINE',NULL,10,'','fccbcd91820c5b71cb4f459d6382238a','',NULL),(4880,'en','default','a20ddccbb6f808ec42cd66323e6c6061','Finish',NULL,NULL,'','LINE',NULL,10,'spellcheck','f60c4fa2bf8c96f9cd024a20c1a7032d','',NULL),(4881,'en','default','fd038fc7f319e48f3115d92bf5bdbef9','Ignore',NULL,NULL,'','LINE',NULL,10,'spellcheck','92166e744951d829c1edc13d2f97d411','',NULL),(4882,'en','default','a9db080bf289d3d7e3924e1a52ad9c98','Ignore all',NULL,NULL,'','LINE',NULL,10,'spellcheck','d089a553d2f6e77c0b18456a63ecc345','',NULL),(4883,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'submit button','8571f537184da99b343f04105451c0a4','',NULL),(4884,'en','default','0bf7c19f7eac3bfa5ad960a50ad602dc','subtitle',NULL,NULL,'','LINE',NULL,10,'','3da19b3f133c5a48ffb0af1ce610e583','',NULL),(4885,'en','default','ac101b32dda4448cf13a93fe283dddd8','Body',NULL,NULL,'','LINE',NULL,10,'table body','7804e8522675f8def36c4f13e19ccf04','',NULL),(4886,'en','default','1a66ab62bfc858b7bcf9e01aa9cd1841','Cell',NULL,NULL,'','LINE',NULL,10,'table cell','428c1b1f0c6522d16fb3a5ed8398834b','',NULL),(4887,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'table cell alignment attribute','b3333b27ac7f62e2559f8aa492e51fb2','',NULL),(4888,'en','default','5d113f2038d289f391614c39043629e8','Scope',NULL,NULL,'','LINE',NULL,10,'table cell scope attribute','8f90c717de3ea727ed835062ff22bc26','',NULL),(4889,'en','default','1976d7f704de389d9fe064e08ea35b2d','Column',NULL,NULL,'','LINE',NULL,10,'table column','583b629d5c3d4a3c904f95e0a5e27c63','',NULL),(4890,'en','default','d27561f45c58f407b3fe76b63b1ec28a','Cols',NULL,NULL,'','LINE',NULL,10,'table columns','906d772e52c9c052ef1ec02561241856','',NULL),(4891,'en','default','ded40f2a77c30efc6062db0cbd857746','Footer',NULL,NULL,'','LINE',NULL,10,'table footer','5ad0941a79503666c3afea78b3ee9f4e','',NULL),(4892,'en','default','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'','LINE',NULL,10,'table header','bb5a1f039d4abc6252854151b479159c','',NULL),(4893,'en','default','c0cb5f0fcf239ab3d9c1fcd31fff1efc',',',NULL,NULL,'','LINE',NULL,10,'tag delimiter','23d4bcc8c7ce8bf5be000d52e8fa7b08','',NULL),(4894,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'','LINE',NULL,10,'tags','df2228c10e85185e8b2c71934c142080','',NULL),(4895,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'taxonomy general name','a1a4bdee5c68899563b68567eea01cf4','',NULL),(4896,'en','default','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,10,'taxonomy general name','2a7d765f6e662308d5854397263501d3','',NULL),(4897,'en','default','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,10,'taxonomy singular name','847bcee05ab96311b816d21eccd7e1ef','',NULL),(4898,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,10,'taxonomy singular name','2ec0a63a2ce3c8b16192ceb4d3708acd','',NULL),(4899,'en','default','22f6890872f2fb85736e897f8111e7be','%s added',NULL,NULL,'','LINE',NULL,10,'term','1d9fe8c8307fc87d3b87aacb48eeaf1c','',NULL),(4900,'en','default','d2b9f1e39aa8e96bb61f3a4bfe133f58','%s removed',NULL,NULL,'','LINE',NULL,10,'term','b2a79e8849f6731c9009e2d19befe10b','',NULL),(4901,'en','default','39a33ab3ae10c15b5c60328b23512713','Remove %s',NULL,NULL,'','LINE',NULL,10,'term','bd74a5967933916575867d061ef8c53f','',NULL),(4902,'en','default','1cb251ec0d568de6a929b520c4aed8d1','text',NULL,NULL,'','LINE',NULL,10,'','b829fe88f57b071c302e7b179a320619','',NULL),(4903,'en','default','5a5ef0e36141d96fcd78dc566777bb4f','text direction',NULL,NULL,'','LINE',NULL,10,'','65589415fc0033210ce3895766c176ee','',NULL),(4904,'en','default','c39eaab018e2e16320836a210cab2617','ltr',NULL,NULL,'','LINE',NULL,10,'text direction','dd80943ee7aada7b0f9d3dbb3dff9718','',NULL),(4905,'en','default','eb6b0bf9d0012250ee38db05572ec926','%s installation failed',NULL,NULL,'','LINE',NULL,10,'theme','22f7f71f893adbc51c3936bb64b09b50','',NULL),(4906,'en','default','ae342e873aafd748b50f98ed405a418a','%s installed!',NULL,NULL,'','LINE',NULL,10,'theme','60d42b2394c341c365621ad11464171a','',NULL),(4907,'en','default','510ec629592914d364a64719bd1392b1','Activate %s',NULL,NULL,'','LINE',NULL,10,'theme','aaa215cd61883bac06d37d263a6d6c5e','',NULL),(4908,'en','default','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'','LINE',NULL,10,'theme','300706207d86528e90d56b70e3f43830','',NULL),(4909,'en','default','1bc5cbd3d3b59dde03bdf8f53d6755ed','Deleted!',NULL,NULL,'','LINE',NULL,10,'theme','d9100b915da325d6607f6304d7e4a138','',NULL),(4910,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,10,'theme','e80eec3fea935ce7dc71047f403d0ba7','',NULL),(4911,'en','default','2775a03a93e59becb019992da8b9be9b','Installed!',NULL,NULL,'','LINE',NULL,10,'theme','9271491f2c8a70a408896a54db30f2ac','',NULL),(4912,'en','default','b0bfdcdbba5f11f587d8f6254c6e2a3e','Installing %s...',NULL,NULL,'','LINE',NULL,10,'theme','cf63d7056a8d43c933e57c68c7531b0e','',NULL),(4913,'en','default','e712938d834e3d449ed063a5658ee76a','Network Activate %s',NULL,NULL,'','LINE',NULL,10,'theme','3c24d8f0be6678cfcf8b86f8d064220b','',NULL),(4914,'en','default','ae870d1c0eead04c57298277a7590d27','Updated!',NULL,NULL,'','LINE',NULL,10,'theme','9dd5271a8d2e2ecae4ccf942a57d13b6','',NULL),(4915,'en','default','29503bd4f9fd280f19f44ddd7331ef28','By %s',NULL,NULL,'','LINE',NULL,10,'theme author','973edc44f6bebee2abd42e4bd7d3d1f4','',NULL),(4916,'en','default','d5d3db1765287eef77d7927cc956f50a','title',NULL,NULL,'','LINE',NULL,10,'','3e351152f0574da21ec92680fc62bd27','',NULL),(4917,'en','default','78945de8de090e90045d299651a68a9b','Available',NULL,NULL,'','LINE',NULL,10,'translations','8eb88f371533d89f6ca00e955c13d61a','',NULL),(4918,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,10,'translations','d886be8a893833bc4833dd0f268038f8','',NULL),(4919,'en','default','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'user dropdown','84425e05c0dfd9fac85dbd744fea8f5f','',NULL),(4920,'en','default','d943a784524620d86cd02b3dc61b867a','V Align',NULL,NULL,'','LINE',NULL,10,'vertical table cell alignment','df4a66e0d7264b9ae5ded77a8990f8c9','',NULL),(4921,'en','default','421b47ffd946ca083b65cd668c6b17e6','video',NULL,NULL,'','LINE',NULL,10,'','8ae327e1314b620aca48cd4f07d7d414','',NULL),(4922,'en','default','ba2a9c6c8c77e03f83ef8bf543612275','Length',NULL,NULL,'','LINE',NULL,10,'video or audio','6284250b623ecf520f1578c6dedf3ecf','',NULL),(4923,'en','default','9b8d8a252955b2de195c7fa72b7353cb','%1$s on %2$s',NULL,NULL,'','LINE',NULL,10,'widgets','21508ad128b55b10e83001f3781255c7','',NULL),(4924,'en','default','57cec4137b614c87cb4e24a3d003a3e0','Y',NULL,NULL,'','LINE',NULL,10,'yearly archives date format','66705ff48bd2e6fc97ac530721a23703','',NULL),(4927,'en','default','30879c2aa1df5eec7c0b787c275818b3',' <a href=\"%1$s\">Check your site status</a>, and <a href=\"%2$s\">learn how to debug issues</a>.',NULL,NULL,'','LINE',NULL,10,'','e0cd4f00f12e052ddf682b481f03a03c','',NULL),(4928,'en','default','bcc39ebae13b9a1832aae242461ada05','\"%1$s\" by %2$s.',NULL,NULL,'','LINE',NULL,10,'','9e1dcce0c4b911942c980bd27177243f','',NULL),(4929,'en','default','ee3c0454d9386d0988c076df41e3c7d4','\"%1$s\" from %2$s by %3$s.',NULL,NULL,'','LINE',NULL,10,'','83b0692382af0d530bd4ba53fe671615','',NULL),(4930,'en','default','5eb29c985d4bd8cd7b37513edc6bfa8a','\"%1$s\" from %2$s.',NULL,NULL,'','LINE',NULL,10,'','e941d4baffda938e6da807607c8d2b3d','',NULL),(4931,'en','default','b5e636f49a664e64d31904a01b4a1e3a','\"%s\".',NULL,NULL,'','LINE',NULL,10,'','76c1ab1067832dc4d2ac02e3183efb2c','',NULL),(4932,'en','default','23daea6f5a74ff486efb9baa4fca994b','$image needs to be an WP_Image_Editor object',NULL,NULL,'','LINE',NULL,10,'','e950a3ff51dbc2f4b5a6089e3ed7ffde','',NULL),(4933,'en','default','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'','9312aa46bcb7a588d97e6ba2d701882d','',NULL),(4934,'en','default','d2d3084ac2aba36560b9db326585fc44','%1$s <span class=\"count\">(%2$s)</span>',NULL,NULL,'','LINE',NULL,10,'','889047bd2bee50aaf1c1a6d901f197fc','',NULL),(4935,'en','default','89377020cb6544e2e6b9cc4fc8bdf616','%1$s MB (%2$s%%) Space Used',NULL,NULL,'','LINE',NULL,10,'','03e6a11f679e8b9c399240b6226fa218','',NULL),(4936,'en','default','cca258d4860106cff874e3b761e18cb6','%1$s by %2$s (will also <strong>delete its data</strong>)',NULL,NULL,'','LINE',NULL,10,'','403fa87f7eb05ba31feac7689773be00','',NULL),(4937,'en','default','99dd47a9ed07cd6358b863867dbca645','%1$s by %2$s.',NULL,NULL,'','LINE',NULL,10,'','41784932e21de94cf8c60ff270d0d1fa','',NULL),(4938,'en','default','bb514b708f89c72fa10b151a4e2a0028','%1$s rating based on %2$s rating',NULL,NULL,'','LINE',NULL,10,'','90c5964cef483cc63c33acb0ef0e5954','',NULL),(4939,'en','default','67681c4f5110151034abbe509ed672b3','%1$s rating based on %2$s ratings',NULL,NULL,'','LINE',NULL,10,'','2c2472f6cd6164e21a1a5b4697ff8bb4','',NULL),(4940,'en','default','8cdab5a2c3761e10b4d3298d297f011e','%d pixels',NULL,NULL,'','LINE',NULL,10,'','7c8159f922b89e789531e68261eae84d','',NULL),(4941,'en','default','18aef9f2ceda8454efa362a5477f84c9','%d star',NULL,NULL,'','LINE',NULL,10,'','aa0593b832e21060af4c621d08b8a5d8','',NULL),(4942,'en','default','d1d1734f7b2e9f8dbf959932493c28e5','%d stars',NULL,NULL,'','LINE',NULL,10,'','c433f25133f0e34b7526709e173ce941','',NULL),(4943,'en','default','e43abd4ebf81104f24818e6e232efb4f','%s — WordPress',NULL,NULL,'','LINE',NULL,10,'','f4870abc48a00bb10cc7f1c71d52e728','',NULL),(4944,'en','default','872a55985f4730054606032d8ce98d01','%s (A sanitized version of the author name.)',NULL,NULL,'','LINE',NULL,10,'','2d83a646a44def98afdd32a24aaf42aa','',NULL),(4945,'en','default','907ce2a58aef15de53dc7dc2dc77b954','%s (Category slug. Nested sub-categories appear as nested directories in the URL.)',NULL,NULL,'','LINE',NULL,10,'','6416b967d80b582e1fd9c5b6dcbc6b8a','',NULL),(4946,'en','default','715a7c4581233ce78bdcdf2a23e1b655','%s (Day of the month, for example 28.)',NULL,NULL,'','LINE',NULL,10,'','044b452ed838ee7d3eaf0b2cf1ec5f12','',NULL),(4947,'en','default','d6436854ae8b9461ee86e843cb94f215','%s (Draft)',NULL,NULL,'','LINE',NULL,10,'','38a0e41750ad1f9a6a9c9f8453d017d5','',NULL),(4948,'en','default','bc94165e38b49015d98c9ed71549e3d3','%s (Hour of the day, for example 15.)',NULL,NULL,'','LINE',NULL,10,'','7f6e266fc284a47a46f5efd1f734cdaf','',NULL),(4949,'en','default','2becbf7be991650c308d806ad314f56a','%s (Minute of the hour, for example 43.)',NULL,NULL,'','LINE',NULL,10,'','96a4f93804a180657f828e45e7ac4e9e','',NULL),(4950,'en','default','ee1e2f6a4fdc6b754621f0b6300f28ce','%s (Month of the year, for example 05.)',NULL,NULL,'','LINE',NULL,10,'','bc783fd70dee940437b75b7c3a5ea3fa','',NULL),(4951,'en','default','2548adaf9671401422874ed378ec8f6e','%s (Second of the minute, for example 33.)',NULL,NULL,'','LINE',NULL,10,'','c860721dbe441cb5bd807d794a8d9b48','',NULL),(4952,'en','default','6eb13a163d6f22351ef023988927e20f','%s (The sanitized post title (slug).)',NULL,NULL,'','LINE',NULL,10,'','c9a4975db1cb6f8a2697e5c91677c9db','',NULL),(4953,'en','default','c6a6307448a5bbc58b90f15cf2ef12dc','%s (The unique ID of the post, for example 423.)',NULL,NULL,'','LINE',NULL,10,'','390d47febb59dc499d48a4eb9f5e4d73','',NULL),(4954,'en','default','3c3a47e95608d3426e1ff0c91242a677','%s (The year of the post, four digits, for example 2004.)',NULL,NULL,'','LINE',NULL,10,'','3bc1d04ba0bae32ba86272e0b0677fa7','',NULL),(4955,'en','default','7e56ea7fea3c82f1205175bcf2af270a','%s (already used in permalink structure)',NULL,NULL,'','LINE',NULL,10,'','1404ae7a8df710cca774380ae84ade10','',NULL),(4956,'en','default','8225527ff696b2d720d23ac1292f4d43','%s Active Installations',NULL,NULL,'','LINE',NULL,10,'','2fdc1e36790567f656175fec0cec04b8','',NULL),(4957,'en','default','3365422c5c6382ea14ddfc893bd2025e','%s Critical issue',NULL,NULL,'','LINE',NULL,10,'','3a4a52eaff30e39615a543a25e9e2ce3','',NULL),(4958,'en','default','1540e69ae4ef9158ebeab6a98987b53a','%s Critical issues',NULL,NULL,'','LINE',NULL,10,'','9cb9798ec24472eec9f02702ebc2cb11','',NULL),(4959,'en','default','7430bef900b8998f463e3af88f634394','%s Item with no issues detected',NULL,NULL,'','LINE',NULL,10,'','b0b4b499304156bbef39ef580b269c60','',NULL),(4960,'en','default','97bf4b5c127050b87ae4ab73c21944b5','%s Items with no issues detected',NULL,NULL,'','LINE',NULL,10,'','92482eda139769f6c936962dc166f3a8','',NULL),(4961,'en','default','f9d544cb057db1359bcc72999ab84d75','%s MB Space Allowed',NULL,NULL,'','LINE',NULL,10,'','1b72704f2b4e27b86e00f0b899977401','',NULL),(4962,'en','default','ee40167a15f5eb92849fb6c99c7e5a6c','%s Page',NULL,NULL,'','LINE',NULL,10,'','87cb5a88d85c87983d58194199f84a3e','',NULL),(4963,'en','default','a8f6683263c298bfad7f0b6f073d7633','%s Pages',NULL,NULL,'','LINE',NULL,10,'','199b5ab3889add6fc742db60e906eb1c','',NULL),(4964,'en','default','42693c20afd7d52364e1af49cff58989','%s Page Template',NULL,NULL,'','LINE',NULL,10,'','661d901084dde093f6ef4628384de14c','',NULL),(4965,'en','default','dd493c28fccb61d9f7413c0ec412f9bd','%s Post',NULL,NULL,'','LINE',NULL,10,'','ffd126c4873bb0f467efa26a62d07ef6','',NULL),(4966,'en','default','b68509cc0e3d6171c7d383c5b0d7c9ee','%s Posts',NULL,NULL,'','LINE',NULL,10,'','d96644efaef55780ac2b36c1eb802758','',NULL),(4967,'en','default','05d6d6ab3cc179fac09f3188f4befcd7','%s Recommended improvement',NULL,NULL,'','LINE',NULL,10,'','2823e7d6aee6bc157897d8f55844b0d0','',NULL),(4968,'en','default','53268e7ecc7f65b693b00a9b76f0b489','%s Recommended improvements',NULL,NULL,'','LINE',NULL,10,'','2dd8a86815da03b7fda39583c855fd60','',NULL),(4969,'en','default','809095b694d3b1b4a3644f9c7901ed41','%s added to permalink structure',NULL,NULL,'','LINE',NULL,10,'','cd11790eb95fa51d92a14dede22d18c1','',NULL),(4970,'en','default','9bcc05478aa4d1d2ddc349920a3eb92c','%s approved comment',NULL,NULL,'','LINE',NULL,10,'','d2e397727060fd51da339a458c2e3b3f','',NULL),(4971,'en','default','155105a95850262a227328cc02e499d1','%s approved comments',NULL,NULL,'','LINE',NULL,10,'','7b7e0015a3177606a97dc112288b6bc7','',NULL),(4972,'en','default','58960482b7bbf0e7ef0451825daec3bc','%s block moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','e418dd3e1dd2b54b98069fb0bce14ac5','',NULL),(4973,'en','default','6ecfa3204a14ae9f6436adfdffdeaa04','%s blocks moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','4c227f18e3109a4e62ece3289235b812','',NULL),(4974,'en','default','e35ef51705c43b168edfd8bf6ffcc8bb','%s block not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','207c6aa9382da85f86c505079e89ef48','',NULL),(4975,'en','default','5df2e8a60fc67c15af62713b0e99b0c8','%s blocks not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,10,'','bb8922fbed2cf2e4f6c9bf0f00dc8d2a','',NULL),(4976,'en','default','972dbbaba3f8e92231e94eb79b9cebfe','%s block permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','d2523593112dafc14d19f9658cab0e29','',NULL),(4977,'en','default','df73e30301f95195df3f8bd834c467e4','%s blocks permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','ca67d38c694d596c35867aaa712df3bc','',NULL),(4978,'en','default','c5fbfd183462b2e2fb099ec1a4fe678f','%s block restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','d475f9d97f453ab29282efdd8a6b95d7','',NULL),(4979,'en','default','cfc45ee4f8b13bc5f2894e75377274c1','%s blocks restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','7021cd19a6a5a88e17895ec6046c2273','',NULL),(4980,'en','default','d2df4e09aa6564804930f454351239f7','%s block updated.',NULL,NULL,'','LINE',NULL,10,'','6161429202d5eb8c58709e83c3d7a03f','',NULL),(4981,'en','default','30a593c66669c5e27360d93a43c0a85c','%s blocks updated.',NULL,NULL,'','LINE',NULL,10,'','994f8fb47456f64ee03a63f4ff0ae3d0','',NULL),(4982,'en','default','7c9fbb6d66bbe52d69af41b3036803a2','%s column',NULL,NULL,'','LINE',NULL,10,'','1197fe886f37ff09dae1ce03087d42ff','',NULL),(4983,'en','default','d635e8f5adee7eb0c8e7d93d3ef00dd1','%s columns',NULL,NULL,'','LINE',NULL,10,'','95aabd1dace16f7532d355ba17bdd30b','',NULL),(4984,'en','default','17aed6c1d9efedc9d70e715edc96944b','%s comment',NULL,NULL,'','LINE',NULL,10,'','25d6e3f0f191159513f2be8954770c56','',NULL),(4985,'en','default','d8e7f17a2abdb911d4ba7d4e949f4f9a','%s comments',NULL,NULL,'','LINE',NULL,10,'','9b83064607d20fa792d4a16793a6cb46','',NULL),(4986,'en','default','820d22f94f7e1ac6704243ee3212b10e','%s comment approved',NULL,NULL,'','LINE',NULL,10,'','705a31e3e1e447b47901603dbe78c740','',NULL),(4987,'en','default','7c8a76a80ba1e73a7d71ddbe784f6d2e','%s comments approved',NULL,NULL,'','LINE',NULL,10,'','c6e62852d4490404e88388289a5ef253','',NULL),(4988,'en','default','15031ae057a29d223d1aab5369a13dd6','%s comment marked as spam.',NULL,NULL,'','LINE',NULL,10,'','80fe614af3bfee4575ec07cc4fc7c349','',NULL),(4989,'en','default','fef556e51e515bc9c4fd82945d8d153c','%s comments marked as spam.',NULL,NULL,'','LINE',NULL,10,'','496d263f3a3a911ba7ecb272721f07f0','',NULL),(4990,'en','default','b4851be1d828d3c6337c73534f0962bd','%s comment moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','69166710899da57f9a7feb059d1bf9c3','',NULL),(4991,'en','default','003e398ba5abcf51b755af205f8d1cfa','%s comments moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','33aaac8ef4f974c6dc60bdeec7001427','',NULL),(4992,'en','default','30286612686c6ea51a969c5d93831b07','%s comment permanently deleted',NULL,NULL,'','LINE',NULL,10,'','4260ab5bd161879a375111335af4c6e2','',NULL),(4993,'en','default','0522c38649b9b97dce2d14073aa1941b','%s comments permanently deleted',NULL,NULL,'','LINE',NULL,10,'','5765055a818143d7d606920b2cd06d66','',NULL),(4994,'en','default','b2ed5fc516fe6b8de14169bee1c95243','%s comment restored from the Trash',NULL,NULL,'','LINE',NULL,10,'','91d7b84d139dcc376aff49a33996ddb9','',NULL),(4995,'en','default','694604f74cfdf664b25b594e4d047424','%s comments restored from the Trash',NULL,NULL,'','LINE',NULL,10,'','a353fc1779105382ec9e47bd7b7edb5c','',NULL),(4996,'en','default','a7ebb76b99f8de583c6220042d182608','%s comment restored from the spam',NULL,NULL,'','LINE',NULL,10,'','568cab16f79b8cdeb0a4b49d7d0cbd2a','',NULL),(4997,'en','default','cddc53a08b88dd25377431255de66018','%s comments restored from the spam',NULL,NULL,'','LINE',NULL,10,'','806650b568a3f4f7f5437efc83b79e46','',NULL),(4998,'en','default','84674130089e474414f0ba08757e9911','%s failed to embed.',NULL,NULL,'','LINE',NULL,10,'','f69a70170dce4732be4f2cfad31d2a6e','',NULL),(4999,'en','default','4fafbd44bcc3a4598b2496f851014b06','%s has been logged out.',NULL,NULL,'','LINE',NULL,10,'','758602f289863666735236e8b51f5256','',NULL),(5000,'en','default','90ac80305754c456b6b8dc87108329bb','%s has been updated.',NULL,NULL,'','LINE',NULL,10,'','a86c47da01004bb37ce85abc44940270','',NULL),(5001,'en','default','e75e88112f4070fdef74a077c9b1432a','%s has taken over and is currently editing.',NULL,NULL,'','LINE',NULL,10,'','d972c87ebd2e003da062464172f9d0e3','',NULL),(5002,'en','default','25f54a2d4dad9e4469c34753be4a17da','%s is already editing this post.',NULL,NULL,'','LINE',NULL,10,'','4df1e8d0f8bd680974274382cf73d55a','',NULL),(5003,'en','default','d86e8f16f912b5d7e6ff5cf8f4bd15ca','%s is already editing this post. Do you want to take over?',NULL,NULL,'','LINE',NULL,10,'','f7151c2415a10f64fc33501820a7135d','',NULL),(5004,'en','default','a64b08f852d84587f572eedfb6f585a6','%s is currently editing',NULL,NULL,'','LINE',NULL,10,'','769c5b0fe0ec7a86476560c42b51ac20','',NULL),(5005,'en','default','60f4781ed46fd53aa59438b36a884762','%s link deleted.',NULL,NULL,'','LINE',NULL,10,'','9298b17466abf6fb3d9d859fc8656446','',NULL),(5006,'en','default','87fa36931005afd13af75c7375bf30cc','%s links deleted',NULL,NULL,'','LINE',NULL,10,'','3bc16d2724be603186d576b38cd7a15a','',NULL),(5007,'en','default','0a511c9baa6f0bedb12e9d89227f153a','%s media file attached.',NULL,NULL,'','LINE',NULL,10,'','7f4b20347e9a39f0645b993d56bc50e9','',NULL),(5008,'en','default','bb55285b59eb94e7fae70957c64626a4','%s media files attached.',NULL,NULL,'','LINE',NULL,10,'','58c97a014e039199b333f31b4923d3bb','',NULL),(5009,'en','default','a4eade8b72f51eddfcf23cb050868bb2','%s media file detached.',NULL,NULL,'','LINE',NULL,10,'','df9598728ba74dee18cec81fdf911813','',NULL),(5010,'en','default','1754d7b2d10b288acfcbac597689534f','%s media files detached.',NULL,NULL,'','LINE',NULL,10,'','83b5129f5b1677eec0d2ea988f4927de','',NULL),(5011,'en','default','0f8a4092abf0640766f4ff74753fa35b','%s media file moved to the trash.',NULL,NULL,'','LINE',NULL,10,'','0a676deef82a96ffb14382e6eb0d4ad2','',NULL),(5012,'en','default','105955daedcf9a33e8ebf1cc8ed8322f','%s media files moved to the trash.',NULL,NULL,'','LINE',NULL,10,'','b5f237d4c033651fbfd21ff8ce13717d','',NULL),(5013,'en','default','f4fe67ba145bf452705fb748d8a17cf4','%s media file permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','37c6ff9f076ff9614e1d462b7273af86','',NULL),(5014,'en','default','82aba9ac8751c922ec32d53feb7fd4f2','%s media files permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','05229756b9601f4c9c81dba4f40e8dda','',NULL),(5015,'en','default','bc7754a7731f47b7ca01f9ae334a3107','%s media file restored from the trash.',NULL,NULL,'','LINE',NULL,10,'','ef1948575839ae210ab0b97e690633b0','',NULL),(5016,'en','default','b398ae71bae637dd619248f3a4cc2214','%s media files restored from the trash.',NULL,NULL,'','LINE',NULL,10,'','87f6a7a7c044458a0fb8ad3acccb8ce3','',NULL),(5017,'en','default','869e1b979f3a8c91cc64fa78cf98f33d','%s or higher',NULL,NULL,'','LINE',NULL,10,'','86b426d068b12d5d1fd6e0104a05646f','',NULL),(5018,'en','default','84e7d880c3090b66c8c4a1178bf7a066','%s page moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','f85744be3cdeeef460edb66b035e6704','',NULL),(5019,'en','default','5b5dab087c575f7a9509e8551d9c368c','%s pages moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','b121be467c665220c2e5711bc1729253','',NULL),(5020,'en','default','78c858212d7714cb8a49bf4f4900a1b3','%s page not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','6b22bbb829828014969bab419c783765','',NULL),(5021,'en','default','763dd044a165e8754a34bb7cd8abc8f5','%s pages not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,10,'','b01bee74b91a48c03e0370d24adafc65','',NULL),(5022,'en','default','db63b9c2752218b98f80507fc517f253','%s page permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','277b06728656af59f69c91cdc03ccfd3','',NULL),(5023,'en','default','60a2de2c9062e3c3e632bf6ab4a55916','%s pages permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','6d79b2330f84da3d30217f3e32394f03','',NULL),(5024,'en','default','82914e05497fb8d726cfaaed37bce8cf','%s page restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','d700f7501e2443d1003ca76b83efd21b','',NULL),(5025,'en','default','6cd10142a9f7b1ba9e01b007c6c95e8a','%s pages restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','b97c3dd55f119ddd864ce1f0c8f57c81','',NULL),(5026,'en','default','ee6c7572fa6553e7d3c2af9d813c40fe','%s page updated.',NULL,NULL,'','LINE',NULL,10,'','38cff32f1b8a898cfc611dc257d3f227','',NULL),(5027,'en','default','1c2de00f0bb9879f473754fdba62f5c2','%s pages updated.',NULL,NULL,'','LINE',NULL,10,'','b35a292b2c47824bfe7964fe8f6a6b48','',NULL),(5028,'en','default','9f3f209bc1d936c216cf7ceb23185f6f','%s pending comment',NULL,NULL,'','LINE',NULL,10,'','6c20c25e4bc3777d4b42c3ec0bd28ddf','',NULL),(5029,'en','default','a6bf3c95941dddbf594fc0cf860e6a42','%s pending comments',NULL,NULL,'','LINE',NULL,10,'','49057b8ace73a8714fd4328ae9ebc8bb','',NULL),(5030,'en','default','1910e6cfde026657015fb867330bbd50','%s plugin',NULL,NULL,'','LINE',NULL,10,'','7105c3de05e43fceb22895012b3a92ce','',NULL),(5031,'en','default','477d806dcc27c909a8c37b656ebe2a51','%s plugin successfully updated.',NULL,NULL,'','LINE',NULL,10,'','abe4f65dcb798d61da4e83f018b904dd','',NULL),(5032,'en','default','40f25b4f18d5a468c7aa3a738a8d1f69','%s plugins',NULL,NULL,'','LINE',NULL,10,'','3324f88be4b112119fcd2b7a3bc34583','',NULL),(5033,'en','default','6709f1333e5635fcebdd007e85f22d71','%s plugins successfully updated.',NULL,NULL,'','LINE',NULL,10,'','172d00ddedec9fbc89f59d3b0dfa92f3','',NULL),(5034,'en','default','de7173c85f4e9ffbd80199738e01c3a4','%s post by this author',NULL,NULL,'','LINE',NULL,10,'','3dd2f558ff469c6c1ccf33ae7cf01da3','',NULL),(5035,'en','default','fc7b94aa0a96e54734e4bec6b2cb69f3','%s posts by this author',NULL,NULL,'','LINE',NULL,10,'','eaa5047f0390f9f93ec6ffff12dd43a1','',NULL),(5036,'en','default','61cbcfbe46e903a569032fb09c4e3210','%s post moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','692a627fca8d7d20ebbfbb88c9ca68d9','',NULL),(5037,'en','default','aa6991dd377fba33f816237aec8fa13a','%s posts moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','31e958a4cd49d47ac188e3d3bdaf1026','',NULL),(5038,'en','default','042469343b8b81ed9246790f984a3c75','%s post not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','5338183f7972b93fdd476d7359014a9c','',NULL),(5039,'en','default','f1a9e37a731de36d8cfac3a473e0818c','%s posts not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,10,'','79a2b2889e4ca72ff62f162f5cc70ea2','',NULL),(5040,'en','default','81099b52d42a68624a736e3d37c9b114','%s post permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','39f81089e0e96ed4aac5ad5c95aca653','',NULL),(5041,'en','default','d76604a11259638f15fccd02e9cdbe18','%s posts permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','2495ed6681d9987d4688d59884ff1c32','',NULL),(5042,'en','default','d0bda67d486c0039d443da98c4adb1ad','%s post restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','443e17dfd825a1ccd12d1b74386e9864','',NULL),(5043,'en','default','76b53bdc524a2b58173937e49c4d4fba','%s posts restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','62e83facea1cc21a37bead19fb3dde27','',NULL),(5044,'en','default','ae212637e204cedd168f040de96b1fe2','%s post updated.',NULL,NULL,'','LINE',NULL,10,'','ead7d0937aab2805a87dd70450ce4e48','',NULL),(5045,'en','default','61dbbe312f490e278fdfec71191449a8','%s posts updated.',NULL,NULL,'','LINE',NULL,10,'','cbb96c15a4299b9bd761a0256ed4e767','',NULL),(5046,'en','default','e2f9fe62a8490b50f0bc39ba2c639ef5','%s queries',NULL,NULL,'','LINE',NULL,10,'','2884484bc4c261d4163cc023291da431','',NULL),(5047,'en','default','99edb531668a7b35a22b6bfd0ea4f199','%s rating',NULL,NULL,'','LINE',NULL,10,'','4e247d24e8fdc2c8f14e244c19836e05','',NULL),(5048,'en','default','7b0d5549e2e21cf53ab03dd38a81a71b','%s site',NULL,NULL,'','LINE',NULL,10,'','471d9e90bb6f8ea10e3082d78841cd7d','',NULL),(5049,'en','default','4282820339032489114dd73bf184a85a','%s sites',NULL,NULL,'','LINE',NULL,10,'','554d0f8fc4763c974fe3b3515f2204a5','',NULL),(5050,'en','default','a7785c8d74fbc7630aa4b460bb430eaa','%s theme successfully updated.',NULL,NULL,'','LINE',NULL,10,'','d35e5f05246c1e9d268ff4e7d2fc05a1','',NULL),(5051,'en','default','d778f11ceaca1fa13f7957ae58f09319','%s themes successfully updated.',NULL,NULL,'','LINE',NULL,10,'','02487aee54682ea0081250705f0ba100','',NULL),(5052,'en','default','f768ab3c09f7545df57779b0606dcc26','%s update failed.',NULL,NULL,'','LINE',NULL,10,'','80ec0737dadacf3317af532f2c99647d','',NULL),(5053,'en','default','94c76dac6cbce0c529c309b10cbadee6','%s updated successfully.',NULL,NULL,'','LINE',NULL,10,'','0abd645b4099faeec166f9cb4e4356aa','',NULL),(5054,'en','default','c4f32ea5fe6516834ecd63aa21d1bfde','%s updates failed.',NULL,NULL,'','LINE',NULL,10,'','27beba42573256a005591220485ca28e','',NULL),(5055,'en','default','5a20d6ad2c465b4961ae13cdfd67f400','%s user',NULL,NULL,'','LINE',NULL,10,'','836ed864c6778cc10f7163132e037ffb','',NULL),(5056,'en','default','02a3ccb8294183b300fef7a62fc44a63','%s users',NULL,NULL,'','LINE',NULL,10,'','e927c33528b0e3637ad70b991d85b474','',NULL),(5057,'en','default','d44e14aea56cdcbcd5b0503df71b684f','%s user deleted.',NULL,NULL,'','LINE',NULL,10,'','4b3253c6a10ec633e21dfd66037b4d52','',NULL),(5058,'en','default','3347b8237a4c6c1cb498fde3572f0362','%s users deleted.',NULL,NULL,'','LINE',NULL,10,'','52d8522595f78d2dd8f00eff5fed8698','',NULL),(5059,'en','default','5828b58f6817da236fa36c7e28c69aaf','“%s” (Edit)',NULL,NULL,'','LINE',NULL,10,'','3fd4bebcc2e2556966d5b47800480fec','',NULL),(5060,'en','default','f287cff642667aa7ab371be8aca4fd14','“%s” is locked',NULL,NULL,'','LINE',NULL,10,'','6bb910480a93ce2d105f2e02c78571ee','',NULL),(5061,'en','default','a3332b79b0716cb7e3e4ec79a8b01048','«',NULL,NULL,'','LINE',NULL,10,'','4acdf24bfec51465101a75bd6a7ff7f7','',NULL),(5062,'en','default','24e6cb545c9daae44a3b60d6c84f89ab','← Back to Users',NULL,NULL,'','LINE',NULL,10,'','dc1d5e6aa37aeaf45ef1b88de8cdf932','',NULL),(5063,'en','default','1b2c949b92b4b374bbcb55175ebe0ecb','← Return to editor',NULL,NULL,'','LINE',NULL,10,'','6eec91bd30f5e31a8df8762488e20e07','',NULL),(5064,'en','default','cb4d5750d38b2b0f863cac33456d4f57','— No Change —',NULL,NULL,'','LINE',NULL,10,'','fe353a7b90692e75d02145a9c1f831f9','',NULL),(5065,'en','default','230c725807120b2a8ffda07657b7d15c','— No role for this site —',NULL,NULL,'','LINE',NULL,10,'','8fa9145ca79bd37378a79e8907267fe3','',NULL),(5066,'en','default','4dfed4d09f609b049af849f934862e61','–OR–',NULL,NULL,'','LINE',NULL,10,'','eead2c47e7e995ab0e1d6e9b8366d52e','',NULL),(5067,'en','default','d0fbfc097c4fdbc0bc02e10243bd60fe','»',NULL,NULL,'','LINE',NULL,10,'','fe314feeefff01339696921b3e221fa6','',NULL),(5068,'en','default','da03ef32eef440646d1dafb37abc9434','↑ Return to Top',NULL,NULL,'','LINE',NULL,10,'','d53b644bb96dbb22a0fb80754733eb58','',NULL),(5069,'en','default','f3281cbcfe0e9d7be380ae62c3488730','(%s ratings)',NULL,NULL,'','LINE',NULL,10,'','b0d9b97f6ac2e2dc9a46133ad39e5eb5','',NULL),(5070,'en','default','17ac792a5c7893da050a41ab33d42fb0','(Does not support 64bit values)',NULL,NULL,'','LINE',NULL,10,'','090439606e3713e2c8b89a7c4a1fc3a9','',NULL),(5071,'en','default','8242d53159ae4cd65ec2d0f694208d0f','(Latest version: %s)',NULL,NULL,'','LINE',NULL,10,'','b028a4c5004dde710727d0d2a9019f3e','',NULL),(5072,'en','default','e1c319470b9cc19e2e7f5a9ad86e8722','(Leave at 0 for no rating.)',NULL,NULL,'','LINE',NULL,10,'','4c0b4d975a10f9c39a99194a871ced76','',NULL),(5073,'en','default','ed313558c2bbb70dbd9424fc86a59e4e','(Private post)',NULL,NULL,'','LINE',NULL,10,'','b12b1d27aafec95cdf2bf16ac21bf2ef','',NULL),(5074,'en','default','e2b9012bf1e7282f94361cad63d68cfb','(Signup has been disabled. Only members of this site can comment.)',NULL,NULL,'','LINE',NULL,10,'','fc7e2a2f05f713ab2801a1310e5ba806','',NULL),(5075,'en','default','a04dc749b59b1b237972572d67f6261c','(Supports 64bit values)',NULL,NULL,'','LINE',NULL,10,'','0d7aa036da214df06bc9432ae88af7df','',NULL),(5076,'en','default','937dfa968e7c03d68923269265af022b','(Unattached)',NULL,NULL,'','LINE',NULL,10,'','752fa4314d2d8ee282eec8aeac4234a2','',NULL),(5077,'en','default','4a5fec9658fa978728c01951b62e3049','(Your site is performing updates over FTP due to file ownership. Talk to your hosting company.)',NULL,NULL,'','LINE',NULL,10,'','e5fbf968b7e22cd7fe93dc090ab0f8ef','',NULL),(5078,'en','default','10200c92e0687f6fe60c769809c46d03','(based on %s rating)',NULL,NULL,'','LINE',NULL,10,'','ce6f159daea423c930e773700818cfa5','',NULL),(5079,'en','default','ee380ec2365f543205371b9697927fb6','(based on %s ratings)',NULL,NULL,'','LINE',NULL,10,'','7159f99232e8271d2f58f32177269b6e','',NULL),(5080,'en','default','ebd830cf02aee290558e0d23ca121e94','(no parent)',NULL,NULL,'','LINE',NULL,10,'','f618dc5943fba71395959027726c0737','',NULL),(5081,'en','default','9bfb6e6af6e6793bfa9387e728187c87','(required)',NULL,NULL,'','LINE',NULL,10,'','954971de0f365751fe4faa24664b8e26','',NULL),(5082,'en','default','da8ea2c45d42014f64d6b6c5b7922c54','+ Add New Category',NULL,NULL,'','LINE',NULL,10,'','1999d5514ee9d7e2a80ad8ece91ca1ac','',NULL),(5083,'en','default','5d413aa5b822749c1fb481a1a0fad557','...or something like this:',NULL,NULL,'','LINE',NULL,10,'','a68d4c34f49bc45513637bafbfcb2416','',NULL),(5084,'en','default','c1221766e64caafa5e61ccf3921047fe','.htaccess (for rewrite rules )',NULL,NULL,'','LINE',NULL,10,'','b29a59937739579b275ba095e00d7748','',NULL),(5085,'en','default','b1cf5b3c69ce5a9ac5bb7daa08bdaf74','.htaccess rules',NULL,NULL,'','LINE',NULL,10,'','230838dce520b84f5ee4acf046fdf646','',NULL),(5086,'en','default','6d85f7dd00025dcd8562e451c3956124','1 block not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','d1654e553ec86b1f09acc8c7ae099298','',NULL),(5087,'en','default','65064d2167059eb8d6e1917078ad8268','1 page not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','342305684e1a468de0e74a57ad1f724a','',NULL),(5088,'en','default','8c269fc2d90f7528397be4e86975273a','1 post not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','1e26e803e86d96702a846133f395c141','',NULL),(5089,'en','default','b61a776652b36bdbd2176e392f9b3b3a','404 Template',NULL,NULL,'','LINE',NULL,10,'','527148148b8b377bc6b6742e087ef05f','',NULL),(5090,'en','default','85a2e64c207911cb65cbd59d2e0bb089','5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.',NULL,NULL,'','LINE',NULL,10,'','4b1a04a2e103d8c07d59567f63312b9d','',NULL),(5091,'en','default','535fbe9459b17c75493d43bcf121cde0','<a href=\"%1$s\" class=\"update-browser-link\">Update %2$s</a> or learn how to <a href=\"%3$s\" class=\"browse-happy-link\">browse happy</a>',NULL,NULL,'','LINE',NULL,10,'','13f06312d88a62458da63e42aef0ef94','',NULL),(5092,'en','default','a94a76367375115555271bbb0bd54be5','<a href=\"%1$s\">Edit</a> or <a href=\"%2$s\">preview</a> your Privacy Policy page content.',NULL,NULL,'','LINE',NULL,10,'','1a688f9b8403fd8b130f5e3a089fb0e4','',NULL),(5093,'en','default','b1908ab65bfa571ffd7258f9e0de646c','<a href=\"%1$s\">Edit</a> or <a href=\"%2$s\">view</a> your Privacy Policy page content.',NULL,NULL,'','LINE',NULL,10,'','ae48c5cb012f6d3d584bbd04995a0e27','',NULL),(5094,'en','default','ce3ec6dbe7b25d6b8784607460fb754d','<a href=\"%1$s\">Learn more about WordPress %2$s</a>.',NULL,NULL,'','LINE',NULL,10,'','6b015a24d357f3192d088efad04bfbb7','',NULL),(5095,'en','default','88f062c36a62c9c5ff584ba7df24a411','<a href=\"%1$s\">Please update WordPress</a>, and then <a href=\"%2$s\">learn more about updating PHP</a>.',NULL,NULL,'','LINE',NULL,10,'','63d8a9c748e2731cd6494b354f848cbb','',NULL),(5096,'en','default','3d054a0ca79fc33a981f164fd303ad4c','<a href=\"%1$s\">WordPress %2$s</a> is available! <a href=\"%3$s\" aria-label=\"%4$s\">Please update now</a>.',NULL,NULL,'','LINE',NULL,10,'','78a8db48e367a8bb2d92c4b96c7e041c','',NULL),(5097,'en','default','d4d21fed35bd9c875f1fc30a1e3f6a4f','<a href=\"%1$s\">WordPress %2$s</a> is available! Please notify the site administrator.',NULL,NULL,'','LINE',NULL,10,'','a6af149eb7578f682d2021fff9bdbd49','',NULL),(5098,'en','default','5ef0d7f9c7c9f94d483f9ae1c69c54c5','<a href=\"%s\" target=\"_blank\">Click here to learn more about updating PHP</a>.',NULL,NULL,'','LINE',NULL,10,'','6ba040a885057d08f9b99104038e5f4d','',NULL),(5099,'en','default','106eb22e5feed195a88e03eee23ab155','<a href=\"%s\" target=\"_parent\">Click here to update WordPress</a>.',NULL,NULL,'','LINE',NULL,10,'','813096c6e637b11a133d861f9d5ca983','',NULL),(5100,'en','default','ce529982c40331257655a4f51e7358dc','<a href=\"%s\">Learn more about updating PHP</a>.',NULL,NULL,'','LINE',NULL,10,'','9cb6bd42ec308cbb352a277a3d33249e','',NULL),(5101,'en','default','84d1ae5bad7df9a87f39775f4ed6e490','<a href=\"%s\">Links</a> / Add New Link',NULL,NULL,'','LINE',NULL,10,'','94e98b05a17dba4712d42efc56654f5a','',NULL),(5102,'en','default','67028bac7a8e691f421cd588c36c60ef','<a href=\"%s\">Links</a> / Edit Link',NULL,NULL,'','LINE',NULL,10,'','6e64681e64a46f8db26e02e13aed094d','',NULL),(5103,'en','default','105a6474f1ad32265a1bbfef5338560a','<a href=\"%s\">Please update WordPress</a>.',NULL,NULL,'','LINE',NULL,10,'','74d3483b4e494e046dedd855b7707193','',NULL),(5104,'en','default','77336ddc225294459101963f3403ceef','<a href=\"%s\">You can change your profile picture on Gravatar</a>.',NULL,NULL,'','LINE',NULL,10,'','bcc49a29c229291555580f1d38457276','',NULL),(5105,'en','default','f5d40864a3a36d2eef9a06e87ae42066','<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentation on Comments</a>',NULL,NULL,'','LINE',NULL,10,'','b01553c8108d5bf3e207ba994016eaa5','',NULL),(5106,'en','default','ac57d054d14abc1276136a1c1aaef66d','<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentation on Custom Background</a>',NULL,NULL,'','LINE',NULL,10,'','912bbcb77f1715e546f2ac7414b86ee2','',NULL),(5107,'en','default','0fc809d1e89ddb44b6fc45e1f02117af','<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\">Documentation on Custom Header</a>',NULL,NULL,'','LINE',NULL,10,'','398e10bfd0051a2a6538c272c1459001','',NULL),(5108,'en','default','1c0458a59f1845f9d1d6d65a0c73f9b4','<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\">Documentation on Menus</a>',NULL,NULL,'','LINE',NULL,10,'','48afc83cf545ef8a2395067746716603','',NULL),(5109,'en','default','19f9d98856fa2fc85dd996d8834065a8','<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\">Documentation on Widgets</a>',NULL,NULL,'','LINE',NULL,10,'','5f4aa7fdf5af3ac633eda848724fd1bb','',NULL),(5110,'en','default','5aea2a800c49f8336267d7e89447d308','<a href=\"https://codex.wordpress.org/Comment_Spam\">Documentation on Comment Spam</a>',NULL,NULL,'','LINE',NULL,10,'','4827355dadf0162cc874de10daf8d0f3','',NULL),(5111,'en','default','118afa4ffee68f6f21893881b0e5d678','<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\">Documentation on My Sites</a>',NULL,NULL,'','LINE',NULL,10,'','4d25c2e81db8296579d545cd29c8dc0f','',NULL),(5112,'en','default','682186411ccf22dda09e72de0c978d6e','<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentation on Dashboard</a>',NULL,NULL,'','LINE',NULL,10,'','53b628e5360de0f7dd3ee6c06268e055','',NULL),(5113,'en','default','3ca7a638d575621b115fdfc88b3b002b','<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\">Documentation on Updating WordPress</a>',NULL,NULL,'','LINE',NULL,10,'','acea509fdbe89d522e67669f655eddf9','',NULL),(5114,'en','default','4467f778d78d70b64e73eca4009546d9','<a href=\"https://codex.wordpress.org/Editing_Files\">Documentation on Editing Files</a>',NULL,NULL,'','LINE',NULL,10,'','c41e513c06c22d8bc7009091b2f00b3e','',NULL),(5115,'en','default','4d86d6ad88e1618c1f118e7bebd490ab','<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentation on date and time formatting</a>.',NULL,NULL,'','LINE',NULL,10,'','5521b008fbf45fbe6f4410ccbf827b66','',NULL),(5116,'en','default','81bfb4111edfd9e5f094dd051789fef4','<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">More information</a>',NULL,NULL,'','LINE',NULL,10,'','581f3e451164ed0b931ce895b0f977fa','',NULL),(5117,'en','default','3afd845f7cdd5389807cc15777f49369','<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\">Documentation on Keyboard Shortcuts</a>',NULL,NULL,'','LINE',NULL,10,'','1d235b002f46bca0a8969d27fa79804b','',NULL),(5118,'en','default','cf38c03fcb614b3b6293eca1425df4a6','<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\">Documentation on Creating Links</a>',NULL,NULL,'','LINE',NULL,10,'','654424c09375e825430842ee19220c6f','',NULL),(5119,'en','default','74be3befa343c1669e7123938b89a1ae','<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\">Documentation on Link Categories</a>',NULL,NULL,'','LINE',NULL,10,'','d05632640c0ce8e0b1345b0d1edab4f2','',NULL),(5120,'en','default','bc0d6e9da2e16f47f21def5228955b4f','<a href=\"https://codex.wordpress.org/Links_Screen\">Documentation on Managing Links</a>',NULL,NULL,'','LINE',NULL,10,'','e45610b18bcf19b3e824d5f0c12ff40f','',NULL),(5121,'en','default','9384d1e81ff7ffd1288bfd212c6e5617','<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentation on Managing Plugins</a>',NULL,NULL,'','LINE',NULL,10,'','65448e067d17c95274af845171e835c1','',NULL),(5122,'en','default','beecebacb910a65d276ff8ae4dc3f2a0','<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\">Documentation on Uploading Media Files</a>',NULL,NULL,'','LINE',NULL,10,'','08ba6653e1d8aaae6edf778e78718cfb','',NULL),(5123,'en','default','1a5a8dd8f6d9097f2140c91f4ebd3357','<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentation on Edit Media</a>',NULL,NULL,'','LINE',NULL,10,'','1c0d30669a274c48e4d78f99a3f83e73','',NULL),(5124,'en','default','dc9fcb5a4b077683860978338a5600d3','<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentation on Media Library</a>',NULL,NULL,'','LINE',NULL,10,'','afff2f1e9bbc63700f2fef7bb4b65a00','',NULL),(5125,'en','default','7a3502f68ab0ec532a175877dc706e71','<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">Documentation on Site Management</a>',NULL,NULL,'','LINE',NULL,10,'','fa0312d0be8a927b045c7a392d308dd4','',NULL),(5126,'en','default','b986d24ae0fdceb4b491cec57f57690d','<a href=\"https://codex.wordpress.org/Nginx\">Documentation on Nginx configuration</a>.',NULL,NULL,'','LINE',NULL,10,'','5ce9aa842c6bbca2566839f7eab684b7','',NULL),(5127,'en','default','ca6e165a9d16e3545b1b99ba982bc237','<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentation on Adding New Pages</a>',NULL,NULL,'','LINE',NULL,10,'','e2f15b1c17703fe7799ab93670793fa9','',NULL),(5128,'en','default','4635b2f1e0085899e9e4935c274058b8','<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentation on Managing Pages</a>',NULL,NULL,'','LINE',NULL,10,'','4df1301ec255f4b3727b8ada9811aef8','',NULL),(5129,'en','default','acd276c29c2b3a6a46c69be6455f539e','<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentation on Editing Pages</a>',NULL,NULL,'','LINE',NULL,10,'','8175a56cdb835f9c9c28759066446f99','',NULL),(5130,'en','default','5222c43ea98bf538434547945c1d0249','<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentation on Installing Plugins</a>',NULL,NULL,'','LINE',NULL,10,'','3506bc96a38a6c3fe95ae5091f4c3ecf','',NULL),(5131,'en','default','7c2a173c8cece4c3d4c67bb7323dff9b','<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\">Documentation on Editing Plugins</a>',NULL,NULL,'','LINE',NULL,10,'','ac9ff5c8058e3846474f9c67fdde23b5','',NULL),(5132,'en','default','84131067cbd4621ab735600372fe06a5','<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentation on Writing and Editing Posts</a>',NULL,NULL,'','LINE',NULL,10,'','99d628390ea881f30d379221d4b5b3c9','',NULL),(5133,'en','default','be568b5dbf4c283d8fc8d79d8b636576','<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\">Documentation on Categories</a>',NULL,NULL,'','LINE',NULL,10,'','d779aa7147518694ccbdee2026c25e4f','',NULL),(5134,'en','default','a9dc838f59eca462ebe982579896d22f','<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentation on Managing Posts</a>',NULL,NULL,'','LINE',NULL,10,'','9bce89575b26198d76b70b2355e59b5e','',NULL),(5135,'en','default','8b4d066b4deafecd03fd7866f1be0783','<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\">Documentation on Tags</a>',NULL,NULL,'','LINE',NULL,10,'','8843d62f4399f35a6b4dd0798c392e3a','',NULL),(5136,'en','default','2bd8339943a292f617c05a3137a0ce38','<a href=\"https://codex.wordpress.org/Revision_Management\">Revisions Management</a>',NULL,NULL,'','LINE',NULL,10,'','2b47bc9ffdc6839e9b2af24c211fa510','',NULL),(5137,'en','default','9ea7b9f8618271f10c4b8a2349fa2687','<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descriptions of Roles and Capabilities</a>',NULL,NULL,'','LINE',NULL,10,'','803d392c67e1e156b8b4a480d5a45137','',NULL),(5138,'en','default','baa1c0ae99ae05ae963b464ebeb2480c','<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Documentation on Discussion Settings</a>',NULL,NULL,'','LINE',NULL,10,'','3375a50728c60f8dae79869a7f346249','',NULL),(5139,'en','default','219049b8bddc1ddcb8b72d9d049546a4','<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentation on General Settings</a>',NULL,NULL,'','LINE',NULL,10,'','adeadeac86dd158f93fe5f16d5304cd9','',NULL),(5140,'en','default','e2fc587e2befe899d0d228b4b448a733','<a href=\"https://codex.wordpress.org/Settings_Media_Screen\">Documentation on Media Settings</a>',NULL,NULL,'','LINE',NULL,10,'','0173b2ea52d2104fc63af27e26ac8f60','',NULL),(5141,'en','default','a451bd8bf8bba202e1d9ea3711855f7e','<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\">Documentation on Permalinks Settings</a>',NULL,NULL,'','LINE',NULL,10,'','7c7865bf718adb0ed9a3abd86a6efd47','',NULL),(5142,'en','default','683f4106f8e5ad2034b19900421a4f8e','<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentation on Reading Settings</a>',NULL,NULL,'','LINE',NULL,10,'','8bcd56596f7cc9e41ad8785e74eac871','',NULL),(5143,'en','default','89e460a93c6fd06abb14cf54ecd8b509','<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\">Documentation on Writing Settings</a>',NULL,NULL,'','LINE',NULL,10,'','08948187d981641a518af246fecd3c60','',NULL),(5144,'en','default','4234f73fba73154cd9d800e3c777e0df','<a href=\"https://codex.wordpress.org/Template_Tags\">Documentation on Template Tags</a>',NULL,NULL,'','LINE',NULL,10,'','ee3699f0825104500e0da9f85fa1e13e','',NULL),(5145,'en','default','5a18bc5aae94d14af293d9c22185d5c9','<a href=\"https://codex.wordpress.org/Theme_Development\">Documentation on Theme Development</a>',NULL,NULL,'','LINE',NULL,10,'','077d5cbb1f4c88abc10c0069ff9d9be3','',NULL),(5146,'en','default','f8c4a28b0c9af2baf469f6941ca3ad67','<a href=\"https://codex.wordpress.org/Tools_Export_Screen\">Documentation on Export</a>',NULL,NULL,'','LINE',NULL,10,'','b651aa9f5811bfbbf368e7248542106a','',NULL),(5147,'en','default','4a7074c69cf1e1910f08e4cd41f558d3','<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentation on Import</a>',NULL,NULL,'','LINE',NULL,10,'','da191c5ff5c5338e5782e51a4e4d36ce','',NULL),(5148,'en','default','fdb08da1ca19dfdbc05685ed83b1059d','<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentation on Tools</a>',NULL,NULL,'','LINE',NULL,10,'','f1411a4fea7d9379e0329d8e5ceee3ea','',NULL),(5149,'en','default','c620450055e69fc4bba257608038a252','<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentation on Adding New Users</a>',NULL,NULL,'','LINE',NULL,10,'','69962bd767008a13556402ca4ae8b03f','',NULL),(5150,'en','default','8f061153d2c25d044ccf4667c47df950','<a href=\"https://codex.wordpress.org/Users_Screen\">Documentation on Managing Users</a>',NULL,NULL,'','LINE',NULL,10,'','90e62c69b88096b58347e5aa105664c7','',NULL),(5151,'en','default','b1d685959a257799c87a3769e122560c','<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\">Documentation on User Profiles</a>',NULL,NULL,'','LINE',NULL,10,'','404125870f9378924ca4d0041462bfc6','',NULL),(5152,'en','default','32422622cd895670750d6f8e3e878c4c','<a href=\"https://codex.wordpress.org/Using_Permalinks\">Documentation on Using Permalinks</a>',NULL,NULL,'','LINE',NULL,10,'','72ee400c9062c148c288dab26d78ae6d','',NULL),(5153,'en','default','e6db0fd556a4669e9a7e7da3bf8b21ce','<a href=\"https://codex.wordpress.org/Using_Themes\">Documentation on Using Themes</a>',NULL,NULL,'','LINE',NULL,10,'','9dbee5cf8ef48939b391f443c0c56017','',NULL),(5154,'en','default','ac4b4a3d868705af985fb7f5cfeba49f','<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\">Documentation on Adding New Themes</a>',NULL,NULL,'','LINE',NULL,10,'','6d90ed45e279777f5970c10a023b901f','',NULL),(5155,'en','default','0df53b9aa595a3cb78e04f1956388135','<a href=\"https://codex.wordpress.org/Writing_a_Plugin\">Documentation on Writing Plugins</a>',NULL,NULL,'','LINE',NULL,10,'','b75f092093350a1b65785c523f74ffb0','',NULL),(5156,'en','default','68c0ddf7409308502dfaf354e5f94c7f','<a href=\"https://wordpress.org/support/\">Support</a>',NULL,NULL,'','LINE',NULL,10,'','426bd6c6452942e06feac439a85f48f0','',NULL),(5157,'en','default','9e461df7932d01e20406949696b85afa','<a href=\"https://wordpress.org/support/forum/multisite/\">Support Forums</a>',NULL,NULL,'','LINE',NULL,10,'','14f9ef422b7c3c370de5e3d0dda14207','',NULL),(5158,'en','default','4219e9a017987428685266b8afb91d80','<code>_blank</code> — new window or tab.',NULL,NULL,'','LINE',NULL,10,'','6afc5273e6815c3d46e0ebdb4a13b4d5','',NULL),(5159,'en','default','54664b363fac4157930a3f35531b297a','<code>_none</code> — same window or tab.',NULL,NULL,'','LINE',NULL,10,'','cba77215afd0b5d8e96ef1a01273f4d0','',NULL),(5160,'en','default','d0e80edbec66288a957ad0381ae03505','<code>_top</code> — current window or tab, with no frames.',NULL,NULL,'','LINE',NULL,10,'','eacc121dfd228bdf407e10172ae29704','',NULL),(5161,'en','default','747ebf74423d5239b4023bc329eaf353','<span>Active:</span> %s',NULL,NULL,'','LINE',NULL,10,'','14fb66009c7a8b6f0cf5e1ded911823b','',NULL),(5162,'en','default','2e9457fe36435e48a296c4a614e71a4f','<strong>%s</strong> — This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc.',NULL,NULL,'','LINE',NULL,10,'','3006d7934608817a28a556e753065609','',NULL),(5163,'en','default','f067f6f2a07a9f28b8acd051de12bd8f','<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you.',NULL,NULL,'','LINE',NULL,10,'','667f6a0fa877d898323aca1fc507a99e','',NULL),(5164,'en','default','ecdb52fb00d5aabe4e9d24b436f9b9fc','<strong>Activity</strong> — Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.',NULL,NULL,'','LINE',NULL,10,'','92492a427dfb72cd1b97719e8e35e896','',NULL),(5165,'en','default','fded98eff7361ede97add64b23522e66','<strong>Advice:</strong> Think very carefully about your site crashing if you are live-editing the theme currently in use.',NULL,NULL,'','LINE',NULL,10,'','15ddc9d8e549ea70f200b6c8f5f1f2eb','',NULL),(5166,'en','default','a8f4d14621490c3a1b94015a6744f684','<strong>At A Glance</strong> — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.',NULL,NULL,'','LINE',NULL,10,'','63cb0e79249a3955ef8698cb0ff6b575','',NULL),(5167,'en','default','b65fa8d75f92ea10c226c9c9e107cfc6','<strong>Box Controls</strong> — Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a “Configure” link in the title bar if you hover over it.',NULL,NULL,'','LINE',NULL,10,'','54545fe38eda999a7a67927af2e0e559','',NULL),(5168,'en','default','2bc2b92ef21e54b7d57719af3e03b906','<strong>Clicking the arrow to the right of any menu item</strong> in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.',NULL,NULL,'','LINE',NULL,10,'','44adfce5db156b9d67e7c275453a89b9','',NULL),(5169,'en','default','b1223bca091660d2cb26c4403f354ea0','<strong>Compatible</strong> with your version of WordPress',NULL,NULL,'','LINE',NULL,10,'','96c7d1203469aa395da152a984342fe8','',NULL),(5170,'en','default','019360949341be40f9abc62e0d947806','<strong>Connection lost.</strong> Saving has been disabled until you’re reconnected.',NULL,NULL,'','LINE',NULL,10,'','c7ad62cbc8e82263e1ecdbb66fe5fb52','',NULL),(5171,'en','default','009d122ea5b480829aa49478250882f2','<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using Bulk Actions.',NULL,NULL,'','LINE',NULL,10,'','6f347940b95b62848846a02047a935e5','',NULL),(5172,'en','default','455ea6f84b4f4e0349d551dbb50d3a42','<strong>Description</strong> — The description is not prominent by default; however, some themes may display it.',NULL,NULL,'','LINE',NULL,10,'','bf0e83818cfea660dd6082860a6da784','',NULL),(5173,'en','default','72a914bd12c78373873416f57b033b13','<strong>Discussion</strong> — You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.',NULL,NULL,'','LINE',NULL,10,'','feb178d959aae886b2dde85248492051','',NULL),(5174,'en','default','71ce1121b4c5579d8f2c8e71335b9a22','<strong>Drag and Drop</strong> — To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.',NULL,NULL,'','LINE',NULL,10,'','5152a8dbc58f8c3531ec3b414be417aa','',NULL),(5175,'en','default','eb233701305e7a3f2c7906f8fc65e817','<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.',NULL,NULL,'','LINE',NULL,10,'','8edfe8913a0e716cd74f3f38806c7700','',NULL),(5176,'en','default','f62a6b681a08721ae6b0f640c11373e9','<strong>ERROR:</strong> There was an error connecting to the server, Please verify the settings are correct.',NULL,NULL,'','LINE',NULL,10,'','4de9a113fcc64567a124a76f81341274','',NULL),(5177,'en','default','0926e3f2bf1eb6e20cf4939dd94012a0','<strong>ERROR</strong>: \"Table Prefix\" can only contain numbers, letters, and underscores.',NULL,NULL,'','LINE',NULL,10,'','b36eef92b13f4d300e9128fa8b829d8c','',NULL),(5178,'en','default','7d150f25e6563473ebc64666237efb54','<strong>ERROR</strong>: \"Table Prefix\" is invalid.',NULL,NULL,'','LINE',NULL,10,'','a8b0f7cfdec390a2a79211fa262fccd6','',NULL),(5179,'en','default','1328acea61550ff5ec2e3025f0815942','<strong>ERROR</strong>: \"Table Prefix\" must not be empty.',NULL,NULL,'','LINE',NULL,10,'','1970080cb53ab0fef931dc3601e9fc13','',NULL),(5180,'en','default','881815006609d34e07215728019253f8','<strong>ERROR</strong>: Passwords may not contain the character \"\\\".',NULL,NULL,'','LINE',NULL,10,'','b8a94917e225393c809afc968a530c56','',NULL),(5181,'en','default','7015bce91212ccb97c01670ea4114bdb','<strong>ERROR</strong>: Please enter a nickname.',NULL,NULL,'','LINE',NULL,10,'','90b0199963b37d6472a3ed4b7ae18e1f','',NULL),(5182,'en','default','bea96aebb50c876c1a95f41c49a3f3c9','<strong>ERROR</strong>: Please enter a password.',NULL,NULL,'','LINE',NULL,10,'','e8c3c68119915112d4130386ab6bb97d','',NULL),(5183,'en','default','d15b5951c64392d97ca1e69fbd5d974e','<strong>ERROR</strong>: Please enter an email address.',NULL,NULL,'','LINE',NULL,10,'','e9ef1e8b9360dfae53505fe12b26e711','',NULL),(5184,'en','default','ee9cd024fec5f5c83e08caabf9662327','<strong>ERROR</strong>: Please enter the same password in both password fields.',NULL,NULL,'','LINE',NULL,10,'','89b1f6507cedd33fe4572fda596030b1','',NULL),(5185,'en','default','044f46e52ac3d0ba7f6b83fc33fc1b9d','<strong>ERROR</strong>: options page not found.',NULL,NULL,'','LINE',NULL,10,'','cfde005e3ca61e0c36826e8c152eb5e4','',NULL),(5186,'en','default','9b0ce93b03db1e1cd98decc6387fa90c','<strong>Edit</strong> takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.',NULL,NULL,'','LINE',NULL,10,'','11696b2610f2bbca1738397defd5ba29','',NULL),(5187,'en','default','0bdd62cf14b1ac2df851e97eed7faa8c','<strong>Edit</strong> takes you to the editing screen for that post. You can also reach that screen by clicking on the post title.',NULL,NULL,'','LINE',NULL,10,'','74deb9541548900791736df7e47727d1','',NULL),(5188,'en','default','1f831b9d55db2b6a19cc0944b6c697b4','<strong>Error:</strong> Current PHP version does not meet minimum requirements for %s.',NULL,NULL,'','LINE',NULL,10,'','66ed9f9b410c5bbcd39150bcb1cc10db','',NULL),(5189,'en','default','ea38f26a5df08f7b3c4622740d1e44b6','<strong>Error:</strong> Current WordPress and PHP versions do not meet minimum requirements for %s.',NULL,NULL,'','LINE',NULL,10,'','1a649da9c6ea2d1b26058e3f3d8c7315','',NULL),(5190,'en','default','9d72e71c84b805f1782da570bb7836b1','<strong>Error:</strong> Current WordPress version does not meet minimum requirements for %s.',NULL,NULL,'','LINE',NULL,10,'','af458d26e84844789112dd450f070987','',NULL),(5191,'en','default','ed2374f9d3ff94bdb484133a38cc6393','<strong>Error:</strong> This plugin <strong>requires a newer version of PHP</strong>.',NULL,NULL,'','LINE',NULL,10,'','b260f6763d9647dfaec623538113acd5','',NULL),(5192,'en','default','ee44ff298965d7b09993a67601184216','<strong>Error:</strong> This plugin <strong>requires a newer version of WordPress</strong>.',NULL,NULL,'','LINE',NULL,10,'','996ea00609b9a7b86c4e6169a592120c','',NULL),(5193,'en','default','1d667c275a75b28bd9a3d3befcc8d270','<strong>Format</strong> — Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href=\"https://codex.wordpress.org/Post_Formats#Supported_Formats\">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.',NULL,NULL,'','LINE',NULL,10,'','a802c479a057bc8c8d3892f320b37b76','',NULL),(5194,'en','default','d063063893ef546d984b1fdf20dcb5f1','<strong>Important:</strong> Before updating, please <a href=\"https://codex.wordpress.org/WordPress_Backups\">back up your database and files</a>. For help with updates, visit the <a href=\"https://codex.wordpress.org/Updating_WordPress\">Updating WordPress</a> Codex page.',NULL,NULL,'','LINE',NULL,10,'','fb8ffcf8d4f086cf2f64a15ba0ad1dfe','',NULL),(5195,'en','default','adc736d6139e1287f1d9baaf718f5522','<strong>Incompatible</strong> with your version of WordPress',NULL,NULL,'','LINE',NULL,10,'','13e0073401d88b673152424e5da67e61','',NULL),(5196,'en','default','996b2b4aa8413fcd0f6d148b2af946a6','<strong>Info</strong> — The site URL is rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.',NULL,NULL,'','LINE',NULL,10,'','3d34da6684f8784cc40405ae4bc6550d','',NULL),(5197,'en','default','1c8ad85a1a29170a2c98285371e4ac2d','<strong>Name</strong> — The name is how it appears on your site.',NULL,NULL,'','LINE',NULL,10,'','5febbe59b4e8c2b38e143b3cff8ae190','',NULL),(5198,'en','default','dac04065919539b3bb81eb4152251ca4','<strong>Order</strong> — Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.',NULL,NULL,'','LINE',NULL,10,'','f11c47af7f98788ea05b855c41902aa2','',NULL),(5199,'en','default','4ea8e185f297fa1e5706a8337719effe','<strong>Parent</strong> — Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.',NULL,NULL,'','LINE',NULL,10,'','eec619c60b3b0a3e38f0069c120d2602','',NULL),(5200,'en','default','8f6225bd7662575ef84d375fec88dbd4','<strong>Parent</strong> — You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how many levels you can nest pages.',NULL,NULL,'','LINE',NULL,10,'','a7d363674bc0d711d6d160e3dbf13846','',NULL),(5201,'en','default','d1bb204120db5310aec8f2490431cb76','<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href=\"%s\">child themes</a> for modifications.',NULL,NULL,'','LINE',NULL,10,'','04573092292e1d20b219c5d37cabb34e','',NULL),(5202,'en','default','91cc965a84f790ad2906d697f3119a1d','<strong>Post editor</strong> — Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab.',NULL,NULL,'','LINE',NULL,10,'','a0bfc377e504c07ae3b7b4ee7eb27344','',NULL),(5203,'en','default','b807523847b38ac8553394a6e915ef62','<strong>Preview</strong> will show you what your draft post will look like if you publish it. View will take you to your live site to view the post. Which link is available depends on your post’s status.',NULL,NULL,'','LINE',NULL,10,'','feb9ddd4b67850aee6a2151805f1dfa8','',NULL),(5204,'en','default','ad831971b7a4b43e2ef0d627e297902a','<strong>Publish</strong> — You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). The Password protected option allows you to set an arbitrary password for each post. The Private option hides the post from everyone except editors and administrators. Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.',NULL,NULL,'','LINE',NULL,10,'','ffea9d2f9ee57d2e3ab4a669c39607c5','',NULL),(5205,'en','default','66c7115df99c78b479de41aa41c142ae','<strong>Quick Draft</strong> — Allows you to create a new post and save it as a draft. Also displays links to the 3 most recent draft posts you\'ve started.',NULL,NULL,'','LINE',NULL,10,'','7aa1d766cbdc5f0cea76bf50db690844','',NULL),(5206,'en','default','099f3df0632488f2c47e2658d95e0e76','<strong>Quick Edit</strong> provides inline access to the metadata of your post, allowing you to update post details without leaving this screen.',NULL,NULL,'','LINE',NULL,10,'','aec7db39f9755f7c2dc6e2b37c8412c2','',NULL),(5207,'en','default','b7afe14ef93e550358d9308fbcdf9df0','<strong>Random:</strong> Show a different image on each page.',NULL,NULL,'','LINE',NULL,10,'','ba08a9ca69ff15ee804b268fc9029e72','',NULL),(5208,'en','default','a7e4d48c9f714a92b5b5beb3db05ad38','<strong>Remove</strong> allows you to remove a user from your site. It does not delete their content. You can also remove multiple users at once by using Bulk Actions.',NULL,NULL,'','LINE',NULL,10,'','5fe47707a48d7746511ccf9843929025','',NULL),(5209,'en','default','a98be58ec342822c43f9a60f423b1d2f','<strong>Screen Options</strong> — Use the Screen Options tab to choose which Dashboard boxes to show.',NULL,NULL,'','LINE',NULL,10,'','ed407f0af001c6226b4cc9be2875d701','',NULL),(5210,'en','default','d6ce148cfd01c369f1b23045e489b491','<strong>Send Trackbacks</strong> — Trackbacks are a way to notify legacy blog systems that you’ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they’ll be notified automatically using pingbacks, and this field is unnecessary.',NULL,NULL,'','LINE',NULL,10,'','0671b4a2f6125c4f545933974afb647d','',NULL),(5211,'en','default','0d7d65c866eb8c69ac9cb51558adfa14','<strong>Settings</strong> — This page shows a list of all settings associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the setting is stored in the database.',NULL,NULL,'','LINE',NULL,10,'','d354fd7e8af531c92dc88db3ef74cfe4','',NULL),(5212,'en','default','411d40a6a21e11c47ed8adb1c92f00b0','<strong>Slug</strong> — The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.',NULL,NULL,'','LINE',NULL,10,'','97af8d8b956434fb602f37b6e0e53e27','',NULL),(5213,'en','default','597ef2b39aedb4e7f14e838eed92b8f7','<strong>Template</strong> — Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you’ll see them in this dropdown menu.',NULL,NULL,'','LINE',NULL,10,'','62319763264b08b9688c6a9f025316ba','',NULL),(5214,'en','default','ce993a5f75691ce7176e73214153f067','<strong>The parent theme could not be found.</strong> You will need to install the parent theme, %s, before you can use this child theme.',NULL,NULL,'','LINE',NULL,10,'','b7bcb279eab6de0e2f5af6b67f2c9a78','',NULL),(5215,'en','default','83898cec1dbe4f4586c8347c1ba46120','<strong>Themes and Plugins</strong> — To update individual themes or plugins from this screen, use the checkboxes to make your selection, then <strong>click on the appropriate “Update” button</strong>. To update all of your themes or plugins at once, you can check the box at the top of the section to select all before clicking the update button.',NULL,NULL,'','LINE',NULL,10,'','98ac0766c2d6280e0f1ccde117bde100','',NULL),(5216,'en','default','b23e308c3f8aaf77e0abb955c2b42721','<strong>Themes</strong> — This area shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site’s Appearance menu. To enable a theme for the entire network, see the <a href=\"%s\">Network Themes</a> screen.',NULL,NULL,'','LINE',NULL,10,'','e27f32c9e1231c938c359bd433295481','',NULL),(5217,'en','default','2d08934c32876d0e82311f1741b4e5cb','<strong>Title</strong> — Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.',NULL,NULL,'','LINE',NULL,10,'','caebf199686f82f701abc47dd032baad','',NULL),(5218,'en','default','da5abbe81c1b1941c214b1b4298822cb','<strong>Translations</strong> — The files translating WordPress into your language are updated for you whenever any other updates occur. But if these files are out of date, you can <strong>click the “Update Translations”</strong> button.',NULL,NULL,'','LINE',NULL,10,'','d5ff3112c75a90a53ba4a28d043eb4a7','',NULL),(5219,'en','default','1ac12183049e2cd887bb8ee6b488d5fb','<strong>Trash</strong> removes your post from this list and places it in the trash, from which you can permanently delete it.',NULL,NULL,'','LINE',NULL,10,'','fb4aa500e080edf20572554e14786e36','',NULL),(5220,'en','default','55c1d7dcd5c13ba5790cecd4c6cbd55f','<strong>Users</strong> — This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network.',NULL,NULL,'','LINE',NULL,10,'','97df9b3590027eed340d84b2abc5d08c','',NULL),(5221,'en','default','497641b5542b22dc5d6854613073ad40','<strong>Version %1$s</strong> addressed %2$s bug.',NULL,NULL,'','LINE',NULL,10,'','c13c1e08ef6aba59e1f4b7bc1ad35bf6','',NULL),(5222,'en','default','ccb459ea6dea3238d4dd526be26dba4c','<strong>Version %1$s</strong> addressed %2$s bugs.',NULL,NULL,'','LINE',NULL,10,'','89b615edaedeab58df789dd5e3a74e4a','',NULL),(5223,'en','default','df609ba9ff6d652262e61c635fd87422','<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',NULL,NULL,'','LINE',NULL,10,'','22c02e594d318ed13d65a617083a91d5','',NULL),(5224,'en','default','3cd6f317f07bc2911eac401ef22b1d3b','<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.',NULL,NULL,'','LINE',NULL,10,'','702eec6470f8061630a737f38d53f062','',NULL),(5225,'en','default','1a58444df6e0a3d5033b661fa156d96b','<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',NULL,NULL,'','LINE',NULL,10,'','3f38810d492ca368a186acfdb13b89a8','',NULL),(5226,'en','default','06235b6f29533b9b5969b12a8df162d6','<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',NULL,NULL,'','LINE',NULL,10,'','92da042deabc0a6a3b2479b8c699289e','',NULL),(5227,'en','default','900bc9524d36e0e13350b3400873564a','<strong>Version %s</strong> addressed one security issue.',NULL,NULL,'','LINE',NULL,10,'','9e6ee027d8f8ef6ac3d2721e1a9ab052','',NULL),(5228,'en','default','d237445cc6aef6932337c278ff66b5c4','<strong>Version %s</strong> addressed some security issues.',NULL,NULL,'','LINE',NULL,10,'','28e16bb0ce72b142e79721534f1d11d4','',NULL),(5229,'en','default','e835b8952a95ab3be7ed03ae1e9cef3f','<strong>Warning:</strong> Making changes to active plugins is not recommended.',NULL,NULL,'','LINE',NULL,10,'','35a819b6497bd40c58749e0c37477771','',NULL),(5230,'en','default','098c48c5729f2c05969e76c83d7a78f1','<strong>Warning:</strong> This plugin <strong>has not been tested</strong> with your current version of WordPress.',NULL,NULL,'','LINE',NULL,10,'','6255349ca348aa4c9a4f66e18dade5d2','',NULL),(5231,'en','default','30afe4bb9e679217d99baf456b9d5040','<strong>Warning:</strong> these pages should not be the same!',NULL,NULL,'','LINE',NULL,10,'','4619e75ddd04e800d7455d2f073e5de9','',NULL),(5232,'en','default','949100024350856bb528b654ef53952d','<strong>Welcome</strong> — Shows links for some of the most common tasks when setting up a new site.',NULL,NULL,'','LINE',NULL,10,'','e66eb81986125f51d693abfb956c7f9c','',NULL),(5233,'en','default','c218af871a6a22a7734d3ee3064a2f9a','<strong>WordPress Events and News</strong> — Upcoming events near you as well as the latest news from the official WordPress project and the <a href=\"%s\">WordPress Planet</a>.',NULL,NULL,'','LINE',NULL,10,'','8d0a1cdda55b132500a06507c4006c83','',NULL),(5234,'en','default','16fd34c3de2b02f60c7813d5965faecb','<strong>WordPress</strong> — Updating your WordPress installation is a simple one-click procedure: just <strong>click on the “Update Now” button</strong> when you are notified that a new version is available.',NULL,NULL,'','LINE',NULL,10,'','a2c5ffc4b69c8d049bce519b8013c8cb','',NULL),(5235,'en','default','459529cb17a99023264d9b9b8e52807b','A <a href=\"%s\">static page</a> (select below)',NULL,NULL,'','LINE',NULL,10,'','2dae67149a0c83cafc62b410a003bdb7','',NULL),(5236,'en','default','db634e627e0dab10a2c2c5bfd6dbfe5b','A WordPress Commenter',NULL,NULL,'','LINE',NULL,10,'','77778e3ac6cc342254126d436f98eaa3','',NULL),(5237,'en','default','8bc56041a7b8d37f96d33b8227481393','A comment is held for moderation',NULL,NULL,'','LINE',NULL,10,'','99b721a49dba40cee44debcdc719a8b5','',NULL),(5238,'en','default','de063749d3eece31d00861a3fbe3312f','A new minor update is available for your site. Because minor updates often address security, it’s important to install them.',NULL,NULL,'','LINE',NULL,10,'','dd286e0a62e75574dcfd76cece0376c7','',NULL),(5239,'en','default','ca7caae8e8f7f4583f848e93f162e296','A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.',NULL,NULL,'','LINE',NULL,10,'','4dc0865bdb03a5da22eb133f298ff81c','',NULL),(5240,'en','default','6d32a057b8e5289f9f280bcda64789e3','A new version of WordPress is available.',NULL,NULL,'','LINE',NULL,10,'','a7dcc15bec364b2354db1022f90becce','',NULL),(5241,'en','default','8276c9a8946abef3d2679a62f6c68d37','A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.',NULL,NULL,'','LINE',NULL,10,'','cb068a4c37a1a369a1bea0441371aea9','',NULL),(5242,'en','default','04e664d34781bd98a594158c01cc302d','A plugin has prevented updates by disabling %s.',NULL,NULL,'','LINE',NULL,10,'','3e8f9c4ce7a31cd55de7495fb9166b36','',NULL),(5243,'en','default','4db61a5c327a6add23b9677238f0ba9f','A post ID mismatch has been detected.',NULL,NULL,'','LINE',NULL,10,'','85ed8b8312716450de3b6c3543e3a026','',NULL),(5244,'en','default','b315321b4599ed00b0308ecf42ede9de','A post type mismatch has been detected.',NULL,NULL,'','LINE',NULL,10,'','7c760f98844efd01fb2bae6ea6ced80f','',NULL),(5245,'en','default','532a84ca5d3c3af901e3fc1bf34329d2','A previous automatic background update could not occur.',NULL,NULL,'','LINE',NULL,10,'','3fd368d39444324873cacba850accf13','',NULL),(5246,'en','default','e8e758bdbc17d9bb93a7a1712c71107b','A previous automatic background update ended with a critical failure, so updates are now disabled.',NULL,NULL,'','LINE',NULL,10,'','92517de72b2f5b7a84f1f55f58389a62','',NULL),(5247,'en','default','5efb5a32197f6af82c6ac90b330d4d6b','A red bar on the left means the comment is waiting for you to moderate it.',NULL,NULL,'','LINE',NULL,10,'','ccc049d33c09b521fe7ebd1dd00f5eac','',NULL),(5248,'en','default','104f255fc892bc97c3998219985eb614','A scheduled event has failed',NULL,NULL,'','LINE',NULL,10,'','a3ada3c1ecfbc751146d910e05a85027','',NULL),(5249,'en','default','c1de2031cd42c55a17fbf6439f1006ed','A valid email address must be given.',NULL,NULL,'','LINE',NULL,10,'','f2908c483561148571791081856bd57a','',NULL),(5250,'en','default','aaf0eacd2910ab72ba554324323a55de','About Pages',NULL,NULL,'','LINE',NULL,10,'','81845170e7e36c133340d3cb786e68e8','',NULL),(5251,'en','default','332b15d44819a94ca8cf34d6a45f2470','About Yourself',NULL,NULL,'','LINE',NULL,10,'','677523ce1569641b0ac6a11fa5f5e997','',NULL),(5252,'en','default','8189aa9ed399db1a1afba21e1b8d9598','About the user',NULL,NULL,'','LINE',NULL,10,'','1eb76d05237618ba93d1cc16a3960285','',NULL),(5253,'en','default','77f38b54f3a8eec7896a4b2cef0b4e6a','Accessibility Ready',NULL,NULL,'','LINE',NULL,10,'','b18f598808be53b2339611fd37a0466c','',NULL),(5254,'en','default','e23db69c5941d8e350712fa8514a2cbe','Accessibility Updates',NULL,NULL,'','LINE',NULL,10,'','d3abc123d8b56c91e75b265f87ed7c21','',NULL),(5255,'en','default','09f0c5159c5e34504e453eff3fc70324','Account Management',NULL,NULL,'','LINE',NULL,10,'','216a8e420389bb799b73ad60b8925a10','',NULL),(5256,'en','default','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,10,'','bbe160f1e8a89231b3e953098dcaa7f5','',NULL),(5257,'en','default','1c28f27b654c28decb9f2c4cf200746a','Activate “%s”',NULL,NULL,'','LINE',NULL,10,'','ce1626a9c91dac5079a9941d627b8d81','',NULL),(5258,'en','default','98680e731a9ff94b70c6b4cca69e936e','Activate Plugin',NULL,NULL,'','LINE',NULL,10,'','9667265c791ac1e89abe610bdc73dd27','',NULL),(5259,'en','default','56ca34950c9575810b6b872df46c4a76','Activate Plugin & Return to Press This',NULL,NULL,'','LINE',NULL,10,'','d18fa4bc68e60decdcf9a3fb484e1c6b','',NULL),(5260,'en','default','6ea4c944ef2eefd080dfec1d9276d17f','Activate Plugin & Run Importer',NULL,NULL,'','LINE',NULL,10,'','87abc9d7002165dc91d5c21b07a7d004','',NULL),(5261,'en','default','4ef8e5e5ea2a3cf6b7f7f7940e2aedc4','Activate Press This',NULL,NULL,'','LINE',NULL,10,'','37edde21297b2083e8241ee6589d90de','',NULL),(5262,'en','default','2a4a69b4ded66db2c702f048fc8f6fed','Active <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','50589b1b1e0058b82ebc18fe48eb4919','',NULL),(5263,'en','default','e3b875c2d29d88aba821bd5c063cf074','Active Installations:',NULL,NULL,'','LINE',NULL,10,'','89f599450640663bf6f2db2811b335d5','',NULL),(5264,'en','default','ace3a6cbdc6d1ef407088ba41655fcb3','Active Plugins',NULL,NULL,'','LINE',NULL,10,'','a22f39ab550de0c4de15dda1255635d1','',NULL),(5265,'en','default','b51f1ca9d823af2004944d69db63f3dc','Active Theme',NULL,NULL,'','LINE',NULL,10,'','bd30806eb79fb8c95597c3227075840f','',NULL),(5266,'en','default','3883d6e7a47e23aba94d9e6593735654','Active editor',NULL,NULL,'','LINE',NULL,10,'','02c429eee94192866a959f344776ad4e','',NULL),(5267,'en','default','044358fce8674ca195eca1c5628a5583','%s+ Million',NULL,NULL,'','LINE',NULL,10,'Active plugin installations','a2cd20450e276d2dfb5a9b54480b2a16','',NULL),(5268,'en','default','452e24187ecbd705f998130786a63a3f','Less Than 10',NULL,NULL,'','LINE',NULL,10,'Active plugin installations','63f1308eaf4685dec6273b30a32eb844','',NULL),(5269,'en','default','ecfc2dffe568c10a67dbc6d3724cfde2','Activity',NULL,NULL,'','LINE',NULL,10,'','7dd8213cbc097f61b4fcceb5ddbe4985','',NULL),(5270,'en','default','a508cd6ee07b35ea8efdf98d6520ce83','Add Comment',NULL,NULL,'','LINE',NULL,10,'','1be882380c0be5193a462ed9d99b5971','',NULL),(5271,'en','default','7544163b7664e76075a2384603fcfbb6','Add Custom Field',NULL,NULL,'','LINE',NULL,10,'','7b02b8fb2337dc5608d2e8c85591e67c','',NULL),(5272,'en','default','7ae7f267d29013167d028ea48638ad75','Add Data Erasure Request',NULL,NULL,'','LINE',NULL,10,'','640739ecdb8a87f291aac90ef08d0737','',NULL),(5273,'en','default','33102093b3b099c168957d1ce9870ec9','Add Data Export Request',NULL,NULL,'','LINE',NULL,10,'','a07e70d6a123d7df545632bc92edf73f','',NULL),(5274,'en','default','ff7726be0d05b96a2476324f84c74bb0','Add Existing User',NULL,NULL,'','LINE',NULL,10,'','8dd183b4221c06cfe66dd4c5465daad8','',NULL),(5275,'en','default','8f292f113cf809d11bed7d3a24647ade','Add New Custom Field:',NULL,NULL,'','LINE',NULL,10,'','9cc258083558dcd5bfc8b8b675f1df52','',NULL),(5276,'en','default','b0c1243ee6a1f016eba3b2f3d76337cc','Add New Link',NULL,NULL,'','LINE',NULL,10,'','6fe38ca3921bd556091a4227a35e9162','',NULL),(5277,'en','default','cef6722135c474037758881541b26778','Add New Theme',NULL,NULL,'','LINE',NULL,10,'','2b83713c362be2e2e9edfd29a79aa999','',NULL),(5278,'en','default','3015af65d262be1cf098f0086e051b1a','Add New User',NULL,NULL,'','LINE',NULL,10,'','2c3a27b4215acf3cc6907876ac7a2ec6','',NULL),(5279,'en','default','9d51d9ae2be6a514b532a630672a22fd','Add Plugins',NULL,NULL,'','LINE',NULL,10,'','a5f0be294fbf81f629a0f2dadbb5899c','',NULL),(5280,'en','default','5a7e431eb4fd1227cac0296dd9cc7fed','Add Themes',NULL,NULL,'','LINE',NULL,10,'','93636c870ce79b4129d7627407087074','',NULL),(5281,'en','default','3c483d24617d9ff3547ed457df9e7522','Add Widget',NULL,NULL,'','LINE',NULL,10,'','44c19ae07403227209083276f029a780','',NULL),(5282,'en','default','94157b63814bcba1a65a7b634b8239ab','Add a blog post',NULL,NULL,'','LINE',NULL,10,'','86079dfd5b593da2173ed5cb8ea4d129','',NULL),(5283,'en','default','4c7cf4920bce90df67d4b062c9b839ae','Add additional pages',NULL,NULL,'','LINE',NULL,10,'','4d1df8fcda0f28464a1e75c05abc29f2','',NULL),(5284,'en','default','903dc7c35ccc41456a21134fcbdd80d9','Add an About page',NULL,NULL,'','LINE',NULL,10,'','9b84aee63139c7de1817928364e51756','',NULL),(5285,'en','default','438387d2814797ffa5a3f6b877ea612a','Add comment',NULL,NULL,'','LINE',NULL,10,'','45bbf6409d009f18ccba9eb5fdc4113b','',NULL),(5286,'en','default','7c2843e431ecc75ee89328acca8171ea','Add media files from your computer',NULL,NULL,'','LINE',NULL,10,'','c1d9f039fff1905872ce3208baacbdfb','',NULL),(5287,'en','default','95b3788ec0dc9a5dbfe7c2eb7ad2bcf8','Add menu items',NULL,NULL,'','LINE',NULL,10,'','3e655bfa24e6c3e989bf23f9409bcc52','',NULL),(5288,'en','default','97fd044e54af0acaeff1bfd21dede8a5','Add menu items from the column on the left.',NULL,NULL,'','LINE',NULL,10,'','aaac82875e09b4de032b644340ff9116','',NULL),(5289,'en','default','8bfed9d11b841f7e69a7ee6369c77786','Add new Comment',NULL,NULL,'','LINE',NULL,10,'','872df0bcf2d42345c7f57975a6a8fbb6','',NULL),(5290,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'Add new theme','b2258393b4f9510e678996ff083853c3','',NULL),(5291,'en','default','1553376081dcd5ee16ee1f659503b995','Add one or several items at once by <strong>selecting the checkbox next to each item and clicking Add to Menu</strong>',NULL,NULL,'','LINE',NULL,10,'','5d76d4900fad4092324ff32d9f3614da','',NULL),(5292,'en','default','4cef103dc3eccfaf55c65c1ecae72e5f','Add the user without sending an email that requires their confirmation.',NULL,NULL,'','LINE',NULL,10,'','695e38fbd5fefcf406fe80c7ead58da2','',NULL),(5293,'en','default','76ea2cfb7138b9f6db1ca5385ffd6bec','Add to: %s',NULL,NULL,'','LINE',NULL,10,'','de83a245eb7fcae95380225f0bb8bd51','',NULL),(5294,'en','default','e6248a75c0a43755cfd16e84915f00e0','Add widget: %s',NULL,NULL,'','LINE',NULL,10,'','f1f97cde9115cf388499b7e20ee79824','',NULL),(5295,'en','default','a1a977f79034213b41473e18733730b4','Add, organize, and modify individual menu items',NULL,NULL,'','LINE',NULL,10,'','daf280a25ee23d58436487d5c31a9dd1','',NULL),(5296,'en','default','dca61147f002a428f8bf8cf37792b5fa','Adding Categories',NULL,NULL,'','LINE',NULL,10,'','e8d8a9c948afa198effafc6abc6c7516','',NULL),(5297,'en','default','9bb3c737be1800296ce0387599667655','Adding Plugins',NULL,NULL,'','LINE',NULL,10,'','f55ea180d89fafcea5f6224169b61ffb','',NULL),(5298,'en','default','af047153b271481c509d1c5e89561a19','Adding Tags',NULL,NULL,'','LINE',NULL,10,'','be2d14ac9176c1c1f226ad8a7bc48aeb','',NULL),(5299,'en','default','a1ea607a3097ae6f7ce0abbe9f8295c1','Adding Themes',NULL,NULL,'','LINE',NULL,10,'','dae905075e3e10f0cb4402eebcb9267e','',NULL),(5300,'en','default','e274c4684d61c23f3c28f17d72b4118f','Additional Capabilities',NULL,NULL,'','LINE',NULL,10,'','0aa3c7eb43a1afecb81d58f2143c7029','',NULL),(5301,'en','default','0f68b904e33d9ac04605aecc958bcf52','Additional information',NULL,NULL,'','LINE',NULL,10,'','deba883b423f91e94597e7842820df4b','',NULL),(5302,'en','default','af307eeb6d70b14606bfa0c6efd33d5e','Additional settings',NULL,NULL,'','LINE',NULL,10,'','d0347cc869a0e301384904a31ec2fd31','',NULL),(5303,'en','default','144309aea39dbdf9920ffd0a2046caf1','Admin Color Scheme',NULL,NULL,'','LINE',NULL,10,'','6a53175e1a68a073810750008f1c7134','',NULL),(5304,'en','default','f477b51748658015abe3b4f97cf87f04','Administrators have access to all the administration features.',NULL,NULL,'','LINE',NULL,10,'','4999bf15c5cba3faaa57696f785d9f36','',NULL),(5305,'en','default','65bb8606a62cc2b5538160141ea17c9c','Advanced caching plugin.',NULL,NULL,'','LINE',NULL,10,'','74ec771cb7818e5ae798580573784aed','',NULL),(5306,'en','default','db81abf41dd3267c8caaf8ecbb83f41e','After typing in your edits, click Update File.',NULL,NULL,'','LINE',NULL,10,'','2a16e49e9766bfc86c635bb954eaeec9','',NULL),(5307,'en','default','bc21762d17e407c84442613a6d84aa6e','After you’ve done that, click “Run the installation.”',NULL,NULL,'','LINE',NULL,10,'','a27fd3b4cca1af5318ebd69e0ff67954','',NULL),(5308,'en','default','a1abc8d25137999cd95f32ea95aaebb4','After your Privacy Policy page is set, we suggest that you edit it.',NULL,NULL,'','LINE',NULL,10,'','17acf00fe80c7cdf90975a61e9a993fe','',NULL),(5309,'en','default','76c58686e0b702526ae2cdb09911a022','All Comments',NULL,NULL,'','LINE',NULL,10,'','27beb4c53403e30258c1af3d42ba3dee','',NULL),(5310,'en','default','1ce4552e2ebcc214b51db1811dc986fd','All Settings',NULL,NULL,'','LINE',NULL,10,'','e9782ea5169f740f4c1da7721430cdfe','',NULL),(5311,'en','default','bac5f6b6b6f2908bf45539869bb0c2b4','All Tabs:',NULL,NULL,'','LINE',NULL,10,'','e1ba2f20c8be5ad2b21048c116411855','',NULL),(5312,'en','default','90b2f7433dcfc30b034860cef231c65e','All Types',NULL,NULL,'','LINE',NULL,10,'','84e400576a4f377195bedf05cf11096d','',NULL),(5313,'en','default','9d37aa2390766c456ce1ce415ab799a5','All Users',NULL,NULL,'','LINE',NULL,10,'','55e8cf7a40fbf7d64e0b125405472605','',NULL),(5314,'en','default','f3376cd76e5ca97b0a3a4a7aa7e703e0','All comment types',NULL,NULL,'','LINE',NULL,10,'','2468c8dff6d7ce546252f598b30e3d53','',NULL),(5315,'en','default','3cf34f74121b51a5916fab60bb6188d0','All content',NULL,NULL,'','LINE',NULL,10,'','7972ff87ebcb70498f7428000bdc9838','',NULL),(5316,'en','default','01e1c95a0ca4dfa9e0cf0cab55075dbe','All formats',NULL,NULL,'','LINE',NULL,10,'','14a9b078486d88f565e9817fd8aba6df','',NULL),(5317,'en','default','45e651b9511ec166241ac76e214a8538','All image sizes',NULL,NULL,'','LINE',NULL,10,'','3f871ac4fc7699167f67c1fdfec67839','',NULL),(5318,'en','default','464fc7953a3fab42365c6a3651e3268e','All of your WordPress files are writable.',NULL,NULL,'','LINE',NULL,10,'','6ed12887229a0cd1eacfc297f67c0d0a','',NULL),(5319,'en','default','48c0402beb24e4c169a9239e29acb0c6','All right, sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…',NULL,NULL,'','LINE',NULL,10,'','f08e9c34e282ebcc9266dd8fd849a8a3','',NULL),(5320,'en','default','40645b40a973d9c728edc5643ffb472a','All selected plugins are up to date.',NULL,NULL,'','LINE',NULL,10,'','a38573fc4096c0b323cc9d18c7c9e5a3','',NULL),(5321,'en','default','114042c6a34ebff827acb07e43addb33','All site health tests have finished running.',NULL,NULL,'','LINE',NULL,10,'','c5cbf6dd4892f8b23b85e48ae3193c35','',NULL),(5322,'en','default','8f4f3e53354a9c0eb392cbcbfc335723','All site health tests have finished running. Your site scored %s, and the results are now available on the page.',NULL,NULL,'','LINE',NULL,10,'','bbc050fb76754871c02d48a7fb532f1c','',NULL),(5323,'en','default','cae3edf55bf18bd2de9de1400c79573c','All sizes except thumbnail',NULL,NULL,'','LINE',NULL,10,'','3971112e0442d75d93cd23ee790127f9','',NULL),(5324,'en','default','c74f206bdd52ec175007402c3e6c0972','All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first.',NULL,NULL,'','LINE',NULL,10,'','cb55dbfa73a9800d0bd8d8d7d8a6f8ce','',NULL),(5325,'en','default','c1fa01597f485b30ca7d22687bfd2dc5','All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.',NULL,NULL,'','LINE',NULL,10,'','942a2e8355e4f35f19ae0fc7f0e05f3f','',NULL),(5326,'en','default','1a6ee6911dca7bbe5f3a7d984504d56a','All updates have been completed.',NULL,NULL,'','LINE',NULL,10,'','8a8a04cf942eec845253c600c53f23da','',NULL),(5327,'en','default','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'','LINE',NULL,10,'','9fe5249440fdde3e54241fa0971d332c','',NULL),(5328,'en','default','2945f62164f9f2e9a6bb431ac2e1709b','Allow <a href=\"%s\">trackbacks and pingbacks</a> on this page',NULL,NULL,'','LINE',NULL,10,'','c16d8c4d3a39822b401a8b045ed4be97','',NULL),(5329,'en','default','c44680b2fe4e34f41394265a61d7207d','Allow Pings',NULL,NULL,'','LINE',NULL,10,'','8de06637f2b6a2592b12c3ce00583a45','',NULL),(5330,'en','default','48818b04e239aee5340c1895937586da','Allow automatic database repair',NULL,NULL,'','LINE',NULL,10,'','ed821c5f53c488de186686a733747ea0','',NULL),(5331,'en','default','9271474d62de0dbbee8442e3b5a92f89','Allow comments',NULL,NULL,'','LINE',NULL,10,'','b976d23a937dad20ad1a48e53507d62b','',NULL),(5332,'en','default','cdd57973405e2f378f7bdac14402bf58','Allow search engines to index this site',NULL,NULL,'','LINE',NULL,10,'','cd48b9a08e3a6791dc9f4dd9ddc976e9','',NULL),(5333,'en','default','49513df72c0d3e2df9b63a38eeda8a32','Already pinged:',NULL,NULL,'','LINE',NULL,10,'','364537089f37efe3ea2cd0dee2639d9c','',NULL),(5334,'en','default','ee4485aaa3d25050fc7886fbc1cf70c7','Alt text for the image, e.g. “The Mona Lisa”',NULL,NULL,'','LINE',NULL,10,'','3bf736f2d12a8202032282a289055622','',NULL),(5335,'en','default','487bd4cbad2282c9dd176e449defeb72','Alternately, you can browse the themes that are Featured, Popular, or Latest. When you find a theme you like, you can preview it or install it.',NULL,NULL,'','LINE',NULL,10,'','98c361f453554c0ab88e45c73dec109b','',NULL),(5336,'en','default','7ef9371bcc5d0769fc8024c46445c066','Always use https when visiting the admin',NULL,NULL,'','LINE',NULL,10,'','4f51b49e0b0135e553d364be7b301818','',NULL),(5337,'en','default','7901b4d7fdf6108ad257e66bd2291388','American English',NULL,NULL,'','LINE',NULL,10,'','140628efe86c12789251188e16d4edc9','',NULL),(5338,'en','default','f2189e861796b5bce21112f980bc4795','An HTTPS connection is needed for many features on the web today, it also gains the trust of your visitors by helping to protecting their online privacy.',NULL,NULL,'','LINE',NULL,10,'','aae30151ccfeecf3050dea16088259c6','',NULL),(5339,'en','default','5bf0318ac2be1384d56f30c969c0220d','An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.',NULL,NULL,'','LINE',NULL,10,'','fbae205b13903785c133763abea985cd','',NULL),(5340,'en','default','1eb1844ce4ab366ebaad5bc6db30a8db','An automated WordPress update has failed to complete - <a href=\"%s\">please attempt the update again now</a>.',NULL,NULL,'','LINE',NULL,10,'','b740261184e54918f20201ec0a61a4ad','',NULL),(5341,'en','default','4bcca16db095934f9b37bf15fa0ac91b','An automated WordPress update has failed to complete! Please notify the site administrator.',NULL,NULL,'','LINE',NULL,10,'','b6435192ab6921f23e624d0ea83a9aaa','',NULL),(5342,'en','default','f4e536ede5826ab5f1b992681cbcbc03','An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site.',NULL,NULL,'','LINE',NULL,10,'','f7befe089a79b99844ed10abb774dc0e','',NULL),(5343,'en','default','a597c0ab5100bc769910076725b1cbd2','An email will be sent to the user at this email address asking them to verify the request.',NULL,NULL,'','LINE',NULL,10,'','22e1d5f12c0c171a7e1dcd323c4d7b04','',NULL),(5344,'en','default','6fdbd8b45ec0b365f0a1e43e26a2b13f','An error occurred while updating %1$s: %2$s',NULL,NULL,'','LINE',NULL,10,'','5a17d8e83b20558e0adb316d6fc03bef','',NULL),(5345,'en','default','84d79104f721de257e78b89e41cb88cb','An exporter has improperly used the registration filter.',NULL,NULL,'','LINE',NULL,10,'','af8533511863822c3a5ef5c564265d2d','',NULL),(5346,'en','default','d87637590f358826525ebb8d0aaf40f0','An updated version of WordPress is available.',NULL,NULL,'','LINE',NULL,10,'','537d4ba68d7b685758ffe17c0100392d','',NULL),(5347,'en','default','a768caa988605a2846599cf7e2d0c26a','Analytics',NULL,NULL,'','LINE',NULL,10,'','70efa456583f37f77003d9f7871ac35d','',NULL),(5348,'en','default','0178c15e24d5f8db579148c327373768','Another update is currently in progress.',NULL,NULL,'','LINE',NULL,10,'','446fee1a30e73b0873f46a1b681cbabd','',NULL),(5349,'en','default','eb66900aed9e75c63508d8262ca88438','Any edits to files from this screen will be reflected on all sites in the network.',NULL,NULL,'','LINE',NULL,10,'','5ba6fdcdd55e525ca154586358f2d331','',NULL),(5350,'en','default','44d5412772fd54ff048ea2f09a8cb14d','Anyone can register',NULL,NULL,'','LINE',NULL,10,'','a18f9baf37f20559d5160d7c82928b23','',NULL),(5351,'en','default','acdf445910210245bec77263cc5f1d01','Anyone posts a comment',NULL,NULL,'','LINE',NULL,10,'','251d7caa08c8acedc8dadb63a17f62aa','',NULL),(5352,'en','default','a1c58e94227389415de133efdf78ea6e','Appearance',NULL,NULL,'','LINE',NULL,10,'','1c304ca417afe330b9a2972dbfdecfa2','',NULL),(5353,'en','default','c314eea177cfe60611cc82c4e25bcbfe','Application Attachment Template',NULL,NULL,'','LINE',NULL,10,'','d9ef890325667dfe845e24a6f78df3e9','',NULL),(5354,'en','default','bf73617f18f0ec3633816c2af0fb9866','Apply Filters',NULL,NULL,'','LINE',NULL,10,'','5e528cbb4e6fafa3ccf44610d932fa82','',NULL),(5355,'en','default','48f0f78419795f7c6455989d53e8ae2f','Apply changes to:',NULL,NULL,'','LINE',NULL,10,'','342cd909799500d956ac30557d146fd5','',NULL),(5356,'en','default','6f7351657f795bc1357a53142b1184cc','Approve',NULL,NULL,'','LINE',NULL,10,'','2074171bbf286878d26873f1a2449230','',NULL),(5357,'en','default','423f33d299fca1252c27c68fd509f6a9','Approve Comment',NULL,NULL,'','LINE',NULL,10,'','db478088e3a4673e2d2a7b256dc74f01','',NULL),(5358,'en','default','ab5cb11616f210341665793dc9e43721','Approve this comment',NULL,NULL,'','LINE',NULL,10,'','2ec3ab51b20095adb21ac36977d61f81','',NULL),(5359,'en','default','c10af2a94b2ceb16908edc45b056252c','Are you sure you want to delete this theme?\\n\\nClick \'Cancel\' to go back, \'OK\' to confirm the delete.',NULL,NULL,'','LINE',NULL,10,'','d65a25b0671ccace937fa0b0eb164e32','',NULL),(5360,'en','default','8fe9d7fa780c872a125741e1caa4523c','Are you sure you wish to delete these files and data?',NULL,NULL,'','LINE',NULL,10,'','24460cba570f147d774f17eee475f812','',NULL),(5361,'en','default','f438aaed857d6fd18c7fb5d8d6d55017','Are you sure you wish to delete these files?',NULL,NULL,'','LINE',NULL,10,'','5849cd30941552f9f6e19b7effa7ebe1','',NULL),(5362,'en','default','21619874853161da6da2aaf4f1352b7c','Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.',NULL,NULL,'','LINE',NULL,10,'','8a513931173c1a7136db5080a445e533','',NULL),(5363,'en','default','54fa978c5162ddc82d7cec4d7ed1a643','As a new WordPress user, you should go to <a href=\"%s\">your dashboard</a> to delete this page and create new pages for your content. Have fun!',NULL,NULL,'','LINE',NULL,10,'','7da6a0da35bddb70002bd6a2263d19b3','',NULL),(5364,'en','default','14697ae200ff0d684feafc2a4e50332d','As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a Privacy Policy.',NULL,NULL,'','LINE',NULL,10,'','f505d554a944a35993daa304142e88c9','',NULL),(5365,'en','default','cf3fb1ff52ea1eed3347ac5401ee7f0c','Ascending',NULL,NULL,'','LINE',NULL,10,'','83949d731bbe7858b947faccd8cfa889','',NULL),(5366,'en','default','4a3db22acf663367ed8c4962f5389bfc','Aspect ratio:',NULL,NULL,'','LINE',NULL,10,'','fed374a27c0c9b6dbd5eeef3802a3be3','',NULL),(5367,'en','default','9a6beca8979ba23a3c8399588103f9b9','Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.',NULL,NULL,'','LINE',NULL,10,'','0eb1aeda4bc35b8ecc89a63d7a033f07','',NULL),(5368,'en','default','73f551e0f90465e1bb6082aa53d5c567','Assigned Menu',NULL,NULL,'','LINE',NULL,10,'','3834c9e1ef73561b3479bfa284afc3b2','',NULL),(5369,'en','default','0ef460f8863506f51ade1842e8450c85','At a Glance',NULL,NULL,'','LINE',NULL,10,'','14ab08e43e5fc0c3319c74f846811a89','',NULL),(5370,'en','default','7193518e6f5f0076ef05680742323f9c','Attach',NULL,NULL,'','LINE',NULL,10,'','c57e87e23b042930ce3a4b8b7708832c','',NULL),(5371,'en','default','308485cbce98c48f50d09bbbadd1ed82','Attach “%s” to existing content',NULL,NULL,'','LINE',NULL,10,'','2b73c0aec2aa5ba61ac722c0f626605b','',NULL),(5372,'en','default','149000dd5f779bf240a53c34c3045149','Attach to existing content',NULL,NULL,'','LINE',NULL,10,'','71f30b06733adbc2d7e9a3acea6ff64b','',NULL),(5373,'en','default','42c9555bc132568d1de15199e2a9bb4c','Attaching Files',NULL,NULL,'','LINE',NULL,10,'','ac75ee3ce4fe466adfc231d91390e077','',NULL),(5374,'en','default','a5b377acbcf37ffb8fd06781c1d1833a','Attachment Post URL',NULL,NULL,'','LINE',NULL,10,'','579754cfa0a293f28a03ee57f90a25cd','',NULL),(5375,'en','default','fec5e4af8d540b72eb43f959e9870177','Attachment Template',NULL,NULL,'','LINE',NULL,10,'','ad8303a9a59b36675222c793ecca10c0','',NULL),(5376,'en','default','acd25de958ac9e88ec3ee34fdb3966ad','Attempt to notify any blogs linked to from the article',NULL,NULL,'','LINE',NULL,10,'','3c0c07ed292a5367a05abab595ded1c3','',NULL),(5377,'en','default','e8268bfe429d8ede9b76f3830f457c12','Attempting to roll back to previous version.',NULL,NULL,'','LINE',NULL,10,'','1774873274b51e7e3041e490e48901c8','',NULL),(5378,'en','default','053c38cfd4de96caaa509e5fe844d837','Attend an upcoming event near %s.',NULL,NULL,'','LINE',NULL,10,'','d75642f91deeb9d718d6ada4f1a92195','',NULL),(5379,'en','default','c2097df2edbc597a89a7aa7c506309fd','Attribute all content to:',NULL,NULL,'','LINE',NULL,10,'','bbc1449c528bab0b87f5b5484fa78358','',NULL),(5380,'en','default','23b3c660506714d17b9b06169a38589e','Audio Attachment Template',NULL,NULL,'','LINE',NULL,10,'','abb19970d353dee73ec510c9f4578be2','',NULL),(5381,'en','default','f906a42498acdf40827fe207202f4172','Audio Codec:',NULL,NULL,'','LINE',NULL,10,'','96c15e1cb3822055f48e1921fe0d23d6','',NULL),(5382,'en','default','310cbe8f548f5a1df01926dd875be9c1','Audio Format:',NULL,NULL,'','LINE',NULL,10,'','2bf96e60df343b5a399aa1fde64b976f','',NULL),(5383,'en','default','1d315fad169d57a2d36b498c084d5194','Audio, Video, or Other File',NULL,NULL,'','LINE',NULL,10,'','35c6b2a3a28b660895dc1c3111c6ff83','',NULL),(5384,'en','default','d539abd5873bf5a2052e4d09c3612de4','Authentication Keys',NULL,NULL,'','LINE',NULL,10,'','52265d44d6cbc08824225e7e5bc4745a','',NULL),(5385,'en','default','5d6b95203546f1e05f4250c03e211086','Author Template',NULL,NULL,'','LINE',NULL,10,'','be15d4585e0ee04ba36ab242712fb759','',NULL),(5386,'en','default','aa3057dfec3551b7ed12caba40bb051c','Author website',NULL,NULL,'','LINE',NULL,10,'','0bce064bafc7cd3527e007e1054adf99','',NULL),(5387,'en','default','3425f8a92f8d1df6ac44e3e6ddeee23d','Authors can publish and manage their own posts, and are able to upload files.',NULL,NULL,'','LINE',NULL,10,'','fe63891a4190580d320d6345678728ab','',NULL),(5388,'en','default','fd39a5c32ee6690549ac30ea245401aa','Authors:',NULL,NULL,'','LINE',NULL,10,'','beaf4b1651e64508062225497b3b83c4','',NULL),(5389,'en','default','c54b990ffbbdda1e68e034f7c988c871','Auto Draft',NULL,NULL,'','LINE',NULL,10,'','b679aff370a5470dd1e469bc50f7ac69','',NULL),(5390,'en','default','7011fbe0f8512359bb4fd692a8e3042b','Auto add pages',NULL,NULL,'','LINE',NULL,10,'','6383600dea5b34631bf2285b368914b9','',NULL),(5391,'en','default','157e6048f87c2514d9997f43ba643080','Automatically close comments on articles older than %s days',NULL,NULL,'','LINE',NULL,10,'','308bfb0106b408d1842743b826776127','',NULL),(5392,'en','default','b24c9a8ad843d68e8f973d90a18f4750','Autosave by %s',NULL,NULL,'','LINE',NULL,10,'','38236bbf76f3323a5a81f9229b01731b','',NULL),(5393,'en','default','0f05ceec0844c366727708a4f37bc8d4','Available Actions',NULL,NULL,'','LINE',NULL,10,'','a3fa5d45dca47859e6e25303d750fba0','',NULL),(5394,'en','default','fd108094255810f62faefe1e6592497c','Available Tools',NULL,NULL,'','LINE',NULL,10,'','06ecf8f51b1a1591c303b24ead598e47','',NULL),(5395,'en','default','4bc6c1367385625a07de47bbcf13d08b','Available Widgets',NULL,NULL,'','LINE',NULL,10,'','844f18cd54c0205698cf1bcb3e33203d','',NULL),(5396,'en','default','f0fa211d172d5cb881e7fa115b6d13f1','Available tags:',NULL,NULL,'','LINE',NULL,10,'','895f201bcec3a2289e645c5c3878fc78','',NULL),(5397,'en','default','244e61321bcdaf71a3fe29e8d1db6ca4','Avatar Display',NULL,NULL,'','LINE',NULL,10,'','e7b672a1fe03ac4a756c6612d8ea49d0','',NULL),(5398,'en','default','9bc59a551f0e7e37bdd205603093eac4','Avatars',NULL,NULL,'','LINE',NULL,10,'','6c1dc2444151a9ae9f0dd4410df45a73','',NULL),(5399,'en','default','ff45b1e053ae945db636b5e96e8dfb13','Average Rating',NULL,NULL,'','LINE',NULL,10,'','19319e138d02046d47c798529457ce64','',NULL),(5400,'en','default','1b9dbb1aee0585ce1a581016cbf1b407','BETA TESTERS:',NULL,NULL,'','LINE',NULL,10,'','d034e09c656cd3c9d8899b14e1271978','',NULL),(5401,'en','default','8a8173e66177857eadcfa24a13ebf819','BETA TESTING?\\n=============\\n\\nThis debugging email is sent when you are using a development version of WordPress.\\n\\nIf you think these failures might be due to a bug in WordPress, could you report it?\\n * Open a thread in the support forums: https://wordpress.org/support/forum/alphabeta\\n * Or, if you\'re comfortable writing a bug report: https://core.trac.wordpress.org/\\n\\nThanks! -- The WordPress Team',NULL,NULL,'','LINE',NULL,10,'','a05d288af1239b4a4cccb65a1319fa9b','',NULL),(5402,'en','default','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'','LINE',NULL,10,'Background Repeat','cf6b340254641a64f3931ba9e7d06a8f','',NULL),(5403,'en','default','105078d294d30c978ca2badf7f376934','Scroll',NULL,NULL,'','LINE',NULL,10,'Background Scroll','fadc1511ca2a833d1f10d2e36395f6a0','',NULL),(5404,'en','default','7804fa24ac90cefeaec21756b3411492','Background updated. <a href=\"%s\">Visit your site</a> to see how it looks.',NULL,NULL,'','LINE',NULL,10,'','f80d7d98864bce88a496235f83260e13','',NULL),(5405,'en','default','39b2dd08477bd95c45bc96cf33f228c5','Background updates',NULL,NULL,'','LINE',NULL,10,'','b399a4903823965e6bf61d7964e1ddb2','',NULL),(5406,'en','default','5c06202f7ef16c27427711f9d52c6c28','Background updates are not working as expected',NULL,NULL,'','LINE',NULL,10,'','58b6ce3b52228d3c5feef5a65337bd0e','',NULL),(5407,'en','default','9c5b48d73e398d55a85c646b25e45917','Background updates are working',NULL,NULL,'','LINE',NULL,10,'','2406e6c7a95db1f845ce447dbad42e0f','',NULL),(5408,'en','default','b1bbdaaf92d6a26414d5e1741783d78b','Background updates ensure that WordPress can auto-update if a security update is released for the version you are currently using.',NULL,NULL,'','LINE',NULL,10,'','0a0ff6b252ed2713dea1c4b712396b55','',NULL),(5409,'en','default','24ffb7de327f6676d6d18b91c6235809','Background updates may not be working properly',NULL,NULL,'','LINE',NULL,10,'','a27b2677e9c78e936c29808a927d27ea','',NULL),(5410,'en','default','8cf2829ff8ca8619bfb2176d3c5fe9bb','Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user’s name to Edit the user profile under Network Admin > All Users.',NULL,NULL,'','LINE',NULL,10,'','0be3ae2f6aa9314b2a6f34a397e03df1','',NULL),(5411,'en','default','25b2a56af78e35f378871ae006114bfb','Before a comment appears',NULL,NULL,'','LINE',NULL,10,'','32ed43409e1a99cf6d1b1fb27b36f9b1','',NULL),(5412,'en','default','ac2db0d93a84d8c19f9e3499087dc676','Before getting started',NULL,NULL,'','LINE',NULL,10,'','5a8746c7e0b24a9409443fb325a906d5','',NULL),(5413,'en','default','71ea8c8d9794eca12f885a3d82a41955','Before you can upload your import file, you will need to fix the following error:',NULL,NULL,'','LINE',NULL,10,'','a0408c7a43c2c3c8ff0941499d6e9c09','',NULL),(5414,'en','default','0ab21be58d8e838a763650d446ac11dd','Begin by choosing a theme to edit from the dropdown menu and clicking the Select button. A list then appears of the theme’s template files. Clicking once on any file name causes the file to appear in the large Editor box.',NULL,NULL,'','LINE',NULL,10,'','14560ec50b2774249855bdef6704541a','',NULL),(5415,'en','default','d4df38298cb9097991b8fd6158b34b69','Below you should enter your database connection details. If you’re not sure about these, contact your host.',NULL,NULL,'','LINE',NULL,10,'','0b71d4be990e16ae55cdebe198328690','',NULL),(5416,'en','default','28e1d43c4b47418853df3f550b949bd2','Biographical Info',NULL,NULL,'','LINE',NULL,10,'','245dfc3c61f6e4d1c8aced108641dfc1','',NULL),(5417,'en','default','e4ef81cce7e4e10033ebb10962dfdd5e','Blank',NULL,NULL,'','LINE',NULL,10,'','025b91f6f8e986c386eb8e6128be5359','',NULL),(5418,'en','default','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'','LINE',NULL,10,'','8826d9a7feefdde372190b603fedc991','',NULL),(5419,'en','default','5c4cc06964190be2177d6d9de82f75b6','Blog pages show at most',NULL,NULL,'','LINE',NULL,10,'','a32b6e14e5b6064ff92a72301b2b1378','',NULL),(5420,'en','default','e4c2a5d1c6adc2d21c67fc9fa368e5da','Blogger',NULL,NULL,'','LINE',NULL,10,'','f3d9604635e7b2482bbc66c3267f7fb8','',NULL),(5421,'en','default','e56c2051500213f9a32c77ebd991aeb8','Blogroll',NULL,NULL,'','LINE',NULL,10,'','2b8a315683f92447becce930a16379bc','',NULL),(5422,'en','default','185ec3ece71e6873edf517d5401192a5','Boxes',NULL,NULL,'','LINE',NULL,10,'','d336606301b6ff16cc00b700da7fba34','',NULL),(5423,'en','default','b9c90b6bf237fc7b6c1f48a3e01e1092','Break comments into pages with %1$s top level comments per page and the %2$s page displayed by default',NULL,NULL,'','LINE',NULL,10,'','2f849f372f616e90c68ba5e4c69fb98d','',NULL),(5424,'en','default','d69547e7950ad968158c8d216c8f7f94','Bring back this update',NULL,NULL,'','LINE',NULL,10,'','c9ce3fb30b27431c7c144041adcdf9a2','',NULL),(5425,'en','default','cce196ee016c01540ba8baf072949f80','British English',NULL,NULL,'','LINE',NULL,10,'','79f89abd5903c7bfdbec7e09eca609ec','',NULL),(5426,'en','default','034f0946ad617706e0573a77c4eff23f','Broken Themes',NULL,NULL,'','LINE',NULL,10,'','d16826b946430c3cb665a4e3a5346efd','',NULL),(5427,'en','default','3eb754f2c75e6f8174fe8544f1269e8c','Browse Plugins',NULL,NULL,'','LINE',NULL,10,'','c943f207ce2327b42eae6aae0fd7216a','',NULL),(5428,'en','default','e22154073c571361e0346e68d68a88c1','Browse revisions',NULL,NULL,'','LINE',NULL,10,'','147dbe1ecc1c45fc9533f264dc2c4fc6','',NULL),(5429,'en','default','0411f0e63172c3062d046c65494aad86','Browsing %s (active)',NULL,NULL,'','LINE',NULL,10,'','4605af8d1ae616d43f27b38679acdea2','',NULL),(5430,'en','default','0433f3c17fc3a0d8f3ded94a796271f6','Browsing %s (inactive)',NULL,NULL,'','LINE',NULL,10,'','1f1dc331012dfe0ae772e9c21cbd0c59','',NULL),(5431,'en','default','db7cdb2fcb40f7438d8af17d3e239fae','Building JavaScript',NULL,NULL,'','LINE',NULL,10,'','2a9877a00edb787842e1d147a80715e8','',NULL),(5432,'en','default','eaebc6b906f637f48326c1fd16e1d39e','Building on <a href=\"%1$s\">the Site Health features introduced in 5.1</a>, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.',NULL,NULL,'','LINE',NULL,10,'','c597e4e89bbb72f67f7814d1fd1d1f26','',NULL),(5433,'en','default','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'','LINE',NULL,10,'','9a3f4c991dbcc76eca92d8e5ef1d4447','',NULL),(5434,'en','default','8e8cd3fdecd034bcb31a666018f5b6c7','Bulk Edit',NULL,NULL,'','LINE',NULL,10,'','8d480bd5f3e52c3f7031e25a2dd8794d','',NULL),(5435,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'Button label for a next revision','e8b070a12c78acabeb5104135f6c1f7c','',NULL),(5436,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,10,'Button label for a previous revision','b8533073fbd99af47002dd26983249df','',NULL),(5437,'en','default','29503bd4f9fd280f19f44ddd7331ef28','By %s',NULL,NULL,'','LINE',NULL,10,'','39d0f958fca021d17b9b433704c07760','',NULL),(5438,'en','default','89f3246990cff98f23aae7f9fe7aabc8','By %s.',NULL,NULL,'','LINE',NULL,10,'','020ce16671d34bbc544596bf8d3bddbb','',NULL),(5439,'en','default','a9aaa5a8c454b3604df40c08faf864cb','By default WordPress does not collect any analytics data. However, many web hosting accounts collect some anonymous analytics data. You may also have installed a WordPress plugin that provides analytics services. In that case, add information from that plugin here.',NULL,NULL,'','LINE',NULL,10,'','bbb10dc461ad05c0ba1743dbb84c6a33','',NULL),(5440,'en','default','a4de3012edb9e615cba657b2fb29dd24','By default WordPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen from registered users. However some of your plugins may collect personal data. You should add the relevant information below.',NULL,NULL,'','LINE',NULL,10,'','eec5f990e54f0d488c9668381d51ec1c','',NULL),(5441,'en','default','72927f6ce8ef34a17482510ae8e43c73','By default WordPress does not share any personal data with anyone.',NULL,NULL,'','LINE',NULL,10,'','3e2c17f51ad2871c50487c676743a6bb','',NULL),(5442,'en','default','bdcc5a96190089ab92a53a42910fc9d7','By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.',NULL,NULL,'','LINE',NULL,10,'','2f597e938edf13361bdf1cde1770b525','',NULL),(5443,'en','default','5b5dc2be55116d8466b06d4d75c19e38','By default, new users will receive an email letting them know they’ve been added as a user for your site. This email will also contain a password reset link. Uncheck the box if you don’t want to send the new user a welcome email.',NULL,NULL,'','LINE',NULL,10,'','ea0cd33171ea210e9f7f548627f323a2','',NULL),(5444,'en','default','4ec819fea50932ecb3be5cd532e5f60a','CSS Classes (optional)',NULL,NULL,'','LINE',NULL,10,'','233df6953b31d1a2a12bded471b2e1e2','',NULL),(5445,'en','default','d7fec6c5901654cd28dd730c7a56cd65','Noto Serif',NULL,NULL,'','LINE',NULL,10,'CSS Font Family for Editor Font','3efeb83be3085b04914a1b165b1bc2ce','',NULL),(5446,'en','default','8387733c1829cb08c4d5ff5becda89c6','Can anyone register on this site?',NULL,NULL,'','LINE',NULL,10,'','2257d4598ef879da9588dfd153c41b6e','',NULL),(5447,'en','default','b0c98b22ffbb09329c8a761bdc8877f5','Can communicate with WordPress.org',NULL,NULL,'','LINE',NULL,10,'','1fbff7f8297aab1c7b943c58cdb05421','',NULL),(5448,'en','default','baab62d664e57a6cabd5ec9ad3cac265','Cancel password change',NULL,NULL,'','LINE',NULL,10,'','ee646917522ffa008be49148ee8bb8b8','',NULL),(5449,'en','default','a01c3245177c07574e7d8687cfaecd93','Cannot load %s.',NULL,NULL,'','LINE',NULL,10,'','757a14c767df4cb88c9c27dbdbee0868','',NULL),(5450,'en','default','8ff581a8752a118d892a38780afbebcc','Cannot load image metadata.',NULL,NULL,'','LINE',NULL,10,'','49e8fb79cb952b0718e39583efdd2d48','',NULL),(5451,'en','default','9baa4993323b172d1c1397a4fefdf567','Cannot save image metadata.',NULL,NULL,'','LINE',NULL,10,'','b59e24fd280c96fb23bb9b91f4991e3f','',NULL),(5452,'en','default','82ec2cd6fda87713f588da75c3b1d0ed','Capabilities',NULL,NULL,'','LINE',NULL,10,'','d18b8f49d888b1f57acdaf6891af0987','',NULL),(5453,'en','default','c6448a2cdbc2074c41e2fe7249de1927','Categories and Tags Converter',NULL,NULL,'','LINE',NULL,10,'','40ef29ade9db93dd527862ec4b95c9e9','',NULL),(5454,'en','default','7fcc0905c25b71b00711dbe233bee347','Categories can be selectively converted to tags using the <a href=\"%s\">category to tag converter</a>.',NULL,NULL,'','LINE',NULL,10,'','deb469cd42d482311dd5a8d12ceff58c','',NULL),(5455,'en','default','ccd81a3ed7a603a71015e98d997f0bcf','Categories deleted.',NULL,NULL,'','LINE',NULL,10,'','e877a737bd23c8f1b83e072bb74e465d','',NULL),(5456,'en','default','b0ca6078939acc19b65f7d3a980a50ff','Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierarchy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.',NULL,NULL,'','LINE',NULL,10,'','e90a19994fd4faf5fab54f4358835df1','',NULL),(5457,'en','default','0f0103e212d05b86db90dd1049f37e40','Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional.',NULL,NULL,'','LINE',NULL,10,'','eca83cec51d51a36d40d677c793520b2','',NULL),(5458,'en','default','8c38776925f7cf41c090646a43157024','Categories:',NULL,NULL,'','LINE',NULL,10,'','e813b88ad00f1bc1a8f23d62ca5f0741','',NULL),(5459,'en','default','3927b173cdbb7c43bd2939febd02012f','Category Template',NULL,NULL,'','LINE',NULL,10,'','19be6c0038474f17fc68ca317b160c1a','',NULL),(5460,'en','default','f092a7951793bc969395423a5cec9baa','Category added.',NULL,NULL,'','LINE',NULL,10,'','8acad667db5956365496c0f67f9d25e1','',NULL),(5461,'en','default','ab310d2f37f30b946087961899109144','Category base',NULL,NULL,'','LINE',NULL,10,'','edc9bf95788a88b2895fdfeb3e78deb7','',NULL),(5462,'en','default','36dcc4c851e323418e00df6127ff933a','Category deleted.',NULL,NULL,'','LINE',NULL,10,'','481493a2f2b7a3a29d6b41c8b4cf6c9d','',NULL),(5463,'en','default','41649835b426b88aed9bd840391deb24','Category not added.',NULL,NULL,'','LINE',NULL,10,'','bbaa51f14ea0072ac7c54b97135d44f1','',NULL),(5464,'en','default','df9704b83c8ab5e3b535e6b059e7780e','Category not updated.',NULL,NULL,'','LINE',NULL,10,'','27de45085c479cfd61a416dffbc69600','',NULL),(5465,'en','default','f388a065ba68a7d661826725322f7d6f','Category updated.',NULL,NULL,'','LINE',NULL,10,'','87037d511c0c681b82bac2fc4c63be92','',NULL),(5466,'en','default','76a329b17b78999ee19693e80fbbc0cd','Caution:',NULL,NULL,'','LINE',NULL,10,'','dd838291f0834b9bb508e8959d739c6d','',NULL),(5467,'en','default','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'','LINE',NULL,10,'','89924f81635557c4120f5be53595b562','',NULL),(5468,'en','default','3810d2be7e88735565a8cad3209dd2a2','Change role to…',NULL,NULL,'','LINE',NULL,10,'','226e9dabfd90306d80945e9a3ece2cda','',NULL),(5469,'en','default','dcb10eca53ce154142a5af7f4b97121b','Change your Privacy Policy page',NULL,NULL,'','LINE',NULL,10,'','f7b29f93db6c5ac2d8ce262f21d078d6','',NULL),(5470,'en','default','97f90692c12c78027da5e51b18ed5960','Changed roles.',NULL,NULL,'','LINE',NULL,10,'','7eef5d94ea6edf2e5e30a0102a36a587','',NULL),(5471,'en','default','356ce2696d02257a9f1cc4ce684b54ea','Changing to %s',NULL,NULL,'','LINE',NULL,10,'','9dff6a262bc583c4b814a78febf9a6c4','',NULL),(5472,'en','default','7c815533580306b74392f3c6de816ac7','Check Again',NULL,NULL,'','LINE',NULL,10,'','3361f7ce791779a62d2f56f8483a94b3','',NULL),(5473,'en','default','80911a37925cf0de3cf587f120fe23ee','Check for updates manually',NULL,NULL,'','LINE',NULL,10,'','96c61202d1853d39af89095343529199','',NULL),(5474,'en','default','9853fcacecc19eb2429b58eeefaa7415','Check secret keys',NULL,NULL,'','LINE',NULL,10,'','c84671b19932a159cbce63d56d86bca0','',NULL),(5475,'en','default','29301f3700c66f5e8a29d58a0a4fda93','Choose a Background Image',NULL,NULL,'','LINE',NULL,10,'','1453855a5a7b3fc876d319ca62e646ae','',NULL),(5476,'en','default','89edf60d56af00d37da3b499866f44dc','Choose a Custom Header',NULL,NULL,'','LINE',NULL,10,'','1d143da7157fe7325c5ba285586875f5','',NULL),(5477,'en','default','5baa9ea714f548dd8aa0c268b2d6851f','Choose a file from your computer:',NULL,NULL,'','LINE',NULL,10,'','4fd31b92041786378609e6a2a8502fe8','',NULL),(5478,'en','default','8a65d903fd1c00d5917421ace60ab4a1','Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don’t forget to save your changes (Update File) when you’re finished.',NULL,NULL,'','LINE',NULL,10,'','d4d68515ec452eef50f486865b88f13d','',NULL),(5479,'en','default','d304c6bc2ccf119087c078e61e8327bb','Choose an image from your computer:',NULL,NULL,'','LINE',NULL,10,'','080478a79afdbf7aefff173742974c52','',NULL),(5480,'en','default','24cb9a8cf9346ed92e53fe15d60d8043','Choose either a city in the same timezone as you or a UTC timezone offset.',NULL,NULL,'','LINE',NULL,10,'','7a8d5f41db1381885f5fea2a18260696','',NULL),(5481,'en','default','fc72adcb6089ec027876da2de218ebb3','Choose the part of the image you want to use as your header.',NULL,NULL,'','LINE',NULL,10,'','6192910a4da4d91d042e8cfe3f449ed7','',NULL),(5482,'en','default','1fad57eff0409cc95ef49043b378257c','Choose the target frame for your link.',NULL,NULL,'','LINE',NULL,10,'','af4e66a944bbf6b4ab3d34e1a0e049d8','',NULL),(5483,'en','default','34612fbed5ae338468131118ceb41d35','Choose what to export',NULL,NULL,'','LINE',NULL,10,'','3029daadffc61af7fb9a4581891d47e4','',NULL),(5484,'en','default','cc8d66016f145d18ca43f658cf893ec8','Cincinnati',NULL,NULL,'','LINE',NULL,10,'','22f51f29f4f45e84c1dd74e1d5a08345','',NULL),(5485,'en','default','bffb711ec36f280459d11dce315da72f','City:',NULL,NULL,'','LINE',NULL,10,'','a8937a6ad315928714583cffc6f3855d','',NULL),(5486,'en','default','178c99ebe7ef0cd2b6d2ee3f7e686ebc','Clear Inactive Widgets',NULL,NULL,'','LINE',NULL,10,'','aff4f7138fab5a8dc27861846f213c29','',NULL),(5487,'en','default','3cfb42b06d97f31aff483243d802a2e5','Clear List',NULL,NULL,'','LINE',NULL,10,'','906e2bbcddc7001e335b469209fcd503','',NULL),(5488,'en','default','c7d48299dc90aba059abbfd146367d53','Clear current filters',NULL,NULL,'','LINE',NULL,10,'','fa9d7f3e069104b3501152f33b31c749','',NULL),(5489,'en','default','87bdfc55f8aa9863d65da5811111f65e','Click Customize for the current theme or Live Preview for any other theme to see a live preview',NULL,NULL,'','LINE',NULL,10,'','3ef04431778c77cdade70f366812a210','',NULL),(5490,'en','default','7b3b43bcbe4f149aa88438588c74a799','Click Save Menu to make pending menu items public.',NULL,NULL,'','LINE',NULL,10,'','4b18b42b49feb3d8ce45a42833ae3078','',NULL),(5491,'en','default','38adb4e155676029a1cdeab031094075','Click on the theme to see the theme name, version, author, description, tags, and the Delete link',NULL,NULL,'','LINE',NULL,10,'','1c25c2eaf6ebd764e57c023b7a210f5a','',NULL),(5492,'en','default','cf573f01913945dbe7b5916274a44734','Click the Save Menu button to save your changes.',NULL,NULL,'','LINE',NULL,10,'','c95e76f4ee7c3c9bf2945c07bb04228f','',NULL),(5493,'en','default','ceb830cf24af91691056d0d181d14813','Click the image to edit or update',NULL,NULL,'','LINE',NULL,10,'','103e7cea5b6080409eaf634ba991ef16','',NULL),(5494,'en','default','b0ea84c16630bd26d9403a3d7b767082','Clicking <strong>Select Files</strong> opens a navigation window showing you files in your operating system. Selecting <strong>Open</strong> after clicking on the file you want activates a progress bar on the uploader screen.',NULL,NULL,'','LINE',NULL,10,'','faf9df5eeae9183cebdc8885c84f72a7','',NULL),(5495,'en','default','547bb7bc331d5f8a0c52c01d87547377','Clicking an item will display an Attachment Details dialog, which allows you to preview media and make quick edits. Any changes you make to the attachment details will be automatically saved.',NULL,NULL,'','LINE',NULL,10,'','793e85515191328f2b8d99e53c62302c','',NULL),(5496,'en','default','b908ec95374f102f9b36b779c7dbffd8','Client version',NULL,NULL,'','LINE',NULL,10,'','d22d948cd54b3b002eb4e849752dffee','',NULL),(5497,'en','default','2fa1d199c53424f13b5b54fe6235d4cc','Close details dialog',NULL,NULL,'','LINE',NULL,10,'','3ba5575588a8686260e4c0a1f01d0ec1','',NULL),(5498,'en','default','e5e68fb9b4d8cc3cfd33af229ef4ef52','Close media attachment panel',NULL,NULL,'','LINE',NULL,10,'','1745c0667c539a5a3753df2321682cf5','',NULL),(5499,'en','default','cae566c410bf8e9f5b5e0b0407d1b138','Close the Customizer and go back to the previous page',NULL,NULL,'','LINE',NULL,10,'','72146bd625f1fdf490cc1f7552825845','',NULL),(5500,'en','default','8cc440efcd40f66ee8cdc8159775f6a8','Cofounder, Project Lead',NULL,NULL,'','LINE',NULL,10,'','d3ce3e9844819fc2b1b058d90a5adb72','',NULL),(5501,'en','default','2b31634e3cfef1bfdd7d0d2cdfdc3f9d','Collapse',NULL,NULL,'','LINE',NULL,10,'','58b3f70cee834a105cbc507597fb0e39','',NULL),(5502,'en','default','05d036e8a46ab7b492894dbb8eb8baf4','Collapse Sidebar',NULL,NULL,'','LINE',NULL,10,'','a037da18a45c4edca5c3cee7f4a932d4','',NULL),(5503,'en','default','92c30bbf726a1a2807c747147507f6dd','Collapse menu',NULL,NULL,'','LINE',NULL,10,'','bb1a4985a947b1680461e1b2e6c58ab2','',NULL),(5504,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'','LINE',NULL,10,'','25aeb393d34e88aa680bc275a912d822','',NULL),(5505,'en','default','4ce6f412053930ee1fc0a76303a8a5f7','Comment %d does not exist',NULL,NULL,'','LINE',NULL,10,'','64b6a952816733a4c07d4198cc5aa5f1','',NULL),(5506,'en','default','a5892271fe7d31170c9ac824b574004e','Comment Blacklist',NULL,NULL,'','LINE',NULL,10,'','3c15c85638f4a4985a5f14d931192a77','',NULL),(5507,'en','default','11b3f4cb51868835eff93632baf73f0b','Comment Moderation',NULL,NULL,'','LINE',NULL,10,'','da71c1e8535b6c1c4a381905ad488f98','',NULL),(5508,'en','default','f679d0f45b3439c9a48997b9dd3ed2d8','Comment author must fill out name and email',NULL,NULL,'','LINE',NULL,10,'','0c41766211da713538316a824ca88021','',NULL),(5509,'en','default','18743cde0ae6cb524e859d0540f3435d','Comment author must have a previously approved comment',NULL,NULL,'','LINE',NULL,10,'','80b87b0a3628afc2e86969ab5b7593ea','',NULL),(5510,'en','default','5dcc7aefbd4bab0e6381bfe35945bd35','Comment by %s marked as spam.',NULL,NULL,'','LINE',NULL,10,'','7abe6da57fe66c32c9c408e2548c5244','',NULL),(5511,'en','default','862239695b3ec71dcdaa5134fb3f4872','Comment by %s moved to the trash.',NULL,NULL,'','LINE',NULL,10,'','1755cad5c8a838bc9f312609c5d7eaf7','',NULL),(5512,'en','default','b7e36ca6137e10f17d4136c8fa39e545','Comment must be manually approved',NULL,NULL,'','LINE',NULL,10,'','b02c9a26131bcea59293d7438450c2e2','',NULL),(5513,'en','default','693e14c3c0dd3757d95b4ee5cf0d7bb3','Comment status',NULL,NULL,'','LINE',NULL,10,'','8bd016e64e2a4d6979707fadf992be32','',NULL),(5514,'en','default','0edd61565d17414c13fbde3b6502f6b8','Comments %s',NULL,NULL,'','LINE',NULL,10,'','4b67ae8e1eb8343c8cbd554c02ad04dc','',NULL),(5515,'en','default','77dfa9bdd4cdb68d593992f4db6031e7','Comments (%1$s) on “%2$s”',NULL,NULL,'','LINE',NULL,10,'','029f2c85d88656523b19dc859adc6979','',NULL),(5516,'en','default','31e876d49f82ab7813ea075beb68d802','Comments Template',NULL,NULL,'','LINE',NULL,10,'','e9e5a9d93bff98098c7d277e5ff0d74d','',NULL),(5517,'en','default','8fc60fba9f90f3308779635a77f79e2c','Comments list',NULL,NULL,'','LINE',NULL,10,'','54d6e11094e5e229ea5402553714d1c0','',NULL),(5518,'en','default','e53652e45c8ffdaada6f2ece7febbef0','Comments list navigation',NULL,NULL,'','LINE',NULL,10,'','5946bde2a1d0b4543919515f7932eae7','',NULL),(5519,'en','default','7e482b65beeb5ebefa12a57b239d78db','Comments on “%s”',NULL,NULL,'','LINE',NULL,10,'','b927327353f223b2d6ad66f07065cbc6','',NULL),(5520,'en','default','6054711ce211b4cebf62db512543840a','Comments should be displayed with the %s comments at the top of each page',NULL,NULL,'','LINE',NULL,10,'','78f007b165c781e420e0f76f711baf19','',NULL),(5521,'en','default','f5a8885f26ea1fe06b78b423fa4e9f95','Common Settings',NULL,NULL,'','LINE',NULL,10,'','a4fecfee7c1abe31ca7f98d3cf77268a','',NULL),(5522,'en','default','5fc01eaf84a1139f1f6319b04a0ed0d7','Communicating with the WordPress servers is used to check for new versions, and to both install and update WordPress core, themes or plugins.',NULL,NULL,'','LINE',NULL,10,'','1ea0719346684f610add799c482d9acb','',NULL),(5523,'en','default','5dcd6531e96b616300d8eed2545ef0b9','Communication with WordPress.org',NULL,NULL,'','LINE',NULL,10,'','7ce4e517bdef2b9b62d08ce60b4225f7','',NULL),(5524,'en','default','ffe62417311de98afac3e900a7495038','Compare Revisions of “%s”',NULL,NULL,'','LINE',NULL,10,'','440b52da1c05ffec97326b4634d6a6e1','',NULL),(5525,'en','default','baa6806f5285d9688e0d8d45cfbd8667','Compare any two revisions',NULL,NULL,'','LINE',NULL,10,'','70f5b8dd2b960035176979631bcb582c','',NULL),(5526,'en','default','09fcbf6ded1014a87797c224b047bc0f','Compare two different revisions by <strong>selecting the “Compare any two revisions” box</strong> to the side.',NULL,NULL,'','LINE',NULL,10,'','b57d51eaf433f1fe6bbe520e0c5fa022','',NULL),(5527,'en','default','590fe4e9861bb637a9ec5804d6c0a848','Compatibility with WordPress %1$s: 100%% (according to its author)',NULL,NULL,'','LINE',NULL,10,'','51dfa64cc16923036cf93f81b1f729a9','',NULL),(5528,'en','default','77b5d87cfc369959cd9f4467e826ee85','Compatibility with WordPress %1$s: Unknown',NULL,NULL,'','LINE',NULL,10,'','c39c596ce598333c9561cb48d253af7d','',NULL),(5529,'en','default','78722f203dceb583d60c148b207100cb','Compatible up to:',NULL,NULL,'','LINE',NULL,10,'','2e25a1a3bad2b51ad16ded13e64212c3','',NULL),(5530,'en','default','cb1d610e8ba2185d456c8651136ca867','Configuration Error',NULL,NULL,'','LINE',NULL,10,'','3cab677bd82fe0a796d17ea58b0171e2','',NULL),(5531,'en','default','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,10,'','584da709487f93539bacc902f147d250','',NULL),(5532,'en','default','a781ef61c139ad1dae2e9db923df18f6','Configuring this is optional. By default, it should be blank.',NULL,NULL,'','LINE',NULL,10,'','3a2f1c00a9150a2599481ab6be4e7460','',NULL),(5533,'en','default','44928cfda52bc66163d158d1ff69d415','Confirm Deletion',NULL,NULL,'','LINE',NULL,10,'','d6eac76c6d7aa111c463db421b6ea9a7','',NULL),(5534,'en','default','887f7db126221fe60d18c895d41dc8f6','Confirm Password',NULL,NULL,'','LINE',NULL,10,'','4aa7f7ac88a166d7872ed01cf0ede68f','',NULL),(5535,'en','default','3e78a64dd63f5e18e7c4a51b59ca9385','Confirm Removal',NULL,NULL,'','LINE',NULL,10,'','495512353590bc5c593ab0894ce2fefc','',NULL),(5536,'en','default','c96e2b365c988f12aa480737cab9685e','Confirm use of potentially weak password',NULL,NULL,'','LINE',NULL,10,'','f94bc571da6ecd35f8ab04187994664b','',NULL),(5537,'en','default','8551b88ec06eb7a7c0e690cef8251697','Confirmation request initiated successfully.',NULL,NULL,'','LINE',NULL,10,'','555a9c41288451d89b3c6040ed2a6e83','',NULL),(5538,'en','default','1186e32f3faf7765b8a26b48e255b761','Confirmation request sent again successfully.',NULL,NULL,'','LINE',NULL,10,'','be18b744a826bc57a1c6b57a13948f2e','',NULL),(5539,'en','default','c1ba47621291b7dfc6ab3bea9498b7be','Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.',NULL,NULL,'','LINE',NULL,10,'','5862f721e41b11e88e491a0938fdbd3c','',NULL),(5540,'en','default','947c8051acd9ff7da0c0dfb2be4193d7','Connection Information',NULL,NULL,'','LINE',NULL,10,'','b891e9b34097516df7b3603d616128bc','',NULL),(5541,'en','default','e279c07f8fb282c171724e558925c858','Connection Type',NULL,NULL,'','LINE',NULL,10,'','70629e4b84c222eba351330d8e401dc9','',NULL),(5542,'en','default','dbeeb228eb563f7a3a2ca81b253dc50f','Contact Info',NULL,NULL,'','LINE',NULL,10,'','7ec66f84af19cd7e0203df170e08ebde','',NULL),(5543,'en','default','0c7b687f084390a829fa8565b3096029','Contact forms',NULL,NULL,'','LINE',NULL,10,'','3a8f1f1123b64bb049198019beed2706','',NULL),(5544,'en','default','32cc5b862ba61601df5e3737e1182680','Content to export',NULL,NULL,'','LINE',NULL,10,'','f2c3e2277dd1e4cf5f93d3dc761211a7','',NULL),(5545,'en','default','f9ab0569ade99932e06f8d8968e091f7','Contextual Help Tab',NULL,NULL,'','LINE',NULL,10,'','713bb154d9d1e641cfc1a93b3025e4ea','',NULL),(5546,'en','default','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,10,'','f9dd0518097958c70113e394ea259e70','',NULL),(5547,'en','default','96858cb143562346b7f065e32c403f30','Contributors',NULL,NULL,'','LINE',NULL,10,'','1600728c5f31d8500936cc9a7c02ea29','',NULL),(5548,'en','default','cd52426764bdf16f1688535f7a2f5deb','Contributors can write and manage their posts but not publish posts or upload media files.',NULL,NULL,'','LINE',NULL,10,'','6b29a4e6fe28e153aaca4a513ec2ba19','',NULL),(5549,'en','default','5be606ceb94880065dc5dd4ae4e32cb4','Convert emoticons like <code>:-)</code> and <code>:-P</code> to graphics on display',NULL,NULL,'','LINE',NULL,10,'','8d247d0ab45d59299ff9129d99ece99f','',NULL),(5550,'en','default','d1a2f1cfa2a7b3416b80a5a4c311b7ce','Convert existing categories to tags or tags to categories, selectively.',NULL,NULL,'','LINE',NULL,10,'','c9d61a745d57fc307212dbd9365d1700','',NULL),(5551,'en','default','597b56e53847cd6a4712ac183f61fa68','Cookies',NULL,NULL,'','LINE',NULL,10,'','dfb4c3735daecf9a7310dc58a2e575f8','',NULL),(5552,'en','default','ebfccfc9df83880b00e265e9fb2798eb','Copy site info to clipboard',NULL,NULL,'','LINE',NULL,10,'','7e44cb7f7fc6a32fda428574fac6c3fa','',NULL),(5553,'en','default','f47df54a6abb39ca1ebe73c1de4e066c','Copy suggested policy text from %s.',NULL,NULL,'','LINE',NULL,10,'','f698709c146ffa92ef605dfdd6a01c01','',NULL),(5554,'en','default','269595f880743afd2fc90c207edfde6e','Copy this section to clipboard',NULL,NULL,'','LINE',NULL,10,'','498ce72d03fa3f725ffd1c8b30bad3f7','',NULL),(5555,'en','default','f61975c8b2bfaf6bdd917ccc3ca6451e','Copying the required files…',NULL,NULL,'','LINE',NULL,10,'','ad981c7c9cec9b4719cf001a3fc2f9d5','',NULL),(5556,'en','default','1c0b3cac55332e822199e6b1c47f0e53','Core Contributors to WordPress %s',NULL,NULL,'','LINE',NULL,10,'','e09c4336338434b34e1bd405662b18d4','',NULL),(5557,'en','default','2f565c456f02076a7ad21d6fbc037902','Core Developer',NULL,NULL,'','LINE',NULL,10,'','86f5b70eae76c54dea3a6c7c2b7543f9','',NULL),(5558,'en','default','466f1ab06480900c13e10983a3445cfe','Could not access filesystem.',NULL,NULL,'','LINE',NULL,10,'','ad1881799e3249787a6ad2d0e7aa37a1','',NULL),(5559,'en','default','451cc495e965063e4de5873310132433','Could not confirm that the %s filter is available.',NULL,NULL,'','LINE',NULL,10,'','c490a795f9dcaca08aabcfcde060e4e3','',NULL),(5560,'en','default','53170d652226b77df406a76f49920f94','Could not copy file.',NULL,NULL,'','LINE',NULL,10,'','89a949559ef41d8089a0e396282d7b6d','',NULL),(5561,'en','default','13a880a09a051efd7e0f1136892e5a93','Could not copy files.',NULL,NULL,'','LINE',NULL,10,'','fd2d805456d332fbe6ca3ff7d8bcf159','',NULL),(5562,'en','default','900095b085e20fc8f719a2e3c11a55f7','Could not copy files. You may have run out of disk space.',NULL,NULL,'','LINE',NULL,10,'','2b743240f67573ae927fff233ef7a34e','',NULL),(5563,'en','default','16f4389e79725395c644562b701465fc','Could not create Temporary file.',NULL,NULL,'','LINE',NULL,10,'','4db4382e797005d7a0c35fd7ab788df9','',NULL),(5564,'en','default','93cd45a57ee75dc0a319cd257bb3c7e7','Could not create directory.',NULL,NULL,'','LINE',NULL,10,'','97668ad036904789ad2b280df05c1c52','',NULL),(5565,'en','default','e1cbb64ec915237cf23829749a8d6dfe','Could not extract file from archive.',NULL,NULL,'','LINE',NULL,10,'','6db0a3b41723015681e9e0990164976c','',NULL),(5566,'en','default','42d87f66c64f6ee9dde4ab4040d5d3fc','Could not fully remove the plugin %s.',NULL,NULL,'','LINE',NULL,10,'','1246c3147d6d59b2d2d77205d6151cda','',NULL),(5567,'en','default','4e8aead71923cbe75e1ef14ecadfcaae','Could not fully remove the plugins %s.',NULL,NULL,'','LINE',NULL,10,'','b98b1db9dad1a8709d1f9e846ffc4475','',NULL),(5568,'en','default','9f98c37c70b5e3d5508acafa90b4a60d','Could not fully remove the theme %s.',NULL,NULL,'','LINE',NULL,10,'','74f8abbb43ec45023953ad99fd7ba607','',NULL),(5569,'en','default','d3d7f963fb000367be11f8209353651f','Could not insert link into the database',NULL,NULL,'','LINE',NULL,10,'','5e9bf99dfb1356ab5decdf50a3b46d97','',NULL),(5570,'en','default','4a10e1489cc4372067059f2c78a5a930','Could not log out user sessions. Please try again.',NULL,NULL,'','LINE',NULL,10,'','53659484cfaff2772ce598710ad716f1','',NULL),(5571,'en','default','920cab9ee0496601cf2b442d43f4c728','Could not reach WordPress.org',NULL,NULL,'','LINE',NULL,10,'','a71ba9399cf48be711ed1b37b576b49f','',NULL),(5572,'en','default','297679481aaa36b748bcc90b5e039b12','Could not remove the old plugin.',NULL,NULL,'','LINE',NULL,10,'','758dbf6c7977300e74d4de1faa6deed4','',NULL),(5573,'en','default','476bab291e39ae1f4f28865fb3a515b9','Could not remove the old theme.',NULL,NULL,'','LINE',NULL,10,'','6f7a96041eae9656caf9324e1512c0ac','',NULL),(5574,'en','default','9fa81cb21afdaa839237b58001f016c3','Could not remove the old translation.',NULL,NULL,'','LINE',NULL,10,'','79f1703accb8940a922bf3e58d9dee73','',NULL),(5575,'en','default','a49f5dbed7fc1e6c5e11bd93be685abb','Could not resume the plugin.',NULL,NULL,'','LINE',NULL,10,'','5e40cf2a88a4f2afc97485c656f81ab9','',NULL),(5576,'en','default','91de4738730cd257796ba64957677fa9','Could not resume the theme.',NULL,NULL,'','LINE',NULL,10,'','95779ac5fa048369f96ff7d2cbc6e5be','',NULL),(5577,'en','default','559bcc5e24287edefaccdcb68b3541a6','Could not retrieve file from archive.',NULL,NULL,'','LINE',NULL,10,'','5d1c7b9b29202eabefb366b3e402cf38','',NULL),(5578,'en','default','62f693c955b665dd826513471db7daaf','Could not update link in the database',NULL,NULL,'','LINE',NULL,10,'','00587320190f645176eb214973ae666f','',NULL),(5579,'en','default','ff5ca6ab45fb6d766534a072044afedd','Couldn\'t retrieve a list of the checksums for WordPress %s.',NULL,NULL,'','LINE',NULL,10,'','d1e590158ac64a00893678b4f8470903','',NULL),(5580,'en','default','00450a87daacd42a5d9925a54133ba68','Create New Page',NULL,NULL,'','LINE',NULL,10,'','7de0106c15bcb2e1b3fc8fdc471e578c','',NULL),(5581,'en','default','a703d6377b5b1b7ce7b7d8a71ee6e1e0','Create a New Site',NULL,NULL,'','LINE',NULL,10,'','5115116934df9709169f152149b1a3a1','',NULL),(5582,'en','default','f955fc74034b48efe76133e4769f0dc5','Create a New User',NULL,NULL,'','LINE',NULL,10,'','206e7b7f8a75e2e51c37f4db3bda209a','',NULL),(5583,'en','default','65620e63dd694a02d1e257c54c1727cc','Create a brand new user and add them to this site.',NULL,NULL,'','LINE',NULL,10,'','79d3428706da5c9ca161aadc96e9ca54','',NULL),(5584,'en','default','1d092d5f5975d04b1adee7a2c845e1a2','Create your first menu below.',NULL,NULL,'','LINE',NULL,10,'','4e596b63301d0c9db0c9da409640caee','',NULL),(5585,'en','default','62e8a03a8a795cc01cfdd5ac52f6af69','Create, edit, and delete menus',NULL,NULL,'','LINE',NULL,10,'','aa705ff9e55c838e9b36f76af42732dd','',NULL),(5586,'en','default','3ded626b75eebf44c0ca7a8587f84801','Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box.',NULL,NULL,'','LINE',NULL,10,'','88d63d26a5d5ac5eef99a90931171ac9','',NULL),(5587,'en','default','948a2e3548aaf7f9941a3192fa607d51','Credits',NULL,NULL,'','LINE',NULL,10,'','d9ea20d53f5089fb51d7eee860116db8','',NULL),(5588,'en','default','d388632d05e8826abe4b95de0b110529','Crop',NULL,NULL,'','LINE',NULL,10,'','6cd234d5d324311db3f795591ac53af0','',NULL),(5589,'en','default','ae5cb4077500ac3e76db62aa48f77bc5','Crop Aspect Ratio',NULL,NULL,'','LINE',NULL,10,'','5826738bb9f1ab93b78587c14498f2de','',NULL),(5590,'en','default','c610082ffa77e29affc783d51a7e2236','Crop Header Image',NULL,NULL,'','LINE',NULL,10,'','e04c64f48cbb6d9aed8a6a71dfe06f43','',NULL),(5591,'en','default','54d9e18e02348b6f300d55ce01f1ca1d','Crop Selection',NULL,NULL,'','LINE',NULL,10,'','545668ba7f83086ee57ba864291d413c','',NULL),(5592,'en','default','5fd03058ad2c52ceef4134aa59136b4b','Crop and Publish',NULL,NULL,'','LINE',NULL,10,'','226e47e7798c88b83436648d028822c3','',NULL),(5593,'en','default','855f529e650f29f028dba9ed0ffc1bf8','Crop thumbnail to exact dimensions (normally thumbnails are proportional)',NULL,NULL,'','LINE',NULL,10,'','69f2cf220bf9e8930d4063060caa16b9','',NULL),(5594,'en','default','447060031aa60235fc3004c35231c55d','Current Background Image',NULL,NULL,'','LINE',NULL,10,'','c49557f668903c1bfa3dbe26327a88c5','',NULL),(5595,'en','default','47a746bdc2bf11f32d403f0aa45c17f8','Current Header Image',NULL,NULL,'','LINE',NULL,10,'','79ebe1eebdbaa1b2706cbf868cd532e5','',NULL),(5596,'en','default','f88589c3e803217e3f6fe9d8e740e6e8','Current Page',NULL,NULL,'','LINE',NULL,10,'','4abe4229770808b76e6c419abf9ed414','',NULL),(5597,'en','default','87f4b9aaaae18edd1b2aa7843738c1b5','Current Revision by %s',NULL,NULL,'','LINE',NULL,10,'','d9337626a97b18d7bc05b37a168243f4','',NULL),(5598,'en','default','81e4ff23dc1aeaf1947fbac399fb9316','Current Theme',NULL,NULL,'','LINE',NULL,10,'','badfa2f4bd65e53e0bb82bf21cf53ba3','',NULL),(5599,'en','default','f0733c33cb70646ff6d25b08fe26ab84','Current health score:',NULL,NULL,'','LINE',NULL,10,'','81d00bffdc256d05bf7ac7266ea13fc8','',NULL),(5600,'en','default','231acedf433c6cdc5dad2975588e5777','Current thumbnail',NULL,NULL,'','LINE',NULL,10,'','079b0cb5165761fa14655f9b29f6325b','',NULL),(5601,'en','default','8e6dd720c38f05e75afa5ea139d43b8b','Custom Background',NULL,NULL,'','LINE',NULL,10,'','11af885ae95784376db6a03de0d6020d','',NULL),(5602,'en','default','f8257df950d4ddcfa654ba524ffa68f5','Custom Colors',NULL,NULL,'','LINE',NULL,10,'','535a40e32a754cd210957bed5363428b','',NULL),(5603,'en','default','e6e0d1a62695cc00641f3acf197aecf7','Custom Header',NULL,NULL,'','LINE',NULL,10,'','436357f20214f1b45376a6c31a241568','',NULL),(5604,'en','default','f24b4a70c60b7051a5c989d86c03bd89','Custom Logo',NULL,NULL,'','LINE',NULL,10,'','5ed0b8d61248f280facf482ad8f91f33','',NULL),(5605,'en','default','07af8492307120ae9bcdca3dd357d5d0','Custom PHP error message.',NULL,NULL,'','LINE',NULL,10,'','c36a2390173e8b1c2d406573652b0d33','',NULL),(5606,'en','default','0308513f066a76d9407979198251049c','Custom PHP fatal error handler.',NULL,NULL,'','LINE',NULL,10,'','353715d0adca3320f90abd25706dfbaa','',NULL),(5607,'en','default','8860791c508f1a9cd582441eb31955b7','Custom Structure',NULL,NULL,'','LINE',NULL,10,'','445f5434033c7a4db61a18d146b4d318','',NULL),(5608,'en','default','313a4258db970729195e2e53fe33412e','Custom Structures',NULL,NULL,'','LINE',NULL,10,'','6df19e5a9afce680bb53549314ac67cd','',NULL),(5609,'en','default','985cb539972cb32ea35aa744658ca8c5','Custom database class.',NULL,NULL,'','LINE',NULL,10,'','d49c78d6df2f12c1c311f650c6f862ab','',NULL),(5610,'en','default','797f099f9e1bc6816b97eceec57aa7d8','Custom database error message.',NULL,NULL,'','LINE',NULL,10,'','e2b94455602cb761ee525d4165411f3c','',NULL),(5611,'en','default','b4355bc59a01c61a8b83c8d6568546d3','Custom date format:',NULL,NULL,'','LINE',NULL,10,'','66a79b117f1c851d219c438615c37d2b','',NULL),(5612,'en','default','37725a1c8a05e443b8088a3dcd29ae96','Custom field deleted.',NULL,NULL,'','LINE',NULL,10,'','6e0107e2714191d0030c6f5b4cbe54bc','',NULL),(5613,'en','default','039675c3e3a29a035723dac4a2e40761','Custom field updated.',NULL,NULL,'','LINE',NULL,10,'','8120374fe817750d85f6538f5fdb18b2','',NULL),(5614,'en','default','31aa97a89c42f706d760776d70fbb678','Custom fields can be used to add extra metadata to a post that you can <a href=\"%s\">use in your theme</a>.',NULL,NULL,'','LINE',NULL,10,'','6f3d4648661296ec345359f87303f2f6','',NULL),(5615,'en','default','2e6f16ed19566ee7c8680a658952b635','Custom installation script.',NULL,NULL,'','LINE',NULL,10,'','a3fea5d6d18999d0403aa36d81522c32','',NULL),(5616,'en','default','8989cd495e75c2cb120dc6e4c9c9a641','Custom maintenance message.',NULL,NULL,'','LINE',NULL,10,'','51bddbafaf440433209d6b745deb593d','',NULL),(5617,'en','default','7b95346ceb2968af7db3718c2a1b3890','Custom rules have been added to your .htaccess file.',NULL,NULL,'','LINE',NULL,10,'','e607785b3df0b1f96454d6a6a9535609','',NULL),(5618,'en','default','a42c1e3fff493645e92c236b7a5381c3','Custom site deleted message.',NULL,NULL,'','LINE',NULL,10,'','8145264aa22221ab0c46e47b9929a1f5','',NULL),(5619,'en','default','e44a3373fa4127f847543ec56cda4f8e','Custom site inactive message.',NULL,NULL,'','LINE',NULL,10,'','077a914745ecf4d1fa019646e7e9337b','',NULL),(5620,'en','default','be342eebe8ae4140a4a0615b4a8b7a98','Custom site suspended message.',NULL,NULL,'','LINE',NULL,10,'','1a6184e70a90013f20e435aed69dc1ec','',NULL),(5621,'en','default','be765b34217977bdeab7601e6411cea8','Custom time format:',NULL,NULL,'','LINE',NULL,10,'','f12a60d52b5003611c33de1d2de2b80b','',NULL),(5622,'en','default','fbfb52888ea3b9348d7770a89c203c6e','Custom:',NULL,NULL,'','LINE',NULL,10,'','3719645edce1a4845a8d91f05bf7e00f','',NULL),(5623,'en','default','06eaf17aad8bbd6ddff5db0f989c8a86','Customization Draft',NULL,NULL,'','LINE',NULL,10,'','65b13bbcdd3f6e160731d389d1b93fcb','',NULL),(5624,'en','default','e49aa91321b373599ded3c17a1fda32d','Customize “%s”',NULL,NULL,'','LINE',NULL,10,'','55e3991deb0e353a1aeac128be9fcf13','',NULL),(5625,'en','default','c134cba42af54a9f7a19baab4f09e160','Customize New Changes',NULL,NULL,'','LINE',NULL,10,'','8c88a0e7b5ae07b9b5bd8fef164c7357','',NULL),(5626,'en','default','b8e7ef9f1236f2282126d44c5dbe5f88','Customize Your Site',NULL,NULL,'','LINE',NULL,10,'','0185dae6c3397fb387a9350bc557f590','',NULL),(5627,'en','default','7a1ec4645803101d4939e9d3b13ab26d','Customizing This Display',NULL,NULL,'','LINE',NULL,10,'','be785ebfbe35e1089059bde74ea2968c','',NULL),(5628,'en','default','e307db07b3975fef922a80d07455ee5e','Database',NULL,NULL,'','LINE',NULL,10,'','0be20fe6d108905c716f50d25b1430cf','',NULL),(5629,'en','default','e9629d578cc839d299f135aa7c73aca5','Database Host',NULL,NULL,'','LINE',NULL,10,'','dbd9ade44e9651bf3ee6797959b9279b','',NULL),(5630,'en','default','825689fed4e8cd85dbc5beedf98feec0','Database Name',NULL,NULL,'','LINE',NULL,10,'','d77e946152821786791ae3dfebbfa07d','',NULL),(5631,'en','default','3d8ef243ced22663b03af6671ee8be7b','Database Server version',NULL,NULL,'','LINE',NULL,10,'','0febc123ddff01b12ad134e582bd6f50','',NULL),(5632,'en','default','b8127981fabcb830aec5d9be37322014','Database Update Required',NULL,NULL,'','LINE',NULL,10,'','c8ad2762a63de5b8897a4fef2c0e1980','',NULL),(5633,'en','default','ba0f269b2bdb85161db3fe51338e6a7b','Database host',NULL,NULL,'','LINE',NULL,10,'','991d78c3928eac146612f75a559a342f','',NULL),(5634,'en','default','9e362f7bde93fb1a52dea86534d5be9c','Database name',NULL,NULL,'','LINE',NULL,10,'','cb09cd7475d42236d496fb1e56d98354','',NULL),(5635,'en','default','60f5beb4715bf84676dfc7ac7f3649da','Database password',NULL,NULL,'','LINE',NULL,10,'','db5679cdbe0cb0b51da1fddd68d9088b','',NULL),(5636,'en','default','dac130bdd2c5492a8108a4145bd9f04a','Database prefix',NULL,NULL,'','LINE',NULL,10,'','f3901e37a3b38df90f5c3c97836e4aa8','',NULL),(5637,'en','default','4c59e93d8c7d7dfb0b10de4dbaf78bf6','Database repair results',NULL,NULL,'','LINE',NULL,10,'','fd9b637b4ab7d1402d044007093c08ef','',NULL),(5638,'en','default','6267eaec7dcff27c3dc9e28ff41252d0','Database size',NULL,NULL,'','LINE',NULL,10,'','ed5b3da3c41979a2e7b20e623f611b94','',NULL),(5639,'en','default','28caafbf8235a0acba4da7087d43aafd','Database user',NULL,NULL,'','LINE',NULL,10,'','9e93c7384e9b63d5057e1a4d1e480766','',NULL),(5640,'en','default','2794e4b75b740a8e94cf0ab9cfad7935','Database username',NULL,NULL,'','LINE',NULL,10,'','45cb8f9ab41bde61cfcc843a2f4b54a7','',NULL),(5641,'en','default','d54b5ffda02e23408035982fb3c97fad','Date Template',NULL,NULL,'','LINE',NULL,10,'','e2d4585fbda0330fa4049567aae12040','',NULL),(5642,'en','default','2b0b7c9cbd6d6e9fa6b99aa06e828673','Date and time',NULL,NULL,'','LINE',NULL,10,'','4f4fae71d341f2f480f75db5f227e93e','',NULL),(5643,'en','default','02a326a72e683cede50ce7b74b226b08','Date range:',NULL,NULL,'','LINE',NULL,10,'','cf133a8bffe1e237ff23807f3969f1a7','',NULL),(5644,'en','default','7ac5a1ab23d01d181148ba8cc6c45313','Date/Time',NULL,NULL,'','LINE',NULL,10,'','a835f8b257fedf8f83b93b45ab48cb2e','',NULL),(5645,'en','default','219806b056351cd209d792c344d523d0','Day and name',NULL,NULL,'','LINE',NULL,10,'','900ac5841f7e4abc151cc9cc5f43ae62','',NULL),(5646,'en','default','91f6f8529f450619a5ac079ca6ccdc45','Daylight saving time begins on: %s.',NULL,NULL,'','LINE',NULL,10,'','05c6b12e292d24c256435239a054c6ce','',NULL),(5647,'en','default','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'','LINE',NULL,10,'','849a26375ae29abb5c07b9bb1e145959','',NULL),(5648,'en','default','7b3c53af70fbfb520d57b2acaa7a9ce6','Debug mode is often enabled to gather more details about an error or site failure, but may contain sensitive information which should not be available on a publicly available website.',NULL,NULL,'','LINE',NULL,10,'','3318fc80471731deda048a00f565c76d','',NULL),(5649,'en','default','31c90928b7eea09015527db1b6ad947e','Debugging enabled',NULL,NULL,'','LINE',NULL,10,'','20ba143913410569552134a755c520ed','',NULL),(5650,'en','default','02d8f33495a7e2b3c965125841c9908e','Default Avatar',NULL,NULL,'','LINE',NULL,10,'','b0fdf95ddc8d641da01cf9187544bb4a','',NULL),(5651,'en','default','132ec523fc48cada06d8ad0756a6400f','Default Images',NULL,NULL,'','LINE',NULL,10,'','995c03bfffd04bcbfe54b6c0468b0386','',NULL),(5652,'en','default','b2beaca3aedf0a3da11997e3184dc39d','Default Link Category',NULL,NULL,'','LINE',NULL,10,'','d1a35768af86a3b766be169bf311c769','',NULL),(5653,'en','default','908e3765b18df80333a08ae3e7a93f09','Default Mail Category',NULL,NULL,'','LINE',NULL,10,'','4261ce6e24392ee3baa66fdd8afb5bc8','',NULL),(5654,'en','default','13f051eeb5f76362ee72c8a936af1e74','Default Post Category',NULL,NULL,'','LINE',NULL,10,'','8a1cd085e6c8fc735add870b66ca1e84','',NULL),(5655,'en','default','67d7434f7073f45ef2669ab602ae91b2','Default Post Format',NULL,NULL,'','LINE',NULL,10,'','711b98faf1a3ce98ace796103910a576','',NULL),(5656,'en','default','7fef9dabc73a2b259aba73d88f81292d','Default Template',NULL,NULL,'','LINE',NULL,10,'','cb8953058aa517057e5457b9068d9219','',NULL),(5657,'en','default','f4764d84a9882bfa0b411cfb033b9476','Default article settings',NULL,NULL,'','LINE',NULL,10,'','7be2ecf0d32bf51459a6ef30f60922ab','',NULL),(5658,'en','default','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'','LINE',NULL,10,'Default category slug','8d4f3a2320445e1a8614add934c42de6','',NULL),(5659,'en','default','594c3b5e5ce74c36e1404dd515d93f2a','Default comment status',NULL,NULL,'','LINE',NULL,10,'','df45db08d8c05f26557eae99ad0a9175','',NULL),(5660,'en','default','4d60896a525ec0058df8a47aa8f21fa8','Default is %s',NULL,NULL,'','LINE',NULL,10,'','5267eaee5067bf7ac8a65a01c206b0dc','',NULL),(5661,'en','default','2095312189753de6ad47dfe20cbe97ec','hello-world',NULL,NULL,'','LINE',NULL,10,'Default post slug','9c8061881ab5f01d0f6a452c0a28943b','',NULL),(5662,'en','default','5364894435562ff7cd1b0c146e523bdd','Default template',NULL,NULL,'','LINE',NULL,10,'','8e88d89e6f92c1a6ff65d9563f222f31','',NULL),(5663,'en','default','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,10,'','3a9538d1662031447fa482c89326121d','',NULL),(5664,'en','default','c0b6ec5b04113c011259cff45eb3b0d4','Delete “%s”',NULL,NULL,'','LINE',NULL,10,'','9ca015cc0d613ce90d42fee9a1854d3f','',NULL),(5665,'en','default','4d0db88955957abada719b34a75e3fe2','Delete “%s” permanently',NULL,NULL,'','LINE',NULL,10,'','4b13c96c7f7df8d0a5384467e28bbd63','',NULL),(5666,'en','default','3e5da90c73320fdb0dfabb45380d582c','Delete My Site',NULL,NULL,'','LINE',NULL,10,'','b9be71f06ec730cfa71eec97b0525603','',NULL),(5667,'en','default','6e7934d446ac4c489e1a6d3847d64c91','Delete My Site Permanently',NULL,NULL,'','LINE',NULL,10,'','4d8d754de8d2e9a8d1913d3e8ffe65b6','',NULL),(5668,'en','default','ff7186f58814809fdab54ac34f9f01ef','Delete Plugin',NULL,NULL,'','LINE',NULL,10,'','c1bc8d9c3849cda9085a5d392a6b5dd1','',NULL),(5669,'en','default','5e16403dc5b327fcfbc4e8331e88c317','Delete Plugins',NULL,NULL,'','LINE',NULL,10,'','6734fb34f0db3bd3b4d6470774bddcd5','',NULL),(5670,'en','default','47f0cc162043cf12f700f64720a5f3cf','Delete Site',NULL,NULL,'','LINE',NULL,10,'','bf8003f8c95930c704038085289b1ea8','',NULL),(5671,'en','default','93c34793d91031f15907ed1762e1ae82','Delete Users',NULL,NULL,'','LINE',NULL,10,'','c32280116fcd3af0ea4d462e9b884398','',NULL),(5672,'en','default','55ab0b440e5d2c1b104b85967683afb0','Delete a menu item by <strong>expanding it and clicking the Remove link</strong>',NULL,NULL,'','LINE',NULL,10,'','613616cc10a30e45173036e1bf1e1ff1','',NULL),(5673,'en','default','42821ac9753373a1ed476eea4e164584','Delete all content.',NULL,NULL,'','LINE',NULL,10,'','8f8d166d6c8353307468441622c63497','',NULL),(5674,'en','default','87c477caf3a4bee7ce9b07880c335b20','Delete this comment permanently',NULL,NULL,'','LINE',NULL,10,'','00114c4f6cac05a9af259d835082df7b','',NULL),(5675,'en','default','e697c6608fedb70ae75003440283975c','Deleted %d request',NULL,NULL,'','LINE',NULL,10,'','b5b27a78399383f6a0be76470e9bf3c8','',NULL),(5676,'en','default','58800c445fead5661a3cf1708adf18fd','Deleted %d requests',NULL,NULL,'','LINE',NULL,10,'','448ed9d5774fd05944da3d929361c90a','',NULL),(5677,'en','default','26ba9ab28daf87385ddc3315c6d43447','Deleting Links',NULL,NULL,'','LINE',NULL,10,'','3509d3fb65cdd3b9fcff3a4ee809263d','',NULL),(5678,'en','default','404e953bd6768d4862d7eca37aad4902','Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the default category %s. The default category cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','aeb4aa37a7f59420097c072e72c3b3a2','',NULL),(5679,'en','default','77d4b2bed32455647ca92f4a83cb7074','Denied: %s',NULL,NULL,'','LINE',NULL,10,'','ffeac410db240d73087470dc9c5d7423','',NULL),(5680,'en','default','e3cf5ac19407b1a62c6fccaff675a53b','Descending',NULL,NULL,'','LINE',NULL,10,'','7aecacc257f9147d909716a44fce196f','',NULL),(5681,'en','default','7790530968f5b873498a6f02c6756c13','Destination folder already exists.',NULL,NULL,'','LINE',NULL,10,'','acb17839b2d2f1c6b7e9f43b81df9674','',NULL),(5682,'en','default','f200763a0dca7d4843032c057804f9e9','Detach',NULL,NULL,'','LINE',NULL,10,'','3d30633ffb3e9342b92ceff61ee5044e','',NULL),(5683,'en','default','ee505e832bd369a98307c3811028fc28','Detach from “%s”',NULL,NULL,'','LINE',NULL,10,'','5c013a2b31e4d3d72a81b1777331134d','',NULL),(5684,'en','default','3ec365dd533ddb7ef3d1c111186ce872','Details',NULL,NULL,'','LINE',NULL,10,'','6c469fd74f98072bfc2be385bd445682','',NULL),(5685,'en','default','04b5cc14fc4473e3872b322b4c875b86','Developer Happiness',NULL,NULL,'','LINE',NULL,10,'','085f5408744b7bd32083a8cacd0e0644','',NULL),(5686,'en','default','6f02c4bd89aa86808ba3404df836644c','Did not receive array from %1$s eraser (index %2$d).',NULL,NULL,'','LINE',NULL,10,'','e34837aa7aecccd343bd25be1fe2952e','',NULL),(5687,'en','default','c771fce16e2ba5df07df53cc5ab0748f','Did you know?',NULL,NULL,'','LINE',NULL,10,'','acd81c9af5cb1de883910ab23098405a','',NULL),(5688,'en','default','c84d8fb1a40e84ec4ea46ede419d8206','Did you lose your phone or leave your account logged in at a public computer? You can log out everywhere else, and stay logged in here.',NULL,NULL,'','LINE',NULL,10,'','9e331962e72752290d49e097f348e3a0','',NULL),(5689,'en','default','9929af4516efacd36a8f824a42fc106e','Directories and Sizes',NULL,NULL,'','LINE',NULL,10,'','c3857db8582cdb80e5be347fba62fa00','',NULL),(5690,'en','default','2555ac2fab74afe6f02cb9c90b08ba4c','Disable accessibility mode',NULL,NULL,'','LINE',NULL,10,'','c25a2f0bfc28f4fd2627c91729baf0e1','',NULL),(5691,'en','default','349a29075c44e081246c8b48a69eaaab','Disable syntax highlighting when editing code',NULL,NULL,'','LINE',NULL,10,'','e9ee90fe711a8be239614453cd73a97c','',NULL),(5692,'en','default','bd2e226fe58ac326e8e8215b32b57da7','Disable the visual editor when writing',NULL,NULL,'','LINE',NULL,10,'','7dd2ff22a3967fae4ff93a25b41c2e58','',NULL),(5693,'en','default','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'','LINE',NULL,10,'','78cbd6d0e6e251f2149caff9fa9e2562','',NULL),(5694,'en','default','c451d9e09dbd80cba094c4b84717de24','Disabling Maintenance mode…',NULL,NULL,'','LINE',NULL,10,'','59b603acbd2364bc419df9310b9c9c9f','',NULL),(5695,'en','default','9fae8febb74ca9eaf49ec7b87de3842a','Discard any changes and restore the original image.',NULL,NULL,'','LINE',NULL,10,'','9e33b5730e317c79fa2b3021fbd37f81','',NULL),(5696,'en','default','3f1dae7d8934608af71f2d40477f8384','Discourage search engines from indexing this site',NULL,NULL,'','LINE',NULL,10,'','6815c8f8569014f74535412c605f4a83','',NULL),(5697,'en','default','0ad65166d12f78bc07417e0ef6d67a94','Discussion Settings',NULL,NULL,'','LINE',NULL,10,'','e0beb45b13f598d5797fddee61690000','',NULL),(5698,'en','default','90d744b97a7ee2c544c6c821312febc7','Dismiss the browser warning panel',NULL,NULL,'','LINE',NULL,10,'','098996fa3128ff6cfa261196209d8290','',NULL),(5699,'en','default','30c4ab658d77de67696d20f65f46302d','Dismiss the welcome panel',NULL,NULL,'','LINE',NULL,10,'','b473407ef456c9ac75656b058482782a','',NULL),(5700,'en','default','9cbc24d23b943fe4b092e79dd82948e2','Display Options',NULL,NULL,'','LINE',NULL,10,'','2da3295ab241e8cb387312e1dccc6101','',NULL),(5701,'en','default','eba37f494f9f4b94c1efab5a207efb90','Display location',NULL,NULL,'','LINE',NULL,10,'','4ac1a994353d3ede6bc2c3691d1d43c7','',NULL),(5702,'en','default','dead5a30d04552711ba8afbdd7ff3e9f','Display name publicly as',NULL,NULL,'','LINE',NULL,10,'','039b7f99180c51fb99d3e6cc05c5ed64','',NULL),(5703,'en','default','3ed1e20113fee5dc788c3b6c04be85f7','Displayed on attachment pages.',NULL,NULL,'','LINE',NULL,10,'','8ca5504ebb345a22a07fd84d051efdba','',NULL),(5704,'en','default','4fb813e73cf30a04d997657289ca6a6f','Displaying %s–%s of %s',NULL,NULL,'','LINE',NULL,10,'','df750f9786eefd22dca5c286e133ffcd','',NULL),(5705,'en','default','23b82756228a63c2f4d8180a51a78683','Do not allow',NULL,NULL,'','LINE',NULL,10,'','dfb7f90a9dff56afea66bc37ba42b575','',NULL),(5706,'en','default','8faa7616b66ec7990abd90e6eb970b03','Documentation:',NULL,NULL,'','LINE',NULL,10,'','fcd9481c665fa335d7240da76a4d32c9','',NULL),(5707,'en','default','d9d3ef6911fb8e399b99a6f8f82dd74e','Don’t forget to click “Save Changes” when you’re done!',NULL,NULL,'','LINE',NULL,10,'','d181448341dc3e4162bbbe347aaf9ba5','',NULL),(5708,'en','default','ca74662340b9dffdda05168fa1090409','Don’t forget to click on the Save Changes button when you are finished.',NULL,NULL,'','LINE',NULL,10,'','7c861335f662383e36b96028042cf068','',NULL),(5709,'en','default','6c5ac6b151ea7ed9134423f53584bb91','Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href=\"https://www.fsf.org/\">Free Software Foundation</a>.',NULL,NULL,'','LINE',NULL,10,'','e67b6880800945de4830e81482e8f208','',NULL),(5710,'en','default','f1ae4b9cca7740ca637236bef3533c3c','Donate to this plugin »',NULL,NULL,'','LINE',NULL,10,'','fc823ad7616a802cd45a5ede5dc1b97c','',NULL),(5711,'en','default','bb0c02787ce6724628712c33c6e3e70a','Double-check your email address before continuing.',NULL,NULL,'','LINE',NULL,10,'','c46122be371e1711f74feb501e854896','',NULL),(5712,'en','default','3a1581d9364c63271f2c8c651f3b174e','Down one',NULL,NULL,'','LINE',NULL,10,'','2759b68c89ad0b00fd376d88143b025a','',NULL),(5713,'en','default','a00973100e21990e12e95eccb3afe0c9','Download Export File',NULL,NULL,'','LINE',NULL,10,'','8c74aa431c7e82ecef6713e06df08c53','',NULL),(5714,'en','default','6deabb9d91995d336ba7c580e2b1cead','Download Personal Data',NULL,NULL,'','LINE',NULL,10,'','268275c23f55cd6bac3ebb65f76a6215','',NULL),(5715,'en','default','ce3370d701a4c45dfd7962376aa8d2e3','Download Personal Data Again',NULL,NULL,'','LINE',NULL,10,'','06f79285d28c8739e0e335aba574d678','',NULL),(5716,'en','default','85b511ea9d5d69a4cdd19bff8a598c32','Download failed.',NULL,NULL,'','LINE',NULL,10,'','8c0a8e5bd1f600d566261dc191f6bcc4','',NULL),(5717,'en','default','df92c964f7ecb285f6809053ef8d106c','Downloading Data...',NULL,NULL,'','LINE',NULL,10,'','164cf03e66fd40df9aae126869427e48','',NULL),(5718,'en','default','489c7ab6445cb1c81d1c6b905fdac3e0','Downloading installation package from %s…',NULL,NULL,'','LINE',NULL,10,'','dcc4d01c9db6d42898f01c1f2f52398a','',NULL),(5719,'en','default','f29e0257b37872559c87129642e966cf','Downloading translation from %s…',NULL,NULL,'','LINE',NULL,10,'','fb7e37b34315ead6f904089dd4209bec','',NULL),(5720,'en','default','d2c5c0149717c75b967cd57b5351c399','Downloading update from %s…',NULL,NULL,'','LINE',NULL,10,'','5155b1cd0a65027c396a00a316f36119','',NULL),(5721,'en','default','fee54fbdbf624c1ac2779c293ee3c8fa','Draft created on %1$s at %2$s',NULL,NULL,'','LINE',NULL,10,'','5fa2ea57208723bf6d1240d0213e0f23','',NULL),(5722,'en','default','0d98a24c01d792eb1923eb851e91b5ac','Draft saved at %s.',NULL,NULL,'','LINE',NULL,10,'','e2d21b00dcda3969be1aeb3648136fdc','',NULL),(5723,'en','default','8ad5f732d28d7dc4c16d9a7c55300838','Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.',NULL,NULL,'','LINE',NULL,10,'','83a86b4c84fa0d9d0dac25cfb00360a8','',NULL),(5724,'en','default','35481821855f662f8fe919ff3a51d0ae','Drag widgets here to remove them from the sidebar but keep their settings.',NULL,NULL,'','LINE',NULL,10,'','4558853d2749bc0312b6511c110ab8c1','',NULL),(5725,'en','default','d64f4239b084b3d314f054a5ba180f17','Drop files here',NULL,NULL,'','LINE',NULL,10,'','a6d26b750df7ea34466f5beda3ca24c2','',NULL),(5726,'en','default','ffc61b607e6a97cea83975bcefccc83e','Drop-in <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','b86a7ccf11c55b1c9016c18d99c7fbf6','',NULL),(5727,'en','default','eb1d6719776c357d75466b3f9b5e8654','Drop-ins <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','99018366e4111335098d843a246458a0','',NULL),(5728,'en','default','73972751988834bd66edadd27da64712','Drop-ins',NULL,NULL,'','LINE',NULL,10,'','722e75ac769f42f39237ab70d9f37d39','',NULL),(5729,'en','default','1f697c9e35080494f4d427661a002015','Drop-ins are advanced plugins in the %s directory that replace WordPress functionality when present.',NULL,NULL,'','LINE',NULL,10,'','480e63d00c104c03bc5b4084b10f72ca','',NULL),(5730,'en','default','f7c3f4ad71dcbac42a61d9cd25b4893d','Drop-ins are single files that replace or enhance WordPress features in ways that are not possible for traditional plugins.',NULL,NULL,'','LINE',NULL,10,'','71a847d79d58bc5a1371cb709d084f08','',NULL),(5731,'en','default','674928b26a485f7db813e8eb17f04823','Due to an error during updating, WordPress has rolled back to your previous version.',NULL,NULL,'','LINE',NULL,10,'','c25369cc1123be5f4fe1bd8ea5f4e5bf','',NULL),(5732,'en','default','a9f7ecebb493e129aafb4cbfd73e85df','E-Commerce',NULL,NULL,'','LINE',NULL,10,'','a151fc25e23477ffb9cbc94afbcd1347','',NULL),(5733,'en','default','738c6aac54898cead5e4d461daed389c','ERROR:',NULL,NULL,'','LINE',NULL,10,'','52b5307d5a6f3ead6ae4fe70933f121f','',NULL),(5734,'en','default','0dba0dc3b5db994c2c9e6d27e6da9d9c','ERROR: please type a comment.',NULL,NULL,'','LINE',NULL,10,'','3a810afc974972a43ce1190f6de9f65f','',NULL),(5735,'en','default','a56020b249ceea462535a1720aed5201','ERROR: you are replying to a comment on a draft post.',NULL,NULL,'','LINE',NULL,10,'','85f6b9f604f56ec29f8ac11c61b1b1f4','',NULL),(5736,'en','default','5b62ce98d137cebbf42db38a8e516f3a','Each navigation menu may contain a mix of links to pages, categories, custom URLs or other content types. Menu links are added by selecting items from the expanding boxes in the left-hand column below.',NULL,NULL,'','LINE',NULL,10,'','199285e9c5308dac57facee28ba6853e','',NULL),(5737,'en','default','b6251fd1a0710ba03ede8a57f73ae911','Edit “%s”',NULL,NULL,'','LINE',NULL,10,'','25fdd58e1fdf3b0e1266be9d1c3b0756','',NULL),(5738,'en','default','b9fd03427be4c59130bff764e2e62c91','Edit Comment',NULL,NULL,'','LINE',NULL,10,'','a8452e87338f483012620dbf3b69ec5c','',NULL),(5739,'en','default','a18af9cd7d0706c5a427eab8068da656','Edit Filters',NULL,NULL,'','LINE',NULL,10,'','2fe5eeb93221e54b7eaa3451ca2b31ba','',NULL),(5740,'en','default','1948cc7c711e3888241c156a3ec7f3a4','Edit Menus',NULL,NULL,'','LINE',NULL,10,'','4a4bc7390b6acf6d30a4ce233fe5dc3b','',NULL),(5741,'en','default','d40cc8ff065d6dfdfad53b79722a2624','Edit Plugins',NULL,NULL,'','LINE',NULL,10,'','0e29406d9d18efb17657abb634603e8b','',NULL),(5742,'en','default','6261260114e68bf0e8d95c633f0b7704','Edit Themes',NULL,NULL,'','LINE',NULL,10,'','832984c8750245051c8c98065ed9da1b','',NULL),(5743,'en','default','fc953e3104fec508fecd2f18505350ee','Edit User %s',NULL,NULL,'','LINE',NULL,10,'','8bc5df8aa04994657ab572af9ade019b','',NULL),(5744,'en','default','0a906f7e310f8f1b4b73382d7d166cc9','Edit city',NULL,NULL,'','LINE',NULL,10,'','6e6192462baecbbd423db59c7cd12de3','',NULL),(5745,'en','default','3216c36604b3d4125718d86bb9b89593','Edit comment',NULL,NULL,'','LINE',NULL,10,'','aa538ba8d7717e0b49045aec0b097833','',NULL),(5746,'en','default','b4b3ec26b4e2ad9184614fff93441d35','Edit date and time',NULL,NULL,'','LINE',NULL,10,'','1d6810b068133ed609fea42dd4642348','',NULL),(5747,'en','default','e8a5c3013e60d322d52109cee2befb32','Edit menu item',NULL,NULL,'','LINE',NULL,10,'','0a45fd47f72a7ebb71db39b15f7afee5','',NULL),(5748,'en','default','2b9cfb38fab2b30e43f6bf269bbeac52','Edit permalink',NULL,NULL,'','LINE',NULL,10,'','b5657805a5b212303ace61d3c7db7e43','',NULL),(5749,'en','default','a4016a05677c6f1dada65ecb225680a0','Edit status',NULL,NULL,'','LINE',NULL,10,'','3ed2823cd2173525a1d1119e654b453a','',NULL),(5750,'en','default','ee6ddd648ece1a395506fefa4c25a388','Edit this comment',NULL,NULL,'','LINE',NULL,10,'','71ecd48109607469677b96e3a8c36773','',NULL),(5751,'en','default','09193bae7dca26eff8911db0fd4f47f0','Edit visibility',NULL,NULL,'','LINE',NULL,10,'','b7b0dfa3bdd4f11c495fda6f35ce62d8','',NULL),(5752,'en','default','ef5c667bd9e459a01602239f1536d413','Edit widget: %s',NULL,NULL,'','LINE',NULL,10,'','8072bf0a50b66fd745e8b28c73125f46','',NULL),(5753,'en','default','492ed594258942b5f804fec6e5fe434b','Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create Menu to save your changes.',NULL,NULL,'','LINE',NULL,10,'','eba394852864e32c1f63fd13f318a278','',NULL),(5754,'en','default','1198eb23cd53e935a96f8e81df2a8ea7','Edit your front page',NULL,NULL,'','LINE',NULL,10,'','f32b7ef6dd58f5d2497d0cd4e695c248','',NULL),(5755,'en','default','7824c5b7b43634fd0ad59f47778e3058','Edit your menu below, or <a href=\"%s\">create a new menu</a>. Don’t forget to save your changes!',NULL,NULL,'','LINE',NULL,10,'','50a5a031f531be49aba476a26a792d4f','',NULL),(5756,'en','default','2c1512ca56bf9338caa2a6adec0faaf1','Editing %s (active)',NULL,NULL,'','LINE',NULL,10,'','8268fa6366a34d36aafe8d554b033ba8','',NULL),(5757,'en','default','43911efb72917c873493932eb4e335cf','Editing %s (inactive)',NULL,NULL,'','LINE',NULL,10,'','f1530e19518a5d930f4a9c91294490ce','',NULL),(5758,'en','default','c50a5850aa2d48461928342f85c73cf3','Editing Menus',NULL,NULL,'','LINE',NULL,10,'','c1fa24f41b237042032785de54a9836f','',NULL),(5759,'en','default','1793292bbb16dfff73f26d02b62985c9','Editor Style',NULL,NULL,'','LINE',NULL,10,'','2735295d4bb712f2f2cb457b34946b46','',NULL),(5760,'en','default','45f073231aa37165563ce0acdf694a4c','Editors can publish posts, manage posts as well as manage other people’s posts, etc.',NULL,NULL,'','LINE',NULL,10,'','83c75c02d17165315d25c78067551eee','',NULL),(5761,'en','default','de7a22a0c94aa64ba2449e520aa20c99','Education',NULL,NULL,'','LINE',NULL,10,'','5bf06b3c035fe6db5c79c4e5144ce7d3','',NULL),(5762,'en','default','643a860f992333b8600ea264aca7c4fc','Email Address',NULL,NULL,'','LINE',NULL,10,'','9aaa417030c150183f259f8fc6ddecc7','',NULL),(5763,'en','default','1835d5d99c537306059199bdae3bff23','Email could not be sent.',NULL,NULL,'','LINE',NULL,10,'','629595965d6ceed21b36c8684f9c57ec','',NULL),(5764,'en','default','8b986cd6abfdb75552f637b5d1cf62d4','Email me whenever',NULL,NULL,'','LINE',NULL,10,'','d0e6d783d0b13158d545f9bac163e095','',NULL),(5765,'en','default','b7a9ca78ae5ec6f8c6af39f000b07da9','Email or Username',NULL,NULL,'','LINE',NULL,10,'','a0b0ed14e0bebe31dc060bea3c39011c','',NULL),(5766,'en','default','5f15b5a610e4ecd59ef2950f7277364b','Email sent.',NULL,NULL,'','LINE',NULL,10,'','fcd7555e400c714f5860049be136722e','',NULL),(5767,'en','default','4d897c243588e769ee27e1b43facd498','Embed 404 Template',NULL,NULL,'','LINE',NULL,10,'','bfcde88659003c8a85c11c5bbaeafffd','',NULL),(5768,'en','default','cd5e80234370ec303c181bea86f8a222','Embed Content Template',NULL,NULL,'','LINE',NULL,10,'','db79f5157daac75f0ba7d01a3c600dcc','',NULL),(5769,'en','default','d6500ef058df79832ca0335e7be9bf3a','Embed Footer Template',NULL,NULL,'','LINE',NULL,10,'','e21130696c5234f879d5a0417530bf7a','',NULL),(5770,'en','default','52ee78d707441d19220c80160e9d3783','Embed Header Template',NULL,NULL,'','LINE',NULL,10,'','7a0ba50421f078a401c3a339ecbf15b9','',NULL),(5771,'en','default','b7c10a6762dd2ca718c6c9e6c2b2fe36','Embed Template',NULL,NULL,'','LINE',NULL,10,'','acc5316cea3f0a7b7e594386266e6d05','',NULL),(5772,'en','default','b7356884085f8ba4da0d0975927c6332','Embedded content from other websites',NULL,NULL,'','LINE',NULL,10,'','7107a4cd49e362905e46b41473054a9f','',NULL),(5773,'en','default','527a06997a937aadaae50cc2f9ba91ea','Empty Spam',NULL,NULL,'','LINE',NULL,10,'','25fc55cb4e771b4ee35e36328c7df7bb','',NULL),(5774,'en','default','168f3bfe393e24427cb62806c19aacf7','Empty Title filled from filename.',NULL,NULL,'','LINE',NULL,10,'','7dbca5fea225c56e282778c8a2f05651','',NULL),(5775,'en','default','c79a714b8887dccf7cb3f323584e89a7','Empty Trash',NULL,NULL,'','LINE',NULL,10,'','0b965264a56583a68c6e6018e4765c65','',NULL),(5776,'en','default','e7f154caab48d155431904f8ef6ea539','Empty archive.',NULL,NULL,'','LINE',NULL,10,'','89554508b9bcbf357df92380aac0f8ff','',NULL),(5777,'en','default','07a8d4ba1b745e7d492bd409a2ac6ba5','Enable accessibility mode',NULL,NULL,'','LINE',NULL,10,'','f86df510bdeed3e93a98abdb5f49aab4','',NULL),(5778,'en','default','7d9bbe05a15d0a1d68e6b6534a748b80','Enable full-height editor and distraction-free functionality.',NULL,NULL,'','LINE',NULL,10,'','e7b2416b42de7960150d9a2ac7b0db6d','',NULL),(5779,'en','default','ef55b6d0087dceaac2e97c082c35a99c','Enable keyboard shortcuts for comment moderation.',NULL,NULL,'','LINE',NULL,10,'','6b62ff2c5d926f14e39b0c6f2db1633a','',NULL),(5780,'en','default','1a8e65e941992c5b32ae70cc4516b914','Enable threaded (nested) comments %s levels deep',NULL,NULL,'','LINE',NULL,10,'','095831192428131bcec91ac52f63fc5e','',NULL),(5781,'en','default','00d23a76e43b46dae9ec7aa9dcbebb32','Enabled',NULL,NULL,'','LINE',NULL,10,'','034001e9f93ada510f70eb90d388903f','',NULL),(5782,'en','default','c53d7d249deb2d1f0a9f4aedc03dd2c3','Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.',NULL,NULL,'','LINE',NULL,10,'','ac9278c82439b66854fc13fb321c96e5','',NULL),(5783,'en','default','60ef6ae6923fd58b87f96ed6e7a9f44d','Enabling Maintenance mode…',NULL,NULL,'','LINE',NULL,10,'','5d3e6169e3809769ea037076a6939cb1','',NULL),(5784,'en','default','8b3a616ee89592f11177723a7587c8e1','Encoding for pages and feeds',NULL,NULL,'','LINE',NULL,10,'','912fd22b88d0f0b00653ba7825802e70','',NULL),(5785,'en','default','823a38edcd60271ed5106469ce7de36a','End date:',NULL,NULL,'','LINE',NULL,10,'','dc2cc0db41578b21a115bc870293c884','',NULL),(5786,'en','default','22604159106a95a1fdd621a2f7658bcb','Enter a link URL or click above for presets.',NULL,NULL,'','LINE',NULL,10,'','921b570c5c51a5810c8a55324d338000','',NULL),(5787,'en','default','aa2c31d6c155307654bd7eb87b6cd1b4','Enter new',NULL,NULL,'','LINE',NULL,10,'','d720b98e7db688c6366fede4227d1a38','',NULL),(5788,'en','default','17524f9253a1709e86f7626abb251813','Enter the address here if you <a href=\"%s\">want your site home page to be different from your WordPress installation directory</a>.',NULL,NULL,'','LINE',NULL,10,'','69e83e8b357441929dd6c45d296e66f1','',NULL),(5789,'en','default','c56af36eab71c6c8ea087a2fa2349c81','Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.',NULL,NULL,'','LINE',NULL,10,'','ebaa493b3cb5eab5027bc3392eb0855d','',NULL),(5790,'en','default','efb01c5c1e082c1f4d914a3f5f69e1ed','Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.',NULL,NULL,'','LINE',NULL,10,'','5e929ca5d35118229dccced01d96ffb7','',NULL),(5791,'en','default','ef3dd5ce18ca474dd00e3a0ca90162ec','Enter the location on the server where the public and private keys are located. If a passphrase is needed, enter that in the password field above.',NULL,NULL,'','LINE',NULL,10,'','1bf82904b50f9aca59f52b136ad8f3fe','',NULL),(5792,'en','default','336fdcf7d540e4b430a890b63da159c9','Entertainment',NULL,NULL,'','LINE',NULL,10,'','a33f846bf444b928f6913dec623cf122','',NULL),(5793,'en','default','7fa27fc427e6fe4d7dc2b81a5f0e2ade','Erase personal data list',NULL,NULL,'','LINE',NULL,10,'','25f435501d6c239fcb584b11d6b7ad52','',NULL),(5794,'en','default','f1c2d9995899470f59e2b49b50fd2e94','Erase personal data list navigation',NULL,NULL,'','LINE',NULL,10,'','38570518d1907c596af75b1da18242ff','',NULL),(5795,'en','default','ec53df17e0de67d4411242dce83322d0','Eraser array at index %d does not include a friendly name.',NULL,NULL,'','LINE',NULL,10,'','fefadec68eb114851be8832fcced63a0','',NULL),(5796,'en','default','310e7ecd610c7e2d5248b2055134aeaa','Eraser callback is not valid: %s.',NULL,NULL,'','LINE',NULL,10,'','cf015413543347fe03ce847b2ea6b0f2','',NULL),(5797,'en','default','303e7f8d475f654fc50e100f95fbd395','Eraser does not include a callback: %s.',NULL,NULL,'','LINE',NULL,10,'','c01ac6b5e5ae746fcf247d93604ac5b6','',NULL),(5798,'en','default','33118c094c0aecb19aee768c0a84c820','Eraser index cannot be less than one.',NULL,NULL,'','LINE',NULL,10,'','04024b31903a8de738e978e4ca4ac764','',NULL),(5799,'en','default','c0427539d1d785797a9cf81d67c37e9e','Eraser index is out of range.',NULL,NULL,'','LINE',NULL,10,'','98137cd814577a4e6332f6ad0a23b6d7','',NULL),(5800,'en','default','d6fa83f603ae99fcf19f2ce5794daae3','Erasing Data has failed.',NULL,NULL,'','LINE',NULL,10,'','3c324548d5b834cbc8bcca6c18ae0f1c','',NULL),(5801,'en','default','26e8dc912497466eff173c44492fa357','Erasing Data...',NULL,NULL,'','LINE',NULL,10,'','ae26d5ed9355fbbff85ff55bbb4b74e3','',NULL),(5802,'en','default','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,10,'','c53c3eec602f0862fe45a75062c25adb','',NULL),(5803,'en','default','5f80897df7d9aa6cca972e2671fc0d41','Error code: %s',NULL,NULL,'','LINE',NULL,10,'','5a622488a4830adc99840a46b8de3513','',NULL),(5804,'en','default','84147f18326e6f269ceae4832fbdedd8','Error in deleting.',NULL,NULL,'','LINE',NULL,10,'','0d883da9eddd55fc9dc0fceaf4e7bb7b','',NULL),(5805,'en','default','53c9d51f8db329e50478bf3e77e28db0','Error in displaying the widget settings form.',NULL,NULL,'','LINE',NULL,10,'','118f946b06e9f84f5fd846d14c561c1c','',NULL),(5806,'en','default','97cc617968d01e16f203dd6bae8e6e18','Error in moving to Trash.',NULL,NULL,'','LINE',NULL,10,'','92f34c1cd78b75af1b8323230183f9bc','',NULL),(5807,'en','default','d61553e90435919cfd48b02a9762925d','Error in restoring from Trash.',NULL,NULL,'','LINE',NULL,10,'','6a2babb612617ca4d87a8dfb22c0a649','',NULL),(5808,'en','default','6e20f35941a076602b5bd53502dd1cc5','Error saving media file.',NULL,NULL,'','LINE',NULL,10,'','f251b3fd853a4b1edbb037d3bf4da9f5','',NULL),(5809,'en','default','f0d270295952d0810331ea8ea18b3113','Error while saving the new email address. Please try again.',NULL,NULL,'','LINE',NULL,10,'','e13710f1a1f93909625e2d3b5a350d6f','',NULL),(5810,'en','default','d92954fd491f9bf27408d9071412f18c','Error while saving the scaled image. Please reload the page and try again.',NULL,NULL,'','LINE',NULL,10,'','fbb7dbb56531447056ca93787dc7df14','',NULL),(5811,'en','default','4664711098b699fc902e18a5c5abfa4d','Error while saving.',NULL,NULL,'','LINE',NULL,10,'','4645959f81fac9d9cf031b869f001fde','',NULL),(5812,'en','default','5158edf3491605b0b15c69c276e109c6','Error: [%1$s] %2$s',NULL,NULL,'','LINE',NULL,10,'','6a33c1729e424bd189ca6ab76817df95','',NULL),(5813,'en','default','d3d0a99752e8793c0f2891b4a0dccd7d','European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.',NULL,NULL,'','LINE',NULL,10,'','6d750ee1a6f3c7ea9e7b07ab963c68f0','',NULL),(5814,'en','default','c1fceab873ff027889064d60eaa2234f','https://wordpress.org/news/',NULL,NULL,'','LINE',NULL,10,'Events and News dashboard widget','129512c315b8d1c255f7f02876b5b0cd','',NULL),(5815,'en','default','66712369be35df169b81bbb86fd66af5','Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href=\"%1$s\">plugins</a> and <a href=\"%2$s\">themes</a> there. If you get a plugin or theme from another source, make sure to <a href=\"%3$s\">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.',NULL,NULL,'','LINE',NULL,10,'','4ab36286ecb74eeb66b406d0937fe971','',NULL),(5816,'en','default','bc1a058b9ed00f8dca3a6bfb81770bd7','Everything is running smoothly here.',NULL,NULL,'','LINE',NULL,10,'','9f76f5033b93cd3fc75f6172e2e881b8','',NULL),(5817,'en','default','eaa9c8f0693d094fa459c576994649be','Example: <code>http://wordpress.org/</code> — don’t forget the <code>http://</code>',NULL,NULL,'','LINE',NULL,10,'','9bdd938635784c6ac3d093506d08b50d','',NULL),(5818,'en','default','e675ac9706e5e263288f661d270237a5','Example: Nifty blogging software',NULL,NULL,'','LINE',NULL,10,'','f5690a7d11df5fad9a62e1263a221283','',NULL),(5819,'en','default','241a80d4b3cd8e30eded0e48a53d13e2','Excerpt View',NULL,NULL,'','LINE',NULL,10,'','2b1ebdd97e3963f7cf0ec321bb441c89','',NULL),(5820,'en','default','f79ff6c219659d9e8295baac62fad397','Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href=\"%s\">Learn more about manual excerpts</a>.',NULL,NULL,'','LINE',NULL,10,'','e706af56d8281f6f328ef22419941fa8','',NULL),(5821,'en','default','828f544af4d11efc6836ef7cde7f6aaa','Executed before Multisite is loaded.',NULL,NULL,'','LINE',NULL,10,'','cbf62b2ee8adeaaebed9b60099ba62ca','',NULL),(5822,'en','default','1397dc7c8f64fde38b7adcd6583da117','Expand Sidebar',NULL,NULL,'','LINE',NULL,10,'','9b968ebc1a33d7637c1e7524a52ac2a8','',NULL),(5823,'en','default','01a03b68c6617b9a6b649e828a7547de','Expected an array describing the eraser at index %d.',NULL,NULL,'','LINE',NULL,10,'','061f5e1740b8001d12e99a20eaa3ce4c','',NULL),(5824,'en','default','dccda5b7fbf6c8dc2a2fa84e1afd377c','Expected an array describing the exporter at index %s.',NULL,NULL,'','LINE',NULL,10,'','cdc55037f858ed63528b5154e1f60889','',NULL),(5825,'en','default','e4a802d0636632b7d5e5f4a1367f7d69','Expected data array in response array from exporter: %s.',NULL,NULL,'','LINE',NULL,10,'','d632562646b6c0e158dcb5322a5563ac','',NULL),(5826,'en','default','96595e83b5995400add5c6d90598fafa','Expected data in response array from exporter: %s.',NULL,NULL,'','LINE',NULL,10,'','b27426d4ed7452d1102eb800d85359f7','',NULL),(5827,'en','default','f6f977b3775439db567f11f2bb3ca649','Expected done (boolean) in response array from exporter: %s.',NULL,NULL,'','LINE',NULL,10,'','6c409ed49d203ceb03b85a126f54d39a','',NULL),(5828,'en','default','290092c16c6ad0908e3fa881a478d268','Expected done flag in response array from %1$s eraser (index %2$d).',NULL,NULL,'','LINE',NULL,10,'','6ceb04b6a4c7660e45d7c797e6bc9f06','',NULL),(5829,'en','default','de71bd3546fe42259205628eab0212cd','Expected items_removed key in response array from %1$s eraser (index %2$d).',NULL,NULL,'','LINE',NULL,10,'','46584ab1bd8ccf56465fdb86f8be70d1','',NULL),(5830,'en','default','8db4a435cc291af42637010f9509f7f0','Expected items_retained key in response array from %1$s eraser (index %2$d).',NULL,NULL,'','LINE',NULL,10,'','2ba66c2f4666d6da48d07bd799a41329','',NULL),(5831,'en','default','a481358b514c7f6ec3d5dda0791c908a','Expected messages key in response array from %1$s eraser (index %2$d).',NULL,NULL,'','LINE',NULL,10,'','f7bcd9e2738f69e78b5b4b9d0050309c','',NULL),(5832,'en','default','5e39a5cf99260841421afce0094949d6','Expected messages key to reference an array in response array from %1$s eraser (index %2$d).',NULL,NULL,'','LINE',NULL,10,'','6a855430372a03cb7d741e4f7ab02ab0','',NULL),(5833,'en','default','fbbb4df756d87c29bd54fb2e837451f1','Expected response as an array from exporter: %s.',NULL,NULL,'','LINE',NULL,10,'','cd72749263a928bafddcdb10a84f70ea','',NULL),(5834,'en','default','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,10,'','42c1efe2a1ef80110a7448eb43acca32','',NULL),(5835,'en','default','f7d4aa6f51e62abf84a47fa697c28db0','Export “%s” as JSON',NULL,NULL,'','LINE',NULL,10,'','cdbff2f6e8ef299bdc110c8b5c227091','',NULL),(5836,'en','default','37868b30cde88abf7fd3d0e431aa228a','Export as JSON',NULL,NULL,'','LINE',NULL,10,'','c1827ab86f233a1a0bc45fde98452939','',NULL),(5837,'en','default','9600506f91f4404736cc617d99c868e7','Export personal data list',NULL,NULL,'','LINE',NULL,10,'','f9e1eb331726c6e591b4ef713e4a5732','',NULL),(5838,'en','default','7761028330ec8f36d44b3cff9cf9e2fb','Export personal data list navigation',NULL,NULL,'','LINE',NULL,10,'','f798882a78b9d53d185153b073a5e23d','',NULL),(5839,'en','default','44e2a45eb9cb119cc8387ce16c4557c5','Exporter array at index %s does not include a friendly name.',NULL,NULL,'','LINE',NULL,10,'','7ee1d86515bc5755f04a8a4faf1984f9','',NULL),(5840,'en','default','edd4cbfdf3846f36244011a26293956f','Exporter callback is not a valid callback: %s.',NULL,NULL,'','LINE',NULL,10,'','2a14a9adf632a210906908c7b36ece75','',NULL),(5841,'en','default','ae855eef8060b07b780259668adf243a','Exporter does not include a callback: %s.',NULL,NULL,'','LINE',NULL,10,'','b7cd20eee2e7d9008d3994571c4e6869','',NULL),(5842,'en','default','b08fe9c8456f2641ba2e86db94cfa080','Exporter index cannot be negative.',NULL,NULL,'','LINE',NULL,10,'','c1bcf06579527827710475b157eb5385','',NULL),(5843,'en','default','5d7668e351b754171ce34b163cf8d500','Exporter index is out of range.',NULL,NULL,'','LINE',NULL,10,'','330966c9986281c97c88defff0ede8f1','',NULL),(5844,'en','default','63e4e92bb7d207ca577b11c07f827279','Extension',NULL,NULL,'','LINE',NULL,10,'','881de45a5b61f1ed584007f17da24a6a','',NULL),(5845,'en','default','d3fcd953b9ee106fc4522c3fc39af3fe','External Libraries',NULL,NULL,'','LINE',NULL,10,'','689fe92eb73376163230898995dfd6c9','',NULL),(5846,'en','default','512ab937807261d3e293e2c61b79ac07','External object cache.',NULL,NULL,'','LINE',NULL,10,'','18ef17a7c9d707fea344a6322a1b3919','',NULL),(5847,'en','default','d4a11c609f01305b0ed243030479d976','FAILED: %s',NULL,NULL,'','LINE',NULL,10,'','343fe47acce1a240c9799b0c715f09b9','',NULL),(5848,'en','default','1d5e901bfcc630ba08c12596098fc94b','FAILED: WordPress failed to update to %s',NULL,NULL,'','LINE',NULL,10,'','12453d11cd172517af76096d7a3f2242','',NULL),(5849,'en','default','c728a49363c9a93a43a7e7f232b5a54a','FTP',NULL,NULL,'','LINE',NULL,10,'','48bd2628bbf7a754a7b5c0b622482c53','',NULL),(5850,'en','default','f776d3d880c98f9b75306bee39dda62d','FTP Password',NULL,NULL,'','LINE',NULL,10,'','9a9077ba74ad5d73ec8d55c49b35b71e','',NULL),(5851,'en','default','1dfcbc57d26b470f2fc928894d5dd437','FTP Username',NULL,NULL,'','LINE',NULL,10,'','9f4b4af1dc812c83a7a8eae930f8212a','',NULL),(5852,'en','default','b38c55a9dddafa292cd05de365308ca0','FTP hostname is required',NULL,NULL,'','LINE',NULL,10,'','4dd84b9c707e3fa06f8bd7ddb6cf8894','',NULL),(5853,'en','default','bded914326df6597e1c45a60be6b9807','FTP password is required',NULL,NULL,'','LINE',NULL,10,'','70b5c15c47d5549f4d114631cc5215dd','',NULL),(5854,'en','default','8101649ef2cc905ad50828cb75bc9f2f','FTP username is required',NULL,NULL,'','LINE',NULL,10,'','46f5da81d90324b720f87aa9cb5a6b8a','',NULL),(5855,'en','default','742f420f978484b2c80288fbbcf639e9','FTP/SSH Password',NULL,NULL,'','LINE',NULL,10,'','cdb8baf099db416b3444f4f04a5d43c4','',NULL),(5856,'en','default','0b4222525f4eec9929f4d8ffc43040da','FTP/SSH Username',NULL,NULL,'','LINE',NULL,10,'','c5dabdb687c6f4974cc1ee4482271eb9','',NULL),(5857,'en','default','2cf05d0edefb1db534430ebe0f5a8ab9','FTPS (SSL)',NULL,NULL,'','LINE',NULL,10,'','851a2cd8ce93a32041192e5ad78a9358','',NULL),(5858,'en','default','73a5662e350c6e87afad1848cc97d0b7','Failed to connect to FTP Server %s',NULL,NULL,'','LINE',NULL,10,'','7e447ea11ec5cb6167efc8a212ff29c3','',NULL),(5859,'en','default','82a1e9e4c980a01338c5c1c41a2faed5','Failed to connect to SSH2 Server %s',NULL,NULL,'','LINE',NULL,10,'','03832b440e146266de8d2011989347be','',NULL),(5860,'en','default','519d88fc5737791ad5e1851497d14090','Failed to initialize a SFTP subsystem session with the SSH2 Server %s',NULL,NULL,'','LINE',NULL,10,'','a24ed196d98eb09eaa2daeb2b9e30dfa','',NULL),(5861,'en','default','bcee11fd098cd68b5ab7b944e954cece','Failed to optimize the %1$s table. Error: %2$s',NULL,NULL,'','LINE',NULL,10,'','ad784129fbf7337fb28488a79c3f8952','',NULL),(5862,'en','default','5f783aa48f34a68337db88e0060afcd0','Failed to repair the %1$s table. Error: %2$s',NULL,NULL,'','LINE',NULL,10,'','49b48010bce585a90a71fdc989e794d4','',NULL),(5863,'en','default','93252348cf3a42ca5e38b70d5f866d33','Failed to write file to disk.',NULL,NULL,'','LINE',NULL,10,'','21362c23192f3a58dfa2dcce9f28c689','',NULL),(5864,'en','default','3f1c0de1230a7f3710421dc1f5db6873','Feature Filter',NULL,NULL,'','LINE',NULL,10,'','a1ca8deb29b5c018efd04c2c05f04937','',NULL),(5865,'en','default','a3aecaaec8eb624fdd1e15c4e2e3b899','Featured Image Header',NULL,NULL,'','LINE',NULL,10,'','52488fe10909cbd4813783418dd12e35','',NULL),(5866,'en','default','3a5ea7b59d5232398c5a97cf6ac66d63','Featured Images',NULL,NULL,'','LINE',NULL,10,'','13727029d8174be385efe99f1e682634','',NULL),(5867,'en','default','98f770b0af18ca763421bac22b4b6805','Features',NULL,NULL,'','LINE',NULL,10,'','49938a404e6895f095d61a35c0f68b7c','',NULL),(5868,'en','default','b3d2db69feecaedff30f1e0bc60206d6','File URL',NULL,NULL,'','LINE',NULL,10,'','6be6c29f19fdb8639bbc3581fdbccaac','',NULL),(5869,'en','default','68a13f81ff92364a0a3e8c19a7d2f2d7','File URL:',NULL,NULL,'','LINE',NULL,10,'','b3fd25872ce6188f464ea0350d60b64d','',NULL),(5870,'en','default','6446290916f8bdfa3a0f62f6b371e2ad','File edited successfully.',NULL,NULL,'','LINE',NULL,10,'','e667503d0f742d9c63288becf1d463f7','',NULL),(5871,'en','default','6632ed7e23d007f7a7115a6f2eacd416','File is empty. Please upload something more substantial.',NULL,NULL,'','LINE',NULL,10,'','1a83139f84ac13ee7246928d4a3aaf3f','',NULL),(5872,'en','default','07779d6db78ca567ece8f17f6da4b46d','File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.',NULL,NULL,'','LINE',NULL,10,'','27b133c686eca8ee4388dba5ff3af4f9','',NULL),(5873,'en','default','361e040fc0355a657b76e6727118e6e9','File upload stopped by extension.',NULL,NULL,'','LINE',NULL,10,'','6c0fa666d771be9f81ab2e2c05a7cb62','',NULL),(5874,'en','default','ca546afac910dac5ba1205d3dbcd8588','Files in the %s directory are executed automatically.',NULL,NULL,'','LINE',NULL,10,'','21046e1ec72c03f20bcfca6a9e67b0f3','',NULL),(5875,'en','default','f5888a9f0a6acc029ea4fbf10569978c','Files of this type are not editable.',NULL,NULL,'','LINE',NULL,10,'','6a1a8391c0cfd452027373ba20ce5fea','',NULL),(5876,'en','default','ff5096cd42af0498d1cf6b80f065cc95','Filesystem Permissions',NULL,NULL,'','LINE',NULL,10,'','09c3f95e6d6d0f264c439c86f84eade4','',NULL),(5877,'en','default','f6aac641f440908c21b28cfc36141249','Filesystem error.',NULL,NULL,'','LINE',NULL,10,'','74593805d830b844bbeb66bf509c57f2','',NULL),(5878,'en','default','00487b9bb507041c8b2821b8ae08694b','Fill in the Menu Name and click the Create Menu button to create your first menu.',NULL,NULL,'','LINE',NULL,10,'','b3ad66f4bb0b99e3d31ae940ba4d0e26','',NULL),(5879,'en','default','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'','LINE',NULL,10,'','0de86675c2f654e4a032d2f5945cb9dd','',NULL),(5880,'en','default','e4b6e1bb3f89068c28717453d1cf65f4','Filter »',NULL,NULL,'','LINE',NULL,10,'','25a302d57ac58d4809a9f814dfbb6ed5','',NULL),(5881,'en','default','42d00bc24fd43cfe3e2e30d01f39ee95','Filter by category',NULL,NULL,'','LINE',NULL,10,'','473d648331018ac18f0a33ac0967b160','',NULL),(5882,'en','default','141c943619fa1c18e3421426ee0dc1aa','Filter by comment type',NULL,NULL,'','LINE',NULL,10,'','8e917dd6e4533a3a0114a7cfd16e03b1','',NULL),(5883,'en','default','d8a8c25c0bc36a4fdd3642517a91446c','Filter by post format',NULL,NULL,'','LINE',NULL,10,'','a07a709aed6dd50b89f2d8b88ed1c68d','',NULL),(5884,'en','default','5381e9f96a33e1440a8437a3b8b732ca','Filter comments list',NULL,NULL,'','LINE',NULL,10,'','7e48e00d56c926e35b92cdd1f55d8923','',NULL),(5885,'en','default','2c19849472109a84bf0f793301868a6e','Filter erase personal data list',NULL,NULL,'','LINE',NULL,10,'','2dafebbcb901c826f48328f440fe7e74','',NULL),(5886,'en','default','49faaff2f5b128361668c12fe342b0b4','Filter export personal data list',NULL,NULL,'','LINE',NULL,10,'','7161c92e344113fecc27c3a41d5fc4a5','',NULL),(5887,'en','default','189092207885f91a6661e26a639bf852','Filter items list',NULL,NULL,'','LINE',NULL,10,'','764f665fc59bc658aa0a49a5fd3c70bd','',NULL),(5888,'en','default','d8542ea01968dc9b5b93d3795735392c','Filter media items list',NULL,NULL,'','LINE',NULL,10,'','d77e4a8640b4a3f11b7717fb048d8dff','',NULL),(5889,'en','default','7452843f6b0efb66d0daf7d2da216610','Filter plugins list',NULL,NULL,'','LINE',NULL,10,'','8dc4d5465d431eba33ad3476137c580d','',NULL),(5890,'en','default','5571aa8531773e45750ad12848facd09','Filter themes list',NULL,NULL,'','LINE',NULL,10,'','6df5c90a212169d9b0061eadf6c55d21','',NULL),(5891,'en','default','13293ea4aaa909b5e04e14fa847668b5','Filter users list',NULL,NULL,'','LINE',NULL,10,'','0aebdf8ede9cf0a742ca3edf6b8d1184','',NULL),(5892,'en','default','8cbed73cfdb68a04d48280580d3afbec','Filtering by:',NULL,NULL,'','LINE',NULL,10,'','9b958561621c12a5d8b48f553a7e617a','',NULL),(5893,'en','default','990be131634e407e5451f939226e7e60','Find Themes',NULL,NULL,'','LINE',NULL,10,'','d75a361a931ea5ec6c620b1930053097','',NULL),(5894,'en','default','8dd2785d3272a6542c2c6a73eb86a03f','Find a theme based on specific features.',NULL,NULL,'','LINE',NULL,10,'','10d177e781d09177c7c2ad97c75e0610','',NULL),(5895,'en','default','bc910f8bdf70f29374f496f05be0330c','First Name',NULL,NULL,'','LINE',NULL,10,'','a445a0288ab5e0e54eb0c78ba7f4db40','',NULL),(5896,'en','default','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,10,'','4550e0aaa3c5bc4149e4b3df02911ef9','',NULL),(5897,'en','default','00c77fa1672629fb03a1562ca053ec44','Flip horizontally',NULL,NULL,'','LINE',NULL,10,'','c4b5b2421034c07f79ad9fedddf7cced','',NULL),(5898,'en','default','9e0f97ca38e0d74e484a1d4692287b6d','Flip vertically',NULL,NULL,'','LINE',NULL,10,'','2d13a00cc3aaa7d84bfa7bbe4118012c','',NULL),(5899,'en','default','1e6d57e813355689e9c77e947d73ad8f','From:',NULL,NULL,'','LINE',NULL,10,'Followed by post revision info','be35dd89d1d349a950e0df199fdbb8d3','',NULL),(5900,'en','default','33caa076f23f453dd4061726f3706325','To:',NULL,NULL,'','LINE',NULL,10,'Followed by post revision info','58a88e0640975a6156cb11917f290810','',NULL),(5901,'en','default','614adc8c0f0f72ef1192968ea945c510','Food & Drink',NULL,NULL,'','LINE',NULL,10,'','42bfa19726a8f97db183d518847d4e3e','',NULL),(5902,'en','default','144ce75f656f8b044d8d73920d040a7d','Footer Widgets',NULL,NULL,'','LINE',NULL,10,'','402251f9d291a0aff6e3d0023cec3a73','',NULL),(5903,'en','default','a67064d5d76833040d0fc4d452db45dc','For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Look Up takes you to a web page with reference material about that particular function.',NULL,NULL,'','LINE',NULL,10,'','8681538f37d1a74d17a24d01c81d0b6d','',NULL),(5904,'en','default','57a35be1a2291bb79eb6fb48d4fdd9c4','For each article in a feed, show',NULL,NULL,'','LINE',NULL,10,'','b1d6260fbb5aeb0dbb148a217033de23','',NULL),(5905,'en','default','ec3b4d4004379cce2d3894a89eb2c19a','For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.',NULL,NULL,'','LINE',NULL,10,'','efdea5ed6ea251bbe2cbd4857740629b','',NULL),(5906,'en','default','4808b45295ba373d947b1407e34c31c7','For more information, see <a href=\"%s\">the release notes</a>.',NULL,NULL,'','LINE',NULL,10,'','cfb669095c507168e163c1bc7a288762','',NULL),(5907,'en','default','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'','LINE',NULL,10,'','a9d3d49c9ca9a29198e51259c1dc87e6','',NULL),(5908,'en','default','709be5550bb4bec6b6dd632c66fb75b1','For more on version %s, see the About WordPress screen:',NULL,NULL,'','LINE',NULL,10,'','54ba29ad91221c275d36dd9fc366d81f','',NULL),(5909,'en','default','7df8c03809c80a271f542c76f62d1d25','For most themes, the header text is your Site Title and Tagline, as defined in the <a href=\"%1$s\">General Settings</a> section.',NULL,NULL,'','LINE',NULL,10,'','82077081f37f84dc1106cdd57eb80624','',NULL),(5910,'en','default','8a9f8ce95fbcd456affde59d95cb711d','For optimal performance and security reasons, we recommend running %1$s version %2$s or higher. Contact your web hosting company to correct this.',NULL,NULL,'','LINE',NULL,10,'','0338cdd51a941acf99da57531306adf1','',NULL),(5911,'en','default','522aadf23f305abae106a83bf430576e','For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.',NULL,NULL,'','LINE',NULL,10,'','e72f6eaabce2f1292d15c25394db0b83','',NULL),(5912,'en','default','32e5f7255250a5e23f4672a6f164bdc7','For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.',NULL,NULL,'','LINE',NULL,10,'','87ca0cc0d960d1d6488de47b7a94c570','',NULL),(5913,'en','default','0f2a74a68fbc55005a4f832eac5f736c','Force Erase Personal Data',NULL,NULL,'','LINE',NULL,10,'','214efdb6d1dbfb688de83367dd162f41','',NULL),(5914,'en','default','b0886cfc4517b4720bc5c4a46f630ad1','Force Erase has failed.',NULL,NULL,'','LINE',NULL,10,'','4f5f3f08787714d555bc61c30456efee','',NULL),(5915,'en','default','d0a467da1b045cff8ba333833df858bd','Found %s',NULL,NULL,'','LINE',NULL,10,'','bf1b0dc605177d7b335a12b8bfc9139e','',NULL),(5916,'en','default','593be3dec04ff3d1d666281967865cf8','Four Columns',NULL,NULL,'','LINE',NULL,10,'','5eef6e0430aeb2d53a95f2d2525db96a','',NULL),(5917,'en','default','8715b7583c459ee5dc3f3d70b285ebf6','Freedoms',NULL,NULL,'','LINE',NULL,10,'','dffa2057378de9653ed1a2a91566d92a','',NULL),(5918,'en','default','209d7be5834d10888bc05b488d6965a4','From %1$s %2$s',NULL,NULL,'','LINE',NULL,10,'','bd7d11f94bae428a505de69066df2074','',NULL),(5919,'en','default','1edf77856d373ce2631ac64ab2427e2e','From %1$s on %2$s %3$s',NULL,NULL,'','LINE',NULL,10,'','d18e50ae786b7790146a41954f55428e','',NULL),(5920,'en','default','cc934929bfef116031641e0073098d92','From Computer',NULL,NULL,'','LINE',NULL,10,'','4a0f878db2dcc45973906d1e15870e06','',NULL),(5921,'en','default','d62c15b91db07f46b5598268755a9d1d','From URL',NULL,NULL,'','LINE',NULL,10,'','40a44125a56d5af56b358a89c14b22ad','',NULL),(5922,'en','default','df96376e30732dbaf472508bddc9046a','From this screen you can review, compare, and restore revisions:',NULL,NULL,'','LINE',NULL,10,'','1f43a1dd93380c4920caad36bcf3042e','',NULL),(5923,'en','default','e55f8cc8fd22b7b8050487b7a3e72591','From this screen you can:',NULL,NULL,'','LINE',NULL,10,'','3611d1e9c61525efd74a0ca84d3e6a35','',NULL),(5927,'en','default','977d3761dc30d8b2da72d69d63379d56','From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version of WordPress you are using, and a list of installed plugins and themes.',NULL,NULL,'','LINE',NULL,10,'','fda58796bf1ca096447dd90e772e5638','',NULL),(5928,'en','default','7612c0b50754aa23325448056f7f1ec1','Front Page',NULL,NULL,'','LINE',NULL,10,'','a3a33c5926342e911fde7822f2c949eb','',NULL),(5929,'en','default','f807a8a514721cc90e9dec46549026b8','Full URL path to files',NULL,NULL,'','LINE',NULL,10,'','15ca619f6367166f5ecb5d77e93521a1','',NULL),(5930,'en','default','6a83cf8558327ec08b7ffca33ddb0afe','Full Width Template',NULL,NULL,'','LINE',NULL,10,'','8d671c3ff9ddfc8ca62ea219f499075d','',NULL),(5931,'en','default','142b38d73ecdd12a19fe53a206e4c734','Full text',NULL,NULL,'','LINE',NULL,10,'','c09327904123addd6cd736c1456f08d2','',NULL),(5932,'en','default','a4f3c0bd49a3ccc21bc3ae6e85ad0605','Function Name…',NULL,NULL,'','LINE',NULL,10,'','9effa85fcbe64c02a3e6b3b6c39db03b','',NULL),(5933,'en','default','8e41a30d57b32ffdd904941381136edf','Future security updates will be applied automatically.',NULL,NULL,'','LINE',NULL,10,'','12db9ed69db097bf105f2574e070bbc6','',NULL),(5934,'en','default','1b35997f28f9c5f589e0363563ad3421','G — Suitable for all audiences',NULL,NULL,'','LINE',NULL,10,'','549e9176326ced6045b1e67972c2bb10','',NULL),(5935,'en','default','79cba1185463850dedba31f172f1dc5b','GB',NULL,NULL,'','LINE',NULL,10,'','85c58905281eb6287daa2d3f93c0c79e','',NULL),(5936,'en','default','6990112610cead3fdcba1d2f6c8688b4','GD version',NULL,NULL,'','LINE',NULL,10,'','eba854f1a48a38cc4bddda4c6234c0ce','',NULL),(5937,'en','default','8b6790f0f084d9bc24b9a2cda1feeb0d','Gallery (%s)',NULL,NULL,'','LINE',NULL,10,'','b43c5bbe9e8ac32630d4eb694038edde','',NULL),(5938,'en','default','4f4aaaea697606005aefc74f9c815f4d','Gallery columns:',NULL,NULL,'','LINE',NULL,10,'','c3952578382fbfbef37cbf562d236748','',NULL),(5939,'en','default','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'','LINE',NULL,10,'','a133f68ecc6a9bb928b4ba4d87153d5e','',NULL),(5940,'en','default','57a1065e8326c828afaf21b186fba9a1','Generate Password',NULL,NULL,'','LINE',NULL,10,'','67931e0bb5773619848af8d294591dd1','',NULL),(5941,'en','default','a7ca293f0ff870bd0b2b8947f6572056','Genre: %s.',NULL,NULL,'','LINE',NULL,10,'','033bad5c770913099fad77c21d63fe55','',NULL),(5942,'en','default','03be5a5143ba2571f1be5685ce1fb01b','Get Favorites',NULL,NULL,'','LINE',NULL,10,'','806c10745ff9f0b556cb71e5d8248599','',NULL),(5943,'en','default','1a4c5cf601ddbd2c8fbb9aa556e6cb6c','Get Shortlink',NULL,NULL,'','LINE',NULL,10,'','8eccc4730bbdd648a5880390b5fc439d','',NULL),(5944,'en','default','e0c4332e8c13be976552a059f106354f','Get Started',NULL,NULL,'','LINE',NULL,10,'','db0382f1cbc9f6ccb6137de2ed374d78','',NULL),(5945,'en','default','d2e8ca7ca8508f15e26e7964e99a8fb1','Get Version %s',NULL,NULL,'','LINE',NULL,10,'','19b9936c1d8f4f5ec57f77123c7c8577','',NULL),(5946,'en','default','27bc20c4b0d48614b61f3f95e6ff147b','Get help resolving this issue.',NULL,NULL,'','LINE',NULL,10,'','b7beae67afd4577c8815d9d63f3587af','',NULL),(5947,'en','default','04a3f35f4fc143955609b52e248f455f','Ghostscript version',NULL,NULL,'','LINE',NULL,10,'','8381ec21d4d71ca9c16d63de7a756dea','',NULL),(5948,'en','default','7ff3217ad7208e5fec56cb1e1e466719','Give your menu a name, then click Create Menu.',NULL,NULL,'','LINE',NULL,10,'','c30ace991bda9118e2de7bc06f587982','',NULL),(5949,'en','default','9a51a007b33a46e553def6423aad8648','Global Settings',NULL,NULL,'','LINE',NULL,10,'','e1d7f1f41b1894b75f0fb6874fc12a6a','',NULL),(5950,'en','default','d19e8ab738bcb64f6c960a6ee116b3b5','Go to Dashboard',NULL,NULL,'','LINE',NULL,10,'','89e285cf347b35a7c001d7d91a60cd69','',NULL),(5951,'en','default','2e67d78426f90dd1a3cfbd9b8bdb0897','Go to Dashboard → Home',NULL,NULL,'','LINE',NULL,10,'','0a63d89382cd7d951f7bd084540ae67a','',NULL),(5952,'en','default','c9cdeb948d22145d096417e1b7ce0848','Go to the Plugins screen',NULL,NULL,'','LINE',NULL,10,'','4d6870fd9f9ca5dc698df95bfd2d882e','',NULL),(5953,'en','default','d0875f53490011afd8e397c8b2c47b46','Go to the Themes screen',NULL,NULL,'','LINE',NULL,10,'','c8b9340daf972ba9b92c66a58d2de372','',NULL),(5954,'en','default','b1f28ac73f27a93a5d85f0527b476f7d','Grant this user super admin privileges for the Network.',NULL,NULL,'','LINE',NULL,10,'','cd4bc4610f796b2b69611681128887b9','',NULL),(5955,'en','default','e44f5b9a85f898e8f8fcb4b9599fe397','Gravatar Logo',NULL,NULL,'','LINE',NULL,10,'','02c0c45a150b7c8ce1b9c5e4621b18d0','',NULL),(5956,'en','default','9148d2894b2fc08246ecfdf9550be655','Great job!',NULL,NULL,'','LINE',NULL,10,'','85497e57129339b7b8f4a466352155cb','',NULL),(5957,'en','default','923f3e8bc67359c18ca688bc412933c3','Grid Layout',NULL,NULL,'','LINE',NULL,10,'','2bcda63a93a777a3175fd3204e07f467','',NULL),(5958,'en','default','12191572d670b540a3e66ac2511e17ea','HTTP Requests',NULL,NULL,'','LINE',NULL,10,'','8e50f25d882dcd9c18bb28838266ce2a','',NULL),(5959,'en','default','3a2908632ee935dec63f91a95e0c173d','HTTP requests are blocked',NULL,NULL,'','LINE',NULL,10,'','5189d88d836cb7d446794ec8d39c100b','',NULL),(5960,'en','default','136d12c85effcb535f7b7ed778592b20','HTTP requests are partially blocked',NULL,NULL,'','LINE',NULL,10,'','728321e5e895764e34c13d8f1d7a2657','',NULL),(5961,'en','default','ccb6039a23e1573e3555f94118b45eb0','HTTP requests have been blocked by the %1$s constant, with some hosts whitelisted: %2$s.',NULL,NULL,'','LINE',NULL,10,'','4a68685f238bfa8e4015b84f73c03e52','',NULL),(5962,'en','default','251fe4b6a329d4e2ab67921dca3ddf4e','HTTP requests have been blocked by the %s constant, with no allowed hosts.',NULL,NULL,'','LINE',NULL,10,'','a0f5d83bec7223c6606ab59ccf75f6ef','',NULL),(5963,'en','default','c0920ea556670bbc1f5c5b39d80d882b','HTTP requests seem to be working as expected',NULL,NULL,'','LINE',NULL,10,'','0eec4a249882a6ebd83f1ff96ad89dd9','',NULL),(5964,'en','default','74a1cc78311315334dcbda1d50c0ae63','HTTPS status',NULL,NULL,'','LINE',NULL,10,'','0a61ac31cf38e06664a8ece7417438b6','',NULL),(5965,'en','default','814dced0a3426beb06c3f48c9c8962e1','Have a default theme available',NULL,NULL,'','LINE',NULL,10,'','7b63e1a84217770055f6dcabcf1a24cd','',NULL),(5966,'en','default','c994e942a74632f42cc7c6a620cb4170','Header Text',NULL,NULL,'','LINE',NULL,10,'','f5daf8fcabdb52274caab0288050be8b','',NULL),(5967,'en','default','5bb98654c945f306982cf279870dfc98','Header updated. <a href=\"%s\">Visit your site</a> to see how it looks.',NULL,NULL,'','LINE',NULL,10,'','1f564f509895672e43d8a75fd19a3bd4','',NULL),(5968,'en','default','40499d0ffd90e6885388ad2284c89dcd','Heads up!',NULL,NULL,'','LINE',NULL,10,'','e4ba694111359127411e50ac3d108487','',NULL),(5969,'en','default','ad50ce085f737d661f4d39aeec4dbb39','Hello Dolly',NULL,NULL,'','LINE',NULL,10,'','046216a5461cb1e980fc0dacd6dcba5f','',NULL),(5970,'en','default','86fb269d190d2c85f6e0468ceca42a20','Hello world!',NULL,NULL,'','LINE',NULL,10,'','b87925f33e0399a1e54cc80b010e6776','',NULL),(5971,'en','default','70febc419840ffab3c91c81e9134e375','Hello,',NULL,NULL,'','LINE',NULL,10,'','729a5a292a5a95908eeee4a76b4be99b','',NULL),(5972,'en','default','87f30a98fa31bb1fe8a78447ec3f5e34','Here is a basic overview of the different user roles and the permissions associated with each one:',NULL,NULL,'','LINE',NULL,10,'','ea3aee4a8d9f78f391f56d57b3bed8d1','',NULL),(5973,'en','default','0fe26287994e5dae9bd091faac4fae53','Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)',NULL,NULL,'','LINE',NULL,10,'','8b149ecb0093cc6559bb2f7dfd7d54dc','',NULL),(5974,'en','default','ee91017fe7a4cc9b4333da358e588aa9','Hi,\\n\\nYou\'ve been invited to join \'%1$s\' at\\n%2$s with the role of %3$s.\\n\\nPlease click the following link to confirm the invite:\\n%4$s',NULL,NULL,'','LINE',NULL,10,'','d4876ba096c07aa8081458f92bc94090','',NULL),(5975,'en','default','70ae84df390289b9f5e48c030cf22243','Hi,\\nYou\'ve been invited to join \'%1$s\' at\\n%2$s with the role of %3$s.\\nIf you do not want to join this site please ignore\\nthis email. This invitation will expire in a few days.\\n\\nPlease click the following link to activate your user account:\\n%%s',NULL,NULL,'','LINE',NULL,10,'','b693391520cf4da4545dfc5835c67d62','',NULL),(5976,'en','default','217a6b7bca7819c98022a4675e08085b','Hi, this is a comment.\\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',NULL,NULL,'','LINE',NULL,10,'','394c99f6103e43ed8c5f613f492b8aaa','',NULL),(5977,'en','default','0cd2d805f81587d8ac465daede835ccd','Hide hidden updates',NULL,NULL,'','LINE',NULL,10,'','ee611c51e4a47518607303fe2694fb1e','',NULL),(5978,'en','default','620c3a0bf21d7c3a0c3823e7d80684cf','Hide this update',NULL,NULL,'','LINE',NULL,10,'','5671af41cdd76c8956254341b041e241','',NULL),(5979,'en','default','b7feca315bc97daecd520ee8864eea1f','Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)',NULL,NULL,'','LINE',NULL,10,'','615b29788d25f8f4b30be930264b4102','',NULL),(5980,'en','default','84b8343a7057dcab0a7c7acb6dd4862e','Holiday',NULL,NULL,'','LINE',NULL,10,'','72ea0d3b91662bf9754041362632d64d','',NULL),(5981,'en','default','7ce3183f94851606d3fa85d2722616fa','Home URL',NULL,NULL,'','LINE',NULL,10,'','1f9c20212d26a3cb433569266314b3ec','',NULL),(5982,'en','default','5beb4c2f1ff186ccfcce1eff8b771761','Homepage: %s',NULL,NULL,'','LINE',NULL,10,'','75a6181a434db32c432f6ca164945f9c','',NULL),(5983,'en','default','c8f4b8c435b3d99a66e1b91bec60737c','Hostname',NULL,NULL,'','LINE',NULL,10,'','2e7a4c2c83c07864bef1bdf957860a69','',NULL),(5984,'en','default','8c6da47c770c7fba0d471e56e4ea17cb','Hover or tap to see Activate and Live Preview buttons',NULL,NULL,'','LINE',NULL,10,'','1e888a7feab476eef0032f48e613b85e','',NULL),(5985,'en','default','324a8e205fd6e1ed56142378c52931a8','Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:',NULL,NULL,'','LINE',NULL,10,'','fec1189b4b1f2a26e07f6552c036bacd','',NULL),(5986,'en','default','40aa7c670adcc53d50a2eb0d9f434b57','Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:',NULL,NULL,'','LINE',NULL,10,'','6f27db27336dac372eb7553c49122b5b','',NULL),(5987,'en','default','632c0917647dd5a8d9d2d13fd0a50715','Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.',NULL,NULL,'','LINE',NULL,10,'','23728fec8d33e5d227e28bc54683c37a','',NULL),(5988,'en','default','719a276cdff21fb86344c5e71684c4bc','How long we retain your data',NULL,NULL,'','LINE',NULL,10,'','84aa09d46aa51e6e1bf91dec8d05e034','',NULL),(5989,'en','default','c6701576b0781a015b3e4de713ec1078','How to Update',NULL,NULL,'','LINE',NULL,10,'','a9e00d6f73298647183d6dad93001f27','',NULL),(5990,'en','default','eedb81c7ccdd675c82430eb4d06bcec2','How we protect your data',NULL,NULL,'','LINE',NULL,10,'','e8cfa9664384947b51997f82809ceab5','',NULL),(5991,'en','default','83218ac34c1834c26781fe4bde918ee4','Welcome',NULL,NULL,'','LINE',NULL,10,'Howdy','38b4afe159bbb459ecb755ceb6025d61','',NULL),(5992,'en','default','c225085d6572d117fe4d677b76e52312','Howdy ###USERNAME###,\\n\\nYou recently clicked the \'Delete Site\' link on your site and filled in a\\nform on that page.\\n\\nIf you really want to delete your site, click the link below. You will not\\nbe asked to confirm again so only click this link if you are absolutely certain:\\n###URL_DELETE###\\n\\nIf you delete your site, please consider opening a new site here\\nsome time in the future! (But remember your current site and username\\nare gone forever.)\\n\\nThanks for using the site,\\nWebmaster\\n###SITE_NAME###',NULL,NULL,'','LINE',NULL,10,'','6f2fbe189c44ab8d50a5c0dfd718502f','',NULL),(5993,'en','default','6ac9551847a5df4e8a6ce78dcea1ae5b','Howdy ###USERNAME###,\\n\\nYou recently requested to have the administration email address on\\nyour site changed.\\n\\nIf this is correct, please click on the following link to change it:\\n###ADMIN_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','f8d4ed8542927878c766489d9084fda3','',NULL),(5994,'en','default','6df497141294a21767ee39060b813331','Howdy! Your site at %1$s has been updated automatically to WordPress %2$s.',NULL,NULL,'','LINE',NULL,10,'','4306b2d6e77cb1136bb70913a0645764','',NULL),(5995,'en','default','aa5da9e4a780bbdb0c340ce833c86d7b','Howdy,\\n\\nYour request for an export of personal data has been completed. You may\\ndownload your personal data by clicking on the link below. For privacy\\nand security, we will automatically delete the file on ###EXPIRATION###,\\nso please download it before then.\\n\\n###LINK###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'','LINE',NULL,10,'','1c2aa9f43567a968900f1c907fb5ccfb','',NULL),(5996,'en','default','60d97f3583f770229990ed5aeffaeb96','However, it is your responsibility to use those resources correctly, to provide the information that your Privacy Policy requires, and to keep that information current and accurate.',NULL,NULL,'','LINE',NULL,10,'','9f68c1ce495b76c67c63a4680e89b0de','',NULL),(5997,'en','default','c3eb5c3b9018d75cb7032deb99fe43e9','I understand',NULL,NULL,'','LINE',NULL,10,'','e61852452bcf81c58f9a08188d682c36','',NULL),(5998,'en','default','9b2d6dacdbdba224f9f7dc6c968ab5a3','I\'m sure I want to permanently disable my site, and I am aware I can never get it back or use %s again.',NULL,NULL,'','LINE',NULL,10,'','7aae030e06866a2b0f67963e6c2383f9','',NULL),(5999,'en','default','4a926cbb9786f9f4675219399a94117c','ID #%1$s: %2$s',NULL,NULL,'','LINE',NULL,10,'','ae9c27136845d60ba1e5f5743ba422f9','',NULL),(6000,'en','default','5f4b530b469120e9be0cf59f0d3dc0ee','ID #%1$s: %2$s <strong>Sorry, you are not allowed to remove this user.</strong>',NULL,NULL,'','LINE',NULL,10,'','182ebe73f6a20949b0a98b94cbbe8194','',NULL),(6001,'en','default','9a46cd4d76954006e65738f28615c79d','ID #%1$s: %2$s <strong>The current user will not be deleted.</strong>',NULL,NULL,'','LINE',NULL,10,'','19d360fdc861b80fb3f89c3ad89ffdb6','',NULL),(6002,'en','default','73b306231571285f343a324fc21e2242','Identicon (Generated)',NULL,NULL,'','LINE',NULL,10,'','3c8089a94f4a20179544b8d161592bb9','',NULL),(6003,'en','default','f0b044a6cf173afd1a33d8b2ccb31307','If a media file has not been attached to any content, you will see that in the Uploaded To column, and can click on Attach to launch a small popup that will allow you to search for existing content and attach the file.',NULL,NULL,'','LINE',NULL,10,'','1971f6ac2a430e12344f4e1c23130b14','',NULL),(6004,'en','default','413ea0a127a3a100b83ec95eacabc6c3','If an update is available, you᾿ll see a notification appear in the Toolbar and navigation menu.',NULL,NULL,'','LINE',NULL,10,'','27b11d9c8aed915251b6af3836623b77','',NULL),(6005,'en','default','6f363b449d599453089e76b5b75a84d2','If desired, WordPress will automatically alert various services of your new posts.',NULL,NULL,'','LINE',NULL,10,'','fbbda771c29199a924ff990070d6e9ef','',NULL),(6006,'en','default','f729908be92047ec1a286f75adf9deac','If for any reason this automatic file creation doesn’t work, don’t worry. All this does is fill in the database information to a configuration file. You may also simply open %1$s in a text editor, fill in your information, and save it as %2$s.',NULL,NULL,'','LINE',NULL,10,'','ad8149092455db3ba2b501ed0ccb8bd3','',NULL),(6007,'en','default','37a24e605a3cda57698e531f125740bc','If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.',NULL,NULL,'','LINE',NULL,10,'','b9b8f473d110eff046e9836bde623ed6','',NULL),(6008,'en','default','1dca8bf32d5cff060d7121ae1eb92dfb','If the importer you need is not listed, <a href=\"%s\">search the plugin directory</a> to see if an importer is available.',NULL,NULL,'','LINE',NULL,10,'','1d1e3e79250e432f39f301f281556562','',NULL),(6009,'en','default','6d97a8f754ce990eb3882f525df23c36','If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out <a href=\"http://gmpg.org/xfn/\">XFN</a>.',NULL,NULL,'','LINE',NULL,10,'','c1fa83f4e76e574cfcce7b451bc32d30','',NULL),(6010,'en','default','1433ef9097a488fa699b6908d1bcf7da','If the root directory of your site was <a href=\"%1$s\">writable</a>, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.',NULL,NULL,'','LINE',NULL,10,'','a02f2f23099189e7886248ee6265d461','',NULL),(6011,'en','default','d9dff3fdbe97394dbe242685a2baaddf','If you absolutely have to make direct edits to this plugin, use a file manager to create a copy with a new name and hang on to the original. That way, you can re-enable a functional version if something goes wrong.',NULL,NULL,'','LINE',NULL,10,'','b29b7284479d958fc9d549fee1073e52','',NULL),(6012,'en','default','9c5a9c6b4c6ae1c5fb60ea2ade59d87d','If you already have a Privacy Policy page, please select it below. If not, please create one.',NULL,NULL,'','LINE',NULL,10,'','90c122e5176b8e48d55736c13f77a036','',NULL),(6013,'en','default','03191ad53bd55facfbe806e381b5aff0','If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.',NULL,NULL,'','LINE',NULL,10,'','d393238caa2225600eef5118eaa27ec1','',NULL),(6014,'en','default','d20b0e79f5524d5b219510197ef8ab8e','If you are looking to use the link manager, please install the <a href=\"%s\">Link Manager</a> plugin.',NULL,NULL,'','LINE',NULL,10,'','b42c749b343c939dbe2576b189c6eb5f','',NULL),(6015,'en','default','355366ad19582bd113a37988760a6562','If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>',NULL,NULL,'','LINE',NULL,10,'','94d6cbd5565e197ca70e3b1b6a2e3feb','',NULL),(6016,'en','default','3219753c0cb134607b3205b5f612186e','If you decide to go ahead with direct edits anyway, use a file manager to create a copy with a new name and hang on to the original. That way, you can re-enable a functional version if something goes wrong.',NULL,NULL,'','LINE',NULL,10,'','1b6f257b01e6981375dc758a3199ab63','',NULL),(6017,'en','default','ce6795178b70755466ea7df40c7b2555','If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.',NULL,NULL,'','LINE',NULL,10,'','874f0dfb78167b85a8bcf0569d1ba576','',NULL),(6018,'en','default','916912d32e90632f29686f67c773ffc8','If you do not remember your credentials, you should contact your web host.',NULL,NULL,'','LINE',NULL,10,'','4c58dd19bae079e039dc0383aa4b96d8','',NULL),(6019,'en','default','3cf74bde548a1b8deecb0a49d9de3784','If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site.',NULL,NULL,'','LINE',NULL,10,'','a11453a281985b76a8a3878322b0a388','',NULL),(6020,'en','default','c7b428708659c3c01c911d65bb3ebe23','If you don’t want a header image to be displayed on your site at all, click the “Remove Header Image” button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click “Save Changes”.',NULL,NULL,'','LINE',NULL,10,'','d40e2cf9e52c77edd1824c1dd7db77b9','',NULL),(6021,'en','default','630df4be582006585fc90ce4b93f9254','If you don‘t want to upload your own image, you can use one of these cool headers, or show a random one.',NULL,NULL,'','LINE',NULL,10,'','670f09b60167f2151c58a9aac9220ebf','',NULL),(6022,'en','default','3f2b4cfd2cad80bf7584970a3f835c02','If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.',NULL,NULL,'','LINE',NULL,10,'','1aefc2014eb00ab096a7cc8ca09b5ee2','',NULL),(6023,'en','default','62c4541e6538f354865d8026c67d446e','If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.',NULL,NULL,'','LINE',NULL,10,'','eeb98b73b769919deb0e8a7cb490efea','',NULL),(6024,'en','default','3e0109b6197e41063cfac796836f2dad','If you have a plugin in a .zip format, you may install it by uploading it here.',NULL,NULL,'','LINE',NULL,10,'','e095159d4751cb7d3f7fb57962f8b003','',NULL),(6025,'en','default','499ba6a1e9428f7283cd1405774270d1','If you have a theme in a .zip format, you may install it by uploading it here.',NULL,NULL,'','LINE',NULL,10,'','b0325cbc30aaa9852894a4fd7f344d8e','',NULL),(6026,'en','default','ae1bc04b5e3967feb6adc498b8d57f62','If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.',NULL,NULL,'','LINE',NULL,10,'','c0b485544617c4aba2e6cc625c5732d8','',NULL),(6027,'en','default','62f7387a9ef151c294e680b2fd42169e','If you have marked plugins as favorites on WordPress.org, you can browse them here.',NULL,NULL,'','LINE',NULL,10,'','b8fec56cb45e1a17dc0a62f2b168910f','',NULL),(6028,'en','default','7292a018caf8f27efeec3ee8fdaea12d','If you have marked themes as favorites on WordPress.org, you can browse them here.',NULL,NULL,'','LINE',NULL,10,'','4e181b871f87a1027dd5942943ef34ea','',NULL),(6029,'en','default','8ba5adc334d2585a8a27cc06d82e8a3f','If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:',NULL,NULL,'','LINE',NULL,10,'','02495c0abfdb5ea16804a08a9c3efe8a','',NULL),(6030,'en','default','c5ecefc2c05db6570556c7385ac2e8a3','If you haven’t yet created any menus, <strong>click the ’create a new menu’ link</strong> to get started',NULL,NULL,'','LINE',NULL,10,'','e3750bb5eb2eb05b624dbab6c20b5e59','',NULL),(6031,'en','default','2448f34ad2e38271ffbcf4d299c17c5d','If you just want to get an idea of what’s available, you can browse Featured and Popular plugins by using the links above the plugins list. These sections rotate regularly.',NULL,NULL,'','LINE',NULL,10,'','575aca988849707fdbbfd60be15902e1','',NULL),(6032,'en','default','a379ef32870b64a6ef175d6e3da0bf17','If you know what you’re looking for, Search is your best bet. The Search screen has options to search the WordPress Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting popular tags. Tags in larger type mean more plugins have been labeled with that tag.',NULL,NULL,'','LINE',NULL,10,'','2dfd3ebb5bbf8256c5c0cc8fefb8b3c8','',NULL),(6033,'en','default','b642d452dd24b19ed95b29d92e97240d','If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.',NULL,NULL,'','LINE',NULL,10,'','d794b6153c4a4b8146e4b05cafb43a27','',NULL),(6034,'en','default','b821f0a93d744e025849cd46e8b3baad','If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.',NULL,NULL,'','LINE',NULL,10,'','2adafd60d076932c43e67845ed14dde0','',NULL),(6035,'en','default','864e67dda7ff0dc96db5c841bdbf98ad','If you like, you may enter custom structures for your category and tag URLs here. For example, using <code>topics</code> as your category base would make your category links like <code>%s/topics/uncategorized/</code>. If you leave these blank the defaults will be used.',NULL,NULL,'','LINE',NULL,10,'','d635a782b4c7393661373e724751b36c','',NULL),(6036,'en','default','837a1e84e411703eb806ddee77465493','If you need to re-install version %s, you can do so here:',NULL,NULL,'','LINE',NULL,10,'','05757d13169fcca8a5f39dae14249346','',NULL),(6037,'en','default','7c9ef4ea15ae7717b2fda488c0315c25','If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.',NULL,NULL,'','LINE',NULL,10,'','69593792dd79e7c5b58b5e3b6131ad6e','',NULL),(6038,'en','default','1a89b9744e617ef3fb4ab7c4fffee90c','If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by <code>%</code>) will also appear in the custom structure field and your path can be further modified there.',NULL,NULL,'','LINE',NULL,10,'','8a085eced0d0591c402c82cff68cbc18','',NULL),(6039,'en','default','97b78ef138769a3fcf7e03efeafe2005','If you reach out to us, we\'ll also ensure you\'ll never have this problem again.',NULL,NULL,'','LINE',NULL,10,'','cea417fb3ad33a8c6e47bd88db6f8df1','',NULL),(6040,'en','default','b1547fa31c5744e25be92a64e7f77beb','If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way.',NULL,NULL,'','LINE',NULL,10,'','08cbe037e394e47b4dc740a5ae61ce70','',NULL),(6041,'en','default','12c31c3cb7ab49899ec2e979d5a553f5','If you temporarily make your %s file writable for us to generate rewrite rules automatically, do not forget to revert the permissions after rule has been saved.',NULL,NULL,'','LINE',NULL,10,'','fbfb20c605ce87bf0b18c0013694071e','',NULL),(6042,'en','default','a98ef57dff34e18723548ccd8a286c59','If you temporarily make your site’s root directory writable for us to generate the %s file automatically, do not forget to revert the permissions after the file has been created.',NULL,NULL,'','LINE',NULL,10,'','55f26516c6be022a2bae7e814fdb1559','',NULL),(6043,'en','default','64771a7ce98863e88b3b4e2c1448f6d0','If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.',NULL,NULL,'','LINE',NULL,10,'','69ef71fb437c6bf62fc83a4ccf0f54b5','',NULL),(6044,'en','default','28479dd04f0c4f904cbfc647df8a39f7','If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy policy in addition to the information we have already discussed.',NULL,NULL,'','LINE',NULL,10,'','26059df016ea17b5bee3abc3165cc69d','',NULL),(6045,'en','default','1da460523bb7264564e9f10fae383bb7','If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.',NULL,NULL,'','LINE',NULL,10,'','f3a409cbdccfbc10238d9beb7025ab78','',NULL),(6046,'en','default','efe517a5b918a12ecb7dfd17f3877327','If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.',NULL,NULL,'','LINE',NULL,10,'','1e0104cd42ac1e2fe540ba466d5ff248','',NULL),(6047,'en','default','e8953b095643b4bf6a1cd0bae7a85508','If you want to convert your categories to tags (or vice versa), use the <a href=\"%s\">Categories and Tags Converter</a> available from the Import screen.',NULL,NULL,'','LINE',NULL,10,'','194c0e92da833182de4233fc3786e2b7','',NULL),(6048,'en','default','1dab8ad9a454b8b9f6b40f29dc7477a3','If you want to export a handy list of all the information on this page, you can use the button below to copy it to the clipboard. You can then paste it in a text file and save it to your harddrive, or paste it in an email exchange with a support engineer or theme/plugin developer for example.',NULL,NULL,'','LINE',NULL,10,'','2986812aea63831b00f6bd01850b6737','',NULL),(6049,'en','default','be3d2742b2dbbb1878b22b8702b6e8d7','If you want to install a plugin that you’ve downloaded elsewhere, click the Upload Plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.',NULL,NULL,'','LINE',NULL,10,'','313943fe8cc1a3d691aa966a6a6819c7','',NULL),(6050,'en','default','0b5d8aeeb0c74419d4028dca5dc744df','If you want to make changes but don’t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit plugins, write your own from scratch, or just better understand their anatomy, check out the links below.',NULL,NULL,'','LINE',NULL,10,'','8c4742c33256ee314435258e3a200070','',NULL),(6051,'en','default','fc276f47f9e88e53fb9a81e0e683a057','If you want to remove the widget but save its setting for possible future use, just drag it into the Inactive Widgets area. You can add them back anytime from there. This is especially helpful when you switch to a theme with fewer or different widget areas.',NULL,NULL,'','LINE',NULL,10,'','f5f6f5978f1a37ee120927289f3f6f8d','',NULL),(6052,'en','default','b54fa9afe2dc888d8a5c71cc1b61b51c','If you want to run multiple WordPress installations in a single database, change this.',NULL,NULL,'','LINE',NULL,10,'','7ed16a5d29814e6517b04e35979dbb8c','',NULL),(6053,'en','default','ce99e8b4ddb1935ad216af170d465663','If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the <a href=\"%s\">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!',NULL,NULL,'','LINE',NULL,10,'','918021f3c1c7333bbb985975acdf69b3','',NULL),(6054,'en','default','ff1e9b8584871613da97bf909bf0d3d4','If you would like to see more themes to choose from, click on the “Add New” button and you will be able to browse or search for additional themes from the <a href=\"%s\">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!',NULL,NULL,'','LINE',NULL,10,'','85b7f40dae14e2dedd2d051b8da068b4','',NULL),(6055,'en','default','5074f6b262894aae8f6923d7ff9eadf1','If your %1$s file was <a href=\"%2$s\">writable</a>, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.',NULL,NULL,'','LINE',NULL,10,'','0651b69befec7bf871bf4d593b4eb1cf','',NULL),(6056,'en','default','93f3cd2b6a8fda8223f25e6fd0f47db4','If your %1$s file was <a href=\"%2$s\">writable</a>, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.',NULL,NULL,'','LINE',NULL,10,'','4768687268baff9591b17ec71c06e3d6','',NULL),(6057,'en','default','ae4333ffddf970f98ea2387193cc0f5b','If your theme has more than one default header image, or you have uploaded more than one custom header image, you have the option of having WordPress display a randomly different image on each page of your site. Click the “Random” radio button next to the Uploaded Images or Default Images section to enable this feature.',NULL,NULL,'','LINE',NULL,10,'','aad695b974325b8e604c6a490dbf8754','',NULL),(6058,'en','default','3ac9c7fe01cf02c25932c2fce99d968a','If your web site provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.',NULL,NULL,'','LINE',NULL,10,'','c7ffd4403fc114954b738bbcbe9fea06','',NULL),(6059,'en','default','b127c8939223b7c79e41917477d2e09e','If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.',NULL,NULL,'','LINE',NULL,10,'','bdb7658161c5f57d631ee4aa4a631ecf','',NULL),(6060,'en','default','86e33eeb24e5a62590ead9de8238c36c','Image Address',NULL,NULL,'','LINE',NULL,10,'','a0b6958e2893def21db5825e2c37618c','',NULL),(6061,'en','default','f1daa5de35312c743db4bba47fa4e3a5','Image Attachment Template',NULL,NULL,'','LINE',NULL,10,'','27a67adec0d5dc34dd2623dbfeeee87c','',NULL),(6062,'en','default','4c6ace7405819bffddf7ee5133db4201','Image Caption',NULL,NULL,'','LINE',NULL,10,'','07976d81adde1eb0a9e2cf357de72a9f','',NULL),(6063,'en','default','2616a81775263adf3a6222d35513e15a','Image Crop',NULL,NULL,'','LINE',NULL,10,'','058a077b2b7b137f1db8322814327731','',NULL),(6064,'en','default','31b8ea2b48f332efeaaac75d92bf9596','Image Crop Help',NULL,NULL,'','LINE',NULL,10,'','84a79cde30df8496b6e78a6d2e84bac2','',NULL),(6065,'en','default','323126045a230b218de6ebd6a53fb7f8','Image File',NULL,NULL,'','LINE',NULL,10,'','a8e1b0470235169b981ca3fe5d5d5f7a','',NULL); INSERT INTO `wp_icl_strings` VALUES (6066,'en','default','4004a789fa905f7ea15db9c2f91906b5','Image Processing Error',NULL,NULL,'','LINE',NULL,10,'','4cd03ab760336e61d94f6850fe2cec9f','',NULL),(6067,'en','default','9d05878add9bf672c019a0553a08cbd9','Image Upload Error',NULL,NULL,'','LINE',NULL,10,'','eea1d43c2efda3106ecc7bba368eae1e','',NULL),(6068,'en','default','59332018a4582cae903701e42728f002','Image could not be processed.',NULL,NULL,'','LINE',NULL,10,'','892363154fbfd06c954d9d19261bdae8','',NULL),(6069,'en','default','5c67704f232067ca9fdae2794b596986','Image could not be processed. Please go back and try again.',NULL,NULL,'','LINE',NULL,10,'','ee1f96608779e88eb6bba954e5e8e94d','',NULL),(6070,'en','default','6ac3e4db810decc75cb5f49065e02ead','Image data does not exist. Please re-upload the image.',NULL,NULL,'','LINE',NULL,10,'','1de10171e664c0f2322bf883f5fd4748','',NULL),(6071,'en','default','59969adb3ff5274577d2b7ce23eae5c7','Image metadata is inconsistent.',NULL,NULL,'','LINE',NULL,10,'','17c5b8919ff4f924a3efa2b294295e91','',NULL),(6072,'en','default','ec71bab863e85a2afdf09a72b05efa1f','Image restored successfully.',NULL,NULL,'','LINE',NULL,10,'','3e7dc8c4e77840262f5b9a46ea54292b','',NULL),(6073,'en','default','cc574ecc52f326293633a74d548e9c27','Image rotation is not supported by your web host.',NULL,NULL,'','LINE',NULL,10,'','f27fd855564ff3f6d9e811cf289a2308','',NULL),(6074,'en','default','6313deda4940bdd2f937bc94ba24774e','Image saved',NULL,NULL,'','LINE',NULL,10,'','6519900374972f38fd7ea72a9837a648','',NULL),(6075,'en','default','bd5b1c7a7b5cb4ec09724dcc530b58b3','Image sizes',NULL,NULL,'','LINE',NULL,10,'','540ece7726db962f2383cf24eba6981a','',NULL),(6076,'en','default','9879276243d885fdaaa0c1a7e88e4e85','ImageMagick version number',NULL,NULL,'','LINE',NULL,10,'','ddadd580a2f7eec8675004a34d42ef7f','',NULL),(6077,'en','default','2962ad4c46bb455ff39032afde8fa496','ImageMagick version string',NULL,NULL,'','LINE',NULL,10,'','7c99ff2c747bd7d3458d080f4cac5096','',NULL),(6078,'en','default','888550d203299cc95a171ae6cb09bb06','Images of exactly <strong>%1$d × %2$d pixels</strong> will be used as-is.',NULL,NULL,'','LINE',NULL,10,'','a52264796a3ce64ba1b2e40a42e88ab0','',NULL),(6079,'en','default','5b59e9c3a06f10eafb7d2c536aa82d1c','Images should be at least %s tall.',NULL,NULL,'','LINE',NULL,10,'','2c8432e9d2bd2794170bf2e07cebbefd','',NULL),(6080,'en','default','98565ff01142abc065926f292c102013','Images should be at least %s wide.',NULL,NULL,'','LINE',NULL,10,'','ef3aa84fe4283d2606c633be8d1c641d','',NULL),(6081,'en','default','75b327e259093280704eb2aeb53bca5c','Imagick Resource Limits',NULL,NULL,'','LINE',NULL,10,'','05782a0ffaa7ced9c07ba908a430c9f3','',NULL),(6082,'en','default','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,10,'','cafa88c07bdc26f3af6d4a5538cdd9ad','',NULL),(6083,'en','default','fb0158b7460cbc04aef398926064a2ba','Import links in OPML format.',NULL,NULL,'','LINE',NULL,10,'','a39d8ed550b687b8af7a952a12129913','',NULL),(6084,'en','default','44dfd83f2e0985cfc776c890655c9788','Import posts & media from Tumblr using their API.',NULL,NULL,'','LINE',NULL,10,'','8968efb5a09a663dcfde485259353d80','',NULL),(6085,'en','default','ff5fdccad49d0b326b4f10533b007f1c','Import posts and comments from a Movable Type or TypePad blog.',NULL,NULL,'','LINE',NULL,10,'','3ebb455a7e4aa3ca616d53d26b0a754a','',NULL),(6086,'en','default','4a8ff13f67b97a37cbf26889ccc19151','Import posts from LiveJournal using their API.',NULL,NULL,'','LINE',NULL,10,'','3c3513759848804fd085fd01dddfc4e4','',NULL),(6087,'en','default','abfdf2f7c4628bfb617712c55ca4be5e','Import posts from an RSS feed.',NULL,NULL,'','LINE',NULL,10,'','bc9aab39b07b79e21bb676c7c79ac1ba','',NULL),(6088,'en','default','89d2d11ff37aaa81be1f6441a1533bed','Import posts, comments, and users from a Blogger blog.',NULL,NULL,'','LINE',NULL,10,'','309ff4c087e7718b0d531b3f7c370570','',NULL),(6089,'en','default','d3148f474a807301cc758a2d5ebdbafb','Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.',NULL,NULL,'','LINE',NULL,10,'','d6d81935c359d8b169c0591233bbfe1a','',NULL),(6090,'en','default','7a262cb0d3d917313c8ba12f996fe83c','Important:',NULL,NULL,'','LINE',NULL,10,'','f47900cc03b6df23625877cf20ee0ace','',NULL),(6091,'en','default','01ba36caf475535b9e91a4dc090301a1','Improvements for Everyone',NULL,NULL,'','LINE',NULL,10,'','268bb4f0df58600d5ab35afaefbd6d20','',NULL),(6092,'en','default','e1dfb497476f0a6e455ddb6047f848b5','In Response To',NULL,NULL,'','LINE',NULL,10,'','d425082429a45be4be9073e15857377f','',NULL),(6093,'en','default','17a1938167ced1f88fb79a72a323dd0e','In a few words, explain what this site is about.',NULL,NULL,'','LINE',NULL,10,'','da803f748d1b750af858c087f83cd4f8','',NULL),(6094,'en','default','ac9a4d2e8722460793b93d7d7ceeb7a5','In addition to listing what personal data you collect, you need to note why you collect it. These explanations must note either the legal basis for your data collection and retention or the active consent the user has given.',NULL,NULL,'','LINE',NULL,10,'','adcb013b4f3ca5b3df135d1b9f0798fb','',NULL),(6095,'en','default','911b598e98c0d31c7e5bdfd6e1136dbc','In all likelihood, these items were supplied to you by your Web Host. If you don’t have this information, then you will need to contact them before you can continue. If you’re all ready…',NULL,NULL,'','LINE',NULL,10,'','01afe2a4a10214c1f8f359b9da7a694c','',NULL),(6096,'en','default','72247007ca8dd9d5b747cd2d13855ae4','In most cases, WordPress will automatically apply maintenance and security updates in the background for you.',NULL,NULL,'','LINE',NULL,10,'','f608b0ae3b2099cd13950879df8872a3','',NULL),(6097,'en','default','0278248c794c7dd11a47837d5861ee71','In previous versions of WordPress, all importers were built-in. They have been turned into plugins since most people only use them once or infrequently.',NULL,NULL,'','LINE',NULL,10,'','43ae0cedba6e9504ba24d8691432a3a9','',NULL),(6098,'en','default','5c43aa88fc70f0b190b05aafdc6ba900','In reply to %s.',NULL,NULL,'','LINE',NULL,10,'','9ec9ce045b44687da826fd1655ccc31e','',NULL),(6099,'en','default','69321db1494e9c628339738471d30cd6','In reply to: %s',NULL,NULL,'','LINE',NULL,10,'','e317e41d013bb01c8a6e55a8e04779ab','',NULL),(6100,'en','default','d32e65d44fb05ccf2bed3709f468c87c','In response to: %s',NULL,NULL,'','LINE',NULL,10,'','e5423df2364e9344c0a8102a2aee538a','',NULL),(6101,'en','default','ddfa3b051bb82c9c70d438b8e5871308','In the <strong>Author</strong> column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.',NULL,NULL,'','LINE',NULL,10,'','944f932d0423b726bd23dab71fea8505','',NULL),(6102,'en','default','78516f0126f95864e9dd3d48b6d7504f','In the <strong>Comment</strong> column, hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.',NULL,NULL,'','LINE',NULL,10,'','68411cf81ef029f42a0ec46594a3f9c0','',NULL),(6103,'en','default','6d7053230d152b1bbde8e0e11985e6cd','In the <strong>In Response To</strong> column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post.',NULL,NULL,'','LINE',NULL,10,'','a0b6f98a1737347916c97d5e7392c2d6','',NULL),(6104,'en','default','75a9d96583454bb73d919516b14c1020','In the <strong>Submitted On</strong> column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site.',NULL,NULL,'','LINE',NULL,10,'','c7841636b76ce9101ba9cc808e1096e5','',NULL),(6105,'en','default','a1e79989a368fffa040f3724cb25bb0a','In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.',NULL,NULL,'','LINE',NULL,10,'','bef7f0dcaa96c84388ca68674dbeea63','',NULL),(6106,'en','default','bb1232b0272e71fd61576bb759fe4fcb','In this section you should explain how long you retain personal data collected or processed by the web site. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.',NULL,NULL,'','LINE',NULL,10,'','ab44f2d90a4122efb4d73b1271ddcd1e','',NULL),(6107,'en','default','9f2feaf2b829a5c3749cb3a0dec950a7','In this section you should explain what measures you have taken to protect your users’ data. This could include technical measures such as encryption; security measures such as two factor authentication; and measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.',NULL,NULL,'','LINE',NULL,10,'','447f7c9e79da2eaf80b14485c81eef4a','',NULL),(6108,'en','default','cc868b88b34779f820016d60eeb4d13f','In this section you should explain what procedures you have in place to deal with data breaches, either potential or real, such as internal reporting systems, contact mechanisms, or bug bounties.',NULL,NULL,'','LINE',NULL,10,'','2e2f9f76d2e53db3e5050f6eed876131','',NULL),(6109,'en','default','7b43f0a3a9bad71b5515c3febf1c4e85','In this section you should explain what rights your users have over their data and how they can invoke those rights.',NULL,NULL,'','LINE',NULL,10,'','1d494e615fc6d7af13588575aa5f764a','',NULL),(6110,'en','default','e033cd0f72a714684763bb3b10497ef1','In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.',NULL,NULL,'','LINE',NULL,10,'','6bab02ff41df219f416fc29c55fd9271','',NULL),(6111,'en','default','88afac7dd32e40bf990b8d3423dfcb5e','In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy policies if possible.',NULL,NULL,'','LINE',NULL,10,'','bc39528f72dd657a817abfe0e70fa67f','',NULL),(6112,'en','default','afb5c651f25a99fe9dea21458989b965','In this section you should note what personal data you collect from users and site visitors. This may include personal data, such as name, email address, personal account preferences; transactional data, such as purchase information; and technical data, such as information about cookies.',NULL,NULL,'','LINE',NULL,10,'','55364a8c7c34dcaec179a49ce5feb8ac','',NULL),(6113,'en','default','36ce374000d338cd986460ce312bcae5','In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.',NULL,NULL,'','LINE',NULL,10,'','3ee9c2dd60584a7dde9b3eda4294c2d0','',NULL),(6114,'en','default','562b66a0805d1853fa06902cdb6774d5','In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.',NULL,NULL,'','LINE',NULL,10,'','b783b38f8b0382d31f2e0d6b68dc26ff','',NULL),(6115,'en','default','ca3d5159accd9468729ea6a9aef4d58e','In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.',NULL,NULL,'','LINE',NULL,10,'','a7aa56fcc29c49d74ac60bfadbb28ae7','',NULL),(6116,'en','default','48ac74d87e61fcb5c2adf64ca48cf64e','In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to your analytics provider’s privacy policy, if any.',NULL,NULL,'','LINE',NULL,10,'','ef6c1a3649fca4635c6d724a7e8e9440','',NULL),(6117,'en','default','b619d7c9609b9d7b1ca3e6bfbcf5309e','In this subsection you should note what information is captured through comments. We have noted the data which WordPress collects by default.',NULL,NULL,'','LINE',NULL,10,'','cdf36a9314632abfed28786bb7267047','',NULL),(6118,'en','default','ec27ccde34cd289565d2db48b580f59b','In this subsection you should note what information may be disclosed by users who can upload media files. All uploaded files are usually publicly accessible.',NULL,NULL,'','LINE',NULL,10,'','2c605f73abd62a98d1527efab250fad6','',NULL),(6119,'en','default','1da0f24e118e98984a0dddbce260a839','Inactive <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','228fd3a7482d619ab08b0cc0d79bf92d','',NULL),(6120,'en','default','e21472cab8e84362a190860f8d57200e','Inactive Plugins',NULL,NULL,'','LINE',NULL,10,'','a890d783fc98916756c55879625ea9f8','',NULL),(6121,'en','default','2b255e45a58c340b56395c76e9221392','Inactive Sidebar (not used)',NULL,NULL,'','LINE',NULL,10,'','237b2839b63defb85f31315d3fcf1019','',NULL),(6122,'en','default','ac6105c895cb6dcf75c78c53450b8a02','Inactive Widgets',NULL,NULL,'','LINE',NULL,10,'','c522f6f2f38c5fe50947cad10691b443','',NULL),(6123,'en','default','5bfbab4b8ab39c894d2404942189c47c','Inactive plugins are tempting targets for attackers. If you’re not going to use a plugin, we recommend you remove it.',NULL,NULL,'','LINE',NULL,10,'','b09fcb1b946fd60091a0bd0c8e2002e8','',NULL),(6124,'en','default','38ca2aacdb957eb6bd4d84d9e6b1aacd','Inactive:',NULL,NULL,'','LINE',NULL,10,'','849941339cf69691549286506b1840c9','',NULL),(6125,'en','default','a8500085aefc2206b726c6d8f435e64a','Incompatible Archive.',NULL,NULL,'','LINE',NULL,10,'','8cedbbda156089513c9333b98d43f4eb','',NULL),(6126,'en','default','33dec286c87af12437699c4c1feeec9f','Industry regulatory disclosure requirements',NULL,NULL,'','LINE',NULL,10,'','701077419f0b3ee3eff24186dc2be58d','',NULL),(6127,'en','default','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'','69646ba7028066013a7f816c503cd82a','',NULL),(6128,'en','default','9d5a474aaa552210ff0298949aeb6c0a','Information needed',NULL,NULL,'','LINE',NULL,10,'','9b76d4185a412ac6befa05f7b088749b','',NULL),(6129,'en','default','4cd1a3034cf07520d2375edfa64d5c33','Insert into Post',NULL,NULL,'','LINE',NULL,10,'','b9da052b61a05e2bc79a2ba5bb0cad9c','',NULL),(6130,'en','default','cf1806f95205d26250189aa0e0c051d4','Insert media from another website',NULL,NULL,'','LINE',NULL,10,'','092c0c0c333caf266ab922167ab914df','',NULL),(6131,'en','default','168108e3b4fee6afab9dcf41920dec8a','Inserting Media',NULL,NULL,'','LINE',NULL,10,'','bf22cc275e0dd347a2945311d7fdecac','',NULL),(6132,'en','default','349838fb1d851d3e2014b9fe39203275','Install',NULL,NULL,'','LINE',NULL,10,'','fc2ef5edc33cd208cedd6ab785fda3c1','',NULL),(6133,'en','default','e7a971cdcab59cd7c94ae2b1178308f0','Install %s',NULL,NULL,'','LINE',NULL,10,'','5cf2925bf55a034eef3799b612974681','',NULL),(6134,'en','default','1084a249c91de82aa4fc61e463856dc0','Install %s now',NULL,NULL,'','LINE',NULL,10,'','f24d532e5f801db5605964738e8b70a3','',NULL),(6135,'en','default','db15e1c38c5aac3ab0694bcfd20f6ce0','Install Parent Theme',NULL,NULL,'','LINE',NULL,10,'','74515a70d7c633929f4f015529c22356','',NULL),(6136,'en','default','515ba54b95e06f52967b4b19ad196d33','Install Themes',NULL,NULL,'','LINE',NULL,10,'','cb098f2e93605d31578a6a31d0ac77ea','',NULL),(6137,'en','default','d840e26aabbcc50116da459de950f8eb','Install Update Now',NULL,NULL,'','LINE',NULL,10,'','19c3854c7cba197ad89fe40ad62b8c54','',NULL),(6138,'en','default','a087bdac6d3615892e7dcc52d767f43e','Install WordPress',NULL,NULL,'','LINE',NULL,10,'','423816c892f3ffeedb4332ddaa06cf3a','',NULL),(6139,'en','default','001c4c2408890ccf2a13471829549f2e','Install the latest version of WordPress',NULL,NULL,'','LINE',NULL,10,'','b9979b795b18b81a3306b70c76827eea','',NULL),(6140,'en','default','766f3c2615e910dbbd3693de8a73e316','Installation Failed',NULL,NULL,'','LINE',NULL,10,'','29d12790b6e79f1869a360b173743988','',NULL),(6141,'en','default','1e30ca48c302d444a74bcdeb6d3f5f34','Installation Required',NULL,NULL,'','LINE',NULL,10,'','9f049c47cef46928af10a300f9d05890','',NULL),(6142,'en','default','e404bbec84bfeb0148a03fe82ba64abf','Installation package not available.',NULL,NULL,'','LINE',NULL,10,'','72e5543d2b13f181178f1f770ec1dcfd','',NULL),(6143,'en','default','8dd9b210414f82857931af08b30a8ca8','Installed Plugins',NULL,NULL,'','LINE',NULL,10,'','57beb7e8a0c51b665f07b9dc2cb2ed6e','',NULL),(6144,'en','default','cc4df87ad945ae65a4df5cc0dc7b3b00','Installing Plugin from uploaded file: %s',NULL,NULL,'','LINE',NULL,10,'','8d7b9a45286ae1e23351ffe54d747ba8','',NULL),(6145,'en','default','07867e5fd7b858b877323ffd402ac38e','Installing Plugin: %s',NULL,NULL,'','LINE',NULL,10,'','28affeade16c42f0886aa1fbf3ce9f9d','',NULL),(6146,'en','default','c59d1f232cb2e292dd004b9af9c8b373','Installing Theme from uploaded file: %s',NULL,NULL,'','LINE',NULL,10,'','89fa167fcefdbfdc651b65315fe237f1','',NULL),(6147,'en','default','a508d8736599101e3500be7888a95be7','Installing Theme: %s',NULL,NULL,'','LINE',NULL,10,'','cabe0a2b51af17064756f208064839b6','',NULL),(6148,'en','default','c47f5529a3f44f8c90337c9918fd471d','Installing the latest version…',NULL,NULL,'','LINE',NULL,10,'','fe300719f322dd9ee29bc31197dcfbfe','',NULL),(6149,'en','default','ce6248a23b7a258458e9c7aba988f411','Installing the plugin…',NULL,NULL,'','LINE',NULL,10,'','09f484870991f686775e8fe9ad973868','',NULL),(6150,'en','default','7782ed7c61172473b084431ee4079570','Installing the theme…',NULL,NULL,'','LINE',NULL,10,'','e05863ec4986975e296f9305907375ad','',NULL),(6151,'en','default','41d094ce8483b7017fd1809990315058','Installing themes on Multisite can only be done from the Network Admin section.',NULL,NULL,'','LINE',NULL,10,'','56577be23d63388d09775288c72d3ad1','',NULL),(6152,'en','default','0b79795d3efc95b9976c7c5b933afce2','Introduction',NULL,NULL,'','LINE',NULL,10,'','d871111fac31732f8db68c87084944e1','',NULL),(6153,'en','default','f625bc497b8b2b386698a48a922cc85f','Invalid API response code (%d)',NULL,NULL,'','LINE',NULL,10,'','f8afb48eda8d76c3982136b3b5c5bdb3','',NULL),(6154,'en','default','e5546f55cc9e19b0b103aba440e00237','Invalid URL Provided.',NULL,NULL,'','LINE',NULL,10,'','6baca2940f6cc7a5a327f86d20f74861','',NULL),(6155,'en','default','c088ed495f47fa2faf94adc18f30acde','Invalid data provided.',NULL,NULL,'','LINE',NULL,10,'','8dc0a2edc632c275667fa46510434e29','',NULL),(6156,'en','default','0c286a44567025dcf595b2d55a457781','Invalid email address in request.',NULL,NULL,'','LINE',NULL,10,'','b74cdc190ee194f61b9d3f2aeb368a2a','',NULL),(6157,'en','default','6ed84befd14249d2b6fcf0c60d938a01','Invalid email address when generating export file.',NULL,NULL,'','LINE',NULL,10,'','ac80f8210ca37b3475e30cab11f045b6','',NULL),(6158,'en','default','1a5379448442890f5e840eff9d7bef06','Invalid form submission.',NULL,NULL,'','LINE',NULL,10,'','26746cdef288bcd23874382cff4443f9','',NULL),(6159,'en','default','78c7c7b8f56b207ec49f095637081724','Invalid image URL',NULL,NULL,'','LINE',NULL,10,'','c401c8c020879a89e7f86a2498bc4c40','',NULL),(6160,'en','default','925a5e50362588b5a8d066515f9603a3','Invalid plugin page.',NULL,NULL,'','LINE',NULL,10,'','a1843e67c763a507935083791bb61332','',NULL),(6161,'en','default','b7c12fd56604f7118311e10f50aa9332','Invalid plugin path.',NULL,NULL,'','LINE',NULL,10,'','03cfbcc885d37213a3d805d7e9313c4f','',NULL),(6162,'en','default','a33746a4012f164348ce5e2eeaaf1016','Invalid request ID when generating export file.',NULL,NULL,'','LINE',NULL,10,'','82b54497a0d333aa3756adea98a926a6','',NULL),(6163,'en','default','c58c656cffce465d8885ada249891972','Invalid request ID when merging exporter data.',NULL,NULL,'','LINE',NULL,10,'','e8566e02e095714d1b14959d5ca9ca48','',NULL),(6164,'en','default','df493571bca4fc19b01572598da63375','Invalid request ID when processing eraser data.',NULL,NULL,'','LINE',NULL,10,'','ee0dc239773a48548f40c891f1e82f0c','',NULL),(6165,'en','default','5ec821a73176d254d2b714777a3a5a33','Invalid request ID when sending personal data export email.',NULL,NULL,'','LINE',NULL,10,'','27ed0b6c16eb3034d40eb3fb74c42527','',NULL),(6166,'en','default','9994953589049ed0421abd61909b8f0d','Invalid request ID.',NULL,NULL,'','LINE',NULL,10,'','daab5357c722ad3b92784f6096522fc2','',NULL),(6167,'en','default','19dd5419b45ad50bf08d12545474a2d9','Invalid request type.',NULL,NULL,'','LINE',NULL,10,'','cc998e333d825d22deca8b6da89c32e0','',NULL),(6168,'en','default','6d09b381370748afe69c96b7f5021c20','Invalid translation type.',NULL,NULL,'','LINE',NULL,10,'','0cf55d959d787d02100f6e0e35931311','',NULL),(6169,'en','default','b6ebcb00f592534cb127c0e3d1520c72','Invitation email sent to new user. A confirmation link must be clicked before their account is created.',NULL,NULL,'','LINE',NULL,10,'','4d05c2e0b4d4bcfacb0fbfc0c0c317d8','',NULL),(6170,'en','default','90c42b90d82265465f118e1726c25ad9','Invitation email sent to user. A confirmation link must be clicked for them to be added to your site.',NULL,NULL,'','LINE',NULL,10,'','5fd4222774af698a594b3d3dfe2ebe69','',NULL),(6171,'en','default','752c2496b46acd34c1fed7d8dfebb545','Is SUHOSIN installed?',NULL,NULL,'','LINE',NULL,10,'','100ae494e47db760ae9b592b32d387a8','',NULL),(6172,'en','default','6de04b798d1131b2afd72567ddca8548','Is the Imagick library available?',NULL,NULL,'','LINE',NULL,10,'','ce9f9934cdccb36dd7cb79d488f9d09c','',NULL),(6173,'en','default','f8719d9976aec6a9f7b9970f4f1e9dd0','Is this a multisite?',NULL,NULL,'','LINE',NULL,10,'','c2133112bb13e1e474a92b628b2dd899','',NULL),(6174,'en','default','cf5c9a91eb28225ab9b96bb23f30d0eb','Is this site using HTTPS?',NULL,NULL,'','LINE',NULL,10,'','7a91843354ed140f1b5e4d2f7ab1fb36','',NULL),(6175,'en','default','362a3f109b087a05aa2d582a0a5a66b9','It is possible for site maintainers to block all, or some, communication to other sites and services. If set up incorrectly, this may prevent plugins and themes from working as intended.',NULL,NULL,'','LINE',NULL,10,'','7e37c28b37a06531d8b7900c0ecb8eda','',NULL),(6176,'en','default','0faffb1c747898e4afa868bc8f21f2aa','It is up to search engines to honor this request.',NULL,NULL,'','LINE',NULL,10,'','c72a8720da879c98db8a82f389bde2a9','',NULL),(6177,'en','default','be29271b2c444adcbb3d4a177d896577','It is your responsibility to write a comprehensive privacy policy, to make sure it reflects all national and international legal requirements on privacy, and to keep your policy current and accurate.',NULL,NULL,'','LINE',NULL,10,'','86f5e107c5dcb7b5a7252b404751da5a','',NULL),(6178,'en','default','e3e14c60ee779095c00b5ea7974e94e5','It looks like you\'re using an insecure version of %s. Using an outdated browser makes your computer unsafe. For the best WordPress experience, please update your browser.',NULL,NULL,'','LINE',NULL,10,'','175f70cc7ecf9778da276940cd1bd3fb','',NULL),(6179,'en','default','d14a69e8400ff0a7bb4b6e59b1788f59','It looks like you\'re using an old version of %s. For the best WordPress experience, please update your browser.',NULL,NULL,'','LINE',NULL,10,'','c38a9f0445fd5bcaedb4f7fbb353cebd','',NULL),(6180,'en','default','e8e1b1681f6c799fb784fecafa1fadf5','It was not possible to check your scheduled events',NULL,NULL,'','LINE',NULL,10,'','b25ea7856511059de60e8dbd6dcff2e2','',NULL),(6181,'en','default','21f8b572fd58b1a4d41c239f11e1544a','Item deleted.',NULL,NULL,'','LINE',NULL,10,'','c7e10a26389c7f7f3b7142eabfb58a4b','',NULL),(6182,'en','default','0f52ac30c07b44a0f73d7c68ead51e02','Item not added.',NULL,NULL,'','LINE',NULL,10,'','31f9e0cb44db99863f7da393ab3ad2de','',NULL),(6183,'en','default','53fbaa86da90bcf497173a8d62e13a84','Item not updated.',NULL,NULL,'','LINE',NULL,10,'','f1038881dc887dfa6af55edb0dfd36e3','',NULL),(6184,'en','default','9b3d5ec0d9edc5073c2e5e7a3800af00','Item updated.',NULL,NULL,'','LINE',NULL,10,'','a5033bf4b8814de6aa95f1b1b73c9d15','',NULL),(6185,'en','default','b297a2d4fb499bb8f2ebf5c9163d4cae','Items deleted.',NULL,NULL,'','LINE',NULL,10,'','4478c8e35da4ca423a4bc3857856d3c8','',NULL),(6186,'en','default','814196c32531e51656e1acc11ffaca27','Items list',NULL,NULL,'','LINE',NULL,10,'','7b409258eede6ebd9d1bfbfd429e9307','',NULL),(6187,'en','default','e63b7b81bca5e78b13ff6c9b4424f97d','Items list navigation',NULL,NULL,'','LINE',NULL,10,'','f8a70891592a5c5350e96c7501017787','',NULL),(6188,'en','default','12e0cbbf33dd73eb6db8be0a65596089','Just another %s site',NULL,NULL,'','LINE',NULL,10,'','5751d86b9ccac5d513f214ade14ded93','',NULL),(6189,'en','default','c498d3fb6a7f9989a762888ee4907db4','Just another WordPress site',NULL,NULL,'','LINE',NULL,10,'','737c265c480189a5c646296809facdb5','',NULL),(6190,'en','default','41ec560fa2a006fad4dc8044bc0d062b','Keep this link private',NULL,NULL,'','LINE',NULL,10,'','47c83f194f5c0de445d4aaf0a6e69836','',NULL),(6191,'en','default','9c36472e9f7baeda35a786cf68004e04','Keeping Your Site Safe',NULL,NULL,'','LINE',NULL,10,'','4caa234888b633d25c2dbecbf9769035','',NULL),(6192,'en','default','f30629be5fa2dd68e817486c218122de','Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.',NULL,NULL,'','LINE',NULL,10,'','d0eaf747d8cb15ad1a168eb6ba6e207c','',NULL),(6193,'en','default','897356954c2cd3d41b221e3f24f99bba','Key',NULL,NULL,'','LINE',NULL,10,'','652fb440f16257e4b52ace39496324fc','',NULL),(6194,'en','default','a8b21781fa7e22f95de425ebc0c8aa37','Keyboard users: When you’re working in the visual editor, you can use <kbd>Alt + F10</kbd> to access the toolbar.',NULL,NULL,'','LINE',NULL,10,'','e901e1db104415c51215b85c60c4835b','',NULL),(6195,'en','default','220f3d3750583b9db48568a0b5b9a5f1','Keyword',NULL,NULL,'','LINE',NULL,10,'','eea91d78e430c3d286ffa016bf21b75c','',NULL),(6196,'en','default','fc14688813bbeb83f4908485dc04e147','Large size',NULL,NULL,'','LINE',NULL,10,'','140e9584e679932f8a0d3a3ff0721b5e','',NULL),(6197,'en','default','84ba4cf46c874b0b5951eb3b75298329','Last Modified',NULL,NULL,'','LINE',NULL,10,'','bbb797d87199d0b4580992ae8c7a2ca3','',NULL),(6198,'en','default','77587239bf4c54ea493c7033e1dbf636','Last Name',NULL,NULL,'','LINE',NULL,10,'','c26d450f98e1dbab5437bb967c0138a9','',NULL),(6199,'en','default','89ea00e3ae5262d7c20e5773447a8b1b','Last Updated:',NULL,NULL,'','LINE',NULL,10,'','5847b105cf6e6cbb5e6812849dfb807c','',NULL),(6200,'en','default','b9f0488fd6301cdc26b8088675bd89cb','Last checked on %1$s at %2$s.',NULL,NULL,'','LINE',NULL,10,'','7f17ae38b21b0110353ff13011ece282','',NULL),(6201,'en','default','c05fb945bb4b837f640b35414ccf3dcf','Last edited by %1$s on %2$s at %3$s',NULL,NULL,'','LINE',NULL,10,'','cc54d82e94f178340518fe564c9dfc64','',NULL),(6202,'en','default','060e1ee220125e8344f71e54632ed2b6','Last edited on %1$s at %2$s',NULL,NULL,'','LINE',NULL,10,'','da040a5546ce2a7408f35f5673819254','',NULL),(6203,'en','default','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,10,'','080aa02cd14d37db7557900b63234778','',NULL),(6204,'en','default','cd118d21c3b0b4762c6e0063661e6e45','Latest',NULL,NULL,'','LINE',NULL,10,'','a4278b6cd60ac7951ae17d8b36ff23d0','',NULL),(6205,'en','default','2a2301d66c4629c1bdf21901226e2a26','Latest Version Installed',NULL,NULL,'','LINE',NULL,10,'','9a3a361a2a9c52b30e5a360a6e0994d7','',NULL),(6206,'en','default','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'','LINE',NULL,10,'','018062b9071018e3f5e06a5412c7072d','',NULL),(6207,'en','default','29943a379473b7462de907c68b9e71e2','Lead Developer',NULL,NULL,'','LINE',NULL,10,'','f2005db95e0ab524f0b09e1af9715e25','',NULL),(6208,'en','default','f36e02a21ee4e6f0cf95f28d7660444b','Learn more about getting started',NULL,NULL,'','LINE',NULL,10,'','43838636cdc838c1c6c7ec2412909e42','',NULL),(6209,'en','default','1131070d5fb3172a4c5b2743b07d51ed','Learn more about updating PHP',NULL,NULL,'','LINE',NULL,10,'','fccb9f71b5a85a79f171cdf655319163','',NULL),(6210,'en','default','69847143f57cba5d08123f1df77e1b44','Left Sidebar',NULL,NULL,'','LINE',NULL,10,'','bfa5a9e16accaa13d09c591c518afb14','',NULL),(6211,'en','default','8a53b46ff3302929bfd1ec906c3877e8','Let’s go!',NULL,NULL,'','LINE',NULL,10,'','9d59ce35bde483a172901869897208dc','',NULL),(6212,'en','default','4d70254b3a8e2bc38b6147fa6ee813be','Library',NULL,NULL,'','LINE',NULL,10,'','0755d24b6e4a8a8597c6ac6a4fb48e78','',NULL),(6213,'en','default','238ac11a16d40ce07ee4cd11c3362590','Likely direct inclusion of %1$s in order to use %2$s. This is very wrong. Hook the %2$s call into the %3$s action instead.',NULL,NULL,'','LINE',NULL,10,'','47cb5885f9db6010f603bb67960055b8','',NULL),(6214,'en','default','33c4d5c318dd61032904715630d18983','Link Image To:',NULL,NULL,'','LINE',NULL,10,'','fffa7c7311f627e55ec2f6ddbef9c28a','',NULL),(6215,'en','default','1f7412ef1f7fdba3cc269af9a0b7a40c','Link Target',NULL,NULL,'','LINE',NULL,10,'','75fb72e82d37c2d355ae89f3c9572371','',NULL),(6216,'en','default','bce219410f014b5be1353379c2a2958d','Link added.',NULL,NULL,'','LINE',NULL,10,'','9eaab12b388946220626746f7dd9897e','',NULL),(6217,'en','default','14e35ccc0a9fe12740bd6b56bef11403','Link not found.',NULL,NULL,'','LINE',NULL,10,'','38158098461c6b8575e75e0effa6a230','',NULL),(6218,'en','default','5e02606aabfbcdd8b0f39810e2b62331','Link text, e.g. “Ransom Demands (PDF)”',NULL,NULL,'','LINE',NULL,10,'','fbe91085c5fed39c0c7b745543d6b25a','',NULL),(6219,'en','default','889a11ddef0907a4f124c08ce8f53e69','Link thumbnails to:',NULL,NULL,'','LINE',NULL,10,'','d89674cbc83a8ed7b44610c45289601d','',NULL),(6220,'en','default','5e13c663e00e71973596d3accbc31543','Link to image',NULL,NULL,'','LINE',NULL,10,'','a3d07d5119fa58210e6b61d0d018fed3','',NULL),(6221,'en','default','0e834bf99b1bb1a30a6c95bcef8a0aa2','Links Template',NULL,NULL,'','LINE',NULL,10,'','8f42fc482824cd0c80ddc9154a8e3046','',NULL),(6222,'en','default','ca887a8513c595e757361973c401dfc3','Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.',NULL,NULL,'','LINE',NULL,10,'','9ae02a33eb223e22333569fc7a0b76e7','',NULL),(6223,'en','default','10eb7592874db737e0252e30eb15cfe8','Links list',NULL,NULL,'','LINE',NULL,10,'','6725fb5b51cc28c4a45442f4b87ca922','',NULL),(6224,'en','default','c7f0cbe3fa31a466fba5041e2e2e84d2','Links may be separated into Link Categories; these are different than the categories used on your posts.',NULL,NULL,'','LINE',NULL,10,'','eb3782050fcb1d748f6f3e3f491220de','',NULL),(6225,'en','default','efe4cf30861171ecea0df2a12b9c16a0','Live Preview “%s”',NULL,NULL,'','LINE',NULL,10,'','2754e29a09375c97cb57290544367bb8','',NULL),(6226,'en','default','40d6cbe28b444f4e31e7982a2d87841b','LiveJournal',NULL,NULL,'','LINE',NULL,10,'','ea5287e96a42124ea89525524461ee1e','',NULL),(6227,'en','default','bd7dbee3e1d69d8e0fb167449e5416cd','Loading…',NULL,NULL,'','LINE',NULL,10,'','845e8b1bf6f2fa97d6aaffb05307f326','',NULL),(6228,'en','default','1a1472f51e73e30d30130c6ae0ec625d','Loading…',NULL,NULL,'','LINE',NULL,10,'','88f421d857e5765e838f555d4762a79b','',NULL),(6229,'en','default','a2aaea99ce8582dd3d50dabe340d010d','Local time is %s.',NULL,NULL,'','LINE',NULL,10,'','c8b8403beb288b226be8fd8254889cb8','',NULL),(6230,'en','default','58b00b9e6caaa8dbc5823fd24e7cb94a','Location of the uploaded file.',NULL,NULL,'','LINE',NULL,10,'','817d43c83d69a8c89f2f141fad4758bd','',NULL),(6231,'en','default','44b869367dc60dad99315ca40d3942d0','Log %s out of all locations.',NULL,NULL,'','LINE',NULL,10,'','badb2e7c7f63d492665990e25a8ef1c5','',NULL),(6232,'en','default','97fbc046dee0c24cc7ddc258ebcaca4e','Log Out Everywhere',NULL,NULL,'','LINE',NULL,10,'','88da604f8f6994ef11f19dd68b5a9036','',NULL),(6233,'en','default','2b502b84d79d95a55a39c6a772bab461','Log Out Everywhere Else',NULL,NULL,'','LINE',NULL,10,'','1833ed4c8efcb9e5e99a51748a0c657a','',NULL),(6234,'en','default','1c124c3750c7d7a139a12f66cd64af28','Login Name',NULL,NULL,'','LINE',NULL,10,'','8020fbbbc0b819db772943bc08f54e4d','',NULL),(6235,'en','default','839c0633140c82c4d0b78941a54f9618','Look Up',NULL,NULL,'','LINE',NULL,10,'','bf83a27eacaae22d6ef01fc1c7849142','',NULL),(6236,'en','default','012b698b09466b078b9398d5f869799d','Looking for %1$s in %2$s',NULL,NULL,'','LINE',NULL,10,'','1be1c495e4c3b1a63fbf2a466bd1d9e7','',NULL),(6237,'en','default','34504d2121b1fed8bbea382ddd8f2ea9','Loopback request',NULL,NULL,'','LINE',NULL,10,'','df5a46a7f0e13c86c0f11e7d39e0fbf2','',NULL),(6238,'en','default','5fcf507d4a8c4b8f493b33e9ebf0377b','Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.',NULL,NULL,'','LINE',NULL,10,'','a437093928b7e8d8832cb3e54fd3e022','',NULL),(6239,'en','default','bd3d531ed0db79a20a55a898063a29ce','M j, Y @ H:i',NULL,NULL,'','LINE',NULL,10,'','8d5c9b63a613bafffd87e5872b7909cb','',NULL),(6240,'en','default','706c1b1f9ccf231cfa448da3b0a6363c','M jS',NULL,NULL,'','LINE',NULL,10,'','f57c82a5940b6a5dbf3cae5f8fdf2613','',NULL),(6241,'en','default','10a5854b943a61c865dc5771332535b7','M jS Y',NULL,NULL,'','LINE',NULL,10,'','1178d8bb16a3c2aadb7f8aa281bbf586','',NULL),(6242,'en','default','8d8fcc1abd550c5f25dbfaa57d59cb67','MB',NULL,NULL,'','LINE',NULL,10,'','747f912f571f126ae1e95d17ba13216d','',NULL),(6243,'en','default','14d417e0e8deeb6d00a5aba42c562bf4','MB (Leave blank for network default)',NULL,NULL,'','LINE',NULL,10,'','16770fc073bd0a619e46dac20cc755f8','',NULL),(6244,'en','default','42388974913b939146f01d8ee56c233c','Mail Server',NULL,NULL,'','LINE',NULL,10,'','105bad0d1854771edafd33f642ad0e6e','',NULL),(6245,'en','default','dd14bf45255c8ac41b90923ad267598c','Main Index Template',NULL,NULL,'','LINE',NULL,10,'','71b0997e80044c485f9f01a353498413','',NULL),(6246,'en','default','205bd9048f3e2aa143fe718178b710c3','Main Page (no parent)',NULL,NULL,'','LINE',NULL,10,'','c3d494b42bfa2383bbb5ba57b193658d','',NULL),(6247,'en','default','4d7a3b1c46041dc73dec5764f3a6b63a','Main menu',NULL,NULL,'','LINE',NULL,10,'','96be57cff7cf8c2512badb9c7c03eefd','',NULL),(6248,'en','default','b95f5936b7ce1bee9d6f9537906b431a','Maintenance Release',NULL,NULL,'','LINE',NULL,10,'','13cd65a3ee1cf129dd8a1e5b7962d8ae','',NULL),(6249,'en','default','4e82c748d684d360ccd015a22772e85a','Maintenance Releases',NULL,NULL,'','LINE',NULL,10,'','4cdf3561346364352113f010269a575e','',NULL),(6250,'en','default','ab89afd4f3277b51a770febf8f2f425d','Maintenance and Security Release',NULL,NULL,'','LINE',NULL,10,'','4aef35279c2d717347825da0d8ff3e3a','',NULL),(6251,'en','default','5a45024b06d288f81635a8977e60e1ca','Maintenance and Security Releases',NULL,NULL,'','LINE',NULL,10,'','d37ef9418e82a6c1a0276f53b686e762','',NULL),(6252,'en','default','8fd62d51b724cddc1154839e2b5a4de4','Make this post sticky',NULL,NULL,'','LINE',NULL,10,'','7ed7e44d85807ee66d7a7777939e5d82','',NULL),(6253,'en','default','8289e2591f6be1707a0b2e7af3aeb83a','Manage <a href=\"%1$s\">widgets</a> or <a href=\"%2$s\">menus</a>',NULL,NULL,'','LINE',NULL,10,'','6130fa7389813c3cfd8921078a95054e','',NULL),(6254,'en','default','8d73b64b88946cf63a506c272009fbc2','Manage Locations',NULL,NULL,'','LINE',NULL,10,'','284b7202c1f2a6194d28a18a00243207','',NULL),(6255,'en','default','08c75612f76153e08c860e6fcc1fab52','Manage Themes',NULL,NULL,'','LINE',NULL,10,'','fb3908a5c57a115d79246a5d2ca342b8','',NULL),(6256,'en','default','aa627d8864a043933a39e2324f2770d8','Manage Uploads',NULL,NULL,'','LINE',NULL,10,'','7b510792c8484f1a1fa682af5a1e1526','',NULL),(6257,'en','default','e672dcdd58651939f1a5f63dd781d260','Manage inactive plugins',NULL,NULL,'','LINE',NULL,10,'','0c48ab07a35da26dc245996867438b59','',NULL),(6258,'en','default','df98310d6eef48189587073fa3054ab2','Manage menus',NULL,NULL,'','LINE',NULL,10,'','40c97667bd9ec6bac7f8207046ba2fd0','',NULL),(6259,'en','default','91287eec81e365d9a2d6364995ff0f6c','Manage widgets',NULL,NULL,'','LINE',NULL,10,'','b157a7245b4306bc2da32cd73b5ca90f','',NULL),(6260,'en','default','9cf0656a903bc3501b8295a7e88538fd','Manage with Live Preview',NULL,NULL,'','LINE',NULL,10,'','961ff0ad7f70dbf696947dbf0656ca76','',NULL),(6261,'en','default','e0ecd3559cac069688ab6eff36672885','Manage your plugins',NULL,NULL,'','LINE',NULL,10,'','35e320907447a81644f66a6717cd87c3','',NULL),(6262,'en','default','a4a290e173ea26ef52edee469a88d377','Manage your themes',NULL,NULL,'','LINE',NULL,10,'','c361571ce6576bb751ab4279ed777c47','',NULL),(6263,'en','default','87a4cd24ed88393b68b0c3eeaa9293ae','Managing Pages',NULL,NULL,'','LINE',NULL,10,'','d37efe53d3cb0e5aec280a71039aaa15','',NULL),(6264,'en','default','713db89d7ae9e244d012fb9dd9a53982','Managing pages is very similar to managing posts, and the screens can be customized in the same way.',NULL,NULL,'','LINE',NULL,10,'','5f160f3c0999b6f3c714064351523da7','',NULL),(6265,'en','default','8e405f9fa6f567aaaf8ba93596df767a','Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.',NULL,NULL,'','LINE',NULL,10,'','d87c37bfa257150ad73cd492d1558dbd','',NULL),(6266,'en','default','29c814f94f9655996c6982358d2d028f','Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.',NULL,NULL,'','LINE',NULL,10,'','90a9c622ce04410d1eb4367e50230adf','',NULL),(6267,'en','default','7ec9b462b84a3bc279f455f8ef0d4a41','Mark this comment as spam',NULL,NULL,'','LINE',NULL,10,'','1bcb2e3226167aa718a8fc91db5a8095','',NULL),(6268,'en','default','73176624be80c0e747297ff26dff6119','Matt Mullenweg',NULL,NULL,'','LINE',NULL,10,'','0a66e91cb9e4738737dce58766596d3e','',NULL),(6269,'en','default','9d3a53d1d556bec24f45cc2e458b363d','Max Height',NULL,NULL,'','LINE',NULL,10,'','4fa7f362d1c1d40f656441d94a6e683b','',NULL),(6270,'en','default','95e942c63e81ac4845c306bf110290a8','Max Width',NULL,NULL,'','LINE',NULL,10,'','dc61e6b1c69fab5e4a0af7db6a4a2fa0','',NULL),(6271,'en','default','5d177d32f8c9e4c522624ac4612d59d7','Max input time',NULL,NULL,'','LINE',NULL,10,'','03bb0ed028d6aa231992553a29e05949','',NULL),(6272,'en','default','6e15bbf8a68407a07523485ea995d931','Maximum Rating',NULL,NULL,'','LINE',NULL,10,'','8d9c7aabf69bde6390531800c6fc9c48','',NULL),(6273,'en','default','1c7942fe0c3aa84f2956687924eae8cf','Maximum size: %s',NULL,NULL,'','LINE',NULL,10,'','f3bca590ebf5e005620f526f180f06f8','',NULL),(6274,'en','default','ca7888e2af38a1aceb6e9bdc4f49ea96','Media Handling',NULL,NULL,'','LINE',NULL,10,'','facbac702b16b4bf58ad4d7a6ea1bf86','',NULL),(6275,'en','default','b8c98f42228a1856097f21e7aa71157a','Media file attached.',NULL,NULL,'','LINE',NULL,10,'','4f41cc4e9bf81ffd562f0fd63c938dc8','',NULL),(6276,'en','default','a5f02deb3b19ba8df6eff91f374b0781','Media file detached.',NULL,NULL,'','LINE',NULL,10,'','c821ad76b9f84305a97a1f8d9a367919','',NULL),(6277,'en','default','c8f4a2d01431adde9ce07b8198fb4784','Media file moved to the trash.',NULL,NULL,'','LINE',NULL,10,'','c959d5311e9ab05cee9288a00fefafbd','',NULL),(6278,'en','default','c67a89c1f8561401c5d8af435a328e67','Media file permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','d7585a940dfafb7a42ac1ca02fb83ded','',NULL),(6279,'en','default','de57c56d12c1a19edeeeba7e63597b30','Media file restored from the trash.',NULL,NULL,'','LINE',NULL,10,'','59bad6f548847be49df2345bca60d81e','',NULL),(6280,'en','default','c0d54cf0ce1525ad732143c46acb51ae','Media file updated.',NULL,NULL,'','LINE',NULL,10,'','9ac863e4b1ebabf32f06e768d4b15936','',NULL),(6281,'en','default','27dc5f265069c5c44f2f5e5b81e616e6','Media items list',NULL,NULL,'','LINE',NULL,10,'','8a2a261697e8e34976bf247aeb129613','',NULL),(6282,'en','default','cd0067c5622e0c61720d91e11454916c','Media items list navigation',NULL,NULL,'','LINE',NULL,10,'','c5a9da2acdddffb7a914440c38e7b909','',NULL),(6283,'en','default','275766fd914a1dfa0f39b21c94c4c1b8','Medium size',NULL,NULL,'','LINE',NULL,10,'','e4fbddc5305dd35de3ea87fdd17ad360','',NULL),(6284,'en','default','8635c02b3853f213eda0af2a88dc58f6','Meetups',NULL,NULL,'','LINE',NULL,10,'','605fdce3caf2e7140597a35c6580856a','',NULL),(6285,'en','default','77a3f553666ab77020a502e5079335c8','Membership',NULL,NULL,'','LINE',NULL,10,'','820a1092816f6bdd284d70241e530d4d','',NULL),(6286,'en','default','87fb13ce6d2e3e222d3c4f3ff30fa0a1','Menu Item',NULL,NULL,'','LINE',NULL,10,'','434f28ca7b6d0f3f495ff5ca3b776ee3','',NULL),(6287,'en','default','1a12590b328706178ff2578fc839555c','Menu Management',NULL,NULL,'','LINE',NULL,10,'','3eedd223b76fd68e50248a0655649922','',NULL),(6288,'en','default','17ea368fa0aaaa663f860633909daa1c','Menu Settings',NULL,NULL,'','LINE',NULL,10,'','2ffcb48b9449d2fffcf8ab9433cd0674','',NULL),(6289,'en','default','483790a62424024a47f3a5d8d254fd06','Menu locations updated.',NULL,NULL,'','LINE',NULL,10,'','3a45a430923693f9ef5199a170d6febb','',NULL),(6290,'en','default','075aca328011bcabd443fd73a9fa7c14','Menu order',NULL,NULL,'','LINE',NULL,10,'','f555cc90b06469e5c6aff44ba129c4ef','',NULL),(6291,'en','default','c54156411a06eae7e9b7be304b4055d1','Menu structure',NULL,NULL,'','LINE',NULL,10,'','d41c629e4e79db5c4dc166103452f400','',NULL),(6292,'en','default','253a7846f846822cef57c24c1e7773a1','Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the <a href=\"%1$s\">Widgets</a> screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.',NULL,NULL,'','LINE',NULL,10,'','b928a19f854171bb78ebcc1581a3ebbd','',NULL),(6293,'en','default','4aaed6e4c29f13a7c40cfd28581ef63f','Missed schedule',NULL,NULL,'','LINE',NULL,10,'','5ce6ba3d6cf08f5724ad77680b017862','',NULL),(6294,'en','default','39379cb5216586c1e0bb31cd0dee64be','Missing Widgets',NULL,NULL,'','LINE',NULL,10,'','fed26992edec9b0b4e080ce678b8e973','',NULL),(6295,'en','default','7623dae1dc1a0906e7062e209e36cbdb','Missing a temporary folder.',NULL,NULL,'','LINE',NULL,10,'','af5163fea058b8f4b064b75f5436915c','',NULL),(6296,'en','default','319e6bc7c9cb0b79733992eafc024d1d','Missing eraser index.',NULL,NULL,'','LINE',NULL,10,'','6082266c9d70825ad8632ad2c5831e91','',NULL),(6297,'en','default','4e6589a0b04d190c378d63379642ec1f','Missing exporter index.',NULL,NULL,'','LINE',NULL,10,'','75b80ecd1bc591953d1dd9cd34a29a0d','',NULL),(6298,'en','default','0c8552c0252427a667c52def3bda8f03','Missing page index.',NULL,NULL,'','LINE',NULL,10,'','55e9a5d0da224e2019b9f5d202192b84','',NULL),(6299,'en','default','bfe886c68186a747c192a30a95467bf6','Moderate Comment',NULL,NULL,'','LINE',NULL,10,'','fed359494505b9c43e6b023c0daab170','',NULL),(6300,'en','default','9f254df8f5fe774d20ea975be672bd51','Moderating Comments',NULL,NULL,'','LINE',NULL,10,'','c746a0e88169f436e9a6466942252718','',NULL),(6301,'en','default','388a1fa2869cce171e0ca8466a1f7f76','MonsterID (Generated)',NULL,NULL,'','LINE',NULL,10,'','767073e3955071e3088c21b5a8ff2568','',NULL),(6302,'en','default','e6e07959e7b527f530ecb8d8d523c1c2','Month and name',NULL,NULL,'','LINE',NULL,10,'','c1031883df63df02381881ba4d5a878b','',NULL),(6303,'en','default','dfe9ff4dbd90ea59c5e0a7c965dee422','More Actions',NULL,NULL,'','LINE',NULL,10,'','a556355f777a02383101989df47444db','',NULL),(6304,'en','default','58b5eb88c7c79201506292ee930aec19','More Details',NULL,NULL,'','LINE',NULL,10,'','99d599cf8f98668d474018a85e7bfbe1','',NULL),(6305,'en','default','77c41ffdf7bebe6e2f1896cf8ae78a73','More information about %s',NULL,NULL,'','LINE',NULL,10,'','fd2502901129f960140b7fda25da4e5b','',NULL),(6306,'en','default','fb6d723e8290c1b7c3e828132a852a97','Most Recent',NULL,NULL,'','LINE',NULL,10,'','2704f47c3fdbfa97dfb59dd051cc111b','',NULL),(6307,'en','default','fcd99583341d36fed9a308df418b0501','Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.',NULL,NULL,'','LINE',NULL,10,'','f0345a79c1b5429286734217a80c98ed','',NULL),(6308,'en','default','f5edc853e96c1ea8b465c7ab39769ca3','Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.',NULL,NULL,'','LINE',NULL,10,'','a516610b2a4c609cdd98fb0de2c64939','',NULL),(6309,'en','default','15cc57dcd87597da973e70d74205b018','Movable Type and TypePad',NULL,NULL,'','LINE',NULL,10,'','89e69c4fbe58cc837c6c1a0753ebec56','',NULL),(6310,'en','default','6bc362dbf494c61ea117fe3c71ca48a5','Move',NULL,NULL,'','LINE',NULL,10,'','91321d9908b497e7c457a4f78798429f','',NULL),(6311,'en','default','34a6d4b91ca8a40fde4c72100ca9358e','Move “%s” to the Trash',NULL,NULL,'','LINE',NULL,10,'','20491b46d52ff0f5a0e724157649e743','',NULL),(6312,'en','default','e434ffb61c1064f3e09db0aaf38c7e8d','Move this comment to the Trash',NULL,NULL,'','LINE',NULL,10,'','8eca60f4d65da47c60865d70ea6042c5','',NULL),(6313,'en','default','3398384d71c37431547588101fc25266','Multisite support is not enabled.',NULL,NULL,'','LINE',NULL,10,'','89a2e1af50d8f1b5eb63c7cfd65d34e1','',NULL),(6314,'en','default','48b15840869a8a9978cde1aa8a21cf35','Must Use Plugins',NULL,NULL,'','LINE',NULL,10,'','66584f1706495474dff47600d78fa183','',NULL),(6315,'en','default','3f92fd8f83520c886dbb72ad1c2fcc09','Must-Use <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','8333db8622c97056ed331fa5557f79e6','',NULL),(6316,'en','default','edbf7d305f174d743ff65f18adb4bdb1','My Network',NULL,NULL,'','LINE',NULL,10,'','b99a2dc45ddbd68011feb1b9feec93c6','',NULL),(6317,'en','default','0a6ebe44585b2f0427a46ea1eaadde35','My Site',NULL,NULL,'','LINE',NULL,10,'','b0a2520129928a42fb724ad32f7755b2','',NULL),(6318,'en','default','dbd7ddf3b64e0b863f496fbf096cbfe9','MySQL utf8mb4 support',NULL,NULL,'','LINE',NULL,10,'','869bd841e4b1a35c1d304b11f77864d0','',NULL),(6319,'en','default','4da466ef7ed9d396922daa186c406a0e','Mystery Person',NULL,NULL,'','LINE',NULL,10,'','c3c3f5b8fdfab9363da8ef5828dc1821','',NULL),(6320,'en','default','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,10,'','52b4c7dc9c72494863e18b45a3f4c4ce','',NULL),(6321,'en','default','d9208cb0bdcef2e1858fe04500cc0bb4','Need help putting together your new Privacy Policy page? <a href=\"%1$s\" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.',NULL,NULL,'','LINE',NULL,10,'','2cbbfb3a25066c84f08dd0d61610034d','',NULL),(6322,'en','default','ca2da4894dda9a91d27cbaf63ac79c84','Need help putting together your new Privacy Policy page? Check out our guide for recommendations on what content to include, along with policies suggested by your plugins and theme.',NULL,NULL,'','LINE',NULL,10,'','5f29f9c8feb8610ed8fa1199c112304e','',NULL),(6323,'en','default','69367be9fa5866b09501b0d079564b18','Need help? Use the Help tab above the screen title.',NULL,NULL,'','LINE',NULL,10,'','56c531d99f778eed63e47ab158eca170','',NULL),(6324,'en','default','466eb98c94140441eee54ed7e237f4b0','Need more help? <a href=\"%s\">We got it</a>.',NULL,NULL,'','LINE',NULL,10,'','8b714351820a87d680a0894e21c79216','',NULL),(6325,'en','default','1b3edc95015dca1e7a8b0f58160a0245','Network Active',NULL,NULL,'','LINE',NULL,10,'','1a6d29821e0200fdbc3e1bf3118ac18d','',NULL),(6326,'en','default','37227e686d816d0b673b7f7173abcf4d','Network Deactivate',NULL,NULL,'','LINE',NULL,10,'','780d7d4e4a83154b332a9c49213da373','',NULL),(6327,'en','default','292fe4dabdf2e5e796c4582a092faafb','Network Only',NULL,NULL,'','LINE',NULL,10,'','1e37e2f55d32787e5345850c2d256965','',NULL),(6328,'en','default','48ced9cf66bab687cae37c23567e32f8','Network Setup',NULL,NULL,'','LINE',NULL,10,'','67401d1cd8a183a5dde065b60925f72c','',NULL),(6329,'en','default','de59087c650fa502a8db2eed65a60ded','Network count',NULL,NULL,'','LINE',NULL,10,'','9ffde9c2c177df07f7594a4cd0da84d3','',NULL),(6330,'en','default','2d447477f28a049618f0d8f72fbee187','New Body Tag Hook',NULL,NULL,'','LINE',NULL,10,'','e5ae95f1dbba5ba49cfbe8a87e1e37a2','',NULL),(6331,'en','default','91e728b9cf0ee215341ab6869dc8bdd2','New Dashboard Icons',NULL,NULL,'','LINE',NULL,10,'','bf4e34d5a993cd79d04eac38c463afa6','',NULL),(6332,'en','default','ae3bb2a1ac61750150b606298091d38a','New Password',NULL,NULL,'','LINE',NULL,10,'','a729d5d868b28e3d7d0abc53ad0b0680','',NULL),(6333,'en','default','415026980280decbe8391def242231dc','New User Default Role',NULL,NULL,'','LINE',NULL,10,'','fac9b6782c7e5af88c20acf99c74ef75','',NULL),(6334,'en','default','261733f49e2afa64e5cc0f1899736d56','New WordPress Site',NULL,NULL,'','LINE',NULL,10,'','e7be3f5cf4c2575eb8d2646554c48092','',NULL),(6335,'en','default','b9a492bdfa9de54c963f71db20af3b94','New category name',NULL,NULL,'','LINE',NULL,10,'','f8cd7f0ba761eff743c9e74748bdfd12','',NULL),(6336,'en','default','8961b4c2e61b1fae2be2f2c573be1b64','New dimensions:',NULL,NULL,'','LINE',NULL,10,'','88e74294e20c6f9b442aaeeea2b2ab7e','',NULL),(6337,'en','default','7fc9bafe64334997d1364967ca25b798','New theme activated.',NULL,NULL,'','LINE',NULL,10,'','b5b5db80719a38cf595fd4d2b73dc158','',NULL),(6338,'en','default','91a1c89681d3b16e7e399b43e80dca96','New translations are available.',NULL,NULL,'','LINE',NULL,10,'','a32d6df36bbfd2b2dcdc5f0bd31079ad','',NULL),(6339,'en','default','337a1be4d32b8e712f9e11d137178430','New user created.',NULL,NULL,'','LINE',NULL,10,'','359d2e447495355c5780eb95642687fd','',NULL),(6340,'en','default','d1bfcf365571ea572429782f482e6766','New user created. <a href=\"%s\">Edit user</a>',NULL,NULL,'','LINE',NULL,10,'','a2cd580e77e50ff5017fd43db64d558f','',NULL),(6341,'en','default','2389d7129104cfac409da3c890e33914','New users are automatically assigned a password, which they can change after logging in. You can view or edit the assigned password by clicking the Show Password button. The username cannot be changed once the user has been added.',NULL,NULL,'','LINE',NULL,10,'','c6559e2bd6df695c919e692ff066cd7e','',NULL),(6342,'en','default','d69368d98c291d96caf86f6d031b886a','New users will receive an email letting them know they’ve been added as a user for your site. This email will also contain their password. Check the box if you don’t want the user to receive a welcome email.',NULL,NULL,'','LINE',NULL,10,'','6f2b17a6f2c2c07d29e2fa24c1416dc2','',NULL),(6343,'en','default','d89fe0990fe674aef6943ff116af39e5','New version available. <button class=\"button-link\" type=\"button\">Update now</button>',NULL,NULL,'','LINE',NULL,10,'','a4687dcfe0eba4d80838d6f0481f95d7','',NULL),(6344,'en','default','819807763bdc5d23fc6eca40a0ee21bc','Newer Version (%s) Installed',NULL,NULL,'','LINE',NULL,10,'','b9e216039140c08e58fc94f247fde608','',NULL),(6345,'en','default','dd1ba1872df91985ed1ca4cde2dfe669','News',NULL,NULL,'','LINE',NULL,10,'','a6d8143ab2a12d49f115a5019b534a52','',NULL),(6346,'en','default','1b920337ea7c0ca3dadb73c0a64b69a7','Next Steps',NULL,NULL,'','LINE',NULL,10,'','f8b69a7514547f3cb72237e60cd2e958','',NULL),(6347,'en','default','5b023ad92a5e48bebb01293e381ef1ff','Next theme',NULL,NULL,'','LINE',NULL,10,'','e64fef59dd01f9e7f9ab2c3b2897cd6c','',NULL),(6348,'en','default','1771b8284280660537e3e533f88af3b2','Nickname',NULL,NULL,'','LINE',NULL,10,'','5e84fcbaf888e6382cb108d7e3d3aa74','',NULL),(6349,'en','default','c04452bdaf053e4dd7b4c91ef45f5a55','No Update Required',NULL,NULL,'','LINE',NULL,10,'','80434df2de125a7648428ccb6ce4161c','',NULL),(6350,'en','default','b8718cbc20b9a1b4f538ae8edb769658','No activity yet!',NULL,NULL,'','LINE',NULL,10,'','407b5febd7570404b201db77a760ca4e','',NULL),(6351,'en','default','269c5f61b25375f2456a592934ea5181','No approved comments',NULL,NULL,'','LINE',NULL,10,'','c59bbe4f3959c8f9655850dd406a1822','',NULL),(6352,'en','default','962491a09ce43604118343d78d4fdb2a','No comments',NULL,NULL,'','LINE',NULL,10,'','4a7b20e54f85f75a5d2669d95cb611a5','',NULL),(6353,'en','default','e5b64f80f1657d572800ddd38dfb5151','No comments awaiting moderation.',NULL,NULL,'','LINE',NULL,10,'','376d097f08987bb1204858399b1ef9da','',NULL),(6354,'en','default','7640e9e347488b0537ea4732db7ce9ab','No comments found.',NULL,NULL,'','LINE',NULL,10,'','0043f0b2c23084b41745071f1eca6d59','',NULL),(6355,'en','default','ac887a7c8910147cb2e5c1b41985381a','No comments yet.',NULL,NULL,'','LINE',NULL,10,'','e8c476f474099e5a1f0e6a69459279e2','',NULL),(6356,'en','default','9b7ccbda7073f6ae470fbad435accb8f','No description',NULL,NULL,'','LINE',NULL,10,'','7f7ffeb06a9890a0f6fac26573cde85f','',NULL),(6357,'en','default','8c9067e52e4440d8a20e74fdc745b0c6','No file was uploaded.',NULL,NULL,'','LINE',NULL,10,'','973e3d270086932f67a4dd4c8598fdc4','',NULL),(6358,'en','default','868696dd210004d71945aae94b6f4792','No further action is needed on your part.',NULL,NULL,'','LINE',NULL,10,'','85d156a15b61bdf68cc92aaf60809ebe','',NULL),(6359,'en','default','812a08fa198b8babf03d117e220e3dfc','No importers are available.',NULL,NULL,'','LINE',NULL,10,'','c104a500a2925acb9be57bb4474156e8','',NULL),(6360,'en','default','0d8e773396003de02d70e4e70d7930a7','No items.',NULL,NULL,'','LINE',NULL,10,'','cf88babd429337afdc665ac0ae587385','',NULL),(6361,'en','default','0b77a05b888a7913d65957ce4ed77a0a','No links found.',NULL,NULL,'','LINE',NULL,10,'','1582dc3cfe71845225a6feb7f4dee1ab','',NULL),(6362,'en','default','43bd7e159197f3c704c86eba64c8a575','No pending comments',NULL,NULL,'','LINE',NULL,10,'','6a7feb8c4830b3de797b682d5fe08698','',NULL),(6363,'en','default','e08b634d5dbc146f0cbee0622689ae09','No permalink structure set',NULL,NULL,'','LINE',NULL,10,'','bc6c0e1c22edc942c7a19d36a53da4d6','',NULL),(6364,'en','default','0340589bcfdc4fef9ce7f9124e2eb42a','No plugin specified.',NULL,NULL,'','LINE',NULL,10,'','3128c9a262f3a44d89f8a1d81b58919d','',NULL),(6365,'en','default','82747c6d4c1330292ec53c84555aea5a','No plugins found for “%s”.',NULL,NULL,'','LINE',NULL,10,'','0ac0e83582a65463c9de05c189254a0b','',NULL),(6366,'en','default','0f25be084773438f4cc5c9185fdbdc92','No plugins found.',NULL,NULL,'','LINE',NULL,10,'','848efcd655f22e6f29226ecab7566185','',NULL),(6367,'en','default','f2981d64c74cb84aee181bd09890e818','No role',NULL,NULL,'','LINE',NULL,10,'','4f8b30edad44de9f7ba0426a8604077e','',NULL),(6368,'en','default','def8115c948092606bb6dc3d013beb3e','No scheduled events exist on this site.',NULL,NULL,'','LINE',NULL,10,'','1777419a14d970a247af53297ad44098','',NULL),(6369,'en','default','ab970c2bd52ee8e6782c55e1cabf9b31','No such file exists! Double check the name and try again.',NULL,NULL,'','LINE',NULL,10,'','b12bf1f9364f2eca8f5d885147303437','',NULL),(6370,'en','default','5e251bf1f14d5a8119c59ff5d8bb0017','No thanks, do not remind me again',NULL,NULL,'','LINE',NULL,10,'','e2e529a28917696f0746167227a165ad','',NULL),(6371,'en','default','4e2e55eccd6dec665e9185157fc2288b','No theme specified.',NULL,NULL,'','LINE',NULL,10,'','46eab9ad00c739793b93ba0c20a02392','',NULL),(6372,'en','default','48d057ca6bf217d80224e8579669efe3','No themes match your request.',NULL,NULL,'','LINE',NULL,10,'','c3e2e58239203308276f89589951557b','',NULL),(6373,'en','default','ef68cf0d4461a8893f9ef689a8069345','No users found.',NULL,NULL,'','LINE',NULL,10,'','0011781b8eb6e8eaeaf61a193c10d1ad','',NULL),(6374,'en','default','67fc43d8e2fb2b7ab4bf8396d05a1603','No valid plugins were found.',NULL,NULL,'','LINE',NULL,10,'','d63e1379895739890328170c1c21632a','',NULL),(6375,'en','default','a1fcdbce3ac0f29fe75bff2688431c75','No version control systems were detected.',NULL,NULL,'','LINE',NULL,10,'','02bf1e0c9a78e1f65bb8277b38c5238a','',NULL),(6376,'en','default','3361af8acbc3d35f52cc0bac8a577047','No version or author information is available.',NULL,NULL,'','LINE',NULL,10,'','2cb8ca94e37a72f9015238c0f74a5a0a','',NULL),(6377,'en','default','6c49583c00b6bc8ae9f6cde0ee10a7c6','No, return me to the plugin list',NULL,NULL,'','LINE',NULL,10,'','47bfc6d9b302ffa5f8ae905968625a5a','',NULL),(6378,'en','default','99d007d552f181b3112c49222b3c8dd4','Not Sticky',NULL,NULL,'','LINE',NULL,10,'','59bf22fc6c899af283d3407f742e7546','',NULL),(6379,'en','default','2d25c72c1b18e562f6654fff8e11711e','Not available',NULL,NULL,'','LINE',NULL,10,'','4ed9266fd7038e0afb6ea188e9b9da95','',NULL),(6380,'en','default','11322c818cc18c58db27d5ee17233bd9','Not writable',NULL,NULL,'','LINE',NULL,10,'','48c62f5ed18435816b86e3335f507d24','',NULL),(6381,'en','default','fa7382ff700d3724fcb12033da8e6824','Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.',NULL,NULL,'','LINE',NULL,10,'','9ad46fafa73b0c374061a5555c826d1b','',NULL),(6382,'en','default','f93cdc6233018a3bc66fa518cbbeac01','Note: Neither of these options blocks access to your site — it is up to search engines to honor your request.',NULL,NULL,'','LINE',NULL,10,'','184ff73e3bba30a90845a13b3a9bc00c','',NULL),(6383,'en','default','f4c6f851b00d5518bf888815de279aba','Notes',NULL,NULL,'','LINE',NULL,10,'','76d962bfb2c6655918713c9203f3f087','',NULL),(6384,'en','default','22ddb53b5d9e869750e16d150b9a6bb3','Noteworthy Contributors',NULL,NULL,'','LINE',NULL,10,'','79b4362b90f5a1ed6d77771a28eb69f6','',NULL),(6385,'en','default','e8712092c60ec80e20db5fb3fc3d975d','Nothing to save, the image has not changed.',NULL,NULL,'','LINE',NULL,10,'','9eb71703bd91e79b5b7ee86318179d21','',NULL),(6386,'en','default','893b50b5ba267d0df8d24aa77329f9a7','Notice:',NULL,NULL,'','LINE',NULL,10,'','c110d401119c6476dabe50e400a06da6','',NULL),(6387,'en','default','0288dd711e65968bfdde3f10f54dcff6','Number of Themes found: %d',NULL,NULL,'','LINE',NULL,10,'','ee4d2d504af9b42b3e5a7464e1d0723d','',NULL),(6388,'en','default','cd05ee51e75e88a93ab57da612d356fc','Number of items per page:',NULL,NULL,'','LINE',NULL,10,'','f418b8c01965c0aff471a68a88564f8c','',NULL),(6389,'en','default','e93f994f01c537c4e2f7d8528c3eb5e9','Count',NULL,NULL,'','LINE',NULL,10,'Number/count of items','cbc9742faeb50eb6ad78f50ccdaa8b68','',NULL),(6390,'en','default','87322391cc6e8948ce9fd5d6cb84fced','Numeric',NULL,NULL,'','LINE',NULL,10,'','206d80b957d1098a27395906095e6119','',NULL),(6391,'en','default','e45bfeb9fa95a202319d55f3ba06991b','On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins, and translations from the WordPress.org repositories.',NULL,NULL,'','LINE',NULL,10,'','e372d88371c5bbedffe3b8b4d1dc9d54','',NULL),(6392,'en','default','0714b33feb07b8992b9914025e568fc8','Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.',NULL,NULL,'','LINE',NULL,10,'','656b0f02feb4ed602f3d68d8ba6571e8','',NULL),(6393,'en','default','15ba3609d6a9a8be7cc025c41ae19f62','Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you’re interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look.',NULL,NULL,'','LINE',NULL,10,'','72042c37469bf256bfc5bb674562276f','',NULL),(6394,'en','default','8e20cb9ac7a7a3d3dfc249d35e9b4717','Once you have made your selection, you can adjust it by entering the size in pixels. The minimum selection size is the thumbnail size as set in the Media settings.',NULL,NULL,'','LINE',NULL,10,'','7378db9da96f4b5aeed6cc14a9089a1a','',NULL),(6395,'en','default','02a05f8200d69abd63a62fb16bc7404f','Once you hit “Confirm Deletion”, the user will be permanently removed.',NULL,NULL,'','LINE',NULL,10,'','ef7fea94758275187784ef15c8eb077f','',NULL),(6396,'en','default','83ccb8d3cd7cb228d8d89f83c0a6ec7f','Once you hit “Confirm Deletion”, these users will be permanently removed.',NULL,NULL,'','LINE',NULL,10,'','cfcd838a5785c1f1de40ff0f4be2a7e2','',NULL),(6397,'en','default','0dcbc95d2f0f9bb8cee6cabd144483ba','Once you’ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.',NULL,NULL,'','LINE',NULL,10,'','12aa9807b432fccf591bd1195d00700f','',NULL),(6398,'en','default','8f5b3b4a263709d0e5027987ebc05b86','One Column',NULL,NULL,'','LINE',NULL,10,'','3fe2124459e720be6439345ad4a1af2e','',NULL),(6399,'en','default','e8e8c081f4c70bd883451ba47fc4eb93','One of the plugins is invalid.',NULL,NULL,'','LINE',NULL,10,'','6f3e5f2dd3401ccf997c8bb1e6f2ad16','',NULL),(6400,'en','default','aee3392af471e36092cce4382d87ef9c','One of the selected users is not a member of this site.',NULL,NULL,'','LINE',NULL,10,'','67c0f117144e3c01eb2fa4ad1b26cd0e','',NULL),(6401,'en','default','f67bd0e3594baa94bfd0f6ca34a9c158','One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.',NULL,NULL,'','LINE',NULL,10,'','fee70327855b442f000e29a2ea3e36cf','',NULL),(6402,'en','default','1ac8d9a06b5ae7da5267f9adc6f310c9','One or more plugins failed to load properly.',NULL,NULL,'','LINE',NULL,10,'','ed032ffcdb0cd0db1bcbdfe78f080d70','',NULL),(6403,'en','default','70c927fd82489b32e9dd0387b9eaeb38','One or more recommended modules are missing',NULL,NULL,'','LINE',NULL,10,'','f28e14d8aecf3407e7f98a35ba37443b','',NULL),(6404,'en','default','37ca51a0f5026b9169fc0070b6122f4d','One or more required modules are missing',NULL,NULL,'','LINE',NULL,10,'','712f95091a6148025a3fc5b7d8111e8d','',NULL),(6405,'en','default','7d3091ad0042744ba0a241b3485db595','One or more themes failed to load properly.',NULL,NULL,'','LINE',NULL,10,'','74d3027e1bdd964560fe48aead63e907','',NULL),(6406,'en','default','973ec6c9a33709222dac55a3d2e39458','Only parts of your site are using HTTPS',NULL,NULL,'','LINE',NULL,10,'','476001b45fd672a713d9b886557dcf87','',NULL),(6407,'en','default','1d0317d126d4bb01475c274825fdfcec','Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.',NULL,NULL,'','LINE',NULL,10,'','aee75a6479902eb2d96e036c8bab4bff','',NULL),(6408,'en','default','7a0d62b3716ce5fb226b5cd71fe0419a','Oops, no such file exists! Double check the name and try again, merci.',NULL,NULL,'','LINE',NULL,10,'','ef2bd8f71a46a1eaeae3ee16e756de66','',NULL),(6409,'en','default','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'','LINE',NULL,10,'','529fec214c83ccc13ea9f2b9982da799','',NULL),(6410,'en','default','f230d3e5110f2ebddd55016e89e22539','Or choose an image from your media library:',NULL,NULL,'','LINE',NULL,10,'','309338a7a06974c4f4aad26a3ff85cab','',NULL),(6411,'en','default','85101302f97c3dc0e3533fe9e58cd485','Or:',NULL,NULL,'','LINE',NULL,10,'','5c659249c9144708cdf2f22b1e47dfb9','',NULL),(6412,'en','default','e01387d843f113215bcdc1ca7829e7df','Order images by:',NULL,NULL,'','LINE',NULL,10,'','42d908284d714d4ab3d7c103a187caa8','',NULL),(6413,'en','default','2ca3deb5cd68fa9119b285804fab572f','Order:',NULL,NULL,'','LINE',NULL,10,'','c56d1ab74b96106aec4f9f3e5f71d0ca','',NULL),(6414,'en','default','3a936170a7dda1642445109a26dee55f','Organize my uploads into month- and year-based folders',NULL,NULL,'','LINE',NULL,10,'','9c791b2a5924c254c99e91cce1554c9d','',NULL),(6415,'en','default','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'','LINE',NULL,10,'Original Size','e855a1081a00467038cf88168379c0d3','',NULL),(6416,'en','default','505073ede100da5bec233016bb6dc8cc','Original dimensions %s',NULL,NULL,'','LINE',NULL,10,'','0c6719af5a9d5ccf12854cc548e02629','',NULL),(6417,'en','default','d768dcd87c3a3a35978bac4f126f092d','Other Themes',NULL,NULL,'','LINE',NULL,10,'','bdfb429ff618cca2fca6c52fdc7dffe8','',NULL),(6418,'en','default','160085ca8ac802dab9b11e3fc3437cd0','Other WordPress News',NULL,NULL,'','LINE',NULL,10,'','4b88162d41d6f5755066730088bbc9e6','',NULL),(6419,'en','default','d3db447b15575c3fdedd380e737f94b3','Other comment settings',NULL,NULL,'','LINE',NULL,10,'','f1a1dbbcfdd840f26abd8fd1d806e693','',NULL),(6420,'en','default','b4684d8078ea0c5f2f1b8d664924c6ac','Other user roles have been changed.',NULL,NULL,'','LINE',NULL,10,'','fb28eb99174fb0b986cff1c14a54acbc','',NULL),(6421,'en','default','78396d895adb5ce29d91411699647744','Other users have been deleted.',NULL,NULL,'','LINE',NULL,10,'','22cd1ec3c7b009df61891f4aff7cd489','',NULL),(6422,'en','default','996968cb2f9356d44845c048d1a84151','Other users have been removed.',NULL,NULL,'','LINE',NULL,10,'','1c21145924ec8df2a84a0c386d11291e','',NULL),(6423,'en','default','60c69c85078faab94c4ad122825e041b','Our website address is: %s.',NULL,NULL,'','LINE',NULL,10,'','9864bae3e2831914ba049efb8e2e3b08','',NULL),(6424,'en','default','77742da9fe7c9cd52945f1a6ba304e42','Outdated SQL server',NULL,NULL,'','LINE',NULL,10,'','d4cd050517abd06f4cdd30e223ad78d4','',NULL),(6425,'en','default','3b878279a04dc47d60932cb294d96259','Overview',NULL,NULL,'','LINE',NULL,10,'','222843468c38b7ce807f729c952750c3','',NULL),(6426,'en','default','e2cedf7a942de0ad15a8822bb050d266','PG — Possibly offensive, usually for audiences 13 and above',NULL,NULL,'','LINE',NULL,10,'','a50fe2e8a6c48cdfa5202f72cf90539e','',NULL),(6427,'en','default','4852a428cfc768ad08f91159e020561e','PHP Error Protection',NULL,NULL,'','LINE',NULL,10,'','468c3625b689ec9789d40763bc971ccd','',NULL),(6428,'en','default','7ad2dcb1e487bdf250b445791771800a','PHP Extensions',NULL,NULL,'','LINE',NULL,10,'','10fe30e6e310a11e21df9dfd29e682e5','',NULL),(6429,'en','default','a7a0ace8a5851c524c677c2c8cb940c4','PHP SAPI',NULL,NULL,'','LINE',NULL,10,'','46d41b9f0a5f3400258191a07f21df6e','',NULL),(6430,'en','default','81f1d6f334d915e890d1a3e192c12173','PHP Update Required',NULL,NULL,'','LINE',NULL,10,'','9afa1790acf63e015fe5f6d8289313c9','',NULL),(6431,'en','default','ab64e3d5feb645333b320d80a84c8255','PHP Version',NULL,NULL,'','LINE',NULL,10,'','f96343ea167f5ddf58fdc53135f6b086','',NULL),(6432,'en','default','d70465a1862eb3aa061976f6b7fa0d43','PHP Version Bump',NULL,NULL,'','LINE',NULL,10,'','efe9bda6851affa4dfcc00db7f55a856','',NULL),(6433,'en','default','700d5829cd0a1869e5e5246160251533','PHP is the programming language we use to build and maintain WordPress. Newer versions of PHP are both faster and more secure, so updating will have a positive effect on your site’s performance.',NULL,NULL,'','LINE',NULL,10,'','783e4f8397d60e4255d40bbd95221694','',NULL),(6434,'en','default','8e6b705caedc0634ffdf7b019c164e62','PHP is up to date (%s)',NULL,NULL,'','LINE',NULL,10,'','31084130e2e7c4bb92dba183d6aea873','',NULL),(6435,'en','default','c880d2a06ea215f9396da3f87ce5d086','PHP max input variables',NULL,NULL,'','LINE',NULL,10,'','102df1d7f2202039aa729d56db5d30c4','',NULL),(6436,'en','default','9b0b53d8c5a62263c7db8c9e1ae3b315','PHP memory limit',NULL,NULL,'','LINE',NULL,10,'','1378cbb256827ac984ac608efd55a18f','',NULL),(6437,'en','default','66363858112acc12c69d8c4ef35fae76','PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator.',NULL,NULL,'','LINE',NULL,10,'','9765ecbe887101f98205f40e7231eeb7','',NULL),(6438,'en','default','46e2693f0d5361ef937fc561dcbb4a3c','PHP post max size',NULL,NULL,'','LINE',NULL,10,'','4877fca6a872c57b2ab1bb529d3dee57','',NULL),(6439,'en','default','94af5df6182efd3591d0ccccaa04bd5c','PHP time limit',NULL,NULL,'','LINE',NULL,10,'','9fd5fe6da4e1c72eb883a520f94b83e0','',NULL),(6440,'en','default','fa374422dcbc5f017b5ecbc93355e02e','PHP version',NULL,NULL,'','LINE',NULL,10,'','cdc175c61a697000e36751cb6cd47da4','',NULL),(6441,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,10,'','560d796116b11ddb7808064bbf366bc6','',NULL),(6442,'en','default','98cf1a26a27eba0feb82805751430a83','Page draft updated.',NULL,NULL,'','LINE',NULL,10,'','5f5d2ffc7af92c1b13d8aa74d4d6ae5f','',NULL),(6443,'en','default','46fe596b1ddb2e7b717940954ace4c9e','Page index cannot be less than one.',NULL,NULL,'','LINE',NULL,10,'','8b00437b1738f09848d643d6ec7068c3','',NULL),(6444,'en','default','0d1e64593926aa85a8e1013b9509d266','Page restored to revision from %s.',NULL,NULL,'','LINE',NULL,10,'','efe7110a6c37037de10a98973d011f98','',NULL),(6445,'en','default','e800fbaacea357fdc8f87bddee76ec84','Page saved.',NULL,NULL,'','LINE',NULL,10,'','d255af602f27d5311a90d80157776e4c','',NULL),(6446,'en','default','c539d21b36237576f78c910df027012e','Page scheduled for: %s.',NULL,NULL,'','LINE',NULL,10,'','1fd185d01d8407c32b57e6fd8d82c98c','',NULL),(6447,'en','default','edf9caa4a44775e974b81a3f9821442a','Page submitted.',NULL,NULL,'','LINE',NULL,10,'','d40349c1a00b1b959c3b05ccc6a6185e','',NULL),(6448,'en','default','60be57d14942b01e4d2bccff314615dc','Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the “Parent” of the other, creating a group of pages.',NULL,NULL,'','LINE',NULL,10,'','5bb48b4ca8537da5fe1c709d252a3dab','',NULL),(6449,'en','default','cbb81506a7fe3ef03f7a89c76c52131a','Pagination',NULL,NULL,'','LINE',NULL,10,'','39f62087bd89f29ac2141aa519207c07','',NULL),(6450,'en','default','30269022e9d8f51beaabb52e5d0de2b7','Parent',NULL,NULL,'','LINE',NULL,10,'','ed3b96ed0e1feb1a19dd1a92033eb6e9','',NULL),(6451,'en','default','70d2551e6fa3cac5d63661f794e8bccf','Parent theme',NULL,NULL,'','LINE',NULL,10,'','26cc4189ad5e312094fcaa7336edbfb4','',NULL),(6452,'en','default','a0d0628f6b4e4d78d2ffef4d4d1c4b15','Passed',NULL,NULL,'','LINE',NULL,10,'','33c286139e9f8ec5f8e14a7e5743071a','',NULL),(6453,'en','default','00252fd8da5fd2d85730f0a580cdf156','Passed tests',NULL,NULL,'','LINE',NULL,10,'','386b567c35440f2c14d58cfb6b0ccc48','',NULL),(6454,'en','default','7aa025f6e74bac2cf484b03f7b013ab6','Password protected',NULL,NULL,'','LINE',NULL,10,'','888662300496202adad60b26e2248a07','',NULL),(6455,'en','default','dfd688d00c0f3331b47d33af251f4eb8','Paused <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','7a972caaece55e399b72aea439677f39','',NULL),(6456,'en','default','9446a98ad14416153cc4d45ab8b531bf','Performance',NULL,NULL,'','LINE',NULL,10,'','ff23d955deeae86101c7be5d149dae2c','',NULL),(6457,'en','default','2042039084309ff51e79ad865fddfe18','Permalink Settings',NULL,NULL,'','LINE',NULL,10,'','c76844e39b33480bb6fe2e4cf46768b8','',NULL),(6458,'en','default','d9c2924d9ac8adc8416b9750117cc29c','Permalink structure',NULL,NULL,'','LINE',NULL,10,'','32741c39156f8a72d399ffd46f27918f','',NULL),(6459,'en','default','a28b02e5b2627766e1d9ebc98edb8e46','Permalink structure updated.',NULL,NULL,'','LINE',NULL,10,'','e9c9e182f4f55b8b4c0fbd524c8e2ffc','',NULL),(6460,'en','default','e0b0edf046c52c34774311df9b93a672','Permalink structure updated. Remove write access on web.config file now!',NULL,NULL,'','LINE',NULL,10,'','ca3bb2f093daa12287809f4fbe2b534f','',NULL),(6461,'en','default','98b3d440a978dc22e31dca52fc5d1943','Permalinks',NULL,NULL,'','LINE',NULL,10,'','0340cb1118d3a54c36162311cd1352bf','',NULL),(6462,'en','default','cf58d0bdb1a7290be283d6eecf7ae494','Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.',NULL,NULL,'','LINE',NULL,10,'','5e17346941e1c3c5429df2cd864628f8','',NULL),(6463,'en','default','80eb21ed1fac7886258fd1da7c3268bc','Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.',NULL,NULL,'','LINE',NULL,10,'','341dbad1916c2decd6aead18f094b18b','',NULL),(6464,'en','default','fd38dcd7edf68966ce833e60653241ca','Permanently Delete Comment',NULL,NULL,'','LINE',NULL,10,'','1cc334225981809ecaae211798d82b17','',NULL),(6465,'en','default','86a4e3606b3096a1f3c914b278cfcbf9','Personal Data Export',NULL,NULL,'','LINE',NULL,10,'','a78996bdd61abef3af2a638eb3617a3c','',NULL),(6466,'en','default','906e081b527982b3349a6e665e01dea7','Personal Data Export for %s',NULL,NULL,'','LINE',NULL,10,'','bfaf88c4e3f2922d4597be84ba0f01e0','',NULL),(6467,'en','default','009b11c0a02f3d06368ca3c69105d8d5','Personal Options',NULL,NULL,'','LINE',NULL,10,'','d429cffdd0a91303fe05dd1ab90bf1b3','',NULL),(6468,'en','default','61ea2b8d21fe2e4df2247f0680579024','Personal data is not just created by a user’s interactions with your site. Personal data is also generated from technical processes such as contact forms, comments, cookies, analytics, and third party embeds.',NULL,NULL,'','LINE',NULL,10,'','9a4977aaf3242145fdb1214580d78be8','',NULL),(6469,'en','default','a2a5c33eda9046576764de2400b1aa50','Photography',NULL,NULL,'','LINE',NULL,10,'','92b229529489c0c95a6dd83583e0f387','',NULL),(6470,'en','default','12752caf6a29a84fc2a02c99db4f3f83','Pings',NULL,NULL,'','LINE',NULL,10,'','6d2b49ee8d54a416081f83ad4c29f197','',NULL),(6471,'en','default','4cd8413207629a963225f4314b53adcd','Plain',NULL,NULL,'','LINE',NULL,10,'','37fd33dffddfc3afe6d231de51bcb78a','',NULL),(6472,'en','default','c8d5c9db80445fc1a7e6b3052cc5d703','Please activate the <a href=\"%s\">Classic Editor plugin</a> to use this meta box.',NULL,NULL,'','LINE',NULL,10,'','bdb8315307bd55936cec1e600d840057','',NULL),(6473,'en','default','56b346a6799b3abaf1a986dfd5498c12','Please check out your site now. It\'s possible that everything is working. If it says you need to update, you should do so:',NULL,NULL,'','LINE',NULL,10,'','afaa7d9da790553128aa022303770240','',NULL),(6474,'en','default','e8d4b8d6e016f1b6b9521afde691b34c','Please edit your privacy policy content, making sure to delete the summaries, and adding any information from your theme and plugins. Once you publish your policy page, remember to add it to your navigation menu.',NULL,NULL,'','LINE',NULL,10,'','8783fe955db087d382ac645bd20b3425','',NULL),(6475,'en','default','034fdb33673cf28232d79877fc9ed6e5','Please enter a valid menu name.',NULL,NULL,'','LINE',NULL,10,'','846b71622ce0f87d4e747083f3828652','',NULL),(6476,'en','default','7e0c10230b7ca47652ac9b893785d34a','Please enter your FTP credentials to proceed.',NULL,NULL,'','LINE',NULL,10,'','95ee13893ad327d4272a4cd03896382c','',NULL),(6477,'en','default','1ff1d53620322afb6b942eb4b8f6bc1b','Please enter your FTP or SSH credentials to proceed.',NULL,NULL,'','LINE',NULL,10,'','0110aaed748b8e892dbc22c1ca742318','',NULL),(6478,'en','default','0b60f2070b1d6c54ab9b3db091d726a5','Please install the <a href=\"%s\">Classic Editor plugin</a> to use this meta box.',NULL,NULL,'','LINE',NULL,10,'','46de59eab10430031500f683fa2c9d62','',NULL),(6479,'en','default','4764e3889df98c069d07503e2ad5fb14','Please open the <a href=\"%s\">classic editor</a> to use this meta box.',NULL,NULL,'','LINE',NULL,10,'','5b11ce631fbe3760829eacb2dce29c99','',NULL),(6480,'en','default','0190965ce276479bbffc64394d9490ce','Please provide a custom field name.',NULL,NULL,'','LINE',NULL,10,'','5fa6b45f8d96e388938479863ca78d42','',NULL),(6481,'en','default','4dadc0b8c45a18229e4c9f2a01e97201','Please provide a custom field value.',NULL,NULL,'','LINE',NULL,10,'','75099cfa12e33f2f77c6b6ab82619bfa','',NULL),(6482,'en','default','6a98ad4c3e7d329bf7fb0e42a71deb73','Please provide a valid username.',NULL,NULL,'','LINE',NULL,10,'','5a4614ce6ead2fe2028bb0a61e1c6e9c','',NULL),(6483,'en','default','4be8cec13b339e09bed825a899c40c36','Please provide the following information. Don’t worry, you can always change these settings later.',NULL,NULL,'','LINE',NULL,10,'','2e14ad9cf6fe00647ca062f6cfb718a5','',NULL),(6484,'en','default','b3d4e2bcdbf72f5828b3ef09b238c072','Please select a file',NULL,NULL,'','LINE',NULL,10,'','1bfeda1876c085694e796bfda206c66c','',NULL),(6485,'en','default','4272bb7c8d11de2e5840eb273d8d1553','Please select an option.',NULL,NULL,'','LINE',NULL,10,'','acbbf69efa0501c6717ff0f655417ba9','',NULL),(6486,'en','default','623237f9665ea314dec283576f5cd038','Please select one or more plugins to update.',NULL,NULL,'','LINE',NULL,10,'','d36cac8faea73bf22c045bfd85cd3dea','',NULL),(6487,'en','default','52e224f0f3e23bcc713f764fef6a2430','Please select one or more themes to update.',NULL,NULL,'','LINE',NULL,10,'','afb464e0cafaa22b790de6913f7843e2','',NULL),(6488,'en','default','019438bb5fe71bda72285c681aea3d0c','Please update WordPress now',NULL,NULL,'','LINE',NULL,10,'','e60c8a7aeece9bf42ad1d6644f763ec1','',NULL),(6489,'en','default','46361968831776e17d47f41af44c5331','Please update your site at %1$s to WordPress %2$s.',NULL,NULL,'','LINE',NULL,10,'','0877e4362ef7b1d7811ff314967b5ffc','',NULL),(6490,'en','default','25e8f2fd2871c8423bbe4e254066cd98','Please wait...',NULL,NULL,'','LINE',NULL,10,'','8c9a0a0c26e7f7a5118ba055abb41b93','',NULL),(6491,'en','default','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,10,'','ec33eceddc6791833ffe4f68d6fbf37a','',NULL),(6492,'en','default','71d5cc72fdb222a5609264f0d6bea944','Plugin <strong>activated</strong>.',NULL,NULL,'','LINE',NULL,10,'','61e850fb1616ab1976883f6e6fcd0b6a','',NULL),(6493,'en','default','884b4a093b57e442d47fc541af6a1fbe','Plugin <strong>deactivated</strong>.',NULL,NULL,'','LINE',NULL,10,'','58609f08878c4ccd36e3d7d99381afc8','',NULL),(6494,'en','default','1c47ecf763d5048680fc8514ae0c6de6','Plugin <strong>resumed</strong>.',NULL,NULL,'','LINE',NULL,10,'','20af46338167cb12a358cc02dd0f28b0','',NULL),(6495,'en','default','dbf7c92f6767ad587d7e94ef49457c7a','Plugin Editor',NULL,NULL,'','LINE',NULL,10,'','ec6ef97385ab3493036faa59a094043f','',NULL),(6496,'en','default','e1c47f59d92c71ba4e12b9b9254cdbbc','Plugin Files',NULL,NULL,'','LINE',NULL,10,'','9343fd8766b8f58e4b065168d726b1f4','',NULL),(6497,'en','default','da733cb6eefd768581c3c5902cce6c5b','Plugin Homepage »',NULL,NULL,'','LINE',NULL,10,'','71eb4626ea741716a88f8444fde097ec','',NULL),(6498,'en','default','431e27fdb6a4c378a592fb761c7e5519','Plugin Installation',NULL,NULL,'','LINE',NULL,10,'','febe85e08a8081a22dd52487dc177237','',NULL),(6499,'en','default','f9db3d8a1777fbabd830e0b64f7151f5','Beta Testing',NULL,NULL,'','LINE',NULL,10,'Plugin Installer','e433ce6f4d202da543fbf9bd12acace7','',NULL),(6500,'en','default','d78986947356ddd37b43d57df289dee9','Favorites',NULL,NULL,'','LINE',NULL,10,'Plugin Installer','aee8f81763b941918616a53065ac421f','',NULL),(6501,'en','default','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'','LINE',NULL,10,'Plugin Installer','da406f8d7fd741935f479590fdcba7aa','',NULL),(6502,'en','default','2cc1943d4c0b46bfcf503a75c44f988b','Popular',NULL,NULL,'','LINE',NULL,10,'Plugin Installer','995cf204d823d2985c3b07266ad002e8','',NULL),(6503,'en','default','654866693fd91ce8e9764a218f569918','Recommended',NULL,NULL,'','LINE',NULL,10,'Plugin Installer','5c39a87b733ba477129ef99da093a309','',NULL),(6504,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,10,'Plugin Installer','cd9465780e218be73acec4bc091b901a','',NULL),(6505,'en','default','0f7078098ca8b21ccc6f94a0de66cbd2','Plugin Reactivation',NULL,NULL,'','LINE',NULL,10,'','426eb6babe7e97826986c377728fae93','',NULL),(6506,'en','default','dc88f54ca2b42192eedf7635385e7a1f','Plugin Versions',NULL,NULL,'','LINE',NULL,10,'','8942b1848f2a172128d7f114ecaec643','',NULL),(6507,'en','default','c9ea857c5006c9b520b83ddfa9136c76','Plugin could not be activated because it triggered a <strong>fatal error</strong>.',NULL,NULL,'','LINE',NULL,10,'','c39c47c834d704c8c499023ba069e510','',NULL),(6508,'en','default','6bd831dd22f80fd0c63f59874549ac4e','Plugin could not be deleted due to an error: %s',NULL,NULL,'','LINE',NULL,10,'','115d7c557808e10a8e8dfb191a7dbdfe','',NULL),(6509,'en','default','e6ce436b6f5582a955e4e1bacfb66427','Plugin could not be deleted.',NULL,NULL,'','LINE',NULL,10,'','528aaa5c549eeae3c4b4d8da064d72aa','',NULL),(6510,'en','default','041f0a2161e50769388e0d6f5afcfa45','Plugin could not be resumed because it triggered a <strong>fatal error</strong>.',NULL,NULL,'','LINE',NULL,10,'','350d60da4aa1c7d348a819bb216b4208','',NULL),(6511,'en','default','da56854b6e4ad7c0279200a81efadc65','Plugin failed to reactivate due to a fatal error.',NULL,NULL,'','LINE',NULL,10,'','268162980e055dce48cbdd5e06e380f7','',NULL),(6512,'en','default','2035d4dc1c61cf0c93e70434128bbc93','Plugin file does not exist.',NULL,NULL,'','LINE',NULL,10,'','75eac1ce5bed47a19a796a3258a77ca8','',NULL),(6513,'en','default','84a88ef707603dccb3c9c58362ad974f','Plugin installation failed.',NULL,NULL,'','LINE',NULL,10,'','41b4bc94d67e154b494e05750d767a80','',NULL),(6514,'en','default','11810810c72ab629ffa7b96ebede742e','Plugin installed successfully.',NULL,NULL,'','LINE',NULL,10,'','b39f04541d6bf133d13eb54422f103d0','',NULL),(6515,'en','default','9446a98ad14416153cc4d45ab8b531bf','Performance',NULL,NULL,'','LINE',NULL,10,'Plugin installer group title','2c661eb84c78362acba6484ebb050bab','',NULL),(6516,'en','default','f431e17ea0081a3c9e51fc240221ee21','Social',NULL,NULL,'','LINE',NULL,10,'Plugin installer group title','ed4f62a8a20c59c3bf2a94340edb49f5','',NULL),(6517,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,10,'Plugin installer group title','f84e67ae916d44c4209cf51b65aa2364','',NULL),(6518,'en','default','c49182dc0c7a70b9cd2e10853d9ec6c7','Changelog',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','b9f537dff95e40580a3734fb8701a5a3','',NULL),(6519,'en','default','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','5045c79f67750d176c2862c32e88762c','',NULL),(6520,'en','default','1fe917b01f9a3f87fa2d7d3b7643fac1','FAQ',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','e61c149cf2d87ca5140574c7cd71cd74','',NULL),(6521,'en','default','7cd8fb6e31cc946c078d2740c76a9899','Installation',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','00f4e81c82acd1d565f1490caaecf5d1','',NULL),(6522,'en','default','f5c126e84e3661d269eefd24dc52a746','Other Notes',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','7ae9d0fd1ccf47c7d6de85759a16c821','',NULL),(6523,'en','default','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','9ebc6c605e2d792e57c7908606ba5e64','',NULL),(6524,'en','default','46fa564bb1eed5cd3992cac85e8f094b','Screenshots',NULL,NULL,'','LINE',NULL,10,'Plugin installer section title','08e4057776fd8940e5925ddb0ef8a314','',NULL),(6525,'en','default','3424ac9b03a9d7cef9ee6c4235abd71a','Plugin reactivated successfully.',NULL,NULL,'','LINE',NULL,10,'','b3d472248e4f411fc7fc66026dfd500f','',NULL),(6526,'en','default','c2b29ba204d1ecd5ad2a1949fdc4b515','Plugin update failed.',NULL,NULL,'','LINE',NULL,10,'','23278dea3600cfa05fc606983052ca49','',NULL),(6527,'en','default','fe235983f8750fb87d9bca21c8d3d983','Plugin updated successfully.',NULL,NULL,'','LINE',NULL,10,'','03ddadd23cc247727a090aee5a93244c','',NULL),(6528,'en','default','24413e7819a9aae714c9f7ee61166edc','Plugin zip file',NULL,NULL,'','LINE',NULL,10,'','6cd5e4647d944269dc65736812c42e1b','',NULL),(6529,'en','default','1939707bd18464ca4030b891af276c37','Plugins %s',NULL,NULL,'','LINE',NULL,10,'','54e0193f9bbea0d38e3e0834e6fd134e','',NULL),(6530,'en','default','5cd75ebaa9363ffb3be8f12eaa953364','Plugins directory location',NULL,NULL,'','LINE',NULL,10,'','73c895ce01687df424e9456c01c28708','',NULL),(6531,'en','default','2e4e09eb53b12ebf23b37a823e7d59b0','Plugins directory size',NULL,NULL,'','LINE',NULL,10,'','e87d5a41abe19b22c0141e34b0e8d17a','',NULL),(6532,'en','default','3929b55d6d5a486c2c71f53df11c0e3f','Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.',NULL,NULL,'','LINE',NULL,10,'','83e4e8dfa6e1efae4ce164c016ab9d46','',NULL),(6533,'en','default','85b65109399a5c8314c6c0e4cb50cca8','Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href=\"%1$s\">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page.',NULL,NULL,'','LINE',NULL,10,'','c2d61fd293462329748a14cd39b728f3','',NULL),(6534,'en','default','e1916cef029819b6d0ac661ba113c382','Plugins extend your site’s functionality with things like contact forms, ecommerce and much more. That means they have deep access to your site, so it’s vital to keep them up to date.',NULL,NULL,'','LINE',NULL,10,'','fa2c9f8af01810e901c2d82a826cb1e8','',NULL),(6535,'en','default','6ce32e02fc5aad094d1708046e3ddc76','Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href=\"%s\">WordPress Plugin Directory</a> are compatible with the license WordPress uses.',NULL,NULL,'','LINE',NULL,10,'','9f0c80252eb8b23b4d92b0ac43489e45','',NULL),(6536,'en','default','528169fd13d0ca2040b1737dc32ba6c0','Plugins list',NULL,NULL,'','LINE',NULL,10,'','3056a58636d11d0fcc6cca07eceb7785','',NULL),(6537,'en','default','175f70e545f7d55bcb7d90187121e4d8','Plugins list navigation',NULL,NULL,'','LINE',NULL,10,'','c7743f37613eb946dd90e4fe7d9797c2','',NULL),(6538,'en','default','8aaaf1475d3d1fe4455b93c10f45d611','Plugins updated successfully.',NULL,NULL,'','LINE',NULL,10,'','cb9628989dca73934993616f7cd2f201','',NULL),(6539,'en','default','c105cc5271c8d74101e79b0ae4f268c2','Popular Plugin',NULL,NULL,'','LINE',NULL,10,'','0eec610c4b1d55d244283561534185b7','',NULL),(6540,'en','default','0a4aff6d3f48e4ce67728efa1e00e6a0','Popular tags',NULL,NULL,'','LINE',NULL,10,'','42650f136b184e2facdb95eb976d93e9','',NULL),(6541,'en','default','9236373a3c6472574c4a4d24272e6432','Popup Comments',NULL,NULL,'','LINE',NULL,10,'','3cb45aa2c832062237aae77f6b63277d','',NULL),(6542,'en','default','21b4bbd7aa6d4c18622958ad7ad83397','Popup Comments Template',NULL,NULL,'','LINE',NULL,10,'','8418d4f014c6e3274fdbd98c6adc02f0','',NULL),(6543,'en','default','60aaf44d4b562252c04db7f98497e9aa','Port',NULL,NULL,'','LINE',NULL,10,'','1ea8ec6e6f33d9ff33bcd5c6aa247fdd','',NULL),(6544,'en','default','d4f859a96c13f551a2771b7fc3a78d38','Portfolio',NULL,NULL,'','LINE',NULL,10,'','5d49c1a3beccd62fb7f6fdae64b5b977','',NULL),(6545,'en','default','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'','77ee927f4058d247a896769bb1d172a8','',NULL),(6546,'en','default','ec5b65a41ca25be4c01e7b1d6d5a476d','Post Formats',NULL,NULL,'','LINE',NULL,10,'','cb18267163ca9501e1f3ddc65a2ec252','',NULL),(6547,'en','default','2724aaa4992260992e8aab32d8fc576a','Post Via Email',NULL,NULL,'','LINE',NULL,10,'','7b0c60491aec7654518f94c1af7bec98','',NULL),(6548,'en','default','acbb8d1346cb72cd3b7c75d241df8580','Post draft updated.',NULL,NULL,'','LINE',NULL,10,'','d9e98e762def5878453062159fcbb88e','',NULL),(6549,'en','default','55d55eb14be5f3f85d1718475efd3e96','Post name',NULL,NULL,'','LINE',NULL,10,'','4d9e4410d92ed96a6d97c3ddf3a2f5d0','',NULL),(6550,'en','default','9b0e0590c791e2186407680bb0b274df','Post restored to revision from %s.',NULL,NULL,'','LINE',NULL,10,'','0041877714c4b99531eb8e3ad95b94cb','',NULL),(6551,'en','default','0bc55c372dbd8125fc63af3b76d794a4','Post saved.',NULL,NULL,'','LINE',NULL,10,'','3a01043d207a3a4e1544e2587e005e3e','',NULL),(6552,'en','default','2c13b94909e0b76ea5f863d47edae7d3','Post scheduled for: %s.',NULL,NULL,'','LINE',NULL,10,'','3c3f5f66030b9a029f534b4ebd06b771','',NULL),(6553,'en','default','7cefd72da8c46eeece610ccc52fc86da','Post submitted.',NULL,NULL,'','LINE',NULL,10,'','02975b9cb8346a09a25ae574cda2c280','',NULL),(6554,'en','default','484621c16196969a956e3ebb139b6195','Post via email',NULL,NULL,'','LINE',NULL,10,'','2fbe958a0161b004d26a543a2bc87502','',NULL),(6555,'en','default','a573958082d7bf4e22d466385a267eb9','Post via email settings allow you to send your WordPress installation an email with the content of your post. You must set up a secret email account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.',NULL,NULL,'','LINE',NULL,10,'','9764290e7a6d8bdce008d0a5662536df','',NULL),(6556,'en','default','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'','LINE',NULL,10,'','3113cf3d6e0fdf546b6ecf92f97dfd40','',NULL),(6557,'en','default','228b7c2fcd38be689021f37264dd5bd1','Posts Page',NULL,NULL,'','LINE',NULL,10,'','68450087f26c1bd054ac5fd32c4b8577','',NULL),(6558,'en','default','0a4ef46c83484e7a647c18b1efd90b2b','Posts page: %s',NULL,NULL,'','LINE',NULL,10,'','9a24e767924e04d9116fb1d887ca34ca','',NULL),(6559,'en','default','e1497fc8fa0a020f3b0adb3053115368','Preparing to install <strong>%1$s %2$s</strong>…',NULL,NULL,'','LINE',NULL,10,'','833a13b553c14e2f2c4802570d36d910','',NULL),(6560,'en','default','0f36d1d03a5ecc97139cbb4ecbda0218','Preparing to install the latest version…',NULL,NULL,'','LINE',NULL,10,'','b33db23a175964df03231d76a57afb19','',NULL),(6561,'en','default','2703d1c71b0eec230aa2356f5d03e4b6','Press This is not available. Please contact your site administrator.',NULL,NULL,'','LINE',NULL,10,'','08a4833817306727a87032d7d7246234','',NULL),(6562,'en','default','548d171d712086b7e71cfef8b67f0451','Press This is not installed. Please install Press This from <a href=\"%s\">the main site</a>.',NULL,NULL,'','LINE',NULL,10,'','5795fb2e2e1cbc4a014d09ffdcaadd58','',NULL),(6563,'en','default','a85967fde5b0cb64ee7dc562af021d4b','Preview %s',NULL,NULL,'','LINE',NULL,10,'','b9f3319d2944ba0fe9ac2f99f9032e13','',NULL),(6564,'en','default','aae7309230cf955f846aaa4f70f17d60','Preview “%s”',NULL,NULL,'','LINE',NULL,10,'','9eaaf712ee23e2322b11c42c898e46cd','',NULL),(6565,'en','default','b2e886db4593c5ddc8e369f34d3744f3','Preview Changes',NULL,NULL,'','LINE',NULL,10,'','6f84f8a4cd452771a5ba69a16657b863','',NULL),(6566,'en','default','c6336c99f96b337be805a94ea4402c87','Preview page',NULL,NULL,'','LINE',NULL,10,'','a87ff39c047d27f1b2d0211c28a2bae3','',NULL),(6567,'en','default','c6ea61ab8eb1e6a39f8ade74bf2a28aa','Preview post',NULL,NULL,'','LINE',NULL,10,'','055849297b5659ad948ce9eddf0d483c','',NULL),(6568,'en','default','3aea427a69e8906b95790872a9ab07cd','Preview:',NULL,NULL,'','LINE',NULL,10,'','ae801c71adc334b5ef4ac449ea1c159d','',NULL),(6569,'en','default','bd60752162e6b0c96335eecbaf7869fb','Previewing and Customizing',NULL,NULL,'','LINE',NULL,10,'','5f2625cca7abdd0876d0bb689a764079','',NULL),(6570,'en','default','61ad11625cf5d081663f2c67a02373a6','Previewing and Installing',NULL,NULL,'','LINE',NULL,10,'','ea093f2258b525100afecd0545418fa0','',NULL),(6571,'en','default','788c8445e55d12109016ac956cde9260','Previous theme',NULL,NULL,'','LINE',NULL,10,'','6cf8148c1f20cebffc3181ad04f7e91c','',NULL),(6572,'en','default','d725656f97ddd1b30d0c22427c82c0fb','Previously edited copies of the image will not be deleted.',NULL,NULL,'','LINE',NULL,10,'','29cdd5348860034e05ff0b0f920ee02d','',NULL),(6573,'en','default','c2f6cb9bffe499da31c033d0b1e322a0','Primary Site',NULL,NULL,'','LINE',NULL,10,'','f16d6f270eedafc8c40875ba43aca0ee','',NULL),(6574,'en','default','c5f29bb36f9158d2e00f5d4dc213a0ff','Privacy',NULL,NULL,'','LINE',NULL,10,'','6599552c9e6c4d90ec0d59b4f6c911e9','',NULL),(6575,'en','default','fa2ead697d9998cbc65c81384e6533d5','Privacy Policy',NULL,NULL,'','LINE',NULL,10,'','66ce7f2508f978ebbaa2ab89ffedf45a','',NULL),(6576,'en','default','8f7b0b9d17e75509629d25b2439a468d','Privacy Policy Guide',NULL,NULL,'','LINE',NULL,10,'','44c47cfdf6926ecf736afbd38116b7bd','',NULL),(6577,'en','default','b37d7f39d5cc8b2158f3fa5f62d568b8','Privacy Policy Page',NULL,NULL,'','LINE',NULL,10,'','55c6f7ea04fc8ef92aa0278fb8a7029d','',NULL),(6578,'en','default','24281824c5acf3c0afd0d8b1d1c36d9b','Privacy Policy page',NULL,NULL,'','LINE',NULL,10,'','8a289d923c65893aa6e818cde363124f','',NULL),(6579,'en','default','0c17eaceb1b88a2d41c5bd037049a111','Privacy Policy page setting updated successfully. Remember to <a href=\"%s\">update your menus</a>!',NULL,NULL,'','LINE',NULL,10,'','40a799348150856015a4a919cfa9d958','',NULL),(6580,'en','default','9dc42a13bf69ffe942a3976525b7aec2','Privacy Policy page updated successfully.',NULL,NULL,'','LINE',NULL,10,'','03f4c5614c7837006ae57434d9cf024b','',NULL),(6581,'en','default','a625930be2dcfecd2879b562403ee3da','Privacy Settings',NULL,NULL,'','LINE',NULL,10,'','fd02f4ce74ccac8b3aca38fc58436768','',NULL),(6582,'en','default','61db46897e65acc3840d70dab09e96a4','Privacy Updates',NULL,NULL,'','LINE',NULL,10,'','884021c01c1c97cb1987acaf599c95cc','',NULL),(6583,'en','default','64295beb96a74cffbff803d5afbf4d38','Private Key:',NULL,NULL,'','LINE',NULL,10,'','bc9b49559c6b666453334bc4085c77e2','',NULL),(6584,'en','default','f262fae0a2f17e8c1eb4e9eddb0160e4','Proceed',NULL,NULL,'','LINE',NULL,10,'','be157762bee3f20a8d8c90a708464fb8','',NULL),(6585,'en','default','cce99c598cfdb9773ab041d54c3d973a','Profile',NULL,NULL,'','LINE',NULL,10,'','7d40e35fa97ba6958dd2f727a7c92804','',NULL),(6586,'en','default','e787e61bb648c74b2852f03f75c224dd','Profile Picture',NULL,NULL,'','LINE',NULL,10,'','18a6e5d757946eba24073ed778727956','',NULL),(6587,'en','default','3e94c1fd79327868cfad7c0f4f3d71ea','Profile updated.',NULL,NULL,'','LINE',NULL,10,'','93cd402a5d3bbc227afdfcf3c6a94338','',NULL),(6588,'en','default','a2a64dc9886a9a4fc8d58654c9c40215','Project Leaders',NULL,NULL,'','LINE',NULL,10,'','bd7af508dc764a63822c1fb5a4d64f12','',NULL),(6589,'en','default','82221cf0a72f7da991c172d97764f1ee','Public Key:',NULL,NULL,'','LINE',NULL,10,'','ab912774e82281bf3b6c2362e047b910','',NULL),(6590,'en','default','c9da4ab5682c077b44fb83fae33ccc1b','Public and Private keys incorrect for %s',NULL,NULL,'','LINE',NULL,10,'','35e378357eeb65fbfc196d252efceda1','',NULL),(6591,'en','default','1f740cb2a6271a01440722148671540a','Publish <b>immediately</b>',NULL,NULL,'','LINE',NULL,10,'','c0f7ce1761ae9d2e2ce0a0b84ecc8e86','',NULL),(6592,'en','default','a6fc4b6f4ec07f92b42d01d1bb9572c1','Publish on: <b>%s</b>',NULL,NULL,'','LINE',NULL,10,'','8d26a772844877964bda1b00b6d53e36','',NULL),(6593,'en','default','c1686f79e6736d9346d9b6cd4241fe8f','Published on: <b>%s</b>',NULL,NULL,'','LINE',NULL,10,'','e57b38a4ffa2abc9f5be942d9846cbd5','',NULL),(6594,'en','default','c1ca98216d8a568644dd06a82a97ea32','Publishing Soon',NULL,NULL,'','LINE',NULL,10,'','e32425365b425d766eb9a1c1485b997c','',NULL),(6595,'en','default','ad23e5619296597ab99608c6918be8ca','Quick Draft',NULL,NULL,'','LINE',NULL,10,'','cdea2069361117b9ed84f249ca3b61b9','',NULL),(6596,'en','default','73f79dd90cb67b7438919d31aef50a3f','Quick Edit',NULL,NULL,'','LINE',NULL,10,'','80972ff7c01d1a334d1b3bd1cbef2de0','',NULL),(6597,'en','default','54669f4033a972495b0626e529939f5f','Quick edit “%s” inline',NULL,NULL,'','LINE',NULL,10,'','877810c3633d303d1644d684e0293872','',NULL),(6598,'en','default','712d7dc4fc49a800dc47cffc4f45a81a','Quick edit this comment inline',NULL,NULL,'','LINE',NULL,10,'','eace51a970400c1f6bbb31d6453293f0','',NULL),(6599,'en','default','fe6b142ae5f844e6dab4a5591078f819','Quick Edit',NULL,NULL,'','LINE',NULL,10,'','a7cd27782275a455bf9b740c4be84098','',NULL),(6600,'en','default','71578330dc6856dc2b805260c1077fb2','R — Intended for adult audiences above 17',NULL,NULL,'','LINE',NULL,10,'','e93b29f81c7bcbb3c75028db415f8c3d','',NULL),(6601,'en','default','243e495a8ef997b7fcbe125e7553d5a2','REST API availability',NULL,NULL,'','LINE',NULL,10,'','a29541d8e953f7cc52b09ab189dbbf0d','',NULL),(6602,'en','default','bb396803b564bd8fefec6189b1e489ba','RSS Address',NULL,NULL,'','LINE',NULL,10,'','94ca6af0cb0087ab7f7eb7677cff38c2','',NULL),(6603,'en','default','a26f1a8216765f55c355c86626a0873a','RTL Stylesheet',NULL,NULL,'','LINE',NULL,10,'','5acf548efbcef6cd65887eaeae81e2c5','',NULL),(6604,'en','default','64663f4646781c9c0110838b905daa23','Random',NULL,NULL,'','LINE',NULL,10,'','da51acfcf57204443510c2b293f1a483','',NULL),(6605,'en','default','dda9c06f33071c9b6fc237ee164109d8','Rating',NULL,NULL,'','LINE',NULL,10,'','1be26f26f9bcfa96d0a078bc93c84601','',NULL),(6606,'en','default','b2f5a79e1835bf1c8ad65c9d4128da31','Re-install Now',NULL,NULL,'','LINE',NULL,10,'','de303ee15297672f0315819b817727c8','',NULL),(6607,'en','default','7d0de4a088e912d38a53bb7ac427edb0','Re-sent %d request',NULL,NULL,'','LINE',NULL,10,'','5941229ec3fd26026d5e11860eda6d69','',NULL),(6608,'en','default','1507fa5069d9afd26b0934be51359d63','Re-sent %d requests',NULL,NULL,'','LINE',NULL,10,'','48028beec9592707b3aea624e1b50bff','',NULL),(6609,'en','default','30dd32c094bff4472e6dbfc7a9d710e7','Read about debugging in WordPress.',NULL,NULL,'','LINE',NULL,10,'','ba255be7b7d4feffacc8d05d34bc9da4','',NULL),(6610,'en','default','d17ff5813f87bba1aa2162a1055a682f','Read all reviews on WordPress.org or write your own!',NULL,NULL,'','LINE',NULL,10,'','4d17383d5aef94c37d2e215ac40021f2','',NULL),(6611,'en','default','9f2474cf6f13dc80ad4e3d561916b1d7','Read more about what WordPress requires to run.',NULL,NULL,'','LINE',NULL,10,'','ae9ebcc5bb4077927e38fb2799a6efd2','',NULL),(6612,'en','default','a345eb62a54e7dd73608fec9f9e1a381','Read more about why you should use HTTPS',NULL,NULL,'','LINE',NULL,10,'','bb347d4245c556b41e4596e957aee7e7','',NULL),(6613,'en','default','26fccddf2f94b1685b184267996e10f8','Reading',NULL,NULL,'','LINE',NULL,10,'','c502cf3d218fc35bf42923d58c793a69','',NULL),(6614,'en','default','05919284773edd49431bb2c25283c500','Reading Settings',NULL,NULL,'','LINE',NULL,10,'','6399142979b01a4eb76d14dfeb80c498','',NULL),(6615,'en','default','1e85fd41c8fe5f395b40ed3b7b9469c6','Recently Active <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','07147ae3cec62ccc9fcd8eb303e52b2a','',NULL),(6616,'en','default','b30b554eec2c44f3876ce7bee229bf29','Recently Published',NULL,NULL,'','LINE',NULL,10,'','57531a7ec69414d47534df0fbc7f8103','',NULL),(6617,'en','default','fbc97786af4bf30dc5b07809a950792c','Relationship',NULL,NULL,'','LINE',NULL,10,'','8f3da06c8114d28dfe6e87b5aadaba7f','',NULL),(6618,'en','default','0f49aa55ecef9e8d1f1b82addfdc68d6','Release Deputy',NULL,NULL,'','LINE',NULL,10,'','a9b51837f29b73c61c406a8d9b25f7a5','',NULL),(6619,'en','default','9ec1baedeb8b76b1a5052b586ea6ac23','Release Design Lead',NULL,NULL,'','LINE',NULL,10,'','9183cae37c96910e53cbf71ca7cae417','',NULL),(6620,'en','default','19a1c8a7ed0cdcf4c804f3219e153064','Release Lead',NULL,NULL,'','LINE',NULL,10,'','97e50792ffd120d4a97e2a16842e03f9','',NULL),(6621,'en','default','9f85eb4eb214e191b4096e2723122cd0','Released: %d.',NULL,NULL,'','LINE',NULL,10,'','cfba46817ef5c0606b0e9395dd2688cb','',NULL),(6622,'en','default','9efe699037173137bcaa420eed7b0de6','Remember to click Update Media to save metadata entered or changed.',NULL,NULL,'','LINE',NULL,10,'','b743ef5744d2ce9e9c5cdf6a6aca2b63','',NULL),(6623,'en','default','7a1e520f1b0058411275a87501d2a715','Remember to click the Add New User button at the bottom of this screen when you are finished.',NULL,NULL,'','LINE',NULL,10,'','33400ae63c725abe2d292fc1856b43d5','',NULL),(6624,'en','default','186c34ef9e23e93a45b8eff1d599313c','Remember to click the Update Profile button when you are finished.',NULL,NULL,'','LINE',NULL,10,'','9ed732ddf8988b8c1d7f9e44f5cb4331','',NULL),(6625,'en','default','3f270450a3f0f6a6f5eacf8e8ffb10e2','Remember, once deleted your site cannot be restored.',NULL,NULL,'','LINE',NULL,10,'','e990b53f19805b2875d6440bc6baecf4','',NULL),(6626,'en','default','87a7f6ffaaaecf1bf5e882579c0cad3f','Remove Background Image',NULL,NULL,'','LINE',NULL,10,'','56a3c399bbb28ae6fbb1f3561fc9988d','',NULL),(6627,'en','default','cc27822bc664c44e1f7097e7b9842b30','Remove Header Image',NULL,NULL,'','LINE',NULL,10,'','5cdddc8b8d869b83f9c2454c79f40b78','',NULL),(6628,'en','default','bde1b9786d4b8a492295bdeaf981dc66','Remove Users from Site',NULL,NULL,'','LINE',NULL,10,'','6dea06a8c43489f29248ee288e9b73cb','',NULL),(6629,'en','default','3b7b56ee778ff9e1eca54e9667657f88','Remove request',NULL,NULL,'','LINE',NULL,10,'','a4fda6c841ba0a452868730417f330ec','',NULL),(6630,'en','default','930c425405fe4a944784c4514b29252d','Removed %s.',NULL,NULL,'','LINE',NULL,10,'','60580a69da7bd5d34d52e0326e4c1fa8','',NULL),(6631,'en','default','0eaaeaef7c7f3164d2ece6ec88571c19','Removing and Reusing',NULL,NULL,'','LINE',NULL,10,'','449caefc4319d4e355a74cfbc0831768','',NULL),(6632,'en','default','647c116ea58d5440a1bc41c098bf3812','Removing the old version of the plugin…',NULL,NULL,'','LINE',NULL,10,'','254e5d141d737384e0839dc9c4ab9cf9','',NULL),(6633,'en','default','84e6f08de4b63c6d9445ef0904032a48','Removing the old version of the theme…',NULL,NULL,'','LINE',NULL,10,'','69e6828068b6cedae13f9f456103544a','',NULL),(6634,'en','default','78d2fcd5e4c9147db653af7b8009a144','Removing the old version of the translation…',NULL,NULL,'','LINE',NULL,10,'','57262ae25bf3a84d5267834fd51e1534','',NULL),(6635,'en','default','a53ce2cd29ba867d04cacc72ca168057','Repair Database',NULL,NULL,'','LINE',NULL,10,'','ec01de772ff597a21fd27292094502e7','',NULL),(6636,'en','default','f896cce2ab281d5907817f1ae440892f','Repair and Optimize Database',NULL,NULL,'','LINE',NULL,10,'','7a9ed8f1a585d53c6a2cb514e095c79c','',NULL),(6637,'en','default','316989678e843aa83814af4a810c263a','Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.',NULL,NULL,'','LINE',NULL,10,'','21bbe71f0c31c20ba60f3a4eb9a7755a','',NULL),(6638,'en','default','96a41e07fce44a6419d68d9821846588','Repeat New Password',NULL,NULL,'','LINE',NULL,10,'','b2fa0b86b1505497f3e8d553ce0d9bf8','',NULL),(6639,'en','default','a4ef1952afa63f0d7ce5af98139e4acd','Repeat Password',NULL,NULL,'','LINE',NULL,10,'','3711609bf406ee9837a028b9b59b467b','',NULL),(6640,'en','default','7916fec59ebff4fd149314f2bc3aa936','Reply to Comment',NULL,NULL,'','LINE',NULL,10,'','5f74c27f164f9dc3cd0cec6c90ae59a0','',NULL),(6641,'en','default','bc9e60a9d89ccff64f5282425aa1374e','Reply to this comment',NULL,NULL,'','LINE',NULL,10,'','d919d5a9525b69bb6f7146cea4d4e373','',NULL),(6642,'en','default','fcdf8a82eba24e303b63b2e49a507ecb','Requested',NULL,NULL,'','LINE',NULL,10,'','f38d6336ef1bdf64c4bfe56753b72961','',NULL),(6643,'en','default','246a2fbab3d11cb3272e5f58099877e8','Requester',NULL,NULL,'','LINE',NULL,10,'','92ab7ae12bd14cd6b22fac2d1e46fe7d','',NULL),(6644,'en','default','02999686b144f81b5618752476bc28e6','Required and recommended modules are installed',NULL,NULL,'','LINE',NULL,10,'','9fae5456a47e193b3789dd21224651bd','',NULL),(6645,'en','default','0691d23eff65b6b03d4b3d9db7c216e3','Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.',NULL,NULL,'','LINE',NULL,10,'','61ba8be97a75bdc87be4fddf67cf74c6','',NULL),(6646,'en','default','3ec284d8a67b07e76f94d0a66ce7ff63','Requires %1$s in %2$s file.',NULL,NULL,'','LINE',NULL,10,'','f653b21750db60ea13da32edffdc6756','',NULL),(6647,'en','default','427580c6800b5321bab8563541aca2e6','Requires PHP Version:',NULL,NULL,'','LINE',NULL,10,'','f974074b0e617cf6187ed18dc43b3126','',NULL),(6648,'en','default','0e20b20611724ab067f468ae12b9987d','Requires WordPress Version:',NULL,NULL,'','LINE',NULL,10,'','1fe2fdc3f453cca3e859f43827a171e5','',NULL),(6649,'en','default','d71940f24ee38ee09f6e06b908480bcf','Resend email',NULL,NULL,'','LINE',NULL,10,'','fa8a46b13e7c3cc940e0203a5e2ba313','',NULL),(6650,'en','default','20422939bc4941fb8cad8c8878036472','Reset Image',NULL,NULL,'','LINE',NULL,10,'','91dab5cad2cf8c71d9618699ebccb2cd','',NULL),(6651,'en','default','2bd339d85ee3b33e513359ce781b60cc','Restore',NULL,NULL,'','LINE',NULL,10,'','9aa52d3382e30f37f907b2fa2ca14484','',NULL),(6652,'en','default','a320853c40d45bc9d8a67bb08c9710a5','Restore “%s” from the Trash',NULL,NULL,'','LINE',NULL,10,'','733939739dbf09d9c1390572b088d8ab','',NULL),(6653,'en','default','1a375475563728c3b1aaa9280caf5d78','Restore Original Header Image',NULL,NULL,'','LINE',NULL,10,'','11303a1cf5c33bc75be511e78f196e36','',NULL),(6654,'en','default','7357a89aa3b46cd3c250faf3e83531fb','Restore Original Image',NULL,NULL,'','LINE',NULL,10,'','15092ae658df404791a7edeee332ce33','',NULL),(6655,'en','default','897428a38e7bea3aa0cea777fe1d4af0','Restore This Autosave',NULL,NULL,'','LINE',NULL,10,'','57a2d9a54fb2c5c7e0cd08e41f7fc023','',NULL),(6656,'en','default','204ef7e1a058cc13fd90fdc1e677fbc5','Restore This Revision',NULL,NULL,'','LINE',NULL,10,'','aa6f4be17b0db53924588750d6f6646b','',NULL),(6657,'en','default','f9a5fc38fc561d9ce39877d3ebddb68c','Restore image',NULL,NULL,'','LINE',NULL,10,'','13d9825297c1d078d3839b354805abcc','',NULL),(6658,'en','default','5054c275fa45092138496ba38ac1dc8b','Restore the backup',NULL,NULL,'','LINE',NULL,10,'','9b7f37e2dd5e66c1b42c70685cd660a4','',NULL),(6659,'en','default','07d455c3fc8981f6743cf47eae104f4b','Restore this comment from the Trash',NULL,NULL,'','LINE',NULL,10,'','74a33f83338670854b1b8519722f481a','',NULL),(6660,'en','default','cdfa36718be69427ad057975e07111c7','Restore this comment from the spam',NULL,NULL,'','LINE',NULL,10,'','8d01ca4dc7acad0c3852e9fa7c2c579c','',NULL),(6661,'en','default','f1cefec9e2196c672a622347f1fbc325','Resume',NULL,NULL,'','LINE',NULL,10,'','442b5ea6067301def5f011e6bc67309f','',NULL),(6662,'en','default','aca3c4f92b0a985235f50963c6ea5180','Retro (Generated)',NULL,NULL,'','LINE',NULL,10,'','48ac1e1171eb7de76819656c224910d0','',NULL),(6663,'en','default','6327b4e59f58137083214a1fec358855','Retry',NULL,NULL,'','LINE',NULL,10,'','f3863ba0d71cfe8e2677888d54776ee3','',NULL),(6664,'en','default','a5f36e4031b4162f7dadf8542c86e967','Return to Dashboard → Updates',NULL,NULL,'','LINE',NULL,10,'','2a2b6bab5a2e3b1d61184bcc6e6e8e68','',NULL),(6665,'en','default','0d693acd7c601314046df0f8d3d0ab78','Return to Importers',NULL,NULL,'','LINE',NULL,10,'','f57c945c327bef2d6364ef1c0ee7f227','',NULL),(6666,'en','default','e9f9c99bea9d7eb9736721f1298c973a','Return to Plugin Installer',NULL,NULL,'','LINE',NULL,10,'','d98c4a69bc26fbfe4005c1e6fbb33da6','',NULL),(6667,'en','default','18533be311043166eb2838bfbb86226e','Return to Plugins page',NULL,NULL,'','LINE',NULL,10,'','018f5695f9b2d7f1d0dd9927cbe36b3f','',NULL),(6668,'en','default','f5b735361d9b74deb62e0bc84870b567','Return to Theme Installer',NULL,NULL,'','LINE',NULL,10,'','8aa5e3dd246b7b0b1c1aaa40aaccbc37','',NULL),(6669,'en','default','2a5afebdaf673af187a5ad1fec9be3ee','Return to Themes page',NULL,NULL,'','LINE',NULL,10,'','63749431cb410686f87b7d03ddbc524f','',NULL),(6670,'en','default','45673b7bb5acab0c3dfd1069fcf39c97','Return to Updates',NULL,NULL,'','LINE',NULL,10,'','db670b390f181d7fea21cf413aea0cb1','',NULL),(6671,'en','default','fb12ca1b838491ad8bbc83b3e86ac581','Return to WordPress Updates page',NULL,NULL,'','LINE',NULL,10,'','d59f97cf4453b1900eb33caa73f414de','',NULL),(6672,'en','default','a946dd93c337b3b092f43901a5395752','Revert to the <strong>Browser Uploader</strong> by clicking the link below the drag and drop box.',NULL,NULL,'','LINE',NULL,10,'','da15369551249c56b782ea2f359046d0','',NULL),(6673,'en','default','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'','LINE',NULL,10,'','c131f6e09d8a4a2031d6fa034b2f2786','',NULL),(6674,'en','default','c8d711bc92c1f4dc9cc31ae057b2358e','Reviews with %1$d star: %2$s. Opens in a new tab.',NULL,NULL,'','LINE',NULL,10,'','af015a872fb888343692760441bb3da8','',NULL),(6675,'en','default','17cc0e644908d9909f03512d9e8163c2','Reviews with %1$d stars: %2$s. Opens in a new tab.',NULL,NULL,'','LINE',NULL,10,'','711320bcc37de86869ac81c836b5a633','',NULL),(6676,'en','default','94206d21b04400f01602c0d3a279c61d','Revision by %s',NULL,NULL,'','LINE',NULL,10,'','563b9c948bf96b19131bbf437a0e2f56','',NULL),(6677,'en','default','756e9de0fa4645de77ab7f2cdf35a0ef','Revisions are saved copies of your post or page, which are periodically created as you update your content. The red text on the left shows the content that was removed. The green text on the right shows the content that was added.',NULL,NULL,'','LINE',NULL,10,'','d4a2202c8012781817eb75c669ee3f39','',NULL),(6678,'en','default','d95138243a93ee1904d74f72544b48ae','Revisions: %s',NULL,NULL,'','LINE',NULL,10,'','8c259fb203e640e72fa369eaa83baaf0','',NULL),(6679,'en','default','5872828ad5c8cc02264ed75c30ea558d','Right Now',NULL,NULL,'','LINE',NULL,10,'','88a31ac875b194afe893d92341bdf387','',NULL),(6680,'en','default','e2888bce47147f5ec66aa790f8dcab45','Right Sidebar',NULL,NULL,'','LINE',NULL,10,'','77dd92728db5e9072f7254f6ed597e88','',NULL),(6681,'en','default','bbbabdbe1b262f75d99d62880b953be1','Role',NULL,NULL,'','LINE',NULL,10,'','ab2825d50e9724a72c7c609802b03e22','',NULL),(6682,'en','default','0fa701c9041a7a8a691f111241662a7e','Rollback Error: [%1$s] %2$s',NULL,NULL,'','LINE',NULL,10,'','6255d69d083669ffdb9b9def94e96612','',NULL),(6683,'en','default','8e556fc8fe88d77d7a181bc9d80ced79','Rotate clockwise',NULL,NULL,'','LINE',NULL,10,'','6e97823e25eb8fc6b0ac306e13d267ba','',NULL),(6684,'en','default','d18e221d09d81fee01399a66e457bbbe','Rotate counter-clockwise',NULL,NULL,'','LINE',NULL,10,'','ece14a16df4d629e4a38a807e03a8e71','',NULL),(6685,'en','default','4ee7688aaec1f1b93d41ac4b4a920ced','Run the installation',NULL,NULL,'','LINE',NULL,10,'','0916f549e68ed6020f8856a6a84e8f26','',NULL),(6686,'en','default','5a8a63797ca414c815103502cc03d50f','SQL server is up to date',NULL,NULL,'','LINE',NULL,10,'','fe5f177e6271478dcee0ba8c411f1aa2','',NULL),(6687,'en','default','30a632a8faa3f3860c65ffbfe62016f4','SSH2',NULL,NULL,'','LINE',NULL,10,'','a96c1a99b06f99bd9db3aca51dfa86db','',NULL),(6688,'en','default','2ebc4c98b3ff0c3df54abbfa2762b89c','SSH2 hostname is required',NULL,NULL,'','LINE',NULL,10,'','0ae7870236b0af038d18f66729877a51','',NULL),(6689,'en','default','d43f5f82fe4b1e351a6e16449e1a2043','SSH2 password is required',NULL,NULL,'','LINE',NULL,10,'','1aa31a05f85eb35da7a37de82029d2bc','',NULL),(6690,'en','default','a780850e84fcbc6cdc99c1ce71ef3f26','SSH2 username is required',NULL,NULL,'','LINE',NULL,10,'','93dd43530215009e8930510d5a520c1c','',NULL),(6691,'en','default','814a091e18dd429d66ca2d679d145f6a','SUCCESS: %s',NULL,NULL,'','LINE',NULL,10,'','89ad051aea1109eeac25a3e28a29a826','',NULL),(6692,'en','default','f705d92bc01720682b1aa7da77d03e34','SUCCESS: WordPress was successfully updated to %s',NULL,NULL,'','LINE',NULL,10,'','8738d3c63e4b2bfb5e5a6cd7fc1009c6','',NULL),(6693,'en','default','f40a89533e778bb5ecb5eb2a52c714c7','Sample Page',NULL,NULL,'','LINE',NULL,10,'','894f7ef0e8ffec1f80f9a85e01171a21','',NULL),(6694,'en','default','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'','LINE',NULL,10,'','312c6fe92f15db30d1df6e4e60261924','',NULL),(6695,'en','default','c68caf956130db5c50be10516b6d1e2a','Save Menu',NULL,NULL,'','LINE',NULL,10,'','0d715b2e38ae09cca19c7c4a6132c754','',NULL),(6696,'en','default','030ff2a91ff2be9a82b7961b0235c2f6','Save Widget',NULL,NULL,'','LINE',NULL,10,'','73b60e2ad7b352baf713f9b279666f78','',NULL),(6697,'en','default','c45ec8c74cd4fe967c55aa896a88d0fd','Save all changes',NULL,NULL,'','LINE',NULL,10,'','175c18d9b3214d29d0c550bfd6bb538c','',NULL),(6698,'en','default','a9fe211330497fe702b9d54684ca337d','Saving is disabled: %s is currently editing this page.',NULL,NULL,'','LINE',NULL,10,'','a65a07f574dc49c65d78921b3584c60b','',NULL),(6699,'en','default','a47cea134266bf9996b201d32530ba9d','Saving is disabled: %s is currently editing this post.',NULL,NULL,'','LINE',NULL,10,'','27f998e5f621fbda47de4168321d1d50','',NULL),(6700,'en','default','3285325fd239ccc37fac39dc54c456d9','Saving revision…',NULL,NULL,'','LINE',NULL,10,'','252cdb6449ece17536d462527e40a8f3','',NULL),(6701,'en','default','85a7cd587d6142dbfc1a4de05af7b75d','Scale',NULL,NULL,'','LINE',NULL,10,'','149d6bbc6c3ff841eda19eacceeca1f4','',NULL),(6702,'en','default','d2b2e4aacb6e45b586f5242da6cbddba','Scale Image',NULL,NULL,'','LINE',NULL,10,'','842ed9564a6a4f562c324a34cd6ceafb','',NULL),(6703,'en','default','540850a8bba6538bac5a02b7eaae089e','Scale Image Help',NULL,NULL,'','LINE',NULL,10,'','52c3de59c66e17081f85088c25d99c00','',NULL),(6704,'en','default','b0856f88c0ee479569390cc2ab46e5b4','Scale images to match the large size selected in %1$simage options%2$s (%3$d × %4$d).',NULL,NULL,'','LINE',NULL,10,'','18ea306a23cb3cdab56a69d0f5370faa','',NULL),(6705,'en','default','3b030c9763882c78086d77e5339e6afa','Schedule for: <b>%s</b>',NULL,NULL,'','LINE',NULL,10,'','6c7dcd7498dc1731ad89fb4c986e67e4','',NULL),(6706,'en','default','3f4fcd633c5faf8d868d97a680555ba6','Scheduled events',NULL,NULL,'','LINE',NULL,10,'','fa139d59fff540303a3938f0d1640d7b','',NULL),(6707,'en','default','39434612ef27e69462f9b82cb8133084','Scheduled events are running',NULL,NULL,'','LINE',NULL,10,'','9470aeb03bea9baffeee478897eb7002','',NULL),(6708,'en','default','617511fab9be0c85cd189260d1b14e03','Scheduled events are what periodically looks for updates to plugins, themes and WordPress itself. It is also what makes sure scheduled posts are published on time. It may also be used by various plugins to make sure that planned actions are executed.',NULL,NULL,'','LINE',NULL,10,'','9d68f46935c72534d429e98c38a1912f','',NULL),(6709,'en','default','ee8541c54a62ced7947a79babdcedba7','Scheduled for: <b>%s</b>',NULL,NULL,'','LINE',NULL,10,'','1c0dc22731b3aaf44796c5a80f3a953a','',NULL),(6710,'en','default','926bd1106f0cb4ea35312a8ce25f5760','Screen Content',NULL,NULL,'','LINE',NULL,10,'','899b6354a84dd315cb1640de83ba7570','',NULL),(6711,'en','default','7583faf881721784060e84f37851c460','Screen Options',NULL,NULL,'','LINE',NULL,10,'','f4b5e7fd09c0e542c4aeee939bb87dd0','',NULL),(6712,'en','default','7f47c09f945b96ad8e29edb384d43204','Screen Options Tab',NULL,NULL,'','LINE',NULL,10,'','03e49add4f3d0ef8f5c660c3f50cc981','',NULL),(6713,'en','default','3ce74271f0fc6422a2d13490454c30b7','Search Comments',NULL,NULL,'','LINE',NULL,10,'','fb998640230d6be0f2a7c7ff6664e620','',NULL),(6714,'en','default','f5752ab5c7a0fb0f40be53417ace7247','Search Engine Visibility',NULL,NULL,'','LINE',NULL,10,'','7cb2843c487aedb2909244818df8fdf8','',NULL),(6715,'en','default','33b485adf383b3be6d17eec58c0ed556','Search Engines Discouraged',NULL,NULL,'','LINE',NULL,10,'','86fe833a10f78e8d29a0f19cad78e6a8','',NULL),(6716,'en','default','96b74c49a42ae2c72bada15f266b465c','Search Form',NULL,NULL,'','LINE',NULL,10,'','07c84b88ff0dcc183245083bd22502e5','',NULL),(6717,'en','default','df72311fb3fbb172f740713de6c0f4f8','Search Installed Plugins',NULL,NULL,'','LINE',NULL,10,'','a9ac6eec03955bbebe60fe0962198743','',NULL),(6718,'en','default','9a090b42ca0cf879f7685efc213f96f4','Search Installed Themes',NULL,NULL,'','LINE',NULL,10,'','e4cb31fd52643ea3bd43854d47a2410f','',NULL),(6719,'en','default','6c8e8be13a1447d60841c3fc0494b983','Search Links',NULL,NULL,'','LINE',NULL,10,'','4c437ac1e43f1863a1e4282ee06f7142','',NULL),(6720,'en','default','f8f4c64bd791a222dde395d4d7654832','Search Plugins',NULL,NULL,'','LINE',NULL,10,'','5db7514407f178f619c0e7a6edc019e2','',NULL),(6721,'en','default','ff9768845cb247a351626790c777b4de','Search Requests',NULL,NULL,'','LINE',NULL,10,'','6217bf6d57eb4f4fed843777a5445c6d','',NULL),(6722,'en','default','86b07b97eabcbf7191dd47dfbcfcc004','Search Sites',NULL,NULL,'','LINE',NULL,10,'','fc6068057516935e559ef59eda83ede2','',NULL),(6723,'en','default','cddb8421830f95b82109527fc9d9bc66','Search Themes',NULL,NULL,'','LINE',NULL,10,'','6d85fcd0899e4dc256de9bfcfbd7ed45','',NULL),(6724,'en','default','8e72da3da6587f1ec5a8166f29568ee9','Search Users',NULL,NULL,'','LINE',NULL,10,'','4b5b1ac5b708ed5f17a409f768cade74','',NULL),(6725,'en','default','6f6a35aeabbb1294b27b3183963b206b','Search by author',NULL,NULL,'','LINE',NULL,10,'','fa281fb2fb108e5e83b062d277e71e74','',NULL),(6726,'en','default','3f8b090271697aff1b9bd79f6aa0a6cf','Search by keyword',NULL,NULL,'','LINE',NULL,10,'','aabbd5ce9d61d424c96554a072ecfa65','',NULL),(6727,'en','default','d6a679d3074ebb4e1b1ae2d360e309e6','Search by tag',NULL,NULL,'','LINE',NULL,10,'','b559e4405f7ed8962879674021a36863','',NULL),(6728,'en','default','0514503bda41804fe061704dd0106c9d','Search for plugins in the WordPress Plugin Directory.',NULL,NULL,'','LINE',NULL,10,'','1d254529a4f5ac17f03db778c1e3bb87','',NULL),(6729,'en','default','abbd0abdafbcc1714f19f6ad62a81aa4','Search for themes by keyword.',NULL,NULL,'','LINE',NULL,10,'','ea0b94adda189622dbc09e43778994ad','',NULL),(6730,'en','default','eb06bf903d828fc93fedbf5e2bcea7df','Search installed plugins...',NULL,NULL,'','LINE',NULL,10,'','86f41c738a43e7259ff0c6c46f8a0e1f','',NULL),(6731,'en','default','df670e3e3149891e127d45986240d164','Search installed themes...',NULL,NULL,'','LINE',NULL,10,'','3a3216fcec193429321d076a94abd6de','',NULL),(6732,'en','default','9d1e6bab997c3906ff7d83bd54de6f5d','Search plugins by:',NULL,NULL,'','LINE',NULL,10,'','00774d23fd84fddb6c46e7a201fe1581','',NULL),(6733,'en','default','e8a96a320b47281b558b09eb002c5ddd','Search plugins...',NULL,NULL,'','LINE',NULL,10,'','f7cfda6fc85464dced2a23f4e28ff618','',NULL),(6734,'en','default','eea4da7b3946f35bc6a6d516a0e1f3ec','Search themes...',NULL,NULL,'','LINE',NULL,10,'','9729c5fa90fb1238dc561066cd5b59f4','',NULL),(6735,'en','default','c7f2324137685caeec6ddda7ba98d8f6','Secondary menu',NULL,NULL,'','LINE',NULL,10,'','aac3487abfacefeca5fcb45c28c16020','',NULL),(6736,'en','default','33c91f69372ae490bb056c8e91a6abae','Secure communication',NULL,NULL,'','LINE',NULL,10,'','08aa84e24b1758929bd751c0677df9e2','',NULL),(6737,'en','default','3c33a4d20e188da7edec2782738e776a','Securely communicating between servers are needed for transactions such as fetching files, conducting sales on store sites, and much more.',NULL,NULL,'','LINE',NULL,10,'','4e62804226d6ca11836a8f3cbee4a50b','',NULL),(6738,'en','default','2fae32629d4ef4fc6341f1751b405e45','Security',NULL,NULL,'','LINE',NULL,10,'','9928ae05fa8571a50e5adcf5a28c43bc','',NULL),(6739,'en','default','14f2a5ca19c4af2c528401438c39b8e6','Security Release',NULL,NULL,'','LINE',NULL,10,'','b3da13edebb3487dc6cd2450d60e5274','',NULL),(6740,'en','default','3e4a503908befdc03781a5987dfeb558','Security Releases',NULL,NULL,'','LINE',NULL,10,'','bcd3318baa30704bbfa3fd86e99d6792','',NULL),(6741,'en','default','4c34b52c71d3616b7debe4e48fc2df71','Select %s',NULL,NULL,'','LINE',NULL,10,'','d4b1a6b23f3569aff919bc8806ffbd65','',NULL),(6742,'en','default','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,10,'','6bb64b68f337d7994b0c40a2744678cd','',NULL),(6743,'en','default','446a6000511ab6fb0711400379a62a04','Select Image',NULL,NULL,'','LINE',NULL,10,'','42bf50fe7e8ddb7fb66ea95407dec49b','',NULL),(6744,'en','default','3f88c3c2113ecdaa0a50764834de7080','Select a Menu',NULL,NULL,'','LINE',NULL,10,'','957703b809a0d9cdc3ff1207a0e501ff','',NULL),(6745,'en','default','5892d8dfb22699518fc54cae9a14df43','Select a Privacy Policy page',NULL,NULL,'','LINE',NULL,10,'','6e137f3249e71618b49c6f3cea19a55f','',NULL),(6746,'en','default','e46cccdb60043954c589f95cf657d977','Select a menu to edit:',NULL,NULL,'','LINE',NULL,10,'','11cd7ecc9c85aa7018af6f9888e4dab5','',NULL),(6747,'en','default','224b751961354c0a43f0544dcf04b138','Select a user',NULL,NULL,'','LINE',NULL,10,'','e3d7379102160c835a8e439a5d4da4ae','',NULL),(6748,'en','default','5641910ce06603b23062d1d994c885e7','Select both the sidebar for this widget and the position of the widget in that sidebar.',NULL,NULL,'','LINE',NULL,10,'','cde869239a893f6330cf15f54a2905b4','',NULL),(6749,'en','default','6c3a324b80758e9c7c018a9b8f77a752','Select bulk action',NULL,NULL,'','LINE',NULL,10,'','641392865678760d8a15842ea35c5f9e','',NULL),(6750,'en','default','9c0459af703a02b13646c99e044f58ae','Select comment',NULL,NULL,'','LINE',NULL,10,'','76f47865b0f7b28f8108f916fc46c9df','',NULL),(6751,'en','default','cbf542baeddea7102c4a90ddb545655c','Select one or more Theme features to filter by',NULL,NULL,'','LINE',NULL,10,'','50a4f208e6553b5d7ac6bdb6acfd0ffe','',NULL),(6752,'en','default','c10c2595dfe5c22c0bdfcf1d0df64c71','Select plugin to edit:',NULL,NULL,'','LINE',NULL,10,'','a9a48793f9e57be2e386da70b9cad1f3','',NULL),(6753,'en','default','ea283f68e6eb08b09df77f433c63e1ce','Select theme to edit:',NULL,NULL,'','LINE',NULL,10,'','001192e1d60764fbbf5d5cebeea7d50d','',NULL),(6754,'en','default','e0085cfde5d57368736f3ccb0786656c','Selected file content:',NULL,NULL,'','LINE',NULL,10,'','15c719bc9231756fefa86b1cce0d39f3','',NULL),(6755,'en','default','b19d7270250d34def132093816d6b754','Selected menus have been successfully deleted.',NULL,NULL,'','LINE',NULL,10,'','27891423bdaa0c7262655fa94053f1a7','',NULL),(6756,'en','default','c3636d95134e0cdc5907eb85675b3ad6','Selected plugins <strong>activated</strong>.',NULL,NULL,'','LINE',NULL,10,'','c15d141c66ac3853cb7a0fcab55c26ac','',NULL),(6757,'en','default','f66671f1109923909f7284f35488ed27','Selected plugins <strong>deactivated</strong>.',NULL,NULL,'','LINE',NULL,10,'','13b3fc215fa1e0b80922d632f309b40e','',NULL),(6758,'en','default','8bf0c707232d63bf83b4b2467d2df41a','Selection:',NULL,NULL,'','LINE',NULL,10,'','e64ddae2fc75e487308587b3a536b290','',NULL),(6759,'en','default','14457f540744a59f47d67637c5d07caa','Send Export Link',NULL,NULL,'','LINE',NULL,10,'','2af6575871e4ab3fbf039bdd972b09bc','',NULL),(6760,'en','default','2da2415714a5e7450a9a127431c02a41','Send Request',NULL,NULL,'','LINE',NULL,10,'','d7009ecb272137aa8d2d268f5eb38461','',NULL),(6761,'en','default','76e10f755c0d0528adf02932ea500746','Send Trackbacks',NULL,NULL,'','LINE',NULL,10,'','bbdbb2efb2634466e433fce39f47fb20','',NULL),(6762,'en','default','8a40e67911de35ada6ba0d5df1090fb2','Send User Notification',NULL,NULL,'','LINE',NULL,10,'','1ffc22d5284fc7978870d5e964b77dc4','',NULL),(6763,'en','default','35fa0f942e823b509bb021d6b8fbcc4b','Send the new user an email about their account.',NULL,NULL,'','LINE',NULL,10,'','e1bed5efbc30581ed2c4c50dea3b652d','',NULL),(6764,'en','default','ae6dfde6b91e3a91d7d7ff6ad870dc72','Send trackbacks to:',NULL,NULL,'','LINE',NULL,10,'','377404b429dc1cd0fcd2a59c058bd56f','',NULL),(6765,'en','default','62b17451ccb3cc3ed129cc5e7549f492','Sending Email...',NULL,NULL,'','LINE',NULL,10,'','19a90f570147731c6c04fac8c85a0a36','',NULL),(6766,'en','default','1c0625ec039d3533209abc361a055889','Separate multiple URLs with spaces',NULL,NULL,'','LINE',NULL,10,'','f914d7649fca88028dc5b54b62ad1c8f','',NULL),(6767,'en','default','9aa1b03934893d7134a660af4204f2a9','Server',NULL,NULL,'','LINE',NULL,10,'','814cddc0483bc763a839265de7e7e30e','',NULL),(6768,'en','default','3b3b59a2a7d9d3e12c68ff9a604dbe77','Server architecture',NULL,NULL,'','LINE',NULL,10,'','0fc8df3ee4209fd690379613967d49d9','',NULL),(6769,'en','default','9cba517759c4545653c81c3da081113c','Server settings',NULL,NULL,'','LINE',NULL,10,'','bdcb1ddc88fc2f21600d407174380aa8','',NULL),(6770,'en','default','a75f569035c3636eae47c46caf0f99af','Server version',NULL,NULL,'','LINE',NULL,10,'','eebfef2b8f3d9ad4fcc776b4ae70df79','',NULL),(6771,'en','default','a9c4b6c9fbd990849d1f128dfc4ed3e7','Sessions',NULL,NULL,'','LINE',NULL,10,'','77797b766147ccaae4e9e45ed9deb957','',NULL),(6772,'en','default','ca9830b1e44c4f024ab88dd1d337f869','Set as background',NULL,NULL,'','LINE',NULL,10,'','5562890661419f8f316d91fcd89dbb47','',NULL),(6773,'en','default','732798fa5a556deeebacf157e1f82675','Set as header',NULL,NULL,'','LINE',NULL,10,'','6c8f59cfce7a72b22d6174a35bf1af32','',NULL),(6774,'en','default','6729f7f9e88354cee8d933b0922fbd3c','Set status',NULL,NULL,'','LINE',NULL,10,'','c8d255d83f3ea7f146785f68094d2e3b','',NULL),(6775,'en','default','f5adfb99b30bb88136cbdb41bdcd1016','Set up your database connection',NULL,NULL,'','LINE',NULL,10,'','7d1debebfe2822de65e9ad20984d140d','',NULL),(6776,'en','default','81ad00bc5acbf31f09fc71c0db1a4230','Set up your homepage',NULL,NULL,'','LINE',NULL,10,'','91058ef703055c6e284e6b156a2e374e','',NULL),(6777,'en','default','41ede0d67e0870e290655ded4ada52b4','Settings saved and theme activated.',NULL,NULL,'','LINE',NULL,10,'','6502d428a52e88997c1393be92e07c92','',NULL),(6778,'en','default','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'','LINE',NULL,10,'','67598a80c343bc30b9d8a2d818176de9','',NULL),(6779,'en','default','d2eb06f812c02052bd85e9a0cf64e63c','Several boxes on this screen contain settings for how your content will be published, including:',NULL,NULL,'','LINE',NULL,10,'','bdd00e4dc7b125be80afef3e9209657a','',NULL),(6780,'en','default','7cb5a0fd58e5b9f489bccb379789c0d0','Severely outdated SQL server',NULL,NULL,'','LINE',NULL,10,'','d9f3659bd2658a75f54d05ef89fa7dfb','',NULL),(6781,'en','default','ee51709dbf7328e7a6df19c24520418e','Share a little biographical information to fill out your profile. This may be shown publicly.',NULL,NULL,'','LINE',NULL,10,'','48d09e5b02026538543cd444f9aa02a6','',NULL),(6782,'en','default','c710b95b5cb8742606764c7511568001','Show Avatars',NULL,NULL,'','LINE',NULL,10,'','0aaab6b2ddc9fa97f27797ddc36a11b2','',NULL),(6783,'en','default','1c7a1d532504300855e5f9f3e9b90ba9','Show Toolbar when viewing site',NULL,NULL,'','LINE',NULL,10,'','acc74e65dd1fa563c42e01e020ead8bc','',NULL),(6784,'en','default','a9458863111d9dff5a48aa9f0baea2ba','Show advanced menu properties',NULL,NULL,'','LINE',NULL,10,'','119528bec1aeaffb10cb482a40c66c1e','',NULL),(6785,'en','default','a588a0266ea324a8e6e01babca4209d0','Show comments',NULL,NULL,'','LINE',NULL,10,'','6af916a756747f54b8d722fa84da733f','',NULL),(6786,'en','default','00f189f51578216f49dde611863d7519','Show comments cookies opt-in checkbox, allowing comment author cookies to be set.',NULL,NULL,'','LINE',NULL,10,'','1de25e5b5e368845d423660cd380a06d','',NULL),(6787,'en','default','3a90a09671e807bf0dd878fabe2c69d0','Show details.',NULL,NULL,'','LINE',NULL,10,'','b52871794ace39d222e455fa4178cf54','',NULL),(6788,'en','default','59aad97b502589dcf43f479c5214e0c0','Show header text with your image.',NULL,NULL,'','LINE',NULL,10,'','0272428064084a05971e1746651c8e13','',NULL),(6789,'en','default','90f8c8a7e7d62e1626ee9fb3ee440eb9','Show hidden updates',NULL,NULL,'','LINE',NULL,10,'','fb949224fa6cf95c3183a0c037b9360f','',NULL),(6790,'en','default','523d91ac12e772bb9fbce4304b01ba8b','Show more details',NULL,NULL,'','LINE',NULL,10,'','4a15829de3ac391b90315d2594598d3e','',NULL),(6791,'en','default','97b202daad99ab4a1ed6d15bc78d2568','Show next theme',NULL,NULL,'','LINE',NULL,10,'','b91bf2732845043bde1aa2dcede0fae5','',NULL),(6792,'en','default','d2c2a5295406fc430ed4316b98ac496c','Show previous theme',NULL,NULL,'','LINE',NULL,10,'','654229e0f577d8f46d3c2bc41abd9fc2','',NULL),(6793,'en','default','14c2d5166754ca55ee43da479f102290','Shows whether WordPress is able to write to the directories it needs access to.',NULL,NULL,'','LINE',NULL,10,'','e66205409f4ba3a96af10141d07f1c7e','',NULL),(6794,'en','default','a0def563c10743877c7d4fcaa0c7fbe6','Single Page',NULL,NULL,'','LINE',NULL,10,'','6ced8e92185060ea8868fe873a4a1904','',NULL),(6795,'en','default','cb058a8ac3e1e0003fcf674adbdbaef1','Single Post',NULL,NULL,'','LINE',NULL,10,'','cae08291a4f3a7bf594a7948961d8f8e','',NULL),(6796,'en','default','bdcad1b4bf81827ef030e27a1fd8b5e4','Singular Template',NULL,NULL,'','LINE',NULL,10,'','9cd6aa04e7d74cd036daf5366516afa2','',NULL),(6797,'en','default','c5ad4d1b44cb8bd9941a89f75f9b212e','Site Health',NULL,NULL,'','LINE',NULL,10,'','c0813261ec886f14d8bc73f5840342ed','',NULL),(6798,'en','default','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'Site Health','9671f59d3491ba0a63600774a0a87fdd','',NULL),(6799,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'Site Health','375d873c9125d027db769a5d891ef61d','',NULL),(6800,'en','default','e3bf5bf0825d3b480d1d2fa95fdb81d5','Site Health Check',NULL,NULL,'','LINE',NULL,10,'','805c117213b4493ef6832f29e5cbb0dd','',NULL),(6801,'en','default','8ca04a1f8dcc118bf3ad0c6395a6ab8d','Site Health Info',NULL,NULL,'','LINE',NULL,10,'','86a5487cd45fab39db1f856e8a26f9ca','',NULL),(6802,'en','default','d3f73a6d1d0a7e275a9033ac4932bd4f','Site Health Status',NULL,NULL,'','LINE',NULL,10,'','5fc176f19a833057140f13686216eb37','',NULL),(6803,'en','default','84a8a70ec6e2c674b0c6e5ffc48ee172','Site Language',NULL,NULL,'','LINE',NULL,10,'','5e20669f893f503707f5a18e7115f6c5','',NULL),(6804,'en','default','1bacb9caa60813ee730288d7dd95e7fc','Site URL',NULL,NULL,'','LINE',NULL,10,'','9619c435a5030a139ab04440b9f24ba9','',NULL),(6805,'en','default','cc99b99f62f652b048bee65de335e8d0','Site Upload Space Quota',NULL,NULL,'','LINE',NULL,10,'','e28bcd4bbacd91b266b84ef944bb00ad','',NULL),(6806,'en','default','9da0e788fc4d5ed95308c043b2e5a41f','Site Visibility',NULL,NULL,'','LINE',NULL,10,'','ce2d0f82fd10060fd5e53bdd4b460074','',NULL),(6807,'en','default','4e0a4ebc13bf41347aa5819f3fc94fb1','Site count',NULL,NULL,'','LINE',NULL,10,'','f5329544506411b1c1ec5fc7b9527e1c','',NULL),(6808,'en','default','bbd18a1557bbf8287f8cd58f1ef289e4','Site information has been added to your clipboard.',NULL,NULL,'','LINE',NULL,10,'','454546a10d72b71c6150ecac60cf441f','',NULL),(6809,'en','default','b3a6422f04af851e8d792bdff041a4e4','Site: %s',NULL,NULL,'','LINE',NULL,10,'','3d8a539c64b131185f2a8513f80a5416','',NULL),(6810,'en','default','1ff39f4863af3e38032b6174f15a4251','Size in megabytes',NULL,NULL,'','LINE',NULL,10,'','04dc8d00f49e6edd37e2b0e3f726a7e4','',NULL),(6811,'en','default','ec8d4bdaf031ae3f2fc7e96aa84a95d7','Skip Confirmation Email',NULL,NULL,'','LINE',NULL,10,'','2d838f737c1db05aa1ef8998084fa3bc','',NULL),(6812,'en','default','f51bfa7b5423c7c36440f8818bc751e7','Skip Cropping, Publish Image as Is',NULL,NULL,'','LINE',NULL,10,'','94b516a08adc6322238a10dc439436a2','',NULL),(6813,'en','default','cc367b544fab23df0ddaf982fb1445b5','Skip to main content',NULL,NULL,'','LINE',NULL,10,'','db82fb0d32c30126b1bbbf508f609b95','',NULL),(6814,'en','default','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'','LINE',NULL,10,'','749857d45e4492638c5bb5224c06ded5','',NULL),(6815,'en','default','16166fa35c0fc1cfb9c938f6e7fda4a4','Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href=\"%s\">WordPress support forums</a> to get additional assistance.',NULL,NULL,'','LINE',NULL,10,'','0b65963b4591bcbf6e9d164444f2e250','',NULL),(6816,'en','default','e6bc49b1b4ea47ffa77af97047fa6126','Some files are not writable by WordPress:',NULL,NULL,'','LINE',NULL,10,'','45692be865dbe190cd4392a0ccc3628e','',NULL),(6817,'en','default','5eee9f5c01dcbd5b3476592ad470fb98','Some of your translations need updating. Sit tight for a few more seconds while we update them as well.',NULL,NULL,'','LINE',NULL,10,'','7e60ca4d940eddef5c19bfe25b4e361e','',NULL),(6818,'en','default','b83011b04e00111ef3048cb95d173714','Some themes come with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the “Save Changes” button.',NULL,NULL,'','LINE',NULL,10,'','55b51db71fd1a04dd9db730982110a22','',NULL),(6819,'en','default','aaec8f7cde1b31eaf9a852e971919860','Someone',NULL,NULL,'','LINE',NULL,10,'','59157bf680121b314ff2b6a06e2c0666','',NULL),(6820,'en','default','b9913acfee88968d5408154dc5770d8c','Sorry, I need a %s file to work from. Please re-upload this file to your WordPress installation.',NULL,NULL,'','LINE',NULL,10,'','8b70c26f24c6c3cd74a856ba6aada5b1','',NULL),(6821,'en','default','48deba286b369f747e33d79653816950','Sorry, but I can’t write the %s file.',NULL,NULL,'','LINE',NULL,10,'','222348680562fd0bf3acf0e9f7401993','',NULL),(6822,'en','default','0cb0ebf30a61a059bb9b5af32675bec3','Sorry, something went wrong. The requested comparison could not be loaded.',NULL,NULL,'','LINE',NULL,10,'','f33b60800e4b4722c86386d8b002ba5b','',NULL),(6823,'en','default','c882aa5042ed0194131d5ff4e3fdde04','Sorry, that isn’t a valid email address. Email addresses look like <code>username@example.com</code>.',NULL,NULL,'','LINE',NULL,10,'','ad53ee07f38fb865249a1e260f013951','',NULL),(6824,'en','default','3224da53b0217190cd9125ceb7206d52','Sorry, the link you clicked is stale. Please select another option.',NULL,NULL,'','LINE',NULL,10,'','09a9f0fa8a46d1cca54ce27eafb3c738','',NULL),(6825,'en','default','b28322043f79045096d2a1a058328a1c','Sorry, you are not allowed to access site health information.',NULL,NULL,'','LINE',NULL,10,'','b31a6a7288ef555556b78a591a6b9fa3','',NULL),(6826,'en','default','8a43ad3fe16229aaf88b117ae7c7e651','Sorry, you are not allowed to access the debug data.',NULL,NULL,'','LINE',NULL,10,'','10e517b00f4a2ea5b69af2b2d5ba13ec','',NULL),(6827,'en','default','8f83de56d176320646aa722f33a34350','Sorry, you are not allowed to access this page.',NULL,NULL,'','LINE',NULL,10,'','a812da35516933dce1920e4b510cc227','',NULL),(6828,'en','default','4c858056d610a249b044819892ce2351','Sorry, you are not allowed to activate plugins for this site.',NULL,NULL,'','LINE',NULL,10,'','881283c9ff7f5175b66073aab5ecf6be','',NULL),(6829,'en','default','474ab6574804fbfeca612fd1739c6d05','Sorry, you are not allowed to activate this plugin.',NULL,NULL,'','LINE',NULL,10,'','537a66db653e4e1916b5711205e5171e','',NULL),(6830,'en','default','052d47ffbfc969ca0bb2043c6b1292fe','Sorry, you are not allowed to add links to this site.',NULL,NULL,'','LINE',NULL,10,'','a088c425debc4cf305941afc504ed916','',NULL),(6831,'en','default','7062b420836f14e7cbb8dba6c9b28f9d','Sorry, you are not allowed to add users to this network.',NULL,NULL,'','LINE',NULL,10,'','3e8e995ac913125b458ec51fb7d83ba7','',NULL),(6832,'en','default','7f2b70d3cee59063530f8812d423b3c2','Sorry, you are not allowed to attach files to this post.',NULL,NULL,'','LINE',NULL,10,'','4b8164b01d038f570d337c84095fb960','',NULL),(6833,'en','default','4fd74734bcc4023e5a679e5b8b193bec','Sorry, you are not allowed to create pages on this site.',NULL,NULL,'','LINE',NULL,10,'','fccce7a3eef129959c12f91bab395dab','',NULL),(6834,'en','default','dd6b903d75e83085cbc4e09acedba607','Sorry, you are not allowed to create posts or drafts on this site.',NULL,NULL,'','LINE',NULL,10,'','9c82a71cbac061c1d8776cf3738e296a','',NULL),(6835,'en','default','24fc95e7f1f879d80056ab3538e0a066','Sorry, you are not allowed to create users.',NULL,NULL,'','LINE',NULL,10,'','e48ab29ec2e29ba863a50b55b165a64d','',NULL),(6836,'en','default','8aa5959dcd11171e6760cac1f029bf4f','Sorry, you are not allowed to customize headers.',NULL,NULL,'','LINE',NULL,10,'','5a09b4666ff71744582a79ee6b401d55','',NULL),(6837,'en','default','94f4c991f86862aa646261e0ca59443c','Sorry, you are not allowed to deactivate plugins for this site.',NULL,NULL,'','LINE',NULL,10,'','1ac6a402164e3484e02cf6231e1d7fd9','',NULL),(6838,'en','default','3a1740a0a615a36fc4e2ba630943b465','Sorry, you are not allowed to deactivate this plugin.',NULL,NULL,'','LINE',NULL,10,'','03aa5c18fd201d6de58e36871a6088a9','',NULL),(6839,'en','default','eaeeca974e1975835f84f0f73df81be5','Sorry, you are not allowed to delete plugins for this site.',NULL,NULL,'','LINE',NULL,10,'','d0ad2e8349d7017d36f393489e7896c6','',NULL),(6840,'en','default','341ee5571e3e74e17f47abf06fd0a002','Sorry, you are not allowed to delete that user.',NULL,NULL,'','LINE',NULL,10,'','75abbf146a54dc404e0b6b1ac11a32ec','',NULL),(6841,'en','default','4347323eb7b90868696dbef032a1ded6','Sorry, you are not allowed to delete themes on this site.',NULL,NULL,'','LINE',NULL,10,'','2a88aaa95636e970e7600cd6da02e58e','',NULL),(6842,'en','default','f85c7090268ba8156f563727e91aa9fa','Sorry, you are not allowed to delete these items.',NULL,NULL,'','LINE',NULL,10,'','cc467debc67a0482533300208681d2de','',NULL),(6843,'en','default','9fad403c7c18f9b20c005e79727a3706','Sorry, you are not allowed to delete this item.',NULL,NULL,'','LINE',NULL,10,'','ee82f5afc645f334c3faee391d241b48','',NULL),(6844,'en','default','1b666613ae96dc9c8d86af00a04cd1b8','Sorry, you are not allowed to delete this site.',NULL,NULL,'','LINE',NULL,10,'','5a36c671fa2417ff35bfb0c5865f9c38','',NULL),(6845,'en','default','04bf6a7dc11a7a0ccb0fcc69f970a953','Sorry, you are not allowed to delete users.',NULL,NULL,'','LINE',NULL,10,'','3326ef27879d3100f1ac13448a6df41c','',NULL),(6846,'en','default','3267a653230c3ddf71801e6d43b61ec5','Sorry, you are not allowed to edit comments on this post.',NULL,NULL,'','LINE',NULL,10,'','ae19284d8f8b3f42abd5dd440188ca61','',NULL),(6847,'en','default','d152b02c6d540dd8aaa658d17fdbd039','Sorry, you are not allowed to edit pages as this user.',NULL,NULL,'','LINE',NULL,10,'','f4f4bc0ae146de18ca5401fef9cd2de3','',NULL),(6848,'en','default','46899c5f1bec9089c6e0eddc64821465','Sorry, you are not allowed to edit plugins for this site.',NULL,NULL,'','LINE',NULL,10,'','becee6bea592a9c344495e2b46bc28d1','',NULL),(6849,'en','default','5f0e9a27752bfe65d0a97f64bc92a196','Sorry, you are not allowed to edit posts as this user.',NULL,NULL,'','LINE',NULL,10,'','77658d686d5b9a9bd9f4f73f4b6d9660','',NULL),(6850,'en','default','14246da25ff5c6011816172398384c7f','Sorry, you are not allowed to edit templates for this site.',NULL,NULL,'','LINE',NULL,10,'','30dd7f18f2afd56d8f44154713e3ffe8','',NULL),(6851,'en','default','76b9489c2487381a75f0c4f8391da372','Sorry, you are not allowed to edit the links for this site.',NULL,NULL,'','LINE',NULL,10,'','26b99735a3248df3848d79aa14fd82c3','',NULL),(6852,'en','default','d1bb71f92a8e8eb37f1eb84e5979889a','Sorry, you are not allowed to edit this attachment.',NULL,NULL,'','LINE',NULL,10,'','1d6353b56265caab2f663e1e4b615692','',NULL),(6853,'en','default','93c79fa969d04654788373cb6a1de2b8','Sorry, you are not allowed to edit this changeset.',NULL,NULL,'','LINE',NULL,10,'','78c4081096c68556742c36ace046d2bd','',NULL),(6854,'en','default','c3b80fb59cbc57a42c24318a87d4ca31','Sorry, you are not allowed to edit this item.',NULL,NULL,'','LINE',NULL,10,'','dd633d2ccf58d2e4f210d41d9275bf50','',NULL),(6855,'en','default','847324d673ad754cd6e13075c35a6b11','Sorry, you are not allowed to erase data on this site.',NULL,NULL,'','LINE',NULL,10,'','af7e25980845342ccb3c14454a2be1f0','',NULL),(6856,'en','default','8e453039dd10a6853274dc1f5e6dff43','Sorry, you are not allowed to export personal data on this site.',NULL,NULL,'','LINE',NULL,10,'','ead9d06b3efccdd76c6a8d9f111f0f02','',NULL),(6857,'en','default','a560873da747f2738bf47c5098dda091','Sorry, you are not allowed to export the content of this site.',NULL,NULL,'','LINE',NULL,10,'','002f83dde60d300ea3ecf72b0370bbfc','',NULL),(6858,'en','default','4ebeb8ae36b618dfb90d997bf929cfaa','Sorry, you are not allowed to import content.',NULL,NULL,'','LINE',NULL,10,'','20bb367662b909608843e0846ada789b','',NULL),(6859,'en','default','74fae83516df5ed6b3daa0007c419ef0','Sorry, you are not allowed to install plugins on this site.',NULL,NULL,'','LINE',NULL,10,'','6eef4763a4bf41d06ff48a6cb5b93cc5','',NULL),(6860,'en','default','b83f68a689396ac9b997337a665c6bdd','Sorry, you are not allowed to install themes on this site.',NULL,NULL,'','LINE',NULL,10,'','222bf2b729b3769ea5fad2c63e369989','',NULL),(6861,'en','default','abcdaa264006ba001d32e40787d18188','Sorry, you are not allowed to manage options for this site.',NULL,NULL,'','LINE',NULL,10,'','9934c28ee0e301a8f98fa46b2ead85eb','',NULL),(6862,'en','default','00bb5e41953bb5c812eab0d6e78cc1bc','Sorry, you are not allowed to manage plugins for this site.',NULL,NULL,'','LINE',NULL,10,'','7697137ffbc4cc37e4201bb8c4d068ca','',NULL),(6863,'en','default','ca50efaf7d3987f76aee01917aa59ec4','Sorry, you are not allowed to manage privacy on this site.',NULL,NULL,'','LINE',NULL,10,'','62c12e2107adff119c16a90480ecb334','',NULL),(6864,'en','default','8d2571855598d8d3a5bb6836ab4a5f72','Sorry, you are not allowed to manage these options.',NULL,NULL,'','LINE',NULL,10,'','147356e6f65f16858799bdb384293232','',NULL),(6865,'en','default','6d925a8c1bfe86ed6f50fdc721599539','Sorry, you are not allowed to modify unregistered settings for this site.',NULL,NULL,'','LINE',NULL,10,'','5148258103b90700b5ddd69eb9dc3103','',NULL),(6866,'en','default','601e882f8672acc98b7d7528f6beb892','Sorry, you are not allowed to move this item to the Trash.',NULL,NULL,'','LINE',NULL,10,'','302ffaa41898d40f2bed63a55dd2a398','',NULL),(6867,'en','default','fc6197787f132ae06da5ce41e3bc64b8','Sorry, you are not allowed to perform this action.',NULL,NULL,'','LINE',NULL,10,'','acb779a1f799f8b5e9b2edc762d97748','',NULL),(6868,'en','default','3f2c267a4cc159e9b967618e4f7e559b','Sorry, you are not allowed to remove users.',NULL,NULL,'','LINE',NULL,10,'','805be9eac4586761a6360d21d0df18f6','',NULL),(6869,'en','default','4fb3cfc671fe783a7fcb23b958864c21','Sorry, you are not allowed to restore this item from the Trash.',NULL,NULL,'','LINE',NULL,10,'','5cbe387534b71393f342b36e33b50247','',NULL),(6870,'en','default','1dcc5ef5f9e58c38cb3941077a810c25','Sorry, you are not allowed to resume this plugin.',NULL,NULL,'','LINE',NULL,10,'','c4037204e685bf011d4b7e0195b23bef','',NULL),(6871,'en','default','a0cdbc75b70bca7814c9c7aa188d4ceb','Sorry, you are not allowed to resume this theme.',NULL,NULL,'','LINE',NULL,10,'','76b457afaa067ce4096ecf171cef01b3','',NULL),(6872,'en','default','732473e9057693542a618702322c23bd','Sorry, you are not allowed to update plugins for this site.',NULL,NULL,'','LINE',NULL,10,'','0ac61fd82dc281ea7aca2018b3ef3698','',NULL),(6873,'en','default','3e0e4cce680ac9ace4d4bac1b60fcd4e','Sorry, you are not allowed to update themes for this site.',NULL,NULL,'','LINE',NULL,10,'','8be1bc11bd67fdae43ecbeca7a6ddb51','',NULL),(6874,'en','default','f3c179982c2699f38a7ae56d78ab78d7','Sorry, you are not allowed to update this site.',NULL,NULL,'','LINE',NULL,10,'','39ba2565c763a3b67ddc9422a1410745','',NULL),(6875,'en','default','805c1f8b06c7826f6bba57c088661a23','Sorry, you must be logged in to reply to a comment.',NULL,NULL,'','LINE',NULL,10,'','3062b84308c087b5c2d728772af78fef','',NULL),(6876,'en','default','4a5c6d12451e65a503d5eb85023e0e5a','Sort Order:',NULL,NULL,'','LINE',NULL,10,'','dde349be2522d6da1e330ae32e46d8b8','',NULL),(6877,'en','default','4a3fab2aea75bae205ccd0ea191eb3d3','Source: %s',NULL,NULL,'','LINE',NULL,10,'','475f0de95cb1914a1a92c24a8743e95e','',NULL),(6878,'en','default','5ca9b2b5d6eb3657fae8ae1f0a7897ed','Specified file failed upload test.',NULL,NULL,'','LINE',NULL,10,'','e40859531e1bbaa23d362cdb1d5d5303','',NULL),(6879,'en','default','0d5068b77a1011f7c16467150ba2c883','Standard time begins on: %s.',NULL,NULL,'','LINE',NULL,10,'','2c5cc3be455ceeac7eeb26c109cbeab1','',NULL),(6880,'en','default','fecf5c756389356e8cb03dfb60818859','Start date:',NULL,NULL,'','LINE',NULL,10,'','2c6658035ae59c33ab58aaa556ec5fc0','',NULL),(6881,'en','default','24a23d787190f2c4812ff9ab11847a72','Status:',NULL,NULL,'','LINE',NULL,10,'','8f584f2ba63fa2fb85849d4a98646aa6','',NULL),(6882,'en','default','827d99ce3804f3fa159ea2a270382abc','Stick this post to the front page',NULL,NULL,'','LINE',NULL,10,'','8c15114e713ddacc46ecddcd0202cb99','',NULL),(6883,'en','default','d8f6d391ba573fe747a3360afb99904d','Sticky',NULL,NULL,'','LINE',NULL,10,'','61294b47c84a3c4dc9c71c428571204c','',NULL),(6884,'en','default','c22ed046d0dad8978245f986da11dfc4','Sticky Post',NULL,NULL,'','LINE',NULL,10,'','723924233f6e14466890614e26d0b793','',NULL),(6885,'en','default','30c9960257b135e5d83fe6329a617a07','Storage Space',NULL,NULL,'','LINE',NULL,10,'','48ff7b4e98f7b63674757ba36e44456d','',NULL),(6886,'en','default','4c3028236881acbfa3d58774452a6e4b','Store uploads in this folder',NULL,NULL,'','LINE',NULL,10,'','665c6795d9a2b5199dbe490e1f81b43a','',NULL),(6887,'en','default','c7892ebbb139886662c6f2fc8c450710','Subject',NULL,NULL,'','LINE',NULL,10,'','759d07a4325337d614b8d982e9f400b3','',NULL),(6888,'en','default','de798ee0ad2f63e4248d6322d8591365','Submit Reply',NULL,NULL,'','LINE',NULL,10,'','98f1f8b65665af1ad337a3129fee9c88','',NULL),(6889,'en','default','08347dc032a37146e12215cd8dbb40de','Submitted on',NULL,NULL,'','LINE',NULL,10,'','8dbf693d466a8827a3173c9c51f74a15','',NULL),(6890,'en','default','3a7bfecb2a1ae7601f5720e0f0c64d89','Submitted on: %s',NULL,NULL,'','LINE',NULL,10,'','88816c01c8dfa628b4c4922959f4995d','',NULL),(6891,'en','default','e5d6f47be74ac1649baf2c9f844cbbf1','Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.',NULL,NULL,'','LINE',NULL,10,'','9fc099978c6e4c67b0fd9b3c16caf5bb','',NULL),(6892,'en','default','402e7a087747cb56c718bde84651f96a','Success!',NULL,NULL,'','LINE',NULL,10,'','a8ae5f8d59ef16fd8ef13d4707648e06','',NULL),(6893,'en','default','3546d8f1c6843ced1a2ff49f40ec2e23','Successful database connection',NULL,NULL,'','LINE',NULL,10,'','5cdbbbeb72e4676ff17ded88fc83e64c','',NULL),(6894,'en','default','de0df776eef7917682c97ccf8220c65a','Successfully installed the parent theme, <strong>%1$s %2$s</strong>.',NULL,NULL,'','LINE',NULL,10,'','31db3f4544c1a5a3830e648a6f20493f','',NULL),(6895,'en','default','36e55fbc07cd3323b78ea0170f9009bc','Successfully installed the plugin <strong>%1$s %2$s</strong>.',NULL,NULL,'','LINE',NULL,10,'','873c4269708ba78e98492dfaf0429859','',NULL),(6896,'en','default','65e51a767aac8465ab316d97d00d085e','Successfully installed the theme <strong>%1$s %2$s</strong>.',NULL,NULL,'','LINE',NULL,10,'','b53a4f885d2a1835749d7c13bf93f8b5','',NULL),(6897,'en','default','3641facbce079212e9ad6383d577d6d8','Successfully optimized the %s table.',NULL,NULL,'','LINE',NULL,10,'','28d70dc46d609d9696c246d24738a184','',NULL),(6898,'en','default','aeac14db560bf57479eda213d200fef7','Successfully repaired the %s table.',NULL,NULL,'','LINE',NULL,10,'','be45f2019760ae47be2f0e0c47b35777','',NULL),(6899,'en','default','0dcdc38e76000ae18200738d10b47175','Suggested height is %s.',NULL,NULL,'','LINE',NULL,10,'','d1b8eecae9df38ce5f8e8767dd85e7e8','',NULL),(6900,'en','default','2b93564fb7b857efd28a284746e20944','Suggested text:',NULL,NULL,'','LINE',NULL,10,'','dd2a2944817b466b15457763acc73e68','',NULL),(6901,'en','default','0cde0ecdb26b003b9ea8f6569eff2d8a','Suggested width is %s.',NULL,NULL,'','LINE',NULL,10,'','91e05f0f5e47873a0488d103e80a1654','',NULL),(6902,'en','default','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'','LINE',NULL,10,'','f7781d72719320822575f797b8c68445','',NULL),(6903,'en','default','dbf36ff3e3827639223983ee8ac47b42','Super Admin',NULL,NULL,'','LINE',NULL,10,'','95074fbb9a9bab05ee14531410e361fa','',NULL),(6904,'en','default','e96f7ab05579d0833f104e35dad50649','Super admin privileges cannot be removed because this user has the network admin email.',NULL,NULL,'','LINE',NULL,10,'','14e4edd1b433709027336fba32e0a7e6','',NULL),(6905,'en','default','ed08f43ba0d4c9790015b78d4b13f2a2','Syndication feeds show the most recent',NULL,NULL,'','LINE',NULL,10,'','f98d33372453d875544ab8e7ae255741','',NULL),(6906,'en','default','bcfc1b43f370fe62d3bd59bf6e970e58','Syntax Highlighting',NULL,NULL,'','LINE',NULL,10,'','d92972f9a054ab8011dd228b81cb7830','',NULL),(6907,'en','default','3b39f29b5b8c2754da8d92b4c397ce21','Table Prefix',NULL,NULL,'','LINE',NULL,10,'','c330c366f3efecacd6fc9a5c5f10e95d','',NULL),(6908,'en','default','3aa9f67ab0b9b9aa6e9482cfec4a9083','Table prefix (if you want to run more than one WordPress in a single database)',NULL,NULL,'','LINE',NULL,10,'','6d2498e9db718b934d7f42803f7667cd','',NULL),(6909,'en','default','aea4dfd39fd61dcaf450d05ee0b0ba6f','Tag Template',NULL,NULL,'','LINE',NULL,10,'','39789e1819fa529c7ff9715bf7c58425','',NULL),(6910,'en','default','d9621f8282e8f9c7ecc5effeda87eea4','Tag added.',NULL,NULL,'','LINE',NULL,10,'','37d6b03b90a3e104a10e29f359bcbc27','',NULL),(6911,'en','default','ef9da25a81b978fa89fd24bebb04489f','Tag base',NULL,NULL,'','LINE',NULL,10,'','b41c076fb39ca023138f6cfaf96dc898','',NULL),(6912,'en','default','c5976c54df0e1f5e599185ac2202723c','Tag deleted.',NULL,NULL,'','LINE',NULL,10,'','a8d607b382815717b2c487f8dca4b68e','',NULL),(6913,'en','default','fe79ca25f158a5e106decf8e8468b238','Tag not added.',NULL,NULL,'','LINE',NULL,10,'','b6025aef255a138df8926919f435c04a','',NULL),(6914,'en','default','4738430fa2eb0515f8fc45f77ad109a4','Tag not updated.',NULL,NULL,'','LINE',NULL,10,'','85cedf0a3ed1b791e0fe706df68005d5','',NULL),(6915,'en','default','46e872afcbfd2a42ab93aaa119fd2204','Tag updated.',NULL,NULL,'','LINE',NULL,10,'','ac5c7eb8b000c60a1fa68471000f69a8','',NULL),(6916,'en','default','7d613664b60aa61d0eaed26367d23257','Tags can be selectively converted to categories using the <a href=\"%s\">tag to category converter</a>.',NULL,NULL,'','LINE',NULL,10,'','78266c74f1846dc6c03e1cee67a2f2e8','',NULL),(6917,'en','default','3d69ec8dbad41ce55f30b310a52fbf5e','Tags deleted.',NULL,NULL,'','LINE',NULL,10,'','58a6e3e6c79a5296fa15a11a44c8a949','',NULL),(6918,'en','default','32b502f33a535f75dcbf63f6753c631e','Tags:',NULL,NULL,'','LINE',NULL,10,'','8a7167dc4394748803e1d3d3db6477bc','',NULL),(6919,'en','default','d1c6a48351b114e38e8001a309f1deae','Talk to your web host about OpenSSL support for PHP.',NULL,NULL,'','LINE',NULL,10,'','6ea054323241884607ccd9ffdf2e54ce','',NULL),(6920,'en','default','eb75d61c0d32edf7f02ac4b9245e9066','Tap or hover on any theme then click the Live Preview button to see a live preview of that theme and change theme options in a separate, full-screen view. You can also find a Live Preview button at the bottom of the theme details screen. Any installed theme can be previewed and customized in this way.',NULL,NULL,'','LINE',NULL,10,'','6f6504bc3b2a415851941dc76f520261','',NULL),(6921,'en','default','6270d2d0bd4ea283cd688cee5979a257','Taxonomy Template',NULL,NULL,'','LINE',NULL,10,'','e65bfb983d96c661a3fd4b5f50be0e6a','',NULL),(6922,'en','default','6f3dfb9b486505e02c34ff3f5f28c3da','Thank you for Updating! Please visit the <a href=\"%s\">Upgrade Network</a> page to update all your sites.',NULL,NULL,'','LINE',NULL,10,'','0bef3c48618fe1470758e2a5f2b75daf','',NULL),(6927,'en','default','448e6f7bb5f111ccd7527c184b36f9f6','Thank you for creating with <a href=\"%s\">WordPress</a>.',NULL,NULL,'','LINE',NULL,10,'','97d83f7dc26492a73665bc014005db93','',NULL),(6928,'en','default','92a7784fc2dce98ad5eb3ca9a5f87c42','Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.',NULL,NULL,'','LINE',NULL,10,'','35e693580ea9ba889cf082c6e5124f71','',NULL),(6929,'en','default','286151a15b172f69875a61e94727075d','Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked.',NULL,NULL,'','LINE',NULL,10,'','db4ca56410ce7dee44f0b7e126963333','',NULL),(6930,'en','default','a056acb19936fc9e7d3764e4214c8702','That user could not be added to this site.',NULL,NULL,'','LINE',NULL,10,'','80fcc4dba08e620d0c2e2015fe4f6907','',NULL),(6931,'en','default','bb98e35aeb27abdff629c3d114e82d90','That user is already a member of this site.',NULL,NULL,'','LINE',NULL,10,'','41df38736cbb2f3f1e9523e57f7bef24','',NULL),(6932,'en','default','183f673f0d391113a332071ba0c12443','The %1$s constant in your %2$s file is no longer needed.',NULL,NULL,'','LINE',NULL,10,'','ab19bf893871e23cf2baf1343e5213f1','',NULL),(6933,'en','default','8216779f85aa7999e090808e49127b10','The %1$s plugin header is deprecated. Use %2$s instead.',NULL,NULL,'','LINE',NULL,10,'','f9072082df9c34941be6f6b98f89ee15','',NULL),(6934,'en','default','999790af91e92512b7b4c1821587f790','The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table…',NULL,NULL,'','LINE',NULL,10,'','a74df7b7c0f4cea529c5be83b56bb645','',NULL),(6935,'en','default','aa32988d27c26872a40aabdc8fd67eac','The %s constant is defined and enabled.',NULL,NULL,'','LINE',NULL,10,'','1268e2d4629db1f7fd26da9959e089d5','',NULL),(6936,'en','default','98970988f4d7ebc5407863a4ba398d15','The %s filter is enabled.',NULL,NULL,'','LINE',NULL,10,'','f20714dc1f9e13ff180628ad4bdc2bb3','',NULL),(6937,'en','default','b2a2f4dea574fcbabeb1962561d1ff2a','The %s importer is invalid or is not installed.',NULL,NULL,'','LINE',NULL,10,'','abc86909c069f5f2561a38f74b50f5c7','',NULL),(6938,'en','default','3ca8be7ee91813ff2464fb01340d6b6e','The %s setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API',NULL,NULL,'','LINE',NULL,10,'','d9baa849100b02ed77d241d81d8df2ba','',NULL),(6939,'en','default','5ec28895290332887fc333d6c2370a11','The %s stylesheet doesn’t contain a valid theme header.',NULL,NULL,'','LINE',NULL,10,'','f84d7430293b520df3b1a5839a60433c','',NULL),(6940,'en','default','77aba6400a12368a3c8e1d29765352b2','The %s table is already optimized.',NULL,NULL,'','LINE',NULL,10,'','acda4c605adf6c549fe548e1eba474e9','',NULL),(6941,'en','default','744a1d8f5bfbd4c6d90923b7087343f7','The %s table is okay.',NULL,NULL,'','LINE',NULL,10,'','99653af0aeab8b08889b6223b7a8e7d4','',NULL),(6942,'en','default','e0433c8fccacdcc1dec538d01a5ffb07','The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.',NULL,NULL,'','LINE',NULL,10,'','c84042caac8257ad95bc00faf92e0b6f','',NULL),(6943,'en','default','746b3c8b151c5ec38560aa785d61bdbf','The 1st Freedom',NULL,NULL,'','LINE',NULL,10,'','b847eab338e6fa1665f6c97237ca6eb9','',NULL),(6944,'en','default','efd1485952aaf52feaafbc8ec10869d5','The 2nd Freedom',NULL,NULL,'','LINE',NULL,10,'','1a886b223dedd0a67bfb29300ccfc41e','',NULL),(6945,'en','default','a8fd0261e2267a5847b24bacd27b25b2','The 3rd Freedom',NULL,NULL,'','LINE',NULL,10,'','3d7eb8fe1bb18a3f6a29efa07b1887d5','',NULL),(6946,'en','default','87d44b846a4b149bbfb58946ca5d0df8','The 4th Freedom',NULL,NULL,'','LINE',NULL,10,'','867360a47126f145fafac39ae4849f46','',NULL),(6947,'en','default','b30e060516ec005fae3a7bedfef38b28','The <a href=\"https://codex.wordpress.org/Glossary#Character_set\">character encoding</a> of your site (UTF-8 is recommended)',NULL,NULL,'','LINE',NULL,10,'','d16310ea3f78928cd3b670b6bedba9d4','',NULL),(6948,'en','default','554b7ac84f1fa573ee1867a3a2c02d09','The Available Widgets section contains all the widgets you can choose from. Once you drag a widget into a sidebar, it will open to allow you to configure its settings. When you are happy with the widget settings, click the Save button and the widget will go live on your site. If you click Delete, it will remove the widget.',NULL,NULL,'','LINE',NULL,10,'','c870042c568c84af431c05479fe39260','',NULL),(6949,'en','default','2f1a8ec3a8b277b002ea5dd3a9c166ec','The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, the Activate Plugin & Run Importer link will take you to a screen where you can choose to convert tags into categories or vice versa.',NULL,NULL,'','LINE',NULL,10,'','73e9ba17e991f5898b5f2b0737c9ad4c','',NULL),(6950,'en','default','1e2ad5c78a6bba9e430dc771728a358c','The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements.',NULL,NULL,'','LINE',NULL,10,'','663621b6d079f8703d5e4a7c2aab713b','',NULL),(6951,'en','default','88dc13179c52b8083ec73e317b2d5338','The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function.',NULL,NULL,'','LINE',NULL,10,'','f53280634c7e03c2413c208d3e3e68b2','',NULL),(6952,'en','default','e3a6c830a45973f8caac3432d436e903','The Optional fields let you customize the “category” and “tag” base names that will appear in archive URLs. For example, the page listing all posts in the “Uncategorized” category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.',NULL,NULL,'','LINE',NULL,10,'','c686ed3a11e088be1973308ebe9e40cb','',NULL),(6953,'en','default','4d0e73c65085b8ad1af356ce738ca8b3','The REST API call gave the following unexpected result: (%1$d) %2$s.',NULL,NULL,'','LINE',NULL,10,'','db053906fcdbe7dbfd16fa8555a5229c','',NULL),(6954,'en','default','1752b9981f3409f232fc884d29671599','The REST API did not behave correctly',NULL,NULL,'','LINE',NULL,10,'','f71811a0679bdd81d6d5b5803cc8ebe3','',NULL),(6955,'en','default','ffd5b6482a4676b4e698c403c63c24d7','The REST API did not process the %s query parameter correctly.',NULL,NULL,'','LINE',NULL,10,'','9347de6d615ea548df7632cdf9a4912b','',NULL),(6956,'en','default','a1c6f7df46ba1e6c3f2ee1ce711414cc','The REST API encountered an error',NULL,NULL,'','LINE',NULL,10,'','30216df086ff6c233450dbb160ff2568','',NULL),(6957,'en','default','16310ec5603d5c1be47ac73b387c051d','The REST API encountered an unexpected result',NULL,NULL,'','LINE',NULL,10,'','12de961930075b8adff66e3e42f66daf','',NULL),(6958,'en','default','9056bf97881e293b7bb2104070a0ca56','The REST API is available',NULL,NULL,'','LINE',NULL,10,'','2abba9fcd17588afcaf425696445eb88','',NULL),(6959,'en','default','6a61a1c2681c9e2ac5b18075363064a1','The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.',NULL,NULL,'','LINE',NULL,10,'','7be4a4e7fef38a46f204e6b6392eef75','',NULL),(6960,'en','default','b4f56ad126d61efd33f4087d2db41180','The REST API request failed due to an error.',NULL,NULL,'','LINE',NULL,10,'','f89e7725ee917abd8c34c4619442ec54','',NULL),(6961,'en','default','161eeb341bb2b52c23412256a4af2833','The SQL server is a required piece of software for the database WordPress uses to store all your site’s content and settings.',NULL,NULL,'','LINE',NULL,10,'','8ed56db5804a6f693492b7b8a78802d3','',NULL),(6962,'en','default','bc102454910b3e9559abe6016a25550d','The Site Health check requires JavaScript.',NULL,NULL,'','LINE',NULL,10,'','6ecf812b234640a2ed8dbda2ef01e947','',NULL),(6963,'en','default','2bc6f983917576292a23bcbf9c5ecf74','The Text mode allows you to enter HTML along with your post text. Note that <p> and <br> tags are converted to line breaks when switching to the Text editor to make it less cluttered. When you type, a single line break can be used instead of typing <br>, and two line breaks instead of paragraph tags. The line breaks are converted back to tags automatically.',NULL,NULL,'','LINE',NULL,10,'','6822422cfd888b5560ab16ce486fcf0f','',NULL),(6964,'en','default','62457c7b06e9492db136c612087a8636','The Theme Installer screen requires JavaScript.',NULL,NULL,'','LINE',NULL,10,'','ee81cae6fee978a72094c23881080975','',NULL),(6965,'en','default','fa7710958d9308b31dfb35c7cd561c36','The Walker class named %s does not exist.',NULL,NULL,'','LINE',NULL,10,'','34054a8dc59b2133208d8c72fc61addb','',NULL),(6966,'en','default','23bd39e50cd83492cbbe97609725c395','The WordPress Hosting Team maintains a list of those modules, both recommended and required, in <a href=\"%1$s\" %2$s>the team handbook%3$s</a>.',NULL,NULL,'','LINE',NULL,10,'','d39e190fed89a6ea4d14d8232ca880dd','',NULL),(6967,'en','default','002b9dd3a4beb56d4092b6848925ba55','The WordPress Team',NULL,NULL,'','LINE',NULL,10,'','07bb812d2f3b5981c5bbf4c67a763730','',NULL),(6968,'en','default','68804ce6aa38ab1ef7d4e33889033f7b','The WordPress URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.',NULL,NULL,'','LINE',NULL,10,'','611f402fad36bf6c2938669e03586d18','',NULL),(6969,'en','default','be7027f369951f13e70f11596d6f5328','The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working.',NULL,NULL,'','LINE',NULL,10,'','3d2e5149e2f489b217865e5abac9d14c','',NULL),(6970,'en','default','7c3fa617cc659374bf5335f14e85e1f0','The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.',NULL,NULL,'','LINE',NULL,10,'','7be05e2c149e3eb3da9856ca422c1635','',NULL),(6971,'en','default','462d9bb1638287143d47e551f189f362','The active theme is broken. Reverting to the default theme.',NULL,NULL,'','LINE',NULL,10,'','ee82ecbf9e622270887b544c8c70c8ba','',NULL),(6972,'en','default','16a7d315d4eb5e71cf53bd119764f2a6','The amount of information you may be required to show will vary depending on your local or national business regulations. You may, for example, be required to display a physical address, a registered address, or your company registration number.',NULL,NULL,'','LINE',NULL,10,'','1309f621bd0055cd2c9d869996990f0c','',NULL),(6973,'en','default','0d6e6952823baa88591bf01e4b2a7d9f','The aspect ratio is the relationship between the width and height. You can preserve the aspect ratio by holding down the shift key while resizing your selection. Use the input box to specify the aspect ratio, e.g. 1:1 (square), 4:3, 16:9, etc.',NULL,NULL,'','LINE',NULL,10,'','26728d76bfe1ad7865f61289e45209ca','',NULL),(6974,'en','default','5b03ff53f46b8e6fb8c3f50cac9e10e6','The authenticity of %s could not be verified as no signature was found.',NULL,NULL,'','LINE',NULL,10,'','262c02533cbb4c59ab7aa02b412ffce9','',NULL),(6975,'en','default','b26d3c6823352675c4309627bd9e12c5','The authenticity of %s could not be verified as signature verification is unavailable on this system.',NULL,NULL,'','LINE',NULL,10,'','4b924f7099f99006c44996ddbd173792','',NULL),(6976,'en','default','7f915b95934bc8434d9b2037187c806b','The authenticity of %s could not be verified.',NULL,NULL,'','LINE',NULL,10,'','216593803d9480d5617fb93de9771c67','',NULL),(6977,'en','default','61b6cf804dc77479ab0d352e1a3a7680','The backup of this post in your browser is different from the version below.',NULL,NULL,'','LINE',NULL,10,'','ca27f1a29261c8d6c56c7a2e2a50ace0','',NULL),(6978,'en','default','f38d08a3f1ac50ade8b00113b31f156d','The block editor requires JavaScript. Please enable JavaScript in your browser settings, or try the <a href=\"%s\">Classic Editor plugin</a>.',NULL,NULL,'','LINE',NULL,10,'','a2ce02780b1a1c9ce9a9d9ebb0f703d4','',NULL),(6979,'en','default','ea7e6216c8e195c3ee86ef1f9a50b954','The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don’t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.',NULL,NULL,'','LINE',NULL,10,'','a59d62ea2a4eefeb41bb3ebc3ddf2a6b','',NULL),(6980,'en','default','7ab07ba8c965ea3d313a005f2b1be7e1','The boxes on your Dashboard screen are:',NULL,NULL,'','LINE',NULL,10,'','0c233d949e877e2af23f5c041e05bb6b','',NULL),(6981,'en','default','410c599c85788193747c0388bcfad648','The checksum of the file (%1$s) does not match the expected checksum value (%2$s).',NULL,NULL,'','LINE',NULL,10,'','f11098b3324184864ead373909f97879','',NULL),(6982,'en','default','1c76d426685053d54d636e0fb98a2dff','The constant %s cannot be defined when installing WordPress.',NULL,NULL,'','LINE',NULL,10,'','1497a818eac7aaf0b04870a238626368','',NULL),(6983,'en','default','374c3cac97bc640a934978d1331acfa3','The current theme does not support a flexible sized header image.',NULL,NULL,'','LINE',NULL,10,'','18702aaef6c5d743b166a35b8db995d9','',NULL),(6984,'en','default','7c57eab042e554704070a118e5c1b5df','The current theme does not support uploading a custom header image.',NULL,NULL,'','LINE',NULL,10,'','df99a3ac7bb5724fb4fe95e5e1bb9c34','',NULL),(6985,'en','default','dd3258e965aab5f73100334a65e08673','The current theme is displayed highlighted as the first theme.',NULL,NULL,'','LINE',NULL,10,'','2c4414afb28b421c247aa0e4057bfd90','',NULL),(6986,'en','default','2f18c4df25d95c2e09c53e122b7cfaba','The current user’s role must have user editing capabilities.',NULL,NULL,'','LINE',NULL,10,'','1d148bb5a2e2e9d9551b350df5c71419','',NULL),(6987,'en','default','7e1c956a01ff33aeda36b145b46cfa5c','The currently selected Privacy Policy page does not exist. Please create or select a new page.',NULL,NULL,'','LINE',NULL,10,'','e7bf979a9539b00d2878d613071434e7','',NULL),(6988,'en','default','1a512c9458eca048902f6a7ad2648a00','The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or <a href=\"%s\">restore the current page</a>.',NULL,NULL,'','LINE',NULL,10,'','8199f66f24032418061a0a72cbbd71f0','',NULL),(6989,'en','default','5602c5c8e3e0c5a5f08b56faa4f3e32d','The database update process may take a little while, so please be patient.',NULL,NULL,'','LINE',NULL,10,'','16e88870821776aad4edbada8ac3f9ed','',NULL),(6990,'en','default','f5b712b9d301f61dd92249263ecc1e6a','The description is not prominent by default; however, some themes may show it.',NULL,NULL,'','LINE',NULL,10,'','4d7aff344d157ca85bba08f7fc5d35de','',NULL),(6991,'en','default','47f828501e61945834bf4569fe0fcb6c','The directory size calculation has timed out. Usually caused by a very large number of sub-directories and files.',NULL,NULL,'','LINE',NULL,10,'','b7d24acc6859d0da9677a49bc73638fa','',NULL),(6992,'en','default','811372453dd986cdf5d978b6f84b944b','The error code was %s.',NULL,NULL,'','LINE',NULL,10,'','c0cd186cf715ffb7e249788d4e6c2979','',NULL),(6993,'en','default','1283a7fcac8dc097b0875b6a7290af01','The fields on this screen determine some of the basics of your site setup.',NULL,NULL,'','LINE',NULL,10,'','da995ca09f039985d226591412a088b0','',NULL),(6994,'en','default','80421ce30e3bce308038495e52b4ced9','The file %1$s already exists one level above your WordPress installation. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href=\"%2$s\">installing now</a>.',NULL,NULL,'','LINE',NULL,10,'','02d69a8be7faf2b3f0dad8a61247ddcf','',NULL),(6995,'en','default','067bba9c290473395fed62cb07acd6a9','The file %1$s already exists. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href=\"%2$s\">installing now</a>.',NULL,NULL,'','LINE',NULL,10,'','a8ae2dea20243bc57b717f3b18304c16','',NULL),(6996,'en','default','b49296aab95a7a3f261dd23c23947580','The folder %1$s was detected as being under version control (%2$s), but the %3$s filter is allowing updates.',NULL,NULL,'','LINE',NULL,10,'','6f42cf8470b6f91bb37587b4b168fa80','',NULL),(6997,'en','default','e22eb479abeaed29dbd66407371b4a9d','The folder %1$s was detected as being under version control (%2$s).',NULL,NULL,'','LINE',NULL,10,'','0637e20a84f7465eebd4873b9b3893d2','',NULL),(6998,'en','default','eb7630ff98db1781ebbdfbd123dedce6','The following plugins failed to update:',NULL,NULL,'','LINE',NULL,10,'','9d1cb5b0c213c3da6283a8628b94ca64','',NULL),(6999,'en','default','689596503b47d95e2f38d5a124123f6e','The following plugins have new versions available. Check the ones you want to update and then click “Update Plugins”.',NULL,NULL,'','LINE',NULL,10,'','87b53c7d28e400ca0179f6574c2f2a61','',NULL),(7000,'en','default','bb704e5e27f70084d643a9b1738a3eae','The following plugins were successfully updated:',NULL,NULL,'','LINE',NULL,10,'','3ade60c16e9dc4c16224f8eaa2d18955','',NULL),(7001,'en','default','c3f16c77c1e86fe9d95810e896b09c7d','The following themes are installed but incomplete.',NULL,NULL,'','LINE',NULL,10,'','1048fb232ae0da3bbcb6ff3c25ec8fa7','',NULL),(7002,'en','default','ae87c9a531fab5c501cca60c543d2836','The following themes failed to update:',NULL,NULL,'','LINE',NULL,10,'','8a55da829496f250efb9304a8010546b','',NULL),(7003,'en','default','8d9f4ee9d236083e699a99eab97b29d7','The following themes have new versions available. Check the ones you want to update and then click “Update Themes”.',NULL,NULL,'','LINE',NULL,10,'','38a3fe5c347fbe952c9b04495cf8d3f8','',NULL),(7004,'en','default','9e6bfe33188701fd484349ba9e072623','The following themes were successfully updated:',NULL,NULL,'','LINE',NULL,10,'','310bd3ad47dc2024fc6cd79c0aae1142','',NULL),(7005,'en','default','aca4bd114b8e47b5fc7d0cdb229c7b83','The following translations failed to update:',NULL,NULL,'','LINE',NULL,10,'','ef7be7182e766079badb422f56cd6c1e','',NULL),(7006,'en','default','810a224cbe7994f5fa8d7f2287676794','The following translations were successfully updated:',NULL,NULL,'','LINE',NULL,10,'','9e0ead9dc9aaf8a2681786516879e2b2','',NULL),(7007,'en','default','973b73930e6d5cde61e00edba9ff297e','The ftp PHP extension is not available',NULL,NULL,'','LINE',NULL,10,'','968e999a7684b2423b0ce7f39f969817','',NULL),(7008,'en','default','7541f87234c78f5151d30d900471192f','The grid view for the Media Library requires JavaScript. <a href=\"%s\">Switch to the list view</a>.',NULL,NULL,'','LINE',NULL,10,'','cadb1d997a7a7dfb1a0fdb039e841342','',NULL),(7009,'en','default','4ad646193bb62729c1c619f14089b2ba','The installer attempted to contact a random hostname (%s) on your domain.',NULL,NULL,'','LINE',NULL,10,'','7d20f68c9d3b75b5b57dac2e4394bcb4','',NULL),(7010,'en','default','326a3dc0e88ea213c7a97657dd5cd730','The item you are trying to move to the Trash no longer exists.',NULL,NULL,'','LINE',NULL,10,'','4c4fd5fc3fa9399ec769df47625b2072','',NULL),(7011,'en','default','d170af60143a91cd7487a6f9ffb02b58','The item you are trying to restore from the Trash no longer exists.',NULL,NULL,'','LINE',NULL,10,'','58e1e204c6078e641137b0e6d7fecd53','',NULL),(7012,'en','default','882806669603d5894215807206242b6f','The language pack is missing either the %1$s or %2$s files.',NULL,NULL,'','LINE',NULL,10,'','d566d2dcb380116373aab10be84a7261','',NULL),(7013,'en','default','030eb735ca4d9aed22505e6adb6e37c1','The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.',NULL,NULL,'','LINE',NULL,10,'','a199554e617c102a6467d92c120ed216','',NULL),(7014,'en','default','8b12de013bf926f314c93df31865f28e','The loopback request returned an unexpected http status code, %d, it was not possible to determine if this will prevent features from working as expected.',NULL,NULL,'','LINE',NULL,10,'','22b87ae0048f92b1f742c6ef4801f2a8','',NULL),(7015,'en','default','7121572438c5b0e3d9afc14a6e1a39e2','The loopback request to your site completed successfully.',NULL,NULL,'','LINE',NULL,10,'','d1b0404306a66a4212ed4b9c4360173b','',NULL),(7016,'en','default','d31d03728b0adbfe25288b66f7ca4d7d','The loopback request to your site failed, this means features relying on them are not currently working as expected.',NULL,NULL,'','LINE',NULL,10,'','f1b408dcceb077d7b3c40ee66d83dbfb','',NULL),(7017,'en','default','367a426dd976a342b175ab77a41450a6','The main WordPress directory',NULL,NULL,'','LINE',NULL,10,'','eba106bd06381f554f699fbaf16ba7f8','',NULL),(7018,'en','default','6cd5563003ed28586594ce0fd5f3aad5','The menu has been successfully deleted.',NULL,NULL,'','LINE',NULL,10,'','d51669c904341744cff82a3c27e8ed89','',NULL),(7019,'en','default','788ec2933cfc88ce4fbaf52c8378f459','The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.',NULL,NULL,'','LINE',NULL,10,'','84b1bf93bccd3e3fd3d8b44838df50f0','',NULL),(7020,'en','default','692aab9220484ce95afd7ad0fb7b5d35','The menu item has been successfully deleted.',NULL,NULL,'','LINE',NULL,10,'','65ce9fdd715f61c9a6e1c34582a39e5a','',NULL),(7021,'en','default','076cce8a4cea590d426b0a923e9c6f21','The menu management box at the top of the screen is used to control which menu is opened in the editor below.',NULL,NULL,'','LINE',NULL,10,'','0360469d6dc114e3b72568de3416d133','',NULL),(7022,'en','default','49899bff2951b27236c278e50144ad0b','The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!',NULL,NULL,'','LINE',NULL,10,'','8900149dab5fa0e5bfcb17d532e6db09','',NULL),(7023,'en','default','29e7fc893f5b81c91cca99b1e109c585','The must use plugins directory',NULL,NULL,'','LINE',NULL,10,'','690c04dc5c6083078c338538f343b77d','',NULL),(7024,'en','default','43ab2e43cb438622dc97eff81b7efa46','The name is how it appears on your site.',NULL,NULL,'','LINE',NULL,10,'','7475f37e7f96f721d6705775359648a2','',NULL),(7025,'en','default','b9a11c204f9dbab66a8dc53655eada32','The name of the database you want to use with WordPress.',NULL,NULL,'','LINE',NULL,10,'','3d841633f230c886f27c59946f15cbdb','',NULL),(7026,'en','default','abc81921b5497a4ae0a9f1d76c6d931f','The network already exists.',NULL,NULL,'','LINE',NULL,10,'','d391d4de6978b5a455355f2283f7e016','',NULL),(7027,'en','default','dd3155e4a5a8436bff4472ce0244fb17','The new page will include help and suggestions for your Privacy Policy.',NULL,NULL,'','LINE',NULL,10,'','fb1bcb3caa567be21344c40f887df70f','',NULL),(7028,'en','default','543c01f7d2f626867ccc29b2057d1ae8','The optional module, %s, is not installed, or has been disabled.',NULL,NULL,'','LINE',NULL,10,'','bf6b52423d0adc1072da2d488a721042','',NULL),(7029,'en','default','fd3fd66ffe39aeb0c63c639930ca00c5','The options shown below relate to your server setup. If changes are required, you may need your web host’s assistance.',NULL,NULL,'','LINE',NULL,10,'','f47b9d88d39cdca5f65cdfab05202512','',NULL),(7030,'en','default','45cd9856d566986addee9fc589d71b76','The package contains no files.',NULL,NULL,'','LINE',NULL,10,'','6502c46be5402cc2cb188a735df83d84','',NULL),(7031,'en','default','83fa7e6e72d97bf56a513274fdd9a277','The package could not be installed.',NULL,NULL,'','LINE',NULL,10,'','396eea99f8f105dce089357d9a329f84','',NULL),(7032,'en','default','c76de7cd4fb040ef8325dd13a78b6d02','The parent theme, <strong>%1$s %2$s</strong>, is currently installed.',NULL,NULL,'','LINE',NULL,10,'','979ddb280135c29ae5d9c7a5c17362ad','',NULL),(7033,'en','default','28b3cc342ee546199290f7cbdf23e77e','The password you chose during installation.',NULL,NULL,'','LINE',NULL,10,'','c5ecdca78aa7421d534b6147a636c33f','',NULL),(7034,'en','default','b9ba49ca35776f8a4f65caee6c1afbef','The plugin %1$s has been <strong>deactivated</strong> due to an error: %2$s',NULL,NULL,'','LINE',NULL,10,'','509b17d06b2f65543274e56b8e9ea3ec','',NULL),(7035,'en','default','e0507116ce6ea87713a4ad0f6227e927','The plugin contains no files.',NULL,NULL,'','LINE',NULL,10,'','fb94c82f5e46aa2c96d92bce793d5df4','',NULL),(7036,'en','default','9442b248b713240174c9a43136739a1d','The plugin does not have a valid header.',NULL,NULL,'','LINE',NULL,10,'','9b6a9a7445dbb8cd3100fc5cd16b73df','',NULL),(7037,'en','default','585c632867e9996c860d3d12f08f60e2','The plugin generated %d character of <strong>unexpected output</strong> during activation.',NULL,NULL,'','LINE',NULL,10,'','9c9069b49e8b26a57ad80d7be63fb396','',NULL),(7038,'en','default','36c48381f70712b7093218adc7f30001','The plugin generated %d characters of <strong>unexpected output</strong> during activation.',NULL,NULL,'','LINE',NULL,10,'','adb751c42b3c64707ab39f6c01bb5836','',NULL),(7039,'en','default','1a4d90b7180c829ea35c6fb784d19d51','The plugin generated unexpected output.',NULL,NULL,'','LINE',NULL,10,'','f31a48943d23d7fb69016e34b66b4576','',NULL),(7040,'en','default','84dc148de4d2e1fd94436ff69888e6c6','The plugin is at the latest version.',NULL,NULL,'','LINE',NULL,10,'','221f62ced812cc0bca571990a1b7aade','',NULL),(7041,'en','default','dd11db7379854d969f1c3b0de73ce1f8','The plugins directory',NULL,NULL,'','LINE',NULL,10,'','c52d7c08bac582d5179175857d485b6b','',NULL),(7042,'en','default','c274fd8b4d03b84ef1a32b59a7d6e35f','The primary site you chose does not exist.',NULL,NULL,'','LINE',NULL,10,'','21e269643886f625aaca00be73181a9a','',NULL),(7043,'en','default','5a7cd382e97b0cd2796a35c34a29d68d','The required module, %s, is not installed, or has been disabled.',NULL,NULL,'','LINE',NULL,10,'','1cc7939428f911b65321430067d71552','',NULL),(7044,'en','default','982b9964295dc7c917d12fce782f8a43','The scheduled event, %s, failed to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.',NULL,NULL,'','LINE',NULL,10,'','57e44d1ea323ecdab65a1daf14d0adf5','',NULL),(7045,'en','default','dff9e48815ee70045ecc9844adef0f15','The search for installed plugins will search for terms in their name, description, or author.',NULL,NULL,'','LINE',NULL,10,'','26eb73c3c9d1249e7a8eb21aaa1aca1e','',NULL),(7046,'en','default','c5a4e15efc46e23f0bf0695ec14433b4','The search for installed themes will search for terms in their name, description, author, or tag.',NULL,NULL,'','LINE',NULL,10,'','1bc81ddaa9962129f39339b7ea4c77e4','',NULL),(7047,'en','default','6885571838d162bf8caab9a1ae853663','The selected plugin has been <strong>deleted</strong>.',NULL,NULL,'','LINE',NULL,10,'','fd5aad7e440519282e43223a7cd286fe','',NULL),(7048,'en','default','31fcf8abc0755a9ce74203d7b7bf779b','The selected plugins have been <strong>deleted</strong>.',NULL,NULL,'','LINE',NULL,10,'','f518effe142d3aef68ac450df6bf3fea','',NULL),(7049,'en','default','ac836dd7aebe42caee2234345a28696c','The site health check shows critical information about your WordPress configuration and items that require your attention.',NULL,NULL,'','LINE',NULL,10,'','5cd338a27f22f44893d5de6a0beccf7e','',NULL),(7050,'en','default','1ff3d41bf62799cdaa526179ab5b045b','The size cannot be calculated. The directory is not accessible. Usually caused by invalid permissions.',NULL,NULL,'','LINE',NULL,10,'','99e525d37e2de371af3048a0fb200a96','',NULL),(7051,'en','default','4c4f2a76891b1d1153e75e096b441c6c','The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.',NULL,NULL,'','LINE',NULL,10,'','ff474f6f65f17b7587ae9ca4a18f6a0f','',NULL),(7052,'en','default','dfb0679388e6a66905374102a1d4157b','The ssh2 PHP extension is available, however, we require the PHP5 function %s',NULL,NULL,'','LINE',NULL,10,'','e4eb51a06fa4e0a74891f1d442b557a7','',NULL),(7053,'en','default','218258d09f39bcbf45b4a647b12e5c78','The ssh2 PHP extension is not available',NULL,NULL,'','LINE',NULL,10,'','c18d798a826e2fe55120b0b1a5ecbe98','',NULL),(7054,'en','default','685ced396818273964337f941e75da76','The suggested privacy policy content should be added by using the %s (or later) action. Please see the inline documentation.',NULL,NULL,'','LINE',NULL,10,'','37443756fe93f2bc3584cf7a4ccdd1d0','',NULL),(7055,'en','default','bf23c9d2e15af60f61123487ff157cca','The suggested privacy policy content should be added only in wp-admin by using the %s (or later) action.',NULL,NULL,'','LINE',NULL,10,'','bcc69e8ebdfd1dd205bb31737b829195','',NULL),(7056,'en','default','c3cbc3a80ee2b52006e72b32006cfa1d','The suggested privacy policy text has changed. Please <a href=\"%s\">review the guide</a> and update your privacy policy.',NULL,NULL,'','LINE',NULL,10,'','2c614067097dc9eac2b2c0f83f22ea26','',NULL),(7057,'en','default','cbdda47072ae4fe0db4cc67e2af00351','The theme being previewed is fully interactive — navigate to different pages to see how the theme handles posts, archives, and other page templates. The settings may differ depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the Publish & Activate button above the menu.',NULL,NULL,'','LINE',NULL,10,'','946fd2b46a344499284444761c8fbc01','',NULL),(7058,'en','default','01b08bbf98e543a3a47855751c0d9e98','The theme contains no files.',NULL,NULL,'','LINE',NULL,10,'','e992775808addce139d6b8e66ede67a8','',NULL),(7059,'en','default','6557962c2f31513e3f7f5f2de69ab61d','The theme is at the latest version.',NULL,NULL,'','LINE',NULL,10,'','44552b64d95f98488655b5d2134e3b5c','',NULL),(7060,'en','default','3237265583af359a08fbed2b7a9ef8d9','The theme is missing the %s file.',NULL,NULL,'','LINE',NULL,10,'','8398d7ead95b683de176ae715589e08c','',NULL),(7061,'en','default','eb2a338bac4be6bc89ad4a88b318cc4f','The theme is missing the %s stylesheet.',NULL,NULL,'','LINE',NULL,10,'','e8ee5ba1cbd93125c0a5760af4c98634','',NULL),(7062,'en','default','fb8a689f09c8b89aafe92bdf6581af71','The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href=\"https://codex.wordpress.org/Widgetizing_Themes\">follow these instructions</a>.',NULL,NULL,'','LINE',NULL,10,'','1287d7e838887ce7a21436901fa1c2bb','',NULL),(7063,'en','default','59448c1eb812dd033770eb0a9beb4bac','The themes directory',NULL,NULL,'','LINE',NULL,10,'','804d86bd0f4a7c4bfe78ad9c72d233ee','',NULL),(7064,'en','default','4388af50e061814a34b6819900fa73bd','The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.',NULL,NULL,'','LINE',NULL,10,'','09c81985949e99d25352c4eacbc7d9b2','',NULL),(7065,'en','default','661c8bef1518ee6dceb128a1acb0f94b','The translations are up to date.',NULL,NULL,'','LINE',NULL,10,'','f28e28829b3f285025e2b88e9e4a3152','',NULL),(7066,'en','default','d11acdf4128583df149f49a5304d7f08','The update cannot be installed because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.',NULL,NULL,'','LINE',NULL,10,'','a5325fcfefcc285cb72318a0aa10c115','',NULL),(7067,'en','default','8bb3b5bc9f799caf17a82e3b16a6879e','The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.',NULL,NULL,'','LINE',NULL,10,'','e9291eccfebe5cf5449c24552bbec734','',NULL),(7068,'en','default','94bf1658531ac480fcff6654e73e4747','The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.',NULL,NULL,'','LINE',NULL,10,'','a29017ca25561e4fa1e5a39ef7d75aab','',NULL),(7069,'en','default','1115a6530e7dcf5ef19adc638bbeed53','The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.',NULL,NULL,'','LINE',NULL,10,'','966bd6ce16987e14599aed48177771df','',NULL),(7070,'en','default','6d5780cdb2aa108131ba45f0bd266a10','The update could not be unpacked',NULL,NULL,'','LINE',NULL,10,'','54504cc71000e1aee78b9ca50abfb52f','',NULL),(7071,'en','default','9fbd486a1e1c7276228148c6cbd00ff0','The update of %s failed.',NULL,NULL,'','LINE',NULL,10,'','bf8d23786a82506ac4a026b53a40b7bb','',NULL),(7072,'en','default','434d53474e8837b767dae5052bdbe9f9','The update process is starting. This process may take a while on some hosts, so please be patient.',NULL,NULL,'','LINE',NULL,10,'','449135c995cffae7672d84671342f40f','',NULL),(7073,'en','default','f76a1d1d0a948422fa9f1f324d556b5f','The uploaded file could not be moved to %s.',NULL,NULL,'','LINE',NULL,10,'','247ef7685396bc09c789ba3a19a187c4','',NULL),(7074,'en','default','8d9086cb60c50b568ba57e0951dc4025','The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',NULL,NULL,'','LINE',NULL,10,'','3332364ab364cd9a59fe11aef2b09193','',NULL),(7075,'en','default','827ac42f1bc60fab16ae517ddb410e31','The uploaded file exceeds the upload_max_filesize directive in php.ini.',NULL,NULL,'','LINE',NULL,10,'','00a9ae6cbdd8a70f8206ca0e2d3cd48f','',NULL),(7076,'en','default','aee4c56a1b2f39cf559d155a434181a9','The uploaded file is not a valid image. Please try again.',NULL,NULL,'','LINE',NULL,10,'','24fd6ba80433dc89cf54f2207853c43e','',NULL),(7077,'en','default','4f12b222c9659d62afa795987259933f','The uploaded file was only partially uploaded.',NULL,NULL,'','LINE',NULL,10,'','00572bbfd732b690a9a38b15a792f454','',NULL),(7078,'en','default','834efdbf59dc73523485b49fae5d2a44','The uploads directory',NULL,NULL,'','LINE',NULL,10,'','34d78fb51fbdf2b49aadc0144258084d','',NULL),(7079,'en','default','6f01a43a1b01cb081fa64ce69ebef5a9','The username you provided has invalid characters.',NULL,NULL,'','LINE',NULL,10,'','152f6a8cc5c634ace24b58d0ccd4c711','',NULL),(7080,'en','default','d984f96849848546797cc73c16e28228','The value, %1$s, has either been enabled by %2$s or added to your configuration file. This will make errors display on the front end of your site.',NULL,NULL,'','LINE',NULL,10,'','6cbaa679e108549ad25e2e9ce2afbcfe','',NULL),(7081,'en','default','e190fcec01f43871886296ad8fdf679e','The value, %s, has been added to this website’s configuration file. This means any errors on the site will be written to a file which is potentially available to normal users.',NULL,NULL,'','LINE',NULL,10,'','fd8c5ecbe323106f7fe8d4dc78172d37','',NULL),(7082,'en','default','675d310a7b1f5e4a26655ca482c93ff4','The wp-content directory',NULL,NULL,'','LINE',NULL,10,'','82d397800d2319be7f0d160e6ba3424b','',NULL),(7083,'en','default','4088e02003f6420ce29ba36534787e2c','Theme Editor',NULL,NULL,'','LINE',NULL,10,'','557cf7cd3af170e9ed6a8ab52cec99f2','',NULL),(7084,'en','default','e5c4b17366041e8247312776a4ec335e','Theme Files',NULL,NULL,'','LINE',NULL,10,'','709fa53bc51a6894dfc2d3517e7de7a7','',NULL),(7085,'en','default','6b08d552878e7463d4da385c554cca65','Theme Footer',NULL,NULL,'','LINE',NULL,10,'','cbcc4ca083f911c744b606be34cbcb92','',NULL),(7086,'en','default','d04e0cd57066d832af12a518be910168','Theme Functions',NULL,NULL,'','LINE',NULL,10,'','b660593a44751ba1a9e67c6a90b448b9','',NULL),(7087,'en','default','e7b36f04fc8353abd55910c27efa6765','Theme Header',NULL,NULL,'','LINE',NULL,10,'','3006f0961eb817f8b783f76dbb5dc050','',NULL),(7088,'en','default','fa7d4aaba181069cd0f2eb9259d6f587','Theme Installation',NULL,NULL,'','LINE',NULL,10,'','fb0bda2b25a29eef394f057519016eef','',NULL),(7089,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,10,'Theme Installer','6035f10e880a751e0f6e50ca26b2cdc4','',NULL),(7090,'en','default','8f088bebb19f5ca899324a275d70c8f4','Theme Location',NULL,NULL,'','LINE',NULL,10,'','fdc3798790f007dcd7196182c419b3d6','',NULL),(7091,'en','default','857ecb2ae9191bf8449f80abc89b8083','Theme Options',NULL,NULL,'','LINE',NULL,10,'','f766f1e798ca8624639329d085c237d1','',NULL),(7092,'en','default','17ee91f9abaf139d064dda952492dcd6','Theme Versions',NULL,NULL,'','LINE',NULL,10,'','26320f32d9b93ced66e26034ab41250d','',NULL),(7093,'en','default','5dad3aa2463c95fd00b7f6197b5f69ac','Theme could not be deleted.',NULL,NULL,'','LINE',NULL,10,'','62fbe3e9fb2383a09c65ccc66d69355b','',NULL),(7094,'en','default','1bd410243fbdcc76a782c35c3684bb52','Theme could not be resumed because it triggered a <strong>fatal error</strong>.',NULL,NULL,'','LINE',NULL,10,'','009b6a47ab2821055d2f784e58d87d2b','',NULL),(7095,'en','default','1872d554fbd6ac2d7661f6097211c178','Theme deleted.',NULL,NULL,'','LINE',NULL,10,'','f3256905a7ec7acf9d089ea640e73d54','',NULL),(7096,'en','default','93e278d937cd9aa0e50133fec57009c5','Theme directory location',NULL,NULL,'','LINE',NULL,10,'','87e3b0b9b2df42cdda62d5d2759d9f00','',NULL),(7097,'en','default','894f931a6afa515bf4e45277de01d6ac','Theme features',NULL,NULL,'','LINE',NULL,10,'','d1ff25f1117b3b3bc21872a810886e20','',NULL),(7098,'en','default','40ae41a670da7dd1f5fa2c31ee2d3096','Theme installation failed.',NULL,NULL,'','LINE',NULL,10,'','723e28aaef1b117f1e048dfadbdb32c7','',NULL),(7099,'en','default','225425964800c64c07d4a8a66d9552b2','Theme installed successfully.',NULL,NULL,'','LINE',NULL,10,'','82eb549691c3ee90d9ef5e33959a5aeb','',NULL),(7100,'en','default','990989f3e43d7bc801f789dbc2ee94ce','Theme resumed.',NULL,NULL,'','LINE',NULL,10,'','094514e7be4c53c93079c2ae135b3227','',NULL),(7101,'en','default','75ee1ece1c7fbf1fea730f5ece09c6e5','Theme update failed.',NULL,NULL,'','LINE',NULL,10,'','1fd8fd47c08ab6646df7d47861a0c867','',NULL),(7102,'en','default','b53ae8d84b1d984eba8172330332c945','Theme updated successfully.',NULL,NULL,'','LINE',NULL,10,'','e0123414938bad06af078c8429fd5566','',NULL),(7103,'en','default','25e852da5920a4924c8fd05a584c98ae','Theme zip file',NULL,NULL,'','LINE',NULL,10,'','aead1c73ac18328965aad73f9c7b881e','',NULL),(7104,'en','default','01469c194c07c3ea487575023c242781','Themes add your site’s look and feel. It’s important to keep them up to date, to stay consistent with your brand and keep your site secure.',NULL,NULL,'','LINE',NULL,10,'','a5613b8ff6c3b4e729fecb3be8aae930','',NULL),(7105,'en','default','93fbe3b5a2b5077a18c9641cb397fd11','Themes directory location',NULL,NULL,'','LINE',NULL,10,'','ab7b1003594b53cdbf68701d9314ca46','',NULL),(7106,'en','default','025aebc881b33b742da8af81d4b21f2a','Themes directory size',NULL,NULL,'','LINE',NULL,10,'','69bd4963825d1ef574a4f8a55dadf223','',NULL),(7107,'en','default','21646b180b97cb6ec43c10c34f7f974b','Themes list',NULL,NULL,'','LINE',NULL,10,'','20904e87d8f8dccdf7c36f98f858de41','',NULL),(7108,'en','default','ea0cb40354c20612d3ae41e33ccdb903','There are no pages.',NULL,NULL,'','LINE',NULL,10,'','06fb8436af7f64eb2e44fb284aaf572a','',NULL),(7109,'en','default','cbd9e9f7d02649f1bb66a2b1b1f37e25','There are no valid users selected for deletion.',NULL,NULL,'','LINE',NULL,10,'','bcbcf0fbcd5221d4103a6ef925a961ba','',NULL),(7110,'en','default','6b7fccd6deb9638fa529c05adfac7da4','There are no valid users selected for removal.',NULL,NULL,'','LINE',NULL,10,'','fb827a88ef5dd8277491efbf60284ff4','',NULL),(7111,'en','default','bb9b40032733f96d6889c2dee8c178e9','There are some invalid menu items. Please check or delete them.',NULL,NULL,'','LINE',NULL,10,'','e5d8a3b5ff2da6e83244be0fdf8a4343','',NULL),(7112,'en','default','08716714f3555f529e4c93222e2e5c13','There are unsaved changes that will be lost. \'OK\' to continue, \'Cancel\' to return to the Image Editor.',NULL,NULL,'','LINE',NULL,10,'','be4fc9fc00a1a97cebde453cda288a1e','',NULL),(7113,'en','default','9475b80a1661c5fa00b77b2a8b1e331d','There aren’t any events scheduled near %1$s at the moment. Would you like to <a href=\"%2$s\">organize one</a>?',NULL,NULL,'','LINE',NULL,10,'','8683b213e4dfe05b2280d90797eb5858','',NULL),(7114,'en','default','73c75be8d712a013c44b9d911e551eeb','There aren’t any events scheduled near you at the moment. Would you like to <a href=\"%s\">organize one</a>?',NULL,NULL,'','LINE',NULL,10,'','5f149f519aa54d6bfda18be57dfc87c5','',NULL),(7115,'en','default','a8c2d30db927123af6cc6b1bce0fbf66','There is a new version of %1$s available, but it doesn’t work with your version of PHP. <a href=\"%2$s\" %3$s>View version %4$s details</a> or <a href=\"%5$s\">learn more about updating PHP</a>.',NULL,NULL,'','LINE',NULL,10,'','b4b9a376273503389ba5f651c2865abe','',NULL),(7116,'en','default','b4b474e6421ed1ab571f3e2bebc9bc89','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a> or <a href=\"%5$s\" %6$s>update now</a>.',NULL,NULL,'','LINE',NULL,10,'','5ebd95cdc66a5c5744b79f353da11db5','',NULL),(7117,'en','default','d0ed8b9f110a7bcb0292423fa51644f1','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>.',NULL,NULL,'','LINE',NULL,10,'','dd8106b0396810ac2e5ebe4a52c81f75','',NULL),(7118,'en','default','468cc21570cf09db9c99267a7506e47c','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>',NULL,NULL,'','LINE',NULL,10,'','6dc4811cb0dd92196f1ed42b2062da7e','',NULL),(7119,'en','default','c5e4aa4af15f1114f9d8358976c8f9ff','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this theme.</em>',NULL,NULL,'','LINE',NULL,10,'','49d429303048897a4f8c7e97d41c0bf2','',NULL),(7120,'en','default','cd4bc5f85bb1cbe7904661bc360ad9ed','There is a pending change of the admin email to %s.',NULL,NULL,'','LINE',NULL,10,'','b62852126bc119a56b4a902bbd4ec2b5','',NULL),(7121,'en','default','f8f03cb29ece9e27bbb5e67777e9c06d','There is a pending change of your email to %s.',NULL,NULL,'','LINE',NULL,10,'','7a6d86f1147845402b8cbd401c268991','',NULL),(7122,'en','default','d00fe1889bdbd1dae0af06d86063905f','There is an autosave of this post that is more recent than the version below. <a href=\"%s\">View the autosave</a>',NULL,NULL,'','LINE',NULL,10,'','761883b480e5b96fff10e96076fcf406','',NULL),(7123,'en','default','1b066980f4a85f22e98856aab3d244e8','There is not enough free disk space to complete the update.',NULL,NULL,'','LINE',NULL,10,'','197b843c992d9725eeb6461ce479d532','',NULL),(7124,'en','default','632cf596ee0a0ae18ca106bd63194803','There was an error while trying to update the file. You may need to fix something and try updating again.',NULL,NULL,'','LINE',NULL,10,'','ce8abd53f2e892d8770cc382036b40dd','',NULL),(7125,'en','default','e53fe3868428f6e866303786f98ed933','There’s no need to change your CSS here — you can edit and live preview CSS changes in the <a href=\"%s\">built-in CSS editor</a>.',NULL,NULL,'','LINE',NULL,10,'','60e81197706b23f2aba2dbaafe088ba0','',NULL),(7126,'en','default','cd89a14ee13da55c03c1050eb075daa5','These plugins may be active on other sites in the network.',NULL,NULL,'','LINE',NULL,10,'','0984fc9ced5c0e753f57562912ee76b6','',NULL),(7127,'en','default','d4a315e24f6069650ec799a2b18ce768','These settings alter where and how parts of WordPress are loaded.',NULL,NULL,'','LINE',NULL,10,'','8ed5a9b72c2c84f80d27cb363d02cb63','',NULL),(7128,'en','default','a28f7fa9f2ac0102cee0f28724fb9dfa','These settings may be overridden for individual articles.',NULL,NULL,'','LINE',NULL,10,'','ec24d36789afac1999a0b6ef34490025','',NULL),(7129,'en','default','2beb4a0771274312907527ab7814d882','These suggestions are based on the plugins you and other users have installed.',NULL,NULL,'','LINE',NULL,10,'','719a6047e4ae1486f30ce6e28f560dd7','',NULL),(7130,'en','default','962c28891ea0971c27aec3bfc1781b57','These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.',NULL,NULL,'','LINE',NULL,10,'','07835bfb9b2600b722360fd372e71ff1','',NULL),(7131,'en','default','48d76421889fcdd81e6920d7875576cb','Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!',NULL,NULL,'','LINE',NULL,10,'','d6b442d3f6e0384310baa2e4ee470d5a','',NULL),(7132,'en','default','fe74ab999e27e45b9c3df5801e10ddff','This <a href=\"%1$s\">child theme</a> requires its parent theme, %2$s.',NULL,NULL,'','LINE',NULL,10,'','a403fff538993fd945ec08a9e06295f1','',NULL),(7133,'en','default','8bdc95a2f11c754b36eef70a9946d3a3','This address is used for admin purposes. If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>',NULL,NULL,'','LINE',NULL,10,'','c804e70303da038835cc1a8a2e3c3692','',NULL),(7134,'en','default','25ab9c32f964611f61b510b52a2d5031','This administrator-focused update will let you safely fix or manage fatal errors without requiring a developer. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.',NULL,NULL,'','LINE',NULL,10,'','895ffb68ba5f7ad10d1e5d8ac114b9c7','',NULL),(7135,'en','default','65c27065c1a04b1b285ba360d2d7e5c2','This changeset cannot be further modified.',NULL,NULL,'','LINE',NULL,10,'','c389a305144796e23c55580d812a876c','',NULL),(7136,'en','default','41da19062e655643bd5f2b8373ec9159','This child theme inherits templates from a parent theme, %s.',NULL,NULL,'','LINE',NULL,10,'','604a7cedcbfbd5d9be36ecd50160ada1','',NULL),(7137,'en','default','b23f64cb03b664e937e866dc9604bd29','This comment is already approved.',NULL,NULL,'','LINE',NULL,10,'','51a7717d3bd605af83abd44e59eab914','',NULL),(7138,'en','default','fb76989bb15b94518ac2356b57c4d655','This comment is already in the Trash.',NULL,NULL,'','LINE',NULL,10,'','5c90eb5f9ac7876cb453179d4f75cc85','',NULL),(7139,'en','default','445ec3842ddbb68136d52a8a3b58fa39','This comment is already marked as spam.',NULL,NULL,'','LINE',NULL,10,'','e8f8df286872024b6c799bd64362066f','',NULL),(7140,'en','default','c3df61553f535b549de2f787370ba27e','This comment is currently approved.',NULL,NULL,'','LINE',NULL,10,'','7bb13aeafa48b1297d0c5565cee3f591','',NULL),(7141,'en','default','8cd0f806816a8a3254aec4b6298f738a','This comment is currently in the Trash.',NULL,NULL,'','LINE',NULL,10,'','3ce132d2f772b522f81c42c14a87e47e','',NULL),(7142,'en','default','0045fbcf3248fd359f4c3a3606833175','This comment is currently marked as spam.',NULL,NULL,'','LINE',NULL,10,'','704d091cfd1193ba3c52a46293e6cb2a','',NULL),(7143,'en','default','f41369bc6e429bac6063755805bba502','This comment is in the Trash. Please move it out of the Trash if you want to edit it.',NULL,NULL,'','LINE',NULL,10,'','52e7663face6c25a34ebac8d07a9240a','',NULL),(7144,'en','default','46c87296694c150ef364b7a3280e0b1a','This could mean that connections are failing to WordPress.org.',NULL,NULL,'','LINE',NULL,10,'','a0e72281438f782c6a84f0bbb1df76e6','',NULL),(7145,'en','default','d42556cef5f1acc7f0abfbd217736f4b','This data is used to provide general enhancements to WordPress, which includes helping to protect your site by finding and automatically installing new updates. It is also used to calculate statistics, such as those shown on the <a href=\"%s\">WordPress.org stats page</a>.',NULL,NULL,'','LINE',NULL,10,'','b6299df671506fd4c74b28e432251f03','',NULL),(7146,'en','default','1f8bb980698014e1df88f484829242bb','This draft comes from your <a href=\"%s\">unpublished customization changes</a>. You can edit, but there’s no need to publish now. It will be published automatically with those changes.',NULL,NULL,'','LINE',NULL,10,'','bdeb3c863a02026f4db7b1d5702ec22d','',NULL),(7147,'en','default','367cf53421e3ed4306810419d516f87d','This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.',NULL,NULL,'','LINE',NULL,10,'','ac11514e465e84b96774d42c87262930','',NULL),(7148,'en','default','1ea771206edf86eb23e9c65c472c061b','This importer is not installed. Please install importers from <a href=\"%s\">the main site</a>.',NULL,NULL,'','LINE',NULL,10,'','2c23a1ac8407ce5347f41198933185d5','',NULL),(7149,'en','default','f2799f0be689fbe5a28ef23844de4527','This is a child theme of %s.',NULL,NULL,'','LINE',NULL,10,'','1c72d8adf4037997c2de8ad9aaa1e302','',NULL),(7150,'en','default','c6d971190e84f925282b6902e76d0721','This is a file in your current parent theme.',NULL,NULL,'','LINE',NULL,10,'','2ca7ac4d9f57b76c8e443b29f8ea665e','',NULL),(7151,'en','default','debe674039533cd446d052a6f9d5acdd','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:',NULL,NULL,'','LINE',NULL,10,'','a5d9669f328f87e2b022b68196e4b9c6','',NULL),(7152,'en','default','5443452c7b39d2cf22eb1fc4e86c9ed6','This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.',NULL,NULL,'','LINE',NULL,10,'','7c20a01d08f28af18023c5635ea2289a','',NULL),(7153,'en','default','2c4b4e0a7d966fff5c11d2bba13d26c6','This item has already been deleted.',NULL,NULL,'','LINE',NULL,10,'','e230482027430590372634d3daf5b5f2','',NULL),(7154,'en','default','04fc960cb0fc71eaeddf34a3f5cc187b','This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.',NULL,NULL,'','LINE',NULL,10,'','809e4adde2f3f0bddf14b23e718e0666','',NULL),(7155,'en','default','514aff19cc751beb82217d47a58fd612','This means your site may be offline or broken. Don\'t panic; this can be fixed.',NULL,NULL,'','LINE',NULL,10,'','e6882b133d04c941d39454234e294b77','',NULL),(7156,'en','default','9f04c0951b0ed87aaeafb12fd582dc98','This meta box isn\'t compatible with the block editor.',NULL,NULL,'','LINE',NULL,10,'','022eee8695844fe972bebfeadf044838','',NULL),(7157,'en','default','a3e595b2fccba760823dc73a9421e3a7','This meta box, from the %s plugin, isn\'t compatible with the block editor.',NULL,NULL,'','LINE',NULL,10,'','7b249d427eab20722291c61e6b316d08','',NULL),(7158,'en','default','6b11916e784daccc3b61d2d5956b238b','This page can show you every detail about the configuration of your WordPress website. If we see anything here that could be improved, we will let you know on the Site Health Status page.',NULL,NULL,'','LINE',NULL,10,'','4ca53b6f4deb8ff5f9b907e6209167bf','',NULL),(7159,'en','default','bd316b63fc8657c09ca7cc905b08ee76','This password will not be stored on the server.',NULL,NULL,'','LINE',NULL,10,'','fd3d46abb6366bcdcde8a7ad83dec9b3','',NULL),(7160,'en','default','d3b4b91de956e7bedd124076d4599b76','This plugin doesn’t work with your version of PHP.',NULL,NULL,'','LINE',NULL,10,'','9929949c07e5db965cf7fbc749d4b3e8','',NULL),(7161,'en','default','38bfdef0bb9ab7b97b546a7f524ac536','This plugin doesn’t work with your version of WordPress.',NULL,NULL,'','LINE',NULL,10,'','166961e97f6c06bd55fe826edb7eb1f9','',NULL),(7162,'en','default','cc96948e8454d8645e7e2ea251176b91','This plugin doesn’t work with your versions of WordPress and PHP.',NULL,NULL,'','LINE',NULL,10,'','b24306c6ac4f3e77009da07dc89ddb09','',NULL),(7163,'en','default','b7001a972bf9d07fb92988cc0926ffac','This plugin failed to load properly and is paused during recovery mode.',NULL,NULL,'','LINE',NULL,10,'','bcbcdcfee38c402c86286da29bd939c3','',NULL),(7164,'en','default','43e1f371c6f9495c42f76feee223e6d0','This plugin may be active on other sites in the network.',NULL,NULL,'','LINE',NULL,10,'','31f3867c1a967e289f8a23b88a5501ba','',NULL),(7165,'en','default','a5c5cf8c575e6f08685e6fd1264a9549','This preview is unavailable in the editor.',NULL,NULL,'','LINE',NULL,10,'','84a6f7f7071aa8acdfb47d6cbfa82e50','',NULL),(7166,'en','default','4ccbb4291e4f50f730d53e38e5ee05aa','This resulted in an error message: %s',NULL,NULL,'','LINE',NULL,10,'','ba27a5957d70000a099190abc99af76f','',NULL),(7167,'en','default','30f9f179137df7ca8ffbfb5f2f1e3c07','This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.',NULL,NULL,'','LINE',NULL,10,'','a24d06ba20bbc9ad1b7f8b3d334e7d15','',NULL),(7168,'en','default','67868449a996c59e59850185dc88e69c','This screen allows you to edit five fields for metadata in a file within the media library.',NULL,NULL,'','LINE',NULL,10,'','f2eabcbca2eba0003e9edcc32c9d6aa6','',NULL),(7169,'en','default','264c2209e62d9a01549ce2e63052daaa','This screen allows you to edit four fields for metadata in a file within the media library.',NULL,NULL,'','LINE',NULL,10,'','708817ef1a593659495d33edd5a44912','',NULL),(7170,'en','default','33da0d47041802e3fd26e5365065010a','This screen contains the settings that affect the display of your content.',NULL,NULL,'','LINE',NULL,10,'','0d6aff48207c056f0e11a40873fd9a8b','',NULL),(7171,'en','default','f9341a64ad07c45ad0d0805ba01d3480','This screen is used for globally assigning menus to locations defined by your theme.',NULL,NULL,'','LINE',NULL,10,'','9c9a250abf56d290cbb03b05cda8055f','',NULL),(7172,'en','default','82350ae31ec65af67d8d9419244e3426','This screen is used for managing your content revisions.',NULL,NULL,'','LINE',NULL,10,'','2f5709a70c24710d719d756ed140eef1','',NULL),(7173,'en','default','a8963a32af980e101c0b79e07d89a2d8','This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.',NULL,NULL,'','LINE',NULL,10,'','d1501beb0d1dc58db35529b27e34b75a','',NULL),(7174,'en','default','7aedc1e462c8b4545ab880cedbb057fd','This screen is used for managing your navigation menus.',NULL,NULL,'','LINE',NULL,10,'','595f820b75cdeb733bec82fbfec0c390','',NULL),(7175,'en','default','dbe12525acd717cad911370668f1ff7f','This screen is used to customize the header section of your theme.',NULL,NULL,'','LINE',NULL,10,'','81b1d012dd04e2d491ccec8d7b4cb13a','',NULL),(7176,'en','default','0dd321bd7f02eee4f60ac86a9a88d911','This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.',NULL,NULL,'','LINE',NULL,10,'','9e7ade8c38be740b58f044bf1278fb0a','',NULL),(7177,'en','default','068c739ac399f0571399749cd8ef64a2','This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.',NULL,NULL,'','LINE',NULL,10,'','35b9a4fa1f097b5cc63b2d682d97d17b','',NULL),(7178,'en','default','464d5d037322535a4c893493d728183f','This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.',NULL,NULL,'','LINE',NULL,10,'','bae481ceb185ad1cb8405d28200162d6','',NULL),(7179,'en','default','0c5d3651152b079bc6c765a4316876d7','This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won’t all fit here! :) Use the documentation links to get information on what each discussion setting does.',NULL,NULL,'','LINE',NULL,10,'','3dfe3722050e228f994f511ecdf2076a','',NULL),(7180,'en','default','3da501cec695d886a382099321fac0c3','This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. They can use the links under each site to visit either the front end or the dashboard for that site.',NULL,NULL,'','LINE',NULL,10,'','a36fcc691e84683617e56b34ae96f7f4','',NULL),(7181,'en','default','431e970e507c1920cdac1ff8dba55dbe','This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.',NULL,NULL,'','LINE',NULL,10,'','6b439099fc7387d000432277a1e5d102','',NULL),(7182,'en','default','e3a2b121e6a2232001abc193f437686a','This site is set up to install updates of future beta versions automatically.',NULL,NULL,'','LINE',NULL,10,'','c8a6fd8ef82b196dacc8fe264b1d8b8f','',NULL),(7183,'en','default','dc77dbb1922abd1daf4276a0b31cc953','This text template will help you to create your web site’s privacy policy.',NULL,NULL,'','LINE',NULL,10,'','baeba8319d2ec7f0844e9b1fb580730e','',NULL),(7184,'en','default','08bc0bd482ed3533445b22c333be887a','This theme has not been rated yet.',NULL,NULL,'','LINE',NULL,10,'','445eff64ea6db527fa7548e34c0b333a','',NULL),(7185,'en','default','f2beebb0f70f3d85daa1d430954f9480','This theme is already installed and is up to date',NULL,NULL,'','LINE',NULL,10,'','004c9cfc9fdcc550c393419537b4d384','',NULL),(7186,'en','default','0c55dd09c474fd8a5b10d1d68f499040','This theme is broken.',NULL,NULL,'','LINE',NULL,10,'','3308e870fc0f178e7dc6972e8e79a57b','',NULL),(7187,'en','default','5072267a6a6a2f6adb9d7197dc9e61c6','This theme requires a parent theme. Checking if it is installed…',NULL,NULL,'','LINE',NULL,10,'','da4cee29e98bed526cea83a7a7a3d4c3','',NULL),(7188,'en','default','de947d5564475c8a13916d307e16f2ca','This timezone does not observe daylight saving time.',NULL,NULL,'','LINE',NULL,10,'','861543596fff5921a66440e25927f854','',NULL),(7189,'en','default','b96d8bf443f05fc0d147bd5069b8ed69','This timezone is currently in daylight saving time.',NULL,NULL,'','LINE',NULL,10,'','c70eed39a4b1d17a123b48f573f000d7','',NULL),(7190,'en','default','62525ed451fd3ff9f6626e954914e1ab','This timezone is currently in standard time.',NULL,NULL,'','LINE',NULL,10,'','5b4af918b6fbe4099649f2a71726560d','',NULL),(7191,'en','default','0f8703c67d0cb0ea2f0c6d33af3196c4','This update doesn’t work with your version of PHP.',NULL,NULL,'','LINE',NULL,10,'','8f24ab15a5ef3d883f09be8c1dc7c9cb','',NULL),(7192,'en','default','59bf18a9058b053946c0184342fc2057','This user has super admin privileges.',NULL,NULL,'','LINE',NULL,10,'','6ab362a6d4f7bb6ac03eb92da70afbe5','',NULL),(7193,'en','default','ff619b1579bfb28c13285a37a89deff6','This widget requires JavaScript.',NULL,NULL,'','LINE',NULL,10,'','03928753530a4465e51de57e968d3536','',NULL),(7194,'en','default','08d6bcef2204c1cb75c7e2bf2ee34a17','This will be shown when someone hovers over the link in the blogroll, or optionally below the link.',NULL,NULL,'','LINE',NULL,10,'','ab0f0d34e29acbc5555f169a350791c3','',NULL),(7195,'en','default','91a42b513ddc3974285f678d1b8c175f','This will clear all items from the inactive widgets list. You will not be able to restore any customizations.',NULL,NULL,'','LINE',NULL,10,'','5e6e58ace94509a05c7dc8415f76c471','',NULL),(7196,'en','default','609b3ec560f934965cf73367d4ca3aac','This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.',NULL,NULL,'','LINE',NULL,10,'','452beca70fa8dbc203c6b6224262a99f','',NULL),(7197,'en','default','abc3d51e7c0c467ca7fcac96c524b295','This will remove the background image. You will not be able to restore any customizations.',NULL,NULL,'','LINE',NULL,10,'','40843ff2ca6ba5e038dcf9b98e384ee1','',NULL),(7198,'en','default','3509315aa342def7108b058c01400ffa','This will remove the header image. You will not be able to restore any customizations.',NULL,NULL,'','LINE',NULL,10,'','c2c9b68e5fc6bebf06682b3d8047d256','',NULL),(7199,'en','default','416d33b1cdff2d4742e71de09eaacc01','This will replace the current editor content with the last backup version. You can use undo and redo in the editor to get the old content back or to return to the restored version.',NULL,NULL,'','LINE',NULL,10,'','49c535533b7429e238c1e0e5f747fb89','',NULL),(7200,'en','default','aa903a7eda70bc05e51380bbc3825e22','This will restore the original background image. You will not be able to restore any customizations.',NULL,NULL,'','LINE',NULL,10,'','fa7fb6c377be10c7240014f5adbc4195','',NULL),(7201,'en','default','ec800de2d6dc38a0d1e2ff48215de588','This will restore the original header image. You will not be able to restore any customizations.',NULL,NULL,'','LINE',NULL,10,'','d4553f3dae7ada42e737745a6cd09d44','',NULL),(7202,'en','default','96e47382a440cf09589d723985bc0799','Three Columns',NULL,NULL,'','LINE',NULL,10,'','41e70dc490f5012e48f0daea83c8b234','',NULL),(7203,'en','default','dd9629f5ee3a70f0ce13cc3401956514','Thumbnail Settings',NULL,NULL,'','LINE',NULL,10,'','3ab939edaa842707e6c023bf85595054','',NULL),(7204,'en','default','8c81dbf93e2204d61bc2d9c9eb8d7d25','Thumbnail Settings Help',NULL,NULL,'','LINE',NULL,10,'','788c38a897c12028268554d39ef075e7','',NULL),(7205,'en','default','e64e8bc8063f61b3ea70ba74d3266806','Thumbnail size',NULL,NULL,'','LINE',NULL,10,'','004c3912371a36433150abb81373e7ec','',NULL),(7206,'en','default','3cd476936cc7b8e9d2b56dd0ef353ae3','Title and Post Editor',NULL,NULL,'','LINE',NULL,10,'','b8b9703f0ca48b495552f41029e80cae','',NULL),(7207,'en','default','83fa5325fc6d9b4403e53d5fcd90c792','To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.',NULL,NULL,'','LINE',NULL,10,'','d4b9b2c2099fc269b01769667cac28f0','',NULL),(7208,'en','default','938b9b0ac73de7852ecf9d552bb1ff17','To add a custom link, <strong>expand the Custom Links section, enter a URL and link text, and click Add to Menu</strong>',NULL,NULL,'','LINE',NULL,10,'','3e1d035dbae7e5513d9e82fed3a7b333','',NULL),(7209,'en','default','893614bd345b053ce4ed809117822ce6','To add a new menu instead of assigning an existing one, <strong>click the ’Use new menu’ link</strong>. Your new menu will be automatically assigned to that theme location',NULL,NULL,'','LINE',NULL,10,'','8c31532238738ae3898b57622e2d0a6d','',NULL),(7210,'en','default','d93444b6125d6f7511ed541f8ea2b16f','To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.',NULL,NULL,'','LINE',NULL,10,'','18f746f02d07ad622b4a0b5c22b807d2','',NULL),(7211,'en','default','48159ef2176ed9c0e0578c2b8a233588','To add a new user to your site, fill in the form on this screen and click the Add New User button at the bottom.',NULL,NULL,'','LINE',NULL,10,'','4a4a633ddc0388eb758076a0c0751155','',NULL),(7212,'en','default','c5f396e14b01d487529e01010ea6a61e','To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.',NULL,NULL,'','LINE',NULL,10,'','bd269ad8c4dc92e4c0bcc905d9c04052','',NULL),(7213,'en','default','b2ee790e1c8acee20705c7f91fd61181','To assign menus to one or more theme locations, <strong>select a menu from each location’s drop down.</strong> When you’re finished, <strong>click Save Changes</strong>',NULL,NULL,'','LINE',NULL,10,'','3113ebe0bd15886d1b13e79d91119f46','',NULL),(7214,'en','default','8505f0a8b67f59664790726edd041b0e','To crop the image, click on it and drag to make your selection.',NULL,NULL,'','LINE',NULL,10,'','12f9348aa9cb793d7d99dd7b6ea2c0b9','',NULL),(7215,'en','default','1a8e77c49467b205fcf969149d368c53','To delete media items, click the Bulk Select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media.',NULL,NULL,'','LINE',NULL,10,'','9ffec4a6ebd198c2e091d1edfd11e608','',NULL),(7216,'en','default','8dc687fce61fc497e3dbbfca2fb599d6','To distribute copies of your modified versions to others.',NULL,NULL,'','LINE',NULL,10,'','3c874efa7ef5dfcf088cff980acb8fd9','',NULL),(7217,'en','default','e04eb96141dc379051c2d45c21baf2d7','To edit a menu currently assigned to a theme location, <strong>click the adjacent ’Edit’ link</strong>',NULL,NULL,'','LINE',NULL,10,'','02a6614ad27d526f06c00055e9d36b75','',NULL),(7218,'en','default','759e3687dbefb5670eb444bb69549e84','To edit an existing menu, <strong>choose a menu from the drop down and click Select</strong>',NULL,NULL,'','LINE',NULL,10,'','90ef2d63481fd79ab0c09c14d93bc812','',NULL),(7219,'en','default','65073b83a4da7e244df30e7b14e4be5e','To enhance your site’s security, we recommend you remove any themes you’re not using. You should keep %1$s, the default WordPress theme, %2$s, your current theme, and %3$s, its parent theme.',NULL,NULL,'','LINE',NULL,10,'','10a7e93e4ac547225f1a1234eaf34278','',NULL),(7220,'en','default','da75f7bc5ae2d38d37b4036c97e57c55','To enhance your site’s security, we recommend you remove any themes you’re not using. You should keep your current theme, %1$s, and %2$s, its parent theme.',NULL,NULL,'','LINE',NULL,10,'','57a82a731666acd43d2ffe970f44d0c8','',NULL),(7221,'en','default','bc87173cbdcea8f7d6785a2b98c18a07','To install the theme so you can preview it with your site’s content and customize its theme options, click the \"Install\" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the \"Activate\" link, or by navigating to your Manage Themes screen and clicking the \"Live Preview\" link under any installed theme’s thumbnail image.',NULL,NULL,'','LINE',NULL,10,'','e84103af1a03dc0bb0d0a64c6daa6541','',NULL),(7222,'en','default','023edac785db22df95123ca624d14034','To navigate between revisions, <strong>drag the slider handle left or right</strong> or <strong>use the Previous or Next buttons</strong>.',NULL,NULL,'','LINE',NULL,10,'','07b36ffc749d74fbd6d8bc3ff0994737','',NULL),(7223,'en','default','bd3c7f7419a9592418e28e35ee3d9a11','To perform the requested action, WordPress needs to access your web server.',NULL,NULL,'','LINE',NULL,10,'','e02a532c41d8ce16a3540ff712fbf2b1','',NULL),(7224,'en','default','f29675aa2598fdc0c9a3e002b9a11bbc','To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: %1$s, %2$s, %3$s.',NULL,NULL,'','LINE',NULL,10,'','e5d04cec1f79288076c30771c85f5983','',NULL),(7225,'en','default','823dfaaa728d7dac64160c882fb49dd8','To redistribute.',NULL,NULL,'','LINE',NULL,10,'','a59676d1697076a34743b7c70ecbec92','',NULL),(7226,'en','default','273ac586f8c89c098004a170ce915f8b','To reorganize menu items, <strong>drag and drop items with your mouse or use your keyboard</strong>. Drag or move a menu item a little to the right to make it a submenu',NULL,NULL,'','LINE',NULL,10,'','dd26b4f2b1809abb4425114eedd4128c','',NULL),(7227,'en','default','795829d0fcee6b630ef4b77f3ae7c194','To restore a revision, <strong>click Restore This Revision</strong>.',NULL,NULL,'','LINE',NULL,10,'','760053b1465c53317e8a98e775ecafa1','',NULL),(7228,'en','default','5c2f7af7973de72042765ff09bb803a8','To run the program for any purpose.',NULL,NULL,'','LINE',NULL,10,'','14cbb2ee9d55fd772ed9b6766b69d895','',NULL),(7229,'en','default','c0209f484f9c4dfd273b6ecbbfd97c13','To study how the program works and change it to make it do what you wish.',NULL,NULL,'','LINE',NULL,10,'','635554e43978b5d980b1181a597de1d5','',NULL),(7230,'en','default','17f06dbd83ff121759e08993ecff7ca0','To the top',NULL,NULL,'','LINE',NULL,10,'','4031d717eca6f1acb1a866e5c166d5c5','',NULL),(7231,'en','default','b5f53d7f307b7ddcbbac8315d4ed8790','To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the “Choose Image” button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.',NULL,NULL,'','LINE',NULL,10,'','c22df4156e105bc49b789d0823f23726','',NULL),(7232,'en','default','e51c94c86c384530e3ad332d097b6603','To use a subdomain configuration, you must have a wildcard entry in your DNS. This usually means adding a %s hostname record pointing at your web server in your DNS configuration tool.',NULL,NULL,'','LINE',NULL,10,'','64d9bea83b4e45f17b66cc34219d7594','',NULL),(7233,'en','default','8ce80df2e38d46015f1ec9807fd53c78','Toggle panel: %s',NULL,NULL,'','LINE',NULL,10,'','44597c4aef7b7ee5d32c5670e4265f4e','',NULL),(7234,'en','default','ff9eb8bd8c927da073cea632f294e23b','Tomorrow',NULL,NULL,'','LINE',NULL,10,'','3340ce10ae9e2139664e6025c163ac4d','',NULL),(7235,'en','default','e261527ed085d0378f891af172a77f45','Total installation size',NULL,NULL,'','LINE',NULL,10,'','2ca603d21ac7b40bd0ad237b7d08c9f2','',NULL),(7236,'en','default','20c4d31e3e55ec3df2bb39052e6ca89f','Total size is not available. Some errors were encountered when determining the size of your installation.',NULL,NULL,'','LINE',NULL,10,'','27ab3cdacc40822771147e160253ccdc','',NULL),(7237,'en','default','d6a371bf11465614bb120bc2823fd164','Track %1$s of %2$s.',NULL,NULL,'','LINE',NULL,10,'','0c8040a56540de16e5b4cf119a47bc8a','',NULL),(7238,'en','default','212114aa05423fbb1828587237181e3a','Track %s.',NULL,NULL,'','LINE',NULL,10,'','e1a7671bb2974e0ed6ffa59396d6e317','',NULL),(7239,'en','default','ff7c9992605e4a3ce08649aefc599335','Trackbacks are a way to notify legacy blog systems that you’ve linked to them. If you link other WordPress sites, they’ll be notified automatically using <a href=\"%s\">pingbacks</a>, no other action necessary.',NULL,NULL,'','LINE',NULL,10,'','3bbe6f49100018f3dd9bef957319ccfc','',NULL),(7240,'en','default','40ef62e5f1430348b39a86059a9ebe57','Translators',NULL,NULL,'','LINE',NULL,10,'Translate this to be the equivalent of English Translators in your language for the credits page Translators section','29e6138ced46825c4d2e9e68386c0ae8','',NULL),(7241,'en','default','cac185521e9f7521ff26a1325943f5cb','Translation update failed.',NULL,NULL,'','LINE',NULL,10,'','f540f650b158d55f3dc56b62b3edcbe0','',NULL),(7242,'en','default','d9a3e9b3f936246b6ba2a7ab0fc51139','Translation updated successfully.',NULL,NULL,'','LINE',NULL,10,'','bcfc390a06242dd9b8d80ba1fc249f98','',NULL),(7243,'en','default','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'','LINE',NULL,10,'','1efa22e72ecc9065f893f374db8d8a37','',NULL),(7244,'en','default','943b22aabdb12efa12ce3f32a449891d','Translations for %s',NULL,NULL,'','LINE',NULL,10,'','d68b2e5390202c9cd79ff7fabb88ed13','',NULL),(7245,'en','default','231cf4c70d866b616c21baddaeed0696','Troubleshooting',NULL,NULL,'','LINE',NULL,10,'','f15a54e254bfb229acb9aa82aac27ebe','',NULL),(7246,'en','default','d876a9fe1aecb3ffc05a5639ebe22000','Try Again',NULL,NULL,'','LINE',NULL,10,'','948560a2cb7ed2b6913be67774aa2310','',NULL),(7247,'en','default','f915a95e609bbd517a8a1e7bdcceef37','Try again',NULL,NULL,'','LINE',NULL,10,'','61571c905373213a24578bd809110c2e','',NULL),(7248,'en','default','0dfec3de88c4e6eead14e739f55bfb26','Tumblr',NULL,NULL,'','LINE',NULL,10,'','d6aff2487c279eb0cba58673831d2e72','',NULL),(7249,'en','default','2dd557451e4592901efaf609dcdb00d4','Turn comments on or off',NULL,NULL,'','LINE',NULL,10,'','1e0949a82b2efa8e2b7db8fa9856b0ec','',NULL),(7250,'en','default','e5efeb935c77b6f0d7cd9980a963c18e','Two Columns',NULL,NULL,'','LINE',NULL,10,'','90b52b8fa58c58833a77d3797e0e62d4','',NULL),(7251,'en','default','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,10,'','5ef40385829f62f161c61747c08f96e6','',NULL),(7252,'en','default','3aa341792d766d4f5398300eb1c954a5','Type of search',NULL,NULL,'','LINE',NULL,10,'','28eb8b5980d38e48ff90f5a69c9daa59','',NULL),(7253,'en','default','7442b67f31599405e729f5fa007678a4','Type your new password again.',NULL,NULL,'','LINE',NULL,10,'','06cc2b550d3581de731980e4df89fce8','',NULL),(7254,'en','default','108071a1af311e77d14c7f42d2bd1d97','UPDATE LOG\\n==========',NULL,NULL,'','LINE',NULL,10,'','a1e6849df47d9154770961862bae248b','',NULL),(7255,'en','default','ae4787001faa3e6213de113c18805ee0','UTC means Coordinated Universal Time.',NULL,NULL,'','LINE',NULL,10,'','a40d7f447f4e2af30c9f3120952b7948','',NULL),(7256,'en','default','f60174cf3842fd353069bf4b86c0fd8d','UTF8MB4 is a database storage attribute that makes sure your site can store non-English text and other strings (for instance emoticons) without unexpected problems.',NULL,NULL,'','LINE',NULL,10,'','7be32e0aaa0dd98c5370690455e7fa38','',NULL),(7257,'en','default','7f9091bd0edc12b857402f5d1038313a','UTF8MB4 is supported',NULL,NULL,'','LINE',NULL,10,'','36017d1f86d8c31fe5c825f5352feb5a','',NULL),(7258,'en','default','945ac8d5e965c26b3f86489d6bc8df3f','Unable to add data to export file.',NULL,NULL,'','LINE',NULL,10,'','325cb3b06017c7e171ba9e9851c99cf1','',NULL),(7259,'en','default','a7ede6085742df91681c3be5ad466649','Unable to add this request. A valid email address or username must be supplied.',NULL,NULL,'','LINE',NULL,10,'','9abf47f21cd90f37295638486a993720','',NULL),(7260,'en','default','9420d872d023c58d0769bd2c69ef4a3e','Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.',NULL,NULL,'','LINE',NULL,10,'','5401fc98e3f8f793faf5e351782ce916','',NULL),(7261,'en','default','d5b71a218809e03d585eee83838026fb','Unable to connect to the filesystem. Please confirm your credentials.',NULL,NULL,'','LINE',NULL,10,'','aedf2f0af4e1e1f7a52077bca68915c4','',NULL),(7262,'en','default','eb3f706f0c525b4b196606df74828bc3','Unable to create a Privacy Policy page.',NULL,NULL,'','LINE',NULL,10,'','06f54bcc39a8a104a8cdaeab56e3fc9e','',NULL),(7263,'en','default','c54d28dab21e202483f4c06d2bf92591','Unable to create export folder.',NULL,NULL,'','LINE',NULL,10,'','f46c850d9b9facc007dff9b4e333b972','',NULL),(7264,'en','default','02717ba62479998d08640e382b764208','Unable to create new image.',NULL,NULL,'','LINE',NULL,10,'','b501826052744319c0486a8f28025f4e','',NULL),(7265,'en','default','cd5272bcedaab2d10ca220c1a566748a','Unable to determine PHP SAPI',NULL,NULL,'','LINE',NULL,10,'','81ee079d88ab64e9c4da819c00aaf0ac','',NULL),(7266,'en','default','562e363f015f6f11b2283eefdab35207','Unable to determine PHP version',NULL,NULL,'','LINE',NULL,10,'','aad02312784607bfee1e905fabde46ba','',NULL),(7267,'en','default','f96b02c02990dbaea7102f0ebe85ee77','Unable to determine if Ghostscript is installed',NULL,NULL,'','LINE',NULL,10,'','ce09053588b6ea785b68e1890e61d0ef','',NULL),(7268,'en','default','8c3c5e7bdd466bf41b63421334f9f693','Unable to determine server architecture',NULL,NULL,'','LINE',NULL,10,'','ebb3e47e4249dfbbb5498f78f49033bb','',NULL),(7269,'en','default','87b51c1b46641d8ffccebac1f38ab50d','Unable to determine some settings, as the ini_get() function has been disabled.',NULL,NULL,'','LINE',NULL,10,'','71928f455bcb07cfdb6bcf250d0bc021','',NULL),(7270,'en','default','537ce148139a5ad800380d482886df5c','Unable to determine what web server software is used',NULL,NULL,'','LINE',NULL,10,'','f4d4f702bf23e9c9ebad9978a31361ac','',NULL),(7271,'en','default','615fcaa940f7ae5ee1d96a44e2c9cc64','Unable to generate export file. ZipArchive not available.',NULL,NULL,'','LINE',NULL,10,'','27c1a4feb63fd66aab377fcaa8f3ba53','',NULL),(7272,'en','default','a8d6863d75ebccafa51be866ced06640','Unable to initiate confirmation request.',NULL,NULL,'','LINE',NULL,10,'','7134fe9d6328133b59d2fed837c9da68','',NULL),(7273,'en','default','02dcaec6ab7d10a13f2f1d547e679b63','Unable to locate WordPress content directory (wp-content).',NULL,NULL,'','LINE',NULL,10,'','c2cbf7c7ea8c20c7229696d79d955658','',NULL),(7274,'en','default','6d920ad755e5c412f59e6d72bd9b5f7f','Unable to locate WordPress plugin directory.',NULL,NULL,'','LINE',NULL,10,'','10677b5d34b1133848825772ab7839ed','',NULL),(7275,'en','default','1c23cfed6375003f3bc1b3688dd95fa2','Unable to locate WordPress root directory.',NULL,NULL,'','LINE',NULL,10,'','26a0e5fb004f8a1dd5b96999741d14df','',NULL),(7276,'en','default','2449887eb7cea0d62e356c4caf40bca5','Unable to locate WordPress theme directory.',NULL,NULL,'','LINE',NULL,10,'','a766b15287b41e2a3639172f20c9bd25','',NULL),(7277,'en','default','b2497e9a332dbe6f7f3666edfd99bba0','Unable to locate needed folder (%s).',NULL,NULL,'','LINE',NULL,10,'','eaf469d8b9432642db03b09c78edb4a1','',NULL),(7278,'en','default','04177d41a21d1aa07e52fa1459f1e062','Unable to open export file (HTML report) for writing.',NULL,NULL,'','LINE',NULL,10,'','0044dd5c8f9e151862fd42715dbc023d','',NULL),(7279,'en','default','16b236712b2ef7b34f60c0a2baadee3f','Unable to open export file (archive) for writing.',NULL,NULL,'','LINE',NULL,10,'','3426dbb0bfd0befde2d15b4e19be17b7','',NULL),(7280,'en','default','34c3f5b1e8ccfb0be8ee8edf5c7ce807','Unable to perform command: %s',NULL,NULL,'','LINE',NULL,10,'','106919cd43ed5d0111817ffd8ac2d55d','',NULL),(7281,'en','default','9bd83f66dc57dbbef8d226267c3aa8a6','Unable to protect export folder from browsing.',NULL,NULL,'','LINE',NULL,10,'','ef8997ae2195c86283bf4ef798f52c26','',NULL),(7282,'en','default','37e6cdd01a9a8c51aff2c5b3e58c2284','Unable to reach WordPress.org at %1$s: %2$s',NULL,NULL,'','LINE',NULL,10,'','4ba403d2c6c6383f9e5545fe03bcaa2f','',NULL),(7283,'en','default','fb372996da311115d1260fb7bcae8206','Unable to save the image.',NULL,NULL,'','LINE',NULL,10,'','9020598af48d96990098de736c9b504b','',NULL),(7284,'en','default','dfff0b261d4799fdbc8a8e4bde7f0ea9','Unable to send personal data export email.',NULL,NULL,'','LINE',NULL,10,'','3d3ad493dec9cdacc415e4e742e6dcb2','',NULL),(7285,'en','default','7e0e0d018f2038d45f68c13d78e1c62c','Unable to submit this form, please refresh and try again.',NULL,NULL,'','LINE',NULL,10,'','e39d9a59e95e134150f14e56fbdb68ac','',NULL),(7286,'en','default','98c614690377177f783678518e96057e','Unable to write to file.',NULL,NULL,'','LINE',NULL,10,'','088cd87f5527360ce8a637fc2169bd74','',NULL),(7287,'en','default','43de3f6941bd3a2d61a7fd6b78870435','Unapprove',NULL,NULL,'','LINE',NULL,10,'','e8c168148d60bbb0ddbfcaf8a8dd5764','',NULL),(7288,'en','default','d4db25c2dac7994bbec84673347ef6df','Unapprove this comment',NULL,NULL,'','LINE',NULL,10,'','fb83ac54a5b5e6311754761078fe4401','',NULL),(7289,'en','default','ec0fc0100c4fc1ce4eea230c3dc10360','Undefined',NULL,NULL,'','LINE',NULL,10,'','472c04bbbfb62e0704ef60db30678b4e','',NULL),(7290,'en','default','89e7f17016a069d0260cfd2b30bf3db3','Universal time (%1$s) is %2$s.',NULL,NULL,'','LINE',NULL,10,'','fed083aebd0d3e4711f59cf015594284','',NULL),(7291,'en','default','70015958bee7f2d7e1806df1a65bb846','Unknown API error.',NULL,NULL,'','LINE',NULL,10,'','292e892d60e257d3b2b94461c60c61be','',NULL),(7292,'en','default','9258e257348c7e4f8c948d5ca16a35d5','Unknown action.',NULL,NULL,'','LINE',NULL,10,'','4e648980cca73d05b5d152d691d30b98','',NULL),(7293,'en','default','e9613a5b96f1f58f534d0a10f6684f38','Unpacking the package…',NULL,NULL,'','LINE',NULL,10,'','844d31f0d37d1afd1f147904ffcaa75e','',NULL),(7294,'en','default','097a4b99f3457981fee594cc2dc76537','Unpacking the update…',NULL,NULL,'','LINE',NULL,10,'','9f295589fd568b437151e72a8466d421','',NULL),(7295,'en','default','0774e163cd7df482edd2abd498189f8b','Unpublished',NULL,NULL,'','LINE',NULL,10,'','7f58272b9878d82b532bc0c17a808daf','',NULL),(7296,'en','default','baf89d4290422e9cd23c18a99eb83ca5','Untested with your version of WordPress',NULL,NULL,'','LINE',NULL,10,'','58e4a2ba180ddeedda475aa5a86081f2','',NULL),(7297,'en','default','a7e72a926e82c36a455a68c7c67c706a','Up one',NULL,NULL,'','LINE',NULL,10,'','9c981185ebe88a3153980bd9d416475a','',NULL),(7298,'en','default','670f503fe3be5ad9cc11991af95ad1c0','Update %s now',NULL,NULL,'','LINE',NULL,10,'','bf58e4bde7e0a60f60169395b4375dc1','',NULL),(7299,'en','default','8bd7695831e104e2669e086e03927a20','Update Available',NULL,NULL,'','LINE',NULL,10,'','22b0b88f56b9c93b1d1a20dac922d181','',NULL),(7300,'en','default','95ac4b37cc9b023e14a42b7d043fc11d','Update Available <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','c6a874a372745895809fcd5b1e0ba577','',NULL),(7301,'en','default','bcfe2267124be18379fbfd4a76968446','Update Comment',NULL,NULL,'','LINE',NULL,10,'','972386e3a456106cfb776e4bbb347a59','',NULL),(7302,'en','default','055c5e32b46ef7e3bcd32988a9ba114f','Update Complete',NULL,NULL,'','LINE',NULL,10,'','ef8d6ca8fa926ad40f11c7551ee6467b','',NULL),(7303,'en','default','e9812bb9eba65f60200270a20c9aa460','Update File',NULL,NULL,'','LINE',NULL,10,'','3e76ce0827f5ae625ad925ad2b4921e7','',NULL),(7304,'en','default','979a1af731a79241ec0937f557676d1a','Update Link',NULL,NULL,'','LINE',NULL,10,'','bd9f84092d20d21ea867b0c136d5e9eb','',NULL),(7305,'en','default','3c9c6d6dd25595d274f7fdf37a372b03','Update Media',NULL,NULL,'','LINE',NULL,10,'','d83077a5b3fdce54c8fbfe854212eddd','',NULL),(7306,'en','default','c498c80a98cf895782f38e7175bc9701','Update Plugin',NULL,NULL,'','LINE',NULL,10,'','38d718fe2d85634f5d861d9b39ad4055','',NULL),(7307,'en','default','a1079b744d801a791e522fa2453af1d6','Update Plugins',NULL,NULL,'','LINE',NULL,10,'','3efb4bc5d0c2cfd92c451a653cb1d8b3','',NULL),(7308,'en','default','fba7f6c863513d97922faab074d3c716','Update Profile',NULL,NULL,'','LINE',NULL,10,'','e2e4c8e8982a5921e05caa656427efc0','',NULL),(7309,'en','default','1865ac47a73eef2cd5637605c44ca7ee','Update Services',NULL,NULL,'','LINE',NULL,10,'','d6de9b4db052e1e23c15c3327bb0e33d','',NULL),(7310,'en','default','4b17f9439f157b616d6fa66e339ab0e9','Update Theme',NULL,NULL,'','LINE',NULL,10,'','861529faee6c5f3db1c5c52cb460b927','',NULL),(7311,'en','default','c29086d222129a119cad08b4c85148c1','Update Themes',NULL,NULL,'','LINE',NULL,10,'','6710762585acb93256c78bad755bae32','',NULL),(7312,'en','default','827040eda97c5f6ee8f814428295e1f4','Update Translations',NULL,NULL,'','LINE',NULL,10,'','715bcaacb4aba8eab6f24d0df69fc881','',NULL),(7313,'en','default','6b1603ac9dd7ae4de8399b2fa0801696','Update User',NULL,NULL,'','LINE',NULL,10,'','bee92e73d15909f939028f6a332d15fc','',NULL),(7314,'en','default','3926ec15852c25d23e5364436415447f','Update WordPress',NULL,NULL,'','LINE',NULL,10,'','01cf38d0334c986a532aa656e4eb0283','',NULL),(7315,'en','default','be90aa59f451cabd4c90edb184ccd99e','Update WordPress Database',NULL,NULL,'','LINE',NULL,10,'','a079111b04c0bf7b4e925f6cdb387bc2','',NULL),(7316,'en','default','1b40c9b53b773efb851fc44f581ae606','Update failed.',NULL,NULL,'','LINE',NULL,10,'','93ec4a03de96c48f101f5bc94d3ebbe6','',NULL),(7317,'en','default','0990faa56a26a02f3e10ded644e02371','Update gallery settings',NULL,NULL,'','LINE',NULL,10,'','de9b6524aedded5c04dbe3f5e55beb71','',NULL),(7318,'en','default','40251e99bc451f3383ee38c639d7696f','Update package not available.',NULL,NULL,'','LINE',NULL,10,'','f45df38f7bd9140c695c52806fdd270a','',NULL),(7319,'en','default','a98a907dac5b506dc49903adae945388','Update progress',NULL,NULL,'','LINE',NULL,10,'','be646e08e0412e28c757ab7b8b03a41e','',NULL),(7320,'en','default','b25eaa475d727fc0fa796818bec122ab','Update to %s',NULL,NULL,'','LINE',NULL,10,'','74ff3da1fb82dd4ced2ed1f1f68c9bc6','',NULL),(7321,'en','default','5775741c8668202e3e7801bdcb3072be','Update to version %s',NULL,NULL,'','LINE',NULL,10,'','2e34513bfeeb783b6a08d9807965820f','',NULL),(7322,'en','default','1ce79a4190521633b7adfef38ad46c9b','Update your plugins',NULL,NULL,'','LINE',NULL,10,'','62fb06a2fac3ef98f3cb6b883208a123','',NULL),(7323,'en','default','a05064a216a8308212eb944011ed36a3','Update your site addresses',NULL,NULL,'','LINE',NULL,10,'','62c6caea46cac8035f9dfd91191379b8','',NULL),(7324,'en','default','6e57777bfb729cad1374f821e1f42b67','Updated %s.',NULL,NULL,'','LINE',NULL,10,'','65be76b9c0313c8a188e160238c1d783','',NULL),(7325,'en','default','3f0648831cc5dbd0d8d94633d2669156','Updates %s',NULL,NULL,'','LINE',NULL,10,'','c6b34ad062f1b2b2c0a0378cdaca61c4','',NULL),(7326,'en','default','0efdbbd67a26af3f2097acaa0b9a21e9','Updating Plugin %1$s (%2$d/%3$d)',NULL,NULL,'','LINE',NULL,10,'','979c160565e030095d90fdd60e345daa','',NULL),(7327,'en','default','d8808f200658dd9134b9aef488f94e27','Updating Theme %1$s (%2$d/%3$d)',NULL,NULL,'','LINE',NULL,10,'','e5a86b98776d02afe3dae19231613eef','',NULL),(7328,'en','default','9f749ee08135e21e3282f6fd445a80de','Updating is easy and only takes a few moments:',NULL,NULL,'','LINE',NULL,10,'','7b037bb5c1b387c3c5cdbd8f1580d58e','',NULL),(7329,'en','default','3031e9cfa6e90f1ae60d687739dcb8c8','Updating plugin: %s',NULL,NULL,'','LINE',NULL,10,'','6002d4acac93f9f0bfd77d7005dedfee','',NULL),(7330,'en','default','1043c18e7e013f11efb585f2aa4cb598','Updating theme: %s',NULL,NULL,'','LINE',NULL,10,'','d23633b6c8d651ae0a18a6129cd585e8','',NULL),(7331,'en','default','e1c4c59687c0ffc2059a06fe6ed637ce','Updating to WordPress %s',NULL,NULL,'','LINE',NULL,10,'','b6806f9e85ee9e38249205d32ec3c1a5','',NULL),(7332,'en','default','a81fc1895e705942f0783bec70e1dc4f','Updating translations for %1$s (%2$s)…',NULL,NULL,'','LINE',NULL,10,'','8284c5fa75096e450df9dd522f482f23','',NULL),(7333,'en','default','436d10fcef236c9cd9e3d1462ba6a3aa','Upgrading database…',NULL,NULL,'','LINE',NULL,10,'','472c85a1e41b4379bfbe1375b1d207af','',NULL),(7334,'en','default','b530bfbc21e8c2a5f48b3e0466fc8135','Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href=\"%s\">child theme</a> instead.',NULL,NULL,'','LINE',NULL,10,'','f8fad59f255386dd0d574e0a93721d0b','',NULL),(7335,'en','default','836d70ee58db47beb0391bdf997ed433','Upload New Media',NULL,NULL,'','LINE',NULL,10,'','9c682eebcb25a1a039d0649298414e01','',NULL),(7336,'en','default','9162fca50a90dd9ede7b004903e8d5f5','Upload Plugin',NULL,NULL,'','LINE',NULL,10,'','ac32bef889b3d8335abdedaebf912004','',NULL),(7337,'en','default','f6e4b551382f9dbe4413c43de5f80873','Upload Theme',NULL,NULL,'','LINE',NULL,10,'','528ad1d60b9de6282622ad1dddd9da3a','',NULL),(7338,'en','default','abdb98d4aa891efa073c7634098a86dd','Upload date:',NULL,NULL,'','LINE',NULL,10,'','03caab7b997233a421ece1e6d836bff5','',NULL),(7339,'en','default','f304eb4dc31f9e3b935cce9f2da1365e','Upload file and import',NULL,NULL,'','LINE',NULL,10,'','20f24ac16aad76dad096a60093c8c9a4','',NULL),(7340,'en','default','7e446cf8f3b6b0c32547cd7c25d20684','Upload max filesize',NULL,NULL,'','LINE',NULL,10,'','d90909c19e2e47d3f1b26df3c007ec14','',NULL),(7341,'en','default','1f4f532ac3008590bcd184b8c8c4800d','Uploaded Images',NULL,NULL,'','LINE',NULL,10,'','65676947164dc962ae5fea15095108d6','',NULL),(7342,'en','default','d2c757acd1711a27bc4f24cfcb69efdc','Uploaded on: %s',NULL,NULL,'','LINE',NULL,10,'','525c594edfab7107838fc53ac4363ae8','',NULL),(7343,'en','default','51f27359f5c7d3f94d1fbe2229cef1f1','Uploading Files',NULL,NULL,'','LINE',NULL,10,'','cae5e481a70fdf22627209b655b3923f','',NULL),(7344,'en','default','e988dfaae1e479e57bb3eede3f7df81a','Uploading Files allows you to choose the folder and path for storing your uploaded files.',NULL,NULL,'','LINE',NULL,10,'','99e2a738ff738a41823a24e98ff69794','',NULL),(7345,'en','default','0f3113590c8c31d9730497ec184c8d31','Uploads',NULL,NULL,'','LINE',NULL,10,'','1d8d1f1e18364592a50ea0b5be698165','',NULL),(7346,'en','default','4610906597c8d282920cc6f7dccd3681','Uploads directory location',NULL,NULL,'','LINE',NULL,10,'','b18c726255e2a14cf79ebdcad60079a7','',NULL),(7347,'en','default','a1ea62168a4238e67ad53e988f986579','Uploads directory size',NULL,NULL,'','LINE',NULL,10,'','87db11b64eaf94bc5dc549de046dcd1f','',NULL),(7348,'en','default','e422cc11c06b9dc4f5e4ba1b762b40bf','Use This Page',NULL,NULL,'','LINE',NULL,10,'','3d8e6405bd5e88f95d5e9ec18799b910','',NULL),(7349,'en','default','49a89eecd38efbfcbcd184613896640e','Use https',NULL,NULL,'','LINE',NULL,10,'','067818a63322367dff89ba5759ac1d47','',NULL),(7350,'en','default','7b3a2d31cc961302dc9eeb5b6f4e8b06','Use the arrow buttons at the top of the dialog, or the left and right arrow keys on your keyboard, to navigate between media items quickly.',NULL,NULL,'','LINE',NULL,10,'','328e1753cda1d3004044beea10d65926','',NULL),(7351,'en','default','9023363da97c2c7e721359d640a7c6ec','Used: %1$s%% of %2$s',NULL,NULL,'','LINE',NULL,10,'','6308f981a6fb81f84bbbe1f60af223af','',NULL),(7352,'en','default','71df271c1c23ed718b3b9eb2d3c6647f','User %s added',NULL,NULL,'','LINE',NULL,10,'','e329e7f09f7a95b9f09911b9bd8ebde9','',NULL),(7353,'en','default','256ff59f7d82d69941fc6d29f4724bdf','User Language',NULL,NULL,'','LINE',NULL,10,'','79533594f4702f4c317a6a32dcc933a8','',NULL),(7354,'en','default','7cc2d2e46cec80108de65235b279edea','User Roles',NULL,NULL,'','LINE',NULL,10,'','2412206efb448968c84b58331b2afcce','',NULL),(7355,'en','default','ff2931ee143dc165ff74c91bd5549e84','User added.',NULL,NULL,'','LINE',NULL,10,'','199bdd093d0aad197184dfa7569c4e16','',NULL),(7356,'en','default','76cefb975b3279bbd240e6a14b5e5968','User already exists. Password inherited.',NULL,NULL,'','LINE',NULL,10,'','de1c9e8ebf5f8fd4603de94a0d994114','',NULL),(7357,'en','default','3a9e6bce17ed0af53e93ef6114de7510','User count',NULL,NULL,'','LINE',NULL,10,'','3b892e0f94195b76e4e35dbcaf7526f8','',NULL),(7358,'en','default','f7bdac65acf1b6d9c9e7d60a130d1908','User deleted.',NULL,NULL,'','LINE',NULL,10,'','97d034319703c23a0b9b588b3c660ded','',NULL),(7359,'en','default','663dd741ca3120d0b392bf496c107713','User deletion is not allowed from this screen.',NULL,NULL,'','LINE',NULL,10,'','572e1663a579b62492bb7c10ee2d86e2','',NULL),(7360,'en','default','93afc11eeca05c850c67f1b3282f33fc','User has been added to your site.',NULL,NULL,'','LINE',NULL,10,'','d1232010d61069d7c6a61dcf12af907d','',NULL),(7361,'en','default','48f5f936936c17f8075a8b1848f1f508','User has been added to your site. <a href=\"%s\">Edit user</a>',NULL,NULL,'','LINE',NULL,10,'','c87bef215f020e62fb947b8f9e5d1902','',NULL),(7362,'en','default','03bc52e84d0830c2c50b6f85ebd76f85','User has been created, but could not be added to this site.',NULL,NULL,'','LINE',NULL,10,'','457b0aa7b24bbc46e171800aef1650a7','',NULL),(7363,'en','default','f75cff287fa94afe95d6545a1c5f0765','User has no sites or content and will be deleted.',NULL,NULL,'','LINE',NULL,10,'','1e9cd98a0b29f48a7ebd17493e8b8961','',NULL),(7364,'en','default','c915c176a396e8e6fa02db3e87f10e8e','User removed from this site.',NULL,NULL,'','LINE',NULL,10,'','9c56b717b46393c5f6cb77dd9f407ef1','',NULL),(7365,'en','default','aae0119acf904da3679588fcacc02521','User updated.',NULL,NULL,'','LINE',NULL,10,'','5be08f9e8de7ae98c674fb2e1ace1263','',NULL),(7366,'en','default','d9a3638a92e8290c71c92fec083bcc55','User(s) already exists.',NULL,NULL,'','LINE',NULL,10,'','f7a498cb28fb0f9cc8f19ecd55a3628d','',NULL),(7367,'en','default','67e09762889a535e211f8cb2ff569150','Username or email address',NULL,NULL,'','LINE',NULL,10,'','f1605334a9dbc1a99e318b8e47a1fe5a','',NULL),(7368,'en','default','07c4f452a2f8bd99f8092693d925da01','Username/Password incorrect for %s',NULL,NULL,'','LINE',NULL,10,'','6c662dc4c4ee610024e0cd09a53ff612','',NULL),(7369,'en','default','8ffd0e19ef5b6d325838e23a4b02490a','Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.',NULL,NULL,'','LINE',NULL,10,'','783bb7a96e4d1754d72c1863993b10bd','',NULL),(7370,'en','default','8261db508cde60868a8191a6ed1fc3da','Usernames cannot be changed.',NULL,NULL,'','LINE',NULL,10,'','40c2d46b7fd1f205563febc971b05f53','',NULL),(7371,'en','default','0e74a4cb50746e03e793c5cd14f33bf4','Users list',NULL,NULL,'','LINE',NULL,10,'','eecef6b7743df514d41b2dd94a082b38','',NULL),(7372,'en','default','7ab46e114deb82f7dee771fc2365cc7a','Users list navigation',NULL,NULL,'','LINE',NULL,10,'','8a231d6ce4f26aefe737330e6c1ce33b','',NULL),(7373,'en','default','ada02b3f7daaa6bfed1b9951848cbc76','Users must be registered and logged in to comment',NULL,NULL,'','LINE',NULL,10,'','0223f316f502010de02d92c4bd15acd5','',NULL),(7374,'en','default','689202409e48743b914713f96d93947c','Value',NULL,NULL,'','LINE',NULL,10,'','1621e25e050ab4981ac179039d4ef633','',NULL),(7375,'en','default','50162cdf0327dde84b68811183f81404','Verifying the unpacked files…',NULL,NULL,'','LINE',NULL,10,'','88720d91645f2031abe126aa6c325c3f','',NULL),(7376,'en','default','34b6cd75171affba6957e308dcbd92be','Version',NULL,NULL,'','LINE',NULL,10,'','c7ebdb73a67ae45ce3f01b495b29df6d','',NULL),(7377,'en','default','c727583aeada0d3349c79d49b4aadfd4','Version %1$s by %2$s',NULL,NULL,'','LINE',NULL,10,'','a94c0530ce9692a1d4ac0e83de90262b','',NULL),(7378,'en','default','3c9725047280b9e633385a026099deae','Version %s',NULL,NULL,'','LINE',NULL,10,'','fb620aeaf505d6a4ed575e36b468b286','',NULL),(7379,'en','default','9d290d3434589e33be3d2cad4f8323ec','Version:',NULL,NULL,'','LINE',NULL,10,'','1d80c8b494ede84b3dbb45fc390f401a','',NULL),(7380,'en','default','3af55819bc887213086b7ba5c5e25042','Version: %s',NULL,NULL,'','LINE',NULL,10,'','a00c27004204de19703e89bec8f4ffda','',NULL),(7381,'en','default','398ba866603f7c0b6755185ffe74b5a0','Video Attachment Template',NULL,NULL,'','LINE',NULL,10,'','f077e4dd6b5097c27cc81a456276e360','',NULL),(7382,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'','bb7cb90eeddf529f4e764a518db2cf17','',NULL),(7383,'en','default','3482a727048bff69f64c5fd36e424941','View %1$s version %2$s details',NULL,NULL,'','LINE',NULL,10,'','2e2f43d14d63bb00267235f6addf5bbe','',NULL),(7384,'en','default','d245fd5b98525d196f40401bbf5cebda','View “%s”',NULL,NULL,'','LINE',NULL,10,'','034259cacbd28042269b58095263c9a7','',NULL),(7385,'en','default','90c10073f6b1f3b673996455a755acf7','View “%s” archive',NULL,NULL,'','LINE',NULL,10,'','477cea94a7858ea029126c3bc913d102','',NULL),(7386,'en','default','d8d7ad6abfd08c27baa8bedb78c72ddb','View All',NULL,NULL,'','LINE',NULL,10,'','3fe2861f5a1a9e8b38e09c6838dbd970','',NULL),(7387,'en','default','66940c0fbc74e8dc08a6e5f5b349edca','View Mode',NULL,NULL,'','LINE',NULL,10,'','ce4dce9dfa5e02ec4268924fe49f9600','',NULL),(7388,'en','default','1725f9aec72b916dff590530b5f94790','View Privacy Policy Guide.',NULL,NULL,'','LINE',NULL,10,'','e02e196a6590012683cb1bedb515883d','',NULL),(7389,'en','default','5e248eb2e87e649e91cc3168e20adf90','View Site',NULL,NULL,'','LINE',NULL,10,'','ccd6b1c25c1eb9fe96e3e38ebdc1038b','',NULL),(7390,'en','default','217cb2493ba9420ff7f6a05bc4b7db25','View Trash',NULL,NULL,'','LINE',NULL,10,'','040c458b4d258b1951a6d7db2110cdd8','',NULL),(7391,'en','default','0b4db271fc4624853e634ef6882ea8be','View all',NULL,NULL,'','LINE',NULL,10,'','4a505840d89aafce9d0035331fe9b333','',NULL),(7392,'en','default','080c8e8bf584936243fb5e42bcc2e924','View all drafts',NULL,NULL,'','LINE',NULL,10,'','75b9c5e353ae4be7e86f63d823b76962','',NULL),(7393,'en','default','6e9783376d951cfd780e9fdb67a0f02c','View details',NULL,NULL,'','LINE',NULL,10,'','4b84f7036b0f1252449a97c6370ce755','',NULL),(7394,'en','default','89946d26b79c3131f59475ef5463558e','View more comments',NULL,NULL,'','LINE',NULL,10,'','eb9f83d9829fb0d358e285275eab7138','',NULL),(7395,'en','default','f64f516a321829f21a8686d7411c184e','View page',NULL,NULL,'','LINE',NULL,10,'','94a43a56feeb19423d7a69d411f7315c','',NULL),(7396,'en','default','a3824eb0533064953073384a35c740e7','View post',NULL,NULL,'','LINE',NULL,10,'','e1fba4a080a2f36fc5e06d063d511597','',NULL),(7397,'en','default','5f719fc3e21af7f30b82c2995ea95b5f','View posts by %s',NULL,NULL,'','LINE',NULL,10,'','aef4e2813e34938688a785ce9fde81ba','',NULL),(7398,'en','default','97a735cc63ab4a045f7421e6f4eb0d0e','View this comment',NULL,NULL,'','LINE',NULL,10,'','1423ed4897c7b74df1c15778a417b81e','',NULL),(7399,'en','default','8df970b607b0196afd5e5458e40e2314','View version %s details.',NULL,NULL,'','LINE',NULL,10,'','fe3bd70d06e02c30148bd8daf59582f1','',NULL),(7400,'en','default','5c948d7dd31c2f9d44d2344c0aad2f8b','View your site',NULL,NULL,'','LINE',NULL,10,'','8fcc4053d93a07ca0b0ad7a46323e96b','',NULL),(7401,'en','default','ec24d78ce33048dc73a2b6b1a0690192','Visible',NULL,NULL,'','LINE',NULL,10,'','0413c6ead68bdc99077fe4a65abb53cc','',NULL),(7402,'en','default','5e706a9b7eb9b142a619e4331d6976e6','Visit',NULL,NULL,'','LINE',NULL,10,'','9629e2c0bb449ce0a26346954fb7b047','',NULL),(7403,'en','default','fc1e28efeac5869c30154c7be863aaaf','Visit Dashboard',NULL,NULL,'','LINE',NULL,10,'','8250109f95733cea52288d136187c6fc','',NULL),(7404,'en','default','996071468139c3e9f8209bd51174ddaa','Visit Link',NULL,NULL,'','LINE',NULL,10,'','ede903926d7f6aae95be8cc5e4ae9f48','',NULL),(7405,'en','default','965aec048c5dfcc7801a09c9f3b2848a','Visit plugin site',NULL,NULL,'','LINE',NULL,10,'','fae2ce6949a98b890a476c524609b22e','',NULL),(7406,'en','default','03b458173c21c016c1a159a2ea4c5319','Visit site',NULL,NULL,'','LINE',NULL,10,'','81fc08dec47ad29b3f3e68b132f4d57d','',NULL),(7407,'en','default','902789e4687e71730f1df3f80c6ddd6c','Visitor comments may be checked through an automated spam detection service.',NULL,NULL,'','LINE',NULL,10,'','64c67802c34cf8a8f08b4aea127700fb','',NULL),(7408,'en','default','880f9edc338d58c20db71a4ca149e940','Visual Editor RTL Stylesheet',NULL,NULL,'','LINE',NULL,10,'','c961272241998e32e83449e17a7410de','',NULL),(7409,'en','default','65bc186a570d4bef02799592c872b7d3','Visual Editor Stylesheet',NULL,NULL,'','LINE',NULL,10,'','560e4d215dea2181949686c4ceb81a43','',NULL),(7410,'en','default','955b443a4e12851197c58128d813c1ad','Visual mode gives you an editor that is similar to a word processor. Click the Toolbar Toggle button to get a second row of controls.',NULL,NULL,'','LINE',NULL,10,'','0742cd7bdba1eb1a84f296c900ab1bf1','',NULL),(7411,'en','default','015c603172846437ee7a569dc2c36273','Waiting for confirmation',NULL,NULL,'','LINE',NULL,10,'','7a753cb23aa730148d59f512c7732c72','',NULL),(7412,'en','default','4ecb7f2a455ea50336c10df139acf4df','Want to see your name in lights on this page? <a href=\"%s\">Get involved in WordPress</a>.',NULL,NULL,'','LINE',NULL,10,'','e65f52cc98ef8c7d64f57f3bb5478951','',NULL),(7413,'en','default','0eaadb4fcb48a0a0ed7bc9868be9fbaa','Warning',NULL,NULL,'','LINE',NULL,10,'','3a98b67047804cd9a0ed4433e417c643','',NULL),(7414,'en','default','8a8021d0f80faab08291e7383b020a1f','Warning! User %s cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','fb30d6ca1509d4eb2808f38a9c9163bb','',NULL),(7415,'en','default','e464e236f6131c56eb2d836bb5850921','Warning! User cannot be deleted. The user %s is a network administrator.',NULL,NULL,'','LINE',NULL,10,'','e995ed92bc163af101b88e4fbd0bd7d5','',NULL),(7416,'en','default','39d3f6b47c7f89e513e898132b5e5228','Warning! Wildcard DNS may not be configured correctly!',NULL,NULL,'','LINE',NULL,10,'','971284b3c6d3766a4883c392182de3a7','',NULL),(7417,'en','default','3f3e336e2f1fa10375efd923fca18b55','Warning:',NULL,NULL,'','LINE',NULL,10,'','d5c8f564e5bd9d21ea57d8d47fdb5b15','',NULL),(7418,'en','default','100c2d69e3ea8eb0279ca1fba0143e3a','Wavatar (Generated)',NULL,NULL,'','LINE',NULL,10,'','de393385c415b254265e59ec19c2bb51','',NULL),(7419,'en','default','47a50a1c70209988c10de2b558e66f94','We have some data that describes the error your site encountered.',NULL,NULL,'','LINE',NULL,10,'','0d6db2c26b184927ae002db19fdab8d3','',NULL),(7420,'en','default','f9251b5ea74dd4ca2c3ead011a5555db','We have suggested the sections you will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.',NULL,NULL,'','LINE',NULL,10,'','7eb3381a57ff400f1d1db4eba559794c','',NULL),(7421,'en','default','a8e98ecd6d26825a442ac45c746fb2f7','We recommend removing any unused themes to enhance your site’s security.',NULL,NULL,'','LINE',NULL,10,'','6876ee4e96df44ecec91bbd19e6e719b','',NULL),(7422,'en','default','b7183d279d25555d7439bf6a2abc8036','We recommend that you update PHP',NULL,NULL,'','LINE',NULL,10,'','f3e57b866f9c3f24638558e491e6d369','',NULL),(7423,'en','default','18f752b6c97f1f979177c531ff6d94e5','We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href=\"%s\">WordPress.org/about/privacy</a>.',NULL,NULL,'','LINE',NULL,10,'','eaf590586b0a14855bea98a2f1ad4c29','',NULL),(7424,'en','default','d3dceb0ddd7b513616c1179c6807e3f7','We tried but were unable to update your site automatically.',NULL,NULL,'','LINE',NULL,10,'','20600d81f193f6c51e9297e1e1d5b67e','',NULL),(7425,'en','default','6dd86013b4ade4ff610bdc7188883cab','We were unable to check if any new versions of WordPress are available.',NULL,NULL,'','LINE',NULL,10,'','c3590903e16ebbb83856cd5d10c2b601','',NULL),(7426,'en','default','94d116494f6e21b316d072f7648409cc','We would also suggest reviewing your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.',NULL,NULL,'','LINE',NULL,10,'','7650e27bf94bc0a4b25429b6260c7f4f','',NULL),(7427,'en','default','cad3b37d5470d144abe88f0810bac676','We’re backing up this post in your browser, just in case.',NULL,NULL,'','LINE',NULL,10,'','e97f0e43c127fe9d6a038755fc296a62','',NULL),(7428,'en','default','685db301a5b666935c616e30ebd5eec5','We’re going to use this information to create a %s file.',NULL,NULL,'','LINE',NULL,10,'','76ac4571dd81b2fca7bbd684069f9a36','',NULL),(7429,'en','default','c167f19c9530ad445668533361b8de06','We’ve assembled some links to get you started:',NULL,NULL,'','LINE',NULL,10,'','236cf82c3cfcc35457b9880ced823ef9','',NULL),(7430,'en','default','41d4ef0c2c89831e7a847388c65dc41d','We\'ll try again with the next release.',NULL,NULL,'','LINE',NULL,10,'','daf37e4b76543bf163c0a8d5740c67e9','',NULL),(7431,'en','default','427320425a35405a94a5e69b43bc8ca5','Web Address',NULL,NULL,'','LINE',NULL,10,'','fab051be8f0da349283898055382d3cd','',NULL),(7432,'en','default','b9cd835f40ceb917fa46acc87cc5b65e','Web server',NULL,NULL,'','LINE',NULL,10,'','d63e623d1678968ffabec0eb48d21075','',NULL),(7433,'en','default','35795c660739fc1e0a43f922eedbdded','Week Starts On',NULL,NULL,'','LINE',NULL,10,'','30ede93c0f629f7d3a8c66e5894fee11','',NULL),(7434,'en','default','83218ac34c1834c26781fe4bde918ee4','Welcome',NULL,NULL,'','LINE',NULL,10,'Welcome panel','d22e5a7872d90ed88b28be504e73ab58','',NULL),(7435,'en','default','c38a5d24e12943104b1c72bf232e76da','Welcome to %s. This is your first post. Edit or delete it, then start writing!',NULL,NULL,'','LINE',NULL,10,'','40505f8d337f60e39bf3597465f88745','',NULL),(7436,'en','default','caf6d87dcc67a73480bcd555571fd279','Welcome to WordPress %1$s. <a href=\"%2$s\">Learn more</a>.',NULL,NULL,'','LINE',NULL,10,'','da7ae1324b2d5125ff47ace28d1cc0f1','',NULL),(7437,'en','default','9b24bf8cb23dfe8e6054c561a20fe570','Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click <a href=\"%2$s\">here</a>.',NULL,NULL,'','LINE',NULL,10,'','ffcec9c692a0b4b8a281d8aedf98a073','',NULL),(7438,'en','default','235aea05b252ee4b31d203dd952a8698','Welcome to WordPress!',NULL,NULL,'','LINE',NULL,10,'','5ff6394d82f3b85c6ac22afb5fb4147e','',NULL),(7439,'en','default','de84a90668925e51f0546ee10b52a8c9','Welcome to WordPress %s',NULL,NULL,'','LINE',NULL,10,'','02cff3ed05b16b9cd2e9600a6d91e751','',NULL),(7440,'en','default','6271c2bddf9d5cd62fe0d0d5138e0372','Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.',NULL,NULL,'','LINE',NULL,10,'','2f8c612c4e0bab717d184e20171e60fd','',NULL),(7441,'en','default','ccbf63a83dc5ac46245212ed907c97b2','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!',NULL,NULL,'','LINE',NULL,10,'','7ce72c34c605c494bf6197781447a85d','',NULL),(7442,'en','default','1edbf8934455e35e01018196f1aa0a7f','Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.',NULL,NULL,'','LINE',NULL,10,'','c8ed12874ebd60ce751ed1d79fa1a1fb','',NULL),(7443,'en','default','7bb5b05b47216f59eeab4b23d0014277','Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.',NULL,NULL,'','LINE',NULL,10,'','caa3ada644015d7da497c61e78d64e63','',NULL),(7444,'en','default','a0b4dc8a5171d89c25ef2542dbcb8851','What automated decision making and/or profiling we do with user data',NULL,NULL,'','LINE',NULL,10,'','749c2bb3773d6ce13ee781eecd8943f4','',NULL),(7445,'en','default','b913161fbf9e35c3c4cac8c6260eb2d6','What data breach procedures we have in place',NULL,NULL,'','LINE',NULL,10,'','a15090ee82dea20072fad68f6639eaed','',NULL),(7446,'en','default','209a096011a681d824ace45ed93640da','What is PHP and how does it affect my site?',NULL,NULL,'','LINE',NULL,10,'','b5b37c789e832ebe890a48cde356b889','',NULL),(7447,'en','default','a9db3b2eaf00fc9d72b684237b8c004f','What personal data we collect and why we collect it',NULL,NULL,'','LINE',NULL,10,'','124ca84a9d92a67152c96ca3e975ac7d','',NULL),(7448,'en','default','b77abd58d17fa7323ad0f0e230265377','What rights you have over your data',NULL,NULL,'','LINE',NULL,10,'','eaaf98b0e5cc32f07bb473bb28a8162d','',NULL),(7449,'en','default','573ee33e6dc0017ff8cea855ba20d94a','What should be done with content owned by %s?',NULL,NULL,'','LINE',NULL,10,'','2f2fd465cdba012a16edcff844726205','',NULL),(7450,'en','default','e8bcf4109800f9a69e2fbe6fbcb536cf','What should be done with content owned by these users?',NULL,NULL,'','LINE',NULL,10,'','3ba21c5c7b17dfc99bd9649c59d44723','',NULL),(7451,'en','default','d88eb4c96e6d1092f492e2779cf0e303','What should be done with content owned by this user?',NULL,NULL,'','LINE',NULL,10,'','a53fb6e23ceb62b262625a4351b3e95f','',NULL),(7452,'en','default','41733fc9673b9e3189ef34fad3240ffd','What third parties we receive data from',NULL,NULL,'','LINE',NULL,10,'','b549e8965e06eb74df89650d84634eeb','',NULL),(7453,'en','default','69811f1b0413b571cb45ae1dac8bf159','What’s New',NULL,NULL,'','LINE',NULL,10,'','0fddd3884a08c5223e3865eaeaa816b7','',NULL),(7454,'en','default','ad0ed139b38e9109a54f54f4ff5b9fdb','What’s on your mind?',NULL,NULL,'','LINE',NULL,10,'','df5b59fbb2d3d8a1388bf001a5108fe6','',NULL),(7455,'en','default','a898fa08a0cadfff38577d1a8d36312d','What’s the difference between categories and tags? Normally, tags are ad-hoc keywords that identify important information in your post (names, subjects, etc) that may or may not recur in other posts, while categories are pre-determined sections. If you think of your site like a book, the categories are like the Table of Contents and the tags are like the terms in the index.',NULL,NULL,'','LINE',NULL,10,'','4d97505e61693c0a1aac1b958fe094ac','',NULL),(7456,'en','default','57be9d8bfc6aa5405ee07e7e6ea8b1db','When a comment contains any of these words in its content, name, URL, email, or IP address, it will be held in the <a href=\"edit-comments.php?comment_status=moderated\">moderation queue</a>. One word or IP address per line. It will match inside words, so “press” will match “WordPress”.',NULL,NULL,'','LINE',NULL,10,'','343323210a62576dc544083b735d8e11','',NULL),(7457,'en','default','d21b8704fed13b5c39fc8a6550bc3d00','When a comment contains any of these words in its content, name, URL, email, or IP address, it will be put in the trash. One word or IP address per line. It will match inside words, so “press” will match “WordPress”.',NULL,NULL,'','LINE',NULL,10,'','5a3725e25fc2fad6528b6af775d54386','',NULL),(7458,'en','default','16eb38b0466b758e83ffc1afb65bc986','When adding a new category on this screen, you’ll fill in the following fields:',NULL,NULL,'','LINE',NULL,10,'','8348240c846a4cb879a67a7a1e6818ca','',NULL),(7459,'en','default','370c15874bf89814187701866c485c9e','When adding a new tag on this screen, you’ll fill in the following fields:',NULL,NULL,'','LINE',NULL,10,'','2c226506d0afbbba1a770a535751b268','',NULL),(7460,'en','default','7703983ef109c52a423492c4bfa5ffbe','When changing themes, there is often some variation in the number and setup of widget areas/sidebars and sometimes these conflicts make the transition a bit less smooth. If you changed themes and seem to be missing widgets, scroll down on this screen to the Inactive Widgets area, where all of your widgets and their settings will have been saved.',NULL,NULL,'','LINE',NULL,10,'','a4018b4b9fa0ad74ac664770d4fa25bd','',NULL),(7461,'en','default','91015d74131523d75c8ee1d82db9e132','When previewing on smaller monitors, you can use the collapse icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the collapse icon again.',NULL,NULL,'','LINE',NULL,10,'','ec0c3d224b684a115d955d14d78a3c2b','',NULL),(7462,'en','default','4210a86ca0a86ebdf5712c60c47a01ca','When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, “Search Engines Discouraged,” to remind you that your site is not being crawled.',NULL,NULL,'','LINE',NULL,10,'','33960768ca0efb2109671f1ab02318f6','',NULL),(7463,'en','default','4fd5e879927f19de076cca45bc59434a','When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.',NULL,NULL,'','LINE',NULL,10,'','d70e008926f797f7fa73820eeb9729d4','',NULL),(7464,'en','default','b18d07e59a875a4350e8cfa10509c5d7','When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.',NULL,NULL,'','LINE',NULL,10,'','da2d58e7f047ffb8843c16d6ddf10432','',NULL),(7465,'en','default','cd8d1a19831be7da0547b6a5fcf33156','When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes <code>%category%</code> or <code>%tag%</code>.',NULL,NULL,'','LINE',NULL,10,'','898670c2e52a88ad0454c93711770605','',NULL),(7466,'en','default','2a668b1b4a5c8a0d7d6ccc363cf266a7','When you click the button below WordPress will create an XML file for you to save to your computer.',NULL,NULL,'','LINE',NULL,10,'','3d57ff833f4fae8a369e17d3f5cce00d','',NULL),(7467,'en','default','85540ae266a03383e65007e160616c39','When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.',NULL,NULL,'','LINE',NULL,10,'','82da5429bc5561bbe23b1b043e08de1a','',NULL),(7468,'en','default','1d7b8a30c545e74f35989943383cf0ca','When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href=\"%s\">Update Services</a> on the Codex. Separate multiple service URLs with line breaks.',NULL,NULL,'','LINE',NULL,10,'','74a6be1a7662948445cd005231dd2d0e','',NULL),(7469,'en','default','f65db9877ae1e39281b94e525393d1a1','When you\'ve been able to update using the \"Update Now\" button on Dashboard > Updates, we\'ll clear this error for future update attempts.',NULL,NULL,'','LINE',NULL,10,'','cd73932b110a44e84a737b62a820170b','',NULL),(7470,'en','default','79cc13f4de633a7fd0a8dc7c5c03de3d','Where we send your data',NULL,NULL,'','LINE',NULL,10,'','dc9cfd4a3cd299346ceccf5ec2767598','',NULL),(7471,'en','default','e9a18968c712016007ca1bde235507df','While trying to test your site’s scheduled events, the following error was returned: %s',NULL,NULL,'','LINE',NULL,10,'','4cc39e6e65c84d654fcde08c0d4d296f','',NULL),(7472,'en','default','a038eafad9e01988c1841de565372b3d','While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the <a href=\"%2$s\">WordPress.org secret key service</a>.',NULL,NULL,'','LINE',NULL,10,'','8b4c653c9278b9bdbfe1b5afec5a7663','',NULL),(7473,'en','default','4164b9aab2478e48463a5e400b5918b3','While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, your site will return to normal.',NULL,NULL,'','LINE',NULL,10,'','ef84fcea94cffcfd5220edc6c0a912f0','',NULL),(7474,'en','default','6d54357de16dae873aca455b2a0757b4','Who we are',NULL,NULL,'','LINE',NULL,10,'','4674e96347c0620f35ae54a960e8acf3','',NULL),(7475,'en','default','b36d0f4f434f0ca2b84a3507673dbf63','Who we share your data with',NULL,NULL,'','LINE',NULL,10,'','cf98bfb7cb46423fcee1242d5f7f16d4','',NULL),(7476,'en','default','06d67eb99ad329dc01617be9f85c4d63','Widget %s',NULL,NULL,'','LINE',NULL,10,'','58861891ba33200d0f243c26143a5fc6','',NULL),(7477,'en','default','5f71bda8d746f5a38f8be090639b5e2f','Widgets are independent sections of content that can be placed into any widgetized area provided by your theme (commonly called sidebars). To populate your sidebars/widget areas with individual widgets, drag and drop the title bars into the desired area. By default, only the first widget area is expanded. To populate additional widget areas, click on their title bars to expand them.',NULL,NULL,'','LINE',NULL,10,'','2628ac04367ef5339322e23a38240fb5','',NULL),(7478,'en','default','2a1b56a60634250cd6cf205c74ed00c6','Widgets may be used multiple times. You can give each widget a title, to display on your site, but it’s not required.',NULL,NULL,'','LINE',NULL,10,'','cb26d608dcaf5e53bfdccbb076ee7f6b','',NULL),(7479,'en','default','575e46c5cef48f4edd8c7ee2f9162927','With the addition of webpack and Babel configurations in the @wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.',NULL,NULL,'','LINE',NULL,10,'','f04e2f7a9ebb1f98868f1fe74b06dc6d','',NULL),(7480,'en','default','2dcde0b29a51130f79f23dee3acbe2ed','Word count: %s',NULL,NULL,'','LINE',NULL,10,'','b71bc0ddcb133c472c9ea1793eeba84c','',NULL),(7481,'en','default','e0fb73f37c6548c6245b307fc9040f49','WordCamps',NULL,NULL,'','LINE',NULL,10,'','01e1ad0258fed3ab9842cdd4f1734f1b','',NULL),(7482,'en','default','fde31686817fe5029025586d51b35861','WordPress',NULL,NULL,'','LINE',NULL,10,'','6757a2df47df1844cdca13c3a074863e','',NULL),(7483,'en','default','3a917b4d66f551c5a2f3399c55adbc12','WordPress %1$s running %2$s theme.',NULL,NULL,'','LINE',NULL,10,'','8ad304d0064c8150962a5110f1068648','',NULL),(7484,'en','default','f6e776c4c31f2ae2b7eb1815a599b007','WordPress %s',NULL,NULL,'','LINE',NULL,10,'','4b93b2c6f1f3e096e16c092b24d00b16','',NULL),(7485,'en','default','8c51466f064a8871bcf559dd32d948a3','WordPress %s is also now available.',NULL,NULL,'','LINE',NULL,10,'','b4213aa81c2dd696afb4d0e625edc1dd','',NULL),(7486,'en','default','09a750200bb72d72158184a1b9b6c4e4','WordPress › Database Repair',NULL,NULL,'','LINE',NULL,10,'','a1c660e501c266744d0b44c43b3ccf4c','',NULL),(7487,'en','default','5bbf9d416b03effde536408f99112214','WordPress › Installation',NULL,NULL,'','LINE',NULL,10,'','51913721d4a164ce42d49c8caeda403e','',NULL),(7488,'en','default','03552ef30df215d8c1f6fc80a22604ae','WordPress › Setup Configuration File',NULL,NULL,'','LINE',NULL,10,'','814b10c0c658bc4d003207fc97e472d3','',NULL),(7489,'en','default','a6ee35b2db178aba012ef07304e2e70d','WordPress › Update',NULL,NULL,'','LINE',NULL,10,'','7640921c408e1e788bf6156ecc78c93a','',NULL),(7490,'en','default','2c9cd65940d3a10d7599e410838db339','WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.',NULL,NULL,'','LINE',NULL,10,'','132d905c650431038821ad6d405dd373','',NULL),(7491,'en','default','2e37045ae0eb1bbf04b99a0eca0c8071','WordPress Blog',NULL,NULL,'','LINE',NULL,10,'','0f8b20c9faabaed230129740c965c23f','',NULL),(7492,'en','default','feb95a1de02128364fe054a7a13cfb53','WordPress Constants',NULL,NULL,'','LINE',NULL,10,'','97243832a66dee05e32bcf6e7f291954','',NULL),(7493,'en','default','19b8a23b0794f1d1b2353f149aa2a575','WordPress Events and News',NULL,NULL,'','LINE',NULL,10,'','4449065eccd9c6d7a467f72174a20ed6','',NULL),(7494,'en','default','7ec7508c587f87f5a01c3a078d6a6dab','WordPress Updates',NULL,NULL,'','LINE',NULL,10,'','1aeff3f3a99a487616cb48bba3497496','',NULL),(7495,'en','default','b33681e5c8f412a380bd985420ae2309','WordPress Version',NULL,NULL,'','LINE',NULL,10,'','eb98576356063d81be84ef367918585e','',NULL),(7496,'en','default','33c13135df9264a73a6958ca2ae370f5','WordPress can also attempt to optimize the database. This improves performance in some situations. Repairing and optimizing the database can take a long time and the database will be locked while optimizing.',NULL,NULL,'','LINE',NULL,10,'','83b16757e71c057b4ab547e2625df230','',NULL),(7497,'en','default','68ff8e47448b84d116faca89d63a3125','WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.',NULL,NULL,'','LINE',NULL,10,'','081462fd6d52c8ec3561736fd9b1b7d5','',NULL),(7498,'en','default','d1e356a8b5c46bde84443e397a38b9d0','WordPress database repair',NULL,NULL,'','LINE',NULL,10,'','897cf3b84835381a1682a312c55c2546','',NULL),(7499,'en','default','d25f41d1c271c7704d1ec6a9e55a82c5','WordPress development updates are blocked by the %s constant.',NULL,NULL,'','LINE',NULL,10,'','f6e879e2098b134e3c8008d7df855ca5','',NULL),(7500,'en','default','ff0e5c752a7e120cc3e9e68a16d7b0d8','WordPress development updates are blocked by the %s filter.',NULL,NULL,'','LINE',NULL,10,'','15008e46e726e59ceac9389e2be30e30','',NULL),(7501,'en','default','61aa626dd011102915190ba22fa529d4','WordPress directory location',NULL,NULL,'','LINE',NULL,10,'','2c9ac2fc8444637a7fc0e62b39b911aa','',NULL),(7502,'en','default','b807ab22453f709deb9e060da519a758','WordPress directory size',NULL,NULL,'','LINE',NULL,10,'','7d750785e16a1bd96b43d6d16bdce53e','',NULL),(7503,'en','default','920b86d822cd25a2a2c592134fd08ce1','WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We’re flattered every time someone spreads the good word, just make sure to <a href=\"%s\">check out our trademark guidelines</a> first.',NULL,NULL,'','LINE',NULL,10,'','84d9b5767192db384ce1c4e4cddb9c27','',NULL),(7504,'en','default','ca2e1c6fdebc7887415465aaaf360960','WordPress has been installed. Thank you, and enjoy!',NULL,NULL,'','LINE',NULL,10,'','1745013426dd7b654f51d4fb2a69e0b2','',NULL),(7505,'en','default','924b4ada54bcaa491660c0f5f200b5dd','WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.',NULL,NULL,'','LINE',NULL,10,'','3c03c037f9d0fb84ed283d222a10bfeb','',NULL),(7506,'en','default','bc188ad7a15295d239033ee77762bc1a','WordPress has detected that your site is running on an insecure version of PHP.',NULL,NULL,'','LINE',NULL,10,'','b169eda77a3454368d74839091692582','',NULL),(7507,'en','default','c668e665e9e32510727aad114c1f4b31','WordPress has detected that your site is running on an outdated version of PHP.',NULL,NULL,'','LINE',NULL,10,'','7c0794e1735d0c79353b935f136b4896','',NULL),(7508,'en','default','87488821d95fad046e6934ba9a27f016','WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href=\"%s\">license</a>, the GPL.',NULL,NULL,'','LINE',NULL,10,'','32bda0a1395f3a803bf05a0164f36dee','',NULL),(7509,'en','default','ba5a6fbddf1b8a34c5384891c777374f','WordPress is at the latest version.',NULL,NULL,'','LINE',NULL,10,'','c4ecb640802ec497b6f8133c3ef076ff','',NULL),(7510,'en','default','98139c5279fc772772d86ebf86967fbf','WordPress is created by a <a href=\"%1$s\">worldwide team</a> of passionate individuals. <a href=\"%2$s\">Get involved in WordPress</a>.',NULL,NULL,'','LINE',NULL,10,'','3731b77e9b5aaccad48ba29b43de7270','',NULL),(7511,'en','default','82f771478b6cafba7b96c61a3299c075','WordPress is created by a worldwide team of passionate individuals.',NULL,NULL,'','LINE',NULL,10,'','01c7f502da6911611ca2c5ec1747b156','',NULL),(7512,'en','default','4b8a79aa611a3d5388694ff8ce54bdfb','WordPress is not notifying any <a href=\"%1$s\">Update Services</a> because of your site’s <a href=\"%2$s\">visibility settings</a>.',NULL,NULL,'','LINE',NULL,10,'','ad7215a97613adc28341716934624415','',NULL),(7513,'en','default','002ed833af5d0c8a84bbc41ef94724dc','WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href=\"%s\">number of tags are available</a>, and here are some examples to get you started.',NULL,NULL,'','LINE',NULL,10,'','4ca5dedd93f643351f1ca0a14baf5b97','',NULL),(7514,'en','default','35075ebfb88a039c3b60fe4283948b31','WordPress requires %1$s version %2$s or higher. Contact your web hosting company to correct this.',NULL,NULL,'','LINE',NULL,10,'','3ae77c586b6b3df2fd082ca559c6a26b','',NULL),(7515,'en','default','c1f30757544463210a8bbdd9ce2b3a98','WordPress security and maintenance releases are blocked by %s.',NULL,NULL,'','LINE',NULL,10,'','e7d7ef9e61bb6e02d96703951a8a9618','',NULL),(7516,'en','default','a14d9e5e4155f1be815c48a099297535','WordPress security and maintenance releases are blocked by the %s filter.',NULL,NULL,'','LINE',NULL,10,'','929c81bb8931e4e2f22ce9af6c8e4677','',NULL),(7517,'en','default','145e951a918d629a05851929a786f394','WordPress should correct invalidly nested XHTML automatically',NULL,NULL,'','LINE',NULL,10,'','2bd8338d56622879b225e000f36be25b','',NULL),(7518,'en','default','5110980b4815813643ebd02608039bd4','WordPress site: %s',NULL,NULL,'','LINE',NULL,10,'','23f23694cfb8af8ec16004989d3d5c2a','',NULL),(7519,'en','default','f3f910fe42c8a8accf597e9573b4f84a','WordPress update available (%s)',NULL,NULL,'','LINE',NULL,10,'','c176d8ac846d2ed6931b7908700ee15d','',NULL),(7520,'en','default','603f15dee5254744413440d0193f4ca7','WordPress updated successfully',NULL,NULL,'','LINE',NULL,10,'','6cb4ca7c479b73bdfc4284a43d4ca056','',NULL),(7521,'en','default','5d125704820af3706084ab214495c191','WordPress version %s',NULL,NULL,'','LINE',NULL,10,'','0e779ee7804180445bb443d60b2625d9','',NULL),(7522,'en','default','a763ee301ed6c50b308cb85e7c1e6458','WordPress’ utf8mb4 support requires MariaDB version %s or greater. Please contact your server administrator.',NULL,NULL,'','LINE',NULL,10,'','739e7603541d6df858ca5746509be3f3','',NULL),(7523,'en','default','67d93d5146ac28da29e6214b196c58ea','WordPress’ utf8mb4 support requires MySQL client library (%1$s) version %2$s or newer. Please contact your server administrator.',NULL,NULL,'','LINE',NULL,10,'','ffc06fc338548599cb8c5c992db6b54b','',NULL),(7524,'en','default','9aa01924f930afb49bef0ad363cb65b6','WordPress’ utf8mb4 support requires MySQL version %s or greater. Please contact your server administrator.',NULL,NULL,'','LINE',NULL,10,'','5d4f1487274305761ee4837448af25ca','',NULL),(7525,'en','default','3eed036bcf83afffb78f46eec16714bb','WordPress.org Plugin Page »',NULL,NULL,'','LINE',NULL,10,'','3401d6dfbc1504db02d75f8ec5162b1f','',NULL),(7526,'en','default','53f03f74456a653792b0579446f5eef8','WordPress.org is reachable',NULL,NULL,'','LINE',NULL,10,'','793c9320aa708b3f2f981cc2c30221d5','',NULL),(7527,'en','default','a1915263415d561ab5f8c7a7fcaa60af','Writable',NULL,NULL,'','LINE',NULL,10,'','1072367ecdceb4822e2c2ca567040e6c','',NULL),(7528,'en','default','fc52eebe76a27b97ded2a39bc14bc2be','Write your first blog post',NULL,NULL,'','LINE',NULL,10,'','1d06b8aae54619c0240b62b0092edaed','',NULL),(7529,'en','default','af96ab416602c6852b1ba5201feaacf6','Writing',NULL,NULL,'','LINE',NULL,10,'','6c8a9fd7cdf3fa3e9de3519626a8f7b5','',NULL),(7530,'en','default','0c5604009ec650cec76693091cc4283b','Writing Settings',NULL,NULL,'','LINE',NULL,10,'','a3b2978099b43be30a0883b94a716a6e','',NULL),(7531,'en','default','ba50be3c6c46d860eb3f8c7856a846bf','X — Even more mature than above',NULL,NULL,'','LINE',NULL,10,'','8ccad14cfa25a65729d673e5b6351aac','',NULL),(7532,'en','default','8bc3b8275af78e8ebd86a4abb43913c8','XFN stands for <a href=\"http://gmpg.org/xfn/\">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.',NULL,NULL,'','LINE',NULL,10,'','92d4d64451b5fdcc0f814b28ddb66541','',NULL),(7533,'en','default','6312738169699b26b834bcc21154fdf1','XML Error: %1$s at line %2$s',NULL,NULL,'','LINE',NULL,10,'','cc1748f113705793f73e44a86d3cf061','',NULL),(7534,'en','default','8b324a7144b901ff3b6c8e6e1373c927','Y/m/d g:i:s a',NULL,NULL,'','LINE',NULL,10,'','01724a8ef1bdc6387273976ee6877734','',NULL),(7535,'en','default','73985f2b280e1aa5126d60d8985b57bb','Yes, delete these files',NULL,NULL,'','LINE',NULL,10,'','768afce57a140c14bc20a33b1d2396c5','',NULL),(7536,'en','default','8313da8dc64047da719bb9cbe56a84ea','Yes, delete these files and data',NULL,NULL,'','LINE',NULL,10,'','c0d1b6d38fc1d313215a5e1dc9d7d56e','',NULL),(7537,'en','default','ee6b36df0a0e5ae29804573f7bc0f5ec','Yes, take me to my profile page',NULL,NULL,'','LINE',NULL,10,'','1d3042fbf321b0f29a212ba1fa41b065','',NULL),(7538,'en','default','7cff9b6df2ec3f0734a9bfa274ad5b71','You also have some plugins or themes with updates available. Update them now:',NULL,NULL,'','LINE',NULL,10,'','2b582a384405ef134b2e3732c6752c15','',NULL),(7539,'en','default','f8ba38900d10b5b21aee002e9e7bd51b','You appear to be making direct edits to your plugin in the WordPress dashboard. We recommend that you don’t! Editing plugins directly may introduce incompatibilities that break your site and your changes may be lost in future updates.',NULL,NULL,'','LINE',NULL,10,'','f826278325752cd0128cabb05d582280','',NULL),(7540,'en','default','8cc087cec19b11374357e1838a97fdd2','You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don’t! Editing your theme directly could break your site and your changes may be lost in future updates. If you need to tweak more than your theme’s CSS, you might want to try <a href=\"%s\">making a child theme</a>.',NULL,NULL,'','LINE',NULL,10,'','b9f6841fdabf7c589997152eee94c053','',NULL),(7541,'en','default','f8c6ee5e73552f569602296fefb93e97','You are about to approve the following comment:',NULL,NULL,'','LINE',NULL,10,'','a741669e2308fc1b7849c6cea467d4a4','',NULL),(7542,'en','default','2de0cde3d4f7c41a74f39952dfd47c53','You are about to delete %s.',NULL,NULL,'','LINE',NULL,10,'','561dcb4033e66c90b80111cb744268f2','',NULL),(7543,'en','default','5c81416e5ec54afcce8585081aebfaa2','You are about to delete the following comment:',NULL,NULL,'','LINE',NULL,10,'','9774a607e28a78ded0ebe7bb2d32c603','',NULL),(7544,'en','default','dffbb3fce635732b0e6620dd590f61f9','You are about to delete this link \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,10,'','a7ed45b50d0811bbee71533027965055','',NULL),(7545,'en','default','ac4f38ab41fe32062fad243041ab44ad','You are about to delete this theme \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,10,'','b49de564fe6352d019b2c60f0bf6aaa3','',NULL),(7546,'en','default','0232103929f5d403f6c7958a3b807a8d','You are about to install WordPress %s <strong>in English (US).</strong> There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.',NULL,NULL,'','LINE',NULL,10,'','157295ad1a6686eb670ef26a04b03842','',NULL),(7547,'en','default','3b4ff5a4b188de3878909bd3a9b3cec8','You are about to mark the following comment as spam:',NULL,NULL,'','LINE',NULL,10,'','c16df9f52a96623f2edb6aac33a659b1','',NULL),(7548,'en','default','b24c6934170aa498626a6144d6515933','You are about to move the following comment to the Trash:',NULL,NULL,'','LINE',NULL,10,'','7eb50bef1f149a97a512a17b3860c94a','',NULL),(7549,'en','default','67ebe7a24df35d5ec7ed817c5842a194','You are about to remove the following plugin:',NULL,NULL,'','LINE',NULL,10,'','ea9e1c9dd74972fc87e537c0b8a75783','',NULL),(7550,'en','default','bbad7ae088e6c0da4561965a1c369358','You are about to remove the following plugins:',NULL,NULL,'','LINE',NULL,10,'','5c3fe5012767405bbfe2446333b20717','',NULL),(7551,'en','default','5ab431d8824be4d71624f62b15f66f08','You are accessing this website using HTTPS, but your <a href=\"%s\">WordPress Address</a> is not set up to use HTTPS by default.',NULL,NULL,'','LINE',NULL,10,'','1a411661e8892620fcdfba56aaf8ea3e','',NULL),(7552,'en','default','5e2e56330bcbe7fad88b2f4f103f7ddb','You are currently editing the page that shows your latest posts.',NULL,NULL,'','LINE',NULL,10,'','8e7076e0d8e43c940232b9e797f28ddf','',NULL),(7553,'en','default','265f2d2ee42bb9df7b5f392bbfe195f5','You are currently running the latest version of WordPress available, keep it up!',NULL,NULL,'','LINE',NULL,10,'','b48c7772fb2eef344f6768f9928af47f','',NULL),(7554,'en','default','6b5f201ca7c26def0ddc7c8f43ed6102','You are in recovery mode. This means there may be an error with a theme or plugin. To exit recovery mode, log out or use the Exit button. <a href=\"%s\">Exit Recovery Mode</a>',NULL,NULL,'','LINE',NULL,10,'','2703249baf58afeed0f224e6da692939','',NULL),(7555,'en','default','96cef5b3d6d082373acf8e547cf63ed4','You are now logged out everywhere else.',NULL,NULL,'','LINE',NULL,10,'','eaa09b45dbf6e5106e26f1575642c8a7','',NULL),(7556,'en','default','f6435aa05732baca22a6de8167d3bfd8','You are only logged in at this location.',NULL,NULL,'','LINE',NULL,10,'','6efa0e36e3fa8fa35878b98eefa724f7','',NULL),(7557,'en','default','008e5fbc752cd0058905e49a13f07213','You are using a %1$s drop-in which might mean that a %2$s database is not being used.',NULL,NULL,'','LINE',NULL,10,'','05200ade3af08ea95417481dcd41d26a','',NULL),(7558,'en','default','a2ffc66c941814a9d5b0bb75664a1438','You are using a development version (%1$s). Cool! Please <a href=\"%2$s\">stay updated</a>.',NULL,NULL,'','LINE',NULL,10,'','1611f33e667d8986d6e5af86e2632027','',NULL),(7559,'en','default','ead95faf097c050ce8272235ab6d14c4','You are using a development version of WordPress. These feature plugins are also under development. <a href=\"%s\">Learn more</a>.',NULL,NULL,'','LINE',NULL,10,'','c6341544fa2046eec14107fc5e0c2991','',NULL),(7560,'en','default','cd695c6558c271b3503ba79fa724359b','You are using a development version of WordPress. You can update to the latest nightly build automatically:',NULL,NULL,'','LINE',NULL,10,'','2da8caa967c5d80d5b3f918eb28683a1','',NULL),(7561,'en','default','0f823bed6cba9b8049dc4eecf9eee287','You are using an insecure browser!',NULL,NULL,'','LINE',NULL,10,'','23213d53b58d52a73b5c6b791e0751da','',NULL),(7562,'en','default','ffa32f3198455426db78715a26184f3d','You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href=\"#\">Switch to the multi-file uploader</a>.',NULL,NULL,'','LINE',NULL,10,'','3762a3858f871b91761c7c17e352fc8d','',NULL),(7563,'en','default','185a58071513be42df712fa7aa59c054','You are using the multi-file uploader. Problems? Try the <a href=\"%1$s\" target=\"%2$s\">browser uploader</a> instead.',NULL,NULL,'','LINE',NULL,10,'','acee86659ffcf9ad8390cef00f6496bb','',NULL),(7564,'en','default','313fdf221f4a041ed3d772112928e653','You attempted to access the \"%1$s\" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the \"%1$s\" dashboard, please contact your network administrator.',NULL,NULL,'','LINE',NULL,10,'','020de39e8d89520db671b4fe148e7915','',NULL),(7565,'en','default','7f735a3de4fa14b113264f459aa23a72','You attempted to edit an attachment that doesn’t exist. Perhaps it was deleted?',NULL,NULL,'','LINE',NULL,10,'','08496ed3c471ff8f386f2bfad6e83a98','',NULL),(7566,'en','default','30ea891c72c225103705a6d5327fb6da','You attempted to edit an item that doesn’t exist. Perhaps it was deleted?',NULL,NULL,'','LINE',NULL,10,'','258ba72a61465a83c608f7bbcb04e28f','',NULL),(7567,'en','default','63e10978f6765868b1d450b854d82fc7','You attempted to edit an item that isn’t an attachment. Please go back and try again.',NULL,NULL,'','LINE',NULL,10,'','900cefb2779b90dfcb085ea912988321','',NULL),(7568,'en','default','1597e47943552acb2159f24763d2183b','You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.',NULL,NULL,'','LINE',NULL,10,'','eb4979e5ab1b2ae278daadd1702a0603','',NULL),(7569,'en','default','a028caf874f7a36b4d04977846a44352','You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your %s directory.',NULL,NULL,'','LINE',NULL,10,'','333d26c9fe96a9e26648cc1908869146','',NULL),(7570,'en','default','5d8dccaf5152dadcf683142ff8e39d85','You can add links here to be displayed on your site, usually using <a href=\"%s\">Widgets</a>. By default, links to several sites in the WordPress community are included as examples.',NULL,NULL,'','LINE',NULL,10,'','b76bb7ad7b1732e2160f2f83dbe88287','',NULL),(7571,'en','default','68219ec1373a07050daabcab0c978815','You can add or edit links on this screen by entering information in each of the boxes. Only the link’s web address and name (the text you want to display on your site as the link) are required fields.',NULL,NULL,'','LINE',NULL,10,'','6912f31d5f004663b4c8e4ad15c73082','',NULL),(7572,'en','default','b816582da0fe96d33555b82e7cf35504','You can also browse a user’s favorite plugins, by using the Favorites link above the plugins list and entering their WordPress.org username.',NULL,NULL,'','LINE',NULL,10,'','96e13d80dd4d210f6e818be399382890','',NULL),(7573,'en','default','4f2592dccb64c180a81e4a042fe70670','You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.',NULL,NULL,'','LINE',NULL,10,'','b7e503868ca5ca70400ee20723cb8c47','',NULL),(7574,'en','default','6b872e2b359ab19726c69cfc6662980b','You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary.',NULL,NULL,'','LINE',NULL,10,'','ac7ebf12f6abef2a950abe5280a54102','',NULL),(7575,'en','default','464b4a78bca01186db0bc144f178c5f1','You can also create posts with the <a href=\"%s\">Press This bookmarklet</a>.',NULL,NULL,'','LINE',NULL,10,'','d0528ae0c11e8490f10c23327b15cafe','',NULL),(7576,'en','default','972d412b5c2482e96d24171ef27553c5','You can also delete individual items and access the extended edit screen from the details dialog.',NULL,NULL,'','LINE',NULL,10,'','2e77a6c303195f810df4934f2989f298','',NULL),(7577,'en','default','c83a2faddec053e93996bea49df84dd8','You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.',NULL,NULL,'','LINE',NULL,10,'','95e6f8b591af95b7e141df1318db45fb','',NULL),(7578,'en','default','5860a8fa3ef1ea4cf6657c47ed83e90c','You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href=\"https://codex.wordpress.org/Embeds\">learn more about embeds</a>.',NULL,NULL,'','LINE',NULL,10,'','c214466f990742e589dfd33015c4c203','',NULL),(7579,'en','default','001ae354418426ceb96e7d035ad9de3c','You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.',NULL,NULL,'','LINE',NULL,10,'','8c34b8c1eaba94f7289ab3289a5399fe','',NULL),(7580,'en','default','653290ee830033b040967d621084cb0f','You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once.',NULL,NULL,'','LINE',NULL,10,'','de3f01588a23e6930c757cb640155dfa','',NULL),(7581,'en','default','ff2945d6f4371f51df1c739ba60f27ae','You can assign keywords to your posts using <strong>tags</strong>. Unlike categories, tags have no hierarchy, meaning there’s no relationship from one tag to another.',NULL,NULL,'','LINE',NULL,10,'','df93416910d6e5d402da0166617b2ee4','',NULL),(7582,'en','default','72caeed1ff140d706e86977a0bf7d12c','You can assign theme locations to individual menus by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme locations at once, <strong>visit the Manage Locations tab</strong> at the top of the screen.',NULL,NULL,'','LINE',NULL,10,'','9362d167fdacec13de259ffccbd99596','',NULL),(7583,'en','default','ceb79a4cdaccc9c24ea22489ba03429f','You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.',NULL,NULL,'','LINE',NULL,10,'','59cf444b48715208ad794a188fdb27a3','',NULL),(7584,'en','default','aa6b50ebfd26013f727b5bddd1a0020a','You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.',NULL,NULL,'','LINE',NULL,10,'','b9b4d0532a778cafb41ef6adf422c685','',NULL),(7585,'en','default','3a94690f89aea910c66bdb3b6fff1fc0','You can choose from the theme’s default header images, or use one of your own. You can also customize how your Site Title and Tagline are displayed.',NULL,NULL,'','LINE',NULL,10,'','a9f5169f4cc9dff9335f02dc21036a92','',NULL),(7586,'en','default','60a664b6a8f309a460918c0a26f8a6c1','You can choose one of your previously uploaded headers, or show a random one.',NULL,NULL,'','LINE',NULL,10,'','d47efcdc40344fa4bb4ed32631d75492','',NULL),(7587,'en','default','f84196c911ec5a65c48ccee53f33c850','You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two <a href=\"%s\">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.',NULL,NULL,'','LINE',NULL,10,'','649280ffbec104f0b86be27e09164287','',NULL),(7588,'en','default','0754b49868a7a0ac641085882e136d75','You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to “Discourage search engines from indexing this site” and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.',NULL,NULL,'','LINE',NULL,10,'','1051f547d613d166e58ee2267ea6046e','',NULL),(7589,'en','default','4e171722a615bf0a18d4a10f47f71464','You can create groups of links by using Link Categories. Link Category names must be unique and Link Categories are separate from the categories you use for posts.',NULL,NULL,'','LINE',NULL,10,'','4b54c6d68320d2f035fccf562e2bab97','',NULL),(7590,'en','default','b37e44bc690a283009213e84f746d497','You can create the %s file manually and paste the following text into it.',NULL,NULL,'','LINE',NULL,10,'','76f4b68a6e9d1fcc894f1beae939aebe','',NULL),(7591,'en','default','3f1914dd8eecd9de86a33cddc8389cbb','You can customize the display of this screen in a number of ways:',NULL,NULL,'','LINE',NULL,10,'','75b6f3ea46162ff1ee094bb0533bebb6','',NULL),(7592,'en','default','d6ea257fc3b6e7e133f43b11581d331a','You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.',NULL,NULL,'','LINE',NULL,10,'','e7d15f9c59ea3e6ee7f40b3c1e031594','',NULL),(7593,'en','default','8ac8e55c35195400fff6756b49835523','You can customize the display of this screen’s contents in a number of ways:',NULL,NULL,'','LINE',NULL,10,'','7ed2cb9c4a7f52993516725cd5168e1c','',NULL),(7594,'en','default','ea5fcb3e59f97c7e70111b588d78d687','You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color.',NULL,NULL,'','LINE',NULL,10,'','b39450760894637b67668aae44c27c96','',NULL),(7595,'en','default','5aaf5b7354c090ad1a53700fdd8fe022','You can delete Link Categories in the Bulk Action pull-down, but that action does not delete the links within the category. Instead, it moves them to the default Link Category.',NULL,NULL,'','LINE',NULL,10,'','b8541d8f687d12a898125b597c36ca87','',NULL),(7596,'en','default','319980b189e432ee59526496b2fc7bd7','You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.',NULL,NULL,'','LINE',NULL,10,'','84a98079b9b86c1c74f975e3e854fa1b','',NULL),(7597,'en','default','29a977dfe4c91dbbb1970d8a38a81a2a','You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.',NULL,NULL,'','LINE',NULL,10,'','995b8ae48206399e7a9530a8154fbbd3','',NULL),(7598,'en','default','d5fb0f5d059e20b79f51ba2cb67696b2','You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options.',NULL,NULL,'','LINE',NULL,10,'','dda7292d6cc6432d85981a7dcd8632bc','',NULL),(7599,'en','default','439e85bf8c00d0e5d97a3f08a503f1ce','You can export a file of your site’s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to limit the export by category, author, date range by month, or publishing status.',NULL,NULL,'','LINE',NULL,10,'','9588f209116dc30d63fdf43bb35e6897','',NULL),(7600,'en','default','893b004b3b255507cc8437e21994eadb','You can filter the list of posts by post status using the text links above the posts list to only show posts with that status. The default view is to show all posts.',NULL,NULL,'','LINE',NULL,10,'','014d2d802fc8f834f23987d4b037d30a','',NULL),(7601,'en','default','336a3ba49f4fd88e0d9f10b69511d0df','You can filter the list of users by User Role using the text links above the users list to show All, Administrator, Editor, Author, Contributor, or Subscriber. The default view is to show all users. Unused User Roles are not listed.',NULL,NULL,'','LINE',NULL,10,'','8653fbcfa867f1c95e2d3b856e2d8b47','',NULL),(7602,'en','default','415205a59aff75e660caf73215b1dce4','You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href=\"%s\">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.',NULL,NULL,'','LINE',NULL,10,'','b7b2dd7c837caf0e94c8104888321a73','',NULL),(7603,'en','default','9bea0c271327cb079a65941caacb3afe','You can find more details and make changes on the Plugins screen.',NULL,NULL,'','LINE',NULL,10,'','88b1e38993f80c274b187598124e1da5','',NULL),(7604,'en','default','a5e9fa049e365383e4a4f856f9fbd851','You can find more details and make changes on the Themes screen.',NULL,NULL,'','LINE',NULL,10,'','a35fdb54fab1ac4df384daff45d7789a','',NULL),(7605,'en','default','2a4f1cc2e99d292a9132ee9cfb9c3b26','You can find new plugins to install by searching or browsing the directory right here in your own Plugins section.',NULL,NULL,'','LINE',NULL,10,'','f21a09c0e4a3b3eee841ef6b410151fa','',NULL),(7606,'en','default','d6e863468c3551518fa205b1060b3cf3','You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.',NULL,NULL,'','LINE',NULL,10,'','767d49624cffb7efeb180fe4bdd5e07a','',NULL),(7607,'en','default','67e7c46d3d5c2108c0e99ceea6441dee','You can hide/display columns based on your needs and decide how many users to list per screen using the Screen Options tab.',NULL,NULL,'','LINE',NULL,10,'','48e4f7cb4f7122f5b317b5c99b0da496','',NULL),(7608,'en','default','e23f79b11a13bd88eec85dc6d423b328','You can insert media files by clicking the button above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode.',NULL,NULL,'','LINE',NULL,10,'','6786b278bc73962aa64b8519de21a4c8','',NULL),(7609,'en','default','b9ee24b2ed698a7774a132f859a7440b','You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.',NULL,NULL,'','LINE',NULL,10,'','1b241a88804ad03a64423db084510037','',NULL),(7610,'en','default','74ec803b504414d42126006142f54490','You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.',NULL,NULL,'','LINE',NULL,10,'','054e0c1e1a79152711e5105dee4b047f','',NULL),(7611,'en','default','82169939daa05d25d68df1a2d649d306','You can narrow the list by file type/status or by date using the dropdown menus above the media table.',NULL,NULL,'','LINE',NULL,10,'','db58d14d2240eb7c402d9fbd316f6e77','',NULL),(7612,'en','default','ae310675793fc7bfa950b8760f79a4f1','You can now manage and live-preview Custom Backgrounds in the <a href=\"%1$s\">Customizer</a>.',NULL,NULL,'','LINE',NULL,10,'','7cb915125bad49f15eac14767efbd6ce','',NULL),(7613,'en','default','5c71e77cf2c930baea8c287753a229c2','You can now manage and live-preview Custom Header in the <a href=\"%1$s\">Customizer</a>.',NULL,NULL,'','LINE',NULL,10,'','a7882a3b8d2131be6d89949cc08d58da','',NULL),(7614,'en','default','82deca0fb59319be08a217a38bcd7d23','You can proportionally scale the original image. For best results, scaling should be done before you crop, flip, or rotate. Images can only be scaled down, not up.',NULL,NULL,'','LINE',NULL,10,'','f8773edde68d4c1d2cea0cef4a3554d0','',NULL),(7615,'en','default','a4e5684835acb802ee3194c309c7ed1a','You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list.',NULL,NULL,'','LINE',NULL,10,'','392e9b74ecaedf4daa058dcc790516c4','',NULL),(7616,'en','default','3466e4fdb669b751b77cbac98d3b8a72','You can select an image to be shown at the top of your site by uploading from your computer or choosing from your media library. After selecting an image you will be able to crop it.',NULL,NULL,'','LINE',NULL,10,'','970337f1d4150e8b177c927ebf99c80b','',NULL),(7617,'en','default','ecf5914ee8ec7cfa4e0744d83a3cfb09','You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.',NULL,NULL,'','LINE',NULL,10,'','fd5735268d8e29b5fb70169e194cfcba','',NULL),(7618,'en','default','bc6ead191133be47290a0774386abc1e','You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. Alternatively, you can use an image that has already been uploaded to your Media Library by clicking the “Choose Image” button.',NULL,NULL,'','LINE',NULL,10,'','811547aebb06fa74b5ec521c1f410710','',NULL),(7619,'en','default','ca07cec969f8aa527834073e21e414b6','You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.',NULL,NULL,'','LINE',NULL,10,'','a6516e825fa24e1b092cc7b8c1eabd17','',NULL),(7620,'en','default','8f52d6a439157f46ebbd2782a6ce2a22','You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).',NULL,NULL,'','LINE',NULL,10,'','308e8d0b6f06c46087b020dda71cb159','',NULL),(7621,'en','default','0587e968316b6f9279f46763cd67c781','You can still use your site but any subdomain you create may not be accessible. If you know your DNS is correct, ignore this message.',NULL,NULL,'','LINE',NULL,10,'','91538971a3045305eef53a3d987e6a97','',NULL),(7622,'en','default','562a2da5ecf13083d751ce8dd9905d10','You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.',NULL,NULL,'','LINE',NULL,10,'','f86ab1682d11f3bf7e8923776b1c375c','',NULL),(7623,'en','default','c4f20f0e32af4afdc8e6bbe7062295c9','You can update to <a href=\"%1$s\">WordPress %2$s</a> automatically:',NULL,NULL,'','LINE',NULL,10,'','30d3262cba2879a53c76230e87038d66','',NULL),(7624,'en','default','e4d5552eac3895bbac77d104bb1ac888','You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the “Create a new gallery” button.',NULL,NULL,'','LINE',NULL,10,'','63c19f99a08798af50e2a88aa8044305','',NULL),(7625,'en','default','09df6ae117e587dd779421384cd15bff','You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:',NULL,NULL,'','LINE',NULL,10,'','5f22753ed743a0fce788ebbb26a44f91','',NULL),(7626,'en','default','4d26943fa96797a4136ef47c5084b772','You can use categories to define sections of your site and group related posts. The default category is “Uncategorized” until you change it in your <a href=\"%s\">writing settings</a>.',NULL,NULL,'','LINE',NULL,10,'','58e0f4bd0db3f201181a24e22518af6b','',NULL),(7627,'en','default','c5466e9372fdad7ba27494dd68c9fcb2','You can use one of these cool headers or show a random one on each page.',NULL,NULL,'','LINE',NULL,10,'','8f8ebb3ba270539ec6f49120ea9c16cc','',NULL),(7628,'en','default','5d3cfb1969cd32ce072f4a154329dbf9','You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.',NULL,NULL,'','LINE',NULL,10,'','96659bd2478b2ec608973ec63c74de4c','',NULL),(7629,'en','default','91e911ce8d0050d8cfc24f01a37232d9','You can use the plugin editor to make changes to any of your plugins’ individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.',NULL,NULL,'','LINE',NULL,10,'','138273fc820ff94e59e90d66890748d8','',NULL),(7630,'en','default','c022344f4cfbf11db6fc8251b206111b','You can use the theme editor to edit the individual CSS and PHP files which make up your theme.',NULL,NULL,'','LINE',NULL,10,'','23313b179ca748203fd313e32484a7ad','',NULL),(7631,'en','default','809cd0ac3a99a17e88b7af070dcb1d97','You can view all posts made by a user by clicking on the number under the Posts column.',NULL,NULL,'','LINE',NULL,10,'','057d0d295c4e9c03bbba615601760927','',NULL),(7632,'en','default','69bf2bc0a778d2be3e4a04bc44a4f549','You can view posts in a simple title list or with an excerpt using the Screen Options tab.',NULL,NULL,'','LINE',NULL,10,'','186aa98f7201ceb39e7ebc98f6e8a5ae','',NULL),(7633,'en','default','536f7f35770e99a3c83984d589a7e2c1','You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.',NULL,NULL,'','LINE',NULL,10,'','2ddc8f8aa19c7d488c4cf1ec77e75812','',NULL),(7634,'en','default','0ba7d2aceb1e3523389309177b68f301','You can’t delete the current user.',NULL,NULL,'','LINE',NULL,10,'','e6666e309ecbdfe0130e85f382aead42','',NULL),(7635,'en','default','8f202ef980323b961b4772629bedd1e1','You can’t edit this attachment because it is in the Trash. Please move it out of the Trash and try again.',NULL,NULL,'','LINE',NULL,10,'','cfc058edbc65f0e4e05713f17e853065','',NULL),(7636,'en','default','2e55a67bc4775ccbeb957f8ac48542d6','You can’t edit this item because it is in the Trash. Please restore it and try again.',NULL,NULL,'','LINE',NULL,10,'','2fd0c2ec1e5e32349b9c52297dcaaafc','',NULL),(7637,'en','default','1ed040d2bd69736871c3b386dc066d07','You can’t remove users.',NULL,NULL,'','LINE',NULL,10,'','9a340ce96923e19e7186b326b75bb879','',NULL),(7638,'en','default','42760c290b5dd70549bd26bd19df254b','You can\'t remove the current user.',NULL,NULL,'','LINE',NULL,10,'','865abc726875f0e6044ef01e8bfd28ad','',NULL),(7639,'en','default','3f334c7e52a82632c6c079af0e2fd865','You cannot delete a plugin while it is active on the main site.',NULL,NULL,'','LINE',NULL,10,'','17cd18c5c77c3a46acddf5f4a8396581','',NULL),(7640,'en','default','a59e9803ef8f9c934b599c7bc82ebb85','You cannot delete a theme while it has an active child theme.',NULL,NULL,'','LINE',NULL,10,'','a9819b45ff4f1ccced946d75a412f263','',NULL),(7641,'en','default','2240885a440abf5c6f17324c80d66df6','You cannot install because <a href=\"%1$s\">WordPress %2$s</a> requires MySQL version %3$s or higher. You are running version %4$s.',NULL,NULL,'','LINE',NULL,10,'','5e2de1111c9ce2342428af5919414d45','',NULL),(7642,'en','default','a8b52d3d12ef2533d3d08c3ee05b4914','You cannot install because <a href=\"%1$s\">WordPress %2$s</a> requires PHP version %3$s or higher and MySQL version %4$s or higher. You are running PHP version %5$s and MySQL version %6$s.',NULL,NULL,'','LINE',NULL,10,'','c4ac4755f506fc0efbe1a116c7709272','',NULL),(7643,'en','default','635f28c4bfb78d8768801d5e9b34bfac','You cannot install because <a href=\"%1$s\">WordPress %2$s</a> requires PHP version %3$s or higher. You are running version %4$s.',NULL,NULL,'','LINE',NULL,10,'','83496ed4c4aaa7b00906403a6b2ed135','',NULL),(7644,'en','default','89511b0ab3c0336f7966eb386c55310e','You cannot move this item to the Trash. %s is currently editing.',NULL,NULL,'','LINE',NULL,10,'','c6115809e477528aa86010d11ad152f0','',NULL),(7645,'en','default','bc1ff86eddbbfd948b12502d0be5f1bb','You cannot update because <a href=\"%1$s\">WordPress %2$s</a> requires MySQL version %3$s or higher. You are running version %4$s.',NULL,NULL,'','LINE',NULL,10,'','9a94d1711c83eb7e6ece646855410433','',NULL),(7646,'en','default','fe8b24fc9c95a5d9ac053197ed29a5bb','You cannot update because <a href=\"%1$s\">WordPress %2$s</a> requires PHP version %3$s or higher and MySQL version %4$s or higher. You are running PHP version %5$s and MySQL version %6$s.',NULL,NULL,'','LINE',NULL,10,'','50d34ce471f1a4715e52ac206d135ae2','',NULL),(7647,'en','default','a6b8706db92fd35a5ce5921e06383892','You cannot update because <a href=\"%1$s\">WordPress %2$s</a> requires PHP version %3$s or higher. You are running version %4$s.',NULL,NULL,'','LINE',NULL,10,'','53b999ee8b581b03b596c0c3500f8423','',NULL),(7648,'en','default','576012198a972289caa42a9d0335efa1','You deactivated this plugin on %s and may no longer need this policy.',NULL,NULL,'','LINE',NULL,10,'','1bc78d9c248ef6f20b7962cbf890eb4d','',NULL),(7649,'en','default','a34c26b14e4cc0bbbc7539acf0fd8c13','You did not enter a category name.',NULL,NULL,'','LINE',NULL,10,'','bf8173990f84489006dd9def7d3eaa40','',NULL),(7650,'en','default','e15fb7addf8eb9749136275482f556bf','You have %1$s and %2$s.',NULL,NULL,'','LINE',NULL,10,'','b2418cd4bfe76e0ffedcf84970b8d4d7','',NULL),(7651,'en','default','231c8ae8e02bd4937e66b0fa0b9588ad','You have chosen to delete the following users from all networks and sites.',NULL,NULL,'','LINE',NULL,10,'','743cf80abb6d03cae3640471aabe3491','',NULL),(7652,'en','default','50ba57aa7975ab51d7c025e4b23bb478','You have chosen to delete the user from all networks and sites.',NULL,NULL,'','LINE',NULL,10,'','4f76bb390c3e3e0eee0c6ad4b850feac','',NULL),(7653,'en','default','c62f4650863190251339f9c26a723840','You have plugins waiting to be updated',NULL,NULL,'','LINE',NULL,10,'','75a693228f5c91f21e7be3f6f063af9f','',NULL),(7654,'en','default','3ffd956536e1922c7f5fdb831039af4d','You have specified these users for deletion:',NULL,NULL,'','LINE',NULL,10,'','6655504129856a6b11475fc5bcd5fddb','',NULL),(7655,'en','default','dcf56f1f987777a64b0797a6280c7630','You have specified these users for removal:',NULL,NULL,'','LINE',NULL,10,'','1db9520cb37b952cfab013eafa7de642','',NULL),(7656,'en','default','d45015d783e12de12c64715139082a95','You have specified this user for deletion:',NULL,NULL,'','LINE',NULL,10,'','1a2452c1c335bc83f1fe02980cc3c685','',NULL),(7657,'en','default','cecaf3df13302d167b563c6f2c980397','You have specified this user for removal:',NULL,NULL,'','LINE',NULL,10,'','8d377aebf8e8feeef80e9b285767ba0d','',NULL),(7658,'en','default','5e1d755e43145fcf50b50f74de799f9d','You have the latest version of WordPress.',NULL,NULL,'','LINE',NULL,10,'','ff2d031a36ae6ec0c3e8a4fe8fffee07','',NULL),(7659,'en','default','8da867ed2d60f83f0a853175b9e845cc','You have themes waiting to be updated',NULL,NULL,'','LINE',NULL,10,'','f114073ef9f46e084dde065406337aae','',NULL),(7660,'en','default','910de734a93033bfae5c872ab94014de','You have version %1$s installed. Update to %2$s.',NULL,NULL,'','LINE',NULL,10,'','0a67da94779d8b09e9a300e81f18970e','',NULL),(7661,'en','default','9afc94ea9920155044857e2a6f58559a','You may also browse based on the most popular tags in the Plugin Directory:',NULL,NULL,'','LINE',NULL,10,'','b266bcecfb6fce486a0191acd42470dc','',NULL),(7662,'en','default','b9209ebd71e334a6b5c114b956bd04ba','You must be a member of at least one site to use this page.',NULL,NULL,'','LINE',NULL,10,'','138a858bcaed698543f788e5f8bd74d4','',NULL),(7663,'en','default','84760e95a02e1b21fd067dcf8d357fdc','You must click the Save Changes button at the bottom of the screen for new settings to take effect.',NULL,NULL,'','LINE',NULL,10,'','40de51e1c0d646fdf0d7d9f4efaa3ea7','',NULL),(7664,'en','default','8c2bf6c76b2e996aee15001305864362','You must provide a domain name.',NULL,NULL,'','LINE',NULL,10,'','1322fae1121e7cb69cf04cd8b740e787','',NULL),(7665,'en','default','e8730e81bbcd3c1a192571908f8ccbd0','You must provide a name for your network of sites.',NULL,NULL,'','LINE',NULL,10,'','38318c699d2ad2c069b095ab3c904a84','',NULL),(7666,'en','default','5d91af26a811fea9f83a2c345f142333','You must provide a valid email address.',NULL,NULL,'','LINE',NULL,10,'','daccce93d18aa9636599502c2635414c','',NULL),(7667,'en','default','d21ee1e755e1f20f741241633e4c2c94','You must provide an email address.',NULL,NULL,'','LINE',NULL,10,'','cee4081dcafb607585d9b25919ba4e82','',NULL),(7668,'en','default','7c2217673b6d04c1a90bf975b9819f61','You need JavaScript to choose a part of the image.',NULL,NULL,'','LINE',NULL,10,'','b2a19886e07bbcedf751944a51ba2c01','',NULL),(7669,'en','default','4d24d578a5927f1b57cca938c9634429','You need to make this file writable before you can save your changes. See <a href=\"https://codex.wordpress.org/Changing_File_Permissions\">the Codex</a> for more information.',NULL,NULL,'','LINE',NULL,10,'','23f5f43ef597a9ca39b41090de27cbcf','',NULL),(7670,'en','default','beaf0116620161dfd235826de23b0914','You only have one theme enabled for this site right now. Visit the Network Admin to <a href=\"%1$s\">enable</a> more themes.',NULL,NULL,'','LINE',NULL,10,'','bec1eb11fa82b83008bddf617573b1fa','',NULL),(7671,'en','default','6188c977a07d60341263e3468f63fc53','You only have one theme enabled for this site right now. Visit the Network Admin to <a href=\"%1$s\">enable</a> or <a href=\"%2$s\">install</a> more themes.',NULL,NULL,'','LINE',NULL,10,'','074021ed5d224492b983c728b5a36337','',NULL),(7672,'en','default','4fead004d501ab5fe7fdf10f1ce81066','You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress Theme Directory at any time: just click on the <a href=\"%s\">Install Themes</a> tab above.',NULL,NULL,'','LINE',NULL,10,'','650eb45a7cbc5f876ba3d67795cae07a','',NULL),(7673,'en','default','2b0bb6f25d9c926d8717eae9d9a94454','You should also note any collection and retention of sensitive personal data, such as data concerning health.',NULL,NULL,'','LINE',NULL,10,'','cf565abf2a4b72a4ba7401b2f229d7b4','',NULL),(7674,'en','default','e48d877ffe90d1093eff68a0bca8fede','You should be able to get this info from your web host, if %s doesn’t work.',NULL,NULL,'','LINE',NULL,10,'','3e79998aef2fa2408a3b32f68d5a471a','',NULL),(7675,'en','default','1ccfc8f045c5792b05d1ee53e7d5e4dc','You should remove inactive plugins',NULL,NULL,'','LINE',NULL,10,'','0eb8188a9b37f310e17a127056bc6857','',NULL),(7676,'en','default','a685178c6924d99115f675b2e278f23c','You should remove inactive themes',NULL,NULL,'','LINE',NULL,10,'','1f63703e0fcbd052e712dd85e679e271','',NULL),(7677,'en','default','fad179aacb874bd889126c37df44e895','You should update your .htaccess now.',NULL,NULL,'','LINE',NULL,10,'','e8ae3b21778fe2f1c8d2ff97bf0889b2','',NULL),(7678,'en','default','48fbf894b3e1885d1c6963dae6a3d55f','You should update your web.config now.',NULL,NULL,'','LINE',NULL,10,'','da6a7effe9093f45eeff46ca5e7f0bf2','',NULL),(7679,'en','default','b24f00f7649c8e0f0568505c10235836','You will need this password to log in. Please store it in a secure location.',NULL,NULL,'','LINE',NULL,10,'','e2ccc4453eb6ac3de50cd5638ad31b64','',NULL),(7680,'en','default','3e3bfeb71011d2cbaeb8cca3e9d10f23','You would have received an email because of this.',NULL,NULL,'','LINE',NULL,10,'','3f7127e88bf2922ac6d772deac3b7304','',NULL),(7681,'en','default','f76e4db80f55377f59e2e227d9f211a2','You’re using the auto-generated password for your account. Would you like to change it?',NULL,NULL,'','LINE',NULL,10,'','f8210fb068ffb7b92bbe0b15d095ba2f','',NULL),(7682,'en','default','0c63e7e2d28f2137f79b53d9cc65ea54','Your %s file has an empty database table prefix, which is not supported.',NULL,NULL,'','LINE',NULL,10,'','e9ec4831d437519e621dd2a69a281391','',NULL),(7683,'en','default','a270e0522d21711b5d1463381ddce44f','Your .htaccess file contains only core WordPress features.',NULL,NULL,'','LINE',NULL,10,'','c953926421efa142e49ee1f8aa7889c2','',NULL),(7684,'en','default','01557660faa28f8ec65992d1ddbb7b79','Your Email',NULL,NULL,'','LINE',NULL,10,'','a72fe42c73e31477373195c02b0c59f9','',NULL),(7685,'en','default','8151127e1fd82867fee22293fefe59b9','Your MariaDB version supports utf8mb4.',NULL,NULL,'','LINE',NULL,10,'','077fd45ff74d641b1c246e7944f13629','',NULL),(7686,'en','default','f8b767b9a12ab2c5ccce8eb4bf27c9f7','Your MySQL version supports utf8mb4.',NULL,NULL,'','LINE',NULL,10,'','d5c4f49b5cb28a5e1452f28b22f4404f','',NULL),(7687,'en','default','8f0af66fe8ea7580813cbf4b14b852bd','Your PHP code changes were rolled back due to an error on line %1$s of file %2$s. Please fix and try saving again.',NULL,NULL,'','LINE',NULL,10,'','fecacb337d6c132227ad06edaf45ed2c','',NULL),(7688,'en','default','5b2beddba5aaa0135fa75e6124a2a22e','Your PHP version requires an update',NULL,NULL,'','LINE',NULL,10,'','b43e15186c0a34788f81f8e575d43550','',NULL),(7689,'en','default','ffe3a1a09f22a5aead54e30feff24791','Your PHP version should be updated',NULL,NULL,'','LINE',NULL,10,'','cedd422d28fe94d5bee482ace43dd314','',NULL),(7690,'en','default','515767c04d6aa9c26c6e252bce1167f7','Your Profile',NULL,NULL,'','LINE',NULL,10,'','c3ba67878fa56d7917ca47ca96fa8b58','',NULL),(7691,'en','default','7b8c63f0e95a762f6e08c848d11849b2','Your Recent Drafts',NULL,NULL,'','LINE',NULL,10,'','d373f8f59463b4fa142b9b51d43b5b98','',NULL),(7692,'en','default','05b9a4b421515d5a564d34cec879975c','Your Sites',NULL,NULL,'','LINE',NULL,10,'','4e07d2593b55fa94e602c79cf68d5be9','',NULL),(7693,'en','default','34bb8e151242977296954655e98b352b','Your WordPress database has been successfully updated!',NULL,NULL,'','LINE',NULL,10,'','974681c04457d1631a934752d2e3245f','',NULL),(7694,'en','default','36acd09b3c6f70fbfbb4460f355d162e','Your WordPress database is already up-to-date!',NULL,NULL,'','LINE',NULL,10,'','c95ef1a341933ba821cb3339b1ed0653','',NULL),(7695,'en','default','8a04555f3b357db363909427a4f225df','Your WordPress version is up to date (%s)',NULL,NULL,'','LINE',NULL,10,'','01790e19c58686afb7adb3504542a880','',NULL),(7696,'en','default','992e91b308cb7214b2f5c69854a64567','Your WordPress.org username:',NULL,NULL,'','LINE',NULL,10,'','b765becf711d7b7c7fa57ab7d5aeebd9','',NULL),(7697,'en','default','4c0e103d5e8f59005ce2f1a16909dbc1','Your browser is out of date!',NULL,NULL,'','LINE',NULL,10,'','a4a5b3d301df354af36884f771c9cb56','',NULL),(7698,'en','default','de2f2152e3c18bb16c83e8f0d3e865cd','Your chosen password.',NULL,NULL,'','LINE',NULL,10,'','6f5b86d8631b8a4aadb1f7ddd1ff20e6','',NULL),(7699,'en','default','06dbd0c1d81b8281a3bc9c21d59725c7','Your contact information',NULL,NULL,'','LINE',NULL,10,'','61f93c346edab7f02fa9c3dd24b19a36','',NULL),(7700,'en','default','cce8bae674e077848475ea6333ace3f5','Your database password.',NULL,NULL,'','LINE',NULL,10,'','21ea2aa5baed4063459d8b50720b4c6b','',NULL),(7701,'en','default','3edaf379499bb15ae57802d91e11ee94','Your database username.',NULL,NULL,'','LINE',NULL,10,'','d29a8925e48305297c5a18ef708938b2','',NULL),(7702,'en','default','9d112bc73276149da18526f4577db638','Your hosting company, support forum volunteers, or a friendly developer may be able to use this information to help you:',NULL,NULL,'','LINE',NULL,10,'','2330df361a46db1563f4f8a0cc56e1f1','',NULL),(7703,'en','default','976309b9ee1dc3c25732c8455c531aba','Your installation of WordPress doesn\'t require FTP credentials to perform updates.',NULL,NULL,'','LINE',NULL,10,'','266f96bb189de65799ce69beda3e1dc1','',NULL),(7704,'en','default','c20c80c2447e06e5193b0becae0660f3','Your installation of WordPress prompts for FTP credentials to perform updates.',NULL,NULL,'','LINE',NULL,10,'','dc0c315f99290ff0cd8fa0d2e2735df0','',NULL),(7705,'en','default','0fa2f13eaaa15e60ff07b47888efddec','Your latest changes were saved as a revision.',NULL,NULL,'','LINE',NULL,10,'','4f34317737b9e25c21e2a171500bf6d8','',NULL),(7706,'en','default','9de835f97b951884b110ff6ed0933985','Your new WordPress site has been successfully set up at:\\n\\n%1$s\\n\\nYou can log in to the administrator account with the following information:\\n\\nUsername: %2$s\\nPassword: %3$s\\nLog in here: %4$s\\n\\nWe hope you enjoy your new site. Thanks!\\n\\n--The WordPress Team\\nhttps://wordpress.org/\\n',NULL,NULL,'','LINE',NULL,10,'','e8840208f99645521cb2eee0ddbbfb74','',NULL),(7707,'en','default','c95c8b6611dfc17615a50ad823040c91','Your passwords do not match. Please try again.',NULL,NULL,'','LINE',NULL,10,'','b57757646e62bbe3693edf27f497ed9a','',NULL),(7708,'en','default','800cbaf10b9db742e47f0c83e90c6ed2','Your plugins are all up to date.',NULL,NULL,'','LINE',NULL,10,'','3227bd36517c86e923aa62f4cb22e90e','',NULL),(7709,'en','default','66794f0e88fea6f74b1bd42749a02573','Your plugins are up to date',NULL,NULL,'','LINE',NULL,10,'','e1c7fe9fd7738bf55f1ed5c01d33d5e2','',NULL),(7710,'en','default','bc49a7bd37360447641feb4fc7e23c3b','Your profile contains information about you (your “account”) as well as some personal options related to using WordPress.',NULL,NULL,'','LINE',NULL,10,'','c37c18aa47a453841fda46b1d4f948ae','',NULL),(7711,'en','default','b39e163077ba88852ef5fcf7422a6b7f','Your scheduled changes just published',NULL,NULL,'','LINE',NULL,10,'','810bbc748d100a22a79f92abfb5de2a3','',NULL),(7712,'en','default','00877a072173443c9f0133bebd5a685d','Your site at %1$s experienced a critical failure while trying to update WordPress to version %2$s.',NULL,NULL,'','LINE',NULL,10,'','fa684137ab18640df3e8e53121a4050f','',NULL),(7713,'en','default','1b1a463417ff30d5bd9ae8689df8eb68','Your site at %1$s experienced a critical failure while trying to update to the latest version of WordPress, %2$s.',NULL,NULL,'','LINE',NULL,10,'','af828949d276d1e0ee6a91d07c749032','',NULL),(7714,'en','default','e67d02f365297ecac6c32b7362e399d6','Your site can communicate securely with other services',NULL,NULL,'','LINE',NULL,10,'','f57631152018a1bfc6b0ce83e1f37309','',NULL),(7715,'en','default','2f5b5546a3a2f76f7361cc3475e6cd77','Your site can perform loopback requests',NULL,NULL,'','LINE',NULL,10,'','e8741b04dbd061f344da7a700a1df494','',NULL),(7716,'en','default','ceda222f8ed5bd6a10908997767e80f5','Your site could not complete a loopback request',NULL,NULL,'','LINE',NULL,10,'','f87f4e147d3cfb1c1347db129ec3c7bb','',NULL),(7717,'en','default','9e9dc270fd2e62a8c3b1104524416843','Your site does not have any default theme. Default themes are used by WordPress automatically if anything is wrong with your normal theme.',NULL,NULL,'','LINE',NULL,10,'','d83c768c7a3952b266667bfd17eaaf60','',NULL),(7718,'en','default','18b6494becd24b619d9735f12bfe4663','Your site does not use HTTPS',NULL,NULL,'','LINE',NULL,10,'','1397a5a9030fd99bf75d39665203ba8f','',NULL),(7719,'en','default','a9fcce9fb95d84a472dfbfa476b508e5','Your site has %1$d inactive theme, other than %2$s, the default WordPress theme, and %3$s, your active theme.',NULL,NULL,'','LINE',NULL,10,'','868ebd3098e2b4f2143b78835dab52b4','',NULL),(7720,'en','default','eca3aca4aaaecbb8c4bdb8eec1835685','Your site has %1$d inactive themes, other than %2$s, the default WordPress theme, and %3$s, your active theme.',NULL,NULL,'','LINE',NULL,10,'','6afc7d11d432e8eda5151f1d67bfeaf3','',NULL),(7721,'en','default','b037beac50582340a55f5caa0a10dc1c','Your site has %1$d inactive theme, other than %2$s, your active theme.',NULL,NULL,'','LINE',NULL,10,'','2d0faf790b0b2dc4aa439d375ef0b4b1','',NULL),(7722,'en','default','1012bf518dd099f6dd81c1e8e9fa56d5','Your site has %1$d inactive themes, other than %2$s, your active theme.',NULL,NULL,'','LINE',NULL,10,'','04d9a6343430bfcc9e6e5108194f3bb2','',NULL),(7723,'en','default','472cc205c06e9f2c004bd24029ab3cc4','Your site has %d active plugin, and it is up to date.',NULL,NULL,'','LINE',NULL,10,'','3a665a24aae4c3cb9f8f5569baed14e0','',NULL),(7724,'en','default','a8fa82c8097449ff5055417e57b22122','Your site has %d active plugins, and they are all up to date.',NULL,NULL,'','LINE',NULL,10,'','453e45492e8764852ef7a3311fe31562','',NULL),(7725,'en','default','1315fb8b8405a361c710118598fec11e','Your site has %d inactive plugin.',NULL,NULL,'','LINE',NULL,10,'','9e898b69bfedb703b0a40d60e147d7d5','',NULL),(7726,'en','default','6b285c05692892ae446e3752b65d38ed','Your site has %d inactive plugins.',NULL,NULL,'','LINE',NULL,10,'','70bef4e0a4297c7ec78fe378f3ce2d68','',NULL),(7727,'en','default','b652d2fcda61e7005917a51e19815513','Your site has %d inactive theme.',NULL,NULL,'','LINE',NULL,10,'','0f875132698f19f8e39b4fc86b3b24ac','',NULL),(7728,'en','default','da894ba3efde3f25faec31851eae582d','Your site has %d inactive themes.',NULL,NULL,'','LINE',NULL,10,'','3d50b8c300513e98d8e7bf9b68633620','',NULL),(7729,'en','default','548853dd27f2bfaadfef7d9756ebe6d8','Your site has %d installed theme, and it is up to date.',NULL,NULL,'','LINE',NULL,10,'','8af766d3a680b17074eb40d0e6e108b5','',NULL),(7730,'en','default','de2a94d3ef13840bc5baf2c785c64446','Your site has %d installed themes, and they are all up to date.',NULL,NULL,'','LINE',NULL,10,'','279f649a587dc5c0c0091545b31f0f4e','',NULL),(7731,'en','default','c196231ba68e9b76668ee329545ee71b','Your site has %d plugin waiting to be updated.',NULL,NULL,'','LINE',NULL,10,'','9b780403a2ac32cf3474aaf94eac2cdf','',NULL),(7732,'en','default','c5e587745c35c2bdcc26ec78fadd6e77','Your site has %d plugins waiting to be updated.',NULL,NULL,'','LINE',NULL,10,'','112eef438bc9f2014034a79b15127894','',NULL),(7733,'en','default','54eee1fe82b08edbf142492032c89856','Your site has %d theme waiting to be updated.',NULL,NULL,'','LINE',NULL,10,'','1a2127f8b3a19550d86d8b21b2770a91','',NULL),(7734,'en','default','a3cc12b62b6d187d54cfd319f0750fc6','Your site has %d themes waiting to be updated.',NULL,NULL,'','LINE',NULL,10,'','047b7c85c2920d995b256d10cdb3c631','',NULL),(7735,'en','default','5df6244c825dc9f6216210312beb3edf','Your site has 1 active plugin, and it is up to date.',NULL,NULL,'','LINE',NULL,10,'','c9e9e11921516d5154580ec4a294e351','',NULL),(7736,'en','default','8f8bacae8ba1eae1efa2098e25696f01','Your site has 1 installed theme, and it is up to date.',NULL,NULL,'','LINE',NULL,10,'','cb5686e572d253d3ed3243b8d6068c41','',NULL),(7737,'en','default','6debb61c8c362d4d6c6afb483f6eacd4','Your site is not set to output debug information',NULL,NULL,'','LINE',NULL,10,'','0d2e39aff9d156bd75de9763bd571617','',NULL),(7738,'en','default','790c2e85f9e8bc1046c1a8ce2a34aa3a','Your site is set to display errors to site visitors',NULL,NULL,'','LINE',NULL,10,'','191f40cef0d23e3d9931b7e20898b6a7','',NULL),(7739,'en','default','ebd37479ad2efd15d9545f4e8ef9f972','Your site is set to log errors to a potentially public file.',NULL,NULL,'','LINE',NULL,10,'','325881e302f5296c941f67c3207d980e','',NULL),(7740,'en','default','08737a75b9bcee4805dbc43a9ded428f','Your site is unable to communicate securely with other services',NULL,NULL,'','LINE',NULL,10,'','a9201258b3bb1676e210e0bcf631cd65','',NULL),(7741,'en','default','3519b5f3e3961035a528e0d5e7a9f66a','Your site is unable to reach WordPress.org at %1$s, and returned the error: %2$s',NULL,NULL,'','LINE',NULL,10,'','ee2d54db045fe7ad56b4d0f31215f6ca','',NULL),(7742,'en','default','6e7a3e8ca3a7e275599342ec2486bb41','Your site was running version %s.',NULL,NULL,'','LINE',NULL,10,'','4e68581cd245448ab39ede7bca219911','',NULL),(7743,'en','default','105df6f63efde865ad5a73082e9da8cd','Your theme does not natively support menus, but you can use them in sidebars by adding a “Navigation Menu” widget on the <a href=\"%s\">Widgets</a> screen.',NULL,NULL,'','LINE',NULL,10,'','daec85152003e9fb50618e749fc3a2bc','',NULL),(7744,'en','default','ea25149b70e0d3457990d324a4c71f50','Your theme does not support navigation menus or widgets.',NULL,NULL,'','LINE',NULL,10,'','2f887c96c2795fce87c0769c15b08517','',NULL),(7745,'en','default','35c28df9fd8591e93a3a5921a448e353','Your theme supports %s menu. Select which menu appears in each location.',NULL,NULL,'','LINE',NULL,10,'','5ff21286dff07f125e59b055c224b7d6','',NULL),(7746,'en','default','f3b2dc8c76bad18fa01aa5f112fa5297','Your theme supports %s menus. Select which menu appears in each location.',NULL,NULL,'','LINE',NULL,10,'','b03370b006a5854417412a5091779b52','',NULL),(7747,'en','default','a2a117c549d609f71f8b36aa3aa64176','Your theme supports one menu. Select which menu you would like to use.',NULL,NULL,'','LINE',NULL,10,'','2de5428c6d0f027449ef3a72d888a416','',NULL),(7748,'en','default','b21219403bc141847d768e3db27d86f2','Your themes are all up to date.',NULL,NULL,'','LINE',NULL,10,'','930aa730ba72caf2d1121b586de0152d','',NULL),(7749,'en','default','97477bb08de9811434b36a64e2620de7','Your themes are up to date',NULL,NULL,'','LINE',NULL,10,'','db8728768daed454cf13bfdffd48affc','',NULL),(7750,'en','default','5fab9844e23aa51b2370d3eaaa43a75e','Your translations are all up to date.',NULL,NULL,'','LINE',NULL,10,'','4b61801c0b88a6a3b4b9618dd01c940c','',NULL),(7751,'en','default','9e6f0dc86ef7bdc19ee56da99e6fe5f3','Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.',NULL,NULL,'','LINE',NULL,10,'','fbd85f490c3b85a3bf5e88b8c8c6c58c','',NULL),(7752,'en','default','71cb38be2bbcc25adaefc37be57b8e63','Your website is using an active HTTPS connection.',NULL,NULL,'','LINE',NULL,10,'','763ff73a15baff870f3859fe3fc12b4a','',NULL),(7753,'en','default','19b6c66fac3d0523896d95aba68e6b54','[%1$s] URGENT: Your site may be down due to a failed update',NULL,NULL,'','LINE',NULL,10,'','d5f2e3a5bf0579431d69a235745a772c','',NULL),(7754,'en','default','11c22f6c9c7bddf9f9a7c845c8edf46c','[%1$s] WordPress %2$s is available. Please update!',NULL,NULL,'','LINE',NULL,10,'','028253d6119f553f006d24fc47813a76','',NULL),(7755,'en','default','16e5d571308e0f60b778a35eecd6a927','[%1$s] Your site has updated to WordPress %2$s',NULL,NULL,'','LINE',NULL,10,'','c3785effb3bcb81f09e5df35ee8093aa','',NULL),(7756,'en','default','b77c7ae26dab833d1b67ed56cbe55420','[%s] Background Update Failed',NULL,NULL,'','LINE',NULL,10,'','437c82d7be3685e7dd54d6e4846202f4','',NULL),(7757,'en','default','96169c709bc4950bb2c2e51b8fe5fea0','[%s] Background Update Finished',NULL,NULL,'','LINE',NULL,10,'','73005bc74dcaf32ecbd6808f50545781','',NULL),(7758,'en','default','2342fa943ca7b0d2bd30d738470fb15c','[%s] Joining Confirmation',NULL,NULL,'','LINE',NULL,10,'','6d146c80b62e5932016cc8c11e70d057','',NULL),(7759,'en','default','6c8141590312000db983809c3b431972','[%s] New Admin Email Address',NULL,NULL,'','LINE',NULL,10,'','b2597f81f4d0fbd0d31e83c79c8f18e1','',NULL),(7760,'en','default','f9da52120877673004f9b4a9fc296ffe','[%s] Personal Data Export',NULL,NULL,'','LINE',NULL,10,'','98aa45678b007ac157ec213aabd6e63c','',NULL),(7761,'en','default','ebf513ac4e62df5367a2a2c6f21ef189','[Pending]',NULL,NULL,'','LINE',NULL,10,'','bc0d5e276a6e08cd5a4cc96b086517b5','',NULL),(7762,'en','default','2dc4d2f10d0e1a28098abb65d5dcf9fc','acquaintance',NULL,NULL,'','LINE',NULL,10,'','4a6a303312d5e0343fdb563bbce450a4','',NULL),(7763,'en','default','54ab7b7554ae1a0c0f00a5ec2e74c1a2','All Links',NULL,NULL,'','LINE',NULL,10,'admin menu','846a19ba9450e3f32da87124d134a76a','',NULL),(7764,'en','default','4af1f6c26e226310d2e1ab5ed1d33a04','another web address of mine',NULL,NULL,'','LINE',NULL,10,'','5fcc3390cdf20a342c7491f58c9b6a3b','',NULL),(7765,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'attachment filter','df9cc5c1e43c94aba7d444c200f7881f','',NULL),(7766,'en','default','6d91ff7ea8d3c9287ef4694987f2abad','cURL version',NULL,NULL,'','LINE',NULL,10,'','7cd6a33cec08aee7c5a9e24b2f01d115','',NULL),(7767,'en','default','1b7d5726533ab525a8760351e9b5e415','child',NULL,NULL,'','LINE',NULL,10,'','194d2783abae17eee03b732968826f87','',NULL),(7768,'en','default','646b8ea768e1c46a8cb46e0321b0e38c','co-resident',NULL,NULL,'','LINE',NULL,10,'','07e9e899cafcd3dcd8986a678fa28280','',NULL),(7769,'en','default','a037585056ef80bc5ebcfdf81d5ef42a','co-worker',NULL,NULL,'','LINE',NULL,10,'','e453dd0cfff8680e764271c1a9b01feb','',NULL),(7770,'en','default','2799d44695d2f1ac3b39b8a3a384309e','colleague',NULL,NULL,'','LINE',NULL,10,'','5b954543fcfaacf4be105448a3077edd','',NULL),(7771,'en','default','b26126a5fdfea23d379aa813c392d533','Default: %s',NULL,NULL,'','LINE',NULL,10,'color','58a49f325332a563f2a394a351ea9a32','',NULL),(7772,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'','LINE',NULL,10,'column name','8fce904cca04b8091de8b2e6ea2e8634','',NULL),(7773,'en','default','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,10,'column name','1564d19bea031e11fd7df23eb8453a88','',NULL),(7774,'en','default','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,10,'column name','246d8c845856b2a855e9e4156c7cd801','',NULL),(7775,'en','default','e4142e9c5ae82bdee1071e0bee0384e1','Submitted On',NULL,NULL,'','LINE',NULL,10,'column name','5f9c9b5398ccce0cf0ea4f36691f13c8','',NULL),(7776,'en','default','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'column name','42a7eea0171d5078f2090a61d22fbf3f','',NULL),(7777,'en','default','7b880ca6740f85923f59c1909bf151bc','Uploaded to',NULL,NULL,'','LINE',NULL,10,'column name','9d8a3338cfaafda7474455409b191963','',NULL),(7778,'en','default','355a6f274b38aa6ba1cb8bb4fcf6cdca','Mark as Spam',NULL,NULL,'','LINE',NULL,10,'comment','6fa04c6d855d978f0da04cb7365b0b36','',NULL),(7779,'en','default','459243455462a51c11b46c6c75348f8e','Not Spam',NULL,NULL,'','LINE',NULL,10,'comment','d7595988041d7d48bcb65868b2e978b0','',NULL),(7780,'en','default','1753ee659d61df848b82a4664f0120db','Permalink:',NULL,NULL,'','LINE',NULL,10,'comment','f188c42723fa64437245088764aa39f6','',NULL),(7781,'en','default','03f4a47830f97377a35321051685071e','Closed',NULL,NULL,'','LINE',NULL,10,'comment status','4fd8b5358859a826f86f508a21017b00','',NULL),(7782,'en','default','c3bf447eabe632720a3aa1a7ce401274','Open',NULL,NULL,'','LINE',NULL,10,'comment status','ac9b4e8cc4a0fd3caa6b30ed604c2624','',NULL),(7783,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,10,'comment status','0bcde6bf8c5eb3998230e0c6a3f7b408','',NULL),(7784,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'comments','f94483be6c1b81df4edc117cbe28c386','',NULL),(7785,'en','default','782de786251daa732e60b2c456c8b17f','Approved <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'comments','3664a513c60d9e46de232ad436d22209','',NULL),(7786,'en','default','3cccdf66989ef53d93b3b123a98e6cde','Mine <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'comments','b0d3e5bb3725f321c9d38b464e274e2d','',NULL),(7787,'en','default','cf97c86625c42c0f2dddf95313ada5bd','Pending <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'comments','ee30d8a480b8bd0369eb838f3291fec1','',NULL),(7788,'en','default','c16ece6f2c9a66889fe24a73c556c237','Spam <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'comments','5c9e6bc00e575a9c02d673ef3a7c0207','',NULL),(7789,'en','default','169e03ae210e6a8d40438fea0401e016','Trash <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'comments','e5354280f97c9889cee424aecc80f445','',NULL),(7790,'en','default','2f8a6bf31f3bd67bd2d9720c58b19c9a','contact',NULL,NULL,'','LINE',NULL,10,'','803181343eb5fc57a2d5c268650f72f8','',NULL),(7791,'en','default','f93440b275977ff5657a5f0dfcdebfca','crop ratio height',NULL,NULL,'','LINE',NULL,10,'','ac37757f8fdac7575a1b249365851fdc','',NULL),(7792,'en','default','f8126b0936d8b98789fb6495235e751b','crop ratio width',NULL,NULL,'','LINE',NULL,10,'','9262eb934e9811115840727a9fe2992d','',NULL),(7793,'en','default','126ac4b07f93bc4f7bed426f5e978c16','crush',NULL,NULL,'','LINE',NULL,10,'','f266c63029a13cfa41aa6e98cbb8313d','',NULL),(7794,'en','default','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'','LINE',NULL,10,'dashboard','d56b1849c1aa7f7f36620eb9f8373bae','',NULL),(7795,'en','default','54d58738b60e3813a426a25a217514c7','%1$s on %2$s %3$s',NULL,NULL,'','LINE',NULL,10,'dashboard','d932901d8c2188b9095d0d44ab522a24','',NULL),(7796,'en','default','b024db677e7a3544f4024465dd1b5081','%1$s, %2$s',NULL,NULL,'','LINE',NULL,10,'dashboard','7aa452455f8168c0f6be899e0dd81566','',NULL),(7797,'en','default','5fc732311905cb27e82d67f4f6511f7f','date',NULL,NULL,'','LINE',NULL,10,'','e4ee507df049991015d53654e2e67fe8','',NULL),(7798,'en','default','521c36a31c2762741cf0f8890cbe05e3','On',NULL,NULL,'','LINE',NULL,10,'date/time','9c7cac49026ae460fa53dfef7bc0c001','',NULL),(7799,'en','default','cfcd208495d565ef66e7dff9f98764da','0',NULL,NULL,'','LINE',NULL,10,'default GMT offset or timezone string','61ac4e16aaf34dd2977a48dde5505306','',NULL),(7800,'en','default','85daada5bba67164e69e07df2513295b','Report generated for',NULL,NULL,'','LINE',NULL,10,'email address','662568fdb23bfcf104b1207989e3353d','',NULL),(7801,'en','default','58221ba8ad52a2741accf7bb5e266b91','enter a custom date format in the following field',NULL,NULL,'','LINE',NULL,10,'','c95589e998871992c9c3221c8d1f09aa','',NULL),(7802,'en','default','d0174305fd25c049797d1186232e3769','enter a custom time format in the following field',NULL,NULL,'','LINE',NULL,10,'','c8e16489502ab8450440991019c1e597','',NULL),(7803,'en','default','5f4dcc3b5aa765d61d8327deb882cf99','password',NULL,NULL,'','LINE',NULL,10,'example password','ca9140774b87beb04fd6b53b339fd146','',NULL),(7804,'en','default','14c4b06b824ec593239362517f538b29','username',NULL,NULL,'','LINE',NULL,10,'example username','a28441f1325aca62986e6f5a4ae9ea7a','',NULL),(7805,'en','default','a06c859e193fc2e3a12fc14a6ec95bbb','example: www.wordpress.org',NULL,NULL,'','LINE',NULL,10,'','f4a8437d1b81b376b71e5e901a48a4c3','',NULL),(7806,'en','default','0d3fda0bdbb9d619e09cdf3eecba7999','family',NULL,NULL,'','LINE',NULL,10,'','7757099c25ee048007fd0a8025e74ccc','',NULL),(7807,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'file','2d7f305a2d7cea9c355013a8e98385f8','',NULL),(7808,'en','default','8b04d5e3775d298e78455efc5ca404d5','first',NULL,NULL,'','LINE',NULL,10,'','4c24258e5ba4005b850d22e6bb9829f9','',NULL),(7809,'en','default','851148b4fd8fd7ae74bd9100c5c0c898','folder',NULL,NULL,'','LINE',NULL,10,'','cdd780505af249dc6a798dbf77cf6417','',NULL),(7810,'en','default','3af00c6cad11f7ab5db4467b66ce503e','friend',NULL,NULL,'','LINE',NULL,10,'','220933e0b04bc1db79e5614ca182b24c','',NULL),(7811,'en','default','93349189c5d0219ba8b20ca7cbf068a1','friendship',NULL,NULL,'','LINE',NULL,10,'','ddad7510cde9f1b95ce82b1a529ead18','',NULL),(7812,'en','default','59c578c00e60a7dd55500ffe2c1ee24d','g:i:s a',NULL,NULL,'','LINE',NULL,10,'','b93f39f7edb0806afc9fe0c2564f7e93','',NULL),(7813,'en','default','df4eebc1cf3f80c6d9a6241601e35dda','geographical',NULL,NULL,'','LINE',NULL,10,'','c30da36e08748f4c2f8d886c669e528e','',NULL),(7814,'en','default','fcb384d6261c0eaf88032c3f6e62682a','http://ma.tt/',NULL,NULL,'','LINE',NULL,10,'','d9b7e2117ac9bd2de2bb70224ef82e70','',NULL),(7815,'en','default','eafb853b9457ce89ebf435d4c8ba5ae3','http://wordpress.org/plugins/hello-dolly/',NULL,NULL,'','LINE',NULL,10,'','7da6557bb74bdfe24429db66a2aa00ea','',NULL),(7816,'en','default','ec2db5dbc0a775041c865e75fc3702c2','https://codex.wordpress.org/Changing_File_Permissions',NULL,NULL,'','LINE',NULL,10,'','528c1bc00138f299f9a85e41e3fe18d8','',NULL),(7817,'en','default','48f3f912ba3bea0b2c0a3a08bbdd430e','https://codex.wordpress.org/First_Steps_With_WordPress',NULL,NULL,'','LINE',NULL,10,'','0df38e408d011c2216b49ec251cd8ef0','',NULL),(7818,'en','default','59c9f4fdb627660ee1ca8c1d80957d78','https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory',NULL,NULL,'','LINE',NULL,10,'','9a13473cf88172e9009e80ddd5bd6d26','',NULL),(7819,'en','default','ea1aaabad336253655ade7a32d078271','https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments',NULL,NULL,'','LINE',NULL,10,'','5d5ac427b4f246e41bbd01acf3fd2a78','',NULL),(7820,'en','default','f915adb190b5c5bfe07fbdad0115da5a','https://codex.wordpress.org/Update_Services',NULL,NULL,'','LINE',NULL,10,'','61e96d1f42a2ca5e5abc7ac70c6dfe17','',NULL),(7821,'en','default','f895a51c7fecbafb42784a5b65d272dc','https://codex.wordpress.org/Using_Custom_Fields',NULL,NULL,'','LINE',NULL,10,'','b54ce14a95f329a9be9871a0555ca3a9','',NULL),(7822,'en','default','207fcfd76f48672fd542c32fe60916d8','https://codex.wordpress.org/Using_Permalinks',NULL,NULL,'','LINE',NULL,10,'','a2634a6ef127cfe4a98db7e0ca6b124a','',NULL),(7823,'en','default','c0f451c7cee25c3f6fc5c0197f1b7439','https://en.gravatar.com/',NULL,NULL,'','LINE',NULL,10,'','bec5a7cf49b2837d04afa78b2b573a7f','',NULL),(7824,'en','default','617051bf507e28a6c07bc036845c3dbf','https://make.wordpress.org/',NULL,NULL,'','LINE',NULL,10,'','106446a74517b9cd479a8a15b255f795','',NULL),(7825,'en','default','dc60e13d0d6e0734bbff0e9749c02398','https://make.wordpress.org/community/handbook/meetup-organizer/welcome/',NULL,NULL,'','LINE',NULL,10,'','174f09a5bc7a5e60ec0316e48c4645c4','',NULL),(7826,'en','default','25ee5c0f8e0dc4ed03ec5f7049d4614e','https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions',NULL,NULL,'','LINE',NULL,10,'','409ecab6e2dcadaa5301e5fcec8e7168','',NULL),(7827,'en','default','b9a1271b2e672c179b937b27b816ef35','https://planet.wordpress.org/',NULL,NULL,'','LINE',NULL,10,'','6df51f85d1958cc7615fc1f5d7a655d4','',NULL),(7828,'en','default','d117b5738fbd35bd8c0391cda1f2b5d9','https://planet.wordpress.org/feed/',NULL,NULL,'','LINE',NULL,10,'','749f88f35ab424304728daef56e7a1f1','',NULL),(7829,'en','default','78baba4c7375b741f7b6f2fb9077c74f','https://wordpress.org/about/requirements/',NULL,NULL,'','LINE',NULL,10,'','1b6bd05789e07e234c7e2c5bd2a824c8','',NULL),(7830,'en','default','c1fceab873ff027889064d60eaa2234f','https://wordpress.org/news/',NULL,NULL,'','LINE',NULL,10,'','5c7e556da28880a6cc33195da826f4f1','',NULL),(7831,'en','default','1b43801288b5d2ed3a94cd285c9115d1','https://wordpress.org/news/2019/02/betty/',NULL,NULL,'','LINE',NULL,10,'','5796bcb7b3b8ec8d49a7cdee378ce606','',NULL),(7832,'en','default','9bbd59226dc36b9b26cd43f15694c5c3','https://wordpress.org/news/feed/',NULL,NULL,'','LINE',NULL,10,'','7521bf79ed8673a5d091c28df75ac148','',NULL),(7833,'en','default','fb70939c8ecbd4faff2338ee6c5d2529','https://wordpress.org/plugins/',NULL,NULL,'','LINE',NULL,10,'','9b586226e6bb056771f2640e81e62c10','',NULL),(7834,'en','default','b4340f1b00f5597836c706685e652164','https://wordpress.org/plugins/classic-editor/',NULL,NULL,'','LINE',NULL,10,'','a45a1ca9a2b4d97623b4a06aefbdf8d5','',NULL),(7835,'en','default','59bcc05dffe83c4aa06944f1dbcf5c30','https://wordpress.org/support',NULL,NULL,'','LINE',NULL,10,'','0bf7ca6d20179c34cce26b2fe8e17177','',NULL),(7836,'en','default','c6c264c716b597053f9a11a36a571f56','https://wordpress.org/support/article/debugging-in-wordpress/',NULL,NULL,'','LINE',NULL,10,'','1113e4784eb01d3780b51235474c2351','',NULL),(7837,'en','default','b0d967d349e0aabbd6d4eeff2dfe385c','https://wordpress.org/support/article/why-should-i-use-https/',NULL,NULL,'','LINE',NULL,10,'','9cc5833b9f4013f350039f9fc25d94ff','',NULL),(7838,'en','default','7b49cdb87a342795386971ec98acf797','https://wordpress.org/support/forum/how-to-and-troubleshooting',NULL,NULL,'','LINE',NULL,10,'','75e50d2f440d81187487a9794b3264cc','',NULL),(7839,'en','default','9fdd74e15d9add77f84b6c6cdabb556c','https://wordpress.org/support/wordpress-version/version-%s/',NULL,NULL,'','LINE',NULL,10,'','7e8883f9416681f8577ff4943b006770','',NULL),(7840,'en','default','4d235d751f205565ce8ed1f7ec755e9e','https://wordpress.org/themes/',NULL,NULL,'','LINE',NULL,10,'','c76be323d31fb119d9c1e4e87622b437','',NULL),(7841,'en','default','ff483d1ff591898a9942916050d2ca3f','identity',NULL,NULL,'','LINE',NULL,10,'','8a586a031888045082e66c09401980b1','',NULL),(7842,'en','default','691d502cfd0e0626cd3b058e5682ad1c','items',NULL,NULL,'','LINE',NULL,10,'','f1c83ccd5a79795240db0ef30ab94652','',NULL),(7843,'en','default','ad910c248fbe85c146fd255292501007','kin',NULL,NULL,'','LINE',NULL,10,'','9eb1f74f4c98e24f46139b873f244a31','',NULL),(7844,'en','default','5720d397603d82e73242ab30b8800666','l, M j, Y',NULL,NULL,'','LINE',NULL,10,'','63013738a1f19eb81e37b75d5fc2db95','',NULL),(7845,'en','default','98bd1c45684cf587ac2347a92dd7bb51','last',NULL,NULL,'','LINE',NULL,10,'','003c81a4754c07b78263f9b6879c8b10','',NULL),(7846,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'link','796d04df3e76dc78e40cf00b91d0a68e','',NULL),(7847,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'link name','b394b04dcf8f06566cc56d50dfd136e9','',NULL),(7848,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'media item','2badb8fc1828fddf54b86df71e881e92','',NULL),(7849,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'menu','bbc6506b8a492d4536ea16e6f0a1c220','',NULL),(7850,'en','default','8b8d5aa8fcf24a5f2e7fcdf5ebfa8295','Use new menu',NULL,NULL,'','LINE',NULL,10,'menu','073d182030daadb2f4251c3262b384e1','',NULL),(7851,'en','default','5daedae6ebdf97cc1391ea4fe79f1361','(Currently set to: %s)',NULL,NULL,'','LINE',NULL,10,'menu location','bb7ed21eca064b39ad97bff3161c4727','',NULL),(7852,'en','default','c4c4909eaa4fc41a39f0fa5c96f30cd6','met',NULL,NULL,'','LINE',NULL,10,'','c5c4c6a5b4f64ce741159553cc0a17da','',NULL),(7853,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'meta name','448d03d170ead15ed7a9d0a347080611','',NULL),(7854,'en','default','98a99cb9ab85f73270765595cd068a82','muse',NULL,NULL,'','LINE',NULL,10,'','e3987e916934ab088a622b70b4cb8862','',NULL),(7855,'en','default','9a5aefea59903d8b42aa4ffb150f7132','my-hacks.php (legacy hacks support)',NULL,NULL,'','LINE',NULL,10,'','7b4789168491b9837af363c36315b573','',NULL),(7856,'en','default','88183b946cc5f0e8c96b2e66e1c74a7e','Unknown',NULL,NULL,'','LINE',NULL,10,'name','2a06ae7db0e9f0eec7a27ace371b5535','',NULL),(7857,'en','default','15a9e79823207ed35e235d8f5d4f0af1','Home: %s',NULL,NULL,'','LINE',NULL,10,'nav menu front page title','bccfd8be81c23493781d6b744748a156','',NULL),(7858,'en','default','73415497e8b30e7a48e31465c7e103b3','neighbor',NULL,NULL,'','LINE',NULL,10,'','1540b0af762cb1c49ae0bd72a72b3c06','',NULL),(7859,'en','default','0c10f4a0c12ba89211235026b861263d','newer',NULL,NULL,'','LINE',NULL,10,'','3e5d10589a25dc4800d1b0ae1a7b762d','',NULL),(7860,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'no user roles','0496fe4f43f2071333c947dca6fa75f4','',NULL),(7861,'en','default','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'','LINE',NULL,10,'','0051eee825463060915e59a548c72cbd','',NULL),(7862,'en','default','6a3a6f6e33217afa6373df9d6b2e8a00','older',NULL,NULL,'','LINE',NULL,10,'','2ff5ad4f4c13ee516846209bc34cfad7','',NULL),(7863,'en','default','fe5a75dca6611cf687855b1c305e03b9','or <a href=\"%s\">create a new menu</a>. Don’t forget to save your changes!',NULL,NULL,'','LINE',NULL,10,'','b31b153ba8bbaeb5fa4e489312b2b86c','',NULL),(7864,'en','default','0713686d0aa61f6a72d2d3188612db99','or, <a href=\"%s\">change your theme completely</a>',NULL,NULL,'','LINE',NULL,10,'','a1f265b4a58e809e6b32e21301364024','',NULL),(7865,'en','default','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'','LINE',NULL,10,'page title','1c6eeb883ef174f9ce52e42b3a7e596f','',NULL),(7866,'en','default','a18e089aa76cfb34de574b442ce433ef','%1$s of %2$s',NULL,NULL,'','LINE',NULL,10,'paging','69faf99fef7e51bf6dd75fe55c72241a','',NULL),(7867,'en','default','d0e45878043844ffc41aac437e86b602','parent',NULL,NULL,'','LINE',NULL,10,'','28d8c49b334b30a2cc99355fd7107893','',NULL),(7868,'en','default','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'','LINE',NULL,10,'personal data group label','281b2209621a36935686c7402c763a67','',NULL),(7869,'en','default','842e5a39b01fadaead6970f5ff5de1d5','physical',NULL,NULL,'','LINE',NULL,10,'','31acd8700ed11e2b233de85069ab9448','',NULL),(7870,'en','default','385bcffde9235658fc1d853e0f4b53ab','%1$s by %2$s',NULL,NULL,'','LINE',NULL,10,'plugin','1823a7faf44ed4164761592c62f494c6','',NULL),(7871,'en','default','25950f0a3fc117594d78edb5fdd4d40e','%s was successfully deleted.',NULL,NULL,'','LINE',NULL,10,'plugin','d4407e79ba452fff9b71d000c05b0d90','',NULL),(7872,'en','default','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,10,'plugin','ae9e77b26ce8028661382e9eadeced4e','',NULL),(7873,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'plugin','bb9135c9424d65266671f8bbe4ee6186','',NULL),(7874,'en','default','250e037f514fc1ab151f818eecb864c4','Cannot Install',NULL,NULL,'','LINE',NULL,10,'plugin','4f08c39e20d33639bf10fa1233066ac2','',NULL),(7875,'en','default','00cfb5008fbec9c6c8d1a84649a532ab','Cannot Update',NULL,NULL,'','LINE',NULL,10,'plugin','8953d5c58dfb1c964aeb71f2f9491724','',NULL),(7876,'en','default','5f3498da42efc5b74d4785a7422f064a','Deactivate %s',NULL,NULL,'','LINE',NULL,10,'plugin','7a3499ca09f738c84d62c9f8369d2b55','',NULL),(7877,'en','default','8b1b1aa6c2a4785ab415c8fbf20e70d9','Delete %s',NULL,NULL,'','LINE',NULL,10,'plugin','95f991473775037a93e94224afe96f45','',NULL),(7878,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,10,'plugin','afec1f12dafa903425492c7ca32b5eb3','',NULL),(7879,'en','default','6bd6974b4a10530916ed4cab8f79e6cb','Network Deactivate %s',NULL,NULL,'','LINE',NULL,10,'plugin','8f373234f126314c0922eba32db126f7','',NULL),(7880,'en','default','70a7bb6bb9c8b6736cba8944e80bfe08','Resume %s',NULL,NULL,'','LINE',NULL,10,'plugin','a9cb0861257c1e6cf6811edcfca984d0','',NULL),(7881,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'plugins','13812b07c7c18d9b2421992688fad5f3','',NULL),(7882,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'posts','9fab394c592867837562f0d125140b9b','',NULL),(7883,'en','default','3cccdf66989ef53d93b3b123a98e6cde','Mine <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'posts','949413f58281245c8b9393aca889956f','',NULL),(7884,'en','default','fae8143794e4438e23903c5413947467','Sticky <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'posts','f4c52ba851b2a5f5b8b57c4dc4bc6806','',NULL),(7885,'en','default','18d71e026360859fc4702623ba37c96b','privacy-policy',NULL,NULL,'','LINE',NULL,10,'','5ba2cc4525b26428ac83510adaf41b47','',NULL),(7886,'en','default','27ade1b64f9515dbb776cc3cc5bc3377','professional',NULL,NULL,'','LINE',NULL,10,'','903255205564bdc09526121491643543','',NULL),(7887,'en','default','20f15e3a9f4887bac543a343be0059ed','rel:',NULL,NULL,'','LINE',NULL,10,'','649eae7b22fb8bd292dc425cb09e68ec','',NULL),(7888,'en','default','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'','LINE',NULL,10,'removing-widget','1daf5c5ca152c0871594ff40b6faf23b','',NULL),(7889,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'requests','7293cb27c109b73c86c35af4419e0105','',NULL),(7890,'en','default','9bcc345cb2f119425414c4d8cc8911f3','j M @ H:i',NULL,NULL,'','LINE',NULL,10,'revision date short format','c2f92204583488c1690b8a05a8ed55cf','',NULL),(7891,'en','default','1b9abf135ccb7ed2f2cd9c155137c351','Browse',NULL,NULL,'','LINE',NULL,10,'revisions','c1dd378fe1c2c0465bfdc1d6c3435d8c','',NULL),(7892,'en','default','b8c628e2300875dfeed00c8888714d4b','romantic',NULL,NULL,'','LINE',NULL,10,'','27f0f931bc93e0e82c56bf2443c9b433','',NULL),(7893,'en','default','1a557283e5542468721ccbc770c8b13f','archives',NULL,NULL,'','LINE',NULL,10,'sample permalink base','893deb279edb537cdde635951eeeea6e','',NULL),(7894,'en','default','300b69ef7f0b95e11f87252abd665196','sample-post',NULL,NULL,'','LINE',NULL,10,'sample permalink structure','4818dfa52d9ed5863206e82f0ba2776b','',NULL),(7895,'en','default','48864d37b515125cfd0813d7349af3db','sample-page',NULL,NULL,'','LINE',NULL,10,'','124c1e3a25f92b5411564bb8d7e251cd','',NULL),(7896,'en','default','ac6d420c4704c31d7e9b4f31788d2952','scale height',NULL,NULL,'','LINE',NULL,10,'','63201be280a2a1ab0b1189ac91f70aa8','',NULL),(7897,'en','default','e521c6f9b67cb07d22b165c7caf32c20','scale width',NULL,NULL,'','LINE',NULL,10,'','06b7b8e8febfeff0b2e73e8dc56f3b9f','',NULL),(7898,'en','default','cd5c32c05adb3b572f597339e9f77df2','selection height',NULL,NULL,'','LINE',NULL,10,'','9a53486e338f86c9684ad891435f0738','',NULL),(7899,'en','default','7f0a1b152a715ff03de5eb8bdac01685','selection width',NULL,NULL,'','LINE',NULL,10,'','661e2a82286bde6f2b7e5f163fb55f72','',NULL),(7900,'en','default','0db377921f4ce762c62526131097968f','General',NULL,NULL,'','LINE',NULL,10,'settings screen','50f78d316d1458db1d7bf40dfbbbe2c9','',NULL),(7901,'en','default','12d2be1600d506b174752715e8aa6eb2','Hide Controls',NULL,NULL,'','LINE',NULL,10,'short (~12 characters) label for hide controls button','dfa6c80921844e12f9aec336d21ddc30','',NULL),(7902,'en','default','190dca50d2a46b53a1960d0f993c7e4a','sibling',NULL,NULL,'','LINE',NULL,10,'','0d1bb7eec5e164243afd62420b06ad8e','',NULL),(7903,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'site','f352ee48775b98ff95d340094ef0ea56','',NULL),(7904,'en','default','70b67b91e80811b55157cb190ee85e88','spouse',NULL,NULL,'','LINE',NULL,10,'','41bc4cd6ab85c8e54bb3c5a1b1b9c215','',NULL),(7905,'en','default','c4ca4238a0b923820dcc509a6f75849b','1',NULL,NULL,'','LINE',NULL,10,'start of week','8fac2d152da0ccae9b8f880244c68117','',NULL),(7906,'en','default','857c066f26c91053236e97e669536203','sub item',NULL,NULL,'','LINE',NULL,10,'','6afa343d1f18868a388871ece651f79f','',NULL),(7907,'en','default','eb415b465d61eada8661cb4bda71a4e7','sweetheart',NULL,NULL,'','LINE',NULL,10,'','624daf282ce37f157368ec953a498852','',NULL),(7908,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'term name','02b4ec394513fa804d000c7d0b3969ac','',NULL),(7909,'en','default','25950f0a3fc117594d78edb5fdd4d40e','%s was successfully deleted.',NULL,NULL,'','LINE',NULL,10,'theme','9a9e49ffdd57584a01c3f1d9c0ea5dae','',NULL),(7910,'en','default','1fbbf8fb4d1aea0facc5e0926890f6c6','Details & Preview',NULL,NULL,'','LINE',NULL,10,'theme','fd2a9b414f6c4ba362492dfd600ad0ae','',NULL),(7911,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'theme name','6ced1121662c1c7f7bdbc249176136c6','',NULL),(7912,'en','default','d78986947356ddd37b43d57df289dee9','Favorites',NULL,NULL,'','LINE',NULL,10,'themes','f9f5fbb9890e7a9728c2a22e3355b1d2','',NULL),(7913,'en','default','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'','LINE',NULL,10,'themes','d8d90fe47cf7775cc3e627d39d3d787d','',NULL),(7914,'en','default','cd118d21c3b0b4762c6e0063661e6e45','Latest',NULL,NULL,'','LINE',NULL,10,'themes','dcaa23a4dc586bdc6fd331e1e12effc6','',NULL),(7927,'en','default','2cc1943d4c0b46bfcf503a75c44f988b','Popular',NULL,NULL,'','LINE',NULL,10,'themes','6423cee92a9e68d44ecd71d73b1e5dd2','',NULL),(7928,'en','default','cf9edab24f7b8214226d27b3f0a1f1ca','Recently Updated',NULL,NULL,'','LINE',NULL,10,'themes','0d34ca4b30bc467bed05e716e6408781','',NULL),(7929,'en','default','49eb6a44db57cba8d66b3404fa9f0ad4','Y-m-d H:i:s',NULL,NULL,'','LINE',NULL,10,'timezone date format','d26fb5550b496dbd22188d52f7b828ab','',NULL),(7930,'en','default','d720589d7942a0e465072c05d17f5aa6','Add Existing',NULL,NULL,'','LINE',NULL,10,'user','740c64ce7b81d03b8707716d6fa2b34f','',NULL),(7931,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'user','4e87dce1e6b1bfd2509473879f05d7f6','',NULL),(7932,'en','default','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'user autocomplete result','3751f45f38484fe7b242af37b8d48ed0','',NULL),(7933,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'users','14616984a0a5dcc60efbd996dad528ee','',NULL),(7934,'en','default','5beae3a6f4a4dfd4f92fc0830969afc2','utf8mb4 requires a MariaDB update',NULL,NULL,'','LINE',NULL,10,'','d67f0eecbbe8649f1269f65abee989c6','',NULL),(7935,'en','default','228e171e948aab0bb758f1d1e53530df','utf8mb4 requires a MySQL update',NULL,NULL,'','LINE',NULL,10,'','7e8d039dea29f82ebbf1796965e43980','',NULL),(7936,'en','default','e7ee95f755f7e151a40d9f46d9500bcc','utf8mb4 requires a newer client library',NULL,NULL,'','LINE',NULL,10,'','2d8c7fc263d2eea00320f5e5067aaeab','',NULL),(7937,'en','default','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'','LINE',NULL,10,'verb','d77ae4940b92b6f5c9471bb6dd0a9b90','',NULL),(7938,'en','default','e9dfd31cc505d51fc26975250750deab','Spam',NULL,NULL,'','LINE',NULL,10,'verb','00dec32b5bfc82168105f598d8f65c0c','',NULL),(7939,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'verb','80310f4ae2e1b3b83e80f9be220099a1','',NULL),(7940,'en','default','a182da1e034fe149f45f97f8c59c1d19','At URL',NULL,NULL,'','LINE',NULL,10,'website URL','82c00ff89fd33f10b6fd8634a8ef2726','',NULL),(7941,'en','default','1be2d2f4f0906b6460386a878460a50c','For site',NULL,NULL,'','LINE',NULL,10,'website name','d6739899db00357d8cae096fc5859e18','',NULL),(7942,'en','default','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,10,'widget','6ccfc06cb66cbbd4fa2fe70dc7419c45','',NULL),(7943,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'widget','9704dda260c15207839f735838d5b2c0','',NULL),(7945,'en','installer','feb4aa2207465955d1b44219b4bedf1b',' %s translation',NULL,NULL,'','LINE',NULL,10,'','9824fb26df027291b5cfa8878c3b9704','',NULL),(7946,'en','installer','34fc8a7bf304f65b05b041f1c601d446',' - (needs update)',NULL,NULL,'','LINE',NULL,10,'','f57187bf5c4b63e91684c4ca0330d449','',NULL),(7947,'en','installer','260acee4e567b2b62624f340094f63f2',' Your current site key (%s) does not match the selected product (%s).',NULL,NULL,'','LINE',NULL,10,'','78cf4429f8ba6806592d774fb0f5fd1c','',NULL),(7948,'en','installer','1d2c90d24a35b0090da5250f7259846a',' elements',NULL,NULL,'','LINE',NULL,10,'','31245aa9dc356a948d2d784df0110fc2','',NULL),(7949,'en','installer','f889d06b2ab279f2c9bcb92269b0a596','%1$s Translation',NULL,NULL,'','LINE',NULL,10,'','83ee0e13054cfbce125ca5d738fe59c2','',NULL),(7950,'en','installer','73a9b3f104875a6e8110fe304a3dbb98','%1$s terms (in original language)',NULL,NULL,'','LINE',NULL,10,'','f9a95cc088e888fe83da10a30f005bb0','',NULL),(7951,'en','installer','cd4d7222b52d27de66f331a5538aba5b','%1s cannot receive feedback about the translation automatically. Please log-in to %1s website and report these issues manually.',NULL,NULL,'','LINE',NULL,10,'','776099b1b84171f6495bf5b163db0ee7','',NULL),(7952,'en','installer','9ffb17d468a7a39329733d5eb71495f5','%d feedback was permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','f9102cd8e85cb8bec26a0916fc2088ce','',NULL),(7953,'en','installer','145310101b564608e404d35839dd3750','%d feedback was restored.',NULL,NULL,'','LINE',NULL,10,'','29d6168e030fcc7fbdffb621b1a545d1','',NULL),(7954,'en','installer','b02e54bef3c4a46b1df63b34537dcf5c','%d feedback was trashed.',NULL,NULL,'','LINE',NULL,10,'','8da92f4ec40c7c3f353057fd955ffc4c','',NULL),(7955,'en','installer','5a471c21fc94a8dd8cc8cbe0de67b19c','%d feedback was updated.',NULL,NULL,'','LINE',NULL,10,'','2bb697bac57ab5c3ac14072ffc2d9377','',NULL),(7956,'en','installer','4beb3d62b681fd644ed68f9eeab8bf16','%d feedback were permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','c3664ce4c4412a443ca3e4e74542e72b','',NULL),(7957,'en','installer','a0abb9f1429a5b5c82c3f28d573e0cfa','%d feedback were restored.',NULL,NULL,'','LINE',NULL,10,'','da06f16f3edf7be5db20400c1ed6aab9','',NULL),(7958,'en','installer','d63d3f0d203a0757268e4efa1b06684c','%d feedback were trashed.',NULL,NULL,'','LINE',NULL,10,'','7b425b87d49eb15ef1bf395b47d84d0f','',NULL),(7959,'en','installer','97286418a3ba035ac2fcfb7885fc1784','%d feedback were updated.',NULL,NULL,'','LINE',NULL,10,'','2e22897593fd63700b71abbae3a5a707','',NULL),(7960,'en','installer','a3418ef535b672511c3e37f747f8fd38','%s (current locale: %s) - suggested locale(s): %s',NULL,NULL,'','LINE',NULL,10,'','2023e7bc556f809a31b59036e8098777','',NULL),(7961,'en','installer','a9ac19b96d18db79a597a41097611c78','%s are currently hidden to visitors.',NULL,NULL,'','LINE',NULL,10,'','3b7b24f272674a401a55d9f19dabe8b4','',NULL),(7962,'en','installer','0011913aa4438603324ddc50236e9c15','%s cannot access %s to register. Try again to see if it\'s a temporary problem. If the problem continues, make sure that this site has access to the Internet. You can still use the plugin without registration, but you will not receive automated updates.',NULL,NULL,'','LINE',NULL,10,'','895db781f801888fcecf4bf4fd9e1913','',NULL),(7963,'en','installer','d43e75530ea27cac233247e19014fd06','%s cannot update because your site\'s registration is not valid. Please %sregister %s%s again for this site first.',NULL,NULL,'','LINE',NULL,10,'','aa2ff904ba4ce50fab5e30b7b18aeea2','',NULL),(7964,'en','installer','5933da430003e100ad6cd5c02ec96db0','%s is currently hidden to visitors.',NULL,NULL,'','LINE',NULL,10,'','4469e79ec46d55127a69183e168def55','',NULL),(7965,'en','installer','7e4c3023836740f0669be4c12d8a294d','%s is defined in your theme. The language switcher can only be customized using the theme\'s CSS.',NULL,NULL,'','LINE',NULL,10,'','621c93bceb67e90b711fabcdf95dc404','',NULL),(7966,'en','installer','30f5a935178a589294ba95ff099facc3','%s is not translated. %sClick here to make this post type translatable.%s',NULL,NULL,'','LINE',NULL,10,'','d633f0672395cdb0788f6121643de857','',NULL),(7967,'en','installer','fb577f5c99f625457e9cacaf23df44ef','%s is registered on this site. You will receive automatic updates until %s',NULL,NULL,'','LINE',NULL,10,'','a46f50951b71caec61a0a5fb19809edc','',NULL),(7968,'en','installer','f83c849c39d56026b80862c24461e7e5','%s is registered on this site. Your Lifetime account gives you updates for life.',NULL,NULL,'','LINE',NULL,10,'','3f82b5699a8a5b006175b682ea04c919','',NULL),(7969,'en','installer','44bc2ee21d632d683895fbb6a497ab8c','%s is translated via WPML. %sClick here to change translation options.%s',NULL,NULL,'','LINE',NULL,10,'','aab7effcb9a92dd152b647a53618dab4','',NULL),(7970,'en','installer','ad1230fbfb49f3eb704a351ab064825e','%s item',NULL,NULL,'','LINE',NULL,10,'','0452f3ef10e2f2d8743f765b25790dfc','',NULL),(7971,'en','installer','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'','LINE',NULL,10,'','58d9df0eb2e5aad446c627430427ec04','',NULL),(7972,'en','installer','c9a49e41d97426eb95997faf5c1ea1f6','%s orphan comments found.',NULL,NULL,'','LINE',NULL,10,'','d83479f7ec162d138fd5fc0425d88c14','',NULL),(7973,'en','installer','8693e99264bbdab128171eab72d79bf1','%s support on wpml.org',NULL,NULL,'','LINE',NULL,10,'','acc474da4995a45da6d66a9d8f264dc9','',NULL),(7974,'en','installer','68b702cf23e89c41e57036bd63db892f','%sIMPORTANT:%s You are using a version of WooCommerce Multilingual that is not fully compatible with the current WPML version. The %sproducts translation editor has been deactivated%s for this reason.%sPlease upgrade to %sWooCommerce Multilingual 3.8%s to restore the translation editor for products and use all the other functions.',NULL,NULL,'','LINE',NULL,10,'','58667bcee9e7e1ff42570b59d95ed588','',NULL),(7975,'en','installer','e6af88bb3fdda5727c414a05eab1a16e','%sRenew here%s.',NULL,NULL,'','LINE',NULL,10,'','eec777bb8b80278cab72dd61650db1b0','',NULL),(7976,'en','installer','f043fca3f1c186d5e47f2d674882cb4f','(No title for this post yet)',NULL,NULL,'','LINE',NULL,10,'','2c6c3839c3371b3ed7015a9a8859631e','',NULL),(7977,'en','installer','eac86a5059fe9934e841b6f937852573','(allowed: %s)',NULL,NULL,'','LINE',NULL,10,'','1ff061d4068e4856a7e56e077ffdbd8f','',NULL),(7978,'en','installer','98a40d4ee6a59eef30df6b49170ffe1b','(embedded)',NULL,NULL,'','LINE',NULL,10,'','5e952cfea32abf94373567996d5486bb','',NULL),(7979,'en','installer','2011bec9ee55caab4e6477146fca6972','* The clean task may take several minutes to complete.',NULL,NULL,'','LINE',NULL,10,'','f7ab12bfa32d9153675a57b030e5571a','',NULL),(7980,'en','installer','f071c896acf5b444ee5bb88ccb4918b4','* Your theme has a %s file, which sets the default values for WPML.',NULL,NULL,'','LINE',NULL,10,'','c5cbf7cef5e213caa193474a0365279f','',NULL),(7981,'en','installer','76f127f81e962e8a830ed7ed22edb9b8','-- Please select --',NULL,NULL,'','LINE',NULL,10,'','d986fb6cf8ad32f91088230295324c39','',NULL),(7982,'en','installer','361160e7915491ff503b0b0b6353cbf6','--None--',NULL,NULL,'','LINE',NULL,10,'','dc945a5d4d4af64a3a5a5a1ed537e108','',NULL),(7983,'en','installer','07c89b2eff85cead46d7de95cb91e325','--select--',NULL,NULL,'','LINE',NULL,10,'','edd825ba21f43c30aca5e1f68c5de9b2','',NULL),(7984,'en','installer','1ce002f01553732fc42765c8d7b2e821','1. Content language',NULL,NULL,'','LINE',NULL,10,'','17e81e98a26610a1b40380c247d4f107','',NULL),(7985,'en','installer','db2b8dc73071fef99d6d84be455fc36e','1. Translate these strings: ',NULL,NULL,'','LINE',NULL,10,'','a706e8a6ae5694111c7cde78b74dafff','',NULL),(7986,'en','installer','8f580acd91e344ece8d1ce911948e556','You are updating a duplicate post.',NULL,NULL,'','LINE',NULL,10,'1/2 Confirm to make duplicated translations independent','1bc71ac39f17faf7e152b776e2cdeb24','',NULL),(7987,'en','installer','21d93bd3e9144924c822f7b1ab94385b','2. Translation languages',NULL,NULL,'','LINE',NULL,10,'','974f48d95a5c312b0e6114d17e6b23b2','',NULL),(7988,'en','installer','b7b68340e3b403c1d31bdd108c6eb7ab','2. When you\'re done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus.',NULL,NULL,'','LINE',NULL,10,'','7a29562151d5da37fb65b6b06900d9bc','',NULL),(7989,'en','installer','043fb2459901c89fad058f14ae3b00a7','To not lose your changes, WPML will set this post to be translated independently.',NULL,NULL,'','LINE',NULL,10,'2/2 Confirm to make duplicated translations independent','2f706a154b0fb797c507ebbe79c9a1c6','',NULL),(7990,'en','installer','02dfa3556b521d922d3de2681d233b86','3. Language switcher',NULL,NULL,'','LINE',NULL,10,'','8941203031845715779b06d1b9b0c83a','',NULL),(7991,'en','installer','bbf093c15dfe0be376d9b6bc7ab811e6','4. Compatibility',NULL,NULL,'','LINE',NULL,10,'','80fff678d0ceff75b9e03e58b60a7f2a','',NULL),(7992,'en','installer','b4a1e2108a4ccd5feff3d63d7b54040e','5. Registration',NULL,NULL,'','LINE',NULL,10,'','8af4777006adf7b6a785cb22fcd25a5f','',NULL),(7993,'en','installer','2a7909cd3047a405aef824ae92858e56','<<< Back',NULL,NULL,'','LINE',NULL,10,'','ed2c42d47c332823b200f6ae95b4dfed','',NULL),(7994,'en','installer','14f261cb3e200a127260014dad5b5e3f','<i>%s</i> integration',NULL,NULL,'','LINE',NULL,10,'','e858f9a4c445c6eded564d7767ed2177','',NULL),(7995,'en','installer','f575461fdac0d72574e84321aa288c0f','<p>Some taxonomy terms are out of sync between languages. This means that content in some languages will not have the correct tags or categories.</p>\\n\\t\\t\\t <p>In order to synchronize the taxonomies, you need to go over each of them from the following list and click the \"Update taxonomy hierarchy\" button.</p>',NULL,NULL,'','LINE',NULL,10,'','d361a3dcfac619a1fb38ceaa59da9b80','',NULL),(7996,'en','installer','b0b163ef74971cc4f46b343c38872db6','<strong>WPML notice:</strong> Upgrades to this version are only supported from versions %s and above. To upgrade from version %s, first, download <a%s>2.0.4</a>, do the DB upgrade and then go to this version.',NULL,NULL,'','LINE',NULL,10,'','bb9208954b9773fe1063cea1890e13c9','',NULL),(7997,'en','installer','718177b4519868ee66f4694f9d9b2596','A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.',NULL,NULL,'','LINE',NULL,10,'','2234c43a5b761b1c2963991f6dc7d017','',NULL),(7998,'en','installer','9839d6ff145984cf304c667397bd1d3f','A different domain per language',NULL,NULL,'','LINE',NULL,10,'','03074b11f27be18aa2d9e894278ceae8','',NULL),(7999,'en','installer','811ebe30d8b4eeb0097c92cb10701e1f','A memory limit of at least 128MB is required.',NULL,NULL,'','LINE',NULL,10,'','2bb037cd7cf784fa069b8e3c0a0aaa59','',NULL),(8000,'en','installer','9b40030913085ef2ad847c56b7d41ba6','A page',NULL,NULL,'','LINE',NULL,10,'','bf4e3304b7f0febae2d716ede325dc33','',NULL),(8001,'en','installer','1d6d5e757bb2989eb7f5863a56edce11','AJAX Error:',NULL,NULL,'','LINE',NULL,10,'','764f561fa935b8d091931216954bb79b','',NULL),(8002,'en','installer','4cfe6c06e5f9164bcf75c844d1796a43','Above post',NULL,NULL,'','LINE',NULL,10,'','1cca2fe8060a387f4339fe9c05645f61','',NULL),(8003,'en','installer','8e3784e3468e159f8722aabba2c1d542','Accordion Item Content',NULL,NULL,'','LINE',NULL,10,'','fb2ed5885a56157a6837873bdc01aa40','',NULL),(8004,'en','installer','96123066f86e49dd9b0c4374041c8c9e','Accordion Item Label',NULL,NULL,'','LINE',NULL,10,'','963b1d8021d79957832c07df7fd81a28','',NULL),(8005,'en','installer','4b3d79a12a7d2656d7a8b8f0a6f477e8','Accordion: Content',NULL,NULL,'','LINE',NULL,10,'','63a4eff512c88a579b0fff7d852e1889','',NULL),(8006,'en','installer','7b7e96934dd7ce3626c2749f74ac9b00','Accordion: Title',NULL,NULL,'','LINE',NULL,10,'','5cd12bb55f4f06e8903ac987375c0a70','',NULL),(8007,'en','installer','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'','LINE',NULL,10,'','70ef791c8d841e5130992630ecb06f87','',NULL),(8008,'en','installer','0d685d87714f829530cdc945dacbebf6','Activate after download',NULL,NULL,'','LINE',NULL,10,'','43a0c3c3b1c5ef666eab5cbf1a41b728','',NULL),(8009,'en','installer','7e348475f01e679afe30ddd667fda76f','Activating %s',NULL,NULL,'','LINE',NULL,10,'','5599776b80c5989441e2eb61eb22e8a6','',NULL),(8010,'en','installer','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,10,'','d6edd8a5080450c6baa61a015065a418','',NULL),(8011,'en','installer','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,10,'','dbd92f5fbfe61a20bb03be81dfb32421','',NULL),(8012,'en','installer','b95c09fb28e80cc672fd533a62252d70','Add %s',NULL,NULL,'','LINE',NULL,10,'','0b454cb27e5745dde0ab5cf009a417aa','',NULL),(8013,'en','installer','29b3148fb536c7ca10a3971e7ba52d63','Add / Remove languages',NULL,NULL,'','LINE',NULL,10,'','e4113905a80670ab82957bf1856d7385','',NULL),(8014,'en','installer','bdd0a981f1fbc90c021cf10c97da233d','Add Language',NULL,NULL,'','LINE',NULL,10,'','466c4af350463a27a7787f090432989b','',NULL),(8015,'en','installer','d9230376acf19956ca40604709134d75','Add a comma-separated list of URL arguments that you want WPML to pass when switching languages.',NULL,NULL,'','LINE',NULL,10,'','6b68257a92ffdd6e29c734f2d6c38b49','',NULL),(8016,'en','installer','7a5ec45831767aba2d5faec45dc24a1d','Add a language switcher',NULL,NULL,'','LINE',NULL,10,'','96179d85d2ea62c5c54cb7cd78231293','',NULL),(8017,'en','installer','1fb9341ff5b350b6c7a765da5e038fb2','Add a new language switcher to a menu',NULL,NULL,'','LINE',NULL,10,'','05019a67984bec38c6c9ec8724b86cde','',NULL),(8018,'en','installer','9c21f426de6af17dcc0f819eca29c893','Add a new language switcher to a widget area',NULL,NULL,'','LINE',NULL,10,'','8386a677170002acbe878ace9591d88c','',NULL),(8019,'en','installer','2bbb1d5fcbe5860b3a8bf9a04137bdbe','Add a note to the administrator',NULL,NULL,'','LINE',NULL,10,'','75d247bac4ac986882008322c3dc8d53','',NULL),(8020,'en','installer','b191d07ee61fc958c3e1eeb8b990e2fb','Add a note to the translator',NULL,NULL,'','LINE',NULL,10,'','fdfe6df0ba77a3b933dbba17628a40a4','',NULL),(8021,'en','installer','822d44b193b0edc0d2075bc03acdd1c2','Add menu translation: %s',NULL,NULL,'','LINE',NULL,10,'','7007b0d82c1c6ddc38704f7d98e537f4','',NULL),(8022,'en','installer','3837ef9bb2b59006ee03b57f4d13c64a','Add the following line:',NULL,NULL,'','LINE',NULL,10,'','01f2a659c6fd8eb5b4a3ddecfa15bfc6','',NULL),(8023,'en','installer','8909658aada480ef27bf3520afb179c5','Add translation',NULL,NULL,'','LINE',NULL,10,'','aca07691e8e2a7d380d8971932292c52','',NULL),(8024,'en','installer','63da1499253102029cf5ba1a609d904a','Add translation to %s',NULL,NULL,'','LINE',NULL,10,'','efaa2659ce5404bbeeb03eb197d9dc1f','',NULL),(8025,'en','installer','b1e37b8318f395480a39a7702690d910','Adding language failed.',NULL,NULL,'','LINE',NULL,10,'','ac90dd6979b4d9406d1db932a02e8008','',NULL),(8026,'en','installer','7d1fb8f96e8456dbae296e8ec52638a1','Adding translation for: %s.',NULL,NULL,'','LINE',NULL,10,'','2876e1dbfaae33875f7a0764abd55bba','',NULL),(8027,'en','installer','f8007c1f15cc25eca73c9fcf83b2cb43','Additional CSS',NULL,NULL,'','LINE',NULL,10,'','9078c4558bd875ecf69b34a87906a73a','',NULL),(8028,'en','installer','f3056959819992ed2dc52313b5900cd4','Adds language information to posts and taxonomies that are missing this information.',NULL,NULL,'','LINE',NULL,10,'','8737e2f95750cfd90218defdb22ad91c','',NULL),(8029,'en','installer','21e98186e98224130811b2dc1b818649','Adjust IDs for multilingual functionality',NULL,NULL,'','LINE',NULL,10,'','f896bd5209237a7853fa0cc6b03c5be8','',NULL),(8030,'en','installer','e3afed0047b08059d0fada10f400c1e5','Admin',NULL,NULL,'','LINE',NULL,10,'','868dc9cb5a46a9412fc0b2c9f04dd90a','',NULL),(8031,'en','installer','7d8279c4b94cd74550169369df3f6a01','Admin language',NULL,NULL,'','LINE',NULL,10,'','b2193c1a0e660ecbdb1bc91ce2dde287','',NULL),(8032,'en','installer','4d9d4bb2283f3943645d9dddc6adbd8e','Admin replied',NULL,NULL,'','LINE',NULL,10,'','4ac62775325537f32df0e0a7f161495f','',NULL),(8033,'en','installer','fe4c6a5e7bd6793b37370e4e46daf998','Advanced settings',NULL,NULL,'','LINE',NULL,10,'','3ceef027e0a6e57cdb6697bc33cec65d','',NULL),(8034,'en','installer','910cb16074d25d85ebe483da6004396b','Affected Taxonomies',NULL,NULL,'','LINE',NULL,10,'','7638176717edd1d9714a367c85c8ab00','',NULL),(8035,'en','installer','47a6f33cd8977a9502bdea0317e1ceba','Alert description',NULL,NULL,'','LINE',NULL,10,'','2d3d26b3f3986d23a67ec05c193e2647','',NULL),(8036,'en','installer','faffdd44bb11c49cd69c80dd1f1ff4c3','Alert title',NULL,NULL,'','LINE',NULL,10,'','59cf76f71a5790307faf02ba59682f37','',NULL),(8037,'en','installer','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','3d9388b303b05ac74b4a047909efa8ee','',NULL),(8038,'en','installer','53ded23a712b29ac06cb364ea8be689b','All Languages',NULL,NULL,'','LINE',NULL,10,'','5b5a31fe9721f938616911703376302b','',NULL),(8039,'en','installer','f7a1f7d70a6b3c93cd6917b92e985b0d','All categories and tags will be translated if possible.',NULL,NULL,'','LINE',NULL,10,'','8e043122a2915c22110783599d676172','',NULL),(8040,'en','installer','820e6c125ff4689705d209ca4c1a8e8d','All language switchers in your site are affected by the settings in this section.',NULL,NULL,'','LINE',NULL,10,'','237f747329df207a6a32ab0a6e71e0ba','',NULL),(8041,'en','installer','abdffc07f137a3b4b3e4df13d2cafee4','All languages',NULL,NULL,'','LINE',NULL,10,'','777580c1cabfd9c56cbf74ca8f8fd5c4','',NULL),(8042,'en','installer','e05e6b3ee71659b222f78f94b2320bbd','All languages are currently displayed.',NULL,NULL,'','LINE',NULL,10,'','6fb4fe7c5003096eccfd22b889e3467f','',NULL),(8043,'en','installer','89864a7780fc6c84f35c6f76fe8147d8','All languages are currently displayed. Choose what to do when site languages are hidden.',NULL,NULL,'','LINE',NULL,10,'','2c8477f6ef4ae60e65715c78730278a4','',NULL),(8044,'en','installer','d70e0a3cfc270f0582f87e01e55e944d','All term names updated',NULL,NULL,'','LINE',NULL,10,'','28eae66374818ba7a2d7502f98db5448','',NULL),(8045,'en','installer','ef6db02f8ef7aeb5aab2b2897ea8f615','All translation data will be lost if you reset WPML\'s data. They cannot be recovered later.',NULL,NULL,'','LINE',NULL,10,'','199c759be41bf66ea754579bba32b961','',NULL),(8046,'en','installer','32da710ce98cf3b01a419b6199670e29','Allows linking existing translations after changing custom posts definition (name) ',NULL,NULL,'','LINE',NULL,10,'','76c10f131efdedd7e1f9e02f7c5e8c7f','',NULL),(8047,'en','installer','32fc8316d2df26923534313fb8588764','Allows linking existing translations after changing custom taxonomies definition (name) ',NULL,NULL,'','LINE',NULL,10,'','06cc60da6a7e75f939cf5535b50b5070','',NULL),(8048,'en','installer','3f407c3f52052fdb1fe73526fdfb28fc','Already bought %s?',NULL,NULL,'','LINE',NULL,10,'','5be402d52a51a4ffd8a5bd234ec0ced9','',NULL),(8049,'en','installer','4492fff654b4295a9d65f7cdc135949a','Already bought?',NULL,NULL,'','LINE',NULL,10,'','81d3dac8a08728b1f1eb4d878da28e19','',NULL),(8050,'en','installer','53206fefa65806881beb2d5db9a0d757','Always ask for feedback (no time limit for feedback)',NULL,NULL,'','LINE',NULL,10,'','5ad3cd90aff0b410c899bee9d48aae92','',NULL),(8051,'en','installer','645fd8121b58a003a2bd23abf6925f6f','Always redirect visitors based on browser language (redirect to home page if translations are missing)',NULL,NULL,'','LINE',NULL,10,'','a551d187910e8ec65483db5de2eb1c89','',NULL),(8052,'en','installer','f04fd3afce027def1ed69317c5ec41ad','An attempt to open the URL specified as a root page failed with the following error:',NULL,NULL,'','LINE',NULL,10,'','25ea3a937c7c1f3d239b5fd11d2dc754','',NULL),(8053,'en','installer','0f646edd16758fbcf766816af7fa488a','An email has been sent to %s to report the issue. Please check your email for a feedback from their part.',NULL,NULL,'','LINE',NULL,10,'','c9724c7a54457f71b10c9a1f79b468bb','',NULL),(8054,'en','installer','91c35d44ac602ae5967cd484d671eec1','Animated Headline: Before text',NULL,NULL,'','LINE',NULL,10,'','9b43b97c2b6b40aff84e4ef1681d5b44','',NULL),(8055,'en','installer','79fa8fc3f7bb256848481b3a338177d7','Animated Headline: Highlighted text',NULL,NULL,'','LINE',NULL,10,'','a19c28f572ab252be4c87b34f8b5de2b','',NULL),(8056,'en','installer','b08ba30381704a0e66e0db995f53445c','Animated Headline: Rotating text',NULL,NULL,'','LINE',NULL,10,'','e4197f7b677df52d566bd343b2138ee2','',NULL),(8057,'en','installer','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','97d9af177cd2728d7f9d8534bfa34aa7','',NULL),(8058,'en','installer','3d6aea7f98cd88d497d4ef27b40ae782','Apply changes',NULL,NULL,'','LINE',NULL,10,'','824950a6458c69b8edd4f7ff86941188','',NULL),(8059,'en','installer','e4947a3bf87f07b8e4ffcec52859654a','Apply to all users',NULL,NULL,'','LINE',NULL,10,'','31fd18f1e6060af239ed16057c0bf2a6','',NULL),(8060,'en','installer','6f8063417ab31f38d864c28302f3de2f','Approved',NULL,NULL,'','LINE',NULL,10,'','f61337656da603c0bf444a54229f9a4b','',NULL),(8061,'en','installer','7d69b3cb4cada18ae61811304f8fbcb5','Archived',NULL,NULL,'','LINE',NULL,10,'','9937b35f8f671a222e193b29ca45a7f1','',NULL),(8062,'en','installer','86a49c66831a8106ee3b85afea93d669','Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!',NULL,NULL,'','LINE',NULL,10,'','d41bf3063c56e862d4ee0d6e3549e2e3','',NULL),(8063,'en','installer','0fd5f5dcd23ef428159e402643e380c5','Are you sure you want to remove this site key?',NULL,NULL,'','LINE',NULL,10,'','6a154558626d6ef94d2622994829f2fd','',NULL),(8064,'en','installer','14be63f64d7ef835828eefb18adf26b8','Are you sure you want to reset all translation and language data? This operation cannot be reversed!',NULL,NULL,'','LINE',NULL,10,'','2999538d979097012d8599dcdae09232','',NULL),(8065,'en','installer','0fe3ec18abd870c382d15a89a2526f7c','Are you sure you want to reset to the default settings?',NULL,NULL,'','LINE',NULL,10,'','f196de99c858a038dc7c5a051fceb796','',NULL),(8066,'en','installer','7dbf0c01503fafff4e413e3a25090d67','Are you sure you want to unregister?',NULL,NULL,'','LINE',NULL,10,'','76050168dac48444a6f365a5a373664d','',NULL),(8067,'en','installer','7bf7ef61cd8f59b97f56e1e92c8cd74e','As early as possible',NULL,NULL,'','LINE',NULL,10,'','5e0670ea017b6dfdcd36e562661d906e','',NULL),(8068,'en','installer','f702dbe05c5f48219f56b63ae4d90359','Ask for feedback about translated content that was %1s in the last %2s %3s',NULL,NULL,'','LINE',NULL,10,'','861db494cfcb3b9e4b6c876fcfc7037a','',NULL),(8069,'en','installer','185b7133db22230701a857c059360cc2','Assign',NULL,NULL,'','LINE',NULL,10,'','e8bfe5111aaa299229473e005c606d7c','',NULL),(8070,'en','installer','4ed28590d2a62d0511ffa77acc2f8e16','Assign translation status to duplicated content',NULL,NULL,'','LINE',NULL,10,'','61f8a26e59b1f53de3f5acca794fb0ac','',NULL),(8071,'en','installer','f4999767a462697a508e33ef3262e42f','Auto sign-in and sign-out users from all domains',NULL,NULL,'','LINE',NULL,10,'','950ff61a2c32946b3846aa85275de0ee','',NULL),(8072,'en','installer','0750c90d9fcdd193dc8dd39cb4f8f238','Auto-generated title. Click to edit.',NULL,NULL,'','LINE',NULL,10,'','42eb0ca0863ad8166c65b29b98f976a7','',NULL),(8073,'en','installer','5ce8cd960e2ee1be62e8b16413d77a8e','Automatically clear the cache when strings are translated',NULL,NULL,'','LINE',NULL,10,'','cb58816fa8af54b9d3b13b7197dfa27a','',NULL),(8074,'en','installer','3e34ddf46fbac3e2396e21ffa22c25c7','Automatically load the theme\'s .mo file using \'load_theme_textdomain\'',NULL,NULL,'','LINE',NULL,10,'','27a73325ae3ae267c112964d7d7da3a8','',NULL),(8075,'en','installer','78945de8de090e90045d299651a68a9b','Available',NULL,NULL,'','LINE',NULL,10,'','050e638de75304d0efb06611b0ef5475','',NULL),(8076,'en','installer','397ef43a0b7716551ad86ce8774e27a5','Average rating - %s',NULL,NULL,'','LINE',NULL,10,'','11089afa8617a327b1686c840607b9e5','',NULL),(8077,'en','installer','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'','LINE',NULL,10,'','176694a228751ce3fe598d53496b7180','',NULL),(8078,'en','installer','9e0258a6b993a53d5150b5cab5888622','Back to languages',NULL,NULL,'','LINE',NULL,10,'','bf06e8a2cbda02412cdc3b5f8e2a86f1','',NULL),(8079,'en','installer','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'','LINE',NULL,10,'','7f0ff4b20496f50d91714af6ddbdb880','',NULL),(8080,'en','installer','cd8aa1bae4ee577c4b0e51ffe81058b0','Backwards compatibility',NULL,NULL,'','LINE',NULL,10,'','c94efab1eb95d3a17d85069c1258592d','',NULL),(8081,'en','installer','ca959118c93eb415cf64bdadbc28c754','Because encryption is not supported on your host, the data will only have a basic encoding with the bse64 algorithm.',NULL,NULL,'','LINE',NULL,10,'','cda0b8e17ddff7332eb1d8610cd9214c','',NULL),(8082,'en','installer','17a4fabd6d3e8f164cebe1b2cdd82989','Before adding other languages, please select the language existing contents are written in:',NULL,NULL,'','LINE',NULL,10,'','28c33f98810488685af379bc0ccc3f8f','',NULL),(8083,'en','installer','2a686d9147ae06dd5938c7de8cf79bcf','Below post',NULL,NULL,'','LINE',NULL,10,'','d87f701a32a2ad351be2c16986704a9b','',NULL),(8084,'en','installer','0b87d66b88c72957dfea8c9605016442','Beta',NULL,NULL,'','LINE',NULL,10,'','9a49346fdbb1d27ae457c73cdba5cfee','',NULL),(8085,'en','installer','80d3b8441a46cf5e26f3820598561fa2','Blockquote: Content',NULL,NULL,'','LINE',NULL,10,'','0be4c0eb23cece03dfea9c3049fcafe3','',NULL),(8086,'en','installer','d3cba85196571f2da12d646bf809d3bf','Blockquote: Tweet button label',NULL,NULL,'','LINE',NULL,10,'','b5ed223bcea09c1e350846a76119c67f','',NULL),(8087,'en','installer','1ac0b16fb4ec44cbd213edee54ae82c1','Blog posts from the site\'s default language, or translations when they exist',NULL,NULL,'','LINE',NULL,10,'','61b8878f78aef6137915568b29313d1c','',NULL),(8088,'en','installer','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'','LINE',NULL,10,'','07bcdbb2d7cc276358dcdd1e3adc6541','',NULL),(8089,'en','installer','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'','LINE',NULL,10,'','269ec539c15f1472a4b4b0905613d716','',NULL),(8090,'en','installer','c87124fc7a04a8797862409edea09f0c','Browser language redirect',NULL,NULL,'','LINE',NULL,10,'','f35078917cf3fcd2bf8eecf7d353f398','',NULL),(8091,'en','installer','65faa392683fb6c7ef535a8491e93e26','Browser language redirect may affect your site\'s indexing',NULL,NULL,'','LINE',NULL,10,'','7d0b1f4b1648b5b0d6ab0fec002dedfc','',NULL),(8092,'en','installer','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'','LINE',NULL,10,'','6c399c7686ddcfaa06aa85a3bb3fb132','',NULL),(8093,'en','installer','87b7760f14fbff78d8819291f36ab9a0','Button',NULL,NULL,'','LINE',NULL,10,'','358c03a8a2eaf0a67f4f57ab36d60229','',NULL),(8094,'en','installer','2dc404562fdb873fe663697d883e9c6e','Button: Link URL',NULL,NULL,'','LINE',NULL,10,'','5d98e9f89cad7bff11214a9d33e38913','',NULL),(8095,'en','installer','74a8e8bcb85d5f8d2e47198fa7040ec5','Buy %s',NULL,NULL,'','LINE',NULL,10,'','91ab4f28089157380c346e93e5573e7c','',NULL),(8096,'en','installer','8e7dcff213736f86844afa91522d3a23','Call to Action: Button link',NULL,NULL,'','LINE',NULL,10,'','a2672e6b08d9dda1821fa8c5481ce2be','',NULL),(8097,'en','installer','fea495214a71b446adf762db8e3b908f','Call to Action: Button text',NULL,NULL,'','LINE',NULL,10,'','b1f5971edda80cd0c0d41c008732c35e','',NULL),(8098,'en','installer','0399b5dc2ca4879a5e4a34220f8d4cbb','Call to Action: Heading',NULL,NULL,'','LINE',NULL,10,'','126015327c7bfbe2844255613daee211','',NULL),(8099,'en','installer','10248bf10ccba3cabe3e0ef9b4fb8ae5','Call to Action: Text',NULL,NULL,'','LINE',NULL,10,'','70ab1e96cbea2b8a281eaf1dcf5e1fd9','',NULL),(8100,'en','installer','9c011fa7e11f4e20b637f4f6950731d8','Call to action: button',NULL,NULL,'','LINE',NULL,10,'','9529c3fa210bdf694f6e3b51fff6f28b','',NULL),(8101,'en','installer','8b07d3def43676f9bd9bcd9d7799610c','Call to action: description',NULL,NULL,'','LINE',NULL,10,'','b5110b809091dabba07de829b6097a61','',NULL),(8102,'en','installer','9bc022b31f6c8bda9de8ac88f4c216a6','Call to action: link',NULL,NULL,'','LINE',NULL,10,'','5c547be55bb8a9d3ba888108a5426215','',NULL),(8103,'en','installer','24f90bf7242b4625e817c658838ee10a','Call to action: ribbon title',NULL,NULL,'','LINE',NULL,10,'','57df7f41ce88d472bd17149e35f72bda','',NULL),(8104,'en','installer','5c45b77dce87d95f113200d33d9d7674','Call to action: title',NULL,NULL,'','LINE',NULL,10,'','20a5b07520808e55cb2002f3c40542d0','',NULL),(8105,'en','installer','e179fbb3b33dceb6384c006d218268c3','Callout: Call to action text',NULL,NULL,'','LINE',NULL,10,'','670f8cf34f22f78e6798eb722631aa33','',NULL),(8106,'en','installer','158a88b3986657c41a0330cc8b4f29dc','Callout: Heading',NULL,NULL,'','LINE',NULL,10,'','c2d64030f85c6935db8a33c07439a526','',NULL),(8107,'en','installer','06495a55556ae765e0098bfabb4a0cf7','Callout: Link',NULL,NULL,'','LINE',NULL,10,'','c5e55540432ba080effc2f1c202be335','',NULL),(8108,'en','installer','1c56475d7fb7228bee50d4fd9269e07c','Callout: Text',NULL,NULL,'','LINE',NULL,10,'','d81779e32a214097d617b8f0dc6b4946','',NULL),(8109,'en','installer','12a38fb3393bcd3f8f160580eb7f66b1','Can\'t create a duplicate. A translation is in progress.',NULL,NULL,'','LINE',NULL,10,'','b97052be6dbd655b9dabd7299bced753','',NULL),(8110,'en','installer','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','2ba7979d396d8c82692cba78e4afb349','',NULL),(8111,'en','installer','0e2a5d4a5fe63552b42de4f5dcb1dd37','Cancel registration',NULL,NULL,'','LINE',NULL,10,'','6af256ecdffc037b8d45fd87c8b27d18','',NULL),(8112,'en','installer','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'','a2a0fd61c1857099d1c8a53245a2d6b1','',NULL),(8113,'en','installer','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'','LINE',NULL,10,'','658416e89e938342e63c2435b941f453','',NULL),(8114,'en','installer','8ad43884acf0c69df2c0d5d10283aaf9','Change default language',NULL,NULL,'','LINE',NULL,10,'','2393ef0feb533eabfacb4ec7d161b6c9','',NULL),(8115,'en','installer','91d656fbb78e3322a596f4d8ed753c05','Change language',NULL,NULL,'','LINE',NULL,10,'','22b24f31e4bb760782e26997d3f38508','',NULL),(8116,'en','installer','95148c5ca0afad01258392d9317b52f7','Change menu order for %s',NULL,NULL,'','LINE',NULL,10,'','9abe2d896995e055fa6abda8afeaed11','',NULL),(8117,'en','installer','5c910d84a9bc86dcda3c2c0d5c3982a2','Changing the site\'s default language can cause some content to disappear.',NULL,NULL,'','LINE',NULL,10,'','614f7168b792d760b00d80850ef0f558','',NULL),(8118,'en','installer','541f9c09cd4374ab74c677afa9a15411','Check for orphan comments',NULL,NULL,'','LINE',NULL,10,'','09cd284edbbde7ea864f998db71438b0','',NULL),(8119,'en','installer','eb1b4bb3667dd670210c7822badc2f1d','Check for updates',NULL,NULL,'','LINE',NULL,10,'','a791748ec711600832b3f0bd38689626','',NULL),(8120,'en','installer','44e6108ff458cea05eca82b296ef617f','Checking...',NULL,NULL,'','LINE',NULL,10,'','f4702db8d942fce173595a22038e3f52','',NULL),(8121,'en','installer','663c5a690231c18c304f54897dc88b1f','Choose a menu',NULL,NULL,'','LINE',NULL,10,'','d3376e235f8a31fb63b6fb1abae2e4a6','',NULL),(8122,'en','installer','3a9c104c9aadb05ff0b76dbb615ede2d','Choose a post to assign',NULL,NULL,'','LINE',NULL,10,'','621421f763de2a81a5a53d70029cb830','',NULL),(8123,'en','installer','b2b8e5fafd27a5d093c4d712cb5a6269','Choose a widget area',NULL,NULL,'','LINE',NULL,10,'','537be7f74283c1347ca8ec77c94cc8e8','',NULL),(8124,'en','installer','c970d50c03bfd22b64b1e8b95edd9e13','Choose how to determine which language visitors see contents in',NULL,NULL,'','LINE',NULL,10,'','94039bc3d02b33eb57b144dccb7afa43','',NULL),(8125,'en','installer','cc3787ca78f445f481069a4c047f7e7a','Choose language:',NULL,NULL,'','LINE',NULL,10,'','a03a8f31c11931d0b5dec499cfbc4784','',NULL),(8126,'en','installer','098be71f0601ec92af7a05bc610300ae','Choose what to do when translating content with this field:',NULL,NULL,'','LINE',NULL,10,'','e52b44f513da56e249491627b642d4a2','',NULL),(8127,'en','installer','7b1f3492058ff59dacc31a26ee8ee080','Clean orphan comments',NULL,NULL,'','LINE',NULL,10,'','5684f2c6c8a18804f97908e48901d7b3','',NULL),(8128,'en','installer','9f351e9815c428a76aecab3c2c4a4b75','Clean up',NULL,NULL,'','LINE',NULL,10,'','162cafe2bd28b6f82d57ed808e807e36','',NULL),(8129,'en','installer','b3ecbd0ce72c6682260c9f871ad1cdf3','Clear all colors',NULL,NULL,'','LINE',NULL,10,'','31b3f6f40d9e83077ed40c4ab41528df','',NULL),(8130,'en','installer','02bef0bfea49398571c9d4f6dd8455ef','Clear cache now',NULL,NULL,'','LINE',NULL,10,'','de009751c515f71badd297aa6757ca19','',NULL),(8131,'en','installer','d0390210a1fb8f729d64b889c80c0091','Clear language information and repopulate languages',NULL,NULL,'','LINE',NULL,10,'','075a5809b002fd84f48274d49ab7fe1a','',NULL),(8132,'en','installer','6bee5661e926f636f142c7f60a227116','Clear log',NULL,NULL,'','LINE',NULL,10,'','2fb1443988f3d3d58aadf1ac0b00827e','',NULL),(8133,'en','installer','9954dadae23ce276e12b3bdd93929b07','Clear the cache in WPML',NULL,NULL,'','LINE',NULL,10,'','ac2ac094072c09aba079aeb4482405ca','',NULL),(8134,'en','installer','103d35bda1e2252063fb808eb399b3b6','Click to see individual components options.',NULL,NULL,'','LINE',NULL,10,'','6b2703412465cdaab273a6668c5c89e3','',NULL),(8135,'en','installer','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'','LINE',NULL,10,'','1b96d714294dc9f476acf515dc282d61','',NULL),(8136,'en','installer','47489dcdf5a7ec4889225a7093998a8c','Color themes:',NULL,NULL,'','LINE',NULL,10,'','d059c1ca94dd3a042ee1352743fc8500','',NULL),(8137,'en','installer','b2788e1ab6be65f1c38bf7d23cd081f1','Commercial',NULL,NULL,'','LINE',NULL,10,'','7e3e0051ce1de356d6edae9b27cb6867','',NULL),(8138,'en','installer','4477b0f1fab9823df44ecf623dddc9cf','Communication:',NULL,NULL,'','LINE',NULL,10,'','0fa9ee91c246b90fb4deccf2c8504efb','',NULL),(8139,'en','installer','a6a054a85a33110ac2f6f248f536957e','Compatibility reporting',NULL,NULL,'','LINE',NULL,10,'','db5ea46686f1d03dc8af23e8391079e2','',NULL),(8140,'en','installer','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,10,'','a53bea42bf83dbe9d81fafb6e1581d98','',NULL),(8141,'en','installer','c3aa48739e3be373097ddc6bcfa895bd','Completed: %1$d posts were processed for \"%2$s\".',NULL,NULL,'','LINE',NULL,10,'','1391fb90cffe904a2719ed7d7d44224e','',NULL),(8142,'en','installer','eae2f4147bc7cff789dbeefbbd64186d','Configuration for compatibility between your active plugins and theme is updated automatically on daily basis.',NULL,NULL,'','LINE',NULL,10,'','ea1dfc3cfe23c2aefbc7ae352e97f98b','',NULL),(8143,'en','installer','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,10,'','62d146b0324c3d387f228dbdee1e5931','',NULL),(8144,'en','installer','29258eecb1f07bdedeb1493b098c3ca7','Configure WPML',NULL,NULL,'','LINE',NULL,10,'','6ddeb81108ab30799b436a259c57e773','',NULL),(8145,'en','installer','5ab28e8992b3e31ce398b643a99b082b','Connect this post?',NULL,NULL,'','LINE',NULL,10,'','7b0740b9c3963eb733e0e2c061971856','',NULL),(8146,'en','installer','0da7d8e04ad6909c45b2f16c2a418cd8','Connect with translations',NULL,NULL,'','LINE',NULL,10,'','b8e8cc32f1e5cd1e5359d7b839d8e9b5','',NULL),(8147,'en','installer','59053471eef016d21bdeb406c290eb73','Contact Form: Button text',NULL,NULL,'','LINE',NULL,10,'','e50120f913d5b2097274f545ae184e27','',NULL),(8148,'en','installer','0082f5d4ddc15c6b532b98ce860090d9','Contact Form: Redirect link',NULL,NULL,'','LINE',NULL,10,'','9241b9be9420c27370fe509ad300e2f7','',NULL),(8149,'en','installer','2f9a91fb585d720fc934c14bbf44b7d8','Contact Form: Success message',NULL,NULL,'','LINE',NULL,10,'','16f9b2b6625dad4e67a485979167ea45','',NULL),(8150,'en','installer','55a4400ea4ecd28c9ff6ea47f902a9f2','Contact the translator',NULL,NULL,'','LINE',NULL,10,'','1b05b590fed3904bfb346b8c7c9e21d2','',NULL),(8151,'en','installer','2c44aafee3053d196eeab792fddeca58','Content Slider: Slide call to action link',NULL,NULL,'','LINE',NULL,10,'','983fea7d113ab5c61d7e6acef06434c5','',NULL),(8152,'en','installer','b1aa4e986940f23524e02a713d715b0c','Content Slider: Slide call to action text',NULL,NULL,'','LINE',NULL,10,'','2d76fee7dae854577a43642ac7037418','',NULL),(8153,'en','installer','f1fe90fd2e84a831e7f9ca19989468a5','Content Slider: Slide content',NULL,NULL,'','LINE',NULL,10,'','064afd93d96a52cf36dac98ce53c8e37','',NULL),(8154,'en','installer','82b68098a2ca2370ea6829dde5055a37','Content Slider: Slide heading',NULL,NULL,'','LINE',NULL,10,'','c9f20dc6bf0439b8d3cdbe9207f536bf','',NULL),(8155,'en','installer','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,10,'','846a9733e12e070e8571de0190547bfb','',NULL),(8156,'en','installer','255cba0b589ec76d7ae9851e286a4deb','Copied From the Original',NULL,NULL,'','LINE',NULL,10,'','de6f33e4795ed035ae4185270159bb72','',NULL),(8157,'en','installer','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,10,'','e51dd4f955d717b81ead5352ae4bc52a','',NULL),(8158,'en','installer','240213ebdf5396f8634f4f6bd9c98cad','Copy content from %s',NULL,NULL,'','LINE',NULL,10,'','f86720bb0ddfe821339c1837856ac74d','',NULL),(8159,'en','installer','9ed933b73ccd20c27608c1fc5e456502','Copy from original',NULL,NULL,'','LINE',NULL,10,'','bef7f028373df2eb1a0067c1a3f0f23f','',NULL),(8160,'en','installer','4b0c9c77c35d2424fb0a5efcdaa42161','Copy from original to translation',NULL,NULL,'','LINE',NULL,10,'','371c02eace92ca08dafdd0455d1ba8ab','',NULL),(8161,'en','installer','06adefbf74556d65a06bba1c2e7267a7','Copy once',NULL,NULL,'','LINE',NULL,10,'','d08a97e088a8100d7322bfe0052f0a08','',NULL),(8162,'en','installer','b535fe332b5716dcfc51abd64eebeb14','Copy publishing date to translations',NULL,NULL,'','LINE',NULL,10,'','3a1ed74563ab8d92c0df7e857e3ba2f1','',NULL),(8163,'en','installer','62647da799987a8bb9400acd6fea67da','Copy taxonomy to translations',NULL,NULL,'','LINE',NULL,10,'','c879dcca81cf841370d3f5c391faa94e','',NULL),(8164,'en','installer','11c8b2a3f25abca08f472b0cb0969826','Copy this term from original: %1$s to all other languages?',NULL,NULL,'','LINE',NULL,10,'','e57ee04bf8cede4248533fa0b0362dac','',NULL),(8165,'en','installer','8affcba03931b185815277e6a29fd00c','Copy to all languages',NULL,NULL,'','LINE',NULL,10,'','8f0fe5d9b894a6564977535942a948e1','',NULL),(8166,'en','installer','f906c5a7d88fed97f171d7cdc1286765','Correct post type assignment for translations of custom post types in case something went wrong.',NULL,NULL,'','LINE',NULL,10,'','b4bfd20a4e4efa25e5bff232473e42ae','',NULL),(8167,'en','installer','cacde581ede72f6f6fdfcdf4ddded24d','Correct terms count in case something went wrong with translated contents.',NULL,NULL,'','LINE',NULL,10,'','6e8389c9f2eca23f3a5ba7cd006600d0','',NULL),(8168,'en','installer','714c763ff997482eda7d52eea309f679','Corrected by:',NULL,NULL,'','LINE',NULL,10,'','34537e7226ac22b5ecd1d0ec830feeb6','',NULL),(8169,'en','installer','33da6f33be08515513f68a8e75ad9f7f','Could not fetch the status from %s.',NULL,NULL,'','LINE',NULL,10,'','9bbb0cefc758a62cfa14b5572af92d47','',NULL),(8170,'en','installer','2014c501fd312995bc4606b52f17aa89','Could not send the report to %s.',NULL,NULL,'','LINE',NULL,10,'','a2251c69604b44d990223514c83cab35','',NULL),(8171,'en','installer','e790092a6531d3f1b3c3fd9a4203b530','Create duplicate',NULL,NULL,'','LINE',NULL,10,'','e0c0c60bd54933cedf11a120be57ad54','',NULL),(8172,'en','installer','f74dbf290a5d79714aaacff3659636bb','Create root page.',NULL,NULL,'','LINE',NULL,10,'','6af6639222e208b1dd17b2574d916058','',NULL),(8173,'en','installer','1ef3c8f9949bd694c8ee93ed36de3dc3','Creating new tables...',NULL,NULL,'','LINE',NULL,10,'','98d501840757feecd2df531eed8bb0ba','',NULL),(8174,'en','installer','222a267cc5778206b253be35ee3ddab5','Current',NULL,NULL,'','LINE',NULL,10,'','88ad11621e1f1edafa3e9e17362ce87c','',NULL),(8175,'en','installer','4af1ad98b2ec12f78af9bc58e1049d04','Current content language',NULL,NULL,'','LINE',NULL,10,'','643066689a836713c6f35f641112addf','',NULL),(8176,'en','installer','d672f0a4a1dda98ca38dc490b65c63d8','Current language',NULL,NULL,'','LINE',NULL,10,'','ac1ba8821e52caa6edddd77f48b7c119','',NULL),(8177,'en','installer','b06467ac2d4d5ec4d1904187bf03b778','Current language background color',NULL,NULL,'','LINE',NULL,10,'','dad49914cef98103a5aeba997029848e','',NULL),(8178,'en','installer','4b5e34d7a9725c3930d9fe4ea42f3ea7','Current language font color',NULL,NULL,'','LINE',NULL,10,'','a91cea7a9f68d9976de50413109ad528','',NULL),(8179,'en','installer','13aa8652e950bb7c4b9b213e6d8d0dc5','Current page',NULL,NULL,'','LINE',NULL,10,'','5eb28b0365d825525afaa13fb9ae1cf4','',NULL),(8180,'en','installer','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'','28cef43823e6257188d052663778a784','',NULL),(8181,'en','installer','7b9324fd1b6cc33da6065e0338fd1828','Custom fields',NULL,NULL,'','LINE',NULL,10,'','6b390baa45c551bc0d777984390b3732','',NULL),(8182,'en','installer','c05cacf4b0a6576e1d9a7091a3c2b92d','Custom flag',NULL,NULL,'','LINE',NULL,10,'','dacf296030e97ea6626758c09e0993d0','',NULL),(8183,'en','installer','6b5d24677022a2f219b5e30840df1fc2','Custom language switchers',NULL,NULL,'','LINE',NULL,10,'','051f5819a1acfa22105a9d1ad3b1ad25','',NULL),(8184,'en','installer','754b243f68bd08b359b23165ed069d64','insert WPML\'s switchers in custom locations',NULL,NULL,'','LINE',NULL,10,'Custom languuage switcher description: external link text','f41b4556f02e799dfdad7cbd19516c00','',NULL),(8185,'en','installer','23e869327d4edde1c9400e2a4744d136','Need more options? See how you can %s.',NULL,NULL,'','LINE',NULL,10,'Custom languuage switcher description: text','975afe1e165a41b04496e5b37299c0fc','',NULL),(8186,'en','installer','3df92614124db66d1b5e5d15833437d1','Custom taxonomies',NULL,NULL,'','LINE',NULL,10,'','e2865fb5b62106ee47d026f9b32f7551','',NULL),(8187,'en','installer','63a78ed4647f7c63c2929e35ec1c95e3','Customize',NULL,NULL,'','LINE',NULL,10,'','88335af608d75b7799576187bc6c87cf','',NULL),(8188,'en','installer','dad18c586e87b27cd94089b722bf3dc1','Customize the language switcher',NULL,NULL,'','LINE',NULL,10,'','28ea35295cf1904449c39a012fe21ba1','',NULL),(8189,'en','installer','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'','LINE',NULL,10,'','0909ec698c98a7204d3ddad5dc726f40','',NULL),(8190,'en','installer','e6ff0db3b8285dce688b7f9a44e4915b','Data saved',NULL,NULL,'','LINE',NULL,10,'','505d47d49638483dfd0408f6f6394f33','',NULL),(8191,'en','installer','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,10,'','07a2b464321573dc0aa84e33c521064a','',NULL),(8192,'en','installer','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'','LINE',NULL,10,'','d485405bf4b842b3fb35240d263fccc8','',NULL),(8193,'en','installer','cf027337e98bbdf3189ae92b17a9ec71','Deactivate WPML Page Builders',NULL,NULL,'','LINE',NULL,10,'','8ad14ee092cbe565194b172ca6ef94db','',NULL),(8194,'en','installer','2d34b9c7d4a41a01ec1c8ecdd75dbfda','Debug information',NULL,NULL,'','LINE',NULL,10,'','06066a6221c5cfa75e6e96635c603dfe','',NULL),(8195,'en','installer','834633ad84b65023228d902011f753b1','Default admin language (currently %s)',NULL,NULL,'','LINE',NULL,10,'','b1c365e415e0545b9d0138dd44ca34e3','',NULL),(8196,'en','installer','4d9f394f60cd449e794ea2c1e97fd2df','Default admin language: ',NULL,NULL,'','LINE',NULL,10,'','83af2e376f310e0ce7d83efb1519c68c','',NULL),(8197,'en','installer','d2cfac9a683156fc0f8dc3abe8797877','Default language (currently %s)',NULL,NULL,'','LINE',NULL,10,'','87ec9b2aba2685ba40d5cbd67bb5bfca','',NULL),(8198,'en','installer','d73a0164cc4ede6adf49c2465f411e5f','Default locale',NULL,NULL,'','LINE',NULL,10,'','d73984e8d830363bbea8d7092b921a99','',NULL),(8199,'en','installer','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,10,'','745af6570d7a5e3e6c9b053a0eaba705','',NULL),(8200,'en','installer','eb976e7914fa715a20e7b96a7f091bdf','Delete language switcher',NULL,NULL,'','LINE',NULL,10,'','66f6999efed429137d3f6fe3f11b7cc7','',NULL),(8201,'en','installer','8fb41b3911b7f22a4e1d2dbfd77bc403','Delete permanently',NULL,NULL,'','LINE',NULL,10,'','918ecc9a590ad18b4702e40236ff1731','',NULL),(8202,'en','installer','5fe6005bf6e415c950c011fb65f12b8f','Deleted',NULL,NULL,'','LINE',NULL,10,'','1da299f447fdc0da91c6bc123364b00b','',NULL),(8203,'en','installer','22d95bf2cdbe64ab0b6436a464b39b88','Deleted comments:',NULL,NULL,'','LINE',NULL,10,'','8322336ba302ff64a200e5a78248640e','',NULL),(8204,'en','installer','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'','40e1573c4644e372209b8fdd14298023','',NULL),(8205,'en','installer','cfe38c0cb628939f6f99751a4c1d87c9','Detailed error log',NULL,NULL,'','LINE',NULL,10,'','09efcaad69a1fd17e359c64d3375e20d','',NULL),(8206,'en','installer','3ec365dd533ddb7ef3d1c111186ce872','Details',NULL,NULL,'','LINE',NULL,10,'','2a941c6e90f42fedc9d155f0b79aed43','',NULL),(8207,'en','installer','330f49df8243756a8a4dc7f7f7ee6dfe','Development',NULL,NULL,'','LINE',NULL,10,'','ffffdcf932d140dd385a74a7a012f98c','',NULL),(8208,'en','installer','063670ba0df413d43549784ae8eac355','Different languages in directories',NULL,NULL,'','LINE',NULL,10,'','d131386b3abf3754f105d0eaaeecae46','',NULL),(8209,'en','installer','34dc384af267b5ea72f5bfcc847b396f','Disable browser language redirect',NULL,NULL,'','LINE',NULL,10,'','c2c4aee2e0cb009805de118e91654e32','',NULL),(8210,'en','installer','27dac794661a33ca0aa667082203a70a','Disable cache for language switcher templates',NULL,NULL,'','LINE',NULL,10,'','18fc63d83ff2b0fdcb37aa1c2f23541c','',NULL),(8211,'en','installer','4f0400ac5b3206ff684dd4a3b673e6e2','Disable this feature',NULL,NULL,'','LINE',NULL,10,'','9ce30d9e03f8ca19de267efce6acd961','',NULL),(8212,'en','installer','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,10,'','713938ec573cfd17b4bbb6e8eaf05a88','',NULL),(8213,'en','installer','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,10,'','00859382bebfaee488b3e371ce363547','',NULL),(8214,'en','installer','a65dfcc0636665a282768b813ec05101','Display alternative languages in the HEAD section.',NULL,NULL,'','LINE',NULL,10,'','4983f8976e3e107036918e60df0c7507','',NULL),(8215,'en','installer','d78c38b33a32c556d0c7e5ecc0942cdb','Display hidden languages',NULL,NULL,'','LINE',NULL,10,'','ec8ea5873db909c5b8919bd8324d8c74','',NULL),(8216,'en','installer','ea53e8a66c7abc46c61a51821edbe605','Display mode for blog posts has changed',NULL,NULL,'','LINE',NULL,10,'','73493c460e5089dc2857e1faaf85871d','',NULL),(8217,'en','installer','c5d90d7505fffbc8ec88ac0f7d40a6bd','Display on language:',NULL,NULL,'','LINE',NULL,10,'','4887a0884486d83cc2093cc6ad18d57f','',NULL),(8218,'en','installer','359fab71adb8498351cb63a1a8001944','Do not make \'%s\' translatable',NULL,NULL,'','LINE',NULL,10,'','1a2daacfb82d2a37e4feb3305cb5efee','',NULL),(8219,'en','installer','b84a65bb6374ac6d4d1753dc6ab43b2d','Do not show it',NULL,NULL,'','LINE',NULL,10,'','cdef8d302f2c40fe0576981c27696e88','',NULL),(8220,'en','installer','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'','LINE',NULL,10,'','9bbcae87ad472569a8a39f7e13b6f966','',NULL),(8221,'en','installer','fe32739e326b599f28c7330e03da710b','Do you really want to remove this item?',NULL,NULL,'','LINE',NULL,10,'','dfdad35100f6f82a5004dfbdf2c6e29f','',NULL),(8222,'en','installer','cc028e59ff87c2298947b1d4f21aa008','Do you want to continue?',NULL,NULL,'','LINE',NULL,10,'','edcd8913aba6dd9c42102f390ffaf392','',NULL),(8223,'en','installer','6bb586511eee9e9ef60cf8899a5df52c','Don\'t have a key for this site? %sGenerate a key for this site%s',NULL,NULL,'','LINE',NULL,10,'','1d4d45be55b07d33185668bc5678dc04','',NULL),(8224,'en','installer','83f1650c9cbe4b00c8503f18845c48ba','Don\'t send this information and skip compatibility notes',NULL,NULL,'','LINE',NULL,10,'','42f0f214a2580262429baded9315dcba','',NULL),(8225,'en','installer','5e093960e44cb1d25f955d71426634e7','Don\'t translate',NULL,NULL,'','LINE',NULL,10,'','304bc248653361bbe8063dd8f20b2fa3','',NULL),(8226,'en','installer','89a6617d064cb8adc852be42ca799314','Don\'t use String Translation to translate themes and plugins',NULL,NULL,'','LINE',NULL,10,'','8cf4943388144ee21612e8fcf391a961','',NULL),(8227,'en','installer','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,10,'','e572f81b9c6fb3e0c655948af191bebd','',NULL),(8228,'en','installer','f5940523060652e3a7d9c269ce48de50','Done.',NULL,NULL,'','LINE',NULL,10,'','ec8d9e506dc4b2e829d943414f41fed2','',NULL),(8229,'en','installer','801ab24683a4a8c433c6eb40c48bcd9d','Download',NULL,NULL,'','LINE',NULL,10,'','fbfcfdc4b2b1cefa2813cc3c115c471b','',NULL),(8230,'en','installer','03344e08254d21685bf37b673820c1f4','Download failed!\\n\\nClick OK to revalidate your subscription or CANCEL to try again.',NULL,NULL,'','LINE',NULL,10,'','29f64de1769a6007432151bd2ecfd192','',NULL),(8231,'en','installer','f80e5b2c1832cd7ee5aa7adae7fc4178','Download failed!\\n\\nPlease refresh the page and try again.',NULL,NULL,'','LINE',NULL,10,'','cbe405904f5e3db75ce0b27a6b20c53d','',NULL),(8232,'en','installer','c7e71badf20a04f36d11be557ceb7a5b','Downloading',NULL,NULL,'','LINE',NULL,10,'','2beb589e0ec0de2fc1095d017d5b058e','',NULL),(8233,'en','installer','92903c999c95bfd305775cea9b4d30b6','Downloading is not possible because WordPress cannot write into the plugins folder. %sHow to fix%s.',NULL,NULL,'','LINE',NULL,10,'','4e16b8b1da92607479ee755237d5eee8','',NULL),(8234,'en','installer','160e3014f3b7419b0afad9a78bb6190a','Downloading is not possible. WordPress cannot create required folders because of the\\n 256 characters limitation of the current Windows environment.',NULL,NULL,'','LINE',NULL,10,'','184f0c36e1764df5cc363f5f8a465aff','',NULL),(8235,'en','installer','8ba229ade350ceafc937c56482a4f651','Drag and drop the languages to change their order',NULL,NULL,'','LINE',NULL,10,'','95048cd93bec48cb46e773af41ddff9e','',NULL),(8236,'en','installer','7498c445a737312f3678aa1494e01a38','Dropdown',NULL,NULL,'','LINE',NULL,10,'','0b45d6edd1881b097defec514cf64ba7','',NULL),(8237,'en','installer','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,10,'','d6a4fd69a29cfe9592444137806ff14b','',NULL),(8238,'en','installer','1a84a40109ef98990db256afccd0fe1f','E-mail sent to translation service',NULL,NULL,'','LINE',NULL,10,'','88f47b05a0b2c6db986d5a11ac42447e','',NULL),(8239,'en','installer','71074276c3375dde5f85fabe8a26695e','Each user can choose the admin language. You can edit your language preferences by visiting your <a href=\"%s\">profile page</a>.',NULL,NULL,'','LINE',NULL,10,'','6168ec1278233521c331ba64472cf503','',NULL),(8240,'en','installer','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','c32d8fab9532f10a51adf823e6d75619','',NULL),(8241,'en','installer','e06f0a55c771d7852f283edc4a58b839','Edit Footer Language Switcher',NULL,NULL,'','LINE',NULL,10,'','339fe7e9678f871d4749e3646d648c5e','',NULL),(8242,'en','installer','739261dff75097498f4218b34c19161e','Edit Menu Language Switcher',NULL,NULL,'','LINE',NULL,10,'','2896d1d670e7afc2e1ad7343edb94e56','',NULL),(8243,'en','installer','7d818c8e4dc6c2400c4f9efd2e63034b','Edit Post Translations Language Switcher',NULL,NULL,'','LINE',NULL,10,'','b8698e9f7efa0b9d73409e262ee6f939','',NULL),(8244,'en','installer','5fa31495dc047d430d6915f97c080df7','Edit Shortcode Actions Language Switcher',NULL,NULL,'','LINE',NULL,10,'','eaa00b2fef03ae71610aa219c4f76332','',NULL),(8245,'en','installer','175c00e709f032263a45e6a073b84d42','Edit Widget Area Language Switcher',NULL,NULL,'','LINE',NULL,10,'','4f4b2de3f33cab828937d1edd692b2c1','',NULL),(8246,'en','installer','e935818865714fcc9952c9b8b0ab3893','Edit feedback',NULL,NULL,'','LINE',NULL,10,'','ea0a6a3c8243543f27036753c1e1ca4b','',NULL),(8247,'en','installer','5532717b6745862b6f239f3c6c7ded92','Edit language switcher',NULL,NULL,'','LINE',NULL,10,'','531d595480bed62b1a3c359342616589','',NULL),(8248,'en','installer','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'','LINE',NULL,10,'Edit languages page: page title','7d28ec42d896831e74d79cdce2c54f85','',NULL),(8249,'en','installer','eedf8b0e9810224fb4d07bfcd87ea9c2','This table allows you to edit languages for your site. Each row represents a language.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: sentence #1','8a25107d49d60893d24bc672fa7f1d99','',NULL),(8250,'en','installer','1bded9ddc8684ce6ad32681ca9e27543','For each language, you need to enter the following information:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: sentence #2','d034d48bfa6e06743a0b4d5d75c050a4','',NULL),(8251,'en','installer','bcc7582c9a66be8187578997794a9c1f','Code:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #1','f3aa683e3171669d5d62116def6813dd','',NULL),(8252,'en','installer','e22b4e38e5d202282060dc00ac195e09','a unique value that identifies the language. Once entered, the language code cannot be changed.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #1, description','0667f47d536195215ee391359a79be65','',NULL),(8253,'en','installer','04f476403076d224f17b57c5de2f4a98','Translations:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #2','a9449fd77d0d2d923cea009d89e8be70','',NULL),(8254,'en','installer','44cda4d3d0d2525a563bfeec46d44161','the way the language name will be displayed in different languages.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #2, description','f3b829b446b2f8e0bb0511050d70caa6','',NULL),(8255,'en','installer','c907a021c935ae6144fa2ccadfe9360d','Flag:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #3','4ce7d0f5e03a647f8a3a5e86c2bf1c8e','',NULL),(8256,'en','installer','f368b8e7abb3f37729468c1e4d1fb776','the flag to display next to the language (optional). You can either upload your own flag or use one of WPML\'s built in flag images.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #3, description','401008bb15a39eab4f48418609249bc0','',NULL),(8257,'en','installer','427c7432a09fdf65f2e8504dac7e9644','Default locale:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #4','321b89007872c17f7aaa916097242920','',NULL),(8258,'en','installer','72bc56248c91fd83c326935761de1165','This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #4, description','863c4dbd08456cab4a1be065446c25bf','',NULL),(8259,'en','installer','10477198e3aefcf399976200e5c4cc31','Encode URLs:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #5','a8b74e2f57dd6d6d92dfe13a8a732dc2','',NULL),(8260,'en','installer','741be847988cba0717cbc17effed735b','yes/no, determines if URLs in this language are encoded or use ASCII characters (leave ‘no’ if you are not sure).',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #5, description','7b406929efecdde8a40f90d9c60bc21f','',NULL),(8261,'en','installer','9289c420c6b05e5fbed09c05cabfaab2','hreflang:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #6','9c05b370424917f293c36304250ac3b5','',NULL),(8262,'en','installer','92163ed01da99d15b7638a3b4031478d','the code Google expects for this language. The hreflang should contain at least the language code (usually, made of two letters), or, if you want to specify the country/region, it sould be the same information as the locale name, but in a slightly different format. If the locale for Canadian French is fr_CA, the corresponding hreflang would be fr-ca. Instead of an underscore, use a dash (-) and all letters should be lowercase.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #6, description','93326fa28e53f879b5a534aca13833f1','',NULL),(8263,'en','installer','50cd9e8a3001d48b205ed580f4ae165b','Edit root page.',NULL,NULL,'','LINE',NULL,10,'','27e023c05a2f898b80e52d7df98d5cce','',NULL),(8264,'en','installer','493a145beb9f1945a8d50f17a65b7ae7','Edit the %s translation',NULL,NULL,'','LINE',NULL,10,'','e20ff16ee75b4448e4ac9f0fa3cfb49f','',NULL),(8265,'en','installer','8bfe0a61eb28d410aba6f3edce2e6d8b','Edit this page to add translations',NULL,NULL,'','LINE',NULL,10,'','3bbafb7d1bc574395d5303bd2c05cd85','',NULL),(8266,'en','installer','a7f6326fc128712ffaee83351ea67525','Edit translation',NULL,NULL,'','LINE',NULL,10,'','27de4b8f49fc3411c3067103a8196dd2','',NULL),(8267,'en','installer','ab97fe6df4d2b63b35ac6b523a62802a','Editing language:',NULL,NULL,'','LINE',NULL,10,'','77a8751533c4877cdab4fd527b95b724','',NULL),(8268,'en','installer','f5733581efcf2c2dd26fbba46f151f61','Elements to include in the language switcher.',NULL,NULL,'','LINE',NULL,10,'','809b04fbb82d985cb53361baefb2f2b3','',NULL),(8269,'en','installer','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'','LINE',NULL,10,'','8def5adab1f396bcb2c1ca70f849f90e','',NULL),(8270,'en','installer','5fa240dc08c3f45799a105df88871c32','Enable Translation Feedback',NULL,NULL,'','LINE',NULL,10,'','fea749f9d4594d66d8d68861441108a7','',NULL),(8271,'en','installer','8192c3efc92a04657cd25ee11b437b00','Enable Translation Feedback module',NULL,NULL,'','LINE',NULL,10,'','ae0f94979b6bf08a5c65dc802c6b1675','',NULL),(8272,'en','installer','3bb51e3d6f1f3879480a714c0e073479','Enable and configure the \"Translation Feedback\" feature',NULL,NULL,'','LINE',NULL,10,'','b97810e8c7293b311eadc10be2a3fd48','',NULL),(8273,'en','installer','67b67ff38e95cf6ff509e89e29db7142','Enable cache for language switcher templates',NULL,NULL,'','LINE',NULL,10,'','11d27303932576beb39d913603ee9dec','',NULL),(8274,'en','installer','096206d08f868a5f9893ddef881e988b','Encode URLs',NULL,NULL,'','LINE',NULL,10,'','5e74f13a9459fb83621070e43d625c65','',NULL),(8275,'en','installer','c456ee1c5feca3b65128944e6f350135','Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server.',NULL,NULL,'','LINE',NULL,10,'','55377aa81c75ef51e1475fb6150bec77','',NULL),(8276,'en','installer','8b179bed359224da80784115e341e4c9','Enter site key',NULL,NULL,'','LINE',NULL,10,'','2b3c07b98efc04c0c51f53666ec8e735','',NULL),(8277,'en','installer','3fd849d186b31681f1a7ccfb3e7c81ba','Enter textdomain:',NULL,NULL,'','LINE',NULL,10,'','e2c59f680f63669192ae55103f5ccdeb','',NULL),(8278,'en','installer','7ee7e459ab78455785a60ed983ddfdb2','Enter the site key, from your wpml.org account, to receive automatic updates for WPML on this site.',NULL,NULL,'','LINE',NULL,10,'','013240833ffe83dddac5fc9b8a79ac46','',NULL),(8279,'en','installer','6026da95937ae7186f272a551b78a074','Enter the title of the widget or leave empty for no title.',NULL,NULL,'','LINE',NULL,10,'','62db482320ed0dcfff6c2fd776f0935e','',NULL),(8280,'en','installer','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,10,'','1fe6a258e1d5d16a40ca14250232728e','',NULL),(8281,'en','installer','87dce1bfd893cf4daf8095bb43cf7f0c','Error adding flag.',NULL,NULL,'','LINE',NULL,10,'','18c5296852e823f2ced7a7ebbe53df1a','',NULL),(8282,'en','installer','800f12eaf2dcc254688c8a4eabc48bb0','Error adding native name.',NULL,NULL,'','LINE',NULL,10,'','167ebef2f105a1f6fccf98a9903ea5b5','',NULL),(8283,'en','installer','6c9b0f0444d3faf9a11ab6fff6b9e8c6','Error adding translation %s for %s.',NULL,NULL,'','LINE',NULL,10,'','ec7fedce99ff0d6c4c751a699861358c','',NULL),(8284,'en','installer','a76b497083647a6d32e6c133652ab017','Error uploading flag file.',NULL,NULL,'','LINE',NULL,10,'','7157ecf5112a9502d62eebf605a28737','',NULL),(8285,'en','installer','614d40791061c7824a358579930a4735','Error: Language not found.',NULL,NULL,'','LINE',NULL,10,'','7ef021c70e2f51b9ae76b49942907d2b','',NULL),(8286,'en','installer','5e413e081e85913ee4e4e8f8ee7a4d99','Error: No custom field',NULL,NULL,'','LINE',NULL,10,'','5e77ca44dc260c488477894ae9e0baa1','',NULL),(8287,'en','installer','02caef7b62fadbfc0e9a60e9deb844e6','Error: Please activate WPML Translation Management plugin',NULL,NULL,'','LINE',NULL,10,'','9605aad18d60a5ddcaa4b100bb68840a','',NULL),(8288,'en','installer','1c5a1e57a46ea83957fc108c3f423040','Error: Please provide translation action',NULL,NULL,'','LINE',NULL,10,'','b48426085d854e061831efec0a79bb9a','',NULL),(8289,'en','installer','842b1850aa42256c784ae5060e6d5af7','Error: Something is wrong with field value. Translation preferences can not be set.',NULL,NULL,'','LINE',NULL,10,'','0fc853a606ff29c4103625a02d7c0bea','',NULL),(8290,'en','installer','b4619e34d5a07d0c1d7b5864b9f622fd','Error: This is a built in language. You can\'t delete it.',NULL,NULL,'','LINE',NULL,10,'','9b736fc444badbf7e8b7d78d302c905f','',NULL),(8291,'en','installer','d24ce81a9cc6697542b6f6d7abac136b','Error: WPML Translation Management plugin not initiated',NULL,NULL,'','LINE',NULL,10,'','7430809150467d4821ead1443732430b','',NULL),(8292,'en','installer','742ac583664c4963b4d1895a88281f2c','Error: data not saved',NULL,NULL,'','LINE',NULL,10,'','525601f4558794d2d35f6ebeee7f8dba','',NULL),(8293,'en','installer','704b5561562b054400f33f22cf61c5f5','Experimental',NULL,NULL,'','LINE',NULL,10,'','c21c3152e8dfda5191a9ac5f5b865aad','',NULL),(8294,'en','installer','f26a719385aa023fad97782897f293e9','Expiration date for Translation Feedback module:',NULL,NULL,'','LINE',NULL,10,'','1840fe02f6cfb480f7fbb63e5a2fe0a3','',NULL),(8295,'en','installer','71941b154e1780e53630e1faa9b2013b','Failed to update the feedback.',NULL,NULL,'','LINE',NULL,10,'','72265d3ef49762768403cf921f8dae3e','',NULL),(8296,'en','installer','93252348cf3a42ca5e38b70d5f866d33','Failed to write file to disk.',NULL,NULL,'','LINE',NULL,10,'','20d550abca4c05a58ac243ca6ae0b106','',NULL),(8297,'en','installer','bea4c2c8eb82d05891ddd71584881b56','Feedback',NULL,NULL,'','LINE',NULL,10,'','8e29d3b1cb185bb50d0e87a5b742b01d','',NULL),(8298,'en','installer','c807f9cf2609954ec6d6c018470e2a5e','Feedback list navigation',NULL,NULL,'','LINE',NULL,10,'','e9c4492d3e135caa8114eb73cf1a5e47','',NULL),(8299,'en','installer','e891b0c2d29eb3e4f7ab5e3f12716db3','Feedback:',NULL,NULL,'','LINE',NULL,10,'','ccb82db7d86fc1eaa5f6e322db59f5b9','',NULL),(8300,'en','installer','877432562d696d1a077b25a9f4e7fad8','File extension not allowed.',NULL,NULL,'','LINE',NULL,10,'','d6378d1143954e813f0cc5865b614261','',NULL),(8301,'en','installer','5cf0383dfc59c913ce183e373707b234','Finalizing upgrade...',NULL,NULL,'','LINE',NULL,10,'','ee9d5176db4bbdb0cbca838ab2dc26b3','',NULL),(8302,'en','installer','822f82b1e67f3d92b9b33e2b401cd220','Find how you can update PHP.',NULL,NULL,'','LINE',NULL,10,'','3ac02d49ce92d89985a40e17919d26d8','',NULL),(8303,'en','installer','a20ddccbb6f808ec42cd66323e6c6061','Finish',NULL,NULL,'','LINE',NULL,10,'','bf632dcc6d46dda819e1606c81df624b','',NULL),(8304,'en','installer','8f3d10eb21bd36347c258679eba9e92b','Finished',NULL,NULL,'','LINE',NULL,10,'','edb082b0427df3f97c04fe839cf3834a','',NULL),(8305,'en','installer','d2d1fc6d6e8ca9751e5b1d72317f22bb','First menu item',NULL,NULL,'','LINE',NULL,10,'','78871d62a1d381c8794a8bb510d84802','',NULL),(8306,'en','installer','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,10,'','56ddf9526875b125cd8b4069fa856e16','',NULL),(8307,'en','installer','fd5e4981a8a4d15f1a851dae194d6086','Fix element_type collation',NULL,NULL,'','LINE',NULL,10,'','5bb4f924bb73536a18a8b18a03302758','',NULL),(8308,'en','installer','f7849e4176bf535ad733d5a896213ccc','Fix post type assignment for translations',NULL,NULL,'','LINE',NULL,10,'','e8c22c5a0cd335477f3953f04029fafb','',NULL),(8309,'en','installer','fe1784690856f212a908a1e7b0e102dc','Fix terms count',NULL,NULL,'','LINE',NULL,10,'','15d55ce25eeec747f476e57f648d8b48','',NULL),(8310,'en','installer','7e12ef4c6fede12b169b9561362b2f11','Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column.',NULL,NULL,'','LINE',NULL,10,'','dca21c0cb650a75d2daa082b34a8ec68','',NULL),(8311,'en','installer','c5836008c1649301e29351a55db8f65c','Flag',NULL,NULL,'','LINE',NULL,10,'','046eb961faa0a3a477ecd57d4aef7e57','',NULL),(8312,'en','installer','b7f3988f58673192a7db6f0fc934b541','Flip Box: Button link',NULL,NULL,'','LINE',NULL,10,'','895fc693b5a050caee0c004cd7427b4c','',NULL),(8313,'en','installer','da54391e4c7817fbfff7511aca26e4ba','Flip Box: Button text',NULL,NULL,'','LINE',NULL,10,'','b73d36d662de82d33530278098b67f93','',NULL),(8314,'en','installer','e1ff2d4ee86433e2570891c9b8ffb2ca','Flip Box: Description text side A',NULL,NULL,'','LINE',NULL,10,'','41d8a1b045eb25d5896494fa46ef252f','',NULL),(8315,'en','installer','e9f3bfbb63857dc18151dfe2368dd18b','Flip Box: Description text side B',NULL,NULL,'','LINE',NULL,10,'','d23e40d3cbc4b2c00d60b906511415cc','',NULL),(8316,'en','installer','0311fb90fd840b342e6ecb89dd8e03db','Flip Box: Title text side A',NULL,NULL,'','LINE',NULL,10,'','62fefbf59c4e7f17e7708bafc85ca59a','',NULL),(8317,'en','installer','e997835fa5d1a16168827572043a8d42','Flip Box: Title text side B',NULL,NULL,'','LINE',NULL,10,'','b4e5141c54f604d3a0f8f2bdc01ba13f','',NULL),(8318,'en','installer','bf68badcb6c52aa3c4f1bcd66f5aeb86','Footer language switcher',NULL,NULL,'','LINE',NULL,10,'','c1a07526674fbff0ead2adc40c71b9b7','',NULL),(8319,'en','installer','649ce93313aec031119a5842125fb826','For \"%s\"',NULL,NULL,'','LINE',NULL,10,'','d981c1f29c39f09d53596fa818c086e8','',NULL),(8320,'en','installer','298692d4c5d43e37468490d94d613171','For WPML components you can receive updates from your %s or automatically, after you register WPML.',NULL,NULL,'','LINE',NULL,10,'','a2d2f7027ecabd2de62be1d976c1d0fa','',NULL),(8321,'en','installer','cec70f3b27d0997a56be3b9e0bb24a91','For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page.',NULL,NULL,'','LINE',NULL,10,'','d5443810e1880d67846b80084c5c6ddf','',NULL),(8322,'en','installer','f9d2940077ace8eb67b6d2a8c6cd4d7b','For retrieving debug information if asked by support person, use the %sdebug information%s page.',NULL,NULL,'','LINE',NULL,10,'','4b96937048ce22bf5fae22b8a8a87fc5','',NULL),(8323,'en','installer','2e219de92e6c2a0b538e61e47332f7e6','Form: Button text',NULL,NULL,'','LINE',NULL,10,'','43c5dc344e0573460f956781a2025b8a','',NULL),(8324,'en','installer','b6080f2bb1ed57a6642b585822c35648','Form: Email from name',NULL,NULL,'','LINE',NULL,10,'','000651ca78fc61614f1353f2ba51bda4','',NULL),(8325,'en','installer','d8d4abf075b3adffa692cf3066718446','Form: Email subject',NULL,NULL,'','LINE',NULL,10,'','b734de25625a72870b41ece2dcf2deb7','',NULL),(8326,'en','installer','4e4abcf3df3952668a7d9a837d9501c9','Form: Error message',NULL,NULL,'','LINE',NULL,10,'','cbf6ccdd2e145d99ea55c5f4ed1fee82','',NULL),(8327,'en','installer','70e782d849ca58fc941573cd2df1d774','Form: Field HTML',NULL,NULL,'','LINE',NULL,10,'','8becd9e3b4af905ffce94bf68a613e78','',NULL),(8328,'en','installer','648a69d3390de4c272755ea140468f5e','Form: Field label',NULL,NULL,'','LINE',NULL,10,'','3c413fcd374226193d37a93428dbc883','',NULL),(8329,'en','installer','e045444e5e0e9cc0c97417bccf39ff4d','Form: Field placeholder',NULL,NULL,'','LINE',NULL,10,'','382e53a153bf03667b2ff9d7e08b185f','',NULL),(8330,'en','installer','954342537faf21c5d982197c85f4705f','Form: Invalid message',NULL,NULL,'','LINE',NULL,10,'','89657b666c30618689efd03de9fd74e1','',NULL),(8331,'en','installer','ebe13a64da15b4b730bdf928b9fca9f0','Form: Required message',NULL,NULL,'','LINE',NULL,10,'','c65ba8befbc744cfab6baeff17855cc9','',NULL),(8332,'en','installer','f76e85e5103c1ccbaf36cbe9944fe123','Form: Success message',NULL,NULL,'','LINE',NULL,10,'','ab6082c80503c025b6687002d2adeb79','',NULL),(8333,'en','installer','0c3ae316ebcc091e7e3340843e5a8cdc','Form: name',NULL,NULL,'','LINE',NULL,10,'','316594d766eab1f9936a3fa16317ec58','',NULL),(8334,'en','installer','a16200be9d853954dba3cb8db9b32a0b','Get personalized instructions for translating this site. You will also have access to WPML-users support.',NULL,NULL,'','LINE',NULL,10,'','e574cfecf865917345257e6909f8c104','',NULL),(8335,'en','installer','c674057ea5f7b3734a20e732cc66a480','Get translation instructions',NULL,NULL,'','LINE',NULL,10,'','5e9ea79acf3c31580a418f339d9d098d','',NULL),(8336,'en','installer','3cc27645acaa781f4301d75cdd7765d4','Get your site-key for %1$s. If you already have a key, get it from %2$s. Otherwise, %3$s',NULL,NULL,'','LINE',NULL,10,'','51b8d84d5b1665c66101e515757d0295','',NULL),(8337,'en','installer','b53194703c61806918cb3de654e8bd3d','Getting started guide',NULL,NULL,'','LINE',NULL,10,'','9f84cab83481a6001e61a52e232fa139','',NULL),(8338,'en','installer','ea7d799ce67f1a3a4e8583585fbf8888','Go to WPML Network settings.',NULL,NULL,'','LINE',NULL,10,'','c0cf8b5950388555b9c2830976e96df8','',NULL),(8339,'en','installer','bbaeea4b59d37bd6e0927044f9a00047','Go to previous page',NULL,NULL,'','LINE',NULL,10,'','4b22348ca88971f385c470091f3c77f4','',NULL),(8340,'en','installer','5ae6834f8fb63ce0110635f6a9b8423a','Go to the first page',NULL,NULL,'','LINE',NULL,10,'','43ee1f96468dc15052bf50682e97c92a','',NULL),(8341,'en','installer','149aa7f6eea0a1f61d1709ed3759a43e','Go to the last page',NULL,NULL,'','LINE',NULL,10,'','520e7f54d80d8d3c4bb7c3c83eb085d4','',NULL),(8342,'en','installer','8c67de1da59f86c9460f382c6bd8ae09','Go to the next page',NULL,NULL,'','LINE',NULL,10,'','5327bd9b1a34e5b16572268faaecb266','',NULL),(8343,'en','installer','946253377960c6b6796340bf04421853','Good news! Your site has no orphan comments.',NULL,NULL,'','LINE',NULL,10,'','94d84226aeee89f32feff411eafd9da7','',NULL),(8344,'en','installer','78e981599281c16fe016b55b136edf5f','Got it',NULL,NULL,'','LINE',NULL,10,'','2346296b394e76d295315914cb902d19','',NULL),(8345,'en','installer','994ae1d9731cebe455aff211bcb25b93','Gray',NULL,NULL,'','LINE',NULL,10,'','287765ee6849f530f6c81c4220fcba99','',NULL),(8346,'en','installer','df7d251d16d67a5b1ce9b3e7f9a45697','Group does not exist.',NULL,NULL,'','LINE',NULL,10,'','2e83fb1c8ff0bda1362280d7195de9f3','',NULL),(8347,'en','installer','4c4ad5fca2e7a3f74dbb1ced00381aa4','HTML',NULL,NULL,'','LINE',NULL,10,'','8f983f1b2d2ba429328194a86e90fa0f','',NULL),(8348,'en','installer','36c80864ffe963abefb3064389cca9de','HTML file',NULL,NULL,'','LINE',NULL,10,'','84096f4114ae369ffbf128bf8ad9a53a','',NULL),(8349,'en','installer','8d13df6ab6ebe5b99ddfbe46ce5c1791','HTTP code: %s (%s)',NULL,NULL,'','LINE',NULL,10,'','fb2e8f99f237de654dfb80d2a646d85e','',NULL),(8350,'en','installer','0101316665d4f82adaa26d86fbbb2d6e','Heading',NULL,NULL,'','LINE',NULL,10,'','3ac7d0070ca1de0ca0ebdba9b3c9fc9c','',NULL),(8351,'en','installer','73c6a76b98ea5e28cf788ac71366e2f7','Hidden languages:',NULL,NULL,'','LINE',NULL,10,'','c82b1ca84a13ebbf4095d69b5c4dd9cc','',NULL),(8352,'en','installer','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'','LINE',NULL,10,'','c3a03f0aa51b50cd1d9aaba5203b7d00','',NULL),(8353,'en','installer','fcd7890e0687cce8919419ec9638137d','Hide language switchers on the root page',NULL,NULL,'','LINE',NULL,10,'','b88b66898a2df16e3cb93233d6ad1984','',NULL),(8354,'en','installer','497b6de60d5e456498560b1b045a7cab','Hide languages',NULL,NULL,'','LINE',NULL,10,'','3a465aff2efd293bb1e0f923edfb6cff','',NULL),(8355,'en','installer','c03df15646ce9068bcd3a789f0376083','Hide system fields',NULL,NULL,'','LINE',NULL,10,'','6236e17a37b1f06ac7a822501524e161','',NULL),(8356,'en','installer','39f39f0566058a3bf920fee64de8f024','Hide this notice.',NULL,NULL,'','LINE',NULL,10,'','9c761b82df3b6c893b857a801515cb3e','',NULL),(8357,'en','installer','699eb2676de363df44736d421302e9ed','Hierarchy Synchronization',NULL,NULL,'','LINE',NULL,10,'','c4fce4fe3e466a577ae23e58296cf183','',NULL),(8358,'en','installer','eee0168be69b854c20621fc6f01cc3fc','Hover',NULL,NULL,'','LINE',NULL,10,'','5f8e425fcaa130bcad6dea8e7f2b17f4','',NULL),(8359,'en','installer','e97f83da993b37dede963042be24ea76','How to fix',NULL,NULL,'','LINE',NULL,10,'','dab1c8abc266ac4ea649598405327e54','',NULL),(8360,'en','installer','b71b613b7c9ee792fcb9331661a73f34','How to handle languages without translation',NULL,NULL,'','LINE',NULL,10,'','20f65e82811049906d79c3f2e5674d1d','',NULL),(8361,'en','installer','9e8cc5c6623ed5bee86d4ef0670060cd','How to translate',NULL,NULL,'','LINE',NULL,10,'','722367371dae9ef0cdde72403a613598','',NULL),(8362,'en','installer','eea596a0bfe3bd9855ea7a773b271134','How to translate strings in themes and plugins?',NULL,NULL,'','LINE',NULL,10,'','66721f5a13a937e36cf46f1be7c9122d','',NULL),(8363,'en','installer','b47e35a3d9636fa9284e90041f5131c7','I am about to reset all translation and language data.',NULL,NULL,'','LINE',NULL,10,'','ff7fb06ec41be1cab55e7277f0cad715','',NULL),(8364,'en','installer','ce5de2c960b71b58fef793a393624b61','I can see a lot of language errors',NULL,NULL,'','LINE',NULL,10,'','7e908d65b7dd571990a22a54169cdc4f','',NULL),(8365,'en','installer','8b96aa28e0985ba1ba7fa498f8715bb2','I can\'t understand anything',NULL,NULL,'','LINE',NULL,10,'','13370a5bf85a295d9477a669ae93baa8','',NULL),(8366,'en','installer','18bf4708fda1608cd8c14f68e3176d3c','I will add it manually (%1sinstructions%2s)',NULL,NULL,'','LINE',NULL,10,'','bf237e2e9ed10a81e38917e5ac04e4dc','',NULL),(8367,'en','installer','c291c6f2b1b3472763db7e8f05cf39c2','I will clear the cache manually after translating strings',NULL,NULL,'','LINE',NULL,10,'','17e90f220802fd035fe2adf628dc8f57','',NULL),(8368,'en','installer','1dc2c0e0da2adc2496d8681f7fa11389','Icon Box: Description text',NULL,NULL,'','LINE',NULL,10,'','6f89caea01d58a3d7e1cf82694f997e2','',NULL),(8369,'en','installer','adabdf1037a1f70b1176839d46f02c2e','Icon Box: Link',NULL,NULL,'','LINE',NULL,10,'','646d5a92685846c2d8c9a3c0fe0d33f9','',NULL),(8370,'en','installer','f44c1314478d0a806efa993f1e2897e9','Icon Box: Title text',NULL,NULL,'','LINE',NULL,10,'','03af1f2b09e9c8ef47dbb4176b43e86b','',NULL),(8371,'en','installer','65e5035a4322108d9da38a60e119fa9b','Icon List: Link URL',NULL,NULL,'','LINE',NULL,10,'','f54a333886ba26370c9d39cc8661f584','',NULL),(8372,'en','installer','3e6fbb35edb4fb23d652f2e9144c0ddd','Icon List: Text',NULL,NULL,'','LINE',NULL,10,'','0a2ebfbb3a0d58b7d4c7c8b649af6ecf','',NULL),(8373,'en','installer','3dc43cc1820a414a4b905727961ac73f','Icon link',NULL,NULL,'','LINE',NULL,10,'','c8ec7caa074384601641c102823f278d','',NULL),(8374,'en','installer','c6403402594fac7478045e9770f4b166','Icon style:',NULL,NULL,'','LINE',NULL,10,'','993de8e239d7c39491e35545da933f3f','',NULL),(8375,'en','installer','a1d09c88150439dd04278f8e562ffc72','Icon text',NULL,NULL,'','LINE',NULL,10,'','e9d5ac12cf4a861eacc63b67411af7b4','',NULL),(8376,'en','installer','332b7e8a51399b296c7f3a197106e196','Icon: Link URL',NULL,NULL,'','LINE',NULL,10,'','8691203d748f9b46b9029f7935ed2733','',NULL),(8377,'en','installer','aead708aa263ddfe74dd99255dd5f2ec','If some content appears gone, it might be because you switched the site\'s default language from %s to %s.',NULL,NULL,'','LINE',NULL,10,'','16c441c9696d409b5b5534f023be9cbe','',NULL),(8378,'en','installer','45e6872761d376a30e03128e22ad97b4','If you are a human, do not fill in this field.',NULL,NULL,'','LINE',NULL,10,'','b4c97f76d5fa6618fb0ad79c1f08489c','',NULL),(8379,'en','installer','45aecb50dc5adfa1df9d56a08fd1556a','If you don\'t have a WPML.org account or a valid subscription, you can %spurchase%s one and get later upgrades, full support and 30 days money-back guarantee.',NULL,NULL,'','LINE',NULL,10,'','d58650c709678fdcfd5811d4f372cd1d','',NULL),(8380,'en','installer','225a83b75c9e86c12dee48a8ccf9cb5f','If you have already purchased or renewed your subscription and you can still see this message, please revalidate your subscription',NULL,NULL,'','LINE',NULL,10,'','ef8742e12db5e3d97661e10ce5f0b747','',NULL),(8381,'en','installer','ee69304a6ce29354e85676f0b869f3b4','Image Box: Description text',NULL,NULL,'','LINE',NULL,10,'','492fdbfa5eb3414820104ef9e35686ac','',NULL),(8382,'en','installer','909b81cdbfe77b892d493a51b6e8397f','Image Box: Title text',NULL,NULL,'','LINE',NULL,10,'','4a6634ba82568948d2d9286e7d289e96','',NULL),(8383,'en','installer','aa939aec7bd21f763976c1ee3a1bc65e','Image: Caption',NULL,NULL,'','LINE',NULL,10,'','dee08661b0e08bce42de9052d33676ff','',NULL),(8384,'en','installer','2d6e4bb28762cd17ee65a827014f7cc2','Image: Link URL',NULL,NULL,'','LINE',NULL,10,'','29be4a580b98650c99a5948f4b692509','',NULL),(8385,'en','installer','ed47502704c08662bcd41f1756a16c2f','In order to edit or delete these you need to activate the corresponding language first',NULL,NULL,'','LINE',NULL,10,'','3592c2434c9e4f4c7977b62afbed2779','',NULL),(8386,'en','installer','2678c6edab435e578a29d27850179192','In order to see the products information, please run the %smanual updates check%s to initialize the products list or (temporarily) remove the above code.',NULL,NULL,'','LINE',NULL,10,'','dec5f27ed8c62199f5ea967924b328ee','',NULL),(8387,'en','installer','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,10,'','48b8872ab39dd9d7fd49a829f8549edf','',NULL),(8388,'en','installer','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'','LINE',NULL,10,'','485ca1e3797f3074a5b8ad38aaf50161','',NULL),(8389,'en','installer','37695c08828b5868922e3aeb58d7ec02','Inactive content',NULL,NULL,'','LINE',NULL,10,'','e8ba0f63017c20c055f5b9b9c73608f1','',NULL),(8390,'en','installer','1b421f296ed1eb7d3ede3cf8ef30591d','Incorrect setup',NULL,NULL,'','LINE',NULL,10,'','ead8aaf461cfe92bd98565812d18fcba','',NULL),(8391,'en','installer','073531c23dab242e3e05e28a61992082','Individual components',NULL,NULL,'','LINE',NULL,10,'','8b087b80d865e0ad30ecaa4f29013f20','',NULL),(8392,'en','installer','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'','e1c4b5cc5ff751205b8edd53548c091d','',NULL),(8393,'en','installer','1cdaa04e3e029a11bef58cd2f7c98bb9','Insert your key and activate automatic updates:',NULL,NULL,'','LINE',NULL,10,'','4ad2fc338003bc70f6a84181ffbb5e4a','',NULL),(8394,'en','installer','349838fb1d851d3e2014b9fe39203275','Install',NULL,NULL,'','LINE',NULL,10,'','fc7487c3e706213f3d121d6cca597cdf','',NULL),(8395,'en','installer','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,10,'','12b19f83374b28899303f1a91953bd0c','',NULL),(8396,'en','installer','d1be377656960ed04f1564da21d80c8d','Installer',NULL,NULL,'','LINE',NULL,10,'','1f4c72985e471daddc82b1d98ad07bd3','',NULL),(8397,'en','installer','8964335872292d87148b8071f8e61f90','Installer cannot contact our updates server to get information about the available products and check for new versions. If you are seeing this message for the first time, you can ignore it, as it may be a temporary communication problem. If the problem persists and your WordPress admin is slowing down, you can disable automated version checks. Add the following line to your wp-config.php file:',NULL,NULL,'','LINE',NULL,10,'','9f4796ba983d037a67d62561b5617236','',NULL),(8398,'en','installer','2f6d66b8ccba3a0e2a68077db4a303b7','Installer cannot display the products information because the automatic updating for %s was explicitly disabled with the configuration below (usually in wp-config.php):',NULL,NULL,'','LINE',NULL,10,'','22842d008022233d958c3271b0f0c40d','',NULL),(8399,'en','installer','b0b3c80ddad74d95d6a95b6218601ca1','Installing %s',NULL,NULL,'','LINE',NULL,10,'','e20412e18a6948dad9961a0e99e0d0eb','',NULL),(8400,'en','installer','56599837224482fb897879e5ebca2ee3','Integration WPML with ElasticPress',NULL,NULL,'','LINE',NULL,10,'','7ba01eebaf78eb7260a2dd0f78edc0a4','',NULL),(8401,'en','installer','562eb3b942c08c71b4298727bd2760fd','Enable it now',NULL,NULL,'','LINE',NULL,10,'Integration requirement notice title for translation editor: enable action','77941ace14ba9d546a048b15b82001ec','',NULL),(8402,'en','installer','a34d9e2adb3f2cb4674ffc59d1e56243','Invalid language code',NULL,NULL,'','LINE',NULL,10,'','ae18bba1e7cf64bbde935527286a5f4d','',NULL),(8403,'en','installer','a89b70b768edebb5e860347e7f8a3586','Invalid nonce.',NULL,NULL,'','LINE',NULL,10,'','1b04f66b9c1bdcff84aa401cef6e28ff','',NULL),(8404,'en','installer','c1a4c1b929c4f5c81f80ece2d7b196aa','Invalid product',NULL,NULL,'','LINE',NULL,10,'','aa69210471e0159f2c20b4b62686763d','',NULL),(8405,'en','installer','df5009c395ce9a62c11d6bf2ac60bb51','Invalid request!',NULL,NULL,'','LINE',NULL,10,'','c2873c09199c5fcfe94cb30a9de74f81','',NULL),(8406,'en','installer','c01665c8c155866042f5dc1b56f8885c','Invalid site key for the current site.',NULL,NULL,'','LINE',NULL,10,'','311cb973df03bb6e5a3d645de19b2a50','',NULL),(8407,'en','installer','07a3b3e7001c77687cd79cffcb4b1e96','Invalid site key for the current site. If the error persists, try to unregister first and then register again with the same site key.',NULL,NULL,'','LINE',NULL,10,'','3b6e6784f70f8896a529df5441397ee1','',NULL),(8408,'en','installer','220f151e914d6407535067fcafd24c28','Issue tracking in %s',NULL,NULL,'','LINE',NULL,10,'','6295e9e9791e34b00e93d1a177d27522','',NULL),(8409,'en','installer','4bef6e173edb1bcbd70bf70ec54fdc13','Issues with translations',NULL,NULL,'','LINE',NULL,10,'','f2089dca57588edd4694f2ed64ded472','',NULL),(8410,'en','installer','ccd621e6e929a3b89ed77216c36dcffa','It could be improved',NULL,NULL,'','LINE',NULL,10,'','a28053f2e1e4b51f880bc834bcb2eb2f','',NULL),(8411,'en','installer','058c33ea5416e743b51b5aec52b6727f','It is OK',NULL,NULL,'','LINE',NULL,10,'','f4a2991927fb14118afa12663d8f5906','',NULL),(8412,'en','installer','379b8a03b6288bf9dfc6a45f66496ac2','It is perfect!',NULL,NULL,'','LINE',NULL,10,'','b102a393a6c46ac8fb32a8d80c238c86','',NULL),(8413,'en','installer','b6e72537a98f5e46fc3d0fa56e52e772','It looks like languages per directories will not function.',NULL,NULL,'','LINE',NULL,10,'','56a280df2247535c8a04a24ab4cef1fd','',NULL),(8414,'en','installer','025ebb19a007b715f6c5b64ee51d483e','It looks like the %1$s extension, which is required by WPML, is not installed. Please refer to this link to know how to install this extension: %2$s.',NULL,NULL,'','LINE',NULL,10,'','4eebd32f95652c7c305180eb2e994177','',NULL),(8415,'en','installer','e63f6027565784a70379c327fd1054a5','Item cannot be added (parent not translated)',NULL,NULL,'','LINE',NULL,10,'','a14a64237809efbcd920208bda6da279','',NULL),(8416,'en','installer','ea0c68cea8f47cd92a60b32057cf28cc','Item changed position',NULL,NULL,'','LINE',NULL,10,'','5006bb93ea538d24daafc81443323543','',NULL),(8417,'en','installer','a000485f86a57345cf8a17a167af9422','Item will be added',NULL,NULL,'','LINE',NULL,10,'','669564ed9f1bdfb299ded600c3010404','',NULL),(8418,'en','installer','d7859b066ae5ec6fa7ba6e48e59ebd18','Item will be copied',NULL,NULL,'','LINE',NULL,10,'','e83d0e83e5bf3a59805cbe3731ac6401','',NULL),(8419,'en','installer','77aae2bf14993500866d00142050e28e','Item will be removed',NULL,NULL,'','LINE',NULL,10,'','f359730020927fe99c12197798540d1c','',NULL),(8420,'en','installer','cf7a111b1803ca4efb31b4d01195d339','Job removed',NULL,NULL,'','LINE',NULL,10,'','095445125b878c368181d68979dc505b','',NULL),(8421,'en','installer','cdf5737c6a799aab5acb91ac99d878d2','Label translation',NULL,NULL,'','LINE',NULL,10,'','1bc395fb6199cc2cb2fb715189ab9138','',NULL),(8422,'en','installer','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,10,'','e72ba469e393e7379f7eb806453b12c9','',NULL),(8423,'en','installer','5917327c8129782edcc4f3d51f872151','Language Switcher',NULL,NULL,'','LINE',NULL,10,'','ab88f574d709cbb045c6d33f976ad343','',NULL),(8424,'en','installer','9577c83ab6c2574259060699c2c7b8cd','Language URL format',NULL,NULL,'','LINE',NULL,10,'','8027ae44ff2fc4643aba6605556c3260','',NULL),(8425,'en','installer','d3d90cb7fbcaeb18c323d585a53161fa','Language filtering for AJAX operations',NULL,NULL,'','LINE',NULL,10,'','76ca5c67a8e329ff4e18cd4d44820362','',NULL),(8426,'en','installer','92e25a3524e2ac89b4e22624bb5bb648','Language menu items style:',NULL,NULL,'','LINE',NULL,10,'','f9670d20f4cdf8a9fcd7c8daf5aa1a21','',NULL),(8427,'en','installer','5f5357e03c9b46f3622325285099ad0d','Language name',NULL,NULL,'','LINE',NULL,10,'','05713593e2eac9c96548f33d5e7d90ef','',NULL),(8428,'en','installer','084b67c09aa367fe7e9c3a40ba372989','Language name added as a parameter',NULL,NULL,'','LINE',NULL,10,'','957dcab39c8449a5ebc7b3115d09c692','',NULL),(8429,'en','installer','1f2c7d81119bb6b86f5283158dae945b','Language name in current language',NULL,NULL,'','LINE',NULL,10,'','554f8c56fed25834169a2780bbdd6600','',NULL),(8430,'en','installer','c85ab8bb281489246eb80b809e47a13f','Language of this %s',NULL,NULL,'','LINE',NULL,10,'','00fcd950a0819c3bfe75a190b8811fc4','',NULL),(8431,'en','installer','d363c8745c7ba9470e9b87f464615719','Language suffixes were removed from the selected terms.',NULL,NULL,'','LINE',NULL,10,'','cd2835c86aa8bda850e07b18c31223fb','',NULL),(8432,'en','installer','2bee34a22bef76f70f2fe7dcf164a99f','Language switcher colors',NULL,NULL,'','LINE',NULL,10,'','c0d8d290002e37207d2b9473cde9580c','',NULL),(8433,'en','installer','79ea6eac77515318f41d71e2b33c9db9','Language switcher options',NULL,NULL,'','LINE',NULL,10,'','913270c49acdd810b1c7525f681cb827','',NULL),(8434,'en','installer','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','4dcf8cdce874969ffb146b895b33b19e','',NULL),(8435,'en','installer','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','d397412fd41a5987bc12ebb83916f662','',NULL),(8436,'en','installer','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','4c79930726c4962d1aa84eb3db81b0bd','',NULL),(8437,'en','installer','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','7463039b9395a22772a90460e23044fa','',NULL),(8438,'en','installer','b2645cb51262660cae0dfc6bd2ec44d2','Language switcher style:',NULL,NULL,'','LINE',NULL,10,'','839f205b4f68b9f2022620fb068cc6c6','',NULL),(8439,'en','installer','3a08e2e340ab29fd9263af48193cbf8e','Languages',NULL,NULL,'','LINE',NULL,10,'','f83fac6620132f7609dd3cfddc8f2aa0','',NULL),(8440,'en','installer','4eb420c315136385ad2a4bffd955e3c0','Last Update Time could not be determined',NULL,NULL,'','LINE',NULL,10,'','480dc6d4da2cb6c1777066169db36fad','',NULL),(8441,'en','installer','3fb3e139ecd348f014ece120216de828','Last checked on %s',NULL,NULL,'','LINE',NULL,10,'','126fb8e3e3ec8c8a4ad9e9eb844eb4f9','',NULL),(8442,'en','installer','21673cd8e9c4103fdb525ef6109cfa18','Last menu item',NULL,NULL,'','LINE',NULL,10,'','a841116fecc302a806d757cdc6d397fa','',NULL),(8443,'en','installer','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,10,'','ace4c0ea66273d902a9632032b66deec','',NULL),(8444,'en','installer','982af1afc26bcad4ff820e242572c92d','Later in the head section (priority %d)',NULL,NULL,'','LINE',NULL,10,'','4cfe7c64d57b55e108d70b6afa456679','',NULL),(8445,'en','installer','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'','LINE',NULL,10,'','63b8cc362317eecb1177871e37fe9187','',NULL),(8446,'en','installer','a4c023381f8464a9608465ff95522fb4','Learn more about passing data between domains',NULL,NULL,'','LINE',NULL,10,'','7ca357a8280304429078513c20d3126e','',NULL),(8447,'en','installer','2a895dbe093a39ea7c757f504bb93b45','Learn more about translation feedback',NULL,NULL,'','LINE',NULL,10,'','19d83c7084318229e308304946f379a4','',NULL),(8448,'en','installer','efc66bce0dd03ecdc4eec7f47b0f06b2','Leave the text box to auto-save',NULL,NULL,'','LINE',NULL,10,'','ea342cee7738fe780836d055a7b1b1af','',NULL),(8449,'en','installer','8046c95f98fc714db47978092bb24264','Legend:',NULL,NULL,'','LINE',NULL,10,'','c4977f9f6cb71ba05ee0a20829dbc2f7','',NULL),(8450,'en','installer','dd5e06d256d594c694a03c6917670a04','Let\'s get it working for you. Please contact %1sWPML support%2s and give them the following error details:',NULL,NULL,'','LINE',NULL,10,'','67798579979735a17563c5114d200200','',NULL),(8451,'en','installer','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,10,'','8cd14f8c6eb9eac15f58baf030363953','',NULL),(8452,'en','installer','32bc93e36a03941c648d412ab67434de','Link to home of language for missing translations',NULL,NULL,'','LINE',NULL,10,'','c57058b255150f12384601a380daa923','',NULL),(8453,'en','installer','06b04676c88ae0ae9f8b7842d3e518b5','Links to translation of posts',NULL,NULL,'','LINE',NULL,10,'','d9983e485000252802df245c7af350ba','',NULL),(8454,'en','installer','865617369ad3368d653cadbacbbc5934','List of languages',NULL,NULL,'','LINE',NULL,10,'','62e13e30475dfd166f8fe6a57830e4d7','',NULL),(8455,'en','installer','16bfbf9c462762cf1cba4134ec53c504','Loading',NULL,NULL,'','LINE',NULL,10,'','f2fea25c582f4563281267d1847900f6','',NULL),(8456,'en','installer','6c7ed9863dcbf366c3a39b4cb3dc03e0','Loading ...',NULL,NULL,'','LINE',NULL,10,'','23f0f2cb85a60faf74469ed3707844fd','',NULL),(8457,'en','installer','9a9b7692565ff71d01326e07c6167bb2','Loading Language Data for {post_name}',NULL,NULL,'','LINE',NULL,10,'','7ac17bf19687cd4d3a5837d2a4ae5758','',NULL),(8458,'en','installer','a0f9a5b639ffe657678429c1c7c6e312','Localization options',NULL,NULL,'','LINE',NULL,10,'','06f4176abdc4adaa0614d1f3732cb05a','',NULL),(8459,'en','installer','d744502ce5bbd532a805837f9b1ad326','Login: Button text',NULL,NULL,'','LINE',NULL,10,'','3569137c89488e170a89c35fb1d20255','',NULL),(8460,'en','installer','e710f826d1eff5fc7f2730e1de9f6902','Login: Password label',NULL,NULL,'','LINE',NULL,10,'','f043067a3c76707c4fa63ba06b69a875','',NULL),(8461,'en','installer','7dcf6147e8ccaa0e2f8449548002cf2e','Login: Password placeholder',NULL,NULL,'','LINE',NULL,10,'','12cd4d68d8619cec438d33e3aca51be1','',NULL),(8462,'en','installer','b56eafe02d1f5b38ce41a991d81906b0','Login: User label',NULL,NULL,'','LINE',NULL,10,'','73fc1cdbee4e0884c89abe3be648bfbd','',NULL),(8463,'en','installer','8e2c4ff0afc7bf6fa17f84db0a985132','Login: User placeholder',NULL,NULL,'','LINE',NULL,10,'','1b6efad5d5c97bb504e9c6bb0e0bc5b0','',NULL),(8464,'en','installer','205bd9048f3e2aa143fe718178b710c3','Main Page (no parent)',NULL,NULL,'','LINE',NULL,10,'','23ffdaa2d243e0c4c6f9c72496d5848d','',NULL),(8465,'en','installer','7e1a6053d6ae9c8ceffe970b3af2714e','Make %s the original language for this %s',NULL,NULL,'','LINE',NULL,10,'','56f7a3d29713d3143d27b05072121d56','',NULL),(8466,'en','installer','858ac7618b55db32f792ed9ad3789fac','Make \'%s\' appear as translated',NULL,NULL,'','LINE',NULL,10,'','4db6d4c3d646f7a74c6b53a705969156','',NULL),(8467,'en','installer','dc15204134e62d7f3295b3dac6a63c0e','Make \'%s\' translatable',NULL,NULL,'','LINE',NULL,10,'','0cbf74c934691f0af73e7fb71b0cf0a5','',NULL),(8468,'en','installer','c675a592dfd8e01f2ffd1d64f94abf01','Make themes work multilingual',NULL,NULL,'','LINE',NULL,10,'','c243c4a7aae6d6c615b9ce0695d0e5d0','',NULL),(8469,'en','installer','a227d7bc8ef25aa29d8e14d984a713a4','Manage Languages',NULL,NULL,'','LINE',NULL,10,'','9a79495ef3dc260f98e5cd4cd8c387ab','',NULL),(8470,'en','installer','096c84c0132df0d17102519ce75ac0a7','Manage Media translation',NULL,NULL,'','LINE',NULL,10,'','989f7069888eed240029087812dc3761','',NULL),(8471,'en','installer','ef6f6c4a0c94dbbdd3307457cbcbcb11','Manage Navigation',NULL,NULL,'','LINE',NULL,10,'','b85700d23960c5f5009ddb6c03a6b675','',NULL),(8472,'en','installer','56eaa27fe06e74fda878564a8572f6f4','Manage Sticky Links',NULL,NULL,'','LINE',NULL,10,'','13bffe5f7ba822226d3c759aad8a236d','',NULL),(8473,'en','installer','799934896d114ea43cfb415a5ea2b8c6','Manage String Translation',NULL,NULL,'','LINE',NULL,10,'','d499570c8eb03447a224f28e0508ef67','',NULL),(8474,'en','installer','38993e0ae14c17c8ae7a0784b89471cd','Manage Support',NULL,NULL,'','LINE',NULL,10,'','4114fcc2062d205b2e81961ab71bd7f1','',NULL),(8475,'en','installer','3ec0cdc13a001090dad1601b4756d311','Manage Taxonomy Translation',NULL,NULL,'','LINE',NULL,10,'','c9a2b67ad51ee3bf2ac00be7d70bbdf5','',NULL),(8476,'en','installer','2c86e7ce02df938617bad523f1826bd0','Manage Theme and Plugin localization',NULL,NULL,'','LINE',NULL,10,'','a24f6eb5c5ebe1c9a0756c1af52d2286','',NULL),(8477,'en','installer','b3e9923529392286f5483a19954f287c','Manage Translation Analytics',NULL,NULL,'','LINE',NULL,10,'','cd4a065a6307148cf44730d12c989fa3','',NULL),(8478,'en','installer','1576d8348d71fd5d9d5bb03edbc1fad5','Manage Translation Management',NULL,NULL,'','LINE',NULL,10,'','2716c68c267a6ff4a8fe7b1ea6adc60e','',NULL),(8479,'en','installer','5fd1e9523415741e3655789713baccd4','Manage Troubleshooting',NULL,NULL,'','LINE',NULL,10,'','de45363b07d48664f122babc4183f86a','',NULL),(8480,'en','installer','60df0a5c07ef6beea65a7000670992f0','Manage WPML Menus Sync',NULL,NULL,'','LINE',NULL,10,'','2cb06f6528e3d7017a7b5cec7048ddbc','',NULL),(8481,'en','installer','eaed3c4df72ea96075805402f15c6ee1','Manage WooCommerce Multilingual',NULL,NULL,'','LINE',NULL,10,'','6a236859dbc684f389f3885a81e0ae7e','',NULL),(8482,'en','installer','d4063747c9ab2d5d7465df8f314f700b','Mark as fixed',NULL,NULL,'','LINE',NULL,10,'','5875c5283e22da812ddb2663247637dc','',NULL),(8483,'en','installer','504391473cd80ab20977ba9b59ee0ed7','Mark as new',NULL,NULL,'','LINE',NULL,10,'','57f73f0aa14275c99f0d47683b53c566','',NULL),(8484,'en','installer','c4c379f627f36930fe794eb5e2a63d74','Mature',NULL,NULL,'','LINE',NULL,10,'','4fabf3ed7bd22e5c73205fa9f8eeafe4','',NULL),(8485,'en','installer','901e802a19e0134e35b58eb895979aa2','Max execution time',NULL,NULL,'','LINE',NULL,10,'','fcd6449d7feda5f3ec92e4dcd90e5be4','',NULL),(8486,'en','installer','e3cda191a6eabcefbc9b17882a95ae45','Max input vars',NULL,NULL,'','LINE',NULL,10,'','d7b50db8a2cedfc2b7576d6b57bd2532','',NULL),(8487,'en','installer','3c0ed0e94b96415a75b89533e6dbde7e','Max memory limit',NULL,NULL,'','LINE',NULL,10,'','9b9f54da1ba578c94213a07e9dcba3e6','',NULL),(8488,'en','installer','081e5796fb91e7ca2f6c71bb77b9528f','Memory limit',NULL,NULL,'','LINE',NULL,10,'','40abdbe6b905b7b1ad77efde8c78078d','',NULL),(8489,'en','installer','a87bda51622d411945e92f75845d781f','Memory usage',NULL,NULL,'','LINE',NULL,10,'','04eed34a64d9b19175a7cc7c6c3225fa','',NULL),(8490,'en','installer','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,10,'','58c656648502068cc483abd9001b0e18','',NULL),(8491,'en','installer','7551d2d59d73e7d2650f7e2b9959efbf','Menu Anchor',NULL,NULL,'','LINE',NULL,10,'','f65224eebc7b00af0856d62d934c04df','',NULL),(8492,'en','installer','705d9223620844dff2398ac82108e460','Menu Option: auto_add',NULL,NULL,'','LINE',NULL,10,'','fe55a610429a6d29ade206caf91ae80f','',NULL),(8493,'en','installer','a01f5b5542a052325887d2c5833bc0b4','Menu Options will be updated',NULL,NULL,'','LINE',NULL,10,'','02b91d3eb792e750dc65ebfd56674024','',NULL),(8494,'en','installer','4df237a592741ceae4ad317e8694a64b','Menu language switcher',NULL,NULL,'','LINE',NULL,10,'','15707f0cf29df5c93d77f792b1fff79c','',NULL),(8495,'en','installer','0ed32dd5c142e7796de6efa1b42a1dca','Menu synchronization will sync the menu structure from the default language of %s to the secondary languages.',NULL,NULL,'','LINE',NULL,10,'','9f78b6f3728e3aa37cbd640112e1a83e','',NULL),(8496,'en','installer','c349b417d2178340351e24b3d11a8e95','Menu(s) syncing complete.',NULL,NULL,'','LINE',NULL,10,'','ecf502d9ff13d3237759aa6fbeb49691','',NULL),(8497,'en','installer','2c4b38133f3e8ac1942e187855da3fe7','Messages and notifications',NULL,NULL,'','LINE',NULL,10,'','e5acc8867b0de36e2003705a4650ae74','',NULL),(8498,'en','installer','7623dae1dc1a0906e7062e209e36cbdb','Missing a temporary folder.',NULL,NULL,'','LINE',NULL,10,'','a02545b803f1ffaf4a197b1e4e58b852','',NULL),(8499,'en','installer','3ed3e8f38bac5e997edaf4a2ec107415','Missing key \"%s\".',NULL,NULL,'','LINE',NULL,10,'','a1e3f90d1d45e3cc92137b57267e133e','',NULL),(8500,'en','installer','a93e5bbeb66c6d7fb21ff3e16caef7e4','Missing post ID',NULL,NULL,'','LINE',NULL,10,'','87d3461e6fbd0f4a4bf850ff008635ab','',NULL),(8501,'en','installer','054db988acbcf6ea3148380c128529da','Missing site key.',NULL,NULL,'','LINE',NULL,10,'','08f872509414937260570898ada12144','',NULL),(8502,'en','installer','2a78dbe12cba7efde71fa692b9795c94','Missing step',NULL,NULL,'','LINE',NULL,10,'','70b688fef6bb311abcfa456fac01cb2e','',NULL),(8503,'en','installer','a113bb044184a62aad6591f3b2b12c6a','Move to trash',NULL,NULL,'','LINE',NULL,10,'','fe5c6e1e43af6d692ddbd7ee520c4c85','',NULL),(8504,'en','installer','7b1efa75666f1435cd2931e52f1db614','Multilingual Content Setup',NULL,NULL,'','LINE',NULL,10,'','f04f7779787c5409a9fd57b3f15f2950','',NULL),(8505,'en','installer','fd52c56e0863271e9009526f279ce300','Multilingual WordPress',NULL,NULL,'','LINE',NULL,10,'Multilingual WordPress with WPML: first part','5ec8ce7f81ba747bf336267336ce80bc','',NULL),(8506,'en','installer','583f23552ab9ae13cb1f1031a57c742d','with WPML',NULL,NULL,'','LINE',NULL,10,'Multilingual WordPress with WPML: second part','c9c458ab73f7f63476277b3b637e698a','',NULL),(8507,'en','installer','c504c04fc96523c8065f5de65b842da1','Multiple options',NULL,NULL,'','LINE',NULL,10,'','e979d32a339d027a09416251a10d9f7b','',NULL),(8508,'en','installer','994b8d3810add97afc212b61f48424aa','Multisite',NULL,NULL,'','LINE',NULL,10,'','d94cd8ad4549e6303f4d4afa0a3ed218','',NULL),(8509,'en','installer','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','e06b4db2d9c50fb9b4a5345ad7c158bb','',NULL),(8510,'en','installer','2095f273fecd292bb7e6c54428641d61','Native language name',NULL,NULL,'','LINE',NULL,10,'','fd605a471270b83b4adbca357c3a0878','',NULL),(8511,'en','installer','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,10,'','5261578af2c2cbaf73d7c55ae9788196','',NULL),(8512,'en','installer','5e3777f636c61e4c950ab0c8d2f87ade','Need help with how to translate?',NULL,NULL,'','LINE',NULL,10,'','ff6ab141a2bc5304de865245d7e31c9a','',NULL),(8513,'en','installer','7bd1b01e2b3f3738a5df3d196bd8fd24','Needs update',NULL,NULL,'','LINE',NULL,10,'','369c51d866f1194dc034c2ed594950be','',NULL),(8514,'en','installer','f508b22c8fc4486b19fee39d5ded3841','Network settings',NULL,NULL,'','LINE',NULL,10,'','aa886d4c2e8aba4cbecf603a20b60df7','',NULL),(8515,'en','installer','555bb642cee12d553dcf4b8728a295ce','Never show this',NULL,NULL,'','LINE',NULL,10,'','72dd49c3648788df45ead962bde35e51','',NULL),(8516,'en','installer','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'','LINE',NULL,10,'','27bc5c1a88368abaf26076d78cf44930','',NULL),(8517,'en','installer','54cf96fc0ad85eae55b19289855f95fa','New Menu Language Switcher',NULL,NULL,'','LINE',NULL,10,'','1ec3e18b10213dbd81c64b19726fe9ba','',NULL),(8518,'en','installer','f05ea92ebffeb801da739453618b201d','New Widget Area language switcher',NULL,NULL,'','LINE',NULL,10,'','1cb81da1a0a89c07b6228602c19c62f6','',NULL),(8519,'en','installer','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'','ee68ccdb88a2bec7adfbbfd3da6e473a','',NULL),(8520,'en','installer','6ef74d0717dca4368870f6d446976fe4','Next >>>',NULL,NULL,'','LINE',NULL,10,'','608d2b34b9a073e2cb0db608835c4e61','',NULL),(8521,'en','installer','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,10,'','a4629e978daef0f11da930acac1c3ef1','',NULL),(8522,'en','installer','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,10,'','3f3098756dc61c70c86ac20f49585d7d','',NULL),(8523,'en','installer','b70d133ada6a8e3748e0243fc2835c2c','No %1$s found.',NULL,NULL,'','LINE',NULL,10,'','a4dde4c63b43488a42f1ee8d80a9df4a','',NULL),(8524,'en','installer','9a1f12bbc97890700b6244544337801f','No Batch',NULL,NULL,'','LINE',NULL,10,'','cba82a0a510536a90b8d31650ed4e5aa','',NULL),(8525,'en','installer','da03d7a15e666fa1bdd17122cf4199c8','No Translation requests selected.',NULL,NULL,'','LINE',NULL,10,'','938cb86e7b12069a404fd6b27fe7b0c2','',NULL),(8526,'en','installer','2ad2eb3929d664945aa839c7c276ebb2','No errors were found in the assignment of post types.',NULL,NULL,'','LINE',NULL,10,'','9b9b84a420b8ef5b12ae020dbf5c1aa6','',NULL),(8527,'en','installer','7725aba54a36d245280e1d487b889556','No feedback found.',NULL,NULL,'','LINE',NULL,10,'','aecdb204581e0023cd166daac986c5ae','',NULL),(8528,'en','installer','8c9067e52e4440d8a20e74fdc745b0c6','No file was uploaded.',NULL,NULL,'','LINE',NULL,10,'','0c0af9220052def874b2068ed65d0aa7','',NULL),(8529,'en','installer','da271f208377df814ef0922b24d8af46','No menus found',NULL,NULL,'','LINE',NULL,10,'','44c3d0c19a5efb55c659a20cdc3aead4','',NULL),(8530,'en','installer','895315e3913fddbe85046a1dcb8724e5','No posts found',NULL,NULL,'','LINE',NULL,10,'','15fe01301dac3e7da614ea61d83e78a1','',NULL),(8531,'en','installer','1f7ba764d05b5016ae96cc6a939fa502','No repositories defined.',NULL,NULL,'','LINE',NULL,10,'','a527e1c75b9b910ebab7e0259b98d09d','',NULL),(8532,'en','installer','0da2ec7f2c70e47d280e3f1abf92c9d5','No such post for ID = %d',NULL,NULL,'','LINE',NULL,10,'','fd3c6e87031b269acda9aa948e66c2d0','',NULL),(8533,'en','installer','62dade4dbd6a46d5b92fd845b8c2ff2f','No translator available for this language pair.',NULL,NULL,'','LINE',NULL,10,'','94efeeb2a57bc7e006e40aa83da7be5d','',NULL),(8534,'en','installer','8657bc98eb6df2876a82b0cc5a7e3564','No worries, the full functionality is preserved in WPML String Translation.',NULL,NULL,'','LINE',NULL,10,'','0ceed0d9a75f32f8fc97d239c8b8409e','',NULL),(8535,'en','installer','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'','LINE',NULL,10,'','b5c8da7e583074d0ffd2767fe6d8a9d1','',NULL),(8536,'en','installer','2d25c72c1b18e562f6654fff8e11711e','Not available',NULL,NULL,'','LINE',NULL,10,'','ccc3f75d2efec0e55f72725e51506aae','',NULL),(8537,'en','installer','d12fb360f73c34226d1e50228875d8cf','Not installed',NULL,NULL,'','LINE',NULL,10,'','e00c470023417ff7252c04f4eb8ee28d','',NULL),(8538,'en','installer','f72cdb6f6f8f468d9289639dc60134c8','Not translatable',NULL,NULL,'','LINE',NULL,10,'','415dfe0e1cd73f28022f05e130179600','',NULL),(8539,'en','installer','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,10,'','ad8545640cb1c32e63e7b7527468bbde','',NULL),(8540,'en','installer','757a9e010cfa5f0ce2312e943925be6d','Not valid',NULL,NULL,'','LINE',NULL,10,'','d021b2c413db55c53f42aab50f6ed3ea','',NULL),(8541,'en','installer','4de413d7da3c566ea6fe1281f0588757','Note: Custom taxonomies and custom fields are shared across different post types.',NULL,NULL,'','LINE',NULL,10,'','bbdb4a6a87938e9a7f06f39004996fa0','',NULL),(8542,'en','installer','d08781ba2719c99f053800ac956a5ab9','Note: WPML must be activated on the primary site or must be network activated.',NULL,NULL,'','LINE',NULL,10,'','c8627ed86ddfc0632d51b80fe1f6d2db','',NULL),(8543,'en','installer','6b4337501f7d2b8c978b3f4cb1537de7','Note: auto-adjust IDs will increase the number of database queries for your site.',NULL,NULL,'','LINE',NULL,10,'','d737ea64601223c2d15901f8cb53f5af','',NULL),(8544,'en','installer','f7e8021a9695673ad4d3fb790b4dec46','Note: if you edited the custom post declaration you may need to re-configure WPML to mark it as translatable.',NULL,NULL,'','LINE',NULL,10,'','ebba5123effb9ed19425279434753bed','',NULL),(8545,'en','installer','b22142f7ca9f774544e24009a8099bb9','Note: if you edited the custom taxonomy declaration you may need to re-configure WPML to mark it as translatable.',NULL,NULL,'','LINE',NULL,10,'','1ef9dff92e5501c3c9a73ca1800e7552','',NULL),(8546,'en','installer','c9c48dc1c52cd9f6b9ba4a01a648fd75','Nothing Sync',NULL,NULL,'','LINE',NULL,10,'','5d04403adfe937f32dec6933af1b394a','',NULL),(8547,'en','installer','f38d07c07c653ecd06c615f9457bb34d','Nothing to configure.',NULL,NULL,'','LINE',NULL,10,'','9b32b0247392913090121105fc4856bd','',NULL),(8548,'en','installer','3eb5afa0f28b213aae644174fe10bd4d','Nothing to sync.',NULL,NULL,'','LINE',NULL,10,'','5fe13ea13681be59dc40bfc56185ae73','',NULL),(8549,'en','installer','404756d8920bc863cbce5973697ba8a6','Notice does not exist.',NULL,NULL,'','LINE',NULL,10,'','f9d8f9e8cb915fa077a283ca934e6cb3','',NULL),(8550,'en','installer','e7a778d1b2aab1c745fa8488f9f3a15c','Notice does not exists.',NULL,NULL,'','LINE',NULL,10,'','f67d74994d82beb703e1fc268480eb76','',NULL),(8551,'en','installer','dcae5414a78edac168e18b94a0e01fe4','Number Counter: Text after number',NULL,NULL,'','LINE',NULL,10,'','db1f39e16fa0ee358b14083e8ff00933','',NULL),(8552,'en','installer','a4f96625c4e72790e7028ebb66b05832','Number Counter: Text before number',NULL,NULL,'','LINE',NULL,10,'','774a2d91eb4108096736b4e65005a74b','',NULL),(8553,'en','installer','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,10,'','1eae6269222d79e2a7be0b4f71a88d27','',NULL),(8554,'en','installer','a60852f204ed8028c1c58808b746d115','Ok',NULL,NULL,'','LINE',NULL,10,'','f8eb82e97d64add6965d6f7a0e07e556','',NULL),(8555,'en','installer','6a41f5f3c32442118ffff567d1cc1f57','Old Name',NULL,NULL,'','LINE',NULL,10,'','112412454d144478a01c3e6460b5cc3e','',NULL),(8556,'en','installer','a072e805b1dbfa47da960739eaee9314','One more step before you can translate %s',NULL,NULL,'','LINE',NULL,10,'','ae029f4bb3a947b25ec349129b54272b','',NULL),(8557,'en','installer','37a6be2c1435626af961d8fab0c8c6b6','Only translated blog posts (never display posts from the default language on translation languages)',NULL,NULL,'','LINE',NULL,10,'','70a42e300e45d66629acf09abe21118a','',NULL),(8558,'en','installer','dbcca7384bfdc6bd51d1a346560567d3','Operate WooCommerce Multilingual. Everything on WCML except the settings tab.',NULL,NULL,'','LINE',NULL,10,'','2a3f5ca5cb4648cf5f31e2621cd5a586','',NULL),(8559,'en','installer','1801631b65ac90d06bb76163243e01ca','Operation complete!',NULL,NULL,'','LINE',NULL,10,'','eddcb352d8fe311821100b373f3f0b13','',NULL),(8560,'en','installer','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'','LINE',NULL,10,'','1c365a6134e11237efac143a62a99784','',NULL),(8561,'en','installer','abb4e18b765b12e3cb3ba56ea83001ca','Order of languages',NULL,NULL,'','LINE',NULL,10,'','32a08bfd4f475a5d38198885c3fbed5d','',NULL),(8562,'en','installer','b8dd68572112a40147a59de9b221e5cb','Original language',NULL,NULL,'','LINE',NULL,10,'','4fb47b6ef6f7480c5610199a14ac8244','',NULL),(8563,'en','installer','498b0e3f3a74ba8e45399519ab651179','Original post:',NULL,NULL,'','LINE',NULL,10,'','69757214d46df8c7e5404b6cb30fe950','',NULL),(8564,'en','installer','30426e90c3244b71ff1cc300cbc35c90','Original term',NULL,NULL,'','LINE',NULL,10,'','ac7a835aa15c853f3e4406306828bb80','',NULL),(8565,'en','installer','a73f13fbca15462a1d7b6a8e6e882c33','Original value:',NULL,NULL,'','LINE',NULL,10,'','2292c7bd68bc39198c6817a82e2374ef','',NULL),(8566,'en','installer','fd5835ced56f6ee48dc30470ba7b857d','Original:',NULL,NULL,'','LINE',NULL,10,'','7ff824e69cce9b5ce9b849ffd21590ad','',NULL),(8567,'en','installer','0653bfd1bba42b5c6a2c8b1568ba71aa','Other language background color',NULL,NULL,'','LINE',NULL,10,'','641d666263a7aa48b8f20a175976622c','',NULL),(8568,'en','installer','f55b03d56bbf3e06ff51d8566b624ce3','Other language font color',NULL,NULL,'','LINE',NULL,10,'','df005b4dca0e45b70cd61f43b057ddf1','',NULL),(8569,'en','installer','5705375c3527e4be741c5039993cb526','Overwrite existing translations',NULL,NULL,'','LINE',NULL,10,'','e8ff462a55cbe98143a4d297ab7d7a18','',NULL),(8570,'en','installer','e65c05dc2a686299abcd2822b6799285','Overwrite with %s content.',NULL,NULL,'','LINE',NULL,10,'','f38369804677a0aa7597bc5d02f2a38d','',NULL),(8571,'en','installer','2fec392304a5c23ac138da22847f9b7c','PHP',NULL,NULL,'','LINE',NULL,10,'','d962b020ba0a910138288a7962fec189','',NULL),(8572,'en','installer','7697cd6c801211c15ac08d31d057c2e7','PHP 5.6 and above are recommended. PHP 5.3 is the minimum requirement.',NULL,NULL,'','LINE',NULL,10,'','5069aceb2997a26f003b0e4a4741cb50','',NULL),(8573,'en','installer','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,10,'','2f37af57091e6b171e5522896a769f4b','',NULL),(8574,'en','installer','23f870d5c5862efbca70579d8385776f','Pass arguments via GET (the url)',NULL,NULL,'','LINE',NULL,10,'','95c22d2588814d0d7f28b230e16a356d','',NULL),(8575,'en','installer','128846e8188989666752cdb72b38b690','Pass arguments via POST',NULL,NULL,'','LINE',NULL,10,'','97176ff1bb1561004b97a9dcf7e3af84','',NULL),(8576,'en','installer','8152a3d192c4c2ac0f7890491dd0e413','Pass session arguments between domains through the language switcher',NULL,NULL,'','LINE',NULL,10,'','b5b85c541e970103faaca28ff338db69','',NULL),(8577,'en','installer','39ee3ccae96df0927095f65a99c5afbf','Please give some examples of errors and how would you improve them:',NULL,NULL,'','LINE',NULL,10,'','be7e8d73452d1d11a3a5bc07c2d6c860','',NULL),(8578,'en','installer','05f9ae814f1e021ae335d0ab769bbb9d','Please go to the %s page and click on \"%s\" to fix this problem.',NULL,NULL,'','LINE',NULL,10,'','bfe24d46f3b632c330ca28f89f235b32','',NULL),(8579,'en','installer','2519237fddab5b3951a54a5bc4d999e4','Please go to the %sPlugins%s page and enable the WPML Multilingual CMS plugin before trying to configure the plugin.',NULL,NULL,'','LINE',NULL,10,'','e2e46c9455eeeb38bd5d962e560adaae','',NULL),(8580,'en','installer','f0ca228b7a3c4ea20513a6bb539e10d5','Please log-out and login again in order to be able to access the admin features in all language domains.',NULL,NULL,'','LINE',NULL,10,'','5d036ef035730ae520ebcfde5baf409c','',NULL),(8581,'en','installer','8ec62f844bb59d81ad9e76bb107a9f76','Please make backup of your database before using this.',NULL,NULL,'','LINE',NULL,10,'','5d5aa4b67a0360f504ed0f9ea2a04d96','',NULL),(8582,'en','installer','59448d3eaaeb085c11aaf014099d05f7','Please make sure that you\'ve saved all the changes. We will have to reload the page.',NULL,NULL,'','LINE',NULL,10,'','18e5b0c962cf83f6f012efab5ea79de8','',NULL),(8583,'en','installer','c20349215f92a4b69d742eaa8c84c120','Please make sure to save your post, if you\'ve made any change, before proceeding with this action!',NULL,NULL,'','LINE',NULL,10,'','438fe5bdcd0a78a4fc8796ff0341cdab','',NULL),(8584,'en','installer','84b860ad41026e79f84f4f776d770abf','Please note that all translations you have sent to remote translation services will be lost if you reset WPML\'s data. They cannot be recovered later.',NULL,NULL,'','LINE',NULL,10,'','0ce5056a54132b65809e025e3bb96fab','',NULL),(8585,'en','installer','df73a4dae29a5e309826c20666b1b78f','Please note that currently, you can translate the slugs of taxonomy terms but it is not possible to %s.',NULL,NULL,'','LINE',NULL,10,'','3ec3972534f9a82438663e13668c604b','',NULL),(8586,'en','installer','28ec58877370787786e7417bba1390d1','Please note that the site key is case sensitive.',NULL,NULL,'','LINE',NULL,10,'','a8a57232a79ead76eca8338b3b917112','',NULL),(8587,'en','installer','bcc3c4e9ce920e1acfc7c2026148fe84','Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.',NULL,NULL,'','LINE',NULL,10,'','913296e859ab7f7f6132f242bb06d549','',NULL),(8588,'en','installer','25a7b56809988c586f38ed80a79f1fc0','Please provide a short description of the website so that translators know what background is required from them.',NULL,NULL,'','LINE',NULL,10,'','8d6d8add27402aae7a88fceaf293460d','',NULL),(8589,'en','installer','6ff2ac14078b69c344d291bc2310366e','Please rate this translation:',NULL,NULL,'','LINE',NULL,10,'','edad73710201fceedfbc2b3753bbbfe8','',NULL),(8590,'en','installer','ca2be58de28e4b6007c50e655f0c7d1a','Please save the settings first by clicking Save.',NULL,NULL,'','LINE',NULL,10,'','10d17f5c2332ae4caec6e7a5dc2459b9','',NULL),(8591,'en','installer','c45fb78431acede7ac053f749259e670','Please select what to show for the root url.',NULL,NULL,'','LINE',NULL,10,'','a95ffa872ab38fe121e4723f04339d4f','',NULL),(8592,'en','installer','85cb25446cd3bd3f5dbfa37ddb405ae8','Please update all components which you are using.',NULL,NULL,'','LINE',NULL,10,'','9f4a6128687899c4e76dc0204536aa33','',NULL),(8593,'en','installer','096ad87e55202216999550278e827fdb','Please, enter required data.',NULL,NULL,'','LINE',NULL,10,'','ca4e19508fdfb8332c55da031a00651c','',NULL),(8594,'en','installer','43769e1d039e985a70881c7900f73797','Please, enter valid data.',NULL,NULL,'','LINE',NULL,10,'','15447f5ce1297f42366f2987a08915cc','',NULL),(8595,'en','installer','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,10,'','a92be6b411256b815e04db190e94b3b8','',NULL),(8596,'en','installer','ea53661974db2e8f508ebaa82ccd2186','Plugin Name',NULL,NULL,'','LINE',NULL,10,'','cb72e9edea8ada413204cea82ad98592','',NULL),(8597,'en','installer','9fcc429e2f303a434bab96b57eeae0fd','Plugins will be updated to their most advanced version in the channel that you selected.',NULL,NULL,'','LINE',NULL,10,'','c49e452cc780f18b61d88bb571ff383f','',NULL),(8598,'en','installer','d8eb2d3eaaf091c42168abaca5bbae8a','Plural',NULL,NULL,'','LINE',NULL,10,'','ff84f60d79092ab3b5e64db887412add','',NULL),(8599,'en','installer','c5ad329d9b88e63752cbeaf9b4811fed','Position of hreflang links',NULL,NULL,'','LINE',NULL,10,'','0873c898126a488832925c6592d01a06','',NULL),(8600,'en','installer','86b023577b45b23adaede250fd7ff992','Position of link(s):',NULL,NULL,'','LINE',NULL,10,'','0ba35d8351a14d6f1a159fc3e6028d12','',NULL),(8601,'en','installer','ec16e90b650301f5d0e870f03a1b8e3c','Position:',NULL,NULL,'','LINE',NULL,10,'','a8cba00f4c06dd68d0d0880a1ead9f15','',NULL),(8602,'en','installer','4cc7cf857e196c7acb5f968ae7b7772e','Post Types Translation',NULL,NULL,'','LINE',NULL,10,'','8025cb866cbded417d2533230d3c2880','',NULL),(8603,'en','installer','73fded4fe3514910327b72c4d24ca628','Post not found',NULL,NULL,'','LINE',NULL,10,'','a5ce8bd94eb52cb1fdb9452d0da04fe7','',NULL),(8604,'en','installer','de121cbd6a8920e32956199d36a3f1ef','Post type and source language assignment have been fixed for ',NULL,NULL,'','LINE',NULL,10,'','ca688afe5168330ac0cacd3902d42e24','',NULL),(8605,'en','installer','b9489ecd53ee4a441377840fa418060f','Post types',NULL,NULL,'','LINE',NULL,10,'','79c829dc8244568bdc66bd3e562c8ee1','',NULL),(8606,'en','installer','e93b85c00ae39171e1cb77ccfe8399cc','Post without a title',NULL,NULL,'','LINE',NULL,10,'','c58b37e8372ffdbe2a332a8fd7ecd747','',NULL),(8607,'en','installer','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'','LINE',NULL,10,'','b12ad461b75e90cf6cc0cedee250604b','',NULL),(8608,'en','installer','847d0b482f5203327c9a2766de9a23a0','Posts and pages synchronization',NULL,NULL,'','LINE',NULL,10,'','a6f2d904d40c8e2fc56dd0356a5918bc','',NULL),(8609,'en','installer','c8b02c1ed5498ca9af6408f31fbbcd5f','Posts: Read more text',NULL,NULL,'','LINE',NULL,10,'','a332d08236abb7ce346115b8b18e853f','',NULL),(8610,'en','installer','24e2c6c1db86a98c61368b8c976d2b2f','Preferences saved.',NULL,NULL,'','LINE',NULL,10,'','73b64e544a22598ff95e1364daafe005','',NULL),(8611,'en','installer','1cd75972f020ed203911c26761849dac','Preserve URL arguments',NULL,NULL,'','LINE',NULL,10,'','881ab20cf894f6f4d0515aa56464dd27','',NULL),(8612,'en','installer','9ec11a0e94ed6ba6e1df431f25204463','Preserving URL arguments',NULL,NULL,'','LINE',NULL,10,'','588d1a84160e404c22ccbedc41f64ca6','',NULL),(8613,'en','installer','10dd17c82cbaf196a79c801e69a40d41','Preview update failed',NULL,NULL,'','LINE',NULL,10,'','11bb4ee7f5581548961ba00ece15c204','',NULL),(8614,'en','installer','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,10,'','ecee55853f6b862b4bfea9681b4678b7','',NULL),(8615,'en','installer','b4e2c02228bd94fc3558f0f6201cc996','Price Table: Button link',NULL,NULL,'','LINE',NULL,10,'','e5171eb2d601d82d867953b8599be423','',NULL),(8616,'en','installer','661e509f535ac33c338e7171bac8f387','Price Table: Button text',NULL,NULL,'','LINE',NULL,10,'','a876e791120c2788ec1b29cab9010162','',NULL),(8617,'en','installer','242cea40971e873704e67861cee8135d','Price Table: Footer additional info',NULL,NULL,'','LINE',NULL,10,'','c0ddbe489992a7a9ae6b5e9117e3cd63','',NULL),(8618,'en','installer','7b62038013d15bf1eed8374e0103e8bd','Price Table: Heading',NULL,NULL,'','LINE',NULL,10,'','4b5316148240370cf0414f11e6f81757','',NULL),(8619,'en','installer','fd8ca34f4d5c79162b91600abf44bdfc','Price Table: Period',NULL,NULL,'','LINE',NULL,10,'','0dec25b6133f2ee42d6d0450e2be7140','',NULL),(8620,'en','installer','372e909b602916528a3f620bb7d5758e','Price Table: Ribbon title',NULL,NULL,'','LINE',NULL,10,'','ca89d2bc95a9a80012f1a30295893723','',NULL),(8621,'en','installer','b503b107a85b333c9bde84098dd462f0','Price Table: Sub heading',NULL,NULL,'','LINE',NULL,10,'','b7ca6b302a19b1fd3960fcc5134d48f7','',NULL),(8622,'en','installer','563181b9557367b21a8901ab1d5d91cf','Price list: title',NULL,NULL,'','LINE',NULL,10,'','85979e635408222332bb8930cdb8fd1a','',NULL),(8623,'en','installer','0ce06958e4cd5dee8393acd548381985','Price table: text',NULL,NULL,'','LINE',NULL,10,'','7107e5277f282614fc0b1eb81210de20','',NULL),(8624,'en','installer','6b3c71fa00fafbe80b24e342a118dc4c','Pricing list: description',NULL,NULL,'','LINE',NULL,10,'','446c55920645c3a922f8e1381020823d','',NULL),(8625,'en','installer','dee907488816591252487c7d9a51a18d','Pricing list: link',NULL,NULL,'','LINE',NULL,10,'','0eeaeb180f3d3d4d10a6093c9727cacb','',NULL),(8626,'en','installer','e427f86463c2893d1edef74bdcf329fc','Pricing table: Button link',NULL,NULL,'','LINE',NULL,10,'','88216b2fcddb98fd6d3f427d539255fd','',NULL),(8627,'en','installer','709dc0a6bfaafafcb02142444c0f75ac','Pricing table: Button text',NULL,NULL,'','LINE',NULL,10,'','37d045253500cae90f4ec5874357da04','',NULL),(8628,'en','installer','6c2de85baaef31f77ad1344a58965cea','Pricing table: Duration',NULL,NULL,'','LINE',NULL,10,'','e49f8ad5be80c8fdf1e3561607074b0b','',NULL),(8629,'en','installer','0d4227dead752c45b7320629ad84705a','Pricing table: Feature',NULL,NULL,'','LINE',NULL,10,'','6634bfd0ab02799162ef893bfdf07418','',NULL),(8630,'en','installer','1d18699fda043faf56c17e770349b0b4','Pricing table: Price',NULL,NULL,'','LINE',NULL,10,'','e967486054207af7f032ef2b70314e0f','',NULL),(8631,'en','installer','10278c149a3611d3cbf2fd265ad79bfe','Pricing table: Title',NULL,NULL,'','LINE',NULL,10,'','24d4d09827a2fbab8c972d90b92d749a','',NULL),(8632,'en','installer','e0f493915371e9953b6f275db80a4c18','Privacy and data usage policy',NULL,NULL,'','LINE',NULL,10,'','973a56bdff2fce33a60b3e9a49eab896','',NULL),(8633,'en','installer','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,10,'','5eb1c4e7d36692fcc95d7427fafc3c19','',NULL),(8634,'en','installer','28338664ebd2505c43d8d3f6c2870ac4','Processing translations...',NULL,NULL,'','LINE',NULL,10,'','accf428a79a376ccd78c8f312e2e3c5e','',NULL),(8635,'en','installer','756d97bb256b8580d4d71ee0c547804e','Production',NULL,NULL,'','LINE',NULL,10,'','9e3c859be8f29e48440d97e85e82f2bf','',NULL),(8636,'en','installer','07505c245e8604fbecafca3059f78fbb','Progress: Inner text',NULL,NULL,'','LINE',NULL,10,'','e63e31f5e718abb03326ffbaf9098280','',NULL),(8637,'en','installer','24baefbe449d1f7cd6c37bfec264bd03','Progress: Title',NULL,NULL,'','LINE',NULL,10,'','7b094e237c925816730758e4173c5cb3','',NULL),(8638,'en','installer','13f77bb7fff251c5eb5262fe2a919d99','Rate translation',NULL,NULL,'','LINE',NULL,10,'','26b19f9213f1b2d62650dbdc14a3b941','',NULL),(8639,'en','installer','b8b77a45c3f3e40c6583439b7fe2c655','Rate translation of this page',NULL,NULL,'','LINE',NULL,10,'','1b1b82baced7c3b0ec0653947f74d2e4','',NULL),(8640,'en','installer','dda9c06f33071c9b6fc237ee164109d8','Rating',NULL,NULL,'','LINE',NULL,10,'','6a6de623439912e626a3365ff9fbb15a','',NULL),(8641,'en','installer','4a873f28e0440c37cb2d378d6b43b375','Rating:',NULL,NULL,'','LINE',NULL,10,'','66fba848be4d8582cb36f56d8e88876f','',NULL),(8642,'en','installer','7771597b4ce45d00b5f2927542aaf1c7','Read how this works',NULL,NULL,'','LINE',NULL,10,'','3a096bb558a7769d2bab8479d200ec01','',NULL),(8643,'en','installer','6ffd18b813192b7845ec56d0731e43c4','Redirect visitors based on browser language only if translations exist',NULL,NULL,'','LINE',NULL,10,'','3c11c0430564cfa1919d6e83d39f1b4d','',NULL),(8644,'en','installer','63a6a88c066880c5ac42394a22803ca6','Refresh',NULL,NULL,'','LINE',NULL,10,'','5cabc2a08d63e348d57b90c4686a35b5','',NULL),(8645,'en','installer','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'','LINE',NULL,10,'','e16d09b21599a48ef4651976855520b0','',NULL),(8646,'en','installer','dc0cd60c4ce28524a7f7a0cdc8c4cabb','Register %s',NULL,NULL,'','LINE',NULL,10,'','4da11afd64ff791a4c325ba0502a57b3','',NULL),(8647,'en','installer','6205cf9436aee7ccb42779ac5e69bd3f','Registered',NULL,NULL,'','LINE',NULL,10,'','328102070f679e8568bc7c37d9480091','',NULL),(8648,'en','installer','0f98b7f230f3c91292f0de4c99e263f2','Registration',NULL,NULL,'','LINE',NULL,10,'','634b09a901dce54654a9eacb014cf526','',NULL),(8649,'en','installer','680008d119c3f979f737035270d6c1df','Registration is free and only takes a minute.',NULL,NULL,'','LINE',NULL,10,'','1231dcf892f39a68d133f13d170c95f6','',NULL),(8650,'en','installer','7d0ee6fed10d3d4e5c9ee496729ab519','Release notes',NULL,NULL,'','LINE',NULL,10,'','295a99f4a3f320f6966cc3f558c5e9b7','',NULL),(8651,'en','installer','ea1e34304a5d8ffa7c9b0ed8ede4ef1a','Released',NULL,NULL,'','LINE',NULL,10,'','2726b2b121325e842e31fbf011994d0e','',NULL),(8652,'en','installer','90bd50243d6e952b12674bc5f1dc8a18','Remember my preference.',NULL,NULL,'','LINE',NULL,10,'','a51d50265282a7b4fbb4d1d1f50db0b4','',NULL),(8653,'en','installer','82b57251c9147bbd61f4dfafb2cfa6f0','Remember visitors\' language preference for %s hours (please enter 24 or multiples of it).',NULL,NULL,'','LINE',NULL,10,'','1d363372a7dff2c0d4d5a0eaecbbf8a4','',NULL),(8654,'en','installer','d859fa7b6dce51497d83da7c40fa256e','Remind me again in 4 weeks.',NULL,NULL,'','LINE',NULL,10,'','3ffa66bcd5005417d869035378e460cc','',NULL),(8655,'en','installer','7a4f0d12efdf9db50039b22cad69d84e','Remind me later',NULL,NULL,'','LINE',NULL,10,'','d5c75d9685c1d3913e3f641c5ccf2518','',NULL),(8656,'en','installer','4cdd151f1cdf4e77ba8a921dcca451a9','Remote XML Config Log',NULL,NULL,'','LINE',NULL,10,'','dea6c0326e0378331fc6e13ac013a0a1','',NULL),(8657,'en','installer','39a33ab3ae10c15b5c60328b23512713','Remove %s',NULL,NULL,'','LINE',NULL,10,'','e5656f20af1637baa9b1b5a8737eff28','',NULL),(8658,'en','installer','eca331b8951e6a3e81565c2218743885','Remove all messages and notifications',NULL,NULL,'','LINE',NULL,10,'','87df992ee9a3178abf7640bdf27d72e0','',NULL),(8659,'en','installer','deac48cf01b1c4895e291c3a16f28013','Remove all messages and notifications, for all users.',NULL,NULL,'','LINE',NULL,10,'','165d8e1b0a7c0ccce34070c2d32e3aab','',NULL),(8660,'en','installer','6a5082863f871307198a8b41482b29ab','Remove comments that don\'t match the content\'s language',NULL,NULL,'','LINE',NULL,10,'','ecbc7b97a053a48b2f2121715ee360e1','',NULL),(8661,'en','installer','7994bb82d7ecf1f38d635dad824261be','Remove current site key (%s)',NULL,NULL,'','LINE',NULL,10,'','8dd827140d9148325b811b9c5781dc47','',NULL),(8662,'en','installer','990a327d8f1c4a243c41df33633864cb','Remove debug logs of String Translation cache',NULL,NULL,'','LINE',NULL,10,'','f2a78123a276a19c002980f5af732a67','',NULL),(8663,'en','installer','cd05e0cd6a83fed7a7ed68b30caa8be5','Remove ghost entries from the translation tables',NULL,NULL,'','LINE',NULL,10,'','021a633a8ff0de2f685af95eac7103f7','',NULL),(8664,'en','installer','986cf41ce680a2217df4240aa0e05401','Remove language suffixes from taxonomy names.',NULL,NULL,'','LINE',NULL,10,'','9523a55668b2387c0aae10850905184e','',NULL),(8665,'en','installer','0623b2f5e1c1bf330da35403023023c2','Remove the \'filter_var\' string from the \'disable_functions\' directive or...',NULL,NULL,'','LINE',NULL,10,'','83ab93039b1b5024e7cc0977b37247e4','',NULL),(8666,'en','installer','2dd214cf4f2774b39a62cbbacaea56d2','Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors.',NULL,NULL,'','LINE',NULL,10,'','f288d65d0ce284a07730f1d409d427ce','',NULL),(8667,'en','installer','0a1a4b5dad6f1e1cd0b4ac7aa6ac811f','Removes invalid rows stored in option and hide admin notice.',NULL,NULL,'','LINE',NULL,10,'','e44c6e32d7c64db70f440b26b0c7c4bd','',NULL),(8668,'en','installer','b99cf0daa301b4591f10e23b2e3a2ace','Rename label to %s',NULL,NULL,'','LINE',NULL,10,'','bd7e3c4cb5a524f135dec1efdb59b6b0','',NULL),(8669,'en','installer','02b6efec5d5ae372165817c4708871dd','Renew %s',NULL,NULL,'','LINE',NULL,10,'','ef27b8dd3904cd4ef445b0273169c75c','',NULL),(8670,'en','installer','f7192c4c55a8ae9834a21584afec77b8','Replied',NULL,NULL,'','LINE',NULL,10,'','bd231dd9bfb21b59f4835cfe5e33501d','',NULL),(8671,'en','installer','6e926dca018023a516b75892a567006e','Reply to admin',NULL,NULL,'','LINE',NULL,10,'','afbd5baec42ae6ab4a5f718d40ef2e74','',NULL),(8672,'en','installer','4b6a93540c6277beda8d6363a861c91b','Reply to admin:',NULL,NULL,'','LINE',NULL,10,'','d37831e60ca1b1a55956c06097afe9f8','',NULL),(8673,'en','installer','c4be18b43841c5ae3967faf1357ed33e','Reply to translator',NULL,NULL,'','LINE',NULL,10,'','d220d3d5033f253c0328fb3ea77728e9','',NULL),(8674,'en','installer','da75c8aca82f7a0669c4a02210208c72','Reply to translator:',NULL,NULL,'','LINE',NULL,10,'','25aaffbcca5aedf519729b8eee69d5f0','',NULL),(8675,'en','installer','4ebaefc5350aea358696c453e41b5bc7','Report to',NULL,NULL,'','LINE',NULL,10,'','e555f824620d603ea31c312a8907ad35','',NULL),(8676,'en','installer','c1a42c8451b7756687eb80444464d040','Reporting to',NULL,NULL,'','LINE',NULL,10,'','5315c3704d7afad48adf16fa1bc370c2','',NULL),(8677,'en','installer','8f8ecce91419f77fb186056a206d6846','Reporting to wpml.org',NULL,NULL,'','LINE',NULL,10,'','f875846e198d87ca7959bd7b168f9436','',NULL),(8678,'en','installer','526d688f37a86d3c3f27d0c5016eb71d','Reset',NULL,NULL,'','LINE',NULL,10,'','b6fe786f2e2fd173a09561658ef5de90','',NULL),(8679,'en','installer','e03f9686a7e21c9c3f19cb5630c98113','Reset and deactivate WPML',NULL,NULL,'','LINE',NULL,10,'','591c8cb820096b0f096ef940374ed3bb','',NULL),(8680,'en','installer','50ce7105615ce2a6a9d8b27ebf4a216e','Reset languages',NULL,NULL,'','LINE',NULL,10,'','e72b13b1fc59ae53cb74284193ebffe1','',NULL),(8681,'en','installer','d959346bf784b9cd8f47fd90c803ebb2','Reset settings',NULL,NULL,'','LINE',NULL,10,'','78fa42fc62ef5baa88a0009e852a6bde','',NULL),(8682,'en','installer','2bd339d85ee3b33e513359ce781b60cc','Restore',NULL,NULL,'','LINE',NULL,10,'','605c82dcefadb80846f15a2da5814ac7','',NULL),(8683,'en','installer','6947b2394c1a6a22373b262eea0dc388','Restore default',NULL,NULL,'','LINE',NULL,10,'','eddaffcf96f18540ca3d7eb707e20fc6','',NULL),(8684,'en','installer','ed972d677ba1c232b973a2e20ed678ef','Restore dismissed and hidden messages and notifications.',NULL,NULL,'','LINE',NULL,10,'','67f2bd07e1b447d9eab7d9953dc5acd9','',NULL),(8685,'en','installer','46a2b319421e19b75ac38a5c7ea052af','Restore messages and notification',NULL,NULL,'','LINE',NULL,10,'','0c32299309f09a3b3ddb9fedb6b1ea78','',NULL),(8686,'en','installer','0b7e81c9bdec0253a3241af4a5c28d80','Resume Upgrade Process',NULL,NULL,'','LINE',NULL,10,'','8438503c2af8ba0446a84e4b04a0ad90','',NULL),(8687,'en','installer','6327b4e59f58137083214a1fec358855','Retry',NULL,NULL,'','LINE',NULL,10,'','311f7932aa8b52b18ab2fbbf8628246c','',NULL),(8688,'en','installer','5cbc04b67dfd64a325cdd9f5af256bc1','Return to the plugins page',NULL,NULL,'','LINE',NULL,10,'','b9e2894c0d4b70293cd442227359d53c','',NULL),(8689,'en','installer','10565a0677c0c3873a8c965f4c629349','Return to the updates page',NULL,NULL,'','LINE',NULL,10,'','6f2a425e903de150f09a6d8f9a8ad594','',NULL),(8690,'en','installer','59e722a6513b3b7f93a50a5455c7b6da','Revalidate subscription',NULL,NULL,'','LINE',NULL,10,'','f26f5c1684a6e42fe987c4bea330e58b','',NULL),(8691,'en','installer','457dd55184faedb7885afd4009d70163','Review',NULL,NULL,'','LINE',NULL,10,'','47ac0789bd8bde69e686ac9ccfa5eb44','',NULL),(8692,'en','installer','5f7c2cc39ae6f77fbf39fd64346e4c47','Reviewed by:',NULL,NULL,'','LINE',NULL,10,'','dbe66c621387f934e507aed2e5fbd5e7','',NULL),(8693,'en','installer','7780b2156a44634c6c2c34f8ab8679ea','Run Upgrade Process',NULL,NULL,'','LINE',NULL,10,'','8f47fcbe87a31bce5b5aea68181a59f5','',NULL),(8694,'en','installer','400329375357fdb96f9af247a43756b4','Running now batch #%d',NULL,NULL,'','LINE',NULL,10,'','3a9b1c7f03dd29b1aef1382a5c75aea8','',NULL),(8695,'en','installer','c263985578494d696ae648eeb5fba785','SEO Options',NULL,NULL,'','LINE',NULL,10,'','38a2c38a444b756901031df5a48913de','',NULL),(8696,'en','installer','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','7e938be7ed92dc179a3d12c68b259812','',NULL),(8697,'en','installer','b03eb10184edf5dab98842ff8221e03b','Scanning Results',NULL,NULL,'','LINE',NULL,10,'','98017a86da7faadac2d948d432ea2872','',NULL),(8698,'en','installer','634b97d9c012d4b29490bd623e157a32','Scanning now, please don\'t close this page.',NULL,NULL,'','LINE',NULL,10,'','041de92677ff0698899c69de8dbe8717','',NULL),(8699,'en','installer','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','aad5f0391c7f0fcb8d5a53c7b7f6fb6f','',NULL),(8700,'en','installer','787bd6aa8767ff051bb845d1bc1d4eba','Search results for “%s”',NULL,NULL,'','LINE',NULL,10,'','4d407fdbf3ee669ae9f5b18b05e99c41','',NULL),(8701,'en','installer','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,10,'','7f897fae017b00eeeaea533b6443d779','',NULL),(8702,'en','installer','83dad8107f9459efe2b4fabcf5b63108','Select Language',NULL,NULL,'','LINE',NULL,10,'','cfec4027aeec52e4b919927fb6d54449','',NULL),(8703,'en','installer','74888aa7efbe9e3a732e9160aa81680f','Select Validation',NULL,NULL,'','LINE',NULL,10,'','f5eea76f8b748a69db8a9570f1fb57e9','',NULL),(8704,'en','installer','cee671d8fe1d13f51688df8dbe2fd2a9','Select a preset',NULL,NULL,'','LINE',NULL,10,'','adfa027d328f150b5be2180a6b083cad','',NULL),(8705,'en','installer','6c3a324b80758e9c7c018a9b8f77a752','Select bulk action',NULL,NULL,'','LINE',NULL,10,'','1e6023515bde7fcb82a0e3cdcf5a29a2','',NULL),(8706,'en','installer','cb29ba3cf9348ebc27dff4f5bf8f84e6','Select how to display the language switcher in the menu. Choose \"List of languages\" to display all the items at the same level or \"Dropdown\" to display the current language as parent and other languages as children.',NULL,NULL,'','LINE',NULL,10,'','59281986142d0d3c873b7a7731077e60','',NULL),(8707,'en','installer','4d069317e6d01a41585c906d8f52ffe2','Select the languages to enable for your site (you can also add and remove languages later).',NULL,NULL,'','LINE',NULL,10,'','4c208143f4f06e41ec2c79d601d83712','',NULL),(8708,'en','installer','2a482bec6b1eae3bcee3e8e8e8382297','Select the menus, in which to display the language switcher.',NULL,NULL,'','LINE',NULL,10,'','6af615a25c7cfe2a84c675a55f83a782','',NULL),(8709,'en','installer','cc80e40248af5440c99973abd5eb6081','Select the position to display the language switcher in the menu.',NULL,NULL,'','LINE',NULL,10,'','a2d2acef4672c70764b578621d1b858a','',NULL),(8710,'en','installer','0553d17593fca33afcfb31192a17a0e0','Select the position to display the post translations links.',NULL,NULL,'','LINE',NULL,10,'','79a2ff24ab73643a219c01961e193d50','',NULL),(8711,'en','installer','e601283e12d92682db854ca6c69c9e31','Select the style of the language switcher.',NULL,NULL,'','LINE',NULL,10,'','f18fb9812e1f7fef0ee676b4e8ce909e','',NULL),(8712,'en','installer','ad1d4c2d1dd072f72b950365dad4372a','Select the taxonomy to translate: ',NULL,NULL,'','LINE',NULL,10,'','6e2e1db2d01f4343043b8bcdf2eba534','',NULL),(8713,'en','installer','7d39d4772857a02d523dd13260d2d05f','Select the widget area where to include the language switcher.',NULL,NULL,'','LINE',NULL,10,'','4edc0dad568ed6c6ed1acc368af06766','',NULL),(8714,'en','installer','2b8720d7ad07031181cdfb6daeec5fb3','Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations.',NULL,NULL,'','LINE',NULL,10,'','da6d506e3811a1e5715a84e385073110','',NULL),(8715,'en','installer','faf1b1ff673cfc31685ad26f101cefac','Select your language:',NULL,NULL,'','LINE',NULL,10,'','de550118ccc54eefbd37b8df9c53b112','',NULL),(8716,'en','installer','94966d90747b97d1f0f206c98a8b1ac3','Send',NULL,NULL,'','LINE',NULL,10,'','94993a95db85b8e0bc541eb5ae92cd04','',NULL),(8717,'en','installer','907ce0592a6bf453965a84cf4e751a3f','Send theme and plugins info, in order to get faster support and compatibility alerts',NULL,NULL,'','LINE',NULL,10,'','fe135c9cf1782acdc8e2ae2f1b374fd5','',NULL),(8718,'en','installer','8e9b98c75ccf7be0f73996e50996b5b9','Send to translator',NULL,NULL,'','LINE',NULL,10,'','dd5b709c32549d92e99a8767a280e191','',NULL),(8719,'en','installer','9f52addef79898217ad594644ee9edea','Sent to translation service',NULL,NULL,'','LINE',NULL,10,'','2af50cd4aea8abe93f219574df362a69','',NULL),(8720,'en','installer','0659254c50755c8ae63361c6aa0d4adb','Sent to translator',NULL,NULL,'','LINE',NULL,10,'','1fb7501a39ea3c742bcc41c03248e760','',NULL),(8721,'en','installer','883e9d76dd1e2dc91fab313117d11c7a','Set admin language as editing language.',NULL,NULL,'','LINE',NULL,10,'','77ef898cafa5fada9276ef364e16298c','',NULL),(8722,'en','installer','0aa3fe56a7381204461d8c83d767b9c5','Set language information',NULL,NULL,'','LINE',NULL,10,'','9e8cae17aadc7a4e7bdbf219e8c74ad1','',NULL),(8723,'en','installer','27df9b01ac2028aa1f209d71e31a14a2','Set page parent for translation according to page parent of the original language',NULL,NULL,'','LINE',NULL,10,'','3c137c3314c669826adab3b4f636d929','',NULL),(8724,'en','installer','78809ca3db0d7e0a1cba0f245d925302','Partially done',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','bc9ec5ce2c50948f4c9c90a32ca265a8','',NULL),(8725,'en','installer','08b627efc2fa6d2f2c788e277ea9fdb5','Partially done.',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','89e972373fb3fc75d48c61ba5fac403a','',NULL),(8726,'en','installer','fdab3f789ecea0a5e167101bfabee7d4','There might be more content to fix: please repeat the process.',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','24af92ace39ff476f1d60a8f7695043a','',NULL),(8727,'en','installer','50afffb0c8458e18ab29f6cf183cac23','translation jobs updated',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','055f70a1b85d298d6a6c8f0c6d53b9b5','',NULL),(8728,'en','installer','4f8ef92b3144ee8a613eb74c7e89d8c2','Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated.',NULL,NULL,'','LINE',NULL,10,'','65659f5de15fec4057197e114a055051','',NULL),(8729,'en','installer','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,10,'','4a09cdab7603006134fde51e7fb99e38','',NULL),(8730,'en','installer','96d4dadd096605d5813d2c6bdf82e82c','Settings saved',NULL,NULL,'','LINE',NULL,10,'','81d470063b26f0b1982435c17eb841b1','',NULL),(8731,'en','installer','c888438d14855d7d96a2724ee9c306bd','Settings updated',NULL,NULL,'','LINE',NULL,10,'','074c8f1fe59d2a4bf6162372c0dd7eb8','',NULL),(8732,'en','installer','43839429f053c5fe1dd516f11a568f95','Setup WPML',NULL,NULL,'','LINE',NULL,10,'','0091934520ec965f6a758ec7ac28cecc','',NULL),(8733,'en','installer','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'','LINE',NULL,10,'','7ab1a813afb143847c4aeab58d2a4bf5','',NULL),(8734,'en','installer','c118ea41691d75d29caeded29c1f32f0','Show Translation Feedback module for these languages:',NULL,NULL,'','LINE',NULL,10,'','a0942eb2719a948fda4ddf02af20589f','',NULL),(8735,'en','installer','cefb68d7935872586ad9d881ed5bad9b','Show content in:',NULL,NULL,'','LINE',NULL,10,'','8715fc3bb9f7140dbadd2405b23842dd','',NULL),(8736,'en','installer','d53907d724bf05eff15a2e80205f2d1e','Show details',NULL,NULL,'','LINE',NULL,10,'','5434e0e9d7c152ff1029376b90c2fbc8','',NULL),(8737,'en','installer','7b29e7c9a12543f3f62fecef542c3ba4','Show language switcher in footer',NULL,NULL,'','LINE',NULL,10,'','1d9bbf6c836818a56567529561e20146','',NULL),(8738,'en','installer','5298825102653c1dde97d462201a8a9b','Show links above or below posts, offering them in other languages',NULL,NULL,'','LINE',NULL,10,'','4df5aa92f4ff3c3cebf51ced2ed35796','',NULL),(8739,'en','installer','ec814e873ff2133824a9725eac3f4653','Show on the left side of the screen',NULL,NULL,'','LINE',NULL,10,'','933b8b2c889a33f488bdd9a2df3e8725','',NULL),(8740,'en','installer','6cc89dd3621da9bf21850c1dd37f1bdd','Show on the right side of the screen',NULL,NULL,'','LINE',NULL,10,'','579db053cf4a3331284166fb57ec3c2b','',NULL),(8741,'en','installer','c651f101fd2a0d5008ced7110afab3c2','Show system fields',NULL,NULL,'','LINE',NULL,10,'','b4e4b9a25c59239d6d8f481786232335','',NULL),(8742,'en','installer','f0d6ed6a156780f46bee31a582b27b13','Show this notice.',NULL,NULL,'','LINE',NULL,10,'','936a7fa6c7d4ba0ad4a193a99c482472','',NULL),(8743,'en','installer','a781cc42760f1f6b74f8b7405c7e92c7','Showing content in:',NULL,NULL,'','LINE',NULL,10,'','014a7dfc747ef30e435ad355236987f4','',NULL),(8744,'en','installer','41bfa4ff4d3d5404e6da469cd0b47c07','Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it\'s recommended to skip the backwards compatibility. However, it\'s still possible to re-activate this option later.',NULL,NULL,'','LINE',NULL,10,'','5f804e87ea3aaa97a9d4af59d5b2b3d3','',NULL),(8745,'en','installer','d8d948ef62e0cd4caec19ca9c0e29438','Singular',NULL,NULL,'','LINE',NULL,10,'','9f408e6b868fdc3ec1d8f271222b1aa4','',NULL),(8746,'en','installer','a7d6475ec8993b7224d6facc8cb0ead6','Site',NULL,NULL,'','LINE',NULL,10,'','136c1f97eb2805c7bf29364520e35566','',NULL),(8747,'en','installer','e32fded1beb5e87a99632a91d8582020','Site Languages',NULL,NULL,'','LINE',NULL,10,'','90966d1c166c68ab87b30760e8fc723a','',NULL),(8748,'en','installer','efed00c6564b8d7c9c0fae4b44a9d987','Site key:',NULL,NULL,'','LINE',NULL,10,'','07ed932547f88c465150a6559a9c9c80','',NULL),(8749,'en','installer','1fe46105573a3943d2150f37804be8bd','Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to register.',NULL,NULL,'','LINE',NULL,10,'','136f67db338eed996a8a545ed85d0969','',NULL),(8750,'en','installer','2c3860de920123d38a097e95428bcacb','Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister.',NULL,NULL,'','LINE',NULL,10,'','d1f0739f4b1a55926cdaeb7f8dcbeb6b','',NULL),(8751,'en','installer','32fe6d539d3a8ffd86f0ba716f545d81','Sitemaps for each language can be accessed below. You need to submit all these sitemaps to Google.',NULL,NULL,'','LINE',NULL,10,'','c71639343e6aa5a545e67781bbd13c85','',NULL),(8752,'en','installer','7df55e08f4e5c86e8921a730ab86ecd4','Skip backwards compatibility',NULL,NULL,'','LINE',NULL,10,'','7a75991aeac4ff63a7f766077d4b8736','',NULL),(8753,'en','installer','29d04098d26b4bd41cf907593166e34c','Skip language',NULL,NULL,'','LINE',NULL,10,'','7a5d62d9cf96f1c5ad148d8ae7e8a624','',NULL),(8754,'en','installer','e28620d168c91812037d5f91af0b2f20','Slides: button text',NULL,NULL,'','LINE',NULL,10,'','6b75e1e228825fe838356f0a26c2af73','',NULL),(8755,'en','installer','1ede306dab115befff38f69ed55e68ae','Slides: description',NULL,NULL,'','LINE',NULL,10,'','cbef0a5507a4af4a02cb4d804478274f','',NULL),(8756,'en','installer','952e1caf36587b616fe2c71eda8f6054','Slides: heading',NULL,NULL,'','LINE',NULL,10,'','748515bb1f6c9464d484bfa1c46c93b6','',NULL),(8757,'en','installer','cb04bbfabbc2ab6d371b01d192d374de','Slides: link URL',NULL,NULL,'','LINE',NULL,10,'','ffa099470849e3d019b82b7e2533ea64','',NULL),(8758,'en','installer','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'','LINE',NULL,10,'','792b350dc8c55d9a3108275577c0f13c','',NULL),(8759,'en','installer','2e8eac7494adcebc6facde3ae3221df9','Slug translation is currently disabled in WPML. %sClick here to enable.%s',NULL,NULL,'','LINE',NULL,10,'','abd7926277cd317ec7cfa3d2238fd794','',NULL),(8760,'en','installer','661a78dc2e741fcfdc18b654a111da18','Slugs are currently not translated.',NULL,NULL,'','LINE',NULL,10,'','042cf1a44dbda1b2078f1e068e7d157a','',NULL),(8761,'en','installer','00297603e0fbaa65c182b1e4441a13ea','Slugs are currently translated. Click the link above to edit the translations.',NULL,NULL,'','LINE',NULL,10,'','8175178d2c6e2981fb773c2682368b0f','',NULL),(8762,'en','installer','945abba3029cd892a25f0c8325a02fd4','Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing.',NULL,NULL,'','LINE',NULL,10,'','1f67cd54f7f6ff72c63a14bcd0cfcb18','',NULL),(8763,'en','installer','2215e13371b12aa576b55d76148b71ba','Some features related to String Translations may not work correctly without utf8mb4 character.',NULL,NULL,'','LINE',NULL,10,'','63401494b8ed18a466734226ded38f0a','',NULL),(8764,'en','installer','3730f9e24a00c8eebf5827138fc4df47','Some parameters are missing for this request.',NULL,NULL,'','LINE',NULL,10,'','ec8f43f8bbf94a2c79057524288831e2','',NULL),(8765,'en','installer','702de3f3350c291fa3a2db4fd6a3ac5f','Something went wrong and we could not install all updates from the %s channel. Click here to %stry again%s. If the errors persist, please switch back to the Production channel and contact the %s%s support%s.',NULL,NULL,'','LINE',NULL,10,'','7676c9d5c14bb94f2d82df30caf786ab','',NULL),(8766,'en','installer','294dfc5e1bce0800c7e27ba9aeea7d9c','Something went wrong. Please try again or contact the support.',NULL,NULL,'','LINE',NULL,10,'','1190a6e1a043e85a8b7bb8b4b1b9fa08','',NULL),(8767,'en','installer','4309bf1578417b9f30fef73a904476d1','Starting number',NULL,NULL,'','LINE',NULL,10,'','1917b6861fd398d6a9a9d348fb122944','',NULL),(8768,'en','installer','b640968b22f6549b5c0e8f01e06fab47','Starting the upgrade process...',NULL,NULL,'','LINE',NULL,10,'','51efd718d3ce9347825f79174bef043f','',NULL),(8769,'en','installer','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','0721f0ecc739120f5bde5e1d1cc9a089','',NULL),(8770,'en','installer','24a23d787190f2c4812ff9ab11847a72','Status:',NULL,NULL,'','LINE',NULL,10,'','87ff0d8f2a80ab460b2433e666ac0f81','',NULL),(8771,'en','installer','d8f6d391ba573fe747a3360afb99904d','Sticky',NULL,NULL,'','LINE',NULL,10,'','925c040c71c6cd28db0376ac8839150f','',NULL),(8772,'en','installer','54e617ddba4d66b2c2e57d6b6b1f8d48','Stop showing this message',NULL,NULL,'','LINE',NULL,10,'','3cad25666899f8cf359eb647eaff076b','',NULL),(8773,'en','installer','794077f9e93a516a2f6083bc5a6d8557','Store a language cookie to support language filtering for AJAX',NULL,NULL,'','LINE',NULL,10,'','0ab6e0196319488f59c1ae59a5532db0','',NULL),(8774,'en','installer','a2211522fef180e9ca3e9b3dba794dda','Strings for menus will be updated',NULL,NULL,'','LINE',NULL,10,'','29418740b8717bab7625ab0b6b12252c','',NULL),(8775,'en','installer','b5046be5ad379e5dfea840aa8e8136d5','Styling the language switcher with additional CSS',NULL,NULL,'','LINE',NULL,10,'','59be6d9899a4f1b7c9a8c63a5c757ec1','',NULL),(8776,'en','installer','40a32272935fd5b0da056ad432929d22','Subscribe form: Button text',NULL,NULL,'','LINE',NULL,10,'','35748a21c35efcde1ec5387f40d52e0c','',NULL),(8777,'en','installer','d47b68cae0407febe1305aa5971c8d0f','Subscribe form: Redirect link',NULL,NULL,'','LINE',NULL,10,'','aa8a337e8fb191a2d612cc58c9da0929','',NULL),(8778,'en','installer','77ca90276ff829a8e9e8c5f9e77d4ef3','Subscribe form: Success message',NULL,NULL,'','LINE',NULL,10,'','9d477fa0e35ee475c6fa63129dad82fc','',NULL),(8779,'en','installer','3c085e3de39c89059bf844a70afa4083','Subscription expired. You need to either purchase a new subscription or upgrade if available.',NULL,NULL,'','LINE',NULL,10,'','9f0bf92eb8564b037d50c516a3184e44','',NULL),(8780,'en','installer','45db71178bad9b53e0d80ed9a9085a7c','Subscription is expired.',NULL,NULL,'','LINE',NULL,10,'','d9831c1709e9e5bfd1f8125e5cefa65a','',NULL),(8781,'en','installer','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,10,'','6bc3aea89e2146b8cfc98400857db323','',NULL),(8782,'en','installer','bbc155fb2b111bf61c4f5ff892915e6b','Switch',NULL,NULL,'','LINE',NULL,10,'','10f752d25028132caf40cf9f177862b6','',NULL),(8783,'en','installer','d8e87c0927539672f54462c837be0b7f','Sync',NULL,NULL,'','LINE',NULL,10,'','095d375b396a00662bda007d94c7face','',NULL),(8784,'en','installer','593fa0e919d3ded6d1ab7ce047d47458','Synchronize comment status',NULL,NULL,'','LINE',NULL,10,'','9f23cd9f53190ecc01304ca454659f19','',NULL),(8785,'en','installer','d63d32e3f0c0747d2f535ec9ccdbf127','Synchronize comments on duplicate content',NULL,NULL,'','LINE',NULL,10,'','5ac7662f869e0b231316b05b76f3e567','',NULL),(8786,'en','installer','e7f4e9a19e5e4f22df72869f670ff012','Synchronize menus between languages.',NULL,NULL,'','LINE',NULL,10,'','96359a94e3cf3373b4e1e868d64b3767','',NULL),(8787,'en','installer','6e84ce1f8ef66b35915930129c6fec96','Synchronize page order for translations',NULL,NULL,'','LINE',NULL,10,'','8f33eeff23c571746631df87f5f63cee','',NULL),(8788,'en','installer','ba0c96698b17ed714491159f69148e6f','Synchronize page template',NULL,NULL,'','LINE',NULL,10,'','8c975cbb6ce28c7e9412d5531586a3a4','',NULL),(8789,'en','installer','3437d1e033a3253d7eba363cb3db3a8c','Synchronize password for password protected posts',NULL,NULL,'','LINE',NULL,10,'','0d3970cdea2e880533db0b009092f853','',NULL),(8790,'en','installer','e0feffaa46042657e3852fe523becc0d','Synchronize ping status',NULL,NULL,'','LINE',NULL,10,'','db3a237e209848d5bcf2d85af7fabd8b','',NULL),(8791,'en','installer','1c904ab97105640e193c59231c30b195','Synchronize posts format',NULL,NULL,'','LINE',NULL,10,'','cfa3c667b4c72e511476e8f55fc858e4','',NULL),(8792,'en','installer','b2ccf8088eebb68c307e2b1cc3fe4944','Synchronize posts taxonomies',NULL,NULL,'','LINE',NULL,10,'','4e45c841c05310bde8d0abaf9f784d6c','',NULL),(8793,'en','installer','84ce2a8ad18eeedf3c40c1f10a1a9869','Synchronize private flag',NULL,NULL,'','LINE',NULL,10,'','ea3a84c58fa8a0724ea9773d39431ebd','',NULL),(8794,'en','installer','4256b9a4aa203db8bc068bb7a0c34ac7','Synchronize sticky flag',NULL,NULL,'','LINE',NULL,10,'','8b4c021ad24c9a44e6c489850b2b0590','',NULL),(8795,'en','installer','fdcd1bb44145c1729c60ec205e913a69','Synchronize taxonomy hierarchy according to: %1$s language.',NULL,NULL,'','LINE',NULL,10,'','54c72e873a495d476f543d65db6312ec','',NULL),(8796,'en','installer','b33ec62bed7219d7e0353742af00bbc1','Syncing menus %1 of %2',NULL,NULL,'','LINE',NULL,10,'','a13398038ad26eca869b787654f9c01b','',NULL),(8797,'en','installer','8f0dd5dd7dd508d8f42d033f7a3755fb','Tab Item Content',NULL,NULL,'','LINE',NULL,10,'','58014cc223a14ebcadafd33a450efc17','',NULL),(8798,'en','installer','2ccbb455fa893c77656c290dffef9a64','Tab Item Label',NULL,NULL,'','LINE',NULL,10,'','37c84d15e3bdca822058323ed3986e3d','',NULL),(8799,'en','installer','30427bb8029810387089aa7666eda48b','Tabs: Content',NULL,NULL,'','LINE',NULL,10,'','414a71b0d91909f23eff2654041c1898','',NULL),(8800,'en','installer','beaae7f29e5a021aba1d14e001e04f82','Tabs: Title',NULL,NULL,'','LINE',NULL,10,'','c4669250692e809b73705dabd0437693','',NULL),(8801,'en','installer','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,10,'','89e510669b0b822208b4ac011edbd8ef','',NULL),(8802,'en','installer','4ebca967afc5cf51bf0acd4ef0e2449d','Target Language',NULL,NULL,'','LINE',NULL,10,'','a3b3e73f47f50911abecfde56edbe1fe','',NULL),(8803,'en','installer','81af2b3bae7db50e63b13bc77ae8c873','Taxonomies Translation',NULL,NULL,'','LINE',NULL,10,'','047a7315242999de47fcf7c3f7126506','',NULL),(8804,'en','installer','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'','LINE',NULL,10,'','d983188aacf0a558d5c46561bda4375d','',NULL),(8805,'en','installer','c051d5e369372090b6ccbc4b2d4e09f0','Taxonomy Translation',NULL,NULL,'','LINE',NULL,10,'','245105da05eac3eb04d248ce9fdedfff','',NULL),(8806,'en','installer','3a82e14149f219884943689e2bc259f0','Taxonomy translation',NULL,NULL,'','LINE',NULL,10,'','4ff420af9449db9dd5463710e69c05d8','',NULL),(8807,'en','installer','dad634dfd40fe4b1c1b0cf02bcde1b82','Technical support for clients is available via %sWPML forums%s.',NULL,NULL,'','LINE',NULL,10,'','b6b7f2dfa5d4a15e6f2523fb20b36ac3','',NULL),(8808,'en','installer','d9aa407c08439172a4f780f91152572c','Tell me more',NULL,NULL,'','LINE',NULL,10,'','af93dd2f73184b803fac71eba6e74f25','',NULL),(8809,'en','installer','990caaed8e9f8c2e00dfe150c8dc19b8','Tell the world your site is running multilingual with WPML (places a message in your site\'s footer) - <a href=\"%s\">read more</a>',NULL,NULL,'','LINE',NULL,10,'','76b44b42c274480ac8d9ebaa2883d621','',NULL),(8810,'en','installer','8d75d412c95b2f1a5af24c5e27087b95','Term translation',NULL,NULL,'','LINE',NULL,10,'','754b471cb5be4962ba2f10b9c8446350','',NULL),(8811,'en','installer','3ece3990f3c36ff499b6923cb974bcac','Testimonial content',NULL,NULL,'','LINE',NULL,10,'','1e772a7b35ac84bbff76542dc2ab8337','',NULL),(8812,'en','installer','f218d8fe7f3b344ad4e84f5584b82d3d','Testimonial heading',NULL,NULL,'','LINE',NULL,10,'','efa5c96b650631985b0a3029292923fb','',NULL),(8813,'en','installer','24bbdd12eb45a434b41ae4684a02cdd5','Testimonial job',NULL,NULL,'','LINE',NULL,10,'','abbcf724d721744d306a704892469f5e','',NULL),(8814,'en','installer','f04f49cf06712e82e17208c1be98a8f8','Testimonial name',NULL,NULL,'','LINE',NULL,10,'','40f50b9a576ad07a5b28e95e75142f47','',NULL),(8815,'en','installer','e0f1691bdb67d9859e5a6a8d7c26e6a1','Text Editor',NULL,NULL,'','LINE',NULL,10,'','9f12e82147e6fd3f2e32293deb24102d','',NULL),(8816,'en','installer','259e2d00e1b94ef52287f9c94c5a7c18','Text editor',NULL,NULL,'','LINE',NULL,10,'','e8c3b9837e94d1fe1c0af8d33a568ce2','',NULL),(8817,'en','installer','3d8ba9eb4b9b258f49de640873b6f132','Text for alternative languages for posts:',NULL,NULL,'','LINE',NULL,10,'','86f033450b91d99ee225a6c4852df91c','',NULL),(8818,'en','installer','21b2fdd3a9c96a523f8b5d0829dcad43','Thank you for choosing. You can always change your selection in %sPost Types Translation setup%s.',NULL,NULL,'','LINE',NULL,10,'','ce66a939ecf03d6c2c04e6c16f251448','',NULL),(8819,'en','installer','8c178c8b0f80cf615ff0880bacc93e81','Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.',NULL,NULL,'','LINE',NULL,10,'','7d28c28c92e87ffbe7ee9ac2396f91da','',NULL),(8820,'en','installer','b6f8543349136e72ee7f122b981cae3d','Thank you for your rating and comment!',NULL,NULL,'','LINE',NULL,10,'','73cb690085fc41d57864f581e9e84179','',NULL),(8821,'en','installer','919c04c4543dc8de295535716bf0cdf4','Thank you for your rating!',NULL,NULL,'','LINE',NULL,10,'','ae4fd62011e76f6ca321a30ef2f91ecb','',NULL),(8822,'en','installer','9f9d85adabae419d7bc49e1873dde8d7','The \'Reset\' action will deactivate the WPML plugin after it deletes the WPML tables (tables with the \'icl_\' prefix) from the database.\\n\\t\\t\\tThe action will NOT delete any content (posts, taxonomy terms etc.).\\n\\t\\t\\tIt only affects translation and language information that WPML associates with each content type.',NULL,NULL,'','LINE',NULL,10,'','44aa135e3997ad93f6b6a66758244557','',NULL),(8823,'en','installer','51513e85a27a8ded6b242806d3e34190','The Language code already exists.',NULL,NULL,'','LINE',NULL,10,'','684386313ee8f8a2636093e3dcbb9562','',NULL),(8824,'en','installer','81f87701bb3947165bb778bd1393eca3','The Language name already exists.',NULL,NULL,'','LINE',NULL,10,'','63afbe8e608fbb3b3a8c1bdad6d27b2a','',NULL),(8825,'en','installer','20fd66c3c48730b0e94e20875847c825','The URL of the HTML file is required',NULL,NULL,'','LINE',NULL,10,'','f6cb41e63213400094a92d0d02733e4c','',NULL),(8826,'en','installer','1177b9cf96364f03a4f9b5e7f6663a98','The WPML Multilingual CMS plugin is not currently enabled.',NULL,NULL,'','LINE',NULL,10,'','8c7546573128cf33ff03ebc34811e8c8','',NULL),(8827,'en','installer','4105cbedd35551c56196a1036538d349','The WPML Page Builders plugin that you\'re using is now part of WPML.',NULL,NULL,'','LINE',NULL,10,'','f2707b2dc4f45f7a1a849477040aa3e1','',NULL),(8828,'en','installer','e4de83c69315772d77e33cb33d437610','The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers.',NULL,NULL,'','LINE',NULL,10,'','c7af3a8b7961316d2dabba43d571f471','',NULL),(8829,'en','installer','fa4784385ca8cf28fb8ff8d97e656379','The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers.',NULL,NULL,'','LINE',NULL,10,'','670f91b673ad1c1e07b5267678d79dda','',NULL),(8830,'en','installer','2d5999669e0d2373fb9b9af28f643934','The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it.',NULL,NULL,'','LINE',NULL,10,'','15dabfefd689fbd529e828d715fd7a17','',NULL),(8831,'en','installer','114108d89e71bc667a56c405f87cd7b1','The button is disabled because there are no registered widget areas in the site.',NULL,NULL,'','LINE',NULL,10,'','c41cbd66ff8ed6cd0a7d09e97b7b46ea','',NULL),(8832,'en','installer','883e9d635ab68e8854134dc431a252fb','The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content.',NULL,NULL,'','LINE',NULL,10,'','943d1a714bdb7ffc7bf77fb418ac5ca3','',NULL),(8833,'en','installer','6a3b440d59158d5590033a7bea743bf2','The data will be encrypted with the %s algorithm.',NULL,NULL,'','LINE',NULL,10,'','aa4beb463ac8d0c932c431bcd6d28be9','',NULL),(8834,'en','installer','38fda5ca02ec30ba65532602f88c2580','The default locale already exists.',NULL,NULL,'','LINE',NULL,10,'','0df97f0b6c99730fc656335e92b402b2','',NULL),(8835,'en','installer','53de268f1a918e59cbe6154e55c2e812','The eval() PHP function must be enabled.',NULL,NULL,'','LINE',NULL,10,'','46196ecccc4f6d93ab743184625b0540','',NULL),(8836,'en','installer','a7d2b14b77b3be62fc3db9f0220b7216','The expected value is: %s',NULL,NULL,'','LINE',NULL,10,'','709db192c03d62646fcead8bb4992c1a','',NULL),(8837,'en','installer','cfc26a8a3130fdd78b28a7fe5c48b739','The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host.',NULL,NULL,'','LINE',NULL,10,'','6e371a1f47bf1e9772c2afa8b3f626c9','',NULL),(8838,'en','installer','17e67d84f36414ec696ce835a281c70e','The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was\\n used, however, the PECL version is no longer recommended to be used or updated. (source: ',NULL,NULL,'','LINE',NULL,10,'','4b6dc4acdbab887634baf2ba254f0cbe','',NULL),(8839,'en','installer','f98c53c8521656e91fd0b457c0823912','The following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','66870f858d479de20c5150b0efcab541','',NULL),(8840,'en','installer','4fc1f29ca944eff039b43d494481891a','The following terms do not have a translation in the chosen language and will be disconnected from this post:',NULL,NULL,'','LINE',NULL,10,'','62796fc070c6834781a1d2d4de837d66','',NULL),(8841,'en','installer','5494aa7acede5073d9c65b02aa54a249','The hreflang already exists.',NULL,NULL,'','LINE',NULL,10,'','b06d2ffc35b6d5356cece73d3be68cb6','',NULL),(8842,'en','installer','b834ad65c5e16982363ae2ef9396f816','The language %s was deleted.',NULL,NULL,'','LINE',NULL,10,'','f5e45c599cc1c6dbff482625d9f6f203','',NULL),(8843,'en','installer','8e309bdf3450d78f8f6bb024b3a0f27a','The menus on this page may not sync because it requires more input variables. Please modify the %s setting in your php.ini or .htaccess files to %s or more.',NULL,NULL,'','LINE',NULL,10,'','318d2cf1f7ec5d4eb59c3fd2817f7400','',NULL),(8844,'en','installer','52ce05e7f953a36b0d678161b7e71680','The remote XML Config Log is empty',NULL,NULL,'','LINE',NULL,10,'','c53a423b876d6fd07272f38561ee725b','',NULL),(8845,'en','installer','3d6524b613cba739bfa6f2510f7a5009','The selected menus have been synchonized.',NULL,NULL,'','LINE',NULL,10,'','1d42d6594abb298bda2fcd5a7e5c6c5b','',NULL),(8846,'en','installer','f1d805ef38f9133ae025102f2dfb746c','The selected strings can now be translated using the %s string translation %s screen',NULL,NULL,'','LINE',NULL,10,'','589b00bcc30365d66bb908cd729918e7','',NULL),(8847,'en','installer','3b4ed993e547b60e0331fc480fb8cbec','The taxonomy hierarchy is already synchronized.',NULL,NULL,'','LINE',NULL,10,'','9d78db2020c5bc96ba2453b0dedc8fef','',NULL),(8848,'en','installer','832dd8ed3212891e57f972225a83ae46','The taxonomy hierarchy is now synchronized.',NULL,NULL,'','LINE',NULL,10,'','8b0240f73bed4892fb4ec07083842326','',NULL),(8849,'en','installer','60bbe8512e8b83ee0a6f73d49a56277c','The translation preference for this field are being controlled by a language configuration XML file. If you want to control it manually, remove the entry from the configuration file.',NULL,NULL,'','LINE',NULL,10,'','f85a12a8bb2258ef8487befdb0c13322','',NULL),(8850,'en','installer','ce91676d43e44cd0467a6402a85b5b22','The trashed feedback will be permanently deleted after %d days.',NULL,NULL,'','LINE',NULL,10,'','6550e294e7fbf52908e59348516706e5','',NULL),(8851,'en','installer','c575f7bf38ec3bb1264da3485484076b','The uploaded file exceeds %s bytes.',NULL,NULL,'','LINE',NULL,10,'','f20ca7c6ec1ff69037480261c62d9249','',NULL),(8852,'en','installer','827ac42f1bc60fab16ae517ddb410e31','The uploaded file exceeds the upload_max_filesize directive in php.ini.',NULL,NULL,'','LINE',NULL,10,'','beef33f7827d241f6036d8aecb226505','',NULL),(8853,'en','installer','4f12b222c9659d62afa795987259933f','The uploaded file was only partially uploaded.',NULL,NULL,'','LINE',NULL,10,'','dc2f5db0e388d338ba237330f4c296cf','',NULL),(8854,'en','installer','8ad7935feecb32f401368ba8e993aec6','The web server cannot write to the .htaccess file',NULL,NULL,'','LINE',NULL,10,'','ee02043a21d95461b005af2d3bb26273','',NULL),(8855,'en','installer','261103852bc542a011c314853855825a','Theme and Plugins compatibility with WPML',NULL,NULL,'','LINE',NULL,10,'','0c1060ae60cd4fe8737a3d4c214073be','',NULL),(8856,'en','installer','66d51c62b5513b334c03f92f4d7c9268','Theme and plugins localization',NULL,NULL,'','LINE',NULL,10,'','47b8f22c79b818d888207d948233ac53','',NULL),(8857,'en','installer','bc19734a9ad0183838f75f410e5f9e86','Theme and plugins reporting',NULL,NULL,'','LINE',NULL,10,'','c1fcb069476097646a6b6e5f7ca16132','',NULL),(8858,'en','installer','45577eedb5b09cbd2e99059659a88118','There are no templates available.',NULL,NULL,'','LINE',NULL,10,'','f39f710b167dbebd7df145023fb6d046','',NULL),(8859,'en','installer','74257c3fb573570ab3527852025afdec','There was a problem switching to the %s channel. You can %sretry%s. If the problem continues, please %sdownload %s%s and install again manually',NULL,NULL,'','LINE',NULL,10,'','dd32fb73ae16a37df751d25834390393','',NULL),(8860,'en','installer','5d3108593ff1a4c6c0821d8a9f10fd2b','There was an error uploading the file, please try again!',NULL,NULL,'','LINE',NULL,10,'','ab84216c34b788ee59c1cb33d40b7bba','',NULL),(8861,'en','installer','6a195c0b7b8abfe6c033dd0815047128','These languages are enabled for this site:',NULL,NULL,'','LINE',NULL,10,'','32297fbd06611aad79c7349885fbd9b2','',NULL),(8862,'en','installer','459c348ed265609bc5bb0280bb2ecb27','These plugins are known to have compatibiliy issues with WPML:',NULL,NULL,'','LINE',NULL,10,'','b957aee0aa12228c6fa0964a44543f11','',NULL),(8863,'en','installer','09b27d9390d0d824e5f60c354710ab16','This action is not allowed',NULL,NULL,'','LINE',NULL,10,'','03c876740d9db1bfababbb6618ef6dea','',NULL),(8864,'en','installer','f87309fc95b25b65b0fb97a8dac5120b','This allows to search for content in a specific language only.',NULL,NULL,'','LINE',NULL,10,'','8ff9ddebd220ca067a676b18f69b8f6d','',NULL),(8865,'en','installer','250c5f81b0a3c6493ea957cdce0f0bb9','This can be a result of either:',NULL,NULL,'','LINE',NULL,10,'','f0aaed231b4eafa223f07815775edf78','',NULL),(8866,'en','installer','97ef08335c8082f7cd7ebd862ab1187e','This document is a duplicate of %s and it is maintained by WPML.',NULL,NULL,'','LINE',NULL,10,'','29c0e8e7904ec0d143ae3d9f300de480','',NULL),(8867,'en','installer','0d5a5ff17fcaa29e5a55c2ea5981fa34','This feature turns themes into multilingual, without having to edit their PHP files.',NULL,NULL,'','LINE',NULL,10,'','cbde8a017518f5de79a1b7bbe56ca291','',NULL),(8868,'en','installer','4d54ad1ccacc84396989ee1618b5bfd7','This feature uses Javascript. Make sure that your site doesn\'t have JS errors.',NULL,NULL,'','LINE',NULL,10,'','716de2545bc86a6177ae563936285331','',NULL),(8869,'en','installer','9a6065694e571f3b768acc1f8896110f','This function is available through the Network Admin section.',NULL,NULL,'','LINE',NULL,10,'','9515aac7190b2b334e50f7377f74e091','',NULL),(8870,'en','installer','d818ecf7daaf72de44b94570f53f5e3f','This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included.',NULL,NULL,'','LINE',NULL,10,'','98fc940236bb6753887bd9064c17eef4','',NULL),(8871,'en','installer','c5fb25554cd827a5fa63312bec1ab845','This is a translation of',NULL,NULL,'','LINE',NULL,10,'','752914f0bd8c1054b5a10d10783d16fd','',NULL),(8872,'en','installer','ccc36d58426900d43691929f754bf20a','This is the order in which the languages will be displayed in the language switcher.',NULL,NULL,'','LINE',NULL,10,'','bbceab49de2e970b1ee7444c3d0f129b','',NULL),(8873,'en','installer','2503b534711ef6c001c0382ed424c5fa','This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to <a%s>your profile</a>.',NULL,NULL,'','LINE',NULL,10,'','b1a5168a1c00bbd42a808c19fdb1d3fd','',NULL),(8874,'en','installer','ff2f5b2087b4edaaf483fe1f813d5eea','This may solve issues like missing languages in the language switcher.',NULL,NULL,'','LINE',NULL,10,'','78882c4c8af979ceaf67ecb24f636612','',NULL),(8875,'en','installer','6631b47c765bf048c0ea10322adfc799','This means that %s isn\'t yet aware of the problem in the translation and cannot fix it.',NULL,NULL,'','LINE',NULL,10,'','37d350bec5ddc5936af30a273543e250','',NULL),(8876,'en','installer','f93f9e8efbed23e1b5d380d0b5184976','This normally takes a few seconds, but may last up to several minutes of very large databases.',NULL,NULL,'','LINE',NULL,10,'','0880325a03f04588ad39ea2eccb3d6f3','',NULL),(8877,'en','installer','8cf9066ae77e9e97511c324d9c18a4b4','This operation copies the content from the original language onto this translation. It\'s meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there\'s no content in the editor.',NULL,NULL,'','LINE',NULL,10,'','9264bfc9a3fe9abf1d89a311897330fd','',NULL),(8878,'en','installer','c88bed4a3244332c32de0326e1408b65','This operation will remove WPML\'s language table and recreate it. You should use it if you just installed WPML and you\'re not seeing a complete list of available languages.',NULL,NULL,'','LINE',NULL,10,'','637742da9befdb0e4d2bbbedec021a7a','',NULL),(8879,'en','installer','ea7993a42bebd2adc8b6a4bcc3915896','This operation will reset WPML\'s language tables and reinstall it. Any custom languages that you added will be removed.',NULL,NULL,'','LINE',NULL,10,'','514763d702bf4f17bcdce1b403fcd26c','',NULL),(8880,'en','installer','1a6e190df5b5de5d270f4c1d1a1117d8','This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It\'s meant when you want the content in this language to always be the same as the content in the original language.',NULL,NULL,'','LINE',NULL,10,'','3e7ea2383736770b7b3466c7f0c03597','',NULL),(8881,'en','installer','03ac69eab4f8d0964ab0f11d5845083c','This option is not yet available for Multisite installs',NULL,NULL,'','LINE',NULL,10,'','8fe4c5f21fdaafdac658560f15bcfb93','',NULL),(8882,'en','installer','eacb8986461579a689a376dabfdaa62a','This page does not have a language since it\'s the site\'s root page.',NULL,NULL,'','LINE',NULL,10,'','137c92eb1cd0c96641945a4ef291c7ed','',NULL),(8883,'en','installer','c1d22a7eaeb6cb8d4ad9dcb1b45f374d','This page lets you install plugins and update existing plugins. To remove any of these plugins, go to the %splugins%s page and if you have the permission to remove plugins you should be able to do this.',NULL,NULL,'','LINE',NULL,10,'','c0ed335a6441deaf0713329a13d6f9e7','',NULL),(8884,'en','installer','b5e9ed5b5b93f3ab1429446d52ac9566','This page was translated from:',NULL,NULL,'','LINE',NULL,10,'','18a14728fa95751ebf1b65dda835b90b','',NULL),(8885,'en','installer','6fe00b9c04ff47f8bd9688a16da09d67','This post is already duplicated.',NULL,NULL,'','LINE',NULL,10,'','a9601edef8ee96143ce91bd0160da290','',NULL),(8886,'en','installer','a49b2c83764f853bcc0525a2d3cd9ba8','This post is also available in: ',NULL,NULL,'','LINE',NULL,10,'','af384b72d4a4b342cc4fad1dd4edef7e','',NULL),(8887,'en','installer','3b174cb779af369e3ec93f851274f187','This post is also available in: %s',NULL,NULL,'','LINE',NULL,10,'','f1e345e89983e72fa70a04fa37e736bd','',NULL),(8888,'en','installer','752eb3d64990f4f620d42c0b881f0794','This screen contains the language settings for your site.',NULL,NULL,'','LINE',NULL,10,'','fbb6f45992627cad35dcf216e5db5297','',NULL),(8889,'en','installer','0cb562e52e7a5e5955fa5cdb4c8134b9','This setting is controlled by a wpml-config.xml file. Click here to unlock and override this setting.',NULL,NULL,'','LINE',NULL,10,'','0a62c865e58cc13623443788846ceeb5','',NULL),(8890,'en','installer','b707c03db0eca01a48965ce9a37076e1','This term has additional meta fields:',NULL,NULL,'','LINE',NULL,10,'','54d10ea422225025c2c38284978ccc13','',NULL),(8891,'en','installer','d4cd88720ebe13337bd81ed95b6a2bff','This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links.',NULL,NULL,'','LINE',NULL,10,'','2086730bb8efdbd691d06dd70033efd7','',NULL),(8892,'en','installer','522f7efa91677a64b3bbdaa6ebb92845','This translation is currently in the trash. You need to either %s or %s it in order to continue.',NULL,NULL,'','LINE',NULL,10,'','f034f7b798e0d2292bdc4a99e0ddd003','',NULL),(8893,'en','installer','1fe0ec6a8d22cdfacbf0aab7e587e250','This version of WPML allows the use of taxonomy terms with the same name across multiple languages. Your site currently has %d taxonomy terms that require an update, so they will not be displayed with language suffixes.',NULL,NULL,'','LINE',NULL,10,'','a3cd6b247473e219866f3ab14b8bbe3d','',NULL),(8894,'en','installer','47906c3b95404e590ef492b3b52327fd','This version of WPML includes major updates and improvements.',NULL,NULL,'','LINE',NULL,10,'','cb5ad08582b128854eed4091fc416d17','',NULL),(8895,'en','installer','fd40510c69e32da19a2d4eba727ff21c','This warning will disappear once this issue is fixed.',NULL,NULL,'','LINE',NULL,10,'','18b337558c4021e74edfec19477829ea','',NULL),(8896,'en','installer','ed35958bee4047604ef721fdde0834a5','This will assign the same taxonomy terms as the source for each post translation.',NULL,NULL,'','LINE',NULL,10,'','64dab57b286c7a878062adadaaba76f1','',NULL),(8897,'en','installer','cbccf86299d8cfeaff59361a59a67b69','This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.',NULL,NULL,'','LINE',NULL,10,'','810af8253f827cc297438487a69fed91','',NULL),(8898,'en','installer','3c6575a445719d1767dff0c164c4c755','This will check for comments that have a language different than the content they belong to. If found, we can delete these comments for you. We call these \'orphan comments\'.',NULL,NULL,'','LINE',NULL,10,'','8d686c202887fcd8c79e8f74677205a7','',NULL),(8899,'en','installer','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'','5da79e6f17a4833941c4fb0ef433945c','',NULL),(8900,'en','installer','29f312ff79d4fd04063b29ee32f073fa','To add categories that already exist in other languages go to the <a%s>category management page</a>',NULL,NULL,'','LINE',NULL,10,'','5c3b9cfe01ffd76de5ab28f1606d5a7b','',NULL),(8901,'en','installer','15f3a84ce500fa1a88a5b2ac92b788d3','To easily translate %s, you need to add the following WPML components:',NULL,NULL,'','LINE',NULL,10,'','530add91433556bae61b647e7321c5f6','',NULL),(8902,'en','installer','c651e83a2167e94ab1785c78c8d3d8b4','To enable it, either you or your host will need to open your website\'s php.ini file and either:',NULL,NULL,'','LINE',NULL,10,'','e38de712f8a56df92039cc5e8a170628','',NULL),(8903,'en','installer','cffbb52746cad22b5041f7fdcdb19aae','To ensure and improve the security of your website, WPML makes use of the ',NULL,NULL,'','LINE',NULL,10,'','a08f1d4dd11523e5241f1addbfa020eb','',NULL),(8904,'en','installer','9fdf791efcec61e52669c0af5a321fa6','To fix, open \"%s\" and set the \"default locale\" values as shown above.',NULL,NULL,'','LINE',NULL,10,'','0eea38f89f25727f058f8a97e3a07267','',NULL),(8905,'en','installer','4af9cfbc867e6da014fe786aadd10990','To get automatic updates, you need to register %s for this site. %sRegister %s%s',NULL,NULL,'','LINE',NULL,10,'','02d9bbfdc238ae5c8af685bb10c3f35f','',NULL),(8906,'en','installer','11b8a6d423bbdc2a26d059eed0d401a5','To install and update %s, please %sregister%s %s for this site.',NULL,NULL,'','LINE',NULL,10,'','546b5bc99f4b6f9b2c9c908454515e6f','',NULL),(8907,'en','installer','7a5fce0bf38eb6ee0731a8daf82a4400','To learn more, please visit our documentation page about %s.',NULL,NULL,'','LINE',NULL,10,'','a7e03e50b1b6eb39e8eecda3e2cc2e14','',NULL),(8908,'en','installer','5e9c6619c5644e7e202b7f5f25566793','To select different update channels (beta, development) you must update your existing products to their most recent stable versions.',NULL,NULL,'','LINE',NULL,10,'','8ce4a026293accfae667e84fd9a784b4','',NULL),(8909,'en','installer','983df6ffac220a8d21ac9fc9be0a3df1','To synchronize values for translations, you need to enable WPML\'s Translation Management module.',NULL,NULL,'','LINE',NULL,10,'','8b12af9ecf568c343f412cda3bbfda7a','',NULL),(8910,'en','installer','2758c8a2e980498a682984a729060694','To translate taxonomy labels and slug you need %s plugin.',NULL,NULL,'','LINE',NULL,10,'','ffe173f1cffdfa2e3e395afe5e136eea','',NULL),(8911,'en','installer','d9a752af94148399176591a83842bff8','Toggle: Content',NULL,NULL,'','LINE',NULL,10,'','461a9b53ad723be0c541d14eeab40344','',NULL),(8912,'en','installer','b32e0c438ff5f8cc92dbe0ede95db350','Toggle: Title',NULL,NULL,'','LINE',NULL,10,'','a2b02e8c11b2c704ec96d3a87ede5e66','',NULL),(8913,'en','installer','cd9e85de5dee3e9530ac2f289fd61281','It requires a call to each of the site\'s language domains on both log-in and log-out, so there\'s a small performance penalty to using it.',NULL,NULL,'','LINE',NULL,10,'Tooltip: Auto sign-in and sign-out users from all domains','6882948dcefa7cf27efeb242bd272e24','',NULL),(8914,'en','installer','2e3d7b0e7369c1226b9985c440c1cdfd','This feature allows the theme and plugins to work correctly when on sites that use languages in domains.',NULL,NULL,'','LINE',NULL,10,'Tooltip: Auto sign-in and sign-out users from all domains','aeb957a15745fbee58f504f03b7fbdc6','',NULL),(8915,'en','installer','96b0141273eabab320119c467cdcaf17','Total',NULL,NULL,'','LINE',NULL,10,'','63b5ef75dc2a6ccd80654e4913471830','',NULL),(8916,'en','installer','b3a58edf4471fbe38f2e54acb6b741c8','Translatable - only show translated items',NULL,NULL,'','LINE',NULL,10,'','0e28a792317ca4cbea741a0f8b5525cf','',NULL),(8917,'en','installer','c5024660ab996c81028c3c9416b83016','Translatable - use translation if available or fallback to default language',NULL,NULL,'','LINE',NULL,10,'','4f3d5091522106fb9750ba6c8b3d202e','',NULL),(8918,'en','installer','a1b668b1c859cef4cc55e743de467cc4','Translatable custom posts linking',NULL,NULL,'','LINE',NULL,10,'','63306c2fc3469f735b2095dbadf94907','',NULL),(8919,'en','installer','d4a3a657d630bb8cdc17d42b461a8783','Translatable taxonomies linking',NULL,NULL,'','LINE',NULL,10,'','3ee23eb035ff064533f8cef3b998ab94','',NULL),(8920,'en','installer','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'','LINE',NULL,10,'','d6cdd4974aef75b2bda0e09ea3029c39','',NULL),(8921,'en','installer','7e3561864f23aec09e56733f2fcffff9','Translate independently',NULL,NULL,'','LINE',NULL,10,'','17fd86dbc386e7ac3e734b27167979e4','',NULL),(8922,'en','installer','9ac5b65a02cac7f7841468acde48896c','Translate menu strings and URLs for:',NULL,NULL,'','LINE',NULL,10,'','b3049c187235a8e5b5bc6a2e8720befd','',NULL),(8923,'en','installer','6f41c1904abb61924af662d47e2348c0','Translate themes and plugins using WPML\'s String Translation and always load .mo files as backup',NULL,NULL,'','LINE',NULL,10,'','ee58c23be13bc91ecde1e0febb988253','',NULL),(8924,'en','installer','a57f950fed7c8f2c21099b3e073fda9c','Translate themes and plugins using WPML\'s String Translation only (don\'t load .mo files)',NULL,NULL,'','LINE',NULL,10,'','e2b905b9827539f2781e5b7b5bf7b839','',NULL),(8925,'en','installer','14470c430cab0c6500068acdea99d7a3','Translate this Document',NULL,NULL,'','LINE',NULL,10,'','ab4a8d86e72193a5bef4987e77adf78c','',NULL),(8926,'en','installer','0bf92e714431b5622b8cdbbcc2669628','Translated by:',NULL,NULL,'','LINE',NULL,10,'','7de6422a5cda87190ed7277e2e83f484','',NULL),(8927,'en','installer','eee190733422d05d804f4ed0f3c8078a','Translated post',NULL,NULL,'','LINE',NULL,10,'','f38cf11bb723ec6c2b85795c13608973','',NULL),(8928,'en','installer','44863f8c8a9d30b5fc7b63802ca24c38','Translating %s? Use the %s table for easier translation.',NULL,NULL,'','LINE',NULL,10,'','5cc2d4134d08768dc82133cb43bf2e59','',NULL),(8929,'en','installer','39649fc8f083df7473be2735f612454d','Translating content created with page builders',NULL,NULL,'','LINE',NULL,10,'','d7c4fbb8791ef10b117222b4af0b0ebc','',NULL),(8930,'en','installer','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'','LINE',NULL,10,'','afa047678e9173f612ce95c21ef41e7a','',NULL),(8931,'en','installer','4f0998be77689bcecae1014e0573e396','Translation (new)',NULL,NULL,'','LINE',NULL,10,'','b35fba63225b13ee83780a8ec220a08e','',NULL),(8932,'en','installer','f8341b0f8b2d09a49671b9770bdfa308','Translation Feedback',NULL,NULL,'','LINE',NULL,10,'','953bfdcbc7a686d7645c6fa43d75dec8','',NULL),(8933,'en','installer','4234227f6741dd24e244abaa885409be','Translation Feedback button on front-end:',NULL,NULL,'','LINE',NULL,10,'','bde0fc4899c9f139095dc6523423b371','',NULL),(8934,'en','installer','5583428170af3f5684ae3f59e3e1c7cf','Translation Priority',NULL,NULL,'','LINE',NULL,10,'','4419ac8b74265c5db99ac27a5e311840','',NULL),(8935,'en','installer','a586bf106a67ebeee9317e669b10081d','Translation entry not found for: %d',NULL,NULL,'','LINE',NULL,10,'','7240932f19a2ba6eb31f9cd6bafc38c7','',NULL),(8936,'en','installer','668240dc2a2a0611511e4dc1f895468a','Translation fixed',NULL,NULL,'','LINE',NULL,10,'','c37da227ceca1e41f591e3b98312050c','',NULL),(8937,'en','installer','75781ae1ca64d49703b3ca8fa90e4b6a','Translation of',NULL,NULL,'','LINE',NULL,10,'','6b9e1874fecaea0336106cdffbc9d34a','',NULL),(8938,'en','installer','46dcde7fe149b548cb4a4a140d6a5841','Translation of %1$s',NULL,NULL,'','LINE',NULL,10,'','4d89b3e0b50deca338c501c9b8079571','',NULL),(8939,'en','installer','036caea802f281ea83c848f5dd0b6c42','Translation options',NULL,NULL,'','LINE',NULL,10,'','6a0e28436a5e43d276de0e2ebafdf740','',NULL),(8940,'en','installer','4a8140b2c69b26481cc6e12f74d89c6a','Translation preferences',NULL,NULL,'','LINE',NULL,10,'','5b0f954c3a9f9a8163c3a7e5a8b00046','',NULL),(8941,'en','installer','1887476f3321b06bca7b6f6ba6b0a64a','Translation rating',NULL,NULL,'','LINE',NULL,10,'','09684cc1a0849bcbe20fe58a77ea92aa','',NULL),(8942,'en','installer','b3dfb0c66e6b7219be6c2fd963fd2971','Translation requests cancelled.',NULL,NULL,'','LINE',NULL,10,'','bc4fac41daedcc326b9f34a4f6d42d3b','',NULL),(8943,'en','installer','4131348674031dd1d06eb03fe549b1ae','Translation to:',NULL,NULL,'','LINE',NULL,10,'','a7aa7c82d7bf9dc41faccd877f91ac55','',NULL),(8944,'en','installer','098a49034b79d9be82fd0d59d686aa9c','Translation:',NULL,NULL,'','LINE',NULL,10,'','d00ce1e9e14fc8f877e565f8da3da82b','',NULL),(8945,'en','installer','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'','LINE',NULL,10,'','0cf3752f4d774dbfc3784d08a273c4a5','',NULL),(8946,'en','installer','955975faee904ade9af9131596df4857','Translations of taxonomy %1$s labels and slug',NULL,NULL,'','LINE',NULL,10,'','3220bfce741147bd5af635b823e3dfbd','',NULL),(8947,'en','installer','8d4f90eeea46d604a6410c9bd877f582','Translator',NULL,NULL,'','LINE',NULL,10,'','4584b92ffbf27ab2360e589b52d01860','',NULL),(8948,'en','installer','d5400a99acd5ee6d9d1d20eb6baa8b32','Translator replied',NULL,NULL,'','LINE',NULL,10,'','bdd56b5e1dcae9799609086a4ab428fa','',NULL),(8949,'en','installer','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'','28f9bc230cff8565f32aa8e64f941425','',NULL),(8950,'en','installer','231cf4c70d866b616c21baddaeed0696','Troubleshooting',NULL,NULL,'','LINE',NULL,10,'','416c8a5d6c17d91632531818fc5b3e3b','',NULL),(8951,'en','installer','f145cf860c2d4d04c9fffccd9baad4d7','Type a post title',NULL,NULL,'','LINE',NULL,10,'','2d9bce0e6452f5b0935db4ce575b26d2','',NULL),(8952,'en','installer','37a18ef4b74c458faaebd8fe5124fa4e','URL rewriting is not enabled in your web server.',NULL,NULL,'','LINE',NULL,10,'','80a9c6d978b3517243a56a96a31633d3','',NULL),(8953,'en','installer','5237b1f22690ddbd08063642a95d39d1','URLs for menus will be updated',NULL,NULL,'','LINE',NULL,10,'','9e5525d2c847f4b930433b62a99b0de1','',NULL),(8954,'en','installer','78399d2e2d38b3b5b494ba1324ef3dd4','Unable to remove relationship!',NULL,NULL,'','LINE',NULL,10,'','730075aa815e22d1790d1bcd5f9fa37c','',NULL),(8955,'en','installer','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'','LINE',NULL,10,'','8c4c7c7290df9f2b332d82877fbba626','',NULL),(8956,'en','installer','268cf76989324a87dde39184cde052fc','Unknown remote translation service',NULL,NULL,'','LINE',NULL,10,'','771925afbb651ac3afc0f30e56eca971','',NULL),(8957,'en','installer','8df975db106b77af311a71c715c9a605','Unknown repository',NULL,NULL,'','LINE',NULL,10,'','0cff69b3f559e5ca2530466ac8e6e23d','',NULL),(8958,'en','installer','561198ce1967916b9fe468262e075900','Unknown reviewer',NULL,NULL,'','LINE',NULL,10,'','20e0261f5a989b8043e82118b9a5cc14','',NULL),(8959,'en','installer','e2fcb6527ff326ce1c52799ad360e81d','Unregister %s from this site',NULL,NULL,'','LINE',NULL,10,'','c867486256a95ccdc142df8c1697aa60','',NULL),(8960,'en','installer','40fa62a8bdd6f7de0a0fcfd8fe751976','Until now, your site was set to display \"all blog posts\", even if they are not translated. That feature is now replaced with a better and more complete translation mode.',NULL,NULL,'','LINE',NULL,10,'','bb3712cbe09ef8c6d0e6587d20200677','',NULL),(8961,'en','installer','94c5686870be3790273b7183f113136c','Untranslated URL %s',NULL,NULL,'','LINE',NULL,10,'','536be82d700c14956d73ad3d11e51375','',NULL),(8962,'en','installer','ba08485e202c73f4eb1dff666c101983','Untranslated URLs for menus',NULL,NULL,'','LINE',NULL,10,'','bf0f2d66d74f0a02b91259436a6081f8','',NULL),(8963,'en','installer','190f34474bf1f3586ebd380420301597','Untranslated string %s',NULL,NULL,'','LINE',NULL,10,'','9feaca691d9def54da579a5ce9a40c36','',NULL),(8964,'en','installer','39649a8094838aaabdc54a83347247fe','Untranslated strings for menus',NULL,NULL,'','LINE',NULL,10,'','2225ddb0160d155411c3ff6ecc32ccfd','',NULL),(8965,'en','installer','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,10,'','4aad9c5d3fc996ed5e79edafe013f8c8','',NULL),(8966,'en','installer','d8051a2e98d8180d2da8d5b381345fb8','Update %s menu option to %s',NULL,NULL,'','LINE',NULL,10,'','629cae29bd03963707d77589a658a74c','',NULL),(8967,'en','installer','375bb4ba64ad03db76493422c3664246','Update %s translation',NULL,NULL,'','LINE',NULL,10,'','c4981d53234ba5c76a12c578b8dd8d8f','',NULL),(8968,'en','installer','c498c80a98cf895782f38e7175bc9701','Update Plugin',NULL,NULL,'','LINE',NULL,10,'','743d7f98a079c6c88d20a91e7f0a9442','',NULL),(8969,'en','installer','d2ff70d75898c63703105eb49b0dde3c','Update Taxonomy Hierarchy',NULL,NULL,'','LINE',NULL,10,'','9e51f89c1559fe7a308495e40689908f','',NULL),(8970,'en','installer','305a4bb57674f374ac132d9bb961e0c7','Update URL to %s',NULL,NULL,'','LINE',NULL,10,'','82033befc1145049104b114adbc36f1f','',NULL),(8971,'en','installer','4183a19d71c71ab848f17732a028b7be','Update term names',NULL,NULL,'','LINE',NULL,10,'','12e353d0c17b829a0c74f4b7c39eef9d','',NULL),(8972,'en','installer','abb21ee0d5fe8845ca7519b28d218d93','Updated Name',NULL,NULL,'','LINE',NULL,10,'','4e7af2c9f492fc592b7b69be3901a049','',NULL),(8973,'en','installer','fb85a71cb32bf6ed54bc59b921d21ef4','Updates channel:',NULL,NULL,'','LINE',NULL,10,'','891f635f70e7c2b517d73cb63ef7c7cd','',NULL),(8974,'en','installer','c71edaec0a3c4d4713e7f535ab5adf39','Updating %s',NULL,NULL,'','LINE',NULL,10,'','d53476274a6d49797d0a6ee4411aab62','',NULL),(8975,'en','installer','d5ebbb7f1addd4fc94aa71559f984970','Updating the plugins on your site. Please don\'t close this page or navigate away.',NULL,NULL,'','LINE',NULL,10,'','686c22b5664e8566d20b6063ff558a76','',NULL),(8976,'en','installer','f21c6e7bb557c5c69e7f55f3c8896912','Upload dir is not writable',NULL,NULL,'','LINE',NULL,10,'','0311105d057a9e033040a8c1dc5b4eed','',NULL),(8977,'en','installer','663544d3aadc4c510ef0fc3a7c90528b','Upload directory cannot be created. Check your permissions.',NULL,NULL,'','LINE',NULL,10,'','e7f8d5b63973d53f283b56bca0c2a5f4','',NULL),(8978,'en','installer','0f3113590c8c31d9730497ec184c8d31','Uploads',NULL,NULL,'','LINE',NULL,10,'','0347719ded419692096294f217f1c5af','',NULL),(8979,'en','installer','396ca4b635c61179e23b6c357d3625e9','You are using DIVI theme, and you have chosen to use the standard editor for translating content.',NULL,NULL,'','LINE',NULL,10,'Use Translation Editor notice 1/3','b3311e4f848cf9626d6116281fe1b3d6','',NULL),(8980,'en','installer','dca6c61239d5eddd0f7f886b187f6877','Some functionalities may not work properly. We encourage you to switch to use the Translation Editor.',NULL,NULL,'','LINE',NULL,10,'Use Translation Editor notice 2/3','2864c5a43f3d713cddd751d3a70870fd','',NULL),(8981,'en','installer','c00104c03da66abb5d3928f61c1e3143','You can find more information here: %s',NULL,NULL,'','LINE',NULL,10,'Use Translation Editor notice 2/3','b62363c4e9d08e9bab8507f9f019a8a1','',NULL),(8982,'en','installer','f58408d07765d0416dd157149aa7404a','Use directory for default language',NULL,NULL,'','LINE',NULL,10,'','04e9488b1f46e937e0e5b7de37201951','',NULL),(8983,'en','installer','8a0e2b549d223aba55a866c38d1c9275',', and',NULL,NULL,'','LINE',NULL,10,'Used before the last element of a three or more elements list','ee960d9d2d874f770ab0cfc3181905a4','',NULL),(8984,'en','installer','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'','LINE',NULL,10,'Used between elements of a two elements list','52e44b39ea60d239a4e3b53ff1e0750a','',NULL),(8985,'en','installer','234fc78d42c811e0b48f27b792416df0','Utf8mb4 charset',NULL,NULL,'','LINE',NULL,10,'','d0f594f02cb716ed001cfc3b137c7e32','',NULL),(8986,'en','installer','3ac705f2acd51a4613f9188c05c91d0d','Valid',NULL,NULL,'','LINE',NULL,10,'','7081ec47bf2bfc022a778276540d02b1','',NULL),(8987,'en','installer','82ac6e8ad3299cb4c4f25f3647c7747c','Validate on save',NULL,NULL,'','LINE',NULL,10,'','5065e20b279e9bcbc41e660ddc4c8bd6','',NULL),(8988,'en','installer','34b6cd75171affba6957e308dcbd92be','Version',NULL,NULL,'','LINE',NULL,10,'','99d57d7ff21933605d2bb94b8622cae6','',NULL),(8989,'en','installer','c737b482448b61a7740c1410c3d6d8ea','Video: Link',NULL,NULL,'','LINE',NULL,10,'','d06000c1abe345b0ca8fe828de730247','',NULL),(8990,'en','installer','482e9c59a6a194bc6e83b17fbf06b83c','Video: Vimeo link',NULL,NULL,'','LINE',NULL,10,'','652b72e5b9363322dc92cc418491a08d','',NULL),(8991,'en','installer','a3824eb0533064953073384a35c740e7','View post',NULL,NULL,'','LINE',NULL,10,'','4f7ce6cce9815c59d5b53bac297c29cb','',NULL),(8992,'en','installer','5e706a9b7eb9b142a619e4331d6976e6','Visit',NULL,NULL,'','LINE',NULL,10,'','7dd1121822fd99268bcef7036f1722d9','',NULL),(8993,'en','installer','49b92d0bac6c05a6baeb7159fcd464d7','WP Menus Sync',NULL,NULL,'','LINE',NULL,10,'','35a8831181a863e75b8f0009d0678b33','',NULL),(8994,'en','installer','f4001bd813ef2824c90fc6daf968afae','WPML',NULL,NULL,'','LINE',NULL,10,'','1668e55a1e2ea32d4e5e6a7fcbc39e9d','',NULL),(8995,'en','installer','84c5e0e7bdcf3f42547f8a22098bab30','WPML 3.2 release notes',NULL,NULL,'','LINE',NULL,10,'','e0d0480bf921b780f5bfaeb1d986034e','',NULL),(8996,'en','installer','56dc704f595da1f88fbf103845b490f6','WPML Network Setup',NULL,NULL,'','LINE',NULL,10,'','ede604cd12272ebb90389dddf8683db3','',NULL),(8997,'en','installer','2212e68565939b97c9088d1ac0f4cc6d','WPML Settings',NULL,NULL,'','LINE',NULL,10,'','4759e83eb27102574668adcd44781eb5','',NULL),(8998,'en','installer','770d4ce3c5fe7c6cf880415858914c19','WPML Update is Incomplete',NULL,NULL,'','LINE',NULL,10,'','b69551a022375c3dfd04256784e0d01c','',NULL),(8999,'en','installer','d6e4675950bf6a65316c1ecf85bdf198','WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser.',NULL,NULL,'','LINE',NULL,10,'','97e6059a5e745378c8603e58f25f1ad7','',NULL),(9000,'en','installer','51d18b937f651f71e47b72d213d240c9','WPML allows you to easily translate your site\'s taxonomies. Only taxonomies marked as translatable will be available for translation. Select the taxonomy in the dropdown menu and then use the list of taxonomy terms that appears to translate them.',NULL,NULL,'','LINE',NULL,10,'','dbd39f8267a54936d7e41fc8b26ff303','',NULL),(9001,'en','installer','ae8f5b14a1c87150b1bbcfe4be5dee93','WPML can automatically redirect visitors according to browser language.',NULL,NULL,'','LINE',NULL,10,'','05a2db1963a94586a743c5ad6bc36936','',NULL),(9002,'en','installer','06f230b6ba659659d6b5fa0a68ff7215','WPML can\'t be functional because it requires a disabled PHP extension!',NULL,NULL,'','LINE',NULL,10,'','50521582c4327a637c501c9177f58fd3','',NULL),(9003,'en','installer','63be824ea5e2dc93912c9707fddc49de','WPML can\'t run normally. There is an installation or server configuration problem. %sShow details%s',NULL,NULL,'','LINE',NULL,10,'','26f405cf486d39d419134744fb8d9f1d','',NULL),(9004,'en','installer','64fcf2be9d123770eb08354b5a659d77','WPML cannot be activated together with these older plugins:',NULL,NULL,'','LINE',NULL,10,'','c9b367d9cbd545d9a8e8ef9116dd954a','',NULL),(9005,'en','installer','a482f86040e6aa6b5a96940e83247d86','WPML cannot communicate with the remote translation service. Please make sure WPML Translation Management is active.',NULL,NULL,'','LINE',NULL,10,'','f3bbba949612124a3b803914950c4bab','',NULL),(9006,'en','installer','4b05532432a6706514dd1829fdbf857f','WPML capabilities',NULL,NULL,'','LINE',NULL,10,'','5c347ae72e56caf984f1ec4ac34957d7','',NULL),(9007,'en','installer','2f6abf3d9c345691531c6ce82079ef9d','WPML could not create a cache directory in %s',NULL,NULL,'','LINE',NULL,10,'','4c6f0706997a03056db454e97bd54acc','',NULL),(9008,'en','installer','a7862762d444fd202a4d02ac4a79defc','WPML could not load configuration files, which your site needs.',NULL,NULL,'','LINE',NULL,10,'','6bda976d31b4ee896333731018b72a44','',NULL),(9009,'en','installer','4f036c24688ae657f50a48c18c10c80e','WPML could not write in the cache directory: %s',NULL,NULL,'','LINE',NULL,10,'','3b19d44d575310cc372b80b1ea06cf97','',NULL),(9010,'en','installer','055bf5f6b9e98e23bd918c390acfa0b3','WPML flag',NULL,NULL,'','LINE',NULL,10,'','15533520c133c584aa3fd91d578107bc','',NULL),(9011,'en','installer','d3962833407cb5b7149078aed796166c','WPML has been activated for the selected site.',NULL,NULL,'','LINE',NULL,10,'','d630c70fcf43fcac6f630b75d7076f39','',NULL),(9012,'en','installer','475733ec25834cbbf26ed8b48939a766','WPML has been deactivated for the selected site.',NULL,NULL,'','LINE',NULL,10,'','d7edec217408d36d47768342b70d0236','',NULL),(9013,'en','installer','6ab92ac5e8663ffd8cadecad49a74abb','WPML has been reset for the selected site.',NULL,NULL,'','LINE',NULL,10,'','825a0fea4cdbd962317571945d01683d','',NULL),(9014,'en','installer','93df90564ea3611a855d18d8391c95e2','WPML is already registered network-wide.',NULL,NULL,'','LINE',NULL,10,'','27f084289c3b562c6bc8e83f3a10b979','',NULL),(9015,'en','installer','045064e09e09c8e5d52e85eae9245176','WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed.',NULL,NULL,'','LINE',NULL,10,'','58f98f643de5a823a463dba364b1769f','',NULL),(9016,'en','installer','cb75ba47cd883466d6694d61bf7b923e','WPML language settings',NULL,NULL,'','LINE',NULL,10,'','2f7e692602244052d3590a9fbd8ff7a6','',NULL),(9017,'en','installer','a3a6d848ebd0d187005e12b625f76208','WPML lets you open these pages for feedback, so that visitors can tell you if they notice anything wrong.',NULL,NULL,'','LINE',NULL,10,'','847927810a2384e27f0cd5256fbc9dae','',NULL),(9018,'en','installer','76141c86c2b4d4ae9ded7284977ce7af','WPML love',NULL,NULL,'','LINE',NULL,10,'','2d530de5335316f9b49bb9d1f20424de','',NULL),(9019,'en','installer','49039ccc25073e270f47336078fe3db6','WPML needs to load configuration files, which tell it how to translate your theme and the plugins that you use. If there\'s a problem, use the Retry button. If the problem continues, contact WPML support, show the error details and we\'ll help you resolve it.',NULL,NULL,'','LINE',NULL,10,'','8578c9f5439ffa5d50cf8d92edaae736','',NULL),(9020,'en','installer','faaaf3bc444b8a13718aea72e8d73573','WPML plugin can send to wpml.org the list of active plugins and theme in your site. This allows our support to help you much faster and to contact you in advance about potential compatibility problems and their solutions.',NULL,NULL,'','LINE',NULL,10,'','34c5295b433e1d98d4ccf95d17689357','',NULL),(9021,'en','installer','950ccb5326fec55c42b66bd053afe843','WPML requires database upgrade',NULL,NULL,'','LINE',NULL,10,'','d67ef887533eeae5372327201b41c898','',NULL),(9022,'en','installer','fe7febdf86a297ad2f0e26668eff2712','WPML settings',NULL,NULL,'','LINE',NULL,10,'','15e962d6cfd7ee4f1c53b1f7321d901b','',NULL),(9023,'en','installer','02f3fa2daee80a38f0abef570480e1a9','WPML uses cookies to identify the visitor’s current language, the last visited language and the language of users who have logged in.',NULL,NULL,'','LINE',NULL,10,'','25a13520f746cea4ba36824156600fd5','',NULL),(9024,'en','installer','4a4092c59598cb8bf08d697e8d485a83','WPML will be deactivated',NULL,NULL,'','LINE',NULL,10,'','974bb784fc5f89f08814686db402f1f9','',NULL),(9025,'en','installer','33aebb70a5b802815348035bb7d27987','WPML will copy %s from %s when you save this post.',NULL,NULL,'','LINE',NULL,10,'','6d5e2e82a5ae18fe6bb66906eb7ee9d2','',NULL),(9026,'en','installer','638b13225dc8ac310d00e622642f8d14','WPML will copy this field from %s when you save this post.',NULL,NULL,'','LINE',NULL,10,'','f865141243d909ca557f6b635a6c79b6','',NULL),(9027,'en','installer','9a4efd951bfb4680d72989c89ee35930','WPML will no longer synchronize this %s with the original content.',NULL,NULL,'','LINE',NULL,10,'','d9d606501b49cd893ba9b8a45c41cec7','',NULL),(9028,'en','installer','1a5c2df87b332d7333eff12823ed6cd0','WPML will reset all language information to its default values. Any languages that you added or edited will be lost.',NULL,NULL,'','LINE',NULL,10,'','36e35b51d172ccfdb91ec4d1b6fd6f22','',NULL),(9029,'en','installer','ed6a3dd0b001dcb4bb0c1ee6de3ffce6','WPML will work on your site, but you will not receive updates. WPML updates are essential for keeping your site running smoothly and secure. To receive automated updates, you need to complete the registration, in the %splugins admin%s page.',NULL,NULL,'','LINE',NULL,10,'','469863e770b83d9859e70c9c0e49900f','',NULL),(9030,'en','installer','b5d10f00257c3ceb8b51b341f8f0085a','WPML.org account',NULL,NULL,'','LINE',NULL,10,'','f6995226418c31ca956615eff6193adb','',NULL),(9031,'en','installer','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'','LINE',NULL,10,'','f19af68d773b3833b8dbdf066461532d','',NULL),(9032,'en','installer','a286df90b51c7ab79acccd6fbcdc717c','Want to know if recent translations you received have problems?',NULL,NULL,'','LINE',NULL,10,'','09f0cd0e7f2723b5bbcd4901b38daf7d','',NULL),(9033,'en','installer','e022910a88f7463dbc8b7381df7c8bf0','We are sending you to WPML.org to see your personalized translation instructions. If you need to access these instructions again, click on the \"How to translate\" button in the list of pages or in WPML\'s Translation Dashboard.',NULL,NULL,'','LINE',NULL,10,'','3eaac619e679db208307463a31a015b2','',NULL),(9034,'en','installer','c637da8ecbf2bee169f50be3192d9c3a','What to include in the language switcher:',NULL,NULL,'','LINE',NULL,10,'','12b8b9fcdb87f265f78592f6d62c853b','',NULL),(9035,'en','installer','91431d8fd777be4fd82d7d33c486c4c8','What to show for the root url:',NULL,NULL,'','LINE',NULL,10,'','cf9282046f6916884e1ec930910d90c0','',NULL),(9036,'en','installer','f685619c8796f4c4d70749cf18df574c','When WPML accesses <a target=\"_blank\" href=\"%s\">%s</a> it gets:',NULL,NULL,'','LINE',NULL,10,'','770fe91aa584acabbc12315b176ac84a','',NULL),(9037,'en','installer','751688df166688cdd5ef729ae540242c','When deleting a post, delete translations as well',NULL,NULL,'','LINE',NULL,10,'','f0ff1d37f8c3977b48764d5fc7d2ce26','',NULL),(9038,'en','installer','4795c80f1fa5dbf619852a163eb24d83','When deleting a taxonomy (category, tag or custom), delete translations as well',NULL,NULL,'','LINE',NULL,10,'','22c98aeecb325e3eaa269707d64bac39','',NULL),(9039,'en','installer','b918d24db7eb0175cd1ba8e0081db5c5','Which blog posts do you want to display on your site\'s translations?',NULL,NULL,'','LINE',NULL,10,'','61214d161e3c1c595c1a3c43957239da','',NULL),(9040,'en','installer','9227fba722c89495e19c0c23e8037df5','While you use the plugin, WPML will share data regarding the site through Installer. No data from the user itself will be shared.',NULL,NULL,'','LINE',NULL,10,'','b2a187e5f5b3e423dc8b9d24f3a0dc80','',NULL),(9041,'en','installer','25a81701fbfa4a1efdf660a950c1d006','White',NULL,NULL,'','LINE',NULL,10,'','c102fc3cdde46512a6dfd0a3e47ca733','',NULL),(9042,'en','installer','61e61b90d8b0757bcaa1deeec9ac6c52','Widget area',NULL,NULL,'','LINE',NULL,10,'','253284aeeae5ae0d5b19d4665c7053e8','',NULL),(9043,'en','installer','b3fcc78a93c631155493bac60ab15e42','Widget language switcher',NULL,NULL,'','LINE',NULL,10,'','3d1ed93d7c233f10544bf9cf337c4f25','',NULL),(9044,'en','installer','bb50e853acafeff4cc6cfe90a70d8298','Widget title:',NULL,NULL,'','LINE',NULL,10,'','c4516d7dc7936220d2b7d1b6f3a6e68a','',NULL),(9045,'en','installer','297507d079dc12df705cabd8440936a4','Will be added',NULL,NULL,'','LINE',NULL,10,'','08d6ebb0f3a8fced348bac2a3aab858f','',NULL),(9046,'en','installer','73852604a799db155e3dfbffd3633909','Will be removed',NULL,NULL,'','LINE',NULL,10,'','41f65559b9ff6a2008096a0c81c16d86','',NULL),(9047,'en','installer','003c6b5449a639a5923da7d1453ec685','With WPML 3.8.0, you can now get visitor feedback for your translations (%slearn more%s).',NULL,NULL,'','LINE',NULL,10,'','803f58c412d244d35fb7485df741b42f','',NULL),(9048,'en','installer','fde31686817fe5029025586d51b35861','WordPress',NULL,NULL,'','LINE',NULL,10,'','d291c0b744b843333c55120c053a8a16','',NULL),(9049,'en','installer','5ecb552d4ea6a6d7f94dd677808291cf','WordPress 3.9 or later is required.',NULL,NULL,'','LINE',NULL,10,'','a9e2bf438ab2561fd913ac33cf427442','',NULL),(9050,'en','installer','7e4a8477f5ff0e161ea66b9e9f36a189','WordPress cannot automatically download translations for the following languages:',NULL,NULL,'','LINE',NULL,10,'','bc0f00ab56a2085d98d0fbfe8a3aaba0','',NULL),(9051,'en','installer','836e42fad8478ea7975c9f2344efffbe','WordPress is installed in a directory (not root) and you\'re using default links.',NULL,NULL,'','LINE',NULL,10,'','46fbc9bdc8537148d7d72c81764edd81','',NULL),(9052,'en','installer','fea6976782610845937b78c4bf7772a2','WordPress language file (.mo) is missing. Keeping existing display language.',NULL,NULL,'','LINE',NULL,10,'','5d65d7e5280cec40de7ed35c7e29ba79','',NULL),(9053,'en','installer','0c0d0356af8980ee5a3ee4a8d37abb57','Wrong nonce',NULL,NULL,'','LINE',NULL,10,'','70298fb7e1ba587edaf8a4fd340be312','',NULL),(9054,'en','installer','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,10,'','a6d68a3f89a3e75cd4d5b79cfbe4209b','',NULL),(9055,'en','installer','666515197822288293861436f99e96cb','You are about to change the language of {post_name}.',NULL,NULL,'','LINE',NULL,10,'','ebbf1965681ccc8c8b2de0296f550d92','',NULL),(9056,'en','installer','e57689bbe65cdcc3a38facdb24f437c1','You are about to connect the current post with these following posts',NULL,NULL,'','LINE',NULL,10,'','e9a640dcaa2e263a70ee2ec54d27496a','',NULL),(9057,'en','installer','3d9450433cdd943f5e2aff9a4bdfa0cc','You are about to reset WPML for this site: %s.',NULL,NULL,'','LINE',NULL,10,'','abd8dfc47e70bc5227e6d8003174057f','',NULL),(9058,'en','installer','7ee23beade15d793c989703e13f7c955','You are creating a %1$s in %3$s and you\'ve set %2$s to display even when not translated. Please note that this %1$s will only appear in %3$s. Only %2$s that you create in the site\'s default language (%4$s) will appear in all the site\'s languages.',NULL,NULL,'','LINE',NULL,10,'','18ab92736bdf512d4e9f8e063fe8e334','',NULL),(9059,'en','installer','91282d8fe00b85b23b4372bd5378dbe5','You are not allowed to manage the WPML Network settings.',NULL,NULL,'','LINE',NULL,10,'','cf364fb151c937a035182e2b063ca37f','',NULL),(9060,'en','installer','8839775a4b630ab569998a002919fc55','You are running updated %s and %s, but the following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','39d9a3b4c8860c295e8f15dab6e8c3b0','',NULL),(9061,'en','installer','64591b515734d6ad72a8e21a899a062a','You are running updated %s, but the following component is not updated:',NULL,NULL,'','LINE',NULL,10,'','d2a32937b369b43ff0b05425fcf81300','',NULL),(9062,'en','installer','269631e716941d3a4ce52e2246f6dc03','You are trying to use an external URL: this is not allowed.',NULL,NULL,'','LINE',NULL,10,'','7657b342df5cc7cad3f04d621beca895','',NULL),(9063,'en','installer','e835b1c485923d37c2cdd1783f161a09','You are using PHP 7: in some cases, the extension might have been removed during a system update. In this case, please see %3$s.',NULL,NULL,'','LINE',NULL,10,'','a461262477d806a0b6c170ed8c96b493','',NULL),(9064,'en','installer','aedbc7a8badc1fa9b97a6614f2b4f64e','You are using a caching plugin. When you translate strings, the cache needs to be cleared in order for the translation to display.',NULL,NULL,'','LINE',NULL,10,'','70c0956933f765242139b308d81fe14b','',NULL),(9065,'en','installer','7b6bc784c2557a53fa6e1ef2e6fb5795','You are using a potentially less stable channel for %s. If you didn\'t enable this on purpose, you should switch to the \'Production\' channel.',NULL,NULL,'','LINE',NULL,10,'','ca8d71b11f00b646f5a6c8b6fe5471db','',NULL),(9066,'en','installer','ae64d8f32ab5600259603ebacb6f94d7','You are using an invalid site key defined as the constant %s (most likely in wp-config.php).\\n Please remove it or use the correct value in order to be able to register correctly.',NULL,NULL,'','LINE',NULL,10,'','feb6e2b814fdb5d57a67a12813379616','',NULL),(9067,'en','installer','d73eeed165b9ad34ff2db76804bcc314','You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress.',NULL,NULL,'','LINE',NULL,10,'','06d4d7a505b6bdaa9843aaf4a638a8d8','',NULL),(9068,'en','installer','51859b3f5cd3b1bed9fe9f733c8e8e16','You can display a language switcher in the site\'s footer. You can customize and style it here.',NULL,NULL,'','LINE',NULL,10,'','0977c647d3cbf114763195488b75e3fa','',NULL),(9069,'en','installer','08305cfdbfca99c6ac2ee8c3c63d9276','You can display links to translation of posts before the post and after it. These links look like \"This post is also available in...\"',NULL,NULL,'','LINE',NULL,10,'','eb896e9a88d4d31e9aba0231957964c2','',NULL),(9070,'en','installer','b275a61cb5c69d5cb68eed00f8d13c42','You can enable its/their display for yourself, in your <a href=\"%s\">profile page</a>.',NULL,NULL,'','LINE',NULL,10,'','db74ec286cf57716569a4c3b814a1b32','',NULL),(9071,'en','installer','44ca42ef93d9d07497b572bc368e9e4a','You can\'t do that!',NULL,NULL,'','LINE',NULL,10,'','fca0771a87e5af67f103ef1238e0c2f2','',NULL),(9072,'en','installer','295b127db532f84a47b635c05ad5d41e','You got back several jobs from translation and they now appear on your site.',NULL,NULL,'','LINE',NULL,10,'','66bc03f1c19f81cb1dc16a7817c10e15','',NULL),(9073,'en','installer','4d2fb7621d7ca1ddf55ad473cd283afd','You haven\'t set your synchronization preferences for these %s: %s. Default value was selected.',NULL,NULL,'','LINE',NULL,10,'','4c9d7d4a1606f5088862ffcb4b638846','',NULL),(9074,'en','installer','b019bb0fcacbeb6f20a1cd6cb6b4c84c','You may need to contact your server administrator or your hosting company to install this extension.',NULL,NULL,'','LINE',NULL,10,'','ac3ba4faa8a4c53d95fccecfa0b33d55','',NULL),(9075,'en','installer','fc7d81890301dca65da66a17aea8fbd3','You may need to %s.',NULL,NULL,'','LINE',NULL,10,'You may need to {re-save the site permalinks} - 1/2','b6126dd1730804870da1a80d61f4625c','',NULL),(9076,'en','installer','c822cb2b2b9c09d4c26484f45e65cc83','re-save the site permalinks',NULL,NULL,'','LINE',NULL,10,'You may need to {re-save the site permalinks} - 2/2','427a17b847e5c08632e1184062d8649f','',NULL),(9077,'en','installer','739cb593c798303f901f9009f025b908','You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.',NULL,NULL,'','LINE',NULL,10,'','39bd123d2e46a1fee0616b039acf3219','',NULL),(9078,'en','installer','11248e5868347f560c0175c0da452d2b','You need to configure WPML before you can start translating.',NULL,NULL,'','LINE',NULL,10,'','f38e9aa789d9352e4841d2a4eed0a44c','',NULL),(9079,'en','installer','533274f666680cab8600ce77c5412e26','You need to configure at least one more language in order to access \"Theme and plugins localization\" and \"Media translation\".',NULL,NULL,'','LINE',NULL,10,'','ba56e08054b88c0c01b7766c45fb47d6','',NULL),(9080,'en','installer','67f0f5959b2ee95b7d1fd3e01a938d4f','You need to deactivate the separate plugin.',NULL,NULL,'','LINE',NULL,10,'','2de9a5807a18f9c1988bf50b538fe3b7','',NULL),(9081,'en','installer','f2b5fb115d9985b8e0fb68841a8a2a03','You need to enable WPML\'s Translation Editor, to translate conveniently.',NULL,NULL,'','LINE',NULL,10,'','619799b569831253230f8f704450e611','',NULL),(9082,'en','installer','3d51f2ed88a9050d93bfb7e396198724','You will have to renew your subscription in order to continue getting the updates and support.',NULL,NULL,'','LINE',NULL,10,'','6495271be013e80d7b699686eeb6effe','',NULL),(9083,'en','installer','959e52d78875425809108fd1924b96e9','Your blog page does not exist or its translation is not published in %s.',NULL,NULL,'','LINE',NULL,10,'','039e2d0c7b421fa52f56f8b4288a0cd8','',NULL),(9084,'en','installer','eeb1797371492d12fbb1aec491d30a29','Your browser doesn\'t seem to be allowing cookies to be set.',NULL,NULL,'','LINE',NULL,10,'','20628ec4c2e35e686e071617f4ce87a7','',NULL),(9085,'en','installer','e625aba2021e6d6ee23be7c1fa7393f9','Your home page does not exist or its translation is not published in %s.',NULL,NULL,'','LINE',NULL,10,'','f5bd2efa72d9dc4679294f64e916de9e','',NULL),(9086,'en','installer','63d0f78526efb082e734f16f7b9617f6','Your menu includes custom items, which you need to translate using WPML\'s String Translation.',NULL,NULL,'','LINE',NULL,10,'','9fda97294a2d0d7e38ef841277ba34bc','',NULL),(9087,'en','installer','5c4aa4d29d20bca0f05e1e07ca250bb3','Your php.ini file is located at',NULL,NULL,'','LINE',NULL,10,'','e9ec8113838f3d5cacba566b4ddb2344','',NULL),(9088,'en','installer','9fa4c6200ced8c1314a87a7ad4ba542c','Your rating:',NULL,NULL,'','LINE',NULL,10,'','49ef8d8d75829662df2b9a9f8526e95b','',NULL),(9089,'en','installer','163b372d60f4467a5c597afa7dc534e3','Your site will not work as it should in this configuration',NULL,NULL,'','LINE',NULL,10,'','e81ad6aa7b53e3fe2ac2b09afcbfad9b','',NULL),(9090,'en','installer','5720cf661ece18bba6fe2ff911609563','Your subscription appears to no longer be valid. Please try to register again using a valid site key.',NULL,NULL,'','LINE',NULL,10,'','fe7821ed0d9ac88a98558e68ba4ac2e7','',NULL),(9091,'en','installer','5ab9d0767e07b0975f994f687ca78765','Your subscription expires in %d day.',NULL,NULL,'','LINE',NULL,10,'','520caad528cef48a7a187f71f2b7729e','',NULL),(9092,'en','installer','78b1c61a9fde7b3e38a0072f53c45a19','Your subscription expires in %d days.',NULL,NULL,'','LINE',NULL,10,'','294325628cec938dfbc8fa721e41041a','',NULL),(9093,'en','installer','c3905c37f4127686d512a7665206852e','activated',NULL,NULL,'','LINE',NULL,10,'','cc9cd495f474b6cc166b15b644d2a868','',NULL),(9094,'en','installer','948eea612456562bf255d3a9c59c40a3','activating',NULL,NULL,'','LINE',NULL,10,'','a205e705c4e28689ea922c220fd77154','',NULL),(9095,'en','installer','34ec78fcc91ffb1e54cd85e4a0924332','add',NULL,NULL,'','LINE',NULL,10,'','78152f1e89774eb3495f5f758ac6310b','',NULL),(9096,'en','installer','319f504d1c992cbb57615b918da243da','add translation',NULL,NULL,'','LINE',NULL,10,'','089d79093ee61be0db8bcaec29d4f81e','',NULL),(9097,'en','installer','a181a603769c1f98ad927e7367c7aa51','all',NULL,NULL,'','LINE',NULL,10,'','a97ec20396335b290a376b1033faf4d8','',NULL),(9098,'en','installer','7fa11c5b4de8301b9f503613e068dcee','any language',NULL,NULL,'','LINE',NULL,10,'','52a0622a9acfcdd5570bab8270430eaa','',NULL),(9099,'en','installer','225e75c29d32392d311f5dc94c792384','day(s)',NULL,NULL,'','LINE',NULL,10,'','110ccb6fb0ee148f659d1336a0c29b1e','',NULL),(9100,'en','installer','c21f969b5f03d33d43e04f8f136e7682','default',NULL,NULL,'','LINE',NULL,10,'','5af21529721bb9765f360f9f0826e2a7','',NULL),(9101,'en','installer','56f18825a76309ae6391073aeb14f1b3','downloaded',NULL,NULL,'','LINE',NULL,10,'','891a60dc0a9719f0fa6307b2554c6641','',NULL),(9102,'en','installer','6804c41f899b634d694efb235b014581','downloading...',NULL,NULL,'','LINE',NULL,10,'','5f498b4f03a68c098836dfd762b44445','',NULL),(9103,'en','installer','24f1b0a79473250c195c7fb84e393392','duplicate',NULL,NULL,'','LINE',NULL,10,'','782cd2fbbe78db7181e01ad3541e80da','',NULL),(9104,'en','installer','e06c64e4906eb36287a92d49d41874a8','edit terms',NULL,NULL,'','LINE',NULL,10,'','71a5904e5274933dc269cf0941947c0b','',NULL),(9105,'en','installer','45650b848bd91744aa90d77cd9374b20','edit translation',NULL,NULL,'','LINE',NULL,10,'','6e40ce6f043041f8fdf45a0879b9fe01','',NULL),(9106,'en','installer','d908b110f6756b872c1d3953df322482','eval() availability from Suhosin',NULL,NULL,'','LINE',NULL,10,'','60c495b170f9e6d0f99484e8ecf01334','',NULL),(9107,'en','installer','e6aa2ed156636c0394040aceca85a4c9','failed!',NULL,NULL,'','LINE',NULL,10,'','2b322ab243336699c65b0db9ac6ec5de','',NULL),(9108,'en','installer','a7fd8466fb6885263258484f173cb747','good for menus that display items as a list',NULL,NULL,'','LINE',NULL,10,'','176178440b6401f824ae6d6424baa48b','',NULL),(9109,'en','installer','aa5d50b06f302d6aa4c810f5a28ff46d','good for menus that support drop-downs',NULL,NULL,'','LINE',NULL,10,'','03e25acdcc4e6ecd08c894fa807bed20','',NULL),(9110,'en','installer','657f8b8da628ef83cf69101b6817150a','help',NULL,NULL,'','LINE',NULL,10,'','10344a1fcb7e5b5dd95369df06162da4','',NULL),(9111,'en','installer','662f707d5491e9bce8238a6c0be92190','hidden',NULL,NULL,'','LINE',NULL,10,'','4230ad59fbb26d38cc09240ea03bb1c4','',NULL),(9112,'en','installer','a88f05b6c963e145a45b58c47cd42a41','hide',NULL,NULL,'','LINE',NULL,10,'','ab394ecd937325154134a1b5acbd5756','',NULL),(9113,'en','installer','9f4537e147cb4678100c29a3b473017c','hreflang',NULL,NULL,'','LINE',NULL,10,'','7d697de67993d156bca7cbedb364e86b','',NULL),(9114,'en','installer','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'','LINE',NULL,10,'','6fa5d3cba3bbb3e9713f76de0e1d4f3d','',NULL),(9115,'en','installer','eef559c017b75828874412b7217e889a','in options, menus, widgets, footer and shortcode',NULL,NULL,'','LINE',NULL,10,'','a1908c2c72beb860d10ed8436750a0c7','',NULL),(9116,'en','installer','73329564760013a7824ff9d5d1af91ff','installed',NULL,NULL,'','LINE',NULL,10,'','45ea6c1384a12587c321d104a46015a9','',NULL),(9117,'en','installer','19db715301df89d73b27fc439121966a','installing...',NULL,NULL,'','LINE',NULL,10,'','166b6613a10dc07c2c6b38cf62d550d0','',NULL),(9118,'en','installer','447b7147e84be512208dcc0995d67ebc','item',NULL,NULL,'','LINE',NULL,10,'','3fd0119d4b7a9e957ae27149850d05b0','',NULL),(9119,'en','installer','691d502cfd0e0626cd3b058e5682ad1c','items',NULL,NULL,'','LINE',NULL,10,'','017d3a84675aa95d11cd8f2501cd1d5b','',NULL),(9120,'en','installer','d8fd35f628f2099aeaf3e5253e4acdba','learn more',NULL,NULL,'','LINE',NULL,10,'','a080bf40a30f4c505d6fd0900ff6058a','',NULL),(9121,'en','installer','d1de2f6d18fe2cdb8ca19ff01f4363fb','linked to: ',NULL,NULL,'','LINE',NULL,10,'','a71afe9596291dabe90aff7913ed8bca','',NULL),(9122,'en','installer','a14fa2166ed698f3d04061f57e5ab9b9','loading',NULL,NULL,'','LINE',NULL,10,'','a28ff7894f360de83ac90dfb916a531e','',NULL),(9123,'en','installer','386cb77a671fc6d4d0c4703f54d8708c','local translator',NULL,NULL,'','LINE',NULL,10,'','4e970867fbe56c8f7664d2df94f66d96','',NULL),(9124,'en','installer','5a96dcfb50656e3f242ce0e2a3b6ad83','menu items',NULL,NULL,'','LINE',NULL,10,'','0c8c5368c505fba0ae50c0e958d557e4','',NULL),(9125,'en','installer','6eb15db009c9c6488d73157ff2c03b9b','month(s)',NULL,NULL,'','LINE',NULL,10,'','8fc706e57ef0db814cc466f0a1b2f56c','',NULL),(9126,'en','installer','274b68192b056e268f128ff63bfcd4a4','n/a',NULL,NULL,'','LINE',NULL,10,'','724b59fdf4531a737227a2d1e4d1ec30','',NULL),(9127,'en','installer','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'','LINE',NULL,10,'','6e59e72079e054729880af7aad4666b2','',NULL),(9128,'en','installer','cda6d30ba6cf35583aca11e36c589077','not translated in current language',NULL,NULL,'','LINE',NULL,10,'','8de484c053492dd6c8cb73740248a78f','',NULL),(9129,'en','installer','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,10,'','c7229355bf156ee89f74ea2d63cd25a3','',NULL),(9130,'en','installer','eb5f83ac41599afef94c790126eb15b2','please enter path: absolute or relative to the WordPress installation folder',NULL,NULL,'','LINE',NULL,10,'','08d71be8a9aecd597e97032bf989b71b','',NULL),(9131,'en','installer','8f888fedf6bd5ff7c93c6d76bb8dc21c','published',NULL,NULL,'','LINE',NULL,10,'','c4c3d31b6ea1195faa5d34c17ab630f1','',NULL),(9132,'en','installer','4ac73ad1582a7d2e21c238c145c9264e','published or updated',NULL,NULL,'','LINE',NULL,10,'','047619f671d867d6345f9428a0125d0c','',NULL),(9133,'en','installer','9f03c537a1d41b1e215676e0c0df48e6','select parent',NULL,NULL,'','LINE',NULL,10,'','45a0523b91e06a0126bf69ed6009df0b','',NULL),(9134,'en','installer','a7dd12b1dab17d25467b0b0a4c8d4a92','show',NULL,NULL,'','LINE',NULL,10,'','bdad7c185b510278b2fb0e68a12819f6','',NULL),(9135,'en','installer','2b639ed0ce08b3f5378e03fada54be9b','some strings might be not registered',NULL,NULL,'','LINE',NULL,10,'','53c7847365f76561f2e55e9011ac58c2','',NULL),(9136,'en','installer','7d01491deaa343af4eb2f8bb8d8f8aae','string not registered',NULL,NULL,'','LINE',NULL,10,'','047dc9da21f5dcf1a51dc27cb641ed53','',NULL),(9137,'en','installer','ce63c9933d6b580d3ca1adef5eecf0ce','this will be your admin language and will also be used for translating comments.',NULL,NULL,'','LINE',NULL,10,'','1adab673fbcd9a1cfc11816c631892b8','',NULL),(9138,'en','installer','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'','LINE',NULL,10,'','01ac5982e631c82d4c416095311cfb8d','',NULL),(9139,'en','installer','fc46e26a907870744758b76166150f62','translate',NULL,NULL,'','LINE',NULL,10,'','208a735060351fd9cc5c703a3e9fa8ba','',NULL),(9140,'en','installer','b525e0f3ce0b67c57210aef498428e89','translate the base taxonomy slugs with WPML',NULL,NULL,'','LINE',NULL,10,'','0a113714c30413453350d615cc4c84f0','',NULL),(9141,'en','installer','20158d66e7c9bc1e2aea3fbae5495207','translating post categories and custom taxonomies',NULL,NULL,'','LINE',NULL,10,'','9aed59cf3c73f92399060983e1d542b6','',NULL),(9142,'en','installer','f0e4c362bb622adba484f6e29f0eef4f','untranslated',NULL,NULL,'','LINE',NULL,10,'','78e446b69bb55ba8def66ef9f74ac350','',NULL),(9143,'en','installer','0f81d52e06caaa4860887488d18271c7','updated',NULL,NULL,'','LINE',NULL,10,'','5e184bcaece94da3d22922dbfb11e762','',NULL),(9144,'en','installer','f0959a3365179f6c3d73cf9450ec9520','updating...',NULL,NULL,'','LINE',NULL,10,'','9112e891cfcf184c84fb424e633185b7','',NULL),(9145,'en','installer','b9ac6d4cfd0e2c80dddcaa66089b9dfe','week(s)',NULL,NULL,'','LINE',NULL,10,'','be69712f380815b4277b6498d5fe74e3','',NULL),(9146,'en','installer','8b2340a793cc6c433380ee66e0b9c96c','which theme and plugins you are using.',NULL,NULL,'','LINE',NULL,10,'','6fe936a26202b66f466c39aadbf683d1','',NULL),(9147,'en','installer','046bd7ee0d1aa97e71526d5ede9c4fc3','your account',NULL,NULL,'','LINE',NULL,10,'','a25a13c380746d97d566634bbea53515','',NULL),(9148,'en','generatepress','fe0b3c606cebba195685c2b313f52f4b','Primary Menu',NULL,NULL,'','LINE',NULL,0,'','480419747b19c74ca592c02635906ae4','',NULL),(9149,'en','jet-elements','67b909bb71d3070f23735cc0e98640f3','Section Parallax Extension',NULL,NULL,'','LINE',NULL,0,'','725713e29e1f4c68e0559c2b2b66d564','',NULL),(9150,'en','jet-elements','248336101b461380a4b2391a7625493d','Saved',NULL,NULL,'','LINE',NULL,0,'','73ad74d465fb62f32378307dcb889d95','',NULL),(9151,'en','jet-elements','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,0,'','10d2e0c09be9da0557188dd3f9974e92','',NULL),(9152,'en','jet-elements','fa2c103e48d9ec6e27046fed5a006c69','Please, provide valid mail',NULL,NULL,'','LINE',NULL,0,'','99f262e93d149b4e3ede889ce7b9ac58','',NULL),(9153,'en','jet-elements','a8872719754b702b252a0cc81739c7ed','Please, set up MailChimp API key and List ID',NULL,NULL,'','LINE',NULL,0,'','7dfd4297308d3c74854bc98addf1dc36','',NULL),(9154,'en','jet-elements','782f26114d37c22eedfd0f5fdee949e1','Internal error. Please, try again later',NULL,NULL,'','LINE',NULL,0,'','4d84f9da9c288477b9df47896a5f1639','',NULL),(9155,'en','jet-elements','c2cf7037fcb11f6d1e980027e2308ab4','Server error. Please, try again later',NULL,NULL,'','LINE',NULL,0,'','6cce03a2294dd22fda918ede2f68361e','',NULL),(9156,'en','jet-elements','1dc1a7caefb672762db2c01f8bc5f998','E-mail %s has been subscribed',NULL,NULL,'','LINE',NULL,0,'','f6b0cf066703d8716857b3383960a4a5','',NULL),(9157,'en','jet-elements','8737bd1e79422ee673e313e8682574f4','Please specify a valid e-mail',NULL,NULL,'','LINE',NULL,0,'','ca51c53fe10a68555acfc1b946c9cecf','',NULL),(9158,'en','jet-elements','b69372cd80e74df1eacab3970bea62cf','Start Update',NULL,NULL,'','LINE',NULL,0,'','0749307fba02c3a8bfcb41d7391c4e39','',NULL),(9159,'en','jet-elements','5a547869d87bf8d4c538f33d56ea0b6a','Data Update',NULL,NULL,'','LINE',NULL,0,'','fdc79f1375b0de42e142841a406ba6ee','',NULL),(9160,'en','jet-elements','5ab1716f74815b9c3f66c5dbad7ef289','Module DB Updater init error in %s - version and slug is required arguments',NULL,NULL,'','LINE',NULL,0,'','98807096ed4333cfd6a2e9baa9b2675c','',NULL),(9161,'en','jet-elements','478a353a6ae14bf005e564b1ef823d60','We need to update your database to the latest version.',NULL,NULL,'','LINE',NULL,0,'','e83246836eefa8a154e3de9a0fea5311','',NULL),(9162,'en','jet-elements','f2d2b2706dfb7da5b6b03f3916d220b7','Update complete, thank you for updating to the latest version!',NULL,NULL,'','LINE',NULL,0,'','ccb3f4b027a1ad9c08ee951a99967f59','',NULL),(9348,'en','elementor-pro','fb76de7ff56506fe5fd392409dd86959','Elementor Is Making the Web Beautiful!!!',NULL,NULL,'','LINE',NULL,0,'','d9ea30e23070a7db692f96509179aee5','',NULL),(9349,'en','elementor-pro','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'','LINE',NULL,0,'','4d50d492e42453feebc57e6b14e0bb6b','',NULL),(9350,'en','elementor-pro','ded40f2a77c30efc6062db0cbd857746','Footer',NULL,NULL,'','LINE',NULL,0,'','9f05749f1b356954c871d6e377fc449a','',NULL),(9351,'en','elementor-pro','e727b00944f81e1d0a95c12886ac4641','Archive',NULL,NULL,'','LINE',NULL,0,'','5f9fe3f5edc018f434ed4d6ebd066eac','',NULL),(9352,'en','elementor-pro','66ba162102bbf6ae31b522aec561735e','Single',NULL,NULL,'','LINE',NULL,0,'','bb0781b8f7c9ee29803a370ac83fbec6','',NULL),(9353,'en','default','630b03214d57dfbce477baf7e3f1ac54','You are about to permanently delete these items from your site.\nThis action cannot be undone.\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','1e76df49449c7476a350dae396bd946d','',NULL),(9548,'en','default','f48cd808811154d84b1536282d80f8ec','Are you sure you want to edit this comment?\nThe changes you made will be lost.',NULL,NULL,'','LINE',NULL,0,'','b396e42adbc835a644afda9ae7588b3d','',NULL),(9549,'en','default','be9861a2e3cc43a10068e1c995820aab','Are you sure you want to do this?\nThe comment changes you made will be lost.',NULL,NULL,'','LINE',NULL,0,'','f1789f461c825064825906cc0b4c19eb','',NULL),(9748,'en','default','02093e6739851ee30bda762aa64b08ef','You are about to permanently delete this menu. \n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','cf9201ed47d19657cec43ebc07cc3461','',NULL),(9749,'en','elementor-pro','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,0,'','175d5e46a8cf351cf32833d1c3c762b6','',NULL),(9750,'en','elementor-pro','a7d6475ec8993b7224d6facc8cb0ead6','Site',NULL,NULL,'','LINE',NULL,0,'','71b22e64eb243a1a2ba3a65ec53c1d81','',NULL),(9751,'en','elementor-pro','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,0,'','415ecf7494fa1535df1550e3337fc33e','',NULL),(9752,'en','elementor-pro','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,0,'','75f35706a338d8d0f6ba45a125d1ba28','',NULL),(9753,'en','elementor-pro','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,0,'','3b5a9db16352c818de0d88f556034eb6','',NULL),(9754,'en','elementor-pro','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'','LINE',NULL,0,'','45676911aa2a682cadcdfe1ec8ba4e83','',NULL),(9755,'en','jet-elements','0fe8895d1da5247b73a5d0b482df4ac4','JetElements',NULL,NULL,'','LINE',NULL,0,'','77e2c4993eb54956e0fe7f3207ee96c4','',NULL),(9756,'en','generatepress','e2888bce47147f5ec66aa790f8dcab45','Right Sidebar',NULL,NULL,'','LINE',NULL,0,'','cbf25d8fe1b46cad4e9435646d2b6c18','',NULL),(9757,'en','generatepress','69847143f57cba5d08123f1df77e1b44','Left Sidebar',NULL,NULL,'','LINE',NULL,0,'','1435397aee35c7b87b1605986b0983b5','',NULL),(9758,'en','generatepress','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'','LINE',NULL,0,'','94e1674fce61519421ce7d7e3868517d','',NULL),(9759,'en','generatepress','2a71f3bb7b87b918080d4bb52f71fc41','Footer Widget 1',NULL,NULL,'','LINE',NULL,0,'','26afa0ee28dcb613423cc0c8461af003','',NULL),(9760,'en','generatepress','fe40854170224f62cd9431542bbd6c3f','Footer Widget 2',NULL,NULL,'','LINE',NULL,0,'','e748016fb24beacbea8dfe5bb4e36c30','',NULL),(9761,'en','generatepress','621eeb90603ad963bd8c7a7b8876c55c','Footer Widget 3',NULL,NULL,'','LINE',NULL,0,'','ef299a9a21466acf2f9ec5f5958378c4','',NULL),(9762,'en','generatepress','9dcae1b8d323f04a55fb4e8e7023eabe','Footer Widget 4',NULL,NULL,'','LINE',NULL,0,'','f595167b7ad2935e671f62905b0df179','',NULL),(9763,'en','generatepress','0d89d4d7fbfdd216bca28aa9490fc085','Footer Widget 5',NULL,NULL,'','LINE',NULL,0,'','d19534457d4d9299bb9dd9701b822ae5','',NULL),(9764,'en','generatepress','c0f1abe79cb5c9bfe00fd187eab95c99','Footer Bar',NULL,NULL,'','LINE',NULL,0,'','c5eb7e2ae04e73efefec3db3d45157d5','',NULL),(9765,'en','generatepress','81d28a65c5a0fcbf57efb1c4d9c0f6eb','Top Bar',NULL,NULL,'','LINE',NULL,0,'','275e13f325700fedf18d514178d9810a','',NULL),(9766,'en','elementor-pro','33a117ff235285d07fb14591bccdbecb','Elementor Library',NULL,NULL,'','LINE',NULL,0,'','4f57c4bffe6a92cc8591c420cd3288bb','',NULL),(9767,'en','elementor-pro','9551fe95ea32a5f833ae9b4ac43a826d','Embed your saved elements.',NULL,NULL,'','LINE',NULL,0,'','95df97d523a3500f7ddff86a239b744b','',NULL),(9768,'en','sitepress','5917327c8129782edcc4f3d51f872151','Language Switcher',NULL,NULL,'','LINE',NULL,10,'','52240c30e01aafa881985e4e5ced4398','',NULL),(9769,'en','sitepress-multilingual-cms','96371a469d468985ad585d029d776c22','WPML Multilingual CMS',NULL,NULL,'','LINE',NULL,0,'','e6a818ae0ba11116964df83721ac4435','',NULL),(9770,'en','sitepress-multilingual-cms','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','8e7fa083a8f97b603c9decae4be34e88','',NULL),(9771,'en','sitepress-multilingual-cms','04c130dfab64f49936c4028e414c8c59','WPML Multilingual CMS | <a href=\"https://wpml.org\">Documentation</a> | <a href=\"https://wpml.org/version/wpml-4-2-9/\">WPML 4.2.9 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','5fb6bcd41542f4a82d5d5ee0de9d9f7d','',NULL),(9772,'en','sitepress-multilingual-cms','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','3c7140990497f26780271b6b3ba3ef74','',NULL),(9773,'en','sitepress-multilingual-cms','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','0a386487d2b6917dd0ddb5a37fe3179d','',NULL),(9774,'en','sitepress-multilingual-cms','75a76186d5791981b7061801502dbeb9','4.2.9',NULL,NULL,'','LINE',NULL,0,'','7be85941c3477203caa9abca3e252b82','',NULL),(9775,'en','elementor-pro','030ad23e3851ed7adfa7b9b6c13cf5a6','Elementor Pro',NULL,NULL,'','LINE',NULL,0,'','737d209d24c57d3296daa90ac1fa2b28','',NULL),(9776,'en','elementor-pro','c24ed2adb0354334b9e3f6adbd57aecf','https://elementor.com/',NULL,NULL,'','LINE',NULL,0,'','8fc147aa0e7eeafba52a0f7a66f5df9f','',NULL),(9777,'en','elementor-pro','1b500ffad119814c99bde45cf173043f','Elementor Pro brings a whole new design experience to WordPress. Customize your entire theme: header, footer, single post, archive and 404 page, all with one page builder.',NULL,NULL,'','LINE',NULL,0,'','c43dc1d8a6243100aa0d8374ee6e7456','',NULL),(9778,'en','elementor-pro','012ca7eac0db0df46bfbb11c28bc7176','Elementor.com',NULL,NULL,'','LINE',NULL,0,'','d58a19705e61a696a2ba1b4d2f0906c2','',NULL),(9779,'en','elementor-pro','1cf53a890f18eafaab4cd5ec27c630fb','2.7.3',NULL,NULL,'','LINE',NULL,0,'','517536714ff82cb0ec2055f179ab20ed','',NULL),(9780,'en','elementor','760443103a0f7ab91637d4f6ed44363c','2.7.5',NULL,NULL,'','LINE',NULL,0,'','9fc7f08b1846d3c2027702261572d664','',NULL),(9781,'en','gp-premium','4f4bdb36cf504a858798d84fcfbd1910','GP Premium',NULL,NULL,'','LINE',NULL,0,'','bc628e0e2f74e6af2b6a074b1437f06b','',NULL),(9782,'en','gp-premium','1a4789113ae2bf62b667f442a2317af5','https://generatepress.com',NULL,NULL,'','LINE',NULL,0,'','2096e8e677864f9f7746792c82a800fb','',NULL),(9783,'en','gp-premium','81cc14c96d921be289b1baa58c5a2591','The entire collection of GeneratePress premium modules.',NULL,NULL,'','LINE',NULL,0,'','3e7dfba9a35f3a25e1aea878588f9574','',NULL),(9784,'en','gp-premium','206d52c86565f8b9ac5b4e94aaf13af9','Tom Usborne',NULL,NULL,'','LINE',NULL,0,'','539b957df52edc97821998c424d59ebe','',NULL),(9785,'en','gp-premium','d50e4db2a47a37cb706484947587e71d','1.8.3',NULL,NULL,'','LINE',NULL,0,'','f031fa2dfd1d6ba68ebfb09e34718d66','',NULL),(9786,'en','jet-elements','b2f151197e3349febffcd77c451c3eff','JetElements For Elementor',NULL,NULL,'','LINE',NULL,0,'','d6955728bda56b341245d1ef06743e6e','',NULL),(9787,'en','jet-elements','d0b1fd78a6d1ef762625874cc9fee614','https://crocoblock.com/plugins/jetelements/',NULL,NULL,'','LINE',NULL,0,'','7c07776b876fb804a803d3af537a8def','',NULL),(9788,'en','jet-elements','19e790b09d0e737fcf7e4d95c8e15c13','Brand new addon for Elementor Page builder. It provides the set of modules to create different kinds of content, adds custom modules to your website and applies attractive styles in the matter of several clicks!',NULL,NULL,'','LINE',NULL,0,'','7d06f2aa09fd3335f815e3da8a8d64a2','',NULL),(9789,'en','jet-elements','3d0944210a1e5eb20d27ec7e2013e657','Zemez',NULL,NULL,'','LINE',NULL,0,'','7f6fe61c02b65d006daf927c7511159f','',NULL),(9790,'en','jet-elements','9562870d7e8245d03c2ac6055dff735f','2.1.2',NULL,NULL,'','LINE',NULL,0,'','a68278382c2bf013cf504f3b6b9b89c3','',NULL),(9791,'en','wpml-string-translation','ddfec49d47268e7aca55fa876a1a6542','WPML String Translation',NULL,NULL,'','LINE',NULL,0,'','56abcb8b8281cab2188c29af5195f1c5','',NULL),(9792,'en','wpml-string-translation','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','f474b2cd6839e685cbd19b1feed1e901','',NULL),(9793,'en','wpml-string-translation','f1a632a67ef5af7b1bd372dc44b84862','Adds theme and plugins localization capabilities to WPML | <a href=\"https://wpml.org\">Documentation</a> | <a href=\"https://wpml.org/version/string-translation-2-10-7/\">WPML String Translation 2.10.7 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','29ffea39aab37bde4fd26c5dd7324a19','',NULL),(9794,'en','wpml-string-translation','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','2bf29b41105eaf3ee65e7d1da86ac132','',NULL),(9795,'en','wpml-string-translation','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','640054649b451e7d94be01c6c3a6d089','',NULL),(9796,'en','wpml-string-translation','dce5af35f005395ffd7a566786599aad','2.10.7',NULL,NULL,'','LINE',NULL,0,'','ceaf6a3cb2d054eab1f38ec1643bc6d6','',NULL),(9797,'en','elementor-pro','71d0d4d987a60a4d8d7cdf0e26279e4c','Custom Fonts',NULL,NULL,'','LINE',NULL,0,'Elementor Font','c966b000aa874fbe3af665de99e98a94','',NULL),(9798,'en','elementor-pro','194f5394ae2e9c74dc3c441b92862d1d','Font',NULL,NULL,'','LINE',NULL,0,'Elementor Font','03dbeb92c0ee1fcb1d1b8987dd30b405','',NULL),(9799,'en','elementor-pro','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'Elementor Font','879d552fadf5fa91812621b5dbe4f03d','',NULL),(9800,'en','elementor-pro','630bd947659ab07c114e5ccef701a7af','Add New Font',NULL,NULL,'','LINE',NULL,0,'Elementor Font','77e75cdbe65aae28c36334daa850abff','',NULL),(9801,'en','elementor-pro','486841ebd4c0bc17e6fc279da5268645','Edit Font',NULL,NULL,'','LINE',NULL,0,'Elementor Font','f5b41ee297c706715d346f7231cd3c54','',NULL),(9802,'en','elementor-pro','9ef9aa1aa3db3a8552eb7ccc64146d2e','New Font',NULL,NULL,'','LINE',NULL,0,'Elementor Font','f917b04500bdf18c5e7a5cdf7fdce11c','',NULL),(9803,'en','elementor-pro','e6f58602aa02f1ace029e1f99951f175','All Fonts',NULL,NULL,'','LINE',NULL,0,'Elementor Font','bbce25b402ea5e5e885776d5f1e29b7e','',NULL),(9804,'en','elementor-pro','10356e1d7f3efb82b39e1e43834b3fce','View Font',NULL,NULL,'','LINE',NULL,0,'Elementor Font','7ce19b042c883da66e3521c6fe80e4f7','',NULL),(9805,'en','elementor-pro','5cad845c09d87d2ac84dbf84c54af456','Search Font',NULL,NULL,'','LINE',NULL,0,'Elementor Font','15ce4856b098c6779a2fda3c82a6fd49','',NULL),(9806,'en','elementor-pro','501fee2a259c7f5bc39692fe2799228c','No Fonts found',NULL,NULL,'','LINE',NULL,0,'Elementor Font','c88e667e4e1798338a4d9a3639ec6bf1','',NULL),(9807,'en','elementor-pro','d1733d09db5029f925516d9d28c08088','No Font found in Trash',NULL,NULL,'','LINE',NULL,0,'Elementor Font','aa77938b29dfeb96c2282d46d86b4dde','',NULL),(9808,'en','elementor-pro','4c800743789fee192db9c08ee8b4504b','Font Types',NULL,NULL,'','LINE',NULL,0,'Font type taxonomy general name','dd6db1d9ef508f218e3cc7fdb09aa630','',NULL),(9809,'en','elementor-pro','a459210dbd640456b4aaaa0311e48e79','Font Type',NULL,NULL,'','LINE',NULL,0,'Font type singular name','4e44eb6887c871c372df171b4681eea0','',NULL),(9810,'en','elementor-pro','a98b1344dde458d52873baa44b5d2e95','Search Font Types',NULL,NULL,'','LINE',NULL,0,'','d492e132a99f639ecefe014b4851313f','',NULL),(9811,'en','elementor-pro','db403b816ec63b71a5b90301d187e8f5','Popular Font Types',NULL,NULL,'','LINE',NULL,0,'','45af8df2963993e19dd9fdc82b353dc0','',NULL),(9812,'en','elementor-pro','a497e0d0d491ecc3274d466e1e43de69','All Font Types',NULL,NULL,'','LINE',NULL,0,'','6a82ccbe8b3b8dd8b8dde331d5b5d35f','',NULL),(9813,'en','elementor-pro','c9330b1678e566eee5630e6974efb53b','Edit Font Type',NULL,NULL,'','LINE',NULL,0,'','1bc61079d3137c462b79845944a9d7c0','',NULL),(9814,'en','elementor-pro','a1ef2036fd07166b5a7171d2e8507b4b','Update Font Type',NULL,NULL,'','LINE',NULL,0,'','bb4cf6678bcaad949a4700236fdbb34f','',NULL),(9815,'en','elementor-pro','7372e64514928cc655407c098683dd08','Add New Font Type',NULL,NULL,'','LINE',NULL,0,'','dd95eb8250b57c27ff4c57405c557a99','',NULL),(9816,'en','elementor-pro','053c154b2da9f34715a7d19e1db8efd7','New Font Type Name',NULL,NULL,'','LINE',NULL,0,'','2333dcc50aa65174e33a0b7c76734c2e','',NULL),(9817,'en','elementor-pro','870c476532014e736f9007f7bb62f45b','Separate Font Types with commas',NULL,NULL,'','LINE',NULL,0,'','0ed7bc0bb5652b3f0e175e3198509b74','',NULL),(9818,'en','elementor-pro','87952979e1adac963c73ead83b7d7262','Add or remove Font Types',NULL,NULL,'','LINE',NULL,0,'','39dd5403aecbae0793c4106529e216c3','',NULL),(9819,'en','elementor-pro','54f7f12be5f90fad2f913a0dae3fde2c','Choose from the most used Font Types',NULL,NULL,'','LINE',NULL,0,'','20153e76af2a8e353ff3c0c94485d80f','',NULL),(9820,'en','elementor-pro','9a8d88e06b6fdb5dab7e9f260841ebc5','No Font Types found.',NULL,NULL,'','LINE',NULL,0,'','96c57e5dd379bf567e0c8e5102b58bc9','',NULL),(9821,'en','elementor-pro','4c800743789fee192db9c08ee8b4504b','Font Types',NULL,NULL,'','LINE',NULL,0,'','d842570fe543fb49ae309cf2449ad18d','',NULL),(9822,'en','elementor-pro','0c4fc70bb14dc4af5ad2355c77c5b44c','Custom Icons',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','9192f7f5b57b088ef126b807e0553c78','',NULL),(9823,'en','elementor-pro','c797a4c3606e1f3aea37f87c57e8d047','Icon Set',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','790737578678e2432b9d8e0597c0e118','',NULL),(9824,'en','elementor-pro','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','137402d95b8a8ca5cde6d7460272ef80','',NULL),(9825,'en','elementor-pro','017cf7a56976469be42b8b48000da636','Add New Icon Set',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','b5483f410d03c8c8f6f9819efa12dd0f','',NULL),(9826,'en','elementor-pro','d9500f0a3fe3b0326b30de3bfbd7c853','Edit Icon Set',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','af866edf7fe1be134ab92f07bb176467','',NULL),(9827,'en','elementor-pro','87d2393a17130a680dc3c0e9b13600f4','New Icon Set',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','e2fe479b7bb0f15e7c7237eb066754d3','',NULL),(9828,'en','elementor-pro','024e054edde722072670a58f49cdf164','All Icons',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','36f30ed166f9b6ee5d051168e681b8f4','',NULL),(9829,'en','elementor-pro','7875745302ccdccfe9af66802223b705','View Icon',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','ee8a098806c041a44c0c1857aae74b57','',NULL),(9948,'en','elementor-pro','5cad845c09d87d2ac84dbf84c54af456','Search Font',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','51e955cbc40e509d90877aa1d2824e1e','',NULL),(9949,'en','elementor-pro','501fee2a259c7f5bc39692fe2799228c','No Fonts found',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','3ce492c19935444fd9201a9c5df5bca8','',NULL),(9950,'en','elementor-pro','e569d926727886f8d598e7780e094430','No Icon found in Trash',NULL,NULL,'','LINE',NULL,0,'Elementor Icon','fac15857f2ef50ad8ff08b3c6fac5cbd','',NULL),(9951,'en','sitepress','49b92d0bac6c05a6baeb7159fcd464d7','WP Menus Sync',NULL,NULL,'','LINE',NULL,10,'','72a827f253bed2ff99b10c9b9fd69998','',NULL),(9952,'en','elementor-pro','18d5d9975ff2a291c0ce25e9cfb7d548','Popups',NULL,NULL,'','LINE',NULL,0,'','cd88ac63324cc6d30e6d2c6b28e5d16f','',NULL),(9953,'en','elementor-pro','487df467aed02a8dd4a50648141fed82','Theme Builder',NULL,NULL,'','LINE',NULL,0,'','1871c7ec8f20c4475e42c570af1d5dd4','',NULL),(9954,'en','installer','1408102400681d9716dc33dd48a2d564','Installer Support',NULL,NULL,'','LINE',NULL,10,'','6c264e067f93d9d1bb37bcbbe381780f','',NULL),(9955,'en','elementor-pro','0c4fc70bb14dc4af5ad2355c77c5b44c','Custom Icons',NULL,NULL,'','LINE',NULL,0,'Elementor Font','13ddfab21b9c88e9e79db820d90148a3','',NULL),(9956,'en','jet-elements','36cb99b153a5315e6a7299265226b9a6','JetElements Settings',NULL,NULL,'','LINE',NULL,0,'','6e1adf5f124172052db996639f12cf3b','',NULL),(9957,'en','elementor-pro','794df3791a8c800841516007427a2aa3','License',NULL,NULL,'','LINE',NULL,0,'','fad6d6ba125122486bca1389404f2a37','',NULL),(9958,'en','sitepress','02f3fa2daee80a38f0abef570480e1a9','WPML uses cookies to identify the visitor’s current language, the last visited language and the language of users who have logged in.',NULL,NULL,'','LINE',NULL,10,'','a12ef1bfa210bafe575e5dc1a18442f1','',NULL),(9959,'en','sitepress','9227fba722c89495e19c0c23e8037df5','While you use the plugin, WPML will share data regarding the site through Installer. No data from the user itself will be shared.',NULL,NULL,'','LINE',NULL,10,'','731342eb174a568fe88e1ecc7f759ce4','',NULL),(9960,'en','sitepress','15f3a84ce500fa1a88a5b2ac92b788d3','To easily translate %s, you need to add the following WPML components:',NULL,NULL,'','LINE',NULL,10,'','22193e614c3a541b3c4b94f4199183af','',NULL),(9961,'en','sitepress','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'','LINE',NULL,10,'Used between elements of a two elements list','98da0e01378ae0ff65f22788a716d58a','',NULL),(9962,'en','sitepress','801ab24683a4a8c433c6eb40c48bcd9d','Download',NULL,NULL,'','LINE',NULL,10,'','ad09360292e911280800d979a9eebb63','',NULL),(9963,'en','sitepress','349838fb1d851d3e2014b9fe39203275','Install',NULL,NULL,'','LINE',NULL,10,'','3ffc566e743b6534cfedf1027fa1e452','',NULL),(9964,'en','sitepress','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'','LINE',NULL,10,'','75adc60cfc5918e609b6d7a440b627df','',NULL),(9965,'en','sitepress','b850e16adbf88a6b6cb724630eff2c97','Activating...',NULL,NULL,'','LINE',NULL,10,'','8de8324ed4d996d7451a5e66f60991dd','',NULL),(9966,'en','sitepress','cb456215c3333db0551bd0788bc258c7','Activated',NULL,NULL,'','LINE',NULL,10,'','8c77027fedc9ab89793e45d909d6f9c3','',NULL),(9967,'en','sitepress','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,10,'','6d8c1e40a2780668edaf86b5dca1c637','',NULL),(9968,'en','sitepress','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,10,'','9e16904638137b03651ca253748eec6f','',NULL),(9969,'en','sitepress','39649fc8f083df7473be2735f612454d','Translating content created with page builders',NULL,NULL,'','LINE',NULL,10,'','4f0d1a53ad81192d74f268767d2485a9','',NULL),(10089,'en','wpml-translation-management','34fc8a7bf304f65b05b041f1c601d446',' - (needs update)',NULL,NULL,'','LINE',NULL,10,'','5a93372cf143c298cca4f72113fc85a1','',NULL),(10090,'en','wpml-translation-management','88a714ec12d390fa8f7b9bbd3219650e',' - A xliff file is attached.',NULL,NULL,'','LINE',NULL,10,'','cff987b914ee4ce1e472b1e280f7983a','',NULL),(10091,'en','wpml-translation-management','5121b67bb9e269e369d694a8e1869fc6','\"%s\" is not a valid XLIFF file.',NULL,NULL,'','LINE',NULL,10,'','82b369239a6bd4032b4820d7c6f83b72','',NULL),(10092,'en','wpml-translation-management','e19aea4de344000f8d799df223c30e21','%1$s jobs added to the Advanced Translation Editor.',NULL,NULL,'','LINE',NULL,10,'','0a82b263ce43a1ab0cc8989bc8a2e716','',NULL),(10093,'en','wpml-translation-management','2f49422698251b44539198844c4d93a9','%1$s translation: %2$s',NULL,NULL,'','LINE',NULL,10,'','a5e78453cc3c60232b5db1fe1c7c754a','',NULL),(10094,'en','wpml-translation-management','c7390cadacde34cd0f2f703e7aa4c353','%1$s%2$d translation jobs%3$s have been sent to remote translators',NULL,NULL,'','LINE',NULL,10,'','e58b9964b6b02ab9d16975451202fae4','',NULL),(10095,'en','wpml-translation-management','9d85b8a27560ae8443a05782d7aa2ee5','%1$s1 translation job%2$s has been sent to remote translators',NULL,NULL,'','LINE',NULL,10,'','7ecbd1da2d7b4839e8c2db26d4aae787','',NULL),(10096,'en','wpml-translation-management','62663894357fe788f5160b2ac5bf85fc','%1$s|WPML|%2$s',NULL,NULL,'','LINE',NULL,10,'','fb63fbfc3b8e4ebf4d0b69f7eb71c13b','',NULL),(10097,'en','wpml-translation-management','14ad767ffe5ff379afdec345baf7411a','%d minute',NULL,NULL,'','LINE',NULL,10,'','787f548a9c2074bd820e7d0b7c7c828a','',NULL),(10098,'en','wpml-translation-management','79ae6e308dcdcc5e31935d5d24cabb81','%d minutes',NULL,NULL,'','LINE',NULL,10,'','1a848fce172a7cc1fbb361e5c26f3604','',NULL),(10099,'en','wpml-translation-management','d2af4608a477a60f928c3a371a393bfc','%d translation job',NULL,NULL,'','LINE',NULL,10,'','77e736f130d6c69350a5db6818975068','',NULL),(10100,'en','wpml-translation-management','ff05d2f3c152a20938bf32596bdfd575','%d translation jobs',NULL,NULL,'','LINE',NULL,10,'','955f510611576c0694c13f1bf4a8f357','',NULL),(10101,'en','wpml-translation-management','9e442b773c1dfcb4392b35b75e575299','%d translation jobs have been finished and applied.',NULL,NULL,'','LINE',NULL,10,'','48d9c9e39a6f99ac0854b0be115dafde','',NULL),(10102,'en','wpml-translation-management','f0373171f5751c3517b4e1ac4edcfd76','%d translations have been fetched from the translation service.',NULL,NULL,'','LINE',NULL,10,'','17a5a46c70c825d4ac1da6c0ab7a5030','',NULL),(10103,'en','wpml-translation-management','b917631821ced0bbf20e33b2bbe85651','%d translations have been marked as cancelled.',NULL,NULL,'','LINE',NULL,10,'','2c61ebc55b9044f3a876fd2ad1b34b4e','',NULL),(10104,'en','wpml-translation-management','a2878c240977285bb32e249322f7305e','%s and the %s use a translation memory, which can reduce the number of words you need to translate.',NULL,NULL,'','LINE',NULL,10,'','ebfed522fbcde21b82d1b95c8cb910ae','',NULL),(10105,'en','wpml-translation-management','13fa541416941808c832ba1690d74d3f','%s authentication',NULL,NULL,'','LINE',NULL,10,'','c4f9ca25cad36b3e2f8aef927abdb483','',NULL),(10106,'en','wpml-translation-management','c2dd3a61a3bae64903b89ed885d1fd8b','%s completed',NULL,NULL,'','LINE',NULL,10,'','520d97e64fd094181ea821490a7d65cd','',NULL),(10107,'en','wpml-translation-management','54cd140c8f257756ec4600737bb409de','%s has been sent to remote translators',NULL,NULL,'','LINE',NULL,10,'','1e1c80dcaa4248817714ba42a1f253d5','',NULL),(10108,'en','wpml-translation-management','ac9e2fbcfbc2e635cb65c2ff834150f5','%s have been sent to remote translators',NULL,NULL,'','LINE',NULL,10,'','b182656749c3ff82bcefcd20b04b2272','',NULL),(10109,'en','wpml-translation-management','3fed6cbbb3a22dc5946df47825803fb2','%s is authorized.',NULL,NULL,'','LINE',NULL,10,'','216b0acdbbab01a7ee5fdb5ab34945dc','',NULL),(10110,'en','wpml-translation-management','a910dd654be3f6f48f8ff2d394d0ab86','%s items in basket:',NULL,NULL,'','LINE',NULL,10,'','fef7eddab662e35471563677c38d68ed','',NULL),(10111,'en','wpml-translation-management','9ba9268b034fb49f9706962e9d994d93','%s requires additional data',NULL,NULL,'','LINE',NULL,10,'','062765f512f5f4aed363b3f987ffbe3d','',NULL),(10112,'en','wpml-translation-management','1f0900c734163ac77820666e3c23e67c','%s to %s',NULL,NULL,'','LINE',NULL,10,'','ed2e1258107855025eaa2d01cabc4423','',NULL),(10113,'en','wpml-translation-management','b2d6215702e6a13689effc51071ac6a9','%s to %s and %s',NULL,NULL,'','LINE',NULL,10,'','c321719a5ea1b2beaee2294bf99bee3c','',NULL),(10114,'en','wpml-translation-management','8a304686a6d67524965296ec65c74586','%s uses a translation memory, which can reduce the number of words you need to translate.',NULL,NULL,'','LINE',NULL,10,'','2ae014c656732a8d8d1200c99fdca275','',NULL),(10115,'en','wpml-translation-management','95f4eb73fb11cb49c01a00e8171b878d','%s words',NULL,NULL,'','LINE',NULL,10,'','30112475c4326009080e48c6e5352269','',NULL),(10116,'en','wpml-translation-management','25c186ad7282cfcc151908829554410a','%s: WPML Translation Jobs',NULL,NULL,'','LINE',NULL,10,'','c91d9a3d1e129290106258de67ad78f3','',NULL),(10117,'en','wpml-translation-management','c60e88d206018c6cec1e249f299b56a2','%sWarning:%s You are trying to add a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.',NULL,NULL,'','LINE',NULL,10,'','6178a325fe4b65f696474484396f7ccf','',NULL),(10118,'en','wpml-translation-management','cec50d3c545cda9c3468d3812b90434e','%sWarning:%s You are trying to edit a translation that is currently in the process of being added using WPML.',NULL,NULL,'','LINE',NULL,10,'','e3ee3f7dbf4f0c876ea635b9bc4ef588','',NULL),(10119,'en','wpml-translation-management','816ab501fb68d8e9d55bdc8a9d4565ab','%sWarning:%s You are trying to edit a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.',NULL,NULL,'','LINE',NULL,10,'','506e9e02b8787e51f8c19bac3602e4b1','',NULL),(10120,'en','wpml-translation-management','8d0dc20021ea02d1bedd873322f87e29','« continue from the previous page',NULL,NULL,'','LINE',NULL,10,'','02bcf1740d8ddb7f82394b6db40168c4','',NULL),(10121,'en','wpml-translation-management','9fe00026392c46348c32efcb7146e7e2','(inactive and unknown service)',NULL,NULL,'','LINE',NULL,10,'','d1f438e86225da2efa49020181d0ed71','',NULL),(10122,'en','wpml-translation-management','7f6cda63f0a6ab7792d9bc77a5925da2','(missing title)',NULL,NULL,'','LINE',NULL,10,'','07437ecf7be9f42c4e459c442e1bd620','',NULL),(10123,'en','wpml-translation-management','7f9766665ec6f2a447ac796f27ee89c9','* Remember, your login name for %1$s is %2$s. If you need help with your password, use the password reset in the login page.',NULL,NULL,'','LINE',NULL,10,'','c8f79f831c7cdc9ed2016939c58e1391','',NULL),(10124,'en','wpml-translation-management','61bbe31f59fd3dfac89adb2b8955def0','--Choose language--',NULL,NULL,'','LINE',NULL,10,'','899ffcfcec750c4e8379bca8f8ee8232','',NULL),(10125,'en','wpml-translation-management','41aceb86e7eb448e7c1328a220a0d7b1','0 items',NULL,NULL,'','LINE',NULL,10,'','5d4ad5925fa1cf3c57e17b0aee598f11','',NULL),(10126,'en','wpml-translation-management','c945186780c9ef4989aaad53c62fedef','1 translation has been fetched from the translation service.',NULL,NULL,'','LINE',NULL,10,'','bac2e37926fa998bf15803934f31ebf8','',NULL),(10127,'en','wpml-translation-management','168c83670550ce77e0807524e59b4f24','1. Review documents for translation',NULL,NULL,'','LINE',NULL,10,'','3efc817cc93f0cebc460df4ee7bbc095','',NULL),(10128,'en','wpml-translation-management','2393c1ebe87fc11de837a0585b263399','1. Select items for translation',NULL,NULL,'','LINE',NULL,10,'','d703adc389516c892ab6292afa3713a9','',NULL),(10129,'en','wpml-translation-management','46e15fef27872a9c3d70bc127380de87','You are about to translate duplicated posts.',NULL,NULL,'','LINE',NULL,10,'1/2 Confirm to disconnect duplicates','72768e5ba08b83089b124967011aef90','',NULL),(10130,'en','wpml-translation-management','9bf5ef47bf1cb20084bf7d6ad86ab835','2. Select translation options',NULL,NULL,'','LINE',NULL,10,'','8a10f5cb88071843126148534daf75ad','',NULL),(10131,'en','wpml-translation-management','f8486f679f15a053a8cf5db84bb77fbb','2. Set a batch name and deadline',NULL,NULL,'','LINE',NULL,10,'','5de0035387bda2481561d33a336bafbb','',NULL),(10132,'en','wpml-translation-management','db3aaf3b5d1871388d07cc36b4bbf7b4','These items will be automatically disconnected from originals, so translation is not lost when you update the originals.',NULL,NULL,'','LINE',NULL,10,'2/2 Confirm to disconnect duplicates','296c1c9ac44c8c7e219673d6ac13cfa7','',NULL),(10133,'en','wpml-translation-management','27579ece2f899ed6637ee5f5f7fcac89','3. Choose translator or Translation Service',NULL,NULL,'','LINE',NULL,10,'','67f2e2707135be15d79be31c3891635c','',NULL),(10134,'en','wpml-translation-management','e3802a02e65718f738ed534311b8a84f','<a href=\"%s\">Send to translation »</a>',NULL,NULL,'','LINE',NULL,10,'','312131d98d72c58c98eac7a12d55d2bd','',NULL),(10135,'en','wpml-translation-management','2ac02c0aa41936891a73cc7d8f924fba','<p>Could not add the requested languages. Please <a%s>contact us</a> for support. </p><p>Show <a%s>debug information</a>.</p>',NULL,NULL,'','LINE',NULL,10,'','c2b5968297d64b64cc029ed4872dea89','',NULL),(10136,'en','wpml-translation-management','adc8aaaa8f6adb9951579d9ea634f2bb','<p>Requested languages are not supported by the translation service (%s). Please <a%s>contact us</a> for support. </p>',NULL,NULL,'','LINE',NULL,10,'','807060ebf2bcd66d728bf8c13c945c68','',NULL),(10137,'en','wpml-translation-management','76d30acd6e4264a79d4c8b9107163a1f','<p>The administrator has disabled term translation from the translation editor. </p>\\n<p>If your access permissions allow you can change this under \"Translation Management\" - \"Multilingual Content Setup\" - \"Block translating taxonomy terms that already got translated\". </p>\\n<p>Please note that editing terms from the translation editor will affect all posts that have the respective terms associated.</p>',NULL,NULL,'','LINE',NULL,10,'','021d6ec3796e4a810c09208c38120c6f','',NULL),(10138,'en','wpml-translation-management','9b2055ec3677a04707b5c87010736849','A Translation Service',NULL,NULL,'','LINE',NULL,10,'','c909c52c8e45a34746e7e6fcc0288332','',NULL),(10139,'en','wpml-translation-management','272949c9ebe53d325e93df0bffb12bc1','A communication error has appeared. Please wait a few minutes and try again.',NULL,NULL,'','LINE',NULL,10,'','f15c6cb4c6de5bb48699f76d44ddf45f','',NULL),(10140,'en','wpml-translation-management','80f31aed99acca17d2169a36fff5eea8','A new translation for %1$s from %2$s to %3$s was created on the Translation Service. It’s ready to download and will be applied next time the Translation Service delivers completed translations to your site or when you manually fetch them.',NULL,NULL,'','LINE',NULL,10,'','bfb4a63387d7f80badadcaf2e2bbf533','',NULL),(10141,'en','wpml-translation-management','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,10,'','dda09709a472cb656a78bd69898a1d3d','',NULL),(10142,'en','wpml-translation-management','1f9af00d80e454a88573e8cb3dde309f','Actions that will happen on the translation service',NULL,NULL,'','LINE',NULL,10,'','11d89323e554f9b8f2b04dd524146c63','',NULL),(10143,'en','wpml-translation-management','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'','LINE',NULL,10,'','32dd0b9381c7d27314d86216a9a0b76a','',NULL),(10144,'en','wpml-translation-management','285dbd0f52b18350a5fb72c460e3afe8','Active service:',NULL,NULL,'','LINE',NULL,10,'','d5b1c6256d6d417e6e6c4d0716db6530','',NULL),(10145,'en','wpml-translation-management','cc07209b64692041154ef2f7e100f7b7','Add a Translation Manager',NULL,NULL,'','LINE',NULL,10,'','50af7d5876bede6ba3f5fff52af9e84e','',NULL),(10146,'en','wpml-translation-management','0314f824abd92a17b73c290e115b79ea','Add a Translator',NULL,NULL,'','LINE',NULL,10,'','46ba601652be29d58a0cf48dcd8bdc12','',NULL),(10147,'en','wpml-translation-management','ff6fb20190a27210e28748802060867a','Add more language pairs for this translator',NULL,NULL,'','LINE',NULL,10,'','fa8dfa379b8222ec53390b540977256b','',NULL),(10148,'en','wpml-translation-management','c57ddd4391f60edaa91613a2ee2fb50e','Add new Translation Priority',NULL,NULL,'','LINE',NULL,10,'','588889c28703deeb1e3b6d8644d3e401','',NULL),(10149,'en','wpml-translation-management','457d941a76e1a37d5866479a2898be6e','Add note for the translators',NULL,NULL,'','LINE',NULL,10,'','77ec3cbb2119ebe3d8c3a8ffdbf5ca89','',NULL),(10150,'en','wpml-translation-management','f112d6ab9e6254cc9051e2446179cdfa','Add selected content to translation basket',NULL,NULL,'','LINE',NULL,10,'','228bf219b0fa9e08cc74e3f737913552','',NULL),(10151,'en','wpml-translation-management','2c7bfddf1736fa2e2de276db306c9494','Add selected content to translation basket / Duplicate',NULL,NULL,'','LINE',NULL,10,'','0863ce7478398dd8d8ec8b5e67434026','',NULL),(10152,'en','wpml-translation-management','d28e3c875f66cff2cd1f82b28cc643ba','Add to translation basket',NULL,NULL,'','LINE',NULL,10,'','f650222257c8c7941df592f5d0b5e376','',NULL),(10153,'en','wpml-translation-management','07f4d8a5f03bcd11aa18e394955ace76','Adjust links in posts and strings so they point to the translated content',NULL,NULL,'','LINE',NULL,10,'','93ebcce2421c35ec56cfd679a0c845df','',NULL),(10154,'en','wpml-translation-management','e91f851a8edd6243dc299581183a19d9','Adjust links in posts so they point to the translated content',NULL,NULL,'','LINE',NULL,10,'','ece096063c0f7000dc7af86b10c288f9','',NULL),(10155,'en','wpml-translation-management','270d9e96eabb705f973f8b0806df9ee6','Admin Strings',NULL,NULL,'','LINE',NULL,10,'','57ab6279f487709d73db601eddbbf628','',NULL),(10156,'en','wpml-translation-management','811ca437016d6f9a8041c4b396916f62','Admin Strings to Translate',NULL,NULL,'','LINE',NULL,10,'','fd78439f87280ad59adce88ee80eb98a','',NULL),(10157,'en','wpml-translation-management','a8594cd457713ba5334a0c0d7e7bb938','Administrator for %s',NULL,NULL,'','LINE',NULL,10,'','84d0b55866fd605eaeb04712a8394d02','',NULL),(10158,'en','wpml-translation-management','905abc9981aafd40068bb2a0b080e69c','Advanced Translation Editor',NULL,NULL,'','LINE',NULL,10,'','1848011fc4dde41af419077790264980','',NULL),(10159,'en','wpml-translation-management','0834295ec68c65a118ad6c7d4ef9d338','Advanced Translation Editor error:',NULL,NULL,'','LINE',NULL,10,'','05b222d07dcf164f80e25f87f3922951','',NULL),(10160,'en','wpml-translation-management','50fa0bb9d1114c7e986a049de2f8231d','Advanced Translation Editor is active',NULL,NULL,'','LINE',NULL,10,'','0922fa0081aeeac94973a7dbccaaca28','',NULL),(10161,'en','wpml-translation-management','0792273315d2632a4f640c3f589fc81e','Advanced Translation Editor is being activated',NULL,NULL,'','LINE',NULL,10,'','bc4b8a7e56b4c51a1d398b89e464fc41','',NULL),(10162,'en','wpml-translation-management','e54171b4560bbb83e3d36d786c1392ce','Advanced Translation Editor is disabled.',NULL,NULL,'','LINE',NULL,10,'','695d564119906f7f467cab2cc48acd56','',NULL),(10163,'en','wpml-translation-management','5e67ac0ede833644ecb0d52d7f2bbb2f','Advanced Translation Editor is enabled and active',NULL,NULL,'','LINE',NULL,10,'','f2a09f3e1a98d73dfe0229b41228610f','',NULL),(10164,'en','wpml-translation-management','8cdca562f792d56b1b0fca6ce53cc960','Advanced Translation Editor is not active yet',NULL,NULL,'','LINE',NULL,10,'','d77fca173a311e4e100eb1120554ebcc','',NULL),(10165,'en','wpml-translation-management','50313bbe66a26153bf663347880c26b1','Advanced Translation Editor settings',NULL,NULL,'','LINE',NULL,10,'','a52393820394ace920e2c8a5a8f7b443','',NULL),(10166,'en','wpml-translation-management','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','84f62415a4ca9e3b8a1f585537149cc6','',NULL),(10167,'en','wpml-translation-management','84d1595b1584d106bf0310b6905e7c3c','All %s',NULL,NULL,'','LINE',NULL,10,'','897e03e95fe53e78211651d90837a962','',NULL),(10168,'en','wpml-translation-management','53ded23a712b29ac06cb364ea8be689b','All Languages',NULL,NULL,'','LINE',NULL,10,'','f79abcda418256e4774ac099762a836a','',NULL),(10169,'en','wpml-translation-management','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'','LINE',NULL,10,'','b6f189d12edfb221533077ae8565175b','',NULL),(10170,'en','wpml-translation-management','e9ce848a7e7141f9fdfa6c0313d8b218','All done. What happens next?',NULL,NULL,'','LINE',NULL,10,'','630e462c495ca1f4fc226d8709567d53','',NULL),(10171,'en','wpml-translation-management','607d9cf95c7c7ab711a8a349f8c5a6ab','All new lines should be replaced by HTML element %s. Use this option if translation tool used by translator does not support new lines characters (for example Virtaal software)',NULL,NULL,'','LINE',NULL,10,'','47bcafd92aa6032a0d25e1bf74145334','',NULL),(10172,'en','wpml-translation-management','99a061b5dfcace6e1f1ad8efea5f8c69','All posts and strings have been processed. %s links were changed to point to the translated content.',NULL,NULL,'','LINE',NULL,10,'','1de9b03a762e61a06ef89a1e88e556a3','',NULL),(10173,'en','wpml-translation-management','9db561ff87f6c696a59ac4d9befaecdc','All posts have been processed. %s links were changed to point to the translated content.',NULL,NULL,'','LINE',NULL,10,'','f4adef6c063739591fdfaae283179beb','',NULL),(10174,'en','wpml-translation-management','96e3d398260724e0a83da53a2e9f20e7','All statuses',NULL,NULL,'','LINE',NULL,10,'','74c7bbcba26c54a7fdaa2e5c1e883e5d','',NULL),(10175,'en','wpml-translation-management','f5185c0b06c7cff20c4ef05288716daa','All the site\'s content',NULL,NULL,'','LINE',NULL,10,'','4864aa239dfca5acde3d54091ac021c5','',NULL),(10176,'en','wpml-translation-management','c437163cfc85eea0aa4acf3aabbba166','All translation jobs',NULL,NULL,'','LINE',NULL,10,'','d81c3f1646826d291dd19bce48ea3ce7','',NULL),(10177,'en','wpml-translation-management','531fb7ad13d854f48c7d4cbdceff0ff7','All translation statuses',NULL,NULL,'','LINE',NULL,10,'','d551d5d3bfd6f3584a3b3e45be59bff5','',NULL),(10178,'en','wpml-translation-management','134353eb582d3f9bfd506fffd830814d','All types',NULL,NULL,'','LINE',NULL,10,'','50728ba42fd4cfd6b3e20df90421d7b4','',NULL),(10179,'en','wpml-translation-management','17ede085d3edd07f768f12b66f2c14f8','Allow visitors to tell you about translation issues by enabling %s',NULL,NULL,'','LINE',NULL,10,'','45d93fb6fc132924720891a973e8b6c9','',NULL),(10180,'en','wpml-translation-management','d049192712020efdb1296469d37c9814','Alt Text',NULL,NULL,'','LINE',NULL,10,'','23b16cafa92993840b973dd6d9a92ffc','',NULL),(10181,'en','wpml-translation-management','0b537694a8767929458f0ec75bf75147','An email has been sent to %s',NULL,NULL,'','LINE',NULL,10,'','845d1d44efb6b1dc2cdeab5949179eaf','',NULL),(10182,'en','wpml-translation-management','a25c753ee3e4be15ec0daa5a40deb7b8','An error occurred',NULL,NULL,'','LINE',NULL,10,'','c08d4c04fd7e9c6d323421b803feefb1','',NULL),(10183,'en','wpml-translation-management','9475177df74030214d1e6cf3ee642a9a','An error occurred:',NULL,NULL,'','LINE',NULL,10,'','87bb015846064841232b32f9d71ed9d6','',NULL),(10184,'en','wpml-translation-management','ed36a1ef76a59ee3f15180e0441188ad','Any',NULL,NULL,'','LINE',NULL,10,'','6425ee241aeefbd1b440ece8bb7300cc','',NULL),(10185,'en','wpml-translation-management','f8a6b587912c8b60ae34dd4ca3b61e81','Any Translation Service',NULL,NULL,'','LINE',NULL,10,'','73de49523979aee837108e14106c8906','',NULL),(10186,'en','wpml-translation-management','5a3c72d5bf7602511278b1c4feb33bbd','Any WordPress Translator',NULL,NULL,'','LINE',NULL,10,'','231c4deb0406fd0d4af1ad3c5a41e08c','',NULL),(10187,'en','wpml-translation-management','822a932aa8cd65661313e91e3205a5c0','Any existing content (translations) will be overwritten when creating duplicates.',NULL,NULL,'','LINE',NULL,10,'','1392fa217040532a9e4a847bad7f37b5','',NULL),(10188,'en','wpml-translation-management','8c7de9e5a48fc6062be263d4d66f0869','Any language',NULL,NULL,'','LINE',NULL,10,'','b9657448134b9b468ddc196f89e61f84','',NULL),(10189,'en','wpml-translation-management','9ac9bef3103a7a2c1390e63176fd42cf','Any work that completes after you do this reset cannot be received by your site.',NULL,NULL,'','LINE',NULL,10,'','b9910a0efaf38c831347c07b52ed9992','',NULL),(10190,'en','wpml-translation-management','2d601535f980517390a924c5e115be91','Anyone',NULL,NULL,'','LINE',NULL,10,'','c50d11fbaa6c5fb60416c6a1a7f34a2c','',NULL),(10191,'en','wpml-translation-management','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','46c70210d1c99e68f76cd09c878caec9','',NULL),(10192,'en','wpml-translation-management','33cd55c6a1447f07cef9edc19a1e6f1c','Are you sure you want to reset the %1$s translation process?',NULL,NULL,'','LINE',NULL,10,'','bf0d687383dc4d44b0801b8b3b0cd52d','',NULL),(10193,'en','wpml-translation-management','103e36948ae2a08a7ea800584c43d76d','Are you sure you want to resign from this job?',NULL,NULL,'','LINE',NULL,10,'','17251200d1c87ad9e8530d0ada1a0e15','',NULL),(10194,'en','wpml-translation-management','cf3fb1ff52ea1eed3347ac5401ee7f0c','Ascending',NULL,NULL,'','LINE',NULL,10,'','07ed7be3e8fc35ade94a7d33c2e84dc3','',NULL),(10195,'en','wpml-translation-management','6c33e06625d915615c44f0b8ebed05a0','Ask us',NULL,NULL,'','LINE',NULL,10,'','d4e823ba5e1e82b6b549b0876cd0bc04','',NULL),(10196,'en','wpml-translation-management','185b7133db22230701a857c059360cc2','Assign',NULL,NULL,'','LINE',NULL,10,'','2b916a82f2cee6ac8435c1aa602484f3','',NULL),(10197,'en','wpml-translation-management','b02449ea8329a58d2d7e2b56d15e6d7a','Assigning translator...',NULL,NULL,'','LINE',NULL,10,'','2ab89a8a643501a592f88e7014193baf','',NULL),(10198,'en','wpml-translation-management','81093d9e27a4adc7a8dcb5937dbf8b91','At your service',NULL,NULL,'','LINE',NULL,10,'','3786c83b9f05d62dd4e77985af4b8bbf','',NULL),(10199,'en','wpml-translation-management','ea80ace13d1f296d26cadbaca1992e36','Authenticate',NULL,NULL,'','LINE',NULL,10,'','78e851f8739528800a5b607b0d245d61','',NULL),(10200,'en','wpml-translation-management','ba828a47c4400cd91dd33477e99e7361','Auto-generate from title (default)',NULL,NULL,'','LINE',NULL,10,'','435c65a2ed81b4ed1be4ca54e19e6669','',NULL),(10201,'en','wpml-translation-management','5d43de892be9ea9b84c335f20a7fb60c','Autoformat',NULL,NULL,'','LINE',NULL,10,'','9dfff66857da7294b592d3afe53b250b','',NULL),(10202,'en','wpml-translation-management','03ee9761fca93c200fa45802c37369ed','Available to translate',NULL,NULL,'','LINE',NULL,10,'','63eecb13abede5139765bc45072633c4','',NULL),(10203,'en','wpml-translation-management','807402b2447c57bd90060f83ba51c561','Basic information',NULL,NULL,'','LINE',NULL,10,'','132d35b8307b1612564a4d40e5e5142c','',NULL),(10204,'en','wpml-translation-management','51ffe9dd1b1e143c1b9f1144d040e454','Batch',NULL,NULL,'','LINE',NULL,10,'','a95a6bb26bb3cc29349b194bb5225e8e','',NULL),(10205,'en','wpml-translation-management','9d3f667bf6b9a59768ea51f7efa9343c','Batch Name: ',NULL,NULL,'','LINE',NULL,10,'','e591e4a4f8c4d30dbb6575218862c1d6','',NULL),(10206,'en','wpml-translation-management','d4aeb186ba926a40eaed9106e6171783','Batch name:',NULL,NULL,'','LINE',NULL,10,'','106bc7a24c78e5b7c4a03572217de8d2','',NULL),(10207,'en','wpml-translation-management','2ca2e92e55a2be2907e08a5644f228eb','Batch rolled back',NULL,NULL,'','LINE',NULL,10,'','6671bf9de35b39c274e13d3c529422db','',NULL),(10208,'en','wpml-translation-management','f84c929afdcc6256fb55f022c6a44021','Batch synchronization has been sent',NULL,NULL,'','LINE',NULL,10,'','318ae264cb15251eb280d25b213d732e','',NULL),(10209,'en','wpml-translation-management','fa9548cb9f138c170f0768e8e62714ac','Before you can start sending content to translation, you need to complete a short setup.',NULL,NULL,'','LINE',NULL,10,'','5041b571bf9edab0d34b763cef9a1918','',NULL),(10210,'en','wpml-translation-management','763949a973e82943d1d7226b95e5e9bd','Before you can use %s, you need to complete this quick setup.',NULL,NULL,'','LINE',NULL,10,'','3072c98e92a35d41de5ad03dcf7536b1','',NULL),(10211,'en','wpml-translation-management','ac101b32dda4448cf13a93fe283dddd8','Body',NULL,NULL,'','LINE',NULL,10,'','1665cc92f4a4c53e072498cfad2f9bbc','',NULL),(10212,'en','wpml-translation-management','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'','LINE',NULL,10,'','0779dee32135a1b796d7eedb306e6119','',NULL),(10213,'en','wpml-translation-management','9ffa4765d2da990741800bbe1ad4e7f8','Bulk actions',NULL,NULL,'','LINE',NULL,10,'','27c2462e7bcff4b3ea7e62d38276ba4e','',NULL),(10214,'en','wpml-translation-management','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','8f7e09bb8a7f064251449c4b0c9c617a','',NULL),(10215,'en','wpml-translation-management','85045052251907dfd7b971fe5d1d34a3','Cancel job',NULL,NULL,'','LINE',NULL,10,'','fb228ad09fcc471f83001ac791eec1b2','',NULL),(10216,'en','wpml-translation-management','295cc024728a10becfec47e1d454c4f9','Cancel jobs',NULL,NULL,'','LINE',NULL,10,'','c244edfdec80b20ea09a71402cc29412','',NULL),(10217,'en','wpml-translation-management','9c5ba62075de607d16e9ef2f06af70db','Canceling jobs...',NULL,NULL,'','LINE',NULL,10,'','d8f7f39857538d0e72835d13a64b7436','',NULL),(10218,'en','wpml-translation-management','cbe4fae566abbcf00bae31b60303197e','Cannot edit this item, because it is currently in the translation basket.',NULL,NULL,'','LINE',NULL,10,'','40fe8f5a0f1f890a341d2863420ca6de','',NULL),(10219,'en','wpml-translation-management','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'','LINE',NULL,10,'','6cb5017b619c4cd704815056e2031ffb','',NULL),(10220,'en','wpml-translation-management','ef4028fd03962e2778eb762bb991792d','Changes in these translations will affect terms in general! (Not only for this post)',NULL,NULL,'','LINE',NULL,10,'','235b3e63ec6381164523e53ff1e27bd8','',NULL),(10221,'en','wpml-translation-management','b7d7436a18bf546dd6438d92218868c1','Check all',NULL,NULL,'','LINE',NULL,10,'','9a25516d8cc22b3c831f57447a9983a8','',NULL),(10222,'en','wpml-translation-management','d7d7ff48aa236d440fa75d47e940a79a','Check available Translation Services',NULL,NULL,'','LINE',NULL,10,'','d84415e0fb2f86a50976dc5849fafbdd','',NULL),(10223,'en','wpml-translation-management','eb198fdad4db7833129225464420e067','Check status',NULL,NULL,'','LINE',NULL,10,'','0b7d076b7ac4ff0e06142ca14abe2fc6','',NULL),(10224,'en','wpml-translation-management','e0fcefa04246ee2e47d111d626a7c197','Check status and get translations',NULL,NULL,'','LINE',NULL,10,'','b4ce786e8a7794dfc48d2469833a210a','',NULL),(10225,'en','wpml-translation-management','21569c795c3d85cdda3f47b2064ace8e','Check the batch delivery status',NULL,NULL,'','LINE',NULL,10,'','852745f5d83a775cc36b3d00a5449550','',NULL),(10226,'en','wpml-translation-management','54b0f8b28c61bc200419ce1c053ff633','Checking translation jobs status. Please don\'t close this page!',NULL,NULL,'','LINE',NULL,10,'','ffe6761f7b8c9e2b56c395c601f9cb95','',NULL),(10227,'en','wpml-translation-management','da3e51d5fbf82a89ecc3ed2b80d4e7ee','Choose a Translation Service',NULL,NULL,'','LINE',NULL,10,'','97b2368217a7d9c56cca55d4879a04b2','',NULL),(10228,'en','wpml-translation-management','b29d60409d7e27f28b1504c67bb3a701','Choose at least one translation action',NULL,NULL,'','LINE',NULL,10,'','2be5c7837e92ad1ee74ec17e5343c370','',NULL),(10229,'en','wpml-translation-management','a7ba66d06718bec68d1f6982a78455cf','Choose default format for XLIFF file:',NULL,NULL,'','LINE',NULL,10,'','ef327d21198b18d97fbb363dd24e479f','',NULL),(10230,'en','wpml-translation-management','ab6c70fd8d57c56fb5832028d9739c05','Choose if translations should be published when received. Note: If Publish is selected, the translation will only be published if the original document is published when the translation is received.',NULL,NULL,'','LINE',NULL,10,'','d0514bfff7b822404c22eed2a734f1b6','',NULL),(10231,'en','wpml-translation-management','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'','LINE',NULL,10,'','39be2b909f536b3533c5baccd1911a0b','',NULL),(10232,'en','wpml-translation-management','d4171765f1f06d98b3610fbd5c19d2e4','Clear Basket',NULL,NULL,'','LINE',NULL,10,'','abd72a08b44dc37c47c7c9e1bf278dcb','',NULL),(10233,'en','wpml-translation-management','6bee5661e926f636f142c7f60a227116','Clear log',NULL,NULL,'','LINE',NULL,10,'','9923d71fa7fa1eda2aee869e4e7486dd','',NULL),(10234,'en','wpml-translation-management','9983381c21069a3d6e4432e0aaea0079','Clear search',NULL,NULL,'','LINE',NULL,10,'','fe335fc0264f2f2adcac43f5d9ac5376','',NULL),(10235,'en','wpml-translation-management','2b31634e3cfef1bfdd7d0d2cdfdc3f9d','Collapse',NULL,NULL,'','LINE',NULL,10,'','fafe437221f4d93f8a529ffc83251806','',NULL),(10236,'en','wpml-translation-management','94085b05a8a43ecc2cfebc454f71eb1a','Committing jobs...',NULL,NULL,'','LINE',NULL,10,'','ceb844d10309cafb136574626d2553da','',NULL),(10237,'en','wpml-translation-management','c15cb9da76391e6813def0a878470d61','Communication Log',NULL,NULL,'','LINE',NULL,10,'','a8159fd28a71f75e18ef9da5fea37669','',NULL),(10238,'en','wpml-translation-management','adfc1ed6337c438ec22d9d80ba3aacfb','Communication logging is currently disabled. To allow WPML support to help you with issues related to sending content to translation, you need to enable the communication logging.',NULL,NULL,'','LINE',NULL,10,'','b643da2f2efee51875a54b857ae3e1f8','',NULL),(10239,'en','wpml-translation-management','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,10,'','21972fc6fcb1d0722f6dffa325a75d70','',NULL),(10240,'en','wpml-translation-management','0a20258cb8f6753b5bd8726a6a3b01cd','Complete the authentication',NULL,NULL,'','LINE',NULL,10,'','1df80ba4b429560cbb26b5f766fd89ee','',NULL),(10241,'en','wpml-translation-management','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,10,'','4820bf0f6c8fe5cbba735e84f2e8ae47','',NULL),(10242,'en','wpml-translation-management','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,10,'','b6b52e7599f49d40513abb495c62c544','',NULL),(10243,'en','wpml-translation-management','b2a749dc56f9e90f6cd67a351f83c17d','Congratulations for choosing %s to translate your site\'s content. To avoid high costs and wasted time, please watch our short video.',NULL,NULL,'','LINE',NULL,10,'','8d08eee9a5d6a8e338051031004e744f','',NULL),(10244,'en','wpml-translation-management','e19fe6a40e7157bee79ba3e0e293a273','Connect this site to your %s account',NULL,NULL,'','LINE',NULL,10,'','8491fce4a511def719536183d3d514d6','',NULL),(10245,'en','wpml-translation-management','bbaff12800505b22a853e8b7f4eb6a22','Contact',NULL,NULL,'','LINE',NULL,10,'','ade0bb521ea7c945d96a62efc89a78a6','',NULL),(10246,'en','wpml-translation-management','faa573842a7b3c00fa16054a6d0e543a','Content duplication',NULL,NULL,'','LINE',NULL,10,'','b34938975b332a054ab0df76dcb4650f','',NULL),(10247,'en','wpml-translation-management','9012e9bb4ddf6a951ebf098c1f143adc','Content that was created with WPML\'s Classic Translation Editor',NULL,NULL,'','LINE',NULL,10,'','aec322019cb30a7c7d657c9d021fbdcb','',NULL),(10248,'en','wpml-translation-management','eef88f2085a66a71639d5131736ae71b','Content updates log',NULL,NULL,'','LINE',NULL,10,'','af512b28f0481a0bfd81716448c2a8cc','',NULL),(10249,'en','wpml-translation-management','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,10,'','20b07fbc94ff3e093847e218f6f18b6f','',NULL),(10250,'en','wpml-translation-management','eb5568e2f405d9b1cd910e68b70cfc50','Continue to %s',NULL,NULL,'','LINE',NULL,10,'','b08da71ef8225d8630a82446861c089d','',NULL),(10251,'en','wpml-translation-management','55c2248775fdc923bda36db169e2642b','Copy & Overwrite all fields',NULL,NULL,'','LINE',NULL,10,'','3e7a28e4a22d99b6e7708349c441eed5','',NULL),(10252,'en','wpml-translation-management','63ecd6e5184f95400f7d7b846eeba71a','Copy all fields from original',NULL,NULL,'','LINE',NULL,10,'','cc0cbdeba872c34ade0c1621deef95cd','',NULL),(10253,'en','wpml-translation-management','9ed933b73ccd20c27608c1fc5e456502','Copy from original',NULL,NULL,'','LINE',NULL,10,'','00036076e71da029363e341bed463ad8','',NULL),(10254,'en','wpml-translation-management','8fc3cc27f88edfea3d7c85eb5b0cceba','Copy from original language if translation language uses encoded URLs',NULL,NULL,'','LINE',NULL,10,'','23984792fd003733f7ef8ad267a388dd','',NULL),(10255,'en','wpml-translation-management','4b0c9c77c35d2424fb0a5efcdaa42161','Copy from original to translation',NULL,NULL,'','LINE',NULL,10,'','f4366ec3d10e061f65806d054524650a','',NULL),(10256,'en','wpml-translation-management','06adefbf74556d65a06bba1c2e7267a7','Copy once',NULL,NULL,'','LINE',NULL,10,'','05c3a8eee648af446bd39f54aa63b6b9','',NULL),(10257,'en','wpml-translation-management','c89aea428bc54acb39ec0dafa4417270','Copy to empty fields only',NULL,NULL,'','LINE',NULL,10,'','e8519e6395c67b27b1d935f8c6519382','',NULL),(10258,'en','wpml-translation-management','cf6b13ee693605da27ac0f2b6d8407d7','Could not find user!',NULL,NULL,'','LINE',NULL,10,'','9144d83274a0429a0a98cc9bc10ff4c6','',NULL),(10259,'en','wpml-translation-management','559bcc5e24287edefaccdcb68b3541a6','Could not retrieve file from archive.',NULL,NULL,'','LINE',NULL,10,'','a89548b222af590979c271b0f6c8e7ca','',NULL),(10260,'en','wpml-translation-management','f81fc44974dfc40af687c2d6120ddb92','Could not update the translation pickup mode.',NULL,NULL,'','LINE',NULL,10,'','6483987184c6875f8006c47dfd7ffd3b','',NULL),(10261,'en','wpml-translation-management','971645491090209b5155bc3c57194db4','Count time',NULL,NULL,'','LINE',NULL,10,'','a6a3725cd4f2773d84e09f79d8c762d6','',NULL),(10262,'en','wpml-translation-management','48df06b21bcc286bc44269a58322abe2','Create a new user and set as Translation Manager',NULL,NULL,'','LINE',NULL,10,'','6994a55f80f90a40dcaff4e7ffe3ff24','',NULL),(10263,'en','wpml-translation-management','24b420d77ad2fdfd442f328b804c54d1','Create a new user and set as Translator',NULL,NULL,'','LINE',NULL,10,'','ca3cd6bf13d525727338df074bcd4c65','',NULL),(10264,'en','wpml-translation-management','acb9c9b20bd20c35d97c780339ace4f2','Create a new user to be the Translation Manager',NULL,NULL,'','LINE',NULL,10,'','9822a41f496e826e95d3c50ecdd1ca9d','',NULL),(10265,'en','wpml-translation-management','5f885656c72c3062c2318cbae9a91017','Create an account in one minute',NULL,NULL,'','LINE',NULL,10,'','49451f66757d032a1574839b7c5298fa','',NULL),(10266,'en','wpml-translation-management','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'','LINE',NULL,10,'','343ffff2a164bc8ce387a868b8c9ae2d','',NULL),(10267,'en','wpml-translation-management','a359766065bd477c87fed082263a86d6','Custom Fields Translation',NULL,NULL,'','LINE',NULL,10,'','46bc1a2863c76303eb5936fb607873e0','',NULL),(10268,'en','wpml-translation-management','00bfea6ff30686cde07815b9c7c1ff76','Custom Term Meta Translation',NULL,NULL,'','LINE',NULL,10,'','344cf05792119467a1d67d193b3bd63e','',NULL),(10269,'en','wpml-translation-management','98f492f6e6cfc0d926e901a2f98295bb','Custom XML Configuration',NULL,NULL,'','LINE',NULL,10,'','fc955395f3db149052214c91822e284d','',NULL),(10270,'en','wpml-translation-management','09e91c1b2a3c9c3dd492af6bcb59e1ae','Custom XML configuration',NULL,NULL,'','LINE',NULL,10,'','8cc141ce02548e366a571705de5aa054','',NULL),(10271,'en','wpml-translation-management','7b9324fd1b6cc33da6065e0338fd1828','Custom fields',NULL,NULL,'','LINE',NULL,10,'','38054583a8f5b464dc31fd507352a98f','',NULL),(10272,'en','wpml-translation-management','c65f17ed604061f7161ceb3826d7a72a','Custom posts slug translation options',NULL,NULL,'','LINE',NULL,10,'','7cd0b389e007b40b0c4f43cfe550633a','',NULL),(10273,'en','wpml-translation-management','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,10,'','4142c6baffbcca916982fb66c39865fc','',NULL),(10274,'en','wpml-translation-management','836bbbb8ca8d34028fd97a7945e999b1','De-authorize',NULL,NULL,'','LINE',NULL,10,'','0212747d3e062ab58ff11248a39f5fea','',NULL),(10275,'en','wpml-translation-management','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'','LINE',NULL,10,'','5940e424de9b21ca300d411c8a024014','',NULL),(10276,'en','wpml-translation-management','159f7d51b9a4ff702c9b5543b8f7980f','Deadline',NULL,NULL,'','LINE',NULL,10,'','9fad44df4bd4ca56558e53053d09c723','',NULL),(10277,'en','wpml-translation-management','efc593bb200b4eaa4ff7c5734d2e581d','Dear %s,',NULL,NULL,'','LINE',NULL,10,'','28167d43ba463f94409b60d3dcca2725','',NULL),(10278,'en','wpml-translation-management','5fe6005bf6e415c950c011fb65f12b8f','Deleted',NULL,NULL,'','LINE',NULL,10,'','26efcace781cd62fd21694c146fb5add','',NULL),(10279,'en','wpml-translation-management','e3cf5ac19407b1a62c6fccaff675a53b','Descending',NULL,NULL,'','LINE',NULL,10,'','8bf23d5f9b12446378fe53908edb276e','',NULL),(10280,'en','wpml-translation-management','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'','4ea5fc6c35ff27c7ab28c6349651fb6f','',NULL),(10281,'en','wpml-translation-management','0b08c85be3ac90ab0b63397124a390fe','Did you know that you can also set Translation Services and professional translators will handle your translation?',NULL,NULL,'','LINE',NULL,10,'','557f9654e79e2a613da530d0eb4cf844','',NULL),(10282,'en','wpml-translation-management','02674a4ef33e11c879283629996c8ff8','Direction',NULL,NULL,'','LINE',NULL,10,'','7e664b4f6a0537b50bf0136e9f620174','',NULL),(10283,'en','wpml-translation-management','cc7e0b9bb57f99116e2dae527b88e76a','Disable logging',NULL,NULL,'','LINE',NULL,10,'','54849322e788699d2debedb7831b58c2','',NULL),(10284,'en','wpml-translation-management','9482fd0c4f3b0bc2b6007c3c0d5787b2','Disable the possibility of creating accounts for users on wpml.org',NULL,NULL,'','LINE',NULL,10,'','2af5ea2afb93e59448d508fa859d89ac','',NULL),(10285,'en','wpml-translation-management','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,10,'','75d303a118fbf308a02849c0e77d432b','',NULL),(10286,'en','wpml-translation-management','9aef660dd16012e32a7b85d53ff3274d','Dismiss this message.',NULL,NULL,'','LINE',NULL,10,'','17880ca412ac48414c82b90c128818b7','',NULL),(10287,'en','wpml-translation-management','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,10,'','e478797f77b34a9fea9595839ecd8b6f','',NULL),(10288,'en','wpml-translation-management','e2568198445ba350b288b50fef6a0479','Display 20 results per page',NULL,NULL,'','LINE',NULL,10,'','48b8e2f5e9ddc240706e868d4f73de2e','',NULL),(10289,'en','wpml-translation-management','ea52698bdfec2356a55ccbeb39e58460','Display all results',NULL,NULL,'','LINE',NULL,10,'','461a95870e8378b4f32e244f55f5a117','',NULL),(10290,'en','wpml-translation-management','eab2b4237a7cd89c309119e35f62d168','Displaying',NULL,NULL,'','LINE',NULL,10,'','d8788289542576b243e331ec20434f17','',NULL),(10291,'en','wpml-translation-management','4fb813e73cf30a04d997657289ca6a6f','Displaying %s–%s of %s',NULL,NULL,'','LINE',NULL,10,'','51e17a1fbfa893536e6f8edffa6ce5d0','',NULL),(10292,'en','wpml-translation-management','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'','LINE',NULL,10,'','cd8274d729f3f2d748ec5d2950ef3800','',NULL),(10293,'en','wpml-translation-management','dba28f3d80a7cb804800afa27ed12178','Do nothing - all new line characters will stay untouched.',NULL,NULL,'','LINE',NULL,10,'','40ff54d22a09f93d7580dedda961402e','',NULL),(10294,'en','wpml-translation-management','414c3c9ec7a65076ad9440960f3ed02b','Document status',NULL,NULL,'','LINE',NULL,10,'','7b35da0412a3417efb67cb7011ca17f7','',NULL),(10295,'en','wpml-translation-management','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,10,'','304d99794c667650723ed57ff57d04a6','',NULL),(10296,'en','wpml-translation-management','d1fcd0333c7fe99f42eee2764eff2fd8','Don\'t include already translated terms in the translation editor',NULL,NULL,'','LINE',NULL,10,'','d5dc631cc16a9e0be3f22e3806cb4051','',NULL),(10297,'en','wpml-translation-management','3ef2fcd2b7d4e533b326af999862cdaf','Don\'t show this again.',NULL,NULL,'','LINE',NULL,10,'','be32632e06adbe32fefcf552603d346a','',NULL),(10298,'en','wpml-translation-management','e10c820c58137ecf450ee64fd5528e26','Don\'t show this warning again',NULL,NULL,'','LINE',NULL,10,'','7a7a6a6ad514f5afc3481e9dfa992fc2','',NULL),(10299,'en','wpml-translation-management','5e093960e44cb1d25f955d71426634e7','Don\'t translate',NULL,NULL,'','LINE',NULL,10,'','d939d6116775ae594d4c35dd331e3711','',NULL),(10300,'en','wpml-translation-management','2e8ed712ed4830cc86a27c99b145394e','Don\'t update translation',NULL,NULL,'','LINE',NULL,10,'','f0d58ea2c8167f798cb007aaaf7e8cc5','',NULL),(10301,'en','wpml-translation-management','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,10,'','f60ee51f38478076bf31cfe3f7cdf080','',NULL),(10302,'en','wpml-translation-management','d3de52109c609784f2e4a28d0e9fdb97','Done!',NULL,NULL,'','LINE',NULL,10,'','5f9ff7c2188caac08d35858940c9ccaa','',NULL),(10303,'en','wpml-translation-management','83f18d525f1e4d630651c66ccdda86ef','Download the translated XLIFF file',NULL,NULL,'','LINE',NULL,10,'','2cd4bb81579200473782b4d55a9bcf84','',NULL),(10304,'en','wpml-translation-management','35f6ac6a7ebd66205d5d0a29efaf3df5','Downloading XLIFF file...',NULL,NULL,'','LINE',NULL,10,'','efd09e4857782529e874f2b809828632','',NULL),(10305,'en','wpml-translation-management','fc58571007714ea517499c183a0f2098','Downloading translations...',NULL,NULL,'','LINE',NULL,10,'','5fcb53376380c9044bed96f2ee2f246f','',NULL),(10306,'en','wpml-translation-management','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'','LINE',NULL,10,'','ac1e4a18ee408f9cf35035964da379a8','',NULL),(10307,'en','wpml-translation-management','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,10,'','e9c7d3b52ef9af875100a8fe3a4c4cd7','',NULL),(10308,'en','wpml-translation-management','2949dec1adac3e2e13dca695b9dcd0bd','Duplicate content',NULL,NULL,'','LINE',NULL,10,'','3def62d2f597780acb124de43539da40','',NULL),(10309,'en','wpml-translation-management','7cf6bc0403bb3b600dd91bdabf4d0792','Duplicating',NULL,NULL,'','LINE',NULL,10,'','0a558de71c01f799861952785a7d3d53','',NULL),(10310,'en','wpml-translation-management','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','7d18cea0422b81f5f6a4255884734b4d','',NULL),(10311,'en','wpml-translation-management','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'','LINE',NULL,10,'','6500ba154c32fc843e3feb99513ce665','',NULL),(10312,'en','wpml-translation-management','38c0c1d9496deba33e04be1178c27b9a','Edit Translation Priority',NULL,NULL,'','LINE',NULL,10,'','0364bc0f77c225d44da086126f575cfe','',NULL),(10313,'en','wpml-translation-management','19ab81138575a666d0e342a836b788e0','Edit anyway',NULL,NULL,'','LINE',NULL,10,'','208bb7db341b10efaf419f2ffe259b31','',NULL),(10314,'en','wpml-translation-management','f873a88c74051e711b1bb9b49747703e','Edit independently',NULL,NULL,'','LINE',NULL,10,'','61ec7bee1bc50f9355f98704b6827326','',NULL),(10315,'en','wpml-translation-management','08adfbba0ae2cb8714a440188807619c','Edit language pair(s) for translator',NULL,NULL,'','LINE',NULL,10,'','7c9f0fcd81b53e01442319e9dd93935e','',NULL),(10316,'en','wpml-translation-management','fe1d8a6f0bd70919d237a7695723ccbc','Edit note for the translators',NULL,NULL,'','LINE',NULL,10,'','63296ab969c4e8e7fb7c9a7b2c3dcda2','',NULL),(10317,'en','wpml-translation-management','493a145beb9f1945a8d50f17a65b7ae7','Edit the %s translation',NULL,NULL,'','LINE',NULL,10,'','721da901b917b5cef1d2f3e1417a7c7d','',NULL),(10318,'en','wpml-translation-management','73882cd827b9e79fd564bcc27f9ec5c6','Edit translatable strings',NULL,NULL,'','LINE',NULL,10,'','c627e84a471d6381c70a18bbc8385f3b','',NULL),(10319,'en','wpml-translation-management','ed29920fade587761581f737fff44155','Edit user',NULL,NULL,'','LINE',NULL,10,'','64c08d9f61718c51c594b05a6b1a28b8','',NULL),(10320,'en','wpml-translation-management','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,10,'','55e387711a666c187a410dd46de4530f','',NULL),(10321,'en','wpml-translation-management','6a1e265f92087bb6dd18194833fe946b','Email:',NULL,NULL,'','LINE',NULL,10,'','562be4a9e9eb91efdace133d5685c3dd','',NULL),(10322,'en','wpml-translation-management','c218ee1f0300a1c69a0f97d6d2872fde','Enable logging',NULL,NULL,'','LINE',NULL,10,'','099023b64f90da7b5ec800bb3521302f','',NULL),(10323,'en','wpml-translation-management','5821bcc23fc3f517cb40d19e8476ed92','Enable other translation services',NULL,NULL,'','LINE',NULL,10,'','e60b47f249cc6bc02d43bb51d1c812ae','',NULL),(10324,'en','wpml-translation-management','df0f66cb006fcc9a22c3a6f584258f93','Enter here your %s authentication details',NULL,NULL,'','LINE',NULL,10,'','138ba042d92e2d733fa45a8da1a47821','',NULL),(10325,'en','wpml-translation-management','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,10,'','c7049830dc970c95bb94b5126e00dc2f','',NULL),(10326,'en','wpml-translation-management','67e284e328576a5bcae09651d55018b6','Error details',NULL,NULL,'','LINE',NULL,10,'','2d4bd24bbf6eb55683d2b463b3ce817a','',NULL),(10327,'en','wpml-translation-management','c48c42c966b3a35ad3b893e798bdec7c','Errors:',NULL,NULL,'','LINE',NULL,10,'','a1bc4ed981bfd7e2f57f387542a58d31','',NULL),(10328,'en','wpml-translation-management','deced2b589cf08ae83bde29d636a085f','Estimated cost: %s USD',NULL,NULL,'','LINE',NULL,10,'','2b6bb21f14c467f4d5257f45cb681498','',NULL),(10329,'en','wpml-translation-management','7fcfe72f6e79229ca9132ae6c2c113e4','Every %d Minutes',NULL,NULL,'','LINE',NULL,10,'','a5c4697904fa3854c26784035fc8100c','',NULL),(10330,'en','wpml-translation-management','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'','LINE',NULL,10,'','a6aa2e418c790e8a7e17498dfcab0456','',NULL),(10331,'en','wpml-translation-management','8098b34f582537833b36b58273c3545b','Expand',NULL,NULL,'','LINE',NULL,10,'','d742376f38e6393149128b91edb5a188','',NULL),(10332,'en','wpml-translation-management','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,10,'','d29326cd29ea551af4289fcd5de34948','',NULL),(10333,'en','wpml-translation-management','7adab3e06b765548644a1f7a1446ba26','Export XLIFF %s',NULL,NULL,'','LINE',NULL,10,'','18d0b28354ec7e9115215e1efc58ce97','',NULL),(10334,'en','wpml-translation-management','9711c838d83aed85fd4af1908b79fb26','Export all filtered jobs of %1$s from %2$s to %3$s in %4$s:',NULL,NULL,'','LINE',NULL,10,'','ca0e381d015451de2ccf7084a8fc4334','',NULL),(10335,'en','wpml-translation-management','170ea72a1685fe482381856da77ed807','Export all jobs:',NULL,NULL,'','LINE',NULL,10,'','58b3a7d45ef4c0941b169211287b2479','',NULL),(10336,'en','wpml-translation-management','97b7e792574a7fd608b69f133e187f76','Export full log in CSV',NULL,NULL,'','LINE',NULL,10,'','562b7194c1f4a6dcdad839b894d069e9','',NULL),(10337,'en','wpml-translation-management','e9f943c24f56087582d6897fc6ad1f81','External Actions',NULL,NULL,'','LINE',NULL,10,'','13cd7af84fd3fdaa492dba1036e4fd40','',NULL),(10338,'en','wpml-translation-management','dd5cc26cfa7e6073cbfa6f4d9d7edc9e','External package ID: %d',NULL,NULL,'','LINE',NULL,10,'','28a79c0d51ae28f0838191c3a622c137','',NULL),(10339,'en','wpml-translation-management','c90167cdfb706a174c82ee64ed7856d7','Failed step: %s',NULL,NULL,'','LINE',NULL,10,'','04a57669868667049cc391929f2703bc','',NULL),(10340,'en','wpml-translation-management','07a8ab6ed830b4fa8ae336dcdda6cb9d','Failed to disconnect posts',NULL,NULL,'','LINE',NULL,10,'','f771cff99a4cb21eed3861af5481c2e9','',NULL),(10341,'en','wpml-translation-management','cdbd4d8f853cc5be3aaf4ba395241e6c','Failed to send email',NULL,NULL,'','LINE',NULL,10,'','5e21f2989653bc028aeb73d05527c7e0','',NULL),(10342,'en','wpml-translation-management','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'','LINE',NULL,10,'','42125c6dafc88ae92ed2ce77335e2f39','',NULL),(10343,'en','wpml-translation-management','e72f667bddda37dcb17980d2c81078b9','Finished Post Duplication',NULL,NULL,'','LINE',NULL,10,'','895450296bcf12cfcc36fcb9242d6d9e','',NULL),(10344,'en','wpml-translation-management','5ac64b248de77e9ed93b15b9ef519e04','First available',NULL,NULL,'','LINE',NULL,10,'','bf79ac577cace4e31649436adfe27379','',NULL),(10345,'en','wpml-translation-management','668a8d8d7ffe5da112b266e46b79b685','First name:',NULL,NULL,'','LINE',NULL,10,'','0ed82a4f8c2a41bdd8568856a36591db','',NULL),(10346,'en','wpml-translation-management','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,10,'','40dfe4a0154c0af5d8f810d724f3b259','',NULL),(10347,'en','wpml-translation-management','88cea0f5e97f58f9e7be597af4909009','Fix WPML Translation Jobs \"tp_id\" field',NULL,NULL,'','LINE',NULL,10,'','d3187c7e254e5f13b520026525308ebb','',NULL),(10348,'en','wpml-translation-management','6c94448515ededb8aa257dff59f3a5af','Fixes the \"tp_id\" field of WPML ranslation jobs and set the status to \"in progress\" (it requires manual action to re-sync translation status + download translations). It accepts comma separated values of translation job IDs (rid).',NULL,NULL,'','LINE',NULL,10,'','809466131e91b63128c70613a442767e','',NULL),(10349,'en','wpml-translation-management','f924008b822051813535ec89940a9e7d','Fold/Unfold code',NULL,NULL,'','LINE',NULL,10,'','54cc2a1704ba8f1207c80c9d8f48f506','',NULL),(10350,'en','wpml-translation-management','298692d4c5d43e37468490d94d613171','For WPML components you can receive updates from your %s or automatically, after you register WPML.',NULL,NULL,'','LINE',NULL,10,'','dab2ae138d8b2eaa444a6fece8763251','',NULL),(10351,'en','wpml-translation-management','2d99f2676e64e886518efeaf8f02e19d','For retrieving debug information for communication between your%s site and the translation system, use the <a href=\"%s\">communication log</a> page.',NULL,NULL,'','LINE',NULL,10,'','3fd396e8df96d63a7672e97f3c7eedab','',NULL),(10352,'en','wpml-translation-management','5da618e8e4b89c66fe86e32cdafde142','From',NULL,NULL,'','LINE',NULL,10,'','bcdc8d4626bdc162371b70e9600d9433','',NULL),(10353,'en','wpml-translation-management','ceddd68a26abfef82f600dd1a14e7d08','From %1$s to %2$s:',NULL,NULL,'','LINE',NULL,10,'','14443039188095544f49c32c609fe912','',NULL),(10354,'en','wpml-translation-management','de62775a71fc2bf7a13d7530ae24a7ed','General settings',NULL,NULL,'','LINE',NULL,10,'','1f4255d259a5c1155a16a681809d505e','',NULL),(10355,'en','wpml-translation-management','2a2e86f260a5c7ba8e5be3ef7bcb21f8','Generated by WPML plugin, running on %s.',NULL,NULL,'','LINE',NULL,10,'','7984e6cda4cbef1a85dc84dbe4d733bb','',NULL),(10356,'en','wpml-translation-management','d56845729b8f243b209e925bf8a531c6','Get translations',NULL,NULL,'','LINE',NULL,10,'','8f0ca7255142dcee82e924bbafac2c58','',NULL),(10357,'en','wpml-translation-management','e40ea714086f236d0fec1c48ddb08924','Getting Started Guide',NULL,NULL,'','LINE',NULL,10,'','2d3c9da83ea4d221e71006ddaceba210','',NULL),(10358,'en','wpml-translation-management','c246110aa5e5d4b8fab3a168a8f4a889','Give a name to the batch. If omitted, the default name will be applied.',NULL,NULL,'','LINE',NULL,10,'','5fac31a6d969f0f52940042bb76f967f','',NULL),(10359,'en','wpml-translation-management','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'','LINE',NULL,10,'','023d330ab34494e4361a1b2f4dc2cc4a','',NULL),(10360,'en','wpml-translation-management','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,10,'','96db603c5433d05c83206fecce38dd92','',NULL),(10361,'en','wpml-translation-management','0b1a1e951e0f82f4fb3ddf75d4f61f40','Here is the full list of translation services that are integrated with WPML. With any service that you choose, you enjoy a streamlined process.',NULL,NULL,'','LINE',NULL,10,'','3c173a2cede085e33aef7815ac34dc90','',NULL),(10362,'en','wpml-translation-management','cf2d6fb37ddada3bfa55920ce1b089c4','Hi %s,',NULL,NULL,'','LINE',NULL,10,'','e6604a18f146bfe5e1ed5f34bcbf1e0f','',NULL),(10363,'en','wpml-translation-management','4dc60fb20f6be16c9282ac9efc6a9f09','Hide completed',NULL,NULL,'','LINE',NULL,10,'','a3bcadc62f1dad9d15ee66b51852982d','',NULL),(10364,'en','wpml-translation-management','c03df15646ce9068bcd3a789f0376083','Hide system fields',NULL,NULL,'','LINE',NULL,10,'','d4e1ff57858950d0d5c1a925f4ec088b','',NULL),(10365,'en','wpml-translation-management','4e48861c1d8b181336670185dcaf9992','Hide this',NULL,NULL,'','LINE',NULL,10,'','114acfd68f4d1131ad2fd85cfc0f3052','',NULL),(10366,'en','wpml-translation-management','7b99db5bd6278d1c4b0b03ccb503e2f6','How new lines characters in XLIFF files should be handled?',NULL,NULL,'','LINE',NULL,10,'','0d99986ad640cf7677f2a3790826ae52','',NULL),(10367,'en','wpml-translation-management','e93c732e5da4f744e3ac7ea72403c5a8','How should the site receive completed translations from Translation Service?',NULL,NULL,'','LINE',NULL,10,'','5a6e9c85894e669c11397744a299de2e','',NULL),(10368,'en','wpml-translation-management','b3c75093077a1a2bb55ef76a48a10208','How to find API token in %s',NULL,NULL,'','LINE',NULL,10,'','b438d6f8bc6d35acfc5bddbb537b546e','',NULL),(10369,'en','wpml-translation-management','35f283a7226d42774ec6b6db6057c592','How to translate posts and pages',NULL,NULL,'','LINE',NULL,10,'','e249063c929f2171b16f4122dd0219c2','',NULL),(10370,'en','wpml-translation-management','2034aa81e619f6c22f1159a0b6715f84','How to work correctly with %s',NULL,NULL,'','LINE',NULL,10,'','22bee1c79b7ed701683573cde6b63726','',NULL),(10371,'en','wpml-translation-management','8c8ac063ce47240e5efc9aa780c73629','How to write Language Configuration Files',NULL,NULL,'','LINE',NULL,10,'','d321b44aeb28336f17d6aca7519efd8b','',NULL),(10372,'en','wpml-translation-management','beee7bb6dfa409f0f6699ca2066c9517','I am about to stop any ongoing work done by %1$s.',NULL,NULL,'','LINE',NULL,10,'','7bfa53a47240801debb49c73753178f2','',NULL),(10373,'en','wpml-translation-management','09ee475ada01fa4b268d5caff33b76b6','I want to set a \"Translation Manager\" who will choose the translators for this site',NULL,NULL,'','LINE',NULL,10,'','c150f92f165a85a23c578388abfcbb10','',NULL),(10374,'en','wpml-translation-management','6eea9a0629cefb27c3d1b45a0b130048','ICanLocalize migration could not complete',NULL,NULL,'','LINE',NULL,10,'','94879884980147ed75c3fa2498af9ff1','',NULL),(10375,'en','wpml-translation-management','b718adec73e04ce3ec720dd11a06a308','ID',NULL,NULL,'','LINE',NULL,10,'','17dc29bc634f96830db3038ca808e00f','',NULL),(10376,'en','wpml-translation-management','c9448d5221d41fdaf18f2358d757082b','If the problem continues, please contact %s.',NULL,NULL,'','LINE',NULL,10,'','0355d967f76d0189c06b644e42098114','',NULL),(10377,'en','wpml-translation-management','3692c27f068bec15e59f89a187d98993','If this is not your production site (it\'s a staging or testing site), please do not run the update.',NULL,NULL,'','LINE',NULL,10,'','cf2daf7dc3b054aa474ea86c1e24c550','',NULL),(10378,'en','wpml-translation-management','71d55ea65e63d642b5c28a7599d5f97f','If you are in a production site, you have to run this update before you can send more content for translation and receive completed translations.',NULL,NULL,'','LINE',NULL,10,'','cdf5e70535035ce16dd35ae00775a41c','',NULL),(10379,'en','wpml-translation-management','52f23c6f0449da8feaba59b913bf3d5f','If you don\'t have one, you can create it after clicking the authenticate button.',NULL,NULL,'','LINE',NULL,10,'','6813360b12ea780ab0382154b075e5e8','',NULL),(10380,'en','wpml-translation-management','2a1ab143225619390eff38f352687b05','If you have sent content to %1$s, you should cancel the projects in %1$s system. Any work that completes after you do this reset cannot be received by your site.',NULL,NULL,'','LINE',NULL,10,'','c2565670e2202dd1b3a7de70c4a4bf71','',NULL),(10381,'en','wpml-translation-management','c39f8e421f1ce6afb85c581cbe14025f','If you wish to use %1$s, please go to %2$s and use the %3$s button.',NULL,NULL,'','LINE',NULL,10,'','5b8621dd7d898f037dc532763f717988','',NULL),(10382,'en','wpml-translation-management','1cb317d18c44caaae1520988af836130','If you wish to use only local translators, please go to %1$s and use the %2$s button.',NULL,NULL,'','LINE',NULL,10,'','5812d126240e38570d92dbc3ef916615','',NULL),(10383,'en','wpml-translation-management','986edee6581ac8d2a6708d7fefcc6624','Import / Export XLIFF',NULL,NULL,'','LINE',NULL,10,'','8ac6df1b02d5b39ad3413338818191f0','',NULL),(10384,'en','wpml-translation-management','94ad744412a2ec25165a4769d8c03e0f','In basket',NULL,NULL,'','LINE',NULL,10,'','b0f08cb55ca163afe1cc42fce2aa40d2','',NULL),(10385,'en','wpml-translation-management','ac6fe35ba422c27378e1a8f89647181c','In order to add jobs to the queue you must:',NULL,NULL,'','LINE',NULL,10,'','2785c9d350cc7cae214018ae396e0e6f','',NULL),(10386,'en','wpml-translation-management','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,10,'','5b427fa21d00a14dcfb087d1b27b178a','',NULL),(10387,'en','wpml-translation-management','898295f2feb9a74d64a8b2d7fdd26bf8','In the %1$s page, choose who will translate.',NULL,NULL,'','LINE',NULL,10,'','2638633e31ed9698622137bdc3a37632','',NULL),(10388,'en','wpml-translation-management','e54196935c0fa273c9a3a561c2aaeeb8','In the translation basket',NULL,NULL,'','LINE',NULL,10,'','12eb82b0a9ff001872f00d557d00681a','',NULL),(10389,'en','wpml-translation-management','adb811f5d8555414dd609f6c97a6d038','Include XLIFF files in notification emails',NULL,NULL,'','LINE',NULL,10,'','0d9f96d8709bb2155b2647867e3df088','',NULL),(10390,'en','wpml-translation-management','4a8168bf49fc1eadfff34291f44da050','Include XLIFF files in the notification emails',NULL,NULL,'','LINE',NULL,10,'','83d827552b5adecf5f92e434f526fe34','',NULL),(10391,'en','wpml-translation-management','a8500085aefc2206b726c6d8f435e64a','Incompatible Archive.',NULL,NULL,'','LINE',NULL,10,'','e6b2290855fdaf7e87d3ea790a0e7bf3','',NULL),(10392,'en','wpml-translation-management','5e3523c79513376a032ac7f436d97fcc','Are you sure you want to do this?',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [confirmation] 01 Message','aae9c9bbc3a645dc7f564f96b01c3044','',NULL),(10393,'en','wpml-translation-management','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [confirmation] 01 No','2fd8a667c001eaeb2c3ea4a5405d481a','',NULL),(10394,'en','wpml-translation-management','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [confirmation] 01 Yes','f12ca0db9290801f0e744708f385707a','',NULL),(10395,'en','wpml-translation-management','19e83ebed6c2b318aed5eebfb99aa960','Incomplete local translation jobs',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 00 Title','23986af2ee240e539c2d0492d40d07cd','',NULL),(10396,'en','wpml-translation-management','d0d6752f021154722e5840842e85effc','Cancelled local translation jobs:',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 01 Cancelled','7898d924455f613277dfb0dd1471329f','',NULL),(10397,'en','wpml-translation-management','1a9e3c3d3391943c680d9a47103cbebf','Open local translation jobs:',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 02 Open','592ec9e71551a6868e4bd78c22e548a3','',NULL),(10398,'en','wpml-translation-management','c61a39795dd6c2745ef3255f34d1df1a','Unable to cancel some or all jobs',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 03 Error','597bc355dfbd96a9b1840f1936a41767','',NULL),(10399,'en','wpml-translation-management','04ad9c16c43f79db5dd4229b071d0c09','Unable to complete the action',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 04 Error','949b63ac8a6404576e9c722739a328f6','',NULL),(10400,'en','wpml-translation-management','ebddc2e34f9f56172eb479de9c170eea','Local translation jobs will be kept and the above notice hidden.',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 10 Close button','1ec2b9abeb4c878d12e6362687ad19a9','',NULL),(10401,'en','wpml-translation-management','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 20 Close button','f986db27dc20e10f6f436bcd40acf9c6','',NULL),(10402,'en','wpml-translation-management','88ad0437aec84dd6121c62bc001868a9','Inside your %s account, you will find an \"API token\". This token allows WPML to connect to your account at %s to send and receive jobs.',NULL,NULL,'','LINE',NULL,10,'','89cb62953fbdcbb7cf83fbb076490f7c','',NULL),(10403,'en','wpml-translation-management','a763f01f928ff565b320ac0eb2158995','Invalid Request',NULL,NULL,'','LINE',NULL,10,'','0ba6a591191c493567aa572eb10e06f1','',NULL),(10404,'en','wpml-translation-management','a27b15679b0091d3dac4927fe4f56823','Invalid Request.',NULL,NULL,'','LINE',NULL,10,'','44380ce22741a8befee319485ca518f6','',NULL),(10405,'en','wpml-translation-management','12ac0647e0eb6be1917f5df7949c0935','It was not possible to refresh the active translation service information.',NULL,NULL,'','LINE',NULL,10,'','96751bda64691b5567710f1886c7a050','',NULL),(10406,'en','wpml-translation-management','9dea4016dbcc290b773ab2fae678aaa8','Items',NULL,NULL,'','LINE',NULL,10,'','dc3e08b16d85f248d339fa56bd4d698d','',NULL),(10407,'en','wpml-translation-management','732275a6ae801bb15c4e6a12e2cf25a7','Items sent for translation!',NULL,NULL,'','LINE',NULL,10,'','fb7a42ed11bf47cc5eb7fcab6d97b296','',NULL),(10408,'en','wpml-translation-management','230ef367808d9c12ac93bc0db937f3be','Job %1$s: %2$s - %3$s',NULL,NULL,'','LINE',NULL,10,'','5f43fe6abc55dd61d82790fcfc279df8','',NULL),(10409,'en','wpml-translation-management','ad74fc150120f95fc4794ae6db313217','Job ID is missing',NULL,NULL,'','LINE',NULL,10,'','45f193412868f603dbffcd5efc400b17','',NULL),(10410,'en','wpml-translation-management','e51b1e1c9b2d754e0bbc33ba31abcb35','Job waiting for a translator in %s',NULL,NULL,'','LINE',NULL,10,'','12b32c4d7856492994353fc1396c6077','',NULL),(10411,'en','wpml-translation-management','12ceff2290bb9039beaa8f36d5dec226','Jobs',NULL,NULL,'','LINE',NULL,10,'','8137784a31bc8555de75c006e4e4f1da','',NULL),(10412,'en','wpml-translation-management','8d0e4c4ffb4debb5ec46dd4d4dabee0e','Jobs canceled',NULL,NULL,'','LINE',NULL,10,'','ece2755c8bc8f569ccf144fb5a851ed0','',NULL),(10413,'en','wpml-translation-management','2e40af9edc28b149c0ec931ceaf2ba9b','Jobs committed...',NULL,NULL,'','LINE',NULL,10,'','c7b2ba00bfe208a23d4807b1fb1b27a0','',NULL),(10414,'en','wpml-translation-management','6e0698ab2ef43df3751eab8fc34a7eb7','Jobs could not be created in Advanced Translation Editor. Please try again or contact the WPML support for help.',NULL,NULL,'','LINE',NULL,10,'','c8c36c2a3caac4ab688a88598940b66c','',NULL),(10415,'en','wpml-translation-management','9047bd788d1241f543d3c1061fc5987d','Jobs that are waiting for translation',NULL,NULL,'','LINE',NULL,10,'','fbde9afc22e891847023ed8511dbc03b','',NULL),(10416,'en','wpml-translation-management','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,10,'','6e5def3cef4741f8b3ec0ae246e6fc38','',NULL),(10417,'en','wpml-translation-management','bc6aac53bc1e29e056a2ebfad6cc91d4','Language Pairs',NULL,NULL,'','LINE',NULL,10,'','deaa91a7470494411214d01ee32dbecc','',NULL),(10418,'en','wpml-translation-management','4af35f3047f9e3455497ed0af924c33b','Language filtering has been disabled because you already have items in %s in the basket.',NULL,NULL,'','LINE',NULL,10,'','89e98bde8d3a1658b631243b69a27772','',NULL),(10419,'en','wpml-translation-management','cf73ee7aa44fd213510b08c41737079c','Language pair',NULL,NULL,'','LINE',NULL,10,'','1444651cce6993e1729ac81dc0a8ea99','',NULL),(10420,'en','wpml-translation-management','a41201f6ce94e7c4d5db331e35296da5','Language pairs not refreshed, please try again',NULL,NULL,'','LINE',NULL,10,'','a48779797c5b9c982022c0a6c5320ca3','',NULL),(10421,'en','wpml-translation-management','11ad45253fd5bb2d07b253d70e439066','Language pairs refreshed',NULL,NULL,'','LINE',NULL,10,'','71db6e85a91a08672d186d35d5a91eb4','',NULL),(10422,'en','wpml-translation-management','3a08e2e340ab29fd9263af48193cbf8e','Languages',NULL,NULL,'','LINE',NULL,10,'','bd91017bfe93fda29a6d2f3d1982d8e8','',NULL),(10423,'en','wpml-translation-management','a987e4336425a19e850267e8a67fbacf','Last attempt was on',NULL,NULL,'','LINE',NULL,10,'','c6d4df281f18e9d413255ebea509f8a4','',NULL),(10424,'en','wpml-translation-management','89de86aa34494d545d8cbb4fff3a4e59','Last check: %s',NULL,NULL,'','LINE',NULL,10,'','793812ce437de425db933e31e0fff814','',NULL),(10425,'en','wpml-translation-management','92de805ae582ce6049f832471539737c','Last error',NULL,NULL,'','LINE',NULL,10,'','4ae3904cf512c9e023033f4ccbe32247','',NULL),(10426,'en','wpml-translation-management','be5e0b5d50d48b049bd0f7b57cd163f9','Last name:',NULL,NULL,'','LINE',NULL,10,'','30958644b46fedf9e5a181223b8eb59d','',NULL),(10427,'en','wpml-translation-management','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,10,'','c3faf0d7b65110aa61026d04c8dbfd17','',NULL),(10428,'en','wpml-translation-management','22466765c62e07c49bd35e0046386e24','Learn how to translate content that comes from Gutenberg',NULL,NULL,'','LINE',NULL,10,'','c9cb9b7bcefab7583ffe8f175cfbfa36','',NULL),(10429,'en','wpml-translation-management','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'','LINE',NULL,10,'','7593d8152530c700af73f1daf10bbd64','',NULL),(10430,'en','wpml-translation-management','6df9d6138251a4095b40d9d2a831ac86','Learn more about WPML\'s Advanced Translation Editor',NULL,NULL,'','LINE',NULL,10,'','560e75ce7a0aa79550f9bdfe7ad9f587','',NULL),(10431,'en','wpml-translation-management','efa576acf02c0c644bfad86a17eb0538','Learn more about the different translation options',NULL,NULL,'','LINE',NULL,10,'','db47f98624eb145c4fd95cf35031f86a','',NULL),(10432,'en','wpml-translation-management','65a90b349ab6c3802c94483c832f24f3','Link to original document %d',NULL,NULL,'','LINE',NULL,10,'','711023d59bf498c39129664984cb75b7','',NULL),(10433,'en','wpml-translation-management','993f9ef3a843654996606d2b4fdb6e24','You can see all the jobs that you sent and their deadlines in the %s.',NULL,NULL,'','LINE',NULL,10,'List of translation jobs: %s replaced by \"list of translation jobs\"','acf7780a131073fe6da7c282b6e54dfc','',NULL),(10434,'en','wpml-translation-management','ee576727eba5a79523247773a49c337c','list of translation jobs',NULL,NULL,'','LINE',NULL,10,'List of translation jobs: used to build a link to the translation jobs page','98d2c0d8fc90fbd7cc695131a9569ca5','',NULL),(10435,'en','wpml-translation-management','7381d487d18845b379422325c0a768d6','Loaded',NULL,NULL,'','LINE',NULL,10,'','50fd5f1e95782faf9615e7a81523674d','',NULL),(10436,'en','wpml-translation-management','8cc92e838abe1675507f64cee097c046','Loading jobs...',NULL,NULL,'','LINE',NULL,10,'','ee9b4293e4e87eb75f2294c6c38b50ad','',NULL),(10437,'en','wpml-translation-management','509820290d57f333403f490dde7316f4','Local',NULL,NULL,'','LINE',NULL,10,'','97b085966630c93673e600e945549b9e','',NULL),(10438,'en','wpml-translation-management','fd163b5eccff736ee8edc8cb0a161700','Looking for a different translation service?',NULL,NULL,'','LINE',NULL,10,'','1a555fbd80e0e62ad6705a5be7f59ecc','',NULL),(10439,'en','wpml-translation-management','1d254467b1782e9c91cddb8a2f36f9e8','Looks like you are running a multilingual WooCommerce site. To easily translate WooCommerce products and categories, you should use %s',NULL,NULL,'','LINE',NULL,10,'','fbe28e9b832599072696f23419a700e9','',NULL),(10440,'en','wpml-translation-management','dfd1559e6f088fa217837691e808d7f3','Machine Translation',NULL,NULL,'','LINE',NULL,10,'','2f23323c113d664ca56c5bc3c77726ea','',NULL),(10441,'en','wpml-translation-management','a182e10f0b7a60257f089b51250c7367','Manage your translators',NULL,NULL,'','LINE',NULL,10,'','29fb00f1560f96d96ebd355e500b7dca','',NULL),(10442,'en','wpml-translation-management','4b8e2dc9b659702bb756d14d7479283e','Migration to ICL 2.0',NULL,NULL,'','LINE',NULL,10,'','f915143bdaaf72650a192db8b70a96fb','',NULL),(10443,'en','wpml-translation-management','d27532d90ecd513e97ab811c0f34dbfd','Minimize',NULL,NULL,'','LINE',NULL,10,'','389d04953fb0e95ef05c74f32565d0e0','',NULL),(10444,'en','wpml-translation-management','485d8b686e0447c483fa1ff83ab5e8c3','Minor edit',NULL,NULL,'','LINE',NULL,10,'','bebfd6026a4f1ee0eabf7cad9029c453','',NULL),(10445,'en','wpml-translation-management','92ce826f67964e45231a6bc326879988','Minor edit - don\'t update translation',NULL,NULL,'','LINE',NULL,10,'','45311b61ef64fd6cc53db235d6b76b7e','',NULL),(10446,'en','wpml-translation-management','5610b2a41f49f7d337556608388dbf5d','Missing or wrong data:',NULL,NULL,'','LINE',NULL,10,'','ace26587232ffb8f71c39dda513dd1bc','',NULL),(10447,'en','wpml-translation-management','d3da97e2d9aee5c8fbe03156ad051c99','More',NULL,NULL,'','LINE',NULL,10,'','b31878e785750fcabd9068f43e475796','',NULL),(10448,'en','wpml-translation-management','ab066b3292d8ab61ef3b5c77169cdd19','More information',NULL,NULL,'','LINE',NULL,10,'','92f910a108935913572c0be8b3924989','',NULL),(10449,'en','wpml-translation-management','7b1efa75666f1435cd2931e52f1db614','Multilingual Content Setup',NULL,NULL,'','LINE',NULL,10,'','ec394c71b4dfb38f79144e3a140cc95a','',NULL),(10450,'en','wpml-translation-management','c459a5d6b5e016425fadea06a59bf166','My test translation went fine.',NULL,NULL,'','LINE',NULL,10,'','307b4e3a5ae0b7775b65e40b42bb5505','',NULL),(10451,'en','wpml-translation-management','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','dbd5edc6c5865d85bd9d337db27857dc','',NULL),(10452,'en','wpml-translation-management','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,10,'','af565df0edcc93a0aafd4f7976697e3f','',NULL),(10453,'en','wpml-translation-management','d4214d8af2886a717eed1540926cf02c','Need help translating? Read how to use %s.',NULL,NULL,'','LINE',NULL,10,'','efd1e17cb4fd294c8388068ff5f173b1','',NULL),(10454,'en','wpml-translation-management','960e06e38c89504aff9b0cf3497ebaf2','Need help with translation?',NULL,NULL,'','LINE',NULL,10,'','9315541dc3ab2225457e4c5e292d798e','',NULL),(10455,'en','wpml-translation-management','47ccbd461c33e8ae565e2a52d5f610f0','Need help? See ',NULL,NULL,'','LINE',NULL,10,'','743b230a7d2edef9e1cd58d0a037e8a2','',NULL),(10456,'en','wpml-translation-management','7d7443478cb72564eb1a039f5d7a9ab4','Need translators?',NULL,NULL,'','LINE',NULL,10,'','bdedbc972ffad52934c31c80aca28d12','',NULL),(10457,'en','wpml-translation-management','86ac312fad003033e7c6e4384af74728','Needs refresh - Some items of this type are not counted',NULL,NULL,'','LINE',NULL,10,'','4d4727b8e9878f4cec5073b7becdf669','',NULL),(10458,'en','wpml-translation-management','7bd1b01e2b3f3738a5df3d196bd8fd24','Needs update',NULL,NULL,'','LINE',NULL,10,'','feb8ad6305324216448dc187345b61e3','',NULL),(10459,'en','wpml-translation-management','68e468726a5d8abb5201afb2dda3f300','Needs updating',NULL,NULL,'','LINE',NULL,10,'','36fd716c06eb369e9a276e25b2702162','',NULL),(10460,'en','wpml-translation-management','e87baba4f2009ad3bb94049cac9f395f','New Translation Priority Name',NULL,NULL,'','LINE',NULL,10,'','3658813dddcc5c932bb077138b3a6e3f','',NULL),(10461,'en','wpml-translation-management','46f58a4ea62a138e33ee79e136333c5c','New content',NULL,NULL,'','LINE',NULL,10,'','5cb71687d1d03da5bb3d8926b3d289ef','',NULL),(10462,'en','wpml-translation-management','aba67cb05dacc11c7450c969d7855c2c','New lines character',NULL,NULL,'','LINE',NULL,10,'','987d76e2f8847a068cbfa1f226d70305','',NULL),(10463,'en','wpml-translation-management','43a03ece4649531723a4ebedba206d2c','New translation job from %s',NULL,NULL,'','LINE',NULL,10,'','23c99ba313da48b6b6cc2edc5b9c7f84','',NULL),(10464,'en','wpml-translation-management','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,10,'','81e8d1e477b12d2752b1ad6c8aa5b29a','',NULL),(10465,'en','wpml-translation-management','7c186da8e445214ac952c01ca5f36296','No account at %s?',NULL,NULL,'','LINE',NULL,10,'','fce148ca4811a4ed94640572cd5e1918','',NULL),(10466,'en','wpml-translation-management','c7747c4a14946ee5a41d64e5342ab922','No custom fields found. It is possible that they will only show up here after you add more posts after installing a new plugin.',NULL,NULL,'','LINE',NULL,10,'','8239e91ab27b4dded34e63ec312d9ed5','',NULL),(10467,'en','wpml-translation-management','5742e4f50e8a7c18a807fe0c3f57906f','No documents found',NULL,NULL,'','LINE',NULL,10,'','55857eaad19ddfe7c077e4a85662c5d7','',NULL),(10468,'en','wpml-translation-management','64614603f1a5f741a2c54c6ac4ab73a3','No duplicate posts found to disconnect.',NULL,NULL,'','LINE',NULL,10,'','fbb6e4f92576b6f1d8f697a6f07d2e77','',NULL),(10469,'en','wpml-translation-management','3ab3bf15883b4c6a044e5aba9a87415c','No items found in basket',NULL,NULL,'','LINE',NULL,10,'','c9bb4b2eb7a8bf319578427334edc5f8','',NULL),(10470,'en','wpml-translation-management','3b470c1f6a10f58c8a8cb6b904577786','No matches',NULL,NULL,'','LINE',NULL,10,'','80d90bc346f6279436365be936b18eac','',NULL),(10471,'en','wpml-translation-management','000a6398280d6b69d365b1a45a8f73b0','No selected translators!',NULL,NULL,'','LINE',NULL,10,'','86f56e0c69cc467793bd914dd174a51b','',NULL),(10472,'en','wpml-translation-management','a72f349272b922eba90831f8d43457b1','No term meta found. It is possible that they will only show up here after you add/create them.',NULL,NULL,'','LINE',NULL,10,'','d9f932708b759d44647e9073b261d979','',NULL),(10473,'en','wpml-translation-management','16179a83176e6336a1fc333b9878d26c','No translation jobs found',NULL,NULL,'','LINE',NULL,10,'','478eff58c8a21c0c7f0ee5c8c9cf0b3a','',NULL),(10474,'en','wpml-translation-management','94aad020ce77f42ccd8a75843ae97680','No translation jobs were selected for export.',NULL,NULL,'','LINE',NULL,10,'','965399fc565ddf8d2903c1953a1013c3','',NULL),(10475,'en','wpml-translation-management','b333b5fe249e70942a362c4121b3914d','No translation languages configured for this user.',NULL,NULL,'','LINE',NULL,10,'','83f8b59817415b62b68c4f63a35f32b3','',NULL),(10476,'en','wpml-translation-management','47247fd5f6bfbf4f9444856311e1e84d','None found',NULL,NULL,'','LINE',NULL,10,'','5eabd1fec0f3da24c3c7508294d0ed18','',NULL),(10477,'en','wpml-translation-management','a5a070d0bb3083d51955db55d0586aae','Not loaded',NULL,NULL,'','LINE',NULL,10,'','8ecf9b3d19a9b11a7775bb6e3fccea87','',NULL),(10478,'en','wpml-translation-management','3ec6d6a77bd0638fd0d0c978c168c0b7','Not needed',NULL,NULL,'','LINE',NULL,10,'','56ee47c48ada39edde047869d20c36be','',NULL),(10479,'en','wpml-translation-management','9ba66a9f92056682b7d86a38b4bc18c0','Not set',NULL,NULL,'','LINE',NULL,10,'','44a2dbd0d49fc5a8f0b22f553e87afd4','',NULL),(10480,'en','wpml-translation-management','35964de41809178177f83db0635249ca','Not sure? %s.',NULL,NULL,'','LINE',NULL,10,'','736b4534d04cd49c896810e5b79523a6','',NULL),(10481,'en','wpml-translation-management','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,10,'','212a478875a6e471fc8fe547a5af6465','',NULL),(10482,'en','wpml-translation-management','c6ce5ae9b3be27485d0637e26c35383b','Not translated or needs updating',NULL,NULL,'','LINE',NULL,10,'','9683592fb9e2c892124c749b01c08c8d','',NULL),(10483,'en','wpml-translation-management','6db6331d7e4eedc02d689310ea1f1be3','Note for the translators',NULL,NULL,'','LINE',NULL,10,'','9c37a49eacad74f292716892011890f2','',NULL),(10484,'en','wpml-translation-management','9076cbba1d9ef79280b4f39e2aa0d115','Nothing found',NULL,NULL,'','LINE',NULL,10,'','2ae66c0230b856c1ec7626d46a86c7bf','',NULL),(10485,'en','wpml-translation-management','503140162b0e829c1962efcc3ffaa528','Notification emails to the translation manager',NULL,NULL,'','LINE',NULL,10,'','54ce56ff6908654fc0635a0597206639','',NULL),(10486,'en','wpml-translation-management','71e7d41989a75d946029ed08cb12483f','Notification emails to translators',NULL,NULL,'','LINE',NULL,10,'','47084046b97c1300ea949093eb842883','',NULL),(10487,'en','wpml-translation-management','3a36beb95590bd7e271a61aaeefd1c5f','Notification emails:',NULL,NULL,'','LINE',NULL,10,'','9d52d1c265729fc1aded3162e5ae41b7','',NULL),(10488,'en','wpml-translation-management','31d7eb61a858782527a5aafacf5d1904','Notify the translation manager when jobs are completed %s',NULL,NULL,'','LINE',NULL,10,'','31ea838355175ecb7a699808c984d7e4','',NULL),(10489,'en','wpml-translation-management','476c5292c51174b72cb66457748809bb','Notify the translation manager when jobs are late by %s days',NULL,NULL,'','LINE',NULL,10,'','c5b5ae4a362892be6cf71a6af6c7eb4b','',NULL),(10490,'en','wpml-translation-management','2b3d7036196f152bf112e489a924c20e','Notify translators when new jobs are waiting for them',NULL,NULL,'','LINE',NULL,10,'','5683d85ea6d475200f99fb527c316973','',NULL),(10491,'en','wpml-translation-management','670950d68ad4d559bc79d3330da85bdb','Notify translators when they are removed from jobs',NULL,NULL,'','LINE',NULL,10,'','9590dcd4f149ddb25ae14519678a537b','',NULL),(10492,'en','wpml-translation-management','dfd5dfa9296d213d6b8eca2d6192a1e9','Number of attempts made',NULL,NULL,'','LINE',NULL,10,'','c3d9d4da5d31cf39abcdc4fa19297084','',NULL),(10493,'en','wpml-translation-management','af78e077df1464863e83ffedfc9546e6','Number of pages',NULL,NULL,'','LINE',NULL,10,'','31b586f32595994b45021207bb66b726','',NULL),(10494,'en','wpml-translation-management','d75a7e71c0bddd0f2cbfbbaf0e246e4c','Number of strings',NULL,NULL,'','LINE',NULL,10,'','543973c2ab9fdcaeb25862cb645da406','',NULL),(10495,'en','wpml-translation-management','6fd2c8c6951945b8e9130afdd33883dd','Number of words',NULL,NULL,'','LINE',NULL,10,'','93f0630f383008ef46246ebd32b265dc','',NULL),(10496,'en','wpml-translation-management','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,10,'','ba388db7631ca42922a32ab8d434cbab','',NULL),(10497,'en','wpml-translation-management','a60852f204ed8028c1c58808b746d115','Ok',NULL,NULL,'','LINE',NULL,10,'','71b02fb327a8d65e7b120f3c3224d2f0','',NULL),(10498,'en','wpml-translation-management','b641f54342d572b2d21d27491206ce29','Ok!',NULL,NULL,'','LINE',NULL,10,'','cb07b9557a04825b5156b119bb382c72','',NULL),(10499,'en','wpml-translation-management','d94f095f27cd2b1e52cf82c0dae4441f','Once the translation jobs are completed, you can get them into your site by using the %1$s button on the %2$s page.',NULL,NULL,'','LINE',NULL,10,'','0e0dadf9aa12fe1685d1da6ee006f0ff','',NULL),(10500,'en','wpml-translation-management','3a19c569f89d3359af4c5ee4695a425a','One more step before you can use %s',NULL,NULL,'','LINE',NULL,10,'','3119e4e651bcff00577d06ef0233360d','',NULL),(10501,'en','wpml-translation-management','fcd6be7c80ac008f69fda1d43653ebf2','One of the selected strings is in a language that is not activate. It can not be added to the translation basket.',NULL,NULL,'','LINE',NULL,10,'','ca2952b94c97985fba4dca8a53f8ea3d','',NULL),(10502,'en','wpml-translation-management','769f87a0aa1cb31fe11d2cc04fd0b2f7','One or more strings sent to %s',NULL,NULL,'','LINE',NULL,10,'','ba79d28472fada02e4f6a4282d7b1887','',NULL),(10503,'en','wpml-translation-management','af5cebe54b0979cb61f5ebfb4a75e107','Only Translation Managers can add translators to the site. You can assign a different WordPress user to be the site\'s Translation Manager or make yourself a Translation Manager.',NULL,NULL,'','LINE',NULL,10,'','10266103a68df3a3e7d40b080df6ecc8','',NULL),(10504,'en','wpml-translation-management','daf549f3e0b6e878fc5fd71a26b761cb','Only myself (%s)',NULL,NULL,'','LINE',NULL,10,'','1b8b0ae80e70dcd16d6ba6207e0c9091','',NULL),(10505,'en','wpml-translation-management','65575df6ce43043ca9a31646c24bc86a','Only select this option if you have no pending jobs or you are sure of what you are doing.',NULL,NULL,'','LINE',NULL,10,'','90d8bfc17f7838cf99fa42d0b1f39b66','',NULL),(10506,'en','wpml-translation-management','3dc5f21e1ee4641bb1cc4b9455b917b3','Open in Translation Editor',NULL,NULL,'','LINE',NULL,10,'','33f69f7e15dcc625eb193ab43d50cc6d','',NULL),(10507,'en','wpml-translation-management','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'','LINE',NULL,10,'','a132812b99dbaee48f8b18f2c9913c74','',NULL),(10508,'en','wpml-translation-management','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'','LINE',NULL,10,'','dd4dec814baa01834613cbfa5716ed66','',NULL),(10509,'en','wpml-translation-management','a87669617877acadc85b93684798f17f','Original Page',NULL,NULL,'','LINE',NULL,10,'','8d3204dfcd381c9facb949af5a054f02','',NULL),(10510,'en','wpml-translation-management','2f5145490876ab3c85d0a67a11f9aa15','Other Translation Services',NULL,NULL,'','LINE',NULL,10,'','78490056fe24eb849d9cb06e5f10c62f','',NULL),(10511,'en','wpml-translation-management','fa7d512322d4cafd3a60df60504f4960','Overdue translation jobs report',NULL,NULL,'','LINE',NULL,10,'','12b1524e404629b6f2e0b0fc0cf01493','',NULL),(10512,'en','wpml-translation-management','d0427cb505a52d7475b6b5f9f3fe7c23','PHP Extension',NULL,NULL,'','LINE',NULL,10,'','f19fc62d2693d64b1522b3416444b091','',NULL),(10513,'en','wpml-translation-management','c3947315dcf57296fdad9560d980cd76','PHP Setting',NULL,NULL,'','LINE',NULL,10,'','bf093caab380bb12c5cd7b2b853c1dd0','',NULL),(10514,'en','wpml-translation-management','e1621fedbb7a2a4032c5982f3eff3de9','PRO translation has been reset.',NULL,NULL,'','LINE',NULL,10,'','29427804d82c63961c9b630f6f6887c0','',NULL),(10515,'en','wpml-translation-management','a016a73836f5149a1fe5d2817d1de4bc','Page URL',NULL,NULL,'','LINE',NULL,10,'','bd6c05cffb093bd4c59147e3bae65c9b','',NULL),(10516,'en','wpml-translation-management','d70c75dc9416ebeb532b396c798dc20f','Partial translation',NULL,NULL,'','LINE',NULL,10,'','8896ba30fd13edafadda12a3846f29ca','',NULL),(10517,'en','wpml-translation-management','510d09dd51a0ecbff538def29d2163e4','Partner Translation Services',NULL,NULL,'','LINE',NULL,10,'','2c0839010235010ea32a8e84bac2942b','',NULL),(10518,'en','wpml-translation-management','00b38f89b377390e7c1d74d82cc2f858','Pending Review',NULL,NULL,'','LINE',NULL,10,'','d6e2071a101aacd1af298b59625ec0d9','',NULL),(10519,'en','wpml-translation-management','f4e7f140ef107de9d57504bb4af877bb','Batch ID',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','56ae23bad77f050fe340411696a66ada','',NULL),(10520,'en','wpml-translation-management','2b29eb4f7de1a5521763f7afc16a3043','Content status',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','d9e06177e27ce8d84c1d4f33db44746e','',NULL),(10521,'en','wpml-translation-management','266ba14af58a3dfa4b9e1c90a8879dfb','Content type',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','d01e7e0ce629f8479be37863cc11de6f','',NULL),(10522,'en','wpml-translation-management','b34c6fde5b866ee5ed0d3a3e1d3a4c2d','Debug data',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','cc1e062786fbcdc0329ec572ff81a894','',NULL),(10523,'en','wpml-translation-management','7c2b72aa0583f8a059e86c63b836cc46','Edit URL of original',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','6898e9ec8d7e9b577919cba2319a259f','',NULL),(10524,'en','wpml-translation-management','125d0c158f021b97a0733ae94250f7d7','Edit URL of translation',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','f8baf59c3771429ddd06f4d53f647574','',NULL),(10525,'en','wpml-translation-management','89e2af5b307e7b1bc272a6de70870bde','Element type',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','c7d454bebc2c3ddd8db359a319a33f2b','',NULL),(10526,'en','wpml-translation-management','5b3e49ecf9932147d3766fbb13ffcb41','Front-end URL of original',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','a45e949ba4d35bca5a82fa063759e6d8','',NULL),(10527,'en','wpml-translation-management','eea2afac206034665db963dab6178c89','Front-end URL of translation',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','e02116d49906094676882e6c4f796823','',NULL),(10528,'en','wpml-translation-management','69e4930957cf0b724a9020a10cbc980b','Job ID',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','45bc3638ad29e1e140f0e9b7e3a865d0','',NULL),(10529,'en','wpml-translation-management','0798ccceb972b122ad8a34dd5b553e37','Job state',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','d4a92e4d32f9248a5ce1616a502ce6f2','',NULL),(10530,'en','wpml-translation-management','e59a41e120686e63cbb743f003bea4e6','Language code',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','e3d565286c72b4ed67fb212c1c932a52','',NULL),(10531,'en','wpml-translation-management','8b49f35341ecc80c7e0954882cbae79e','New or updated',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','a2374a304a076f8e867593f6557ba6ea','',NULL),(10532,'en','wpml-translation-management','53ea95f9e20e8107541a41bfe26ae85f','Original element ID',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','27115a00a15744b9e7fd0b68e5ef7820','',NULL),(10533,'en','wpml-translation-management','c4c90ce6c7e1482e56a7dcd095c4ecc2','Pickup CMS_ID',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','786f8427f31363f40f248e8c8b88d705','',NULL),(10534,'en','wpml-translation-management','a836aa9c468931a9b4cf5c7e6144c390','Pickup ID',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','e606002ccd3c242a166870d3de96e281','',NULL),(10535,'en','wpml-translation-management','2f2067066e3c4c2c6d226dfe5e29a8d6','Pickup method',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','feef1a0b2690ce39742fe4ae1313e701','',NULL),(10536,'en','wpml-translation-management','f838f98437b5951b539ec3c3cbae35c1','Serialized data',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','e09da98719e81d76419332f6ae58fb7f','',NULL),(10537,'en','wpml-translation-management','a23627e615b88c287aa4e978df1c9d82','Source language',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','4bbc85d2b423e467e7e5950ea850a2c4','',NULL),(10538,'en','wpml-translation-management','f008f2c1febedbd6af5600bbb8eddf65','Source language code',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','c516b381314cc8ad66c0d8c80f154d9c','',NULL),(10539,'en','wpml-translation-management','61829673a7e4fea1740539a1681223af','Status of original',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','2201c39522fb36003c0ca542752d7fcd','',NULL),(10540,'en','wpml-translation-management','1e9d5e5f69b2c9d785735e21fa952c2e','Status of translation',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','4fbb1261a357b80e518706e21e4a3f92','',NULL),(10541,'en','wpml-translation-management','648f771e3555d5e0d184203f05938581','Target language',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','ae4a981a67c26b9e4440951c34f099ea','',NULL),(10542,'en','wpml-translation-management','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','cdcb10068aa6bb31d1f7ee76dd5d0f60','',NULL),(10543,'en','wpml-translation-management','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','67fde30ca1706eb737b2bc3fa9fa13e9','',NULL),(10544,'en','wpml-translation-management','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,10,'Pickup Log Column','1fd1178dcf73078003955f707633c75e','',NULL),(10545,'en','wpml-translation-management','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'','LINE',NULL,10,'Pickup Log Value','f7fd505c10c0fe86a6287f0900cca210','',NULL),(10546,'en','wpml-translation-management','ff0a3b7f3daef040faf89a88fdac01b7','Updated',NULL,NULL,'','LINE',NULL,10,'Pickup Log Value','0f573cded64c9b8639d1b7130c1c800d','',NULL),(10547,'en','wpml-translation-management','1f2d578a65e9b72354619426df26210b','{untitled}',NULL,NULL,'','LINE',NULL,10,'Pickup Log Value','fc5868e72b6508bd474e1154550e8e2e','',NULL),(10548,'en','wpml-translation-management','c968d28931ddce3fbd69f3be813f4198','Please activate translation service first.',NULL,NULL,'','LINE',NULL,10,'','09dc234185051a8587b421796876d98c','',NULL),(10549,'en','wpml-translation-management','0ab015b4fe60e6c819ab15ea00f505cd','Please be advised that editing this term\'s translation here will change the value of the term in general. The changes made here, will not only affect this post!',NULL,NULL,'','LINE',NULL,10,'','ec324d2030bf294fa5f192fb1ca37d0b','',NULL),(10550,'en','wpml-translation-management','4293bbcd95a38b4da545b4a245610dbb','Please choose',NULL,NULL,'','LINE',NULL,10,'','478fce588f653e9a6ebd18c486a9a582','',NULL),(10551,'en','wpml-translation-management','f5d07f62775f9aec5f7506132df29ad4','Please contact WPML support and give them the following debug information:',NULL,NULL,'','LINE',NULL,10,'','c943e9107bc7fa7a5a683c90fff2d58b','',NULL),(10552,'en','wpml-translation-management','5b75c2f92c4dfea6f3e9c947724bcb74','Please contact your administrator.',NULL,NULL,'','LINE',NULL,10,'','9d76ca54d29595e6e81f41bb7a08b7a2','',NULL),(10553,'en','wpml-translation-management','e3cee74b77e2e32f3ac297bd29349e78','Please open the confirmation email that you received and click on the link inside it to confirm your email.',NULL,NULL,'','LINE',NULL,10,'','f7883883d3f015e720c9e7e8c9d3a28d','',NULL),(10554,'en','wpml-translation-management','2048091750e22371306abddbb5962de5','Please refer to the <a href=\"%s\">Translation Management dashboard</a> for the exact status of this translation.',NULL,NULL,'','LINE',NULL,10,'','ecbd7cb45d658b79c5b5c2716c2c6e49','',NULL),(10555,'en','wpml-translation-management','04c21f0ec89d3e3077399dc463858898','Please register WPML to enable the professional translation option',NULL,NULL,'','LINE',NULL,10,'','d42441f7cfc312a97d115248bae473fd','',NULL),(10556,'en','wpml-translation-management','7e3b05fd2ea737e1b83b5ed755d5a5fb','Please select at least one document to translate.',NULL,NULL,'','LINE',NULL,10,'','40c2cca57abf7a832b1df97ffaa893c8','',NULL),(10557,'en','wpml-translation-management','235a7e83582ed3d278d01da5fbc0cfdc','Please select at least one language to translate into.',NULL,NULL,'','LINE',NULL,10,'','92f8403eb5335557839847a41221ec52','',NULL),(10558,'en','wpml-translation-management','6bed039780770f2cb8e54e23511b9f14','Please try again in a few minutes. If the problem persists, please contact %s.',NULL,NULL,'','LINE',NULL,10,'','a346d781706b16c48f081447a70e73aa','',NULL),(10559,'en','wpml-translation-management','85cb25446cd3bd3f5dbfa37ddb405ae8','Please update all components which you are using.',NULL,NULL,'','LINE',NULL,10,'','e02775c512b56f85930f6137931813b4','',NULL),(10560,'en','wpml-translation-management','b6d579530444e2e90aa3309458d56e8d','Please wait a few minutes and try again to see if there’s a temporary problem.',NULL,NULL,'','LINE',NULL,10,'','da82a7add577659ade898a42fca027e5','',NULL),(10561,'en','wpml-translation-management','f4f56c2815970fbb2e602b109ebb1171','Please, check the %2$s page for more details.',NULL,NULL,'','LINE',NULL,10,'','3c26c02f6356da972544f41f7fb01ea4','',NULL),(10562,'en','wpml-translation-management','11d673298542cffd9367591c3a88bd06','Post \"%s\" will be ignored for %s, because it is an original post.',NULL,NULL,'','LINE',NULL,10,'','ff96fb1d1d9e614cef61a61f72cd99a0','',NULL),(10563,'en','wpml-translation-management','2b6c86fb631e302da0dd24325d8d42a6','Post \"%s\" will be ignored for %s, because translation is already in progress.',NULL,NULL,'','LINE',NULL,10,'','152d3df51a34fbb5a63dc798d71ef650','',NULL),(10564,'en','wpml-translation-management','4cc7cf857e196c7acb5f968ae7b7772e','Post Types Translation',NULL,NULL,'','LINE',NULL,10,'','522bdd69c9255efb16d6ff6de934a918','',NULL),(10565,'en','wpml-translation-management','5ef6f94c1e123a3090657989becc2c98','Post parent',NULL,NULL,'','LINE',NULL,10,'','017e9afb182cde14af8142d17efa8e6c','',NULL),(10566,'en','wpml-translation-management','847d0b482f5203327c9a2766de9a23a0','Posts and pages synchronization',NULL,NULL,'','LINE',NULL,10,'','5cf9ba803d80746fd62647c2f6eb0707','',NULL),(10567,'en','wpml-translation-management','3e523cf6461f9e70a2209a73dc380676','Preparing for translation...',NULL,NULL,'','LINE',NULL,10,'','3ea1cba9b13bfd987ba8919af3659542','',NULL),(10568,'en','wpml-translation-management','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,10,'','16f1e7d73dd8772c14d36c732aa03c6a','',NULL),(10569,'en','wpml-translation-management','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,10,'','69723e0cf4abc22123b0de54fff9d1d9','',NULL),(10570,'en','wpml-translation-management','502996d9790340c5fd7b86a5b93b1c9f','Priority',NULL,NULL,'','LINE',NULL,10,'','43a992d63e341d8f2206be58951c7d38','',NULL),(10571,'en','wpml-translation-management','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,10,'','7e027a3361e09ea3cbda2d540401e89b','',NULL),(10572,'en','wpml-translation-management','05891150337df0015b7ea35241d7a1ef','Problem receiving translation jobs?',NULL,NULL,'','LINE',NULL,10,'','2bca16748edf1e184b966cf080318a06','',NULL),(10573,'en','wpml-translation-management','5962a76aaf2818ac0c01badac5edae14','Processing posts... %1$s of %2$s done.',NULL,NULL,'','LINE',NULL,10,'','727687cea11baaf0dc32832ae0f9105b','',NULL),(10574,'en','wpml-translation-management','3a6bbebb73ec06dc1777cb7738fdcfc3','Processing strings... %1$s of %2$s done.',NULL,NULL,'','LINE',NULL,10,'','a577dbf4b742448cf1e87f0df9c2ee1d','',NULL),(10575,'en','wpml-translation-management','6d545731b21c13a0559e4d7735dc2358','Need faster translation work? Try one of the %s.',NULL,NULL,'','LINE',NULL,10,'Promote translation services: %s replaced by \"professional translation services integrated with WPML\"','5d6be0df5dd598d72abf1932f1a9c0f5','',NULL),(10576,'en','wpml-translation-management','8895accc902ab15ab9c09c0f6468e0bc','professional translation services integrated with WPML',NULL,NULL,'','LINE',NULL,10,'Promote translation services: used to build a link to the translation services page','d10e494fd6567c18172a6ef3a9775e75','',NULL),(10577,'en','wpml-translation-management','a7384c8f1c8d3ab5462873ba8765b986','Publish status',NULL,NULL,'','LINE',NULL,10,'','6696b7df63ce8ec15d33c31748eea9fc','',NULL),(10578,'en','wpml-translation-management','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,10,'','641e324261814ff393c26907ea9fc5a0','',NULL),(10579,'en','wpml-translation-management','37ae66f03261bd62844188f7e28092ff','Ranking',NULL,NULL,'','LINE',NULL,10,'','7f60a4f0cc37f8507a40ed09049cd399','',NULL),(10580,'en','wpml-translation-management','0497862c4ec40ba835a0acfc6da77a08','Read more on %s',NULL,NULL,'','LINE',NULL,10,'','d0f2bceff22277436bfb33dfe8eaabd2','',NULL),(10581,'en','wpml-translation-management','a57bb4120e14e888990ca66cc31547dc','Read the %1$s to learn about translating images, menus, widgets and more.',NULL,NULL,'','LINE',NULL,10,'','8126056eec80de78c2b9a7c18fd64b62','',NULL),(10582,'en','wpml-translation-management','df502bd93fe766033816b11bf6866fdb','Recalculate',NULL,NULL,'','LINE',NULL,10,'','3ff5bc9fd6c945c2f1cb54362e13a76b','',NULL),(10583,'en','wpml-translation-management','63a6a88c066880c5ac42394a22803ca6','Refresh',NULL,NULL,'','LINE',NULL,10,'','4ec84c5e1b5b3a465bdb04d1ce63d058','',NULL),(10584,'en','wpml-translation-management','4baa5f0dcb2599aca33ae3ce468fdeac','Refresh Translation Services',NULL,NULL,'','LINE',NULL,10,'','44ee2f2f52b1bcbabfe8ae6869bd7926','',NULL),(10585,'en','wpml-translation-management','3388c1aa7b0c78c5751c56bd8984e095','Refresh information',NULL,NULL,'','LINE',NULL,10,'','aaf3e8be39c58ddf8c9a02aa88a523d5','',NULL),(10586,'en','wpml-translation-management','81e05d2ac8e4dccabec0ed9c557eeddf','Refresh language pairs',NULL,NULL,'','LINE',NULL,10,'','2533c4815d8ad01f47e8c7fbf04a3fb0','',NULL),(10587,'en','wpml-translation-management','2cb4e0e699a2f87a4ed4f26de469c295','Refreshing translation service information...',NULL,NULL,'','LINE',NULL,10,'','825c6c976555c90d00d51efff5ed1b34','',NULL),(10588,'en','wpml-translation-management','906450842c7b806ff94dba38bd9e61b6','Remember to authenticate this site\'s connection with %1$s. Before you authenticate, you cannot send jobs to translation to %1$s.',NULL,NULL,'','LINE',NULL,10,'','d75e68f973f78ccb5bd3dec31f3f8bca','',NULL),(10589,'en','wpml-translation-management','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,10,'','2d92e9bda3a036d83a338b55885c02e4','',NULL),(10590,'en','wpml-translation-management','986074155c7fe618b7b4be56646d0fa2','Remove Translation Manager',NULL,NULL,'','LINE',NULL,10,'','e66de3eba1f4bb6dd238c7921daa9327','',NULL),(10591,'en','wpml-translation-management','f4a70551af8ba42608201ad1ee11d9c3','Remove from Translation Basket',NULL,NULL,'','LINE',NULL,10,'','ea8305b11e364b9e5e64bb19f46d3873','',NULL),(10592,'en','wpml-translation-management','099ba955ecd3d0e36384e0fbefe54b16','Remove me as a translator',NULL,NULL,'','LINE',NULL,10,'','8cb4a86d4a736963a0133ced2329bb18','',NULL),(10593,'en','wpml-translation-management','0a167a4661d9a72f61cef27a130071fb','Removed from translation job on %s',NULL,NULL,'','LINE',NULL,10,'','1224fce00936ff8728cb98460e88bba3','',NULL),(10594,'en','wpml-translation-management','a6ef4054d5a07f58046f89603b77a9da','Request activation',NULL,NULL,'','LINE',NULL,10,'','a7bbd0a758f534471f66d09014921918','',NULL),(10595,'en','wpml-translation-management','947bbe1e3e7ec8d01ddc346b1fcd483c','Request activation from',NULL,NULL,'','LINE',NULL,10,'','92578e971ac38d55fbe7e6e085843fa8','',NULL),(10596,'en','wpml-translation-management','64a1e5ed9fae5f214a579f57bedbf5f6','Request activation to receive an email with directions to activate the service.',NULL,NULL,'','LINE',NULL,10,'','f083f52570d00a93e94bb53ef57552ee','',NULL),(10597,'en','wpml-translation-management','0993542c053838e30ee6cca57d148baf','Request to use WPML\'s Advanced Translation Editor by %s',NULL,NULL,'','LINE',NULL,10,'','5f77d27d4f87c4e486540f5aa8d5ca3d','',NULL),(10598,'en','wpml-translation-management','b651efdb98a5d6bd2b3935d0c3f4a5e2','Required',NULL,NULL,'','LINE',NULL,10,'','4e2e1bfeecd5bf88d8d2623e430cd226','',NULL),(10599,'en','wpml-translation-management','2be3104cd3b0fd882f5291a972215313','Resend that email',NULL,NULL,'','LINE',NULL,10,'','9cd612994ac571d5efd57408c09b139a','',NULL),(10600,'en','wpml-translation-management','c9735d44ad107c68675c021faa6d6ecf','Reset filter',NULL,NULL,'','LINE',NULL,10,'','1ff57c46ec1ea72c30ff3fde10809013','',NULL),(10601,'en','wpml-translation-management','268d1dca05a4dd6c3d647a4de01bf9d5','Reset filters',NULL,NULL,'','LINE',NULL,10,'','1942b729d079578f7c5bf2d54741f7d6','',NULL),(10602,'en','wpml-translation-management','79ebca74249595517a9fad7724e6948f','Reset professional translation state',NULL,NULL,'','LINE',NULL,10,'','589f60482280be64496a361a82f1a39f','',NULL),(10603,'en','wpml-translation-management','37d90cd3910397332d6e0faf393b6776','Resign',NULL,NULL,'','LINE',NULL,10,'','ac9531b0a15540414ffa72346f99cdaa','',NULL),(10604,'en','wpml-translation-management','1b25516036626018ff6dea7a3326a734','Reusable Block',NULL,NULL,'','LINE',NULL,10,'','77ec48adfb2aca5d04ba8288a2aaadb9','',NULL),(10605,'en','wpml-translation-management','98df442774d6d9d90193812556faeb11','Rollback jobs...',NULL,NULL,'','LINE',NULL,10,'','b23629202a24272f866a22d6851dbd2d','',NULL),(10606,'en','wpml-translation-management','ce884cb8e2a50be4a35e1dd32dbcf706','Rollback migration (use at your own risk!)',NULL,NULL,'','LINE',NULL,10,'','43d6547d6bad550ee122f7a84b6953e8','',NULL),(10607,'en','wpml-translation-management','aaabe1ad0fabdb0a1cc94abb2277c537','Run now',NULL,NULL,'','LINE',NULL,10,'','8554d9e057bd2f1daf75b2dadae676e2','',NULL),(10608,'en','wpml-translation-management','e198cc13ed59115580befb6dd0898061','Running this update on a non-production site will make it impossible to correctly run it on the production site.',NULL,NULL,'','LINE',NULL,10,'','2ac3c88d79bff6b83aad70e9ceb19688','',NULL),(10609,'en','wpml-translation-management','a0f12d54ab62fa0c83bedce3fd846524','Same as the original document',NULL,NULL,'','LINE',NULL,10,'','56bd27e5847da8f871c6732503f0ca36','',NULL),(10610,'en','wpml-translation-management','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','683dbddb1e8a1bee1aab2de7112b1db0','',NULL),(10611,'en','wpml-translation-management','f17e5ca935b6316c9bcfbf6dbd4165ce','Save & Close',NULL,NULL,'','LINE',NULL,10,'','515978cf4eeb572f7212413d469010a1','',NULL),(10612,'en','wpml-translation-management','575f5f86d2c7ea113c6710c1037c4465','Saving...',NULL,NULL,'','LINE',NULL,10,'','9d1567a5a24a57a0e4269e9bb93adc5a','',NULL),(10613,'en','wpml-translation-management','4dc55ce4f96b17c4eb9141e7f31ac24f','Scan now and adjust links',NULL,NULL,'','LINE',NULL,10,'','4cbdd219ba7d02f1a69cf5df60c6473e','',NULL),(10614,'en','wpml-translation-management','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,10,'','dc1dbc3074167b086e18d592a4432104','',NULL),(10615,'en','wpml-translation-management','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','bf7b0a0c80cd87731f310e782af34419','',NULL),(10616,'en','wpml-translation-management','e3d388b2c43e5ba0905702620ae2abc1','Search for',NULL,NULL,'','LINE',NULL,10,'','e095a498b2091aa69e6c96733241c353','',NULL),(10617,'en','wpml-translation-management','965da40df3b76ed60c20b9ec97d9a425','Search for user',NULL,NULL,'','LINE',NULL,10,'','712c8bffe4dfb17cc3a4e581b5d68569','',NULL),(10618,'en','wpml-translation-management','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,10,'','37cb95bef89245e77c01e600cdcd436f','',NULL),(10619,'en','wpml-translation-management','4634a725ca28228d123613dc95f0ef95','Select additional options',NULL,NULL,'','LINE',NULL,10,'','84289b34126f6b3121f385764b572af0','',NULL),(10620,'en','wpml-translation-management','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,10,'','5be6bcd59411a26934da9e9a9e222b96','',NULL),(10621,'en','wpml-translation-management','a61df46411d51d448577a1ad532fe3f7','Select an existing WordPress user (needs to be an editor or above)',NULL,NULL,'','LINE',NULL,10,'','60fe75a0f34b66340d172ac53be0bdd1','',NULL),(10622,'en','wpml-translation-management','a4c2d042ada95d5f112739760e5d2f42','Select an existing user and set as Translation Manager',NULL,NULL,'','LINE',NULL,10,'','4bd4cf261d2916aa402fbb4f1e8bfdec','',NULL),(10623,'en','wpml-translation-management','2a7076f8434840ec98bf7e9d5c756ab5','Select an existing user and set as Translator',NULL,NULL,'','LINE',NULL,10,'','0b62d7cbe890195fdc0efd209467f3b5','',NULL),(10624,'en','wpml-translation-management','9aadb017cc5b335be77ba090d5029259','Select status',NULL,NULL,'','LINE',NULL,10,'','de71977cbfd1d83b48ca06abdf9ecc81','',NULL),(10625,'en','wpml-translation-management','48cdc6c277c504d5a8f8f1f908ef7fb5','Select the xliff file or zip file to upload from your computer: ',NULL,NULL,'','LINE',NULL,10,'','7a2707aaa11241de239f47a87f39a925','',NULL),(10626,'en','wpml-translation-management','e95ee01a918aa5824cb98f8766eba920','Select translator',NULL,NULL,'','LINE',NULL,10,'','66e2e642e6610060302aef8585ec905c','',NULL),(10627,'en','wpml-translation-management','94966d90747b97d1f0f206c98a8b1ac3','Send',NULL,NULL,'','LINE',NULL,10,'','9d7bae1120b0f10dcd5adcac99a2a5fe','',NULL),(10628,'en','wpml-translation-management','e30c80afad65516289e6b092f42aacb7','Send all items for translation',NULL,NULL,'','LINE',NULL,10,'','52bd76c2c7e1ce89076549ce2d6e66ae','',NULL),(10629,'en','wpml-translation-management','d26931490ba11c65a84beba406710b79','Send me a notification email when there is something new to translate',NULL,NULL,'','LINE',NULL,10,'','dcfb15abb7f3a41702677a2a0f14d287','',NULL),(10630,'en','wpml-translation-management','8c0fbdcfa904dc7298c184051e2f714a','Sending batch %s to translation.',NULL,NULL,'','LINE',NULL,10,'','7baf3d43ad775e77c9c92315ba05e6ff','',NULL),(10631,'en','wpml-translation-management','d6d26b1955b84d978493d60e80241e5b','Sending for translation',NULL,NULL,'','LINE',NULL,10,'','89466279f0c528acdd58d313eab2978d','',NULL),(10632,'en','wpml-translation-management','abce3ef910cfc047f0721654cb71f2db','Sent on',NULL,NULL,'','LINE',NULL,10,'','1ecf280752bcb178f3a6d5f72c7b22b3','',NULL),(10633,'en','wpml-translation-management','5ae805c55bf8f5b78108468ba1bcb206','Service activated.',NULL,NULL,'','LINE',NULL,10,'','9a53a54a817267dda9ecce08c6ecd8d8','',NULL),(10634,'en','wpml-translation-management','0484a0dea66f2ec817a763f87ad30a79','Service invalidated.',NULL,NULL,'','LINE',NULL,10,'','701dc99f51202ecd56cf0cbcfa951f3c','',NULL),(10635,'en','wpml-translation-management','b4eaa13aaf486d2b3a36b26f409af98f','Services Refreshed.',NULL,NULL,'','LINE',NULL,10,'','691d3d2a1b0fb2a614709a32309bee60','',NULL),(10636,'en','wpml-translation-management','1ff869e241cb7f7b9acd8d35a2cb1ef1','Set a Translation Manager',NULL,NULL,'','LINE',NULL,10,'','bf6a0c90d3dd62da3baf4c99d21aa147','',NULL),(10637,'en','wpml-translation-management','0c3917368fa06c3c9d8850ac59181033','Set language pair(s)',NULL,NULL,'','LINE',NULL,10,'','f692dcfe39e5efd57d80d074e677f1e5','',NULL),(10638,'en','wpml-translation-management','9fb483002ecb2b481a81f2d7d27144db','Set language pair(s) for Translator %USERNAME%',NULL,NULL,'','LINE',NULL,10,'','b5db6646ada47a142d06d452cda25d2f','',NULL),(10639,'en','wpml-translation-management','308add589240ec8fefea540499f048ee','Set-up the translation',NULL,NULL,'','LINE',NULL,10,'','34693c54f3eef0931ca27d456aeb6f23','',NULL),(10640,'en','wpml-translation-management','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,10,'','83588aa581285b084c24b1bab7bd7a5b','',NULL),(10641,'en','wpml-translation-management','29e9d8e295b1d5b3002d2d3d5baa4c37','Shortcuts',NULL,NULL,'','LINE',NULL,10,'','a6836d90b7046bfc8946e813994b524a','',NULL),(10642,'en','wpml-translation-management','7a264fb7f05660308a774305f03384d1','Show differences',NULL,NULL,'','LINE',NULL,10,'','e12703766da3ee6d4ca0d6cc23caf0f3','',NULL),(10643,'en','wpml-translation-management','10842b72239157c24a3adf4e06230c1c','Show other professional translation options',NULL,NULL,'','LINE',NULL,10,'','1e7ebcc205a135962b836834c35fc8ef','',NULL),(10644,'en','wpml-translation-management','c651f101fd2a0d5008ced7110afab3c2','Show system fields',NULL,NULL,'','LINE',NULL,10,'','5de9f38a21ca6a6074a9a15dce9101a9','',NULL),(10645,'en','wpml-translation-management','721c61c3e700c4bd83e49ffa67f0f68b','Show translation instructions in the list of pages',NULL,NULL,'','LINE',NULL,10,'','0cd112ca37b1a9f7e9d264196e2e65a3','',NULL),(10646,'en','wpml-translation-management','84a9b5f4fd85dd0039da28ae93baf5ff','SimpleXML extension',NULL,NULL,'','LINE',NULL,10,'','525c6ad66b69fb863d4141724947d9d7','',NULL),(10647,'en','wpml-translation-management','8f1f41dd23094ef56390115f17063e64','SimpleXML extension is required for using XLIFF files in WPML Translation Management.',NULL,NULL,'','LINE',NULL,10,'','d134a4510b540dac81c4e026faab92a7','',NULL),(10648,'en','wpml-translation-management','e9e516ddb238a51f7507178237be9d33','SimpleXML missing!',NULL,NULL,'','LINE',NULL,10,'','d91fb1e8f6e2ce7ed97ff686a6e81bc2','',NULL),(10649,'en','wpml-translation-management','574abbbff13e554fb0c1fc3bd0dce222','Skip this step - I don\'t need to add more translators',NULL,NULL,'','LINE',NULL,10,'','50434da989ce139fca5b9852df8358d0','',NULL),(10650,'en','wpml-translation-management','cd7d132f52452c1ebc0db7f6a59ab6e5','Some communications with the translation proxy are locked.',NULL,NULL,'','LINE',NULL,10,'','760d7d1b11d5ff52c3e48b1f1effb6fc','',NULL),(10651,'en','wpml-translation-management','760725c9ec0036ad9a3dbed8b5ceecf6','Some fields in translation are already filled!',NULL,NULL,'','LINE',NULL,10,'','425c95f9d735ce5340249fa62ae06d6f','',NULL),(10652,'en','wpml-translation-management','51bb4985ee7c7c8e92905f05f9fa8474','Some of the content that you selected for translation includes fields that are encoded. Translators will not be able to work on this kind of content, so we removed it from the job.',NULL,NULL,'','LINE',NULL,10,'','b569a109e9237eb2ea9b4eae5850fb92','',NULL),(10653,'en','wpml-translation-management','a3178de49ed0377b86f0ad9614b14998','Sorry, the email could not be sent to %s for an unknown reason.',NULL,NULL,'','LINE',NULL,10,'','20be63cdb4f113921359c05235ef72ab','',NULL),(10654,'en','wpml-translation-management','6b46ae48421828d9973deec5fa9aa0c3','Sort',NULL,NULL,'','LINE',NULL,10,'','8f17100ff551113774b0d4f2da215980','',NULL),(10655,'en','wpml-translation-management','4a1aad645b77d874e38932ecc566f60f','Spell checker',NULL,NULL,'','LINE',NULL,10,'','32719689fe9bed9d455d4c7041069d5b','',NULL),(10656,'en','wpml-translation-management','28b615d225dcbc2ad8d8176b9f03d8c5','Start the update',NULL,NULL,'','LINE',NULL,10,'','8c3fda88179d6cbc8813537abfe46659','',NULL),(10657,'en','wpml-translation-management','880d6ec7b06e1f403347a16afbca8335','Start update',NULL,NULL,'','LINE',NULL,10,'','79819f1872d02abec798e9f4cf64bc5c','',NULL),(10658,'en','wpml-translation-management','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','a8c55c3bb6e0721965ca6dc420918e02','',NULL),(10659,'en','wpml-translation-management','71973c0e19ed2e430969fde4c6de3245','Status checked:',NULL,NULL,'','LINE',NULL,10,'','8b7d4557652f5180f31ab969d2a5887e','',NULL),(10660,'en','wpml-translation-management','27118326006d3829667a400ad23d5d98','String',NULL,NULL,'','LINE',NULL,10,'','3e742d8d29c89c22bd7090f16ef11450','',NULL),(10661,'en','wpml-translation-management','c7be4914b22479aa2e29d2f810747609','String \"%s\" has not been sent.',NULL,NULL,'','LINE',NULL,10,'','7b47f9e00c90c2423ae630bcec36324a','',NULL),(10662,'en','wpml-translation-management','2a12753c757ab61ad8afdfc883444670','String \"%s\" will be ignored for %s, because translation is already waiting for translator.',NULL,NULL,'','LINE',NULL,10,'','edd6e0f9540c3ba19f866299fb5b0a70','',NULL),(10663,'en','wpml-translation-management','d9cc0f1ba82fd7b2bbc4e2bc7e0d0c1d','String job',NULL,NULL,'','LINE',NULL,10,'','1b01285ea945c911e3dfde209bd81d14','',NULL),(10664,'en','wpml-translation-management','a3b0585a4a11df02e7137ba2c4a7c3b5','String package job',NULL,NULL,'','LINE',NULL,10,'','d8b741ca0d3040400c08c7b1750609db','',NULL),(10665,'en','wpml-translation-management','89be9433646f5939040a78971a5d103a','Strings',NULL,NULL,'','LINE',NULL,10,'','cc1b2db23b8c72a91a5432d2618856e4','',NULL),(10666,'en','wpml-translation-management','947e1a07eb00d81d946106b17a83c337','Strings in different languages are selected. They can not be added to the translation basket.',NULL,NULL,'','LINE',NULL,10,'','fe3fb135f9b45a91e55c91bcca52bc9d','',NULL),(10667,'en','wpml-translation-management','cfaff28c8693798e02441a7fcd410834','Strings in the basket',NULL,NULL,'','LINE',NULL,10,'','2ac311976cc09c34e9df52859e1774c7','',NULL),(10668,'en','wpml-translation-management','a37e7734c34c29ced6dcbd430082e04b','Submitted data is not valid.',NULL,NULL,'','LINE',NULL,10,'','07340f97e71c680c5a326256334e3676','',NULL),(10669,'en','wpml-translation-management','3f83391a573bc9042fcf9e2d168b3cea','Successfully disconnected posts',NULL,NULL,'','LINE',NULL,10,'','a348db5f6d20d4ed5c5b5216bb609090','',NULL),(10670,'en','wpml-translation-management','4164b235624895a2edcd698cbbfdf97a','Suggested deadline:',NULL,NULL,'','LINE',NULL,10,'','b0c207143055978f230e1f23a1b381a6','',NULL),(10671,'en','wpml-translation-management','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'','LINE',NULL,10,'','2475b5564d29f6e25af12f3cc2a577ff','',NULL),(10672,'en','wpml-translation-management','4f7ebb4329b2ae0363cbc0762d61ebd0','Support for all content types',NULL,NULL,'','LINE',NULL,10,'','f389c036ac1367465d102da2022e8a47','',NULL),(10673,'en','wpml-translation-management','510eb450b1a86f3c8edb93c4e59d8ef5','Switch to using the Advanced Translation Editor (old translations may be unusable)',NULL,NULL,'','LINE',NULL,10,'','d4642099bcab34fd571cbdc5ebb36ea3','',NULL),(10674,'en','wpml-translation-management','4c0081267df1d9ceef741ab185d04df5','Synchronize translators and translation managers',NULL,NULL,'','LINE',NULL,10,'','3f459c86193f39319f4fc9da167e0532','',NULL),(10675,'en','wpml-translation-management','e5b9d6e921e5d841476026139d22c075','Synchronizing batch...',NULL,NULL,'','LINE',NULL,10,'','fabcb4429c53bc7f1e92c819cc97e64c','',NULL),(10676,'en','wpml-translation-management','9715c40ad321e99f9fb493987e19f2f9','TP ID: %d',NULL,NULL,'','LINE',NULL,10,'','6e3deaeebc646d5578289c916961863f','',NULL),(10677,'en','wpml-translation-management','62454365c9749dbc3bd1476e2608c6db','take it',NULL,NULL,'','LINE',NULL,10,'Take a translation job waiting for a translator','34fec64c466a75f387eac8152588a67f','',NULL),(10678,'en','wpml-translation-management','e21e5b28f4fd4f72695f3d611bf7b24c','Take and translate',NULL,NULL,'','LINE',NULL,10,'','42a7996ebf8a835b37996eee4d98bf14','',NULL),(10679,'en','wpml-translation-management','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'','LINE',NULL,10,'','56cf1e255485c493a11f24aedd2ef4fd','',NULL),(10680,'en','wpml-translation-management','81af2b3bae7db50e63b13bc77ae8c873','Taxonomies Translation',NULL,NULL,'','LINE',NULL,10,'','6c6cff39aaee4f6b12661ba94b887467','',NULL),(10681,'en','wpml-translation-management','6214aee4bae56bf2b4c83f8e74e80871','Tell us which one',NULL,NULL,'','LINE',NULL,10,'','6fa9a73a523ba5ed8b5628b6d3d07ca4','',NULL),(10682,'en','wpml-translation-management','d1c943a5996db152b63a32c5e11c9f7f','Term Meta',NULL,NULL,'','LINE',NULL,10,'','dbe4e179532ac1e48af968919f4bcf0e','',NULL),(10683,'en','wpml-translation-management','c5e6c8682009ab059328fe49e3faf899','Terms translation is disabled',NULL,NULL,'','LINE',NULL,10,'','aa447dc4d5f4210e0a2a1e853ff8b0b9','',NULL),(10684,'en','wpml-translation-management','3221ff698587cbbc558f115ae0cc81f0','The %s uses a translation memory, which can reduce the number of words you need to translate.',NULL,NULL,'','LINE',NULL,10,'','c84d144b386686259b1a2a4994983640','',NULL),(10685,'en','wpml-translation-management','8de66638f8f40a53cdd52239ebd4e3fb','The XML could not be saved.',NULL,NULL,'','LINE',NULL,10,'','4074ab5bc6ad3c9847410669bd1bfd02','',NULL),(10686,'en','wpml-translation-management','77477bbc468a9eebc38dd0af52e40fc7','The XML has been saved.',NULL,NULL,'','LINE',NULL,10,'','a0eb6ca022211d108bcb892f913e2cfb','',NULL),(10687,'en','wpml-translation-management','0c5245f25ef771d6f48d2770ed1c844f','The XML is not valid:',NULL,NULL,'','LINE',NULL,10,'','47e6830f2990b1b01d599c4505c180ae','',NULL),(10688,'en','wpml-translation-management','5f4e702f2ae6b33b6694dc3cb000198c','The XML is valid.',NULL,NULL,'','LINE',NULL,10,'','488477cf5eabcd22d0a8747ab5ba8159','',NULL),(10689,'en','wpml-translation-management','6008e9275d806ec18ca9d78b56e95a32','The archive contains one or more empty files.',NULL,NULL,'','LINE',NULL,10,'','19ab7a451bc49a4195d880b5f8120bf3','',NULL),(10690,'en','wpml-translation-management','209dc52203e968f93cf0e1c134dd4000','The authentication didn\'t work. Please make sure you entered your details correctly and try again.',NULL,NULL,'','LINE',NULL,10,'','416ae6474c2f7449dd56ee3422d0da79','',NULL),(10691,'en','wpml-translation-management','73c3b44b6c6a6bd05a78c5e265953a39','The basket is empty',NULL,NULL,'','LINE',NULL,10,'','ae8258ffdbdffd872f5fd90ec0a9c4c0','',NULL),(10692,'en','wpml-translation-management','81a396be86acccd6d25779f4fb245ecf','The batch name was appended with the source language of its elements.',NULL,NULL,'','LINE',NULL,10,'','1422c806a7150ba2c47d0c91b371aa75','',NULL),(10693,'en','wpml-translation-management','9263bc69dbfbcb0d91b22355d5eb5c58','The below exception has occurred while communicating with Translation Proxy, please try again later or contact support if the problem persists:',NULL,NULL,'','LINE',NULL,10,'','7233826f57bcc3bef808977c9a73cfd2','',NULL),(10694,'en','wpml-translation-management','a4bb8afc03691f766d29664f15b1aca6','The communication error with Translation Proxy has appeared. Please try later.',NULL,NULL,'','LINE',NULL,10,'','b831af742383aeebb9f08fc82803793d','',NULL),(10695,'en','wpml-translation-management','6810ed6de8da6a8974251bf70f66f710','The communication log is empty.',NULL,NULL,'','LINE',NULL,10,'','3b49ddef0b84ad5223910f4147de9628','',NULL),(10696,'en','wpml-translation-management','071dd4529170b123233fa803a894ba1e','The constant DISABLE_WP_CRON should not be set to true.',NULL,NULL,'','LINE',NULL,10,'','8960427b4a62690854278fbe13aefd24','',NULL),(10697,'en','wpml-translation-management','88c6d03ac92aedf87c07b5a0dabab2c1','The constant WPML_ENVIRONMENT is set to \"Test\".',NULL,NULL,'','LINE',NULL,10,'','b34649e9eb0c86d4a0f0d554751307cb','',NULL),(10698,'en','wpml-translation-management','af7cce48fc31b6a66df33547f332acd5','The deadline that you set for the following jobs has passed:',NULL,NULL,'','LINE',NULL,10,'','998550e3aa3b0143fc5b4dbe7aa0e7f8','',NULL),(10699,'en','wpml-translation-management','f98c53c8521656e91fd0b457c0823912','The following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','79c9c388620017b1cbf6b034665b9ed8','',NULL),(10700,'en','wpml-translation-management','1b49d33aa307459e9c5e30689133f732','The following table lists the content which professional translation updated or created.',NULL,NULL,'','LINE',NULL,10,'','379370610b5e6edbf266c40c51ece999','',NULL),(10701,'en','wpml-translation-management','65a0e9538521041057637d5857149cef','The items you have selected are now in the translation basket –',NULL,NULL,'','LINE',NULL,10,'','fd5ef92afd6c1e5a066922f389357bbd','',NULL),(10702,'en','wpml-translation-management','410b43ed405f01f56c96630930329cfe','The job is already canceled',NULL,NULL,'','LINE',NULL,10,'','442e59e0b2495522ebd4ca0d7151f6c4','',NULL),(10703,'en','wpml-translation-management','ad74a131cf902f380cb4421f26332cb9','The job is already finished',NULL,NULL,'','LINE',NULL,10,'','6905e83c85be4838a75ed854b3f7e814','',NULL),(10704,'en','wpml-translation-management','ab6bb28efa7c84911f782ad22c118a67','The length of the batch name exceeds the maximum length of %s',NULL,NULL,'','LINE',NULL,10,'','92a2e1d9f1481ed1376d87aaebd7494c','',NULL),(10705,'en','wpml-translation-management','c0f8856a591809296ff8cf358c0d0fef','The log is empty.',NULL,NULL,'','LINE',NULL,10,'','4080054c9810e3a05aa36995a206e5a0','',NULL),(10706,'en','wpml-translation-management','1a33b888f61c1d0b55f5e0ae3c5bca03','The number of words WPML will send to translation:',NULL,NULL,'','LINE',NULL,10,'','6e9681560529c8f180ed0f41a522bad5','',NULL),(10707,'en','wpml-translation-management','7eafe843bd51c1bd508b6c7727043df6','The original has been deleted!',NULL,NULL,'','LINE',NULL,10,'','dde3c4f6a303e10476ccecb870c8dccb','',NULL),(10708,'en','wpml-translation-management','d4d4adb2db0d76b0deecef5718a83d38','The original post cannot be retrieved',NULL,NULL,'','LINE',NULL,10,'','c683a87748cb1fd1b322bf89b50183e1','',NULL),(10709,'en','wpml-translation-management','e1fc566206cc1145491b11448eeae74a','The site will fetch translations manually',NULL,NULL,'','LINE',NULL,10,'','3af4ffc4562fcf9f2a1a283a1c866852','',NULL),(10710,'en','wpml-translation-management','72e5f97db3dfe7c104dd718e0634fe15','The translation for %1$s from %2$s to %3$s was canceled on the Translation Service. You can send this document to translation again from the Translation Dashboard.',NULL,NULL,'','LINE',NULL,10,'','afb4223d2888a14bf93df95bbe579083','',NULL),(10711,'en','wpml-translation-management','1ea6687219d73402a547c4838b1630c9','The translation job (%s) doesn\'t belong to you.',NULL,NULL,'','LINE',NULL,10,'','7a67872248c4e489612841a2a63055af','',NULL),(10712,'en','wpml-translation-management','fdb018378e0396d68ab1f0f52dcdc075','The translation job was completed on time.',NULL,NULL,'','LINE',NULL,10,'','e1020a1df0d5228bc9771ba1ac1d0493','',NULL),(10713,'en','wpml-translation-management','e7a93b558bbb362ee493ae23367f3125','The translation process with %1$s was reset.',NULL,NULL,'','LINE',NULL,10,'','3e52281dd5a94ca4a7a8d0acf435f742','',NULL),(10714,'en','wpml-translation-management','1a8eb56cdd17e5aba7f55c4ee53b8588','The translator %1$s is requesting to use the Advanced Translation Editor on site %2$s.',NULL,NULL,'','LINE',NULL,10,'','decdab1cde9ce434d5e39946ee8ee353','',NULL),(10715,'en','wpml-translation-management','995745d0007f8c82e087efcc27ca7628','The translator %1$shas completed the translation job for \"%2$s\" from %3$s to %4$s.',NULL,NULL,'','LINE',NULL,10,'','7a3e6d1c3681a913f5cf5626ddbb4ea7','',NULL),(10716,'en','wpml-translation-management','7b73d682200ef81f87ffc1aa708300e5','The translator %1$shas updated the translation job for \"%2$s\" from %3$s to %4$s.',NULL,NULL,'','LINE',NULL,10,'','e79c4078a973985116210e585345615a','',NULL),(10717,'en','wpml-translation-management','b6a645992a6b3523f7f670436dc06450','The type of the post cannot be retrieved',NULL,NULL,'','LINE',NULL,10,'','5e2cfbee7fdaaa730b2753d8ccaf22a2','',NULL),(10718,'en','wpml-translation-management','838676fb25918eb00f11eaf6a8667f36','The uploaded xliff file does not seem to be properly formed.',NULL,NULL,'','LINE',NULL,10,'','9facbf622997ad1778f7b0c532b6932b','',NULL),(10719,'en','wpml-translation-management','f8c44391a28f1707cfa2d393064d26e4','The uploaded xliff file doesn\'t belong to this system.',NULL,NULL,'','LINE',NULL,10,'','6a45f20357fb6c1e2559d5e4df2c19df','',NULL),(10720,'en','wpml-translation-management','d07a830f53de2aa72a0b028d19928c44','The xliff file could not be read.',NULL,NULL,'','LINE',NULL,10,'','2fd72b6a9daaef2094f892368c255bac','',NULL),(10721,'en','wpml-translation-management','51ce69464dc0fe8ea13d6367858e3cc5','There are %s jobs waiting for a translator:',NULL,NULL,'','LINE',NULL,10,'','3337f4e36c0e6ca01d5c1edebc29fb07','',NULL),(10722,'en','wpml-translation-management','489f6fbb5f5929365b25d3c7218da66a','There are %s jobs, which you can take (not specifically assigned to you):',NULL,NULL,'','LINE',NULL,10,'','ba44e32f7ea78178bbfa73d4124262d3','',NULL),(10723,'en','wpml-translation-management','4accca6b22ac2ebb6e5c954696dd8a7a','There are base64 encoded fields in this document',NULL,NULL,'','LINE',NULL,10,'','6cc44e7ba6effc164489a8f9a5754a07','',NULL),(10724,'en','wpml-translation-management','93044fd7285c416f8d7226c2d3eaf3ac','There are no Jobs in the queue.',NULL,NULL,'','LINE',NULL,10,'','ea5af7d06ab952392c75e12821b2edcb','',NULL),(10725,'en','wpml-translation-management','3efae6444b8d00363961a1afbe446899','There is 1 job waiting for a translator:',NULL,NULL,'','LINE',NULL,10,'','f8c4e0a12bac1d1bedc84282afb1d8df','',NULL),(10726,'en','wpml-translation-management','2cab750875b34d7c5f11349c42610b62','There is 1 job, which you can take (not specifically assigned to you):',NULL,NULL,'','LINE',NULL,10,'','df2dac121cab2219e80b4f8d3b8f67a7','',NULL),(10727,'en','wpml-translation-management','f36e933573778c1b2e3babf818378dd6','There is a problem with your translation service.',NULL,NULL,'','LINE',NULL,10,'','58f705e8334a7b3a3bf9da142aa5a46c','',NULL),(10728,'en','wpml-translation-management','8a9749d4829ee548491f3b558e4d72eb','There is new translated content on this site. You can scan posts and strings to adjust links to point to translated content.',NULL,NULL,'','LINE',NULL,10,'','9e3d2cfbed2ce9e18c91a41f46c991ea','',NULL),(10729,'en','wpml-translation-management','9db82a0c92799a7ff2fd34f52e961dcb','There was a problem communicating with ATE: %s ',NULL,NULL,'','LINE',NULL,10,'','6b32bc7cd4842da424fbbd1ff8b64b3f','',NULL),(10730,'en','wpml-translation-management','adfdc7a74ff50fb3e7bc558c28fed29f','This %s',NULL,NULL,'','LINE',NULL,10,'','35030a403f29688e55c36282f5a7ecff','',NULL),(10731,'en','wpml-translation-management','173e4cfcdc09b1786e1e902e362c1e4a','This batch name already exists and was modified to ensure unique naming',NULL,NULL,'','LINE',NULL,10,'','77ae4f45260d4a8dec7f98f43161406e','',NULL),(10732,'en','wpml-translation-management','999f0fbdeeb4dd2d2b6fd4fdaeca8ae9','This content came from the Gutenberg editor and you need to translate it carefully so that formatting in not broken.',NULL,NULL,'','LINE',NULL,10,'','9ab0538806e861cc6444a86f76b6c619','',NULL),(10733,'en','wpml-translation-management','54651197e1df8015811014cb8f6edeae','This deadline is what WPML suggests according to the amount of work that you already sent to this translator. You can modify this date to set the deadline manually.',NULL,NULL,'','LINE',NULL,10,'','b28b7142215e48b2628ee58e7373397a','',NULL),(10734,'en','wpml-translation-management','40dfab805a1ae5bf5c6625c9d3b30e46','This document is a duplicate of:',NULL,NULL,'','LINE',NULL,10,'','6aacc5b6e131fee9316146782745c32e','',NULL),(10735,'en','wpml-translation-management','2e968ab0daa31d0e0ae2f334bf55de0f','This is a local job so it does not have an XLIFF file to download',NULL,NULL,'','LINE',NULL,10,'','871c45053f68713d2bb1cf85b7e165e0','',NULL),(10736,'en','wpml-translation-management','a8b62d4c62c6f1c3e948add7f8257a64','This is a log of the communication between your site and the translation system. It doesn\'t include any private information and allows WPML support to help with problems related to sending content to translation.',NULL,NULL,'','LINE',NULL,10,'','71007dcabfba84e42b5e5e23c6e14810','',NULL),(10737,'en','wpml-translation-management','90eaec2ec217112934706ecd79e4712d','This is a quick reminder about translation jobs that you sent and are behind schedule.',NULL,NULL,'','LINE',NULL,10,'','dbc86be0443386da263d86bb68ed6762','',NULL),(10738,'en','wpml-translation-management','cd555b6a69d9ee74a6d9ac908bf378b2','This is indeed my production site',NULL,NULL,'','LINE',NULL,10,'','87d0d1ab8ddc34080dc3c9d77d5600b6','',NULL),(10739,'en','wpml-translation-management','a74e777df0a3f3aacc3c37bd1220205a','This job cannot be edited anymore because a newer job for this element exists.',NULL,NULL,'','LINE',NULL,10,'','3f92b44d21a182e73e39311f0476b5fc','',NULL),(10740,'en','wpml-translation-management','487bf5d92a7bf870747215a453497667','This message was automatically sent by Translation Management running on %s. To stop receiving these notifications contact the system administrator at %s.\\n\\nThis email is not monitored for replies.',NULL,NULL,'','LINE',NULL,10,'','1c8a500816f41ab31cfc52d5c163da9e','',NULL),(10741,'en','wpml-translation-management','310b597bf7ae0354257606815f85e62f','This message was automatically sent by Translation Management running on %s. To stop receiving these notifications, go to Notification Settings, or contact the system administrator at %s.\\n\\nThis email is not monitored for replies.',NULL,NULL,'','LINE',NULL,10,'','3fd4c7737c2b044324f859675edfac56','',NULL),(10742,'en','wpml-translation-management','e6f31f8febacd436b063a31782c24f74','This site can use WPML\'s Advanced Translation Editor, but you did not receive permission to use it. You are still translating with WPML\'s classic translation editor. Please ask your site\'s Translation Manager to enable the Advanced Translation Editor for you.',NULL,NULL,'','LINE',NULL,10,'','1e9159399394b1d2f99de1cb708d018d','',NULL),(10743,'en','wpml-translation-management','b4ddc544a37b4dde2111df9fdab01e07','This site doesn\'t yet have a Translation Manager.',NULL,NULL,'','LINE',NULL,10,'','48549aac5d5861d95c510eb69435fbc3','',NULL),(10744,'en','wpml-translation-management','ddc8f22056191168a9729d171c839449','This stuff is actually important. Please follow the video to send a test translation. Then, you can dismiss this message. Thank you!',NULL,NULL,'','LINE',NULL,10,'','65b4cfa4eba8d85596ee6c3b0a256af0','',NULL),(10745,'en','wpml-translation-management','7ab54a4606d111a9f9cf511b7723f65b','This translation job is overdue by %s day.',NULL,NULL,'','LINE',NULL,10,'','2de6468c5ba3de2e2a176c07910988c1','',NULL),(10746,'en','wpml-translation-management','b00ab6d7bb7a1d4a595527224674a813','This translation job is overdue by %s days.',NULL,NULL,'','LINE',NULL,10,'','2110e368e72e3f0b52ddc72bc5cff233','',NULL),(10747,'en','wpml-translation-management','a77fde4c599b8f666fbb023a83c20eee','This week %1$s had the following %2$s translation updates',NULL,NULL,'','LINE',NULL,10,'','7508f47d8226e1174cfa2fa97bb50bcc','',NULL),(10748,'en','wpml-translation-management','e12167aa0a7698e6ebc92b4ce3909b53','To',NULL,NULL,'','LINE',NULL,10,'','1b7373427be7b1af5c64d252e277349f','',NULL),(10749,'en','wpml-translation-management','8d6efecadc55e58ae36ded9475ed601d','To add more users of this site as translators, go to the %1$s page and click the %2$s tab.',NULL,NULL,'','LINE',NULL,10,'','eca28f344ccc802fa0521cd874fc354c','',NULL),(10750,'en','wpml-translation-management','c2f428fa343a349804767545d122a334','To collect completed translations from the translation service, go to %1$s and click on the %2$s button',NULL,NULL,'','LINE',NULL,10,'','9de1878a8cf6e3467b66fc007c8b69a8','',NULL),(10751,'en','wpml-translation-management','e6c1cdc5e5accc2c0524312411cb1d5b','To fix this problem, you need to tell WPML how these fields are encoded, so that WPML can decode them before sending for translation.',NULL,NULL,'','LINE',NULL,10,'','1302560b206c8ab27206246b88bc354b','',NULL),(10752,'en','wpml-translation-management','fbab3b7022547b214811b9b8d9f3407e','To re-enable it, please empty the basket or send it for translation.',NULL,NULL,'','LINE',NULL,10,'','df67848ded6c0788df9a8b0ae44de59a','',NULL),(10753,'en','wpml-translation-management','ec6a946a651b45cab5f8f54fc35dd75a','To see more items, use the filter and narrow down the search. %s',NULL,NULL,'','LINE',NULL,10,'','f37e945ad1064f75b80d2945c32e2347','',NULL),(10754,'en','wpml-translation-management','215487d53dfac62acf531fb3b8488d1c','To send content for translation to %1$s, you need to have an %1$s account.',NULL,NULL,'','LINE',NULL,10,'','ae0c426b63328da7fa7a1f68eed7b4f1','',NULL),(10755,'en','wpml-translation-management','1e2501460805f1f7674b70e3635e0da7','To send content to translation by %1$s, you need to have an account in %1$s and enter here your authentication details.',NULL,NULL,'','LINE',NULL,10,'','7797ce7976e53561b2189980194f6241','',NULL),(10756,'en','wpml-translation-management','75e635cf15ae19a0cf4f8498e96b5c54','To send content to translation first make sure \"%s\" is authenticated or you have at least one translator.',NULL,NULL,'','LINE',NULL,10,'','081de964b42679d7a494f9900e1a3f4f','',NULL),(10757,'en','wpml-translation-management','981be8b23d9aefdf816225120c4587fb','To send content to translation first make sure you either have %1$s or an %2$s.',NULL,NULL,'','LINE',NULL,10,'','bae243ad16aca858431f298393e69812','',NULL),(10758,'en','wpml-translation-management','89cce4273839a905f98621b7cd830010','To stop receiving notifications, log-in to %s and change your preferences.',NULL,NULL,'','LINE',NULL,10,'','159fe23e685e0a9b5fd3a92ef9e9932c','',NULL),(10759,'en','wpml-translation-management','195af72dc54be77b3847d0e881cd2896','To translate these jobs, go to the',NULL,NULL,'','LINE',NULL,10,'','4ca3fe751be06da31a3419c68b55c2ff','',NULL),(10760,'en','wpml-translation-management','c7886f9b6cb338248690f6fda71b287e','Today %1$s had the following %2$s translation updates',NULL,NULL,'','LINE',NULL,10,'','417a68aaecb07285526a484a5a8e95d9','',NULL),(10761,'en','wpml-translation-management','96b0141273eabab320119c467cdcaf17','Total',NULL,NULL,'','LINE',NULL,10,'','6dc196de86a27e19cfbc20eae363b0ed','',NULL),(10762,'en','wpml-translation-management','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'','LINE',NULL,10,'','83eb6cf73084803a6648bd89fbf0564e','',NULL),(10763,'en','wpml-translation-management','31a9430d8ee74f822d7737a591f426cd','Translate (this will include the slug in the translation and not create it automatically from the title)',NULL,NULL,'','LINE',NULL,10,'','8a7246c7a71cbadd6257a00da1e3a87f','',NULL),(10764,'en','wpml-translation-management','b86b8def1524c7c2eef97124de5d6b71','Translate Link Targets',NULL,NULL,'','LINE',NULL,10,'','f423dfdd1ed23eae29b1fae6f19d30c5','',NULL),(10765,'en','wpml-translation-management','bf295c5c210ca96e946c5b230584a386','Translate to %s',NULL,NULL,'','LINE',NULL,10,'','5a55ed6c3f308cc191714f36cb4c516b','',NULL),(10766,'en','wpml-translation-management','344f82938eeb4156c2d637c0e9e82219','Translated by',NULL,NULL,'','LINE',NULL,10,'','9c74125e39a75ae63bfca0c838e3d610','',NULL),(10767,'en','wpml-translation-management','d139be4621aeabe2d0da39baf61b0825','Translated documents options',NULL,NULL,'','LINE',NULL,10,'','57a27dc324cfa5addc528546dfb2895e','',NULL),(10768,'en','wpml-translation-management','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'','LINE',NULL,10,'','9361f0c8b6867f551f069fa9d96820e4','',NULL),(10769,'en','wpml-translation-management','f6aa1b1a762ee9be17a6e39dab81ec5b','Translation (incomplete) saved.',NULL,NULL,'','LINE',NULL,10,'','b37f7a7279234f6ec2df848521d87f67','',NULL),(10770,'en','wpml-translation-management','cc72c6fffc9a551f269b9b4dbbf990e5','Translation Basket',NULL,NULL,'','LINE',NULL,10,'','8475361b52f8b4287c76cbfcf87e3a40','',NULL),(10771,'en','wpml-translation-management','353e211e3b8508ec7ef1a6035285efe5','Translation Batch sent on ',NULL,NULL,'','LINE',NULL,10,'','6cd8a19635959a1dcc1e5addd17afc89','',NULL),(10772,'en','wpml-translation-management','f2b90ad7281e946ba32d160d6c39fd6e','Translation Dashboard',NULL,NULL,'','LINE',NULL,10,'','319f69c61421d97d36d53f2af91842fe','',NULL),(10773,'en','wpml-translation-management','f8341b0f8b2d09a49671b9770bdfa308','Translation Feedback',NULL,NULL,'','LINE',NULL,10,'','a09239913ed5dc12eec6d378d98b0546','',NULL),(10774,'en','wpml-translation-management','4cf19fb8c8cae9e417bd35e64e945b7d','Translation Jobs',NULL,NULL,'','LINE',NULL,10,'','c2ecb287a376c607da9a013a7c6aa5d2','',NULL),(10775,'en','wpml-translation-management','720cf390ed665e12185c7e7e45f66721','Translation Management',NULL,NULL,'','LINE',NULL,10,'','4845a83add7f04d1aa0dc4ac51dd2d83','',NULL),(10776,'en','wpml-translation-management','a8c85bf703b30c07eedfe7e931cfca05','Translation Management System',NULL,NULL,'','LINE',NULL,10,'','a7df5c9e717a2ebd206b9220603488d1','',NULL),(10777,'en','wpml-translation-management','29d551b571f2a3bed717130c583b1fcc','Translation Managers',NULL,NULL,'','LINE',NULL,10,'','cf555c64a36a315b03870a8c7812096e','',NULL),(10778,'en','wpml-translation-management','134d4413abf1fb055d58e397f43a3109','Translation Memory',NULL,NULL,'','LINE',NULL,10,'','f69d1b2e81f7c1268a12d62d5a403b0f','',NULL),(10779,'en','wpml-translation-management','ea5a02985534630383b0874bbea5cabc','Translation Notifications',NULL,NULL,'','LINE',NULL,10,'','0ed8bbbffcacac3ec8bf4b3d85c89c68','',NULL),(10780,'en','wpml-translation-management','6c841be16345a75607bf9ff95dea2046','Translation Priorities',NULL,NULL,'','LINE',NULL,10,'','81d6abff6a4bc235fcf319f31c8b3024','',NULL),(10781,'en','wpml-translation-management','5583428170af3f5684ae3f59e3e1c7cf','Translation Priority',NULL,NULL,'','LINE',NULL,10,'','bd3d953fa86e218f8ffb290c3cd07cba','',NULL),(10782,'en','wpml-translation-management','ef6786210183f59e3e5ea64b10d4555d','Translation Proxy error',NULL,NULL,'','LINE',NULL,10,'','a86561fba7b1ff7ae70a26e78ee9e102','',NULL),(10783,'en','wpml-translation-management','cb4b836fe935a6e5ccbba641ec7d9308','Translation Queue',NULL,NULL,'','LINE',NULL,10,'','e4e55276537f1d2ad60a7ea727661cfd','',NULL),(10784,'en','wpml-translation-management','e92f18cd6f23980e888577a53c2e84da','Translation Roles',NULL,NULL,'','LINE',NULL,10,'','fa35ea8c9fbd86967534d4691219fb2a','',NULL),(10785,'en','wpml-translation-management','54d1a8b447435ee325e306b8a58f58c9','Translation Service',NULL,NULL,'','LINE',NULL,10,'','5dee364754c9b46623caf46a9f93b981','',NULL),(10786,'en','wpml-translation-management','28c3ebf55813eec58e8bbf2cbf959955','Translation Service will deliver translations automatically using XML-RPC',NULL,NULL,'','LINE',NULL,10,'','4dde8655212f2c7d48ed3d5af1f85835','',NULL),(10787,'en','wpml-translation-management','ffad6aa5c33663d5f1a628e91f01c6f0','Translation Services',NULL,NULL,'','LINE',NULL,10,'','57b17a981479a9fb10790079c22b76e6','',NULL),(10788,'en','wpml-translation-management','fc6c45df18ac473645088b292d4c688e','Translation Services Tab',NULL,NULL,'','LINE',NULL,10,'','7555e02b4446b2124495048168117c42','',NULL),(10789,'en','wpml-translation-management','42faac601beba8207fd49c86ddba39b8','Translation added: ',NULL,NULL,'','LINE',NULL,10,'','d202c28ffe1b26e91d05613edb23ae5b','',NULL),(10790,'en','wpml-translation-management','7c6f4756a53cd4ac26fd42a1f2d1869a','Translation cancelled.',NULL,NULL,'','LINE',NULL,10,'','273127f363cecd4c03451ef6093d23a1','',NULL),(10791,'en','wpml-translation-management','895a75147c9fe009ab46b04a47d5a560','Translation complete',NULL,NULL,'','LINE',NULL,10,'','7e527ae2425fe2acabc86cff9f33a61c','',NULL),(10792,'en','wpml-translation-management','7dd00fa4a386568db3be2633bf730340','Translation has been removed by admin',NULL,NULL,'','LINE',NULL,10,'','0dc5b0648bf09e4e3a43c5d79e00754e','',NULL),(10793,'en','wpml-translation-management','dc6051b5d7e6b95825041f9146be0370','Translation in progress',NULL,NULL,'','LINE',NULL,10,'','8c021948fd2ffbba355c2e191e019332','',NULL),(10794,'en','wpml-translation-management','8eb1a3cd69452285113a0baf128f430b','Translation is complete',NULL,NULL,'','LINE',NULL,10,'','cc6d6f413e70ed902dd04bd413f0518b','',NULL),(10795,'en','wpml-translation-management','07739f53391f23599b81e2ed4b3f9656','Translation is ready, no need to check its status',NULL,NULL,'','LINE',NULL,10,'','c485e2daff962af593cf915fc4eeff1b','',NULL),(10796,'en','wpml-translation-management','2a9a425eebfbe9c4cce0fb9dfc027306','Translation jobs for:',NULL,NULL,'','LINE',NULL,10,'','ffc177092fcad41e6939bacc4d4644c4','',NULL),(10797,'en','wpml-translation-management','d2dea9ff054dfe90a7867a1aefe3d06a','Translation jobs ready...',NULL,NULL,'','LINE',NULL,10,'','31fb1bd768db9f8c53e59b81f6f6f3a7','',NULL),(10798,'en','wpml-translation-management','4747d23e726af9adf77f7ffc0ac9317f','Translation languages',NULL,NULL,'','LINE',NULL,10,'','7317b6811eb8392a1bed75104724ce8e','',NULL),(10799,'en','wpml-translation-management','5122d86a29b13551cdf4864b27f425fc','Translation needs update',NULL,NULL,'','LINE',NULL,10,'','54520ca5d1c91771745dfedf18ddbbe9','',NULL),(10800,'en','wpml-translation-management','c53c8332a43404ede752b61a7d5ee3f3','Translation of job %s has been uploaded and completed.',NULL,NULL,'','LINE',NULL,10,'','c2ef5514ce3d053c938d19d26cb02e52','',NULL),(10801,'en','wpml-translation-management','036caea802f281ea83c848f5dd0b6c42','Translation options',NULL,NULL,'','LINE',NULL,10,'','7e10cff41448b4a7633a20a842d26982','',NULL),(10802,'en','wpml-translation-management','542ec8c15eeb73f67e1a0a80f071e359','Translation pickup mode',NULL,NULL,'','LINE',NULL,10,'','767b91f130a34b4717361614b5dfc2e6','',NULL),(10803,'en','wpml-translation-management','8c6cf3502598bc89029450d136d9b720','Translation ready to download',NULL,NULL,'','LINE',NULL,10,'','1c77772e20ce023a7d839b57089e755f','',NULL),(10804,'en','wpml-translation-management','d3dea43fa51db46ef73124b7425b9e3e','Translation saved.',NULL,NULL,'','LINE',NULL,10,'','ee20678206cbe090d9f0dc412feaa6ee','',NULL),(10805,'en','wpml-translation-management','3f65b4e558016b90ee913a1ccd210910','Translation status',NULL,NULL,'','LINE',NULL,10,'','325dd31118910de848f9ba1cade58de9','',NULL),(10806,'en','wpml-translation-management','bb28080e46dea6b0a33654eec0906975','Translation to',NULL,NULL,'','LINE',NULL,10,'','0d72ac186d90fedc76a7cef56c8445b3','',NULL),(10807,'en','wpml-translation-management','3b82b88f498cc06fdbaacf74d24fb923','Translation updated: ',NULL,NULL,'','LINE',NULL,10,'','72ede8413f9540407703d94a0393fc1b','',NULL),(10808,'en','wpml-translation-management','3681c3e488a2e59ef28e1397d4d6b484','Translation updates for %1$s for %2$s',NULL,NULL,'','LINE',NULL,10,'','e4c44929b3d0d3432a114529f2c6eb8e','',NULL),(10809,'en','wpml-translation-management','a077c361028663178e814eaa277ea0d4','Translation updates for %1$s until %2$s',NULL,NULL,'','LINE',NULL,10,'','b4805eff3f1ba72a3072d3c996f463af','',NULL),(10810,'en','wpml-translation-management','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'','LINE',NULL,10,'','51a4e697b67e736f458953f0418805b5','',NULL),(10811,'en','wpml-translation-management','5500b37a10f72a6360bb310eb3fdf4ac','Translations downloaded',NULL,NULL,'','LINE',NULL,10,'','26c6f417b9d7c36a6426525533fcaa28','',NULL),(10812,'en','wpml-translation-management','7cbee0d2613d76b67ea2b532a995b553','Translations may delay because translators did not receive notifications',NULL,NULL,'','LINE',NULL,10,'','4cf87ac6807c002243a739cd4e331ad5','',NULL),(10813,'en','wpml-translation-management','cf253f690b229f7d51f4f2e230c1592c','Translations queue',NULL,NULL,'','LINE',NULL,10,'','fd50d1e288c39ba3467ae7cb9293e5d0','',NULL),(10814,'en','wpml-translation-management','8d4f90eeea46d604a6410c9bd877f582','Translator',NULL,NULL,'','LINE',NULL,10,'','b7bfefafb6e454ca04181b4da9bcc1ce','',NULL),(10815,'en','wpml-translation-management','741fc44daab47ec34bbc41536fdb4d8c','Translator %s has resigned from the translation job \"%s\" for %s to %s.%sView translation jobs: %s',NULL,NULL,'','LINE',NULL,10,'','5692696cbe9c2db0cc9ec1c34d758f61','',NULL),(10816,'en','wpml-translation-management','c88672f947cb629780cd3467306b23dc','Translator assigned',NULL,NULL,'','LINE',NULL,10,'','250bbbe162302a1dcd80d5374ad3b70b','',NULL),(10817,'en','wpml-translation-management','7473df2324002623dcb29cc62c00ec89','Translator has completed translation job for %s',NULL,NULL,'','LINE',NULL,10,'','8ec2033ea3a9921a78afc340c168ba36','',NULL),(10818,'en','wpml-translation-management','8f54a243075d31889c9083707291ad78','Translator has resigned from job on %s',NULL,NULL,'','LINE',NULL,10,'','4d253f18ee61d52cc9e3a30e004c0e0e','',NULL),(10819,'en','wpml-translation-management','9e26f8c989e7ebd32303d9a806d6fd40','Translator has updated translation job for %s',NULL,NULL,'','LINE',NULL,10,'','643c18acd0af45d30fcc4c7ab0ec8ab7','',NULL),(10820,'en','wpml-translation-management','48c692f3277cbc14246509ad36d5b3d0','Translator job canceled for %s',NULL,NULL,'','LINE',NULL,10,'','96af61cecff971e39e6286025d2447ba','',NULL),(10821,'en','wpml-translation-management','652a32f73b40eaa8cefc703614f2cec0','Translator job updated for %s',NULL,NULL,'','LINE',NULL,10,'','19f4fac9e0df6e3b0db096213d03fcc2','',NULL),(10822,'en','wpml-translation-management','2bba2da9852c144b3574cd5386de0297','Translator preview',NULL,NULL,'','LINE',NULL,10,'','cdbe3d68eaedcfe8445ac859dc7b608d','',NULL),(10823,'en','wpml-translation-management','40ef62e5f1430348b39a86059a9ebe57','Translators',NULL,NULL,'','LINE',NULL,10,'','f6372f563c199641d6510bc36e90ba5f','',NULL),(10824,'en','wpml-translation-management','f5a0af1da659448d7f63355a96a08e95','Translators Tab',NULL,NULL,'','LINE',NULL,10,'','7808d24bd827c7d4674a883131403e9d','',NULL),(10825,'en','wpml-translation-management','ecbd25b6a067bdf34f21c0572e9aa341','Translators help',NULL,NULL,'','LINE',NULL,10,'','3ccc3c056b2d021eaa7ae86babca3f9d','',NULL),(10826,'en','wpml-translation-management','fb56218358853716084ab3fdb8c38387','Translators will receive notifications and use the %1$s page to translate the content that you\'ve sent them.',NULL,NULL,'','LINE',NULL,10,'','789bee0ad9519e50b5e037b343b4d6a3','',NULL),(10827,'en','wpml-translation-management','f915a95e609bbd517a8a1e7bdcceef37','Try again',NULL,NULL,'','LINE',NULL,10,'','7472719acfe4d7c6175053a19f10abcd','',NULL),(10828,'en','wpml-translation-management','aec3b31e1f2a34f01c591bd309b619a9','Try one of the %s',NULL,NULL,'','LINE',NULL,10,'','41fb6727407d24a0524570b4b57daeed','',NULL),(10829,'en','wpml-translation-management','d61306cda0e73ee4ac620811f7d25c0e','Unable to invalidate this service. Please contact WPML support.',NULL,NULL,'','LINE',NULL,10,'','0445e82eb7148eb930a12cef7b68d4e6','',NULL),(10830,'en','wpml-translation-management','ec0fc0100c4fc1ce4eea230c3dc10360','Undefined',NULL,NULL,'','LINE',NULL,10,'','860589ae0f790a8867880af93755ea46','',NULL),(10831,'en','wpml-translation-management','cfe59810d1b64fda149314df19cc9bbe','Unknown string Package',NULL,NULL,'','LINE',NULL,10,'','0e5eeb518e980fffeb83cbc3e8df95b8','',NULL),(10832,'en','wpml-translation-management','e90d65beddaa4344fd51c334927b0a18','Update Translation Priority',NULL,NULL,'','LINE',NULL,10,'','d8668daef154d26425a0ff67c5114aeb','',NULL),(10833,'en','wpml-translation-management','b85aa95d6579810cd6883b06d252a6a2','Updated / Translated',NULL,NULL,'','LINE',NULL,10,'','4a80a9aa28622618c7804361ec11fc24','',NULL),(10834,'en','wpml-translation-management','91412465ea9169dfd901dd5e7c96dd99','Upload',NULL,NULL,'','LINE',NULL,10,'','36204087d073006b97e3c0e4bb4b3e60','',NULL),(10835,'en','wpml-translation-management','728ebba5cd0f7a05561028763423af1b','Use WPML\'s Advanced Translation Editor',NULL,NULL,'','LINE',NULL,10,'','354ea85387924841dfb061983f5961a8','',NULL),(10836,'en','wpml-translation-management','ab80992d18f14ac9ef0e03793fff7de5','Use WPML\'s Classic Translation Editor',NULL,NULL,'','LINE',NULL,10,'','349520d511f68b08ac3888a86d383875','',NULL),(10837,'en','wpml-translation-management','28a4d0ef297bfcd71b30b4e00e981464','Use WPML\'s Translation Editor',NULL,NULL,'','LINE',NULL,10,'','e590e43ec000e97d241e157c2eb482e7','',NULL),(10838,'en','wpml-translation-management','2ee6be6ab91f6af8f4fb63687ab2ed70','Use WPML\'s Translation Editor to translate:',NULL,NULL,'','LINE',NULL,10,'','dd8b859c72711ca23f0ac6668ca06971','',NULL),(10839,'en','wpml-translation-management','37acb35ea18affb5b7cfaf7952cbf475','Use a different Translation Service',NULL,NULL,'','LINE',NULL,10,'','b005f4e9b13c201963d8ca74bb73d38c','',NULL),(10840,'en','wpml-translation-management','99d135305afc98c78116e267d788aa4e','Use the %1$s page to select content for translation and send it to the translation service.',NULL,NULL,'','LINE',NULL,10,'','7fe1bf9ec4631da64f0932696d437a8f','',NULL),(10841,'en','wpml-translation-management','93993ec61ec9abcf507942690ed8995e','Use the %1$s page to select content for translation and send it to your translators.',NULL,NULL,'','LINE',NULL,10,'','8210468e1b75e2264d66f17380eb0659','',NULL),(10842,'en','wpml-translation-management','056f54fedd9848e8e746faf5667ba2c2','Use the WordPress Editor to translate:',NULL,NULL,'','LINE',NULL,10,'','276b5532a06bf5988eeacf427d556cb7','',NULL),(10843,'en','wpml-translation-management','4fec1e4293d77a95a340a6715ddefd74','Use this feature when you want to reset your translation process. All your existing translations will remain unchanged. Any translation work that is currently in progress will be stopped.',NULL,NULL,'','LINE',NULL,10,'','60387e8664f8057320303965a428a78a','',NULL),(10844,'en','wpml-translation-management','916568ea1d41a8e0e38ceecef19c1ddf','User found',NULL,NULL,'','LINE',NULL,10,'','7d1214c3062876e42b3070c10edbb85e','',NULL),(10845,'en','wpml-translation-management','0757ff2706f42f60f935a54e832553e2','User name:',NULL,NULL,'','LINE',NULL,10,'','332b91ea638194d872735c443ee096ba','',NULL),(10846,'en','wpml-translation-management','7cf0e32c12e7560827b8e9b11fcafca7','Users of this site',NULL,NULL,'','LINE',NULL,10,'','5a31e090344be2739b4d6741128e035e','',NULL),(10847,'en','wpml-translation-management','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,10,'Verb','a8a45ab03c68af6926d224d4ee4f8f52','',NULL),(10848,'en','wpml-translation-management','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'','784f7c3f61f0e94ba8f1143b7d933bca','',NULL),(10849,'en','wpml-translation-management','4070217917db2a77aa6643b2ce47ceed','View %s',NULL,NULL,'','LINE',NULL,10,'','35d5dfd1e78da013e73fdc927782630d','',NULL),(10850,'en','wpml-translation-management','773c80d6eb7d09c28d7c8223cb305c55','View original',NULL,NULL,'','LINE',NULL,10,'','abbd46c0bece68d8765c67e7f8a548de','',NULL),(10851,'en','wpml-translation-management','1b2c810817303162f186556db032559d','View translation jobs',NULL,NULL,'','LINE',NULL,10,'','f943cbdde3f0f21fb14adabcc6bfe78d','',NULL),(10852,'en','wpml-translation-management','5d58ca3f0d09d81bf33023a1ab4eb293','Visit our documentation to learn more about %1$s.',NULL,NULL,'','LINE',NULL,10,'','54c2e4c07a2f3c335b8e435cde82dc7b','',NULL),(10853,'en','wpml-translation-management','c3a9957a2f848e5b23abe5ebe2cfa6dc','Visit our documentation to learn more about using %1$s to learn about translating images, menus, widgets and more.',NULL,NULL,'','LINE',NULL,10,'','373d23bcee6c3925702e1d8eb6a010f4','',NULL),(10854,'en','wpml-translation-management','0b8fdf140d8b8240cd5a17d5256765bd','WPML 3.9 changes the way it works with ICanLocalize. This requires WPML to move to a new interface with ICanLocalize.',NULL,NULL,'','LINE',NULL,10,'','f76145ec30d0c481bc949ff1cda03bfc','',NULL),(10855,'en','wpml-translation-management','676b9d7d832c0883f4e4d352190b4d2d','WPML > Translation Management',NULL,NULL,'','LINE',NULL,10,'','4d35b109d5dcaaf73535214cb0b3ff19','',NULL),(10856,'en','wpml-translation-management','0c86d4d7730a6ccc7fe6598648c21b40','WPML > Translations',NULL,NULL,'','LINE',NULL,10,'','9bc4bc6533cef37d1282a9d4e5675b13','',NULL),(10857,'en','wpml-translation-management','d204ad1d2f58193be63f62d9b6d8a079','WPML Minimum Requirements',NULL,NULL,'','LINE',NULL,10,'','0aca3c036582e5d942fb2a04a9c87b86','',NULL),(10858,'en','wpml-translation-management','b3bf231a04744235cfc6ea8aee74af8c','WPML Notification Settings',NULL,NULL,'','LINE',NULL,10,'','abe0e8cda513de165d2c3fda8361cb69','',NULL),(10859,'en','wpml-translation-management','249f26aef2d402be8ab36a8aaff33715','WPML Support',NULL,NULL,'','LINE',NULL,10,'','2fd43648c557f19ee53777d166e89e6c','',NULL),(10860,'en','wpml-translation-management','98aa82251b09e2d0fc63fe573561009b','WPML Translation Jobs Migration',NULL,NULL,'','LINE',NULL,10,'','4e099f29b41ff1172ebbaff14f36ffc0','',NULL),(10861,'en','wpml-translation-management','0d62a9556d7404a5e3ce32fd47828f77','WPML Translation Management is enabled but not effective. It is not compatible with <a href=\"%s\">WPML</a> versions prior 2.0.5.',NULL,NULL,'','LINE',NULL,10,'','9bca04760f61e217eb6d888905d3064f','',NULL),(10862,'en','wpml-translation-management','0815837412dc9dd1fe06457797bb287f','WPML Translation Management is enabled but not effective. It requires %s in order to work.',NULL,NULL,'','LINE',NULL,10,'','cf969b7090b02cda7ecb5201178e331b','',NULL),(10863,'en','wpml-translation-management','273319a865ba089c3cd0c69d29817267','WPML Translation Management is enabled but not effective. It requires <a href=\"%s\">WPML</a> in order to work.',NULL,NULL,'','LINE',NULL,10,'','24fd4d8c26e381c7eabe80bfab832659','',NULL),(10864,'en','wpml-translation-management','4ff43a679707fd11ef6519187debb734','WPML Translation Management is enabled but not effective. Please finish the installation of WPML first.',NULL,NULL,'','LINE',NULL,10,'','9f5d04e7ac189c833b096a78a50fe863','',NULL),(10865,'en','wpml-translation-management','72ffc7fd9da8bd322a823c3781e02877','WPML Translation Management requires the following PHP extensions and settings:',NULL,NULL,'','LINE',NULL,10,'','7113129e3bebacc543f5572268597eb9','',NULL),(10866,'en','wpml-translation-management','244eb82d865294130f57b9950a36b034','WPML Translation Management will send the email address and name of each manager and assigned translator as well as the content itself to Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'','LINE',NULL,10,'','67a55feb2af7961bf06951ff1057822a','',NULL),(10867,'en','wpml-translation-management','c796e99f2432317522866e28c039c21f','WPML Translator Settings',NULL,NULL,'','LINE',NULL,10,'','7ef4b879fc5c8d13696a0a9b1d6007e6','',NULL),(10868,'en','wpml-translation-management','770d4ce3c5fe7c6cf880415858914c19','WPML Update is Incomplete',NULL,NULL,'','LINE',NULL,10,'','39ec475f444c6facd7b8b8c7928e0e35','',NULL),(10869,'en','wpml-translation-management','72c680b4aac11d25862c36192434b198','WPML can read a configuration file that tells it what needs translation in themes and plugins. The file is named wpml-config.xml and it\'s placed in the root folder of the plugin or theme.',NULL,NULL,'','LINE',NULL,10,'','5cbfbeb1d49ce9c5acb7e47bd5799bea','',NULL),(10870,'en','wpml-translation-management','db401302fabaeb9fcb87beeefb4ebf36','WPML can\'t find the translation service. Please contact WPML Support or your translation service provider.',NULL,NULL,'','LINE',NULL,10,'','1c386f99e6b17f18f0c4a23e47fb69be','',NULL),(10871,'en','wpml-translation-management','6612fa78d461c2ac2ef8b76c52fc5d8e','WPML cannot load the list of translation services. This can be a connection problem. Please wait a minute and reload this page.',NULL,NULL,'','LINE',NULL,10,'','fc6b75d4772ef1ed7ab8f38207c9115d','',NULL),(10872,'en','wpml-translation-management','556ee8422befcc95aca40c7ca4a93b4c','WPML cannot load the list of translation services. This can be a connection problem. Please wait a minute and reload this page.\\n If the problem continues, please contact WPML support.',NULL,NULL,'','LINE',NULL,10,'','e9b2bdda92aac8fedeaf14a25004291a','',NULL),(10873,'en','wpml-translation-management','13e41b6d44a018ef08e6ef0bd6a0bd83','WPML cannot send some of the content to translation',NULL,NULL,'','LINE',NULL,10,'','7f2277ca77567e5db4d10ed414666e9b','',NULL),(10874,'en','wpml-translation-management','6f6f70a00ce761b9fd4e8faf3e8528ab','WPML cannot send these documents to translation because the Advanced Translation Editor is not fully set-up yet.',NULL,NULL,'','LINE',NULL,10,'','13f81e0d5add32fcfede08df5032e917','',NULL),(10875,'en','wpml-translation-management','c67e874c841cd0d4d4ae5b36e2361100','WPML completed updating the translations history. Next, please visit the %s and click on the button to \"Check status and get translations\".',NULL,NULL,'','LINE',NULL,10,'','a07473f4e9c1e7049718ae7badc5c449','',NULL),(10876,'en','wpml-translation-management','f6445d45facc06921581eb4cbe4e5260','WPML could not send notification emails to the translators, telling them about the new work from you.',NULL,NULL,'','LINE',NULL,10,'','84845ca11dd3eed8cd945aa21104340a','',NULL),(10877,'en','wpml-translation-management','5150f84fd20fe66fc4e9c4f26564c59a','WPML created the accounts for your translators and sent them instructions.',NULL,NULL,'','LINE',NULL,10,'','e77b49796dcbb96bafa3af210d433f60','',NULL),(10878,'en','wpml-translation-management','55f62fb01128d9f8ab67fb0cc9811a96','WPML found some remote jobs on your site that must be migrated in order to work with WPML %s. You might not be able to access some of the WPML administration pages until this migration is fully completed.',NULL,NULL,'','LINE',NULL,10,'','79f07c61570643b21209c11f2bb6c3c7','',NULL),(10879,'en','wpml-translation-management','a985f1b98d5bfa7b7b87a15dc10e68d7','WPML needs to update its table of translation jobs, so that your site can continue receiving completed translations. This process will take a few minutes and does not modify content or translations in your site.',NULL,NULL,'','LINE',NULL,10,'','a4bf9a46d7ed1b5b2cc718c94c37e5b4','',NULL),(10880,'en','wpml-translation-management','968136a5e305ae94c5e51eefb9822a22','WPML needs to update your connection to ICanLocalize, but could not complete the change.',NULL,NULL,'','LINE',NULL,10,'','1428986928dea214624897345d0656c0','',NULL),(10881,'en','wpml-translation-management','19c8d4a5d80d355e21f8f2468417c42d','WPML offers tight integration with over 70 translation services. You will choose the translation service that you prefer and enjoy a streamlined process for sending jobs and receiving completed translations.',NULL,NULL,'','LINE',NULL,10,'','b3e14bfa36b13d837d053c40d6609cb3','',NULL),(10882,'en','wpml-translation-management','39ed2245853d0a396523e2d7be81ed6a','WPML sent emails to the translators, telling them about the new work from you.',NULL,NULL,'','LINE',NULL,10,'','c9057e78226edf73a456a2dc06a14bd6','',NULL),(10883,'en','wpml-translation-management','102359b07ba9bcbf3ef84e6f1c2ab9a3','WPML support',NULL,NULL,'','LINE',NULL,10,'','72bf881c18331acc8330e4bd8de4919b','',NULL),(10884,'en','wpml-translation-management','bb94c1a19ea9d62d547904e664d5cff5','WPML updated your connection to ICanLocalize. You can continue sending content to translation.',NULL,NULL,'','LINE',NULL,10,'','b2b60453a1f3e107e4b2e8a8a734aa20','',NULL),(10885,'en','wpml-translation-management','9a4efd951bfb4680d72989c89ee35930','WPML will no longer synchronize this %s with the original content.',NULL,NULL,'','LINE',NULL,10,'','eb9aad184174d21eed1f4a467fc9edfc','',NULL),(10886,'en','wpml-translation-management','a12a6450465f7d7fd718a377a40aa918','WPML\'s Advanced Translation Editor',NULL,NULL,'','LINE',NULL,10,'','7f6a5cde73aa03370759fdd55b3b1af1','',NULL),(10887,'en','wpml-translation-management','82bbb05a5eaa1568345c57a21346b2e1','WPML\'s Advanced Translation Editor is enabled, but not all your translators can use it.',NULL,NULL,'','LINE',NULL,10,'','57a5a85d49693d352636690119023731','',NULL),(10888,'en','wpml-translation-management','abd9e3e4de30ac2e722e7c475a0b88d7','WPML\'s Classic Translation Editor',NULL,NULL,'','LINE',NULL,10,'','0ee1ae43f4800e6792adedb78c3d274e','',NULL),(10889,'en','wpml-translation-management','929f6f00a187f2e0d5a1c8809eca9cc8','WPML\'s Translation Management',NULL,NULL,'','LINE',NULL,10,'','0c613b67fb0626c9f1fe5b50c772850b','',NULL),(10890,'en','wpml-translation-management','dc1ac78bdfb480ceae50dcb2dd064290','WPML->Settings->Translation notifications',NULL,NULL,'','LINE',NULL,10,'','d8de93aaa0ea039e98b12049bb59aab0','',NULL),(10891,'en','wpml-translation-management','b5d10f00257c3ceb8b51b341f8f0085a','WPML.org account',NULL,NULL,'','LINE',NULL,10,'','c022aa0cbbb0a4d6847e7e33d9cc11d7','',NULL),(10892,'en','wpml-translation-management','8f53a11cc3d041b9f1aad88385c698b5','WPML’s Translation Editor makes it easy for your own translators to translate content in your site. You can create accounts for new translators or use existing WordPress users as your translators.',NULL,NULL,'','LINE',NULL,10,'','b8a8b82030cc0c8a76241be32b8c9a6f','',NULL),(10893,'en','wpml-translation-management','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'','LINE',NULL,10,'','d170355be5487a1c242904efe57ad48a','',NULL),(10894,'en','wpml-translation-management','be7be5b70339ff1d73c3da80a4cea16e','Waiting for translator / In progress',NULL,NULL,'','LINE',NULL,10,'','6838c011ed248410606fc53d170c2b4c','',NULL),(10895,'en','wpml-translation-management','a61f488affd02d7ba7e3a68c69534d7c','Want to improve the quality of your site’s translation?',NULL,NULL,'','LINE',NULL,10,'','c0886a944135906f34e5fbcc019c4bb6','',NULL),(10896,'en','wpml-translation-management','62e13861837e939575ec164a7d45138b','We detected a possible issue blocking the word count process. Please verify the following settings:',NULL,NULL,'','LINE',NULL,10,'','29b343ba602aab7198eea1b27a05e3d0','',NULL),(10897,'en','wpml-translation-management','1e005ff1696d8aebacda9fa1fe5d8edc','What translation tool do you want to use?',NULL,NULL,'','LINE',NULL,10,'','f406395114aaadd5c58bd3aefa77e061','',NULL),(10898,'en','wpml-translation-management','4ad2b3544665c4143095828576e9eef8','When duplicating content, please first duplicate parent pages to maintain the site\'s hierarchy.',NULL,NULL,'','LINE',NULL,10,'','6ee543a6e12b7800de3f115424cb0392','',NULL),(10899,'en','wpml-translation-management','02111fb868563986d6cab640187640c8','Who will translate this site?',NULL,NULL,'','LINE',NULL,10,'','be9a80ed94fc4a8200a7666c82878352','',NULL),(10900,'en','wpml-translation-management','2f5dc0085feafaebebc657c6b48142ec','Word count estimate:',NULL,NULL,'','LINE',NULL,10,'','228b3a99e8636fe4c33c9ec64bc01ecb','',NULL),(10901,'en','wpml-translation-management','bbcf245b1f8e2178472d81d8e177896b','Word count for the entire site',NULL,NULL,'','LINE',NULL,10,'','21f01c63ece0fc12278d8eee0d0e00f1','',NULL),(10902,'en','wpml-translation-management','d45b1c856c075a34dbd014ccf929709c','WordPress role:',NULL,NULL,'','LINE',NULL,10,'','cd9fc4d037b6351016aa99bfcbc28fd3','',NULL),(10903,'en','wpml-translation-management','6f15b8d4b7287d60a8ea3d1c5cbadc84','Words',NULL,NULL,'','LINE',NULL,10,'','5d1e5916c700a64f3c51e75b22f17e17','',NULL),(10904,'en','wpml-translation-management','50f8e2bf27ec47ea1383623b786c8d52','Words to translate',NULL,NULL,'','LINE',NULL,10,'','8e38707fa2d05a59822463c356692918','',NULL),(10905,'en','wpml-translation-management','cc8ccf907bcb44a65a4d3ad56d756f9a','Working with Translation Managers',NULL,NULL,'','LINE',NULL,10,'','64702d85dd4a4bf80a6ae3d1624e5b33','',NULL),(10906,'en','wpml-translation-management','f617cdc3cd4c1fa26eb11fba6422bb6f','XLIFF %s',NULL,NULL,'','LINE',NULL,10,'','37b7627dee7097c0470f5620411fe84c','',NULL),(10907,'en','wpml-translation-management','366acc175979afe6b9ee8742bd01ae62','XLIFF file downloaded',NULL,NULL,'','LINE',NULL,10,'','18a154de60ea813f7685094814f1e232','',NULL),(10908,'en','wpml-translation-management','9d815fd39e44bc7352239b56bd045e2c','XLIFF file options',NULL,NULL,'','LINE',NULL,10,'','d27265b50a9857d7c9ae6a09b4958e4e','',NULL),(10909,'en','wpml-translation-management','ea29173b1df18e0a706de171998a7221','XLIFF translation',NULL,NULL,'','LINE',NULL,10,'','b51abd16320d8672a4736fc46b515069','',NULL),(10910,'en','wpml-translation-management','542d3f6f766d6ce6c525d95f2c57a128','XLIFF version',NULL,NULL,'','LINE',NULL,10,'','382acb38c54135fba128dcbb2e830b68','',NULL),(10911,'en','wpml-translation-management','ba96546fcbbdd45b852531cb2229ab9f','You activated the Advanced Translation Editor for this site, but you are updating an old translation. WPML opened the Standard Translation Editor, so you can update this translation. When you translate new content, you\'ll get the Advanced Translation Editor with all its features. To change your settings, go to WPML Settings.',NULL,NULL,'','LINE',NULL,10,'','616ee2a1cc9b95646978519268a6fd62','',NULL),(10912,'en','wpml-translation-management','4d7441f6f7b66ce34a73b9f57d0ce8c2','You are about to delete selected items from the basket. Are you sure you want to do that?',NULL,NULL,'','LINE',NULL,10,'','81a187e636511b4f7c603874cf0726d5','',NULL),(10913,'en','wpml-translation-management','8820b205dec38c4279c789ca15a773d7','You are downloading %d jobs',NULL,NULL,'','LINE',NULL,10,'','fcd1fc62e6d39878af341b0327a55424','',NULL),(10914,'en','wpml-translation-management','e518373052f0c5b656d6b11342792c36','You are not allowed to perform this action.',NULL,NULL,'','LINE',NULL,10,'','42ddcdf47738614245375e6560611d67','',NULL),(10915,'en','wpml-translation-management','5d5c17b063dbc0ea441d476a12ae4eaa','You are not allowed to run this action.',NULL,NULL,'','LINE',NULL,10,'','15ff191bc8812609924759beb350d3e3','',NULL),(10916,'en','wpml-translation-management','3e8a21b9f28db8f70c4262f95d25e815','You are now the Translation Manager for %s - action needed',NULL,NULL,'','LINE',NULL,10,'','b9b92501871cb9775679b1efb89c8363','',NULL),(10917,'en','wpml-translation-management','54268ff4f0f174ee6c1bca981f134b3b','You are receiving this email because you have a translator \\n\\t\\t\\taccount in %1$s. To stop receiving notifications, \\n\\t\\t\\tlog-in to %2$s and unselect \"Send me a notification email \\n\\t\\t\\twhen there is something new to translate\". Please note that \\n\\t\\t\\tthis will take you out of the translators pool.',NULL,NULL,'','LINE',NULL,10,'','747615ceb2d4ca374f7c9d05803a7059','',NULL),(10918,'en','wpml-translation-management','8839775a4b630ab569998a002919fc55','You are running updated %s and %s, but the following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','745b66515ae862677e0420d635290238','',NULL),(10919,'en','wpml-translation-management','64591b515734d6ad72a8e21a899a062a','You are running updated %s, but the following component is not updated:',NULL,NULL,'','LINE',NULL,10,'','2b46f18c3c8547ccbf99b1e6a9bc545b','',NULL),(10920,'en','wpml-translation-management','c46464a60566d59490fbb02e38365ff9','You are the Translation Manager for %s. This role lets you manage everything related to translation for this site.',NULL,NULL,'','LINE',NULL,10,'','f9ac8af2fd5577c46c4b3c99a73466aa','',NULL),(10921,'en','wpml-translation-management','42d3d7e5bae1c1ac7aeb4bd3ffcd28e9','You are trying to import an empty archive.',NULL,NULL,'','LINE',NULL,10,'','5618a0a00346fb62fde8020453037738','',NULL),(10922,'en','wpml-translation-management','65294092a7f4f9ee5dcf1ee931eb00e7','You are trying to import an empty file.',NULL,NULL,'','LINE',NULL,10,'','7a106e6a2d7d3407e8f2b918a649e409','',NULL),(10923,'en','wpml-translation-management','65534fef22052243f81de1e884d147b0','You are trying to import an incompatible Archive.',NULL,NULL,'','LINE',NULL,10,'','7e0b3a4d42bb0863618b8843a66713ba','',NULL),(10924,'en','wpml-translation-management','159daa31be472bca4291c8ecfae1ac01','You can always follow the progress of translation in the %s. For a more detailed view and to cancel jobs, visit the %s list.',NULL,NULL,'','LINE',NULL,10,'','c144f65a2d8837e04f144756f3c14b62','',NULL),(10925,'en','wpml-translation-management','5e0c515ede6ef765b78a7190c1d8232d','You can cancel only a local job',NULL,NULL,'','LINE',NULL,10,'','2b91077356d33c5ec3031fe2ac804359','',NULL),(10926,'en','wpml-translation-management','75a23d48466668afa258426b893736cb','You can check again in %s minutes.',NULL,NULL,'','LINE',NULL,10,'','e974994021bfb79fa9feb28d3e9198cb','',NULL),(10927,'en','wpml-translation-management','c3b789e0639c02265eacf6b1ed907e40','You can check again in %s seconds.',NULL,NULL,'','LINE',NULL,10,'','d11cd66a1579d62ef1690c5269c978f6','',NULL),(10928,'en','wpml-translation-management','9a333076be7cf92d7d19c02feb058c59','You can check current status of this job in %s.',NULL,NULL,'','LINE',NULL,10,'','37776eb7a8326a7eb458b62bd9d5b4f9','',NULL),(10929,'en','wpml-translation-management','bbafab22c59466c92f412f30a7403e45','You can continue the Translation Management configuration later by going to WPML -> Settings -> How to translate posts and pages.',NULL,NULL,'','LINE',NULL,10,'','c64f91366c412502a021b2b6b1c54a54','',NULL),(10930,'en','wpml-translation-management','0968125d0b0b9349c97cde15d48ac2a6','You can control email notifications to translators and yourself in %s.',NULL,NULL,'','LINE',NULL,10,'','bb02fc36b34ec1e62c0e6be3e4fe87d3','',NULL),(10931,'en','wpml-translation-management','6c38463ff32a18611baf4178df95ee7b','You can find API token at %s site',NULL,NULL,'','LINE',NULL,10,'','72cad374e153abe05870feb087e7326f','',NULL),(10932,'en','wpml-translation-management','421694302fc8e0e51988aa092a406862','You can find this at %s site',NULL,NULL,'','LINE',NULL,10,'','6e4b5307a37bf5973c8d6a36ae0f241a','',NULL),(10933,'en','wpml-translation-management','903a766c8a6d9049efd2630a7da628a3','You can translate to and from all languages',NULL,NULL,'','LINE',NULL,10,'','ca912d291d43d310fb722f2356eb34a8','',NULL),(10934,'en','wpml-translation-management','a45297206d542ceacfec958c3d86ab48','You can view your other translation jobs here: %s',NULL,NULL,'','LINE',NULL,10,'','40165a13840617b947aa4beeb14f189e','',NULL),(10935,'en','wpml-translation-management','44ca42ef93d9d07497b572bc368e9e4a','You can\'t do that!',NULL,NULL,'','LINE',NULL,10,'','2795725dddf94383f13fef9e14dcb79b','',NULL),(10936,'en','wpml-translation-management','6fbc30d29bcf1b28b0823b26408f5ac8','You can\'t edit this translation, because this translation to %s is already in progress.',NULL,NULL,'','LINE',NULL,10,'','dd9d1a2f4386d9d18f42448e997d27d9','',NULL),(10937,'en','wpml-translation-management','2271031864ede013ac9a17c0f78fca51','You cannot add posts in this language to the basket since it already contains posts or strings of another source language!\\n\\t\\t\\t\\t\\t\\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket',NULL,NULL,'','LINE',NULL,10,'','02af2ca6bdae8d6a0401a432b7ecc218','',NULL),(10938,'en','wpml-translation-management','1f778406fb465b4f08b45171305150ee','You cannot add strings in this language to the basket since it already contains posts or strings of another source language!\\n\\t\\t\\t\\t\\t\\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket',NULL,NULL,'','LINE',NULL,10,'','7655344d9704a5859f34572614d6b642','',NULL),(10939,'en','wpml-translation-management','92f20f11c3a808dda759b5e4c460f50b','You cannot add strings in this language to the basket since it already contains posts or strings of another source language! Either submit the current basket or delete the posts of differing language in the current basket',NULL,NULL,'','LINE',NULL,10,'','972c7417fb731353952dff25d81b0924','',NULL),(10940,'en','wpml-translation-management','958971837396ee2057c59f4bf697ab01','You cannot download the XLIFF file because TS_NAME has canceled the job',NULL,NULL,'','LINE',NULL,10,'','4223eb83fa34e00ac5cda56ef86ac8e6','',NULL),(10941,'en','wpml-translation-management','5b49dcab84d504be9688a5c0895a0cf3','You cannot download the translation as it has not been completed',NULL,NULL,'','LINE',NULL,10,'','18031315544cd93cf324275870f53f9b','',NULL),(10942,'en','wpml-translation-management','cff8bc458286f612311385ff78c526ae','You cannot download the translation for a local job',NULL,NULL,'','LINE',NULL,10,'','0de3171b4a689960353d8ab7bdc10e37','',NULL),(10943,'en','wpml-translation-management','a1477f6a0aa1bff660365d88867f64b5','You cannot download this job because TS_NAME has canceled it',NULL,NULL,'','LINE',NULL,10,'','1877eaf1e7a49736c5a87662455efe71','',NULL),(10944,'en','wpml-translation-management','e652dbcab1752beb6c022e1d8d6732e5','You don\'t have the rights to translate from %1$s to %2$s',NULL,NULL,'','LINE',NULL,10,'','2522a2389a65a98e20d37999a5ab276b','',NULL),(10945,'en','wpml-translation-management','97a8cf49f523ae100a7a7d5de72f44d8','You have already downloaded this job',NULL,NULL,'','LINE',NULL,10,'','66f5d53eb4be594cff78855424d55d83','',NULL),(10946,'en','wpml-translation-management','69e8b70a5b6df60ec195d9d412d0b0af','You have attempted to submit data in a not legit way.',NULL,NULL,'','LINE',NULL,10,'','1116ee59d1aaf83f5f7fb3484f7fe3b8','',NULL),(10947,'en','wpml-translation-management','8dad7f9390957d2939b36f9425f2a860','You have been assigned to new translation job(s):',NULL,NULL,'','LINE',NULL,10,'','99f2307d844c99dfccdbda5c95201542','',NULL),(10948,'en','wpml-translation-management','31b0f521753230296a1f7e5a16803076','You have been removed from the translation job \"%s\" for %s to %s.',NULL,NULL,'','LINE',NULL,10,'','0160c650d75ced2c6d6451190ea6dd96','',NULL),(10949,'en','wpml-translation-management','839f2e397927481c383d58fd1b2c2369','You have selected a translation service which requires translators.',NULL,NULL,'','LINE',NULL,10,'','7cd498226571ce3814cd93783edfa579','',NULL),(10950,'en','wpml-translation-management','270f4d61b9e07446431ba7c37191a4d4','You have sent documents to translation. WPML can send notification emails to assigned translators, but translators for some languages have selected not to receive this notification.',NULL,NULL,'','LINE',NULL,10,'','d0ed9bc3a009bedd4f433b3325ace1dc','',NULL),(10951,'en','wpml-translation-management','07a8501525c37c8cc77c42946fac85bb','You have two ways to copy content from the original language:',NULL,NULL,'','LINE',NULL,10,'','328c44331688b470cdd29e0ef2a5ada6','',NULL),(10952,'en','wpml-translation-management','eee1a3d85e91b9944c98c7558f706b27','You have unsaved changes!',NULL,NULL,'','LINE',NULL,10,'','83aaa6790bb546314c09e87f82ddca5d','',NULL),(10953,'en','wpml-translation-management','1bffe2dad865e44c72a27a839a1d99fb','You have unsaved work. Are you sure you want to close without saving?',NULL,NULL,'','LINE',NULL,10,'','662f36d42b03957bb67486d3ed8db748','',NULL),(10954,'en','wpml-translation-management','b9eac738882c206b55b511872822dac9','You selected a translation service to translate your content. You need to:',NULL,NULL,'','LINE',NULL,10,'','134f6d69815e873fa7f2a77aadab579d','',NULL),(10955,'en','wpml-translation-management','bed3dcd0398b7f7253a5474b25a1fbed','You selected both users of this site and a professional translation service. You need to:',NULL,NULL,'','LINE',NULL,10,'','e4e89a25706df9e50b49c7d7ebd14d9d','',NULL),(10956,'en','wpml-translation-management','7b5c55b9b9fb6e198cf8c1f29489e6d8','You selected users of this site to be your translators. You need to:',NULL,NULL,'','LINE',NULL,10,'','818732b0426dc581d611255c0676c28d','',NULL),(10957,'en','wpml-translation-management','366a41024c06b4c915652961513a0d3e','You should contact your %1$s and ask them to enable the notification emails which will allow them to see when there is new work waiting for them. To enable notifications, translators need to log-in to this site, go to their user profile page and change the related option in the WPML language settings section.',NULL,NULL,'','LINE',NULL,10,'','bde8400f703dacda8376ec303f35dcd7','',NULL),(10958,'en','wpml-translation-management','8aa6279d72a9872cf90ce657129e41e4','You should use <a href=\"%s\">Translation management dashboard</a> to send the original document to translation.',NULL,NULL,'','LINE',NULL,10,'','b24a3db8617e55bc5478e4c8b97236d6','',NULL),(10959,'en','wpml-translation-management','f279d268a930dc837b1dd55af46a7645','You will be the only translator for this site and will be able to translate any page or post. Use the %1$s or a %2$s icon found on the post listing pages in the admin or in the %3$s box when editing content.',NULL,NULL,'','LINE',NULL,10,'','3319352b562b9d25e8ea1c6a318d0b62','',NULL),(10960,'en','wpml-translation-management','441aeb983003b756a11431ac234e4cbd','You will be the sole translator for this site. You will be able to translate any document between any language pair. If you want to do some of the translations and allow others to translate as well, select the \"Users of this site\" option instead.',NULL,NULL,'','LINE',NULL,10,'','8a4d3155fd1d637851b8ebd13ffd70d8','',NULL),(10961,'en','wpml-translation-management','a09f844148608e1edecea0add3c6e61a','You will choose a user of this site and delegate the setup of translators to him/her. Choose this option when you are building a website for a client, who will set up translator users or choose a translation service.',NULL,NULL,'','LINE',NULL,10,'','acd137fe518a246d0d7637b8eab4a6f8','',NULL),(10962,'en','wpml-translation-management','43981c3e3accf86d25085eaabe4fde02','You will choose users of this WordPress site as the translators. You can also choose yourself. This allows you to set up a team of translators working in different language pairs.',NULL,NULL,'','LINE',NULL,10,'','e8eed823693b922df8ee423de59e71d7','',NULL),(10963,'en','wpml-translation-management','87294fa967944e910f58de280654765c','You\'re all set. The user that you\'ve selected as the site\'s Translation Manager will choose who translates, add translator users and send content for translation.',NULL,NULL,'','LINE',NULL,10,'','48ab23c8e14fc85d10c967bf2ef9d635','',NULL),(10964,'en','wpml-translation-management','d333a27bb275f5b9d6488c5660e89a2a','You\'ve resigned from this job.',NULL,NULL,'','LINE',NULL,10,'','a3c9c468b7fe567d947b37d5180606b6','',NULL),(10965,'en','wpml-translation-management','14ff1418ccbea6d99745d46920eb9127','You\'ve sent the content for translation to %1$s. Currently, we are processing it and delivering to %1$s.',NULL,NULL,'','LINE',NULL,10,'','9440a6bd1420f0f2eac53e00381535c0','',NULL),(10966,'en','wpml-translation-management','0b3088c495c2ae3870ae548894d4636f','You\'ve sent the content for translation to %s. Please continue to their site, to make sure that the translation starts.',NULL,NULL,'','LINE',NULL,10,'','b377b81d002fb6bf095afded9eda2f49','',NULL),(10967,'en','wpml-translation-management','515767c04d6aa9c26c6e252bce1167f7','Your Profile',NULL,NULL,'','LINE',NULL,10,'','7bd225102241f184f0162b4e2b7d37b5','',NULL),(10968,'en','wpml-translation-management','e8afac7787c2f655efaad014d791da9d','Your deadline',NULL,NULL,'','LINE',NULL,10,'','895cbe5371f3ccbfc48e6f549d8054c6','',NULL),(10969,'en','wpml-translation-management','b6bc599b1261d34627f9b71fd66d2c8c','Your site is currently configured to use only %s as its professional translation service.',NULL,NULL,'','LINE',NULL,10,'','4e97accbf8dd7bafc2efadf2c390ec72','',NULL),(10970,'en','wpml-translation-management','a272be728d7ecb5bbfb4f319f71a3338','Your site should be publicly accessible or the server should have access to the site.',NULL,NULL,'','LINE',NULL,10,'','548b4e2cd943704c1f4da4db38a082f0','',NULL),(10971,'en','wpml-translation-management','d40d2d799791a9239617fb3823d01ce2','Your site was successfully disconnected from %1$s. Go to the translators tab to connect a new %1$s account or use a different translation service.',NULL,NULL,'','LINE',NULL,10,'','61bcd9545b813b4784443d9fe13d3716','',NULL),(10972,'en','wpml-translation-management','163b372d60f4467a5c597afa7dc534e3','Your site will not work as it should in this configuration',NULL,NULL,'','LINE',NULL,10,'','6f6da9b7e9afdf1a30da616c65d0270c','',NULL),(10973,'en','wpml-translation-management','36edd33740cd51a0143c6c0a0c5a75f8','Your translation service',NULL,NULL,'','LINE',NULL,10,'','e693fe6c6ca45a6b76c276712ca807b5','',NULL),(10974,'en','wpml-translation-management','829b80f69427d1c07626e51018d8b3ff','Your translators',NULL,NULL,'','LINE',NULL,10,'','b5ca0fd6dd05e3d27cc79fac385b2fd0','',NULL),(10975,'en','wpml-translation-management','94551491f82679e2b7d0bf9ee70c53e3','Your translators should log-in to their accounts in this site and go to %sWPML->Translations%s. There, they will see the jobs that are waiting for them.',NULL,NULL,'','LINE',NULL,10,'','00a14db1d9bc0e4b274032754914751f','',NULL),(10976,'en','wpml-translation-management','5d4b49d1100ffeeab148fd3c99c28b81','Your translators will receive notifications and use the %1$s page to translate the content that you\'ve sent them.',NULL,NULL,'','LINE',NULL,10,'','673f170da2ba8129657d5f2f1940a3bc','',NULL),(10977,'en','wpml-translation-management','c2197d36bf548500ede6e16b1f797dbb','account status',NULL,NULL,'','LINE',NULL,10,'','752b2b30eac2fb18ed68598902e4c758','',NULL),(10978,'en','wpml-translation-management','c7ac1708a32c754a079da4d9618d34b0','active and authenticated translation service',NULL,NULL,'','LINE',NULL,10,'','4ec213fea50b7a81b02eadc7c199e9d2','',NULL),(10979,'en','wpml-translation-management','068e8aa72faf45983e80951e6699c64b','add documents to the basket',NULL,NULL,'','LINE',NULL,10,'','b422cc1309ac30a7c969090b55376d9e','',NULL),(10980,'en','wpml-translation-management','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'','LINE',NULL,10,'','b96817eb04dda10a43cffa09eeede9ae','',NULL),(10981,'en','wpml-translation-management','b55c1322c24ca09d835f2b0da2cfa13c','at least one translator',NULL,NULL,'','LINE',NULL,10,'','dd881c3089455ca2ae0beda00d661561','',NULL),(10982,'en','wpml-translation-management','a057ee8e2723139808e7e8aff2034e6a','automatically added %s',NULL,NULL,'','LINE',NULL,10,'','c1d44863b18f58c1204395b0eb3eb4d8','',NULL),(10983,'en','wpml-translation-management','3229bc95a4e146e316df0e2b038ec8eb','continue on the next page »',NULL,NULL,'','LINE',NULL,10,'','2309f1ad81c50894042e93f07d1c52b0','',NULL),(10984,'en','wpml-translation-management','6cdfe03325385b926b5bfb91809b7e7f','copy and overwrite all fields',NULL,NULL,'','LINE',NULL,10,'','b4dfb5a0a22d50112f80c81285c25412','',NULL),(10985,'en','wpml-translation-management','59d27e87741eeadd70e4df58fd98d0d7','copy to empty fields only',NULL,NULL,'','LINE',NULL,10,'','2696a6d3682170c5654353ae00cef2e7','',NULL),(10986,'en','wpml-translation-management','3201ce784e47d463cbc3cae2121e3b94','deadline: %1$s, late by %2$d days',NULL,NULL,'','LINE',NULL,10,'','9163b49cdbde22a690da6c488334266b','',NULL),(10987,'en','wpml-translation-management','55876228853abf632dec9346a4f372ec','documentation',NULL,NULL,'','LINE',NULL,10,'','0566364b2949370d70aa92498705897b','',NULL),(10988,'en','wpml-translation-management','d98a07f84921b24ee30f86fd8cd85c3c','from',NULL,NULL,'','LINE',NULL,10,'','28aa31abba564b36fb33f88aaac48906','',NULL),(10989,'en','wpml-translation-management','a6434ba6a649768d33ac233e209af55b','go to the <a href=\"%s\">Translation Dashboard</a>',NULL,NULL,'','LINE',NULL,10,'','d08609aed9c3fd4e12726ed30c33e588','',NULL),(10990,'en','wpml-translation-management','b6c3b8ed88f819a4e88cb43aceb3baec','how to translate different parts of the site.',NULL,NULL,'','LINE',NULL,10,'','262a8d38ac8de9b487e5e0d24a665025','',NULL),(10991,'en','wpml-translation-management','ffe181130430aff6386df37df36347f8','immediately',NULL,NULL,'','LINE',NULL,10,'','6930628053169728a7c5535d7dcdbc9f','',NULL),(10992,'en','wpml-translation-management','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'','LINE',NULL,10,'','96646c9d1953779917f3e8d8862f0b2c','',NULL),(10993,'en','wpml-translation-management','adc2f203aec53f260b6103b56318a711','in %s document(s)',NULL,NULL,'','LINE',NULL,10,'','995898422eb8a9a70b86e9caf08f3c43','',NULL),(10994,'en','wpml-translation-management','bbe925438894c920842d5011dff4efcc','jobs fixed',NULL,NULL,'','LINE',NULL,10,'','9f5eed4d833e8c6560b1628f6d4da28f','',NULL),(10995,'en','wpml-translation-management','0b21a92e312822ce7f40485782957f10','jobs migrated',NULL,NULL,'','LINE',NULL,10,'','0519992ce82b693f5cbd7c1a42ac8e9f','',NULL),(10996,'en','wpml-translation-management','69cd9175da90ab1fac63b14cc070d8cb','needs update',NULL,NULL,'','LINE',NULL,10,'','c707cb54b75fff17bf70671055e48fe8','',NULL),(10997,'en','wpml-translation-management','c7561db7a418dd39b2201dfe110ab4a4','never',NULL,NULL,'','LINE',NULL,10,'','1328ad2588e9283685484b086f8c8c96','',NULL),(10998,'en','wpml-translation-management','a7449e9d3ef926b12bd3c92233c4bcc9','none of your translation jobs have been completed',NULL,NULL,'','LINE',NULL,10,'','bc2a769721e38cc45fae2492c0c0a645','',NULL),(10999,'en','wpml-translation-management','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,10,'','4fc13fd5354ac2aed56d2174f3983485','',NULL),(11000,'en','wpml-translation-management','c447bad8b6302f319decc7d590926925','once a day',NULL,NULL,'','LINE',NULL,10,'','c8a146b039352daff09fa990c9848fe2','',NULL),(11001,'en','wpml-translation-management','0801c4e0187516c714b52a481ccb9367','once a week',NULL,NULL,'','LINE',NULL,10,'','d32403f2e2230a06cc85cb4b983bf323','',NULL),(11002,'en','wpml-translation-management','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'','LINE',NULL,10,'','3ea1abe34080d3ad5457613c797e7595','',NULL),(11003,'en','wpml-translation-management','663fc7093256cda156e571631ddb295e','out of',NULL,NULL,'','LINE',NULL,10,'','55f93747fd8277e88f8cb202291e7e67','',NULL),(11004,'en','wpml-translation-management','d0e45878043844ffc41aac437e86b602','parent',NULL,NULL,'','LINE',NULL,10,'','0fb86204d31494933d17dfa537cdfc27','',NULL),(11005,'en','wpml-translation-management','a8f6830bce790a8a67fc2e84e12093ba','pencil',NULL,NULL,'','LINE',NULL,10,'','c5e0c6cd51a598c0a2c90ede3d8a51a4','',NULL),(11006,'en','wpml-translation-management','d7d18cfb3a0d8293e2f5d94ea30e04d2','plus',NULL,NULL,'','LINE',NULL,10,'','7baf708b11e6f936cb14aa4a371006cd','',NULL),(11007,'en','wpml-translation-management','e9de36ee2c1b30cb604a2fe0bd4088f2','send them for translation',NULL,NULL,'','LINE',NULL,10,'','005ae69782531f0c864e54a5e556e127','',NULL),(11008,'en','wpml-translation-management','162795dfc5aa3587520a50cd9cc9fa81','sent between',NULL,NULL,'','LINE',NULL,10,'','20cd5f63648a207cc881f76ea5456d8c','',NULL),(11009,'en','wpml-translation-management','1e99b7e32f95bc3831aae97406db979a','show %s items',NULL,NULL,'','LINE',NULL,10,'','7b20378c806afe1dac0cdcf6879379e9','',NULL),(11010,'en','wpml-translation-management','3562459ac44c9ab36f683e7ad5654185','show all %s items',NULL,NULL,'','LINE',NULL,10,'','7869a96fdb9a35e8d887d8069e60c155','',NULL),(11011,'en','wpml-translation-management','32d77962a238efe745d153c84047000d','show fields',NULL,NULL,'','LINE',NULL,10,'','cedb42abcaa46e76e9f5ec4904a69aa7','',NULL),(11012,'en','wpml-translation-management','8d7bbda7284ed08ac5d0ef3bb82130c1','sort by',NULL,NULL,'','LINE',NULL,10,'','c306cdd2149948ea228053f3f0f2c17a','',NULL),(11013,'en','wpml-translation-management','994eaa14e532773025884a84be5491b7','start translating',NULL,NULL,'','LINE',NULL,10,'','f93a448356a373113f0f9c27a3419ab9','',NULL),(11014,'en','wpml-translation-management','8e848486a2c06531ba9b48839767499f','successfully using translation services',NULL,NULL,'','LINE',NULL,10,'','9afaded52e006e2b5a242b4cf50abd99','',NULL),(11015,'en','wpml-translation-management','5ed558d52e3c0d881fe8e27862182114','then sort by',NULL,NULL,'','LINE',NULL,10,'','ec4e3924d728ddcbb737d5964e317e50','',NULL),(11016,'en','wpml-translation-management','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'','LINE',NULL,10,'','f65199da49b5d3d27fd3243010848435','',NULL),(11017,'en','wpml-translation-management','d6fdb37406b207a6055d8d376b6ee6b2','translated by',NULL,NULL,'','LINE',NULL,10,'','c428d7b847538f6eca727390587527bf','',NULL),(11018,'en','wpml-translation-management','fe3ef467fa495896e4a00bcb864c98f0','translated to',NULL,NULL,'','LINE',NULL,10,'','ec2812d863fe3422b0aacadf93a4a9ef','',NULL),(11019,'en','wpml-translation-management','c719c60e2986cd29bd3ae27085c9c50f','translation services that are integrated with WPML',NULL,NULL,'','LINE',NULL,10,'','ae01b742c69ef33dcb4aa451c9c08ccb','',NULL),(11020,'en','wpml-translation-management','1996e2eab02ac28d36edca788d8e4dab','translators',NULL,NULL,'','LINE',NULL,10,'','ed86195f89198c922dc267e841e6c9f4','',NULL),(11021,'en','wpml-translation-management','d4347d85671016d93966603eaf4b0f04','try a translation service',NULL,NULL,'','LINE',NULL,10,'','292b29a0d2b1773b66c2b14559126ef4','',NULL),(11022,'en','wpml-translation-management','23a58bf9274bedb19375e527a0744fa9','with',NULL,NULL,'','LINE',NULL,10,'','70ed5668e36770b87a517f9d2bbad835','',NULL),(11023,'en','wpml-translation-management','222d2646a6267f1f2a1363299b1e1563','with deadline between',NULL,NULL,'','LINE',NULL,10,'','8793cff47c0c789f616ca3c9e797895e','',NULL),(11024,'en','sitepress','5583428170af3f5684ae3f59e3e1c7cf','Translation Priority',NULL,NULL,'','LINE',NULL,10,'','f21d324e3501aaf0197a1a92232af994','',NULL),(11025,'en','sitepress','6c841be16345a75607bf9ff95dea2046','Translation Priorities',NULL,NULL,'','LINE',NULL,0,'','b6e61685c3e6c5860d87aedc9185ae22','',NULL),(11026,'en','sitepress','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'','LINE',NULL,0,'','4247a2625ddae6d65f6c03da982acb47','',NULL),(11027,'en','sitepress','38c0c1d9496deba33e04be1178c27b9a','Edit Translation Priority',NULL,NULL,'','LINE',NULL,0,'','d3d56508f79c5abc47d8cd52eae73292','',NULL),(11028,'en','sitepress','e90d65beddaa4344fd51c334927b0a18','Update Translation Priority',NULL,NULL,'','LINE',NULL,0,'','854528fabc7eabca8722b634e1dd9818','',NULL),(11029,'en','sitepress','c57ddd4391f60edaa91613a2ee2fb50e','Add new Translation Priority',NULL,NULL,'','LINE',NULL,0,'','028f4c93eea1956d90bc1e00ec48faf8','',NULL),(11030,'en','sitepress','e87baba4f2009ad3bb94049cac9f395f','New Translation Priority Name',NULL,NULL,'','LINE',NULL,0,'','849c9de4170644aff505996598f21f48','',NULL),(11967,'en','sitepress','feb4aa2207465955d1b44219b4bedf1b',' %s translation',NULL,NULL,'','LINE',NULL,10,'','f9d3a04b81bcd3e95fe884d47edbb78d','',NULL),(11968,'en','sitepress','34fc8a7bf304f65b05b041f1c601d446',' - (needs update)',NULL,NULL,'','LINE',NULL,10,'','7566e19cbd20714ae99716036fd86180','',NULL),(11969,'en','sitepress','260acee4e567b2b62624f340094f63f2',' Your current site key (%s) does not match the selected product (%s).',NULL,NULL,'','LINE',NULL,10,'','ef01476b7fae0328690e7d1a09309e16','',NULL),(11970,'en','sitepress','1d2c90d24a35b0090da5250f7259846a',' elements',NULL,NULL,'','LINE',NULL,10,'','9739ac5ad13dedd7ea3ee99470c9fa0b','',NULL),(11971,'en','sitepress','f889d06b2ab279f2c9bcb92269b0a596','%1$s Translation',NULL,NULL,'','LINE',NULL,10,'','93d53a6f5f7a81854153153ca50aed6c','',NULL),(11972,'en','sitepress','73a9b3f104875a6e8110fe304a3dbb98','%1$s terms (in original language)',NULL,NULL,'','LINE',NULL,10,'','6beaafcb25a9fae31ae59273a7b46d4a','',NULL),(11973,'en','sitepress','cd4d7222b52d27de66f331a5538aba5b','%1s cannot receive feedback about the translation automatically. Please log-in to %1s website and report these issues manually.',NULL,NULL,'','LINE',NULL,10,'','2ac327c2879f5f8fd66755d58b6fc3e7','',NULL),(11974,'en','sitepress','9ffb17d468a7a39329733d5eb71495f5','%d feedback was permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','44e40568fd6d7ab5916947866de8e7dd','',NULL),(11975,'en','sitepress','145310101b564608e404d35839dd3750','%d feedback was restored.',NULL,NULL,'','LINE',NULL,10,'','5c25d011fc773f119a5cd9d411487be3','',NULL),(11976,'en','sitepress','b02e54bef3c4a46b1df63b34537dcf5c','%d feedback was trashed.',NULL,NULL,'','LINE',NULL,10,'','945ed361672b675ea7b65ad0ca49f525','',NULL),(11977,'en','sitepress','5a471c21fc94a8dd8cc8cbe0de67b19c','%d feedback was updated.',NULL,NULL,'','LINE',NULL,10,'','89060397f5c71d6fbb19348434cff0ba','',NULL),(11978,'en','sitepress','4beb3d62b681fd644ed68f9eeab8bf16','%d feedback were permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','6d55ef72a3bfb36d989386f22142f46f','',NULL),(11979,'en','sitepress','a0abb9f1429a5b5c82c3f28d573e0cfa','%d feedback were restored.',NULL,NULL,'','LINE',NULL,10,'','28c1245e06cd26d81ce166a80e1a035b','',NULL),(11980,'en','sitepress','d63d3f0d203a0757268e4efa1b06684c','%d feedback were trashed.',NULL,NULL,'','LINE',NULL,10,'','4da0317ad0bb60dfa303ab7b1bf479be','',NULL),(11981,'en','sitepress','97286418a3ba035ac2fcfb7885fc1784','%d feedback were updated.',NULL,NULL,'','LINE',NULL,10,'','b4aafc17cc9894c2ba2feb7453efef7d','',NULL),(11982,'en','sitepress','337e7cfda7e27fcd2cf03b1720335e21','%d items remaining...',NULL,NULL,'','LINE',NULL,10,'','af22bb27876b5889c806f5ee1f4b78f5','',NULL),(11983,'en','sitepress','a3418ef535b672511c3e37f747f8fd38','%s (current locale: %s) - suggested locale(s): %s',NULL,NULL,'','LINE',NULL,10,'','c1be5fb0098affd14789c639cafc8ad6','',NULL),(11984,'en','sitepress','a9ac19b96d18db79a597a41097611c78','%s are currently hidden to visitors.',NULL,NULL,'','LINE',NULL,10,'','c02e19801248f7320143f3fbd4b7ef97','',NULL),(11985,'en','sitepress','0011913aa4438603324ddc50236e9c15','%s cannot access %s to register. Try again to see if it\'s a temporary problem. If the problem continues, make sure that this site has access to the Internet. You can still use the plugin without registration, but you will not receive automated updates.',NULL,NULL,'','LINE',NULL,10,'','758dcafaf9ef0bd66443452da63786a6','',NULL),(11986,'en','sitepress','d43e75530ea27cac233247e19014fd06','%s cannot update because your site\'s registration is not valid. Please %sregister %s%s again for this site first.',NULL,NULL,'','LINE',NULL,10,'','62d9a15e0822d75134c254c2c477ed26','',NULL),(11987,'en','sitepress','5933da430003e100ad6cd5c02ec96db0','%s is currently hidden to visitors.',NULL,NULL,'','LINE',NULL,10,'','202609520f3f8e6b68c8b9d6945f456d','',NULL),(11988,'en','sitepress','7e4c3023836740f0669be4c12d8a294d','%s is defined in your theme. The language switcher can only be customized using the theme\'s CSS.',NULL,NULL,'','LINE',NULL,10,'','fe4655953c7504dab8bb2d9dcb5eb224','',NULL),(11989,'en','sitepress','30f5a935178a589294ba95ff099facc3','%s is not translated. %sClick here to make this post type translatable.%s',NULL,NULL,'','LINE',NULL,10,'','ec1bd9ddc8c88aab2612f0c9e274a47b','',NULL),(11990,'en','sitepress','fb577f5c99f625457e9cacaf23df44ef','%s is registered on this site. You will receive automatic updates until %s',NULL,NULL,'','LINE',NULL,10,'','93330c4dd8f56e46a394fbe2e558c7b0','',NULL),(11991,'en','sitepress','f83c849c39d56026b80862c24461e7e5','%s is registered on this site. Your Lifetime account gives you updates for life.',NULL,NULL,'','LINE',NULL,10,'','eebd0c35f3528aced58363fb7ee00765','',NULL),(11992,'en','sitepress','44bc2ee21d632d683895fbb6a497ab8c','%s is translated via WPML. %sClick here to change translation options.%s',NULL,NULL,'','LINE',NULL,10,'','f48785386c337dd3a90ba6c51768c6bd','',NULL),(11993,'en','sitepress','ad1230fbfb49f3eb704a351ab064825e','%s item',NULL,NULL,'','LINE',NULL,10,'','7b187461cab1e9a6dd1c4dec681811b2','',NULL),(11994,'en','sitepress','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'','LINE',NULL,10,'','207d16c384f6fdd777d990e04b947d0b','',NULL),(11995,'en','sitepress','c9a49e41d97426eb95997faf5c1ea1f6','%s orphan comments found.',NULL,NULL,'','LINE',NULL,10,'','eda4720298794d865cf07143b0a975d7','',NULL),(11996,'en','sitepress','8693e99264bbdab128171eab72d79bf1','%s support on wpml.org',NULL,NULL,'','LINE',NULL,10,'','29ed14657558c09468fe557032c83054','',NULL),(11997,'en','sitepress','4f1d731dd35a93c550ba2f11ab000802','%s, responsible for receiving automated updates for WPML and Toolset, requires the following PHP component(s) in order to function:',NULL,NULL,'','LINE',NULL,10,'','4feaa3a8f85d7fd8646094c1113cbcbe','',NULL),(11998,'en','sitepress','68b702cf23e89c41e57036bd63db892f','%sIMPORTANT:%s You are using a version of WooCommerce Multilingual that is not fully compatible with the current WPML version. The %sproducts translation editor has been deactivated%s for this reason.%sPlease upgrade to %sWooCommerce Multilingual 3.8%s to restore the translation editor for products and use all the other functions.',NULL,NULL,'','LINE',NULL,10,'','a1ad6bf51b991c2a178b393c8be47f58','',NULL),(11999,'en','sitepress','e6af88bb3fdda5727c414a05eab1a16e','%sRenew here%s.',NULL,NULL,'','LINE',NULL,10,'','3d7e27f5fe5bde45ad19fcc9bb1ddcf8','',NULL),(12000,'en','sitepress','f043fca3f1c186d5e47f2d674882cb4f','(No title for this post yet)',NULL,NULL,'','LINE',NULL,10,'','b106562727c7ceb1270de44dd3c9088c','',NULL),(12001,'en','sitepress','eac86a5059fe9934e841b6f937852573','(allowed: %s)',NULL,NULL,'','LINE',NULL,10,'','d7fc1b67e943cb4f98eeaf8e49ac935b','',NULL),(12002,'en','sitepress','98a40d4ee6a59eef30df6b49170ffe1b','(embedded)',NULL,NULL,'','LINE',NULL,10,'','da8abb6d627626d95229fde6d7b87689','',NULL),(12003,'en','sitepress','2011bec9ee55caab4e6477146fca6972','* The clean task may take several minutes to complete.',NULL,NULL,'','LINE',NULL,10,'','7a993e1e440a2e36fc9729e7eb1cee97','',NULL),(12004,'en','sitepress','f071c896acf5b444ee5bb88ccb4918b4','* Your theme has a %s file, which sets the default values for WPML.',NULL,NULL,'','LINE',NULL,10,'','463e3010938d50dddec166a1785ac518','',NULL),(12005,'en','sitepress','76f127f81e962e8a830ed7ed22edb9b8','-- Please select --',NULL,NULL,'','LINE',NULL,10,'','9f2f9f88690b2149e3324dd6ed39993b','',NULL),(12006,'en','sitepress','361160e7915491ff503b0b0b6353cbf6','--None--',NULL,NULL,'','LINE',NULL,10,'','ec3dc04a90795fcf92fe8b76f8d3f7d8','',NULL),(12007,'en','sitepress','07c89b2eff85cead46d7de95cb91e325','--select--',NULL,NULL,'','LINE',NULL,10,'','298dfd5e42deba7cae697720b446caf9','',NULL),(12008,'en','sitepress','1ce002f01553732fc42765c8d7b2e821','1. Content language',NULL,NULL,'','LINE',NULL,10,'','3b47a2ad3a11dc349e14f57ceaffc7c1','',NULL),(12009,'en','sitepress','db2b8dc73071fef99d6d84be455fc36e','1. Translate these strings: ',NULL,NULL,'','LINE',NULL,10,'','ed80639de4e2802a52c5d54ceee01a31','',NULL),(12010,'en','sitepress','8f580acd91e344ece8d1ce911948e556','You are updating a duplicate post.',NULL,NULL,'','LINE',NULL,10,'1/2 Confirm to make duplicated translations independent','cd28f8d05277b1548bc3042db2899771','',NULL),(12011,'en','sitepress','21d93bd3e9144924c822f7b1ab94385b','2. Translation languages',NULL,NULL,'','LINE',NULL,10,'','1d9071635ee22094a1db86d502a0f96b','',NULL),(12012,'en','sitepress','b7b68340e3b403c1d31bdd108c6eb7ab','2. When you\'re done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus.',NULL,NULL,'','LINE',NULL,10,'','150882a2b9e8ab09db79305291622a03','',NULL),(12013,'en','sitepress','043fb2459901c89fad058f14ae3b00a7','To not lose your changes, WPML will set this post to be translated independently.',NULL,NULL,'','LINE',NULL,10,'2/2 Confirm to make duplicated translations independent','c0a47744549283f4c4a6ad372c669969','',NULL),(12014,'en','sitepress','02dfa3556b521d922d3de2681d233b86','3. Language switcher',NULL,NULL,'','LINE',NULL,10,'','07f9dded9fa6628d46e9377c2172c1f8','',NULL),(12015,'en','sitepress','bbf093c15dfe0be376d9b6bc7ab811e6','4. Compatibility',NULL,NULL,'','LINE',NULL,10,'','d276bfe4ad49f259efb2926faebaf826','',NULL),(12016,'en','sitepress','b4a1e2108a4ccd5feff3d63d7b54040e','5. Registration',NULL,NULL,'','LINE',NULL,10,'','93c1d9a4d219a7cca1c478b6057a8208','',NULL),(12017,'en','sitepress','2a7909cd3047a405aef824ae92858e56','<<< Back',NULL,NULL,'','LINE',NULL,10,'','e7f1e07bd8c7ae062b1ebcdaee83dbc4','',NULL),(12018,'en','sitepress','14f261cb3e200a127260014dad5b5e3f','<i>%s</i> integration',NULL,NULL,'','LINE',NULL,10,'','a8f6a6d390649b21dcd54b115d6eaf1c','',NULL),(12019,'en','sitepress','f575461fdac0d72574e84321aa288c0f','<p>Some taxonomy terms are out of sync between languages. This means that content in some languages will not have the correct tags or categories.</p>\\n\\t\\t\\t <p>In order to synchronize the taxonomies, you need to go over each of them from the following list and click the \"Update taxonomy hierarchy\" button.</p>',NULL,NULL,'','LINE',NULL,10,'','08ecf795aa8d332ba663826e46a95fc6','',NULL),(12020,'en','sitepress','b0b163ef74971cc4f46b343c38872db6','<strong>WPML notice:</strong> Upgrades to this version are only supported from versions %s and above. To upgrade from version %s, first, download <a%s>2.0.4</a>, do the DB upgrade and then go to this version.',NULL,NULL,'','LINE',NULL,10,'','ed73f07a0b835b470946f663c26fc173','',NULL),(12021,'en','sitepress','718177b4519868ee66f4694f9d9b2596','A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.',NULL,NULL,'','LINE',NULL,10,'','9ebd26a77142130dd9b54b0f11b425a9','',NULL),(12022,'en','sitepress','9839d6ff145984cf304c667397bd1d3f','A different domain per language',NULL,NULL,'','LINE',NULL,10,'','91809315c0b00770b122c80112182c24','',NULL),(12023,'en','sitepress','341244877050cab20ce5a949133db0f1','A memory limit of at least %s is required.',NULL,NULL,'','LINE',NULL,10,'','293c6b027f008d21296604bb82a32f72','',NULL),(12024,'en','sitepress','811ebe30d8b4eeb0097c92cb10701e1f','A memory limit of at least 128MB is required.',NULL,NULL,'','LINE',NULL,10,'','be0b618b5753940115b4c197c22335f5','',NULL),(12025,'en','sitepress','9b40030913085ef2ad847c56b7d41ba6','A page',NULL,NULL,'','LINE',NULL,10,'','322b646d5827cd76dce2ed18aed2a376','',NULL),(12026,'en','sitepress','1d6d5e757bb2989eb7f5863a56edce11','AJAX Error:',NULL,NULL,'','LINE',NULL,10,'','e1948536392d23f4430ad1c01d4c09e7','',NULL),(12027,'en','sitepress','4cfe6c06e5f9164bcf75c844d1796a43','Above post',NULL,NULL,'','LINE',NULL,10,'','df42e84bdf8a3d01b45fb8e9c8f48785','',NULL),(12028,'en','sitepress','8e3784e3468e159f8722aabba2c1d542','Accordion Item Content',NULL,NULL,'','LINE',NULL,10,'','8de0746052c13e97b99a286c5690afdd','',NULL),(12029,'en','sitepress','96123066f86e49dd9b0c4374041c8c9e','Accordion Item Label',NULL,NULL,'','LINE',NULL,10,'','df56e22e9fe9ce693dcc25bfa3ee149a','',NULL),(12030,'en','sitepress','4b3d79a12a7d2656d7a8b8f0a6f477e8','Accordion: Content',NULL,NULL,'','LINE',NULL,10,'','1c2b6668207968c014083864bb9d414c','',NULL),(12031,'en','sitepress','7b7e96934dd7ce3626c2749f74ac9b00','Accordion: Title',NULL,NULL,'','LINE',NULL,10,'','0aa6b0bf1b6161593dbbf72ca114a310','',NULL),(12032,'en','sitepress','e5b4420cec5a858741990a7805e78190','Accordion: content',NULL,NULL,'','LINE',NULL,10,'','826c8de8754f657f89cdc914bca80e4c','',NULL),(12033,'en','sitepress','d36fd964c9ac28905c8a79908331e6e9','Accordion: header content',NULL,NULL,'','LINE',NULL,10,'','5716ea622ca23b73a61aee96dc4bbeed','',NULL),(12034,'en','sitepress','0d685d87714f829530cdc945dacbebf6','Activate after download',NULL,NULL,'','LINE',NULL,10,'','7ae8f7efc6011bc898b3da086339ab72','',NULL),(12035,'en','sitepress','7e348475f01e679afe30ddd667fda76f','Activating %s',NULL,NULL,'','LINE',NULL,10,'','bc598d4f78afeafb7bbeb67c1bcf9d7a','',NULL),(12036,'en','sitepress','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,10,'','146c9ef714456b1dddc7feed506df17c','',NULL),(12037,'en','sitepress','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,10,'','3413c08cff09eb4c052dc77fec48b4a9','',NULL),(12038,'en','sitepress','b95c09fb28e80cc672fd533a62252d70','Add %s',NULL,NULL,'','LINE',NULL,10,'','8faa1e5111aac3b8c6fd9b4f2feda4b8','',NULL),(12039,'en','sitepress','29b3148fb536c7ca10a3971e7ba52d63','Add / Remove languages',NULL,NULL,'','LINE',NULL,10,'','a491d13d75a41a6c0353bf384c765d3a','',NULL),(12040,'en','sitepress','bdd0a981f1fbc90c021cf10c97da233d','Add Language',NULL,NULL,'','LINE',NULL,10,'','248896fc0355d3dedb4500323ed7ab42','',NULL),(12041,'en','sitepress','d9230376acf19956ca40604709134d75','Add a comma-separated list of URL arguments that you want WPML to pass when switching languages.',NULL,NULL,'','LINE',NULL,10,'','445488dc93723bff0a78b656cb0b8d6c','',NULL),(12042,'en','sitepress','7a5ec45831767aba2d5faec45dc24a1d','Add a language switcher',NULL,NULL,'','LINE',NULL,10,'','05864a31c5d8c5bc16490290b26ee068','',NULL),(12043,'en','sitepress','1fb9341ff5b350b6c7a765da5e038fb2','Add a new language switcher to a menu',NULL,NULL,'','LINE',NULL,10,'','e01374fce03396efb2e796872c997ff8','',NULL),(12044,'en','sitepress','9c21f426de6af17dcc0f819eca29c893','Add a new language switcher to a widget area',NULL,NULL,'','LINE',NULL,10,'','d2bbeea5bfa999f8d2d34f8a2e85a192','',NULL),(12045,'en','sitepress','2bbb1d5fcbe5860b3a8bf9a04137bdbe','Add a note to the administrator',NULL,NULL,'','LINE',NULL,10,'','c27e2033272bba10d9df3b1bb5ae4bd8','',NULL),(12046,'en','sitepress','b191d07ee61fc958c3e1eeb8b990e2fb','Add a note to the translator',NULL,NULL,'','LINE',NULL,10,'','6e6bf37c36fc8ff6f56241643343b282','',NULL),(12047,'en','sitepress','822d44b193b0edc0d2075bc03acdd1c2','Add menu translation: %s',NULL,NULL,'','LINE',NULL,10,'','2e2c28dd886cb8c132e637000ef2d660','',NULL),(12048,'en','sitepress','3837ef9bb2b59006ee03b57f4d13c64a','Add the following line:',NULL,NULL,'','LINE',NULL,10,'','b8a0d10d4db6d68aefb4bb80eeec16b4','',NULL),(12049,'en','sitepress','8909658aada480ef27bf3520afb179c5','Add translation',NULL,NULL,'','LINE',NULL,10,'','d01d3bda6ae4f0c9373f53994dcd60f2','',NULL),(12050,'en','sitepress','63da1499253102029cf5ba1a609d904a','Add translation to %s',NULL,NULL,'','LINE',NULL,10,'','364addc5eb4e19275ef0b3d7413e372b','',NULL),(12051,'en','sitepress','b1e37b8318f395480a39a7702690d910','Adding language failed.',NULL,NULL,'','LINE',NULL,10,'','9f5910e4a9ad6a6420507f3f052f484c','',NULL),(12052,'en','sitepress','7d1fb8f96e8456dbae296e8ec52638a1','Adding translation for: %s.',NULL,NULL,'','LINE',NULL,10,'','174f1814e4e01a0126bc0a5f19fab1b5','',NULL),(12053,'en','sitepress','f8007c1f15cc25eca73c9fcf83b2cb43','Additional CSS',NULL,NULL,'','LINE',NULL,10,'','6901b284189908eb0c5f7accb617fe23','',NULL),(12054,'en','sitepress','f3056959819992ed2dc52313b5900cd4','Adds language information to posts and taxonomies that are missing this information.',NULL,NULL,'','LINE',NULL,10,'','27afd1e123c2ad61c540281870b603b9','',NULL),(12055,'en','sitepress','21e98186e98224130811b2dc1b818649','Adjust IDs for multilingual functionality',NULL,NULL,'','LINE',NULL,10,'','22d9b87d3ce9fb7fc727b50a96564f28','',NULL),(12056,'en','sitepress','e3afed0047b08059d0fada10f400c1e5','Admin',NULL,NULL,'','LINE',NULL,10,'','a7ee429690ecaeb34c84fe65921a77ea','',NULL),(12057,'en','sitepress','7d8279c4b94cd74550169369df3f6a01','Admin language',NULL,NULL,'','LINE',NULL,10,'','97a67e6e43648edd3331ca59eabf482b','',NULL),(12058,'en','sitepress','4d9d4bb2283f3943645d9dddc6adbd8e','Admin replied',NULL,NULL,'','LINE',NULL,10,'','a1dc30cbce90a41107b109caec53eea0','',NULL),(12059,'en','sitepress','fe4c6a5e7bd6793b37370e4e46daf998','Advanced settings',NULL,NULL,'','LINE',NULL,10,'','ab9b041c8862db5dbcdd0491e836fbbe','',NULL),(12060,'en','sitepress','910cb16074d25d85ebe483da6004396b','Affected Taxonomies',NULL,NULL,'','LINE',NULL,10,'','956b3648fd59288012af9431f02c7718','',NULL),(12061,'en','sitepress','b3dae9c208edb30b2cdb4f9a7549844c','Alert Content',NULL,NULL,'','LINE',NULL,10,'','a672a1eaff5a80207deda2468e18a3cb','',NULL),(12062,'en','sitepress','47a6f33cd8977a9502bdea0317e1ceba','Alert description',NULL,NULL,'','LINE',NULL,10,'','267de977b5fc6182e4976ba51f96c3b6','',NULL),(12063,'en','sitepress','faffdd44bb11c49cd69c80dd1f1ff4c3','Alert title',NULL,NULL,'','LINE',NULL,10,'','89ee51f7a08cc3cb574657d43072c8d4','',NULL),(12064,'en','sitepress','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','62a05f69401ac430f088cfd85e3e8e73','',NULL),(12065,'en','sitepress','fec2805ade427552a81cf11e25f3d945','All Installer Instances',NULL,NULL,'','LINE',NULL,10,'','d806c139c38be27786b85a06be6e0e45','',NULL),(12066,'en','sitepress','53ded23a712b29ac06cb364ea8be689b','All Languages',NULL,NULL,'','LINE',NULL,10,'','0e8bbf2cc0feca1189c73e51cf742899','',NULL),(12067,'en','sitepress','f7a1f7d70a6b3c93cd6917b92e985b0d','All categories and tags will be translated if possible.',NULL,NULL,'','LINE',NULL,10,'','79186e72afa8a6868f1f96b391aedbf2','',NULL),(12068,'en','sitepress','820e6c125ff4689705d209ca4c1a8e8d','All language switchers in your site are affected by the settings in this section.',NULL,NULL,'','LINE',NULL,10,'','ab1419bf6fbe69dcd5d4dc8d5449b883','',NULL),(12069,'en','sitepress','abdffc07f137a3b4b3e4df13d2cafee4','All languages',NULL,NULL,'','LINE',NULL,10,'','1813ad09b036d309f8c9856d44fba61c','',NULL),(12070,'en','sitepress','e05e6b3ee71659b222f78f94b2320bbd','All languages are currently displayed.',NULL,NULL,'','LINE',NULL,10,'','3397bd9a85301386c12c8c958294b8b6','',NULL),(12071,'en','sitepress','89864a7780fc6c84f35c6f76fe8147d8','All languages are currently displayed. Choose what to do when site languages are hidden.',NULL,NULL,'','LINE',NULL,10,'','327d6d1233738bfc17b910c45be7d1ed','',NULL),(12072,'en','sitepress','d70e0a3cfc270f0582f87e01e55e944d','All term names updated',NULL,NULL,'','LINE',NULL,10,'','f28e4fd34ec184da9086a5561985ec26','',NULL),(12073,'en','sitepress','ef6db02f8ef7aeb5aab2b2897ea8f615','All translation data will be lost if you reset WPML\'s data. They cannot be recovered later.',NULL,NULL,'','LINE',NULL,10,'','3dd5aa0453c876da54705f576aa34f68','',NULL),(12074,'en','sitepress','32da710ce98cf3b01a419b6199670e29','Allows linking existing translations after changing custom posts definition (name) ',NULL,NULL,'','LINE',NULL,10,'','2fcb37a3d69ca3535b7e8b62e040032e','',NULL),(12075,'en','sitepress','32fc8316d2df26923534313fb8588764','Allows linking existing translations after changing custom taxonomies definition (name) ',NULL,NULL,'','LINE',NULL,10,'','cedd3abb3db0cdf9298779c51a9b0073','',NULL),(12076,'en','sitepress','3f407c3f52052fdb1fe73526fdfb28fc','Already bought %s?',NULL,NULL,'','LINE',NULL,10,'','512730c520fa7ee5cd5eed7279591f44','',NULL),(12077,'en','sitepress','4492fff654b4295a9d65f7cdc135949a','Already bought?',NULL,NULL,'','LINE',NULL,10,'','0fe7114bb304447890af4d37434feeb0','',NULL),(12078,'en','sitepress','53206fefa65806881beb2d5db9a0d757','Always ask for feedback (no time limit for feedback)',NULL,NULL,'','LINE',NULL,10,'','a302ebf13853ca8b7ad87ab39efe4606','',NULL),(12079,'en','sitepress','645fd8121b58a003a2bd23abf6925f6f','Always redirect visitors based on browser language (redirect to home page if translations are missing)',NULL,NULL,'','LINE',NULL,10,'','e046eafb8e526d419c38633b95935ce3','',NULL),(12080,'en','sitepress','f04fd3afce027def1ed69317c5ec41ad','An attempt to open the URL specified as a root page failed with the following error:',NULL,NULL,'','LINE',NULL,10,'','1d7a255d5e2904ff4ce99913d90d38e4','',NULL),(12081,'en','sitepress','0f646edd16758fbcf766816af7fa488a','An email has been sent to %s to report the issue. Please check your email for a feedback from their part.',NULL,NULL,'','LINE',NULL,10,'','dd718ef99a4563bf0d704b6a0fac337c','',NULL),(12082,'en','sitepress','aadadb8e2beebc2faeaf755f79334691','Anchor text: primary content',NULL,NULL,'','LINE',NULL,10,'','b2d62b68ee5ef241ddd614f71985f41f','',NULL),(12083,'en','sitepress','b5e9eb0d380e0a0cbe16ba748df91f51','Anchor text: secondary content',NULL,NULL,'','LINE',NULL,10,'','2b4dc3ecdd697060310385009e606fbb','',NULL),(12084,'en','sitepress','b3f71408d335706553d36d64b059f534','Animated Headline: After text',NULL,NULL,'','LINE',NULL,10,'','d6fc7a8d60db96dd8ceb19a7ce4a9c17','',NULL),(12085,'en','sitepress','91c35d44ac602ae5967cd484d671eec1','Animated Headline: Before text',NULL,NULL,'','LINE',NULL,10,'','0f2b99db42a25b2d8de198cd6ecf1f64','',NULL),(12086,'en','sitepress','79fa8fc3f7bb256848481b3a338177d7','Animated Headline: Highlighted text',NULL,NULL,'','LINE',NULL,10,'','2900b1f0b1a7d7840eb2a721f6da9a08','',NULL),(12087,'en','sitepress','b08ba30381704a0e66e0db995f53445c','Animated Headline: Rotating text',NULL,NULL,'','LINE',NULL,10,'','ca27950e347eed52047f4aa9d039842c','',NULL),(12088,'en','sitepress','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','6fb06cae067f76f45bc811f56212fa29','',NULL),(12089,'en','sitepress','3d6aea7f98cd88d497d4ef27b40ae782','Apply changes',NULL,NULL,'','LINE',NULL,10,'','a4d45945f76e7ded249f39529dff3751','',NULL),(12090,'en','sitepress','e4947a3bf87f07b8e4ffcec52859654a','Apply to all users',NULL,NULL,'','LINE',NULL,10,'','6943119f95c2c8d6c75e8e5147d66175','',NULL),(12091,'en','sitepress','6f8063417ab31f38d864c28302f3de2f','Approved',NULL,NULL,'','LINE',NULL,10,'','b2ba7c75f699b72b39cb8a7db8cd1dfb','',NULL),(12092,'en','sitepress','7d69b3cb4cada18ae61811304f8fbcb5','Archived',NULL,NULL,'','LINE',NULL,10,'','1ef721b18f4e48f2e4d6a4573570c445','',NULL),(12093,'en','sitepress','86a49c66831a8106ee3b85afea93d669','Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!',NULL,NULL,'','LINE',NULL,10,'','02fcf6f5b333dd61323dc89634af7356','',NULL),(12094,'en','sitepress','0fd5f5dcd23ef428159e402643e380c5','Are you sure you want to remove this site key?',NULL,NULL,'','LINE',NULL,10,'','6d5b8e799449740398957f8a71b34035','',NULL),(12095,'en','sitepress','14be63f64d7ef835828eefb18adf26b8','Are you sure you want to reset all translation and language data? This operation cannot be reversed!',NULL,NULL,'','LINE',NULL,10,'','d0d1bc26ecfaf3caa6f0e5f4037ccf1b','',NULL),(12096,'en','sitepress','0fe3ec18abd870c382d15a89a2526f7c','Are you sure you want to reset to the default settings?',NULL,NULL,'','LINE',NULL,10,'','a63fdb8c3f8557e323b5002ad789c190','',NULL),(12097,'en','sitepress','7dbf0c01503fafff4e413e3a25090d67','Are you sure you want to unregister?',NULL,NULL,'','LINE',NULL,10,'','038134003c1d60e7666e3a5736b963f1','',NULL),(12098,'en','sitepress','7bf7ef61cd8f59b97f56e1e92c8cd74e','As early as possible',NULL,NULL,'','LINE',NULL,10,'','70d51c1b4aee9f578a0804b022799dff','',NULL),(12099,'en','sitepress','f702dbe05c5f48219f56b63ae4d90359','Ask for feedback about translated content that was %1s in the last %2s %3s',NULL,NULL,'','LINE',NULL,10,'','3d385472d2073b6c45ab04cf08baab2a','',NULL),(12100,'en','sitepress','185b7133db22230701a857c059360cc2','Assign',NULL,NULL,'','LINE',NULL,10,'','6416abc123084cc15c2c0e120700ef96','',NULL),(12101,'en','sitepress','4ed28590d2a62d0511ffa77acc2f8e16','Assign translation status to duplicated content',NULL,NULL,'','LINE',NULL,10,'','0f66c699385c8932268e0f94c0168377','',NULL),(12102,'en','sitepress','7218b4480ae68084333fef54d0839f82','Audio: embed code',NULL,NULL,'','LINE',NULL,10,'','1c698e7aae704990cbcae0914cf6be97','',NULL),(12103,'en','sitepress','f4999767a462697a508e33ef3262e42f','Auto sign-in and sign-out users from all domains',NULL,NULL,'','LINE',NULL,10,'','a575eb8e1cce727d191bbb8d15ec9d76','',NULL),(12104,'en','sitepress','0750c90d9fcdd193dc8dd39cb4f8f238','Auto-generated title. Click to edit.',NULL,NULL,'','LINE',NULL,10,'','82da8969edede3293920b712aec5eee9','',NULL),(12105,'en','sitepress','5ce8cd960e2ee1be62e8b16413d77a8e','Automatically clear the cache when strings are translated',NULL,NULL,'','LINE',NULL,10,'','e586ceaaef98ad9b40474dd4a5a272be','',NULL),(12106,'en','sitepress','3e34ddf46fbac3e2396e21ffa22c25c7','Automatically load the theme\'s .mo file using \'load_theme_textdomain\'',NULL,NULL,'','LINE',NULL,10,'','7559eac0f30b6657f7923a957aab7fa5','',NULL),(12107,'en','sitepress','78945de8de090e90045d299651a68a9b','Available',NULL,NULL,'','LINE',NULL,10,'','d67d9d5a6e353d340e7a27a709962423','',NULL),(12108,'en','sitepress','397ef43a0b7716551ad86ce8774e27a5','Average rating - %s',NULL,NULL,'','LINE',NULL,10,'','b323a3ec6f3b9a12bb7368d65f68a28e','',NULL),(12109,'en','sitepress','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'','LINE',NULL,10,'','52a11e52bd03e8cd19b430e8c0e9ddeb','',NULL),(12110,'en','sitepress','9e0258a6b993a53d5150b5cab5888622','Back to languages',NULL,NULL,'','LINE',NULL,10,'','401af5b4ae457abf42bfe561961ce53e','',NULL),(12111,'en','sitepress','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'','LINE',NULL,10,'','35921dda520e604215cb8fe689fb9d91','',NULL),(12112,'en','sitepress','cd8aa1bae4ee577c4b0e51ffe81058b0','Backwards compatibility',NULL,NULL,'','LINE',NULL,10,'','69b78762a73a4fed7f8d0c45b135ec97','',NULL),(12113,'en','sitepress','ca959118c93eb415cf64bdadbc28c754','Because encryption is not supported on your host, the data will only have a basic encoding with the bse64 algorithm.',NULL,NULL,'','LINE',NULL,10,'','cc6e089cb13e27c3cd4cc2e7830cfffc','',NULL),(12114,'en','sitepress','a4ad77144e869489af204bafa48a71a4','Because too many %1$s were found, only the first %2$s results are listed. You can refine the results using the Search field below.',NULL,NULL,'','LINE',NULL,10,'','58da1a4b27210d05f86b3f878b906ed9','',NULL),(12115,'en','sitepress','17a4fabd6d3e8f164cebe1b2cdd82989','Before adding other languages, please select the language existing contents are written in:',NULL,NULL,'','LINE',NULL,10,'','94c38f5ee030baff3ffbf4abae327cb2','',NULL),(12116,'en','sitepress','2a686d9147ae06dd5938c7de8cf79bcf','Below post',NULL,NULL,'','LINE',NULL,10,'','1e72abd0eeeef5580d131a3e42e35b8e','',NULL),(12117,'en','sitepress','0b87d66b88c72957dfea8c9605016442','Beta',NULL,NULL,'','LINE',NULL,10,'','264fcd59ae24462a17e2d0ae656dfee7','',NULL),(12118,'en','sitepress','80d3b8441a46cf5e26f3820598561fa2','Blockquote: Content',NULL,NULL,'','LINE',NULL,10,'','8c2d0252f11877ce9b90ffafdbe607b3','',NULL),(12119,'en','sitepress','d3cba85196571f2da12d646bf809d3bf','Blockquote: Tweet button label',NULL,NULL,'','LINE',NULL,10,'','fbd9bab7738c99e4767015377b064b1d','',NULL),(12120,'en','sitepress','1ac0b16fb4ec44cbd213edee54ae82c1','Blog posts from the site\'s default language, or translations when they exist',NULL,NULL,'','LINE',NULL,10,'','d4bcd8d926313f2587f96eddea80429e','',NULL),(12121,'en','sitepress','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'','LINE',NULL,10,'','36b4779311a71403986c54c971d337f5','',NULL),(12122,'en','sitepress','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'','LINE',NULL,10,'','122c5ebac13f404360673446209d312d','',NULL),(12123,'en','sitepress','2f6a1a5eb3a217ba3c31c8e2e1e74ac9','Breadcrumbs: home label text',NULL,NULL,'','LINE',NULL,10,'','fb79945ed130e4e81276ff5f410489fb','',NULL),(12124,'en','sitepress','c87124fc7a04a8797862409edea09f0c','Browser language redirect',NULL,NULL,'','LINE',NULL,10,'','97f219b7922734c419f71e177db024a3','',NULL),(12125,'en','sitepress','65faa392683fb6c7ef535a8491e93e26','Browser language redirect may affect your site\'s indexing',NULL,NULL,'','LINE',NULL,10,'','3e1ed992c27692cba09d6d98972855e0','',NULL),(12126,'en','sitepress','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'','LINE',NULL,10,'','d875ec8c71450bdb58672506bcd896e2','',NULL),(12127,'en','sitepress','87b7760f14fbff78d8819291f36ab9a0','Button',NULL,NULL,'','LINE',NULL,10,'','0c3f586b688e3ca4fa6c36810d2379e9','',NULL),(12128,'en','sitepress','4e3000d05fb3dc3571bbd89eb55d3393','Button: Link',NULL,NULL,'','LINE',NULL,10,'','ed8e6cb939d6dfee06589920e939a659','',NULL),(12129,'en','sitepress','2dc404562fdb873fe663697d883e9c6e','Button: Link URL',NULL,NULL,'','LINE',NULL,10,'','1a76b8333b1ff61c1ca863e8114c0fc2','',NULL),(12130,'en','sitepress','f7d141583c8c29a0737fad42ed63a5ef','Button: Text',NULL,NULL,'','LINE',NULL,10,'','d112ca132622bb1bf57ccf5d67116415','',NULL),(12131,'en','sitepress','74a8e8bcb85d5f8d2e47198fa7040ec5','Buy %s',NULL,NULL,'','LINE',NULL,10,'','7e2c8714ab56b544fa3e2e1fe6188501','',NULL),(12132,'en','sitepress','8e7dcff213736f86844afa91522d3a23','Call to Action: Button link',NULL,NULL,'','LINE',NULL,10,'','92489028333faa9228573093a77bd9cc','',NULL),(12133,'en','sitepress','fea495214a71b446adf762db8e3b908f','Call to Action: Button text',NULL,NULL,'','LINE',NULL,10,'','b4ea8c999da1e419719db7a3ebae0568','',NULL),(12134,'en','sitepress','0399b5dc2ca4879a5e4a34220f8d4cbb','Call to Action: Heading',NULL,NULL,'','LINE',NULL,10,'','416d0fefdcbd88353d15b18c52a3bb6e','',NULL),(12135,'en','sitepress','10248bf10ccba3cabe3e0ef9b4fb8ae5','Call to Action: Text',NULL,NULL,'','LINE',NULL,10,'','5139b4561f5878c16cdb385e65b27ba5','',NULL),(12136,'en','sitepress','9c011fa7e11f4e20b637f4f6950731d8','Call to action: button',NULL,NULL,'','LINE',NULL,10,'','69b353f052bb9f5a07208c02a65f0649','',NULL),(12137,'en','sitepress','8b07d3def43676f9bd9bcd9d7799610c','Call to action: description',NULL,NULL,'','LINE',NULL,10,'','b39ea8463b7739b48ef2c44056f8dd95','',NULL),(12138,'en','sitepress','9bc022b31f6c8bda9de8ac88f4c216a6','Call to action: link',NULL,NULL,'','LINE',NULL,10,'','7f1f748f950ac8deb1e13bf99fa30ea5','',NULL),(12139,'en','sitepress','24f90bf7242b4625e817c658838ee10a','Call to action: ribbon title',NULL,NULL,'','LINE',NULL,10,'','fd27e7e47567c980d858080bb2d3c949','',NULL),(12140,'en','sitepress','5c45b77dce87d95f113200d33d9d7674','Call to action: title',NULL,NULL,'','LINE',NULL,10,'','18daa5b429e34240d3a00af689621c9c','',NULL),(12141,'en','sitepress','e179fbb3b33dceb6384c006d218268c3','Callout: Call to action text',NULL,NULL,'','LINE',NULL,10,'','16ba0d02c0a7971f30162e25e70eeeec','',NULL),(12142,'en','sitepress','158a88b3986657c41a0330cc8b4f29dc','Callout: Heading',NULL,NULL,'','LINE',NULL,10,'','4172eaa40c18855e6cbd10a16349f792','',NULL),(12143,'en','sitepress','06495a55556ae765e0098bfabb4a0cf7','Callout: Link',NULL,NULL,'','LINE',NULL,10,'','c541cf2495722af16959f038b043ab2d','',NULL),(12144,'en','sitepress','1c56475d7fb7228bee50d4fd9269e07c','Callout: Text',NULL,NULL,'','LINE',NULL,10,'','0af1ad4afb8ee3a94aba8775a410c2c6','',NULL),(12145,'en','sitepress','12a38fb3393bcd3f8f160580eb7f66b1','Can\'t create a duplicate. A translation is in progress.',NULL,NULL,'','LINE',NULL,10,'','9301fe71420346cc2bf8c7b35279b90e','',NULL),(12146,'en','sitepress','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','a1a714e78abf5c41b6cd6a1aaa0f2156','',NULL),(12147,'en','sitepress','0e2a5d4a5fe63552b42de4f5dcb1dd37','Cancel registration',NULL,NULL,'','LINE',NULL,10,'','1ef5fe40da6561ff4e9fc702d95b3adb','',NULL),(12148,'en','sitepress','76d318b99fb31298c1f33989030f33c3','Canvas content',NULL,NULL,'','LINE',NULL,10,'','62f65a7adc2180391aff13d410134a67','',NULL),(12149,'en','sitepress','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'','LINE',NULL,10,'','5177b8183c8da892c51efc7b52964d35','',NULL),(12150,'en','sitepress','8ad43884acf0c69df2c0d5d10283aaf9','Change default language',NULL,NULL,'','LINE',NULL,10,'','0eed1b5fb71661fc2f0e649577246619','',NULL),(12151,'en','sitepress','91d656fbb78e3322a596f4d8ed753c05','Change language',NULL,NULL,'','LINE',NULL,10,'','ea9e8c36679650d9d1baefed07ce2b1a','',NULL),(12152,'en','sitepress','95148c5ca0afad01258392d9317b52f7','Change menu order for %s',NULL,NULL,'','LINE',NULL,10,'','d14cbbe074f6b993545bc04655860fd8','',NULL),(12153,'en','sitepress','5c910d84a9bc86dcda3c2c0d5c3982a2','Changing the site\'s default language can cause some content to disappear.',NULL,NULL,'','LINE',NULL,10,'','bfe5ccf8fafd457197ceca9fdd874860','',NULL),(12154,'en','sitepress','86c236b531f3a328bb44d82727bae118','Check Now',NULL,NULL,'','LINE',NULL,10,'','e7454e7f55d56fe60345dba00f47ca5d','',NULL),(12155,'en','sitepress','541f9c09cd4374ab74c677afa9a15411','Check for orphan comments',NULL,NULL,'','LINE',NULL,10,'','cfdd6d73573863c7bc0a3a1bca6114e7','',NULL),(12156,'en','sitepress','eb1b4bb3667dd670210c7822badc2f1d','Check for updates',NULL,NULL,'','LINE',NULL,10,'','47f692cb3d70f99708aa58ddddad64f5','',NULL),(12157,'en','sitepress','44e6108ff458cea05eca82b296ef617f','Checking...',NULL,NULL,'','LINE',NULL,10,'','54cd6377fa1d5159ffcb2b553fdc5341','',NULL),(12158,'en','sitepress','663c5a690231c18c304f54897dc88b1f','Choose a menu',NULL,NULL,'','LINE',NULL,10,'','38a6b68d247838f667856747e69f4aeb','',NULL),(12159,'en','sitepress','3a9c104c9aadb05ff0b76dbb615ede2d','Choose a post to assign',NULL,NULL,'','LINE',NULL,10,'','769a2a83deb06da3054fdeb0e5098776','',NULL),(12160,'en','sitepress','b2b8e5fafd27a5d093c4d712cb5a6269','Choose a widget area',NULL,NULL,'','LINE',NULL,10,'','6ec340f229ba8c0f743b9e5010341c7c','',NULL),(12161,'en','sitepress','c970d50c03bfd22b64b1e8b95edd9e13','Choose how to determine which language visitors see contents in',NULL,NULL,'','LINE',NULL,10,'','c0189981db172218594faf649b0c9c09','',NULL),(12162,'en','sitepress','cc3787ca78f445f481069a4c047f7e7a','Choose language:',NULL,NULL,'','LINE',NULL,10,'','e2f412523990fede1ed265d2333cb231','',NULL),(12163,'en','sitepress','098be71f0601ec92af7a05bc610300ae','Choose what to do when translating content with this field:',NULL,NULL,'','LINE',NULL,10,'','a51e21a4dc71e0c5c2115cedece4ec3e','',NULL),(12164,'en','sitepress','7b1f3492058ff59dacc31a26ee8ee080','Clean orphan comments',NULL,NULL,'','LINE',NULL,10,'','9bf35803a4298250dd564867da93c9a1','',NULL),(12165,'en','sitepress','9f351e9815c428a76aecab3c2c4a4b75','Clean up',NULL,NULL,'','LINE',NULL,10,'','9be7784f2dbb318ffd5f28bd7775761a','',NULL),(12166,'en','sitepress','b3ecbd0ce72c6682260c9f871ad1cdf3','Clear all colors',NULL,NULL,'','LINE',NULL,10,'','860a7d7a8d03e1ebf5b14d4b5f6612c4','',NULL),(12167,'en','sitepress','02bef0bfea49398571c9d4f6dd8455ef','Clear cache now',NULL,NULL,'','LINE',NULL,10,'','a411e079f2923570f96583ea097b0e59','',NULL),(12168,'en','sitepress','d0390210a1fb8f729d64b889c80c0091','Clear language information and repopulate languages',NULL,NULL,'','LINE',NULL,10,'','b0545b47212f75e548a63a6b174b11e2','',NULL),(12169,'en','sitepress','6bee5661e926f636f142c7f60a227116','Clear log',NULL,NULL,'','LINE',NULL,10,'','a1374acad2e0e150016ef663ddc3d583','',NULL),(12170,'en','sitepress','9954dadae23ce276e12b3bdd93929b07','Clear the cache in WPML',NULL,NULL,'','LINE',NULL,10,'','222fed6a16875a6a9959af07555e5c41','',NULL),(12171,'en','sitepress','103d35bda1e2252063fb808eb399b3b6','Click to see individual components options.',NULL,NULL,'','LINE',NULL,10,'','cacedcb82cea4c9e7e7f0d0cae84cccb','',NULL),(12172,'en','sitepress','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'','LINE',NULL,10,'','337f670579dea35f8d241f8e3f626a24','',NULL),(12173,'en','sitepress','47489dcdf5a7ec4889225a7093998a8c','Color themes:',NULL,NULL,'','LINE',NULL,10,'','29bdd0d170c765e14b5b45f31d4e6bd8','',NULL),(12174,'en','sitepress','b2788e1ab6be65f1c38bf7d23cd081f1','Commercial',NULL,NULL,'','LINE',NULL,10,'','7b300e5cdd8f56b15594597130f5b389','',NULL),(12175,'en','sitepress','4477b0f1fab9823df44ecf623dddc9cf','Communication:',NULL,NULL,'','LINE',NULL,10,'','7429ce77d6da7f81e9bdcb4a715af5ff','',NULL),(12176,'en','sitepress','a6a054a85a33110ac2f6f248f536957e','Compatibility reporting',NULL,NULL,'','LINE',NULL,10,'','51604b35f5aad456cfd84e045034a4b6','',NULL),(12177,'en','sitepress','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,10,'','5b446405f462f1aa607bea789873fd51','',NULL),(12178,'en','sitepress','c3aa48739e3be373097ddc6bcfa895bd','Completed: %1$d posts were processed for \"%2$s\".',NULL,NULL,'','LINE',NULL,10,'','36c927f92a8b191da2645cf84a8693ae','',NULL),(12179,'en','sitepress','2cb05e4bb7830be982f0922fed86b4cd','Component',NULL,NULL,'','LINE',NULL,10,'','e64dccf6184e816da5ac57164ca38a2e','',NULL),(12180,'en','sitepress','eae2f4147bc7cff789dbeefbbd64186d','Configuration for compatibility between your active plugins and theme is updated automatically on daily basis.',NULL,NULL,'','LINE',NULL,10,'','063dec8194f630ee6abcca402096e82f','',NULL),(12181,'en','sitepress','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,10,'','c5d0594ad20148ebe717d8455bd6ce54','',NULL),(12182,'en','sitepress','29258eecb1f07bdedeb1493b098c3ca7','Configure WPML',NULL,NULL,'','LINE',NULL,10,'','5595ec774226d25927247d0413b4c7da','',NULL),(12183,'en','sitepress','5ab28e8992b3e31ce398b643a99b082b','Connect this post?',NULL,NULL,'','LINE',NULL,10,'','48bca721ee3183b8cf64f02bbfb06782','',NULL),(12184,'en','sitepress','0da7d8e04ad6909c45b2f16c2a418cd8','Connect with translations',NULL,NULL,'','LINE',NULL,10,'','b624d91d68e6a00def9063b2168bbef9','',NULL),(12185,'en','sitepress','5b60293df955758a2b0e952703fcd24e','Connection failed! Please refresh the page and try again. (%s)',NULL,NULL,'','LINE',NULL,10,'','1fd91dc1ddedb5a7562a368fb2a6d28f','',NULL),(12186,'en','sitepress','541a34b561af665815f8a88ba2c3e1c8','Contact Form: Button Text',NULL,NULL,'','LINE',NULL,10,'','3a90b631c5e7b9f52ec84e7dc4e414a0','',NULL),(12187,'en','sitepress','a136d412644324e2fd14f83204bcc028','Contact Form: Checkbox Text',NULL,NULL,'','LINE',NULL,10,'','ae2ac880d65a72683867cfdadc30c91c','',NULL),(12188,'en','sitepress','c691950c7dc28e9d361ea4d844dd407f','Contact Form: Email Field Placeholder',NULL,NULL,'','LINE',NULL,10,'','99cba14037ce3e3eda54d058a124dcaa','',NULL),(12189,'en','sitepress','975f23a2180e5df082f3101dbd09eb17','Contact Form: Name Field Placeholder',NULL,NULL,'','LINE',NULL,10,'','484fa90928778d7818e54e3bb1ea39e0','',NULL),(12190,'en','sitepress','b5f384d214215ecd4743e37087131da0','Contact Form: Phone Field Placeholder',NULL,NULL,'','LINE',NULL,10,'','83ac2bcddf8e9b5e656399cd4bfcee8e','',NULL),(12191,'en','sitepress','a386effe8cd025577909fa8601374e10','Contact Form: Redirect Link',NULL,NULL,'','LINE',NULL,10,'','2a002a98c69dd43e9517a82011e5aea0','',NULL),(12192,'en','sitepress','9d6ee3b62c63082a4ab3950bf403afec','Contact Form: Subject Field Placeholder',NULL,NULL,'','LINE',NULL,10,'','b3e2e20edff9a1726b80a37a0b0dd97c','',NULL),(12193,'en','sitepress','2fb33b4b907673ad740a09bd69ce6031','Contact Form: Success Message',NULL,NULL,'','LINE',NULL,10,'','7e2fbbf9591722560a02e569be3b85c4','',NULL),(12194,'en','sitepress','b60a3e6ca528dd5dcce8b7db50297e20','Contact Form: Terms and Conditions',NULL,NULL,'','LINE',NULL,10,'','3f67c243c9056fabab2ee58d32d84e49','',NULL),(12195,'en','sitepress','799ee64f4205f7d94c660d442602c3b3','Contact Form: Your Message Placeholder',NULL,NULL,'','LINE',NULL,10,'','0ddcb8b0fe86057c2970d957fc8e9cba','',NULL),(12196,'en','sitepress','55a4400ea4ecd28c9ff6ea47f902a9f2','Contact the translator',NULL,NULL,'','LINE',NULL,10,'','1edc48c7dce38b5ad51df2346c0a2b58','',NULL),(12197,'en','sitepress','7533df89a3de108496cc046855078c3a','Content Area: content',NULL,NULL,'','LINE',NULL,10,'','197f2468e67127a41ffedb2aaad65653','',NULL),(12198,'en','sitepress','2c44aafee3053d196eeab792fddeca58','Content Slider: Slide call to action link',NULL,NULL,'','LINE',NULL,10,'','057e8e72b59ab56edfa08e4280b6ac22','',NULL),(12199,'en','sitepress','b1aa4e986940f23524e02a713d715b0c','Content Slider: Slide call to action text',NULL,NULL,'','LINE',NULL,10,'','b6edf2aa0b5f33066a3bc5e11938dac0','',NULL),(12200,'en','sitepress','f1fe90fd2e84a831e7f9ca19989468a5','Content Slider: Slide content',NULL,NULL,'','LINE',NULL,10,'','405c75d365f2fe4bdedf1de82865dcf2','',NULL),(12201,'en','sitepress','82b68098a2ca2370ea6829dde5055a37','Content Slider: Slide heading',NULL,NULL,'','LINE',NULL,10,'','7b3535d1125695e861114e7252e45e03','',NULL),(12202,'en','sitepress','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,10,'','6bcf0ece22ba522f25437efd8efabf0c','',NULL),(12203,'en','sitepress','255cba0b589ec76d7ae9851e286a4deb','Copied From the Original',NULL,NULL,'','LINE',NULL,10,'','cace4b9d38e6c98cb88da060a7b6d51d','',NULL),(12204,'en','sitepress','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,10,'','b735dfcc0d0db09b02ae4e8e2f3f4cea','',NULL),(12205,'en','sitepress','240213ebdf5396f8634f4f6bd9c98cad','Copy content from %s',NULL,NULL,'','LINE',NULL,10,'','1aa2033428dbdb5c4ae39c5e6eeda925','',NULL),(12206,'en','sitepress','9ed933b73ccd20c27608c1fc5e456502','Copy from original',NULL,NULL,'','LINE',NULL,10,'','8f283e3150bf0f81cdaf8d33985e55a6','',NULL),(12207,'en','sitepress','4b0c9c77c35d2424fb0a5efcdaa42161','Copy from original to translation',NULL,NULL,'','LINE',NULL,10,'','73ed3a3a67eddedf73bdc34f7d0fe413','',NULL),(12208,'en','sitepress','06adefbf74556d65a06bba1c2e7267a7','Copy once',NULL,NULL,'','LINE',NULL,10,'','9376c162dc1a27bc36b650ba3375a5fe','',NULL),(12209,'en','sitepress','b535fe332b5716dcfc51abd64eebeb14','Copy publishing date to translations',NULL,NULL,'','LINE',NULL,10,'','f876da8937e52b4c71f5e168228dd145','',NULL),(12210,'en','sitepress','62647da799987a8bb9400acd6fea67da','Copy taxonomy to translations',NULL,NULL,'','LINE',NULL,10,'','aafda5b6f4fd5a626b7b4e1cb479d3be','',NULL),(12211,'en','sitepress','11c8b2a3f25abca08f472b0cb0969826','Copy this term from original: %1$s to all other languages?',NULL,NULL,'','LINE',NULL,10,'','8850a85d1a192e4ba8b4d179413df241','',NULL),(12212,'en','sitepress','8affcba03931b185815277e6a29fd00c','Copy to all languages',NULL,NULL,'','LINE',NULL,10,'','3d9cc9d9f902e4d9762d2a08693b1620','',NULL),(12213,'en','sitepress','f906c5a7d88fed97f171d7cdc1286765','Correct post type assignment for translations of custom post types in case something went wrong.',NULL,NULL,'','LINE',NULL,10,'','2c50886a02b4f7582aa5d221e1c3daae','',NULL),(12214,'en','sitepress','cacde581ede72f6f6fdfcdf4ddded24d','Correct terms count in case something went wrong with translated contents.',NULL,NULL,'','LINE',NULL,10,'','60ace3ecf565b5c1ef7e0cda285b394f','',NULL),(12215,'en','sitepress','714c763ff997482eda7d52eea309f679','Corrected by:',NULL,NULL,'','LINE',NULL,10,'','5456b646e7982ef1a4938aa8c65e978d','',NULL),(12216,'en','sitepress','33da6f33be08515513f68a8e75ad9f7f','Could not fetch the status from %s.',NULL,NULL,'','LINE',NULL,10,'','ed2d42fb37f2ff2fe0b1063897002c57','',NULL),(12217,'en','sitepress','2014c501fd312995bc4606b52f17aa89','Could not send the report to %s.',NULL,NULL,'','LINE',NULL,10,'','479621dd3e0020979c683d46446cffe0','',NULL),(12218,'en','sitepress','26d8496fae60ae7c863f8edd6d8e32ff','Countdown: Label days',NULL,NULL,'','LINE',NULL,10,'','c28284ba991df6406b3de5cd186417ea','',NULL),(12219,'en','sitepress','87fdf9113b658eb955238ff744282ac7','Countdown: Label hours',NULL,NULL,'','LINE',NULL,10,'','dcdca4dbb91d1483f1ed30996646e442','',NULL),(12220,'en','sitepress','ddb72afcff79c163e71716e8453fd16b','Countdown: Label minutes',NULL,NULL,'','LINE',NULL,10,'','7d17aa881e183852e5886cc55c384b75','',NULL),(12221,'en','sitepress','23ea86024a459853d09d201141310aac','Countdown: Label seconds',NULL,NULL,'','LINE',NULL,10,'','9331cc3589d671e715a46ae80b12eda5','',NULL),(12222,'en','sitepress','11266de08ceb3d1598ee29b8e89bd7fe','Counter: number prefix',NULL,NULL,'','LINE',NULL,10,'','f1af29b3f2df603208ffac307d5a35ce','',NULL),(12223,'en','sitepress','7464c846aa6e60ec00f4e56dc51782ae','Counter: number suffix',NULL,NULL,'','LINE',NULL,10,'','976686c5b5c729c6836b629b6f32be99','',NULL),(12224,'en','sitepress','e790092a6531d3f1b3c3fd9a4203b530','Create duplicate',NULL,NULL,'','LINE',NULL,10,'','3f0b2eead3ce391312b45be5fd5301f4','',NULL),(12225,'en','sitepress','f74dbf290a5d79714aaacff3659636bb','Create root page.',NULL,NULL,'','LINE',NULL,10,'','87baae55ee22a0096095498558e8e0a2','',NULL),(12226,'en','sitepress','1ef3c8f9949bd694c8ee93ed36de3dc3','Creating new tables...',NULL,NULL,'','LINE',NULL,10,'','58af8a84dfae467102b31fe061c65353','',NULL),(12227,'en','sitepress','222a267cc5778206b253be35ee3ddab5','Current',NULL,NULL,'','LINE',NULL,10,'','5e733c410ee39654e52e1372297dc747','',NULL),(12228,'en','sitepress','4af1ad98b2ec12f78af9bc58e1049d04','Current content language',NULL,NULL,'','LINE',NULL,10,'','e029240e3bb9ff953f30f3a789cec458','',NULL),(12229,'en','sitepress','d672f0a4a1dda98ca38dc490b65c63d8','Current language',NULL,NULL,'','LINE',NULL,10,'','9468339aa686ded89f92c07f5b434f44','',NULL),(12230,'en','sitepress','b06467ac2d4d5ec4d1904187bf03b778','Current language background color',NULL,NULL,'','LINE',NULL,10,'','1a80d23316789be25fe2ba585781df85','',NULL),(12231,'en','sitepress','4b5e34d7a9725c3930d9fe4ea42f3ea7','Current language font color',NULL,NULL,'','LINE',NULL,10,'','ba1dba20e4be691adff6536a44794ef6','',NULL),(12232,'en','sitepress','13aa8652e950bb7c4b9b213e6d8d0dc5','Current page',NULL,NULL,'','LINE',NULL,10,'','bd3889bcdb41bc64fbf00aeeb904654e','',NULL),(12233,'en','sitepress','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'','96c4b18abb275975371aa2262ffec864','',NULL),(12234,'en','sitepress','7b9324fd1b6cc33da6065e0338fd1828','Custom fields',NULL,NULL,'','LINE',NULL,10,'','fda53d119155ec7ca2ebd1b86b95bf52','',NULL),(12235,'en','sitepress','c05cacf4b0a6576e1d9a7091a3c2b92d','Custom flag',NULL,NULL,'','LINE',NULL,10,'','63046a68deda3d482948f775ebce14cd','',NULL),(12236,'en','sitepress','6b5d24677022a2f219b5e30840df1fc2','Custom language switchers',NULL,NULL,'','LINE',NULL,10,'','12d472b53a2ba9c502dccee59b75133e','',NULL),(12237,'en','sitepress','754b243f68bd08b359b23165ed069d64','insert WPML\'s switchers in custom locations',NULL,NULL,'','LINE',NULL,10,'Custom languuage switcher description: external link text','0584bcb8215c7640d3800b5802a60026','',NULL),(12238,'en','sitepress','23e869327d4edde1c9400e2a4744d136','Need more options? See how you can %s.',NULL,NULL,'','LINE',NULL,10,'Custom languuage switcher description: text','907abab5eeda2e59f340f9c19123b553','',NULL),(12239,'en','sitepress','3df92614124db66d1b5e5d15833437d1','Custom taxonomies',NULL,NULL,'','LINE',NULL,10,'','a91c3790b5898d3617bde926a10c325e','',NULL),(12240,'en','sitepress','63a78ed4647f7c63c2929e35ec1c95e3','Customize',NULL,NULL,'','LINE',NULL,10,'','21d2f65680738fdf8d41b892ac9a98e3','',NULL),(12241,'en','sitepress','dad18c586e87b27cd94089b722bf3dc1','Customize the language switcher',NULL,NULL,'','LINE',NULL,10,'','6fc4fe3f21c91d9fc6b8adc8d764c90a','',NULL),(12242,'en','sitepress','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'','LINE',NULL,10,'','a6256c734ed3a59a631dfdd70327d257','',NULL),(12243,'en','sitepress','e6ff0db3b8285dce688b7f9a44e4915b','Data saved',NULL,NULL,'','LINE',NULL,10,'','c71f74ff1a29e3b4c20111c7d12ab9b1','',NULL),(12244,'en','sitepress','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,10,'','d8851fb559ba1fff8142e80642618d8a','',NULL),(12245,'en','sitepress','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'','LINE',NULL,10,'','dcb348414e4221954b751cbf45c64883','',NULL),(12246,'en','sitepress','cf027337e98bbdf3189ae92b17a9ec71','Deactivate WPML Page Builders',NULL,NULL,'','LINE',NULL,10,'','7c3ee7a27143a0ee6e9a0e9f5d71ec5e','',NULL),(12247,'en','sitepress','2d34b9c7d4a41a01ec1c8ecdd75dbfda','Debug information',NULL,NULL,'','LINE',NULL,10,'','c30fcfd3a8f4761192600a58d7d8b4fd','',NULL),(12248,'en','sitepress','834633ad84b65023228d902011f753b1','Default admin language (currently %s)',NULL,NULL,'','LINE',NULL,10,'','b2ca58ec8246dcb9651a8f6aae935791','',NULL),(12249,'en','sitepress','4d9f394f60cd449e794ea2c1e97fd2df','Default admin language: ',NULL,NULL,'','LINE',NULL,10,'','b68eeb63e6aa15a166b29c117ef98caf','',NULL),(12250,'en','sitepress','d2cfac9a683156fc0f8dc3abe8797877','Default language (currently %s)',NULL,NULL,'','LINE',NULL,10,'','d360972cfc8ee74489706273880eb101','',NULL),(12251,'en','sitepress','d73a0164cc4ede6adf49c2465f411e5f','Default locale',NULL,NULL,'','LINE',NULL,10,'','6b9a0563bc90653a70d0bd7b998d5ac1','',NULL),(12252,'en','sitepress','7e9d42e804806b2107ebede71c9056c2','Delegated',NULL,NULL,'','LINE',NULL,10,'','7e3693db90608c006130ee3443cc9ddd','',NULL),(12253,'en','sitepress','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,10,'','555eef575ec89f3bd029d64301bb3bfa','',NULL),(12254,'en','sitepress','eb976e7914fa715a20e7b96a7f091bdf','Delete language switcher',NULL,NULL,'','LINE',NULL,10,'','0c606accc2e39e773234f2e0a15b3713','',NULL),(12255,'en','sitepress','8fb41b3911b7f22a4e1d2dbfd77bc403','Delete permanently',NULL,NULL,'','LINE',NULL,10,'','33304a17766ae8def10fe819b98ee6eb','',NULL),(12256,'en','sitepress','5fe6005bf6e415c950c011fb65f12b8f','Deleted',NULL,NULL,'','LINE',NULL,10,'','d72d6182b4047dda563f1aafa61f2d35','',NULL),(12257,'en','sitepress','22d95bf2cdbe64ab0b6436a464b39b88','Deleted comments:',NULL,NULL,'','LINE',NULL,10,'','161ae58bb04bfe3653664b9f6079e405','',NULL),(12258,'en','sitepress','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'','659f40e0e483a67a88f90c8cf527da86','',NULL),(12259,'en','sitepress','cfe38c0cb628939f6f99751a4c1d87c9','Detailed error log',NULL,NULL,'','LINE',NULL,10,'','da6f7709358cc98928e4b2d34ee42208','',NULL),(12260,'en','sitepress','3ec365dd533ddb7ef3d1c111186ce872','Details',NULL,NULL,'','LINE',NULL,10,'','f256e049c309d224504205380f134cb0','',NULL),(12261,'en','sitepress','330f49df8243756a8a4dc7f7f7ee6dfe','Development',NULL,NULL,'','LINE',NULL,10,'','10a390a6b9f70ed5dfda1b24b5d06a20','',NULL),(12262,'en','sitepress','063670ba0df413d43549784ae8eac355','Different languages in directories',NULL,NULL,'','LINE',NULL,10,'','fc66b9a2b47f43d18e0f4a4ae80e7dc1','',NULL),(12263,'en','sitepress','34dc384af267b5ea72f5bfcc847b396f','Disable browser language redirect',NULL,NULL,'','LINE',NULL,10,'','3bdc53a029e01adb8d0834ea699f101c','',NULL),(12264,'en','sitepress','27dac794661a33ca0aa667082203a70a','Disable cache for language switcher templates',NULL,NULL,'','LINE',NULL,10,'','677cf7c3c5a19ad7521dd6e2771e90bc','',NULL),(12265,'en','sitepress','4f0400ac5b3206ff684dd4a3b673e6e2','Disable this feature',NULL,NULL,'','LINE',NULL,10,'','6a5bf29e38260fafeb79fe8f7f06b10c','',NULL),(12266,'en','sitepress','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,10,'','91c43c765cbb1af60416d84679b98274','',NULL),(12267,'en','sitepress','a65dfcc0636665a282768b813ec05101','Display alternative languages in the HEAD section.',NULL,NULL,'','LINE',NULL,10,'','8a6e0ddbe6362b893bf43d6b3953ba49','',NULL),(12268,'en','sitepress','d78c38b33a32c556d0c7e5ecc0942cdb','Display hidden languages',NULL,NULL,'','LINE',NULL,10,'','e68a0b4011ec9f68315096fc1c147ed5','',NULL),(12269,'en','sitepress','ea53e8a66c7abc46c61a51821edbe605','Display mode for blog posts has changed',NULL,NULL,'','LINE',NULL,10,'','bf515788121f04fecb09952a8d6ea4aa','',NULL),(12270,'en','sitepress','c5d90d7505fffbc8ec88ac0f7d40a6bd','Display on language:',NULL,NULL,'','LINE',NULL,10,'','469d57d1ce3ac37fb221036a2924db71','',NULL),(12271,'en','sitepress','359fab71adb8498351cb63a1a8001944','Do not make \'%s\' translatable',NULL,NULL,'','LINE',NULL,10,'','118176639fb4e81efc06d2230d3664b4','',NULL),(12272,'en','sitepress','b84a65bb6374ac6d4d1753dc6ab43b2d','Do not show it',NULL,NULL,'','LINE',NULL,10,'','24f0ab90f2994422adfe35e2d859adf6','',NULL),(12273,'en','sitepress','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'','LINE',NULL,10,'','f82cf5f55b0f784cb55d6f12a841b3eb','',NULL),(12274,'en','sitepress','fe32739e326b599f28c7330e03da710b','Do you really want to remove this item?',NULL,NULL,'','LINE',NULL,10,'','7dae5831d451216fe41ab14178c97231','',NULL),(12275,'en','sitepress','cc028e59ff87c2298947b1d4f21aa008','Do you want to continue?',NULL,NULL,'','LINE',NULL,10,'','58ad0cfbb7a66fa8688c990266a16f56','',NULL),(12276,'en','sitepress','6bb586511eee9e9ef60cf8899a5df52c','Don\'t have a key for this site? %sGenerate a key for this site%s',NULL,NULL,'','LINE',NULL,10,'','678ea4f51d310731f53053508e97b9eb','',NULL),(12277,'en','sitepress','39e52dfbe8b3daca5f6580c3f5d2d3df','Don\'t send this information and skip compatibility alerts',NULL,NULL,'','LINE',NULL,10,'','02d7fcfe38a0d4eaab0887a7ed46f99a','',NULL),(12278,'en','sitepress','5e093960e44cb1d25f955d71426634e7','Don\'t translate',NULL,NULL,'','LINE',NULL,10,'','78e915fadf4a51e9e509973a68e291d4','',NULL),(12279,'en','sitepress','89a6617d064cb8adc852be42ca799314','Don\'t use String Translation to translate themes and plugins',NULL,NULL,'','LINE',NULL,10,'','5e8fa54f91195084c4faa4d1112741d5','',NULL),(12280,'en','sitepress','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,10,'','878539c020603f9b02b18ff2a5ed32e1','',NULL),(12281,'en','sitepress','d3de52109c609784f2e4a28d0e9fdb97','Done!',NULL,NULL,'','LINE',NULL,10,'','cda898acc48346faec3912badb23e3c5','',NULL),(12282,'en','sitepress','f5940523060652e3a7d9c269ce48de50','Done.',NULL,NULL,'','LINE',NULL,10,'','25f77e14a91fe307d846744dcf6dbde4','',NULL),(12283,'en','sitepress','03344e08254d21685bf37b673820c1f4','Download failed!\\n\\nClick OK to revalidate your subscription or CANCEL to try again.',NULL,NULL,'','LINE',NULL,10,'','502d2ae430e3c9183b5f110d204a0160','',NULL),(12284,'en','sitepress','f80e5b2c1832cd7ee5aa7adae7fc4178','Download failed!\\n\\nPlease refresh the page and try again.',NULL,NULL,'','LINE',NULL,10,'','80d688a287a7fb5db837cdc445685b23','',NULL),(12285,'en','sitepress','c7e71badf20a04f36d11be557ceb7a5b','Downloading',NULL,NULL,'','LINE',NULL,10,'','d0c044bb6c9133366ea6cb35d8e8a94d','',NULL),(12286,'en','sitepress','92903c999c95bfd305775cea9b4d30b6','Downloading is not possible because WordPress cannot write into the plugins folder. %sHow to fix%s.',NULL,NULL,'','LINE',NULL,10,'','53105cb6308a8c2638f34f64a85ca9cb','',NULL),(12287,'en','sitepress','160e3014f3b7419b0afad9a78bb6190a','Downloading is not possible. WordPress cannot create required folders because of the\\n 256 characters limitation of the current Windows environment.',NULL,NULL,'','LINE',NULL,10,'','eb06731f654899f8cefa06a5b04d2f2b','',NULL),(12288,'en','sitepress','8ba229ade350ceafc937c56482a4f651','Drag and drop the languages to change their order',NULL,NULL,'','LINE',NULL,10,'','13c995bd53a8cd8cfc4b95d264679b14','',NULL),(12289,'en','sitepress','7498c445a737312f3678aa1494e01a38','Dropdown',NULL,NULL,'','LINE',NULL,10,'','4a382fd95c90513b56c19d884035b227','',NULL),(12290,'en','sitepress','349773ba41945e8f639ea5299e97ac5c','Dropdown content',NULL,NULL,'','LINE',NULL,10,'','25aa6e2a71468895299e0d139f6fc0ed','',NULL),(12291,'en','sitepress','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,10,'','bd5014427d133d80b43e936f0a119811','',NULL),(12292,'en','sitepress','3fc6bcf4e401e1454bd9824afdacc938','Duplicate existing media for translated content',NULL,NULL,'','LINE',NULL,10,'','0319faecdaa6ad26350c244d5f6db2e4','',NULL),(12293,'en','sitepress','1e9844bf156d04599540f5cf1194be90','Duplicate featured image from original',NULL,NULL,'','LINE',NULL,10,'','5dcbc53f92a29199c6ab9ff38e36b750','',NULL),(12294,'en','sitepress','a4ca2d9e4c32f03b33bddcf7c7e585e9','Duplicate featured image to translations',NULL,NULL,'','LINE',NULL,10,'','1e8c0b16a7c0b77c362bf62a14a555ab','',NULL),(12295,'en','sitepress','c897207440340a50364a1d8273ac7f45','Duplicate featured images for translations',NULL,NULL,'','LINE',NULL,10,'','8279bc1521e2b02408cceb548f26a1d4','',NULL),(12296,'en','sitepress','b9d16907b53454c6e39f3c3fe4ee7ec4','Duplicate media attachments for translations',NULL,NULL,'','LINE',NULL,10,'','aa6fbcd9c7f0d1191cc44f7a7b4aa481','',NULL),(12297,'en','sitepress','770e33234e0aa227859a54ab25b5b94d','Duplicate the featured images for translated content',NULL,NULL,'','LINE',NULL,10,'','445c8281a092276925bcab505a2add2d','',NULL),(12298,'en','sitepress','a0752cb8a694217f59bcad10242c32b8','Duplicate uploaded media from original',NULL,NULL,'','LINE',NULL,10,'','a2d32ab87ef8608fc8235ab854aefa9a','',NULL),(12299,'en','sitepress','0fc5a52bd92c74f82179dbaf3fcde03a','Duplicate uploaded media to translations',NULL,NULL,'','LINE',NULL,10,'','36f08b2701c390a999b39252bc1aaa80','',NULL),(12300,'en','sitepress','e2c1e96118efdb5b55084ccf766825ab','Duplicating featured images. %d left',NULL,NULL,'','LINE',NULL,10,'','8cbdc8dfe100438e67c6d695be18cb9a','',NULL),(12301,'en','sitepress','bdf61db3f4cfb1e6f9a9af94ddc0e0a2','Duplicating featured images: done!',NULL,NULL,'','LINE',NULL,10,'','906084d9f954d8e977d4a59d86000c06','',NULL),(12302,'en','sitepress','5d2323c4ef949136062945f68d9d73cc','Duplicating media. %d left',NULL,NULL,'','LINE',NULL,10,'','5ad557bfc31424c62dc5086bac851d2f','',NULL),(12303,'en','sitepress','dbc7ef2ff1eb174ba8f2baf80ebe231d','Duplicating media: done!',NULL,NULL,'','LINE',NULL,10,'','b0cf204a34033ff65944dba84005fe03','',NULL),(12304,'en','sitepress','1a84a40109ef98990db256afccd0fe1f','E-mail sent to translation service',NULL,NULL,'','LINE',NULL,10,'','34c7cfef93c4ecfa86b8239e91090c0b','',NULL),(12305,'en','sitepress','71074276c3375dde5f85fabe8a26695e','Each user can choose the admin language. You can edit your language preferences by visiting your <a href=\"%s\">profile page</a>.',NULL,NULL,'','LINE',NULL,10,'','c232c6614f219a9838dbc4856878329b','',NULL),(12306,'en','sitepress','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','d5081414c303f1f8b9ec375785c70609','',NULL),(12307,'en','sitepress','e06f0a55c771d7852f283edc4a58b839','Edit Footer Language Switcher',NULL,NULL,'','LINE',NULL,10,'','30f8292267689daa0528b2d557133fbd','',NULL),(12308,'en','sitepress','739261dff75097498f4218b34c19161e','Edit Menu Language Switcher',NULL,NULL,'','LINE',NULL,10,'','e204fc13921536013255f9f89144cd09','',NULL),(12309,'en','sitepress','7d818c8e4dc6c2400c4f9efd2e63034b','Edit Post Translations Language Switcher',NULL,NULL,'','LINE',NULL,10,'','26c91b0a97c981fe0072c60d738ee3a2','',NULL),(12310,'en','sitepress','5fa31495dc047d430d6915f97c080df7','Edit Shortcode Actions Language Switcher',NULL,NULL,'','LINE',NULL,10,'','363a774898cdaee4fe08a9faca1ef7ff','',NULL),(12311,'en','sitepress','175c00e709f032263a45e6a073b84d42','Edit Widget Area Language Switcher',NULL,NULL,'','LINE',NULL,10,'','2b510a738f6b122c0f2467e2f4117a29','',NULL),(12312,'en','sitepress','e935818865714fcc9952c9b8b0ab3893','Edit feedback',NULL,NULL,'','LINE',NULL,10,'','0d09f61dbc2a6969cd0d4999274823f4','',NULL),(12313,'en','sitepress','5532717b6745862b6f239f3c6c7ded92','Edit language switcher',NULL,NULL,'','LINE',NULL,10,'','db65779499767378355709d59f64baf7','',NULL),(12314,'en','sitepress','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'','LINE',NULL,10,'Edit languages page: page title','57257379a6bd2719859982720bffd65a','',NULL),(12315,'en','sitepress','eedf8b0e9810224fb4d07bfcd87ea9c2','This table allows you to edit languages for your site. Each row represents a language.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: sentence #1','bc7698fb52771f58e29a16080fe4dbbf','',NULL),(12316,'en','sitepress','1bded9ddc8684ce6ad32681ca9e27543','For each language, you need to enter the following information:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: sentence #2','c12d0154b8800f073d377d7be1f5d7c4','',NULL),(12317,'en','sitepress','bcc7582c9a66be8187578997794a9c1f','Code:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #1','49506742a4524f6cc584476e09f03dba','',NULL),(12318,'en','sitepress','e22b4e38e5d202282060dc00ac195e09','a unique value that identifies the language. Once entered, the language code cannot be changed.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #1, description','b800ad1ab14c581911a35aad5046a1d2','',NULL),(12319,'en','sitepress','04f476403076d224f17b57c5de2f4a98','Translations:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #2','bb3cca0627f7dbfd7076861b92e47614','',NULL),(12320,'en','sitepress','44cda4d3d0d2525a563bfeec46d44161','the way the language name will be displayed in different languages.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #2, description','ccf4548a3d82918080b3ac382475ab3c','',NULL),(12321,'en','sitepress','c907a021c935ae6144fa2ccadfe9360d','Flag:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #3','c300ff62410459de5868d0bd6351bbfb','',NULL),(12322,'en','sitepress','f368b8e7abb3f37729468c1e4d1fb776','the flag to display next to the language (optional). You can either upload your own flag or use one of WPML\'s built in flag images.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #3, description','9d08b8c032af84299ae415d48c8c2088','',NULL),(12323,'en','sitepress','427c7432a09fdf65f2e8504dac7e9644','Default locale:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #4','4650ac84616d1628d3224c769d0d1715','',NULL),(12324,'en','sitepress','72bc56248c91fd83c326935761de1165','This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #4, description','92a93c32ac36d263a39c6f82c00a73af','',NULL),(12325,'en','sitepress','10477198e3aefcf399976200e5c4cc31','Encode URLs:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #5','999718ed3ba216f2bbaf6afec7f27fed','',NULL),(12326,'en','sitepress','741be847988cba0717cbc17effed735b','yes/no, determines if URLs in this language are encoded or use ASCII characters (leave ‘no’ if you are not sure).',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #5, description','a823eaf50bfcd92ebaa421f196569c02','',NULL),(12327,'en','sitepress','9289c420c6b05e5fbed09c05cabfaab2','hreflang:',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #6','248f9078a8a2172456ad36c1c70e84c7','',NULL),(12328,'en','sitepress','92163ed01da99d15b7638a3b4031478d','the code Google expects for this language. The hreflang should contain at least the language code (usually, made of two letters), or, if you want to specify the country/region, it sould be the same information as the locale name, but in a slightly different format. If the locale for Canadian French is fr_CA, the corresponding hreflang would be fr-ca. Instead of an underscore, use a dash (-) and all letters should be lowercase.',NULL,NULL,'','LINE',NULL,10,'Edit languages page: subtitle #6, description','6f4baf134a36bac0b3ce8a9bae9550e1','',NULL),(12329,'en','sitepress','50cd9e8a3001d48b205ed580f4ae165b','Edit root page.',NULL,NULL,'','LINE',NULL,10,'','7af7703d3edd914a896c6c4838a338cf','',NULL),(12330,'en','sitepress','493a145beb9f1945a8d50f17a65b7ae7','Edit the %s translation',NULL,NULL,'','LINE',NULL,10,'','3c54964703c8d175fb7be7087cf0d8db','',NULL),(12331,'en','sitepress','8bfe0a61eb28d410aba6f3edce2e6d8b','Edit this page to add translations',NULL,NULL,'','LINE',NULL,10,'','8d12774672fc86ba2f3d1232513b0ecc','',NULL),(12332,'en','sitepress','a7f6326fc128712ffaee83351ea67525','Edit translation',NULL,NULL,'','LINE',NULL,10,'','244bb16fa3ba62cea59f969e93c7b2e8','',NULL),(12333,'en','sitepress','ab97fe6df4d2b63b35ac6b523a62802a','Editing language:',NULL,NULL,'','LINE',NULL,10,'','3e537d41ba08bfb61e034c918adc5c26','',NULL),(12334,'en','sitepress','f5733581efcf2c2dd26fbba46f151f61','Elements to include in the language switcher.',NULL,NULL,'','LINE',NULL,10,'','e05f2c43581525f375358eec3ad8f759','',NULL),(12335,'en','sitepress','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'','LINE',NULL,10,'','7bd7840f163af622d1df9e555245fb31','',NULL),(12336,'en','sitepress','5fa240dc08c3f45799a105df88871c32','Enable Translation Feedback',NULL,NULL,'','LINE',NULL,10,'','df4619367132fc367e31494f73c183b4','',NULL),(12337,'en','sitepress','8192c3efc92a04657cd25ee11b437b00','Enable Translation Feedback module',NULL,NULL,'','LINE',NULL,10,'','f940ef929842ff7a8e3c0f7b76ec58a0','',NULL),(12338,'en','sitepress','67b67ff38e95cf6ff509e89e29db7142','Enable cache for language switcher templates',NULL,NULL,'','LINE',NULL,10,'','0f769b901a1d1dfebabd4cf53add309d','',NULL),(12339,'en','sitepress','096206d08f868a5f9893ddef881e988b','Encode URLs',NULL,NULL,'','LINE',NULL,10,'','2eaebf2699d979d857b3a25034db39a2','',NULL),(12340,'en','sitepress','c456ee1c5feca3b65128944e6f350135','Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server.',NULL,NULL,'','LINE',NULL,10,'','3e793d82c7ee8b7f167aba97eb44c6b1','',NULL),(12341,'en','sitepress','8b179bed359224da80784115e341e4c9','Enter site key',NULL,NULL,'','LINE',NULL,10,'','acec76a69edb2d8926cb5809765691da','',NULL),(12342,'en','sitepress','3fd849d186b31681f1a7ccfb3e7c81ba','Enter textdomain:',NULL,NULL,'','LINE',NULL,10,'','dcb2e9b26b8c2d8cef641c0e13573382','',NULL),(12343,'en','sitepress','7ee7e459ab78455785a60ed983ddfdb2','Enter the site key, from your wpml.org account, to receive automatic updates for WPML on this site.',NULL,NULL,'','LINE',NULL,10,'','c2347e041439a1c3d793eb3eb528b74a','',NULL),(12344,'en','sitepress','6026da95937ae7186f272a551b78a074','Enter the title of the widget or leave empty for no title.',NULL,NULL,'','LINE',NULL,10,'','55c33feb8c556c654ae2f8b5c6e6dc24','',NULL),(12345,'en','sitepress','87dce1bfd893cf4daf8095bb43cf7f0c','Error adding flag.',NULL,NULL,'','LINE',NULL,10,'','6cbdfde110d4ceb9f01826eee32b508e','',NULL),(12346,'en','sitepress','800f12eaf2dcc254688c8a4eabc48bb0','Error adding native name.',NULL,NULL,'','LINE',NULL,10,'','1b2d199ff1d6135b786517e70e01dd12','',NULL),(12347,'en','sitepress','6c9b0f0444d3faf9a11ab6fff6b9e8c6','Error adding translation %s for %s.',NULL,NULL,'','LINE',NULL,10,'','199dfd9da240c2c3042f98a9df8a2e85','',NULL),(12348,'en','sitepress','a76b497083647a6d32e6c133652ab017','Error uploading flag file.',NULL,NULL,'','LINE',NULL,10,'','27fa394f1feed8807af1b62e2859bd86','',NULL),(12349,'en','sitepress','614d40791061c7824a358579930a4735','Error: Language not found.',NULL,NULL,'','LINE',NULL,10,'','c757464657af8d61a8927f65862fd21f','',NULL),(12350,'en','sitepress','5e413e081e85913ee4e4e8f8ee7a4d99','Error: No custom field',NULL,NULL,'','LINE',NULL,10,'','217f6ec69bd12529e453645cf4e112f9','',NULL),(12351,'en','sitepress','02caef7b62fadbfc0e9a60e9deb844e6','Error: Please activate WPML Translation Management plugin',NULL,NULL,'','LINE',NULL,10,'','453a9221303f23320ea74bdd1644f99a','',NULL),(12352,'en','sitepress','1c5a1e57a46ea83957fc108c3f423040','Error: Please provide translation action',NULL,NULL,'','LINE',NULL,10,'','210c7c961c58be19fe13dda2e974ff20','',NULL),(12353,'en','sitepress','842b1850aa42256c784ae5060e6d5af7','Error: Something is wrong with field value. Translation preferences can not be set.',NULL,NULL,'','LINE',NULL,10,'','d1642abf1f0cbf0d830fdae34d5dc089','',NULL),(12354,'en','sitepress','b4619e34d5a07d0c1d7b5864b9f622fd','Error: This is a built in language. You can\'t delete it.',NULL,NULL,'','LINE',NULL,10,'','a943f73276e2182312c5313f145b21e9','',NULL),(12355,'en','sitepress','d24ce81a9cc6697542b6f6d7abac136b','Error: WPML Translation Management plugin not initiated',NULL,NULL,'','LINE',NULL,10,'','efe77da53e9b3c3ad4540c64704c2381','',NULL),(12356,'en','sitepress','742ac583664c4963b4d1895a88281f2c','Error: data not saved',NULL,NULL,'','LINE',NULL,10,'','095bb07c8cb92d116f571caf67d21fba','',NULL),(12357,'en','sitepress','704b5561562b054400f33f22cf61c5f5','Experimental',NULL,NULL,'','LINE',NULL,10,'','53791631e413f3aa8de1dae9738c344a','',NULL),(12358,'en','sitepress','f26a719385aa023fad97782897f293e9','Expiration date for Translation Feedback module:',NULL,NULL,'','LINE',NULL,10,'','4140f158ca0e55441d95329c651cc27a','',NULL),(12359,'en','sitepress','71941b154e1780e53630e1faa9b2013b','Failed to update the feedback.',NULL,NULL,'','LINE',NULL,10,'','533661d6f5ec27bbfa569b2fff373d55','',NULL),(12360,'en','sitepress','93252348cf3a42ca5e38b70d5f866d33','Failed to write file to disk.',NULL,NULL,'','LINE',NULL,10,'','f4efa28e818bda54d8a03d81a12b411e','',NULL),(12361,'en','sitepress','bea4c2c8eb82d05891ddd71584881b56','Feedback',NULL,NULL,'','LINE',NULL,10,'','382045650b6b34ec147de7c72d6dd675','',NULL),(12362,'en','sitepress','c807f9cf2609954ec6d6c018470e2a5e','Feedback list navigation',NULL,NULL,'','LINE',NULL,10,'','5f6b29778e9e283ba590a26780b73d52','',NULL),(12363,'en','sitepress','e891b0c2d29eb3e4f7ab5e3f12716db3','Feedback:',NULL,NULL,'','LINE',NULL,10,'','e4f88407f1ca079d372ce37ea55825e9','',NULL),(12364,'en','sitepress','877432562d696d1a077b25a9f4e7fad8','File extension not allowed.',NULL,NULL,'','LINE',NULL,10,'','e62503fb4a8dcd8d0caf4376d4649ac2','',NULL),(12365,'en','sitepress','5cf0383dfc59c913ce183e373707b234','Finalizing upgrade...',NULL,NULL,'','LINE',NULL,10,'','784c981c28ff36ab73afe0015735d0ae','',NULL),(12366,'en','sitepress','822f82b1e67f3d92b9b33e2b401cd220','Find how you can update PHP.',NULL,NULL,'','LINE',NULL,10,'','932a66046f10061c0c4ef5de4568ef0b','',NULL),(12367,'en','sitepress','a20ddccbb6f808ec42cd66323e6c6061','Finish',NULL,NULL,'','LINE',NULL,10,'','59cc2439ad4151a3d0ff70471fb1d040','',NULL),(12368,'en','sitepress','8f3d10eb21bd36347c258679eba9e92b','Finished',NULL,NULL,'','LINE',NULL,10,'','84b08d684571720944a0a761a6bbb5e3','',NULL),(12369,'en','sitepress','d2d1fc6d6e8ca9751e5b1d72317f22bb','First menu item',NULL,NULL,'','LINE',NULL,10,'','e69f0f3e57375c8dca617a14fbf5249a','',NULL),(12370,'en','sitepress','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,10,'','b296c88b0d1dbee2e92d83d3d1868090','',NULL),(12371,'en','sitepress','114901a5e2790802125525da8c350853','Fix WPML tables collation',NULL,NULL,'','LINE',NULL,10,'','ca786660f1108d6ae3bce725286d83c4','',NULL),(12372,'en','sitepress','fd5e4981a8a4d15f1a851dae194d6086','Fix element_type collation',NULL,NULL,'','LINE',NULL,10,'','e13a1d2216766be5cea733ca69526678','',NULL),(12373,'en','sitepress','f7849e4176bf535ad733d5a896213ccc','Fix post type assignment for translations',NULL,NULL,'','LINE',NULL,10,'','1acd695e41feae9a7eca40ffbbff0cff','',NULL),(12374,'en','sitepress','fe1784690856f212a908a1e7b0e102dc','Fix terms count',NULL,NULL,'','LINE',NULL,10,'','6af71a670fa50c9d1177c6df507ae132','',NULL),(12375,'en','sitepress','f16959eabe337920fc2145eff28504c0','Fixes the collation of WPML tables in order to match the collation of default WP tables.',NULL,NULL,'','LINE',NULL,10,'','726e1475d3e10a5d9b523ef60f07c828','',NULL),(12376,'en','sitepress','7e12ef4c6fede12b169b9561362b2f11','Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column.',NULL,NULL,'','LINE',NULL,10,'','3af4528ef901d1aaf65382fbe45726b4','',NULL),(12377,'en','sitepress','c5836008c1649301e29351a55db8f65c','Flag',NULL,NULL,'','LINE',NULL,10,'','86845300c935ba24c7903c90aa40eec5','',NULL),(12378,'en','sitepress','b7f3988f58673192a7db6f0fc934b541','Flip Box: Button link',NULL,NULL,'','LINE',NULL,10,'','42febbccd358d96be5f5e4da724e0b73','',NULL),(12379,'en','sitepress','da54391e4c7817fbfff7511aca26e4ba','Flip Box: Button text',NULL,NULL,'','LINE',NULL,10,'','958096a522c7b889bd3e7ad906d12648','',NULL),(12380,'en','sitepress','e1ff2d4ee86433e2570891c9b8ffb2ca','Flip Box: Description text side A',NULL,NULL,'','LINE',NULL,10,'','944b96465253cc447ac8b98633025aec','',NULL),(12381,'en','sitepress','e9f3bfbb63857dc18151dfe2368dd18b','Flip Box: Description text side B',NULL,NULL,'','LINE',NULL,10,'','8d839b17ef40746b84243eb98638a1e6','',NULL),(12382,'en','sitepress','0311fb90fd840b342e6ecb89dd8e03db','Flip Box: Title text side A',NULL,NULL,'','LINE',NULL,10,'','e7086fb3780606945abdba15e3093e37','',NULL),(12383,'en','sitepress','e997835fa5d1a16168827572043a8d42','Flip Box: Title text side B',NULL,NULL,'','LINE',NULL,10,'','8d8a8bf08556335c0bd1926bb15d860a','',NULL),(12384,'en','sitepress','bf68badcb6c52aa3c4f1bcd66f5aeb86','Footer language switcher',NULL,NULL,'','LINE',NULL,10,'','877a02998d70c72e6b940c455cb796c5','',NULL),(12385,'en','sitepress','649ce93313aec031119a5842125fb826','For \"%s\"',NULL,NULL,'','LINE',NULL,10,'','2b3fc0c5a88251eff4cbb5af1e89d36e','',NULL),(12386,'en','sitepress','298692d4c5d43e37468490d94d613171','For WPML components you can receive updates from your %s or automatically, after you register WPML.',NULL,NULL,'','LINE',NULL,10,'','7362c6fccedc6bb61f9a22f3324a8352','',NULL),(12387,'en','sitepress','cec70f3b27d0997a56be3b9e0bb24a91','For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page.',NULL,NULL,'','LINE',NULL,10,'','0ed2b1bc5ed0587d9254714cc95a8ce6','',NULL),(12388,'en','sitepress','cb0ace7044b48cc34b7b31f18b583d9b','For retrieving Installer debug information use the %s page.',NULL,NULL,'','LINE',NULL,10,'','69a4462fecf91bfa783b8c91ddbc2a66','',NULL),(12389,'en','sitepress','f9d2940077ace8eb67b6d2a8c6cd4d7b','For retrieving debug information if asked by support person, use the %sdebug information%s page.',NULL,NULL,'','LINE',NULL,10,'','ed73198f5efeee7db25268dce49d7bd1','',NULL),(12390,'en','sitepress','723cf56edec79aa7e748cd0cc43e728a','Form: Acceptance Text',NULL,NULL,'','LINE',NULL,10,'','59a5a9b4c2628ea0e1b2ca7bdc08efec','',NULL),(12391,'en','sitepress','2e219de92e6c2a0b538e61e47332f7e6','Form: Button text',NULL,NULL,'','LINE',NULL,10,'','72bd324915886538e95b90dc9456a6ff','',NULL),(12392,'en','sitepress','cf68b96ee15f34445b968b579e7c3d3e','Form: Checkbox Options',NULL,NULL,'','LINE',NULL,10,'','9ec19ed0c0000723c6938d941252c018','',NULL),(12393,'en','sitepress','da79ce6540412d8bedc60f9c3a285ec5','Form: Email Content',NULL,NULL,'','LINE',NULL,10,'','813c47fa004329eb79ab80c88df37707','',NULL),(12394,'en','sitepress','b6080f2bb1ed57a6642b585822c35648','Form: Email from name',NULL,NULL,'','LINE',NULL,10,'','66ca37ef86a10c87cb4de99c1579b145','',NULL),(12395,'en','sitepress','d8d4abf075b3adffa692cf3066718446','Form: Email subject',NULL,NULL,'','LINE',NULL,10,'','d51f3d5ee4934656ce37658080629ba7','',NULL),(12396,'en','sitepress','4e4abcf3df3952668a7d9a837d9501c9','Form: Error message',NULL,NULL,'','LINE',NULL,10,'','3b5436f50b124014c6da2af2e4753806','',NULL),(12397,'en','sitepress','70e782d849ca58fc941573cd2df1d774','Form: Field HTML',NULL,NULL,'','LINE',NULL,10,'','64cb351a943cd861f62868fba5c5ad52','',NULL),(12398,'en','sitepress','648a69d3390de4c272755ea140468f5e','Form: Field label',NULL,NULL,'','LINE',NULL,10,'','b32af9556d4cc13fc5a30d59b24c7217','',NULL),(12399,'en','sitepress','e045444e5e0e9cc0c97417bccf39ff4d','Form: Field placeholder',NULL,NULL,'','LINE',NULL,10,'','9100615a0ec485247bcb0b7cb7768f1f','',NULL),(12400,'en','sitepress','954342537faf21c5d982197c85f4705f','Form: Invalid message',NULL,NULL,'','LINE',NULL,10,'','4d2bc99fb5d79d87f1896cb62e345755','',NULL),(12401,'en','sitepress','ebe13a64da15b4b730bdf928b9fca9f0','Form: Required message',NULL,NULL,'','LINE',NULL,10,'','9120b233e7da21747c414f7f12a89aa5','',NULL),(12402,'en','sitepress','f76e85e5103c1ccbaf36cbe9944fe123','Form: Success message',NULL,NULL,'','LINE',NULL,10,'','0d652bcea2944ce640afd5df4a1e4942','',NULL),(12403,'en','sitepress','0c3ae316ebcc091e7e3340843e5a8cdc','Form: name',NULL,NULL,'','LINE',NULL,10,'','b7870d8f6efb4c544ab9727aaa26278a','',NULL),(12404,'en','sitepress','a16200be9d853954dba3cb8db9b32a0b','Get personalized instructions for translating this site. You will also have access to WPML-users support.',NULL,NULL,'','LINE',NULL,10,'','038188957ff97034ab8066b7c1eebacd','',NULL),(12405,'en','sitepress','c674057ea5f7b3734a20e732cc66a480','Get translation instructions',NULL,NULL,'','LINE',NULL,10,'','33700df138e1bbcd9a9b3c02fd459f1d','',NULL),(12406,'en','sitepress','3cc27645acaa781f4301d75cdd7765d4','Get your site-key for %1$s. If you already have a key, get it from %2$s. Otherwise, %3$s',NULL,NULL,'','LINE',NULL,10,'','0fa0a6b7e77806580ad3a1859cc3cfe2','',NULL),(12407,'en','sitepress','b53194703c61806918cb3de654e8bd3d','Getting started guide',NULL,NULL,'','LINE',NULL,10,'','4b954a0452a9c44cf24dc197f27d2edb','',NULL),(12408,'en','sitepress','ea7d799ce67f1a3a4e8583585fbf8888','Go to WPML Network settings.',NULL,NULL,'','LINE',NULL,10,'','b36e3d71f8396e49dd982a3dab8ce000','',NULL),(12409,'en','sitepress','bbaeea4b59d37bd6e0927044f9a00047','Go to previous page',NULL,NULL,'','LINE',NULL,10,'','959f27f3e4a33eb7b113e55edc46d1c9','',NULL),(12410,'en','sitepress','5ae6834f8fb63ce0110635f6a9b8423a','Go to the first page',NULL,NULL,'','LINE',NULL,10,'','41c92835a538e8971cd1d635315c3338','',NULL),(12411,'en','sitepress','149aa7f6eea0a1f61d1709ed3759a43e','Go to the last page',NULL,NULL,'','LINE',NULL,10,'','0bca4bf75f23f77a8989a5f3f9c7181f','',NULL),(12412,'en','sitepress','8c67de1da59f86c9460f382c6bd8ae09','Go to the next page',NULL,NULL,'','LINE',NULL,10,'','3437b034a8546d95d285656e3b247207','',NULL),(12413,'en','sitepress','946253377960c6b6796340bf04421853','Good news! Your site has no orphan comments.',NULL,NULL,'','LINE',NULL,10,'','6740f7225f851617c42a87f2e16c156c','',NULL),(12414,'en','sitepress','78e981599281c16fe016b55b136edf5f','Got it',NULL,NULL,'','LINE',NULL,10,'','4e46adfbce2bdfc2a1c86880d2d7d101','',NULL),(12415,'en','sitepress','994ae1d9731cebe455aff211bcb25b93','Gray',NULL,NULL,'','LINE',NULL,10,'','ccecafbaf930567c668f919506cd7c95','',NULL),(12416,'en','sitepress','df7d251d16d67a5b1ce9b3e7f9a45697','Group does not exist.',NULL,NULL,'','LINE',NULL,10,'','32e68b4262c00cea4730e1ff60dc3a49','',NULL),(12417,'en','sitepress','4c4ad5fca2e7a3f74dbb1ced00381aa4','HTML',NULL,NULL,'','LINE',NULL,10,'','b2193865ed2554eb696f15ede80bb3a8','',NULL),(12418,'en','sitepress','36c80864ffe963abefb3064389cca9de','HTML file',NULL,NULL,'','LINE',NULL,10,'','026acda206443d66e858092686f444d8','',NULL),(12419,'en','sitepress','8d13df6ab6ebe5b99ddfbe46ce5c1791','HTTP code: %s (%s)',NULL,NULL,'','LINE',NULL,10,'','4e21f52993901795c80e84a7ef8deb42','',NULL),(12420,'en','sitepress','0101316665d4f82adaa26d86fbbb2d6e','Heading',NULL,NULL,'','LINE',NULL,10,'','1b2c29c13fe9f5e072ace021c12d4173','',NULL),(12421,'en','sitepress','0396a724d1d46985bc0f0079329837d1','Heading: Link',NULL,NULL,'','LINE',NULL,10,'','b57023fe0608c4f5ab3f282cbb78f435','',NULL),(12422,'en','sitepress','3f030f198e2446d24f464250aa0158e6','Headline text content',NULL,NULL,'','LINE',NULL,10,'','ff0ca9a6dd4f65eed229503adb35d904','',NULL),(12423,'en','sitepress','73c6a76b98ea5e28cf788ac71366e2f7','Hidden languages:',NULL,NULL,'','LINE',NULL,10,'','0ebd5c1b481120ec3a51ecabaea033aa','',NULL),(12424,'en','sitepress','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'','LINE',NULL,10,'','fce85fe5b0b4a0c8ada849628693c906','',NULL),(12425,'en','sitepress','fcd7890e0687cce8919419ec9638137d','Hide language switchers on the root page',NULL,NULL,'','LINE',NULL,10,'','39159522272cefc7ec15c7a194f38151','',NULL),(12426,'en','sitepress','497b6de60d5e456498560b1b045a7cab','Hide languages',NULL,NULL,'','LINE',NULL,10,'','ea852e8ca8764a5e5be716e269ffb570','',NULL),(12427,'en','sitepress','c03df15646ce9068bcd3a789f0376083','Hide system fields',NULL,NULL,'','LINE',NULL,10,'','1d80187200a24e750c76a8de33198549','',NULL),(12428,'en','sitepress','39f39f0566058a3bf920fee64de8f024','Hide this notice.',NULL,NULL,'','LINE',NULL,10,'','feff4c39bc0f6c2359d8d4de76053c85','',NULL),(12429,'en','sitepress','699eb2676de363df44736d421302e9ed','Hierarchy Synchronization',NULL,NULL,'','LINE',NULL,10,'','1c62b00ee7997f236df78bca8dcd6367','',NULL),(12430,'en','sitepress','67a72c5ff32be10414e595b0befe4b36','High priority',NULL,NULL,'','LINE',NULL,10,'','51b74aed4301835288bfe2086a517325','',NULL),(12431,'en','sitepress','eee0168be69b854c20621fc6f01cc3fc','Hover',NULL,NULL,'','LINE',NULL,10,'','684b73c472c4c713459b6b2db2e9671c','',NULL),(12432,'en','sitepress','e97f83da993b37dede963042be24ea76','How to fix',NULL,NULL,'','LINE',NULL,10,'','73f9ae4b2884314911c75fc812d7adff','',NULL),(12433,'en','sitepress','b71b613b7c9ee792fcb9331661a73f34','How to handle languages without translation',NULL,NULL,'','LINE',NULL,10,'','73e402850c2d823e37075b0a9207d8c9','',NULL),(12434,'en','sitepress','f4bc5a4ed9112800c756dd451f133018','How to handle media for new content:',NULL,NULL,'','LINE',NULL,10,'','3790cca1c57955c491da8d7371d6f452','',NULL),(12435,'en','sitepress','9e8cc5c6623ed5bee86d4ef0670060cd','How to translate',NULL,NULL,'','LINE',NULL,10,'','9b517694f741b818819ea6a29966a7d1','',NULL),(12436,'en','sitepress','37121b00a792fdc31903fea3d9be121c','How to translate Gutenberg content',NULL,NULL,'','LINE',NULL,10,'','9ca430d73e91094ee626406c5c7e945c','',NULL),(12437,'en','sitepress','eea596a0bfe3bd9855ea7a773b271134','How to translate strings in themes and plugins?',NULL,NULL,'','LINE',NULL,10,'','12ff731e477edf1b88cd73714502839b','',NULL),(12438,'en','sitepress','b47e35a3d9636fa9284e90041f5131c7','I am about to reset all translation and language data.',NULL,NULL,'','LINE',NULL,10,'','7e28f9977bab7c75655a9f1cb18b827d','',NULL),(12439,'en','sitepress','ce5de2c960b71b58fef793a393624b61','I can see a lot of language errors',NULL,NULL,'','LINE',NULL,10,'','12e7234b8c48622473e89e3e62a24f4e','',NULL),(12440,'en','sitepress','8b96aa28e0985ba1ba7fa498f8715bb2','I can\'t understand anything',NULL,NULL,'','LINE',NULL,10,'','c8149755601b477a6116958d80d2d94d','',NULL),(12441,'en','sitepress','18bf4708fda1608cd8c14f68e3176d3c','I will add it manually (%1sinstructions%2s)',NULL,NULL,'','LINE',NULL,10,'','78039781e30b01a33e4d3a1e5b87e72f','',NULL),(12442,'en','sitepress','c291c6f2b1b3472763db7e8f05cf39c2','I will clear the cache manually after translating strings',NULL,NULL,'','LINE',NULL,10,'','06c5570de8fcab5efbb4d36744b9711f','',NULL),(12443,'en','sitepress','1dc2c0e0da2adc2496d8681f7fa11389','Icon Box: Description text',NULL,NULL,'','LINE',NULL,10,'','1ab2ad0cc9407363a3df2033cc6301a7','',NULL),(12444,'en','sitepress','adabdf1037a1f70b1176839d46f02c2e','Icon Box: Link',NULL,NULL,'','LINE',NULL,10,'','4443840280a8040cfd11f6b243671c8d','',NULL),(12445,'en','sitepress','f44c1314478d0a806efa993f1e2897e9','Icon Box: Title text',NULL,NULL,'','LINE',NULL,10,'','be773b225e00766e2c6b5b26682a4795','',NULL),(12446,'en','sitepress','65e5035a4322108d9da38a60e119fa9b','Icon List: Link URL',NULL,NULL,'','LINE',NULL,10,'','a6f254e9085f20299bf5d4f672ac0bfb','',NULL),(12447,'en','sitepress','3e6fbb35edb4fb23d652f2e9144c0ddd','Icon List: Text',NULL,NULL,'','LINE',NULL,10,'','387fa93f2e8a1a1bf1f2765d8a701f9e','',NULL),(12448,'en','sitepress','3dc43cc1820a414a4b905727961ac73f','Icon link',NULL,NULL,'','LINE',NULL,10,'','981f2b7dd2bc6b77bfe96a417d775be3','',NULL),(12449,'en','sitepress','c6403402594fac7478045e9770f4b166','Icon style:',NULL,NULL,'','LINE',NULL,10,'','7e5004026a09f0cac2998d7dbce419c3','',NULL),(12450,'en','sitepress','3fda891c5882adf602876d6db258ac05','Icon: Link',NULL,NULL,'','LINE',NULL,10,'','c7dcf3417d7d4ff7f19646164be4c910','',NULL),(12451,'en','sitepress','332b7e8a51399b296c7f3a197106e196','Icon: Link URL',NULL,NULL,'','LINE',NULL,10,'','c05de02f1b8e9339e0be8bc9392241b9','',NULL),(12452,'en','sitepress','e1e6f69536530ff211f1375dc675f276','Icon: Text',NULL,NULL,'','LINE',NULL,10,'','d47f38f8e8d50291fe3d190eed95d79f','',NULL),(12453,'en','sitepress','aead708aa263ddfe74dd99255dd5f2ec','If some content appears gone, it might be because you switched the site\'s default language from %s to %s.',NULL,NULL,'','LINE',NULL,10,'','e3ea69d63a409e5831fd2427c4bd764d','',NULL),(12454,'en','sitepress','45e6872761d376a30e03128e22ad97b4','If you are a human, do not fill in this field.',NULL,NULL,'','LINE',NULL,10,'','67e4c0177f831543dc2b62f2a059ff18','',NULL),(12455,'en','sitepress','b9154bb51c0506f69c22f57dd10c4f29','If you are using the Advanced Translation Editor, you will lose the translations that are in progress, as well as the existing translation memory and glossary. You will also lose access to purchases, invoices, and history related to your work with the Advanced Translation Editor.',NULL,NULL,'','LINE',NULL,10,'','22d8a206f276a5209a990e7bf83d5873','',NULL),(12456,'en','sitepress','45aecb50dc5adfa1df9d56a08fd1556a','If you don\'t have a WPML.org account or a valid subscription, you can %spurchase%s one and get later upgrades, full support and 30 days money-back guarantee.',NULL,NULL,'','LINE',NULL,10,'','c81afc10c4bb34ef16d9afeb474b11e7','',NULL),(12457,'en','sitepress','225a83b75c9e86c12dee48a8ccf9cb5f','If you have already purchased or renewed your subscription and you can still see this message, please revalidate your subscription',NULL,NULL,'','LINE',NULL,10,'','aacf01c9ac715405a8ff5a46ec2955e9','',NULL),(12458,'en','sitepress','ee69304a6ce29354e85676f0b869f3b4','Image Box: Description text',NULL,NULL,'','LINE',NULL,10,'','2e28f29af3ce7bdba0f998f0a0516dd6','',NULL),(12459,'en','sitepress','909b81cdbfe77b892d493a51b6e8397f','Image Box: Title text',NULL,NULL,'','LINE',NULL,10,'','79364967c76a0703e4cd07cf1221c4b5','',NULL),(12460,'en','sitepress','aa939aec7bd21f763976c1ee3a1bc65e','Image: Caption',NULL,NULL,'','LINE',NULL,10,'','014abd601045a04b4d1aef32b0b86ed3','',NULL),(12461,'en','sitepress','2d6e4bb28762cd17ee65a827014f7cc2','Image: Link URL',NULL,NULL,'','LINE',NULL,10,'','3f58bd97afa7f8d8e9a209202979408c','',NULL),(12462,'en','sitepress','2678c6edab435e578a29d27850179192','In order to see the products information, please run the %smanual updates check%s to initialize the products list or (temporarily) remove the above code.',NULL,NULL,'','LINE',NULL,10,'','d1d75e7c27385f6320446a54c5682b17','',NULL),(12463,'en','sitepress','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,10,'','2f83717bdaf5f0534b2c0299edac71eb','',NULL),(12464,'en','sitepress','7adfeb8fdeddfd376d61b81a097ae654','In this version of WPML, you can give your taxonomy terms the same name across multiple languages. You need to update %d taxonomy terms on your website so that they display the same name without any language suffixes.',NULL,NULL,'','LINE',NULL,10,'','768b094a35b27d393f0c5702f79f1174','',NULL),(12465,'en','sitepress','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'','LINE',NULL,10,'','c4fd577f1b45c5f7974787f93b063dfe','',NULL),(12466,'en','sitepress','1b421f296ed1eb7d3ede3cf8ef30591d','Incorrect setup',NULL,NULL,'','LINE',NULL,10,'','59db71f288bd6d740f7d2edefd64af37','',NULL),(12467,'en','sitepress','073531c23dab242e3e05e28a61992082','Individual components',NULL,NULL,'','LINE',NULL,10,'','a6cdcc6a707059d81dc817d8d11cc713','',NULL),(12468,'en','sitepress','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'','9ec29465dd0616335b65b38b8735417c','',NULL),(12469,'en','sitepress','1cdaa04e3e029a11bef58cd2f7c98bb9','Insert your key and activate automatic updates:',NULL,NULL,'','LINE',NULL,10,'','b3e22e932dd4cc36ed9e1f7abe891f32','',NULL),(12470,'en','sitepress','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,10,'','56ae6b1ef52f11faa44fe1adbbbd3f9b','',NULL),(12471,'en','sitepress','d1be377656960ed04f1564da21d80c8d','Installer',NULL,NULL,'','LINE',NULL,10,'','1d9c939ca7c517f6086963559b250f0b','',NULL),(12472,'en','sitepress','4fdcc47fa724c62457cdebe6b2a018dd','Installer Log',NULL,NULL,'','LINE',NULL,10,'','5e6f32cc41e7eb8127c4c73b56ccee57','',NULL),(12473,'en','sitepress','1408102400681d9716dc33dd48a2d564','Installer Support',NULL,NULL,'','LINE',NULL,10,'','b3339b8604bcb04b4743e1f252b8b4a6','',NULL),(12474,'en','sitepress','1796458718222034214cb594a524ae1d','Installer System Status',NULL,NULL,'','LINE',NULL,10,'','c98ca5583db3c720c7eefae4009ff7dc','',NULL),(12475,'en','sitepress','8964335872292d87148b8071f8e61f90','Installer cannot contact our updates server to get information about the available products and check for new versions. If you are seeing this message for the first time, you can ignore it, as it may be a temporary communication problem. If the problem persists and your WordPress admin is slowing down, you can disable automated version checks. Add the following line to your wp-config.php file:',NULL,NULL,'','LINE',NULL,10,'','e3535b5017c98c6ebff9d5336d163a79','',NULL),(12476,'en','sitepress','2f6d66b8ccba3a0e2a68077db4a303b7','Installer cannot display the products information because the automatic updating for %s was explicitly disabled with the configuration below (usually in wp-config.php):',NULL,NULL,'','LINE',NULL,10,'','001500a4a1708f8e077f80898a29f109','',NULL),(12477,'en','sitepress','b0b3c80ddad74d95d6a95b6218601ca1','Installing %s',NULL,NULL,'','LINE',NULL,10,'','5ed9e78b7e97be80d1f35cc63b20aa0d','',NULL),(12478,'en','sitepress','56599837224482fb897879e5ebca2ee3','Integration WPML with ElasticPress',NULL,NULL,'','LINE',NULL,10,'','15610de2ba126de2d2a3970359536571','',NULL),(12479,'en','sitepress','562eb3b942c08c71b4298727bd2760fd','Enable it now',NULL,NULL,'','LINE',NULL,10,'Integration requirement notice title for translation editor: enable action','d620af3c0857f0e2a4a627066e976907','',NULL),(12480,'en','sitepress','ed128c69b68867ff963b52ebd33406e9','Invalid character in language code.',NULL,NULL,'','LINE',NULL,10,'','5e896e871c50a090a1518783ce1de1c6','',NULL),(12481,'en','sitepress','a34d9e2adb3f2cb4674ffc59d1e56243','Invalid language code',NULL,NULL,'','LINE',NULL,10,'','7c2d59844e6a18ffffe0e16daaa0b3fc','',NULL),(12482,'en','sitepress','a89b70b768edebb5e860347e7f8a3586','Invalid nonce.',NULL,NULL,'','LINE',NULL,10,'','e87f98bbb00900a628e8baa97ef83a87','',NULL),(12483,'en','sitepress','c1a4c1b929c4f5c81f80ece2d7b196aa','Invalid product',NULL,NULL,'','LINE',NULL,10,'','1104ac90afb55766d1f81a62670b3523','',NULL),(12484,'en','sitepress','df5009c395ce9a62c11d6bf2ac60bb51','Invalid request!',NULL,NULL,'','LINE',NULL,10,'','2f61636195709df0f3899992696117a7','',NULL),(12485,'en','sitepress','c01665c8c155866042f5dc1b56f8885c','Invalid site key for the current site.',NULL,NULL,'','LINE',NULL,10,'','2c1f36cc4e9b07c240541312c6da6c7d','',NULL),(12486,'en','sitepress','3ddb5a591e5eb18d5043e4ffb25ed38b','Invalid site key for the current site. If the error persists, try to un-register first and then register again with the same site key.',NULL,NULL,'','LINE',NULL,10,'','e80fe41789d8fb7b3718afef26abff1d','',NULL),(12487,'en','sitepress','220f151e914d6407535067fcafd24c28','Issue tracking in %s',NULL,NULL,'','LINE',NULL,10,'','c3c62768173c2d0c387ed222b6334443','',NULL),(12488,'en','sitepress','4bef6e173edb1bcbd70bf70ec54fdc13','Issues with translations',NULL,NULL,'','LINE',NULL,10,'','c52f1dd373b37dcd31a6ae97480d858b','',NULL),(12489,'en','sitepress','ccd621e6e929a3b89ed77216c36dcffa','It could be improved',NULL,NULL,'','LINE',NULL,10,'','5a3023ad3effc8ea25a1416a19b98b7a','',NULL),(12490,'en','sitepress','058c33ea5416e743b51b5aec52b6727f','It is OK',NULL,NULL,'','LINE',NULL,10,'','f2e538672b5aa8a7165675fc8a70ba02','',NULL),(12491,'en','sitepress','379b8a03b6288bf9dfc6a45f66496ac2','It is perfect!',NULL,NULL,'','LINE',NULL,10,'','4202db7e954efbacb8650b7c3700062b','',NULL),(12492,'en','sitepress','b6e72537a98f5e46fc3d0fa56e52e772','It looks like languages per directories will not function.',NULL,NULL,'','LINE',NULL,10,'','c16259e0ea9a15cc4ff959c60970a823','',NULL),(12493,'en','sitepress','025ebb19a007b715f6c5b64ee51d483e','It looks like the %1$s extension, which is required by WPML, is not installed. Please refer to this link to know how to install this extension: %2$s.',NULL,NULL,'','LINE',NULL,10,'','00fd6c595b30584106577d2c3aa61c7a','',NULL),(12494,'en','sitepress','e63f6027565784a70379c327fd1054a5','Item cannot be added (parent not translated)',NULL,NULL,'','LINE',NULL,10,'','ec21acac5951cb0ece2a82e550cb3bbf','',NULL),(12495,'en','sitepress','ea0c68cea8f47cd92a60b32057cf28cc','Item changed position',NULL,NULL,'','LINE',NULL,10,'','4499d49493df324a5ce7f150b9d96605','',NULL),(12496,'en','sitepress','a000485f86a57345cf8a17a167af9422','Item will be added',NULL,NULL,'','LINE',NULL,10,'','1cee81f5f20d10b817dde07948bb7c33','',NULL),(12497,'en','sitepress','d7859b066ae5ec6fa7ba6e48e59ebd18','Item will be copied',NULL,NULL,'','LINE',NULL,10,'','b6eedeec69d8546c3c6c9f69f9d2afa9','',NULL),(12498,'en','sitepress','77aae2bf14993500866d00142050e28e','Item will be removed',NULL,NULL,'','LINE',NULL,10,'','6aced7609d108f38dbfbc294397cd825','',NULL),(12499,'en','sitepress','cf7a111b1803ca4efb31b4d01195d339','Job removed',NULL,NULL,'','LINE',NULL,10,'','7c241550ca70eec8c38912867d160ddf','',NULL),(12500,'en','sitepress','cdf5737c6a799aab5acb91ac99d878d2','Label translation',NULL,NULL,'','LINE',NULL,10,'','7e908fac7dea4ca3771372a6ac170354','',NULL),(12501,'en','sitepress','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,10,'','96c87430d149c75ad5fff55684cd53ac','',NULL),(12502,'en','sitepress','9577c83ab6c2574259060699c2c7b8cd','Language URL format',NULL,NULL,'','LINE',NULL,10,'','7a31b446ac2ea54ba1894ab6a26a451f','',NULL),(12503,'en','sitepress','d3d90cb7fbcaeb18c323d585a53161fa','Language filtering for AJAX operations',NULL,NULL,'','LINE',NULL,10,'','4019c50838fa0da7ac3bae4b73264bc2','',NULL),(12504,'en','sitepress','92e25a3524e2ac89b4e22624bb5bb648','Language menu items style:',NULL,NULL,'','LINE',NULL,10,'','a4c8eff8f518db255e94a8edfc1936e8','',NULL),(12505,'en','sitepress','5f5357e03c9b46f3622325285099ad0d','Language name',NULL,NULL,'','LINE',NULL,10,'','cdf156165ec71904b4f072658a2286f6','',NULL),(12506,'en','sitepress','084b67c09aa367fe7e9c3a40ba372989','Language name added as a parameter',NULL,NULL,'','LINE',NULL,10,'','87f2ebaf344ca9e8d8b7e36ced421360','',NULL),(12507,'en','sitepress','1f2c7d81119bb6b86f5283158dae945b','Language name in current language',NULL,NULL,'','LINE',NULL,10,'','80a70fa1a51d3f82bd9161e394fdc14c','',NULL),(12508,'en','sitepress','c85ab8bb281489246eb80b809e47a13f','Language of this %s',NULL,NULL,'','LINE',NULL,10,'','c2e36a18138e3d51905bc6e4244ac877','',NULL),(12509,'en','sitepress','d363c8745c7ba9470e9b87f464615719','Language suffixes were removed from the selected terms.',NULL,NULL,'','LINE',NULL,10,'','6597a76948d9c674ee49f24ed8f4cd45','',NULL),(12510,'en','sitepress','2bee34a22bef76f70f2fe7dcf164a99f','Language switcher colors',NULL,NULL,'','LINE',NULL,10,'','a9777cd346df6fcd02025d5c423aed45','',NULL),(12511,'en','sitepress','79ea6eac77515318f41d71e2b33c9db9','Language switcher options',NULL,NULL,'','LINE',NULL,10,'','c7aa55f65f3b2ae0e55033f8a0625f24','',NULL),(12512,'en','sitepress','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','4540e9f5fcd076b63965f6047ceb9dd7','',NULL),(12513,'en','sitepress','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','cb3f4a14286bbfd966f076f218c20947','',NULL),(12514,'en','sitepress','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','d816d371ad388a6270d8255b0c0a9c70','',NULL),(12515,'en','sitepress','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,10,'Language switcher preview','c8b8e43f19f228d429bc3aabab7b5956','',NULL),(12516,'en','sitepress','b2645cb51262660cae0dfc6bd2ec44d2','Language switcher style:',NULL,NULL,'','LINE',NULL,10,'','4c3b6919ce0a4711f89756f6fc412ac0','',NULL),(12517,'en','sitepress','3a08e2e340ab29fd9263af48193cbf8e','Languages',NULL,NULL,'','LINE',NULL,10,'','250a5c6f3d03dfdbac82281160378cdb','',NULL),(12518,'en','sitepress','4eb420c315136385ad2a4bffd955e3c0','Last Update Time could not be determined',NULL,NULL,'','LINE',NULL,10,'','59bab9010cec1aadeace93d8483c1515','',NULL),(12519,'en','sitepress','3fb3e139ecd348f014ece120216de828','Last checked on %s',NULL,NULL,'','LINE',NULL,10,'','1e4f1e0e7338ac0293f3cecdb6a0ff38','',NULL),(12520,'en','sitepress','21673cd8e9c4103fdb525ef6109cfa18','Last menu item',NULL,NULL,'','LINE',NULL,10,'','0b5399ce45578fc4cb8d2eaf4d4c9790','',NULL),(12521,'en','sitepress','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,10,'','56b2e805a1374b0a50547e95583f053e','',NULL),(12522,'en','sitepress','982af1afc26bcad4ff820e242572c92d','Later in the head section (priority %d)',NULL,NULL,'','LINE',NULL,10,'','03fabd6733e8232666ab09506afeb630','',NULL),(12523,'en','sitepress','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'','LINE',NULL,10,'','1b4aa899f4fb2bf3fabc7067f37721ad','',NULL),(12524,'en','sitepress','a4c023381f8464a9608465ff95522fb4','Learn more about passing data between domains',NULL,NULL,'','LINE',NULL,10,'','f91e50e688fee595e8cbc0a1bbe675ec','',NULL),(12525,'en','sitepress','2a895dbe093a39ea7c757f504bb93b45','Learn more about translation feedback',NULL,NULL,'','LINE',NULL,10,'','ab68531121aadbacfcee324c99cc2ccd','',NULL),(12526,'en','sitepress','6011ea0969680deba3975ac5bd0e153e','Learn more: %s',NULL,NULL,'','LINE',NULL,10,'','8503d0475d7efd92869bf718c0592863','',NULL),(12527,'en','sitepress','efc66bce0dd03ecdc4eec7f47b0f06b2','Leave the text box to auto-save',NULL,NULL,'','LINE',NULL,10,'','d67d294a8578de3ad02d3a298b5af95f','',NULL),(12528,'en','sitepress','8046c95f98fc714db47978092bb24264','Legend:',NULL,NULL,'','LINE',NULL,10,'','a5b651234721ca43191067f4b9d58789','',NULL),(12529,'en','sitepress','dd5e06d256d594c694a03c6917670a04','Let\'s get it working for you. Please contact %1sWPML support%2s and give them the following error details:',NULL,NULL,'','LINE',NULL,10,'','e932f3f37be65805d2c6507191d27469','',NULL),(12530,'en','sitepress','32bc93e36a03941c648d412ab67434de','Link to home of language for missing translations',NULL,NULL,'','LINE',NULL,10,'','26244b00008e60cbc8de95edee740edf','',NULL),(12531,'en','sitepress','06b04676c88ae0ae9f8b7842d3e518b5','Links to translation of posts',NULL,NULL,'','LINE',NULL,10,'','fb7e86d8928bbc90cd5bea69541647c6','',NULL),(12532,'en','sitepress','865617369ad3368d653cadbacbbc5934','List of languages',NULL,NULL,'','LINE',NULL,10,'','63f195dfd5e9c7ad041fc9248cb15a31','',NULL),(12533,'en','sitepress','16bfbf9c462762cf1cba4134ec53c504','Loading',NULL,NULL,'','LINE',NULL,10,'','1cf1481e8df172fd6fb1fe81228c4fa7','',NULL),(12534,'en','sitepress','6c7ed9863dcbf366c3a39b4cb3dc03e0','Loading ...',NULL,NULL,'','LINE',NULL,10,'','0349a9b8a004d64b92e863f83f0859da','',NULL),(12535,'en','sitepress','9a9b7692565ff71d01326e07c6167bb2','Loading Language Data for {post_name}',NULL,NULL,'','LINE',NULL,10,'','e26b155ce95c84088e8ca32ba4de31de','',NULL),(12536,'en','sitepress','a0f9a5b639ffe657678429c1c7c6e312','Localization options',NULL,NULL,'','LINE',NULL,10,'','7ed1906d1a0fe041f2bbdb8145062558','',NULL),(12537,'en','sitepress','bd0d7585c64988d80747a32fb0e3e15e','Log is empty',NULL,NULL,'','LINE',NULL,10,'','ded6f3f8c4da1bed7a3efbfce99fff07','',NULL),(12538,'en','sitepress','d744502ce5bbd532a805837f9b1ad326','Login: Button text',NULL,NULL,'','LINE',NULL,10,'','3c74d92de648c1f805bab01a6318f07f','',NULL),(12539,'en','sitepress','e710f826d1eff5fc7f2730e1de9f6902','Login: Password label',NULL,NULL,'','LINE',NULL,10,'','20a00487f222d3817343829461db626a','',NULL),(12540,'en','sitepress','7dcf6147e8ccaa0e2f8449548002cf2e','Login: Password placeholder',NULL,NULL,'','LINE',NULL,10,'','8a97b7c2f236747ab1a3b01ae43d32f9','',NULL),(12541,'en','sitepress','b56eafe02d1f5b38ce41a991d81906b0','Login: User label',NULL,NULL,'','LINE',NULL,10,'','e9563e61c7666437dbc03c310a065d8a','',NULL),(12542,'en','sitepress','8e2c4ff0afc7bf6fa17f84db0a985132','Login: User placeholder',NULL,NULL,'','LINE',NULL,10,'','95289dba49ceb34cd4eb1a739ada920e','',NULL),(12543,'en','sitepress','205bd9048f3e2aa143fe718178b710c3','Main Page (no parent)',NULL,NULL,'','LINE',NULL,10,'','7045fe597c8c4ba20b00e7183a788534','',NULL),(12544,'en','sitepress','7e1a6053d6ae9c8ceffe970b3af2714e','Make %s the original language for this %s',NULL,NULL,'','LINE',NULL,10,'','68e5444b85b328dd5fa2f1ccaf3cf557','',NULL),(12545,'en','sitepress','858ac7618b55db32f792ed9ad3789fac','Make \'%s\' appear as translated',NULL,NULL,'','LINE',NULL,10,'','adaa59df4c6109c3f04511a0755e6005','',NULL),(12546,'en','sitepress','dc15204134e62d7f3295b3dac6a63c0e','Make \'%s\' translatable',NULL,NULL,'','LINE',NULL,10,'','be3721b5e8f83fbd0e7f0608846e917f','',NULL),(12547,'en','sitepress','c675a592dfd8e01f2ffd1d64f94abf01','Make themes work multilingual',NULL,NULL,'','LINE',NULL,10,'','9bfbf602941444663be7f24d877645de','',NULL),(12548,'en','sitepress','a227d7bc8ef25aa29d8e14d984a713a4','Manage Languages',NULL,NULL,'','LINE',NULL,10,'','d366e77eccfddd5d6219806e22974fcb','',NULL),(12549,'en','sitepress','096c84c0132df0d17102519ce75ac0a7','Manage Media translation',NULL,NULL,'','LINE',NULL,10,'','4fc9801552296d6c7ce33a7fcfacb16c','',NULL),(12550,'en','sitepress','ef6f6c4a0c94dbbdd3307457cbcbcb11','Manage Navigation',NULL,NULL,'','LINE',NULL,10,'','98987702c59fb271f18725ddac682d91','',NULL),(12551,'en','sitepress','56eaa27fe06e74fda878564a8572f6f4','Manage Sticky Links',NULL,NULL,'','LINE',NULL,10,'','8bd925be5c82a4b9fa7c6822ec7f532e','',NULL),(12552,'en','sitepress','799934896d114ea43cfb415a5ea2b8c6','Manage String Translation',NULL,NULL,'','LINE',NULL,10,'','bfbc151326a07b78dea9f9675a26aaee','',NULL),(12553,'en','sitepress','38993e0ae14c17c8ae7a0784b89471cd','Manage Support',NULL,NULL,'','LINE',NULL,10,'','7e4480214d84d63d774848335d1cf386','',NULL),(12554,'en','sitepress','3ec0cdc13a001090dad1601b4756d311','Manage Taxonomy Translation',NULL,NULL,'','LINE',NULL,10,'','ca37e4f87ab09b3cc1b69311bffb36a1','',NULL),(12555,'en','sitepress','2c86e7ce02df938617bad523f1826bd0','Manage Theme and Plugin localization',NULL,NULL,'','LINE',NULL,10,'','2e3539b8df4621daf56a2e0150c4a653','',NULL),(12556,'en','sitepress','b3e9923529392286f5483a19954f287c','Manage Translation Analytics',NULL,NULL,'','LINE',NULL,10,'','511ca94cd57c58e60f32d4565c5f0188','',NULL),(12557,'en','sitepress','1576d8348d71fd5d9d5bb03edbc1fad5','Manage Translation Management',NULL,NULL,'','LINE',NULL,10,'','52ce83ae52e5668f4ceae25d3499a5e9','',NULL),(12558,'en','sitepress','5fd1e9523415741e3655789713baccd4','Manage Troubleshooting',NULL,NULL,'','LINE',NULL,10,'','1593be8f801db9cf9ba2da1c7d2ace7d','',NULL),(12559,'en','sitepress','60df0a5c07ef6beea65a7000670992f0','Manage WPML Menus Sync',NULL,NULL,'','LINE',NULL,10,'','eab8de14b4a8233ad2e05604f5e2f14e','',NULL),(12560,'en','sitepress','eaed3c4df72ea96075805402f15c6ee1','Manage WooCommerce Multilingual',NULL,NULL,'','LINE',NULL,10,'','4f407e14a558c97273246fa296706e5e','',NULL),(12561,'en','sitepress','f65678308c67d7ba215eb2376f352280','Map: Address',NULL,NULL,'','LINE',NULL,10,'','15a7d9c89699a5a7ad4c2a289768ed13','',NULL),(12562,'en','sitepress','d4063747c9ab2d5d7465df8f314f700b','Mark as fixed',NULL,NULL,'','LINE',NULL,10,'','8d426ef32edbdd01ac70ce30816daf4b','',NULL),(12563,'en','sitepress','504391473cd80ab20977ba9b59ee0ed7','Mark as new',NULL,NULL,'','LINE',NULL,10,'','dea04bedad9e1725f6465fa1f42d3ee8','',NULL),(12564,'en','sitepress','c4c379f627f36930fe794eb5e2a63d74','Mature',NULL,NULL,'','LINE',NULL,10,'','097bfd0142ef0a304275f1b6b67488e7','',NULL),(12565,'en','sitepress','901e802a19e0134e35b58eb895979aa2','Max execution time',NULL,NULL,'','LINE',NULL,10,'','b4ea7a1a77064b07d9c241c86f6b22b2','',NULL),(12566,'en','sitepress','e3cda191a6eabcefbc9b17882a95ae45','Max input vars',NULL,NULL,'','LINE',NULL,10,'','7694d6941341aa7ef6eae8fe90e12293','',NULL),(12567,'en','sitepress','3c0ed0e94b96415a75b89533e6dbde7e','Max memory limit',NULL,NULL,'','LINE',NULL,10,'','998f7a78c48eec884927415f4d8c96ff','',NULL),(12568,'en','sitepress','aef97073fe397a46c16e8b9a8654c7f4','Media Translation',NULL,NULL,'','LINE',NULL,10,'','57307311c96373bd6425248b1832fdb4','',NULL),(12569,'en','sitepress','02fe1d01db9ac0518b34c13e0b7a3e2b','Media Translation Documentation',NULL,NULL,'','LINE',NULL,10,'','97843655671ff2cb75f14aee30f9ee9b','',NULL),(12570,'en','sitepress','6e78fa0d239a10153675586fbfa17e5c','Media attachments',NULL,NULL,'','LINE',NULL,10,'','061b3df3668bf9aa96e3947965721a2d','',NULL),(12571,'en','sitepress','081e5796fb91e7ca2f6c71bb77b9528f','Memory limit',NULL,NULL,'','LINE',NULL,10,'','fc76668ecd43f642989ffd4431fc93a1','',NULL),(12572,'en','sitepress','a87bda51622d411945e92f75845d781f','Memory usage',NULL,NULL,'','LINE',NULL,10,'','23c8a3536564a795e035316a283f6b31','',NULL),(12573,'en','sitepress','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,10,'','fd72f1dcf2c4a65a07c5ab901614b9fe','',NULL),(12574,'en','sitepress','7551d2d59d73e7d2650f7e2b9959efbf','Menu Anchor',NULL,NULL,'','LINE',NULL,10,'','ff6fc3b65c2e7b8ac4f9e556fcbc30e7','',NULL),(12575,'en','sitepress','705d9223620844dff2398ac82108e460','Menu Option: auto_add',NULL,NULL,'','LINE',NULL,10,'','e29bc909b9346c34022c6a237ecc1a2b','',NULL),(12576,'en','sitepress','a01f5b5542a052325887d2c5833bc0b4','Menu Options will be updated',NULL,NULL,'','LINE',NULL,10,'','de37df2ec1d1bdf3a90da1730a223a87','',NULL),(12577,'en','sitepress','4df237a592741ceae4ad317e8694a64b','Menu language switcher',NULL,NULL,'','LINE',NULL,10,'','c4ea6b3ebeba03a4b2d049c71dbd3b1e','',NULL),(12578,'en','sitepress','0ed32dd5c142e7796de6efa1b42a1dca','Menu synchronization will sync the menu structure from the default language of %s to the secondary languages.',NULL,NULL,'','LINE',NULL,10,'','305f4e575e619867b05ae4e3c11180bc','',NULL),(12579,'en','sitepress','c349b417d2178340351e24b3d11a8e95','Menu(s) syncing complete.',NULL,NULL,'','LINE',NULL,10,'','b54e461f726c77e10193f692aa0e4071','',NULL),(12580,'en','sitepress','2c4b38133f3e8ac1942e187855da3fe7','Messages and notifications',NULL,NULL,'','LINE',NULL,10,'','80a1564dc8f5fef9212d1d6e0b116361','',NULL),(12581,'en','sitepress','71843e5aa6e8c434f303eaea9e8af6fa','Minimum WPML requirements',NULL,NULL,'','LINE',NULL,10,'','d21d0617e0f738632723b8900585db3b','',NULL),(12582,'en','sitepress','7623dae1dc1a0906e7062e209e36cbdb','Missing a temporary folder.',NULL,NULL,'','LINE',NULL,10,'','ecf9b404c0dea07f60e4fc463e2b0d43','',NULL),(12583,'en','sitepress','3ed3e8f38bac5e997edaf4a2ec107415','Missing key \"%s\".',NULL,NULL,'','LINE',NULL,10,'','c550a8c987de1ec8b5b34d15f544767c','',NULL),(12584,'en','sitepress','a93e5bbeb66c6d7fb21ff3e16caef7e4','Missing post ID',NULL,NULL,'','LINE',NULL,10,'','39892fd7921e104939420ce069b93915','',NULL),(12585,'en','sitepress','054db988acbcf6ea3148380c128529da','Missing site key.',NULL,NULL,'','LINE',NULL,10,'','7e380b1d7b3a0cf2c16cf754ea67b0bd','',NULL),(12586,'en','sitepress','2a78dbe12cba7efde71fa692b9795c94','Missing step',NULL,NULL,'','LINE',NULL,10,'','cf67504ba0796eaee3f74f47ad17df26','',NULL),(12587,'en','sitepress','e0e0b1a8d9fdcdaf16e352afd88cde51','Modal content',NULL,NULL,'','LINE',NULL,10,'','d3b6a06470d1d21a9607e1d6dc0934c0','',NULL),(12588,'en','sitepress','a113bb044184a62aad6591f3b2b12c6a','Move to trash',NULL,NULL,'','LINE',NULL,10,'','a7f7a5a720b568c10fb3d3429cb7f6a6','',NULL),(12589,'en','sitepress','7b1efa75666f1435cd2931e52f1db614','Multilingual Content Setup',NULL,NULL,'','LINE',NULL,10,'','a064777f1c08d0c16c1bdbc81f1c91ee','',NULL),(12590,'en','sitepress','fd52c56e0863271e9009526f279ce300','Multilingual WordPress',NULL,NULL,'','LINE',NULL,10,'Multilingual WordPress with WPML: first part','493708d6c8799a87cf14abe9b9222cc2','',NULL),(12591,'en','sitepress','583f23552ab9ae13cb1f1031a57c742d','with WPML',NULL,NULL,'','LINE',NULL,10,'Multilingual WordPress with WPML: second part','c5026b18f63eb07169686c5728778d68','',NULL),(12592,'en','sitepress','c504c04fc96523c8065f5de65b842da1','Multiple options',NULL,NULL,'','LINE',NULL,10,'','bf5edc2852a8f6a207a232f9445750c7','',NULL),(12593,'en','sitepress','994b8d3810add97afc212b61f48424aa','Multisite',NULL,NULL,'','LINE',NULL,10,'','488fd3386c99708454e8be9923b198ac','',NULL),(12594,'en','sitepress','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','486142d45c7f7efb84521ff380b3cd21','',NULL),(12595,'en','sitepress','2095f273fecd292bb7e6c54428641d61','Native language name',NULL,NULL,'','LINE',NULL,10,'','09a010a61237f3b509dd27368ed70120','',NULL),(12596,'en','sitepress','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,10,'','89bbee6370d9e06304040d39e55b0a2a','',NULL),(12597,'en','sitepress','5e3777f636c61e4c950ab0c8d2f87ade','Need help with how to translate?',NULL,NULL,'','LINE',NULL,10,'','cc1f267d5acc5120681bc597fa903544','',NULL),(12598,'en','sitepress','7bd1b01e2b3f3738a5df3d196bd8fd24','Needs update',NULL,NULL,'','LINE',NULL,10,'','8d01f76fa3faa214b65fe77241027520','',NULL),(12599,'en','sitepress','f508b22c8fc4486b19fee39d5ded3841','Network settings',NULL,NULL,'','LINE',NULL,10,'','a625ef10bb5a001894c0981d87b8fe22','',NULL),(12600,'en','sitepress','555bb642cee12d553dcf4b8728a295ce','Never show this',NULL,NULL,'','LINE',NULL,10,'','a55cc5e0eaaf50188033c39c4dcfb5f3','',NULL),(12601,'en','sitepress','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'','LINE',NULL,10,'','75d4886b9ad78b4ef33a6978bfa0edf6','',NULL),(12602,'en','sitepress','54cf96fc0ad85eae55b19289855f95fa','New Menu Language Switcher',NULL,NULL,'','LINE',NULL,10,'','a337ebda4ebaaadfa8061a5ddd9312e7','',NULL),(12603,'en','sitepress','f05ea92ebffeb801da739453618b201d','New Widget Area language switcher',NULL,NULL,'','LINE',NULL,10,'','846d54416c4c39354af795be7db53bb2','',NULL),(12604,'en','sitepress','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'','e89fb588106e2cbfea191fc5a79a8a5f','',NULL),(12605,'en','sitepress','6ef74d0717dca4368870f6d446976fe4','Next >>>',NULL,NULL,'','LINE',NULL,10,'','47a7bf9e6dcf8f5d816ec04774252b50','',NULL),(12606,'en','sitepress','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,10,'','f1d7548107eaf58241eb2a0a2c23517b','',NULL),(12607,'en','sitepress','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,10,'','af5b0f18f4d48d6364f362a7aa5da4a0','',NULL),(12608,'en','sitepress','b70d133ada6a8e3748e0243fc2835c2c','No %1$s found.',NULL,NULL,'','LINE',NULL,10,'','763ad343ceb1433c8050e6ba4d1e996a','',NULL),(12609,'en','sitepress','9a1f12bbc97890700b6244544337801f','No Batch',NULL,NULL,'','LINE',NULL,10,'','4e7f31f3fb1d1d2352cb962dfa75face','',NULL),(12610,'en','sitepress','da03d7a15e666fa1bdd17122cf4199c8','No Translation requests selected.',NULL,NULL,'','LINE',NULL,10,'','696070f7b177a08a36554e846896667c','',NULL),(12611,'en','sitepress','2ad2eb3929d664945aa839c7c276ebb2','No errors were found in the assignment of post types.',NULL,NULL,'','LINE',NULL,10,'','3a208174ca2ae131fc56656b378c8dd0','',NULL),(12612,'en','sitepress','7725aba54a36d245280e1d487b889556','No feedback found.',NULL,NULL,'','LINE',NULL,10,'','767d988d32633ce75ee7d339bbb3774b','',NULL),(12613,'en','sitepress','8c9067e52e4440d8a20e74fdc745b0c6','No file was uploaded.',NULL,NULL,'','LINE',NULL,10,'','44d925ae92a2caebf1116775a77a270b','',NULL),(12614,'en','sitepress','da271f208377df814ef0922b24d8af46','No menus found',NULL,NULL,'','LINE',NULL,10,'','e8cf70f0ee4fae40f6e34fa28fbf034a','',NULL),(12615,'en','sitepress','895315e3913fddbe85046a1dcb8724e5','No posts found',NULL,NULL,'','LINE',NULL,10,'','de83cba6f78a625c799b375c880bd17d','',NULL),(12616,'en','sitepress','1f7ba764d05b5016ae96cc6a939fa502','No repositories defined.',NULL,NULL,'','LINE',NULL,10,'','492bb4f20d043c9be2e8b4fcd69bd81a','',NULL),(12617,'en','sitepress','0da2ec7f2c70e47d280e3f1abf92c9d5','No such post for ID = %d',NULL,NULL,'','LINE',NULL,10,'','f8bf311a06af0378b9749e356398bcc7','',NULL),(12618,'en','sitepress','62dade4dbd6a46d5b92fd845b8c2ff2f','No translator available for this language pair.',NULL,NULL,'','LINE',NULL,10,'','ed843f1c1500c21a9cac2e24e9f6d273','',NULL),(12619,'en','sitepress','8657bc98eb6df2876a82b0cc5a7e3564','No worries, the full functionality is preserved in WPML String Translation.',NULL,NULL,'','LINE',NULL,10,'','9fd931c74b28f33ef95c743d0a8c8117','',NULL),(12620,'en','sitepress','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'','LINE',NULL,10,'','fe41db778d3bed6210bc74b8a7808d21','',NULL),(12621,'en','sitepress','2d25c72c1b18e562f6654fff8e11711e','Not available',NULL,NULL,'','LINE',NULL,10,'','2646f67dcf194efcad2f3619722ed639','',NULL),(12622,'en','sitepress','d12fb360f73c34226d1e50228875d8cf','Not installed',NULL,NULL,'','LINE',NULL,10,'','2af3d8f4e9a8d98d43e22177280ff6af','',NULL),(12623,'en','sitepress','f72cdb6f6f8f468d9289639dc60134c8','Not translatable',NULL,NULL,'','LINE',NULL,10,'','2669d50a5e73d7db1cb81b845aede633','',NULL),(12624,'en','sitepress','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,10,'','390da643c7b8bb5258cf2f255bc0abb6','',NULL),(12625,'en','sitepress','757a9e010cfa5f0ce2312e943925be6d','Not valid',NULL,NULL,'','LINE',NULL,10,'','d1cd7ea19b3759e5f7f311d934acec3e','',NULL),(12626,'en','sitepress','4de413d7da3c566ea6fe1281f0588757','Note: Custom taxonomies and custom fields are shared across different post types.',NULL,NULL,'','LINE',NULL,10,'','0efb3320039e56bbd42cae45cd93e0d1','',NULL),(12627,'en','sitepress','d08781ba2719c99f053800ac956a5ab9','Note: WPML must be activated on the primary site or must be network activated.',NULL,NULL,'','LINE',NULL,10,'','793d768054499728de9ad704bb64f5dd','',NULL),(12628,'en','sitepress','6b4337501f7d2b8c978b3f4cb1537de7','Note: auto-adjust IDs will increase the number of database queries for your site.',NULL,NULL,'','LINE',NULL,10,'','5eeacb00f3a3cb02878ddbd4f312123b','',NULL),(12629,'en','sitepress','f7e8021a9695673ad4d3fb790b4dec46','Note: if you edited the custom post declaration you may need to re-configure WPML to mark it as translatable.',NULL,NULL,'','LINE',NULL,10,'','7cc5c3436a4a59af6ed08b00441cb18f','',NULL),(12630,'en','sitepress','b22142f7ca9f774544e24009a8099bb9','Note: if you edited the custom taxonomy declaration you may need to re-configure WPML to mark it as translatable.',NULL,NULL,'','LINE',NULL,10,'','a68af09cf41e4dcfd7d0008a6902b409','',NULL),(12631,'en','sitepress','c9c48dc1c52cd9f6b9ba4a01a648fd75','Nothing Sync',NULL,NULL,'','LINE',NULL,10,'','7a70d3e4e92bafa4de0664df3ea14794','',NULL),(12632,'en','sitepress','f38d07c07c653ecd06c615f9457bb34d','Nothing to configure.',NULL,NULL,'','LINE',NULL,10,'','790bf23b00f709e3df9811ecb106e226','',NULL),(12633,'en','sitepress','3eb5afa0f28b213aae644174fe10bd4d','Nothing to sync.',NULL,NULL,'','LINE',NULL,10,'','adbf4ddcc1ece369b4a9912acf3a3780','',NULL),(12634,'en','sitepress','404756d8920bc863cbce5973697ba8a6','Notice does not exist.',NULL,NULL,'','LINE',NULL,10,'','85d7d2321e350c7cbd04fded9f73bd3d','',NULL),(12635,'en','sitepress','e7a778d1b2aab1c745fa8488f9f3a15c','Notice does not exists.',NULL,NULL,'','LINE',NULL,10,'','d4c1561caeacace48c591bf9e7e748be','',NULL),(12636,'en','sitepress','e7ab9c41a0e7112c270a7fad2ee496ad','Number Counter: Number Prefix',NULL,NULL,'','LINE',NULL,10,'','4be799cb9f520627564b378e2a04f273','',NULL),(12637,'en','sitepress','c36f003738b7bad0c403676b06d245a0','Number Counter: Number Suffix',NULL,NULL,'','LINE',NULL,10,'','0c97544b77db876b05818140b0267dc8','',NULL),(12638,'en','sitepress','dcae5414a78edac168e18b94a0e01fe4','Number Counter: Text after number',NULL,NULL,'','LINE',NULL,10,'','fc2c098340a2bcb87a5d475311231032','',NULL),(12639,'en','sitepress','a4f96625c4e72790e7028ebb66b05832','Number Counter: Text before number',NULL,NULL,'','LINE',NULL,10,'','11c4d4127ead8ce250e64023f0e483e9','',NULL),(12640,'en','sitepress','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,10,'','39740288adddc56f61ddf7cde2c9fb72','',NULL),(12641,'en','sitepress','b36a8ef125881fcc5314770a80dc609c','OTGS Installer',NULL,NULL,'','LINE',NULL,10,'','5a8e194c84bebd8f9240e139509f9827','',NULL),(12642,'en','sitepress','a60852f204ed8028c1c58808b746d115','Ok',NULL,NULL,'','LINE',NULL,10,'','39d21f1d9bb0ebe294278bc2eba3044a','',NULL),(12643,'en','sitepress','6a41f5f3c32442118ffff567d1cc1f57','Old Name',NULL,NULL,'','LINE',NULL,10,'','ac4bf8537e6e06a09923d360b45eacb4','',NULL),(12644,'en','sitepress','ca3ce12d6b736a3590e024ba2095fd47','One more step before you can translate on %s',NULL,NULL,'','LINE',NULL,10,'','335de0c5b391bdcab49c3190706357c9','',NULL),(12645,'en','sitepress','37a6be2c1435626af961d8fab0c8c6b6','Only translated blog posts (never display posts from the default language on translation languages)',NULL,NULL,'','LINE',NULL,10,'','7288a3c32478d655dadf6d0fbdb911cc','',NULL),(12646,'en','sitepress','dbcca7384bfdc6bd51d1a346560567d3','Operate WooCommerce Multilingual. Everything on WCML except the settings tab.',NULL,NULL,'','LINE',NULL,10,'','83aec75d4a29e83dd8375cbd45a68be5','',NULL),(12647,'en','sitepress','1801631b65ac90d06bb76163243e01ca','Operation complete!',NULL,NULL,'','LINE',NULL,10,'','d4267b61723fb22795e67e03abd4cea9','',NULL),(12648,'en','sitepress','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'','LINE',NULL,10,'','cb08e793011341cdb393ceed1af0aedb','',NULL),(12649,'en','sitepress','abb4e18b765b12e3cb3ba56ea83001ca','Order of languages',NULL,NULL,'','LINE',NULL,10,'','4e775791942b4eb59a49b1173c54a242','',NULL),(12650,'en','sitepress','b8dd68572112a40147a59de9b221e5cb','Original language',NULL,NULL,'','LINE',NULL,10,'','6ee7f68c57c6f7978ebf3926f91ff36e','',NULL),(12651,'en','sitepress','498b0e3f3a74ba8e45399519ab651179','Original post:',NULL,NULL,'','LINE',NULL,10,'','f690a272910880a4ac69c11bbcaf1f48','',NULL),(12652,'en','sitepress','30426e90c3244b71ff1cc300cbc35c90','Original term',NULL,NULL,'','LINE',NULL,10,'','9c727bb39241aa299901e6f0efd4e74b','',NULL),(12653,'en','sitepress','fd5835ced56f6ee48dc30470ba7b857d','Original:',NULL,NULL,'','LINE',NULL,10,'','bef0892b6908262911fdcba638f05300','',NULL),(12654,'en','sitepress','0653bfd1bba42b5c6a2c8b1568ba71aa','Other language background color',NULL,NULL,'','LINE',NULL,10,'','8bab6c881b3528eec5614219eefdd53a','',NULL),(12655,'en','sitepress','f55b03d56bbf3e06ff51d8566b624ce3','Other language font color',NULL,NULL,'','LINE',NULL,10,'','a8ceb51811539b4e471d6cbe5c2d8955','',NULL),(12656,'en','sitepress','5705375c3527e4be741c5039993cb526','Overwrite existing translations',NULL,NULL,'','LINE',NULL,10,'','3c932073bfb4b2ebdf544e4a5ace3c42','',NULL),(12657,'en','sitepress','e65c05dc2a686299abcd2822b6799285','Overwrite with %s content.',NULL,NULL,'','LINE',NULL,10,'','da64120e56e218d40f534fac1efa5b7d','',NULL),(12658,'en','sitepress','2fec392304a5c23ac138da22847f9b7c','PHP',NULL,NULL,'','LINE',NULL,10,'','65daab2f6dfde3875434a6921217a14d','',NULL),(12659,'en','sitepress','b4f7987ade5a7d6d0aa3c447e9723543','PHP %1$s and above are recommended. PHP %2$s is the minimum requirement.',NULL,NULL,'','LINE',NULL,10,'','c4c32a70a366ebbecdfd0e8f8ee08116','',NULL),(12660,'en','sitepress','5ccefb0c5fb951ef49728936298f11f0','Page builders options',NULL,NULL,'','LINE',NULL,10,'','805b7bd7549a86b96a164b7095d0cea7','',NULL),(12661,'en','sitepress','23f870d5c5862efbca70579d8385776f','Pass arguments via GET (the url)',NULL,NULL,'','LINE',NULL,10,'','89293b8956e8059f687187953099388e','',NULL),(12662,'en','sitepress','128846e8188989666752cdb72b38b690','Pass arguments via POST',NULL,NULL,'','LINE',NULL,10,'','356fdaed50cfd65cbbfb07cc2018c693','',NULL),(12663,'en','sitepress','8152a3d192c4c2ac0f7890491dd0e413','Pass session arguments between domains through the language switcher',NULL,NULL,'','LINE',NULL,10,'','fdb7d6eff18c5a996b2653d60257f8e9','',NULL),(12664,'en','sitepress','ac70412e939d72a9234cdebb1af5867b','Path',NULL,NULL,'','LINE',NULL,10,'','f67c11e15b659085fe94f1b7001f9478','',NULL),(12665,'en','sitepress','15a8382f7a8446e01247a6764cb2f72d','Photo: Link',NULL,NULL,'','LINE',NULL,10,'','9cd0ad5e464eda444949437298fac7e8','',NULL),(12666,'en','sitepress','39ee3ccae96df0927095f65a99c5afbf','Please give some examples of errors and how would you improve them:',NULL,NULL,'','LINE',NULL,10,'','19caddc2cc65efc0d0d5a91bf5f408ef','',NULL),(12667,'en','sitepress','221dd5a27f9c96f80d6ae137fb949d50','Please go to the %1$s page and click on \"%2$s\" to fix this problem.',NULL,NULL,'','LINE',NULL,10,'','ba92c94000d7ec022470aaf5bfc62d63','',NULL),(12668,'en','sitepress','2519237fddab5b3951a54a5bc4d999e4','Please go to the %sPlugins%s page and enable the WPML Multilingual CMS plugin before trying to configure the plugin.',NULL,NULL,'','LINE',NULL,10,'','5d4c398351984a5b6df6ac82a2e671a6','',NULL),(12669,'en','sitepress','f0ca228b7a3c4ea20513a6bb539e10d5','Please log-out and login again in order to be able to access the admin features in all language domains.',NULL,NULL,'','LINE',NULL,10,'','e950d5c995bdef5bca7ca9e07372755e','',NULL),(12670,'en','sitepress','8ec62f844bb59d81ad9e76bb107a9f76','Please make backup of your database before using this.',NULL,NULL,'','LINE',NULL,10,'','49254a995d075b0021fe4fea058e0445','',NULL),(12671,'en','sitepress','59448d3eaaeb085c11aaf014099d05f7','Please make sure that you\'ve saved all the changes. We will have to reload the page.',NULL,NULL,'','LINE',NULL,10,'','4593a319ea9c331209e6aac0b950db5c','',NULL),(12672,'en','sitepress','c20349215f92a4b69d742eaa8c84c120','Please make sure to save your post, if you\'ve made any change, before proceeding with this action!',NULL,NULL,'','LINE',NULL,10,'','c5742e4e7253ae40d703d5252446bb59','',NULL),(12673,'en','sitepress','84b860ad41026e79f84f4f776d770abf','Please note that all translations you have sent to remote translation services will be lost if you reset WPML\'s data. They cannot be recovered later.',NULL,NULL,'','LINE',NULL,10,'','21db4faedceb3bd7ad4a92709bb425f5','',NULL),(12674,'en','sitepress','df73a4dae29a5e309826c20666b1b78f','Please note that currently, you can translate the slugs of taxonomy terms but it is not possible to %s.',NULL,NULL,'','LINE',NULL,10,'','6e583f59648fc2d05859af607b6f1327','',NULL),(12675,'en','sitepress','28ec58877370787786e7417bba1390d1','Please note that the site key is case sensitive.',NULL,NULL,'','LINE',NULL,10,'','31755715a890757019f8ce09edce01c9','',NULL),(12676,'en','sitepress','bcc3c4e9ce920e1acfc7c2026148fe84','Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.',NULL,NULL,'','LINE',NULL,10,'','86b7d4aa52f2cf8125de06eab769be4b','',NULL),(12677,'en','sitepress','25a7b56809988c586f38ed80a79f1fc0','Please provide a short description of the website so that translators know what background is required from them.',NULL,NULL,'','LINE',NULL,10,'','03452e36633642b7d8f1d14168410182','',NULL),(12678,'en','sitepress','6ff2ac14078b69c344d291bc2310366e','Please rate this translation:',NULL,NULL,'','LINE',NULL,10,'','025aea8cb4ca788190261370d55a4b79','',NULL),(12679,'en','sitepress','ca2be58de28e4b6007c50e655f0c7d1a','Please save the settings first by clicking Save.',NULL,NULL,'','LINE',NULL,10,'','504e371595d303472fca58971eb4c5e3','',NULL),(12680,'en','sitepress','c45fb78431acede7ac053f749259e670','Please select what to show for the root url.',NULL,NULL,'','LINE',NULL,10,'','4422fcde826536ea88e0482504944701','',NULL),(12681,'en','sitepress','85cb25446cd3bd3f5dbfa37ddb405ae8','Please update all components which you are using.',NULL,NULL,'','LINE',NULL,10,'','697ed0dcea3f84d228eb257f4efb9894','',NULL),(12682,'en','sitepress','096ad87e55202216999550278e827fdb','Please, enter required data.',NULL,NULL,'','LINE',NULL,10,'','788f1067b15a2c98166cc72489947f5a','',NULL),(12683,'en','sitepress','43769e1d039e985a70881c7900f73797','Please, enter valid data.',NULL,NULL,'','LINE',NULL,10,'','eb921deb8d43b7e60a8c261ff21a2939','',NULL),(12684,'en','sitepress','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,10,'','bbebc179253ab500445cffb89f3323f3','',NULL),(12685,'en','sitepress','ea53661974db2e8f508ebaa82ccd2186','Plugin Name',NULL,NULL,'','LINE',NULL,10,'','a5341e386d610feee48c0dc722dc6f6e','',NULL),(12686,'en','sitepress','d8eb2d3eaaf091c42168abaca5bbae8a','Plural',NULL,NULL,'','LINE',NULL,10,'','63c02db8ecc6d30003a531fcab7a8a9c','',NULL),(12687,'en','sitepress','c5ad329d9b88e63752cbeaf9b4811fed','Position of hreflang links',NULL,NULL,'','LINE',NULL,10,'','175190a25ef062744b23bbec04385e33','',NULL),(12688,'en','sitepress','86b023577b45b23adaede250fd7ff992','Position of link(s):',NULL,NULL,'','LINE',NULL,10,'','0fd5ef12ce473335554a9a521c2923eb','',NULL),(12689,'en','sitepress','ec16e90b650301f5d0e870f03a1b8e3c','Position:',NULL,NULL,'','LINE',NULL,10,'','ad5c54a199eb7e93d388a899e020bb18','',NULL),(12690,'en','sitepress','4cc7cf857e196c7acb5f968ae7b7772e','Post Types Translation',NULL,NULL,'','LINE',NULL,10,'','ce43476934193c6ad301b100a51b31b3','',NULL),(12691,'en','sitepress','73fded4fe3514910327b72c4d24ca628','Post not found',NULL,NULL,'','LINE',NULL,10,'','37b8caab82ae4c3a2b9e6b9ad9793d76','',NULL),(12692,'en','sitepress','de121cbd6a8920e32956199d36a3f1ef','Post type and source language assignment have been fixed for ',NULL,NULL,'','LINE',NULL,10,'','7c683837a86740b6331a7925ce0835cb','',NULL),(12693,'en','sitepress','b9489ecd53ee4a441377840fa418060f','Post types',NULL,NULL,'','LINE',NULL,10,'','1b064853c00e50313ee820bd2d7fbd60','',NULL),(12694,'en','sitepress','e93b85c00ae39171e1cb77ccfe8399cc','Post without a title',NULL,NULL,'','LINE',NULL,10,'','e23e71b316b99b831b0241de1bd6f05c','',NULL),(12695,'en','sitepress','de6ee644145793ac48a6e7d685551756','Posts Slider: More Link Text',NULL,NULL,'','LINE',NULL,10,'','9b1f6e463dc244abf7c4e305289d7bcf','',NULL),(12696,'en','sitepress','847d0b482f5203327c9a2766de9a23a0','Posts and pages synchronization',NULL,NULL,'','LINE',NULL,10,'','5f6d4e4cb3f9b87cc528a44cd920491a','',NULL),(12697,'en','sitepress','d910c8ad30626d639a346d04659e771c','Posts: Button Text',NULL,NULL,'','LINE',NULL,10,'','67b2a7dc049f6a694ee09a3151378bf0','',NULL),(12698,'en','sitepress','cff0209739bbabe3d08035e1db272ca4','Posts: Cards Read more text',NULL,NULL,'','LINE',NULL,10,'','1a51152505d3cd9d3864e1957b791139','',NULL),(12699,'en','sitepress','19b9dcab9672d14eed93adaefe93eb56','Posts: Classic Read more text',NULL,NULL,'','LINE',NULL,10,'','5b62806737cff55fb64e16aeff9f9a0a','',NULL),(12700,'en','sitepress','7607cad624851af100b5b13d379407db','Posts: More Link Text',NULL,NULL,'','LINE',NULL,10,'','c5f7849494482d8f4378f04f2a312da5','',NULL),(12701,'en','sitepress','8e63cb7c56467a76a17038c38450901b','Posts: Next Label',NULL,NULL,'','LINE',NULL,10,'','da663459d39bc1ce5757b56313a47c4c','',NULL),(12702,'en','sitepress','7e73063cccf6eaee81c500a42ecf01a8','Posts: No Results Message',NULL,NULL,'','LINE',NULL,10,'','931b5a763b4972260ae24da400cdd7f3','',NULL),(12703,'en','sitepress','257a38d35e82f698378bfc90ebb755ce','Posts: Previous Label',NULL,NULL,'','LINE',NULL,10,'','c76ed4d924014df2af2cbe3bfa43825d','',NULL),(12704,'en','sitepress','46ba143d5f02452790b379324a4fcdcf','Posts: Terms Label',NULL,NULL,'','LINE',NULL,10,'','affbfd1465f3461d50b2d8bd18468e03','',NULL),(12705,'en','sitepress','24e2c6c1db86a98c61368b8c976d2b2f','Preferences saved.',NULL,NULL,'','LINE',NULL,10,'','888d9bb45250107bbd2e28d5f3568439','',NULL),(12706,'en','sitepress','1cd75972f020ed203911c26761849dac','Preserve URL arguments',NULL,NULL,'','LINE',NULL,10,'','45820d4dbd5995f627fc9f20423bac5b','',NULL),(12707,'en','sitepress','9ec11a0e94ed6ba6e1df431f25204463','Preserving URL arguments',NULL,NULL,'','LINE',NULL,10,'','2d4ae3d06b5de8a312ce0998049c23a8','',NULL),(12708,'en','sitepress','10dd17c82cbaf196a79c801e69a40d41','Preview update failed',NULL,NULL,'','LINE',NULL,10,'','0b79db964a9a528cc1d8e72d07b9857e','',NULL),(12709,'en','sitepress','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,10,'','b9edd6c5df6198ffdeab19a716634a68','',NULL),(12710,'en','sitepress','b4e2c02228bd94fc3558f0f6201cc996','Price Table: Button link',NULL,NULL,'','LINE',NULL,10,'','1b1823a09d2d5d5305cac744cd723478','',NULL),(12711,'en','sitepress','661e509f535ac33c338e7171bac8f387','Price Table: Button text',NULL,NULL,'','LINE',NULL,10,'','ac30e83b891a5ec24129d5e2a0b7ae73','',NULL),(12712,'en','sitepress','242cea40971e873704e67861cee8135d','Price Table: Footer additional info',NULL,NULL,'','LINE',NULL,10,'','b40f5cdc2537d1a24617fc9a0e5f5d8e','',NULL),(12713,'en','sitepress','7b62038013d15bf1eed8374e0103e8bd','Price Table: Heading',NULL,NULL,'','LINE',NULL,10,'','0e3252ca4ce01c6a1a8ed4cf2eedcb75','',NULL),(12714,'en','sitepress','fd8ca34f4d5c79162b91600abf44bdfc','Price Table: Period',NULL,NULL,'','LINE',NULL,10,'','40b43b45f6338a31f06ccd236feceb5a','',NULL),(12715,'en','sitepress','372e909b602916528a3f620bb7d5758e','Price Table: Ribbon title',NULL,NULL,'','LINE',NULL,10,'','c0d14a5d625530d225e46909dd5188f2','',NULL),(12716,'en','sitepress','b503b107a85b333c9bde84098dd462f0','Price Table: Sub heading',NULL,NULL,'','LINE',NULL,10,'','f18eae2c2bcc9d6382baad0bcd7b668c','',NULL),(12717,'en','sitepress','563181b9557367b21a8901ab1d5d91cf','Price list: title',NULL,NULL,'','LINE',NULL,10,'','9fc5cbff7d287507def0c7658cd678d0','',NULL),(12718,'en','sitepress','0ce06958e4cd5dee8393acd548381985','Price table: text',NULL,NULL,'','LINE',NULL,10,'','b8d07aa6b6ff100b496ef4538a4a80ca','',NULL),(12719,'en','sitepress','6b3c71fa00fafbe80b24e342a118dc4c','Pricing list: description',NULL,NULL,'','LINE',NULL,10,'','3bd9d5a99a9027f2dc5cc42e82342d7b','',NULL),(12720,'en','sitepress','dee907488816591252487c7d9a51a18d','Pricing list: link',NULL,NULL,'','LINE',NULL,10,'','ba693a2189b1316dd5c51a064d24bb85','',NULL),(12721,'en','sitepress','e427f86463c2893d1edef74bdcf329fc','Pricing table: Button link',NULL,NULL,'','LINE',NULL,10,'','cb477b3ab432809a331a73eb18d9743e','',NULL),(12722,'en','sitepress','709dc0a6bfaafafcb02142444c0f75ac','Pricing table: Button text',NULL,NULL,'','LINE',NULL,10,'','ad66976d9752fec438fd7d5537490947','',NULL),(12723,'en','sitepress','6c2de85baaef31f77ad1344a58965cea','Pricing table: Duration',NULL,NULL,'','LINE',NULL,10,'','e2ae9f21329ea783629f9c6e764691da','',NULL),(12724,'en','sitepress','0d4227dead752c45b7320629ad84705a','Pricing table: Feature',NULL,NULL,'','LINE',NULL,10,'','0230752b2b42b1d7f5a9abafabd5bf6a','',NULL),(12725,'en','sitepress','1d18699fda043faf56c17e770349b0b4','Pricing table: Price',NULL,NULL,'','LINE',NULL,10,'','d7873d453e1e076091ca1058d403f7e2','',NULL),(12726,'en','sitepress','10278c149a3611d3cbf2fd265ad79bfe','Pricing table: Title',NULL,NULL,'','LINE',NULL,10,'','39306e487bb0bf32965c400978618fd0','',NULL),(12727,'en','sitepress','e0f493915371e9953b6f275db80a4c18','Privacy and data usage policy',NULL,NULL,'','LINE',NULL,10,'','caade06471b0165e360df1f777b6dab1','',NULL),(12728,'en','sitepress','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,10,'','637940076216208dd8c12e869a55b0ae','',NULL),(12729,'en','sitepress','28338664ebd2505c43d8d3f6c2870ac4','Processing translations...',NULL,NULL,'','LINE',NULL,10,'','750332ac455c2d39fcd61149eac69d90','',NULL),(12730,'en','sitepress','756d97bb256b8580d4d71ee0c547804e','Production',NULL,NULL,'','LINE',NULL,10,'','696e699a5d49ec4485967722ca9ba5db','',NULL),(12731,'en','sitepress','07505c245e8604fbecafca3059f78fbb','Progress: Inner text',NULL,NULL,'','LINE',NULL,10,'','62f41bd6de9f0c30f887d29ee8aa5389','',NULL),(12732,'en','sitepress','24baefbe449d1f7cd6c37bfec264bd03','Progress: Title',NULL,NULL,'','LINE',NULL,10,'','1595f0ad7b7c85699d5a98d92fd83ba9','',NULL),(12733,'en','sitepress','69e6b42229b2d21cde6c506556fd38e6','Quote content',NULL,NULL,'','LINE',NULL,10,'','cf413d5b287da5d1ba10380d8b9bb2ba','',NULL),(12734,'en','sitepress','ec5609747fe5270a827640bc33730cad','Quote: cite content',NULL,NULL,'','LINE',NULL,10,'','b4d249de53242cf97e48b1d635c82a3f','',NULL),(12735,'en','sitepress','13f77bb7fff251c5eb5262fe2a919d99','Rate translation',NULL,NULL,'','LINE',NULL,10,'','ecac852d4ac5b3e0196f0188b66d1af4','',NULL),(12736,'en','sitepress','b8b77a45c3f3e40c6583439b7fe2c655','Rate translation of this page',NULL,NULL,'','LINE',NULL,10,'','985a7632a50da98d600f21fdbd00771b','',NULL),(12737,'en','sitepress','dda9c06f33071c9b6fc237ee164109d8','Rating',NULL,NULL,'','LINE',NULL,10,'','674a54d82a75fcb3277ca23c4cb19e78','',NULL),(12738,'en','sitepress','4a873f28e0440c37cb2d378d6b43b375','Rating:',NULL,NULL,'','LINE',NULL,10,'','b583dec4c502e6cf7d07b6eee065b915','',NULL),(12739,'en','sitepress','7771597b4ce45d00b5f2927542aaf1c7','Read how this works',NULL,NULL,'','LINE',NULL,10,'','43f510e00efb3bed1f5303710f951375','',NULL),(12740,'en','sitepress','6ffd18b813192b7845ec56d0731e43c4','Redirect visitors based on browser language only if translations exist',NULL,NULL,'','LINE',NULL,10,'','7c69d4cbb55e8529793677ff20f8bb37','',NULL),(12741,'en','sitepress','63a6a88c066880c5ac42394a22803ca6','Refresh',NULL,NULL,'','LINE',NULL,10,'','3bd791959ac717bd5883eef2012f3a03','',NULL),(12742,'en','sitepress','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'','LINE',NULL,10,'','88de3f46dcc0ae551a4d28501c764b52','',NULL),(12743,'en','sitepress','dc0cd60c4ce28524a7f7a0cdc8c4cabb','Register %s',NULL,NULL,'','LINE',NULL,10,'','24a9b43053bcfea3c523fe5a862a21fa','',NULL),(12744,'en','sitepress','6205cf9436aee7ccb42779ac5e69bd3f','Registered',NULL,NULL,'','LINE',NULL,10,'','9c3802d7b418e9c79651776bb069d368','',NULL),(12745,'en','sitepress','0f98b7f230f3c91292f0de4c99e263f2','Registration',NULL,NULL,'','LINE',NULL,10,'','1661ae1bf5f5a1a4dd3a6dfdebcdb980','',NULL),(12746,'en','sitepress','680008d119c3f979f737035270d6c1df','Registration is free and only takes a minute.',NULL,NULL,'','LINE',NULL,10,'','4819aba7dd67a6304493556be4444e0c','',NULL),(12747,'en','sitepress','7d0ee6fed10d3d4e5c9ee496729ab519','Release notes',NULL,NULL,'','LINE',NULL,10,'','f637c7df2cf80fa297bf9c8dad74d4a6','',NULL),(12748,'en','sitepress','ea1e34304a5d8ffa7c9b0ed8ede4ef1a','Released',NULL,NULL,'','LINE',NULL,10,'','2abbbfd76fe90d1de855da6be66f1e77','',NULL),(12749,'en','sitepress','90bd50243d6e952b12674bc5f1dc8a18','Remember my preference.',NULL,NULL,'','LINE',NULL,10,'','9cd89ff9b67c7b176db691961930b45d','',NULL),(12750,'en','sitepress','82b57251c9147bbd61f4dfafb2cfa6f0','Remember visitors\' language preference for %s hours (please enter 24 or multiples of it).',NULL,NULL,'','LINE',NULL,10,'','b4bbec92bad889dba4e20668adb6f756','',NULL),(12751,'en','sitepress','d859fa7b6dce51497d83da7c40fa256e','Remind me again in 4 weeks.',NULL,NULL,'','LINE',NULL,10,'','8a80877bddbfd86ce4feef8e5f7a3d9f','',NULL),(12752,'en','sitepress','7a4f0d12efdf9db50039b22cad69d84e','Remind me later',NULL,NULL,'','LINE',NULL,10,'','e57ed289df04f98b8f47ae35642b4606','',NULL),(12753,'en','sitepress','4cdd151f1cdf4e77ba8a921dcca451a9','Remote XML Config Log',NULL,NULL,'','LINE',NULL,10,'','9b7b391f42a4e143d41753fb1a713e35','',NULL),(12754,'en','sitepress','39a33ab3ae10c15b5c60328b23512713','Remove %s',NULL,NULL,'','LINE',NULL,10,'','674736e4fe7ed7d4cf112dc40bdb5727','',NULL),(12755,'en','sitepress','eca331b8951e6a3e81565c2218743885','Remove all messages and notifications',NULL,NULL,'','LINE',NULL,10,'','740bab2957118f1b095bd5218007e629','',NULL),(12756,'en','sitepress','deac48cf01b1c4895e291c3a16f28013','Remove all messages and notifications, for all users.',NULL,NULL,'','LINE',NULL,10,'','e0b547c32e17021363975926a3c2cfff','',NULL),(12757,'en','sitepress','6a5082863f871307198a8b41482b29ab','Remove comments that don\'t match the content\'s language',NULL,NULL,'','LINE',NULL,10,'','99cfa1395205d9a742a8b9f867d5bca0','',NULL),(12758,'en','sitepress','7994bb82d7ecf1f38d635dad824261be','Remove current site key (%s)',NULL,NULL,'','LINE',NULL,10,'','cf4fce427997a3520454f3d7548c0b3c','',NULL),(12759,'en','sitepress','990a327d8f1c4a243c41df33633864cb','Remove debug logs of String Translation cache',NULL,NULL,'','LINE',NULL,10,'','36b610c74b2826b0cdf63f518d07ea49','',NULL),(12760,'en','sitepress','cd05e0cd6a83fed7a7ed68b30caa8be5','Remove ghost entries from the translation tables',NULL,NULL,'','LINE',NULL,10,'','2d27a8aa2249676ab232ff457d04628f','',NULL),(12761,'en','sitepress','986cf41ce680a2217df4240aa0e05401','Remove language suffixes from taxonomy names.',NULL,NULL,'','LINE',NULL,10,'','f50a367db4ed84aa2621d5c294ac3879','',NULL),(12762,'en','sitepress','0623b2f5e1c1bf330da35403023023c2','Remove the \'filter_var\' string from the \'disable_functions\' directive or...',NULL,NULL,'','LINE',NULL,10,'','4df43872c8d667b414a492411387cc67','',NULL),(12763,'en','sitepress','2dd214cf4f2774b39a62cbbacaea56d2','Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors.',NULL,NULL,'','LINE',NULL,10,'','11d33b53e6e8152bb971f51b7c8adab7','',NULL),(12764,'en','sitepress','0a1a4b5dad6f1e1cd0b4ac7aa6ac811f','Removes invalid rows stored in option and hide admin notice.',NULL,NULL,'','LINE',NULL,10,'','df261b136cc0b3ed4045cd9ee8644b13','',NULL),(12765,'en','sitepress','b99cf0daa301b4591f10e23b2e3a2ace','Rename label to %s',NULL,NULL,'','LINE',NULL,10,'','8584f1351806367acf1b143988552ee4','',NULL),(12766,'en','sitepress','02b6efec5d5ae372165817c4708871dd','Renew %s',NULL,NULL,'','LINE',NULL,10,'','c24fed3e7ab132cb58119d99a12825e1','',NULL),(12767,'en','sitepress','f7192c4c55a8ae9834a21584afec77b8','Replied',NULL,NULL,'','LINE',NULL,10,'','4bce8d245fdcace0e18f665e7e038733','',NULL),(12768,'en','sitepress','6e926dca018023a516b75892a567006e','Reply to admin',NULL,NULL,'','LINE',NULL,10,'','a1e0987493f759e41618fee5270d70a3','',NULL),(12769,'en','sitepress','4b6a93540c6277beda8d6363a861c91b','Reply to admin:',NULL,NULL,'','LINE',NULL,10,'','87f41001e548e8d398d6a7853bfa16f9','',NULL),(12770,'en','sitepress','c4be18b43841c5ae3967faf1357ed33e','Reply to translator',NULL,NULL,'','LINE',NULL,10,'','6ac76fd2c8400c55f9839c53a11266a8','',NULL),(12771,'en','sitepress','da75c8aca82f7a0669c4a02210208c72','Reply to translator:',NULL,NULL,'','LINE',NULL,10,'','4b1b1fd1d9abda32f376ebb2fb034eb4','',NULL),(12772,'en','sitepress','4ebaefc5350aea358696c453e41b5bc7','Report to',NULL,NULL,'','LINE',NULL,10,'','a7b9870ba64bef864e221f17370cc44f','',NULL),(12773,'en','sitepress','c1a42c8451b7756687eb80444464d040','Reporting to',NULL,NULL,'','LINE',NULL,10,'','1a07fbff2f80c6c204025cc297a551eb','',NULL),(12774,'en','sitepress','8f8ecce91419f77fb186056a206d6846','Reporting to wpml.org',NULL,NULL,'','LINE',NULL,10,'','2d53ed412422aeb1e205535e8d995860','',NULL),(12775,'en','sitepress','dd3af8059e97737e04ec94d26d949c78','Request Arguments',NULL,NULL,'','LINE',NULL,10,'','6287385422e68c105222a12bdd30e624','',NULL),(12776,'en','sitepress','df080c10e2e9f1e98c180fe2645f6132','Request URL',NULL,NULL,'','LINE',NULL,10,'','3b559f63cf53336398bbcfd75b673a1f','',NULL),(12777,'en','sitepress','503b19094b77c7ce9c879004b24928b8','Required PHP Libraries',NULL,NULL,'','LINE',NULL,10,'','044b327e362c3edbaf8896f914a788b9','',NULL),(12778,'en','sitepress','526d688f37a86d3c3f27d0c5016eb71d','Reset',NULL,NULL,'','LINE',NULL,10,'','13226b53a397b7721589427aa31c581f','',NULL),(12779,'en','sitepress','e03f9686a7e21c9c3f19cb5630c98113','Reset and deactivate WPML',NULL,NULL,'','LINE',NULL,10,'','52314bf652fc3e95c50f1c128a5da89a','',NULL),(12780,'en','sitepress','50ce7105615ce2a6a9d8b27ebf4a216e','Reset languages',NULL,NULL,'','LINE',NULL,10,'','ec5419d8860365d89d030c7edb07d6c2','',NULL),(12781,'en','sitepress','d959346bf784b9cd8f47fd90c803ebb2','Reset settings',NULL,NULL,'','LINE',NULL,10,'','131dec7c73befd3c0a7270f8adbf1782','',NULL),(12782,'en','sitepress','d64ed3e9c10229648e069f56e32f4c8e','Response',NULL,NULL,'','LINE',NULL,10,'','5546f0dc0666748e8c05572068a751d4','',NULL),(12783,'en','sitepress','2bd339d85ee3b33e513359ce781b60cc','Restore',NULL,NULL,'','LINE',NULL,10,'','1fbb2c90325b6a46214244ae6736afde','',NULL),(12784,'en','sitepress','6947b2394c1a6a22373b262eea0dc388','Restore default',NULL,NULL,'','LINE',NULL,10,'','561f46206b5621ebc9ce53452551eb72','',NULL),(12785,'en','sitepress','ed972d677ba1c232b973a2e20ed678ef','Restore dismissed and hidden messages and notifications.',NULL,NULL,'','LINE',NULL,10,'','e8ae5d49edde1d792c8e502b16a9e541','',NULL),(12786,'en','sitepress','46a2b319421e19b75ac38a5c7ea052af','Restore messages and notification',NULL,NULL,'','LINE',NULL,10,'','7310fa20e91f108e82b1a336b275e497','',NULL),(12787,'en','sitepress','0b7e81c9bdec0253a3241af4a5c28d80','Resume Upgrade Process',NULL,NULL,'','LINE',NULL,10,'','6d0d78eb6db07bf0508546be58d13067','',NULL),(12788,'en','sitepress','6327b4e59f58137083214a1fec358855','Retry',NULL,NULL,'','LINE',NULL,10,'','2cc8c598fa941a2c8cc1c34b7d3c5304','',NULL),(12789,'en','sitepress','5cbc04b67dfd64a325cdd9f5af256bc1','Return to the plugins page',NULL,NULL,'','LINE',NULL,10,'','d279eb212fc2aee53da4358faec654f1','',NULL),(12790,'en','sitepress','10565a0677c0c3873a8c965f4c629349','Return to the updates page',NULL,NULL,'','LINE',NULL,10,'','5959a57585188b4f24623961fb554667','',NULL),(12791,'en','sitepress','59e722a6513b3b7f93a50a5455c7b6da','Revalidate subscription',NULL,NULL,'','LINE',NULL,10,'','93d2fdd7cecf4405cc861240d5ced259','',NULL),(12792,'en','sitepress','457dd55184faedb7885afd4009d70163','Review',NULL,NULL,'','LINE',NULL,10,'','0e304018e341cbc4fa1df97f4efcdd58','',NULL),(12793,'en','sitepress','5f7c2cc39ae6f77fbf39fd64346e4c47','Reviewed by:',NULL,NULL,'','LINE',NULL,10,'','71aee27d0bd2a01f188ba6208d1ca0d3','',NULL),(12794,'en','sitepress','7780b2156a44634c6c2c34f8ab8679ea','Run Upgrade Process',NULL,NULL,'','LINE',NULL,10,'','4b830ea689eb011a55a9b714eac8d664','',NULL),(12795,'en','sitepress','400329375357fdb96f9af247a43756b4','Running now batch #%d',NULL,NULL,'','LINE',NULL,10,'','6acc64883abce7ef0b948d3efd2cb814','',NULL),(12796,'en','sitepress','c263985578494d696ae648eeb5fba785','SEO Options',NULL,NULL,'','LINE',NULL,10,'','3f389cadfbadc9c7750827c5febc80c2','',NULL),(12797,'en','sitepress','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','e00cf4a706f14128d553cb4d2a925bfe','',NULL),(12798,'en','sitepress','b03eb10184edf5dab98842ff8221e03b','Scanning Results',NULL,NULL,'','LINE',NULL,10,'','44b2f303dd1ec48451f7da2e91628ad1','',NULL),(12799,'en','sitepress','634b97d9c012d4b29490bd623e157a32','Scanning now, please don\'t close this page.',NULL,NULL,'','LINE',NULL,10,'','b1fc4e02df5dce4b4b903cafa56f1b11','',NULL),(12800,'en','sitepress','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','cca8dbb2ab7d9d71b5f7b5b60a7b9560','',NULL),(12801,'en','sitepress','c963d1a494f8a40f93fcf6691c42bb16','Search Dropdown: placeholder',NULL,NULL,'','LINE',NULL,10,'','a2be604e4afe4c63b2942cf227c814e3','',NULL),(12802,'en','sitepress','8565018100252191cddc1aedac89d4f4','Search Inline: placeholder',NULL,NULL,'','LINE',NULL,10,'','076e330b1f323d03787b6e124936d932','',NULL),(12803,'en','sitepress','f29f7261de9c2e4ceb0138fe1db8b446','Search Modal: placeholder',NULL,NULL,'','LINE',NULL,10,'','cb3a175850d6bd59b9ee1105ae636878','',NULL),(12804,'en','sitepress','787bd6aa8767ff051bb845d1bc1d4eba','Search results for “%s”',NULL,NULL,'','LINE',NULL,10,'','d56533645ad7b6426a86b6f7e45b641c','',NULL),(12805,'en','sitepress','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,10,'','42c45787e6af9dcccbcb683cd6fd5160','',NULL),(12806,'en','sitepress','83dad8107f9459efe2b4fabcf5b63108','Select Language',NULL,NULL,'','LINE',NULL,10,'','0dd3c96b0631342b0b74cda2a4b37a44','',NULL),(12807,'en','sitepress','74888aa7efbe9e3a732e9160aa81680f','Select Validation',NULL,NULL,'','LINE',NULL,10,'','3f382f45a6adfb1e9ad0f1757bcb170d','',NULL),(12808,'en','sitepress','cee671d8fe1d13f51688df8dbe2fd2a9','Select a preset',NULL,NULL,'','LINE',NULL,10,'','eb16de87a11ee3c62e217cf22123fdca','',NULL),(12809,'en','sitepress','6c3a324b80758e9c7c018a9b8f77a752','Select bulk action',NULL,NULL,'','LINE',NULL,10,'','6e8445f49dcd5f0376fc6bd172ebb10e','',NULL),(12810,'en','sitepress','cb29ba3cf9348ebc27dff4f5bf8f84e6','Select how to display the language switcher in the menu. Choose \"List of languages\" to display all the items at the same level or \"Dropdown\" to display the current language as parent and other languages as children.',NULL,NULL,'','LINE',NULL,10,'','0e8a8fa5189601eb6c43bc791a6097ed','',NULL),(12811,'en','sitepress','4d069317e6d01a41585c906d8f52ffe2','Select the languages to enable for your site (you can also add and remove languages later).',NULL,NULL,'','LINE',NULL,10,'','a372cab1c3110c53916c47c89ff00d06','',NULL),(12812,'en','sitepress','2a482bec6b1eae3bcee3e8e8e8382297','Select the menus, in which to display the language switcher.',NULL,NULL,'','LINE',NULL,10,'','555224342a70141f54f371035489bb4c','',NULL),(12813,'en','sitepress','cc80e40248af5440c99973abd5eb6081','Select the position to display the language switcher in the menu.',NULL,NULL,'','LINE',NULL,10,'','d68f7b994efd5b14cdedf6febbbca94c','',NULL),(12814,'en','sitepress','0553d17593fca33afcfb31192a17a0e0','Select the position to display the post translations links.',NULL,NULL,'','LINE',NULL,10,'','6fcf5caeba3b22031ef0969d2255377a','',NULL),(12815,'en','sitepress','e601283e12d92682db854ca6c69c9e31','Select the style of the language switcher.',NULL,NULL,'','LINE',NULL,10,'','20b05c7fc282a9b368c620d26ca56522','',NULL),(12816,'en','sitepress','ad1d4c2d1dd072f72b950365dad4372a','Select the taxonomy to translate: ',NULL,NULL,'','LINE',NULL,10,'','34b3e227734de71f7c4c92b40b34b92d','',NULL),(12817,'en','sitepress','7d39d4772857a02d523dd13260d2d05f','Select the widget area where to include the language switcher.',NULL,NULL,'','LINE',NULL,10,'','b0d95894f66379eb844609584379f7df','',NULL),(12818,'en','sitepress','2b8720d7ad07031181cdfb6daeec5fb3','Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations.',NULL,NULL,'','LINE',NULL,10,'','35fffd877f5d5a1a71aaaf07a4609f7f','',NULL),(12819,'en','sitepress','faf1b1ff673cfc31685ad26f101cefac','Select your language:',NULL,NULL,'','LINE',NULL,10,'','0e86aa94acd0c0f6886eb14ac00843db','',NULL),(12820,'en','sitepress','94966d90747b97d1f0f206c98a8b1ac3','Send',NULL,NULL,'','LINE',NULL,10,'','b3fbea0c4576a9dd1cad6811f44fd6be','',NULL),(12821,'en','sitepress','9a09d9c839677bc0877d5bbb060019d5','Send theme and plugins information, in order to get faster support and compatibility alerts',NULL,NULL,'','LINE',NULL,10,'','f0489eea14dfb59461555dd31d684722','',NULL),(12822,'en','sitepress','01009c270528a7d99946a2fa5f236189','Send to translation the content of raw HTML cells',NULL,NULL,'','LINE',NULL,10,'','980675b84eb90e94a543883f5d468fef','',NULL),(12823,'en','sitepress','8e9b98c75ccf7be0f73996e50996b5b9','Send to translator',NULL,NULL,'','LINE',NULL,10,'','b31b0c50503685c8dda31a9b70a60f7b','',NULL),(12824,'en','sitepress','9f52addef79898217ad594644ee9edea','Sent to translation service',NULL,NULL,'','LINE',NULL,10,'','d204e9cb54e994ef3af1d8a3055a6aa2','',NULL),(12825,'en','sitepress','0659254c50755c8ae63361c6aa0d4adb','Sent to translator',NULL,NULL,'','LINE',NULL,10,'','3c430c753c52121bfad804deee26d1eb','',NULL),(12826,'en','sitepress','883e9d76dd1e2dc91fab313117d11c7a','Set admin language as editing language.',NULL,NULL,'','LINE',NULL,10,'','fe5485baba8f44bbda16caae0c2473b5','',NULL),(12827,'en','sitepress','0aa3fe56a7381204461d8c83d767b9c5','Set language information',NULL,NULL,'','LINE',NULL,10,'','d1f38dc2c2d3d629742b78485f325241','',NULL),(12828,'en','sitepress','9e1d4dff62694b3bda1d1185cc38f145','Set language information for existing media',NULL,NULL,'','LINE',NULL,10,'','802be18d4954f235e8f9b509094b40d0','',NULL),(12829,'en','sitepress','7be6345054a00523569d4eab0ec2d751','Set media languages',NULL,NULL,'','LINE',NULL,10,'','d4ac82f9e7c60ac2457aed2944144112','',NULL),(12830,'en','sitepress','27df9b01ac2028aa1f209d71e31a14a2','Set page parent for translation according to page parent of the original language',NULL,NULL,'','LINE',NULL,10,'','ee155932f3c209c8fccbfe08f1ee0c96','',NULL),(12831,'en','sitepress','78809ca3db0d7e0a1cba0f245d925302','Partially done',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','448c819142ebcd5ce5be15b2552a41e7','',NULL),(12832,'en','sitepress','08b627efc2fa6d2f2c788e277ea9fdb5','Partially done.',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','12933602c32d4c333e64ddd9094ff2d7','',NULL),(12833,'en','sitepress','fdab3f789ecea0a5e167101bfabee7d4','There might be more content to fix: please repeat the process.',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','802ead05152bf30699303efc0e0fd9f3','',NULL),(12834,'en','sitepress','50afffb0c8458e18ab29f6cf183cac23','translation jobs updated',NULL,NULL,'','LINE',NULL,10,'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','4712836f1cca92eb6c630f8a1dd92c78','',NULL),(12835,'en','sitepress','4f8ef92b3144ee8a613eb74c7e89d8c2','Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated.',NULL,NULL,'','LINE',NULL,10,'','e3b5ed6393e951e2b4336bacb8e1a24c','',NULL),(12836,'en','sitepress','fad25144a52a189adf948d89e8a0fcb0','Setting language to media. %d left',NULL,NULL,'','LINE',NULL,10,'','4c0b43fab73815fc4dd8a7cec529baed','',NULL),(12837,'en','sitepress','0e257a425fb9dff30dca5e228dd2e837','Setting language to media: done!',NULL,NULL,'','LINE',NULL,10,'','2a7510b483112e0fea71286938b6cf7f','',NULL),(12838,'en','sitepress','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,10,'','0e3ae9ddbf231f5b4734cdacfb4e98bb','',NULL),(12839,'en','sitepress','96d4dadd096605d5813d2c6bdf82e82c','Settings saved',NULL,NULL,'','LINE',NULL,10,'','621445dc882a3c3801e0e63171ae7301','',NULL),(12840,'en','sitepress','c888438d14855d7d96a2724ee9c306bd','Settings updated',NULL,NULL,'','LINE',NULL,10,'','2cfca8f29c3c5d5097d19a475bf95591','',NULL),(12841,'en','sitepress','43839429f053c5fe1dd516f11a568f95','Setup WPML',NULL,NULL,'','LINE',NULL,10,'','4e95e80b4dad41e76b75122e2bc91ad0','',NULL),(12842,'en','sitepress','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'','LINE',NULL,10,'','8d00262f611763fc87400b7b79e2f26c','',NULL),(12843,'en','sitepress','c118ea41691d75d29caeded29c1f32f0','Show Translation Feedback module for these languages:',NULL,NULL,'','LINE',NULL,10,'','7eacc6b4bb536f34b1686822ad9a69ff','',NULL),(12844,'en','sitepress','cefb68d7935872586ad9d881ed5bad9b','Show content in:',NULL,NULL,'','LINE',NULL,10,'','8ef1b713a288751afaf103acc0d3abd0','',NULL),(12845,'en','sitepress','d53907d724bf05eff15a2e80205f2d1e','Show details',NULL,NULL,'','LINE',NULL,10,'','80adbe76790f0cebdc8fef3e33c7d169','',NULL),(12846,'en','sitepress','7b29e7c9a12543f3f62fecef542c3ba4','Show language switcher in footer',NULL,NULL,'','LINE',NULL,10,'','8b2b48bbe05a01320414067683f27005','',NULL),(12847,'en','sitepress','5298825102653c1dde97d462201a8a9b','Show links above or below posts, offering them in other languages',NULL,NULL,'','LINE',NULL,10,'','197bfdb407492aa58f085864a91cec35','',NULL),(12848,'en','sitepress','ec814e873ff2133824a9725eac3f4653','Show on the left side of the screen',NULL,NULL,'','LINE',NULL,10,'','7e7a680e8964835b65e3bffbcb115096','',NULL),(12849,'en','sitepress','6cc89dd3621da9bf21850c1dd37f1bdd','Show on the right side of the screen',NULL,NULL,'','LINE',NULL,10,'','37dbb5f7232308d2dd86128758880d1f','',NULL),(12850,'en','sitepress','c651f101fd2a0d5008ced7110afab3c2','Show system fields',NULL,NULL,'','LINE',NULL,10,'','a56cc6893b17fdb155d9d6230502e517','',NULL),(12851,'en','sitepress','f0d6ed6a156780f46bee31a582b27b13','Show this notice.',NULL,NULL,'','LINE',NULL,10,'','cb82224380ebd4a5ee5970eb8becc565','',NULL),(12852,'en','sitepress','a781cc42760f1f6b74f8b7405c7e92c7','Showing content in:',NULL,NULL,'','LINE',NULL,10,'','e625d96a3fc823666e15388092d63591','',NULL),(12853,'en','sitepress','41bfa4ff4d3d5404e6da469cd0b47c07','Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it\'s recommended to skip the backwards compatibility. However, it\'s still possible to re-activate this option later.',NULL,NULL,'','LINE',NULL,10,'','255389db021dce5c92520b00ffa5d986','',NULL),(12854,'en','sitepress','d8d948ef62e0cd4caec19ca9c0e29438','Singular',NULL,NULL,'','LINE',NULL,10,'','bd193e859a01e40ab846ef41ef102409','',NULL),(12855,'en','sitepress','a7d6475ec8993b7224d6facc8cb0ead6','Site',NULL,NULL,'','LINE',NULL,10,'','eb3248ec933406d822713987fed518d3','',NULL),(12856,'en','sitepress','e32fded1beb5e87a99632a91d8582020','Site Languages',NULL,NULL,'','LINE',NULL,10,'','a75f6a0b84af9cc0e08857b7084e1851','',NULL),(12857,'en','sitepress','efed00c6564b8d7c9c0fae4b44a9d987','Site key:',NULL,NULL,'','LINE',NULL,10,'','50dffac305a52a14cede40b2d5ed5137','',NULL),(12858,'en','sitepress','1fe46105573a3943d2150f37804be8bd','Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to register.',NULL,NULL,'','LINE',NULL,10,'','1fb47ef2a2d50a78245f228ed3aa6c24','',NULL),(12859,'en','sitepress','2c3860de920123d38a097e95428bcacb','Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister.',NULL,NULL,'','LINE',NULL,10,'','3f60318dce224871b6477c87e3644c9c','',NULL),(12860,'en','sitepress','32fe6d539d3a8ffd86f0ba716f545d81','Sitemaps for each language can be accessed below. You need to submit all these sitemaps to Google.',NULL,NULL,'','LINE',NULL,10,'','62cf89cb9d0ece6a3bf2c7864e10d548','',NULL),(12861,'en','sitepress','7df55e08f4e5c86e8921a730ab86ecd4','Skip backwards compatibility',NULL,NULL,'','LINE',NULL,10,'','ed9421e57fc07f3b37fe1591094fccad','',NULL),(12862,'en','sitepress','29d04098d26b4bd41cf907593166e34c','Skip language',NULL,NULL,'','LINE',NULL,10,'','e90ce7df01f88ae6cb4904016848a850','',NULL),(12863,'en','sitepress','e28620d168c91812037d5f91af0b2f20','Slides: button text',NULL,NULL,'','LINE',NULL,10,'','b6fa669aadfdae2317683399597e5c0b','',NULL),(12864,'en','sitepress','1ede306dab115befff38f69ed55e68ae','Slides: description',NULL,NULL,'','LINE',NULL,10,'','3aa16c0da205aaeebef78bab7beef638','',NULL),(12865,'en','sitepress','952e1caf36587b616fe2c71eda8f6054','Slides: heading',NULL,NULL,'','LINE',NULL,10,'','ea97f71d030be8e99686e4c006ac9302','',NULL),(12866,'en','sitepress','cb04bbfabbc2ab6d371b01d192d374de','Slides: link URL',NULL,NULL,'','LINE',NULL,10,'','b12e3bd0048646c069bd6187ac9fb1e9','',NULL),(12867,'en','sitepress','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'','LINE',NULL,10,'','440650fdf5524bc877018b3e0832c8ba','',NULL),(12868,'en','sitepress','2e8eac7494adcebc6facde3ae3221df9','Slug translation is currently disabled in WPML. %sClick here to enable.%s',NULL,NULL,'','LINE',NULL,10,'','2e93ca8f775b368522ca192e10d7ed2d','',NULL),(12869,'en','sitepress','661a78dc2e741fcfdc18b654a111da18','Slugs are currently not translated.',NULL,NULL,'','LINE',NULL,10,'','ba6352f3653cc72fe9d79a810085970e','',NULL),(12870,'en','sitepress','00297603e0fbaa65c182b1e4441a13ea','Slugs are currently translated. Click the link above to edit the translations.',NULL,NULL,'','LINE',NULL,10,'','0c9d0d0a96f86557997e7c5b3f053ea8','',NULL),(12871,'en','sitepress','945abba3029cd892a25f0c8325a02fd4','Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing.',NULL,NULL,'','LINE',NULL,10,'','2b245909c0bc01f56f0681ad7d384646','',NULL),(12872,'en','sitepress','2215e13371b12aa576b55d76148b71ba','Some features related to String Translations may not work correctly without utf8mb4 character.',NULL,NULL,'','LINE',NULL,10,'','6e687df482be9498cd188a50b5dd0ff7','',NULL),(12873,'en','sitepress','3730f9e24a00c8eebf5827138fc4df47','Some parameters are missing for this request.',NULL,NULL,'','LINE',NULL,10,'','ff062a82a55d913b683756bbff5026d9','',NULL),(12874,'en','sitepress','702de3f3350c291fa3a2db4fd6a3ac5f','Something went wrong and we could not install all updates from the %s channel. Click here to %stry again%s. If the errors persist, please switch back to the Production channel and contact the %s%s support%s.',NULL,NULL,'','LINE',NULL,10,'','f95c6228e5632a9b0fc6e9bae091b56d','',NULL),(12875,'en','sitepress','294dfc5e1bce0800c7e27ba9aeea7d9c','Something went wrong. Please try again or contact the support.',NULL,NULL,'','LINE',NULL,10,'','3df581bfae8fcfae1f5b83853a49e736','',NULL),(12876,'en','sitepress','a6122a65eaa676f700ae68d393054a37','Start',NULL,NULL,'','LINE',NULL,10,'','8235e249a85412478da26487685e7ae3','',NULL),(12877,'en','sitepress','660ecf768ccb7202254c14cb42246d3e','Started...',NULL,NULL,'','LINE',NULL,10,'','b2f143f4fbc78dcb8940dece40419288','',NULL),(12878,'en','sitepress','4309bf1578417b9f30fef73a904476d1','Starting number',NULL,NULL,'','LINE',NULL,10,'','c0107940631a0845b7abe00a23aa8bf1','',NULL),(12879,'en','sitepress','b640968b22f6549b5c0e8f01e06fab47','Starting the upgrade process...',NULL,NULL,'','LINE',NULL,10,'','3740b86921cdd452351be33ef2fbd11c','',NULL),(12880,'en','sitepress','8c6ce9f88970b966ef9f6d873083b7bf','Starting...',NULL,NULL,'','LINE',NULL,10,'','08e906acd42eb5737ad77da5b76e098f','',NULL),(12881,'en','sitepress','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','49bbd702fbdbfb3d052848899e86a6ac','',NULL),(12882,'en','sitepress','24a23d787190f2c4812ff9ab11847a72','Status:',NULL,NULL,'','LINE',NULL,10,'','1edcc9274fe6c446638e1e3a2a6d4ac7','',NULL),(12883,'en','sitepress','d8f6d391ba573fe747a3360afb99904d','Sticky',NULL,NULL,'','LINE',NULL,10,'','d5922a8335a003fa85902dc143fa8451','',NULL),(12884,'en','sitepress','54e617ddba4d66b2c2e57d6b6b1f8d48','Stop showing this message',NULL,NULL,'','LINE',NULL,10,'','4e005a43a20634d7f9794e03b4c6b534','',NULL),(12885,'en','sitepress','794077f9e93a516a2f6083bc5a6d8557','Store a language cookie to support language filtering for AJAX',NULL,NULL,'','LINE',NULL,10,'','fdca978e46febb28a10c13753325f915','',NULL),(12886,'en','sitepress','a2211522fef180e9ca3e9b3dba794dda','Strings for menus will be updated',NULL,NULL,'','LINE',NULL,10,'','14232e959dbd61a7140409d20ebf745f','',NULL),(12887,'en','sitepress','b5046be5ad379e5dfea840aa8e8136d5','Styling the language switcher with additional CSS',NULL,NULL,'','LINE',NULL,10,'','a3431ca9f40a8633b28e615ea771f7c3','',NULL),(12888,'en','sitepress','6b969ac8a1e3016f7e96b723808b883a','Subscribe form: Button Text',NULL,NULL,'','LINE',NULL,10,'','98aa0ca4bdcbb8c3ee11dfe4cf1fc1de','',NULL),(12889,'en','sitepress','2804a89d543f9190f98a505b9e00bae8','Subscribe form: Checkbox Text',NULL,NULL,'','LINE',NULL,10,'','5a29f438b5b97364b2e5c24139c27ead','',NULL),(12890,'en','sitepress','5b23385f6f93e45ce678e2054d3e2406','Subscribe form: Notification Subject',NULL,NULL,'','LINE',NULL,10,'','33c13946c2af99bfcae7c171df84a3e4','',NULL),(12891,'en','sitepress','b01b285967d1e085f240b564c8d7f55f','Subscribe form: Redirect Link',NULL,NULL,'','LINE',NULL,10,'','ac6f2cfe36ea6dbe275922a1554d3a3e','',NULL),(12892,'en','sitepress','b4a2812948421012585e869d7601ebac','Subscribe form: Success Message',NULL,NULL,'','LINE',NULL,10,'','7c6fd818b97e0540af940637da262692','',NULL),(12893,'en','sitepress','edb2526065b3e36d2cbcb71016d758da','Subscribe form: Terms and Conditions',NULL,NULL,'','LINE',NULL,10,'','9fd5f9fb7517ea0c616f3ebf5ba2e3da','',NULL),(12894,'en','sitepress','3c085e3de39c89059bf844a70afa4083','Subscription expired. You need to either purchase a new subscription or upgrade if available.',NULL,NULL,'','LINE',NULL,10,'','3903fcb222b9c5b1231c5b053c47a55e','',NULL),(12895,'en','sitepress','45db71178bad9b53e0d80ed9a9085a7c','Subscription is expired.',NULL,NULL,'','LINE',NULL,10,'','286236d093a3fe1fb329e41a33b7b248','',NULL),(12896,'en','sitepress','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,10,'','348bcb2619e368f26558d7e5eb3facfd','',NULL),(12897,'en','sitepress','bbc155fb2b111bf61c4f5ff892915e6b','Switch',NULL,NULL,'','LINE',NULL,10,'','4bf9f001d49f9ee447c334c6025e8050','',NULL),(12898,'en','sitepress','d8e87c0927539672f54462c837be0b7f','Sync',NULL,NULL,'','LINE',NULL,10,'','f97f32225517b233229c7a283ad99125','',NULL),(12899,'en','sitepress','593fa0e919d3ded6d1ab7ce047d47458','Synchronize comment status',NULL,NULL,'','LINE',NULL,10,'','a3f66a1ee28dc50d76d063d265806d01','',NULL),(12900,'en','sitepress','d63d32e3f0c0747d2f535ec9ccdbf127','Synchronize comments on duplicate content',NULL,NULL,'','LINE',NULL,10,'','77222be0ff700ad991af34b68f5ee99c','',NULL),(12901,'en','sitepress','e7f4e9a19e5e4f22df72869f670ff012','Synchronize menus between languages.',NULL,NULL,'','LINE',NULL,10,'','263b72b79fac746fd13d50ef8b404968','',NULL),(12902,'en','sitepress','6e84ce1f8ef66b35915930129c6fec96','Synchronize page order for translations',NULL,NULL,'','LINE',NULL,10,'','d46514c62321ed4af9438764c2df21bf','',NULL),(12903,'en','sitepress','ba0c96698b17ed714491159f69148e6f','Synchronize page template',NULL,NULL,'','LINE',NULL,10,'','e0e4b728314449f8c2eb492de81f4b9b','',NULL),(12904,'en','sitepress','3437d1e033a3253d7eba363cb3db3a8c','Synchronize password for password protected posts',NULL,NULL,'','LINE',NULL,10,'','d33b94701cfd881504fbd732e2d098b2','',NULL),(12905,'en','sitepress','e0feffaa46042657e3852fe523becc0d','Synchronize ping status',NULL,NULL,'','LINE',NULL,10,'','84c67b36686a45b90fc51614361ead53','',NULL),(12906,'en','sitepress','1c904ab97105640e193c59231c30b195','Synchronize posts format',NULL,NULL,'','LINE',NULL,10,'','b6961a7164631481b833d6b6c8b3f80f','',NULL),(12907,'en','sitepress','b2ccf8088eebb68c307e2b1cc3fe4944','Synchronize posts taxonomies',NULL,NULL,'','LINE',NULL,10,'','c794f117d081478c00d39b1170dfd6d0','',NULL),(12908,'en','sitepress','84ce2a8ad18eeedf3c40c1f10a1a9869','Synchronize private flag',NULL,NULL,'','LINE',NULL,10,'','b9752becf9dc715dedc3e971e9328ab6','',NULL),(12909,'en','sitepress','4256b9a4aa203db8bc068bb7a0c34ac7','Synchronize sticky flag',NULL,NULL,'','LINE',NULL,10,'','ca39cc9f7bad8df161c3ed4303b20ffb','',NULL),(12910,'en','sitepress','fdcd1bb44145c1729c60ec205e913a69','Synchronize taxonomy hierarchy according to: %1$s language.',NULL,NULL,'','LINE',NULL,10,'','3075f31a1a6575446c5565822a0417ae','',NULL),(12911,'en','sitepress','b33ec62bed7219d7e0353742af00bbc1','Syncing menus %1 of %2',NULL,NULL,'','LINE',NULL,10,'','228f6b6f8aa46f386d03da2bd583b213','',NULL),(12912,'en','sitepress','8f0dd5dd7dd508d8f42d033f7a3755fb','Tab Item Content',NULL,NULL,'','LINE',NULL,10,'','528299ba0c12b5def318125b7ca7c2ef','',NULL),(12913,'en','sitepress','2ccbb455fa893c77656c290dffef9a64','Tab Item Label',NULL,NULL,'','LINE',NULL,10,'','84846bb859becc6fa2a602609026ff4c','',NULL),(12914,'en','sitepress','30427bb8029810387089aa7666eda48b','Tabs: Content',NULL,NULL,'','LINE',NULL,10,'','598d96cf7997e279d4828a7ff68e6676','',NULL),(12915,'en','sitepress','beaae7f29e5a021aba1d14e001e04f82','Tabs: Title',NULL,NULL,'','LINE',NULL,10,'','7a5862797e7ca708a44cf8a90581252e','',NULL),(12916,'en','sitepress','22e64027c37d5c88d1eae2cc91ce4e63','Tabs: content',NULL,NULL,'','LINE',NULL,10,'','fad84c5b314d5872f5655a0b4dc711d7','',NULL),(12917,'en','sitepress','e707fdf2b70ebca75aa4cc9394d8d9ca','Tabs: label',NULL,NULL,'','LINE',NULL,10,'','8aa79830c1551555b769c4c9a1388519','',NULL),(12918,'en','sitepress','4ebca967afc5cf51bf0acd4ef0e2449d','Target Language',NULL,NULL,'','LINE',NULL,10,'','92d985dec37b7daf70761a4222f63fee','',NULL),(12919,'en','sitepress','81af2b3bae7db50e63b13bc77ae8c873','Taxonomies Translation',NULL,NULL,'','LINE',NULL,10,'','2968bf3283cd47d806b46ccc05d7a26e','',NULL),(12920,'en','sitepress','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'','LINE',NULL,10,'','8880904e94d7c25401d71ac156d46a5c','',NULL),(12921,'en','sitepress','c051d5e369372090b6ccbc4b2d4e09f0','Taxonomy Translation',NULL,NULL,'','LINE',NULL,10,'','55d11032d9a4dfcf2ccf920259609d51','',NULL),(12922,'en','sitepress','3a82e14149f219884943689e2bc259f0','Taxonomy translation',NULL,NULL,'','LINE',NULL,10,'','d814acccfa3a7aee58cf7ff43fb41fdf','',NULL),(12923,'en','sitepress','dad634dfd40fe4b1c1b0cf02bcde1b82','Technical support for clients is available via %sWPML forums%s.',NULL,NULL,'','LINE',NULL,10,'','940bb3543fe42ee9a4ceabe52ce71ed9','',NULL),(12924,'en','sitepress','d9aa407c08439172a4f780f91152572c','Tell me more',NULL,NULL,'','LINE',NULL,10,'','62b73d5a23e7774c8b268eb2aa7b62b2','',NULL),(12925,'en','sitepress','990caaed8e9f8c2e00dfe150c8dc19b8','Tell the world your site is running multilingual with WPML (places a message in your site\'s footer) - <a href=\"%s\">read more</a>',NULL,NULL,'','LINE',NULL,10,'','98db7034caf88bf0cfb73a92b7534489','',NULL),(12926,'en','sitepress','8d75d412c95b2f1a5af24c5e27087b95','Term translation',NULL,NULL,'','LINE',NULL,10,'','c365865491b015a87a7f8e70d86a7883','',NULL),(12927,'en','sitepress','d4d703ae3bee2e24fe1dd9fa549a77b8','Testimonial Carousel: Content',NULL,NULL,'','LINE',NULL,10,'','b385257fd0c45389308eb4a6b1f24c27','',NULL),(12928,'en','sitepress','d9d0f4b067d29abf404e9663b23b7c29','Testimonial Carousel: Name',NULL,NULL,'','LINE',NULL,10,'','ce69b1af0a18df555f71af6f7fee7653','',NULL),(12929,'en','sitepress','a003c8b0b8e303036dbd6e7482037961','Testimonial Carousel: Title',NULL,NULL,'','LINE',NULL,10,'','e3f3dfc63036ea829a1aede9665ad493','',NULL),(12930,'en','sitepress','3ece3990f3c36ff499b6923cb974bcac','Testimonial content',NULL,NULL,'','LINE',NULL,10,'','157a2ab0929f04b732e18d6dcdfd330b','',NULL),(12931,'en','sitepress','24bbdd12eb45a434b41ae4684a02cdd5','Testimonial job',NULL,NULL,'','LINE',NULL,10,'','7cc445d3dd46ea67c6b6b5345c4b9977','',NULL),(12932,'en','sitepress','f04f49cf06712e82e17208c1be98a8f8','Testimonial name',NULL,NULL,'','LINE',NULL,10,'','862d7e82093d2c1985123c4eb1ca2821','',NULL),(12933,'en','sitepress','d1d471c5e99fb34dfa867f6db0e8ab32','Testimonial: Heading',NULL,NULL,'','LINE',NULL,10,'','fb0c79071ef3ba29bc0e2d57cdbee1ff','',NULL),(12934,'en','sitepress','e0f1691bdb67d9859e5a6a8d7c26e6a1','Text Editor',NULL,NULL,'','LINE',NULL,10,'','71df48a5047683305524425fc93a26db','',NULL),(12935,'en','sitepress','846d05c076b01583c950094de1ca3ab7','Text content',NULL,NULL,'','LINE',NULL,10,'','5abce04914527d75ee5c821cbac93de9','',NULL),(12936,'en','sitepress','259e2d00e1b94ef52287f9c94c5a7c18','Text editor',NULL,NULL,'','LINE',NULL,10,'','07558a3e2b7571bfae5eded90af47135','',NULL),(12937,'en','sitepress','3d8ba9eb4b9b258f49de640873b6f132','Text for alternative languages for posts:',NULL,NULL,'','LINE',NULL,10,'','05b4f087116773f9bc2b742d06e9f1b3','',NULL),(12938,'en','sitepress','21b2fdd3a9c96a523f8b5d0829dcad43','Thank you for choosing. You can always change your selection in %sPost Types Translation setup%s.',NULL,NULL,'','LINE',NULL,10,'','d8ba222296d5f1dcf933f6faf2485c63','',NULL),(12939,'en','sitepress','8c178c8b0f80cf615ff0880bacc93e81','Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.',NULL,NULL,'','LINE',NULL,10,'','724d50fe780273a9d4f7468a72fd2088','',NULL),(12940,'en','sitepress','b6f8543349136e72ee7f122b981cae3d','Thank you for your rating and comment!',NULL,NULL,'','LINE',NULL,10,'','8388f0091b1b858a8e26a12aac585ed9','',NULL),(12941,'en','sitepress','919c04c4543dc8de295535716bf0cdf4','Thank you for your rating!',NULL,NULL,'','LINE',NULL,10,'','1211aa24870e99dff2c567285322ada7','',NULL),(12942,'en','sitepress','9f9d85adabae419d7bc49e1873dde8d7','The \'Reset\' action will deactivate the WPML plugin after it deletes the WPML tables (tables with the \'icl_\' prefix) from the database.\\n\\t\\t\\tThe action will NOT delete any content (posts, taxonomy terms etc.).\\n\\t\\t\\tIt only affects translation and language information that WPML associates with each content type.',NULL,NULL,'','LINE',NULL,10,'','917cf460fabc8863f041e539a4908c38','',NULL),(12943,'en','sitepress','51513e85a27a8ded6b242806d3e34190','The Language code already exists.',NULL,NULL,'','LINE',NULL,10,'','a173aef996d0ed709de6c635ad6d2f0b','',NULL),(12944,'en','sitepress','81f87701bb3947165bb778bd1393eca3','The Language name already exists.',NULL,NULL,'','LINE',NULL,10,'','21061022633740264e6dbfe3c0ee1133','',NULL),(12945,'en','sitepress','96070a3b2e1989ea034a8015d555f143','The Media Translation plugin needs to add languages to your site\'s media. Without this language information, existing media files will not be displayed in the WordPress admin.',NULL,NULL,'','LINE',NULL,10,'','006f2c4a8730027b4b123edf92265910','',NULL),(12946,'en','sitepress','20fd66c3c48730b0e94e20875847c825','The URL of the HTML file is required',NULL,NULL,'','LINE',NULL,10,'','8fb61ff9213e0c6288c3e264d1a050e8','',NULL),(12947,'en','sitepress','1177b9cf96364f03a4f9b5e7f6663a98','The WPML Multilingual CMS plugin is not currently enabled.',NULL,NULL,'','LINE',NULL,10,'','8382cda977c18db1f29409adfdda1db3','',NULL),(12948,'en','sitepress','4105cbedd35551c56196a1036538d349','The WPML Page Builders plugin that you\'re using is now part of WPML.',NULL,NULL,'','LINE',NULL,10,'','10021ee37f19158e8b03a806ede71f6a','',NULL),(12949,'en','sitepress','e80471f4e13012427c0751bb3cc29d36','The WPML plugin can send a list of active plugins and theme used in your site to wpml.org. This allows our support team to help you much faster and to contact you in advance about potential compatibility problems and their solutions.',NULL,NULL,'','LINE',NULL,10,'','4d03fa0c6163eda2e0b22584286bcc3d','',NULL),(12950,'en','sitepress','e4de83c69315772d77e33cb33d437610','The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers.',NULL,NULL,'','LINE',NULL,10,'','826f70c9479759162d43efad5bab5e9f','',NULL),(12951,'en','sitepress','fa4784385ca8cf28fb8ff8d97e656379','The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers.',NULL,NULL,'','LINE',NULL,10,'','5df4f7d91625617c2c2d47ecda257f8f','',NULL),(12952,'en','sitepress','2d5999669e0d2373fb9b9af28f643934','The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it.',NULL,NULL,'','LINE',NULL,10,'','995c13c3b4c0db3513707f017be7caeb','',NULL),(12953,'en','sitepress','114108d89e71bc667a56c405f87cd7b1','The button is disabled because there are no registered widget areas in the site.',NULL,NULL,'','LINE',NULL,10,'','6714a7d66c0219ebd88615789367f696','',NULL),(12954,'en','sitepress','883e9d635ab68e8854134dc431a252fb','The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content.',NULL,NULL,'','LINE',NULL,10,'','2c966110781bcb412955015968a7a90e','',NULL),(12955,'en','sitepress','6a3b440d59158d5590033a7bea743bf2','The data will be encrypted with the %s algorithm.',NULL,NULL,'','LINE',NULL,10,'','115890dbb8ab5a27542722fa0289bf13','',NULL),(12956,'en','sitepress','38fda5ca02ec30ba65532602f88c2580','The default locale already exists.',NULL,NULL,'','LINE',NULL,10,'','b166d3d45ffd26cf5186a2b329f1cac4','',NULL),(12957,'en','sitepress','53de268f1a918e59cbe6154e55c2e812','The eval() PHP function must be enabled.',NULL,NULL,'','LINE',NULL,10,'','30844421953a77153a8893e38bb1b03e','',NULL),(12958,'en','sitepress','a7d2b14b77b3be62fc3db9f0220b7216','The expected value is: %s',NULL,NULL,'','LINE',NULL,10,'','d0b87afa554d56cb6f1d44117dd62e0a','',NULL),(12967,'en','sitepress','cfc26a8a3130fdd78b28a7fe5c48b739','The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host.',NULL,NULL,'','LINE',NULL,10,'','d3f2d7828b7fe5503652bb2d18befd3a','',NULL),(12968,'en','sitepress','17e67d84f36414ec696ce835a281c70e','The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was\\n used, however, the PECL version is no longer recommended to be used or updated. (source: ',NULL,NULL,'','LINE',NULL,10,'','186a1596fb14512edbbd9dd996c8df14','',NULL),(12969,'en','sitepress','f98c53c8521656e91fd0b457c0823912','The following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','7d99dc9363856462de6aa7dd9ba2b3b2','',NULL),(12970,'en','sitepress','f57f84b8a26f9d21c9c55564eecec33b','The following exception has occurred while running the migration, please try again later or contact support if the problem persists.',NULL,NULL,'','LINE',NULL,10,'','49e77c199a99d576361a5e41718dc552','',NULL),(12971,'en','sitepress','4fc1f29ca944eff039b43d494481891a','The following terms do not have a translation in the chosen language and will be disconnected from this post:',NULL,NULL,'','LINE',NULL,10,'','f1d774500072be36acf6c7c43e3496af','',NULL),(12972,'en','sitepress','5494aa7acede5073d9c65b02aa54a249','The hreflang already exists.',NULL,NULL,'','LINE',NULL,10,'','c910d3f50b7b540f2fc23a70a47ead30','',NULL),(12973,'en','sitepress','b834ad65c5e16982363ae2ef9396f816','The language %s was deleted.',NULL,NULL,'','LINE',NULL,10,'','0aaa935b8757cccff2d4fdae69fa7018','',NULL),(12974,'en','sitepress','8e309bdf3450d78f8f6bb024b3a0f27a','The menus on this page may not sync because it requires more input variables. Please modify the %s setting in your php.ini or .htaccess files to %s or more.',NULL,NULL,'','LINE',NULL,10,'','2df5fcbfccedd46a0a7c886db734733e','',NULL),(12975,'en','sitepress','9212a74b5ce2367bfdbd4071b228bea6','The plugins will update to the most recent version in the channel that you selected.',NULL,NULL,'','LINE',NULL,10,'','97af6c330c1036c9b3da8b195431df2c','',NULL),(12976,'en','sitepress','52ce05e7f953a36b0d678161b7e71680','The remote XML Config Log is empty',NULL,NULL,'','LINE',NULL,10,'','772a7346bb121b235492c9122882df2d','',NULL),(12977,'en','sitepress','3d6524b613cba739bfa6f2510f7a5009','The selected menus have been synchonized.',NULL,NULL,'','LINE',NULL,10,'','fd6496ae50e6afde339f769ebbf61937','',NULL),(12978,'en','sitepress','f1d805ef38f9133ae025102f2dfb746c','The selected strings can now be translated using the %s string translation %s screen',NULL,NULL,'','LINE',NULL,10,'','0f3934eda35e04c1c0c39a2949374063','',NULL),(12979,'en','sitepress','3b4ed993e547b60e0331fc480fb8cbec','The taxonomy hierarchy is already synchronized.',NULL,NULL,'','LINE',NULL,10,'','679a40fd6c2cef276de92e86fe30903c','',NULL),(12980,'en','sitepress','832dd8ed3212891e57f972225a83ae46','The taxonomy hierarchy is now synchronized.',NULL,NULL,'','LINE',NULL,10,'','f36ed3bdd0cb8bb824b3c9bc7584ebf9','',NULL),(12981,'en','sitepress','60bbe8512e8b83ee0a6f73d49a56277c','The translation preference for this field are being controlled by a language configuration XML file. If you want to control it manually, remove the entry from the configuration file.',NULL,NULL,'','LINE',NULL,10,'','8615622687cfff267fbb05ccfc06f78e','',NULL),(12982,'en','sitepress','ce91676d43e44cd0467a6402a85b5b22','The trashed feedback will be permanently deleted after %d days.',NULL,NULL,'','LINE',NULL,10,'','0dcdc17fa3bae57e8eb2ab78092e8bdd','',NULL),(12983,'en','sitepress','79da5117bca36478a439d3895ff18db8','The upgrade is complete.',NULL,NULL,'','LINE',NULL,10,'','a8200a7d9d7a1587e7762cb744a03e93','',NULL),(12984,'en','sitepress','c575f7bf38ec3bb1264da3485484076b','The uploaded file exceeds %s bytes.',NULL,NULL,'','LINE',NULL,10,'','227740caa07eba7b62cd7fc5d8310eba','',NULL),(12985,'en','sitepress','827ac42f1bc60fab16ae517ddb410e31','The uploaded file exceeds the upload_max_filesize directive in php.ini.',NULL,NULL,'','LINE',NULL,10,'','8333144aa291dbe4bf0e0a359410a176','',NULL),(12986,'en','sitepress','4f12b222c9659d62afa795987259933f','The uploaded file was only partially uploaded.',NULL,NULL,'','LINE',NULL,10,'','3b83b8b7923dfeb013c5a2361a4f1921','',NULL),(12987,'en','sitepress','8ad7935feecb32f401368ba8e993aec6','The web server cannot write to the .htaccess file',NULL,NULL,'','LINE',NULL,10,'','b8263682bba7b0ba51af2efbb0ea296e','',NULL),(12988,'en','sitepress','261103852bc542a011c314853855825a','Theme and Plugins compatibility with WPML',NULL,NULL,'','LINE',NULL,10,'','d1d221d0a0c363bccee9d1ab006786e1','',NULL),(12989,'en','sitepress','66d51c62b5513b334c03f92f4d7c9268','Theme and plugins localization',NULL,NULL,'','LINE',NULL,10,'','075e022247ec2af927729ebdcfb645c0','',NULL),(12990,'en','sitepress','bc19734a9ad0183838f75f410e5f9e86','Theme and plugins reporting',NULL,NULL,'','LINE',NULL,10,'','02ad8b42ef1858b60b8dfc5ffcf7053d','',NULL),(12991,'en','sitepress','45577eedb5b09cbd2e99059659a88118','There are no templates available.',NULL,NULL,'','LINE',NULL,10,'','571d92ca296b7783ad575cfd57c83e63','',NULL),(12992,'en','sitepress','5a476ce9bf2979be4cf10c77e3e45063','There is content in the following languages but it won\'t be visible on the site because those languages are not activated.',NULL,NULL,'','LINE',NULL,10,'','93dd81d6b5d05eecb69aa8fb3e87555c','',NULL),(12993,'en','sitepress','74257c3fb573570ab3527852025afdec','There was a problem switching to the %s channel. You can %sretry%s. If the problem continues, please %sdownload %s%s and install again manually',NULL,NULL,'','LINE',NULL,10,'','665558fd3401790218b57cf19bed3075','',NULL),(12994,'en','sitepress','5d3108593ff1a4c6c0821d8a9f10fd2b','There was an error uploading the file, please try again!',NULL,NULL,'','LINE',NULL,10,'','23050d18e4dbffdbc38a9e3fa22a1189','',NULL),(12995,'en','sitepress','6a195c0b7b8abfe6c033dd0815047128','These languages are enabled for this site:',NULL,NULL,'','LINE',NULL,10,'','3e61d85129e713453b63d942c668ebcb','',NULL),(12996,'en','sitepress','459c348ed265609bc5bb0280bb2ecb27','These plugins are known to have compatibiliy issues with WPML:',NULL,NULL,'','LINE',NULL,10,'','782fd1cc9bab11059ae4251e39da8cf8','',NULL),(12997,'en','sitepress','09b27d9390d0d824e5f60c354710ab16','This action is not allowed',NULL,NULL,'','LINE',NULL,10,'','ba726064a71f0c91efd137729930fcbc','',NULL),(12998,'en','sitepress','f87309fc95b25b65b0fb97a8dac5120b','This allows to search for content in a specific language only.',NULL,NULL,'','LINE',NULL,10,'','3c4b61c4b1c1659f252de2a6cbfdbacf','',NULL),(12999,'en','sitepress','250c5f81b0a3c6493ea957cdce0f0bb9','This can be a result of either:',NULL,NULL,'','LINE',NULL,10,'','e47c9a22aa88867323952530fcfa69d5','',NULL),(13000,'en','sitepress','97ef08335c8082f7cd7ebd862ab1187e','This document is a duplicate of %s and it is maintained by WPML.',NULL,NULL,'','LINE',NULL,10,'','87562bfe33f81a9345e3426c834ad497','',NULL),(13001,'en','sitepress','0d5a5ff17fcaa29e5a55c2ea5981fa34','This feature turns themes into multilingual, without having to edit their PHP files.',NULL,NULL,'','LINE',NULL,10,'','f10da63695851d3504145abd43e56ba3','',NULL),(13002,'en','sitepress','4d54ad1ccacc84396989ee1618b5bfd7','This feature uses Javascript. Make sure that your site doesn\'t have JS errors.',NULL,NULL,'','LINE',NULL,10,'','014e4a1e9bc698787663d45d50d62a9f','',NULL),(13003,'en','sitepress','9a6065694e571f3b768acc1f8896110f','This function is available through the Network Admin section.',NULL,NULL,'','LINE',NULL,10,'','85ab67a2ef7ff2f651c4d7f9bd2ed8f3','',NULL),(13004,'en','sitepress','d818ecf7daaf72de44b94570f53f5e3f','This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included.',NULL,NULL,'','LINE',NULL,10,'','aff9b2a2e994b983eea340971330d4e2','',NULL),(13005,'en','sitepress','c5fb25554cd827a5fa63312bec1ab845','This is a translation of',NULL,NULL,'','LINE',NULL,10,'','eacd04d297189d9a27f1c3c468c2be44','',NULL),(13006,'en','sitepress','ccc36d58426900d43691929f754bf20a','This is the order in which the languages will be displayed in the language switcher.',NULL,NULL,'','LINE',NULL,10,'','ca8918e6f56ad6f088278e29a81b844c','',NULL),(13007,'en','sitepress','cbcd39dfb7a3747d13e74b645fded97d','This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to your profile.',NULL,NULL,'','LINE',NULL,10,'','15de21329f6d37c8c1e5ef2c06d2c674','',NULL),(13008,'en','sitepress','ff2f5b2087b4edaaf483fe1f813d5eea','This may solve issues like missing languages in the language switcher.',NULL,NULL,'','LINE',NULL,10,'','c39c622ef10b5a2301f1d5b0525f09d4','',NULL),(13009,'en','sitepress','6631b47c765bf048c0ea10322adfc799','This means that %s isn\'t yet aware of the problem in the translation and cannot fix it.',NULL,NULL,'','LINE',NULL,10,'','7c1247cb2731add8ab8b569b62be7301','',NULL),(13010,'en','sitepress','f93f9e8efbed23e1b5d380d0b5184976','This normally takes a few seconds, but may last up to several minutes of very large databases.',NULL,NULL,'','LINE',NULL,10,'','c433e60cbf4a69f6d4705bcc2fcd9b9d','',NULL),(13011,'en','sitepress','8cf9066ae77e9e97511c324d9c18a4b4','This operation copies the content from the original language onto this translation. It\'s meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there\'s no content in the editor.',NULL,NULL,'','LINE',NULL,10,'','da1064f6c5c591eb72aa5371299ddf45','',NULL),(13012,'en','sitepress','c88bed4a3244332c32de0326e1408b65','This operation will remove WPML\'s language table and recreate it. You should use it if you just installed WPML and you\'re not seeing a complete list of available languages.',NULL,NULL,'','LINE',NULL,10,'','c5295edea5222ebf893efa4a6e792b92','',NULL),(13013,'en','sitepress','ea7993a42bebd2adc8b6a4bcc3915896','This operation will reset WPML\'s language tables and reinstall it. Any custom languages that you added will be removed.',NULL,NULL,'','LINE',NULL,10,'','c1a3cab98773cec3dcd3be14e6ff1e5c','',NULL),(13014,'en','sitepress','1a6e190df5b5de5d270f4c1d1a1117d8','This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It\'s meant when you want the content in this language to always be the same as the content in the original language.',NULL,NULL,'','LINE',NULL,10,'','c3c863ad44bc3c9625a16cac708aedb8','',NULL),(13015,'en','sitepress','03ac69eab4f8d0964ab0f11d5845083c','This option is not yet available for Multisite installs',NULL,NULL,'','LINE',NULL,10,'','3bf635a553200a585d4f602efd38afb5','',NULL),(13016,'en','sitepress','eacb8986461579a689a376dabfdaa62a','This page does not have a language since it\'s the site\'s root page.',NULL,NULL,'','LINE',NULL,10,'','2cb817a669ec93fb8dc5ca110e4df6d9','',NULL),(13017,'en','sitepress','c1d22a7eaeb6cb8d4ad9dcb1b45f374d','This page lets you install plugins and update existing plugins. To remove any of these plugins, go to the %splugins%s page and if you have the permission to remove plugins you should be able to do this.',NULL,NULL,'','LINE',NULL,10,'','953920858f44999a503ec4cdd7d78726','',NULL),(13018,'en','sitepress','b5e9ed5b5b93f3ab1429446d52ac9566','This page was translated from:',NULL,NULL,'','LINE',NULL,10,'','f25b3bb34f25dbb221a4c2987ff7529a','',NULL),(13019,'en','sitepress','6fe00b9c04ff47f8bd9688a16da09d67','This post is already duplicated.',NULL,NULL,'','LINE',NULL,10,'','6f98e36e6823ace80f81d40e1381dbe2','',NULL),(13020,'en','sitepress','a49b2c83764f853bcc0525a2d3cd9ba8','This post is also available in: ',NULL,NULL,'','LINE',NULL,10,'','8a10483b2f44341cf6de2f6a86d6ad8c','',NULL),(13021,'en','sitepress','3b174cb779af369e3ec93f851274f187','This post is also available in: %s',NULL,NULL,'','LINE',NULL,10,'','920b32febd5fed88770d3aaade71f196','',NULL),(13022,'en','sitepress','752eb3d64990f4f620d42c0b881f0794','This screen contains the language settings for your site.',NULL,NULL,'','LINE',NULL,10,'','3457da41cc2c39e09ce864d1b5a59b5e','',NULL),(13023,'en','sitepress','0cb562e52e7a5e5955fa5cdb4c8134b9','This setting is controlled by a wpml-config.xml file. Click here to unlock and override this setting.',NULL,NULL,'','LINE',NULL,10,'','70ddf3e864605228deb264533021544c','',NULL),(13024,'en','sitepress','b707c03db0eca01a48965ce9a37076e1','This term has additional meta fields:',NULL,NULL,'','LINE',NULL,10,'','8b7942c3f66ab2a48bafaac283a4a5c5','',NULL),(13025,'en','sitepress','d4cd88720ebe13337bd81ed95b6a2bff','This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links.',NULL,NULL,'','LINE',NULL,10,'','a06e994b8a036d64d51399662d419317','',NULL),(13026,'en','sitepress','522f7efa91677a64b3bbdaa6ebb92845','This translation is currently in the trash. You need to either %s or %s it in order to continue.',NULL,NULL,'','LINE',NULL,10,'','ad4f95516610fec278df85048ba4fad8','',NULL),(13027,'en','sitepress','47906c3b95404e590ef492b3b52327fd','This version of WPML includes major updates and improvements.',NULL,NULL,'','LINE',NULL,10,'','0656a5f9a2d5e4dd33f0e2e5a40e3349','',NULL),(13028,'en','sitepress','7cfbea90dab84cc7ee6c751eaac24dcd','This version of WPML will only receive security fixes for the next 12 months',NULL,NULL,'','LINE',NULL,10,'','f6a5e894d970479ef253cc642ed57412','',NULL),(13029,'en','sitepress','fd40510c69e32da19a2d4eba727ff21c','This warning will disappear once this issue is fixed.',NULL,NULL,'','LINE',NULL,10,'','a9e7ec7beb7b6dc394f8549efdd22d82','',NULL),(13030,'en','sitepress','ed35958bee4047604ef721fdde0834a5','This will assign the same taxonomy terms as the source for each post translation.',NULL,NULL,'','LINE',NULL,10,'','3ff4488cd133bc82f64982b08143242c','',NULL),(13031,'en','sitepress','d7df6a880e17a0979273ff581c5faa78','This will be the last version of WPML which works with the currently installed PHP version',NULL,NULL,'','LINE',NULL,10,'','26b8e4374b161e1c61d03032edea1876','',NULL),(13032,'en','sitepress','cbccf86299d8cfeaff59361a59a67b69','This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.',NULL,NULL,'','LINE',NULL,10,'','e2c0e5bbbd6457c803474f4dc39c151b','',NULL),(13033,'en','sitepress','3c6575a445719d1767dff0c164c4c755','This will check for comments that have a language different than the content they belong to. If found, we can delete these comments for you. We call these \'orphan comments\'.',NULL,NULL,'','LINE',NULL,10,'','5b4318b903d76aa11ab5d04a79a821bc','',NULL),(13034,'en','sitepress','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,10,'','b590757b1a797089548d57144268b4bb','',NULL),(13035,'en','sitepress','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'','1a68471860a8d030db6a57e7c325b00d','',NULL),(13036,'en','sitepress','29f312ff79d4fd04063b29ee32f073fa','To add categories that already exist in other languages go to the <a%s>category management page</a>',NULL,NULL,'','LINE',NULL,10,'','96eb444f03e8796dd9264aca5a7d1dc5','',NULL),(13037,'en','sitepress','c651e83a2167e94ab1785c78c8d3d8b4','To enable it, either you or your host will need to open your website\'s php.ini file and either:',NULL,NULL,'','LINE',NULL,10,'','64c9fca4e849e222caace8ce3a2b4086','',NULL),(13038,'en','sitepress','cffbb52746cad22b5041f7fdcdb19aae','To ensure and improve the security of your website, WPML makes use of the ',NULL,NULL,'','LINE',NULL,10,'','14a6154520eac71affabbabdf4687158','',NULL),(13039,'en','sitepress','9fdf791efcec61e52669c0af5a321fa6','To fix, open \"%s\" and set the \"default locale\" values as shown above.',NULL,NULL,'','LINE',NULL,10,'','884152f895d3784c43e36b37fb905bcc','',NULL),(13040,'en','sitepress','4af9cfbc867e6da014fe786aadd10990','To get automatic updates, you need to register %s for this site. %sRegister %s%s',NULL,NULL,'','LINE',NULL,10,'','1b2071078ad41fc62659e9cdbef045ae','',NULL),(13041,'en','sitepress','11b8a6d423bbdc2a26d059eed0d401a5','To install and update %s, please %sregister%s %s for this site.',NULL,NULL,'','LINE',NULL,10,'','aa9c8e34b1c8f9191f2cdc8079203b47','',NULL),(13042,'en','sitepress','7a5fce0bf38eb6ee0731a8daf82a4400','To learn more, please visit our documentation page about %s.',NULL,NULL,'','LINE',NULL,10,'','85953de95d17a365738950479cd3c699','',NULL),(13043,'en','sitepress','5e9c6619c5644e7e202b7f5f25566793','To select different update channels (beta, development) you must update your existing products to their most recent stable versions.',NULL,NULL,'','LINE',NULL,10,'','2dcf28e726fb5e2b60282571be4aa220','',NULL),(13044,'en','sitepress','983df6ffac220a8d21ac9fc9be0a3df1','To synchronize values for translations, you need to enable WPML\'s Translation Management module.',NULL,NULL,'','LINE',NULL,10,'','4b0ff3bb31288ad048c17254517b9cb3','',NULL),(13045,'en','sitepress','2758c8a2e980498a682984a729060694','To translate taxonomy labels and slug you need %s plugin.',NULL,NULL,'','LINE',NULL,10,'','39a4c649988499a2b74b7dbdcb9cc7dd','',NULL),(13046,'en','sitepress','d9a752af94148399176591a83842bff8','Toggle: Content',NULL,NULL,'','LINE',NULL,10,'','1c012ac941de5f4cef2d02e6c18c1cdc','',NULL),(13047,'en','sitepress','b32e0c438ff5f8cc92dbe0ede95db350','Toggle: Title',NULL,NULL,'','LINE',NULL,10,'','ae98b906f871952fed5083a7baa22fa9','',NULL),(13048,'en','sitepress','f7b0d5e6ab019a71987397db23c36aac','Toolset API server',NULL,NULL,'','LINE',NULL,10,'','86e637036407609adb94bdde5ba24b04','',NULL),(13049,'en','sitepress','267344990aa76b6a1a74764b6437104a','Toolset remote products file',NULL,NULL,'','LINE',NULL,10,'','ae8fdbd22121d183f71787513f4900fc','',NULL),(13050,'en','sitepress','cd9e85de5dee3e9530ac2f289fd61281','It requires a call to each of the site\'s language domains on both log-in and log-out, so there\'s a small performance penalty to using it.',NULL,NULL,'','LINE',NULL,10,'Tooltip: Auto sign-in and sign-out users from all domains','8347864ce74c6c50a0a13d1a0a3b1102','',NULL),(13051,'en','sitepress','2e3d7b0e7369c1226b9985c440c1cdfd','This feature allows the theme and plugins to work correctly when on sites that use languages in domains.',NULL,NULL,'','LINE',NULL,10,'Tooltip: Auto sign-in and sign-out users from all domains','ec75cd3ba36017b19f6fec2e1c48feab','',NULL),(13052,'en','sitepress','96b0141273eabab320119c467cdcaf17','Total',NULL,NULL,'','LINE',NULL,10,'','0cba983a639c7ec942e79f8d4a5df131','',NULL),(13053,'en','sitepress','b3a58edf4471fbe38f2e54acb6b741c8','Translatable - only show translated items',NULL,NULL,'','LINE',NULL,10,'','d98bc182a36c47a04296c29c41e1bca0','',NULL),(13054,'en','sitepress','c5024660ab996c81028c3c9416b83016','Translatable - use translation if available or fallback to default language',NULL,NULL,'','LINE',NULL,10,'','dbfb714c0706829250144d0c3a7b4614','',NULL),(13055,'en','sitepress','a1b668b1c859cef4cc55e743de467cc4','Translatable custom posts linking',NULL,NULL,'','LINE',NULL,10,'','e8062834ad68b1094af6adc697d3227e','',NULL),(13056,'en','sitepress','d4a3a657d630bb8cdc17d42b461a8783','Translatable taxonomies linking',NULL,NULL,'','LINE',NULL,10,'','aabfdc443584ea06130f835af3826863','',NULL),(13057,'en','sitepress','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'','LINE',NULL,10,'','ba8b08b0bdd3d710c14e46dd1f133a9a','',NULL),(13058,'en','sitepress','0849c36f738b9bd0b8166fc3fabdd316','Translate existing media in all languages',NULL,NULL,'','LINE',NULL,10,'','23c80166b9b7080db053c144d167e9e6','',NULL),(13059,'en','sitepress','7e3561864f23aec09e56733f2fcffff9','Translate independently',NULL,NULL,'','LINE',NULL,10,'','288604b93e2d19496ad4b80ce35469d6','',NULL),(13060,'en','sitepress','9ac5b65a02cac7f7841468acde48896c','Translate menu strings and URLs for:',NULL,NULL,'','LINE',NULL,10,'','29effbc0d8c9a99b0fee78f23d5b9f36','',NULL),(13061,'en','sitepress','6f41c1904abb61924af662d47e2348c0','Translate themes and plugins using WPML\'s String Translation and always load .mo files as backup',NULL,NULL,'','LINE',NULL,10,'','cc00b7fec5c0ae3fd42584e797801f5f','',NULL),(13062,'en','sitepress','a57f950fed7c8f2c21099b3e073fda9c','Translate themes and plugins using WPML\'s String Translation only (don\'t load .mo files)',NULL,NULL,'','LINE',NULL,10,'','82b369c9238fd3de29d4ca8c36f706a5','',NULL),(13063,'en','sitepress','14470c430cab0c6500068acdea99d7a3','Translate this Document',NULL,NULL,'','LINE',NULL,10,'','62aee2e9ea129ec935bc47faae169576','',NULL),(13064,'en','sitepress','0bf92e714431b5622b8cdbbcc2669628','Translated by:',NULL,NULL,'','LINE',NULL,10,'','beaa3d7f759ac83d8a129baeddf93d12','',NULL),(13065,'en','sitepress','eee190733422d05d804f4ed0f3c8078a','Translated post',NULL,NULL,'','LINE',NULL,10,'','ec60ad1ad310263d37f2fff0e4d8eb98','',NULL),(13066,'en','sitepress','44863f8c8a9d30b5fc7b63802ca24c38','Translating %s? Use the %s table for easier translation.',NULL,NULL,'','LINE',NULL,10,'','8e2d95bb8ff94d7fb896a14e66f56805','',NULL),(13067,'en','sitepress','776d78f6adb82b2dfb77e7c5dc1a3906','Translating media. %d left',NULL,NULL,'','LINE',NULL,10,'','34ee5090aaaf8e9336e58b7eb7476a60','',NULL),(13068,'en','sitepress','e335a45b361005952f3259dc8343bd3e','Translating media: done!',NULL,NULL,'','LINE',NULL,10,'','1179ce5f31e1366d7b4ac03dd7859245','',NULL),(13069,'en','sitepress','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'','LINE',NULL,10,'','6dbbdb6ad0ecf9dab596d235766fc66c','',NULL),(13070,'en','sitepress','4f0998be77689bcecae1014e0573e396','Translation (new)',NULL,NULL,'','LINE',NULL,10,'','bc38a3617ea96f57119023d61ef6bb54','',NULL),(13071,'en','sitepress','f8341b0f8b2d09a49671b9770bdfa308','Translation Feedback',NULL,NULL,'','LINE',NULL,10,'','06235365711cf73f44457d3d201f7610','',NULL),(13072,'en','sitepress','4234227f6741dd24e244abaa885409be','Translation Feedback button on front-end:',NULL,NULL,'','LINE',NULL,10,'','5fec0a47535e272f51455127ca3055f1','',NULL),(13073,'en','sitepress','a586bf106a67ebeee9317e669b10081d','Translation entry not found for: %d',NULL,NULL,'','LINE',NULL,10,'','b63ff6b9208fc5910c340bb37fc904e0','',NULL),(13074,'en','sitepress','668240dc2a2a0611511e4dc1f895468a','Translation fixed',NULL,NULL,'','LINE',NULL,10,'','b5cca03e0cc08140819ea402e307a262','',NULL),(13075,'en','sitepress','75781ae1ca64d49703b3ca8fa90e4b6a','Translation of',NULL,NULL,'','LINE',NULL,10,'','465a96fe3cba5ee7d8968d343e6cc2f9','',NULL),(13076,'en','sitepress','46dcde7fe149b548cb4a4a140d6a5841','Translation of %1$s',NULL,NULL,'','LINE',NULL,10,'','934305b6180a5bbe1fbe5491f5c62461','',NULL),(13077,'en','sitepress','036caea802f281ea83c848f5dd0b6c42','Translation options',NULL,NULL,'','LINE',NULL,10,'','6af63cb2bed8df4df8442c3fcbe68d6b','',NULL),(13078,'en','sitepress','4a8140b2c69b26481cc6e12f74d89c6a','Translation preferences',NULL,NULL,'','LINE',NULL,10,'','d20103188b0a69713626702b5ae7dce4','',NULL),(13079,'en','sitepress','1887476f3321b06bca7b6f6ba6b0a64a','Translation rating',NULL,NULL,'','LINE',NULL,10,'','e956ee200c28f5a531a42185e40a014d','',NULL),(13080,'en','sitepress','8c6cf3502598bc89029450d136d9b720','Translation ready to download',NULL,NULL,'','LINE',NULL,10,'','2acad5791913355b0e5fc86bc0dceee0','',NULL),(13081,'en','sitepress','b3dfb0c66e6b7219be6c2fd963fd2971','Translation requests cancelled.',NULL,NULL,'','LINE',NULL,10,'','befa5417451f20b97e31b1133b5b743d','',NULL),(13082,'en','sitepress','4131348674031dd1d06eb03fe549b1ae','Translation to:',NULL,NULL,'','LINE',NULL,10,'','b3417673f8d4ba62346cc0d38e2d3226','',NULL),(13083,'en','sitepress','098a49034b79d9be82fd0d59d686aa9c','Translation:',NULL,NULL,'','LINE',NULL,10,'','17bd1d1099285f60a6d642c341be1061','',NULL),(13084,'en','sitepress','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'','LINE',NULL,10,'','ead94d22e5311e04348cecdac3482d29','',NULL),(13085,'en','sitepress','955975faee904ade9af9131596df4857','Translations of taxonomy %1$s labels and slug',NULL,NULL,'','LINE',NULL,10,'','afa1148b82f102e30d736c5b956617d6','',NULL),(13086,'en','sitepress','8d4f90eeea46d604a6410c9bd877f582','Translator',NULL,NULL,'','LINE',NULL,10,'','afd61e4bac37bfa165999e7d353fed0b','',NULL),(13087,'en','sitepress','d5400a99acd5ee6d9d1d20eb6baa8b32','Translator replied',NULL,NULL,'','LINE',NULL,10,'','ca5b5d33f345ae874cd6d95dca434c50','',NULL),(13088,'en','sitepress','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'','0ada82951bde9b8a661c81ad1e993c02','',NULL),(13089,'en','sitepress','231cf4c70d866b616c21baddaeed0696','Troubleshooting',NULL,NULL,'','LINE',NULL,10,'','46fe118bb675cc1a6cc13c3c66f8a635','',NULL),(13090,'en','sitepress','f145cf860c2d4d04c9fffccd9baad4d7','Type a post title',NULL,NULL,'','LINE',NULL,10,'','f12946411202b661aaeef8f8c12d67c2','',NULL),(13091,'en','sitepress','37a18ef4b74c458faaebd8fe5124fa4e','URL rewriting is not enabled in your web server.',NULL,NULL,'','LINE',NULL,10,'','838f719b3d0a2f80f6d2decd5f8b4184','',NULL),(13092,'en','sitepress','5237b1f22690ddbd08063642a95d39d1','URLs for menus will be updated',NULL,NULL,'','LINE',NULL,10,'','8f84ccccbe28e10517a72ec1edc0c2fc','',NULL),(13093,'en','sitepress','78399d2e2d38b3b5b494ba1324ef3dd4','Unable to remove relationship!',NULL,NULL,'','LINE',NULL,10,'','062183294d53021bdd762b13f74d4030','',NULL),(13094,'en','sitepress','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'','LINE',NULL,10,'','d1c4c52116d1551eefb201092107c3b5','',NULL),(13095,'en','sitepress','268cf76989324a87dde39184cde052fc','Unknown remote translation service',NULL,NULL,'','LINE',NULL,10,'','458a3c519de2f96c1c8e9de5491fc213','',NULL),(13096,'en','sitepress','8df975db106b77af311a71c715c9a605','Unknown repository',NULL,NULL,'','LINE',NULL,10,'','7f38631dc4eb6b06923bffac215849a4','',NULL),(13097,'en','sitepress','561198ce1967916b9fe468262e075900','Unknown reviewer',NULL,NULL,'','LINE',NULL,10,'','7ff05716962712186adaad40876488c5','',NULL),(13098,'en','sitepress','e2fcb6527ff326ce1c52799ad360e81d','Unregister %s from this site',NULL,NULL,'','LINE',NULL,10,'','48405db1df0b99a6a06e653606759bbd','',NULL),(13099,'en','sitepress','40fa62a8bdd6f7de0a0fcfd8fe751976','Until now, your site was set to display \"all blog posts\", even if they are not translated. That feature is now replaced with a better and more complete translation mode.',NULL,NULL,'','LINE',NULL,10,'','26e57b9819a220fb02c978b83d09edf8','',NULL),(13100,'en','sitepress','94c5686870be3790273b7183f113136c','Untranslated URL %s',NULL,NULL,'','LINE',NULL,10,'','3cdea8bb5799760d8a79d3e55deff76e','',NULL),(13101,'en','sitepress','ba08485e202c73f4eb1dff666c101983','Untranslated URLs for menus',NULL,NULL,'','LINE',NULL,10,'','11af94bc01a534129c1eda39897e2e01','',NULL),(13102,'en','sitepress','190f34474bf1f3586ebd380420301597','Untranslated string %s',NULL,NULL,'','LINE',NULL,10,'','21be42e9db71b6bfc7b333666ca18d9c','',NULL),(13103,'en','sitepress','39649a8094838aaabdc54a83347247fe','Untranslated strings for menus',NULL,NULL,'','LINE',NULL,10,'','c6235bc80847bfb98ffe5f88d581e155','',NULL),(13104,'en','sitepress','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,10,'','14526639cf705b2bf5fd9b1737701875','',NULL),(13105,'en','sitepress','d8051a2e98d8180d2da8d5b381345fb8','Update %s menu option to %s',NULL,NULL,'','LINE',NULL,10,'','621ca8fdecfa9160cbcd5a0c3b4e7352','',NULL),(13106,'en','sitepress','375bb4ba64ad03db76493422c3664246','Update %s translation',NULL,NULL,'','LINE',NULL,10,'','aada2b88f59cf2b6ce9663aa469b7172','',NULL),(13107,'en','sitepress','c498c80a98cf895782f38e7175bc9701','Update Plugin',NULL,NULL,'','LINE',NULL,10,'','4849aa10befbc55a952312ab1d7607bd','',NULL),(13108,'en','sitepress','d2ff70d75898c63703105eb49b0dde3c','Update Taxonomy Hierarchy',NULL,NULL,'','LINE',NULL,10,'','3a5cb2b12b7dde0d9a0ad412edace011','',NULL),(13109,'en','sitepress','305a4bb57674f374ac132d9bb961e0c7','Update URL to %s',NULL,NULL,'','LINE',NULL,10,'','fc39c64018e82e784bb3af9487808545','',NULL),(13110,'en','sitepress','4183a19d71c71ab848f17732a028b7be','Update term names',NULL,NULL,'','LINE',NULL,10,'','01e1dfb54be2be974f596e9ad7918ed6','',NULL),(13111,'en','sitepress','abb21ee0d5fe8845ca7519b28d218d93','Updated Name',NULL,NULL,'','LINE',NULL,10,'','35e623535a5d1016499a1be2a11c8b5c','',NULL),(13112,'en','sitepress','fb85a71cb32bf6ed54bc59b921d21ef4','Updates channel:',NULL,NULL,'','LINE',NULL,10,'','976f461370f82f48119c8c4cef4ac5ba','',NULL),(13113,'en','sitepress','c71edaec0a3c4d4713e7f535ab5adf39','Updating %s',NULL,NULL,'','LINE',NULL,10,'','c0b6ffe1f4ad17ef9623763c4bda90ec','',NULL),(13114,'en','sitepress','d5ebbb7f1addd4fc94aa71559f984970','Updating the plugins on your site. Please don\'t close this page or navigate away.',NULL,NULL,'','LINE',NULL,10,'','f1600dc2d1974fd2a909d7e525a09245','',NULL),(13115,'en','sitepress','f683581d3e75f05f9d9215f9b4696cef','Upgrade',NULL,NULL,'','LINE',NULL,10,'','722c94c2bde59c5c50c7a6ee4b70efa4','',NULL),(13116,'en','sitepress','f21c6e7bb557c5c69e7f55f3c8896912','Upload dir is not writable',NULL,NULL,'','LINE',NULL,10,'','20fb3ec7de84c71f38a03fbe274c64f9','',NULL),(13117,'en','sitepress','663544d3aadc4c510ef0fc3a7c90528b','Upload directory cannot be created. Check your permissions.',NULL,NULL,'','LINE',NULL,10,'','a472c1426964d38eb072c7d2f3f89deb','',NULL),(13118,'en','sitepress','0f3113590c8c31d9730497ec184c8d31','Uploads',NULL,NULL,'','LINE',NULL,10,'','67c25acfa50cb21b96cc6e2b0c51be45','',NULL),(13119,'en','sitepress','396ca4b635c61179e23b6c357d3625e9','You are using DIVI theme, and you have chosen to use the standard editor for translating content.',NULL,NULL,'','LINE',NULL,10,'Use Translation Editor notice 1/3','c865bfc0139266d756b8df62af8e332a','',NULL),(13120,'en','sitepress','dca6c61239d5eddd0f7f886b187f6877','Some functionalities may not work properly. We encourage you to switch to use the Translation Editor.',NULL,NULL,'','LINE',NULL,10,'Use Translation Editor notice 2/3','b63dd68dd015d2632c6da3fbfbac7206','',NULL),(13121,'en','sitepress','c00104c03da66abb5d3928f61c1e3143','You can find more information here: %s',NULL,NULL,'','LINE',NULL,10,'Use Translation Editor notice 2/3','f64dcf05f3b50b98a0da76ee5e013fbc','',NULL),(13122,'en','sitepress','f58408d07765d0416dd157149aa7404a','Use directory for default language',NULL,NULL,'','LINE',NULL,10,'','3bed9ad58ea1df5faa171c65d313c7c0','',NULL),(13123,'en','sitepress','8a0e2b549d223aba55a866c38d1c9275',', and',NULL,NULL,'','LINE',NULL,10,'Used before the last element of a three or more elements list','2354701ed72453daee53592d83b2cef9','',NULL),(13124,'en','sitepress','234fc78d42c811e0b48f27b792416df0','Utf8mb4 charset',NULL,NULL,'','LINE',NULL,10,'','a1d11593af687b2654d6e89a64d47243','',NULL),(13125,'en','sitepress','3ac705f2acd51a4613f9188c05c91d0d','Valid',NULL,NULL,'','LINE',NULL,10,'','2370fb8cd33a5ad95e183d5ccbb60350','',NULL),(13126,'en','sitepress','82ac6e8ad3299cb4c4f25f3647c7747c','Validate on save',NULL,NULL,'','LINE',NULL,10,'','72745d4fc99da4613cd4130f5517f636','',NULL),(13127,'en','sitepress','34b6cd75171affba6957e308dcbd92be','Version',NULL,NULL,'','LINE',NULL,10,'','ce4a13d948e52b5cffee0f322c68da60','',NULL),(13128,'en','sitepress','c737b482448b61a7740c1410c3d6d8ea','Video: Link',NULL,NULL,'','LINE',NULL,10,'','dec4e5d0b77a1d13d81fb2e432dc0d0c','',NULL),(13129,'en','sitepress','482e9c59a6a194bc6e83b17fbf06b83c','Video: Vimeo link',NULL,NULL,'','LINE',NULL,10,'','d920e021b4d67f83115d6b9e80ea3c35','',NULL),(13130,'en','sitepress','75805eca8d42653da0d6a2da0cff26b1','Video: embed code',NULL,NULL,'','LINE',NULL,10,'','29b6f50c2962cdc8d83ddffd1d36fe71','',NULL),(13131,'en','sitepress','a3824eb0533064953073384a35c740e7','View post',NULL,NULL,'','LINE',NULL,10,'','7c06f67c3fb68b6323fc961d2c46fc60','',NULL),(13132,'en','sitepress','5e706a9b7eb9b142a619e4331d6976e6','Visit',NULL,NULL,'','LINE',NULL,10,'','c1e7cf6cd6e73ab70cb7ce4d6e3459e2','',NULL),(13133,'en','sitepress','f4001bd813ef2824c90fc6daf968afae','WPML',NULL,NULL,'','LINE',NULL,10,'','aec8c05309cb4d986bc791de8cfe6e9d','',NULL),(13134,'en','sitepress','84c5e0e7bdcf3f42547f8a22098bab30','WPML 3.2 release notes',NULL,NULL,'','LINE',NULL,10,'','7b4a78e6e0ecbccc6e143950dadccddd','',NULL),(13135,'en','sitepress','e48ce267f0a516eeba9f2e77a5620730','WPML API server',NULL,NULL,'','LINE',NULL,10,'','891b1c4d777e8c0163a68d17e0f9682e','',NULL),(13136,'en','sitepress','56dc704f595da1f88fbf103845b490f6','WPML Network Setup',NULL,NULL,'','LINE',NULL,10,'','f2ae3f5e1594051021dac352baa98c85','',NULL),(13137,'en','sitepress','2212e68565939b97c9088d1ac0f4cc6d','WPML Settings',NULL,NULL,'','LINE',NULL,10,'','78c187e9b99a1cd80fbf70dcd9f7068d','',NULL),(13138,'en','sitepress','9239c8a5a80f72bdefc0692b44edc96d','WPML Site Languages section',NULL,NULL,'','LINE',NULL,10,'','2861a28ce67c4ad277e6ef405c530480','',NULL),(13139,'en','sitepress','770d4ce3c5fe7c6cf880415858914c19','WPML Update is Incomplete',NULL,NULL,'','LINE',NULL,10,'','b4230f4f9bc3a3aead33d2224a4b13ae','',NULL),(13140,'en','sitepress','d6e4675950bf6a65316c1ecf85bdf198','WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser.',NULL,NULL,'','LINE',NULL,10,'','d0a84a63df4520f32114fd329e9f2e03','',NULL),(13141,'en','sitepress','51d18b937f651f71e47b72d213d240c9','WPML allows you to easily translate your site\'s taxonomies. Only taxonomies marked as translatable will be available for translation. Select the taxonomy in the dropdown menu and then use the list of taxonomy terms that appears to translate them.',NULL,NULL,'','LINE',NULL,10,'','a626937b4f0d75e660c4f529821d0d6b','',NULL),(13142,'en','sitepress','ae8f5b14a1c87150b1bbcfe4be5dee93','WPML can automatically redirect visitors according to browser language.',NULL,NULL,'','LINE',NULL,10,'','9b36625d856946c08248b820391a0083','',NULL),(13143,'en','sitepress','06f230b6ba659659d6b5fa0a68ff7215','WPML can\'t be functional because it requires a disabled PHP extension!',NULL,NULL,'','LINE',NULL,10,'','181ed1e9f0705c854cdb7518598a1e9e','',NULL),(13144,'en','sitepress','63be824ea5e2dc93912c9707fddc49de','WPML can\'t run normally. There is an installation or server configuration problem. %sShow details%s',NULL,NULL,'','LINE',NULL,10,'','74b831ce767faadb4e216360eafc9c20','',NULL),(13145,'en','sitepress','64fcf2be9d123770eb08354b5a659d77','WPML cannot be activated together with these older plugins:',NULL,NULL,'','LINE',NULL,10,'','fecc90a32771149ecdc9340970f08332','',NULL),(13146,'en','sitepress','a482f86040e6aa6b5a96940e83247d86','WPML cannot communicate with the remote translation service. Please make sure WPML Translation Management is active.',NULL,NULL,'','LINE',NULL,10,'','af916edb3815103bd47008022ccf6679','',NULL),(13147,'en','sitepress','4b05532432a6706514dd1829fdbf857f','WPML capabilities',NULL,NULL,'','LINE',NULL,10,'','c0bbbb2e6eb5d558f19e7bbb263a7516','',NULL),(13148,'en','sitepress','2f6abf3d9c345691531c6ce82079ef9d','WPML could not create a cache directory in %s',NULL,NULL,'','LINE',NULL,10,'','1aa066fbed8814ea5856bd0e84261686','',NULL),(13149,'en','sitepress','a7862762d444fd202a4d02ac4a79defc','WPML could not load configuration files, which your site needs.',NULL,NULL,'','LINE',NULL,10,'','0739f8d60fbd89088b0a38e06323c2c6','',NULL),(13150,'en','sitepress','4f036c24688ae657f50a48c18c10c80e','WPML could not write in the cache directory: %s',NULL,NULL,'','LINE',NULL,10,'','92393abf0261adc707427340651ca05c','',NULL),(13151,'en','sitepress','055bf5f6b9e98e23bd918c390acfa0b3','WPML flag',NULL,NULL,'','LINE',NULL,10,'','ad061ac76191d9dd450ec04af9df8c1a','',NULL),(13152,'en','sitepress','d3962833407cb5b7149078aed796166c','WPML has been activated for the selected site.',NULL,NULL,'','LINE',NULL,10,'','fc6ba74dc9be9dca2015a75e9f41f857','',NULL),(13153,'en','sitepress','475733ec25834cbbf26ed8b48939a766','WPML has been deactivated for the selected site.',NULL,NULL,'','LINE',NULL,10,'','376dc4b87f45ce9e569ea399abdceb16','',NULL),(13154,'en','sitepress','6ab92ac5e8663ffd8cadecad49a74abb','WPML has been reset for the selected site.',NULL,NULL,'','LINE',NULL,10,'','8428cdf31e0c5560b884c79f6d30c295','',NULL),(13155,'en','sitepress','93df90564ea3611a855d18d8391c95e2','WPML is already registered network-wide.',NULL,NULL,'','LINE',NULL,10,'','4e438b41f1f459aae361f261fc5ca012','',NULL),(13156,'en','sitepress','045064e09e09c8e5d52e85eae9245176','WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed.',NULL,NULL,'','LINE',NULL,10,'','9ca7810a6c9b02195b39868f4d561e28','',NULL),(13157,'en','sitepress','cb75ba47cd883466d6694d61bf7b923e','WPML language settings',NULL,NULL,'','LINE',NULL,10,'','dc6548524c01c793f68dc4a3148fa7ab','',NULL),(13158,'en','sitepress','a3a6d848ebd0d187005e12b625f76208','WPML lets you open these pages for feedback, so that visitors can tell you if they notice anything wrong.',NULL,NULL,'','LINE',NULL,10,'','4cab1bb2ebba9879384777f023fe71f8','',NULL),(13159,'en','sitepress','76141c86c2b4d4ae9ded7284977ce7af','WPML love',NULL,NULL,'','LINE',NULL,10,'','4724f081eff6b743457137834bd5378e','',NULL),(13160,'en','sitepress','49039ccc25073e270f47336078fe3db6','WPML needs to load configuration files, which tell it how to translate your theme and the plugins that you use. If there\'s a problem, use the Retry button. If the problem continues, contact WPML support, show the error details and we\'ll help you resolve it.',NULL,NULL,'','LINE',NULL,10,'','e17f0fb7ef85910424431043e369737a','',NULL),(13161,'en','sitepress','c1c54be0b5b7a76ff602b3402c6a457c','WPML needs to set languages to existing media in your site.',NULL,NULL,'','LINE',NULL,10,'','259ee6be1ba595d969adfa46bf928caf','',NULL),(13162,'en','sitepress','efcdde1b3b76027d827ce2f313be93db','WPML needs to upgrade the post\'s media information.',NULL,NULL,'','LINE',NULL,10,'','946d96c0c301581a2113fd4979cb701e','',NULL),(13163,'en','sitepress','112d879227950c130bcaa47e109d9a2e','WPML remote products file',NULL,NULL,'','LINE',NULL,10,'','e575e24558b301e0855f7dbdeb27fc33','',NULL),(13164,'en','sitepress','950ccb5326fec55c42b66bd053afe843','WPML requires database upgrade',NULL,NULL,'','LINE',NULL,10,'','4ae208a88cdb9e76621f86d211933ac8','',NULL),(13165,'en','sitepress','fe7febdf86a297ad2f0e26668eff2712','WPML settings',NULL,NULL,'','LINE',NULL,10,'','35e1d403a8dd105270610129fa0325d9','',NULL),(13166,'en','sitepress','4a4092c59598cb8bf08d697e8d485a83','WPML will be deactivated',NULL,NULL,'','LINE',NULL,10,'','4ea1d1a5ec1628a1897993c6387205e5','',NULL),(13167,'en','sitepress','33aebb70a5b802815348035bb7d27987','WPML will copy %s from %s when you save this post.',NULL,NULL,'','LINE',NULL,10,'','73fe9f1938f401f132179fb6177d693f','',NULL),(13168,'en','sitepress','638b13225dc8ac310d00e622642f8d14','WPML will copy this field from %s when you save this post.',NULL,NULL,'','LINE',NULL,10,'','78d5e3e1f1ad0574451ec9768e21e965','',NULL),(13169,'en','sitepress','9a4efd951bfb4680d72989c89ee35930','WPML will no longer synchronize this %s with the original content.',NULL,NULL,'','LINE',NULL,10,'','9c653719b5e6cb3daa5bdd30bbf01250','',NULL),(13170,'en','sitepress','1a5c2df87b332d7333eff12823ed6cd0','WPML will reset all language information to its default values. Any languages that you added or edited will be lost.',NULL,NULL,'','LINE',NULL,10,'','2389b40af4e9c48accdabbd1715b36dd','',NULL),(13171,'en','sitepress','ed6a3dd0b001dcb4bb0c1ee6de3ffce6','WPML will work on your site, but you will not receive updates. WPML updates are essential for keeping your site running smoothly and secure. To receive automated updates, you need to complete the registration, in the %splugins admin%s page.',NULL,NULL,'','LINE',NULL,10,'','3f834263fc5a9f83a4b57cbb270ce24c','',NULL),(13172,'en','sitepress','b5d10f00257c3ceb8b51b341f8f0085a','WPML.org account',NULL,NULL,'','LINE',NULL,10,'','52c6a3c023846b4f79e89784a378348f','',NULL),(13173,'en','sitepress','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'','LINE',NULL,10,'','a7c5f44953c6988043ff3e3d6cf049eb','',NULL),(13174,'en','sitepress','a286df90b51c7ab79acccd6fbcdc717c','Want to know if recent translations you received have problems?',NULL,NULL,'','LINE',NULL,10,'','d5951c7231a36776b14e5d90cc22756d','',NULL),(13175,'en','sitepress','e022910a88f7463dbc8b7381df7c8bf0','We are sending you to WPML.org to see your personalized translation instructions. If you need to access these instructions again, click on the \"How to translate\" button in the list of pages or in WPML\'s Translation Dashboard.',NULL,NULL,'','LINE',NULL,10,'','e693f12efe1aaaba0a505909fd8b1da1','',NULL),(13176,'en','sitepress','0bd6a27bec8b90ea5c410bf3cb5bc6b0','We automatically created a translation job for the reusable block:',NULL,NULL,'','LINE',NULL,10,'','068100429a453f53a81217b26872da8a','',NULL),(13177,'en','sitepress','2c859bec1e1f89126ee38b7b16858afd','We automatically created translation jobs for the reusable blocks:',NULL,NULL,'','LINE',NULL,10,'','9119c6f92b3802a02925c4ce43cb9101','',NULL),(13178,'en','sitepress','944b6cf249522c292c17b33fba2d6d97','We couldn\'t complete the whole process in one request. Please click on the \"Upgrade\" button to continue.',NULL,NULL,'','LINE',NULL,10,'','411d6a0f67ef2df2c586dbd1effc346b','',NULL),(13179,'en','sitepress','c637da8ecbf2bee169f50be3192d9c3a','What to include in the language switcher:',NULL,NULL,'','LINE',NULL,10,'','2ce0ac3781786339a8621eede5f66761','',NULL),(13180,'en','sitepress','91431d8fd777be4fd82d7d33c486c4c8','What to show for the root url:',NULL,NULL,'','LINE',NULL,10,'','80581fc8c34c1f2dbe838555d0026907','',NULL),(13181,'en','sitepress','f685619c8796f4c4d70749cf18df574c','When WPML accesses <a target=\"_blank\" href=\"%s\">%s</a> it gets:',NULL,NULL,'','LINE',NULL,10,'','4bd025412d042676dec5042956eee111','',NULL),(13182,'en','sitepress','1ac1c6a8b92c1cdfbe7487dcf37116ee','When WPML is activated, the site language should be changed in the %s.',NULL,NULL,'','LINE',NULL,10,'','b44265c9ec4f92ecfec78acc74b149b0','',NULL),(13183,'en','sitepress','751688df166688cdd5ef729ae540242c','When deleting a post, delete translations as well',NULL,NULL,'','LINE',NULL,10,'','1a01c81dfbdb58f027c092ab1283ac24','',NULL),(13184,'en','sitepress','4795c80f1fa5dbf619852a163eb24d83','When deleting a taxonomy (category, tag or custom), delete translations as well',NULL,NULL,'','LINE',NULL,10,'','3f0065c666014516696d52a81d848734','',NULL),(13185,'en','sitepress','3649bdcc82c3dda5602551c7b7d96d8b','When uploading media to the Media library, make it available in all languages',NULL,NULL,'','LINE',NULL,10,'','95f852dd8bf04eea8c0568e1c9da41a6','',NULL),(13186,'en','sitepress','b918d24db7eb0175cd1ba8e0081db5c5','Which blog posts do you want to display on your site\'s translations?',NULL,NULL,'','LINE',NULL,10,'','88888c9c7e3221be883baa6eed843704','',NULL),(13187,'en','sitepress','25a81701fbfa4a1efdf660a950c1d006','White',NULL,NULL,'','LINE',NULL,10,'','4a8f6132c4897b5f1b54589cc5a9b38e','',NULL),(13188,'en','sitepress','61e61b90d8b0757bcaa1deeec9ac6c52','Widget area',NULL,NULL,'','LINE',NULL,10,'','3335119377b0422f5931df7530f346e4','',NULL),(13189,'en','sitepress','b3fcc78a93c631155493bac60ab15e42','Widget language switcher',NULL,NULL,'','LINE',NULL,10,'','cbbf9e6ab190ff1a4cbf3b766b88faa9','',NULL),(13190,'en','sitepress','bb50e853acafeff4cc6cfe90a70d8298','Widget title:',NULL,NULL,'','LINE',NULL,10,'','17582b85b9f66da9a92a4ff7e58b2302','',NULL),(13191,'en','sitepress','297507d079dc12df705cabd8440936a4','Will be added',NULL,NULL,'','LINE',NULL,10,'','1e073d1dcbfc41986746fa79710f6516','',NULL),(13192,'en','sitepress','73852604a799db155e3dfbffd3633909','Will be removed',NULL,NULL,'','LINE',NULL,10,'','57a26fb50e64a0321ef63efc926f3dc8','',NULL),(13193,'en','sitepress','fde31686817fe5029025586d51b35861','WordPress',NULL,NULL,'','LINE',NULL,10,'','f848ce5ed74e40f3aa51cea448689537','',NULL),(13194,'en','sitepress','5ecb552d4ea6a6d7f94dd677808291cf','WordPress 3.9 or later is required.',NULL,NULL,'','LINE',NULL,10,'','98d6f9cc4c6f22b7e4a7c72360ca553e','',NULL),(13195,'en','sitepress','7e4a8477f5ff0e161ea66b9e9f36a189','WordPress cannot automatically download translations for the following languages:',NULL,NULL,'','LINE',NULL,10,'','de679f44845cea6f2b8461ddcf706a07','',NULL),(13196,'en','sitepress','836e42fad8478ea7975c9f2344efffbe','WordPress is installed in a directory (not root) and you\'re using default links.',NULL,NULL,'','LINE',NULL,10,'','30b39a48e97ced478d2a24a8fb5a923a','',NULL),(13197,'en','sitepress','fea6976782610845937b78c4bf7772a2','WordPress language file (.mo) is missing. Keeping existing display language.',NULL,NULL,'','LINE',NULL,10,'','290b589badca11a018cb23c68be7fdea','',NULL),(13198,'en','sitepress','0c0d0356af8980ee5a3ee4a8d37abb57','Wrong nonce',NULL,NULL,'','LINE',NULL,10,'','39077cf3a8545bcdc5750e689d89fae5','',NULL),(13199,'en','sitepress','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,10,'','485099ebf2e4bbf7271423c5f3ba39f2','',NULL),(13200,'en','sitepress','666515197822288293861436f99e96cb','You are about to change the language of {post_name}.',NULL,NULL,'','LINE',NULL,10,'','3239b3b8af7ca3b3bf4acdff464bc111','',NULL),(13201,'en','sitepress','e57689bbe65cdcc3a38facdb24f437c1','You are about to connect the current post with these following posts',NULL,NULL,'','LINE',NULL,10,'','6c3098a9c15a81cc83caa5211d4bc594','',NULL),(13202,'en','sitepress','3d9450433cdd943f5e2aff9a4bdfa0cc','You are about to reset WPML for this site: %s.',NULL,NULL,'','LINE',NULL,10,'','97b1b83e8efebe2b0f4826566284089f','',NULL),(13203,'en','sitepress','7ee23beade15d793c989703e13f7c955','You are creating a %1$s in %3$s and you\'ve set %2$s to display even when not translated. Please note that this %1$s will only appear in %3$s. Only %2$s that you create in the site\'s default language (%4$s) will appear in all the site\'s languages.',NULL,NULL,'','LINE',NULL,10,'','6a9eb3ce36b191462f8444bc72e9f001','',NULL),(13204,'en','sitepress','91282d8fe00b85b23b4372bd5378dbe5','You are not allowed to manage the WPML Network settings.',NULL,NULL,'','LINE',NULL,10,'','df266b18f4e0cf86465e6589fc1cf77a','',NULL),(13205,'en','sitepress','8839775a4b630ab569998a002919fc55','You are running updated %s and %s, but the following components are not updated:',NULL,NULL,'','LINE',NULL,10,'','53538135d17ee3962d558bfac30763aa','',NULL),(13206,'en','sitepress','64591b515734d6ad72a8e21a899a062a','You are running updated %s, but the following component is not updated:',NULL,NULL,'','LINE',NULL,10,'','75c3e83c770afc9f4dda5d9bc3ff0056','',NULL),(13207,'en','sitepress','269631e716941d3a4ce52e2246f6dc03','You are trying to use an external URL: this is not allowed.',NULL,NULL,'','LINE',NULL,10,'','41b07a019db6e44e79c4d5e80b206db5','',NULL),(13208,'en','sitepress','e835b1c485923d37c2cdd1783f161a09','You are using PHP 7: in some cases, the extension might have been removed during a system update. In this case, please see %3$s.',NULL,NULL,'','LINE',NULL,10,'','e247e0bc8708af5b7026cc945e07f8d5','',NULL),(13209,'en','sitepress','eec031f6e15fd8153ac40bc8b5f761b5','You are using WPML Translation Management without String Translation. Some of the translations may not work this way. Please download and install WPML String Translation before you translate the content from Gutenberg editor.',NULL,NULL,'','LINE',NULL,10,'','979e22490b8765b99f2913fc1ef0b9d1','',NULL),(13210,'en','sitepress','aedbc7a8badc1fa9b97a6614f2b4f64e','You are using a caching plugin. When you translate strings, the cache needs to be cleared in order for the translation to display.',NULL,NULL,'','LINE',NULL,10,'','542113881a67d316323f654f9b5cb550','',NULL),(13211,'en','sitepress','7b6bc784c2557a53fa6e1ef2e6fb5795','You are using a potentially less stable channel for %s. If you didn\'t enable this on purpose, you should switch to the \'Production\' channel.',NULL,NULL,'','LINE',NULL,10,'','21210189244cba60490f0ec5f60b05e0','',NULL),(13212,'en','sitepress','ae64d8f32ab5600259603ebacb6f94d7','You are using an invalid site key defined as the constant %s (most likely in wp-config.php).\\n Please remove it or use the correct value in order to be able to register correctly.',NULL,NULL,'','LINE',NULL,10,'','71a378a3bec5289b2b80573e78f7820f','',NULL),(13213,'en','sitepress','2fb7b67d7c9a7060f55222b27a991522','You are using the complementary %1$s. For the %2$s, %3$s.',NULL,NULL,'','LINE',NULL,10,'','c580e588d0186e3bd1fba35a338acf03','',NULL),(13214,'en','sitepress','2e89a02e6f5734f430cd2bf170f58a26','You can check if some attachments can be duplicated to translated content:',NULL,NULL,'','LINE',NULL,10,'','8006443232458ff4bc1243b2a8a4ac6a','',NULL),(13215,'en','sitepress','d73eeed165b9ad34ff2db76804bcc314','You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress.',NULL,NULL,'','LINE',NULL,10,'','6a22df2e42d62b95ae1e3f1f4c629b9b','',NULL),(13216,'en','sitepress','51859b3f5cd3b1bed9fe9f733c8e8e16','You can display a language switcher in the site\'s footer. You can customize and style it here.',NULL,NULL,'','LINE',NULL,10,'','41cf68e4f5676bbbe5bdeed0970bfaec','',NULL),(13217,'en','sitepress','08305cfdbfca99c6ac2ee8c3c63d9276','You can display links to translation of posts before the post and after it. These links look like \"This post is also available in...\"',NULL,NULL,'','LINE',NULL,10,'','30418c43924c56afd304026670b8903e','',NULL),(13218,'en','sitepress','b275a61cb5c69d5cb68eed00f8d13c42','You can enable its/their display for yourself, in your <a href=\"%s\">profile page</a>.',NULL,NULL,'','LINE',NULL,10,'','603874f18b31c271c149c13731fb9350','',NULL),(13219,'en','sitepress','44ca42ef93d9d07497b572bc368e9e4a','You can\'t do that!',NULL,NULL,'','LINE',NULL,10,'','598018c10ff682144108c99ac749162a','',NULL),(13220,'en','sitepress','295b127db532f84a47b635c05ad5d41e','You got back several jobs from translation and they now appear on your site.',NULL,NULL,'','LINE',NULL,10,'','692df2ad04d50cf6cd177264ad4080ee','',NULL),(13221,'en','sitepress','4d2fb7621d7ca1ddf55ad473cd283afd','You haven\'t set your synchronization preferences for these %s: %s. Default value was selected.',NULL,NULL,'','LINE',NULL,10,'','391c92d63cf4dd61df011c45d9c1c036','',NULL),(13222,'en','sitepress','b019bb0fcacbeb6f20a1cd6cb6b4c84c','You may need to contact your server administrator or your hosting company to install this extension.',NULL,NULL,'','LINE',NULL,10,'','ccc4884fdb444a16e551addde6e4c2a2','',NULL),(13223,'en','sitepress','fc7d81890301dca65da66a17aea8fbd3','You may need to %s.',NULL,NULL,'','LINE',NULL,10,'You may need to {re-save the site permalinks} - 1/2','c9e6f3990b7caf5513d0aee820ed220e','',NULL),(13224,'en','sitepress','c822cb2b2b9c09d4c26484f45e65cc83','re-save the site permalinks',NULL,NULL,'','LINE',NULL,10,'You may need to {re-save the site permalinks} - 2/2','075999e748217e5c302b8ed905eb640c','',NULL),(13225,'en','sitepress','739cb593c798303f901f9009f025b908','You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.',NULL,NULL,'','LINE',NULL,10,'','9287690a5e3672806291414bb8e498e2','',NULL),(13226,'en','sitepress','11248e5868347f560c0175c0da452d2b','You need to configure WPML before you can start translating.',NULL,NULL,'','LINE',NULL,10,'','26ac368aedc9d37c0942dab7000ecbc4','',NULL),(13227,'en','sitepress','533274f666680cab8600ce77c5412e26','You need to configure at least one more language in order to access \"Theme and plugins localization\" and \"Media translation\".',NULL,NULL,'','LINE',NULL,10,'','9a9bbd96bae792fab94e809d39ab3481','',NULL),(13228,'en','sitepress','67f0f5959b2ee95b7d1fd3e01a938d4f','You need to deactivate the separate plugin.',NULL,NULL,'','LINE',NULL,10,'','b4f0dff37874065c7e2ee5d1d1e43153','',NULL),(13229,'en','sitepress','f2b5fb115d9985b8e0fb68841a8a2a03','You need to enable WPML\'s Translation Editor, to translate conveniently.',NULL,NULL,'','LINE',NULL,10,'','f8287e5d72f297240cdc7187eadec576','',NULL),(13230,'en','sitepress','3d51f2ed88a9050d93bfb7e396198724','You will have to renew your subscription in order to continue getting the updates and support.',NULL,NULL,'','LINE',NULL,10,'','60c7f29883d4bef9ad4cf5fb5f5ae3e2','',NULL),(13231,'en','sitepress','f0c52e6feb640c7320af515a02bcfa00','You\'re all done. From now on, all new media files that you upload to content will receive a language. You can automatically duplicate them to translations from the post-edit screen.',NULL,NULL,'','LINE',NULL,10,'','bc5e9cb4459a6134350cf10812bbb133','',NULL),(13232,'en','sitepress','29fd245525e7d43cde82d989c1eb2c79','Your WPML installation may cause problems with Gutenberg editor',NULL,NULL,'','LINE',NULL,10,'','171ccc514201eb6295ab25fd37ed8321','',NULL),(13233,'en','sitepress','959e52d78875425809108fd1924b96e9','Your blog page does not exist or its translation is not published in %s.',NULL,NULL,'','LINE',NULL,10,'','a639fbc9efd6de512ebe99fa8e8f139f','',NULL),(13234,'en','sitepress','eeb1797371492d12fbb1aec491d30a29','Your browser doesn\'t seem to be allowing cookies to be set.',NULL,NULL,'','LINE',NULL,10,'','e1d3f8750f433a128e5d9cfa4b0de738','',NULL),(13235,'en','sitepress','e625aba2021e6d6ee23be7c1fa7393f9','Your home page does not exist or its translation is not published in %s.',NULL,NULL,'','LINE',NULL,10,'','6078a685b3a1faa5baf9269038809d6f','',NULL),(13236,'en','sitepress','63d0f78526efb082e734f16f7b9617f6','Your menu includes custom items, which you need to translate using WPML\'s String Translation.',NULL,NULL,'','LINE',NULL,10,'','337b42f30d120e754b6c40cee076fee7','',NULL),(13237,'en','sitepress','5c4aa4d29d20bca0f05e1e07ca250bb3','Your php.ini file is located at',NULL,NULL,'','LINE',NULL,10,'','18e69bd4d436d3150e4a6871a5349ddc','',NULL),(13238,'en','sitepress','9fa4c6200ced8c1314a87a7ad4ba542c','Your rating:',NULL,NULL,'','LINE',NULL,10,'','cda44955080992db4b0c9ab363527456','',NULL),(13239,'en','sitepress','163b372d60f4467a5c597afa7dc534e3','Your site will not work as it should in this configuration',NULL,NULL,'','LINE',NULL,10,'','3bf573008a8922317e4a7663caf8338c','',NULL),(13240,'en','sitepress','5720cf661ece18bba6fe2ff911609563','Your subscription appears to no longer be valid. Please try to register again using a valid site key.',NULL,NULL,'','LINE',NULL,10,'','4c1d9950be80026ae0d7d6c39bcbff9a','',NULL),(13241,'en','sitepress','5ab9d0767e07b0975f994f687ca78765','Your subscription expires in %d day.',NULL,NULL,'','LINE',NULL,10,'','2edb9ca39b984096d67a0c445e40c1f7','',NULL),(13242,'en','sitepress','78b1c61a9fde7b3e38a0072f53c45a19','Your subscription expires in %d days.',NULL,NULL,'','LINE',NULL,10,'','2882c950ae6073989157f87931da4718','',NULL),(13243,'en','sitepress','c3905c37f4127686d512a7665206852e','activated',NULL,NULL,'','LINE',NULL,10,'','468b9ea2c3566c04b0702c2af89b607f','',NULL),(13244,'en','sitepress','948eea612456562bf255d3a9c59c40a3','activating',NULL,NULL,'','LINE',NULL,10,'','a5de0859d637987352edefdc5e5c4e42','',NULL),(13245,'en','sitepress','34ec78fcc91ffb1e54cd85e4a0924332','add',NULL,NULL,'','LINE',NULL,10,'','84bee5ba13e4027cd18730e0402d0a27','',NULL),(13246,'en','sitepress','319f504d1c992cbb57615b918da243da','add translation',NULL,NULL,'','LINE',NULL,10,'','9a06c247472d78ab2dd41dd920e6e833','',NULL),(13247,'en','sitepress','a181a603769c1f98ad927e7367c7aa51','all',NULL,NULL,'','LINE',NULL,10,'','0edef92a657738792ff89f240497e8e7','',NULL),(13248,'en','sitepress','7fa11c5b4de8301b9f503613e068dcee','any language',NULL,NULL,'','LINE',NULL,10,'','d113cbd3991f05d61fb5e624ceb80ba5','',NULL),(13249,'en','sitepress','a9ab119ee8dca1ecf8e12635811c3572','complete set of features',NULL,NULL,'','LINE',NULL,10,'','c197d14753c84bc6e1510ea1a51003e0','',NULL),(13250,'en','sitepress','225e75c29d32392d311f5dc94c792384','day(s)',NULL,NULL,'','LINE',NULL,10,'','b3805de32e5bd7d10b9ef2ae5c761593','',NULL),(13251,'en','sitepress','c21f969b5f03d33d43e04f8f136e7682','default',NULL,NULL,'','LINE',NULL,10,'','2490519a7e00dea36b2eafdb85b78150','',NULL),(13252,'en','sitepress','56f18825a76309ae6391073aeb14f1b3','downloaded',NULL,NULL,'','LINE',NULL,10,'','71fe9898ef281fd5df9b423fb7f1b429','',NULL),(13253,'en','sitepress','6804c41f899b634d694efb235b014581','downloading...',NULL,NULL,'','LINE',NULL,10,'','d324acb4dac14e0fd74502f33371fb00','',NULL),(13254,'en','sitepress','24f1b0a79473250c195c7fb84e393392','duplicate',NULL,NULL,'','LINE',NULL,10,'','99e6e0a16ffa308cc579429dc2e9a325','',NULL),(13255,'en','sitepress','e06c64e4906eb36287a92d49d41874a8','edit terms',NULL,NULL,'','LINE',NULL,10,'','22a19b3bd73bef1986e1cfc3d5ff86e6','',NULL),(13256,'en','sitepress','45650b848bd91744aa90d77cd9374b20','edit translation',NULL,NULL,'','LINE',NULL,10,'','c8d145668047cbb88eff70ad642535c2','',NULL),(13257,'en','sitepress','d908b110f6756b872c1d3953df322482','eval() availability from Suhosin',NULL,NULL,'','LINE',NULL,10,'','13bc879eae4daa68547005aba08c01cd','',NULL),(13258,'en','sitepress','e6aa2ed156636c0394040aceca85a4c9','failed!',NULL,NULL,'','LINE',NULL,10,'','6b9de3487472f04369a96fdedbb83910','',NULL),(13259,'en','sitepress','a7fd8466fb6885263258484f173cb747','good for menus that display items as a list',NULL,NULL,'','LINE',NULL,10,'','d9a8475c7991870c17110458d15dc8cb','',NULL),(13260,'en','sitepress','aa5d50b06f302d6aa4c810f5a28ff46d','good for menus that support drop-downs',NULL,NULL,'','LINE',NULL,10,'','853cfa8e1d43a394e3120c1f1556fa20','',NULL),(13261,'en','sitepress','662f707d5491e9bce8238a6c0be92190','hidden',NULL,NULL,'','LINE',NULL,10,'','0837cf39ec727d8bcd76231f4dfe5d09','',NULL),(13262,'en','sitepress','a88f05b6c963e145a45b58c47cd42a41','hide',NULL,NULL,'','LINE',NULL,10,'','295b96e2840162270bcb791a136bf657','',NULL),(13263,'en','sitepress','9f4537e147cb4678100c29a3b473017c','hreflang',NULL,NULL,'','LINE',NULL,10,'','f74c4c91d8bbe59010b0837b6382a455','',NULL),(13264,'en','sitepress','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'','LINE',NULL,10,'','af5cd03839ff0febaf2c6fd0f799fc59','',NULL),(13265,'en','sitepress','eef559c017b75828874412b7217e889a','in options, menus, widgets, footer and shortcode',NULL,NULL,'','LINE',NULL,10,'','d87f369d5f375087ece2a95706f736fc','',NULL),(13266,'en','sitepress','73329564760013a7824ff9d5d1af91ff','installed',NULL,NULL,'','LINE',NULL,10,'','6e8dbe0f882fd71bfb8b0ce6a940077f','',NULL),(13267,'en','sitepress','19db715301df89d73b27fc439121966a','installing...',NULL,NULL,'','LINE',NULL,10,'','527c9149e7ce1f1f3ae7496baf1c445f','',NULL),(13268,'en','sitepress','447b7147e84be512208dcc0995d67ebc','item',NULL,NULL,'','LINE',NULL,10,'','056123aa7db4a3236b99aa9648fbae15','',NULL),(13269,'en','sitepress','691d502cfd0e0626cd3b058e5682ad1c','items',NULL,NULL,'','LINE',NULL,10,'','ad55d9cdffa72b218d15ebf869e9b823','',NULL),(13270,'en','sitepress','d8fd35f628f2099aeaf3e5253e4acdba','learn more',NULL,NULL,'','LINE',NULL,10,'','8753d350071bd39e2d22ba3e22799e2d','',NULL),(13271,'en','sitepress','d1de2f6d18fe2cdb8ca19ff01f4363fb','linked to: ',NULL,NULL,'','LINE',NULL,10,'','b21d9e6bebdcd2aa0324e3fbb0139bb1','',NULL),(13272,'en','sitepress','a14fa2166ed698f3d04061f57e5ab9b9','loading',NULL,NULL,'','LINE',NULL,10,'','9e5753e3e3e72c45d8030502bc1c4479','',NULL),(13273,'en','sitepress','386cb77a671fc6d4d0c4703f54d8708c','local translator',NULL,NULL,'','LINE',NULL,10,'','f5c4117644e7a33f140c3d47215b8967','',NULL),(13274,'en','sitepress','5a96dcfb50656e3f242ce0e2a3b6ad83','menu items',NULL,NULL,'','LINE',NULL,10,'','f0a7e3b0163560c84b5ee5ecf302f55e','',NULL),(13275,'en','sitepress','6eb15db009c9c6488d73157ff2c03b9b','month(s)',NULL,NULL,'','LINE',NULL,10,'','30c01b4fccecd0b1ccc3fb4811453cc6','',NULL),(13276,'en','sitepress','274b68192b056e268f128ff63bfcd4a4','n/a',NULL,NULL,'','LINE',NULL,10,'','17fd403649dfb551d949604b49311d70','',NULL),(13277,'en','sitepress','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'','LINE',NULL,10,'','222304587903e20b8c3bfced9f4296f8','',NULL),(13278,'en','sitepress','cda6d30ba6cf35583aca11e36c589077','not translated in current language',NULL,NULL,'','LINE',NULL,10,'','7e09119bbf7fca036938d93475b258c5','',NULL),(13279,'en','sitepress','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,10,'','a33a3848aff7722cb1805c00815ed4a0','',NULL),(13280,'en','sitepress','eb5f83ac41599afef94c790126eb15b2','please enter path: absolute or relative to the WordPress installation folder',NULL,NULL,'','LINE',NULL,10,'','13423f7c4e178b4a12d3c8e3c083e864','',NULL),(13281,'en','sitepress','8f888fedf6bd5ff7c93c6d76bb8dc21c','published',NULL,NULL,'','LINE',NULL,10,'','2bfc55a751cb0d4c55297a3cabacaed5','',NULL),(13282,'en','sitepress','4ac73ad1582a7d2e21c238c145c9264e','published or updated',NULL,NULL,'','LINE',NULL,10,'','63ea8d343d39ce5e205284ac11eeb8ef','',NULL),(13283,'en','sitepress','9f03c537a1d41b1e215676e0c0df48e6','select parent',NULL,NULL,'','LINE',NULL,10,'','815f3893c8b02d3bcfd08789e9910633','',NULL),(13284,'en','sitepress','a7dd12b1dab17d25467b0b0a4c8d4a92','show',NULL,NULL,'','LINE',NULL,10,'','a8c6baead2fe9869ce511d232b941570','',NULL),(13285,'en','sitepress','2b639ed0ce08b3f5378e03fada54be9b','some strings might be not registered',NULL,NULL,'','LINE',NULL,10,'','7bc4d5c11c519eeef4dec534de6705f3','',NULL),(13286,'en','sitepress','7d01491deaa343af4eb2f8bb8d8f8aae','string not registered',NULL,NULL,'','LINE',NULL,10,'','5de6110b7507388ad2593d939c200a6b','',NULL),(13287,'en','sitepress','ce63c9933d6b580d3ca1adef5eecf0ce','this will be your admin language and will also be used for translating comments.',NULL,NULL,'','LINE',NULL,10,'','f958e6a2f6574932be9d3efe20a9b6f1','',NULL),(13288,'en','sitepress','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'','LINE',NULL,10,'','20f045323f33139cfd0b938c0948d73d','',NULL),(13289,'en','sitepress','fc46e26a907870744758b76166150f62','translate',NULL,NULL,'','LINE',NULL,10,'','9624276544b678376bd48848ebe4be4d','',NULL),(13290,'en','sitepress','b525e0f3ce0b67c57210aef498428e89','translate the base taxonomy slugs with WPML',NULL,NULL,'','LINE',NULL,10,'','25f9765129909687f5051ab76e58ff23','',NULL),(13291,'en','sitepress','20158d66e7c9bc1e2aea3fbae5495207','translating post categories and custom taxonomies',NULL,NULL,'','LINE',NULL,10,'','64c20ac4c666212672eb51b8a0c57a28','',NULL),(13292,'en','sitepress','f0e4c362bb622adba484f6e29f0eef4f','untranslated',NULL,NULL,'','LINE',NULL,10,'','bf960379e7bd7d9236372fd919e36e08','',NULL),(13293,'en','sitepress','0f81d52e06caaa4860887488d18271c7','updated',NULL,NULL,'','LINE',NULL,10,'','f4d5383c285b2240ba7ded2d9412a30d','',NULL),(13294,'en','sitepress','f0959a3365179f6c3d73cf9450ec9520','updating...',NULL,NULL,'','LINE',NULL,10,'','47fb435063b68d82d3805cd2850f50c0','',NULL),(13295,'en','sitepress','f4211e5563e2cb9e7bb6b9c3db7b7087','upgrade to Toolset',NULL,NULL,'','LINE',NULL,10,'','c26126c700aee2206ade5d5d0615bcb7','',NULL),(13296,'en','sitepress','b9ac6d4cfd0e2c80dddcaa66089b9dfe','week(s)',NULL,NULL,'','LINE',NULL,10,'','ab476b30d99430ce04a45ca8f4070b5e','',NULL),(13297,'en','sitepress','8b2340a793cc6c433380ee66e0b9c96c','which theme and plugins you are using.',NULL,NULL,'','LINE',NULL,10,'','7969986373d2b26f964f8c50e96596a8','',NULL),(13298,'en','sitepress','046bd7ee0d1aa97e71526d5ede9c4fc3','your account',NULL,NULL,'','LINE',NULL,10,'','7864bbaf25a41d71213137104a1bfb51','',NULL),(13306,'en','wpml-translation-management','a59cd18538fa7e6f32ede1be9bc67fda','WPML Translation Management',NULL,NULL,'','LINE',NULL,0,'','d83e233263c6548f673f2aa4c53b0f47','',NULL),(13307,'en','wpml-translation-management','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','20954967f8009e4083929527d3ef1148','',NULL),(13308,'en','wpml-translation-management','eceee7ec85d60b677d36af106a9eae33','Add a complete translation process for WPML | <a href=\"https://wpml.org\">Documentation</a> | <a href=\"https://wpml.org/version/translation-management-2-8-8/\">WPML Translation Management 2.8.8 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','9c91d094032e84f4b20f921343d03e8d','',NULL),(13309,'en','wpml-translation-management','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','8c2ca838642dca8164e3dd80584a94aa','',NULL),(13310,'en','wpml-translation-management','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','ed9721d9b97eb503c4e429329a4f4582','',NULL),(13311,'en','wpml-translation-management','b630a2fbeada7830ba0f16dca8d604f8','2.8.8',NULL,NULL,'','LINE',NULL,0,'','9e1e4866d0fc259e4ddd2b8e8ba5e2cb','',NULL),(13312,'en','sitepress','b651efdb98a5d6bd2b3935d0c3f4a5e2','Required',NULL,NULL,'','LINE',NULL,0,'','d79b8d6185c218c4ed01db3e92f7deaa','',NULL),(13313,'en','sitepress','3ec6d6a77bd0638fd0d0c978c168c0b7','Not needed',NULL,NULL,'','LINE',NULL,0,'','1cf68ded223d458c46772b9bd8a08976','',NULL),(13314,'en','jet-menu','433a3173f2d06f7d02c7b91c06ed215d','JetMenu',NULL,NULL,'','LINE',NULL,0,'','0a07b46f199198664a52ad8be483d113','',NULL),(13315,'en','jet-menu','cc8e11313af9c0163e38f7bc3605e737','http://jetmenu.zemez.io/',NULL,NULL,'','LINE',NULL,0,'','f4d7c86bd275e8c8f6417e87ba00ecbe','',NULL),(13316,'en','jet-menu','85cb4303db7790aec78466e94fdb9a95','A top-notch mega menu addon for Elementor. Use it to create a fully responsive mega menu with drop-down items, rich in content modules, and change your menu style according to your vision without any coding knowledge!',NULL,NULL,'','LINE',NULL,0,'','c350027e257705c726f5813bedbe561b','',NULL),(13317,'en','jet-menu','3d0944210a1e5eb20d27ec7e2013e657','Zemez',NULL,NULL,'','LINE',NULL,0,'','7b9c0bb274277f1f467b390255f21649','',NULL),(13318,'en','jet-menu','c4e8f4d5c68c3c33de3cd3f167607f3b','https://zemez.io/zemezjet/',NULL,NULL,'','LINE',NULL,0,'','01bcbd1b06039a99fbe12f60f210ad23','',NULL),(13319,'en','jet-menu','1216ea6aa78977eb7fadb9b42a99d503','1.5.14',NULL,NULL,'','LINE',NULL,0,'','6d8989a9354bfaebf3c05ccc4eb6efcf','',NULL),(13320,'en','jet-theme-core','9f2e0a388a6908262dd93fb01a27e884','JetThemeCore',NULL,NULL,'','LINE',NULL,0,'','d0572503e63ff320b57cbdacc0376889','',NULL),(13321,'en','jet-theme-core','b41dafea69e33d19c04abefb3b24cfdf','https://crocoblock.com/plugins/jetthemecore/',NULL,NULL,'','LINE',NULL,0,'','b4075c3ea01c15d50114cca461edd9ae','',NULL),(13322,'en','jet-theme-core','a39ae2b6acc2fede97690b2adb759a6c','Most powerful plugin created to make building websites super easy',NULL,NULL,'','LINE',NULL,0,'','bdcc98971141a64e38861f9f2fc9ef66','',NULL),(13323,'en','jet-theme-core','3d0944210a1e5eb20d27ec7e2013e657','Zemez',NULL,NULL,'','LINE',NULL,0,'','5f2e5549bc9b57f7d33b5374cbaf3337','',NULL),(13324,'en','jet-theme-core','71f13d02d937c88bb0a174fd617138cd','1.1.15',NULL,NULL,'','LINE',NULL,0,'','6019bb724739cfef81bcf14dea72336c','',NULL),(13325,'en','elementor-pro','e838b63505c498050eccbcd6090a8262','Edit Template',NULL,NULL,'','LINE',NULL,0,'','57c5d09a38ace300bbe6be6d8234cfbc','',NULL),(13326,'en','elementor-pro','e01aecb528730f3bfe10f9d57f1317bf','Integrations',NULL,NULL,'','LINE',NULL,0,'','5be2f9f6c2e1629d5e2459feba1b02e3','',NULL),(13327,'en','elementor-pro','71d0d4d987a60a4d8d7cdf0e26279e4c','Custom Fonts',NULL,NULL,'','LINE',NULL,0,'','ad8aa84fa2401bdef044d29093735f70','',NULL),(13328,'en','elementor-pro','0c4fc70bb14dc4af5ad2355c77c5b44c','Custom Icons',NULL,NULL,'','LINE',NULL,0,'','7df87c3e8ccb45c8b78a728f43635da7','',NULL),(13329,'en','elementor-pro','d4d6f0e3af1da6274d4cac99acf2d186','Add New Popup',NULL,NULL,'','LINE',NULL,0,'','76a51ab0689e75c567e9185087a5be75','',NULL),(13330,'en','elementor-pro','005bdd451b346d144b15eb42e8b3dba7','Add New Theme Template',NULL,NULL,'','LINE',NULL,0,'','e0804db2b41981d3c10a04065e0bacbb','',NULL),(13331,'en','elementor-pro','a3b74d4b45974fe194020dc2fb9eee1a','Welcome to Elementor Pro!',NULL,NULL,'','LINE',NULL,0,'','67767e152548be4da73c9dd06ab8742f','',NULL),(13332,'en','elementor-pro','93792e55b4e2cb433b54fe358827120b','Please activate your license to get feature updates, premium support and unlimited access to the template library.',NULL,NULL,'','LINE',NULL,0,'','84f1cf048eb6006c86b491227fa59f2c','',NULL),(13333,'en','elementor-pro','0ebe7e37e0d4633b4e72579a2969abc5','Connect & Activate',NULL,NULL,'','LINE',NULL,0,'','34de4b467f254b07345eef2f61b440ee','',NULL),(13334,'en','elementor-pro','77c41ffdf7bebe6e2f1896cf8ae78a73','More information about %s',NULL,NULL,'','LINE',NULL,0,'','47ae7dca81492cd89d5e9bfccb988710','',NULL),(13335,'en','elementor-pro','6e9783376d951cfd780e9fdb67a0f02c','View details',NULL,NULL,'','LINE',NULL,0,'','65d49b064d32e9696c426a94907d41d9','',NULL),(13336,'en','elementor-pro','1f9ebd2d095ec31070d868e7c5bbd727','View Elementor Pro Changelog',NULL,NULL,'','LINE',NULL,0,'','96dc7c2067bd64e18429d45083de8c56','',NULL),(13337,'en','elementor-pro','c49182dc0c7a70b9cd2e10853d9ec6c7','Changelog',NULL,NULL,'','LINE',NULL,0,'','81b8838bd16d3eea28a4d841ecdef551','',NULL),(13338,'en','gp-premium','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,0,'','ff460589133ad5162ecf65102b21a52a','',NULL),(13369,'en','default','c60876d1e8b218886df752b4fa8c7bad','%d plugins',NULL,NULL,'','LINE',NULL,0,'','da78315a091d7cee4d84cab0cc93eb2f','',NULL),(13370,'en','WP Endpoints','order-pay','order-pay',NULL,NULL,'','LINE',NULL,0,'','8d0ee533eb6eaa9960c52ecb3fc80232','optional',NULL),(13371,'en','WP Endpoints','order-received','order-received',NULL,NULL,'','LINE',NULL,0,'','788874ce72f23c1454f440b8d35815b3','optional',NULL),(13372,'en','WP Endpoints','orders','orders',NULL,NULL,'','LINE',NULL,0,'','f5f9fc388041e059c8b1f83336b490df','optional',NULL),(13373,'en','WP Endpoints','view-order','view-order',NULL,NULL,'','LINE',NULL,0,'','3279ebce985565d6e492128e2981a27f','optional',NULL),(13374,'en','WP Endpoints','downloads','downloads',NULL,NULL,'','LINE',NULL,0,'','0a4c47a0b5584af61c4bd049d4094237','optional',NULL),(13375,'en','WP Endpoints','edit-account','edit-account',NULL,NULL,'','LINE',NULL,0,'','36476fa1633a9e4b0232405f0d2e4cf2','optional',NULL),(13376,'en','WP Endpoints','edit-address','edit-address',NULL,NULL,'','LINE',NULL,0,'','ee95f503da62c65deeb3cea2062457b7','optional',NULL),(13377,'en','WP Endpoints','payment-methods','payment-methods',NULL,NULL,'','LINE',NULL,0,'','060b683c986aad1749b3cc6a96cc79c4','optional',NULL),(13378,'en','WP Endpoints','lost-password','lost-password',NULL,NULL,'','LINE',NULL,0,'','0e6b21413665a6946ffda25342fb8beb','optional',NULL),(13379,'en','WP Endpoints','customer-logout','customer-logout',NULL,NULL,'','LINE',NULL,0,'','63708032f00538fbd9da6f9245ad98be','optional',NULL),(13380,'en','WP Endpoints','add-payment-method','add-payment-method',NULL,NULL,'','LINE',NULL,0,'','4a4b86ea8e48687226190a36bb9581b7','optional',NULL),(13381,'en','WP Endpoints','delete-payment-method','delete-payment-method',NULL,NULL,'','LINE',NULL,0,'','b24cb5a8ef00d18f0cb571af1194306b','optional',NULL),(13382,'en','WP Endpoints','set-default-payment-method','set-default-payment-method',NULL,NULL,'','LINE',NULL,0,'','a0543fd199bc5816586c5a7f2459f655','optional',NULL),(13383,'en','WP Endpoints','wc-api','wc-api',NULL,NULL,'','LINE',NULL,0,'','3a448b300c73de9c6696651892b08d2f','optional',NULL),(13384,'en','woocommerce','b6bc1dc9269cb0b7db7cffd51cb6e2d5','WooCommerce',NULL,NULL,'','LINE',NULL,10,'','6fe4a52b937bc69595aa54a89b779976','',NULL),(13385,'en','woocommerce','e60bf2c9beb1dfb9828991a2a38e9a3c','https://woocommerce.com/',NULL,NULL,'','LINE',NULL,10,'','66f46cac3afa4edfddffad69e1cd7d13','',NULL),(13386,'en','woocommerce','14ddf742ebfc79c64ea1a3f33a496377','An eCommerce toolkit that helps you sell anything. Beautifully.',NULL,NULL,'','LINE',NULL,10,'','6313a0633815a89abc0e9dbb355943a6','',NULL),(13387,'en','woocommerce','0dfeeb1348231610725eb05c63e6fec1','Automattic',NULL,NULL,'','LINE',NULL,10,'','420ead50385391ac7b5722206a302806','',NULL),(13388,'en','woocommerce','241766cd983ad3375c92fb5411ecef50','https://woocommerce.com',NULL,NULL,'','LINE',NULL,10,'','d1092cca57ac95259088168b6de9d261','',NULL),(13389,'en','woocommerce','1df90ae43412b6c36f8de368364a23f4','3.8.0',NULL,NULL,'','LINE',NULL,0,'','cc7f34f55c66b3ff1e4673856ca93f82','',NULL),(13390,'en','woocommerce','279ad80e08c0a0536aad41639b8c6abb','WooCommerce Customer Data',NULL,NULL,'','LINE',NULL,10,'','3b870d36f425af6a54ff6221cbf518cc','',NULL),(13391,'en','woocommerce','e145fe49595bc09efd861f2d78cbb327','WooCommerce Customer Orders',NULL,NULL,'','LINE',NULL,10,'','22b58a2d5193824d3e9acc8b1ddfffff','',NULL),(13392,'en','woocommerce','4cad490ecf32964bdc692dd38c2149a8','WooCommerce Customer Downloads',NULL,NULL,'','LINE',NULL,10,'','64416c2179414f725476334441edce28','',NULL),(13393,'en','woocommerce','3cf43122d0d11c2e2b9bca429f6a6fb7','WooCommerce Customer Payment Tokens',NULL,NULL,'','LINE',NULL,10,'','be550deec914c56a8fab821f005c7290','',NULL),(13394,'en','woocommerce','0db377921f4ce762c62526131097968f','General',NULL,NULL,'','LINE',NULL,10,'','291177e77ba64dfd75a94ff218b632cb','',NULL),(13395,'en','woocommerce','068f80c7519d0528fb08e82137a72131','Products',NULL,NULL,'','LINE',NULL,10,'','a3674a5c828dee48630a44aa4ee15128','',NULL),(13396,'en','woocommerce','4b78ac8eb158840e9638a3aeb26c4a9d','Tax',NULL,NULL,'','LINE',NULL,10,'','5e4e7f410ef96ff576e36447310d61e1','',NULL),(13397,'en','woocommerce','ea9cf7e47ff33b2be14e6dd07cbcefc6','Shipping',NULL,NULL,'','LINE',NULL,10,'','c1e1a7970fd47a7b14e020f54bd73f9d','',NULL),(13398,'en','woocommerce','daef64964ee3b9b904f5d467586e217f','Payments',NULL,NULL,'','LINE',NULL,10,'Settings tab label','00a2ef8b87d8729b0df220f72750101e','',NULL),(13399,'en','woocommerce','e5e1ba10ad7dcd81362a5faa887a9394','Accounts & Privacy',NULL,NULL,'','LINE',NULL,10,'','2531549bfdc491b4a7e912bae77e3fa0','',NULL),(13400,'en','woocommerce','9790b70b0772c3b35108155cf340f315','Emails',NULL,NULL,'','LINE',NULL,10,'','716c0d1725113b01b05d883015a13fa8','',NULL),(13401,'en','woocommerce','1115b855bb2a508bc2ca0609cc2d0f65','Integration',NULL,NULL,'','LINE',NULL,10,'','38af3659d55aa73203c55a25f08a5838','',NULL),(13402,'en','woocommerce','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'','LINE',NULL,10,'','17730165d4d6d07119b2abf70e618e68','',NULL),(13403,'en','woocommerce','59a571af161666025d607ba8e2d6b177','United Arab Emirates dirham',NULL,NULL,'','LINE',NULL,10,'','b603c3b95c8b9c0371a7d1f45ab54e00','',NULL),(13404,'en','woocommerce','cf0dd40ea41323e0b2ad935141dcc679','Afghan afghani',NULL,NULL,'','LINE',NULL,10,'','36c52c1f91b42969a0016718769d705f','',NULL),(13405,'en','woocommerce','44b5fc84cf98295c09dbd8b16afdeefc','Albanian lek',NULL,NULL,'','LINE',NULL,10,'','410fcb10ae02b1864f2850465c65d852','',NULL),(13406,'en','woocommerce','1ae9a94c0ccd36d5bf16e9f22170afb4','Armenian dram',NULL,NULL,'','LINE',NULL,10,'','0de5bf6d7929c78f705547c2e5f48159','',NULL),(13407,'en','woocommerce','03b8bfe67f014f9c66f2c0ac49f408ac','Netherlands Antillean guilder',NULL,NULL,'','LINE',NULL,10,'','de2079358208f7fef2afb87d4339d25f','',NULL),(13408,'en','woocommerce','6dc1f6826c706491e612b25ec287eec8','Angolan kwanza',NULL,NULL,'','LINE',NULL,10,'','a63ba93a24b37df602c09b867be4ffba','',NULL),(13409,'en','woocommerce','37170d2169a4bee9cc7136f91a639a59','Argentine peso',NULL,NULL,'','LINE',NULL,10,'','7f6850df8f8d931a1694e78e67e82e04','',NULL),(13410,'en','woocommerce','f306cf9973b9e7522caef12f9e4291e1','Australian dollar',NULL,NULL,'','LINE',NULL,10,'','18d6d990c30fe539b8970b8bfd8b8a02','',NULL),(13411,'en','woocommerce','1791696fed1219a8331314fa16606364','Aruban florin',NULL,NULL,'','LINE',NULL,10,'','cce36b6477cc2b8d3959f1b1fa65834c','',NULL),(13412,'en','woocommerce','1e261bd80880b51d012cb09d5e69f026','Azerbaijani manat',NULL,NULL,'','LINE',NULL,10,'','aadd28cd7d45d04349ff3b31e4ad1f2b','',NULL),(13413,'en','woocommerce','010bd83cc4c1ca8388115a9f06b9a1f3','Bosnia and Herzegovina convertible mark',NULL,NULL,'','LINE',NULL,10,'','f8f0a990810a176351dd8f10b3c3e91a','',NULL),(13414,'en','woocommerce','6a6b425bfe849a8235dbba9303fcd5cd','Barbadian dollar',NULL,NULL,'','LINE',NULL,10,'','844c1db377e2f5b9afc6bf43565ce0b6','',NULL),(13415,'en','woocommerce','2051f76cd134cd32130bf37c699821af','Bangladeshi taka',NULL,NULL,'','LINE',NULL,10,'','f8339c64adc0a68bee77c74ec2f2f533','',NULL),(13416,'en','woocommerce','4c0a8e6439bffacbdd24eeeada36c5fd','Bulgarian lev',NULL,NULL,'','LINE',NULL,10,'','9812f938b740b8bbdc7526aab32b16c7','',NULL),(13417,'en','woocommerce','fe99488e3e798a60c272cebb00d1bb6b','Bahraini dinar',NULL,NULL,'','LINE',NULL,10,'','d896eeeaab0fe9e63cbb243c84d986ea','',NULL),(13418,'en','woocommerce','8d2b0e0ddc1335f53c1cc9d36b5c52ce','Burundian franc',NULL,NULL,'','LINE',NULL,10,'','c26b043f1fce7c9bee3e20577ad239f2','',NULL),(13419,'en','woocommerce','8f24198da39cb5bfe085e87752931ba1','Bermudian dollar',NULL,NULL,'','LINE',NULL,10,'','455f13cfbaa9f96784f1727e0fc4afd9','',NULL),(13420,'en','woocommerce','2c3d8fcf501f39279b22b62398988815','Brunei dollar',NULL,NULL,'','LINE',NULL,10,'','b25d27f499992a8087ddb4c3b1c60ea8','',NULL),(13421,'en','woocommerce','a14b3e7cd28595a7b3ba8e96c5848315','Bolivian boliviano',NULL,NULL,'','LINE',NULL,10,'','c1eecea77ebb126f3aded62e1aaef3e6','',NULL),(13422,'en','woocommerce','4cfb951b1ddc377d93e7d22907912470','Brazilian real',NULL,NULL,'','LINE',NULL,10,'','24d2bcdb6b836ec6770a07504143f42c','',NULL),(13423,'en','woocommerce','60f92c309c42a23ec43cf2738c73d21d','Bahamian dollar',NULL,NULL,'','LINE',NULL,10,'','c3e5f8e8ccbc619ed25483a2ebecd689','',NULL),(13424,'en','woocommerce','d023ec040f79f1a9b2ac960b43785089','Bitcoin',NULL,NULL,'','LINE',NULL,10,'','d7931d2620c0206800499eef28258a13','',NULL),(13425,'en','woocommerce','b426c22aa8ef93b85df9859a5acfd3c2','Bhutanese ngultrum',NULL,NULL,'','LINE',NULL,10,'','52716a972fad218e2715859d1b92b3d5','',NULL),(13426,'en','woocommerce','3a7228331e49a5019302f3a33f48559f','Botswana pula',NULL,NULL,'','LINE',NULL,10,'','16f099e11e22c3e24e19c1f2215bad97','',NULL),(13427,'en','woocommerce','ed43a9834bd675f6a73f7dd7e58ada84','Belarusian ruble (old)',NULL,NULL,'','LINE',NULL,10,'','45cc1e0bdd72d81a70628282ec7551de','',NULL),(13428,'en','woocommerce','33078a512c4d36ec62d85da7f7def3ef','Belarusian ruble',NULL,NULL,'','LINE',NULL,10,'','fb1f26de4799973472b57c3f9aa141e4','',NULL),(13429,'en','woocommerce','5ff694ce3aa4cc88dee9f35a05484f7f','Belize dollar',NULL,NULL,'','LINE',NULL,10,'','d504eab5d2907b0ce14df3fd18369f1e','',NULL),(13430,'en','woocommerce','34553e70d0f619c5c359d67350a80216','Canadian dollar',NULL,NULL,'','LINE',NULL,10,'','f5fa9de436a0002e1801bb8889477185','',NULL),(13431,'en','woocommerce','0df0c1e9e9e15db600c66819d4f9f5df','Congolese franc',NULL,NULL,'','LINE',NULL,10,'','12afd6d22953bbaa437def1b7f2d4bbc','',NULL),(13432,'en','woocommerce','c0461926e49792dabc964a331f075e5b','Swiss franc',NULL,NULL,'','LINE',NULL,10,'','b47964c65893cebda9a5b7133af3c99a','',NULL),(13433,'en','woocommerce','8256ae3138b2b2dfc5f5dd6db5a897bf','Chilean peso',NULL,NULL,'','LINE',NULL,10,'','ee0ada55b096e8ae16b04efa6b756071','',NULL),(13434,'en','woocommerce','9f069f288311a0c46fadfc07ede937e0','Chinese yuan',NULL,NULL,'','LINE',NULL,10,'','ef7216ed41291a9daccab0f21631ab77','',NULL),(13435,'en','woocommerce','d8d0c215c0760e6164adab7165dbfbfe','Colombian peso',NULL,NULL,'','LINE',NULL,10,'','7d4f329964b5a46eeb15770e5ddac778','',NULL),(13436,'en','woocommerce','e9aa8246b09953fbfbd4b09d74924a16','Costa Rican colón',NULL,NULL,'','LINE',NULL,10,'','2a118823715251eab9fbd6b0f2b753fb','',NULL),(13437,'en','woocommerce','a21f9ce370290f9eea174ea199f262a2','Cuban convertible peso',NULL,NULL,'','LINE',NULL,10,'','e212a04c38c728cf2ea0e3a1dff13b0c','',NULL),(13438,'en','woocommerce','8ae0b2b7ad04cca1ff0c1d212c99ab90','Cuban peso',NULL,NULL,'','LINE',NULL,10,'','253d60bc5b54d799bb2c6bda2d35e12c','',NULL),(13439,'en','woocommerce','38e2eaf819ddb738795b6eb95c7918b1','Cape Verdean escudo',NULL,NULL,'','LINE',NULL,10,'','0c40ae911b9a4ae7c065067d487c5849','',NULL),(13440,'en','woocommerce','0bdd6e4a208afe58dc18f657cc07c9cf','Czech koruna',NULL,NULL,'','LINE',NULL,10,'','5f43c403d5bd63f9ad669678791a4fad','',NULL),(13441,'en','woocommerce','4dd51f6248aa7c6298b86e19274808fc','Djiboutian franc',NULL,NULL,'','LINE',NULL,10,'','dd16bd797d5806e5b1f36824a76c13ae','',NULL),(13442,'en','woocommerce','b2a8da0ac26f34b4f762a4f0ba5e9335','Danish krone',NULL,NULL,'','LINE',NULL,10,'','8169f82f1bcd327c0b205cdee14d8fc5','',NULL),(13443,'en','woocommerce','b154bd2f029c7338a0bc6dc7cdb0ca18','Dominican peso',NULL,NULL,'','LINE',NULL,10,'','67f0d97ae04bd33430e936bae579062a','',NULL),(13444,'en','woocommerce','a9230af8099cb94fde6c76dd2c009e2d','Algerian dinar',NULL,NULL,'','LINE',NULL,10,'','bdc71ff6a0b3899f4a69fc13ea712b1e','',NULL),(13445,'en','woocommerce','77def495df3e8ff0185d28ef24de2992','Egyptian pound',NULL,NULL,'','LINE',NULL,10,'','15dc653ebce3ed62e3cf2439e59c9737','',NULL),(13446,'en','woocommerce','d9721ca369d104c1dd821020812296a3','Eritrean nakfa',NULL,NULL,'','LINE',NULL,10,'','a4f7e5bc2114583a10f307207992752a','',NULL),(13447,'en','woocommerce','7e3b720349aa770bef362c26c28f4eb2','Ethiopian birr',NULL,NULL,'','LINE',NULL,10,'','cf782e2aa98dfca38ade907e2b231db9','',NULL),(13448,'en','woocommerce','3e823fac7473e42888932c7761c224fc','Euro',NULL,NULL,'','LINE',NULL,10,'','78f8df102a0bbbd033c4c64505837e31','',NULL),(13449,'en','woocommerce','70b5be1845cb23c76d05eec568963201','Fijian dollar',NULL,NULL,'','LINE',NULL,10,'','8b9a801dbd9d8ef3bdd49fbc03027cae','',NULL),(13450,'en','woocommerce','ec09ec45f62547aa125fc570d5501d5b','Falkland Islands pound',NULL,NULL,'','LINE',NULL,10,'','8ecfd773c1123b80d44331cc843ec9c9','',NULL),(13451,'en','woocommerce','74af7679f19cffe846aced7d39890d9d','Pound sterling',NULL,NULL,'','LINE',NULL,10,'','62edb556779f5c7cb83661fc74be5c61','',NULL),(13452,'en','woocommerce','7618d578b5639ee5ead2e45c93e96c0b','Georgian lari',NULL,NULL,'','LINE',NULL,10,'','719cf63f9156b5de740af0b8dd7a55a6','',NULL),(13453,'en','woocommerce','d59232021579a5e72d7412904630eb50','Guernsey pound',NULL,NULL,'','LINE',NULL,10,'','7659e02783b33f52cc57c496297e053d','',NULL),(13454,'en','woocommerce','018e1624ccf6ef8a6ccf58c0b3eb95c0','Ghana cedi',NULL,NULL,'','LINE',NULL,10,'','259f3dd5dd8a4c4d369ae199cefd16a1','',NULL),(13455,'en','woocommerce','820162454330a72e88eedc5fd2a67f1f','Gibraltar pound',NULL,NULL,'','LINE',NULL,10,'','f4fb9c8cd16374c653644a813adbb603','',NULL),(13456,'en','woocommerce','1a667ee06d911f08b478f95d976d7975','Gambian dalasi',NULL,NULL,'','LINE',NULL,10,'','58aea2cc7a00ef5a9a19ed5f07afb526','',NULL),(13457,'en','woocommerce','ef67d302858c58df7fffe62ee124cee1','Guinean franc',NULL,NULL,'','LINE',NULL,10,'','0998a1fd0d7b2285c5ee7d1b7095679f','',NULL),(13458,'en','woocommerce','4bfbd428295989c171a7b9cb9724e478','Guatemalan quetzal',NULL,NULL,'','LINE',NULL,10,'','2b5b0464c1e6f26407cb1941709b6d7b','',NULL),(13459,'en','woocommerce','b5c4c2435f18537aab16dff041dc4555','Guyanese dollar',NULL,NULL,'','LINE',NULL,10,'','54095c77b25b460019046d33cfcb2358','',NULL),(13460,'en','woocommerce','8437745e7ad081f5f23b3d143a7f81e3','Hong Kong dollar',NULL,NULL,'','LINE',NULL,10,'','0de79b440273f01b5baf80f5b18781ed','',NULL),(13461,'en','woocommerce','58e31bf94562f9c185218095cbf4f6a1','Honduran lempira',NULL,NULL,'','LINE',NULL,10,'','2439e57113496a15d6ca97c88c7d47cf','',NULL),(13462,'en','woocommerce','a3e3fa1cb39bbf12952aa38b9eea714d','Croatian kuna',NULL,NULL,'','LINE',NULL,10,'','e26cfdaf8aa7d90bb8aec0be1cb3f6ce','',NULL),(13463,'en','woocommerce','7f1fb50b1d13f66d3f7ae314e02ed118','Haitian gourde',NULL,NULL,'','LINE',NULL,10,'','a6b6ef3532293d53a15985633b6f787b','',NULL),(13464,'en','woocommerce','b499b8d539d8e2fd9bc57619b627c1ce','Hungarian forint',NULL,NULL,'','LINE',NULL,10,'','c3bdc0d46e48a21aecb421ecd7618ee2','',NULL),(13465,'en','woocommerce','f5dd21a880b45ba699bed4a51ca2eec7','Indonesian rupiah',NULL,NULL,'','LINE',NULL,10,'','70776e2428c7f13981afb6606ab535ed','',NULL),(13466,'en','woocommerce','4c62f21b4306ea6329a199f3c79b906e','Israeli new shekel',NULL,NULL,'','LINE',NULL,10,'','37f3279302c236ed054f26bc9f4748ce','',NULL),(13467,'en','woocommerce','bff71f48a449c6ab87e03303beab759d','Manx pound',NULL,NULL,'','LINE',NULL,10,'','3edd2aaf22fbb82d18088bf37ef81ea4','',NULL),(13468,'en','woocommerce','e80e99575c0a204c0b58b798377a910e','Indian rupee',NULL,NULL,'','LINE',NULL,10,'','0e7d999eb87c4ce8ffd606d478407e0a','',NULL),(13469,'en','woocommerce','71841c2708125cce407778081ccba5a2','Iraqi dinar',NULL,NULL,'','LINE',NULL,10,'','419b310bd1c3e52452cacb24a309eb90','',NULL),(13470,'en','woocommerce','44eacaaddc5c7e4981bef1ce6b26b734','Iranian rial',NULL,NULL,'','LINE',NULL,10,'','b50edf6eba2c02b73f3c85a863c87c32','',NULL),(13471,'en','woocommerce','f296a5c0b8dece3c1ef8d4f471cc59df','Iranian toman',NULL,NULL,'','LINE',NULL,10,'','c829c54af4ca0d1d39c3fa5ac9294345','',NULL),(13472,'en','woocommerce','f0ad4c962a017d6943e5d5ded9f863ef','Icelandic króna',NULL,NULL,'','LINE',NULL,10,'','52734761637cd33ec0c26adcf85baa44','',NULL),(13473,'en','woocommerce','96053a99a109a2baf9c10215a7d05a89','Jersey pound',NULL,NULL,'','LINE',NULL,10,'','84c3ff01bffa0c3b24318ed886e3495c','',NULL),(13474,'en','woocommerce','575a7d859cfac0ae90163c780ba5a7f5','Jamaican dollar',NULL,NULL,'','LINE',NULL,10,'','8a714745f971c1416c9ea269cf5077e6','',NULL),(13475,'en','woocommerce','d4d4d3aec8cc36bcb2ba5e7934bc7942','Jordanian dinar',NULL,NULL,'','LINE',NULL,10,'','c812522304e0ddcb04563c032a3a1508','',NULL),(13476,'en','woocommerce','47b4774ae52bb22cd501982cfc3f9aaf','Japanese yen',NULL,NULL,'','LINE',NULL,10,'','ab164d63c9a78ed3455c3d009d0f320f','',NULL),(13477,'en','woocommerce','682247d4c0cc45676f9d6ac7abf7d6fd','Kenyan shilling',NULL,NULL,'','LINE',NULL,10,'','66214ecb61120c2625a2e7bd70a2ea9b','',NULL),(13478,'en','woocommerce','526c4f39cbdb92d4788542025c6ea497','Kyrgyzstani som',NULL,NULL,'','LINE',NULL,10,'','669f67465ecee020388b4f46fc364a3d','',NULL),(13479,'en','woocommerce','92307a68e51ec20907f2a225fc5064af','Cambodian riel',NULL,NULL,'','LINE',NULL,10,'','3f1b3dbd5dcb515a17513bdcd7f90536','',NULL),(13480,'en','woocommerce','3806b1dde52150d237c52155eb3e7d62','Comorian franc',NULL,NULL,'','LINE',NULL,10,'','a1ea7865f8ef3d30e021248bb6232d0c','',NULL),(13481,'en','woocommerce','21901c9ba1e1b2d32f5b3cf2c95c8ec9','North Korean won',NULL,NULL,'','LINE',NULL,10,'','cd2791541e5d809d7f5c55c17512ee9a','',NULL),(13482,'en','woocommerce','b495538038c494add45fd9f53713d467','South Korean won',NULL,NULL,'','LINE',NULL,10,'','216b61d56c1d0b6e017ff89364546c53','',NULL),(13483,'en','woocommerce','db67d80bf07a68719881a24862bffabc','Kuwaiti dinar',NULL,NULL,'','LINE',NULL,10,'','3a3a9db249aa2c1ff7a55c2230b82c89','',NULL),(13484,'en','woocommerce','09d3d7ae105c1ed50f419bc4ef541a59','Cayman Islands dollar',NULL,NULL,'','LINE',NULL,10,'','b190508b9927cef0d117c4627e694025','',NULL),(13485,'en','woocommerce','f98d5c4d6daa6928725bf8bc79224004','Kazakhstani tenge',NULL,NULL,'','LINE',NULL,10,'','fe0ad3ce644692cfbd43e35ee4c7f3ee','',NULL),(13486,'en','woocommerce','07bb9716999f699976f95acf50cc985c','Lao kip',NULL,NULL,'','LINE',NULL,10,'','a8d40851455c2f3ea7253ea455d4a94b','',NULL),(13487,'en','woocommerce','d70bca112c2e2090fcf2431ce6a2df87','Lebanese pound',NULL,NULL,'','LINE',NULL,10,'','8daaac348146cb761a5f78f37062b2f9','',NULL),(13488,'en','woocommerce','f911aa09b8a68e31f3febb83bff02057','Sri Lankan rupee',NULL,NULL,'','LINE',NULL,10,'','0bba03ca2819019f61bf0cd9c24e0b26','',NULL),(13489,'en','woocommerce','0617baae22567d2ec29ad06e95feed4d','Liberian dollar',NULL,NULL,'','LINE',NULL,10,'','dbc4f5e50736bf33e3937875f8c57780','',NULL); INSERT INTO `wp_icl_strings` VALUES (13490,'en','woocommerce','dfb03af1cbffd00f4934f4078bb0563a','Lesotho loti',NULL,NULL,'','LINE',NULL,10,'','6719e0170815e675b77bf70a58de95e1','',NULL),(13491,'en','woocommerce','9dff851ad7457be73c49285dd1693cbc','Libyan dinar',NULL,NULL,'','LINE',NULL,10,'','4593e7296b7204a6951f40755f723e0b','',NULL),(13492,'en','woocommerce','093db6325ea5b85c9f7627900b2281fc','Moroccan dirham',NULL,NULL,'','LINE',NULL,10,'','e4e3f12575967ce7d1ed29ad49e28224','',NULL),(13493,'en','woocommerce','f739bc2b278f087e3579a22f78f4cd2c','Moldovan leu',NULL,NULL,'','LINE',NULL,10,'','923ab1359cafbe387edfe448abf2ab24','',NULL),(13494,'en','woocommerce','1e0354d02740aada05062ef98bb5cf74','Malagasy ariary',NULL,NULL,'','LINE',NULL,10,'','52c94837bb75ce836b07e7b50bceb8fb','',NULL),(13495,'en','woocommerce','bb3d79a9f6f8e7dda7ec00b20a90b33e','Macedonian denar',NULL,NULL,'','LINE',NULL,10,'','941c753f66a38329f6fe6390d0e7b621','',NULL),(13496,'en','woocommerce','7167eeb184c1652162b90038aa0d8e42','Burmese kyat',NULL,NULL,'','LINE',NULL,10,'','c81a60fe85869464074dad3fb4638742','',NULL),(13497,'en','woocommerce','297cab8e0ad1b659d073cc57a487a673','Mongolian tögrög',NULL,NULL,'','LINE',NULL,10,'','d0cad5c833d4491a33e5fea9a3ddf340','',NULL),(13498,'en','woocommerce','d1cd9ee285949f7a37b2ba01ea293875','Macanese pataca',NULL,NULL,'','LINE',NULL,10,'','e7f2fdd4e36dc8298aea616a9d10c152','',NULL),(13499,'en','woocommerce','b8268a6f5671a8270c7ab12f9b7f6d54','Mauritanian ouguiya',NULL,NULL,'','LINE',NULL,10,'','6a3c17c2a8f11afbbcc7c02e1dd4b3b3','',NULL),(13500,'en','woocommerce','d0c1f61851a2c4e1acba1c695a82e4ae','Mauritian rupee',NULL,NULL,'','LINE',NULL,10,'','8948d6aa90e02c28ddcb1d98a6aadb25','',NULL),(13501,'en','woocommerce','12ce657210c6bcad7983c61d1d1f667b','Maldivian rufiyaa',NULL,NULL,'','LINE',NULL,10,'','bf2aedb58352f20dfc69a8ee647ff11d','',NULL),(13502,'en','woocommerce','a40d87d0d3a57eedd22ab29660fde149','Malawian kwacha',NULL,NULL,'','LINE',NULL,10,'','48d90451c6424138bfa623687f4fef0b','',NULL),(13503,'en','woocommerce','7481e14e36806c4eb00cfdbbaa6a7f4c','Mexican peso',NULL,NULL,'','LINE',NULL,10,'','59ad1c8a895d2935789e8b932f9e956b','',NULL),(13504,'en','woocommerce','8e33bc5b078f476b6ac5c9889804aa76','Malaysian ringgit',NULL,NULL,'','LINE',NULL,10,'','0e70f9f93f11583e41e283d9448a2c5a','',NULL),(13505,'en','woocommerce','fa526ed67e80699df89a8ae491fda6a5','Mozambican metical',NULL,NULL,'','LINE',NULL,10,'','f97ba4da58a5a730f3db2acb9e6812bc','',NULL),(13506,'en','woocommerce','9a30e11affefd17b03f9443ad1e6232b','Namibian dollar',NULL,NULL,'','LINE',NULL,10,'','470d144e38875c7acf000b95d309d70c','',NULL),(13507,'en','woocommerce','fc668d4836b89ffeba4f416c3585532d','Nigerian naira',NULL,NULL,'','LINE',NULL,10,'','3d7836db2cf7d30201be17886a6c062a','',NULL),(13508,'en','woocommerce','6542f7e2b08b509dd365c8da99471d3d','Nicaraguan córdoba',NULL,NULL,'','LINE',NULL,10,'','4c9fa1cae33725e8c72921d2817c2873','',NULL),(13509,'en','woocommerce','dd63413cebb814ee003b0c97a15c8a79','Norwegian krone',NULL,NULL,'','LINE',NULL,10,'','198f5c024be5d00f9950d0a8ab04c5d1','',NULL),(13510,'en','woocommerce','42762ca55aa61b708ceecac47b452a7a','Nepalese rupee',NULL,NULL,'','LINE',NULL,10,'','d667d479e2c6fc584afe73ae727f3446','',NULL),(13511,'en','woocommerce','d13f35b9ab5d5ac15b67b5902900e87a','New Zealand dollar',NULL,NULL,'','LINE',NULL,10,'','7755e8f0458bbada4e2c59b2e886c8a7','',NULL),(13512,'en','woocommerce','5be82b7962e815210bbf937ef855516a','Omani rial',NULL,NULL,'','LINE',NULL,10,'','c0e7a237141db92c5cf933b7bf25ef0a','',NULL),(13513,'en','woocommerce','5098f45b160abef2cf7d105aed282868','Panamanian balboa',NULL,NULL,'','LINE',NULL,10,'','460f6d96f05b241e6168a201bcf13027','',NULL),(13514,'en','woocommerce','9a60d9d8b710baa1232375cc9ac09082','Sol',NULL,NULL,'','LINE',NULL,10,'','2f7ad4a35c2fb09f1de4d069cd22f900','',NULL),(13515,'en','woocommerce','092d93807355da3df39ee7b933090558','Papua New Guinean kina',NULL,NULL,'','LINE',NULL,10,'','7a726486635a999988a3d6b58839f5f7','',NULL),(13516,'en','woocommerce','3ca61198aeb9b40fbb9c81e32112405f','Philippine peso',NULL,NULL,'','LINE',NULL,10,'','6abb86c35fecdd051589f6b8078ee206','',NULL),(13517,'en','woocommerce','a30ff1db3a3f653596464a3edb3c59cf','Pakistani rupee',NULL,NULL,'','LINE',NULL,10,'','3943855e960056dc21f6ecfa19e92cdc','',NULL),(13518,'en','woocommerce','b6da021cbe67c5d1e98ffc45fb1a3663','Polish złoty',NULL,NULL,'','LINE',NULL,10,'','b88d56de996b1cd4d0f2736d44398dd8','',NULL),(13519,'en','woocommerce','a364c4dc4f254aa5708ffd686262dd2e','Transnistrian ruble',NULL,NULL,'','LINE',NULL,10,'','ed5023523d65176b9a9c94b2696f2c0e','',NULL),(13520,'en','woocommerce','7c93eb5859f0368c21a80e5f940e6a4a','Paraguayan guaraní',NULL,NULL,'','LINE',NULL,10,'','a44a8b48e19c473ef63921e84f8173da','',NULL),(13521,'en','woocommerce','ce2c4cd18545aecba0cc92c1f2270159','Qatari riyal',NULL,NULL,'','LINE',NULL,10,'','576e1ac72fa177cee8a1d01e5fb607e2','',NULL),(13522,'en','woocommerce','25e2773c9c6b0332597069015df32854','Romanian leu',NULL,NULL,'','LINE',NULL,10,'','c63743ef3d9c0b5a135f3521cf018807','',NULL),(13523,'en','woocommerce','45d6c15a4109c3b3131437f419397df1','Serbian dinar',NULL,NULL,'','LINE',NULL,10,'','aafec69eb78f40e3d38e1fd9a63812d1','',NULL),(13524,'en','woocommerce','45f4aaa28f2577bf34d7cb6f738de391','Russian ruble',NULL,NULL,'','LINE',NULL,10,'','46a7b0cf9bd327647e615be80298d433','',NULL),(13525,'en','woocommerce','8b347e703d6e47c3a51eb5efbea08b50','Rwandan franc',NULL,NULL,'','LINE',NULL,10,'','44a740fe0d2ed57e383fb192e72c9698','',NULL),(13526,'en','woocommerce','88be4402b39bc27106d7647190dd98b0','Saudi riyal',NULL,NULL,'','LINE',NULL,10,'','55c2565210049f2276f70caca50ac354','',NULL),(13527,'en','woocommerce','c957f01542cee43f409df7adc5de86aa','Solomon Islands dollar',NULL,NULL,'','LINE',NULL,10,'','47c68ed8182d7ba23eadb2e4bf4c518d','',NULL),(13528,'en','woocommerce','e2267af5d784557a0371ed1ac258bd3c','Seychellois rupee',NULL,NULL,'','LINE',NULL,10,'','b71d3477ee8442bfb1070e4cce06db90','',NULL),(13529,'en','woocommerce','653f974db7de82e4c9e1990b4934e9dc','Sudanese pound',NULL,NULL,'','LINE',NULL,10,'','2154b7d484440b8c5feae522537d5121','',NULL),(13530,'en','woocommerce','34e5424bb597f2073f28049495cb1c48','Swedish krona',NULL,NULL,'','LINE',NULL,10,'','75ba3be0c0df96b81a5333590cfaabea','',NULL),(13531,'en','woocommerce','0e7395f4c267237150e061a4c8223434','Singapore dollar',NULL,NULL,'','LINE',NULL,10,'','8153b28e4e21617a7f125232289a887e','',NULL),(13532,'en','woocommerce','2b6d7d22f35cb4d978c12283e2ddfa30','Saint Helena pound',NULL,NULL,'','LINE',NULL,10,'','d421a45bb284e7b707c506701d0ec94a','',NULL),(13533,'en','woocommerce','8b09d73e864cd79fc40c60317a132aee','Sierra Leonean leone',NULL,NULL,'','LINE',NULL,10,'','d8189d3205c5046ce1d0c6e1c35ad0e1','',NULL),(13534,'en','woocommerce','e38537c9e79c44b1174f42705aa63c7e','Somali shilling',NULL,NULL,'','LINE',NULL,10,'','637ceb2ffd04205e3884626abc1b18bb','',NULL),(13535,'en','woocommerce','f6e01dcb51e23002775971a7c746143c','Surinamese dollar',NULL,NULL,'','LINE',NULL,10,'','3080ac5010152e19839030af9cc7f82c','',NULL),(13536,'en','woocommerce','9267fc8668cecfcbc94afa2eaa79ba0d','South Sudanese pound',NULL,NULL,'','LINE',NULL,10,'','0abb1b8067f358c67ae4e229caf6f888','',NULL),(13537,'en','woocommerce','bbdb588f55bde21b91dd959fa4278477','São Tomé and Príncipe dobra',NULL,NULL,'','LINE',NULL,10,'','920301adbf33e2a978939ad4d01979fa','',NULL),(13538,'en','woocommerce','a410de94bcb3156a8470673b8f58885d','Syrian pound',NULL,NULL,'','LINE',NULL,10,'','a5e7fe6f4f996f2e959264fcacf712ab','',NULL),(13539,'en','woocommerce','fa46da69bf061860768e981a0b9924a8','Swazi lilangeni',NULL,NULL,'','LINE',NULL,10,'','ecc01abbeb0a4a7b79280976ff51541d','',NULL),(13540,'en','woocommerce','007a8734e5243d5abe564f0334d9ecca','Thai baht',NULL,NULL,'','LINE',NULL,10,'','b5fe0ab6a56d717c64bb0d995e348179','',NULL),(13541,'en','woocommerce','828122bf180d055faa64389ad0d9e8b0','Tajikistani somoni',NULL,NULL,'','LINE',NULL,10,'','ee1838aee3a8de6652f3cdd3ec1c6fb5','',NULL),(13542,'en','woocommerce','918d21e2ebbe6b7b4bd36316df1a4db1','Turkmenistan manat',NULL,NULL,'','LINE',NULL,10,'','c666a43d4ed7367f186d7f49f89681a5','',NULL),(13543,'en','woocommerce','112e8f905944f36200391c388771ac54','Tunisian dinar',NULL,NULL,'','LINE',NULL,10,'','6398c2ae4735f2096c03940230c4625c','',NULL),(13544,'en','woocommerce','4a6df308fbf177e51921820c43ee36a8','Tongan paʻanga',NULL,NULL,'','LINE',NULL,10,'','d1ae30b677561aa2d5767c46bd9a6fb1','',NULL),(13545,'en','woocommerce','732f932a3798ea1279706608bac26f7f','Turkish lira',NULL,NULL,'','LINE',NULL,10,'','9b12b72f6b65bdf6ea03c223e28f22c2','',NULL),(13546,'en','woocommerce','360662a6b4ea47db259261184c9fbb19','Trinidad and Tobago dollar',NULL,NULL,'','LINE',NULL,10,'','d7e3998f1336e4a2e195260da87c8791','',NULL),(13547,'en','woocommerce','5737fea1fb4473b9f910fc410c31f2f4','New Taiwan dollar',NULL,NULL,'','LINE',NULL,10,'','9a87e7996572c0a143d6528eff3543a2','',NULL),(13548,'en','woocommerce','57da53e6e7115e1b99d957f4abc52474','Tanzanian shilling',NULL,NULL,'','LINE',NULL,10,'','84002d309cf6e1a0c934ab9bbeefdfc9','',NULL),(13549,'en','woocommerce','cb59e6f477dde0f2118f4eaee6214442','Ukrainian hryvnia',NULL,NULL,'','LINE',NULL,10,'','705d00eda23c0b983d78f6a9b732df3a','',NULL),(13550,'en','woocommerce','531ae27c72f37e6072875164bde5906e','Ugandan shilling',NULL,NULL,'','LINE',NULL,10,'','79508d50c84e6f65f2ef213d82eb437d','',NULL),(13551,'en','woocommerce','f5f43aac6277186864499424d45645c3','United States (US) dollar',NULL,NULL,'','LINE',NULL,10,'','bfa01a445db70f2d46e5e66ae6e5c284','',NULL),(13552,'en','woocommerce','404f7d1f4a5ad7d1e6f7ce8115b19924','Uruguayan peso',NULL,NULL,'','LINE',NULL,10,'','9731c690c64adee2271f62b5c5fab7ae','',NULL),(13553,'en','woocommerce','9cc25b37e452e103a655f700345f9e85','Uzbekistani som',NULL,NULL,'','LINE',NULL,10,'','32c23fea1d11f83fc47b91f57de820f8','',NULL),(13554,'en','woocommerce','421c0b7a28f101cc251d3c324d153754','Venezuelan bolívar',NULL,NULL,'','LINE',NULL,10,'','3a4a63548659665b07aee019cdb4b49d','',NULL),(13555,'en','woocommerce','636ebf6a5f48796eeb7619048ec5f8f4','Bolívar soberano',NULL,NULL,'','LINE',NULL,10,'','25db728cd3519b6c89e11773de5b73b7','',NULL),(13556,'en','woocommerce','f5d88d815ffbc3a3eeaf65d860ddcbfb','Vietnamese đồng',NULL,NULL,'','LINE',NULL,10,'','a1aaceb86820d65534ec259deee50bb3','',NULL),(13557,'en','woocommerce','7230e0cbbe02b62e6d666d9b46a8e6e9','Vanuatu vatu',NULL,NULL,'','LINE',NULL,10,'','9b8954e32f4d9c764f24c27aab1ce05a','',NULL),(13558,'en','woocommerce','8952b7a69f00ee408b9fca324ed7b469','Samoan tālā',NULL,NULL,'','LINE',NULL,10,'','d55ecb5052d89505ceb13232d0f1badd','',NULL),(13559,'en','woocommerce','576bb1da4c377b7e2e78f61c518542e7','Central African CFA franc',NULL,NULL,'','LINE',NULL,10,'','0106f28bec2394d3d31c211ed15265e2','',NULL),(13560,'en','woocommerce','1f47cc6faa639b7fe5f3549fe07b675c','East Caribbean dollar',NULL,NULL,'','LINE',NULL,10,'','8e3924f22087a578fd10fb1fb98fc641','',NULL),(13561,'en','woocommerce','d062b7aeaf1561bfea902c4ffbfc9817','West African CFA franc',NULL,NULL,'','LINE',NULL,10,'','0364fe35b371dc85694bd9ef61506dd1','',NULL),(13562,'en','woocommerce','597b62c4d9bad2cfd8d57dd18da21417','CFP franc',NULL,NULL,'','LINE',NULL,10,'','f968e67e8d9865ec049bb0bf0fe91ede','',NULL),(13563,'en','woocommerce','81e7f75a9dab6fb3afea67075641006e','Yemeni rial',NULL,NULL,'','LINE',NULL,10,'','7a5c0b378a47e543836d9fedfaab2daa','',NULL),(13564,'en','woocommerce','5813f8eb29b6a8172923388f59a6c96c','South African rand',NULL,NULL,'','LINE',NULL,10,'','25ccdbefd5233398988b2d3491e17a0f','',NULL),(13565,'en','woocommerce','6b8903ae80d932f7b2b5962388c62686','Zambian kwacha',NULL,NULL,'','LINE',NULL,10,'','a0bb5e20c0fbeb95c4e6d2372cc2962b','',NULL),(13566,'en','woocommerce','12f482810a631e0a1799027a25d84309','No location by default',NULL,NULL,'','LINE',NULL,10,'','03393fc964f74dc8d9e70c0dde99f730','',NULL),(13567,'en','woocommerce','09f829ab5974c3d934e9945540cac217','Shop base address',NULL,NULL,'','LINE',NULL,10,'','d5e227d6f4fbe5459c6dd6a699f582a6','',NULL),(13568,'en','woocommerce','3781e7c1efcb12569d123a8c0ab4d825','Geolocate',NULL,NULL,'','LINE',NULL,10,'','f5ba6967f83058fac959861d6998c88b','',NULL),(13569,'en','woocommerce','897ec7b5f57d194edd5a99d3e24e6ffc','Geolocate (with page caching support)',NULL,NULL,'','LINE',NULL,10,'','643acfe31329ba0421b886e80bd74b91','',NULL),(13570,'en','woocommerce','653d48136a36d3fddd3a805948a4d8ef','Store Address',NULL,NULL,'','LINE',NULL,10,'','42ea735048d57360d8d9c5af57b1628e','',NULL),(13571,'en','woocommerce','e85a8c7aec7e7e1931219385d61bbc57','This is where your business is located. Tax rates and shipping rates will use this address.',NULL,NULL,'','LINE',NULL,10,'','6e7159fb6d8b2c45d8fc26590b125deb','',NULL),(13572,'en','woocommerce','e9f79aa2b1f455a52497a126d9442582','Address line 1',NULL,NULL,'','LINE',NULL,10,'','46d9adebae31ebd5a4c41d74284064ad','',NULL),(13573,'en','woocommerce','da12c1485c6a2f141864809330821c6a','The street address for your business location.',NULL,NULL,'','LINE',NULL,10,'','616e36dcc90666025e652ef7e37b95fe','',NULL),(13574,'en','woocommerce','3d4d4cac03e194ab20154382cd544e0f','Address line 2',NULL,NULL,'','LINE',NULL,10,'','1b4d662f7de9ed71ec95eb8a63b92e91','',NULL),(13575,'en','woocommerce','8f182ddbd3faca53d82a75587aecb7ee','An additional, optional address line for your business location.',NULL,NULL,'','LINE',NULL,10,'','131f99afd23d0666ed4ee2212c87746e','',NULL),(13576,'en','woocommerce','57d056ed0984166336b7879c2af3657f','City',NULL,NULL,'','LINE',NULL,10,'','46561ff20b19bbf6bc1507d10964c7d6','',NULL),(13577,'en','woocommerce','77229b58779ed3eda3971bf997bd43b4','The city in which your business is located.',NULL,NULL,'','LINE',NULL,10,'','f938e763e8acec2552de70be9451747e','',NULL),(13578,'en','woocommerce','2cbf9beaa4876fe58d8239a38f2a9d01','Country / State',NULL,NULL,'','LINE',NULL,10,'','e668e9a54e1c83d32a13e0bb63cc88b5','',NULL),(13579,'en','woocommerce','968136200fdebdee7aa9761054db0216','The country and state or province, if any, in which your business is located.',NULL,NULL,'','LINE',NULL,10,'','21f5215d9d71552e9ab70dc35280cf0e','',NULL),(13580,'en','woocommerce','70d451eda9df9676bc95072cfb55c5f3','Postcode / ZIP',NULL,NULL,'','LINE',NULL,10,'','5b30b7bff0b06eb6d8369b5c5116b418','',NULL),(13581,'en','woocommerce','533aca8fa951933eb83b7ccae3d82b5d','The postal code, if any, in which your business is located.',NULL,NULL,'','LINE',NULL,10,'','c2f4b46969a476b1b198bd892a892cf4','',NULL),(13582,'en','woocommerce','ab9c045a3bcbd8a9c82d7013cf9486f0','General options',NULL,NULL,'','LINE',NULL,10,'','ac0197edc1b36a46907dcead7ab84b96','',NULL),(13583,'en','woocommerce','893b0bd5e51ed6300188b464ddb5f79d','Selling location(s)',NULL,NULL,'','LINE',NULL,10,'','16bd0813496d9b6d1b60f8497b1d5710','',NULL),(13584,'en','woocommerce','e29d37144288cb74116b1e66882f744a','This option lets you limit which countries you are willing to sell to.',NULL,NULL,'','LINE',NULL,10,'','3eb540fd3664911e57f976b0aeb22e46','',NULL),(13585,'en','woocommerce','46ea6c9bfbc38043323865e95050add4','Sell to all countries',NULL,NULL,'','LINE',NULL,10,'','6131c9842528ea98798b87947675091e','',NULL),(13586,'en','woocommerce','5c44621ea3b9c613dad1573f74493a59','Sell to all countries, except for…',NULL,NULL,'','LINE',NULL,10,'','561b0a26c9aa6855dac4dc665efb9075','',NULL),(13587,'en','woocommerce','5b2cb597795975fb2f9107ce76d6c28b','Sell to specific countries',NULL,NULL,'','LINE',NULL,10,'','e3f293940544321450bebff40a2a3f2e','',NULL),(13588,'en','woocommerce','7e83c1d5df13120b9d0231f07ecc1612','Shipping location(s)',NULL,NULL,'','LINE',NULL,10,'','049030373b37ca78cfbff03a43388a4f','',NULL),(13589,'en','woocommerce','bdda7f7c5f49095dd54beb4ac6189b47','Choose which countries you want to ship to, or choose to ship to all locations you sell to.',NULL,NULL,'','LINE',NULL,10,'','4ca075c5ba3a122aeaa34735aff48ef6','',NULL),(13590,'en','woocommerce','e1ac70adb40e5824faa8634e83dad544','Ship to all countries you sell to',NULL,NULL,'','LINE',NULL,10,'','07b129a07f616ee1df65ba9a338b2218','',NULL),(13591,'en','woocommerce','6bde6c541e0c0e787c43563ab7f8af61','Ship to all countries',NULL,NULL,'','LINE',NULL,10,'','38482dd6705739b1151e566e6b58a8ca','',NULL),(13592,'en','woocommerce','4c918ccb5c1ee1b79bcc345321e44c7a','Ship to specific countries only',NULL,NULL,'','LINE',NULL,10,'','fdb0c53c146a0c306a6e8c2952de5e68','',NULL),(13593,'en','woocommerce','7f8886603f53551ff4afaf45fe908464','Disable shipping & shipping calculations',NULL,NULL,'','LINE',NULL,10,'','634c28ce47ca909deda25de77bb545d2','',NULL),(13594,'en','woocommerce','6358a659a91af0ee03e05ba144185b2a','Ship to specific countries',NULL,NULL,'','LINE',NULL,10,'','40c0a2934c63cd4a52f7cea6834cc177','',NULL),(13595,'en','woocommerce','fa9b317f7c49e12881e42203d44aa9b1','Default customer location',NULL,NULL,'','LINE',NULL,10,'','5d8d047da21b0a93bc472e33fd2571aa','',NULL),(13596,'en','woocommerce','908e9181d42c55cdb2db9ac8eee2d8b4','This option determines a customers default location. The MaxMind GeoLite Database will be periodically downloaded to your wp-content directory if using geolocation.',NULL,NULL,'','LINE',NULL,10,'','af31fa299385bd1ba5f4a5065ef8ef56','',NULL),(13597,'en','woocommerce','722905469561542d67b7cbbb16305db4','Enable taxes',NULL,NULL,'','LINE',NULL,10,'','7c748253f48713b1d68d46d459f26f86','',NULL),(13598,'en','woocommerce','e310dd457d032ba5c34968d4041ea3e5','Enable tax rates and calculations',NULL,NULL,'','LINE',NULL,10,'','5fae960d3162e89e9a5870c27b6f04b5','',NULL),(13599,'en','woocommerce','b453e10a43f7fda4a9a955fe6c3a783c','Rates will be configurable and taxes will be calculated during checkout.',NULL,NULL,'','LINE',NULL,10,'','766b5d93fcf57d590514e350e83a4df7','',NULL),(13600,'en','woocommerce','41012ae7ef6b9debeb70479e2c67c20e','Enable coupons',NULL,NULL,'','LINE',NULL,10,'','6ec47f6c4e076c496a0846748b3156e7','',NULL),(13601,'en','woocommerce','c8645545ec163e430dc3f7c149944fac','Enable the use of coupon codes',NULL,NULL,'','LINE',NULL,10,'','acf04ebc899d8b4f993f8cd31bbe89dc','',NULL),(13602,'en','woocommerce','f9cba28aad183411b7409d1c6f3dcf83','Coupons can be applied from the cart and checkout pages.',NULL,NULL,'','LINE',NULL,10,'','fd939b6215ef28deb0ebfc6d99be5f12','',NULL),(13603,'en','woocommerce','2d17c709498ff9a2f20ec472a2dd0861','Calculate coupon discounts sequentially',NULL,NULL,'','LINE',NULL,10,'','148a691027e0bdbe21ba130e3d1a00b3','',NULL),(13604,'en','woocommerce','4082651cbd27236c7c8f6635fd55a435','When applying multiple coupons, apply the first coupon to the full price and the second coupon to the discounted price and so on.',NULL,NULL,'','LINE',NULL,10,'','dfbeed21fd388a4071beb3b5bc16ae7b','',NULL),(13605,'en','woocommerce','d5029f36e06835d53b8e1b18786010dd','Currency options',NULL,NULL,'','LINE',NULL,10,'','ca2c25434df7a46eaed9f7cbd28a5aec','',NULL),(13606,'en','woocommerce','f7a9561a65c7ea762b7d7bfcf48ad0bf','The following options affect how prices are displayed on the frontend.',NULL,NULL,'','LINE',NULL,10,'','ef6ef74e517f68e3f382a996a049c4ba','',NULL),(13607,'en','woocommerce','386c339d37e737a436499d423a77df0c','Currency',NULL,NULL,'','LINE',NULL,10,'','2347bd2ad617341b5fb925e3f2e94a9d','',NULL),(13608,'en','woocommerce','612f3208c4fb8d2dd7c039bc2db1d748','This controls what currency prices are listed at in the catalog and which currency gateways will take payments in.',NULL,NULL,'','LINE',NULL,10,'','afbeec93c4801c2779491ee6f2a8bf76','',NULL),(13609,'en','woocommerce','3732d2b01c1ed7995b1638cc004ace64','Currency position',NULL,NULL,'','LINE',NULL,10,'','343142f59e0ff9dfcc9c972eb13f7019','',NULL),(13610,'en','woocommerce','00956bb36aae7dfa862a098e93b301d5','This controls the position of the currency symbol.',NULL,NULL,'','LINE',NULL,10,'','712a2aced0722c0eb1d5399cd25998ce','',NULL),(13611,'en','woocommerce','945d5e233cf7d6240f6b783b36a374ff','Left',NULL,NULL,'','LINE',NULL,10,'','ac9c3db6fd2b8cbd2573c779a17ef40d','',NULL),(13612,'en','woocommerce','92b09c7c48c520c3c55e497875da437c','Right',NULL,NULL,'','LINE',NULL,10,'','4af1177fbba67e5cf2d83ca166d8f916','',NULL),(13613,'en','woocommerce','101fc4dca82da54e4e1af24fda8a5e5b','Left with space',NULL,NULL,'','LINE',NULL,10,'','fc2174b562c9068bf94f8a36ed534ce4','',NULL),(13614,'en','woocommerce','585b48e2cb14f6b145d4900bfcd5ab7b','Right with space',NULL,NULL,'','LINE',NULL,10,'','1a208c7944d471dc50cbf6c69d2cce49','',NULL),(13615,'en','woocommerce','4b1a462767c898bb41f5ebac9a22c583','Thousand separator',NULL,NULL,'','LINE',NULL,10,'','369b248e46d1ac843d2c86a0c6500a3b','',NULL),(13616,'en','woocommerce','4535976f43801fb63c1ef570d260a308','This sets the thousand separator of displayed prices.',NULL,NULL,'','LINE',NULL,10,'','f2b552507bd60f9af9af4dcad75792f6','',NULL),(13617,'en','woocommerce','4aa24bf67764c0da326fef608619d331','Decimal separator',NULL,NULL,'','LINE',NULL,10,'','9b3256f4a47beeeb960e7f76f53ac97d','',NULL),(13618,'en','woocommerce','6467ca078dae3aacb49ad4ddadeba0ce','This sets the decimal separator of displayed prices.',NULL,NULL,'','LINE',NULL,10,'','96c231bb37f6c9004eeddd79390671db','',NULL),(13619,'en','woocommerce','0a1e355325f75fe4cc3bf08b0f31f1c2','Number of decimals',NULL,NULL,'','LINE',NULL,10,'','e8c83c9702b06be34d61879ce44bb45d','',NULL),(13620,'en','woocommerce','cedd03edd9b91c9a5b0f1680b46ac7d2','This sets the number of decimal points shown in displayed prices.',NULL,NULL,'','LINE',NULL,10,'','d13576e4e5eb01f37c06b07c9018f94d','',NULL),(13621,'en','woocommerce','4d604dd8f008145471dc845683399189','Inventory',NULL,NULL,'','LINE',NULL,10,'','b167ce8b234e679424f1c2b9d7c976b3','',NULL),(13622,'en','woocommerce','9e4d4aea92b9ace8061c2503197fd850','Downloadable products',NULL,NULL,'','LINE',NULL,10,'','4575649aae35171cdb3828ab1d3ee29f','',NULL),(13623,'en','woocommerce','020a7bb64560c4885030b481fa784ad4','Shop pages',NULL,NULL,'','LINE',NULL,10,'','895e85c6360bb3bac0e27d7a491ea59c','',NULL),(13624,'en','woocommerce','6d09e97203e46c644d49fad63ed86ba8','Shop page',NULL,NULL,'','LINE',NULL,10,'','85ff8404f1fdf0c91343f31b836ba52e','',NULL),(13625,'en','woocommerce','6e55345ea060f048719fed542ff8487d','The base page can also be used in your <a href=\"%s\">product permalinks</a>.',NULL,NULL,'','LINE',NULL,10,'','729639403b263818e75c9c2e3a4427f6','',NULL),(13626,'en','woocommerce','5cb9ef7eb5092413173d48a643dfbc1a','This sets the base page of your shop - this is where your product archive will be.',NULL,NULL,'','LINE',NULL,10,'','340a5e149fa1497660375289bb6e3933','',NULL),(13627,'en','woocommerce','9ad51158118388f1845c0b1e6a5170eb','Add to cart behaviour',NULL,NULL,'','LINE',NULL,10,'','6d20dd528ee6a10b5916f0ff1dcc5e40','',NULL),(13628,'en','woocommerce','c29b18da7e699b32b835243f08104a4b','Redirect to the cart page after successful addition',NULL,NULL,'','LINE',NULL,10,'','7a9aec135cb0defa7aaab8f1cfc49832','',NULL),(13629,'en','woocommerce','1ed0715d6a99c122e79875384fb77d4f','Enable AJAX add to cart buttons on archives',NULL,NULL,'','LINE',NULL,10,'','6f4810e6d073bffd40061c1393c9d767','',NULL),(13630,'en','woocommerce','73b55db9e9afa147772c9e8eef4cff76','Placeholder image',NULL,NULL,'','LINE',NULL,10,'','98d3c12fd52d6b64aa60e66db9d21a83','',NULL),(13631,'en','woocommerce','5c57c782e1c03cfe770448826f3925a6','Enter attachment ID or URL to an image',NULL,NULL,'','LINE',NULL,10,'','78e3bbc4880a4e0b4bd3ea7a680c9995','',NULL),(13632,'en','woocommerce','56f75f679e647c4c911bb37e11ad9598','This is the attachment ID, or image URL, used for placeholder images in the product catalog. Products with no image will use this.',NULL,NULL,'','LINE',NULL,10,'','f4900f9f015c751ffeb4b942c6432f4e','',NULL),(13633,'en','woocommerce','930aebcb25f70848f337b0e2f0806d41','Measurements',NULL,NULL,'','LINE',NULL,10,'','24288b380ca5787f0dee1ec601cf402c','',NULL),(13634,'en','woocommerce','f489118ea95c746d648d36bb50c226f0','Weight unit',NULL,NULL,'','LINE',NULL,10,'','bb1a4e20691008dbb1c2fdebf76e32c0','',NULL),(13635,'en','woocommerce','03b6b7f478d7ac313f17b66faad5dd28','This controls what unit you will define weights in.',NULL,NULL,'','LINE',NULL,10,'','f432efe1fbc6cc63147aa8aafc809402','',NULL),(13636,'en','woocommerce','ebe86682666f2ab3da0843ed3097e4b3','kg',NULL,NULL,'','LINE',NULL,10,'','ab7137a2787047a55079987981732d4f','',NULL),(13637,'en','woocommerce','b2f5ff47436671b6e533d8dc3614845d','g',NULL,NULL,'','LINE',NULL,10,'','f6a998cd28f01ad2c42e3ee1c6b27a88','',NULL),(13638,'en','woocommerce','826a1d1b3ddd23e4879fc8e767af1fcd','lbs',NULL,NULL,'','LINE',NULL,10,'','9c01fe31be6d52cf61225c94563ca84a','',NULL),(13639,'en','woocommerce','2dcb56dcf9ccfce02857f07a3c326745','oz',NULL,NULL,'','LINE',NULL,10,'','b7e7d21ff7d6ace8478c2f3d5715e79c','',NULL),(13640,'en','woocommerce','b116bd8c80baf7295f0f44d10bb99d60','Dimensions unit',NULL,NULL,'','LINE',NULL,10,'','1458ad3b823c1892af3441ad34bcea4f','',NULL),(13641,'en','woocommerce','016cbd95232290538c932d7d3d7710df','This controls what unit you will define lengths in.',NULL,NULL,'','LINE',NULL,10,'','c50559e0d0ba27cd8d61a75611ee1b70','',NULL),(13642,'en','woocommerce','6f8f57715090da2632453988d9a1501b','m',NULL,NULL,'','LINE',NULL,10,'','bfd23157cbaa2e5cee84a26f2ce96c82','',NULL),(13643,'en','woocommerce','820eb5b696ea2a657c0db1e258dc7d81','cm',NULL,NULL,'','LINE',NULL,10,'','e0a96f274e97b7c833258332a6f3e2c8','',NULL),(13644,'en','woocommerce','b3cd915d758008bd19d0f2428fbb354a','mm',NULL,NULL,'','LINE',NULL,10,'','271827ce2ab8e1764ebec5d059f11b55','',NULL),(13645,'en','woocommerce','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'','LINE',NULL,10,'','ee600fa7236baa8cd6b69e1365b98cb0','',NULL),(13646,'en','woocommerce','d2b739a728a844acdaa1d75ecdd789d7','yd',NULL,NULL,'','LINE',NULL,10,'','1257dc1a9a64c9f24524483ec20d0919','',NULL),(13647,'en','woocommerce','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'','LINE',NULL,10,'','c83a4e5d25f91053a99136136c4ad7b3','',NULL),(13648,'en','woocommerce','86aef86f17b20565742f37ecd41c39fd','Enable reviews',NULL,NULL,'','LINE',NULL,10,'','74f908ee8eac4234d7f41fa56afedd15','',NULL),(13649,'en','woocommerce','d99da061f9d26b35c01d44b3e65490dc','Enable product reviews',NULL,NULL,'','LINE',NULL,10,'','79e875910c482685f6cd6e9576d7a928','',NULL),(13650,'en','woocommerce','c71fd2ac8e2d707f89f755efec181d79','Show \"verified owner\" label on customer reviews',NULL,NULL,'','LINE',NULL,10,'','3ba3e4a4eec7e95405e4b7c6ae4c63e5','',NULL),(13651,'en','woocommerce','9e7765ea728405da96b1fe80c8ff8a9b','Reviews can only be left by \"verified owners\"',NULL,NULL,'','LINE',NULL,10,'','7594ed625bc04e1c2f9bbfba1fc164ba','',NULL),(13652,'en','woocommerce','b55d0491fb2a0383f1f8fac2a812c5d4','Product ratings',NULL,NULL,'','LINE',NULL,10,'','bc408279fd415aa5da71ea54218596eb','',NULL),(13653,'en','woocommerce','1a6d4c4259745cb48caa36de76d0aebe','Enable star rating on reviews',NULL,NULL,'','LINE',NULL,10,'','e1e7971402cee31cc853dd01d746c86b','',NULL),(13654,'en','woocommerce','e7b7d593b513318eee04cb78a6b56943','Star ratings should be required, not optional',NULL,NULL,'','LINE',NULL,10,'','71e475a9febd2f9e2c91fd2c770435f6','',NULL),(13655,'en','woocommerce','dc2698465105d21d8c5e230f01322520','Manage stock',NULL,NULL,'','LINE',NULL,10,'','85c0e4f81e3e33632261361713fd7ee6','',NULL),(13656,'en','woocommerce','69983ae81c0090a571d3f60aedbd0d46','Enable stock management',NULL,NULL,'','LINE',NULL,10,'','4576122b1a866dded96b99d5ca3bb6ec','',NULL),(13657,'en','woocommerce','e10243d2fd14802cad3c4a666fb8024e','Hold stock (minutes)',NULL,NULL,'','LINE',NULL,10,'','0890682538d774d4caa491451172d1e2','',NULL),(13658,'en','woocommerce','39073734d75a22e7f683606670ded951','Hold stock (for unpaid orders) for x minutes. When this limit is reached, the pending order will be cancelled. Leave blank to disable.',NULL,NULL,'','LINE',NULL,10,'','e05970880b8027a0b8fa40717f63dcc0','',NULL),(13659,'en','woocommerce','a274f4d4670213a9045ce258c6c56b80','Notifications',NULL,NULL,'','LINE',NULL,10,'','b2dafcf76a78e606ab3e8a7d13cfb7fa','',NULL),(13660,'en','woocommerce','23c475ca69e0f4c89e0d44bef393aeae','Enable low stock notifications',NULL,NULL,'','LINE',NULL,10,'','9c4b7e9f094313958629f912f40097be','',NULL),(13661,'en','woocommerce','4a70f413e60f0b178669619ce69bef9f','Enable out of stock notifications',NULL,NULL,'','LINE',NULL,10,'','bc96bd51b5f6906b43ae1f4323060692','',NULL),(13662,'en','woocommerce','efefcb59918553e800175524284bbaf8','Notification recipient(s)',NULL,NULL,'','LINE',NULL,10,'','d4ecb13233d556a818b8113f6ad355bd','',NULL),(13663,'en','woocommerce','74f1f80e46678d280da49dbab079716d','Enter recipients (comma separated) that will receive this notification.',NULL,NULL,'','LINE',NULL,10,'','e98fc4a546ff64ede13eba56c59ad0ea','',NULL),(13664,'en','woocommerce','1b8d193f9ec717498f3a82886a510c97','Low stock threshold',NULL,NULL,'','LINE',NULL,10,'','248f5d01959a1d5e47565c18a3c463d3','',NULL),(13665,'en','woocommerce','e59da55ac09de03212b45e7ba725244b','When product stock reaches this amount you will be notified via email.',NULL,NULL,'','LINE',NULL,10,'','0e43609624eb2da358a67d146ab83792','',NULL),(13666,'en','woocommerce','a0b6eb6952b9edac4eb10895e6cfdb89','Out of stock threshold',NULL,NULL,'','LINE',NULL,10,'','d8b90fcd3f148a43683b33cabf632c05','',NULL),(13667,'en','woocommerce','2d98fbf7862718cb53a7488653fa2781','When product stock reaches this amount the stock status will change to \"out of stock\" and you will be notified via email. This setting does not affect existing \"in stock\" products.',NULL,NULL,'','LINE',NULL,10,'','33772b468a96acd9e1856279602e4026','',NULL),(13668,'en','woocommerce','b6ef28d7786e8727c76f717481c4c2df','Out of stock visibility',NULL,NULL,'','LINE',NULL,10,'','9644fa3d9d23436bc79054c0522216f8','',NULL),(13669,'en','woocommerce','a2c7dc5994b2f72b08261e77c11771c1','Hide out of stock items from the catalog',NULL,NULL,'','LINE',NULL,10,'','4d505b5f533b9e1224fdb102612ac13c','',NULL),(13670,'en','woocommerce','a0b2ff72af19273e637b37ffd824d4c6','Stock display format',NULL,NULL,'','LINE',NULL,10,'','de8046ccc13b8aa579eb0c2b7bfce1a5','',NULL),(13671,'en','woocommerce','a7977f25af4589d58fc2335a448d3947','This controls how stock quantities are displayed on the frontend.',NULL,NULL,'','LINE',NULL,10,'','c80f0bf04eabb1da2785f6c0a4b6c8cf','',NULL),(13672,'en','woocommerce','7c0498292ee7879f0791090eb3730e3a','Always show quantity remaining in stock e.g. \"12 in stock\"',NULL,NULL,'','LINE',NULL,10,'','cb07c90acbc2d470156c83a80f80700f','',NULL),(13673,'en','woocommerce','340f375d10f3296ed2e3bbe52f902ed6','Only show quantity remaining in stock when low e.g. \"Only 2 left in stock\"',NULL,NULL,'','LINE',NULL,10,'','d131201a72094baa3397a9c7db69ad6e','',NULL),(13674,'en','woocommerce','e479859e4ffc6230f0f448f1c505a210','Never show quantity remaining in stock',NULL,NULL,'','LINE',NULL,10,'','c479f3bd7aeecb14e911bbb635769c77','',NULL),(13675,'en','woocommerce','5e3d215a25dfe950875bfdb067a76c90','File download method',NULL,NULL,'','LINE',NULL,10,'','e3d0eebd84a92aecf5da28a2953f2ba6','',NULL),(13676,'en','woocommerce','59eb27455fa9c4cc53bc2e5efe7daaa5','Forcing downloads will keep URLs hidden, but some servers may serve large files unreliably. If supported, %1$s / %2$s can be used to serve downloads instead (server requires %3$s).',NULL,NULL,'','LINE',NULL,10,'','539976bd0a6d780080e7fce4dac49348','',NULL),(13677,'en','woocommerce','59cb4db284568d04d367aa2218fefdb7','Force downloads',NULL,NULL,'','LINE',NULL,10,'','5e9fba396cf7df3f45de449bf6a14386','',NULL),(13678,'en','woocommerce','cd449b8be06373f93bced185438c6b37','X-Accel-Redirect/X-Sendfile',NULL,NULL,'','LINE',NULL,10,'','17f72a6b8a0651df457ec4478f1f46e1','',NULL),(13679,'en','woocommerce','713dbf6c27feb0d99920c25ab827a50e','Redirect only',NULL,NULL,'','LINE',NULL,10,'','2a3c3a5d248f5da5f2b5353e0cbbe4d5','',NULL),(13680,'en','woocommerce','9df51f4e9611619a05f94dfe237c9fef','Access restriction',NULL,NULL,'','LINE',NULL,10,'','9c432993a9b99d2858b6d2a8a5a0280f','',NULL),(13681,'en','woocommerce','796877849ebff4f4038e01cbafdfa650','Downloads require login',NULL,NULL,'','LINE',NULL,10,'','7b03fc029f8a89b0ce61c2fbd25f4f5f','',NULL),(13682,'en','woocommerce','0eab509936830a63c16873e25f689c35','This setting does not apply to guest purchases.',NULL,NULL,'','LINE',NULL,10,'','9252bedf4bf53222a78a67cef7ab099a','',NULL),(13683,'en','woocommerce','318d605c5741a91df9363dcfe911a2f4','Grant access to downloadable products after payment',NULL,NULL,'','LINE',NULL,10,'','f6909482e487bfda1b1afe122c23d21b','',NULL),(13684,'en','woocommerce','19235fe6a56629c02d90e7ffcf4ec966','Enable this option to grant access to downloads when orders are \"processing\", rather than \"completed\".',NULL,NULL,'','LINE',NULL,10,'','beb72e7dce57543be41c4d3b3f74df5d','',NULL),(13685,'en','woocommerce','1c669d037f8bc785f0e1a9aeb7070367','Tax options',NULL,NULL,'','LINE',NULL,10,'','9c1bf7e9519f0b6d5907f526cb227581','',NULL),(13686,'en','woocommerce','4c7f68aa8b38bd168d9406f82f5d6d28','Standard rates',NULL,NULL,'','LINE',NULL,10,'','70165a0f707a4ad112da43107cb4fc56','',NULL),(13687,'en','woocommerce','5c83e930738c57a8616a23133578afd5','Prices entered with tax',NULL,NULL,'','LINE',NULL,10,'','32bc7660dd7febf2d75a955a833e9b1d','',NULL),(13688,'en','woocommerce','d26daf2504bd8f8f2dfb1357ebc54256','This option is important as it will affect how you input prices. Changing it will not update existing products.',NULL,NULL,'','LINE',NULL,10,'','a50cc64708bcca5563549b091871a3e0','',NULL),(13689,'en','woocommerce','457f090ac38eb72b6f8290b561a2fe45','Yes, I will enter prices inclusive of tax',NULL,NULL,'','LINE',NULL,10,'','164c941f84d18bd9c42111e19f460e18','',NULL),(13690,'en','woocommerce','f988884a3a17f78f6e6f781b4fafa302','No, I will enter prices exclusive of tax',NULL,NULL,'','LINE',NULL,10,'','d4e2be7850e9e62f9e4e6a72d4de28f1','',NULL),(13691,'en','woocommerce','4d4e1d5cca0717120609a8296c4d7221','Calculate tax based on',NULL,NULL,'','LINE',NULL,10,'','5015f8d0c9b3221a4de3d107f4d4bed1','',NULL),(13692,'en','woocommerce','fa82bf58dbae57c77c2240b6cdf21e30','This option determines which address is used to calculate tax.',NULL,NULL,'','LINE',NULL,10,'','a3015e8f1a5ea67daeeba37e84475ecd','',NULL),(13693,'en','woocommerce','f932e29a032521f121d238cde2b1824b','Customer shipping address',NULL,NULL,'','LINE',NULL,10,'','ba5d546cfb574cbeb7429d32eb27f4e0','',NULL),(13694,'en','woocommerce','8df0cecbc26fe8ed5ad7c7adf6b99154','Customer billing address',NULL,NULL,'','LINE',NULL,10,'','019cccc109de0efedb87d75729025426','',NULL),(13695,'en','woocommerce','35e3bc2c2734b9998306d1a2b555cb1e','Shipping tax class',NULL,NULL,'','LINE',NULL,10,'','427c4a076e7892da7c019972817bd0af','',NULL),(13696,'en','woocommerce','c31a6c524751725baa6d4ec94f208a24','Optionally control which tax class shipping gets, or leave it so shipping tax is based on the cart items themselves.',NULL,NULL,'','LINE',NULL,10,'','da45a885b662845dced157bfac5143d6','',NULL),(13697,'en','woocommerce','bdc1881769cdfb22e50c0182c605de0c','Shipping tax class based on cart items',NULL,NULL,'','LINE',NULL,10,'','a11e6714be6dfcd4c18c2c50b444e97c','',NULL),(13698,'en','woocommerce','eb6d8ae6f20283755b339c0dc273988b','Standard',NULL,NULL,'','LINE',NULL,10,'','9985995c98f696950abdbac7b5cfdf8c','',NULL),(13699,'en','woocommerce','f81873c32fc169ee4afa8ea831f6aba4','Rounding',NULL,NULL,'','LINE',NULL,10,'','213e941024e4800e1748b1b8c2782f9b','',NULL),(13700,'en','woocommerce','bdf96ca48398f192572173bc920df711','Round tax at subtotal level, instead of rounding per line',NULL,NULL,'','LINE',NULL,10,'','73a64f87fcd63dbf344db02cc345b775','',NULL),(13701,'en','woocommerce','43abb11ca1854a14b9ec90ee2ddf1351','Additional tax classes',NULL,NULL,'','LINE',NULL,10,'','1de7c518a72e456366f2ab9fe0b594c0','',NULL),(13702,'en','woocommerce','94912ebdd69c965747de1158f73c9645','List additional tax classes you need below (1 per line, e.g. Reduced Rates). These are in addition to \"Standard rate\" which exists by default.',NULL,NULL,'','LINE',NULL,10,'','387cc798e60a1ac5a0df6984bc84608f','',NULL),(13703,'en','woocommerce','7bed5f88684dcccd9224c129e773a119','Display prices in the shop',NULL,NULL,'','LINE',NULL,10,'','073697c7dc8e2789426faf819a61c665','',NULL),(13704,'en','woocommerce','dd8085978ee9ea0602122eb2e2983ab3','Including tax',NULL,NULL,'','LINE',NULL,10,'','fb499446de17498232c5751b945f9ec0','',NULL),(13705,'en','woocommerce','e2773b5f3378c679f529106712a9b132','Excluding tax',NULL,NULL,'','LINE',NULL,10,'','78622684c2ae717cbd3bc21b0421a5dc','',NULL),(13706,'en','woocommerce','379247ebb30bdbcf3505576860ee3e5a','Display prices during cart and checkout',NULL,NULL,'','LINE',NULL,10,'','e61e9d6097e8f94c95a2f85531e055af','',NULL),(13707,'en','woocommerce','f16ffd77c52c31ac09d9a0d6b0fff981','Price display suffix',NULL,NULL,'','LINE',NULL,10,'','31c16b01ea458e2b11d6aec4e1e9329a','',NULL),(13708,'en','woocommerce','382b0f5185773fa0f67a8ed8056c7759','N/A',NULL,NULL,'','LINE',NULL,10,'','0a2b22dbfa9bd1108873e3fd3a425a4c','',NULL),(13709,'en','woocommerce','4d908495ac7b2f9fb35640d4bc145cd4','Define text to show after your product prices. This could be, for example, \"inc. Vat\" to explain your pricing. You can also have prices substituted here using one of the following: {price_including_tax}, {price_excluding_tax}.',NULL,NULL,'','LINE',NULL,10,'','41b8f8be1f4abaab48dfd82be097802e','',NULL),(13710,'en','woocommerce','a0c86f0224216a3d145a7ef0603c1630','Display tax totals',NULL,NULL,'','LINE',NULL,10,'','eeaf6d06988cd38b0d9d3a3cf06e2d46','',NULL),(13711,'en','woocommerce','4973458d4bda230d050e5eac34d4e0fa','As a single total',NULL,NULL,'','LINE',NULL,10,'','168d0efdea95d88145359319850c984e','',NULL),(13712,'en','woocommerce','cec5d082195f62da9f682b8182a3a7cf','Itemized',NULL,NULL,'','LINE',NULL,10,'','9677573d8917fdfa1965a65a3d7e18ce','',NULL),(13713,'en','woocommerce','aff2a727b29137dd8d1ecb708d2047db','Shipping zones',NULL,NULL,'','LINE',NULL,10,'','11d132f1e381d904197b19d4e33bfaa6','',NULL),(13714,'en','woocommerce','eb3378ce39cddd81c9e7b011dcbf7196','Shipping options',NULL,NULL,'','LINE',NULL,10,'','fc8a60dfc36938a498143e8e0a7ea9fc','',NULL),(13715,'en','woocommerce','5053411022ca23167c2d8429f33a4932','Shipping classes',NULL,NULL,'','LINE',NULL,10,'','7b4fc478e2b083ea018e82307c9c16f5','',NULL),(13716,'en','woocommerce','003ef63180e665dd5b156927d9dcf524','Calculations',NULL,NULL,'','LINE',NULL,10,'','4467a3578334ff386a5fe7addc0d35b6','',NULL),(13717,'en','woocommerce','05fb94aa93dee7f304f8b51c1dfd7bce','Enable the shipping calculator on the cart page',NULL,NULL,'','LINE',NULL,10,'','fc58e6dcd54f78cce099340aa2245c92','',NULL),(13718,'en','woocommerce','9b3181014ce0b45abe0e72d27367a23c','Hide shipping costs until an address is entered',NULL,NULL,'','LINE',NULL,10,'','e728c4a6d4b3977167656fb219ed1d2c','',NULL),(13719,'en','woocommerce','fdbf7ea71413939836ccc4d8f21240e9','Shipping destination',NULL,NULL,'','LINE',NULL,10,'','24cb02b46b4d4e2ca124e7baa84e25f1','',NULL),(13720,'en','woocommerce','4238ad45f47916466614ced98a08b404','This controls which shipping address is used by default.',NULL,NULL,'','LINE',NULL,10,'','0e1b28a0fba73672dee89db22ba62c60','',NULL),(13721,'en','woocommerce','640f65bf186960366954c7e1ec660df5','Default to customer shipping address',NULL,NULL,'','LINE',NULL,10,'','e43c897e02a52432a9e4ce06feca08f9','',NULL),(13722,'en','woocommerce','d9b539fc4fa9c28fe1aa5c58258a1bb3','Default to customer billing address',NULL,NULL,'','LINE',NULL,10,'','a49f0e5a69f6597600d5b64ef25dca44','',NULL),(13723,'en','woocommerce','055f76d8bc8d940504d910d67e1a6493','Force shipping to the customer billing address',NULL,NULL,'','LINE',NULL,10,'','b0c9edbd5aca3e5f440b09d19fbcb9c5','',NULL),(13724,'en','woocommerce','ec3028a12402ab7f43962a6f3a667b6e','Debug mode',NULL,NULL,'','LINE',NULL,10,'','ea4aef2729c297932b958fbc7a7a20bd','',NULL),(13725,'en','woocommerce','7f77e3d7178f0b1979d13c101a456450','Enable debug mode',NULL,NULL,'','LINE',NULL,10,'','d1614c83584aa890580e8b8f92bf794c','',NULL),(13726,'en','woocommerce','e8cb1e99b03a3d04264107c60728c5a3','Enable shipping debug mode to show matching shipping zones and to bypass shipping rate cache.',NULL,NULL,'','LINE',NULL,10,'','cb1918b4ee791d03fb57084dc7d32249','',NULL),(13727,'en','woocommerce','0da8d9a75492046bea7f314521e07cae','Payment methods',NULL,NULL,'','LINE',NULL,10,'','c6a676741af6a9d4654c5974f79bf27b','',NULL),(13728,'en','woocommerce','187614f18f028886a3218695968df3dd','Installed payment methods are listed below and can be sorted to control their display order on the frontend.',NULL,NULL,'','LINE',NULL,10,'','7f733650477a2d43cd66d7d6ab9ad44c','',NULL),(13729,'en','woocommerce','e28d7deffe61ce4ef993904c810364af','account erasure request',NULL,NULL,'','LINE',NULL,10,'','834b0afaee0c57a5a6bcfd2b625a539a','',NULL),(13730,'en','woocommerce','12819315d9cf421dcaac8122a71ececa','Guest checkout',NULL,NULL,'','LINE',NULL,10,'','89d55c3b2088bfdd14b53e9796973144','',NULL),(13731,'en','woocommerce','3e829e2f239cfa36f5473ca8d2cde360','Allow customers to place orders without an account',NULL,NULL,'','LINE',NULL,10,'','10e10e963f40b8a182555757e9a262ca','',NULL),(13732,'en','woocommerce','99dea78007133396a7b8ed70578ac6ae','Login',NULL,NULL,'','LINE',NULL,10,'','50b09376ed6d57f2e44e1b0107cc6cbf','',NULL),(13733,'en','woocommerce','c0ef79c9cef4a4079261d25b75bcea83','Allow customers to log into an existing account during checkout',NULL,NULL,'','LINE',NULL,10,'','406f1f92a36b95fc2dfbe4036586d3ca','',NULL),(13734,'en','woocommerce','a516b010b79dbc3e2061ad7d8260b148','Account creation',NULL,NULL,'','LINE',NULL,10,'','4946d42c86206cf6a239cc701746bc34','',NULL),(13735,'en','woocommerce','1491f6c50a1b42ce9c1710339e7d319b','Allow customers to create an account during checkout',NULL,NULL,'','LINE',NULL,10,'','5bd640d8b8dba467f4e0fa0ffedcd3fa','',NULL),(13736,'en','woocommerce','78b85e8aaf343a937f43566c3966f792','Allow customers to create an account on the \"My account\" page',NULL,NULL,'','LINE',NULL,10,'','981fdce4aa872be3a09071e69fe0b59c','',NULL),(13737,'en','woocommerce','5eb5cad2cf52cffdf6cf62b48a472558','When creating an account, automatically generate an account username for the customer based on their name, surname or email',NULL,NULL,'','LINE',NULL,10,'','3f472df4ac1145d6bd15c49b5121460e','',NULL),(13738,'en','woocommerce','6ac60b00f2719b0f15e96e2d6a3e4709','When creating an account, automatically generate an account password',NULL,NULL,'','LINE',NULL,10,'','7e48bd4cf94fc1aa21dba7d7487dfa2a','',NULL),(13739,'en','woocommerce','7e388eb8ee4986a4c387c04f37860d29','Account erasure requests',NULL,NULL,'','LINE',NULL,10,'','7c34f988d560d6a0b7cd5ec1ac90eabd','',NULL),(13740,'en','woocommerce','a8651fd2540a0a1317e6d3d7015b4cd6','Remove personal data from orders on request',NULL,NULL,'','LINE',NULL,10,'','37c87ef4675e4c73843ff9cbacb6058a','',NULL),(13741,'en','woocommerce','8163496e658269da3a6402387f7812c8','When handling an %s, should personal data within orders be retained or removed?',NULL,NULL,'','LINE',NULL,10,'','993db4b1c0ba7e4dac3b249b3b73a89c','',NULL),(13742,'en','woocommerce','75a9a29374ea6f83f94069c93107f1c3','Remove access to downloads on request',NULL,NULL,'','LINE',NULL,10,'','8320f0962e134e24bcd6c8d091563d89','',NULL),(13743,'en','woocommerce','fff52929a99c6ff4bf742aeb59f53456','When handling an %s, should access to downloadable files be revoked and download logs cleared?',NULL,NULL,'','LINE',NULL,10,'','0a0a8c0768b02a12e8be418af87590d3','',NULL),(13744,'en','woocommerce','6f79f3952301a9f4ae0e30a54b574d3c','Personal data removal',NULL,NULL,'','LINE',NULL,10,'','d3d34803be6da73dbd9e8eff3fbd6c1a','',NULL),(13745,'en','woocommerce','ffc15eddbc649fcbbd3b8e3e810bad41','Allow personal data to be removed in bulk from orders',NULL,NULL,'','LINE',NULL,10,'','d74ce9b7f3c834531f2c9242f5e943ab','',NULL),(13746,'en','woocommerce','918786622e7716527b75c6b4ef3e3d38','Adds an option to the orders screen for removing personal in bulk. Note that removing personal data cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','82015682b077720c6c481d120f9a3043','',NULL),(13747,'en','woocommerce','56c34c6410dd45c5cec44149ad0ce037','Privacy policy',NULL,NULL,'','LINE',NULL,10,'','f0c2d47ad120a17a73392a7a199070d8','',NULL),(13748,'en','woocommerce','312ea8c54acdd7edb9913e90990fda9a','This section controls the display of your website privacy policy. The privacy notices below will not show up unless a privacy page is first set.',NULL,NULL,'','LINE',NULL,10,'','2d7e7a4505c33ab0a7fa5fcf211a3831','',NULL),(13749,'en','woocommerce','788f5a513da41ca3f7e44df11f008638','Privacy page',NULL,NULL,'','LINE',NULL,10,'','1d36506c86482885ac2d68f3bc6db08b','',NULL),(13750,'en','woocommerce','042bc513960a28c7a0a855fc5b9423e2','Choose a page to act as your privacy policy.',NULL,NULL,'','LINE',NULL,10,'','b8c6ae9654d1c4c8b9ca716bf4dcfcf9','',NULL),(13751,'en','woocommerce','ee1bc91a9db0e1d6bd6db94b387b6d86','Registration privacy policy',NULL,NULL,'','LINE',NULL,10,'','33cba72e7bc896e7f28a270481df5473','',NULL),(13752,'en','woocommerce','fc73b2a16cd38e3071941bb149d9ab72','Optionally add some text about your store privacy policy to show on account registration forms.',NULL,NULL,'','LINE',NULL,10,'','b7c0a0226a4d4d471eda0358f3d00bee','',NULL),(13753,'en','woocommerce','fefb05a6569d93348c51f47a742211f6','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our %s.',NULL,NULL,'','LINE',NULL,10,'','f139a02849fd6e231a18590f5c054559','',NULL),(13754,'en','woocommerce','12a2e8be48bc2f8d9b0f861c61310b9c','Checkout privacy policy',NULL,NULL,'','LINE',NULL,10,'','6942bc02beefd3d6d7ac9bf489e830fb','',NULL),(13755,'en','woocommerce','f1c607a81752dda4abc86c26c193c873','Optionally add some text about your store privacy policy to show during checkout.',NULL,NULL,'','LINE',NULL,10,'','60ffdb2037f638c649c7e87331c385bd','',NULL),(13756,'en','woocommerce','f463b12919da3fff3190860fba87f008','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our %s.',NULL,NULL,'','LINE',NULL,10,'','40c70ccb0619ac8d7bfbb6e8057a9ccf','',NULL),(13757,'en','woocommerce','9e41fc5160070a7299fdd17dab97d839','Personal data retention',NULL,NULL,'','LINE',NULL,10,'','cd88452075a1665d8aec963d3857bb3d','',NULL),(13758,'en','woocommerce','d8cee5a928bcd4142fd2c9bdffa47e99','Choose how long to retain personal data when it\'s no longer needed for processing. Leave the following options blank to retain this data indefinitely.',NULL,NULL,'','LINE',NULL,10,'','a558567c1076df0b82b540111de238be','',NULL),(13759,'en','woocommerce','4c91e9d993c72804448ef0ee3a8238a9','Retain inactive accounts ',NULL,NULL,'','LINE',NULL,10,'','668ea8a93fd300dca846666da98fa9e8','',NULL),(13760,'en','woocommerce','8e61c3ad4d00987b3fa4d3cf99fe2164','Inactive accounts are those which have not logged in, or placed an order, for the specified duration. They will be deleted. Any orders will be converted into guest orders.',NULL,NULL,'','LINE',NULL,10,'','3a3115ce36f567b4efe8b45e7bf0861f','',NULL),(13761,'en','woocommerce','09d97cc2bfb7a4813d570541f667dc02','Retain pending orders ',NULL,NULL,'','LINE',NULL,10,'','6f8054cd27ea65c13cbe244bd0e16338','',NULL),(13762,'en','woocommerce','ceadd639090c42a6ed6a5c5f170236c9','Pending orders are unpaid and may have been abandoned by the customer. They will be trashed after the specified duration.',NULL,NULL,'','LINE',NULL,10,'','56c35893e084187b29520dd3a9679065','',NULL),(13763,'en','woocommerce','00bd2300a7c14722199caf7898bd720a','Retain failed orders',NULL,NULL,'','LINE',NULL,10,'','4764d0fcf1b1c93bf0bcd13e873f3225','',NULL),(13764,'en','woocommerce','a99fe0f84bf192b968450c192819e409','Failed orders are unpaid and may have been abandoned by the customer. They will be trashed after the specified duration.',NULL,NULL,'','LINE',NULL,10,'','ca139b9082bbd4cce82880e772ab9334','',NULL),(13765,'en','woocommerce','359589252aad18d6b3c81a73a910006d','Retain cancelled orders',NULL,NULL,'','LINE',NULL,10,'','d62adf8e9a6e0771192d441f7499e64b','',NULL),(13766,'en','woocommerce','f52f6cac392c30fbe058585758596be7','Cancelled orders are unpaid and may have been cancelled by the store owner or customer. They will be trashed after the specified duration.',NULL,NULL,'','LINE',NULL,10,'','191c7b70cb982535de0ef0b9787dcfcc','',NULL),(13767,'en','woocommerce','7fe2957b290509175a9b44e3f17b38f5','Retain completed orders',NULL,NULL,'','LINE',NULL,10,'','09849fa33926e4737eaedf04371e4f16','',NULL),(13768,'en','woocommerce','0741cd1b799e2be0c1008a9a5a259eaa','Retain completed orders for a specified duration before anonymizing the personal data within them.',NULL,NULL,'','LINE',NULL,10,'','f482d040f261c4ebe2c29574c0a7d2a0','',NULL),(13769,'en','woocommerce','d649fb7f23c177cc06e0c0d50c53df06','Email options',NULL,NULL,'','LINE',NULL,10,'','3f1dfac7a5b21b2e1a014ac732b692b4','',NULL),(13770,'en','woocommerce','a67ce68ccac082ad54a552bdbcb6ecd7','Email notifications',NULL,NULL,'','LINE',NULL,10,'','768d2bcdb902da0b6885cfce4287a0e5','',NULL),(13771,'en','woocommerce','2be925c04b05bbc953a44621c9f8034a','Email notifications sent from WooCommerce are listed below. Click on an email to configure it.',NULL,NULL,'','LINE',NULL,10,'','9c1629eab39b6b8370bb44762bbb5a9d','',NULL),(13772,'en','woocommerce','3e72485c9c06d7d3d3e31663885c8c93','Email sender options',NULL,NULL,'','LINE',NULL,10,'','6823ddbf2327534e6475efd75189e032','',NULL),(13773,'en','woocommerce','19b331c32ee75e7aa73d70a29461c268','\"From\" name',NULL,NULL,'','LINE',NULL,10,'','73fbf6ee673c40e76db3736c90d2f0b5','',NULL),(13774,'en','woocommerce','dc84203bf16c67c0d81536632963f1b1','How the sender name appears in outgoing WooCommerce emails.',NULL,NULL,'','LINE',NULL,10,'','2ce428254231cba3c79316a76d710044','',NULL),(13775,'en','woocommerce','ab7e05c4212a33d3237f389d115a1044','\"From\" address',NULL,NULL,'','LINE',NULL,10,'','b13a4d7d94357a1062fbd8bd5d4874ce','',NULL),(13776,'en','woocommerce','c3b41c7c311ba2a9810a3e2f09224713','How the sender email appears in outgoing WooCommerce emails.',NULL,NULL,'','LINE',NULL,10,'','34790bb523e1c2ca54076142e8d12904','',NULL),(13777,'en','woocommerce','13a44cb3c08c1c40a3c5b62152538ee8','Email template',NULL,NULL,'','LINE',NULL,10,'','e985be7f913e912576654b10bb1d7ad2','',NULL),(13778,'en','woocommerce','b2e340856c05547f7dba0c42d14c91f0','This section lets you customize the WooCommerce emails. <a href=\"%s\" target=\"_blank\">Click here to preview your email template</a>.',NULL,NULL,'','LINE',NULL,10,'','71e5086b48c495d85eb26d9ce31f7dfd','',NULL),(13779,'en','woocommerce','461cc4e1508c64c14374905bc93b36ce','Header image',NULL,NULL,'','LINE',NULL,10,'','310e0130c1d35a7b0bec0ac66e0684c2','',NULL),(13780,'en','woocommerce','d111aa9bccf9a9e86c539d9b74870bcf','URL to an image you want to show in the email header. Upload images using the media uploader (Admin > Media).',NULL,NULL,'','LINE',NULL,10,'','ad3481c4dacf8a137bf63b4bde6cec1d','',NULL),(13781,'en','woocommerce','ae68c7d78a4135cf3d9790ef9f176cdf','Footer text',NULL,NULL,'','LINE',NULL,10,'','f0020f58c019a137521a4b02de3320a3','',NULL),(13782,'en','woocommerce','8815e0257973223e3fc5f999213926cb','The text to appear in the footer of all WooCommerce emails.',NULL,NULL,'','LINE',NULL,10,'','fdcb799d18d2a7658430c3ecf2db81a7','',NULL),(13783,'en','woocommerce','cbfd5b06f6bd18e203da19ddde330632','Available placeholders: %s',NULL,NULL,'','LINE',NULL,10,'','66f573b99cf39c2ddb923ee07bde5f9e','',NULL),(13784,'en','woocommerce','e879636296acf8dc756adf5cc01c4135','Base color',NULL,NULL,'','LINE',NULL,10,'','5a69c978568de17b8748b14a23dbd7cc','',NULL),(13785,'en','woocommerce','8ec519cb4b9287a229199cdc5d70a2dc','The base color for WooCommerce email templates. Default %s.',NULL,NULL,'','LINE',NULL,10,'','8ae00916b3583c0a00e3d1796bf2b36e','',NULL),(13786,'en','woocommerce','368d9ac76af05f714092bc808a426bfc','Background color',NULL,NULL,'','LINE',NULL,10,'','7b276e02b04539e6b14a39234287986e','',NULL),(13787,'en','woocommerce','5cde8c189099ffa6bd89ce0bee229972','The background color for WooCommerce email templates. Default %s.',NULL,NULL,'','LINE',NULL,10,'','919ae3aaaf177bdbb62d5c50190efe80','',NULL),(13788,'en','woocommerce','215f590f1e7aced25029a16154fc031c','Body background color',NULL,NULL,'','LINE',NULL,10,'','1f8285782f65cb98b27ece4054c991df','',NULL),(13789,'en','woocommerce','66b62fb6b8101e62066dc6263c1d64aa','The main body background color. Default %s.',NULL,NULL,'','LINE',NULL,10,'','ec91b2870f3cfd4832f055c68071f11f','',NULL),(13790,'en','woocommerce','72488b02a5dbc79d2005e1b2612a2d97','Body text color',NULL,NULL,'','LINE',NULL,10,'','f39de115c1d6687027a8670ecf7ba7c5','',NULL),(13791,'en','woocommerce','ec8853b995575bca3828e3e8ff906bc2','The main body text color. Default %s.',NULL,NULL,'','LINE',NULL,10,'','2b8339a28a8a1df75c1c6d42db4fa229','',NULL),(13792,'en','woocommerce','2cd119787f5803c2f558e3634723bbf4','Page setup',NULL,NULL,'','LINE',NULL,10,'','b21848850fc383a11f757c708e9c6c1a','',NULL),(13793,'en','woocommerce','aba3d4b49c454e1974970e7b5514b001','REST API',NULL,NULL,'','LINE',NULL,10,'','274596fcfc894ac67f2cbd163f5ed58b','',NULL),(13794,'en','woocommerce','221d2a347ebfc15d48665188f639d1cb','Webhooks',NULL,NULL,'','LINE',NULL,10,'','8252008b07103fedbddae00c7098736e','',NULL),(13795,'en','woocommerce','c5583b77ed3f86ca36863cf4bb9b56e1','Legacy API',NULL,NULL,'','LINE',NULL,10,'','e26a4232ffe04e3f2a1c57cd636d0235','',NULL),(13796,'en','woocommerce','af96447b56680555ffb52672428a1b5b','WooCommerce.com',NULL,NULL,'','LINE',NULL,10,'','48ed23db0ffb53ec3da1260bd9530bfa','',NULL),(13797,'en','woocommerce','c250986a598366a32ea3f0d5572ff8b1','These pages need to be set so that WooCommerce knows where to send users to checkout.',NULL,NULL,'','LINE',NULL,10,'','129de465f2aa7ebc73933ade0d466ba4','',NULL),(13798,'en','woocommerce','bb54cce5a0fb4e80d1b2dce5a28d6efb','Cart page',NULL,NULL,'','LINE',NULL,10,'','f89e5db597c10974bd9af8b65e176acb','',NULL),(13799,'en','woocommerce','09cc7119453ff521e518d4c86ab736ca','Page contents: [%s]',NULL,NULL,'','LINE',NULL,10,'','7ad60b69576d7d97258f3c85df405f9a','',NULL),(13800,'en','woocommerce','30ae44c4afa98b529400daa23dfc0202','Checkout page',NULL,NULL,'','LINE',NULL,10,'','d01ede216972c5fdb8c7924bcedd9498','',NULL),(13801,'en','woocommerce','3226612e9fc77d41d14b7b536446c992','My account page',NULL,NULL,'','LINE',NULL,10,'','513fc6f522d101b40f1bb2aacbee2145','',NULL),(13802,'en','woocommerce','829f96defc7c51f96edf84b190ab864a','Terms and conditions',NULL,NULL,'','LINE',NULL,10,'','c47ff7b47e4d7a10f2f339201597d9ab','',NULL),(13803,'en','woocommerce','273724119b212ef30d2f49a9c1a6e209','If you define a \"Terms\" page the customer will be asked if they accept them when checking out.',NULL,NULL,'','LINE',NULL,10,'','c49a14aed4db934801e16b4e1dc0de65','',NULL),(13804,'en','woocommerce','4d1d24dea66eb2961b93b1852dbd4bc2','Secure checkout',NULL,NULL,'','LINE',NULL,10,'','ef7e20d592cd968114f6c91073ece3b9','',NULL),(13805,'en','woocommerce','ed4fb91a146c568c9b4f1bf3b3974e6f','Force secure checkout',NULL,NULL,'','LINE',NULL,10,'','f5082cc86914fe6fbcc81075505743e4','',NULL),(13806,'en','woocommerce','b6e2d80966b9b9f2d1cbb388beb38d33','Force SSL (HTTPS) on the checkout pages (<a href=\"%s\" target=\"_blank\">an SSL Certificate is required</a>).',NULL,NULL,'','LINE',NULL,10,'','3e8356808b22453a9a82e14eb03b6bdb','',NULL),(13807,'en','woocommerce','5bbe2da06a9f9977d1e337ec858f5832','Force HTTP when leaving the checkout',NULL,NULL,'','LINE',NULL,10,'','26eae60b246bbe4be7db23daba2ed997','',NULL),(13808,'en','woocommerce','dde25f315a90a61076ae97412cb12d17','Checkout endpoints',NULL,NULL,'','LINE',NULL,10,'','333bdf413d9becb9d7b2e51f4d9447a7','',NULL),(13809,'en','woocommerce','d7773478bb5ac7c79c8543c4207be4a7','Endpoints are appended to your page URLs to handle specific actions during the checkout process. They should be unique.',NULL,NULL,'','LINE',NULL,10,'','16b048b380e8a39a2903690a5b85fae2','',NULL),(13810,'en','woocommerce','99938b17c91170dfb0c2f3f8bc9f2a85','Pay',NULL,NULL,'','LINE',NULL,10,'','bf82c24bdf9e6926d9bdc4c2f03450f2','',NULL),(13811,'en','woocommerce','81ae97fb764c922c2a378645bf8a722b','Endpoint for the \"Checkout → Pay\" page.',NULL,NULL,'','LINE',NULL,10,'','2836cb52b96cbf2afeab0b7896bf9263','',NULL),(13812,'en','woocommerce','e14d072b4dde8a3a1b77965741e4496e','Order received',NULL,NULL,'','LINE',NULL,10,'','d2dc4381e4f05d832760fd1acf4cba23','',NULL),(13813,'en','woocommerce','6f5351502fd9f08a0ffa92b3f64ad898','Endpoint for the \"Checkout → Order received\" page.',NULL,NULL,'','LINE',NULL,10,'','819264b2f532cadaf3f8b9af41f3e3e0','',NULL),(13814,'en','woocommerce','9b244d8b0d5498eb954e996891eeb695','Add payment method',NULL,NULL,'','LINE',NULL,10,'','e35422508c922cd7d59fb8bde30544c6','',NULL),(13815,'en','woocommerce','612268119a5ed86b1f1ed58b26e9a871','Endpoint for the \"Checkout → Add payment method\" page.',NULL,NULL,'','LINE',NULL,10,'','ab748085bdf29167e5640e80a00523ed','',NULL),(13816,'en','woocommerce','1203190e2c25d0377afab032ddd9b608','Delete payment method',NULL,NULL,'','LINE',NULL,10,'','a1a054ac969f2d2e46bbab8ca96700ee','',NULL),(13817,'en','woocommerce','0fed9b76c7d909766be368f9cd00edea','Endpoint for the delete payment method page.',NULL,NULL,'','LINE',NULL,10,'','86019151bbd5ffbeb24e18ba99db6ae5','',NULL),(13818,'en','woocommerce','64dd1c5ff7646c922c7bc9ca40e661ae','Set default payment method',NULL,NULL,'','LINE',NULL,10,'','bd037ab2129e7c5e8b01e168413acac5','',NULL),(13819,'en','woocommerce','32f9d8b0755fb79ec7878bdf7410e8eb','Endpoint for the setting a default payment method page.',NULL,NULL,'','LINE',NULL,10,'','327c0b417cfb275e91d1367c98031efb','',NULL),(13820,'en','woocommerce','6eda0d19700b94d253d9b165a66f48e4','Account endpoints',NULL,NULL,'','LINE',NULL,10,'','e22e5bc2003bbe1adee9000933aa2dbd','',NULL),(13821,'en','woocommerce','5cde6e29e9184b69e655a907488a6bdd','Endpoints are appended to your page URLs to handle specific actions on the accounts pages. They should be unique and can be left blank to disable the endpoint.',NULL,NULL,'','LINE',NULL,10,'','cf999a3659f9a78e8d50e4b217ad0607','',NULL),(13822,'en','woocommerce','7442e29d7d53e549b78d93c46b8cdcfc','Orders',NULL,NULL,'','LINE',NULL,10,'','4b05b27f3180e06073f0a43a90286a15','',NULL),(13823,'en','woocommerce','4644aacc1221405679eeefbfa940cdf2','Endpoint for the \"My account → Orders\" page.',NULL,NULL,'','LINE',NULL,10,'','f6922c863fac5ba9dc6b4cbdd2f6cfab','',NULL),(13824,'en','woocommerce','cb8fe83175bea4ba19d633b1dc6ea656','View order',NULL,NULL,'','LINE',NULL,10,'','5577013b0b980c98020d2c535e4cc3a0','',NULL),(13825,'en','woocommerce','47a765ea36b620f28ef6281c1072e856','Endpoint for the \"My account → View order\" page.',NULL,NULL,'','LINE',NULL,10,'','2d24edf4563f32242d2b4d5de52552a5','',NULL),(13826,'en','woocommerce','c20c35ef53bf1b70789ce94e66800147','Downloads',NULL,NULL,'','LINE',NULL,10,'','f038f4081a2e68df371f29f55571d175','',NULL),(13827,'en','woocommerce','5a814b8d47efe21c530c070333bc0228','Endpoint for the \"My account → Downloads\" page.',NULL,NULL,'','LINE',NULL,10,'','156753ac156e69b46a7939a90650260e','',NULL),(13828,'en','woocommerce','2fc1a8701c44bf595a55ed72b3c18dc3','Edit account',NULL,NULL,'','LINE',NULL,10,'','49fe536a6f65debd27e176d2de758628','',NULL),(13829,'en','woocommerce','b625ee5b2d702e61de0a6501eba7f73b','Endpoint for the \"My account → Edit account\" page.',NULL,NULL,'','LINE',NULL,10,'','a428c1465abda9f1db55baa1e2727f04','',NULL),(13830,'en','woocommerce','284b47b0bb63ae2df3b29f0e691d6fcf','Addresses',NULL,NULL,'','LINE',NULL,10,'','3d92a417f16414b8fbd41445304c2987','',NULL),(13831,'en','woocommerce','4f09bed8d99b1a5ca7af051171a63525','Endpoint for the \"My account → Addresses\" page.',NULL,NULL,'','LINE',NULL,10,'','8c0b3a6c56429ce3512f1cae20f8684f','',NULL),(13832,'en','woocommerce','64b5dd6bf6524a4ba1e5b9ecb2a9ce3b','Endpoint for the \"My account → Payment methods\" page.',NULL,NULL,'','LINE',NULL,10,'','71d4ceb9a72822636a7b63d4f2ae12dd','',NULL),(13833,'en','woocommerce','e4ea493ac7967fe78bec4b5766329345','Lost password',NULL,NULL,'','LINE',NULL,10,'','95cb323953d6328df5f18749ba50d5ce','',NULL),(13834,'en','woocommerce','831842772794784576cf4093910d0f98','Endpoint for the \"My account → Lost password\" page.',NULL,NULL,'','LINE',NULL,10,'','695997ec72559acf8a5fadc1ceabf3ae','',NULL),(13835,'en','woocommerce','0323de4f66a1700e2173e9bcdce02715','Logout',NULL,NULL,'','LINE',NULL,10,'','e1b7bcf539d2f01653c5bb301ec38f40','',NULL),(13836,'en','woocommerce','d2173511d47b236237bf2f1753407db9','Endpoint for the triggering logout. You can add this to your menus via a custom link: yoursite.com/?customer-logout=true',NULL,NULL,'','LINE',NULL,10,'','b0eff4f9738f2f16b302a57081aa5943','',NULL),(13837,'en','woocommerce','82b85a88ef18fb7eda251bfd83fbeaee','Enable the legacy REST API',NULL,NULL,'','LINE',NULL,10,'','564b573df6b2136b81054f6fbc00679c','',NULL),(13838,'en','woocommerce','64ec07ad3250e7bea7f9254f22b49d09','WooCommerce.com Usage Tracking Documentation',NULL,NULL,'','LINE',NULL,10,'','6274dae829d6deedf677dea05b3bfc14','',NULL),(13839,'en','woocommerce','7e75d826e81d606f2191ca54afd34bdf','Usage Tracking',NULL,NULL,'','LINE',NULL,10,'','2c7ed89c9044ca57b1f97a92a65d861a','',NULL),(13840,'en','woocommerce','2a7ed94f6a6405f559918216321b6dcb','Gathering usage data allows us to make WooCommerce better — your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense.',NULL,NULL,'','LINE',NULL,10,'','3f3ebcb84f0f7b7a969637f71b258d19','',NULL),(13841,'en','woocommerce','a0ad4b91518fb733f64b1421cee44883','Enable tracking',NULL,NULL,'','LINE',NULL,10,'','c984b2989a58011353c01046e47c8757','',NULL),(13842,'en','woocommerce','0a968730119b111f7db759ab171272b1','Allow usage of WooCommerce to be tracked',NULL,NULL,'','LINE',NULL,10,'','51b717232bc36a74237d71a2bd63d6c9','',NULL),(13843,'en','woocommerce','35dec83916e9dee09c2b242f77f727bf','To opt out, leave this box unticked. Your store remains untracked, and no data will be collected. Read about what usage data is tracked at: %s.',NULL,NULL,'','LINE',NULL,10,'','38e06402b3ac473c2e605e64b05cc201','',NULL),(13844,'en','woocommerce','b959e85be59b567aa89b9ea8597bfb57','Marketplace suggestions',NULL,NULL,'','LINE',NULL,10,'','85bf43531a48e4f5259d25459d5b93e9','',NULL),(13845,'en','woocommerce','8ea6218ba0fd44be09688596de882586','We show contextual suggestions for official extensions that may be helpful to your store.',NULL,NULL,'','LINE',NULL,10,'','1602636ce50806b4fc16ad0bde898e78','',NULL),(13846,'en','woocommerce','f50a71c0b38f791461a4a08c787b300f','Show Suggestions',NULL,NULL,'','LINE',NULL,10,'','5f561c77778d08b1c401f358c892eba5','',NULL),(13847,'en','woocommerce','cf6fe7c7ce4ac17e26796c3672636c46','Display suggestions within WooCommerce',NULL,NULL,'','LINE',NULL,10,'','5d204155a640e9caace8dc571d94a741','',NULL),(13848,'en','woocommerce','71fbdfa240058aafa10e4235a154e084','Leave this box unchecked if you do not want to see suggested extensions.',NULL,NULL,'','LINE',NULL,10,'','e1fd4c0c2df428afa3c93f91d1580213','',NULL),(13849,'en','woocommerce','a101648fc9a6dcaaeef7d96c45f57192','Reduced rate',NULL,NULL,'','LINE',NULL,10,'','a382dd7e3767f6ed5a2e06e5385297d6','',NULL),(13850,'en','woocommerce','030e3856053f5eee68e06d33a7cdf20c','Zero rate',NULL,NULL,'','LINE',NULL,10,'','62d5004d4701c309e165a401f5a6367b','',NULL),(13851,'en','woocommerce','ce26601dac0dea138b7295f02b7620a7','Customer',NULL,NULL,'','LINE',NULL,10,'User role','e8abf5072c9c2934a9fcd205907ea4d2','',NULL),(13852,'en','woocommerce','f07814cf497057001931f77eeda98723','Shop manager',NULL,NULL,'','LINE',NULL,10,'User role','334b0745c27b0d5e7159f0f524f1fd91','',NULL),(13853,'en','woocommerce','f5bf48aa40cad7891eb709fcf1fde128','product',NULL,NULL,'','LINE',NULL,10,'slug','51df5b0e5c5676028ba81d3471707ac9','',NULL),(13854,'en','woocommerce','0831155ab9abf011a192945be2308f9f','product-category',NULL,NULL,'','LINE',NULL,10,'slug','8520508801284ff1462c6aeb75606e8b','',NULL),(13855,'en','woocommerce','a4e5e771bdacb0f595fb5804f6056c23','product-tag',NULL,NULL,'','LINE',NULL,10,'slug','0f6a5b85084553b3b5d81b6e58f3cc2b','',NULL),(13856,'en','woocommerce','deb10517653c255364175796ace3553f','Product',NULL,NULL,'','LINE',NULL,10,'','2064c218b517ce1f4eeddf53d233d92f','',NULL),(13857,'en','woocommerce','a40de094ebb292b72fa2a4f3a1cf1209','All Products',NULL,NULL,'','LINE',NULL,10,'','493e7310e5f2f9623a8dea4b8c7f6d78','',NULL),(13858,'en','woocommerce','068f80c7519d0528fb08e82137a72131','Products',NULL,NULL,'','LINE',NULL,10,'Admin menu name','526ed44e218785a118cfb8e851924a57','',NULL),(13859,'en','woocommerce','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,10,'','abaee2b3296a2ab043dcad2c8ad4627e','',NULL),(13860,'en','woocommerce','3fa8c89ef63fbb7056fc1d8d1b67f97a','Add new product',NULL,NULL,'','LINE',NULL,10,'','35e6b0216361dd2b004bbeb38f3c1bdd','',NULL),(13861,'en','woocommerce','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,10,'','bef81fff1d924580b0d857d312ec6403','',NULL),(13862,'en','woocommerce','38dcfe97230f5eee7bf911f3b56f955a','Edit product',NULL,NULL,'','LINE',NULL,10,'','0016f76a451ee283d70719af0fe1bafb','',NULL),(13863,'en','woocommerce','656c3be690ee43df4b845bd2a2ebe587','New product',NULL,NULL,'','LINE',NULL,10,'','907d107e29efff0aac026cd5c21d832b','',NULL),(13864,'en','woocommerce','28da79e11242b9b0b03bec24f21cbdf1','View product',NULL,NULL,'','LINE',NULL,10,'','fda0dc4a798393fc73a3a2c26318112a','',NULL),(13865,'en','woocommerce','c61ab4204f572e9b3aa84a040e0dab31','View products',NULL,NULL,'','LINE',NULL,10,'','512b978722a66cf287d3b3dbb83fc778','',NULL),(13866,'en','woocommerce','437ac95a91364eb49587af5e146b1745','Search products',NULL,NULL,'','LINE',NULL,10,'','bcc2ea374de522021e9e120d4c3f5e47','',NULL),(13867,'en','woocommerce','b9af8635591dc44009ccd8e5389722ec','No products found',NULL,NULL,'','LINE',NULL,10,'','36eb48a70c7184bf408b0313aaa247c0','',NULL),(13868,'en','woocommerce','5e99e2c87b615da3878e0251efdf2552','No products found in trash',NULL,NULL,'','LINE',NULL,10,'','86775f9ab124f354445ae36d60ed63d1','',NULL),(13869,'en','woocommerce','4587d586d3da7f2250abeb78a4f52598','Parent product',NULL,NULL,'','LINE',NULL,10,'','ce7a12c8a8657d901e8bd322e8fbdf03','',NULL),(13870,'en','woocommerce','a3b9d2cd764b05f4be59cba8f03c01e4','Product image',NULL,NULL,'','LINE',NULL,10,'','20c12d17f35e8f23dc6a0278203784b6','',NULL),(13871,'en','woocommerce','56a9f2390eb252aba1342eccada16ee7','Set product image',NULL,NULL,'','LINE',NULL,10,'','23e37b0538ff383a078c25df2504924d','',NULL),(13872,'en','woocommerce','748aff4c811dee90ae56b02b39846cca','Remove product image',NULL,NULL,'','LINE',NULL,10,'','84ef077e1e132e31b6e7911f907893fb','',NULL),(13873,'en','woocommerce','2655509460a3e11bf39bb4097bbe4429','Use as product image',NULL,NULL,'','LINE',NULL,10,'','a8ffda1462584e6f1d8df57c70a1c008','',NULL),(13874,'en','woocommerce','15b40ec42d20b05ffc6b39220de44f07','Insert into product',NULL,NULL,'','LINE',NULL,10,'','b3381dfae8abe77783a1faa73ff97b72','',NULL),(13875,'en','woocommerce','6b1d05976402e9c760fc757d1648ddc2','Uploaded to this product',NULL,NULL,'','LINE',NULL,10,'','91f9731a42e2e3959eedbfea7deb7684','',NULL),(13876,'en','woocommerce','1932297c4cd332cfd513b8348ce1bbb4','Filter products',NULL,NULL,'','LINE',NULL,10,'','661c9de6fe85fd6add99a1ab3d9250a9','',NULL),(13877,'en','woocommerce','c4d71a34e7a6ce6b77f7dc3e5132fbf1','Products navigation',NULL,NULL,'','LINE',NULL,10,'','2efcbdb19d11c8a9e1c09b22a1f95049','',NULL),(13878,'en','woocommerce','bcda545ad09471204551247ce264ef02','Products list',NULL,NULL,'','LINE',NULL,10,'','7f8b3285ed2d8664a758444c8fc45f77','',NULL),(13879,'en','woocommerce','8c2b397fd43895f940f52e288d891a4f','This is where you can add new products to your store.',NULL,NULL,'','LINE',NULL,10,'','bdabb88232e9d938424106ed86df8064','',NULL),(13880,'en','woocommerce','a4374740662193b987e63eb5b727c994','Variations',NULL,NULL,'','LINE',NULL,10,'','96ff783f2b2c7f6b8406cb6013e549b7','',NULL),(13881,'en','woocommerce','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'','LINE',NULL,10,'shop_order post type singular name','89717a16c0af5ff52a92c81fcf63a2d9','',NULL),(13882,'en','woocommerce','2f57dd2b2321357e59eafc439e58a308','Add order',NULL,NULL,'','LINE',NULL,10,'','0adee48ba58618f219a5af3eeb98bbe5','',NULL),(13883,'en','woocommerce','e5d61db40a917c78a9d8e821dd0dd8de','Add new order',NULL,NULL,'','LINE',NULL,10,'','d4dfac99bae13f36576c16b768efdc06','',NULL),(13884,'en','woocommerce','9cf04e2f8530c22778606cc3582999fa','Edit order',NULL,NULL,'','LINE',NULL,10,'','4390e4d40e871b41e6ec36222dae2342','',NULL),(13885,'en','woocommerce','4c9120f1a5947445c0e9620254ceb30b','New order',NULL,NULL,'','LINE',NULL,10,'','72dd9d9f8cb4ed35af1ad2814eda7a06','',NULL),(13886,'en','woocommerce','3b5c949e5a7f93592ece65422e0496df','Search orders',NULL,NULL,'','LINE',NULL,10,'','009e64fa92578cfc359ab6c163fb4a41','',NULL),(13887,'en','woocommerce','2207b29a762b5d7798e9794cad24f518','No orders found',NULL,NULL,'','LINE',NULL,10,'','19be4dc9a57b77d0c67944c70a00ba83','',NULL),(13888,'en','woocommerce','7f31b9881cabec476325da2b07160eaf','No orders found in trash',NULL,NULL,'','LINE',NULL,10,'','4a5c9ec97b0314ef73393e2ae0e3332a','',NULL),(13889,'en','woocommerce','b7630af998bed863864259116f315137','Parent orders',NULL,NULL,'','LINE',NULL,10,'','d36d64ba50da92e0ca6aa8b04e3cd855','',NULL),(13890,'en','woocommerce','7442e29d7d53e549b78d93c46b8cdcfc','Orders',NULL,NULL,'','LINE',NULL,10,'Admin menu name','f855c0bed1ac485c8ee12d9abfe06f8c','',NULL),(13891,'en','woocommerce','15985753bbddc6f4481f765e62917bcb','Filter orders',NULL,NULL,'','LINE',NULL,10,'','dc9e5a24f9a781777026589b106291be','',NULL),(13892,'en','woocommerce','8074568b47ef51403311b1a5f52f30ab','Orders navigation',NULL,NULL,'','LINE',NULL,10,'','a2c43d13ea4b4997ad66fa03c41b5f37','',NULL),(13893,'en','woocommerce','5dadbd0ec9f0b182be4ead8dad39da79','Orders list',NULL,NULL,'','LINE',NULL,10,'','f646dbc4d486ae0ff0c3cd9d7d773ec4','',NULL),(13894,'en','woocommerce','cd1da8ae7837b25d0a86dee24d754261','This is where store orders are stored.',NULL,NULL,'','LINE',NULL,10,'','21252430641d368ba6e3d689b636ed20','',NULL),(13895,'en','woocommerce','53beb26d8bca00f56fbd295fdee83459','Refunds',NULL,NULL,'','LINE',NULL,10,'','4a03b9fb4498414ba123b3a63b1a7a0b','',NULL),(13896,'en','woocommerce','cc4616c718d99e1face99b5e46a5755c','Coupons',NULL,NULL,'','LINE',NULL,10,'','8870bbdfe20ac62e1a5585537acbfede','',NULL),(13897,'en','woocommerce','adb6e651c47c732f9af50ae33748feaa','Coupon',NULL,NULL,'','LINE',NULL,10,'','3389d0abebd86eaafa97caa40defa799','',NULL),(13898,'en','woocommerce','cc4616c718d99e1face99b5e46a5755c','Coupons',NULL,NULL,'','LINE',NULL,10,'Admin menu name','fdf3111621b4e3003ed1ff853f0be90f','',NULL),(13899,'en','woocommerce','11f3367d948bce8ea51a689df854a792','Add coupon',NULL,NULL,'','LINE',NULL,10,'','647a8f7988d4a389d124d0c6c9c10b35','',NULL),(13900,'en','woocommerce','bac49349911ab785a99838d1a4903670','Add new coupon',NULL,NULL,'','LINE',NULL,10,'','77520fdde84445cca5ac22cf4224ff16','',NULL),(13901,'en','woocommerce','45de1ce192f3138424be1c8504c54e2d','Edit coupon',NULL,NULL,'','LINE',NULL,10,'','1dfa1b79c99194e2832a8a7b57f7456f','',NULL),(13902,'en','woocommerce','ea84df1e731babf992df43497405e4fe','New coupon',NULL,NULL,'','LINE',NULL,10,'','281bb4c31e766ffc918a98fff1ec7f78','',NULL),(13903,'en','woocommerce','83aa970b6ecabcaa44114cf0725d3078','View coupon',NULL,NULL,'','LINE',NULL,10,'','e2a7fedb5a5f5f0d170b9f30f1794b1a','',NULL),(13904,'en','woocommerce','b593139552923d3f3e1d9c16372657ff','Search coupons',NULL,NULL,'','LINE',NULL,10,'','874aa663f6a10acd8166b36683491d88','',NULL),(13905,'en','woocommerce','e51b967ddf779b529ccffbd2702db960','No coupons found',NULL,NULL,'','LINE',NULL,10,'','abd0cad977ee8150913558abda27a0dd','',NULL),(13906,'en','woocommerce','0ca756de3c66fdfc65cbbe36b12d0aff','No coupons found in trash',NULL,NULL,'','LINE',NULL,10,'','f3e5b3c713f55330213f346370e288e9','',NULL),(13907,'en','woocommerce','88fc1099bec776e5f4ec1ce1df409dbb','Parent coupon',NULL,NULL,'','LINE',NULL,10,'','1d8dd797203407181b3cd2bf6243b415','',NULL),(13908,'en','woocommerce','9d51d2bb2e7fc99599e0d6daa4419cec','Filter coupons',NULL,NULL,'','LINE',NULL,10,'','59bdf9905956a8fd51d8c2584366ef92','',NULL),(13909,'en','woocommerce','bc1b15d17b2a9a31a3ec728f8742c9df','Coupons navigation',NULL,NULL,'','LINE',NULL,10,'','46813379c966c78a950fdce0a4609daa','',NULL),(13910,'en','woocommerce','996acd602cc3dfdfb115c8f833e93c6c','Coupons list',NULL,NULL,'','LINE',NULL,10,'','46d4ddbd9251bf5dd8b540aee8727686','',NULL),(13911,'en','woocommerce','4d367f831a328d4e0c05b4650ac51d71','This is where you can add new coupons that customers can use in your store.',NULL,NULL,'','LINE',NULL,10,'','f428dc0f3e6a927fa441c76421f34bfb','',NULL),(13912,'en','woocommerce','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'','8f1f1a37bbd6fc3e28deb0fed36f0935','',NULL),(13913,'en','woocommerce','408b5bf3030e4b0e383628f5e4d87b31','Product categories',NULL,NULL,'','LINE',NULL,10,'','ade8ea275bf43e13c54544899932ea66','',NULL),(13914,'en','woocommerce','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,10,'','2e271c5a1c7f3295c6df284909db0574','',NULL),(13915,'en','woocommerce','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,10,'Admin menu name','e9e94f0ad926f4475406e9694001f7ce','',NULL),(13916,'en','woocommerce','c5abe76b24973299661ce389d1a092e1','Search categories',NULL,NULL,'','LINE',NULL,10,'','26e976d16c8abb086e0dd930e23d3d57','',NULL),(13917,'en','woocommerce','62f5d708d6ad1fa1ddd9429a65cccbea','All categories',NULL,NULL,'','LINE',NULL,10,'','1629df4f703eacbb542da3ec08c5508c','',NULL),(13918,'en','woocommerce','52b68aaa602d202c340d9e4e9157f276','Parent category',NULL,NULL,'','LINE',NULL,10,'','d52c00ffb1972c4411cb67881bab99ef','',NULL),(13919,'en','woocommerce','66f2dd0c775eff24ac95c38347bcaf9a','Parent category:',NULL,NULL,'','LINE',NULL,10,'','d2f0a1fa4664dab66b5c9dcd49d6cd53','',NULL),(13920,'en','woocommerce','31b301a8c6227ac735de084114f6fc36','Edit category',NULL,NULL,'','LINE',NULL,10,'','3bf6f1edd9665183ac78f23b152723cd','',NULL),(13921,'en','woocommerce','8feec5529869c0caf47f7bab1c1ae295','Update category',NULL,NULL,'','LINE',NULL,10,'','3ff3f86fa9503ff4af673ca47b7d5cba','',NULL),(13922,'en','woocommerce','d0d4e3688fdaee5afa292083b855e143','Add new category',NULL,NULL,'','LINE',NULL,10,'','7ce4389a28fc29b3b9a880b1f59413ea','',NULL),(13923,'en','woocommerce','b9a492bdfa9de54c963f71db20af3b94','New category name',NULL,NULL,'','LINE',NULL,10,'','82c8ad47ce3c366f8794d2cc5e85df4c','',NULL),(13924,'en','woocommerce','daf455b3f7d72c5ffd0fb3cacb46b82e','No categories found',NULL,NULL,'','LINE',NULL,10,'','f12e63317c19ca74115afa5e84480f7c','',NULL),(13925,'en','woocommerce','05790be86a584ba5f31550786a4d2980','Product tags',NULL,NULL,'','LINE',NULL,10,'','8f1f48f4990a59ff2ec7a5a67b53f4ec','',NULL),(13926,'en','woocommerce','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,10,'','50f6a48de14e15a383bfc7a0969c2bc6','',NULL),(13927,'en','woocommerce','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,10,'Admin menu name','bdbe6bce1c2576924b252bfd8f6ebfd0','',NULL),(13928,'en','woocommerce','2ad5c0ee70d387a4949e104b40ea793d','Search tags',NULL,NULL,'','LINE',NULL,10,'','817187bcc60a35295d67045a3dcc9930','',NULL),(13929,'en','woocommerce','325337e6629f44ea469c10bc3d2c963c','All tags',NULL,NULL,'','LINE',NULL,10,'','5b80611ff07fc369a6fc90f9fda6bfc9','',NULL),(13930,'en','woocommerce','9b868d291bde84c856aecf7d82a57db8','Edit tag',NULL,NULL,'','LINE',NULL,10,'','659aefc3e2a632d86fcfed67e9ee6f2e','',NULL),(13931,'en','woocommerce','f5dd4e1619051145662042eda5130486','Update tag',NULL,NULL,'','LINE',NULL,10,'','296b84696154d2b661abf9f48e882bda','',NULL),(13932,'en','woocommerce','9fc8691fab39cc1433cd39430edb0501','Add new tag',NULL,NULL,'','LINE',NULL,10,'','ab55507efb2cfb3ab43a570746ebd04c','',NULL),(13933,'en','woocommerce','d46426aa44e3c10cbb841a6f9a6e96aa','New tag name',NULL,NULL,'','LINE',NULL,10,'','0e599a26e0b31b2cbe5d61e9de29a2e5','',NULL),(13934,'en','woocommerce','0a4aff6d3f48e4ce67728efa1e00e6a0','Popular tags',NULL,NULL,'','LINE',NULL,10,'','7638a8f2464f52b354be14ed971af3ee','',NULL),(13935,'en','woocommerce','fdc1564548beb786ed722cc8c4c44849','Separate tags with commas',NULL,NULL,'','LINE',NULL,10,'','eac1d9e770919f33fd3d81aa96d2e353','',NULL),(13936,'en','woocommerce','25c97f1e993635c78ecd9e502db5aad6','Add or remove tags',NULL,NULL,'','LINE',NULL,10,'','3faf52637f8ba4657879a03f52fde40e','',NULL),(13937,'en','woocommerce','3bff3aeeec617721788b4bf3e6020392','Choose from the most used tags',NULL,NULL,'','LINE',NULL,10,'','cdacf9358b825ee25d977f3dfd7546bc','',NULL),(13938,'en','woocommerce','64b13e395f52174275f3aebe44f4c67c','No tags found',NULL,NULL,'','LINE',NULL,10,'','2943f26147c019d047763ebdbafbdd1f','',NULL),(13939,'en','woocommerce','0e7f5e53ec73c0f076e667156720f01c','Product shipping classes',NULL,NULL,'','LINE',NULL,10,'','e9b4d40c35394ba295bb82d3d471fd2b','',NULL),(13940,'en','woocommerce','307c5318cfb2a1c4c85b59aecd26d726','Shipping class',NULL,NULL,'','LINE',NULL,10,'','a2e6c7b0915d28e194c35dc27428098b','',NULL),(13941,'en','woocommerce','5053411022ca23167c2d8429f33a4932','Shipping classes',NULL,NULL,'','LINE',NULL,10,'Admin menu name','de7b4f002f51e849f94c4096d914616a','',NULL),(13942,'en','woocommerce','af6ef5d647d748cbe9bc01ddc128e321','Search shipping classes',NULL,NULL,'','LINE',NULL,10,'','e29b2c49cc8ad8e84fe87b349b06c378','',NULL),(13943,'en','woocommerce','271d056520f4edb42d9b77ba3eba9d4f','All shipping classes',NULL,NULL,'','LINE',NULL,10,'','b2ba70d6839d4d081baa96f0b5d24509','',NULL),(13944,'en','woocommerce','d7e9f9d4b52e4fbe840bff124267cd15','Parent shipping class',NULL,NULL,'','LINE',NULL,10,'','7de3339dfe370113c6726a625f48cbf8','',NULL),(13945,'en','woocommerce','267743ff3d1d82652ac524e2a304468d','Parent shipping class:',NULL,NULL,'','LINE',NULL,10,'','02d9bc89d410278f970a67d8f1618baf','',NULL),(13946,'en','woocommerce','09da4752238446dad1357812e25ef76c','Edit shipping class',NULL,NULL,'','LINE',NULL,10,'','e0ec86c07931f6efbc9dd861bc14d6c0','',NULL),(13947,'en','woocommerce','6d26de1950ba2a92452ddfb155f0c44f','Update shipping class',NULL,NULL,'','LINE',NULL,10,'','c4a0c149c4eeaf99986f97b8fd07114f','',NULL),(13948,'en','woocommerce','1fdb68855c67878c042ac56f617d9975','Add new shipping class',NULL,NULL,'','LINE',NULL,10,'','dabaa92abd8ec273c05dd5dccfb6de2f','',NULL),(13949,'en','woocommerce','a14fa96015cc3bcd3aa88c5914d71f31','New shipping class Name',NULL,NULL,'','LINE',NULL,10,'','735d3ce7bded4abfda064f32aa31b649','',NULL),(13950,'en','woocommerce','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'','LINE',NULL,10,'Default category slug','e5d4af78e1a71f455bb7a13c07a608d0','',NULL),(13951,'en','woocommerce','9030e39f00132d583da4122532e509e9','Monthly',NULL,NULL,'','LINE',NULL,10,'','0ddf0fd411ba6bf12db2163e97f36712','',NULL),(13952,'en','woocommerce','1158687b6e1022c76fd594985a098e3c','Every %d minutes',NULL,NULL,'','LINE',NULL,10,'','d6491437023a1fe45e848d6788da8ed9','',NULL),(13953,'en','woocommerce','d13b9eff53ea129ecb2c8fe5efe3c562',' (%s ago)',NULL,NULL,'','LINE',NULL,10,'','af2eaeef9610c02db9da46bfca0446ec','',NULL),(13954,'en','woocommerce','fa485b5efb9bb7bba143f93b6fb52a02',' (%s)',NULL,NULL,'','LINE',NULL,10,'','7d4b6584286c089ffac9d05da7a7e1ac','',NULL),(13955,'en','woocommerce','cf7cf1e474b46a1e6a91ebcb921ad7d9','\"%s\" shipping class cost',NULL,NULL,'','LINE',NULL,10,'','f049019e79ee603b265ee472b8fc87a0','',NULL),(13956,'en','woocommerce','c613496ca967d5db33f226271d8c322c','\"%s\" tax rates',NULL,NULL,'','LINE',NULL,10,'','1dccd11689a5897776c7f6d59e66a572','',NULL),(13957,'en','woocommerce','bb7f02b2fecbc6636a17beb5d3a61e22','#%s is an invalid image ID.',NULL,NULL,'','LINE',NULL,10,'','8af9275cc0262228eadba7aedd480202','',NULL),(13958,'en','woocommerce','6834e5a3960508521e867f8b57f1f0c8','%(field)s range end',NULL,NULL,'','LINE',NULL,10,'','4ddf3dfb4cb18e6da84ddf0387fc4c4f','',NULL),(13959,'en','woocommerce','f538e5398a760db0bf5ea4e761879ac3','%(field)s range start',NULL,NULL,'','LINE',NULL,10,'','0efed83ff44557e63587a077e3d41705','',NULL),(13960,'en','woocommerce','0c3cdf216e8c698b4d07c6cd33515334','%1$d update functions completed. Database version is %2$s',NULL,NULL,'','LINE',NULL,10,'','7a0936896f411a97d94b279703ee478f','',NULL),(13961,'en','woocommerce','31385b1befb4be7ab5d0615ad8c48f2a','%1$s #%2$s details',NULL,NULL,'','LINE',NULL,10,'','7f7d93bbc00e82e9ff5e88b3970bd0fc','',NULL),(13962,'en','woocommerce','f36f8cfde93067c8ca6e9852adbf656e','%1$s – %2$s',NULL,NULL,'','LINE',NULL,10,'','4c04dd68a92c0ad429c9f1737df6b771','',NULL),(13963,'en','woocommerce','66d1b6ea9522117aabb8fc0592612871','%1$s (#%2$s – %3$s)',NULL,NULL,'','LINE',NULL,10,'','3b99e8bbb4c5fcd3cda0d1c4cc4da3af','',NULL),(13964,'en','woocommerce','d02719383c86d1f0f967989595e2c9d2','%1$s (#%2$s)',NULL,NULL,'','LINE',NULL,10,'','dce47405c414124989c26e4c22f19f3d','',NULL),(13965,'en','woocommerce','5466b113f54f6a9e51232f7eda6d3960','%1$s (%2$s %3$s)',NULL,NULL,'','LINE',NULL,10,'','741aa83453edcaa06ceb274faba0c94b','',NULL),(13966,'en','woocommerce','ceb9cd466829576b8f3d4090568fe45f','%1$s (%2$s of %3$s)',NULL,NULL,'','LINE',NULL,10,'','9d40da8784ac6ccf7db05eb002f22a47','',NULL),(13967,'en','woocommerce','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'','LINE',NULL,10,'','9d117d135617cefa9cc82b6406d6f86e','',NULL),(13968,'en','woocommerce','88e4f29e0cf5942ab3a68a6f26b95df7','%1$s - API %2$s (created on %3$s at %4$s).',NULL,NULL,'','LINE',NULL,10,'','4b95ec6278822823159daf5887ee6992','',NULL),(13969,'en','woocommerce','ee1e69949a68ef3aa75dadd338fe6dc6','%1$s - There is a newer version of WordPress available (%2$s)',NULL,NULL,'','LINE',NULL,10,'','870cf6e15abb6dc155a8f8354c434d65','',NULL),(13970,'en','woocommerce','3527724d96c2a09c4bdec400fcb6ec25','%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s',NULL,NULL,'','LINE',NULL,10,'','36d8a6f534c9ccfee87679c35fa4b3bb','',NULL),(13971,'en','woocommerce','227285411d2e6dc9aca899836dc444ae','%1$s - We recommend setting memory to at least 64MB. See: %2$s',NULL,NULL,'','LINE',NULL,10,'','88e44aa7604abe26685188471ebdae1d','',NULL),(13972,'en','woocommerce','8e4484c6d74e4a9fbbc442260333e87d','%1$s - We recommend using a prefix with less than 20 characters. See: %2$s',NULL,NULL,'','LINE',NULL,10,'','bd24d35b68c7c4338303f19568cba392','',NULL),(13973,'en','woocommerce','077e7556bd81b75bb2fdfacd04d0cfb7','%1$s / %2$s',NULL,NULL,'','LINE',NULL,10,'','36381a6024131030ad2e34cf0731dd4b','',NULL),(13974,'en','woocommerce','5862ba6b9399ea36ab7d486f299754c8','%1$s at %2$s',NULL,NULL,'','LINE',NULL,10,'','22e2db70358a18d3a13bb8739b718c80','',NULL),(13975,'en','woocommerce','6149f171c6a62ba4f59347a597499cc8','%1$s could not be installed (%2$s). <a href=\"%3$s\">Please install it manually by clicking here.</a>',NULL,NULL,'','LINE',NULL,10,'','3f69f579f71f78b838303680f83566c1','',NULL),(13976,'en','woocommerce','d4fbfed6f25b2aaa38cb1b585c30a324','%1$s ending in %2$s',NULL,NULL,'','LINE',NULL,10,'','9ea3537d6ece38afb3e9a99ec1f89081','',NULL),(13977,'en','woocommerce','f4201b87d826cdacae6376241b9ce5b1','%1$s ending in %2$s (expires %3$s/%4$s)',NULL,NULL,'','LINE',NULL,10,'','e9b8236714279942cb4455658f780487','',NULL),(13978,'en','woocommerce','1c8a43a7c9750526c1d06daaaf18bb50','%1$s for %2$s item',NULL,NULL,'','LINE',NULL,10,'','48d7f5b2e5d1d6d2c9af13e06ff0f96b','',NULL),(13979,'en','woocommerce','a2db71b6f1d96795606ddbc9f18d3219','%1$s for %2$s items',NULL,NULL,'','LINE',NULL,10,'','8bc410201bdfd95e065517de1b965d63','',NULL),(13980,'en','woocommerce','543372902f232208a827383e165569f4','%1$s has been removed from your cart because it has since been modified. You can add it back to your cart <a href=\"%2$s\">here</a>.',NULL,NULL,'','LINE',NULL,10,'','190599ea847c96507919cd9d9f0cae26','',NULL),(13981,'en','woocommerce','f4f464067db1557edb66061f682a8693','%1$s in %2$s on line %3$s',NULL,NULL,'','LINE',NULL,10,'','d133cdecab289e6d8f2c7732b21da7c7','',NULL),(13982,'en','woocommerce','9bb1b941ca4d6c600b3932930d5ac3c2','%1$s is low in stock. There are %2$d left.',NULL,NULL,'','LINE',NULL,10,'','d8566766205a408b8627c0f771a20a30','',NULL),(13983,'en','woocommerce','851c8eb02c4ba8e8fa77f0899a4c4584','%1$s is not of type %2$s',NULL,NULL,'','LINE',NULL,10,'','0d9ff005749312c5844058581e1f88a2','',NULL),(13984,'en','woocommerce','1e42efd12e68f3441082ab67d8534e78','%1$s is not valid. Please enter one of the following: %2$s',NULL,NULL,'','LINE',NULL,10,'','bac9b38672d907231f1e08833f81f92f','',NULL),(13985,'en','woocommerce','6f2654a8b62e26151f578f933e526388','%1$s is not valid. You can look up the correct Eircode <a target=\"_blank\" href=\"%2$s\">here</a>.',NULL,NULL,'','LINE',NULL,10,'','1489f3f79045e34b4615fe6693bd9b80','',NULL),(13986,'en','woocommerce','8323336b39031cfd70c7ca9a50833db7','%1$s out of %2$s stars.',NULL,NULL,'','LINE',NULL,10,'','11cfd745b88285e2fd2f56a155854c36','',NULL),(13987,'en','woocommerce','82c74076a66399deef89fb28634d7eaa','%1$s refunded %2$d order (%3$d item)',NULL,NULL,'','LINE',NULL,10,'','f1cfa338af65ae9bcbcd2f12c9b210a0','',NULL),(13988,'en','woocommerce','50f2f69fd2272192f4179db0649a263c','%1$s refunded %2$d orders (%3$d items)',NULL,NULL,'','LINE',NULL,10,'','3918e35ffb76f21deeded6e2df4e7321','',NULL),(13989,'en','woocommerce','bc2fb8767dc020f53a0c62569db77146','%1$s review for %2$s',NULL,NULL,'','LINE',NULL,10,'','01c5be6d52718065898d3190a8c8dc02','',NULL),(13990,'en','woocommerce','f5275277ec4d2fd6fc8c2caf53757b7a','%1$s reviews for %2$s',NULL,NULL,'','LINE',NULL,10,'','34a511f6df6fbf3f48073a0dd6171012','',NULL),(13991,'en','woocommerce','b7714896b30a95ebafc749280a844496','%1$s sales in %2$s',NULL,NULL,'','LINE',NULL,10,'','9c65f29245888bd56d36cf62024d49d0','',NULL),(13992,'en','woocommerce','ee8076745fe564b6854db69cd3de6954','%1$s should not be called before the %2$s action.',NULL,NULL,'','LINE',NULL,10,'','7aa330b403626760b1ceaddd98d7931a','',NULL),(13993,'en','woocommerce','5bd9bba9f32300066318591929cd812a','%1$s top seller this month (sold %2$d)',NULL,NULL,'','LINE',NULL,10,'','1eedf73c50783cb6400821cdc1875b88','',NULL),(13994,'en','woocommerce','6677343c48d52855d1cbce80e0f88d15','%1$s units of %2$s have been backordered in order #%3$s.',NULL,NULL,'','LINE',NULL,10,'','fb992ad5cc96448ed45f38f85e08b525','',NULL),(13995,'en','woocommerce','519e0c0cbdbac8d08e2c8e3d01a1dc51','%1$s version %2$s is out of date. The core version is %3$s',NULL,NULL,'','LINE',NULL,10,'','a9bbc0bfb879576669ff5c1ebe6084a9','',NULL),(13996,'en','woocommerce','a7493f58045c8282ac9a42f2d8eeff9c','%1$s was called with an invalid level \"%2$s\".',NULL,NULL,'','LINE',NULL,10,'','d1c17e6a8380f5af112f8ae68e75be51','',NULL),(13997,'en','woocommerce','a9af869e92e4c264e56736b77c73a5a2','%1$s was installed but could not be activated. <a href=\"%2$s\">Please activate it manually by clicking here.</a>',NULL,NULL,'','LINE',NULL,10,'','991ced924a15d163aa32372a46831920','',NULL),(13998,'en','woocommerce','facdded9086f4468a271908769be05b8','%d API key permanently revoked.',NULL,NULL,'','LINE',NULL,10,'','e4a98e2f8cea65bcaf91fb92c076c36e','',NULL),(13999,'en','woocommerce','e82c20c53d66d7b364712ad87a447416','%d API keys permanently revoked.',NULL,NULL,'','LINE',NULL,10,'','aadb196f1c1d4c9eeca19bb23f4258ce','',NULL),(14000,'en','woocommerce','f0d9a77e6d36f719f333b04ff6ded16a','%d Review',NULL,NULL,'','LINE',NULL,10,'','84963e15d21d083f17e4dd00eb044b1f','',NULL),(14001,'en','woocommerce','c9f73c3b91e49a49892d5bc965cad5b6','%d Reviews',NULL,NULL,'','LINE',NULL,10,'','53d0f20f1e9965cd4b5b579cd8ff370c','',NULL),(14002,'en','woocommerce','3cc407364395a89141c1c1f48b3758ec','%d attribute selected',NULL,NULL,'','LINE',NULL,10,'','8c5ceac3ceb541ec990cbbb85b766381','',NULL),(14003,'en','woocommerce','7eb73c795fcec2bdf43f4f587bf2a112','%d attributes selected',NULL,NULL,'','LINE',NULL,10,'','61c7518f691aba30059b76cf2e8074d2','',NULL),(14004,'en','woocommerce','7ecd0d3c96a1c131dd2d403a3db2373e','%d batch executed.',NULL,NULL,'','LINE',NULL,10,'','93ad863e356efa9ba62ef167e3ee1a23','',NULL),(14005,'en','woocommerce','ea3eeeb57dbd79a6f279ba7a110fcf32','%d batches executed.',NULL,NULL,'','LINE',NULL,10,'','e701dfd3dd06138e62af67874602de67','',NULL),(14006,'en','woocommerce','c53776e3abbbd4e5caa9e196d43c9df3','%d category selected',NULL,NULL,'','LINE',NULL,10,'','db17d1219d55a39937fa3a6a82af4ef3','',NULL),(14007,'en','woocommerce','711661fa1d56fe2ab17723ddc4a94e1e','%d categories selected',NULL,NULL,'','LINE',NULL,10,'','e637b7486c81674013cde5093929b1e1','',NULL),(14008,'en','woocommerce','40194a168b099beac8698424c8f506e3','%d item from your previous order is currently unavailable and could not be added to your cart.',NULL,NULL,'','LINE',NULL,10,'','4f4596b2300007955a0c8c23b812475d','',NULL),(14009,'en','woocommerce','190e9771428abd5241656209ac7b2d80','%d items from your previous order are currently unavailable and could not be added to your cart.',NULL,NULL,'','LINE',NULL,10,'','62e75498e1a304f01eadcd6d05dba70f','',NULL),(14010,'en','woocommerce','1c62abc01cf85856f14ccdad9223ce3d','%d item selected',NULL,NULL,'','LINE',NULL,10,'','fd319a785c393f929d0a48fbb9cc2265','',NULL),(14011,'en','woocommerce','0b2d5b61e802b8618eb9816b112a8ca2','%d items selected',NULL,NULL,'','LINE',NULL,10,'','f20b681ae7717d0cb595216b64a0eefa','',NULL),(14012,'en','woocommerce','83daa3a1f091c0b83d9c1752c5c6093c','%d note',NULL,NULL,'','LINE',NULL,10,'','264acf417d661b086c70fbeff5c33f6d','',NULL),(14013,'en','woocommerce','e87d48b50356ab7226ecc7139e0ebc75','%d notes',NULL,NULL,'','LINE',NULL,10,'','0e21feb269dc6cfd63992b025c6f97f7','',NULL),(14014,'en','woocommerce','e3cc063c391f6a3672a928d4904b2e47','%d order status changed.',NULL,NULL,'','LINE',NULL,10,'','7e7ca9ecfddf5b1fbfd1fa8d2ab0ca0e','',NULL),(14015,'en','woocommerce','6bb86adb3576ec5f9bd582c15ffe227d','%d order statuses changed.',NULL,NULL,'','LINE',NULL,10,'','fa6a471dba09402ae7dc32fa4de67606','',NULL),(14016,'en','woocommerce','001b6f629d413ae2157936d06529f925','%d orphaned variations deleted',NULL,NULL,'','LINE',NULL,10,'','8513127f938c67a7c0b7a2847c92c5c7','',NULL),(14017,'en','woocommerce','4c95481ad795fd55b0e1c644e5a202f0','%d permissions deleted',NULL,NULL,'','LINE',NULL,10,'','7b128358b94e5239c05e20d7c2c8d536','',NULL),(14018,'en','woocommerce','eee23173ac077972ca9223faf571b7a8','%d product selected',NULL,NULL,'','LINE',NULL,10,'','c1aa0d76d4db56c1ed6c1ebffecc839d','',NULL),(14019,'en','woocommerce','4305536a95523ad04e747fb0e5ea828a','%d products selected',NULL,NULL,'','LINE',NULL,10,'','38efea838d2bc1c4127b0eacebc9fe29','',NULL),(14020,'en','woocommerce','d78f935965ebed43f8659a5de1696150','%d product tagged as %s',NULL,NULL,'','LINE',NULL,10,'','11871efff58e636afef9963b5d19fad9','',NULL),(14021,'en','woocommerce','0dc0775a2676929ebbadc21e4c83c771','%d products tagged as %s',NULL,NULL,'','LINE',NULL,10,'','6880524ae227e8cc8189336e2bbb2704','',NULL),(14022,'en','woocommerce','6588289d0bb5c9cfb5817df687e5deda','%d result found, use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,10,'','41277fc04c009a4df105589ca9d9ce40','',NULL),(14023,'en','woocommerce','b8a0b0d69dae45d83b1de1a36f1de641','%d results found, use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,10,'','775194496eec8658949e1931841034b2','',NULL),(14024,'en','woocommerce','d89e48cfd0f3cbe3f25baf014a5df09a','%d review loaded.',NULL,NULL,'','LINE',NULL,10,'','0e7a72196081b935e23e3c738767dac8','',NULL),(14025,'en','woocommerce','c0965aad885e03c5550ab89abc28bc7b','%d reviews loaded.',NULL,NULL,'','LINE',NULL,10,'','f1bb054497c4cca203c62dc1ffe1f4a7','',NULL),(14026,'en','woocommerce','3a10b511ae71aed1f4f7e12492a474a1','%d scheduled task completed.',NULL,NULL,'','LINE',NULL,10,'','0d2d86d455c2971aad672c9e8d2bb14f','',NULL),(14027,'en','woocommerce','946a1543596b264fa15d3f1b2c6c261b','%d scheduled tasks completed.',NULL,NULL,'','LINE',NULL,10,'','59b7e0e27bb71a581eaab944097b6951','',NULL),(14028,'en','woocommerce','4eb0860382b25c044200caf89a7a6065','%d tag selected',NULL,NULL,'','LINE',NULL,10,'','8db8cd5fd3b836b5a18f17dab17fc70c','',NULL),(14029,'en','woocommerce','67e14ae657c627835fb3d264204804ff','%d tags selected',NULL,NULL,'','LINE',NULL,10,'','98141841871755a17333104d4a2c9db7','',NULL),(14030,'en','woocommerce','88866ae6689267f92d3b17f9a4c5291b','%d transients rows cleared',NULL,NULL,'','LINE',NULL,10,'','057f3226116bdd783afb5294aab3c691','',NULL),(14031,'en','woocommerce','17c3a6a4c6a8f5d19ada867d57e24685','%d variation',NULL,NULL,'','LINE',NULL,10,'','4caf448e52c5537e17439a1cc813b6be','',NULL),(14032,'en','woocommerce','26b1adbf2adf2aab2e85565980ed057b','%d variations',NULL,NULL,'','LINE',NULL,10,'','490c61ca581d06de7a75df59d42a4f95','',NULL),(14033,'en','woocommerce','eb24a9c014261f83b0c92e9b18d4c1c2','%d variation does not have a price.',NULL,NULL,'','LINE',NULL,10,'','fe57e9dbf7b8d1975e745ac98dadb042','',NULL),(14034,'en','woocommerce','0212d6c814cdd29a2be60e8b6cf52ec7','%d variations do not have prices.',NULL,NULL,'','LINE',NULL,10,'','e5a5f1535cca6e23b98426b8fd836ab3','',NULL),(14035,'en','woocommerce','7c7c21acd7bb9c983a2fd76b4ccdd057','%d webhook permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','8a3e120d440065c0439078795bd7894b','',NULL),(14036,'en','woocommerce','1de436487c924bbf81ebcf59a1377739','%d webhooks permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','414b8b3241c019e66534cfe71e6f8377','',NULL),(14037,'en','woocommerce','36902ea9f61a5337e5d8d25a7a79b3af','%d%%',NULL,NULL,'','LINE',NULL,10,'','6b20d0cec196969e26508fea5bdd982b','',NULL),(14038,'en','woocommerce','d71f5734ab8a3e20ccd65278103515f9','%qty% variation',NULL,NULL,'','LINE',NULL,10,'','b3e4da07045206425d6682db97cf8103','',NULL),(14039,'en','woocommerce','752f12632af2149fa07ea57d63425311','%qty% variations',NULL,NULL,'','LINE',NULL,10,'','707874ac59ecc29c7ac0f19b598d733f','',NULL),(14040,'en','woocommerce','d30340ef1fa827a738ac38ac39ec8db6','%s (Copy)',NULL,NULL,'','LINE',NULL,10,'','d397eb2c8c75393b557f2dad8a28322c','',NULL),(14041,'en','woocommerce','e9cbced2cfa5fbc1cd963df8a6b67af7','%s (No longer exists)',NULL,NULL,'','LINE',NULL,10,'','e039cdb564afbc61f757b7a51b043dae','',NULL),(14042,'en','woocommerce','212a0488abf6c0d52971d8e90bf314f9','%s ago',NULL,NULL,'','LINE',NULL,10,'%s = human-readable time difference','43b4b7a2ffc49bebc78c312ba2f94992','',NULL),(14043,'en','woocommerce','db71f6e371eb7124134284e029343fbb','%s Settings',NULL,NULL,'','LINE',NULL,10,'','11f32e16e6fb1ce33a2e398cc9138b4e','',NULL),(14044,'en','woocommerce','f9b19d5d6c16cc29e25fae4f0291f8e4','%s actions',NULL,NULL,'','LINE',NULL,10,'','24c64c90858be72d9070b477727c09d9','',NULL),(14045,'en','woocommerce','4d8c0ae97b021a66870ea72bb2e3d40d','%s activated successfully. You will now receive updates for this product.',NULL,NULL,'','LINE',NULL,10,'','e4b57ae7c2799b49f845632067aae25c','',NULL),(14046,'en','woocommerce','56a4b88d6672c3a78ae88fe4ed2557dc','%s and %d other region',NULL,NULL,'','LINE',NULL,10,'','dd5d11e74a12d67b14a18ed245335597','',NULL),(14047,'en','woocommerce','702660259207e62eae289ee44156985d','%s and %d other regions',NULL,NULL,'','LINE',NULL,10,'','81e473aec07ee717e55fcd3074bb81ce','',NULL),(14048,'en','woocommerce','48e0d2b5d658944ee90b73b443e888de','%s average gross daily sales',NULL,NULL,'','LINE',NULL,10,'','e20b4e63474f372e19a8a633e58e5afe','',NULL),(14049,'en','woocommerce','e67956ff9b2db8d83474ba208ffd68c0','%s average gross monthly sales',NULL,NULL,'','LINE',NULL,10,'','05f607bb2693781e3a55a64edc52cebd','',NULL),(14050,'en','woocommerce','03ed0f0086732534bc9d46b2725e4b17','%s average net daily sales',NULL,NULL,'','LINE',NULL,10,'','ba74eb7b7d891abee5b5d667022ee282','',NULL),(14051,'en','woocommerce','a61516b3182c0b754beed4e663a8ded8','%s average net monthly sales',NULL,NULL,'','LINE',NULL,10,'','afc258a1d1e4fb6cfa0f0f31a76a97d6','',NULL),(14052,'en','woocommerce','f55cd18d5869afba0e9f447b0ea71298','%s charged for shipping',NULL,NULL,'','LINE',NULL,10,'','c4ef3807cafb81460d2a10ed93a5b410','',NULL),(14053,'en','woocommerce','8c9ed70b4d76910cb092782900b4c2cd','%s coupon moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','29765f685b0b15a03f55326b5c6462ff','',NULL),(14054,'en','woocommerce','4541f87d894e5e4030f2f2f981978598','%s coupons moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','fd7661859a74a5396e4a05e7edf90765','',NULL),(14055,'en','woocommerce','893ad9865314037e933bf3e007a0c8c2','%s coupon not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','42918972e0523a352a666859b641dd9f','',NULL),(14056,'en','woocommerce','a05db15acd826e192ffa3274776f7c00','%s coupons not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,10,'','b2913820dffb1677321ac2ffbd55ad5b','',NULL),(14057,'en','woocommerce','b2931341bb05c7ee6639f3ba1b1b0198','%s coupon permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','bfd3f76d2e6c610fd2b3892c411cf829','',NULL),(14058,'en','woocommerce','811aa7af732ee4cc633b0ae96100660b','%s coupons permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','9d926deb6cbb286f552a6a79d0174ee3','',NULL),(14059,'en','woocommerce','9227ff1e56e9e71414ba8aaa250911d1','%s coupon restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','f954959cae6a042eb7feb8059d348cd6','',NULL),(14060,'en','woocommerce','ac1a17a74172a9551b401e3f47585d93','%s coupons restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','633d7b2a9aa57d115b77fa884958cb25','',NULL),(14061,'en','woocommerce','b3aeca94e5483c1e7a795645db8866f0','%s coupon updated.',NULL,NULL,'','LINE',NULL,10,'','56b2c6411192c6b351ba9ae67fde6f06','',NULL),(14062,'en','woocommerce','10e48ebe35b7d20d59d2386db43b18fb','%s coupons updated.',NULL,NULL,'','LINE',NULL,10,'','efa469cb78a39a9f0d9e4055557907ff','',NULL),(14063,'en','woocommerce','f1bd7aba6ae5a9043627ced6510c24da','%s coupons used in total',NULL,NULL,'','LINE',NULL,10,'','8f83ac924095c7851668f5412a7af3ec','',NULL),(14064,'en','woocommerce','68e791e65099c4c26126a735e5e780f5','%s customer review',NULL,NULL,'','LINE',NULL,10,'','770e1ce1a506c1e1d925ff94808141c2','',NULL),(14065,'en','woocommerce','6e1247b3e35a61d3c83f60a85fcbb438','%s customer reviews',NULL,NULL,'','LINE',NULL,10,'','8c3d368c15979b12d1bdbf2432c20135','',NULL),(14066,'en','woocommerce','585fa5f48870ebcfe2e8532f8acc87a2','%s data',NULL,NULL,'','LINE',NULL,10,'','7bea50c3f5f53a971bf56739d8b1d9c9','',NULL),(14067,'en','woocommerce','cc0c6aa19f38a763c6138695ea957edc','%s day',NULL,NULL,'','LINE',NULL,10,'','02d48a0eb4032edcdc7acca54377d568','',NULL),(14068,'en','woocommerce','b95227314c538383cf221dae2172b047','%s days',NULL,NULL,'','LINE',NULL,10,'','8b26ca650c8dee2e4ef86571e60ff035','',NULL),(14069,'en','woocommerce','4fc52b9a4ae4dcb2d50da9fedcd7d07b','%s discount',NULL,NULL,'','LINE',NULL,10,'','578db9eb0c04edde62060dd166e4721e','',NULL),(14070,'en','woocommerce','c59a4cae25c822f772cb07991de09e23','%s discounts in total',NULL,NULL,'','LINE',NULL,10,'','2e09b2aa39534f64ca1803faeb1dfa86','',NULL),(14071,'en','woocommerce','c78274e2016fa847d05e14a93a96b457','%s does not exist.',NULL,NULL,'','LINE',NULL,10,'','2fbdf7950d23017beba63ba30a8f3dcd','',NULL),(14072,'en','woocommerce','16f57dc0cb8874dab18b470911f6bd80','%s download remaining',NULL,NULL,'','LINE',NULL,10,'','06a87691a63df8a1cc005dd0dd1741df','',NULL),(14073,'en','woocommerce','ee411ce2cc1ac529ca0c73226ee6574a','%s downloads remaining',NULL,NULL,'','LINE',NULL,10,'','dc0da0af8f7ac42c1228ecc8aee0aeef','',NULL),(14074,'en','woocommerce','59c3bf55125ce3fa79f30766fe8770d8','%s failed. Contact your hosting provider.',NULL,NULL,'','LINE',NULL,10,'','5d2d49dfa12a721f9d80df8b33134fb1','',NULL),(14075,'en','woocommerce','a750ec6225d956e0b30ef83fb9fb6860','%s fee',NULL,NULL,'','LINE',NULL,10,'','34ce7e70ec477cc927667e457afa416f','',NULL),(14076,'en','woocommerce','8d67fe15555351f4955c8705e0e19c4d','%s field',NULL,NULL,'','LINE',NULL,10,'','3d24f410367bc9f2342fbb936701e2ef','',NULL),(14077,'en','woocommerce','8ec0650e8660ef9bd1b62d48424e3608','%s gross sales in this period',NULL,NULL,'','LINE',NULL,10,'','9bdf34c0bbb9ce5ba73aa557a4bef662','',NULL),(14078,'en','woocommerce','f7076f5db9a7137dec602ed4f4858808','%s has been added to your cart.',NULL,NULL,'','LINE',NULL,10,'','5b502f55dbd74abf7d2dcb224645beb3','',NULL),(14079,'en','woocommerce','c92ce2eb147ad3a8b0e2819dcd4a33a8','%s have been added to your cart.',NULL,NULL,'','LINE',NULL,10,'','df9d4b7b1ba9d9e34fc323d0a9200f4e','',NULL),(14080,'en','woocommerce','ec695d972012674da96a6fe790d259f6','%s has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance.',NULL,NULL,'','LINE',NULL,10,'','c0383793bf63a1bd88e411c3d9645259','',NULL),(14081,'en','woocommerce','0aaff30699e63ba9bf8133d98b1d6832','%s hour',NULL,NULL,'','LINE',NULL,10,'','47a96c0a1708955bf051d903045d4836','',NULL),(14082,'en','woocommerce','99e8d9aecac65d9833e10a2d3bbee4f7','%s hours',NULL,NULL,'','LINE',NULL,10,'','e9396d384a0ac6971cab7ede974a19ec','',NULL),(14083,'en','woocommerce','08709d2025aa908790684a7ac7e8424b','%s in stock',NULL,NULL,'','LINE',NULL,10,'','e4ad689da8a1d3579c837ee1430430ce','',NULL),(14084,'en','woocommerce','4c8d168032c76a7d408d76366c5260b6','%s is a required field',NULL,NULL,'','LINE',NULL,10,'','93f84f2dd08d7ab1319c54f72820f61f','',NULL),(14085,'en','woocommerce','1fdc602c93465e72e871f8f39c3527cd','%s are required fields',NULL,NULL,'','LINE',NULL,10,'','5b3af326d0d3313b633f55bed2745da9','',NULL),(14086,'en','woocommerce','5e92f51df05c726de9a8b4b7049ff716','%s is a required field.',NULL,NULL,'','LINE',NULL,10,'','919037f4b6acff31f75bf18dbba9397f','',NULL),(14087,'en','woocommerce','1784f8b935cf24d03e0509e3f33a8b1a','%s is available',NULL,NULL,'','LINE',NULL,10,'','e7117e35f9675b00b1cdd64746d41816','',NULL),(14088,'en','woocommerce','361e32b1c1ed39d9001688f6d71b9e46','%s is not a valid email address.',NULL,NULL,'','LINE',NULL,10,'','02459c4de195feccd2c02983ecc14898','',NULL),(14089,'en','woocommerce','22cc41e657adcba26a74bc5dd87e2090','%s is not a valid phone number.',NULL,NULL,'','LINE',NULL,10,'','4f2cb3b468398e9e94edbf59fb0091c9','',NULL),(14090,'en','woocommerce','523d3ce331cdae2bf534284f38d21864','%s is not a valid postcode / ZIP.',NULL,NULL,'','LINE',NULL,10,'','9da05406cff53db58ca0539eb29490ff','',NULL),(14091,'en','woocommerce','4dd8031b9f241942f0056d5078fbcbcb','%s is not selectable.',NULL,NULL,'','LINE',NULL,10,'','449634195f0dc7ad97aeacaaeee8fd29','',NULL),(14092,'en','woocommerce','3189f18b777155debf72451aff4a64ae','%s is out of stock.',NULL,NULL,'','LINE',NULL,10,'','84491b586d2fdcd38834509c268c1a5b','',NULL),(14093,'en','woocommerce','ad1230fbfb49f3eb704a351ab064825e','%s item',NULL,NULL,'','LINE',NULL,10,'','1bf6f6ba3e41a0e0fb6685cfb02c9b7a','',NULL),(14094,'en','woocommerce','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'','LINE',NULL,10,'','830d72b7d3c530d930fd1d1d77b0aa6b','',NULL),(14095,'en','woocommerce','abb0a4aeaf0414a8eff454823ec95923','%s items purchased',NULL,NULL,'','LINE',NULL,10,'','3869b5de536e3d4fc97d1f664cb39e2e','',NULL),(14096,'en','woocommerce','a8b95193da4752edc46554adac6aac3d','%s minute',NULL,NULL,'','LINE',NULL,10,'','d2b1b914d498c8278a4dcb61e4487e9c','',NULL),(14097,'en','woocommerce','35efa7bd680d413a27b1820a362af37f','%s minutes',NULL,NULL,'','LINE',NULL,10,'','d9da8c7eb9b1b221409749b3db117f2f','',NULL),(14098,'en','woocommerce','f44e927446959585ff1c59871ec2d5a3','%s month',NULL,NULL,'','LINE',NULL,10,'','d43506d9b84dbb899b6cce7bbf130651','',NULL),(14099,'en','woocommerce','7a9362f7b668d13007042dfeb04377f0','%s months',NULL,NULL,'','LINE',NULL,10,'','0201b57fe916af628c756ae81a9a1627','',NULL),(14100,'en','woocommerce','ffaa8ec1b829a6d475f99ff6a5f6f02f','%s net sales in this period',NULL,NULL,'','LINE',NULL,10,'','d2be65ac718ffc5d8409e7465b7888ad','',NULL),(14101,'en','woocommerce','1e00d5eaef5a17fb4c234ef0d765ec23','%s net sales this month',NULL,NULL,'','LINE',NULL,10,'','a46ee3d633e7e9f636bb53edbf91afe3','',NULL),(14102,'en','woocommerce','a9927e1a3590fc67d59d36a9e6a3ac1e','%s notes',NULL,NULL,'','LINE',NULL,10,'','23eb30afb15fe52a20e97d0120de4c0a','',NULL),(14103,'en','woocommerce','052d730fa8f755cc88e2b8bca6e0997c','%s order moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','cb7b16cc7f7536c3bb0743cb49abf688','',NULL),(14104,'en','woocommerce','254430ab28b63b521188aa6abaf80c8c','%s orders moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','08c51c26abf873b885bf0efe3437c98c','',NULL),(14105,'en','woocommerce','b9c2ea44487f8c3e0656e4bb2a1cd63d','%s order not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','5555838a281712f696e50ce6018249cb','',NULL),(14106,'en','woocommerce','f976e8fad74900bb043a00379ffd9948','%s orders not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,10,'','b2e1de2b56b1dc4e460892d998178fa0','',NULL),(14107,'en','woocommerce','94930168f815b056be5f8aa724e751aa','%s order permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','b3da3c3a1df67289fa5cea04e68f226e','',NULL),(14108,'en','woocommerce','379b0352b398f7531425def3837e3ad3','%s orders permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','1dad96bc3826d75ef4405da0f24eab73','',NULL),(14109,'en','woocommerce','ffc82c7f4b288b398f598cb27667c876','%s order restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','ca55b81f592a7d78617bf3546065e1da','',NULL),(14110,'en','woocommerce','a47e1bdc341227c47960c18a827d0796','%s orders restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','1b3dfe14655e30ed7b232d9cf4b5e727','',NULL),(14111,'en','woocommerce','bdd8320cf0075e6cafc0162f0dbf36d4','%s order updated.',NULL,NULL,'','LINE',NULL,10,'','dd2dbf39552c5a8f86dbf74a9f729362','',NULL),(14112,'en','woocommerce','4a787af0b2c98994bb487e7d34da3317','%s orders updated.',NULL,NULL,'','LINE',NULL,10,'','1f5b021a4c9fa9dcdd65ca4a988ac2a2','',NULL),(14113,'en','woocommerce','2f1a2affa06f01431d7bb8a311d381f9','%s orders placed',NULL,NULL,'','LINE',NULL,10,'','995bc941d0c10fa6a6c636c2e4c94d48','',NULL),(14114,'en','woocommerce','028b15e0ecf901ff6248501cfa97a4dc','%s out of 5',NULL,NULL,'','LINE',NULL,10,'','e5b417b69c020b82ddd2ad1e3e23607a','',NULL),(14115,'en','woocommerce','1235a2921b5e37a77480603ada0e57f9','%s page',NULL,NULL,'','LINE',NULL,10,'','5dd192472ead7a149cf2afc136a69cbb','',NULL),(14116,'en','woocommerce','4af24acd2eac505e23021bff87acf30e','%s parameter is missing',NULL,NULL,'','LINE',NULL,10,'','0e05ec30316200f65e8db31372b7a084','',NULL),(14117,'en','woocommerce','9ddbe7c6d347ede800727fbd8eec2e7c','%s previous order linked',NULL,NULL,'','LINE',NULL,10,'','414be97d39809e69ae6b5fa5adf79ebb','',NULL),(14118,'en','woocommerce','dc39a164d7edc6996c5f5c318a314f56','%s previous orders linked',NULL,NULL,'','LINE',NULL,10,'','c5c232ad3da832b432f561501c0eaa6f','',NULL),(14119,'en','woocommerce','0b378b847bfaac3a487a4fac459edd91','%s product',NULL,NULL,'','LINE',NULL,10,'','5d90a7cf3cbc97f127ac70ba1f82b60e','',NULL),(14120,'en','woocommerce','789f18b2b66f942e9f3f65b9fff031e3','%s products',NULL,NULL,'','LINE',NULL,10,'','cafdc8b92fea0678597725a3f7aedf5c','',NULL),(14121,'en','woocommerce','71430a0c6c613fa5e27f0f1985378320','%s product imported',NULL,NULL,'','LINE',NULL,10,'','8c90c59c33b6533d898b82f3cc0a191d','',NULL),(14122,'en','woocommerce','36fe382ea0ff0c5e898545f55ae88119','%s products imported',NULL,NULL,'','LINE',NULL,10,'','1c6bb1d61af79e0520d32078659c1f76','',NULL),(14123,'en','woocommerce','890cbd9d3f1a6f28a48df77c28b9ef59','%s product moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','579422a429a300062ca6129ea8a13a96','',NULL),(14124,'en','woocommerce','49d69da628ca3e5eea283c4aa6ffbb09','%s products moved to the Trash.',NULL,NULL,'','LINE',NULL,10,'','49bae61acf0cd2adb8cb0bf927eafcfb','',NULL),(14125,'en','woocommerce','b97020b32c9a863a44be472eae9d005d','%s product not updated, somebody is editing it.',NULL,NULL,'','LINE',NULL,10,'','7789b440d23a780de2929f459b046f92','',NULL),(14126,'en','woocommerce','a8128f0d0a7fb711c954f8252c50fed9','%s products not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,10,'','9a8f817658ab454e0ea61223ad50c349','',NULL),(14127,'en','woocommerce','c5b50461487048cb2983984789705c13','%s product permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','95868a32dbc1fd94a5b0c04aac84444a','',NULL),(14128,'en','woocommerce','3f3cc30ef9f716b859a054f5e557f9e2','%s products permanently deleted.',NULL,NULL,'','LINE',NULL,10,'','71a22cdff253bb4f06a1715db1eb4114','',NULL),(14129,'en','woocommerce','88f611b4f9c7e8d9cf5c93aa7cf59443','%s product restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','575c1040d22421c9663ebb91ac7b64b4','',NULL),(14130,'en','woocommerce','eb3a28cca1778911ff2c7682ad36cec0','%s products restored from the Trash.',NULL,NULL,'','LINE',NULL,10,'','3b9d5f2e85f4bc6be35225c3e272fdaa','',NULL),(14131,'en','woocommerce','1b6bfe95a9d391815b5662745dd5e4e4','%s product updated',NULL,NULL,'','LINE',NULL,10,'','caf81a06f412e2da82b477f477ceb4ba','',NULL),(14132,'en','woocommerce','1d52a2e4edb818fe3481772497c3ec4d','%s products updated',NULL,NULL,'','LINE',NULL,10,'','c35d5793490dffd8291aa367c665ee78','',NULL),(14133,'en','woocommerce','c08b83b7dcdfc0e9f4e1229f30946abd','%s product updated.',NULL,NULL,'','LINE',NULL,10,'','aefded0c4365e026946ff5fc85d04386','',NULL),(14134,'en','woocommerce','177ff49fda69602eb6a7c39bf57dd62b','%s products updated.',NULL,NULL,'','LINE',NULL,10,'','1777b6fd8b08d4c58f711ac11e86c4ae','',NULL),(14135,'en','woocommerce','11c90c60501aabe2de760eb28011f602','%s product was skipped',NULL,NULL,'','LINE',NULL,10,'','2f03308df945e2b4b178c10d4ff2a089','',NULL),(14136,'en','woocommerce','fde69ddc2f6334bb88b1737281519180','%s products were skipped',NULL,NULL,'','LINE',NULL,10,'','432425da04ddb77dfe5bbea4eabcf46a','',NULL),(14137,'en','woocommerce','9bfdd7fb12cb0de85e0389e3db629af1','%s purchases for the selected items',NULL,NULL,'','LINE',NULL,10,'','f3d261d95088f126ab1aadfae478c8f5','',NULL),(14138,'en','woocommerce','54aa0cbc2cb036a322fb38b5f5304c5d','%s quantity',NULL,NULL,'','LINE',NULL,10,'','68144b882759b11f2ab60afb2f83014f','',NULL),(14139,'en','woocommerce','ff211bc59bf3f4ff058ac770e796c00b','%s rates',NULL,NULL,'','LINE',NULL,10,'','b5a7c852ceac96e79e54bde12a3fd729','',NULL),(14140,'en','woocommerce','a6202acada5cf6ea28fd949e58e65239','%s removed.',NULL,NULL,'','LINE',NULL,10,'','cd33458dd426ec994faa9a5f1f329c5d','',NULL),(14141,'en','woocommerce','c2af93989947cef6417d5a5b7d1d35e0','%s sales for the selected items',NULL,NULL,'','LINE',NULL,10,'','d47be952e5f4ae17efbb82c0905a4ec8','',NULL),(14142,'en','woocommerce','282f5a563b585c6174653d713f1c6c54','%s second',NULL,NULL,'','LINE',NULL,10,'','7e17a98eb0316c3d745581549a4ba24c','',NULL),(14143,'en','woocommerce','8641eaacafab9d58e7e93a92ff318714','%s seconds',NULL,NULL,'','LINE',NULL,10,'','572de22f64f7cb489fcd53e8d2495333','',NULL),(14144,'en','woocommerce','e8b7e111ad14270e9dbf4aad6d78dc53','%s signups in this period',NULL,NULL,'','LINE',NULL,10,'','a928f59dd47432d67cf1028c8f536467','',NULL),(14145,'en','woocommerce','059fb9aa56ea0f60a309243c0f1b7584','%s week',NULL,NULL,'','LINE',NULL,10,'','afc10d020336158491995a4e3f3d4635','',NULL),(14146,'en','woocommerce','a6a22726bcd37b84a44dcb29adcd9028','%s weeks',NULL,NULL,'','LINE',NULL,10,'','76a2b57ba2fe1837b55a1417a6d3f0d5','',NULL),(14147,'en','woocommerce','1d63a67b143bca8ea50ba703779e6206','%s worth of coupons used',NULL,NULL,'','LINE',NULL,10,'','7e6809eb91ac84e72af72557402aa4a5','',NULL),(14148,'en','woocommerce','eeb30c8e984ecc5695a73fa28560d6ca','%s would like to connect to your store',NULL,NULL,'','LINE',NULL,10,'','64205607d2fe9e8d44d2cd0f0cdfb758','',NULL),(14149,'en','woocommerce','e18056ef5b17ae8dda5f90f67c9e8533','%s year',NULL,NULL,'','LINE',NULL,10,'','e396c7fd0156aee96a219599e2a1953d','',NULL),(14150,'en','woocommerce','2fa7fca44cb89fd199a257dc02b3b1e5','%s years',NULL,NULL,'','LINE',NULL,10,'','07221252ade4b0945958cce5fefa9348','',NULL),(14151,'en','woocommerce','852a7e0003c685879764aa4c5f5268f8','%s, has %d product',NULL,NULL,'','LINE',NULL,10,'','dbdb2d7ec60463659b4c6ff5db029050','',NULL),(14152,'en','woocommerce','ddb93a0a40e8479ddb536be18cab91c6','%s, has %d products',NULL,NULL,'','LINE',NULL,10,'','0d9148da78fa8a190c22010f97fc7b97','',NULL),(14153,'en','woocommerce','185b4a22bccf69760d0a96eab6cd95e7','%s, has %d review',NULL,NULL,'','LINE',NULL,10,'','ef20110e69e163ec998bae2fbf2f1d5f','',NULL),(14154,'en','woocommerce','7090250b366c0f197d8e3b45fb705335','%s, has %d reviews',NULL,NULL,'','LINE',NULL,10,'','d8be1d0d47ea09539006440431399118','',NULL),(14155,'en','woocommerce','aa18a1f010eee6c94f1adc7f1b64fb22','%s, has %d term',NULL,NULL,'','LINE',NULL,10,'','5140f0df7c1787e3ac965cd0feba3f22','',NULL),(14156,'en','woocommerce','f19ad77021abbcc5a43f109aa50504c0','%s, has %d terms',NULL,NULL,'','LINE',NULL,10,'','794367c2577c7bc49014e1fb18e3bf6e','',NULL),(14157,'en','woocommerce','7d341c08fd102f0b86285b5ff2e26ea7','%s: %s',NULL,NULL,'','LINE',NULL,10,'','c83ea015e1c5b81e164b52a2c1201aa5','',NULL),(14158,'en','woocommerce','d8e3950b4591658bbc3ef0f120252606','Åland Islands',NULL,NULL,'','LINE',NULL,10,'','ce5c8613566650723ed70a556b045dcc','',NULL),(14159,'en','woocommerce','693bca6fa5eba93e23b4668f1ce7b2d3','Çanakkale',NULL,NULL,'','LINE',NULL,10,'','fd4a8c43d9107b7dcd2e189cc20a9992','',NULL),(14160,'en','woocommerce','ea62c37a3e28d27de79ef3fd578c2e77','Çankırı',NULL,NULL,'','LINE',NULL,10,'','659e8e081dbb4eda4e950f174f4fb062','',NULL),(14161,'en','woocommerce','9524fc4a1bebb9f8279a65a1f921a450','Çorum',NULL,NULL,'','LINE',NULL,10,'','c8baffe989e1c714aa92f6cc6f455dfa','',NULL),(14162,'en','woocommerce','5dba396245504f77fba60a07d945f453','İçel',NULL,NULL,'','LINE',NULL,10,'','270c4611b198ddd2a9b60dc29116494c','',NULL),(14163,'en','woocommerce','13c2453c09b6761a9b5f0d01febde994','İstanbul',NULL,NULL,'','LINE',NULL,10,'','aaffca582bf00f4ef2cc6d7df8d02f9c','',NULL),(14164,'en','woocommerce','ab4acf5e00ef1c9a04e21b2edcd86537','İzmir',NULL,NULL,'','LINE',NULL,10,'','cad541b0e0f82db1197bdf66618cddb8','',NULL),(14165,'en','woocommerce','af4a9657f70a2c6cbdd3fe670135a36f','Şırnak',NULL,NULL,'','LINE',NULL,10,'','1693c878d03b2d9fa5175c02de9696ae','',NULL),(14166,'en','woocommerce','8485d369d69e2a1bb44fa28ecaf9b2a4','Şanlıurfa',NULL,NULL,'','LINE',NULL,10,'','dc5f1dca4b77a609197f7343451c232a','',NULL),(14167,'en','woocommerce','ab79aaa7f62499fb30bd7da9d26a021b','Șoldănești',NULL,NULL,'','LINE',NULL,10,'','741040c173ade1782320273e9bf2e978','',NULL),(14168,'en','woocommerce','1c3edda63ecac20145095f2ce1edc143','Ștefan Vodă',NULL,NULL,'','LINE',NULL,10,'','4370c0bb4896b4e787c9c1625fdcef2a','',NULL),(14169,'en','woocommerce','106e291e566caa5936774f613dd0b42a','Ávila',NULL,NULL,'','LINE',NULL,10,'','5af376a07e4fd8fcb6768b449b46f2da','',NULL),(14170,'en','woocommerce','1943a2f7e41d254c90dd04c754bb9dc7','Ñeembucú',NULL,NULL,'','LINE',NULL,10,'','9ca12300a733847069438cc69315fd13','',NULL),(14171,'en','woocommerce','f33749bc22376361f5489415b59d1762','∞',NULL,NULL,'','LINE',NULL,10,'','a8c14d94de94748d161d22551a74cf9b','',NULL),(14172,'en','woocommerce','c89495f91280626659f66674a6cadef5','← Back to \"%s\" attributes',NULL,NULL,'','LINE',NULL,10,'','f8dc0be4bd381c411bd3ac3c30ec269c','',NULL),(14173,'en','woocommerce','848ff1a656daa366bc5f2b076009aba1',' – Page %s',NULL,NULL,'','LINE',NULL,10,'','ccbb4a27c3316c0cc212802b9fb8d80a','',NULL),(14174,'en','woocommerce','3c238fbd1624f75f4caf2d5947bd6225','(Public)',NULL,NULL,'','LINE',NULL,10,'','67a8b2a787f2ced9ff3bbcc2c6ac53e5','',NULL),(14175,'en','woocommerce','bef2fc761d154614570cace51d4a9c1c','(can be backordered)',NULL,NULL,'','LINE',NULL,10,'','f3b4ac96ed48e04d5ebd42089f08c91f','',NULL),(14176,'en','woocommerce','dc166dd4182c6718c050c703b6cc8e09','(estimated for %s)',NULL,NULL,'','LINE',NULL,10,'','46bfc7df74dd768063b424fd071e951a','',NULL),(14177,'en','woocommerce','0d89ed17412f5be43accb8c1bba671ff','(ex. VAT)',NULL,NULL,'','LINE',NULL,10,'','6a3dce99a76644ccdf0d57cfc26dd100','',NULL),(14178,'en','woocommerce','a653d28f8c563b7b47f44da8960793b7','(ex. tax)',NULL,NULL,'','LINE',NULL,10,'','db25f799ae38961bf20620ef69667cd2','',NULL),(14179,'en','woocommerce','b040eaed6e85488695d2169fbfa9c854','(incl. VAT)',NULL,NULL,'','LINE',NULL,10,'','3256ccf60d3af8168fc146b2fe52d82a','',NULL),(14180,'en','woocommerce','256d268da5f338a5cfecf1b08b1d84c4','(incl. tax)',NULL,NULL,'','LINE',NULL,10,'','875a198242f76f961da239969b83fa82','',NULL),(14181,'en','woocommerce','96009c40b721490e156c2cd62a59c5b8','(includes %s)',NULL,NULL,'','LINE',NULL,10,'','bd11fd60b6509a8e6e27f71f0ffcedf2','',NULL),(14182,'en','woocommerce','4040832fd02fb091828ca992aa7416e4','(scroll to see more)',NULL,NULL,'','LINE',NULL,10,'','68532da5893e7042cd77fb6babdd7200','',NULL),(14183,'en','woocommerce','3661f2731ef85d3ffcfb0764614133fa','+ Add account',NULL,NULL,'','LINE',NULL,10,'','ff62c831f76297b7724d0410abb4da88','',NULL),(14184,'en','woocommerce','29a572c2a49d00d40c4aafb6a1af35e4','+%d more',NULL,NULL,'','LINE',NULL,10,'','2179cbc4666c25081a444220f6c6f2ca','',NULL),(14185,'en','woocommerce','d0bd571dc19c083d82f023c9666c5574','1:1',NULL,NULL,'','LINE',NULL,10,'','afde4f6249fe4e28e53482764f298a5d','',NULL),(14186,'en','woocommerce','a888d4fdd429cf37a53a10959d7bf428','2 character continent code.',NULL,NULL,'','LINE',NULL,10,'','4fcf895f1afc3f5db6b04df6d4bd5c82','',NULL),(14187,'en','woocommerce','f93e07ef0f649413c15b51ba9bdf4d17','<a href=\"%s\">Connect your store</a> to WooCommerce.com to receive extensions updates and support.',NULL,NULL,'','LINE',NULL,10,'','e7a66afcede731c2c89d7ee2bfd970ef','',NULL),(14188,'en','woocommerce','9c9b17e354c3ab494b558f31c03568af','<strong>%s order</strong> awaiting processing',NULL,NULL,'','LINE',NULL,10,'','d518f2d2fdfdfc6147573e6dbb9c3ec4','',NULL),(14189,'en','woocommerce','ba13a75df6045451ecac48591dfbda53','<strong>%s orders</strong> awaiting processing',NULL,NULL,'','LINE',NULL,10,'','eaeb729868e5a306b278c735042e45e1','',NULL),(14190,'en','woocommerce','d87864e379dc6c06e87687869ce87d51','<strong>%s order</strong> on-hold',NULL,NULL,'','LINE',NULL,10,'','af0866cecb161ec27546722ee75f1c3f','',NULL),(14191,'en','woocommerce','b8005b14fd7ff28316e8367d7b8a0022','<strong>%s orders</strong> on-hold',NULL,NULL,'','LINE',NULL,10,'','b47d1a079154136b61dfa1857bcb68d2','',NULL),(14192,'en','woocommerce','564d0382d239ffa853ea0b7125d8d3b5','<strong>%s product</strong> low in stock',NULL,NULL,'','LINE',NULL,10,'','7ceeeeee9611cde88c2af76373b00d97','',NULL),(14193,'en','woocommerce','ed576e31b0a8a6667dae20a32202a200','<strong>%s products</strong> low in stock',NULL,NULL,'','LINE',NULL,10,'','a330b874a28d42b4cbfad080e36db252','',NULL),(14194,'en','woocommerce','81a86a3baad0c49dcf66a99889aea479','<strong>%s product</strong> out of stock',NULL,NULL,'','LINE',NULL,10,'','6543d55e76905c65c26786701c4bb691','',NULL),(14195,'en','woocommerce','873d373a6913d79155a445ad74d8883f','<strong>%s products</strong> out of stock',NULL,NULL,'','LINE',NULL,10,'','41cc669fa8529d6272ae044193c658d8','',NULL),(14196,'en','woocommerce','fbfa247e5c880393b70d9d3350910da6','<strong>Heads up!</strong> The versions of the following plugins you\'re running haven\'t been tested with WooCommerce %s. Please update them or confirm compatibility before updating WooCommerce, or you may experience issues:',NULL,NULL,'','LINE',NULL,10,'','c98f995e43ebf2ab998bb55c0fc8de13','',NULL),(14197,'en','woocommerce','8600be3326d8a1b834329a8557b07018','<strong>Heads up!</strong> The versions of the following plugins you\'re running haven\'t been tested with the latest version of WooCommerce (%s).',NULL,NULL,'','LINE',NULL,10,'','d4eacb8fbbff6a33341bd49dbbee26db','',NULL),(14198,'en','woocommerce','3163acee336dc7f16fff191dc6a40bfe','<strong>Welcome to WooCommerce</strong> – You‘re almost ready to start selling :)',NULL,NULL,'','LINE',NULL,10,'','5b6c5483c3ae7ab4c602de525f1d3aaf','',NULL),(14199,'en','woocommerce','1e59923c5b175d8120c4f72358974b2f','<strong>Your theme (%s) contains outdated copies of some WooCommerce template files.</strong> These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:',NULL,NULL,'','LINE',NULL,10,'','7f0687a47465955121bad15df5925704','',NULL),(14200,'en','woocommerce','163ee2f8eb04f29f11f709bed58ba771','A 2 digit country code, e.g. US. Leave blank to apply to all.',NULL,NULL,'','LINE',NULL,10,'','a017cfb1705eeeef9600e7f662394bef','',NULL),(14201,'en','woocommerce','508033b88449ced922ddb4b312126929','A 2 digit state code, e.g. AL. Leave blank to apply to all.',NULL,NULL,'','LINE',NULL,10,'','c6751c1474943e6c0766396e860507cf','',NULL),(14202,'en','woocommerce','3716e9ec72b58533f18e9b18c3f11e9c','A Coruña',NULL,NULL,'','LINE',NULL,10,'','4d79177f6442359f6b65cb3d95adcd80','',NULL),(14203,'en','woocommerce','754b20bfef283ded2ddbaf8429d48b41','A cloud of your most used product tags.',NULL,NULL,'','LINE',NULL,10,'','949b0fb6f931502ccba8967dda22d29c','',NULL),(14204,'en','woocommerce','6464723530c32adbc036728ee39b5b0b','A friendly name for the webhook.',NULL,NULL,'','LINE',NULL,10,'','ed392cedff7333c3b68cadffb40542d0','',NULL),(14205,'en','woocommerce','a9c07cc338d4114f177ecde906e5b8d1','A friendly summary of the response including the HTTP response code, message, and body.',NULL,NULL,'','LINE',NULL,10,'','a055ed402136937e240cd3391f12a426','',NULL),(14206,'en','woocommerce','ca5dfa1c5bae6fe6402c761575bfe86b','A human readable description for the setting used in interfaces.',NULL,NULL,'','LINE',NULL,10,'','27f573e6bac40ae300a6d825df718fa8','',NULL),(14207,'en','woocommerce','9694c3cadabf12ae2829569e9dfa03a7','A human readable label for the setting used in interfaces.',NULL,NULL,'','LINE',NULL,10,'','328e4c28be22e370fb8c648095bceada','',NULL),(14208,'en','woocommerce','4f258dd7c17b7fb09af8893d64e41973','A human-readable description of the resource.',NULL,NULL,'','LINE',NULL,10,'','40ec90af7a2141ff9acf8aa3d4b822e5','',NULL),(14209,'en','woocommerce','c1fed3d0056c2df05f5ec1874d415470','A list of taxonomy terms that can be used in regard to order/product statuses.',NULL,NULL,'','LINE',NULL,10,'','fbb40da8254e60a29211a69d4b60c6dc','',NULL),(14210,'en','woocommerce','c8eded0cf1cb75cbf14e27882b6c1ce1','A list of taxonomy terms used for product visibility.',NULL,NULL,'','LINE',NULL,10,'','3ff447766e4379e2b86a9145811a464e','',NULL),(14211,'en','woocommerce','fb936e043abb9ffcaa837288b27500a4','A list of your store\'s products.',NULL,NULL,'','LINE',NULL,10,'','571e5f544bd04213e0abe56e9044b0c4','',NULL),(14212,'en','woocommerce','508849418e847170feb44046cc5d9de6','A list of your store\'s top-rated products.',NULL,NULL,'','LINE',NULL,10,'','1b417b67283d93c1bb8eb852baba289b','',NULL),(14213,'en','woocommerce','c51554e6dfbc18269e0d98729e6ce5e2','A list or dropdown of product categories.',NULL,NULL,'','LINE',NULL,10,'','c61b4daf91007e9591656baae35977a9','',NULL),(14214,'en','woocommerce','1f4354f668bd52215e188237c97cd54e','A live rate is the exact cost to ship an order, quoted directly from the shipping carrier.',NULL,NULL,'','LINE',NULL,10,'','bc68d0333bcaa9f85cb998b92e53bd08','',NULL),(14215,'en','woocommerce','ca853e57914dfd087b6e11a276600e9a','A minimum order amount',NULL,NULL,'','LINE',NULL,10,'','581a6e271dd3e54760370db9dedff97b','',NULL),(14216,'en','woocommerce','e6a686ea43792b58201bdee1d5e073ed','A minimum order amount AND a coupon',NULL,NULL,'','LINE',NULL,10,'','85a0826b308036428ef91ee8f455b427','',NULL),(14217,'en','woocommerce','7ea9e08f259f408cccdd81814b25606d','A minimum order amount OR a coupon',NULL,NULL,'','LINE',NULL,10,'','28b7cc69cbf606c49934115d27c24c72','',NULL),(14218,'en','woocommerce','c5baabbbda7a4aef5e66373b4e5bb706','A note has been added to your order',NULL,NULL,'','LINE',NULL,10,'','9a7e29cfdb1ba43f94e25479f9d47989','',NULL),(14219,'en','woocommerce','dfefb2857dee340935b095a738634e66','A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox. Please wait at least 10 minutes before attempting another reset.',NULL,NULL,'','LINE',NULL,10,'','2ba8778a2160d0c129681ce9cfa2e931','',NULL),(14220,'en','woocommerce','1ebe9f6fe9eece5dd8d2b05425224725','A password will be sent to your email address.',NULL,NULL,'','LINE',NULL,10,'','ad4b3b8b4ddd9ff916603d4b3de3e137','',NULL),(14221,'en','woocommerce','4bee0fb5e30c4d9caaafc023e466d354','A product attribute term with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','f16a927888736447d4b32412e924992d','',NULL),(14222,'en','woocommerce','12d9cee71aa5c2d69308650b2819373e','A product attribute with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','83c06efc54aa0be674ad53caf45750e1','',NULL),(14223,'en','woocommerce','e6f409ad128cc6653328dd8b7158c85c','A product category with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','fc20daf65035c416b4abaa35d3ab287c','',NULL),(14224,'en','woocommerce','01434f3dc45dd314c5801376bf882620','A product shipping class with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','33b4959bc4aee7937cf0392daebdd0d5','',NULL),(14225,'en','woocommerce','ce2398062b388ebc0bf63cda2ce08126','A product tag with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','c9d960c0a676a7ce7ea3c05dc1957846','',NULL),(14226,'en','woocommerce','d251031c6c42c191d1206741ad7647dd','A product with this ID already exists.',NULL,NULL,'','LINE',NULL,10,'','c35a78520d502cf63d0c8309fbcd89a5','',NULL),(14227,'en','woocommerce','ceacfbb088afd5768175004a77bda283','A product with this SKU already exists.',NULL,NULL,'','LINE',NULL,10,'','56df3914717ec784bf537a8eeab4e356','',NULL),(14228,'en','woocommerce','90f27b6c5a6b42a1da60765ff297a985','A search form for your store.',NULL,NULL,'','LINE',NULL,10,'','5900b7cd1119587c1eabe4a9dcf1ff06','',NULL),(14229,'en','woocommerce','591edd3d39df8c78f24f1244a588e48e','A shipping zone is a geographic region where a certain set of shipping methods and rates apply.',NULL,NULL,'','LINE',NULL,10,'','c5dfb124948faa806b6179f27e35613a','',NULL),(14230,'en','woocommerce','0fa993867925760bcf4c038d1e10aa19','A shipping zone is a geographic region where a certain set of shipping methods are offered.',NULL,NULL,'','LINE',NULL,10,'','84fc573936ac41f5d12ba781e4b7f595','',NULL),(14231,'en','woocommerce','7e26d6b0e5e73eef9d4889787cd1a1d8','A simple offline gateway that lets you accept BACS payment.',NULL,NULL,'','LINE',NULL,10,'','b30ac89bf84e2e1c1b4c1d5e85a5190b','',NULL),(14232,'en','woocommerce','dd84be498fa707c7e6257f017d11f045','A simple offline gateway that lets you accept a check as method of payment.',NULL,NULL,'','LINE',NULL,10,'','a58533f3f6d83e0f13ac04d20e8c0891','',NULL),(14233,'en','woocommerce','8a5c187ee802a03ae86f10ed6b365b92','A simple offline gateway that lets you accept cash on delivery.',NULL,NULL,'','LINE',NULL,10,'','f0de479a1a4df4b9aa415c6f48cdefd2','',NULL),(14234,'en','woocommerce','6de85695daaa06a17afdbb78d96128ea','A tax rate with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','e347b519333b6a4c067b5bbc5c7ebd41','',NULL),(14235,'en','woocommerce','42ae9519fda6a0969e4d83d898dbd4f7','A unique identifier for the setting.',NULL,NULL,'','LINE',NULL,10,'','8b2ed0d079e3013c535bca300079792f','',NULL),(14236,'en','woocommerce','f94080bf18f10b96197b28acb365d7c0','A unique identifier for the tool.',NULL,NULL,'','LINE',NULL,10,'','f63949bfca4755bd35eeb193029fc889','',NULL),(14237,'en','woocommerce','575a52406dcbb60c50d070bbf50f713b','A unique identifier that can be used to link settings together.',NULL,NULL,'','LINE',NULL,10,'','a93ce9542d084565529fbb008961f53e','',NULL),(14238,'en','woocommerce','a82845bcb5ebbea1809d60d0d60b6aa7','A valid free shipping coupon',NULL,NULL,'','LINE',NULL,10,'','59c345afd600bfe157efd8498a96b2ed','',NULL),(14239,'en','woocommerce','7e357623fa18a4313860287f561b7b48','Ağrı',NULL,NULL,'','LINE',NULL,10,'','827ca3936fdb7ef4767fd681fccefd3c','',NULL),(14240,'en','woocommerce','558ffc8f5770d8e4f95f51d822685532','AND',NULL,NULL,'','LINE',NULL,10,'','7897ebd1e937377838c504bd3508aa5b','',NULL),(14241,'en','woocommerce','1109f23b9df9ae6665b4efe78b557b24','API Key generated successfully. Make sure to copy your new keys now as the secret key will be hidden once you leave this page.',NULL,NULL,'','LINE',NULL,10,'','a6ffacccea89f71bd51c0cd77efd93a5','',NULL),(14242,'en','woocommerce','40f5220325ee58b799f438262cd9aaa0','API Key updated successfully.',NULL,NULL,'','LINE',NULL,10,'','6c12219c91d4b7f5c751e3ceca2e3493','',NULL),(14243,'en','woocommerce','a7384ed09a8bc2d8b230cb202c7614a5','API Version',NULL,NULL,'','LINE',NULL,10,'','193d2f2db7b17760c0fc5a5d4b541eb7','',NULL),(14244,'en','woocommerce','1ba0799e1be99db5275b593b0184e5ce','API credentials',NULL,NULL,'','LINE',NULL,10,'','58495e14394130fbae1dde524ba4e1de','',NULL),(14245,'en','woocommerce','ac2c15ea5164cac4bc10f3d09667f6ff','API docs',NULL,NULL,'','LINE',NULL,10,'','b045fe7042848fbc73bd6e6200e81359','',NULL),(14246,'en','woocommerce','fa57f039c3d1fa26ddd5ae7f565ea6d3','API enabled',NULL,NULL,'','LINE',NULL,10,'','a9f51632f5a1e925e1c4a9dea9a7b52c','',NULL),(14247,'en','woocommerce','656a6828d7ef1bb791e42087c4b5ee6e','API key',NULL,NULL,'','LINE',NULL,10,'','d4922f2191ed1799985b23a521b4c68e','',NULL),(14248,'en','woocommerce','8da523cc4c775b104538516c0dd58180','API user is invalid',NULL,NULL,'','LINE',NULL,10,'','cdae09bf94fda9b68bcbec1b22923e63','',NULL),(14249,'en','woocommerce','c6e421eaad140c1bc1a39980502df80c','ASC',NULL,NULL,'','LINE',NULL,10,'','c18b9a16c0704da04563a64201591c98','',NULL),(14250,'en','woocommerce','dea79facf05c526769f25ea6ebdc03ad','Aargau',NULL,NULL,'','LINE',NULL,10,'','6b503a328254cfbed466ce5db5e9db6d','',NULL),(14251,'en','woocommerce','8983dcc332d9277faa121606a7eb5fbf','Abia',NULL,NULL,'','LINE',NULL,10,'','aea814e36acdf341cfea419129dd9c98','',NULL),(14252,'en','woocommerce','096d83cb7d98d3d739176d19bbf389dc','Abim',NULL,NULL,'','LINE',NULL,10,'','740ed1f9371904c503885ce3e5b5043b','',NULL),(14253,'en','woocommerce','c71d3580652a7332e0cc5067d2b54202','About WooCommerce',NULL,NULL,'','LINE',NULL,10,'','8b6d885baa0b86f6f29dd2c2ed3a900e','',NULL),(14254,'en','woocommerce','b028ad14e81cd422a5d90710c422f1de','Abra',NULL,NULL,'','LINE',NULL,10,'','05324b622e914abc16a15b1b51d8795b','',NULL),(14255,'en','woocommerce','3078a2bacf30ddacc09530ca802c6412','Abuja',NULL,NULL,'','LINE',NULL,10,'','76009b62aecd6e2898fe771cd0921769','',NULL),(14256,'en','woocommerce','3bda0d65311bf87815f6794f3d0875a6','Accept COD if the order is virtual',NULL,NULL,'','LINE',NULL,10,'','89b7b5efb45559efe98434f282e5e8d7','',NULL),(14257,'en','woocommerce','8248bdf8d88d5238a740968910f33e29','Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay. <a href=\"%s\" target=\"_blank\">Learn more</a>.',NULL,NULL,'','LINE',NULL,10,'','b825e847215887aa4bec49cae7439ded','',NULL),(14258,'en','woocommerce','a59918908d3db48e225d6cc523b12255','Accept for virtual orders',NULL,NULL,'','LINE',NULL,10,'','e6ee6274cd632808ae015d46de8aebcd','',NULL),(14259,'en','woocommerce','c68ffe36ace86baccb1eed71e3882b3a','Accept payments via PayPal using account balance or credit card.',NULL,NULL,'','LINE',NULL,10,'','7aa4ec8049e56411fc96a880ce6a393f','',NULL),(14260,'en','woocommerce','08de2fdaabcd120b8ca1388d21179921','Access denied',NULL,NULL,'','LINE',NULL,10,'','5c88485215ca3f50da1aeb61eaa4ec50','',NULL),(14261,'en','woocommerce','3069fe0f98a8adab678bfe348e3028c4','Access expires',NULL,NULL,'','LINE',NULL,10,'','5d549ca3b6321baba16aa0305874cd81','',NULL),(14262,'en','woocommerce','9c6b0a1e75aa11df7e7a4641ce0bfb49','Access granted',NULL,NULL,'','LINE',NULL,10,'','b285a6f560c9acbe178819bc725f3f35','',NULL),(14263,'en','woocommerce','44d7f6e68e779695b9f06ac38a769bf5','Access to Purchased Downloads',NULL,NULL,'','LINE',NULL,10,'','a29257eacee3c4ce5ce42aab8c7ed568','',NULL),(14264,'en','woocommerce','8bc212f48680748479bbd322d4d73d3f','Account details',NULL,NULL,'','LINE',NULL,10,'','303c914562c93f9abb55926c1aee5693','',NULL),(14265,'en','woocommerce','0bdcd331e64e688b1e19391057ebc922','Account details changed successfully.',NULL,NULL,'','LINE',NULL,10,'','ebdaf15b5291fe09dc9bd77f965262de','',NULL),(14266,'en','woocommerce','20a650d87733bd5895c979de29864a73','Account details:',NULL,NULL,'','LINE',NULL,10,'','38494751f4d0578aee7334e37cb85ab4','',NULL),(14267,'en','woocommerce','aa90c53280582695f3d4b8ac2ec17a8b','Account name',NULL,NULL,'','LINE',NULL,10,'','d7d49708e996f07a3c83ce53c471d6cd','',NULL),(14268,'en','woocommerce','0f26e4f64d58beb4d924627c707e43ad','Account number',NULL,NULL,'','LINE',NULL,10,'','5978fe6c5d53ae04616d153f32315e3d','',NULL),(14269,'en','woocommerce','3f48746290971639401880fc6aed2971','Account username',NULL,NULL,'','LINE',NULL,10,'','ab6b56c129c44372c22c009257e68cbe','',NULL),(14270,'en','woocommerce','056b99d1f4cdc402e6588030ec762a29','Acre',NULL,NULL,'','LINE',NULL,10,'','b4a3aa75ab2f0a174764f069a570d325','',NULL),(14271,'en','woocommerce','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'','LINE',NULL,10,'','cc755b12e77cad613c27eac91112b2c1','',NULL),(14272,'en','woocommerce','ce7b0767e0e5d1dc1a9e44b98648380e','Action Group',NULL,NULL,'','LINE',NULL,10,'','ec5ff076321b547f74e5e6f03d9c5aa5','',NULL),(14273,'en','woocommerce','fe170f9c47a7643ede464bd1613ea150','Action Scheduler',NULL,NULL,'','LINE',NULL,10,'','41c864751680299c7bba09c024c715ff','',NULL),(14274,'en','woocommerce','f2c25ea0d2d6767b173b782871073d40','Action Status',NULL,NULL,'','LINE',NULL,10,'','27695946ba225a066203c5a2f844ac1a','',NULL),(14275,'en','woocommerce','c18c891eb2e5716eae560e90156c2e12','Action [%s] has invalid arguments. It cannot be JSON decoded to an array.',NULL,NULL,'','LINE',NULL,10,'','3b261380bc05a4c38438efe554e15057','',NULL),(14276,'en','woocommerce','6b3e5fdf14133a8fd4d37fb51ce5d597','Action event',NULL,NULL,'','LINE',NULL,10,'','30afacb430cf0d7c329b1945577fa3ec','',NULL),(14277,'en','woocommerce','5fad5fffa7e7fbe286b0c61744f6edc5','Action failed. Please refresh the page and retry.',NULL,NULL,'','LINE',NULL,10,'','924bdd98a27e7ca7710cc2f6af37eeb7','',NULL),(14278,'en','woocommerce','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,10,'','aeb40fef8e51436d332ac20c5bfe2bb9','',NULL),(14279,'en','woocommerce','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'','LINE',NULL,10,'','596fd019e1d394f9b25b2d1adfddfb12','',NULL),(14280,'en','woocommerce','3f147988c45dff40b1313007e9187889','Activate WooCommerce Admin',NULL,NULL,'','LINE',NULL,10,'','ac31e77ab41c18c1257bbd36fff89bd9','',NULL),(14281,'en','woocommerce','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,10,'','1bde27f4b5e81d97d2c2f6f678aa8c93','',NULL),(14282,'en','woocommerce','29a355bb147ee6878e05edacad16a4b2','Active Product Filters',NULL,NULL,'','LINE',NULL,10,'','c57d51f7126a57bca90fe53aaed381fa','',NULL),(14283,'en','woocommerce','2143f8cb66482342b35208bdc3fd949c','Active filters',NULL,NULL,'','LINE',NULL,10,'','936c7c59332bb9a0fcc0ff1474409edb','',NULL),(14284,'en','woocommerce','2ffb9c3c2a392f9c10055b1fa0a00c0c','Active plugins',NULL,NULL,'','LINE',NULL,10,'','f5c59e417a28b24559f5bff586b0eee3','',NULL),(14285,'en','woocommerce','33a125dc8d6e06f70c8b747679ba8ecf','Active plugins.',NULL,NULL,'','LINE',NULL,10,'','55cb5d6baafa081f1ad67d0ced278e45','',NULL),(14286,'en','woocommerce','a903a2447fb6fdf9ec75082c27a59c7b','Adıyaman',NULL,NULL,'','LINE',NULL,10,'','ef5092814e0bbb2ff289db46fa9055d9','',NULL),(14287,'en','woocommerce','35aa4c0d37c64aad254921f01e43ac91','Adamawa',NULL,NULL,'','LINE',NULL,10,'','04baa42ae10989f026968e26d4698a1b','',NULL),(14288,'en','woocommerce','5520d9658f058d9f3ebbc9671bb09ae9','Adana',NULL,NULL,'','LINE',NULL,10,'','bfd6d795eaab54d7902a0f24136f9a31','',NULL),(14289,'en','woocommerce','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,10,'','c4ef529ee42687433c9fc4478833dddf','',NULL),(14290,'en','woocommerce','97551d1e35638cc3a1ac71c2b0c96afa','Add “%s” to your cart',NULL,NULL,'','LINE',NULL,10,'','b659972562c66b351f762ada5f6bebc1','',NULL),(14291,'en','woocommerce','a171685506a8a29bc313111ec696ff79','Add File',NULL,NULL,'','LINE',NULL,10,'','25d4a4f1ded3b0a06d846fa7951b7b33','',NULL),(14292,'en','woocommerce','8813d189fcdcdb1899f5a86762a13a1c','Add New Scheduled Action',NULL,NULL,'','LINE',NULL,10,'','6c566c9e44c35a5d8ac7b772e1901e9e','',NULL),(14293,'en','woocommerce','1322c04125d46334c6c6008574c9f35e','Add a Filter',NULL,NULL,'','LINE',NULL,10,'','522cb18e3521f8ed899012101bb654e7','',NULL),(14294,'en','woocommerce','bd8d82334b2ae56311e3122d99493ac9','Add a note for your reference, or add a customer note (the user will be notified).',NULL,NULL,'','LINE',NULL,10,'','376275a1bc52476fbfa980933b66c13a','',NULL),(14295,'en','woocommerce','89be6c9bd61fb1fb73a62ce68523d42e','Add a quick summary for your product here. This will appear on the product page under the product name.',NULL,NULL,'','LINE',NULL,10,'','80b26df8543d5d421f62607bb94a86f3','',NULL),(14296,'en','woocommerce','6fa3d86805af28f394d29be219701719','Add a review',NULL,NULL,'','LINE',NULL,10,'','25c23841e61c0a232a6b839d25890a8e','',NULL),(14297,'en','woocommerce','7a951413a56f5f2b212265f02865ca76','Add as many zones as you need – customers will only see the methods available for their address.',NULL,NULL,'','LINE',NULL,10,'','5ec5c095f22cd5a7134fd634b2f1eda0','',NULL),(14298,'en','woocommerce','88a306e559954dc8c8ae9eb55d62297f','Add attribute',NULL,NULL,'','LINE',NULL,10,'','16a60ef7fe687df727b6f3de713c79e5','',NULL),(14299,'en','woocommerce','cd0ea0bc9e2ef3d74838f5ec3439cfab','Add fee',NULL,NULL,'','LINE',NULL,10,'','b28fb6d8ee419b41657cca51a8373256','',NULL),(14300,'en','woocommerce','58be4de806253a6ee411b6c0c99296c7','Add file',NULL,NULL,'','LINE',NULL,10,'','476d7ed872f92ca51d03edaabb3110c9','',NULL),(14301,'en','woocommerce','2f7d0562a1f00aa2832eacfaf37c2ce6','Add images to product gallery',NULL,NULL,'','LINE',NULL,10,'','e9dad102823c20bb313ae581f1b06579','',NULL),(14302,'en','woocommerce','3a8dbca9c6901b23c3d872697af80841','Add item(s)',NULL,NULL,'','LINE',NULL,10,'','4617da336a71a3b56bf6675cb4c294c7','',NULL),(14303,'en','woocommerce','3a17d15a479e2f0a7f30220503f03be9','Add key',NULL,NULL,'','LINE',NULL,10,'','ab3fdef3a0a2482d0cd9c664b6ab0063','',NULL),(14304,'en','woocommerce','ef61fb324d729c341ea8ab9901e23566','Add new',NULL,NULL,'','LINE',NULL,10,'','da5387824c11f6d8c017aec6598a1cfe','',NULL),(14305,'en','woocommerce','6ab63fcbb745b30abab163de7d71ef35','Add new %s',NULL,NULL,'','LINE',NULL,10,'','af61d3b307c3ad0416a3eaddf9795e17','',NULL),(14306,'en','woocommerce','00039b674d8ced58313546dcab88a032','Add new attribute',NULL,NULL,'','LINE',NULL,10,'','b0a594fe067fa4eb558a5bed63d8cfb8','',NULL),(14307,'en','woocommerce','50cd1871f950375eef4e2efce35366c6','Add note',NULL,NULL,'','LINE',NULL,10,'','eed933c38f05cdc8956069f8a21d39ff','',NULL),(14308,'en','woocommerce','6e8e5f40ce65aa25c3387f4acce32e3b','Add product gallery images',NULL,NULL,'','LINE',NULL,10,'','10d7f86826c88d5fee87dab3289d45a0','',NULL),(14309,'en','woocommerce','76de06a51c446a21944ed0251cfd107a','Add product(s)',NULL,NULL,'','LINE',NULL,10,'','78339cc52782ce40ef0496155d03f4da','',NULL),(14310,'en','woocommerce','ea6fc12147e71d57bdd78ca17ca734ce','Add products',NULL,NULL,'','LINE',NULL,10,'','f09a43226b042c85f4c638b2d4c7e2f5','',NULL),(14311,'en','woocommerce','704521f14ebfeb2fe05e61069aa9ddd6','Add shipping',NULL,NULL,'','LINE',NULL,10,'','dc76fe3571035ec0b34a7febab565202','',NULL),(14312,'en','woocommerce','c1e7a8db5b40b64e1bcd21fde6c46ea5','Add shipping class',NULL,NULL,'','LINE',NULL,10,'','67514874e91815c44b951703b243c57a','',NULL),(14313,'en','woocommerce','534fb1985d985105cd40d07ca7f8772b','Add shipping method',NULL,NULL,'','LINE',NULL,10,'','3b17287a65eb673a12f9473dc9322b4c','',NULL),(14314,'en','woocommerce','5dd7f722fa58f4e624ace7861f4ac492','Add shipping methods & zones',NULL,NULL,'','LINE',NULL,10,'','fb58309dcaa8f0c36339a271c5a46d1e','',NULL),(14315,'en','woocommerce','b6c81563b8b473940a570ecd7fd44a6f','Add shipping zone',NULL,NULL,'','LINE',NULL,10,'','4ddee69a030b34c199098d51851d1cd2','',NULL),(14316,'en','woocommerce','598c074096b7a02d122b34dfa8df7c23','Add tax',NULL,NULL,'','LINE',NULL,10,'','dde768f734604500c24e0e7513f104f4','',NULL),(14317,'en','woocommerce','21ff3599debab8d51ef573d75037bdb4','Add to Cart button',NULL,NULL,'','LINE',NULL,10,'','a8595884c126c0fdf778185803f73f76','',NULL),(14318,'en','woocommerce','cc0b315537dfef7ff7289a6ed0a47745','Add to Cart button is hidden.',NULL,NULL,'','LINE',NULL,10,'','469b0c4ef4c0266b57137d541c5e2fe4','',NULL),(14319,'en','woocommerce','700a2babfda7aca93dc900c7f297bd56','Add to Cart button is visible.',NULL,NULL,'','LINE',NULL,10,'','c439d3a9cac2d813ddb37a6443470a62','',NULL),(14320,'en','woocommerce','2d0f6b8300be19cf35e89e66f0677f95','Add to cart',NULL,NULL,'','LINE',NULL,10,'','c7b9d3b05e9a1924c5180c0ded4751dd','',NULL),(14321,'en','woocommerce','e83dea83709b83e7fa3280642122fc3c','Add to gallery',NULL,NULL,'','LINE',NULL,10,'','180c5a39a3276a45b9323a96a5024921','',NULL),(14322,'en','woocommerce','079c295372592b9fe14ca99505e64eba','Add to menu',NULL,NULL,'','LINE',NULL,10,'','47154bf8d3a9e794b9daa886d22a5642','',NULL),(14323,'en','woocommerce','a508df4b049c5b044cb4568b76b6c7e6','Add variation',NULL,NULL,'','LINE',NULL,10,'','d524db9118022a8feb600968ae9a5f10','',NULL),(14324,'en','woocommerce','e9a8470995364e4586531f5c4a8215f4','Add webhook',NULL,NULL,'','LINE',NULL,10,'','632d06651fc1d7594393145dae52a88f','',NULL),(14325,'en','woocommerce','cb40e7ce3ab0e0e831cc4659b843c764','Add meta',NULL,NULL,'','LINE',NULL,10,'','3e1996c0b6d0dbc517116de493b9ba72','',NULL),(14326,'en','woocommerce','24e62135c389999d1b699ba53f230260','Added line items: %s',NULL,NULL,'','LINE',NULL,10,'','55698d3fdfb7c6e9a411b6ec1c60baa7','',NULL),(14327,'en','woocommerce','827981e7344b95e471320b5a0278af4b','Additional content',NULL,NULL,'','LINE',NULL,10,'','21cb304640f9c033cfdadf54b2bf2ae9','',NULL),(14328,'en','woocommerce','5293e6be4b1be2b9467a253db68eae0b','Additional help text shown to the user about the setting.',NULL,NULL,'','LINE',NULL,10,'','d42e6548cd4ff35f80bfa718ce648fae','',NULL),(14329,'en','woocommerce','0f68b904e33d9ac04605aecc958bcf52','Additional information',NULL,NULL,'','LINE',NULL,10,'','c98e9bd136cc270019085bdaf21287fe','',NULL),(14330,'en','woocommerce','b7befa00b29c38a1582b24a06a76926e','Additional rates',NULL,NULL,'','LINE',NULL,10,'','65d965f9642e83a649da734f211f8529','',NULL),(14331,'en','woocommerce','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'','LINE',NULL,10,'','cc02b7be656e1dc70022b602bb3cc0af','',NULL),(14332,'en','woocommerce','6457710f5dafd7ee2d987b7f75f2aaf1','Address changed successfully.',NULL,NULL,'','LINE',NULL,10,'','3a53ca0df41dac5f7c930caa1588cb8e','',NULL),(14333,'en','woocommerce','4f1e068286367caac10ef9c71c207e69','Address line 1.',NULL,NULL,'','LINE',NULL,10,'','7f5b5ff9f917c18f1c2e8936bbbd16f5','',NULL),(14334,'en','woocommerce','8254d55614eee0bb867e09fa1bd4be00','Address line 2.',NULL,NULL,'','LINE',NULL,10,'','63951d153e6f891ad4f510cfdd3ee039','',NULL),(14335,'en','woocommerce','b60031196436aeb78a297d0dd5e01080','Address override',NULL,NULL,'','LINE',NULL,10,'','0f1e3105f1d3d3dc49ccc4778cb1530b','',NULL),(14336,'en','woocommerce','2bf1d5fae1c321d594fdedf05058f709','Address:',NULL,NULL,'','LINE',NULL,10,'','21040763bede70dfa9ab308f2933710d','',NULL),(14337,'en','woocommerce','1f066b98ac6f1632725a999af0dbd21b','Adjumani',NULL,NULL,'','LINE',NULL,10,'','06b4b2de09f234b660d93371539205c6','',NULL),(14338,'en','woocommerce','015ea72d97a737923290d7ef4e6a1274','Adjusted stock: %s',NULL,NULL,'','LINE',NULL,10,'','8453a094c1247e57482d246cf92454b3','',NULL),(14339,'en','woocommerce','5dc53852cafb053e66a973338e943f85','Scheduled Actions',NULL,NULL,'','LINE',NULL,10,'Admin menu name','c6e38a347ac3762f4f3d5213681d3532','',NULL),(14340,'en','woocommerce','ee2d3754b6e7f57898d9d8670f78ae71','Advanced options',NULL,NULL,'','LINE',NULL,10,'','031977f3f59e95375bf5cf7d5741928d','',NULL),(14341,'en','woocommerce','6e9767f4f15357401b148b9a8ced14ef','Afghanistan',NULL,NULL,'','LINE',NULL,10,'','9d3a5266a705b26bd83db3b682e9523e','',NULL),(14342,'en','woocommerce','f5cd262901883dff68d06b215fb0f28e','Africa',NULL,NULL,'','LINE',NULL,10,'','ead50cd245e37644ba0fa931810fd1aa','',NULL),(14343,'en','woocommerce','5cedd7499dfe7637c81f2546c50f5d22','After pre-tax discounts.',NULL,NULL,'','LINE',NULL,10,'','ab98ff00d525ba972ff60dd3c7638733','',NULL),(14344,'en','woocommerce','b441ed85d4c5db236c4ff6be670602c5','After publishing your changes, new image sizes may not be shown until you <a href=\"%s\" target=\"_blank\">Regenerate Thumbnails</a>.',NULL,NULL,'','LINE',NULL,10,'','77d6e4b8d1511fd424b9571a52c8080e','',NULL),(14345,'en','woocommerce','cd9a4a6ac7defff5fd547b321cc2c758','After publishing your changes, new image sizes may not be shown until you regenerate thumbnails. You can do this from the <a href=\"%1$s\" target=\"_blank\">tools section in WooCommerce</a> or by using a plugin such as <a href=\"%2$s\" target=\"_blank\">Regenerate Thumbnails</a>.',NULL,NULL,'','LINE',NULL,10,'','ce489afc27367f21f33739c63ae7bdf6','',NULL),(14346,'en','woocommerce','34e78c2aaa9d2a8a453d04eaf07d4c13','After publishing your changes, new image sizes will be generated automatically.',NULL,NULL,'','LINE',NULL,10,'','ed14b1bf75cddf9b36618d5743183166','',NULL),(14347,'en','woocommerce','7746550709c8fe582fca247288feae23','Afyon',NULL,NULL,'','LINE',NULL,10,'','b312fff4e2a09ee7f3eb6e7e2806e519','',NULL),(14348,'en','woocommerce','b20ba5984ecc5ec9ad5a90f0350b988f','Agago',NULL,NULL,'','LINE',NULL,10,'','971382df69f28e4f58661c119d270ab0','',NULL),(14349,'en','woocommerce','27bb8a59c01e1f9f7484aaf9fafa2ca1','Agrigento',NULL,NULL,'','LINE',NULL,10,'','ab25cdbe5787a3939d862c5edee462cc','',NULL),(14350,'en','woocommerce','d6a0c439bac235450119973453d451a3','Aguascalientes',NULL,NULL,'','LINE',NULL,10,'','753e67580708303fec70d71b696a1565','',NULL),(14351,'en','woocommerce','c198b31177c7c319018fb19f17391f23','Agusan del Norte',NULL,NULL,'','LINE',NULL,10,'','ccb187c0aadb28fd12c32a7c60f3f753','',NULL),(14352,'en','woocommerce','c90c06e40633d83eb0133c3cadde826e','Agusan del Sur',NULL,NULL,'','LINE',NULL,10,'','fdc0f2973944b21b69943b03630e218f','',NULL),(14353,'en','woocommerce','8c11b22ec32974734b28abbb6c7141fd','Aichi',NULL,NULL,'','LINE',NULL,10,'','d22416a1357e82c4f3764e2fab1c72ea','',NULL),(14354,'en','woocommerce','3c70994da889300cec798c325d180645','Akita',NULL,NULL,'','LINE',NULL,10,'','3f450bb2e599a79a015b5026e760aeda','',NULL),(14355,'en','woocommerce','089320973b04d0c841869e4aee97f4f3','Aklan',NULL,NULL,'','LINE',NULL,10,'','17bdae3dd13541205fda16057bdf5df7','',NULL),(14356,'en','woocommerce','332a1d97e2d747c9c1d378cc39d5924f','Aksaray',NULL,NULL,'','LINE',NULL,10,'','d458b2327bfee1e7e68d386aecfee2a3','',NULL),(14357,'en','woocommerce','299ad00e60f731274efdce177cccebf9','Akwa Ibom',NULL,NULL,'','LINE',NULL,10,'','2b29303fa9b353e7e431f35e44051f72','',NULL),(14358,'en','woocommerce','213fe69502445ed67ae8b99d22838802','Alabama',NULL,NULL,'','LINE',NULL,10,'','fa6184fa8792ae7223f6ef8f1341b5bf','',NULL),(14359,'en','woocommerce','72572f1f5dcb5f2d72cb08d812ffa94c','Alagoas',NULL,NULL,'','LINE',NULL,10,'','83459ff6b363fb993e64ea708c38382e','',NULL),(14360,'en','woocommerce','21dfed4891998d8f4a37e9f5c49092cf','Alas. Just to let you know — order #%1$s belonging to %2$s has been cancelled:',NULL,NULL,'','LINE',NULL,10,'','0eb12663904f96a96cd11c4f01701cdd','',NULL),(14361,'en','woocommerce','e15997c74a71c5d9263df6f7a21bc191','Alaska',NULL,NULL,'','LINE',NULL,10,'','f0de97608c365459fe6d6eac351df44a','',NULL),(14362,'en','woocommerce','f528af12ef82e7257a7da4f8cd3c54c6','Alba',NULL,NULL,'','LINE',NULL,10,'','e0efe90f2a714958bf7c5974ae3e8e62','',NULL),(14363,'en','woocommerce','192685f83d5d9c7113ea36fd838c5d2d','Albacete',NULL,NULL,'','LINE',NULL,10,'','39e96d7be3fc3f8b4b829e337b028178','',NULL),(14364,'en','woocommerce','c420ddff824a5c0eec70dd23d62496bc','Albania',NULL,NULL,'','LINE',NULL,10,'','581d47c6b136241aa0482be69beb98c6','',NULL),(14365,'en','woocommerce','0cc572ef42b56818ee2bf31e4dbb2a48','Albay',NULL,NULL,'','LINE',NULL,10,'','0942c56007b6eddbc4066cfecd448666','',NULL),(14366,'en','woocommerce','d7a5be172f77453b4400144c8b66df1a','Alberta',NULL,NULL,'','LINE',NULL,10,'','205c6aee3b67e9a5ab3d62f778852e09','',NULL),(14367,'en','woocommerce','0b6d672563a7c5a4165b2c82a08a9fa1','Alborz (البرز)',NULL,NULL,'','LINE',NULL,10,'','8c734735266a2bcc3bbfb92fffab182d','',NULL),(14368,'en','woocommerce','042dba9e10a790352eb5818a67be50dc','Alebtong',NULL,NULL,'','LINE',NULL,10,'','683fa1ffc0a5cc7f85dde975f0d7a7fd','',NULL),(14369,'en','woocommerce','b92071d61c88498171928745ca53078b','Alert',NULL,NULL,'','LINE',NULL,10,'','d0fd7085a4add017434975b52e2d9593','',NULL),(14370,'en','woocommerce','6e47ab2ba949d47b8441d362f820cc5b','Alessandria',NULL,NULL,'','LINE',NULL,10,'','2fc95445cdd5da23481f30aa42224990','',NULL),(14371,'en','woocommerce','575b9408b6daa2ddcefbcf6d81c9b4c9','Algeria',NULL,NULL,'','LINE',NULL,10,'','f0d9cb0f2d61cd4f878adf73fa5eced9','',NULL),(14372,'en','woocommerce','7041ef854e9569a8be34b9fa14005ac1','Alicante',NULL,NULL,'','LINE',NULL,10,'','ce830219fa165b69fcd97b2d65ae2c77','',NULL),(14373,'en','woocommerce','e8b31f9150ec2c9d9d0ee6e2864e1aac','Align Add to Cart buttons',NULL,NULL,'','LINE',NULL,10,'','18b40a3cc40eba8166ded02f3afa5276','',NULL),(14374,'en','woocommerce','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,10,'','3f0fecf228c84f9f985ee1f845656c23','',NULL),(14375,'en','woocommerce','84d1595b1584d106bf0310b6905e7c3c','All %s',NULL,NULL,'','LINE',NULL,10,'','a59e875dc7d64724e0830cc4bc940e02','',NULL),(14376,'en','woocommerce','49b2887a9aeb69b3c417205ab1e6418b','All Reviews',NULL,NULL,'','LINE',NULL,10,'','e91e149a7fb6a33366a9dd663c750274','',NULL),(14377,'en','woocommerce','77c36baa989e735256619e2d518399fa','All allowed countries',NULL,NULL,'','LINE',NULL,10,'','16e0f3769edc3cb194c8f50b05c999a1','',NULL),(14378,'en','woocommerce','7704019e27df2e34b6d21b97dd9d3363','All categories with titles that include {{query /}}',NULL,NULL,'','LINE',NULL,10,'','aa66359cf99543a14a2b13c25a26378c','',NULL),(14379,'en','woocommerce','77a3d6ad524c08a8cdfc61a33ce52d7f','All coupons',NULL,NULL,'','LINE',NULL,10,'','15dd634f716c906ba3956294c81dcaa1','',NULL),(14380,'en','woocommerce','e79b8517e476b377320a45754138ea11','All coupons with codes that include {{query /}}',NULL,NULL,'','LINE',NULL,10,'','c94a6bb5c7128bcbd85bdb59f5489e75','',NULL),(14381,'en','woocommerce','3d075c375177adbdd54b84de2330fd32','All customers with names that include {{query /}}',NULL,NULL,'','LINE',NULL,10,'','4f821dfd18a0d9b303c74458829b54e0','',NULL),(14382,'en','woocommerce','62898281dcf6d9380f9b534906b462bb','All done!',NULL,NULL,'','LINE',NULL,10,'','b0b8d5282be685135623705327189b79','',NULL),(14383,'en','woocommerce','c9818b2c0890a205d294a2b31354f8b4','All levels',NULL,NULL,'','LINE',NULL,10,'','37ee2ba862788267297417cd3e38d675','',NULL),(14384,'en','woocommerce','7928f14fa2cb6fcf8973fb03da3360d0','All missing WooCommerce pages successfully installed',NULL,NULL,'','LINE',NULL,10,'','0a6884cd52da0064296cf8d8a1c6b6af','',NULL),(14385,'en','woocommerce','40dec546414c1ebdfde8d9858f0938c3','All products',NULL,NULL,'','LINE',NULL,10,'','4759ffa3fa5e3624c191e2170b570772','',NULL),(14386,'en','woocommerce','80ee697091a0b0389540fe863dbe6465','All products with titles that include {{query /}}',NULL,NULL,'','LINE',NULL,10,'','d61f6c9649eaf48d32c662137567f565','',NULL),(14387,'en','woocommerce','dd9d7581f649c6207927add68544bc65','All selected attributes',NULL,NULL,'','LINE',NULL,10,'','d8a6fe176aafc7143f0c0cad5bc79fb4','',NULL),(14388,'en','woocommerce','db486a10810ea94041db2fd9044498aa','All selected categories',NULL,NULL,'','LINE',NULL,10,'','f84610d314f1ca562afd4ed787f10bcd','',NULL),(14389,'en','woocommerce','1ec4f98b8a8f2562481519522b394f88','All selected tags',NULL,NULL,'','LINE',NULL,10,'','5100ef2b78eb7967473c090cd1091c96','',NULL),(14390,'en','woocommerce','0d3d4ae2dfc03f905950f8560c5027b7','All sources',NULL,NULL,'','LINE',NULL,10,'','1e5488febd8c45aa293dc1c9a57ed476','',NULL),(14391,'en','woocommerce','546803ef91e77b4e3e4a7c31e2c12977','All taxes with codes that include {{query /}}',NULL,NULL,'','LINE',NULL,10,'','948e31c50446e6594dddacb6a30ab6bd','',NULL),(14392,'en','woocommerce','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'','LINE',NULL,10,'','952a0a70924294af142372553016e97e','',NULL),(14393,'en','woocommerce','087107523609475fec02bef0eedf11ef','Allow backorders?',NULL,NULL,'','LINE',NULL,10,'','eaaf93685a87eae32f34f5bd0f2489bd','',NULL),(14394,'en','woocommerce','4c7e505d64e4cc461aabac2c7b964fcd','Allow customer reviews?',NULL,NULL,'','LINE',NULL,10,'','c705e581ac5fa491009753e6f63d782d','',NULL),(14395,'en','woocommerce','1e6a11d4c0fb23295c784a5311376922','Allow customers to pick up orders themselves. By default, when using local pickup store base taxes will apply regardless of customer address.',NULL,NULL,'','LINE',NULL,10,'','94e4fb75742542bfed4b8d6f1aeee2a0','',NULL),(14396,'en','woocommerce','f50f86f0ac4a6ab2a569e4ed3eb29e51','Allow free shipping',NULL,NULL,'','LINE',NULL,10,'','4063c196dd62f06a2d93eaecca631e6c','',NULL),(14397,'en','woocommerce','96442f80071b1a085cec8c1e97e4124a','Allow one item to be bought in a single order.',NULL,NULL,'','LINE',NULL,10,'','f8d6ccab7fc032ab321209425626eb11','',NULL),(14398,'en','woocommerce','cb9ed54a11cac11da6e283a2e63b78cb','Allow reviews.',NULL,NULL,'','LINE',NULL,10,'','11c5fe702ee0193063a5d029d2f35122','',NULL),(14399,'en','woocommerce','8cd857755b404fdf98d1f01f47d1eadb','Allow, but notify customer',NULL,NULL,'','LINE',NULL,10,'','243b6dcab3690e35cc9e16f257d070d3','',NULL),(14400,'en','woocommerce','2dbc06dc420b9c9a0672a02c26f618e8','Allowed ZIP/post codes',NULL,NULL,'','LINE',NULL,10,'','16519d58d92e1772a6ddf7578e11758d','',NULL),(14401,'en','woocommerce','5715ded410a596db54c5e27256c2bb42','Allowed emails',NULL,NULL,'','LINE',NULL,10,'','eb592d58260c3dc00c321f8a38f1d3a1','',NULL),(14402,'en','woocommerce','f288e487ef62c3cf5583e8569f952baf','Almería',NULL,NULL,'','LINE',NULL,10,'','7091e17d621b939a2b52ebd221a53eee','',NULL),(14403,'en','woocommerce','101552d27ec3526b1bda86ceaa90f4a9','Alternatively, enter the path to a CSV file on your server:',NULL,NULL,'','LINE',NULL,10,'','776c265b3c374f2a3e9066f1ac468294','',NULL),(14404,'en','woocommerce','9b3bbf68d3b123b25a759aee11b72443','Alto Paraguay',NULL,NULL,'','LINE',NULL,10,'','3d0c6770c9ab027d61f6946696cd8eb1','',NULL),(14405,'en','woocommerce','3e4c06348a2c87099ebbc6b58602b4de','Alto Paraná',NULL,NULL,'','LINE',NULL,10,'','36f0b2dc07357c70685ac909fed5c4b5','',NULL),(14406,'en','woocommerce','d0d14d8f1a112942890ad9dac071f33e','Amambay',NULL,NULL,'','LINE',NULL,10,'','da08792fd85da7657e24b790f73b542b','',NULL),(14407,'en','woocommerce','bff2f90e8461ed602303360399fba92d','Amapá',NULL,NULL,'','LINE',NULL,10,'','0970650d001e21b3ac38ba6e715f4221','',NULL),(14408,'en','woocommerce','cfb328a427226fd23dd57709abcd8820','Amasya',NULL,NULL,'','LINE',NULL,10,'','dade3e90bc5b343d99a73613d5221e81','',NULL),(14409,'en','woocommerce','38920ffdaf123c2fe74c58a2df49c34d','Amazonas',NULL,NULL,'','LINE',NULL,10,'','7e1c2d8b89b17a55a92cb87797c1957b','',NULL),(14410,'en','woocommerce','b993f20c6e3b73949a96e934a76bbfef','American Express',NULL,NULL,'','LINE',NULL,10,'','25a8b68bf8d41e33b8d95ef162122374','',NULL),(14411,'en','woocommerce','b86f99753a08d00fa3ca946d07ecac29','American Samoa',NULL,NULL,'','LINE',NULL,10,'','627c2990ef010bc6d6cef24a3f71ae88','',NULL),(14412,'en','woocommerce','87d802c85932d4ed4bb2b7e4d220ce13','Amnat Charoen',NULL,NULL,'','LINE',NULL,10,'','fbb943373d6c0e12fcca725fa0d932fb','',NULL),(14413,'en','woocommerce','3d7e59ad0de23e1fc02b50b5b1af679a','Amolatar',NULL,NULL,'','LINE',NULL,10,'','206effa9fd946bedae0149b763a52377','',NULL),(14414,'en','woocommerce','8e5cb0888b413630bd7a79db7263f891','Amount already refunded',NULL,NULL,'','LINE',NULL,10,'','fd70ae45142966c0535ec2acf7de139e','',NULL),(14415,'en','woocommerce','0efb9e12121c02af65ecab7950290cdf','Amount of coupons.',NULL,NULL,'','LINE',NULL,10,'','8038bddfd02675c8829297b7069fe7a7','',NULL),(14416,'en','woocommerce','8ac517e28bd26fab9caa4cc4dcf0b12d','Amount of customers.',NULL,NULL,'','LINE',NULL,10,'','ee68754c10512e5950182c7e4e48b10b','',NULL),(14417,'en','woocommerce','e32c395b3f8ded12c5c611f0b5c42215','Amount of orders.',NULL,NULL,'','LINE',NULL,10,'','b07847706801cbab2073fa95a4d1d35a','',NULL),(14418,'en','woocommerce','31c01489a173355a9712f0a54d34f637','Amount of products.',NULL,NULL,'','LINE',NULL,10,'','f914532ce8eabe4d05f5df5ff936fb8b','',NULL),(14419,'en','woocommerce','fcfb3ae5960672ceaaa5b0cbe582e0a9','Amount of reviews that the product has.',NULL,NULL,'','LINE',NULL,10,'','befe61405dd9a7f991ac892186075065','',NULL),(14420,'en','woocommerce','dd21ec11566cdaf9aac872ee1a91d14b','Amount of reviews that the product have.',NULL,NULL,'','LINE',NULL,10,'','ffd1341488ce7a7b33a1f3d11b9a7227','',NULL),(14421,'en','woocommerce','ab8726743c452d9d086a73bda135d2a5','Amount of reviews.',NULL,NULL,'','LINE',NULL,10,'','4c4751664aeadde8aa6611e40cd40212','',NULL),(14422,'en','woocommerce','e12d44db60921b8693dbaa5596e03be5','Amount of sales.',NULL,NULL,'','LINE',NULL,10,'','08caed7065eeaffa56bf4004cd6d2d76','',NULL),(14423,'en','woocommerce','d63e157ac48cda3562e5752f0cf78062','Amudat',NULL,NULL,'','LINE',NULL,10,'','6d97b2546822d00d455120308166f12f','',NULL),(14424,'en','woocommerce','9553ce833caee2b4502eff5059510af4','Amuria',NULL,NULL,'','LINE',NULL,10,'','6e77bce1fccf4aeb44b41976c9a9650f','',NULL),(14425,'en','woocommerce','e6845ab0916ba03e543fc4d07195b411','Amuru',NULL,NULL,'','LINE',NULL,10,'','49203d8f5bd28c86c664efff27a2a7bc','',NULL),(14426,'en','woocommerce','bf71a47922f43174af94077f71c48ad0','An account is already registered with that username. Please choose another.',NULL,NULL,'','LINE',NULL,10,'','31b311b385e61f68e09cb9504e987663','',NULL),(14427,'en','woocommerce','cb9cbdc60a93eed83539f861ffd68120','An account is already registered with your email address. Please log in.',NULL,NULL,'','LINE',NULL,10,'','859002c03de0f38baecc430c895c2df5','',NULL),(14428,'en','woocommerce','0ff6b1e7ce4c53433d180769b49c7615','An alphanumeric identifier for the resource unique to its type.',NULL,NULL,'','LINE',NULL,10,'','f9e06f3e887ddd75111b3b7485740af8','',NULL),(14429,'en','woocommerce','4b3588ab5a77e2f31d8589cfcb8a587b','An alphanumeric identifier for the resource.',NULL,NULL,'','LINE',NULL,10,'','889ac87f724eb227643947077e312661','',NULL),(14430,'en','woocommerce','61aa45ed0d42e58a5f02c7aec68865fd','An error has occurred when activating %s. Please try again later.',NULL,NULL,'','LINE',NULL,10,'','3d794dc96acce29aea7fc499f2267322','',NULL),(14431,'en','woocommerce','892dc40dca2cce696dddaff86216ebfe','An error has occurred when deactivating the extension %1$s. Please proceed to the <a href=\"%2$s\">Plugins screen</a> to deactivate it manually.',NULL,NULL,'','LINE',NULL,10,'','deb5313a25e9102454e9547d2a7ed8b7','',NULL),(14432,'en','woocommerce','76258a26020597c21996e84dedba6a45','An error has occurred when deactivating the subscription for %s. Please try again later.',NULL,NULL,'','LINE',NULL,10,'','21c2490dc5473b0d025c93755406f7bf','',NULL),(14433,'en','woocommerce','7a5fabb872ed24eaf424894240ab1a5c','An error occurred in the request and at the time were unable to send the consumer data',NULL,NULL,'','LINE',NULL,10,'','d0bd5eb2c5e0374a382cd68592e72533','',NULL),(14434,'en','woocommerce','48d8a7c5aaf483c27fcf3d4d1f0b6f8b','An error occurred while attempting to create the refund using the payment gateway API.',NULL,NULL,'','LINE',NULL,10,'','cde3513f6e7b0e0097ee683219d6cc17','',NULL),(14435,'en','woocommerce','e15c701d1885cc7a87e4d6a17028fafb','An identifier for the group this setting belongs to.',NULL,NULL,'','LINE',NULL,10,'','b8583a7d5a10be03985697f6c249a44d','',NULL),(14436,'en','woocommerce','90f0bb3206f0fa82caefdd3490e11760','An invalid setting value was passed.',NULL,NULL,'','LINE',NULL,10,'','f21622fdcd9eb5ebaeb305d649d46840','',NULL),(14437,'en','woocommerce','6b332948ac81ceb55201f4f6e341f0a1','An item which is no longer available was removed from your cart.',NULL,NULL,'','LINE',NULL,10,'','787b6fec04d84927f1ec1a826c00e7c5','',NULL),(14438,'en','woocommerce','a2d4214e0c979b45513b2b2d8871fb8f','An order has been created for you on %1$s. Your invoice is below, with a link to make payment when you’re ready: %2$s',NULL,NULL,'','LINE',NULL,10,'','db9460a1a68eefe14d7eb6d611cda48e','',NULL),(14439,'en','woocommerce','dfd469aaca5ef5bc7a798e10b40af51b','An order note with the provided ID could not be found',NULL,NULL,'','LINE',NULL,10,'','4b2c1d8cb15f4c640cd2451b339cb546','',NULL),(14440,'en','woocommerce','98b1eba22058906be873f9cd552bdc11','An order refund with the provided ID could not be found.',NULL,NULL,'','LINE',NULL,10,'','7410e1acf6a4b0f0bcbfef907b02e306','',NULL),(14441,'en','woocommerce','b9f658293479378549557e0d6ee5293c','An unknown error occurred which prevented the block from being updated.',NULL,NULL,'','LINE',NULL,10,'','e752bd4f4090b82982636a1ce459ede2','',NULL),(14442,'en','woocommerce','216c166653d672228205e763c3ca2f54','Anambra',NULL,NULL,'','LINE',NULL,10,'','673923614dd8fa7b7d348eeb3af6d014','',NULL),(14443,'en','woocommerce','3ed42155bf62cdb138b2919e8f0b6407','Ancash',NULL,NULL,'','LINE',NULL,10,'','2ee478f00984d6b17d57dfcc7691749b','',NULL),(14444,'en','woocommerce','44dd74f1f0839b82eafff78727d59982','Ancona',NULL,NULL,'','LINE',NULL,10,'','6f18c8610e6d47fabcc70be2660d4770','',NULL),(14445,'en','woocommerce','7202aaf1fec09f477ee6ed504f5e457c','Andaman and Nicobar Islands',NULL,NULL,'','LINE',NULL,10,'','eab4739bac695ee2e056f733a46e46a8','',NULL),(14446,'en','woocommerce','fed4ae5cf6de28514aa160a5942511a6','Andhra Pradesh',NULL,NULL,'','LINE',NULL,10,'','486ec0a29dc8183a8a001ee0b7d81385','',NULL),(14447,'en','woocommerce','68746a7280b143cfc01f967610d3e86d','Andorra',NULL,NULL,'','LINE',NULL,10,'','bf607844e8c8f63a47159f6755f542ea','',NULL),(14448,'en','woocommerce','cbee2d75afcb3b818c2ad65532cdc79a','Anenii Noi',NULL,NULL,'','LINE',NULL,10,'','f0e03d1aaefe1703e86e2a6233123353','',NULL),(14449,'en','woocommerce','5f09ec2d5babcbd511ec1e534ad99049','Ang Thong',NULL,NULL,'','LINE',NULL,10,'','80607c6d8b9cba8a80a3f3fa5053a6a3','',NULL),(14450,'en','woocommerce','232bf11cb81bcdb269f76a08fde8b947','Angola',NULL,NULL,'','LINE',NULL,10,'','4eef3799c88b02699725f7f72a0c37a3','',NULL),(14451,'en','woocommerce','cedfc05affe8143cc552076e77407863','Anguilla',NULL,NULL,'','LINE',NULL,10,'','ce49d991d6155eb147aa2095947e0917','',NULL),(14452,'en','woocommerce','dc59307d242f1d4a5b5be1ecf97c8287','Anhui / 安徽',NULL,NULL,'','LINE',NULL,10,'','9e298891c308bad4c0d94e7e5a369fba','',NULL),(14453,'en','woocommerce','9221413dd904c157938b397753a8b4bb','Ankara',NULL,NULL,'','LINE',NULL,10,'','36fad4b4ca7ce2c468f40eec122a9eb9','',NULL),(14454,'en','woocommerce','fbf55ec2f75ae0ee54a2c55b49eef828','Antalya',NULL,NULL,'','LINE',NULL,10,'','321d7b9c7312b91d691d319cb3b8b5db','',NULL),(14455,'en','woocommerce','44b439ba9975f8e802b456777c54a854','Antarctica',NULL,NULL,'','LINE',NULL,10,'','c50a5f27af6d99baf5e651c59ffd071f','',NULL),(14456,'en','woocommerce','f7e68bf0791888ebcd5bfc62e022aa83','Antigua and Barbuda',NULL,NULL,'','LINE',NULL,10,'','a589b0a4c6a587b9c4c6bddc8792389d','',NULL),(14457,'en','woocommerce','e916ab4be6d5bbef38c07f8e7602ef98','Antique',NULL,NULL,'','LINE',NULL,10,'','7931b926e8c79930fe49001e8212a051','',NULL),(14458,'en','woocommerce','ed36a1ef76a59ee3f15180e0441188ad','Any',NULL,NULL,'','LINE',NULL,10,'','fb17800f177782c7205aafd0f2ef40fc','',NULL),(14459,'en','woocommerce','23fe14883fdc296211cbba9c8b6db1e0','Any %s',NULL,NULL,'','LINE',NULL,10,'','dcace34eaa6baaee303d9bd963765ea7','',NULL),(14460,'en','woocommerce','6a552fbf5a26b15b028ff129dbd62349','Any %s…',NULL,NULL,'','LINE',NULL,10,'','8f5eac047a7da8594e287f2a68d5dfbb','',NULL),(14461,'en','woocommerce','33b0a8def25a030144a5b8b79a538fd1','Any "%1$s" method',NULL,NULL,'','LINE',NULL,10,'','5037662a0cc367a50c60d1c434eb188b','',NULL),(14462,'en','woocommerce','06cc377241d8da9888588e98f5ce56a4','Any category',NULL,NULL,'','LINE',NULL,10,'','80a57d639684241b81384db16c6aec72','',NULL),(14463,'en','woocommerce','9db2dba3e4e589790738e51a1c3c8c63','Any selected attributes',NULL,NULL,'','LINE',NULL,10,'','eae4f4ab3ac61d9508fb90714c6f6a81','',NULL),(14464,'en','woocommerce','7198b8f07ef0d4b9ba0cf683da06637c','Any selected categories',NULL,NULL,'','LINE',NULL,10,'','1f75081820695967cd5346a6a135d721','',NULL),(14465,'en','woocommerce','930fd7d75242f7e145e05b3cb0532a00','Any selected tags',NULL,NULL,'','LINE',NULL,10,'','e465658e926c60212c28d5ae38e39cba','',NULL),(14466,'en','woocommerce','157e0bc725227811a9a89993dab2be42','Aomori',NULL,NULL,'','LINE',NULL,10,'','3ef6e7cdae7d5e4e257faadc630418f2','',NULL),(14467,'en','woocommerce','414b8aeb50cc3e5ac789e27a69580f42','Aosta',NULL,NULL,'','LINE',NULL,10,'','4d4ac7fb3b71c1c82844cd773952ac5e','',NULL),(14468,'en','woocommerce','f5b5cc81df4c08c23184b8f083f155f8','Apac',NULL,NULL,'','LINE',NULL,10,'','7f9744750a1f5515402a56866be41a36','',NULL),(14469,'en','woocommerce','15f18c3ebb0fa478c9c8f365bddd31ba','Apartment, suite, unit etc.',NULL,NULL,'','LINE',NULL,10,'','66c04869db5b69b94c0888fdab95bb4b','',NULL),(14470,'en','woocommerce','05b7f4901d47f794c367ffebe42448ff','Apartment, suite, unit etc. (optional)',NULL,NULL,'','LINE',NULL,10,'','96368f26f683564f506b6f8eea5ef794','',NULL),(14471,'en','woocommerce','86a287bf45cc4e074095a512595aaadf','Apayao',NULL,NULL,'','LINE',NULL,10,'','db1cb9d16bec22023b70d2106a0e9507','',NULL),(14472,'en','woocommerce','54f8e459508ed2b1636c5390cbd085eb','Appenzell Ausserrhoden',NULL,NULL,'','LINE',NULL,10,'','7417775f137e47b9c87c7adc86cf0da7','',NULL),(14473,'en','woocommerce','dd7bab92230133f6ec712cf753049127','Appenzell Innerrhoden',NULL,NULL,'','LINE',NULL,10,'','db4bdeb40dc12dd94bc2d3d4136a97b3','',NULL),(14474,'en','woocommerce','118c388d9357c4dea0750db5d8e5a2dc','Application authentication request',NULL,NULL,'','LINE',NULL,10,'','436087b6e82a53319a20ad79fd5dce26','',NULL),(14475,'en','woocommerce','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,10,'','c2f270b7912b91eee484944eea773a6a','',NULL),(14476,'en','woocommerce','d9ca778641274644a42617a68761a80e','Apply coupon',NULL,NULL,'','LINE',NULL,10,'','d7d582c90d1b3037a15655dff124cf14','',NULL),(14477,'en','woocommerce','d4eaddb3be3351cc1557ef9a60eb0c93','Apply to all qualifying items in cart',NULL,NULL,'','LINE',NULL,10,'','ddd45c80f0e3e2b63d51ad8dd388f87a','',NULL),(14478,'en','woocommerce','6f7351657f795bc1357a53142b1184cc','Approve',NULL,NULL,'','LINE',NULL,10,'','81db56f36008ba362d7af419852bf02f','',NULL),(14479,'en','woocommerce','bf0b673de5b434252352530411a684c4','Apurímac',NULL,NULL,'','LINE',NULL,10,'','e49740a6312da990c6b9bef5661797e7','',NULL),(14480,'en','woocommerce','749f656c466964d3e41fa37e752c0c02','Araba/Álava',NULL,NULL,'','LINE',NULL,10,'','8ae3035176adb95da534d22dc2c60714','',NULL),(14481,'en','woocommerce','8d86f34f1e2d2dea2b48793b2734fae8','Arad',NULL,NULL,'','LINE',NULL,10,'','118f9f8a6011e382b8a771ed3c2ba47b','',NULL),(14482,'en','woocommerce','8477bfce52db1ca316ab1dd70c3d838d','Archive template',NULL,NULL,'','LINE',NULL,10,'','56c15091c49e9f8ff5207bd23eb2814f','',NULL),(14483,'en','woocommerce','a1221f6788cb628dc0caf8f977283d49','Ardabil (اردبیل)',NULL,NULL,'','LINE',NULL,10,'','7bef3105d944dcaa6dcbae756e016617','',NULL),(14484,'en','woocommerce','5aed13d9c4913270153b84f082cf6b94','Ardahan',NULL,NULL,'','LINE',NULL,10,'','5cc962814cb4b4db0b16e0dd39bd239d','',NULL),(14485,'en','woocommerce','53edd1986c26a1f3d91c042a59092ebd','Are WordPress cron jobs enabled?',NULL,NULL,'','LINE',NULL,10,'','2b7ce372b73fefad323760b9b349b50f','',NULL),(14486,'en','woocommerce','404319749fc6c52a3b34cccbb0831d92','Are you sure you want to clear all logs from the database?',NULL,NULL,'','LINE',NULL,10,'','b4e8bea3000739d3b347f91e32d76316','',NULL),(14487,'en','woocommerce','12bc340e18fa1e5fbf83224c172a1f09','Are you sure you want to delete all variations? This cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','d8eb5b7de3c7bd2bae381738676f3f8a','',NULL),(14488,'en','woocommerce','a339f19b251f9f9701d7d40738e0f2d9','Are you sure you want to delete this attribute?',NULL,NULL,'','LINE',NULL,10,'','d806ff1a6752c64968846ae4e8f4b209','',NULL),(14489,'en','woocommerce','1759a1e51364746ccebf6f1b1478068e','Are you sure you want to delete this log?',NULL,NULL,'','LINE',NULL,10,'','484f1a107eac9dfb5d1cf6fa1870dd11','',NULL),(14490,'en','woocommerce','a013c5e9c2967a68de78c9da58d32354','Are you sure you want to delete this template file?',NULL,NULL,'','LINE',NULL,10,'','2315a9fbf7886606bbc0f053cb7d3b1d','',NULL),(14491,'en','woocommerce','5eff9614f90c4cc78381f9456ea88058','Are you sure you want to delete this zone? This action cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','ad0dd048b8d42e3ab76286fe05c217f6','',NULL),(14492,'en','woocommerce','23b52699c8e5e135ff8cea0d2fd81f99','Are you sure you want to link all variations? This will create a new variation for each and every possible combination of variation attributes (max %d per run).',NULL,NULL,'','LINE',NULL,10,'','e39b42dc94d7323741d9207468b7af94','',NULL),(14493,'en','woocommerce','765a2ae9554c8659b8abd7a5e061cf01','Are you sure you want to log out? <a href=\"%s\">Confirm and log out</a>',NULL,NULL,'','LINE',NULL,10,'','90a90cbc43c2de5c65567f201673a7bc','',NULL),(14494,'en','woocommerce','7160a967248cf4dc56c590769b9c3435','Are you sure you want to remove the selected items?',NULL,NULL,'','LINE',NULL,10,'','6346ea9d74d181d2aeaea5d93ecf0c1f','',NULL),(14495,'en','woocommerce','ea3a64024255993267d85b59f705031a','Are you sure you want to remove this variation?',NULL,NULL,'','LINE',NULL,10,'','c872a50179460778fd6ea653ea09f4f0','',NULL),(14496,'en','woocommerce','67bc05289e1731c24f165563dde7f3d8','Are you sure you want to revoke access to this download?',NULL,NULL,'','LINE',NULL,10,'','72e27528160d52bf321b2771acd695c0','',NULL),(14497,'en','woocommerce','46b7fffd6cfe3e5254c776249079907b','Are you sure you wish to delete this note? This action cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','4c4d971995f48c241de7d25573b85843','',NULL),(14498,'en','woocommerce','7bc77e5750c3f2ddca334cc35fed270a','Are you sure you wish to delete this refund? This action cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','0f21ead1d4935da07ba7bdadcc6a1778','',NULL),(14499,'en','woocommerce','337cd6101a3b9efb3612a63fac792948','Are you sure you wish to delete this tax column? This action cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','d0c366ae6718a22ddb0e3b52d3f8be59','',NULL),(14500,'en','woocommerce','abb7d00bd8025791d44fe8827f1c954c','Are you sure you wish to process this refund? This action cannot be undone.',NULL,NULL,'','LINE',NULL,10,'','6344a2a50fe96b7128a56d64b4988682','',NULL),(14501,'en','woocommerce','2fa1e16881c5497bedd12e7e9726492b','Are your site connected to WooCommerce.com?',NULL,NULL,'','LINE',NULL,10,'','a5d50aedb1f3399b9d8a069cdc4f64ac','',NULL),(14502,'en','woocommerce','171a98f4722267176bd0fe81f8980074','Arequipa',NULL,NULL,'','LINE',NULL,10,'','1e2c77c6cc5382e3a47540873c4bbe7f','',NULL),(14503,'en','woocommerce','34823294dd5026c94d2919946d88655e','Arezzo',NULL,NULL,'','LINE',NULL,10,'','1f4389b58c8b919437365c8fe68912ae','',NULL),(14504,'en','woocommerce','f99656d747c8f537c6f424bc74ff9bdb','Argeș',NULL,NULL,'','LINE',NULL,10,'','f6c69090169cd86ded26459c619279ba','',NULL),(14505,'en','woocommerce','3536be57ce0713954e454ae6c53ec023','Argentina',NULL,NULL,'','LINE',NULL,10,'','040fce1bb4c040ffbab0aa21bde5eca3','',NULL),(14506,'en','woocommerce','d637f66d25c9ff757bed6f168c73856e','Arguments',NULL,NULL,'','LINE',NULL,10,'','15d377940af9ed7eb37b753b0b110434','',NULL),(14507,'en','woocommerce','3fe5003edc0cb6c83962dbd74d35dd50','Arizona',NULL,NULL,'','LINE',NULL,10,'','a2ce724d210f1df6d5f230a0b2a0f224','',NULL),(14508,'en','woocommerce','46aaf459104e9ce5d45eaa017ac349c2','Arkansas',NULL,NULL,'','LINE',NULL,10,'','cfee3213278a70c820ce3b076bf23303','',NULL),(14509,'en','woocommerce','fc7bb32c315f50c457af255365846783','Armed Forces (AA)',NULL,NULL,'','LINE',NULL,10,'','5d258d91ca1bda610a4873f5580b8b6b','',NULL),(14510,'en','woocommerce','d1bed110a8028040ba598d19615c8291','Armed Forces (AE)',NULL,NULL,'','LINE',NULL,10,'','645827350c28f7c8a8b4a24ca75a03cf','',NULL),(14511,'en','woocommerce','0cad11857995a92b5bcdd350aa1704e9','Armed Forces (AP)',NULL,NULL,'','LINE',NULL,10,'','3c7248f8d83e05d4eef8c5204f0db4c4','',NULL),(14512,'en','woocommerce','a00c273f0f497484093fa94865cf5ca5','Armenia',NULL,NULL,'','LINE',NULL,10,'','7736471f5b16cdc04bcc629ad366f2f4','',NULL),(14513,'en','woocommerce','ee28342748e0d3afb4bd3ac86e3001fb','Array of options (key value pairs) for inputs such as select, multiselect, and radio buttons.',NULL,NULL,'','LINE',NULL,10,'','0b78afcc207ae84b8b123203baa03ce2','',NULL),(14514,'en','woocommerce','ff9d9a236cc9c48706487c6d1bd39137','Array of the response headers from the receiving server.',NULL,NULL,'','LINE',NULL,10,'','7f9a719d158b5ea90a07c878cb00914c','',NULL),(14515,'en','woocommerce','bf884f1150cac6f20f1ce0c9fa41b014','Artvin',NULL,NULL,'','LINE',NULL,10,'','631578ab6b22183556dd705b54c96a03','',NULL),(14516,'en','woocommerce','7cbbc694d3be736b824f604851d93ab0','Arua',NULL,NULL,'','LINE',NULL,10,'','cf8a73537fd85f609ff350d13c2f1576','',NULL),(14517,'en','woocommerce','4893b64051cf425047ddd8606dae25f4','Aruba',NULL,NULL,'','LINE',NULL,10,'','b1b5b413a9f169371ddedf6b3cc37326','',NULL),(14518,'en','woocommerce','ab7b0f1b6c7fe35560f9d9b0d5b393a6','Arunachal Pradesh',NULL,NULL,'','LINE',NULL,10,'','145682dcf062337d3c580a085a71e4cf','',NULL),(14519,'en','woocommerce','61f715a48b8c0e80af675374d0bb1649','Arusha',NULL,NULL,'','LINE',NULL,10,'','7ca7e0768acd6190a4ba97303e89e061','',NULL),(14520,'en','woocommerce','fa4b69b4edb4f7f105dd1e2e35a70bbd','As a reminder, here are your order details:',NULL,NULL,'','LINE',NULL,10,'','0bfbc18a1da9022e438a2be7ed9a8418','',NULL),(14521,'en','woocommerce','572b871d887e2d6eaa4294ab5a665421','As this is a major update, we strongly recommend creating a backup of your site before updating.',NULL,NULL,'','LINE',NULL,10,'','b62096415a6be0e3bd53168158d4f4c7','',NULL),(14522,'en','woocommerce','98b1137b9964f64a75bb160c429f4bc6','Ascoli Piceno',NULL,NULL,'','LINE',NULL,10,'','564f1e93fe1f1182524f40469d739cb0','',NULL),(14523,'en','woocommerce','154a67340e8c14dd5253dc4ff6120197','Asia',NULL,NULL,'','LINE',NULL,10,'','243bd23e6c52cc9dde8a62dd3482e58f','',NULL),(14524,'en','woocommerce','44e0325f3e4f2272ae44a4a675b527e6','Assam',NULL,NULL,'','LINE',NULL,10,'','7fd060730516649fad20233211235795','',NULL),(14525,'en','woocommerce','f9f3ef8ccd3a855533d304e90a819d5e','Asti',NULL,NULL,'','LINE',NULL,10,'','1000da1c2eac68301d252d6f47e437f7','',NULL),(14526,'en','woocommerce','8d0bf5abf5750f86ec01a9baee95ee3a','Asturias',NULL,NULL,'','LINE',NULL,10,'','a158ff63b6436520ea14e12e258f2e6b','',NULL),(14527,'en','woocommerce','0dec6314710694a19108a52d632db5d0','Asunción',NULL,NULL,'','LINE',NULL,10,'','88c401442b24366c77041e31dde2c4d5','',NULL),(14528,'en','woocommerce','bcee658239175e5a6f2e4e932df1bac9','Attempting to reduce used memory...',NULL,NULL,'','LINE',NULL,10,'','a146fa25fcc4b9c062529f329a4aa86a','',NULL),(14529,'en','woocommerce','f2bbdf9f72c085adc4d0404e370f0f4c','Attribute',NULL,NULL,'','LINE',NULL,10,'','a1ea8c243faf80bb3c8b79c18ddbfaec','',NULL),(14530,'en','woocommerce','f7fa170c0d96f83ffbb17af4cd263df9','Attribute %d default',NULL,NULL,'','LINE',NULL,10,'','8d21e11ce57337906e7228a25a22ca6c','',NULL),(14531,'en','woocommerce','d160d4bf402f2a146c0d91033fbc5da0','Attribute %d global',NULL,NULL,'','LINE',NULL,10,'','fbb39114fbc57ae54d4e3c0ada1fd222','',NULL),(14532,'en','woocommerce','ace22c289f38efd6c47f2359f2faf007','Attribute %d name',NULL,NULL,'','LINE',NULL,10,'','558cefba5f205ef93a22721c828adca0','',NULL),(14533,'en','woocommerce','3055e07310d245e035e36b96901d3049','Attribute %d value(s)',NULL,NULL,'','LINE',NULL,10,'','00852baabd671756e0267d137e4f9b7c','',NULL),(14534,'en','woocommerce','3a0aebbc2c1814ea3bee802055b087e3','Attribute %d visible',NULL,NULL,'','LINE',NULL,10,'','6872d3fae0f64455c955a393f448e2da','',NULL),(14535,'en','woocommerce','1e2650c42f28a9d1f37a9886044a03f5','Attribute ID.',NULL,NULL,'','LINE',NULL,10,'','9795ba9ee91a2ca60e8c42ef18cc5980','',NULL),(14536,'en','woocommerce','1caa6ff629641a4eb20f190f7a0539ca','Attribute name',NULL,NULL,'','LINE',NULL,10,'','94d30dfc5eb969954d70fb4271e80bbb','',NULL),(14537,'en','woocommerce','fe20c0fa07aff6f7be552b06e5378299','Attribute name.',NULL,NULL,'','LINE',NULL,10,'','a050e36b9c713ba291ac2ea73deac429','',NULL),(14538,'en','woocommerce','7bfef0d2c9d65296d8e67a1b72286f04','Attribute position.',NULL,NULL,'','LINE',NULL,10,'','cd595fc383d3fd8388248a9fbb0a9058','',NULL),(14539,'en','woocommerce','cf7ca216db02e8a70cf731055b3b721e','Attribute slug.',NULL,NULL,'','LINE',NULL,10,'','f732a3b56968fb51ae98488fe110f343','',NULL),(14540,'en','woocommerce','4f410ad0a4c3e0cf71ddf92dedfed10b','Attribute terms can be assigned to products and variations.<br/><br/><b>Note</b>: Deleting a term will remove it from all products and variations to which it has been assigned. Recreating a term will not automatically assign it back to products.',NULL,NULL,'','LINE',NULL,10,'','f8b0d070cb0008d44c23111035aa38ad','',NULL),(14541,'en','woocommerce','fb670d1bbe3c8e91b8affed6b2aac443','Attribute updated successfully',NULL,NULL,'','LINE',NULL,10,'','719847eae459bbc7a532fda8a5b9d2de','',NULL),(14542,'en','woocommerce','3c7fd5bdf492d4611f0ef67d1fcbfacd','Attribute value(s)',NULL,NULL,'','LINE',NULL,10,'','9ba4d0ebefbcf96d51342c4316dafb64','',NULL),(14543,'en','woocommerce','c5ab5dba627e1a29a02eb6d891f1405a','Attribute visibility',NULL,NULL,'','LINE',NULL,10,'','0c382d3ff4c5a6a7a3d3c2a682c62b41','',NULL),(14544,'en','woocommerce','822b8dbaf57ce3f2915c7ec21dbaad68','Attribute.',NULL,NULL,'','LINE',NULL,10,'','17a48f6b9a85979b9236010719ea4f21','',NULL),(14545,'en','woocommerce','287234a1ff35a314b5b6bc4e5828e745','Attributes',NULL,NULL,'','LINE',NULL,10,'','d33bccc8d06cc45380109e2605ab0835','',NULL),(14546,'en','woocommerce','f74b6520d99c420f464af8635361afd1','Attributes let you define extra product data, such as size or color. You can use these attributes in the shop sidebar using the \"layered nav\" widgets.',NULL,NULL,'','LINE',NULL,10,'','78d53ec7f3a910da50c658f271a3635a','',NULL),(14547,'en','woocommerce','4a59a5dd8d00ebd3b53a216816e92b2a','Attributes totals.',NULL,NULL,'','LINE',NULL,10,'','76efb52cf050d3c08fb897a71a83d31b','',NULL),(14548,'en','woocommerce','146159057df3f8947f820d9fc184c6cd','Auckland',NULL,NULL,'','LINE',NULL,10,'','fd03cd6176f56e0be23a81dc26f98410','',NULL),(14549,'en','woocommerce','509e0895bd82e3315e79018a6ce02181','Aurora',NULL,NULL,'','LINE',NULL,10,'','5b635aeb30cd4da257c0406d5cce33eb','',NULL),(14550,'en','woocommerce','4442e4af0916f53a07fb8ca9a49b98ed','Australia',NULL,NULL,'','LINE',NULL,10,'','15a6a3ebba8951de7d011880de14ac10','',NULL),(14551,'en','woocommerce','14cd338decf98f74a6af16946f2682d8','Australian Capital Territory',NULL,NULL,'','LINE',NULL,10,'','cf106dc949ed17113e2ebf954e7e5f62','',NULL),(14552,'en','woocommerce','9891739094756d2605946c867b32ad28','Austria',NULL,NULL,'','LINE',NULL,10,'','ff4d70d72b3d4843c81ec58ebb857137','',NULL),(14553,'en','woocommerce','bde33144f5e9695f8a6af916f3127f42','Authentication and subscription caches refreshed successfully.',NULL,NULL,'','LINE',NULL,10,'','93ef34f971599869d2a8dcbcc4e8ee5d','',NULL),(14554,'en','woocommerce','fc0c7c1b576e438bac6ee79e86503057','Author URL',NULL,NULL,'','LINE',NULL,10,'','505ada8f2217db6b436f44982f50729d','',NULL),(14555,'en','woocommerce','e5faeb6f171222cac35905b7c3e5a3a6','Author: %s',NULL,NULL,'','LINE',NULL,10,'','3fd7d385e597415775a5860e3c4b6a71','',NULL),(14556,'en','woocommerce','7f83df9cd29577d544efd9ff66d7118a','Authorize',NULL,NULL,'','LINE',NULL,10,'','83cd8de40e85bbbd4915043189365740','',NULL),(14557,'en','woocommerce','0f672d73c902967a04191b7c03ff03a4','Auto renews on:',NULL,NULL,'','LINE',NULL,10,'','a108b9abd00218d728c9ac1bfbc793d7','',NULL),(14558,'en','woocommerce','e27278ef5e8e88c53c74b99c4387a0d4','Automated Taxes',NULL,NULL,'','LINE',NULL,10,'','1b1df1fb21155003a292501f9e2708f3','',NULL),(14559,'en','woocommerce','faeaec9eda6bc4c8cb6e1a9156a858be','Availability',NULL,NULL,'','LINE',NULL,10,'','fcf3551bd2a1e248319abcfbaf379c59','',NULL),(14560,'en','woocommerce','d673a9be03d216ce9a2ef3939160f06c','Available downloads',NULL,NULL,'','LINE',NULL,10,'','a1f3c824d739d588b2c994754a42325a','',NULL),(14561,'en','woocommerce','44b1a01a236d82c7c7fed8b780c61933','Available on backorder',NULL,NULL,'','LINE',NULL,10,'','d136f23322a6bba85ce7b4cc889fe88c','',NULL),(14562,'en','woocommerce','c1a641c0b1b418313b36e5c21843d68f','Avatar URL with image size of %d pixels.',NULL,NULL,'','LINE',NULL,10,'','39e4094d410191c039d3667fd1c05302','',NULL),(14563,'en','woocommerce','9c7628c31692e33f77187fca3c33ae00','Avatar URL.',NULL,NULL,'','LINE',NULL,10,'','d07e36eb3371cb1210079e1b2443487f','',NULL),(14564,'en','woocommerce','af0e9e2196ded19b5a348fcefe5e8e4e','Avatar URLs for the object reviewer.',NULL,NULL,'','LINE',NULL,10,'','c1cb00e254fbace0bed7a64ff54c29da','',NULL),(14565,'en','woocommerce','885f2a1bdb1717e6864b6db644e65277','Avellino',NULL,NULL,'','LINE',NULL,10,'','b4a833ee2f149cd0242f533b4d64fbd8','',NULL),(14566,'en','woocommerce','b1897515d548a960afe49ecf66a29021','Average',NULL,NULL,'','LINE',NULL,10,'','57f972d3135f8c0ca69e7d5bd16b873d','',NULL),(14567,'en','woocommerce','ed0af0893aae464388213b69ec52a11a','Average gross sales amount',NULL,NULL,'','LINE',NULL,10,'','bdc5f58d5ce2840831726a89d547579e','',NULL),(14568,'en','woocommerce','028f5061c54c6e1c13b75aee7b7c1547','Average net daily sales.',NULL,NULL,'','LINE',NULL,10,'','479ffb701486321e8823e9f8cc91ad40','',NULL),(14569,'en','woocommerce','44c5e355a95e5dfd334009aea7e6e0ab','Average net sales amount',NULL,NULL,'','LINE',NULL,10,'','1156fec253ee2feffa3461277c56ca19','',NULL),(14570,'en','woocommerce','8150f535510d12d6089f50dde1cc3f4a','Average rating',NULL,NULL,'','LINE',NULL,10,'','6444c8850f9297e1731f30d630583c45','',NULL),(14571,'en','woocommerce','3451763a6b743023e23b84c266d7851d','Awaiting BACS payment',NULL,NULL,'','LINE',NULL,10,'','969a9ad9d63405bcdd93254a1c9b528a','',NULL),(14572,'en','woocommerce','a2376ae9498815e49f2886cf838ddd58','Awaiting product image',NULL,NULL,'','LINE',NULL,10,'','789c874a22ba3f85305d953c99243c67','',NULL),(14573,'en','woocommerce','b0da60ba07e003517a252713141456bc','Ayacucho',NULL,NULL,'','LINE',NULL,10,'','ae87e8068dc008f4339b032c57a6b0d8','',NULL),(14574,'en','woocommerce','227b9a8dc377891513c463a8e8b729e6','Aydın',NULL,NULL,'','LINE',NULL,10,'','452b045e8d8b99c0cfd310214f726278','',NULL),(14575,'en','woocommerce','eea8bfcdb3b0890541e285a06b2576d1','Ayutthaya',NULL,NULL,'','LINE',NULL,10,'','b1fc1a6f9d62b069b6bcf23233327548','',NULL),(14576,'en','woocommerce','a324935206ed851fd309a1e07618afc3','Azad Kashmir',NULL,NULL,'','LINE',NULL,10,'','f401c545b63e002ff141b8ed5c5b868b','',NULL),(14577,'en','woocommerce','7176f8c3bccfdf02322c73f7a0bc9688','Azerbaijan',NULL,NULL,'','LINE',NULL,10,'','4fbd487a6fb92ff21f0cc762d0a928b2','',NULL),(14578,'en','woocommerce','0eda127f8542d972a261fecec7a586ab','Bălți',NULL,NULL,'','LINE',NULL,10,'','959ce244aff4bba893b2ba8afe8fc9a3','',NULL),(14579,'en','woocommerce','bec758a8de99a38d16087f2196b48103','BIC',NULL,NULL,'','LINE',NULL,10,'','2789b2b7996c674d537895046dc4cf87','',NULL),(14580,'en','woocommerce','9673bc1b044050fcaf634b371cc45a8f','BIC / Swift',NULL,NULL,'','LINE',NULL,10,'','f219aa4edd6aaf4d9302e33779f802d7','',NULL),(14581,'en','woocommerce','71a97b3fe90b01b307ae56f4a59e2dba','BSB',NULL,NULL,'','LINE',NULL,10,'','dfe1d674a6782b60efb544f6d6c057a8','',NULL),(14582,'en','woocommerce','077381a34cf54b7e615323f9ef45f250','Bacău',NULL,NULL,'','LINE',NULL,10,'','def6e5feefb0b80851aab2cfe70d401e','',NULL),(14583,'en','woocommerce','2ab65ff61bb0704d901af4112c54f6ac','Back to Attributes',NULL,NULL,'','LINE',NULL,10,'','fc82998ea9bff07a0be85e8a44702afe','',NULL),(14584,'en','woocommerce','67435503e02dc0345d3bb9dd874d87c4','Background Opacity',NULL,NULL,'','LINE',NULL,10,'','d0cc1a9aef1a751b0f64806057fc2485','',NULL),(14585,'en','woocommerce','cad50b9f5cbee6536df3decd9dcf7510','Backordered',NULL,NULL,'','LINE',NULL,10,'','9db10eaeeca7db6a652f6b52c3a82622','',NULL),(14586,'en','woocommerce','f70649a573cdde53ef868fa63aa8a485','Backorders allowed?',NULL,NULL,'','LINE',NULL,10,'','a375df88350527ccbae203b7119ff132','',NULL),(14587,'en','woocommerce','e77f30431db5710b86008f1334f35323','Backorders?',NULL,NULL,'','LINE',NULL,10,'','cdf03f71aa1153a82756daafd88bb5eb','',NULL),(14588,'en','woocommerce','5b7491c4edda00a3a77d3458e3ff679a','Badajoz',NULL,NULL,'','LINE',NULL,10,'','5e68bb5110b6082ac4ada501f5d4c1d8','',NULL),(14589,'en','woocommerce','a02fff72cb83cc10e5c4410ff8e6659b','Bagerhat',NULL,NULL,'','LINE',NULL,10,'','633f29cb62c09e67d4391f402bbc1cb9','',NULL),(14590,'en','woocommerce','4abb9bf59ce903fbe0f0a4b8ad0ccf27','Bagmati',NULL,NULL,'','LINE',NULL,10,'','d59b47f9a3125db9ad7f9f90079438e0','',NULL),(14591,'en','woocommerce','6dbefdc38954fc54ea0c697d0c6ec0a7','Bahamas',NULL,NULL,'','LINE',NULL,10,'','15ca78d0b44ef01aac6df5d423e26b98','',NULL),(14592,'en','woocommerce','4147fcba3b166ba39ab0d88afdbbb6b2','Bahia',NULL,NULL,'','LINE',NULL,10,'','921610bb7ded5b957a446c7f2ed7379e','',NULL),(14593,'en','woocommerce','6ddecd8ccd9f648d19dc02c7a566cb4f','Bahrain',NULL,NULL,'','LINE',NULL,10,'','682329365a296d5e1b9d7c930c26611e','',NULL),(14594,'en','woocommerce','3bd97db7eb0f4598c49db1a89aada877','Baja California',NULL,NULL,'','LINE',NULL,10,'','e102dd1f8fdc3c340b65f672c1e526f7','',NULL),(14595,'en','woocommerce','cfb3b26a888b261fbd445618eebbcf4a','Baja California Sur',NULL,NULL,'','LINE',NULL,10,'','48c34739712dca4f8906d96b816e6b6f','',NULL),(14596,'en','woocommerce','dba301f69b800f59b7f5294825db8685','Baker Island',NULL,NULL,'','LINE',NULL,10,'','e99586db79ba30f80f825773fa7f52d7','',NULL),(14597,'en','woocommerce','b2d5e14872bd915948fed1cbb4d8097c','Balıkesir',NULL,NULL,'','LINE',NULL,10,'','7bf420719c20b2b6bbafb349db9b999c','',NULL),(14598,'en','woocommerce','acb1414da8c0403f69c6ca1d5b68abcf','Baleares',NULL,NULL,'','LINE',NULL,10,'','4649bb38ed6bff2c312c0a219b60d3ae','',NULL),(14599,'en','woocommerce','53b98f90a1c4b17176913e24570306bb','Bali',NULL,NULL,'','LINE',NULL,10,'','687e9a7f09a9aa96719a1fb64d2e5e30','',NULL),(14600,'en','woocommerce','e42bca56b0cffdf331efd8bb9147ab39','Balochistan',NULL,NULL,'','LINE',NULL,10,'','6779f5f0b1b73dce5b072fd78a06975c','',NULL),(14601,'en','woocommerce','2e8a3d3a61ffa03432df6e736596ad4f','Bandarban',NULL,NULL,'','LINE',NULL,10,'','8e6644562e6d5c05971ed6bb63906352','',NULL),(14602,'en','woocommerce','02dd88eaaae939ab0006a102f1dde671','Bangka Belitung',NULL,NULL,'','LINE',NULL,10,'','c86b22c92a75ee8ced8de91f52aea0d5','',NULL),(14603,'en','woocommerce','3d147c6ba113929f5a004a5e9dcc832e','Bangkok',NULL,NULL,'','LINE',NULL,10,'','8e8231ca77a2d8dd06e29e5bd29f3991','',NULL),(14604,'en','woocommerce','f78a77f631d275aac6a914a17fe1b885','Bangladesh',NULL,NULL,'','LINE',NULL,10,'','fac28e561ccc5b77bb686b6988eadfcd','',NULL),(14605,'en','woocommerce','eb45bd2725cb8ac50d0795432a918f86','Bank',NULL,NULL,'','LINE',NULL,10,'','3d703dc605443bb826f9a653729af55b','',NULL),(14606,'en','woocommerce','0b6497df6c7f8c3839fbc1bd8c0e7663','Bank code',NULL,NULL,'','LINE',NULL,10,'','54583762909d6a77064ec1bf7d90a709','',NULL),(14607,'en','woocommerce','984482eb9ff11e6310fef641d2268a2a','Bank name',NULL,NULL,'','LINE',NULL,10,'','3d9530def2497093a114e4b06dbd514f','',NULL),(14608,'en','woocommerce','2e2709afa203e224f0a977bd3f3554a7','Bank transfer (BACS) payments',NULL,NULL,'','LINE',NULL,10,'','2f7611bd3b1aef3326bb4e901b542979','',NULL),(14609,'en','woocommerce','ce37fd14459b98b25d7c34ba9061e8a3','Bank transit number',NULL,NULL,'','LINE',NULL,10,'','47bbffde8e5b60db045dd06b88b5e10d','',NULL),(14610,'en','woocommerce','f4890a001a565af44f9de10973196156','Banten',NULL,NULL,'','LINE',NULL,10,'','5025c2edc6cafbb5d4ef61f19b77cc38','',NULL),(14611,'en','woocommerce','098f75a7ce2685ca386a79aa0a347345','Bar chart',NULL,NULL,'','LINE',NULL,10,'','153a19869a3ca67e8c30ec13bae5c007','',NULL),(14612,'en','woocommerce','79e5a962455ec5c146d80745556f5e06','Baranya',NULL,NULL,'','LINE',NULL,10,'','cc118a7161063d74d230d6a2c430e013','',NULL),(14613,'en','woocommerce','3214c0f21d200a1dae4eb83a53ec2730','Barbados',NULL,NULL,'','LINE',NULL,10,'','32abfce4b6834865010e3ae89e561654','',NULL),(14614,'en','woocommerce','550d05ab240ec337038af814ff0de287','Barcelona',NULL,NULL,'','LINE',NULL,10,'','69747ae4673b362675f6e41f4a852e30','',NULL),(14615,'en','woocommerce','4face155f2af435a9317b7b3110343fd','Barguna',NULL,NULL,'','LINE',NULL,10,'','eee312b8fa5f6aeccbd02726a15c6283','',NULL),(14616,'en','woocommerce','0a26395cc43da0729c1b4211ae8cb413','Bari',NULL,NULL,'','LINE',NULL,10,'','6afeded61072e856facf602180e94267','',NULL),(14617,'en','woocommerce','6d1862d9c2a74728d7efccfbb734c888','Barishal',NULL,NULL,'','LINE',NULL,10,'','1d7fdc5e50602abd9e6ae64a791fda2a','',NULL),(14618,'en','woocommerce','6c44dd9d660a6db977b811138017247f','Barletta-Andria-Trani',NULL,NULL,'','LINE',NULL,10,'','4d52b4d89d4a8413f3ec9692deb67dc8','',NULL),(14619,'en','woocommerce','bb14e7f21cf9c31d6a9a1cbd34c476da','Bartın',NULL,NULL,'','LINE',NULL,10,'','26afacee03adc59f11baac118a811ab2','',NULL),(14620,'en','woocommerce','f57e12b84b41237b46fe2f17d84b3726','Basarabeasca',NULL,NULL,'','LINE',NULL,10,'','324bf2edbdd0ac3e3c748a8962003acc','',NULL),(14621,'en','woocommerce','048a2a5362958f5ddf47bf44ea386d6c','Basel-Landschaft',NULL,NULL,'','LINE',NULL,10,'','194699695b5adf4b724966f3b128c363','',NULL),(14622,'en','woocommerce','fc35f2e9837dd592f37fba11225142bc','Basel-Stadt',NULL,NULL,'','LINE',NULL,10,'','7d32b0037795906b2499001b278f3c67','',NULL),(14623,'en','woocommerce','1c5c4c80220717a36b94e4ae95d02fac','Basilan',NULL,NULL,'','LINE',NULL,10,'','cbff57db0f0fef07caa23a5f3bf2b804','',NULL),(14624,'en','woocommerce','2df0ec1c91f3e04857f9af5ede2af58b','Bataan',NULL,NULL,'','LINE',NULL,10,'','e22898750944882476af295ca14cd5ff','',NULL),(14625,'en','woocommerce','137ffc97526bba801a53aa190074f4bd','Batanes',NULL,NULL,'','LINE',NULL,10,'','cf06567084fe86856ea920d210ff91dc','',NULL),(14626,'en','woocommerce','cb96e2a7ec1c360fd9292124188d5587','Batangas',NULL,NULL,'','LINE',NULL,10,'','b1dd4fe6f672abf9c7655a96a810830e','',NULL),(14627,'en','woocommerce','4a4566696cc81c6053ec708975767498','Batman',NULL,NULL,'','LINE',NULL,10,'','fd8596762bf1f2d65c32b6e280c88162','',NULL),(14628,'en','woocommerce','1b37d4f89e8ec3a913095e6d5d43a107','Bauchi',NULL,NULL,'','LINE',NULL,10,'','5d210f05fb012215a4a047593ad44a43','',NULL),(14629,'en','woocommerce','c6661981175a5d5fe568f048de6ebc21','Bay of Plenty',NULL,NULL,'','LINE',NULL,10,'','df368feb46480c3ab936a4a1dc18d734','',NULL),(14630,'en','woocommerce','a91d012a253f9bda2f1643e071eab984','Bayburt',NULL,NULL,'','LINE',NULL,10,'','1f3bba256cad34fdfb497cc9a79d3eee','',NULL),(14631,'en','woocommerce','59ec115054c9b627a93a3250f8cd6811','Bayelsa',NULL,NULL,'','LINE',NULL,10,'','357c6b10c4cc8d5b403038ae7e7a7c86','',NULL),(14632,'en','woocommerce','71324ae8df049fc2aef77deb06afb38c','Be the first to review “%s”',NULL,NULL,'','LINE',NULL,10,'','2b07f338b5ec654455526e758be79a18','',NULL),(14633,'en','woocommerce','fae190768e0c1452fe7e495f58ef1f51','Before asking for help we recommend checking the system status page to identify any problems with your configuration.',NULL,NULL,'','LINE',NULL,10,'','e80cc7eb99b8056b0a6c0bb8a56c099b','',NULL),(14634,'en','woocommerce','7521172dd37ba56442ea866ac18eb49d','Before discount',NULL,NULL,'','LINE',NULL,10,'','bcacd107b7486a3c5b20167beeb931a7','',NULL),(14635,'en','woocommerce','653770d48631ac4eb0c366226c916527','Before you can add a variation you need to add some variation attributes on the <strong>Attributes</strong> tab.',NULL,NULL,'','LINE',NULL,10,'','4eb99ae6eb4594c47413d9a9b03695d9','',NULL),(14636,'en','woocommerce','71ea8c8d9794eca12f885a3d82a41955','Before you can upload your import file, you will need to fix the following error:',NULL,NULL,'','LINE',NULL,10,'','93834cd387b8fcebe5caa41d1ce1193a','',NULL),(14637,'en','woocommerce','b72873d81b1d3f5e1e008e100e8e7e20','Beijing / 北京',NULL,NULL,'','LINE',NULL,10,'','1e70538c4264ff664e2605174773b2ca','',NULL),(14638,'en','woocommerce','6542f875eaa09a5c550e5f3986400ad9','Belarus',NULL,NULL,'','LINE',NULL,10,'','794431aaaa7cdf7dbcea0282d76e1fa1','',NULL),(14639,'en','woocommerce','137a9c647b06ea47a9e3ed6f5511f082','Belau',NULL,NULL,'','LINE',NULL,10,'','48201d428d0b7a3956ac58260d50079f','',NULL),(14640,'en','woocommerce','6c1674d14bf5f95742f572cddb0641a7','Belgium',NULL,NULL,'','LINE',NULL,10,'','fbe90f954d9225da8b6ebd9c25d9e295','',NULL),(14641,'en','woocommerce','20bca6785240fa722edb5c85d055a93d','Belize',NULL,NULL,'','LINE',NULL,10,'','b763ab65622775695b09069516a10862','',NULL),(14642,'en','woocommerce','0d358dde73109d9ac1393f0c5ebce864','Belluno',NULL,NULL,'','LINE',NULL,10,'','1c2ac71c76cd88fb73aa4980f185e795','',NULL),(14643,'en','woocommerce','5d39d54eeb281ea765eadc1d322791b8','Below is a list of extensions available on your WooCommerce.com account. To receive extension updates please make sure the extension is installed, and its subscription activated and connected to your WooCommerce.com account. Extensions can be activated from the <a href=\"%s\">Plugins</a> screen.',NULL,NULL,'','LINE',NULL,10,'','de7dbd0e57eab7f6c68b9cb06e040392','',NULL),(14644,'en','woocommerce','fabffe79828a846cc744914922cb0664','Benevento',NULL,NULL,'','LINE',NULL,10,'','795794aa4e33294144d0307aeec7f471','',NULL),(14645,'en','woocommerce','f68bd86ab9cad9f3d25cc8f2a6a1e304','Bengkulu',NULL,NULL,'','LINE',NULL,10,'','bb662e9514344467c2c130fdd31f442f','',NULL),(14646,'en','woocommerce','a22a7576b97708c4429f3b62d34ee237','Bengo',NULL,NULL,'','LINE',NULL,10,'','6d18a73f9716923f3b8245c79e4f4391','',NULL),(14647,'en','woocommerce','a335b0c34df4a5417879325c249cf1f6','Benguela',NULL,NULL,'','LINE',NULL,10,'','1de0e3c21be300f0b7de67e1252bd2a0','',NULL),(14648,'en','woocommerce','21187bfdf7beac6f291a1d0c75ac620b','Benguet',NULL,NULL,'','LINE',NULL,10,'','af8989bba922fded322049cf0f284bc0','',NULL),(14649,'en','woocommerce','2439162859b5fcccec45b676016ab64e','Beni',NULL,NULL,'','LINE',NULL,10,'','2ca935f59ddd073e1c476dd1446b24de','',NULL),(14650,'en','woocommerce','9e7002d53d4db7bfad4f5cf419b0c126','Benin',NULL,NULL,'','LINE',NULL,10,'','1a5ee0117991cec8aea6ff7827afe3b5','',NULL),(14651,'en','woocommerce','90b94286faf3534d65bb35362a852788','Benue',NULL,NULL,'','LINE',NULL,10,'','c3c47f432cb2174f8ff9ecfe429613af','',NULL),(14652,'en','woocommerce','3a8f916e8f8560773ac9b8eb6349b1c4','Bergamo',NULL,NULL,'','LINE',NULL,10,'','b96fc865477d9b5e250fbca34927173a','',NULL),(14653,'en','woocommerce','6653bea16d7ac8a266d752e9a0176c4f','Bermuda',NULL,NULL,'','LINE',NULL,10,'','8d4d32a437948462563e8f58955c1344','',NULL),(14654,'en','woocommerce','961698fa64951bd6d3437ebc7931a899','Bern',NULL,NULL,'','LINE',NULL,10,'','ce5df2e573550f720f6bc0d2b23cae32','',NULL),(14655,'en','woocommerce','d7ab062f740e74cfee29c9b189aa803b','Best Selling Products',NULL,NULL,'','LINE',NULL,10,'','cda8ac91f2f29ffaa340da91f33c0ccc','',NULL),(14656,'en','woocommerce','264247f6fd16f49a6465b2097a7f4e8d','Better security',NULL,NULL,'','LINE',NULL,10,'','32e32ba4f3351b492c7499701c534970','',NULL),(14657,'en','woocommerce','9b817d4b9a425846d8bc5f810be6625f','Bheri',NULL,NULL,'','LINE',NULL,10,'','4288a433f604bc6cbedd7b105f533570','',NULL),(14658,'en','woocommerce','4e3891a0958284bb3a3c949ba6487534','Bhola',NULL,NULL,'','LINE',NULL,10,'','57d03ff1202cac8a7a0e91e88988fec8','',NULL),(14659,'en','woocommerce','e65a0ed0e39dd14a9e5af441efb09b37','Bhutan',NULL,NULL,'','LINE',NULL,10,'','4f37cfae2694c19603f7f3a246e2fec0','',NULL),(14660,'en','woocommerce','a45a1e704774eabc7173cdbe374c5ac7','Biella',NULL,NULL,'','LINE',NULL,10,'','ecebc5632656a5c59b0aafa6aa1e82e3','',NULL),(14661,'en','woocommerce','27559de2125101ccb786807bceb46aa1','Bihar',NULL,NULL,'','LINE',NULL,10,'','e0bfecc0ca9010d8b808263c27798041','',NULL),(14662,'en','woocommerce','56e69c67953b4e41e5e022a2059a8893','Bihor',NULL,NULL,'','LINE',NULL,10,'','df938eae62f52bf099eda4e6eafb24e9','',NULL),(14663,'en','woocommerce','cd6a2fb2d2646802140eea1d9be1b6ec','Bilecik',NULL,NULL,'','LINE',NULL,10,'','bbfc1548dbf233cfa431cc22c3c622de','',NULL),(14664,'en','woocommerce','ca0c0f468516538c6c4c845d27e567ff','Biliran',NULL,NULL,'','LINE',NULL,10,'','a5069ea0cc6fcea95c00cb297cbd91d7','',NULL),(14665,'en','woocommerce','780c462e85ba4399a5d42e88f69a15ca','Billing',NULL,NULL,'','LINE',NULL,10,'','b4161c9ad3df0cdd4533ab5228575495','',NULL),(14666,'en','woocommerce','3c9682f30169012dca2cf2a118c36386','Billing %s',NULL,NULL,'','LINE',NULL,10,'','9b49892473dfb2b51254d091fb1dd1f9','',NULL),(14667,'en','woocommerce','1a436d078c302d8811f7f6c562f38b23','Billing & Shipping',NULL,NULL,'','LINE',NULL,10,'','ad297e0abfeb21d5f733c4d86fe3c8b5','',NULL),(14668,'en','woocommerce','28a59051cd90053f87bacd5f1ffbc0b8','Billing Address',NULL,NULL,'','LINE',NULL,10,'','01dfe76ab780bd843f491fda33bcba28','',NULL),(14669,'en','woocommerce','6cc19365ef517352d2435b05bf5cc909','Billing Address 1',NULL,NULL,'','LINE',NULL,10,'','6182483ecb6f5b898fe28c0514089d02','',NULL),(14670,'en','woocommerce','8a0a257565b11c1dd7d0a412c9f2be54','Billing Address 2',NULL,NULL,'','LINE',NULL,10,'','f3714a7542d9c9b0e5491a3aceda9b64','',NULL),(14671,'en','woocommerce','66c8d1aa22d681ac280f3656ab70a715','Billing City',NULL,NULL,'','LINE',NULL,10,'','f1960c30f7e28c30d635335fbd8f859e','',NULL),(14672,'en','woocommerce','68409cf226a61a121440ba63feea39a9','Billing Company',NULL,NULL,'','LINE',NULL,10,'','9f8045d07ee725db81d0e7d0801396a4','',NULL),(14673,'en','woocommerce','28a11ccaae257f5f08e98083548d9fc6','Billing Country',NULL,NULL,'','LINE',NULL,10,'','067edf4b8dd30cd13b752b53e0ba7aa0','',NULL),(14674,'en','woocommerce','1e2b8c949bc54ac0d58f6fed8988a016','Billing First Name',NULL,NULL,'','LINE',NULL,10,'','116d9e9198cf0338fed83516e7dfb998','',NULL),(14675,'en','woocommerce','b1d49fadf04d429a9a8470782a5f40c6','Billing Last Name',NULL,NULL,'','LINE',NULL,10,'','8eaf5b7f0046c609efd3fd6f9f9b7c41','',NULL),(14676,'en','woocommerce','ffd3cf6472af35b4036185c12c6be502','Billing Postal/Zip Code',NULL,NULL,'','LINE',NULL,10,'','7ae7002f343d9b57f6e10ff8c01acce3','',NULL),(14677,'en','woocommerce','ee7fda3c254fa4ace9e07ee710e44472','Billing State',NULL,NULL,'','LINE',NULL,10,'','f96e93d327e3b7733b93871b7a3cd44e','',NULL),(14678,'en','woocommerce','1fbc7e5f1b92c7ec072397b59a0bb5da','Billing address',NULL,NULL,'','LINE',NULL,10,'','84aabd7719a709d2fc3a4a1ce3b65da9','',NULL),(14679,'en','woocommerce','138b269bd5944310491b58a328e2caab','Billing address.',NULL,NULL,'','LINE',NULL,10,'','a23340eb461f69f68219a24c35989dae','',NULL),(14680,'en','woocommerce','fa605f14dddc71dca1d4ab9c7f1772a7','Billing details',NULL,NULL,'','LINE',NULL,10,'','58bc42286f58b568f5057900a22a6977','',NULL),(14681,'en','woocommerce','f2331bb8c27ecc264ee7cb90027b735d','Billing email',NULL,NULL,'','LINE',NULL,10,'','f859f73774dbe96f0b9acbe580037f8a','',NULL),(14682,'en','woocommerce','3a661609347f0f4e925c80ef429d76ae','Bingöl',NULL,NULL,'','LINE',NULL,10,'','9e0afe9831f8c8a6cd0c7a32854dafcb','',NULL),(14683,'en','woocommerce','83b43f5c2c064689861fac71fc894fd0','Bistrița-Năsăud',NULL,NULL,'','LINE',NULL,10,'','88cc303f4745b654e8be8988ce9449ec','',NULL),(14684,'en','woocommerce','7fd7ed015c15e0cfd95313548f04ba34','Bitlis',NULL,NULL,'','LINE',NULL,10,'','27f4c07cd065486afa6d914f74c3731c','',NULL),(14685,'en','woocommerce','aa4c5264ad7207073f6e2fa3841eab32','Bizkaia',NULL,NULL,'','LINE',NULL,10,'','c35f385707c0002de814b7b421c8a440','',NULL),(14686,'en','woocommerce','b26940526f6d9d50a809f9bc6e1cb497','Bié',NULL,NULL,'','LINE',NULL,10,'','81d5bf88d84aa1d27bb3db9bf6963856','',NULL),(14687,'en','woocommerce','b21b4b1b5ed09325bc105f411961db19','Blagoevgrad',NULL,NULL,'','LINE',NULL,10,'','1272e691359cfc2c03b97644a77c70f3','',NULL),(14688,'en','woocommerce','3e47283accb9db39e93ad8f9727cfced','Blog id of the record on the multisite.',NULL,NULL,'','LINE',NULL,10,'','4e63b60bce430e13727bd705088e3409','',NULL),(14689,'en','woocommerce','e46d0409bec0312b23498606525b48b7','Bogura',NULL,NULL,'','LINE',NULL,10,'','1cc9760d8b654cb13a08a83d6426536a','',NULL),(14690,'en','woocommerce','bbae79b37d00b64482e85f11dc32cb05','Bohol',NULL,NULL,'','LINE',NULL,10,'','0fc485a1cb40330f34c8c768c343d9a6','',NULL),(14691,'en','woocommerce','28aaafc355915903ce4a7e1d3af3bc4e','Bolivia',NULL,NULL,'','LINE',NULL,10,'','826d783c1ee3250f024c0ff2b5722493','',NULL),(14692,'en','woocommerce','7014d0181914fb4722b90a49d53f5471','Bologna',NULL,NULL,'','LINE',NULL,10,'','a9659a5890bfa287aad40fa547de91b3','',NULL),(14693,'en','woocommerce','e924c15751bef70a4c872d79f407f160','Bolu',NULL,NULL,'','LINE',NULL,10,'','bdaa77863339745bdda66315913dfae3','',NULL),(14694,'en','woocommerce','338f325b7bc00a1c9c082fc93369e455','Bolzano',NULL,NULL,'','LINE',NULL,10,'','6953e0d69f08e820c66d399a42e37e4e','',NULL),(14695,'en','woocommerce','bfbf0d6b30531315e2534ca2f3150038','Bomi',NULL,NULL,'','LINE',NULL,10,'','1fdec6b2151e7dc03095fe7a5d03f0e0','',NULL),(14696,'en','woocommerce','bffefa0974782c69010f7e1be92a09f8','Bonaire, Saint Eustatius and Saba',NULL,NULL,'','LINE',NULL,10,'','fc4d998c8cf777c65259853bf3d58511','',NULL),(14697,'en','woocommerce','e41ba06e46fa41a316c913df6ca0106c','Bong',NULL,NULL,'','LINE',NULL,10,'','b5c0ef66862ac4312a5b99c6a7b8aff2','',NULL),(14698,'en','woocommerce','8506d48a1532ffd820b0fea748d5e147','Bonus reasons you\'ll love Jetpack',NULL,NULL,'','LINE',NULL,10,'','e08351cbf83e9c6cafdc2951b83b7ef3','',NULL),(14699,'en','woocommerce','aa5d56bc632b553eb2f91954e412a94f','Boquerón',NULL,NULL,'','LINE',NULL,10,'','735409e008d6351196755ac58cad3ccb','',NULL),(14700,'en','woocommerce','de277c864e03bfc391891c8a961894cb','Borno',NULL,NULL,'','LINE',NULL,10,'','d551886620b344de4eebd9a5570cf50c','',NULL),(14701,'en','woocommerce','036008e3950ca7ac10c749b1825448f5','Borsod-Abaúj-Zemplén',NULL,NULL,'','LINE',NULL,10,'','e7da7cea827b4f2291c715b1ccc5e7f3','',NULL),(14702,'en','woocommerce','96a6dd711874d4323dc2d3f932bd2ed3','Bosnia and Herzegovina',NULL,NULL,'','LINE',NULL,10,'','0fd56642933e72ad96deb728e1f06d4c','',NULL),(14703,'en','woocommerce','130c5b3473c57faa76e2a1c54e26f88e','Both',NULL,NULL,'','LINE',NULL,10,'','2c95a59543068853c195e2cc44b38371','',NULL),(14704,'en','woocommerce','b005e37bf7c5a0b6633af0c5fe33d789','Botoșani',NULL,NULL,'','LINE',NULL,10,'','478d4c39c20415c5bd95ac64cd65c0f7','',NULL),(14705,'en','woocommerce','6cd50fb3091b0a9d3c1ac2cf52441390','Botswana',NULL,NULL,'','LINE',NULL,10,'','f0b5775cc22c155842cf4e5780002ebe','',NULL),(14706,'en','woocommerce','36b5c019128aae727809738c5cfef2c5','Bouvet Island',NULL,NULL,'','LINE',NULL,10,'','1fd7683a4af21caac4d3f389e49d527b','',NULL),(14707,'en','woocommerce','a293250e43f5b4156378507e7a76f9ee','Brăila',NULL,NULL,'','LINE',NULL,10,'','6eea7f7b352cdb638d32eddac78e276d','',NULL),(14708,'en','woocommerce','b7fe6661f4f93a720d671c68cfa7ce5a','Brașov',NULL,NULL,'','LINE',NULL,10,'','1c12cba31c6103c40b295f88f058ea92','',NULL),(14709,'en','woocommerce','05c703a115126d4b70ba28ccfc7abfc5','Brahmanbaria',NULL,NULL,'','LINE',NULL,10,'','529ee46ebfd6829995a812d7d093911a','',NULL),(14710,'en','woocommerce','87afd103f1e6c3db06fad0f4543b216f','Branch code',NULL,NULL,'','LINE',NULL,10,'','3fbcaa0c935d09a3cc7d14f812c779e2','',NULL),(14711,'en','woocommerce','1aac20ff267115150d0a0790ed0a552e','Branch sort',NULL,NULL,'','LINE',NULL,10,'','828fc5976c9c26ece276cbb7f9ee2c03','',NULL),(14712,'en','woocommerce','42537f0fb56e31e20ab9c2305752087d','Brazil',NULL,NULL,'','LINE',NULL,10,'','4de1bed4ee31a6901206415e58a777f3','',NULL),(14713,'en','woocommerce','0c3c889cb60322b10d890d76a05f816e','Brescia',NULL,NULL,'','LINE',NULL,10,'','69a8b4a32570d1137bfd90a9321832c8','',NULL),(14714,'en','woocommerce','ed205b09ec3cab9c6999d39e1bb8a5c3','Briceni',NULL,NULL,'','LINE',NULL,10,'','566cb2fa99c6105071261c78bc3b2d2a','',NULL),(14715,'en','woocommerce','e994cff39910ec075ccca88343eb171a','Brindisi',NULL,NULL,'','LINE',NULL,10,'','60d8e19bec745a4518e33677707b14bb','',NULL),(14716,'en','woocommerce','8ce94baacc570c97dae055b23ea897fa','British Columbia',NULL,NULL,'','LINE',NULL,10,'','13503d2839534953ba33c4592b4d9ea1','',NULL),(14717,'en','woocommerce','3cffa9dc661842732076674362898145','British Indian Ocean Territory',NULL,NULL,'','LINE',NULL,10,'','a8f14f87dfc3b5211836d8d43cad1fe4','',NULL),(14718,'en','woocommerce','23a216a03239e53c3e03023559e833c1','Browse Extensions',NULL,NULL,'','LINE',NULL,10,'','7ef57a023c5d9ae597979a03fe585136','',NULL),(14719,'en','woocommerce','31ea758954d8e3165e5d267508b4036b','Browse products',NULL,NULL,'','LINE',NULL,10,'','ff60c3b2e35e27a9e1959ed770adc93a','',NULL),(14720,'en','woocommerce','eefd456581f4aa3873db1069b4640f56','Browse the Marketplace',NULL,NULL,'','LINE',NULL,10,'','ac8e51d4065e42fcf29a90fc52febded','',NULL),(14721,'en','woocommerce','5e281dc572c881b78fe575415662bfe3','Browser User Agent',NULL,NULL,'','LINE',NULL,10,'','9fe46c93e7526a3a0f59ea6b30e00328','',NULL),(14722,'en','woocommerce','d3f5841f04ba23bb90e1b9f4256cea70','Brunei',NULL,NULL,'','LINE',NULL,10,'','1901a3e39286eec00b78206df49778e4','',NULL),(14723,'en','woocommerce','5ee410363cde7e151e8bc5661fde72d6','București',NULL,NULL,'','LINE',NULL,10,'','5a4e84d970c1dfcb8885af9627bb09bb','',NULL),(14724,'en','woocommerce','520ff86e15f8505795cc2bc8ce3d5e69','Budaka',NULL,NULL,'','LINE',NULL,10,'','6a141705cc8b1aa2820b74e17f5f3d99','',NULL),(14725,'en','woocommerce','9fed5dae86e3030d9be3740efa198659','Budapest',NULL,NULL,'','LINE',NULL,10,'','aa266b4f14ac857571100387c5cc389e','',NULL),(14726,'en','woocommerce','fb3536369905e38bdf6b2e67277791e0','Bududa',NULL,NULL,'','LINE',NULL,10,'','32ba02193b1596a4024c2443260afa88','',NULL),(14727,'en','woocommerce','f950e6c86381709070f91cc62a2f192e','Bueng Kan',NULL,NULL,'','LINE',NULL,10,'','6197bd2095abfc03dcbb3c2116ee2f6c','',NULL),(14728,'en','woocommerce','464f18360a31a99b8003db4c668244c0','Buenos Aires',NULL,NULL,'','LINE',NULL,10,'','582784e92ddd1f2e8b96311e9f385231','',NULL),(14729,'en','woocommerce','732ac7972cecc1584777fbbbd682f710','Bugiri',NULL,NULL,'','LINE',NULL,10,'','b9045783f64b9796415d842f9f21ff33','',NULL),(14730,'en','woocommerce','16472b96cf08c2c71696de9903b432e0','Bugweri',NULL,NULL,'','LINE',NULL,10,'','47a27ffc3f5d0bbdeb09971643abe839','',NULL),(14731,'en','woocommerce','85cd6562604af5596dd0ee1f565fc000','Buhweju',NULL,NULL,'','LINE',NULL,10,'','0a25af277026c28d3f092bdb04db3b49','',NULL),(14732,'en','woocommerce','6bc6431d9f100d22db0507849b39c095','Buikwe',NULL,NULL,'','LINE',NULL,10,'','259dbf102ebe423948a6ee817e3fe44c','',NULL),(14733,'en','woocommerce','2a17a107a17a7efb1a7d65934099d6c9','Bukedea',NULL,NULL,'','LINE',NULL,10,'','4e85c9760686a1426aeeb929771a74fd','',NULL),(14734,'en','woocommerce','cdd2ec1deef58cbf7cc308f280d1299e','Bukidnon',NULL,NULL,'','LINE',NULL,10,'','92c0543a7f146446cba65cd35d79afe8','',NULL),(14735,'en','woocommerce','c70c826c073a61431ae9fff9c5877b8c','Bukomansimbi',NULL,NULL,'','LINE',NULL,10,'','14381d78d34f62f6c9f3fab00c698d32','',NULL),(14736,'en','woocommerce','8a08f2dc51ac60634a2411a726615b06','Bukwa',NULL,NULL,'','LINE',NULL,10,'','77121d5070f6dc4eccdd3904f771bcb8','',NULL),(14737,'en','woocommerce','a139b2dcf518f4a5a4c1a834e90a614e','Bulacan',NULL,NULL,'','LINE',NULL,10,'','e09229e861b4a18fc9361c052b296224','',NULL),(14738,'en','woocommerce','7e1ca437afb35cfc0fb803c4ff3969bf','Bulambuli',NULL,NULL,'','LINE',NULL,10,'','4eb1eb56f6e595ba07981ec0aa56dc1e','',NULL),(14739,'en','woocommerce','01a151debf2bfee8906f43f4342eb10b','Bulgaria',NULL,NULL,'','LINE',NULL,10,'','cee745df1fded0c2de9596505bcd2b2b','',NULL),(14740,'en','woocommerce','352fd831387574e3725fc2ff216ccd89','Buliisa',NULL,NULL,'','LINE',NULL,10,'','033d81ba90eb121b7a36d34fdd9d7bde','',NULL),(14741,'en','woocommerce','939728f8c6e2262b0287601d236d19f3','Bundibugyo',NULL,NULL,'','LINE',NULL,10,'','2674ff890ed254a09be61cdea3e1b6aa','',NULL),(14742,'en','woocommerce','f1a3d2b5739053e83ccdd76ca97fe280','Bunyangabu',NULL,NULL,'','LINE',NULL,10,'','50a50ea8ffe2df75606893efa7c16bfa','',NULL),(14743,'en','woocommerce','81c5678af2b5a6b767522efd8c36e091','Burdur',NULL,NULL,'','LINE',NULL,10,'','11e249b5c57df4183ef6e288356add49','',NULL),(14744,'en','woocommerce','99d90a58f2ae7d2ef9396128341b94d0','Burgas',NULL,NULL,'','LINE',NULL,10,'','c1990340ef49b8f6340c8e29c3ac32cc','',NULL),(14745,'en','woocommerce','2198c8936d0cf1a73255d99ee18d955e','Burgos',NULL,NULL,'','LINE',NULL,10,'','bbb088febabb64a76fac91dc8a2c261e','',NULL),(14746,'en','woocommerce','1915e1b0cc45cdcc8a00c8c5689e388f','Buri Ram',NULL,NULL,'','LINE',NULL,10,'','ca4fce9e80b410feabf9e9865b087950','',NULL),(14747,'en','woocommerce','28814f84db09b59b95f863b9c143c3a9','Burkina Faso',NULL,NULL,'','LINE',NULL,10,'','ec0c383733c663a78b962a1dfb4f482e','',NULL),(14748,'en','woocommerce','85e75f7f6017ec0a620fa92005d5adc5','Bursa',NULL,NULL,'','LINE',NULL,10,'','a41d917499077d5f766db70d1b624c5a','',NULL),(14749,'en','woocommerce','28765464efe1b6583610335965b4d75a','Burundi',NULL,NULL,'','LINE',NULL,10,'','03810ae519589898e31deb15fb35b098','',NULL),(14750,'en','woocommerce','7aaa794035d223c8b56418de6bee1bea','Bushehr (بوشهر)',NULL,NULL,'','LINE',NULL,10,'','75e1f87a2f19e19109028a94c8a04d3d','',NULL),(14751,'en','woocommerce','249f9063193962e73e510c93a12d55dd','Bushenyi',NULL,NULL,'','LINE',NULL,10,'','33e992178ed36a387d2b198b2a499015','',NULL),(14752,'en','woocommerce','e9f0e3f96dae49f37976b8059b74912d','Busia',NULL,NULL,'','LINE',NULL,10,'','7afd923fe1438eb1b123c93b1f3a3365','',NULL),(14753,'en','woocommerce','994b5ea720e8275c2ace9e7c33ca34f5','Butaleja',NULL,NULL,'','LINE',NULL,10,'','364bcdcb744738b12c19fe3f02e69fc1','',NULL),(14754,'en','woocommerce','411c6d1f1a4b747a434e907585237426','Butambala',NULL,NULL,'','LINE',NULL,10,'','157ece5deee20b346949082bb27c2498','',NULL),(14755,'en','woocommerce','c19d58472c674c74538232a29298107f','Butebo',NULL,NULL,'','LINE',NULL,10,'','745407fc8f060bc11b141c78fcf43ad1','',NULL),(14756,'en','woocommerce','111082bb18b636c4493e0370dce09f00','Button text',NULL,NULL,'','LINE',NULL,10,'','d2437de83a4a78a5ff7d22be563180f5','',NULL),(14757,'en','woocommerce','a9449c2394f65b3e92b8dcb389e26ce9','Buttons are aligned vertically.',NULL,NULL,'','LINE',NULL,10,'','d26404b7710ca31df14ed8dbffce3179','',NULL),(14758,'en','woocommerce','e6b23f22f17668ed3f88eb2837b828ae','Buttons follow content.',NULL,NULL,'','LINE',NULL,10,'','c883a14990705edbaf02ab6310609ada','',NULL),(14759,'en','woocommerce','eb6236e516305584b902a860e1f605ed','Buvuma',NULL,NULL,'','LINE',NULL,10,'','b82936f5988d1b0363d151f721f655c0','',NULL),(14760,'en','woocommerce','e14da18254973c6eb832afd0b3027f5a','Buy “%s”',NULL,NULL,'','LINE',NULL,10,'','8f8ed9e2bd2f87892a441f88778af148','',NULL),(14761,'en','woocommerce','e75ab13f4771e3ebc32440d0ebca5915','Buy discounted shipping labels — then print them from your dashboard.',NULL,NULL,'','LINE',NULL,10,'','1a46fd3c22596b4f45c4811cc398979f','',NULL),(14762,'en','woocommerce','eeceac1af4e7620894d6d2083921bb73','Buy now',NULL,NULL,'','LINE',NULL,10,'','a5699f1d2df776335b1d477b97d4378b','',NULL),(14763,'en','woocommerce','4b179c3d3e8635d99d3816f6211b1051','Buyende',NULL,NULL,'','LINE',NULL,10,'','20da92f23fdd3fba6c814c6993959fac','',NULL),(14764,'en','woocommerce','b827ef0aa102b10f74733289d6cf463e','Buzău',NULL,NULL,'','LINE',NULL,10,'','ecb8cb3a4ff992e33a7d87e32ef9c07a','',NULL),(14765,'en','woocommerce','56c22156badac8a9e6de2bb6300a3400','By connecting your site you agree to our fascinating <a href=\"%1$s\" target=\"_blank\">Terms of Service</a> and to <a href=\"%2$s\" target=\"_blank\">share details</a> with WordPress.com',NULL,NULL,'','LINE',NULL,10,'','51f65f0224cfdb3049c5016d9ce5ae16','',NULL),(14766,'en','woocommerce','250fa80295048fdd6881529508c2b782','By day',NULL,NULL,'','LINE',NULL,10,'','14683782c7951449aa530a207f7e94b9','',NULL),(14767,'en','woocommerce','85b4422b02db83378011d0a346114e73','By hour',NULL,NULL,'','LINE',NULL,10,'','60b4ae0d6ee1935f8a08b8971f5e81b3','',NULL),(14768,'en','woocommerce','0798438e3f8ede420dfcaed60c1e15a2','By month',NULL,NULL,'','LINE',NULL,10,'','78e50db629473123f0a7cb8d39b93366','',NULL),(14769,'en','woocommerce','c1e608a3c0f720d5c912c8c73d170c6a','By quarter',NULL,NULL,'','LINE',NULL,10,'','965e560a20be4cc4719b35a6d40a39d7','',NULL),(14770,'en','woocommerce','a97383ebb1268c4c5b09073350d5ab60','By week',NULL,NULL,'','LINE',NULL,10,'','941927cbcb2d8375410ba4812316ca1c','',NULL),(14771,'en','woocommerce','714d52f02bd6af09cc79bca0b24132e1','By year',NULL,NULL,'','LINE',NULL,10,'','b109652a42846267b5601a9a564eae66','',NULL),(14772,'en','woocommerce','55fc9fbbbe6949ec70e432c83d063276','Bács-Kiskun',NULL,NULL,'','LINE',NULL,10,'','c8e41e118c98de635435f4c1e8b0427d','',NULL),(14773,'en','woocommerce','75a38b27f4e31f98f3e1168d84f98703','Békés',NULL,NULL,'','LINE',NULL,10,'','d58a5cf5a974e52f50087c14ba46923e','',NULL),(14774,'en','woocommerce','29f4c0d2f9e17dc0c5d25fc2f0b0c6c2','Călărași',NULL,NULL,'','LINE',NULL,10,'','8b041cf02056d7c781c6b6f6160ad59c','',NULL),(14775,'en','woocommerce','edca865206513fafc8b6a4367d526f31','Căușeni',NULL,NULL,'','LINE',NULL,10,'','d56071fc3f068590b07418928e85af5d','',NULL),(14776,'en','woocommerce','ff9877b70cd2989e5f5fb583e4f4c3d9','Cáceres',NULL,NULL,'','LINE',NULL,10,'','21ca1d568ad7ec872c24b5c273e2fce7','',NULL),(14777,'en','woocommerce','541eed7f1af5ec2dafe45571b9a2fd65','Cádiz',NULL,NULL,'','LINE',NULL,10,'','926b59abf874001b1e94978aeb4d4f4c','',NULL),(14778,'en','woocommerce','aa76a85835a6ba5068c345ed683d520a','Córdoba',NULL,NULL,'','LINE',NULL,10,'','8d5b7280a94d42addb4f5d7cef2ecfd8','',NULL),(14779,'en','woocommerce','99e6f0ef367841ef126ff10f676bcca8','CSV Delimiter',NULL,NULL,'','LINE',NULL,10,'','6be921886f82ecdc306787661df2bb85','',NULL),(14780,'en','woocommerce','5ea7f231296949070013bc43715aae01','CVC',NULL,NULL,'','LINE',NULL,10,'','a27f791975780cb370af7504800216c5','',NULL),(14781,'en','woocommerce','d2fa837bbd234f1c8aff168b251089de','Caaguazú',NULL,NULL,'','LINE',NULL,10,'','6eb6c24e8a33d0ad730a5d139366860d','',NULL),(14782,'en','woocommerce','c85438a15b7f2a7fa6596cd222e27cd4','Caazapá',NULL,NULL,'','LINE',NULL,10,'','c9d60a78d3c81cfe05a4b3b95a97f9d1','',NULL),(14783,'en','woocommerce','813bcf8fa023e43bdd0b235b8d0064fc','Cabinda',NULL,NULL,'','LINE',NULL,10,'','bd0cbd2382563a411da65729b0a92dec','',NULL),(14784,'en','woocommerce','ce0f4a08fdc4e286facf1f27414e528d','Cagayan',NULL,NULL,'','LINE',NULL,10,'','073ca622cdf92cf5a4d3d7db6d55ed4a','',NULL),(14785,'en','woocommerce','3cfd7a09d50918a635414d2fdaf974da','Cagliari',NULL,NULL,'','LINE',NULL,10,'','51afaccd89328c26156fc53fe3d38620','',NULL),(14786,'en','woocommerce','9ecc1e15d58470b236a9d0e8e0772776','Cahul',NULL,NULL,'','LINE',NULL,10,'','58ed2eddffcd386d52fe3370f082009a','',NULL),(14787,'en','woocommerce','f311bc4dd48fd0f8712926b90091541d','Cajamarca',NULL,NULL,'','LINE',NULL,10,'','8d398f4efb791f6f7917926185071ddd','',NULL),(14788,'en','woocommerce','bdbb203371419f71caccc538ab9a11c0','Calculate shipping',NULL,NULL,'','LINE',NULL,10,'','efd51b1b443b5fe389deede4328074aa','',NULL),(14789,'en','woocommerce','299a978fed241a4dc2a39dc717e2d755','Calculation type',NULL,NULL,'','LINE',NULL,10,'','226be5d6d9ceda6f2b9d859e201f4c27','',NULL),(14790,'en','woocommerce','8ff922bbcd8ad41cdfc48d3c5163b2ab','Calendar',NULL,NULL,'','LINE',NULL,10,'','94860453b43f373b59b53c181a8e4d1b','',NULL),(14791,'en','woocommerce','356779a9a1696714480f57fa3fb66d4c','California',NULL,NULL,'','LINE',NULL,10,'','5439e7e43034934cb01716434625d10b','',NULL),(14792,'en','woocommerce','beab412f04248feeefd91ec5e9ae5de5','Caltanissetta',NULL,NULL,'','LINE',NULL,10,'','b5bf385876a2fab08544af7d82a5d19c','',NULL),(14793,'en','woocommerce','13596131b078f840f5f8ee59a5fc6b6c','Camarines Norte',NULL,NULL,'','LINE',NULL,10,'','151b6fe7c84b5cb03ab4cea3460473d1','',NULL),(14794,'en','woocommerce','788d1a60d8e6067efa73479bb969f171','Camarines Sur',NULL,NULL,'','LINE',NULL,10,'','a78186e72422799385b98c2dc6c68463','',NULL),(14795,'en','woocommerce','06c7a3c3a3344a62864b951aec4df830','Cambodia',NULL,NULL,'','LINE',NULL,10,'','ae8559415e70d7dab135149545fc9f0a','',NULL),(14796,'en','woocommerce','4be25f9d27da71d4e98775668b5b12af','Cameroon',NULL,NULL,'','LINE',NULL,10,'','c707ff72aa41bb67e72386f0f65730b7','',NULL),(14797,'en','woocommerce','aed14f64e90b93140dc508d7c588732d','Camiguin',NULL,NULL,'','LINE',NULL,10,'','0a821ef8618ebc86760127d68a06db9d','',NULL),(14798,'en','woocommerce','8fdb4de435eb9aff6c1968284cd14fc8','Campeche',NULL,NULL,'','LINE',NULL,10,'','f8f0fa11590a8bae81d0af60c94b53dc','',NULL),(14799,'en','woocommerce','d493193f6b4cdce93a2d17f7c95a68eb','Campobasso',NULL,NULL,'','LINE',NULL,10,'','fe87e64f5a61bfa8242bb5afbc781bfe','',NULL),(14800,'en','woocommerce','b3b89da9f5d72ea69fb2a89d1f26e631','Can not set resource parent, taxonomy is not hierarchical.',NULL,NULL,'','LINE',NULL,10,'','4d69e92352a18c77cdbc412da8cc900f','',NULL),(14801,'en','woocommerce','445d337b5cd5de476f99333df6b0c2a7','Canada',NULL,NULL,'','LINE',NULL,10,'','7abe753760078afdd959532a1768d0ba','',NULL),(14802,'en','woocommerce','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,10,'','bc21645cabdc025fa7fa1167da0ca88d','',NULL),(14803,'en','woocommerce','5278627029a420471165528770730abf','Cancel changes',NULL,NULL,'','LINE',NULL,10,'','2969c7851f6700c24c910f95a1f109dc','',NULL),(14804,'en','woocommerce','6a14d77c62f64a3c9f8ef15c79e73ea3','Cancel schedule',NULL,NULL,'','LINE',NULL,10,'','05170e58bceab72f8c63ed85266a66ce','',NULL),(14805,'en','woocommerce','87377b3a62450b7b45a2f1b1156e45ab','Cancel the action now to avoid it being run in future',NULL,NULL,'','LINE',NULL,10,'','13b657c085b3eeb1eab5641fbb17831e','',NULL),(14806,'en','woocommerce','0b18aaefb1f312a3156b772e2c7005ee','Cancel thumbnail regeneration',NULL,NULL,'','LINE',NULL,10,'','e534dc6f39c1c6040c2cf82b66508558','',NULL),(14807,'en','woocommerce','0e22fe7d45f8e5632a4abf369b24e29c','Canceled',NULL,NULL,'','LINE',NULL,10,'','068572b50c48110fb4add37f1d768df8','',NULL),(14808,'en','woocommerce','cfad2659a1b1c417069dfa74aee3c34d','Cancelled <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','6ff218c7e77beeac83bead1b6e8670de','',NULL),(14809,'en','woocommerce','1e11911d162f1f3ff21aebf122c6b7b4','Cancelled order',NULL,NULL,'','LINE',NULL,10,'','6fc4b4c27e14da6dfc253f6dae80deaa','',NULL),(14810,'en','woocommerce','8a8b2577bd8dde692c5927f9e8c15748','Cancelled order emails are sent to chosen recipient(s) when orders have been marked cancelled (if they were previously processing or on-hold).',NULL,NULL,'','LINE',NULL,10,'','c96cfaadf2ab516733d67e663d729216','',NULL),(14811,'en','woocommerce','9f3f02b3945914aa9568c7486bc18c09','Cancelled product image regeneration job.',NULL,NULL,'','LINE',NULL,10,'','9bb3b54cfd8e9ef77d6d267d4c27f67d','',NULL),(14812,'en','woocommerce','a7f54750e0c5a6885946608acadda238','Canindeyú',NULL,NULL,'','LINE',NULL,10,'','dffc28eaba0c8d3eeb7c6bab890d65d6','',NULL),(14813,'en','woocommerce','f885abd3e60d8a1d7bac1e219b612356','Cannot create existing %s.',NULL,NULL,'','LINE',NULL,10,'','d7182ffca89ff22175c09752aa0a7521','',NULL),(14814,'en','woocommerce','1f1d0969d055ad95c970b39f582ca55c','Cannot create existing product review.',NULL,NULL,'','LINE',NULL,10,'','90d8a8ceb091b82f11509a652bf70b43','',NULL),(14815,'en','woocommerce','65e266003f6464c0f465b21b7ba069d0','Cannot create existing resource.',NULL,NULL,'','LINE',NULL,10,'','9de88ad3f20bc4189c5db53a940d9442','',NULL),(14816,'en','woocommerce','9d36b169c723d1c48e36082e002cca57','Cannot create line item, try again.',NULL,NULL,'','LINE',NULL,10,'','b6d37373d96134d188fe70db0f508387','',NULL),(14817,'en','woocommerce','8d4b10e9eddd821cd2fd667c8aef3a78','Cannot create order note, please try again.',NULL,NULL,'','LINE',NULL,10,'','cbebda3cddda2862a941a045b59bd751','',NULL),(14818,'en','woocommerce','10e3bb0c2e6a426fab3bdb8e7f07dd17','Cannot create order refund, please try again.',NULL,NULL,'','LINE',NULL,10,'','4b17d3d2c28d487d0a5de9c35d4fb94b','',NULL),(14819,'en','woocommerce','0287d0d81872049e21939852120e9670','Cannot create order: %s',NULL,NULL,'','LINE',NULL,10,'','884f7e08cd13692a39d29577eb314e6c','',NULL),(14820,'en','woocommerce','cdb032db2d267d3f85cc9a8d75d84c5d','Cannot set attributes due to invalid parent product.',NULL,NULL,'','LINE',NULL,10,'','c13e4f8d0b9186729039e7597dcf006f','',NULL),(14821,'en','woocommerce','bf4ebdccae94cd849ad4601c63f303c4','Cannot update coupon, try again.',NULL,NULL,'','LINE',NULL,10,'','b79252b539d60fe0ae62b4c083e6c22e','',NULL),(14822,'en','woocommerce','25b94a439cd7a5151330a36858b94a46','Cannot update fee, try again.',NULL,NULL,'','LINE',NULL,10,'','c5ed389faba53a8b7491b14336758936','',NULL),(14823,'en','woocommerce','fd6a4f855420cba0b4473cdce2b1bde1','Cannot update shipping method, try again.',NULL,NULL,'','LINE',NULL,10,'','844e0c9851701eab9bf0c0305c277e74','',NULL),(14824,'en','woocommerce','403ec7ac6864b855d6111ddb002d1051','Cantabria',NULL,NULL,'','LINE',NULL,10,'','1d8fed0fee472661293ec1d44dce0532','',NULL),(14825,'en','woocommerce','9db9dc7a7b17f6574f6f62d6c7f884e9','Cantemir',NULL,NULL,'','LINE',NULL,10,'','859b34d75c90959e0489a060d89ea07a','',NULL),(14826,'en','woocommerce','66cf6d100b89d6ceb033ace1b13f25d3','Canterbury',NULL,NULL,'','LINE',NULL,10,'','01071538347a73ce8af1d44f088ab0f8','',NULL),(14827,'en','woocommerce','d3a555e01f1e72fc98bbe5e63cd45d64','Canton',NULL,NULL,'','LINE',NULL,10,'','826b13871ba8b49ebaa614ca80cb2e70','',NULL),(14828,'en','woocommerce','82ec2cd6fda87713f588da75c3b1d0ed','Capabilities',NULL,NULL,'','LINE',NULL,10,'','4fccd8516a07757666a529b3b1151fcf','',NULL),(14829,'en','woocommerce','81975d05c61d8de83f46487739fd77cf','Cape Verde',NULL,NULL,'','LINE',NULL,10,'','79d15f341b373c92d5207288cbd3a136','',NULL),(14830,'en','woocommerce','db9fbe9f7dec844b584dca06781ad35d','Capiz',NULL,NULL,'','LINE',NULL,10,'','54e902f484294d96022fe2487f887ef0','',NULL),(14831,'en','woocommerce','44a50f07b4bdc57740901280f9eddaf5','Capture',NULL,NULL,'','LINE',NULL,10,'','575addbcd25c49cfcc7ee8e1e3e2bbea','',NULL),(14832,'en','woocommerce','56ad1524fbb219106edda6070786223a','Caraș-Severin',NULL,NULL,'','LINE',NULL,10,'','6fdda2ae7c7cbf9a3743ced74c8de166','',NULL),(14833,'en','woocommerce','51763cbc33d12f7cf0b7adfc241de8bd','Card code',NULL,NULL,'','LINE',NULL,10,'','ed37b09aef635e6a2c2ec701011fd18d','',NULL),(14834,'en','woocommerce','a44217022190f5734b2f72ba1e4f8a79','Card number',NULL,NULL,'','LINE',NULL,10,'','98f24e360257fb95f92783db4049d4d8','',NULL),(14835,'en','woocommerce','5e8c9f97b3b049b558a3c8ff84a11870','Carlow',NULL,NULL,'','LINE',NULL,10,'','09bbb992d6764bca8b39035ab1443ba1','',NULL),(14836,'en','woocommerce','a85eba4c6c699122b2bb1387ea4813ad','Cart',NULL,NULL,'','LINE',NULL,10,'','7d12daf1c374de7579698efd8bb5e70c','',NULL),(14837,'en','woocommerce','468a21d1076328f1b4cd946b72e2d5cd','Cart Page',NULL,NULL,'','LINE',NULL,10,'','f04ce803ad2d71044c8fed8ef62f766b','',NULL),(14838,'en','woocommerce','69984b62f42fb75686b8b00a6105121a','Cart totals',NULL,NULL,'','LINE',NULL,10,'','e3290aa7eb54c7a19b3729e6e128bb0c','',NULL),(14839,'en','woocommerce','cbf21b8d78631692a8de7125dd295b61','Cart updated.',NULL,NULL,'','LINE',NULL,10,'','d1f03e44507f65715c8000b9c547d741','',NULL),(14840,'en','woocommerce','8ae0bfe7124172ed1edea571b34dfdc4','Caserta',NULL,NULL,'','LINE',NULL,10,'','a6801718826515ff73b52fa8c8b72516','',NULL),(14841,'en','woocommerce','22d2c7f90dc862df71ac7aff95183fb2','Cash on delivery',NULL,NULL,'','LINE',NULL,10,'','fcaf507592c3cf29e06c483653a3f1c5','',NULL),(14842,'en','woocommerce','fc51dfce05757ce1b9db5f7b42c89d63','Castellón',NULL,NULL,'','LINE',NULL,10,'','1a82ec27b5333f98dc17bfff4a7a3884','',NULL),(14843,'en','woocommerce','c32516babc5b6c47eb8ce1bfc223253c','Catalog',NULL,NULL,'','LINE',NULL,10,'','0e019f91be2a48d217d0a6908e5d8eb0','',NULL),(14844,'en','woocommerce','5b5a3c618502532e53f8da3d6b70993c','Catalog & search',NULL,NULL,'','LINE',NULL,10,'','2abf0da5dcdbc7643385b02b4d458c76','',NULL),(14845,'en','woocommerce','259028ffea865603eeed70f5db95e59b','Catalog visibility.',NULL,NULL,'','LINE',NULL,10,'','d541cd112e1242273655cf29f2199eac','',NULL),(14846,'en','woocommerce','c65386194e52791eecb32b4087bcc1e2','Catalog visibility:',NULL,NULL,'','LINE',NULL,10,'','887a550c60b91e851bf2a6bab096dd2e','',NULL),(14847,'en','woocommerce','0e0ad069acb8317acbb92223b8aea816','Catamarca',NULL,NULL,'','LINE',NULL,10,'','4c8bfdb3ef0460a9a4d50baaa9b58176','',NULL),(14848,'en','woocommerce','4b4cfd41197640bf58cc052a53de980f','Catanduanes',NULL,NULL,'','LINE',NULL,10,'','0d547b2b8e2f093c420d8c0b25053284','',NULL),(14849,'en','woocommerce','557cafad824cf42623a4124c2eeb60f2','Catania',NULL,NULL,'','LINE',NULL,10,'','6f179f7526f9a78739d91445f2e789bb','',NULL),(14850,'en','woocommerce','80f61e1feedee493076a5e333b85b07f','Catanzaro',NULL,NULL,'','LINE',NULL,10,'','735e58c4f6e7060ddf2db0d43ae66cc8','',NULL),(14851,'en','woocommerce','e279577105b0410995d97ae49b5acdf2','Categories totals.',NULL,NULL,'','LINE',NULL,10,'','978b89f8f07e9e452f77a7a8e2d80791','',NULL),(14852,'en','woocommerce','685faea294e68de0776a59d46694a712','Category ID.',NULL,NULL,'','LINE',NULL,10,'','37b95361b224c2013e774230670ce0b5','',NULL),(14853,'en','woocommerce','93031cb611f9be83c1748d1bfea9743e','Category URL.',NULL,NULL,'','LINE',NULL,10,'','8c79572701d5e6aea62c93566c143252','',NULL),(14854,'en','woocommerce','fa6d300943acbff537245f06928984ad','Category archive display type.',NULL,NULL,'','LINE',NULL,10,'','bfaee5ff48f94795480a0830a869973d','',NULL),(14855,'en','woocommerce','47c2020568697db35e537dda74ffdbee','Category display',NULL,NULL,'','LINE',NULL,10,'','de75068a8a638de66638ea809630d325','',NULL),(14856,'en','woocommerce','e7b31e60d9fbd556faddcbc10aeeab36','Category name.',NULL,NULL,'','LINE',NULL,10,'','d8da3cdd4e64aca2748e8d0bde27986a','',NULL),(14857,'en','woocommerce','0edcea84d3e5aaf249058217429de004','Category order',NULL,NULL,'','LINE',NULL,10,'','b5f198d28c04bcbd00e15885b44d17d7','',NULL),(14858,'en','woocommerce','6d4cad64b397888b0577941056a79af4','Category search results updated.',NULL,NULL,'','LINE',NULL,10,'','94cd435f9caee1cd638645f73c4a1a64','',NULL),(14859,'en','woocommerce','798829dfb22fb9dcb0bf7f652f6cf5a6','Category slug.',NULL,NULL,'','LINE',NULL,10,'','3e31e13d2a3a440a810b25df8fe6f501','',NULL),(14860,'en','woocommerce','56a8a9eb05f9014da51a4f9b57322ac7','Category:',NULL,NULL,'','LINE',NULL,10,'','6ae4dcd550343fbb4f5056f6c8c1452b','',NULL),(14953,'en','woocommerce','8c38776925f7cf41c090646a43157024','Categories:',NULL,NULL,'','LINE',NULL,10,'','9003ac1d4686d98384e5b8e14e38bea4','',NULL),(14954,'en','woocommerce','2436f97a71f96862e35b7eb3a275a466','Cavan',NULL,NULL,'','LINE',NULL,10,'','413334d13fb62b9284f4e22e4e3a2caf','',NULL),(14955,'en','woocommerce','0b5264bf4fe22fc2fe2a593e47aac551','Cavite',NULL,NULL,'','LINE',NULL,10,'','14a4d395cc1aa35f19ac38b2d2008eb2','',NULL),(14956,'en','woocommerce','6802039d41676bdd09823704b0b9ba92','Cayman Islands',NULL,NULL,'','LINE',NULL,10,'','a1ca78b6bf23cf6f95ab712027d27f65','',NULL),(14957,'en','woocommerce','cb11decea328284cd5f625f3bbc775c4','Ceará',NULL,NULL,'','LINE',NULL,10,'','9fd46ff0e6edade4899c62f5e6271192','',NULL),(14958,'en','woocommerce','f393dc2e3ce2b863737e1679a436cc5e','Cebu',NULL,NULL,'','LINE',NULL,10,'','e97772d26a9e1844e224b84af10fc0e8','',NULL),(14959,'en','woocommerce','3040cc6624f5c309963dee141936b299','Centimeters',NULL,NULL,'','LINE',NULL,10,'','badb1b95c0f82f36fef7a6b4765b701b','',NULL),(14960,'en','woocommerce','4a8c79ddddd6109289084e80aa41cdf2','Central',NULL,NULL,'','LINE',NULL,10,'','be91e05701df850559420ac09e9bcbf8','',NULL),(14961,'en','woocommerce','aa293d284f52b08da5ba7fe7792fe9c3','Central African Republic',NULL,NULL,'','LINE',NULL,10,'','44c1afa28a34fd0cb7c76dbb5fb21530','',NULL),(14962,'en','woocommerce','b14c3890a187a7798035ac60d89b54f7','Ceuta',NULL,NULL,'','LINE',NULL,10,'','091402fb9aa96a7c277dc29a3c7fcc38','',NULL),(14963,'en','woocommerce','c57ab59aed3039b5acc9019a26983a31','Chachoengsao',NULL,NULL,'','LINE',NULL,10,'','fa081a3916e69c622de6f3a69b81fc69','',NULL),(14964,'en','woocommerce','ed6c45df1bca32f42d335440bba6650d','Chaco',NULL,NULL,'','LINE',NULL,10,'','bc598505ddbc862583800ea9496d0618','',NULL),(14965,'en','woocommerce','e03653dedd6f4e142f4aca131995964f','Chad',NULL,NULL,'','LINE',NULL,10,'','5f45633671b91bc648261ae0333a52c8','',NULL),(14966,'en','woocommerce','4ad14b8443abbd18d221dfb311f44d88','Chaharmahal and Bakhtiari (چهارمحال و بختیاری)',NULL,NULL,'','LINE',NULL,10,'','4ee9bf30ce585fff2110a1b27df68612','',NULL),(14967,'en','woocommerce','6c0b63900c08855b00b3b58d687c0e65','Chai Nat',NULL,NULL,'','LINE',NULL,10,'','b6adf5d9dc20363b2e221dc26dc50cd5','',NULL),(14968,'en','woocommerce','79313fcf3d2f2b926c108c41cbeef44f','Chaiyaphum',NULL,NULL,'','LINE',NULL,10,'','4be5dd7ae3d53271d2978a3284623db4','',NULL),(14969,'en','woocommerce','33d760dd178036b714669c2766cadf1b','Chandigarh',NULL,NULL,'','LINE',NULL,10,'','0ac166e26a418dc171d4def90dbad355','',NULL),(14970,'en','woocommerce','34325a09dbc1d2c60723ccf608c63681','Chandpur',NULL,NULL,'','LINE',NULL,10,'','33c5d436ac014e707167d300e2c870d4','',NULL),(14971,'en','woocommerce','b7cea4f6e8dd41e0cc16f0da290a71df','Change address',NULL,NULL,'','LINE',NULL,10,'','ed9580201e724af6594d41e977120168','',NULL),(14972,'en','woocommerce','b336ecea197e1ad5149cd873953dbf40','Change order status to completed',NULL,NULL,'','LINE',NULL,10,'','0e8d88523e8792733ec57baf8ab605a9','',NULL),(14973,'en','woocommerce','8a7ef6b6b5277800bf30f2053102131b','Change order status to on-hold',NULL,NULL,'','LINE',NULL,10,'','ff3a1db19c4d8d1412d13c483f108cb5','',NULL),(14974,'en','woocommerce','4e9fae1581aa575302cdb0593b969170','Change order status to processing',NULL,NULL,'','LINE',NULL,10,'','de6f5be99cdb9436873b8633903a9891','',NULL),(14975,'en','woocommerce','9bc9fe51a260bedc5b749ad0068dbff1','Change status to completed',NULL,NULL,'','LINE',NULL,10,'','363b5dc23e4a266776e4b8caea6d82bb','',NULL),(14976,'en','woocommerce','970002007189cb6925bf95fc2a03d049','Change status to on-hold',NULL,NULL,'','LINE',NULL,10,'','178ab6e72f6c4722d0d57ba4f0e098c8','',NULL),(14977,'en','woocommerce','12956c9f5564d5a10460edd86c0fbadd','Change status to processing',NULL,NULL,'','LINE',NULL,10,'','27076581a89c547a99cc2a02c8ea110a','',NULL),(14978,'en','woocommerce','a396114e25b38efa01ac2323a8e2ee90','Change status: ',NULL,NULL,'','LINE',NULL,10,'','3b58e6607db873cd015e9aa9addb7b5a','',NULL),(14979,'en','woocommerce','eeed3d6edfb3e190fe1b9814dbf686c0','Change to:',NULL,NULL,'','LINE',NULL,10,'','fad7346a3fb706ec8cf29ea0ea1fa727','',NULL),(14980,'en','woocommerce','f81c685090fdde424cf1eb3e75c90559','Chanthaburi',NULL,NULL,'','LINE',NULL,10,'','7337c0f25ef31dd7704bc03de24677cb','',NULL),(14981,'en','woocommerce','3a72556b9d6afe0c5fe874ffd1905140','Chattogram',NULL,NULL,'','LINE',NULL,10,'','d8314c68fdcedc7b13edaba44c4a5bfa','',NULL),(14982,'en','woocommerce','4e8de2a771f62bf2b02848bcce5e2aec','Check at least two items below to compare',NULL,NULL,'','LINE',NULL,10,'','c75d70cf6aa48a2b1085cacb6ceb7730','',NULL),(14983,'en','woocommerce','d698e777b19f6f487ae0490950174fde','Awaiting check payment',NULL,NULL,'','LINE',NULL,10,'Check payment method','5e89933e022608641308800eaf8bac1b','',NULL),(14984,'en','woocommerce','bc26e8782a8f3f2af288e917437ec876','Check payments',NULL,NULL,'','LINE',NULL,10,'Check payment method','294038f3a2ee281f708adb1be238af57','',NULL),(14985,'en','woocommerce','9b22a13bcfbb9c88e910d6c0512ccf21','Check the \"Virtual\" box if this is a non-physical item, for example a service, which does not need shipping.',NULL,NULL,'','LINE',NULL,10,'','b215f7a3dada8b45c4b7e6e424d21303','',NULL),(14986,'en','woocommerce','bc92f27e7170af83bef64d4c0734c417','Check this box if the coupon cannot be used in conjunction with other coupons.',NULL,NULL,'','LINE',NULL,10,'','4a29ccb621da5e298f1f88daa0171168','',NULL),(14987,'en','woocommerce','319e6ffeff70acacff9f2c474d0fda3f','Check this box if the coupon grants free shipping. A <a href=\"%s\" target=\"_blank\">free shipping method</a> must be enabled in your shipping zone and be set to require \"a valid free shipping coupon\" (see the \"Free Shipping Requires\" setting).',NULL,NULL,'','LINE',NULL,10,'','7e775523891a7bc447b24861af0087cf','',NULL),(14988,'en','woocommerce','71b0607efd7a407141ac587ec53a38d0','Check this box if the coupon should not apply to items on sale. Per-item coupons will only work if the item is not on sale. Per-cart coupons will only work if there are items in the cart that are not on sale.',NULL,NULL,'','LINE',NULL,10,'','66dfc404d2d3250d5110372d0258819f','',NULL),(14989,'en','woocommerce','6ff063fbc860a79759a7369ac32cee22','Checkout',NULL,NULL,'','LINE',NULL,10,'','c0159734a1eb796059627e99b6183c02','',NULL),(14990,'en','woocommerce','2a2d5fc32f72dd7e5c3464c670fee48d','Checkout Page',NULL,NULL,'','LINE',NULL,10,'','f2c33eee754d98cbcd240158701793d0','',NULL),(14991,'en','woocommerce','7f08faef0d51e320f24cabc2a9891a8f','Checkout is not available whilst your cart is empty.',NULL,NULL,'','LINE',NULL,10,'','fb75bb46156df5110adcee50e0b1d1c3','',NULL),(14992,'en','woocommerce','98a0215e7384c0045229405845a76921','Chhattisgarh',NULL,NULL,'','LINE',NULL,10,'','f6b6b64014c4ca7cfb87b878cf3b6814','',NULL),(14993,'en','woocommerce','dce2ce0c3013ef0318b23990d7e30f94','Chișinău',NULL,NULL,'','LINE',NULL,10,'','5f5ba98ce7555ee2e80807b3fd6b6a11','',NULL),(14994,'en','woocommerce','57e94893120121f19fa688c7b1f02df2','Chiang Mai',NULL,NULL,'','LINE',NULL,10,'','1272628511cf1178aabe86aa511f9632','',NULL),(14995,'en','woocommerce','272b640a473efcd009bb46ffb68b2e8c','Chiang Rai',NULL,NULL,'','LINE',NULL,10,'','a57740f75a0f0e8225c4946932a199db','',NULL),(14996,'en','woocommerce','12a589f52f7b5ea4bb4b4d9fadb98d10','Chiapas',NULL,NULL,'','LINE',NULL,10,'','2f1e472a1e17f443e9e4dc0ed21d1230','',NULL),(14997,'en','woocommerce','4389869b3989f0097dc92e0afecd2e94','Chiba',NULL,NULL,'','LINE',NULL,10,'','9eaabb07ff6364a8d5025b83d951a84d','',NULL),(14998,'en','woocommerce','b6fdb3dd617e42cf08dc272a58ab5eff','Chieti',NULL,NULL,'','LINE',NULL,10,'','0fe882bb732af7dd11b729ca6a9b0723','',NULL),(14999,'en','woocommerce','4ab02eb42d91b8e97216863c820a553b','Chihuahua',NULL,NULL,'','LINE',NULL,10,'','cd2732f9343e8cc19db37027f9351f82','',NULL),(15000,'en','woocommerce','b515f386bf3050a7268ebd84374a54de','Child theme',NULL,NULL,'','LINE',NULL,10,'','6a2d59de3bf30199bed6cf2207ebf2f9','',NULL),(15001,'en','woocommerce','2e6507f70a9cc26fb50f5fd82a83c7ef','Chile',NULL,NULL,'','LINE',NULL,10,'','0b3a5229d3b0d9a295aa36ede3afbd8d','',NULL),(15002,'en','woocommerce','ae54a5c026f31ada088992587d92cb3a','China',NULL,NULL,'','LINE',NULL,10,'','1bc04cdb1a6e038ef11698fa589f341c','',NULL),(15003,'en','woocommerce','71901b5754186e51cb84eb62bc48cf9c','Chonburi',NULL,NULL,'','LINE',NULL,10,'','2f8c402b74e0d86de563736a3de1f5ff','',NULL),(15004,'en','woocommerce','cf693e2d4a2199a475f6761b432eea3c','Chongqing / 重庆',NULL,NULL,'','LINE',NULL,10,'','9d1e5ebfe0399ea29f60de3987fb357f','',NULL),(15005,'en','woocommerce','70d3f62964b1dfc5dc70412a83a47ebf','Choose a CSV file from your computer:',NULL,NULL,'','LINE',NULL,10,'','d7d2c5b12fd535f27d394ed9305466f6','',NULL),(15006,'en','woocommerce','f74040cb62cbbe9a2d5bebe778950807','Choose a category to view stats',NULL,NULL,'','LINE',NULL,10,'','84bfb2af5d4572a971cc49213fa55fa2','',NULL),(15007,'en','woocommerce','1f133c193400fcc58f7a6ed1be9d5581','Choose a country…',NULL,NULL,'','LINE',NULL,10,'','db68e200d3b2317304d04741c848967b','',NULL),(15008,'en','woocommerce','d22c17d997411c1553141bb9911a805e','Choose a currency…',NULL,NULL,'','LINE',NULL,10,'','51e53721c499325eb4c1f07c2cc45139','',NULL),(15009,'en','woocommerce','fc934f8aba2ac859133dfb0b5c7428e9','Choose a date',NULL,NULL,'','LINE',NULL,10,'','7c27f53c1b0e33a21142110590ffcf05','',NULL),(15010,'en','woocommerce','5baa9ea714f548dd8aa0c268b2d6851f','Choose a file from your computer:',NULL,NULL,'','LINE',NULL,10,'','2206145af20682fefee5ff82deb48e29','',NULL),(15011,'en','woocommerce','24ecc6e682f7dd8068c4d4758383b16f','Choose a priority for this tax rate. Only 1 matching rate per priority will be used. To define multiple tax rates for a single area you need to specify a different priority per rate.',NULL,NULL,'','LINE',NULL,10,'','3081575a6586c805a0593f0e8ba776e3','',NULL),(15012,'en','woocommerce','d2ee683be8f2c109601b8bcf7623c6e4','Choose a product to view stats',NULL,NULL,'','LINE',NULL,10,'','a86952c559775854a71ec141f83f5d4f','',NULL),(15013,'en','woocommerce','1e527a5c54e2aa61bfdadf1e72aeb45e','Choose a state…',NULL,NULL,'','LINE',NULL,10,'','7256666936ed4d5e56ed0c6bd611333f','',NULL),(15014,'en','woocommerce','eda799231f1ca06c8f7c0e73d4df0aed','Choose a tax class for this product. Tax classes are used to apply different tax rates specific to certain types of product.',NULL,NULL,'','LINE',NULL,10,'','5f6938d7775b15010f3805b47fac342d','',NULL),(15015,'en','woocommerce','eafed5888afe8b8baf2fcdd681cf3ffe','Choose a type for this product. Simple is suitable for most physical goods and services (we recommend setting up a simple product for now).',NULL,NULL,'','LINE',NULL,10,'','e2d9d231bff89a924057dd3ce4522da6','',NULL),(15016,'en','woocommerce','bc3b01118f05736fe4c3503d14970832','Choose an action...',NULL,NULL,'','LINE',NULL,10,'','9cdaf52660eb2cb7cddac78fb2e62582','',NULL),(15017,'en','woocommerce','7cd243b246d2b3d014b94ff9b5d8db9e','Choose an image',NULL,NULL,'','LINE',NULL,10,'','1471ab193dcb4cada831cd7fd060998d','',NULL),(15018,'en','woocommerce','e26eee82f3164e729a78542a7219eecf','Choose an option',NULL,NULL,'','LINE',NULL,10,'','37f50815c933b393a96fb64c05d015f8','',NULL),(15019,'en','woocommerce','9bfa6512813edbc6dff36b9c3c1c6c60','Choose countries…',NULL,NULL,'','LINE',NULL,10,'','f855577c27fd56154822892bc7405d5a','',NULL),(15020,'en','woocommerce','59519fa6ff4b31c93cdc53c5abddc603','Choose coupons…',NULL,NULL,'','LINE',NULL,10,'','33e8d707d8589b7be24b6fcee8a1efa0','',NULL),(15021,'en','woocommerce','cbe55e77ffa67d13322eb1ce7d22f1ba','Choose file',NULL,NULL,'','LINE',NULL,10,'','9390502863fe8524b5ba34732e2bf85b','',NULL),(15022,'en','woocommerce','4f96e731a8372d782c7b2d5316deed68','Choose product type',NULL,NULL,'','LINE',NULL,10,'','6a6933bbe37d4b061399686ed59ac6e5','',NULL),(15023,'en','woocommerce','2ca379dcee1c5336c6459aabb68c76d4','Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries. <a href=\"%s\" target=\"_blank\">Learn more about Klarna</a>.',NULL,NULL,'','LINE',NULL,10,'','a178474d0b85135ede36b16e8e4095b9','',NULL),(15024,'en','woocommerce','63e3c06b1f31b2fab7a200ca9a5b7923','Choose the shipping method you wish to add. Only shipping methods which support zones are listed.',NULL,NULL,'','LINE',NULL,10,'','c0efc1e31545ec7d8b9a473d424278d1','',NULL),(15025,'en','woocommerce','391cc3dfd6fb812511837b3b4b344c18','Choose to apply any or all filters',NULL,NULL,'','LINE',NULL,10,'','43c4d45d0490e36bd43380fa62793d64','',NULL),(15026,'en','woocommerce','4e64606dc34b1fbc2074885a34e27c1e','Choose what to display on product category pages.',NULL,NULL,'','LINE',NULL,10,'','1b6637bd6913ceb8b0874123dec3a570','',NULL),(15027,'en','woocommerce','e6888024b4b9e038bb6920365f0e3ae6','Choose what to display on the main shop page.',NULL,NULL,'','LINE',NULL,10,'','b7f5e78ca6a4aede3fab49b60f23ca2a','',NULL),(15028,'en','woocommerce','efd4d8c8f4c69f901e2f136f60f85e46','Choose whether or not this is a compound rate. Compound tax rates are applied on top of other tax rates.',NULL,NULL,'','LINE',NULL,10,'','469a233aad3da75c7d6b2a3d519c20e8','',NULL),(15029,'en','woocommerce','f2b2f438113f6ae1a265336da1418a7e','Choose whether or not this tax rate also gets applied to shipping.',NULL,NULL,'','LINE',NULL,10,'','cf3d56c31679de6a1f820a7dafedc935','',NULL),(15030,'en','woocommerce','11a90ff6ec3b6706aa04e6e9ee863978','Choose whether you wish to capture funds immediately or authorize payment only.',NULL,NULL,'','LINE',NULL,10,'','4effbee6c09a1116ea7da08143a6d8f9','',NULL),(15031,'en','woocommerce','ac923c48985bc95555977d1bde2da7cc','Choose which format of email to send.',NULL,NULL,'','LINE',NULL,10,'','5f80c13ff549bb2c630d1e653b31f878','',NULL),(15032,'en','woocommerce','4384f2c597eb36f66cd9a4b7fb8199ec','Choose which values to display',NULL,NULL,'','LINE',NULL,10,'','194d565621010de1bcc263e210a5ee0b','',NULL),(15033,'en','woocommerce','1c5112b81b010632b5848ed68cae206d','Christmas Island',NULL,NULL,'','LINE',NULL,10,'','ea237eb6184d7f7039dd58bff7527f9d','',NULL),(15034,'en','woocommerce','c5379994807979cd82f1085d785b0ff0','Chuadanga',NULL,NULL,'','LINE',NULL,10,'','a770ffcafb11737a59b3c70b9a31f033','',NULL),(15035,'en','woocommerce','2d744eaa43b24a087436134451911672','Chubut',NULL,NULL,'','LINE',NULL,10,'','360a5c89ef07a6060107d730cd87e048','',NULL),(15036,'en','woocommerce','1de1d24b80dd73847dc5fc077c08457e','Chumphon',NULL,NULL,'','LINE',NULL,10,'','11434b4f82055f9827f9e23aa5ad115c','',NULL),(15037,'en','woocommerce','2fac2e86bdafc18acb5d07765591acde','Chuquisaca',NULL,NULL,'','LINE',NULL,10,'','29e651eff917394f0faff98cd3944c8e','',NULL),(15038,'en','woocommerce','379527d2a36ea5e5c106dd9f8dc53b27','Cimișlia',NULL,NULL,'','LINE',NULL,10,'','ee702653bf3e971f1177fb0de962960f','',NULL),(15039,'en','woocommerce','9960d86bd14e0908525ff4d21091b59f','Cities for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all cities.',NULL,NULL,'','LINE',NULL,10,'','c70cfebbd8011779b8658d208e7f0a22','',NULL),(15040,'en','woocommerce','d7f417fcabbb4717f7c28894b61796f8','City name.',NULL,NULL,'','LINE',NULL,10,'','defab4afd305317630b97f91dfb97c96','',NULL),(15041,'en','woocommerce','cd46368d78f287b0d02e479f028cf234','Ciudad Autónoma de Buenos Aires',NULL,NULL,'','LINE',NULL,10,'','ebf1f4589b0a5635ef41bef013b6d68d','',NULL),(15042,'en','woocommerce','847b9a6e742d77770d3296d2cb7b837f','Ciudad Real',NULL,NULL,'','LINE',NULL,10,'','6fa02c4534e4f5756648b6593133d5da','',NULL),(15043,'en','woocommerce','873baa3986ce45b369a88ffe92881c98','Ciudad de México',NULL,NULL,'','LINE',NULL,10,'','50d600b9f8d8fe2608e41bf07f4e0a90','',NULL),(15044,'en','woocommerce','b64e15c98c5d91591b74be466e91136b','Claim ID',NULL,NULL,'','LINE',NULL,10,'','9d6b524977db58fa4f1a4553e22f8385','',NULL),(15045,'en','woocommerce','4da3d7c5cdacb12a24c77592ff3d6f05','Clare',NULL,NULL,'','LINE',NULL,10,'','2eb5fc61b4b92e646d76b3c347f2d488','',NULL),(15046,'en','woocommerce','ba007e7412a4a308cb64996ff53a772d','Clean up download permissions',NULL,NULL,'','LINE',NULL,10,'','35f17e1926c80054cab2a3755010a8b2','',NULL),(15047,'en','woocommerce','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'','LINE',NULL,10,'','b2639a798eb8c311b83cac54020965da','',NULL),(15048,'en','woocommerce','cca8070af55211d67f1baa08472ff99a','Clear Date',NULL,NULL,'','LINE',NULL,10,'','d82542ee691e101b32813da5faaef4b5','',NULL),(15049,'en','woocommerce','4804bedd72054cb8dbf5a3522952fe50','Clear Dates',NULL,NULL,'','LINE',NULL,10,'','b4f8035b0b96d6f0ae8a372f91517e38','',NULL),(15050,'en','woocommerce','81aa2078d1eceede831b2976dbf32e62','Clear all',NULL,NULL,'','LINE',NULL,10,'','494083493ed7e5361077fbb8220bd8ba','',NULL),(15051,'en','woocommerce','cfc6394877db7aadf8eb04ab0017c681','Clear all filters',NULL,NULL,'','LINE',NULL,10,'','d63456d84ea014b0086963fe14a5feaf','',NULL),(15052,'en','woocommerce','5e649578ae664b1919a68cd0d1a3c5b4','Clear all product attributes',NULL,NULL,'','LINE',NULL,10,'','9c1f9a5e39df5fec19fcb5c22536b70c','',NULL),(15053,'en','woocommerce','ad1dd18d9c51079e1c88043096ffc99e','Clear all product categories',NULL,NULL,'','LINE',NULL,10,'','16e36c421d397951f07adea1aaf3656f','',NULL),(15054,'en','woocommerce','f3e67cd8285c680dac1e935db060a517','Clear all product tags',NULL,NULL,'','LINE',NULL,10,'','f4b37b5c9278f2620e52b3e9f56d13e4','',NULL),(15055,'en','woocommerce','eb2cc785f7d890531a80438be8390e9c','Clear all products',NULL,NULL,'','LINE',NULL,10,'','8b873487717a409988425c24705c9063','',NULL),(15056,'en','woocommerce','863f1cff331228adf0a6d370582ee580','Clear all selected items',NULL,NULL,'','LINE',NULL,10,'','e731eee06dae16905694032cfabc220d','',NULL),(15057,'en','woocommerce','f965f6de0be5a1c9b5196ecb33a8c54d','Clear customer sessions',NULL,NULL,'','LINE',NULL,10,'','075bf770fbb49ec5ce81bde0797b7d54','',NULL),(15058,'en','woocommerce','5c8c0e1b4d9276478b117de0440ed0a2','Clear transients',NULL,NULL,'','LINE',NULL,10,'','36b032f4ed8f88f004130d4c33f30d99','',NULL),(15059,'en','woocommerce','0f3ae7b23abffd0b07ae4167cd9ad3df','Click here to enter your code',NULL,NULL,'','LINE',NULL,10,'','069528ac446d4bf1dfae7ba0315db478','',NULL),(15060,'en','woocommerce','260dec0131c4f637a69580b6bd3df850','Click here to login',NULL,NULL,'','LINE',NULL,10,'','763b2e8a10bdbc2415743ecb7430bca2','',NULL),(15061,'en','woocommerce','f007e26d5cfa456551c270f3944da262','Click here to reset your password',NULL,NULL,'','LINE',NULL,10,'','02b5a136acee5e54c31d94873c7efb22','',NULL),(15062,'en','woocommerce','2f0288cf885faa6831539259b6a9a949','Click to toggle',NULL,NULL,'','LINE',NULL,10,'','c65986d9386bec0410995d64f3623b8d','',NULL),(15063,'en','woocommerce','9a31b99b535d876abd567f9bf02237e8','Cloning is forbidden.',NULL,NULL,'','LINE',NULL,10,'','fc31d8a39f934db7dde70eb554772b65','',NULL),(15064,'en','woocommerce','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,10,'','c3b9c3b3f66c3fa02a08b7233761d413','',NULL),(15065,'en','woocommerce','7a725a0bb8de25de4a4099f8e2810530','Close (Esc)',NULL,NULL,'','LINE',NULL,10,'','ba5829890a9bd8bf299c22825816f32e','',NULL),(15066,'en','woocommerce','a7da2b7b0ab47a43ea1f83549b4436ee','Close modal panel',NULL,NULL,'','LINE',NULL,10,'','cca8e63ffacaa1565430d049e7bd1dfb','',NULL),(15067,'en','woocommerce','4478d84e229675d2d06f39076533bcd5','Cluj',NULL,NULL,'','LINE',NULL,10,'','5a65b266769063771bbfb5cf946c7dd7','',NULL),(15068,'en','woocommerce','ff3cc8e5735615d6301e95bc096c8076','Coahuila',NULL,NULL,'','LINE',NULL,10,'','68dc3f85f0e90df34d9837c1b796eb8c','',NULL),(15069,'en','woocommerce','44f027304a424f444963d27ad46da394','Coast',NULL,NULL,'','LINE',NULL,10,'','1888525c940a6a6fbc6c4b677d85cf5a','',NULL),(15070,'en','woocommerce','cb81540bd7218706ba4c14b6660274b2','Cochabamba',NULL,NULL,'','LINE',NULL,10,'','2cba94c6da62ae0d7c18c22b31b0bf32','',NULL),(15071,'en','woocommerce','0c090e413a36e797b0a6f837b56e04ed','Cocos (Keeling) Islands',NULL,NULL,'','LINE',NULL,10,'','d442339e19fe0bcb3eba78b5b93eb0dc','',NULL),(15072,'en','woocommerce','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'','LINE',NULL,10,'','3c9548af4decf7f078d4f770b13cda54','',NULL),(15073,'en','woocommerce','c35bc2fe8169c0ebd755ba7fee03c69d','Colima',NULL,NULL,'','LINE',NULL,10,'','1c87c9bb532377991344a2f663d27d75','',NULL),(15074,'en','woocommerce','fb4049fbf1557a2cc9c31622f14ba5e6','Collect payments from customers offline.',NULL,NULL,'','LINE',NULL,10,'','a2e0fe7f0c69a05c3dcf03fbcd00301b','',NULL),(15075,'en','woocommerce','ef3388cc5659bccb742fb8af762f1bfd','Colombia',NULL,NULL,'','LINE',NULL,10,'','733748397307325df453a42051ed07f3','',NULL),(15076,'en','woocommerce','15e49475e42539feed93fc5cce25d3cb','Colorado',NULL,NULL,'','LINE',NULL,10,'','37af2a5d5564ff326bb8505625c0e6c9','',NULL),(15077,'en','woocommerce','8a6415cf7a9da3f8afe213b8f56de67c','Column mapping',NULL,NULL,'','LINE',NULL,10,'','c3af202aab7ebd39f4515d61b0125c07','',NULL),(15078,'en','woocommerce','710b83fcac12967268bc99b5bab9a093','Column name',NULL,NULL,'','LINE',NULL,10,'','c521a22e97f742e7cabc95aa7d0c2d3f','',NULL),(15079,'en','woocommerce','168b82d33f8073018c50a4f658a02559','Columns',NULL,NULL,'','LINE',NULL,10,'','28a025c11f81749d5581e46d2b47c471','',NULL),(15080,'en','woocommerce','2955eeda289fa0d47069613375ca6253','Columns:',NULL,NULL,'','LINE',NULL,10,'','5d6b5fff20aec7d23f1f2ac1f34aca75','',NULL),(15081,'en','woocommerce','638f2dc777f64ffabcb68f4f6ab17abc','about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www',NULL,NULL,'','LINE',NULL,10,'Comma-separated list of search stopwords in your language','4150644788804650fe1c40f85a94fcfe','',NULL),(15082,'en','woocommerce','d9586815d147c57aa58562fde3cf6f97','Community forum',NULL,NULL,'','LINE',NULL,10,'','f8dc5b5cb71e6060d1440984277cb28f','',NULL),(15083,'en','woocommerce','b2114cc02aeee3cd3f80a773ca6597de','Como',NULL,NULL,'','LINE',NULL,10,'','8caa97b6f9fa7bc62a9a1f669061ab6c','',NULL),(15084,'en','woocommerce','4234d1794dd33c1b6ed975eab5148040','Comoros',NULL,NULL,'','LINE',NULL,10,'','fbbe05f5fecb1a30dcc2f0651b8e5fe9','',NULL),(15085,'en','woocommerce','1c76cbfe21c6f44c1d1e59d54f3e4420','Company',NULL,NULL,'','LINE',NULL,10,'','8db824a788a837478da86d08a5d91c36','',NULL),(15086,'en','woocommerce','c281f92b77ba329f692077d23636f5c9','Company name',NULL,NULL,'','LINE',NULL,10,'','4d3b3352b056b42b88e3c187e157d5a3','',NULL),(15087,'en','woocommerce','99c176f10a956b76a3e7a74d76285946','Company name.',NULL,NULL,'','LINE',NULL,10,'','4c588e0285adaf4a3455ff5d81e77b77','',NULL),(15088,'en','woocommerce','7eece51cf3938103677db7a5051ef8f5','Compare',NULL,NULL,'','LINE',NULL,10,'','bb538f2ed755116c55367a1f54033677','',NULL),(15089,'en','woocommerce','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,10,'','1d624cf5ceeb10ff92301217768cec83','',NULL),(15090,'en','woocommerce','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,10,'','4d84c5bc4a96c97de101baf6f3d669e3','',NULL),(15091,'en','woocommerce','00ea20d3091232a3469faa6dde3e60a2','Completed <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','ffda64c6c593685fc5f4e36e4ee3f425','',NULL),(15092,'en','woocommerce','94851b915c6b835f0b73f0955843e822','Completed order',NULL,NULL,'','LINE',NULL,10,'','c34376e990b2d2a11715cd508cad2547','',NULL),(15093,'en','woocommerce','dc2da5d6a9b8ef85a6a0d7b3fe3749c0','Completed processing action %s with hook: %s',NULL,NULL,'','LINE',NULL,10,'','ef958d9bcc2df46d0dec2e379b20cf84','',NULL),(15094,'en','woocommerce','505defb2ea718a849899d5349f688d75','Completed product image regeneration job.',NULL,NULL,'','LINE',NULL,10,'','ffd9d30645adeefa9f426d56fa17a247','',NULL),(15095,'en','woocommerce','df6f6834222d44214eb709fefa5debde','Comply with any legal obligations we have, such as calculating taxes',NULL,NULL,'','LINE',NULL,10,'','979a7a444a5a58a5590f60389b89b783','',NULL),(15096,'en','woocommerce','f574a471c0cf50ebd814ef6e7bd5aefb','Compostela Valley',NULL,NULL,'','LINE',NULL,10,'','0ff86eac29d4426e3723358ccae75f27','',NULL),(15097,'en','woocommerce','26154ea007c65f860de5333a555a56cf','Compound',NULL,NULL,'','LINE',NULL,10,'','6a79a5623fe182eff62d9fcd40393a3d','',NULL),(15098,'en','woocommerce','5684c5499ee67a26a7ed39126511bd49','Concepción',NULL,NULL,'','LINE',NULL,10,'','38bac37b958710108a19acf3d0974afe','',NULL),(15099,'en','woocommerce','958de9872dfd11af880b73c42a338bb6','Configure terms',NULL,NULL,'','LINE',NULL,10,'','e9c51a28e5332cbeaf712b8ccfa2304a','',NULL),(15100,'en','woocommerce','e4968818791f90e859f39f4c4c06d133','Confirm navigation',NULL,NULL,'','LINE',NULL,10,'','2962183b8da80c0189a81471abdf1237','',NULL),(15101,'en','woocommerce','6ab96a5df54aa6aae2bab9ea75ab76c9','Confirm new password',NULL,NULL,'','LINE',NULL,10,'','01e555203603f6b4f6017b039e5cb109','',NULL),(15102,'en','woocommerce','5e21b9295c6bc71c78a9db347b4026eb','Congo (Brazzaville)',NULL,NULL,'','LINE',NULL,10,'','ffbf2a69efa05a3dfd5e00b82989a529','',NULL),(15103,'en','woocommerce','3b181922828984383430109cb2018d7c','Congo (Kinshasa)',NULL,NULL,'','LINE',NULL,10,'','4c12e267d6dd820d436f2dcf6fd770cc','',NULL),(15104,'en','woocommerce','197cedca5b72d82c7ed7c35e820d1679','Congratulations on the sale.',NULL,NULL,'','LINE',NULL,10,'','220cb1cadc275365ad2db30e1de1703a','',NULL),(15105,'en','woocommerce','49ab28040dfa07f53544970c6d147e1e','Connect',NULL,NULL,'','LINE',NULL,10,'','4e67e741aae11f053c20871253a2b23d','',NULL),(15106,'en','woocommerce','42ad3dc983dc956d668586c2243869e2','Connect your store to Jetpack',NULL,NULL,'','LINE',NULL,10,'','6821262aadfc68f5198fdcf92eeebd81','',NULL),(15107,'en','woocommerce','8747d00f3fc169c52329a6b55d0edce4','Connect your store to Jetpack to enable extra features',NULL,NULL,'','LINE',NULL,10,'','0afeb02a1957bee49cbbfd3a2be5e2ef','',NULL),(15108,'en','woocommerce','107903f3b52ae5df4784e879f4083a62','Connect your store to activate WooCommerce Services',NULL,NULL,'','LINE',NULL,10,'','be7388a5663357833e9fbe2750da2d95','',NULL),(15109,'en','woocommerce','6fbe491df9c34faf993f543a5bae4d80','Connected to WooCommerce.com',NULL,NULL,'','LINE',NULL,10,'','86caec6460c1e813fddccbe4b8b6f394','',NULL),(15110,'en','woocommerce','f7529880ccaf91ff331809e9fe98f883','Connecticut',NULL,NULL,'','LINE',NULL,10,'','e0ab32894475d9bdd52cd5a964c8c255','',NULL),(15111,'en','woocommerce','30eba3f3892387f13a4b5707e0663e28','Constanța',NULL,NULL,'','LINE',NULL,10,'','4dca9c8fde1e6163c86496ab886eb0d1','',NULL),(15112,'en','woocommerce','d3ad0093c5b5a105022790ab2df0bff4','Consumer Secret is invalid.',NULL,NULL,'','LINE',NULL,10,'','5946905af4490119b6b5efb3c6e9d3a1','',NULL),(15113,'en','woocommerce','9e144036ea16442eb4d5af7c398e2bb1','Consumer key',NULL,NULL,'','LINE',NULL,10,'','80e9d47da74fd0f4ff1a389562863513','',NULL),(15114,'en','woocommerce','26afd1bde2a4470370df22d0a36267b5','Consumer key ending in',NULL,NULL,'','LINE',NULL,10,'','1fabb614e24ba7bcf33158d9c0b0a9f6','',NULL),(15115,'en','woocommerce','3349786e535e417eed4af306437312c7','Consumer key is invalid.',NULL,NULL,'','LINE',NULL,10,'','03882cd57a4d7d390f033155708d67b5','',NULL),(15116,'en','woocommerce','a71b012f3195b7c8bc20719a8f56c31c','Consumer key is missing.',NULL,NULL,'','LINE',NULL,10,'','ea434923bbf3e457ac88da9e253cb572','',NULL),(15117,'en','woocommerce','2886700565b515b063a4bdb07dffa017','Consumer secret',NULL,NULL,'','LINE',NULL,10,'','392f87b5871ff035eef56227cdf39a37','',NULL),(15118,'en','woocommerce','df53b4dc147adac0ceef2764fb12258f','Consumer secret is invalid.',NULL,NULL,'','LINE',NULL,10,'','c1dec880c5add8c51760edb8463eaca5','',NULL),(15119,'en','woocommerce','f4c3e217b1e1f1c4cbe48574d9016998','Consumer secret is missing.',NULL,NULL,'','LINE',NULL,10,'','4dea686a459ec357cc29bb236a77b569','',NULL),(15120,'en','woocommerce','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'','LINE',NULL,10,'','7f943a3d04c0d503038c37bd9d4d9466','',NULL),(15121,'en','woocommerce','266ba14af58a3dfa4b9e1c90a8879dfb','Content type',NULL,NULL,'','LINE',NULL,10,'','d40d57b595efd326009c10045dcc6e71','',NULL),(15122,'en','woocommerce','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,10,'','193a90e0fd21580ce793166e3007509a','',NULL),(15123,'en','woocommerce','300225ee958b6350abc51805dab83c24','Continue shopping',NULL,NULL,'','LINE',NULL,10,'','e175f72549597a9a52247e0e9698deec','',NULL),(15124,'en','woocommerce','915d49116e84724b225b1d173b4bc3a2','Continue with Jetpack',NULL,NULL,'','LINE',NULL,10,'','b4023f2fc47ad890958327f5caddf09a','',NULL),(15125,'en','woocommerce','3320122aa1eb68af985b39c59eb3f1af','Continue with WooCommerce Services',NULL,NULL,'','LINE',NULL,10,'','ca3176dfb4623d009a027ba7d2538c66','',NULL),(15126,'en','woocommerce','ae47e7b37b1585477dab8df87dad15fd','Controls the stock status of the product.',NULL,NULL,'','LINE',NULL,10,'','120b4fc6b07717f3e54f985a5ebead73','',NULL),(15127,'en','woocommerce','f76535571f5940ba46ea974256353d6c','Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.',NULL,NULL,'','LINE',NULL,10,'','aa2500da3f4f79bfc96b65ccd919d06e','',NULL),(15128,'en','woocommerce','792ebfc2624e12a538a98a6fadb6f7ab','Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.',NULL,NULL,'','LINE',NULL,10,'','8395194e65ce55b79b908f7b1dcc2a80','',NULL),(15129,'en','woocommerce','4cddaf95370d849a891c1c6eb5c63243','Cook Islands',NULL,NULL,'','LINE',NULL,10,'','92cfafa6cfb6beb25954bf97e99ce840','',NULL),(15130,'en','woocommerce','6d6db52799620de23c1e87d00abde8c4','Copied!',NULL,NULL,'','LINE',NULL,10,'','bc7d9cd1434178e862e179937bf5ae62','',NULL),(15131,'en','woocommerce','9d154320a09518a8be438ea453d2b950','Copperbelt',NULL,NULL,'','LINE',NULL,10,'','8edca28d7ec970c92338964d84fd9808','',NULL),(15132,'en','woocommerce','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,10,'','ab7b93b2505c696fa03afa358cf3f8b5','',NULL),(15133,'en','woocommerce','7cc829fb2310bb2de094ce02c862e837','Copy billing address',NULL,NULL,'','LINE',NULL,10,'','550e58cd4d6c780b5078057c643e8348','',NULL),(15134,'en','woocommerce','d3739aa9c86bd6ff499d61009ac4b956','Copy billing information to shipping information? This will remove any currently entered shipping information.',NULL,NULL,'','LINE',NULL,10,'','68df7544e26e9cf908019b591b71c1b7','',NULL),(15135,'en','woocommerce','6003e01a3cf0a4aede124921a3c12e6d','Copy file to theme',NULL,NULL,'','LINE',NULL,10,'','50317d5bc7b9a4ac110fd2931ccce70e','',NULL),(15136,'en','woocommerce','0cebe5aaffa51d07df219d195e33213e','Copy for support',NULL,NULL,'','LINE',NULL,10,'','ebdee1f247e37b1e2fd86524a247fe7f','',NULL),(15137,'en','woocommerce','81d9a08cebd853c84e5632ba84bbeae7','Copy from billing address',NULL,NULL,'','LINE',NULL,10,'','1b372d5ed7cac87d51b5ce81c244f810','',NULL),(15138,'en','woocommerce','b75833669968adbef634495636e3fe50','Copy link',NULL,NULL,'','LINE',NULL,10,'','bbe47f0890f9575aecc5351a9813d29f','',NULL),(15139,'en','woocommerce','8343eb1cf6982c963de48e70c304776d','Copy to a new draft',NULL,NULL,'','LINE',NULL,10,'','232a6f87216a775487c6d69f2151f087','',NULL),(15140,'en','woocommerce','5863ec86283250790fd84ad093f35f62','Copying to clipboard failed. Please press Ctrl/Cmd+C to copy.',NULL,NULL,'','LINE',NULL,10,'','78da7163be2874303ebe4c3d8ebaab48','',NULL),(15141,'en','woocommerce','f0e7c5a3791fcb6b23ff947057dc1b0d','Copying to clipboard failed. You should be able to right-click the button and copy.',NULL,NULL,'','LINE',NULL,10,'','b405bfeeeab79ea48b311294c6986e4b','',NULL),(15142,'en','woocommerce','177d78c13782c5abf55ce4e89ccaf0fb','Cordillera',NULL,NULL,'','LINE',NULL,10,'','60c19dfa7a03d871e6d6623f82a0d98e','',NULL),(15143,'en','woocommerce','002c887b8369e59e6f58a5d06a8d0817','Cork',NULL,NULL,'','LINE',NULL,10,'','a4d05aeee18c8451f67770c1d31aec10','',NULL),(15144,'en','woocommerce','7f7252bd65e321c0c51b3fdc8d5545ef','Corrientes',NULL,NULL,'','LINE',NULL,10,'','b373dfd5da1a8f5192761af567c86347','',NULL),(15145,'en','woocommerce','c944097abbe7be6d5416f0239abc56cd','Cosenza',NULL,NULL,'','LINE',NULL,10,'','9f53354fbb832904f6c3ebe0024ed814','',NULL),(15146,'en','woocommerce','20b4f77bd00b4f63a49ec8e08f3bf6a6','Cost',NULL,NULL,'','LINE',NULL,10,'','f2a8ce7e590a4a02b76947f1e57143fb','',NULL),(15147,'en','woocommerce','5882b568d8a010ef48a6896f53b6eddb','Costa Rica',NULL,NULL,'','LINE',NULL,10,'','c291cfac85efb4081bc53e479a7a0dcb','',NULL),(15148,'en','woocommerce','31f36ae9bbad6d759d7957e3d7e98b22','Cotabato',NULL,NULL,'','LINE',NULL,10,'','7e423242462fa78d51402fa2983b2baf','',NULL),(15149,'en','woocommerce','0f1110ba464d83359d846a72b7ff3ff6','Could not delete the attribute',NULL,NULL,'','LINE',NULL,10,'','eca5b3da0fbca9b1b3af8b0178d1749e','',NULL),(15150,'en','woocommerce','f24362334ed2393657719988eaf524ea','Could not delete the category',NULL,NULL,'','LINE',NULL,10,'','323957cd9cf69635bcffa5785a186bff','',NULL),(15151,'en','woocommerce','b6a9386380fbe664825bbe29df4c25e1','Could not delete the shipping class',NULL,NULL,'','LINE',NULL,10,'','b736e95fc94ccf47eeb51577517b3352','',NULL),(15152,'en','woocommerce','4bae5923806db7eb57d59860711c880a','Could not delete the tag',NULL,NULL,'','LINE',NULL,10,'','bdfbae7e735e227977df232367cc59b3','',NULL),(15153,'en','woocommerce','b03baf80796cb053249d7c829222befb','Could not delete the tax class',NULL,NULL,'','LINE',NULL,10,'','d29126734df8af93b0b3dc2745b99e42','',NULL),(15154,'en','woocommerce','5b8757f08a3457f50ac5e2cada024a86','Could not delete the tax rate',NULL,NULL,'','LINE',NULL,10,'','7f00cd01cd2e8399b0c95dc06492fa73','',NULL),(15155,'en','woocommerce','342fb6a0a490838b7e18982fbf69fa5e','Could not edit the attribute',NULL,NULL,'','LINE',NULL,10,'','00c66bd5e28daaf93e724993feca4e16','',NULL),(15156,'en','woocommerce','e386456a50da269c741c20f4089c697b','Could not edit the category',NULL,NULL,'','LINE',NULL,10,'','50f875acb2c3a2f1e2d513ac5f1cc553','',NULL),(15157,'en','woocommerce','553e6bfddf0652b524f27d0991812744','Could not edit the shipping class',NULL,NULL,'','LINE',NULL,10,'','8540f33632015eafda85d641cb2a1a33','',NULL),(15158,'en','woocommerce','88d326acb25177556c38597006b94410','Could not edit the tag',NULL,NULL,'','LINE',NULL,10,'','81d8c180a9ee0671bbdd8ab6fa4f7875','',NULL),(15159,'en','woocommerce','a4e3ecb7926da21398bc49e8afc95667','Could not find any subscriptions on your WooCommerce.com account',NULL,NULL,'','LINE',NULL,10,'','fb496c9de2e43b0bac64e8cd03e4e27e','',NULL),(15160,'en','woocommerce','299a127c56676e23149a563d39cce920','Could not find download path.',NULL,NULL,'','LINE',NULL,10,'','81ed5c6ba0e70c850ed818a2b4a50105','',NULL),(15161,'en','woocommerce','a9a2dfa0b550f4360e6e0498071238fe','Could not find download url for the product.',NULL,NULL,'','LINE',NULL,10,'','d8cd961adc2fe08cb7ae2b0547b98adf','',NULL),(15162,'en','woocommerce','0debc314f18a3e2745343987d5182a2b','Could not find product package.',NULL,NULL,'','LINE',NULL,10,'','e2177f9f78bc39466dceb6d766755e0a','',NULL),(15163,'en','woocommerce','eb399ccd9b97c057aab3cf44eeae044a','Could not find unpacked path.',NULL,NULL,'','LINE',NULL,10,'','f37631152ed2242225c0896dde4f5429','',NULL),(15164,'en','woocommerce','535480d733081bf8aebe63a5dcd985fb','Could not grant access - the user may already have permission for this file or billing email is not set. Ensure the billing email is set, and the order has been saved.',NULL,NULL,'','LINE',NULL,10,'','c1ad08d0beffe0352d3ea57463a6ae3e','',NULL),(15165,'en','woocommerce','941a846096654c7bba8dc9ab6ae99b8e','Could not process change for action: \"%s\" (ID: %d). Error: %s',NULL,NULL,'','LINE',NULL,10,'','40d2b49a99a5d8a7d6edb71074a1569b','',NULL),(15166,'en','woocommerce','90d367316a733b0f890c3122f61c73c1','Could not update the attribute.',NULL,NULL,'','LINE',NULL,10,'','bbdd3ed4ae508e24cdb266fbeceeaeb2','',NULL),(15167,'en','woocommerce','c8a91d0fc614874349474b2a5ace97e0','Could not write to template file.',NULL,NULL,'','LINE',NULL,10,'','331520772cc4777839c1ac407e138c64','',NULL),(15168,'en','woocommerce','e93f994f01c537c4e2f7d8528c3eb5e9','Count',NULL,NULL,'','LINE',NULL,10,'','7fb6124a1dfc6212b75fe489a68213ac','',NULL),(15169,'en','woocommerce','59716c97497eb9694541f7c3d37b1a4d','Country',NULL,NULL,'','LINE',NULL,10,'','f7171f29323eec31e654d678a8712fa2','',NULL),(15170,'en','woocommerce','08e68d050c5685a77283cd7426ab8adc','Country ISO 3166 code.',NULL,NULL,'','LINE',NULL,10,'','9d1aeabd12df3dd1772b59e3781f9b10','',NULL),(15171,'en','woocommerce','d5aea6257900e0b66f0d407fbbe271aa','Country code',NULL,NULL,'','LINE',NULL,10,'','a471ab9d5f464670e83a4644f12bcfa9','',NULL),(15172,'en','woocommerce','176ba6cf92fb910cb2d919ff3dd65a07','Country code in ISO 3166-1 alpha-2 format.',NULL,NULL,'','LINE',NULL,10,'','3fcc408286cbdeef29eba2cd861a6cc1','',NULL),(15173,'en','woocommerce','ab074b71cc441d685e06e0c617c20e9a','Country code',NULL,NULL,'','LINE',NULL,10,'','587afe72d23aa09672162cbb827c70d3','',NULL),(15174,'en','woocommerce','e25b163360646e8f71af8a8ee0fad1a3','County',NULL,NULL,'','LINE',NULL,10,'','dfa1ffed12523d66542d20290860b74b','',NULL),(15175,'en','woocommerce','2a355e6ac1ec24ea3fc2a7a84de9dc67','Coupon \"%s\" does not exist!',NULL,NULL,'','LINE',NULL,10,'','820098ffddc23f54e7b839544a6b353c','',NULL),(15176,'en','woocommerce','2ad3cb09f54fe3f0de2281d15a4dee6d','Coupon amount',NULL,NULL,'','LINE',NULL,10,'','1706a4e736935cf32c3df343dbecd8d7','',NULL),(15177,'en','woocommerce','5290e2630e9d54a0fa82d0d3b69d2139','Coupon code',NULL,NULL,'','LINE',NULL,10,'','a41d7bec85b5e6d6debccaa4e2525f47','',NULL),(15178,'en','woocommerce','d7dcc5eef64ac99b798a4c92707da9d3','Coupon code already applied!',NULL,NULL,'','LINE',NULL,10,'','161228d728fe6ee9387d57c7eff2961a','',NULL),(15179,'en','woocommerce','b0141411ddf792c429a84d16332da0bd','Coupon code already exists - customers will use the latest coupon with this code.',NULL,NULL,'','LINE',NULL,10,'','bfb56cde0a0fd90e083623b24839a8f2','',NULL),(15180,'en','woocommerce','a4784286af08edfa8f5d23f05a80114d','Coupon code applied successfully.',NULL,NULL,'','LINE',NULL,10,'','5e007a36ca671dbda67a45fbd2fe9646','',NULL),(15181,'en','woocommerce','c76f394211269b8f16ffc4d4f87c97c8','Coupon code is required.',NULL,NULL,'','LINE',NULL,10,'','e79c8754f13ec6f17aa2d764e83e2740','',NULL),(15182,'en','woocommerce','337de43fc8f1928006c3881ad70e4060','Coupon code removed successfully.',NULL,NULL,'','LINE',NULL,10,'','f44d7cd0f90eceddca90b89ca016bd78','',NULL),(15183,'en','woocommerce','8a66243f5eb980715c836920338f3db4','Coupon code.',NULL,NULL,'','LINE',NULL,10,'','2538c3460c583a75db800b03cd987f97','',NULL),(15184,'en','woocommerce','5daddacc7d7bb0463dadf7cbd4ad995a','Coupon created',NULL,NULL,'','LINE',NULL,10,'','339bf720132c359fcdfeef0df1cca789','',NULL),(15185,'en','woocommerce','57e0f99bd1b69a37fd464cafd772a80f','Coupon data',NULL,NULL,'','LINE',NULL,10,'','1f3a7855565c9ce31d5139792c653e5e','',NULL),(15186,'en','woocommerce','21b01c16f89eae5a874929c3c88a0f88','Coupon deleted',NULL,NULL,'','LINE',NULL,10,'','c7b0e4e3130d4ed8f5390db0a911dd02','',NULL),(15187,'en','woocommerce','9db8e771552696d228cb7c1d51cd588a','Coupon description.',NULL,NULL,'','LINE',NULL,10,'','84faccd42e6e69aaf3973bb8e750ae4b','',NULL),(15188,'en','woocommerce','0dc06eaa5745ad9c7ed961ec31e81361','Coupon discount total must be a positive amount.',NULL,NULL,'','LINE',NULL,10,'','b2d8ab7915e101b46b5fe9350df69470','',NULL),(15189,'en','woocommerce','13135026a58bfde0a945d8d41389b344','Coupon does not exist!',NULL,NULL,'','LINE',NULL,10,'','5308c711d33250d7d0aa1251474da9a0','',NULL),(15190,'en','woocommerce','fa2482428fcd0afa75879d86640fedcf','Coupon draft updated.',NULL,NULL,'','LINE',NULL,10,'','66b471963bf87b1645ad0ad90dd90401','',NULL),(15191,'en','woocommerce','778c98bb7c7591bd2dbc1ccb3d4e2e18','Coupon expiry date',NULL,NULL,'','LINE',NULL,10,'','60d8741f2526b0f5cc341e5ed696a261','',NULL),(15192,'en','woocommerce','109567465c3117732d97ef4cafe1a5a5','Coupon has been removed.',NULL,NULL,'','LINE',NULL,10,'','4f49aafee0753b60d5ad7b3ebc1edcbb','',NULL),(15193,'en','woocommerce','a7c9ecdb013e8f7f0181d1702ec2c4a1','Coupon is not valid.',NULL,NULL,'','LINE',NULL,10,'','94f91779d18891ba868b9fd0da188849','',NULL),(15194,'en','woocommerce','7b2464f764819764a0173def7eabace3','Coupon restored',NULL,NULL,'','LINE',NULL,10,'','b807c29363d9f571a32ef2ebd01433cf','',NULL),(15195,'en','woocommerce','759823ae1437f8f89491faf952d7eb85','Coupon saved.',NULL,NULL,'','LINE',NULL,10,'','a422920c48711f41f7983cd5000fa7fa','',NULL),(15196,'en','woocommerce','ddf7d137f34159c016ac77ef508c8c6d','Coupon scheduled for: %s.',NULL,NULL,'','LINE',NULL,10,'','40d6c3ee6aeac507ffd222843d35b159','',NULL),(15197,'en','woocommerce','3190499bb5136eaf2dcd3b6978f78235','Coupon submitted.',NULL,NULL,'','LINE',NULL,10,'','62aca815d9233008e386248531d44cbc','',NULL),(15198,'en','woocommerce','6a132f7e8bdcedb4f9c67e7e5a31195b','Coupon type',NULL,NULL,'','LINE',NULL,10,'','a74aef786377828cea202d75e632e172','',NULL),(15199,'en','woocommerce','ce7e050733a98aa6d77dcc5889efa24d','Coupon type name.',NULL,NULL,'','LINE',NULL,10,'','c30dbfa701277ff92244a62c918872c1','',NULL),(15200,'en','woocommerce','bef2b6ad429847b66c73d3b8078d1b09','Coupon updated',NULL,NULL,'','LINE',NULL,10,'','f298fe523253e0260f61f2dd70bdcb76','',NULL),(15201,'en','woocommerce','4bcd307f20bd9a9d1063cd60f773b9fd','Coupon updated.',NULL,NULL,'','LINE',NULL,10,'','d4fd586311397f4581f58929af6406c1','',NULL),(15202,'en','woocommerce','7055b1b86c854f0878a119e04a5363c6','Coupon usage limit has been reached.',NULL,NULL,'','LINE',NULL,10,'','a346f80797ef3ef55d434c7a74983a51','',NULL),(15203,'en','woocommerce','602d53a072dd1fabc2f94d201a5cb713','Coupon(s)',NULL,NULL,'','LINE',NULL,10,'','6a07859a8d2019c59a47f84605d74c3c','',NULL),(15204,'en','woocommerce','1594c673a1a4df6a0d08a00eb160a40b','Coupon:',NULL,NULL,'','LINE',NULL,10,'','114d5ff9569e44b48a814e14370e1eb9','',NULL),(15205,'en','woocommerce','f20984d37a40165815acda1a7952f96a','Coupon: %s',NULL,NULL,'','LINE',NULL,10,'','a6353acef8c5414f08933cdd0ad3f85c','',NULL),(15206,'en','woocommerce','bbde294d317515cde564582f6221ef50','Coupons are a great way to offer discounts and rewards to your customers. They will appear here once created.',NULL,NULL,'','LINE',NULL,10,'','61fdfad6d22e358e0815114ae799dffe','',NULL),(15207,'en','woocommerce','a13334807ccc1c5b6a629b6c34f109b0','Coupons by date',NULL,NULL,'','LINE',NULL,10,'','02333275ae0c0832c729ce7311d92202','',NULL),(15208,'en','woocommerce','329bdd35d3a7fad5c5f4fbe38608ab7e','Coupons line data.',NULL,NULL,'','LINE',NULL,10,'','4b6a01c937b24c375180a87d8679cd8f','',NULL),(15209,'en','woocommerce','9f88acaa8228d45f22523e75912f1718','Coupons totals.',NULL,NULL,'','LINE',NULL,10,'','271172586bb88acc6a1aff8969885c43','',NULL),(15210,'en','woocommerce','259aa85b574a9f48fac672627fc81fee','Covasna',NULL,NULL,'','LINE',NULL,10,'','77137590947e1e646bd9ac0e6f9bf0c2','',NULL),(15211,'en','woocommerce','ae05b65476e2e6c412b1bf859a493d28','Cox\'s Bazar',NULL,NULL,'','LINE',NULL,10,'','5deafb67480cf9c17c29181aefd4109e','',NULL),(15212,'en','woocommerce','686e697538050e4664636337cc3b834f','Create',NULL,NULL,'','LINE',NULL,10,'','794522f980bea4bb73d66e61efc173fe','',NULL),(15213,'en','woocommerce','10a63c4c0070f32d85d9305dab304414','Create Product',NULL,NULL,'','LINE',NULL,10,'','c5831e5b1f2344903bd0b4ce9eaa57b0','',NULL),(15214,'en','woocommerce','d346c0bb62056dd788441769e8c28106','Create a new webhook',NULL,NULL,'','LINE',NULL,10,'','79f09948cdb5ac18659ea17f4647758d','',NULL),(15215,'en','woocommerce','7103cc73421e986bc200e6ef8c7392ed','Create a product',NULL,NULL,'','LINE',NULL,10,'','05fe5e012473fcdbae4a34639f2f1ad7','',NULL),(15216,'en','woocommerce','93a1b5c8ff726a2ca2c73a3a39e61064','Create account password',NULL,NULL,'','LINE',NULL,10,'','24acdde58e2e0b3561a4239e771b4423','',NULL),(15217,'en','woocommerce','a3ceca0e431df5a378338e33f2f5c1bb','Create an API key',NULL,NULL,'','LINE',NULL,10,'','6c60df82676c9385f914e4cc36447553','',NULL),(15218,'en','woocommerce','c5612b0739d3d3940622d9944e40e3cf','Create an account?',NULL,NULL,'','LINE',NULL,10,'','1e3f50a2ea7ae2f7ece23fe9147431f2','',NULL),(15219,'en','woocommerce','5580fb80fea5f04ea65f086bce69b8da','Create coupons',NULL,NULL,'','LINE',NULL,10,'','2b564535196ec82071bf2626295d7ed6','',NULL),(15220,'en','woocommerce','9f424bf7b7ffcfa64132d351a6af17ea','Create customers',NULL,NULL,'','LINE',NULL,10,'','a22ce5af078ec9cdebf435928614768f','',NULL),(15221,'en','woocommerce','4051a528e7f9fc4b4274cfedcca09b6a','Create default WooCommerce pages',NULL,NULL,'','LINE',NULL,10,'','d3137197f5d345cb754b3785c8bbf0aa','',NULL),(15222,'en','woocommerce','61464a16a2f693a427aaf095590dda56','Create orders',NULL,NULL,'','LINE',NULL,10,'','30181cd145e98d59ca1dabd0faa29ad3','',NULL),(15223,'en','woocommerce','eb2bb301a7233bf5f053423241578f5d','Create pages',NULL,NULL,'','LINE',NULL,10,'','87cd0ce69dd78354a24439094459d770','',NULL),(15224,'en','woocommerce','e67570b749b341140a0e22d03c7aeda1','Create products',NULL,NULL,'','LINE',NULL,10,'','0ae0a65dc300a930f5258be918509f05','',NULL),(15225,'en','woocommerce','2da9369aeacf7104c898a4853f674719','Create some products',NULL,NULL,'','LINE',NULL,10,'','87517ca36a4b87cf57f99258944ec034','',NULL),(15226,'en','woocommerce','78b2e3c6e526a2ccb783d2cc52b2c214','Create variations from all attributes',NULL,NULL,'','LINE',NULL,10,'','551a3efd2bf0905a669990fa5ba7d0cd','',NULL),(15227,'en','woocommerce','e0bf9274bfcafc209ddb554cf690774d','Create webhooks',NULL,NULL,'','LINE',NULL,10,'','882ef4ba1f9bef6ae941247cb6a5123d','',NULL),(15228,'en','woocommerce','fdf9eb36af383ded0c7e879b2d4fbe51','Create your first coupon',NULL,NULL,'','LINE',NULL,10,'','6b5d1e95d559e44fb455f3d23a99acbe','',NULL),(15229,'en','woocommerce','5f2b9345f9bbd74079b99d6fcf461408','Created at',NULL,NULL,'','LINE',NULL,10,'','ff21bf583228827cdaf39f8347aaf08e','',NULL),(15230,'en','woocommerce','75d2638e7cadeaf8ee5b728eeb943494','Creating product review failed.',NULL,NULL,'','LINE',NULL,10,'','b672e4f2a5d5f67291dad64fdaf904e4','',NULL),(15231,'en','woocommerce','e7f9e382dc50889098cbe56f2554c77b','Credit card',NULL,NULL,'','LINE',NULL,10,'','5510d34b643d86ca421be5c632d62a0f','',NULL),(15232,'en','woocommerce','9a677a8fef077d847cc1d6d558b8630f','Cremona',NULL,NULL,'','LINE',NULL,10,'','7d19d85ce30cca07c38ff0a1648d6af0','',NULL),(15233,'en','woocommerce','278d01e5af56273bae1bb99a98b370cd','Critical',NULL,NULL,'','LINE',NULL,10,'','fb11bf35ff61eacbbeb673eed5a7eee5','',NULL),(15234,'en','woocommerce','4c8c3659694bc878564624dfa680f3ca','Criuleni',NULL,NULL,'','LINE',NULL,10,'','5b708a6c2a583ca313479fd3d0c05ac4','',NULL),(15235,'en','woocommerce','560d4c6ff431c86546f3fcec72c748c7','Croatia',NULL,NULL,'','LINE',NULL,10,'','d68dd374bbf7c3de52fc7c3b71a1e284','',NULL),(15236,'en','woocommerce','d29edc9a90ac06d0ad6ebec7a47c86d3','Cron %s',NULL,NULL,'','LINE',NULL,10,'','16010a974f589d238eb806854b879e1c','',NULL),(15237,'en','woocommerce','0a35cf6bf73228d9ec4ede7770706f91','Cross River',NULL,NULL,'','LINE',NULL,10,'','bab2179b44e8c5cb3b65fc988e8790c2','',NULL),(15238,'en','woocommerce','f7185c26511ac62a69ca5ac4997ec486','Cross-sells',NULL,NULL,'','LINE',NULL,10,'','0f2d75ace4a71fca11121bb5ff9ed01a','',NULL),(15239,'en','woocommerce','0636bf67cb504f80ffac4f3de0c41bbf','Cross-sells are products which you promote in the cart, based on the current product.',NULL,NULL,'','LINE',NULL,10,'','6e3252571e71f4b9af55085af255923e','',NULL),(15240,'en','woocommerce','e2becad4589f1c70db2c4fe45ec3adde','Crotone',NULL,NULL,'','LINE',NULL,10,'','40f600d5b07485d69d5c0d6cbede0596','',NULL),(15241,'en','woocommerce','6fc0f3745c909588847bf95bb706617d','Csongrád',NULL,NULL,'','LINE',NULL,10,'','314afa3ecc74f142a28b3b204f470ba6','',NULL),(15242,'en','woocommerce','33cac763789c407f405b2cf0dce7df89','Cuba',NULL,NULL,'','LINE',NULL,10,'','e418cc9bb930318a4056da1326935697','',NULL),(15243,'en','woocommerce','d9d67737a74f3a815b837136b17e3217','Cuenca',NULL,NULL,'','LINE',NULL,10,'','18efa969b6345b9131cf370ad0849355','',NULL),(15244,'en','woocommerce','7a712959192062831e58e404d3d800bc','Cumilla',NULL,NULL,'','LINE',NULL,10,'','20196a24e986e57a516db63226cddcd1','',NULL),(15245,'en','woocommerce','ae42de824eb2eef4314aa036e6a06193','Cunene',NULL,NULL,'','LINE',NULL,10,'','fb834292d6e42349f20f11411bcf4a8c','',NULL),(15246,'en','woocommerce','5d566b6e5c7ba0a258c42b4d19641fa5','Cuneo',NULL,NULL,'','LINE',NULL,10,'','c0088963437d23cb335b7a905eaa600b','',NULL),(15247,'en','woocommerce','8caa41a175e1b99a41561a6cfce25e49','Curaçao',NULL,NULL,'','LINE',NULL,10,'','885192b60ede83c20bc88e01428c537a','',NULL),(15248,'en','woocommerce','e66d77f147d2a38aea858185bc626dd3','Currency position.',NULL,NULL,'','LINE',NULL,10,'','e350942ad904d7ed26ce35ef0446ccec','',NULL),(15249,'en','woocommerce','8399f389961582a938ef01d53b274d4c','Currency symbol position for this country.',NULL,NULL,'','LINE',NULL,10,'','22defab23bcfcecb7cedf8033bb7c9b5','',NULL),(15250,'en','woocommerce','121d5324311f1272a99b57795df8e22d','Currency symbol.',NULL,NULL,'','LINE',NULL,10,'','e55a174c89c42549fc322149009430f7','',NULL),(15251,'en','woocommerce','22a56e79316bad2013f1bd305f344d98','Currency the order was created with, in ISO format.',NULL,NULL,'','LINE',NULL,10,'','9c379f2f1fe7e28ff846be5e12f30e02','',NULL),(15252,'en','woocommerce','8f3ea5c7f816c26d095cb671ea7cf8f5','Currency.',NULL,NULL,'','LINE',NULL,10,'','588901f01c63a944fd6407c41bfa19aa','',NULL),(15253,'en','woocommerce','13aa8652e950bb7c4b9b213e6d8d0dc5','Current page',NULL,NULL,'','LINE',NULL,10,'','04d540505c20f796ee84d50eb971cf4f','',NULL),(15254,'en','woocommerce','443c86ef6ad2111e6b941d34dd515037','Current page of the collection.',NULL,NULL,'','LINE',NULL,10,'','fc00d91532322a37c6e15abd80755f23','',NULL),(15255,'en','woocommerce','88035532de4df949bfb22182e3098418','Current password (leave blank to leave unchanged)',NULL,NULL,'','LINE',NULL,10,'','ba3d980f232d9f273106bf9c18b21d7d','',NULL),(15256,'en','woocommerce','730dfca7e73b2cbbe886222c40ba6f41','Current product price.',NULL,NULL,'','LINE',NULL,10,'','089b7276264037787e59184b2d2f68d3','',NULL),(15257,'en','woocommerce','f0bcdecd35a257b3638b824caf016371','Current variation price.',NULL,NULL,'','LINE',NULL,10,'','7231d099410248688b42d01e49f8422c','',NULL),(15258,'en','woocommerce','b44067e19ae59a94102cd6dee0605fd2','Cusco',NULL,NULL,'','LINE',NULL,10,'','fe9f2bd9e0f75d4dece36d9147c7eed9','',NULL),(15259,'en','woocommerce','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,10,'','5cea99908a7f6e3274a068d4900fe435','',NULL),(15260,'en','woocommerce','a8bddd1e894fd804fba86c3f1e7402d0','Custom Link',NULL,NULL,'','LINE',NULL,10,'','9f7b91d5509031f15e7580737da97fd4','',NULL),(15261,'en','woocommerce','12b95eaaaa766525540358318acce2fc','Custom base',NULL,NULL,'','LINE',NULL,10,'','12fd59d0b1cb899f8932e24bdfd75255','',NULL),(15262,'en','woocommerce','37725a1c8a05e443b8088a3dcd29ae96','Custom field deleted.',NULL,NULL,'','LINE',NULL,10,'','7e1a1e085a994355a10ed1bb46c783d5','',NULL),(15263,'en','woocommerce','039675c3e3a29a035723dac4a2e40761','Custom field updated.',NULL,NULL,'','LINE',NULL,10,'','43116abfb03b0c89ce1076be286ab51a','',NULL),(15264,'en','woocommerce','153913400a0d2e28dd1cadd2bff808a0','Custom ordering',NULL,NULL,'','LINE',NULL,10,'','464a41981dfc6a49ce5d2dcc046f4902','',NULL),(15265,'en','woocommerce','75f7198f79890f67268abe72d213dbac','Custom ordering position.',NULL,NULL,'','LINE',NULL,10,'','6871052f59c697118329dc3482375759','',NULL),(15266,'en','woocommerce','ed5f67df240a51f7a8bfb0fa2a7b0f2d','Custom product attribute',NULL,NULL,'','LINE',NULL,10,'','758025e49a199d6560251770881acc36','',NULL),(15267,'en','woocommerce','fbfb52888ea3b9348d7770a89c203c6e','Custom:',NULL,NULL,'','LINE',NULL,10,'','803d90ba6a2806c0ca4cb238e125d03d','',NULL),(15268,'en','woocommerce','ce26601dac0dea138b7295f02b7620a7','Customer',NULL,NULL,'','LINE',NULL,10,'','9ebceda79be870ff9bc9c60360221626','',NULL),(15269,'en','woocommerce','6cb99e9af1b3539f4fba572c7c4d54b1','Customer \"new account\" emails are sent to the customer when a customer signs up via checkout or account pages.',NULL,NULL,'','LINE',NULL,10,'','309fbcda1b6cd67c5b40fa7b72c2178c','',NULL),(15270,'en','woocommerce','5e128b0770be9aac33dd286e6677a437','Customer \"reset password\" emails are sent when customers reset their passwords.',NULL,NULL,'','LINE',NULL,10,'','acfcaa489494acc80030c33f99f5685f','',NULL),(15271,'en','woocommerce','0b4219abe92a5981f2c74b7a4ec441ab','Customer Data',NULL,NULL,'','LINE',NULL,10,'','394a07afd69feed69a33fa3a8185b8d2','',NULL),(15272,'en','woocommerce','b6741006988750b9009d415a8758fc1a','Customer ID is invalid.',NULL,NULL,'','LINE',NULL,10,'','62ee31163e72bc24c2461ba8b87d2380','',NULL),(15273,'en','woocommerce','9d00ae9469afd52218dba5c677bd543d','Customer ID.',NULL,NULL,'','LINE',NULL,10,'','f43160447b4036ac337defbba1c70481','',NULL),(15274,'en','woocommerce','43712e257fd90df02a493ac80d6dc808','Customer IP: %s',NULL,NULL,'','LINE',NULL,10,'','41c6ac67de2624cf37a2a4a2f9564420','',NULL),(15275,'en','woocommerce','811f46dccf90303d92a55e65494bb986','Customer created',NULL,NULL,'','LINE',NULL,10,'','ca4ee562722bfa91c684c6e41bf95dcc','',NULL),(15276,'en','woocommerce','cc1dfb8f495be1bcfc9e34683c5a1a46','Customer deleted',NULL,NULL,'','LINE',NULL,10,'','cd05da0527181e17253c197ceb2d11a6','',NULL),(15277,'en','woocommerce','ed616fc7d3ad764449f6146bca1ad05d','Customer details',NULL,NULL,'','LINE',NULL,10,'','2b12efd67b2e85a1166b4ff10c71b13a','',NULL),(15278,'en','woocommerce','0d88e0d4fbff0cc6279dafaddec84b0f','Customer download link',NULL,NULL,'','LINE',NULL,10,'','37832a0f7303c487d61765436e244fcb','',NULL),(15279,'en','woocommerce','c3852ca7b1d6a49d1b4b9705688435fe','Customer download log',NULL,NULL,'','LINE',NULL,10,'','47957b4197f8c67534fe7f403027b9fb','',NULL),(15280,'en','woocommerce','efa9677ed61723c96227d2c9272cb94a','Customer download permissions have been retained.',NULL,NULL,'','LINE',NULL,10,'','83a065c7a1d2aa2385e32bbe5b7670af','',NULL),(15281,'en','woocommerce','eacaca05865df46f7a69ddffd073840b','Customer downloads',NULL,NULL,'','LINE',NULL,10,'','c2cbb53d0fe5f66253dae032eb9284f8','',NULL),(15282,'en','woocommerce','975aaed8d7d2a55a40aa2196776892dd','Customer first name.',NULL,NULL,'','LINE',NULL,10,'','29b1e198c83b0c3df1aca879d90d81a2','',NULL),(15283,'en','woocommerce','f3ac6bb0042fe8ae15defb49cf74c882','Customer information like your name, email address, and billing and shipping information.',NULL,NULL,'','LINE',NULL,10,'','a58d440adff7cf7e3206e9f8e1727ca4','',NULL),(15284,'en','woocommerce','897b6b08cc8394119757ed049b679484','Customer invoice / Order details',NULL,NULL,'','LINE',NULL,10,'','8acf8bed644c55d663682f791e136b76','',NULL),(15285,'en','woocommerce','375911557ab50a518e023cf70a752d85','Customer invoice emails can be sent to customers containing their order information and payment links.',NULL,NULL,'','LINE',NULL,10,'','d148c1812cf864a7d46492d0d26c73b0','',NULL),(15286,'en','woocommerce','5767ada67c7968efd0484358a63916c4','Customer last name.',NULL,NULL,'','LINE',NULL,10,'','909e517dd89842aa48b916bd99d974dd','',NULL),(15287,'en','woocommerce','36b913a109d3a1c0308bcac22348f2c5','Customer list',NULL,NULL,'','LINE',NULL,10,'','95044b7decf8a561f88b3d8d75210861','',NULL),(15288,'en','woocommerce','d0ff35d7240aa1058a21e4c4d8680f8f','Customer login name.',NULL,NULL,'','LINE',NULL,10,'','bd84f4661a1e892a7a65225eaac8f552','',NULL),(15289,'en','woocommerce','cbf1e2c8c0a907a54ba6b3417e2845c6','Customer matched zone \"%s\"',NULL,NULL,'','LINE',NULL,10,'','fa9bcba6362dd6881d9d10732dd6fb33','',NULL),(15290,'en','woocommerce','0914a1aa3bb52702d8ac7a370b1c694c','Customer note',NULL,NULL,'','LINE',NULL,10,'','fa8cc9143867c889529fa389f47c1cef','',NULL),(15291,'en','woocommerce','0eb6dd69c5f2e338aab8eaa3eec8da50','Customer note emails are sent when you add a note to an order.',NULL,NULL,'','LINE',NULL,10,'','a0cfc9ba58dee2c2a9613579a8e06368','',NULL),(15292,'en','woocommerce','9286a790aeb6ec31a0ceb080b54e2018','Customer notes about the order',NULL,NULL,'','LINE',NULL,10,'','92357ac98cd901700c52a056faeeeff9','',NULL),(15293,'en','woocommerce','07e64221eb62db6813bee57f69b0f939','Customer orders',NULL,NULL,'','LINE',NULL,10,'','8535767fb01ab7e414b9bc9f1b9c1e10','',NULL),(15294,'en','woocommerce','3ba0ddabc67fbdcef63003993c570f4c','Customer password.',NULL,NULL,'','LINE',NULL,10,'','ac2cae2b680a2638e3a2697ecf47fe52','',NULL),(15295,'en','woocommerce','e172bb8381669514f5ce7d80e85687d2','Customer payment page →',NULL,NULL,'','LINE',NULL,10,'','5123156821f21dc3f3b4cb7dcf557732','',NULL),(15296,'en','woocommerce','1456b7182d55299d7a41460c04cf0256','Customer provided note',NULL,NULL,'','LINE',NULL,10,'','4b1b69679a3a518d8d50d47dbcd1e99c','',NULL),(15297,'en','woocommerce','44af9b01e0b2bc95e53147191a8aa089','Customer provided note:',NULL,NULL,'','LINE',NULL,10,'','199b8343c763e7938d4bd81d376d4efe','',NULL),(15298,'en','woocommerce','dc2deff52a91bcea6edadc7c1a952bd9','Customer role.',NULL,NULL,'','LINE',NULL,10,'','6aab1d74716ed0378c27568a4237c473','',NULL),(15299,'en','woocommerce','cbe696bf14338837756cacabc43b8ada','Customer sales',NULL,NULL,'','LINE',NULL,10,'','d6b99da0c214e97ebc7e9b37b12f3524','',NULL),(15300,'en','woocommerce','9a80eea66c2a66f8b02fed220d0cc893','Customer type name.',NULL,NULL,'','LINE',NULL,10,'','1a2275efe9e2b8cbe298613a2899eb2d','',NULL),(15301,'en','woocommerce','adf14c068f3d8d7932cbdb041083f906','Customer updated',NULL,NULL,'','LINE',NULL,10,'','22d49c328413f9728f3215e745a0e9eb','',NULL),(15302,'en','woocommerce','8e2279208b0d3683aae1c3a81c25ee15','Customer\'s IP address.',NULL,NULL,'','LINE',NULL,10,'','c23026709e9dc91209f8dc37103b23e2','',NULL),(15303,'en','woocommerce','5eea367ea73b909880393bd1ae79fc67','Customer:',NULL,NULL,'','LINE',NULL,10,'','170ffbf09a0b832211f5d75d30e54ce1','',NULL),(15304,'en','woocommerce','e6d0e1c8fc6a4fcf47869df87e04cd88','Customers',NULL,NULL,'','LINE',NULL,10,'','650400b7632df75b2aa0bc8269c65c59','',NULL),(15305,'en','woocommerce','807adc9ecb65f6545d3ff93bbe372ca7','Customers do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','799e476eab221f5527b6099cc62dde75','',NULL),(15306,'en','woocommerce','58b0e45e34d9b96e4205ee8c32bf4f27','Customers totals.',NULL,NULL,'','LINE',NULL,10,'','1c2e6f42e2c29bc30af2b97541ba97ef','',NULL),(15307,'en','woocommerce','d0d427575713e5b664e483134317ee56','Customers vs. guests',NULL,NULL,'','LINE',NULL,10,'','1b8430fdabcd7eba361d371208c724ee','',NULL),(15308,'en','woocommerce','e303bcbf4bee99491f61aa5b81109db8','Customers will not be able to purchase physical goods from your store until a shipping method is available.',NULL,NULL,'','LINE',NULL,10,'','3765001c569b8e6dbe5c4030acbd9770','',NULL),(15309,'en','woocommerce','ea2ba3f8011e19e3101ce65fdcefbcc4','Cyprus',NULL,NULL,'','LINE',NULL,10,'','8f419c28ef6c619bb3976c172777e058','',NULL),(15310,'en','woocommerce','51802d8bb965d0e5be697f07d16922e8','Czech Republic',NULL,NULL,'','LINE',NULL,10,'','f710a853c84a97d5693c6cbec4523670','',NULL),(15311,'en','woocommerce','ec14a3ca89f4a542c8542565a6bd9130','D MMMM YYYY LT',NULL,NULL,'','LINE',NULL,10,'','ca230e5a5834bf2eace1fc3603727543','',NULL),(15312,'en','woocommerce','d959d8345f317c94dd6ed75d45ec0d47','Düzce',NULL,NULL,'','LINE',NULL,10,'','99babf6570a367d976018fc6987ba25f','',NULL),(15313,'en','woocommerce','cac213302bddd112a34d5e4984872d45','Dâmbovița',NULL,NULL,'','LINE',NULL,10,'','23da0aef46eac2a63b52e2b339215c35','',NULL),(15314,'en','woocommerce','65a6d757dbb571ccc3af9706e9a5f607','DESC',NULL,NULL,'','LINE',NULL,10,'','4359287eb09f540c3804de23daff9e11','',NULL),(15315,'en','woocommerce','f6cc2187dea984c9f16a1c948c3c5222','DKI Jakarta',NULL,NULL,'','LINE',NULL,10,'','51de696c671c2fb9cbb0002b2caae08b','',NULL),(15316,'en','woocommerce','998604244dc677dbaa9c15bc637f5a74','DOMDocument',NULL,NULL,'','LINE',NULL,10,'','5325204ae109e6033d5dd371aed52540','',NULL),(15317,'en','woocommerce','dd9f2d07340a5ea8192fb5eeb34eb95d','Dadra and Nagar Haveli',NULL,NULL,'','LINE',NULL,10,'','3941a535f7d47d8f9bca220fcaf89dc3','',NULL),(15318,'en','woocommerce','088356e531a0fe142a1a984ea064cf66','Daerah Istimewa Aceh',NULL,NULL,'','LINE',NULL,10,'','c4d2e84122f9f02e636385f90bb381e7','',NULL),(15319,'en','woocommerce','76813eb907e2d93b44fbb3d359bda1f6','Daerah Istimewa Yogyakarta',NULL,NULL,'','LINE',NULL,10,'','1f1a24570c15bce4902548b6df2b1aad','',NULL),(15320,'en','woocommerce','7046d19c5d47e9fc11a3152f5092b5e2','Daman and Diu',NULL,NULL,'','LINE',NULL,10,'','528309b66026b5d4b46479434b35b0f3','',NULL),(15321,'en','woocommerce','cde2d5e4d7c441ee80fcd3d7b328bebf','Dar es Salaam',NULL,NULL,'','LINE',NULL,10,'','2964161230899756acb61a86c85ad69b','',NULL),(15322,'en','woocommerce','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'','LINE',NULL,10,'','d8e73c51c1e6c67dd48d74b7df7f5b62','',NULL),(15323,'en','woocommerce','6a5fb5b9db3b8bf9249551ca1c078df3','Data resource ID.',NULL,NULL,'','LINE',NULL,10,'','1aeba53dded34425a25e6e312579adb8','',NULL),(15324,'en','woocommerce','e5034d1d7e06822ce2b395c8e7631403','Data resource description.',NULL,NULL,'','LINE',NULL,10,'','8b65ec831a5b09e575e539c4a80534b2','',NULL),(15325,'en','woocommerce','e280f1a4fd46f8a3369385608b203c79','Data: %1$.2fMB + Index: %2$.2fMB + Engine %3$s',NULL,NULL,'','LINE',NULL,10,'','3f6c745c3cc88ef6bc4ab4a82447b034','',NULL),(15326,'en','woocommerce','e307db07b3975fef922a80d07455ee5e','Database',NULL,NULL,'','LINE',NULL,10,'','8f833ed0175bcaafd0d80af5a7db257e','',NULL),(15327,'en','woocommerce','eb2d6f5988ef9a03a0ed4d983b9f52de','Database Data Size',NULL,NULL,'','LINE',NULL,10,'','f56a59d0654413f1e0190ff57404f718','',NULL),(15328,'en','woocommerce','148d1e05a4c28c76db8e4703c85305b1','Database Index Size',NULL,NULL,'','LINE',NULL,10,'','86506e108b7fba7b4f58d7da81de7182','',NULL),(15329,'en','woocommerce','7cad48238c20071ae8279cb229fd0e62','Database information:',NULL,NULL,'','LINE',NULL,10,'','4b5355af4f9cc99ab5cfd9fd41f1438e','',NULL),(15330,'en','woocommerce','dac130bdd2c5492a8108a4145bd9f04a','Database prefix',NULL,NULL,'','LINE',NULL,10,'','70ff49e383c094dd3487e423c1e847ce','',NULL),(15331,'en','woocommerce','90cba93af28fa442386a46086b9e417a','Database prefix.',NULL,NULL,'','LINE',NULL,10,'','45df173ff67d63b3467c16e121cc52cf','',NULL),(15332,'en','woocommerce','534c728f5bc5e4854070bab9b2824b6a','Database tables.',NULL,NULL,'','LINE',NULL,10,'','7a0b5ebe12c999464364d67d68655b5d','',NULL),(15333,'en','woocommerce','0ee5418df105c56e9b01ca992c15f0bf','Database upgrade routine has been scheduled to run in the background.',NULL,NULL,'','LINE',NULL,10,'','e9c6c162c709954222fb48bb6da3e2aa','',NULL),(15334,'en','woocommerce','cd91fa61c1f631c40d473b11676ca749','Database.',NULL,NULL,'','LINE',NULL,10,'','dce659d56cab9a1a3bda4a866bd06810','',NULL),(15335,'en','woocommerce','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,10,'','3badc9c4ba84362c3c20978b49d76fed','',NULL),(15336,'en','woocommerce','39b9e051f9fe75e65c7a330bb00499d4','Date Range',NULL,NULL,'','LINE',NULL,10,'','9b727ad71c9f23ec704a25b7c02f54a4','',NULL),(15337,'en','woocommerce','7377a17da2ca3b9a728aad047322a743','Date created:',NULL,NULL,'','LINE',NULL,10,'','e0161b0de66f566cb089c78e8c3cb804','',NULL),(15338,'en','woocommerce','a15a65c0b6313b60fac2ca65af72ff84','Date input describing a selected date in format %s',NULL,NULL,'','LINE',NULL,10,'','fd18f3e2e5f34e6c7b08a255fc36b893','',NULL),(15339,'en','woocommerce','beecfcdcaa5cf082c4190fa912a283a7','Date input describing a selected date range\'s end date in format %s',NULL,NULL,'','LINE',NULL,10,'','2bd737b30c1cf98eb9e00dc8de670cba','',NULL),(15340,'en','woocommerce','94fc37047205a6b3a64a53b5cbe401c0','Date input describing a selected date range\'s start date in format %s',NULL,NULL,'','LINE',NULL,10,'','49540a9bc6538a5960cfd29188574fd0','',NULL),(15341,'en','woocommerce','875911384af4b3d01b48ab8213c53fce','{{after /}}{{span}} and {{/span}}{{before /}}',NULL,NULL,'','LINE',NULL,10,'Date range inputs arranged on a single line','c569abb07ef8a3a13017a584841fe65d','',NULL),(15342,'en','woocommerce','36913d67f125ca4f059b09121f8a86fa','Date sale price ends',NULL,NULL,'','LINE',NULL,10,'','fdc1b54ff598c1e619b5d411350d0212','',NULL),(15343,'en','woocommerce','be9c736bf5a4e9450ec7e0b56a96d1e8','Date sale price starts',NULL,NULL,'','LINE',NULL,10,'','c4ead62e99fcfc3f46750abef32c9066','',NULL),(15344,'en','woocommerce','0d8d58008ef5dd7afce337373ef73993','Date:',NULL,NULL,'','LINE',NULL,10,'','f83938b6f7fafc8f3f083fb7a99c4c54','',NULL),(15345,'en','woocommerce','dadccccc4cdc2a7d7d01235597a4a433','Davao Occidental',NULL,NULL,'','LINE',NULL,10,'','402cbe9543179cdd8afc33c06d2a8ee0','',NULL),(15346,'en','woocommerce','ab5d7213ecc139972195f944662d5cae','Davao Oriental',NULL,NULL,'','LINE',NULL,10,'','dcd9e78e9fb6c299fcbd2d4dedbbb20a','',NULL),(15347,'en','woocommerce','c367bcefaa99628ef4bf1301303eec1e','Davao del Norte',NULL,NULL,'','LINE',NULL,10,'','b885b1459533fc15b58b50f50eeca3f0','',NULL),(15348,'en','woocommerce','d614eaa4f88f13d588778a0393241eae','Davao del Sur',NULL,NULL,'','LINE',NULL,10,'','1d66f8bec927c34fb9599d547cf76b60','',NULL),(15349,'en','woocommerce','c76660d589be9a49e8846e51b71744ae','Day(s)',NULL,NULL,'','LINE',NULL,10,'','5bf6227278481bb920452f5fec51b26e','',NULL),(15350,'en','woocommerce','a603905470e2a5b8c13e96b579ef0dba','Debug',NULL,NULL,'','LINE',NULL,10,'','f2e1682fd1e91b5d3c465ff9e75150dd','',NULL),(15351,'en','woocommerce','cd92e21218612817d52a8d71c32faf38','Debug log',NULL,NULL,'','LINE',NULL,10,'','9de8247fdd79741ace23572fb279adf5','',NULL),(15352,'en','woocommerce','201a8e82805549162e0f5636bd1cef18','Decimal separator for displayed prices for this country.',NULL,NULL,'','LINE',NULL,10,'','d265cd6d8655f9c8405878395b1fdd7b','',NULL),(15353,'en','woocommerce','670fa2fdbe5b5ab4999e111779791449','Decimal separator.',NULL,NULL,'','LINE',NULL,10,'','ff448c71a003fca1cb2663b77c5107cc','',NULL),(15354,'en','woocommerce','24e9252a27e10f4e079f15d26f0e650b','Decrease existing price by (fixed amount or %):',NULL,NULL,'','LINE',NULL,10,'','e08e7ceec4efe582587b14176c859457','',NULL),(15355,'en','woocommerce','1c4c908e44583a35f97edb4a58c000a7','Decrease existing sale price by (fixed amount or %):',NULL,NULL,'','LINE',NULL,10,'','d836240ea44c531f110911aa155ac8cb','',NULL),(15356,'en','woocommerce','813bec068fbd0f591b8c8134f31273c4','Decrease existing stock by:',NULL,NULL,'','LINE',NULL,10,'','d9cc9fa2df2fde89293ffc9773505f36','',NULL),(15357,'en','woocommerce','19d67abddf7bb30bfb57d9a29a54c097','Decrease regular prices (fixed amount or percentage)',NULL,NULL,'','LINE',NULL,10,'','775f1020e1e609b2d009c70cc83774dd','',NULL),(15358,'en','woocommerce','060cb5b85901433f9c6c03f2ea1430ed','Decrease sale prices (fixed amount or percentage)',NULL,NULL,'','LINE',NULL,10,'','85e79eb546c893330e25a94cbab77dc3','',NULL),(15359,'en','woocommerce','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,10,'','a2b6ddb2edb61fa5deeb1f71728f65f0','',NULL),(15360,'en','woocommerce','9e10eaeab95a78f0268990da5980e00d','Default Form Values',NULL,NULL,'','LINE',NULL,10,'','66b623ce215f450d21672e0ceb19049d','',NULL),(15361,'en','woocommerce','f8cc90d4258cd908e6169f00d46c3d7f','Default ISO4127 alpha-3 currency code for the country.',NULL,NULL,'','LINE',NULL,10,'','299444dd2b64b5e79b20c3b0dfb04060','',NULL),(15362,'en','woocommerce','d6a172be07c9a9524478e195d9e459a4','Default attribute',NULL,NULL,'','LINE',NULL,10,'','80a6b45754be8f4a0fb6260a2bca3a85','',NULL),(15363,'en','woocommerce','08ee6abfc52855897ebd45e7809e72ac','Default product category cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','0179fb7a7679dd5453765d2cbd845a36','',NULL),(15364,'en','woocommerce','87dfa61596fd749c3d2c2556e7a11e7f','Default product sorting',NULL,NULL,'','LINE',NULL,10,'','ce7adcecf59ab519f7d0e5607b241027','',NULL),(15365,'en','woocommerce','c2452e6e2732723454324545bb2f882c','Default sort order',NULL,NULL,'','LINE',NULL,10,'','c0504e747c038781b065dd9fa23836ce','',NULL),(15366,'en','woocommerce','02433812acb3bd638e4776926fe84701','Default sort order.',NULL,NULL,'','LINE',NULL,10,'','dfd04c90351a7391d4bc323e8f82e8f2','',NULL),(15367,'en','woocommerce','d31b5a27f304cb619b0ae9185d5106c6','Default sorting',NULL,NULL,'','LINE',NULL,10,'','02d91b8ba49887a4b4b7176feff0c26a','',NULL),(15368,'en','woocommerce','7f16cfd8565b224a6ce2b4fd64ba343b','Default sorting (custom ordering + name)',NULL,NULL,'','LINE',NULL,10,'','cd758ccc156aa9be081da4cdd7fbbf23','',NULL),(15369,'en','woocommerce','6b1a045143ca2c2e256d096c6af5271b','Default timezone is %s - it should be UTC',NULL,NULL,'','LINE',NULL,10,'','d32fa48e0e3a9d18bfb0ac6ca2f544ee','',NULL),(15370,'en','woocommerce','595b4f9fdca404b4cee371d284a2ea6b','Default timezone is UTC',NULL,NULL,'','LINE',NULL,10,'','4fec9dfd715a010477a551c9b7d1a0ea','',NULL),(15371,'en','woocommerce','fabee741c88524237dcf4c2d3d27e563','Default timezone.',NULL,NULL,'','LINE',NULL,10,'','9001bf60d9a39fa6f606ee4ae5c0e6aa','',NULL),(15372,'en','woocommerce','24b595a08f174629758bf6500e6d30a6','Default value for the setting.',NULL,NULL,'','LINE',NULL,10,'','19d2091dddc95275a1e7d0711da5a731','',NULL),(15373,'en','woocommerce','0704950fc41379a683b587ea722d684a','Defaults variation attributes.',NULL,NULL,'','LINE',NULL,10,'','9ea1f44f436b41593650d1d5c7dd5f6a','',NULL),(15374,'en','woocommerce','064819cee1ea015c528ef9bfe30eddf7','Define if the attribute can be used as variation.',NULL,NULL,'','LINE',NULL,10,'','cbd64774f2afe6bf054a2a8b84aadd21','',NULL),(15375,'en','woocommerce','2a802b0b25205f4c2099f97f110f8b5f','Define if the attribute is visible on the \"Additional information\" tab in the product\'s page.',NULL,NULL,'','LINE',NULL,10,'','a3bd4060dfb275b6beafb15352cef60e','',NULL),(15376,'en','woocommerce','87c3e7799dd87fe009eebb0aca1d4f04','Define if the order is paid. It will set the status to processing and reduce stock items.',NULL,NULL,'','LINE',NULL,10,'','58c7d335b0b20dadc4198c78ec31cbd8','',NULL),(15377,'en','woocommerce','6c509a6034e3f66ca3ed1c22530b2262','Define if the variation is visible on the product\'s page.',NULL,NULL,'','LINE',NULL,10,'','5e50fba57ad71f1cc590e92c67b422af','',NULL),(15378,'en','woocommerce','5bca12dd5614441335e6d7c9c35f577e','Define whether or not the entire product is taxable, or just the cost of shipping it.',NULL,NULL,'','LINE',NULL,10,'','d00a04f7dc4d4ebe3514124452f4f098','',NULL),(15379,'en','woocommerce','ba290ff950475708a10987cb31e6274c','Delaware',NULL,NULL,'','LINE',NULL,10,'','875568ca816fdfb6cf9ceba885780739','',NULL),(15380,'en','woocommerce','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,10,'','dea09b4cab817e2917557a24341ce7c3','',NULL),(15381,'en','woocommerce','f41724627753b78a232a7487d932e628','Delete \"%s\" permanently',NULL,NULL,'','LINE',NULL,10,'','e02c3fffae6853a4ec26f330772fa13c','',NULL),(15382,'en','woocommerce','a47d42ae32f2a8b398b6a0273a7fe733','Delete WooCommerce tax rates',NULL,NULL,'','LINE',NULL,10,'','0454abd69d8232dd1ad55730cb32549c','',NULL),(15383,'en','woocommerce','0bfd9b4de3c54c1467b6a46abd61bcd0','Delete all variations',NULL,NULL,'','LINE',NULL,10,'','d5b0dc6616bce320673d437c65f313fa','',NULL),(15384,'en','woocommerce','83b5a65e518c21ed0a5f2b383dd9b617','Delete image',NULL,NULL,'','LINE',NULL,10,'','bf39a1cbd77bd7f3048a3f5b7e9be531','',NULL),(15385,'en','woocommerce','e8cf85cec621489ec026f7e06c67eb4e','Delete item',NULL,NULL,'','LINE',NULL,10,'','bb458d146fa4411ae2fc045dd0d17897','',NULL),(15386,'en','woocommerce','af0775a33c5356dfb39ceba2f073ccf6','Delete log',NULL,NULL,'','LINE',NULL,10,'','be27c08b2500638a35391e741b5dec22','',NULL),(15387,'en','woocommerce','776d6d348a916bb4e7e89f9349d68b7c','Delete note',NULL,NULL,'','LINE',NULL,10,'','9b3a6f8061c24dca07ce9863f2aa18ac','',NULL),(15388,'en','woocommerce','a5b932f167e039dbe3872e50aa1d7a1a','Delete orphaned variations',NULL,NULL,'','LINE',NULL,10,'','9458f5366f7d171989d13d0a405b2031','',NULL),(15389,'en','woocommerce','8fb41b3911b7f22a4e1d2dbfd77bc403','Delete permanently',NULL,NULL,'','LINE',NULL,10,'','6309365c6a3716cf934a67338d7dfa0e','',NULL),(15390,'en','woocommerce','3de21cf04dea2e23d234aa5a7243c43f','Delete tax rates',NULL,NULL,'','LINE',NULL,10,'','2f20c73b81c62c510ff90e5018f5071f','',NULL),(15391,'en','woocommerce','05fac5bee15c4dc23c4e449059cf62e9','Delete template file',NULL,NULL,'','LINE',NULL,10,'','3282d77d54c35b32564f1b1c12251666','',NULL),(15392,'en','woocommerce','5fe6005bf6e415c950c011fb65f12b8f','Deleted',NULL,NULL,'','LINE',NULL,10,'','cf3cfc0e9e556298ce197e4c9b21775c','',NULL),(15393,'en','woocommerce','f0ade79509fcc55211bf885361e8fa64','Deleted %1$s and adjusted stock (%2$s)',NULL,NULL,'','LINE',NULL,10,'','e3fa598bcdd7c37d5b2f904c2ad2de24','',NULL),(15394,'en','woocommerce','7ae3bc407ac92826211a4de01172001b','Deleted %s',NULL,NULL,'','LINE',NULL,10,'','e92868014514c8683aee3a9589263cbb','',NULL),(15395,'en','woocommerce','0802fa8f9b093707019f7e50d9dba068','Deleted all active sessions, and %d saved carts.',NULL,NULL,'','LINE',NULL,10,'','6b60caa28eac7ecde94463349d1d8361','',NULL),(15396,'en','woocommerce','aa07a8079112cd7c11e8b5d1be028a14','Deleting a category does not delete the products in that category. Instead, products that were only assigned to the deleted category are set to the category %s.',NULL,NULL,'','LINE',NULL,10,'','3e6a46c31344575704a68f638aa2fbaa','',NULL),(15397,'en','woocommerce','9baaebe1759ba1a6365a2b0539081516','Delhi',NULL,NULL,'','LINE',NULL,10,'','2b625a34b55e3b006ee74c16de3f7684','',NULL),(15398,'en','woocommerce','abb968fcf23cfb09b36e4d92bbbe7500','Delimiter',NULL,NULL,'','LINE',NULL,10,'','c68515281e7c8552abdb3c7950893745','',NULL),(15399,'en','woocommerce','04d72d7c687381490d4dd611a40efe6c','Delivery URL',NULL,NULL,'','LINE',NULL,10,'','b0969573c6bc69fa3f25d524f989928e','',NULL),(15400,'en','woocommerce','589df9e9c2b0f1c04f526bf995dc57e5','Delivery fee',NULL,NULL,'','LINE',NULL,10,'','e2af179b59c516371c131a9f77985256','',NULL),(15401,'en','woocommerce','db1f4ab5845def61a83d5df13e0c2397','Delta',NULL,NULL,'','LINE',NULL,10,'','de9620304f4cb372306f9f9c9a1188a1','',NULL),(15402,'en','woocommerce','8dca1849a22cbd5ac2671b3399b35f63','Denizli',NULL,NULL,'','LINE',NULL,10,'','95d32ed6037c20fcda89a6d15ddf3719','',NULL),(15403,'en','woocommerce','424214945ba5615eca039bfe5d731c09','Denmark',NULL,NULL,'','LINE',NULL,10,'','8d67c26b2874ec208a2b87392cd65d13','',NULL),(15404,'en','woocommerce','3682d1665cf331373000c20680732d3a','Deny',NULL,NULL,'','LINE',NULL,10,'','9a39b38992cd9d551a638760197a7899','',NULL),(15405,'en','woocommerce','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,10,'','0b211bbc46f6da1fce33d4bc0f428b37','',NULL),(15406,'en','woocommerce','0ba3309bf076bf416d0bb498fdfcb77f','Description (optional)',NULL,NULL,'','LINE',NULL,10,'','35cb8c2f19228a889ced9e5d2b454dd1','',NULL),(15407,'en','woocommerce','aaa15bb143d5a52373dcd664530163e5','Description for your reference',NULL,NULL,'','LINE',NULL,10,'','d282922da65d75a4e15277b2008b337d','',NULL),(15408,'en','woocommerce','89943ce3b371cc3c96d1486bb12f303f','Description is missing.',NULL,NULL,'','LINE',NULL,10,'','61309f62a973a213fa5fa5e9fe3eef06','',NULL),(15409,'en','woocommerce','d9e4f9e92b85eff1f778ad3f30e3b751','Design your store with deep WooCommerce integration. If toggled on, we’ll install <a href=\"https://woocommerce.com/storefront/\" target=\"_blank\" rel=\"noopener noreferrer\">Storefront</a>, and your current theme <em>%s</em> will be deactivated.',NULL,NULL,'','LINE',NULL,10,'','25d4b025d26e6de6e51d8cbeabe51203','',NULL),(15410,'en','woocommerce','441ec7a61ad759d3b2282feec5ef896f','Determines how this attribute\'s values are displayed.',NULL,NULL,'','LINE',NULL,10,'','91cfb3fbd95cf13bf51c8065d8e9e268','',NULL),(15411,'en','woocommerce','a09b78bca417cbb41381de3c6721460e','Determines if hidden or visible catalog products are shown.',NULL,NULL,'','LINE',NULL,10,'','45ba708659f8794bafaf0a2a87b5754a','',NULL),(15412,'en','woocommerce','6f03b72c8459e3d7ef25fdd24b99f62c','Determines the sort order of the terms on the frontend shop product pages. If using custom ordering, you can drag and drop the terms in this attribute.',NULL,NULL,'','LINE',NULL,10,'','ded2b668c2119238b9cac7d1eb37f1d5','',NULL),(15413,'en','woocommerce','c5ba667b40f40d6d2d63a3775dd3333f','Determines the type of discount that will be applied.',NULL,NULL,'','LINE',NULL,10,'','9cde296fbbde569e6b9b1812af6ccc76','',NULL),(15414,'en','woocommerce','1855ebb6505036646e82ea9b2533600d','Dhaka',NULL,NULL,'','LINE',NULL,10,'','c497bf172ef52877afcb7b9508400948','',NULL),(15415,'en','woocommerce','8cc67756de0859c33b558d6a09f6e7f2','Dhaulagiri',NULL,NULL,'','LINE',NULL,10,'','01a5b088c7953f02463c88fd0c03302c','',NULL),(15416,'en','woocommerce','b1a6c82a9a94a5dcfa1ca46bd31ee905','Did the tool run successfully?',NULL,NULL,'','LINE',NULL,10,'','885310fcee6faae092a28aed7fca87f3','',NULL),(15417,'en','woocommerce','78dbf4a03ae7af88c00a1c292004c186','Did you know you can print shipping labels at home?',NULL,NULL,'','LINE',NULL,10,'','19b0e8276029ff5b4652311cfb8a34d1','',NULL),(15418,'en','woocommerce','f4843c1c797abf1a256c8802b6cd9f51','Dimensions',NULL,NULL,'','LINE',NULL,10,'','c3a33e2ee9865e7b813d0df75ec35b96','',NULL),(15419,'en','woocommerce','9d98aba66cb91721f673135ecf53394e','Dimensions (%s)',NULL,NULL,'','LINE',NULL,10,'','0cdad439c52893a47e9dc07e1a7cfcb3','',NULL),(15420,'en','woocommerce','1629f47532efd1e1a561c814325d9573','Dimensions (L×W×H) (%s)',NULL,NULL,'','LINE',NULL,10,'','9201ffc57333513683d7b8261a3f20e6','',NULL),(15421,'en','woocommerce','4a955365d94799e3788ea8c04aafda4b','Dinagat Islands',NULL,NULL,'','LINE',NULL,10,'','dae80552c526d81292d175579eedc025','',NULL),(15422,'en','woocommerce','85bf73c3e33addd1fd586ba98bd99a2d','Dinajpur',NULL,NULL,'','LINE',NULL,10,'','91a5395dfb272a68cf8cb9909396ba0f','',NULL),(15423,'en','woocommerce','c7d37595f85fbdede4d8958deb3761db','Diners',NULL,NULL,'','LINE',NULL,10,'','87d84dc5d447c856ae4a204667827c8d','',NULL),(15424,'en','woocommerce','8af30a6e723697ef031bd67175d95a4c','Direct bank transfer',NULL,NULL,'','LINE',NULL,10,'','e8d668eeba8065ec2154d128ebfbeaac','',NULL),(15425,'en','woocommerce','c16ae8a823961f601323e0157dba6441','Direct payments to email address:',NULL,NULL,'','LINE',NULL,10,'','338d629dc5e4cb02ecf6685279f4068f','',NULL),(15426,'en','woocommerce','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'','LINE',NULL,10,'','d170ffd22abcca60466120aeec338df1','',NULL),(15427,'en','woocommerce','42ae25231906c83927831e0ef7c317ac','Disconnect',NULL,NULL,'','LINE',NULL,10,'','c385a9ef457aab69e4c3b8f2e0d72e75','',NULL),(15428,'en','woocommerce','b30690be173bcd4a83df0cd68f89a385','Discount amount',NULL,NULL,'','LINE',NULL,10,'','cbee8b988a1fc49df6f0bf27e34fa079','',NULL),(15429,'en','woocommerce','2fdae95f253e1013d36aaed83b43fa17','Discount total tax.',NULL,NULL,'','LINE',NULL,10,'','cb8ced2cfeb045c49fd747a560aaae3d','',NULL),(15430,'en','woocommerce','7095c119e3b98bf119547acf7603004f','Discount total.',NULL,NULL,'','LINE',NULL,10,'','a90c440daa6eb6406f9ff4f0ccdf4da4','',NULL),(15431,'en','woocommerce','2fd49744efeb4627195552e157117f2a','Discount type',NULL,NULL,'','LINE',NULL,10,'','998f72f1674410c73e7e4dc248a80708','',NULL),(15432,'en','woocommerce','a1e7379abfdbc3b8e03506e5489c6110','Discount:',NULL,NULL,'','LINE',NULL,10,'','a0f0bb6ced8396548ea5c9a00e209683','',NULL),(15433,'en','woocommerce','abfc3a65538a6ec86502b2b498b6b4a6','Discover',NULL,NULL,'','LINE',NULL,10,'','0c5c695cd66f9cc3a5f1b8a37a30990a','',NULL),(15434,'en','woocommerce','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,10,'','93a65e4315688074a3c980010f14d9af','',NULL),(15435,'en','woocommerce','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,10,'','4ed95350952129809f46bc4f868c060e','',NULL),(15436,'en','woocommerce','851fcb8df00b654b4d4df6f3a6ae45d4','Dismiss this suggestion',NULL,NULL,'','LINE',NULL,10,'','36de7140944995721172784291e219a1','',NULL),(15437,'en','woocommerce','08266b1a2e45d58b96c224888aadb582','Display a grid of on sale products.',NULL,NULL,'','LINE',NULL,10,'','cf86208c9734b748a1b2dc89ddd10f31','',NULL),(15438,'en','woocommerce','cc4fe748ca91a272ef4f661b3cb8645e','Display a grid of products from your selected attributes.',NULL,NULL,'','LINE',NULL,10,'','6edc25164cad20918d999f253441d819','',NULL),(15439,'en','woocommerce','621654afb0a71699e4012cd52a1da41a','Display a grid of products from your selected categories.',NULL,NULL,'','LINE',NULL,10,'','b122b44ff42f1889de0cf58b679e146f','',NULL),(15440,'en','woocommerce','23734f25e3662c8167635aa87600f644','Display a grid of products from your selected tags.',NULL,NULL,'','LINE',NULL,10,'','7f6e81476eec9c8b93f6447186fb91f3','',NULL),(15441,'en','woocommerce','74b8828aa595da479778fd9a9741bd88','Display a grid of your all-time best selling products.',NULL,NULL,'','LINE',NULL,10,'','4afdc42c1e05a42b4da6e27f540cac30','',NULL),(15442,'en','woocommerce','d6bc73b80fe4c30987e0c7a1d6c44cd1','Display a grid of your newest products.',NULL,NULL,'','LINE',NULL,10,'','af88fe397c3d18b76bc13586545fd1e1','',NULL),(15443,'en','woocommerce','5771cc8cb9965511207352146240c70a','Display a grid of your top rated products.',NULL,NULL,'','LINE',NULL,10,'','deb97c9b268180dd7a4909689e194b6a','',NULL),(15444,'en','woocommerce','d11a4170cd7b69d217a6ed36d4175875','Display a list of a customer\'s recently viewed products.',NULL,NULL,'','LINE',NULL,10,'','ac887e37d9552e157d6d12d6bd16fb28','',NULL),(15445,'en','woocommerce','34d3b8d6425526fd2536feab237fcde6','Display a list of active product filters.',NULL,NULL,'','LINE',NULL,10,'','64abf4106fb3ac7e55a5883179e63bd4','',NULL),(15446,'en','woocommerce','ba0374200216f63641b8ceaf609fcebd','Display a list of attributes to filter products in your store.',NULL,NULL,'','LINE',NULL,10,'','bb98d624de0e707c1c2db8b5d858fd0c','',NULL),(15447,'en','woocommerce','19a54ea0fa3b22d5f0a80d33b27bf6d6','Display a list of recent reviews from your store.',NULL,NULL,'','LINE',NULL,10,'','dbb63f293b8dbe512ff602b40f6b2297','',NULL),(15448,'en','woocommerce','d947bddbc942d3a92b12878384270dcc','Display a list of star ratings to filter products in your store.',NULL,NULL,'','LINE',NULL,10,'','e8c12cbf99bd3febcb612174ff34c93c','',NULL),(15449,'en','woocommerce','a5436a2128df14560bbfb6f9f90e76bb','Display a selection of hand-picked products in a grid.',NULL,NULL,'','LINE',NULL,10,'','f36b5b3ddede890eb4fa2937c8fd3a5b','',NULL),(15450,'en','woocommerce','80a4abde1fd235ce41108a5a61ea557b','Display a slider to filter products in your store by price.',NULL,NULL,'','LINE',NULL,10,'','a5d8c8cf5cce4962a07497c55ab14419','',NULL),(15451,'en','woocommerce','03c5f603cdd6319603df085bdbeab41e','Display live rates from Canada Post at checkout to make shipping a breeze. Powered by WooCommerce Services.',NULL,NULL,'','LINE',NULL,10,'','88fd51a1a3d0eef456141f031417cd7c','',NULL),(15452,'en','woocommerce','bc9e270b7b1a09eeac794d32b3d9dc8f','Display name',NULL,NULL,'','LINE',NULL,10,'','f511a54b8a1fc496bef34c10370be404','',NULL),(15453,'en','woocommerce','f64237b8cf6e27a614c4ac2b6aec9c6b','Display name cannot be changed to email address due to privacy concern.',NULL,NULL,'','LINE',NULL,10,'','fef3e066882a6feb623cf2f85b4ddebb','',NULL),(15454,'en','woocommerce','7623b37a83f348398eb02c695efcfb23','Display products matching',NULL,NULL,'','LINE',NULL,10,'','e16c0078fa3e1fd3f5f22043b7387cfa','',NULL),(15455,'en','woocommerce','4636b3f6c0836ccf93ab6fb9a09a52b8','Display style',NULL,NULL,'','LINE',NULL,10,'','57948de5ff8786e3e38ea2f49da9d9bd','',NULL),(15456,'en','woocommerce','2ccdf47a28f991ac08e9adadd733f029','Display the customer shopping cart.',NULL,NULL,'','LINE',NULL,10,'','e4b7aeef7d9ffeb81addccd5e7dd3c5c','',NULL),(15457,'en','woocommerce','365119d429fc230c8e9b5c3c94842c19','Display type',NULL,NULL,'','LINE',NULL,10,'','bec1cc9fd54fa43e6d81d2f4e84735fb','',NULL),(15458,'en','woocommerce','cef4b227d17c4fc631782b1f075eb071','Displays whether or not WP Cron Jobs are enabled.',NULL,NULL,'','LINE',NULL,10,'','dab7e8b2a130526f7208cb7b1d58bca2','',NULL),(15459,'en','woocommerce','9ce0eae349063db74095dc3b4e2b23cc','Displays whether or not WordPress is in Debug Mode.',NULL,NULL,'','LINE',NULL,10,'','c9214957ee48195e1eec29f1e4d53b91','',NULL),(15460,'en','woocommerce','0b0932c932362d34e6e61b0d8c8792db','Displays whether or not WordPress is using an external object cache.',NULL,NULL,'','LINE',NULL,10,'','929e286ec78314d01e7b4468590763e5','',NULL),(15461,'en','woocommerce','541f0b09c5f834bab3e360b7423de2e9','Displays whether or not the current active theme declares WooCommerce support.',NULL,NULL,'','LINE',NULL,10,'','d8ba515a81622eb1392d0bc86ec4fb3a','',NULL),(15462,'en','woocommerce','09de9cee0af9d957fb22ec9ea963a096','Displays whether or not the current theme is a child theme.',NULL,NULL,'','LINE',NULL,10,'','a5fe6b1a9c7b3726fa8d6ac63aa2a1de','',NULL),(15463,'en','woocommerce','e0bb2f66e5b61be3235bf8969979de19','District',NULL,NULL,'','LINE',NULL,10,'','c9f280a167022c4a57ea5287509b8c08','',NULL),(15464,'en','woocommerce','4f5790808af1a6ed15bd684ae91530aa','District Of Columbia',NULL,NULL,'','LINE',NULL,10,'','e2660fb34a94779299b4b6d36b7c2e26','',NULL),(15465,'en','woocommerce','3653fa1453150a46e5bfa155c1a07140','Distrito Federal',NULL,NULL,'','LINE',NULL,10,'','039d95ae14def3550bc6d387b4128041','',NULL),(15466,'en','woocommerce','8b77df66805c1dbaa491212421c9a7a3','Diyarbakır',NULL,NULL,'','LINE',NULL,10,'','cd8e08fb0339cd4ca52c8372539ca6e9','',NULL),(15467,'en','woocommerce','902f92c09660b797958acb27421fd9ac','Djibouti',NULL,NULL,'','LINE',NULL,10,'','046ef5043d0c1618b52dc9a8cd3ca641','',NULL),(15468,'en','woocommerce','23b82756228a63c2f4d8180a51a78683','Do not allow',NULL,NULL,'','LINE',NULL,10,'','87cacc1d0ebb8faea512d755fdc9761a','',NULL),(15469,'en','woocommerce','60bd81511b8221858ed7a86a0ddbb8cc','Do not import',NULL,NULL,'','LINE',NULL,10,'','ba861daf459353a91c0707bc3ac2d6a2','',NULL),(15470,'en','woocommerce','04feec5961a09294c3cdedb051ba4552','Do you wish to save your changes first? Your changed data will be discarded if you choose to cancel.',NULL,NULL,'','LINE',NULL,10,'','57882250cd951ac3ee54633fe93fcdf2','',NULL),(15471,'en','woocommerce','97e135b44f83b0aeebfca45f34daf787','Dobrich',NULL,NULL,'','LINE',NULL,10,'','7967e2961a8c9d767ee5bb5613b2a72a','',NULL),(15472,'en','woocommerce','a3907cd461d8739aa3266047bc4b8c0c','Docs',NULL,NULL,'','LINE',NULL,10,'','b14e6ba76108421504a37dd3a3dbae8d','',NULL),(15473,'en','woocommerce','173feaba5f738c4620f022a6e0e34d34','Dodoma',NULL,NULL,'','LINE',NULL,10,'','48ebfe4f5733a977ef3e79372b7cf8af','',NULL),(15474,'en','woocommerce','d9039c1ca5ad11d615f36bb82e507482','Does the theme declare WooCommerce support?',NULL,NULL,'','LINE',NULL,10,'','beb5ae093efd38b3e5e25e8c08bc2c66','',NULL),(15475,'en','woocommerce','d2f722aa8cb8fc19f3d6f628b528f492','Does the theme have a woocommerce.php file?',NULL,NULL,'','LINE',NULL,10,'','0c916174dc694d7d276a4d0285f5308f','',NULL),(15476,'en','woocommerce','8378c61832dd4f695bb4893927242e6c','Does this theme have outdated templates?',NULL,NULL,'','LINE',NULL,10,'','7a657720c970b70787134e3450adb4a3','',NULL),(15477,'en','woocommerce','472c667815b51c418a462dd2f6e9b260','Does your site force a SSL Certificate for transactions?',NULL,NULL,'','LINE',NULL,10,'','9bf12775a67be3d077fd2bef4c2b0b36','',NULL),(15478,'en','woocommerce','86907d809e830b4774e7be7fefbadab1','Does your site have REST API enabled?',NULL,NULL,'','LINE',NULL,10,'','f893efc656b6eccd0073ffceec2c67d1','',NULL),(15479,'en','woocommerce','d475a9b79bfc1350dec10e89c947d721','Dokolo',NULL,NULL,'','LINE',NULL,10,'','560d64e621520f9f0b43910c99b04cb8','',NULL),(15480,'en','woocommerce','240b078f2af4c4dd211f5d2d8e85d685','Dolj',NULL,NULL,'','LINE',NULL,10,'','971c16c24d665fb94ed5530f37783e6f','',NULL),(15481,'en','woocommerce','531c552093668f148d3c826fca6e3cc8','Dominica',NULL,NULL,'','LINE',NULL,10,'','01d2d93349439688fec86b708d771aae','',NULL),(15482,'en','woocommerce','662c15622f9c9c5decc0db80edb6c416','Dominican Republic',NULL,NULL,'','LINE',NULL,10,'','38e8c13230f7e9525e749fdf05c9a5d1','',NULL),(15483,'en','woocommerce','91a576fd52632d89e8fcc90cd1852321','Don\'t charge for shipping.',NULL,NULL,'','LINE',NULL,10,'','e9a0ac0d42c8f0157d39b7b676cbddc0','',NULL),(15484,'en','woocommerce','fe41ef72a17d4922ca807fc15f83855d','Dondușeni',NULL,NULL,'','LINE',NULL,10,'','709a13978b246cc183f60fd0f187b671','',NULL),(15485,'en','woocommerce','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,10,'','0527da5f1bb8925b27793f4415ade26c','',NULL),(15486,'en','woocommerce','d3de52109c609784f2e4a28d0e9fdb97','Done!',NULL,NULL,'','LINE',NULL,10,'','cda7e1cdac1839acd3c040f1fecade3a','',NULL),(15487,'en','woocommerce','689e68f01f0ae5242163c826b6bffb27','Donegal',NULL,NULL,'','LINE',NULL,10,'','60f9ca4947c7329c477e25c0f69825cf','',NULL),(15488,'en','woocommerce','8d05ab04a71a1f2844981194a4b055d4','Down %d%% from %s',NULL,NULL,'','LINE',NULL,10,'','e73a570da83c0a5caf406c4f6b8c80f6','',NULL),(15489,'en','woocommerce','801ab24683a4a8c433c6eb40c48bcd9d','Download',NULL,NULL,'','LINE',NULL,10,'','5fee507bd6195a3205cac10791bb47de','',NULL),(15490,'en','woocommerce','f55402210397f125f1b8ac071b5d410e','Download %d',NULL,NULL,'','LINE',NULL,10,'','4038f60809b5be5583b76b8846fb734d','',NULL),(15491,'en','woocommerce','a45856a71a1025db7318bafefbe799d2','Download %d URL',NULL,NULL,'','LINE',NULL,10,'','a5e0c8467b12f214ed1beef00179c9ac','',NULL),(15492,'en','woocommerce','785fabf446f5a4f138d4e2216b2fc588','Download %d name',NULL,NULL,'','LINE',NULL,10,'','e8b76eade590b6f8cf3a7805b6da3390','',NULL),(15493,'en','woocommerce','0ebe14e286a16b2c6a6326e9d0fac4e7','Download & install',NULL,NULL,'','LINE',NULL,10,'','7d46ad6e6dc297bc0b0f08c13a1dd085','',NULL),(15494,'en','woocommerce','3e0a7b12fdf8585d071fcea8643030a9','Download ID',NULL,NULL,'','LINE',NULL,10,'','e36221e090b3677af57438f569adcead','',NULL),(15495,'en','woocommerce','976df6acbbfd232c6de70ff14c26b7ef','Download ID (MD5).',NULL,NULL,'','LINE',NULL,10,'','4ea6bcd652ad80bb3c0374bb42feb610','',NULL),(15496,'en','woocommerce','692b6db6fe1e3d6a9ce3a17054c3a25b','Download ID.',NULL,NULL,'','LINE',NULL,10,'','8cb723c20d186b8109a9cd28eacd678e','',NULL),(15497,'en','woocommerce','32f416df1d840bd40d51cd0ac659280c','Download URL',NULL,NULL,'','LINE',NULL,10,'','3f7336eaeea8bc398ee9b7efd68a4af5','',NULL),(15498,'en','woocommerce','c80ba7455423020fcba41c2611fd25e7','Download count',NULL,NULL,'','LINE',NULL,10,'','2cbcd5dc7308332aae0a381ae7bbf295','',NULL),(15499,'en','woocommerce','8ef80bd9cccb0aabf82558a9a953ec59','Download expiry',NULL,NULL,'','LINE',NULL,10,'','b9a4c37f7f30e09247ea633c69eb2b4e','',NULL),(15500,'en','woocommerce','b9a811b1cf3fe6dd732d5c5cc30da4fd','Download expiry days',NULL,NULL,'','LINE',NULL,10,'','5d09abc068be0c8500c2f1f3ee3a8d50','',NULL),(15501,'en','woocommerce','2bbbb9b2e3c4693a2a889280798e1ab5','Download file URL.',NULL,NULL,'','LINE',NULL,10,'','fc5b46575bed35694915bf65bbc26771','',NULL),(15502,'en','woocommerce','6db0584167158dc334b8565e63a08a9a','Download limit',NULL,NULL,'','LINE',NULL,10,'','1edbaf82769e76673632b3674d2b6c93','',NULL),(15503,'en','woocommerce','5142b3b85b43a7a977ee6515983e17ae','Download name',NULL,NULL,'','LINE',NULL,10,'','f233846d2459bd9951ec2872d3b54c8e','',NULL),(15504,'en','woocommerce','c177158877030c612764a11d20fad6b6','Download type, this controls the schema on the front-end.',NULL,NULL,'','LINE',NULL,10,'','09754e781d8c6b8d7664ed4436874dbb','',NULL),(15505,'en','woocommerce','d00af43e7dc24f85fee79ceb4ac70a0a','Downloadable',NULL,NULL,'','LINE',NULL,10,'','ae70cbd951f8eecac8e40c9f4bd8bb82','',NULL),(15506,'en','woocommerce','4bfe6e6bbbaafe6078fb0c469dae43d7','Downloadable file name.',NULL,NULL,'','LINE',NULL,10,'','5203c48bb6d05823030ed8f21f60ea9a','',NULL),(15507,'en','woocommerce','5ad6bd7cbbe534b08d03f73ca7be852f','Downloadable files',NULL,NULL,'','LINE',NULL,10,'','925c291e512c32bd43cc4059ed7f1ea4','',NULL),(15508,'en','woocommerce','9d8992f7bf8e729370642d6b77ced6cc','Downloadable product ID.',NULL,NULL,'','LINE',NULL,10,'','48a5f03cec42c6d5d567ef6585951755','',NULL),(15509,'en','woocommerce','c2e3eab0f336e81a1efc1953cffcfd70','Downloadable product permissions',NULL,NULL,'','LINE',NULL,10,'','81c1cda7a6c11e39f0c62c2ea7c23ec8','',NULL),(15510,'en','woocommerce','071b059f37909e16670bd5cdf81383d7','Downloadable products give access to a file upon purchase.',NULL,NULL,'','LINE',NULL,10,'','6de41eaccd2a93950cfaf6606da8bce6','',NULL),(15511,'en','woocommerce','a7d65f8c4cc15e8fcf9abc15cb7b59d6','Downloaded %s time',NULL,NULL,'','LINE',NULL,10,'','2d7d73b15ab72bbdca82c4f72b4b8ed1','',NULL),(15512,'en','woocommerce','51181ee7a2e21af5edd03c74129cae23','Downloaded %s times',NULL,NULL,'','LINE',NULL,10,'','a231452e1aa42650a4b2f64ae973aa05','',NULL),(15513,'en','woocommerce','78abcb84db581dc44d267f746541a1f8','Downloads remaining',NULL,NULL,'','LINE',NULL,10,'','b34af9417345dc73d3216f5809dcd024','',NULL),(15514,'en','woocommerce','9b9de35ebd7cb4b758786c14c7cd93ae','Drag and drop to re-order your custom zones. This is the order in which they will be matched against the customer address.',NULL,NULL,'','LINE',NULL,10,'','3356ac4ecb2aa6690a467a532a7a7a56','',NULL),(15515,'en','woocommerce','9a8d75e5c0d212e1b7486a58eb4913f0','Drag and drop to set admin attribute order',NULL,NULL,'','LINE',NULL,10,'','96b398349c11cf8d73cb061c81c6f238','',NULL),(15516,'en','woocommerce','6a96cc44cb94db9b5763d82bebce6e55','Drag and drop, or click to set admin variation order',NULL,NULL,'','LINE',NULL,10,'','88ba048c3f4a033054108f52998a4a18','',NULL),(15517,'en','woocommerce','d3ca4de27d854ec7c5f0e2086b7b1b4d','Drochia',NULL,NULL,'','LINE',NULL,10,'','ae5b7b5982ec37011fb24f16d9cc6c34','',NULL),(15518,'en','woocommerce','7498c445a737312f3678aa1494e01a38','Dropdown',NULL,NULL,'','LINE',NULL,10,'','18cac13c5b56d075b8e0cb32d7c91e8e','',NULL),(15519,'en','woocommerce','d599485de18dbe5ec3c78d676c417d54','Dropin Plugins',NULL,NULL,'','LINE',NULL,10,'','28d35a5d1e4a142c2fbda5ba9e1e75c6','',NULL),(15520,'en','woocommerce','c4bad0501a3ddd996925b387cba86648','Dropins & MU plugins.',NULL,NULL,'','LINE',NULL,10,'','6fed57117b2bdadf6a6386f42ea30f29','',NULL),(15521,'en','woocommerce','d2f6327576dbb13b379b275eb814d3d2','Dubăsari',NULL,NULL,'','LINE',NULL,10,'','8f7e17f0efd7d63d3a14b1e56992bcc2','',NULL),(15522,'en','woocommerce','50fefb5efb085fd11b1a4fd2b6dda0aa','Dublin',NULL,NULL,'','LINE',NULL,10,'','02fe1e8f7de46bcb27e4e9e4de7c2c0e','',NULL),(15523,'en','woocommerce','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,10,'','b3dd0c5ba4d041b935b7afd972d5fb90','',NULL),(15524,'en','woocommerce','8b1ccee148d4eeec743028f90632d355','Durango',NULL,NULL,'','LINE',NULL,10,'','0b612ac77342fd33939f0b323fb328ec','',NULL),(15525,'en','woocommerce','71f29193ccb3585d772667697755fbf8','East Azarbaijan (آذربایجان شرقی)',NULL,NULL,'','LINE',NULL,10,'','752a2fe66ac0ec1204b8c3084483b63d','',NULL),(15526,'en','woocommerce','988c64336b8b535611fc1f617eca2cef','Eastern',NULL,NULL,'','LINE',NULL,10,'','67b79d5aa77e2e4a1150a734bb00a34a','',NULL),(15527,'en','woocommerce','64b0b529738602902b1c842ecc098c19','Eastern Cape',NULL,NULL,'','LINE',NULL,10,'','d09639723f81a4704238a59b8cb59acf','',NULL),(15528,'en','woocommerce','a7fcc64ef885c80ad663bd10805b65b7','Eastern Samar',NULL,NULL,'','LINE',NULL,10,'','2605a0cadf0d6c19a5eb1b5f298d3d0b','',NULL),(15529,'en','woocommerce','455f18fcaf13b1ef4d6322d5879764fc','Ebonyi',NULL,NULL,'','LINE',NULL,10,'','abcb5b08c9e7aac035a2722928798efb','',NULL),(15530,'en','woocommerce','4d5d85af33ec2aaedb674d2d6a7d53b6','Ecuador',NULL,NULL,'','LINE',NULL,10,'','210d3042168aa185073cbe393a6a65e2','',NULL),(15531,'en','woocommerce','bba73b80b46cf57596f70093d988f424','Edineț',NULL,NULL,'','LINE',NULL,10,'','52ee67ee03b8d8f2758c837cde0782fb','',NULL),(15532,'en','woocommerce','81f2ea196830b1f72b884414917df18a','Edirne',NULL,NULL,'','LINE',NULL,10,'','f57bda795d72ab4230d6a48427f9861f','',NULL),(15533,'en','woocommerce','7dfa8bf72c98a7c1927d689cdbc49ce1','Edit %s',NULL,NULL,'','LINE',NULL,10,'','5eac22e051f7c21fa538fbd66f0ef62f','',NULL),(15534,'en','woocommerce','5f137fc709438d489aec986f0bc132b0','Edit %s page',NULL,NULL,'','LINE',NULL,10,'','cf8ed74a100b5ac46b9edf4c6e294719','',NULL),(15535,'en','woocommerce','29ae16e9754f2be0c20a56d0dcda2fb9','Edit Scheduled Action',NULL,NULL,'','LINE',NULL,10,'','e8a6287a332f5d3abd63657fa87652a0','',NULL),(15536,'en','woocommerce','4cf8e5f6ffbb182b5d480cbabae6a028','Edit attribute',NULL,NULL,'','LINE',NULL,10,'','b13bbfd9cd8b24760d0039c5469b796c','',NULL),(15537,'en','woocommerce','0362e36e532aa811e6a869d1134cfcc7','Edit failed. Please try again.',NULL,NULL,'','LINE',NULL,10,'','dd9f1e5761a8d9cc378f99d44f951f8a','',NULL),(15538,'en','woocommerce','e846451da0b2e6f6613bb435310a219c','Edit item',NULL,NULL,'','LINE',NULL,10,'','1027b57c929e1b7b10c03bb3b31880f1','',NULL),(15539,'en','woocommerce','d016e4aede130c0ab654c1195241dc67','Edit media',NULL,NULL,'','LINE',NULL,10,'','a7680a1859563698bd2f5397579b9648','',NULL),(15540,'en','woocommerce','bf4d8a8023ceb1a9cc442f99a3a6c747','Edit this order',NULL,NULL,'','LINE',NULL,10,'','dde276ecb76e940ff2089fdd9347f8a8','',NULL),(15541,'en','woocommerce','8f8965d69ee40337b540a0d800af022f','Edo',NULL,NULL,'','LINE',NULL,10,'','f09bca81c8c04bd67ec70ce6724d69ab','',NULL),(15542,'en','woocommerce','de7a22a0c94aa64ba2449e520aa20c99','Education',NULL,NULL,'','LINE',NULL,10,'','6c74872728f10b7750523281c9a006b0','',NULL),(15543,'en','woocommerce','e31959fe2842dacea4d16d36e9813620','Egypt',NULL,NULL,'','LINE',NULL,10,'','06aaccf84f75d8e0171c6bb15c1599cd','',NULL),(15544,'en','woocommerce','0f7bcbaff4ade5af6c6a0a9678d4ddc2','Ehime',NULL,NULL,'','LINE',NULL,10,'','e6c2e998f6dfed355f70c19005a5ed2d','',NULL),(15545,'en','woocommerce','5def8a1fecc99b1b0443bcc5e1ea53bc','Eircode',NULL,NULL,'','LINE',NULL,10,'','1cb8de3bf0ba4f34d4e045379265576f','',NULL),(15546,'en','woocommerce','d81777338cf8c7a41e64f0f45ddb6d03','Ekiti',NULL,NULL,'','LINE',NULL,10,'','684a61da9364b709240e34b2134bf157','',NULL),(15547,'en','woocommerce','27d7ef4101da8b72cfcaca62d7333a8c','El Callao',NULL,NULL,'','LINE',NULL,10,'','2a6eccda7d6cb23465aa6a2fbd122a74','',NULL),(15548,'en','woocommerce','e96d24bdfc024e04f49f1f0cc011ca20','El Salvador',NULL,NULL,'','LINE',NULL,10,'','1c77c5d0b67b94402ac6c28f506aaa01','',NULL),(15549,'en','woocommerce','962faf5839750acdeed90ee6efa96012','Elazığ',NULL,NULL,'','LINE',NULL,10,'','a63189c074710903e05c68c96a72e85f','',NULL),(15550,'en','woocommerce','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,10,'','05b411647cbdfe20c3a98e77488c46d3','',NULL),(15551,'en','woocommerce','643a860f992333b8600ea264aca7c4fc','Email Address',NULL,NULL,'','LINE',NULL,10,'','69945724697610507a856f2bfb3a1e19','',NULL),(15552,'en','woocommerce','b357b524e740bc85b9790a0712d84a30','Email address',NULL,NULL,'','LINE',NULL,10,'','7d05b15cf52be4ea31d9642b1150fc21','',NULL),(15553,'en','woocommerce','7215f2e829827c7f6972857ed6bbc75f','Email address is invalid.',NULL,NULL,'','LINE',NULL,10,'','1dc651bad63e00e82f326aa4687db521','',NULL),(15554,'en','woocommerce','51dab750126238bfe7a46fa371bf8900','Email address to receive payments',NULL,NULL,'','LINE',NULL,10,'','605773e901ab19ae19f55512552adcd9','',NULL),(15555,'en','woocommerce','e1f8fdc118548b74c4bec2ab1a4e1cf7','Email address.',NULL,NULL,'','LINE',NULL,10,'','9aa12efee801f4ee3b367bd66250a318','',NULL),(15556,'en','woocommerce','8c5403a7d999da872451032420f1834d','Email heading',NULL,NULL,'','LINE',NULL,10,'','0af63269b3cc3cdf532b226cf912439c','',NULL),(15557,'en','woocommerce','636205fe530957b8589e4b03623b58ef','Email heading (paid)',NULL,NULL,'','LINE',NULL,10,'','cb0474d0945197775b07427f732a7707','',NULL),(15558,'en','woocommerce','e15faaf8ca7f22212243533dd8ec464c','Email invoice / order details to customer',NULL,NULL,'','LINE',NULL,10,'','f8d29bbe099b6c99015c4201dd7413fe','',NULL),(15559,'en','woocommerce','99662be666101bb9fc783461462973af','Email of the reviewer.',NULL,NULL,'','LINE',NULL,10,'','05bb96829a1434b50c61354759868b76','',NULL),(15560,'en','woocommerce','ac082edf96be0125019d57af065abc5a','Email type',NULL,NULL,'','LINE',NULL,10,'','6dbaff8949a0de8d9de0d9d556cdf9c7','',NULL),(15561,'en','woocommerce','094660fc3011952d0176f4c73c9ce855','Email you used during checkout.',NULL,NULL,'','LINE',NULL,10,'','76a1565fe70e879eb33ad92be4d4eafd','',NULL),(15562,'en','woocommerce','6a1e265f92087bb6dd18194833fe946b','Email:',NULL,NULL,'','LINE',NULL,10,'','71ea1fbaa43209b17f4e9681ae831ca4','',NULL),(15563,'en','woocommerce','a3fa706f20bc0b7858b7ae6932261940','Emergency',NULL,NULL,'','LINE',NULL,10,'','31e4a61edc3cb8645eead69db545b8de','',NULL),(15564,'en','woocommerce','0df8eb4e3d32e64dfe0727f43e4675ee','Empty categories are hidden.',NULL,NULL,'','LINE',NULL,10,'','5df565cad8f772f3255b129266b84434','',NULL),(15565,'en','woocommerce','413d69ad5efa86cbb41a30198d484448','Empty categories are visible.',NULL,NULL,'','LINE',NULL,10,'','26f003dba8f3e0250b18b8a6ad59a124','',NULL),(15566,'en','woocommerce','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'','LINE',NULL,10,'','101c68ad58486ad0b230e6f116249dcc','',NULL),(15567,'en','woocommerce','b805c052fdd2545854bd7128be6fffe5','Enable \"address_override\" to prevent address information from being changed.',NULL,NULL,'','LINE',NULL,10,'','440ce2ec02c0222b96504c8300d337ad','',NULL),(15568,'en','woocommerce','5eb6ad592456bf1a8d45b2a1489a4a49','Enable Archives?',NULL,NULL,'','LINE',NULL,10,'','ac5f740e0b51f39eca8c1417b33058b7','',NULL),(15569,'en','woocommerce','e044f70787b956c642eeaacb28f62ef2','Enable IPN email notifications',NULL,NULL,'','LINE',NULL,10,'','e38fde670ed57bf86088932d557fe886','',NULL),(15570,'en','woocommerce','fe6839842ee911da8d05027e3e487eff','Enable PayPal Standard',NULL,NULL,'','LINE',NULL,10,'','121d777012773be25218a5be342a3f20','',NULL),(15571,'en','woocommerce','f169350317a16e8eab5dd39b1be65914','Enable PayPal sandbox',NULL,NULL,'','LINE',NULL,10,'','7b13c290c0db2fc5161cfbec194207a5','',NULL),(15572,'en','woocommerce','415ef57b0c51a61e57f622b086cfe81d','Enable archives?',NULL,NULL,'','LINE',NULL,10,'','41536778f9efa424e1b64c62e0f0bb93','',NULL),(15573,'en','woocommerce','25bf04a21ab1250ccaf4f9c4be2b7fcb','Enable auto-renew',NULL,NULL,'','LINE',NULL,10,'','fe0b7e6d169fb8fc4f08161e0205e5e3','',NULL),(15574,'en','woocommerce','e5f3940f77b6b9dbf76fc66e99096e6d','Enable bank transfer',NULL,NULL,'','LINE',NULL,10,'','b1314c92ed7a1c848ddec72ed21bd12d','',NULL),(15575,'en','woocommerce','c90b78fc664b67a3891afc88941ea99a','Enable cash on delivery',NULL,NULL,'','LINE',NULL,10,'','104933e92f68270c6d5fe9d9b8cb9ae8','',NULL),(15576,'en','woocommerce','f6de8d35f0739db32b57bded2a533958','Enable check payments',NULL,NULL,'','LINE',NULL,10,'','79162d31d34ed148c715c0bac36503e9','',NULL),(15577,'en','woocommerce','4a10f6d7886c8bba5aa8bf77b05e01d2','Enable for shipping methods',NULL,NULL,'','LINE',NULL,10,'','8860c88378fd1a5f3c428769b4be5a22','',NULL),(15578,'en','woocommerce','c218ee1f0300a1c69a0f97d6d2872fde','Enable logging',NULL,NULL,'','LINE',NULL,10,'','3b2edd28ca1f284ebba1805ef52adc37','',NULL),(15579,'en','woocommerce','47ff9b3ec0336492eaa9396d301cd3da','Enable stock management at product level',NULL,NULL,'','LINE',NULL,10,'','e78e705491afa474f264a45303d87b3b','',NULL),(15580,'en','woocommerce','afdfb02e759880cf2cdfea34cbfc5fd4','Enable store notice',NULL,NULL,'','LINE',NULL,10,'','560031e30cd8f0f4cb1fd5f8ab8fb23a','',NULL),(15581,'en','woocommerce','01170f3efc90a876335ecacee44560a1','Enable this email notification',NULL,NULL,'','LINE',NULL,10,'','2254df1fd39cd375198aeb026d5c5e93','',NULL),(15582,'en','woocommerce','5207e5ee5836d70377725a5c51a958a9','Enable this if you want this attribute to have product archives in your store.',NULL,NULL,'','LINE',NULL,10,'','b28804ffcb115a7964802c37fe043bed','',NULL),(15583,'en','woocommerce','397cf2bc0bf9801aa53e177f603ff612','Enable this option if a product is not shipped or there is no shipping cost',NULL,NULL,'','LINE',NULL,10,'','637a37afb99c46ddfb9002519a5fca84','',NULL),(15584,'en','woocommerce','a1447c6b60609ff975cd4b2789761cc1','Enable this option if access is given to a downloadable file upon purchase of a product',NULL,NULL,'','LINE',NULL,10,'','b656e345966e7a348396590fd9ad91cd','',NULL),(15585,'en','woocommerce','a724059a60a35a3c166a7fdc842d87f2','Enable this option to enable stock management at variation level',NULL,NULL,'','LINE',NULL,10,'','7bab62e66db8662734e64da597e67266','',NULL),(15586,'en','woocommerce','6db9de4540d3d53e3ae1b0214a154d4b','Enable this to only allow one of this item to be bought in a single order',NULL,NULL,'','LINE',NULL,10,'','3c998c3ccfacac3b0106f47bcd13828f','',NULL),(15587,'en','woocommerce','31a419f8d4c59fbd5cf5d2dcd1d88747','Enable usage tracking and help improve WooCommerce',NULL,NULL,'','LINE',NULL,10,'','8ac233a7cf520d433687e407afc8fc9f','',NULL),(15588,'en','woocommerce','e566fe9aef1502d69ccdbe28e1957535','Enable/Disable',NULL,NULL,'','LINE',NULL,10,'','ef2cbb254e4fc40b78a499f116e85927','',NULL),(15589,'en','woocommerce','c5efa8fa185f6565bdf7358c8101202f','Enable/Disable attribute archives.',NULL,NULL,'','LINE',NULL,10,'','6f4e5e8078904391223838ffa053df63','',NULL),(15590,'en','woocommerce','00d23a76e43b46dae9ec7aa9dcbebb32','Enabled',NULL,NULL,'','LINE',NULL,10,'','65936ed3b2d723421c7687a5a7fb9bb2','',NULL),(15591,'en','woocommerce','3c1429dca1ae285353b112dfacae5fe5','End Date',NULL,NULL,'','LINE',NULL,10,'','ef8dbd73422f6cd7df0a4c3af6669481','',NULL),(15592,'en','woocommerce','353a103d5a9033900cc6dfe4b89228bf','End date of sale price, as GMT.',NULL,NULL,'','LINE',NULL,10,'','7ac60f1b878107c85b9c9da0b5856c9b','',NULL),(15593,'en','woocommerce','37efe3f1a1fbc148a76cda9b0e807996','End date of sale price, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','d7f91cc9e8563e1286ddc25e0fcb45f0','',NULL),(15594,'en','woocommerce','9eadd455db479add2bf6584fb66990a2','End date of sale price.',NULL,NULL,'','LINE',NULL,10,'','f4848a32196e17b3779ab876db0f07b7','',NULL),(15595,'en','woocommerce','bcb702c3d2d585351c53f8fb471cbaca','Enhance your products',NULL,NULL,'','LINE',NULL,10,'','3c1dc803d822a0c7713707fd601235a5','',NULL),(15596,'en','woocommerce','80e4f1a5468fd96c593af59e27ac7c07','Enhance your store with these recommended free features.',NULL,NULL,'','LINE',NULL,10,'','eb1df3bf6584563aaf1f665d1b800c38','',NULL),(15597,'en','woocommerce','89d98abc2c5ba5474ad401aa9ff18033','Enjoy all Facebook products combined in one extension: pixel tracking, catalog sync, messenger chat, shop functionality and Instagram shopping (coming soon)!',NULL,NULL,'','LINE',NULL,10,'','cb1d11ed2253720e92a3b23f0872e78f','',NULL),(15598,'en','woocommerce','46dd89e9d05db53fac0bd798b3d2527d','Enna',NULL,NULL,'','LINE',NULL,10,'','f276385f94fa8b0341bfe5a7f0f242ed','',NULL),(15599,'en','woocommerce','437565f10a628532fe5ecbaa03778e00','Ensure result set excludes reviews assigned to specific user IDs.',NULL,NULL,'','LINE',NULL,10,'','c43a61af0688844113110ef8b3f98da0','',NULL),(15600,'en','woocommerce','66bdffce2fe2bd9048591518d6181b6d','Ensure result set excludes specific IDs.',NULL,NULL,'','LINE',NULL,10,'','5788ba938cc9ca42d426b4f0e792d725','',NULL),(15601,'en','woocommerce','5f6bbf2d23a9d8baa346176940532e5f','Enter a cost (excl. tax) or sum, e.g. <code>10.00 * [qty]</code>.',NULL,NULL,'','LINE',NULL,10,'','84f6259f867358d3774c704a0076dab2','',NULL),(15602,'en','woocommerce','105f6148e895cda48a461ad2a09c56f1','Enter a coupon code to apply. Discounts are applied to line totals, before taxes.',NULL,NULL,'','LINE',NULL,10,'','d61ab24e8897ac8c6f66144b177962b5','',NULL),(15603,'en','woocommerce','fa264353831cc3caa59de57913a5806e','Enter a custom base to use. A base must be set or WordPress will use default instead.',NULL,NULL,'','LINE',NULL,10,'','623b7e6e26c6c27282915cc239eed654','',NULL),(15604,'en','woocommerce','3c402fef3f64f90db8a6362dcf81327e','Enter a different address',NULL,NULL,'','LINE',NULL,10,'','358109ff1462d53dd7a1162604c7e4ad','',NULL),(15605,'en','woocommerce','940c3cb944787605cd1d7c0dc7b07a61','Enter a fixed amount or percentage to apply as a fee.',NULL,NULL,'','LINE',NULL,10,'','254a4d9b468fae61ff9aa359199b6dce','',NULL),(15606,'en','woocommerce','7fb773deeb7d6ee2565a41fbd843079f','Enter a name for the new attribute term:',NULL,NULL,'','LINE',NULL,10,'','671183bb2ea26e91a40a3b09867c95ad','',NULL),(15607,'en','woocommerce','7dec2346604c0ff6cc1ddc2b61db19db','Enter a name for this tax rate.',NULL,NULL,'','LINE',NULL,10,'','576e96df5033820069c1e5cb7e9f571a','',NULL),(15608,'en','woocommerce','34721e8ed2afcd09ffbe8327b21022c0','Enter a new password below.',NULL,NULL,'','LINE',NULL,10,'','e699ad482e5ff14a541badf237576330','',NULL),(15609,'en','woocommerce','6e1686fd3731f2ab86761bce1ffda6a0','Enter a number to set stock quantity at the variation level. Use a variation\'s \'Manage stock?\' check box above to enable/disable stock management at the variation level.',NULL,NULL,'','LINE',NULL,10,'','15a06a6e5f220910e225d540225b4e90','',NULL),(15610,'en','woocommerce','35f521793374790494a0db876ab41084','Enter a search term and press enter',NULL,NULL,'','LINE',NULL,10,'','f6b69d335f3f06cb6096b8dfd12b9580','',NULL),(15611,'en','woocommerce','e2fe448c0028d256f4b69ac9a8ac579d','Enter a tax rate (percentage) to 4 decimal places.',NULL,NULL,'','LINE',NULL,10,'','dedce96e14d3c36f1212333b0e8f2ac2','',NULL),(15612,'en','woocommerce','5735b76022dbe5f7242a76d21cbcb8eb','Enter a username or email address.',NULL,NULL,'','LINE',NULL,10,'','acce5f120ea65885ee2c3f6aa71f4d03','',NULL),(15613,'en','woocommerce','611bb1a29ba390d29a0c54ee8696e97b','Enter a value',NULL,NULL,'','LINE',NULL,10,'','49a1a8ee6748e1fc2ec2a526759ea0f2','',NULL),(15614,'en','woocommerce','eadbd18fce0049a70af8b712434ac728','Enter a value (fixed or %)',NULL,NULL,'','LINE',NULL,10,'','245ed6da9ccea9d5c5edece1660865cf','',NULL),(15615,'en','woocommerce','6b192fcdc4b1fba19b725933d5b9b68b','Enter an optional description for this variation.',NULL,NULL,'','LINE',NULL,10,'','aa0251ddf193796110e83840f5ac3363','',NULL),(15616,'en','woocommerce','dc8bb7e7280795de751c284070727bef','Enter an optional note to send the customer after purchase.',NULL,NULL,'','LINE',NULL,10,'','c8255db686f5d30b7487cae0917e91ca','',NULL),(15617,'en','woocommerce','69dd3f2b0e865072bd1f3afe2316e39e','Enter key',NULL,NULL,'','LINE',NULL,10,'','24c2f207a457423c8e6aa9bf1af44b56','',NULL),(15618,'en','woocommerce','07e638d7e3efd30a35ffb2f07465851f','Enter price (%s)',NULL,NULL,'','LINE',NULL,10,'','969e9a28d897608ff3c1d63c488456c8','',NULL),(15619,'en','woocommerce','5fa4e8318931d50d0dc568ba877c1cfa','Enter recipients (comma separated) for this email. Defaults to %s.',NULL,NULL,'','LINE',NULL,10,'','ffee281e32e0c319f20cb9ac3ba91de0','',NULL),(15620,'en','woocommerce','4a7e9285a7f9141db6172b7d9fd9b156','Enter sale price (%s)',NULL,NULL,'','LINE',NULL,10,'','d2f6c29a40b6a09e24bc7d24f2143b26','',NULL),(15621,'en','woocommerce','b6d7d60bcc514eb001dba92f26b46364','Enter some text, or some attributes by \"%s\" separating values.',NULL,NULL,'','LINE',NULL,10,'','a2ddcccfe4eb26859981fc8603f9232f','',NULL),(15622,'en','woocommerce','ca993dd62be4f4303c2e68e902decbe9','Enter some text, or some attributes by pipe (|) separating values.',NULL,NULL,'','LINE',NULL,10,'','c49c9e60732f4e83550ed5b5ad4d53ce','',NULL),(15623,'en','woocommerce','5caecf55783bb4a85720f8eb9e174931','Enter the action that will trigger this webhook.',NULL,NULL,'','LINE',NULL,10,'','84d09aa57fc5d58b6d76cd8e1162cb17','',NULL),(15624,'en','woocommerce','cd5523ad2237154acfd3095ff99d2670','Enter the external URL to the product.',NULL,NULL,'','LINE',NULL,10,'','e3254aa5563a54ccacb3cfc0fd7a812d','',NULL),(15625,'en','woocommerce','88e4a567950a9c22344aa0c3fdfaa7c1','Enter the number of days before a download link expires, or leave blank.',NULL,NULL,'','LINE',NULL,10,'','d3e4b8d1133b7ff58d6564c17c4108de','',NULL),(15626,'en','woocommerce','f45d80c70eed896cbd51e0b700e502af','Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your <a href=\"%s\">PayPal API Credentials</a>.',NULL,NULL,'','LINE',NULL,10,'','f16db28e0f9c637df3205891df85f6d6','',NULL),(15627,'en','woocommerce','99ff7580bd2c78252c8482712ba6938e','Enter your address to view shipping options.',NULL,NULL,'','LINE',NULL,10,'','956b5c19490d7c9d55a1afa58a51b103','',NULL),(15628,'en','woocommerce','939e79ca188f95d4785fbbf67ef76ac2','Entre Ríos',NULL,NULL,'','LINE',NULL,10,'','d78880122f2c2ab469c2ae93bcd0fc19','',NULL),(15629,'en','woocommerce','a1f3ca1a2f839e455c624cb42429f0ba','Enugu',NULL,NULL,'','LINE',NULL,10,'','b55ff85efb67ac277ca59f16196270f2','',NULL),(15630,'en','woocommerce','0e32108d63aec95207c1c26901fb826a','Environment.',NULL,NULL,'','LINE',NULL,10,'','0f8b69c2aaba82f0fa64c1bc6c9076f1','',NULL),(15631,'en','woocommerce','a38c2761908be5cef4a98ef5b3402ac9','Equatorial Guinea',NULL,NULL,'','LINE',NULL,10,'','c475a43457ee037328e9de01a75fc4cd','',NULL),(15632,'en','woocommerce','c9c9f116f74ac9d7e60dc415523dfeff','Eritrea',NULL,NULL,'','LINE',NULL,10,'','a138d88075c52cc6117117acda7e995f','',NULL),(15633,'en','woocommerce','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,10,'','9263aef96a936dd76410b505ccca640c','',NULL),(15634,'en','woocommerce','bfd56f3cafc12f6317ae3351ad712eff','Error 404',NULL,NULL,'','LINE',NULL,10,'','d1a51b82efeeb5b7409e1274965898a0','',NULL),(15635,'en','woocommerce','ea9968b33276f0d1b4d2119cf4a29274','Error during status transition.',NULL,NULL,'','LINE',NULL,10,'','1f90c3d3bc51f67fb7395188d24818d7','',NULL),(15636,'en','woocommerce','71709f0d596bc1d3a7ad7bfb89a4544d','Error getting remote image %s.',NULL,NULL,'','LINE',NULL,10,'','deba18eb006ec88f5354e86ddf34be15','',NULL),(15637,'en','woocommerce','92eac05a9d044331b220961e004389c4','Error messages can contain sensitive information about your store environment. These should be hidden from untrusted visitors.',NULL,NULL,'','LINE',NULL,10,'','efc6043e310c158772a7fa8ce9d05b1d','',NULL),(15638,'en','woocommerce','3e1862eb28d71257b67224fbee9ed608','Error messages should not be shown to visitors.',NULL,NULL,'','LINE',NULL,10,'','71280527e26f7e85fea4e6570ccbf955','',NULL),(15639,'en','woocommerce','54c192a12ba70747aa5ca2fbb2a7ebc5','Error processing action %1$s: %2$s',NULL,NULL,'','LINE',NULL,10,'','589abc5d5dcd990b9c09bda999acc32f','',NULL),(15640,'en','woocommerce','62d76d73fdb005d3c1fc2060eca8f256','Error processing checkout. Please try again.',NULL,NULL,'','LINE',NULL,10,'','28963d07879fe241b7af070920525219','',NULL),(15641,'en','woocommerce','dd45a50e641e677ea07a52d83620f181','Error processing refund. Please try again.',NULL,NULL,'','LINE',NULL,10,'','f4c4bb9a6167a10b35a0481336970a21','',NULL),(15642,'en','woocommerce','9a3737ae9e6c4d562f7808f60816986f','Error saving action: %s',NULL,NULL,'','LINE',NULL,10,'','b257836b88fbd12876fa7d99f25097ea','',NULL),(15643,'en','woocommerce','c256e15f5e38da69ccc0a709bb6b29f6','Error saving order.',NULL,NULL,'','LINE',NULL,10,'','49919e22a7d7821539e38fb17b6ac561','',NULL),(15644,'en','woocommerce','3d9f514d46849760ef1b1412e314fd99','Error:',NULL,NULL,'','LINE',NULL,10,'','53d5814a743762bdffe5415cedb61885','',NULL),(15645,'en','woocommerce','10e10a814f3c1f9a5e847376c975ea3c','Error: %s',NULL,NULL,'','LINE',NULL,10,'','956aef370655cd07b7529213ca1c6413','',NULL),(15646,'en','woocommerce','41bc9ac5cda58bd6e7f57d7801cfa75e','Error: %s.',NULL,NULL,'','LINE',NULL,10,'','67742e2a78de0e419bf88f1e6528f446','',NULL),(15647,'en','woocommerce','db475d60841c8e50070558d88a615e2c','Error: Delivery URL cannot be reached: %s',NULL,NULL,'','LINE',NULL,10,'','bd6b79c1bb6c9153183fc38f0f869402','',NULL),(15648,'en','woocommerce','cd9e620ce35e3a0fa08d607352db5afc','Error: Delivery URL returned response code: %s',NULL,NULL,'','LINE',NULL,10,'','a7802b21f7fe15271bc6ccb0a512726c','',NULL),(15649,'en','woocommerce','0596b6699db79a56673aa6b2556bbe30','Error: non-existing attribute ID.',NULL,NULL,'','LINE',NULL,10,'','2cde8e08ea6458798b334c2429a3e643','',NULL),(15650,'en','woocommerce','37ade0f270b9d39c5f890d11abc7dc9c','Erzincan',NULL,NULL,'','LINE',NULL,10,'','50aca6bf954fa600b5cdcf3fb0b3fc63','',NULL),(15651,'en','woocommerce','6d3b4c624b309348008c277881e86413','Erzurum',NULL,NULL,'','LINE',NULL,10,'','a59b20732f6794ff410b09130a1b11ee','',NULL),(15652,'en','woocommerce','72fc1d78cf69b03cb5d17e8dfb49bef4','Escape key',NULL,NULL,'','LINE',NULL,10,'','1400b635abf59a60d416d923fd764f90','',NULL),(15653,'en','woocommerce','a2bcca4995897a4eb6a0e5f3f5d94f58','Eskişehir',NULL,NULL,'','LINE',NULL,10,'','d60257a9229aaee76418af994eb9cfeb','',NULL),(15654,'en','woocommerce','9104c5bd23badd9353bc4ced998eaa2d','Espírito Santo',NULL,NULL,'','LINE',NULL,10,'','bfc5ef7efd2aa4b53bf085bc9fb89925','',NULL),(15655,'en','woocommerce','74cf9741fa1f0d8a7e944cfd1e1f550e','Estado de México',NULL,NULL,'','LINE',NULL,10,'','2da241e267a193baf818fc4f7410643b','',NULL),(15656,'en','woocommerce','7755415a9fe7022060b98a689236ccd2','Estonia',NULL,NULL,'','LINE',NULL,10,'','53528bc37da65217d3ab10258bcf54c9','',NULL),(15657,'en','woocommerce','e299d7cb0f7866cce7d90da2af14047c','Ethiopia',NULL,NULL,'','LINE',NULL,10,'','b41a1a14121acec17360ffdbdd91cd4c','',NULL),(15658,'en','woocommerce','912d59cdf1d3f551fae21f6f0062258f','Europe',NULL,NULL,'','LINE',NULL,10,'','a31fdeb801671b52f6dc18b169aa89e3','',NULL),(15659,'en','woocommerce','3db9b93307509ea0ac03dc7925de96fd','Europe zone = Any country in Europe = Flat rate shipping',NULL,NULL,'','LINE',NULL,10,'','b56129a2802c5b6e7d85494a21e0d007','',NULL),(15660,'en','woocommerce','7fcfe72f6e79229ca9132ae6c2c113e4','Every %d Minutes',NULL,NULL,'','LINE',NULL,10,'','1e67028b8c55e8d45fb53b4b5415ed1c','',NULL),(15661,'en','woocommerce','6fc473c3b5128bcdb9a23d270155ddd1','Every %s',NULL,NULL,'','LINE',NULL,10,'','2db44b6cfe16fddbd27723a71612cf62','',NULL),(15662,'en','woocommerce','5f86190bddaffe634153c40721b41544','Every minute',NULL,NULL,'','LINE',NULL,10,'','9fcef6064bd8a9cf1620000778a5a93a','',NULL),(15663,'en','woocommerce','13787cfb1a15ae6690a29d3895c54de9','Everywhere',NULL,NULL,'','LINE',NULL,10,'','e697f79c1a386139ccb60122f09d4fad','',NULL),(15664,'en','woocommerce','58de2551044cab6c7ff45c003bb90d82','Exclude categories',NULL,NULL,'','LINE',NULL,10,'','b2e2a5fdce9476a1874d02677d0dc7ee','',NULL),(15665,'en','woocommerce','0c234b4d1cfefa62f203251bc10a6b03','Exclude products',NULL,NULL,'','LINE',NULL,10,'','db2125dba138834be1aa99bc2f88f749','',NULL),(15666,'en','woocommerce','2892926be17ca696b8fd36aaf693e854','Exclude sale items',NULL,NULL,'','LINE',NULL,10,'','95a1d111260202f826512556620fe926','',NULL),(15667,'en','woocommerce','567cd5651845ad3c6f09a5ee0a03ae70','Excluding selected countries',NULL,NULL,'','LINE',NULL,10,'','074c58141101eaf76a9c4089aa1527c8','',NULL),(15668,'en','woocommerce','1549fa2959aa376a7ced9df23e53b70d','Existing products that match by ID or SKU will be updated. Products that do not exist will be skipped.',NULL,NULL,'','LINE',NULL,10,'','0adb021d217ed598076550ec95ce378c','',NULL),(15669,'en','woocommerce','8098b34f582537833b36b58273c3545b','Expand',NULL,NULL,'','LINE',NULL,10,'','7af7fa7bec8335b248b9cab1ec2aa42e','',NULL),(15670,'en','woocommerce','24fe48030f7d3097d5882535b04c3fa8','Expired',NULL,NULL,'','LINE',NULL,10,'','c6bd6dc8881513c0871010da80ac6704','',NULL),(15671,'en','woocommerce','25c0e1362df489d4839744bb18eea8a2','Expired :(',NULL,NULL,'','LINE',NULL,10,'','3b788fa7ef5234735a983fa4ede47ad7','',NULL),(15672,'en','woocommerce','753c90a24b5268b3e31de3e8441fc825','Expired transients',NULL,NULL,'','LINE',NULL,10,'','951f77f33a37212f9e2bcc489cda8bba','',NULL),(15673,'en','woocommerce','cfc36842a01da69c484ffdcc6782f437','Expires',NULL,NULL,'','LINE',NULL,10,'','b37ced35813b7676d5fdfdd5162ad3ee','',NULL),(15674,'en','woocommerce','8ebfd46bdfae4b2a9637d0d0c5b5b724','Expires on:',NULL,NULL,'','LINE',NULL,10,'','e8d92c1460bf062358f1d4d8fec982cf','',NULL),(15675,'en','woocommerce','89e39e9f60c9ea0fd7a65f538f1e90ed','Expiring Soon',NULL,NULL,'','LINE',NULL,10,'','f4f3df54aca7bb0a59d8aa3fb71ca724','',NULL),(15676,'en','woocommerce','6c9dad1ac248b66d2d90d47b1659a5a4','Expiring soon!',NULL,NULL,'','LINE',NULL,10,'','8a9f35653469b90d3bb2a2ff65138eee','',NULL),(15677,'en','woocommerce','6a2ca385c74e4801df23a773514b47e9','Expiry (MM/YY)',NULL,NULL,'','LINE',NULL,10,'','3e1bfdc9f39101bb16e069d7c174c069','',NULL),(15678,'en','woocommerce','95b16127e70e8a90220404fb48343182','Expiry date',NULL,NULL,'','LINE',NULL,10,'','b0f64e68be24f6fbfe98e6bc9f7f486d','',NULL),(15679,'en','woocommerce','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,10,'','03de798058768cd935a81a795068a990','',NULL),(15680,'en','woocommerce','c04f1e4841a6af78088d6ccf6f3a8a76','Export CSV',NULL,NULL,'','LINE',NULL,10,'','23ecddf22d0c0f78be656609873c5529','',NULL),(15681,'en','woocommerce','50e7c25baa25e8527fdcaf25a3df20c3','Export Products',NULL,NULL,'','LINE',NULL,10,'','24076e4d215fc29e1a762e1c30ed0306','',NULL),(15682,'en','woocommerce','999e6ce4b4fcb57e849ffa04c7f20ce2','Export all categories',NULL,NULL,'','LINE',NULL,10,'','be98b3f798e3dfa9f0dddcb9d710e8d1','',NULL),(15683,'en','woocommerce','e1c5b2f9c9ee98515279c71128521bd6','Export all columns',NULL,NULL,'','LINE',NULL,10,'','37bb6d2bdb17bfb51d8fa44e2343fe37','',NULL),(15684,'en','woocommerce','862d8446c5fac135628519ed2de5be63','Export all products',NULL,NULL,'','LINE',NULL,10,'','2813f7bb8deba7f1eb5da9d808276f51','',NULL),(15685,'en','woocommerce','969fafb523896211c50b594f3a4c1ec5','Export custom meta?',NULL,NULL,'','LINE',NULL,10,'','de5dcbcc25c82f6d65dcbd9ab047fe6a','',NULL),(15686,'en','woocommerce','934ef15b067ed82c0c70bb2a5d4d0c98','Export products to a CSV file',NULL,NULL,'','LINE',NULL,10,'','f3c6d69aadeda0285e90a4c3053000cd','',NULL),(15687,'en','woocommerce','4af53a94d1fa2ef9a2d6df19bbf0b033','Extensions %s',NULL,NULL,'','LINE',NULL,10,'','fcebe78e782c85f0ee2d5395c07cadd3','',NULL),(15688,'en','woocommerce','fd7b2ed1ce64bb28edfcd842b50c8f84','Extensions can add new functionality to your product pages that make your store stand out',NULL,NULL,'','LINE',NULL,10,'','457a6896ed7f2eb0356d712e2d45689d','',NULL),(15689,'en','woocommerce','48b6dc1949d063860c1765ebd06bbc95','External URL',NULL,NULL,'','LINE',NULL,10,'','058bb98f6d0ba98204f31fd8a84870ef','',NULL),(15690,'en','woocommerce','fc4bf166ed3310b412b78d274f082736','External object cache',NULL,NULL,'','LINE',NULL,10,'','859246775c3ee03def50b586af039628','',NULL),(15691,'en','woocommerce','92b81bb81e3878a8c6179a8489906352','External product',NULL,NULL,'','LINE',NULL,10,'','a4de4074042e4d35e047d0b3eb474b36','',NULL),(15692,'en','woocommerce','09526b836aa1d03aaf9f0a89e53cd818','External products cannot be backordered.',NULL,NULL,'','LINE',NULL,10,'','846a9c5b15cf658b4c8fe6b6a7146010','',NULL),(15693,'en','woocommerce','45de07bc8e11d1198ddf5c0fe807e799','External products cannot be stock managed.',NULL,NULL,'','LINE',NULL,10,'','52d54d8aa8666060d7fc4a714696092e','',NULL),(15694,'en','woocommerce','ce502087ada850fa4e940a9ffc1e7086','External/Affiliate product',NULL,NULL,'','LINE',NULL,10,'','829a34c927205c37403af92cab184f9f','',NULL),(15695,'en','woocommerce','eed25a75b7dea2fda97ac17499e86fc1','Fălești',NULL,NULL,'','LINE',NULL,10,'','493d2c9d6b24706f2ec7161449373136','',NULL),(15696,'en','woocommerce','c9b8437b43ba0ee77bf10a4b8df17293','FATA',NULL,NULL,'','LINE',NULL,10,'','399ef750e450acb2965653c4d8d12b33','',NULL),(15697,'en','woocommerce','d85544fce402c7a2a96a48078edaf203','Facebook',NULL,NULL,'','LINE',NULL,10,'','edfa3cfb167a0bfb421a4719f0b867be','',NULL),(15698,'en','woocommerce','a44f54bf9d0dbf14f7e130313fdb5751','Facebook for WooCommerce',NULL,NULL,'','LINE',NULL,10,'','2c0864e2e1562cbd8dc1d270d9e46e43','',NULL),(15699,'en','woocommerce','f5cc4cc92dc4c51dde1d4debe32a9a0f','Facebook icon',NULL,NULL,'','LINE',NULL,10,'','9d54cc64aa7f99b29adb262f5d841665','',NULL),(15700,'en','woocommerce','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,10,'','3e291c39204c4a98e79dd8a1500bb0b9','',NULL),(15701,'en','woocommerce','c81a118a7a6875f4196c29d150304673','Failed <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','f18ed88f52303065df429354713a897a','',NULL),(15702,'en','woocommerce','c15a9fc62d39166d480fe92dac448cf1','Failed order',NULL,NULL,'','LINE',NULL,10,'','6613df622a4eb73751be58fadc69c64d','',NULL),(15703,'en','woocommerce','2013c391aa5727e842e355a686298041','Failed order emails are sent to chosen recipient(s) when orders have been marked failed (if they were previously pending or on-hold).',NULL,NULL,'','LINE',NULL,10,'','6e5ddab7a600d85e6326524189629c30','',NULL),(15704,'en','woocommerce','ff9e0f567b978f2fbdc85bfc48f598e7','Failed to import %s product',NULL,NULL,'','LINE',NULL,10,'','2edf5d4f17177f784aad96ffc2a50607','',NULL),(15705,'en','woocommerce','c46f81fece6124d7e8fa057a90642226','Failed to import %s products',NULL,NULL,'','LINE',NULL,10,'','e2e55d6afefa1235958f4dab58547c1e','',NULL),(15706,'en','woocommerce','92092c4d47fcba733f93399634419166','Failed to retrieve product info from woocommerce.com',NULL,NULL,'','LINE',NULL,10,'','6810e36972c5e60216a9dbc035e0d6d5','',NULL),(15707,'en','woocommerce','e95e949b8891fd2166c913df77bc7fa0','Failed to update coupon',NULL,NULL,'','LINE',NULL,10,'','8018738eb58d8f5ad4225b05cb5d1ccc','',NULL),(15708,'en','woocommerce','1ea2b56dea4f434aa77e6369deef076a','Falkland Islands',NULL,NULL,'','LINE',NULL,10,'','6840a8a3a0d1f98b46a35f469f384e54','',NULL),(15709,'en','woocommerce','695730a1748f614d0f33e8acc33e7384','Faridpur ',NULL,NULL,'','LINE',NULL,10,'','f91db1bbe684d0fa7db5d7fdf16a3e32','',NULL),(15710,'en','woocommerce','76b88e7899abb3bfdd4b55b8c52726b0','Faroe Islands',NULL,NULL,'','LINE',NULL,10,'','731fddf1ddb79ae2690305b0517b1661','',NULL),(15711,'en','woocommerce','c876f3a1ed47fde837860125c5fda101','Fars (فارس)',NULL,NULL,'','LINE',NULL,10,'','7674dfe6df13487afec98ed9b8401fc9','',NULL),(15712,'en','woocommerce','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'','LINE',NULL,10,'','437f541e5c67eff7c1da6b9e7a9a5478','',NULL),(15713,'en','woocommerce','3bfe7538da526a8a0102d9d1ddbe6058','Featured Category',NULL,NULL,'','LINE',NULL,10,'','3c069c5611b7314697e1c8ffe8bc4596','',NULL),(15714,'en','woocommerce','a5e50663226c491a5687020f564447af','Featured Product',NULL,NULL,'','LINE',NULL,10,'','fd5c70db523d36132c8665eca156a8f1','',NULL),(15715,'en','woocommerce','0842c2f02e0ac44766d99541e8e91060','Featured product.',NULL,NULL,'','LINE',NULL,10,'','473f4fbfae8cda2f7ed3dc3ab11221e2','',NULL),(15716,'en','woocommerce','ca7d973c26c57b69e0857e7a0332d545','Featured products',NULL,NULL,'','LINE',NULL,10,'','b40da424f8d5c81c57cc12ec40fadb92','',NULL),(15717,'en','woocommerce','eb7297e94e2cb86e90a6ead067666717','Fee',NULL,NULL,'','LINE',NULL,10,'','aef4b635ac46b17be4af7eec25868b98','',NULL),(15718,'en','woocommerce','3edef7a7af46323f99d6958abcc2172c','Fee has already been added.',NULL,NULL,'','LINE',NULL,10,'','4f73b8eb47af4cf6f167292a115a0aed','',NULL),(15719,'en','woocommerce','084d7a47fd2b3a4ef2a02027bae3308e','Fee lines data.',NULL,NULL,'','LINE',NULL,10,'','d670c51fc045cb8fe3d6c6d51d5eed44','',NULL),(15720,'en','woocommerce','4d88c6383ce688b8fbc537044598ab09','Fee name',NULL,NULL,'','LINE',NULL,10,'','0e331b5fb97a3b8d8747a009829d3b05','',NULL),(15721,'en','woocommerce','cd70a0cd1d97acb2a2a8e2b3c21104d8','Fee name is required.',NULL,NULL,'','LINE',NULL,10,'','e49074effe9b93d2234151a7204aeec8','',NULL),(15722,'en','woocommerce','b165b59a0b34d2195f83f18e85cca537','Fee name.',NULL,NULL,'','LINE',NULL,10,'','0aecae6e999af6b8759adcc83565303f','',NULL),(15723,'en','woocommerce','e3fd25c16f3e3a70d28b050307b7c983','Fee tax class is required when fee is taxable.',NULL,NULL,'','LINE',NULL,10,'','01f4eb5f27f7e24087c0a50ae266be21','',NULL),(15724,'en','woocommerce','4e8ea883a0e01c1001563629fd101e56','Fee title is required',NULL,NULL,'','LINE',NULL,10,'','e0d9d849c1076d2a35488fcaec76e9b8','',NULL),(15725,'en','woocommerce','3cd1e3f3c57cdf09f5e1eaafb18ab00b','Fee type',NULL,NULL,'','LINE',NULL,10,'','a9bc27824aefadfee4399052dfb2b667','',NULL),(15726,'en','woocommerce','7c565cd400112af1b6c89cfe9c15a9b4','Feel free to reconnect again using the button below.',NULL,NULL,'','LINE',NULL,10,'','184b9de5603a54887501b36c4b38e447','',NULL),(15727,'en','woocommerce','cd894eb3aeaee4470cba7dd7ef30797b','Fejér',NULL,NULL,'','LINE',NULL,10,'','71a677ff3c6362cda5c99f8ba64d71aa','',NULL),(15728,'en','woocommerce','cd83218c1b4d2b9145830920b2742e34','Feni',NULL,NULL,'','LINE',NULL,10,'','e35ddae3b9f297e11fcd600253936d80','',NULL),(15729,'en','woocommerce','0bba795e43db1a3ae15237f6d88219a2','Fermo',NULL,NULL,'','LINE',NULL,10,'','9770245d6dec1cf3ad518cdd7124ce05','',NULL),(15730,'en','woocommerce','5a122a3a2439ed4f65feaf1331fc547e','Ferrara',NULL,NULL,'','LINE',NULL,10,'','642f7977c2a3c80a33e85c91936a28b6','',NULL),(15731,'en','woocommerce','55b0c4d4efa00b59643b2e6a6e7c18c0','Fiji',NULL,NULL,'','LINE',NULL,10,'','5161b30097c8101fbd1652ca4d15183d','',NULL),(15732,'en','woocommerce','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,10,'','5055f49bd65c238c7905da349e503cae','',NULL),(15733,'en','woocommerce','08ec033e696cbc0abdc464634b525c05','File %d',NULL,NULL,'','LINE',NULL,10,'','e714356fe8b3ba7678b21b23dc2aa565','',NULL),(15734,'en','woocommerce','dca2936bfdbe4c533d75e2fd15d41b16','File ID',NULL,NULL,'','LINE',NULL,10,'','fc2765d428e1530f1b94cac5ec8a7869','',NULL),(15735,'en','woocommerce','124692fc75489b324f490138a25a76c7','File ID.',NULL,NULL,'','LINE',NULL,10,'','768fe8a80c54380e99f75ec1bc5499db','',NULL),(15736,'en','woocommerce','b3d2db69feecaedff30f1e0bc60206d6','File URL',NULL,NULL,'','LINE',NULL,10,'','8cd78c1cf82ddfed93543fa13965d37d','',NULL),(15737,'en','woocommerce','5fbc17655baf5734f9a7b959c969d6bd','File URL.',NULL,NULL,'','LINE',NULL,10,'','d5220e7be68d256cbdeec3ab9adc06bd','',NULL),(15738,'en','woocommerce','4b0bd3f2ec7c66719649d82c997761c8','File details.',NULL,NULL,'','LINE',NULL,10,'','9c2e3712a0e2cfc50e226a802d1a3179','',NULL),(15739,'en','woocommerce','e8edb193e1cb171a17efe2765d72af71','File does not exist',NULL,NULL,'','LINE',NULL,10,'','174521956790e411dc6dcf4f6d2b88f3','',NULL),(15740,'en','woocommerce','07779d6db78ca567ece8f17f6da4b46d','File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.',NULL,NULL,'','LINE',NULL,10,'','6fc91a2f80118ee10a06bca84d97dc30','',NULL),(15741,'en','woocommerce','34082694d21dbdcfc31e6e32d9fb2b9f','File name',NULL,NULL,'','LINE',NULL,10,'','48428b101fdc4022d3ed1c294b0e51a8','',NULL),(15742,'en','woocommerce','3d01eb8fb166b7c084f8291fe67baf31','File name.',NULL,NULL,'','LINE',NULL,10,'','e8118aab91a877114c6aa50b0208b004','',NULL),(15743,'en','woocommerce','5251010ec9e364492c236bf8b9983928','File not found',NULL,NULL,'','LINE',NULL,10,'','5505bf004272d95cba57f403a3a5aa99','',NULL),(15744,'en','woocommerce','871b0ef36f401288a54acc9ab401d3f9','File was not found.',NULL,NULL,'','LINE',NULL,10,'','3be26c7a6e9273d950eefc98619259e5','',NULL),(15745,'en','woocommerce','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'','LINE',NULL,10,'','8a178ba6f16a09300bb3279db206f75a','',NULL),(15746,'en','woocommerce','385de989ac4818c1f6af4a7800a1028b','Filter Products by Attribute',NULL,NULL,'','LINE',NULL,10,'','93d2c15e720e0bb51a2a0b8bc284b8a1','',NULL),(15747,'en','woocommerce','feaaf65cd6c5c436b5942e7aff728007','Filter Products by Price',NULL,NULL,'','LINE',NULL,10,'','01b85d2d9b04459a47dc324e0d89b3fc','',NULL),(15748,'en','woocommerce','6cf2afaa6238ad832ebc01d74824a415','Filter Products by Rating',NULL,NULL,'','LINE',NULL,10,'','279cf027067c8c7611d621e91ec0b9f6','',NULL),(15749,'en','woocommerce','1f0e9c979b965d24aa3c2c4b832c3ba1','Filter by',NULL,NULL,'','LINE',NULL,10,'','a172f74153d25e46411385249c3c33d0','',NULL),(15750,'en','woocommerce','041b1b30ff0d040167d28c5e7704e522','Filter by IP address',NULL,NULL,'','LINE',NULL,10,'','e88b4aadb21d8fe92ef515679f57af9c','',NULL),(15751,'en','woocommerce','6747fadf86a654230ccdf9fbb7415d24','Filter by Product Attribute',NULL,NULL,'','LINE',NULL,10,'','6442f845fedf44dd1a75aadad62b320f','',NULL),(15752,'en','woocommerce','ec68233793f07590d5538c5aff01f06d','Filter by Product Category',NULL,NULL,'','LINE',NULL,10,'','7d4315d80f67201b1db156bdb7de337b','',NULL),(15753,'en','woocommerce','42d00bc24fd43cfe3e2e30d01f39ee95','Filter by category',NULL,NULL,'','LINE',NULL,10,'','aa551680ddb4e0cf822838ba8ccf8450','',NULL),(15754,'en','woocommerce','a8fda6e5f182c46be90047fa662e0535','Filter by coupon',NULL,NULL,'','LINE',NULL,10,'','3d28b74c670108936cc61d4dad4f50e6','',NULL),(15755,'en','woocommerce','596133a027c975da3b1eee8b9d6823ab','Filter by file',NULL,NULL,'','LINE',NULL,10,'','65e34eed759213236e7f74326989fbeb','',NULL),(15756,'en','woocommerce','6933de7a534fb60ed7ad16d6a4cda82d','Filter by level',NULL,NULL,'','LINE',NULL,10,'','814277e0056fc87e1e9430bcd384bc6c','',NULL),(15757,'en','woocommerce','14cbba6e0559b5922e0069cd89c7985d','Filter by order',NULL,NULL,'','LINE',NULL,10,'','779a9e2b06a0d7203c819005560995a8','',NULL),(15758,'en','woocommerce','2273b92324daa9cbf660bcc5b7fc4412','Filter by price',NULL,NULL,'','LINE',NULL,10,'','1ea1092cee32a2f1d5db4697a5ce4abe','',NULL),(15759,'en','woocommerce','5b374e5f2fc25c1f1b5f5eec4ef49042','Filter by product',NULL,NULL,'','LINE',NULL,10,'','6072bbb95f93869f19cea45eb57d0e11','',NULL),(15760,'en','woocommerce','efe07bca7a3c70c6d167cbc919c6126a','Filter by product type',NULL,NULL,'','LINE',NULL,10,'','3e8ebafa0a49590247f9d1a42ece90f4','',NULL),(15761,'en','woocommerce','a8ab0c0ec7cf19b70b3d6f5c7f31bea0','Filter by registered customer',NULL,NULL,'','LINE',NULL,10,'','fedf9a68809f6feec5ba93a3c517d5cd','',NULL),(15762,'en','woocommerce','32ccf0b4ab8b8398dddc8419058bc874','Filter by source',NULL,NULL,'','LINE',NULL,10,'','591dc57747f05c9e4d51371c155fbf99','',NULL),(15763,'en','woocommerce','4ce79c293d2b2ddc69e5cb360a55d2da','Filter by stock status',NULL,NULL,'','LINE',NULL,10,'','a1f5e89289a1e109c8e0072fd0806c24','',NULL),(15764,'en','woocommerce','00ce2e9508445cbe157a0a104085b353','Filter by user',NULL,NULL,'','LINE',NULL,10,'','428edca64bc3ef9af15b54020c9bb656','',NULL),(15765,'en','woocommerce','f3f43e30c8c7d78c6ac0173515e57a00','Filters',NULL,NULL,'','LINE',NULL,10,'','ef6187bf8af895b4d95d66a6cded72ff','',NULL),(15766,'en','woocommerce','cd2f31309d9e752f13a197c2c82e8629','Finally, external products are for linking off-site.',NULL,NULL,'','LINE',NULL,10,'','2580e186ece463ffe87fce8e0d1b83e5','',NULL),(15767,'en','woocommerce','891f0769cb428ac82df49ec993c7a832','Finish setting up your store',NULL,NULL,'','LINE',NULL,10,'','4044467d3b5362dce359e76785fdb903','',NULL),(15768,'en','woocommerce','6f781c6559a0c605da918096bdb69edf','Finland',NULL,NULL,'','LINE',NULL,10,'','50a4a4eab6c4dd3e08db31a0510bda52','',NULL),(15769,'en','woocommerce','db5333cce3d707fa54f29fd084174072','Firenze',NULL,NULL,'','LINE',NULL,10,'','d2dd85320e18c2cee0dbaaa26ab4a052','',NULL),(15770,'en','woocommerce','20db0bfeecd8fe60533206a2b5e9891a','First name',NULL,NULL,'','LINE',NULL,10,'','7d9e1735294b69ce91f53423a42071d3','',NULL),(15771,'en','woocommerce','6cd4a6e6af2f6af0c44a8ccdaeee1dcf','First name.',NULL,NULL,'','LINE',NULL,10,'','962ebb3b8605fc74eac66f98e18540ea','',NULL),(15772,'en','woocommerce','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,10,'','6b94bad72a5a2b4e40f45089d6fb9349','',NULL),(15773,'en','woocommerce','03b5abfce94180e5b0ba10b2a4f89b43','Fixed amount',NULL,NULL,'','LINE',NULL,10,'','3d8a71285d722a9ae1e8f2d5ab6e382a','',NULL),(15774,'en','woocommerce','ab9129e452b467643c5990048f9c0d63','Fixed amount per product',NULL,NULL,'','LINE',NULL,10,'','3799c3568ebd08fabacede0017636aa2','',NULL),(15775,'en','woocommerce','3147300a48b42215818d1c43adf87209','Fixed cart discount',NULL,NULL,'','LINE',NULL,10,'','eca53640f28888bfa6fcd3891c87621d','',NULL),(15776,'en','woocommerce','03953de1b13dd4fdfe207678ca845f7a','Fixed product discount',NULL,NULL,'','LINE',NULL,10,'','66e627b8885789e4aced2d764ac8d902','',NULL),(15777,'en','woocommerce','f771ed8a03af27f0d4f961635ba66476','Flat Rate',NULL,NULL,'','LINE',NULL,10,'','6e51c5e7c616971fd0e0248895eda8a5','',NULL),(15778,'en','woocommerce','5f183d5b5e3ad1d1899f01b851f0d4fc','Flat rate',NULL,NULL,'','LINE',NULL,10,'','d5e95a716c338dec9174d9fd60854a21','',NULL),(15779,'en','woocommerce','bd6d4b9a444c36ec40a1b36abf5b0f34','Flat rate (legacy)',NULL,NULL,'','LINE',NULL,10,'','92860a195d9b5f157116cb53916e02b6','',NULL),(15780,'en','woocommerce','6b96bd235658eb395ebbda10398201c4','Florești',NULL,NULL,'','LINE',NULL,10,'','a80a790478d1dd7d0d8df03fa62a9c1f','',NULL),(15781,'en','woocommerce','eeaca0ed2f6a35370c77de30792debb8','Florida',NULL,NULL,'','LINE',NULL,10,'','72621bf54492aa7e174b57ec275e3e78','',NULL),(15782,'en','woocommerce','631128f6169713c48f0303f2aa809f5e','Flush all logs',NULL,NULL,'','LINE',NULL,10,'','3c7035cd181eec8d7f9fcbb7b35b25bb','',NULL),(15783,'en','woocommerce','8c800f50e0b0b829af5460b8fb6f3403','Focal Point Picker',NULL,NULL,'','LINE',NULL,10,'','2a2b36021da7618eae72d605c78d92bd','',NULL),(15784,'en','woocommerce','332c9bb9d6cb3190693c6e2e6e4a14ce','Foggia',NULL,NULL,'','LINE',NULL,10,'','8b4b7de3abc3c9a78fc2f5b7d5c6c8e0','',NULL),(15785,'en','woocommerce','506c2c0c7f5b70af3df68c45c46f45a7','For example:',NULL,NULL,'','LINE',NULL,10,'','22eb7b4a3b62088d7b2161694d46b08c','',NULL),(15786,'en','woocommerce','209bf91fc619a085e461b4d2119b6367','For further assistance with WooCommerce core you can use the <a href=\"%1$s\">community forum</a>. If you need help with premium extensions sold by WooCommerce, please <a href=\"%2$s\">use our helpdesk</a>.',NULL,NULL,'','LINE',NULL,10,'','ede2726b4a982712a4e3a3b0fa119395','',NULL),(15787,'en','woocommerce','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'','LINE',NULL,10,'','8d9909020fe54dfc78eb1609a88d0fe9','',NULL),(15788,'en','woocommerce','1095c689ab50a6d7584cd5b44af783b1','Force SSL',NULL,NULL,'','LINE',NULL,10,'','917da4a43db188b99779c8b3d7f18deb','',NULL),(15789,'en','woocommerce','90ede14b65c15e53ae243f86dd6d4304','Forlì-Cesena',NULL,NULL,'','LINE',NULL,10,'','cbea3cfe25ec24e6db6de0122452325d','',NULL),(15790,'en','woocommerce','541c81588b16426c44e2dc0cd9da1915','Formosa',NULL,NULL,'','LINE',NULL,10,'','cce208de47917656302eb2e875c086de','',NULL),(15791,'en','woocommerce','6efcf9c7e40f30787cf5aad3e4b53d2e','Found %1$d updates (%2$s)',NULL,NULL,'','LINE',NULL,10,'','408ae29ff3ea6482f83495479173e6b8','',NULL),(15792,'en','woocommerce','0a343d1431d3567f7a9c5d47c4061064','Found %d scheduled task',NULL,NULL,'','LINE',NULL,10,'','3bc5e71c646d11698b6dfe01c1a8865f','',NULL),(15793,'en','woocommerce','738e2907cba90bf3cb69f2161d5c941f','Found %d scheduled tasks',NULL,NULL,'','LINE',NULL,10,'','26f69c4430f25441f269d66256f9d316','',NULL),(15794,'en','woocommerce','dadd416e98b2f9d7c99aaf2b50d3cb5a','Found a bug?',NULL,NULL,'','LINE',NULL,10,'','ec3e29fbc09905dee8767ce056e9f0c1','',NULL),(15795,'en','woocommerce','d11e3a0f35802e2bd5ef0112f0850d27','Found in your order confirmation email.',NULL,NULL,'','LINE',NULL,10,'','53f55e031a2a5c1a6dc51d68a65da1d4','',NULL),(15796,'en','woocommerce','0309a6c666a7a803fdb9db95de71cf01','France',NULL,NULL,'','LINE',NULL,10,'','691067f0b9255e4c00c2dabb2385f3e5','',NULL),(15797,'en','woocommerce','b24ce0cd392a5b0b8dedc66c25213594','Free',NULL,NULL,'','LINE',NULL,10,'','c1c6b5bb17155c1535a3193b78fd7998','',NULL),(15798,'en','woocommerce','3078d8c989eea4ddec51d9e0560f2472','Free - Install now',NULL,NULL,'','LINE',NULL,10,'','28ba7fb74683c5666656a379f011cbc2','',NULL),(15799,'en','woocommerce','b00b85425e74ed2c85dc3119b78ff2c3','Free Shipping',NULL,NULL,'','LINE',NULL,10,'','498fbe2c12cc57f0ff1bc06afa503e65','',NULL),(15800,'en','woocommerce','26bc40bf1942883cd38cede033a3bb2c','Free State',NULL,NULL,'','LINE',NULL,10,'','cc0a6b4eaa2509379bac952e2e1f3347','',NULL),(15801,'en','woocommerce','29aa46cc3d2677c7e0f216910df600ff','Free shipping',NULL,NULL,'','LINE',NULL,10,'','70b320bd969143af54d34b2d3e535683','',NULL),(15802,'en','woocommerce','3a4d2b3b325691a8db521c74526a8c82','Free shipping (legacy)',NULL,NULL,'','LINE',NULL,10,'','36a84ac09b71034dca168b0718e63e12','',NULL),(15803,'en','woocommerce','cb7efee8ef775a44d2d59c84586a6bc2','Free shipping coupon',NULL,NULL,'','LINE',NULL,10,'','b61cf68d43d23584f79eb66c8d724df6','',NULL),(15804,'en','woocommerce','d3550be8172da84827acab364eb6df9f','Free shipping is a special method which can be triggered with coupons and minimum spends.',NULL,NULL,'','LINE',NULL,10,'','ef4241e39a6415ca38d11108bbc90479','',NULL),(15805,'en','woocommerce','78077f7960008aec9df9dcea18cca6dc','Free shipping requires...',NULL,NULL,'','LINE',NULL,10,'','4afae404bbb0a50995455553ba6981ed','',NULL),(15806,'en','woocommerce','e7a6ca4e744870d455a57b644f696457','Free!',NULL,NULL,'','LINE',NULL,10,'','b8f76dc735550462a9af0a8929ec3d79','',NULL),(15807,'en','woocommerce','1cab30fe45c3aee88dc7bc9f907cd239','French Guiana',NULL,NULL,'','LINE',NULL,10,'','e7ed231cb14bb7f5b6c2251275e2c3a9','',NULL),(15808,'en','woocommerce','8e49db69269b7f99afa25722e87fa67e','French Polynesia',NULL,NULL,'','LINE',NULL,10,'','2ccfeb90b036021c6a6fd89ffebc75d7','',NULL),(15809,'en','woocommerce','369976b629cf2ee3acb26a10601e291b','French Southern Territories',NULL,NULL,'','LINE',NULL,10,'','6735b8ab8994ae4d766551affe457c2e','',NULL),(15810,'en','woocommerce','3743205961aedb16b4a5a7ce8670a248','Fribourg',NULL,NULL,'','LINE',NULL,10,'','3e35f385ee6fbec1549de087cb43511b','',NULL),(15811,'en','woocommerce','c17c80e51084aa6b53885f7850d7e972','Friendly name for identifying this key.',NULL,NULL,'','LINE',NULL,10,'','1435b4e396264f05248cf8ecedff89b2','',NULL),(15812,'en','woocommerce','4cb072a9c76c84fa9235da40f05a9122','Friendly name for identifying this webhook, defaults to Webhook created on %s.',NULL,NULL,'','LINE',NULL,10,'','96e764f8300405a0c8a29a2079ec0937','',NULL),(15813,'en','woocommerce','b7def6c01c775206c08bf29ce2da4c29','From %1$s to %2$s',NULL,NULL,'','LINE',NULL,10,'','4a81a22556bc0daecf6347699ad76d7c','',NULL),(15814,'en','woocommerce','72cb8dd08a0851268fb4a9e94d4d5b37','From your account dashboard you can view your <a href=\"%1$s\">recent orders</a>, manage your <a href=\"%2$s\">shipping and billing addresses</a>, and <a href=\"%3$s\">edit your password and account details</a>.',NULL,NULL,'','LINE',NULL,10,'','3bd4e14d1e03b0af13fc071cc985f260','',NULL),(15815,'en','woocommerce','3434a033d874f95b636a21039b44026d','Frosinone',NULL,NULL,'','LINE',NULL,10,'','f8417af159b07e8aad0ce1ad653251d9','',NULL),(15816,'en','woocommerce','303657b013945d661b6bca69c8bb297e','Fujian / 福建',NULL,NULL,'','LINE',NULL,10,'','7a6f5d44ad809d6d3e6ca82a68601432','',NULL),(15817,'en','woocommerce','79106706154a96bcd6c0de6d3e04db38','Fukui',NULL,NULL,'','LINE',NULL,10,'','56ea316b8cdbbcaa9c9cc3549329e852','',NULL),(15818,'en','woocommerce','f5d540492523ba1f8e1516239c6b60fb','Fukuoka',NULL,NULL,'','LINE',NULL,10,'','2a03d824d7ba038f128ca464ed389197','',NULL),(15819,'en','woocommerce','47321c93cd58523c7b31e15f25361c4f','Fukushima',NULL,NULL,'','LINE',NULL,10,'','3373867947bf70e324b6e1e08e607ea2','',NULL),(15820,'en','woocommerce','22f08291f1e0f6d3537541d7ca17a4dd','Full checkout experience with pay now, pay later and slice it. No credit card numbers, no passwords, no worries. <a href=\"%s\" target=\"_blank\">Learn more about Klarna</a>.',NULL,NULL,'','LINE',NULL,10,'','ced7977520f9c72b936c413d2080cefa','',NULL),(15821,'en','woocommerce','96adec9c923e985e494eb84c0b04001f','Full name of continent.',NULL,NULL,'','LINE',NULL,10,'','8685ea4babfa700fa888f618064d3233','',NULL),(15822,'en','woocommerce','75dabcca668a6626dfbbe68ceab4fec2','Full name of country.',NULL,NULL,'','LINE',NULL,10,'','a7c6a6756f0deb8e819dd1b5d366893e','',NULL),(15823,'en','woocommerce','9408d6998977bc6a9d0b6d637cef75c6','Full name of currency.',NULL,NULL,'','LINE',NULL,10,'','23d2f3bcb906ccd67b45c406ac923a00','',NULL),(15824,'en','woocommerce','6213f78797e5ad5e2e0b4a89b54ab60f','Full name of state.',NULL,NULL,'','LINE',NULL,10,'','7e817277f91fdd0ea77202d75cff29cb','',NULL),(15825,'en','woocommerce','689eed484982f19e1dc14beda3692102','Full refund email heading',NULL,NULL,'','LINE',NULL,10,'','98dcde52b9852dad7d7fa3143772a151','',NULL),(15826,'en','woocommerce','dc4bbed3a49419690ec9bdcb6d029c45','Full refund subject',NULL,NULL,'','LINE',NULL,10,'','f9568aa61ee56ebb9205d5da5414ce96','',NULL),(15827,'en','woocommerce','dbae197c022616d7086e661745288701','Further education',NULL,NULL,'','LINE',NULL,10,'','75dc34f4b69f6ceb663c5ab9e4dd3a8f','',NULL),(15828,'en','woocommerce','91d85fd5b522fa11dcd35dac1aed6013','Gümüşhane',NULL,NULL,'','LINE',NULL,10,'','dcbfe0b58a55e1b1e079f2561edd1cc9','',NULL),(15829,'en','woocommerce','87e9d72687c86946560099f8307bf1bf','GZip',NULL,NULL,'','LINE',NULL,10,'','565391f53e5e39e25bbedc675c7861ff','',NULL),(15830,'en','woocommerce','e055099fcf5d09461d3dd1e4360dacb6','GZip (gzopen) is used to open the GEOIP database from MaxMind.',NULL,NULL,'','LINE',NULL,10,'','c32d50ffadfdfd251890db22cdf879bb','',NULL),(15953,'en','woocommerce','fceb5af40df295d85851f390f4f8d78d','Gabon',NULL,NULL,'','LINE',NULL,10,'','2da98c83df6eba2ea6bf8a87a4b265d8','',NULL),(15954,'en','woocommerce','24a9fd8a3c181d6d14694ea469c73894','Gabrovo',NULL,NULL,'','LINE',NULL,10,'','eeadaf3ae9428f1ad92b1158abb8864a','',NULL),(15955,'en','woocommerce','d9260fe545c62527d9ca696997074522','Gaibandha',NULL,NULL,'','LINE',NULL,10,'','3f65e9b3402452f940cc8f51148f29bf','',NULL),(15956,'en','woocommerce','98155dfaa2566079ad01f12125694d9d','Galați',NULL,NULL,'','LINE',NULL,10,'','6dda2920c2cf468514fa3050b72cab83','',NULL),(15957,'en','woocommerce','ab152fbe68afc3715bae8e24d1e9b221','Galway',NULL,NULL,'','LINE',NULL,10,'','835cc753610986d1b635f3048904fde1','',NULL),(15958,'en','woocommerce','e2a96e074e1d8a6f6de56abbd4a4d8dc','Gambia',NULL,NULL,'','LINE',NULL,10,'','906001ed88c179acfc64b0c0cb3ffe66','',NULL),(15959,'en','woocommerce','ddb0c1900c828be47a220914bf896177','Gandaki',NULL,NULL,'','LINE',NULL,10,'','808e82086b0fb244740fc82139a0e9a6','',NULL),(15960,'en','woocommerce','f4a89c40bfc7c1883780016fcd1d41d5','Gansu / 甘肃',NULL,NULL,'','LINE',NULL,10,'','a15c1bde0159f5b89491e056f49f620d','',NULL),(15961,'en','woocommerce','a114e24825a0925da8c8e5cff3d0ba1b','Gateway disabled',NULL,NULL,'','LINE',NULL,10,'','a3b46b867b02f989ccf94e29dfce2020','',NULL),(15962,'en','woocommerce','abedfae798c4d0dfb99495da3dd9f4c5','Gauteng',NULL,NULL,'','LINE',NULL,10,'','f7b1c843ddb16051d59020802b5cfccf','',NULL),(15963,'en','woocommerce','f64079b6e12a64e202805146561bd146','Gaziantep',NULL,NULL,'','LINE',NULL,10,'','f81a5f218c8ca745d6087c7057229d71','',NULL),(15964,'en','woocommerce','698833f66179bfc4dd29b2f8cfd0a31c','Gazipur',NULL,NULL,'','LINE',NULL,10,'','83b7b5e0f088469df7bb84bb45a41a23','',NULL),(15965,'en','woocommerce','10639d91aed576d0fc761b6ecf1b6d8e','Gbarpolu',NULL,NULL,'','LINE',NULL,10,'','68fb16110be627f46c307b906c628143','',NULL),(15966,'en','woocommerce','b8bd4001caf71c380030c38c705d9079','Geita',NULL,NULL,'','LINE',NULL,10,'','5fe499e9165e4be3f2703174ece62a75','',NULL),(15967,'en','woocommerce','6d415529feb50e398b056c547dd52e48','Generate API key',NULL,NULL,'','LINE',NULL,10,'','2a36fc2d7f16df8d7d4816376f6d3808','',NULL),(15968,'en','woocommerce','3c97964490fe447f5615bd84955549d6','Generate CSV',NULL,NULL,'','LINE',NULL,10,'','29dafb9bc9e74b58703bcfd4b0eb5e03','',NULL),(15969,'en','woocommerce','a821346a63b472866cde7fd5134e911d','Generate coupon code',NULL,NULL,'','LINE',NULL,10,'','ba7f2b1de6929769387bf627b5d54b2b','',NULL),(15970,'en','woocommerce','05e0034862997df802ff8e70ea79a680','Generic add/update/get meta methods should not be used for internal meta data, including \"%s\". Use getters and setters.',NULL,NULL,'','LINE',NULL,10,'','00d3c0dc5dad620c10388dce44996719','',NULL),(15971,'en','woocommerce','3f6765c843a517aa042ae011230aa976','Geneva',NULL,NULL,'','LINE',NULL,10,'','8d311c46e2bf025b4f1eecd38833181f','',NULL),(15972,'en','woocommerce','b8405081f19b6dcdd2388910ad898a69','Genova',NULL,NULL,'','LINE',NULL,10,'','f91f1c65966e736f28d5e13c91091063','',NULL),(15973,'en','woocommerce','ad29d0cc1138218ea386980a33928d80','Geolocation enabled?',NULL,NULL,'','LINE',NULL,10,'','36120416b209da060d49579a9f9e81fa','',NULL),(15974,'en','woocommerce','eada819634d0164c6a7547bdcc405033','Georgia',NULL,NULL,'','LINE',NULL,10,'','431ac10bd79540f2103f4b4ccaf4be2c','',NULL),(15975,'en','woocommerce','d8b00929dec65d422303256336ada04f','Germany',NULL,NULL,'','LINE',NULL,10,'','217ae6b966678053061804b8ccde25dc','',NULL),(15976,'en','woocommerce','8855b99b5f702f017724b0d03ebb8f06','Get an alert if your store is down for even a few minutes.',NULL,NULL,'','LINE',NULL,10,'','9937a4de14ec28504faf05cf03f6869c','',NULL),(15977,'en','woocommerce','2469a1900064cbe331c638f545cbb51d','Get cart should not be called before the wp_loaded action.',NULL,NULL,'','LINE',NULL,10,'','833e7e28d419300131331db12ae1da57','',NULL),(15978,'en','woocommerce','d3febcfbbd0b8e0b5a94a4e6ebed7010','Get insights on how your store is doing, including total sales, top products, and more.',NULL,NULL,'','LINE',NULL,10,'','5f4a206abc13224677527d86837ba118','',NULL),(15979,'en','woocommerce','390cdac127be86dd51abacf8c907575f','Get system report',NULL,NULL,'','LINE',NULL,10,'','7749c1dbe9d7e7d06dd6d080465d5215','',NULL),(15980,'en','woocommerce','817490452e57ba47fb68845b55696a31','Get the value of an individual field.',NULL,NULL,'','LINE',NULL,10,'','f0fc7e2a4917b2bb843fd565fd425267','',NULL),(15981,'en','woocommerce','39827d77b0570b60d6b8853cf1113d73','Get your API credentials from PayPal.',NULL,NULL,'','LINE',NULL,10,'','42f37487449bb1e3195a4a13b1482be2','',NULL),(15982,'en','woocommerce','e7400496f1ce70cb62c2c44ca2ddc469','Ghana',NULL,NULL,'','LINE',NULL,10,'','6cd0af7b921691494443d6ec2ff1bdbc','',NULL),(15983,'en','woocommerce','1601257dfaa9be4e121606049784694f','Ghazvin (قزوین)',NULL,NULL,'','LINE',NULL,10,'','21fa3bf337429d577744f72419688206','',NULL),(15984,'en','woocommerce','672566a43483aa8212cb365658600b99','Gibraltar',NULL,NULL,'','LINE',NULL,10,'','a638d65a33ec54cda0d771c7409ef1d5','',NULL),(15985,'en','woocommerce','d5a309b689c911fc6e0288a4e96da4c3','Gifu',NULL,NULL,'','LINE',NULL,10,'','e953131b1571bb5884ee3029a188d157','',NULL),(15986,'en','woocommerce','d273e929147b87f070ca9343c3543f15','Gilan (گیلان)',NULL,NULL,'','LINE',NULL,10,'','d581b10d600bad2d49795a487c1d297a','',NULL),(15987,'en','woocommerce','e30f2e7534348ec5100cc7f015c56c3b','Gilgit Baltistan',NULL,NULL,'','LINE',NULL,10,'','48c4da4c12cd3230edbecaf57a44c3ae','',NULL),(15988,'en','woocommerce','9677689c60186fe162729c015d16038f','Gipuzkoa',NULL,NULL,'','LINE',NULL,10,'','964cd9c69528c4c9835e81a5f1c1d16a','',NULL),(15989,'en','woocommerce','c092bf1a2d7984f63914db6d868201a7','Giresun',NULL,NULL,'','LINE',NULL,10,'','0e36db69faddac7791d9912c9ca25abd','',NULL),(15990,'en','woocommerce','51ea86e0b20cf9691e499c2f62bbbb9d','Girona',NULL,NULL,'','LINE',NULL,10,'','3dbd5cc70a88f1f451e08f9085dfb6dd','',NULL),(15991,'en','woocommerce','fddf76a1d9caf55ee6bdd2c24f53c578','Gisborne',NULL,NULL,'','LINE',NULL,10,'','b89a16749054f537015a2b5acda66250','',NULL),(15992,'en','woocommerce','3deb3b5c0a8ac909c9c59c8ab0a9c909','Github project',NULL,NULL,'','LINE',NULL,10,'','e1d0735f062ac140e073743f7b73eda7','',NULL),(15993,'en','woocommerce','effaba52e328b1917fde476723f9f414','Giurgiu',NULL,NULL,'','LINE',NULL,10,'','5cdd92931552442e169d5319b6d7eaec','',NULL),(15994,'en','woocommerce','9f426dbab7d000cc1d9152b2c6ce5fb1','Give your new product a name here. This is a required field and will be what your customers will see in your store.',NULL,NULL,'','LINE',NULL,10,'','b6123c883a9560eed013629d0859c24e','',NULL),(15995,'en','woocommerce','1315966a7dfb119ab89d194e77a6900f','Glarus',NULL,NULL,'','LINE',NULL,10,'','062c874802bc0b8d0ea76500c47df739','',NULL),(15996,'en','woocommerce','f3930ff305fca58c48a43c49554c9321','Glodeni',NULL,NULL,'','LINE',NULL,10,'','37dc1adf2f2bc03c48be3c4792ed7745','',NULL),(15997,'en','woocommerce','5f075ae3e1f9d0382bb8c4632991f96f','Go',NULL,NULL,'','LINE',NULL,10,'','7344f912eeefb2ce26665efbe762d881','',NULL),(15998,'en','woocommerce','caf20e9bbea827db2828df85cbb80250','Go to category',NULL,NULL,'','LINE',NULL,10,'','bf247e38f564d956061149dcc7ce0573','',NULL),(15999,'en','woocommerce','1d4d9852d98701123588ff8d61eed722','Go to page',NULL,NULL,'','LINE',NULL,10,'','878abd7afb5150400c294a511522aca3','',NULL),(16000,'en','woocommerce','7d5650460fbe495f04ba72bae1d7c1c3','Go to shop',NULL,NULL,'','LINE',NULL,10,'','1081372bb24f3ea0ea8edb5ac5c11786','',NULL),(16001,'en','woocommerce','86f78094f4127b4f168192505df5889a','Go to the first or last day of a week.',NULL,NULL,'','LINE',NULL,10,'','c8d50d04dac6f2d07c4b396019ab5066','',NULL),(16002,'en','woocommerce','5ae6834f8fb63ce0110635f6a9b8423a','Go to the first page',NULL,NULL,'','LINE',NULL,10,'','14145f46b3d89101941bce9594d71acd','',NULL),(16003,'en','woocommerce','149aa7f6eea0a1f61d1709ed3759a43e','Go to the last page',NULL,NULL,'','LINE',NULL,10,'','42e66db5d4e6f574b477ef9df8680264','',NULL),(16004,'en','woocommerce','8c67de1da59f86c9460f382c6bd8ae09','Go to the next page',NULL,NULL,'','LINE',NULL,10,'','a2682a47c173b94a86b9308029a4c6ec','',NULL),(16005,'en','woocommerce','f4a130fcaa797f97f22c98b7f48bb6bd','Go to the previous page',NULL,NULL,'','LINE',NULL,10,'','3844694a73731fd405c1a141fc7974d0','',NULL),(16006,'en','woocommerce','904848bc2d46b8dcd2e90e5a025f726e','Goa',NULL,NULL,'','LINE',NULL,10,'','fc91da449d7ff4add17a4ea456f49109','',NULL),(16007,'en','woocommerce','b5f852147a61ed75e49f08c551838922','Goiás',NULL,NULL,'','LINE',NULL,10,'','aaa890a72bda5cc192ac7d2e1037e5e8','',NULL),(16008,'en','woocommerce','d5804f84113c02796fa956942380d91e','Golestan (گلستان)',NULL,NULL,'','LINE',NULL,10,'','19760928ae85d8da389430be02d12ad4','',NULL),(16009,'en','woocommerce','a0005de081d35e8020aef0bebe858025','Gomba',NULL,NULL,'','LINE',NULL,10,'','b8f1992002ee5f83bcb9c8cb2975f627','',NULL),(16010,'en','woocommerce','282cecea3bbd44b094e56e441aa75368','Gombe',NULL,NULL,'','LINE',NULL,10,'','fdb1890e13ce0bd3509328b95ec31c47','',NULL),(16011,'en','woocommerce','0c6ad70beb3a7e76c3fc7adab7c46acc','Good',NULL,NULL,'','LINE',NULL,10,'','ed78d21baf268cf34d72dbb983171b5d','',NULL),(16012,'en','woocommerce','6b19cf408f7e627d55baf88bdc13ccce','Gopalganj',NULL,NULL,'','LINE',NULL,10,'','258727cfe02009828fa605853e1e2f1d','',NULL),(16013,'en','woocommerce','07b2172d5f4c99d521f67ee3eb3da45b','Gorizia',NULL,NULL,'','LINE',NULL,10,'','9205e6e866ce780f9a56a9fc12a4213e','',NULL),(16014,'en','woocommerce','7856a575390b9c116ffafe92a64c9df4','Gorj',NULL,NULL,'','LINE',NULL,10,'','597a2d2a457dbe74b82d9bd314ed78a7','',NULL),(16015,'en','woocommerce','6f59215f73316d5f7ca078d041e0baab','Gorontalo',NULL,NULL,'','LINE',NULL,10,'','150630374f105375eb0786ef30f43531','',NULL),(16016,'en','woocommerce','9f688aa3a4a1282ea093c07dc643c163','Grams',NULL,NULL,'','LINE',NULL,10,'','000d4c80b5e0b13e7cf2a087b9416e49','',NULL),(16017,'en','woocommerce','8b3bcfd8cdd564e1a711c5952ec6fb50','Granada',NULL,NULL,'','LINE',NULL,10,'','964b1a811a1965f1f1aee792b94ed422','',NULL),(16018,'en','woocommerce','3f49a75d2e0908436a8911aa12480ce7','Grand Bassa',NULL,NULL,'','LINE',NULL,10,'','53a05c31f480dae62f2f1279418ffac9','',NULL),(16019,'en','woocommerce','bdce91bb59acf0b23141361b0a125319','Grand Cape Mount',NULL,NULL,'','LINE',NULL,10,'','bec7b0b8191ea053f54906180ca274ed','',NULL),(16020,'en','woocommerce','e725c6864784ccc472433707839e2bd6','Grand Gedeh',NULL,NULL,'','LINE',NULL,10,'','9aae6d71520a20889b28fc40c5aaeca3','',NULL),(16021,'en','woocommerce','0bc627c35f5b7d162607d43babdf082c','Grand Kru',NULL,NULL,'','LINE',NULL,10,'','78d7d6587e0a91127495821428e328a6','',NULL),(16022,'en','woocommerce','5dff290bf361c8199300a357a7d10989','Grand total.',NULL,NULL,'','LINE',NULL,10,'','e0fbb82f3bad149c4c9462676f930b3a','',NULL),(16023,'en','woocommerce','7159c872abacda34a603e5ea199e2643','Grant access',NULL,NULL,'','LINE',NULL,10,'','2017621f55cfea61253e9eec1385bb7d','',NULL),(16024,'en','woocommerce','cfb83ac3c3be4d88caad5273adddff77','Graubünden',NULL,NULL,'','LINE',NULL,10,'','08d3adc82316efc1cd5842da97029c5b','',NULL),(16025,'en','woocommerce','6b718641741f992e68ec3712718561b8','Greece',NULL,NULL,'','LINE',NULL,10,'','d2e9d583a044f4a600b5e125534d87ba','',NULL),(16026,'en','woocommerce','583eda79d32f7c1cb0840862787a73ca','Greenland',NULL,NULL,'','LINE',NULL,10,'','541566925e4c175140024a84b371f77f','',NULL),(16027,'en','woocommerce','45b1cb9a558807139085c645d2f47f07','Grenada',NULL,NULL,'','LINE',NULL,10,'','17b0a3f56c4b3136b67bd10856798dd5','',NULL),(16028,'en','woocommerce','efb2e79bb8fa8b4806fdae7ae7871f4c','Gross sales amount',NULL,NULL,'','LINE',NULL,10,'','d56f65a30072ecc04a29626ee2f5a40e','',NULL),(16029,'en','woocommerce','adb0464f0175654945616ceb60888f50','Gross sales in the period.',NULL,NULL,'','LINE',NULL,10,'','1eb68d208f7a629a7ca4002469f30567','',NULL),(16030,'en','woocommerce','7a98c75d88b8f7486c288e24511c2688','Grosseto',NULL,NULL,'','LINE',NULL,10,'','a6733549f6d28294094f80f1c43964f9','',NULL),(16031,'en','woocommerce','03937134cedab9078be39a77ee3a48a0','Group',NULL,NULL,'','LINE',NULL,10,'','95ef87b94ef00fd570750b8ce950d0dc','',NULL),(16032,'en','woocommerce','7d5e30114a71bfd1961c014c68f26597','Group type.',NULL,NULL,'','LINE',NULL,10,'','ee95768f7da92437acf3e7da6d4c2b90','',NULL),(16033,'en','woocommerce','bb53283c4f3e7706edf4d156d00e45ab','Grouped product',NULL,NULL,'','LINE',NULL,10,'','8acea3adefb66a655b3d55d74f628658','',NULL),(16034,'en','woocommerce','30b78d0918ed4b55e5bdc592ca7d13b1','Grouped products',NULL,NULL,'','LINE',NULL,10,'','81f2a1ae6ee1abfa3142130f5001d28e','',NULL),(16035,'en','woocommerce','499d49e792109b86e707d8532db2941a','Grouped products are for grouping several simple products into one.',NULL,NULL,'','LINE',NULL,10,'','c736c39a4e540fb433c1da01fdb5c179','',NULL),(16036,'en','woocommerce','82932d9ab70f90dddff4b3af38085ea7','Guadalajara',NULL,NULL,'','LINE',NULL,10,'','fb0b36d1de53d91cb4952cd39184ea11','',NULL),(16037,'en','woocommerce','0dc81c66d1c08d6ca64c7e8b60ae78fb','Guadeloupe',NULL,NULL,'','LINE',NULL,10,'','08a68fbef089237e2f6eeac78a606e33','',NULL),(16038,'en','woocommerce','eb4952780ae4f38a8c07b372bb4b209b','Guairá',NULL,NULL,'','LINE',NULL,10,'','04a0a543715c075b95bb8b52f3f7ce66','',NULL),(16039,'en','woocommerce','2dc47f81fc4257e14c4d0fcd90d03b9a','Guam',NULL,NULL,'','LINE',NULL,10,'','693b01cfb488725b2e77b792042a33bf','',NULL),(16040,'en','woocommerce','b44dc31c867a3b6e40f2175c467fa986','Guanajuato',NULL,NULL,'','LINE',NULL,10,'','6fb4d2527ecec97ed7d4ae0152edb54c','',NULL),(16041,'en','woocommerce','87ae6040c927c7b31d4aff09383e3a68','Guangdong / 广东',NULL,NULL,'','LINE',NULL,10,'','d44c1813b4036933e79d37ec28470193','',NULL),(16042,'en','woocommerce','33684742105e037c5ad2a565c8890854','Guangxi Zhuang / 广西壮族',NULL,NULL,'','LINE',NULL,10,'','5f494b3a924f92d557dbf36f5700b793','',NULL),(16043,'en','woocommerce','948b13d5a3e11e21baadc349e199020e','Guatemala',NULL,NULL,'','LINE',NULL,10,'','494ac60c0d6379a01bdb366f65663472','',NULL),(16044,'en','woocommerce','a531abc58761191a634e3d485d0a199b','Guernsey',NULL,NULL,'','LINE',NULL,10,'','39700e97464670bbd8f5a4ed15192044','',NULL),(16045,'en','woocommerce','603c485e631f136681d0a92cea1b12d6','Guerrero',NULL,NULL,'','LINE',NULL,10,'','54c3f6c734fff2cd5cf3567235ca133e','',NULL),(16046,'en','woocommerce','adb831a7fdd83dd1e2a309ce7591dff8','Guest',NULL,NULL,'','LINE',NULL,10,'','0eae9509d74b057f207d3629ec2b921b','',NULL),(16047,'en','woocommerce','bde0405f63d206f0664fe9fbdc741ae8','Guest orders',NULL,NULL,'','LINE',NULL,10,'','7cbe72e08e261304587c87690cade60b','',NULL),(16048,'en','woocommerce','c2355072964246440a63eecb312095f1','Guest sales',NULL,NULL,'','LINE',NULL,10,'','93557970520eac3a1af98e7b73d398fc','',NULL),(16049,'en','woocommerce','2893b60433a6168dfbce5deb40ad8721','Guimaras',NULL,NULL,'','LINE',NULL,10,'','8552bd49b26429864a220aac1068f758','',NULL),(16050,'en','woocommerce','8e4d9eeed250a9d065ac2bb8bdc67b30','Guinea',NULL,NULL,'','LINE',NULL,10,'','9e7aa5f26825513649a8491a081e71d3','',NULL),(16051,'en','woocommerce','2d65f5236205dd23c6a8212627568fb8','Guinea-Bissau',NULL,NULL,'','LINE',NULL,10,'','9c0cf019dc739b0df7914554093112b5','',NULL),(16052,'en','woocommerce','88c605b9ba34ee999c0372580e87f0aa','Guizhou / 贵州',NULL,NULL,'','LINE',NULL,10,'','07e52aa3194bd5d4685c73877135e6b9','',NULL),(16053,'en','woocommerce','9ac24d086d7592786374e1995fb205e6','Gujarat',NULL,NULL,'','LINE',NULL,10,'','6ce665b42d1951932317a33c76ea4bad','',NULL),(16054,'en','woocommerce','3c0a40c0c419f377ba16a840d6bca9d5','Gulu',NULL,NULL,'','LINE',NULL,10,'','fa622a7910831233a647b5a5b02b14a8','',NULL),(16055,'en','woocommerce','d0096b533fd91ceeb11af28f611accf8','Gunma',NULL,NULL,'','LINE',NULL,10,'','d2bfa79d3f930acae2f9a7da13249a39','',NULL),(16056,'en','woocommerce','cf4c7e1169281886577940e361854a84','Guyana',NULL,NULL,'','LINE',NULL,10,'','b760ae38dac8c128ff2d97edd9ff78fb','',NULL),(16057,'en','woocommerce','df063b56bfe51c4ae8e27c2b404d13ba','Győr-Moson-Sopron',NULL,NULL,'','LINE',NULL,10,'','d059a56be01f305b7c8d23632bafe485','',NULL),(16058,'en','woocommerce','6481149b85adf9a6f6f1ebebd9ff9a45','Hîncești',NULL,NULL,'','LINE',NULL,10,'','57d68d74b9bdf4915642da7e69a90225','',NULL),(16059,'en','woocommerce','2f526f08962fca83e90ccddaac13880e','HH:mm',NULL,NULL,'','LINE',NULL,10,'','85c5985d81a8f89fe34b34d189551ce9','',NULL),(16060,'en','woocommerce','4c4ad5fca2e7a3f74dbb1ced00381aa4','HTML',NULL,NULL,'','LINE',NULL,10,'','d1ee5129d4fa7b2f1362b7652ba7a1c3','',NULL),(16061,'en','woocommerce','d7009813cbaa10c4ea53e650559de0ec','HTML description of the resource.',NULL,NULL,'','LINE',NULL,10,'','494c9e360da24f1c47738992cd4d9904','',NULL),(16062,'en','woocommerce','271cd6cd066e0ff3fca4994369beec86','HTML email template',NULL,NULL,'','LINE',NULL,10,'','2ae005031fbfeccca41989554578df6f','',NULL),(16063,'en','woocommerce','4b577aaf022521152db79f1b597bd5bf','HTML template',NULL,NULL,'','LINE',NULL,10,'','f0cb95724a1a6f77be408de01f9b03a5','',NULL),(16064,'en','woocommerce','ce0814c6d17196274c50e5ec4eeb84d2','HTML/Multipart emails use DOMDocument to generate inline CSS in templates.',NULL,NULL,'','LINE',NULL,10,'','fd9e8a2242746083de9bd1906de8fa34','',NULL),(16065,'en','woocommerce','bdb5e32cf56d119faa1f4279836b351b','Habiganj',NULL,NULL,'','LINE',NULL,10,'','94d9c9bfa4a58d5a09dfa740a56c307c','',NULL),(16066,'en','woocommerce','bc72ecb6e24104d28d9482d2a1e027e5','Hainan / 海南',NULL,NULL,'','LINE',NULL,10,'','34e2c2b52909480afdbdffd7d2f02189','',NULL),(16067,'en','woocommerce','b88959cb7d907d91065ac7ec19eb0b44','Haiti',NULL,NULL,'','LINE',NULL,10,'','2c6e683b24aec325030e459bf08bd8f5','',NULL),(16068,'en','woocommerce','e94ca76d41ad1b8840eccd1812322622','Hajdú-Bihar',NULL,NULL,'','LINE',NULL,10,'','9822f185e47300ba19f130478b488614','',NULL),(16069,'en','woocommerce','e5238c19d3395d55373d70164836db77','Hakkari',NULL,NULL,'','LINE',NULL,10,'','4e59696801c893acde70846cc4b4b196','',NULL),(16070,'en','woocommerce','40f283311936fd1f5d0b3062f74a8c2f','Hamadan (همدان)',NULL,NULL,'','LINE',NULL,10,'','493619aa7c0cf559808df9c86e6c6bfc','',NULL),(16071,'en','woocommerce','d384467e6e6df778de5c5f14d03c7c53','Hand-picked Products',NULL,NULL,'','LINE',NULL,10,'','603e600faf3738305938e850ba6eeea5','',NULL),(16072,'en','woocommerce','d727316fa2ba1d473a0c0a2cae9377f6','Hard crop?',NULL,NULL,'','LINE',NULL,10,'','44049db11591598762ece182b87980be','',NULL),(16073,'en','woocommerce','faee1163765451c9a365886e437b488a','Harghita',NULL,NULL,'','LINE',NULL,10,'','abea7e721a843af7e2fcb1fa7fc24a12','',NULL),(16074,'en','woocommerce','1b86e8daccc894df32394681ebe753e4','Haryana',NULL,NULL,'','LINE',NULL,10,'','67749308c73c11cb895adb3e3c07485c','',NULL),(16075,'en','woocommerce','f500d7af16175168f76519cc648bbcf2','Haskovo',NULL,NULL,'','LINE',NULL,10,'','bb95896fb17791eeb87fed00ad30026a','',NULL),(16076,'en','woocommerce','be942ee63df811eb2d78522d1d24dcf7','Hatay',NULL,NULL,'','LINE',NULL,10,'','d36ee369be16faa3e5d266c897717ce6','',NULL),(16077,'en','woocommerce','be4ec0fda224d554a53bf294c003e227','Have a coupon?',NULL,NULL,'','LINE',NULL,10,'','b0ff0989e0f7cdaa74fefdc63308e022','',NULL),(16078,'en','woocommerce','82f60e49ebf20cf3450f2600644ba8d4','Have an existing store?',NULL,NULL,'','LINE',NULL,10,'','c73330923b0ed6e150548c44e0c06eb4','',NULL),(16079,'en','woocommerce','cfc23830894037fa686c8ec7b797e5b7','Have your customers pay with cash (or by other means) upon delivery.',NULL,NULL,'','LINE',NULL,10,'','97270f22ddf94833187d1855f164f5d6','',NULL),(16080,'en','woocommerce','a85df3d66bde576d3b62caaf527f2daa','Hawaii',NULL,NULL,'','LINE',NULL,10,'','9c668d60c94536ecaa1297e0f1f0541b','',NULL),(16081,'en','woocommerce','1829591e6f1cb90cbea7fa9c6b65f60c','Hawke’s Bay',NULL,NULL,'','LINE',NULL,10,'','757bb92be77a50771a51259300caf6af','',NULL),(16082,'en','woocommerce','ceb6a5d6036c95ec400622d2fbb5eb18','Heard Island and McDonald Islands',NULL,NULL,'','LINE',NULL,10,'','852c3356f4beea47cfaffafa68195cf5','',NULL),(16083,'en','woocommerce','c8ac60ce71ddb7451f3ee397fcb14057','Hebei / 河北',NULL,NULL,'','LINE',NULL,10,'','a7924a32a69f054c56ac72041e673f7f','',NULL),(16084,'en','woocommerce','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'','LINE',NULL,10,'','f0e52f69fd64db71a916caf34129318c','',NULL),(16085,'en','woocommerce','a47cceaf9958d009066953f191069ef6','Height (%s)',NULL,NULL,'','LINE',NULL,10,'','b357da46ec6db4a60c26f4696d6e1d79','',NULL),(16086,'en','woocommerce','940b9fded40c9a5631bd0ec832c06e8d','Heilongjiang / 黑龙江',NULL,NULL,'','LINE',NULL,10,'','a18bb073c5fdf89aaac85310d33d4373','',NULL),(16087,'en','woocommerce','7a0aed329dcfb16f44665004105c0327','Hello %1$s (not %1$s? <a href=\"%2$s\">Log out</a>)',NULL,NULL,'','LINE',NULL,10,'','0a0d2aa8ebeb9e583aa1768e62c1311d','',NULL),(16088,'en','woocommerce','b4b81361db645b44e73ede8c42bddf8e','Help & Support',NULL,NULL,'','LINE',NULL,10,'','9d91f808a4bc87c40834ea2aff91e3a8','',NULL),(16089,'en','woocommerce','eef247796e41cc21f290a879f6374d2b','Help improve WooCommerce with usage tracking',NULL,NULL,'','LINE',NULL,10,'','618532e7912a11c3142dfd5c3acafa5b','',NULL),(16090,'en','woocommerce','f747657d74fe25fe0c091958b7331230','Help visitors find your products.',NULL,NULL,'','LINE',NULL,10,'','5331997781ccf16033fc02a9d5cacf85','',NULL),(16091,'en','woocommerce','749df21c6f7c688c34d8681273c6515b','Henan / 河南',NULL,NULL,'','LINE',NULL,10,'','0df02bc2f5dac691db531d48b11b81cb','',NULL),(16092,'en','woocommerce','883fc1659d31f715abbcf7c19ff589d0','Here are the details of your order placed on %s:',NULL,NULL,'','LINE',NULL,10,'','fb38a7dbf053b0711aeb0d0a36d0a514','',NULL),(16093,'en','woocommerce','67b7b54f2d1cb68e8ad654afbadf192a','Heves',NULL,NULL,'','LINE',NULL,10,'','dc8845d8394fc3fab2c655b9487d094f','',NULL),(16094,'en','woocommerce','cf2d6fb37ddada3bfa55920ce1b089c4','Hi %s,',NULL,NULL,'','LINE',NULL,10,'','3cb011be30e293c73c71d37cbfd65352','',NULL),(16095,'en','woocommerce','331a1bb0ba49272aa3645236015c5a93','Hi there! Upload a CSV file containing tax rates to import the contents into your shop. Choose a .csv file to upload, then click \"Upload file and import\".',NULL,NULL,'','LINE',NULL,10,'','1fcc63755aef8c6629db7dd62cccfd3b','',NULL),(16096,'en','woocommerce','43eceb4060774ab7d743a19429158de5','Hidalgo',NULL,NULL,'','LINE',NULL,10,'','ebf74e9634192f0118cbb7c32c2a490b','',NULL),(16097,'en','woocommerce','7acdf85c69cc3c5305456a293524386e','Hidden',NULL,NULL,'','LINE',NULL,10,'','3eff8affd56c66664cb4d0ac2c60483f','',NULL),(16098,'en','woocommerce','4578544e15448d2758f7c6ae4009253a','Hide advanced options',NULL,NULL,'','LINE',NULL,10,'','34c3b65ad21cb7af6168a6f812827365','',NULL),(16099,'en','woocommerce','b348608d4361c9694825e197313f7610','Hide empty categories',NULL,NULL,'','LINE',NULL,10,'','0813a75d97a2be495f92f97c5acf2c7d','',NULL),(16100,'en','woocommerce','64df0afa8f5f844f1efb5f587aef01cf','Hide errors from visitors',NULL,NULL,'','LINE',NULL,10,'','12a1685fe9e0c525b1c52086971505bc','',NULL),(16101,'en','woocommerce','2ccd354c382f6c023927eea9fe5e48b3','Hide errors from visitors?',NULL,NULL,'','LINE',NULL,10,'','e55692ecddb2d00813b6e372213da642','',NULL),(16102,'en','woocommerce','1bd2f4300f778b9030b80a08bc8500e0','Hide free products',NULL,NULL,'','LINE',NULL,10,'','c3ae980bf7272ccf38590a4bf2de911c','',NULL),(16103,'en','woocommerce','649c028923846707f18a328354f9c428','Hide full review',NULL,NULL,'','LINE',NULL,10,'','8a4667d2cd076c1d3155eccc7c3d8dd8','',NULL),(16104,'en','woocommerce','e57d9c18c4578a143fa5ee24fd138715','Hide if cart is empty',NULL,NULL,'','LINE',NULL,10,'','6da5a4f4e597f119da73b69e30338016','',NULL),(16105,'en','woocommerce','e3f78a22dedad108e785a34eecaa10f7','Hide template',NULL,NULL,'','LINE',NULL,10,'','614d496d5f76225961d9370ecae7e6cc','',NULL),(16106,'en','woocommerce','5233247f30efb5020ea69c13d31157ea','Hierarchy is hidden.',NULL,NULL,'','LINE',NULL,10,'','fdf037fb3e7332853aa808674faa9fec','',NULL),(16107,'en','woocommerce','43428b50ee5330fa72ae2850a320f720','Hierarchy is visible.',NULL,NULL,'','LINE',NULL,10,'','ef9f6a8fe16667ec42a7c5e1c3b7393e','',NULL),(16108,'en','woocommerce','0e242ee0495b1d6d1cd7756883c76426','Highest rating',NULL,NULL,'','LINE',NULL,10,'','dc1030cdb7df0cce6594bd8e4d3f50e8','',NULL),(16109,'en','woocommerce','6857b5119d54b416e1d605ef7a3eef1f','Highlight required fields with an asterisk',NULL,NULL,'','LINE',NULL,10,'','4d9a2b963ca9bbcd7dc2275ec24661e3','',NULL),(16110,'en','woocommerce','bdada9e44abf7ffb035f4a8cb5c2c5cd','Himachal Pradesh',NULL,NULL,'','LINE',NULL,10,'','6bc30a5de8942c99d1c1c352475fba34','',NULL),(16111,'en','woocommerce','853cfbf8cc7335320da12e9de6287da8','Hiroshima',NULL,NULL,'','LINE',NULL,10,'','dc6722bc966b9327225c464aa09e5213','',NULL),(16112,'en','woocommerce','6f586bb723761c91f292e4ee93818a37','Hoima',NULL,NULL,'','LINE',NULL,10,'','3949790c936c01f5784b28f95662fbf8','',NULL),(16113,'en','woocommerce','eed3160741538357c567dfe965467bfc','Hokkaido',NULL,NULL,'','LINE',NULL,10,'','4068c6a355fb715f176cc2af1247b19e','',NULL),(16114,'en','woocommerce','a6becf8838688a4283cb456af558f8a3','Home URL.',NULL,NULL,'','LINE',NULL,10,'','3a41b0c4f11aff42423ef05a859349f9','',NULL),(16115,'en','woocommerce','46789109356f776bdaa33b39567cbacc','Home and end keys',NULL,NULL,'','LINE',NULL,10,'','6b365bc671f1e2d4d3867d1fd1440e9c','',NULL),(16116,'en','woocommerce','f4270ce39e7e926052e097a0e4e63bde','Honduras',NULL,NULL,'','LINE',NULL,10,'','7eb1f29a7ff8a7231cc74f7bcd0c9b9a','',NULL),(16117,'en','woocommerce','8b476ff778119b8d49588f3daadf69a1','Hong Kong',NULL,NULL,'','LINE',NULL,10,'','aa31baccd9f77926c884f2f694bf9590','',NULL),(16118,'en','woocommerce','1eaed874deefcf76fc1f08e7b78c7551','Hong Kong Island',NULL,NULL,'','LINE',NULL,10,'','f6e9fed893409f8730c3f1658cfa27e6','',NULL),(16119,'en','woocommerce','b9b371458ab7c314f88b81c553f6ce51','Hook',NULL,NULL,'','LINE',NULL,10,'','02b5629fbbeded99925f037275194d49','',NULL),(16120,'en','woocommerce','adf3dce3054baaa1705de409f81eefe6','Hopefully they’ll be back. Read more about <a href=\"https://docs.woocommerce.com/document/managing-orders/\">troubleshooting failed payments</a>.',NULL,NULL,'','LINE',NULL,10,'','05e674865f0341889f3598f0ecfbd381','',NULL),(16121,'en','woocommerce','fef8b8a1e4eae334e253013733a9a39a','Hormozgan (هرمزگان)',NULL,NULL,'','LINE',NULL,10,'','ac15b418e57fefab99a498d7243a6881','',NULL),(16122,'en','woocommerce','5b2ef9013a01ec6406057803bbf3d0a5','House number and street name',NULL,NULL,'','LINE',NULL,10,'','369c12724b1710d4ea6e233726715e9d','',NULL),(16123,'en','woocommerce','d03c474b2f7590576e88b856d618a173','How many products should be shown per row?',NULL,NULL,'','LINE',NULL,10,'','d1124c9d6681715a07cd8b2a36b54320','',NULL),(16124,'en','woocommerce','8e30713fef8f8e08821684c0fc8ef4f7','How many rows of products should be shown per page?',NULL,NULL,'','LINE',NULL,10,'','17be0ff3d261bd971eef270cb9e47a0d','',NULL),(16125,'en','woocommerce','123f31d9e424cafe6676a2356f53fa62','How many times the coupon can be used in total.',NULL,NULL,'','LINE',NULL,10,'','f4757b1f80b464179fe9783f25348b2c','',NULL),(16126,'en','woocommerce','0e67903523380f50ee4a1f45e9247197','How many times the coupon can be used per customer.',NULL,NULL,'','LINE',NULL,10,'','a4ca8a785d78cedfd52dcd95f1d44142','',NULL),(16127,'en','woocommerce','b16e005cc22462456f2294a034cb7081','How many times this coupon can be used before it is void.',NULL,NULL,'','LINE',NULL,10,'','c8290944c3cdc582284dfcf4e6b46d58','',NULL),(16128,'en','woocommerce','17fc5e7d280c6f1dc709fdaecb2dda7d','How many times this coupon can be used by an individual user. Uses billing email for guests, and user ID for logged in users.',NULL,NULL,'','LINE',NULL,10,'','286ff2391ee1e7ae06e1d57c9b41f141','',NULL),(16129,'en','woocommerce','a15e7a2c1ce080fb303e88454a299579','How should products be sorted in the catalog by default?',NULL,NULL,'','LINE',NULL,10,'','f04a0783245a144667691ef6926da88f','',NULL),(16130,'en','woocommerce','efd678ba4efbd7aeec08d98d474162f6','How to calculate delivery charges',NULL,NULL,'','LINE',NULL,10,'','ab1296da649f87a677e9e65c7773e83c','',NULL),(16131,'en','woocommerce','93a7e2e2f0b8163cbb354ff3ed462a75','How to update your PHP version',NULL,NULL,'','LINE',NULL,10,'','dfc0a50041e3762208215ea270064661','',NULL),(16132,'en','woocommerce','9d6879b4dcb58193a89685f6445fc582','How to update your database table prefix',NULL,NULL,'','LINE',NULL,10,'','45dcdf9cafa3d8b393061c0a820c961a','',NULL),(16133,'en','woocommerce','01b03271ac9b50f17e91538b27d85310','Howland Island',NULL,NULL,'','LINE',NULL,10,'','51972d39358119c4db26ca5f2d355799','',NULL),(16134,'en','woocommerce','78a5ddc0dd8c7c5d5e378c6401675b41','Huánuco',NULL,NULL,'','LINE',NULL,10,'','aa6f4483f3e54b0c1462c016ed2f2fa7','',NULL),(16135,'en','woocommerce','74ed2dc4ad55c3f5bc09bec23f9d9bc6','Huambo',NULL,NULL,'','LINE',NULL,10,'','b655c7f4e213814be089bff53e96570b','',NULL),(16136,'en','woocommerce','1a5bdab6573d832f7cc19f3eb46092d2','Huancavelica',NULL,NULL,'','LINE',NULL,10,'','dbdf797769c72c3a7c49e90c84b24f7e','',NULL),(16137,'en','woocommerce','91f66bce097ad9868cee6706730b1bd0','Hubei / 湖北',NULL,NULL,'','LINE',NULL,10,'','a0b049f25d0ea1959c11fc0e10c6c8ec','',NULL),(16138,'en','woocommerce','f10503afa21465a84d747e2438cd6eaf','Huelva',NULL,NULL,'','LINE',NULL,10,'','b390074264b794926b722f0b4fc4d042','',NULL),(16139,'en','woocommerce','dae71454cadf0c234d361fbe12a2f712','Huesca',NULL,NULL,'','LINE',NULL,10,'','a03c37a7e08a27fdf849da4cabe2e874','',NULL),(16140,'en','woocommerce','9fce6399d444ed7f6729fa3d775da855','Hunan / 湖南',NULL,NULL,'','LINE',NULL,10,'','af9adcc84e2923c3d8b9c42692abf8a3','',NULL),(16141,'en','woocommerce','53a830a89e3cf76e9661f38793b41b45','Hunedoara',NULL,NULL,'','LINE',NULL,10,'','5de2627cb0063d811d203299d176749c','',NULL),(16142,'en','woocommerce','fa79c3005daec47ecff84a116a0927a1','Hungary',NULL,NULL,'','LINE',NULL,10,'','732d8222c988c53f12603fcd50fcbb8f','',NULL),(16143,'en','woocommerce','0015866d13b1039c1fe1691161497af9','Huíla',NULL,NULL,'','LINE',NULL,10,'','0eb3f5199c0ab5be053a9bad140956da','',NULL),(16144,'en','woocommerce','5e0e4d4c81f435c64169f94532c90fac','Hyogo',NULL,NULL,'','LINE',NULL,10,'','edfbf05413c101c7e97f9ff5e040effd','',NULL),(16145,'en','woocommerce','2c1bfe6fa9144a77c6c59f703feb7b3e','I have read and agree to the website %s',NULL,NULL,'','LINE',NULL,10,'','7292255dabbfbd342a09014d7aa1356c','',NULL),(16146,'en','woocommerce','1e8dcc2684a48e9d9cbc6a75e5bb0ef6','I plan to sell both physical and digital products',NULL,NULL,'','LINE',NULL,10,'','5a13e8375adbec249c3b75fbbbe10c6c','',NULL),(16147,'en','woocommerce','b01c585e466c8b7b7a35168480433657','I plan to sell digital products',NULL,NULL,'','LINE',NULL,10,'','2d5f528a2b5e6524f2f2a5795f9a13d8','',NULL),(16148,'en','woocommerce','e9d0d4b00caa00bdc9f9de0edac5dde1','I plan to sell physical products',NULL,NULL,'','LINE',NULL,10,'','e9eff604681ca0beb3a8b4a8648092c4','',NULL),(16149,'en','woocommerce','43096d71ab304856514fcec7ca29ee69','I will also be selling products or services in person.',NULL,NULL,'','LINE',NULL,10,'','bd490f522a265a70b9226cea3de0c837','',NULL),(16150,'en','woocommerce','46cd744e26c801b5c3891536c68982d4','Iğdır',NULL,NULL,'','LINE',NULL,10,'','d88cd09371a983d60b25d5e74e17f63e','',NULL),(16151,'en','woocommerce','350e17d65ded375d643259e7eed26e2a','IBAN',NULL,NULL,'','LINE',NULL,10,'','2ac57a2321af3defe658ba5f29f81379','',NULL),(16152,'en','woocommerce','b718adec73e04ce3ec720dd11a06a308','ID',NULL,NULL,'','LINE',NULL,10,'','6ecdf3cc29ebcaa2f16b3d44cb21413f','',NULL),(16153,'en','woocommerce','082e4d7886ac300980af564edc435396','ID %d',NULL,NULL,'','LINE',NULL,10,'','1214e163aca189e943ebdeecfb1a1222','',NULL),(16154,'en','woocommerce','3b26ae948229d939c08a5b5cfbe411af','ID is invalid.',NULL,NULL,'','LINE',NULL,10,'','ad79664b21a0e766d1fe2e35361d812c','',NULL),(16155,'en','woocommerce','5f261ed9d98a51cfc94dcdc97d6ee99f','ID of parent grouping.',NULL,NULL,'','LINE',NULL,10,'','807ba735234c7c0e9855892ebcde36af','',NULL),(16156,'en','woocommerce','e441e25db0aa027b0356ab583f7b3f17','ID to reassign posts to.',NULL,NULL,'','LINE',NULL,10,'','786ce56897bf1bd665a31f2addba6e60','',NULL),(16157,'en','woocommerce','2c94758a47cb00ac04c9a9912ab04364','ID.',NULL,NULL,'','LINE',NULL,10,'','4d4940fe838a56b669b51bc217c69800','',NULL),(16158,'en','woocommerce','0423fc4b9f93952ba8119fd5ba035a20','ID: %d',NULL,NULL,'','LINE',NULL,10,'','3279cdaf8ddee0fa3af0b5bd43ef5592','',NULL),(16159,'en','woocommerce','7302262cbdd02bc49dc46ec8193b771a','IDs for settings sub groups.',NULL,NULL,'','LINE',NULL,10,'','af399eb7eb5bd43cde94e441093babd7','',NULL),(16160,'en','woocommerce','a0ffad11602d6ab7ceb86ca43f1b523b','IFSC',NULL,NULL,'','LINE',NULL,10,'','2af70832d5c5df00bf81f1cc2793f045','',NULL),(16161,'en','woocommerce','5b8c99dad1893a85076709b2d3c2d2d0','IP Address',NULL,NULL,'','LINE',NULL,10,'','a1764997f5268ecda1c215d69910f336','',NULL),(16162,'en','woocommerce','75ba8d70e3692ba200f0e0df37b4d2ae','IP address',NULL,NULL,'','LINE',NULL,10,'','c6be4bd6744f0ec70b70a5466c4777e8','',NULL),(16163,'en','woocommerce','343b198b3f885afd30e4d8622c284b37','IPN Email Notifications',NULL,NULL,'','LINE',NULL,10,'','d5eec14b1a63ae710a46d1eb05504098','',NULL),(16164,'en','woocommerce','bbe33f0035df5a8ac4b337817fc32856','IPN payment completed',NULL,NULL,'','LINE',NULL,10,'','11b6f029756d27c9d5cf60c5aaf3c5f9','',NULL),(16165,'en','woocommerce','c9ff6ad615588a436fb001001a1a95ff','ISO code of the country.',NULL,NULL,'','LINE',NULL,10,'','be56ce1a8af695f66f5cac18ca3bf354','',NULL),(16166,'en','woocommerce','78360ae1eba52440d8c5c72c64d0e914','ISO code or name of the state, province or district.',NULL,NULL,'','LINE',NULL,10,'','069054b2d7d24f45cb911449cd565bf2','',NULL),(16167,'en','woocommerce','4b89567225ba09e59f5a6391e4f4b6ba','ISO3166 alpha-2 country code.',NULL,NULL,'','LINE',NULL,10,'','47fef1399526d7eb91a82a9b6198361d','',NULL),(16168,'en','woocommerce','320d7d6b71ccd6b429ecd68184b01360','ISO4217 currency code.',NULL,NULL,'','LINE',NULL,10,'','afb24a923a7360ad46eaa240c1a5a4f7','',NULL),(16169,'en','woocommerce','1f75a2a5d3056b249a76f5df6a2a3e32','Iași',NULL,NULL,'','LINE',NULL,10,'','17f2b07df8e84190b2a2603d196f1166','',NULL),(16170,'en','woocommerce','f69799dd895cbbae876fb7fec794270e','Ialomița',NULL,NULL,'','LINE',NULL,10,'','6e79fe475f36851992f787c1bd1b1b39','',NULL),(16171,'en','woocommerce','fdb0743125deb667053e818908aba369','Ialoveni',NULL,NULL,'','LINE',NULL,10,'','2f2e762343ac134ed876704947ceca34','',NULL),(16172,'en','woocommerce','81c2f4b7225b64bc4a4a5a5624ce993e','Ibanda',NULL,NULL,'','LINE',NULL,10,'','6d346fea9541b5a03d4fcb75a9a92984','',NULL),(16173,'en','woocommerce','f06b527a706cbd72868f04fed3aeff77','Ibaraki',NULL,NULL,'','LINE',NULL,10,'','5951af3bfb21b3d48f44efe8d67ad3aa','',NULL),(16174,'en','woocommerce','967f96d98b992e7efffc9116266e7dbc','Ica',NULL,NULL,'','LINE',NULL,10,'','97c54c3a7fe2f6ec2356c93937c5cbb9','',NULL),(16175,'en','woocommerce','b78edab0f52e0d6c195fd0d8c5709d26','Iceland',NULL,NULL,'','LINE',NULL,10,'','ee7ef6372d015b07e35a93649e9b020c','',NULL),(16176,'en','woocommerce','47b231eae4bf87fa405e34eb9273b741','Idaho',NULL,NULL,'','LINE',NULL,10,'','7a11e00349fe85978a77ca12f79b6d70','',NULL),(16177,'en','woocommerce','ab948033469ffe395b1b644e3dbb6e11','If COD is only available for certain methods, set it up here. Leave blank to enable for all methods.',NULL,NULL,'','LINE',NULL,10,'','958de5175c5c6ace27ea7f1a8de9352e','',NULL),(16178,'en','woocommerce','96d1f7c19b00e330e1818948934596c0','If enabled, this text will be shown site-wide. You can use it to show events or promotions to visitors!',NULL,NULL,'','LINE',NULL,10,'','f7451234726ce6334625afb728263db4','',NULL),(16179,'en','woocommerce','e3a60483865cca85b588b9120f5890a2','If managing stock, this controls if backorders are allowed.',NULL,NULL,'','LINE',NULL,10,'','766287aa547c3857111c7dc151534f12','',NULL),(16180,'en','woocommerce','aec17f9fd2650ac5f970b72d4bb9c2e3','If managing stock, this controls whether or not backorders are allowed. If enabled, stock quantity can go below 0.',NULL,NULL,'','LINE',NULL,10,'','0606e6a528a0c15e523be9204510a699','',NULL),(16181,'en','woocommerce','006b750ba007cc81390ad6886303b2ca','If purchasing this product gives a customer access to a downloadable file, e.g. software, check this box.',NULL,NULL,'','LINE',NULL,10,'','14eaeeead5e79867477cada2b2403412','',NULL),(16182,'en','woocommerce','31276a65eaf2a5f767ce57f558ed393e','If the payment was refunded via the API.',NULL,NULL,'','LINE',NULL,10,'','38f0325236baa83ed7cfc880079a7aa4','',NULL),(16183,'en','woocommerce','80238d7efb878c9d198e861fff299e13','If the product is downloadable.',NULL,NULL,'','LINE',NULL,10,'','c476d9495af09ea46d108c7288b4f206','',NULL),(16184,'en','woocommerce','99357d471252ba1b9d78de9b49c946af','If the product is virtual.',NULL,NULL,'','LINE',NULL,10,'','210c6fb43ee9f0a8eaf5209b5351de1b','',NULL),(16185,'en','woocommerce','a36258edf91ca0da6643da68bb5293d4','If the variation is downloadable.',NULL,NULL,'','LINE',NULL,10,'','2b54bc1932bff259a576163fc6395516','',NULL),(16186,'en','woocommerce','f8114bec022cec909e4be0307d4062a7','If the variation is virtual.',NULL,NULL,'','LINE',NULL,10,'','e984571ddd3367525c395c65792100a6','',NULL),(16187,'en','woocommerce','31504ff4735d3aba51371350eaa8e2e1','If the variation is visible.',NULL,NULL,'','LINE',NULL,10,'','e7e3b1bd728375bc8fa61f7a6017647a','',NULL),(16188,'en','woocommerce','571d1440ec65cdd0f51e0e1e6bb0494c','If true and if the free shipping method requires a coupon, this coupon will enable free shipping.',NULL,NULL,'','LINE',NULL,10,'','f7a034bfed950e71acab418892a3f181','',NULL),(16189,'en','woocommerce','76d2677b737276645e54c0ad6c5004c7','If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.',NULL,NULL,'','LINE',NULL,10,'','7477172629a57b2df2f1d53d503aa90c','',NULL),(16190,'en','woocommerce','dd5356f6cfb5d6fd34cd99f82da9b3ff','If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only.',NULL,NULL,'','LINE',NULL,10,'','e7a6d042e79d00c3f31b9e4a0a838885','',NULL),(16191,'en','woocommerce','a03002edf0852daa9ac5bab4e959f6dc','If true, this coupon will not be applied to items that have sale prices.',NULL,NULL,'','LINE',NULL,10,'','3df01919f05d13a10a4e1998c35e5af6','',NULL),(16192,'en','woocommerce','a4e4159b441c0440413ef17d485f763d','If true, this note will be attributed to the current user. If false, the note will be attributed to the system.',NULL,NULL,'','LINE',NULL,10,'','45e2f317ec39a90ce6b0bd1765eea573','',NULL),(16193,'en','woocommerce','a94b4edbcbce104eaaf95c90144e934b','If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: <a href=\"%s\" target=\"_blank\">How to create a child theme</a>',NULL,NULL,'','LINE',NULL,10,'','62751d9949e7fb71317aa742562c3ad0','',NULL),(16194,'en','woocommerce','87cc16bad1a42fc975d6f2c6303168e4','If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.',NULL,NULL,'','LINE',NULL,10,'','70a45b9924050a626b26bf1fb80b885d','',NULL),(16195,'en','woocommerce','8d00edf27fe3bdf5a01c57fa54e46aae','If you create an account, we will store your name, address, email and phone number, which will be used to populate the checkout for future orders.',NULL,NULL,'','LINE',NULL,10,'','d176664bc6e1a7cf4a342b5b8cea0173','',NULL),(16196,'en','woocommerce','cf0b355c42898592bd289dc628f986b6','If you didn\'t make this request, just ignore this email. If you\'d like to proceed:',NULL,NULL,'','LINE',NULL,10,'','887cdba5356a6e66c67519bb3c3e3498','',NULL),(16197,'en','woocommerce','d2a8fd36088b5ffeda8ee8ed664e9b7d','If you find a bug within WooCommerce core you can create a ticket via <a href=\"%1$s\">Github issues</a>. Ensure you read the <a href=\"%2$s\">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible and include your <a href=\"%3$s\">system status report</a>.',NULL,NULL,'','LINE',NULL,10,'','bbe24fbc4cf5dd6c4505bb48cd593569','',NULL),(16198,'en','woocommerce','a20c4f7466183f48fecdda38fb55e890','If you have a coupon code, please apply it below.',NULL,NULL,'','LINE',NULL,10,'','7f728e4dfffc184c5b87241f76dcc7b1','',NULL),(16199,'en','woocommerce','043aebe632d535b3a485a5d2ddf576c3','If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.',NULL,NULL,'','LINE',NULL,10,'','b3005abb3f89990e34283907128649b2','',NULL),(16200,'en','woocommerce','c14d0eb18ef7f12ba468cbb81bc1ec8d','If you like %1$s please leave us a %2$s rating. A huge thanks in advance!',NULL,NULL,'','LINE',NULL,10,'','8a8b22306916515c1366a457fbd661d4','',NULL),(16201,'en','woocommerce','45e6ffbb2f84034f570d6c819fd30de7','If you like, you may enter custom structures for your product URLs here. For example, using <code>shop</code> would make your product links like <code>%sshop/sample-product/</code>. This setting affects product URLs only, not things such as product categories.',NULL,NULL,'','LINE',NULL,10,'','7883166b4e589e74daa0a7e503a0bf8b','',NULL),(16202,'en','woocommerce','2c6c17375c07c3f7e714bcf54acea589','If you need to access the setup wizard again, please click on the button below.',NULL,NULL,'','LINE',NULL,10,'','fa10d84a63c97efa0512e2a860cdb37e','',NULL),(16203,'en','woocommerce','fa66b5f747ab925b2a7302bd2e457088','If you would like to learn about using WooCommerce from an expert, consider a WooCommerce course to further your education.',NULL,NULL,'','LINE',NULL,10,'','3780660d9b3f26cfb0c3c3eb770688f5','',NULL),(16204,'en','woocommerce','dcca22a6dafdbdf705b286c61b38a697','If you\'d like to offer <span class=\"help_tip\" data-tip=\"%1$s\">live rates</span> from a specific carrier (e.g. UPS) you can find a variety of extensions available for WooCommerce <a href=\"%2$s\" target=\"_blank\">here</a>.',NULL,NULL,'','LINE',NULL,10,'','8ee48393295027f28e0a623ca21a3e40','',NULL),(16205,'en','woocommerce','39b2928ad095538403f4b82ef5faf8a3','If your main PayPal email differs from the PayPal email entered above, input your main receiver email for your PayPal account here. This is used to validate IPN requests.',NULL,NULL,'','LINE',NULL,10,'','6e1c0c8c9abb03c29ec169efe8cbd2f2','',NULL),(16206,'en','woocommerce','17b06f3dcb502d3c338f22da2d28b21c','Ifugao',NULL,NULL,'','LINE',NULL,10,'','4975fd9787e7be6b915dfbc5956d5f6d','',NULL),(16207,'en','woocommerce','2f1e883bb78bd19d7325e9f4b19ac107','Iganga',NULL,NULL,'','LINE',NULL,10,'','9e19d99eeeba4afb48ac881a75681d48','',NULL),(16208,'en','woocommerce','8b3d19ca23e6ed05056ad1f6d702667d','Ilaam (ایلام)',NULL,NULL,'','LINE',NULL,10,'','ac28213b755e8a597b83e39941b66f5b','',NULL),(16209,'en','woocommerce','673115c4ad20c90e556f2eceaeaa2a15','Ilfov',NULL,NULL,'','LINE',NULL,10,'','e374dacf6d6e4864f291030c059f6070','',NULL),(16210,'en','woocommerce','66c2b329479ee151b4c6b257c0b7a9b7','Illinois',NULL,NULL,'','LINE',NULL,10,'','fcdc8906b79191adaa8cd05ac8843bd3','',NULL),(16211,'en','woocommerce','6cd8832b829ae709c2691e6c941eff7f','Ilocos Norte',NULL,NULL,'','LINE',NULL,10,'','100bc65964600b7b753673b55813c895','',NULL),(16212,'en','woocommerce','13d7c25314ea5f09dac55078751a479e','Ilocos Sur',NULL,NULL,'','LINE',NULL,10,'','d4d610b5873429b5a7f5e4a7999d7ad3','',NULL),(16213,'en','woocommerce','6c622dcc51e87aa35750d905bf5d0592','Iloilo',NULL,NULL,'','LINE',NULL,10,'','2ba8a7199cb01d2123bd9c21fac6f4e5','',NULL),(16214,'en','woocommerce','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,10,'','aeb3a4effa7c628a0debcc80fff13d31','',NULL),(16215,'en','woocommerce','bea85a380154994a22b939f577979988','Image ID.',NULL,NULL,'','LINE',NULL,10,'','986df769edb83b1f95e880b20626aa90','',NULL),(16216,'en','woocommerce','95dbf0a02179bb61abf722d505c9ca8b','Image URL.',NULL,NULL,'','LINE',NULL,10,'','8760f3541093db47562edb6a84282156','',NULL),(16217,'en','woocommerce','9cb91722d4b6bfe40a29760b2212a740','Image alternative text.',NULL,NULL,'','LINE',NULL,10,'','ad6b81f2457d615f1e38596b683fa6d5','',NULL),(16218,'en','woocommerce','05b2fc842a82ddda55943dcd572b632d','Image data.',NULL,NULL,'','LINE',NULL,10,'','a0128d1645b4b81bf1d0a50d2aba80c4','',NULL),(16219,'en','woocommerce','af807ee4156d4eeb871db288af51f970','Image name.',NULL,NULL,'','LINE',NULL,10,'','bc45d9752be82a2d612cebc9e0bcf01b','',NULL),(16220,'en','woocommerce','ac89a69903e7bd347e571766eac2c0f7','Image of the product that the review belongs to.',NULL,NULL,'','LINE',NULL,10,'','ca6b11589b17bc1a0fdd504f28c58e17','',NULL),(16221,'en','woocommerce','d785f2c5659b4f392c95ebe34cf33fbc','Image position. 0 means that the image is featured.',NULL,NULL,'','LINE',NULL,10,'','e4664c7afe2c00e1c71f67189b34040a','',NULL),(16222,'en','woocommerce','29b9aba33c76c59c204cc69c86616c13','Image size used for products in the catalog.',NULL,NULL,'','LINE',NULL,10,'','529139728b31834bfb01c08a99923cdc','',NULL),(16223,'en','woocommerce','b81d72f8be877e647e6c50a70ded7dc5','Image size used for the main image on single product pages. These images will remain uncropped.',NULL,NULL,'','LINE',NULL,10,'','0639ccf7bdb6ba36a0abeaa9e6ee47a8','',NULL),(16224,'en','woocommerce','d352a392b09f8a1f157174bfc3cc461f','Image url',NULL,NULL,'','LINE',NULL,10,'','912e23d769e2daf26c1e3588733f3185','',NULL),(16225,'en','woocommerce','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'','LINE',NULL,10,'','2357c2598b6d4ce8dec26ff5d73146f9','',NULL),(16226,'en','woocommerce','c354a7e51240e7d1a90236307de02474','Images will be cropped into a square',NULL,NULL,'','LINE',NULL,10,'','2ff1a5d8fd80bb1ae6d938ed3eb2724c','',NULL),(16227,'en','woocommerce','9f835bb635fe0bce811b05930166ecec','Images will be cropped to a custom aspect ratio',NULL,NULL,'','LINE',NULL,10,'','f8103b490a19e0b2fb8cdf44d019d7ee','',NULL),(16228,'en','woocommerce','378c96942cfcd2f88fcf4f7dee7ebbff','Images will display using the aspect ratio in which they were uploaded',NULL,NULL,'','LINE',NULL,10,'','400833fd1c5239f45c28d6b08468d14b','',NULL),(16229,'en','woocommerce','5a8d8615e797d799d4dcad79844a2b97','Imo',NULL,NULL,'','LINE',NULL,10,'','3c094cab77d45b646b00d43e46d44688','',NULL),(16230,'en','woocommerce','ad7de8b6295d9ca6edbf5ff40c97f64e','Imperia',NULL,NULL,'','LINE',NULL,10,'','3cddf5ee328634d7eecdf18f4bbe823d','',NULL),(16231,'en','woocommerce','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,10,'','c3eca834f493aa07e84affd023f8b622','',NULL),(16232,'en','woocommerce','5302555c053785465a973faff90d2d6e','Import <strong>products</strong> to your store via a csv file.',NULL,NULL,'','LINE',NULL,10,'','ec32b2398145c3f48dbada679ce4258f','',NULL),(16233,'en','woocommerce','49486e7e35561be46cfbd6bff170b86d','Import <strong>tax rates</strong> to your store via a csv file.',NULL,NULL,'','LINE',NULL,10,'','5b8262979a9106b46de475178d679bd1','',NULL),(16234,'en','woocommerce','28ec2d08ef97978d3e7776c33a75592a','Import CSV',NULL,NULL,'','LINE',NULL,10,'','7a736cba7cf5a5a992bbb21b05cd2ee4','',NULL),(16235,'en','woocommerce','4bfc4a7632bae0877b798dbd9efc4f70','Import Products',NULL,NULL,'','LINE',NULL,10,'','924c66e592d57f54b4bc02d51fb2acc2','',NULL),(16236,'en','woocommerce','f58e60746cdfafddbab4172e1e73332f','Import as meta data',NULL,NULL,'','LINE',NULL,10,'','06bce4e087dd068d86aef80917705196','',NULL),(16237,'en','woocommerce','9ef5234891c402d25c4241076b8e9dc7','Import complete - imported %s tax rates.',NULL,NULL,'','LINE',NULL,10,'','a023f13cd1091896121234e16db9f5e0','',NULL),(16238,'en','woocommerce','b01b2b8f776c40b29fdf139efadb2e36','Import complete!',NULL,NULL,'','LINE',NULL,10,'','9310e7137ce571940ec2487d613b2bd5','',NULL),(16239,'en','woocommerce','6cada368407ea1c3a5e352895ef4c5ae','Import products',NULL,NULL,'','LINE',NULL,10,'','ddebede48fa027ccea0fae63b9e48a46','',NULL),(16240,'en','woocommerce','bd1dc7d5b496cf823e6c676048970619','Import products from a CSV file',NULL,NULL,'','LINE',NULL,10,'','4950dba255df0ba6f3136afcc6e14312','',NULL),(16241,'en','woocommerce','e810575a4835987eecaf23ae20561149','Import tax rates',NULL,NULL,'','LINE',NULL,10,'','d4924ed105b81ba5077c42f1fafef8ce','',NULL),(16242,'en','woocommerce','cd804333d16ac675a7605cf03f787ec6','Importing',NULL,NULL,'','LINE',NULL,10,'','c001a7dd1e92ef71215d8c5944f62c79','',NULL),(16243,'en','woocommerce','c0b50551c3299389ecbe2b6fb5a2d50b','Improve our store offerings',NULL,NULL,'','LINE',NULL,10,'','827fff4571b5c42d58310436d7189b06','',NULL),(16244,'en','woocommerce','ae2870b8bf13172f1cb0c360b55ac5aa','In order for <strong>database caching</strong> to work with WooCommerce you must add %1$s to the \"Ignored Query Strings\" option in <a href=\"%2$s\">W3 Total Cache settings</a>.',NULL,NULL,'','LINE',NULL,10,'','44f67a0c977a39583896e7879f7a5977','',NULL),(16245,'en','woocommerce','fcebe56087b9373f15514831184fa572','In stock',NULL,NULL,'','LINE',NULL,10,'','b4ef334ca2fc5ef51f0321de90321f65','',NULL),(16246,'en','woocommerce','da3f987fa10207d605d8f5aaa5c39e73','In stock?',NULL,NULL,'','LINE',NULL,10,'','4a5ffcbb92562f9a2fdb8fa74fe42656','',NULL),(16247,'en','woocommerce','fe6a1d29f7b141da4e5f1c9ae564842e','In this section you should list who you’re sharing data with, and for what purpose. This could include, but may not be limited to, analytics, marketing, payment gateways, shipping providers, and third party embeds.',NULL,NULL,'','LINE',NULL,10,'','af23092bca0e18b4f4ed6b2e9996d5e2','',NULL),(16248,'en','woocommerce','6a2458d54bac22eb4e1f734c2eddc965','In this subsection you should list which third party payment processors you’re using to take payments on your store since these may handle customer data. We’ve included PayPal as an example, but you should remove this if you’re not using PayPal.',NULL,NULL,'','LINE',NULL,10,'','3d7e0dc2164dcb96e08f361261a6d21a','',NULL),(16249,'en','woocommerce','97630e6c983fd7498161d48fc13e2044','In-Progress <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','e5d55f3b16e44f2ca4067ad5e11b6424','',NULL),(16250,'en','woocommerce','02e4eb80c967f3b9add2ba16a690eef2','In-progress',NULL,NULL,'','LINE',NULL,10,'','333961909749a9bb2eeb049e92bf5811','',NULL),(16251,'en','woocommerce','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'','LINE',NULL,10,'','ac2581b3e93841a3a137961d15a621c1','',NULL),(16252,'en','woocommerce','0992b1e4c6ee9534619822571fa301b8','Inactive plugins',NULL,NULL,'','LINE',NULL,10,'','ecd039035c1fbb0f025d47c4dacdd37a','',NULL),(16253,'en','woocommerce','087917d5c21c03e720f7b0d4212d0437','Inactive plugins.',NULL,NULL,'','LINE',NULL,10,'','dfa5e39a329f8f8b25f3869e9df2de84','',NULL),(16254,'en','woocommerce','d73325cdb1cb4f9a1ed11bdab879321d','Inches',NULL,NULL,'','LINE',NULL,10,'','ea6273ab85bfce787ed0acdf2e129ae4','',NULL),(16255,'en','woocommerce','23e7327ecaffe854f7c8f74096aab2df','Increase existing price by (fixed amount or %):',NULL,NULL,'','LINE',NULL,10,'','d2d6d499d0b12417eab82b858032a3a1','',NULL),(16256,'en','woocommerce','5bffa0b698de880c1c151bb78df76d20','Increase existing sale price by (fixed amount or %):',NULL,NULL,'','LINE',NULL,10,'','ceda7b2788bd1b761ac6bdfa2e346496','',NULL),(16257,'en','woocommerce','38c82131feb8562a8f8c2e767d4b1fe0','Increase existing stock by:',NULL,NULL,'','LINE',NULL,10,'','25774190ce77662aabd41b234c1952bf','',NULL),(16258,'en','woocommerce','ec2be5bbd28c9333a530b7472466cbb8','Increase regular prices (fixed amount or percentage)',NULL,NULL,'','LINE',NULL,10,'','8ca4626abf9851d24aa659600feaa897','',NULL),(16259,'en','woocommerce','8cc09cdb3fc7acd87cb19fc48d916a00','Increase sale prices (fixed amount or percentage)',NULL,NULL,'','LINE',NULL,10,'','25550fda46e9ac2504a8e6236d5ebff7','',NULL),(16260,'en','woocommerce','1f3252db1f9b66c0703113206e447cb4','Increasing memory allocated to PHP',NULL,NULL,'','LINE',NULL,10,'','8aaa4160c24e0fc8b56f1d0608ec8c9e','',NULL),(16261,'en','woocommerce','7d31e0da1ab99fe8b08a22118e2f402b','India',NULL,NULL,'','LINE',NULL,10,'','d8a569b37216be2d420800be33438025','',NULL),(16262,'en','woocommerce','c5376d00573c5858adf7ed894d0491b9','Indiana',NULL,NULL,'','LINE',NULL,10,'','6ab5a58f096f18e1c06925b75659bc36','',NULL),(16263,'en','woocommerce','538715bd4f46df62c737aa7bf0b430a7','Indicates the order that will appear in queries.',NULL,NULL,'','LINE',NULL,10,'','87e2907998e220b6e9f2065fb7355450','',NULL),(16264,'en','woocommerce','ab0a3b1c6415240b94a74a72408488be','Individual use only',NULL,NULL,'','LINE',NULL,10,'','ff8bfb65c4d64d363b0d326b5362be36','',NULL),(16265,'en','woocommerce','4647d00cf81f8fb0ab80f753320d0fc9','Indonesia',NULL,NULL,'','LINE',NULL,10,'','bafb5581dca44d8630975d03dc4a2a70','',NULL),(16266,'en','woocommerce','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,10,'','c20ffe7c063e2155eef9eb54ca0699e2','',NULL),(16267,'en','woocommerce','55f87f736480c664a940dee6c80005c6','Information about the web server that is currently hosting your site.',NULL,NULL,'','LINE',NULL,10,'','dcb360f4f8d1f458d1ccdc143ad10b5d','',NULL),(16268,'en','woocommerce','83a984f3b61374c5a323e91aa2e5bb08','Inner Mongolia / 內蒙古',NULL,NULL,'','LINE',NULL,10,'','47a88fdca18556ecd89197b55f922f7b','',NULL),(16269,'en','woocommerce','54023a33e21dfe79381cbeda72e73fae','Insert file URL',NULL,NULL,'','LINE',NULL,10,'','b6e1d365f0b03457251cc704040d9546','',NULL),(16270,'en','woocommerce','ba017661e27a2ad2f99b78ffc609f836','Insert row',NULL,NULL,'','LINE',NULL,10,'','8f100522f2f877b08f7b4b26b3f618b7','',NULL),(16271,'en','woocommerce','e7df3ef0c0f2a9fcb4e0f02121d6d5ef','Install WooCommerce Admin',NULL,NULL,'','LINE',NULL,10,'','4895c0681ca7b198e5a99a2fbc6af34e','',NULL),(16272,'en','woocommerce','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,10,'','7b80f2251690810f0e3c1d624b8bf7f9','',NULL),(16273,'en','woocommerce','f84a41dfa6dc2d4609be6f16da816eed','Installed Extensions without a Subscription',NULL,NULL,'','LINE',NULL,10,'','77be96dda2648725667625b3aa1802c9','',NULL),(16274,'en','woocommerce','49cc8e6220245b65cd7d20fc6ccc74f5','Instructions',NULL,NULL,'','LINE',NULL,10,'','4e92a4e33c89ac663df4fa1475f9648e','',NULL),(16275,'en','woocommerce','ba387461f351363d3018eede9a379b11','Instructions that will be added to the thank you page and emails.',NULL,NULL,'','LINE',NULL,10,'','67e2a2e07cbb59e60b6dc73c2d76f5b0','',NULL),(16276,'en','woocommerce','87efe5ae35923ff0476dba6594afb230','Instructions that will be added to the thank you page.',NULL,NULL,'','LINE',NULL,10,'','77dc5c1626a6a5517942ed25f0c53b77','',NULL),(16277,'en','woocommerce','c1583c6c85b49fc3677f495a040e5f08','Insufficient privileges to export products.',NULL,NULL,'','LINE',NULL,10,'','77fbe138660cbb9ce8d3d0534b182ce4','',NULL),(16278,'en','woocommerce','9b724b4653ad2562e73e72a73bab2f04','Insufficient privileges to import products.',NULL,NULL,'','LINE',NULL,10,'','425f90369d3dffd6def06b9fd0971b3b','',NULL),(16279,'en','woocommerce','d8d5d417f46d14cc67455183684bba37','Integrate your store with USPS to buy discounted shipping labels, and print them directly from your WooCommerce dashboard. Powered by WooCommerce Services.',NULL,NULL,'','LINE',NULL,10,'','1eff6dc4a77ffda6e4d28d4abe285cee','',NULL),(16280,'en','woocommerce','7356e7a5487835d1554851db82180f1e','Interact with the calendar and select start and end dates.',NULL,NULL,'','LINE',NULL,10,'','256725ee6523c6aff5a14d7bb5c733de','',NULL),(16281,'en','woocommerce','24d2150651df10bf830428cb23e8d73a','International flat rate (legacy)',NULL,NULL,'','LINE',NULL,10,'','a131cf651c42b65925fe5bf9b2e3153f','',NULL),(16282,'en','woocommerce','2969e41e59b2105322daedc2a7cb008c','Invalid %s',NULL,NULL,'','LINE',NULL,10,'','6f384f1712e4ed0565aaeb7d540f17f4','',NULL),(16283,'en','woocommerce','552bad00777078df2aa4b600d77b0f78','Invalid %s ID',NULL,NULL,'','LINE',NULL,10,'','89f579c5ebf8ab7b3d3c748dd7e458a9','',NULL),(16284,'en','woocommerce','cd8dda5d025206b512480dfb825ad6f2','Invalid ID.',NULL,NULL,'','LINE',NULL,10,'','ef7dcc03fb61f2f5b59bef5473888ffe','',NULL),(16285,'en','woocommerce','f0c2e5846c325cedb388e9dace931366','Invalid URL %s.',NULL,NULL,'','LINE',NULL,10,'','972852f07a3896a251ec17ed38dbbb18','',NULL),(16286,'en','woocommerce','728951d0d3478387c8b02825142081a3','Invalid action ID. No status found.',NULL,NULL,'','LINE',NULL,10,'','165db806a219906fa0cbe94ceb46c374','',NULL),(16287,'en','woocommerce','6f9f25b1ac407680c496cc1eadb75b03','Invalid authentication method',NULL,NULL,'','LINE',NULL,10,'','b459bb03d9ffa920896cc169e9325a94','',NULL),(16288,'en','woocommerce','a4c9b39e41d5f04b6d5dee7e44d90eb5','Invalid billing email address',NULL,NULL,'','LINE',NULL,10,'','505a068c691c75ba5579bb334b588fae','',NULL),(16289,'en','woocommerce','79d5500a98e425c8bdefae11e036cfba','Invalid catalog visibility option.',NULL,NULL,'','LINE',NULL,10,'','5fe00451dbba6bcd3376243a447defa6','',NULL),(16290,'en','woocommerce','f1138f7bf40c66db454e7a3b3051f7cb','Invalid coupon',NULL,NULL,'','LINE',NULL,10,'','87547fd363058707027eaaa07c1f918b','',NULL),(16291,'en','woocommerce','675db1326fa443cb5308190978baf67d','Invalid coupon ID',NULL,NULL,'','LINE',NULL,10,'','1bec19e4b6ae4e8137c1144ce372f715','',NULL),(16292,'en','woocommerce','b99931f279406e357d60ab612b6ba22f','Invalid coupon code',NULL,NULL,'','LINE',NULL,10,'','55a83beedcebfbb7b645b922e01fb747','',NULL),(16293,'en','woocommerce','a3d098fb1185007f8d76f84b2f995870','Invalid coupon type - the coupon type must be any of these: %s',NULL,NULL,'','LINE',NULL,10,'','304053156cf8ea7cf65a84e3bcf32e19','',NULL),(16294,'en','woocommerce','2e4d1343bf17d94ce009c02477b57894','Invalid coupon.',NULL,NULL,'','LINE',NULL,10,'','ec9246ab89f406ae9c6fa0e082ec1749','',NULL),(16295,'en','woocommerce','603bd058ec8c3897e29bcd595399e40b','Invalid currency code',NULL,NULL,'','LINE',NULL,10,'','acb50dfbe3cd57d11c118a9b404ad5f4','',NULL),(16296,'en','woocommerce','a902b4022653cd6f6d874bf596c811b8','Invalid customer',NULL,NULL,'','LINE',NULL,10,'','c30ed25213faad832673fd6a94cf169c','',NULL),(16297,'en','woocommerce','c1ae1a63776da9b3d2591362bafb4e3c','Invalid customer ID',NULL,NULL,'','LINE',NULL,10,'','168a3bf6a6865a32632cd0b30d0d027e','',NULL),(16298,'en','woocommerce','6612f1348e82cd7026cddef0b91c47f6','Invalid customer email',NULL,NULL,'','LINE',NULL,10,'','fd70a9032f64a1d7ea95928d9b608cf5','',NULL),(16299,'en','woocommerce','145842d03e4afabbf02c35fe2241cd0d','Invalid customer query.',NULL,NULL,'','LINE',NULL,10,'','93683c058660a827af29f939e732ea6b','',NULL),(16300,'en','woocommerce','fd09ab4957a2f3f30a2f55dfe87d240d','Invalid customer.',NULL,NULL,'','LINE',NULL,10,'','58abbf634862dc00a669483c76ad3545','',NULL),(16301,'en','woocommerce','2a2a689fb6f362a7f550a3b4e98ebe92','Invalid data store.',NULL,NULL,'','LINE',NULL,10,'','42db59f713fd7cedd4f3f829e5291d77','',NULL),(16302,'en','woocommerce','6983e1dbaf645233e304a723271973a7','Invalid date',NULL,NULL,'','LINE',NULL,10,'','8d20b4e2b01749930dd630afd9ca7011','',NULL),(16303,'en','woocommerce','8db04e0ba6b6afcddc38fadb67c582c4','Invalid discount amount',NULL,NULL,'','LINE',NULL,10,'','3b64345111eb04fc9ba2be5d27fb5214','',NULL),(16304,'en','woocommerce','0cebfe2caca5262310195b8b34bb786e','Invalid discount type',NULL,NULL,'','LINE',NULL,10,'','428f48c1849165b0cd8b8207ed64490d','',NULL),(16305,'en','woocommerce','d6993ba77eb7b9d847b998d3b2aecd1c','Invalid download link.',NULL,NULL,'','LINE',NULL,10,'','f92ac23ddadcd83da8e1c420cbe8d0f0','',NULL),(16306,'en','woocommerce','5de28f2be4d4c2ad809bbcf57b719bfb','Invalid download log: no ID.',NULL,NULL,'','LINE',NULL,10,'','f5920800c5c5705042dcb15d50dd6649','',NULL),(16307,'en','woocommerce','66add0dd5b59e776c05a6654093b79d3','Invalid download log: not found.',NULL,NULL,'','LINE',NULL,10,'','7307f777929113da18d95aa161425f08','',NULL),(16308,'en','woocommerce','1689cfb175fb1cfc35e70eacdbb1e643','Invalid download.',NULL,NULL,'','LINE',NULL,10,'','baa23fc115e3973261e1a62228a2e60e','',NULL),(16309,'en','woocommerce','59e4904d4366fab35a8282f418e699de','Invalid email address',NULL,NULL,'','LINE',NULL,10,'','6d6e93ea878d6e499b5f524457a0facc','',NULL),(16310,'en','woocommerce','5e98e0a58da4479d6888ad3d9c7a5663','Invalid email address restriction',NULL,NULL,'','LINE',NULL,10,'','1f0902051ad3942ceef486d5fd987bc2','',NULL),(16311,'en','woocommerce','f5abd35192476be7c43c4c5c6f276682','Invalid field',NULL,NULL,'','LINE',NULL,10,'','833f1954ba34f4ec17aaa367e89ecf7e','',NULL),(16312,'en','woocommerce','6f35be2dd7c5c1d871df0d4ebea4b79b','Invalid file type. The importer supports CSV and TXT file formats.',NULL,NULL,'','LINE',NULL,10,'','cffd98e74bd9fbec51b9aee0fc3b3659','',NULL),(16313,'en','woocommerce','beebceccae912cbd93969bb3c500cd46','Invalid image: %s',NULL,NULL,'','LINE',NULL,10,'','2bdcdd107e18c3a71aef71386509e532','',NULL),(16314,'en','woocommerce','09bfaff7521992fa2d222649dc42c03f','Invalid items',NULL,NULL,'','LINE',NULL,10,'','85842622d5742b75454de91d64a7f0f9','',NULL),(16315,'en','woocommerce','684123316657e587386a242289af324d','Invalid nonce - nonce has already been used.',NULL,NULL,'','LINE',NULL,10,'','607edfa024696b1c103f599e9eb0145c','',NULL),(16316,'en','woocommerce','eeeb4333c5a46925d0569371f324062b','Invalid nonce verification',NULL,NULL,'','LINE',NULL,10,'','d588ef5fa1a4ff6b1aec13462b7e9197','',NULL),(16317,'en','woocommerce','bb34002475fe843c7d55aa0880bc1c27','Invalid or duplicated SKU.',NULL,NULL,'','LINE',NULL,10,'','e3ff91615b93d8cdb8a2398c82467194','',NULL),(16318,'en','woocommerce','76c4adeba9e16a1329d1acb8b8a5c05d','Invalid or missing payment token fields.',NULL,NULL,'','LINE',NULL,10,'','4a5ff7e4049ec56164797319ac4cdd62','',NULL),(16319,'en','woocommerce','996a45aa702d041706f6388d54c53b12','Invalid order',NULL,NULL,'','LINE',NULL,10,'','c4db72753aa4f1013fdb87d4edbaa5f2','',NULL),(16320,'en','woocommerce','deaca574f1a37b7cb33ef8277cfecade','Invalid order ID.',NULL,NULL,'','LINE',NULL,10,'','c9a0155914372a94371afa7c28d40156','',NULL),(16321,'en','woocommerce','1f1b31493e7c474a73a87ad3c59a07e1','Invalid order item.',NULL,NULL,'','LINE',NULL,10,'','b3eea2d58229b1ac1e8a3bd5b3f293bc','',NULL),(16322,'en','woocommerce','41514d64731b8e8fd9b422e6db9af7d8','Invalid order note ID',NULL,NULL,'','LINE',NULL,10,'','7cbf7e94ae0c7033a998f9476e4ce707','',NULL),(16323,'en','woocommerce','b53b3efcebd9e24d115a9e492ad877f5','Invalid order refund ID.',NULL,NULL,'','LINE',NULL,10,'','79dee7953909c0fef857b083a603d870','',NULL),(16324,'en','woocommerce','8c3ed5d27c935cbcaad0c4280274948f','Invalid order.',NULL,NULL,'','LINE',NULL,10,'','ce1a9060550ea1c25a87ab4acacb9706','',NULL),(16325,'en','woocommerce','e327d11c20d71f48b0bded7cf970dfd7','Invalid parent ID',NULL,NULL,'','LINE',NULL,10,'','15b0e2855580f49b6cfabd09e2fba1ed','',NULL),(16326,'en','woocommerce','342c62b8fbf0d7baa34bb87142cc8b1c','Invalid payment gateway.',NULL,NULL,'','LINE',NULL,10,'','80c4e1b9ab6b0f40115d86eb6ee2719e','',NULL),(16327,'en','woocommerce','72aeb540999f444ea011329910f2d3f9','Invalid payment method.',NULL,NULL,'','LINE',NULL,10,'','2ab7fe084d8f0cb3c463d565d5c38635','',NULL),(16328,'en','woocommerce','13ba7aaef66d439f88cd08b73ed6c09d','Invalid payment token.',NULL,NULL,'','LINE',NULL,10,'','6e85340120a57d752099958466440829','',NULL),(16329,'en','woocommerce','78a4bea925b3c1e576846519fb1719b2','Invalid permission ID.',NULL,NULL,'','LINE',NULL,10,'','6d61258ddfae3c9ce99eeb6746e1cdcf','',NULL),(16330,'en','woocommerce','4f160eeef131dc28cfb5774c9ad47239','Invalid post ID.',NULL,NULL,'','LINE',NULL,10,'','2300af18f2d9e867a7ba349ff7dd24ea','',NULL),(16331,'en','woocommerce','c1a4c1b929c4f5c81f80ece2d7b196aa','Invalid product',NULL,NULL,'','LINE',NULL,10,'','e2e4d34f4ec860e11fa17fb9ed5a9f3d','',NULL),(16332,'en','woocommerce','de02041c464d6d4c142aec0d54709d41','Invalid product ID',NULL,NULL,'','LINE',NULL,10,'','52f1df02e05a5182a6e3c706959cb65c','',NULL),(16333,'en','woocommerce','0f2a6991a8b01c9fb8246f27cb868619','Invalid product ID %d.',NULL,NULL,'','LINE',NULL,10,'','47014c00f8e09a92e4726fdb5342ad4c','',NULL),(16334,'en','woocommerce','4d0748ce6c3c929672bc6d66333590d1','Invalid product ID.',NULL,NULL,'','LINE',NULL,10,'','cea137e0df79646a77b976c0eb28f2a3','',NULL),(16335,'en','woocommerce','38ea199b3c1c5b1ac76797ed95d50285','Invalid product SKU',NULL,NULL,'','LINE',NULL,10,'','ca4d04b73768550b3bb94f979a14eafa','',NULL),(16336,'en','woocommerce','39743a0702c76fac313f442b4ebd3acd','Invalid product attribute ID',NULL,NULL,'','LINE',NULL,10,'','d302ea925b4e4c745cce95dce63ebdac','',NULL),(16337,'en','woocommerce','78d2c2f7f000fe116ad5a006455c2c1e','Invalid product attribute order_by type - the product attribute order_by type must be any of these: %s',NULL,NULL,'','LINE',NULL,10,'','4f87efb12cf10e34e88f0a60236baf6c','',NULL),(16338,'en','woocommerce','23866d09aeae18f05bd8a588eee7a56f','Invalid product attribute type - the product attribute type must be any of these: %s',NULL,NULL,'','LINE',NULL,10,'','2f7f039193dd2c67efeb46dde162a0c1','',NULL),(16339,'en','woocommerce','9b986efb7895f3ee14d2f3732f8edd27','Invalid product category ID',NULL,NULL,'','LINE',NULL,10,'','5d993e5b1b4555cf93a00103a7ee45a5','',NULL),(16340,'en','woocommerce','076bc6c9fc455dd008da55b4678323bb','Invalid product review ID.',NULL,NULL,'','LINE',NULL,10,'','7788a5f6bba58ae30aafa3e734f9dfd3','',NULL),(16341,'en','woocommerce','4545b488a6d154d06ae8e4e345e12ca1','Invalid product shipping class ID',NULL,NULL,'','LINE',NULL,10,'','91e4a7577927a1e22adf7a0ab30a3fb4','',NULL),(16342,'en','woocommerce','707406d9f09c8ef7026d2589b925cbf7','Invalid product tag ID',NULL,NULL,'','LINE',NULL,10,'','674691c8b015e9d9b00f6b6536d60cab','',NULL),(16343,'en','woocommerce','f71b5d8d7ecf3ac935bc52e6b936a19e','Invalid product tax status.',NULL,NULL,'','LINE',NULL,10,'','14319199c502b675f8dc5c31ceddc4c8','',NULL),(16344,'en','woocommerce','51febbd9d902c641adb3c65d04d2a1d7','Invalid product type - the product type must be any of these: %s',NULL,NULL,'','LINE',NULL,10,'','584310a1fdae1b2b2d33ec238a0f5693','',NULL),(16345,'en','woocommerce','038e8d6a70c53df459054d0e33f45f0a','Invalid product type.',NULL,NULL,'','LINE',NULL,10,'','d77a3f934a9165c82f3cc4519bed666e','',NULL),(16346,'en','woocommerce','837c1165c23aa229c4359fd1a18287b7','Invalid product.',NULL,NULL,'','LINE',NULL,10,'','a75c19402e4e01ccb4b75b65298fb8a0','',NULL),(16347,'en','woocommerce','e9632effbdc9342965a7697a6d531b08','Invalid products in request body.',NULL,NULL,'','LINE',NULL,10,'','9862b123324b21e5b8e5a0ddf3858fdd','',NULL),(16348,'en','woocommerce','33d2827a912d1cd29d056d9df2656019','Invalid rate',NULL,NULL,'','LINE',NULL,10,'','c3a7dd831a75332a2865ba8ca84ddbdf','',NULL),(16349,'en','woocommerce','ab5a51e158eba71cefd2f2628d347052','Invalid refund amount',NULL,NULL,'','LINE',NULL,10,'','f8b76ad801012467c32df285ccee2965','',NULL),(16350,'en','woocommerce','4e7f26d58027e5f9611cc5fe9d901e06','Invalid refund amount.',NULL,NULL,'','LINE',NULL,10,'','9bf4a69cf1a70ae9fabf5f65448b7f84','',NULL),(16351,'en','woocommerce','39a07147bb13a272b73876f53dc63307','Invalid resource ID.',NULL,NULL,'','LINE',NULL,10,'','ebec172053d6af6c8875c9f7cfa38647','',NULL),(16352,'en','woocommerce','f6d47025618ff506422793f444f4dc0a','Invalid resource id for reassignment.',NULL,NULL,'','LINE',NULL,10,'','9dc2a1c423b1198a90aa8c622e054fbf','',NULL),(16353,'en','woocommerce','0183c4a2f8d40e884791ae55da1b54e7','Invalid resource id.',NULL,NULL,'','LINE',NULL,10,'','86b72155c9616cad1e9e78c3e1b9efbb','',NULL),(16354,'en','woocommerce','047e587518cf73560f2dc474329b6d90','Invalid review ID.',NULL,NULL,'','LINE',NULL,10,'','1d6aec0937eff683f3f25addd80d7846','',NULL),(16355,'en','woocommerce','9753197aa324b2d7583c79a28ec97f03','Invalid review content.',NULL,NULL,'','LINE',NULL,10,'','902d0284f901b6f1774f1ea6f920b3bb','',NULL),(16356,'en','woocommerce','98247eb9ea78efc8fae686c00c6f9c0d','Invalid role',NULL,NULL,'','LINE',NULL,10,'','84b409a1c3468fb2a1eaa378a8afd011','',NULL),(16357,'en','woocommerce','2038d3b5c9c6f996ef6f6bc418df55ee','Invalid schedule. Cannot save action.',NULL,NULL,'','LINE',NULL,10,'','779f109583c53958aa1d6aa3ce9f5c18','',NULL),(16358,'en','woocommerce','f75ebfd2477c3c00322a0306636a55e3','Invalid scope %s',NULL,NULL,'','LINE',NULL,10,'','d8a8da3d113aec59d9f51c3a1dcc3d38','',NULL),(16359,'en','woocommerce','7c360f820da711afb43bc8bb2ebd6557','Invalid setting group.',NULL,NULL,'','LINE',NULL,10,'','da5767030af369714299c643775b96f8','',NULL),(16360,'en','woocommerce','a3e7d65543f06215c1e2614a00771e45','Invalid setting.',NULL,NULL,'','LINE',NULL,10,'','ceb14baabcab989e6e526af25837a66a','',NULL),(16361,'en','woocommerce','f03c6229fa1452eb32c2205d60560583','Invalid shipping method!',NULL,NULL,'','LINE',NULL,10,'','4b7f5304b7f971000e52f3301a015c2b','',NULL),(16362,'en','woocommerce','d4c308dcd889e808eaba1ddbb9b80abc','Invalid signature - failed to sort parameters.',NULL,NULL,'','LINE',NULL,10,'','73bfe42f9b8c60a0063fe84d629aafd9','',NULL),(16363,'en','woocommerce','a3ea0add26afa0ce532c0b2065b5eda9','Invalid signature - provided signature does not match.',NULL,NULL,'','LINE',NULL,10,'','88fb9de1b96e42da910a1cb2e6a8a19e','',NULL),(16364,'en','woocommerce','23ce318646ba1601fd8db99d9eb73792','Invalid signature - signature method is invalid.',NULL,NULL,'','LINE',NULL,10,'','4978290fd5efc35aea56185e00ade5cf','',NULL),(16365,'en','woocommerce','b15231b29118cb3111913ad3941991aa','Invalid tax class',NULL,NULL,'','LINE',NULL,10,'','3eecffb52ca0f398163758165dabed33','',NULL),(16366,'en','woocommerce','b8e370c6714bae62f6f9eb8f1d8b46d0','Invalid timestamp.',NULL,NULL,'','LINE',NULL,10,'','1c2e35a50986dcffed076c17307094d9','',NULL),(16367,'en','woocommerce','30b611a0557e4ccc09bb67a4c134476a','Invalid tool ID.',NULL,NULL,'','LINE',NULL,10,'','e2476d996d09f8745c66182457a93572','',NULL),(16368,'en','woocommerce','afb8056b71d2431720e0cb291111ae80','Invalid username or email.',NULL,NULL,'','LINE',NULL,10,'','7cd875f22bd215719333593e4c8b6142','',NULL),(16369,'en','woocommerce','72844cdae19e708d8e4b469911e7c5fc','Invalid value posted for %s',NULL,NULL,'','LINE',NULL,10,'','531bf643ec005f4f86c57c491358f4b9','',NULL),(16370,'en','woocommerce','631524cf3c68dcf646b09bbab186866a','Invalid variation ID',NULL,NULL,'','LINE',NULL,10,'','9b948639b651274be26a7eaebdcc4558','',NULL),(16371,'en','woocommerce','e905cc3803579cc23e54ac62bf82ff2b','Invalid webhook ID.',NULL,NULL,'','LINE',NULL,10,'','27770e730a223f884db811a6ba1d9cbe','',NULL),(16372,'en','woocommerce','596faab1cee5734db177d4ddc5767fac','Invalid webhook delivery ID.',NULL,NULL,'','LINE',NULL,10,'','8ff15aa8bca64f01d1564dc432b3c3cc','',NULL),(16373,'en','woocommerce','c7080ff0c23efd419338709dfbb04b93','Invalid webhook delivery.',NULL,NULL,'','LINE',NULL,10,'','30b224e85adbd911bca6933e9ad9c0cf','',NULL),(16374,'en','woocommerce','5d9ef65c0a3949f2b5ea7d4375fce1fc','Invalid webhook.',NULL,NULL,'','LINE',NULL,10,'','0e38b5f48d1a5f2e7be85d9014fe7bfc','',NULL),(16375,'en','woocommerce','f61949bcd551ec656c2cf668492ef2ab','Invoice for order #{order_number}',NULL,NULL,'','LINE',NULL,10,'','7f731f62c22af34a7f989f1b2701efdc','',NULL),(16376,'en','woocommerce','0c7922c7862d693bef8d099116b88721','Invoice for order #{order_number} on {site_title}',NULL,NULL,'','LINE',NULL,10,'','a8a1e7b8a15da5effb153e35cfc26b6f','',NULL),(16377,'en','woocommerce','82c9667c9ef1dc29e479d080eaa998db','Invoice prefix',NULL,NULL,'','LINE',NULL,10,'','17422d038964162b9fc1c0f57d15e58f','',NULL),(16378,'en','woocommerce','0daaf4a9abe3920c453a7f1f82a9bb19','Iowa',NULL,NULL,'','LINE',NULL,10,'','fb5b1216596fc6a85b77ea98831726d4','',NULL),(16379,'en','woocommerce','21fc68909a9eb8692e84cf64e495213e','Iran',NULL,NULL,'','LINE',NULL,10,'','d96a087a078b9b6ab407a1f3a2cac59f','',NULL),(16380,'en','woocommerce','5ae2ff99743a8487c917e98bbf3db2d3','Iraq',NULL,NULL,'','LINE',NULL,10,'','2399fba573454173ae3395f4680934f8','',NULL),(16381,'en','woocommerce','06e415f918c577f07328a52e24f75d43','Ireland',NULL,NULL,'','LINE',NULL,10,'','44db8c65d716cefca0c2e55a31ee3f73','',NULL),(16382,'en','woocommerce','b6a1d0868e6cb69c09653dc1ab5db059','Iringa',NULL,NULL,'','LINE',NULL,10,'','b67638c192df313545d365ae10f1efac','',NULL),(16383,'en','woocommerce','ef0034151a60286f2ec7d4967830bedc','Is DomDocument class enabled?',NULL,NULL,'','LINE',NULL,10,'','4dd28dc03c8457504573e3ab700415d5','',NULL),(16384,'en','woocommerce','de9963ea626b12583495d2ecbcbdfbb0','Is GZip enabled?',NULL,NULL,'','LINE',NULL,10,'','99540e8e17b51632579e54c5bb9c46ee','',NULL),(16385,'en','woocommerce','752c2496b46acd34c1fed7d8dfebb545','Is SUHOSIN installed?',NULL,NULL,'','LINE',NULL,10,'','798896e95c972d8a5819d24fa44f53a6','',NULL),(16386,'en','woocommerce','99604d867e74ea1f1510d22105a37dc4','Is SoapClient class enabled?',NULL,NULL,'','LINE',NULL,10,'','a22a7adcd9f932eb669a87a59fb7ee5d','',NULL),(16387,'en','woocommerce','4c9741fe4cf2abbf2a5b26ba0381ff80','Is WordPress debug mode active?',NULL,NULL,'','LINE',NULL,10,'','1f609b5bcd9b025cd0813a27b164165c','',NULL),(16388,'en','woocommerce','f6b9aec938f0a15b99fb6d6d593731ed','Is WordPress multisite?',NULL,NULL,'','LINE',NULL,10,'','d4dbf3a2f2bb33ca7c6c694c02e0845d','',NULL),(16389,'en','woocommerce','cb144073cd785cff5691cc29d580d299','Is a global attribute?',NULL,NULL,'','LINE',NULL,10,'','613a0d9513d16fb48081686e500907e0','',NULL),(16390,'en','woocommerce','105f220a8c24484491df6fac6dc64081','Is featured?',NULL,NULL,'','LINE',NULL,10,'','d6c5df9b11d5e0262710ab76e2b8bbfb','',NULL),(16391,'en','woocommerce','9ed5f5dea847363e353f9da5ebd495fa','Is fsockopen/cURL enabled?',NULL,NULL,'','LINE',NULL,10,'','137e8536439606919a8195f004213438','',NULL),(16392,'en','woocommerce','5abe54c60b5298062e6c737ab2b13526','Is log directory writable?',NULL,NULL,'','LINE',NULL,10,'','d5feb047b67caf13b251b3a88e64993b','',NULL),(16393,'en','woocommerce','692a43f1949ca68e4c880eb7ca3066dd','Is mbstring enabled?',NULL,NULL,'','LINE',NULL,10,'','36313fb50c8c6b14943325f62a4b3c8e','',NULL),(16394,'en','woocommerce','c88e51b8134889d88d2a17513203889b','Is the connection to your store secure?',NULL,NULL,'','LINE',NULL,10,'','b7be2aeacd1d3b6779c76f91064d0447','',NULL),(16395,'en','woocommerce','5d8274325256d700066659c9ee6c904a','Is the customer a paying customer?',NULL,NULL,'','LINE',NULL,10,'','1f4059aa595af79fa0f8f1f4a83d864b','',NULL),(16396,'en','woocommerce','4b599cbeca9d32db11520d1c21ecf147','Is this theme a child theme?',NULL,NULL,'','LINE',NULL,10,'','92b3df4028c59e8313716dac0c1ceedf','',NULL),(16397,'en','woocommerce','cdedb1985efb0967585cd97bf6063fdb','Isabela',NULL,NULL,'','LINE',NULL,10,'','468a7fc4174fdf2e542e83977b119619','',NULL),(16398,'en','woocommerce','4a9e9cb8b5fcc26cb29be8a87be8647f','Isernia',NULL,NULL,'','LINE',NULL,10,'','255747eb47c19cc72aeefed794afddab','',NULL),(16399,'en','woocommerce','7d79f805c10786778dba0f0eb0ec0401','Isfahan (اصفهان)',NULL,NULL,'','LINE',NULL,10,'','c8881cd5545666ffccce2da59e946323','',NULL),(16400,'en','woocommerce','664226f09f10fc968204b8291c99c8c8','Ishikawa',NULL,NULL,'','LINE',NULL,10,'','698bfd6f027e38310b7c4104c1dfbc58','',NULL),(16401,'en','woocommerce','2f2fc7f2bfdeef75340ebd61f9376207','Isingiro',NULL,NULL,'','LINE',NULL,10,'','4b26c0401e799dbae3a595faf2336370','',NULL),(16402,'en','woocommerce','d8462046af338c2f6df15e812e1d5d81','Islamabad Capital Territory',NULL,NULL,'','LINE',NULL,10,'','d40d0de42629ea2e12c298bc61cd2311','',NULL),(16403,'en','woocommerce','9a3075ee78e707359751cecfffedc5b8','Isle of Man',NULL,NULL,'','LINE',NULL,10,'','6bda5970eab994d1c2658dfdfef0c195','',NULL),(16404,'en','woocommerce','5ae6c55157eecc566d4c7531d4cc7249','Isparta',NULL,NULL,'','LINE',NULL,10,'','b9d6b07ec264b9ee538a9ff4c0e5e62e','',NULL),(16405,'en','woocommerce','5a548c2f5875f10bf5614b7c258876cf','Israel',NULL,NULL,'','LINE',NULL,10,'','2898283f2260a8edfb6f4d1e4918e2fc','',NULL),(16406,'en','woocommerce','1007e1b7f894dfbf72a0eaa80f3bc57e','Italy',NULL,NULL,'','LINE',NULL,10,'','b7e72816f1cc2861348435d55151503b','',NULL),(16407,'en','woocommerce','0a5e35995400f2277fbd23b29719eee2','Itapúa',NULL,NULL,'','LINE',NULL,10,'','b6bdfe14305abd04029e1687a50c1457','',NULL),(16408,'en','woocommerce','7d74f3b92b19da5e606d737d339a9679','Item',NULL,NULL,'','LINE',NULL,10,'','f9f56819499b1ae68e57d1e9124e9757','',NULL),(16409,'en','woocommerce','46b7a6a5aaf10da2533b35ae486bbe80','Item #%1$s stock increased from %2$s to %3$s.',NULL,NULL,'','LINE',NULL,10,'','3abf5b1ed518f8ee45110783a090e534','',NULL),(16410,'en','woocommerce','59edff5067d8bb93975327184838b8fd','Item ID.',NULL,NULL,'','LINE',NULL,10,'','8377e12b032b3759573c51c213e75747','',NULL),(16411,'en','woocommerce','72740e9c9e6c1ad4efb595f0657b7564','Item moved down',NULL,NULL,'','LINE',NULL,10,'','25c52797cec828d66f4363e1aa59799a','',NULL),(16412,'en','woocommerce','29d2a3409df110d44b35c7c606b35c13','Item moved up',NULL,NULL,'','LINE',NULL,10,'','bc6fc0b8ce8b25f7a4e506bd3ea276ee','',NULL),(16413,'en','woocommerce','4bf6e9fa69882e97d1d3a62a29387dfb','“%s”',NULL,NULL,'','LINE',NULL,10,'Item name in quotes','300d4150c51b393094c8cc46932ca73c','',NULL),(16414,'en','woocommerce','9dea4016dbcc290b773ab2fae678aaa8','Items',NULL,NULL,'','LINE',NULL,10,'','b592ae5b4b0cb5fc14921a1c3e69f8b9','',NULL),(16415,'en','woocommerce','4bb359e1cc66609467183da4537ff20e','Items Purchased',NULL,NULL,'','LINE',NULL,10,'','e5e0cc4e751db5a8cfe13f0fd15b9640','',NULL),(16416,'en','woocommerce','cea34f6b4f356c28fc2b766ae46b6d6c','Ivory Coast',NULL,NULL,'','LINE',NULL,10,'','3ad50148a450b01a98caf1ff2aad5ff4','',NULL),(16417,'en','woocommerce','a1f53adfbcfe886b84c729c3c20304db','Iwate',NULL,NULL,'','LINE',NULL,10,'','4db6b141106eeec7773ca0363c98ae28','',NULL),(16418,'en','woocommerce','53619d5dc16df90ad84a8958b7121aa8','JCB',NULL,NULL,'','LINE',NULL,10,'','364395f9994143320895ab2e9fdf3c50','',NULL),(16419,'en','woocommerce','ba8f7aa43a34f539003c087fa6b81832','JSONP support is disabled on this site',NULL,NULL,'','LINE',NULL,10,'','6c44f58b9f962f63f6413b0b47c3c3e6','',NULL),(16420,'en','woocommerce','2904e95831935dcbd0611f1ca11eeed1','Jaén',NULL,NULL,'','LINE',NULL,10,'','e58271fbb170cf40bc826e9bfdd5d5b4','',NULL),(16421,'en','woocommerce','6bfc569775239ae0841f14fa5ff6c550','Jalisco',NULL,NULL,'','LINE',NULL,10,'','03bece77ca6be2897747ea41a0045433','',NULL),(16422,'en','woocommerce','1add2eb41fcae9b2a15b4a7d68571409','Jamaica',NULL,NULL,'','LINE',NULL,10,'','3efe4814e361339113580556a6a80dec','',NULL),(16423,'en','woocommerce','ec3bd604af6e84c91ddc028352afadaa','Jamalpur',NULL,NULL,'','LINE',NULL,10,'','59c66fc80737aa02e67689d9670de33e','',NULL),(16424,'en','woocommerce','02c42e72c9ee6a69a0d12e389041c824','Jambi',NULL,NULL,'','LINE',NULL,10,'','6bac7c6580134f60c359621c5ebf45b0','',NULL),(16425,'en','woocommerce','0b5853af814efb504db07f5bf0ed8d84','Jammu and Kashmir',NULL,NULL,'','LINE',NULL,10,'','4c091adb191f66a3aaba054aaff2374e','',NULL),(16426,'en','woocommerce','b0bd60e2d17d7490609f8b990d4415fd','Janakpur',NULL,NULL,'','LINE',NULL,10,'','74750c1787656ae88120697a84760fde','',NULL),(16427,'en','woocommerce','53a577bb3bc587b0c28ab808390f1c9b','Japan',NULL,NULL,'','LINE',NULL,10,'','3acfee5349c1500461bf60626ebb3441','',NULL),(16428,'en','woocommerce','e4edd7e477bfb5891d47b3ebbfba55f0','Jarvis Island',NULL,NULL,'','LINE',NULL,10,'','fb5add0797d4e99ecb85af58e8c9b300','',NULL),(16429,'en','woocommerce','72d714b4fdddfd4eec259b9c821b3c62','Jashore',NULL,NULL,'','LINE',NULL,10,'','eb91916525742d6eca2da6b9ab478ba7','',NULL),(16430,'en','woocommerce','42906905dee7147b2e38a1426b2de12b','Jawa Barat',NULL,NULL,'','LINE',NULL,10,'','62f0d382ae57282c9ade28add6fc5cfa','',NULL),(16431,'en','woocommerce','639d8a5b8322e0826863ed7588c43b3a','Jawa Tengah',NULL,NULL,'','LINE',NULL,10,'','18d5306fdc55fa81b75b86db7692cbbf','',NULL),(16432,'en','woocommerce','87850151460c6b14b687e2c3df43274b','Jawa Timur',NULL,NULL,'','LINE',NULL,10,'','f2aa1829701d6c1ee15747db063eef7f','',NULL),(16433,'en','woocommerce','3cda26e0c8aedbf662adb42f923ef3ec','Jersey',NULL,NULL,'','LINE',NULL,10,'','0eb8c026659500355d254d82b55d0db1','',NULL),(16434,'en','woocommerce','9970fc9dea4614117c4de1040aca60d9','Jetpack',NULL,NULL,'','LINE',NULL,10,'','d5f798cffa4638748045e12aa7b45030','',NULL),(16435,'en','woocommerce','ea53b592fce41c44add23145e7289e27','Jetpack logo',NULL,NULL,'','LINE',NULL,10,'','bebe1bfd76d5dbba1c81d68215bd3e05','',NULL),(16436,'en','woocommerce','0a965d8ab3b13e742f1bd8cb0b254a1e','Jhalokati',NULL,NULL,'','LINE',NULL,10,'','6c3b7c1a901a7496826c1c880a1f6063','',NULL),(16437,'en','woocommerce','5308f89b85b77bdd39a446f01674e874','Jharkhand',NULL,NULL,'','LINE',NULL,10,'','6c01514eb46a2d22248143c17a94ad7f','',NULL),(16438,'en','woocommerce','c482cb2640fa7e8bfd2bc9c53cda8200','Jhenaidah',NULL,NULL,'','LINE',NULL,10,'','4522bca3feaa2973f76f5855c491a093','',NULL),(16439,'en','woocommerce','7749df0e2bbb1f4b06c0cb8cef1b62c7','Jiangsu / 江苏',NULL,NULL,'','LINE',NULL,10,'','b4b380c045df912b6c01503e68d6978d','',NULL),(16440,'en','woocommerce','f71868de7553a79861725bf349649a37','Jiangxi / 江西',NULL,NULL,'','LINE',NULL,10,'','c02a723e46f8cfbe3f138e1199933ce0','',NULL),(16441,'en','woocommerce','9c2da957ead99f1f20d1308e7d108753','Jigawa',NULL,NULL,'','LINE',NULL,10,'','24745c3b5b52035bd4eedd498ecd0f80','',NULL),(16442,'en','woocommerce','ab3f75892b3d00261395d79c1451a372','Jilin / 吉林',NULL,NULL,'','LINE',NULL,10,'','6b9128aa88f84050ce58bb0d606aacc6','',NULL),(16443,'en','woocommerce','e1a45e4afa206937db7c4b62a3f581e7','Jinja',NULL,NULL,'','LINE',NULL,10,'','68e10fbba52b834ea78a1784d0974826','',NULL),(16444,'en','woocommerce','4e87df35bd3b54ff97cb392f1871b9c7','Johnston Atoll',NULL,NULL,'','LINE',NULL,10,'','21535dda1e09ca0b10df4ef2cd9db2d5','',NULL),(16445,'en','woocommerce','e8b307b59121c324d2b58725410eab38','Johor',NULL,NULL,'','LINE',NULL,10,'','2489da43cb9c88ad33330787cdbb0bdb','',NULL),(16446,'en','woocommerce','5ec7538835758177a1b5fc51f24cfe3b','Join the 16 million customers who use Mailchimp. Sync list and store data to send automated emails, and targeted campaigns.',NULL,NULL,'','LINE',NULL,10,'','2215eaabd8d5f9f08847649029c062bb','',NULL),(16447,'en','woocommerce','6ea1e24d60afddf388b06f8243c45b70','Jordan',NULL,NULL,'','LINE',NULL,10,'','ce98698144c38cf04d60a6a050ac7a99','',NULL),(16448,'en','woocommerce','fed779b98c96aa16e5d95a0efedd1be9','Joypurhat',NULL,NULL,'','LINE',NULL,10,'','22475f86b0158871f196a8d6ba04c94a','',NULL),(16449,'en','woocommerce','23e65d0041b99b6709502af0b3e9dd53','Jujuy',NULL,NULL,'','LINE',NULL,10,'','f31bd2e2b26ac355558b3928bd2be2f3','',NULL),(16450,'en','woocommerce','eafdd119c631fa7ed52410fc29193638','Junín',NULL,NULL,'','LINE',NULL,10,'','01e4962d375b1baddd551458f1fcb68e','',NULL),(16451,'en','woocommerce','93e4c11823366c375f07a86f4e79fdf1','Jura',NULL,NULL,'','LINE',NULL,10,'','085c2786b9bbd1b06aba86a55a33f80a','',NULL),(16452,'en','woocommerce','a63ecfe6cf958fd85db0b244085b71de','Just to let you know — we\'ve received your order #%s, and it is now being processed:',NULL,NULL,'','LINE',NULL,10,'','e1c9160b7652a7edf52bfd55dc5e077f','',NULL),(16453,'en','woocommerce','99eda746fdc54e503e34113b54a9f1a2','Jász-Nagykun-Szolnok',NULL,NULL,'','LINE',NULL,10,'','1c03d321369e6012510347c5ae414c27','',NULL),(16454,'en','woocommerce','e578874b0ef02c9e3a410fa5bf3ed993','Kütahya',NULL,NULL,'','LINE',NULL,10,'','49b82e414e87dd5462784727aa2f1d04','',NULL),(16455,'en','woocommerce','bf7ec036bb22199e82c42477bf6f35ad','Kırıkkale',NULL,NULL,'','LINE',NULL,10,'','1df964bfbd12830d3a5c665a1d183d2d','',NULL),(16456,'en','woocommerce','2c9908096b6c3928afe7ce4f2dbcdc38','Kırşehir',NULL,NULL,'','LINE',NULL,10,'','3e5bd044b4dee2af4e35a824af2a2b56','',NULL),(16457,'en','woocommerce','a0c8717bea4248cd582e5b99c83b53b0','Kırklareli',NULL,NULL,'','LINE',NULL,10,'','be6eb75035d3946d815f18c2e5c484d2','',NULL),(16458,'en','woocommerce','70bff321c0552900641d23dd0a071753','Kaabong',NULL,NULL,'','LINE',NULL,10,'','33c2046fb703ac61a3377eedae16288e','',NULL),(16459,'en','woocommerce','14405c65e8947888687826c3a1d44e98','Kabale',NULL,NULL,'','LINE',NULL,10,'','b85f873d05551b47adfc6e0cbd94b235','',NULL),(16460,'en','woocommerce','6b1076655d69531dfdeec8e37ada217a','Kabarole',NULL,NULL,'','LINE',NULL,10,'','38ff737d10e2fea6b9922d47a3c3eefa','',NULL),(16461,'en','woocommerce','4a9d4e4f99df1ff319188ab4f726843a','Kaberamaido',NULL,NULL,'','LINE',NULL,10,'','582e830ad23213b80fb39f64b034139f','',NULL),(16462,'en','woocommerce','7b301433987f1586106e8fb8e6ce6ac6','Kaduna',NULL,NULL,'','LINE',NULL,10,'','22f5f8407d9386f194d5c71614d22441','',NULL),(16463,'en','woocommerce','8870985bae2db2fadd0d7e08457db52b','Kagadi',NULL,NULL,'','LINE',NULL,10,'','3689510581e290abd4a1f2737e10cd24','',NULL),(16464,'en','woocommerce','58e945bbf4685f21fb37c609ca27b345','Kagawa',NULL,NULL,'','LINE',NULL,10,'','2dc350605e8eed9f55db86128d4cd666','',NULL),(16465,'en','woocommerce','f0d573ea18a9f7d948f23e1703556ce2','Kagera',NULL,NULL,'','LINE',NULL,10,'','23aba4d5e14d3a5a8538503336a03570','',NULL),(16466,'en','woocommerce','a12b1297322a9fd272f522bc45d0bf71','Kagoshima',NULL,NULL,'','LINE',NULL,10,'','8b10a907d9588423f4c5f35388c7f88a','',NULL),(16467,'en','woocommerce','0a21b3da5525628636711f27012006e8','Kahramanmaraş',NULL,NULL,'','LINE',NULL,10,'','8c9d54e9990971024e87b08c83164cb2','',NULL),(16468,'en','woocommerce','f88262c86a0888c7d19c94535583a9e0','Kakumiro',NULL,NULL,'','LINE',NULL,10,'','05ddf85629e89fb448721cd107db3c9f','',NULL),(16469,'en','woocommerce','75ac0b392557b2512b8fc17a102e6a51','Kalangala',NULL,NULL,'','LINE',NULL,10,'','df4d1130770b9b9a945ac553516e41e4','',NULL),(16470,'en','woocommerce','c22313228dc66f2be88fa0ba658fd097','Kalasin',NULL,NULL,'','LINE',NULL,10,'','8cb9c6789229016f5efc4a449069a065','',NULL),(16471,'en','woocommerce','ab7c44fc8d1aad3d0824386105b9874a','Kalimantan Barat',NULL,NULL,'','LINE',NULL,10,'','56ade92832913f82294b3ff840d9199d','',NULL),(16472,'en','woocommerce','8fdd3064fd86ffab8cbd31eb531bea7f','Kalimantan Selatan',NULL,NULL,'','LINE',NULL,10,'','3165e53567803d2166fd78c3a28bf1e9','',NULL),(16473,'en','woocommerce','576b73c9d85ab4fd11c3e2b4f3707397','Kalimantan Tengah',NULL,NULL,'','LINE',NULL,10,'','93ca0bd9ff1bcd74ca1424e8b5f339fe','',NULL),(16474,'en','woocommerce','e77d74285c71c156706d3e463759dfec','Kalimantan Timur',NULL,NULL,'','LINE',NULL,10,'','586b271853d22306c5b67a9217caa3e6','',NULL),(16475,'en','woocommerce','f80833e859bb2cc3db37817abcd6fc58','Kalimantan Utara',NULL,NULL,'','LINE',NULL,10,'','a0958ab2c89c0145da33f7c5818c51ce','',NULL),(16476,'en','woocommerce','c33683940125ed6846b9342b9593f4c0','Kalinga',NULL,NULL,'','LINE',NULL,10,'','f6ca3ef83c37a41508e6257f4c79877d','',NULL),(16477,'en','woocommerce','6ae98fecf08d38a1598e4f37af0a4dbd','Kaliro',NULL,NULL,'','LINE',NULL,10,'','98a566018a592f222f65ac2a5369c8f6','',NULL),(16478,'en','woocommerce','f617507ba8e7532640384d7f4c281fe4','Kalungu',NULL,NULL,'','LINE',NULL,10,'','4eb38ae0ed4701495d3a7ce67224d6d4','',NULL),(16479,'en','woocommerce','a006156c20b3fbbbbec28e9fac9a1d02','Kampala',NULL,NULL,'','LINE',NULL,10,'','a394ba233fdc63b730a45ab7370c44a9','',NULL),(16480,'en','woocommerce','116f6427822d1e0af4759ac80eaa1d4b','Kamphaeng Phet',NULL,NULL,'','LINE',NULL,10,'','b47ee51f7644350c3ca9c69f2e17b877','',NULL),(16481,'en','woocommerce','dca9c1b092ca09f95b5c1d67466fc5ad','Kamuli',NULL,NULL,'','LINE',NULL,10,'','49981845474d5efbd796bdc72621b80e','',NULL),(16482,'en','woocommerce','5790727f4a12bdccf2530aa58281eb09','Kamwenge',NULL,NULL,'','LINE',NULL,10,'','90b31d361933965c0bdf20b6a59ddf4b','',NULL),(16483,'en','woocommerce','2293c663d1bcd7015a53009f457c6940','Kanagawa',NULL,NULL,'','LINE',NULL,10,'','aa86aaa33da526d28a29d9d93aaeb7b6','',NULL),(16484,'en','woocommerce','507f15ea27c0d2ff2a4f55aa8c93d104','Kanchanaburi',NULL,NULL,'','LINE',NULL,10,'','602d38def3c8ee0972adc1cd105b4b1c','',NULL),(16485,'en','woocommerce','d82d42e3d1dafb98cbdfde12669aef6d','Kano',NULL,NULL,'','LINE',NULL,10,'','915c93d05576f84dba7a1968f7337a39','',NULL),(16486,'en','woocommerce','7c0e2b92f76ed5847aa48a3a1e70ae7d','Kansas',NULL,NULL,'','LINE',NULL,10,'','4a07981855fc2d0719aa0e458d8804ab','',NULL),(16487,'en','woocommerce','08e6f81194d15362e8f895d5c9e20248','Kanungu',NULL,NULL,'','LINE',NULL,10,'','9551f9a0e33a9c5f65054c3591440223','',NULL),(16488,'en','woocommerce','20ded55b3b2e39828a2486f6b1793551','Kapchorwa',NULL,NULL,'','LINE',NULL,10,'','41ceda1648c4be5649bba21c01ddf341','',NULL),(16489,'en','woocommerce','45e94fc361b9f6ebeb1b2963d03a464a','Kapelebyong',NULL,NULL,'','LINE',NULL,10,'','380bf8a22f80678697013d7a1d83bb9d','',NULL),(16490,'en','woocommerce','19e612d89e4b0592bd88689bcfc80b60','Karabük',NULL,NULL,'','LINE',NULL,10,'','8d4ffb9abda11ac205164d4c6f885c14','',NULL),(16491,'en','woocommerce','507ecfeae07c2374f7e07d25bed15aa0','Karaman',NULL,NULL,'','LINE',NULL,10,'','62030a2ffcaeb7d5699a6309add4a57f','',NULL),(16492,'en','woocommerce','7004ba1a1da0a56d42eb20fdc11d455d','Kardzhali',NULL,NULL,'','LINE',NULL,10,'','7b855791c755c31b155b27d236c21a8b','',NULL),(16493,'en','woocommerce','92aa5e230b739a9c4b827626f678ebf4','Karnali',NULL,NULL,'','LINE',NULL,10,'','f4a0a0075af2aafadb8088ee6933000d','',NULL),(16494,'en','woocommerce','185a5eb309e9ba14f65e6486f08b3032','Karnataka',NULL,NULL,'','LINE',NULL,10,'','52853fcb3915935862958731e8c0ac35','',NULL),(16495,'en','woocommerce','da82cc5bb6f742ff6a37e4a17784f04d','Kars',NULL,NULL,'','LINE',NULL,10,'','647c72a8fb6c00058378e00ee574c20c','',NULL),(16496,'en','woocommerce','e841545c3aeb3ac889f28815fc82abe3','Kasanda',NULL,NULL,'','LINE',NULL,10,'','bd38c747c8605471e1722d5773bd4959','',NULL),(16497,'en','woocommerce','b757227099ce0f851e272848ea1cc329','Kasese',NULL,NULL,'','LINE',NULL,10,'','e69da5a533008e546bad9d8a34f55bea','',NULL),(16498,'en','woocommerce','d07b119df904b263a5bc54daecd5c23f','Kastamonu',NULL,NULL,'','LINE',NULL,10,'','bd3b52224a3d5433f02823aae6e92b51','',NULL),(16499,'en','woocommerce','47b77dc00241b50b66310104246004ea','Katakwi',NULL,NULL,'','LINE',NULL,10,'','2dc62b516441be41bf39ceb37d0e9d43','',NULL),(16500,'en','woocommerce','68e0e381235640af9339c7be6642d0ce','Katavi',NULL,NULL,'','LINE',NULL,10,'','1e1caf850499955c6d82d78fef301bec','',NULL),(16501,'en','woocommerce','0224603663531022b0b22248058d1485','Katsina',NULL,NULL,'','LINE',NULL,10,'','9eae44685a7d6ddff5ef278d2967be53','',NULL),(16502,'en','woocommerce','39ee0ab78d87f8f7be433f11d07b9fb2','Kayseri',NULL,NULL,'','LINE',NULL,10,'','1301487430fad140f0378df197da6d28','',NULL),(16503,'en','woocommerce','8960b75dfee77baa662bd7e2ac6f97df','Kayunga',NULL,NULL,'','LINE',NULL,10,'','c7fdb0c0f7f17b3321fba9befb204b2c','',NULL),(16504,'en','woocommerce','7c1a943bf29d2c753fb935e99428482c','Kazakhstan',NULL,NULL,'','LINE',NULL,10,'','6f806e5ac9c21dc7a5b37475a267f538','',NULL),(16505,'en','woocommerce','3c5d1978f53e56027578c1881054f58a','Kebbi',NULL,NULL,'','LINE',NULL,10,'','9cbcd1cd7a1f3f699ec95b71ce79b31a','',NULL),(16506,'en','woocommerce','d23783452999c81d255ea5913bb6c093','Kedah',NULL,NULL,'','LINE',NULL,10,'','a992753e24e5d72c2fcf270f35a87e23','',NULL),(16507,'en','woocommerce','84c16c87920198b391cf89cd0d7eed41','Kelantan',NULL,NULL,'','LINE',NULL,10,'','dc2b383c2f6ba3807d377eadc70c3bcb','',NULL),(16508,'en','woocommerce','980ceec1dba2d36c2ba867f683b47838','Kentucky',NULL,NULL,'','LINE',NULL,10,'','174bcfdb7932b5db209a53d02c38b8aa','',NULL),(16509,'en','woocommerce','94984a8c4896946d9bafd24959cb6181','Kenya',NULL,NULL,'','LINE',NULL,10,'','d2de5cee7223f8de01a883b87f830c21','',NULL),(16510,'en','woocommerce','f540060ab9e39d555a95e17901995f15','Kepulauan Riau',NULL,NULL,'','LINE',NULL,10,'','a1c6111d3abfff7e9ac87e6f8dd4da22','',NULL),(16511,'en','woocommerce','e369d9fd2ab54455129816db19e37fd4','Kerala',NULL,NULL,'','LINE',NULL,10,'','028f970482e9c55f62edee50145d8d6a','',NULL),(16512,'en','woocommerce','120d97479c3a74316648eddf11198b26','Kerman (کرمان)',NULL,NULL,'','LINE',NULL,10,'','88e8b085fc7afcdde871389fc5513d95','',NULL),(16513,'en','woocommerce','e3dc9d0adf9ac4b4e31dfc8bd345c136','Kermanshah (کرمانشاه)',NULL,NULL,'','LINE',NULL,10,'','def9d302287779362268f5c2188a0a6a','',NULL),(16514,'en','woocommerce','a214c0e659e36eb1194137976cab3619','Kerry',NULL,NULL,'','LINE',NULL,10,'','74fa0fcf1d05770eaff481077136e938','',NULL),(16515,'en','woocommerce','0da8e256fb0eb48e58a2fa4d2eea35d2','Key details',NULL,NULL,'','LINE',NULL,10,'','1f7a46d5362da2da2aad174fb79123db','',NULL),(16516,'en','woocommerce','fd4a8936a7464a2839338c8ea8b118be','Khagrachhari',NULL,NULL,'','LINE',NULL,10,'','09c5fd9223d5057005df9e9b9a33b172','',NULL),(16517,'en','woocommerce','120fe3375b8f485654b6c34a4faa82f4','Khon Kaen',NULL,NULL,'','LINE',NULL,10,'','1e6879441d67d7c811f0be0607246f99','',NULL),(16518,'en','woocommerce','878a089e230187b766eb2ca6a58336e1','Khulna',NULL,NULL,'','LINE',NULL,10,'','458b953ddbd13a70185225f0db075350','',NULL),(16519,'en','woocommerce','e242353142e2af52efac1b2f254dfdd3','Khuzestan (خوزستان)',NULL,NULL,'','LINE',NULL,10,'','c015361d6e270b268b64324f19c0c62a','',NULL),(16520,'en','woocommerce','8ca22e82b9500ac543024b0ebdf92eef','Khyber Pakhtunkhwa',NULL,NULL,'','LINE',NULL,10,'','2a98fbf62e0d3cc181abfbf81425f59a','',NULL),(16521,'en','woocommerce','08083bfdebbf53aae54a64f47935b5f6','Kibaale',NULL,NULL,'','LINE',NULL,10,'','b56a44942c45cf3559b5166dc2e122b6','',NULL),(16522,'en','woocommerce','09e70b9e8068e1b01c5b876f44211a2b','Kiboga',NULL,NULL,'','LINE',NULL,10,'','25efc0a66ba15f79d06e2322a8a980ab','',NULL),(16523,'en','woocommerce','88882df0b6aacc0c9bd4a2cb470e2c0f','Kibuku',NULL,NULL,'','LINE',NULL,10,'','64cb9a460ccd2b55a89cdd547da1ce87','',NULL),(16524,'en','woocommerce','f253d5ee5b8aad96bdd991f09f1b307b','Kigoma',NULL,NULL,'','LINE',NULL,10,'','5abf4e6127773a2216564a57e4291ff2','',NULL),(16525,'en','woocommerce','17a6abd219f9e415e8b4ebec2394ba5a','Kikuube',NULL,NULL,'','LINE',NULL,10,'','71adda4a62277c9579e3429205abb180','',NULL),(16526,'en','woocommerce','7b68e71b1fce487cbc71772880e24bd2','Kildare',NULL,NULL,'','LINE',NULL,10,'','0692d23ce7cd8fa116294edf040a42e4','',NULL),(16527,'en','woocommerce','5bc67d6a3b2ba9256933ffb13c0c35e1','Kilimanjaro',NULL,NULL,'','LINE',NULL,10,'','e3092332b65d57eaadd0366dce2a81ca','',NULL),(16528,'en','woocommerce','b913fdd34176296b8cc0949c7ba5d07f','Kilis',NULL,NULL,'','LINE',NULL,10,'','e0f6f8b8650644a9873251c1d2b45382','',NULL),(16529,'en','woocommerce','4ed2a5a94470a32a87a57feda71dd8af','Kilkenny',NULL,NULL,'','LINE',NULL,10,'','35d8d2c13ac532b8dfce80d25dd8ce1b','',NULL),(16530,'en','woocommerce','866d7ea2148bdca31640a266db9d9547','Kilograms',NULL,NULL,'','LINE',NULL,10,'','e0493eda2effc1bf7217dad5621d5a7c','',NULL),(16531,'en','woocommerce','75b0c1cf707dce4bd00d4bbcf838aa40','Kingman Reef',NULL,NULL,'','LINE',NULL,10,'','18e242ea47085d3edcada0df15c3f172','',NULL),(16532,'en','woocommerce','5445aab1db1bff113667140ec2e95742','Kiribati',NULL,NULL,'','LINE',NULL,10,'','04331e1068793a3f2d0ea6074591d63b','',NULL),(16533,'en','woocommerce','d1ed1c49438a5a8691908db4f6384ccd','Kiruhura',NULL,NULL,'','LINE',NULL,10,'','7eb051b323ac15d6c0bc975c810f0f5d','',NULL),(16534,'en','woocommerce','01ca8b59317811884c54468bdd41c7af','Kiryandongo',NULL,NULL,'','LINE',NULL,10,'','f9ceec4c05dcfdb461e4ce6b12d7641d','',NULL),(16535,'en','woocommerce','2ca93e7bff1c46de179024263d642561','Kishoreganj',NULL,NULL,'','LINE',NULL,10,'','1f3c14fc63378d6b4e2c1420a27169f8','',NULL),(16536,'en','woocommerce','bd14e98eabb56ad78ebcf020c919e5be','Kisoro',NULL,NULL,'','LINE',NULL,10,'','778a440fb2009b6b118ddf54dbc18ee7','',NULL),(16537,'en','woocommerce','e70d19af1142c05fdaefc1b66363ef13','Kitgum',NULL,NULL,'','LINE',NULL,10,'','7b69681ff90932ef73ccb66103df4316','',NULL),(16538,'en','woocommerce','b96cb181e400a6341072198ab7c6c1fd','Klarna Checkout for WooCommerce',NULL,NULL,'','LINE',NULL,10,'','c8ac3b14f6a62fac755c1811d79c499b','',NULL),(16539,'en','woocommerce','a5b31c83d5085e094cc0a830cfe80e5a','Klarna Payments for WooCommerce',NULL,NULL,'','LINE',NULL,10,'','1b1ff76d8196e9127bab7a852bde96b6','',NULL),(16540,'en','woocommerce','f0769d93455fb5c796acf72eb7ecc102','Koboko',NULL,NULL,'','LINE',NULL,10,'','b7ce8b0082c7d942ec3dae81da429740','',NULL),(16541,'en','woocommerce','51d251562df9d1cd027afcd374215210','Kocaeli',NULL,NULL,'','LINE',NULL,10,'','8091f567d09914446356144f6c5e329e','',NULL),(16542,'en','woocommerce','f2a4c9bc3a751d6476e9eed10de1df38','Kochi',NULL,NULL,'','LINE',NULL,10,'','38042184e1b5114464d9f8b06b902a5e','',NULL),(16543,'en','woocommerce','ac8c07932eee759c4836dcd9f171399c','Kogi',NULL,NULL,'','LINE',NULL,10,'','fb9f6fcb139dd82015918ff47001b676','',NULL),(16544,'en','woocommerce','e313a02c2f1c02450ea3a9e40ccb0465','Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)',NULL,NULL,'','LINE',NULL,10,'','34e9e9141b33db793399d739fafdd762','',NULL),(16545,'en','woocommerce','4d81af52337a5cb578c5ff23ef9c935d','Kole',NULL,NULL,'','LINE',NULL,10,'','6c029e1a645d4ceb16be92388ce34c7c','',NULL),(16546,'en','woocommerce','ed2451a89f9c96252119bbec20bd4c77','Komárom-Esztergom',NULL,NULL,'','LINE',NULL,10,'','14d61322cc289094603a2eab8dc35be1','',NULL),(16547,'en','woocommerce','1ea661ab33332aea725f4cf6dbe571e6','Konya',NULL,NULL,'','LINE',NULL,10,'','64746600132d124840a413cbf1c53c2a','',NULL),(16548,'en','woocommerce','0adf236d81dd0ac1a7bfda37ba2aca99','Koshi',NULL,NULL,'','LINE',NULL,10,'','6868730cb7d6de5be5cd25a8bac2b886','',NULL),(16549,'en','woocommerce','b8f7815bcf154f04afd659641dfc1b9d','Kotido',NULL,NULL,'','LINE',NULL,10,'','2d0d17bd9f5707aa50167dacc42d680d','',NULL),(16550,'en','woocommerce','5dc472127492720ea210904173ea31a5','Kowloon',NULL,NULL,'','LINE',NULL,10,'','ff0e7ce0e05079cc1315911066d75ae6','',NULL),(16551,'en','woocommerce','b4951566039b6d829c52c671904ada62','Krabi',NULL,NULL,'','LINE',NULL,10,'','da73605d74113a6403c2c37c8161f466','',NULL),(16552,'en','woocommerce','dc5df51ea7e4a83d5663ca4ced03a1aa','Kuala Lumpur',NULL,NULL,'','LINE',NULL,10,'','9b0a1fc37747a0d0dd6bdb0053a0d6cb','',NULL),(16553,'en','woocommerce','2a15911f2f18a8799f6dc9135d0b3a0e','Kuando Kubango',NULL,NULL,'','LINE',NULL,10,'','0ab5371f8dcf74e60c25630e13f5ed18','',NULL),(16554,'en','woocommerce','f326300e414ce8be4a58e27723b5b625','Kumamoto',NULL,NULL,'','LINE',NULL,10,'','888686ae9654af0c285c9a67b504de63','',NULL),(16555,'en','woocommerce','56627f35759c6d520149674c8a7f2f68','Kumi',NULL,NULL,'','LINE',NULL,10,'','fad16e964fddfc8ebdc7f2d19f3dc623','',NULL),(16556,'en','woocommerce','b20af0d2efd3d2d1032cea033cbd9dd6','Kurdistan / کردستان)',NULL,NULL,'','LINE',NULL,10,'','2bdde5e2dcdf706ce27fd444299d1c77','',NULL),(16557,'en','woocommerce','a74ebe97d3f15095c1bd554ac79e70f7','Kurigram',NULL,NULL,'','LINE',NULL,10,'','50bfe3453fb40370185fe06fc5a856e6','',NULL),(16558,'en','woocommerce','417058842e751864dbbf7fd07ce31a24','Kushtia',NULL,NULL,'','LINE',NULL,10,'','cca87635cf3d81b99469b273f493b1cf','',NULL),(16559,'en','woocommerce','05387f3ca38d7bd84ae35f31f2899ecf','Kuwait',NULL,NULL,'','LINE',NULL,10,'','a5521c3d2e477efd1c7a5caae809ad38','',NULL),(16560,'en','woocommerce','d90f521480955cc525506a5b7691a734','KwaZulu-Natal',NULL,NULL,'','LINE',NULL,10,'','cb8cadec34d0b82447d133b2993727a9','',NULL),(16561,'en','woocommerce','31abaf8a8633ead16a2018a399206c6e','Kwania',NULL,NULL,'','LINE',NULL,10,'','54a151c660ccc8a63af3946ea159bafc','',NULL),(16562,'en','woocommerce','d22c8488c5b081c934e4ee06cd92eb52','Kwanza-Norte',NULL,NULL,'','LINE',NULL,10,'','10b1498bb6a30e48ee561d271dd82d85','',NULL),(16563,'en','woocommerce','2680263b999b68b7035ae0c43dd0b69f','Kwanza-Sul',NULL,NULL,'','LINE',NULL,10,'','46226c7407a0427f0afa9851e44b909c','',NULL),(16564,'en','woocommerce','175f14654807f9147df4b8d492da19d9','Kwara',NULL,NULL,'','LINE',NULL,10,'','1d9508ca91f562c1cd210438e92b7f32','',NULL),(16565,'en','woocommerce','4f6b41e91caacc2090fe8a3839caf525','Kween',NULL,NULL,'','LINE',NULL,10,'','e88316f517dc868464bef2591c87c05f','',NULL),(16566,'en','woocommerce','9f972d72d6feb3e2e4330eabf1d26247','Kyankwanzi',NULL,NULL,'','LINE',NULL,10,'','a1c31d9beae559b895833f8bd2b6349f','',NULL),(16567,'en','woocommerce','c7e677cbbb7e5983da442b54432b9ebe','Kyegegwa',NULL,NULL,'','LINE',NULL,10,'','ea2ce29e223b9b2086ecd291fa2743fb','',NULL),(16568,'en','woocommerce','9ee15b93c4853018d931bc9a3db4df1e','Kyenjojo',NULL,NULL,'','LINE',NULL,10,'','84cb08eac1abd3ddf5c83221341ba658','',NULL),(16569,'en','woocommerce','38943efab29da1df528ce4a7dc7755dd','Kyotera',NULL,NULL,'','LINE',NULL,10,'','5755171c42a26dc70fba3161c65c8fb6','',NULL),(16570,'en','woocommerce','492379b2b8f7ac3f7cc8e0ca6254f4b1','Kyoto',NULL,NULL,'','LINE',NULL,10,'','2f9360ed39ca95de24678533ae59bf3d','',NULL),(16571,'en','woocommerce','5e4a24f76c22f03700b283dfbdf6eec1','Kyrgyzstan',NULL,NULL,'','LINE',NULL,10,'','5cf6e815844a83baf23f7832349df4e4','',NULL),(16572,'en','woocommerce','165cc7a4208cff4407c3893f3a3f1b5a','Kyustendil',NULL,NULL,'','LINE',NULL,10,'','4e67c5971ec43e6097c54b80a810b1b4','',NULL),(16573,'en','woocommerce','479fdc4db5a56fec0d0979688a94a3ae','L\'Aquila',NULL,NULL,'','LINE',NULL,10,'','b1a99aa47941732130321e1db86bc482','',NULL),(16574,'en','woocommerce','eacf4db6d357166897fc612e5c0c8ba8','L/W/H',NULL,NULL,'','LINE',NULL,10,'','d4d28ccc93105e718c52f1be7a2fa175','',NULL),(16575,'en','woocommerce','a12563b235726cf4126c874bfefbea0a','La Libertad',NULL,NULL,'','LINE',NULL,10,'','a461f11153483ce72c56e41b175058a8','',NULL),(16576,'en','woocommerce','9774cb7392f0ec0ec789919543ed6019','La Pampa',NULL,NULL,'','LINE',NULL,10,'','3b80c6512f6bd0e152fef2247742df66','',NULL),(16577,'en','woocommerce','acb1984e3b62f9178cf7d9cd5bf04764','La Paz',NULL,NULL,'','LINE',NULL,10,'','bd4993122458764a631bf7c63a393d36','',NULL),(16578,'en','woocommerce','6690aa1b650f8f7f636062c1faf7974a','La Rioja',NULL,NULL,'','LINE',NULL,10,'','1635ed5f6e63c9723e54e9e2942da390','',NULL),(16579,'en','woocommerce','8e9a6989b06ef12f8131c1055882257c','La Spezia',NULL,NULL,'','LINE',NULL,10,'','ca5dc957a25866c0d378f39aa79609bf','',NULL),(16580,'en','woocommerce','71b97b6e8ff2676bc09c754393b6d5b6','La Union',NULL,NULL,'','LINE',NULL,10,'','2429fcb66198e72dfefa85c2fda7c3fe','',NULL),(16581,'en','woocommerce','3e9c7d9d92c232b43d89993a78768925','Label is hidden.',NULL,NULL,'','LINE',NULL,10,'','7f05f3538c3de91fa2ec73d56706c160','',NULL),(16582,'en','woocommerce','73093a268826078da4622ee06823c8f8','Label is visible.',NULL,NULL,'','LINE',NULL,10,'','6d29e82fd0a60c93c63705421c1395ac','',NULL),(16583,'en','woocommerce','a03ae1a45395c5ff0dc04e9f7a37f7c6','Labuan',NULL,NULL,'','LINE',NULL,10,'','0ca3786c14935a22b21e50bfa11eaa0e','',NULL),(16584,'en','woocommerce','8db95c71eae98cf838c50d8916379eef','Lagos',NULL,NULL,'','LINE',NULL,10,'','1cb300205c8681cfc5def1e9198789df','',NULL),(16585,'en','woocommerce','90cd956a59da5c160ee0f2e7442e3389','Laguna',NULL,NULL,'','LINE',NULL,10,'','f2e175c6f66273db919ccbceac992800','',NULL),(16586,'en','woocommerce','40486e9ddb86ba2732a27962e22308e9','Lakshadeep',NULL,NULL,'','LINE',NULL,10,'','fd7d4ec596ca2f08675626940688d5be','',NULL),(16587,'en','woocommerce','b55e31749f46cf74c3ca89fa7eb234e4','Lakshmipur',NULL,NULL,'','LINE',NULL,10,'','63aad0d5a4e36943af9676e34e135c03','',NULL),(16588,'en','woocommerce','6ba66bbd01132daccd6ede79ed721179','Lalmonirhat',NULL,NULL,'','LINE',NULL,10,'','53067b138c4df37c206aaeb6bde64a02','',NULL),(16589,'en','woocommerce','baaeb6f92e52136b2cd9b7bd07b1f7bf','Lambayeque',NULL,NULL,'','LINE',NULL,10,'','0d3f61f9c9fa9ad1319663a3aa68e094','',NULL),(16590,'en','woocommerce','4f2f2890b0f53c1796c640dc34a8806b','Lampang',NULL,NULL,'','LINE',NULL,10,'','b94cf73428fcad866286891f1be6dbb1','',NULL),(16591,'en','woocommerce','dcffe2c5539ff888cd27a3b0c918b532','Lamphun',NULL,NULL,'','LINE',NULL,10,'','ac365e7d25d45a64a5114992c49faf87','',NULL),(16592,'en','woocommerce','b9ab4dc2f31c0304b50b1c8c50008583','Lampung',NULL,NULL,'','LINE',NULL,10,'','228c68dd59abc332be2479598a03b634','',NULL),(16593,'en','woocommerce','26c6dc3b6d5e0d8267c73e80cc3f6782','Lamwo',NULL,NULL,'','LINE',NULL,10,'','22585bf6a4af62207f99458e399d8172','',NULL),(16594,'en','woocommerce','5604b97eadcc6580ba0bfccb343e2fc8','Lanao del Norte',NULL,NULL,'','LINE',NULL,10,'','43c640d4e1378cf8ed42828ced68031e','',NULL),(16595,'en','woocommerce','b5152b106710877071475d6f8ac20fff','Lanao del Sur',NULL,NULL,'','LINE',NULL,10,'','c19291717261d242b428b53efbbde1f9','',NULL),(16596,'en','woocommerce','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,10,'','697bab80e87e1dd18c7b29302f5b5582','',NULL),(16597,'en','woocommerce','1d308d5fb8c097afcfcb6a4b571f90ab','Laois',NULL,NULL,'','LINE',NULL,10,'','faece6e01a2a418d43b26d24295e82b1','',NULL),(16598,'en','woocommerce','601aebf4afb1db3fdb5c88f3cdda23ef','Laos',NULL,NULL,'','LINE',NULL,10,'','1475781861352b645de4fd9885344508','',NULL),(16599,'en','woocommerce','975af6d62c60f2e63ac8cf5402e0a870','Las Palmas',NULL,NULL,'','LINE',NULL,10,'','d9595f83a2ceb702044c94bb31af49ad','',NULL),(16600,'en','woocommerce','4e6251a059b431419f7090d66bcdc372','Last 7 days',NULL,NULL,'','LINE',NULL,10,'','1d7d2300db667e7ed5640e770fc5a663','',NULL),(16601,'en','woocommerce','8dce9a09517e227ca7bb21da16be36a2','Last Month',NULL,NULL,'','LINE',NULL,10,'','5620d5156629b9d6f972a7d6c677fdac','',NULL),(16602,'en','woocommerce','96cb5a7884ee294f0481dda282495a91','Last Quarter',NULL,NULL,'','LINE',NULL,10,'','34361e58f5c3e4ef71dfcc410e969a8c','',NULL),(16603,'en','woocommerce','10a4eaa11191fab0a9b835c757946f96','Last Week',NULL,NULL,'','LINE',NULL,10,'','d117daf9ea03f82ea47343759dcad330','',NULL),(16604,'en','woocommerce','f39badf6368ffff141d51c39f45a09d9','Last Year',NULL,NULL,'','LINE',NULL,10,'','9cc65b27a3c1d5fa1a27e868a756082c','',NULL),(16605,'en','woocommerce','f1be55e10a484bdeb7e4eae576688474','Last access',NULL,NULL,'','LINE',NULL,10,'','92e05a54ce54b933d7fde3754f14f770','',NULL),(16606,'en','woocommerce','80cbddde2192d459a99ee9b8088a6df5','Last month',NULL,NULL,'','LINE',NULL,10,'','044b9e28d975c6460b699cb9dce46a85','',NULL),(16607,'en','woocommerce','8d3f5eff9c40ee315d452392bed5309b','Last name',NULL,NULL,'','LINE',NULL,10,'','28afaad74d78b7dafacb2378269eb800','',NULL),(16608,'en','woocommerce','600ab2d156a6a460ae29d6ff8cdd0fd4','Last name.',NULL,NULL,'','LINE',NULL,10,'','9fec1ba72be481903a9e5e663e1d1f5a','',NULL),(16609,'en','woocommerce','d957e2652355299cb367c4b7e07d9141','Last order',NULL,NULL,'','LINE',NULL,10,'','3a16eb9e55cebc6c8c4808c83499067c','',NULL),(16610,'en','woocommerce','1b758e9edc9b7fbb14f8c682435da379','Last order ID.',NULL,NULL,'','LINE',NULL,10,'','eb10024c8bc9e6f4c72281e10f3b4ece','',NULL),(16611,'en','woocommerce','6c51fb58534a9b3dca4d31ea98ddb4bc','Last order data.',NULL,NULL,'','LINE',NULL,10,'','80405e096d63330a45f7cd8c2ece2aa9','',NULL),(16612,'en','woocommerce','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,10,'','f831454852c05821bdccb9f0dfd5378d','',NULL),(16613,'en','woocommerce','2defd344d1070fb5bc785043eb87466d','Last warning, are you sure?',NULL,NULL,'','LINE',NULL,10,'','1fd4b7dac72e4bddddfe5afab55ed83c','',NULL),(16614,'en','woocommerce','abcbd4300383c5586f6d11f71249a92e','Latest version of theme.',NULL,NULL,'','LINE',NULL,10,'','c899e599e084a0f54037dc6ea1eab7ee','',NULL),(16615,'en','woocommerce','a57655d38b0dcdd1d18c73692d04c485','Latina',NULL,NULL,'','LINE',NULL,10,'','bd378b15e105334d43172dc64d59cca8','',NULL),(16616,'en','woocommerce','a09f4b2ae67f0a63ab8912047a1a1b55','Latvia',NULL,NULL,'','LINE',NULL,10,'','7cf74c8f1a25c8033fbad2a1cae42096','',NULL),(16617,'en','woocommerce','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'','LINE',NULL,10,'','b4bf1abed5a0e60d9d62b08bffc9536c','',NULL),(16618,'en','woocommerce','636ad8d7ca1ad65a9fbab750fa344deb','León',NULL,NULL,'','LINE',NULL,10,'','99f817be5d1722197100a2c7fd3d41c8','',NULL),(16619,'en','woocommerce','f5395c9793af8a11b406ca7c1ac70da9','Learn More',NULL,NULL,'','LINE',NULL,10,'','9e6d8af81085be08670a049aef86230b','',NULL),(16620,'en','woocommerce','c496567a0e682226e915c9e86eebb77c','Learn how to update',NULL,NULL,'','LINE',NULL,10,'','c33ad07f9a8bb5539ff4d6efd3c59b6f','',NULL),(16621,'en','woocommerce','f311c5817e1b417842c7c7818040d4d9','Learn how to upgrade',NULL,NULL,'','LINE',NULL,10,'','bcc7ab6b8ce0d2a8b694355507ba523e','',NULL),(16622,'en','woocommerce','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'','LINE',NULL,10,'','b0ec97bc09c1e4fab7bceddcda0161d2','',NULL),(16623,'en','woocommerce','6befa144572995552b4e9e999b25cc23','Learn more about coupons',NULL,NULL,'','LINE',NULL,10,'','740b26ba9e1d704625d226d41f0f7533','',NULL),(16624,'en','woocommerce','8899baa80e984a0ac8f17962d390bcc0','Learn more about how usage tracking works, and how you\'ll be helping <a href=\"%1$s\" target=\"_blank\">here</a>.',NULL,NULL,'','LINE',NULL,10,'','12d0d7129b4de930b8fd2e543649dd17','',NULL),(16625,'en','woocommerce','62e172e0967980c603e0aeaa08e44c1e','Learn more about orders',NULL,NULL,'','LINE',NULL,10,'','a81fe1741435eb77ae042590028df21b','',NULL),(16626,'en','woocommerce','9d71fe31a2983b2d4ccb2f38c48f5bad','Learn more about shipping zones',NULL,NULL,'','LINE',NULL,10,'','4edea7281c265c63355627fbd331876a','',NULL),(16627,'en','woocommerce','e0f5b1518677cbdd36e3a5146e083fbe','Learn more about templates',NULL,NULL,'','LINE',NULL,10,'','5a3ace18d9fb0b83cb3c9e6967cfa1e3','',NULL),(16628,'en','woocommerce','aefe83f3a359b3e5eb5f8f282b11c640','Learn more about updates',NULL,NULL,'','LINE',NULL,10,'','4e51ee505c224bd1000b63fb9c232ce1','',NULL),(16629,'en','woocommerce','b870cf930687a27bb27a41ef06d477eb','Leave a Reply to %s',NULL,NULL,'','LINE',NULL,10,'','13b9aa4b4f15011ed8eac38a8bc6d73c','',NULL),(16630,'en','woocommerce','1b7f120bfeabc76b82d7a400dd904b6a','Leave blank for unlimited re-downloads.',NULL,NULL,'','LINE',NULL,10,'','d643a6742dba99ad47854d53e904c6ad','',NULL),(16631,'en','woocommerce','b45ff92cc522bb89bfc3b8ef3fc21b7d','Lebanon',NULL,NULL,'','LINE',NULL,10,'','dcc74dd17ce665ec18a0fe2dd88494a1','',NULL),(16632,'en','woocommerce','7ca34728aa88c9eb0e9b936fd7fdfa2e','Lecce',NULL,NULL,'','LINE',NULL,10,'','528702aaffd2e8ed7049220a9d8bc33a','',NULL),(16633,'en','woocommerce','0a391524de5d4557d5cf21d9d1dae500','Lecco',NULL,NULL,'','LINE',NULL,10,'','b9a37fd9e0e61adca30c48726b848d38','',NULL),(16634,'en','woocommerce','6a106d77262709fd5d643897d1b24fbd','Legacy API v3 (deprecated)',NULL,NULL,'','LINE',NULL,10,'','517705f3f7ae5973ef734a6032b4f893','',NULL),(16635,'en','woocommerce','20e4784fd395fb381e295520ee8d2b87','Legacy shipping methods (flat rate, international flat rate, local pickup and delivery, and free shipping) are deprecated but will continue to work as normal for now. <b><em>They will be removed in future versions of WooCommerce</em></b>. We recommend disabling these and setting up new rates within shipping zones as soon as possible.',NULL,NULL,'','LINE',NULL,10,'','2aee563959d511aa3363e64661b83d6e','',NULL),(16636,'en','woocommerce','845ba2fe0ec310719205f59bd2c7b776','Leitrim',NULL,NULL,'','LINE',NULL,10,'','fb0dcff88f850720d65f7f7dc549ceff','',NULL),(16637,'en','woocommerce','ba2a9c6c8c77e03f83ef8bf543612275','Length',NULL,NULL,'','LINE',NULL,10,'','2aa7cc1ba8efaaa3e0e0d18f81f09f18','',NULL),(16638,'en','woocommerce','12b8a081ef3772f5d6b53648a05ba718','Length (%s)',NULL,NULL,'','LINE',NULL,10,'','5f71fab72f4b295c8a57b8733e8aad2f','',NULL),(16639,'en','woocommerce','1ff6db4d2d00e3e97645fb53d0025f90','Length x width x height in decimal form',NULL,NULL,'','LINE',NULL,10,'','62ee15a1388e535e790fd932df30da88','',NULL),(16640,'en','woocommerce','48398775834ef6c2494abbab9bc7f2d8','Leova',NULL,NULL,'','LINE',NULL,10,'','f1ac04338d4faec3861b31ec706892c8','',NULL),(16641,'en','woocommerce','e99bb6b91ef51dbe4eec9340dc7c68cf','Lesotho',NULL,NULL,'','LINE',NULL,10,'','97061832c6e934150271e2b891a06a83','',NULL),(16642,'en','woocommerce','634efc0701950e9b2b97384327c8d5d2','Let\'s go!',NULL,NULL,'','LINE',NULL,10,'','4bdc3f257a784a0bf3c119c019ead1b3','',NULL),(16643,'en','woocommerce','db776c467b52db81dd90f534e4fbb1cb','Lets you charge a fixed rate for shipping.',NULL,NULL,'','LINE',NULL,10,'','a89a2fc62e4479bb84d753e8350c2801','',NULL),(16644,'en','woocommerce','a0db49ba470c1c9ae2128c3470339153','Level',NULL,NULL,'','LINE',NULL,10,'','886de5236dcdaed68781a15cf0b07fc3','',NULL),(16645,'en','woocommerce','e6673209a39cbd6a175d6a41a9c540ef','Leyte',NULL,NULL,'','LINE',NULL,10,'','fc67776065bbb6710f19eba266e96f96','',NULL),(16646,'en','woocommerce','70e81522091ffed29d8d10cc72e51e1d','Liaoning / 辽宁',NULL,NULL,'','LINE',NULL,10,'','f236fef833d85dbcea165f9532e8c8b2','',NULL),(16647,'en','woocommerce','642cab67fc263bb61ae4ccbd577c8aa4','Liberia',NULL,NULL,'','LINE',NULL,10,'','b57e341b7aa7d6c6c1d2fabe3957e06e','',NULL),(16648,'en','woocommerce','742b8abe5776a6d942a92ce7dc7d84a0','Libya',NULL,NULL,'','LINE',NULL,10,'','7859ac84a5c00fa29d95a567875769c3','',NULL),(16649,'en','woocommerce','da4e3775bd2de6c37fadd9b0188f7a4e','Liechtenstein',NULL,NULL,'','LINE',NULL,10,'','41c97b23b67f6a62839ff2972f9a4279','',NULL),(16650,'en','woocommerce','ed402776a54a2c3ad0ae37058837cb59','Lifetime Subscription',NULL,NULL,'','LINE',NULL,10,'','7b6bdad2807abeb712e65c7941139f46','',NULL),(16651,'en','woocommerce','0cb9cde516c38ed84dc1f3f2b5556ed3','Lima',NULL,NULL,'','LINE',NULL,10,'','6a8c1e834de6cf2efdb6927547fc4775','',NULL),(16652,'en','woocommerce','9336ed08fd24d4c38318beb4c2d87418','Limerick',NULL,NULL,'','LINE',NULL,10,'','de0e61067cc0f123fbe5c17baaa49998','',NULL),(16653,'en','woocommerce','d5f5eca5f5858d5cdf04c74309cfe857','Limit response to resources published after a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','8c72700309cc28183e7d19452ecac41f','',NULL),(16654,'en','woocommerce','fe2da7eec84eb718bbc7b48f75b93fc0','Limit response to resources published before a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','b787ceecc9dd06267454b1687d4a6081','',NULL),(16655,'en','woocommerce','2bbe0a54a7904f668daf17b8992ecd5f','Limit response to reviews published before a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,10,'','c484e8595ca8928ec6104cee6d6f08ec','',NULL),(16656,'en','woocommerce','4e711df9cc36b3ad847e9242bf19ddbb','Limit response to specific fields. Defaults to all fields.',NULL,NULL,'','LINE',NULL,10,'','aa2bb2aba769112c8d753305228145d7','',NULL),(16657,'en','woocommerce','5663af971d6676d53ef47078328c437b','Limit result set to all items except those of a particular parent ID.',NULL,NULL,'','LINE',NULL,10,'','1c4019348b6c82b77faa94bf1c3ce884','',NULL),(16658,'en','woocommerce','db128ac010c33268e24f7db56f00abcd','Limit result set to featured products.',NULL,NULL,'','LINE',NULL,10,'','3259e0fdf7035b22955f8188f0e198e0','',NULL),(16659,'en','woocommerce','279ffb24167aa0fcf4eb6680170b48f2','Limit result set to orders assigned a specific customer.',NULL,NULL,'','LINE',NULL,10,'','dfc26655eadd7f7d7d062da7b5055710','',NULL),(16660,'en','woocommerce','1ba1eb32d9e9328bc71b8eedf03513b0','Limit result set to orders assigned a specific product.',NULL,NULL,'','LINE',NULL,10,'','f795fe1c065324af9d495d4303fb8587','',NULL),(16661,'en','woocommerce','87c446d7518bb5e121c5f89232f1057f','Limit result set to orders assigned a specific status.',NULL,NULL,'','LINE',NULL,10,'','942a15d9c590b4d00a82f2afc84c7532','',NULL),(16662,'en','woocommerce','68fc82b7314475cdc5f4a299dd481f45','Limit result set to orders which have specific statuses.',NULL,NULL,'','LINE',NULL,10,'','92f9a95b4997af2eb9199ffb979a0470','',NULL),(16663,'en','woocommerce','37760d2f967e8c73912019cd2b211eac','Limit result set to products assigned a specific category ID.',NULL,NULL,'','LINE',NULL,10,'','b8f0435f802cec0fa172ab9a92fe7e22','',NULL),(16664,'en','woocommerce','0e199651f443abe7f10c22bdb4ac8a46','Limit result set to products assigned a specific shipping class ID.',NULL,NULL,'','LINE',NULL,10,'','1b6d1ca7b85561648740050b5b3fe1a4','',NULL),(16665,'en','woocommerce','9d3f450afaf4fa75449fc4ba21066dd8','Limit result set to products assigned a specific status.',NULL,NULL,'','LINE',NULL,10,'','3ddff1450a13c050ba89de7ffb12445c','',NULL),(16666,'en','woocommerce','9d3848baaff166e3ab5630865812b29e','Limit result set to products assigned a specific tag ID.',NULL,NULL,'','LINE',NULL,10,'','2e387c7ff3aaafcba935512c4002b6b3','',NULL),(16667,'en','woocommerce','d5719c0b6faa102b348ae0c4e742b2dd','Limit result set to products assigned a specific type.',NULL,NULL,'','LINE',NULL,10,'','efded51464fb86785008c687a05b9236','',NULL),(16668,'en','woocommerce','1030530a22bea1310d3460f7f54d8680','Limit result set to products based on a maximum price.',NULL,NULL,'','LINE',NULL,10,'','780b5bd7656af3dd92638926ac159c7a','',NULL),(16669,'en','woocommerce','859c6f8009a9c7b14803b8c3cf32f48b','Limit result set to products based on a minimum price.',NULL,NULL,'','LINE',NULL,10,'','a56e4ea57e9d3cbef0ab2c22cc736210','',NULL),(16670,'en','woocommerce','03b324e325cd58c9e327b2820b10e4fd','Limit result set to products in stock or out of stock.',NULL,NULL,'','LINE',NULL,10,'','6aaa2605e07bba61903bf936557387f3','',NULL),(16671,'en','woocommerce','d2213961ebf1c19accff7b70f102d5b7','Limit result set to products on sale.',NULL,NULL,'','LINE',NULL,10,'','5e9721fda116ce869071dfb59c4f4a21','',NULL),(16672,'en','woocommerce','c7b827e410d2b68aaa5d1e85f14f1b80','Limit result set to products with a specific SKU.',NULL,NULL,'','LINE',NULL,10,'','85180c47bc6f82fdba8f3c00a8c68faf','',NULL),(16673,'en','woocommerce','6654a5a49e6ef18123f37f0e90022187','Limit result set to products with a specific attribute term ID (required an assigned attribute).',NULL,NULL,'','LINE',NULL,10,'','38ccbd5ca31e40232a08e3f18c506eb7','',NULL),(16674,'en','woocommerce','2af1a713ec993a100c188424c59d5d2e','Limit result set to products with a specific attribute.',NULL,NULL,'','LINE',NULL,10,'','a585bbc17902ac3d8c76ddd4f718998d','',NULL),(16675,'en','woocommerce','21946b281a1fcb4d8c20c7ecee349dbe','Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.',NULL,NULL,'','LINE',NULL,10,'','ec3d9bc51dea39d559add32f23f6f49d','',NULL),(16676,'en','woocommerce','8a2d1b96df7adce720883e6e5d2ad727','Limit result set to products with a specific slug.',NULL,NULL,'','LINE',NULL,10,'','5da9b24ec407e66d40777f434920da6f','',NULL),(16677,'en','woocommerce','96dd3519c48a994f9365e6f441c8bb62','Limit result set to products with a specific tax class.',NULL,NULL,'','LINE',NULL,10,'','b4e67a57bbe8875a4aaf6b20cb3d8ef4','',NULL),(16678,'en','woocommerce','f9451dab11f4ef462a60f15f0f04e447','Limit result set to products with specific SKU(s). Use commas to separate.',NULL,NULL,'','LINE',NULL,10,'','3b52aabe48fd5a85a2740cb9e67d8fcb','',NULL),(16679,'en','woocommerce','ca08b228447ecf69be553a3da6b9b591','Limit result set to products with specified stock status.',NULL,NULL,'','LINE',NULL,10,'','74443e00aa4e284824a9c010a52998c3','',NULL),(16680,'en','woocommerce','88e4c82b729023ee81ce6463322bced4','Limit result set to resources assigned to a specific parent.',NULL,NULL,'','LINE',NULL,10,'','b6e8dc56321f3b362b7cd17069fb894b','',NULL),(16681,'en','woocommerce','a61df72c49f133befdf52ccb05658832','Limit result set to resources assigned to a specific product.',NULL,NULL,'','LINE',NULL,10,'','8d7a07db000dc59d55b3044cd6496e36','',NULL),(16682,'en','woocommerce','febb7ccf909e2bf8f60b9a50f857f354','Limit result set to resources with a specific code.',NULL,NULL,'','LINE',NULL,10,'','4bb5670a0e76f4f2e90075ecf360ea6f','',NULL),(16683,'en','woocommerce','a26fe2e95efc6f8b57eca674e7354612','Limit result set to resources with a specific email.',NULL,NULL,'','LINE',NULL,10,'','e83bdd0017317bb63cedcb2d514b20b6','',NULL),(16684,'en','woocommerce','de2b99336e140644be3c89d9dd1397d5','Limit result set to resources with a specific role.',NULL,NULL,'','LINE',NULL,10,'','74c4a1c97d1d5f9ac63da0a159e9cfba','',NULL),(16685,'en','woocommerce','dc0db3af9995fab43cc1d994ddd0c6fa','Limit result set to resources with a specific slug.',NULL,NULL,'','LINE',NULL,10,'','ba0c944a6189dec2a128e84b0ed2506e','',NULL),(16686,'en','woocommerce','139406c203457d4cf97aff94cef9b0e5','Limit result set to reviews assigned a specific status.',NULL,NULL,'','LINE',NULL,10,'','7360a0cbdffe28afb4e05af484cdfe54','',NULL),(16687,'en','woocommerce','8c4b82c7e31e6d79bb1c8c8de60c451f','Limit result set to reviews assigned to specific product IDs.',NULL,NULL,'','LINE',NULL,10,'','7eb901eff9c84bf09e9388a2ae8d2096','',NULL),(16688,'en','woocommerce','4c65949344660eaadd8e5e2470d320fc','Limit result set to reviews assigned to specific user IDs.',NULL,NULL,'','LINE',NULL,10,'','706527b46d703a2dd1f54f57e55ef8bf','',NULL),(16689,'en','woocommerce','c2db4e7b4bad28d22af20496d208a889','Limit result set to reviews from products within specific category IDs.',NULL,NULL,'','LINE',NULL,10,'','dd1113cdb97b49195608ad17e74a3d61','',NULL),(16690,'en','woocommerce','ec8cdbe7744c4f5da3a1b7fd30f3da4b','Limit result set to specific IDs.',NULL,NULL,'','LINE',NULL,10,'','1d400a8ae291692d1a2b33c9c413a0f1','',NULL),(16691,'en','woocommerce','8a06ad5971e6ae3dbacbb78c8374e529','Limit result set to specific ids.',NULL,NULL,'','LINE',NULL,10,'','c3fe8be7f44f6a4ffa36d6540b70c5cc','',NULL),(16692,'en','woocommerce','4c376808c0d5ede58b91b2e56e87f002','Limit result set to that from a specific author email.',NULL,NULL,'','LINE',NULL,10,'','d8d66f4ba53e1b34311642bb75dd1403','',NULL),(16693,'en','woocommerce','157a9902e952ed31f2d3aa6fbb3972c0','Limit result set to those of particular parent IDs.',NULL,NULL,'','LINE',NULL,10,'','69584a67e5dd4f9ba034f2374c55cb2d','',NULL),(16694,'en','woocommerce','4b8cb4bb3ed9deea2dd9dbf8af2ac1be','Limit result set to webhooks assigned a specific status.',NULL,NULL,'','LINE',NULL,10,'','3c62ea95226b1192b333c9a12c98d5c6','',NULL),(16695,'en','woocommerce','0013e6b859d0735cac49da735299d0c7','Limit result to customers or internal notes.',NULL,NULL,'','LINE',NULL,10,'','ea9101216ada4d27a92d2bab63c2d5ff','',NULL),(16696,'en','woocommerce','987d8c1601fa74104f66c1afa600720a','Limit results to those matching a string.',NULL,NULL,'','LINE',NULL,10,'','6dc1375b186f2478dd7ffa66741a4bb3','',NULL),(16697,'en','woocommerce','fda24fc00496a8317170e10b6466f08c','Limit to specific ZIP/postcodes',NULL,NULL,'','LINE',NULL,10,'','386eb96f7161b6494b5bf3586a453e3e','',NULL),(16698,'en','woocommerce','452bbaf9959843fa51c8373df1e5c877','Limit usage to X items',NULL,NULL,'','LINE',NULL,10,'','b7931bd6400c243aea1f11f2b022e9ac','',NULL),(16699,'en','woocommerce','8f13208305873b17e4494436f8aba0f6','Limpopo',NULL,NULL,'','LINE',NULL,10,'','866a48bb374f5a0087274db0e0b67239','',NULL),(16700,'en','woocommerce','64dfbdc3e3f341189295b361c88b28a4','Lindi',NULL,NULL,'','LINE',NULL,10,'','a1cfa94b3485cb7b163684033ef9ee6f','',NULL),(16701,'en','woocommerce','719986a0c790558ef2a6058557f5f5cd','Line chart',NULL,NULL,'','LINE',NULL,10,'','0b3c6e17e88d76b807394e285a00a182','',NULL),(16702,'en','woocommerce','31cd87eee3366af4a30f76392300c21d','Line item meta data.',NULL,NULL,'','LINE',NULL,10,'','e21c3438c115afdb4df6125b95cc0990','',NULL),(16703,'en','woocommerce','05262581ee8246e3785fca599ccc0c74','Line items data.',NULL,NULL,'','LINE',NULL,10,'','91b22e7f8314db4efe957bcf4d2ec73c','',NULL),(16704,'en','woocommerce','49c479716f0bca6e1782f591596fcf62','Line subtotal (before discounts).',NULL,NULL,'','LINE',NULL,10,'','85c36119a44bfc18d512f2d8aadd4c47','',NULL),(16705,'en','woocommerce','1980ad7fc9eba4419f53e42108c6108e','Line subtotal tax (before discounts).',NULL,NULL,'','LINE',NULL,10,'','23c0298d2a22188ff3de4c606bda8802','',NULL),(16706,'en','woocommerce','f804e59f8c6c371d8da1c2080cdd5891','Line taxes.',NULL,NULL,'','LINE',NULL,10,'','c926da468b8ab249e5f8f1222e122cca','',NULL),(16707,'en','woocommerce','a90ed4f9dcf46e1707806cfd40de9a13','Line total (after discounts).',NULL,NULL,'','LINE',NULL,10,'','fa1dbafe437afa76ba2a8ecded502986','',NULL),(16708,'en','woocommerce','0950e3489b6b19a765dd6ab241f2ff6e','Line total tax (after discounts).',NULL,NULL,'','LINE',NULL,10,'','1064162972f046c2f3208cadf015fd45','',NULL),(16709,'en','woocommerce','668b78f8974011c0c5f382e6de9283be','Link previous orders',NULL,NULL,'','LINE',NULL,10,'','b0db2dafc189c33a41c69fbb8c640a4d','',NULL),(16710,'en','woocommerce','ca57b318027df7144374364a0b039679','Linked Products',NULL,NULL,'','LINE',NULL,10,'','e3acd81fe0bbc7d75e2d15a395ddf07e','',NULL),(16711,'en','woocommerce','0091a3bf5771fe6bbe6d4a37de32c6f4','Lira',NULL,NULL,'','LINE',NULL,10,'','6f5eb89e60707bd6d7b558ba8f4bef1a','',NULL),(16712,'en','woocommerce','4ee29ca12c7d126654bd0e5275de6135','List',NULL,NULL,'','LINE',NULL,10,'','fdee541d055335a48bc825f091fdc4f7','',NULL),(16713,'en','woocommerce','b70c4e970ec4361314f02190a37b1858','List 1 postcode per line',NULL,NULL,'','LINE',NULL,10,'','e037ec6ae4cdf8fbf69ef20d9ce66c79','',NULL),(16714,'en','woocommerce','96db63d23423db107e05dcea55f63bfe','List Settings',NULL,NULL,'','LINE',NULL,10,'','8fc471312665d50acd43adc451e5560b','',NULL),(16715,'en','woocommerce','3711bad3848c3b51bda8ef7cab3dac2f','List of attributes.',NULL,NULL,'','LINE',NULL,10,'','c189032219860edde26f9160576fad81','',NULL),(16716,'en','woocommerce','a837b724d9fcd5029e7f00eb6575c5d1','List of available term names of the attribute.',NULL,NULL,'','LINE',NULL,10,'','fc93e99bf930401e5e86902373c6513b','',NULL),(16717,'en','woocommerce','6a2623d2cc9297edc4c1940e2eaf8a39','List of billing address data.',NULL,NULL,'','LINE',NULL,10,'','40159d3a4ff8705cfe312b71d18786e9','',NULL),(16718,'en','woocommerce','da7983a8cade74258a147e8c0be8162c','List of categories.',NULL,NULL,'','LINE',NULL,10,'','24ae08792fc4fa60fa2c2c516cfd6bcc','',NULL),(16719,'en','woocommerce','6d223fce05e88282eaa9d39ef0af819f','List of category IDs the coupon applies to.',NULL,NULL,'','LINE',NULL,10,'','f5f28b3ca0405575137298ce3a2a6377','',NULL),(16720,'en','woocommerce','b9f9eb9d03fa9f8e05fdcbec65a1100d','List of category IDs the coupon does not apply to.',NULL,NULL,'','LINE',NULL,10,'','9469b4de74c480d3bf5d5508a923ca3e','',NULL),(16721,'en','woocommerce','4d09c1564fb289d489401e5ed4033d25','List of countries on this continent.',NULL,NULL,'','LINE',NULL,10,'','aa27625987efa5c1dba53176f8b0c7f2','',NULL),(16722,'en','woocommerce','e9bf95853483aeffe67dcbc80720b388','List of created resources.',NULL,NULL,'','LINE',NULL,10,'','e26ea4fd7068b7284beeb82b71a01995','',NULL),(16723,'en','woocommerce','c7cb2541235a10dc0c698653ff535dd2','List of cross-sell products IDs.',NULL,NULL,'','LINE',NULL,10,'','4fc9c82a75fdebddf27b392fe630dbf2','',NULL),(16724,'en','woocommerce','92a0696cd8284f49eeabf4d6d729d14d','List of data points available for filtering. Use arrow keys to cycle through the list. Click a data point for a detailed report.',NULL,NULL,'','LINE',NULL,10,'','0e0d22ac7a8f220f22c73196ed74fb79','',NULL),(16725,'en','woocommerce','0099674cca9a09563fdf242d3346e3f1','List of delete resources.',NULL,NULL,'','LINE',NULL,10,'','a4cab36dafc70f6a2eb1ea7e3c2ecc03','',NULL),(16726,'en','woocommerce','ad7c687ea50548d89d053527f148b8f3','List of downloadable files.',NULL,NULL,'','LINE',NULL,10,'','d64a545fc5205b694ecd6c558b683a64','',NULL),(16727,'en','woocommerce','41d478fef8221020e81805d0674c9593','List of email addresses that can use this coupon.',NULL,NULL,'','LINE',NULL,10,'','f370aca8d5a33f160a1c8bdbab4b731d','',NULL),(16728,'en','woocommerce','ed03b1fe03671f95b87b0da60ea69c26','List of grouped products ID.',NULL,NULL,'','LINE',NULL,10,'','d0433f924bdd71eab831e9b511f63901','',NULL),(16729,'en','woocommerce','897201ed83be10b260d3c2e13e8c79ea','List of images.',NULL,NULL,'','LINE',NULL,10,'','0e9bcf2f18453366ba685a8d1e0cbb60','',NULL),(16730,'en','woocommerce','8dfba6c9a2b7ddc75f14366809702c79','List of product IDs the coupon can be used on.',NULL,NULL,'','LINE',NULL,10,'','30c803ccae3deaddf2fb831e7ff411a6','',NULL),(16731,'en','woocommerce','2ace77de271475e779fd74208019aceb','List of product IDs the coupon cannot be used on.',NULL,NULL,'','LINE',NULL,10,'','cad49f90fb2a16850cf04d46bbc5066f','',NULL),(16732,'en','woocommerce','2fa472ee0bd3dde994a335b66971cabb','List of refunds.',NULL,NULL,'','LINE',NULL,10,'','7a310cef845c6db885ce7dc02cb6d0fb','',NULL),(16733,'en','woocommerce','cfaf9d2185748477971c8fcd41fbd184','List of related products IDs.',NULL,NULL,'','LINE',NULL,10,'','715b55d70726fa6776982cf97c30b38c','',NULL),(16734,'en','woocommerce','f9d8f2f0529620f5207c30a07a12511c','List of sales reports.',NULL,NULL,'','LINE',NULL,10,'','b831ee84d9effb9b16e54fcfa771138a','',NULL),(16735,'en','woocommerce','b37dfaefffcd5d9c61ca839f4aabeebf','List of shipping address data.',NULL,NULL,'','LINE',NULL,10,'','36abb38f9d4cc36e309a68fe949706fd','',NULL),(16736,'en','woocommerce','f233056ee70f03369247b5fc020878ac','List of states in this country.',NULL,NULL,'','LINE',NULL,10,'','179364d7b183809f5642e20a176688a3','',NULL),(16737,'en','woocommerce','c263b93a7c5457e9ab4e716746b8fadf','List of supported continents, countries, and states.',NULL,NULL,'','LINE',NULL,10,'','b0b0d0b1178c789ab324aa18ef9ef582','',NULL),(16738,'en','woocommerce','9027e77feadbbb852789718865708f06','List of supported currencies.',NULL,NULL,'','LINE',NULL,10,'','f37770d2a684d171da1653389104978b','',NULL),(16739,'en','woocommerce','0d97b3eb5deea32ce7f0234f19e94907','List of supported states in a given country.',NULL,NULL,'','LINE',NULL,10,'','1610a0c327667f3cac0c0b409ca7a917','',NULL),(16740,'en','woocommerce','69dafb2932dd4d4d19ad413c5cfb446d','List of tags.',NULL,NULL,'','LINE',NULL,10,'','d7b7798c28877e1482091f9f4db04242','',NULL),(16741,'en','woocommerce','214695fca7420b9c7d56c4e7ed569277','List of top sellers products.',NULL,NULL,'','LINE',NULL,10,'','9156c8b636f2a3d3e3bc09620845fff3','',NULL),(16742,'en','woocommerce','2ee3f252117387836331e1e8b4514cea','List of up-sell products IDs.',NULL,NULL,'','LINE',NULL,10,'','9638f83e6a1d9d1f2a440e7aa1bd1818','',NULL),(16743,'en','woocommerce','7a14425342f08199e0e3c6bb3df18775','List of updated resources.',NULL,NULL,'','LINE',NULL,10,'','4f60e77d06fb6cff081d7e9c21c0bd90','',NULL),(16744,'en','woocommerce','1108c0c52e68ffdf3c0196a1d31565d3','List of upsell products IDs.',NULL,NULL,'','LINE',NULL,10,'','e280f21600fa378c54017b51ee86f214','',NULL),(16745,'en','woocommerce','4a3b0047a6198cbbd1cd0e2467a0da16','List of user IDs (or guest email addresses) that have used the coupon.',NULL,NULL,'','LINE',NULL,10,'','035858c8e2888868f7a80ea99e5049ec','',NULL),(16746,'en','woocommerce','c69ebcd8ea1df16328d067c670dab250','List of variations IDs.',NULL,NULL,'','LINE',NULL,10,'','02a65b98e0fd1d33af360a42f692dd83','',NULL),(16747,'en','woocommerce','322395107980d09cb4b147378ece54ab','List of variations.',NULL,NULL,'','LINE',NULL,10,'','91808fe597ac946b29f0ec7ae0991da8','',NULL),(16748,'en','woocommerce','d9051e0b77f8bb5521389618e70e2ada','Lithuania',NULL,NULL,'','LINE',NULL,10,'','218f7fb6dfe7f86b274262dcad3605a0','',NULL),(16749,'en','woocommerce','bfefde2946bea6947aa5ae4d0b10724d','Live API password',NULL,NULL,'','LINE',NULL,10,'','9a621ef3464cb65fdfa9cc816036c8a4','',NULL),(16750,'en','woocommerce','d186d9c97949f4c956db02d163682d40','Live API signature',NULL,NULL,'','LINE',NULL,10,'','4bd166179fc7f37bc1ae008f2cfd9e35','',NULL),(16751,'en','woocommerce','4b38f1d86e7088be5fe8ec88c20427ef','Live API username',NULL,NULL,'','LINE',NULL,10,'','cbdc81d4428ca07caa8366eb835d5f98','',NULL),(16752,'en','woocommerce','5efb98cc2a44abbe2973aecc6cc85a58','Livorno',NULL,NULL,'','LINE',NULL,10,'','3d42a10d378b94e06f2f2cfe76f52ba4','',NULL),(16753,'en','woocommerce','3f36d5b217c6e23cb1fd2ba9e9c603f0','Lleida',NULL,NULL,'','LINE',NULL,10,'','9470914401e2a910395583fe64ddb30b','',NULL),(16754,'en','woocommerce','4bd95a526561712e505e1ff0dfef9602','Load More Reviews',NULL,NULL,'','LINE',NULL,10,'','748d16892633112d85ebb3066066f634','',NULL),(16755,'en','woocommerce','bff733882c8832dacfe2abee49874781','Load billing address',NULL,NULL,'','LINE',NULL,10,'','7c2e97f347e5077f80127cb6860280f8','',NULL),(16756,'en','woocommerce','f6b5f35f6564a567f1810df0b730e3dc','Load more',NULL,NULL,'','LINE',NULL,10,'','1bb37e9b81469a2a0fd560f010dfe588','',NULL),(16757,'en','woocommerce','f454764a5d9ae49d981f87e890b3bbcb','Load more reviews',NULL,NULL,'','LINE',NULL,10,'','de9eae0a8e923aa27c388baceeca624c','',NULL),(16758,'en','woocommerce','1b8eba8983208965a00750d86320dfd0','Load shipping address',NULL,NULL,'','LINE',NULL,10,'','6cf0f49eeb2fdfcff0b1cca7d8e19939','',NULL),(16759,'en','woocommerce','bcf18f3c9999e2010049ff31df286260','Load the customer\'s billing information? This will remove any currently entered billing information.',NULL,NULL,'','LINE',NULL,10,'','e328e38f0aef1d27aef23149a65967f2','',NULL),(16760,'en','woocommerce','8b3fa2b60ce228755aabb45f13d79139','Load the customer\'s shipping information? This will remove any currently entered shipping information.',NULL,NULL,'','LINE',NULL,10,'','63665dd888caa77269773e34ab3ceeb9','',NULL),(16761,'en','woocommerce','10e8c23b2e457b6b8ed652f90ac898c5','Loading network orders',NULL,NULL,'','LINE',NULL,10,'','b743da21c242f43209bd171705118b99','',NULL),(16762,'en','woocommerce','1a1472f51e73e30d30130c6ae0ec625d','Loading…',NULL,NULL,'','LINE',NULL,10,'','282e85444f6041d070a2441547961807','',NULL),(16763,'en','woocommerce','e0fad42b51b29f19b2acfd276e205615','Local delivery',NULL,NULL,'','LINE',NULL,10,'','b6b66c9bf14e46135059105877637079','',NULL),(16764,'en','woocommerce','a70929db4fda39dee2587ed24749c9eb','Local delivery (legacy)',NULL,NULL,'','LINE',NULL,10,'','cfbd78fb3dee1c958d15e17148bf59a4','',NULL),(16765,'en','woocommerce','1096c324a12ed15a0b3602bb170f9929','Local pickup',NULL,NULL,'','LINE',NULL,10,'','3cf0c5522304a5032c314d9444a58feb','',NULL),(16766,'en','woocommerce','0da2ed8e2f9cbc198ba657124589dc96','Local pickup (legacy)',NULL,NULL,'','LINE',NULL,10,'','5f00ed74105d1e69c4b6e74a859f9e59','',NULL),(16767,'en','woocommerce','0fcb635acfc2a54040cecbee7c3f03e4','Local zone = California ZIP 90210 = Local pickup',NULL,NULL,'','LINE',NULL,10,'','95b8cb015dac4716c5ee7f10cf14a9a8','',NULL),(16768,'en','woocommerce','ce5bf551379459c1c61d2a204061c455','Location',NULL,NULL,'','LINE',NULL,10,'','16774b08d6dcb51d351525932d759b40','',NULL),(16769,'en','woocommerce','a876a5044f74f2ccee9a56826b79b9a0','Location, IP address and browser type: we’ll use this for purposes like estimating taxes and shipping',NULL,NULL,'','LINE',NULL,10,'','7837890c423a3b5d4c1bf078efee9ed0','',NULL),(16770,'en','woocommerce','55af51480ded432eff612a3d1806e65b','Locations not covered by your other zones',NULL,NULL,'','LINE',NULL,10,'','c536a9d57de5ed0f5aac99558a66e301','',NULL),(16771,'en','woocommerce','47329edbd3ec4019aa3974397d4623ba','Lodi',NULL,NULL,'','LINE',NULL,10,'','8817f528c4fb006078618870334d17e1','',NULL),(16772,'en','woocommerce','07e4e0f5585cb475759a027c0e20be41','Loei',NULL,NULL,'','LINE',NULL,10,'','f5b59af18f8375c163be001eb4b4c39b','',NULL),(16773,'en','woocommerce','3c44344be6d02b210e10bffbb1db2c5e','Lofa',NULL,NULL,'','LINE',NULL,10,'','aa85de87bac3016d79a06e477c415dfe','',NULL),(16774,'en','woocommerce','ce0be71e33226e4c1db2bcea5959f16b','Log',NULL,NULL,'','LINE',NULL,10,'','36f845084ce68355bc44583ef5d138e2','',NULL),(16775,'en','woocommerce','e9f24f242b8542d19a86bb1a9dabc9a1','Log PayPal events, such as IPN requests, inside %s Note: this may log personal information. We recommend using this for debugging purposes only and deleting the logs when finished.',NULL,NULL,'','LINE',NULL,10,'','650de97154fff02fb1865d3570d9c21a','',NULL),(16776,'en','woocommerce','0683eef5bc0824850efb09998343ac5a','Log directory writable',NULL,NULL,'','LINE',NULL,10,'','743cd108f2c67f1aaf7f42fc4759f041','',NULL),(16777,'en','woocommerce','73e422a5d0941c967848b3a81bc926f2','Log directory.',NULL,NULL,'','LINE',NULL,10,'','0ddeeab3982f548999acea0cf963742f','',NULL),(16778,'en','woocommerce','bffe9a3c9a7e00ba00a11749e022d911','Log in',NULL,NULL,'','LINE',NULL,10,'','fb2620d7f40921f9f62a5795d6a9d154','',NULL),(16779,'en','woocommerce','47b336c2d7d4f923b64823a699012fa8','Log in to Download Files',NULL,NULL,'','LINE',NULL,10,'','919e4a69fc66906439d245c2df8d0ef8','',NULL),(16780,'en','woocommerce','c56d4c6122d5ac99ed591157b6a3b40e','Logged in as %s',NULL,NULL,'','LINE',NULL,10,'','46d70421f7150f677281c89d1b9f5624','',NULL),(16781,'en','woocommerce','b2d37ae1cedf42ff874289b721860af2','Logs',NULL,NULL,'','LINE',NULL,10,'','fdfb7b4d5b47b6337ba1a7a4a61855b5','',NULL),(16782,'en','woocommerce','3ecf3225becd1459bb46708370b2245b','Longford',NULL,NULL,'','LINE',NULL,10,'','bcf0109d62f129e2fe23ed2f573e6674','',NULL),(16783,'en','woocommerce','3b26f7a7cb9f31f306073df8baa9aace','Looking for a WooCommerce theme?',NULL,NULL,'','LINE',NULL,10,'','00cf3bd9640754eca25b8daa03f13885','',NULL),(16784,'en','woocommerce','37d1aad583dd91182731157f786287af','Looking for the WooCommerce Helper?',NULL,NULL,'','LINE',NULL,10,'','640004c1e35ec2bde7ec611b23993f5c','',NULL),(16785,'en','woocommerce','30c11091f60706f07abecb2827b99af7','Lookup tables are regenerating',NULL,NULL,'','LINE',NULL,10,'','0662ed56eec516222870a92cbd72bfa1','',NULL),(16786,'en','woocommerce','970b82e585eb5d86a03a0c207957a1db','Lopburi',NULL,NULL,'','LINE',NULL,10,'','00fb6b3cbe6a952e37bfedbb65f16dd4','',NULL),(16787,'en','woocommerce','279583571681a868005a5d7d3af9e0d4','Loreto',NULL,NULL,'','LINE',NULL,10,'','113b6d7845df293e076fdcdf0cb87cb3','',NULL),(16788,'en','woocommerce','03c61302b065977ac5b1108ee12a49f6','Lost your password?',NULL,NULL,'','LINE',NULL,10,'','81ace44d0fe285f387666c982742a79b','',NULL),(16789,'en','woocommerce','f2fa95a43776a99adb13dd852c0c4fad','Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.',NULL,NULL,'','LINE',NULL,10,'','f749e838d1141d80bfc50b3785168cf1','',NULL),(16790,'en','woocommerce','39da6b7e3479522718668deaf7e6f304','Louisiana',NULL,NULL,'','LINE',NULL,10,'','c490deffa24dc767cd385139d58038d1','',NULL),(16791,'en','woocommerce','62fe630d7f9487359664828f5b642605','Louth',NULL,NULL,'','LINE',NULL,10,'','bc0737b02f966ef9b45b64de3da85ca7','',NULL),(16792,'en','woocommerce','b7b02c40dca8a75667cfa380981ba02d','Lovech',NULL,NULL,'','LINE',NULL,10,'','e19c7efb76e3be2c6f15aa4b6f660970','',NULL),(16793,'en','woocommerce','e63db42811bd45b652a69552426e3bfc','Low in stock',NULL,NULL,'','LINE',NULL,10,'','e77d73db089d8edc1a97b05e476fbf51','',NULL),(16794,'en','woocommerce','402de4e7d0b1ceb4813980c6f064c02d','Low stock amount',NULL,NULL,'','LINE',NULL,10,'','d5d2eec61b8caac63773f89c04c85dc7','',NULL),(16795,'en','woocommerce','ed51efa0cc7a16c24c35bbfcb81f745c','Lowest rating',NULL,NULL,'','LINE',NULL,10,'','23c53322ddd3d735e68c6ea42021fd66','',NULL),(16796,'en','woocommerce','2d20c677063489ac1dd757cddfc62ed0','Luanda',NULL,NULL,'','LINE',NULL,10,'','40ffe4604f2d489188e9980dc72789e0','',NULL),(16797,'en','woocommerce','1e6d6ab96cd34b1ef8169a8b4fdb6aac','Luapula',NULL,NULL,'','LINE',NULL,10,'','6302b017fa3ba05f8d654c8ea4a45216','',NULL),(16798,'en','woocommerce','3dd500594e052d4876d8bdb5785cdfc9','Lucca',NULL,NULL,'','LINE',NULL,10,'','8e9024c137177f41923afdef11cf9383','',NULL),(16799,'en','woocommerce','7ee179734d2cc7e57dbaa7fb2300efe2','Lugo',NULL,NULL,'','LINE',NULL,10,'','41f1891ffacd0349338ad4dddfaaa5dc','',NULL),(16800,'en','woocommerce','3513ff5d4263f38d5850939f275deb74','Lumbini',NULL,NULL,'','LINE',NULL,10,'','8149f0083a65a733fa971fc7967f2978','',NULL),(16801,'en','woocommerce','34a070c66ba4b1b085cbee771c0edf6e','Lunda-Norte',NULL,NULL,'','LINE',NULL,10,'','33a85b3dfbeb590da0bb4917addc2b29','',NULL),(16802,'en','woocommerce','3e9ec7beecc87f8a32fb440cc6d5d43b','Lunda-Sul',NULL,NULL,'','LINE',NULL,10,'','edc9f7f5a91c233ee2206dc760e88b92','',NULL),(16803,'en','woocommerce','6e9d6a66b82e1baaa4d0afbfdcfb8aef','Luristan (لرستان)',NULL,NULL,'','LINE',NULL,10,'','2639f9170e9f08c5df43830dbba85d98','',NULL),(16804,'en','woocommerce','c9e26aa604ddee6234c920e6d006ca8b','Lusaka',NULL,NULL,'','LINE',NULL,10,'','d90ce8f024d3a9405a32b06e040aa42e','',NULL),(16805,'en','woocommerce','3a0348aa928dd6e33f1be89bdb44dd9a','Luuka',NULL,NULL,'','LINE',NULL,10,'','a5a1535f754395cc350f4bf495e4cb44','',NULL),(16806,'en','woocommerce','27d35cafd3414c50292d4024545bd1a7','Luwero',NULL,NULL,'','LINE',NULL,10,'','25e8d828af3c5b7040c07f6565373639','',NULL),(16807,'en','woocommerce','06630c890abadde9228ea818ce52b621','Luxembourg',NULL,NULL,'','LINE',NULL,10,'','41db96ac2ce70868c5e97e96b4e82676','',NULL),(16808,'en','woocommerce','cceafad713406bc4d8421dbdd142523a','Luzern',NULL,NULL,'','LINE',NULL,10,'','65c5bf5e4288b40cb39eec218c2cefc2','',NULL),(16809,'en','woocommerce','f6c9c8c309898526f9a6a78016be035d','Lwengo',NULL,NULL,'','LINE',NULL,10,'','c988b619c06f278be64cea96d04e9369','',NULL),(16810,'en','woocommerce','d478bf0735994ed16708d01e9b6785f1','LxWxH in decimal form',NULL,NULL,'','LINE',NULL,10,'','645d448e5c21fda18fa00506397930e5','',NULL),(16811,'en','woocommerce','4b81b984056baaba8b0222eb8fa3f0c1','Lyantonde',NULL,NULL,'','LINE',NULL,10,'','bec8dedd06c763f49fc3f3de27d4289b','',NULL),(16812,'en','woocommerce','378949f7532ad9081112a2473fed7247','M j, Y',NULL,NULL,'','LINE',NULL,10,'','14edb3b5420544d38761939a682689f7','',NULL),(16813,'en','woocommerce','8a29d66c95ee7957e57b2bf0f969a5b0','M j, Y @ G:i',NULL,NULL,'','LINE',NULL,10,'','e40a39fb4948d013a53d29470180107f','',NULL),(16814,'en','woocommerce','b9080089d2fb34162182e4cd9f446a60','Málaga',NULL,NULL,'','LINE',NULL,10,'','4c1d62a3644d30582be06729f325a8d9','',NULL),(16815,'en','woocommerce','2e0846b6232aac270ca5ab481e869cb4','MD5 hash of cart items to ensure orders are not modified.',NULL,NULL,'','LINE',NULL,10,'','d8f579e6aad3589de973841529b8b6b2','',NULL),(16816,'en','woocommerce','26505a0eb1335c7011de6447c96d04eb','MM / YY',NULL,NULL,'','LINE',NULL,10,'','ccf503146c97672e090eb8b3903bfab6','',NULL),(16817,'en','woocommerce','addc6b0b2c59594f745655d957182baa','MM/DD/YYYY',NULL,NULL,'','LINE',NULL,10,'','10e5344be873b52c2e09120070508b6e','',NULL),(16818,'en','woocommerce','47a4315053f492e54da849c6f2a4a9e1','MMM D',NULL,NULL,'','LINE',NULL,10,'','b738be5d560795bb1f46233b51648280','',NULL),(16819,'en','woocommerce','78b397314cc34f99ec3740c2a9f74793','MMM D, YYYY',NULL,NULL,'','LINE',NULL,10,'','d0a6a80f6b92cad2eaf51868e14cbeef','',NULL),(16820,'en','woocommerce','07ed3b07b7cc92b1ec5f78279d47ce04','MMMM D, YYYY',NULL,NULL,'','LINE',NULL,10,'','8558e926c87115b0aad461ce7d9e4404','',NULL),(16821,'en','woocommerce','35cc0f78d9f676890516c8ebc834a162','Macao',NULL,NULL,'','LINE',NULL,10,'','46aa6b59a4ae0c97b6c91f73fee31682','',NULL),(16822,'en','woocommerce','5cb2a0a90d8f0d12e4ae3435b89dfffb','Macao / 澳门',NULL,NULL,'','LINE',NULL,10,'','a3cac0d68a6e5819455c53c6bad2d52a','',NULL),(16823,'en','woocommerce','32888cc0fd48f2a4fec6eabe5b81be56','Macerata',NULL,NULL,'','LINE',NULL,10,'','358ecc4f7da6f44c1aaf5d0bd740af8c','',NULL),(16824,'en','woocommerce','b5bcce260d9e303ca0e63f055187ed28','Madagascar',NULL,NULL,'','LINE',NULL,10,'','c36f6402848cce2e71b3013b18fe95d4','',NULL),(16825,'en','woocommerce','e765ee5a0cb1e5e8826ff5b7845a3f3f','Madaripur',NULL,NULL,'','LINE',NULL,10,'','8e38f6312a24bb99c26ae24d11697d71','',NULL),(16826,'en','woocommerce','d2b52f8412469a9e89dc546247bd33e0','Madhya Pradesh',NULL,NULL,'','LINE',NULL,10,'','ba43586ae238d249447e9810e8f5f524','',NULL),(16827,'en','woocommerce','3d38dc73f3e847fcf008eb60b6577b6a','Madre de Dios',NULL,NULL,'','LINE',NULL,10,'','9426759b96cb51df36fcce5129ebdd1d','',NULL),(16828,'en','woocommerce','6314044c3803213e9fd3f3ecf8c90d65','Madrid',NULL,NULL,'','LINE',NULL,10,'','e73d5402534bb4dbb8675e5acec74182','',NULL),(16829,'en','woocommerce','0ec76c24d0fcac105d848424ffa12d4f','Mae Hong Son',NULL,NULL,'','LINE',NULL,10,'','2f5ec4266b76701fc18860ee38bd5771','',NULL),(16830,'en','woocommerce','8fc2875cac2e0267177d0173b5681015','Maguindanao',NULL,NULL,'','LINE',NULL,10,'','44f619a9d241ffe21152c6e5cf61db31','',NULL),(16831,'en','woocommerce','0eeb102540800cdee784f3a749794c8f','Magura',NULL,NULL,'','LINE',NULL,10,'','402e0eb424531744b7d7e2620055ba37','',NULL),(16832,'en','woocommerce','43c8226dab92dc7427a66e17f16a9e66','Maha Sarakham',NULL,NULL,'','LINE',NULL,10,'','e30f5c82e51a7b60f7b92d10d3a3b0c9','',NULL),(16833,'en','woocommerce','fdf82714d233e9d5ede393d4e2baa4e9','Mahakali',NULL,NULL,'','LINE',NULL,10,'','5645d14cdc49fc7e3e2bf92790b4ea1c','',NULL),(16834,'en','woocommerce','84e516108956e6e374941043b5f73e86','Maharashtra',NULL,NULL,'','LINE',NULL,10,'','1e8537b5f55a9a2bc8bceea0e1efe855','',NULL),(16835,'en','woocommerce','95da2d04e75308346c9c6216fffd0e58','MailChimp for WooCommerce',NULL,NULL,'','LINE',NULL,10,'','8aee48430a9682ed8f5f4b29228c5fe6','',NULL),(16836,'en','woocommerce','3c0c18e6f97a02aedc1708ce25de9f2b','Mailchimp',NULL,NULL,'','LINE',NULL,10,'','4482ec5aec733bdfdcdfa14df9c359fe','',NULL),(16837,'en','woocommerce','91b6aa0a5ab7ffb2d51bdd0e62b27cca','Mailchimp for WooCommerce',NULL,NULL,'','LINE',NULL,10,'','cb44dfa014fbb449784523141d143cc4','',NULL),(16838,'en','woocommerce','b09b502d39e149862e4f37ac5fda6b02','Mailchimp icon',NULL,NULL,'','LINE',NULL,10,'','ad6401aecdb6ed791641e66577a77244','',NULL),(16839,'en','woocommerce','169e94bbe2fadad3c4f96ab32cf0bdb4','Main image width',NULL,NULL,'','LINE',NULL,10,'','4d68be03e262dc53d8d102296d97050d','',NULL),(16840,'en','woocommerce','41695c8c512c53044b7b787368687ac8','Maine',NULL,NULL,'','LINE',NULL,10,'','7757853a558c1bc93efb24f3534b4673','',NULL),(16841,'en','woocommerce','e3ee67d884640d543c0adb8dac3e664a','Make “%s” the default category',NULL,NULL,'','LINE',NULL,10,'','c3434de3bd81a8d4bf45567b9a2577a5','',NULL),(16842,'en','woocommerce','9131a44037cf97c9be6abbe856ecd1b6','Make a duplicate from this product',NULL,NULL,'','LINE',NULL,10,'','f3edfa16f0134e31f9ec227648e07590','',NULL),(16843,'en','woocommerce','630aa22e854b4dbaff60cd67bc227f3e','Make default',NULL,NULL,'','LINE',NULL,10,'','f567b011c81faab087f1acd3f810a4a7','',NULL),(16844,'en','woocommerce','9c8c1f32ad232afb084f2b475d204c33','Make sure to include the --user flag with an account that has permissions for this action.',NULL,NULL,'','LINE',NULL,10,'','5bce36631897a5562ce870ee779f80db','',NULL),(16845,'en','woocommerce','f3581bed81669a6377d63548c91b17b5','Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.',NULL,NULL,'','LINE',NULL,10,'','fd1961afb8ba75e7cd7e53d7fff14307','',NULL),(16846,'en','woocommerce','61501ce5597eaa935ab30b03d8813d81','Malacca (Melaka)',NULL,NULL,'','LINE',NULL,10,'','5c375c5780a44b977c0cb8762146fe6c','',NULL),(16847,'en','woocommerce','259618fda9bdcff9315e59e0d02de492','Malanje',NULL,NULL,'','LINE',NULL,10,'','5899788b851a53a471351dcf0d2a9418','',NULL),(16848,'en','woocommerce','00772b2fb92df11ee3a090ab53c4e2ae','Malatya',NULL,NULL,'','LINE',NULL,10,'','bf6e792510165c34cc69363b626736ca','',NULL),(16849,'en','woocommerce','70965feb0441ff7fc1982fc5c509136e','Malawi',NULL,NULL,'','LINE',NULL,10,'','f0ae1eaf4418d71e8dc221a113e06cde','',NULL),(16850,'en','woocommerce','3f0e49c46cbde0c7adf5ea04a97ab261','Malaysia',NULL,NULL,'','LINE',NULL,10,'','9263ba94cbe1988ae9b7dfdc9f475244','',NULL),(16851,'en','woocommerce','62235142f3fca96e1f2cd0ed4a7de48d','Maldives',NULL,NULL,'','LINE',NULL,10,'','9dc86c12cc528ced77da3e269bf8c097','',NULL),(16852,'en','woocommerce','e90c93ceb8ccdcdf3b797f47edee866d','Mali',NULL,NULL,'','LINE',NULL,10,'','90af462253fce826d20f28d30834d52c','',NULL),(16853,'en','woocommerce','92468e8a62373add2b9caefddbcf1303','Malta',NULL,NULL,'','LINE',NULL,10,'','44484b36c23923672bddad16c7e048a5','',NULL),(16854,'en','woocommerce','de9dd5ef40d7a02e9a43f8e4a4b91bf6','Maluku',NULL,NULL,'','LINE',NULL,10,'','213e49dcc213eb9e5156c32986479eb3','',NULL),(16855,'en','woocommerce','cd23e5fd53a56dff39183c2e90b1c27a','Maluku Utara',NULL,NULL,'','LINE',NULL,10,'','407b3233ba9b6a2d7d8d51b984c4771d','',NULL),(16856,'en','woocommerce','c0f4ce25a668f314c9aa5f33956d6b04','Manafwa',NULL,NULL,'','LINE',NULL,10,'','bc9a74cced116bded28795b4c2068303','',NULL),(16857,'en','woocommerce','34e34c43ec6b943c10a3cc1a1a16fb11','Manage',NULL,NULL,'','LINE',NULL,10,'','5b382de16ee802d34f2054f4a44a1c33','',NULL),(16858,'en','woocommerce','b51b00178ab8017ea2d1c19a72b1aeeb','Manage shipping methods',NULL,NULL,'','LINE',NULL,10,'','ec93ee54d6053f40b3c0d3f24d14da83','',NULL),(16859,'en','woocommerce','f1bcbf76b2867080a6605df7a8cccea0','Manage stock?',NULL,NULL,'','LINE',NULL,10,'','e6f029e6e8c54c22256221cb84e74ac1','',NULL),(16860,'en','woocommerce','54c077aa47aa03549d5616008ef6c131','Manage suggestions',NULL,NULL,'','LINE',NULL,10,'','626619603bb61e21c5095f47acc4ff19','',NULL),(16861,'en','woocommerce','541d5688a13eeba62de64c4f4fc89d6a','Manage the \"%s\" payment method',NULL,NULL,'','LINE',NULL,10,'','035cc5d4db5dea135887fc3f2c2dfaba','',NULL),(16862,'en','woocommerce','4489e85caf6d5ffa092208a339e15bc2','Manage your store\'s reports and monitor key metrics with a new and improved interface and dashboard.',NULL,NULL,'','LINE',NULL,10,'','b07f3ee96341717c788c9152b97047de','',NULL),(16863,'en','woocommerce','bc68b6dc6733bfb2ef3308691abe1ecd','Manage your subscriptions, get important product notifications, and updates, all from the convenience of your WooCommerce dashboard',NULL,NULL,'','LINE',NULL,10,'','49e3ff9223aeefdd4ea0a68b53856482','',NULL),(16864,'en','woocommerce','c31ea26a9278b39bc212037ad9b3b686','Manawatu-Wanganui',NULL,NULL,'','LINE',NULL,10,'','19deb6eac76070c239e543c3f7fb1bfa','',NULL),(16865,'en','woocommerce','b3b9bf652dfd26ecd4c4a2227baa5436','Manikganj ',NULL,NULL,'','LINE',NULL,10,'','a017f9b9e238808403615dcd806b0a49','',NULL),(16866,'en','woocommerce','9f405b4cfb0722cc0518fc99a26f3c2a','Manipur',NULL,NULL,'','LINE',NULL,10,'','1fe1b305e9f61d3de78d9e8b0b68b16d','',NULL),(16867,'en','woocommerce','efc73cda89606b3705a1ecd081e1388f','Manisa',NULL,NULL,'','LINE',NULL,10,'','9cadbb89c9a5e45e7cc711266913445e','',NULL),(16868,'en','woocommerce','bcbccefb5ef2844a3ce216fab630dd99','Manitoba',NULL,NULL,'','LINE',NULL,10,'','ec186909ca6adb7905c0b6ff14a0a6a8','',NULL),(16869,'en','woocommerce','586ea986ce84e1a80246355fdd715557','Mantova',NULL,NULL,'','LINE',NULL,10,'','726d4e029fcb38d5bbbf1cfc742d8955','',NULL),(16870,'en','woocommerce','e1ba155a9f2e8c3be94020eef32a0301','Manual',NULL,NULL,'','LINE',NULL,10,'','0bcf653f14f2b386e4207d70911ec7a3','',NULL),(16871,'en','woocommerce','b2cc8e35f7055341d97579714945ccd7','Manually sent',NULL,NULL,'','LINE',NULL,10,'','925b97dbf47495b5297fe017b550755b','',NULL),(16872,'en','woocommerce','f88b5e9351ee8e3782465f513cb1976f','Manyara',NULL,NULL,'','LINE',NULL,10,'','2c315fa58272741bf18ab0fe17b30567','',NULL),(16873,'en','woocommerce','236758df108d26a016ef1e1bd8c4d230','Map CSV fields to products',NULL,NULL,'','LINE',NULL,10,'','16de1156fcc813af902222518daaded7','',NULL),(16874,'en','woocommerce','5bf5500cb5a5b62a5ca9a3255f6da3f5','Map to field',NULL,NULL,'','LINE',NULL,10,'','eeda42fea741f0f912c0718ebcc7d064','',NULL),(16875,'en','woocommerce','ce0cd4d8c83ab6011b74c8e5563ce2a6','Mara',NULL,NULL,'','LINE',NULL,10,'','073005bd61fab5c7730cf0dc49328ab5','',NULL),(16876,'en','woocommerce','980caf44bcea8e6b96c5b4ddcfdce375','Maracha',NULL,NULL,'','LINE',NULL,10,'','222295fade56752b422e81c9c34a5b02','',NULL),(16877,'en','woocommerce','4f0522d673fc2d1777a774eee8454c4a','Maramureș',NULL,NULL,'','LINE',NULL,10,'','8512ff6df3e67142f15f8f8bd400dc55','',NULL),(16878,'en','woocommerce','4928a9a6d74afd656a46e2df35991a14','Maranhão',NULL,NULL,'','LINE',NULL,10,'','b8dfc15b1cfb14f7fba08bd5e4b7c4e9','',NULL),(16879,'en','woocommerce','f5da79660ff7fd2725a857f819c70079','Mardin',NULL,NULL,'','LINE',NULL,10,'','ba1cc310e2b91db68893d6a2ff50e73c','',NULL),(16880,'en','woocommerce','38ffaa48c4047a673fb52a867eb76f1f','Margibi',NULL,NULL,'','LINE',NULL,10,'','7e2cf2fa29756827c9fc050bd65c2c3a','',NULL),(16953,'en','woocommerce','ea9a1877f2db6f193f2e26b34f9d0782','Marinduque',NULL,NULL,'','LINE',NULL,10,'','3a98aa84435a4d3076fcc4d4ee885453','',NULL),(16954,'en','woocommerce','caf7af0cdd33027eb7b36a9eb798e899','Markazi (مرکزی)',NULL,NULL,'','LINE',NULL,10,'','1dd98ba67e73ef721547347c95c2fcd0','',NULL),(16955,'en','woocommerce','ac28cf0866e6232a4653c3661154a443','Get more options',NULL,NULL,'','LINE',NULL,10,'Marketplace suggestions','d735c2db76714b73b1249dbda5baaa5d','',NULL),(16956,'en','woocommerce','5eff7bb5ac102274befb608fb8fdde46','Marlborough',NULL,NULL,'','LINE',NULL,10,'','d22dd99ac13aeb579a05d419b690555a','',NULL),(16957,'en','woocommerce','0d682c020f9347a5cfaa8fbd18e92ead','Marshall Islands',NULL,NULL,'','LINE',NULL,10,'','65be603c94b430736c5b8be5f4d30a19','',NULL),(16958,'en','woocommerce','899c4b2a0d41d5b86e2dbc3b2f5380cf','Martinique',NULL,NULL,'','LINE',NULL,10,'','4cbd1489ee317ea2fb2d966dc3250e62','',NULL),(16959,'en','woocommerce','11ea71f253acf02a2d126a0901e765a7','Maryland',NULL,NULL,'','LINE',NULL,10,'','3d30459fec9b5101d935771a1abf1e50','',NULL),(16960,'en','woocommerce','cb033590ca984a74b24e59883318f718','Masaka',NULL,NULL,'','LINE',NULL,10,'','7f61a877c4f2b5c3a1bc059d894bee4e','',NULL),(16961,'en','woocommerce','09932e5409e64065d3f0517c5753ff09','Masbate',NULL,NULL,'','LINE',NULL,10,'','39516cadc2ce55508113c571b9775c26','',NULL),(16962,'en','woocommerce','6d117a410dd91405a974a4b9066b0b15','Masindi',NULL,NULL,'','LINE',NULL,10,'','81327dc90601022e4b757358136c5c32','',NULL),(16963,'en','woocommerce','58c128cf99d22218b63cce18af10aac6','Massa-Carrara',NULL,NULL,'','LINE',NULL,10,'','668d5e2275ea4faaba32aae5c6ef9e55','',NULL),(16964,'en','woocommerce','7d07b15a160712cc823f7a117fb9b2c1','Massachusetts',NULL,NULL,'','LINE',NULL,10,'','066ca12c9e798e19647b21bc0b2d679d','',NULL),(16965,'en','woocommerce','2fe3351421d198ea6d3c4a4a0358d08f','MasterCard',NULL,NULL,'','LINE',NULL,10,'','7cbce21f76e6d5a6591ead9f39939bc0','',NULL),(16966,'en','woocommerce','6a9bbef2ea5bad981db78b8a60377ae3','Matera',NULL,NULL,'','LINE',NULL,10,'','3f8bcfb5c226af012b32166be062df11','',NULL),(16967,'en','woocommerce','9f1388cc4b09a2eedd3d2b737ceda1a2','Mato Grosso',NULL,NULL,'','LINE',NULL,10,'','d1188d46d9f9de786317b63699ae945c','',NULL),(16968,'en','woocommerce','78e9e58fc12107e188fb5b81eb3b3d66','Mato Grosso do Sul',NULL,NULL,'','LINE',NULL,10,'','f35741f4b3d79a38fa1bdb5e1b88a839','',NULL),(16969,'en','woocommerce','d7fe73b6846dfc672236e636aa2cf6b5','Mauritania',NULL,NULL,'','LINE',NULL,10,'','a94cde17eb41c04af7cccccad0a1626d','',NULL),(16970,'en','woocommerce','07f3ca235faaa1c9ad16facef5526d8b','Mauritius',NULL,NULL,'','LINE',NULL,10,'','eb60f75bd2d35803933568b3463643e7','',NULL),(16971,'en','woocommerce','8385f6915003e0416b707f5e9fb4c9fc','Max %s',NULL,NULL,'','LINE',NULL,10,'','077a1b760c18c0eb5c72794d4deedf24','',NULL),(16972,'en','woocommerce','238f652c19d817bd73f0633d06b64db0','Max number of items in the cart the coupon can be applied to.',NULL,NULL,'','LINE',NULL,10,'','68ba357c7e5749fbad189b4527a7bae0','',NULL),(16973,'en','woocommerce','2fc091229fafbe6f2d07194d81eb1f4d','Max price',NULL,NULL,'','LINE',NULL,10,'','da969aed50530de41eae55b81e27d152','',NULL),(16974,'en','woocommerce','270b09d8db63930cb9c2ad7a4df99a41','Max upload size',NULL,NULL,'','LINE',NULL,10,'','1ccd0e46d6e9f5f676354283fbfb0f78','',NULL),(16975,'en','woocommerce','60a3a4124e40f36c58d68c8bba52277a','Max upload size.',NULL,NULL,'','LINE',NULL,10,'','5321e4ff513ebd862dec8d0c16fb28eb','',NULL),(16976,'en','woocommerce','930d322a1b7e85b7e82e9524fff178b2','MaxMind GeoIP database',NULL,NULL,'','LINE',NULL,10,'','f98837c5de4562e169a1998420a0f279','',NULL),(16977,'en','woocommerce','44ea6d8fe5a187dd8eed65ac50dba1f9','MaxMind GeoIP database requires at least PHP 5.4.',NULL,NULL,'','LINE',NULL,10,'','c5176c89b6b8eb3cc671aa5a6f9ea22d','',NULL),(16978,'en','woocommerce','3a796f7473aa7773495f71538a5a57ac','MaxMind GeoIP database.',NULL,NULL,'','LINE',NULL,10,'','0b4a80992b414372a9181c59f82fab7f','',NULL),(16979,'en','woocommerce','19561e33450d1d3dfe6af08df5710dd0','Maximum depth',NULL,NULL,'','LINE',NULL,10,'','380a68595ce32d295ee52eada836097c','',NULL),(16980,'en','woocommerce','4d12474c93d04e6f06704e3f6b073031','Maximum number of items to be returned in result set.',NULL,NULL,'','LINE',NULL,10,'','30e1d7f497d38e9bc07d4c9e3bdf35de','',NULL),(16981,'en','woocommerce','e10cfec379ea514beb498bd7b808a8d2','Maximum order amount allowed when using the coupon.',NULL,NULL,'','LINE',NULL,10,'','0c9965af5d3ae37b91b4a71d2dbe7c5a','',NULL),(16982,'en','woocommerce','15295a16c49760b8efd45ba347c8bdf9','Maximum simultaneous batches already in progress (%s queues). No actions will be processed until the current batches are complete.',NULL,NULL,'','LINE',NULL,10,'','4252b845b4d6ce012305f20df9cb026b','',NULL),(16983,'en','woocommerce','1c7942fe0c3aa84f2956687924eae8cf','Maximum size: %s',NULL,NULL,'','LINE',NULL,10,'','ff029be5e88933a76516ff34752c92f4','',NULL),(16984,'en','woocommerce','095ab5a177a0e12693b3e7702813658e','Maximum spend',NULL,NULL,'','LINE',NULL,10,'','a55d1a8d0ef5477017ecce5dfdf0b293','',NULL),(16985,'en','woocommerce','4ec3b69ed63112f7e8865f1e94706f35','Mayo',NULL,NULL,'','LINE',NULL,10,'','8549576519c54787004890e944e0938e','',NULL),(16986,'en','woocommerce','9c05c40b81fd906b1585e231c0d896f1','Mayotte',NULL,NULL,'','LINE',NULL,10,'','b4854868e5a0aacb19cf9eae4f088f9f','',NULL),(16987,'en','woocommerce','69574593bdf3d1e996ee0489d72a6337','Mayuge',NULL,NULL,'','LINE',NULL,10,'','e58581302b031b402f3fece69c61630b','',NULL),(16988,'en','woocommerce','cab7cce26680a23ab484338ab12c2d49','Mazandaran (مازندران)',NULL,NULL,'','LINE',NULL,10,'','14be234a8ce13ddd8b7ba6980ca4bf5f','',NULL),(16989,'en','woocommerce','57d3c3f2b390ec81bb0323ceb4377895','Mbale',NULL,NULL,'','LINE',NULL,10,'','dce5875d3f19087a7393196e70f9b581','',NULL),(16990,'en','woocommerce','c8faf2dd73841d852dc95a59dc6ba2fc','Mbarara',NULL,NULL,'','LINE',NULL,10,'','ed5b8ab30a60a195c08f038b9283ea22','',NULL),(16991,'en','woocommerce','c5b4073ccdef4f4026d1e655ed9d9b9d','Mbeya',NULL,NULL,'','LINE',NULL,10,'','f3bca281512c30e47b535fa6301abd12','',NULL),(16992,'en','woocommerce','33892d0b2e07e7689d27fa0a138e96c5','Meath',NULL,NULL,'','LINE',NULL,10,'','9934fd53e4f14a1b92d4eb3ef6cc6e77','',NULL),(16993,'en','woocommerce','20f695cdbf8e7f349a606ef836d96c1b','Mechi',NULL,NULL,'','LINE',NULL,10,'','191334429e033e71e8171c6ab8ca3d8d','',NULL),(16994,'en','woocommerce','418d4c56f7fa6ee6dbfe42f70876d8da','Meghalaya',NULL,NULL,'','LINE',NULL,10,'','544d4edeef20d93cc3dd0e8c9d99a155','',NULL),(16995,'en','woocommerce','fe7d1b8767fad46cc661c08fbb53e632','Mehedinți',NULL,NULL,'','LINE',NULL,10,'','96071d4e69c3613df9cedc61e85e5d98','',NULL),(16996,'en','woocommerce','1e3c20fb31f7f72e454d51f5c05cb01e','Meherpur',NULL,NULL,'','LINE',NULL,10,'','c149fb2adfd3ff46293d8b159b7982b0','',NULL),(16997,'en','woocommerce','5475ba47056fb8596065a0d640138bb0','Melilla',NULL,NULL,'','LINE',NULL,10,'','74545dd04b7836322d5f8c42a824ecfa','',NULL),(16998,'en','woocommerce','ea7a708a300e6dd3fe2ffeeb29f71428','Members of our team have access to the information you provide us. For example, both Administrators and Shop Managers can access:',NULL,NULL,'','LINE',NULL,10,'','606591bd1407c97aff46a859a0f57387','',NULL),(16999,'en','woocommerce','1515960435c336515e9dca50c0f0df07','Mendoza',NULL,NULL,'','LINE',NULL,10,'','ececd4853d5b629b276ec3c76f714d0d','',NULL),(17000,'en','woocommerce','1c572c6837c919c881337a91c68f8894','Menu Order',NULL,NULL,'','LINE',NULL,10,'','f8494ce3bf37879088e377f58a16b5ba','',NULL),(17001,'en','woocommerce','075aca328011bcabd443fd73a9fa7c14','Menu order',NULL,NULL,'','LINE',NULL,10,'','0812856b4281bb34dd632ec28ee33cad','',NULL),(17002,'en','woocommerce','802aa1e6388b37119e84176fb1971c9d','Menu order, used to custom sort products.',NULL,NULL,'','LINE',NULL,10,'','edadbde54053cd42604d91cab46ce683','',NULL),(17003,'en','woocommerce','fc347dab6e0167b999c7ef76c7f58c13','Menu order, used to custom sort the resource.',NULL,NULL,'','LINE',NULL,10,'','52b7fc5a9a1de155cb6535a080523470','',NULL),(17004,'en','woocommerce','4c2a8fe7eaf24721cc7a9f0175115bd4','Message',NULL,NULL,'','LINE',NULL,10,'','0c770ca1ab09ecd0648eff9912448d63','',NULL),(17005,'en','woocommerce','1569f8f32be7ae04898403c550b47b82','Messina',NULL,NULL,'','LINE',NULL,10,'','b42f709de764b0798bbf357137596787','',NULL),(17006,'en','woocommerce','33a7d4a3fcf9054c03aa5051030955e5','Meta ID.',NULL,NULL,'','LINE',NULL,10,'','085b378df905e13ed66487764a4598ee','',NULL),(17007,'en','woocommerce','d1f0cfd56ca1318cf8165f38df509a71','Meta data.',NULL,NULL,'','LINE',NULL,10,'','e2ea20c898913ddbc1473701ae71f97a','',NULL),(17008,'en','woocommerce','5ff742caf1e393a62158a9b05b6e8b02','Meta key.',NULL,NULL,'','LINE',NULL,10,'','79ec6ea4e7bf7c644a96d47d14931388','',NULL),(17009,'en','woocommerce','6d136c8807d8313dac6cb747726a5e62','Meta label.',NULL,NULL,'','LINE',NULL,10,'','a5e4acd3754ae2ec7556ddef7a1df58c','',NULL),(17010,'en','woocommerce','a9bb272fe054731e76d567af93e315b0','Meta value.',NULL,NULL,'','LINE',NULL,10,'','85fc92900059a30706e0ddbcd5a33f1a','',NULL),(17011,'en','woocommerce','12e2f6f04208fb2d404cd09cc0532d60','Meta: %s',NULL,NULL,'','LINE',NULL,10,'','006f3950f46c882e021b8d952dfca002','',NULL),(17012,'en','woocommerce','80b4a3eed88aed8a1c7d8a4418b7f469','Meters',NULL,NULL,'','LINE',NULL,10,'','1bc42c3121e60682206a1e8a93c4da60','',NULL),(17013,'en','woocommerce','4c3880bb027f159e801041b1021e88e8','Method',NULL,NULL,'','LINE',NULL,10,'','10a0d0781bdd95a4e86baa61121e8f66','',NULL),(17014,'en','woocommerce','d4590263d3426bbe01ad7367d03cf95b','Method \'%s\' not implemented. Must be overridden in subclass.',NULL,NULL,'','LINE',NULL,10,'','5bf160524ba73bf50a7b7ff0fefa8da8','',NULL),(17015,'en','woocommerce','a9d59474e7606b6a1a5b25df4dc22e69','Method ID.',NULL,NULL,'','LINE',NULL,10,'','4d8a2bc7fb2c6aa58b54c731e38e4695','',NULL),(17016,'en','woocommerce','9fa5db21b84ebdf1d0ae6a80ca2fa292','Method availability',NULL,NULL,'','LINE',NULL,10,'','ad547f7eb6bfeb6c96defcb97522ae2b','',NULL),(17017,'en','woocommerce','f634a4ce61dbccff9374360fd995aaed','Method title',NULL,NULL,'','LINE',NULL,10,'','e608f2cab9339b4c60c2f83caf2d8fd3','',NULL),(17018,'en','woocommerce','21c2c0aa20f66ce85068ef326d9a792b','Metro Manila',NULL,NULL,'','LINE',NULL,10,'','f0c486d683de6b9bbc9fbc91cf98bd93','',NULL),(17019,'en','woocommerce','8dbb07a18d46f63d8b3c8994d5ccc351','Mexico',NULL,NULL,'','LINE',NULL,10,'','53b85f6a91ae3fe81432466f89bc006e','',NULL),(17020,'en','woocommerce','8eadc5d3e1f1919c527b6d865e226a88','Michigan',NULL,NULL,'','LINE',NULL,10,'','f15b77bf42da169df5f15a78c51e59cf','',NULL),(17021,'en','woocommerce','682c7f89647b115aabfec54487e87f02','Michoacán',NULL,NULL,'','LINE',NULL,10,'','eeb457501d1dcabbd6754f226e3e85c7','',NULL),(17022,'en','woocommerce','19a5a05a4982fef88f96039a43dbcfd8','Micronesia',NULL,NULL,'','LINE',NULL,10,'','223e8fdbc40e8286752f75a5fd67e0d2','',NULL),(17023,'en','woocommerce','79a3f6a976295f6279ecf523d4d84cc0','Midway Atoll',NULL,NULL,'','LINE',NULL,10,'','bcbec76cdbcf1f019ffc127f2d905dfd','',NULL),(17024,'en','woocommerce','1080097313b42ff2b81893d28184aa3a','Mie',NULL,NULL,'','LINE',NULL,10,'','a8e4120c244dae81d8c6a1e1c44ffacd','',NULL),(17025,'en','woocommerce','3695b37abcc37806addc313453f4f5d4','Milano',NULL,NULL,'','LINE',NULL,10,'','868f569c03a5e5e34afbe75b7db492ab','',NULL),(17026,'en','woocommerce','3be6521a73bcafce5b38459ec548bd11','Millimeters',NULL,NULL,'','LINE',NULL,10,'','af3e7643c687d196f16ce297650f7c72','',NULL),(17027,'en','woocommerce','98e0352e07e99afd4297e6d0133b25ee','Min %s',NULL,NULL,'','LINE',NULL,10,'','7417820e97b1ddc6f3212475ac848987','',NULL),(17028,'en','woocommerce','71d104fd1b323bd50981021b9627a65b','Min price',NULL,NULL,'','LINE',NULL,10,'','9d18feeed97df8dea3636eeeda173c04','',NULL),(17029,'en','woocommerce','c249a545f156d7612d3f22566ed65b2a','Minas Gerais',NULL,NULL,'','LINE',NULL,10,'','2b8ff2a6a22deae01e7c65a7552791d9','',NULL),(17030,'en','woocommerce','b16854ceee6fb9499c2ad3aac40d539e','Minimum order amount',NULL,NULL,'','LINE',NULL,10,'','5a8f06ab3c3f8a9657ab9c512efadf35','',NULL),(17031,'en','woocommerce','7ecbcf0a4810425da753956305b323a1','Minimum order amount that needs to be in the cart before coupon applies.',NULL,NULL,'','LINE',NULL,10,'','d84ab0625e8c3a2b3880fd74418038c3','',NULL),(17032,'en','woocommerce','0fcaf5cf5299bc8a395d752254bd13a7','Minimum spend',NULL,NULL,'','LINE',NULL,10,'','061bceb0251c106d664ca32d887390ad','',NULL),(17033,'en','woocommerce','45009b4a16ef03ba8bb5b15665ef4469','Minnesota',NULL,NULL,'','LINE',NULL,10,'','6e9601ab75291220c2efc39e0ca66b5d','',NULL),(17034,'en','woocommerce','4ae540a2bd1d96cfa6c5e9ac128dabbb','Misamis Occidental',NULL,NULL,'','LINE',NULL,10,'','57dd62c79a19b1a77dcff97d99239ad1','',NULL),(17035,'en','woocommerce','8ae349809901400d3a3b2e8073accb5f','Misamis Oriental',NULL,NULL,'','LINE',NULL,10,'','5784cb3aa44e9035b8dd2164d919d8a5','',NULL),(17036,'en','woocommerce','cb8f930439871c54b6197bdcf07bdaf9','Misiones',NULL,NULL,'','LINE',NULL,10,'','166db072af3f5037745085e1d13b0b18','',NULL),(17037,'en','woocommerce','9df7222893151af8d603dd9cc9ddd7cb','Missing OAuth parameter %s',NULL,NULL,'','LINE',NULL,10,'','c2029949260b987449e2283e56074c07','',NULL),(17038,'en','woocommerce','61210819bc186d3bc71695c1553f1a23','Missing OAuth parameters %s',NULL,NULL,'','LINE',NULL,10,'','dc26af1f84e18f35e0538e21565be2c1','',NULL),(17039,'en','woocommerce','84d00dedfa0bdec8329588a4ffb7599d','Missing parameter %s',NULL,NULL,'','LINE',NULL,10,'','f2a7784bd170fdaea64d6fe396c6c7b7','',NULL),(17040,'en','woocommerce','5f808c8f91aaa0e916b52097e140ae3f','Missing product subscription',NULL,NULL,'','LINE',NULL,10,'','69a20adbb16b0ff2e5f3c0bb7febbb8a','',NULL),(17041,'en','woocommerce','b459b4ba9d50146189d7aef254e2eea2','Missing products in request body.',NULL,NULL,'','LINE',NULL,10,'','ac587fe740ee0044e228a04c7ee18660','',NULL),(17042,'en','woocommerce','e1f00dcfb854370f814176c28074f6e1','Missing the WooCommerce %s package',NULL,NULL,'','LINE',NULL,10,'','53e59f885bcbc5f76e99f45f2e35eff6','',NULL),(17043,'en','woocommerce','14c5492ce2fe855f408481fdbd13f7a6','Mississippi',NULL,NULL,'','LINE',NULL,10,'','16fee3524e845ce4b26eea0940d3bd73','',NULL),(17044,'en','woocommerce','06fa309b609b7c8f7c39a88abe2d507c','Missouri',NULL,NULL,'','LINE',NULL,10,'','7b8b4371d0f3e608649899ac12ac96c9','',NULL),(17045,'en','woocommerce','860c3c91bb59ac1ba004337db4dc83c8','Mitooma',NULL,NULL,'','LINE',NULL,10,'','e9102052913037208957cb90ac2d5fb6','',NULL),(17046,'en','woocommerce','7e5a56f224f774dcb3cab3d02de1b867','Mityana',NULL,NULL,'','LINE',NULL,10,'','dedfaced244f4ba9ad62b03ebf57791d','',NULL),(17047,'en','woocommerce','1a2a401ffb8e12d3a1e1783a92eec06f','Miyagi',NULL,NULL,'','LINE',NULL,10,'','66291e7f7db6e8d466b813a2f819c6a3','',NULL),(17048,'en','woocommerce','710f9ad5f2164b7ae4cc086ed855ce47','Miyazaki',NULL,NULL,'','LINE',NULL,10,'','36a7a2015fce674d88c0f9ef0122fbe8','',NULL),(17049,'en','woocommerce','4b8c5cc6acf242d8a24ad12b227d16ce','Mizoram',NULL,NULL,'','LINE',NULL,10,'','e97c5442dace3fb6f7280a7cae553c66','',NULL),(17050,'en','woocommerce','0baa6458315a6490f3838a891c41ba27','Modena',NULL,NULL,'','LINE',NULL,10,'','311f1adb778e96f06391d4de970d8ab3','',NULL),(17051,'en','woocommerce','0c12f5495afe76d9242ed25668979de9','Moldova',NULL,NULL,'','LINE',NULL,10,'','70b36edbd7838cad5f884f4887321ddc','',NULL),(17052,'en','woocommerce','d6a297c6193fd59309453a0db7a51b90','Monaco',NULL,NULL,'','LINE',NULL,10,'','d2e6497a06429b64ee6171598f055d69','',NULL),(17053,'en','woocommerce','98e6b46997041269a7e3267325599437','Monaghan',NULL,NULL,'','LINE',NULL,10,'','5a6412d51c7c32e5ab4895428e66b0ac','',NULL),(17054,'en','woocommerce','1ff1b62d08d1195f073c6adac00f1894','Money spent',NULL,NULL,'','LINE',NULL,10,'','fb6a3af749ab6a915186777580ad6bc5','',NULL),(17055,'en','woocommerce','bb6a72b6a93150d4181e50496fc15f5a','Mongolia',NULL,NULL,'','LINE',NULL,10,'','5ca7b72ec36a09753452a3f3dbdfacc4','',NULL),(17056,'en','woocommerce','a8088b760fb315d2964735686800b203','Montana',NULL,NULL,'','LINE',NULL,10,'','e95f7eca44bdcf40e940cf64faf4ea2e','',NULL),(17057,'en','woocommerce','4e92f9d2cdf0b8eb493ae3a19709d121','Montenegro',NULL,NULL,'','LINE',NULL,10,'','f438c672490e18981c16b674abf1e955','',NULL),(17058,'en','woocommerce','91ea86f44dd59a182428dddc4881496d','Month to Date',NULL,NULL,'','LINE',NULL,10,'','89eedf6cd582e1a73f795cec1696b67d','',NULL),(17059,'en','woocommerce','2003c150eaeb3fbea7c3e28da8d57fd5','Month(s)',NULL,NULL,'','LINE',NULL,10,'','0d561692fdd1135a967d3cd1305403b0','',NULL),(17060,'en','woocommerce','48082834ebfc25c13619ccacc50a431e','Montserrado',NULL,NULL,'','LINE',NULL,10,'','71af450cc4b861591605a0300c8188cc','',NULL),(17061,'en','woocommerce','3bac87d64d97e96d0e935628a9383379','Montserrat',NULL,NULL,'','LINE',NULL,10,'','2674cd9c11fa47b3f1053aae8dd84609','',NULL),(17062,'en','woocommerce','6193e037a714dd038be9b500a8efd18e','Monza e della Brianza',NULL,NULL,'','LINE',NULL,10,'','10eb69d5b14313607b7e26298ce27a95','',NULL),(17063,'en','woocommerce','97e11014a625d0496e61789e9020d82f','Moquegua',NULL,NULL,'','LINE',NULL,10,'','1695733fb89b35cadecaf1c2934fb96b','',NULL),(17064,'en','woocommerce','58f40e508eb1f109776b303cc0740b1c','Morelos',NULL,NULL,'','LINE',NULL,10,'','e7f4bb4715bcc43a997d43479126557a','',NULL),(17065,'en','woocommerce','4d4a1722d8e85909a576da2c42878ff0','Morocco',NULL,NULL,'','LINE',NULL,10,'','70acd3e88eb09acce294aaf4c85e223b','',NULL),(17066,'en','woocommerce','a8f0f83555cd037dddf54f16579f1b82','Morogoro',NULL,NULL,'','LINE',NULL,10,'','6a0c68c693a644d6db4c46a8c9fb4504','',NULL),(17067,'en','woocommerce','e6a0c2968fe2e3da216b8093009e00fb','Moroto',NULL,NULL,'','LINE',NULL,10,'','885ea30b45a99de1c8743ab353d2665c','',NULL),(17068,'en','woocommerce','6b0962c7f3fdd430f4ae711a248b81d0','Most discount',NULL,NULL,'','LINE',NULL,10,'','d01ee740c9acd4ee68cd54052b8bd385','',NULL),(17069,'en','woocommerce','df430c1374f6394e4da8223343b7d006','Most popular',NULL,NULL,'','LINE',NULL,10,'','e13087a9d486439decfaf1f0f5be3886','',NULL),(17070,'en','woocommerce','9b63d2a43fee94e63e5bd613f82fea96','Most recent',NULL,NULL,'','LINE',NULL,10,'','add6d8bda1ec6464a005d55778e1fca2','',NULL),(17071,'en','woocommerce','9e0e69f11c0095537267863eea7ad2bc','Most stocked',NULL,NULL,'','LINE',NULL,10,'','fd0800ca59fbade7c5975f96d6a3aeb1','',NULL),(17072,'en','woocommerce','98c32be47a249aa8b50968dc047ef946','Moulvibazar',NULL,NULL,'','LINE',NULL,10,'','8396c9c03969f7eb99ecb51b09812fa8','',NULL),(17073,'en','woocommerce','e1ac1dc5ef7ffcf0153dc480ac8463de','Mountain Province',NULL,NULL,'','LINE',NULL,10,'','dccdf5fa983fac0fc28ae7184588d5f2','',NULL),(17074,'en','woocommerce','34a6d4b91ca8a40fde4c72100ca9358e','Move “%s” to the Trash',NULL,NULL,'','LINE',NULL,10,'','0305e76d1ec0d43fd5e1d3b9d9da3caf','',NULL),(17075,'en','woocommerce','22bc33896cf10e98e21909cfc2aca5f1','Move backward (left) and forward (right) by one day.',NULL,NULL,'','LINE',NULL,10,'','7eea9a6f244c86e1afdc2dfe718724a0','',NULL),(17076,'en','woocommerce','86811d3839a5c9802734b84a1e452243','Move backward (up) and forward (down) by one week.',NULL,NULL,'','LINE',NULL,10,'','5dd45d5c0c03a2e73f260be89ce77477','',NULL),(17077,'en','woocommerce','c2dc29b0959b6c96e5a78e6bbcc71e63','Move backward for selected items',NULL,NULL,'','LINE',NULL,10,'','d74c173acf7b3221f247057ddeea5f73','',NULL),(17078,'en','woocommerce','bc6e3e4cfd8129fa81960f853f031413','Move backward to switch to the previous month.',NULL,NULL,'','LINE',NULL,10,'','d753d14924eebffab842f8f5cb19653d','',NULL),(17079,'en','woocommerce','dd9f0c7e1bb3b749bd423e3544b4a8e3','Move down',NULL,NULL,'','LINE',NULL,10,'','c7b233edd016632f4d34bed3615b5adf','',NULL),(17080,'en','woocommerce','60008ba9ab7ab76dff44ce26d4533d3c','Move forward to switch to the next month.',NULL,NULL,'','LINE',NULL,10,'','23cf0705e11131d8a040571fce98e84f','',NULL),(17081,'en','woocommerce','d36f123be58283b6b5de7062a59e6464','Move the \"%s\" payment method down',NULL,NULL,'','LINE',NULL,10,'','1fef4685d56ced12be6e3145e94aac2d','',NULL),(17082,'en','woocommerce','a4d5e9ea607bd2590a4d2e61e6c460cb','Move the \"%s\" payment method up',NULL,NULL,'','LINE',NULL,10,'','eb74ffb8fdcd8b2f5a3b637a80993fc5','',NULL),(17083,'en','woocommerce','a113bb044184a62aad6591f3b2b12c6a','Move to trash',NULL,NULL,'','LINE',NULL,10,'','401518c124c3f5dced8e3bfea2e51e56','',NULL),(17084,'en','woocommerce','f77af7695f71323808f9b6e2795cde86','Move up',NULL,NULL,'','LINE',NULL,10,'','2d5baa7df17c8adc451249c790d34be7','',NULL),(17085,'en','woocommerce','3051ed28ccfb3618d03bd4f59ffd4faf','Moxico',NULL,NULL,'','LINE',NULL,10,'','6732192728e216e834df92dcbd3d6744','',NULL),(17086,'en','woocommerce','c165ba702ce35b72ef41cd86b0e929cf','Moyo',NULL,NULL,'','LINE',NULL,10,'','ed44d53e8e36f49d00f449a3dcbacd6f','',NULL),(17087,'en','woocommerce','a6d3bea3fa66775952e080b90bb0c4f1','Mozambique',NULL,NULL,'','LINE',NULL,10,'','b022074eb695640a9c4ea075c4d3a380','',NULL),(17088,'en','woocommerce','3ae7a5893c009d20bdd131f2653efa56','Mpigi',NULL,NULL,'','LINE',NULL,10,'','d53c85d42360ee6e742359d22c4345f6','',NULL),(17089,'en','woocommerce','f6e573ec7795b82466c7a76ff015c8fe','Mpumalanga',NULL,NULL,'','LINE',NULL,10,'','26bf2ef3e79333c83e6731c71dc9e1bc','',NULL),(17090,'en','woocommerce','1228cdc6ee44f5a47b443108eb22da51','Mtwara',NULL,NULL,'','LINE',NULL,10,'','efe4f09e55e257835e7bd86fdc4abe2e','',NULL),(17091,'en','woocommerce','695f1a0a015fd933937924dbe986d6a6','Muğla',NULL,NULL,'','LINE',NULL,10,'','9fdfece387e1e11fe135ee107e930b82','',NULL),(17092,'en','woocommerce','0e3ad0c057e7f7f9daccbc62e5cd2bb6','Muş',NULL,NULL,'','LINE',NULL,10,'','06037c07c9ac6184fe0846e70ccec42b','',NULL),(17093,'en','woocommerce','e92df80be120b6b4d1085d40116783ad','Mubende',NULL,NULL,'','LINE',NULL,10,'','c189b4c10ff746a910ea3c68b277aeed','',NULL),(17094,'en','woocommerce','a9e8f6b9a91b7ee196ac0288dcb90e8c','Muchinga',NULL,NULL,'','LINE',NULL,10,'','bc17b24636132fbd6f728fec61e81258','',NULL),(17095,'en','woocommerce','1ded7a9d649e88b25a026f3a12c786e2','Mukdahan',NULL,NULL,'','LINE',NULL,10,'','e634b9bf885941dd6d11f81d7c6b3521','',NULL),(17096,'en','woocommerce','316c9c21a301f3500838f2ca078cb126','Mukono',NULL,NULL,'','LINE',NULL,10,'','d711292bdf948f1be3edea79353bab23','',NULL),(17097,'en','woocommerce','8131c7ebc2844364a347997e85234371','Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase.',NULL,NULL,'','LINE',NULL,10,'','ff5538db6f9d2873a81fecee87095b2f','',NULL),(17098,'en','woocommerce','b35a9f02ab78e0f88e5f291ff5927cea','Multibyte string',NULL,NULL,'','LINE',NULL,10,'','bb73808ebba3e6cf5965e0c969584c71','',NULL),(17099,'en','woocommerce','6f3531d21afa90ad6d50c3bc0598f8c2','Multipart',NULL,NULL,'','LINE',NULL,10,'','475d4a8c4fb4dc7f41acfbd156b849b0','',NULL),(17100,'en','woocommerce','bf6088ecdaefa37067404b14e6f04d4a','Municipalidad Metropolitana de Lima',NULL,NULL,'','LINE',NULL,10,'','3ffb41c2e2bc351d2d1f9a26ab88859d','',NULL),(17101,'en','woocommerce','9c93a13f5f18183ae580c55f5cc730b3','Municipality',NULL,NULL,'','LINE',NULL,10,'','b535a37f600e85d36e238d8745f8494a','',NULL),(17102,'en','woocommerce','95631a67c179c90030fbea8185b44700','Municipality / District',NULL,NULL,'','LINE',NULL,10,'','7c02fd5c44b76e0b74d64d082b1a0d77','',NULL),(17103,'en','woocommerce','52f0606f0e52a52901fd342b2aa03a54','Munshiganj',NULL,NULL,'','LINE',NULL,10,'','dfc71d3c66bd40e345d0787fece7ec18','',NULL),(17104,'en','woocommerce','89657fe5e4c28e90d058aa2c39181abd','Murcia',NULL,NULL,'','LINE',NULL,10,'','3a36d9a1dbef50b9b52e60d419a95c44','',NULL),(17105,'en','woocommerce','1485e6b6301ebdc016f9471eca72707c','Mureș',NULL,NULL,'','LINE',NULL,10,'','1fd9e5f5a9e54c8a1db515461592ede2','',NULL),(17106,'en','woocommerce','48b15840869a8a9978cde1aa8a21cf35','Must Use Plugins',NULL,NULL,'','LINE',NULL,10,'','0859153413da14ce8eae01040a2174f5','',NULL),(17107,'en','woocommerce','8c953e6b0dc04a1732a219ecb1b80d87','Mwanza',NULL,NULL,'','LINE',NULL,10,'','6a2c63aed1ed25f1438e7aaa474f4eba','',NULL),(17108,'en','woocommerce','d3d88f1b55edf754bdd6d346a97388d2','My Account Page',NULL,NULL,'','LINE',NULL,10,'','8963f5d0698b6168a60a0872ae992d94','',NULL),(17109,'en','woocommerce','4fe430701b828d66851243fcfb324ef1','My Subscriptions',NULL,NULL,'','LINE',NULL,10,'','efa1223ab8048fc73b59f39acb9234ba','',NULL),(17110,'en','woocommerce','d95cf4ab2cbf1dfb63f066b50558b07d','My account',NULL,NULL,'','LINE',NULL,10,'','59ae3319fedcb38daed651ee60b74ecf','',NULL),(17111,'en','woocommerce','f52e50f86515ab9ff75a5950025692d1','MySQL version',NULL,NULL,'','LINE',NULL,10,'','f71ff9703989fce96737b3bab141d4a8','',NULL),(17112,'en','woocommerce','638737f3473b74e7d3374c667d13c04e','MySQL version string.',NULL,NULL,'','LINE',NULL,10,'','bd64d9950e73bfd2763acdbd16242303','',NULL),(17113,'en','woocommerce','75b5ef1390c0c3cfcb20b99798ece3f0','MySQL version.',NULL,NULL,'','LINE',NULL,10,'','166e4aecc210b0092a3b837e8c5d59c0','',NULL),(17114,'en','woocommerce','217fa54cc9351504fcde32147bff005d','Myanmar',NULL,NULL,'','LINE',NULL,10,'','ed0eed5bb1730a4d48880a4948d7bd07','',NULL),(17115,'en','woocommerce','4b2942f37c2266a0cecf8c08765f1882','Mymensingh',NULL,NULL,'','LINE',NULL,10,'','731bc0e92443388ae88d1974798e927b','',NULL),(17116,'en','woocommerce','cde27bc16f3ad5ce43dfe2761ccf3a0e','Nabilatuk',NULL,NULL,'','LINE',NULL,10,'','45cd2a892d77f6d9a4cf981bb23862b4','',NULL),(17117,'en','woocommerce','0eb635a109be482d973ed1c4a5fbb77a','Nagaland',NULL,NULL,'','LINE',NULL,10,'','5eefe7d5d759d88029a680247b82f2af','',NULL),(17118,'en','woocommerce','08f9e92edeba1ed1868ab9288a71e9b4','Nagano',NULL,NULL,'','LINE',NULL,10,'','c37181a092dfe4eedeb6c5e4a8abaa42','',NULL),(17119,'en','woocommerce','efc49e25abf75a05009de9c5edfbf828','Nagasaki',NULL,NULL,'','LINE',NULL,10,'','f22041e426bb4f932754d6053bcbb0ac','',NULL),(17120,'en','woocommerce','af2a5668bb5d5dc8718015c38606b02b','Nakapiripirit',NULL,NULL,'','LINE',NULL,10,'','2d0511cecae098cb6d807dafa451bd65','',NULL),(17121,'en','woocommerce','5c72550080dd511cb03f559755393bad','Nakaseke',NULL,NULL,'','LINE',NULL,10,'','1217837344a419df8f85519ec2050795','',NULL),(17122,'en','woocommerce','15b9a8ca35e41766a12574054b3b05e8','Nakasongola',NULL,NULL,'','LINE',NULL,10,'','323bbec943b8c4a27daaa1be7499b1f3','',NULL),(17123,'en','woocommerce','33c0c2e02535e0ced2937edc163f4a81','Nakhon Nayok',NULL,NULL,'','LINE',NULL,10,'','428471e1cf1e50680f2ea2e6733699ab','',NULL),(17124,'en','woocommerce','7c6dfa329d673b4db5e3eb3579b88843','Nakhon Pathom',NULL,NULL,'','LINE',NULL,10,'','08c0a6611a2a55ca5f4f553eaede113f','',NULL),(17125,'en','woocommerce','9a12e405d2be9d192c8e7e8a6def9b69','Nakhon Phanom',NULL,NULL,'','LINE',NULL,10,'','bc3def0d42b32aa1b53e9263ce73973c','',NULL),(17126,'en','woocommerce','6e4de336e5285d14ce91ff961be7dbb5','Nakhon Ratchasima',NULL,NULL,'','LINE',NULL,10,'','740d8580d5db3e2120f7e9660311c25d','',NULL),(17127,'en','woocommerce','8fb1ad6a389065d29cdf64493c08bd43','Nakhon Sawan',NULL,NULL,'','LINE',NULL,10,'','4adcbdc5eea7fbd134e883136ca32767','',NULL),(17128,'en','woocommerce','849e32a0ffb96d4fbcec461768bd942a','Nakhon Si Thammarat',NULL,NULL,'','LINE',NULL,10,'','3b40dfc245a5926d53b362c76eaa868e','',NULL),(17129,'en','woocommerce','7a6735379b0b62515684ddc50d91ce8c','Namayingo',NULL,NULL,'','LINE',NULL,10,'','31842ccb0539a767fe754f6033d32b01','',NULL),(17130,'en','woocommerce','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,10,'','a8f599732a17398314be09d51aa944ff','',NULL),(17131,'en','woocommerce','95c8e3cacf0f0f6b01a1051cd3eacede','Name (Last, First)',NULL,NULL,'','LINE',NULL,10,'','e434093b022a89111a1eaad0ab8dd639','',NULL),(17132,'en','woocommerce','7666694e9635750f1f575f65d9eb2c5d','Name (numeric)',NULL,NULL,'','LINE',NULL,10,'','3851a6f3b75b08547e5ed5bd3e7bbdb8','',NULL),(17133,'en','woocommerce','c8cf97015c98815234011807fce40a8e','Name (required)',NULL,NULL,'','LINE',NULL,10,'','6be52f2b20e5c4dd2f124beb5820a4b7','',NULL),(17134,'en','woocommerce','63402831a7eebe22c814043aa17b96a8','Name for the attribute (shown on the front-end).',NULL,NULL,'','LINE',NULL,10,'','21aa8572ca84d7a1a53c8bff293ef8bd','',NULL),(17135,'en','woocommerce','2bf5f0e331628b837f3fc137575b5c53','Name for the resource.',NULL,NULL,'','LINE',NULL,10,'','e0f2c95064407b03d3eab2a882ce28bf','',NULL),(17136,'en','woocommerce','ab1d8130f628abce8d6eee8d3b17a080','Name of the customer for the order',NULL,NULL,'','LINE',NULL,10,'','81c16407ac0b28ea8084ff3ca991bdfd','',NULL),(17137,'en','woocommerce','f6344c90365f25a5ca9872fd0836ac04','Name of the product that the review belongs to.',NULL,NULL,'','LINE',NULL,10,'','5c4720b2669ef30fc3a6bb8eac0bb2ab','',NULL),(17138,'en','woocommerce','c7ee2eb2be9dca5cd1439390e9d50df1','Name of the reviewer.',NULL,NULL,'','LINE',NULL,10,'','e0a5dd9a628afb64db7424e18383bf49','',NULL),(17139,'en','woocommerce','bc59d5c02a00143b190c8403e04e569e','Namibe',NULL,NULL,'','LINE',NULL,10,'','0b68b39cf0ad64dcf44289a1ab92c922','',NULL),(17140,'en','woocommerce','69f4287626aee77f93e2c891b518838b','Namibia',NULL,NULL,'','LINE',NULL,10,'','3273b5841f9844ff06763dd6b1a74586','',NULL),(17141,'en','woocommerce','7383d7bfc1f0f7601100f90c536ad869','Namisindwa',NULL,NULL,'','LINE',NULL,10,'','1a9b9fcc7420ff410ef40dbf0c42233b','',NULL),(17142,'en','woocommerce','8d6feb15813e395237ae8d0d8c472d1f','Namutumba',NULL,NULL,'','LINE',NULL,10,'','81a2dce073ee0dacd847b464dc978b0b','',NULL),(17143,'en','woocommerce','0657038008ee10df1a7dc9e8b25e59a0','Nan',NULL,NULL,'','LINE',NULL,10,'','6a23a7788a0f0b046be824acc93eb60a','',NULL),(17144,'en','woocommerce','12199a11b09528b792c7f29225e7320a','Naogaon',NULL,NULL,'','LINE',NULL,10,'','89a41699cd863694623e250b88b54a28','',NULL),(17145,'en','woocommerce','8ec5ef017d834468affd1f122b52e9b7','Napak',NULL,NULL,'','LINE',NULL,10,'','9a81ee31ffd9fb00d5cdf35168fa4cd3','',NULL),(17146,'en','woocommerce','c600c031a1ea10996b6cf3a81f66206e','Napoli',NULL,NULL,'','LINE',NULL,10,'','b6755bb54e34f599da58a2e2026ec471','',NULL),(17147,'en','woocommerce','b9a3db29bd7cff7ac487a42a32a0cda2','Nara',NULL,NULL,'','LINE',NULL,10,'','6c294f2799c8321a73510dd3a19ea684','',NULL),(17148,'en','woocommerce','158dab098b44b1dfa95c959d2c2dd14a','Narail',NULL,NULL,'','LINE',NULL,10,'','2cb73bade839e6e916e14afbd9294dc3','',NULL),(17149,'en','woocommerce','a44596d8d23386dd646d0681cb8a314e','Narathiwat',NULL,NULL,'','LINE',NULL,10,'','f2f8c47a2ce8441892e21fc4f8978ccc','',NULL),(17150,'en','woocommerce','3fea4708e54d0bfa330abb966de063be','Narayanganj',NULL,NULL,'','LINE',NULL,10,'','eb342632ed1cb712592b9dc9183595ae','',NULL),(17151,'en','woocommerce','323504f79faef7bfd33c7213faf08246','Narayani',NULL,NULL,'','LINE',NULL,10,'','a953006684ade0ac3a17ce925e70ee0b','',NULL),(17152,'en','woocommerce','3b01240be73f64fbcd654917e3b548c3','Narsingdi',NULL,NULL,'','LINE',NULL,10,'','bf35f7e2a2885be2a90735b0055afe37','',NULL),(17153,'en','woocommerce','92a49ad484b8895b8ed8300d1954239c','Nasarawa',NULL,NULL,'','LINE',NULL,10,'','ec7e991604f4b114008792517806ae2a','',NULL),(17154,'en','woocommerce','401ada4298e5286f71a6aef53bbd93ad','Natore',NULL,NULL,'','LINE',NULL,10,'','3c051f1b8c3e19f3ff0316600b6bdd3e','',NULL),(17155,'en','woocommerce','d0c5ab6bebe308a495693e990a2947bc','Nauru',NULL,NULL,'','LINE',NULL,10,'','ef5852e59333224f098ca88357e3c288','',NULL),(17156,'en','woocommerce','ffe52de769e766304df26527398b9e02','Navarra',NULL,NULL,'','LINE',NULL,10,'','c5fa7a98333889b3fc63d8b944de1a5d','',NULL),(17157,'en','woocommerce','ec5c083fd88590813b86a96cea04e227','Navassa Island',NULL,NULL,'','LINE',NULL,10,'','54b66c5817d0a42b481d3d7fe1129c2b','',NULL),(17158,'en','woocommerce','5b2cdd58be14c1e6d874185f4caa21a3','Nawabganj',NULL,NULL,'','LINE',NULL,10,'','5215481c845ad865c586390e42d43e23','',NULL),(17159,'en','woocommerce','406a314730008075ac930dc90545e3ce','Nayarit',NULL,NULL,'','LINE',NULL,10,'','9d07732bf8fc8df47389a8bac246afa3','',NULL),(17160,'en','woocommerce','d36b2c7b0e9472168b2692826d1e348e','Neamț',NULL,NULL,'','LINE',NULL,10,'','1132c7c1cf4bb68e9397cbf3e96b80c4','',NULL),(17161,'en','woocommerce','4d629efc39e7cad91c0002738b41ec3e','Nebbi',NULL,NULL,'','LINE',NULL,10,'','cc6867b84c2b51375b43c7b81caecd75','',NULL),(17162,'en','woocommerce','20639b767478006218447b27e4b853cb','Nebraska',NULL,NULL,'','LINE',NULL,10,'','e12966224d0d76099d18731b006e1d01','',NULL),(17163,'en','woocommerce','dd1b38d39caeba7772cb0b0e646e46d3','Need a fresh look? Try Storefront child themes',NULL,NULL,'','LINE',NULL,10,'','999183bb643e97736a6ff9b8e1687e8e','',NULL),(17164,'en','woocommerce','f71546f895a38ee2e706063a5ae86cf1','Need a theme? Try Storefront',NULL,NULL,'','LINE',NULL,10,'','25c0ec950111660b6509742d4a2abf6e','',NULL),(17165,'en','woocommerce','487cc42ee2b7c85b8c1e9862c15002f7','Negeri Sembilan',NULL,NULL,'','LINE',NULL,10,'','23cbfd36ea01ed176017d30d05460158','',NULL),(17166,'en','woocommerce','6a5ddef5243e4d29265a283bbb87d8db','Negros Occidental',NULL,NULL,'','LINE',NULL,10,'','9da395019b296877a305070e4a3b5243','',NULL),(17167,'en','woocommerce','ccd6d2e7cc66d1492d9bbdd3a82214b3','Negros Oriental',NULL,NULL,'','LINE',NULL,10,'','ba81877c36a946cfcc2c41880ae0618b','',NULL),(17168,'en','woocommerce','573ad19d284b4fd9d735c99dc94af893','Nelson',NULL,NULL,'','LINE',NULL,10,'','9e306800a374543e7069411dbd6e0e53','',NULL),(17169,'en','woocommerce','7fef6b003c726890ea5ca3708fe8ff56','Nepal',NULL,NULL,'','LINE',NULL,10,'','451b7444bfe38b544b0e37e36ed0211a','',NULL),(17170,'en','woocommerce','9e79098315622e58529d664b9a8b3cf8','Net profit',NULL,NULL,'','LINE',NULL,10,'','f5c4928ddd261bb251a98eb9d26d3e2a','',NULL),(17171,'en','woocommerce','9e2f29b5b01278e1be43fae4f3af4898','Net sales amount',NULL,NULL,'','LINE',NULL,10,'','87c5b3954b7ff410b02f029b7951084c','',NULL),(17172,'en','woocommerce','d9bd5bb97700d13b022316e5825f5dbb','Net sales in the period.',NULL,NULL,'','LINE',NULL,10,'','f6f0148d198643297d42f13e0392780e','',NULL),(17173,'en','woocommerce','a67d4cbdd1b59e0ffccc6bafc83eb033','Netherlands',NULL,NULL,'','LINE',NULL,10,'','2be2ca1c693a00dcd23957adacec5f58','',NULL),(17174,'en','woocommerce','cc097a67dc9e1c4bdbe041b927467364','Netrakona',NULL,NULL,'','LINE',NULL,10,'','36019a5f0f0b162dd8d8b836235c7a57','',NULL),(17175,'en','woocommerce','0a28c2d84dce7c936c291c333213fd89','Network enabled',NULL,NULL,'','LINE',NULL,10,'','5d007c46fde941aed111765197008d82','',NULL),(17176,'en','woocommerce','814cf28b8bc73a94fc087f3e0da88256','Neuchâtel',NULL,NULL,'','LINE',NULL,10,'','7ffa810eb6441b23819f2a7665387e03','',NULL),(17177,'en','woocommerce','f9b430ac7a468775ffde991d70fcebb8','Neuquén',NULL,NULL,'','LINE',NULL,10,'','537482f026b7db8021b7619a51ca97f9','',NULL),(17178,'en','woocommerce','b7226f3ec37781fff5613699955cc023','Nevşehir',NULL,NULL,'','LINE',NULL,10,'','dcd6bb7ea000e2245fa825148e1d4767','',NULL),(17179,'en','woocommerce','8fcebe1ce891c49c60a3c26b317ebafb','Nevada',NULL,NULL,'','LINE',NULL,10,'','19f0f809b57716967398a44d9490d229','',NULL),(17180,'en','woocommerce','6e7b34fa59e1bd229b207892956dc41c','Never',NULL,NULL,'','LINE',NULL,10,'','705b82a0a649bb598d5cf02969d7f258','',NULL),(17181,'en','woocommerce','460c3ad22193ba9081056eb1dc9af116','New %s',NULL,NULL,'','LINE',NULL,10,'','f0fff0aa4ad37fa6e543f68f4e188aae','',NULL),(17182,'en','woocommerce','2dbd2bb893af0e3d16b085324e275d81','New Brunswick',NULL,NULL,'','LINE',NULL,10,'','5823db84924f0e28586fe7af4a8fd20e','',NULL),(17183,'en','woocommerce','53a952d732c715fb1b34898400320751','New Caledonia',NULL,NULL,'','LINE',NULL,10,'','e61c8cd594d34574685f998e06808be2','',NULL),(17184,'en','woocommerce','49355141b988b1bbd2c1b87db70f431d','New Hampshire',NULL,NULL,'','LINE',NULL,10,'','0ea536a10d4fb7725c0f6320b68955d9','',NULL),(17185,'en','woocommerce','25095ab19a09de4fe2c1f10ee6292e04','New Jersey',NULL,NULL,'','LINE',NULL,10,'','df2ce4c5325b72199c71cc15a313d192','',NULL),(17186,'en','woocommerce','8c669d3f16b83378ababcd478514d35a','New Mexico',NULL,NULL,'','LINE',NULL,10,'','e87479ae68213a5c02f1b430dad35264','',NULL),(17187,'en','woocommerce','ab969be46470dda2cfa07cbd6454e1e5','New Order: #{order_number}',NULL,NULL,'','LINE',NULL,10,'','82de13f1794752bad1dae75d335b8373','',NULL),(17188,'en','woocommerce','b51b8eb5d7628c99fde92796840b8ca7','New Scheduled Action',NULL,NULL,'','LINE',NULL,10,'','747cd4ede0f29697edc845b7e27399e7','',NULL),(17189,'en','woocommerce','51927f298859f68ad4b6dc0a99947f6c','New South Wales',NULL,NULL,'','LINE',NULL,10,'','aeb2645cecebfd4a29fb63c7f2324a18','',NULL),(17190,'en','woocommerce','4d3faef1209027b450a8c1e48a967e0e','New Territories',NULL,NULL,'','LINE',NULL,10,'','7e8ceab7db47777e2f90daa96107f7f4','',NULL),(17191,'en','woocommerce','87809c954948d8a20507bee3648281b3','New York',NULL,NULL,'','LINE',NULL,10,'','bc7f91ffa29ff5538bea16a85bd7c68f','',NULL),(17192,'en','woocommerce','c51ed580ea5e20c910d951f692512b4d','New Zealand',NULL,NULL,'','LINE',NULL,10,'','ba34f107d30877f3ef3469c91c3bd3da','',NULL),(17193,'en','woocommerce','b5ff91e5fabe7e7120098493afb4cf98','New account',NULL,NULL,'','LINE',NULL,10,'','5bca2ff8f3e11229dad5cecbdbd1f79c','',NULL),(17194,'en','woocommerce','eab1a0981ceccc3c5b687a49e1001a5b','New order emails are sent to chosen recipient(s) when a new order is received.',NULL,NULL,'','LINE',NULL,10,'','79d4e83c9fba1bf84bbf9e0d1a55c74a','',NULL),(17195,'en','woocommerce','3544848f820b9d94a3f3871a382cf138','New password',NULL,NULL,'','LINE',NULL,10,'','6d8d290e483c58e51668753e932001e2','',NULL),(17196,'en','woocommerce','3ed65d1266b3c7f55a7a2c919c9b46ed','New password (leave blank to leave unchanged)',NULL,NULL,'','LINE',NULL,10,'','0f0394dc22e52b82070daca4d118ce4c','',NULL),(17197,'en','woocommerce','03711bd3473ab4e6928ab49551bd9860','New passwords do not match.',NULL,NULL,'','LINE',NULL,10,'','0a396cc01c00825db33098ec3306eb00','',NULL),(17198,'en','woocommerce','58cca1ba4a9092b57e5813a27d983f02','New payment methods can only be added during checkout. Please contact us if you require assistance.',NULL,NULL,'','LINE',NULL,10,'','d64cfafef743ccfe92915ff2298dbc4e','',NULL),(17199,'en','woocommerce','28cf0ef895e15d0d3cdc6636cd92fb04','New user email address.',NULL,NULL,'','LINE',NULL,10,'','95d7fdc8e7cdc2abedd4e35b56a7e549','',NULL),(17200,'en','woocommerce','3f9ab08dba45fbbfb3b398f43973eb31','New user password.',NULL,NULL,'','LINE',NULL,10,'','a854c1fcbee5373dab579cee35a928d8','',NULL),(17201,'en','woocommerce','6a2140d8fc238914eb5c295b35182453','New user username.',NULL,NULL,'','LINE',NULL,10,'','adf1e0d4a467d9b33fef7be480828f40','',NULL),(17202,'en','woocommerce','2600041e82f78bf80648605af32d6b83','New:',NULL,NULL,'','LINE',NULL,10,'','d01328aa56f0c9fdee69300d305be51c','',NULL),(17203,'en','woocommerce','708377c2692a9e7bcd2ecb0e20e8d525','Newest Products',NULL,NULL,'','LINE',NULL,10,'','bfd32eb85de22e31b715fb8cdd9c0d16','',NULL),(17204,'en','woocommerce','6756e85b1b118c716e4533e46bd3a145','Newest Scheduled Date',NULL,NULL,'','LINE',NULL,10,'','1511ef9eb7aefeb4580fbbee076bffa0','',NULL),(17205,'en','woocommerce','daa7c9df2fe7748fad7a9769778fca17','Newfoundland and Labrador',NULL,NULL,'','LINE',NULL,10,'','a46f550e5883a4f4cb44e44b9af898a8','',NULL),(17206,'en','woocommerce','d9e9863cfa753c472db5c7dab33a0551','Newness - newest first',NULL,NULL,'','LINE',NULL,10,'','496f11956da696a0495495e9d7d615a6','',NULL),(17207,'en','woocommerce','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,10,'','8bb80437bb1df5ce64aed4c4678397e9','',NULL),(17208,'en','woocommerce','faeb44014d2b370971666cf03fc3d31a','Next (arrow right)',NULL,NULL,'','LINE',NULL,10,'','44b4bcc52dec8b38084609018c7146aa','',NULL),(17209,'en','woocommerce','d4b6f9185273f54f5b467d6410acf827','Next Page',NULL,NULL,'','LINE',NULL,10,'','034cb34ec12edf74ffa88b54f61421ef','',NULL),(17210,'en','woocommerce','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,10,'','9b10483721d32809d5b44cd378e6de85','',NULL),(17211,'en','woocommerce','c290a5941ad6eb0d5fe8752c15c5fd78','Next step',NULL,NULL,'','LINE',NULL,10,'','340fc8c54f5e586c5dc54726959d8ad3','',NULL),(17212,'en','woocommerce','f39ac79ef3784de4a72b33fd04c5a756','Next you need to give your product a price.',NULL,NULL,'','LINE',NULL,10,'','37d5f2f179c693779f3fe2af9600e9f0','',NULL),(17213,'en','woocommerce','4033f2453cc4b2547124033729f107ce','Ngora',NULL,NULL,'','LINE',NULL,10,'','89f0ce7da56e9466e72201cb6d0511d9','',NULL),(17214,'en','woocommerce','785f37f5ef4ebcd8fd87ca33a7ace32c','Niğde',NULL,NULL,'','LINE',NULL,10,'','9f2c281305b17e04a596bbf5c7041435','',NULL),(17215,'en','woocommerce','3bfe17f6c2d1b8941df303de7aec2eb0','Nicaragua',NULL,NULL,'','LINE',NULL,10,'','427714e4decbcaf22d948d39ade98440','',NULL),(17216,'en','woocommerce','054cbf15c1c8ef673e1fafeedfb4401a','Nidwalden',NULL,NULL,'','LINE',NULL,10,'','36aee0d2d12247d230b5986dec97eefb','',NULL),(17217,'en','woocommerce','bf2ec44b27fc25c6fd8a38792b9ef2a8','Niger',NULL,NULL,'','LINE',NULL,10,'','f19905292e9d0bc8e4c93040bba6f0b0','',NULL),(17218,'en','woocommerce','5d839147c83e283c1d1bb705dc50586f','Nigeria',NULL,NULL,'','LINE',NULL,10,'','9e82a1b0d67dba0246363eca210a2857','',NULL),(17219,'en','woocommerce','2973c7fc35d4ded7274a2188b8898532','Niigata',NULL,NULL,'','LINE',NULL,10,'','6f2601a3ee68451c289760ff87cb175d','',NULL),(17220,'en','woocommerce','ee79812e9a9683618d25f3b40569df92','Nilphamari',NULL,NULL,'','LINE',NULL,10,'','e15f5d2293ad7ecea5dc7e98392d7ae4','',NULL),(17221,'en','woocommerce','8a30855785496922f3fbcbd3b47cc6f7','Nimba',NULL,NULL,'','LINE',NULL,10,'','d41200b8012968de30a9410da8cc5964','',NULL),(17222,'en','woocommerce','98e0b977431dd645a347feb1c264b488','Ningxia Hui / 宁夏',NULL,NULL,'','LINE',NULL,10,'','bc203a361414d6a0b398724dc44faeae','',NULL),(17223,'en','woocommerce','bf16b44be4296d9a0d40cbb5d2aae8fa','Nisporeni',NULL,NULL,'','LINE',NULL,10,'','9e8f474166dfe491dfd6752019a59c96','',NULL),(17224,'en','woocommerce','de48fee9c7511bf7158b1e28b3d0baec','Niue',NULL,NULL,'','LINE',NULL,10,'','2128923e7786d77220f2243c64daa2e7','',NULL),(17225,'en','woocommerce','ce16aef44187420b1e0ba14210793632','Njombe',NULL,NULL,'','LINE',NULL,10,'','34b1780a8d466c6ef519b0a5782af108','',NULL),(17226,'en','woocommerce','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,10,'','ce5a7086f7f9faadc54c0fa632df0420','',NULL),(17227,'en','woocommerce','69950d6c8b61380fef5f8425212d356a','No %1$s data specified to create %1$s',NULL,NULL,'','LINE',NULL,10,'','bb1031ecb731086987496bfe86f0f496','',NULL),(17228,'en','woocommerce','78c6fad9248d0bb6045163bff8baf134','No %1$s data specified to create/edit %1$s',NULL,NULL,'','LINE',NULL,10,'','a2b120b1af5575651e7831087cb6d733','',NULL),(17229,'en','woocommerce','08543696637de50189ba38d4a73d1d7d','No %1$s data specified to edit %1$s',NULL,NULL,'','LINE',NULL,10,'','d183dd61a6179cf825b1056084e27b85','',NULL),(17230,'en','woocommerce','d3a59a49fd16656e6d969fef0a1df441','No %1$s found with the ID equal to %2$s',NULL,NULL,'','LINE',NULL,10,'','6a188916cb6ce7d1c030bb53c385d397','',NULL),(17231,'en','woocommerce','bed64a71a70c72d5fd63affa5e47fedc','No "%s" found',NULL,NULL,'','LINE',NULL,10,'','069fd9fda98df6270fefc9ad7e046356','',NULL),(17232,'en','woocommerce','01fd7b08a70494a5c70ffa99d79ce8a8','No actions found',NULL,NULL,'','LINE',NULL,10,'','9cf2af99d0d522172c46ac92ed2e1977','',NULL),(17233,'en','woocommerce','8a607e85cb0ba379aefd5124890ad64d','No actions found in trash',NULL,NULL,'','LINE',NULL,10,'','c38768e77d1028e99d1af27a2335fee9','',NULL),(17234,'en','woocommerce','e48a69a221a0013bd05783199b6aeb6d','No attributes currently exist.',NULL,NULL,'','LINE',NULL,10,'','6503e076ab684e46af8c827e6e63c5d9','',NULL),(17235,'en','woocommerce','619c4c11849e499f393c53e9e4a288d5','No billing address set.',NULL,NULL,'','LINE',NULL,10,'','a35317ee4847482f163d3de40033ed93','',NULL),(17236,'en','woocommerce','87bdf2b1731f2c475caf4afc3eae14d0','No categories',NULL,NULL,'','LINE',NULL,10,'','8b20c99cb9c03e06d9beaff5848fcd83','',NULL),(17237,'en','woocommerce','625dbf91e118354beaf07e69d3144fbc','No change from %s',NULL,NULL,'','LINE',NULL,10,'','a3865839d87e5c363285233a42a68bef','',NULL),(17238,'en','woocommerce','0318d2d128eb0ca3d10620321f07a94f','No coupons found in range',NULL,NULL,'','LINE',NULL,10,'','24b2167c239dd9df5dfff2e46ff1d423','',NULL),(17239,'en','woocommerce','f3394689857038f2b76097bf01e708a7','No customer downloads found.',NULL,NULL,'','LINE',NULL,10,'','4c14e05dff598d1942617661b1cbdb29','',NULL),(17240,'en','woocommerce','49725b301bd17aa4eac4bb0782246455','No customer selected',NULL,NULL,'','LINE',NULL,10,'','0af7a9150e4b04bd75dbb3f55016c3a5','',NULL),(17241,'en','woocommerce','a6d814c5b378513425960f405de52826','No customers found.',NULL,NULL,'','LINE',NULL,10,'','c4ac5cd5458190a05eaeb77cab844c94','',NULL),(17242,'en','woocommerce','2a2ef4dfce78dfa2239820ba2499165f','No default %s…',NULL,NULL,'','LINE',NULL,10,'','de312fd597cdad0b1044a08a607efbdd','',NULL),(17243,'en','woocommerce','6aeb3f0bf6fe734120e896f7045a2544','No downloads available yet.',NULL,NULL,'','LINE',NULL,10,'','c7c150cdaa9809d810f17c9d7d866a7a','',NULL),(17244,'en','woocommerce','1d686dedb78f3e49a60b5fe3f31e0217','No file defined',NULL,NULL,'','LINE',NULL,10,'','546096bbe95984ed258de0356ef2fb87','',NULL),(17245,'en','woocommerce','bc4c1050aeeb3ff4240c4894b98f32a9','No items found.',NULL,NULL,'','LINE',NULL,10,'','1ecee4753ce9effcd5ef1cd4dd357c2d','',NULL),(17246,'en','woocommerce','d78ac51c6c3f650a708cabdf17deff47','No keys found.',NULL,NULL,'','LINE',NULL,10,'','b90f9493661678985f35c34a6f457a0d','',NULL),(17247,'en','woocommerce','4c61d578358270cbe0808622c9fd42c4','No low in stock products found.',NULL,NULL,'','LINE',NULL,10,'','af9809be07fd0c0c2f810cbddf1076bc','',NULL),(17248,'en','woocommerce','fe6e781fe26a0bc26b0dc261f23a96e0','No matching product exists to update.',NULL,NULL,'','LINE',NULL,10,'','efbd28313d15d173ba8539c8643346e1','',NULL),(17249,'en','woocommerce','758494ed71a4703b64d83e041dfcce83','No matching tax rates found.',NULL,NULL,'','LINE',NULL,10,'','5ed74d44e6b2cf31f2ffd6d35b0a00f7','',NULL),(17250,'en','woocommerce','54ad7278fc2aa213c943745bf6596893','No maximum',NULL,NULL,'','LINE',NULL,10,'','3e30c005cbea6a21973e788f7b55418a','',NULL),(17251,'en','woocommerce','5a3a9cc49ab4a5def594b26fc99f7648','No minimum',NULL,NULL,'','LINE',NULL,10,'','e1b2d671e10861d19253c3926848ea50','',NULL),(17252,'en','woocommerce','b7725b725f5b2f3dba4c8d7cc7be9e84','No order has been made yet.',NULL,NULL,'','LINE',NULL,10,'','e6650520a123e69d4ffd664459c9e2e4','',NULL),(17253,'en','woocommerce','d48c53a43521b14c68770435178084cd','No out of stock products found.',NULL,NULL,'','LINE',NULL,10,'','0d3dc4f3f3089d02618e7757fe2d0c87','',NULL),(17254,'en','woocommerce','793c9e3fef8fb7092a1fadede6a1d54b','No page set',NULL,NULL,'','LINE',NULL,10,'','e988d24cee8506c2d3bdf260a7a6637a','',NULL),(17255,'en','woocommerce','7576a24eed27203188a56ea2017473f5','No product categories exist.',NULL,NULL,'','LINE',NULL,10,'','4edac3ae7bd39b08614de03fbf17cfdc','',NULL),(17256,'en','woocommerce','ef524bdd520c2285290b320f42680417','No product category is selected.',NULL,NULL,'','LINE',NULL,10,'','4af87bbf20dfa780f4dfb23bc3707c04','',NULL),(17257,'en','woocommerce','698fbed91d2bde9be456ff2298c85059','No product is selected.',NULL,NULL,'','LINE',NULL,10,'','3d460304b915bec629e2454994f71340','',NULL),(17258,'en','woocommerce','10c15c0f8687857dc6491cc9fc627fca','No product to duplicate has been supplied!',NULL,NULL,'','LINE',NULL,10,'','bd00493278ff5f937e756adcfa6050b7','',NULL),(17259,'en','woocommerce','8934339967a8bd3a0183c5ab5c47ad61','No products found in range',NULL,NULL,'','LINE',NULL,10,'','44b549afd850ea831317b0dcd2e01db1','',NULL),(17260,'en','woocommerce','405e6a003a719605addb982f394d2fbe','No products found.',NULL,NULL,'','LINE',NULL,10,'','7ebbc911bf1680abbb92c4503516a85e','',NULL),(17261,'en','woocommerce','47fffe3e93fbb9948af64f5669fa228a','No products in the cart.',NULL,NULL,'','LINE',NULL,10,'','ce037491d06106e6e89351ea52433b32','',NULL),(17262,'en','woocommerce','cc1cbe5d89cdeca4efea1265fe1d6a5a','No products were found matching your selection.',NULL,NULL,'','LINE',NULL,10,'','7a17db2e4e632c6168eab997082a2408','',NULL),(17263,'en','woocommerce','da1c8e7d35f4a28e5fcc4076bc8849db','No restrictions',NULL,NULL,'','LINE',NULL,10,'','f4ae1700d29c36cd2413a38fa39b1248','',NULL),(17264,'en','woocommerce','058674c2e19e9e6651ee132a1bb474d7','No results for %s',NULL,NULL,'','LINE',NULL,10,'','2be4753a52c000758480b0c27cdd3fbe','',NULL),(17265,'en','woocommerce','3b8769d187c6c3306c50729bc43a9903','No results.',NULL,NULL,'','LINE',NULL,10,'','b50633f60867b8994745804ef29ef2e3','',NULL),(17266,'en','woocommerce','03fb9d17d0f5b86bde3de455c202a2d9','No route was found matching the URL and request method',NULL,NULL,'','LINE',NULL,10,'','3ef0d4feea307ce237f02f135e2ae999','',NULL),(17267,'en','woocommerce','0e2fd7a5ca7fbc3529941edbaaa59d2b','No row(s) selected',NULL,NULL,'','LINE',NULL,10,'','cc5a2c0265e8f3d6a60ef5ce4377870d','',NULL),(17268,'en','woocommerce','60ef42ec37c9b4b62bea436922c7d772','No saved methods found.',NULL,NULL,'','LINE',NULL,10,'','56be1f89a3d31e73dc02c7530935b65f','',NULL),(17269,'en','woocommerce','f62dee3a40076b2a8d3ed13d2d5167d8','No schema title found for %s, skipping REST command registration.',NULL,NULL,'','LINE',NULL,10,'','274f39a657dd44c3e4dacc0fbb4e7198','',NULL),(17270,'en','woocommerce','806b53bfdf7c15db1acf8bc73ffc22cb','No setting groups have been registered.',NULL,NULL,'','LINE',NULL,10,'','87b385bd710a0df8d2c34bb326eb2271','',NULL),(17271,'en','woocommerce','90f4fcfaf0a7c96f781fbcc6eef44095','No shipping address set.',NULL,NULL,'','LINE',NULL,10,'','593c2b73576b23d00bc29d04871cf67c','',NULL),(17272,'en','woocommerce','b2dcf5a2b7567d1c6551aa51a5d1eadb','No shipping class',NULL,NULL,'','LINE',NULL,10,'','8c53b2934292cd015eb24f9f54cba40c','',NULL),(17273,'en','woocommerce','80ba724923d9f7f48c8ef1f5d5c8d120','No shipping class cost',NULL,NULL,'','LINE',NULL,10,'','70ed9e18308d90fb697d9853c7c4a9e0','',NULL),(17274,'en','woocommerce','0cb658d42f8ed4a26f28b39de5732ba9','No shipping classes have been created.',NULL,NULL,'','LINE',NULL,10,'','6c3238cc8970d3fa9a399a4172d74558','',NULL),(17275,'en','woocommerce','fac4ccd155668f5f813725d2bedbd582','No shipping method has been selected. Please double check your address, or contact us if you need any help.',NULL,NULL,'','LINE',NULL,10,'','c7afc7ef888eecd94f0eacd512baa21c','',NULL),(17276,'en','woocommerce','093e5aec34a2ea48809abbd65d7a9013','No shipping methods offered to this zone.',NULL,NULL,'','LINE',NULL,10,'','9bcff452d704c087407201171cd659d2','',NULL),(17277,'en','woocommerce','91b1ea138da5dda3a36553cdee6a9ea1','No shipping options were found for %s.',NULL,NULL,'','LINE',NULL,10,'','f4903e3f5dddc6eb940a38f4f54a8eac','',NULL),(17278,'en','woocommerce','71a443b3f6eaacfc168c977300339399','No taxes found in this period',NULL,NULL,'','LINE',NULL,10,'','0170eb630e3a9c20b63502df62df1136','',NULL),(17279,'en','woocommerce','57797ab01529717e53c935b217942f64','No updates required. Database version is %s',NULL,NULL,'','LINE',NULL,10,'','d76f1917bcca554c0702fd92692bfaf4','',NULL),(17280,'en','woocommerce','ca0cc6fa94840a5ef74714f7825323e3','No used coupons found',NULL,NULL,'','LINE',NULL,10,'','c405ed2a3c74c04f834b5f7b1e668863','',NULL),(17281,'en','woocommerce','a33e0fd236e8762f2095c83b46e86d89','No variations added',NULL,NULL,'','LINE',NULL,10,'','01a69a2915e0dc9e269d9c1074fa6227','',NULL),(17282,'en','woocommerce','ae4ce4da35ea334d7f6e466f31292d8c','No webhooks found.',NULL,NULL,'','LINE',NULL,10,'','17207183d3129a0e92adc0f5e24ae4fe','',NULL),(17283,'en','woocommerce','b02f8b503911fcac9b8b77de588d27d4','Noakhali',NULL,NULL,'','LINE',NULL,10,'','ef9f0ad3d435081139e81cbba75be3de','',NULL),(17284,'en','woocommerce','0dfcf3fb3b0f01c9549d447e2575449a','Non-paying customer',NULL,NULL,'','LINE',NULL,10,'','358a5396432908276eec899c78fa4ed8','',NULL),(17285,'en','woocommerce','dcacc77248991a4767ec05d60399f55e','Non-repeating',NULL,NULL,'','LINE',NULL,10,'','a1c7ef27f437ade17c1a8202eea60782','',NULL),(17286,'en','woocommerce','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'','57718d5e585c454c37d8d8cf40b829f3','',NULL),(17287,'en','woocommerce','b6ab2aef38b04962ad51eab0c3cda3dc','Nong Bua Lam Phu',NULL,NULL,'','LINE',NULL,10,'','3ab4ac99b9b4d38b94f3c3a4b6ddd8d5','',NULL),(17288,'en','woocommerce','e315ca2ff363e18892fa6b5c78e0ef63','Nong Khai',NULL,NULL,'','LINE',NULL,10,'','b831f1e396d2312cad6e3696a515ca51','',NULL),(17289,'en','woocommerce','9a11c237f5a9aeb2ed61598833c71825','Nonthaburi',NULL,NULL,'','LINE',NULL,10,'','711d6e7d5930943773d5e58145e6f71d','',NULL),(17290,'en','woocommerce','9e7a0ea8ab86778f66df4dfc0f75438e','Norfolk Island',NULL,NULL,'','LINE',NULL,10,'','57c492b30ec3dfcc5fd73c94b51ca592','',NULL),(17291,'en','woocommerce','5ffec2d87ab548202f8b549af380913a','North America',NULL,NULL,'','LINE',NULL,10,'','df893643b23f0b47b04143118a5805c7','',NULL),(17292,'en','woocommerce','130c7ca8daccb66ef614ec3331a0f665','North Carolina',NULL,NULL,'','LINE',NULL,10,'','fd1badfc340a9b2364d4b23f02ef7e0a','',NULL),(17293,'en','woocommerce','a82effa03e4112ec840d2eee6306e535','North Dakota',NULL,NULL,'','LINE',NULL,10,'','f6f7d38b9868e1dec45b209418afb51e','',NULL),(17294,'en','woocommerce','ed14821e7621dd59e2d764a57d1f1bd9','North Khorasan (خراسان شمالی)',NULL,NULL,'','LINE',NULL,10,'','312eb982d9b4527d0c655f1fe62f5023','',NULL),(17295,'en','woocommerce','855b3780658ec33023cefc8b4e397a1d','North Korea',NULL,NULL,'','LINE',NULL,10,'','fe7f7abd56213e5dd98cd709d7493a90','',NULL),(17296,'en','woocommerce','e0b0caa59748528a7b1a52272e7487cd','North Macedonia',NULL,NULL,'','LINE',NULL,10,'','dcaae1c6c7bf80d1424c2dbfdd2f40f3','',NULL),(17297,'en','woocommerce','52f3e90e1282312c8302e476d7c64ed0','North West',NULL,NULL,'','LINE',NULL,10,'','1c93fb1163d2698e97a1aa5541f3e9dc','',NULL),(17298,'en','woocommerce','6a505726320e2f61b8ae85852e604219','North-Western',NULL,NULL,'','LINE',NULL,10,'','e6acb895d0b5be88224ab4cf408f850e','',NULL),(17299,'en','woocommerce','622f75c60e4dc5da836e29c53bb6d93a','Northern',NULL,NULL,'','LINE',NULL,10,'','94085b7f1f876fa2eb51821e7be3073d','',NULL),(17300,'en','woocommerce','1d6675963105c2b93e6b1145a068551a','Northern Cape',NULL,NULL,'','LINE',NULL,10,'','6a1a5930c3d5d451eb20286d16848ce2','',NULL),(17301,'en','woocommerce','d3dbf1b55f9b0c2a605046b9f14f720a','Northern Mariana Islands',NULL,NULL,'','LINE',NULL,10,'','d4f28e144da67bb15c129e001b94c5b8','',NULL),(17302,'en','woocommerce','284e45abe24271801ebab7aea473ccac','Northern Samar',NULL,NULL,'','LINE',NULL,10,'','a10acdc25f3baef9ff035d48151ca6b3','',NULL),(17303,'en','woocommerce','755bf4fdbffa2ebf8dd7b10ccfc8664b','Northern Territory',NULL,NULL,'','LINE',NULL,10,'','a50106f0aa16c4d5cb2b717d39747921','',NULL),(17304,'en','woocommerce','986988959b1df938355b92dfb311750e','Northland',NULL,NULL,'','LINE',NULL,10,'','3131bde65e58f82de452c7fed94f649f','',NULL),(17305,'en','woocommerce','53d3611ed3d44d0aab402559fe84576f','Northwest Territories',NULL,NULL,'','LINE',NULL,10,'','c2017be8f92acaa790274d527be229a8','',NULL),(17306,'en','woocommerce','d5b9290a0b67727d4ba1ca6059dc31a6','Norway',NULL,NULL,'','LINE',NULL,10,'','abdda2ce5352e8cc230163640897a347','',NULL),(17307,'en','woocommerce','daeaa6e67931d8f787d136513ef77cdb','Not able to attach \"%s\".',NULL,NULL,'','LINE',NULL,10,'','adcdaa7a3523d2c1d3f632d2ce88dd41','',NULL),(17308,'en','woocommerce','82f366ef41cd0cd621d96d72cb2d07fc','Not declared',NULL,NULL,'','LINE',NULL,10,'','b6fc887001e5a2dfd961999c9ad2c033','',NULL),(17309,'en','woocommerce','843960afb76d66902f058fe27ed3d1e4','Not right now',NULL,NULL,'','LINE',NULL,10,'','c7e36386f7299af5a0777885766088c4','',NULL),(17310,'en','woocommerce','4be042f63e227273a8f30ef56e8c662e','Not tested with the active version of WooCommerce',NULL,NULL,'','LINE',NULL,10,'','c667747d3b357c3aeadadcb4944f9e57','',NULL),(17311,'en','woocommerce','be3f5d4984bddce13793bb144c133b5c','Not that bad',NULL,NULL,'','LINE',NULL,10,'','a6c3a23013bd8e092be1bad5269adb2d','',NULL),(17312,'en','woocommerce','3b0649c72650c313a357338dcdfb64ec','Note',NULL,NULL,'','LINE',NULL,10,'','2e70c5e8b949531a3c9ec9273a9e2e95','',NULL),(17313,'en','woocommerce','14b5c382ab9332b0fcbdedfac208affa','Note added to your {site_title} order from {order_date}',NULL,NULL,'','LINE',NULL,10,'','77dc8a665998a17118692328f0b66d89','',NULL),(17314,'en','woocommerce','73e38e4bb7d2f7d2d956b4da4b89e16e','Note left by customer during checkout.',NULL,NULL,'','LINE',NULL,10,'','92e60557e9153f59957153adb8fc5955','',NULL),(17315,'en','woocommerce','2d322f24deaa0045c80fda6a47d24880','Note to customer',NULL,NULL,'','LINE',NULL,10,'','52cd5f3d9beabc4a040e09dcbc201315','',NULL),(17316,'en','woocommerce','bfe2b9abbf560bf7159a688693b92860','Note type',NULL,NULL,'','LINE',NULL,10,'','b6be38998618a99cfcc8cdb3586ab2f3','',NULL),(17317,'en','woocommerce','fc9d3df613063ee57906c461320744e2','Note:',NULL,NULL,'','LINE',NULL,10,'','735d36f22808300200123767eed552c1','',NULL),(17318,'en','woocommerce','795033daad7e7867b5f23677126cb56e','Note: Permissions for order items will automatically be granted when the order status changes to processing/completed.',NULL,NULL,'','LINE',NULL,10,'','9c12aa56c7daf0fade55858b711177e1','',NULL),(17319,'en','woocommerce','8517c416d69196755ad2bc26c414e4ed','Note: WP CRON has been disabled on your install which may prevent this update from completing.',NULL,NULL,'','LINE',NULL,10,'','9b1178448a44411bd5cf507c54083993','',NULL),(17320,'en','woocommerce','222cc262cd2e1d74c7ba46d5002a5f93','Note: You currently have <a href=\"%1$s\">%2$d paid extension</a> which should be updated first before updating WooCommerce.',NULL,NULL,'','LINE',NULL,10,'','995715f2bbf94d6485ba85a5552da6e7','',NULL),(17321,'en','woocommerce','3f368ba52bc2757be373eaccdcadb475','Note: You currently have <a href=\"%1$s\">%2$d paid extensions</a> which should be updated first before updating WooCommerce.',NULL,NULL,'','LINE',NULL,10,'','ee2a4960d19008529d5f75fcdcd0ec6b','',NULL),(17322,'en','woocommerce','ee41adafb2a42a2ff70adc7f05ad919a','Note: the refund reason will be visible by the customer.',NULL,NULL,'','LINE',NULL,10,'','aec6ff73b6e4f656929c008024d0be03','',NULL),(17323,'en','woocommerce','b1ace9ef479047cb9eedee032b2aa92d','Note: you may want to further detail your cookie policy, and link to that section from here.',NULL,NULL,'','LINE',NULL,10,'','4473e255faec1c7735df87e0c844dc68','',NULL),(17324,'en','woocommerce','3bcef3ca656455686a544335ea05e5c6','Notes about your order, e.g. special notes for delivery.',NULL,NULL,'','LINE',NULL,10,'','5ad5a548f36acf4772699bbd5341eca2','',NULL),(17325,'en','woocommerce','24efa7ee4511563b16144f39706d594f','Notice',NULL,NULL,'','LINE',NULL,10,'','27ea677321fa657bdea9717ba44e419c','',NULL),(17326,'en','woocommerce','f367441789e8e2ca41761615d9f5b804','Nova Scotia',NULL,NULL,'','LINE',NULL,10,'','71ee9fd066ef4351ab2bb48bb3a5dba7','',NULL),(17327,'en','woocommerce','2517d50f91340453c54f8b4d0c7e17dd','Novara',NULL,NULL,'','LINE',NULL,10,'','027caf19a20dda9c7d671de0ca87808b','',NULL),(17328,'en','woocommerce','b14804b961652d934f1b4118c2756a5e','Now!',NULL,NULL,'','LINE',NULL,10,'','92ca4469c63a51156f0a51aefcdb590e','',NULL),(17329,'en','woocommerce','d0218dffd347313d6681d5d04f2ea63a','Ntoroko',NULL,NULL,'','LINE',NULL,10,'','fdc0f08418a9e2f8dd25f628b4d9a88c','',NULL),(17330,'en','woocommerce','5f1583a4debb494c78f72686d405fa87','Ntungamo',NULL,NULL,'','LINE',NULL,10,'','04ae5c4b4c54ab4164e833172238d68e','',NULL),(17331,'en','woocommerce','efca3061bbb0f8b046d2ea44fc69193c','Nueva Ecija',NULL,NULL,'','LINE',NULL,10,'','c8729b7831bbb57d20774a0ab1b68d5b','',NULL),(17332,'en','woocommerce','1a4a489785f5d140798aff1d924b7399','Nueva Vizcaya',NULL,NULL,'','LINE',NULL,10,'','33f932859299ab5fb0d8ba9aa5a04038','',NULL),(17333,'en','woocommerce','c6ea06d7afbce06e4e411c82b3df792f','Nuevo León',NULL,NULL,'','LINE',NULL,10,'','e1fe2016f6da85e48004c1023559781e','',NULL),(17334,'en','woocommerce','34b8e04c1c6dff1e3c853ae09b341ddd','Number of coupons used',NULL,NULL,'','LINE',NULL,10,'','1d217d5006e9c03ca49bb27082468210','',NULL),(17335,'en','woocommerce','e12fcc0f6c6b0318ce798e0872783c66','Number of days until access to downloadable files expires.',NULL,NULL,'','LINE',NULL,10,'','88cfd58aafe1e349710c9d73d17ef140','',NULL),(17336,'en','woocommerce','40f00eeab6be5556999f65f21edf2785','Number of decimal points shown in displayed prices for this country.',NULL,NULL,'','LINE',NULL,10,'','4958912cca6324948ebe443d7d4e7c31','',NULL),(17337,'en','woocommerce','6cd53c868cc99d92fed2ccd995aa0e83','Number of decimal points to use in each resource.',NULL,NULL,'','LINE',NULL,10,'','e0819b1d6bfee04c65caa958d601311e','',NULL),(17338,'en','woocommerce','8ccb0a5e512d1a2ec16a510bbfff8eb5','Number of decimals.',NULL,NULL,'','LINE',NULL,10,'','fcff8400d9db4a211faf64bbc8ed4b31','',NULL),(17339,'en','woocommerce','5b9dc3c4335440cc3a2d3130c660366b','Number of downloads remaining.',NULL,NULL,'','LINE',NULL,10,'','1fb2097d244b805debb213dc73f7fb70','',NULL),(17340,'en','woocommerce','64100052add84b86294e09f9084f523e','Number of items sold',NULL,NULL,'','LINE',NULL,10,'','bda82dab2791af5917f56f569766c0f1','',NULL),(17341,'en','woocommerce','6d953361b8eabc1c4a06d274a76fc92d','Number of orders',NULL,NULL,'','LINE',NULL,10,'','8ef08b1b6bacf9c483a70b2d9199f4c7','',NULL),(17342,'en','woocommerce','4abb1c4b589d70536eadf90fae8ede52','Number of products to show',NULL,NULL,'','LINE',NULL,10,'','1951317051c3c41c60c9e18b540296ad','',NULL),(17343,'en','woocommerce','0e71355fd1563eecda433b5611073a76','Number of published products for the resource.',NULL,NULL,'','LINE',NULL,10,'','783d97bb4a2d4717535724ca2afb292d','',NULL),(17344,'en','woocommerce','d213753b7466a930ba6bf5b5dd50df46','Number of reviews to show',NULL,NULL,'','LINE',NULL,10,'','e6794884d677439ff773e80180152ec6','',NULL),(17345,'en','woocommerce','6b64b66bbddbeb511cb194874f17c48b','Number of terms in the attribute taxonomy.',NULL,NULL,'','LINE',NULL,10,'','4cddf69f6a6cc7c8ccb470026afa9695','',NULL),(17346,'en','woocommerce','25c84e027fde802f2b44b780b58b77bb','Number of times downloadable files can be downloaded after purchase.',NULL,NULL,'','LINE',NULL,10,'','bde39c2b62c88036e3613ab7a87c7a98','',NULL),(17347,'en','woocommerce','834150aec2fd0199a738963b8a0d4d85','Number of times the coupon has been used already.',NULL,NULL,'','LINE',NULL,10,'','6e50e57b0afabf00ed118860d4bd73dc','',NULL),(17348,'en','woocommerce','e24500472138992bf1bd5685b66a8604','{{rangeStart /}}{{span}} and {{/span}}{{rangeEnd /}}',NULL,NULL,'','LINE',NULL,10,'Numerical range inputs arranged on a single line','70e867a1cbc4797708fed7833af2518d','',NULL),(17349,'en','woocommerce','6aa30082cd1be6d00f5bf9fb22a3eda9','Nunavut',NULL,NULL,'','LINE',NULL,10,'','263acf4bec4764d0b633c5e98d3eb7fb','',NULL),(17350,'en','woocommerce','4ee03e4eee812ab41f3b9af119d05073','Nuoro',NULL,NULL,'','LINE',NULL,10,'','e20eea7439774232e04081aaa9259491','',NULL),(17351,'en','woocommerce','20c561782482780203f20228664067f3','Nusa Tenggara Barat',NULL,NULL,'','LINE',NULL,10,'','745146374b08561c8d50572edcaa9cda','',NULL),(17352,'en','woocommerce','d543c7540e45ba54ce2ead030cab9c22','Nusa Tenggara Timur',NULL,NULL,'','LINE',NULL,10,'','538f55eeabf5a037ef4973f3169402bf','',NULL),(17353,'en','woocommerce','a200616954bb3f7d358b5af81be1a279','Nwoya',NULL,NULL,'','LINE',NULL,10,'','b7e555dc960c0374376c3fe8f09efabd','',NULL),(17354,'en','woocommerce','91f0cbc05a99b1b5f022f2ee6b21a697','Nógrád',NULL,NULL,'','LINE',NULL,10,'','64bf6fe987ccd01f22e6b0f930a0c44e','',NULL),(17355,'en','woocommerce','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,10,'','34182bbec290b371fa4a734da21d730f','',NULL),(17356,'en','woocommerce','1d00e7dce692e8dc3f6877f035e3a616','OR',NULL,NULL,'','LINE',NULL,10,'','a1d957208b036c48465715684cda0fd5','',NULL),(17357,'en','woocommerce','baf0b2ca8f16740f615701d47e4d33ea','OR enter path to file:',NULL,NULL,'','LINE',NULL,10,'','bbc4775be9941794c1b2f039fd98ccce','',NULL),(17358,'en','woocommerce','a48f7dfe488185fe9b9c8c723d318c66','Oaxaca',NULL,NULL,'','LINE',NULL,10,'','ab5734cf0f4e3d42f1a6f2731861d6cb','',NULL),(17359,'en','woocommerce','db3c489e1d082053685faa9e2bc85ba5','Obwalden',NULL,NULL,'','LINE',NULL,10,'','ec044b0769a23e7cec75dbc1c4f94db3','',NULL),(17360,'en','woocommerce','8b1d8cd3cec52dd1f56ff08dc45eeb7d','Occidental Mindoro',NULL,NULL,'','LINE',NULL,10,'','bfcddd18b9713975fd5db0420f9e7942','',NULL),(17361,'en','woocommerce','2d8836190888267b97ce332cad2aa247','Oceania',NULL,NULL,'','LINE',NULL,10,'','32e1a59b336fc968ff2ada4dcb71e41a','',NULL),(17362,'en','woocommerce','d76f42b7e0fb2f79af59d74ce61c4d70','Ocnița',NULL,NULL,'','LINE',NULL,10,'','5e8ce1996558cb4bf57f682804024a7c','',NULL),(17363,'en','woocommerce','f7a1ef7bd041867bcad90705f46a7d6a','Offaly',NULL,NULL,'','LINE',NULL,10,'','2779c900313d8e02d408a6271c69251d','',NULL),(17364,'en','woocommerce','7841ccc52ced640c6e323b1bdcc89649','Official extensions',NULL,NULL,'','LINE',NULL,10,'','c61b517ee298f2f46e2eaeda2de1e8ca','',NULL),(17365,'en','woocommerce','92de2d6238deb590c7290a2a1dc1ded9','Official theme',NULL,NULL,'','LINE',NULL,10,'','682edd8510aa557cb3c2f7a65424345a','',NULL),(17366,'en','woocommerce','75a289f12e7994b03928f51f07794597','Offline Payments',NULL,NULL,'','LINE',NULL,10,'','0343feb3e2674ef112658a744f7642b6','',NULL),(17367,'en','woocommerce','fdf60e06af6b1f68f62b8b7d879538f1','Offset the result set by a specific number of items.',NULL,NULL,'','LINE',NULL,10,'','4b6dfe24dab6b64cf8adb1db4468ef13','',NULL),(17368,'en','woocommerce','d54fc2bfe39afbfb4af99a80610595d5','Ogun',NULL,NULL,'','LINE',NULL,10,'','782878f918fe238eb1e0b60339f79922','',NULL),(17369,'en','woocommerce','4ec96adb9cc39333f3d2024b28f2503f','Ohio',NULL,NULL,'','LINE',NULL,10,'','d9ea69b40c04262b3b903ae7bc2f49a7','',NULL),(17370,'en','woocommerce','c99dccff46eba107c87b13b78e105d08','Oita',NULL,NULL,'','LINE',NULL,10,'','d2b4fd1af65dbfe4ccce541b13e7f273','',NULL),(17371,'en','woocommerce','6a954cc6ab6730a93ce523fd7efb4cd4','Okayama',NULL,NULL,'','LINE',NULL,10,'','aa7d64b9ba03c8846c9988809460ce86','',NULL),(17372,'en','woocommerce','a52bef81a178806fb331ffa078e676b3','Okinawa',NULL,NULL,'','LINE',NULL,10,'','c49e66e1dc7c1486ce6d10689c14b071','',NULL),(17373,'en','woocommerce','92aec0ba411203aa3a57aec94b108ed6','Oklahoma',NULL,NULL,'','LINE',NULL,10,'','614d2d92ac2ac98e158196709c3b6cd7','',NULL),(17374,'en','woocommerce','b1054f2b6d3099669b09552753af57a3','Oldest Scheduled Date',NULL,NULL,'','LINE',NULL,10,'','56b68d65d53ec685b1f9225adc35a6d3','',NULL),(17375,'en','woocommerce','d9a98f41f71e1c9e6a0f06c20a54b8e6','Olt',NULL,NULL,'','LINE',NULL,10,'','8af067875d02bf7cb7755ca34a7a29c2','',NULL),(17376,'en','woocommerce','1c77b9733832da9d1ffac66620f3c006','Oman',NULL,NULL,'','LINE',NULL,10,'','4edcfe062536aff0734a78189e9eb785','',NULL),(17377,'en','woocommerce','32de7b2448e3f931c86b494735c7ab94','Omoro',NULL,NULL,'','LINE',NULL,10,'','e788f1f476bcdc7e1ab68bffeeddefd9','',NULL),(17378,'en','woocommerce','29a54621cc70a6b55ae7173127456201','On Sale Products',NULL,NULL,'','LINE',NULL,10,'','9a671a92bd59c0642b5089536bf86a2c','',NULL),(17379,'en','woocommerce','bdd3f1e97760014483e852ca58e8f3c1','On backorder',NULL,NULL,'','LINE',NULL,10,'','b77ab5f06a61117056c9ec0b7d18837f','',NULL),(17380,'en','woocommerce','1b24eafe0cdc28c6c2ebeb4c93d12e6e','On hold <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','8b2631c5265e55ec4df61fcc43f5118d','',NULL),(17381,'en','woocommerce','b8cb81ab43044c454c1e69dbba646b68','On-hold',NULL,NULL,'','LINE',NULL,10,'','d99b8d6f993952d0e764ec64287585c7','',NULL),(17382,'en','woocommerce','feb65ab262a484a24e2d6229ff42b136','On-sale products',NULL,NULL,'','LINE',NULL,10,'','85040ab20f1bd071b3a929715b6adb81','',NULL),(17383,'en','woocommerce','55f26e57361110fe1ad0fbfb7aba3b49','Once connected, your WooCommerce.com purchases will be listed here.',NULL,NULL,'','LINE',NULL,10,'','73f1398c8f8b3d45198c0152ff4a164d','',NULL),(17384,'en','woocommerce','cd8af7eeb5ec4269c9a81de1c9be691d','Once disabled, this legacy method will no longer be available.',NULL,NULL,'','LINE',NULL,10,'','1d3b31381dd159665bd1b9efafb4ff11','',NULL),(17385,'en','woocommerce','456e08f0b1e339b3f5ae082d77fe36b6','Ondo',NULL,NULL,'','LINE',NULL,10,'','dea5ad06d8e8dc1a0b884f60dffbaab9','',NULL),(17386,'en','woocommerce','f0823c2438273533cea7164015d337b5','One per line: Option name | Additional cost [+- Percents] | Per cost type (order, class, or item) Example: <code>Priority mail | 6.95 [+ 0.2%] | order</code>.',NULL,NULL,'','LINE',NULL,10,'','384c03ee074842fdc0a506cbe6873e55','',NULL),(17387,'en','woocommerce','5613f52a9f69504bd480a3399a88932f','Only %s left in stock',NULL,NULL,'','LINE',NULL,10,'','029ec442f0232383b589c883cd183a12','',NULL),(17388,'en','woocommerce','d398ddef6f524a51b3a26b8c8c076ade','Only logged in customers who have purchased this product may leave a review.',NULL,NULL,'','LINE',NULL,10,'','91c6a97bae85128795cafe0bc840dfc3','',NULL),(17389,'en','woocommerce','33f9e2d650d2399aa4365a58403f55a1','Only show children of the current category',NULL,NULL,'','LINE',NULL,10,'','a09b8fcf7c27da255feb3c015a06eb1a','',NULL),(17390,'en','woocommerce','4a0ade8fc063e6e461708e6a8f2f8f43','Ontario',NULL,NULL,'','LINE',NULL,10,'','0fc329e4bfd5a0e67c32126420328428','',NULL),(17391,'en','woocommerce','c10040b2f51febeec8256c54ad8d7152','Operator to compare product attribute terms.',NULL,NULL,'','LINE',NULL,10,'','a8f67fd926482d7b3f7353c73d726f12','',NULL),(17392,'en','woocommerce','e7486bd0341f6cb51e26ed0e3fc1af88','Operator to compare product category terms.',NULL,NULL,'','LINE',NULL,10,'','b71ca1fd476c8b055eac6caed122324d','',NULL),(17393,'en','woocommerce','ae4577b7680c317d1a5d0edcf928f6d6','Operator to compare product tags.',NULL,NULL,'','LINE',NULL,10,'','85541837264181252e395beedc4804c6','',NULL),(17394,'en','woocommerce','5ad996ca23372eeee0d6051d54e7de46','Option name | Additional cost [+- Percents%] | Per cost type (order, class, or item)',NULL,NULL,'','LINE',NULL,10,'','badd0cef1d5428d539f26e2a4ead4b22','',NULL),(17395,'en','woocommerce','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'','LINE',NULL,10,'','2739f809b881dc3b57f4cae90b619735','',NULL),(17396,'en','woocommerce','543abd56b291957497852ff4aecf94a6','Optional cost for local pickup.',NULL,NULL,'','LINE',NULL,10,'','c7dc303feca92be7c7b3f19b1e3bf99b','',NULL),(17397,'en','woocommerce','df900e4c50ff37eb67f3c4389c309d24','Optional note to send the customer after purchase.',NULL,NULL,'','LINE',NULL,10,'','0cbd167877481c6db905dbf1dfd3908f','',NULL),(17398,'en','woocommerce','a5951422e6dd3211fe04065f365619fa','Optionally add some text for the terms checkbox that customers must accept.',NULL,NULL,'','LINE',NULL,10,'','df64d12d64d1d988193b055e10d05c8b','',NULL),(17399,'en','woocommerce','e8ce568b46493f7330417e76a6a63fa1','Optionally assign categories to your products to make them easier to browse through and find in your store.',NULL,NULL,'','LINE',NULL,10,'','e9c1cc0a0a4bf346cf4cb05385777267','',NULL),(17400,'en','woocommerce','b129f7c77d064f83b20f1a4f424799f2','Optionally enable \"Payment Data Transfer\" (Profile > Profile and Settings > My Selling Tools > Website Preferences) and then copy your identity token here. This will allow payments to be verified without the need for PayPal IPN.',NULL,NULL,'','LINE',NULL,10,'','a166e599dd4f71889932c25ad57996da','',NULL),(17401,'en','woocommerce','141448dc62becfb311599e45094f1aeb','Optionally enter the URL to a 150x50px image displayed as your logo in the upper left corner of the PayPal checkout pages.',NULL,NULL,'','LINE',NULL,10,'','dfdaee9830f3402bbc20869b3aa60f85','',NULL),(17402,'en','woocommerce','146b95e485904220d6355dd5c2f2971c','Optionally enter the name of the page style you wish to use. These are defined within your PayPal account. This affects classic PayPal checkout screens.',NULL,NULL,'','LINE',NULL,10,'','552b3a60c01eb668fa1d701b7edcf9ec','',NULL),(17403,'en','woocommerce','a26c1cb818cd03c065ae5745f481bb22','Or you can download a pre-built version of the plugin from the <a href=\"%1$s\">WordPress.org repository</a> or by visiting <a href=\"%2$s\">the releases page in the GitHub repository</a>.',NULL,NULL,'','LINE',NULL,10,'','273876941728f4a4fa0a721642d9e674','',NULL),(17404,'en','woocommerce','78b4c4c92b462d2e08230bcaf468c3d9','Or, enter tax rate ID:',NULL,NULL,'','LINE',NULL,10,'','e0495b87bf366fd506748b5f718b29c7','',NULL),(17405,'en','woocommerce','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'','LINE',NULL,10,'','e02359910b04827d29e7242eef89be9b','',NULL),(17406,'en','woocommerce','627f4f5eded34adf6b077a1013c9bcf5','Order #%1$s has been marked as refunded - PayPal reason code: %2$s',NULL,NULL,'','LINE',NULL,10,'','2840c3a75704ac31b8d826bcbbcb1e58','',NULL),(17407,'en','woocommerce','b2156999d486ae2069c2bf406882cf8b','Order #%1$s has been marked on-hold due to a reversal - PayPal reason code: %2$s',NULL,NULL,'','LINE',NULL,10,'','9c3e857af02b7aab8a772f587d001fee','',NULL),(17408,'en','woocommerce','d6ee5c4ccd2558625ad933af678a08e5','Order #%1$s has had a reversal cancelled. Please check the status of payment and update the order status accordingly here: %2$s',NULL,NULL,'','LINE',NULL,10,'','2276e70d16e248cd3daf77480e509722','',NULL),(17409,'en','woocommerce','f1f721818b71e636b77ad9293489d404','Order #%1$s was placed on %2$s and is currently %3$s.',NULL,NULL,'','LINE',NULL,10,'','f90b1534b58e0c35faf58356458c18e4','',NULL),(17410,'en','woocommerce','42a4da30e8688c72e08f7d6c8126380a','Order #%s',NULL,NULL,'','LINE',NULL,10,'','64a64ea9567e303b550e4d5ab5c39172','',NULL),(17411,'en','woocommerce','ab0e7ed73adf5c80b54dd6ce8babaf18','Order #%s has been marked paid by PayPal IPN, but was previously cancelled. Admin handling required.',NULL,NULL,'','LINE',NULL,10,'','4a432d8a520cbb7f93561d0d802a5ce7','',NULL),(17412,'en','woocommerce','c88b0b18f691b37fe8b51f5f7b69405d','Order – %s',NULL,NULL,'','LINE',NULL,10,'','bb3b0b18961f8fbe26c5cce6fe62335f','',NULL),(17413,'en','woocommerce','801322095c363689f7620e0147e3fd14','Order By',NULL,NULL,'','LINE',NULL,10,'','6e0ff472d27832fc6cc61bf9db3bf98d','',NULL),(17414,'en','woocommerce','46da8e9c2137a906bc3925816216308b','Order Cancelled: #{order_number}',NULL,NULL,'','LINE',NULL,10,'','514dac0bf303d4fe2ca2fa134b74d6f6','',NULL),(17415,'en','woocommerce','6fbc355a02359656f1e4540d58b784e1','Order Date',NULL,NULL,'','LINE',NULL,10,'','fd52cd148954ebd168d58609ddf280de','',NULL),(17416,'en','woocommerce','5f0f389b37a39090a771e666a85eb0cf','Order Failed: #{order_number}',NULL,NULL,'','LINE',NULL,10,'','5b39660d773a9e6e5e2cfc41e85da202','',NULL),(17417,'en','woocommerce','d79cf3f429596f77db95c65074663a54','Order ID',NULL,NULL,'','LINE',NULL,10,'','cf3bb8ac0d5ce5e64d894025ef380960','',NULL),(17418,'en','woocommerce','010e9454bf800bb96ee444c52aef4b81','Order ID is invalid',NULL,NULL,'','LINE',NULL,10,'','d8377b25690f147bc0ba4bbb75d8fcb1','',NULL),(17419,'en','woocommerce','798c7aa03ff39f3ec1c2cca6c9115a10','Order ID.',NULL,NULL,'','LINE',NULL,10,'','c61f60662fa35d8a2bc6d32026a05b64','',NULL),(17420,'en','woocommerce','8a9f13bc52b77203db6eed422317a951','Order Number',NULL,NULL,'','LINE',NULL,10,'','0ed301d10a4ac1638f96a22808618f1f','',NULL),(17421,'en','woocommerce','a1c0365425afe84ce55282c2dc1b9408','Order Product Reviews by',NULL,NULL,'','LINE',NULL,10,'','1b18a5f16a2a966c242ccf4e591a6c20','',NULL),(17422,'en','woocommerce','ee5e1c03634196ef1db4d97c41d49de5','Order Refunded: {order_number}',NULL,NULL,'','LINE',NULL,10,'','488f8363385d6e02386d4a77885fcee2','',NULL),(17423,'en','woocommerce','bbd3a18e6d45b8331cf8a715f3f0008d','Order Status',NULL,NULL,'','LINE',NULL,10,'','329cdfc2411921d19a4636b08c9a3ef5','',NULL),(17424,'en','woocommerce','fcf35bd8e66b772c865588339b93bfec','Order Total',NULL,NULL,'','LINE',NULL,10,'','56040e33132b040d38ae158be25a3532','',NULL),(17425,'en','woocommerce','a7ec49d602705b570a98ddbbe036cae1','Order again',NULL,NULL,'','LINE',NULL,10,'','6d7236629593dfbca3ebb0f59e2a3322','',NULL),(17426,'en','woocommerce','01fda57aa6c7e9f07f5aa36b108e95cb','Order by',NULL,NULL,'','LINE',NULL,10,'','488bf1cd7d12a75d19be8ecd4bfb959f','',NULL),(17427,'en','woocommerce','b312393296e0d5908297ea16023c92ad','Order cancelled by customer.',NULL,NULL,'','LINE',NULL,10,'','3e887ea8abfa119c29dcfe00d769a956','',NULL),(17428,'en','woocommerce','6bd6fff499c15b5b0ef982d6c885b93c','Order complete emails are sent to customers when their orders are marked completed and usually indicate that their orders have been shipped.',NULL,NULL,'','LINE',NULL,10,'','98a0e9d6ae1bf4aa7da2f2a8dcfc97c5','',NULL),(17429,'en','woocommerce','bbe7e2aaa490db2ce6d701ca4ce24f02','Order created',NULL,NULL,'','LINE',NULL,10,'','58e0491e4b8edc7658e1d22a212eccd1','',NULL),(17430,'en','woocommerce','36c2edf931af280ec6740c0e23116b63','%b %d, %Y @ %I:%M %p',NULL,NULL,'','LINE',NULL,10,'Order date parsed by strftime','402c05c1a136ba1171d74002b6435190','',NULL),(17431,'en','woocommerce','b4659b504f9f4b7a551937d3f254df8d','Order deleted',NULL,NULL,'','LINE',NULL,10,'','a7471da60406caf86913e95f1b4dbf7b','',NULL),(17432,'en','woocommerce','f5d74ea75357b5e139854c14f8e24fe3','Order details',NULL,NULL,'','LINE',NULL,10,'','4810a34f88032b500f7ece99988aea90','',NULL),(17433,'en','woocommerce','c308419477b2ab9802c39a59093a37fe','Order details manually sent to customer.',NULL,NULL,'','LINE',NULL,10,'','c5884bb8b6a3fd1fba3ec25d866afff8','',NULL),(17434,'en','woocommerce','59c55679940e8ffc5b20037a7ac6e1df','Order draft updated.',NULL,NULL,'','LINE',NULL,10,'','5994e8d7367ebdc8591e875e823718f0','',NULL),(17435,'en','woocommerce','45b38e4927631e2806b91b05d692ef5d','Order fully refunded',NULL,NULL,'','LINE',NULL,10,'','0cc20efc56335ab38daac391ccd47518','',NULL),(17436,'en','woocommerce','015a1f9c5580ab2474603eccc4d1d1f7','Order fully refunded.',NULL,NULL,'','LINE',NULL,10,'','11615c65139b1c709a6ede82ce374fd3','',NULL),(17437,'en','woocommerce','d5eeedf28b082d63cb17a8f0f22e874f','Order information like what was purchased, when it was purchased and where it should be sent, and',NULL,NULL,'','LINE',NULL,10,'','69b00c2aa5bbf9b38c4737fff288e04e','',NULL),(17438,'en','woocommerce','e106b1ab4128627fdaeaa0f286a043da','Order is invalid',NULL,NULL,'','LINE',NULL,10,'','5b16acae1ac94b77ce9dcdf49ed3b140','',NULL),(17439,'en','woocommerce','d5ae0639b52cc72ddc4af7a450653b8c','Order item ID provided is not associated with order.',NULL,NULL,'','LINE',NULL,10,'','532ca63cbfd2563aaaf290b0674b593e','',NULL),(17440,'en','woocommerce','3f228fec2f0b140602aa1e048b547d8c','Order key.',NULL,NULL,'','LINE',NULL,10,'','234dd4f41ef2622e957e5ef1d164adb2','',NULL),(17441,'en','woocommerce','7a2cb96e4ffa19d7dfdf42fee4152080','Order not editable',NULL,NULL,'','LINE',NULL,10,'','6bc4aa8b1c665d2355bbf735e6651fc2','',NULL),(17442,'en','woocommerce','7d9d8a410ea60b1b3a399d4163d373d7','Order note author.',NULL,NULL,'','LINE',NULL,10,'','0727aca07ec17fa041e6bfba6712ff7f','',NULL),(17443,'en','woocommerce','cfd5704f21512bd16082ca7c1a384184','Order note content.',NULL,NULL,'','LINE',NULL,10,'','402fa051c04fba760d7eb01ea6f28a54','',NULL),(17444,'en','woocommerce','fee03552a83d72cafa8ef18733e58314','Order note is required',NULL,NULL,'','LINE',NULL,10,'','ac216dd405cd99ef02eacaa53055ccb2','',NULL),(17445,'en','woocommerce','8a99a9d82dfd1d197a5467a1013a597b','Order note.',NULL,NULL,'','LINE',NULL,10,'','5afbed02a892a8383da313641c83aa16','',NULL),(17446,'en','woocommerce','7bfff64eec181bff5d7a449feb0d4e61','Order notes',NULL,NULL,'','LINE',NULL,10,'','f4812ff749db412fc4bc553af346a7eb','',NULL),(17447,'en','woocommerce','b112ecccf718a70e405a774ad21d20fa','Order number.',NULL,NULL,'','LINE',NULL,10,'','fb66f888d9b99e4e33f69b64afb2ff66','',NULL),(17448,'en','woocommerce','3df406952f3377a5e419d4d63abb1b1d','Order number:',NULL,NULL,'','LINE',NULL,10,'','df1ba6bf3891d2f8624155362527969f','',NULL),(17449,'en','woocommerce','f2efe3af548d1e46fa17e79b9c955d6a','Order on-hold',NULL,NULL,'','LINE',NULL,10,'','ab5dc92537f142120bcccd77eb400b0e','',NULL),(17450,'en','woocommerce','e149482a0603b4b73b71f988620f35b0','Order products by',NULL,NULL,'','LINE',NULL,10,'','0de2a4407bf3323cea7d57e77fd4b8b4','',NULL),(17451,'en','woocommerce','d94bbf1c8d3c17e18d4b6b373afecf8a','Order refunded emails are sent to customers when their orders are refunded.',NULL,NULL,'','LINE',NULL,10,'','005c26baef5b0a909ce2c3be8fee936d','',NULL),(17452,'en','woocommerce','7ac22d1e7ce56271979742ab1dfdaa8e','Order restored',NULL,NULL,'','LINE',NULL,10,'','e7565db0cd8e196901538f89a5701abe','',NULL),(17453,'en','woocommerce','c2a542692fbe7ff422883591921811e9','Order reviews by',NULL,NULL,'','LINE',NULL,10,'','28d8df13553644bc81eeb0431f2ef437','',NULL),(17454,'en','woocommerce','b75834298ab8e94c41f606fc3d3bed52','Order saved.',NULL,NULL,'','LINE',NULL,10,'','ae76b2865e26fa769576565ee9f72053','',NULL),(17455,'en','woocommerce','fc042a01469f804fbddba7664b1066c2','Order scheduled for: %s.',NULL,NULL,'','LINE',NULL,10,'','06ae52b81444094f748bcb13d31f9c3b','',NULL),(17456,'en','woocommerce','d8bddb1e98d984ee5e999e4c421cb044','Order sort attribute ascending or descending.',NULL,NULL,'','LINE',NULL,10,'','9191e0f8516581a88ff47bf135cdf484','',NULL),(17457,'en','woocommerce','a149e85a44aeec9140e92733d9ed694e','Cancelled',NULL,NULL,'','LINE',NULL,10,'Order status','27aa49e9b2468bc272c307f42f8b9c81','',NULL),(17458,'en','woocommerce','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,10,'Order status','fb4f259b2266ff49e073a76791d7f28f','',NULL),(17459,'en','woocommerce','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,10,'Order status','afb291ef8aa19e5fd25d5d401670b3c7','',NULL),(17460,'en','woocommerce','428c47a7256f6ca3ef9c5f16cf3006c4','On hold',NULL,NULL,'','LINE',NULL,10,'Order status','82a9b76d27f73e97a2124f2ef6f29390','',NULL),(17461,'en','woocommerce','e59458c2ad3850466357a1cd342adc51','Pending payment',NULL,NULL,'','LINE',NULL,10,'Order status','6595450680aa6cfb48064c7240a1034a','',NULL),(17462,'en','woocommerce','643562a9ae7099c8aabfdc93478db117','Processing',NULL,NULL,'','LINE',NULL,10,'Order status','b05ef595fe44d8252180930e13959ef5','',NULL),(17463,'en','woocommerce','cc61945cbbf46721a053467c395c666f','Refunded',NULL,NULL,'','LINE',NULL,10,'Order status','22a86476dadc4736475d43f644cc0153','',NULL),(17464,'en','woocommerce','5301b4af51b1ee5773b923c17204e000','Order status changed by bulk edit:',NULL,NULL,'','LINE',NULL,10,'','0bc0be12242586c194908ec114637d6c','',NULL),(17465,'en','woocommerce','21e399d95aeb5c43818ded0f79c74db1','Order status changed from %1$s to %2$s.',NULL,NULL,'','LINE',NULL,10,'','a6cd639f24ac727c0ade305fc28d2419','',NULL),(17466,'en','woocommerce','1c3e276583e002ace1596da1f0af17e5','Order status name.',NULL,NULL,'','LINE',NULL,10,'','124441286abb46b7cfbc425f9f7c010c','',NULL),(17467,'en','woocommerce','8b9b5f6a979c8ddbeda82b6e89cae2e5','Order status set to %s.',NULL,NULL,'','LINE',NULL,10,'','5ebbf0c01241abdb214ee05a9a3a017c','',NULL),(17468,'en','woocommerce','cc66ad7820cb04615d6cdaa92be25f5d','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',NULL,NULL,'','LINE',NULL,10,'','44072ae133cd2d6e12f6f3138b8575a6','',NULL),(17469,'en','woocommerce','f6bdbfc988460d4f1760bdc365e0adbd','Order status.',NULL,NULL,'','LINE',NULL,10,'','1dcb74cd8285f00b98593a0fb366b88f','',NULL),(17470,'en','woocommerce','b11ba0ad5ababf08218932f844941248','Order submitted.',NULL,NULL,'','LINE',NULL,10,'','2ebf59cd9e7bf88e10dba000f8e13538','',NULL),(17471,'en','woocommerce','3faa45a9e10b633ba4c08f43809d4431','Order total formatted for locale',NULL,NULL,'','LINE',NULL,10,'','36ffcd3f72882659e8ebf4c8eebaad88','',NULL),(17472,'en','woocommerce','5238097a37dee59c5d27876005e3e348','Order updated',NULL,NULL,'','LINE',NULL,10,'','68c75526af3fcf8e4778dd6dfce2a3ff','',NULL),(17473,'en','woocommerce','bbb11af4cc591112be5bed6fa916eeec','Order updated and sent.',NULL,NULL,'','LINE',NULL,10,'','9d0af8152cbf4fb1698d76652888d2d1','',NULL),(17474,'en','woocommerce','e23a93e36d3e960c48a736f681a5e370','Order updated.',NULL,NULL,'','LINE',NULL,10,'','ac74f9b5ca86dc489eea1b0ecef0aa3d','',NULL),(17475,'en','woocommerce','4b870c2a21ea869615d026c47870bd8e','Order updates',NULL,NULL,'','LINE',NULL,10,'','88f75ac7fb4704d4a1c3f6a3dc1805d5','',NULL),(17476,'en','woocommerce','24b7e9a7a369f0438a6c9801822f028e','Orders (page %d)',NULL,NULL,'','LINE',NULL,10,'','57da4da077448a9b6c6d89ec59598639','',NULL),(17477,'en','woocommerce','7c5970acc25bc34c649d7acac62bed55','Orders totals.',NULL,NULL,'','LINE',NULL,10,'','0f7ab228433950a85811d9e7289637bd','',NULL),(17478,'en','woocommerce','fc3370836888f1c8be412371be0a053c','Ordu',NULL,NULL,'','LINE',NULL,10,'','8d10454141085f59bbe80bcafbc56e03','',NULL),(17479,'en','woocommerce','da4d1129a255f83fb03bf32fde034ecc','Oregon',NULL,NULL,'','LINE',NULL,10,'','85979a14d7595f7017575742063a2f0f','',NULL),(17480,'en','woocommerce','46a75212d3f2bd70fbc6e884892fc6de','Orhei',NULL,NULL,'','LINE',NULL,10,'','5b23619a498dfd8e5a0d2770e43ad8ec','',NULL),(17481,'en','woocommerce','4a0c639faec2b9f4a7caf82f111e2b13','Oriental Mindoro',NULL,NULL,'','LINE',NULL,10,'','d3ea44a716515a2c9141c7e066b091a3','',NULL),(17482,'en','woocommerce','ac580d3c49a57e5e17adf041b8ad5c85','Orissa',NULL,NULL,'','LINE',NULL,10,'','7ba0adfbea98359fff3651743636878c','',NULL),(17483,'en','woocommerce','5b627ee1437a7a656f7f16cf76cdeb46','Oristano',NULL,NULL,'','LINE',NULL,10,'','dca5452de11d1c92a2fc71a40c5537e7','',NULL),(17484,'en','woocommerce','9c92cb252a88468804c5d721961ee7ed','Orphaned variations',NULL,NULL,'','LINE',NULL,10,'','1eed29fd18c53a1899273683ccb997f2','',NULL),(17485,'en','woocommerce','493082158fdb0b1294af22a0f983a0e0','Oruro',NULL,NULL,'','LINE',NULL,10,'','b8c8fbfba5a77c5bea96c0d0c5b12de8','',NULL),(17486,'en','woocommerce','0d70a380fe641d8206c6d43c185b9c23','Osaka',NULL,NULL,'','LINE',NULL,10,'','b4abaa0a3b8371c0ee8fe248ba2f2264','',NULL),(17487,'en','woocommerce','b74ff44e5b61d28958654bfb7f2fa7aa','Osmaniye',NULL,NULL,'','LINE',NULL,10,'','45670264596785ca434e88f2c8ebc892','',NULL),(17488,'en','woocommerce','e3e0a138eec5793d221d182dfe3e884f','Osun',NULL,NULL,'','LINE',NULL,10,'','25de0ce85af0179cd6b35a0e95ca4938','',NULL),(17489,'en','woocommerce','764ddd56a82c8c4e2a14669c0f29c493','Otago',NULL,NULL,'','LINE',NULL,10,'','539c3863792a2ed2919c13d994fb3c56','',NULL),(17490,'en','woocommerce','6311ae17c1ee52b36e68aaf4ad066387','Other',NULL,NULL,'','LINE',NULL,10,'','f403e72fb5cecf09b985de788fc8b21e','',NULL),(17491,'en','woocommerce','bd57c85e270741dcca2024fda540b7a7','Other locations',NULL,NULL,'','LINE',NULL,10,'','7a0a801f048825f63474fa2e57aeb34b','',NULL),(17492,'en','woocommerce','bd646c5cc19d6ba6328f53729c445133','Otuke',NULL,NULL,'','LINE',NULL,10,'','fede7f9c5fc880e1ef6d50387cbea926','',NULL),(17493,'en','woocommerce','bf3358e168a810d1704bf8f87e3123ba','Ounces',NULL,NULL,'','LINE',NULL,10,'','0c0f3a0320cee0f1a805578cd6090831','',NULL),(17494,'en','woocommerce','fbb57f86eee614cbd664dccfc3f25c83','Our bank details',NULL,NULL,'','LINE',NULL,10,'','9ba860a8a7d58961f93471c86df737ec','',NULL),(17495,'en','woocommerce','a14456d546cb409f0106ac12f941557e','Our catalog of WooCommerce Extensions can be found on WooCommerce.com here: <a href=\"%s\">WooCommerce Extensions Catalog</a>',NULL,NULL,'','LINE',NULL,10,'','d65bd84bf65d494b8f516655aa422357','',NULL),(17496,'en','woocommerce','1fb9d694c4ce840c08b5c796f0c6007b','Our team members have access to this information to help fulfill orders, process refunds and support you.',NULL,NULL,'','LINE',NULL,10,'','f5ba29d5b468a9f8a327273533c0bbbb','',NULL),(17497,'en','woocommerce','f8404d73b885beaa10af2fb879340bdb','Ourense',NULL,NULL,'','LINE',NULL,10,'','874d13209fe76c84e9a214f1de875657','',NULL),(17498,'en','woocommerce','b55197a49e8c4cd8c314bc2aa39d6feb','Out of stock',NULL,NULL,'','LINE',NULL,10,'','18fb1a30119a43ee206cf464a85d73fc','',NULL),(17499,'en','woocommerce','a2744cf07156544d3c59ff1bce2697f8','Outdated templates',NULL,NULL,'','LINE',NULL,10,'','f1c32589c94f3f33a0981a31b6475605','',NULL),(17500,'en','woocommerce','cb2f05fdb6b40cbdea85e4e1391db7c5','Output just the id when the operation is successful.',NULL,NULL,'','LINE',NULL,10,'','3650627227c8fb79ad924d7116c7819f','',NULL),(17501,'en','woocommerce','6b551379c3c0b59326abdaf3b4395bd3','Overlay',NULL,NULL,'','LINE',NULL,10,'','a08d75b50466df6222aa2958ac47ad08','',NULL),(17502,'en','woocommerce','3711e805016ec3364cac6040610418ae','Overlay Color',NULL,NULL,'','LINE',NULL,10,'','a3bdfa170a2a3ceea468c01286f98630','',NULL),(17503,'en','woocommerce','0ca08f8f4a8a19f7f1ae87c119494327','Overrides',NULL,NULL,'','LINE',NULL,10,'','c6942887ee0293ddbe57d0e7e865e004','',NULL),(17504,'en','woocommerce','73b3f2cc2e53116d61f333e24ae76d11','Owner of these keys.',NULL,NULL,'','LINE',NULL,10,'','003de94aaa163715a0d92c17a90725ff','',NULL),(17505,'en','woocommerce','257e6b070ef8213cd91be46a3799caef','Oyam',NULL,NULL,'','LINE',NULL,10,'','aeaaec884c9e124d444858083c2b173f','',NULL),(17506,'en','woocommerce','c3242e64f78486ed82a67c5de8053733','Oyo',NULL,NULL,'','LINE',NULL,10,'','9b072c797a841a36ecd7086eabcc6378','',NULL),(17507,'en','woocommerce','cd3f330565200849178088c05171e2c5','PDT payment completed',NULL,NULL,'','LINE',NULL,10,'','c4593fed6bca993b9f19c758192ac911','',NULL),(17508,'en','woocommerce','a28259d114fada4e806f281ebeaa96dc','PHP max execution time.',NULL,NULL,'','LINE',NULL,10,'','c8843d330034008d068d562f2ab05667','',NULL),(17509,'en','woocommerce','b7f658cba1cc30d56d7b085dc7597f64','PHP max input vars',NULL,NULL,'','LINE',NULL,10,'','369d7cb84bf14e6956596c9f1aaa0425','',NULL),(17510,'en','woocommerce','9e9b8d7ece8cf73e0571c303be4a2bc8','PHP max input vars.',NULL,NULL,'','LINE',NULL,10,'','7b541f5ac851f0d6aa109e61f46e89d0','',NULL),(17511,'en','woocommerce','46e2693f0d5361ef937fc561dcbb4a3c','PHP post max size',NULL,NULL,'','LINE',NULL,10,'','b47ae7f68f89437e1606c0975547c9ec','',NULL),(17512,'en','woocommerce','d7601124f21d79172cae57cd61d0291f','PHP post max size.',NULL,NULL,'','LINE',NULL,10,'','4a871c4b4d9df4a88771f74ca482d8fa','',NULL),(17513,'en','woocommerce','94af5df6182efd3591d0ccccaa04bd5c','PHP time limit',NULL,NULL,'','LINE',NULL,10,'','7faa484dc300f066d7e52bde6e6d08de','',NULL),(17514,'en','woocommerce','fa374422dcbc5f017b5ecbc93355e02e','PHP version',NULL,NULL,'','LINE',NULL,10,'','7c7398bb779a3cb80a2c6a314a16bfb1','',NULL),(17515,'en','woocommerce','84e7e574f63fb4384bf26451c9740426','PHP version.',NULL,NULL,'','LINE',NULL,10,'','6c70a3bad76e09d2126e708d9b1ecc3e','',NULL),(17516,'en','woocommerce','7e615cd130d2b1b744b6929dbe2e5fc5','Pabna',NULL,NULL,'','LINE',NULL,10,'','26fb9ddb94ffcb11e4fa37b87f8d34f0','',NULL),(17517,'en','woocommerce','7ef04aebad3327a7054be3cb5ecab933','Pader',NULL,NULL,'','LINE',NULL,10,'','af8a2a9b99a28ae80593a0b66df8f646','',NULL),(17518,'en','woocommerce','9a79a45db36095906d0428f54df64e90','Padova',NULL,NULL,'','LINE',NULL,10,'','d373e5bb11a96ab0471d509364da4ea5','',NULL),(17519,'en','woocommerce','be80256370788ee6d94e2597c3fd7a75','Page %d',NULL,NULL,'','LINE',NULL,10,'','93f4a0c58a4d75ea769fd08fcb9390d4','',NULL),(17520,'en','woocommerce','b8065ad2628f1f82f3167af0947b3e43','Page %d of %d',NULL,NULL,'','LINE',NULL,10,'','3aa20297a05683eabc2877c100b61354','',NULL),(17521,'en','woocommerce','f477203213a8344b1d9bcc7356bcb123','Page ID is set, but the page does not exist',NULL,NULL,'','LINE',NULL,10,'','12f12c177412f308cf46081dd3bd114f','',NULL),(17522,'en','woocommerce','8795b10f7ffe6c0eb2d0b29c075b13c2','Page does not contain the shortcode.',NULL,NULL,'','LINE',NULL,10,'','58b803d47d6a64edb5598feca77c4cad','',NULL),(17523,'en','woocommerce','15a1a46dc737caaa111fc1ca72d7e6e5','Page not set',NULL,NULL,'','LINE',NULL,10,'','0c8e9621990caf8bff8f8a204db50696','',NULL),(17524,'en','woocommerce','a85eba4c6c699122b2bb1387ea4813ad','Cart',NULL,NULL,'','LINE',NULL,10,'Page setting','d7563c43c0f810ed6381587c0f2adf83','',NULL),(17525,'en','woocommerce','6ff063fbc860a79759a7369ac32cee22','Checkout',NULL,NULL,'','LINE',NULL,10,'Page setting','ff4ebb0991a32da9d34ef8d8294a85ea','',NULL),(17526,'en','woocommerce','d95cf4ab2cbf1dfb63f066b50558b07d','My account',NULL,NULL,'','LINE',NULL,10,'Page setting','ce35f54e0cdd723d485d36794921dcb2','',NULL),(17527,'en','woocommerce','a40ddade98a35def572df2d54cabbff8','Shop base',NULL,NULL,'','LINE',NULL,10,'Page setting','a5ed56297c7900b71cfe06c2eed227e9','',NULL),(17528,'en','woocommerce','829f96defc7c51f96edf84b190ab864a','Terms and conditions',NULL,NULL,'','LINE',NULL,10,'Page setting','a46e893fdddb50e7e0edd008a661bb18','',NULL),(17529,'en','woocommerce','54013ba69c196820e56801f1ef5aad54','cart',NULL,NULL,'','LINE',NULL,10,'Page slug','40dbaaa77c44faca8e04d481f686a658','',NULL),(17530,'en','woocommerce','177627f91af678a9b03e993f1a91917f','checkout',NULL,NULL,'','LINE',NULL,10,'Page slug','0eb25ffd309e11ade2a798c2accd4683','',NULL),(17531,'en','woocommerce','38e865b05a4079b487a78b4b857de77b','my-account',NULL,NULL,'','LINE',NULL,10,'Page slug','cffbe896ba6c98f8a8db2cddde7c8812','',NULL),(17532,'en','woocommerce','fb54f3c5992b96d001bb16e8e92d968d','shop',NULL,NULL,'','LINE',NULL,10,'Page slug','a3a8ffe7d0a83eeb67b5bc87668a9054','',NULL),(17533,'en','woocommerce','4db1a5fb1ba1106923e19702d540bb9c','Page style',NULL,NULL,'','LINE',NULL,10,'','624ec59ba9ae141b7ae29f2c0cbeed0f','',NULL),(17534,'en','woocommerce','a85eba4c6c699122b2bb1387ea4813ad','Cart',NULL,NULL,'','LINE',NULL,10,'Page title','81014cf07f6a7260ef3454de6e3cd387','',NULL),(17535,'en','woocommerce','6ff063fbc860a79759a7369ac32cee22','Checkout',NULL,NULL,'','LINE',NULL,10,'Page title','aced25e019bc178dc2a801fd963987ce','',NULL),(17536,'en','woocommerce','d95cf4ab2cbf1dfb63f066b50558b07d','My account',NULL,NULL,'','LINE',NULL,10,'Page title','3219661746ddd7b32316b86a87fe4bd3','',NULL),(17537,'en','woocommerce','9f82518d468b9fee614fcc92f76bb163','Shop',NULL,NULL,'','LINE',NULL,10,'Page title','ccaecd87253eab8121f3ad3c66c8fb27','',NULL),(17538,'en','woocommerce','cca21390df303aa3871f6573f10aa0de','Page visibility should be <a href=\"%s\" target=\"_blank\">public</a>',NULL,NULL,'','LINE',NULL,10,'','be78a9419dde263605ab9f38ac2ebbe4','',NULL),(17539,'en','woocommerce','a18e089aa76cfb34de574b442ce433ef','%1$s of %2$s',NULL,NULL,'','LINE',NULL,10,'Pagination','817da6df8dcfcf64f5b9bf6b2ed69e3b','',NULL),(17540,'en','woocommerce','dfa96f6c8e8ce38419d3999200b0f05f','Pahang',NULL,NULL,'','LINE',NULL,10,'','c09bbb8d888bdc0db7cc0fd76181a3f6','',NULL),(17541,'en','woocommerce','5714c7e9f41e682a97bd552777c435fa','Paid on %1$s @ %2$s',NULL,NULL,'','LINE',NULL,10,'','29d8737faab936cd6f5d7e612d0ad5a7','',NULL),(17542,'en','woocommerce','b9698b8546220246fe600a949db326bf','Pakistan',NULL,NULL,'','LINE',NULL,10,'','f944a48080d3c6f16143402fa4e94b47','',NULL),(17543,'en','woocommerce','ce2f2c5188cab52b459dc8e7f955e05a','Pakwach',NULL,NULL,'','LINE',NULL,10,'','b2c73013ebf4870985585ba50281e6f0','',NULL),(17544,'en','woocommerce','3e80a868f12bddd51052d19111e483da','Palawan',NULL,NULL,'','LINE',NULL,10,'','885e22413c85256b7ddbdda60acbd1ec','',NULL),(17545,'en','woocommerce','251067ea37bfe72d1b02f7dd04538cda','Palencia',NULL,NULL,'','LINE',NULL,10,'','2bdc4fd943d84c7a01ccfaa417e131f6','',NULL),(17546,'en','woocommerce','8191692ba6c002b14b07549113e62125','Palermo',NULL,NULL,'','LINE',NULL,10,'','e8f77b630fd7b0cf25b59e2a05cd9b5a','',NULL),(17547,'en','woocommerce','e5f1fbdf8ac9b11da2bef5e0933e94cc','Palestinian Territory',NULL,NULL,'','LINE',NULL,10,'','c71f16e49361a160123cd68124546b97','',NULL),(17548,'en','woocommerce','e06063920e6c2d0c19c5f2db94165212','Pallisa',NULL,NULL,'','LINE',NULL,10,'','2ff4d57f8abd638cf1f435be82eebaaf','',NULL),(17549,'en','woocommerce','23803d499a9ef0247acafedae71e5143','Palmyra Atoll',NULL,NULL,'','LINE',NULL,10,'','30767bff55c84d9030b482d870faef24','',NULL),(17550,'en','woocommerce','5e8e3169b69e3a74f01d4bf58e2f6fdb','Pampanga',NULL,NULL,'','LINE',NULL,10,'','ecc678b125cc069098e0152d55d10b6a','',NULL),(17551,'en','woocommerce','6bec347f256837d3539ad619bd489de7','Panama',NULL,NULL,'','LINE',NULL,10,'','1066f28955e9e962fb472715d8ebef3f','',NULL),(17552,'en','woocommerce','d69102fd0bf8246eaa5614115850a7b9','Panchagarh',NULL,NULL,'','LINE',NULL,10,'','78810d5f0f091ae3efd4ec9e526ba4a1','',NULL),(17553,'en','woocommerce','28bcd91757d1a558bd9267067a31441b','Pando',NULL,NULL,'','LINE',NULL,10,'','a634ce23cb718f3ca048090784dc618f','',NULL),(17554,'en','woocommerce','09aa20d77c0451ed75aca6e96b6bb1ca','Pangasinan',NULL,NULL,'','LINE',NULL,10,'','5b03b46cb2c3b9976e23ba475850ccc8','',NULL),(17555,'en','woocommerce','4a9b3dc0a738cfc098b5e209a42260dd','Papua',NULL,NULL,'','LINE',NULL,10,'','ebcda775b67f3d23bb40c55334b53e3e','',NULL),(17556,'en','woocommerce','80fbde6cb3de3766d1648dc1327853fb','Papua Barat',NULL,NULL,'','LINE',NULL,10,'','25c7153b7623b7ffa3df837bc1ceb0af','',NULL),(17557,'en','woocommerce','f670d3806d530c3e5cb1f31dca457751','Papua New Guinea',NULL,NULL,'','LINE',NULL,10,'','e35bc94822353c0cd397c01a2d0738e4','',NULL),(17558,'en','woocommerce','8460f84824160c9d04afa0b3d2cd8e9d','Pará',NULL,NULL,'','LINE',NULL,10,'','871ac290c9d3d4da2ca3ceeab2b41a14','',NULL),(17559,'en','woocommerce','75d8f5bf0d90fb4e0e16aa430d1215e1','Paraíba',NULL,NULL,'','LINE',NULL,10,'','59edddf4268fcbb92c178c9d9af237e7','',NULL),(17560,'en','woocommerce','d73ae47d948b632a5a4e49dac1fd0aa2','Paraguarí',NULL,NULL,'','LINE',NULL,10,'','b3f77bb63936dced950990dc4e3ef6a0','',NULL),(17561,'en','woocommerce','73101738da81e5cbb87b64cd400a4405','Paraguay',NULL,NULL,'','LINE',NULL,10,'','cc5071c2e3e29e3eb9beb4131725a464','',NULL),(17562,'en','woocommerce','54d93bb7968bcefe0c810812ac62dd75','Paraná',NULL,NULL,'','LINE',NULL,10,'','ffbe0e4e8c44a9926ed8e81c8885ffb3','',NULL),(17563,'en','woocommerce','30269022e9d8f51beaabb52e5d0de2b7','Parent',NULL,NULL,'','LINE',NULL,10,'','cb85f014bc596c7d2027794a64c7127e','',NULL),(17564,'en','woocommerce','03d2a3c16fe093f6883a4b0059a581b9','Parent %s',NULL,NULL,'','LINE',NULL,10,'','1d31946809b6ecd4b535992bab0165c5','',NULL),(17565,'en','woocommerce','514ef5adfed5b9f69f4fdc1179ea8e38','Parent %s:',NULL,NULL,'','LINE',NULL,10,'','c6da9261682dae8236d6e638105ab72a','',NULL),(17566,'en','woocommerce','f5ff8ac3808ddd8d3886afb45c00d52e','Parent SKU',NULL,NULL,'','LINE',NULL,10,'','73fd33db4c3b71bc823fb9fc67412745','',NULL),(17567,'en','woocommerce','3d4cdde8c4b1eb2c769769aeb21a3657','Parent order ID.',NULL,NULL,'','LINE',NULL,10,'','54f97e1440ca136e714563a7a08214b7','',NULL),(17568,'en','woocommerce','dca0f6a6c988d7fed29d9514f99631d6','Parent product does not match current variation.',NULL,NULL,'','LINE',NULL,10,'','e1e3f13f4570850d2cd04b39efcaceb5','',NULL),(17569,'en','woocommerce','ff651fca4f9efc093f32e883850b53fd','Parent theme author URL',NULL,NULL,'','LINE',NULL,10,'','6a5c94040c0588637221985859cdb5c1','',NULL),(17570,'en','woocommerce','2f8ff162b9176e95ea8f3e0a84243e09','Parent theme author URL.',NULL,NULL,'','LINE',NULL,10,'','b4dfab9f43b80564fd5076d1c08c1fc0','',NULL),(17571,'en','woocommerce','674ab0f2ef6e0f41878c5bdf0be84ab6','Parent theme name',NULL,NULL,'','LINE',NULL,10,'','884e4eb4516e9053caf601edddedf793','',NULL),(17572,'en','woocommerce','d9648f505f628545a690b7cfbcac0729','Parent theme name.',NULL,NULL,'','LINE',NULL,10,'','1c1a9885f01a33be1be37ad66db21c63','',NULL),(17573,'en','woocommerce','6885d3554d2a37d61922e01975b6b835','Parent theme version',NULL,NULL,'','LINE',NULL,10,'','e0714161d7f2c078eafc829f2f1a7f8a','',NULL),(17574,'en','woocommerce','4f30ece1deb97e7f5ed9c1ca79bc872c','Parent theme version.',NULL,NULL,'','LINE',NULL,10,'','6bb68e45d6637641ff79a47bec05ff3b','',NULL),(17575,'en','woocommerce','85bf516cb6ae2cc86249d1e7b9fa890c','Parma',NULL,NULL,'','LINE',NULL,10,'','79a36a8d0f67fbe9e7da1cad0c8ace76','',NULL),(17576,'en','woocommerce','0827947722c4df3dd0de0bc277ef5d63','Partial Refund: Order {order_number}',NULL,NULL,'','LINE',NULL,10,'','ab6227c781694aec52fa9c0e0f32caf7','',NULL),(17577,'en','woocommerce','6fd651ff5a300a3c098abbb676109947','Partial refund email heading',NULL,NULL,'','LINE',NULL,10,'','5b544b661817408a859f106a89795ae2','',NULL),(17578,'en','woocommerce','ad8605f810a0705a2574b5b73c1e28c5','Partial refund subject',NULL,NULL,'','LINE',NULL,10,'','133c6b9ad21e05e005d38737a34ba055','',NULL),(17579,'en','woocommerce','a079f0b964f0a414eda20a8fd312c6fd','Pasco',NULL,NULL,'','LINE',NULL,10,'','ff80d7ca77eb83e61532f8f9f22a10d5','',NULL),(17580,'en','woocommerce','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'','LINE',NULL,10,'','05dbb9051b991bebcca6cb5ff91078f6','',NULL),(17581,'en','woocommerce','1eeba4cfbc58c85d2ae4e8da57c8f51e','Password Reset Request',NULL,NULL,'','LINE',NULL,10,'','1266f4784f4fc89ae28d259bfdc54895','',NULL),(17582,'en','woocommerce','963e9cbb29e714ed72063e074d114a90','Password Reset Request for {site_title}',NULL,NULL,'','LINE',NULL,10,'','e1d8408b40e429735b89f42434765a1f','',NULL),(17583,'en','woocommerce','39b8051be9bd8ff6f0a1626c8db69a86','Password change',NULL,NULL,'','LINE',NULL,10,'','d07fc5d2111a07b09f025513e4793f46','',NULL),(17584,'en','woocommerce','a375a70e5d3073fcd78a41fbf76395d5','Password reset email has been sent.',NULL,NULL,'','LINE',NULL,10,'','2e121215c6a7403a351afbaa8b0bae57','',NULL),(17585,'en','woocommerce','83943e4982f489ddcc10b47aadcc4e66','Password reset is not allowed for this user',NULL,NULL,'','LINE',NULL,10,'','2c05cd93a7468a29f79c8905e667fc3b','',NULL),(17586,'en','woocommerce','01b0a98f830ff7741deeac3f4b6aac62','Passwords do not match.',NULL,NULL,'','LINE',NULL,10,'','0f88746ded94b3227adb3f33967745ae','',NULL),(17587,'en','woocommerce','6f39e96e4a8ce08f1d316c5f5266c91e','Pathum Thani',NULL,NULL,'','LINE',NULL,10,'','e4b8c623f45d7af446306314d3dcc9d6','',NULL),(17588,'en','woocommerce','9320b3eed2a4b0930ab907435c9f440a','Pattani',NULL,NULL,'','LINE',NULL,10,'','4f9e9f0655b5bb16a190a3203eb60ef9','',NULL),(17589,'en','woocommerce','e460df0bc1ab0d71107bc85b11a90024','Patuakhali',NULL,NULL,'','LINE',NULL,10,'','61d4b4b136eda3e4cc618974360da47a','',NULL),(17590,'en','woocommerce','e99180abf47a8b3a856e0bcb2656990a','Paused',NULL,NULL,'','LINE',NULL,10,'','3fc9f03f6001344085024daef26ac7ee','',NULL),(17591,'en','woocommerce','180ab0761158b959facf0feae6115c4e','Pavia',NULL,NULL,'','LINE',NULL,10,'','9cf891c58c403ba427be8c72ed03d40b','',NULL),(17592,'en','woocommerce','bde11c7566878fd8967de0d028a09bfd','Pay for order',NULL,NULL,'','LINE',NULL,10,'','5af9b3c71f7f9c4545f98362fc3c23ee','',NULL),(17593,'en','woocommerce','15d5deb1c8d1f58f30b8fa83124ddfe2','Pay for this order',NULL,NULL,'','LINE',NULL,10,'','362c129af5f9eee3c6b7ba443899f954','',NULL),(17594,'en','woocommerce','5bcb34ab6ac36b69cee34c8d6cd828d4','Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.',NULL,NULL,'','LINE',NULL,10,'','42628cdbcfede47503b33a02c1e055a3','',NULL),(17595,'en','woocommerce','dbfaaede93a357530ecc94cbd23cd963','Pay with cash upon delivery.',NULL,NULL,'','LINE',NULL,10,'','ec4c40d8a178b5d1732d613718aca477','',NULL),(17596,'en','woocommerce','ad69e733ebae8d264bccaa38d68830e8','PayPal',NULL,NULL,'','LINE',NULL,10,'','70b0b453b7f46360cd1f085cec89e26b','',NULL),(17597,'en','woocommerce','a395665b28a249a359ca9ea52cf1be82','PayPal Standard',NULL,NULL,'','LINE',NULL,10,'','a9971a0eeb93ade1b05d5581b2f3d7be','',NULL),(17598,'en','woocommerce','f6f428e0bee3153caae08e152fe61430','PayPal Standard redirects customers to PayPal to enter their payment information.',NULL,NULL,'','LINE',NULL,10,'','08264e4793b78f1cff926e1f5a12ad82','',NULL),(17599,'en','woocommerce','4510c5146008bca27916cfde9033d5a0','PayPal acceptance mark',NULL,NULL,'','LINE',NULL,10,'','eecca4bdcaf8fc96845a496613fd0f50','',NULL),(17600,'en','woocommerce','dff68400b469f1741feacf9a3d7f0775','PayPal allows us to send one address. If you are using PayPal for shipping labels you may prefer to send the shipping address rather than billing. Turning this option off may prevent PayPal Seller protection from applying.',NULL,NULL,'','LINE',NULL,10,'','2d2afa2dc347989ea42c9b81e16df266','',NULL),(17601,'en','woocommerce','7a9f60475de6ff0ddf51a209f1eb3244','PayPal does not support your store currency.',NULL,NULL,'','LINE',NULL,10,'','7e464f3be71de183edb206e161540875','',NULL),(17602,'en','woocommerce','e18afd82261a6fb13486ccbe54581bba','PayPal email',NULL,NULL,'','LINE',NULL,10,'','5698592f0cc4ef723691ed0296016efd','',NULL),(17603,'en','woocommerce','45a2da472ef38c259098d491b8b51ae9','PayPal email address',NULL,NULL,'','LINE',NULL,10,'','974c642aaea913148a61c4c4f168163b','',NULL),(17604,'en','woocommerce','f5dc0667c7f7393a0efe38e9e0368865','PayPal email address:',NULL,NULL,'','LINE',NULL,10,'','a44fc46a6d5e915f42ed8394beb2da7e','',NULL),(17605,'en','woocommerce','bb5b002dd85bfa7c6d5b5a79bbccabdd','PayPal identity token',NULL,NULL,'','LINE',NULL,10,'','9e4db4b4e8eaddad24c17280675b70f0','',NULL),(17606,'en','woocommerce','9ee715a8814e4f2a50e5e1a917d16e21','PayPal sandbox',NULL,NULL,'','LINE',NULL,10,'','66b6a8ecbacec245f4b7fa9a934a3442','',NULL),(17607,'en','woocommerce','95755fd802dd93a247d7945cd67503ec','PayPal sandbox can be used to test payments. Sign up for a <a href=\"%s\">developer account</a>.',NULL,NULL,'','LINE',NULL,10,'','f8f04cd7cbe90bfd394ab06ded58249a','',NULL),(17608,'en','woocommerce','845f983dda0ba365585a8e3c10039bc5','PayPal setup is powered by Jetpack and WooCommerce Services.',NULL,NULL,'','LINE',NULL,10,'','a5406fdb78871f3b743723f3ba824026','',NULL),(17609,'en','woocommerce','d463fd020a8af10db4c45eeda959e48d','PayPal uses this method of communicating when sending back transaction information.',NULL,NULL,'','LINE',NULL,10,'','226eecf160bd3d237ea0ea299ac090e0','',NULL),(17610,'en','woocommerce','89f2a9f478f3297cdff77f7185c77c85','PayPal verifies addresses therefore this setting can cause errors (we recommend keeping it disabled).',NULL,NULL,'','LINE',NULL,10,'','f4b708c4a4226be5cd1cbdc422ed5022','',NULL),(17611,'en','woocommerce','709c8d443ef81508fdcf8e2e5c4d2c58','Payer PayPal address',NULL,NULL,'','LINE',NULL,10,'','08607eaa4cfdb45f9b48fc2d3ec5581c','',NULL),(17612,'en','woocommerce','7dd71020d90da7be6d0f40e43378098c','Payer first name',NULL,NULL,'','LINE',NULL,10,'','79bf23a69c5880321ddb22b72518f2e0','',NULL),(17613,'en','woocommerce','7eab2995465748d683b00f966a426fd5','Payer last name',NULL,NULL,'','LINE',NULL,10,'','e09b538861549b33353959eb3bb1d972','',NULL),(17614,'en','woocommerce','f9cce26397a84f1e62416008c95b8e73','Paying customer',NULL,NULL,'','LINE',NULL,10,'','69c23d3c6865e7f0f8d74394fc6f15b2','',NULL),(17615,'en','woocommerce','c453a4b8e8d98e82f35b67f433e3b4da','Payment',NULL,NULL,'','LINE',NULL,10,'','a44dfb13edfbbedc67c387dfc6895178','',NULL),(17616,'en','woocommerce','489c06df28fbbca9e4e6d34540833472','Payment %s via IPN.',NULL,NULL,'','LINE',NULL,10,'','143001918cb0c073d045fe9a94e904f9','',NULL),(17617,'en','woocommerce','d388f4550eade88ee7d892ee460369dd','Payment Tokens',NULL,NULL,'','LINE',NULL,10,'','a72f220888b14aebb683a0574ca9e909','',NULL),(17618,'en','woocommerce','93b06f54e738e1a36e44bafcb2ba9d56','Payment action',NULL,NULL,'','LINE',NULL,10,'','e102958f424a57d1c811802e1d0e00b1','',NULL),(17619,'en','woocommerce','2cafebfe4562c14a7e7d27acccc3c1af','Payment authorized. Change payment status to processing or complete to capture funds.',NULL,NULL,'','LINE',NULL,10,'','3a0af39b578013417ce888cf42d0b33d','',NULL),(17620,'en','woocommerce','9d7ba7f051676cdb094df5c8394ff0ce','Payment complete event failed.',NULL,NULL,'','LINE',NULL,10,'','8895b7f8a0881b1396862d4462055f3c','',NULL),(17621,'en','woocommerce','843c9a0320e7950c5219ba4b93406e15','Payment could not be captured - Auth ID: %1$s, Status: %2$s',NULL,NULL,'','LINE',NULL,10,'','3a5a64ab9f3bd9b77de282cb111f6e26','',NULL),(17622,'en','woocommerce','79e9d4b7b6702e62ce50e8fe5a97c71d','Payment could not be captured: %s',NULL,NULL,'','LINE',NULL,10,'','9ea5024f6ed1678c8829858a1f8dc3d3','',NULL),(17623,'en','woocommerce','56d6c6d9a7a5ebf30dda07374d61dc0b','Payment for cancelled order %s received',NULL,NULL,'','LINE',NULL,10,'','95d6787813d5dd1c8fd1a7b5712ce127','',NULL),(17624,'en','woocommerce','b5729590766f8f3d9b2281afeac1e417','Payment for order #%1$s from %2$s has failed. The order was as follows:',NULL,NULL,'','LINE',NULL,10,'','16fb3296ae36e14ea4d752a30c01b57b','',NULL),(17625,'en','woocommerce','09c9e578a12c04f3329dfe17864eb79d','Payment for order %s refunded',NULL,NULL,'','LINE',NULL,10,'','6b13d33f2fdd90f1e5dacb9b71ae0606','',NULL),(17626,'en','woocommerce','bfa349bac8084f55a88c570200714476','Payment for order %s reversed',NULL,NULL,'','LINE',NULL,10,'','eaca89059f093ea731ed9987318bdbf7','',NULL),(17627,'en','woocommerce','f6b8ce4482cda31cf7f47c5d2715ee59','Payment gateway',NULL,NULL,'','LINE',NULL,10,'','956664984385ddc5c8d4f246d4fdd1e6','',NULL),(17628,'en','woocommerce','b91b94a5a79e57e019a2bf8bc32c0f5b','Payment gateway ID.',NULL,NULL,'','LINE',NULL,10,'','4cbe809291ebc0097f8639cc8864458c','',NULL),(17629,'en','woocommerce','48a957921cac04a77842e03bd1da5d01','Payment gateway description on checkout.',NULL,NULL,'','LINE',NULL,10,'','3d2d61d6dab45b556e8b165c03c37246','',NULL),(17630,'en','woocommerce','b597b56134a003fad1d349d73d65b89b','Payment gateway enabled status.',NULL,NULL,'','LINE',NULL,10,'','a6c296104219134b769abb542ad21dc7','',NULL),(17631,'en','woocommerce','6bb896d8e6727c317e50c237a16194e1','Payment gateway method description.',NULL,NULL,'','LINE',NULL,10,'','adffceffc69d72313d0f1f52b04ac90d','',NULL),(17632,'en','woocommerce','bc535c353d25460501247245d588dbde','Payment gateway method title.',NULL,NULL,'','LINE',NULL,10,'','18e4e7a7bb9b7b3a748f967721d2ae00','',NULL),(17633,'en','woocommerce','6cbaa536c9ea0a26b24aaaa30e1a4ef7','Payment gateway settings.',NULL,NULL,'','LINE',NULL,10,'','dabebbe14e2b928257d1b33e2aa905be','',NULL),(17634,'en','woocommerce','af00fc066a42445f4a5516f7f6b46d7d','Payment gateway sort order.',NULL,NULL,'','LINE',NULL,10,'','b5a594ffcb5a122edace19a02a93487b','',NULL),(17635,'en','woocommerce','b4752faa8fb5b94b0efad6390321f26d','Payment gateway title on checkout.',NULL,NULL,'','LINE',NULL,10,'','7e4488d5474d367d2ccd2e4394b501ea','',NULL),(17636,'en','woocommerce','f7e73a03653e48a0c4cd82547b7a5f17','Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services.',NULL,NULL,'','LINE',NULL,10,'','54e9c914bf33d45de2f04f72f4f3d628','',NULL),(17637,'en','woocommerce','e3c58a3885899686ef4b43a15d745f9d','Payment method ID and title are required',NULL,NULL,'','LINE',NULL,10,'','f406c9c9c3de4b81d7fa91783f3a6368','',NULL),(17638,'en','woocommerce','98fb4c43eecbf0c755076e719deac723','Payment method ID.',NULL,NULL,'','LINE',NULL,10,'','2f9ce44c4fc401599821045c0e283bb1','',NULL),(17639,'en','woocommerce','b0040950805786dd70b0e8cf48ed6bcc','Payment method deleted.',NULL,NULL,'','LINE',NULL,10,'','551c6e45fcaf2be8f52fab0b7791b2a5','',NULL),(17640,'en','woocommerce','e4eff6c16229f71dd2cc8f8b417398e3','Payment method description that the customer will see on your checkout.',NULL,NULL,'','LINE',NULL,10,'','ed56177c9a223b6e92398147a9c9334d','',NULL),(17641,'en','woocommerce','f7ce53558801c65dcaadd68960b3d05f','Payment method description that the customer will see on your website.',NULL,NULL,'','LINE',NULL,10,'','53828e0cd4da9ce0cf43e080ba70941f','',NULL),(17642,'en','woocommerce','69fa45756a6cec5e555f14842f10b1ac','Payment method successfully added.',NULL,NULL,'','LINE',NULL,10,'','fc41d3ab8ac147c7035b3e8589a96dc8','',NULL),(17643,'en','woocommerce','88eba7fdd4f2ca1e9940fa695069ce24','Payment method title.',NULL,NULL,'','LINE',NULL,10,'','1adfb9dff278f634c1b18bc5d17f7c97','',NULL),(17644,'en','woocommerce','c1f6368d15f7c13c4e5e8f70c68c747f','Payment method:',NULL,NULL,'','LINE',NULL,10,'','d9be2da2bb5eed6c861ec990e903cd19','',NULL),(17645,'en','woocommerce','9ceaa3cb801348ebde5fdd70be917800','Payment of %1$s was captured - Auth ID: %2$s, Transaction ID: %3$s',NULL,NULL,'','LINE',NULL,10,'','ac1c51e02cadee97d83645989a8bf84f','',NULL),(17646,'en','woocommerce','96cb0f212f9a39b7214f5fa4cafa2891','Payment pending (%s).',NULL,NULL,'','LINE',NULL,10,'','7d040085a386f951d059e7e8c41ecb30','',NULL),(17647,'en','woocommerce','bc0a103bdbb451ea1450e181583b4797','Payment to be made upon delivery.',NULL,NULL,'','LINE',NULL,10,'','86b3d8fa36fa8dbcb10daed380b6808a','',NULL),(17648,'en','woocommerce','6cf6543c1491c7a8191307a7680592f9','Payment via',NULL,NULL,'','LINE',NULL,10,'','5a1c7e5bd320e5efe923e3e843d70301','',NULL),(17649,'en','woocommerce','035bb77e8de67a4821b29cd6825f1b70','Payment via %s',NULL,NULL,'','LINE',NULL,10,'','4ca23f52b332b12dc733efdb0bdfa755','',NULL),(17650,'en','woocommerce','daef64964ee3b9b904f5d467586e217f','Payments',NULL,NULL,'','LINE',NULL,10,'','f7f6649dd18702c2d88efcb36f1fe0b5','',NULL),(17651,'en','woocommerce','762b4429083ee7a3be22ce88bf4af7fe','Pazardzhik',NULL,NULL,'','LINE',NULL,10,'','69f318d39651ffd9ee2f4979cf0f40fa','',NULL),(17652,'en','woocommerce','1dfd34c486265ac65521144b203311c4','Pemba North',NULL,NULL,'','LINE',NULL,10,'','77ce3b62c71704a595e10eaa786ec181','',NULL),(17653,'en','woocommerce','f9969654d4cf9b331a7e4bb9ed462050','Pemba South',NULL,NULL,'','LINE',NULL,10,'','050d9283907e8f736b78117668bba727','',NULL),(17654,'en','woocommerce','9c56d237a1a6d2847a76670bf90eab76','Penang (Pulau Pinang)',NULL,NULL,'','LINE',NULL,10,'','c7121ec89cef91ad4025c1ca52165ad3','',NULL),(17655,'en','woocommerce','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,10,'','ba97eab415e95b0fde81bb79392f1cc9','',NULL),(17656,'en','woocommerce','11b30612ed4ae499d459581a75789762','Pending payment <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','7ac520dfca1d97b3793c4bf6a55ba630','',NULL),(17657,'en','woocommerce','9ac31dfb3a2f5b994f4009eb0a3c0949','Pennsylvania',NULL,NULL,'','LINE',NULL,10,'','055c979a3d1f7f9d19458c67d5d6fd0c','',NULL),(17658,'en','woocommerce','ebe24cf3ded4d06f832133f817aa0638','Per class: Charge shipping for each shipping class individually',NULL,NULL,'','LINE',NULL,10,'','0be790ebcdb4a7a5f6abdf376c993dba','',NULL),(17659,'en','woocommerce','84b57ee9442a81dbc2a43b90a447b03c','Per order: Charge shipping for the most expensive shipping class',NULL,NULL,'','LINE',NULL,10,'','677fe0039719a9eeb458540f0070fb05','',NULL),(17660,'en','woocommerce','6f7e87a9e8aaa2b4082bfde35d8fe1f6','Perak',NULL,NULL,'','LINE',NULL,10,'','9703d68502554f945cd27f32c4d70f1d','',NULL),(17661,'en','woocommerce','f680f349cfbd6a6e1fc131753bf8ccd7','Percentage discount',NULL,NULL,'','LINE',NULL,10,'','647c1929083aad2945d069c126fd0b6c','',NULL),(17662,'en','woocommerce','cf2004301bea58ec8458135d6730b3f4','Percentage of cart total',NULL,NULL,'','LINE',NULL,10,'','6b5f2650da8395e4b159d11a97f3bbd6','',NULL),(17663,'en','woocommerce','56cdd7e9e3cef1974f4075c03a80332d','Perfect',NULL,NULL,'','LINE',NULL,10,'','a9b795ee31e044df653abf3e9d85776c','',NULL),(17664,'en','woocommerce','a27f5fe3a016018822e4c44fec378a89','Performance Indicators',NULL,NULL,'','LINE',NULL,10,'','500a2a6b503d6ba8028cbc0d61f0cf25','',NULL),(17665,'en','woocommerce','1901606ea069a83dc7beea17881ef95a','Period',NULL,NULL,'','LINE',NULL,10,'','1345ecc9481f37a12a1d7657612de479','',NULL),(17666,'en','woocommerce','2e3ac9c5f284482a62ad42b7277fb4d9','Perlis',NULL,NULL,'','LINE',NULL,10,'','83b819a406311d1738b2e9ee0e542186','',NULL),(17667,'en','woocommerce','ae5da0e1bf0b9e588be5e99e04259dc8','Permalink of the product that the review belongs to.',NULL,NULL,'','LINE',NULL,10,'','9a3b7a3030135b3b92b9fe3af9740bb2','',NULL),(17668,'en','woocommerce','b546d95c008079611867b5afd4ba3129','Permanently deleted %s',NULL,NULL,'','LINE',NULL,10,'','066c777e027c9b4e47933a077590627d','',NULL),(17669,'en','woocommerce','80ddfef6b16f6b6d38053e004876982d','Permanently deleted customer',NULL,NULL,'','LINE',NULL,10,'','a845dfcf52d299e8dc306faa9e9a5b07','',NULL),(17670,'en','woocommerce','82a98590baad08dc7e1fc2ab45ce1e7f','Permanently deleted order note',NULL,NULL,'','LINE',NULL,10,'','7c7f1474d3496942f2317b48f1f97e39','',NULL),(17671,'en','woocommerce','926dd6bafb3a6648448c413844df263b','Permission #%d not found.',NULL,NULL,'','LINE',NULL,10,'','8605ac92a725d698322bc7ee22bc76eb','',NULL),(17672,'en','woocommerce','d52ca325b5ff18a936a4734bb896c620','Permission ID',NULL,NULL,'','LINE',NULL,10,'','a00a4dcebe65065959394935a3b2b8b0','',NULL),(17673,'en','woocommerce','d08ccf52b4cdd08e41cfb99ec42e0b29','Permissions',NULL,NULL,'','LINE',NULL,10,'','0f7a970969f6e87107773bce57ca3050','',NULL),(17674,'en','woocommerce','bed53614fcf557973720d33ea2151543','Permissions is missing.',NULL,NULL,'','LINE',NULL,10,'','a1c321007cc1402900ec9eaad9509666','',NULL),(17675,'en','woocommerce','13464617db978b462a7b67aa406a6062','Pernambuco',NULL,NULL,'','LINE',NULL,10,'','5882ae13793defa18877b245de769604','',NULL),(17676,'en','woocommerce','a402f4ef1d73b3011c20b2bba96bcc0e','Pernik',NULL,NULL,'','LINE',NULL,10,'','e85107dd4c19fdf3db25c18c65d1580a','',NULL),(17677,'en','woocommerce','70711988de33fb7c5df4fa75f53e90b2','Personal data removed.',NULL,NULL,'','LINE',NULL,10,'','d7544a30befcdf495057cc5af30dbccf','',NULL),(17678,'en','woocommerce','6128185b9407653236ea170a77616c31','Personal data within order %s has been retained.',NULL,NULL,'','LINE',NULL,10,'','3cc5d3ffd70c8dc787c1f14498e20018','',NULL),(17679,'en','woocommerce','84c8fa2341f7d052a1ee3a36ff043798','Peru',NULL,NULL,'','LINE',NULL,10,'','238fd0ac9491f9a5ef529de796e23b55','',NULL),(17680,'en','woocommerce','a9dba1742461d4960c161ccb6d2ff60a','Perugia',NULL,NULL,'','LINE',NULL,10,'','073dc45bfba4b3dc79d315250e97d94d','',NULL),(17681,'en','woocommerce','0bf7f1e996e8afa74afd5fba856c9113','Pesaro e Urbino',NULL,NULL,'','LINE',NULL,10,'','d7df07ba87f02b58119f27d3cecbbe5c','',NULL),(17682,'en','woocommerce','f0dc052296729f19c673022f91f10bc9','Pescara',NULL,NULL,'','LINE',NULL,10,'','fdc7d45b0748220a9ee88168a46ed895','',NULL),(17683,'en','woocommerce','8f2aee794286772a06ad3133d0a64c72','Pest',NULL,NULL,'','LINE',NULL,10,'','7332ba9589869c0e909678e350feab1e','',NULL),(17684,'en','woocommerce','bfb3e612c8dcf1c3e08e4ae3196cdfd9','Phang Nga',NULL,NULL,'','LINE',NULL,10,'','c760b7897b5967a122a91362b9dfcb1e','',NULL),(17685,'en','woocommerce','1748f36d9a6ffb8f844842fb2d4d6dac','Phatthalung',NULL,NULL,'','LINE',NULL,10,'','3c08097571787bd8f626eb0eab72d7a7','',NULL),(17686,'en','woocommerce','7ad84350199b57ac88906bfbf19cd6f4','Phayao',NULL,NULL,'','LINE',NULL,10,'','87addf016ec6735dcf0d17717f1cc6ee','',NULL),(17687,'en','woocommerce','3e26d3b30b0e35d8216558b5f59241e9','Phetchabun',NULL,NULL,'','LINE',NULL,10,'','15e92a0f611668183f85a7b7b72bc886','',NULL),(17688,'en','woocommerce','9d152880def75f9ace3785ede9857c30','Phetchaburi',NULL,NULL,'','LINE',NULL,10,'','75b3fe101273f32e4248b3cd36c8a971','',NULL),(17689,'en','woocommerce','08a80d0313d554832d6ae0e604d8d4f7','Phichit',NULL,NULL,'','LINE',NULL,10,'','355d698c7b05809e4d185c4a79a1d401','',NULL),(17690,'en','woocommerce','77dab2f81a6c8c9136efba7ab2c4c0f2','Philippines',NULL,NULL,'','LINE',NULL,10,'','a5486b67e7243e685aa0c291e8208320','',NULL),(17691,'en','woocommerce','79662ccd5c54a47327ede8d85b30fc0d','Phitsanulok',NULL,NULL,'','LINE',NULL,10,'','e3efe23f11f8e54b7f5774fe9c687d6a','',NULL),(17692,'en','woocommerce','bcc254b55c4a1babdf1dcb82c207506b','Phone',NULL,NULL,'','LINE',NULL,10,'','e5080ecaf405726a500f93f2a86b40e6','',NULL),(17693,'en','woocommerce','1e4dbc7eaa78468a3bc1448a3d68d906','Phone Number',NULL,NULL,'','LINE',NULL,10,'','b7846d426b1dbfc8478997648b454b4b','',NULL),(17694,'en','woocommerce','4a3987913737f9f3db6f864a1953fe4d','Phone number.',NULL,NULL,'','LINE',NULL,10,'','82499f21c6655708665a9a7d27ef5871','',NULL),(17695,'en','woocommerce','860cd43da4f9d93c1708a920c462d759','Phrae',NULL,NULL,'','LINE',NULL,10,'','9082acaf75531b3f322b74a2e8e0ab25','',NULL),(17696,'en','woocommerce','dd38c4ce6700ee7992d922b1bcbbbc19','Phuket',NULL,NULL,'','LINE',NULL,10,'','ea3fea2f1aeffd8fbe3d7f80a0897982','',NULL),(17697,'en','woocommerce','e8f9b4e973bec24d2a3652d96e7ebb2b','Piacenza',NULL,NULL,'','LINE',NULL,10,'','90ead46027d283c66fef13ae9d9af941','',NULL),(17698,'en','woocommerce','677f3fcfb041bedad5a2d03d687ea630','Piauí',NULL,NULL,'','LINE',NULL,10,'','af0b8ed0f27c56240132f8ade7da5478','',NULL),(17699,'en','woocommerce','1435ee8410cf35b9178ac23aa93d48a6','Pick at least two attributes to use this setting.',NULL,NULL,'','LINE',NULL,10,'','402bfbb636323d223faea042af4018c9','',NULL),(17700,'en','woocommerce','4fa30b191ec4e3eecee26bd5d5305613','Pick at least two categories to use this setting.',NULL,NULL,'','LINE',NULL,10,'','2a03a362574439f4cc5dccc5674eacb7','',NULL),(17701,'en','woocommerce','60fd0a4e34c93973c1883b989c991cb3','Pick at least two tags to use this setting.',NULL,NULL,'','LINE',NULL,10,'','58ce881eade8c3f9f55edaa5235d8d5a','',NULL),(17702,'en','woocommerce','e04a1850b7553198df9f06acb4c93671','Pirojpur',NULL,NULL,'','LINE',NULL,10,'','a88c2d68e82b78d078588f5a7abcac98','',NULL),(17703,'en','woocommerce','322db3095458956cc0d273d05531d993','Pisa',NULL,NULL,'','LINE',NULL,10,'','d5fefcc87a034c76797cc4a9d2ed2daf','',NULL),(17704,'en','woocommerce','9a237c509b3b6d5fd10b21cdb999ffc5','Pistoia',NULL,NULL,'','LINE',NULL,10,'','a6d85611f5d27c6315e61e5ab69d31fe','',NULL),(17705,'en','woocommerce','7fad9908f71e4ba29eeff3847d7ccc10','Pitcairn',NULL,NULL,'','LINE',NULL,10,'','c327a0e887151278ed61b7b0cdd556fe','',NULL),(17706,'en','woocommerce','710c0d946947a2b4165cf4927c66dfd3','Piura',NULL,NULL,'','LINE',NULL,10,'','fc0ed0197a8f59886cc0701aaba52e9f','',NULL),(17707,'en','woocommerce','e7965ae5942a09b8778af5a9fd481460','Place order',NULL,NULL,'','LINE',NULL,10,'','aaf5a882161a50cd8919717eb081e159','',NULL),(17708,'en','woocommerce','68753d36ec0c4d7768b20993268d68d1','Placeholder',NULL,NULL,'','LINE',NULL,10,'','bf9e4cb07c3c7c935a25f209f2854bd2','',NULL),(17709,'en','woocommerce','809ee212c6b89f153ae53c2d4ce81c20','Placeholder text to be displayed in text inputs.',NULL,NULL,'','LINE',NULL,10,'','12d9567a50a021c5f071c4e1cc29280f','',NULL),(17710,'en','woocommerce','f39a0720a929097afa9db4505cdf9669','Plain text',NULL,NULL,'','LINE',NULL,10,'','855282dba32a2f925960255bad0c10c4','',NULL),(17711,'en','woocommerce','295acd06d9337b057a6184ea68ac3dd0','Plain text template',NULL,NULL,'','LINE',NULL,10,'','9e3dc366f3bbf9feb674d47031dd6f8d','',NULL),(17712,'en','woocommerce','5cf2a054cb658beb406d3e4c02ae3c4e','Plateau',NULL,NULL,'','LINE',NULL,10,'','d900b780f462ebd45057c34dfa3e7f67','',NULL),(17713,'en','woocommerce','491b4456af6152638d8f957ecb8ac2cc','Please choose a product to add to your cart…',NULL,NULL,'','LINE',NULL,10,'','624d38d8117101c4441ffbf1bd99ff7d','',NULL),(17714,'en','woocommerce','b93314dd9ced71f0de7f9331b8c0ffd2','Please choose product options…',NULL,NULL,'','LINE',NULL,10,'','2e38b50820f5ad216376065bbc5b389f','',NULL),(17715,'en','woocommerce','49723f1635ac778b4926c1b5828e466b','Please choose the quantity of items you wish to add to your cart…',NULL,NULL,'','LINE',NULL,10,'','11347ef827ce9a788d6f86a4a906a4f9','',NULL),(17716,'en','woocommerce','b43f2601059bae35bcc9608f5ebef7bc','Please copy and paste this information in your ticket when contacting support:',NULL,NULL,'','LINE',NULL,10,'','f3168755dd9871e72683a947f1ff0a27','',NULL),(17717,'en','woocommerce','8a4e727f922893d649aa2c286a058232','Please enter a coupon code.',NULL,NULL,'','LINE',NULL,10,'','b774d8f2b4402a9d479efcdb9e406238','',NULL),(17718,'en','woocommerce','f538f6c21f6e4b403859b2831a55f60d','Please enter a prefix for your invoice numbers. If you use your PayPal account for multiple stores ensure this prefix is unique as PayPal will not allow orders with the same invoice number.',NULL,NULL,'','LINE',NULL,10,'','7dccd58d677b3759b08662e842971670','',NULL),(17719,'en','woocommerce','538886413626a863767a497c901875b8','Please enter a stronger password.',NULL,NULL,'','LINE',NULL,10,'','cbf50c2693d7a0b74f8ef34a71682433','',NULL),(17720,'en','woocommerce','4bec0e8cc411c221426d347fa6fccf03','Please enter a valid Eircode.',NULL,NULL,'','LINE',NULL,10,'','924838754812e7ff75da1bfa44a4f6e0','',NULL),(17721,'en','woocommerce','01d4139d79ee14347ac8a6c421120ac3','Please enter a valid account username.',NULL,NULL,'','LINE',NULL,10,'','4360ad81118174053e93f21bcf143352','',NULL),(17722,'en','woocommerce','6fc78ea6908a7cbd0b36f7bc468b4275','Please enter a valid email address',NULL,NULL,'','LINE',NULL,10,'','1474c650f4dd335e359f26df3812d000','',NULL),(17723,'en','woocommerce','7ef1e0a83cf3cb943febc9917ab059c6','Please enter a valid order ID',NULL,NULL,'','LINE',NULL,10,'','a59ba184c46b5f78a7c7c991913f0934','',NULL),(17724,'en','woocommerce','7b4dc8acab2aff37601dd5112f471a8a','Please enter a valid postcode / ZIP.',NULL,NULL,'','LINE',NULL,10,'','c937c37c6d5b7892b7c6147e8a78434e','',NULL),(17725,'en','woocommerce','2cc82465d41ff772270395621b196597','Please enter an account password.',NULL,NULL,'','LINE',NULL,10,'','2445a95b23eec0942249dbf9203213ea','',NULL),(17726,'en','woocommerce','a83421feba92d437f6e89f75ea99e467','Please enter an address to continue.',NULL,NULL,'','LINE',NULL,10,'','96ec89d18d12c5fc372b66a0e5e6c07a','',NULL),(17727,'en','woocommerce','1f10b4b835c178072b409707a1b06714','Please enter in a value less than the regular price.',NULL,NULL,'','LINE',NULL,10,'','050c6c7dcb35a38d34de9558f2461e84','',NULL),(17728,'en','woocommerce','05060a7ce05d0d7299a5751a8baa603d','Please enter in country code with two capital letters.',NULL,NULL,'','LINE',NULL,10,'','6b2b62826a14e2b9262d5425f190bca8','',NULL),(17729,'en','woocommerce','af4806c709084baccb75eac9686c21fc','Please enter in decimal (%s) format without thousand separators.',NULL,NULL,'','LINE',NULL,10,'','ebc37f03f18d72ecc641998694e7ac0b','',NULL),(17730,'en','woocommerce','31f916c7f1b1150fe75ffea06c9db500','Please enter in monetary decimal (%s) format without thousand separators and currency symbols.',NULL,NULL,'','LINE',NULL,10,'','40e229cf112c1ba05d03b979947a959d','',NULL),(17731,'en','woocommerce','ab7515b2b1bc3858db7e084b6185f288','Please enter your PayPal email address; this is needed in order to take payment.',NULL,NULL,'','LINE',NULL,10,'','a4c20e0bc914a52acb531a23ff10fe0a','',NULL),(17732,'en','woocommerce','67d3a70dc4736785d02ec60295275113','Please enter your current password.',NULL,NULL,'','LINE',NULL,10,'','d6a490965e6dd9d0a9f17c8729c25991','',NULL),(17733,'en','woocommerce','4b52c917f42372394b93f561daee46c2','Please enter your password.',NULL,NULL,'','LINE',NULL,10,'','bf9bfa7a9c2bd8a36d7dd2f1bbebc1e3','',NULL),(17734,'en','woocommerce','8b3b6e13c987e525410f8b0f63b823ea','Please fill in your details above to see available payment methods.',NULL,NULL,'','LINE',NULL,10,'','2ec208cfa83fb675555ed712286eda1c','',NULL),(17735,'en','woocommerce','2588b6c5fd77f7778f89e0c64391498d','Please fill out all password fields.',NULL,NULL,'','LINE',NULL,10,'','85be1d10c02779f084ab16cb65e32cca','',NULL),(17736,'en','woocommerce','aed7230c3382e4447d8478134217493a','Please log in to your account below to continue to the payment form.',NULL,NULL,'','LINE',NULL,10,'','e9c7d1682694362f927bbb1836aa610d','',NULL),(17737,'en','woocommerce','417e4a5a02fbe9349ada8a18426be6b3','Please provide a valid email address.',NULL,NULL,'','LINE',NULL,10,'','678e8907b037c480595b8391876773b6','',NULL),(17738,'en','woocommerce','8ea6e1b6487c3257a3df8b0abfa3ff04','Please rate the product.',NULL,NULL,'','LINE',NULL,10,'','446890d46cfca42628c1ca77ab455182','',NULL),(17739,'en','woocommerce','a2acf72f73cf894d6a4c08a04ec64f8f','Please re-enter your password.',NULL,NULL,'','LINE',NULL,10,'','bc38f2380facf6791622a326c34797f0','',NULL),(17740,'en','woocommerce','7ec01f7b6002989df3f70dd12978a470','Please read and accept the terms and conditions to proceed with your order.',NULL,NULL,'','LINE',NULL,10,'','8c480108d8f6b6c0a58cfc23e9c090b3','',NULL),(17741,'en','woocommerce','0d9ffc31bbcd9372bb51110df9966207','Please see the <a href=\"https://www.paypal.com/us/webapps/mpp/ua/privacy-full\">PayPal Privacy Policy</a> for more details.',NULL,NULL,'','LINE',NULL,10,'','0fb6ca61dd1cb5dc93351b84d5f49f74','',NULL),(17742,'en','woocommerce','39b3c239a3fff16b304ec143b293404d','Please select a rating',NULL,NULL,'','LINE',NULL,10,'','37fe398a4c650e9e83bfabff43c8e59c','',NULL),(17743,'en','woocommerce','630a14323a947c0b4025d948be08f06b','Please select some items.',NULL,NULL,'','LINE',NULL,10,'','1feaa3c75de59211f55d2ec256ea19fb','',NULL),(17744,'en','woocommerce','70d3e040748dbb517056c84e9855d897','Please select some product options before adding this product to your cart.',NULL,NULL,'','LINE',NULL,10,'','51ed14471e40c97d710a5df755ee02c3','',NULL),(17745,'en','woocommerce','1c23044c83da56ed84d3b0796f6dabc3','Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.',NULL,NULL,'','LINE',NULL,10,'','7052b4ae83321ceb70dd0788464ac22d','',NULL),(17746,'en','woocommerce','5de8be86521212c2ef1b71214cce275c','Please upload or provide the link to a valid CSV file.',NULL,NULL,'','LINE',NULL,10,'','9354b08591a9bdb341619ae7acd21a83','',NULL),(17747,'en','woocommerce','072cc2880035a6596764baa680fcab8c','Please, provide an attribute name.',NULL,NULL,'','LINE',NULL,10,'','68f0c913a13ff1177403698872f0ff11','',NULL),(17748,'en','woocommerce','8756fcac0fe68405cfc8dbb4af089279','Pleven',NULL,NULL,'','LINE',NULL,10,'','6448a332e1ff3dfa8ad8aa6609206a84','',NULL),(17749,'en','woocommerce','fa1f64875a9d4a0c11a12cf6e7845409','Plovdiv',NULL,NULL,'','LINE',NULL,10,'','be0526842e474dc16a36a3a5e93fd26b','',NULL),(17750,'en','woocommerce','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,10,'','a3cb747b4aa1af0bb11ce8ca7f7d2c14','',NULL),(17751,'en','woocommerce','f99f42d6b6ccfa4e2d6583a4ca0efe41','Plus %d other note',NULL,NULL,'','LINE',NULL,10,'','c23414c5ea00989c992b513709512619','',NULL),(17752,'en','woocommerce','3b319066a3e9916b4602bc68d4887a31','Plus %d other notes',NULL,NULL,'','LINE',NULL,10,'','386bef53c1b2afa2ac7a16bc40003b4e','',NULL),(17753,'en','woocommerce','94880bda83bda77c5692876700711f15','Poland',NULL,NULL,'','LINE',NULL,10,'','14dc78efe9f439039b14381638a99cbf','',NULL),(17754,'en','woocommerce','a8fc88b023558c2d49ee1ceed3e65494','Pondicherry (Puducherry)',NULL,NULL,'','LINE',NULL,10,'','8c4b022939ffe957eb1ceef665b88b93','',NULL),(17755,'en','woocommerce','c2de80b260b0ae9458dc44c16a69eea7','Pontevedra',NULL,NULL,'','LINE',NULL,10,'','9333fffb088f0a78fb93b5193d3cc9b5','',NULL),(17756,'en','woocommerce','5cd7aaf503dcfe1a21012daf1772d9f6','Popularity (sales)',NULL,NULL,'','LINE',NULL,10,'','e9058355e3f3dc4e9c443d8d66736dc4','',NULL),(17757,'en','woocommerce','c04c6cabc7728c26b5fe342b508a651c','Pordenone',NULL,NULL,'','LINE',NULL,10,'','c66a44d34da553b8e54e5d73daff6aba','',NULL),(17758,'en','woocommerce','ea71b362e3ea9969db085abfccdeb10d','Portugal',NULL,NULL,'','LINE',NULL,10,'','244c614e3af3142d4470f270df9b0ccd','',NULL),(17759,'en','woocommerce','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,10,'','d2c3051491be6c6e7ee18908028dacb9','',NULL),(17760,'en','woocommerce','b10a037430560bc6947320e4817286f1','Post Type Counts',NULL,NULL,'','LINE',NULL,10,'','490970a1b6b7b182a9417379595dd944','',NULL),(17761,'en','woocommerce','572ed696f21038e6cc6c86bb272a3222','Postal code',NULL,NULL,'','LINE',NULL,10,'','12d4d60d2516aa5425aca15de77a1d46','',NULL),(17762,'en','woocommerce','452aff9977539ece7bb5aa1bc0f3d7e5','Postal code.',NULL,NULL,'','LINE',NULL,10,'','263d8149c58e251a2d6a04b701c9f122','',NULL),(17763,'en','woocommerce','8bcdc441379cbf584638b0589a3f9adb','Postcode',NULL,NULL,'','LINE',NULL,10,'','c5431676a9ac27b61f8522c0f0199148','',NULL),(17764,'en','woocommerce','308d5ec8d27aeff9bb78670ad2f2c070','Postcode / ZIP.',NULL,NULL,'','LINE',NULL,10,'','e2e22c34c3274f5cb7b9167f84eb2312','',NULL),(17765,'en','woocommerce','b56018d57ea5d2032d704c80e57d00d6','Postcode for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all areas. Wildcards (*) and ranges for numeric postcodes (e.g. 12345...12350) can also be used.',NULL,NULL,'','LINE',NULL,10,'','c078b95a092539f8b9d6735f399bf204','',NULL),(17766,'en','woocommerce','2a6260ceb7c380643ae526e82ef6e04d','Postcodes containing wildcards (e.g. CB23*) or fully numeric ranges (e.g. <code>90210...99000</code>) are also supported. Please see the shipping zones <a href=\"%s\" target=\"_blank\">documentation</a>) for more information.',NULL,NULL,'','LINE',NULL,10,'','fe27f10cbbc5ccd210a4ac9230699b9d','',NULL),(17767,'en','woocommerce','3e542d8fbf65227743187f887f092984','Posts tagged “%s”',NULL,NULL,'','LINE',NULL,10,'','413aac72687a9badc14dcc784fe12f88','',NULL),(17768,'en','woocommerce','0ffc537b6c0582e8e3f2d7943fcaf119','Potenza',NULL,NULL,'','LINE',NULL,10,'','92b2100f52f769f989f67c4b3312c4a2','',NULL),(17769,'en','woocommerce','bc3a2dcd892f1d8bffda51e62ca51b45','Potosí',NULL,NULL,'','LINE',NULL,10,'','6073737ea2c3dd3cfcd4f8c7cc90ee42','',NULL),(17770,'en','woocommerce','41c49186e207c5ca3dd82144242eb928','Pounds',NULL,NULL,'','LINE',NULL,10,'','0b499cb5a6972539842ddb712abe7fe5','',NULL),(17771,'en','woocommerce','97c7d83983d503732d4001a0d56910b3','Prachin Buri',NULL,NULL,'','LINE',NULL,10,'','c14cbeb3b11fa4d4e6b653b884f78819','',NULL),(17772,'en','woocommerce','99524b5e762ebce2205aaa33d1076f2d','Prachuap Khiri Khan',NULL,NULL,'','LINE',NULL,10,'','95eecd0a32f14818697906376cae7cc4','',NULL),(17773,'en','woocommerce','9f7b03510865f93b61f432e94cdceb74','Prahova',NULL,NULL,'','LINE',NULL,10,'','6aeba6073d3da8617d4af62df2c44040','',NULL),(17774,'en','woocommerce','c4f5a52e18787fe5bcb0b7e44903ba94','Prato',NULL,NULL,'','LINE',NULL,10,'','69d4e828e69b63890270dd608d3df7fc','',NULL),(17775,'en','woocommerce','0acaf448995bd9f841534dba46c23a03','Prefecture',NULL,NULL,'','LINE',NULL,10,'','226147bca0ebe83505816a0c4ef6398e','',NULL),(17776,'en','woocommerce','31ff751562379ae236c37818bbef5a34','Premium support',NULL,NULL,'','LINE',NULL,10,'','8897a25989e7a652261965be1acf68cd','',NULL),(17777,'en','woocommerce','eb81441fe20963ff9e8e69c5b32fc625','Presets',NULL,NULL,'','LINE',NULL,10,'','11158dec6f7d8bb7ff922762940d8b06','',NULL),(17778,'en','woocommerce','d6bac8bc799a17eac92199f9b915cd60','Presidente Hayes',NULL,NULL,'','LINE',NULL,10,'','43a3c1abf967b75582cc6f5b83aa5a24','',NULL),(17779,'en','woocommerce','9e2dd5d3be6d6e7abc62ed236c3e95da','Press the down arrow key to interact with the calendar and\\n select a date.',NULL,NULL,'','LINE',NULL,10,'','70db54823f4a7488407d6fa69441d816','',NULL),(17780,'en','woocommerce','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,10,'','1e8687b1c65777f96a0f9a0d19f416a5','',NULL),(17781,'en','woocommerce','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,10,'','7df63df97e50c8fa192a71eedd852c13','',NULL),(17782,'en','woocommerce','d5cce4256994565db2817227a42a6bd9','Previous (arrow left)',NULL,NULL,'','LINE',NULL,10,'','fb7ae2fd2096225d35f9524ef292d2cf','',NULL),(17783,'en','woocommerce','d7eb54ebdf19fa190ac4e414b84a0b6f','Previous Page',NULL,NULL,'','LINE',NULL,10,'','4051114b52090b9888e959e0eda184ed','',NULL),(17784,'en','woocommerce','fd1c68e3a83365fa50cd4b384abe7c9e','Previous Period',NULL,NULL,'','LINE',NULL,10,'','ff53f4186146196232972fb0842d3109','',NULL),(17785,'en','woocommerce','f249d585b60637afa779ccb82419247e','Previous Period:',NULL,NULL,'','LINE',NULL,10,'','fbe4f7e9ba56e1b79de25db7f64d6b52','',NULL),(17786,'en','woocommerce','635f2145a06da2d4ce2c355bf94da6ed','Previous Year',NULL,NULL,'','LINE',NULL,10,'','f401b25face69f21469b15a94e3f95cb','',NULL),(17787,'en','woocommerce','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,10,'','de1cb5d1b194e70839a251defcda7b65','',NULL),(17788,'en','woocommerce','3601146c4e948c32b6424d2c0a7f0118','Price',NULL,NULL,'','LINE',NULL,10,'','837554c737158bc9cf634964d3d02083','',NULL),(17789,'en','woocommerce','331f47f5b626e3f20b4736d181eeab62','Price - high to low',NULL,NULL,'','LINE',NULL,10,'','24dd3075ad96164fbb247a884591c96f','',NULL),(17790,'en','woocommerce','f11dbe315e1da86a070aa3c56b57ac8d','Price - low to high',NULL,NULL,'','LINE',NULL,10,'','74a1b6d9b558757c1032636cbf1ca77b','',NULL),(17791,'en','woocommerce','5f470406c5c971fd6811ab107649d68c','Price formatted in HTML.',NULL,NULL,'','LINE',NULL,10,'','b78a35dc326a439286cce852e7eb1bf7','',NULL),(17792,'en','woocommerce','f36f8cfde93067c8ca6e9852adbf656e','%1$s – %2$s',NULL,NULL,'','LINE',NULL,10,'Price range: from-to','f2e9922e4d27cce1b0980cee6f2d339a','',NULL),(17793,'en','woocommerce','f2c12ae14393ffc83551d56f32bb03cc','Price:',NULL,NULL,'','LINE',NULL,10,'','4c18704ed6ee7b93d44f1d21a6f2b5e4','',NULL),(17794,'en','woocommerce','e16dd6e118732c5d1586d6aba0b62f3a','Prices',NULL,NULL,'','LINE',NULL,10,'','93ad020899424a687b11903803b236e6','',NULL),(17795,'en','woocommerce','e22ac25b066b201473de7aa700ef5d92','Pricing',NULL,NULL,'','LINE',NULL,10,'','e04cdfae34cf989169771806e8e081e2','',NULL),(17796,'en','woocommerce','222794ef73b2ee5d46396a8f2e2d7880','Prince Edward Island',NULL,NULL,'','LINE',NULL,10,'','54b46387721fd614f5ff453de0feac5e','',NULL),(17797,'en','woocommerce','502996d9790340c5fd7b86a5b93b1c9f','Priority',NULL,NULL,'','LINE',NULL,10,'','e6dbc50d211496f3ce3326f5720402ef','',NULL),(17798,'en','woocommerce','66dc0eb61ab4157d6170494e6841a77a','Private note',NULL,NULL,'','LINE',NULL,10,'','790b192a1e3ce3c91397c2cc1018f7a7','',NULL),(17799,'en','woocommerce','63d78bf2c76a3768a0a2ea4caa4a5be5','Proceed to PayPal',NULL,NULL,'','LINE',NULL,10,'','6b75f2e4a1f9b2925ed650c29375af4b','',NULL),(17800,'en','woocommerce','7e0bf6d67701868aac3116ade8fea957','Proceed to checkout',NULL,NULL,'','LINE',NULL,10,'','6d27e11f3a8715213120cfcaa42f6732','',NULL),(17801,'en','woocommerce','7511c30f8148e4c2a58ce50cb50716c0','Process payments and prevent fraud',NULL,NULL,'','LINE',NULL,10,'','fd8e8624ea1ba3c72d6f45a9388ed5e0','',NULL),(17802,'en','woocommerce','f855de13fea95ff49d2d13dd777ff4a6','Process the action now as if it were run as part of a queue',NULL,NULL,'','LINE',NULL,10,'','21a474b027bebc74b15e9752e6d2e863','',NULL),(17803,'en','woocommerce','643562a9ae7099c8aabfdc93478db117','Processing',NULL,NULL,'','LINE',NULL,10,'','e14bf0fad90548597f8ecbb018662c7e','',NULL),(17804,'en','woocommerce','b9ea72869fa649d370642cf5cdf29b6f','Processing <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','ba132b7af656dae611031cb634299730','',NULL),(17805,'en','woocommerce','6ae0cf64b3eeb821a73550fab5ea13bd','Processing order',NULL,NULL,'','LINE',NULL,10,'','f73cb6ff653cb2e096e84162ab555a73','',NULL),(17806,'en','woocommerce','a2608847e41891b0e22ad51c98d2fd1d','Product %s',NULL,NULL,'','LINE',NULL,10,'Product Attribute','456f72dd885a614f2b25bc85bf9ed779','',NULL),(17807,'en','woocommerce','b54ebc45d5968196122274ca0d93d849','Product Attributes',NULL,NULL,'','LINE',NULL,10,'','092c7cfe4a817ad5263510303aff156c','',NULL),(17808,'en','woocommerce','98838753cf65047a53d23ce183b7220d','Product Catalog',NULL,NULL,'','LINE',NULL,10,'','434ee0bf06d6b7bca14afa82ed335465','',NULL),(17809,'en','woocommerce','ef7da766d7121c34eb3189421f98442e','Product Categories',NULL,NULL,'','LINE',NULL,10,'','4659673e15fa4931792839780311c970','',NULL),(17810,'en','woocommerce','c4d11e752195f573e0b8ac2dab3ba9bb','Product Categories List',NULL,NULL,'','LINE',NULL,10,'','01aa3a7f567c96e397d39509bf008cf8','',NULL),(17811,'en','woocommerce','10991ea03e3591bebc4c0827fc369540','Product Category',NULL,NULL,'','LINE',NULL,10,'','ce43e0923b6d5ef28a751d95508aac97','',NULL),(17812,'en','woocommerce','14dbaed453ef646da15bc722cd427104','Product Export',NULL,NULL,'','LINE',NULL,10,'','575d8b7af7038d72d8221912fc53fa48','',NULL),(17813,'en','woocommerce','06d94392df643991cd684754d927b7e1','Product ID or SKU is required',NULL,NULL,'','LINE',NULL,10,'','b128f60339955c9afb1e95801b552b17','',NULL),(17814,'en','woocommerce','3499c8d871ffb5062cfd92cb939dc35d','Product ID or SKU is required.',NULL,NULL,'','LINE',NULL,10,'','971ae9409787ab6ff98bc2064aac8c8f','',NULL),(17815,'en','woocommerce','0e6b39c234b4f6acbd605897f5f9d7d0','Product ID provided does not match this line item',NULL,NULL,'','LINE',NULL,10,'','3656dda5f6c6c8cfd7a12bed1d7cf363','',NULL),(17816,'en','woocommerce','ec3e63a22cc857e360c6b74cf1ac6456','Product ID.',NULL,NULL,'','LINE',NULL,10,'','f385823c2741191183651dea4d31f487','',NULL),(17817,'en','woocommerce','4241591ecae342ac08eaad6776a9a2a6','Product IDs',NULL,NULL,'','LINE',NULL,10,'','46e7b00464a8bc15a178fb6e8251ab6c','',NULL),(17818,'en','woocommerce','76dd13f20840d624f3da3784f9d72c92','Product Images',NULL,NULL,'','LINE',NULL,10,'','74dcc3507962b10f594fb51acbb26f71','',NULL),(17819,'en','woocommerce','7b412596a03b937d4467aefa9a8b1c6d','Product Import',NULL,NULL,'','LINE',NULL,10,'','477107d141bb726a925e0b7851eaa984','',NULL),(17820,'en','woocommerce','475e130ae0235d17ffafb4061ffb0d7d','Product SKU.',NULL,NULL,'','LINE',NULL,10,'','39a35d0a333cfde4dc063a865fb4a74f','',NULL),(17821,'en','woocommerce','fe191f2155041d02f35df1ce748c5141','Product Search',NULL,NULL,'','LINE',NULL,10,'','ee3b9e0829d87945dcae015a700ae1f3','',NULL),(17822,'en','woocommerce','906532b803de78a8c9060ff8a3393fa7','Product Tag',NULL,NULL,'','LINE',NULL,10,'','ccb23eada4a9949809cda436f22a6f72','',NULL),(17823,'en','woocommerce','19f231879dea9513105a9873af9354bb','Product Tag Cloud',NULL,NULL,'','LINE',NULL,10,'','f22e75a94093f1de67658142276ab3b5','',NULL),(17824,'en','woocommerce','b9d0df99e833af843880b0a0022b6199','Product Tags',NULL,NULL,'','LINE',NULL,10,'','2a0a542c9f4191187d473ef1c8c40376','',NULL),(17825,'en','woocommerce','1c6672abce7fcde9927cfd1e4ef6d7b6','Product Title',NULL,NULL,'','LINE',NULL,10,'','0ad4b4d62dbb76e0b5529fdafd1efdee','',NULL),(17826,'en','woocommerce','ea39f283a72650cb8a036fe91f291505','Product Type',NULL,NULL,'','LINE',NULL,10,'','77fda8186f2ec68fd6beeff77b9fd100','',NULL),(17827,'en','woocommerce','b1ba8f02be5a99ede5e493aa01b35df9','Product URL',NULL,NULL,'','LINE',NULL,10,'','1bad3adcf5d0e84796813f6e3a31f74d','',NULL),(17828,'en','woocommerce','3cd124035749ba8166d77a819900e8e8','Product URL.',NULL,NULL,'','LINE',NULL,10,'','cf78e1dec0836a99f933ec8816d80c3f','',NULL),(17829,'en','woocommerce','13c5368a52fbbb3086bcc6ef4f68b166','Product attribute base',NULL,NULL,'','LINE',NULL,10,'','ada585314baa53bd6097b4bb8c005623','',NULL),(17830,'en','woocommerce','0b3c21fad216a03b2e4874081b5b2132','Product attribute search results updated.',NULL,NULL,'','LINE',NULL,10,'','d005b669e8113b65f9810722fdef39c3','',NULL),(17831,'en','woocommerce','ed982b0e24b655ccbebc5ad4529318e2','Product backorder',NULL,NULL,'','LINE',NULL,10,'','409759c55338f9960e33590de36ce131','',NULL),(17832,'en','woocommerce','e08c0c62291695ae78d9b10facb2c84f','Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the \"screen options\" link at the top-right of this page.',NULL,NULL,'','LINE',NULL,10,'','d306819236624d6c61dba9b3e687424b','',NULL),(17833,'en','woocommerce','bbd7ae8f4b696e7b82417a07c4ec0313','Product categories that the coupon will be applied to, or that need to be in the cart in order for the \"Fixed cart discount\" to be applied.',NULL,NULL,'','LINE',NULL,10,'','c15b385f6fa13026cdc8643b125b68b1','',NULL),(17834,'en','woocommerce','91aef0d9cb47075920e55907712cc620','Product categories that the coupon will not be applied to, or that cannot be in the cart in order for the \"Fixed cart discount\" to be applied.',NULL,NULL,'','LINE',NULL,10,'','051b8ed6b1662395707e9caf8afcb7bc','',NULL),(17835,'en','woocommerce','f453f8b1194fc5a26f0dee8cd3b3f1eb','Product category base',NULL,NULL,'','LINE',NULL,10,'','8587b844b704e0ae495a555fdef0339b','',NULL),(17836,'en','woocommerce','304e0d7e37ecdc4d87cb349742fc0104','Product category parent is invalid',NULL,NULL,'','LINE',NULL,10,'','ebb259729d50a47965b4872f9e4434c0','',NULL),(17837,'en','woocommerce','3e22403f8e252c77a37d5262ccb45159','Product count',NULL,NULL,'','LINE',NULL,10,'','f49afbb5b4d7d1db98fe61b7b60e6250','',NULL),(17838,'en','woocommerce','91e24da036387d926447279cc7a8c576','Product count is hidden.',NULL,NULL,'','LINE',NULL,10,'','0cc5e0558611355d4ea76ab94186dc41','',NULL),(17839,'en','woocommerce','119b95cb8bf3ae402c36aff7c4cd41d9','Product count is visible.',NULL,NULL,'','LINE',NULL,10,'','b30f06ff748b24115716ac2bad75931b','',NULL),(17840,'en','woocommerce','48c89671f16a1a0ba2a40a148e6b3c06','Product created',NULL,NULL,'','LINE',NULL,10,'','19e5fbb0f826e3688a2d2da54dbff8d2','',NULL),(17841,'en','woocommerce','cc0f2beaa58277c99068c7454cabd292','Product creation failed, could not find original product: %s',NULL,NULL,'','LINE',NULL,10,'','dedf4c9391c9d5fbf8f9524f520842ac','',NULL),(17842,'en','woocommerce','75a770e36585019fd1342b12f3e03cfc','Product data',NULL,NULL,'','LINE',NULL,10,'','22c571de6427ea62ad4bdc0622c5755e','',NULL),(17843,'en','woocommerce','6253e193e6e17cb8255eb66deff72289','Product deleted',NULL,NULL,'','LINE',NULL,10,'','ae7cd2d3ce7a040c3ad26942cb36d45d','',NULL),(17844,'en','woocommerce','9d2680138cc4698f7fc3440496ffaa68','Product description',NULL,NULL,'','LINE',NULL,10,'','ff020bff4bf519d41bc465baab04d9ee','',NULL),(17845,'en','woocommerce','e72da41ffd5234ee144292c4a115ab89','Product description.',NULL,NULL,'','LINE',NULL,10,'','077616e31bc9ff0b311dfdf86d68fe69','',NULL),(17846,'en','woocommerce','af1168990472d8f415cdf258f28062ef','Product dimensions.',NULL,NULL,'','LINE',NULL,10,'','3f3524015f93bd591d79f96ff3ca55e7','',NULL),(17847,'en','woocommerce','9cd075f9d92a0d4952513e3f3468a324','Product display, sorting, and reports may not be accurate until this finishes. It will take a few minutes and this notice will disappear when complete.',NULL,NULL,'','LINE',NULL,10,'','470e60f7e8b640c916fae2d70d23e629','',NULL),(17848,'en','woocommerce','6a45588a61f26d230a12158b32a90e6d','Product draft updated. <a target=\"_blank\" href=\"%s\">Preview product</a>',NULL,NULL,'','LINE',NULL,10,'','ab3259e82179675ed16fc145d58d92a0','',NULL),(17849,'en','woocommerce','79042f332074208a90d6008e33a01d4a','Product external URL. Only for external products.',NULL,NULL,'','LINE',NULL,10,'','16d0a6cb9566e3eb74e3054fe58c84a1','',NULL),(17850,'en','woocommerce','767e5162cefab3eb780001e4ea70f84f','Product external button text. Only for external products.',NULL,NULL,'','LINE',NULL,10,'','6250f35b57f17cb7cf7d1a341cf8d80f','',NULL),(17851,'en','woocommerce','1641f430cac9d04e796ff8d89e44af7e','Product gallery',NULL,NULL,'','LINE',NULL,10,'','51e95cff11cd6a8872857d2a5b95bb53','',NULL),(17852,'en','woocommerce','c62b0d8fd6c523d128effa2bb30b2274','Product height (%s).',NULL,NULL,'','LINE',NULL,10,'','6c606bc1a649fb161a55845440de93c4','',NULL),(17853,'en','woocommerce','2c595b4f6d0c5d25b9c326fcb9738e33','Product images',NULL,NULL,'','LINE',NULL,10,'','257c3655ad66823d18317d4f74d57a34','',NULL),(17854,'en','woocommerce','56345d432ee501193e917d1e8aba042c','Product is invalid.',NULL,NULL,'','LINE',NULL,10,'','c702043d9617993bfb4b965bbac09363','',NULL),(17855,'en','woocommerce','744cd3d94627f75670f82e702e95a535','Product length (%s).',NULL,NULL,'','LINE',NULL,10,'','c239d7efab1adb2fd42739baad8fa810','',NULL),(17856,'en','woocommerce','a8f923eafd98481a67b88fb9186b87cc','Product lookup tables',NULL,NULL,'','LINE',NULL,10,'','560d452f6de3370d7dddf84f7c5871ad','',NULL),(17857,'en','woocommerce','5a0379665c7f644547939194a564cd6c','Product low in stock',NULL,NULL,'','LINE',NULL,10,'','7aff71288f8b7dcb3d84cba65d296376','',NULL),(17858,'en','woocommerce','df644ae155e79abf54175bd15d75f363','Product name',NULL,NULL,'','LINE',NULL,10,'','f94b7b4f82dfd0b94c657986561d60d8','',NULL),(17859,'en','woocommerce','7316d0c78e7c2fb0a47044ad73bcd6a2','Product name.',NULL,NULL,'','LINE',NULL,10,'','ba7548bf77446fcb1cf9a5430cac3dab','',NULL),(17860,'en','woocommerce','644f9c907ef5a8315916bd1e2f61f783','Product out of stock',NULL,NULL,'','LINE',NULL,10,'','6fe7d6be792e0d92824aa12a674fed05','',NULL),(17861,'en','woocommerce','eb54d3125882bedd57bb25141a2d345c','Product parent ID.',NULL,NULL,'','LINE',NULL,10,'','d2995ae37c6844f9dab5ffef7265be6a','',NULL),(17862,'en','woocommerce','fac6499dd21e696f674df73ab01c7748','Product permalinks',NULL,NULL,'','LINE',NULL,10,'','be4747e022fca0b990fe045f14a988f0','',NULL),(17863,'en','woocommerce','290b7c47045d269e2ccfa69e6477acfe','Product price',NULL,NULL,'','LINE',NULL,10,'','964824d7e1b66be336c037a8aaae8ca8','',NULL),(17864,'en','woocommerce','2900f85123f114944d02de0143ceabe8','Product price is hidden.',NULL,NULL,'','LINE',NULL,10,'','3394a86b707b34dcd92d8b9c33a664a3','',NULL),(17865,'en','woocommerce','27072b12bd1b98d1e00e71d9bed26753','Product price is visible.',NULL,NULL,'','LINE',NULL,10,'','e881a4f70088556789966893286b4fd7','',NULL),(17866,'en','woocommerce','3ae6b044dfc92e7eb3771d13f308b3dd','Product price.',NULL,NULL,'','LINE',NULL,10,'','45cc503f057c97d9a6d29ad5ecb61d93','',NULL),(17953,'en','woocommerce','0fb7e3419f6c7b3c3acb2ae9d2cf2838','Product promotion',NULL,NULL,'','LINE',NULL,10,'','5895c63201bd32ba20ced3f8057501d9','',NULL),(17954,'en','woocommerce','0082a9c45e2250749f383258ba8547fe','Product properties should not be accessed directly.',NULL,NULL,'','LINE',NULL,10,'','6038fc2c57d7d8656887a9950427ed40','',NULL),(17955,'en','woocommerce','6769d35ac779cf1c13ed556ebbb74fa8','Product published. <a href=\"%s\">View Product</a>',NULL,NULL,'','LINE',NULL,10,'','6bda5f29a0f0b557deb46e5024881711','',NULL),(17956,'en','woocommerce','03ab340b3f99e03cff9e84314ead38c0','Qty',NULL,NULL,'','LINE',NULL,10,'Product quantity input tooltip','d0187494a5d6dc6e2e35987e264cec83','',NULL),(17957,'en','woocommerce','74994027484b2e7ad0295c4f8d8c7093','Product quantity is required.',NULL,NULL,'','LINE',NULL,10,'','ebf8ff449823d808c4f094c4e2d63b73','',NULL),(17958,'en','woocommerce','b4477e3efb56b1a103e9d2418dc5209c','Product quantity must be a positive float.',NULL,NULL,'','LINE',NULL,10,'','44cd957d62daa9d0361ed664b0341c4d','',NULL),(17959,'en','woocommerce','27dc0f4b17f98a54e8b6a325dad04ffd','Product rating',NULL,NULL,'','LINE',NULL,10,'','2c5fb9c328535247d0155a87bb244df0','',NULL),(17960,'en','woocommerce','079a97fe9acc3fa3beb10e6c778efa9c','Product rating is disabled in your %sstore settings%s.',NULL,NULL,'','LINE',NULL,10,'','9e59fb690853226eedb89e9084fff55f','',NULL),(17961,'en','woocommerce','0af57ba4cff146a853652503aba2dec2','Product rating is hidden.',NULL,NULL,'','LINE',NULL,10,'','7da55a5529fcd6ff0e8a34e23c7e6d29','',NULL),(17962,'en','woocommerce','c847e87599d95f8d36017bcef91617d6','Product rating is visible.',NULL,NULL,'','LINE',NULL,10,'','72e459a66ee303f77b11df3742c20fe9','',NULL),(17963,'en','woocommerce','f4810752f8fa115d3cb80f29b85472c4','Product regular price.',NULL,NULL,'','LINE',NULL,10,'','d51dc386110b4842294dc8a8ab4161ee','',NULL),(17964,'en','woocommerce','20d22ab29c7c45bcc2bbaec9c06faff7','Product restored',NULL,NULL,'','LINE',NULL,10,'','02259e187d8adcdc59444afa41781909','',NULL),(17965,'en','woocommerce','6986baaca36fd20c382acbfb23d72e45','Product review field exceeds maximum length allowed.',NULL,NULL,'','LINE',NULL,10,'','435534146b4860ab4e530aa26bfe0994','',NULL),(17966,'en','woocommerce','90bf3851d75c78fb39efdb134c4ddeca','Product sale price.',NULL,NULL,'','LINE',NULL,10,'','1551e0b45ca893fac1c4ccb5ce71e7aa','',NULL),(17967,'en','woocommerce','ed9113c8bb2b2d3942c8d1dff6be9d11','Product saved.',NULL,NULL,'','LINE',NULL,10,'','37b9896c120d2c59e9fc005426a0af89','',NULL),(17968,'en','woocommerce','4e4e18433ce2097df5a64b7fa7cc00e4','Product scheduled for: %1$s. <a target=\"_blank\" href=\"%2$s\">Preview product</a>',NULL,NULL,'','LINE',NULL,10,'','e91ee8e900d8d5fa19f685b46a9cd005','',NULL),(17969,'en','woocommerce','cec5987965b2309363e8da1b9072c9a9','Product search',NULL,NULL,'','LINE',NULL,10,'','6a5495400e9e1fa26883a30bb40abcf2','',NULL),(17970,'en','woocommerce','4eec4e113f536fad307b13cf68082851','Product search results updated.',NULL,NULL,'','LINE',NULL,10,'','601fbd6b67ada19fcc5b4a1a90ea10b6','',NULL),(17971,'en','woocommerce','8590d7a8acf5d50371cc2e83a097f941','Product shipping class parent is invalid',NULL,NULL,'','LINE',NULL,10,'','914d6ab6c82d1327bdf875d57473ece0','',NULL),(17972,'en','woocommerce','021e5284374bc0d796da0ce7a2e50377','Product short description',NULL,NULL,'','LINE',NULL,10,'','5270dc9c09f18aec83a6be85aa3643fa','',NULL),(17973,'en','woocommerce','81721f623a657660cae740dfef3d109c','Product short description.',NULL,NULL,'','LINE',NULL,10,'','0274723d7d6a47dcec11419f7b53c177','',NULL),(17974,'en','woocommerce','3456a6666e65cbebe17ca404213f458b','Product slug.',NULL,NULL,'','LINE',NULL,10,'','e0ba94e045fbbe62bd33bcdb7107d1b7','',NULL),(17975,'en','woocommerce','d641ac3952ee740633d407429d4fb314','Product status (post status).',NULL,NULL,'','LINE',NULL,10,'','39e17427ac448b1416116c02c5ea4b3e','',NULL),(17976,'en','woocommerce','fe5ba369bf1f5bcb9fe326f59213d49f','Product submitted. <a target=\"_blank\" href=\"%s\">Preview product</a>',NULL,NULL,'','LINE',NULL,10,'','eb4a52ebbd759807180b1f3b6aa84a4a','',NULL),(17977,'en','woocommerce','f4d82417432f31b17d3a0f4899c92f08','Product tag base',NULL,NULL,'','LINE',NULL,10,'','a1a3206ec9a36c88699dc24532658f4a','',NULL),(17978,'en','woocommerce','e54cd2df68aae6cf513679003b46fe15','Product title',NULL,NULL,'','LINE',NULL,10,'','92e5df0bd2318e9e184a2fa1c771ad3b','',NULL),(17979,'en','woocommerce','d43775b31ba5486279d8a82231f59518','Product title is hidden.',NULL,NULL,'','LINE',NULL,10,'','2d94d7c2036747e08b3ee982d8c5b7cb','',NULL),(17980,'en','woocommerce','913b313f4100ee697533b9f5b68ce71c','Product title is visible.',NULL,NULL,'','LINE',NULL,10,'','218b2a0ce265f79b71f2eeb0858c7daa','',NULL),(17981,'en','woocommerce','3e69b513a0fe2780367cb4aed91c7376','Product transients cleared',NULL,NULL,'','LINE',NULL,10,'','0bd5346ab68305a83d081842b16cb106','',NULL),(17982,'en','woocommerce','9e9214e20b93f6210657b21b7ff21396','Product type name.',NULL,NULL,'','LINE',NULL,10,'','2f5049f8b303b9642d7cd1474e459eb8','',NULL),(17983,'en','woocommerce','926d3f46a532586ebb356b217e02914a','Product type.',NULL,NULL,'','LINE',NULL,10,'','e2efde8902d64f89454dbcfd705df826','',NULL),(17984,'en','woocommerce','aca7ce0e3477118a1b08feaee3475828','Product updated',NULL,NULL,'','LINE',NULL,10,'','671d0f04d995a812176b2f688a22b36a','',NULL),(17985,'en','woocommerce','959315e56b50792f414795d50ab520ac','Product updated.',NULL,NULL,'','LINE',NULL,10,'','25c732cff72e0eb3c99ad8263208fda7','',NULL),(17986,'en','woocommerce','564e702a5b34f378e26d27a610f273e4','Product updated. <a href=\"%s\">View Product</a>',NULL,NULL,'','LINE',NULL,10,'','149409255a2e202fdad977ed04775914','',NULL),(17987,'en','woocommerce','4296e608ed70ee231beaa927f9eb69ec','Product variation attributes, if applicable.',NULL,NULL,'','LINE',NULL,10,'','9d21a8438274453beebc5404929471ed','',NULL),(17988,'en','woocommerce','72c846c637fab238c70f589ada959493','Product variations',NULL,NULL,'','LINE',NULL,10,'','5b24bdcd22a20f3c0c72398d44395e27','',NULL),(17989,'en','woocommerce','e9effbedfddce23c7e9a3db20ecac8f2','Product weight (%s).',NULL,NULL,'','LINE',NULL,10,'','19a90961806d79453d309550464432f7','',NULL),(17990,'en','woocommerce','b0fa3f21c1388999583f77e4157888fc','Product width (%s).',NULL,NULL,'','LINE',NULL,10,'','01fb39d34caa93f2ac70589a13f96407','',NULL),(17991,'en','woocommerce','5593a45e9214cc9b4615024b1dd6e774','Products by Attribute',NULL,NULL,'','LINE',NULL,10,'','e91ff92d248d2497cd6d3cde6dfec786','',NULL),(17992,'en','woocommerce','ac28c33bd5b1e539dffb9d779ba57f7e','Products by Category',NULL,NULL,'','LINE',NULL,10,'','b907aa35b10d6475a5e99745b54b49f1','',NULL),(17993,'en','woocommerce','fd65959446fb92112eccee3bf6718e08','Products by Rating',NULL,NULL,'','LINE',NULL,10,'','d359e7568998093458d388319310a1f5','',NULL),(17994,'en','woocommerce','806edb877ad7d68bb0e61087cb198e17','Products by Tag',NULL,NULL,'','LINE',NULL,10,'','feb85fbbf1d6c7a7e79f27116cfb069b','',NULL),(17995,'en','woocommerce','1c6c5b52aca9922e6ff36ce77162dfd6','Products per row',NULL,NULL,'','LINE',NULL,10,'','0e4780a00e1f57b7a61f7a4d70c0662b','',NULL),(17996,'en','woocommerce','d7a8036d41982f2ae486fd1ff1ee913f','Products tagged “%s”',NULL,NULL,'','LINE',NULL,10,'','974fd2f393c534bc7c0f0adee192dcea','',NULL),(17997,'en','woocommerce','1a391f30f03f3d83b28d931c00b931e6','Products that the coupon will be applied to, or that need to be in the cart in order for the \"Fixed cart discount\" to be applied.',NULL,NULL,'','LINE',NULL,10,'','3d1c1812d42d95c7b144412e6b7641d7','',NULL),(17998,'en','woocommerce','6c690728c36daae550ce7ccecb171488','Products that the coupon will not be applied to, or that cannot be in the cart in order for the \"Fixed cart discount\" to be applied.',NULL,NULL,'','LINE',NULL,10,'','28d73ac2a7e9cfd88b8b6815afa9805f','',NULL),(17999,'en','woocommerce','50d08b6be2c07bab74191ddc2fc522c0','Products totals.',NULL,NULL,'','LINE',NULL,10,'','46ee3db75efd239429f124ec4554c851','',NULL),(18000,'en','woocommerce','942ec157b66d6fe58bc00f28615c4e9a','Products you’ve viewed: we’ll use this to, for example, show you products you’ve recently viewed',NULL,NULL,'','LINE',NULL,10,'','5f8de3f7f8b6444fccb69d7df87163bb','',NULL),(18001,'en','woocommerce','11a848d3365b3a784e5a24b6e51ccf0a','Profile →',NULL,NULL,'','LINE',NULL,10,'','0dd95a4518a634b1cb71137cf5087883','',NULL),(18002,'en','woocommerce','a736ee64ec30cff299fabe472c7c9ae9','Protect your store from unauthorized access.',NULL,NULL,'','LINE',NULL,10,'','8da8eb02cea8ee24848d12509f211e53','',NULL),(18003,'en','woocommerce','3ab37381415f3bcdec4304e7121fd1f0','Provided order currency is invalid.',NULL,NULL,'','LINE',NULL,10,'','a70cfa8e798961a3df5a683657e6da6d','',NULL),(18004,'en','woocommerce','c6b5d0bb9a0c3f077863fdaef9773f7c','Province',NULL,NULL,'','LINE',NULL,10,'','d14c2b505c0ddd9bd1c10a9f9590e03e','',NULL),(18005,'en','woocommerce','d6b40d3caac26f8e04abc0c98b1694a7','Publish your product!',NULL,NULL,'','LINE',NULL,10,'','7b3e872535ae532c29e64bca011025fb','',NULL),(18006,'en','woocommerce','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,10,'','4a7f22adba18f5463de4488aed907e87','',NULL),(18007,'en','woocommerce','3811a3871a8efc883c680ddbab54fcaa','Puebla',NULL,NULL,'','LINE',NULL,10,'','ceb7195f92795c09d793a0652d550369','',NULL),(18008,'en','woocommerce','f76257271129c703d6c0442c8ac00dae','Puerto Rico',NULL,NULL,'','LINE',NULL,10,'','332dfc8cfcbdefbec0249199f3ccff43','',NULL),(18009,'en','woocommerce','3d4a305ac68921930382976e382dc0a9','Punjab',NULL,NULL,'','LINE',NULL,10,'','79d2c76f89fb056b5fb3d257805e7528','',NULL),(18010,'en','woocommerce','8595abe05ed0d49d457e6d4bc25cac2f','Puno',NULL,NULL,'','LINE',NULL,10,'','98386e4526cf923377146c142c11370b','',NULL),(18011,'en','woocommerce','76b6a47a02685d51794b9fdb095512e5','Purchase',NULL,NULL,'','LINE',NULL,10,'','4bccb02cbb9fe5f3897a76f25adc1245','',NULL),(18012,'en','woocommerce','5080aeeb62617a9d39d952a84dadae3c','Purchase note',NULL,NULL,'','LINE',NULL,10,'','57ba23220de979ec015a159af56711b9','',NULL),(18013,'en','woocommerce','b8718593db12f5ca710f00f4119acd03','Purchased Downloads',NULL,NULL,'','LINE',NULL,10,'','57d9497ff2ec8000173487d8ad0bc5b3','',NULL),(18014,'en','woocommerce','917c2107b6dfbeba234e1e8d6c364c9f','Putrajaya',NULL,NULL,'','LINE',NULL,10,'','6c84a330c6ba408ced77d7b866871d2a','',NULL),(18015,'en','woocommerce','fa811db54f4402f9f1e86a15ce174ca8','QRCode',NULL,NULL,'','LINE',NULL,10,'','7dd28ec18a9130f82668cf5e4ee962c6','',NULL),(18016,'en','woocommerce','7cc7ef17c45527cf90fcf27516794d21','Qatar',NULL,NULL,'','LINE',NULL,10,'','9e62441e75a0a96786a38b99d12fcdaa','',NULL),(18017,'en','woocommerce','73ecef4e40d9e0e203abad61814d4599','Qinghai / 青海',NULL,NULL,'','LINE',NULL,10,'','f0b40888e3379833f82a1ad4fc283b35','',NULL),(18018,'en','woocommerce','75c9c4e2d8ed4e984e981ed1019692cf','Qom (قم)',NULL,NULL,'','LINE',NULL,10,'','9092d61525b68d7caf0b0e259f21eb14','',NULL),(18019,'en','woocommerce','03ab340b3f99e03cff9e84314ead38c0','Qty',NULL,NULL,'','LINE',NULL,10,'','28722bda9064477ad36f45e915a72933','',NULL),(18020,'en','woocommerce','694e8d1f2ee056f98ee488bdc4982d73','Quantity',NULL,NULL,'','LINE',NULL,10,'','7ea1ec89e19ae1c5f32a21765f7a1ec0','',NULL),(18021,'en','woocommerce','27ce7f8b5623b2e2df568d64cf051607','Stock',NULL,NULL,'','LINE',NULL,10,'Quantity in stock','3773f84c5d6c9999ff98fd7ebf6b38e2','',NULL),(18022,'en','woocommerce','67d8fbf4947e8a094a25c6c97e9b9a2f','Quantity of orders made by the customer.',NULL,NULL,'','LINE',NULL,10,'','400954c2c513e75562b2e568646d7c38','',NULL),(18023,'en','woocommerce','6aa3d7f17cc8a6f9a92ca67c6a90f27d','Quantity ordered.',NULL,NULL,'','LINE',NULL,10,'','2f1095715a498f1f603165cb9bec1efc','',NULL),(18024,'en','woocommerce','f1a286514c6b2037c93aabb2d2f34c61','Quarter to Date',NULL,NULL,'','LINE',NULL,10,'','0677cffc97336913c41e6cd7a8813677','',NULL),(18025,'en','woocommerce','9f9619c660a78626f2a693ec4ceb2ee5','Quebec',NULL,NULL,'','LINE',NULL,10,'','620150595c53ce0e660e9f7fac209266','',NULL),(18026,'en','woocommerce','a5242c1436be2b5a277885df78be6b01','Queensland',NULL,NULL,'','LINE',NULL,10,'','b6673ad4d32e19a879625a108ceb6f62','',NULL),(18027,'en','woocommerce','60d7cd281edf80ab1b22f327913d2af7','Querétaro',NULL,NULL,'','LINE',NULL,10,'','1b24e0e4e9073cee940b8cc3cc4fb179','',NULL),(18028,'en','woocommerce','32dcddcc0844a77cfb9e4bdb9cf3f199','Query type',NULL,NULL,'','LINE',NULL,10,'','4dfbc5ac0a816b18f1060acdecf9efca','',NULL),(18029,'en','woocommerce','9c3a59d6f34c8cd48494cf65ab055e67','Question mark',NULL,NULL,'','LINE',NULL,10,'','653d6069745a38250c9ec3c4beaf4349','',NULL),(18030,'en','woocommerce','ad376c55a8a887ce521fe25413ff1fe1','Quezon',NULL,NULL,'','LINE',NULL,10,'','ab0978a3fd1ea26cb7ce2a7b7c4e3fda','',NULL),(18031,'en','woocommerce','468569c0dd8b144837e90b75b6cdb942','Quintana Roo',NULL,NULL,'','LINE',NULL,10,'','72ec819224b05fdea56eaf2f98903347','',NULL),(18032,'en','woocommerce','f73b5c8819b9f0d70a9368ebad42a7b2','Quirino',NULL,NULL,'','LINE',NULL,10,'','35cefcf3c5ebc179feb144259f39ada0','',NULL),(18033,'en','woocommerce','9ed4cdc287b8503cbb24a16207931001','Río Negro',NULL,NULL,'','LINE',NULL,10,'','bc4fe6a61afb113bfbd1a813f336711c','',NULL),(18034,'en','woocommerce','73c7e214240df12b56187cd260e12c12','Rîșcani',NULL,NULL,'','LINE',NULL,10,'','3b19f04742125cd2e19c35158b0f3a2b','',NULL),(18035,'en','woocommerce','8045626ecae3401f3f1c8648f1949bd6','REST API enabled?',NULL,NULL,'','LINE',NULL,10,'','3776dbb57640335ada85614c5de44949','',NULL),(18036,'en','woocommerce','b0037fded01ae10c91047a0663109b41','REST API version used in the webhook deliveries.',NULL,NULL,'','LINE',NULL,10,'','34b860a1a0936d58ce365224ace597c5','',NULL),(18037,'en','woocommerce','5e257bfe3f70d446cb1b8076406b8992','Ragusa',NULL,NULL,'','LINE',NULL,10,'','23929ffb8a835c2dd6389e8f0c74d3ee','',NULL),(18038,'en','woocommerce','d418e699c9dd62a45089899a35a02404','Rajasthan',NULL,NULL,'','LINE',NULL,10,'','744a95aaeb719ff7232654ad929d9027','',NULL),(18039,'en','woocommerce','7b17840b7e7202bde9346738b4b41d66','Rajbari',NULL,NULL,'','LINE',NULL,10,'','994b0692fdb69a583fe26c36968bfb4d','',NULL),(18040,'en','woocommerce','92807eed3cde1da9032553bd1a398b04','Rajshahi',NULL,NULL,'','LINE',NULL,10,'','59755d7df926cf421ff2cfc0fe2d2ad5','',NULL),(18041,'en','woocommerce','aaddd89ee98644c2ce13fb7ed4b6e30a','Rakai',NULL,NULL,'','LINE',NULL,10,'','8c607f9cb3c54ef8275fed9470fdefa1','',NULL),(18042,'en','woocommerce','64663f4646781c9c0110838b905daa23','Random',NULL,NULL,'','LINE',NULL,10,'','9a479f2c29e58b5dbc3b75a934b656a2','',NULL),(18043,'en','woocommerce','27d6fcd695c306980309b9b237218800','Rangamati',NULL,NULL,'','LINE',NULL,10,'','ae8794709dad0533757c889325d95e56','',NULL),(18044,'en','woocommerce','3e93581821a41130809cd7af3e3b6119','Rangpur',NULL,NULL,'','LINE',NULL,10,'','8386da2733d5d11f34c81c12eb32e9b7','',NULL),(18045,'en','woocommerce','02837d3422bb83eef3516c06ab4fc2a1','Ranong',NULL,NULL,'','LINE',NULL,10,'','ec624629445b026ee6389711ccd0140c','',NULL),(18046,'en','woocommerce','14135c5d4699f24f21a5eabebe9150ea','Rapti',NULL,NULL,'','LINE',NULL,10,'','52cfc4d28223421c850d561afb404fb2','',NULL),(18047,'en','woocommerce','ce1a5c6046555522801d4b7ab6ff4c0e','Ratchaburi',NULL,NULL,'','LINE',NULL,10,'','02e57b8dd049e64b570ef323795fcfc8','',NULL),(18048,'en','woocommerce','dcb66ff6e4a2517ade22183779939c9d','Rate',NULL,NULL,'','LINE',NULL,10,'','d2838d925190e6ca0bfcf5337aed431a','',NULL),(18049,'en','woocommerce','5985f88e78ca7a66d95ec8e6d0d502a4','Rate %',NULL,NULL,'','LINE',NULL,10,'','39a2e3b248aa2dbe182b1e4e866f52a8','',NULL),(18050,'en','woocommerce','035b6ba0e0a2b44757438cdc996692f2','Rate code',NULL,NULL,'','LINE',NULL,10,'','a7b2650da9c63b2cc574d50b3f0fd81a','',NULL),(18051,'en','woocommerce','f954698b9dfbe06beddd4eca1c2cb769','Rate name',NULL,NULL,'','LINE',NULL,10,'','9f3466256920bbb732467472d6e57383','',NULL),(18052,'en','woocommerce','4de7403220165d6129ad1f10d47cb0f4','Rate…',NULL,NULL,'','LINE',NULL,10,'','d279ad05faa748778937144d0ab81f90','',NULL),(18053,'en','woocommerce','4923c5cf6f8bcf4e84cc02023a2ee87d','Rate %',NULL,NULL,'','LINE',NULL,10,'','eed7e4805626fba48ce2398813f42aec','',NULL),(18054,'en','woocommerce','2893a6e8ccc4d6a1daa72be73d61bc72','Rated %1$s out of 5 based on %2$s customer rating',NULL,NULL,'','LINE',NULL,10,'','48ab88049611ef38fb08a8074bea2290','',NULL),(18055,'en','woocommerce','e4678158b2731c8f4224bd8eef0d13c5','Rated %1$s out of 5 based on %2$s customer ratings',NULL,NULL,'','LINE',NULL,10,'','7e14f5079d0e5f2995fccf946b660781','',NULL),(18056,'en','woocommerce','438af3650bc32151f66474934d2a6648','Rated %d out of 5',NULL,NULL,'','LINE',NULL,10,'','58a659fac8159b158b5bcabc32f2803b','',NULL),(18057,'en','woocommerce','9e477f98daac602166664df8effe3b23','Rated %s out of 5',NULL,NULL,'','LINE',NULL,10,'','286cf72181e5323a5a89731fb6b69eeb','',NULL),(18058,'en','woocommerce','dda9c06f33071c9b6fc237ee164109d8','Rating',NULL,NULL,'','LINE',NULL,10,'','e850a341b17c2f5a2cdd3df3ba58f348','',NULL),(18059,'en','woocommerce','f5dd83060d8605a0c68781eeaae2340e','Rating - highest first',NULL,NULL,'','LINE',NULL,10,'','ceb127742b5200145b37bb5486114734','',NULL),(18060,'en','woocommerce','5c84ba9da04ce27ecc429452d1d8e467','Ravenna',NULL,NULL,'','LINE',NULL,10,'','57f15074443b8432f1e2134f10fd68dc','',NULL),(18061,'en','woocommerce','46470c506c38cdaec15bae2fd7de30a6','Rayong',NULL,NULL,'','LINE',NULL,10,'','a22c1c12fa3ca3a6b9ce0ca15cdd0237','',NULL),(18062,'en','woocommerce','d5eac4bbc57b964ba971ffb3316e491e','Razavi Khorasan (خراسان رضوی)',NULL,NULL,'','LINE',NULL,10,'','649c574eaba1ec6bda3b824faa669563','',NULL),(18063,'en','woocommerce','8099532a19a4534e698a99029d3ead6c','Razgrad',NULL,NULL,'','LINE',NULL,10,'','201ca686560c261eb299ff4697623fe7','',NULL),(18064,'en','woocommerce','4d618dcc37c1cd539a9609f8b784329c','Re-enter new password',NULL,NULL,'','LINE',NULL,10,'','1f4997fce364cbdabebcbdafc7cb994e','',NULL),(18065,'en','woocommerce','7a1a5f3e79fdc91edf2f5ead9d66abb4','Read',NULL,NULL,'','LINE',NULL,10,'','abf5448fa31dd3d5fddd3fda5262168c','',NULL),(18066,'en','woocommerce','ef344629a51300b8c5f2c266ca7edb4e','Read all about it',NULL,NULL,'','LINE',NULL,10,'','227c04b1a7fb2618d9c5501e4821a3e3','',NULL),(18067,'en','woocommerce','679e8ca38a121830fb462283e70bed77','Read full review',NULL,NULL,'','LINE',NULL,10,'','7857dc378c05f8ac4a6141577949c168','',NULL),(18068,'en','woocommerce','0b3edf3704c8fc0b0b1eca816d7bf0fc','Read less',NULL,NULL,'','LINE',NULL,10,'','36208ce74e11ed6e5892186b0b05bc2c','',NULL),(18069,'en','woocommerce','43340e6cc4e88197d57f8d6d5ea50a46','Read more',NULL,NULL,'','LINE',NULL,10,'','1b648249426abd779f4ce6eb10cd1537','',NULL),(18070,'en','woocommerce','7fdfed9ffb9cfc566e459835658dc595','Read more about “%s”',NULL,NULL,'','LINE',NULL,10,'','e9aba78ae55d9003b532b3e3df0c6429','',NULL),(18071,'en','woocommerce','db3317ceb65be02e43db6f277e0ad94e','Read/Write',NULL,NULL,'','LINE',NULL,10,'','50f100d4fab87cebcd78f8cb04945a37','',NULL),(18072,'en','woocommerce','3a850660d885ba078d3fb4ee32a3ff62','Ready to start selling something awesome?',NULL,NULL,'','LINE',NULL,10,'','7061af3629dcdd40041c7e8537306c62','',NULL),(18073,'en','woocommerce','63a3be538fa32aa02cda5c7acc5c2430','Ready!',NULL,NULL,'','LINE',NULL,10,'','5ec17f3c3ad2d012f6b771dfd9fd4106','',NULL),(18074,'en','woocommerce','d20a6472e59978cbde11750e6a173b81','Reason for failure',NULL,NULL,'','LINE',NULL,10,'','20ec7a3eebb48b83567e5f080f6ff26d','',NULL),(18075,'en','woocommerce','6be440123f4de1990b454029c302206f','Reason for refund (optional):',NULL,NULL,'','LINE',NULL,10,'','503b7092d504829a5f69dc25a1ecab2f','',NULL),(18076,'en','woocommerce','2da4d85d9a0a9e280a8dd923d4622cf9','Reason for refund.',NULL,NULL,'','LINE',NULL,10,'','73012bbe2bb6c285c7042717e4dc0a08','',NULL),(18077,'en','woocommerce','e43d2d66846dc305d03fe3ce4e651199','Reasons you\'ll love Jetpack',NULL,NULL,'','LINE',NULL,10,'','ab39ef68c879afbe060e8def1c4bf281','',NULL),(18078,'en','woocommerce','df502bd93fe766033816b11bf6866fdb','Recalculate',NULL,NULL,'','LINE',NULL,10,'','7da0b52620d50b1c498a111817139762','',NULL),(18079,'en','woocommerce','5635fc45333becfa21af837af1f3f098','Recalculate totals? This will calculate taxes based on the customers country (or the store base country) and update totals.',NULL,NULL,'','LINE',NULL,10,'','3d2e76980f88f2f431610fb56ef62726','',NULL),(18080,'en','woocommerce','82ee870d94fef66867929feaa9616b69','Receiver email',NULL,NULL,'','LINE',NULL,10,'','0621d9519f761b6d750c15387ff35cb9','',NULL),(18081,'en','woocommerce','add02d77013079ec24b690f05d43d776','Recent Product Reviews',NULL,NULL,'','LINE',NULL,10,'','f4fbaaef7816bad72125e268363ec7d1','',NULL),(18082,'en','woocommerce','5dce6204513b6c364e3d05609591dc4d','Recent Viewed Products',NULL,NULL,'','LINE',NULL,10,'','06a1a4f76e52e54887f7ba415e662513','',NULL),(18083,'en','woocommerce','4bfa4ae25032dd489fe94435f47075c6','Recent orders',NULL,NULL,'','LINE',NULL,10,'','ebe8d889c354776d573687521faae535','',NULL),(18084,'en','woocommerce','585d0000a92fcdd48420af2a3d1653cf','Recent reviews',NULL,NULL,'','LINE',NULL,10,'','5a4a47d33f3f3bc815b4083e4f79a68a','',NULL),(18085,'en','woocommerce','8bf4230255935ed5d32b59c47a3d1fe8','Recently Viewed Products',NULL,NULL,'','LINE',NULL,10,'','5bb7e00980cd05fce502f73cebab9348','',NULL),(18086,'en','woocommerce','c6db7b7b214aab26a9ab4ef91c214590','Recipient(s)',NULL,NULL,'','LINE',NULL,10,'','32818e32879ea0819c69c61e61b203e8','',NULL),(18087,'en','woocommerce','654866693fd91ce8e9764a218f569918','Recommended',NULL,NULL,'','LINE',NULL,10,'','8ff283f912b200d1b42a81480838fe59','',NULL),(18088,'en','woocommerce','fb0c2f4d263c5a13cd30a956267225ed','Recommended for All WooCommerce Stores',NULL,NULL,'','LINE',NULL,10,'','18a3f665eb9c3c2edbeb4b5aaaffab70','',NULL),(18089,'en','woocommerce','a6856d107d85454b49a6dbf2a3bc62cc','Recount terms',NULL,NULL,'','LINE',NULL,10,'','d3d45e02e8d35455f679cf7cd6ab9779','',NULL),(18090,'en','woocommerce','a38ed59ae215a5e799065e0c8c7791f2','Recurrence',NULL,NULL,'','LINE',NULL,10,'','97403726ed3ec97a3567450d3b372d3f','',NULL),(18091,'en','woocommerce','40a2e7694bd3418cfb022bc2e538f245','Refresh stats',NULL,NULL,'','LINE',NULL,10,'','0648c9e7b4b775132126a927d9c01d14','',NULL),(18092,'en','woocommerce','e4b482cceb2b6ee3ad7a85790188bab1','Refreshed stats for %s',NULL,NULL,'','LINE',NULL,10,'','613ba9c98ec5a10047e1f3c3017a111a','',NULL),(18093,'en','woocommerce','76f0ed934de85cc7131910b32ede7714','Refund',NULL,NULL,'','LINE',NULL,10,'','5ed3bd68525c63bfd4b16efc3b886f65','',NULL),(18094,'en','woocommerce','4908c2033478f84833b169c5658079f8','Refund #%1$s - %2$s',NULL,NULL,'','LINE',NULL,10,'','60930e6e163b5cffa97c649d48c99ee9','',NULL),(18095,'en','woocommerce','9743ca6823635fdcffaff9df9319149e','Refund #%1$s - %2$s by %3$s',NULL,NULL,'','LINE',NULL,10,'','222112103eb056222b0869b210e9ee8b','',NULL),(18096,'en','woocommerce','c60a637a84e31379d3d412773ae0d061','Refund %1$s via %2$s',NULL,NULL,'','LINE',NULL,10,'','776ee26f80e9dfd4082b3732ed991794','',NULL),(18097,'en','woocommerce','7609e07329f81843ead2ecad4dca0986','Refund %s manually',NULL,NULL,'','LINE',NULL,10,'','43a0206dcdab72d29c33f9c3767305ab','',NULL),(18098,'en','woocommerce','3923c35f024bd9572136313e740e8503','Refund – %s',NULL,NULL,'','LINE',NULL,10,'','d8ddb6eae9b685c5cd55c6f6cf5d16b1','',NULL),(18099,'en','woocommerce','123437876bc4f20699fc665bdf0af57a','Refund ID.',NULL,NULL,'','LINE',NULL,10,'','f5e02458fb84381556e7502afa4554d1','',NULL),(18100,'en','woocommerce','dd8366c780bd2ce22a842d6384fec8b2','Refund amount',NULL,NULL,'','LINE',NULL,10,'','44363a32ee13e79dc143bc4f731b85a8','',NULL),(18101,'en','woocommerce','d5c0e80ad0b1dfd315cdc8d0865bf755','Refund amount is required.',NULL,NULL,'','LINE',NULL,10,'','193bffd481faf68d42b609f8067b2404','',NULL),(18102,'en','woocommerce','170e56581f50a891010abea41cd8fea3','Refund amount must be greater than zero.',NULL,NULL,'','LINE',NULL,10,'','a80fb3e51d03a5f469de1541e549efde','',NULL),(18103,'en','woocommerce','be6f4461a7f0d65bf2d48cc436e687da','Refund amount must be positive.',NULL,NULL,'','LINE',NULL,10,'','4c1c307221013e14da3025aa2476684e','',NULL),(18104,'en','woocommerce','795e9d65657991d8fdf809a5900d5b71','Refund amount.',NULL,NULL,'','LINE',NULL,10,'','dd9d8d83e4fc353e48dca721edfbf509','',NULL),(18105,'en','woocommerce','39750b492c150b85fbb3e8ca510f6168','Refund failed.',NULL,NULL,'','LINE',NULL,10,'','24509041ee4b481eb19b1c1fc109ab20','',NULL),(18106,'en','woocommerce','b954d3473e23abf7b872eec6aede3438','Refund reason.',NULL,NULL,'','LINE',NULL,10,'','20e5556c88688d9b043f31f507a3d000','',NULL),(18107,'en','woocommerce','fd3e50dbe7d64d75b055167a0683bc5c','Refund the line items above. This will show the total amount to be refunded',NULL,NULL,'','LINE',NULL,10,'','d60dac44e6c1885975595617dd9deba6','',NULL),(18108,'en','woocommerce','9826fef030601f128b87dcc0eaecee1b','Refund total.',NULL,NULL,'','LINE',NULL,10,'','7f94f4e850165f22c839d4fb25978fb9','',NULL),(18109,'en','woocommerce','cc61945cbbf46721a053467c395c666f','Refunded',NULL,NULL,'','LINE',NULL,10,'','13876510d45c8e6b28e38fc3d53aa24c','',NULL),(18110,'en','woocommerce','283de7861b1883ee951f644a7a653317','Refunded %1$s - Refund ID: %2$s',NULL,NULL,'','LINE',NULL,10,'','5ac11d5bb949f13e129b735ab3ea1160','',NULL),(18111,'en','woocommerce','a1a2be5d9deb07f02c21a180c715f6b2','Refunded <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'','c8a891c4f8d9583100f41d76cc139470','',NULL),(18112,'en','woocommerce','394407479e37e02e61b5db653c473871','Refunded order',NULL,NULL,'','LINE',NULL,10,'','2552a00152da15447425e44137faccba','',NULL),(18113,'en','woocommerce','b2326c3a3498ee50c8120fbaede6eeed','Regenerate',NULL,NULL,'','LINE',NULL,10,'','e47c6363f7f5a20b12e3873c2bc4771d','',NULL),(18114,'en','woocommerce','43a12fce08a8cb5f4737ac2cb15364de','Regenerate download permissions',NULL,NULL,'','LINE',NULL,10,'','7169bf9e651cb931f0f39e659af1ceda','',NULL),(18115,'en','woocommerce','45e0469cb373bbd19c39389d158996e9','Regenerate shop thumbnails',NULL,NULL,'','LINE',NULL,10,'','cf2609f6578e2c3c85ff26ad4836b13f','',NULL),(18116,'en','woocommerce','b85cf6392051730ccf8177bf1caea186','Regenerating images for attachment ID: %s',NULL,NULL,'','LINE',NULL,10,'','3322d4f207bf571f05894f56f155a141','',NULL),(18117,'en','woocommerce','417e26de6befe824492bb0d3b9f8a3e2','Reggio Calabria',NULL,NULL,'','LINE',NULL,10,'','b818597676ee788c392cb997617b12a0','',NULL),(18118,'en','woocommerce','79310a0f3ab4864799e35a9d74cfce80','Reggio Emilia',NULL,NULL,'','LINE',NULL,10,'','0f1cb80bb22a7f58cff88c14959755f2','',NULL),(18119,'en','woocommerce','f447ac856e7e72435904956e3b15f433','Region',NULL,NULL,'','LINE',NULL,10,'','a6d7e0466b0cfaeb67e4446b68667486','',NULL),(18120,'en','woocommerce','da501495f3a129926d6484c4a682a6e3','Region(s)',NULL,NULL,'','LINE',NULL,10,'','4d35ff80bef0c4958397fc7f20261c22','',NULL),(18121,'en','woocommerce','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'','LINE',NULL,10,'','df6fbe265a8306766c657050f9b377b2','',NULL),(18122,'en','woocommerce','4d8adffdc001189e0202c01ac529a3a9','Regular price',NULL,NULL,'','LINE',NULL,10,'','44480cbfda91e3f6ed45c3380486ed94','',NULL),(18123,'en','woocommerce','e41bbbdfc691cc7aebc18c443822b216','Regular price (%s)',NULL,NULL,'','LINE',NULL,10,'','e9566c2208e3d2ea05ebaf6328c67fab','',NULL),(18124,'en','woocommerce','38070661d5ad384d9c7d21895dc4e784','Related products',NULL,NULL,'','LINE',NULL,10,'','a15b360d79bade3ab54b0a51c8cda01e','',NULL),(18125,'en','woocommerce','ad24ffca4f9e9c0c7e80fe1512df6db9','Relevance',NULL,NULL,'','LINE',NULL,10,'','e94ab20892b59c1e1d72ba3ba180afea','',NULL),(18126,'en','woocommerce','878530871f0db73f004f5bd6591eeb76','Remember me',NULL,NULL,'','LINE',NULL,10,'','edddb1a63d33759231d07a97e8c5019f','',NULL),(18127,'en','woocommerce','7dfb7b7d41752791b200971b5d04837e','Remote GET response.',NULL,NULL,'','LINE',NULL,10,'','ca95eb74a7820fceef86c73f26830214','',NULL),(18128,'en','woocommerce','86014bc324c5b7cd5176ef2a581134a4','Remote GET successful?',NULL,NULL,'','LINE',NULL,10,'','b2a400613aa0492d8ac2925ec9c6f724','',NULL),(18129,'en','woocommerce','2412dc7c354fb5a502a5b8ed5af623aa','Remote POST response.',NULL,NULL,'','LINE',NULL,10,'','48a32df40bdc07199ed50ca78db76235','',NULL),(18130,'en','woocommerce','30b8c7a7173a83b36931d6293f41d4e5','Remote POST successful?',NULL,NULL,'','LINE',NULL,10,'','069b2c8e3d28b5b4d42a1343d87afc04','',NULL),(18131,'en','woocommerce','fb1930b17c961d376154307f88d562f7','Remote get',NULL,NULL,'','LINE',NULL,10,'','d08b99078380e47d35cbac30633ff2f1','',NULL),(18132,'en','woocommerce','2cd155bfdca954937dd9ba09a49fb610','Remote post',NULL,NULL,'','LINE',NULL,10,'','b0e24bc398df4277020ae2f249b23bd5','',NULL),(18133,'en','woocommerce','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,10,'','383750f5bf2ecf79301645927e449716','',NULL),(18134,'en','woocommerce','39a33ab3ae10c15b5c60328b23512713','Remove %s',NULL,NULL,'','LINE',NULL,10,'','1832aa65658d085a2f536e5595b7cffe','',NULL),(18135,'en','woocommerce','5e56e943f895de593f00cbad9172c252','Remove filter',NULL,NULL,'','LINE',NULL,10,'','7c7280137a5f7dccfc0cea25e670fe22','',NULL),(18136,'en','woocommerce','f4701af4852c350444ecdca3fe3ecfc5','Remove image',NULL,NULL,'','LINE',NULL,10,'','960e45a2f9d97ac27216778b2a6f96b9','',NULL),(18137,'en','woocommerce','c51869a6756cb89d288e607883dc1ea3','Remove personal data',NULL,NULL,'','LINE',NULL,10,'','b047451c2bb0ba4cc5ee26713350d404','',NULL),(18138,'en','woocommerce','717c2bcc8c141373eeeb12d6cfb294ae','Remove selected account(s)',NULL,NULL,'','LINE',NULL,10,'','1f3de7a05078b183e25898428fad483c','',NULL),(18139,'en','woocommerce','ac357ac0f2d24f3e9c18f55071fc50bd','Remove selected row(s)',NULL,NULL,'','LINE',NULL,10,'','9aa5c36bd5f2662b7bf8be1a06b85645','',NULL),(18140,'en','woocommerce','ef99aadaa951384308d3766478f59e2e','Remove this attribute?',NULL,NULL,'','LINE',NULL,10,'','95634ebe07345eca35c5a2b50c8129a3','',NULL),(18141,'en','woocommerce','73c8a0a1101c3a8b45d2115a99c7c9c7','Remove this image',NULL,NULL,'','LINE',NULL,10,'','cbd87aed6ca629a2164793f6ce793c8f','',NULL),(18142,'en','woocommerce','9f6a6a4a7f5b24e3801c7ecd0ca7fcb8','Remove this item',NULL,NULL,'','LINE',NULL,10,'','3f87d710047f116ea3394aaba2d8c99f','',NULL),(18143,'en','woocommerce','6abe2b547a294de4e82ea3a6bdb34d92','Remove this item meta?',NULL,NULL,'','LINE',NULL,10,'','971397a92a44136156dfdceebcdb6a95','',NULL),(18144,'en','woocommerce','fe9174d85d9538beead5ae3554a6a02a','Removed access to downloadable files.',NULL,NULL,'','LINE',NULL,10,'','598dc5d734c1bc3fd611e944afb904fc','',NULL),(18145,'en','woocommerce','9bc189e5aa69bd00ba6109cb3428201c','Removed customer \"%s\"',NULL,NULL,'','LINE',NULL,10,'','c1f7529a31989fe65fd4a355febd033f','',NULL),(18146,'en','woocommerce','fc25dacfcc1858292d92376cb09cbb1b','Removed payment token \"%d\"',NULL,NULL,'','LINE',NULL,10,'','7d7d38c5292c523ca7ff4d2f4b0d60b2','',NULL),(18147,'en','woocommerce','e4b55897d3ec3eecb53264fc31fc9005','Removed personal data from %d order.',NULL,NULL,'','LINE',NULL,10,'','05135c2be8dce7e1a185effc89d508b1','',NULL),(18148,'en','woocommerce','e39d21ff228b6618b8de708d6bead6d5','Removed personal data from %d orders.',NULL,NULL,'','LINE',NULL,10,'','aef19cab9cbf3e7dd505ef3985145ac9','',NULL),(18149,'en','woocommerce','579606482b4d5b2c8e56dbf969fd2030','Removed personal data from order %s.',NULL,NULL,'','LINE',NULL,10,'','b1859fbec17f88f06fde874015bf23f6','',NULL),(18150,'en','woocommerce','956c539bda3aaae8a33366b00193b20b','Render response in a particular format.',NULL,NULL,'','LINE',NULL,10,'','822ea3bfe0167d18b306366344e5b7de','',NULL),(18151,'en','woocommerce','0b9feba3fbb861d2f822c42a07fc9a04','Renew',NULL,NULL,'','LINE',NULL,10,'','42bcd2c0d74df06277933cc114ad7c14','',NULL),(18152,'en','woocommerce','3406147c3ce729ce17ed76d45c2896f9','Report a bug',NULL,NULL,'','LINE',NULL,10,'','d728ae84c3c43e07e831dc14a2b36242','',NULL),(18153,'en','woocommerce','f33f41a5e791c5766ad136147bab90c1','Report period.',NULL,NULL,'','LINE',NULL,10,'','4c39e880820971be7cd5932abf578f83','',NULL),(18154,'en','woocommerce','c91c7b93c28cd18741b71f727ee81ee3','Reports',NULL,NULL,'','LINE',NULL,10,'','fa4487c1f8b1b1d80d171aeb7540bf14','',NULL),(18155,'en','woocommerce','51a435fceee5d870b083fa896152a3a4','Request body.',NULL,NULL,'','LINE',NULL,10,'','bf3f67f2f3ef37ba85e516240ee47e12','',NULL),(18156,'en','woocommerce','033fd4c1c41e44b0f2642f73e046f119','Request headers.',NULL,NULL,'','LINE',NULL,10,'','f7a3a7cd8f2a67ba1413125a6cb2a7b8','',NULL),(18157,'en','woocommerce','b651efdb98a5d6bd2b3935d0c3f4a5e2','Required',NULL,NULL,'','LINE',NULL,10,'','3b999ee9400e31a21a28861b8886c222','',NULL),(18158,'en','woocommerce','79021e1b539b631c816b77c3e4013281','Required to be true, as resource does not support trashing.',NULL,NULL,'','LINE',NULL,10,'','f8524c20918b4611e7b678540d54dfb4','',NULL),(18159,'en','woocommerce','3fd05e1a9b84c52344011ba4d5724731','Resend new order notification',NULL,NULL,'','LINE',NULL,10,'','b29a53cc521c8fc7d8dc820321041512','',NULL),(18160,'en','woocommerce','526d688f37a86d3c3f27d0c5016eb71d','Reset',NULL,NULL,'','LINE',NULL,10,'','033e5d1f16e7880e00435b26a6720a4a','',NULL),(18161,'en','woocommerce','33f567cd453b4e5e346804dfab67e334','Reset capabilities',NULL,NULL,'','LINE',NULL,10,'','b9ba11ce2fe762d8a642ff0207a353b4','',NULL),(18162,'en','woocommerce','3b5b0f1e26d98a827ef82af202c2e85b','Reset password',NULL,NULL,'','LINE',NULL,10,'','920d9cd8343e2b69eea2d4416d64cbaa','',NULL),(18163,'en','woocommerce','f70c64f7a8c79a6b7de5efbf12d8ed98','Resource cannot be created.',NULL,NULL,'','LINE',NULL,10,'','a5f34d82c4eaa1ab2a81052d0bb106cf','',NULL),(18164,'en','woocommerce','333a8a6e7ad1bae9778792f21b7091fb','Resource cannot be created. Check to make sure \'order\' and \'name\' are present.',NULL,NULL,'','LINE',NULL,10,'','231bea7872650ec15dde75f2dc0fc7fb','',NULL),(18165,'en','woocommerce','a2fa6ddbdd15c4aec209e8cf74af3f0b','Resource does not exist.',NULL,NULL,'','LINE',NULL,10,'','67ebbf712dd8181cbec9c41c4e45989e','',NULL),(18166,'en','woocommerce','dd7ff6384dfe1d5dd7ac18ff35cc1d91','Resource does not support trashing.',NULL,NULL,'','LINE',NULL,10,'','ea1f8696e87ae60eaef73b3c8e949a18','',NULL),(18167,'en','woocommerce','0b337b1bb183f424f2855f252780c814','Respond to your requests, including refunds and complaints',NULL,NULL,'','LINE',NULL,10,'','7448582d2f1ce8730228f7cfcd7c5e56','',NULL),(18168,'en','woocommerce','531ba4bab506dc16c2689e7d1df893bf','Restock refunded items',NULL,NULL,'','LINE',NULL,10,'','2b9cbd773cd00765cbbfef3479d3e9da','',NULL),(18169,'en','woocommerce','fd69c5cf902969e6fb71d043085ddee6','Results',NULL,NULL,'','LINE',NULL,10,'','1a238537e88ec368ef1dbca83cc4dfe6','',NULL),(18170,'en','woocommerce','6327b4e59f58137083214a1fec358855','Retry',NULL,NULL,'','LINE',NULL,10,'','00da5860816a1987ea59264cafb04d3b','',NULL),(18171,'en','woocommerce','4ea6edac696e44a1dd764fadfa1a05de','Return sales for a specific end date, the date need to be in the %s format.',NULL,NULL,'','LINE',NULL,10,'','258cb320edc101a1c4c9b11f3e1d758f','',NULL),(18172,'en','woocommerce','e871590b3e3f60a14ffa6d1777f56372','Return sales for a specific start date, the date need to be in the %s format.',NULL,NULL,'','LINE',NULL,10,'','23c683614603a891f25747650a489d87','',NULL),(18173,'en','woocommerce','6cca253300e2cd53dcb4f8eb810844d0','Return to cart',NULL,NULL,'','LINE',NULL,10,'','0cbb6aa6cd5e807643c357bbc764cbe3','',NULL),(18174,'en','woocommerce','81a6a25567d157623ba189571b070ad3','Return to emails',NULL,NULL,'','LINE',NULL,10,'','39d9472860de5185137ae7f2ff668e8d','',NULL),(18175,'en','woocommerce','dd5d9df192280c2b13a222d5ab39d0de','Return to payments',NULL,NULL,'','LINE',NULL,10,'','fc6b321dccf25820a0186774bf69e3b1','',NULL),(18176,'en','woocommerce','9bfa2332c9c7198ac9774c6710bf76c4','Return to shop',NULL,NULL,'','LINE',NULL,10,'','2f2cc2048c39e39bef31449f5923584f','',NULL),(18177,'en','woocommerce','3bb80f785b31f521c305ae0c400827a5','Return to the date input field.',NULL,NULL,'','LINE',NULL,10,'','b65aaa2a552766824bb302380224e4c7','',NULL),(18178,'en','woocommerce','c36e511b5cda84fbaee7dba8720db309','Returning customer?',NULL,NULL,'','LINE',NULL,10,'','93a788edeb18e8d5658fa52b2090ed77','',NULL),(18179,'en','woocommerce','939c3c13a3d058c4c53109d7f804b631','Reunion',NULL,NULL,'','LINE',NULL,10,'','fb4eab3c26fad963b4c9a6e23b38e920','',NULL),(18180,'en','woocommerce','76000ab3884cc17d109dcf3a4f35d27c','Reversal cancelled for order #%s',NULL,NULL,'','LINE',NULL,10,'','c4c54738bee26b1ab38b5cd0e054e442','',NULL),(18181,'en','woocommerce','74bb58210766f9635cfc1ba339d06461','Review Settings',NULL,NULL,'','LINE',NULL,10,'','678ff6e8b382323e4e21e67b22289b88','',NULL),(18182,'en','woocommerce','6d733d4818d1d1d68d0d1a99f74e6cd0','Review content',NULL,NULL,'','LINE',NULL,10,'','f4e16205bf7f8686b5f4139a31b77718','',NULL),(18183,'en','woocommerce','783377eb1d14cb2015b9eba4178fd486','Review content.',NULL,NULL,'','LINE',NULL,10,'','fb13632ec2ae860369155749a91e66b4','',NULL),(18184,'en','woocommerce','059213b5cc0557ae8d015aba4384d66c','Review date',NULL,NULL,'','LINE',NULL,10,'','055b1ba00ccd0cc356f92ea7225824fd','',NULL),(18185,'en','woocommerce','ad1224a1b7f7f9b2e9a40b672ff0db73','Review image',NULL,NULL,'','LINE',NULL,10,'','ce2fc9dbc0cd40b4e6a7e2cd2bf1cd4c','',NULL),(18186,'en','woocommerce','4b1474da1be781a8eac45d56b889cfa0','Review rating (0 to 5).',NULL,NULL,'','LINE',NULL,10,'','33c1167da7fcc21ad8b7d523dea77652','',NULL),(18187,'en','woocommerce','e178bcca0132384c4f21367f12101531','Review type name.',NULL,NULL,'','LINE',NULL,10,'','eb97de51dba8a7f59e1066593e2454a2','',NULL),(18188,'en','woocommerce','36aa3ed6ba372ecc478761dbca1b57db','Reviewer email.',NULL,NULL,'','LINE',NULL,10,'','8752254fa5db28d592fcb369839688d0','',NULL),(18189,'en','woocommerce','9be7fbef95bdff2dae2f84fc9f18d3a2','Reviewer name',NULL,NULL,'','LINE',NULL,10,'','24d401caa1cc760d37e0b0f908ac817b','',NULL),(18190,'en','woocommerce','970559573d9dce91380ba7e1538dbb62','Reviewer name.',NULL,NULL,'','LINE',NULL,10,'','4c9fc4e6385e9cdff65346a4ab0c3a79','',NULL),(18191,'en','woocommerce','761fac7f75ddcecbe197b747a5d40395','Reviewer photo',NULL,NULL,'','LINE',NULL,10,'','c54edd0fda8aa57c2e0827c91b372d22','',NULL),(18192,'en','woocommerce','1463731482fce96de7c7263a51259046','Reviewer photo is disabled in your %ssite settings%s.',NULL,NULL,'','LINE',NULL,10,'','2ff240a5c42129776dcb57c75d3fd50c','',NULL),(18193,'en','woocommerce','3fce4f2ed5985f45eb692b676d127ced','Reviews (%d)',NULL,NULL,'','LINE',NULL,10,'','15a49eff07ba5a34cd64649508772738','',NULL),(18194,'en','woocommerce','cae415fbecdafd0ba18035f9106d11ce','Reviews average rating.',NULL,NULL,'','LINE',NULL,10,'','fa77da1fa42c6192526967e8fdd93146','',NULL),(18195,'en','woocommerce','667c61cf95692e2d6b6dcb9001a7f87a','Reviews by Category',NULL,NULL,'','LINE',NULL,10,'','aa90ecb77e4b71cf823352d9987b2d61','',NULL),(18196,'en','woocommerce','6df682b2b0a3b331bd99618a53470b8b','Reviews by Product',NULL,NULL,'','LINE',NULL,10,'','c9633beb631ebafb23b7e6adec2f1c3a','',NULL),(18197,'en','woocommerce','176f1bc4aff70899687ca1e05e45b3dd','Reviews list updated.',NULL,NULL,'','LINE',NULL,10,'','b801efa5c5b77e9a8caf9bf5a0d52712','',NULL),(18198,'en','woocommerce','75841f2ffb819dfa198e1c101a948be6','Reviews totals.',NULL,NULL,'','LINE',NULL,10,'','bfefbb45ed012d6c68b9a6c7f3b6d427','',NULL),(18199,'en','woocommerce','3681df39258e94aedb966d22a1a65c4f','Revision restored.',NULL,NULL,'','LINE',NULL,10,'','04b100792abf53351e3ee05fb76f20e9','',NULL),(18200,'en','woocommerce','21313f76b111bc0df501bf89fc96ba46','Revoke',NULL,NULL,'','LINE',NULL,10,'','e93e8dd74e8c6e4d7048fffc1f2e665d','',NULL),(18201,'en','woocommerce','187858f2b2932d552aaf18715c13302b','Revoke API key',NULL,NULL,'','LINE',NULL,10,'','3319d1a73a9c4f8e65453dff10963704','',NULL),(18202,'en','woocommerce','e4c27e9d17bd34073a120ad7bba9e8f4','Revoke access',NULL,NULL,'','LINE',NULL,10,'','0c706a240ce010aa6454a768c18341f7','',NULL),(18203,'en','woocommerce','8b16c5966e0dd4d3710f7611ec1ca957','Revoke key',NULL,NULL,'','LINE',NULL,10,'','96dc22629bdfab527d5bace5245ab636','',NULL),(18204,'en','woocommerce','f93fdf59e16e4104fef1965a9cbe1758','Rezina',NULL,NULL,'','LINE',NULL,10,'','ded9e681f96089f6b8ee4aba1825f0f2','',NULL),(18205,'en','woocommerce','ac2713abe86d88f03326157f22a50869','Rhode Island',NULL,NULL,'','LINE',NULL,10,'','67d9d8540d758f88fa02ea04675863d4','',NULL),(18206,'en','woocommerce','e47ac25cbd25cfde061182df622f012d','Riau',NULL,NULL,'','LINE',NULL,10,'','51c8e2667bef1555e1fb4a0a7c7ebae1','',NULL),(18207,'en','woocommerce','c1f7a2cf4d610a26b7d7d3da4ee314c1','Rieti',NULL,NULL,'','LINE',NULL,10,'','7c8034a9b47a4a0214032ef1f9dd5e85','',NULL),(18208,'en','woocommerce','b9a62b90d993de515b2bc08c7ca65b2f','Right and left arrow keys',NULL,NULL,'','LINE',NULL,10,'','63e2fe6bcb98e663e4bbdd310f5c8f99','',NULL),(18209,'en','woocommerce','ff8c7f043144676275d74d25a49d371a','Rimini',NULL,NULL,'','LINE',NULL,10,'','d07d45dea09bdfd2992b7780852e46d1','',NULL),(18210,'en','woocommerce','0c7ecf0640498a4167dcf0539460818b','Rio Grande do Norte',NULL,NULL,'','LINE',NULL,10,'','c15c55dc4bbd1dff5d3fd62a15c2c928','',NULL),(18211,'en','woocommerce','e166a71fcc6c824d7dcb2e5754174b96','Rio Grande do Sul',NULL,NULL,'','LINE',NULL,10,'','65ba270e7ea2a069d021c44430406279','',NULL),(18212,'en','woocommerce','5cfd5837c67e04c1d6f52c1b42c11f10','Rio de Janeiro',NULL,NULL,'','LINE',NULL,10,'','47c6cd18a6ad82e8206cc7df92031759','',NULL),(18213,'en','woocommerce','0a527ed8fb7da38268a908f276ad05ee','River Gee',NULL,NULL,'','LINE',NULL,10,'','fa4c285dc378d67b91abc5af0729c260','',NULL),(18214,'en','woocommerce','4308e4d9021a484c3deb4519324faf5f','Rivercess',NULL,NULL,'','LINE',NULL,10,'','e569a0be8936981460dec3e0135d8c55','',NULL),(18215,'en','woocommerce','80150d09100abb8a34c6233d7bec11e7','Rivers',NULL,NULL,'','LINE',NULL,10,'','854b2564083267f9b4b5deb2973b9740','',NULL),(18216,'en','woocommerce','1ba380abcf4cab6a8e599dbd31dec457','Rizal',NULL,NULL,'','LINE',NULL,10,'','b16d5f3bb9f5c9b7858640cb70019098','',NULL),(18217,'en','woocommerce','b0cc92b2c8e6be937e5009cf2ceda945','Rize',NULL,NULL,'','LINE',NULL,10,'','6c4c1776bcc1833f49f44c0ba2b9e559','',NULL),(18218,'en','woocommerce','7c1bfe104ecf9a69b84cb37313361da4','Roi Et',NULL,NULL,'','LINE',NULL,10,'','2ec7a9de47f1b989ca08b593e27c3fb3','',NULL),(18219,'en','woocommerce','9d3ef7efb0f83d6e9b269a68643f8d97','Roles successfully reset',NULL,NULL,'','LINE',NULL,10,'','5569fbef6560d25c0b69f2c169c04de8','',NULL),(18220,'en','woocommerce','e82fd46b0550431fe786eaa614549608','Roma',NULL,NULL,'','LINE',NULL,10,'','44054318502dc7f8e0882ecabf3a533b','',NULL),(18221,'en','woocommerce','0c7d5ae44b2a0be9ebd7d6b9f7d60f20','Romania',NULL,NULL,'','LINE',NULL,10,'','35db7cb123ff32749c8835eb50749060','',NULL),(18222,'en','woocommerce','f04b9dbd9fc09af2d47d216bee35c4f5','Romblon',NULL,NULL,'','LINE',NULL,10,'','4c858a8d912fa304019c628dfdea4ecc','',NULL),(18223,'en','woocommerce','79ed3991b261b7fba9315b725a060ec2','Rondônia',NULL,NULL,'','LINE',NULL,10,'','94b27f87fc8565bb31bc5a91004dfbc5','',NULL),(18224,'en','woocommerce','9162839f935cb7f1245d978d53f3d9ce','Roraima',NULL,NULL,'','LINE',NULL,10,'','2a48af8e522e10f1e2e3ede46a817ff3','',NULL),(18225,'en','woocommerce','9bd4cb7a44d1829e13357b1a0164cc99','Roscommon',NULL,NULL,'','LINE',NULL,10,'','399a4825893b252a0d8631950628e421','',NULL),(18226,'en','woocommerce','87327c4e0204e6e896ecd564eb484c98','Routing number',NULL,NULL,'','LINE',NULL,10,'','3bcb402c0a56908ac3ec58f8b59b2c84','',NULL),(18227,'en','woocommerce','7d1865c03241bd7a6616fa5587af6f8b','Rovigo',NULL,NULL,'','LINE',NULL,10,'','fe0f5efb6b583333ca306cca67e320a7','',NULL),(18228,'en','woocommerce','530f488f7a9800411efc6926ab189708','Rows',NULL,NULL,'','LINE',NULL,10,'','affcc62d8767b9107e4a4a618bf282d3','',NULL),(18229,'en','woocommerce','3995e76cfbc85dea7472c8a1aa627244','Rows per page',NULL,NULL,'','LINE',NULL,10,'','1ca576c7c644c6ef9289303b69a2a56f','',NULL),(18230,'en','woocommerce','743157510ece015b475c50bfdff303cb','Rubanda',NULL,NULL,'','LINE',NULL,10,'','98168559f4501c86003d57d505531e19','',NULL),(18231,'en','woocommerce','3f45c85dc44698571d69ad064be429a5','Rubirizi',NULL,NULL,'','LINE',NULL,10,'','6eca0a4845e0f8b92fd1642bb6306f13','',NULL),(18232,'en','woocommerce','4895a97aa1c819103ed078991c6f4ed0','Rukiga',NULL,NULL,'','LINE',NULL,10,'','8bc636bbf502f91b8689b50eb32d0c8b','',NULL),(18233,'en','woocommerce','4967f1fb4bc0c14048578a335067faac','Rukungiri',NULL,NULL,'','LINE',NULL,10,'','e4dd66c492325ae8a3eb08000c34d7d8','',NULL),(18234,'en','woocommerce','119981bab2dce4a7d7a05c54504f728f','Rukwa',NULL,NULL,'','LINE',NULL,10,'','560f80db42698925c8332599d20f9add','',NULL),(18235,'en','woocommerce','c5301693c4e792bcd5a479ef38fb8f8d','Run',NULL,NULL,'','LINE',NULL,10,'','8fc6215cfe68249f5b6d15962c079906','',NULL),(18236,'en','woocommerce','1f84a14a632ec3979aa90c26aa2f61be','Run the Setup Wizard',NULL,NULL,'','LINE',NULL,10,'','d7067bead1f204859f489f2c4d72ba61','',NULL),(18237,'en','woocommerce','22dffcca88ebbf232b51fce06c108893','Run the importer',NULL,NULL,'','LINE',NULL,10,'','2fffb4898accc3a5dcd9293ed9a8c08c','',NULL),(18238,'en','woocommerce','f8741c8f7da3a4cd5864f0d97657957a','Running %d action',NULL,NULL,'','LINE',NULL,10,'','e9af2f3d550935665b8bff153fa84635','',NULL),(18239,'en','woocommerce','53a5dcd943f803592adfaafb31fd7936','Running %d actions',NULL,NULL,'','LINE',NULL,10,'','548d6a539d01e655a1dcb08f8c2970ca','',NULL),(18240,'en','woocommerce','3145287ff6a3de47b5decfdb9a827ebc','Ruse',NULL,NULL,'','LINE',NULL,10,'','b1eb9567b586273b03a415833c21cf93','',NULL),(18241,'en','woocommerce','5feb168ca8fb495dcc89b1208cdeb919','Russia',NULL,NULL,'','LINE',NULL,10,'','1a640e88a33269dad90afaec96f94bd0','',NULL),(18242,'en','woocommerce','196fb63e25b1b97ab644e94f892a1759','Ruvuma',NULL,NULL,'','LINE',NULL,10,'','754b18d4d33239df4f1f3dde03266c7f','',NULL),(18243,'en','woocommerce','9d7ed5d77d647e89c3cc11757d651dc2','Rwanda',NULL,NULL,'','LINE',NULL,10,'','ed96dbca0adc20a959441e5aaa0a0bc3','',NULL),(18244,'en','woocommerce','8526cf1d7f5916c6385cf2881e8cfda0','Sălaj',NULL,NULL,'','LINE',NULL,10,'','951ca0e2171eb6248b045d6646ef0dac','',NULL),(18245,'en','woocommerce','3f31172dfcfe4fa365c4ed12200c34e8','São Paulo',NULL,NULL,'','LINE',NULL,10,'','06cbfcf872b287b0e8b22a90c80b1b0a','',NULL),(18246,'en','woocommerce','0b6a787901210a71793ef895ce35055f','São Tomé and Príncipe',NULL,NULL,'','LINE',NULL,10,'','63113ddbca82a3c83fa48437cd763c9e','',NULL),(18247,'en','woocommerce','d6e5f8f2f9c151c4c1f498fe10f515f6','Sîngerei',NULL,NULL,'','LINE',NULL,10,'','efdf8887686c736d64235505202f8c95','',NULL),(18248,'en','woocommerce','13e05f4fd2fe1696eb623f36e2e61e31','SANDBOX ENABLED. You can use sandbox testing accounts only. See the <a href=\"%s\">PayPal Sandbox Testing Guide</a> for more details.',NULL,NULL,'','LINE',NULL,10,'','d39bb18e193179bc48a99b75ec181108','',NULL),(18249,'en','woocommerce','6665e3761028c84e1d228de3432229ed','SKU',NULL,NULL,'','LINE',NULL,10,'','b66f991d4ebb623d15f09c96b9f5c0e2','',NULL),(18250,'en','woocommerce','ef409929d317009b8673079fb49a0e28','SKU %s',NULL,NULL,'','LINE',NULL,10,'','a42aac5d1c536d87a63e463894b41e8a','',NULL),(18251,'en','woocommerce','9a4f1f4a109d9ef25df9a6d76b880efa','SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased.',NULL,NULL,'','LINE',NULL,10,'','461d143fd6b82a8e9a6bff2eddbd429a','',NULL),(18252,'en','woocommerce','2bf5ae55eb0ead91dda7d1f6c8524b98','SKU:',NULL,NULL,'','LINE',NULL,10,'','075e20c35ea342f0a612a5debcbd85f2','',NULL),(18253,'en','woocommerce','a72db46444c5492d64e7213dba9d752e','SSL forced?',NULL,NULL,'','LINE',NULL,10,'','3e66010ba47334795130179d2edd5cc9','',NULL),(18254,'en','woocommerce','f2f07762fe23833e3d61171ff510f4f5','SUHOSIN installed',NULL,NULL,'','LINE',NULL,10,'','de527771b01fd4621f0cca070ccd6b3e','',NULL),(18255,'en','woocommerce','e21e8341d67a5e734fbe2612aee5aa13','Sa Kaeo',NULL,NULL,'','LINE',NULL,10,'','324a064e864bac4835d2885b57ceae86','',NULL),(18256,'en','woocommerce','59445721c658083c31b980b8cde49fda','Sabah',NULL,NULL,'','LINE',NULL,10,'','1b8fd42fb0abe6b66fb4185fc1f2d1ba','',NULL),(18257,'en','woocommerce','36438ec874c45784ffc175a7e1635e28','Safe and secure payments using credit cards or your customer\'s PayPal account. <a href=\"%s\" target=\"_blank\">Learn more</a>.',NULL,NULL,'','LINE',NULL,10,'','28c701743c8159f11eef4881510b824e','',NULL),(18258,'en','woocommerce','a514331bd5b036394a55a5667bcb3989','Saga',NULL,NULL,'','LINE',NULL,10,'','d2baebd13f9e6501b9beada6577bb826','',NULL),(18259,'en','woocommerce','cebc24a97774a4d2f664c623aeb683ff','Sagarmatha',NULL,NULL,'','LINE',NULL,10,'','3f13bac1a830d7a5cf7bb89b1f248b6f','',NULL),(18260,'en','woocommerce','8e37f8ae5a7546aa3691b597da97f8ef','Saint Barthélemy',NULL,NULL,'','LINE',NULL,10,'','0d64edeb9f24fc962309f2d48daf0093','',NULL),(18261,'en','woocommerce','a627bea6213a8682b87747f822cd376a','Saint Helena',NULL,NULL,'','LINE',NULL,10,'','af3c2d42e8dded841526a9b4f4921a3c','',NULL),(18262,'en','woocommerce','5976169ac1852fff6f0b9095100407fc','Saint Kitts and Nevis',NULL,NULL,'','LINE',NULL,10,'','641b585bc154d95b36089203e61dc4b9','',NULL),(18263,'en','woocommerce','d1ef233007d706d71aa6d46642d5f804','Saint Lucia',NULL,NULL,'','LINE',NULL,10,'','d915510eb69714b4a629c51bbba19dc9','',NULL),(18264,'en','woocommerce','4b165f5e502578128f86eedb2bf6bcf4','Saint Martin (Dutch part)',NULL,NULL,'','LINE',NULL,10,'','403fae4d96334bf61f3b824b81edcc4b','',NULL),(18265,'en','woocommerce','cecb8a10cdf734cc6e5c8adbcc8092bf','Saint Martin (French part)',NULL,NULL,'','LINE',NULL,10,'','157d9200831df1e8e503eeccf8a97714','',NULL),(18266,'en','woocommerce','30ce3dcbcc38394722184a4bfd423d56','Saint Pierre and Miquelon',NULL,NULL,'','LINE',NULL,10,'','1a30fe1d67d1a77ebd7508df5ea3d71c','',NULL),(18267,'en','woocommerce','c6f5008606ccd26c840a52657d671c4b','Saint Vincent and the Grenadines',NULL,NULL,'','LINE',NULL,10,'','4778d256b43f6eb96c6dd6ee53ba04cb','',NULL),(18268,'en','woocommerce','60c00ae40d7289b88eb6f45e765c75b0','Saitama',NULL,NULL,'','LINE',NULL,10,'','c85899cd851b3e40152946910045a7e7','',NULL),(18269,'en','woocommerce','c89bf70d15ceb32be9c899e91b9d9e3a','Sakarya',NULL,NULL,'','LINE',NULL,10,'','132cd5a48a8be67d31ee8cbf9c0bc519','',NULL),(18270,'en','woocommerce','88ecc27c0201678e80901f383c4836c6','Sakon Nakhon',NULL,NULL,'','LINE',NULL,10,'','d8bcff42b7a4f153a95e083f5a5ff65b','',NULL),(18271,'en','woocommerce','d2ba735fcbe87a468ff44af66a693120','Salamanca',NULL,NULL,'','LINE',NULL,10,'','cd4ae7496ba4aa4b721967d488b605cf','',NULL),(18272,'en','woocommerce','f2cd171bd42220283b7a595c3ff2aaaf','Sale',NULL,NULL,'','LINE',NULL,10,'','16416642f1d841f7b0b37fc083f2f9ba','',NULL),(18273,'en','woocommerce','eb841d6b55b9efcb7a60fbddec177c77','Sale end date',NULL,NULL,'','LINE',NULL,10,'','76f6ac56ccf58216caee153e76780cad','',NULL),(18274,'en','woocommerce','58829c511f83c1bc000cdd6e26b9ee21','Sale end date (YYYY-MM-DD format or leave blank)',NULL,NULL,'','LINE',NULL,10,'','de7a62abe8e190589924ed767cdc5c84','',NULL),(18275,'en','woocommerce','b1c7a4487892f284ac7e0885b74518f8','Sale price',NULL,NULL,'','LINE',NULL,10,'','102921eff0f19d3286cb49e346931f69','',NULL),(18276,'en','woocommerce','ccb7f784dd73f8641bdf6d58f2c59b14','Sale price (%s)',NULL,NULL,'','LINE',NULL,10,'','c0bd63c974867f04f6504f8272dafc6c','',NULL),(18277,'en','woocommerce','e60be3232fa8fe3dcd76667e36b08e7b','Sale price dates',NULL,NULL,'','LINE',NULL,10,'','0d9570d7ec31f69f179e5bbf48f32d1b','',NULL),(18278,'en','woocommerce','9d20321a831430ae63e9f8d72ccc61d3','Sale start date',NULL,NULL,'','LINE',NULL,10,'','b8d4ef5eea4e72575b2f97e7ed1daee1','',NULL),(18279,'en','woocommerce','a1b1045157143cb55b748b3419d00e1a','Sale start date (YYYY-MM-DD format or leave blank)',NULL,NULL,'','LINE',NULL,10,'','45f60aa2db5fc2e47e6c0b609c677d1a','',NULL),(18280,'en','woocommerce','bb63f16d5ebfcfa8a651642a7bb2ea5c','Sale!',NULL,NULL,'','LINE',NULL,10,'','a127c7af5f92ba7f07794cb1a24dd51b','',NULL),(18281,'en','woocommerce','832c04bdafe66a06a04ad4122d94050f','Salerno',NULL,NULL,'','LINE',NULL,10,'','14d9b7bea6ae0379c24ea2d60d98f47f','',NULL),(18282,'en','woocommerce','11ff9f68afb6b8b5b8eda218d7c83a65','Sales',NULL,NULL,'','LINE',NULL,10,'','9fcdc1fbd1f01dcd248f7b51499b9907','',NULL),(18283,'en','woocommerce','4d422eb9b622ba392ae7ea9efd7e657d','Sales - most first',NULL,NULL,'','LINE',NULL,10,'','1eb48cb76b5fb2afda6f78c009ca9081','',NULL),(18284,'en','woocommerce','9069a5a5405c1c8b48c914a8d0622756','Sales amount',NULL,NULL,'','LINE',NULL,10,'','fd93e52f3a69f654e07dae10a6bcd8a1','',NULL),(18285,'en','woocommerce','042d0e827899147307f2ae8a03626a70','Sales by category',NULL,NULL,'','LINE',NULL,10,'','59bed624bd53c25a14dd17380b9c1545','',NULL),(18286,'en','woocommerce','4d1d8d0e1fdb1ca98d5829d28a0f5e37','Sales by date',NULL,NULL,'','LINE',NULL,10,'','7303acfbc1da8d7a82a404c78e1b6b13','',NULL),(18287,'en','woocommerce','d7bd82beb0a20f4db3266e109ccbc36a','Sales by product',NULL,NULL,'','LINE',NULL,10,'','011583327f595e4d2d4e6dc07658d856','',NULL),(18288,'en','woocommerce','a9ae69fb8dc4c7e3fc51a3119bb0bbe7','Sales reports',NULL,NULL,'','LINE',NULL,10,'','5c81b421c497b5a2b4527e77b81a670b','',NULL),(18289,'en','woocommerce','72374ce78369594852951015e37ec6c1','Salta',NULL,NULL,'','LINE',NULL,10,'','5b45f89bc1dfbca6cde0f321597d30c3','',NULL),(18290,'en','woocommerce','dc9a3f41b0b41c8245fd4dd73f1d6242','Samar',NULL,NULL,'','LINE',NULL,10,'','a47eb9599a1000e00575114cb381c196','',NULL),(18291,'en','woocommerce','44ca5d4dbbb2f870f67fc2c1260ee52b','Same as parent',NULL,NULL,'','LINE',NULL,10,'','ded2bb8d2359f1989130d64a9ba47d73','',NULL),(18292,'en','woocommerce','0861134397888c470803c77fb6cd2943','Samoa',NULL,NULL,'','LINE',NULL,10,'','60709693188d73f1587714df3c177f06','',NULL),(18293,'en','woocommerce','f0f5fac9602d88bc27f0edf960dda8b8','Sample:',NULL,NULL,'','LINE',NULL,10,'','e882a1b1934ac559c1cc32ef778d7809','',NULL),(18294,'en','woocommerce','222fc3ec498adfbc9b53f4c7e9715f9a','Samsun',NULL,NULL,'','LINE',NULL,10,'','d218444792dc15ec949315f04375e699','',NULL),(18295,'en','woocommerce','06897ded5c646cd6df48604b0e15fd61','Samut Prakan',NULL,NULL,'','LINE',NULL,10,'','40aa13c915997ef4df883755ebd08d1a','',NULL),(18296,'en','woocommerce','20524a8d4c3da72f4c2598533ba182ca','Samut Sakhon',NULL,NULL,'','LINE',NULL,10,'','493a3676ec63b3ce90af176017f8e9e9','',NULL),(18297,'en','woocommerce','18d7ef48c34be8ec688c55415fade105','Samut Songkhram',NULL,NULL,'','LINE',NULL,10,'','0e98398ebd2ad7b0308d1830aef77c01','',NULL),(18298,'en','woocommerce','1af2a83405609130262cb21b2651a300','San Juan',NULL,NULL,'','LINE',NULL,10,'','b1385531f7339659f284b4dd1be9d24c','',NULL),(18299,'en','woocommerce','6bea9eb8a42bf51a5b58a123070e8636','San Luis',NULL,NULL,'','LINE',NULL,10,'','1432c4d29fd1685f665cac5e261ad81d','',NULL),(18300,'en','woocommerce','f376ae55ea6e82245a82e1b0b0ee9deb','San Luis Potosí',NULL,NULL,'','LINE',NULL,10,'','6401b7e88ee295e2f1ec6e0d6bd2ff2a','',NULL),(18301,'en','woocommerce','a7db85742c67a70f8764c4d9c53bdb36','San Marino',NULL,NULL,'','LINE',NULL,10,'','5483990277b1660f9b412ef437c31d72','',NULL),(18302,'en','woocommerce','ad7d585c88419eb5fc4d4b090cb2a634','San Martín',NULL,NULL,'','LINE',NULL,10,'','4a18fbe616b21296b18437e8b0caf1c2','',NULL),(18303,'en','woocommerce','201a97a6409149f68fee2e20b2cc5f15','San Pedro',NULL,NULL,'','LINE',NULL,10,'','b0d573b5e987cc77197dd461985620b2','',NULL),(18304,'en','woocommerce','68a24272fbd204afcd74387be2290404','Sandbox API password',NULL,NULL,'','LINE',NULL,10,'','0144620fa3591901175fa7873950c774','',NULL),(18305,'en','woocommerce','4a2f1ae200bfeafb45e31bf31822d1d5','Sandbox API signature',NULL,NULL,'','LINE',NULL,10,'','4ab0e82e3b770ddbf2d13a9be979f8d6','',NULL),(18306,'en','woocommerce','6f6548436c884ccafa30e855ec107e11','Sandbox API username',NULL,NULL,'','LINE',NULL,10,'','3e984aa2543d437e68c2229bf12b4a63','',NULL),(18307,'en','woocommerce','4ce294c347aa50ef2bdc99d388ce36d3','Santa Catarina',NULL,NULL,'','LINE',NULL,10,'','56232e8155a9fa39639e83c86e9574a3','',NULL),(18308,'en','woocommerce','90038187f82b3d6923ec6401ceb3b74a','Santa Cruz',NULL,NULL,'','LINE',NULL,10,'','7a37d3123f63f3f02161a42084b57a85','',NULL),(18309,'en','woocommerce','f4a6520b06308b8ed114a0234f78f9e1','Santa Cruz de Tenerife',NULL,NULL,'','LINE',NULL,10,'','0e89f4056017b79f923f8fe5f4d1ae5f','',NULL),(18310,'en','woocommerce','a1ee414d32b551fe17e07fcb113411b6','Santa Fe',NULL,NULL,'','LINE',NULL,10,'','3c749d2193afb9d74bba05d63df2c8c5','',NULL),(18311,'en','woocommerce','434addc621d6af7a198205d4cf71649a','Santiago del Estero',NULL,NULL,'','LINE',NULL,10,'','17c7c93e6c1d8f3e178c0e335540f2ae','',NULL),(18312,'en','woocommerce','4af1bb819db3304098cdfdbd3b9973ad','Saraburi',NULL,NULL,'','LINE',NULL,10,'','c7368adc5b208d5d8eab77d3820cb725','',NULL),(18313,'en','woocommerce','63b9d8e63385845d4896b2f512a469f8','Sarangani',NULL,NULL,'','LINE',NULL,10,'','362ec16884177799fddbcda524764e3a','',NULL),(18314,'en','woocommerce','7378d92d3ea3855284d7ddd1be48124e','Sarawak',NULL,NULL,'','LINE',NULL,10,'','e77c2c9a7cd3b86d2e240d6b799b1915','',NULL),(18315,'en','woocommerce','e254c1b96aa1567b4a09bc81516fbcdd','Saskatchewan',NULL,NULL,'','LINE',NULL,10,'','c3a020f3f8f35c75fbdb7d366806a0c3','',NULL),(18316,'en','woocommerce','6754707afabf3a8b82285b9e0f005a5d','Sassari',NULL,NULL,'','LINE',NULL,10,'','4503f385f908699ae347f5e886044e62','',NULL),(18317,'en','woocommerce','fbcf4ab6eeb1049d229048a59535148f','Satkhira',NULL,NULL,'','LINE',NULL,10,'','99fb7bea8d52e52988bb706caf0cfc94','',NULL),(18318,'en','woocommerce','5649651ddc9d141d70020700dec9011b','Satu Mare',NULL,NULL,'','LINE',NULL,10,'','65893c73f80342a17a735c37892d1ee0','',NULL),(18319,'en','woocommerce','69ab31efe822f0e9f8c477a8717aa672','Satun',NULL,NULL,'','LINE',NULL,10,'','3ca7b92c765974664f5609a504716567','',NULL),(18320,'en','woocommerce','b835b521c29f399c78124c4b59341691','Saudi Arabia',NULL,NULL,'','LINE',NULL,10,'','ca8db74c4feb1dc4e3025389da9f59ca','',NULL),(18321,'en','woocommerce','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,10,'','82858cf43f817a97977509e6bdf0492b','',NULL),(18322,'en','woocommerce','df88d91000daacce2b33cd123beb1ae9','Save address',NULL,NULL,'','LINE',NULL,10,'','a3ce64b50a5912c05721461fef5957d4','',NULL),(18323,'en','woocommerce','ffdae8a152f60cd6270dfbb96e6dfad3','Save attributes',NULL,NULL,'','LINE',NULL,10,'','d640f16e4c1b790b41a549bdd38b63db','',NULL),(18324,'en','woocommerce','daa6b483e9f6ca081ec7e0b4a352f9e9','Save changes',NULL,NULL,'','LINE',NULL,10,'','7e794486c3c64cf9e03ba1e73934ca3b','',NULL),(18325,'en','woocommerce','122f8e4d7b9110b338b1e29a5d171ab0','Save changes before changing page?',NULL,NULL,'','LINE',NULL,10,'','d3b52cf59404f66d118841a9ef3652a7','',NULL),(18326,'en','woocommerce','09bb44203dce38f99a61bdc99ab8101f','Save shipping classes',NULL,NULL,'','LINE',NULL,10,'','b736870cb25203e4c274ac2159f5288a','',NULL),(18327,'en','woocommerce','8843e736a5320afc84d2b8a7a1ef3f77','Save time and errors with automated tax calculation and collection at checkout. Powered by WooCommerce Services and Jetpack.',NULL,NULL,'','LINE',NULL,10,'','56181f507cae78e6158dfb27e395c7e9','',NULL),(18328,'en','woocommerce','c59bd2d7064e57956ca1c3fd81c3451b','Save to account',NULL,NULL,'','LINE',NULL,10,'','c7acee0c90ca4bb819c36898e814825a','',NULL),(18329,'en','woocommerce','bc2c037f678d1f4bba0dd18e62d6c226','Save webhook',NULL,NULL,'','LINE',NULL,10,'','bedbad36893c0f31a07c190133bb6410','',NULL),(18330,'en','woocommerce','405d9fb96e2727bce2e007b310477967','Savona',NULL,NULL,'','LINE',NULL,10,'','dd07520490144f30daacbf52b44fec2b','',NULL),(18331,'en','woocommerce','b69dc63741bfd0f834d7067c43101f02','Schaffhausen',NULL,NULL,'','LINE',NULL,10,'','910f532c0c4c85f1b4332b94dda60711','',NULL),(18332,'en','woocommerce','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'','LINE',NULL,10,'','b9ca0aed5eec596a45b8b429b0746f19','',NULL),(18333,'en','woocommerce','438a96ebd70676d4b20b821f81da8546','Scheduled Action',NULL,NULL,'','LINE',NULL,10,'','cc746b15c93f073fd3543d281e0c4da8','',NULL),(18334,'en','woocommerce','5dc53852cafb053e66a973338e943f85','Scheduled Actions',NULL,NULL,'','LINE',NULL,10,'','15260ec8e1b4bf81c5cad0e6abe82170','',NULL),(18335,'en','woocommerce','507d2e7e4357ac30baae220cb4460c0e','Scheduled Date',NULL,NULL,'','LINE',NULL,10,'','52da4db803d04dcf7f15322bee20e579','',NULL),(18336,'en','woocommerce','1f4e0d4fb5777467c484c8db65adb897','Scheduled actions are hooks triggered on a cetain date and time.',NULL,NULL,'','LINE',NULL,10,'','c31c34febc5b9aaf36c9131558559414','',NULL),(18337,'en','woocommerce','6bac3d213f6ab49c1cb7e4e2855d25e8','Schwyz',NULL,NULL,'','LINE',NULL,10,'','5e711e622c5bec35276f68514d8286ae','',NULL),(18338,'en','woocommerce','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'','b19e4d2145bf8fea23943f865cf266c2','',NULL),(18339,'en','woocommerce','9c261c62a7a3a3b68ebc14f22045d762','Search %s',NULL,NULL,'','LINE',NULL,10,'','bc4ad7391237b5dd500a532681c9169f','',NULL),(18340,'en','woocommerce','dc892fbfed25ca6da939da7a7853c895','Search Scheduled Actions',NULL,NULL,'','LINE',NULL,10,'','be50db677852d91aba184aa9d8b81bec','',NULL),(18341,'en','woocommerce','59ec47fd136845fe6faa5be0ba7137c8','Search by item name',NULL,NULL,'','LINE',NULL,10,'','873fae41ee1fc14ed6f6a5a93a723669','',NULL),(18342,'en','woocommerce','8c21c47c1d902c8a2a72183ab53387d3','Search customers',NULL,NULL,'','LINE',NULL,10,'','6307e6fb3d7ac6e14eaa5d31198a73c8','',NULL),(18343,'en','woocommerce','a78236d229b5df31bd4498d67497e3e3','Search for a downloadable product…',NULL,NULL,'','LINE',NULL,10,'','27299dbd27dd57511f32a8d1d2e4ba2e','',NULL),(18344,'en','woocommerce','fca434bec2d88bcd1044689c1a03f401','Search for a product to display',NULL,NULL,'','LINE',NULL,10,'','69b3a9bb47658511316735f9a3f1599b','',NULL),(18345,'en','woocommerce','a052baa76adf01f03d0ced0e48e21655','Search for a product…',NULL,NULL,'','LINE',NULL,10,'','dc1034bc11ed8511959ad51b43da2dd9','',NULL),(18346,'en','woocommerce','19b3f91188038007cd505faffb212b37','Search for a user…',NULL,NULL,'','LINE',NULL,10,'','27de71375a8aa80e90401361103586ff','',NULL),(18347,'en','woocommerce','b1e708785269e44f63ec5d76a59d3cb1','Search for items',NULL,NULL,'','LINE',NULL,10,'','b212b07cf41f75bb533b1d662c27d2a5','',NULL),(18348,'en','woocommerce','279e6933b773101e71025ade07b7a69c','Search for product attributes',NULL,NULL,'','LINE',NULL,10,'','b7e24741526f4129c2622dbb32d44482','',NULL),(18349,'en','woocommerce','4a39338c3aa6687beb23e6b25ad8728e','Search for product categories',NULL,NULL,'','LINE',NULL,10,'','c7bc6d7b9a93d3b3085bb08005e17403','',NULL),(18350,'en','woocommerce','165f4f13cf74f209625f592d4bbd7a18','Search for product tags',NULL,NULL,'','LINE',NULL,10,'','a58be4d6e1db719edd481b2fe5b1ff1d','',NULL),(18351,'en','woocommerce','7e27ae13e79d41bb95178a0d243b7085','Search for products to display',NULL,NULL,'','LINE',NULL,10,'','90992b4940a0e97df76284e57ed464cc','',NULL),(18352,'en','woocommerce','75ecaaafd1f677d07360709be6528768','Search for:',NULL,NULL,'','LINE',NULL,10,'','3e7657b373870576287d970b2e3c0d80','',NULL),(18353,'en','woocommerce','0b3e624782f489955ef0ba6ab12d5260','Search hook, args and claim ID',NULL,NULL,'','LINE',NULL,10,'','c5789c5c5650c21cfa3978a243df9e8b','',NULL),(18354,'en','woocommerce','e480b018a3b81eb00b88d5bc11b78663','Search key',NULL,NULL,'','LINE',NULL,10,'','2fc6be7e9e1720f41f4574431396d95d','',NULL),(18355,'en','woocommerce','007267b27c76c5531b22436cdbe51778','Search logs',NULL,NULL,'','LINE',NULL,10,'','a4ad653e638d10958401d1d704197e98','',NULL),(18356,'en','woocommerce','9217888d7f36fe6c48bce0cbd5f9df4f','Search products…',NULL,NULL,'','LINE',NULL,10,'','5331f773e3fa68c020c7a7ee14cc1abf','',NULL),(18357,'en','woocommerce','5efad24ea067fd81e800d89ba7b7203c','Search products...',NULL,NULL,'','LINE',NULL,10,'','b54d5c2960231a468469c0544e7d5ceb','',NULL),(18358,'en','woocommerce','c1e4e183c775da5f2d50fa3f2073b4c2','Search results for “%s”',NULL,NULL,'','LINE',NULL,10,'','7e4faf453184a4a88b1faca9cb45d0af','',NULL),(18359,'en','woocommerce','5efff790abb199c53537fb0adef6438f','Search results only',NULL,NULL,'','LINE',NULL,10,'','b180de5309c2da04d82ac94bde030903','',NULL),(18360,'en','woocommerce','26c916a6a2623f7db299c5e7cebefd4d','Search results updated.',NULL,NULL,'','LINE',NULL,10,'','6aff199ada442be85de49a54ccf5050f','',NULL),(18361,'en','woocommerce','2d9e8c01f1460a3f51aade036b761935','Search results: “%s”',NULL,NULL,'','LINE',NULL,10,'','62773ea604bf4d1827d04aeeb28dfc5c','',NULL),(18362,'en','woocommerce','f1aef8753497634de4bf72266c4160c0','Search webhooks',NULL,NULL,'','LINE',NULL,10,'','803e83c2cc17dae1a7c7ada1bf2df082','',NULL),(18363,'en','woocommerce','bff5c4b00b557aa89487d9ec211622d3','Search…',NULL,NULL,'','LINE',NULL,10,'','c6b1abb8871c1144f85c237aea777be4','',NULL),(18364,'en','woocommerce','1e6947ac7fb3a9529a9726eb692c8cc5','Secret',NULL,NULL,'','LINE',NULL,10,'','44bdf9078aad944573c638a538a5d473','',NULL),(18365,'en','woocommerce','d65a7b05da7021a725a5162ca09e0f52','Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user\'s ID|username if not provided.',NULL,NULL,'','LINE',NULL,10,'','5128b401333cd79cdcc6e511145d4f79','',NULL),(18366,'en','woocommerce','2fc870e2d2b73c986ae1f563cb36d1f4','Secure connection (HTTPS)',NULL,NULL,'','LINE',NULL,10,'','06a9109d3361fd193fed85b999dd4f53','',NULL),(18367,'en','woocommerce','0beb5f495e80acc1e613bfcd4d7bd903','Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place. <a href=\"%s\" target=\"_blank\">Learn more about Square</a>.',NULL,NULL,'','LINE',NULL,10,'','ae37d27af68dcfed7ebcd5dca0d069b8','',NULL),(18368,'en','woocommerce','2fae32629d4ef4fc6341f1751b405e45','Security',NULL,NULL,'','LINE',NULL,10,'','d45a8991d8b3e4e00f68aa949b0137af','',NULL),(18369,'en','woocommerce','dcd73804918d08388468116ea63c46ff','Security.',NULL,NULL,'','LINE',NULL,10,'','91af1b0f7ec4affb02f8e4e372310741','',NULL),(18370,'en','woocommerce','48f2f942692b08ec9de1ef9ada5230a3','Segovia',NULL,NULL,'','LINE',NULL,10,'','ca835bf1fa551359af9a57ad2e212960','',NULL),(18371,'en','woocommerce','ec2891c0593eed8bfa2108fe579b598f','Selangor',NULL,NULL,'','LINE',NULL,10,'','dc52bdfb504a8e10f56a1712d4642a73','',NULL),(18372,'en','woocommerce','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,10,'','49c436d99dec2a86b9896425988126ab','',NULL),(18373,'en','woocommerce','74a67c74ba09c0bf812da404e684a1c7','Select %s as a start date.',NULL,NULL,'','LINE',NULL,10,'','c50bce53bcd4211f23512fcadc16ff23','',NULL),(18374,'en','woocommerce','0375f87b3b5b4367deb3f272c8b51f28','Select %s as an end date.',NULL,NULL,'','LINE',NULL,10,'','c5ec2144b0bca0f7e496770a2b113458','',NULL),(18375,'en','woocommerce','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,10,'','6f473ee4a2ca852110aaf35833fa6f80','',NULL),(18376,'en','woocommerce','99e7707748ae048e17c5810fad119e0b','Select Page',NULL,NULL,'','LINE',NULL,10,'','4ce25f193c74d594bf8b9ff177fac24d','',NULL),(18377,'en','woocommerce','b02d8b2c78dfd6cc791eff6f283e5008','Select a category',NULL,NULL,'','LINE',NULL,10,'','953a7247f59ad96731519f2b1c4021f0','',NULL),(18378,'en','woocommerce','ccfc91b6f80517beecb3c97b5da76e54','Select a country…',NULL,NULL,'','LINE',NULL,10,'','d33eeaafd1681bf41d9cf8e0ab90f2f3','',NULL),(18379,'en','woocommerce','6e28951c48d7d4b700b4d886ea1de8c1','Select a date in the past',NULL,NULL,'','LINE',NULL,10,'','c17ec564d85655895933f6cac59144eb','',NULL),(18380,'en','woocommerce','148a5fef5379466b4ac2786b0f77cc24','Select a page…',NULL,NULL,'','LINE',NULL,10,'','4a9cf9e6cea4e67a942f1af4f58ec0c6','',NULL),(18381,'en','woocommerce','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,10,'','8ac96e6cde5fb42c0eb91979ac41c7cc','',NULL),(18382,'en','woocommerce','3abea89851ac53f4d2ad03809fd1bddd','Select an option…',NULL,NULL,'','LINE',NULL,10,'','4c113346a9033e91f1c10c191c93c5ce','',NULL),(18383,'en','woocommerce','60ee64336f42a3b04d5a17f069c44cfa','Select at least one category to display its products.',NULL,NULL,'','LINE',NULL,10,'','dcdfb04084678700e67c4a4869353f4e','',NULL),(18384,'en','woocommerce','7dd7b8f47a77f57c523da6137db5b889','Select categories…',NULL,NULL,'','LINE',NULL,10,'','d4345d20895356be90a567f8c0e40893','',NULL),(18385,'en','woocommerce','4180ecb2046bfd97336b484ca912e14f','Select date range and comparison',NULL,NULL,'','LINE',NULL,10,'','c933ba825f08cd773e233e5681784e73','',NULL),(18386,'en','woocommerce','96bbf14802c768934337b4071db50a13','Select fields from your CSV file to map against products fields, or to ignore during import.',NULL,NULL,'','LINE',NULL,10,'','b98de00a15b02470685a9009e7caf927','',NULL),(18387,'en','woocommerce','6a1854f62e217911db9a2a437d219212','Select none',NULL,NULL,'','LINE',NULL,10,'','ef34d0d921d2a6a30fbfe0d9c97371b0','',NULL),(18388,'en','woocommerce','ddd939ce0f9bfb3f2caeb2924bbb705e','Select options',NULL,NULL,'','LINE',NULL,10,'','8f856f1cc65ee9ac7d7fc0d8820089e2','',NULL),(18389,'en','woocommerce','6c182cd7412dee052d7743398c4e6b87','Select options for “%s”',NULL,NULL,'','LINE',NULL,10,'','925c40999c2813e89d6543eb7c5289ab','',NULL),(18390,'en','woocommerce','e61ebce686c26b13875901c86eb0ce07','Select regions within this zone',NULL,NULL,'','LINE',NULL,10,'','d4e28e48293786c2cdfd8496ead3b064','',NULL),(18391,'en','woocommerce','f29ef3114fdc2c85e34bf75dac18b304','Select shipping methods',NULL,NULL,'','LINE',NULL,10,'','7aaf6ea9bbca50badae0fbc26108368d','',NULL),(18392,'en','woocommerce','43572e1fd3026e073244c7789121d507','Select some countries',NULL,NULL,'','LINE',NULL,10,'','43385a81ece6e6bfc3c488f3d591150c','',NULL),(18393,'en','woocommerce','151ccf95db9b81c11bb20fbc302af4b6','Select terms',NULL,NULL,'','LINE',NULL,10,'','6639c5f78a88aa18a938fdfc072c3078','',NULL),(18394,'en','woocommerce','f570da6c2273f8c6251503cd6fc9cdcb','Select the access type of these keys.',NULL,NULL,'','LINE',NULL,10,'','4b6c7cc7229bfa406fbf9657fcaab37f','',NULL),(18395,'en','woocommerce','7a64198500efecb4ea5b3f9d65dfc114','Select the date in focus.',NULL,NULL,'','LINE',NULL,10,'','00e46621fb51e30593799d8816b89647','',NULL),(18396,'en','woocommerce','694e5d1b4b11e4c5e5bec4275138843e','Select when the webhook will fire.',NULL,NULL,'','LINE',NULL,10,'','5fd6c11d9e0e4494ea480709c24979d3','',NULL),(18397,'en','woocommerce','ac2cb30f1adee6e9e580c1f0a654c5b5','Selected attribute term name.',NULL,NULL,'','LINE',NULL,10,'','abf57eadb6e470cdb1b57a024a5a189b','',NULL),(18398,'en','woocommerce','7c160ccb02560f1adb25fb6b86d9ebce','Selected countries',NULL,NULL,'','LINE',NULL,10,'','55c112dfb273ed3dad504c09c227bc25','',NULL),(18399,'en','woocommerce','76906297d0a7449fb5a1c58203385d4f','Selected. %s',NULL,NULL,'','LINE',NULL,10,'','1b6f0e5a450cd4a817e8d9ed7602bf52','',NULL),(18400,'en','woocommerce','65d2ecfb05508bb05fbab1e3c096b64d','Selecting no country to sell to prevents from completing the checkout. Continue anyway?',NULL,NULL,'','LINE',NULL,10,'','d6631b46737ee14c860536e8169cd4dc','',NULL),(18401,'en','woocommerce','8ff23cc406e719d831c1cff67ba47a71','Sembabule',NULL,NULL,'','LINE',NULL,10,'','03a59fc6dea945e778a0600983b661ef','',NULL),(18402,'en','woocommerce','efd9ac439ee86e950df90f288b70c900','Semnan (سمنان)',NULL,NULL,'','LINE',NULL,10,'','b2e83bbed4949b422ad20af7f769077d','',NULL),(18403,'en','woocommerce','eb7697336d83b7c25a714f34a05d52d3','Send notifications when an IPN is received from PayPal indicating refunds, chargebacks and cancellations.',NULL,NULL,'','LINE',NULL,10,'','6d19bec4afc6232aa3e451e3ebb0ab64','',NULL),(18404,'en','woocommerce','674d633c210c81837f5e55f55bef8e79','Send shipping details to PayPal instead of billing.',NULL,NULL,'','LINE',NULL,10,'','428f8cd2bdf90749b0337ba5ed51e10c','',NULL),(18405,'en','woocommerce','bb126f2976c2136e17dcc0d347191e91','Send you information about your account and order',NULL,NULL,'','LINE',NULL,10,'','2d9c6c34f98a7fceb32e3d9817400eb8','',NULL),(18406,'en','woocommerce','f0d4035629aa71ff2598b125992083dc','Send you marketing messages, if you choose to receive them',NULL,NULL,'','LINE',NULL,10,'','4a5445a41db465ac6d2ce6c8fa67bf24','',NULL),(18407,'en','woocommerce','9986531359550785caffb2032622437f','Senegal',NULL,NULL,'','LINE',NULL,10,'','da10ebebdc80e9618a36e89cfb895185','',NULL),(18408,'en','woocommerce','1888159ebc518f774054f703606b78f4','Separate codes with a comma. Accepts wildcards, e.g. <code>P*</code> will match a postcode of PE30. Also accepts a pattern, e.g. <code>NG1___</code> would match NG1 1AA but not NG10 1AA',NULL,NULL,'','LINE',NULL,10,'','a316588ebfc1c4e507129a153d612b5a','',NULL),(18409,'en','woocommerce','2ff6e535bd2f100979a171ad430e642b','Serbia',NULL,NULL,'','LINE',NULL,10,'','71f8fec76d28c6e386f9b4827987a5f2','',NULL),(18410,'en','woocommerce','185600127d95ffbf413cbb0bf865b6bd','Serere',NULL,NULL,'','LINE',NULL,10,'','189a4e65cb1e6db6a2e966b57b5f1327','',NULL),(18411,'en','woocommerce','2cf8a7de91057cc14a66a491524d3dfd','Sergipe',NULL,NULL,'','LINE',NULL,10,'','086c3c51d0b31b095efb60568633e114','',NULL),(18412,'en','woocommerce','8e26aad5482ccccdbb724fa37d8dbd6c','Server environment',NULL,NULL,'','LINE',NULL,10,'','cb57dde6f0d9edc84327132fe7e9e057','',NULL),(18413,'en','woocommerce','efcd7ea34de7e24162481b36f8ab7b39','Server info',NULL,NULL,'','LINE',NULL,10,'','95cd1b9fdeb2a7abc27d61f9591f2007','',NULL),(18414,'en','woocommerce','bab9c538811795b3bb52a79ca59ca1fb','Server info.',NULL,NULL,'','LINE',NULL,10,'','cbe5dcd3ef2e51dfa2ad9fb1c0e82366','',NULL),(18415,'en','woocommerce','29d4a4be82070389a3756f7a635014f9','Server requirements not met, missing requirement(s): %s.',NULL,NULL,'','LINE',NULL,10,'','87b6b188107f39c99e9303c72442ee52','',NULL),(18416,'en','woocommerce','1b0d6a314acd5326d464a1c24947a9ca','Set Status - In stock',NULL,NULL,'','LINE',NULL,10,'','738ec5a2652e4181169b26a0dc427d41','',NULL),(18417,'en','woocommerce','df467849f3feef1ac1c29ea0512e4b13','Set Status - On backorder',NULL,NULL,'','LINE',NULL,10,'','3ef683c8a25ebe21609edc107a888e02','',NULL),(18418,'en','woocommerce','070b2ad130e64f95075009d6c1432e72','Set Status - Out of stock',NULL,NULL,'','LINE',NULL,10,'','b19c62852c560a5ecc4a990680e5773d','',NULL),(18419,'en','woocommerce','a4d54d8157b8b7ec1f6c6ee322a06e2e','Set a fixed price to cover shipping costs.',NULL,NULL,'','LINE',NULL,10,'','b91f081b1af4333e24a94c6c2856131a','',NULL),(18420,'en','woocommerce','634ed2cd3bbedae04a6b488112772f05','Set regular prices',NULL,NULL,'','LINE',NULL,10,'','95f325f7f15d06627cd3f4a5e388880a','',NULL),(18421,'en','woocommerce','8968eaa766867c3c9406334846f2fc61','Set sale prices',NULL,NULL,'','LINE',NULL,10,'','cb8b5525e2f866ef10e7dfd3a3d5429d','',NULL),(18422,'en','woocommerce','e8a14f9ab0376cae5e26dac64bbdeb16','Set scheduled sale dates',NULL,NULL,'','LINE',NULL,10,'','80519e828ac842d0e23854252558108f','',NULL),(18423,'en','woocommerce','efb648c37e6b4645945206116a688be8','Set to regular price decreased by (fixed amount or %):',NULL,NULL,'','LINE',NULL,10,'','d6cfa603b7f43a944db04b6916bbcdba','',NULL),(18424,'en','woocommerce','b191593bc602ff910417b3f85bb496ca','Set up',NULL,NULL,'','LINE',NULL,10,'','b0e97a9906bce8f38ce443ef9d3fe87d','',NULL),(18425,'en','woocommerce','9459bb8b613533d8e0cd427481f3d7d7','Set up PayPal for me using this email:',NULL,NULL,'','LINE',NULL,10,'','2059c3d78a6c1ca6a21ba78f561d2f0d','',NULL),(18426,'en','woocommerce','434c490dd285531e4a13b8c4d1a3a2a0','Set up Stripe for me using this email:',NULL,NULL,'','LINE',NULL,10,'','d6ac4bb0b5e4b86229451e5b8a53ed8c','',NULL),(18427,'en','woocommerce','d65da8636dc723fa14a5e1d97034ed8f','Set up the \"%s\" payment method',NULL,NULL,'','LINE',NULL,10,'','620971e7217f16580b8749799222fe82','',NULL),(18428,'en','woocommerce','1ecff2d74d2517c5aeaa91f278b620bd','Set up your account for our store',NULL,NULL,'','LINE',NULL,10,'','70815595f3fadc098ea35fe127b25375','',NULL),(18429,'en','woocommerce','88b689c558debb48b5fb6a0273dd37d2','Set variation image',NULL,NULL,'','LINE',NULL,10,'','ae53446845eaa3536c90c876414a1edf','',NULL),(18430,'en','woocommerce','6c7dc989f835791f14976edf763cf295','Seti',NULL,NULL,'','LINE',NULL,10,'','80d8a7b5da4502af3be81c73930c7d61','',NULL),(18431,'en','woocommerce','adeb26a5f2ecb57dbfa7bb834b11a867','Setting value.',NULL,NULL,'','LINE',NULL,10,'','a293d0ef615da7588215917d1d42c1db','',NULL),(18432,'en','woocommerce','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,10,'','afc0128deeabeec1e2b74a48898f437c','',NULL),(18433,'en','woocommerce','dc309bc1f11d88aa421bb0b1ae7cfb53','Settings group ID.',NULL,NULL,'','LINE',NULL,10,'','4962d4c239f6f17fdc4d9cf74943541a','',NULL),(18434,'en','woocommerce','1c4d77644ec3171117de466d64367291','Settings.',NULL,NULL,'','LINE',NULL,10,'','2550cd7bc790831e43c2a2df11ca7d75','',NULL),(18435,'en','woocommerce','63a89e3a66d160ea065b58a3dfaa223f','Setup shipping zones',NULL,NULL,'','LINE',NULL,10,'','d9a1d992610a11c71cb6a94a47e9ae5b','',NULL),(18436,'en','woocommerce','c63de2366ee62d57bf85fa3c6a974b57','Setup wizard',NULL,NULL,'','LINE',NULL,10,'','a5c938601cb0033760d71f1af8c6a8a5','',NULL),(18437,'en','woocommerce','5b26f3f82a9e64bf1b6d872b0e834259','Several WooCommerce extensions can write logs which makes debugging problems easier. The directory must be writable for this to happen.',NULL,NULL,'','LINE',NULL,10,'','83f3a2f52ccff978fa3d6e5487b6d5a5','',NULL),(18438,'en','woocommerce','b2118d2ca0171a63e07fa6218f88b073','Sevilla',NULL,NULL,'','LINE',NULL,10,'','f279b8f6deaf7224b148f2a0347b944b','',NULL),(18439,'en','woocommerce','d2e4449b45608e33e472d939a73868f7','Seychelles',NULL,NULL,'','LINE',NULL,10,'','dbbd595219abe25daea32c1aa60ab353','',NULL),(18440,'en','woocommerce','c75f06f7b609587b5b00265f8d1c3d26','Shaanxi / 陕西',NULL,NULL,'','LINE',NULL,10,'','a847ffdd3d0caab62154784379174928','',NULL),(18441,'en','woocommerce','a8904acc739c497b27c9c1272f7066e7','Shandong / 山东',NULL,NULL,'','LINE',NULL,10,'','bf494dd2ec57167ea020afc151811862','',NULL),(18442,'en','woocommerce','7e235b567c056eb34068b16039a1c504','Shanghai / 上海',NULL,NULL,'','LINE',NULL,10,'','39922c03a0a49cf29d01e4057189fd7a','',NULL),(18443,'en','woocommerce','433018c17e20fa8e76eeb42612e0da9c','Shanxi / 山西',NULL,NULL,'','LINE',NULL,10,'','71fe29256f13c1e8333bfbae44bbdb39','',NULL),(18444,'en','woocommerce','5a95a425f74314a96f13a2f136992178','Share',NULL,NULL,'','LINE',NULL,10,'','8b51c9c1e5dc799b2828421320236134','',NULL),(18445,'en','woocommerce','cdfe9261a18bc4c9546bf0481e26d395','Share new items on social media the moment they\'re live in your store.',NULL,NULL,'','LINE',NULL,10,'','7a437ae8136c7bda6c39087b1671955b','',NULL),(18446,'en','woocommerce','5316d79f4cc06f436d3bcc1ce58895e0','Shared by %s',NULL,NULL,'','LINE',NULL,10,'','10e4451fce8bec9cdbe656e44f85e506','',NULL),(18447,'en','woocommerce','66f3bdfbeb762157f455f05fa43f08b2','Shariatpur',NULL,NULL,'','LINE',NULL,10,'','b4fac3cc3cc3f2403b365a50d981f891','',NULL),(18448,'en','woocommerce','f12f85fec7487d62116d6bddc1e3b301','Sheema',NULL,NULL,'','LINE',NULL,10,'','298ae7858788d4c4bb0673e4f206362d','',NULL),(18449,'en','woocommerce','8e9b25b615a9bd6f5506b84ee1f01c23','Sherpur',NULL,NULL,'','LINE',NULL,10,'','2dbcd866a265d6c197a0eb11dc64df71','',NULL),(18450,'en','woocommerce','189a2f89d12e8da7178dc63e7a00f339','Shiga',NULL,NULL,'','LINE',NULL,10,'','9b2cddf781bc000c7a50ff16a1a0f2c6','',NULL),(18451,'en','woocommerce','8c0b8cf802c6e0beb039d2ac66dfbab5','Shimane',NULL,NULL,'','LINE',NULL,10,'','52246aa1b9539d2d044c8e25230f81e7','',NULL),(18452,'en','woocommerce','ebb9fa3052ffd74445901a1d9b62ec35','Shinyanga',NULL,NULL,'','LINE',NULL,10,'','613e6a26b2b0f2ba48e43ecb8372053c','',NULL),(18453,'en','woocommerce','74002cb040b036511b8d031da591364a','Ship to',NULL,NULL,'','LINE',NULL,10,'','14debca8cba278f3c00379dfb4421ee3','',NULL),(18454,'en','woocommerce','830fca939855bdc1a7a08c755e36fb28','Ship to a different address?',NULL,NULL,'','LINE',NULL,10,'','658956d00c685af5a437d098c50f3363','',NULL),(18455,'en','woocommerce','da91b11476b762462763a49d77743944','ShipStation',NULL,NULL,'','LINE',NULL,10,'','9e4fa87ee158fbbc773c4c4b3a8446fa','',NULL),(18456,'en','woocommerce','8f28539fa4cf9814cfc2032e475ef927','ShipStation icon',NULL,NULL,'','LINE',NULL,10,'','1f8b00f1f05576392d966aa935d99ce2','',NULL),(18457,'en','woocommerce','6bab84afe4fc2e0b903e98432e4d3d74','Shipping %s',NULL,NULL,'','LINE',NULL,10,'','e8b5423778fda3d0e0272c9d1552fff7','',NULL),(18458,'en','woocommerce','48974cc3df177e6b565c39aa155458cd','Shipping Address',NULL,NULL,'','LINE',NULL,10,'','707849f92891df4a6f78c0975981686b','',NULL),(18459,'en','woocommerce','de4c09ab07a701e151ad0e9d22aef217','Shipping Address 1',NULL,NULL,'','LINE',NULL,10,'','98723ca5c889335b04f5079325675aca','',NULL),(18460,'en','woocommerce','56fb015ad4a554153fe1befeb4da3caf','Shipping Address 2',NULL,NULL,'','LINE',NULL,10,'','f988ed0927f08a7253bbf2cc614a7776','',NULL),(18461,'en','woocommerce','12d4552163c34fbafaee04937abd04d1','Shipping City',NULL,NULL,'','LINE',NULL,10,'','6c00d495e1c96a1a1c3c39d63feaff84','',NULL),(18462,'en','woocommerce','d274caaebec0b7d18d2453d0db6e363d','Shipping Company',NULL,NULL,'','LINE',NULL,10,'','1d3e55a41e702cc575fc5e4971d4ad89','',NULL),(18463,'en','woocommerce','3d7cd7f45175964b0fd5bf838197f1f5','Shipping Country',NULL,NULL,'','LINE',NULL,10,'','131bdc528afa736af648fb7ef75d6f2b','',NULL),(18464,'en','woocommerce','068ef13a5be4cf03a7c3f69f0af01577','Shipping First Name',NULL,NULL,'','LINE',NULL,10,'','88d6ef8c4d0552c3f6da564a41273564','',NULL),(18465,'en','woocommerce','12ed71a69843646597213bd9b2e194d7','Shipping Last Name',NULL,NULL,'','LINE',NULL,10,'','8aecb4e78a2f2134f2439dbd04845d20','',NULL),(18466,'en','woocommerce','49ffd9480effff979143d2e8d38931c4','Shipping Method',NULL,NULL,'','LINE',NULL,10,'','1d1e191fa20f51846555400c83a9d594','',NULL),(18467,'en','woocommerce','217b4a6bae54dd2d691c6fa71b4f88aa','Shipping Postal/Zip Code',NULL,NULL,'','LINE',NULL,10,'','0ee25a02dc8dd77a31378139af9384d1','',NULL),(18468,'en','woocommerce','a2e12dcecc95ade451a1674c310ad268','Shipping State',NULL,NULL,'','LINE',NULL,10,'','2c0a16793e5a778180e539b1e7ae3913','',NULL),(18469,'en','woocommerce','7af5da24cb1cc267e62f45d9c0213f09','Shipping Zone',NULL,NULL,'','LINE',NULL,10,'','71d263f70e8421cc0161fac5ab29489e','',NULL),(18470,'en','woocommerce','0c458988127eb2150776881e2ef3f0c4','Shipping address',NULL,NULL,'','LINE',NULL,10,'','24e7c0116f779666298632c9a3f19b42','',NULL),(18471,'en','woocommerce','cad8e8d49412cff36f152d58882b4849','Shipping address.',NULL,NULL,'','LINE',NULL,10,'','5316c33e72b0a5335e889f71cdeebd80','',NULL),(18472,'en','woocommerce','45c6ec6c873369ade596bb9d04bee6bd','Shipping address: we’ll ask you to enter this so we can, for instance, estimate shipping before you place an order, and send you the order!',NULL,NULL,'','LINE',NULL,10,'','9f3d1b07f34f12bb5eac31e12a2415b6','',NULL),(18473,'en','woocommerce','26afaf564f9a946007746915f1c20057','Shipping amount',NULL,NULL,'','LINE',NULL,10,'','c63921e561acc61f03c0bc78e2e2d095','',NULL),(18474,'en','woocommerce','b21a78fbd2c6d6bd55d7e94885e2f70e','Shipping class ID.',NULL,NULL,'','LINE',NULL,10,'','6b2c340fc710f2df016ce3643bf7fc01','',NULL),(18475,'en','woocommerce','ee10547ee3fcd4c96b31cadfdcba39d8','Shipping class costs',NULL,NULL,'','LINE',NULL,10,'','dc13ee75a6fbf501646542f3d9645c29','',NULL),(18476,'en','woocommerce','052bdeb9a69048156e2cee34ea5f550e','Shipping class name',NULL,NULL,'','LINE',NULL,10,'','e81f579ea00a9cfbdaa23bdbe51eff8d','',NULL),(18477,'en','woocommerce','43a1e1a7d7cab5c073c41f304fedd59e','Shipping class name.',NULL,NULL,'','LINE',NULL,10,'','f6b278c85c8ff4d276a2085ade947e2e','',NULL),(18478,'en','woocommerce','74560ebe4015800183afe5fa59715ff3','Shipping class slug.',NULL,NULL,'','LINE',NULL,10,'','c00e42a163109daadb182633a6fb0af7','',NULL),(18479,'en','woocommerce','62bebc24cf268bd20917c3ec259037d8','Shipping classes are used by certain shipping methods to group similar products.',NULL,NULL,'','LINE',NULL,10,'','6e23c63de6d92a7c54a42a718518771f','',NULL),(18480,'en','woocommerce','3ce5286eb8f06c2d00282eeb06cc35f9','Shipping classes can be used to group products of similar type and can be used by some Shipping Methods (such as \"Flat rate shipping\") to provide different rates to different classes of product.',NULL,NULL,'','LINE',NULL,10,'','8ad1aa8a5d31ccf9cd6c257ae2b22a3d','',NULL),(18481,'en','woocommerce','15a0ffc58961297dcb263cf410c669e5','Shipping costs updated.',NULL,NULL,'','LINE',NULL,10,'','bfd68662f0e8e404ab376a21c3c60074','',NULL),(18482,'en','woocommerce','169d7487a2ea841e5cdd6b9052c54f37','Shipping details',NULL,NULL,'','LINE',NULL,10,'','75079d2f82fd24286088b8e37765bd1d','',NULL),(18483,'en','woocommerce','80caab668c48ba226ac3036c17796c5d','Shipping instance ID.',NULL,NULL,'','LINE',NULL,10,'','2116aa549ce18f02bfb98a9dc80dce69','',NULL),(18484,'en','woocommerce','359c9fd2c0f438092a8bc1afb4a0f264','Shipping is currently enabled, but you have not added any shipping methods to your shipping zones.',NULL,NULL,'','LINE',NULL,10,'','d9be623b3ad577f86e2107b18299797b','',NULL),(18485,'en','woocommerce','828ac8a9f68daace9ac6d0bfc1b5d51b','Shipping is disabled.',NULL,NULL,'','LINE',NULL,10,'','c53e818f0a253b2996b5c5d8efb31870','',NULL),(18486,'en','woocommerce','85580bfff247833d0fc0e88a0ea20ab6','Shipping lines data.',NULL,NULL,'','LINE',NULL,10,'','674b2276cf6d05a90104915ddc73d5a2','',NULL),(18487,'en','woocommerce','83d893ae1e34a74ab9a068e1d190c764','Shipping method',NULL,NULL,'','LINE',NULL,10,'','564ce2ec98cdcf5c9a54deac6a9dcf83','',NULL),(18488,'en','woocommerce','613faccf95dabb4fec324dba2c97c5e9','Shipping method ID is required.',NULL,NULL,'','LINE',NULL,10,'','9605a65cb5be329642fb8143b24ac14f','',NULL),(18489,'en','woocommerce','384c840e272d9e3391c8e0596a1bb979','Shipping method ID.',NULL,NULL,'','LINE',NULL,10,'','c850428203bb3252d0ebc1cbe0108d60','',NULL),(18490,'en','woocommerce','82c8b43b8175ac899dbd33937d84d857','Shipping method could not be added. Please retry.',NULL,NULL,'','LINE',NULL,10,'','c55c6a47c76554cc21cc72a1b533935a','',NULL),(18491,'en','woocommerce','e09e20fbf426855a908b64197ff67fe6','Shipping method customer facing title.',NULL,NULL,'','LINE',NULL,10,'','ed9d1d6a911bf1358e0ebb548194fd87','',NULL),(18492,'en','woocommerce','c8fb73180ead153175c7791596f02ee3','Shipping method description.',NULL,NULL,'','LINE',NULL,10,'','7e32fe19f261e9057bdf9b5fc13b40d2','',NULL),(18493,'en','woocommerce','5c79d1ff6a29100d1c6625ad484a9689','Shipping method enabled status.',NULL,NULL,'','LINE',NULL,10,'','a1d310e9d1145ce6f67eeaf6b2ef5b29','',NULL),(18494,'en','woocommerce','17df9714281f0826b9908d91a6c52a6d','Shipping method instance ID.',NULL,NULL,'','LINE',NULL,10,'','6df636531d9c6f1f881aae17e0403735','',NULL),(18495,'en','woocommerce','b10b404c64eb7bf0d988e052be8cf749','Shipping method name.',NULL,NULL,'','LINE',NULL,10,'','0086c57aef2461b685403682519c39e4','',NULL),(18496,'en','woocommerce','95f09116a508c73bf3d8f2ff17a7c1c5','Shipping method settings.',NULL,NULL,'','LINE',NULL,10,'','58ed83703dfdc60b5663b6362f58d7ec','',NULL),(18497,'en','woocommerce','70e142ca9c6e913c9fe384a65ec93531','Shipping method sort order.',NULL,NULL,'','LINE',NULL,10,'','d38a250623bd3abcce28bf65e4267134','',NULL),(18498,'en','woocommerce','0677f8a8e03e623d43339c8b635974d0','Shipping method title.',NULL,NULL,'','LINE',NULL,10,'','a9cdb29ee772e37041405c39b3569666','',NULL),(18499,'en','woocommerce','c2f43dbfa754d6a829a6deed2535729a','Shipping method(s)',NULL,NULL,'','LINE',NULL,10,'','5b33765a3ad20b798b05d4e71c12c7d0','',NULL),(18500,'en','woocommerce','7fc210b636763b374568382b652e1a21','Shipping methods',NULL,NULL,'','LINE',NULL,10,'','48b45f93cac04c0527ecc22e453aad03','',NULL),(18501,'en','woocommerce','114eb3b7a0e8d403c84a2b755177ca04','Shipping methods do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','858e9f065899247173c44c35e7d9fc9b','',NULL),(18502,'en','woocommerce','869d205c846e9fa4ad9bcaf37f2e98eb','Shipping name',NULL,NULL,'','LINE',NULL,10,'','19bb8dbab3a73410babce357f8177de4','',NULL),(18503,'en','woocommerce','76644b13e0d6a46cdf85520acb768a1e','Shipping only',NULL,NULL,'','LINE',NULL,10,'','36f1dc0f466929b05bb28decdfcd0b82','',NULL),(18504,'en','woocommerce','15173c3e535d08714bc1910a97601482','Shipping options will be updated during checkout.',NULL,NULL,'','LINE',NULL,10,'','23685916e7c8fd83a68bc55371e31086','',NULL),(18505,'en','woocommerce','22b5e30f8660c693620a131a463a7a69','Shipping tax amount',NULL,NULL,'','LINE',NULL,10,'','f751318eeb1dc276152e8c8a73535f63','',NULL),(18506,'en','woocommerce','65577829382d25ad3280bb76878bfae0','Shipping tax total.',NULL,NULL,'','LINE',NULL,10,'','1ad7f8f5c7f1c3e2a5e4e5fa20e5c4fc','',NULL),(18507,'en','woocommerce','c6f6e5dc5c6604fcda98c468de5d8929','Shipping to %s.',NULL,NULL,'','LINE',NULL,10,'','c7b23e084425d0cc07213703440036de','',NULL),(18508,'en','woocommerce','a2e8d8ed907f28a37e098ce37ad557b0','Shipping total must be a positive amount.',NULL,NULL,'','LINE',NULL,10,'','1ed506c359dc38b98fa17b6efe6a58e2','',NULL),(18509,'en','woocommerce','bbd1564dfe6fbb399e1e98428c5f8fd2','Shipping via %s',NULL,NULL,'','LINE',NULL,10,'','295fa1aa5aad454b81b0983a15528b25','',NULL),(18510,'en','woocommerce','5112130fd5da23374b5948726bc09091','Shipping zone location code.',NULL,NULL,'','LINE',NULL,10,'','2ef73a4090ae8927fa1afa067d80a562','',NULL),(18511,'en','woocommerce','933ba57f098935273ae97979e7d5c82c','Shipping zone location type.',NULL,NULL,'','LINE',NULL,10,'','005bc99958728e5bf3f1706c6d6a5d86','',NULL),(18512,'en','woocommerce','a54d89967b873f58b1072492eff746f4','Shipping zone name.',NULL,NULL,'','LINE',NULL,10,'','513d2e4a60f01d95bcf49eb93e301609','',NULL),(18513,'en','woocommerce','356735a0d4b03a9a36f601e8338770ad','Shipping zone order.',NULL,NULL,'','LINE',NULL,10,'','296241a69795e72a4efae9766820a4db','',NULL),(18514,'en','woocommerce','0d7f9aa5cba3cb3ec8d7ccfcae3552d6','Shipping zones do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','88a9322361cb4176045c1984af4527ab','',NULL),(18515,'en','woocommerce','66f51e43606e2baebb8e9c3bfe965da4','Shipping:',NULL,NULL,'','LINE',NULL,10,'','552bcac22e012ea0c99fb531ea056d49','',NULL),(18516,'en','woocommerce','cbcfaeb59de1a73e27139139ab71793e','Shizuoka',NULL,NULL,'','LINE',NULL,10,'','9e85ae76a46f1603fc8bb5787c154e38','',NULL),(18517,'en','woocommerce','883d3aef8c07d324e760c5c137e08c12','Shop Page',NULL,NULL,'','LINE',NULL,10,'','ca158db64fc8103b2d4bf7c208d0c071','',NULL),(18518,'en','woocommerce','4d8d21edd673dccb855fe4013504c272','Shop and search results',NULL,NULL,'','LINE',NULL,10,'','30a3e5228610a5e8de71091e5e56262b','',NULL),(18519,'en','woocommerce','a40ddade98a35def572df2d54cabbff8','Shop base',NULL,NULL,'','LINE',NULL,10,'','d1192e42ae42933f0659c698033301c6','',NULL),(18520,'en','woocommerce','21bea548227fd668e334fde3b5ebe17c','Shop base with category',NULL,NULL,'','LINE',NULL,10,'','d00879f209dcc00ab5bb09f6974fcd6c','',NULL),(18521,'en','woocommerce','bff59c310e5dbc40ad00567a3cf8d103','Shop now',NULL,NULL,'','LINE',NULL,10,'','6faed9c0852882659967b62ca51de39f','',NULL),(18522,'en','woocommerce','9c0228a8a6863e5625cc3f663bbfef46','Shop only',NULL,NULL,'','LINE',NULL,10,'','26863b62de6b3f53a8506d7e3999858c','',NULL),(18523,'en','woocommerce','f7b9b4c698cdfaa7535e681d45f13514','Shop order',NULL,NULL,'','LINE',NULL,10,'','6a90806c334e75784483a7ec43e6d777','',NULL),(18524,'en','woocommerce','fe7d056cda5d582375015a83613128d5','Shop page display',NULL,NULL,'','LINE',NULL,10,'','209c503cb2b8e66184572a47e9e61b69','',NULL),(18525,'en','woocommerce','c1069a480848e06782b81b8bea9c0c94','Short description',NULL,NULL,'','LINE',NULL,10,'','ef92ce96b3ac3a0c0f6ffd0e0fff71cb','',NULL),(18526,'en','woocommerce','644096106061de5ef7820b33625b6c20','Short description or excerpt from description.',NULL,NULL,'','LINE',NULL,10,'','15bcf46fa4630e3e6d8e92d859ca82dd','',NULL),(18527,'en','woocommerce','520e33ea10e9c1562e848cd3886be710','Should you need help understanding, using, or extending WooCommerce, <a href=\"%s\">please read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more.',NULL,NULL,'','LINE',NULL,10,'','1d42fdd6cf1c7830d713cf002c6e0581','',NULL),(18528,'en','woocommerce','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'','LINE',NULL,10,'','ed4c945ac616fe0706b30be1a29b9588','',NULL),(18529,'en','woocommerce','aef4041caf249ec39d817d9c62ff427d','Show Canada Post shipping rates',NULL,NULL,'','LINE',NULL,10,'','96d27682728375eaf118420664b171da','',NULL),(18530,'en','woocommerce','39074f6e402daf268c5d26c30950d5cc','Show advanced options',NULL,NULL,'','LINE',NULL,10,'','65c742db389a91a13668284ed0416355','',NULL),(18531,'en','woocommerce','2dbf58dccfbcaa8350d8f409c942f946','Show all types',NULL,NULL,'','LINE',NULL,10,'','77148aaad8d3d38db1c761451943e76a','',NULL),(18532,'en','woocommerce','b236bfc0f1c2cc42a2a25ffedb443b15','Show as dropdown',NULL,NULL,'','LINE',NULL,10,'','87a248e2a24c41da0fc8d184ad758b34','',NULL),(18533,'en','woocommerce','ca09b02e204638bedaf5eee327b6b119','Show categories',NULL,NULL,'','LINE',NULL,10,'','7acd9f6aa04875c9cff810a98594b08b','',NULL),(18534,'en','woocommerce','f786583818c10379003332aa07bcf89f','Show categories & products',NULL,NULL,'','LINE',NULL,10,'','45e34294b97efbe526665d13ec88e61d','',NULL),(18535,'en','woocommerce','3f942f72c23af74942d1129d5d629bc4','Show description',NULL,NULL,'','LINE',NULL,10,'','4fdc54553ca9f2b44e610e9dc5314912','',NULL),(18536,'en','woocommerce','c8ae69995849767d709e907b7c46256c','Show empty categories',NULL,NULL,'','LINE',NULL,10,'','2268536be249a6f3ed03b4666c6f3bfb','',NULL),(18537,'en','woocommerce','68f069861a5148015601a329f7a04264','Show hidden products',NULL,NULL,'','LINE',NULL,10,'','ef17c0710c3420075f6d4d1d35f62d7b','',NULL),(18538,'en','woocommerce','260acb456437049755db4888f8df08db','Show hierarchy',NULL,NULL,'','LINE',NULL,10,'','004c30a93e17da06d60eb7efbcd65ff3','',NULL),(18539,'en','woocommerce','50e5a0ab48ae0cbc13f1f8916749d5fc','Show if is a compound tax rate.',NULL,NULL,'','LINE',NULL,10,'','414ac2dc26a1251907935c05bea2176a','',NULL),(18540,'en','woocommerce','e1a5e653bc356ed6745d6814d50213eb','Show price',NULL,NULL,'','LINE',NULL,10,'','8fc661a736954f40f92b8748ccc7ec0a','',NULL),(18541,'en','woocommerce','34de12f5f54747223a1fdebfee7d8b4a','Show product count',NULL,NULL,'','LINE',NULL,10,'','ba57781c4ba31117fdce1c2c46817703','',NULL),(18542,'en','woocommerce','63a7a5c20383b2fc92e48a6bffc1b88d','Show product counts',NULL,NULL,'','LINE',NULL,10,'','bfa3c027548dbecfac056083763d91ce','',NULL),(18543,'en','woocommerce','ec1dcacba0d06a59460b578f5edf4052','Show product reviews from specific categories.',NULL,NULL,'','LINE',NULL,10,'','c6ff7c4eedf893b36041352b234df752','',NULL),(18544,'en','woocommerce','0de9d09a36e820f9da7e87ab3678dd12','Show products',NULL,NULL,'','LINE',NULL,10,'','7989dbe457fb7a41bffb1bd8a752160e','',NULL),(18545,'en','woocommerce','078ac454938bdce90f0c82f5e5605ebc','Show reviews of your product to build trust',NULL,NULL,'','LINE',NULL,10,'','fa51850f27707abe4534bba6f2a08e44','',NULL),(18546,'en','woocommerce','0424079151e93cbc88c4757e9520d301','Show reviews of your product to build trust.',NULL,NULL,'','LINE',NULL,10,'','204bdb09f41d4e33cf10baedc34cef95','',NULL),(18547,'en','woocommerce','d73b282b7b521f9345e48e8206e9f983','Show search field label',NULL,NULL,'','LINE',NULL,10,'','cb8ccffd16643ca6bc019f595ae6bc69','',NULL),(18548,'en','woocommerce','5da55dafdb5b089290d1b5c9913b7526','Show subcategories',NULL,NULL,'','LINE',NULL,10,'','c531c7583afcfc2808e77eb927d1ee8e','',NULL),(18549,'en','woocommerce','2c8d4faf2cf8fecb31b09abe16dbfcfb','Show subcategories & products',NULL,NULL,'','LINE',NULL,10,'','99f917ef7a007a45fea7d69aadf35832','',NULL),(18550,'en','woocommerce','27d205cc9fc37f895fe15f5beedbaedf','Show your product categories as a list or dropdown.',NULL,NULL,'','LINE',NULL,10,'','27368f68df7c169eba883cf805a29095','',NULL),(18551,'en','woocommerce','4150e1fe104d23764ecb0205db907f27','Showing Featured Product block preview.',NULL,NULL,'','LINE',NULL,10,'','96d5e0ea5102a2c29a0f16c6e87932c0','',NULL),(18552,'en','woocommerce','0e7c9dbdb1c69ed267949bda678eff79','Showing Hand-picked Products block preview.',NULL,NULL,'','LINE',NULL,10,'','66e12aa3fe39046de882314f39495b20','',NULL),(18553,'en','woocommerce','d6f107b24784cdeb277eea49671321d4','Showing Products by Attribute block preview.',NULL,NULL,'','LINE',NULL,10,'','d62279e9f1bede9f535e6c636ac02509','',NULL),(18554,'en','woocommerce','7dba66ed92b73bd6a04452e84bc67c68','Showing Products by Category block preview.',NULL,NULL,'','LINE',NULL,10,'','376b11255247ecf6862721b619194144','',NULL),(18555,'en','woocommerce','5f4faee9fda5e232d85b5361e53ae179','Showing Products by Tag block preview.',NULL,NULL,'','LINE',NULL,10,'','84aab8c08d6c9f1897c38afe479903fd','',NULL),(18556,'en','woocommerce','ede5845b2954989fce1d735ea6ac9fb0','Showing Reviews by Category block preview.',NULL,NULL,'','LINE',NULL,10,'','8566fabc0d211a6679a060c6cce0d379','',NULL),(18557,'en','woocommerce','fc1ad3f9fe4b88b300aa9036a194d37d','Showing Reviews by Product block preview.',NULL,NULL,'','LINE',NULL,10,'','7e1c8efebfdcc4f90bc95d551768264d','',NULL),(18558,'en','woocommerce','ff7f36a56d5ceda02d933ddc99082424','Showing all %d result',NULL,NULL,'','LINE',NULL,10,'','0b315bed13776cdb6a78dbf0141d67df','',NULL),(18559,'en','woocommerce','39954e218089b7ad6099c5ab4cc41d29','Showing all %d results',NULL,NULL,'','LINE',NULL,10,'','0e415b48156d5f6fb52de78b58656afa','',NULL),(18560,'en','woocommerce','6ac4c2d0ac3062d7d6c829e500ef1172','Showing reports for:',NULL,NULL,'','LINE',NULL,10,'','1ea509feed17bb0735d48b6a01d3733d','',NULL),(18561,'en','woocommerce','b3c2a0bdd498d8e13e496022475af27f','Showing search results for: %s',NULL,NULL,'','LINE',NULL,10,'','0e1062b730d359b798fd6071bff6d0ac','',NULL),(18562,'en','woocommerce','0c70ddbfa5c1aa0e202575a74cf8bb54','Showing the single result',NULL,NULL,'','LINE',NULL,10,'','0f2720bc2a9a9a29621875d817eefe66','',NULL),(18563,'en','woocommerce','c00cad2be3512d4cb32fbcb2ff0f544e','Shows a list of all product reviews.',NULL,NULL,'','LINE',NULL,10,'','cac9c90194e1be00e51737b267ebb73b','',NULL),(18564,'en','woocommerce','b8e83434b9cbe7e4469bd7f25589a151','Shows if backorders are allowed.',NULL,NULL,'','LINE',NULL,10,'','5a8c6488a329403d0513820163c1156f','',NULL),(18565,'en','woocommerce','244403e7e5c10f50d94e303d95633fa0','Shows if the product can be bought.',NULL,NULL,'','LINE',NULL,10,'','c84144c5a874cc3a14884b8533e8f380','',NULL),(18566,'en','woocommerce','87dbb58aba62b88f626710b39d925639','Shows if the product is on backordered.',NULL,NULL,'','LINE',NULL,10,'','ab387691d73086e0acce09b4cd4dc74c','',NULL),(18567,'en','woocommerce','10cd0f977396dd7102b626df6dd0b4f7','Shows if the product is on sale.',NULL,NULL,'','LINE',NULL,10,'','4cf372e376680216cbd8092a374c3561','',NULL),(18568,'en','woocommerce','50204210f9dc831ef98ed6f676b5f541','Shows if the product need to be shipped.',NULL,NULL,'','LINE',NULL,10,'','c6610fc9b1aa270a1b62baacd2b76a03','',NULL),(18569,'en','woocommerce','63f51f590db69f501e1c8aee11edaacc','Shows if the reviewer bought the product or not.',NULL,NULL,'','LINE',NULL,10,'','ccd2ee14dc77353a766a9115b12fb1ae','',NULL),(18570,'en','woocommerce','f4e1312400b256d1dd06a2d5e9049838','Shows if the variation can be bought.',NULL,NULL,'','LINE',NULL,10,'','a64699d4ec3d035a62f93fdc5d6dd430','',NULL),(18571,'en','woocommerce','a809a632047b74b614ca9289bc4ac5ab','Shows if the variation is on backordered.',NULL,NULL,'','LINE',NULL,10,'','3133deae1454333fb2b084b3d34ac5b0','',NULL),(18572,'en','woocommerce','30fc9e862d2ea2a8a1a5f3b795ab9579','Shows if the variation is on sale.',NULL,NULL,'','LINE',NULL,10,'','1b00a905c624e22c5262f292d4dff929','',NULL),(18573,'en','woocommerce','42cc4d9894bf7ec4f25738d25e511979','Shows where the order was created.',NULL,NULL,'','LINE',NULL,10,'','68592b6585a697f484c6900a5ae8f7e1','',NULL),(18574,'en','woocommerce','d1264e70c49b86180657f4ef0e0d1ac5','Shows whether or not the product shipping is taxable.',NULL,NULL,'','LINE',NULL,10,'','c5f440c3f687f46b41fa51521785411a','',NULL),(18575,'en','woocommerce','f58f5d70c5e71afc43622234f8274ebf','Shows/define if the note is only for reference or for the customer (the user will be notified).',NULL,NULL,'','LINE',NULL,10,'','38c730cfd7950b11afead33f1e56ca1e','',NULL),(18576,'en','woocommerce','5f18ff512db7e5c7715662649c95109a','Shumen',NULL,NULL,'','LINE',NULL,10,'','8a8c27205ebf2961ec4f4238f0a0986e','',NULL),(18577,'en','woocommerce','b01eb2142770e93cc065db172b4f901b','Sibiu',NULL,NULL,'','LINE',NULL,10,'','03fc1a6d3d192ff89bda7f0933a616d9','',NULL),(18578,'en','woocommerce','2085e0e3d70d499f7c266e4b8fb0ca29','Sichuan / 四川',NULL,NULL,'','LINE',NULL,10,'','10b40b3a5c2b8d36833e16db987dff61','',NULL),(18579,'en','woocommerce','934634023c7f7a663fdc994504f14b4a','Siena',NULL,NULL,'','LINE',NULL,10,'','a3cdee88dde57c21f2bd864adbc0466f','',NULL),(18580,'en','woocommerce','97527dec0ae1a703599581d4f25dfbce','Sierra Leone',NULL,NULL,'','LINE',NULL,10,'','0e1bfbc520335cf97c6dc3061b632891','',NULL),(18581,'en','woocommerce','faf6980330a0e84024e80666a9f4ce6e','Signups',NULL,NULL,'','LINE',NULL,10,'','112188ebd3cd93b5b71444566fd39748','',NULL),(18582,'en','woocommerce','e3b6b4378d49aa00f689a29667f23a16','Siirt',NULL,NULL,'','LINE',NULL,10,'','984050367e4917dd9938e4e26e5aaaee','',NULL),(18583,'en','woocommerce','91da6dd9de76a92eedcf2df27297f538','Sikkim',NULL,NULL,'','LINE',NULL,10,'','07450c6e2c633dbc80eed9673f56bc43','',NULL),(18584,'en','woocommerce','56da484be001dfae72a5847e37f3cb3e','Silistra',NULL,NULL,'','LINE',NULL,10,'','1ebca2dcb679773e163711d36d72957d','',NULL),(18585,'en','woocommerce','0848a1afdc041ec4043636e9fbd3ebb5','Simiyu',NULL,NULL,'','LINE',NULL,10,'','e0fc5ee2fbe70c97ce50fb5a5e217d59','',NULL),(18586,'en','woocommerce','90d98afb8f4c3436765b9eb47127577d','Simple product',NULL,NULL,'','LINE',NULL,10,'','e4285c5c20d42265a49dc789cb1348a2','',NULL),(18587,'en','woocommerce','06d61f0ef2a320c7470e6a52171ebff5','Sinaloa',NULL,NULL,'','LINE',NULL,10,'','5f15077899c8d6c7d3748c5160277b2e','',NULL),(18588,'en','woocommerce','350d4c394df96def23e82fac4e425aaf','Since your browser does not support JavaScript, or it is disabled, please ensure you click the %1$sUpdate Totals%2$s button before placing your order. You may be charged more than the amount stated above if you fail to do so.',NULL,NULL,'','LINE',NULL,10,'','610fd58f03537f1713e060f61e654486','',NULL),(18589,'en','woocommerce','53c438bfa3cd85dab0ca84af9ec94f53','Sindh',NULL,NULL,'','LINE',NULL,10,'','2c6d3f69fab921b68db00f019be2d4c1','',NULL),(18590,'en','woocommerce','037a529ccfb2f2903b49bde5d6ffae5f','Sing Buri',NULL,NULL,'','LINE',NULL,10,'','3762e663b695e5c00ea3a4dc880df792','',NULL),(18591,'en','woocommerce','458e4cbc78201c1aec5fc53a31c59378','Singapore',NULL,NULL,'','LINE',NULL,10,'','59748814994b8389521caed4a14d341d','',NULL),(18592,'en','woocommerce','1dc195b53be8e2dc0393529855555da5','Singida',NULL,NULL,'','LINE',NULL,10,'','35e93f6befdb2080e399eb5a8a9aa139','',NULL),(18593,'en','woocommerce','1d7b9256ea91d305c5c4b15b9e2f0691','Sinoe',NULL,NULL,'','LINE',NULL,10,'','8dc10db0d2891a9bbe68d8370181d320','',NULL),(18594,'en','woocommerce','68dcf3334535cdf23366253bec228e25','Sinop',NULL,NULL,'','LINE',NULL,10,'','f0c27ad9cd30719f68fc4a608c1418ec','',NULL),(18595,'en','woocommerce','b1e91a15593da10e46914c9da39063fc','Siquijor',NULL,NULL,'','LINE',NULL,10,'','e6feb87e14ff8a755da6ddc5e1b6828e','',NULL),(18596,'en','woocommerce','ead53724d54291d067fb9c16fa925834','Siracusa',NULL,NULL,'','LINE',NULL,10,'','eb9c7f0fe64cbc4944857355983b382f','',NULL),(18597,'en','woocommerce','8330731862c0348695cf5afc2ab53d81','Sirajganj',NULL,NULL,'','LINE',NULL,10,'','a26eeea53b566599502f146c04336a54','',NULL),(18598,'en','woocommerce','1c148b6c97b194326ce4a035ac6da648','Sironko',NULL,NULL,'','LINE',NULL,10,'','226ecd0263032b95dd18da3c1da14b7a','',NULL),(18599,'en','woocommerce','6a41bbe856a81f226090b93ded369dab','Sisaket',NULL,NULL,'','LINE',NULL,10,'','c9983db5a727ea531db0a09fcdbfd2d3','',NULL),(18600,'en','woocommerce','300230c39d08f96ce7a579b1cdad04aa','Sistan and Baluchestan (سیستان و بلوچستان)',NULL,NULL,'','LINE',NULL,10,'','499389524ae2f8dea2787b97e0e76740','',NULL),(18601,'en','woocommerce','dd0d0b066b1b5cc62bfedfbe23b54ffe','Site URL.',NULL,NULL,'','LINE',NULL,10,'','630efb42cd9451d9fc1a96790eaf9198','',NULL),(18602,'en','woocommerce','a595f3f08dedca4871eafbe668134476','Site address (URL)',NULL,NULL,'','LINE',NULL,10,'','9777ad613785335bd8e37e8e14c462c5','',NULL),(18603,'en','woocommerce','874508d000420ba3f53660c93b6c2514','Sivas',NULL,NULL,'','LINE',NULL,10,'','7dcb2b17ef4e16406d5cc0b341912118','',NULL),(18604,'en','woocommerce','748f87ff77b55e93c5eb9c497f765208','Skip setup',NULL,NULL,'','LINE',NULL,10,'','15bce9a9e818053910c345cc1c72effe','',NULL),(18605,'en','woocommerce','1116ed9b82405b666479000dcc482f84','Skip this step',NULL,NULL,'','LINE',NULL,10,'','a08613bf413c2a691da3627609f93676','',NULL),(18606,'en','woocommerce','e8aef0740386d18dff3365cb356b7743','Sligo',NULL,NULL,'','LINE',NULL,10,'','ac31b7325a26e49f97bcf0257abdfe2c','',NULL),(18607,'en','woocommerce','d6338f0852a4467d8a4db8e7e4f7a32e','Sliven',NULL,NULL,'','LINE',NULL,10,'','65d7034877f676b645e9411e4c2c6263','',NULL),(18608,'en','woocommerce','88a392b5a8d8f73986d83a2deefb0472','Slovakia',NULL,NULL,'','LINE',NULL,10,'','b3c6c1a34f27d24de37d1e013abb435f','',NULL),(18609,'en','woocommerce','00247297c394dd443dc97067830c35f4','Slovenia',NULL,NULL,'','LINE',NULL,10,'','e43a0ad4a4e836f9ebd42ec0bf11bca4','',NULL),(18610,'en','woocommerce','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'','LINE',NULL,10,'','1aca66d6ed61a03fdbfd35268d235fb9','',NULL),(18611,'en','woocommerce','8cfc8e39632e4500fd56aa32f8a9de21','Slug \"%s\" is already in use. Change it, please.',NULL,NULL,'','LINE',NULL,10,'','25a60566d8bdef7749e3095df30ce144','',NULL),(18612,'en','woocommerce','b07341e1be7d2a00bceb67232fe63d20','Slug \"%s\" is not allowed because it is a reserved term. Change it, please.',NULL,NULL,'','LINE',NULL,10,'','44b1f836a6f7a0e57944ebf017dce3a2','',NULL),(18613,'en','woocommerce','7f802810fde38b086c7e4a76a38f130e','Slug \"%s\" is too long (28 characters max). Shorten it, please.',NULL,NULL,'','LINE',NULL,10,'','cc7116fd686036477066a9a69718e4c4','',NULL),(18614,'en','woocommerce','c36582fac6fe614a5a72731dfef452f1','Smolyan',NULL,NULL,'','LINE',NULL,10,'','55be25453bd15ac3ee86c82eb0b37bf8','',NULL),(18615,'en','woocommerce','af9e0ffc2a219fc46ce88f53e8fd210f','SoapClient',NULL,NULL,'','LINE',NULL,10,'','2b519387ec79dd1a107b8c02239c31d4','',NULL),(18616,'en','woocommerce','654cd76590cebe0ba37e8d4cce8a96ee','Sofia',NULL,NULL,'','LINE',NULL,10,'','493150fee06706c2761bb037c683499f','',NULL),(18617,'en','woocommerce','522a5c37505a08fc1e5ae6ba75f6c982','Sofia-Grad',NULL,NULL,'','LINE',NULL,10,'','9413a3e6cc58c916c49b96f23af4885a','',NULL),(18618,'en','woocommerce','66dd91e4860445beab3e9fcdcd3650c4','Sokoto',NULL,NULL,'','LINE',NULL,10,'','3d4fbc16725d1a5d46050b4c2170a62b','',NULL),(18619,'en','woocommerce','565a229646ce80477ed40f1e19204f68','Sold %1$d item in the last %2$d days',NULL,NULL,'','LINE',NULL,10,'','7cfacd4e1855aaa72803b5cd41a2422c','',NULL),(18620,'en','woocommerce','3cc1fa5f71416695102a2bdcf649eb98','Sold %1$d items in the last %2$d days',NULL,NULL,'','LINE',NULL,10,'','e2c1dac089bba19ef28383afa62a7fb2','',NULL),(18621,'en','woocommerce','3d3c56e1fa8ecb743039c11b1ac8ebf6','Sold %1$s worth in the last %2$d days',NULL,NULL,'','LINE',NULL,10,'','c6180170a48553618f3d30a3a015e9a3','',NULL),(18622,'en','woocommerce','e840afef09f29ceb1ea858c52b810bc5','Sold individually',NULL,NULL,'','LINE',NULL,10,'','baf9ec01c45d472f9fc103a152abe74f','',NULL),(18623,'en','woocommerce','a55ea9da54a6de9b86a63fc03e37ef28','Sold individually?',NULL,NULL,'','LINE',NULL,10,'','a66274d421c48914e1c5bc5c3e3c9070','',NULL),(18624,'en','woocommerce','a573f4ed911c3b437599818762263a0c','Solomon Islands',NULL,NULL,'','LINE',NULL,10,'','a739990337981b11404778b9c5b7ad4c','',NULL),(18625,'en','woocommerce','14192416fb46ff93682adf37f941dc92','Solothurn',NULL,NULL,'','LINE',NULL,10,'','37300ae697dbd6da23891a9140a7dafd','',NULL),(18626,'en','woocommerce','921855f753932de762b780405a50bdf7','Somalia',NULL,NULL,'','LINE',NULL,10,'','dfd887754745b85f2ad4e6c10e5854d1','',NULL),(18627,'en','woocommerce','5c4e7a80bce9386bdf520f05a9610817','Some webservices like shipping use SOAP to get information from remote servers, for example, live shipping quotes from FedEx require SOAP to be installed.',NULL,NULL,'','LINE',NULL,10,'','6b8199071649363a8412c62312b62664','',NULL),(18628,'en','woocommerce','0ed7ef8085f6b101355c925ac339fce3','Someone has requested a new password for the following account on %s:',NULL,NULL,'','LINE',NULL,10,'','94b76f0b2d468b76a824cbd54f7d2189','',NULL),(18629,'en','woocommerce','1473788d9d839a4ed6219538cec7fd33','Somogy',NULL,NULL,'','LINE',NULL,10,'','db1279ad3cb46d06f5440c327a568acc','',NULL),(18630,'en','woocommerce','7ca11f963d8c09255e540e0d3088af61','Sondrio',NULL,NULL,'','LINE',NULL,10,'','dafb831f329822896c5ebd7f90190097','',NULL),(18631,'en','woocommerce','e70de789014386333f274a3d549d7bf8','Songkhla',NULL,NULL,'','LINE',NULL,10,'','300ad81f1c34a1dfb95ea771a668380b','',NULL),(18632,'en','woocommerce','9ca026435afe27d222207843c77b5f32','Sonora',NULL,NULL,'','LINE',NULL,10,'','4fd7f55a44ec0ed624a6dd22a06627e0','',NULL),(18633,'en','woocommerce','7fe6a88deede6fcbc716f4835b8f9ea1','Soria',NULL,NULL,'','LINE',NULL,10,'','a798ad903221161f072e4ab2f822dc35','',NULL),(18634,'en','woocommerce','ed9107966a708a592c30c80a9a727820','Soroca',NULL,NULL,'','LINE',NULL,10,'','a1a8ef8d719785bebda752464d6912aa','',NULL),(18635,'en','woocommerce','32616beb0bb7a1d15ffa07039f7432fe','Soroti',NULL,NULL,'','LINE',NULL,10,'','262656870657add3858484122c4971eb','',NULL),(18636,'en','woocommerce','4701c997256a9ad5bec98c72de5a9fb7','Sorry there was a problem removing this coupon.',NULL,NULL,'','LINE',NULL,10,'','738595cc36a48517a63850c5cf562c8f','',NULL),(18637,'en','woocommerce','9cf7c24b9d57b34adb817ec80a1db6e7','Sorry to see you go.',NULL,NULL,'','LINE',NULL,10,'','be28611268becccfa8e18ae43988f50b','',NULL),(18638,'en','woocommerce','4538b6c300f4d2b6dbbd100b8192a264','Sorry! We couldn\'t contact Jetpack just now ?. Please make sure that your site is visible over the internet, and that it accepts incoming and outgoing requests via curl. You can also try to connect to Jetpack again, and if you run into any more issues, please contact support.',NULL,NULL,'','LINE',NULL,10,'','40a0a255695c588157e4aacf78ec714f','',NULL),(18639,'en','woocommerce','06de17789da6813ae428a4bc3297af73','Sorry! We tried, but we couldn\'t connect Jetpack just now ?. Please go to the Plugins tab to connect Jetpack, so that you can finish setting up your store.',NULL,NULL,'','LINE',NULL,10,'','267cc53454cb3dcfb04ec4f77524beff','',NULL),(18640,'en','woocommerce','e059526bab08946d6fd43f3caede5763','Sorry! We tried, but we couldn\'t install Jetpack for you ?. Please go to the Plugins tab to install it, and finish setting up your store.',NULL,NULL,'','LINE',NULL,10,'','fc3906b19b38c8d874761e86ae78c6db','',NULL),(18641,'en','woocommerce','dfd0d51a13001b2c2de509f33f79d740','Sorry, \"%s\" is no longer in stock so this order cannot be paid for. We apologize for any inconvenience caused.',NULL,NULL,'','LINE',NULL,10,'','90bc2c23eaf535c3da252084dcd4143a','',NULL),(18642,'en','woocommerce','643046e4af17607a21eb6e7dddec1119','Sorry, \"%s\" is not in stock. Please edit your cart and try again. We apologize for any inconvenience caused.',NULL,NULL,'','LINE',NULL,10,'','e4a84c48b7d551b43189cff1a15a7f1b','',NULL),(18643,'en','woocommerce','3236bc5387a506dcb778068cb9786325','Sorry, an error occurred',NULL,NULL,'','LINE',NULL,10,'','247108e0de6be36d0ea40b671081b6d3','',NULL),(18644,'en','woocommerce','65fed717d858b52e9b766653ce842dbc','Sorry, coupon \"%s\" has already been applied and cannot be used in conjunction with other coupons.',NULL,NULL,'','LINE',NULL,10,'','ae376cacd9c3919d6988ad91f0c2bfe9','',NULL),(18645,'en','woocommerce','e55886d128b7d655c82fedf3ba683d2e','Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements.',NULL,NULL,'','LINE',NULL,10,'','9a60820ff200db4952fd837b08e21d8b','',NULL),(18646,'en','woocommerce','2b87772ce0a2054f2fd357a30dd096f8','Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.',NULL,NULL,'','LINE',NULL,10,'','ae5c7f8bb11ebd7903ae7021cf3eab29','',NULL),(18647,'en','woocommerce','9b61b0de65b9c09b85c24727571e0544','Sorry, it seems the coupon \"%s\" is invalid - it has now been removed from your order.',NULL,NULL,'','LINE',NULL,10,'','8bef0bc24bfd288f1488445c48446458','',NULL),(18648,'en','woocommerce','52f0664932edc426017dc1d08ea3dfe7','Sorry, it seems the coupon \"%s\" is not yours - it has now been removed from your order.',NULL,NULL,'','LINE',NULL,10,'','d3f2795aeab14e14ce09b68519e632f0','',NULL),(18649,'en','woocommerce','65eaa2e1d1f1f25b37b910485ed0ad82','Sorry, no products matched your selection. Please choose a different combination.',NULL,NULL,'','LINE',NULL,10,'','fffdc82a69cffbfc20359a7267812343','',NULL),(18650,'en','woocommerce','6b89989c68baf370cff3ece1257ccd4a','Sorry, the order could not be found. Please contact us if you are having difficulty finding your order details.',NULL,NULL,'','LINE',NULL,10,'','41c27527e0554276fc6ff537fa00839e','',NULL),(18651,'en','woocommerce','f1fb4ccb490133ee1b20aee735d7d659','Sorry, there has been an error.',NULL,NULL,'','LINE',NULL,10,'','939c22d3f0e253199a7b6b7f50e8f1af','',NULL),(18652,'en','woocommerce','d30adeaa5c5e1879176c4c65bf707d78','Sorry, this coupon is not applicable to selected products.',NULL,NULL,'','LINE',NULL,10,'','5abceeac5cb37b101ee87f76b7fa6690','',NULL),(18653,'en','woocommerce','71c2a319d951f0c5ecf6d56fd0842305','Sorry, this coupon is not applicable to the categories: %s.',NULL,NULL,'','LINE',NULL,10,'','b257b9cf47788aad57af43f4bb85d296','',NULL),(18654,'en','woocommerce','2e63028b1731a53c6e224dab6b75a94f','Sorry, this coupon is not applicable to the products: %s.',NULL,NULL,'','LINE',NULL,10,'','a56de094a84a7e5e246bed1f0e008d52','',NULL),(18655,'en','woocommerce','3bfca61cf610e3e84ba30fda84848288','Sorry, this coupon is not applicable to your cart contents.',NULL,NULL,'','LINE',NULL,10,'','ac5baca46ede0fc731923705f4be56a7','',NULL),(18656,'en','woocommerce','66368f6b1da33a96d07204dd4a5b8427','Sorry, this coupon is not valid for sale items.',NULL,NULL,'','LINE',NULL,10,'','66374f25c01aeda644b80570e7f6ee0c','',NULL),(18657,'en','woocommerce','49af8add5744ef268f15b16b65d7b8ed','Sorry, this download has expired',NULL,NULL,'','LINE',NULL,10,'','eff92b7694a3f8599ef0d6eda9017744','',NULL),(18658,'en','woocommerce','00efe2063eca041bf9cbe619daabd606','Sorry, this order is invalid and cannot be paid for.',NULL,NULL,'','LINE',NULL,10,'','3cf50151bb763a7720f5a9e894ddc0ef','',NULL),(18659,'en','woocommerce','d0743b0fbf93ca91dcd0ab5b2c2152a0','Sorry, this product cannot be purchased.',NULL,NULL,'','LINE',NULL,10,'','20eae9a365354baa87b2fb357479d2f1','',NULL),(18660,'en','woocommerce','ad498bb29e07bb6f8cd3825dcb96b580','Sorry, this product is unavailable. Please choose a different combination.',NULL,NULL,'','LINE',NULL,10,'','19052cfb5bd7a34e85bb42c4409667d6','',NULL),(18661,'en','woocommerce','b9a4fa620881fd7d2b4033ce40f43c39','Sorry, we couldn\'t connect your store to Jetpack',NULL,NULL,'','LINE',NULL,10,'','e207708698aeff5bb72f63c652526dda','',NULL),(18662,'en','woocommerce','5db401c14a0eda6708b160e529eb38b7','Sorry, we do not have enough \"%1$s\" in stock to fulfill your order (%2$s available). We apologize for any inconvenience caused.',NULL,NULL,'','LINE',NULL,10,'','e9f29df44bdf95723821bdf9146711cf','',NULL),(18663,'en','woocommerce','b072bf879c0bea06c02f69438637bca5','Sorry, you are not allowed to batch manipulate this resource.',NULL,NULL,'','LINE',NULL,10,'','7a2fc99a2199a4a717391a8fb98c1a0b','',NULL),(18664,'en','woocommerce','d8e14df523b469073a047734c1ab46db','Sorry, you are not allowed to change the comment type.',NULL,NULL,'','LINE',NULL,10,'','984556ec9cdf5652eb86945082186d79','',NULL),(18665,'en','woocommerce','296a18663277af74d61fdf70a723a088','Sorry, you are not allowed to create resources.',NULL,NULL,'','LINE',NULL,10,'','0359ceb17b87be40aaae36ccfea52880','',NULL),(18666,'en','woocommerce','cc2c4aa7193cf05a2dd1f7d123fc9b80','Sorry, you are not allowed to delete %s.',NULL,NULL,'','LINE',NULL,10,'','877a22fd7c0d6a6d88a1030eb8b7b23f','',NULL),(18667,'en','woocommerce','197eeb58b8473f1218676e074defd51a','Sorry, you are not allowed to delete this resource.',NULL,NULL,'','LINE',NULL,10,'','57bb17f5e19755cd6b8f02b942f8406c','',NULL),(18668,'en','woocommerce','52412d1ced52748430ec43fcf24a7ef3','Sorry, you are not allowed to edit this resource.',NULL,NULL,'','LINE',NULL,10,'','7e7aebac45658b24e3aa0c1b55f50bb1','',NULL),(18669,'en','woocommerce','aa19accb2b3b5be13784e6d4eecca45e','Sorry, you cannot create new resource.',NULL,NULL,'','LINE',NULL,10,'','cb55b8e9f8095ce07bf09109b279eb3f','',NULL),(18670,'en','woocommerce','23734b43bd755ad333a9783b6f2440fb','Sorry, you cannot delete this resource.',NULL,NULL,'','LINE',NULL,10,'','9f44233dc6841589712470976e12072e','',NULL),(18671,'en','woocommerce','8731d4af020e8f14d3b84cce67dfd5c8','Sorry, you cannot edit this resource.',NULL,NULL,'','LINE',NULL,10,'','a99886af1dfdb718ddf177f5bb64ff84','',NULL),(18672,'en','woocommerce','de9e469db6f6f2c61010d35b986b9169','Sorry, you cannot list resources.',NULL,NULL,'','LINE',NULL,10,'','324992ed6cda1bf44c7e48c56e0d1a7c','',NULL),(18673,'en','woocommerce','348d7a64bbfde6c7617c967585061a23','Sorry, you cannot update resource.',NULL,NULL,'','LINE',NULL,10,'','756731a9dbb1d54a7d0dbc2ae0934e0e','',NULL),(18674,'en','woocommerce','f95ebfbf64059973d108029bba217e22','Sorry, you cannot view this resource.',NULL,NULL,'','LINE',NULL,10,'','3dd987332a108a4351c1f251f28384f1','',NULL),(18675,'en','woocommerce','4c1ec098500a2ad071ea7351c025ef26','Sorry, you have reached your download limit for this file',NULL,NULL,'','LINE',NULL,10,'','d5a0a24e9913888c32a1f26742ae912e','',NULL),(18676,'en','woocommerce','2f1a249a583f04ea026f83373dd78ca7','Sorry, your session has expired.',NULL,NULL,'','LINE',NULL,10,'','85ec62f8d73e6ce2264ab6c8f9aed5d2','',NULL),(18677,'en','woocommerce','d02cf997844590447e1a48d8ae639b97','Sorry, your session has expired. <a href=\"%s\" class=\"wc-backward\">Return to shop</a>',NULL,NULL,'','LINE',NULL,10,'','a7de560b6786a53c4c945324b71e7777','',NULL),(18678,'en','woocommerce','27ffca052818f97dd11e0b8d3fe50b15','Sorsogon',NULL,NULL,'','LINE',NULL,10,'','b800f2be0e795861faada8c339411592','',NULL),(18679,'en','woocommerce','0f5c1da2d3dfbb97ac3a642b1152a202','Sort by %s in ascending order',NULL,NULL,'','LINE',NULL,10,'','009bcdcb7a8c5e2205856c4a92062557','',NULL),(18680,'en','woocommerce','2327567cf885c08ce662237a5d80c8a6','Sort by %s in descending order',NULL,NULL,'','LINE',NULL,10,'','11864ec5ef66ccbde66897457166eefb','',NULL),(18681,'en','woocommerce','098c0b1d311949db63ef4219cb962862','Sort by average rating',NULL,NULL,'','LINE',NULL,10,'','03e288449226748ca49d20a4be175dab','',NULL),(18682,'en','woocommerce','cde66ff642544b2b882e52004566c2c0','Sort by latest',NULL,NULL,'','LINE',NULL,10,'','078ae237cb01838d3d613b3717233b7f','',NULL),(18683,'en','woocommerce','cf9fe7249d444c528be27a43607c7f8e','Sort by most recent',NULL,NULL,'','LINE',NULL,10,'','307d8b270fc7ad7cd73d0d1cbd3583e6','',NULL),(18684,'en','woocommerce','f0ae4d0498a86dd89e7552a89eceaa8a','Sort by popularity',NULL,NULL,'','LINE',NULL,10,'','eb9aab6658fa1bf3f0b4e13f8f157dbc','',NULL),(18685,'en','woocommerce','1b5e98371e3f6eb605858ea9cca566c8','Sort by price (asc)',NULL,NULL,'','LINE',NULL,10,'','076e853686b8759840b9b560524be492','',NULL),(18686,'en','woocommerce','59d0f16f9a7c9c3a0a6fb3c6d71c4c0b','Sort by price (desc)',NULL,NULL,'','LINE',NULL,10,'','dc374a1300111bc661493dbb2514c724','',NULL),(18687,'en','woocommerce','1f07ebc5cb1fe1f05af7f60fe21eb8c4','Sort by price: high to low',NULL,NULL,'','LINE',NULL,10,'','6441fb2a18598101d608031bfff2faa2','',NULL),(18688,'en','woocommerce','47a20f63866bd5f5b00747dd6cab1b9c','Sort by price: low to high',NULL,NULL,'','LINE',NULL,10,'','9b8e5c7e87ab2d25d6a477aa85c4965d','',NULL),(18689,'en','woocommerce','275fcb115dbb8fc85bdfe8eccaac18b4','Sort by tax class.',NULL,NULL,'','LINE',NULL,10,'','1e3145165713771d5af611c8032ee0d3','',NULL),(18690,'en','woocommerce','6f9d01a14011f05fffe48559583fc609','Sort by:',NULL,NULL,'','LINE',NULL,10,'','f7a351d03ce3c1e5afe609a2369afca4','',NULL),(18691,'en','woocommerce','cb73f0123c851249dc01ba6d8637eaa5','Sort code',NULL,NULL,'','LINE',NULL,10,'','f026427126e2d024aeb357ea1e658f0b','',NULL),(18692,'en','woocommerce','c030daf94faad2e066b0f2f41487af0a','Sort collection by object attribute.',NULL,NULL,'','LINE',NULL,10,'','edd5f44213a60f6146e2570172c4ce54','',NULL),(18693,'en','woocommerce','c8145fafbc9cd540420ae65f00103f48','Sort collection by resource attribute.',NULL,NULL,'','LINE',NULL,10,'','c924f16b9bb5c34284023b54829e6123','',NULL),(18694,'en','woocommerce','2808a34767e19b842d906ab8ab6264c6','Sorting',NULL,NULL,'','LINE',NULL,10,'','0e61f4a38b74ddb083d03ba4a59120e1','',NULL),(18695,'en','woocommerce','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'','LINE',NULL,10,'Sorting order','373095cd3c6726e0ae1ef257eec0c63f','',NULL),(18696,'en','woocommerce','f31bbdd1b3e85bccd652680e16935819','Source',NULL,NULL,'','LINE',NULL,10,'','f2306e70475473fef284838a305e5392','',NULL),(18697,'en','woocommerce','c89bc418c38da77213c6c6e03cac2510','South Africa',NULL,NULL,'','LINE',NULL,10,'','06a869b6fc8348309063ab5a5d47f95c','',NULL),(18698,'en','woocommerce','aab422acb3d2334a6deca0e1495745c2','South America',NULL,NULL,'','LINE',NULL,10,'','3ecc711eba30e9efa2b6b11cfb057b94','',NULL),(18699,'en','woocommerce','ed69c3bd64de0d4ecd3f5bd55fda117c','South Australia',NULL,NULL,'','LINE',NULL,10,'','bd7e89d54359f046ad7448d8803b4cc6','',NULL),(18700,'en','woocommerce','c9561c4acf174e05975d0ae90274035a','South Carolina',NULL,NULL,'','LINE',NULL,10,'','176d42f505b071c2052aa516a223dfed','',NULL),(18701,'en','woocommerce','10c5af3275802c408f5de2f3b62e5ce6','South Cotabato',NULL,NULL,'','LINE',NULL,10,'','ebd19c7e4ce4914e129a63b8e1a9ea2f','',NULL),(18702,'en','woocommerce','f6c375dcb38360402e2c2ff43705c0c2','South Dakota',NULL,NULL,'','LINE',NULL,10,'','9496bcbc2e73a7c7e24b1e58e0a24840','',NULL),(18703,'en','woocommerce','2ca2d666919fa7ef1e39b4d74a5b762a','South Georgia/Sandwich Islands',NULL,NULL,'','LINE',NULL,10,'','a3ac1d94aa02199552b960de2abdb991','',NULL),(18704,'en','woocommerce','aef09c67610db23520420a6039e960b6','South Khorasan (خراسان جنوبی)',NULL,NULL,'','LINE',NULL,10,'','5c433b5420e4e1457b71a36045756d6e','',NULL),(18705,'en','woocommerce','4d4803b0bb7dab1b0627e4f8277edc5b','South Korea',NULL,NULL,'','LINE',NULL,10,'','0f93b467013e72ada934674c46b5e9bb','',NULL),(18706,'en','woocommerce','0a6355f86240762961997e70c5e7087d','South Sudan',NULL,NULL,'','LINE',NULL,10,'','d4133f490ea3bf90a57ea0d96d8faab2','',NULL),(18707,'en','woocommerce','546c5e300f942539e808b5b1bb9f74da','Southern',NULL,NULL,'','LINE',NULL,10,'','a845ddbdea04b3a51d238a4ea1250df0','',NULL),(18708,'en','woocommerce','88eb683d5f41a3b87589b986ddd3a1c4','Southern Leyte',NULL,NULL,'','LINE',NULL,10,'','0a5cffb32a2fcfc66c173f5994074ff2','',NULL),(18709,'en','woocommerce','3043583043be95b9c2a6c0ee3c3c4df4','Southland',NULL,NULL,'','LINE',NULL,10,'','210609469020008e4e303e8fe4bee0b9','',NULL),(18710,'en','woocommerce','907eba32d950bfab68227fd7ea22999b','Spain',NULL,NULL,'','LINE',NULL,10,'','d68de54ba517be6fb907ede259e1f952','',NULL),(18711,'en','woocommerce','350982edd7ce55861fbfbc80d09c1270','Specific Countries',NULL,NULL,'','LINE',NULL,10,'','1161d538209146b5981d2850e871f5ff','',NULL),(18712,'en','woocommerce','4a9a0e9594b1a90d6f6e0104151d59ca','Specific countries',NULL,NULL,'','LINE',NULL,10,'','26b526a7569dbaeaa6bd9ebae864a765','',NULL),(18713,'en','woocommerce','ef547e2d9750443f6d203233dfa38e39','Sri Lanka',NULL,NULL,'','LINE',NULL,10,'','eb9a80e0ccb767bdb6c2488b99e89827','',NULL),(18714,'en','woocommerce','27cf3f0959b6f18616d876219b63488a','St. Gallen',NULL,NULL,'','LINE',NULL,10,'','e2a01378257721d6670a8edd5d3c319b','',NULL),(18715,'en','woocommerce','c0434e8dc616945a3cd1ec7e86f7796f','Standard rate',NULL,NULL,'','LINE',NULL,10,'','08a70a942fcc8e5457a0cac225dfd8f8','',NULL),(18716,'en','woocommerce','c3e5fb10d6b414642e1d74df7f65a18e','Stara Zagora',NULL,NULL,'','LINE',NULL,10,'','44d053ba5aae29a5a4d63f71948ed841','',NULL),(18717,'en','woocommerce','db3794c7d704611ce61c9d8cc09cd806','Start Date',NULL,NULL,'','LINE',NULL,10,'','70e8105f4987e618df138a1fbca2b244','',NULL),(18718,'en','woocommerce','bb70048a5ffa0c1b7e002e046c263ffe','Start Import',NULL,NULL,'','LINE',NULL,10,'','81ff91a20d617135c45666e71bbbb84d','',NULL),(18719,'en','woocommerce','3a47b1bf7ab8b1880f640784b76ab6c4','Start date must be before end date',NULL,NULL,'','LINE',NULL,10,'','ec34a0a25ac7645636e5876df5f58abf','',NULL),(18720,'en','woocommerce','279b912a82d22bf5e4c08a9c8db9f15a','Start date of sale price, as GMT.',NULL,NULL,'','LINE',NULL,10,'','752d89811a9be423d3380a8fba20673c','',NULL),(18721,'en','woocommerce','cd91fbffa5ac64ebfc4b403336076bf3','Start date of sale price, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','7d08f98ac9519d66d3338aada459f275','',NULL),(18722,'en','woocommerce','083404cbef0818d25dade420876d19c1','Start date of sale price.',NULL,NULL,'','LINE',NULL,10,'','708bb8890fa77321ca8a643f41850564','',NULL),(18723,'en','woocommerce','43c631765978d562d118be3f5ec62853','Started processing action %s',NULL,NULL,'','LINE',NULL,10,'','f682b336cfa362840d611caf696869c7','',NULL),(18724,'en','woocommerce','c36ff67949534ea66b3010f55599a325','Starting Number of Reviews',NULL,NULL,'','LINE',NULL,10,'','b597ef88457522b46e26419f89aa3c6e','',NULL),(18725,'en','woocommerce','46a2a41cc6e552044816a2d04634545d','State',NULL,NULL,'','LINE',NULL,10,'','252ef3b384443e6213423f5a9e95aa72','',NULL),(18726,'en','woocommerce','67722241f8039cd1e3c67caca89982e9','State / County',NULL,NULL,'','LINE',NULL,10,'','85b07c156e86bed47628889e972fae56','',NULL),(18727,'en','woocommerce','9e2f67755063d99bbd7702f1219a0142','State / County or state code',NULL,NULL,'','LINE',NULL,10,'','2460f5114d965de7eba7d6da15436dad','',NULL),(18728,'en','woocommerce','8f19674525a0174520c1fa903d5b9234','State / Zone',NULL,NULL,'','LINE',NULL,10,'','1f281c19b6f1ae8f1ec437ddc972a0ca','',NULL),(18729,'en','woocommerce','22579ba2c2af09c3da7e8fe72b1b0def','State code',NULL,NULL,'','LINE',NULL,10,'','f475b190b3767351c5aec70c681bd1b1','',NULL),(18730,'en','woocommerce','5e68355c6723961b0d1c14c33a4eaaf5','State code.',NULL,NULL,'','LINE',NULL,10,'','4bce4f1015a32a78584eb23b28ff9a50','',NULL),(18731,'en','woocommerce','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,10,'','ad2cad0535441f6c274901f5b01f72c0','',NULL),(18732,'en','woocommerce','4d8fa6602fe68b0045d080cf7e1a25f0','Status of the review.',NULL,NULL,'','LINE',NULL,10,'','a7495ab2e9df136f480a0eaaf2dc1f8e','',NULL),(18733,'en','woocommerce','24a23d787190f2c4812ff9ab11847a72','Status:',NULL,NULL,'','LINE',NULL,10,'','968151d83c6e80b20616ca045db067b5','',NULL),(18734,'en','woocommerce','27ce7f8b5623b2e2df568d64cf051607','Stock',NULL,NULL,'','LINE',NULL,10,'','5d594b9c9508544ffd3b0680490a2a57','',NULL),(18735,'en','woocommerce','67170a160fe3cb7f4d73ac417a7d58f5','Stock Keeping Unit',NULL,NULL,'','LINE',NULL,10,'','2e1b896579b93276815ff3cb3b4b95f9','',NULL),(18736,'en','woocommerce','b952be7b91020953addcfc0b4b0d6bcf','Stock levels increased:',NULL,NULL,'','LINE',NULL,10,'','3df65cd88ad8c9f2467c6de991a1b6e3','',NULL),(18737,'en','woocommerce','d97844135e9f5df65fe6539d96ad83da','Stock levels reduced:',NULL,NULL,'','LINE',NULL,10,'','30285bb74d046794aa810bef45266bd5','',NULL),(18738,'en','woocommerce','a5537e1ff1a2d6c072984c172962d394','Stock management at product level.',NULL,NULL,'','LINE',NULL,10,'','1c019f9f8ecdedd074fc4d1b211d2eca','',NULL),(18739,'en','woocommerce','faa9026725815ee5e9c90117b4bc19c7','Stock management at variation level.',NULL,NULL,'','LINE',NULL,10,'','12e6ca06eb503dd72fb4300e3ad589dd','',NULL),(18740,'en','woocommerce','7399be68990d726429b37f049582b237','Stock qty',NULL,NULL,'','LINE',NULL,10,'','d1650fd485722f8b148cb4c4cc88be2e','',NULL),(18741,'en','woocommerce','ab0b263a4a804750b4a9c1881b55298a','Stock quantity',NULL,NULL,'','LINE',NULL,10,'','50f5369ebaa94984769249506db6aa83','',NULL),(18742,'en','woocommerce','eb1104301d9ba5e1429998326a77fc48','Stock quantity.',NULL,NULL,'','LINE',NULL,10,'','5b8d578b427652b23f586a575fb2d421','',NULL),(18743,'en','woocommerce','e79cb1e7557c8c1523af83774107cb09','Stock quantity. If this is a variable product this value will be used to control stock for all variations, unless you define stock at variation level.',NULL,NULL,'','LINE',NULL,10,'','9ede8053cef8145683b21711e7e74e32','',NULL),(18744,'en','woocommerce','0de9763b6415ca0cfe83daffb5c185c1','Stock status',NULL,NULL,'','LINE',NULL,10,'','c3ff7d2dda0eb71120c9873a39d8d861','',NULL),(18745,'en','woocommerce','3d3abaa0952147c89764cd6ce8f86688','Stock: %d',NULL,NULL,'','LINE',NULL,10,'','82ce50e5509d8b7b0078fb8e9ab60373','',NULL),(18746,'en','woocommerce','4b4a49d80a44a8e4730b1fe2d216a4b5','Store Notice',NULL,NULL,'','LINE',NULL,10,'','c2821e75d92685ddf7a5a80be94bc759','',NULL),(18747,'en','woocommerce','60ae49ffa28308e5c568f6f0e02e1182','Store monitoring',NULL,NULL,'','LINE',NULL,10,'','b17f566d42ee95942a74bd78f9db435c','',NULL),(18748,'en','woocommerce','390e60041f7cea62dc34a503f52f1e4c','Store notice',NULL,NULL,'','LINE',NULL,10,'','9b8a5f7a80476c8a58955836c43a11a1','',NULL),(18749,'en','woocommerce','9ac9d3ec2c1e135ad5ec2e0f52e5f880','Store setup',NULL,NULL,'','LINE',NULL,10,'','94bd4550f8bfb938866033e33d19bde3','',NULL),(18750,'en','woocommerce','b85486a675f42272fa77644c0e6148ba','Store stats',NULL,NULL,'','LINE',NULL,10,'','988436c56e8b099990306beb0cc6a3f3','',NULL),(18751,'en','woocommerce','f0dca7e4eaedf573d4664be249845942','Storefront',NULL,NULL,'','LINE',NULL,10,'','3bc29bcb559782a5e429e31476c1fd8e','',NULL),(18752,'en','woocommerce','598a43bea0a4c0691b1a0d3b3ea1ea7e','Storefront Theme',NULL,NULL,'','LINE',NULL,10,'','f907d5e7522fbed01250528c7d456721','',NULL),(18753,'en','woocommerce','e774fb38b218ca23a503cd991555b225','Storefront icon',NULL,NULL,'','LINE',NULL,10,'','0a33137ad3509fd93062591d51944c33','',NULL),(18754,'en','woocommerce','d33fdef04311ba6974e35f997c3d29b6','Storefront is an intuitive, flexible and <strong>free</strong> WordPress theme offering deep integration with WooCommerce and many of the most popular customer-facing extensions.',NULL,NULL,'','LINE',NULL,10,'','a344af30e6b397a81a4836e3ef64a0d2','',NULL),(18755,'en','woocommerce','cca70033daea184787cf12ffefc5514f','Strășeni',NULL,NULL,'','LINE',NULL,10,'','3461358b57270b348364300160780086','',NULL),(18756,'en','woocommerce','669a90ec9aac95cd93556470ddaebf44','Street address',NULL,NULL,'','LINE',NULL,10,'','a52c6df10166ac68ea533dab4e838a83','',NULL),(18757,'en','woocommerce','05dbcb9101e373f17376c6f51e58e5ff','Stripe and PayPal setup are powered by Jetpack and WooCommerce Services.',NULL,NULL,'','LINE',NULL,10,'','e244c3a6a131c48b8d96d5bfe22eefb5','',NULL),(18758,'en','woocommerce','1426e05cb9d0fa779e63978a86213eb4','Stripe email address',NULL,NULL,'','LINE',NULL,10,'','24bb60e8ff5f3b7ba6ee8237ca4424f9','',NULL),(18759,'en','woocommerce','293de63fe1b42c31c41249a5b3a9867e','Stripe email address:',NULL,NULL,'','LINE',NULL,10,'','f407be9444bd47cd5066cf73bc13bd8c','',NULL),(18760,'en','woocommerce','971e3a901064359d2841ad1ef608afb2','Stripe setup is powered by Jetpack and WooCommerce Services.',NULL,NULL,'','LINE',NULL,10,'','cd238655fca6cc37df0c3bfabca250a0','',NULL),(18761,'en','woocommerce','f73cc399b5ce12735a57f03414f09ef9','Subcategories',NULL,NULL,'','LINE',NULL,10,'','ca234b6f775ae78a4c7c5115866ee604','',NULL),(18762,'en','woocommerce','c7892ebbb139886662c6f2fc8c450710','Subject',NULL,NULL,'','LINE',NULL,10,'','2507346d46ed1ade728856061ad6508e','',NULL),(18763,'en','woocommerce','47cfeb8bfc002ab5e2f21331fa026fb2','Subject (paid)',NULL,NULL,'','LINE',NULL,10,'','01a2d8374e3566995ef7a1d1da72664b','',NULL),(18764,'en','woocommerce','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,10,'','ffb6c6429a87748557ddc9353beb2430','',NULL),(18765,'en','woocommerce','dc3f17db34f9dfdc8c9e04e83c9d9fd1','Subscription for %1$s deactivated successfully. You will no longer receive updates for this product. <a href=\"%2$s\">Click here</a> if you wish to deactivate the plugin as well.',NULL,NULL,'','LINE',NULL,10,'','cafeff2749cf23d34311168f1c61bada','',NULL),(18766,'en','woocommerce','4b00664bb7ae5776b0f54890835ac49e','Subscription for %s deactivated successfully. You will no longer receive updates for this product.',NULL,NULL,'','LINE',NULL,10,'','c4e51a8d4073f743675a9d11653ea02c','',NULL),(18767,'en','woocommerce','3da619a068e484b0d7bed8dd81e85729','Subscription is <strong>expiring</strong> soon.',NULL,NULL,'','LINE',NULL,10,'','3bbb7ea3abb990ca5dcad791d1daaedf','',NULL),(18768,'en','woocommerce','cc5412321dba933ff35a05fd1df1b363','Subscription: Not available - %1$d of %2$d already in use',NULL,NULL,'','LINE',NULL,10,'','1b5c877a86030ea1b40e41a011802827','',NULL),(18769,'en','woocommerce','052fe64b60c917a610e6401f9a493e09','Subscription: Unlimited',NULL,NULL,'','LINE',NULL,10,'','6be7eb079d186cb104edf87b057100a0','',NULL),(18770,'en','woocommerce','fd1096f0838536c67468eb7f7757de94','Subscription: Using %1$d of %2$d sites available',NULL,NULL,'','LINE',NULL,10,'','47f4a82e4f282d19e4b5dbef58e270df','',NULL),(18771,'en','woocommerce','4ca2c509994c2776d0880357b4e8e5be','Subscriptions',NULL,NULL,'','LINE',NULL,10,'','d9b63f50392b1ca43b705e517c0a29b8','',NULL),(18772,'en','woocommerce','2194aaec8cc7086ab0e93f74547e5f53','Subtotal',NULL,NULL,'','LINE',NULL,10,'','286ae0d9e8bcef533e9b08cbad0827c6','',NULL),(18773,'en','woocommerce','856ab109229e8acfcddd5c6766a8d956','Subtotal:',NULL,NULL,'','LINE',NULL,10,'','4fbf0eaa9e20f2b6474763da15e12b08','',NULL),(18774,'en','woocommerce','d51ac448d2f00e3f977c92a3e6568695','Suburb',NULL,NULL,'','LINE',NULL,10,'','09c2a90bad9668a9647c8205e194bb3a','',NULL),(18775,'en','woocommerce','512e9a5d6bb6558446178aae9c34647c','Successfully canceled action: %s',NULL,NULL,'','LINE',NULL,10,'','258d0bcd5975c675fe80b38f27c77a7b','',NULL),(18776,'en','woocommerce','2fda0f39c5afe2d880302d35dd6aaae6','Successfully executed action: %s',NULL,NULL,'','LINE',NULL,10,'','512379b0ddc075441e7f372a1ea1e509','',NULL),(18777,'en','woocommerce','28cecd82df34d9f13c9771c626ae9124','Successfully processed change for action: %s',NULL,NULL,'','LINE',NULL,10,'','d775b4555aa2d35e3cf2429fc1b2de20','',NULL),(18778,'en','woocommerce','9a05673d5c93a06616824c45d7be625a','Suceava',NULL,NULL,'','LINE',NULL,10,'','b1e939487eb721e26c3ad3cfda6735be','',NULL),(18779,'en','woocommerce','d355e59c93060cea7ca56ef4f13d45fd','Sud Sardegna',NULL,NULL,'','LINE',NULL,10,'','e4ee07628d459058967890af915c25d8','',NULL),(18780,'en','woocommerce','74458a3d3e5f3074226b1f9fa23c9163','Sudan',NULL,NULL,'','LINE',NULL,10,'','c71c60945fd7af1319f986aec63ba932','',NULL),(18781,'en','woocommerce','8d74711f24cc0ec6958c466205b8a148','Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits.',NULL,NULL,'','LINE',NULL,10,'','c0d275de90081b1287a4c6cd6b7fa4a3','',NULL),(18782,'en','woocommerce','cda3c97966f9a627c6f1f525525ea0c5','Sukhothai',NULL,NULL,'','LINE',NULL,10,'','580748dabf1eba54eb69e40f7fb55732','',NULL),(18783,'en','woocommerce','6fff7534a3d916e37d4b4ce2a9984ac7','Sulawesi Barat',NULL,NULL,'','LINE',NULL,10,'','f5fae56580d9ebcfbb51d9743ec4628c','',NULL),(18784,'en','woocommerce','10696bd67bab24bd342e026456e2b3e8','Sulawesi Selatan',NULL,NULL,'','LINE',NULL,10,'','8f156cda8d2850e17d41b3c8dd70260f','',NULL),(18785,'en','woocommerce','43b8b98ba68422684d85574239d61c8a','Sulawesi Tengah',NULL,NULL,'','LINE',NULL,10,'','13d1759be1c48057c17ffd7b00fc242f','',NULL),(18786,'en','woocommerce','2b0024b8ec5ac69804e23827c5654dd2','Sulawesi Tenggara',NULL,NULL,'','LINE',NULL,10,'','f2eb07ed6305cfd03bf6fb0cf1cc0716','',NULL),(18787,'en','woocommerce','98e70e3e0ec304968c02f49eb4b5da69','Sulawesi Utara',NULL,NULL,'','LINE',NULL,10,'','479e1a599329a78ffc40ab9c625138cb','',NULL),(18788,'en','woocommerce','898fce53143f47ff0090ae4299105559','Sultan Kudarat',NULL,NULL,'','LINE',NULL,10,'','002a8c7e75a83e6c3c6384ec699ca2ec','',NULL),(18789,'en','woocommerce','721cd040cd2471d90320c00ea0e6b0df','Sulu',NULL,NULL,'','LINE',NULL,10,'','0e14fc55a71b75d2059d15095e354018','',NULL),(18790,'en','woocommerce','b34e084adf370750b8e44cda49de4965','Sum of all taxes.',NULL,NULL,'','LINE',NULL,10,'','42eb9dff8e14770adb2b1bf88bb09558','',NULL),(18791,'en','woocommerce','7776f272d4ed270537552186dce0ab0a','Sum of line item taxes only.',NULL,NULL,'','LINE',NULL,10,'','00382b1e90e00ee2bde7ca14272b6515','',NULL),(18792,'en','woocommerce','c0bf2ccec244f82310aceb9c63a5591f','Sumatera Barat',NULL,NULL,'','LINE',NULL,10,'','76f97b4d3a5585e289186e322dd60348','',NULL),(18793,'en','woocommerce','ffbb201dde191301928573e181a65127','Sumatera Selatan',NULL,NULL,'','LINE',NULL,10,'','5d18eb803be356caeb6d3336b478b9be','',NULL),(18794,'en','woocommerce','7e91b873453d421cfde311bd17773055','Sumatera Utara',NULL,NULL,'','LINE',NULL,10,'','e42d8f252ab1c2438ec1feb2f881d8c5','',NULL),(18795,'en','woocommerce','60fea6a453003b90a95115b39a1a7b16','Sunamganj',NULL,NULL,'','LINE',NULL,10,'','456f5a07c8b6a9e9f182032624f2be69','',NULL),(18796,'en','woocommerce','259544b9fa6053f3eb934345af332467','Suphan Buri',NULL,NULL,'','LINE',NULL,10,'','aaa728a02a949028e5cd76fd509cd7ed','',NULL),(18797,'en','woocommerce','10f108013b980e60f8cf614c35ffbb27','Supported features for this payment gateway.',NULL,NULL,'','LINE',NULL,10,'','a24f6f0862d3db9e680a3e746f5efb81','',NULL),(18798,'en','woocommerce','032af51fc708010953d58326f3a2fa67','Supports the following placeholders: <code>[qty]</code> = number of items, <code>[cost]</code> = cost of items, <code>[fee percent=\"10\" min_fee=\"20\"]</code> = Percentage based fee.',NULL,NULL,'','LINE',NULL,10,'','e66745c5c4d25d9d2f851f78d80dc692','',NULL),(18799,'en','woocommerce','75d32d219c5589eb557db3ac58ea8407','Surat Thani',NULL,NULL,'','LINE',NULL,10,'','8a495c878c17c7756fcb08056cf73b85','',NULL),(18800,'en','woocommerce','479e4bfe139f08e59f3ebae055e04f61','Surigao del Norte',NULL,NULL,'','LINE',NULL,10,'','f18be1141b95e218e079bd0d99076593','',NULL),(18801,'en','woocommerce','ecc2bf9a01b95abbb1c1b994e2a7049f','Surigao del Sur',NULL,NULL,'','LINE',NULL,10,'','6daef58a8a06b3569730e7df25d68eaa','',NULL),(18802,'en','woocommerce','3c1728cc0f41f694c2be88f957cef0ae','Surin',NULL,NULL,'','LINE',NULL,10,'','c96ed79057fdfe5cbf28ce1b24ebb11e','',NULL),(18803,'en','woocommerce','64446ac025106d201779cb4bf5ab6b2e','Suriname',NULL,NULL,'','LINE',NULL,10,'','3f18ba9cadffad87a8795b7f7823791b','',NULL),(18804,'en','woocommerce','1ab64d3704503fc7822d8ea1abdb837a','Svalbard and Jan Mayen',NULL,NULL,'','LINE',NULL,10,'','248d5c480a9d66f287d0707c3a1c9a1e','',NULL),(18805,'en','woocommerce','f82b1495fed28936b2fc31c3ba4f882f','Swaziland',NULL,NULL,'','LINE',NULL,10,'','bdab66e4cbd65c418fcb71b55d2da81d','',NULL),(18806,'en','woocommerce','c8f4261f9f46e6465709e17ebea7a92b','Sweden',NULL,NULL,'','LINE',NULL,10,'','0b96a0822f540a039a7377ac85208610','',NULL),(18807,'en','woocommerce','87a4b000f3f3ee1e3c47c871e035507e','Switch months.',NULL,NULL,'','LINE',NULL,10,'','b0c0e9a4e299d65095a97014e116b2e5','',NULL),(18808,'en','woocommerce','3ad08396dc5afa78f34f548eea3c1d64','Switzerland',NULL,NULL,'','LINE',NULL,10,'','6b3a133b5a57f08fe835897b58f65bbd','',NULL),(18809,'en','woocommerce','4ed7735c546334efbdfe90861029b843','Sylhet',NULL,NULL,'','LINE',NULL,10,'','97cf3adadbac8d54a121d8a8ae5c7733','',NULL),(18810,'en','woocommerce','465718d0a1bc8363ad01390923fad5d1','Syria',NULL,NULL,'','LINE',NULL,10,'','1285b8d7f20b03481b9b6251443ddee5','',NULL),(18811,'en','woocommerce','d7aa51a9fae0cbade530f7fc919574ab','System status',NULL,NULL,'','LINE',NULL,10,'','8857eddeb1dee0fcc65a3ddf060d4fc8','',NULL),(18812,'en','woocommerce','1050540262a398df346c8e966ee43e2b','Szabolcs-Szatmár-Bereg',NULL,NULL,'','LINE',NULL,10,'','410f7447f70b41d1ef0330d9d85079f3','',NULL),(18813,'en','woocommerce','d2fd56af1734653a658babb6422a8e40','TAX',NULL,NULL,'','LINE',NULL,10,'','c0a23ec3e96e53980ebeb485f14640fd','',NULL),(18814,'en','woocommerce','15a24b6829ec6fc556d72bd4cf45fcf9','Tabasco',NULL,NULL,'','LINE',NULL,10,'','3d12d0c48d2e8c29baa4463a660b0ce7','',NULL),(18815,'en','woocommerce','ff9bdb77b92210f7fbca80d93d7d8efb','Table does not exist',NULL,NULL,'','LINE',NULL,10,'','a6f505e6d96c91fbace142b83e13c951','',NULL),(18816,'en','woocommerce','cd2965920bb11325631b8a313dc4ec7b','Tabora',NULL,NULL,'','LINE',NULL,10,'','aa4c4e2ac618775558730374aa57a683','',NULL),(18817,'en','woocommerce','d3eace1cb0a2618d951c47b9aceee746','Tacna',NULL,NULL,'','LINE',NULL,10,'','cde136c1362ce5d437a9d774ba26f0af','',NULL),(18818,'en','woocommerce','f22981001ab8bd803f604c471fe01028','Tag ID.',NULL,NULL,'','LINE',NULL,10,'','83d4114f1fe041d6bfdec6c3a2169810','',NULL),(18819,'en','woocommerce','e022a989ff11a2dca13036a0e5e279a2','Tag name.',NULL,NULL,'','LINE',NULL,10,'','0bf32d4330ab57d3a7587ba8dd703621','',NULL),(18820,'en','woocommerce','947c6dcf88cf3fd3e288bf5f92f89fbc','Tag search results updated.',NULL,NULL,'','LINE',NULL,10,'','f3e8f8e9196ae056d4b87a56606e6b11','',NULL),(18821,'en','woocommerce','198c1c69becced23ef0b0904a09e2990','Tag slug.',NULL,NULL,'','LINE',NULL,10,'','cd5daa9aec74b335d57f19bff7023396','',NULL),(18822,'en','woocommerce','1ead18fd5e22209679c120bab717a6f2','Tag:',NULL,NULL,'','LINE',NULL,10,'','836601cceeddde93312733f35e43ac9c','',NULL),(18823,'en','woocommerce','32b502f33a535f75dcbf63f6753c631e','Tags:',NULL,NULL,'','LINE',NULL,10,'','268ee81200540560f237f3c18d7b8580','',NULL),(18824,'en','woocommerce','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,10,'','05f49c7c8276a113aaa4c0f2e573999c','',NULL),(18825,'en','woocommerce','a81f3a8e6de9214e93e78d0ac89fbcba','Tags (comma separated)',NULL,NULL,'','LINE',NULL,10,'','777e8403ef124fc9dfae7a455151ffb4','',NULL),(18826,'en','woocommerce','e1ac23097bd2e69587c4183f00190225','Tags (space separated)',NULL,NULL,'','LINE',NULL,10,'','54816efdd65182e530bf74ed6e5e59c4','',NULL),(18827,'en','woocommerce','378cadccd4568eb1210aeacf84f4c447','Tags totals.',NULL,NULL,'','LINE',NULL,10,'','4854d21a8f39f1560b9a0d6c6a011be4','',NULL),(18828,'en','woocommerce','551fe18ef47d4e6e9d943b9a68ada21d','Taiwan',NULL,NULL,'','LINE',NULL,10,'','7b21b4756837c85d99c0d34e7e7b8f87','',NULL),(18829,'en','woocommerce','b5a9722262bbb7a7449ebc0f4394c901','Tajikistan',NULL,NULL,'','LINE',NULL,10,'','c110894e062db02096f43ac2d8fce13c','',NULL),(18830,'en','woocommerce','f6c5dc9e87737f27cbffe323def199af','Tak',NULL,NULL,'','LINE',NULL,10,'','4b6f1792c7736651f225b57910c68914','',NULL),(18831,'en','woocommerce','35988d68d3987c74e296c64c5843020a','Take payments in person via BACS. More commonly known as direct bank/wire transfer',NULL,NULL,'','LINE',NULL,10,'','608efe70f16faa72eecbc699cc65c921','',NULL),(18832,'en','woocommerce','1e3a8c80b69e3b33941a656823fbbe36','Take payments in person via checks. This offline gateway can also be useful to test purchases.',NULL,NULL,'','LINE',NULL,10,'','b317f30dc0e2348a8715990f81e84b87','',NULL),(18833,'en','woocommerce','5b9a4a7c1a7f4fec978ef7121233e536','Tamaulipas',NULL,NULL,'','LINE',NULL,10,'','eacdec9b881d86e2cd8633e456cadeac','',NULL),(18834,'en','woocommerce','3a2d6295a828fc1ec5084af382b61e35','Tamil Nadu',NULL,NULL,'','LINE',NULL,10,'','5e8975e526efd624fa2755607ad074f0','',NULL),(18835,'en','woocommerce','a65990b83ee6d5875df126ff65f0492d','Tanga',NULL,NULL,'','LINE',NULL,10,'','2ddd5c067e42fdc5621b2540c09d1ac8','',NULL),(18836,'en','woocommerce','5b0baa47f276b1f1e575c579a181a24c','Tangail',NULL,NULL,'','LINE',NULL,10,'','f1189585379b9ffb95ae48d3a28b3238','',NULL),(18837,'en','woocommerce','c03b1123e45fa00da3142e0424ee5eec','Tanzania',NULL,NULL,'','LINE',NULL,10,'','14a3357ac6b481279160b5fbf3b3a42c','',NULL),(18838,'en','woocommerce','5806b11afe6202df99cc3efde889633d','Taraba',NULL,NULL,'','LINE',NULL,10,'','f665e0ec52f04aa232a285272a32c46c','',NULL),(18839,'en','woocommerce','1329b9132238e10d98a2ded6259f8166','Taraclia',NULL,NULL,'','LINE',NULL,10,'','63a47f75e5660845467515e378db33ec','',NULL),(18840,'en','woocommerce','fb699e1804db4f9e5f235802844708ec','Taranaki',NULL,NULL,'','LINE',NULL,10,'','47616d36280b7b7952beeb01bb26e7a9','',NULL),(18841,'en','woocommerce','88043eda5977360180523d0476cf4756','Taranto',NULL,NULL,'','LINE',NULL,10,'','1cd3438229b42d2b14cc0290ffe6e89a','',NULL),(18842,'en','woocommerce','a9b1f14da7167abe704134e000cc0935','Targovishte',NULL,NULL,'','LINE',NULL,10,'','9943a5454d4bb1ceeecf9b9acc6929ec','',NULL),(18843,'en','woocommerce','e22a13cdc7957338d6853d0e4a056608','Tarija',NULL,NULL,'','LINE',NULL,10,'','35a2dfbe18e23789a88b2de50937bac5','',NULL),(18844,'en','woocommerce','17060422feb1a757aedcb7b796bbdb0b','Tarlac',NULL,NULL,'','LINE',NULL,10,'','8456d81261a447cf10439f2840933d6d','',NULL),(18845,'en','woocommerce','7b50b54126b9a60c35c2f451bd532373','Tarragona',NULL,NULL,'','LINE',NULL,10,'','52f53bcfd681d88d40ac294e72229eea','',NULL),(18846,'en','woocommerce','0ff4ce7c07739a71312e134abed679ce','Tasman',NULL,NULL,'','LINE',NULL,10,'','77b833b1afab24b7bc8b7260508f65a5','',NULL),(18847,'en','woocommerce','c844c19bdbe33b9c547d94dd580ea642','Tasmania',NULL,NULL,'','LINE',NULL,10,'','c0e202e73351ad532928e9b126df5c20','',NULL),(18848,'en','woocommerce','c38a6698f16b86f8dd4720afccf98d69','Tawi-Tawi',NULL,NULL,'','LINE',NULL,10,'','e3d1dfa185dc71f481f1829f1ec78602','',NULL),(18849,'en','woocommerce','617fe2857b30555c036a380e07ce16e3','Tax amount',NULL,NULL,'','LINE',NULL,10,'','7447ead4f610789fabc6bc831fdd65c2','',NULL),(18850,'en','woocommerce','7b13be9d92f0518338eb0b95fe3161f7','Tax class',NULL,NULL,'','LINE',NULL,10,'','5dcba924b7f5842b9c9db8955214df21','',NULL),(18851,'en','woocommerce','f5beb1ce80fae68918844d9b155f0584','Tax class already exists',NULL,NULL,'','LINE',NULL,10,'','5dc28d54dfd7d948f735c067de474176','',NULL),(18852,'en','woocommerce','e989283395f62deb0a09d876bcf5801a','Tax class name.',NULL,NULL,'','LINE',NULL,10,'','e2c8348259f1a8216d549394be266cc6','',NULL),(18853,'en','woocommerce','09502d3183964e953d10c1c16944f947','Tax class of fee.',NULL,NULL,'','LINE',NULL,10,'','642dbc56456c3bdda95c3d146404314c','',NULL),(18854,'en','woocommerce','55344f8eef16187ce79386c1f2e464fb','Tax class of product.',NULL,NULL,'','LINE',NULL,10,'','94b7a2ca5e16bb4165d1af5bbfd2b0e0','',NULL),(18855,'en','woocommerce','b72f74cf43e2e92acbb6bbba320d0330','Tax class requires a valid name',NULL,NULL,'','LINE',NULL,10,'','4630b1774d56e24dcde112f2c3c92c00','',NULL),(18856,'en','woocommerce','eedcd9c7c1ef09a9b22771ee457f574c','Tax class slug already exists',NULL,NULL,'','LINE',NULL,10,'','d6971cd0ba86bd56490ef266125ccdef','',NULL),(18953,'en','woocommerce','4187794b3b7c0f6a8eba56ec4553efe2','Tax class.',NULL,NULL,'','LINE',NULL,10,'','df90c0defa0c1c44f0a47107751c9f75','',NULL),(18954,'en','woocommerce','55918cc14857da18f68a980405db6579','Tax lines data.',NULL,NULL,'','LINE',NULL,10,'','c6ee902480b724479e152c2bd4e7dcc9','',NULL),(18955,'en','woocommerce','42eca1f8261fa3796e6bffb86a89869d','Tax name',NULL,NULL,'','LINE',NULL,10,'','6353e4ddb7c689ed05e6070733706fab','',NULL),(18956,'en','woocommerce','592e686e9bc7c13194f4f87e7bca59d1','Tax priority.',NULL,NULL,'','LINE',NULL,10,'','f8723b2a67ed9974398615274bbd028a','',NULL),(18957,'en','woocommerce','2c24fc8265a7c83d21d7a38aee9a313d','Tax rate ID.',NULL,NULL,'','LINE',NULL,10,'','3f3b30164b4ee2e3398a08577c7b6120','',NULL),(18958,'en','woocommerce','c7b3831fa5a0b36b915f6a8e655f9cae','Tax rate ID: %s',NULL,NULL,'','LINE',NULL,10,'','c60847882a170bb31a92a8d8f1af021b','',NULL),(18959,'en','woocommerce','6ebd8d28e446b6d752ae841f94476504','Tax rate code.',NULL,NULL,'','LINE',NULL,10,'','57814b1d28373716eb2ee265da72d550','',NULL),(18960,'en','woocommerce','d03a095c60386decd1052af56b55ff3a','Tax rate label.',NULL,NULL,'','LINE',NULL,10,'','86a4347da531b14795487a47d6eceb1a','',NULL),(18961,'en','woocommerce','19c796d209f029a13932991310232c63','Tax rate name.',NULL,NULL,'','LINE',NULL,10,'','ca9ecd3333e53e11433f12a1d68fe405','',NULL),(18962,'en','woocommerce','49eb18c7fb26db33e24d0709d98c1241','Tax rate.',NULL,NULL,'','LINE',NULL,10,'','948978438cbf17c4d906bb59bcbf80c8','',NULL),(18963,'en','woocommerce','431da3ce0ed59f66c351f3766a1faa9b','Tax rates successfully deleted',NULL,NULL,'','LINE',NULL,10,'','1e586cb125c7c74040a675aec0241eb3','',NULL),(18964,'en','woocommerce','ffb6fa2f993f4e58de2372d95ab269ef','Tax status',NULL,NULL,'','LINE',NULL,10,'','ed48593ff03fc8fa5dd3e8190fa6cf1e','',NULL),(18965,'en','woocommerce','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,10,'Tax status','c084bd1fb4971f7c3b2011bbacca7b6d','',NULL),(18966,'en','woocommerce','aacafa8fe68b43c923724d9d53c382c5','Tax status of fee.',NULL,NULL,'','LINE',NULL,10,'','8f08fba1fa5dbafeef0ff7a8a8b6596b','',NULL),(18967,'en','woocommerce','420c814980273afaf94eb9457852253d','Tax status.',NULL,NULL,'','LINE',NULL,10,'','72b2ac58badfff6cc37860eac8423262','',NULL),(18968,'en','woocommerce','142e63a5860a78a0b52d5a13d6cc3929','Tax subtotal.',NULL,NULL,'','LINE',NULL,10,'','3339599a0066fc888b135eb41e32bfb8','',NULL),(18969,'en','woocommerce','e8b836f89e0b6a1d644595958ee5fa68','Tax total (not including shipping taxes).',NULL,NULL,'','LINE',NULL,10,'','c57b32a0ca51eac286e824a1f6588c25','',NULL),(18970,'en','woocommerce','d58fe42fc2ebe10b07aa33e24cc77578','Tax total.',NULL,NULL,'','LINE',NULL,10,'','b8c29c62bab172d9c7931cf009c63e25','',NULL),(18971,'en','woocommerce','e66cc9d5be78ded7877579769fb093a2','Taxable',NULL,NULL,'','LINE',NULL,10,'','c0aca93c3f65725e70612527b1dc8ef0','',NULL),(18972,'en','woocommerce','719fec04166d6fa75f89cd29ad61fa8c','Taxes',NULL,NULL,'','LINE',NULL,10,'','990d06ed003617c0960deaadce1b1e14','',NULL),(18973,'en','woocommerce','68db3ef480e26ecb05fe7e81b0df73fb','Taxes by code',NULL,NULL,'','LINE',NULL,10,'','644a9e6173f28a9eff98c2d60bd6054f','',NULL),(18974,'en','woocommerce','e0043ba10b0698d36c321bb7285b872b','Taxes by date',NULL,NULL,'','LINE',NULL,10,'','907682987a5438b3a9cb364a6388dd89','',NULL),(18975,'en','woocommerce','6553478f2030ca23cb1aea483a1791c9','Taxes do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','4e32c4a9afd5cc1ea9ff7b0518676c84','',NULL),(18976,'en','woocommerce','25b406b5690ae2605a299616a22834d5','Taxonomies: Product types',NULL,NULL,'','LINE',NULL,10,'','4f39ba299efec1121dd17a882be0cdc9','',NULL),(18977,'en','woocommerce','ce08446fbfc2707204f71fe30900f41b','Taxonomies: Product visibility',NULL,NULL,'','LINE',NULL,10,'','6b2e54296273686fcdd196607782c2ef','',NULL),(18978,'en','woocommerce','d190f548b58b391b40b1b93df4d2c250','Taxonomy does not exist.',NULL,NULL,'','LINE',NULL,10,'','b28c1ff679d861d4aea96a4dcba929c0','',NULL),(18979,'en','woocommerce','f45394af7987b39406134db312a92af6','Taxonomy terms for product/order statuses.',NULL,NULL,'','LINE',NULL,10,'','d7b4236e617e15b5a205bb1dedf32745','',NULL),(18980,'en','woocommerce','078157e6e61b6ccddfd32925611b597b','Tehran (تهران)',NULL,NULL,'','LINE',NULL,10,'','e455856c54975d277137d86aa070ebab','',NULL),(18981,'en','woocommerce','a1829419fc79e53885a3140ec9495130','Tekirdağ',NULL,NULL,'','LINE',NULL,10,'','415ecaee92c5eb1122d02e5987d6fb71','',NULL),(18982,'en','woocommerce','387589377125beb163bf2d65e5f3212d','Telangana',NULL,NULL,'','LINE',NULL,10,'','d5d1ffb33296362190830948a4867b91','',NULL),(18983,'en','woocommerce','22b4f7f9c25f029211a984d728f1d706','Telenești',NULL,NULL,'','LINE',NULL,10,'','3f4575a4fbd4be51181189ce65e93f2c','',NULL),(18984,'en','woocommerce','1c0ccf57202f6634e3cb7f978b439c0b','Teleorman',NULL,NULL,'','LINE',NULL,10,'','9aa64e22474ae57274f7792d0e9ba074','',NULL),(18985,'en','woocommerce','a9c8f3e00b35427c93e1c78d2edf9bc5','Template file copied to theme.',NULL,NULL,'','LINE',NULL,10,'','0efe444172d7c13f310aeac30409015d','',NULL),(18986,'en','woocommerce','f8d82f98030f0d0649bf469645172c2b','Template file deleted from theme.',NULL,NULL,'','LINE',NULL,10,'','059ad8026ae25d862a5d9dfc84925c5b','',NULL),(18987,'en','woocommerce','c15b01c5bda54fd10dd3da03c6160fe9','Template overrides.',NULL,NULL,'','LINE',NULL,10,'','40e76f8c33de0ff06459f388e74d1727','',NULL),(18988,'en','woocommerce','7df96b18c230f90ada0a9e2307226338','Templates',NULL,NULL,'','LINE',NULL,10,'','abb46e66c2866e70fd0111f85bd5e70c','',NULL),(18989,'en','woocommerce','a5c53b081bf565526eb3779db999becf','Tennessee',NULL,NULL,'','LINE',NULL,10,'','dff3da9b996312aedfef61939a826751','',NULL),(18990,'en','woocommerce','3fabb2cb9badda677219ecef57335985','Teramo',NULL,NULL,'','LINE',NULL,10,'','bbc8b3e64223ae70a9ff1465c7830963','',NULL),(18991,'en','woocommerce','f6356f4f1f76dfabae4af78dc78bd47e','Terengganu',NULL,NULL,'','LINE',NULL,10,'','5db868a37fc34960b6e1273c70664fad','',NULL),(18992,'en','woocommerce','fde9b4af01ce22774f4a6ae6b71ed06a','Term ID',NULL,NULL,'','LINE',NULL,10,'','658117e39ff244afe0b0664547c5847e','',NULL),(18993,'en','woocommerce','807268b62f22ba30a55b645568132463','Term counts',NULL,NULL,'','LINE',NULL,10,'','b43dda0037b3c396759ca2bdbac9f3f2','',NULL),(18994,'en','woocommerce','3f5fab177a092330ea7a5238e7c356e0','Term name.',NULL,NULL,'','LINE',NULL,10,'','5272e90280bf139bc5cf3de15f7ae667','',NULL),(18995,'en','woocommerce','6f1bf85c9ebb3c7fa26251e1e335e032','Terms',NULL,NULL,'','LINE',NULL,10,'','5164e8d3f99579478e097c41a33a5a41','',NULL),(18996,'en','woocommerce','316ac776c754792738f414fc922f131b','Terms and Conditions Page',NULL,NULL,'','LINE',NULL,10,'','31ca422d4af7c1bd7548e9f298b1f6f7','',NULL),(18997,'en','woocommerce','b1a78b031896d38004b7a53ac568b7b6','Terms in the product visibility taxonomy.',NULL,NULL,'','LINE',NULL,10,'','8311b0c8006ad8dc198e41fe5ac9ef6d','',NULL),(18998,'en','woocommerce','47cdfe962ca3f32fefde24f52c309491','Terms successfully recounted',NULL,NULL,'','LINE',NULL,10,'','9147196326a5bfc81d86ab81ed9c3421','',NULL),(18999,'en','woocommerce','a71a1712c4baf8d1108e6f09cfc9d4f5','Terni',NULL,NULL,'','LINE',NULL,10,'','331b5dc63d81a2d946eea2467fa58c79','',NULL),(19000,'en','woocommerce','d30b2ef5257fe23d35e40f36bf2807d9','Teruel',NULL,NULL,'','LINE',NULL,10,'','13c43ca6a039a9a8d42a245d9cccb33a','',NULL),(19001,'en','woocommerce','c8eea0263996e7c4cafd8963d5f302e2','Test drive the future of WooCommerce. A quicker, javascript powered interface with exciting new features and reports.',NULL,NULL,'','LINE',NULL,10,'','a6b4a310132fb426aa7822f249fc5bf4','',NULL),(19002,'en','woocommerce','ec0717ef319e0f36be8bf329cdd55f16','Tested up to WooCommerce version',NULL,NULL,'','LINE',NULL,10,'','85827301c5b1056efd10cd674dab61f0','',NULL),(19003,'en','woocommerce','86871c416a7dbed7e5cc229d143d8d82','Texas',NULL,NULL,'','LINE',NULL,10,'','487429ee0ed2911bb7b0281ac5e55dba','',NULL),(19004,'en','woocommerce','9e1261bcd98d899a0e1ff728f5df6af4','Text to appear below the main email content.',NULL,NULL,'','LINE',NULL,10,'','aef3d661a81481f27b53d776274d81dd','',NULL),(19005,'en','woocommerce','103357e3e40a9c0e4e9d36110f7bbc7a','Thailand',NULL,NULL,'','LINE',NULL,10,'','54b62f57a4cb8d4e76877b29bea02bb1','',NULL),(19006,'en','woocommerce','8165c6ef3b3d0eef1c84e43fd44c0a99','Thakurgaon',NULL,NULL,'','LINE',NULL,10,'','b61668dc7084fab54d857d411c0a25d3','',NULL),(19007,'en','woocommerce','6c2024e212deb2c5f8e03c83e6c871e1','Thank you for selling with WooCommerce.',NULL,NULL,'','LINE',NULL,10,'','e5a1220a926aa1300c24de76dbf9d4b3','',NULL),(19008,'en','woocommerce','0f9b4be6207d496fc281b0cce2eeed3b','Thank you for your order',NULL,NULL,'','LINE',NULL,10,'','5d4c602cd4ef44c947128d5611e67abb','',NULL),(19009,'en','woocommerce','2afe257b1674f4160f5297c50bb8ab77','Thank you. Your order has been received.',NULL,NULL,'','LINE',NULL,10,'','76bb636b49cd1c4399997becfdb1388f','',NULL),(19010,'en','woocommerce','44bf63f10c8a83e36a9b2e1a399c5d1e','Thanks :)',NULL,NULL,'','LINE',NULL,10,'','4072a5c7f561e0a12302a4b642f35784','',NULL),(19011,'en','woocommerce','bf45206d10b1656d86ad6c6bd5b7a639','Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s',NULL,NULL,'','LINE',NULL,10,'','08bdf8096249a0df45ee7a04c7501b20','',NULL),(19012,'en','woocommerce','3c0dd6c8f7131a0f63acbde3fc92ea82','Thanks for reading.',NULL,NULL,'','LINE',NULL,10,'','a29d94070bb6ca4efdac547c9fbc5dd1','',NULL),(19013,'en','woocommerce','dd802a07acb9ad6c2116322207533ac5','Thanks for shopping with us',NULL,NULL,'','LINE',NULL,10,'','510b48c28a9c045cd93557e78e572a8f','',NULL),(19014,'en','woocommerce','04e3e0dd82152762a144e815e0d9ce97','Thanks for shopping with us.',NULL,NULL,'','LINE',NULL,10,'','c4e1bf0d97e02c69e026232cc1b47117','',NULL),(19015,'en','woocommerce','8d72e10e1fda5ed69f195644bd3fd0ed','Thanks for using Jetpack! Your store is almost ready: to activate services like %s, just connect your store.',NULL,NULL,'','LINE',NULL,10,'','8087ff704dd7d3a0271164521ca650be','',NULL),(19016,'en','woocommerce','7c0b7296a0ac32e504f6337ca6b08197','Thanks for using {site_address}!',NULL,NULL,'','LINE',NULL,10,'','982950931cd40581013fe2b812574068','',NULL),(19017,'en','woocommerce','85098f0149823478b0309c7b74d52f21','Thanks for your order. It’s on-hold until we confirm that payment has been received. In the meantime, here’s a reminder of what you ordered:',NULL,NULL,'','LINE',NULL,10,'','f575863255317d651726c2675147a979','',NULL),(19018,'en','woocommerce','161a91358a8913b8b2f7d9ac66e1ef30','The \"%s\" payment method is currently disabled',NULL,NULL,'','LINE',NULL,10,'','a5b3b2815b9ca36bcdd05e43867fe68d','',NULL),(19019,'en','woocommerce','d0dbaf22e325bf78f0b7ff2742e61eb0','The \"%s\" payment method is currently enabled',NULL,NULL,'','LINE',NULL,10,'','9e9b75948b44c19b8fb4414be4ae29ca','',NULL),(19020,'en','woocommerce','a545e2b529754184eb80f69c180cc061','The \"locations not covered by your other zones\" zone cannot be updated.',NULL,NULL,'','LINE',NULL,10,'','eec08232078a1b0dcaf328153c836272','',NULL),(19021,'en','woocommerce','93d9a7ad02f44fe7745573b189bb9fa8','The %s cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','a410ef9d347cf4bd9aa68b69de0e1985','',NULL),(19022,'en','woocommerce','f393a0425966d94f7fa7fa6ac272a42b','The %s class can only be run within WP CLI.',NULL,NULL,'','LINE',NULL,10,'','10e83e3f9f721e0d1674e818e122b176','',NULL),(19023,'en','woocommerce','1594a5adad25508f1a76a1c09e892b5b','The %s does not support trashing.',NULL,NULL,'','LINE',NULL,10,'','703077aa9c460d2f51bb9bfa44febaf1','',NULL),(19024,'en','woocommerce','121ccea704afb60a288f182017a97a6d','The %s has already been deleted.',NULL,NULL,'','LINE',NULL,10,'','66c0a1b7bb573e2999d12168064d25c5','',NULL),(19025,'en','woocommerce','edb04364ab6919db5757f29ff43a28c9','The %s is not a valid URL',NULL,NULL,'','LINE',NULL,10,'','88b59c60c241df6b4594848ef7e6c208','',NULL),(19026,'en','woocommerce','9ca63de3b37d64c754ef190eae9f1586','The API key provided does not have read permissions.',NULL,NULL,'','LINE',NULL,10,'','b6397a767c0be48fce8766c590c9f1e0','',NULL),(19027,'en','woocommerce','f9e2d2445764344073701a8ccf2e7630','The API key provided does not have write permissions.',NULL,NULL,'','LINE',NULL,10,'','8390a5a2b44c0ca22189e8fad4da891e','',NULL),(19028,'en','woocommerce','cc93f4ad5ea23ee2287efa6b161241fe','The CSV is invalid.',NULL,NULL,'','LINE',NULL,10,'','934a32aebd4cfee9451a9fa4c8e7cb0c','',NULL),(19029,'en','woocommerce','36572d90b4725920e0948f2a8b5343c2','The GeoIP database from MaxMind is used to geolocate customers.',NULL,NULL,'','LINE',NULL,10,'','8738b928817a7aae5c9a6fde0301a3e6','',NULL),(19030,'en','woocommerce','4009711002fb4d5496c478a2bee4c334','The HTTP response code from the receiving server.',NULL,NULL,'','LINE',NULL,10,'','9d0dd8196ddf9aab84e795cc257af7a9','',NULL),(19031,'en','woocommerce','bd127feb3faba7f55d27947b07c079ab','The HTTP response message from the receiving server.',NULL,NULL,'','LINE',NULL,10,'','42799c3857d06159881a18a1567b5cbd','',NULL),(19032,'en','woocommerce','7e4d458ef9af40494e8318c70241af8e','The ID for the parent of the resource.',NULL,NULL,'','LINE',NULL,10,'','671c729935080c195a1724cbf2026dae','',NULL),(19033,'en','woocommerce','180de8e15cd3af68444a38c6187b32c4','The JSONP callback function is invalid',NULL,NULL,'','LINE',NULL,10,'','4e6959fec62425a29b7dcce1b87a4e9d','',NULL),(19034,'en','woocommerce','eb334bb1011d8b21ee6ef45c6f7c3131','The MaxMind GeoIP Database does not exist - Geolocation will not function. You can download and install it manually from %1$s to the path: %2$s. Scroll down to \"Downloads\" and download the \"MaxMind DB binary, gzipped\" file next to \"GeoLite2 Country\". Please remember to uncompress GeoLite2-Country_xxxxxxxx.tar.gz and upload the GeoLite2-Country.mmdb file only.',NULL,NULL,'','LINE',NULL,10,'','d010340a03c2c3a355097bb7d34eb5e4','',NULL),(19035,'en','woocommerce','f6679bc2a3c908e4ff3160d75869c050','The PayFast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs.',NULL,NULL,'','LINE',NULL,10,'','5c8db282a4c43171c2ee9afec4d8616d','',NULL),(19036,'en','woocommerce','b47f16ae09d609e8b6fddf949a144bbb','The Rest API is unavailable.',NULL,NULL,'','LINE',NULL,10,'','dce3c6c8c640bdb818ba9522275f079b','',NULL),(19037,'en','woocommerce','36642573861a6aa541a4556b173eaf4e','The SKU already exists on another product.',NULL,NULL,'','LINE',NULL,10,'','62be7f3b3dd9560ae64572ea9751bbb1','',NULL),(19038,'en','woocommerce','9d0b3b0325d2cd08fd5981ddf4a7ea19','The URL of your %s page (along with the Page ID).',NULL,NULL,'','LINE',NULL,10,'','02d298dad2d985364dac8dfc037627a2','',NULL),(19039,'en','woocommerce','f4135804f9c1ff835f9ef27a371a1d4a','The URL where the webhook payload is delivered.',NULL,NULL,'','LINE',NULL,10,'','e0cc4021a17bc082295c8eb100358833','',NULL),(19040,'en','woocommerce','00d9cfeb76edd0b8a439f89b147f0549','The URL where the webhook was delivered.',NULL,NULL,'','LINE',NULL,10,'','7fc10bfe4c60bc3e2276dce09e040ca6','',NULL),(19041,'en','woocommerce','98cca003a9af6af42801fcaab60a940e','The WooCommerce Helper plugin is no longer needed. <a href=\"%s\">Manage subscriptions</a> from the extensions tab instead.',NULL,NULL,'','LINE',NULL,10,'','0290f2aeb2e56ea9a590cfed5821da52','',NULL),(19042,'en','woocommerce','e06665e16899fbd650fd68f46449eb56','The WooCommerce REST API allows external apps to view and manage store data. Access is granted only to those with valid API keys.',NULL,NULL,'','LINE',NULL,10,'','8a6786da776c858353af458f2b86b692','',NULL),(19043,'en','woocommerce','9e1c20e4c4e72ae37b143d658450154e','The WooCommerce REST API package running on your site.',NULL,NULL,'','LINE',NULL,10,'','ea84bdb8349ab700e8aad0439df22e6b','',NULL),(19044,'en','woocommerce','da24cf8c1cdfb378c2259e6de687c33b','The amount of discount. Should always be numeric, even if setting a percentage.',NULL,NULL,'','LINE',NULL,10,'','6f355229b8639d1a2a8fa5adb2ed58ee','',NULL),(19045,'en','woocommerce','12a0a1ca9a9b1ec5edec269f6deb5703','The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)',NULL,NULL,'','LINE',NULL,10,'','52ce9d3c4501c0f129bc36b5b3fa59b6','',NULL),(19046,'en','woocommerce','70bfd80388666b02ddd369cd4ec495bb','The callback_url needs to be over SSL',NULL,NULL,'','LINE',NULL,10,'','1d2862c587eaf244dcbddb3cac940791','',NULL),(19047,'en','woocommerce','c79f80a90d5f6620b2381dc13f76c982','The cart has been filled with the items from your previous order.',NULL,NULL,'','LINE',NULL,10,'','5f474f7e75abb99a771cf5eb4e7e5d97','',NULL),(19048,'en','woocommerce','3f76a323c846e340d120e8ca24d28e30','The changes you made will be lost if you navigate away from this page.',NULL,NULL,'','LINE',NULL,10,'','c01d4edffe1cf4a80f1fd3e11279b28d','',NULL),(19049,'en','woocommerce','7078213da8ecd73bc7b3fa67528d4d73','The claim has been lost. Aborting current batch.',NULL,NULL,'','LINE',NULL,10,'','7ef9cc954a0e6f35594763cc23223141','',NULL),(19050,'en','woocommerce','45861eb9d342376fdef91c7cc7de5045','The class %1$s provided by %2$s filter must implement %3$s.',NULL,NULL,'','LINE',NULL,10,'','47e6ea9ae76754411694692464f1f186','',NULL),(19051,'en','woocommerce','0d39779e9a1c339126f2b07f3f1468c0','The class attached to the \"woocommerce_queue_class\" does not implement the WC_Queue_Interface interface. The default %s class will be used instead.',NULL,NULL,'','LINE',NULL,10,'','9ce576bedfce0a6c9f286b44ae241648','',NULL),(19052,'en','woocommerce','2832992dd645b1aab215679ec568fe58','The comment has already been trashed.',NULL,NULL,'','LINE',NULL,10,'','36480735d3eec2c54e71226bdd5f1efd','',NULL),(19053,'en','woocommerce','627f41fc806d2b30a902c0a1cd270271','The content for this block is hidden due to block settings.',NULL,NULL,'','LINE',NULL,10,'','9994d9673be0565fd1e93936bf85b065','',NULL),(19054,'en','woocommerce','50952d39e4b89cee37ddc2c47c015068','The content of the review.',NULL,NULL,'','LINE',NULL,10,'','bd012247aa1d71f7d9ad3a7b144c007f','',NULL),(19055,'en','woocommerce','4af6f7570355a1cd3a11b97273498f33','The coupon code already exists',NULL,NULL,'','LINE',NULL,10,'','5527aa128a1cc2400cbfe4aca78bb96d','',NULL),(19056,'en','woocommerce','dfbd35743b9a1309648e1191cb3c5570','The coupon code cannot be empty.',NULL,NULL,'','LINE',NULL,10,'','973c772b7b9c68ed4c52073971077945','',NULL),(19057,'en','woocommerce','1156df6dee04b7b2e66c470218bbfc9c','The coupon will expire at 00:00:00 of this date.',NULL,NULL,'','LINE',NULL,10,'','4434320578767a141d6b4d2ae14adf03','',NULL),(19058,'en','woocommerce','fe8aacc7b21c741090f564a9650002e8','The current language used by WordPress. Default = English',NULL,NULL,'','LINE',NULL,10,'','1e8a88140c8fcf271fc04a9054a849f1','',NULL),(19059,'en','woocommerce','5112636a896c1cba6b12e8dc49e510ca','The customer cannot be deleted',NULL,NULL,'','LINE',NULL,10,'','6f9f73df0c7af012cbc3c21f1b288a9e','',NULL),(19060,'en','woocommerce','2e3ead56cebccf73cd748933dded3925','The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via %1$sWP CLI%2$s.',NULL,NULL,'','LINE',NULL,10,'','c0f927873e84b85b3745cb48a16777dd','',NULL),(19061,'en','woocommerce','b0afd36564a9eb5dfc403c0270bdab88','The date of the customer last order, as GMT.',NULL,NULL,'','LINE',NULL,10,'','846c994e46efc63c61decea56fb220be','',NULL),(19062,'en','woocommerce','769256bebf6f42ae5bc8c7373222f5f2','The date the coupon expires, as GMT.',NULL,NULL,'','LINE',NULL,10,'','d99fa20ac8c30c665c3d9b75c7af5720','',NULL),(19063,'en','woocommerce','bfadf71173f48f3041d581a789263975','The date the coupon expires, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','0df38b66740fc855ed602e3c293340e1','',NULL),(19064,'en','woocommerce','deb3fc68c7b64b3c83a65ab6491df488','The date the coupon was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','de11c524b644c187d35917c420bf2e86','',NULL),(19065,'en','woocommerce','bebc5bc21a8edf6e422e3a59c34f1783','The date the coupon was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','3f2f348f464b8a52aa01ff9f136b4114','',NULL),(19066,'en','woocommerce','8c99669a3665341ae96cabc12af92ca6','The date the coupon was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','2772249848cab68fdd660d2815514b09','',NULL),(19067,'en','woocommerce','5201aa090d743849541974550e1f8470','The date the coupon was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','e1c99faafcc5645f4a94406bc3cffb66','',NULL),(19068,'en','woocommerce','49d05b08eb879a3bc7a00130ecdfb058','The date the customer was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','26e1fb7b28fe73d29d93dee8019c36c6','',NULL),(19069,'en','woocommerce','584977d31701d472fb3a395f2f0ba53c','The date the customer was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','0b71e9411a9c519d4ae4780536d578a3','',NULL),(19070,'en','woocommerce','562defa84d9cee37d2c012d1be58f29e','The date the customer was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','bc7b7a084c79a2aac243b29fa043782a','',NULL),(19071,'en','woocommerce','e087b5799076fd4e814e85661bf3a721','The date the customer was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','4e2dc8171b1d8c83e2d57e28dfc308d8','',NULL),(19072,'en','woocommerce','83b2ffe1854a3ffc17592ab2ff925edb','The date the image was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','0353d44f098083cb4e5ca015c7bc96b9','',NULL),(19073,'en','woocommerce','7556df63a37e196421f3c36adbe012c2','The date the image was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','761787e70622d577626b4d45abbd0251','',NULL),(19074,'en','woocommerce','8606e35c5e92420b62efc36b2a4fa676','The date the image was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','306b20dff75d30bc1ca68244057dc52b','',NULL),(19075,'en','woocommerce','edbf2c9fb863a9ddb37df198dc83c452','The date the image was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','a325b40ad6c7e1883df237b8630ca94e','',NULL),(19076,'en','woocommerce','34f923b4d24eb11a8aa514db17e91d8b','The date the order note was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','a0570788b62623d59336e2b23b506412','',NULL),(19077,'en','woocommerce','e0e4e1a223f4ba26343cfe166eb3c108','The date the order note was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','eecefdac1670e107ecc124fb5230b3c8','',NULL),(19078,'en','woocommerce','79a63e5f58efa2b9585033f14ce98c6a','The date the order refund was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','4adc3dd3706a9045b6c88dd711bebc18','',NULL),(19079,'en','woocommerce','ebf1b4cceb0de3658506970bb17113b9','The date the order refund was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','efa6e3fbe27a3157e3b30cf5f4e3e445','',NULL),(19080,'en','woocommerce','931bf8c9616cb22ed15403525fb45272','The date the order was completed, as GMT.',NULL,NULL,'','LINE',NULL,10,'','2cfc026054cbbe6bbf625cf9b3b36027','',NULL),(19081,'en','woocommerce','11137e2c8425bc7277370c6748b04fa4','The date the order was completed, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','a4d5b60dec6262bb89655fc78cdc7a3b','',NULL),(19082,'en','woocommerce','2df320414ec19502a1445d10f4504ade','The date the order was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','b0a6def82c8126f200a59fcf01f790f0','',NULL),(19083,'en','woocommerce','aeb1c560e9afd5d5044b449c73410cb5','The date the order was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','8fd559902dea4650f128921142d515f5','',NULL),(19084,'en','woocommerce','d5b18d955a038b2d0836e2a360e9f694','The date the order was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','d95ef382c172bb63ebc06c2d6c502e1b','',NULL),(19085,'en','woocommerce','30b9c82ad533bdd4c176d09c71a983fe','The date the order was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','96fc3af1868fb3be071814ac380399c4','',NULL),(19086,'en','woocommerce','b0fe3fb1d25f829aa8a6d2d5914dc079','The date the order was paid, as GMT.',NULL,NULL,'','LINE',NULL,10,'','b2485019aedb598ee519c7d203e2ab87','',NULL),(19087,'en','woocommerce','725f1971236d744da60366fbe47bd8d9','The date the order was paid, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','4eb98d683a7f69420731077175facc74','',NULL),(19088,'en','woocommerce','8dc49e2d5d66af170b68e01126f1a34b','The date the product was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','ff749bc3acdd51c59d2697bc04390afb','',NULL),(19089,'en','woocommerce','eaef007e00e8336ed4ed039e7ed81525','The date the product was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','6fbbfa1affdfc97a463e76e619176b73','',NULL),(19090,'en','woocommerce','d1cffbe4544bb833ac9fb821535248f8','The date the product was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','bc6c671573319eef30730d71360df083','',NULL),(19091,'en','woocommerce','e137731f1bf8da06c48cdb4cf496aafb','The date the product was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','e35d5eeb25fd9e15f87c4e572ab0ebc8','',NULL),(19092,'en','woocommerce','da555aa1f032f72c8ecf8b39f927abc6','The date the review was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','8ab16508bbd4a56d4d4477c9f39eef7b','',NULL),(19093,'en','woocommerce','2f1ca8e34c91b2c3736f8731bcbc97f9','The date the review was created, in the site\'s timezone in human-readable format.',NULL,NULL,'','LINE',NULL,10,'','c22e27d1ac81f249b6d4d99e17c17151','',NULL),(19094,'en','woocommerce','06486cdf0d462b836bc504ba497ad75f','The date the review was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','e1abb0208cc1f33f878a73837ed94e33','',NULL),(19095,'en','woocommerce','e54703355adf0129fd119010a481ec66','The date the variation was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','479e709d6f26cdffb97cf48037c86897','',NULL),(19096,'en','woocommerce','a59799aadb2114d55741a5d674373233','The date the variation was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','e6c8a35472b3d3af384ebe8904703fa8','',NULL),(19097,'en','woocommerce','72772bcc2cfc48a39194e5836bf639af','The date the webhook delivery was logged, as GMT.',NULL,NULL,'','LINE',NULL,10,'','68ef3a3519b948405902e5fb67bbc543','',NULL),(19098,'en','woocommerce','4f6a92f92d0d0efb0264fca886c5a5b3','The date the webhook delivery was logged, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','00a9f79623051cbb2c89977c8bc1fab0','',NULL),(19099,'en','woocommerce','6fea52b5bbcdc6f7da1aa95eeb118358','The date the webhook was created, as GMT.',NULL,NULL,'','LINE',NULL,10,'','c914cb0061a01ae396053dbac5eef171','',NULL),(19100,'en','woocommerce','1ed7fb4feed7db79add4be020571381f','The date the webhook was created, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','a76b1f3169081ae5f399ffb24525ca70','',NULL),(19101,'en','woocommerce','0d4fd8552a96c6bc98c0ad922ee6b55c','The date the webhook was last modified, as GMT.',NULL,NULL,'','LINE',NULL,10,'','e958b0149ea01001b357afa6a445698a','',NULL),(19102,'en','woocommerce','b883d56d084f307682bb1a00e4383d31','The date the webhook was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','f5306c751af17c670f7a9466f58d270d','',NULL),(19103,'en','woocommerce','20132fb7c85b0a538fbab8d348ad3921','The date when download access expires, as GMT.',NULL,NULL,'','LINE',NULL,10,'','4b469c843be73ea1c5cdadc9b4baa7c8','',NULL),(19104,'en','woocommerce','e4babf6677fb9cdd004ed9ccb8821f48','The date when download access expires, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,10,'','90844b4f220a160cced31b69b6a1ced4','',NULL),(19105,'en','woocommerce','635d7b080d97f86e6817716bef70348f','The date you provided is invalid.',NULL,NULL,'','LINE',NULL,10,'','4f605767720e822cd78372f79961c888','',NULL),(19106,'en','woocommerce','84a34e46e1714120fcd4fed3abac33bb','The decimal separator of displayed prices.',NULL,NULL,'','LINE',NULL,10,'','afc79df8f87b63a9d788b68051eb1966','',NULL),(19107,'en','woocommerce','005671f53ff08d2ce9690deadb48f929','The default timezone for your server.',NULL,NULL,'','LINE',NULL,10,'','fc0af8a117f68b0051f3815404a2f179','',NULL),(19108,'en','woocommerce','f632c2053df687fc60f79c8d2a744acd','The delivery duration, in seconds.',NULL,NULL,'','LINE',NULL,10,'','3316aef5e4a2c2127651d0d7a09ad304','',NULL),(19109,'en','woocommerce','42b260051d69f064ec190cb2701db21b','The downloadable file %1$s cannot be used as it does not have an allowed file type. Allowed types include: %2$s',NULL,NULL,'','LINE',NULL,10,'','99e42a6387515df6ff52ca17fcb672b4','',NULL),(19110,'en','woocommerce','6a7e693a1d904db7a1c43cd41cfe9866','The downloadable file %s cannot be used as it does not exist on the server.',NULL,NULL,'','LINE',NULL,10,'','f27237f06e97b4546ce0a658903f40ed','',NULL),(19111,'en','woocommerce','89e2bebcf630b7fa89e6da3770909119','The eWAY extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.',NULL,NULL,'','LINE',NULL,10,'','001ef845acce074eac61516d86fef394','',NULL),(19112,'en','woocommerce','b82f7e7f813f4c1228ef26c1776c5d0c','The email address for the customer.',NULL,NULL,'','LINE',NULL,10,'','a4c9df56675cf7682e91b54d813ce9f4','',NULL),(19113,'en','woocommerce','fa7a63c089997bf20211e2687232036b','The extension %s has been deactivated successfully.',NULL,NULL,'','LINE',NULL,10,'','f0149cd1b6f3704c85b3b9eaf758071e','',NULL),(19114,'en','woocommerce','7c249b15cf5f23c440910b82cb8fd9ae','The file does not exist, please try again.',NULL,NULL,'','LINE',NULL,10,'','46145c9bc874dc5e27e047964a3a543b','',NULL),(19115,'en','woocommerce','a8d32389dd8a915d14f8b0693c6e71e8','The file is empty or using a different encoding than UTF-8, please try again with a new file.',NULL,NULL,'','LINE',NULL,10,'','ab9a8315cf5e5337e7b3bdfee359a2b1','',NULL),(19116,'en','woocommerce','b840cae3e15d512e1355803bacd41a5a','The following active plugin(s) have not declared compatibility with WooCommerce %s yet and should be updated and examined further before you proceed:',NULL,NULL,'','LINE',NULL,10,'','5af107c70174f379a2d7b162bc4375a2','',NULL),(19117,'en','woocommerce','28787f558a0ea8defb612aa91276f531','The following addresses will be used on the checkout page by default.',NULL,NULL,'','LINE',NULL,10,'','8456567b4ee7ef63f8d5100e356de6ab','',NULL),(19118,'en','woocommerce','0e6e88d3bc1ddfdfe0fad231277da049','The following error was returned from the API',NULL,NULL,'','LINE',NULL,10,'','6fbe55e892f87abf6139df272bf0461c','',NULL),(19119,'en','woocommerce','af07e6909174426a1e8ac804ed761963','The following note has been added to your order:',NULL,NULL,'','LINE',NULL,10,'','73d45ebdd435e0cc46940390fe0c557d','',NULL),(19120,'en','woocommerce','4a5f32573873757148e7a06017e0a0e1','The following plugins will be installed and activated for you:',NULL,NULL,'','LINE',NULL,10,'','249d0ef00927c97816ad8d1bf8f6b326','',NULL),(19121,'en','woocommerce','2cf14fc713be26c19660e94ef9a1dff5','The following shipping methods apply to customers with shipping addresses within this zone.',NULL,NULL,'','LINE',NULL,10,'','5532da6622cdde0554aa13ed6a7e30df','',NULL),(19122,'en','woocommerce','7208ef18a67b2f6b3b4af109344bdf84','The following wizard will help you configure your store and get you started quickly.',NULL,NULL,'','LINE',NULL,10,'','2cd2ca85842da2c07bc6963ef85c1046','',NULL),(19123,'en','woocommerce','9bbe235db1dc993afc38970edee6baf4','The group \"%s\" does not exist.',NULL,NULL,'','LINE',NULL,10,'','21ba40dec7380ae7795173f7d7958c8d','',NULL),(19124,'en','woocommerce','30263a58f98d4808da8086b00732b098','The handler for the route is invalid',NULL,NULL,'','LINE',NULL,10,'','e49fbbfb3abb74da522cd9c57c29f39e','',NULL),(19125,'en','woocommerce','dc4690d63036709bd2d1640790037ff5','The homepage URL of your site.',NULL,NULL,'','LINE',NULL,10,'','bbb8619eaab4e4ec5ed930c7ef757d62','',NULL),(19126,'en','woocommerce','4b122e42b65e729c41a14f783da263da','The id for the resource.',NULL,NULL,'','LINE',NULL,10,'','17109ab7363639c2c6b13588bb536d79','',NULL),(19127,'en','woocommerce','10a375282101560604c449d36c077da2','The installed version of the current active theme.',NULL,NULL,'','LINE',NULL,10,'','b09d44ff3aca6309df951905e4bacb46','',NULL),(19128,'en','woocommerce','56ba475005872493f2211a5a8cd48223','The installed version of the parent theme.',NULL,NULL,'','LINE',NULL,10,'','3426ec10e59576010ebcdc3dd0ce2027','',NULL),(19129,'en','woocommerce','f1211074b4672edbb3a9d004cab6d82f','The largest filesize that can be contained in one post.',NULL,NULL,'','LINE',NULL,10,'','9d770d50ec83a9fe64448ecce7c3c55b','',NULL),(19130,'en','woocommerce','d2c79fcceb396b09d03cb72a4cdd5f00','The largest filesize that can be uploaded to your WordPress installation.',NULL,NULL,'','LINE',NULL,10,'','d64538b88cbc3798ec4baec8dde51322','',NULL),(19131,'en','woocommerce','f4b4c791e391ee0a7db3ff0ffbe02bf6','The maximum allowed setting is %d',NULL,NULL,'','LINE',NULL,10,'','9e1a5f416855da93deae0466f80ebe0d','',NULL),(19132,'en','woocommerce','05e457a4e5f1b6a8acd9538c5c1ae1d6','The maximum amount of memory (RAM) that your site can use at one time.',NULL,NULL,'','LINE',NULL,10,'','87c97260deb3fb8887082df420b690b4','',NULL),(19133,'en','woocommerce','e8f41b5cef1349adaecb788362781a21','The maximum number of individual items this coupon can apply to when using product discounts. Leave blank to apply to all qualifying items in cart.',NULL,NULL,'','LINE',NULL,10,'','90a960b484f4ef7c35d9a38f1159188e','',NULL),(19134,'en','woocommerce','1a6f9cbc0449d4caa1733a0cc0e60561','The maximum number of variables your server can use for a single function to avoid overloads.',NULL,NULL,'','LINE',NULL,10,'','0d1219514932c10ed668e3a6f6ad3fb5','',NULL),(19135,'en','woocommerce','2b2be928083313715d1e766de2388dc2','The maximum spend for this coupon is %s.',NULL,NULL,'','LINE',NULL,10,'','514b8e386fa9431ad1636e8bdd98b983','',NULL),(19136,'en','woocommerce','44c57b13b2c582ef7d48ab1f02b00353','The minimum allowed setting is %d',NULL,NULL,'','LINE',NULL,10,'','c0dc541ae1ba8ff12cb6e8816a7e7f65','',NULL),(19137,'en','woocommerce','9660b94ce8aa40dcbe3e4fbbea11eeca','The minimum spend for this coupon is %s.',NULL,NULL,'','LINE',NULL,10,'','751a5eb3f807be2a29d695a35ca44583','',NULL),(19138,'en','woocommerce','ba0f8580705f403529102b042e98a76b','The name of the current active theme.',NULL,NULL,'','LINE',NULL,10,'','f82af97d86ea27976e28b729dd8ede71','',NULL),(19139,'en','woocommerce','b413676af84395b8d09c871f444fd1c0','The name of the parent theme.',NULL,NULL,'','LINE',NULL,10,'','df20415731e49143b0a6090346579b88','',NULL),(19140,'en','woocommerce','da5919fdcc9d08ab8f5ecd42ca861320','The number of decimal points shown in displayed prices.',NULL,NULL,'','LINE',NULL,10,'','ff8358487643dbacf71cdc0c43d0d04b','',NULL),(19141,'en','woocommerce','2db42d06a96accbd230b3a8410c26f0b','The object cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','40669cbe5e453aa5b8224eca05d16418','',NULL),(19142,'en','woocommerce','01804c9ebba9ae63940ee44672eff6ef','The object does not support trashing. Set \'%s\' to delete.',NULL,NULL,'','LINE',NULL,10,'','46dd386edf1974792b8bd450e8b8552c','',NULL),(19143,'en','woocommerce','de2436b4d945d0a2866471928d7fa410','The object has already been trashed.',NULL,NULL,'','LINE',NULL,10,'','23f9e3c8d87461d051d54be55f862e36','',NULL),(19144,'en','woocommerce','7abe3a186cd409b557d275ec6bc0cbff','The options are "Active" (delivers payload), "Paused" (does not deliver), or "Disabled" (does not deliver due delivery failures).',NULL,NULL,'','LINE',NULL,10,'','73bc9fa2fb47790cc776a5ac8ad1fa91','',NULL),(19145,'en','woocommerce','435f3ba34c2c300e15d5e8ca9c84921d','The order ID.',NULL,NULL,'','LINE',NULL,10,'','a809c534e1459f0f98841e5ca33491e5','',NULL),(19146,'en','woocommerce','e29d220ad13512ff7303856adc437160','The order note ID provided is not associated with the order',NULL,NULL,'','LINE',NULL,10,'','b9dd7b5171aec39af5ea3dc1504f9244','',NULL),(19147,'en','woocommerce','450ddb3df47327f94796aab0f021d7dd','The order refund ID provided is not associated with the order.',NULL,NULL,'','LINE',NULL,10,'','6bf3fda9cb05cd6291a3586fba775618','',NULL),(19148,'en','woocommerce','fc1d80798f5dbf20b049c013ab0ea904','The order totals have been updated. Please confirm your order by pressing the \"Place order\" button at the bottom of the page.',NULL,NULL,'','LINE',NULL,10,'','85449f7691419be7aa1f13974c1c6b08','',NULL),(19149,'en','woocommerce','519d20a894053a3f4f4f1ab98ff53e3f','The parent theme developers URL.',NULL,NULL,'','LINE',NULL,10,'','0c543f2abecf931367aab3c8adc3cbe1','',NULL),(19150,'en','woocommerce','ae052c9ed184ae74b6b2fcc8ace77d3f','The payment gateway for this order does not exist.',NULL,NULL,'','LINE',NULL,10,'','785ab5d0321b4c7648234266ca684470','',NULL),(19151,'en','woocommerce','d379e546c03081f8a8feb698f6d1be9f','The payment gateway for this order does not support automatic refunds.',NULL,NULL,'','LINE',NULL,10,'','34d152bbaea6e6da19f94992d0b3e8e1','',NULL),(19152,'en','woocommerce','746748facd9e42a849e50618be179716','The position of the currency symbol.',NULL,NULL,'','LINE',NULL,10,'','1993d0015323e94a88f7bae670d689d4','',NULL),(19153,'en','woocommerce','58a15b119ddf47c667d2039195797f5f','The product review cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','c7f435657a4884ff5ad7aeff2b431354','',NULL),(19154,'en','woocommerce','3b25ee207d500238de523ae62d7d26a7','The product review does not support trashing.',NULL,NULL,'','LINE',NULL,10,'','9b21e8dd2817d5feda20e1e887c27e3a','',NULL),(19155,'en','woocommerce','dd4035820b8c76afe9ac109154f0fe95','The product variation is invalid',NULL,NULL,'','LINE',NULL,10,'','4acb835fae5e68199173c895a7e7adc0','',NULL),(19156,'en','woocommerce','d14bf78635ef10b2e75b2cda70745b9a','The provided handler %1$s does not implement %2$s.',NULL,NULL,'','LINE',NULL,10,'','ca064941f8372e6ee212efd698f23e3c','',NULL),(19157,'en','woocommerce','93ed247336a0193b2c68179062007792','The resource cannot be deleted.',NULL,NULL,'','LINE',NULL,10,'','20f5e1baa1ad7c6268d15c74e9bc092b','',NULL),(19158,'en','woocommerce','e2dbe277446d9b02e090136f2746beae','The response body from the receiving server.',NULL,NULL,'','LINE',NULL,10,'','f8ffb6438b715e9822537887198128d9','',NULL),(19159,'en','woocommerce','1c4a997826a712f566714c8dbc6e8652','The root URL of your site.',NULL,NULL,'','LINE',NULL,10,'','0be128ced3465f53751c2298560ea39b','',NULL),(19160,'en','woocommerce','d922f1ba43185e3dc337e74cb70a764e','The sale will start at 00:00:00 of \"From\" date and end at 23:59:59 of \"To\" date.',NULL,NULL,'','LINE',NULL,10,'','82a9acc5b1986d793492eadddb3630d6','',NULL),(19161,'en','woocommerce','b37b032d5168dcfd5ef9a1cd36f79db8','The secret key is used to generate a hash of the delivered webhook and provided in the request headers.',NULL,NULL,'','LINE',NULL,10,'','835e99e6590230511a0084cfc7084c36','',NULL),(19162,'en','woocommerce','4643fd33d864b211554253b6b7672a03','The settings of this image size have been disabled because its values are being overwritten by a filter.',NULL,NULL,'','LINE',NULL,10,'','0553ce53cdba06c83a6b64d251ce899c','',NULL),(19163,'en','woocommerce','66b2a012774584e8308a360c08527328','The stock has not been updated because the value has changed since editing. Product %1$d has %2$d units in stock.',NULL,NULL,'','LINE',NULL,10,'','8c5a22859a9f9ff2fcde9f1cc19d9447','',NULL),(19164,'en','woocommerce','8c1d433ad5e5a3e557beaa8285804a3a','The theme developers URL.',NULL,NULL,'','LINE',NULL,10,'','cb7f4141a85c790f10044ef62f403863','',NULL),(19165,'en','woocommerce','729b45d84802ab34fc838b0573bff59f','The thousand separator of displayed prices.',NULL,NULL,'','LINE',NULL,10,'','1533713833a3c09d97185c4fba6bafd3','',NULL),(19166,'en','woocommerce','7fc53dc9e5bd71609602c4d996998788','The unit lengths are defined in for this country.',NULL,NULL,'','LINE',NULL,10,'','7174abd6268c6a2773b6801c5fc372fd','',NULL),(19167,'en','woocommerce','c2b139309ec287a052dcaab88d1a65ef','The unit weights are defined in for this country.',NULL,NULL,'','LINE',NULL,10,'','ad32367dcd52d8d162c210360f71c66e','',NULL),(19168,'en','woocommerce','0773dd52b50ef3ebcada71e79996a7f8','The version of MySQL installed on your hosting server.',NULL,NULL,'','LINE',NULL,10,'','18ed5487819ead3cc7334bc9f43909d6','',NULL),(19169,'en','woocommerce','90bc8b518c8d7604a6e25b49b6b1ed48','The version of PHP installed on your hosting server.',NULL,NULL,'','LINE',NULL,10,'','48f20c986eed6cb1dcf1ac0cca02d258','',NULL),(19170,'en','woocommerce','b0ffdfb55d050602af44b31342fd22a1','The version of WooCommerce installed on your site.',NULL,NULL,'','LINE',NULL,10,'','2e93cf65c9e19f569fb6c7b00ef58909','',NULL),(19171,'en','woocommerce','bd20cd90cdcf6ee1f84b7b50dc885fb5','The version of WooCommerce that the database is formatted for. This should be the same as your WooCommerce version.',NULL,NULL,'','LINE',NULL,10,'','0407b37ad8a96531176ecc55ce1f7915','',NULL),(19172,'en','woocommerce','8df8b26c72aca0b833df1c6a25b6c0c9','The version of WordPress installed on your site.',NULL,NULL,'','LINE',NULL,10,'','02f5640a03d394da367f5ba53127e5c4','',NULL),(19173,'en','woocommerce','a54aa62612910f693d1d5a63c25eac6d','The version of cURL installed on your server.',NULL,NULL,'','LINE',NULL,10,'','51a1efd92d065343cd5088752874be76','',NULL),(19174,'en','woocommerce','d721757161f7f70c5b0949fdb6ec2c30','Theme',NULL,NULL,'','LINE',NULL,10,'','2851b01a564faffc173a44ccddca5bb6','',NULL),(19175,'en','woocommerce','a71b144354fc1c4bf8826ac4cd88db6e','Theme author URL.',NULL,NULL,'','LINE',NULL,10,'','7681f75a7ab578f64c35fcfde112f0bb','',NULL),(19176,'en','woocommerce','cabd670d83d1d070dca1a392ea940083','Theme name.',NULL,NULL,'','LINE',NULL,10,'','e054b0467f9a1bc135231a0dcdd7bf70','',NULL),(19177,'en','woocommerce','144c654dce3f6b93c1f0991fdc8aa37c','Theme version.',NULL,NULL,'','LINE',NULL,10,'','5b648efb33b6bea21f54d45b68dd9bf0','',NULL),(19178,'en','woocommerce','5ae36335c9e973207ce4f9f53a407247','Theme.',NULL,NULL,'','LINE',NULL,10,'','6bb715ce8f21d3a1426ac5c2bfb79713','',NULL),(19179,'en','woocommerce','f1b05e407f836ddf9ca5a20e9b6e96d3','There are currently no logs to view.',NULL,NULL,'','LINE',NULL,10,'','f301b08d88465658b504b080df7d0a63','',NULL),(19180,'en','woocommerce','00fd0ddd6b4b16c5ef6de958d3bcf9a9','There are no currencies matching these parameters.',NULL,NULL,'','LINE',NULL,10,'','1b2e9aeb278c2712fa980569d6b76197','',NULL),(19181,'en','woocommerce','df85d3decb86604e1c8c484cc50e2558','There are no locations matching these parameters.',NULL,NULL,'','LINE',NULL,10,'','0c58cd53512c3183c92e9d415ba6cede','',NULL),(19182,'en','woocommerce','cb33ec1f16f80b4017775ff7616e01a0','There are no notes yet.',NULL,NULL,'','LINE',NULL,10,'','02a81e478210a85143869301ccf2941e','',NULL),(19183,'en','woocommerce','3320ff2ef05907ddedf54e96dcd49ac4','There are no product reviews yet.',NULL,NULL,'','LINE',NULL,10,'','c6a5c7ff2c3eef35d90bb206180a9578','',NULL),(19184,'en','woocommerce','02507f91c3a7ed21ab9094c7cd3d9fd7','There are no reviews yet.',NULL,NULL,'','LINE',NULL,10,'','a27b262ae6d801bebaa9d1f2350896c4','',NULL),(19185,'en','woocommerce','ca54aa898c66c27362f50354d2bcf7b2','There are no shipping options available. Please ensure that your address has been entered correctly, or contact us if you need any help.',NULL,NULL,'','LINE',NULL,10,'','f0f96df3f9caf7589ea02ac69c041a01','',NULL),(19186,'en','woocommerce','2b58a42739374dbabea50fddf78a9d8c','There are some issues with the items in your cart. Please go back to the cart page and resolve these issues before checking out.',NULL,NULL,'','LINE',NULL,10,'','255ff0a1febc593932dfe0ad362a6a83','',NULL),(19187,'en','woocommerce','eeb5d813c9efd57c5e6a52272cb4f96c','There are too many concurrent batches, but the run is forced to continue.',NULL,NULL,'','LINE',NULL,10,'','27bdf9e599174dbfc73a373cfcff7d4b','',NULL),(19188,'en','woocommerce','5d4a600783b531a0b4eb1a415e69793b','There are too many concurrent batches.',NULL,NULL,'','LINE',NULL,10,'','4ad859034aff863c6224ccf8f05b0560','',NULL),(19189,'en','woocommerce','0d00eb8461b8b48fdd774e92c3a51134','There was a failure fetching this action',NULL,NULL,'','LINE',NULL,10,'','bda849c8f6c653e772a809c0535a45b7','',NULL),(19190,'en','woocommerce','04c638d62eb6f6022f03e4bad20f6b00','There was an error calling %s',NULL,NULL,'','LINE',NULL,10,'','151eeb7b03d34006903e00d092baca7d','',NULL),(19191,'en','woocommerce','e97deadc72cc7b143ca02d548767a567','There was an error calling this tool. There is no callback present.',NULL,NULL,'','LINE',NULL,10,'','93228813857c6a7b441501cd0eeb2451','',NULL),(19192,'en','woocommerce','d79c87761e51906a860373b88ea0e088','There was an error loading the reviews.',NULL,NULL,'','LINE',NULL,10,'','5b8c25e89b53d9ba639cb76daf7d54df','',NULL),(19193,'en','woocommerce','819836d3b283d32e069d7e5ce13889c3','There was an error running the action scheduler: %s',NULL,NULL,'','LINE',NULL,10,'','43ad8fcf2c979a75875d72dccb0b36d1','',NULL),(19194,'en','woocommerce','0df0093aa65ce0f2f793954e49d51812','These are regions inside this zone. Customers will be matched against these regions.',NULL,NULL,'','LINE',NULL,10,'','b6c44f0ff729ad34e8afc4a1399190d3','',NULL),(19195,'en','woocommerce','10b3d6619e98ea63572ee4888c1a23bd','These are the attributes that will be pre-selected on the frontend.',NULL,NULL,'','LINE',NULL,10,'','fdb6a9ca4d1124b1e27589e079ed1587','',NULL),(19196,'en','woocommerce','235278128528538b24948cc6d9d10aa6','These costs can optionally be added based on the <a href=\"%s\">product shipping class</a>.',NULL,NULL,'','LINE',NULL,10,'','536628f70590c252966891b39ea46262','',NULL),(19197,'en','woocommerce','1a2e515eb1db8d3a7dd81432f55852e2','These options let you change the appearance of the WooCommerce checkout.',NULL,NULL,'','LINE',NULL,10,'','85432879e9f6b6c0ca155f1a85c4a00a','',NULL),(19198,'en','woocommerce','27a0892794aae9942381628be1713760','These rates are extra shipping options with additional costs (based on the flat rate).',NULL,NULL,'','LINE',NULL,10,'','1d9e175c8d0c785d4299978cab82c517','',NULL),(19199,'en','woocommerce','15c2361de4f0feb069506a8d761aca21','This %s cannot be deleted',NULL,NULL,'','LINE',NULL,10,'','5c52e68be3bb060183789ae493897c86','',NULL),(19200,'en','woocommerce','4e86a8568f6930cb8ee85ae8c2cbfd36','This action cannot be reversed. Are you sure you wish to erase personal data from the selected orders?',NULL,NULL,'','LINE',NULL,10,'','f3924e38de9bb8588f3d4aff1c1392a7','',NULL),(19201,'en','woocommerce','db34cd0554e1e0f559c7f0d3a7f04732','This block displays products from selected tags. In order to preview this you\'ll first need to create a product and assign it some tags.',NULL,NULL,'','LINE',NULL,10,'','2f680c70578bb5db0b3c23ec40a0f3ea','',NULL),(19202,'en','woocommerce','b7a59b465ced6873e6d65f3f3a9830aa','This block displays products from selected tags. Select at least one tag to display its products.',NULL,NULL,'','LINE',NULL,10,'','2df872942794819de8c16f646504bc93','',NULL),(19203,'en','woocommerce','d334e5bbb6da0a3cf5eb077b6e4d2788','This block lists reviews for a selected product. %s doesn\'t have any reviews yet, but they will show up here when it does.',NULL,NULL,'','LINE',NULL,10,'','61b5de418ecf8df506f6b1c6e590dbf6','',NULL),(19204,'en','woocommerce','b06b956d50dbeb581a609fa6793d7d2a','This block lists reviews for products from selected categories. The selected categories do not have any reviews yet, but they will show up here when they do.',NULL,NULL,'','LINE',NULL,10,'','470cd6f82aad992808a2e2af2bec5cb9','',NULL),(19205,'en','woocommerce','14d1fe78766160bbc51b06f2f19241ac','This block shows a list of all product reviews. Your store does not have any reviews yet, but they will show up here when it does.',NULL,NULL,'','LINE',NULL,10,'','516bfd27e0a88aaf2bbe765bb32d546b','',NULL),(19206,'en','woocommerce','9814f402f80124dba6e8163f0fd2db12','This block shows product categories for your store. In order to preview this you\'ll first need to create a product and assign it to a category.',NULL,NULL,'','LINE',NULL,10,'','bdc263dc4680dc191921f2e57c1c714c','',NULL),(19207,'en','woocommerce','d3e3cf6d33a674b41429bb8cccf35b9a','This controls the description which the user sees during checkout.',NULL,NULL,'','LINE',NULL,10,'','8b2222bd631e0abd9e7df18a35cebcdd','',NULL),(19208,'en','woocommerce','d534f73a10ad1b0882a90698f719b41d','This controls the title which the user sees during checkout.',NULL,NULL,'','LINE',NULL,10,'','99cd64d64b62e062769aca3d43767e04','',NULL),(19209,'en','woocommerce','5b54909ddcb9e0369ee8df3045447263','This coupon has expired.',NULL,NULL,'','LINE',NULL,10,'','596ad902155b996181da4756f47b4069','',NULL),(19210,'en','woocommerce','f6618fce0acbfca15e1f2b0991ddbcd0','This email address is already registered.',NULL,NULL,'','LINE',NULL,10,'','c14d1e326fa78e823eb8b32dbbf49ec6','',NULL),(19211,'en','woocommerce','f0f6d813de07896f9d7850638ccd72e4','This field allows you to set the maximum spend (subtotal) allowed when using the coupon.',NULL,NULL,'','LINE',NULL,10,'','52e06dcaba3ae7c654202a1375d4c7dc','',NULL),(19212,'en','woocommerce','3dccf8a20a3d1d2c0489d4e34a75b6a3','This field allows you to set the minimum spend (subtotal) allowed to use the coupon.',NULL,NULL,'','LINE',NULL,10,'','1f46b99aa9cb30d007d23d197d07e9f7','',NULL),(19213,'en','woocommerce','b8ae9ad7a8264a181931eb250b41c02c','This function should not be called before plugins_loaded.',NULL,NULL,'','LINE',NULL,10,'','136f09a5690e9f2aa4ad9e00f0201b5d','',NULL),(19214,'en','woocommerce','75142e3c0f7b90dccaae9ad4ac3579a0','This function should not be called before woocommerce_init.',NULL,NULL,'','LINE',NULL,10,'','29cd88a64c5de4cff62ed1b847882576','',NULL),(19215,'en','woocommerce','fe68900dee1653cf2d0662bb68d31594','This is a demo store for testing purposes — no orders shall be fulfilled.',NULL,NULL,'','LINE',NULL,10,'','29943ad51efc3dc68b2beed9677e46ca','',NULL),(19216,'en','woocommerce','a3e8d86c93528130268b3ecb58afd34e','This is a featured product',NULL,NULL,'','LINE',NULL,10,'','95a3c09ffaf2bbc918b39127f3860b28','',NULL),(19217,'en','woocommerce','39917c86b999a49a631702baf03c2d6b','This is a major update, are you sure you\'re ready?',NULL,NULL,'','LINE',NULL,10,'','1441b11f7d4c147e0f980a37bf327387','',NULL),(19218,'en','woocommerce','7f4955c0d26124423bc2fd7b7f0b6039','This is an order notification sent to customers containing order details after an order is placed on-hold.',NULL,NULL,'','LINE',NULL,10,'','ca73e37fcf8ec6f704a62bece6491e88','',NULL),(19219,'en','woocommerce','44f4e2a02730d08153382b649f864788','This is an order notification sent to customers containing order details after payment.',NULL,NULL,'','LINE',NULL,10,'','2f5ec607fd2f86858fcbfe406e7f8aa6','',NULL),(19220,'en','woocommerce','4d2cd2eabde5710a62410b30ae812b5d','This is not your download link.',NULL,NULL,'','LINE',NULL,10,'','22cda8dbf29613be2fbf3a6e0f3a4242','',NULL),(19221,'en','woocommerce','85a54b878554313355f32dff1386307f','This is the URL or absolute path to the file which customers will get access to. URLs entered here should already be encoded.',NULL,NULL,'','LINE',NULL,10,'','28c89e51e63b84e2a42c708f37656a0e','',NULL),(19222,'en','woocommerce','572a53f6ce1a205657fbaeacc5b0933c','This is the WooCommerce shop page. The shop page is a special archive that lists your products. <a href=\"%s\">You can read more about this here</a>.',NULL,NULL,'','LINE',NULL,10,'','918525ce02f972b07ed8569af539bda9','',NULL),(19223,'en','woocommerce','778452a416de09cef317d9dd817c404d','This is the default category and it cannot be deleted. It will be automatically assigned to products with no category.',NULL,NULL,'','LINE',NULL,10,'','c25ae9fe412e610b4cf894b029d02c7f','',NULL),(19224,'en','woocommerce','e41d048d22947af03ff597f3078ac091','This is the name of the download shown to the customer.',NULL,NULL,'','LINE',NULL,10,'','465de6d94e049585bb3808d44f76d756','',NULL),(19225,'en','woocommerce','e0c62c8a4e5eed9c80bfad2d2903bd17','This is the name of the zone for your reference.',NULL,NULL,'','LINE',NULL,10,'','468c4304a01424ef2cb54a2b2567c99f','',NULL),(19226,'en','woocommerce','a390da616558829e1520284f5f897204','This is the sum of the \"Tax rows\" shipping tax amount within your orders.',NULL,NULL,'','LINE',NULL,10,'','e80445e2838d70e5bd9fe64fa54d8571','',NULL),(19227,'en','woocommerce','dd53fac6890b6513460328d47c8273a2','This is the sum of the \"Tax rows\" tax amount within your orders.',NULL,NULL,'','LINE',NULL,10,'','7c3969bf75dff5573fbaa4a432940e60','',NULL),(19228,'en','woocommerce','29fdeb473c4a8be4420000f662bc2f65','This is the sum of the \'Order total\' field within your orders.',NULL,NULL,'','LINE',NULL,10,'','4e59b48905652acb115adeb8d27e0820','',NULL),(19229,'en','woocommerce','009d623d8c46a221c2a36c0817acb2b9','This is the sum of the \'Shipping total\' field within your orders.',NULL,NULL,'','LINE',NULL,10,'','65afd0309245643e1c7a8335827aadb4','',NULL),(19230,'en','woocommerce','c1e75335f817b1621e948ebb41bcd749','This is the sum of the order totals after any refunds and excluding shipping and taxes.',NULL,NULL,'','LINE',NULL,10,'','835fe9945673ad9f044d72c3c01ce1fe','',NULL),(19231,'en','woocommerce','e1cbb34b0368e0238f4bc0a553ede5f3','This is the sum of the order totals after any refunds and including shipping and taxes.',NULL,NULL,'','LINE',NULL,10,'','e0f969346c940c8e244cef5421482af0','',NULL),(19232,'en','woocommerce','0ab570fe7b5574475aac491077c2d10e','This is the total tax for the rate (shipping tax + product tax).',NULL,NULL,'','LINE',NULL,10,'','208c6b35aa1ae481bf4fd16220bfc053','',NULL),(19233,'en','woocommerce','dda1ef11fdbd7abb70dbe9ae5d6be33a','This is your products main body of content. Here you should describe your product in detail.',NULL,NULL,'','LINE',NULL,10,'','ac9262ea0763b8300890e8524a2410df','',NULL),(19234,'en','woocommerce','b162ebe2a775e3d5b4bc8a4ce285adc6','This key is invalid or has already been used. Please reset your password again if needed.',NULL,NULL,'','LINE',NULL,10,'','068a68b65640421c1fb22a7e3cc5c5ed','',NULL),(19235,'en','woocommerce','df4cefaa8eb9626bd7af9c158f5354ae','This lets you choose which products are part of this group.',NULL,NULL,'','LINE',NULL,10,'','3a243f6feffc4ddd79472aad6c4eacb8','',NULL),(19236,'en','woocommerce','a53e46ed0ec624f023ab1a1ceca0d28f','This method is deprecated in 2.6.0 and will be removed in future versions - we recommend disabling it and instead setting up a new rate within your <a href=\"%s\">Shipping zones</a>.',NULL,NULL,'','LINE',NULL,10,'','ff29a045eac3f4b729335a2e0780e010','',NULL),(19237,'en','woocommerce','0e72788c4eac89604a26bd721ce4512a','This method should not be called before plugins_loaded.',NULL,NULL,'','LINE',NULL,10,'','e04e7c8e03e47e6faa2024c52194b521','',NULL),(19238,'en','woocommerce','96165d6df5c2fc0a2d2049848c130c1c','This month',NULL,NULL,'','LINE',NULL,10,'','5dc844038426a471e3dfb1d4b1eb66a5','',NULL),(19239,'en','woocommerce','5efaafafa69fec3841475865e9ef9104','This option will delete ALL of your tax rates, use with caution. This action cannot be reversed.',NULL,NULL,'','LINE',NULL,10,'','243c52db953911924a05997bada7195f','',NULL),(19240,'en','woocommerce','f22bf3d236f159b91d2c56b60da93261','This order cannot be paid for. Please contact us if you need assistance.',NULL,NULL,'','LINE',NULL,10,'','513be7593202b6b99abf2233217fb42d','',NULL),(19241,'en','woocommerce','f0a5aa9b8063a49ec7ca40c33154a35d','This order is no longer editable.',NULL,NULL,'','LINE',NULL,10,'','b196bc9bc3563908d18ee8a6c8ddf1ae','',NULL),(19242,'en','woocommerce','0a1b8dfa01cdc5f120f6c0470264ebc2','This order note cannot be deleted',NULL,NULL,'','LINE',NULL,10,'','dea85e5cc7f32727490934e498fd4ca4','',NULL),(19243,'en','woocommerce','e4136b16740c56307c42e4aae607ea14','This order’s status is “%s”—it cannot be paid for. Please contact us if you need assistance.',NULL,NULL,'','LINE',NULL,10,'','3ed186ee15a343080fc4d4e58184d3ec','',NULL),(19244,'en','woocommerce','b591e21e20e09e27d76f0b15dda2ba21','This payment method was successfully set as your default.',NULL,NULL,'','LINE',NULL,10,'','af9b4561c9f43445593acfd342d63c09','',NULL),(19245,'en','woocommerce','53d74f9c817ddc2422922cec93f5736c','This product has produced sales and may be linked to existing orders. Are you sure you want to delete it?',NULL,NULL,'','LINE',NULL,10,'','4328e5622c65c702713d59452f14970b','',NULL),(19246,'en','woocommerce','287f1a5b66d741b2dc03e12af2caff59','This product is currently out of stock and unavailable.',NULL,NULL,'','LINE',NULL,10,'','977e80d97649867835abffecc27c5668','',NULL),(19247,'en','woocommerce','5e93e7ccc422b3064e437b02c8d8b62f','This product is protected and cannot be purchased.',NULL,NULL,'','LINE',NULL,10,'','cae2bce188b8319afc91fb08f948a3c3','',NULL),(19248,'en','woocommerce','7949b9045fd1bba79f6d4c313c8ed787','This report link has expired. %1$sClick here to view the filtered report%2$s.',NULL,NULL,'','LINE',NULL,10,'','c48c1f9d4fd44b06b5d23702557e21b3','',NULL),(19249,'en','woocommerce','cd89add5b82b613ec23fe78340288820','This resource cannot be created.',NULL,NULL,'','LINE',NULL,10,'','413705aa9455df82dbc731c954d09f69','',NULL),(19250,'en','woocommerce','97e9467305748d3379e64f698af6b423','This sample language includes the basics around what personal data your store may be collecting, storing and sharing, as well as who may have access to that data. Depending on what settings are enabled and which additional plugins are used, the specific information shared by your store will vary. We recommend consulting with a lawyer when deciding what information to disclose on your privacy policy.',NULL,NULL,'','LINE',NULL,10,'','b7172dd648a10c372b76c084f9407f61','',NULL),(19251,'en','woocommerce','ff85141b3be39f3aca1511c610ef31a8','This section shows any files that are overriding the default WooCommerce template pages.',NULL,NULL,'','LINE',NULL,10,'','32bdfc7db6e74689103cda4fc4cdd4d1','',NULL),(19252,'en','woocommerce','fbea4e7549fceffcdb31e23f356935a2','This section shows scheduled action counts.',NULL,NULL,'','LINE',NULL,10,'','1abaee4e104e61717f75f7b7802ee689','',NULL),(19253,'en','woocommerce','f544ecd41a4b0d9ec3056fa9e1e881ad','This setting determines which shop pages products will be listed on.',NULL,NULL,'','LINE',NULL,10,'','32ed44655634fa352ead7c947265bbaa','',NULL),(19254,'en','woocommerce','3489bfe80498b7c527549742c63e2d6e','This shipping method does not have any settings to configure.',NULL,NULL,'','LINE',NULL,10,'','1154fffca3c08a25caa53491dbe5c5dc','',NULL),(19255,'en','woocommerce','cba98e2e051321ead72e4d5d3c957850','This subscription has expired. Contact the owner to <strong>renew</strong> the subscription to receive updates and support.',NULL,NULL,'','LINE',NULL,10,'','704a56f32a87f1219669f53b61ade2a2','',NULL),(19256,'en','woocommerce','f865f1f3a627fe2ee38c0f53c990a1a7','This subscription has expired. Please <strong>renew</strong> to receive updates and support.',NULL,NULL,'','LINE',NULL,10,'','be38529d6f4e17295f9dfbb25bf9f3e0','',NULL),(19257,'en','woocommerce','a3a8a95248cfc8296560590c5dcf511b','This subscription is expiring soon. Please <strong>renew</strong> to continue receiving updates and support.',NULL,NULL,'','LINE',NULL,10,'','88d880d63997b201c6362da3a86e6cc8','',NULL),(19258,'en','woocommerce','e2e014dba1c748ae199f4a3024b2b39e','This template has been overridden by your theme and can be found in: %s.',NULL,NULL,'','LINE',NULL,10,'','5445543bebff700fcf411c7d83100ff8','',NULL),(19259,'en','woocommerce','4919d9be3ba4733fa07899e5b4907467','This text will be shown on the button linking to the external product.',NULL,NULL,'','LINE',NULL,10,'','c9858c526ad7405a782206d67a8daf3b','',NULL),(19260,'en','woocommerce','b05475a6e23c2b4d3d15aee0ca6d686f','This tool allows you to generate and download a CSV file containing a list of all products.',NULL,NULL,'','LINE',NULL,10,'','3f0aa80eb05a33f81384350509a46345','',NULL),(19261,'en','woocommerce','2f7b9d78f13d53caf930c4f26c1aa641','This tool allows you to import (or merge) product data to your store from a CSV file.',NULL,NULL,'','LINE',NULL,10,'','7c02c0805184671084f7c09a37eafb6a','',NULL),(19262,'en','woocommerce','3485f01b8bba83d425ee3b5b1430aee4','This tool will clear ALL expired transients from WordPress.',NULL,NULL,'','LINE',NULL,10,'','506e6680d87d8b4c7810061017a7ff4a','',NULL),(19263,'en','woocommerce','f4b3c3d8f7ebd83d639199a7b0fa4eb3','This tool will clear the product/shop transients cache.',NULL,NULL,'','LINE',NULL,10,'','c728943bf6a4de155c7db347eedfff3c','',NULL),(19264,'en','woocommerce','c8677a13754574a0665e30e795702716','This tool will delete all customer session data from the database, including current carts and saved carts in the database.',NULL,NULL,'','LINE',NULL,10,'','1c5d7e544a8c589b41157e0dd3ad03f7','',NULL),(19265,'en','woocommerce','64ec6f08a07cc7c50309337cf9ae9bec','This tool will delete all variations which have no parent.',NULL,NULL,'','LINE',NULL,10,'','ed0f2d2c8b752f87852640cf6fecc3ec','',NULL),(19266,'en','woocommerce','bc3b732a2d39244badd10f4a77eb7661','This tool will delete expired download permissions and permissions with 0 remaining downloads.',NULL,NULL,'','LINE',NULL,10,'','5fe3ae4b0fd70a2ebc37b9ccfdb7e165','',NULL),(19267,'en','woocommerce','d93fb06e84e5e78144d36d6d2b71fbb2','This tool will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced.',NULL,NULL,'','LINE',NULL,10,'','d5dc8ba7bb3f2a167c2a9d4fe7c7c6e0','',NULL),(19268,'en','woocommerce','983b3dd6b48a91e090fec97d5416bf19','This tool will recount product terms - useful when changing your settings in a way which hides products from the catalog.',NULL,NULL,'','LINE',NULL,10,'','8d88eaf3c4adc70bb20724042e87f4b6','',NULL),(19269,'en','woocommerce','e70cbe6698dc0b59a8ffb7ac35050600','This tool will regenerate product lookup table data. This process may take a while.',NULL,NULL,'','LINE',NULL,10,'','6f40b3f4ea1a59e68942f72dabdb418a','',NULL),(19270,'en','woocommerce','295c4d6fb2d652e6b57bc123177b88dd','This tool will reset the admin, customer and shop_manager roles to default. Use this if your users cannot access all of the WooCommerce admin pages.',NULL,NULL,'','LINE',NULL,10,'','bf1485d5c88f2cb5d889e224ddfd4858','',NULL),(19271,'en','woocommerce','43bac69893c2c08e4626f48f2d54933f','This tool will update your WooCommerce database to the latest version. Please ensure you make sufficient backups before proceeding.',NULL,NULL,'','LINE',NULL,10,'','3bd6e8e11b8a071e72e5087e07d86032','',NULL),(19272,'en','woocommerce','542fd85958dbd0992f87d606c7e430ab','This will be how your name will be displayed in the account section and in reviews',NULL,NULL,'','LINE',NULL,10,'','84ba1cd4ef507039673b2340cdc435c9','',NULL),(19273,'en','woocommerce','075b67058192ab9acc3e8f125747b70a','This will give \"%1$s\" %2$s access which will allow it to:',NULL,NULL,'','LINE',NULL,10,'','2db85d679b75e7fd04e64dfa7307a3a8','',NULL),(19274,'en','woocommerce','f2a3b00271e9ef6e8aa98ae7d432dfd8','This will regenerate all shop thumbnails to match your theme and/or image settings.',NULL,NULL,'','LINE',NULL,10,'','98de828d96f5c992b11f9fb2247d4547','',NULL),(19275,'en','woocommerce','a33c22445dd76dfc262cc0a851ae22ad','This zone is <b>optionally</b> used for regions that are not included in any other shipping zone.',NULL,NULL,'','LINE',NULL,10,'','1ed0168efc20cda2b1b6861ffc3141f4','',NULL),(19276,'en','woocommerce','2e6666b97a81685c54deccb830044034','Thousand separator.',NULL,NULL,'','LINE',NULL,10,'','1c6aefeb00891b55b55fbee3b170e8c1','',NULL),(19277,'en','woocommerce','ec30d7dfa2d8376ca45c9db54f014a9e','Thousands separator for displayed prices in this country.',NULL,NULL,'','LINE',NULL,10,'','9af531a7ad1bf6c1d25354a6a582184a','',NULL),(19278,'en','woocommerce','b7c161bb87bb0308fb25e6f68d0a5632','Thumbnail',NULL,NULL,'','LINE',NULL,10,'','22140cc5d16d3ce95ccf7707641efbd7','',NULL),(19279,'en','woocommerce','1ee4b63821d47e9cec0a1a48ca8f3edb','Thumbnail cropping',NULL,NULL,'','LINE',NULL,10,'','7d9153ca735e822793f0efbbbd1375d8','',NULL),(19280,'en','woocommerce','965fa3cebd6119784dc27846d30c0e05','Thumbnail regeneration has been scheduled to run in the background.',NULL,NULL,'','LINE',NULL,10,'','2c7b784109d20242bed2ad46e751df39','',NULL),(19281,'en','woocommerce','60e26d540ce598d530d74361721b7dbf','Thumbnail regeneration is running in the background. Depending on the amount of images in your store this may take a while.',NULL,NULL,'','LINE',NULL,10,'','bd3289d85aae3c591a9a106484e7e764','',NULL),(19282,'en','woocommerce','428872304039eb06a8761dec0d58c59a','Thumbnail width',NULL,NULL,'','LINE',NULL,10,'','489871b3648a16c4983a8b2ab8644f05','',NULL),(19283,'en','woocommerce','c21a57ad11d9bc24d29790f1fac8353c','Thurgau',NULL,NULL,'','LINE',NULL,10,'','454c41a45f6be19c90be4a2cf2ce0ead','',NULL),(19284,'en','woocommerce','b58262da8acb365504f0b16e54074d3b','Tianjin / 天津',NULL,NULL,'','LINE',NULL,10,'','9f702af325b09b4f5eaa4cbd819a7032','',NULL),(19285,'en','woocommerce','1c27f939c578879ba7682a053eb53f8f','Tibet / 西藏',NULL,NULL,'','LINE',NULL,10,'','623e6213cdf18bff9cae691cfbe19988','',NULL),(19286,'en','woocommerce','6141423ca28df564c911b1d85c6d0a20','Ticino',NULL,NULL,'','LINE',NULL,10,'','fe7e7368d1f8278a019beae7b2d7b64b','',NULL),(19287,'en','woocommerce','f9d4099e719ac90d433788cfc0461141','Tierra del Fuego',NULL,NULL,'','LINE',NULL,10,'','fe4360c7f04f1623f4255813ee6f9e57','',NULL),(19288,'en','woocommerce','a3d5de3eac8bb00ae86fd1a1005f1500','Timestamp',NULL,NULL,'','LINE',NULL,10,'','18eab2abcbab38d0e85bb042e7ed3f94','',NULL),(19289,'en','woocommerce','cb08e64329547aff515abc9fdd6636b9','Timiș',NULL,NULL,'','LINE',NULL,10,'','356ce2c61fabf7deb890ea3e07d18205','',NULL),(19290,'en','woocommerce','0a25bbf25b60f1908597d7d60e26696e','Timor-Leste',NULL,NULL,'','LINE',NULL,10,'','dd3cbc00218279266de96704184b82a5','',NULL),(19291,'en','woocommerce','4a8b9d98f65af3a29bbf298d8536c142','Tipperary',NULL,NULL,'','LINE',NULL,10,'','3da50e6e7a629e8ba8f1e6d733e35409','',NULL),(19292,'en','woocommerce','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,10,'','ca70d2e2ab297f5f4bf8ad4d9a0ff4e5','',NULL),(19293,'en','woocommerce','e051678e7cbda011ce4791018fed0062','Title - alphabetical',NULL,NULL,'','LINE',NULL,10,'','555cdd852c563073c46860d6547648d4','',NULL),(19294,'en','woocommerce','af8265f6a08f5b12a94dd3c568b3a488','Tlaxcala',NULL,NULL,'','LINE',NULL,10,'','9f65538da8bcdb3df23de3384ac8f4bb','',NULL),(19295,'en','woocommerce','4c7a8e1da3b61888d9f7ad1c4113141d','To allow logging, make %1$s writable or define a custom %2$s.',NULL,NULL,'','LINE',NULL,10,'','2801622197733c9b4ea76c5c4d78b2da','',NULL),(19296,'en','woocommerce','867b62a4a2b95ca8984fa211de21bd78','To connect to %1$s you need to be logged in. Log in to your store below, or <a href=\"%2$s\">cancel and return to %1$s</a>',NULL,NULL,'','LINE',NULL,10,'','1432ec24e4562305224756be9173321d','',NULL),(19297,'en','woocommerce','9f6932361709dec86796d8851ce01433','To edit this order change the status back to \"Pending\"',NULL,NULL,'','LINE',NULL,10,'','903dc4abb6e05c8c7f39d00363f39fab','',NULL),(19298,'en','woocommerce','6e14e7f8d2ba78f27dcfd1817b5c1c51','To enable this update you need to <strong>activate</strong> this subscription.',NULL,NULL,'','LINE',NULL,10,'','bc22c4f8b35bbdc0abef28e307b914d0','',NULL),(19299,'en','woocommerce','16d9a098bcb39537c21590b6abb97adf','To enable this update you need to <strong>purchase</strong> a new subscription.',NULL,NULL,'','LINE',NULL,10,'','0a35b3a730cc49e0de51b19d26d5b21c','',NULL),(19300,'en','woocommerce','bec064259c1211cda5e8253dc7c4aca4','To manipulate product variations you should use the /products/<product_id>/variations/<id> endpoint.',NULL,NULL,'','LINE',NULL,10,'','50d992085273ab18773d7641fcec1abe','',NULL),(19301,'en','woocommerce','a6914b12a2fca9b81520c3e091133fa1','To override and edit this email template copy %1$s to your theme folder: %2$s.',NULL,NULL,'','LINE',NULL,10,'','33000062ccdefdbe495090efe0e95d27','',NULL),(19302,'en','woocommerce','0c3c7cc26719b0f83abb540856422d91','To receive updates and support for this extension, you need to <strong>purchase</strong> a new subscription or consolidate your extensions to one connected account by <strong><a href=\"%1$s\" title=\"Sharing Docs\">sharing</a> or <a href=\"%2$s\" title=\"Transferring Docs\">transferring</a></strong> this extension to this connected account.',NULL,NULL,'','LINE',NULL,10,'','08f112881ab73e6896dbbd3d5f7680e9','',NULL),(19303,'en','woocommerce','17911b40b7cb71bf06d217086998916f','To track your order please enter your Order ID in the box below and press the \"Track\" button. This was given to you on your receipt and in the confirmation email you should have received.',NULL,NULL,'','LINE',NULL,10,'','ee831ad80a347885cd84518ae5c421bf','',NULL),(19304,'en','woocommerce','79407c896de6ce9640499572e6e01b6c','Tocantins',NULL,NULL,'','LINE',NULL,10,'','8aba2c5783f64c43b02734226f886312','',NULL),(19305,'en','woocommerce','cd3313efd7e9958eac0922f3669c348f','Tochigi',NULL,NULL,'','LINE',NULL,10,'','122a54fc974189c70b3d60d263bd7d8f','',NULL),(19306,'en','woocommerce','1dd1c5fb7f25cd41b291d43a89e3aefd','Today',NULL,NULL,'','LINE',NULL,10,'','2153270dc4e075199a1ab40ddf14b38b','',NULL),(19307,'en','woocommerce','9351152b33291f71a802ad997b1f80d1','Toggle "Downloadable"',NULL,NULL,'','LINE',NULL,10,'','40bb7fe4a782c25f5d8c61f8bff4ed01','',NULL),(19308,'en','woocommerce','ce9781b03b62ca93e62802ff43eb284e','Toggle "Enabled"',NULL,NULL,'','LINE',NULL,10,'','9078fc8c24fe96337b41bf4920dff2b5','',NULL),(19309,'en','woocommerce','2dea96e09836539cf3237f20deb181a0','Toggle "Manage stock"',NULL,NULL,'','LINE',NULL,10,'','9cacbb23b9154868ca85e1a6b3de0917','',NULL),(19310,'en','woocommerce','2751330835d2ed38a58a92fff820fb83','Toggle "Virtual"',NULL,NULL,'','LINE',NULL,10,'','c3eb5ddeb8e1587460e3d60ab89d42ad','',NULL),(19311,'en','woocommerce','8b275adb9d6db32b53aab77a66ceb0bb','Toggle featured',NULL,NULL,'','LINE',NULL,10,'','36e5c1ce4d3681151761ed1fe08a66e6','',NULL),(19312,'en','woocommerce','840f26b40c2a5743b87284cbe69abea2','Toggle fullscreen',NULL,NULL,'','LINE',NULL,10,'','802ce3969a06f186c2e33f307bd525ad','',NULL),(19313,'en','woocommerce','1e746c5c85c4c0de3a0858b0dd047476','Togo',NULL,NULL,'','LINE',NULL,10,'','89a95e127f5d2b846b6bef29d70c18ac','',NULL),(19314,'en','woocommerce','c8e1b242cda468701ebf8a8e8ac80e85','Tokat',NULL,NULL,'','LINE',NULL,10,'','96fef7d3324ca3a3335e016a36d009b8','',NULL),(19315,'en','woocommerce','a5b0ca0a4bed12b928061e17d453bf13','Tokelau',NULL,NULL,'','LINE',NULL,10,'','e5c2ac51f08369fa2496067a104ac7aa','',NULL),(19316,'en','woocommerce','459a6f79ad9b13cbcb5f692d2cc7a94d','Token',NULL,NULL,'','LINE',NULL,10,'','cde09f55ce105289146bb00381037496','',NULL),(19317,'en','woocommerce','addc6620c097d5dff4db34e6dca770cb','Tokushima',NULL,NULL,'','LINE',NULL,10,'','09ee8c6e00f2a263b814f4fefc6aca0a','',NULL),(19318,'en','woocommerce','62413a57c5e3dc51177995fa175d3286','Tokyo',NULL,NULL,'','LINE',NULL,10,'','90938148b0bafc1c63e3a806fec53073','',NULL),(19319,'en','woocommerce','db92d2f3f139d3905b44d653e881e8be','Toledo',NULL,NULL,'','LINE',NULL,10,'','e52ce1b315496672e4b534ec051b99c2','',NULL),(19320,'en','woocommerce','65d7f7e7da72f903cdf009c2a94820e7','Tolna',NULL,NULL,'','LINE',NULL,10,'','d1450d2b2de12c0ffea32715928a00ce','',NULL),(19321,'en','woocommerce','dd5cb49bc56af9d53f9f9e1e5b425ab0','Tonga',NULL,NULL,'','LINE',NULL,10,'','74df0fb731f6308ef8a3951988680b33','',NULL),(19322,'en','woocommerce','db8364deb35dc3ea13b6b1eb16af12d8','Tool description.',NULL,NULL,'','LINE',NULL,10,'','8fa042e73ff7458e96cbd35f6603cc2a','',NULL),(19323,'en','woocommerce','f7d7db7b76d039150f8029235c936e77','Tool does not exist.',NULL,NULL,'','LINE',NULL,10,'','286791409bba0b44c41aaf124c51ca6a','',NULL),(19324,'en','woocommerce','47fa16ac20132990fbae76c0a4bc438f','Tool name.',NULL,NULL,'','LINE',NULL,10,'','a5af7468a619e74c3784dc30f25dc62c','',NULL),(19325,'en','woocommerce','b6574904a8e9b34048da0d5a928a8e6f','Tool ran.',NULL,NULL,'','LINE',NULL,10,'','8becd4917ba876099521eb8b7f46ef71','',NULL),(19326,'en','woocommerce','d562a722045f69c108474c9bd969346b','Tool return message.',NULL,NULL,'','LINE',NULL,10,'','8fcc4f79a796f4fcc47baed235b61df8','',NULL),(19327,'en','woocommerce','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,10,'','f36bdd513f34f3ec0d9a690bcea90a06','',NULL),(19328,'en','woocommerce','f5b7ff77e0d8d34404425850e9c8218a','Top Rated Products',NULL,NULL,'','LINE',NULL,10,'','e5d2febfc2d707a88434c9a23f85a612','',NULL),(19329,'en','woocommerce','570f602ca99b815aa6642eba69771b5a','Top earners',NULL,NULL,'','LINE',NULL,10,'','1e657abc3f25c12ad0561120b886a499','',NULL),(19330,'en','woocommerce','bdcc2feb81fcc8bca0351b99a58b934f','Top freebies',NULL,NULL,'','LINE',NULL,10,'','890b59350602bf413b94e1bd51d635be','',NULL),(19331,'en','woocommerce','83c8c4f168f40563964285558a6ffd0c','Top rated products',NULL,NULL,'','LINE',NULL,10,'','b52a9aab283a849b2da09060fe9d6f07','',NULL),(19332,'en','woocommerce','3cb29f0ccc5fd220a97df89dafe46290','Top sellers',NULL,NULL,'','LINE',NULL,10,'','22f31639c39bcec7f969cdc0c3541d75','',NULL),(19333,'en','woocommerce','25812bf456959aa5f28dc570f341a3ba','Topic',NULL,NULL,'','LINE',NULL,10,'','d18ccfabe9982cef2cd3be79419c3f3f','',NULL),(19334,'en','woocommerce','75ae464ee64b63a85ae221a07604f7d7','Torino',NULL,NULL,'','LINE',NULL,10,'','4afe7c4b09238611a5c94bd705f7bc13','',NULL),(19335,'en','woocommerce','1ceeb0bcc6f5b9621393e60b3594f860','Tororo',NULL,NULL,'','LINE',NULL,10,'','60b618ed579b413da33b506c0792e029','',NULL),(19336,'en','woocommerce','96b0141273eabab320119c467cdcaf17','Total',NULL,NULL,'','LINE',NULL,10,'','2c00bd8620ddb7b4cdeb8fd5e70f86bd','',NULL),(19337,'en','woocommerce','53de118235ed4924f896dc440fc227a8','Total %d',NULL,NULL,'','LINE',NULL,10,'','b2cc1fa82e7e2b616a8c051c4b00f3b8','',NULL),(19338,'en','woocommerce','c005ac8f1dc102e7ff045717f8f7fe7e','Total Database Size',NULL,NULL,'','LINE',NULL,10,'','c264213c9bc1e4f0db39d32e828e46c7','',NULL),(19339,'en','woocommerce','3b15b294127f4abb394fc78c36096017','Total amount spent.',NULL,NULL,'','LINE',NULL,10,'','5c0e330d13c855f3a46ccdb2c1024376','',NULL),(19340,'en','woocommerce','ae77461aee73611c0cdaf822c6c1a017','Total available to refund',NULL,NULL,'','LINE',NULL,10,'','d90969f9928aecf858db5b89c05c25b9','',NULL),(19341,'en','woocommerce','78c65b2638508ac00852ec4ac3429ece','Total charged for shipping.',NULL,NULL,'','LINE',NULL,10,'','c8d9ab5a25ae392296399f2ebb351cab','',NULL),(19342,'en','woocommerce','f71f764f4cabeb3b5c5b8553f8f0c344','Total charged for taxes.',NULL,NULL,'','LINE',NULL,10,'','a04163eae88581bbb8df16da5dc5c64f','',NULL),(19343,'en','woocommerce','6099fb26c8cd98caf934ca812eadb82a','Total discount amount for the order.',NULL,NULL,'','LINE',NULL,10,'','1f1e754ff7d2ac04f4c32ebdfb043bfd','',NULL),(19344,'en','woocommerce','75f3144733e0d28e110aaf37380d6706','Total discount tax amount for the order.',NULL,NULL,'','LINE',NULL,10,'','3e4b915645ea73da482cdfa5a713db25','',NULL),(19345,'en','woocommerce','6242db5cc9ceb8735cea6e5b40a84470','Total number of purchases.',NULL,NULL,'','LINE',NULL,10,'','4f5ce2cca96cbb0749ec2a20e3199181','',NULL),(19346,'en','woocommerce','1fffeb07fac750c54bbd4c48fa047909','Total of coupons used.',NULL,NULL,'','LINE',NULL,10,'','a1a4325e654d2c972ebd7cc2bf78d951','',NULL),(19347,'en','woocommerce','66f81838c25ae4979e20fadebd4be082','Total of items purchased.',NULL,NULL,'','LINE',NULL,10,'','dea97efefd594867fe61be8617a3aede','',NULL),(19348,'en','woocommerce','a870cba9450a146e2e21c3b81655ce3a','Total of orders placed.',NULL,NULL,'','LINE',NULL,10,'','8da9537cb0a54aff9e9eba0c27633df4','',NULL),(19349,'en','woocommerce','64c401ab1b5810b2806d7e6202e7fcfa','Total of refunded orders.',NULL,NULL,'','LINE',NULL,10,'','9b39f8dd3a315522fce19843156e732d','',NULL),(19350,'en','woocommerce','0d7ecf9aa03684468c3c11cdaf02d222','Total sales',NULL,NULL,'','LINE',NULL,10,'','2705238983dc6f515ebae2530b4b619e','',NULL),(19351,'en','woocommerce','eff2066981746fa28c6d9b84104801e1','Total sales minus shipping and tax.',NULL,NULL,'','LINE',NULL,10,'','4e0cefc7eb406bc12549b78e9c4d9801','',NULL),(19352,'en','woocommerce','f4e8b53a114e5a17d051ab84d326cae5','Total shipping',NULL,NULL,'','LINE',NULL,10,'','8db6bedb49747d192b52d03b487f9978','',NULL),(19353,'en','woocommerce','1d9166ae6febfab6f6eda8923e590bbf','Total shipping amount for the order.',NULL,NULL,'','LINE',NULL,10,'','7c397ee8d9a7d4588b8c42d53af8c60e','',NULL),(19354,'en','woocommerce','2ed7a53054aa166a1105999d1242067a','Total shipping tax amount for the order.',NULL,NULL,'','LINE',NULL,10,'','748b9d4d6749ed8efc346cb986fde904','',NULL),(19355,'en','woocommerce','65b2eb8951e9008b9594b2c7444bc9cb','Total tax',NULL,NULL,'','LINE',NULL,10,'','eb3239cbb9ca2f549d3b8d1651003e06','',NULL),(19356,'en','woocommerce','66c4c5112f455a19afde47829df363fa','Total:',NULL,NULL,'','LINE',NULL,10,'','d49a2323cb5992908b95eb293a061ae1','',NULL),(19357,'en','woocommerce','edd291d1439a6c1c18fe38bee411580f','Totals',NULL,NULL,'','LINE',NULL,10,'','965286bd279cbaa363ee4ff79bfc2f41','',NULL),(19358,'en','woocommerce','e4ca95524bce257ed17d58101f406f0a','Totals.',NULL,NULL,'','LINE',NULL,10,'','0c10f117bdd6ac7a149ebf9e4ac1fff8','',NULL),(19359,'en','woocommerce','f1722bc04803c7d3d9d8f7f670ea0099','Tottori',NULL,NULL,'','LINE',NULL,10,'','121a94440078ff05fb09002ab8a94781','',NULL),(19360,'en','woocommerce','ae3ed16ac04bd25713c4946a81f762ac','Town / City',NULL,NULL,'','LINE',NULL,10,'','1e47c44be1b936cc26ac3926e124a33a','',NULL),(19361,'en','woocommerce','48b169817ee1a7c9bb3d7e47c79dcd49','Town / District',NULL,NULL,'','LINE',NULL,10,'','829938d312a165254396ed4ab0be0208','',NULL),(19362,'en','woocommerce','d1b5f8a2fc12d61cf3190b5243190b37','Town / Village',NULL,NULL,'','LINE',NULL,10,'','1e71cc3a9ea5ab0fd2231420459e87bc','',NULL),(19363,'en','woocommerce','9f6c657ae53dda32b0eee8f23b210415','Toyama',NULL,NULL,'','LINE',NULL,10,'','eda34ad8db1fce842d4bf91a4ef1e1b9','',NULL),(19364,'en','woocommerce','40aec01670b2c59fa791bbfc440a2d2b','Trabzon',NULL,NULL,'','LINE',NULL,10,'','c47f0ed12d1d68dda3a72745a77965a7','',NULL),(19365,'en','woocommerce','92ea731d3af6677905303c88689f5d55','Track',NULL,NULL,'','LINE',NULL,10,'','8bea13d2da81403bbb5506b4ae330829','',NULL),(19366,'en','woocommerce','d7d56e3c53034420b9a894f6b9919cd5','Trang',NULL,NULL,'','LINE',NULL,10,'','8ca57f11b557490bb0403b31fc441fd6','',NULL),(19367,'en','woocommerce','88427ec035734b45aae9f7d8859a5008','Transaction ID',NULL,NULL,'','LINE',NULL,10,'','f4cd5d8f7adbcd49e4d19a8e49e606c3','',NULL),(19368,'en','woocommerce','a7ba53f3dbe8cd6a48463f4a1ba8cec2','Transfer existing products to your new store — just import a CSV file.',NULL,NULL,'','LINE',NULL,10,'','872ef8b1bc2dae77038bb8b7d99bcaf8','',NULL),(19369,'en','woocommerce','f734a2c8864a183568195a6670c7a6ef','Trapani',NULL,NULL,'','LINE',NULL,10,'','e51416f8c4de5a8e2324158cba34c6a0','',NULL),(19370,'en','woocommerce','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,10,'','a39b1da965ad09203d53a51e960f1608','',NULL),(19371,'en','woocommerce','e708704f405b4a6ec4d57cb147ea9b91','Trashed',NULL,NULL,'','LINE',NULL,10,'','9ad51ada7d6c8aa96f7e7f3548cec1e4','',NULL),(19372,'en','woocommerce','f176690ca2a775abc0e561e4dc105453','Trat',NULL,NULL,'','LINE',NULL,10,'','1c784cd3133e61dc2fe81a854f54a838','',NULL),(19373,'en','woocommerce','c6909452eddb5ba40b7ac7241a9b350d','Trento',NULL,NULL,'','LINE',NULL,10,'','f02b198df903dcf180c88019ca119f49','',NULL),(19374,'en','woocommerce','9fa41ec12d99720833b10d3a9ab6a5cb','Treviso',NULL,NULL,'','LINE',NULL,10,'','d0f7cb21d493b3ca3d4f90df6e22aa82','',NULL),(19375,'en','woocommerce','1d8b2ddc05f3f931791003d2ccd75e43','Trieste',NULL,NULL,'','LINE',NULL,10,'','60a1952106fec3700fa32f8a5fd40890','',NULL),(19376,'en','woocommerce','63965a52775c39cd64c3ef0248d585b1','Trinidad and Tobago',NULL,NULL,'','LINE',NULL,10,'','f64ad84c6a1af1c380bfedcf60ab6292','',NULL),(19377,'en','woocommerce','0bad206b82a2c718af4332280419b104','Tripura',NULL,NULL,'','LINE',NULL,10,'','d012c740ed51e6d9eb81960d546707a7','',NULL),(19378,'en','woocommerce','1b2c5b54f4baa794d0edc373598e3205','True the prices included tax during checkout.',NULL,NULL,'','LINE',NULL,10,'','dab556817290a48947598e9c45369aea','',NULL),(19379,'en','woocommerce','ce8bf1c271028543ee176780815b26eb','Tucumán',NULL,NULL,'','LINE',NULL,10,'','752ee3818ccd8095244d91301a51ff0f','',NULL),(19380,'en','woocommerce','630330022ee5df1faee6d5bf1e625519','Tulcea',NULL,NULL,'','LINE',NULL,10,'','deffb1380b798a24fb2b791cda9f449e','',NULL),(19381,'en','woocommerce','6c22ae5c05615ed8de8683b867c33c00','Tumbes',NULL,NULL,'','LINE',NULL,10,'','026c3f7753dc7c5a6f74e30a43ec48ea','',NULL),(19382,'en','woocommerce','e76d65cfed8ff057a198a6554c661b86','Tunceli',NULL,NULL,'','LINE',NULL,10,'','e9f321e85da4b7f9d288566cb9dd2abf','',NULL),(19383,'en','woocommerce','d6dacba23ab4a1d5b72f223bfb010a05','Tunisia',NULL,NULL,'','LINE',NULL,10,'','5347b741793ced67f7ec0f145940a74a','',NULL),(19384,'en','woocommerce','221cdfb73049678e244380b45872cbb2','Turkey',NULL,NULL,'','LINE',NULL,10,'','af12d81b1a4b7fcaaba26d9556410a1d','',NULL),(19385,'en','woocommerce','f5d993d8e89c037d614ec8dc2559e4b7','Turkmenistan',NULL,NULL,'','LINE',NULL,10,'','46baff96b8e6ad17d18db1cbd67ebbcf','',NULL),(19386,'en','woocommerce','be741c06c32a1f9d444e9607a126832d','Turks and Caicos Islands',NULL,NULL,'','LINE',NULL,10,'','2fe266e005ac4f70f451f97f33e3da8c','',NULL),(19387,'en','woocommerce','4e18c1e699d8abc3422d67f2ff82c56b','Tuvalu',NULL,NULL,'','LINE',NULL,10,'','1d50e65ac89e132c8102b877b31f746e','',NULL),(19388,'en','woocommerce','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,10,'','cea3b3f2770bcb8393d80cfd9514e193','',NULL),(19389,'en','woocommerce','c5c8d15b9d2d8c5794af015dfbe49f31','Type of attribute.',NULL,NULL,'','LINE',NULL,10,'','7c4b6699991f69c3dcf9f2dae7c66561','',NULL),(19390,'en','woocommerce','a6fbb89f561738ec48e115e5efd6d3bb','Type of setting.',NULL,NULL,'','LINE',NULL,10,'','8552b584bb1db9b16dc2f3d06374a89e','',NULL),(19391,'en','woocommerce','e1196d9ed98bcbf806109a4e6057531c','Uşak',NULL,NULL,'','LINE',NULL,10,'','b5f77a417de454cc8c79933a18e6d87e','',NULL),(19392,'en','woocommerce','af41a674083ef0ac236c4f75c7fcc611','URL to edit the order',NULL,NULL,'','LINE',NULL,10,'','bff91858472510f84604fbff2be31c8b','',NULL),(19393,'en','woocommerce','2776b2b12805c2d4717502233465c1a1','URL where the webhook payload is delivered.',NULL,NULL,'','LINE',NULL,10,'','88fb379360389fdf1c7f8138223abfee','',NULL),(19394,'en','woocommerce','c71c9564934edc1d72bf8c88ebb4ef09','US domestic zone = All US states = Flat rate shipping',NULL,NULL,'','LINE',NULL,10,'','9d88cd2760c45baa3ff5f31afa42b0b3','',NULL),(19395,'en','woocommerce','eada819634d0164c6a7547bdcc405033','Georgia',NULL,NULL,'','LINE',NULL,10,'US state of Georgia','66532d335bd034e0434357cb87a5320b','',NULL),(19396,'en','woocommerce','5c6740277e1af87f1fe4c82f980719d9','UTA Găgăuzia',NULL,NULL,'','LINE',NULL,10,'','e82544f7a6678fbe5b09c1729339a923','',NULL),(19397,'en','woocommerce','826aebc79efde5663cf4b01b8e9082e3','UTC DateTime when the coupon expires.',NULL,NULL,'','LINE',NULL,10,'','68caef097cbe9d40003eb844deb0886c','',NULL),(19398,'en','woocommerce','40f5700702cd6332ca239919d15e9678','Ubon Ratchathani',NULL,NULL,'','LINE',NULL,10,'','5bd69654f96f89445189106cbb187a52','',NULL),(19399,'en','woocommerce','a03d22d56d9646597916e9d77b7ac330','Ucayali',NULL,NULL,'','LINE',NULL,10,'','9d8b3ca3a0fd10175fab08add563eedd','',NULL),(19400,'en','woocommerce','eb87d3206befc77a1c742bcbae44ef0a','Udine',NULL,NULL,'','LINE',NULL,10,'','4e98de36e42e8eecb2b6fdbd02334e79','',NULL),(19401,'en','woocommerce','fc61acb4f3177eda6c527a9af6d35b49','Udon Thani',NULL,NULL,'','LINE',NULL,10,'','7ad820e4cba476b715cff00f10f878a4','',NULL),(19402,'en','woocommerce','53b3c88ea00c4f0e137b4e6fe7bd23f1','Uganda',NULL,NULL,'','LINE',NULL,10,'','4c1ef93159e40a0fbd5b123d5ec099c7','',NULL),(19403,'en','woocommerce','f01fc92b23faa973f3492a23d5a705c5','Ukraine',NULL,NULL,'','LINE',NULL,10,'','4097ba78000a3f1e6cddbe91638389c7','',NULL),(19404,'en','woocommerce','d68e690c72978436da1338668138b43a','Unable to accept more than %s items for this request.',NULL,NULL,'','LINE',NULL,10,'','431fef7d343b6e7559b1b4d4ef4bb208','',NULL),(19405,'en','woocommerce','acfc02cc8c930e402b8d4d67213e6ced','Unable to add payment method to your account.',NULL,NULL,'','LINE',NULL,10,'','75a4ab6144253a5d54d8c9433dbf4637','',NULL),(19406,'en','woocommerce','64c4fdc0e43dd7bfd41890a945b47ea2','Unable to claim actions. Database error.',NULL,NULL,'','LINE',NULL,10,'','dc111910d9fe3fa0dd95df0da07d454b','',NULL),(19407,'en','woocommerce','dd3e19ee797bc23fb0900ccf169fa361','Unable to create order.',NULL,NULL,'','LINE',NULL,10,'','822af30b5cee2bde7d1d9bee0ba70944','',NULL),(19408,'en','woocommerce','b173c9faf2883a050bd0a3d3f5cedaac','Unable to detect the REST API package.',NULL,NULL,'','LINE',NULL,10,'','805e8380e92e10bc9fae44b3559a1fb8','',NULL),(19409,'en','woocommerce','ddd20164e30fa0ded56c98949de18fa2','Unable to insert download log entry in database.',NULL,NULL,'','LINE',NULL,10,'','311351fcf71186ddc9a7d71332a007f8','',NULL),(19410,'en','woocommerce','e2aad3b2807f251a446644f72f7c7c7d','Unable to mark failure on action %s. Database error.',NULL,NULL,'','LINE',NULL,10,'','502b2d914a7c796d0d7af78cafda8c8f','',NULL),(19411,'en','woocommerce','caa3af10ebc2d97482b01917a4c007b8','Unable to reduce stock for item %s.',NULL,NULL,'','LINE',NULL,10,'','ca3874fa3199e897542c8bdd45a09175','',NULL),(19412,'en','woocommerce','aba22e7cc8bdf33dba4d6c1511f18295','Unable to restore stock for item %s.',NULL,NULL,'','LINE',NULL,10,'','537da9a6bbec25646a334a7556db3a74','',NULL),(19413,'en','woocommerce','59befe8792c7dbce1351569c3253180a','Unable to retrieve database information. Usually, this is not a problem, and it only means that your install is using a class that replaces the WordPress database class (e.g., HyperDB) and WooCommerce is unable to get database information.',NULL,NULL,'','LINE',NULL,10,'','027bef1263d60c73bc86b06699aa1087','',NULL),(19414,'en','woocommerce','cf4ff2de51c2c2304df6cb77b170ff81','Unable to save action.',NULL,NULL,'','LINE',NULL,10,'','9244518691b4b6cd59717aee8d861858','',NULL),(19415,'en','woocommerce','52c1be3147bf4d1087d08467deeb8994','Unable to unlock claim %s. Database error.',NULL,NULL,'','LINE',NULL,10,'','30d4b0792a2b8414a6f69a5eb8ec0193','',NULL),(19416,'en','woocommerce','a8042399a2cc41689150b1b1b514f532','Unable to unlock claim on action %s. Database error.',NULL,NULL,'','LINE',NULL,10,'','25772f59bb3b0665941b1df133e564ea','',NULL),(19417,'en','woocommerce','b43c86aa55c40c14c29c6f5aa89a2194','Unable to use image \"%s\".',NULL,NULL,'','LINE',NULL,10,'','c48379196ff3f4f07d565e60f4fb9f4d','',NULL),(19418,'en','woocommerce','11fb6b6a15e4a9a547255e139539d632','Uncropped',NULL,NULL,'','LINE',NULL,10,'','57e100f1a5ae694dc52fea0d78bacea9','',NULL),(19419,'en','woocommerce','9db20e63d6447eb1852e165ba68aa07e','Understanding the status report',NULL,NULL,'','LINE',NULL,10,'','6cb4372ada788ff6bc8c8f2ab405d1de','',NULL),(19420,'en','woocommerce','69202db99a9da95c7a5f54e957e161b7','Undo?',NULL,NULL,'','LINE',NULL,10,'','24ec550208c8b418a5a3e9ef3d0f3b9d','',NULL),(19421,'en','woocommerce','dfa91047dce83b24085b17d5ecbf87bd','Unfortunately <strong>we do not ship %s</strong>. Please enter an alternative shipping address.',NULL,NULL,'','LINE',NULL,10,'','77aa660ae41dfe2e2c45428b9021eb37','',NULL),(19422,'en','woocommerce','5f99512d7d339e437dbd41dc1ba4c47c','Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction. Please attempt your purchase again.',NULL,NULL,'','LINE',NULL,10,'','13ae33f38524ddb8ff04db9820921d07','',NULL),(19423,'en','woocommerce','872cdc256d151543bcb776ccc89ae8e6','Ungheni',NULL,NULL,'','LINE',NULL,10,'','27c2b03d0119c09de85448bee17c260f','',NULL),(19424,'en','woocommerce','5a1e898147ad99c81e0aa69c78700f41','Unidentified action %s',NULL,NULL,'','LINE',NULL,10,'','9c3616360814bf6e21c00a03b5b1f19d','',NULL),(19425,'en','woocommerce','59e0ff8c60b7f1fee126cdeda451d36b','Unique ID for the instance.',NULL,NULL,'','LINE',NULL,10,'','17456f836f69710c338f72c73a388ae9','',NULL),(19426,'en','woocommerce','e2e7da231e708669c63695180f324308','Unique ID for the resource.',NULL,NULL,'','LINE',NULL,10,'','f00bb3061ac2e78983e6abd04c5e3c5f','',NULL),(19427,'en','woocommerce','950fbe94ba74b8aa414faaaee1f626e2','Unique ID for the zone.',NULL,NULL,'','LINE',NULL,10,'','129860420b4d9a7b6cfef3204ffa8d22','',NULL),(19428,'en','woocommerce','978301445313a210feaf5eacfc92548c','Unique identifier for the attribute of the terms.',NULL,NULL,'','LINE',NULL,10,'','f4d3626ec6b505711f8224bf2ce8f2f5','',NULL),(19429,'en','woocommerce','6b2400ed38cc539e12d7f05f6173a92d','Unique identifier for the object.',NULL,NULL,'','LINE',NULL,10,'','929e93fc13424bc09ce38081bc07cd34','',NULL),(19430,'en','woocommerce','913759e996f29be75645c51820a64419','Unique identifier for the product that the review belongs to.',NULL,NULL,'','LINE',NULL,10,'','4359b08b27f9fb4a0f4f0598346157ad','',NULL),(19431,'en','woocommerce','732bfede1412e14a28f6226975227e9c','Unique identifier for the product.',NULL,NULL,'','LINE',NULL,10,'','bb482230732e5d4f0410c17ed22b4fd8','',NULL),(19432,'en','woocommerce','1499ce4f5ae8f498f384a0d91f4752c6','Unique identifier for the resource.',NULL,NULL,'','LINE',NULL,10,'','4a25dcc66dd0ba4b150d4b95edb6c9af','',NULL),(19433,'en','woocommerce','d23c3aaa5b6c77ca8acbb8a2be0821f5','Unique identifier for the variable product.',NULL,NULL,'','LINE',NULL,10,'','e30a8f7537af46bd7e63314727bd201f','',NULL),(19434,'en','woocommerce','c625f8389bc94f030bdd229714dfb855','Unique identifier for the variation.',NULL,NULL,'','LINE',NULL,10,'','3b7f443b31858fafe2bbcce0608cbce0','',NULL),(19435,'en','woocommerce','0eb9a782072ac311655ba3665adccccd','Unique identifier for the webhook.',NULL,NULL,'','LINE',NULL,10,'','4b4a64f3b114b17a4deb700117771832','',NULL),(19436,'en','woocommerce','3d5f2594423eddfe30b1f603ffbc6274','Unique identifier.',NULL,NULL,'','LINE',NULL,10,'','63c6b403fb38b553accb09ce7a487bfb','',NULL),(19437,'en','woocommerce','6e9eb3f7331bf416061f308e048ccbee','Unique slug for the resource.',NULL,NULL,'','LINE',NULL,10,'','1de6b0bfb060e94b95c607a3f40e2254','',NULL),(19438,'en','woocommerce','1ad59ee953569714b8596e9c76b5d057','Unique slug/reference for the attribute; must be no more than 28 characters.',NULL,NULL,'','LINE',NULL,10,'','012809cce2845ab08976bc5929d372d3','',NULL),(19439,'en','woocommerce','a6d74ec19e0f178e57a537bf59bfb0be','Unique transaction ID.',NULL,NULL,'','LINE',NULL,10,'','7ecaab69cb49bb8ba9162c29a1ac1b14','',NULL),(19440,'en','woocommerce','8f6f28f0d2061af28bcf49d1725b2cbd','United Arab Emirates',NULL,NULL,'','LINE',NULL,10,'','804505e6ba60749292df9ee563d0efa5','',NULL),(19441,'en','woocommerce','d60f753e98353c7f34d3ff4354118a9f','United Kingdom (UK)',NULL,NULL,'','LINE',NULL,10,'','8c956ba45615f19735b245d5d198e62a','',NULL),(19442,'en','woocommerce','e71bc9c013d98e8678921cef64e51dc6','United States (US)',NULL,NULL,'','LINE',NULL,10,'','65ec58b4af39fe9ff0e54246023cc7b7','',NULL),(19443,'en','woocommerce','5bbdc569463cf21b75e6896e93ad0f87','United States (US) Minor Outlying Islands',NULL,NULL,'','LINE',NULL,10,'','d4489e07e38e2159f5b8b24c7b98237d','',NULL),(19444,'en','woocommerce','8ad4946bc9f38a2400d8d8a9afd4695e','Units in stock',NULL,NULL,'','LINE',NULL,10,'','20bd60b0e00ca07662326d7c87bc71c1','',NULL),(19445,'en','woocommerce','88183b946cc5f0e8c96b2e66e1c74a7e','Unknown',NULL,NULL,'','LINE',NULL,10,'','b55f81b1bf808baed170a85f9c6baf52','',NULL),(19446,'en','woocommerce','cbb202d28c40e9edcd704c00b1ea6da0','Unknown product filename.',NULL,NULL,'','LINE',NULL,10,'','692cb808fd91c2e2dec32e30c40fb8d7','',NULL),(19447,'en','woocommerce','7841c6997572bbe481cf91b0b28ca85e','Unknown request method.',NULL,NULL,'','LINE',NULL,10,'','06f2ce859ce3b3ea214750e4eb41a759','',NULL),(19448,'en','woocommerce','545f6c2f382c04810103b3e5e6f7d841','Unlimited',NULL,NULL,'','LINE',NULL,10,'','bac5f8abb6c787f11e80979c1bc25afd','',NULL),(19449,'en','woocommerce','b6ea9a3ea2109c2027fce1b60fda6088','Unlimited usage',NULL,NULL,'','LINE',NULL,10,'','fccc15cfcf89df92e7215d5800d6d780','',NULL),(19450,'en','woocommerce','3c23c7a6d35b0620c16e6f74f6d86201','Unpaid order cancelled - time limit reached.',NULL,NULL,'','LINE',NULL,10,'','fa671674ca667c34804b0218553d73b7','',NULL),(19451,'en','woocommerce','dc71d4ca4756e993207b12b4a365fcdc','Unserializing instances of this class is forbidden.',NULL,NULL,'','LINE',NULL,10,'','a22f47ca28f34d79fa508ba82dec0d34','',NULL),(19452,'en','woocommerce','e65e3289c0aa5a3a49ff516cb531e70e','Unsupported request method',NULL,NULL,'','LINE',NULL,10,'','952034501d262b2ec80ac9809b7ed3d5','',NULL),(19453,'en','woocommerce','a3a509c61fb88e58f0436aa372fd44da','Up %d%% from %s',NULL,NULL,'','LINE',NULL,10,'','74a5d273517b3f0f0d21c8f01d5241c0','',NULL),(19454,'en','woocommerce','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,10,'','a0b520c213f65c71e0f7b6c85b070429','',NULL),(19455,'en','woocommerce','2ada3e768c0f971c10f36111fb1cc421','Update %s',NULL,NULL,'','LINE',NULL,10,'','118f3d13b22ead047a26446c14046d34','',NULL),(19456,'en','woocommerce','8bd7695831e104e2669e086e03927a20','Update Available',NULL,NULL,'','LINE',NULL,10,'','c33825060891d609b9788fa5d23f6aaf','',NULL),(19457,'en','woocommerce','bf29305b3ed28a4e173da973d6367182','Update WooCommerce Database',NULL,NULL,'','LINE',NULL,10,'','1341916576d4d02d9aab89b83988d400','',NULL),(19458,'en','woocommerce','1de0f9fcbe30b056483fe964aed55adc','Update cart',NULL,NULL,'','LINE',NULL,10,'','4095adadb4c580201638cb11aec9bfed','',NULL),(19459,'en','woocommerce','6cd6d56c2a99a0f8b9ffc5fb517544fa','Update country',NULL,NULL,'','LINE',NULL,10,'','0761694306cbd2f4acc28d847f38aba4','',NULL),(19460,'en','woocommerce','00bbb28620d18e94b3b35711288a04d5','Update database',NULL,NULL,'','LINE',NULL,10,'','a73f5e3c5033a0fd2badf60be591a336','',NULL),(19461,'en','woocommerce','ed1941872e072cfc3760707578157ef7','Update existing products',NULL,NULL,'','LINE',NULL,10,'','7088254bd016fd802c8f7b2eb70712e6','',NULL),(19462,'en','woocommerce','dd9d28bfefd68e9dd263dcac9a515831','Update now',NULL,NULL,'','LINE',NULL,10,'','aa822d05f5a5b1c822ced199bcdb40d2','',NULL),(19463,'en','woocommerce','f3487914982c449d5ba38fc41cf007fd','Update required: WooCommerce will soon require PHP version %1$s and WordPress version %2$s or newer.',NULL,NULL,'','LINE',NULL,10,'','bfd0bfe40a31d1bb4762e3599ac76992','',NULL),(19464,'en','woocommerce','cc99ef25c18c3084fc74518f61fa3571','Update required: WooCommerce will soon require PHP version %s or newer.',NULL,NULL,'','LINE',NULL,10,'','bf8a635496e429fe5d618e9b35fb5fb3','',NULL),(19465,'en','woocommerce','54c351322a2a68353f1e72b08b69c64c','Update required: WooCommerce will soon require WordPress version %s or newer.',NULL,NULL,'','LINE',NULL,10,'','629f471b93aa30ab8dc34c8e91effd7f','',NULL),(19466,'en','woocommerce','8dba3a8f20f1b2b05922cb6aecc34212','Update status event failed.',NULL,NULL,'','LINE',NULL,10,'','79322949ae7c1bf131fa83a9a2c0fafd','',NULL),(19467,'en','woocommerce','d2d2c964ed724f8494988a1ae24f3659','Update totals',NULL,NULL,'','LINE',NULL,10,'','ba117d103830f31f0675b439ccea6afc','',NULL),(19468,'en','woocommerce','e00f7888f719e9043bfb6698979ec59b','Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.',NULL,NULL,'','LINE',NULL,10,'','ca7b6f9c21da26e4d1ab100fdad71382','',NULL),(19469,'en','woocommerce','ff0a3b7f3daef040faf89a88fdac01b7','Updated',NULL,NULL,'','LINE',NULL,10,'','b74d29b60f9359f988b2fc099cb38222','',NULL),(19470,'en','woocommerce','2828427deab693d31b81c2dd7189d73e','Updated at',NULL,NULL,'','LINE',NULL,10,'','089801412ee8a136cb7a48e1004f564d','',NULL),(19471,'en','woocommerce','547fc7f47ce941260f9367e1c09e0fe8','Updating database',NULL,NULL,'','LINE',NULL,10,'','5c4a17185b8c07b01bf25dd46f124588','',NULL),(19472,'en','woocommerce','a3b658a3f009aee6c85a9b72419b8ebe','Updating product review failed.',NULL,NULL,'','LINE',NULL,10,'','0a5255983ef006712f5fdf25e83ca351','',NULL),(19473,'en','woocommerce','3171e0f4a30aa524763b531bb7211d3e','Updating review failed.',NULL,NULL,'','LINE',NULL,10,'','1c3d4e7e4f7093e3fa7a77692f73f032','',NULL),(19474,'en','woocommerce','4ccbaf36bf6577e25ec93bc03d194510','Updating review status failed.',NULL,NULL,'','LINE',NULL,10,'','0bca380f1f658df2393fb5a792ad76bd','',NULL),(19475,'en','woocommerce','f683581d3e75f05f9d9215f9b4696cef','Upgrade',NULL,NULL,'','LINE',NULL,10,'','e1a2ed52caa1728986854a194a56738b','',NULL),(19476,'en','woocommerce','c3112b719ff37115418799acdfed0fcb','Upload CSV file',NULL,NULL,'','LINE',NULL,10,'','c90deed9934a04ac4e0763efcbca1631','',NULL),(19477,'en','woocommerce','93ee55ee88a97dda046a01d20389e509','Upload a new file',NULL,NULL,'','LINE',NULL,10,'','d3d4be5094788b4f6bc4e4d838d96298','',NULL),(19478,'en','woocommerce','26de4d3e04796d6486136c5b8203c3ac','Upload an image',NULL,NULL,'','LINE',NULL,10,'','fdaa7993d0c6ee65448735710a4b3e67','',NULL),(19479,'en','woocommerce','f304eb4dc31f9e3b935cce9f2da1365e','Upload file and import',NULL,NULL,'','LINE',NULL,10,'','9537d20238f39fd172adcadf07b41cb6','',NULL),(19480,'en','woocommerce','b084fb1869abca248b79d3706a9f29ca','Upload or assign an image to your product here. This image will be shown in your store\'s catalog.',NULL,NULL,'','LINE',NULL,10,'','dae0ebc552d8ab7e30d02b3d5d4968d2','',NULL),(19481,'en','woocommerce','7c41b907210fdbcd8a4324b4f4f88b37','Upload/Add image',NULL,NULL,'','LINE',NULL,10,'','8f3e91263c6f70cbdf8341c0a95a9dc3','',NULL),(19482,'en','woocommerce','c536b4fb2fc63412f33bfa8b20877fd2','Upsells',NULL,NULL,'','LINE',NULL,10,'','033490bfe3a337983453fb6da18dd8a8','',NULL),(19483,'en','woocommerce','cbf1e13af0ba448c262668f120be2c68','Upsells are products which you recommend instead of the currently viewed product, for example, products that are more profitable or better quality or more expensive.',NULL,NULL,'','LINE',NULL,10,'','cefb35be8932a30b10550a3301a317b6','',NULL),(19484,'en','woocommerce','3840cd8f73026713059f0ed0562c5493','Uri',NULL,NULL,'','LINE',NULL,10,'','0e266e00c8457982c88b5f717e6d87e2','',NULL),(19485,'en','woocommerce','75497a22409db78dcc52c291e078bc10','Uruguay',NULL,NULL,'','LINE',NULL,10,'','c527dedd977af8797bf05a2b7bf0c63b','',NULL),(19486,'en','woocommerce','8bc8849bad8275edf93a15a29327dbb4','Usage / Limit',NULL,NULL,'','LINE',NULL,10,'','1b43f86e093ee863658ea08f57e0a7ae','',NULL),(19487,'en','woocommerce','a9759eb6e16fa3606eaad74b1d73beda','Usage limit per coupon',NULL,NULL,'','LINE',NULL,10,'','baa2f826189a48edc3559c6f4a01c662','',NULL),(19488,'en','woocommerce','08141147c94f8d32fa4bc755d6678b4a','Usage limit per user',NULL,NULL,'','LINE',NULL,10,'','f4fbf64200fbe0002d36701d6df9e021','',NULL),(19489,'en','woocommerce','f7682860bf4ade7aca6ff156f6c5a68f','Usage limits',NULL,NULL,'','LINE',NULL,10,'','35d550e6385fa1c0919f1163dfc2b7ac','',NULL),(19490,'en','woocommerce','568dbe1b851a769aa2e59635270317bb','Usage restriction',NULL,NULL,'','LINE',NULL,10,'','b40f820f219fbba79f5cc0f1027b9218','',NULL),(19491,'en','woocommerce','9b21d58fc46344b38531fcaf68969720','Use <code>[qty]</code> for the number of items, <br/><code>[cost]</code> for the total cost of items, and <code>[fee percent=\"10\" min_fee=\"20\" max_fee=\"\"]</code> for percentage based fees.',NULL,NULL,'','LINE',NULL,10,'','cad57b82ac126b1b814d5f0f1adf1936','',NULL),(19492,'en','woocommerce','0aa6586d887f410440b4317809f8167f','Use WP Query arguments to modify the response; private query vars require appropriate authorization.',NULL,NULL,'','LINE',NULL,10,'','f5dca46659882e86e04f2f3ebe1b7af2','',NULL),(19493,'en','woocommerce','4eda9bd3e424422302049521b8811ba8','Use WooCommerce Shipping (powered by WooCommerce Services & Jetpack) to save time at the post office by printing your shipping labels at home.',NULL,NULL,'','LINE',NULL,10,'','d818383324c3e360391e6acb930e4966','',NULL),(19494,'en','woocommerce','6a1ca2e154b28c172049a263847e65be','Use a new payment method',NULL,NULL,'','LINE',NULL,10,'','37e3207d92f142b0d710d2e8cf11575a','',NULL),(19495,'en','woocommerce','5d7864737dd33329786556fed21a09d7','Use image',NULL,NULL,'','LINE',NULL,10,'','556952d5f5bcfec8b63e2423350c797d','',NULL),(19496,'en','woocommerce','b138183073e9690c0c2261b95ae544a9','Use previous column mapping preferences?',NULL,NULL,'','LINE',NULL,10,'','56e356ab21a919d09fbc12e5f69fe5a7','',NULL),(19497,'en','woocommerce','21894a2b8d67d48236436bc1def91702','Used for variations',NULL,NULL,'','LINE',NULL,10,'','dde30c8b8602f03c7946d2e57c83cdf3','',NULL),(19498,'en','woocommerce','b523127fc005ac0f122fde0f536cb5e6','Used-up download permissions',NULL,NULL,'','LINE',NULL,10,'','258c8452b3956c3aaba4fc0f1fe48d60','',NULL),(19499,'en','woocommerce','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'','LINE',NULL,10,'','6a3c77e6fa87579e490dc5f971470c8c','',NULL),(19500,'en','woocommerce','eacfec21212851ca57c4626aa4108b9d','User ID of user who created the refund.',NULL,NULL,'','LINE',NULL,10,'','1408cfb6551571a033fcba0008fd4aa9','',NULL),(19501,'en','woocommerce','8e8f62178993eda947f83898426f714b','User ID who owns the order. 0 for guests.',NULL,NULL,'','LINE',NULL,10,'','052ea8f7130546efa8237157bfeb2bae','',NULL),(19502,'en','woocommerce','f50380d8f91613af8c15d46dae421cee','User agent of the customer.',NULL,NULL,'','LINE',NULL,10,'','eefd81309caaaf47f6f9e88b66579a35','',NULL),(19503,'en','woocommerce','39b4602e11eb8dc275ca42121890883b','User email',NULL,NULL,'','LINE',NULL,10,'','4ce8fa9de6992ca9b1c7c48535c2c361','',NULL),(19504,'en','woocommerce','cdea016a1644f115ceda3571253583a6','User is missing.',NULL,NULL,'','LINE',NULL,10,'','1db784f8b788f52505a647c2de291668','',NULL),(19505,'en','woocommerce','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'','LINE',NULL,10,'','27282bba596cd178b6308992d14d3a3b','',NULL),(19506,'en','woocommerce','d68ace58c7e92b7aea15164f845453f3','Username is required.',NULL,NULL,'','LINE',NULL,10,'','5c56be1f131140889b73aa56a32808e0','',NULL),(19507,'en','woocommerce','c8b95430a5e3cc7c4074ece9e8ecb572','Username isn\'t editable.',NULL,NULL,'','LINE',NULL,10,'','def10cbeee8fec8bb4fed49fe19e4576','',NULL),(19508,'en','woocommerce','c8b1d00cf350d4af96cd763852d9c520','Username or email',NULL,NULL,'','LINE',NULL,10,'','8b2aa88676b298a4066f1c0600ba617d','',NULL),(19509,'en','woocommerce','67e09762889a535e211f8cb2ff569150','Username or email address',NULL,NULL,'','LINE',NULL,10,'','c7547fd4d25c052d13102bdc881075f1','',NULL),(19510,'en','woocommerce','5ce5005997ef50f6191ae79fe58081a3','Username: %s',NULL,NULL,'','LINE',NULL,10,'','163f53f8521de281dc06ecff007cb9e4','',NULL),(19511,'en','woocommerce','de37419135cc36157af167b9b1c7cee9','Users will need to spend this amount to get free shipping (if enabled above).',NULL,NULL,'','LINE',NULL,10,'','0c1cbe7789117907399ad68a04693ea7','',NULL),(19512,'en','woocommerce','6a382f5bfa3db109c81ec4adbf70ff26','Utah',NULL,NULL,'','LINE',NULL,10,'','2eb0f31a27b7cfbef09b261d1f8464b0','',NULL),(19513,'en','woocommerce','40ac73ca0a24b65f4266bcf4414f8be2','Uthai Thani',NULL,NULL,'','LINE',NULL,10,'','05a54e631d4635316f5fb8578054952b','',NULL),(19514,'en','woocommerce','6209f257ee6dbb2bb5f5d607191716de','Uttar Pradesh',NULL,NULL,'','LINE',NULL,10,'','957474fbf234913c32e701b0bd8b249c','',NULL),(19515,'en','woocommerce','c86a247d417fd3159be59078d03887fb','Uttaradit',NULL,NULL,'','LINE',NULL,10,'','c4028220621fd672394e0bb7aa852098','',NULL),(19516,'en','woocommerce','62cfab1d81df1897ffaae3094403483e','Uttarakhand',NULL,NULL,'','LINE',NULL,10,'','90cc8e8d4d8b67891049950365f627cd','',NULL),(19517,'en','woocommerce','a0a3e881895e46eb96218f0988d405b9','Uzbekistan',NULL,NULL,'','LINE',NULL,10,'','e0b65fd7a3117d155b089505f30328ce','',NULL),(19518,'en','woocommerce','36008a5ee5b4a1020c387e475f12bb21','Uíge',NULL,NULL,'','LINE',NULL,10,'','76bf9bd9b1b441576ce70f1929ded039','',NULL),(19519,'en','woocommerce','59ba5f8ea929781ddba43d1cd407848e','Vâlcea',NULL,NULL,'','LINE',NULL,10,'','836bc1ac01d99e07b6e7b52db97cf030','',NULL),(19520,'en','woocommerce','43183e955e3019bf7f8c942e016b7b13','VAT',NULL,NULL,'','LINE',NULL,10,'','f29ed41ac70190ac5d3640b73b87b6f7','',NULL),(19521,'en','woocommerce','7073322280d239541a9682bbeebb1e91','Valais',NULL,NULL,'','LINE',NULL,10,'','d08602400483c759352b8d4afc3a8c35','',NULL),(19522,'en','woocommerce','bddfcdfa742c2e57ea81bf96d27c35ba','Valencia',NULL,NULL,'','LINE',NULL,10,'','cdc37d997dd81daf380816796eb85562','',NULL),(19523,'en','woocommerce','6805a7ee462e5e1d423b0b5ad76f7200','Validation error: PayPal IPN response from a different email address (%s).',NULL,NULL,'','LINE',NULL,10,'','72b500177ff20d503cb318a893180b1e','',NULL),(19524,'en','woocommerce','bd29febecccde20bacab538af0b69baa','Validation error: PayPal amounts do not match (amt %s).',NULL,NULL,'','LINE',NULL,10,'','eeaaeeafce68873f18ae4f98055cd9c0','',NULL),(19525,'en','woocommerce','c9976b0d0470c6d365c57193ffdad8df','Validation error: PayPal amounts do not match (gross %s).',NULL,NULL,'','LINE',NULL,10,'','c9d9618ef207dc43b81ff78502695b04','',NULL),(19526,'en','woocommerce','18b287bbcedd2d7fb62fe009fa83d414','Validation error: PayPal currencies do not match (code %s).',NULL,NULL,'','LINE',NULL,10,'','3421893b1dad2ad6ba37c1822ff39027','',NULL),(19527,'en','woocommerce','a9bfdca1ae427c0600ed54ce3d730315','Valladolid',NULL,NULL,'','LINE',NULL,10,'','94b7fdd9483d07ffe6b16cb2d2ff59a6','',NULL),(19528,'en','woocommerce','f4c14a3e4777ca64024b78ed867bfdbc','Value (required)',NULL,NULL,'','LINE',NULL,10,'','fc932e3ca8e3a14d43584183f90df9c2','',NULL),(19529,'en','woocommerce','82e0da3e74e3fa9d09cac15796f91aae','Value of the coupon.',NULL,NULL,'','LINE',NULL,10,'','b60cc551c1231e1e486cc9aa88f87030','',NULL),(19530,'en','woocommerce','a8c600f728a59a8e602391aec69ed445','Value(s)',NULL,NULL,'','LINE',NULL,10,'','1b42c3106542bdcf8d658bf69a1e9a99','',NULL),(19531,'en','woocommerce','585f98ed9d73111845ef5e876fd8c8dc','Van',NULL,NULL,'','LINE',NULL,10,'','ca3ceb23ffd61965957a6891fb3bfe6c','',NULL),(19532,'en','woocommerce','fe07e488fe56260f45240c1c8a8882a8','Vanuatu',NULL,NULL,'','LINE',NULL,10,'','5455dff0d9ed8df997fdcd7d86bfeece','',NULL),(19533,'en','woocommerce','d3b6d55296263bf57362405ee40f4e97','Varese',NULL,NULL,'','LINE',NULL,10,'','ec3c5597ff7729b5ac5762ade6b1ae60','',NULL),(19534,'en','woocommerce','8e5b4acdca5cdc33ea9acf4ddf46ff9d','Variable is for more complex products such as t-shirts with multiple sizes.',NULL,NULL,'','LINE',NULL,10,'','a98e0bfd10faeb35a2c3dbb7e70eef67','',NULL),(19535,'en','woocommerce','a7202b779d035d05618881479131a848','Variable product',NULL,NULL,'','LINE',NULL,10,'','364383c93a96c9e2fc5aeb337358d235','',NULL),(19536,'en','woocommerce','c98f22c49a3b980ac65b7370f425d9f1','Variation #%1$s of %2$s',NULL,NULL,'','LINE',NULL,10,'','6c662d6893e52149b21ace4e7088e27a','',NULL),(19537,'en','woocommerce','54dfcea55bc28cf1804136da8d25184f','Variation ID, if applicable.',NULL,NULL,'','LINE',NULL,10,'','c95a743cfe972f5432a7b52c5136970d','',NULL),(19538,'en','woocommerce','0f0c2a09f46566615233eb05f0a8d6c2','Variation ID.',NULL,NULL,'','LINE',NULL,10,'','8eae87cbf09988d21fefe8bfa97656b6','',NULL),(19539,'en','woocommerce','3928cfd242ad2b221fb8949f88b662c8','Variation ID:',NULL,NULL,'','LINE',NULL,10,'','20d7fb2936babb124e57d59229b55684','',NULL),(19540,'en','woocommerce','b273ef8b588e73bca5d6ad1256ef276f','Variation URL.',NULL,NULL,'','LINE',NULL,10,'','42ffa374d87972573a1c970a17b3db19','',NULL),(19541,'en','woocommerce','535750c9c911e1fd57556255d0e28d66','Variation cannot be imported: Missing parent ID or parent does not exist yet.',NULL,NULL,'','LINE',NULL,10,'','07f002c5ab564a3e4d25c0ca3b949cdd','',NULL),(19542,'en','woocommerce','280751e302f982bdf30547e699a27024','Variation cannot be imported: Parent product cannot be a product variation',NULL,NULL,'','LINE',NULL,10,'','75a164b401817508679d9cf506cd6aec','',NULL),(19543,'en','woocommerce','4d877b7df16d05b2644c0d0614116a7d','Variation description.',NULL,NULL,'','LINE',NULL,10,'','9af94affa0dca5fbf4848e95dab80f37','',NULL),(19544,'en','woocommerce','b44040795b9ac59a9810e6c8f387293a','Variation dimensions.',NULL,NULL,'','LINE',NULL,10,'','49b221987261506d2d3c8f7ce57390f3','',NULL),(19545,'en','woocommerce','4d88f582dd8cb9de82b587d35848ee62','Variation height (%s).',NULL,NULL,'','LINE',NULL,10,'','37e47838229ccbb19a751353a2f68a9b','',NULL),(19546,'en','woocommerce','4fd61b8bda6949d64aa0b045fe0dfeda','Variation image data.',NULL,NULL,'','LINE',NULL,10,'','0247f13822fbb1c1b8853be28b83a8b5','',NULL),(19547,'en','woocommerce','0435362b782e704cc6a977de051f7d30','Variation length (%s).',NULL,NULL,'','LINE',NULL,10,'','b8628f4bc39647239ed86de5b777a889','',NULL),(19548,'en','woocommerce','5bb9e2008620b44f3a615b69dfb2ef24','Variation menu order (determines position in the list of variations)',NULL,NULL,'','LINE',NULL,10,'','8abc84dab8f1fbfd6cdb1db8f4ceb8ad','',NULL),(19549,'en','woocommerce','b941a3e62c3921c11314271b2db47b21','Variation price (required)',NULL,NULL,'','LINE',NULL,10,'','1d9b9c7ad51ac6327ef69889537354b4','',NULL),(19550,'en','woocommerce','e236ab557ce644a008e44c6ac7847f95','Variation regular price.',NULL,NULL,'','LINE',NULL,10,'','7ee167145594af518f73ef1553e8d896','',NULL),(19551,'en','woocommerce','efdc049ce04316f49c46ffb7b3c646e0','Variation sale price.',NULL,NULL,'','LINE',NULL,10,'','1dda7c792c73d249fa15f1cb337d542c','',NULL),(19552,'en','woocommerce','1f93ef4aaa0b96e35424bb6c188c72be','Variation status.',NULL,NULL,'','LINE',NULL,10,'','9d125a3e04f32d8fc061ced348d104e1','',NULL),(19553,'en','woocommerce','fdee4ce1b0c8dd9b9822f65a1a6b0d6d','Variation weight (%s).',NULL,NULL,'','LINE',NULL,10,'','3962919a5f8926252378482d41a6a1f9','',NULL),(19554,'en','woocommerce','7af2f2a9bac55e73f7b321a757265efb','Variation width (%s).',NULL,NULL,'','LINE',NULL,10,'','1f80f4895f3bfa872eb1596e55a8ff8c','',NULL),(19555,'en','woocommerce','c9f6e46f11645538f68810e3e819849c','Variations (and their attributes) that do not have prices will not be shown in your store.',NULL,NULL,'','LINE',NULL,10,'','6868a7d3b7b2d06272b38ee9c2bbdf21','',NULL),(19556,'en','woocommerce','5a598f4f101a9afc9d6bd4991eef3e98','Varna',NULL,NULL,'','LINE',NULL,10,'','d14cdc0e673a136465e48555add8f6de','',NULL),(19557,'en','woocommerce','b4fad788f822c930e74a0631cd311c63','Vas',NULL,NULL,'','LINE',NULL,10,'','5932d21d91cc6af6cc2682bd729f5d9c','',NULL),(19558,'en','woocommerce','a5c1c9ddc5d98e7603f7afb551d56cf6','Vaslui',NULL,NULL,'','LINE',NULL,10,'','8f4a3e6434e1e0729ce6ab6653cce6b3','',NULL),(19559,'en','woocommerce','a8571795df5a56146cfde039bd9c1a5a','Vatican',NULL,NULL,'','LINE',NULL,10,'','35229ea307923abd766df343904829c3','',NULL),(19560,'en','woocommerce','013814c582f2e04ebcbd8be835b981d1','Vaud',NULL,NULL,'','LINE',NULL,10,'','540eaf628646c969abb120d9137a06c1','',NULL),(19561,'en','woocommerce','285e7039e3559b499ab513c8c4e1a444','Veliko Tarnovo',NULL,NULL,'','LINE',NULL,10,'','02c9e634040bdcf1506f29524b9e365a','',NULL),(19562,'en','woocommerce','0fb35c9b5b18cbaa45b8511a7f84a2c0','Venezia',NULL,NULL,'','LINE',NULL,10,'','e8c8078254e07d52bcc38e1fcd61766f','',NULL),(19563,'en','woocommerce','e95294b730f61c8175550ec244bfcb50','Venezuela',NULL,NULL,'','LINE',NULL,10,'','001e720490dcd3919002f4faea864194','',NULL),(19564,'en','woocommerce','72c16e18175c8d42ed542c0bf9f92cba','Veracruz',NULL,NULL,'','LINE',NULL,10,'','36c4e1aa446532b95a66230ad868614a','',NULL),(19565,'en','woocommerce','b5bad7b1128a24110dada0a3e0b5fd0e','Verbano-Cusio-Ossola',NULL,NULL,'','LINE',NULL,10,'','50c24a357d796f995eb55a70aeeafba0','',NULL),(19566,'en','woocommerce','30e90fb9c809a54e7ed250a6f2bd101b','Vercelli',NULL,NULL,'','LINE',NULL,10,'','06eba4f542e1eab27c4b96a2c1ff2be4','',NULL),(19567,'en','woocommerce','3f1cc18875b7e711cb8a9704843290fd','Verified buyer',NULL,NULL,'','LINE',NULL,10,'','8cb099d4d53ef233847383c2849ef6b6','',NULL),(19568,'en','woocommerce','de30bd840230da1493819f803aff6e9e','Vermont',NULL,NULL,'','LINE',NULL,10,'','aedd5b5848c73c33fd6bd5ba31dfa952','',NULL),(19569,'en','woocommerce','d32a635cff5dcc73a609d313801541d4','Verona',NULL,NULL,'','LINE',NULL,10,'','84edb92916d4bf8bc409530bc552a5dc','',NULL),(19570,'en','woocommerce','34b6cd75171affba6957e308dcbd92be','Version',NULL,NULL,'','LINE',NULL,10,'','7f9752a900ce5b2daea3eb6339573f9d','',NULL),(19571,'en','woocommerce','3e354f27f40fe4dee3f2d9798e9e42af','Version %s is <strong>available</strong>.',NULL,NULL,'','LINE',NULL,10,'','7f035dde085df277726217730c5be81c','',NULL),(19572,'en','woocommerce','666874aff41b73a27ded98596a42342e','Version %s is <strong>available</strong>. To enable this update you need to <strong>purchase</strong> a new subscription.',NULL,NULL,'','LINE',NULL,10,'','8fa66c902afff0e686e0d64cd7817d79','',NULL),(19573,'en','woocommerce','d5a585d6f855ca9bfac0e7a2540be62f','Version of WooCommerce which last updated the order.',NULL,NULL,'','LINE',NULL,10,'','8e018f415465c64ed11b47e77a61fea2','',NULL),(19574,'en','woocommerce','74447d848895fdebf5b81d0d2749bec5','Very poor',NULL,NULL,'','LINE',NULL,10,'','48bbbec8fd164db6f72fe4348f9aa951','',NULL),(19575,'en','woocommerce','fdb1efac5aa96194737c0c5dd109cdb4','Veszprém',NULL,NULL,'','LINE',NULL,10,'','37eae53d32d4e915269119c009f1ca55','',NULL),(19576,'en','woocommerce','e9b2ab2b16d274afa9a16e6b0e39488d','Vibo Valentia',NULL,NULL,'','LINE',NULL,10,'','d411fd7136cbfb4a7282985f82c17262','',NULL),(19577,'en','woocommerce','dac186e2dba9b984d81d8a5748d29288','Vicenza',NULL,NULL,'','LINE',NULL,10,'','fd975fa60d9b8d38013e85b211f47f0f','',NULL),(19578,'en','woocommerce','dfee9e39474b6e292d66c7facba668e1','Victoria',NULL,NULL,'','LINE',NULL,10,'','7fb7cc58434bd6a6be84bc0587b6969d','',NULL),(19579,'en','woocommerce','c80fec5c70ccd6707efb1423f47c084d','Vidin',NULL,NULL,'','LINE',NULL,10,'','80af048bcce77dfb242dd1f046378e35','',NULL),(19580,'en','woocommerce','fdef6daa799e80dbce1b561577b21181','Vietnam',NULL,NULL,'','LINE',NULL,10,'','babc37c4ae3f1bbfaf06022e6686c7dd','',NULL),(19581,'en','woocommerce','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,10,'','68e3dd7e14cd121b6994f443520df17b','',NULL),(19582,'en','woocommerce','08f41ed6168d96f7ad491651a114a27d','View & Customize',NULL,NULL,'','LINE',NULL,10,'','ccd088dada30ab6b94bc14707bd1c580','',NULL),(19583,'en','woocommerce','4e480ee3b8f201f241f25c56c789fcdf','View Action',NULL,NULL,'','LINE',NULL,10,'','be14a63d8cf3b9e6657c3adf25965988','',NULL),(19584,'en','woocommerce','551df1223c31a6390be74219a0794098','View WooCommerce API docs',NULL,NULL,'','LINE',NULL,10,'','9b4c055c9af83b21e413e4055656a538','',NULL),(19585,'en','woocommerce','e7b32f59cbca4a746d9146bc80e2bd5e','View WooCommerce documentation',NULL,NULL,'','LINE',NULL,10,'','5090d0e2cc0589ced9b6133ce36f71da','',NULL),(19586,'en','woocommerce','616d2b477315aa991dbf8b688f5f43ad','View WooCommerce settings',NULL,NULL,'','LINE',NULL,10,'','6db716504427bf01a6959b4d7209cac0','',NULL),(19587,'en','woocommerce','47a5766847d276744071a444c03f1d85','View affected templates',NULL,NULL,'','LINE',NULL,10,'','fcbdf98dc9f5266f249eeb1fcfa606a8','',NULL),(19588,'en','woocommerce','e881275116d66847ebda4b65420d622c','View and manage coupons',NULL,NULL,'','LINE',NULL,10,'','0e72ee7ae373c2d1ae5fdc8a128bd04f','',NULL),(19589,'en','woocommerce','4cea97fd51a11e847a4b2616be9079af','View and manage customers',NULL,NULL,'','LINE',NULL,10,'','674b64738e20fc57ea2a19a2ddc4ef12','',NULL),(19590,'en','woocommerce','6d8080de6abdc311fc15ef64398dce94','View and manage orders and sales reports',NULL,NULL,'','LINE',NULL,10,'','8455d081594eb96373896f418a28322b','',NULL),(19591,'en','woocommerce','925368c518436f42186e50669f9ee0b3','View and manage products',NULL,NULL,'','LINE',NULL,10,'','1e498a82043184bdea64efc1573fd368','',NULL),(19592,'en','woocommerce','57c1fee9db05c07a96c99d9260d38d6d','View cart',NULL,NULL,'','LINE',NULL,10,'','3124b5d3986abbb85d660fd7acee9170','',NULL),(19593,'en','woocommerce','999acb0fa97b01d64917ad058af6556b','View coupons',NULL,NULL,'','LINE',NULL,10,'','fd6d642ee55b0a745707b07dece9c6c9','',NULL),(19594,'en','woocommerce','9480fc3f72417e97a0887066d78360e2','View customers',NULL,NULL,'','LINE',NULL,10,'','ec5a70573031ec3268f6fb7cffc42d4f','',NULL),(19595,'en','woocommerce','a62666f78c0fb9c4a8b1428a1a6c2f1e','View import log',NULL,NULL,'','LINE',NULL,10,'','2e4a4c59c4784439ed8558575229e605','',NULL),(19596,'en','woocommerce','0bc480ee278ec966ca3242d9a8c33a05','View more Storefront child themes',NULL,NULL,'','LINE',NULL,10,'','c040e3ad092b48c872779ac08ed90cb7','',NULL),(19597,'en','woocommerce','7053683a799ee4dfd0c4d3e807e704d2','View order: %s',NULL,NULL,'','LINE',NULL,10,'','ffaf94720162e77029bd0666447c10d2','',NULL),(19598,'en','woocommerce','d2a99b49c6a18dbbd911e51e55cc5c6d','View orders',NULL,NULL,'','LINE',NULL,10,'','7b831bbd5746da19c3ece5e326c00e87','',NULL),(19599,'en','woocommerce','b2c2942cc004e31592f9088a105a29d8','View orders and sales reports',NULL,NULL,'','LINE',NULL,10,'','96944c0ff2e9e40cb9dbccd3d77179fa','',NULL),(19600,'en','woocommerce','2ed23c811a953c91f3a24b4ee1c96f85','View other orders →',NULL,NULL,'','LINE',NULL,10,'','d8ac35da1647f965fa4a5aeedfd3173b','',NULL),(19601,'en','woocommerce','106956b984781448b75fc96cdb638f47','View products in the “%s” group',NULL,NULL,'','LINE',NULL,10,'','25f02053225aa7db0a8b32a6c94363f7','',NULL),(19602,'en','woocommerce','c1f5e7da539beb4bd337996c33413123','View progress →',NULL,NULL,'','LINE',NULL,10,'','9268d9ce3631679dcfccd2bb439b729c','',NULL),(19603,'en','woocommerce','1c1a1de7d7821c2f5aa42ffc81a88d99','View report',NULL,NULL,'','LINE',NULL,10,'','a2a4f18df91737a90b9d05f27343f090','',NULL),(19604,'en','woocommerce','1badc50109447ee0548b9340fc498a67','View tax rates',NULL,NULL,'','LINE',NULL,10,'','2e03ceff1e3c4a58d88c4061aa8597d1','',NULL),(19605,'en','woocommerce','989b1b7a89f99023fa858a60955718a6','View template',NULL,NULL,'','LINE',NULL,10,'','c7409c179aa0285b7b2394cef27a58be','',NULL),(19606,'en','woocommerce','59c5818942d364bddb75d1786d906bd3','View/Edit',NULL,NULL,'','LINE',NULL,10,'','0c53df6b1cae5cd5656624275eb3dcf3','',NULL),(19607,'en','woocommerce','cb2db886bf882370479143c029903037','Virgin Islands (British)',NULL,NULL,'','LINE',NULL,10,'','2bb3b94cc85108d62739d752217a82dd','',NULL),(19608,'en','woocommerce','d85568aef0b8d9f75c659e063633fead','Virgin Islands (US)',NULL,NULL,'','LINE',NULL,10,'','edfde2a1bec8719f331eb27ebbbbdf53','',NULL),(19609,'en','woocommerce','c8b287075ce4f11c834d2a0ada967ddc','Virginia',NULL,NULL,'','LINE',NULL,10,'','dc8993372bcde87e4c1d6cff013d51b4','',NULL),(19610,'en','woocommerce','615e6f9baca5553d44683a098d342b70','Virtual',NULL,NULL,'','LINE',NULL,10,'','2f802d70188873251eb1b75c62a8c79e','',NULL),(19611,'en','woocommerce','53d0ca486dc7ee72cac2c538297ad2a3','Virtual products',NULL,NULL,'','LINE',NULL,10,'','528a4fec2ad75536f3193c3ebdb122b7','',NULL),(19612,'en','woocommerce','94721afd76fea92408c93b7773c83641','Virtual products are intangible and are not shipped.',NULL,NULL,'','LINE',NULL,10,'','e4307f21491833824b2202c7e2963ed2','',NULL),(19613,'en','woocommerce','89fc0d6fe12b0e0c1af5c7a0373435a6','Visa',NULL,NULL,'','LINE',NULL,10,'','a652779962158a0278d20167c2f9734c','',NULL),(19614,'en','woocommerce','1729a56cfc89021478498fe0c89a843a','Visibility',NULL,NULL,'','LINE',NULL,10,'','50df38bc406d0180a3eae168686806c5','',NULL),(19615,'en','woocommerce','71723ba372fea7fc129aac2240823125','Visibility in catalog',NULL,NULL,'','LINE',NULL,10,'','b4ac087d7717dadc7e24f66d2a22b174','',NULL),(19616,'en','woocommerce','8667a9de66cd59b9cb42dab5d8e8728f','Visible on the product page',NULL,NULL,'','LINE',NULL,10,'','ecdbedc8cb16a3200e6332a3c107beb8','',NULL),(19617,'en','woocommerce','e12d4105edccb66bbf46f0b3c367925f','Visit %s admin area:',NULL,NULL,'','LINE',NULL,10,'','0809b3937485732d2d6bdb82b685bc8a','',NULL),(19618,'en','woocommerce','fc1e28efeac5869c30154c7be863aaaf','Visit Dashboard',NULL,NULL,'','LINE',NULL,10,'','5b8e3724111664cb16b9899405b7e99a','',NULL),(19619,'en','woocommerce','b20c1bcc7c2ec15b237bd2f6529ccf85','Visit Store',NULL,NULL,'','LINE',NULL,10,'','f906247c3d3b3801b7cc6ac5e5f60a6b','',NULL),(19620,'en','woocommerce','b59c24df096abef727f5f41cf114d60d','Visit plugin homepage',NULL,NULL,'','LINE',NULL,10,'','8ff01092f05b752d43ef1ef654b87280','',NULL),(19621,'en','woocommerce','24e9556dd8893fac49a8a83b49de9f6e','Visit premium customer support',NULL,NULL,'','LINE',NULL,10,'','1dbfbe4c7cd7974c730e76917ef00646','',NULL),(19622,'en','woocommerce','499a40823de1426a9b24a3f814412fa9','Visually highlight a product category and encourage prompt action.',NULL,NULL,'','LINE',NULL,10,'','42b81c53bb90b06d551c6bb874740e01','',NULL),(19623,'en','woocommerce','f51d7a2f818f35405b8ef27697c9b5c1','Visually highlight a product or variation and encourage prompt action',NULL,NULL,'','LINE',NULL,10,'','64a9fb87c72f29e4cb60883ef25f9456','',NULL),(19624,'en','woocommerce','4b1e8763455b07e30c770be677fce4f1','Visually highlight a product or variation and encourage prompt action.',NULL,NULL,'','LINE',NULL,10,'','ecf2169466d64e68c08294e609cad6b1','',NULL),(19625,'en','woocommerce','b4a1a79d5db7b626a61636751fab3afd','Viterbo',NULL,NULL,'','LINE',NULL,10,'','5fa2439bf2ecca8d0f7c6310819c91a8','',NULL),(19626,'en','woocommerce','6af673fd252f6c77ff10a76ba59e1aa8','Vrancea',NULL,NULL,'','LINE',NULL,10,'','6a2db484c5f33b39740f245673010da3','',NULL),(19627,'en','woocommerce','026c02d49bd103134baf1e2ea0ee05d4','Vratsa',NULL,NULL,'','LINE',NULL,10,'','26ac3c8e94104d58aa87b8735180e4ef','',NULL),(19628,'en','woocommerce','5441ddf944f06a51fae6dd7762ca23a7','WC database version.',NULL,NULL,'','LINE',NULL,10,'','f490d50f129aa969bc02d2d65557e316','',NULL),(19629,'en','woocommerce','da354488ef77b6afb1d969d255c68590','WP REST API Integration v%d',NULL,NULL,'','LINE',NULL,10,'','9d44e85e0fa89afdf3fa29a57d1b841d','',NULL),(19630,'en','woocommerce','d8afff57191b68b3b4f4c3d1099fc276','Waikato',NULL,NULL,'','LINE',NULL,10,'','767317f97b2365c647e7a4a050083fbc','',NULL),(19631,'en','woocommerce','5486cf40ce5b9a6ef530bd8ea644351c','Wakayama',NULL,NULL,'','LINE',NULL,10,'','931c7adcc430ee9e691897701467bb84','',NULL),(19632,'en','woocommerce','89a94c76c0eef267f267d9a96d3419d0','Wake Island',NULL,NULL,'','LINE',NULL,10,'','f5ea047c6839fd9a00892eed42dd3701','',NULL),(19633,'en','woocommerce','02cda752e3903c9413c305a2dab2998c','Wakiso',NULL,NULL,'','LINE',NULL,10,'','57dd79910030cb086f3fbd5b3287f369','',NULL),(19634,'en','woocommerce','0acf723190dd8dde9085a41f42ddccf7','Wallis and Futuna',NULL,NULL,'','LINE',NULL,10,'','d8eb9f922b4f1ffa0df0a9ddbddea8d8','',NULL),(19635,'en','woocommerce','0eaadb4fcb48a0a0ed7bc9868be9fbaa','Warning',NULL,NULL,'','LINE',NULL,10,'','b416f16c631816c6d5a6524bba47ab24','',NULL),(19636,'en','woocommerce','6d69689d0056a27bce65398abc70297a','Washington',NULL,NULL,'','LINE',NULL,10,'','9842d991964d8246c4800dac7009919b','',NULL),(19637,'en','woocommerce','4e534ce37854db2e2e543d5834fa171e','Watch our <a href=\"%1$s\" target=\"_blank\">guided tour videos</a> to learn more about WooCommerce, and visit WooCommerce.com to learn more about <a href=\"%2$s\" target=\"_blank\">getting started</a>.',NULL,NULL,'','LINE',NULL,10,'','041dd9542d6597b685f2e24d744c18f7','',NULL),(19638,'en','woocommerce','9ada3a82683411344b1a0d19dfc1c615','Waterford',NULL,NULL,'','LINE',NULL,10,'','495cea0e06885f0a42726e0ce9043d9a','',NULL),(19639,'en','woocommerce','96da0b59a9bdc4bba29f22d601c1f0a1','We accept payments through PayPal. When processing payments, some of your data will be passed to PayPal, including information required to process or support the payment, such as the purchase total and billing information.',NULL,NULL,'','LINE',NULL,10,'','e64d84a35fc132fe97398769be83e9e6','',NULL),(19640,'en','woocommerce','dcac1ec9a6735f06488e5939f731a8e2','We collect information about you during the checkout process on our store.',NULL,NULL,'','LINE',NULL,10,'','dafbaed2aae17e46e0c702b52bd3dc84','',NULL),(19641,'en','woocommerce','ef53d7d29a43df8d5a89b87f182b3b59','We generally store information about you for as long as we need the information for the purposes for which we collect and use it, and we are not legally required to continue to keep it. For example, we will store order information for XXX years for tax and accounting purposes. This includes your name, email address and billing and shipping addresses.',NULL,NULL,'','LINE',NULL,10,'','4fee0a297bafd7aaa56df81fff3a325b','',NULL),(19642,'en','woocommerce','ccfe9895c6363575c7fccb02a87ba661','We have finished processing your order.',NULL,NULL,'','LINE',NULL,10,'','c5c72fc49ecdcd0df828820566ab9d74','',NULL),(19643,'en','woocommerce','f315d5e512d7394149305b37f62f495a','We hope to see you again soon.',NULL,NULL,'','LINE',NULL,10,'','a29e560ceaa8f7e7a10e7d07efe851c6','',NULL),(19644,'en','woocommerce','fe097b0b8ec072636cfa5eca106bac3e','We look forward to fulfilling your order soon.',NULL,NULL,'','LINE',NULL,10,'','2e9ebc265c56c63da731a83852e4f743','',NULL),(19645,'en','woocommerce','e9ed9be1ed40c765639f818d1289948a','We look forward to seeing you soon.',NULL,NULL,'','LINE',NULL,10,'','27b51b20a911942bf39538ea14ca11c0','',NULL),(19646,'en','woocommerce','c44b1cc561be1f9fd160af7be6bc7099','We recommend Storefront, the <em>official</em> WooCommerce theme.',NULL,NULL,'','LINE',NULL,10,'','dda3bca5fc3ad6547f495476c3a82eff','',NULL),(19647,'en','woocommerce','544478934345a9a6a12211c310351d20','We recommend using PHP version 7.2 or above for greater performance and security.',NULL,NULL,'','LINE',NULL,10,'','b8f80ffdfca2f0bfb2422214f2d572be','',NULL),(19648,'en','woocommerce','399cb9ce6b3c3ed084863f9160e12706','We recommend using ShipStation to save time at the post office by printing your shipping labels at home. Try ShipStation free for 30 days.',NULL,NULL,'','LINE',NULL,10,'','a10e0b729c532ba970f9fb3c4e76653d','',NULL),(19649,'en','woocommerce','a61721fb6c0f1e34388344b55ef419ae','We share information with third parties who help us provide our orders and store services to you; for example --',NULL,NULL,'','LINE',NULL,10,'','80f1a8fea23db41406a74f22c6b58421','',NULL),(19650,'en','woocommerce','e33143eaa6bb5428e210f47ed7a724b0','We were unable to process your order, please try again.',NULL,NULL,'','LINE',NULL,10,'','473cc1c50e1c6f2371c262ef103e59e2','',NULL),(19651,'en','woocommerce','6185da4a88c7804f56feb06fe6ba943e','We will also store comments or reviews, if you choose to leave them.',NULL,NULL,'','LINE',NULL,10,'','eb4b3a26c7e2e0f22466eec024987d00','',NULL),(19652,'en','woocommerce','41a998fb812fec31ebdec94a429a685c','We\'ll use %1$s for product weight and %2$s for product dimensions.',NULL,NULL,'','LINE',NULL,10,'','7332bd7164305c50ae2a5d7857da79f4','',NULL),(19653,'en','woocommerce','33c195884cee64e70c746324502928b4','We\'re here for you — get tips, product updates, and inspiration straight to your mailbox.',NULL,NULL,'','LINE',NULL,10,'','e9d046b5dfea5d2a3e1d46442bc10dfd','',NULL),(19654,'en','woocommerce','e32ed4c12882010888a9c7826ce234e7','We\'ve created two Shipping Zones - for %s and for the rest of the world. Below you can set Flat Rate shipping costs for these Zones or offer Free Shipping.',NULL,NULL,'','LINE',NULL,10,'','d2cde897006cd50bdf3caa7831782636','',NULL),(19655,'en','woocommerce','36fa0a3433661efbccc450939b8efa45','We\'ve made things simpler and easier to manage moving forward. From now on you can manage all your WooCommerce purchases directly from the Extensions menu within the WooCommerce plugin itself. <a href=\"%s\">View and manage</a> your extensions now.',NULL,NULL,'','LINE',NULL,10,'','00cac09aa0f277aeb7d4ca27e4699ef9','',NULL),(19656,'en','woocommerce','62af6d020bfbf2c0f981bd835616e241','Webhook actions',NULL,NULL,'','LINE',NULL,10,'','d2a5ecac8a058eb1a4a3d36bdbdc4d4c','',NULL),(19657,'en','woocommerce','0bac33f18cd99d762f206ba8f41b663c','Webhook created on %s',NULL,NULL,'','LINE',NULL,10,'','54ed33a86ed09c385c759ced5ae7a144','',NULL),(19658,'en','woocommerce','36c2edf931af280ec6740c0e23116b63','%b %d, %Y @ %I:%M %p',NULL,NULL,'','LINE',NULL,10,'Webhook created on date parsed by strftime','4131aa3895fe84235d860d8f47abc907','',NULL),(19659,'en','woocommerce','a034b03a85187915b9e67d91db9a6931','Webhook created successfully.',NULL,NULL,'','LINE',NULL,10,'','396143cad03d2991962630eb985423b8','',NULL),(19660,'en','woocommerce','bb784792c82b88d0dbdd1c12f519e977','Webhook data',NULL,NULL,'','LINE',NULL,10,'','c43737646a6862c7fedd103b4b47eeaf','',NULL),(19661,'en','woocommerce','bd3a56a69f445b422a949ba26d824350','Webhook delivery URL must be a valid URL starting with http:// or https://',NULL,NULL,'','LINE',NULL,10,'','fac65d5b127aec6d3fe48b0750cba721','',NULL),(19662,'en','woocommerce','0c1232369908764bb8ab8dc39a4189d9','Webhook delivery URL must be a valid URL starting with http:// or https://.',NULL,NULL,'','LINE',NULL,10,'','c630e3a8008e24b5267e3870abb22d07','',NULL),(19663,'en','woocommerce','073701aad67568a2c9a92ba4c53262f8','Webhook delivery URL.',NULL,NULL,'','LINE',NULL,10,'','985fdb1ca0411e7cfdeab89099abf554','',NULL),(19664,'en','woocommerce','72015a7d93720a52b16a747d06b2727f','Webhook event.',NULL,NULL,'','LINE',NULL,10,'','9cab022286b3a92a1ba4ba676c4053d7','',NULL),(19665,'en','woocommerce','cda5bd6017c3bb64f64bddf0f558aff9','Webhook resource.',NULL,NULL,'','LINE',NULL,10,'','3d5ec64927b67ffeed79ebd50d919976','',NULL),(19666,'en','woocommerce','59b1d78ff50a411e741892e5b42699bb','Webhook status must be valid.',NULL,NULL,'','LINE',NULL,10,'','2c1c1cb6689adf12ea265a01b204b193','',NULL),(19667,'en','woocommerce','a496a6f1d70b02135c3d011a82a58c95','Webhook status.',NULL,NULL,'','LINE',NULL,10,'','2164f252a7926e68be17b6bdd7dc5f51','',NULL),(19668,'en','woocommerce','a2aaa2a6919090c5d91bf47eda65c7f4','Webhook topic is required and must be valid.',NULL,NULL,'','LINE',NULL,10,'','83c732b069ecbf0cc2517c7d79d15b54','',NULL),(19669,'en','woocommerce','ed82ae07fa2358f6e78d27aaa0478027','Webhook topic must be valid.',NULL,NULL,'','LINE',NULL,10,'','16585a55e0a7eb8f0ce2509346db7b17','',NULL),(19670,'en','woocommerce','08b2e88a479b40d1c0c3abc127a34439','Webhook topic unknown. Please select a valid topic.',NULL,NULL,'','LINE',NULL,10,'','dc6b6e33001e3c745ae49ba2d0eace2e','',NULL),(19671,'en','woocommerce','cea3f2a10de3e179ee0c93d15c269fee','Webhook topic.',NULL,NULL,'','LINE',NULL,10,'','1b79f1e391e93ef58f311ba4e01a2444','',NULL),(19672,'en','woocommerce','dbfe0b8e6155ce46e24cc58eed7d08c8','Webhook updated successfully.',NULL,NULL,'','LINE',NULL,10,'','eba0842f4d855a72187212f530c8d9ed','',NULL),(19673,'en','woocommerce','bc4b43ee28bab414ad735e009afee111','Webhooks are event notifications sent to URLs of your choice. They can be used to integrate with third-party services which support them.',NULL,NULL,'','LINE',NULL,10,'','fa8606fb63bdff2ceef15123560f8c08','',NULL),(19674,'en','woocommerce','b03f2f454be8ab3a9877da7db1ff8947','Webhooks do not support trashing.',NULL,NULL,'','LINE',NULL,10,'','d25c91554832fa8b47fab683e04115b7','',NULL),(19675,'en','woocommerce','39298e2bae203bb366a06b8dd46a0a93','Week to Date',NULL,NULL,'','LINE',NULL,10,'','aafba504217789d0bad8b497eb06d9c0','',NULL),(19676,'en','woocommerce','afa62f9b7010d39f641f09d41ce33f5c','Week(s)',NULL,NULL,'','LINE',NULL,10,'','48644022d0adda302eb1a4555099fbf2','',NULL),(19677,'en','woocommerce','8c489d0946f66d17d73f26366a4bf620','Weight',NULL,NULL,'','LINE',NULL,10,'','491e837f5e86ae0c63df9f66fb7b6c48','',NULL),(19678,'en','woocommerce','88e589aeab5a1c20bae3f2b283e7934c','Weight (%s)',NULL,NULL,'','LINE',NULL,10,'','e5da06cb283f866c9a2d3ee0fda21deb','',NULL),(19679,'en','woocommerce','4f403fe16d4130884e51599ed531ff17','Weight in decimal form',NULL,NULL,'','LINE',NULL,10,'','5ccb6de0b308763f778e00bfb7f14eb6','',NULL),(19680,'en','woocommerce','cd85a4bc24b373f1abefe5f23a91791b','Welcome to {site_title}',NULL,NULL,'','LINE',NULL,10,'','ae2c3081e78d2e05448110d93b65424b','',NULL),(19681,'en','woocommerce','646c490db8f1951b717be6816af287e0','Wellington',NULL,NULL,'','LINE',NULL,10,'','b9027694176bf5c8205dbe87fe4f1ede','',NULL),(19682,'en','woocommerce','646af26d3da4702553553d2505404aeb','West Azarbaijan (آذربایجان غربی)',NULL,NULL,'','LINE',NULL,10,'','d10c40b9f61e93d0a670fe552bd67cae','',NULL),(19683,'en','woocommerce','eab98c0bc6134f56fe729dedf154c26f','West Bengal',NULL,NULL,'','LINE',NULL,10,'','002ffbd0f467ba8583f6d6544c4822b5','',NULL),(19684,'en','woocommerce','48409ca4361f39a4cfebbb58e83991d9','West Coast',NULL,NULL,'','LINE',NULL,10,'','e2ebb3dcda953f345e3ca38e04556d5d','',NULL),(19685,'en','woocommerce','7f0a44098c5e23207b742b84a4fc0f43','West Virginia',NULL,NULL,'','LINE',NULL,10,'','c22d91fd678456be84035a3e24030023','',NULL),(19686,'en','woocommerce','97a09e85a7e1b103409efc93efa4fed1','Western',NULL,NULL,'','LINE',NULL,10,'','31b6685a092cfb275696df04e278262d','',NULL),(19687,'en','woocommerce','5114603603977f3c09f73b83e16d3cf4','Western Australia',NULL,NULL,'','LINE',NULL,10,'','d1b81f6550766c9112a1ebe174698e5b','',NULL),(19688,'en','woocommerce','75b43a72911661944a58f1e3ea586c28','Western Cape',NULL,NULL,'','LINE',NULL,10,'','5c161307ee44b9b933cd644a98b3a29e','',NULL),(19689,'en','woocommerce','1bdb61bdbf5bc9a2cdc5db037ab610e0','Western Sahara',NULL,NULL,'','LINE',NULL,10,'','bc1b8d7eda7283ca84d16d25b73c6bf1','',NULL),(19690,'en','woocommerce','e087aa316930b66ede3542f2b4d8f1e3','Westmeath',NULL,NULL,'','LINE',NULL,10,'','73fa3b43fdbea9b3ac0d7b8fae0564d8','',NULL),(19691,'en','woocommerce','29b1e48535f0c2008a6c315845bcfd40','Wexford',NULL,NULL,'','LINE',NULL,10,'','a03daa29f9f982e8a5cfd94c9ea7fe1c','',NULL),(19692,'en','woocommerce','3804b392fc428fc73b6baba06e628e92','We’ll also use cookies to keep track of cart contents while you’re browsing our site.',NULL,NULL,'','LINE',NULL,10,'','117d9c87eb504fbb9f5980d0331fc268','',NULL),(19693,'en','woocommerce','8eefcb49f750f789bd43f1b9e01e03c9','What ZIP/post codes are available for local delivery?',NULL,NULL,'','LINE',NULL,10,'','953904ce4b35c444e501280d635e8231','',NULL),(19694,'en','woocommerce','4b54103341a63642ed2e34def782870e','What ZIP/post codes are available for local pickup?',NULL,NULL,'','LINE',NULL,10,'','0d509140f564a8e4b8fb17393a177123','',NULL),(19695,'en','woocommerce','fadac491b9903ad24f037d70fc7afbc5','What currency do you accept payments in?',NULL,NULL,'','LINE',NULL,10,'','c595070505c8754c0cb16d54afafbb8a','',NULL),(19696,'en','woocommerce','f51c23859eda65b605ede4da184b5996','What currency prices are listed at in the catalog and which currency gateways will take payments in.',NULL,NULL,'','LINE',NULL,10,'','68e8e4a42c9f4566074c99149c8e9250','',NULL),(19697,'en','woocommerce','63064c0c64b7181be7842a19230f659c','What fee do you want to charge for local delivery, disregarded if you choose free. Leave blank to disable.',NULL,NULL,'','LINE',NULL,10,'','fdbc79f1cc2d479a74884368226fbe82','',NULL),(19698,'en','woocommerce','3ff4f2388c6ff5718e66c15afabaf106','What is PayPal?',NULL,NULL,'','LINE',NULL,10,'','462d345cce5ade33ce8e2ec2b29c9dae','',NULL),(19699,'en','woocommerce','f91bfbb51eeb59d7855c14fc30a5dcdd','What running the tool will do.',NULL,NULL,'','LINE',NULL,10,'','07b9f796e01c956b3a24636028fb6811','',NULL),(19700,'en','woocommerce','9944a828f67fdbd3242586232cddcf31','What type of products do you plan to sell?',NULL,NULL,'','LINE',NULL,10,'','083d2c1737367b6e7ecebb50364353c7','',NULL),(19701,'en','woocommerce','94baae049aef9f6ae83b3a6492ab01a0','What we collect and store',NULL,NULL,'','LINE',NULL,10,'','e26a2539e97508577c32f04bc0e683a2','',NULL),(19702,'en','woocommerce','7993bdf6097e0ca09fc465c8cb905126','What we share with others',NULL,NULL,'','LINE',NULL,10,'','d20a818692d2f38799e3e468daf1f31b','',NULL),(19703,'en','woocommerce','e9d98891c3a2b3ad74c90e3c21a62e89','What would you like to charge for flat rate shipping?',NULL,NULL,'','LINE',NULL,10,'','b973d12c36ec47cb1dde744015f2763d','',NULL),(19704,'en','woocommerce','bd995f0b211707a80617ed12c41c283e','When product stock reaches this amount you will be notified by email',NULL,NULL,'','LINE',NULL,10,'','41d3193aac78296bc369514e9d305840','',NULL),(19705,'en','woocommerce','09982e3bdf3e1f94caa3275a51e88d66','When true, the payment gateway API is used to generate the refund.',NULL,NULL,'','LINE',NULL,10,'','2c7db143533ffb59971ceb935eb36004','',NULL),(19706,'en','woocommerce','3d38b89d4e9c840b570aaf9b0b6fc74b','When you are finished editing your product, hit the \"Publish\" button to publish your product to your store.',NULL,NULL,'','LINE',NULL,10,'','c55d1c07978d2f0b70692c0040bd8c70','',NULL),(19707,'en','woocommerce','fdeeccf5ed27dbc4f9c7377df9e9e65f','When you purchase from us, we’ll ask you to provide information including your name, billing address, shipping address, email address, phone number, credit card/payment details and optional account information like username and password. We’ll use this information for purposes, such as, to:',NULL,NULL,'','LINE',NULL,10,'','ccd0d570fa65e660ed8d980404bcfa77','',NULL),(19708,'en','woocommerce','a4c4392373255b295b28ad74d6a47ff8','When you receive a new order, it will appear here.',NULL,NULL,'','LINE',NULL,10,'','54b9cbb6b1e6e883158b1c0b8425111d','',NULL),(19709,'en','woocommerce','edd9684f2a9bd72ebd22fbd66e8e8c9d','Where is your store based?',NULL,NULL,'','LINE',NULL,10,'','ca6a3781cbc86bf66ea8442d88347189','',NULL),(19710,'en','woocommerce','49322a10c4dcf0f32721f0e59dc7906b','Whether or not this is a compound rate.',NULL,NULL,'','LINE',NULL,10,'','1fd78408b07d4ded35aae6311476cef9','',NULL),(19711,'en','woocommerce','c1ca36fa6ee7be6a433a5565ef492672','Whether or not this tax rate also gets applied to shipping.',NULL,NULL,'','LINE',NULL,10,'','3f3b497f8c3167967478090c821ff796','',NULL),(19712,'en','woocommerce','d7677b306721a08b4cd92330ff4f50e2','Whether or not you have WordPress Multisite enabled.',NULL,NULL,'','LINE',NULL,10,'','cbb9070df26e091214ea06d96322cd14','',NULL),(19713,'en','woocommerce','8f975a2803850c8783c07af43889ce82','Whether to bypass trash and force deletion.',NULL,NULL,'','LINE',NULL,10,'','0365b2006dc4777473d0492a91622ae9','',NULL),(19714,'en','woocommerce','302ef225218d46db1c4522029c4df0ee','Whether to hide resources not assigned to any products.',NULL,NULL,'','LINE',NULL,10,'','bc18d3c8253e0f1285426afbf8273fd3','',NULL),(19715,'en','woocommerce','ddad4c981bcc2c9edd8c0b2ec984c6aa','Which columns should be exported?',NULL,NULL,'','LINE',NULL,10,'','17b04bcb43eb3fc48fcc5e5484c7be61','',NULL),(19716,'en','woocommerce','ecdf548a0117e40938bb7e40b7e2a1c0','Which product category should be exported?',NULL,NULL,'','LINE',NULL,10,'','67fb0e91915452a6821dd77adcef813b','',NULL),(19717,'en','woocommerce','819d59784e8b8b2d76b4d90eea204c5d','Which product types should be exported?',NULL,NULL,'','LINE',NULL,10,'','66dddd4f01c9b54e7ea12d93e64ad3b0','',NULL),(19718,'en','woocommerce','43042216da9ea4ac9d9f03b52bb1f1f9','While you visit our site, we’ll track:',NULL,NULL,'','LINE',NULL,10,'','836469a1678bddcd266628f559f0d5b9','',NULL),(19719,'en','woocommerce','acfaf480f7eab96de00b5d7dd696b3d4','Whitelist of billing emails to check against when an order is placed. Separate email addresses with commas. You can also use an asterisk (*) to match parts of an email. For example \"*@gmail.com\" would match all gmail addresses.',NULL,NULL,'','LINE',NULL,10,'','d447ac1bfd1c8d5cbdbf007f956d0992','',NULL),(19720,'en','woocommerce','0514b2889d508307bfd4d9d86c89e530','Who on our team has access',NULL,NULL,'','LINE',NULL,10,'','e229073aa41f25ea811828f3ff0757c7','',NULL),(19721,'en','woocommerce','67ad056b683cf4fa2d91880ceaf68433','Wicklow',NULL,NULL,'','LINE',NULL,10,'','bd2280c4087438a0f59e0412971d7cb9','',NULL),(19722,'en','woocommerce','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,10,'','db43250853cc45647151f1c9b0dfd51a','',NULL),(19723,'en','woocommerce','fe907d5b17466e6c5c8334a419287268','Width (%s)',NULL,NULL,'','LINE',NULL,10,'','6850f4737719c174930a72c483db8dff','',NULL),(19724,'en','woocommerce','5aeb407b7ca7f3fe0dc50003b1e0712f','Wisconsin',NULL,NULL,'','LINE',NULL,10,'','b36953b78501b683a37bb5c10ee13bd4','',NULL),(19725,'en','woocommerce','f9e14b9b0d88334b026e4d74fa475ec0','WooCommerce › Setup Wizard',NULL,NULL,'','LINE',NULL,10,'','b33edad3ccc74edf739c54f0bc63309b','',NULL),(19726,'en','woocommerce','b413da208ea4e9933df802975545a97b','WooCommerce API. Use a consumer key in the username field and a consumer secret in the password field.',NULL,NULL,'','LINE',NULL,10,'','7367f957461365f4164916283e11739b','',NULL),(19727,'en','woocommerce','d9cb39caa35165df8a58027f12585029','WooCommerce Admin',NULL,NULL,'','LINE',NULL,10,'','c9e106de49874fde76bd3f95048ea896','',NULL),(19728,'en','woocommerce','b4a9baecdb63688f5803e0513761ed06','WooCommerce Admin icon',NULL,NULL,'','LINE',NULL,10,'','87c0f1651db76a435dc521f21a386e16','',NULL),(19729,'en','woocommerce','90b0e96295a446afa51baf2006631f9c','WooCommerce Blocks development mode requires files to be built. From the plugin directory, run %1$s to install dependencies, %2$s to build the files or %3$s to build the files and watch for changes.',NULL,NULL,'','LINE',NULL,10,'','98fe535c17ae4e102ce135021153ac0e','',NULL),(19730,'en','woocommerce','f0445ecb752751b10f7f0189f8deb83c','WooCommerce Endpoint',NULL,NULL,'','LINE',NULL,10,'','770f1d3680c122d9bc1ef4995263f933','',NULL),(19731,'en','woocommerce','dcc8aceb1e65553b1602e4b9ec098697','WooCommerce Endpoints',NULL,NULL,'','LINE',NULL,10,'','4f5a877fb8c38eb5a0c88ee02954423c','',NULL),(19732,'en','woocommerce','6c359f996ed9396d2afe9833400e28d3','WooCommerce Extensions',NULL,NULL,'','LINE',NULL,10,'','50244191f72d97b2edcca2e2add029f1','',NULL),(19733,'en','woocommerce','0cf3893eb996bd503af4719f6a4f567b','WooCommerce Helper',NULL,NULL,'','LINE',NULL,10,'','b53c8a3c54a7e4c2b944b4d6024a7c82','',NULL),(19734,'en','woocommerce','8d4147b81849b605ad4c5f215ae3e862','WooCommerce Network Orders',NULL,NULL,'','LINE',NULL,10,'','2cdace31eb1c29435c42d9533b08e4f2','',NULL),(19735,'en','woocommerce','5d9f410d901be394216e32b747b924fc','WooCommerce PayFast Gateway',NULL,NULL,'','LINE',NULL,10,'','ec1a885fff25544731c61bedd8aec771','',NULL),(19736,'en','woocommerce','8a880c45ddc85f6bc95b94386eee5d9e','WooCommerce PayPal Checkout Gateway',NULL,NULL,'','LINE',NULL,10,'','9733ce5f48ed1baf5bf47d5ff1b59876','',NULL),(19737,'en','woocommerce','a1560043b0c88355346c1b25f9a1c55c','WooCommerce REST API package',NULL,NULL,'','LINE',NULL,10,'','a66ef0773d47cef98da6383ac36f9da0','',NULL),(19738,'en','woocommerce','1d61c8a437d928347c72a4e622773275','WooCommerce Recent Reviews',NULL,NULL,'','LINE',NULL,10,'','061f0634e411f5bbe40d151484b166c1','',NULL),(19739,'en','woocommerce','3043de03fdcb08b1d72d537ece28a8b9','WooCommerce Services',NULL,NULL,'','LINE',NULL,10,'','83863a9759d7c5298a88608f15b8c5fd','',NULL),(19740,'en','woocommerce','08fbddb8c9a4008ac106cae1b4ba4260','WooCommerce Services icon',NULL,NULL,'','LINE',NULL,10,'','ac082dc56c1306883935e2a0b93c58d3','',NULL),(19741,'en','woocommerce','45b7acc8d963fb5094af21082c7b013f','WooCommerce Square',NULL,NULL,'','LINE',NULL,10,'','3f4f11de9b9bc6f3878c6e76d463bc95','',NULL),(19742,'en','woocommerce','ed4891fc362db49d79459dc4a1c370f5','WooCommerce Status',NULL,NULL,'','LINE',NULL,10,'','6e21be1446da333154e78075f1624137','',NULL),(19743,'en','woocommerce','771faedca0a22a401171348ae8da5000','WooCommerce Stripe Gateway',NULL,NULL,'','LINE',NULL,10,'','e969d353c1b1d8ef0d0df77fefa8b4a2','',NULL),(19744,'en','woocommerce','386deac64503bed366c080e9dafe60b5','WooCommerce action names associated with the webhook.',NULL,NULL,'','LINE',NULL,10,'','abacb0a92e3a5ca97c301982ba3c15a6','',NULL),(19745,'en','woocommerce','460f80c18d7e964047a00053605cf765','WooCommerce can accept both online and offline payments. <a href=\"%s\" target=\"_blank\">Additional payment methods</a> can be installed later.',NULL,NULL,'','LINE',NULL,10,'','aa71c67bcd815f2ef4410dc91c4e313b','',NULL),(19746,'en','woocommerce','421c3c83cd8e28d329c266b15fd382cd','WooCommerce database update',NULL,NULL,'','LINE',NULL,10,'','14563fe398759097ccff1c87ffcd3251','',NULL),(19747,'en','woocommerce','f3f1be7fed2830f10bdf37109f58e4fc','WooCommerce database update complete. Thank you for updating to the latest version!',NULL,NULL,'','LINE',NULL,10,'','721a38a2c3757489ae88ebb5f894ec00','',NULL),(19748,'en','woocommerce','d04da2231efc0c9b716063eec3b551c0','WooCommerce database update required',NULL,NULL,'','LINE',NULL,10,'','354c518397dc731d143b97f4e291e558','',NULL),(19749,'en','woocommerce','1983880ff23ab62f7f8d75e1a822753f','WooCommerce database version',NULL,NULL,'','LINE',NULL,10,'','71caac7199af06cf81abb425c38a86e5','',NULL),(19750,'en','woocommerce','2287cacee8243b1cd647cc34ca55087d','WooCommerce eWAY Gateway',NULL,NULL,'','LINE',NULL,10,'','22e2bda0c7c39093ba5b819dc2013aab','',NULL),(19751,'en','woocommerce','5cd194ef2502a0bec766be344b4b74bc','WooCommerce endpoints',NULL,NULL,'','LINE',NULL,10,'','da82fc466b970774fce6a5a04534c36f','',NULL),(19752,'en','woocommerce','aed4a7172fc3cc9ba246b3eb03e23787','WooCommerce extensions',NULL,NULL,'','LINE',NULL,10,'','61b4abe4ab4631028cd2e5e8137d4a02','',NULL),(19753,'en','woocommerce','1b694c087fcd4eafb8ddbf1855ee2db0','WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version.',NULL,NULL,'','LINE',NULL,10,'','6c2e1487468b88e3fbbf83afe41cc369','',NULL),(19754,'en','woocommerce','35b2f8dd3f3fa7036eedce0f55051e5c','WooCommerce helpdesk',NULL,NULL,'','LINE',NULL,10,'','6b02dbdc251e5df578d8d25228181336','',NULL),(19755,'en','woocommerce','7e4b44dba989e4111eb91678ef713570','WooCommerce is updating product data in the background',NULL,NULL,'','LINE',NULL,10,'','c0b15b76a88b223b199e569fd5d19603','',NULL),(19756,'en','woocommerce','29da5f1134955b0ae029e679b7bab96b','WooCommerce is updating the database in the background. The database update process may take a little while, so please be patient.',NULL,NULL,'','LINE',NULL,10,'','c487728849fb58840994540b2043ce0e','',NULL),(19757,'en','woocommerce','7c5460e9d3e3fe98d2dce893501e1880','WooCommerce pages',NULL,NULL,'','LINE',NULL,10,'','7dfbb8feae7a6325b6f4d5c2207512e0','',NULL),(19758,'en','woocommerce','4b6dbdb595233ab1a4b61c44c61c4db9','WooCommerce pages.',NULL,NULL,'','LINE',NULL,10,'','489073d6aaf61a0041ad0ed3c4b81547','',NULL),(19759,'en','woocommerce','8de30d397b0f8303e06b10cfb3d67ceb','WooCommerce plugins may use this method of communication when checking for plugin updates.',NULL,NULL,'','LINE',NULL,10,'','3077334b2cfe5bda2083411cd2f4da16','',NULL),(19760,'en','woocommerce','232eed7f920176daada2fb54d02aec76','WooCommerce products (CSV)',NULL,NULL,'','LINE',NULL,10,'','8d3c05069f7b1125e1db745e651682c5','',NULL),(19761,'en','woocommerce','c4d943abee21b54b3b8ba91a2af3cc49','WooCommerce settings',NULL,NULL,'','LINE',NULL,10,'','cdd5eb3162552dc9e0a439b1f80bef84','',NULL),(19762,'en','woocommerce','8541237348c3ee13de92fd11a06b77ba','WooCommerce status',NULL,NULL,'','LINE',NULL,10,'','273cd8fbc5e9d77e3d5d2b2e82a30576','',NULL),(19763,'en','woocommerce','d8b79e5fa6e001f7e2862b7a704a9d5a','WooCommerce support',NULL,NULL,'','LINE',NULL,10,'','dd179ebfb0285ea32a7d56ebc2d84dbf','',NULL),(19764,'en','woocommerce','293cf0443253431ff73ab959ad594822','WooCommerce tax rates (CSV)',NULL,NULL,'','LINE',NULL,10,'','1ce1c3f451a48d8f0b114aace591195f','',NULL),(19765,'en','woocommerce','aa444609246e00f5dd62fba8231d850b','WooCommerce transients',NULL,NULL,'','LINE',NULL,10,'','fec2f9e35ee7a84bc7a554a10eb2ddf6','',NULL),(19766,'en','woocommerce','44098dbcac134885eef3469a73475c4a','WooCommerce version',NULL,NULL,'','LINE',NULL,10,'','ed1400da828cdbc48924bfb0acf7dea1','',NULL),(19767,'en','woocommerce','cf977f0ca2f4448cde1c8de4f6ee2e6d','WooCommerce version.',NULL,NULL,'','LINE',NULL,10,'','5bdebc741ade4a50cd463bf25c8a40ad','',NULL),(19768,'en','woocommerce','e17aae64603e8d28a15d506400ed223c','WooCommerce will match a customer to a single zone using their shipping address and present the shipping methods within that zone to them.',NULL,NULL,'','LINE',NULL,10,'','f0d4bd8c93f5bb06c021253814e8ebc4','',NULL),(19769,'en','woocommerce','3d5fc4997af8677fdddd2ae7e5566898','WooCommerce will run under this version of PHP, however, it has reached end of life. We recommend using PHP version 7.2 or above for greater performance and security.',NULL,NULL,'','LINE',NULL,10,'','8bbe596fcf40fb24961560fdd40c0ebd','',NULL),(19770,'en','woocommerce','5a4dc737efdeb128032ad3ac13811237','WooCommerce will run under this version of PHP, however, some features such as geolocation are not compatible. Support for this version will be dropped in the next major release. We recommend using PHP version 7.2 or above for greater performance and security.',NULL,NULL,'','LINE',NULL,10,'','05d01657c3dcb6c489ee19fa8a39ac52','',NULL),(19771,'en','woocommerce','9ae3912656b6aa285c3f9184d61f72fb','WooCommerce.com Subscriptions %s',NULL,NULL,'','LINE',NULL,10,'','33068c8f8a5ea82ff2c4f6bcfe5d2ff7','',NULL),(19772,'en','woocommerce','4c99467f6e6435a7ae962d525540cf89','WordPress address (URL)',NULL,NULL,'','LINE',NULL,10,'','8e252787c8fc7279ee35cf78aeef52e1','',NULL),(19773,'en','woocommerce','18e50aafda687276891782a8dc971c80','WordPress cron',NULL,NULL,'','LINE',NULL,10,'','1bf1af140adf4cbd7edd0eafa092b149','',NULL),(19774,'en','woocommerce','7f12d4c9650ecbe6f0d741ee32bdbf75','WordPress debug mode',NULL,NULL,'','LINE',NULL,10,'','e600ddf37aeeb6ee6a5c8848439be705','',NULL),(19775,'en','woocommerce','c2164754c910d48d8487b9099db87579','WordPress environment',NULL,NULL,'','LINE',NULL,10,'','e26bcf4a92592604e26d7c51b6effb08','',NULL),(19776,'en','woocommerce','65d1b4889c7f1a55f200611d4377e034','WordPress language.',NULL,NULL,'','LINE',NULL,10,'','9d98fe8acb9f1ae0fe072b4561a51b07','',NULL),(19777,'en','woocommerce','2eaa3c1460286532c82dd18707261fb2','WordPress memory limit',NULL,NULL,'','LINE',NULL,10,'','1848a28b2798c2eedc338bd7f5c92a7e','',NULL),(19778,'en','woocommerce','6ac8cae0a0786d72da2231344bf78d2f','WordPress memory limit.',NULL,NULL,'','LINE',NULL,10,'','fe157d881c3dbc9db36612f280f2cc82','',NULL),(19779,'en','woocommerce','bbf5dc84925b8d2f409d16536f62281b','WordPress multisite',NULL,NULL,'','LINE',NULL,10,'','f0472f7022bd8737826c1892e6bf0cf8','',NULL),(19780,'en','woocommerce','c1a0cae88edef01da3f024e9c7f384de','WordPress requirements',NULL,NULL,'','LINE',NULL,10,'','cc51cee98b899fc97a01dd4fcdf44a3f','',NULL),(19781,'en','woocommerce','0a01ebbe9ef557ff55bb959fce723781','WordPress version',NULL,NULL,'','LINE',NULL,10,'','4f83640c68ed0d9f3fe7c8bb953cf213','',NULL),(19782,'en','woocommerce','e59c24670a4f9e6995b95db5fef85867','WordPress version.',NULL,NULL,'','LINE',NULL,10,'','ae7d479378ad5c3606cca2c89977f4ef','',NULL),(19783,'en','woocommerce','33f9aa2961b25931e1925acabbcbeb79','WordPress.org project',NULL,NULL,'','LINE',NULL,10,'','2e0871c743777dc329ec9bea94fe3c08','',NULL),(19784,'en','woocommerce','1129c0e4d43f2d121652a7302712cff6','Write',NULL,NULL,'','LINE',NULL,10,'','c743606883e262bbf7f4bfd3e37d3a1e','',NULL),(19785,'en','woocommerce','823ee6401883db6f9e5865f51c77d97c','Wyoming',NULL,NULL,'','LINE',NULL,10,'','19f17d582fcade42fbe718c4109d5b89','',NULL),(19786,'en','woocommerce','5dc8eed02bf402511a73ab0731c265ee','Xinjiang / 新疆',NULL,NULL,'','LINE',NULL,10,'','097780e706d431960b0a78540ea9205c','',NULL),(19787,'en','woocommerce','336bf2c8654e44e4e3ac51f9806980ec','Yala',NULL,NULL,'','LINE',NULL,10,'','5bb9ce22b296f3a8aba72781ed05a966','',NULL),(19788,'en','woocommerce','2cca9f1c349ef942d84322a555972894','Yalova',NULL,NULL,'','LINE',NULL,10,'','22ed89fc245fe74ca1a29e8973be0641','',NULL),(19789,'en','woocommerce','79aa67a5460d5854c51afc84d0f7c635','Yamagata',NULL,NULL,'','LINE',NULL,10,'','b6c3dfd3933633b32fda0bc5b9aa57b1','',NULL),(19790,'en','woocommerce','74fce9f3d561bc667c0ae0c4f9a6fc89','Yamaguchi',NULL,NULL,'','LINE',NULL,10,'','361e48ea2a8e7ad2dfab60a43b777563','',NULL),(19791,'en','woocommerce','c549f01ced6a0e04608a6525fac8c40b','Yamanashi',NULL,NULL,'','LINE',NULL,10,'','41c183a02b0458a26a69fb98ebfd4336','',NULL),(19792,'en','woocommerce','4ec94a9895083010635f4dc2e0e5b785','Yambol',NULL,NULL,'','LINE',NULL,10,'','a610f693b18fd3f8c12aba7b4e9ec441','',NULL),(19793,'en','woocommerce','8bac03cff66621b242f55d524ae3f8db','Yards',NULL,NULL,'','LINE',NULL,10,'','b1e4fb6874e9cd97a3d896f6780b6c25','',NULL),(19794,'en','woocommerce','c64766073a029c8bcd85272509382d1d','Yasothon',NULL,NULL,'','LINE',NULL,10,'','7a7ca09e015c121be20356d327f2e627','',NULL),(19795,'en','woocommerce','7efa5872367925e907662f1d9c10a143','Yazd (یزد)',NULL,NULL,'','LINE',NULL,10,'','5d3eba49e2a1f1d21b2b7647af846db6','',NULL),(19796,'en','woocommerce','537c66b24ef5c83b7382cdc3f34885f2','Year',NULL,NULL,'','LINE',NULL,10,'','c7facda2a48dee353e4d061425b42705','',NULL),(19797,'en','woocommerce','ac3c3b6535fdd84f15e32d0ec2608bae','Year to Date',NULL,NULL,'','LINE',NULL,10,'','ce53ced4f146c1f57a9abe4952fb7867','',NULL),(19798,'en','woocommerce','339a93c71b8ff3898a8b16f50782933b','Year(s)',NULL,NULL,'','LINE',NULL,10,'','c45a9055639a8f507405fca9d6b554ed','',NULL),(19799,'en','woocommerce','724bf4ca11a567636547a92a37e397b7','Yemen',NULL,NULL,'','LINE',NULL,10,'','3e1f0607264c9538b5c6605191a25313','',NULL),(19800,'en','woocommerce','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,10,'','0f4458013c706fab0b85206867b6d4e2','',NULL),(19801,'en','woocommerce','f7314fbe34964ff5a849d19edfe731d5','Yes please!',NULL,NULL,'','LINE',NULL,10,'','1a9283aa4a1baa10e8163ee829e74d10','',NULL),(19802,'en','woocommerce','fe7e6cd4e3dcf6977165405729f7f122','Yes, export all custom meta',NULL,NULL,'','LINE',NULL,10,'','cc8682bdb172b04ceb796723b702ae95','',NULL),(19803,'en','woocommerce','ebfe9ce86e6e9fb953aa7a25b59c1956','Yesterday',NULL,NULL,'','LINE',NULL,10,'','ddbe55eaa750015170eb2ee1b11b2465','',NULL),(19804,'en','woocommerce','f0259f22d44933dcbda905346c753dab','Yobe',NULL,NULL,'','LINE',NULL,10,'','bdb8ce00f48ce8b1dd889a124ea9529f','',NULL),(19805,'en','woocommerce','b202eff548e40c08f04cd669b24334a3','You can add multiple shipping methods within this zone. Only customers within the zone will see them.',NULL,NULL,'','LINE',NULL,10,'','f33c4c684f06e9c304b1a972757d4250','',NULL),(19806,'en','woocommerce','ec868973c08c54138d5fbe292372da43','You can also:',NULL,NULL,'','LINE',NULL,10,'','8404dff0b97e9c75310ca6939bb6b24d','',NULL),(19807,'en','woocommerce','0a3b7ab4fe09c01fb58af976b4fc8a86','You can manually run queued updates here.',NULL,NULL,'','LINE',NULL,10,'','cb61ae572bd4ded63cf047751cb18fd8','',NULL),(19808,'en','woocommerce','9f71fe1cecaf23b1f425709d20288f88','You can only have 1 %s in your cart.',NULL,NULL,'','LINE',NULL,10,'','4836ac790be30d0268df37d328b572aa','',NULL),(19809,'en','woocommerce','52b1cf141002c091db7e1434417a118e','You can optionally \"tag\" your products here. Tags are a method of labeling your products to make them easier for customers to find.',NULL,NULL,'','LINE',NULL,10,'','523df2afa9d9029c96680f557064daba','',NULL),(19810,'en','woocommerce','50c44a8b38a360483a24de74ebb235b7','You cannot add "%s" to the cart because the product is out of stock.',NULL,NULL,'','LINE',NULL,10,'','433d3544a0b58982218e6c72e0ff2597','',NULL),(19811,'en','woocommerce','8555ad7c8d7574965d9a7a522c657829','You cannot add another \"%s\" to your cart.',NULL,NULL,'','LINE',NULL,10,'','f689a748ca1e5f5609d5ab25364850d5','',NULL),(19812,'en','woocommerce','ccb9e650695d0684680253a502b3b06b','You cannot add that amount of "%1$s" to the cart because there is not enough stock (%2$s remaining).',NULL,NULL,'','LINE',NULL,10,'','b18f663b9c19dc84b30dbdf140d35ae1','',NULL),(19813,'en','woocommerce','0b67c534bf7a9c5fd60bfdc6221ad5fd','You cannot add that amount to the cart — we have %1$s in stock and you already have %2$s in your cart.',NULL,NULL,'','LINE',NULL,10,'','e201e90270182f1fe019c6dfb2a57449','',NULL),(19814,'en','woocommerce','06c8c57c25825485db0285cb2910195e','You cannot add the same tax rate twice!',NULL,NULL,'','LINE',NULL,10,'','33b1dd2c31dfe5a3b02b2e5a0d0e8796','',NULL),(19815,'en','woocommerce','2e7040087bd7a6aeba9f63efd891c522','You do not have permission to access this page',NULL,NULL,'','LINE',NULL,10,'','1e79258eea7323d5849d667ae1e70a82','',NULL),(19816,'en','woocommerce','a373aeaf64b04b9275d0153514f9c5a3','You do not have permission to assign API Keys to the selected user.',NULL,NULL,'','LINE',NULL,10,'','3bf164ee43955dd1b35d8789cec4ee17','',NULL),(19817,'en','woocommerce','eed9eea140ef53db55087c214c34d391','You do not have permission to create coupons',NULL,NULL,'','LINE',NULL,10,'','f5f33deafa4e74aa5166fc63b5993a1e','',NULL),(19818,'en','woocommerce','c94010a5e09f1f990cb56a6c69697025','You do not have permission to create order notes',NULL,NULL,'','LINE',NULL,10,'','24b5f344a8eae0c72d6896ad12ef0a01','',NULL),(19819,'en','woocommerce','783528ecc50471556cfa9d1d44e18a7a','You do not have permission to create order refunds',NULL,NULL,'','LINE',NULL,10,'','428cded16bd9584c60762f156de891ae','',NULL),(19820,'en','woocommerce','27078f69bba92df776565e5aaea26caf','You do not have permission to create orders',NULL,NULL,'','LINE',NULL,10,'','44774f811aaf7d09d7fff99b1a4f1a0d','',NULL),(19821,'en','woocommerce','a68b826db1d5b9d7186a2bf0773dbcc1','You do not have permission to create product attributes',NULL,NULL,'','LINE',NULL,10,'','5e6838d8c99306bab4320454296e1d91','',NULL),(19822,'en','woocommerce','e0d01e0dd1ce04314ed0a68ffd7ad951','You do not have permission to create product categories',NULL,NULL,'','LINE',NULL,10,'','af76782f665bd84235ab9e301b6d25e0','',NULL),(19823,'en','woocommerce','02a7d303c4fee4f5c361df4a79bec760','You do not have permission to create product shipping classes',NULL,NULL,'','LINE',NULL,10,'','92f80b3d85eda17057b7ddd5c3aa01a3','',NULL),(19824,'en','woocommerce','3063ffaf8891781cad4910a32e1e239b','You do not have permission to create product tags',NULL,NULL,'','LINE',NULL,10,'','76df4bd5332d2ccb182c521a1cd183a1','',NULL),(19825,'en','woocommerce','41d96c94551dab50d7796dfdd27b8897','You do not have permission to create products',NULL,NULL,'','LINE',NULL,10,'','abec89016af6766ec12e6bb89e7ba10a','',NULL),(19826,'en','woocommerce','fbc1d4843c2c1635f0fa48d8b6d10cad','You do not have permission to create tax classes',NULL,NULL,'','LINE',NULL,10,'','64d9021405ee8651fbb5d4419380584c','',NULL),(19827,'en','woocommerce','f71f811ee8e9aa7e74b25c8840def2b9','You do not have permission to create tax rates',NULL,NULL,'','LINE',NULL,10,'','7a4d84e356ee3860448c1b4275e9a90a','',NULL),(19828,'en','woocommerce','f5b1bf587df92165732100efc2e39cb2','You do not have permission to create this customer',NULL,NULL,'','LINE',NULL,10,'','54ca16060f978e900f2f8e0c69514a05','',NULL),(19829,'en','woocommerce','fd0237018b8188c029c4a67538fe1f88','You do not have permission to create webhooks.',NULL,NULL,'','LINE',NULL,10,'','cab6671d34318024dde67b23565079ea','',NULL),(19830,'en','woocommerce','df82883473f496168f4cb571d3ebb574','You do not have permission to delete product attribute terms',NULL,NULL,'','LINE',NULL,10,'','901eb8760a5350c9e9b0435ae755a830','',NULL),(19831,'en','woocommerce','2f110ed2483dc00c7f5a21cd806638ba','You do not have permission to delete product attributes',NULL,NULL,'','LINE',NULL,10,'','288efaa4d718469170e2a0635ed18763','',NULL),(19832,'en','woocommerce','0e135def6affd79ee091f9146520dd40','You do not have permission to delete product category',NULL,NULL,'','LINE',NULL,10,'','1fa3bb80f6318e7a57f712354fe5cc13','',NULL),(19833,'en','woocommerce','f76ca74541ba89bd3864f9ccfa935228','You do not have permission to delete product shipping classes',NULL,NULL,'','LINE',NULL,10,'','93eaf767cb2cb9d38474ce449b0ec752','',NULL),(19834,'en','woocommerce','d8f965bc4889f1e3e05c8436bd311e5d','You do not have permission to delete product tag',NULL,NULL,'','LINE',NULL,10,'','e875e60527434278713bcdaf48533e36','',NULL),(19835,'en','woocommerce','db214949623386322bf9892c2e152187','You do not have permission to delete tax classes',NULL,NULL,'','LINE',NULL,10,'','160e0fa64c5c8945d3ffa2363a3f2ba3','',NULL),(19836,'en','woocommerce','d6a659e986dbbfd06b93834a501bb446','You do not have permission to delete tax rates',NULL,NULL,'','LINE',NULL,10,'','716b818a57e7a50beab6f458a8948df2','',NULL),(19837,'en','woocommerce','22a2457d3bcd23b858ad539c5358fb86','You do not have permission to delete this %s',NULL,NULL,'','LINE',NULL,10,'','c6b4a8e1956a1725dde4a24d4cf6992d','',NULL),(19838,'en','woocommerce','f0f50d5ea9eeaad0f7f4afe1d3b0fdb8','You do not have permission to delete this customer',NULL,NULL,'','LINE',NULL,10,'','318e97bb444de28fc2be500a5495ef1c','',NULL),(19839,'en','woocommerce','360f84f980985bccc8b336bfe553f63d','You do not have permission to edit API Keys',NULL,NULL,'','LINE',NULL,10,'','417335bb8b8895bdd58c4c900a733993','',NULL),(19840,'en','woocommerce','9fb6b4373a20adc180bb00332f951619','You do not have permission to edit Webhooks',NULL,NULL,'','LINE',NULL,10,'','9ee452fc58cd8b4c1d8c85eae282c97e','',NULL),(19841,'en','woocommerce','1e75f500572f55b77cbeffd9cc74a675','You do not have permission to edit product attributes',NULL,NULL,'','LINE',NULL,10,'','a2b385e52db26cb4a604316244c0c46f','',NULL),(19842,'en','woocommerce','3f31c38b140414b0f4040d37bc798717','You do not have permission to edit product categories',NULL,NULL,'','LINE',NULL,10,'','f40e416ad6a7769026fc6c5927a217fc','',NULL),(19843,'en','woocommerce','83a0f637ddc72f43474d58b103e37919','You do not have permission to edit product shipping classes',NULL,NULL,'','LINE',NULL,10,'','1c9922f32fa16b1786588364d1c1bb47','',NULL),(19844,'en','woocommerce','94c6b4afd76cfb6678619bb49b577776','You do not have permission to edit product tags',NULL,NULL,'','LINE',NULL,10,'','a0b5552b578077f939f32d737321ed2f','',NULL),(19845,'en','woocommerce','d45ed451ab08983c6d08d8c77e7c650e','You do not have permission to edit tax rates',NULL,NULL,'','LINE',NULL,10,'','cba03eb0a03a6fcac588eb4d767619e5','',NULL),(19846,'en','woocommerce','edc6e84d57a9f7efc6bf653c76883ba6','You do not have permission to edit this %s',NULL,NULL,'','LINE',NULL,10,'','ee20aa008c903cd8509d0189bb95c676','',NULL),(19847,'en','woocommerce','4c05f1492d59e6e8c636879240791a8e','You do not have permission to edit this API Key',NULL,NULL,'','LINE',NULL,10,'','02d771f5347126c45281dda6578b6194','',NULL),(19848,'en','woocommerce','9e4bca043f4898ce066826f10025a1b5','You do not have permission to edit this customer',NULL,NULL,'','LINE',NULL,10,'','030f5fc415a033d411d4fad93512fbce','',NULL),(19849,'en','woocommerce','1a0e578bf0e416e0d74a7d3320f44c3a','You do not have permission to install plugin or theme',NULL,NULL,'','LINE',NULL,10,'','db410ef37ca576e63c2a413325359ad2','',NULL),(19850,'en','woocommerce','9a89ac56e7c49535832b4c27a6911897','You do not have permission to read product attribute terms',NULL,NULL,'','LINE',NULL,10,'','5641159ac0248fe8488dc79221f6da07','',NULL),(19851,'en','woocommerce','d837100c8a600235c2eeb47cb1c142ff','You do not have permission to read product attributes',NULL,NULL,'','LINE',NULL,10,'','87cd709f5e54ffd535dca1c74d46e176','',NULL),(19852,'en','woocommerce','307756d113f6aecba5e377d86d467edd','You do not have permission to read product categories',NULL,NULL,'','LINE',NULL,10,'','fa8a30d247514527692fe98504caa1f8','',NULL),(19853,'en','woocommerce','6148c93403709e3473953f4e2a0be53e','You do not have permission to read product shipping classes',NULL,NULL,'','LINE',NULL,10,'','8e560f121e006d6f7aedbd816fe0b95b','',NULL),(19854,'en','woocommerce','0b40ea0ff0cfba853e08883f64545243','You do not have permission to read product tags',NULL,NULL,'','LINE',NULL,10,'','abf7d109c3516321c03acd2da255c2d8','',NULL),(19855,'en','woocommerce','6f07a0e5f5c32a4dd84c4bec048d6da3','You do not have permission to read tax classes',NULL,NULL,'','LINE',NULL,10,'','2102c5a5ad9ce964af275ac3f399c664','',NULL),(19856,'en','woocommerce','77f4f5feb403c838b9c046f74c4d9209','You do not have permission to read tax rate',NULL,NULL,'','LINE',NULL,10,'','0ba8d6afbe8a69fba7fd1dbe5a609f07','',NULL),(19857,'en','woocommerce','50b451c631f71e48a27a683584a58cb5','You do not have permission to read the coupons count',NULL,NULL,'','LINE',NULL,10,'','8945cfef60dbcdd92a94a1b1f88285f6','',NULL),(19858,'en','woocommerce','ccad73e39169dac061c60f800bb31213','You do not have permission to read the customers count',NULL,NULL,'','LINE',NULL,10,'','0f7253002a47765ae6c5fb0fd3510e65','',NULL),(19859,'en','woocommerce','9d9668aadec53c1207695921fc08ad6c','You do not have permission to read the orders count',NULL,NULL,'','LINE',NULL,10,'','48db3dfec9499fb43f116f67e36aea64','',NULL),(19860,'en','woocommerce','cf4e9982b68504b61e107fe01e1f65b7','You do not have permission to read the products count',NULL,NULL,'','LINE',NULL,10,'','941d3f2d9a89c49cc33b7f8159a7ef24','',NULL),(19861,'en','woocommerce','d8c673d12a5d9e420ef7ace961e4c461','You do not have permission to read the tax classes count',NULL,NULL,'','LINE',NULL,10,'','b4cecf3e3d589bbc3fd33eef79545500','',NULL),(19862,'en','woocommerce','d0928848db0ac84a39810bcb429790e4','You do not have permission to read the taxes count',NULL,NULL,'','LINE',NULL,10,'','12963ac9be6abe0c77bcca9eb6d49e81','',NULL),(19863,'en','woocommerce','0d373bd73d2e74ce460c1c8dabd21be2','You do not have permission to read the webhooks count',NULL,NULL,'','LINE',NULL,10,'','709ecfe2e2603266521d1852384a448d','',NULL),(19953,'en','woocommerce','c10b9fe3676f07f2278cc23901b1fda5','You do not have permission to read this %s',NULL,NULL,'','LINE',NULL,10,'','88ee8b661b41a4f2230eb830115a2c3a','',NULL),(19954,'en','woocommerce','51f9edee602fa722724a144dde7b620a','You do not have permission to read this customer',NULL,NULL,'','LINE',NULL,10,'','c947034231c7d6c55fa27be919441382','',NULL),(19955,'en','woocommerce','aae3f5a24cbd45b3e8cd8b4d253584b4','You do not have permission to read this report',NULL,NULL,'','LINE',NULL,10,'','4a3399cc09cfe2c233c9b59f084c2630','',NULL),(19956,'en','woocommerce','ed3d7c22fc9fd7ef985aa78e32eff495','You do not have permission to revoke API Keys',NULL,NULL,'','LINE',NULL,10,'','827291bf683a664de1ec3250ed1cc98b','',NULL),(19957,'en','woocommerce','9217d3368ae354675167173743a6472f','You do not have permission to revoke this API Key',NULL,NULL,'','LINE',NULL,10,'','a5253c99e5c7e1462d00483e560ae61d','',NULL),(19958,'en','woocommerce','2aa56b9018b803cd706ab66c29a8edbd','You do not have permission to update Webhooks',NULL,NULL,'','LINE',NULL,10,'','7c76ca25198f9ea640000656f8d69901','',NULL),(19959,'en','woocommerce','a7468935f8fff7b7fd1bfa19da3acc53','You don’t have permission to do this.',NULL,NULL,'','LINE',NULL,10,'','f2b42bfda597bd20d923408d9f5a5636','',NULL),(19960,'en','woocommerce','3491883f85ca030759f55e3f05320c94','You have installed a development version of WooCommerce which requires files to be built and minified. From the plugin directory, run <code>grunt assets</code> to build and minify assets.',NULL,NULL,'','LINE',NULL,10,'','e5da81caed974219b19db55fb701c575','',NULL),(19961,'en','woocommerce','65068abe708d2f84f29782ddab7cd9c3','You have not set up this type of address yet.',NULL,NULL,'','LINE',NULL,10,'','ab3703fdb37f3fa1eda0bc721e3b8b66','',NULL),(19962,'en','woocommerce','7cfcba8efa3d56db21939923faac4ab0','You have received the following WooCommerce log message:',NULL,NULL,'','LINE',NULL,10,'','379d011a64f0c0caf27331fffd9761e2','',NULL),(19963,'en','woocommerce','80d23d098b0ec1b57ef6bae38323a470','You have received the following WooCommerce log messages:',NULL,NULL,'','LINE',NULL,10,'','923f29ddc134050283a1d5c70a1745de','',NULL),(19964,'en','woocommerce','225498f76672c7f490edc8d6918ff2bf','You have successfully connected your store to WooCommerce.com',NULL,NULL,'','LINE',NULL,10,'','88f54b4987a52b9e551fbb321051f41e','',NULL),(19965,'en','woocommerce','2b443c2cb66341f14cea87d8f2578f2f','You have successfully disconnected your store from WooCommerce.com',NULL,NULL,'','LINE',NULL,10,'','0e2e95dca62ead29412a9554e0b56106','',NULL),(19966,'en','woocommerce','76efbb34cb79aa4c83b179cd07b17e5e','You may also like…',NULL,NULL,'','LINE',NULL,10,'','21f8fad719226f3ff39bd73ca9d9d4d7','',NULL),(19967,'en','woocommerce','dec40bcb36518a54f3d3ffca2f6aa431','You may be interested in…',NULL,NULL,'','LINE',NULL,10,'','89807d0a1a340c22610f0967e7a7747d','',NULL),(19968,'en','woocommerce','0f2967f2f0b95043eb2b05aab6f2700e','You may need to manually restore the item\'s stock.',NULL,NULL,'','LINE',NULL,10,'','1fda458fe1c48cffacf83e18bde9c763','',NULL),(19969,'en','woocommerce','e4e11ba2710a4ddd136d601a2947e8f4','You may select up to %d items.',NULL,NULL,'','LINE',NULL,10,'','f56f33884cc981507e9fb8c18322a5f7','',NULL),(19970,'en','woocommerce','063e4b98cb62eb146f856e8c47af5c57','You must be %1$slogged in%2$s to post a review.',NULL,NULL,'','LINE',NULL,10,'','f58c654e256b2b24cfdba1a56056da55','',NULL),(19971,'en','woocommerce','401e078d2884e8a9afbc56860359562b','You must be logged in to checkout.',NULL,NULL,'','LINE',NULL,10,'','d4fad2dead4c0535b2de48080d1e4697','',NULL),(19972,'en','woocommerce','f391a0519d8548bc01f78753ab15b352','You must be logged in to download files.',NULL,NULL,'','LINE',NULL,10,'','49ce82178c24d947695616b5b23a25ce','',NULL),(19973,'en','woocommerce','8274538a35cc9ef77d89bb240d32750c','You will need to manually issue a refund through your payment gateway after using this.',NULL,NULL,'','LINE',NULL,10,'','d0c961aa20bd86212bfabdf5981d7d42','',NULL),(19974,'en','woocommerce','56c30098d9bbd27b007784a00d955348','You\'re ready to add products to your store.',NULL,NULL,'','LINE',NULL,10,'','185b78f39c6e9313deab5701301878a9','',NULL),(19975,'en','woocommerce','5520a25ae2afb95bdd4605fe25f485fd','You\'re ready to start selling!',NULL,NULL,'','LINE',NULL,10,'','5e05d22f74f091d9b240fb30026d6de5','',NULL),(19976,'en','woocommerce','861d241a81f94c4d7e4a301c081c00a3','Your CSV needs to include columns in a specific order. %1$sClick here to download a sample%2$s.',NULL,NULL,'','LINE',NULL,10,'','61368c63bbbf5a48a4c902463d66cecc','',NULL),(19977,'en','woocommerce','f38290d182dea9cf2c0e6ac2e826583e','Your account was created successfully and a password has been sent to your email address.',NULL,NULL,'','LINE',NULL,10,'','1160c45a09468b9e1090ea263cbed601','',NULL),(19978,'en','woocommerce','29a9049d9273e28ef4dc63ac0d20fe2f','Your account was created successfully. Your login details have been sent to your email address.',NULL,NULL,'','LINE',NULL,10,'','b856e65c1308cb05e133ac0863e743e6','',NULL),(19979,'en','woocommerce','877300276a72c788dc01d357238b515b','Your cart is currently empty.',NULL,NULL,'','LINE',NULL,10,'','6b21c36a19de19e26df1c5637f833ef2','',NULL),(19980,'en','woocommerce','b03c6cff330285a6b3aec07c34923222','Your changed data will be lost if you leave this page without saving.',NULL,NULL,'','LINE',NULL,10,'','3fa0053a5696cd79a3c1b672546f2dee','',NULL),(19981,'en','woocommerce','cc10973ebae83eeb2a4085216a71953a','Your changes have been saved.',NULL,NULL,'','LINE',NULL,10,'','a1689dd2783da1d78852d7649187c2ec','',NULL),(19982,'en','woocommerce','9d64a14a509d12f76d83c45d48cc859c','Your changes were not saved. Please retry.',NULL,NULL,'','LINE',NULL,10,'','b5b84e78bfcff7cf314a1bb70c4ff4a1','',NULL),(19983,'en','woocommerce','c4b98bea0505b27f2fd25008fca2e4bd','Your current password is incorrect.',NULL,NULL,'','LINE',NULL,10,'','780d854d4a39cb69c32b5b06837fb947','',NULL),(19984,'en','woocommerce','fb44c58415f67d6008dcce9f61290d7f','Your installation of WooCommerce is incomplete. If you installed WooCommerce from GitHub, %1$splease refer to this document%2$s to set up your development environment.',NULL,NULL,'','LINE',NULL,10,'','65223ce696666dc324ed482a3fde3663','',NULL),(19985,'en','woocommerce','663718618f93854a87941ed8709f3b50','Your installation of WooCommerce is incomplete. If you installed WooCommerce from GitHub, please refer to this document to set up your development environment: https://github.com/woocommerce/woocommerce/wiki/How-to-set-up-WooCommerce-development-environment',NULL,NULL,'','LINE',NULL,10,'','63cc7a43fe331d8ebecb7c57cafa82ab','',NULL),(19986,'en','woocommerce','0c86a95a52683c0721daac656c79d46f','Your installation of the WooCommerce Blocks feature plugin is incomplete. Please run %1$s within the %2$s directory.',NULL,NULL,'','LINE',NULL,10,'','51f33271e607827a80c8869dc6311088','',NULL),(19987,'en','woocommerce','30a707099faa2be562b59b2ff7362e8c','Your installation of the WooCommerce REST API feature plugin is incomplete. Please run %1$s within the %2$s directory.',NULL,NULL,'','LINE',NULL,10,'','958826a8fb62cbd93b01bb0956a78647','',NULL),(19988,'en','woocommerce','ab701a064f965832a69d318bf574bb56','Your invoice for order #{order_number}',NULL,NULL,'','LINE',NULL,10,'','0740006f8ce50a664dc104003c2e5004','',NULL),(19989,'en','woocommerce','b5a18251ee871e7843f0fa50a9886879','Your latest {site_title} invoice',NULL,NULL,'','LINE',NULL,10,'','bc9fd27f85d262165be84eecd17e3d5e','',NULL),(19990,'en','woocommerce','5238bd0d26ee4c221badd6e6c6475412','Your order',NULL,NULL,'','LINE',NULL,10,'','4e62d961c572012cd991cec8b5a02e28','',NULL),(19991,'en','woocommerce','257a0f7fe7ac1e9b734e2fc26726be0d','Your order can no longer be cancelled. Please contact us if you need assistance.',NULL,NULL,'','LINE',NULL,10,'','af83279f2689d4b96fafad38b1985b9e','',NULL),(19992,'en','woocommerce','b66f7dabf9c08cff60c4bb68764155c6','Your order on %s has been partially refunded. There are more details below for your reference:',NULL,NULL,'','LINE',NULL,10,'','b1073a5c30c9aac29c95f3122b198e24','',NULL),(19993,'en','woocommerce','24d76c07bd4c28098ef525f543b0b683','Your order on %s has been refunded. There are more details below for your reference:',NULL,NULL,'','LINE',NULL,10,'','0daf4e77f8a4f7595b217cd325d14dda','',NULL),(19994,'en','woocommerce','30f10babf5e3a58419e8e2c1adc235fa','Your order was cancelled.',NULL,NULL,'','LINE',NULL,10,'','4afc9f5668e349d09b4d79dd2473d3aa','',NULL),(19995,'en','woocommerce','455c027603e22e1c79c88ec89d03ba7a','Your password has been automatically generated: %s',NULL,NULL,'','LINE',NULL,10,'','dae4476ed3a19c02f484816827aa38e9','',NULL),(19996,'en','woocommerce','e3a5ba8a26fecd023a945f696fd5e421','Your password has been automatically generated: %s.',NULL,NULL,'','LINE',NULL,10,'','3d144fba6ea7281ddcae63391d94051f','',NULL),(19997,'en','woocommerce','cf38820de68739cb74a95058b38e8823','Your password has been reset successfully.',NULL,NULL,'','LINE',NULL,10,'','e97c1643b477093c0374c65a0d957d42','',NULL),(19998,'en','woocommerce','e804fe702ff7b4be6b88373ff6f30198','Your products are now being imported...',NULL,NULL,'','LINE',NULL,10,'','def5874544c346c4cf8ee33f59d010d2','',NULL),(19999,'en','woocommerce','d9f8add11c945bd5e8bc62d65959577b','Your rating',NULL,NULL,'','LINE',NULL,10,'','6ee0b6658ac182a43d2524f1d397739d','',NULL),(20000,'en','woocommerce','73fb309470822f23264abf404403bb37','Your requested data is loading',NULL,NULL,'','LINE',NULL,10,'','a93b87cfc5c4c6fb60b76f302294c4de','',NULL),(20001,'en','woocommerce','3421ad00975533fbbd5f17d2cb568125','Your review',NULL,NULL,'','LINE',NULL,10,'','0369dfa7e3083ae54df3bd03446fd59d','',NULL),(20002,'en','woocommerce','b03f6362457a4e3e2dc781f0831b5745','Your review is awaiting approval',NULL,NULL,'','LINE',NULL,10,'','5d8d473af3f14989764310086a8ca0b5','',NULL),(20003,'en','woocommerce','c04fbefb724350008d50b09d372caf7a','Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider.',NULL,NULL,'','LINE',NULL,10,'','eb592d59949c066d292aa30d762926e2','',NULL),(20004,'en','woocommerce','f61029e2f034bd4982a8054c7d23c131','Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.',NULL,NULL,'','LINE',NULL,10,'','04ed5443691b4a76a5328713856d525e','',NULL),(20005,'en','woocommerce','5aadd505ba06145735b1fdd18f0f4282','Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected.',NULL,NULL,'','LINE',NULL,10,'','38bf639bd49095084d97d40e959dcebd','',NULL),(20006,'en','woocommerce','31300e38be8d52351f8579131cb46793','Your server does not support the %s function - this is required to use the GeoIP database from MaxMind.',NULL,NULL,'','LINE',NULL,10,'','6c90dc6e7ac71b6b4ef8da3c4970ab53','',NULL),(20007,'en','woocommerce','a530203b3b3e2ce829623f6f696c2ab8','Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.',NULL,NULL,'','LINE',NULL,10,'','7e4258e34bf36a834a28b79551494ac2','',NULL),(20008,'en','woocommerce','16251e8d473e47680263de49c55f981b','Your settings have been saved.',NULL,NULL,'','LINE',NULL,10,'','58f59dd0190373e8aab6ddff412ef813','',NULL),(20009,'en','woocommerce','d6a4b8dac9b2aa0fa7b967bd62c83134','Your site might be on a private network. Jetpack can only connect to public sites. Please make sure your site is visible over the internet, and then try connecting again ?.',NULL,NULL,'','LINE',NULL,10,'','5dbd1ce192e00cd33a9b0418f3759412','',NULL),(20010,'en','woocommerce','0815083041863720f0a2060060d6fe15','Your store does not appear to be using a secure connection. We highly recommend serving your entire website over an HTTPS connection to help keep customer data secure. <a href=\"%s\">Learn more here.</a>',NULL,NULL,'','LINE',NULL,10,'','3f8e128e0ca0b7d75d776a2ca13d4e51','',NULL),(20011,'en','woocommerce','0300964ac9aa6a2c5cb460bbef7fdd7f','Your store doesn\'t have any product attributes.',NULL,NULL,'','LINE',NULL,10,'','894c9d749f9ff4bca5dd24f007c965ae','',NULL),(20012,'en','woocommerce','21cdf484272aba8417221724e4fb8f78','Your store doesn\'t have any product categories.',NULL,NULL,'','LINE',NULL,10,'','f091ae9cd313531ebe003ecf794c899f','',NULL),(20013,'en','woocommerce','fe5c0b5299f24f90d88f7766004ac578','Your store doesn\'t have any product tags.',NULL,NULL,'','LINE',NULL,10,'','692fed2f804c5bbf4e91ba68ff10b10d','',NULL),(20014,'en','woocommerce','daac8178d03e2465798e5d34979281b3','Your store doesn\'t have any products.',NULL,NULL,'','LINE',NULL,10,'','956825975f7aadc7b4710355761764d4','',NULL),(20015,'en','woocommerce','97d96b427ff6a179dac3dd5de1898979','Your store is almost ready! To activate services like %s, just connect with Jetpack.',NULL,NULL,'','LINE',NULL,10,'','32997c6c54c2252e5d7b8ba50c950709','',NULL),(20016,'en','woocommerce','faf99f385ee1875540fafde53628458c','Your store is not using HTTPS. <a href=\"%s\" target=\"_blank\">Learn more about HTTPS and SSL Certificates</a>.',NULL,NULL,'','LINE',NULL,10,'','16e2ac7062d61f851fb4d4748af8ef08','',NULL),(20017,'en','woocommerce','583166d3942a8357f66b7b84814fedad','Your theme has a woocommerce.php file, you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.',NULL,NULL,'','LINE',NULL,10,'','3e4e42da7a665a6d0a4a70d7536108f2','',NULL),(20018,'en','woocommerce','7d75cc75924c486f932211d3f93bc76b','Your {site_title} account has been created!',NULL,NULL,'','LINE',NULL,10,'','4554322cbcc8ec458cb799826bb84320','',NULL),(20019,'en','woocommerce','90a02f7eec72f4243c8547f997b0a8a8','Your {site_title} order #{order_number} has been partially refunded',NULL,NULL,'','LINE',NULL,10,'','96bfcc82126dce7313a58ca01fe1f7ed','',NULL),(20020,'en','woocommerce','e3bc2637fc3f535726965ae7e5a1f80e','Your {site_title} order #{order_number} has been refunded',NULL,NULL,'','LINE',NULL,10,'','11e50f38e798008b4ad7c8af02a0f511','',NULL),(20021,'en','woocommerce','a8d26071dd2d7a4d3c9002b12412cd12','Your {site_title} order has been received!',NULL,NULL,'','LINE',NULL,10,'','886cc8e8187ba3bfe40da83b0240ccd9','',NULL),(20022,'en','woocommerce','ef1099b67ef6b5373fcf724c0afb909a','Your {site_title} order is now complete',NULL,NULL,'','LINE',NULL,10,'','c2e94dde3c4178033df0375288e266a9','',NULL),(20023,'en','woocommerce','bbe1d659ed9769e47d4d2f36b8e3550b','You’ve received the following order from %s:',NULL,NULL,'','LINE',NULL,10,'','7c013b554c4ae1b8898c3f12a4f4bdc3','',NULL),(20024,'en','woocommerce','cac852e01a8a6c59034e29ca3711336b','Yozgat',NULL,NULL,'','LINE',NULL,10,'','0465885831507ede17ef00f94f095b30','',NULL),(20025,'en','woocommerce','f6de43d08e169679517be249e131f0a8','Yucatán',NULL,NULL,'','LINE',NULL,10,'','c078ac9dcf965ad2ef798216f425bb44','',NULL),(20026,'en','woocommerce','4125e80d399e7c03ff56e29d2598fa2a','Yukon Territory',NULL,NULL,'','LINE',NULL,10,'','2878059dbe2ae89c2efca476acc38519','',NULL),(20027,'en','woocommerce','644d91d5b747b26ecf184c436b485384','Yumbe',NULL,NULL,'','LINE',NULL,10,'','85243f1dedff2479d96698f539b33793','',NULL),(20028,'en','woocommerce','8654ce9bc1d077583eb1d0b4db365ed0','Yunnan / 云南',NULL,NULL,'','LINE',NULL,10,'','032f1601d524d0be6bba5eb1e5181fff','',NULL),(20029,'en','woocommerce','f99d822c1fa400889e31a517387003d1','Zürich',NULL,NULL,'','LINE',NULL,10,'','74c5263c54a875ea933b3921ed6831d9','',NULL),(20030,'en','woocommerce','4348f938bbddd8475e967ccb47ecb234','ZIP',NULL,NULL,'','LINE',NULL,10,'','a1d045aa4bdda9618b313e638e46f0d0','',NULL),(20031,'en','woocommerce','08f72b5b54315ba085db8b4ba2c7a9d3','Zacatecas',NULL,NULL,'','LINE',NULL,10,'','2faea08ba0babe96cd18cf9983a5b2c9','',NULL),(20032,'en','woocommerce','674a48bae3a77083268148befcedbb91','Zaire',NULL,NULL,'','LINE',NULL,10,'','459971177ad6bbd7000a519515ffb47e','',NULL),(20033,'en','woocommerce','4e8dbf4b9e3c0640a03793f2287800e5','Zala',NULL,NULL,'','LINE',NULL,10,'','e8a74d44ac3427775d77e35655891ba3','',NULL),(20034,'en','woocommerce','1a8899d072ebe65b59811ebf17eeb54f','Zambales',NULL,NULL,'','LINE',NULL,10,'','3a7142d3447ce10849c8eef75b39f552','',NULL),(20035,'en','woocommerce','b0aa0804e676a38255af4fd70236af7c','Zambia',NULL,NULL,'','LINE',NULL,10,'','25fd05219eca22ec54e617df82f76622','',NULL),(20036,'en','woocommerce','b6a550cce64e7c1605d18d83c41f9c34','Zamboanga Sibugay',NULL,NULL,'','LINE',NULL,10,'','85866924deeb3fa071477b89b73e515b','',NULL),(20037,'en','woocommerce','201598cbe5733ac085dc2759d2d0d2f3','Zamboanga del Norte',NULL,NULL,'','LINE',NULL,10,'','ce500866600ce59946d19094fc3c2471','',NULL),(20038,'en','woocommerce','8a61cc2ea7bacb73d66b47d05569e206','Zamboanga del Sur',NULL,NULL,'','LINE',NULL,10,'','0e59d840ba18e44ec6b4a7254de4b596','',NULL),(20039,'en','woocommerce','0243e67a46a935db500c8642bc1e43fe','Zamfara',NULL,NULL,'','LINE',NULL,10,'','347e9253a6c6851f33cab33b2de2accf','',NULL),(20040,'en','woocommerce','aa3e11c666a5c8d33529ae6a79de7fd6','Zamora',NULL,NULL,'','LINE',NULL,10,'','0dd7bee1984e51deb236abf09ae86e5f','',NULL),(20041,'en','woocommerce','11231d8465bf631ce5233ccd5b3bf646','Zanjan (زنجان)',NULL,NULL,'','LINE',NULL,10,'','6ef9a14705a0e1face651f04ff3b7efa','',NULL),(20042,'en','woocommerce','71df0f322fccf13a22571826a349cbbd','Zanzibar North',NULL,NULL,'','LINE',NULL,10,'','1fbcb57616c796d73d4d0097732112f1','',NULL),(20043,'en','woocommerce','1c82c110522197a7a83a61b2a1e9f588','Zanzibar South',NULL,NULL,'','LINE',NULL,10,'','f537da9f6abe55f4ed8d5c9ad68c502c','',NULL),(20044,'en','woocommerce','5dcd8852cace7ea87aa720f99f5e6b84','Zanzibar West',NULL,NULL,'','LINE',NULL,10,'','51942540547000dba69cd3634eb08453','',NULL),(20045,'en','woocommerce','aa61ed8d764064c544fa1275c289ddb1','Zaragoza',NULL,NULL,'','LINE',NULL,10,'','b5d94f8ecbac02ed7f2fa85919d05cf2','',NULL),(20046,'en','woocommerce','100f2f748f249000c235ba0ba75e76f0','Zhejiang / 浙江',NULL,NULL,'','LINE',NULL,10,'','ed7cfee0089f368135c47229936fe7d7','',NULL),(20047,'en','woocommerce','9d5116a2451bc98c2b46b93acbc1b4f0','Zimbabwe',NULL,NULL,'','LINE',NULL,10,'','710bc0a39202b73dca284ed44e2ba8fb','',NULL),(20048,'en','woocommerce','cf4cf526bf076d0c87ea730f553b5ea8','Zombo',NULL,NULL,'','LINE',NULL,10,'','7a0ca04a8ee228e5a91a6b3b2430c272','',NULL),(20049,'en','woocommerce','b3ff996fe5c77610359114835baf9b38','Zone',NULL,NULL,'','LINE',NULL,10,'','59023b8442b05c2962343f1a6532c63f','',NULL),(20050,'en','woocommerce','195d9d0be59dbacf22fe83fc69c9b305','Zone ID.',NULL,NULL,'','LINE',NULL,10,'','8f45833b25d3fba166272812f71bb6c6','',NULL),(20051,'en','woocommerce','b397ba4fa3f6bd894c483a1c30df2aef','Zone does not exist!',NULL,NULL,'','LINE',NULL,10,'','56c8aafa92fc75572d5b4a1fe5335a28','',NULL),(20052,'en','woocommerce','f47da78c41b24e057e661ae456ce5c55','Zone name',NULL,NULL,'','LINE',NULL,10,'','36ee562cbd3d1d11f18c63889a443e7a','',NULL),(20053,'en','woocommerce','34d03f8c865e08215fe847119138387f','Zone regions',NULL,NULL,'','LINE',NULL,10,'','563f838ecc97da4518f7bada02410a75','',NULL),(20054,'en','woocommerce','3b639e2b26b985ef4ef7fed3e3a2ba71','Zonguldak',NULL,NULL,'','LINE',NULL,10,'','7d584e67c2915d650c32be70c7646d28','',NULL),(20055,'en','woocommerce','7347b01499b2a4023b8806e12212de6a','Zoom in/out',NULL,NULL,'','LINE',NULL,10,'','401a4a83a3556b08ce6f06fc4c3bc1c6','',NULL),(20056,'en','woocommerce','98af5d5ef3d5f6e4e2d3db2c979f0940','Zug',NULL,NULL,'','LINE',NULL,10,'','1d3a6fbe8ca0ea02e33cf89d3fbd24d8','',NULL),(20057,'en','woocommerce','8bfe0d74862efa2525637f47b04bd46c','[%1$s] %2$s: %3$s WooCommerce log message',NULL,NULL,'','LINE',NULL,10,'','b93ac284b83b65c1f258d031adceef89','',NULL),(20058,'en','woocommerce','f7ea7a174d268397bd90645e8442c035','[%1$s] %2$s: %3$s WooCommerce log messages',NULL,NULL,'','LINE',NULL,10,'','02f78d7bd8ffa1eeb5770e08d44e6f11','',NULL),(20059,'en','woocommerce','cea0bd4b882cb7e2652d471e8d0b60c0','[Order #%1$s] (%2$s)',NULL,NULL,'','LINE',NULL,10,'','73814bea5514a4dd5830e89105c292ec','',NULL),(20060,'en','woocommerce','b61d517bba8361468794c772770b4612','[Order #%s]',NULL,NULL,'','LINE',NULL,10,'','42f4ce5b3d4098caf21cebbe4e3de4fe','',NULL),(20061,'en','woocommerce','d881691af2de80f2ed2a94e83bd5fbb3','[Remove]',NULL,NULL,'','LINE',NULL,10,'','a15135f860e8ba1f0c0a02c3865df10a','',NULL),(20062,'en','woocommerce','8758f955551079862749f0943edd941f','[{site_title}]: New order #{order_number}',NULL,NULL,'','LINE',NULL,10,'','9bc15c16fe55a38be11b3822e51ec528','',NULL),(20063,'en','woocommerce','0528320a80d403c771fb04578cec8451','[{site_title}]: Order #{order_number} has been cancelled',NULL,NULL,'','LINE',NULL,10,'','2da86fee2662615e2e4067a4f77c09be','',NULL),(20064,'en','woocommerce','d84f662be33f8f57088f0f54daf31abe','[{site_title}]: Order #{order_number} has failed',NULL,NULL,'','LINE',NULL,10,'','f5e6984882704acc4933b2909cdfba14','',NULL),(20065,'en','woocommerce','b557ca8fc3a61e27ec8c635b02e86b5a','a group of regions that can be assigned different shipping methods and rates.',NULL,NULL,'','LINE',NULL,10,'','25650ecc247fc87c5d524c1cb2f27604','',NULL),(20066,'en','woocommerce','b17468c5181fcd0d9d808e7d859f2ccb','action canceled',NULL,NULL,'','LINE',NULL,10,'','082d0fffd54b67fe71288546828f11bc','',NULL),(20067,'en','woocommerce','dea787429f3242a8a6e335bbc7222277','action complete',NULL,NULL,'','LINE',NULL,10,'','d5b52c36ebb528cdb14343f73a837031','',NULL),(20068,'en','woocommerce','029ca7513c3272939ce7d5e57c04e829','action created',NULL,NULL,'','LINE',NULL,10,'','dd10b4b86af0048f4b91be507865d98b','',NULL),(20069,'en','woocommerce','a8bb3b9e2ab8e9a0d2d3a6e9786937d5','action failed: %s',NULL,NULL,'','LINE',NULL,10,'','797d8067b1de5b16cab81dd6b7f59614','',NULL),(20070,'en','woocommerce','74ea5addb6254f032d90cbd5fdc792a8','action ignored',NULL,NULL,'','LINE',NULL,10,'','2fd46793c16a42ce39d7f5bd8cf0e6ba','',NULL),(20071,'en','woocommerce','8e064082cb38ac974c6289d465bb307f','action reset',NULL,NULL,'','LINE',NULL,10,'','efd372bbc0bd5e6f1b54fee4c0abfb8a','',NULL),(20072,'en','woocommerce','12ccff812183ea0eee027f153237ef01','action started',NULL,NULL,'','LINE',NULL,10,'','36b68852f1642e4c63a1af46b046a2f9','',NULL),(20073,'en','woocommerce','b24d2853e5229ae6ab3dd2d54a15f2b6','action timed out after %s seconds',NULL,NULL,'','LINE',NULL,10,'','76bd6a05a1c73725a97e120cb74eae7d','',NULL),(20074,'en','woocommerce','919649113f4404286db61ddb7d41da4d','action_args should not be overwritten when calling wc_get_template.',NULL,NULL,'','LINE',NULL,10,'','881d205ae1262cfdf3e35d57d542673a','',NULL),(20075,'en','woocommerce','638842682da01249055c3159161d6f7e','added on %1$s at %2$s',NULL,NULL,'','LINE',NULL,10,'','d447b56eca3bda1c03ca24bdb2fb5e26','',NULL),(20076,'en','woocommerce','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'','LINE',NULL,10,'','df2ae50150d3ce24377d354a44e031cf','',NULL),(20077,'en','woocommerce','36dcebfffa536b7fd064de224b226f00','automated taxes',NULL,NULL,'','LINE',NULL,10,'','6fbaab02ce482f62a6d3cff6447022d4','',NULL),(20078,'en','woocommerce','55d4c75ebb0b8b63b1bf1d3b4ff4d9b9','automated taxes and discounted shipping labels',NULL,NULL,'','LINE',NULL,10,'','788b0754d023b021020d4420a95ec538','',NULL),(20079,'en','woocommerce','da16ad66819b6d4580ca34111b0c0a37','automated taxes icon',NULL,NULL,'','LINE',NULL,10,'','342cd215637714ee83158ed3f5d25b97','',NULL),(20080,'en','woocommerce','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,10,'breadcrumb','50949a9f85224f7ccfa66c53f1690f9c','',NULL),(20081,'en','woocommerce','0757ad7923ea3e054466cc8c16c6b179','by %s',NULL,NULL,'','LINE',NULL,10,'','eb610c6885a322254c378eb67594223c','',NULL),(20082,'en','woocommerce','d89714b468734dcc8983f6d1ecfb85aa','cURL installed but unable to retrieve version.',NULL,NULL,'','LINE',NULL,10,'','b265833e91660e89ab4cace5e29721f2','',NULL),(20083,'en','woocommerce','6d91ff7ea8d3c9287ef4694987f2abad','cURL version',NULL,NULL,'','LINE',NULL,10,'','7d6e20174bc145d9da638b1e84e8d14e','',NULL),(20084,'en','woocommerce','5f263298842f239cb4f9b16004532cae','cURL version.',NULL,NULL,'','LINE',NULL,10,'','06a7cd1d195f389ed4917ae4bb4e6e59','',NULL),(20085,'en','woocommerce','212d0f442da20ddc6412cb33a6c93950','compare to',NULL,NULL,'','LINE',NULL,10,'','4e474666c99659acf5f5f07bb8f84d01','',NULL),(20086,'en','woocommerce','c99637dea0bc67cf01067b2058a0a5bc','customer orders',NULL,NULL,'','LINE',NULL,10,'','9c7fdf7c0dd80b72ef1ccc5c7c303b8f','',NULL),(20087,'en','woocommerce','9cca72024eeaaf6822b2d1b0f2678767','dddd, D MMMM YYYY LT',NULL,NULL,'','LINE',NULL,10,'','c9abd88835077de1259cfdb2090d2185','',NULL),(20088,'en','woocommerce','f5bf48aa40cad7891eb709fcf1fde128','product',NULL,NULL,'','LINE',NULL,10,'default-slug','31cbf65d2ec7de156e2769083cd73fc9','',NULL),(20089,'en','woocommerce','fb54f3c5992b96d001bb16e8e92d968d','shop',NULL,NULL,'','LINE',NULL,10,'default-slug','20e497cea75b9aa467828c9949427697','',NULL),(20090,'en','woocommerce','f78fed93b5229d31ab0e6d40b0729aa5','discounted shipping labels',NULL,NULL,'','LINE',NULL,10,'','7206ae1304354cc43abb8685dafba75b','',NULL),(20091,'en','woocommerce','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'','LINE',NULL,10,'display name','191ff3e1ee835b3c143935eff829cc98','',NULL),(20092,'en','woocommerce','719073527bcc898d5e7cc63fd6d16ce4','eCheck',NULL,NULL,'','LINE',NULL,10,'','b1dd878a8c70b5d816bae1c386e46d48','',NULL),(20093,'en','woocommerce','4d3e92fcfff273ac52292a2129240376','eCheck ending in %1$s',NULL,NULL,'','LINE',NULL,10,'','97e69132d018d29e0a8d9da0eabf26c0','',NULL),(20094,'en','woocommerce','8efdd10756595e9a58dc3d7fee6f53ee','billing',NULL,NULL,'','LINE',NULL,10,'edit-address-slug','c8ac820003617eb5471ee1f9b33ca857','',NULL),(20095,'en','woocommerce','31211b6813083b13df997b9e3abbbd2b','shipping',NULL,NULL,'','LINE',NULL,10,'edit-address-slug','2ec7fec9c5ae2c56135f5cdf51c27d78','',NULL),(20096,'en','woocommerce','cab6fcd3bcc4af7ae1c3ddfc19fdfd5e','Loading failed',NULL,NULL,'','LINE',NULL,10,'enhanced select','62ccb4b7b32233e0e34813e20957d3a4','',NULL),(20097,'en','woocommerce','f5ad3aac832514e5f8db8186235ebccd','Loading more results…',NULL,NULL,'','LINE',NULL,10,'enhanced select','84bd5750f072afb04d6fccdd026f0159','',NULL),(20098,'en','woocommerce','d132286ce060a9349df55de2808b4d5f','No matches found',NULL,NULL,'','LINE',NULL,10,'enhanced select','e679e3552ac10fc72baed064b9a884b4','',NULL),(20099,'en','woocommerce','018bd9eb5c2fc34a680af5a7bd68559f','Please delete %qty% characters',NULL,NULL,'','LINE',NULL,10,'enhanced select','6f2f9d29dcc8ccfd801816f9780c79d6','',NULL),(20100,'en','woocommerce','e005b05e221d3d4fdeb184039be4f552','Please delete 1 character',NULL,NULL,'','LINE',NULL,10,'enhanced select','c4013d3d40f23cd2a1e474e4839f4020','',NULL),(20101,'en','woocommerce','870192a52101e72512c3cf98405ee5a1','Please enter %qty% or more characters',NULL,NULL,'','LINE',NULL,10,'enhanced select','ef29f08037944cc2ddb7c0a5f9586903','',NULL),(20102,'en','woocommerce','40e0ddb10a9777855d0e21c7c2046835','Please enter 1 or more characters',NULL,NULL,'','LINE',NULL,10,'enhanced select','cd5ef92e598853e7240fde7fb1562ff5','',NULL),(20103,'en','woocommerce','bbb76a4112d2b3c107fb5b2c6ffe7e9e','Searching…',NULL,NULL,'','LINE',NULL,10,'enhanced select','9763f941dc70f74fc6826dc23b048f71','',NULL),(20104,'en','woocommerce','34b51e3cbd4edb3c86d6f16a53ef34c3','You can only select %qty% items',NULL,NULL,'','LINE',NULL,10,'enhanced select','3e4a3e0da55be376b6d2056609a9cab7','',NULL),(20105,'en','woocommerce','e061ec02dc8588ad851b74597f5e8ce5','You can only select 1 item',NULL,NULL,'','LINE',NULL,10,'enhanced select','f10bfe45b98677e63b6d2c21987f994a','',NULL),(20106,'en','woocommerce','70597ea55b68f663efad9531c7d0cffb','estimated for %s',NULL,NULL,'','LINE',NULL,10,'','b576dd6d385f2345fcd397fdd136a228','',NULL),(20107,'en','woocommerce','3e6cb313153be9c6a189e99ee27d520b','filter report to show:',NULL,NULL,'','LINE',NULL,10,'','dcecc40bcb71992da4415658e7dfe6f7','',NULL),(20108,'en','woocommerce','d3e9ad3cdba1c013bd9540235204df0f','five star',NULL,NULL,'','LINE',NULL,10,'','ffa979121388bd824855f0d14d7ac794','',NULL),(20109,'en','woocommerce','60c19d0f77ed1101ca7f26aea46b4eda','fsockopen/cURL',NULL,NULL,'','LINE',NULL,10,'','2be13cdf1dad3b3cf04a62640d216362','',NULL),(20110,'en','woocommerce','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'','LINE',NULL,10,'full name','2d0e26f7130b41c6dea34f8530da1b67','',NULL),(20111,'en','woocommerce','66683ec630f5af316651aa03f1238417','guest orders',NULL,NULL,'','LINE',NULL,10,'','f8f0685e2ea6340fff3eb9bcee364132','',NULL),(20112,'en','woocommerce','2510c39011c5be704182423e3a695e91','h',NULL,NULL,'','LINE',NULL,10,'','c5112bd49b66ca59f540658ad1215932','',NULL),(20113,'en','woocommerce','01abfc750a0c942167651c40d088531d','#',NULL,NULL,'','LINE',NULL,10,'hash before order number','a726586e5339883a5002ab74ed17b437','',NULL),(20114,'en','woocommerce','dbd7790bcd23fde7607101ef6a633779','http://',NULL,NULL,'','LINE',NULL,10,'','52c85da938873976adeabc59d48f1e88','',NULL),(20115,'en','woocommerce','680cada74323ab186de03887c9ff7bb2','l jS \\o\\f F Y, h:ia',NULL,NULL,'','LINE',NULL,10,'','7c7d5c727b0b7bd89d672a31a1689e86','',NULL),(20116,'en','woocommerce','05a6786fcc0de32f4c018415c361916f','%(field)s maximum amount',NULL,NULL,'','LINE',NULL,10,'maximum value input','8d93b3cf0902dbbc664519633fa6225f','',NULL),(20117,'en','woocommerce','1e6d57e813355689e9c77e947d73ad8f','From:',NULL,NULL,'','LINE',NULL,10,'min_price','0971c9b4e6fc555099f26365ee96bad2','',NULL),(20118,'en','woocommerce','f31becdfcea02e56c2f3f5b0691efd76','%(field)s minimum amount',NULL,NULL,'','LINE',NULL,10,'minimum value input','5b6189f782cdde0e5ac37ba4935cd164','',NULL),(20119,'en','woocommerce','57b5d3c6c0ebf1f7c5fc3f15a7de5c10','new users',NULL,NULL,'','LINE',NULL,10,'','0162887bf6962b4fe4568d2fbf9d2d83','',NULL),(20120,'en','woocommerce','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,10,'number of pages','c8c7268e0ba3b22cb3dcc72b4219dd5e','',NULL),(20121,'en','woocommerce','d57c24f3fe52d16e7169b912dd647f0d','optional',NULL,NULL,'','LINE',NULL,10,'','d6321fa825291f1d2dfb5cff635981d1','',NULL),(20122,'en','woocommerce','12c500ed0b7879105fb46af0f246be87','orders',NULL,NULL,'','LINE',NULL,10,'','67787951da8668e8b727fe2da71480a5','',NULL),(20123,'en','woocommerce','1e43beb8cc28484e5d31103dedeb8b12','page up and page down keys',NULL,NULL,'','LINE',NULL,10,'','90d96ad9dd3f8602ccc805777c40e294','',NULL),(20124,'en','woocommerce','a8a1a0329ae2bb1ffc227119287674ea','payment setup',NULL,NULL,'','LINE',NULL,10,'','90179a8958f5ce9070efb9973e90ccc6','',NULL),(20125,'en','woocommerce','a03b411c3f5f76c315222357994cae30','payment setup and automated taxes',NULL,NULL,'','LINE',NULL,10,'','3ee8ee745114ff5d194a0a854c8586ba','',NULL),(20126,'en','woocommerce','5bfca4f9921bd96364dc043a1753613b','payment setup and discounted shipping labels',NULL,NULL,'','LINE',NULL,10,'','2cc5f06465bbef1d467f139c989b112e','',NULL),(20127,'en','woocommerce','26581f2f72269af1af3cb07bc64a3c92','payment setup, automated taxes and discounted shipping labels',NULL,NULL,'','LINE',NULL,10,'','82210d1168b33241f3767057fb9a91ca','',NULL),(20128,'en','woocommerce','d17208a0c1e711d71b56793e76ab6c7e','Buy product',NULL,NULL,'','LINE',NULL,10,'placeholder','e8d8cd1442b79e1726333c2539b7ed03','',NULL),(20129,'en','woocommerce','97b64972ad1159ca486cf7bca5a80018','From…',NULL,NULL,'','LINE',NULL,10,'placeholder','b7401dcaac9bf5af668639b66830b1ed','',NULL),(20130,'en','woocommerce','746eae8ccf58d37b6c7a9baa5b69ec89','To…',NULL,NULL,'','LINE',NULL,10,'placeholder','b631d14c217bf0d3032a29fa8c8649d8','',NULL),(20131,'en','woocommerce','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,10,'post','40933c6e3deb08ab147e56b19067e07b','',NULL),(20132,'en','woocommerce','798d3cb1f939c1a95da58fdd42a6fe77','In-Progress',NULL,NULL,'','LINE',NULL,10,'post','a418f18e81bb2d5f12390da65d76e9f2','',NULL),(20133,'en','woocommerce','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,10,'posts','7bae23308b6e7aaced24dc6da120692a','',NULL),(20134,'en','woocommerce','ca0f9a86ca33f1d6baa9051bd7f4ed21','privacy policy',NULL,NULL,'','LINE',NULL,10,'','b6a8907eda83b4a2c3c897f17c0b9a78','',NULL),(20135,'en','woocommerce','ac67ede5a84eb5a1add7ff4440e9a485','required',NULL,NULL,'','LINE',NULL,10,'','7f2c47f8955e4df9b80c083195550419','',NULL),(20136,'en','woocommerce','ff89892070090139b775fb7f4be411f4','reviewed by %s',NULL,NULL,'','LINE',NULL,10,'','0b74ef3f7e79f5698695a02c4343c39a','',NULL),(20137,'en','woocommerce','a9f0e61a137d86aa9db53465e0801612','second',NULL,NULL,'','LINE',NULL,10,'','d56d7eee0b5ee79e0ea992009da61cb8','',NULL),(20138,'en','woocommerce','783e8e29e6a8c3e22baa58a19420eb4f','seconds',NULL,NULL,'','LINE',NULL,10,'','007128b0feb1a3f7d6a806c5b2cb318f','',NULL),(20139,'en','woocommerce','9a3a58c481eeb85f8e9e5a95379a7137','select a date',NULL,NULL,'','LINE',NULL,10,'','859c72863a86b2b984fc9c76ae174ceb','',NULL),(20140,'en','woocommerce','3e382e915c20481d02d9f9c1663ecd76','select a date range',NULL,NULL,'','LINE',NULL,10,'','57b1234111c87d0d542dda731c069cda','',NULL),(20141,'en','woocommerce','712706a71d70c6b9d5eb03607745a528','select a preset period',NULL,NULL,'','LINE',NULL,10,'','40cc5a01a5f37f7721dd47712b6a45b0','',NULL),(20142,'en','woocommerce','ea9cf7e47ff33b2be14e6dd07cbcefc6','Shipping',NULL,NULL,'','LINE',NULL,10,'shipping packages','5a224e9be8956b55e79690c8eaa97b3f','',NULL),(20143,'en','woocommerce','843b14b15b773be142452c706a0cf44e','Shipping %d',NULL,NULL,'','LINE',NULL,10,'shipping packages','2e75daa7c926a9040ac6bd255c982368','',NULL),(20144,'en','woocommerce','5d31aa47fb4298e5f698d85aa890f120','uncategorized',NULL,NULL,'','LINE',NULL,10,'slug','645e5d889709bc8af8ceabedaf170d77','',NULL),(20145,'en','woocommerce','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,10,'submit button','c7af0006e1faa829299065d2545867aa','',NULL),(20146,'en','woocommerce','77a8d71de212e28d076adab8263413af','terms and conditions',NULL,NULL,'','LINE',NULL,10,'','a1ab8365e45fd242749617c275de6b8e','',NULL),(20147,'en','woocommerce','8fc42c6ddf9966db3b09e84365034357','the',NULL,NULL,'','LINE',NULL,10,'','b5aa8bce3c40676fb31a85fd21d82f32','',NULL),(20148,'en','woocommerce','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'','LINE',NULL,10,'','91519ea645e1825be7ec65aa9ba98672','',NULL),(20149,'en','woocommerce','ead99c2fbd1b40a59695567afb14c26c','to the',NULL,NULL,'','LINE',NULL,10,'','d20d3ab0ba1584aa130c9e4b10a54a9c','',NULL),(20150,'en','woocommerce','2202aa9a357def274f777f48148eaee2','unexpected shutdown: PHP Fatal error %s in %s on line %s',NULL,NULL,'','LINE',NULL,10,'','25b581d13aff3aea21c06d7c0615a74e','',NULL),(20151,'en','woocommerce','ad921d60486366258809553a3db49a4a','unknown',NULL,NULL,'','LINE',NULL,10,'','d9cadd2e806e345a8c2d34aeae427824','',NULL),(20152,'en','woocommerce','a66f2e84b4bc5b447f31d7c8e2f242bd','up and down arrow keys',NULL,NULL,'','LINE',NULL,10,'','b5eb1e1d077e44a043bff1f274891569','',NULL),(20153,'en','woocommerce','5f2a7be4533b662fbecd7ab95b5bb1e0','variation added',NULL,NULL,'','LINE',NULL,10,'','c1815e8aba3e9e44b77b7ce7c0d0e85c','',NULL),(20154,'en','woocommerce','2ef091564a35d4ab24f6761ca83582fa','variations added',NULL,NULL,'','LINE',NULL,10,'','2339b4c54fd35876675a67988bcbd299','',NULL),(20155,'en','woocommerce','0a811f2dbf73443c3bbcdb3de571921c','verified owner',NULL,NULL,'','LINE',NULL,10,'','eeab5d5d997c270d0b3972c9a253bc60','',NULL),(20156,'en','woocommerce','88fbd80d7329aa25359bbeb262fda0c7','via %s',NULL,NULL,'','LINE',NULL,10,'','d911368ea6c8b8928e59cbd70eda1278','',NULL),(20157,'en','woocommerce','84f50707a9331be58687d16e8c1ca69c','vs.',NULL,NULL,'','LINE',NULL,10,'','9ecaed9b199f5bcb96d2d89fa7d688f3','',NULL),(20158,'en','woocommerce','21bdab3e0a51f07757ca0792a9da8ef7','Showing %1$d–%2$d of %3$d result',NULL,NULL,'','LINE',NULL,10,'with first and last result','94c09e2c7b7b9e0ff752b7eea11498be','',NULL),(20159,'en','woocommerce','06e7f741c6fdaf6f82b469beb0b7a8a5','Showing %1$d–%2$d of %3$d results',NULL,NULL,'','LINE',NULL,10,'with first and last result','f96f29cf948d2089b941d7fd440dce68','',NULL),(20160,'en','woocommerce','8f75db0d150349427c89b9ab2b13ba99','woocommerce',NULL,NULL,'','LINE',NULL,10,'','e8751ae7bb234fb0caf72bf419857b52','',NULL),(20161,'en','woocommerce','67eb49a0451b84372555846990c7d759','Ήπειρος',NULL,NULL,'','LINE',NULL,10,'','705ae4f75245d5d06601023334c7fa77','',NULL),(20162,'en','woocommerce','abbac2e82e82764c51e29625b3b578d4','Ανατολική Μακεδονία και Θράκη',NULL,NULL,'','LINE',NULL,10,'','c9aeb192d965544f6f9652fd8c8888a1','',NULL),(20163,'en','woocommerce','4189e66691ade64dd2385391cfc76e11','Αττική',NULL,NULL,'','LINE',NULL,10,'','72422d86576a6f2ea5515d51431e1c27','',NULL),(20164,'en','woocommerce','e719877f0b13084b04a8a0059d6be65c','Βόρειο Αιγαίο',NULL,NULL,'','LINE',NULL,10,'','3a88497ebfc4357c1591781393a58b5d','',NULL),(20165,'en','woocommerce','45126f15d3a613cf2782d6ac69626548','Δυτική Ελλάδα',NULL,NULL,'','LINE',NULL,10,'','653a3fc3813ebcd2b86105ff0111d705','',NULL),(20166,'en','woocommerce','1f5fc75234ef8cb1a1f89d272e8a54ff','Δυτική Μακεδονία',NULL,NULL,'','LINE',NULL,10,'','203fc7c87e52a0cac768475dc441ef3d','',NULL),(20167,'en','woocommerce','138cdb51b6e0f092f91efc8fab779844','Θεσσαλία',NULL,NULL,'','LINE',NULL,10,'','a1cba5fa73aad1df8f75fad60afb1168','',NULL),(20168,'en','woocommerce','c239f4e524d46c5ca4d939ee014ba777','Ιόνιοι Νήσοι',NULL,NULL,'','LINE',NULL,10,'','7ddee6e355d92cd543492b73af8b7458','',NULL),(20169,'en','woocommerce','7e4a3e1d3c6f171d4e6d898e81d12445','Κεντρική Μακεδονία',NULL,NULL,'','LINE',NULL,10,'','77beb90b4d4151147ccbf3ee606588a2','',NULL),(20170,'en','woocommerce','ce030666da1c056632dc1573eb867a90','Κρήτη',NULL,NULL,'','LINE',NULL,10,'','4cfa87b776febca084113219bb09396d','',NULL),(20171,'en','woocommerce','5cdf480e77164d3a16cd06b2fca39676','Νότιο Αιγαίο',NULL,NULL,'','LINE',NULL,10,'','3e3574d44657b7bae6988aefe4c832b9','',NULL),(20172,'en','woocommerce','df0991277dffb8257e324b768d2ed2c2','Πελοπόννησος',NULL,NULL,'','LINE',NULL,10,'','744434c1bd57a8714fdc78f28b271dd5','',NULL),(20173,'en','woocommerce','28af770898e850a488ad13d4f7bfc1bb','Στερεά Ελλάδα',NULL,NULL,'','LINE',NULL,10,'','0a76f46b7a544a317554e709448bcc2d','',NULL),(20174,'en','woocommerce','9e44bdaa3fccad7d1009629e83b7212b','— No Change —',NULL,NULL,'','LINE',NULL,10,'','67f2dd6c684e6d3df82dccfe9e979647','',NULL),(20175,'en','woocommerce','d5c74752813abcedb1bb693c2903a2aa','— No change —',NULL,NULL,'','LINE',NULL,10,'','2649c1100af84b825f19c61a9392b48f','',NULL),(20197,'en','action-scheduler','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,0,'','620da120ee5b66f49b255b4587569d17','',NULL),(20198,'en','action-scheduler','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','cf910e09d8bb1785a4318fc98af0ca5e','',NULL),(20199,'en','default','798d3cb1f939c1a95da58fdd42a6fe77','In-Progress',NULL,NULL,'','LINE',NULL,0,'post','96c51bfea5bd5ca25e7db4b92d014b15','',NULL),(20200,'en','default','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,0,'post','c1a3df8a8fdcd8efdb137678f6f7c351','',NULL),(20201,'en','action-scheduler','ce7b0767e0e5d1dc1a9e44b98648380e','Action Group',NULL,NULL,'','LINE',NULL,0,'','47b06ea6f1ebd89b3fb2972dc7b5c162','',NULL),(20202,'en','default','5f86190bddaffe634153c40721b41544','Every minute',NULL,NULL,'','LINE',NULL,0,'','89b51dc84583d11bb04cb1e6038db936','',NULL),(26565,'en','action-scheduler','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,0,'','404cdd5f24ece5ea868181eb4e39217f','',NULL),(26566,'en','action-scheduler','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,0,'','53f5d0de906c2ee07b130b811a65b076','',NULL),(26567,'en','action-scheduler','02e4eb80c967f3b9add2ba16a690eef2','In-progress',NULL,NULL,'','LINE',NULL,0,'','3a71e51cb2778f34c6ae5b2c9b6c9b68','',NULL),(26568,'en','action-scheduler','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,0,'','c16a6f901f8e0aa9c57f6713690b53a2','',NULL),(26569,'en','action-scheduler','0e22fe7d45f8e5632a4abf369b24e29c','Canceled',NULL,NULL,'','LINE',NULL,0,'','4a78ccafcb993407f02d9cd4ed307d31','',NULL),(28774,'en','elementor-pro','0a28a6b34136f4d09529d435c48543d5','Elementor Pro v%s',NULL,NULL,'','LINE',NULL,0,'','b9718d825f992edf5ae3816b6a1ddfc9','',NULL),(28775,'en','woocommerce-multilingual','210290b02a067a59b25e5d317f593871','WooCommerce Multilingual',NULL,NULL,'','LINE',NULL,0,'','60e0510603401d628d14c588868aa061','',NULL),(28776,'en','woocommerce-multilingual','997c6a2c1bbbbd1cbd99781852e396a2','http://wpml.org/documentation/related-projects/woocommerce-multilingual/',NULL,NULL,'','LINE',NULL,0,'','8f9376db79c1b8534a02eaa2e25020d5','',NULL),(28777,'en','woocommerce-multilingual','7f4481ede15cd57a527f3a36a12c47a5','Allows running fully multilingual e-Commerce sites with WooCommerce and WPML. <a href=\"http://wpml.org/documentation/related-projects/woocommerce-multilingual/\">Documentation</a>.',NULL,NULL,'','LINE',NULL,0,'','4361db09413664a04462cad56b386245','',NULL),(28778,'en','woocommerce-multilingual','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','f8f29a3a3ceae24d11c9d2d594fe65b5','',NULL),(28779,'en','woocommerce-multilingual','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','37425dd1d58cd9a91e1d680a198d1038','',NULL),(28780,'en','woocommerce-multilingual','97639d5c4a28847dbc8b7a5b3c67b221','4.7.3',NULL,NULL,'','LINE',NULL,0,'','3f85db2ab574e86721b45af15a134eed','',NULL),(28781,'es','admin_texts_woocommerce_email_footer_text','woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}',NULL,NULL,'','LINE',NULL,0,'','6fd05f16527055508184e90b5c3e84f5','optional',NULL),(28782,'es','admin_texts_woocommerce_price_thousand_sep','woocommerce_price_thousand_sep','.',NULL,NULL,'','LINE',NULL,0,'','1e04a8679ef1712154b9bec236ad30d6','optional',NULL),(28783,'es','admin_texts_woocommerce_price_decimal_sep','woocommerce_price_decimal_sep',',',NULL,NULL,'','LINE',NULL,0,'','09d4ba81b14ffb4f4b108c11535da56e','optional',NULL),(28784,'es','admin_texts_woocommerce_email_from_name','woocommerce_email_from_name','Fcm',NULL,NULL,'','LINE',NULL,0,'','ca044cb9d5dda7c49f49e85f5f1b5941','optional',NULL),(28785,'es','admin_texts_woocommerce_email_from_address','woocommerce_email_from_address','alejandrojm@factoryfy.com',NULL,NULL,'','LINE',NULL,0,'','193edfc024fdd75fdae9cf28eec06ff8','optional',NULL),(28786,'es','admin_texts_woocommerce_registration_privacy_policy_text','woocommerce_registration_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web, gestionar el acceso a tu cuenta y otros propósitos descritos en nuestra [privacy_policy].',NULL,NULL,'','LINE',NULL,0,'','de2402a9f8f1d5ba4a9cb97a81f90e25','optional',NULL),(28787,'es','admin_texts_woocommerce_checkout_privacy_policy_text','woocommerce_checkout_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web y otros propósitos descritos en nuestra [privacy_policy].',NULL,NULL,'','LINE',NULL,0,'','106e58cace47e81f348a021d1b703e4b','optional',NULL),(28788,'en','installer','4f1d731dd35a93c550ba2f11ab000802','%s, responsible for receiving automated updates for WPML and Toolset, requires the following PHP component(s) in order to function:',NULL,NULL,'','LINE',NULL,10,'','a92603b64c7c37ff860edd76321941ae','',NULL),(28789,'en','installer','fec2805ade427552a81cf11e25f3d945','All Installer Instances',NULL,NULL,'','LINE',NULL,10,'','3cbc6e11d227c719b6a84cbd34b2cd32','',NULL),(28790,'en','installer','86c236b531f3a328bb44d82727bae118','Check Now',NULL,NULL,'','LINE',NULL,10,'','289b0268b924bccd82374b3fabd3304a','',NULL),(28791,'en','installer','2cb05e4bb7830be982f0922fed86b4cd','Component',NULL,NULL,'','LINE',NULL,10,'','88e14dd0ad89a0391c3d5b167d14eafe','',NULL),(28792,'en','installer','5b60293df955758a2b0e952703fcd24e','Connection failed! Please refresh the page and try again. (%s)',NULL,NULL,'','LINE',NULL,10,'','5f185009b37f43675beb9ee57da3165b','',NULL),(28793,'en','installer','7e9d42e804806b2107ebede71c9056c2','Delegated',NULL,NULL,'','LINE',NULL,10,'','4302e821ef0a91e487102a9ee67da0ab','',NULL),(28794,'en','installer','39e52dfbe8b3daca5f6580c3f5d2d3df','Don\'t send this information and skip compatibility alerts',NULL,NULL,'','LINE',NULL,10,'','f58212f0d2fed59162ec60e45848ed0f','',NULL),(28795,'en','installer','5ec3af5d2c306778d45f2c4d21cc225d','Downloading is not possible. WordPress cannot create required folders because of the\\r\\n 256 characters limitation of the current Windows environment.',NULL,NULL,'','LINE',NULL,10,'','1edd9c256e90814432ca2ef8a16c9a7b','',NULL),(28796,'en','installer','cb0ace7044b48cc34b7b31f18b583d9b','For retrieving Installer debug information use the %s page.',NULL,NULL,'','LINE',NULL,10,'','8c64047b46e81746817c3ee27bea214c','',NULL),(28797,'en','installer','67a72c5ff32be10414e595b0befe4b36','High priority',NULL,NULL,'','LINE',NULL,10,'','d760e20592895db4819489f6daecc21f','',NULL),(28798,'en','installer','4fdcc47fa724c62457cdebe6b2a018dd','Installer Log',NULL,NULL,'','LINE',NULL,10,'','0e4f9b141a15ec91b737b54225ed633f','',NULL),(28799,'en','installer','1796458718222034214cb594a524ae1d','Installer System Status',NULL,NULL,'','LINE',NULL,10,'','8cafd92617358313675b532a934eb10b','',NULL),(28800,'en','installer','3ddb5a591e5eb18d5043e4ffb25ed38b','Invalid site key for the current site. If the error persists, try to un-register first and then register again with the same site key.',NULL,NULL,'','LINE',NULL,10,'','b493a37ba7e8ed2aa639da2cf2f0c54b','',NULL),(28801,'en','installer','6011ea0969680deba3975ac5bd0e153e','Learn more: %s',NULL,NULL,'','LINE',NULL,10,'','b655abd011bcea73e48f824151a4af99','',NULL),(28802,'en','installer','bd0d7585c64988d80747a32fb0e3e15e','Log is empty',NULL,NULL,'','LINE',NULL,10,'','51e191ee4323e4aca6861a0ba0486267','',NULL),(28803,'en','installer','71843e5aa6e8c434f303eaea9e8af6fa','Minimum WPML requirements',NULL,NULL,'','LINE',NULL,10,'','5d951202c38fc5a1bc65e99f8f6e3a00','',NULL),(28804,'en','installer','b36a8ef125881fcc5314770a80dc609c','OTGS Installer',NULL,NULL,'','LINE',NULL,10,'','e50b923f42512c65d53f2664232686d9','',NULL),(28805,'en','installer','ac70412e939d72a9234cdebb1af5867b','Path',NULL,NULL,'','LINE',NULL,10,'','bebc549c1ba8d63703396e23025b27b7','',NULL),(28806,'en','installer','dd3af8059e97737e04ec94d26d949c78','Request Arguments',NULL,NULL,'','LINE',NULL,10,'','8475c4aef3311cad9cda20fa38a1b590','',NULL),(28807,'en','installer','df080c10e2e9f1e98c180fe2645f6132','Request URL',NULL,NULL,'','LINE',NULL,10,'','cab9ce7c5f65951cb9eb7e9bbc1a5ce0','',NULL),(28808,'en','installer','503b19094b77c7ce9c879004b24928b8','Required PHP Libraries',NULL,NULL,'','LINE',NULL,10,'','c36a5dc8323b820d049736ec0300da27','',NULL),(28809,'en','installer','d64ed3e9c10229648e069f56e32f4c8e','Response',NULL,NULL,'','LINE',NULL,10,'','92861b0070c6ac03fed5ffefc7cbdcc9','',NULL),(28810,'en','installer','9a09d9c839677bc0877d5bbb060019d5','Send theme and plugins information, in order to get faster support and compatibility alerts',NULL,NULL,'','LINE',NULL,10,'','5965ff75eb5b565992f45b1c7015fd4e','',NULL),(28811,'en','installer','9212a74b5ce2367bfdbd4071b228bea6','The plugins will update to the most recent version in the channel that you selected.',NULL,NULL,'','LINE',NULL,10,'','ce248b964bbd62ff60d299657f16a3da','',NULL),(28812,'en','installer','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,10,'','b2ddcbb1c0dc8739239d50e9f0b5dd5b','',NULL),(28813,'en','installer','f7b0d5e6ab019a71987397db23c36aac','Toolset API server',NULL,NULL,'','LINE',NULL,10,'','626aaa08d7068d30e2548fb6c0ede36c','',NULL),(28814,'en','installer','267344990aa76b6a1a74764b6437104a','Toolset remote products file',NULL,NULL,'','LINE',NULL,10,'','5362cbfb30d207f55abe26b0c11bb036','',NULL),(28815,'en','installer','f683581d3e75f05f9d9215f9b4696cef','Upgrade',NULL,NULL,'','LINE',NULL,10,'','447b7d1f5f593e7abe15873b4463dfea','',NULL),(28816,'en','installer','e48ce267f0a516eeba9f2e77a5620730','WPML API server',NULL,NULL,'','LINE',NULL,10,'','76a20712b21d5a495a8282e8cd468707','',NULL),(28817,'en','installer','112d879227950c130bcaa47e109d9a2e','WPML remote products file',NULL,NULL,'','LINE',NULL,10,'','5afe59b22e34e999a19cd01566a65f31','',NULL),(28818,'en','installer','88dfb1b5d3af7f479ee4c28589195423','You are using an invalid site key defined as the constant %s (most likely in wp-config.php).\\r\\n Please remove it or use the correct value in order to be able to register correctly.',NULL,NULL,'','LINE',NULL,10,'','1942d31b2e90a1e4a7fd96c7a9b3be7e','',NULL); INSERT INTO `wp_icl_strings` VALUES (28819,'en','installer','2fb7b67d7c9a7060f55222b27a991522','You are using the complementary %1$s. For the %2$s, %3$s.',NULL,NULL,'','LINE',NULL,10,'','1ac23dc399ccf35c62c31380b46bc25a','',NULL),(28820,'en','installer','f95e794d6741e5fd837b5f5450da5690','You are using the complementary %s. For the %s, %s.',NULL,NULL,'','LINE',NULL,10,'','17c6ca7b1f96d359aa3dedd2fe346075','',NULL),(28821,'en','installer','a9ab119ee8dca1ecf8e12635811c3572','complete set of features',NULL,NULL,'','LINE',NULL,10,'','9323012691b64b57d9396e306f65c7f8','',NULL),(28822,'en','installer','f4211e5563e2cb9e7bb6b9c3db7b7087','upgrade to Toolset',NULL,NULL,'','LINE',NULL,10,'','f71a6209356e402a40426384bad50ce8','',NULL),(28926,'en','installer','5932d060206b1b492757bfd469f48005','Download failed!\n\nPlease refresh the page and try again.',NULL,NULL,'','LINE',NULL,0,'','9777e6e6dce280ff6087f922bcc3eb21','',NULL),(28927,'en','WordPress','URL slug: product','producto',NULL,NULL,'','LINE',NULL,0,'','ac601a45f3464522b5778a71193e2ecb','optional',NULL),(28928,'en','WordPress','URL product_cat tax slug','categoria-producto',NULL,NULL,'','LINE',NULL,0,'','0f390ff6534fcdde595df30c40beea4e','optional',NULL),(28929,'en','WordPress','URL product_tag tax slug','etiqueta-producto',NULL,NULL,'','LINE',NULL,0,'','ef111e940351cb9985580823b946f698','optional',NULL),(28930,'es','admin_texts_woocommerce_new_order_settings','[woocommerce_new_order_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','5e2031ead276eea5335f33b5aca23a60','optional',NULL),(28931,'es','admin_texts_woocommerce_new_order_settings','[woocommerce_new_order_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','d3218db82312465bbeae3d2ebc6a624f','optional',NULL),(28932,'es','admin_texts_woocommerce_customer_completed_order_settings','[woocommerce_customer_completed_order_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','9fce0aecae80d0fcead2d1a2a63d597d','optional',NULL),(28933,'es','admin_texts_woocommerce_customer_completed_order_settings','[woocommerce_customer_completed_order_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','c9638f4cf665a3390ab2ec2704e1394b','optional',NULL),(28934,'es','admin_texts_woocommerce_customer_invoice_settings','[woocommerce_customer_invoice_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','7099d553bbf1cbdc417ad66c8e72b51d','optional',NULL),(28935,'es','admin_texts_woocommerce_customer_invoice_settings','[woocommerce_customer_invoice_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','966ee887a1748aeb9cdc3a886561dc04','optional',NULL),(28936,'es','admin_texts_woocommerce_customer_invoice_settings','[woocommerce_customer_invoice_settings]subject_paid','',NULL,NULL,'','LINE',NULL,0,'','d18c0155b7445270ed727871274a7772','optional',NULL),(28937,'es','admin_texts_woocommerce_customer_invoice_settings','[woocommerce_customer_invoice_settings]heading_paid','',NULL,NULL,'','LINE',NULL,0,'','ae766b5c2e2610f479317a9f23f2a014','optional',NULL),(28938,'es','admin_texts_woocommerce_customer_new_account_settings','[woocommerce_customer_new_account_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','544332ed919880c89afd705c58cc6ad5','optional',NULL),(28939,'es','admin_texts_woocommerce_customer_new_account_settings','[woocommerce_customer_new_account_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','c5dcf0ca56aeed87e3ddbec546a170d9','optional',NULL),(28940,'es','admin_texts_woocommerce_customer_note_settings','[woocommerce_customer_note_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','017731501b2edee6ea13a3ff3ae218c7','optional',NULL),(28941,'es','admin_texts_woocommerce_customer_note_settings','[woocommerce_customer_note_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','e066847da2e7eaab2fb312e469261899','optional',NULL),(28942,'es','admin_texts_woocommerce_customer_reset_password_settings','[woocommerce_customer_reset_password_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','1a8d1ccb5b50fa40cf8369b07686e42f','optional',NULL),(28943,'es','admin_texts_woocommerce_customer_reset_password_settings','[woocommerce_customer_reset_password_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','6df7082ce7b5ce4348f5e8be4809ced1','optional',NULL),(28944,'es','admin_texts_woocommerce_customer_processing_order_settings','[woocommerce_customer_processing_order_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','ae213e4a58e390730cfd880bb33d7475','optional',NULL),(28945,'es','admin_texts_woocommerce_customer_processing_order_settings','[woocommerce_customer_processing_order_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','38b1b541fa43f0fdaacbd89a1bc65281','optional',NULL),(28946,'es','admin_texts_woocommerce_cancelled_order_settings','[woocommerce_cancelled_order_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','427187b2347d1073386df82a5b8caf30','optional',NULL),(28947,'es','admin_texts_woocommerce_cancelled_order_settings','[woocommerce_cancelled_order_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','d6f8759340a7eec48ed2085fdfe1e7a1','optional',NULL),(28948,'es','admin_texts_woocommerce_failed_order_settings','[woocommerce_failed_order_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','dcb832addf87a4eb9f6d3778c8ff0ea6','optional',NULL),(28949,'es','admin_texts_woocommerce_failed_order_settings','[woocommerce_failed_order_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','4277fef231957c77d690b8c5e6975cca','optional',NULL),(28950,'es','admin_texts_woocommerce_customer_on_hold_order_settings','[woocommerce_customer_on_hold_order_settings]subject','',NULL,NULL,'','LINE',NULL,0,'','241eb8c7cad630a7ed1e29cdbc91f67d','optional',NULL),(28951,'es','admin_texts_woocommerce_customer_on_hold_order_settings','[woocommerce_customer_on_hold_order_settings]heading','',NULL,NULL,'','LINE',NULL,0,'','dfe55f90d339c2b97ac0bdd00b715f4c','optional',NULL),(28952,'es','admin_texts_woocommerce_customer_refunded_order_settings','[woocommerce_customer_refunded_order_settings]subject_full','',NULL,NULL,'','LINE',NULL,0,'','4241e2457126f444a99aa02e37ce2cc6','optional',NULL),(28953,'es','admin_texts_woocommerce_customer_refunded_order_settings','[woocommerce_customer_refunded_order_settings]subject_partial','',NULL,NULL,'','LINE',NULL,0,'','9ce7367688bc7790259334da00829bf7','optional',NULL),(28954,'es','admin_texts_woocommerce_customer_refunded_order_settings','[woocommerce_customer_refunded_order_settings]heading_full','',NULL,NULL,'','LINE',NULL,0,'','e7802bdeadffd6afdc7a3f70d5849645','optional',NULL),(28955,'es','admin_texts_woocommerce_customer_refunded_order_settings','[woocommerce_customer_refunded_order_settings]heading_partial','',NULL,NULL,'','LINE',NULL,0,'','ff5a20f1aeebddf7d39207d5c3085449','optional',NULL),(28956,'es','elementor-27','title-heading-995cc20','Everything has connection.<br>\nYour story too.',1,1,'h2','LINE','Encabezado',0,'','a955a97fc1504b07c5fda1e2397ca42c','optional',6),(28957,'es','elementor-27','title-heading-c50284a','Historias en Barcelona',1,2,'h2','LINE','Encabezado',0,'','4a5124b713f43d5c1f818707d660d13c','optional',3),(28958,'es','elementor-27','jet-horizontal-timeline-item_title-7891f1d-d7be06e','Laura, 32 años | Barcelona',1,3,'','LINE','Jet Horizontal Timeline: Item Title',0,'','1767ca4cc98f616616af7b63b4dcabad','optional',5),(28959,'es','elementor-27','jet-horizontal-timeline-item_desc-7891f1d-d7be06e','It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\"Mom, I want chocolate cookies.\"',1,5,'','AREA','Jet Horizontal Timeline: Item Description',0,'','d67957876fbf9abb5ded306ae70286fc','optional',46),(28960,'es','elementor-27','jet-horizontal-timeline-item_point_text-7891f1d-d7be06e','R',1,6,'','LINE','Jet Horizontal Timeline: Item Point Text',0,'','09c458fd8161c01144207a364a9dfbee','optional',1),(28961,'es','elementor-27','jet-horizontal-timeline-item_title-7891f1d-454a280','Lewis 51 y.o | Barcelona',1,7,'','LINE','Jet Horizontal Timeline: Item Title',0,'','40c36f107aaf6dd51bc30f92dea0196e','optional',6),(28962,'es','elementor-27','jet-horizontal-timeline-item_desc-7891f1d-454a280','Is it O.K to hate someone? Wouldn´t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\"I want to make 0 effort to fit insociety\"<br>',1,9,'','AREA','Jet Horizontal Timeline: Item Description',0,'','8476938aea57813e3b980edf4b45f7ac','optional',41),(28963,'es','elementor-27','jet-horizontal-timeline-item_point_text-7891f1d-454a280','L',1,10,'','LINE','Jet Horizontal Timeline: Item Point Text',0,'','031fa7235fdb8e94b2c5b3dcb9e777d9','optional',1),(28964,'es','elementor-27','jet-horizontal-timeline-item_title-7891f1d-9518cd1','Wendy 33 y.o | Barcelona',1,11,'','LINE','Jet Horizontal Timeline: Item Title',0,'','896399e308db51083837e9f2ba29b59f','optional',6),(28965,'es','elementor-27','jet-horizontal-timeline-item_desc-7891f1d-9518cd1','My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>',1,13,'','AREA','Jet Horizontal Timeline: Item Description',0,'','2ec3b522d4b233c46d20726218b00e05','optional',35),(28966,'es','elementor-27','jet-horizontal-timeline-item_point_text-7891f1d-9518cd1','W',1,14,'','LINE','Jet Horizontal Timeline: Item Point Text',0,'','a0405af549b874ad447f177b80546149','optional',1),(28967,'es','elementor-27','title-heading-39f7c25','Otras historias',1,15,'h2','LINE','Encabezado',0,'','83ee5f73ad9475c75d9de177f97c9675','optional',2),(28968,'es','elementor-27','title-heading-bda1405','Paises',1,16,'h2','LINE','Encabezado',0,'','ac7ad1e98852ed2c4f0125b9362b4004','optional',1),(28969,'es','elementor-27','title-heading-1657444','Abusos / Maltrato',1,17,'h2','LINE','Encabezado',0,'','3277bc275433b49dd685dd68c23b093c','optional',2),(28970,'es','elementor-27','member_first_name-jet-team-member-086cd69','Adriá',1,18,'','LINE','Jet Team Member: First Name',0,'','8386674195287b330509b495c47b83b0','optional',1),(28971,'es','elementor-27','member_last_name-jet-team-member-086cd69','Ballester',1,19,'','LINE','Jet Team Member: Last Name',0,'','b09a4a383306bfc9a40215b62da48323','optional',1),(28972,'es','elementor-27','member_position-jet-team-member-086cd69','\"Las cosas no son tan importantes\"',1,20,'','LINE','Jet Team Member: Position',0,'','50c915a51ad0af13551500c4424c5bf8','optional',6),(28973,'es','elementor-27','button_text-jet-team-member-086cd69','More',1,21,'','LINE','Jet Team Member: Button Text',0,'','a941efa982ff4a77e10556f5d76a7c29','optional',1),(28974,'es','elementor-27','jet-team-member-social_label-086cd69-f1dc17e','Facebook',1,22,'','LINE','Jet Team Member: Social Label',0,'','6aa397dda4435beaead9438d7d38c3c3','optional',1),(28975,'es','elementor-27','jet-team-member-social_label-086cd69-a903c6a','Twitter',1,23,'','LINE','Jet Team Member: Social Label',0,'','3a3fd6ae7ce963450352adc8b91c0321','optional',1),(28976,'es','elementor-27','jet-team-member-social_label-086cd69-ae66115','Label',1,24,'','LINE','Jet Team Member: Social Label',0,'','67515840388e1f4d8c4eb3c04b0479db','optional',1),(28977,'es','elementor-27','member_first_name-jet-team-member-23765b3','Beneditka',1,25,'','LINE','Jet Team Member: First Name',0,'','0940fa17c0770f4ee09760aa296e240a','optional',1),(28978,'es','elementor-27','member_last_name-jet-team-member-23765b3','baublyte',1,26,'','LINE','Jet Team Member: Last Name',0,'','d2b123b061c5035634c0155737d3ec28','optional',1),(28979,'es','elementor-27','member_position-jet-team-member-23765b3','Graphic Design Student',1,27,'','LINE','Jet Team Member: Position',0,'','d8f4e656978bc385efb3d4e4128a4fd5','optional',3),(28980,'es','elementor-27','button_text-jet-team-member-23765b3','More',1,28,'','LINE','Jet Team Member: Button Text',0,'','adce1139bff4e99e4fe24bdcb50f7fe7','optional',1),(28981,'es','elementor-27','jet-team-member-social_label-23765b3-f1dc17e','Facebook',1,29,'','LINE','Jet Team Member: Social Label',0,'','dd7291fb49f1cb5b09cfe079074cbdb7','optional',1),(28982,'es','elementor-27','jet-team-member-social_label-23765b3-a903c6a','Twitter',1,30,'','LINE','Jet Team Member: Social Label',0,'','9d6892a0dd1b7190b65962efbe3ad56f','optional',1),(28983,'es','elementor-27','jet-team-member-social_label-23765b3-ae66115','Label',1,31,'','LINE','Jet Team Member: Social Label',0,'','29c7c63cd8b29f1040a644d104c4bf09','optional',1),(28984,'es','elementor-27','title-heading-2ae4fbe','Un movimiento ya reconocido en :',1,32,'h2','LINE','Encabezado',0,'','ab43d191e9fc4b4d189baa824cb97c02','optional',5),(28985,'es','elementor-27','jet-carousel-item_link-5f719b1-5a3f847','#',1,36,'','LINE','Advanced Carousel: Item Link',0,'','81ddf1d712cda88df06ee81c5e4bc111','optional',1),(28986,'es','elementor-27','jet-carousel-item_link-5f719b1-84d0784','#',1,40,'','LINE','Advanced Carousel: Item Link',0,'','d5f8c02db45c476357d721d6df2f81fb','optional',1),(28987,'es','elementor-27','jet-carousel-item_link-5f719b1-ea2dccb','#',1,44,'','LINE','Advanced Carousel: Item Link',0,'','1894b18628e44781ce1ff3ae1d04d1e2','optional',1),(28988,'es','elementor-27','jet-carousel-item_link-5f719b1-cf79094','#',1,48,'','LINE','Advanced Carousel: Item Link',0,'','16256e79461bf391913c1a247c36fa14','optional',1),(28990,'es','elementor-67','title-heading-c50284a','Historias en:',2,8,'h2','LINE','Encabezado',0,'','d76302d432e24fae274ef17bf37cccef','optional',2),(29003,'es','elementor-67','member_first_name-jet-team-member-086cd69','Adriá',2,20,'','LINE','Jet Team Member: First Name',0,'','6c4af8adbef1725aceaf0fe18be326ec','optional',1),(29004,'es','elementor-67','member_last_name-jet-team-member-086cd69','Ballester',2,21,'','LINE','Jet Team Member: Last Name',0,'','999d6e14fb60de455ac4330118a4fbc3','optional',1),(29005,'es','elementor-67','member_position-jet-team-member-086cd69','Escritor<br>--',2,22,'','LINE','Jet Team Member: Position',0,'','affdb40b40af8c2fbab55b233c1c0e62','optional',1),(29006,'es','elementor-67','button_text-jet-team-member-086cd69','More',2,24,'','LINE','Jet Team Member: Button Text',0,'','6c2ec8fa1f833d6974fe81b5a984321b','optional',1),(29019,'es','elementor-67','jet-carousel-item_link-5f719b1-84d0784','#',2,50,'','LINE','Advanced Carousel: Item Link',0,'','5145b6d5e1693c4b23fc84d2399540ae','optional',1),(29020,'es','elementor-67','jet-carousel-item_link-5f719b1-ea2dccb','#',2,54,'','LINE','Advanced Carousel: Item Link',0,'','96ebff522a04d3a7e0b2acc3448462e9','optional',1),(29021,'es','elementor-67','jet-carousel-item_link-5f719b1-cf79094','#',2,58,'','LINE','Advanced Carousel: Item Link',0,'','663fb559fdf015df260977b369cbb652','optional',1),(29023,'es','elementor-67','title-heading-044a923','El equipo',2,19,'h2','LINE','Encabezado',0,'','5dc158a07ef16eee182adda7b295c070','optional',2),(29024,'es','elementor-75','editor-text-editor-57f9408','Todos los derechos reservados. The free conversation. Diseñado por <a href=\"https://factoryfy.es/\">Factoryfy</a>.',3,1,'','VISUAL','Editor de texto',0,'','8900c476b8528158f62d7f43219a7a02','optional',10),(29025,'es','elementor-67','title-heading-b74ab15','Everything has connection.<br>\nYour story too.',2,2,'h2','LINE','Encabezado',0,'','c65fb8c8f7fe1987876dc264068f04dc','optional',6),(29035,'es','elementor-67','member_description-jet-team-member-086cd69','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. ',2,23,'','AREA','Jet Team Member: Description',0,'','7829dc076dc913fd70917c423483414d','optional',22),(29036,'es','elementor-67','jet-tabs-item_label-84ee9a7-4395785','Barcelona',2,9,'','LINE','Jet Tabs: Item Label',0,'','7a19ba62b6906ed563b59739c2a8b96e','optional',1),(29037,'es','elementor-67','jet-tabs-item_editor_content-84ee9a7-4395785','<p>Tab Item Content</p>',2,10,'','VISUAL','Jet Tabs: Item Editor Content',0,'','d9258ff7a1844f4a3b85789d09692d94','optional',3),(29038,'es','elementor-67','jet-tabs-item_label-84ee9a7-9a847e1','Varsovia',2,11,'','LINE','Jet Tabs: Item Label',0,'','a095b0637073b6930c3f79f0b9933ce6','optional',1),(29039,'es','elementor-67','jet-tabs-item_editor_content-84ee9a7-9a847e1','<p>Tab Item Content</p>',2,12,'','VISUAL','Jet Tabs: Item Editor Content',0,'','674bfd39b837457bc418e61a62a35697','optional',3),(29040,'es','elementor-67','jet-tabs-item_label-84ee9a7-46b0cce','Dublín',2,13,'','LINE','Jet Tabs: Item Label',0,'','3f0732f572a6fa2d7c21f68de0d4cf9a','optional',1),(29041,'es','elementor-67','jet-tabs-item_editor_content-84ee9a7-46b0cce','<p>Tab Item Content</p>',2,14,'','VISUAL','Jet Tabs: Item Editor Content',0,'','f9023230237a036130fb14af5a99cff7','optional',3),(29042,'es','elementor-67','jet-tabs-item_label-84ee9a7-5962bbb','Lisboa',2,15,'','LINE','Jet Tabs: Item Label',0,'','49f78c3f2be2ce81d9122142e2a83a56','optional',1),(29043,'es','elementor-67','jet-tabs-item_editor_content-84ee9a7-5962bbb','<p>Tab Item Content</p>',2,16,'','VISUAL','Jet Tabs: Item Editor Content',0,'','468284c786583cb8e6abdfec869b457d','optional',3),(29045,'es','elementor-67','text-button-017269b','Ver más historias',2,17,'','LINE','Botón',0,'','2dcdfe459238922caa12d4e9280d57ae','optional',3),(29078,'es','elementor-67','text-button-3748679','Ver todo el equipo',2,44,'','LINE','Botón',0,'','fcec123200688e39c695a49d67609e40','optional',4),(29079,'es','elementor-67','title-heading-dd1c85b','¿Cómo participo?',2,3,'h2','LINE','Encabezado',0,'','809e8e909549588b05c185d0b32f1756','optional',2),(29080,'es','elementor-67','text-button-88a36e8','Me hago socio',2,4,'','LINE','Botón',0,'','a81fdd011b17f5fad63b149cc82f464e','optional',3),(29081,'es','elementor-67','text-button-e0fe280','Ser voluntario',2,6,'','LINE','Botón',0,'','5db8b5e7698b23f9a747e658da2bf61e','optional',2),(29084,'es','elementor-121','title-heading-11a453c','Me hago socio',5,1,'h2','LINE','Encabezado',0,'','e70cabd3720a216b47bc6de1a5f20704','optional',3),(29085,'es','elementor-121','form_name-form-36169d0','New Form',5,3,'','LINE','Formulario: nombre',0,'','f69f421be6261f104508063b31d95793','optional',2),(29086,'es','elementor-121','button_text-form-36169d0','Enviar',5,4,'','LINE','Formulario: texto de botón',0,'','2713cf67f598007f9fe6d4d31a31da88','optional',1),(29087,'es','elementor-121','email_subject-form-36169d0','New message from \"Free Conversation Movements\"',5,5,'','LINE','Formulario: asunto del mensaje',0,'','55a0dd1be0ee32634dd0c989bd08c491','optional',6),(29088,'es','elementor-121','email_from_name-form-36169d0','Free Conversation Movements',5,6,'','LINE','Formulario: nombre de remitente del mensaje',0,'','a2181ed76bc85cbc6386e6a9a0a53cc8','optional',3),(29089,'es','elementor-121','email_content-form-36169d0','[all-fields]',5,7,'','AREA','Formulario: contenido de mensaje',0,'','54b72802f68249ca5245c80bae516381','optional',0),(29090,'es','elementor-121','email_subject_2-form-36169d0','New message from \"Free Conversation Movements\"',5,8,'','LINE','Formulario: Asunto de mensaje 2',0,'','6aeb9afcc222fb4f5e5c256d246080ed','optional',6),(29091,'es','elementor-121','email_content_2-form-36169d0','[all-fields]',5,9,'','AREA','Formulario: contenido de mensaje',0,'','27af770a8ca410731eb60ac7230b3a6d','optional',0),(29092,'es','elementor-121','success_message-form-36169d0','The form was sent successfully.',5,10,'','LINE','Formulario: mensaje de éxito',0,'','c336a2493fac63aaac976c40ca19f25f','optional',5),(29093,'es','elementor-121','error_message-form-36169d0','An error occured.',5,11,'','LINE','Formulario: mensaje de error',0,'','f95ff566be4854d947aa69f3328f270c','optional',3),(29094,'es','elementor-121','invalid_message-form-36169d0','There\'s something wrong. The form is invalid.',5,12,'','LINE','Formulario: mensaje de no válido',0,'','7a49587158b39eaae79324dc8e815459','optional',8),(29095,'es','elementor-121','required_field_message-form-36169d0','This field is required.',5,13,'','LINE','Formulario: mensaje de requerido',0,'','9a04487d34c5ce08f613b8d0ac76b506','optional',4),(29096,'es','elementor-121','form-field_label-36169d0-c5beefd','DATOS PERSONALES',5,18,'','LINE','Formulario: etiqueta de campo',0,'','ba46337ea50b15f13d66eb4564d28101','optional',2),(29097,'es','elementor-121','form-field_html-36169d0-c5beefd','Datos personales',5,20,'','VISUAL','De: HTML de campo',0,'','f4edafb3c7adfe252b5cfbf09e3dbee1','optional',2),(29098,'es','elementor-121','form-field_label-36169d0-98fe5fc','Nombre',5,22,'','LINE','Formulario: etiqueta de campo',0,'','b7d83c8afc1522c44dddc6c33de83cc6','optional',1),(29099,'es','elementor-121','form-placeholder-36169d0-98fe5fc','Nombre',5,23,'','LINE','Formulario: marcador de campo',0,'','c4fd10314d79279d286363df8394da76','optional',1),(29100,'es','elementor-121','form-field_label-36169d0-6581d75','Primer Apellido',5,26,'','LINE','Formulario: etiqueta de campo',0,'','dd5d25e9b4ca05936aad02714355eb3b','optional',2),(29101,'es','elementor-121','form-field_label-36169d0-cac06e2','Segundo Apellido',5,30,'','LINE','Formulario: etiqueta de campo',0,'','fe9d318f1f636b271903246ca606141c','optional',2),(29102,'es','elementor-121','form-field_label-36169d0-a036e98','Documento o Pasaporte',5,34,'','LINE','Formulario: etiqueta de campo',0,'','c2afef7107db24cd4bc9fdd0c2a47082','optional',3),(29103,'es','elementor-121','form-field_label-36169d0-ae4daa8','Fecha de nacimiento',5,38,'','LINE','Formulario: etiqueta de campo',0,'','3dd0ded511a442a1ac646339d5b2740b','optional',3),(29106,'es','elementor-121','form-field_label-36169d0-12553a3','DATOS DE CONTACTO',5,46,'','LINE','Formulario: etiqueta de campo',0,'','c8ce3b0fd0369722c6f59fdc783dac89','optional',3),(29107,'es','elementor-121','form-field_html-36169d0-12553a3','Datos de contacto',5,48,'','VISUAL','De: HTML de campo',0,'','ff55e341d455af5a196b969587eee9c9','optional',3),(29108,'es','elementor-121','form-field_label-36169d0-ad91a00','Email',5,50,'','LINE','Formulario: etiqueta de campo',0,'','0e0fc4d054e7abe948a7242a15847983','optional',1),(29109,'es','elementor-121','form-placeholder-36169d0-ad91a00','Email',5,51,'','LINE','Formulario: marcador de campo',0,'','09e77aa6d17d46a9193cc01dfcefeaa0','optional',1),(29110,'es','elementor-121','form-field_label-36169d0-29a9223','Validar correo',5,54,'','LINE','Formulario: etiqueta de campo',0,'','3b610d0e081436c75c3d0700f911c2d9','optional',2),(29111,'es','elementor-121','form-placeholder-36169d0-29a9223','Validar correo',5,55,'','LINE','Formulario: marcador de campo',0,'','1a39ef0e3b23efa2ab7123b8768003e4','optional',2),(29112,'es','elementor-121','form-field_label-36169d0-ba6ea50','Dirección postal',5,58,'','LINE','Formulario: etiqueta de campo',0,'','0afeb9c646ec62d74481976f84545b0c','optional',2),(29113,'es','elementor-121','form-placeholder-36169d0-ba6ea50','Dirección postal',5,59,'','LINE','Formulario: marcador de campo',0,'','050d3f62862ea4c405a65c3c81749a31','optional',2),(29114,'es','elementor-121','form-field_label-36169d0-fd55cb7','Municipio',5,62,'','LINE','Formulario: etiqueta de campo',0,'','606e3bac3064558c63bea73d885eddf8','optional',1),(29115,'es','elementor-121','form-placeholder-36169d0-fd55cb7','Municipio',5,63,'','LINE','Formulario: marcador de campo',0,'','24a687bd6e7aa6399bceca4af27ac5e3','optional',1),(29116,'es','elementor-121','form-field_label-36169d0-d2891b2','País',5,66,'','LINE','Formulario: etiqueta de campo',0,'','0c6b8a949ee93cde88a5c7b93c814bf4','optional',1),(29117,'es','elementor-121','form-placeholder-36169d0-d2891b2','País',5,67,'','LINE','Formulario: marcador de campo',0,'','c9feb4e9b4b9ad4b0989eec2c70e25f2','optional',1),(29118,'es','elementor-121','form-field_options-36169d0-d2891b2','Elige tu país|elige_tu_pais\nAUSTRIA\nBELGICA\nBULGARIA\nCHIPRE\nDINAMARCA\nFINLANDIA\nFRANCIA\nGRECIA\nHUNGRIA\nIRLANDA\nITALIA\nLUXEMBURGO\nMALTA\nPAISES BAJOS\nPOLONIA\nPORTUGAL\nESPAÑA\nREINO UNIDO\nALEMANIA\nRUMANIA\nSUECIA\nLETONIA\nESTONIA\nLITUANIA\nREPUBLICA CHECA\nREPUBLICA ESLOVACA\nESLOVENIA\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\nALBANIA\nISLANDIA\nLIECHTENSTEIN\nMONACO\nNORUEGA\nANDORRA\nSAN MARINO\nSANTA SEDE\nSUIZA\nUCRANIA\nMOLDAVIA\nBELARUS\nGEORGIA\nBOSNIA Y HERZEGOVINA\nCROACIA\nARMENIA\nRUSIA\nMACEDONIA \nSERBIA\nMONTENEGRO\nGUERNESEY\nSVALBARD Y JAN MAYEN\nISLAS FEROE\nISLA DE MAN\nGIBRALTAR\nISLAS DEL CANAL\nJERSEY\nISLAS ALAND\nTURQUIA\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\nBURKINA FASO\nANGOLA\nARGELIA\nBENIN\nBOTSWANA\nBURUNDI\nCABO VERDE\nCAMERUN\nCOMORES\nCONGO\nCOSTA DE MARFIL\nDJIBOUTI\nEGIPTO\nETIOPIA\nGABON\nGAMBIA\nGHANA\nGUINEA\nGUINEA-BISSAU\nGUINEA ECUATORIAL\nKENIA\nLESOTHO\nLIBERIA\nLIBIA\nMADAGASCAR\nMALAWI\nMALI\nMARRUECOS\nMAURICIO\nMAURITANIA\nMOZAMBIQUE\nNAMIBIA\nNIGER\nNIGERIA\nREPUBLICA CENTROAFRICANA\nSUDAFRICA\nRUANDA\nSANTO TOME Y PRINCIPE\nSENEGAL\nSEYCHELLES\nSIERRA LEONA\nSOMALIA\nSUDAN\nSWAZILANDIA\nTANZANIA\nCHAD\nTOGO\nTUNEZ\nUGANDA\nREP.DEMOCRATICA DEL CONGO\nZAMBIA\nZIMBABWE\nERITREA\nSANTA HELENA\nREUNION\nMAYOTTE\nSAHARA OCCIDENTAL\nOTROS PAISES O TERRITORIOS DE AFRICA\nCANADA\nESTADOS UNIDOS DE AMERICA\nMEXICO\nSAN PEDRO Y MIQUELON \nGROENLANDIA\nANTIGUA Y BARBUDA\nBAHAMAS\nBARBADOS\nBELICE\nCOSTA RICA\nCUBA\nDOMINICA\nEL SALVADOR\nGRANADA\nGUATEMALA\nHAITI\nHONDURAS\nJAMAICA\nNICARAGUA\nPANAMA\nSAN VICENTE Y LAS GRANADINAS\nREPUBLICA DOMINICANA\nTRINIDAD Y TOBAGO\nSANTA LUCIA\nSAN CRISTOBAL Y NIEVES\nISLAS CAIMÁN\nISLAS TURCAS Y CAICOS\nISLAS VÍRGENES DE LOS ESTADOS UNIDOS\nGUADALUPE\nANTILLAS HOLANDESAS\nSAN MARTIN (PARTE FRANCESA)\nARUBA\nMONTSERRAT\nANGUILLA\nSAN BARTOLOME\nMARTINICA\nPUERTO RICO\nBERMUDAS\nISLAS VIRGENES BRITANICAS\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\nARGENTINA\nBOLIVIA\nBRASIL\nCOLOMBIA\nCHILE\nECUADOR\nGUYANA\nPARAGUAY\nPERU\nSURINAM\nURUGUAY\nVENEZUELA\nGUAYANA FRANCESA\nISLAS MALVINAS\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\nAFGANISTAN\nARABIA SAUDI\nBAHREIN\nBANGLADESH\nMYANMAR\nCHINA\nEMIRATOS ARABES UNIDOS\nFILIPINAS\nINDIA\nINDONESIA\nIRAQ\nIRAN\nISRAEL\nJAPON\nJORDANIA\nCAMBOYA\nKUWAIT\nLAOS\nLIBANO\nMALASIA\nMALDIVAS\nMONGOLIA\nNEPAL\nOMAN\nPAKISTAN\nQATAR\nCOREA\nCOREA DEL NORTE \nSINGAPUR\nSIRIA\nSRI LANKA\nTAILANDIA\nVIETNAM\nBRUNEI\nISLAS MARSHALL\nYEMEN\nAZERBAIYAN\nKAZAJSTAN\nKIRGUISTAN\nTADYIKISTAN\nTURKMENISTAN\nUZBEKISTAN\nISLAS MARIANAS DEL NORTE\nPALESTINA\nHONG KONG\nBHUTÁN\nGUAM\nMACAO\nOTROS PAISES O TERRITORIOS DE ASIA\nAUSTRALIA\nFIJI\nNUEVA ZELANDA\nPAPUA NUEVA GUINEA\nISLAS SALOMON\nSAMOA\nTONGA\nVANUATU\nMICRONESIA\nTUVALU\nISLAS COOK\nNAURU\nPALAOS\nTIMOR ORIENTAL\nPOLINESIA FRANCESA\nISLA NORFOLK\nKIRIBATI\nNIUE\nISLAS PITCAIRN\nTOKELAU\nNUEVA CALEDONIA\nWALLIS Y FORTUNA\nSAMOA AMERICANA\nOTROS PAISES O TERRITORIOS DE OCEANIA',5,69,'','AREA','Formulario: opciones de casilla de verificación',0,'','48ed2555a0c107d77d917e027da9f9ac','optional',388),(29119,'es','elementor-121','form-field_label-36169d0-ee03318','ICONO',5,70,'','LINE','Formulario: etiqueta de campo',0,'','1ce4734e5d59f44e3c8b545ecc02cc91','optional',1),(29120,'es','elementor-121','form-field_html-36169d0-ee03318','<img src=\"http://fcm.factoryfy.com/wp-content/uploads/2019/11/isotipo.png\">',5,72,'','VISUAL','De: HTML de campo',0,'','760f15e2277c198aee44e10a92b1e7f5','optional',0),(29121,'es','elementor-121','form-field_label-36169d0-0ec26bb','DATOS DE INSCRIPCIÓN',5,74,'','LINE','Formulario: etiqueta de campo',0,'','aa8edcbd06eedcf8fa582ada684a06d0','optional',3),(29122,'es','elementor-121','form-field_html-36169d0-0ec26bb','Datos de inscripción',5,76,'','VISUAL','De: HTML de campo',0,'','9e61f7d7a59921e0966637fc6dc71f50','optional',3),(29126,'es','elementor-121','form-field_label-36169d0-b7c2fd6','Cuota',5,78,'','LINE','Formulario: etiqueta de campo',0,'','be3cd47150d08d3cdefbf2f3c957a856','optional',1),(29127,'es','elementor-121','form-placeholder-36169d0-b7c2fd6','País',5,79,'','LINE','Formulario: marcador de campo',0,'','bb739a813819b5088345fe7645ddc473','optional',1),(29128,'es','elementor-121','form-field_options-36169d0-b7c2fd6','General - 5€ Mes\nJubilados, parados o estudiantes - 3€/Mes\nFamiliar - (3 o más miembros) - 11€/Mes\nOtras',5,81,'','AREA','Formulario: opciones de casilla de verificación',0,'','6dcd11b161110eae4f045d5360e54442','optional',17),(29129,'es','elementor-121','form-field_label-36169d0-bc4cdaf','Periodicidad',5,86,'','LINE','Formulario: etiqueta de campo',0,'','cc73cc5f4fae609f670d6cb200a651e4','optional',1),(29130,'es','elementor-121','form-placeholder-36169d0-bc4cdaf','País',5,87,'','LINE','Formulario: marcador de campo',0,'','69d4fcfd1967e60d6cec06e7b161c1c9','optional',1),(29131,'es','elementor-121','form-field_options-36169d0-bc4cdaf','Semestral\nMensual\nTrimestral\nAnual',5,89,'','AREA','Formulario: opciones de casilla de verificación',0,'','12c2a578573373cee625f58ec1c49fb5','optional',4),(29132,'es','elementor-121','form-field_label-36169d0-ec02dc9','IBAN (Si no lo sabes dejalo en blanco)',5,90,'','LINE','Formulario: etiqueta de campo',0,'','f6dc3caed0c788fca0115da1f39c0a99','optional',8),(29133,'es','elementor-121','form-placeholder-36169d0-ec02dc9','IBAN',5,91,'','LINE','Formulario: marcador de campo',0,'','f453d3ed7c45803c0f7d4e50766c2cdd','optional',1),(29134,'es','elementor-121','form-field_label-36169d0-934e55f','ICONO',5,14,'','LINE','Formulario: etiqueta de campo',0,'','783fe2f4656d88e0df286be71a635d87','optional',1),(29135,'es','elementor-121','form-field_html-36169d0-934e55f','<img src=\"http://fcm.factoryfy.com/wp-content/uploads/2019/11/isotipo.png\">',5,16,'','VISUAL','De: HTML de campo',0,'','318ed27d5138fa127e58e27618cd62b5','optional',0),(29136,'es','elementor-121','form-field_label-36169d0-a43517c','ICONO',5,42,'','LINE','Formulario: etiqueta de campo',0,'','ef87f4c058709be82c0227c10b725744','optional',1),(29137,'es','elementor-121','form-field_html-36169d0-a43517c','<img src=\"http://fcm.factoryfy.com/wp-content/uploads/2019/11/isotipo.png\">',5,44,'','VISUAL','De: HTML de campo',0,'','62dc03d34533e95f783135a8ffc28850','optional',0),(29138,'es','elementor-67','url-button-88a36e8','/contacto/',2,5,'','LINK','Botón: URL de enlace',3,'','b15b0c76694a9d657b3cefa146198323','optional',1),(29150,'es','elementor-67','title-heading-53c1229','Media',2,46,'h2','LINE','Encabezado',0,'','c8efeb256ac6b6616e885ed130aeac60','optional',1),(29151,'es','elementor-67','jet-carousel-item_link-5f719b1-0b0ba05','#',2,62,'','LINE','Advanced Carousel: Item Link',0,'','fa5820e7614c0bb8cce70fd3a338ebfa','optional',1),(29152,'es','elementor-67','jet-carousel-item_link-5f719b1-80c9331','#',2,66,'','LINE','Advanced Carousel: Item Link',0,'','a5bc8728ec7043ad9ac9bcf8ecc01647','optional',1),(29153,'es','elementor-67','jet-carousel-item_link-5f719b1-a75d867','#',2,70,'','LINE','Advanced Carousel: Item Link',0,'','5b19e4ca9ca8f9d9e38aad07222365d7','optional',1),(29154,'es','elementor-67','jet-carousel-item_link-5f719b1-e1fffee','#',2,74,'','LINE','Advanced Carousel: Item Link',0,'','5dc7673c93b75845c8306d3019f9e210','optional',1),(29155,'es','elementor-121','form-field_label-36169d0-06c3b92','Cuota Personalizada',5,82,'','LINE','Formulario: etiqueta de campo',0,'','15b2cc63295a0c7f7a3b5010dfb5c1d1','optional',2),(29156,'es','elementor-121','form-placeholder-36169d0-06c3b92','Elige tu cuota (Escribela aquí)',5,83,'','LINE','Formulario: marcador de campo',0,'','c64c1571b55f10f9e7f961f23b7b80e1','optional',5),(29157,'es','elementor-121','form-field_options-36169d0-06c3b92','General - 5€ Mes\nJubilados, parados o estudiantes - 3€/Mes\nFamiliar - (3 o más miembros) - 11€/Mes\nOtras',5,85,'','AREA','Formulario: opciones de casilla de verificación',0,'','9d7dd6d80d2805cff6183a8ddb2131ab','optional',17),(29158,'es','elementor-180','text-button-f759de2','Ser voluntario',6,1,'','LINE','Botón',0,'','88bfe5a7b5a17ac0d2afe07780bb554f','optional',2),(29159,'es','elementor-180','text-button-5ec1e23','Hazte socio',6,2,'','LINE','Botón',0,'','1729bda9e3e17daf03f4078374040fda','optional',2),(29160,'es','elementor-180','url-button-5ec1e23','http://fcm.factoryfy.com/socios/',6,3,'','LINK','Botón: URL de enlace',10,'','e03051e7bfd91d40637526632166b4c0','optional',0),(29161,'es','elementor-183','title-heading-11a453c','Historias',7,1,'h1','LINE','Encabezado',0,'','6453ba3f2c738974a29ddf686e8aa2e9','optional',1),(29225,'es','elementor-67','url-button-017269b','/todas-las-historias/',2,18,'','LINK','Botón: URL de enlace',3,'','4fd230e581329f457d227436c9de6a9b','optional',3),(29226,'es','elementor-189','title-heading-11a453c','Equipo',8,1,'h2','LINE','Encabezado',0,'','a7d1abaee8bbb2d12b283c8a6579f322','optional',1),(29235,'es','elementor-67','url-button-3748679','/equipo/',2,45,'','LINK','Botón: URL de enlace',3,'','4a7ea63f3747eab119654b731cbeaa2c','optional',1),(29256,'es','elementor-192','title-heading-11a453c','Contacto',9,1,'h2','LINE','Encabezado',0,'','b6184d901351ef02ade188047020871b','optional',1),(29265,'es','elementor-192','editor-text-editor-91ffc15','<p>Puedes contactar con nosotros a través de nuestro formulario de contacto o a través de los siguientes medios.</p>',9,2,'','VISUAL','Editor de texto',0,'','ae1b303520974dbfb1230cd46e637796','optional',18),(29266,'es','elementor-192','editor-text-editor-83a585e','<ul><li>Teléfono: +34 622090096</li><li>Email: <a href=\"mailto:adriaballester@outlook.com\" target=\"_blank\" rel=\"noopener\">adriaballester@outlook.com</a></li></ul>',9,3,'','VISUAL','Editor de texto',0,'','9127840920b251a18498c2c7881099fc','optional',5),(29267,'es','elementor-192','form_name-form-ef1baee','New Form',9,5,'','LINE','Formulario: nombre',0,'','1d8953ebbcbe83f8d681d5f728e12811','optional',2),(29268,'es','elementor-192','button_text-form-ef1baee','Enviar',9,6,'','LINE','Formulario: texto de botón',0,'','2b906b3d6e8edabf589bf86e7e5e90f2','optional',1),(29269,'es','elementor-192','email_subject-form-ef1baee','New message from \"Free Conversation Movements\"',9,7,'','LINE','Formulario: asunto del mensaje',0,'','5eeafd9240e88f5b7dc7c15ba834702c','optional',6),(29270,'es','elementor-192','email_from_name-form-ef1baee','Free Conversation Movements',9,8,'','LINE','Formulario: nombre de remitente del mensaje',0,'','18124b332ec30e741263e4f55462e816','optional',3),(29271,'es','elementor-192','email_content-form-ef1baee','[all-fields]',9,9,'','AREA','Formulario: contenido de mensaje',0,'','2275efa22d19861d0baac126ad36d27d','optional',0),(29272,'es','elementor-192','email_subject_2-form-ef1baee','New message from \"Free Conversation Movements\"',9,10,'','LINE','Formulario: Asunto de mensaje 2',0,'','18b03cd25d06a1bdbed63f77fc8fb724','optional',6),(29273,'es','elementor-192','email_content_2-form-ef1baee','[all-fields]',9,11,'','AREA','Formulario: contenido de mensaje',0,'','2c40490cfdf1aa13f07aaaf0f5adc32f','optional',0),(29274,'es','elementor-192','success_message-form-ef1baee','The form was sent successfully.',9,12,'','LINE','Formulario: mensaje de éxito',0,'','b50534b1fa81e87f76bef427bec4a579','optional',5),(29275,'es','elementor-192','error_message-form-ef1baee','An error occured.',9,13,'','LINE','Formulario: mensaje de error',0,'','7df2045983e845fdf2f909ad27811400','optional',3),(29276,'es','elementor-192','invalid_message-form-ef1baee','There\'s something wrong. The form is invalid.',9,14,'','LINE','Formulario: mensaje de no válido',0,'','128b74714d40f00162ca25b237641a0d','optional',8),(29277,'es','elementor-192','required_field_message-form-ef1baee','This field is required.',9,15,'','LINE','Formulario: mensaje de requerido',0,'','96af1fa88c23866af38c0660cbb85519','optional',4),(29278,'es','elementor-192','form-field_label-ef1baee-98fe5fc','Nombre',9,16,'','LINE','Formulario: etiqueta de campo',0,'','b2e2aa91ea9cc1cee3a1f9f457972b5d','optional',1),(29279,'es','elementor-192','form-placeholder-ef1baee-98fe5fc','Nombre',9,17,'','LINE','Formulario: marcador de campo',0,'','e4d988c0ea247f430007cecc6d1f4a7d','optional',1),(29280,'es','elementor-192','form-field_label-ef1baee-c846b1f','Apellidos',9,20,'','LINE','Formulario: etiqueta de campo',0,'','fc3f49e0cd20f9737f7b75552d218043','optional',1),(29281,'es','elementor-192','form-placeholder-ef1baee-c846b1f','Apellidos',9,21,'','LINE','Formulario: marcador de campo',0,'','14988cba60e605e2ae47cf6ccd45b19b','optional',1),(29282,'es','elementor-192','form-field_label-ef1baee-456b94b','E-mail',9,24,'','LINE','Formulario: etiqueta de campo',0,'','ef8489405a56a8e98281b5fbb263bb77','optional',2),(29283,'es','elementor-192','form-placeholder-ef1baee-456b94b','E-mail',9,25,'','LINE','Formulario: marcador de campo',0,'','66840cd48960c1bf23347175de3033f3','optional',2),(29284,'es','elementor-192','form-field_label-ef1baee-6581d75','Teléfono',9,28,'','LINE','Formulario: etiqueta de campo',0,'','ccf948c40596028cef439b4317997eb6','optional',1),(29285,'es','elementor-192','form-placeholder-ef1baee-d060fa8','Escribe aquí tu mensaje',9,33,'','LINE','Formulario: marcador de campo',0,'','77d5d32fdc160ed237beb03c4b080ea7','optional',4),(29291,'es','elementor-205','title-heading-11a453c','Me hago socio',10,1,'h2','LINE','Encabezado',0,'','856dc43828cb2f833a594da4d317396c','optional',3),(29343,'es','elementor-121','editor-text-editor-6d5e126','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet. </p>',5,2,'','VISUAL','Editor de texto',0,'','67f8c0f5afe6022358a0833099bdd85f','optional',NULL),(29344,'es','elementor-205','editor-text-editor-3e654c4','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet. </p>',10,2,'','VISUAL','Editor de texto',0,'','60e2a55f7d963516a555f959f932ac5d','optional',58),(29345,'es','elementor-205','text-button-df23ebf','Ponte en contacto',10,3,'','LINE','Botón',0,'','72d2ab693ec83a7213f7662afed75ee4','optional',2),(29346,'es','elementor-205','url-button-df23ebf','/contacto',10,4,'','LINK','Botón: URL de enlace',10,'','b6f5e937eaf64e286f531da5106c2432','optional',1),(29347,'es','elementor-67','url-button-e0fe280','/contacto/',2,7,'','LINK','Botón: URL de enlace',3,'','4de856d093c00cdb0c1c9b5a575e3038','optional',1),(29351,'es','elementor-67','jet-accordion-item_label-bfef328-2143d2f','Quiero participar',2,75,'','LINE','Jet Accordion: Item Label',0,'','44c4bdb876c387c29df33af2365808ee','optional',2),(29352,'es','elementor-67','jet-accordion-item_editor_content-bfef328-2143d2f','<p>Tab Item Content</p>',2,76,'','VISUAL','Jet Accordion: Item Editor Content',0,'','312e756750320a97d7fa971e397eab13','optional',3),(29353,'es','elementor-213','text-button-f2b8607','Me hago socio',11,1,'','LINE','Botón',0,'','9e6d2760b19989d2b4ae284372c741fc','optional',3),(29354,'es','elementor-213','url-button-f2b8607','http://fcm.factoryfy.com/contacto/',11,2,'','LINK','Botón: URL de enlace',3,'','1fafd732cccbbae691c76569f0c5ea12','optional',1),(29355,'es','elementor-213','text-button-9e4dfab','Ser voluntario',11,3,'','LINE','Botón',0,'','60932e05576bd578a95b5e46405245e5','optional',2),(29356,'es','elementor-213','url-button-9e4dfab','http://fcm.factoryfy.com/contacto/',11,4,'','LINK','Botón: URL de enlace',3,'','53aa4f2fdb0ecdc7a6a4107b0980b7de','optional',1),(29357,'en','Jet Engine CPT Labels','Jet Engine CPT Name (Historias)','Historias',NULL,NULL,'','LINE',NULL,0,'','ba1842612b7ee92aec10aac7672c50c9','optional',NULL),(29359,'en','Jet Engine CPT Labels','Jet Engine CPT Name (Historia)','Historia',NULL,NULL,'','LINE',NULL,0,'','5c6ca44fad538d192c6518f63352149e','optional',NULL),(29361,'es','elementor-234','title-heading-ba81ee4','Historias',12,1,'h2','LINE','Encabezado',0,'','2750e983f3ffa4727292b11d274700e6','optional',1),(29369,'es','elementor-183','classic_read_more_text-posts-f7358cf','Leer más »',7,2,'','LINE','Entradas: texto clásico Leer más',0,'','98c71f6cee1d0bf4788c7fdd439ccbbf','optional',3),(29370,'es','elementor-183','pagination_prev_label-posts-f7358cf','« Previous',7,3,'','LINE','Entradas: etiqueta anterior',0,'','a35ba831bcea4296336c8eb0a611bc39','optional',2),(29371,'es','elementor-183','pagination_next_label-posts-f7358cf','Next »',7,4,'','LINE','Entradas: etiqueta siguiente',0,'','e05d52fafc3534e2720e22da65b4e55e','optional',2),(29372,'es','elementor-183','cards_read_more_text-posts-f7358cf','Leer historia completa »',7,5,'','LINE','Entradas: texto Leer más de fichas',0,'','0d6de2bd023ec585f5c68b8a099b8f74','optional',4),(29373,'es','elementor-90','classic_read_more_text-posts-715802a','Leer más »',4,1,'','LINE','Entradas: texto clásico Leer más',0,'','5f63d6b31b7f5f3e0167944acfba7948','optional',3),(29374,'es','elementor-90','pagination_prev_label-posts-715802a','« Previous',4,2,'','LINE','Entradas: etiqueta anterior',0,'','90fbbccb8fc5e01c231ae5cd17ace0bc','optional',2),(29375,'es','elementor-90','pagination_next_label-posts-715802a','Next »',4,3,'','LINE','Entradas: etiqueta siguiente',0,'','57d3d2254ad2712bb0d354529ffa7f85','optional',2),(29376,'es','elementor-90','cards_read_more_text-posts-715802a','Leer historia completa »',4,4,'','LINE','Entradas: texto Leer más de fichas',0,'','7a67b7bcdaacf74e17108c2da607d6b3','optional',4),(29377,'es','elementor-249','title-heading-2580ff3','Historia',13,1,'h2','LINE','Encabezado',0,'','d6649cae3f1e67b5ac679a34e391e8df','optional',1),(29378,'es','elementor-249','title-heading-4ebbbb1','Equipo',13,2,'h3','LINE','Encabezado',0,'','5d960ace2f949800e24dbd42ce5bd40e','optional',1),(29380,'en','Jet Engine CPT Labels','Jet Engine CPT Name (Relacionados)','Relacionados',NULL,NULL,'','LINE',NULL,0,'','7a4ed4099ea16972d59403d05f334ab0','optional',NULL),(29381,'es','elementor-272','title-heading-11a453c','Proyectos relacionados',15,1,'h1','LINE','Encabezado',0,'','7f8e786e74c4a3a682eb4971cd6c4cef','optional',2),(29382,'es','elementor-272','classic_read_more_text-posts-f7358cf','Leer más »',15,2,'','LINE','Entradas: texto clásico Leer más',0,'','0bd0bb2c8c5e19b3bdc98120ff7c4d91','optional',3),(29383,'es','elementor-272','pagination_prev_label-posts-f7358cf','« Previous',15,3,'','LINE','Entradas: etiqueta anterior',0,'','79a481696ec1e36fd3db9bf743c5abf7','optional',2),(29384,'es','elementor-272','pagination_next_label-posts-f7358cf','Next »',15,4,'','LINE','Entradas: etiqueta siguiente',0,'','7eec134e4a7c9968c8e4eca9ec633b7f','optional',2),(29385,'es','elementor-272','cards_read_more_text-posts-f7358cf','Leer historia completa »',15,5,'','LINE','Entradas: texto Leer más de fichas',0,'','d818f3d76941dca88d64ed861426f82e','optional',4),(29386,'es','elementor-278','title-heading-8e5e278','Historia',16,1,'h2','LINE','Encabezado',0,'','68b1de334497035ffc610aee3af63b29','optional',1),(29387,'es','elementor-278','title-heading-60df4e3b','Equipo',16,2,'h3','LINE','Encabezado',0,'','897732c2134cba2bdc6fc5e94e6bf725','optional',1),(29388,'es','elementor-274','title-heading-2729d247','Proyecto <br>relacionado',17,1,'h2','LINE','Encabezado',0,'','e3b198edcbc79f85b6d4fb6fb8e1ae9f','optional',2),(29389,'es','elementor-274','title-heading-56f08228','Equipo',17,2,'h3','LINE','Encabezado',0,'','a6425f35d8f545324980e242ac551b2b','optional',1),(29390,'es','elementor-274','editor-text-editor-feb0c89','<p>Proyecto: Lorem ipsum<br />Integrantes: 8<br />Fundación: 2008</p>',17,3,'','VISUAL','Editor de texto',0,'','f3bd115961c36b529faca51699160f27','optional',5),(29391,'es','elementor-192','form-field_options-ef1baee-d060fa8','Quiero ser voluntario|quiero_ser_voluntario\nQuiero ser socio|socio',9,35,'','AREA','Formulario: opciones de casilla de verificación',0,'','a7abe7ea5f62ced63102bfccddd5c83d','optional',8),(29392,'es','elementor-192','form-placeholder-ef1baee-9a406b0','Escribe aquí tu mensaje',9,37,'','LINE','Formulario: marcador de campo',0,'','8a142bbe80c8ecc1c0367f41448e7c41','optional',4),(29393,'es','elementor-288','title-heading-11a453c','Manifiesto',18,1,'h1','LINE','Encabezado',0,'','0c89655298a15600001e6042882119d3','optional',1),(29398,'es','elementor-288','editor-text-editor-305e1b0','<div><p>Cuando somos niños, todos queremos hacer grandes cosas, como cambiar el mundo y explorar territorios desconocidos; soñamos con objetivos tan grandes como la paz mundial y valoramos a nuestros compañeros, amigos y familia por encima de cualquier otra cosa.</p></div><div><p>Al crecer, la mayoría vivimos, a veces tempranamente, vivimos lo que suelen llamar “golpe de realidad”, ese momento en el que se nos cierran muchas puertas, experimentamos el rechazo, la obligación de cumplir ciertos estándares que se esperan de nosotros y que nosotros no decidimos. En ese momento “entendemos” que soñar con algo superior es inútil. Se nos persuade de que no nos conviene pensar más allá de nosotros mismos y de nuestras “necesidades”, muchas de ellas impuestas por el sistema social en el que estamos, si queremos sobrevivir en el mundo “real”.</p></div><div><p>Como humanos y activistas por un mundo mejor, consideramos que tenemos todo el derecho a soñar y experimentar una genuina conexión humana con los demás, más allá de nuestros intereses y modos de vida particulares. Todos los seres tenemos el derecho a expresarnos y a ser escuchados.</p></div><div><p>Si revisamos la historia del hombre sobre la tierra, los grupos humanos y las sociedades primitivas nacieron con el objetivo de la ayuda y colaboración mutua. Cada individuo contaba. Con el crecimiento de la sociedad y su complejidad, el objetivo original se fue perdiendo y, actualmente, ha sido sustituido por un sistema social que rompe la conexión humana personal básica y la sustituye por una ilusión de hiperconectividad global, a menudo engañosa.</p></div><div><p>El movimiento Free Conversations nació, en 2016, de la voluntad y el deseo de enfrentar ese proceso de deshumanización y aislamiento que estamos sufriendo hoy, tanto más irónico, cuanto más grande es la interrelación e interdependencia que experimentamos.</p></div><div><p>Nació para ayudar. Para conectar personas y promover la libre circulación de ideas. El Movimiento Free Conversations entiende que la progresión de los avances tecnológicos y científicos desde el siglo XX, particularmente en la comunicación e información, han aportado al mundo herramientas valiosísimas para impulsar grandes objetivos. Pero, como contraparte, también han dado origen a fenómenos cada vez más frecuentes y masivos de personas que se sienten solas e insignificantes, aún estando hiperconectadas.</p></div><div><p>Por eso creemos que conversar y comunicarse cara a cara con otro, de igual a igual, es una actividad indispensable para recuperar valor y significado.</p></div><div><p>Por eso el Movimiento Free Conversations no margina, ni discrimina. Las dos sillas son exactamente iguales.</p></div><div><p>Estamos aquí para luchar contra una crisis en la cual, cada vez más, se va olvidando nuestra condición de humanos, para convertirnos en simples habitantes. Está para enviar un mensaje al mundo: hablemos cara a cara, que es necesario. La comunicación nos une humanamente, por sobre cualquier diferencia.</p></div><div><p>Compartamos historias; expongamos nuestras vivencias, para crecer en humanidad. En este sencillo hablar y comunicarnos cabemos todos: los de derecha, los de izquierda, los jóvenes y los mayores, los que ofenden y los ofendidos, los creyentes y no creyentes de cualquier rincón del planeta.</p></div><div><p>Únete al Movimiento Free Conversations, es un viaje para el cual solo necesitarás dos sillas.</p></div>',18,2,'','VISUAL','Editor de texto',0,'','ccfe6842e057a3909f07a03602385d87','optional',510),(29399,'es','elementor-67','title-counter-491b2fc','Conversaciones realizadas',2,1,'','LINE','Título',0,'','9d7df7267b95a39319fbf7342a7e324c','optional',2),(29400,'es','elementor-258','classic_read_more_text-posts-3101ff7','Leer más »',14,1,'','LINE','Entradas: texto clásico Leer más',0,'','a84f2763ae6ce8c43a278d5029242699','optional',3),(29401,'es','elementor-258','pagination_prev_label-posts-3101ff7','« Previous',14,2,'','LINE','Entradas: etiqueta anterior',0,'','2b426a6dfc529a40ecc1280d511b9e80','optional',2),(29402,'es','elementor-258','pagination_next_label-posts-3101ff7','Next »',14,3,'','LINE','Entradas: etiqueta siguiente',0,'','658d619ff32a6d6ffd7ae3116072b835','optional',2),(29403,'es','elementor-258','cards_read_more_text-posts-3101ff7','Leer historia completa »',14,4,'','LINE','Entradas: texto Leer más de fichas',0,'','8d55cca1a76b9af64722bd5f3ce087a1','optional',4),(29404,'es','elementor-306','classic_read_more_text-posts-eacd909','Leer más »',19,1,'','LINE','Entradas: texto clásico Leer más',0,'','b0fa6f3f6a3f8fff86044da4448b44c6','optional',3),(29405,'es','elementor-306','pagination_prev_label-posts-eacd909','« Previous',19,2,'','LINE','Entradas: etiqueta anterior',0,'','f79308d03bf358a8aaba325390683197','optional',2),(29406,'es','elementor-306','pagination_next_label-posts-eacd909','Next »',19,3,'','LINE','Entradas: etiqueta siguiente',0,'','1a10b38ef1e15937c11854a5b6ba4f54','optional',2),(29407,'es','elementor-306','cards_read_more_text-posts-eacd909','Leer historia completa »',19,4,'','LINE','Entradas: texto Leer más de fichas',0,'','ea898c5586f2b23c5a07c8aa2b1bde47','optional',4),(29408,'es','elementor-305','classic_read_more_text-posts-34b220e','Leer más »',20,1,'','LINE','Entradas: texto clásico Leer más',0,'','c0110d6dfa559976d9c16f49bf687f7c','optional',3),(29409,'es','elementor-305','pagination_prev_label-posts-34b220e','« Previous',20,2,'','LINE','Entradas: etiqueta anterior',0,'','a24d5afac17c22a0bd34cdabd575e183','optional',2),(29410,'es','elementor-305','pagination_next_label-posts-34b220e','Next »',20,3,'','LINE','Entradas: etiqueta siguiente',0,'','4b5c7b485d5939e312cdf71021029cce','optional',2),(29411,'es','elementor-305','cards_read_more_text-posts-34b220e','Leer historia completa »',20,4,'','LINE','Entradas: texto Leer más de fichas',0,'','3b1b34f640f899ee01e68081038e57d1','optional',4),(29423,'es','elementor-234','archive_cards_meta_separator-archive-posts-5da40a1','•',12,2,'','LINE','Fichas: separador entremedio',0,'','8ea27b783cb36b776788828685c31fa5','optional',1),(29424,'es','elementor-234','archive_cards_read_more_text-archive-posts-5da40a1','Read More »',12,3,'','LINE','Fichas: texto Leer más',0,'','60a4c82fabe292b83c58955169fdc17e','optional',3),(29425,'es','elementor-234','nothing_found_message-archive-posts-5da40a1','It seems we can\'t find what you\'re looking for.',12,4,'','AREA','Mensaje No se encontró nada',0,'','a48c42c9b0dc18465f9f97267d16f811','optional',11),(29426,'es','elementor-234','pagination_prev_label-archive-posts-5da40a1','« Previous',12,5,'','LINE','Etiqueta Anterior',0,'','f606009b82b78b4e23ec5ee719d4c490','optional',2),(29427,'es','elementor-234','pagination_next_label-archive-posts-5da40a1','Next »',12,6,'','LINE','Etiqueta Siguiente',0,'','3948465dd0dfb3e6d6392eb7f00dd731','optional',2),(29428,'es','elementor-234','archive_classic_meta_separator-archive-posts-5da40a1','///',12,7,'','LINE','Clásico: separador entremedio',0,'','3a60d621461d52bc6014275c821a2fff','optional',0),(29429,'es','elementor-234','archive_classic_read_more_text-archive-posts-5da40a1','LEER HISTORIA COMPLETA »',12,8,'','LINE','Clásico: texto Leer más',0,'','ad3bf63310b6c6d18212c52734745fe4','optional',4),(29430,'es','elementor-75','editor-text-editor-2e00215','Todos los derechos reservados. The free conversation.<br>Diseñado por <a href=\"https://factoryfy.es/\">Factoryfy</a>.',3,2,'','VISUAL','Editor de texto',0,'','e6ecca11279bb7ce4327953ce68c4355','optional',NULL),(29431,'es','elementor-192','editor-text-editor-373a0d1','Teléfono: +34 622090096<br>\nEmail: <a href=\"mailto:adriaballester@outlook.com\" target=\"_blank\" rel=\"noopener\">adriaballester@outlook.com</a>',9,4,'','VISUAL','Editor de texto',0,'','6797778d24576999d839b941a8f69bcf','optional',6),(29432,'es','elementor-67','member_first_name-jet-team-member-2fa544c','Benedikta',2,26,'','LINE','Jet Team Member: First Name',0,'','616e23f8a58e764b5fed821835bc96cc','optional',1),(29433,'es','elementor-67','member_last_name-jet-team-member-2fa544c','Baublyte',2,27,'','LINE','Jet Team Member: Last Name',0,'','e3dee97c88af1137de6209efb768489e','optional',1),(29434,'es','elementor-67','member_position-jet-team-member-2fa544c','Diseño Gráfico<br>--',2,28,'','LINE','Jet Team Member: Position',0,'','43d4fb2e92b2434839913a21bfb9f2a4','optional',2),(29435,'es','elementor-67','member_description-jet-team-member-2fa544c','Benedikta Baublyte es la persona encargada del diseño gráfico de todo el proyecto, tanto a nivel nacional como internacional. Pone color a las historias y aporta creatividad al movimiento.',2,29,'','AREA','Jet Team Member: Description',0,'','351ea9a7a690f88c07eb5af267a49a9d','optional',29),(29436,'es','elementor-67','button_text-jet-team-member-2fa544c','More',2,30,'','LINE','Jet Team Member: Button Text',0,'','c54bf49c7cb763126aba019e93b616c0','optional',1),(29437,'es','elementor-67','member_first_name-jet-team-member-0c7ce8b','Anna',2,32,'','LINE','Jet Team Member: First Name',0,'','d5b7832d3eecb27a3c6886997ec6cada','optional',1),(29438,'es','elementor-67','member_last_name-jet-team-member-0c7ce8b','Maldonado',2,33,'','LINE','Jet Team Member: Last Name',0,'','0d5ae4e0eb85736c019ad58992df7679','optional',1),(29439,'es','elementor-67','member_position-jet-team-member-0c7ce8b','Comunicación<br>--',2,34,'','LINE','Jet Team Member: Position',0,'','80b5ae1c0f378b1f2801be6f4701851e','optional',1),(29440,'es','elementor-67','member_description-jet-team-member-0c7ce8b','Anna Maldonado No solo coordina la comunicación del movimiento sino que además es la máxima representante de este en todo Latino América.',2,35,'','AREA','Jet Team Member: Description',0,'','82ed600f56d0e8c974b8a82c8dff6aba','optional',22),(29441,'es','elementor-67','button_text-jet-team-member-0c7ce8b','More',2,36,'','LINE','Jet Team Member: Button Text',0,'','3b9a72e48546b3932fc94a5b0087b3af','optional',1),(29442,'es','elementor-67','member_first_name-jet-team-member-b735bdc','Alex',2,38,'','LINE','Jet Team Member: First Name',0,'','ac178edc7489637e4983687e11351336','optional',1),(29443,'es','elementor-67','member_last_name-jet-team-member-b735bdc','Cruz',2,39,'','LINE','Jet Team Member: Last Name',0,'','31b4351cfcbfdc890d90bc78b0fb4c26','optional',1),(29444,'es','elementor-67','member_position-jet-team-member-b735bdc','Fotógrafo<br>--',2,40,'','LINE','Jet Team Member: Position',0,'','756c3ebfb94992933b5ec22d84f0f8ee','optional',1),(29445,'es','elementor-67','member_description-jet-team-member-b735bdc','Alex Cruza además del fotógrafo es el vicepresidente del movimiento. Su forma de ver las cosas han servido de gran inspiración para el movimiento.',2,41,'','AREA','Jet Team Member: Description',0,'','5114b89c71a0421f006a73632eebcb17','optional',24),(29446,'es','elementor-67','button_text-jet-team-member-b735bdc','More',2,42,'','LINE','Jet Team Member: Button Text',0,'','7fefabf28f2d1175a3c41ad85d26173f','optional',1),(29447,'es','elementor-189','member_first_name-jet-team-member-9651fac','Adriá',8,2,'','LINE','Jet Team Member: First Name',0,'','f8f0bf3675190c9a4722a5090e73109d','optional',1),(29448,'es','elementor-189','member_last_name-jet-team-member-9651fac','Ballester',8,3,'','LINE','Jet Team Member: Last Name',0,'','2bcbf58604c6308d9a6d35bc27def85c','optional',1),(29449,'es','elementor-189','member_position-jet-team-member-9651fac','Escritor<br>--',8,4,'','LINE','Jet Team Member: Position',0,'','de2adac2a602c09457204cd8e867be5b','optional',1),(29450,'es','elementor-189','member_description-jet-team-member-9651fac','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. ',8,5,'','AREA','Jet Team Member: Description',0,'','526b1ed6265af7ffc6a76246c9da2d39','optional',22),(29451,'es','elementor-189','button_text-jet-team-member-9651fac','More',8,6,'','LINE','Jet Team Member: Button Text',0,'','f493e53e49b5acba87b6b100ab5625cf','optional',1),(29452,'es','elementor-189','member_first_name-jet-team-member-e0fc1ca','Benedikta',8,8,'','LINE','Jet Team Member: First Name',0,'','ade6e9389f756a0ce084b3faee18ee3c','optional',1),(29453,'es','elementor-189','member_last_name-jet-team-member-e0fc1ca','Baublyte',8,9,'','LINE','Jet Team Member: Last Name',0,'','2b132c137b300bed35977cb72f5fa14e','optional',1),(29454,'es','elementor-189','member_position-jet-team-member-e0fc1ca','Diseño Gráfico<br>--',8,10,'','LINE','Jet Team Member: Position',0,'','939331841eac9d1e1d275e5de637e8d5','optional',2),(29455,'es','elementor-189','member_description-jet-team-member-e0fc1ca','Benedikta Baublyte es la persona encargada del diseño gráfico de todo el proyecto, tanto a nivel nacional como internacional. Pone color a las historias y aporta creatividad al movimiento.',8,11,'','AREA','Jet Team Member: Description',0,'','9b59318bb5bd64ec3aab77add5f35d14','optional',29),(29456,'es','elementor-189','button_text-jet-team-member-e0fc1ca','More',8,12,'','LINE','Jet Team Member: Button Text',0,'','320d84a1a30e4ce4054482654c93bb88','optional',1),(29457,'es','elementor-189','member_first_name-jet-team-member-e241058','Anna',8,14,'','LINE','Jet Team Member: First Name',0,'','0f27186bbacddb14ab98fabca36f97c3','optional',1),(29458,'es','elementor-189','member_last_name-jet-team-member-e241058','Maldonado',8,15,'','LINE','Jet Team Member: Last Name',0,'','d020c9034a3d22ad1139640f07448116','optional',1),(29459,'es','elementor-189','member_position-jet-team-member-e241058','Comunicación<br>--',8,16,'','LINE','Jet Team Member: Position',0,'','39b11b39459282a99bf7e3618f36effd','optional',1),(29460,'es','elementor-189','member_description-jet-team-member-e241058','Anna Maldonado No solo coordina la comunicación del movimiento sino que además es la máxima representante de este en todo Latino América.',8,17,'','AREA','Jet Team Member: Description',0,'','06d3f4df6c6c515e4e055d4e4b3f431a','optional',22),(29461,'es','elementor-189','button_text-jet-team-member-e241058','More',8,18,'','LINE','Jet Team Member: Button Text',0,'','b30e41e91b99cb8e27d07fca770d0bdd','optional',1),(29462,'es','elementor-189','member_first_name-jet-team-member-1f50369','Alex',8,20,'','LINE','Jet Team Member: First Name',0,'','d4ccbce0ae6add8e086708522a29ad23','optional',1),(29463,'es','elementor-189','member_last_name-jet-team-member-1f50369','Cruz',8,21,'','LINE','Jet Team Member: Last Name',0,'','58cb4bf943854b60543d909f24850998','optional',1),(29464,'es','elementor-189','member_position-jet-team-member-1f50369','Fotógrafo<br>--',8,22,'','LINE','Jet Team Member: Position',0,'','957b89baaafdf78dca4866161b17f686','optional',1),(29465,'es','elementor-189','member_description-jet-team-member-1f50369','Alex Cruza además del fotógrafo es el vicepresidente del movimiento. Su forma de ver las cosas han servido de gran inspiración para el movimiento.',8,23,'','AREA','Jet Team Member: Description',0,'','6ca167e1adcdce87cf2ee6aafc3248cb','optional',24),(29466,'es','elementor-189','button_text-jet-team-member-1f50369','More',8,24,'','LINE','Jet Team Member: Button Text',0,'','0d206ff2de11b5098dfcc0361b633b52','optional',1); /*!40000 ALTER TABLE `wp_icl_strings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_translate` -- DROP TABLE IF EXISTS `wp_icl_translate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_translate` ( `tid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `job_id` bigint(20) unsigned NOT NULL, `content_id` bigint(20) unsigned NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `field_type` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL, `field_wrap_tag` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL, `field_format` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL, `field_translate` tinyint(4) NOT NULL, `field_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `field_data_translated` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `field_finished` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`tid`), KEY `job_id` (`job_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_translate` -- LOCK TABLES `wp_icl_translate` WRITE; /*!40000 ALTER TABLE `wp_icl_translate` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_translate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_translate_job` -- DROP TABLE IF EXISTS `wp_icl_translate_job`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_translate_job` ( `job_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `rid` bigint(20) unsigned NOT NULL, `translator_id` int(10) unsigned NOT NULL, `translated` tinyint(3) unsigned NOT NULL DEFAULT '0', `manager_id` int(10) unsigned NOT NULL, `revision` int(10) unsigned DEFAULT NULL, `title` varchar(160) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `deadline_date` datetime DEFAULT NULL, `completed_date` datetime DEFAULT NULL, `editor` varchar(16) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `editor_job_id` bigint(20) unsigned DEFAULT NULL, PRIMARY KEY (`job_id`), KEY `rid` (`rid`,`translator_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_translate_job` -- LOCK TABLES `wp_icl_translate_job` WRITE; /*!40000 ALTER TABLE `wp_icl_translate_job` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_translate_job` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_translation_batches` -- DROP TABLE IF EXISTS `wp_icl_translation_batches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_translation_batches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `batch_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `tp_id` int(11) DEFAULT NULL, `ts_url` text COLLATE utf8mb4_unicode_520_ci, `last_update` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_translation_batches` -- LOCK TABLES `wp_icl_translation_batches` WRITE; /*!40000 ALTER TABLE `wp_icl_translation_batches` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_translation_batches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_translation_downloads` -- DROP TABLE IF EXISTS `wp_icl_translation_downloads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_translation_downloads` ( `editor_job_id` bigint(20) unsigned NOT NULL, `download_url` varchar(2000) COLLATE utf8mb4_unicode_520_ci NOT NULL, `lock_timestamp` int(11) unsigned DEFAULT NULL, PRIMARY KEY (`editor_job_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_translation_downloads` -- LOCK TABLES `wp_icl_translation_downloads` WRITE; /*!40000 ALTER TABLE `wp_icl_translation_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_icl_translation_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_translation_status` -- DROP TABLE IF EXISTS `wp_icl_translation_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_translation_status` ( `rid` bigint(20) NOT NULL AUTO_INCREMENT, `translation_id` bigint(20) NOT NULL, `status` tinyint(4) NOT NULL, `translator_id` bigint(20) NOT NULL, `needs_update` tinyint(4) NOT NULL, `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `translation_service` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL, `batch_id` int(11) NOT NULL DEFAULT '0', `translation_package` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `links_fixed` tinyint(4) NOT NULL DEFAULT '0', `_prevstate` longtext COLLATE utf8mb4_unicode_520_ci, `uuid` varchar(36) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `tp_id` int(11) DEFAULT NULL, `tp_revision` int(11) NOT NULL DEFAULT '1', `ts_status` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`rid`), UNIQUE KEY `translation_id` (`translation_id`) ) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_translation_status` -- LOCK TABLES `wp_icl_translation_status` WRITE; /*!40000 ALTER TABLE `wp_icl_translation_status` DISABLE KEYS */; INSERT INTO `wp_icl_translation_status` VALUES (1,17,9,0,0,'','',0,'','2019-11-07 09:18:26',0,NULL,NULL,NULL,1,NULL),(2,28,9,0,0,'','',0,'','2019-11-07 10:11:27',0,NULL,NULL,NULL,1,NULL),(3,30,9,0,0,'','',0,'','2019-11-07 10:12:04',0,NULL,NULL,NULL,1,NULL),(4,35,9,0,0,'','',0,'','2019-11-07 10:50:00',0,NULL,NULL,NULL,1,NULL),(5,38,9,0,0,'','',0,'','2019-11-07 11:08:14',0,NULL,NULL,NULL,1,NULL),(6,40,9,0,0,'','',0,'','2019-11-07 11:18:49',0,NULL,NULL,NULL,1,NULL),(7,42,9,0,0,'','',0,'','2019-11-07 11:18:54',0,NULL,NULL,NULL,1,NULL),(8,44,9,0,0,'','',0,'','2019-11-07 11:18:59',0,NULL,NULL,NULL,1,NULL),(9,46,9,0,0,'','',0,'','2019-11-07 11:41:28',0,NULL,NULL,NULL,1,NULL),(10,48,9,0,0,'','',0,'','2019-11-07 11:48:20',0,NULL,NULL,NULL,1,NULL),(11,50,9,0,0,'','',0,'','2019-11-07 11:56:53',0,NULL,NULL,NULL,1,NULL),(12,52,9,0,0,'','',0,'','2019-11-07 12:10:06',0,NULL,NULL,NULL,1,NULL),(13,54,9,0,0,'','',0,'','2019-11-07 12:10:12',0,NULL,NULL,NULL,1,NULL),(14,56,9,0,0,'','',0,'','2019-11-07 12:31:26',0,NULL,NULL,NULL,1,NULL),(15,58,9,0,0,'','',0,'','2019-11-07 12:31:28',0,NULL,NULL,NULL,1,NULL),(16,60,9,0,0,'','',0,'','2019-11-07 12:31:31',0,NULL,NULL,NULL,1,NULL),(17,62,9,0,0,'','',0,'','2019-11-07 12:31:34',0,NULL,NULL,NULL,1,NULL),(18,71,9,0,0,'','',0,'','2019-11-19 14:20:12',0,NULL,NULL,NULL,1,NULL),(19,93,9,0,0,'','',0,'','2019-12-27 09:25:42',0,NULL,NULL,NULL,1,NULL),(20,95,9,0,0,'','',0,'','2019-12-27 09:25:45',0,NULL,NULL,NULL,1,NULL),(21,97,9,0,0,'','',0,'','2019-12-27 09:25:48',0,NULL,NULL,NULL,1,NULL),(22,99,9,0,0,'','',0,'','2019-12-27 09:25:52',0,NULL,NULL,NULL,1,NULL),(23,101,9,0,0,'','',0,'','2019-12-27 09:34:59',0,NULL,NULL,NULL,1,NULL),(24,103,9,0,0,'','',0,'','2019-12-27 09:35:03',0,NULL,NULL,NULL,1,NULL),(25,105,9,0,0,'','',0,'','2019-12-27 09:35:06',0,NULL,NULL,NULL,1,NULL),(26,107,9,0,0,'','',0,'','2019-12-27 09:35:09',0,NULL,NULL,NULL,1,NULL),(27,131,9,0,0,'','',0,'','2020-01-27 11:21:38',0,NULL,NULL,NULL,1,NULL),(28,133,9,0,0,'','',0,'','2020-01-27 11:22:55',0,NULL,NULL,NULL,1,NULL),(29,135,9,0,0,'','',0,'','2020-01-27 11:25:34',0,NULL,NULL,NULL,1,NULL),(30,148,9,0,0,'','',0,'','2020-02-06 15:23:43',0,NULL,NULL,NULL,1,NULL),(31,150,9,0,0,'','',0,'','2020-02-06 15:28:13',0,NULL,NULL,NULL,1,NULL),(32,152,9,0,0,'','',0,'','2020-02-06 15:28:16',0,NULL,NULL,NULL,1,NULL),(33,158,9,0,0,'','',0,'','2020-02-06 15:33:01',0,NULL,NULL,NULL,1,NULL),(34,24,0,0,1,'1b114887879e46301e44aeaffabf92ef','',0,'a:4:{s:3:\"url\";s:34:\"http://fcm.factoryfy.com?page_id=8\";s:5:\"title\";s:7:\"Carrito\";s:8:\"contents\";a:5:{s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:8;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q2Fycml0bw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:0;s:4:\"data\";s:84:\"PCEtLSB3cDpzaG9ydGNvZGUgLS0+W3dvb2NvbW1lcmNlX2NhcnRdPCEtLSAvd3A6c2hvcnRjb2RlIC0tPg==\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:3:\"t_3\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-05-04 10:49:04',0,NULL,NULL,NULL,1,NULL),(35,25,0,0,1,'3ff9a0024b26b3bc54f0b38dc7a4528c','',0,'a:4:{s:3:\"url\";s:34:\"http://fcm.factoryfy.com?page_id=9\";s:5:\"title\";s:16:\"Finalizar compra\";s:8:\"contents\";a:5:{s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:9;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RmluYWxpemFyIGNvbXByYQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:0;s:4:\"data\";s:88:\"PCEtLSB3cDpzaG9ydGNvZGUgLS0+W3dvb2NvbW1lcmNlX2NoZWNrb3V0XTwhLS0gL3dwOnNob3J0Y29kZSAtLT4=\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:3:\"t_3\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-05-04 10:49:11',0,NULL,NULL,NULL,1,NULL),(36,26,0,0,1,'a12abb234366a4aec6969ad2987d11a8','',0,'a:4:{s:3:\"url\";s:35:\"http://fcm.factoryfy.com?page_id=10\";s:5:\"title\";s:9:\"Mi cuenta\";s:8:\"contents\";a:5:{s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:10;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"TWkgY3VlbnRh\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:0;s:4:\"data\";s:92:\"PCEtLSB3cDpzaG9ydGNvZGUgLS0+W3dvb2NvbW1lcmNlX215X2FjY291bnRdPCEtLSAvd3A6c2hvcnRjb2RlIC0tPg==\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:3:\"t_3\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-05-04 10:49:22',0,NULL,NULL,NULL,1,NULL),(37,23,0,0,1,'e8a1f30886737628a75524a6ad59d572','',0,'a:4:{s:3:\"url\";s:34:\"http://fcm.factoryfy.com?page_id=7\";s:5:\"title\";s:6:\"Tienda\";s:8:\"contents\";a:5:{s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:7;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"VGllbmRh\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:3:\"t_3\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-05-04 10:49:33',0,NULL,NULL,NULL,1,NULL),(38,176,9,0,0,'','',0,'','2020-05-05 07:12:09',0,NULL,NULL,NULL,1,NULL); /*!40000 ALTER TABLE `wp_icl_translation_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_icl_translations` -- DROP TABLE IF EXISTS `wp_icl_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_icl_translations` ( `translation_id` bigint(20) NOT NULL AUTO_INCREMENT, `element_type` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post_post', `element_id` bigint(20) DEFAULT NULL, `trid` bigint(20) NOT NULL, `language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source_language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`translation_id`), UNIQUE KEY `trid_lang` (`trid`,`language_code`), UNIQUE KEY `el_type_id` (`element_type`,`element_id`), KEY `trid` (`trid`), KEY `id_type_language` (`element_id`,`element_type`,`language_code`) ) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_icl_translations` -- LOCK TABLES `wp_icl_translations` WRITE; /*!40000 ALTER TABLE `wp_icl_translations` DISABLE KEYS */; INSERT INTO `wp_icl_translations` VALUES (1,'post_page',3,3,'es',NULL),(2,'post_page',2,2,'es',NULL),(4,'tax_category',1,5,'es',NULL),(5,'comment',1,7,'es',NULL),(6,'tax_category',2,5,'en','es'),(8,'tax_translation_priority',3,8,'es',NULL),(9,'tax_translation_priority',4,8,'en','es'),(11,'tax_translation_priority',5,9,'es',NULL),(12,'tax_translation_priority',6,9,'en','es'),(14,'tax_translation_priority',7,10,'es',NULL),(15,'tax_translation_priority',8,10,'en','es'),(16,'post_attachment',5,11,'es',NULL),(17,'post_attachment',6,11,'en','es'),(18,'post_page',7,12,'es',NULL),(19,'post_page',8,13,'es',NULL),(20,'post_page',9,14,'es',NULL),(21,'post_page',10,15,'es',NULL),(22,'tax_product_cat',22,16,'es',NULL),(23,'post_page',11,12,'en','es'),(24,'post_page',12,13,'en','es'),(25,'post_page',13,14,'en','es'),(26,'post_page',14,15,'en','es'),(27,'post_attachment',16,17,'es',NULL),(28,'post_attachment',17,17,'en','es'),(29,'post_attachment',18,18,'es',NULL),(30,'post_attachment',19,18,'en','es'),(31,'post_elementor_library',25,19,'es',NULL),(32,'post_elementor_library',24,20,'es',NULL),(33,'post_page',27,21,'es',NULL),(34,'post_attachment',31,22,'es',NULL),(35,'post_attachment',32,22,'en','es'),(36,'post_gp_elements',36,23,'es',NULL),(37,'post_attachment',37,24,'es',NULL),(38,'post_attachment',38,24,'en','es'),(39,'post_attachment',41,25,'es',NULL),(40,'post_attachment',42,25,'en','es'),(41,'post_attachment',43,26,'es',NULL),(42,'post_attachment',44,26,'en','es'),(43,'post_attachment',45,27,'es',NULL),(44,'post_attachment',46,27,'en','es'),(45,'post_attachment',47,28,'es',NULL),(46,'post_attachment',48,28,'en','es'),(47,'post_attachment',49,29,'es',NULL),(48,'post_attachment',50,29,'en','es'),(49,'post_attachment',51,30,'es',NULL),(50,'post_attachment',52,30,'en','es'),(51,'post_attachment',53,31,'es',NULL),(52,'post_attachment',54,31,'en','es'),(53,'post_attachment',55,32,'es',NULL),(54,'post_attachment',56,32,'en','es'),(55,'post_attachment',57,33,'es',NULL),(56,'post_attachment',58,33,'en','es'),(57,'post_attachment',59,34,'es',NULL),(58,'post_attachment',60,34,'en','es'),(59,'post_attachment',61,35,'es',NULL),(60,'post_attachment',62,35,'en','es'),(61,'post_attachment',63,36,'es',NULL),(62,'post_attachment',64,36,'en','es'),(64,'package_elementor',1,37,'es',NULL),(65,'post_page',67,38,'es',NULL),(67,'package_elementor',2,39,'es',NULL),(68,'post_elementor_library',70,40,'es',NULL),(69,'post_elementor_library',75,41,'es',NULL),(70,'post_attachment',76,42,'es',NULL),(71,'post_attachment',77,42,'en','es'),(73,'package_elementor',3,43,'es',NULL),(74,'tax_nav_menu',26,44,'es',NULL),(75,'post_nav_menu_item',84,45,'es',NULL),(76,'post_nav_menu_item',85,46,'es',NULL),(78,'post_nav_menu_item',87,47,'es',NULL),(79,'post_nav_menu_item',88,48,'es',NULL),(80,'post_elementor_library',90,49,'es',NULL),(82,'package_elementor',4,50,'es',NULL),(83,'post_page',121,51,'es',NULL),(85,'package_elementor',5,52,'es',NULL),(86,'post_elementor_library',136,53,'es',NULL),(87,'tax_nav_menu',28,54,'es',NULL),(93,'post_attachment',156,59,'en',NULL),(95,'post_attachment',158,60,'en',NULL),(97,'post_attachment',160,61,'en',NULL),(99,'post_attachment',162,62,'en',NULL),(100,'post_attachment',164,63,'es',NULL),(101,'post_attachment',165,63,'en','es'),(102,'post_attachment',166,64,'es',NULL),(103,'post_attachment',167,64,'en','es'),(104,'post_attachment',168,65,'es',NULL),(105,'post_attachment',169,65,'en','es'),(106,'post_attachment',170,66,'es',NULL),(107,'post_attachment',171,66,'en','es'),(108,'post_elementor_library',180,67,'es',NULL),(110,'package_elementor',6,68,'es',NULL),(111,'post_page',183,69,'es',NULL),(113,'package_elementor',7,70,'es',NULL),(114,'post_page',189,71,'es',NULL),(116,'package_elementor',8,72,'es',NULL),(117,'post_page',192,73,'es',NULL),(119,'package_elementor',9,74,'es',NULL),(121,'post_nav_menu_item',198,76,'es',NULL),(122,'post_nav_menu_item',200,77,'es',NULL),(123,'post_nav_menu_item',201,78,'es',NULL),(124,'post_page',205,79,'es',NULL),(126,'package_elementor',10,80,'es',NULL),(127,'post_elementor_library',213,81,'es',NULL),(129,'package_elementor',11,82,'es',NULL),(130,'post_attachment',224,83,'es',NULL),(131,'post_attachment',225,83,'en','es'),(132,'post_attachment',227,84,'es',NULL),(133,'post_attachment',228,84,'en','es'),(134,'post_attachment',230,85,'es',NULL),(135,'post_attachment',231,85,'en','es'),(136,'post_elementor_library',234,86,'es',NULL),(138,'package_elementor',12,87,'es',NULL),(139,'post_elementor_library',249,88,'es',NULL),(141,'package_elementor',13,89,'es',NULL),(143,'post_nav_menu_item',253,91,'es',NULL),(144,'post_elementor_library',258,92,'es',NULL),(146,'package_elementor',14,93,'es',NULL),(147,'post_attachment',264,94,'es',NULL),(148,'post_attachment',265,94,'en','es'),(149,'post_attachment',268,95,'es',NULL),(150,'post_attachment',269,95,'en','es'),(151,'post_attachment',270,96,'es',NULL),(152,'post_attachment',271,96,'en','es'),(153,'post_page',272,97,'es',NULL),(155,'package_elementor',15,98,'es',NULL),(156,'post_elementor_library',274,99,'es',NULL),(157,'post_attachment',276,100,'es',NULL),(158,'post_attachment',277,100,'en','es'),(159,'post_elementor_library',278,101,'es',NULL),(161,'package_elementor',16,102,'es',NULL),(163,'package_elementor',17,103,'es',NULL),(164,'post_nav_menu_item',284,104,'es',NULL),(165,'post_page',288,105,'es',NULL),(167,'package_elementor',18,106,'es',NULL),(168,'post_nav_menu_item',292,107,'es',NULL),(169,'post_elementor_library',306,108,'es',NULL),(170,'post_elementor_library',305,109,'es',NULL),(172,'package_elementor',19,110,'es',NULL),(174,'package_elementor',20,111,'es',NULL),(175,'post_attachment',391,112,'es',NULL),(176,'post_attachment',392,112,'en','es'); /*!40000 ALTER TABLE `wp_icl_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_jet_post_types` -- DROP TABLE IF EXISTS `wp_jet_post_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_jet_post_types` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `slug` text COLLATE utf8mb4_unicode_520_ci, `status` text COLLATE utf8mb4_unicode_520_ci, `labels` longtext COLLATE utf8mb4_unicode_520_ci, `args` longtext COLLATE utf8mb4_unicode_520_ci, `meta_fields` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_jet_post_types` -- LOCK TABLES `wp_jet_post_types` WRITE; /*!40000 ALTER TABLE `wp_jet_post_types` DISABLE KEYS */; INSERT INTO `wp_jet_post_types` VALUES (1,'historias','publish','a:21:{s:4:\"name\";s:9:\"Historias\";s:13:\"singular_name\";s:8:\"Historia\";s:9:\"menu_name\";s:9:\"Historias\";s:14:\"name_admin_bar\";s:8:\"Historia\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:22:\"Añadir nueva historia\";s:8:\"new_item\";s:14:\"Nueva historia\";s:9:\"edit_item\";s:15:\"Editar historia\";s:9:\"view_item\";s:12:\"Ver historia\";s:9:\"all_items\";s:19:\"Todas las historias\";s:12:\"search_items\";s:19:\"Buscar en historias\";s:17:\"parent_item_colon\";s:15:\"Parent Historia\";s:9:\"not_found\";s:22:\"Historia no encontrada\";s:18:\"not_found_in_trash\";s:42:\"No se encontraron historias en la papelera\";s:14:\"featured_image\";s:21:\"Imagen de la historia\";s:18:\"set_featured_image\";s:30:\"Insertar imagen de la historia\";s:21:\"remove_featured_image\";s:30:\"Eliminar imagen de la historia\";s:18:\"use_featured_image\";s:26:\"Usar imagen de la historia\";s:8:\"archives\";s:9:\"Historias\";s:16:\"insert_into_item\";s:23:\"Insertar en la historia\";s:21:\"uploaded_to_this_item\";s:21:\"Subir a esta historia\";}','a:17:{s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"query_var\";b:1;s:7:\"rewrite\";b:1;s:11:\"has_archive\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:12:\"rewrite_slug\";s:9:\"historias\";s:15:\"capability_type\";s:4:\"post\";s:13:\"menu_position\";N;s:9:\"menu_icon\";s:25:\"dashicons-format-standard\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";}s:13:\"admin_columns\";a:0:{}}','a:0:{}'),(2,'relacionados','publish','a:21:{s:4:\"name\";s:12:\"Relacionados\";s:13:\"singular_name\";s:12:\"Relacionados\";s:9:\"menu_name\";s:22:\"Proyectos relacionados\";s:14:\"name_admin_bar\";s:8:\"Proyecto\";s:7:\"add_new\";s:25:\"Añadir nuevo relacionado\";s:12:\"add_new_item\";s:25:\"Añadir nuevo relacionado\";s:8:\"new_item\";s:15:\"Nuevo proyecto \";s:9:\"edit_item\";s:15:\"Editar proyecto\";s:9:\"view_item\";s:12:\"Ver proyecto\";s:9:\"all_items\";s:32:\"Todos los proyectos relacionados\";s:12:\"search_items\";s:33:\"Buscar por proyectos relacionados\";s:17:\"parent_item_colon\";s:15:\"Parent Proyecto\";s:9:\"not_found\";s:29:\"Parent Proyectos relacionados\";s:18:\"not_found_in_trash\";s:40:\"No Proyectos relacionados found in trash\";s:14:\"featured_image\";s:14:\"Featured Image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:18:\"Use featured image\";s:8:\"archives\";s:22:\"Proyectos relacionados\";s:16:\"insert_into_item\";s:20:\"Insert into Proyecto\";s:21:\"uploaded_to_this_item\";s:25:\"Uploaded to this Proyecto\";}','a:17:{s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"query_var\";b:1;s:7:\"rewrite\";b:1;s:11:\"has_archive\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:12:\"rewrite_slug\";s:22:\"proyectos-relacionados\";s:15:\"capability_type\";s:4:\"post\";s:13:\"menu_position\";s:1:\"2\";s:9:\"menu_icon\";s:20:\"dashicons-admin-site\";s:8:\"supports\";a:3:{i:0;s:6:\"editor\";i:1;s:5:\"title\";i:2;s:9:\"thumbnail\";}s:13:\"admin_columns\";a:0:{}}','a:0:{}'); /*!40000 ALTER TABLE `wp_jet_post_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_jet_smart_filters_indexer` -- DROP TABLE IF EXISTS `wp_jet_smart_filters_indexer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_jet_smart_filters_indexer` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `filter_key` text COLLATE utf8mb4_unicode_520_ci, `filter_posts` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_jet_smart_filters_indexer` -- LOCK TABLES `wp_jet_smart_filters_indexer` WRITE; /*!40000 ALTER TABLE `wp_jet_smart_filters_indexer` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_jet_smart_filters_indexer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_jet_taxonomies` -- DROP TABLE IF EXISTS `wp_jet_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_jet_taxonomies` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `slug` text COLLATE utf8mb4_unicode_520_ci, `object_type` text COLLATE utf8mb4_unicode_520_ci, `status` text COLLATE utf8mb4_unicode_520_ci, `labels` longtext COLLATE utf8mb4_unicode_520_ci, `args` longtext COLLATE utf8mb4_unicode_520_ci, `meta_fields` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_jet_taxonomies` -- LOCK TABLES `wp_jet_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_jet_taxonomies` DISABLE KEYS */; INSERT INTO `wp_jet_taxonomies` VALUES (1,'ciudad','a:1:{i:0;s:9:\"historias\";}','publish','a:1:{s:4:\"name\";s:6:\"Ciudad\";}','a:10:{s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"query_var\";b:0;s:7:\"rewrite\";b:1;s:12:\"hierarchical\";b:0;s:12:\"rewrite_slug\";s:6:\"ciudad\";}','a:0:{}'); /*!40000 ALTER TABLE `wp_jet_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=15975 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://fcm.factoryfy.com','yes'),(2,'home','http://fcm.factoryfy.com','yes'),(3,'blogname','Free Conversation Movements','yes'),(4,'blogdescription','Un mundo lleno de historias','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','alejandrojm@factoryfy.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j F, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','j F, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:240:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:9:\"tienda/?$\";s:27:\"index.php?post_type=product\";s:39:\"tienda/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:34:\"tienda/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:26:\"tienda/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:36:\"jet-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"jet-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"jet-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"jet-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"jet-menu/([^/]+)/embed/?$\";s:41:\"index.php?jet-menu=$matches[1]&embed=true\";s:29:\"jet-menu/([^/]+)/trackback/?$\";s:35:\"index.php?jet-menu=$matches[1]&tb=1\";s:37:\"jet-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&paged=$matches[2]\";s:44:\"jet-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&cpage=$matches[2]\";s:34:\"jet-menu/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?jet-menu=$matches[1]&wc-api=$matches[3]\";s:40:\"jet-menu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"jet-menu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"jet-menu/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?jet-menu=$matches[1]&page=$matches[2]\";s:25:\"jet-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"jet-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"jet-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"jet-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"categoria-producto/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"categoria-producto/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"categoria-producto/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"categoria-producto/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"categoria-producto/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"etiqueta-producto/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:53:\"etiqueta-producto/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:34:\"etiqueta-producto/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:46:\"etiqueta-producto/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:28:\"etiqueta-producto/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:36:\"producto/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"producto/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"producto/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"producto/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"producto/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"producto/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"producto/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:29:\"producto/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:49:\"producto/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:44:\"producto/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:37:\"producto/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:44:\"producto/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:34:\"producto/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:40:\"producto/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"producto/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"producto/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:25:\"producto/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"producto/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"producto/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"producto/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"producto/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"producto/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"ciudad/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?taxonomy=ciudad&term=$matches[1]&feed=$matches[2]\";s:42:\"ciudad/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?taxonomy=ciudad&term=$matches[1]&feed=$matches[2]\";s:23:\"ciudad/([^/]+)/embed/?$\";s:53:\"index.php?taxonomy=ciudad&term=$matches[1]&embed=true\";s:35:\"ciudad/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?taxonomy=ciudad&term=$matches[1]&paged=$matches[2]\";s:17:\"ciudad/([^/]+)/?$\";s:42:\"index.php?taxonomy=ciudad&term=$matches[1]\";s:39:\"gp_elements/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"gp_elements/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"gp_elements/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"gp_elements/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"gp_elements/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"gp_elements/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"gp_elements/([^/]+)/embed/?$\";s:44:\"index.php?gp_elements=$matches[1]&embed=true\";s:32:\"gp_elements/([^/]+)/trackback/?$\";s:38:\"index.php?gp_elements=$matches[1]&tb=1\";s:40:\"gp_elements/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?gp_elements=$matches[1]&paged=$matches[2]\";s:47:\"gp_elements/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?gp_elements=$matches[1]&cpage=$matches[2]\";s:37:\"gp_elements/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?gp_elements=$matches[1]&wc-api=$matches[3]\";s:43:\"gp_elements/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"gp_elements/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"gp_elements/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?gp_elements=$matches[1]&page=$matches[2]\";s:28:\"gp_elements/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"gp_elements/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"gp_elements/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"gp_elements/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"gp_elements/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"gp_elements/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"proyectos-relacionados/([^/]+)/embed/?$\";s:45:\"index.php?relacionados=$matches[1]&embed=true\";s:43:\"proyectos-relacionados/([^/]+)/trackback/?$\";s:39:\"index.php?relacionados=$matches[1]&tb=1\";s:51:\"proyectos-relacionados/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?relacionados=$matches[1]&paged=$matches[2]\";s:58:\"proyectos-relacionados/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?relacionados=$matches[1]&cpage=$matches[2]\";s:48:\"proyectos-relacionados/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?relacionados=$matches[1]&wc-api=$matches[3]\";s:54:\"proyectos-relacionados/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:65:\"proyectos-relacionados/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"proyectos-relacionados/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?relacionados=$matches[1]&page=$matches[2]\";s:39:\"proyectos-relacionados/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"proyectos-relacionados/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"proyectos-relacionados/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"proyectos-relacionados/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"proyectos-relacionados/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"proyectos-relacionados/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"historias/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"historias/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"historias/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"historias/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"historias/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"historias/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"historias/([^/]+)/embed/?$\";s:42:\"index.php?historias=$matches[1]&embed=true\";s:30:\"historias/([^/]+)/trackback/?$\";s:36:\"index.php?historias=$matches[1]&tb=1\";s:38:\"historias/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?historias=$matches[1]&paged=$matches[2]\";s:45:\"historias/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?historias=$matches[1]&cpage=$matches[2]\";s:35:\"historias/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?historias=$matches[1]&wc-api=$matches[3]\";s:41:\"historias/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"historias/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"historias/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?historias=$matches[1]&page=$matches[2]\";s:26:\"historias/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"historias/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"historias/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"historias/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"historias/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"historias/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=67&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:17:{i:0;s:40:\"sitepress-multilingual-cms/sitepress.php\";i:1;s:33:\"duplicate-post/duplicate-post.php\";i:2;s:31:\"elementor-pro/elementor-pro.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:25:\"gp-premium/gp-premium.php\";i:5;s:25:\"jet-blocks/jet-blocks.php\";i:6;s:21:\"jet-blog/jet-blog.php\";i:7;s:29:\"jet-elements/jet-elements.php\";i:8;s:25:\"jet-engine/jet-engine.php\";i:9;s:21:\"jet-menu/jet-menu.php\";i:10;s:25:\"jet-search/jet-search.php\";i:11;s:39:\"jet-smart-filters/jet-smart-filters.php\";i:12;s:21:\"jet-tabs/jet-tabs.php\";i:13;s:45:\"woocommerce-multilingual/wpml-woocommerce.php\";i:14;s:27:\"woocommerce/woocommerce.php\";i:15;s:34:\"wpml-string-translation/plugin.php\";i:16;s:38:\"wpml-translation-management/plugin.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','generatepress','yes'),(41,'stylesheet','generatepress_child','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','Europe/Madrid','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','67','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','18','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:130:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:34:\"wpml_manage_translation_management\";b:1;s:21:\"wpml_manage_languages\";b:1;s:41:\"wpml_manage_theme_and_plugin_localization\";b:1;s:19:\"wpml_manage_support\";b:1;s:36:\"wpml_manage_woocommerce_multilingual\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;s:29:\"wpml_manage_media_translation\";b:1;s:22:\"wpml_manage_navigation\";b:1;s:24:\"wpml_manage_sticky_links\";b:1;s:30:\"wpml_manage_string_translation\";b:1;s:33:\"wpml_manage_translation_analytics\";b:1;s:25:\"wpml_manage_wp_menus_sync\";b:1;s:32:\"wpml_manage_taxonomy_translation\";b:1;s:27:\"wpml_manage_troubleshooting\";b:1;s:31:\"wpml_manage_translation_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'WPLANG','es_ES','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:4:\"Meta\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:6:\"header\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:8:\"footer-5\";a:0:{}s:10:\"footer-bar\";a:0:{}s:7:\"top-bar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:19:{i:1588663600;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1588664033;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:1588665282;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:1588665873;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:1588669471;a:1:{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;}}}i:1588669473;a:2:{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;}}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:1588669488;a:2:{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;}}}i:1588669490;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:1588669569;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:1588669664;a:1:{s:24:\"update_wpml_config_index\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1588669860;a:1:{s:32:\"wpml-tm-check-overdue-jobs-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:1588670304;a:1:{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;}}}i:1588670315;a:1:{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:1588691905;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:1588719600;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:1588775175;a:1:{s:27:\"wpml_tm_send_summary_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1589379669;a:1:{s:25:\"otgs_send_components_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1591142400;a:1:{s:25:\"woocommerce_geoip_updater\";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;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'recovery_keys','a:0:{}','yes'),(127,'can_compress_scripts','0','no'),(139,'theme_mods_twentynineteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1573117498;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(140,'current_theme','GeneratePress Child','yes'),(141,'theme_mods_generatepress_child','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:16;}','yes'),(142,'theme_switched','','yes'),(143,'generate_migration_settings','a:8:{s:11:\"combine_css\";s:4:\"done\";s:31:\"font_awesome_essentials_updated\";s:4:\"true\";s:22:\"skip_dynamic_css_cache\";s:4:\"true\";s:20:\"default_font_updated\";s:4:\"true\";s:25:\"blog_post_content_preview\";s:4:\"true\";s:23:\"blog_visibility_updated\";s:4:\"true\";s:22:\"footer_padding_updated\";s:4:\"true\";s:30:\"mobile_content_padding_updated\";s:4:\"true\";}','yes'),(144,'generate_dynamic_css_output','body{background-color:#ffffff;color:#3a3a3a;}a, a:visited{color:#1e73be;}a:hover, a:focus, a:active{color:#000000;}body .grid-container{max-width:1140px;}body, button, input, select, textarea{font-family:-apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";}.entry-content > [class*=\"wp-block-\"]:not(:last-child){margin-bottom:1.5em;}.main-navigation .main-nav ul ul li a{font-size:14px;}@media (max-width:768px){.main-title{font-size:30px;}h1{font-size:30px;}h2{font-size:25px;}}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a,.top-bar a:visited{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:#ffffff;color:#3a3a3a;}.site-header a,.site-header a:visited{color:#3a3a3a;}.main-title a,.main-title a:hover,.main-title a:visited{color:#222222;}.site-description{color:#757575;}.main-navigation,.main-navigation ul ul{background-color:#222222;}.main-navigation .main-nav ul li a,.menu-toggle{color:#ffffff;}.main-navigation .main-nav ul li:hover > a,.main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{color:#ffffff;background-color:#3f3f3f;}button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{color:#ffffff;}.main-navigation .main-nav ul li[class*=\"current-menu-\"] > a{color:#ffffff;background-color:#3f3f3f;}.main-navigation .main-nav ul li[class*=\"current-menu-\"] > a:hover,.main-navigation .main-nav ul li[class*=\"current-menu-\"].sfHover > a{color:#ffffff;background-color:#3f3f3f;}.navigation-search input[type=\"search\"],.navigation-search input[type=\"search\"]:active{color:#3f3f3f;background-color:#3f3f3f;}.navigation-search input[type=\"search\"]:focus{color:#ffffff;background-color:#3f3f3f;}.main-navigation ul ul{background-color:#3f3f3f;}.main-navigation .main-nav ul ul li a{color:#ffffff;}.main-navigation .main-nav ul ul li:hover > a,.main-navigation .main-nav ul ul li:focus > a,.main-navigation .main-nav ul ul li.sfHover > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*=\"current-menu-\"] > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*=\"current-menu-\"] > a:hover,.main-navigation .main-nav ul ul li[class*=\"current-menu-\"].sfHover > a{color:#ffffff;background-color:#4f4f4f;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:#ffffff;}.entry-meta{color:#595959;}.entry-meta a,.entry-meta a:visited{color:#595959;}.entry-meta a:hover{color:#1e73be;}.sidebar .widget{background-color:#ffffff;}.sidebar .widget .widget-title{color:#000000;}.footer-widgets{background-color:#ffffff;}.footer-widgets .widget-title{color:#000000;}.site-info{color:#ffffff;background-color:#222222;}.site-info a,.site-info a:visited{color:#ffffff;}.site-info a:hover{color:#606060;}.footer-bar .widget_nav_menu .current-menu-item a{color:#606060;}input[type=\"text\"],input[type=\"email\"],input[type=\"url\"],input[type=\"password\"],input[type=\"search\"],input[type=\"tel\"],input[type=\"number\"],textarea,select{color:#666666;background-color:#fafafa;border-color:#cccccc;}input[type=\"text\"]:focus,input[type=\"email\"]:focus,input[type=\"url\"]:focus,input[type=\"password\"]:focus,input[type=\"search\"]:focus,input[type=\"tel\"]:focus,input[type=\"number\"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"],a.button,a.button:visited,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#666666;}button:hover,html input[type=\"button\"]:hover,input[type=\"reset\"]:hover,input[type=\"submit\"]:hover,a.button:hover,button:focus,html input[type=\"button\"]:focus,input[type=\"reset\"]:focus,input[type=\"submit\"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f3f3f;}.generate-back-to-top,.generate-back-to-top:visited{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}.generate-back-to-top:hover,.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}.inside-header{padding:0px;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-0px;width:calc(100% + 0px);max-width:calc(100% + 0px);}.one-container.right-sidebar .site-main,.one-container.both-right .site-main{margin-right:0px;}.one-container.left-sidebar .site-main,.one-container.both-left .site-main{margin-left:0px;}.one-container.both-sidebars .site-main{margin:0px;}.separate-containers .widget, .separate-containers .site-main > *, .separate-containers .page-header, .widget-area .main-navigation{margin-bottom:0px;}.separate-containers .site-main{margin:0px;}.both-right.separate-containers .inside-left-sidebar{margin-right:0px;}.both-right.separate-containers .inside-right-sidebar{margin-left:0px;}.both-left.separate-containers .inside-left-sidebar{margin-right:0px;}.both-left.separate-containers .inside-right-sidebar{margin-left:0px;}.separate-containers .page-header-image, .separate-containers .page-header-contained, .separate-containers .page-header-image-single, .separate-containers .page-header-content-single{margin-top:0px;}.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar{margin-top:0px;margin-bottom:0px;}.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{padding-left:0px;padding-right:0px;line-height:20px;}.main-navigation .main-nav ul ul li a{padding:0px;}.main-navigation ul ul{width:100px;}.navigation-search input{height:20px;}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:0px;}.menu-item-has-children .dropdown-menu-toggle{padding-right:0px;}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:0px;padding-bottom:0px;margin-top:-0px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:0px;}.widget-area .widget{padding:0px;}.footer-widgets{padding:0px;}.site-info{padding:0px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px 30px 0px 30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}}','yes'),(145,'generate_dynamic_css_cached_version','2.3.2','yes'),(146,'generate_db_version','2.3.2','no'),(147,'generate_update_core_typography','true','yes'),(153,'recently_activated','a:0:{}','yes'),(160,'elementor_version','2.7.5','yes'),(161,'elementor_pro_version','2.7.3','yes'),(162,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'_elementor_pro_installed_time','1573117578','yes'),(165,'_elementor_installed_time','1573117579','yes'),(166,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:682:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"634\";s:11:\"trend_index\";s:3:\"662\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:3:\"635\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:3:\"613\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:3:\"671\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:3:\"665\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:3:\"656\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"657\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"11468\";s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"11453\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"11445\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"11435\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"11424\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:3:\"628\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"11822\";s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"11854\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"11847\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"11839\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"11832\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"11807\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"652\";s:11:\"trend_index\";s:3:\"634\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"653\";s:11:\"trend_index\";s:3:\"636\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"12229\";s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"12550\";s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"672\";s:11:\"trend_index\";s:3:\"669\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"12540\";s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"632\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"12492\";s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"657\";s:11:\"trend_index\";s:3:\"668\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:5:\"12716\";s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";s:10:\"1579060659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:5:\"12707\";s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060669\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:5:\"12699\";s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";s:10:\"1579060680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:5:\"12688\";s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060692\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:5:\"12678\";s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1579060701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:3:\"655\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:5:\"12669\";s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1579060715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:5:\"12661\";s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";s:10:\"1579060722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:5:\"12652\";s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060730\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:5:\"12643\";s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:3:\"617\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:5:\"12635\";s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";s:10:\"1579060746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:5:\"12736\";s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";s:10:\"1579060978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"667\";s:11:\"trend_index\";s:3:\"614\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:3:\"624\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:5:\"12726\";s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";s:10:\"1579061019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:309;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:5:\"13089\";s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";s:10:\"1582091623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"665\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:5:\"13096\";s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1582091742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:3:\"633\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:5:\"13103\";s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1582091903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:5:\"13120\";s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";s:10:\"1582092351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"655\";s:11:\"trend_index\";s:3:\"612\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"636\";s:11:\"trend_index\";s:3:\"644\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:5:\"13112\";s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1582092483\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:5:\"13129\";s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1582092645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"638\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:329;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:330;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:332;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:333;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:344;a:14:{s:2:\"id\";s:5:\"13274\";s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";s:10:\"1586148723\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"661\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:347;a:14:{s:2:\"id\";s:5:\"13267\";s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";s:10:\"1586148728\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"642\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";s:5:\"13259\";s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";s:10:\"1586148733\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:5:\"13251\";s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";s:10:\"1586148737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"680\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:5:\"13244\";s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";s:10:\"1586148742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:357;a:14:{s:2:\"id\";s:5:\"13236\";s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Header.png\";s:12:\"tmpl_created\";s:10:\"1586148746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:5:\"13281\";s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";s:10:\"1586148801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"681\";s:11:\"trend_index\";s:3:\"646\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:360;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:363;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:365;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";s:5:\"13395\";s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";s:10:\"1587474673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"676\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:5:\"13387\";s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";s:10:\"1587474682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"679\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:5:\"13378\";s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Header.jpg\";s:12:\"tmpl_created\";s:10:\"1587474693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"642\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:375;a:14:{s:2:\"id\";s:5:\"13369\";s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";s:10:\"1587474701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"644\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:5:\"13361\";s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";s:10:\"1587474710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"682\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";s:5:\"13413\";s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";s:10:\"1587474761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"674\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:381;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"654\";s:11:\"trend_index\";s:3:\"664\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:383;a:14:{s:2:\"id\";s:5:\"13402\";s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";s:10:\"1587474772\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"678\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:384;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:5:\"13422\";s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";s:10:\"1587474782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"670\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:386;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"609\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:388;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"615\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"643\";s:11:\"trend_index\";s:3:\"641\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"666\";s:11:\"trend_index\";s:3:\"648\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:397;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"646\";s:11:\"trend_index\";s:3:\"625\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:410;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"668\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:414;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"677\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:419;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"623\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"659\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"654\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:428;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:3:\"638\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:432;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:433;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"631\";s:11:\"trend_index\";s:3:\"649\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:437;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"658\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:439;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"645\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:441;a:14:{s:2:\"id\";s:5:\"13307\";s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";s:10:\"1587474541\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:442;a:14:{s:2:\"id\";s:5:\"13328\";s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";s:10:\"1587474558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"641\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:5:\"13338\";s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";s:10:\"1587474574\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:445;a:14:{s:2:\"id\";s:5:\"13352\";s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";s:10:\"1587474591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"656\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:5:\"13187\";s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";s:10:\"1586148661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:5:\"13199\";s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";s:10:\"1586148666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";s:5:\"13214\";s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";s:10:\"1586148672\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:5:\"13229\";s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";s:10:\"1586148677\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:5:\"12948\";s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1582093442\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"12798\";s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";s:10:\"1582093446\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:5:\"12868\";s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";s:10:\"1582093450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"647\";s:11:\"trend_index\";s:3:\"659\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:454;a:14:{s:2:\"id\";s:5:\"13056\";s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";s:10:\"1582093454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:5:\"12922\";s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";s:10:\"1582093457\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:457;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:458;a:14:{s:2:\"id\";s:5:\"12875\";s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";s:10:\"1582093461\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"640\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:5:\"12962\";s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";s:10:\"1582093465\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:5:\"12833\";s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";s:10:\"1582093469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:463;a:14:{s:2:\"id\";s:5:\"12898\";s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";s:10:\"1582093473\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"633\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:5:\"12994\";s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";s:10:\"1582093477\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:5:\"12805\";s:5:\"title\";s:38:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";s:10:\"1582093481\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:3:\"645\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:5:\"13031\";s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";s:10:\"1582093484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:5:\"12621\";s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1579060604\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"673\";s:11:\"trend_index\";s:3:\"673\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:470;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:475;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:477;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"640\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:485;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:3:\"672\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"622\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:494;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:502;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:508;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"649\";s:11:\"trend_index\";s:3:\"616\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"632\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"669\";s:11:\"trend_index\";s:3:\"667\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"675\";s:11:\"trend_index\";s:3:\"676\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"662\";s:11:\"trend_index\";s:3:\"674\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"618\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:529;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:531;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"648\";s:11:\"trend_index\";s:3:\"639\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:534;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:536;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:538;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"664\";s:11:\"trend_index\";s:3:\"621\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:541;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:544;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"671\";s:11:\"trend_index\";s:3:\"661\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:545;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:3:\"631\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:546;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:547;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"629\";s:11:\"trend_index\";s:3:\"629\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:548;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:549;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"650\";s:11:\"trend_index\";s:3:\"647\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:550;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"660\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:552;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:553;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"663\";s:11:\"trend_index\";s:3:\"658\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:556;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:559;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"630\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:560;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"639\";s:11:\"trend_index\";s:3:\"663\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:563;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:565;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:3:\"652\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:568;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"651\";s:11:\"trend_index\";s:3:\"666\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:572;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"627\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"650\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"611\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:580;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"637\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:583;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:588;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"635\";s:11:\"trend_index\";s:3:\"626\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:593;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:596;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"637\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"610\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"651\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"660\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"630\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"620\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"653\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"191\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"192\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"675\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"193\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"194\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"195\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"619\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"196\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"197\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"643\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"198\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"670\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"199\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"200\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"201\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"202\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"203\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(167,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:73:\"What Is Dynamic Content in Elementor Pro? Plus How to Use Dynamic Content\";s:7:\"excerpt\";s:285:\"Dynamic content plays an essential role in creating theme templates. In this post, you\'ll learn more about what dynamic content is and how it can benefit you. We\'ll also show you how to use dynamic content in your Elementor designs, along with some examples of what you can do with it.\";s:7:\"created\";s:10:\"1588580949\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:125:\"https://elementor.com/blog/dynamic-content-elementor/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:58:\"The New Rank Math SEO Integration for Elementor Explained \";s:7:\"excerpt\";s:253:\"With Rank Math\'s new integration for Elementor you can get SEO suggestions, edit your meta snippet accordingly, and configure the schema markup — all from within Elementor\'s editing screen. In this article, we’ll walk you through these new features.\";s:7:\"created\";s:10:\"1588245311\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:121:\"https://elementor.com/blog/rank-math-integration/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:91:\"Monday Masterclass: How to Transform Any WordPress Site Into an Online Store With Elementor\";s:7:\"excerpt\";s:179:\"This week we turn a WordPress site into an online store with customizable product display, and an efficient system for shipping and registering orders, all done in 5 simple steps.\";s:7:\"created\";s:10:\"1588065572\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:135:\"https://elementor.com/blog/wordpress-site-into-an-online-store/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:56:\"Monthly Templates Kit #9: The Online Course Template Kit\";s:7:\"excerpt\";s:274:\"Meet our Online Course Website template kit, which we built for professionals looking to create and publish an online video course on WordPress. It only takes minutes to upload your video content and materials so that you can share your skill set with the world of learners.\";s:7:\"created\";s:10:\"1587538951\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:126:\"https://elementor.com/blog/online-course-template-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:43:\"Elementor Sites of the Month – March 2020\";s:7:\"excerpt\";s:73:\"Here are our top picks of Elementor sites for March 2020. Check them out!\";s:7:\"created\";s:10:\"1587480146\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:119:\"https://elementor.com/blog/showcase-march-2020/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(170,'jet-elements-db-version','2.1.2','yes'),(171,'icl_sitepress_version','4.3.3','yes'),(172,'icl_sitepress_settings','a:62:{s:19:\"hide_upgrade_notice\";s:5:\"4.2.9\";s:25:\"icl_capabilities_verified\";b:1;s:16:\"active_languages\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"es\";}s:21:\"interview_translators\";i:1;s:34:\"existing_content_language_verified\";i:1;s:25:\"language_negotiation_type\";s:1:\"1\";s:23:\"theme_localization_type\";i:3;s:18:\"icl_lso_link_empty\";i:0;s:18:\"sync_page_ordering\";i:1;s:16:\"sync_page_parent\";i:1;s:18:\"sync_page_template\";i:1;s:16:\"sync_ping_status\";i:1;s:19:\"sync_comment_status\";i:1;s:16:\"sync_sticky_flag\";i:1;s:13:\"sync_password\";i:1;s:17:\"sync_private_flag\";i:1;s:16:\"sync_post_format\";i:1;s:11:\"sync_delete\";i:0;s:15:\"sync_delete_tax\";i:0;s:20:\"sync_post_taxonomies\";i:1;s:14:\"sync_post_date\";i:0;s:21:\"sync_taxonomy_parents\";i:0;s:25:\"translation_pickup_method\";i:0;s:15:\"notify_complete\";i:1;s:26:\"translated_document_status\";i:1;s:17:\"remote_management\";i:0;s:15:\"auto_adjust_ids\";i:1;s:11:\"alert_delay\";i:0;s:12:\"promote_wpml\";i:0;s:18:\"automatic_redirect\";i:0;s:17:\"remember_language\";i:24;s:28:\"icl_lang_sel_copy_parameters\";s:0:\"\";s:28:\"translated_document_page_url\";s:13:\"auto-generate\";s:28:\"sync_comments_on_duplicates \";i:0;s:3:\"seo\";a:3:{s:10:\"head_langs\";i:1;s:27:\"canonicalization_duplicates\";i:1;s:19:\"head_langs_priority\";i:1;}s:22:\"posts_slug_translation\";a:3:{s:2:\"on\";i:1;s:20:\"string_name_migrated\";b:1;s:5:\"types\";a:1:{s:7:\"product\";i:1;}}s:4:\"urls\";a:5:{s:30:\"directory_for_default_language\";i:0;s:12:\"show_on_root\";s:0:\"\";s:19:\"root_html_file_path\";s:0:\"\";s:9:\"root_page\";i:0;s:23:\"hide_language_switchers\";i:1;}s:12:\"xdomain_data\";s:1:\"1\";s:24:\"custom_posts_sync_option\";a:11:{s:4:\"post\";i:1;s:4:\"page\";i:1;s:10:\"attachment\";i:1;s:8:\"wp_block\";i:1;s:17:\"elementor_library\";i:2;s:11:\"gp_elements\";i:2;s:7:\"product\";i:1;s:17:\"product_variation\";i:1;s:11:\"shop_coupon\";i:0;s:10:\"shop_order\";i:0;s:17:\"jet-smart-filters\";i:1;}s:22:\"taxonomies_sync_option\";a:10:{s:8:\"category\";i:1;s:8:\"post_tag\";i:1;s:20:\"translation_priority\";i:1;s:22:\"elementor_library_type\";i:0;s:11:\"product_cat\";i:1;s:11:\"product_tag\";i:1;s:12:\"product_type\";i:0;s:17:\"shop_order_status\";i:0;s:18:\"product_visibility\";i:0;s:22:\"product_shipping_class\";i:1;}s:28:\"tm_block_retranslating_terms\";i:1;s:22:\"admin_default_language\";s:9:\"_default_\";s:22:\"taxonomy_names_checked\";b:1;s:18:\"ajx_health_checked\";b:1;s:18:\"default_categories\";a:2:{s:2:\"es\";s:1:\"1\";s:2:\"en\";i:2;}s:16:\"default_language\";s:2:\"es\";s:17:\"setup_wizard_step\";i:5;s:22:\"translation-management\";a:16:{s:25:\"custom_fields_translation\";a:198:{s:5:\"title\";i:2;s:11:\"description\";i:2;s:8:\"keywords\";i:2;s:10:\"_edit_last\";i:0;s:10:\"_edit_lock\";i:0;s:17:\"_wp_page_template\";i:0;s:23:\"_wp_attachment_metadata\";i:0;s:16:\"original_post_id\";i:0;s:22:\"_wpml_original_post_id\";i:0;s:12:\"_wp_old_slug\";i:0;s:20:\"_icl_translator_note\";i:0;s:14:\"_alp_processed\";i:0;s:7:\"_pingme\";i:0;s:10:\"_encloseme\";i:0;s:22:\"_icl_lang_duplicate_of\";i:0;s:13:\"_thumbnail_id\";i:0;s:17:\"_wp_attached_file\";i:0;s:24:\"_wp_attachment_image_alt\";i:2;s:24:\"_elementor_page_settings\";i:3;s:20:\"_elementor_edit_mode\";i:1;s:24:\"_elementor_template_type\";i:1;s:18:\"_elementor_version\";i:1;s:15:\"_elementor_data\";i:3;s:14:\"_elementor_css\";i:0;s:25:\"_generate_element_content\";i:2;s:22:\"_generate_element_type\";i:3;s:36:\"_generate_element_display_conditions\";i:3;s:36:\"_generate_element_exclude_conditions\";i:3;s:33:\"_generate_element_user_conditions\";i:3;s:14:\"_generate_hook\";i:3;s:33:\"_generate_hook_execute_shortcodes\";i:3;s:26:\"_generate_hook_execute_php\";i:3;s:23:\"_generate_hook_priority\";i:3;s:34:\"_generate_hook_disable_site_header\";i:3;s:34:\"_generate_hook_disable_site_footer\";i:3;s:29:\"_generate_hero_custom_classes\";i:3;s:24:\"_generate_hero_container\";i:3;s:30:\"_generate_hero_inner_container\";i:3;s:35:\"_generate_hero_horizontal_alignment\";i:3;s:26:\"_generate_hero_padding_top\";i:3;s:28:\"_generate_hero_padding_right\";i:3;s:29:\"_generate_hero_padding_bottom\";i:3;s:27:\"_generate_hero_padding_left\";i:3;s:31:\"_generate_hero_padding_top_unit\";i:3;s:33:\"_generate_hero_padding_right_unit\";i:3;s:34:\"_generate_hero_padding_bottom_unit\";i:3;s:32:\"_generate_hero_padding_left_unit\";i:3;s:33:\"_generate_hero_padding_top_mobile\";i:3;s:35:\"_generate_hero_padding_right_mobile\";i:3;s:36:\"_generate_hero_padding_bottom_mobile\";i:3;s:34:\"_generate_hero_padding_left_mobile\";i:3;s:38:\"_generate_hero_padding_top_unit_mobile\";i:3;s:40:\"_generate_hero_padding_right_unit_mobile\";i:3;s:41:\"_generate_hero_padding_bottom_unit_mobile\";i:3;s:39:\"_generate_hero_padding_left_unit_mobile\";i:3;s:31:\"_generate_hero_background_image\";i:3;s:34:\"_generate_hero_background_position\";i:3;s:34:\"_generate_hero_background_parallax\";i:3;s:37:\"_generate_hero_disable_featured_image\";i:3;s:33:\"_generate_hero_background_overlay\";i:3;s:31:\"_generate_hero_background_color\";i:3;s:25:\"_generate_hero_text_color\";i:3;s:25:\"_generate_hero_link_color\";i:3;s:42:\"_generate_hero_background_link_color_hover\";i:3;s:27:\"_generate_site_header_merge\";i:3;s:28:\"_generate_site_header_height\";i:3;s:35:\"_generate_site_header_height_mobile\";i:3;s:38:\"_generate_site_header_background_color\";i:3;s:33:\"_generate_site_header_title_color\";i:3;s:35:\"_generate_site_header_tagline_color\";i:3;s:19:\"_generate_site_logo\";i:3;s:21:\"_generate_retina_logo\";i:3;s:25:\"_generate_navigation_logo\";i:3;s:21:\"_generate_mobile_logo\";i:3;s:29:\"_generate_navigation_location\";i:3;s:27:\"_generate_navigation_colors\";i:3;s:37:\"_generate_navigation_background_color\";i:3;s:31:\"_generate_navigation_text_color\";i:3;s:43:\"_generate_navigation_background_color_hover\";i:3;s:37:\"_generate_navigation_text_color_hover\";i:3;s:45:\"_generate_navigation_background_color_current\";i:3;s:39:\"_generate_navigation_text_color_current\";i:3;s:24:\"_generate_sidebar_layout\";i:3;s:24:\"_generate_footer_widgets\";i:3;s:29:\"_generate_disable_site_header\";i:3;s:25:\"_generate_disable_top_bar\";i:3;s:36:\"_generate_disable_primary_navigation\";i:3;s:38:\"_generate_disable_secondary_navigation\";i:3;s:32:\"_generate_disable_featured_image\";i:3;s:31:\"_generate_disable_content_title\";i:3;s:24:\"_generate_disable_footer\";i:3;s:22:\"_generate_content_area\";i:3;s:23:\"_generate_content_width\";i:3;s:11:\"_backorders\";i:1;s:14:\"_crosssell_ids\";i:2;s:19:\"_default_attributes\";i:0;s:15:\"_download_limit\";i:1;s:16:\"_download_expiry\";i:1;s:14:\"_download_type\";i:1;s:13:\"_downloadable\";i:1;s:11:\"_file_paths\";i:2;s:19:\"_downloadable_files\";i:2;s:9:\"_featured\";i:1;s:13:\"_manage_stock\";i:1;s:4:\"_sku\";i:1;s:6:\"_stock\";i:0;s:13:\"_stock_status\";i:1;s:18:\"_sold_individually\";i:1;s:20:\"_subscription_length\";i:1;s:20:\"_subscription_period\";i:1;s:29:\"_subscription_period_interval\";i:1;s:19:\"_subscription_price\";i:1;s:25:\"_subscription_sign_up_fee\";i:1;s:26:\"_subscription_trial_length\";i:1;s:26:\"_subscription_trial_period\";i:1;s:10:\"_tax_class\";i:1;s:11:\"_tax_status\";i:1;s:11:\"_upsell_ids\";i:2;s:8:\"_virtual\";i:1;s:11:\"_visibility\";i:1;s:7:\"_weight\";i:1;s:6:\"_width\";i:1;s:7:\"_height\";i:1;s:7:\"_length\";i:1;s:26:\"_woocommerce_exclude_image\";i:1;s:11:\"total_sales\";i:1;s:12:\"_product_url\";i:2;s:12:\"_button_text\";i:2;s:14:\"_purchase_note\";i:2;s:26:\"_wcml_custom_prices_status\";i:0;s:23:\"_min_price_variation_id\";i:0;s:31:\"_min_regular_price_variation_id\";i:0;s:28:\"_min_sale_price_variation_id\";i:0;s:23:\"_max_price_variation_id\";i:0;s:31:\"_max_regular_price_variation_id\";i:0;s:28:\"_max_sale_price_variation_id\";i:0;s:23:\"attr_label_translations\";i:0;s:27:\"_per_product_pricing_active\";i:1;s:14:\"_pricing_rules\";i:1;s:14:\"_regular_price\";i:1;s:11:\"_sale_price\";i:1;s:6:\"_price\";i:1;s:28:\"_min_variation_regular_price\";i:1;s:25:\"_min_variation_sale_price\";i:1;s:20:\"_min_variation_price\";i:1;s:28:\"_max_variation_regular_price\";i:1;s:25:\"_max_variation_sale_price\";i:1;s:20:\"_max_variation_price\";i:1;s:22:\"_sale_price_dates_from\";i:1;s:20:\"_sale_price_dates_to\";i:1;s:14:\"_wcml_schedule\";i:1;s:22:\"_variation_description\";i:2;s:14:\"wcml_sync_hash\";i:0;s:13:\"wpml_language\";i:0;s:19:\"_product_attributes\";i:0;s:9:\"_children\";i:2;s:19:\"_subscription_limit\";i:1;s:17:\"_low_stock_amount\";i:1;s:18:\"_regular_price_EUR\";i:0;s:15:\"_sale_price_EUR\";i:0;s:10:\"_price_EUR\";i:0;s:32:\"_min_variation_regular_price_EUR\";i:0;s:29:\"_min_variation_sale_price_EUR\";i:0;s:24:\"_min_variation_price_EUR\";i:0;s:32:\"_max_variation_regular_price_EUR\";i:0;s:29:\"_max_variation_sale_price_EUR\";i:0;s:24:\"_max_variation_price_EUR\";i:0;s:26:\"_sale_price_dates_from_EUR\";i:0;s:24:\"_sale_price_dates_to_EUR\";i:0;s:18:\"_wcml_schedule_EUR\";i:0;s:13:\"_filter_label\";i:2;s:13:\"_active_label\";i:2;s:12:\"_filter_type\";i:1;s:12:\"_date_source\";i:1;s:12:\"_data_source\";i:1;s:19:\"_is_custom_checkbox\";i:1;s:15:\"_rating_options\";i:1;s:23:\"_rating_compare_operand\";i:1;s:16:\"_source_taxonomy\";i:1;s:17:\"_source_post_type\";i:1;s:11:\"_only_child\";i:1;s:16:\"_group_by_parent\";i:1;s:20:\"_source_custom_field\";i:1;s:20:\"_source_manual_input\";i:2;s:26:\"_source_manual_input_range\";i:1;s:12:\"_placeholder\";i:2;s:14:\"_s_placeholder\";i:2;s:5:\"_s_by\";i:1;s:14:\"_values_prefix\";i:1;s:14:\"_values_suffix\";i:1;s:20:\"_values_thousand_sep\";i:1;s:19:\"_values_decimal_sep\";i:1;s:19:\"_values_decimal_num\";i:1;s:11:\"_source_min\";i:1;s:11:\"_source_max\";i:1;s:12:\"_source_step\";i:1;s:16:\"_source_callback\";i:1;s:10:\"_query_var\";i:1;}s:29:\"custom_fields_readonly_config\";a:186:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:24:\"_wp_attachment_image_alt\";i:18;s:24:\"_elementor_page_settings\";i:19;s:20:\"_elementor_edit_mode\";i:20;s:24:\"_elementor_template_type\";i:21;s:18:\"_elementor_version\";i:22;s:15:\"_elementor_data\";i:23;s:14:\"_elementor_css\";i:24;s:25:\"_generate_element_content\";i:25;s:22:\"_generate_element_type\";i:26;s:36:\"_generate_element_display_conditions\";i:27;s:36:\"_generate_element_exclude_conditions\";i:28;s:33:\"_generate_element_user_conditions\";i:29;s:14:\"_generate_hook\";i:30;s:33:\"_generate_hook_execute_shortcodes\";i:31;s:26:\"_generate_hook_execute_php\";i:32;s:23:\"_generate_hook_priority\";i:33;s:34:\"_generate_hook_disable_site_header\";i:34;s:34:\"_generate_hook_disable_site_footer\";i:35;s:29:\"_generate_hero_custom_classes\";i:36;s:24:\"_generate_hero_container\";i:37;s:30:\"_generate_hero_inner_container\";i:38;s:35:\"_generate_hero_horizontal_alignment\";i:39;s:26:\"_generate_hero_padding_top\";i:40;s:28:\"_generate_hero_padding_right\";i:41;s:29:\"_generate_hero_padding_bottom\";i:42;s:27:\"_generate_hero_padding_left\";i:43;s:31:\"_generate_hero_padding_top_unit\";i:44;s:33:\"_generate_hero_padding_right_unit\";i:45;s:34:\"_generate_hero_padding_bottom_unit\";i:46;s:32:\"_generate_hero_padding_left_unit\";i:47;s:33:\"_generate_hero_padding_top_mobile\";i:48;s:35:\"_generate_hero_padding_right_mobile\";i:49;s:36:\"_generate_hero_padding_bottom_mobile\";i:50;s:34:\"_generate_hero_padding_left_mobile\";i:51;s:38:\"_generate_hero_padding_top_unit_mobile\";i:52;s:40:\"_generate_hero_padding_right_unit_mobile\";i:53;s:41:\"_generate_hero_padding_bottom_unit_mobile\";i:54;s:39:\"_generate_hero_padding_left_unit_mobile\";i:55;s:31:\"_generate_hero_background_image\";i:56;s:34:\"_generate_hero_background_position\";i:57;s:34:\"_generate_hero_background_parallax\";i:58;s:37:\"_generate_hero_disable_featured_image\";i:59;s:33:\"_generate_hero_background_overlay\";i:60;s:31:\"_generate_hero_background_color\";i:61;s:25:\"_generate_hero_text_color\";i:62;s:25:\"_generate_hero_link_color\";i:63;s:42:\"_generate_hero_background_link_color_hover\";i:64;s:27:\"_generate_site_header_merge\";i:65;s:28:\"_generate_site_header_height\";i:66;s:35:\"_generate_site_header_height_mobile\";i:67;s:38:\"_generate_site_header_background_color\";i:68;s:33:\"_generate_site_header_title_color\";i:69;s:35:\"_generate_site_header_tagline_color\";i:70;s:19:\"_generate_site_logo\";i:71;s:21:\"_generate_retina_logo\";i:72;s:25:\"_generate_navigation_logo\";i:73;s:21:\"_generate_mobile_logo\";i:74;s:29:\"_generate_navigation_location\";i:75;s:27:\"_generate_navigation_colors\";i:76;s:37:\"_generate_navigation_background_color\";i:77;s:31:\"_generate_navigation_text_color\";i:78;s:43:\"_generate_navigation_background_color_hover\";i:79;s:37:\"_generate_navigation_text_color_hover\";i:80;s:45:\"_generate_navigation_background_color_current\";i:81;s:39:\"_generate_navigation_text_color_current\";i:82;s:24:\"_generate_sidebar_layout\";i:83;s:24:\"_generate_footer_widgets\";i:84;s:29:\"_generate_disable_site_header\";i:85;s:25:\"_generate_disable_top_bar\";i:86;s:36:\"_generate_disable_primary_navigation\";i:87;s:38:\"_generate_disable_secondary_navigation\";i:88;s:32:\"_generate_disable_featured_image\";i:89;s:31:\"_generate_disable_content_title\";i:90;s:24:\"_generate_disable_footer\";i:91;s:22:\"_generate_content_area\";i:92;s:23:\"_generate_content_width\";i:93;s:13:\"_filter_label\";i:94;s:13:\"_active_label\";i:95;s:12:\"_filter_type\";i:96;s:12:\"_date_source\";i:97;s:12:\"_data_source\";i:98;s:19:\"_is_custom_checkbox\";i:99;s:15:\"_rating_options\";i:100;s:23:\"_rating_compare_operand\";i:101;s:16:\"_source_taxonomy\";i:102;s:17:\"_source_post_type\";i:103;s:11:\"_only_child\";i:104;s:16:\"_group_by_parent\";i:105;s:20:\"_source_custom_field\";i:106;s:20:\"_source_manual_input\";i:107;s:26:\"_source_manual_input_range\";i:108;s:12:\"_placeholder\";i:109;s:14:\"_s_placeholder\";i:110;s:5:\"_s_by\";i:111;s:14:\"_values_prefix\";i:112;s:14:\"_values_suffix\";i:113;s:20:\"_values_thousand_sep\";i:114;s:19:\"_values_decimal_sep\";i:115;s:19:\"_values_decimal_num\";i:116;s:11:\"_source_min\";i:117;s:11:\"_source_max\";i:118;s:12:\"_source_step\";i:119;s:16:\"_source_callback\";i:120;s:10:\"_query_var\";i:121;s:11:\"_backorders\";i:122;s:14:\"_crosssell_ids\";i:123;s:19:\"_default_attributes\";i:124;s:15:\"_download_limit\";i:125;s:16:\"_download_expiry\";i:126;s:14:\"_download_type\";i:127;s:13:\"_downloadable\";i:128;s:11:\"_file_paths\";i:129;s:19:\"_downloadable_files\";i:130;s:9:\"_featured\";i:131;s:13:\"_manage_stock\";i:132;s:4:\"_sku\";i:133;s:6:\"_stock\";i:134;s:13:\"_stock_status\";i:135;s:18:\"_sold_individually\";i:136;s:20:\"_subscription_length\";i:137;s:20:\"_subscription_period\";i:138;s:29:\"_subscription_period_interval\";i:139;s:19:\"_subscription_price\";i:140;s:25:\"_subscription_sign_up_fee\";i:141;s:26:\"_subscription_trial_length\";i:142;s:26:\"_subscription_trial_period\";i:143;s:10:\"_tax_class\";i:144;s:11:\"_tax_status\";i:145;s:11:\"_upsell_ids\";i:146;s:8:\"_virtual\";i:147;s:11:\"_visibility\";i:148;s:7:\"_weight\";i:149;s:6:\"_width\";i:150;s:7:\"_height\";i:151;s:7:\"_length\";i:152;s:26:\"_woocommerce_exclude_image\";i:153;s:11:\"total_sales\";i:154;s:12:\"_product_url\";i:155;s:12:\"_button_text\";i:156;s:14:\"_purchase_note\";i:157;s:26:\"_wcml_custom_prices_status\";i:158;s:23:\"_min_price_variation_id\";i:159;s:31:\"_min_regular_price_variation_id\";i:160;s:28:\"_min_sale_price_variation_id\";i:161;s:23:\"_max_price_variation_id\";i:162;s:31:\"_max_regular_price_variation_id\";i:163;s:28:\"_max_sale_price_variation_id\";i:164;s:23:\"attr_label_translations\";i:165;s:27:\"_per_product_pricing_active\";i:166;s:14:\"_pricing_rules\";i:167;s:14:\"_regular_price\";i:168;s:11:\"_sale_price\";i:169;s:6:\"_price\";i:170;s:28:\"_min_variation_regular_price\";i:171;s:25:\"_min_variation_sale_price\";i:172;s:20:\"_min_variation_price\";i:173;s:28:\"_max_variation_regular_price\";i:174;s:25:\"_max_variation_sale_price\";i:175;s:20:\"_max_variation_price\";i:176;s:22:\"_sale_price_dates_from\";i:177;s:20:\"_sale_price_dates_to\";i:178;s:14:\"_wcml_schedule\";i:179;s:22:\"_variation_description\";i:180;s:14:\"wcml_sync_hash\";i:181;s:13:\"wpml_language\";i:182;s:19:\"_product_attributes\";i:183;s:9:\"_children\";i:184;s:19:\"_subscription_limit\";i:185;s:17:\"_low_stock_amount\";}s:32:\"custom_fields_translation_custom\";a:0:{}s:41:\"custom_fields_translation_custom_readonly\";a:0:{}s:22:\"doc_translation_method\";i:1;s:35:\"__custom_types_readonly_config_prev\";a:0:{}s:28:\"custom_types_readonly_config\";a:0:{}s:36:\"__custom_fields_readonly_config_prev\";a:186:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:24:\"_wp_attachment_image_alt\";i:18;s:24:\"_elementor_page_settings\";i:19;s:20:\"_elementor_edit_mode\";i:20;s:24:\"_elementor_template_type\";i:21;s:18:\"_elementor_version\";i:22;s:15:\"_elementor_data\";i:23;s:14:\"_elementor_css\";i:24;s:25:\"_generate_element_content\";i:25;s:22:\"_generate_element_type\";i:26;s:36:\"_generate_element_display_conditions\";i:27;s:36:\"_generate_element_exclude_conditions\";i:28;s:33:\"_generate_element_user_conditions\";i:29;s:14:\"_generate_hook\";i:30;s:33:\"_generate_hook_execute_shortcodes\";i:31;s:26:\"_generate_hook_execute_php\";i:32;s:23:\"_generate_hook_priority\";i:33;s:34:\"_generate_hook_disable_site_header\";i:34;s:34:\"_generate_hook_disable_site_footer\";i:35;s:29:\"_generate_hero_custom_classes\";i:36;s:24:\"_generate_hero_container\";i:37;s:30:\"_generate_hero_inner_container\";i:38;s:35:\"_generate_hero_horizontal_alignment\";i:39;s:26:\"_generate_hero_padding_top\";i:40;s:28:\"_generate_hero_padding_right\";i:41;s:29:\"_generate_hero_padding_bottom\";i:42;s:27:\"_generate_hero_padding_left\";i:43;s:31:\"_generate_hero_padding_top_unit\";i:44;s:33:\"_generate_hero_padding_right_unit\";i:45;s:34:\"_generate_hero_padding_bottom_unit\";i:46;s:32:\"_generate_hero_padding_left_unit\";i:47;s:33:\"_generate_hero_padding_top_mobile\";i:48;s:35:\"_generate_hero_padding_right_mobile\";i:49;s:36:\"_generate_hero_padding_bottom_mobile\";i:50;s:34:\"_generate_hero_padding_left_mobile\";i:51;s:38:\"_generate_hero_padding_top_unit_mobile\";i:52;s:40:\"_generate_hero_padding_right_unit_mobile\";i:53;s:41:\"_generate_hero_padding_bottom_unit_mobile\";i:54;s:39:\"_generate_hero_padding_left_unit_mobile\";i:55;s:31:\"_generate_hero_background_image\";i:56;s:34:\"_generate_hero_background_position\";i:57;s:34:\"_generate_hero_background_parallax\";i:58;s:37:\"_generate_hero_disable_featured_image\";i:59;s:33:\"_generate_hero_background_overlay\";i:60;s:31:\"_generate_hero_background_color\";i:61;s:25:\"_generate_hero_text_color\";i:62;s:25:\"_generate_hero_link_color\";i:63;s:42:\"_generate_hero_background_link_color_hover\";i:64;s:27:\"_generate_site_header_merge\";i:65;s:28:\"_generate_site_header_height\";i:66;s:35:\"_generate_site_header_height_mobile\";i:67;s:38:\"_generate_site_header_background_color\";i:68;s:33:\"_generate_site_header_title_color\";i:69;s:35:\"_generate_site_header_tagline_color\";i:70;s:19:\"_generate_site_logo\";i:71;s:21:\"_generate_retina_logo\";i:72;s:25:\"_generate_navigation_logo\";i:73;s:21:\"_generate_mobile_logo\";i:74;s:29:\"_generate_navigation_location\";i:75;s:27:\"_generate_navigation_colors\";i:76;s:37:\"_generate_navigation_background_color\";i:77;s:31:\"_generate_navigation_text_color\";i:78;s:43:\"_generate_navigation_background_color_hover\";i:79;s:37:\"_generate_navigation_text_color_hover\";i:80;s:45:\"_generate_navigation_background_color_current\";i:81;s:39:\"_generate_navigation_text_color_current\";i:82;s:24:\"_generate_sidebar_layout\";i:83;s:24:\"_generate_footer_widgets\";i:84;s:29:\"_generate_disable_site_header\";i:85;s:25:\"_generate_disable_top_bar\";i:86;s:36:\"_generate_disable_primary_navigation\";i:87;s:38:\"_generate_disable_secondary_navigation\";i:88;s:32:\"_generate_disable_featured_image\";i:89;s:31:\"_generate_disable_content_title\";i:90;s:24:\"_generate_disable_footer\";i:91;s:22:\"_generate_content_area\";i:92;s:23:\"_generate_content_width\";i:93;s:13:\"_filter_label\";i:94;s:13:\"_active_label\";i:95;s:12:\"_filter_type\";i:96;s:12:\"_date_source\";i:97;s:12:\"_data_source\";i:98;s:19:\"_is_custom_checkbox\";i:99;s:15:\"_rating_options\";i:100;s:23:\"_rating_compare_operand\";i:101;s:16:\"_source_taxonomy\";i:102;s:17:\"_source_post_type\";i:103;s:11:\"_only_child\";i:104;s:16:\"_group_by_parent\";i:105;s:20:\"_source_custom_field\";i:106;s:20:\"_source_manual_input\";i:107;s:26:\"_source_manual_input_range\";i:108;s:12:\"_placeholder\";i:109;s:14:\"_s_placeholder\";i:110;s:5:\"_s_by\";i:111;s:14:\"_values_prefix\";i:112;s:14:\"_values_suffix\";i:113;s:20:\"_values_thousand_sep\";i:114;s:19:\"_values_decimal_sep\";i:115;s:19:\"_values_decimal_num\";i:116;s:11:\"_source_min\";i:117;s:11:\"_source_max\";i:118;s:12:\"_source_step\";i:119;s:16:\"_source_callback\";i:120;s:10:\"_query_var\";i:121;s:11:\"_backorders\";i:122;s:14:\"_crosssell_ids\";i:123;s:19:\"_default_attributes\";i:124;s:15:\"_download_limit\";i:125;s:16:\"_download_expiry\";i:126;s:14:\"_download_type\";i:127;s:13:\"_downloadable\";i:128;s:11:\"_file_paths\";i:129;s:19:\"_downloadable_files\";i:130;s:9:\"_featured\";i:131;s:13:\"_manage_stock\";i:132;s:4:\"_sku\";i:133;s:6:\"_stock\";i:134;s:13:\"_stock_status\";i:135;s:18:\"_sold_individually\";i:136;s:20:\"_subscription_length\";i:137;s:20:\"_subscription_period\";i:138;s:29:\"_subscription_period_interval\";i:139;s:19:\"_subscription_price\";i:140;s:25:\"_subscription_sign_up_fee\";i:141;s:26:\"_subscription_trial_length\";i:142;s:26:\"_subscription_trial_period\";i:143;s:10:\"_tax_class\";i:144;s:11:\"_tax_status\";i:145;s:11:\"_upsell_ids\";i:146;s:8:\"_virtual\";i:147;s:11:\"_visibility\";i:148;s:7:\"_weight\";i:149;s:6:\"_width\";i:150;s:7:\"_height\";i:151;s:7:\"_length\";i:152;s:26:\"_woocommerce_exclude_image\";i:153;s:11:\"total_sales\";i:154;s:12:\"_product_url\";i:155;s:12:\"_button_text\";i:156;s:14:\"_purchase_note\";i:157;s:26:\"_wcml_custom_prices_status\";i:158;s:23:\"_min_price_variation_id\";i:159;s:31:\"_min_regular_price_variation_id\";i:160;s:28:\"_min_sale_price_variation_id\";i:161;s:23:\"_max_price_variation_id\";i:162;s:31:\"_max_regular_price_variation_id\";i:163;s:28:\"_max_sale_price_variation_id\";i:164;s:23:\"attr_label_translations\";i:165;s:27:\"_per_product_pricing_active\";i:166;s:14:\"_pricing_rules\";i:167;s:14:\"_regular_price\";i:168;s:11:\"_sale_price\";i:169;s:6:\"_price\";i:170;s:28:\"_min_variation_regular_price\";i:171;s:25:\"_min_variation_sale_price\";i:172;s:20:\"_min_variation_price\";i:173;s:28:\"_max_variation_regular_price\";i:174;s:25:\"_max_variation_sale_price\";i:175;s:20:\"_max_variation_price\";i:176;s:22:\"_sale_price_dates_from\";i:177;s:20:\"_sale_price_dates_to\";i:178;s:14:\"_wcml_schedule\";i:179;s:22:\"_variation_description\";i:180;s:14:\"wcml_sync_hash\";i:181;s:13:\"wpml_language\";i:182;s:19:\"_product_attributes\";i:183;s:9:\"_children\";i:184;s:19:\"_subscription_limit\";i:185;s:17:\"_low_stock_amount\";}s:41:\"__custom_term_fields_readonly_config_prev\";a:0:{}s:34:\"custom_term_fields_readonly_config\";a:0:{}s:26:\"taxonomies_readonly_config\";a:8:{s:20:\"translation_priority\";i:1;s:22:\"elementor_library_type\";i:0;s:11:\"product_cat\";i:1;s:11:\"product_tag\";i:1;s:12:\"product_type\";i:0;s:17:\"shop_order_status\";i:0;s:18:\"product_visibility\";i:0;s:22:\"product_shipping_class\";i:1;}s:28:\"custom-types_readonly_config\";a:9:{s:10:\"attachment\";i:1;s:8:\"wp_block\";i:1;s:17:\"elementor_library\";i:2;s:11:\"gp_elements\";i:2;s:7:\"product\";i:1;s:17:\"product_variation\";i:1;s:11:\"shop_coupon\";i:0;s:10:\"shop_order\";i:0;s:17:\"jet-smart-filters\";i:1;}s:44:\"post_translation_editor_native_for_post_type\";a:1:{s:7:\"product\";b:0;}s:12:\"notification\";a:9:{s:7:\"new-job\";i:1;s:13:\"include_xliff\";i:0;s:19:\"completed_frequency\";i:3;s:9:\"completed\";i:1;s:8:\"resigned\";i:1;s:7:\"overdue\";i:2;s:14:\"overdue_offset\";i:7;s:9:\"dashboard\";b:1;s:9:\"purge-old\";i:7;}s:26:\"custom_fields_editor_style\";a:4:{s:13:\"_filter_label\";s:4:\"line\";s:13:\"_active_label\";s:4:\"line\";s:12:\"_placeholder\";s:4:\"line\";s:14:\"_s_placeholder\";s:4:\"line\";}s:26:\"custom_fields_editor_label\";a:4:{s:13:\"_filter_label\";s:12:\"Filter Label\";s:13:\"_active_label\";s:19:\"Active Filter Label\";s:12:\"_placeholder\";s:11:\"Placeholder\";s:14:\"_s_placeholder\";s:18:\"Search Placeholder\";}}s:24:\"custom-types_sync_option\";a:9:{s:10:\"attachment\";i:1;s:8:\"wp_block\";i:1;s:17:\"elementor_library\";i:2;s:11:\"gp_elements\";i:2;s:7:\"product\";i:1;s:17:\"product_variation\";i:1;s:11:\"shop_coupon\";i:0;s:10:\"shop_order\";i:0;s:17:\"jet-smart-filters\";i:1;}s:29:\"language_selector_initialized\";i:1;s:15:\"languages_order\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"es\";}s:27:\"dont_show_help_admin_notice\";b:1;s:14:\"setup_complete\";i:1;s:21:\"site_does_not_use_icl\";b:1;s:31:\"language_per_domain_sso_enabled\";b:0;s:2:\"st\";a:16:{s:41:\"WPML_ST_Upgrade_Migrate_Originals_has_run\";b:1;s:48:\"WPML_ST_Upgrade_Db_Cache_Command_2.4.2_2_has_run\";b:1;s:52:\"WPML_ST_Upgrade_Display_Strings_Scan_Notices_has_run\";b:1;s:37:\"WPML_ST_Upgrade_MO_Scanning_3_has_run\";b:1;s:46:\"WPML_ST_Upgrade_DB_String_Name_Index_2_has_run\";b:1;s:48:\"WPML_ST_Upgrade_DB_Longtext_String_Value_has_run\";b:1;s:16:\"strings_per_page\";i:10;s:15:\"icl_st_auto_reg\";s:7:\"disable\";s:16:\"strings_language\";s:2:\"en\";s:16:\"translated-users\";a:0:{}s:25:\"db_ok_for_gettext_context\";b:1;s:2:\"sw\";a:0:{}s:27:\"plugin_localization_domains\";a:6:{s:34:\"wpml-string-translation/plugin.php\";a:1:{s:23:\"wpml-string-translation\";i:266;}s:23:\"elementor/elementor.php\";a:1:{s:9:\"elementor\";i:0;}s:40:\"sitepress-multilingual-cms/sitepress.php\";a:2:{s:9:\"installer\";i:0;s:9:\"sitepress\";i:21;}s:38:\"wpml-translation-management/plugin.php\";a:1:{s:27:\"wpml-translation-management\";i:935;}s:27:\"woocommerce/woocommerce.php\";a:1:{s:11:\"woocommerce\";i:6235;}s:45:\"woocommerce-multilingual/wpml-woocommerce.php\";a:1:{s:9:\"installer\";i:1239;}}s:42:\"WPML\\ST\\MO\\Generate\\Process\\Status_has_run\";b:1;s:53:\"WPML_ST_Upgrade_DB_String_Packages_Word_Count_has_run\";b:1;s:48:\"WPML_ST_Upgrade_DB_String_Packages_2.4.2_has_run\";b:1;}s:14:\"xliff_newlines\";i:2;s:16:\"tm_xliff_version\";s:2:\"12\";s:22:\"doc_translation_method\";i:1;s:66:\"admin_text_3_2_migration_complete_3b219153b0239314449f33161a9bfae1\";b:1;s:28:\"custom_posts_unlocked_option\";a:1:{s:7:\"product\";i:0;}s:26:\"taxonomies_unlocked_option\";a:1:{s:11:\"product_cat\";i:0;}}','yes'),(173,'_wpml_media','a:2:{s:20:\"new_content_settings\";a:3:{s:22:\"always_translate_media\";b:1;s:15:\"duplicate_media\";b:1;s:18:\"duplicate_featured\";b:1;}s:13:\"starting_help\";i:1;}','yes'),(175,'wpml_dependencies:needs_validation','','yes'),(176,'wpml_dependencies:valid_plugins','a:4:{i:0;s:26:\"sitepress-multilingual-cms\";i:1;s:24:\"woocommerce-multilingual\";i:2;s:23:\"wpml-string-translation\";i:3;s:27:\"wpml-translation-management\";}','yes'),(177,'wpml_dependencies:invalid_plugins','a:0:{}','yes'),(178,'wpml_config_index','O:8:\"stdClass\":2:{s:7:\"plugins\";a:74:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"10bit WooCommerce Gateway Yaadpay\";s:14:\"override_local\";b:1;s:4:\"path\";s:61:\"wpml-config/10bit-woocommerce-gateway-yaadpay/wpml-config.xml\";s:7:\"updated\";i:1464939780;s:4:\"hash\";s:32:\"ebdce80f3b6bfa13112b1d4c6a31b560\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Atomic Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Book Now\";s:14:\"override_local\";b:0;s:4:\"path\";s:36:\"wpml-config/book-now/wpml-config.xml\";s:7:\"updated\";i:1505319840;s:4:\"hash\";s:32:\"d123c0bb22d447095c3c443cb41c273a\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/beaver-builder/wpml-config.xml\";s:7:\"updated\";i:1582106737;s:4:\"hash\";s:32:\"e17f3e871882f1edcdbb460fe0a48ffe\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Beaver Builder Plugin (Pro Version)\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/beaver-builder/wpml-config.xml\";s:7:\"updated\";i:1582106737;s:4:\"hash\";s:32:\"e17f3e871882f1edcdbb460fe0a48ffe\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Cornerstone\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/cornerstone/wpml-config.xml\";s:7:\"updated\";i:1582106737;s:4:\"hash\";s:32:\"710780f413e6daca7af4240d02084a3c\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Custom Post Type UI\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/custom-post-type-ui/wpml-config.xml\";s:7:\"updated\";i:1523893440;s:4:\"hash\";s:32:\"e947352f481e0d8ab9cce6bd97316419\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Divi Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/divi-builder/wpml-config.xml\";s:7:\"updated\";i:1587547708;s:4:\"hash\";s:32:\"cbb7d6199720d2d35490e99404e6fc70\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Event Tickets Plus\";s:14:\"override_local\";b:0;s:4:\"path\";s:46:\"wpml-config/event-tickets-plus/wpml-config.xml\";s:7:\"updated\";i:1477310580;s:4:\"hash\";s:32:\"f333802d6c6c9836466d3ff52cfe2bd7\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WPBakery Visual Composer\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/js_composer/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"7ef24bd7ea76d60c1bb7adf8439c5957\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/js_composer/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"7ef24bd7ea76d60c1bb7adf8439c5957\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Uncode Page Builder (Visual Composer)\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/uncode-js_composer/wpml-config.xml\";s:7:\"updated\";i:1580467972;s:4:\"hash\";s:32:\"3d429187f051bcc1910b6549c06e93d8\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Uncode WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/uncode-js_composer/wpml-config.xml\";s:7:\"updated\";i:1580467972;s:4:\"hash\";s:32:\"3d429187f051bcc1910b6549c06e93d8\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"The7 WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/js_composer-dt-the7/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"caf05daa7509c1127194c88dee427879\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"MailChimp for WordPress\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/mailchimp-for-wp/wpml-config.xml\";s:7:\"updated\";i:1509614640;s:4:\"hash\";s:32:\"c4f8573312cdf0f71d9329ae82d4ec49\";}i:15;O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"Members\";s:14:\"override_local\";b:0;s:4:\"path\";s:35:\"wpml-config/members/wpml-config.xml\";s:7:\"updated\";i:1497367620;s:4:\"hash\";s:32:\"37e638f5a56f59208150c3649c291e41\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:46:\"Multibanco (IfthenPay gateway) for WooCommerce\";s:14:\"override_local\";b:0;s:4:\"path\";s:72:\"wpml-config/multibanco-ifthenpay-gateway-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1441014780;s:4:\"hash\";s:32:\"3cddef77fd163e090472f995aa2388d4\";}i:17;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"NW ADCart for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:53:\"wpml-config/nw-adcart-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1409734260;s:4:\"hash\";s:32:\"91d62df0659fc7b561a3932a7a52de6a\";}i:18;O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"PayPal for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:50:\"wpml-config/paypal-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1504696980;s:4:\"hash\";s:32:\"8d98b39c86e95094e6b7727fda7a6f00\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Product Enquiry Pro for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:63:\"wpml-config/product-enquiry-pro-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1409734500;s:4:\"hash\";s:32:\"305232f06370d52a29c346d6b711f50a\";}i:20;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"ProductPrint\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/productprint/wpml-config.xml\";s:7:\"updated\";i:1447155240;s:4:\"hash\";s:32:\"8003e16bcd6efca83d3b83dc3e01dc89\";}i:21;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Sensei\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/sensei/wpml-config.xml\";s:7:\"updated\";i:1519733580;s:4:\"hash\";s:32:\"ae69c1b9e4f553d0153d561cda3e5e9f\";}i:22;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Subscriptio\";s:14:\"override_local\";b:0;s:4:\"path\";s:39:\"wpml-config/subscriptio/wpml-config.xml\";s:7:\"updated\";i:1519647600;s:4:\"hash\";s:32:\"a23128c1dde651ef63093336042948e5\";}i:23;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WPML Multilingual CMS\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/sitepress-multilingual-cms/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"38c5ff5f649c25ca04655a2a825b7206\";}i:24;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"The Events Calendar\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/the-events-calendar/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"63b4a9e620c90153b1fef1d8a00fd8a2\";}i:25;O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"The Events Calendar: Filter Bar\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/events-filterbar/wpml-config.xml\";s:7:\"updated\";i:1529671740;s:4:\"hash\";s:32:\"787231e7b7cdb54ca447512234be0768\";}i:26;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Woocomerce Brands Pro\";s:14:\"override_local\";b:0;s:4:\"path\";s:37:\"wpml-config/woo-brand/wpml-config.xml\";s:7:\"updated\";i:1442243400;s:4:\"hash\";s:32:\"dc7eeb10cd6e0eb80b7960eb8b6058a4\";}i:27;O:8:\"stdClass\":5:{s:4:\"name\";s:39:\"WooCommerce Additional Variation Images\";s:14:\"override_local\";b:1;s:4:\"path\";s:67:\"wpml-config/woocommerce-additional-variation-images/wpml-config.xml\";s:7:\"updated\";i:1479214860;s:4:\"hash\";s:32:\"39b5f72684021b09b12b53b7ff9c7100\";}i:28;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"WooCommerce Advanced Product Labels\";s:14:\"override_local\";b:0;s:4:\"path\";s:63:\"wpml-config/woocommerce-advanced-product-labels/wpml-config.xml\";s:7:\"updated\";i:1441177080;s:4:\"hash\";s:32:\"4b29c29516a1a33b328d90ffc5c4aad7\";}i:29;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Bookings\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/woocommerce-bookings/wpml-config.xml\";s:7:\"updated\";i:1518696060;s:4:\"hash\";s:32:\"cf704fa60399163e82de88dfca25b644\";}i:30;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"WooCommerce Catalog Visibility Options\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-catalog-visibility-options/wpml-config.xml\";s:7:\"updated\";i:1408625580;s:4:\"hash\";s:32:\"d10bd6388a88521e488f7e4ba295c94c\";}i:31;O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"WooCommerce Composite Products\";s:14:\"override_local\";b:0;s:4:\"path\";s:58:\"wpml-config/woocommerce-composite-products/wpml-config.xml\";s:7:\"updated\";i:1491207900;s:4:\"hash\";s:32:\"a6c0ed6554be69f56779f64506ab96d1\";}i:32;O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"WooCommerce Currency Converter\";s:14:\"override_local\";b:1;s:4:\"path\";s:58:\"wpml-config/woocommerce-currency-converter/wpml-config.xml\";s:7:\"updated\";i:1452009180;s:4:\"hash\";s:32:\"b2191d7affaf1efe74e6a3ca4b0494c6\";}i:33;O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"WooCommerce DIBS FlexWin Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:60:\"wpml-config/woocommerce-dibs-flexwin-gateway/wpml-config.xml\";s:7:\"updated\";i:1459514460;s:4:\"hash\";s:32:\"d9237f895f0f133c8e11f4753d96eeca\";}i:34;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Embed Slides\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-embed-slides/wpml-config.xml\";s:7:\"updated\";i:1499457300;s:4:\"hash\";s:32:\"243e3a54d920cc2ddf96f17f4ff38f2d\";}i:35;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Local Pickup Plus\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/woocommerce-local-pickup-plus/wpml-config.xml\";s:7:\"updated\";i:1442582820;s:4:\"hash\";s:32:\"816774f477bfa1c481cdba021d33f705\";}i:36;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Multilingual\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-multilingual/wpml-config.xml\";s:7:\"updated\";i:1582106737;s:4:\"hash\";s:32:\"11b7488184353144fae7147f143b5150\";}i:37;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"WooCommerce Memberships\";s:14:\"override_local\";b:1;s:4:\"path\";s:51:\"wpml-config/woocommerce-memberships/wpml-config.xml\";s:7:\"updated\";i:1585587094;s:4:\"hash\";s:32:\"b12275a5491bc1858f181f56158b7a91\";}i:38;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Name Your Price\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-name-your-price/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"055de38e55802236ee636eec63bdde5e\";}i:39;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Paymill Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-paymill-gateway/wpml-config.xml\";s:7:\"updated\";i:1408626540;s:4:\"hash\";s:32:\"46409842584ff8df43a2aa922ad1d388\";}i:40;O:8:\"stdClass\":5:{s:4:\"name\";s:40:\"WooCommerce PDF Invoices & Packing Slips\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-pdf-invoices-packing-slips/wpml-config.xml\";s:7:\"updated\";i:1461579300;s:4:\"hash\";s:32:\"34ecf8066c5c9042a0bd60b5d40c4c55\";}i:41;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"WooCommerce Plivo\";s:14:\"override_local\";b:1;s:4:\"path\";s:45:\"wpml-config/woocommerce-plivo/wpml-config.xml\";s:7:\"updated\";i:1409734680;s:4:\"hash\";s:32:\"539d172825c4714d69b8a42ad1826c5d\";}i:42;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce PostePay\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/woocommerce-postepay/wpml-config.xml\";s:7:\"updated\";i:1409063100;s:4:\"hash\";s:32:\"b08722979a25b15ba4a02a16fb555ccc\";}i:43;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"WooCommerce Price by Country\";s:14:\"override_local\";b:1;s:4:\"path\";s:56:\"wpml-config/woocommerce-price-by-country/wpml-config.xml\";s:7:\"updated\";i:1415282880;s:4:\"hash\";s:32:\"9b296d64ba8afee80cb1ff4fac80144b\";}i:44;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Add-ons\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-add-ons/wpml-config.xml\";s:7:\"updated\";i:1476961740;s:4:\"hash\";s:32:\"69f94bed6e4b3546cc7be2fbd2bf392b\";}i:45;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Bundles\";s:14:\"override_local\";b:0;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-bundles/wpml-config.xml\";s:7:\"updated\";i:1487080740;s:4:\"hash\";s:32:\"7cddba745169acd899b12f24e3580dcc\";}i:46;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Product Gift Wrap\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/woocommerce-product-gift-wrap/wpml-config.xml\";s:7:\"updated\";i:1429639980;s:4:\"hash\";s:32:\"dd3371d64d2ee01e6e42fd7e0bd134cf\";}i:47;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Woocommerce Social Media Share Buttons\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-social-media-share-buttons/wpml-config.xml\";s:7:\"updated\";i:1464934800;s:4:\"hash\";s:32:\"3130bbf2a35424d9ecd8d6c3255bf817\";}i:48;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"WooCommerce Stripe Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/woocommerce-gateway-stripe/wpml-config.xml\";s:7:\"updated\";i:1409061480;s:4:\"hash\";s:32:\"4139e23bcdd0bb3e78cb079fa851ce85\";}i:49;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"WooCommerce Tab Manager\";s:14:\"override_local\";b:1;s:4:\"path\";s:51:\"wpml-config/woocommerce-tab-manager/wpml-config.xml\";s:7:\"updated\";i:1505158140;s:4:\"hash\";s:32:\"477be025d13abe1c1b89bb7666564ed6\";}i:50;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WooCommerce Video Tab\";s:14:\"override_local\";b:1;s:4:\"path\";s:49:\"wpml-config/woocommerce-video-tab/wpml-config.xml\";s:7:\"updated\";i:1415284320;s:4:\"hash\";s:32:\"7f9769bc2769e07ae730f3b4cd307741\";}i:51;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"WP Job Manager\";s:14:\"override_local\";b:0;s:4:\"path\";s:42:\"wpml-config/wp-job-manager/wpml-config.xml\";s:7:\"updated\";i:1499098260;s:4:\"hash\";s:32:\"36842c6b8a11a733ef00ef8d9bc410b9\";}i:52;O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"WPML Test Config\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/wpml-test-config/wpml-config.xml\";s:7:\"updated\";i:1429103280;s:4:\"hash\";s:32:\"9c3bb313d5a4f028bebfa8fc8af990a3\";}i:53;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"YITH WooCommerce Catalog Mode\";s:14:\"override_local\";b:0;s:4:\"path\";s:57:\"wpml-config/yith-woocommerce-catalog-mode/wpml-config.xml\";s:7:\"updated\";i:1441961340;s:4:\"hash\";s:32:\"ca50a47d4254cbd04254c4448c511e22\";}i:54;O:8:\"stdClass\":5:{s:4:\"name\";s:49:\"YITH WooCommerce Minimum Maximum Quantity Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:77:\"wpml-config/yith-woocommerce-minimum-maximum-quantity-premium/wpml-config.xml\";s:7:\"updated\";i:1459278720;s:4:\"hash\";s:32:\"8e8c7961e72461a498849880ad418163\";}i:55;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"YITH WooCommerce Quick View Premium\";s:14:\"override_local\";b:0;s:4:\"path\";s:63:\"wpml-config/yith-woocommerce-quick-view-premium/wpml-config.xml\";s:7:\"updated\";i:1439206200;s:4:\"hash\";s:32:\"656f1dcbcad67f5a4cbc7747520ef4e2\";}i:56;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Yoast SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:37:\"wpml-config/yoast-seo/wpml-config.xml\";s:7:\"updated\";i:1530098880;s:4:\"hash\";s:32:\"4014a9b37ac42f0cc726390fb9088ebc\";}i:57;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Yoast SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/wordpress-seo/wpml-config.xml\";s:7:\"updated\";i:1583256251;s:4:\"hash\";s:32:\"94de9f5447b4a35f2815a3453d7415f2\";}i:58;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Yoast SEO Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:49:\"wpml-config/wordpress-seo-premium/wpml-config.xml\";s:7:\"updated\";i:1583256251;s:4:\"hash\";s:32:\"94de9f5447b4a35f2815a3453d7415f2\";}i:59;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Elementor\";s:14:\"override_local\";b:1;s:4:\"path\";s:37:\"wpml-config/elementor/wpml-config.xml\";s:7:\"updated\";i:1582106737;s:4:\"hash\";s:32:\"e668afe43d9dbf3f705233fa5ad26cd3\";}i:60;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Exit Popup\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/exit-popup/wpml-config.xml\";s:7:\"updated\";i:1532441340;s:4:\"hash\";s:32:\"9759f24db8621dfa772d7222c9c336dd\";}i:61;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Ninja Forms\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/ninja-forms/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"7b3321902299b49238e59d0741ce1f8d\";}i:62;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Rezgo Online Booking\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/rezgo/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"6f3433a4c5eafa13eaf125eea7d84239\";}i:63;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"MasterSlider\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/master-slider/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"2b5b8d5c1d934ee19a547b66d6c76b69\";}i:64;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Advanced Comment Form\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/comment-form/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"a84c0e28e4c97dec1a3053c316c27892\";}i:65;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Search & Filter\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/search-filter/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"104b64d62b408a4ae7c5da7ff0acd0b2\";}i:66;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"KingComposer\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/kingcomposer/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"cadb27cc7ba0e61d3fd2acaf27fef4df\";}i:67;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Ultimate Member\";s:14:\"override_local\";b:1;s:4:\"path\";s:43:\"wpml-config/ultimate-member/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"c80a46117b6be17e1099cb0640f8e722\";}i:68;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Google Analytics Opt-Out\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/google-analytics-opt-out/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"823965222ce323c88eadbcf95dcde0ff\";}i:69;O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Ajax Search Lite\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/ajax-search-lite/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"79dc60103bbc2eaaf6ac2ff25ca8dfa7\";}i:70;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Paid Memberships Pro\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/paid-memberships-pro/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"a26838992708887d6825bd1fbdceca59\";}i:71;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Bold Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:45:\"wpml-config/bold-page-builder/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"0157f9a404c3f952deb6025a3d9ed961\";}i:72;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Forminator\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/forminator/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"ae0a6b1f1bc9fc80ada4833f9ee8917c\";}i:73;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"WooCommerce Mix and Match\";s:14:\"override_local\";b:1;s:4:\"path\";s:62:\"wpml-config/woocommerce-mix-and-match-products/wpml-config.xml\";s:7:\"updated\";i:1578929211;s:4:\"hash\";s:32:\"82f7fa28a3b0a601056911af209995a2\";}}s:6:\"themes\";a:24:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Avada\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/avada/wpml-config.xml\";s:7:\"updated\";i:1584030892;s:4:\"hash\";s:32:\"91c6a0356e835ed6cc49678ec6d7ae60\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Brooklyn\";s:14:\"override_local\";b:1;s:4:\"path\";s:36:\"wpml-config/brooklyn/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"960edb3057ad96e2863221e82a4c69d2\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Canvas\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/canvas/wpml-config.xml\";s:7:\"updated\";i:1476729660;s:4:\"hash\";s:32:\"ea1da43b18f87c4aa73982113067cd95\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Customizr\";s:14:\"override_local\";b:0;s:4:\"path\";s:37:\"wpml-config/customizr/wpml-config.xml\";s:7:\"updated\";i:1440909000;s:4:\"hash\";s:32:\"d63f73a0df72ab558bdbfaadaeb9c737\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Divi\";s:14:\"override_local\";b:1;s:4:\"path\";s:32:\"wpml-config/Divi/wpml-config.xml\";s:7:\"updated\";i:1587547708;s:4:\"hash\";s:32:\"cbb7d6199720d2d35490e99404e6fc70\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"The7\";s:14:\"override_local\";b:1;s:4:\"path\";s:35:\"wpml-config/dt-the7/wpml-config.xml\";s:7:\"updated\";i:1534160160;s:4:\"hash\";s:32:\"b99fe39e5d53275b0237a65894036893\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Extra\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/extra/wpml-config.xml\";s:7:\"updated\";i:1576677617;s:4:\"hash\";s:32:\"6f40ff074142d6392f49267cbb1176f2\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Emerald CV\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/emerald-cv/wpml-config.xml\";s:7:\"updated\";i:1460387160;s:4:\"hash\";s:32:\"3ab5fd101b71e7b306e48a07801c7557\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Enfold\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/enfold/wpml-config.xml\";s:7:\"updated\";i:1575307792;s:4:\"hash\";s:32:\"d416d25c84579464bf0cc59d3d44739f\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Function\";s:14:\"override_local\";b:1;s:4:\"path\";s:36:\"wpml-config/function/wpml-config.xml\";s:7:\"updated\";i:1476729720;s:4:\"hash\";s:32:\"bb6dd583fb2a28ee5c4e2a264a770d60\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"Genesis\";s:14:\"override_local\";b:1;s:4:\"path\";s:35:\"wpml-config/genesis/wpml-config.xml\";s:7:\"updated\";i:1456825680;s:4:\"hash\";s:32:\"795657d127a84e450ad21218284bdd28\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"IDStore - Responsive WordPress Theme\";s:14:\"override_local\";b:1;s:4:\"path\";s:62:\"wpml-config/idstore-responsive-wordpress-theme/wpml-config.xml\";s:7:\"updated\";i:1499457240;s:4:\"hash\";s:32:\"1c49e6754e661e5eb1c301f8874829da\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Kleo\";s:14:\"override_local\";b:0;s:4:\"path\";s:32:\"wpml-config/kleo/wpml-config.xml\";s:7:\"updated\";i:1424767800;s:4:\"hash\";s:32:\"442023138b716c2f410690eabeeab185\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Luster\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/luster/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"82a924b258dea8a7d87ba0002b561b1a\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Port\";s:14:\"override_local\";b:1;s:4:\"path\";s:32:\"wpml-config/port/wpml-config.xml\";s:7:\"updated\";i:1426496160;s:4:\"hash\";s:32:\"788cce209545b94cfede660d543d7013\";}i:15;O:8:\"stdClass\":5:{s:4:\"name\";s:3:\"Pro\";s:14:\"override_local\";b:1;s:4:\"path\";s:31:\"wpml-config/pro/wpml-config.xml\";s:7:\"updated\";i:1532099940;s:4:\"hash\";s:32:\"dcb42604ed20598ed1bee40a90e45f39\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Relevanssi\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/relevanssi/wpml-config.xml\";s:7:\"updated\";i:1519735440;s:4:\"hash\";s:32:\"c630dfd3df777607e8f43ea201b413d0\";}i:17;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Relevanssi Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/relevanssi-premium/wpml-config.xml\";s:7:\"updated\";i:1519735440;s:4:\"hash\";s:32:\"c630dfd3df777607e8f43ea201b413d0\";}i:18;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Resort\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/resort/wpml-config.xml\";s:7:\"updated\";i:1491314280;s:4:\"hash\";s:32:\"363adea9467157a4e0b49d50c2be3b3f\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Reveal\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/reveal/wpml-config.xml\";s:7:\"updated\";i:1461595980;s:4:\"hash\";s:32:\"58db88b09a090c9fcff3d65bd031d14a\";}i:20;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"ReWalk Parent\";s:14:\"override_local\";b:0;s:4:\"path\";s:41:\"wpml-config/rewalk-parent/wpml-config.xml\";s:7:\"updated\";i:1480345020;s:4:\"hash\";s:32:\"7b17377ed5e4226bc7e3d44270bc7924\";}i:21;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Scrollider\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/scrollider/wpml-config.xml\";s:7:\"updated\";i:1479395940;s:4:\"hash\";s:32:\"83fbe85052a8e7eb7ac61496187c7271\";}i:22;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Uncode\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/uncode/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"204c2f3ad5235c1a47423a6ce48b3b8b\";}i:23;O:8:\"stdClass\":5:{s:4:\"name\";s:1:\"X\";s:14:\"override_local\";b:1;s:4:\"path\";s:29:\"wpml-config/x/wpml-config.xml\";s:7:\"updated\";i:1534248540;s:4:\"hash\";s:32:\"0d41ca410c22810705838d664c5fa296\";}}}','no'),(179,'wpml_config_index_updated','1588583269','no'),(180,'wpml_config_files_arr','O:8:\"stdClass\":2:{s:6:\"themes\";a:0:{}s:7:\"plugins\";a:3:{s:21:\"WPML Multilingual CMS\";s:15520:\"<wpml-config>\n <custom-fields>\n <custom-field action=\"translate\">title</custom-field>\n <custom-field action=\"translate\">description</custom-field>\n <custom-field action=\"translate\">keywords</custom-field>\n <custom-field action=\"ignore\">_edit_last</custom-field>\n <custom-field action=\"ignore\">_edit_lock</custom-field>\n <custom-field action=\"ignore\">_wp_page_template</custom-field>\n <custom-field action=\"ignore\">_wp_attachment_metadata</custom-field>\n <custom-field action=\"ignore\">original_post_id</custom-field>\n <custom-field action=\"ignore\">_wpml_original_post_id</custom-field>\n <custom-field action=\"ignore\">_wp_old_slug</custom-field>\n <custom-field action=\"ignore\">_icl_translator_note</custom-field>\n <custom-field action=\"ignore\">_alp_processed</custom-field>\n <custom-field action=\"ignore\">_pingme</custom-field>\n <custom-field action=\"ignore\">_encloseme</custom-field>\n <custom-field action=\"ignore\">_icl_lang_duplicate_of</custom-field>\n <custom-field action=\"ignore\">_thumbnail_id</custom-field>\n <custom-field action=\"ignore\">_wp_attached_file</custom-field>\n <custom-field action=\"translate\">_wp_attachment_image_alt</custom-field>\n </custom-fields>\n <taxonomies>\n <taxonomy translate=\"1\">translation_priority</taxonomy>\n </taxonomies>\n <language-switcher-settings>\n <key name=\"link_empty\">0</key>\n <key name=\"statics\">\n <key name=\"footer\">\n <key name=\"show\">0</key>\n <key name=\"display_flags\">1</key>\n <key name=\"display_names_in_current_lang\">1</key>\n <key name=\"display_names_in_native_lang\">1</key>\n <key name=\"display_link_for_current_lang\">1</key>\n <key name=\"font_current_normal\">#444444</key>\n <key name=\"font_current_hover\">#000000</key>\n <key name=\"background_current_normal\">#ffffff</key>\n <key name=\"background_current_hover\">#eeeeee</key>\n <key name=\"font_other_normal\">#444444</key>\n <key name=\"font_other_hover\">#000000</key>\n <key name=\"background_other_normal\">#ffffff</key>\n <key name=\"background_other_hover\">#eeeeee</key>\n <key name=\"border\">#cdcdcd</key>\n </key>\n <key name=\"post_translations\">\n <key name=\"show\">0</key>\n <key name=\"display_flags\">0</key>\n <key name=\"display_names_in_current_lang\">1</key>\n <key name=\"display_names_in_native_lang\">1</key>\n <key name=\"display_link_for_current_lang\">0</key>\n <key name=\"display_before_content\">1</key>\n <key name=\"display_after_content\">0</key>\n <key name=\"availability_text\">This post is also available in: %s</key>\n </key>\n <key name=\"shortcode_actions\">\n <key name=\"show\">0</key>\n <key name=\"display_flags\">0</key>\n <key name=\"display_names_in_current_lang\">1</key>\n <key name=\"display_names_in_native_lang\">1</key>\n <key name=\"display_link_for_current_lang\">1</key>\n </key>\n </key>\n </language-switcher-settings>\n <custom-types>\n <custom-type translate=\"1\">attachment</custom-type>\n <custom-type translate=\"1\">wp_block</custom-type>\n </custom-types>\n <shortcode-list>call_to_action,newsletter,tours_shortcode,cta_button,woocommerce_thankyou,woocommerce_shop,table,custom_profile,symple_heading,row,tagcloud,sform,nano,add_eventon_list,che,era,essa,nel,gli,per,come,anima,ella,quel,show_gd_mylist_btn,su_spoiler,email,vul,wpv-view,wpv-post-field,accordion_item,citation,gallery,foogallery,user-submitted-posts,chronologie,adresse,get_unit_label,get_reference_label,woocommerce_api_manager_lost_api_key,wp-knowledgebase,testimonials_slider,rpwe,posts,nowotworu,intima-media,dostarcza,standaryzowany,jako,czarny,ekstrakt,kwas,std,dwuwodzian,stm_icon_box,ess_grid,rev_slider,linkview,dropcap,permalinklist,testimonial_slider,woocommerce_software_lost_license,text-blocks,wp_sitemap_page,wcmp_vendor,vendor_registration,efsrow,efscolumn,efsbutton,md_rev_slider,md_live_text,md_imagebox_full,flagallery,pbr_quicklinksmenu,rev_slider_vc,opalhotel_reservation_form,pbr_title_heading,pbr_testimonials,embedyt,yith_wcwl_wishlist,wcm_content_restricted,feature_box,woocommerce_en_check,wc_box,wc_row,wc_column,wc_fullwidth,wc_center,wp_social_sharing,infoboxes,testimonials,woocommerce_social_media_share_buttons,wcv_vendor_dashboard,wcv_shop_settings,wcv_orders,inplayer,useyourdrive,wp_blog_designer,us_blog,tt_address,tt_dashboard,envira-gallery,hotspotitem,woocommerce_klarna_checkout,wpml_mailto,contact-field,ux_banner,advanced_iframe,siteorigin_widget,ec_store,simpay_payment_receipt,su-mensaje,borlabs_cookie,contact_info,stm_boats_video,packages_orderdata,yith_ywraq_request_quote,woocommerce_pay,button,supsystic-tables,clean-login,woocommerce_pay,pdf-embedder,insertgenerator,youzer_register,wysija_form,video,customer-area,customer-area-dashboard,customer-area-private-files-home,customer-area-private-files,customer-account-home,customer-area-account,customer-area-logout,bookly-form,bookly-cancellation-confirmation,stm_classic_filter,popup_trigger,mainwp_archived_lists,wcv_vendorslist,dotpay_content,formularz,cyberactive_school_courses_selection_form,cyberactive_school_session_timeout,ditty_news_ticker,donationcampaign,das-list-events,event_embed,sectiontitle,learn_press_profile,ticket-submit,tickets,aanduiding,datum,thim-icon-box,ngg_images,wpdomainchecker,visualizer,mk_page_section,rssreviews,animate_this,simple-sitemap,gravityform,stm_tech_info,fep_submission_form,ucaddon_diagonal_event_box,wcv_feedback_form,newsletters_management,wcv_pro_dashboard,tm_pb_section,wwof_product_listing,res_map,jssupportticket,socialbar,socialbar_service,front-end-pm,stm_sidebar,give_receipt,donation_history,simpay_error,tm_pb_contact_field,jwp,woocommerce_checkout,mk_custom_list,sg_popup,icon,extra_wrap,frontier-post,invierno,appbox,highlight,ci_alert,vc_mad_products,dt_list,geoip-continent,geoip-country,geoip-region,geoip-city,geoip-postalcode,geoip-latitude,geoip-longitude,geoip-location,woocommerce_notices,stm_icon_box,post-timeline,tt_address,private-message,visualizer,ga_optout,manage_serial_key_usage,ut_header,site_name,bfname,order_id,menu-country,menu-prefer,accordion-item,mini-icon,gvlogic,stm_gmap,contact-form,iconbox,woocommerce_my_account,super_form,wpdm-all-packages,photoblocks,et_pb_map_pin,ginger_reset_cookie,su_divider,fbl_login_button,gmw_single_location,one_full,recent_products,custom_list,endif,jours,wpuf-login,lyte,product_table,wpuf-registration,wpuf_dashboard,amazon,member-pricing-table,rozinky,ngg_images,add_to_cart_url,srizonfbgallery,wysija_form,cl-itext,embedyt,icon_counter,text_block,vtftable,header_static,bookingcalendar,flexslider,anova-geoip-meta,zp_vc_slideshow_element,zp_scrollto,my_calendar_upcoming,wpv-post-url,fusion_button,su_tab,freeconsultation_technical_forum_link,vc_images_carousel,otgs_logo_url,wpv-conditional,wpv-view,teaser,dt_fancy_image,fusion_tagline_box,contact_us_add,content_box,tagline_box,us_iconbox,fusion_tab,fisicamente,one_half_sidebar,action-btn,invicta_contacts,pricing_price,button,icon_link,slideshow,vcex_milestone,secondary-demo,vh_pricing_table,category_name,blogurl,q_team,tab_nav_item</shortcode-list>\n\n <built-with-page-builder><![CDATA[/<!-- wp:/]]></built-with-page-builder>\n\n <gutenberg-blocks>\n <gutenberg-block type=\"core/paragraph\" translate=\"1\">\n <xpath>//p</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/heading\" translate=\"1\">\n <xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/button\" translate=\"1\">\n <xpath>//a</xpath>\n <xpath type=\'link\'>//a/@href</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/image\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n <xpath>//figure/img/@alt</xpath>\n <xpath type=\'link\'>//figure/a/@href</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/gallery\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n <xpath>//figure/img/@alt</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/media-text\" translate=\"1\">\n <xpath>//figure/img/@alt</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/list\" translate=\"1\">\n <xpath>//ul/li|//ol/li</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/quote\" translate=\"1\">\n <xpath>//blockquote/p</xpath>\n <xpath>//blockquote/cite</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/audio\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/video\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/file\" translate=\"1\">\n <xpath>//div/a</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/cover\" translate=\"1\">\n <xpath>//div/p</xpath>\n </gutenberg-block>\n <!-- Since WP 5.0.0 core/cover-image is replaced with core/cover -->\n <gutenberg-block type=\"core/cover-image\" translate=\"1\">\n <xpath>//div/p</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/subhead\" translate=\"1\">\n <xpath>//p</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/verse\" translate=\"1\">\n <xpath>//pre</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/table\" translate=\"1\">\n <xpath>//td</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/preformatted\" translate=\"1\">\n <xpath>//pre</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/pullquote\" translate=\"1\">\n <xpath>//blockquote/p</xpath>\n <xpath>//blockquote/cite</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core/column\" translate=\"0\" />\n <gutenberg-block type=\"core/columns\" translate=\"0\" />\n <gutenberg-block type=\"core/code\" translate=\"0\" />\n <gutenberg-block type=\"core/more\" translate=\"0\" />\n <gutenberg-block type=\"core/nextpage\" translate=\"0\" />\n <gutenberg-block type=\"core/separator\" translate=\"0\" />\n <gutenberg-block type=\"core/spacer\" translate=\"0\" />\n <gutenberg-block type=\"core/shortcode\" translate=\"0\" />\n <gutenberg-block type=\"core-embed/twitter\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/youtube\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/facebook\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/instagram\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/vimeo\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/soundcloud\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/spotify\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/flickr\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/animoto\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/collegehumor\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/dailymotion\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/funnyordie\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/hulu\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/imgur\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/issuu\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/kickstarter\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/meetup-com\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/mixcloud\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/photobucket\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/photobucket\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/polldaddy\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/reddit\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/reverbnation\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/screencast\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/scribd\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/slideshare\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/smugmug\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/speaker\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/ted\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/tumblr\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/videopress\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/wordpress\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n <gutenberg-block type=\"core-embed/wordpress-tv\" translate=\"1\">\n <xpath>//figure/figcaption</xpath>\n </gutenberg-block>\n </gutenberg-blocks>\n</wpml-config>\n\";s:9:\"Elementor\";s:813:\"<wpml-config>\n <custom-fields>\n <custom-field action=\"copy-once\">_elementor_page_settings</custom-field>\n <custom-field action=\"copy\">_elementor_edit_mode</custom-field>\n <custom-field action=\"copy\">_elementor_template_type</custom-field>\n <custom-field action=\"copy\">_elementor_version</custom-field>\n <custom-field action=\"copy-once\">_elementor_data</custom-field>\n <custom-field action=\"ignore\">_elementor_css</custom-field>\n <custom-field action=\"copy\">_elementor_edit_mode</custom-field>\n </custom-fields>\n <custom-types>\n <custom-type translate=\"1\" display-as-translated=\"1\">elementor_library</custom-type>\n </custom-types>\n <taxonomies>\n <taxonomy translate=\"0\">elementor_library_type</taxonomy>\n </taxonomies>\n</wpml-config>\n\";s:24:\"WooCommerce Multilingual\";s:8685:\"<wpml-config>\r\n <custom-fields>\r\n <custom-field action=\"copy\">_backorders</custom-field>\r\n <custom-field action=\"translate\">_crosssell_ids</custom-field>\r\n <custom-field action=\"ignore\">_default_attributes</custom-field>\r\n <custom-field action=\"copy\">_download_limit</custom-field>\r\n <custom-field action=\"copy\">_download_expiry</custom-field>\r\n <custom-field action=\"copy\">_download_type</custom-field>\r\n <custom-field action=\"copy\">_downloadable</custom-field>\r\n <custom-field action=\"translate\">_file_paths</custom-field>\r\n <custom-field action=\"translate\">_downloadable_files</custom-field>\r\n <custom-field action=\"copy\">_featured</custom-field>\r\n <custom-field action=\"copy\">_manage_stock</custom-field>\r\n <custom-field action=\"copy\">_sku</custom-field>\r\n <custom-field action=\"ignore\">_stock</custom-field>\r\n <custom-field action=\"copy\">_stock_status</custom-field>\r\n <custom-field action=\"copy\">_sold_individually</custom-field>\r\n <custom-field action=\"copy\">_subscription_length</custom-field>\r\n <custom-field action=\"copy\">_subscription_period</custom-field>\r\n <custom-field action=\"copy\">_subscription_period_interval</custom-field>\r\n <custom-field action=\"copy\">_subscription_price</custom-field>\r\n <custom-field action=\"copy\">_subscription_sign_up_fee</custom-field>\r\n <custom-field action=\"copy\">_subscription_trial_length</custom-field>\r\n <custom-field action=\"copy\">_subscription_trial_period</custom-field>\r\n <custom-field action=\"copy\">_tax_class</custom-field>\r\n <custom-field action=\"copy\">_tax_status</custom-field>\r\n <custom-field action=\"translate\">_upsell_ids</custom-field>\r\n <custom-field action=\"copy\">_virtual</custom-field>\r\n <custom-field action=\"copy\">_visibility</custom-field>\r\n <custom-field action=\"copy\">_weight</custom-field>\r\n <custom-field action=\"copy\">_width</custom-field>\r\n <custom-field action=\"copy\">_height</custom-field>\r\n <custom-field action=\"copy\">_length</custom-field>\r\n <custom-field action=\"copy\">_woocommerce_exclude_image</custom-field>\r\n <custom-field action=\"copy\">total_sales</custom-field>\r\n <custom-field action=\"translate\">_product_url</custom-field>\r\n <custom-field action=\"translate\">_button_text</custom-field>\r\n <custom-field action=\"translate\">_purchase_note</custom-field>\r\n <custom-field action=\"ignore\">_wcml_custom_prices_status</custom-field>\r\n <custom-field action=\"ignore\">_min_price_variation_id</custom-field>\r\n <custom-field action=\"ignore\">_min_regular_price_variation_id</custom-field>\r\n <custom-field action=\"ignore\">_min_sale_price_variation_id</custom-field>\r\n <custom-field action=\"ignore\">_max_price_variation_id</custom-field>\r\n <custom-field action=\"ignore\">_max_regular_price_variation_id</custom-field>\r\n <custom-field action=\"ignore\">_max_sale_price_variation_id</custom-field>\r\n <custom-field action=\"ignore\">attr_label_translations</custom-field>\r\n <custom-field action=\"copy\">_per_product_pricing_active</custom-field>\r\n <custom-field action=\"copy\">_pricing_rules</custom-field>\r\n <custom-field action=\"copy\">_regular_price</custom-field>\r\n <custom-field action=\"copy\">_sale_price</custom-field>\r\n <custom-field action=\"copy\">_price</custom-field>\r\n <custom-field action=\"copy\">_min_variation_regular_price</custom-field>\r\n <custom-field action=\"copy\">_min_variation_sale_price</custom-field>\r\n <custom-field action=\"copy\">_min_variation_price</custom-field>\r\n <custom-field action=\"copy\">_max_variation_regular_price</custom-field>\r\n <custom-field action=\"copy\">_max_variation_sale_price</custom-field>\r\n <custom-field action=\"copy\">_max_variation_price</custom-field>\r\n <custom-field action=\"copy\">_sale_price_dates_from</custom-field>\r\n <custom-field action=\"copy\">_sale_price_dates_to</custom-field>\r\n <custom-field action=\"copy\">_wcml_schedule</custom-field>\r\n <custom-field action=\"translate\">_variation_description</custom-field>\r\n <custom-field action=\"ignore\">wcml_sync_hash</custom-field>\r\n <custom-field action=\"ignore\">wpml_language</custom-field>\r\n <custom-field action=\"ignore\">_product_attributes</custom-field>\r\n <custom-field action=\"translate\">_children</custom-field>\r\n <custom-field action=\"copy\">_subscription_limit</custom-field>\r\n <custom-field action=\"copy\">_low_stock_amount</custom-field>\r\n </custom-fields>\r\n <custom-types>\r\n <custom-type translate=\"1\">product</custom-type>\r\n <custom-type translate=\"1\">product_variation</custom-type>\r\n <custom-type translate=\"0\">shop_coupon</custom-type>\r\n <custom-type translate=\"0\">shop_order</custom-type>\r\n </custom-types>\r\n <taxonomies>\r\n <taxonomy translate=\"1\">product_cat</taxonomy>\r\n <taxonomy translate=\"1\">product_tag</taxonomy>\r\n <taxonomy translate=\"0\">product_type</taxonomy>\r\n <taxonomy translate=\"0\">shop_order_status</taxonomy>\r\n <taxonomy translate=\"0\">product_visibility</taxonomy>\r\n <taxonomy translate=\"1\">product_shipping_class</taxonomy>\r\n </taxonomies>\r\n <admin-texts>\r\n <key name=\"woocommerce_shop_page_title\" />\r\n <key name=\"woocommerce_email_footer_text\" />\r\n <key name=\"woocommerce_new_order_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_customer_completed_order_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n <key name=\"subject_downloadable\" />\r\n <key name=\"heading_downloadable\" />\r\n </key>\r\n <key name=\"woocommerce_customer_invoice_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n <key name=\"subject_paid\" />\r\n <key name=\"heading_paid\" />\r\n </key>\r\n <key name=\"woocommerce_customer_new_account_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_customer_note_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_customer_reset_password_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_customer_processing_order_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_cancelled_order_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_failed_order_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_customer_on_hold_order_settings\">\r\n <key name=\"subject\" />\r\n <key name=\"heading\" />\r\n </key>\r\n <key name=\"woocommerce_customer_refunded_order_settings\">\r\n <key name=\"subject_full\" />\r\n <key name=\"heading_full\" />\r\n <key name=\"subject_partial\" />\r\n <key name=\"heading_partial\" />\r\n </key>\r\n <key name=\"woocommerce_demo_store_notice\"/>\r\n <key name=\"woocommerce_price_thousand_sep\"/>\r\n <key name=\"woocommerce_price_decimal_sep\"/>\r\n <key name=\"woocommerce_price_display_suffix\" />\r\n <key name=\"woocommerce_email_from_name\"/>\r\n <key name=\"woocommerce_email_from_address\" />\r\n <key name=\"woocommerce_registration_privacy_policy_text\" />\r\n <key name=\"woocommerce_checkout_privacy_policy_text\" />\r\n <key name=\"woocommerce_checkout_terms_and_conditions_checkbox_text\" />\r\n </admin-texts>\r\n <gutenberg-blocks>\r\n <gutenberg-block type=\"woocommerce/product-search\" translate=\"1\">\r\n <xpath>//*[contains(@class, \"wc-block-product-search__label\")]</xpath>\r\n <xpath>//*[contains(@class, \"wc-block-product-search__field\")]/@placeholder</xpath>\r\n <xpath>//*[contains(@class, \"wc-block-product-search__button\")]/@label</xpath>\r\n </gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/featured-category\" translate=\"1\">\r\n <xpath>//*[contains(@class, \"wp-block-button__link\")]</xpath>\r\n </gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/featured-product\" translate=\"1\">\r\n <xpath>//*[contains(@class, \"wp-block-button__link\")]</xpath>\r\n </gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/active-filters\" translate=\"1\">\r\n <xpath>//*[contains(@class, \"wp-block-woocommerce-active-filters\")]/@data-heading</xpath>\r\n </gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/attribute-filter\" translate=\"1\">\r\n <xpath>//*[contains(@class, \"wp-block-woocommerce-attribute-filter\")]/@data-heading</xpath>\r\n </gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/price-filter\" translate=\"1\">\r\n <xpath>//*[contains(@class, \"wp-block-woocommerce-price-filter\")]/@data-heading</xpath>\r\n </gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/all-products\" translate=\"0\"></gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/all-reviews\" translate=\"0\"></gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/reviews-by-product\" translate=\"0\"></gutenberg-block>\r\n <gutenberg-block type=\"woocommerce/reviews-by-category\" translate=\"0\"></gutenberg-block>\r\n </gutenberg-blocks>\r\n</wpml-config>\";}}','no'),(181,'icl_admin_messages','a:2:{s:8:\"messages\";a:0:{}s:16:\"instant_messages\";a:0:{}}','yes'),(182,'wpml_start_version','4.2.9','yes'),(183,'wp_installer_settings','eJzs/ftyG9mVJwr/fTqi3yE/zLQlzRAkwaskV1UHRV1Kbl3YIqvKju98ASeBJJkWgIQzAVGsDkf0Y5yJOBPhZ/Gj9JN867r32jt3AqBsV7s9NTEzLhGZO/dl7XVfv5U/PXj6b83Twd7TXl3Mq6ZcVHVZNL1f5k/38IeDp73b+XSC/96Xf4/zRY7/HtAf4MVy3Ptl83T/MT/aX9wU/duqHs/romn60+VkUU7K2fUyn/Tnk+V1OcOnYZxZPi3oP3ef9n44e/sm62cXN0X2A7x6hq9mb82r2Zl7Fec6r6vxcrTouzF4CJrH096yntCDR097N4vFvHm6s4Mz267qa/z7HjwNCy2GH4u7ZjjNZ/l1MS1mi6G8tz9ov7eTj0bVcrbYwRebHZ1Hs5zPq3oxXOTXtGeDp/9WPt01m7dygvtPEh+6qurltNlZVPNy1Idx6Rf44B/+0DyFLZ7no48w30ZOpITV7B8dHe3DP4+D83An1zWPASxzXDSjupwvyoq3dhe+gIcwqqbzSbEoMvncdnZW1FfFaJHB9LJ8dpfZc81wU7bgz+MsnzRVVs5GkyUMHT70Q1WdVtNpUY+KTPZtGz8Km1BO4Ru6/Uep7b+d90fVbAGntLOcT6p83Ozs7Q4OdnYf0zP9SXVdDfq7g+35jM748GkP6Kioe7/E84BBcedqeF3/8NgREW0l3YI9+HIxG/eXTVH3m+Wl2Zscj/vfuuh2sRHdtvcbRpDJzutyVOjcBsdIWf7zw8XdnH4cDPYH+MDeXuKB4aL4vOjx0l7AUXzX4PITo5Wzq4p+gJ3/TZHXk7ssXCx84HHqA8Xvl+WnfEK76CZvyPk4cXD/nI/H/UXVH+X14uvDw8H+0f5AJgnHUdwCweDu7j79N6bv5fy6zseF+SOMynyDb9gTvmIwxyO+xgk+M5o2tF341L6wpWZRw6/9RZ3PmknOC4Xbg48cK+fyv/U9W8DH9mXT6bFpMS7zeKADYSy3VTUSKg/mhM8c4jNw2LDCT+XiDq7StGk9dCQzQnLPgcXhU/3j1mPHwuBoRrNy9rucnqR1PxbuRL/dzt3fn8h+XC7H47v2ttGW7TI95qOrKf8BN3FwKIPlk0m/nOLVpd9o9wa6LXk5Gd3ArzgR+Cw9sS90Bve3Kar25w74c0hefGSHTBvw/KeyuOW/HcnuL6pq0hSL/hTu7aSQI6IrPjgWQpejLkcf7/rwnY88QLAhQBwgNz4BRyXeM65uZ8RQlOL+wDMOCAq+MxvdJdnAnrDU8NqfyAubXvvB4ZOVF/94QItYffFx2l2z+CsxAVj80fHe4L6MgIXWz4zgZ0bwN84IHkeMAN/ZS/OBQYoPnL4935wJHK/kAUfHgyfrWcBRxAJ0An87SgDf/d2f7/7Pd/9v++7HSsAlGBldl38vdfmfwQub3/69dbd/AwXgOLr9bgZ/Y9f/8Mmfc/3ve/tX3tm99fdhv5v6D9YR/+Fq2j+KSP+4TfmP1xB+FwX/4Q8wvcPBLtBN7BtAntHerYCiOwXJz14D7zWgfZZdPmrv8nGCgcTb3Hlj2/t8uMfbfJk35SgjdvOpqBv4dSu7rqox7XKwefjB5m9suxLkOsBta0v49fc7f7q3ex81DB1/8I3eBqwjTel4K5jSa6Bymm62WNazxrh/7Fjb2etFBtyvIRcRH5zhPxludw3XWm7BpLpt/O+z60yOQ49wdJPPrguhkL39PVzsVzcH3xxs728P9r7agf/86mb/m5dFDpMqGvjD/jf/+A9fLSfw/2f/11eT8puT8bgY02TmVdOUlzDRxV22qNxXi2x8B3sJ87wqiwlMHFZ48ikf59nR9t72Vzswxtqxlk3hxxtnk/yuWi5oJPNXeGexwehms0rYjYaInF95I+Pi3p0Dl4FnGh3jqx1aNO1G+Tm5Ffh3nr79CEgI2N//+Pf/1WQV3K4rOBL65CL/XM2qaQn86bZc3GSTCr5cXWWjZbOoprJZ4Qr8B85JF8neoC6SXfHp0Ki8CYubfEGb9h///v/avaNFX2X5J5Ar+eWkyOCNK6CSS2CvuM/j4ioHYoMNRmK7Lv7j3/83UsxVeb2s6e3UfHIYs2mWRXZ7U8AsykV2mzdMezjbKmuKYAa0SndYyMRlyfPl5QTIpFnAcpIrHxcgDJCKYYB8AXrsDWrSsFUT3MSbYkZ70/sB/8s9m9O3tvgP0URgnrfFZNLLKrqRNHGQiEQAdOdv8nG2j7s0xfupW0EkyDuUog8QL3P4AJNvJ534bcPTfzEhqwBPEEblv1UzUKJQ3dSbc3tTjm5gxjCVWQWzXMKuwYdGsNd3ODkgL7gIXTTzFpWV7DSvKyCJCQ9MhIKrvud44eSL6Rzu6bMihxeyZ8tyAiw83Gj6DtkecOS0rmpWZNeT6hJ4Kesf6z8TfYDJLc8a+OtYBnFr0a8TlRNpjOqC2AQOhXTHG10xzVzVMLd+AccOmwSnkOIcOQxez5CkpsCV6ZSI5Oo7/BvQOb4KT9nL1hqeFsLc5uUSJa0uJ7n88RiHVlrLGnh7BKtu8GtyaW7L8TVSLKwuujMPX1XVNaz+10DH5yCYpvm8eZQR82IGBBP77sMb/O8pUoHeH7wuO7Q5KNrgAOivDYjDLB/VwJiDow2/+S9FMafHR8sa5bafOw3fgGEA+iysifbhefmpjHYauUbGlhZRKC31ssjqgokRWQa+prRT8L1JsouQemhpIMOKGSh+wEDw362dJZECP8CYS54yHGnJJFV8noNM6L5fbjDgRwsYiqePOx0SLokCOI45iq1mZ1RNltNZs1ODqN5hKl6zGqL7xJjBdcrYM9Ewu7gFArxGk+ymusXtl2VaUv1ddanbMpcD89y8mF4WeAm61j4uG1jOHQ7gOBnNCSwYVDhy3HSY2OpbDjo7MYpZdbsF885uq9kDvMpACqDZ4bzx6B8QQQI1XgojGFl+C/8aFyjkaH3Bc3KOTASL5Ezg2Wt84BM8ILcauWJfmCE8QGzT849Lz4xmXvTBZRx3ctAPxbRCjlVdNhWJJNyha5avKgxyvAKk/aU50VX5meZG18XqdyjJr4HDA6sh9bxxF0borOsEm8XdRBiDO8EHnk5X3HkeA7iwSGYvymgGMIiwqlE+tzqEkZjfNfm9pOUU/pu0WZjZNeUXIKdtCtjxcY7kEnAdUgqUQvPG6Iw9okkkDCBRkBTjYG5OER6wIkyTMkcITOkK7giQdsPKExDOiGTMA5nY3RDJ5YFwhPTgu17LbumVugFAkhVMbyqXMmJbOH+82DPDw/HXMhSFHat7Ei+ON/zs27PsJchPYLF1XdVPs+9mo3x5fbPIXvC/T4H4iAaBWQJ3AEVyOSOVOQN59PARHshlBQSez1idYtn5FOhxmNd1fgePMEdtYLY1SBfkmXvC7ukJXs6STrqp4CKPchYezV0DdNkkl/N4xXZ2ExQwBOIvy9msGKF0ByKqi98vC9KmK1IGH7BhcMFeE/jXydlreLFGkzk5leNN7Ke3ORCgsDVQy9DqAMpq7majkJ83kUqjIu3CsPAXCd3l9RRoB9nNHGwPlPREriyN+crm2bjOrxYk9zvenVWz/hw9Aw0aj3QORUpws5GPg15N8mviPeffvxIN496WVK42EtxaVBtgX+BE4GQi8wk1djijriuOh0brhfGKekoKjbcaL5cLVlhugJHX+BRr1+sVCjitq/5oUjXwy8npS/SNjD6mRXckoswg+KKokZ6J56zwZ8jI5/6oZznRhncMpHRVf3thESWeNTtMcKl3Tr8jvjRULhXxJx7oPTDrafljSDnI3+F6D2kjcWNv4F6iC0iGSC6flA9QZn8HYoAMNjTfMvfx0qud+Klp7i2Tm3w+L2as9QkHaGLtyBEpnaJwCPwCitclSC7Sw9LH4rcJ3q6Rg46XNZ2Aty6N4EsNcnp+rmrTG2XLwMtAk6g+B0sj6wD5cvK88IkL9NnKRsoi4hv+1sWPsud5c3NZ5fUYOe1ZPoNH4T9uYCB4N3k5iZHiiOh7G6oQGTLXqeqhmBIgSuoFaVFivdRV1T1z3kTh7rqLYO9M6dUPL84vmE+SUQ+3rBh91HHJwj5nF+yK8U/ffzhnIcQ3BTfSG/ayrGd4+YQB8udz0QeycYVKaDj2Cxb3NA2x/YGDgPzuIwNDTkGa49v35FzAcyS/JD50A2Q/KYTaGjVskDhV40YOclnQdhg+U1yhC6GH41N4hafVQ3aEBre7n9MNLGHxgeIF9jyS7qRl7JGGv35Y6xpXfypJG/W5Ou2XNMaWuqVfCI7v03IyK+pcWd8sbXh9gRtFbEWWmWIbOBeefMfeHXdhulg0aoIzdAmSmBu5yd6iKgJmXYG6Fv4BTaXXz5XMrBHFfBveC4wDJgxUc5rW3fxuPib6ICsKdCBWoeDqs5Ozw8BlO0DCFywPjfyglbN/7yo7ZY9vI56CxEafef7eKYutDIiMaqCa8TSvFyni/VCw6FmSvwS9m6g6oMYInP+ehgCvme48RrfEq1Ohxqa2WspICVSyo9UqWWCfkdlADAwUC2IXPRUW5Fyn6WDYE5Ub4SCOrX3jGNs32Wt4Bv7Hy20iDhxDCGxcoNmJadDRlnRpSQHhsq984o1w5yZAlYe0EpRndXmJ0lCccA3yR2X0iXuryoO1KwINhdYgg1m5IhkRfvAGFGlmgbA/5/zjRZsrBSvuvvqRjvNOpilyh9eMKjRPk47iFPkuUSu+cbx9kGRTzsIi1c46oC7Bmv+Io2kc4xXs4wwsnutI5YvmpvYgkoZu58PffkfiiuwbTBcfFp+B2zRsL1WXvyN7CESCNyZ/+yiQqhe35TWvswZjBcfqXpX84r5u7Kmk5wu9XqnVzKJdNntpx/zhNHtPUvKchT0rK2mz93Dz2BLIKBCXdZ498OL0B5gCHu7F2weGtoHASA8IFHyWbPDsPeyP9+ShXi7mwICdmk9UjlaNsF1WS7+9ePvmMGR6z8ltBfwhO31+cnFCIRD0ruDbGoBrX6kuqgql1Ce0fxowm8sroERkG6QoT+Has7IsbBE0Chz0t6CaDxfVELlmOf6tV8xO4FmwupGd939xvfhl9hbPXvwGzJXy8TRWm9xlaUmDUb5sWIURIYZOxiuv/yFJCxdN0sNBFz0EF98HCGfFLU9QWbL65vNLlJr6LT8B0TnRPwa2/pbEUsqGzPyyZvZE/OK2qoGCRlUNF3AxiaVUm3BSTJkDbKzyVHYbkCXHUTZl1Rg9hlNssp6zJLx/vufM3OflFbmd/ACk7ozLmtR4LLYh4dL7rincX9lojr/sAl+lqObR6azix6mDMZqQ6iYwY+tPnFfz5TxgMSdkF6I2wx5I2K7AkBI76szZUM2oLgqStrAtoxsjVw+392kUo2QFRLa/oW+I/aEkAkjdQG8MsL5Z+aNoebCVSIAuiBlO4QPobGgZnMIplKjdZfvJ6eyt8/y9qeAeix/vli5WDRQPE3TEyaRDJgkS/8mvTn7t/FZfLlnVkEGRgLkH80kR0ppjD9nDluGApPeKUxGzl5gj+Cg5EaN0JnUw0GRGqoTdzoc9WHP1saQQDjq/6bOY1dRLjp7WI1dE6cnMa0Y5i1TnR0VrYAG2dfYVqjLfvD59M3z+/t3F8M37k+fDNyfvXn138urF+fBX51/t0AN4Vvzool4W8se039cd/poj+ZCXjUzYpISA0jVdTjVdBy/DgVcBgg95/3KWFrXwf7w5FUkhjTyzV1bkDjK4RpQjPO2aD4tC+fxXtg1sAJgDMndkG7v0g235uogYnUgUbRV6+1AgAyQOrZ7mHHdsS3Rwov/xJySoccIriukQtQSib8vJJEPHHQ1czvqg/F3Tvto5Jyf3GhPSkJuxzciBjUl5WefCYk+ryURSRygmPGuWdRH5/zi6v0CtSzKUttuf8U4t0AVBZJFFyv6Ty2Jxiyxw7CSB0AFxT9qijnFPKd+HMoOyasRB2hEzXbpp/vjZtwgWD8Z9yxkKHvaxyA8JbSpLcFX5rvM2sB/HquvOC+2/HYclab9yNaON0QF/m4BVH68yGf6tgIRLdUyzWRNwsnk+KyaiPUkKDjzKMSz2WE7yGhXm8kdiyajvpAk4+jw7ljCiKNSLOhimAtXlWC2nuUo7NAJ5EvQsJZji13KOC5DhKbaXyWeIUyPgBUqmaW5Wz5HOvCuwswSauyJx4yI75Wgy/Dyd7EkAp5dd+QhR5LE1dgFmAU7KjfaK41sL3OiF8pJ0uovR8OHw+JRwd8AQWGDoKdShg6/FJjFcgWoc6wxC0gFzxp82Ie7WPviQ6K/O37/L+JBzFKWfgIeN42kqB2wbaeKi1fSNKGvoMkolWbXH5LH0719oPoLfb3EnFORgtnl2Nu3JMSxMO2Rfj4js6WTI98h4mmUZw7IZSsC1p9kSNyDe40F9CML5jziWi/6SIaryMK0RaLGOQEWrZ+7ZBHYKmCbLOdL18T91hBOi3Wdea24vL8wVojdF1YtzD4AbNejDxyuuoTDJRfhNlYMqef7ifZhIKjmf7oqnr4nybbO3LGd6wPpnYyIAYnL86477FQO0n6pyTLlrk3K06LgTEXVI5hFGMaqP6lwjj3fNOQ7IThtQGDpGCxiD8f+oz4LVrwp4VAGsuGKf0ki9aLCJ5fUsNCfYpYBh9uUc1oGkmt6qQHQ6S+Jcb1A+wviuHhheJLEnMGfDBrCiBQX+oXKmw0wkxvFiNp5XJblZjTFX4hWHqZN7n2y/ZnnpTTLkV8yC72Wpaa7CSu1JMkSUdicVSc4xcLvPxWgplyWKFWgkARQtPJHNSIUdsrlmGrmkF/z66+dxqDkQXSweokwa3RTOuSb5Z7U5uS+UZ7P2wnQkeZH7WLQJ0QHahOJ5Y6fjPOs0YlrEGMVQUQJcoo3okgyAPcmlW9xi6cK4+MxpJUQgKHitbgoXmxToVbRvP8kaRWil7cDS/pXi6W/BtMWFknLOm3qvgQ0NETWIvobq1mxJuSGdec3rxserXy40Rzoc0cgkkw3wEK9P8TlHRX1LI1cmU+hRmmDOgeOgTw2MPdAuSjsfusrRpFi9wdiNVeG2JNcY9zLYbp1G27+24hJ721eMXs74Eku4celyEvOlm6MBcBTcNUYWZ/htmPzkzkQup10yj76CY2Lyds2Zn45WWQgDoZoEORKjIA6rJZYmUq5fg4oqcyuRhKi5iTQM12vv0snZ67RdavcCBB+lL6ARMkR9eXhZfR6ST/XzwukSLjOOyhs0EEDeJ3UiuRC9vNu9ITwi7omUU/gAvSN4Gg1UObjKGuh11u6ompfMDTviscZa32tnY10lBGpCwyQ6BaNmuJz5azHEcp0he6m8+AhvePD1lclTqasK42NhB8zJ+aDaxhNnBZECxnEC58aQjBb2jDYLkMCGU9jI1CrLLnZZWLVBtBm4NL0buEM9r/WLuCqaUT4vWhp49B02lZ1niCLBNr5fah1JDndhBMvjIxpXBafg3eRku2kwF4PHd0WL5j7ANZp86swXUqufBCOFgVwSMV39lQ4Fm6zxTjzmzsr0OqjXVnKKEN5NLyusyUBTLB7SRq5HQPo7IFGLfNr3l1Ac9SDfrKOK9VHj1KDlNRt4RZL6h03Zw0TC6zqf32QP548o3IJ6AudicLyWEhaN4DjDYlkJloO9vMgwUZ58nE7+bzQLDeuQaUdMzyo1ja+xmNzmd43nyZvRH3+jLqZVXMHirDXvEga+MEGOI3aHFtdoZhV5LljB2J7fzDe5YSazlRmQFEAEod2QIjcblh3awkiZCB1dSFLvDzBT4Lr3tDO43mXKYkmGTrN45mDyCgkYuaTDm7wJdK6hELan72QqEK5pCASOPhi0BseWtdGPqmfDU4mQ5EofrZOFearQDn/4tmCrEznCyQwYMO4I/hHOXnLhVlL3Bp/ouZAZKXMSbYJ/kwUDz/dMqV/opsCAQKRP3+fDJ5IGisEgjXKdU00JRclAKwZR/uev7zWJrWfV555LePrS8b778CaxDd+X46L6sn3oUSDsHWjc11xxrj6hSX5ZTNJrD2T8sQk9rCQ2J+jv6X8W5r3Ccb7GbU4KPPrN2du72nMe3aDLWu/ROl90wDrQNicvMF1hsOfRwSvyTRQ6TCNJMqG2AxW9QNkDFK3D94x0IKkQPfV8Bw6oyJgI/JxdbPQn9KNjDKwCNsef9IH+PJsUVwt0ZPu0gje4BGdxxyYWUOm/LOtx2dx4o3zCMU70XI0+XvY63dQyabskiTtxDShMjX2+YfCJBHsJKkLtRDQnXuFf0k5i1mvoo5S5JQFoMSE0rs1eo87pki7B+qhUbeZafSSSH7MBC5cCZtcVpXVHh9G6DpeXokxXFG1HG6y+KjTnCajpRvzD8ZVkTqOJno5VCXenrEOX+oP7ew1KXsftDvMRA4YVedvR/kANWZyKpH9ihWK6zDgYnnQlrtIoyZUF5l0N1gzqVzDv2A7wn0yOJgnr4WS9U0iICQdpSKtb5bFwxg+wPxcxT8TXqIjS5YjmNjAwgwUlT5y0GhR65OGFyzJa+uJS0Y6iFy+cIw8LOMVjuSiAAbGRqpe4hC2foXPDye5qxrWqRC/J6ZjkQg6s7mTnN9Vck73Q40DBA/XSSpr2BuqbY2YYijdJ3uI6eZgg/fMf0MuiyEiPUuJOMz4PrLA78EIhyivqcjHM67KqyWPstL+RdzF2uxf0vZb38MBJqHgyZp8DBZtBbCiRmO9gUB+1vOxfVRz8YxtOsmDB2rvdYhcWXXDy8bERQhHMRFqxcx5L8Fp5AL7KxdZUwc1JiKIKbmcXNyAzb4rJnK5UTYm/krh3W5MLzynZQ/UOhU7MIMWsKeD2RMUybU9uUNsRnPu9EwxRxRm70m5OI3MyGc1m0XHuX8bUKkNurwMt47jWKYyzmQGr8dg75VBLoK0N9pTpheSYzZJrDycuAV02PEnaC5hE6wrL+OXwUmqQRBVEjnmhwH1XZada8PMM5/2QWf+jcFDnAhHyR0al+x9ksaaSkW1AvK2vu0kf7B4Ix0GhBrcT7hIwIVNL6qtG42kHSBHdNaN72wfbiaJRDIw0Ug4FWzWCO1JjpQUYZlJ3tOAidfRjaB1Azdlk6a+kv0HS7bPbvO5cX8qTpExQqtlDLY7U0pCFpL68n64axflf2arR0/dv3pxcvH7/TqtRKeDNKv+3Jx9OTi9efMjOX1wkP7IRAI0TxLYawqaqAGN+6BNbeo+Syt99ihLLaYHMwVYxcQ7tucTNXAH9zMcPbsihdrOEH3wEg8REN9JLLpcZo7kC3uKlL303cNlpVsBVWWNIrtykkgifX85wK0R94dpaNeDXrHFFJZ7zq6BtSlVkgR5DCTWUdOe1mAw1Y77SUYXv6vl3FMjdlj9idRwSncIe0MZJAa8rFWpHFBNf5USxqE7/edn8PkaqOWf+Fcex4ixpzSbytGASTpuYKU5NQNsaWN7w8vZUGVfxprbNBUawhKv0Zrdq4R2wI+XMObo4xNHOZaZMYkpWSF7pwQYRhkgByidOARqbsg5fzihRthK4DtyXjZLB/nyqaQVS9HvfklNQtIpRIWEXvkeYgygGWq4eeIn6kv8SzpkFWlxR50ME8CLwNKXI0WToMMeGGrYXi7NmWdr4aTQmkKEeCJoSvLmctwxhG4/ATGviRbHXxCWWeEgXLgTjqn8X6sHEl7QfNjoglVrjoh/nXXPFdHeOZ5LidjdXBHFLX4F8AlKatY9AeZxzY1l+oLwX08JPqxoETLNAuR4pjfZrz4rZNXzMgRAGj3xH2apci36rAVfk8Xjh3e3Fswfx5i4fpuzVyrQdp2bG/arAMsyJxKkDEZKICP7jP/xidtnMf7mZSET1TNN1I1CkMdxfydZWz3pVD0dNI07iuHTGpp5Rng3JDLdCdeJgzq9VmljmER3LFU4xQRPIWDZsloPFDyz34SMq2ryZZ8eo2qQ00uA+MwMkY1Gu2Rir4IcCkqBaYl0wlh++SxhZ4l+Ad9BLwNcQNu8f/4EuVFLePXdzfuom+xT06ZlW2s2KYkwAaJjVfMliqoZ3FhzFM8n8tFFLvAMJVX7WcvBJdiKobHUpfjQQFfAnvY4UC8U4L5aplBpogy+DFv0pDRbUCYRg0m1wWE2eiy0MyrCjN1AFM/mPLMRpBv/4D91yfAUUAxLx4fb+9mdrV8M+Xg+pzmQISlaXZnCVUz4fp4K5lB5JulEOuGEyWFuiUs2QPhfVsbsN4EDmGyQ+gzGpshhv4gmIUhuL+r5sEFCyc7wq62cvEIHWXTqnbZgwDvEPhycYVCJT3ePtamXESMCcmKeMinHaWSI/NX2mWAdnPCVBqlFmxGIxE/8NWtHsFE16QJLaHl6kOTUjUuiKPlngbORWAbYRD/b/DZJF/3/ZWwQNekAa3gO2ETBDjyqMGJ9NC4td0NYVO6tTYB0MU6jnzAqqrOIyRKCjX795/fIl4yXe83IwZF0YaJAAQoj1Z/WyzT0JxVgLt1TvE4872AakjyFhfbh408ZdbFfRny1nv8svS6MkA4tqlaVrrJI9jPOi9g4Y5GZMmDPvHlgEPlXJ/5dr3AmEkEkZF1w4UrZoRZot1SgQophHElMN3D5Gkxm0rf3Ukbd8uo5T41dwaa4CfKEAHfhXTjELKvNcsUg2rkZLvIh8hhQTZQdZuoCVluDS00q8HMWM0T7pjl8i1h3t+GXwQTV08ux3nJhoIo+O9+jLzmfNzC57eEXIhi4Y90HBuSQqJ0OKG0JKGx6tv0OcjCwUH2HWsCvH13GSIJuhHzZZY26Sb8TZXcUAMZKMzPDWUX5/aswwoUKd7mMTyOiG5cSY4NoxLdhioxFarYYOsFSv0C8+54SvsWHVbBYvqvmcg4noofI2fuifpEIz47uJ/Zad07Q1pjHmoAR1W9ADSguhthCJdrv+GFmRzCywEpcTjBIHBRMTRyPBuw+alQcA0gfXhTXl7CjLDbPsNubzGdhII/iIvfNWFAtbGQcx0B7SbQ9VRIe/lv6Uwd5RUT2zCElUHZZnNyXYFyimcCYWTCzaUZXw5YJhewNM27Cs54ezZ/lHvLU9fokqIZtyXFzmUQUa4lcfP+2JudVj7HBGsZZ/LEgWSnOBw+0Dge9GStW+BXu7e7v93YP+3l62e4yA3oOoD9FBogHgzj9rBPXro93Hj38hU/jaf3wAA1zBte6Dzn47p56B0m1gD34Q+OV+8gl8FWMTNYigPvZTND0SHj/tof7hcMrX4o9Tj5BqOZcNwR4KlWskh3mL0ykFQbTNAXYowJjvkLI+pHEEfVfLYhXX3zxFAUbFTcd62fPXFy/OQMycD79/8eH89ft3rn0EIoQM020sjhmafFZw38VdB/uuuOkHtC91PpTHTGsH3DNxmveBpIqGe0/gID9jmd/P2R1nJvyMZf4zlvnPWOY/Y5n/jGX+M5b5z1jmK1f2M5b5z1jmf0NY5tTVa2XXwkTrI2xW2Tab475HqwZNNj3a35emRwmTXPz42rnIqt4+bqrsgI3diTiHRBh6h7tGCW6kPJV17+1pJR5QBAvaaBpTLuiDc0OoqoBGUcHDPAesO+DeTNh5DK5Ck4H+bWZPLcCvKQZHjkoqVOCyQhgcVfVyXHhtErU29gSis93Xs3Kd9jUVc5Bq/+I9A0emGjoNdg+ODrmh0/72rtYWrtX6ZZaSf6T0KbV6Aokb1rnfUJUV/FsSFSqKWDiYsmrUrXCHhfXh1vIpfyoJjjf7Cv4AnP+b4eevduQ/LfCDXA596r9zZoV/1IPMcyqOeMg4IRbWCebFAGyE7eyHgn27Qi85EgMGTlG3sPET3JXlJI+0nVO6hJwJI94RsXI6iOzLle4VNaGXBYXxyLiYIXWxexxBNjJ0Z3ojS/eLUL1viiHniw//7b+Tnv4Ht38rebeiDDjn86Sq5k0YyYP9pduD+1FOyRwDWhLIy5a/G+n1cezv5tSK7BpBP66WhAIT5pvxF3/14rnQKF4td+eS39gIo/85QRpGNkVJW6sI0YIFzKDOxieokNItYL1NwurtBCIYm5rRDZmchoacnj7FI2Sq9pArrL/1gqiulApqrXjqWuqheRu+XX/hWEBcy1E6KYkcajlb2jjjl9iWfLZGleFMRUVri3HcjP1s8nZxWpwgTZz8GA4/RRBHSSbZgSAXckpZNJDEy4BD8s4R19E8ABdWIvZDgmNEJCMgnuT/J8e4cMFkPOGyrj4WEo/BDOAZXfhqWUcBG47HcMTG0hRhXY9lBX8GXmAa6fal6QcyBO2pHA1/v0R/3PB6PsKEiwjl9gtBbdcgFCdQsizSyPuzU0KkLsN0+IAkDjeUm06vu9R8SkuZjHmdIArelLRwdGnehr1JDj3mfk2rIRH8kPmOJn+7unMCFw5KzVc49zgZhu0sNTLJUmYReUmwqirTUUWkfAbUWihuPEX/YAC1H2ziZgCvH4qGs9sCiL9QD0xAqwvOBIYyXwckE8L1XRYLlv+mWke0G2/wVlywTdmQ7kIHIXOx7qmGQlVxckq9J3ZvmIKAkTkLNQQ8CrKEazQuEHijoGyCmSvc7kKM2BSK1uIoCjT5hcvPO5NKEkIaDfJ6TEk22oE1G3qpkE6ahGIE5t9aCJvit/4jIStUw5ZSbsoEjivSkk0+79aIVDqxUAoyyHKCtcs1+/ZhsX29nfWu6v3hyw+9NTFhRk9LSUP1ZTJHarvLyGtkekTUxTV2Gqh1iwijiS5WctU+G34jpowztuqY3xVJ3e0JBmExbPWkEK/PLYkkqRbiXLash8Cmva0MZbG6Jpwe51yWCZVHl7EqA7jzLPE2esPOVxt7eX4IQ++GFrU3DuaYGztkI3SYsv6TF4ZsX0wwWORoio+bp4RsjtEfGXl7e9uV9JocsqNVcdT7qDE65Fed6srG6K6isHeDrgHnssysZ1iZt/p6EgJyTqnWnIGw+av4fzhOMfbJG9wua/sfVyGXxVP0/VlG1E1syWlSlYADmupgkX8u11GlZ0L3vA9WaR4pZz53FmvCtxKmHTch78gwd9V7hYPbcl2oJIFVbpG2P0/vV9Ix/FOjnJIyws5SJ1ZZodHvIgYRB/tpU2xyYlNZMWFZo0+l8Djsa2YR6uJn6qYQNtzzMk/3f2JkXo8TbLhY8pb6wGDreA7v6MQuC+TQ6kqVzjOFNhjasr4BRBwKVJNcrf1gFZ1Io0qY884F4l+2bxaMQ8g2qJfbHutlpNrt1WRJaLBf7cz1i2vR6+K+Ub0ToLRpEayOoI1ezK4RbNbJcheErDgo6oQv1qezb8QaIumj7caEu5JaWMJVhr8l8OQ8HGnurhEcJWWYCrnC0hJOGcZ0cWnTZJoJADuyEgJDdRaeOXHqTEd1Cw4BiNKHlAVF9bFNADcn1bKhbYZ1QCsYJQlezPIgD5wtvZcyBFxnYoEomn1WOB+u03D5AnCcyPWV4WA6ehy9/h9oPpg9SbPQUByZDfyJ9BJeqWCZ5zWmlHu3YpS25JjCbMyZEzdYnIYAmcwhrKMQw7EEDeIC2uGdZMhOoWUnG1bRnttLhz/r5tnp1nMFZXjKcipedTEnhqw+ptv/LBTCBD/qiGPIRLnHCQoYGG30keKOYaFBgvTC8qeWPrO3PXAOudVJrq6Et0Uv7Opgqh4VNcXoQySuh81yhFmdFEd+TwzrkdGKKU5MJvdtEF4RI4HyUqQb2qP0CtIepJSOYboVWpKHGZDcmjpaMUUEXEGQAtB0hi7FrP3QXGzCO8W+Q/hA6DmsCyrRH9YYsG3jXDFiG0q8T4T4aojQN6bFdA6uJW7CirkTFlER0LH1yOoiXnxmqYtYGENte2r6mogJ5RRmEumu+COS9c06YZ88vMN7oyO10FBVGJJ/i3OQCJkzyiLYyB2cVknpM9TW6n+iz+N/Zhdv3ULzUKlkhbIM9cm2DsWVhOw75ivkGz8sZyis6PtcnEDYcVaUc1dW9OrHSCSY9ktlUw2hgj5/Rs8GNfawAPbUkaaCxUw+TwIvbQI6hGQ31VPWE95m1xnFSSBtuXft7kJq1Z6lwDQkMIjLIoQfieA7vArxrslmKjyUxx8su+GaotwNEiGc/jwtFjcVUMdN1Tg4oZAk1XO2DjEk/EyC/W67dpbhAhcWlGODRaZvzqbNddq7McK7M4ldSHFCR1ciCV+Jqt3v0Zhcv4LXuTbK+9ywp7Fe1SC/pFE8qc7emR3RL1MFuUoKRlWwsUeWtv+GwMhdJWdikE4OtqqrUHLrggwwFj7IRNDWUefK3uEhgS2tzuAQuJi2X4A4CcsG1zw0J9ZNbnjKgbmLHlBTYqOd77kSxWnZkOuQohILss96vlrZKTxbJiAmuwu86TRP+xxpXzepXLfTY4koM+S8s02nyab6BjNcDafUAgnWqJ4PkJKdsl+PSQ/vgl2Volzyc8GI8HRQCDtzKRUKeImarwpplPfZJQi9jxLrSm7u7lqijRpMUOltsxgivVqP3rDJsUj1x+JPf0w0ljAffaIXZbWmSabCl5fVBB9MU1BMQxLkRtSDWnIuKNuD2lAGeeImqgQEZ2rn2AvKvwQ3UbPDk9PbqFD+zIakfZZDmjHMjO+OEZZ0Azl5MojrjAVA+x5x8g9U/MAE8VUx/Qbo8Ksd+F8JycNqv/tYI8ShKefHtA3U1AppSI5pmIvGwBDiQMuPNE6ygJkdKjMpzylbVpjgMCW2+HEHvjZ8oJsKEzptKmjT08qxGJDfnwDJ8yYpTRINhCMFOl3K02M8UPQHEW5yjwFCL6vPWzAmJu6pXF49+xBNMfoIB3z3KHGhXZ2KGRHr9iZ1FMcbXUaeRaL5cZCWf+Ly96mPg7G9KKRz/q9vtCh8DfaFqzOeXSswvX6KOzFxmR/5x6O4cbC4lSao2d4rzBUgk1JRCrmiET/cT/VNX1W+PeNws/fIiDPqT3+M/fBBD2usi3VgQWGKDUn52LtP2ZEKo4ABtE2qOZyqKeQJ37q+nujt+tMf19Fnh7r1WHMDJEnKM075Q3y5ec3oUQo0VWHiUvvC6nkrvki9atTHgg5gbGBHW96OC+t8+PTNZCLkrMBnsG5aqRpK8WuW5IKeKNNpqX9xRMafSMz/eWnUbYEzj7lB8sqQTrv47/BpjzIe/4zav/29qPbvcE3t35M9V/vnvv0Tlf6tTsH9C9X9ybe76v3055+6su/o+EAK+35Oav05qfVvNqmVE/CP5aKaG9qfOj9FMgkfOUXarREn4q8bPJ2MvwtDUJXhHSoDo0lJagywhaLkAEhJzY6xik5y6WxtMV2VLX4XG2dnwEkaxbIp5W+XBZmVqAWuDopLfIyuHxnBWHQzy691HkFrFxiZhrxj5CPKTpmhmjaRXq9Ul66vVHWzha6dMfmSRDXhDFVsIvgxcz1gFasZJsHlTa02dOlk+8PDwyecbI/W1NEm1tQLrtTIgJtjJ2vEO+tpSoZozljKRGDimnCT058wx1a8uV+SWRyh61pXygtp/No+qFr8BUQHxD1BYeid4DmxGoavmf3egDWq+LTKDjxlcGpI3UMdUbpcbTIqOxQprQ+VuE09iRb0g5E6FS7BBGhYG+SIl0f4VIghLQvFrIXlnJIDsDhj7fdcRyF1uIaan0aTN8W++7JKJNOTFrOZIzzc3PR2IwGPxWmk+VHRatKlsBEIc6yGrlBBubUbaschkWjc+sqLQIzeIU2X1bIJ2sVukb0fcBIBTsOMJ+xP7+AncDbJzyXqPKW9tFTOBscXlikFSYFbrkjpE0b6VH8mrRB5FcHa3f9+u9bDKD89eCBoD0Wt4AWEK6WhFqojrD+po9BqLGtr+HNtzokG+gzh7wiwR4pkZ+PIkHH8N9eGRvjlUjrHk28PODtBC6BVIchqwg1ZPPUp61j6cqD6Wi7M1sFN2sBona1sFo4s1jVGQBJfLEcflSTAkl+iV7AQlDKnibg3gnZZMVZchfRC6X+k6aB7Q8CSV3YSwRjG8Ndv33w4Ox2+RHYxfFNdPyCvDrlaeh2MsUIOVkZc0G05KEb4syTvKxeVtSkAIKe0UGl116oKAopDM0UQmJGZ4DCW31rPg9Hy5GwXHC/eHmEtX3FJSgDc5etrzpBlHkQpBCBxkdoS98K4J5P+QlTlHVLcXIiTCJLGp8SpWUHJFxHoQmrhN+X1TYZYYppntVQQ9d7/TWd28XaIECg2O+TpU8sbekm26XPlN8r0ddhJrreM1ki0qyIUUYTR55A9CG9F6+EVF107XLcOAB/LEbIWRqsUD6M94lphSGtEvOC23+wGPvP9LgkS7MMZXhOXJPOxuNM8qJOLF4Iq8ICEMwiH5SiFFGsCAp2SMwBFG1WTqlZdUfP8R5zsbxnKs7z5GDWPTcQDUtJRSLYPUpbj7wFvJG+Q23tPxupX2UBVUOmlqTQGQXEVb1RQWsaqEAQ8QqzXMhW4n2siDKuTlYPsPVIy7TQor4Qa4CpDTqiqilXGJby4PVSO63u2BZn7G2waES9XQTCpWawtoTZ11xAZbt87qXHdDOiAo/vWSqGZcfsHdJWpNBLqZHxvsRlksEr0FuwTSzqoKKCqc7ZFRis6+NYtZ8XcH0iEhSREUxLgKVb6SE4on7K6VLp8fR6X2uOha+1bb9XGqXreczUwIZQ9/atTjd4kVfw/MwU7Kk1RozFmzKszJBgj+nne3FxWeT2WxBnKer+i8M5MjgnEel/kJlWVSCGAI33s5TouGUAd7ve8mt0jhzuqJRL40ryusQDFWVsseNA/wtFlil3jxuFzyP036j7JgQVSXCu1qh2EkDqfrdmw4H43qfSQLL/OCf9pzE+xAYpdcV7iNUJuiUUB8FtTKJ+mRs7asxNU8GlefywIsdlxuwKUuo1T/01CbC5hHCIDXiKjM4L6LIWJGLw7peCdPjAbc6sGq50o61hNOyHVuIgAzqzdpJj60OWN2yJX+qDSx0EUyhEgbFXuTLkgKed+l+Ie66WusVjEKVlvmCtEe+dAjsFmqxslfoFhRw+gJk69ensRTm9tqv/aGpRwL7VQFr//r45gstcUOyIQl1LkwGqPm4d/X5FrTgaAZFbkVuLZsc/q6vMdmWPYn02Tza9TAf01ycViUdu85hGIW7ZjGvH/Kn0YEyb0m6jEiplB0LcYUdDQruFcCulq66tPVigYl4Fil5TvttYFJk0X31zzd5TryAK3l7pjlLamdyocDlkKQY0EaL6ullKInDNu2nQY5SN0p9mwX5JYLWPu6MGTS7JryiC2tzyT9RkIDRqH+Ux772GsPPxIaGQFe6lZaoFARZMRLIwYvIx5C1dAqsbDjMe1YiQuHjSDTlDMBgkDq/UB4j2/On//Litm6C5jYEcHgacFo9IEWpi0w9fusI/ipK/F3bxyYLNY4fx5ERVid0zPeH07GymruWa9n9oKT1uI1NTmHjuZxh9MQjwFPt+bSBUnUcyORjYkG9OhS3s/ICLPuIRdbGWQxx8cM2BPMiSNlAx7lTMsvkMrF51R/A2BrcsxNlJVMSPLtZ9cMwvdZHWGuQYBaGiBgSpNkrClxdTpaqwuW+/J/ZtEU5LcYjqEUYa0gmHpW1qzKPM5/nQ2xgVMV3e5mC9Jt2J/hsBhWYfG8Iyd4U+f8lhDkJXBN4aR5zDaI73XJOKE8TbxhWafqmVwQiJ4nVGC3eZlnDCxkjPfSgdStLqYh1CgIc18kxk2XemDGFkuxtLbuJSCplOmos4+p9HQG5YgsJh06Td37Bzj+IUCCfSojeWc+2UDl9Ge0kTJQSIhi7XYuGNpdcNNxRvfQwC5+CnTbglUTZ0+EYvK17WN7lXhwPVEWnYZiUYSnCqK31p9E1Sy5ZwabYKtMkt3GaXzDtFGpXPwmNvdkhM69lB3UU/UMEtBCPEjr0/zmWQNYYavwuBZgHPTOXPBkJ9aroEM1xdOpwzvaEYdmZi4pNt5X03Ndtdf3hTJ8xL56TQfG+lxhk5ih2bmfJLjWwHYoYACjWAJmTNTC4OzNji0h5DKuFpRDuE7AkpLCQ8FWc54GihK6mrSrNa6Nkop4/4A0yhMiP60VWNr6tzUdnPDUhZfYYn7IAUKqZnQmc9NX2v4urEcQbnqqc72Rd8KNr0TvSXRTdXnrxBPrwvXNkg8ZyzaVjlsjJcITKwwmKoFP234UkLPdwIFa3mxTChE3LYXytvfW94+JR5qbYqYUWropLvb4v3jdCFKpwhl4noaGzET4PATTRj9/A3WVlUzbRa20KLTNWDHyU8qbFSSdpMW/587DeYQ7IR0V4rFJfb4wL7zAehrzjTW2IvWDQPKYcmRpr6v9E8G/h8WEldA51iicS/3R3q1q6jdhiU5goFTMFUHBHcxK/xv+Xw+uWsbCQ85FwFFFD/LDjwKEZJzl43SSfmJQmrm1Q36oFCnGPTuccdhl7EQJKn4KBrDDwiWQ4BHGscnpcr8apLfehKQzHI+wl7WzLlpK53l6uMYrz8OkX4dA9SE2kykY8UhVT+61A+CPVhoIdPr55ukAd6EzZhN4RUqJw60y/XkRd5HBhZxAn+Wl6pdFNa1mpiAEXg0AxI8nELYZNeUzSUFXoPd3d31JODOvJp0ZajAiq+YE6QjzgFmAgkDZLEEePUF3V69ODVdA6VA5zXWmc/ArnrxeT4BxaLOBoP0KQGxoiYlkdQr9V0Jnvi9Gk6irOxojZwAp1KD0CWtEA8iPzu291MGGpcMr0O8MoNRzzmf2oY0jBanBwlOLeAeFYSBjzUgiIKr24gw7Made+ErEJkOkBLZe8OxzvuTQruFq4WxttXPzqvnfMrJJp2u8aPjUFpdZY/Ohbip/qUVFzAJiMkYWmd+ipgP7buWSGBr611xIYU4xHAoUeYl5wEZT5KxrJwho0VZzX1t2JJ7BYD04FOZSbRIFboIXm4Vld0Uyj+pHcfMY4SEm/2nP+LB35SwOSz+8U4R/0UORNmKrHckL/G9qj0lO423UwOolLdNAO4j9Cx93Stn6DXq45963zQsqtB6wj9842NQGGHjYnoFYsG9XlWTvCIoxF1hopQEc1X41Am2xvm82awwEiVeriGzBuv7E1AsvBUMmETQpGjtpoyjFJBe0MI6cnaiqinH72dMNIWODmamCciTTdbyF7sy6tIQNLWe4cC9QCmt4iYVXodiWrih/q34wtOspz4uSwZVncogerxhLafvLskuQ3bta+05EqRPelxb4MltJxBj8xaLJqSyovDJE5aJyZ/NBrjza2ttaNdZI4jbwikndtnInQmar8WrlLtsgZXa+MzS6QPObGsC1SB2yW7SKpmaQCoiDeUgdKmfrfaQ6daQK3gk9UhgHHmLf4tpprlAsREFo/+FFFntgGkj2o1mHXGmfEdoRjzEV0UxpsZLQrygd3E1ACf4YdfxxpEGrV6TPTfQrhLRoHleN+LZcbnIhvmQAP0syxbmI8kEPnU5cXGO28pbuv+zNilvIfR+ianYrW+TVW7SXzca1kS5jJHPJjYjThbE8W+pPQnjrZhxMR5fEBCPg8pSSzS9ZZuqi82UEkn88ujal6SOgVK6XuVzhhEOxugpvg2bt3WSk9ys9v5CYwFotzJSd6K7TDryeyZRnpZCbsIYlEseVDdwm96qHejRiW/EyYXDjSmuwa7wrFlOp7lvVdqdkxhwdN+nTkNDaLW2smF047nh/OnaRr9/o8X8hm8mroxP/48LQCyWN8u9UuFcdS+slGlLvu7CM5evmAjONAzF19eAQYdnkpL5BZuSV3QF5Mh+LK1cXcFb25SiGpeUxvTGYK27XBmXB+kKvoMRPG96aLH4Zl7dspmUKUi1IwubECcB2+LqYBXkx/U9uiIV+EPF0GKIZRsXT7fJNAXQQFho+SSA3OBkBt4xdAs9pEauSE2LkiEDCQyVfvufbDr2L+8WkhktsKli9qd34j6oBXpo1lxVTDbuDrnOorjAPMSFcgKNuftoMcO6CM5jarqb4hCEfH6VdpbC+UcxooFhU6YojA/NvrgXZEj9Z67Qs5HWxLmBXMF2O/54tbL086S8uupjXSQ8+Kc/uopSsvX+9EcBxqfzX+Q2cJoqIEJ4PdyFJUVTWVmNPQmYDskqtQcDNCVapE7lcXXciXJFA+hAMJkzBHenVkqKAWYNMMwGZkm73lHRWSoklWLltJzkdQhr3uVUMHwNT016aK5K6eqclhK8LUNhVX5DOUCYhyoFOvQu6U2PGUeaZYQ5MeXC9UFVIFLbbjNvtMlAmgx7b6Xk1Zs7zfLSpX6BDalmzKUWdd+mk5aONoGnaEfwsKxlAv/PWZvd8j+hHaUEnC3x+9LyvqC678bk6FKN/l+i1K/7gtK2EIaCbknSpSnjYNpzwRCMWKQANzdNP/eA7WjLH7vtdMHraaPMY5w6F/Qn1MU1EOxEqpw1zUvS49dDalBd858BqXF4dF9IjQMHqeG+/RNBaqwvpv/7htU45mL2n8vXfy5f/z+ufJ2xOvaEA0yx1/T6XplwA7kr9YV9MkToWDFkEpxjsD/ATpllEzWk9JD8Xhl8Bb8VbO8blBrX2jv7TbUkxU5SnzR5khurklzU9h8khvORV1+SeBfHu48PFe7icIMeWU4XJfef694lKVoGt17/pG1XMFqkOel0fH7Nh9v7CbXn0KQrdfY4oDn9LcCt65xX4ue2EhpNg76UcrGYZVe5omYLxG+NKl1notJmGcXGP2SbxWAzRilgoz26wbvIe7ScXs7Iga5u79YlSe6GOhW7s/zS4LNKV+jA4wJVn3GpfvS4F4N0XyDxmBEQuuLDeFhkAZ9LznVlrLCTXS3neoZyByOLj3bs/PtXUeF98OX1sKmmQh9zqDHshJVKkvcpQrp1JF15zwftrGdOQr6881jnhv0wSVCIiRNJyehs6b46+GZO2lZtFFW9j5dEcIbEpEdIu3o05dAPrzZeaC4YJ/nJtVRmaF80lVrGRi7bn9bdadKXLYQmNrRonb1PFXI9E9BlQFjN6BfOR/gymulxP704yoeOPg+Nmdir/U1dex8KZmeyYSe/Ovm1zNznWcMKR6bJuPHnpTx6K3B/OTFbOZpFBReuYCxzVWuxutw5XblrENiAKFuC1KZg7fdx5tlqcy4EFK9mh8eWDrF9ttK9i0P+CDkDPK0zaZ5v73cf3mjY2+XPG1233aI0WOOXeQA5P4+/z2XQAepxK77LPedVt+BlL2KSjnq5Z9xgIq2PUxGVYVeYSQ1mDI4le85jRG3gpV0wY+0C6WMIyVdqmgkx4Cn69NDPReFvnl3DfUa2sld1/gmv6Evg/k2UnunLPUOPm6jvqpxgAhtF8c1xkeaZPKnIVbQSOdTx0JCdeHaqoV6cfTmmUiNaCBaJEpvwB9U6ACed6BDKGc852D4UYykXjb6ZfGnO7T1Dt6pqwxzMSCHVGKci2pjsIJbRK1+QpGhEWmEtZNI7x/h6azIaPUmexNpWqR4ng33F3EyePHUGiTjhAxLLL93qdxUTEuScnh9/iE7IHp1ljxpPU4P6ocv91SaSyjuo0EU8diV3L0kuPq0Gp/g1bOF1pFXStdMAmkPkwoCH1UrE3TiWO6y06o7SijHO/1usIAzPryyP5tQUJYZAz+KWLEEmMMbcb7jSUpI+TMNS6eYiK11NoT7WjAD8kgMihGD2SbDCXbMUThm3psH/ldC03K1y4P6+E2ICCZQqTMLU73XXKmZUqkBWrXYQAc1smoGAyWM2PP/gFKU8tbhRgG3TM3Q6GSJh00ENxa54+OhB1P4RFoJpNHxIqcltah3EkyPC4mbvZ3X5KR/dDU9ZH+150K/0ZJwXpsoOuEdoxGEPdvez3jsY5ISAUUHCjnuMOWaKk5w2zEeBNDrib9D3D9y4wXI3y1dINU8CUcV+RMxFUteRR28R0vUejWBV51jrI2xWbc52gEoeIHYZRYRTKUfPqX2pF/cNx8qQlbEG5eoIifda8vWMMs4qZuwazakRNZnXRvhYBVnrU4nvuCTHft70/fjhoKcS8UTviS/8a6H6J8Tth8KhSxn2cHnnqkppTBqtzVfddHR35qb3Hg7CbqrIHEzGVrRRXnLKKTXXgDKhAbi8vkmGZP5rnifvCY9xTkYFc9+OMGT7ZEY3FYLDs+QVdZiBcpsblzYdqUL39cKj9NU0uDWBX4Il0GgsOlgWxcyH1CdYp8yI1QkHW8X1+3eSTExcrSNRP+9q1ODdpeok/VQWtwnF3+Evek32wWsGQTypr6k07oX+8iDofuDwj4Sw8maFwdLSH4RcFiBEgc1KHRCTJAZVCoWGYHGI1RtA/knM1b01ClRo5f3V1puaWFpKpydms0HczUPHFbHu1u4gXZFP0tfM0ZampjHYOCQewY2NCwSMZGxTckMjwzzDA5EmQFu4C9IrdlrU12Qdw6zautHmgd9k28hEGxTWFpiO3hD2wF120iAYa44Kg+RE8C2MKoE5gY03sIdwgG9UxPb+MQUJ9KHw+DD5lHINKd7S1RdH3ZxTcyJtZ4Mi8rtpmV6yWF/jDAuC10T2z0fcC3vHBEe9u+6oW505TlEBA4VX5FHSldRxVmYsRRiiwJ8jmxL70bIU0BOcmGImdBNxOodo+n3S6KTpYj95qQbbewcbme2deTIO5XTqJBaZre/r63xWggyZ3skRCp76FHTQmz49eFfkdZ+bIktCi+v7jLB1M4pkuxIzVtNCxK2wztJddDId3FVOLlu43Pybry510ZffcG/r9e4lB78M0ulTec1TicznOEZCXwqjSekPnozzucJLsT47AVG4EDoQa1BsOp8fhPtZhthLpPq/ffH89cnw2cnF6bfDN6/fvr5gFNOcnZES8kSVpmy6+6tt7zHv7UjqONw+vE9Sx+BJfzDo7x5kg72n+0+eHh7eK6nj+ODYJnXIt3+ipI6V8de/73yOwd7j1W1Sfor4LAfWYeq3VTWSMGnftpNIhtb3YTNsXPWrZp7PvnlrXgOOh3+Kw+0rP9TRDQO+3oPLThHCX/y3x3uDo1/iMdJ/Hv9S4/DT/CMmDyyCJun1ckaR0LuwQwaW/MnMOTWQ1dGv8uymLq6+9pcFtg1Ttxu6MdJ3bccsYKf3jdmGr3byb4htBAOZS9fDBK+ve7OKEcfhZThYfGub2RYyh38BxdrY6T7GGrqZ0U2SiGxjM+0SpfNWpp0ttzhNDnPv9FI+UgqA//9F3oQtCX1KVdBaeyvObfW6sRntX4pi3vgqfKc6qEVICH94/TDXWcJD5vVz6lUi9V1oNUnvExa51H2ELc+yjkuwXeQTH/lEUYU77iNCbjEptqL8YYon6n6RCHVc324MpVI1LliQUycejDqabUfEXBFhru6Y20qjchEbcAcherjeTT/cC2zJ2LC6zkc/h0VNK87WggW1vw36ScNqTeFe3g6es9eSAPzpQsQKD+de1maULUlehDefCn06QnQUvvPP6IoYluOvB4PB0ZOjJ20aN1N5VlW4+w3SvNnq9GjHu7u7K0e7oCjGBwK6uinnmAm60cBHTwbHKwc+t8m9Gw55sL9yyDPJPDlRxXGTQR8fHKzbAM2kswM6/egNbzej/1PJnT9d72hZCKbvbNwiCuRP/5ydF+yhcSnViekeHR3vPtlrzZZBKa8CekzNIfXhiDF+R8gcrwUwPrwjL6kRXzFHFxf9b2keo4Q/MbTQzR91S7qp5lsgRFA2Z9cVxew72PeOgvEQo9yRZN0+sBJqLrXTJdl2Vh5icD3hNEl45t9owsdcuAB7G1DRnODDW9K1Qkq2kesKfAdmHHBAg1EXOIchcA7yO8g9qH51y+fCcwmicXvA9ggohE3iLjymOdfMCM+7wxAuW0hMb5rH6BdyAYYFfRD+zomiOIrIdbkljcp24vuzOyN6trh4IxRATEcY8F82Zs+0hxaVVFJy0da6E4abspw2O4tqXo768KVQ2G98jMZ5upxGdPxc9G5DvqTaiAYe35ZgXKzgbdpig5DC99nVL2vH3EJKISRIWtqAe2slaBtfF3SOziZORJXUQu3whXJQv9kyUUeFBydy7TqK+bIGRbpJbHuwJadvz+W6UCDVbPTbclZOl1PdWA5duEpnmZY/hM5NJ31FaIxS61y7GDcynpkpoS4Z1r+asfKigIJFS4yyhz9ajgAO0h0Y/NJGdfSNxCHYN/Ywhyd8o+Ns/BtHLeHxg6hMEgWluByhpYtCtLWCTJHwBIsh96q4nE0qdXXv4GB/l3NXD0KwhDV557/KP+XnJKvR87jIP/uqb2UmlO2exjFIuSIYaAzb2BIkVw8kNqFL4uFotI9766hQoawIdgcz9BxD9KbDEpTjhmmNcBzNjc/ERt+HXAkT5KA6drSeOFGfofDIL1Ym+9+Ebv8gQSMVXKMr8T0aCiwp54o/sX6bRooId+pAfHhX6J4Q5mqjKKUcdllSD8Z2FpAlIwyOrq869z5lJ3cIbgD9kM8l6VF/6WXjupr30dvhgv6hyHK59pvRh/fSahyoBU7OyQdcziffPPMIbPf8Hgdk5JuUPOS2njMAxWPHu++e9KUEoOBouTJbCwIrSaei/y0h5LzlCNsA3MKqC1GLi2l+JzWbnzyVkeKE/wVK+ybgGULU85r8Hy7lTbrdXEU112ULqE+qNCXFolCIP5cduMEUnHFHZi1dk2mxyKm1Bc+oHTm8R6dVn87ttkmtzZ4OjIy0F1/wMPvRJBR1rCnVvACDs8bggeOZFbfA7bAh7ll+d5avK9BUEKgXn0jeneaTAt1Q2aIcYeIjbZRCfrlDi+dNAIuYZYOh7lTkuOVGPdg+3n7yRcmMWooKgqxADwSGZiwEOIrMB6xkSnk2/AuhsqgjXwKfCqfSmTdrZ/M2/yitL4xYGalYERR0c+Bc+UH+kHsXZRkXB0lv79r2DEu4EzoRL8VY9OkKm1z91ipYokl8BPvOUC4OoycawRZFgTfGnOkG2UsDcGJpWzXjei4ywJmn5gzkihk+Tok73h7QkWOxbbLTGtw8BMCMWBxvB6XFiBemzsUpmcpRG6Hui9B0DJBYsOjkMjj8SUtTaLAAwt8McoJIB9fk+6AUe+qnlr1kVID4uFMJZHTGLD7QH21S20iNCQQLK2qJUeg+C9q2IzaOa6LMmUtkHATWTTkRJBxRcSjes3ODa+zA3dFiFhBPlIF0ZUHNWHZ7IS/1ABIJR2oGTpJKcZuZchkqv3ggWaIwOIG0PJBLKGXTshMdc/TQzYgdhtuheV6EYp5P+tSAxtD6pj3gePzbvJ5xJJBhSf29FVOEFY1plahd3rzBNwEK3c3yaTkKdDFqt9NKNIeVYm6gV3b0LFYpDGQeAkl84PRNdxWJbM25iuJkGJdPhkQmvZlS4mxV68YTlgSMHDjR5M5JOdIqUCDNqqCoX3/waoKbDhD3+gk4jYEqIxihV7gtEb9cD7oOgjrvXmH2NCdYxlTpoANPBOsJcxoC0ERLP7SdVnkU9cFobASdpXzHtq2yCSTFmB07AlEaBAYS3/1eQg/hhvaw81aPWR1vrvvSkgAblLBk5z02jcza3OlA8q6u2rC8F+gA8auluyLawmQKnCZNAQL7xZpDhlSioFCKoUdbCvt9WYQlwoG8VerHhCfl9h6Fx40Cpmw1q6Z3PFyKQUaGDmpQKGsFuJP3ucvUkeZjyNklNT6ILHivXZqkegQAWBHlONghKm4A2YP4Pp/EtUiSrHV9mSP2vNDBDa9Bs16wy7DX+WEG0iLyy+lO6G6a4FTANVoso3VyTtyJUS+QdY12bgjuUOfEeAiS64yfRvKbKo5QN+qQ471nZBsRCPBlhXtZo1OKTTFVaNJbSJAX7QBIh5hGyxPJD2c5LPkCYzCGBohvsmg7Of3EV9G0eVHmTen0GsrztkJadwnKGlJiKXFbMarNDKp9ZXySNW1VUPkXKFtEFXcMdkOWjtNMaIiKfRKYKkVb7VCYE4P99nY0nQy59hPY1JD25reKxRTBXectfibtJSPFhVon8EVOqyyoor6T0D+emgkkUaNUHPWBVMQ+IMhy6uFR8C3J8anEqLqjiwrVaDzqhu20jmamsdbngYY9I+KEUWqug85PYp1nEWkFfHtVJVpABzEgbZD32GsQERZb3nwqx5hH4Bbnm5dQJpcgLXZzBXXRTYrrXF1KuJy4PZa7g2hrp8szTLP3aY6eKUy1tpkJMHlj6wsrDeSqqBFuDfu7xoey8b1KotRYjaD3prrNztGykdKhd5X7J1kJofUZGmFwHY0h5vpdB+0QtfM1VdFlv33pn3+atbqrS/UH9gxBTHxf/EEFTSyWHj7CizxbTia/fcRRy5yS9C7vgpOb55y+yFe8wZ8Jdg+uXdLeKOZ1Ienimmrz8Lcv7fen+XU5GjIo3PB6PoKJ0PXlF4sxTCe18vQdsv3B6aSDDuFsLfxwCgyOfaSn3k2bnd9iEpukYZzdVIsqdTwbfiOM3yWPOYnwrK5OBtyixMFiHraFFq7U20JNir8WbUlAvitafHvOY7kqgnCLai4slg0KdRSGWJDxEgNWdLiJ8yZdIyOAyZyF1HabnH8s55lTMM81s1clDt74d/Dm51PM1r23j+fDxRvfU2nGBHPOZjsoBykrhdUV4akT7o2VKz4QCW6rCZLxwvhBSU/tKcYwqpm2MLnLeqAFcNivWNxU4yAQ30tUKrMF2dbDkl/TjGTHIqvA1TCLubv3ymC9hyMJCqeAnjjmhkITxvBM4xHe25qOrEAjwRo/L58uH/ShDvVjD5+uqVwt7PRux5yXLU7UE8o0ulkdbKR0t3RXJJQNPLNTNQ63aIO1hB6k+7K7kKJti5PuxOlcQ6f83IAGavYCNd6yGKc1SB4+lUwUZd/3EX8E5/AJyEjdPWw32JIg9hgFlS0tHRf566V+hTwgLMxXGhirMKBmBFkmu+2PiByU5l7E520UVsdg6fd+q5MWhkN44RNcUKaZuika77FRjySRMuy5IfOkusQCXG+XEqxdR8hjI4K0TXM1LCAdD3zcho/HHZhul90U1BNmnGaSPgPFo6EUWa13mrvUcq/EktMQjqZV7BofjHz6QeMT1jePXxmnC37erefZcjY2Vph3tVkJtwl1MWtXT6ZKxbER2qFyHtt9htd1gjQFAQYjBgXRa4L4tNLQiKHg2SwVcSDtp7iyN/HZ+wKMWW1Aboq3tYJCuGs4v9vceEC4jpVucKwZrDpK5IZiNOnSRlTSTafm50MAoNQqj78ffFcmIy/p3cPrNi7HVKxE1/qmaDt5qEuo+5cZLLGbJ2evV2ROaMsWSvhSEHfuBUMdy3FpDJsXQCCZ4L+l6MDjgQKibf6rrnWwqbtO3d8stSlWwGEVOdrfolJO/Oi3LsH3t+o3+y2QGtfLJSexEturpf2mjZY3CBniqvGeZifeXJlik2PMfplxzp5UU//fF7fl9VCNCuqHdUVJArX8dE7J2/rAX+CG+ChBWykSJbCKnH9K16EzNNKmI4XFR/JaRWzJ7V+FD7A+Yh0WpfrYngXh8wtyiXWTsTZX298+8okmnXFF+ijuFEZxmq7PkxfqYHuwvauhY/jXvh/+y0x0XZLvpdEZDLHcDnXbxhXqOfeXu6jJSa1G5PugFdgUtr6dD7GJKehEBNkLqpYUOt7O++3GNwedfR42aca2KoldA20SvluR5NZpGguzE48WtfsWC8SJZvLnWsDNYGU+Sy2Lrca53za6ani5MwQfmuQOinqO+bbIXfzfc66dkCwyNKgXFXDBMf+ZPPuwfEQYxPFsHaPLe8TJtDlaR0Mql7rhhRmipXf57Y1uAmbTSLCaBedNfcFOiq76ppp8MKJr3FQXowIDB0FfH2cjckO6tqa3otUW3yPqDMs+WvEP2Lg1nBlQFudIrAo0rttAp19oxxtaVj4hMa/phPgVl3AVNl1EhexB0zZDk/W+XYvlit+rybK50VOJ2LFNS1wzWGdBRGhZdbMlti4ljVcZcxARlHed3XW/VdPeK59kB38HHJq3sCPfwtprIaepDFWPZx44OQKVnTu12QmoIe3Knu63QmK7CBETG4iJZDpES66WWLYEprW1d9DOIvZhPenBQCtnZNNsg65K51RFQIB0C+9vMvpKtsJrsm7VLoHXC0G1FzER3rhP1l9c9e1TJgIyTzaDsMOyBxHIqYAQ9W/Y1ZIDRvSwy9IlOUOYO6yKbnKZWnX05YyDSKbGOTCuQ2UnCtUSLbsXUN7fk5aenZyeO3YV1Mmkbo/AQfU1ZS7w1wXNWTl86naKYXXvx77UrDHwU1Vw7zA/8J7ihnouaj9TEQdipqn/1dCaJq6tGVVRVhRljCBqJXYrTjXOml9YLG808BDhUbVWcVrmxudG3gxSUc2y73nAbJ7ySpX3xDa/6PTaVxuBq5IGedapG4Zpq6wXikLI3WhES2xcQxPBW5eQDZsR6Jaoub2JY50EXsouWzejyd8GMrRsStoIw0lqh0nyg9QOrnQFAnMsagNF13HAdlKmnU9s6Mdng77XWXE75PA/w6fRdR16V6A2F9NOQq64IYoXSnGugq9KVS4lJGHaXe00c/pYygPQ1TNpA6nww2/OX//wm1dBFjT3Y8UUnWLM7hGqx5DfklUPUfKptmC6uJsXzT0Yu2arUbSplVPrIS1cKr76gkxmRaOWx6iaXgatwamRITAVm3xpZrNCP+tEozlVxv1Bkt9ezz5VOA3m3djCJfQVxIDjDtvbZDswjX2LmBeugUTPQ9g4gbAis3fFHg8p6XYoqahx7m3gRw1TUHtcvy1Ju6aoPfdJQxOQM5NeshQg0n/aPSXt9oOtBwqKc5QQXLRrFHl519XyNkniZ8Zg4cp1SZIcO8UnTtcib0bGNxAVGi6r5LRd4jE3UicqY1EV4UaTMdUInmZdKn/RalfW+Ejv5XLyUSKH8ac8a2q5Ny3q3HOC7syeYUczIp6rom75cTdaBmY/dYUQAgOEujFgNoHzPG1sKiDascOikHxd3Sm4KaQEGrj6VTQfRNyFm8hmXOJmLHQz0pVEwch+JNErScmTvFG6KN2bk0JLW7UNzUdxIpBMw1C0tONS4h1NqiboFw4m+Li63XiPR9VyLsYM8SlsTy8xQ0oa8blpmLKsuVDUT7fc7PaZ5vQ2W0dQU7lU4ew1lv0QiQpDLz7zZWMiiDuirTXu3pPTKb/OS4dC7ErV7rKTEQcvv8m+x/S39y4hvWlZQ0l2uBnX4dw9Dd6/0gCFozCEV8mWM7mfham88+FGbPqDNsVV5h9DjX09fw0n43P0bH/ZllgtAyU59jsEqt+5TRLYzGDsYM6SiOjtb1+OZnPiCNExHR5eBxzXyLc0jsefoKS+G0zkcXqyTRQy0uC5pPKjIFF1Owibw7Wm0jEu7e6SeK7/EX6F9k+QJhzV6ZlTncR9mAXyuGBE6oPShFkPqQHv0R2FEw4wQGQq+H3mgYS1bbN5krJCSz+cevqWtEZUY54/S0qynD+md2W4LIdEg0PXgMN9JLAH54KkzAq3gwrF1EDNeJ8nN9T1eg8gq1s+85gSfpFP578ESaJ0JdIKFJQPeAAMEIWJMYwywWTMzgo47IrQhtvkmtTwNbWT/7Uf/MsBPgYhgDZSaALoADWd/5H6nm2C0jmgqGZimgt/NBYmvhTEHIe3o2FNXGQ4oixnIgXqlCbduKK3J1VFLVziTJLGxSc9FDKQQWol6b0RvnOtHaXYrqRkCvFI2vI2IF/SCaPIhyj3iaxxdWSQDsP2jDr4xU/rGaavN0h8KljKrlnKus4SYSE3s3DnsMQXqLc4lRaiMr8M+sqSqRmX25uo1f8ImAA62YaU7KzXn3byf/gf1uZaROdgAwpL7uHTyhlhkb1BXb3ue1hUwKo3ZxUwGbtdkDzo0pVeIk8ggPaxIne0rIXUPBIXUGTuyLqut1yXSsSeRA5ubhObW10t9VoXsjIl6jx2h1DDSa/dOs3RZlOYZu/9Jqu33ixJlEwjfq1Y4k2NvJybZcDZ2jY5T6ZzRfaWZKYgvwl0S0Gv+PIvT+/6uSiRJHJAeZpXpTSkSMWTtd0QOycQhPZ5qiYsFe893AxuXgUnNapAlxzdO7Sye5wV6Nvd/+Cvrtuadg9E558wEp1LzMN4iMpc9GNc1tVHONrOrPr12SF1cQXrI0+mxvHYUUEFoUQ4q1pn/6qiXrTqMdMK6rIRFOWO0mewAtSkE/e855O+pY4Y+6j+mWmqIzQ1tOsZuaYiO9FLcp0HMxilIzM5D4Wv3AoG+eS6/JZJEyVNGIdcIL/seE4ioxeLPJbUT0s4EaZKdiT10c8+5RQz7GrPYtwv68Bm2B/1+2WOPejvkpZDq9LF9UdNg74E/gLO08k/denQqzAcAnB9zezC0q4VxLCTgGoIqoVnnKFvAcjGK08ylTRrXu29n2XfVpOxQ+ERXBnVGYDlzCJ+2TtjpEn4cy9WE6iLjgWC+O/D8xfn56/fv3OmdFoOrj0Jrtp6mr3H/jF+LI+ohhUqxThZmNJu0m3ClDQNMvanAnFl4PMsJpW2V+SwZYRJsIIQfEWXuv+cU8QWXbQscusNNIdsD/INEvKf/ugjmOXsH/8hZcZvlFfrdEbYUbSQEcibPDFj497vpXLPNeCxngAFQN35faKuPk4NYy4e+oKSnTVGqzFAV9b5cF9NUuBN1LjduXPFrqmq40+H6FG9+V3oEWtW8JsS4Xc5wOCZfn6ZMg8PvAmo/04ZPabpTiu9y/jzv0K8s+3dZAxFJasP28P+7SMOfZwVlkiL9r5+kRHJFpwHnV0y0z0LtHnparF5btOFXTdHFw4MANupAyXBjaP7GrMXsKsJOt58FhRoWH0XkikNW9FuXQd2U2JfkM3MM5qyuh05ttSZVr7haBIIdbpeWOi6yWDk365GdMXFuX0Z5NYT+m0+aZLxNNS1p3OsFcEcb01DREfyTc7SX3JpCJe4yAU3oaPKLK4jXpn7UOd08KTrUG+d2N5XCkhS30Zgea2QSHUroTVpGOGiOt3KyD2wujxzYt7/pz9KTQD7X+GfiKM1LsfwX5XDB0p0FSq6MYDannTW/DANg7EeV2MFE6v70x+jIgDv3uTIQuvTLQgkK/KCwLSNUzDuVaTclVdotUuPSGTzIBjrOqcusFELzxUK0gwNugn67sj9ZIPbkfHj/ZCu0oZTjjbYX29YnH14HwsPgoqx5e8IZYEpIB6VoQp7HxbjTSGmuAYBe/A2PpDEW5YuKmpahx+Ex9N6W2fMHCf9Eibsywg38OEoYJ3kFHlJzTV4oQbBzTwCwuDjy83aO6xdNpFjvYsh4FIayIa1gnyq11UGym6/uuqz0dJq3uZ0LLzPBmMvpWOPybbCZOZor7UpJS2C8t86MAjWXP4wKc54MzAnZKLRLNxwScHtsEHZhsxJ8+uqMaQs6Q7r3AgklkVORHIBQgAaa4j0IQL4Hj7ahMciWnM9FYuf7Zy88fDczkck9bQYnxHwQ4yJCvAY/IH0J/ZaBEbplxQ4BvExV3iAjpowF9rIl9BWjfAAqRpKZ1sXWFe0YFXFi2EcS4Fyyg5SJ+ilsKOklCZTN5fvPrwZMm5a8/QpQ+cMOTg0RD9UY/RPd3AIIFUmS0lW8RSiGW6+FvMnxyii5MPujWarQw6Y3QPVrL1f8hi79O/J+NogHkFqrs0EofxBk645w4htg2lNQAYdNpZLi21pDEB9nu9lO9Sg+GKFiUNuL3FpqiaIviJsBL7IDnYPVhUUp3vPa36nqz/SjA6tRiAQPy15Q7D1jt0lHNxxK28Jrv4DYK3VFV28B9z3W4DpgAW6BrgrUzGCD4kvk7tY0/klwzxcpenrpQquLGHa5EKeSwdJlHtIoi+qcjWlwiy055KpYep8A1ciu3BwQhRpk3cNpl66WiCY2w9YrddgT4OMIBW6qsNNzpHaRRLyDobTxmHkRxdvi7hV2k2pWCNf10Y+vYUEspc3YaJ3jK1nq0UC7qlyILZqQ71Egg4IxgwLRvxzgXkac1VShAqiO2QHfW3zblMMDnnbG5je+Rwx5/kIyDDTdBzZvXChwIbtV1S/2fQD7NpqF3rFsK+g50wYswjlEhIU3jaKBVJB/boRJgj8i2477Azk4ihhhKhcrBtF8YTCrMUVSGkeAnBcTclUCPq65r6IOPHp+7CGgDGsZQop0k9jOnU5Q6ilMzs/6+GynkgFBoFRZ9RclCCrW1b0qTj5DLAdd5flELaTR4jMU1LxJ3d8A95zBLt5XXZ5J+AF7QnngUWkxtChleJR4YaMRzUYtR0jvbR6oMlEV/a1pYUC2gLS9InHiNu4CksxeunPoHjjj0RGgJenFpAvYFfJ5nMEv3+f5nN7u/3d/f7efjY4fHqw//RwN2o+d7yy+dzR/vH+8a5rP+e+/oXt5wb3bD+3ph+ZbUB3wN3j7t9+Dr6pHQJXtaHD/nE/nA7P3nz36vW74cvXb16s7Ep3DHN4UwCxYIOTS2x3Gva1oR4XEfojFmu1s2q2v7y73UD6woG+krt/hyT1BEnqyfZu/3J70PvlHzqb4R0e7a/uhpcoRfu548PPHR9+7vjwc8eHnzs+/P13fOBGpSSQgdcu7jCTrNmgUynIn1f8RvYSX9m8V+nqbyWblQ6OQdhLF0rrKA1msJ255lymPxLnMqIDEdNtS2pcZnX8mbeVqUyBqhJayODb2Tvp9kWh6ZLd5A3W02K6M35+i3LyrQGxnerItL//5IgbMg22Dzswe1aldvryhnOsv8D5n0rTN5WmSADSNB4XsZz9BW4UZ8cHdCYy9vTk7OL02xO+SC2zHRe5ChMourSmjYA/lZ4aUz29rSTr5fD57FPf9WA4X1AtLzBYTmORL2vRLaetYJHfg8bnL4sv1ppWwYw2CWj7rCiuU/SR3Dygd60yaowPx17256AUXVZ53TLyXgguVsw35Dx7BKhwWX3O3iBCes8rVj0gNKIo2osOw6k790n8y9YFRa0dGl6d5HnYPRfTmk11AwFtBsWrl9zqjVudOVDhiotxmmUtnhWJB3i/eVCXL65Lhl5TX5rxHSVmdXCvJM7UVeBoLFWDcyxU6+x775Ax+4Syl63buDrv8sJvachcXEdJ/LHuhZviQN0lSdv5EPmQY70dhQePj800t6cV99AkfzQu5LuPNbDVMjcAWJyFcYt5udK0u0Q7BPFV6chwoOVHGiex4fvbg5U10VEa4vNn5MCb5qbI0zX8hisWCrw93/JbFyhwNKFQ4aziMVaBPEBn7Z1eAb4Q6WmLvwc2GBRgQyzyh27Xj8ln8yGWM9zKZ2jMFvUWOYMaSmgB1fealraoEs0PQ+qhT+p8eCs7JyMpmRQbSFZiUanSsv5U3FHn3vez5CYchpsQfTTA0qJEXEVeE82NM9VRCbfLCdzPNEWL94S9OSndLWqcSx7yWcG8XbN7+qfov+Im2tJ+OLGKg5WrSHiv2RjB/hyYQVLfqewpZ3GYPyX34Iu+Loj+KXJw/s1Xl/r5y28Y1yq8CecVB9GAuAtOS2i1qQmaaG0REWF2VNDHViDJ00oKSBXiI1yPmQ7LtiHL1I1ASo1CQeG5fDcryWCFC1vDUaeQEWgPBpuSEk/hcnmt7bsbE3ZlnsuTqdtA/u+pzmBazmDaOMIVfyYxnd3ghJ4E/3rs/pWebtC93szZid0ZZTA4CAfTtoS14KdcWC2KhW5nTid8qy/YdZ3VxaeyWnLC5Ax9NHx6/iXufW6JI7Vs5sXUlVccVT5Jh26i2zT6UlDXwvERjg0h3Z5g/11upJ7OnMQ1/uuy/FHuJr3kOm6rRr49HbP4KQO48auKOaVKV1xepj23RTZs66qOXJJlEPhEp2wfO/D00SFb1Nvzm7nwP9qbYGeY0/1g2hAj28bMhYE+chAQCV/xc1PWj/2cJT+KQguonYLganrZQ2p1Izg5JHoe6TB7Hd/dg1+UVjsf0anRA99pzBOT/88kU+YidJu5N/nFPfk86zsWoiAUtIPtJ9uft/H0RsuaU1uARLaTbnYyqu7rZt/r7x1kg4Onh4dPdw8jN/vhSjf748eP95yT3X37C53su/d0sq8zpP8iXnb4KwWsVrnY4RRevaSzWulaP9o1rnWvH7HAifVraiwR2vdf7k/fffpvXQ7yPVz336kBzr6dY4qTLEA69nGr+8frvTsHsK+n/A7bmsebu3fWfS7t4DncTTp4oklcsZ/ntWlhpiU83mnD9EQNPvOR9zJvqSuIf69m3IDp9OVxW1+fek6XdOIcPNlXH85uO8key+QtN5NsIXt0DzsahwcRWi0zeRQoGUSn7B9wyaYCbiFCzBlP6C8EQ77j9csCW5CjN0wISStc59llblxknYDDuPjBGoO25dSoQVtAx/EONZ2SFhgp/4XZlZYrI5jCekufb5AUKwQ5kiLfIzILoaq6Y7p0+vcVNoP+3pNssIey4PBxJGwerxQ2+4PDo6MnT4y8kc//RPJm/c3+SeO6MPMfzuD6Dr9/8QHrylbKHlnSX158oCP8/7C7T2IFj4VU3Fk5+11OBNGkIwWw5+/wmXvGCdIf6AgPHCWlh/nsf43gwB5mdSBfA8YayJU4uJWIU3HxTH85bzFJHKwFf+ESzjDhJndZfHDtCF+I09VoWyi5vokhydxn+efkR3dbH52VC+zbKNdoPYelfbh/1sxgL4O7vbv/9PDJvTjs4f7B3sHjY8dh3ed/Gg7bRfI/mSKPI9KlGa7X5vcHSW3e3rm/CselfJY/71IwA9uTzb6dr2BeJGTuybhaA3cwrb0k05LP/RdhWEdHf9cMa0UoRs/pr8bDBqglwi3bG9yThx09fvLk8D+NhyWo/ydVCw/pxr7/8PZ8I8UQtdoEG9PT/ZtmYXswzuVyPL6bY3Bpg6QN2LNn+DxDkm1s0q/6TIc5fwRk8NX8mwvvU82Z1VFKpUuF16zKr/Lspi6uvvaEXdVj+hxRt0As7PhZ7PS+8Sv5aif/hnL3xUMZjGZvSQ81j697s+qqYmy461HvG7QLcYTt7LVguEpaO6UN9akmADV5ynWjf5k9FEw3KSHJnlWKDUQcFR+mIOpNydWc11xMXi9nwfq3MRqD3U1eLbHAwj84uqkE2rOM2LxIgmAXBegG5uFTLSd3W+wHuaahw0HjdkO+2+/kLnOT+mDqMp7yH4EC/4GrQsije7T9GbfoprxGW4EkF3VqEkiFX/y3x3uDo1/6dicoV8aEvEpFrPT78S9xiPSjlJ0vT/E1YOhyNrQaeyCummyJTV6yve3P8vwOzRnYu3FUHJilwJY1seEjtVdY6WY+wRBOD08wsghiYSt7hcwNROZZXVEwAc/HBYPx6Ud+zirxK0maC602it6gZ4TLQLl4hmp0/Qj/UhTzJnwNGSN+TWsmRmAbEoRAZYscOGny4aWDNgvGgBnRA8m5esbIHs7AU5uaGrYArYObgjfrCi+d604a1eA8FJImUbElYRaEQQUJ32TFYrT9KD7Kd6jDCBX8s5zn/JszDi01y0usTVBrHC3qouEqAA2sdTIKEF3LacP/s1NwZmdfRurmIhk9j7zEBeu2gRCk5zJ8tyZA6+gOIY+0xat+z7bYZ8VIo/WY95FSU0BYyXWopUmYuRYnWPaDnyPlEJnQlritbwtiAE2hmSSMRcoJjPEgtp8kTOtWvpsVn6kGkiiYaf22NSX4RZAA5hiWdUmHcnZJn+pgd0+dqkftuxlFiN5Vy09FvvQ9nszMWw/Tjj6vMXWVr2pMRxi5ib/JLkvYg5zqeDi0RmWmVELrN2fDL5taqujLmqnmv/1WQ8g+gtx6Z5Ccby5MCUiNGWwpcO4IoOSobF6XXM15iJFHnf53FtWFAt9BRyIuKE9OJppKMBDi+2CtsDmh7qn6ZzRLTfxhktnB7YhwPb9WZsvJEalpHXRMy3cW75zh90V9iTKSW48ITDVBSgmeUnzoNNCv4f+dYn7UNQWV24uxdt5KRvpcv2jfED6igpPskfxTVVID5yUmo6V2YT9JJybLkabe8vhlDFtAW0wCr70aBljAmRHLBin0yffmoHwDThQn937YULZpU911MSPzE4FxU+uI74jCvtUlwWPmmCiNLaME605pni52SHh1cV185naN8DaX6fkujjjvy/lwWZfxe8wCFvllYzeH1xg/q79SlAM/VcNOVaIMcn4lbhIn9qx9WZPUOdv8k6vjJePX4SAIFExMmsZ65cMFbn6FvMBQeGrDYwbjDHB3aSzNuc89O/N301IvZSQy/5VrHPHRFgu3I5k6Ik1YIbtoOY83r5uc5f7Mg0mbvDllCgyVS5PDhJRquZgvF4kdivbHa6NnRu20P6S0Wv/YM01+eer/9qa1DodFQB0rYFWxYmruqWItwf65OGkul1XygSIsCv/yO4NELmRD/Ulm/RhRTqR+4ws5zZFU1aJIxBMIRgCpu2wcYAFprmY1cWtKLqdJz1AMDT6wqVQwObCvX1wvfgmn8vaNf/k0V3sCbKK6moue2eZUKjTtOakR6hR+1Lek7kc6YvnH3zLVoW7tGiCp5OOqV0EzMtIHd0Zf4PcFrE4ZMsPMUk64AqvYbT+dMLZ/jkBddOEV2bRNxgctzqpZRUDHAzTt7kuiiAbm+qwsqgpswdGNf+FX57zjVLjuDkHJOdUt0lwlUGZvsSWO20KBY6XSKCm1x5PGSdja7e6pcpWiaCAEFkYHOLmLj1CA5cNpEzd2tDLPa+BsXkua+MRq1cPcxIGNFfmUm014BaPgNinlglvlOTBIgk3mLBNgolV1bbgr9c7Yzn5g5f6yFtRqak8vmMNl6yXMXcy+x65pnXeOrBleNBIf0BTmuyhyLH1Q/dMTxvPJuDKC8voEXpYKFotCCpXqgnMSSc4jOyc0E0LZ206RZiyDuknzZDIxKag7pnBNenqQY0ebPPj3zvhX6QYUnG3xmbILbWZrB7M1c94XJ3LHnA/tnD09ugLIYAIC3yYk4OvkFW5EuIcDDtU2twgcGnGE8yk6MbBugGoJsbtB/qm81lKG2bK9kr2u3W94KXvtVwatxYtr0+IqGvNorRK/u2IO/ihwro/ZTD7L3hUL4iUoBWKNon0HgpAJQdRUmPI/8dYbf0KubZk68t2uI48nGb+6u/2kxXyfdRh9+Gy8FyuebSnLWE09X17CpXDR1yw9zd32cO1zfY4tvvAuOY/bljYbVn8+baH3lIuDloh78MvsqijGzKGKCbxS/H9i/0AYR9nHbJujzaIoewOMogye9Ae7iJ+w9/Rgbz7NXr29COMox7s+jqLRk2Y75Xje6fB+byMP+rGcd0ZXBn/xHJzVrvifLlC8ayMJKwMsh49NgCV2fGdNNcKEgBlfWvG8+5H/OvEX8jT9NN4litPAjuajq2lHriWWtmrZlgD9vhS7cMMAjR8/HY3BTGHKuv+Pf/9/8DT/49//l2upliO+MCgBsEMlOym9WuHdAwqhjxZgOeYKGDFKtVkIPZxeSDJ0fHS8O3D+viDcuxKiby41gFxzqYBeJ6cvTZUMha6pcEPwbAz0VdnGy6wYUg2V6V+dv3/Xn5QftUV1IuHwaLMiPoyBKG4wFX0FEKYyGbhlSP9u+6agh0YNGL7N6zEVl0tFaM7+A3VxeJgAg/mWAK2YOyj0ZktqegTJTVw1cDNnDh6LgNAd7gFPuWLQiaD7W+76x/Mzr5+n8DTtZemYk/VyxJsiQIR3KUjVNZXDZMQLAPe04rpOJg8kGEJXXTdhcfp0TFtUMxztvYCknrXqslZXXgbIX1zxytWneAhk0ZA9yt3yuFmIc3Jx9yiPBrByshuWWv0g1hOBWJDJnXrRIk/owQkYneKvttotsP6PJUPhWWglEjbkSVdyb3TjTtHsN0cG4gwBG6sJIbndUE4+VuciTHd5VVK1Lt4DeAY4LHGGjoqjiEZOX8IO4b3G6h6shB1RvLRBIYeU0Nw11FXJIUv0cFd6W3rjXDhBrp5p+ioxuwD+/x609KGYIzOuYw6gVymBW6MVXM7sXdFxNyKESfGZCiTlYxw0n+cj5rLi42sPb0AKq9gtHH7hud8U85aphsTUbVRV4M4kliZE7KJbWCKFlJeiZxzK+MTfLadFDaMKn8ZhuKAjqH90dWYrevDSN14J3ribeoM+jDo6rfZeCbSjtGYnQaUb0ULsNBXcfAG06uuLD9iMWL2YXrqBpXj4PgPep9zFM3JJVPARbJKPun30oYAGI8TKGFbZeKBRyniMJhCJgmzjw6wW3GaBT2vT+DZ/Okh0ZDtj9YpCInr7ljPMyMMYdIoCMVghfL2rpazFskPRdh2SFZ50iUiTEYV/KAihrKNDhi6Y1HLKWAlzWhKFnB15flZsIh98tQSd8bKor7Nnk3b3sg+Ybqh4Ay0B6pszaC9hLGzUFIKHzGtcjkbS3Y9v6ZiUhJFYSjtlcQ3AJW95GfAER/7rJWwbNNk11gINfjjN7y4L6q559v784mGyOtqW0C+nE5BBjWIBzdyV/E8R2SKGjc4NvHnhnaJaa0AA0XDiQ7qQQ3XTP31Kk2IjcyiIGg8fBa3HLrVbRAyl5BXBV+++y16dvcmASxazpkigvHuOb7mDJUHyrD0sF63OH9JBD1WkNl7CBsXsiVYaBqcbP7sTNTU3xNpKiVUbgzqGr9RT2b0NrFruhQ3GGRzzoFrkjBo1O2Z8gzyXdR/+Fpja1cLXaiqGnyZp8rPDb18/fzF8+frFm+fDk3fv3l+cXLx+/+6czrKqqN3Hol6227+gV+0gXu8z+ATicqsBVF7RqbnYEPWPp9bXTbASOfCwdDJmOYk37MmpwZvlY7fs5Kz341nzWKHKjsCnVJxYVe3052RRoaASdi19VXFePEhL5ceRxB+gkYjUeOnRNHwXajNxs86q0X5VPTVjGBmXjO9me3v7gbNvLDC2+ZBRk4sYn7GSkSwmP43/phK4Ho5z3+ZkvHrVpZZy/eB7zEx4HTcUaVORdlZXwZPfLqeYzlkI6LBzQ4j2i+E76+0S2EuMTMLFA6YYV2hpNNq2lycbAevK7KVN3NeT2BqRqcRmdrO8lF3rh5ZuUpeyinj2w2/OX//wm1dGBU+o3f2WImB2zaTbP4npiafL4WlLC6zZ+DPT3vRxew6iMeDWduYtE22lB8LRsN8j9L4SNbvfKHpCv9oP6YQdBJJx9KgCT74VbSqAwjCcvB2O35bGGiih+1yw3Jh9cL4f6nYnnrAww8aNhhfITfHKAUE6DZjjIK7lAx5toC9IsiqnrbibS6/t4DH4N3NK/+P2puNke1M7M+fcWWUaRecvVhHK5Q7LKLgWQIBWcZYPPeQ8pS2v0W1xMxxgRY/IW2BOR5uoIh0kwMTnZr8NgXsgl12FrrfMM7D5mrvRzJ1ljtgmsjTNbBKHplIPHQHOsneKvgXc8cQVO4q/+trjWdlLOpqgcmOCcMEoh12CpMROFg3xDLP5SF/mKqcG7BjOa9yWFaAJdVsTCPzT0FTW5EDvHGhLjc8TsB4Z44UzzPjie0dP+5Vp/pn6EcwKRjueYKzLyku32JbYa6+1pcS4FC9KvaXVcnNNVBIol4MojdxXDIUM9CaRsOwhnFOfGldTQ6vGv5o3mhj1KKHI8K6hcKeQMjm4Wm2HEofWYd0F/oz2mlsqUJ60D0EsqMIs/wef5dUuQPGXfjIMSoTLbDx3FW90yQioIWitaCRtBqhpU5ucW0sBe8swStj8gVQ4Jiy3Jmo7GLdTNNXdZMbC5ARbIHt9RQExTPbwJCp1AdSiZ7R0oPVmfVsZG47eiKKeLsPz787O3n+4EBsJVWpk4bfzPuH1XRP4kLWEbNnbmirdmJwaNUEt821hUYsWeMXi5Wl2hk+9p1PbYjy6N+Xs41b2wUiZrexCxAH+nc/HzrcDhOFoe3Df8jqH+LP/dPfoXuV1g90nx4ePLQiDfP6nKa+zob6fLNoL0wNKWxnlxTrQFLYPW6WwuGZLrpzxfhNy3mTioDT/StFejED/bUcWuSD5UConYUv6KFrrRSf08g9nGSY8vaanNq9MTn0hGTI+hrdk8FSFGbIZ5znEEhcqEGuycFq/YACdf0yWewwI0xk50F5U7dtuEFTn81IxFoHTwj5Qhg9MQuUiph4NJJ5z5VAu1DRl3HREd2derGdLfauyB8gXHxAxPiCl8EGLSe61maTOb7O57SaGVAUxZZQTJB3tIhn7pKrqW8cK56hm6me2EZx6LB3aQUacBoq56wLFI2cPkRbysn/8eCvT/xw8wuIk/VRLf2yrAn6Wi/yarzTHdNr94yJnt9i3yZ2xGmKIIUTBTnE16f8OqRO10wKH1dXQo7+j7o79pXGyHjo/+dUOXY0yFevlfCEqb00wgNp5fE2noZb6u9ftI8Jd4f42L7T1xhi4mdAApWqlt/KduAp8APe2/BGNBgmBgcZQNjeheqwE/N2s/D3wu38pyMsn/3o9xjjlVeksMAompZayZ2g4Tb3SrozuZtiWrJYuADnz1nYDMvnGoOMbiu2qyeMh+8kvEX1Nx2DvlYRlFtWC/AF1gYbFotBuz/7K7iZ1DWJV99E1Bk/6u4f93eNs9wmKskGsa6xu4nMMysrewKka7us/USV/WlpYrQO2gTlfh96x2613yDe7VA79+afGcxocPAmVhb8ZOcQV/wM5EyweG93AqSBKDBxxWlOArX8LD57ig5uX+3d/I51ehhv5l08v8xPntp4apxQDKqlTaEbZborHclEln8qVFvSrYsMJ4AnryFmC8i/mRR1AH/DVe3GHx/3dx/29XeQOBwdP9+4HBzc4ONjb23tigD7k8z8RHNwqMvn7ZhKHIebbfQmLtf0nuH39pqg2wO2A3flNhbHU8xfvN9f2u76QvMWP9+QS9/gK/+8It4PxNPkSh4E0qjLHiekt9kHS9C09ODrQxM+U5r+2g66UdaYipPfPzQTS1JLVqAcQTCJoTagNQqd5GLJbnZKlq2HXHhWKzQz0BivBXBmkoQpXjrRJl/rWS6V2aue6F6o4jb39qdh5DpoynlPZTG2fX4GK8KWLUgUYJEK1R06FRDfYpVas3PVWMqptvi45kdB5Se/FhpU9Hq9LP18Vfu1uWcMfAk5UjgMwXlt2nwwWtKwhzm4hyH/02HFqLuPdkIZM6OHj7OGVdb2J21jIpA0SOXZoXvKCrXAzBA6SJr0Ba3Bd6UPZ84oazy65Eci873Dyo/6ymJhJ51cuHvhiNzvnjJrOUAsy6aqJsY2ciyClTyjd1EWY1ixXVq5lMKI4JcaulwfeieUcpoZ7wOw09HC6Rhcrzj07oYJ7vMfGLc+gKyY2n7sNx94o2Kb9stBM+eCwso6QPM9PzDcs9kBTJnFOq8Bvnds6Kz5L48bEweC2eOFCvqqmwJydRXEPINx72kXS3PQoA9F+ePD08H4QZ/uHR0eD42Pjg/1pDaNuwfrTA+DCof2nAuAeHSadq/eT3lolQyKEVKBBpAKRjVFVE4wsX/BTcQnMQv+c0G72dmGl5/AuwlTE0nArSiYxofC7tkJHZWzb2YvZ76q72KUtwbMtHjwIoHvH2Ly6RbeKsNUtdSujl+m6Zr+xdKHQxltoRdWEDdSpVO0NDg7F+Nk3DUZW9jsJ26miUw8NrMJjISBr0ywU4Zu+yyomBKNgurgtQT0oL2uQclpaIjyP4thcj5xLW5SODHvbI/1flxhafFvNOAHXaEvp/DqYKo6QIjg1sHEEz+NUsYUTCUhKsm6xWXzOUzE9cUWHMPPkCBXpPzazOJykdR+85rxaiuhO53Dm7EiX3lCBaL8qJLNV5rqcA2mME8rKvm8f090rKtFcbKbt2Baui4pDYNFNce1VFZ2dNqn4zL7fOJgYdYeS5mFBrnd6QoyhRVv66sWFTxel74KgJcInFd3lbiyb4mrJNbo3VWN85PiKXOaJZH7BDaOwy8k0/xF7YO4/Sp3QX/qAMtc4BwZRlfR2vvjeaYyMLzlfmpaxLtW116I8TdzEHCuOpbZ73mKOWE79V75Cyf4NMbdhk2M498diyNm1XBXw1Q49ITgNgnGH+TSkm2mukrzqFNyghM00lZFYryRTulJfuk7ABCnr9IbTXL+9IHfPWCwqTO/ngbYzgW1DycKvMk1Q1FzmWTYMhLCs82tJAMPlMktOMIdk8zFOHlcVm2jjQw5q5tscm5K9eM9tf4rPOXZjfkS8oBhzM1UMpk8Qbwg2wyOwF7PfL4slle5cZb9j9uXPOfvuNZa0FZtYcwZ18EbgfwjMBMbt4DbKcBeUFNnCkYAXlzPODhc1eCtDkpRgEJhQjPUoSci+7R1NgNL2kwUtlq0lJYE1IVHiH28fpMRKBwc5rRpgAeWoi4m59m0CBWSaZNZ+n1pk6S6QzaRM91Hb9424NpChcs9hr2cgjJoGN0Ase8n3TaQ2uk6XvowQLvA7bJ+Uvt/6lXENp0dcEYFimkTtmHLwdg9QGYhRMLjIoqAG9qVt36igNvQR7djclzanlhNjUyfnmT2MGyLeQ/hdLWtSjoLRkvc3rQSsfc8Ld1Z4WSn5QjYLn+xhmxjsriUmqHYH+1jcIYQA0mRT1J+Yc/jZ2YpUX8dpv6opMOJ3YltShuL+9dJgNiN3nWwgCdysGCMYKHLRqLgHN4XUWsz9ZwVhrCcpMifnvVp383/QqmClMa7tUTnoEtK3GGSQRA8GAAgb7k1+V2G9ymZk+tr0fNOJeR9VUE1Mh+mgmJCubLUU1iXzbrETBeTFUmKQrsjZPP3qu9fPXZ0zxdWbOYJkyUkz0+SvNcvLOYoNyqtGZyGY+A0i6/xQPMD6aFSAc3GvXcDtB7YEunEl0Wspa0HCzBUIHk6D10OuSN6gIZoTw+tlOR6WBEDHDevooKXJJsWny4pzQl2BCR45lrvSHtK/2QQZ5Vo3dcfSX6+fqOSBmi4NGMFwrZ2iJfc/yTaPA7Z5uoEKuAGfKGbUl3dlBVuL/5xoz9hmcae1ZNOcoMykUV14Q+SxBMGLfERp7ZcvHlhJGJKWwUotTYoKt3Qdroc0O5KCl9gfKJyYP6d+JmmSxl6aFmY2mokRfgkMXexgGHpnsLuz+2RH+9nCYvpaYdevrvqX5XWfNeh+Oeu7MfqH/f0dYHF5fV0svu4NLyegKDn42wo9s3Xvmwab8Y776J5BSxbxb9UQHJEdOMFmXagQWOOPlbF1BaNCLyapcp1OYN2DnFNJzvXJRNNWinGH87e7v23awcE6StAw3EM7inrsJfsOcXdMhkjJFFLHlMo0cazFireo0zIq+Va50Fy0hGLhy+HZMwHzAbHPWFx3xKFUA5RBwmm97+DTtIItLIlD/y+xBkGXxqtK6/R5R8zf6gDDkbRp0OxpqHqRrFfEL9/CcvCKaPdSOE9OogtMkTJI1ueEO3vtmIVp+jfvMOMPbmfYR3QLuMJYOn/zhZOfG1kioQArDPslBhVyqgElVZpENHYI7Tck66YCy2W7wEs9Ow0mR0jygyFUtYcTpeIHrignnggLPMDesO/DxaIcA8Kgf+7UC5BOi4lYVEwq7ef5E3hm7MVKbXCHzpW6ATnJLNAXrackZwSU6so1pmWW6ZxJrdQfugFJ6bK2MXbQ0LhYtO6QqeVWAxLJX1Bs1oTKTP0EW9riRdFGcsbwVhObvLEMKboAcwWOWh9DQhiig/PrB+UVelT7xXS+uHugb7LGigh7DEHqdo9QqOkmmyJd1Lx4XwNdJzQwlUEFiLJ8N/ESF9pHRX0ozMSILvFNUSkQU5L/RbksYFL7jZRUf110E3lbrLeHd6E/0PXmNNteOcN0tcVdD1gKArgDH5RtFW0I66PF4iPNqHn4SIcYLwkOdF7Nl5McLkwBwgY05W+rWwyHbbEzAf4vdipg4ALnTDAms5VTI6y7qmdfIinYX0YHOGPfitxLYFaYjSds/orDYvkEywi5Rg29k2x+fNACNbZZU5aIKnMaC3Nbj4qsKXrp8J4SaoCnEJFWbJQxd+VyAPUDlYpGWJc/YjfACfspul0UHW4PQkZQdPXIRKNEKfw7RprfIM82Db6ZbYTGvUyq99J78Mk27sGu59jnea3rxZoS6YVEwCOtYo9VfpJmAgSHybnAdlEbIqOPWYe5Y4RnEtzQ9GiaL6/yX+U9nIUSmUcnEAz3CUf6SP+gO9w44JEYl2F+U1PRI2wQ3HSEko17AXD/BmIRXKc/pFb1w5GE2P70Rxc/4VWmae96QrjCrKSo4Gk5cMrZHG1GIg7t9uQxXeiqSAjg9KZGa0i05dQ3NSoOHLpKWy+H95EvLz4vCrGqQxYFRzID8y5mTw7KQGTlPCyxb+bFqLy6I7NBuIGL3FISMuGf1HfMOEitxQaTd/1F1cf/DSJOKb67MR+1mAtce9V1KQgBAqxQOhZQ6zheRU0vOalB+JlTYmghV/moWCFZBagSMca5LBcEZ/EpRjhz0Tb+FxVGleLy9xhQ1kVNyCZtLKwETNlN4fxeWV0hLTIlUM2zqMMnoxFxScwrcLdJJvUF4sIHC6wb8aKc3b09fRFzYRb8S8EUCHKUPogzVIvNtRNo5tVqtYdR1uWoeVnoU+JwmN1eLRtya5WCL413EBZ3fYNMRzahdYgUQE/22i0/P0UimuSjIoBbZ6IsR5MhY+4MR1dDnGDh9IJZ+iFUg8JARqytWQcSAqhhWGmK1XOaoWssI5+n4UEG+Iqhnkc3TrJuGu1/ovCQxuKKmA6mwF/diVwmSG4qtqK0LUrsqYNcK5bGBgkoyaJSZQqrIu5Rd2NipOwExcuhtiQcehSa92PPNDWFABwS4DXISqShz5ChCR4+6mmBIOtBnEHezlR6mp12TTyILqgPBGjWBhrakw2g1j+8OL8gPuLA4MeFSrIQyUEhpdinPqomy6mE4NvmL+hskfuzBcRh5iOt20OTFGlx5K9y7uUpW2joVRQjMnvImWUIU8fSt2x0m3IRjBL+HJdjZyDqZ+Elcv1i20Nvg3A6HDkPMfs8kUL2VPh8wq1gC2kVUpshAyLZHTJDZraUQBVof6EmFAUawbrwbpUt7qPxSF0YxLNyCuZnOd5RmMxNu8gVb00rH/w8aPGVgSUwD8mMXB8dMa1kZFGItqzHffJqwP5eLeAmp9BM8swo3mTAYdl3H/giWmIzDRklNl/OmEoP7OaTAnwGJ46GQ08BzKYu+U7DqQXzIJCvRaCxttNVA2g3tettrEJQXslSiWNqwbBrPLzJA2tjc50Zu8zpsE6fEFWUBXKXLcKmMZclYASHca3Qg0nP8qjqYKffcJKT4jM8U8xQKAI9TtAfCjdrikovESye3ZbXGAgxgH4QDAHzm2Ko8OZjPBY7myV3YEVVZNLJuXDdFh80K5WtdAWsVa2swk8WWYh0BgNPSI4qmzY5AenkYilTTIg6kT8CR6BQZDkrVzmZgKQF02ueh5JERpeS+uTJEmBZY5eSNj04G0kMEFpFh35LITfntHLZvu1L0EX/4XdVnXPwgrj/tjdCHoLsaO4nr65jjg89eiUwBwN6yTz5mnwhCc25A7AsdgnYkMfiZjm9nIFF2fjWaBSp0r+re/QuRdEtejZafwTii2lGTeSGjIV6OP3vRWXF+yts2ep/sXNV7UoGXiZMnwp+x6MNQlzMMSRHCi8CYZCN6/y6D9yiP8ZWJkEMdcs0xnK3ni8pgr8B89oiPtMFRRpdS81tEAgtkhTUDGTGTR/UBXjHv6lvyflWO8yB7CFoAWAIlJPJFr9EMRJ2cdsyzUfqI79lpBrCgbMerMYkKsrYuDzSQUoFN8aQEkfQUMXGZKCK8ADzqyteBuFU1FO+Xuy0iZOp0qmDzdNMTx71iKlYSA2brkhbHO3j5ljCqzGdN/v9kpEcOU9pSbca/QN32isye4iJQPQXrtYgM0t+fLTp7F5rABaVDIrGAjX1p8WUMuXFeefj2nSeqlzFYDhSKBvZDSi+nBetUXYGQghOsSmjcKY9RdQY3t55mPued3zzob7gmaODRs+49wORpcGjJn3U8CN1urHhre+tCfbLvOaS60CvqJseRdmDxucj4lX2okiITsufwyAaLmW98y/GZlc2n9Rzo2SduWaJbPloTRBvSIaCUrNAnbjvuKqRwFusvG9lZDzfVBM8f25QxhvE4ZRYcd6AuVAQgeV3Td7mtI9HrTdlN764O8/eAv+euPA3aeMoxRJSkV0oAVu8n8vY7JWW1P5+WY4+EvIAOmYC4cp0EkLWpQUeNg1LIHN6ZYSq8AtvpNl0Li5FnxTX+eiunfctVe4L7pOEw7VpgQv6dDKcLZfMYdqWQr+Oi8OGiWv0BswMw0kizZDRFKZ3pAIK4zOySnb1lgut4F/4ZnOkgGV3sb8nSVNkVErvpLGFmCOJwBjsN9WtOG/TeU9J3uADKO3wN9NiCFmHmlsQJZN7QqVFGvem+SSD33ogxP8RfhjJhIgvstRaNlo77M63gzNJJQXHG3SM2VRezxCkuYsritas8sJcBeyJhtcG+MF7FoBFbbPdHOZ8x+0m3iJCnEmUEkZTm2EFDFzzonZBY7p/XTmqyKpi1wCnasMIuWlAnryfQdp1zKFXfJWpEYkT8dK0apBXCNplTj2KqpkdjbxcrJ3ZaCb7uP3b8gZ5auFms93FQKbdexfdEnwnivC1FqdzXtTl9TVFZ9en5zHBoIGb+UyjcY4trFNRBOZPzN/GmhXcHVSgDGx+eN0aZ2yZidiYspQwAqKDGvmCOcT3a9cvlDvJwZ1u5bIyZEBOkjrni8COWw9A7ji8re4QDL5QbzBItV6xQDOKMCjRVbadnRcF8+w//VE5cpyLdQ0DLC+3gYnvuByznWudzw7T9M7gcP/oeE1+VYZsAXajxlSrLxge07G4iqmi8AVpqZ0xuZBINXecTCXjspSKTJ+u3n2cZr/RRT2ZlI0LgJ18ysc5neuH4lM1WdLY50D+Rb2eukzWM4bK+sTpBYorEYxuLDNKXTxnXSZKjdK3iqehAD1p5YDjfB2bwyUyBHdIl1MS+1pKxBZ77UAqG3m60mvBHOsSSw6x2yyF0xIG+V4KlzRBB4EyJyJNmhOOC0HhKVz3BxszCtOA2uXQCefjwvXBIT1fYjYM8nOPqA16YMsRuT5sMpGJ28q3bLBR7PgmszFSLpzhDz58xM709M/ya+h6S2Th+YikCVpuZ68XDEnAucBonhJ5y0uYMwdK7/XMalXJQ23Bdln36+WynCz6QOveD2ttSk3Iz11Nk03OYHO9kcDBpEQLN+k/Vi02hD3vaQ9T5XlCFsRHUuPMbLSphP/63IuT5nu2aqLXIroVmJzJidfFNa6ftDjUiHA/D+UaSMDXZ895k5R0W9YQipm3FRWqGlOsu6LDemotVNy3yG5MqoU4BFfagAEsw6cy7+pVkPbOx17lv+7RGrpy+tiHl6/EyXVTgu6FogYEjM9c12D2igG9oihKLY2pBqPrfmCyhNRfEaRC5s5jdqFhXs3aQBLDa2TklA2bvTdxeGcGsoeA3C6CT6+5S8zVOAmPfDYLtlrUo0/W0YfAsmmDv8un3xITRHeqz2ynNmfqcA4sJ90TUwWzzm2Y+qgLnTrWojUhTlZxjFLCmVQsISVHdSHhFqOr8ctf4HBaS2Zzl2IhuQ6TuHSbzxhjDpM47YzVg7JmbRS4MbODzjvSUYiUvPsHnZEez6W10AgddYs4ySkYre1n13l11Tupc85FyT0bFc/GeqeGjoXVmBvolk5fipoK0FAMqOF71mMKhnshaAgYGXad5teqgO2fnc1opYYbs8vxTgiWoQOE0s3Rg73qVNvx0NemtIduyrxgZSeM/hIYkHfDTEkAUrIWIjc5QGpXhEQQvpWD/Jcaen9BSW0NQsgNd26Hz/fpQ5d5U0rdRXZdftI+H2udsQknnHc1ilocKe3et9BGYWDOekvwki7O5M5HI/24t+lJuc4vq45T2Ddpw0WMUyR9aQjoOEtDJqXCq8nz7wLhN0KvprkRh51i9r+qKbyTFMLi+8RhUlPF5L0OCX6WrnDRgKBY1cYeE/wY1HoxN85li3cWjQ26+t2EiFBVYKVHKrWqxljjpe7ldhq/Gbs3Z2yrIVilVd2j9HOXoc/QttRSzOXvm2hAcg3tcL1W7F7WcK9M3V1Y/LRG1NpvdDT0MbnQWY+LBb6u89ueT+v3WeGp8zUBXh1lWU++Rhj5ngsp49JFegOvo25onHUUjHjhC3/cTfPb2qOah2XZ0xYhV/mEqlUpR177OcTJBuvKRQPjEcixt0unKUthxVjFxLwuOceSNB+7WcFojBZyMssndw2FfxmcRZ275/DypOi/Abtki1v8yH+/npKe992HN1vJBH7uUh9E+Lvok5YCuqtJsWUrTZoYSVM/olR6AvfbF5ujkzoY9YMkLkbpq86EkV0O3H3Eq4JRTk3V+lXocOX+7/QRdlUqYZ+RT+3Vd6+Dkc5Nvi0uUxg6mmjsLGRLrVbEkZ1UCqFuJWbaUWcKlVLR0qeuxa41ezkbWCuV77hImQ2N9mPJM7J55PJ31mKoJs5HBHA3YI2RoiKZHxJ9c/OR3DN8wUVgfN2qGzQxH+J8l3eYkuoV12oW+KQoLkImFpBlNfb3SyVaGXXDotRxbFqI1TG0OdQHEJlrnyRYd8GhOKlgITvZ2YeXiRmrTh9rZNabFSS/tRT9MxcciWRFEu5BLRHOJGJ5AYt5fXaBVXi839LbmkpnQMeZL2vKRTHpzlzOV6CG2kQM1FdKL8ppStt3jYFMx42wBzTnjuDrbVcmonu80lpOH3noauIHm6yu144kW2UHhEeTIcZ0asrHHSaFRZrhlbM/TPOyzYfG2pG7+Uj5BZ0B2aqeI30h1YRWh8DsSbgPf2/HA6TOA3SfYrYUxugD46bYhgx4NFaNaky3giMuXlXrjEkxLVHpKJap+WZI1LoWI4qGw/tbKKZnZ5KYGbtGzDkJ5joWyRdYgonUK2hSNb7K2S3ZpeUltVufSMcebJ+IbNkQataLknRYBVhCZAvipqlhQ4QT1wiKRoadr/jkYH9Irm26I1L+SL2lPWMz5WJc6ESxukusfZr5uhmuiEwMqpPUHEAO48vdi7oLglggs3D1kTGED7varCuN655r6d8TJql0V+w4njD2jVSsn8o7eLQNgstR43LlsZEB6+Kq5CLzTYc55C8RfHLENAUCc65ZOzMDlhekIkqNCRLMQilIOYPij3FZF6ky2AygP64oGY9VTMfkME+hoiRs1aFdKsOaSYW6arRIDXy6DIEIeIEMm1S8UzUK62cMiRmjIGqCjisjw6X4V2G5PhZ3roiFQnOLFgRFW0uXvW2nMPHgP5wNT9+/u3jx7mL4/PUHGT5dD0c2fphrbpqexw3kybAtDWYDWptM0TRSCF/gw7hxuCeQLUct2dIuyIoqpnXHfG9hD/zWLVg6C6E9K8EKp1tNnyFFglylf/qjbuzbN8PTb1+c/suz978enr948+L04sVzmc2f/qiwnWs+zta3KdQNiRIWZdxpWE8ZA2PoznU00nP+lO6SjOiTQb7hD1V1ilCl9cg3N1nrcKfgjLH0tPOXsZ8ZVk0qxNbYPiHEeECmJE0jWo1udexHMSMbwG3VfCx/ZmIm//uFKx7kIMEEe6Oj4zNd6NMKUEeeKxaNqGObSozQ0gnOuA20e/S0x9ie90XaHfT3nmSDwdPd3acHxxHS7pPVPQb2Hx8+2T1ySLv++18ItTvogtqFpUpQNd31zKG7woNl08fD0C9a0F3Ev1VVFwx0dm7eH4L3b7TxwAH1zPoZ1PXvGNSVoJAfE8A0IdAk0ZDx1uoqmTlRPhJ75b/uEboFAg70vnkD9yTdHiL4Rho0eQ9okIfHYbg6hTLYsTNUq1QOIXBkNrxAJZxSuuBQojSCHyN2Kx4UEDelmaFjgQnkGUdVw5Yv25mfxFY20S6DDNniLLuy4VIs7UJhkfao0iuf3XHkyfRySDeo2D843tPedE+2D4jZrDTZnSrEQJ9qRmxlcFVuC1X/YFHsbMLqJZgWT9kl3wcCJRgecTy4yMbnApgC/cuCg2bSO9nAQaSDk0HvWZVtjfRwM6E14g+XnHojn2007ZsSWKjkmor+GdWq7kqqWPHFaYEpYKY/cwqmSRPO2D1ScX5T4kuUlvKpbBB9gO06vXsh0JvoVFQHn+xA92R7f/2pm2olNo/YjIL9wDYFie3oelvJlIx5n7LAI7ie2DntXPeAFUFbTAJufOntJYW+8MEyEmpwp68xIxMV9nH5qRzj3sktpiyWRbqDn/M8sW7GuEqc+eEyF2RX5L7xoNwPhx7xxSUPz+oq1cQiX1EgiKOYambatsDyp+8lz3YvebYprVbQfAmd2eGocGqQsX38pPhySwY8CPasmGj5GSOYtY7QSWpBLuFUcwm6c35PPibE5ORSBsmluI4ukuDx7PxAgAcowZBqqBPFcPak9PAUFKKDBExPbeS9zqpykUhhEvhdKvweEwimgj6njtxXavkappVIsNGUQv7Sxk1hs8RABtsYdceYhDIdAiuJt8yA2KlcR+7f+HQFoSF4RcrahO3cFEXX58KLszJdydsSEmTsuyZqWEq1EGy5FPGsIJ1nVbVAk2ieHTgzXPJP3iD//YHaS3bzIsuD0H5D4tZyu1lRjCVuxS5Kgva+TBTPdI/fIXApp4EQDl2sm/FoEOuAVT45NiLxG/IdOnTTwuXXC5RFu469JdB4tHamWB5GpDV9LX4wOXi3qx4DGp+InZzmkwIzaTX9QMsoaaeZSmS/N/5ElCFlrhKeuDQUFUcXthM1bqrNpi844GsufXeiTruk0VDz4w49LUj1JfT5RX7tiS/EQq6cE4mgHEF7I/w5cauS1J6gU68cYyIgFrkWqGYbOdSdZow8g2K1rm4mQTfeWULChC5yLGqJ17YBTFbUNZLXzkErckomMmUUa9fiPKbQLy0G8TaFtfCNYC3Q9HY/+dXJr5VHcaMx+XmtTwTJk+Ev/7JXJqFgKrvRBSqiBfMbjhSkLlToPlxB2fpNa4+2L4yibhPDOaEq4pMm1VhJyTiteEaQaaUP/ZFHqV1GzHHOmfjwTb5PQ/Ej0ioXqFogwjsMgX5o8aYlp5XWmV7PwApDBYdq6UrLolFkOt3zrsEaLKpCwekm9niV+HApcjCk3lzeac5tVUQ+p+MngE3WjR/cPIG0DbkDle/nlkEkN2rQoZNhhoKAdXcxOPoZuaRY1umTWK3y+dwr74sVyX07/0QtOoucvTnGLQsDis0V5dI1EU0E30ocMSFsozOTDxqIqulWdw0IWIeC+xhb0W2srRv7+PT8nK7er85pfTETabzeVNYuhb4bD2fVZ9Ljg8BgVqZlCM+wiVMAzEi7KGejCs1GHydtVNia3odwDR2TUl7ImmEqydbfoRNuxJc6lFWmMVNaVX+8wiggufwlof70wqR3PDNJ6d339A4rjGqKpCMqBKxhXo6oF5bKJqcIijiKcOBa5Bpcc19Q/AE54Vt0MRB4mGbMbuA/aXf6Cmciu0wiVKNoLNjkAS439QorIWlS2k4d22CZ1hyPuvS6YGrGfKLojIp59ZC5BiKk1DHCH5c4ULIootKPuKYfbNn1n8uXaFXiYlBrqXCrxVyCs+MP8V0QgF8qhJAU/LyxQIQFabMJyjvePkzSns3vEtP5bT43uW2L/NKaS96f2K2vWVRVSUC4zDUuF7rJ0MuizR/Vm0IuMfTXUi1ZnIjH8W4ObH9e5HAHuSrCKGMWgYltdHyCZ45XiRIJz046pGiqUQJqgZSeV5K0NqTojdhSQl7MGIXLdVsSzbyczQpNlaWOMX6Wiqmt/TvJ44o8qMnOz99sYFdx61m32dHFIsud1CrJonMPUoGGKTVuKFsTllEtUvzsuMN0SCT3TxmWmHhcjTnfdfb89ffu3AJlT4hGGLJeujBNCLMAt0yLKXzZ5pqqcsILaAhAgbHiy1no4OqacWTVSeKJDCgoXm1BEWZaGYEnq+FswORepvVXy4OveJakCy9AU77Ma8cithKTIUqP5ZIqeSu0yMQN9uwfNlscG6Q3dxW8/xnDC1IUqUPM2F0WI560y5MOv6Aae0JciVZqHRREaOwRRw6/wttMux2iuV7e6RXLFe/SyecJxtWm1ZgjPZyCRB3A4QKKT3P9Bba2pc7YmaHWi0oGpREATvRtIuaY2Vh7B91ySaYhRugNdioRo8E9KI2HuzIdZpjbQSh0ozu/TeRYFI23dkpJm4RTtNql3RlwXs7HRtzPRqDurOktVoymaAVhAgNGROQhgzG7FA+ka2DTssWd8koPPCtyzIt+1lXx+F9hDd9zUAihZqsmyrRQzrUqLBC103YLtcya9UFTHBoxdrzQivvn65GiFmq7mzp1fK16Iu7H12GBBcR5fb3kEAS9jWl9ucCsTfP6Y8rGPL6nzWVsca0CcDnQpEdY4x1rK5kbYZl8x5UwGH4GT4S8Qx2eM4+c4AtORQUoxhbVIzdpaTSd9ljqhkptzQrpZvPVmPrI7OkwPdOVCionNbovm+o6qwvXiqplxamIHS4k5C6MUMmOwvi9rawXz6ZH0rVHyd89+VpyQsazVMnnVGL7RCnOITeBEurFE04YW1Jlp1I+KBBpf8Z3t7SO5V7fP8vrHK7t/GbVp79XkqUkiYy6J+gZyoaP2wcSVkby+KnhZxRwHQV6nrxDTINgx5CIUtQ+A6uBUDJRHrd+lczB1t+t+E9M6X70K7381oxj22pQiSqi0PSiPMEb6o37iWpH+8Cginq+6Fndh2HnN8IyaE+Bqlrd93/RMxnkcnjcT+fqvhpo4ruBJ5Ei6Eib7E1zVgs/RNWiWCg7Mnm/zkzgx9fKglA0G7d93qTIppAuYoGYZeHKHXclsQnzF1Rm82mjzN5I8ivj8sF9jvgrHhcdwneCLAKbcfbhfY8KkagNz5TrH6m9CZY1LGgqTpsQZSCogA/vzqo5qqO+43ypZtfN0em+HMc3/kRMM+XOkPPSO/AsZCp3umpHOCgrdOHbTzldGGMf+sGNdnnldfFlz865x0iAc+V6jc6FnuKKe4L2n1XYmWDeE5L0hLJJFCas73czVC96P66nRR8wFznRDKjtJtZqqy8h+MZ3Mz4OynQh+W1a+woPocxXdZawwq/u0d4565uE/uQMjZ6z2HscpH9Jb/VatYrWweQbp1OdGF0hKr/iDnhVmB3fOQzLXJKAcEI9edujXsRR/x5SSD7ZojwbMIwCRkOpzzI202MvqOuSlxMKzdH2wep8GApIUEq6JMSbzAk2g1ueJnf3t3zg93D786qwBk5jc6XTMBeitd63BfbScMpMRYe4aDvj3QUK1HTQp+dYL9NV3E3TW+XWmBmi4EbqjBqP8k1r8IVIyW2EV5Ji0YUiAzNsXSI/yDpOKPVCXQ1o/agACyL0zv/mJkNUa14T8UAtiznwpEGjdLAmSleTqyXSg1o5Cux6DA6gXKZstN6bPJ/Zj0Vd4UXx0ABUtbaW9bW1flbzMS+ZAysWcYmV/vDsHeVsxGYvJ/noo2pNxvxsjDYgCW2aXUy96PHrE4Iv5wlv9DEuc5YvSbLcTRFkZLGOwLBu2vQX+WCtFQcE7KFuCB7Dl9VTZtx6xk2qoxd3SVm2Reepdm1OBYKd2gZF9uVYqGOmZM0Ed9AJIkxoxb8lVdjNZt8TAdvTa0lr0MCtOoSQvW4ZlAGYACfGsYe12XKYAZoe9Ff+ulS5IIttz0O6SIN0RuN9RB58FW7UCBrj+NR3C35AXy9hA/hmm+sv12VdfaRQlXdrUntHcR6YjBDSCezprR/85ZKYoCiqAmhIPsdG0mlg/qK4cDcUZ6Sr2sZOS6TKlgK3lV1WuALEnzK39x4Oqx/O5Lq8NI5CpxghpFVL065tZs7y+ho7ffguWnw4nA8roTWGbeB2asQq3EsdXs64XXIbrLxRHweNNye0QdihHbTgqoXBrNJovGkXgKVMyioIazAZPO3aMFZXQ/NVBIPVS4I4Aik3LSLVEq5K/8tWpShY/0ZzIvPFsGqnlXUxsShIH7IkcT/SQu/UfmwxOVeB2A0E9tLAEvjGhS0g9R/LuT3NruhO5ImMtDEmYjfsjhcqJvxZlBL1c7w7aGCREfVQpHbhbG98OF2ttj75T/C+2NgUadrjvKue0XgT2Vg9zalFFuhvzqxS8zSYxKk0wiZ7jGrur8LrCH+PQw3jgqC76U5pcz01CsimY/yO8TJsohrohumQl1dSg015iqxcdsNpD3B6ac2kc5C4kbyq+8YSCTtERYpzuuxENT6TmSMZtl6NYM9tV0kA9i2Lc1I0Sox/j/c/cH/HnpVgl1vmgXTZlZa+zIBqzsYoRCLanTGVTAbzjBFyWQCyM0ZafsJslzOfEaz6fDiaDgRausjMyd0WJzfl40/Iucd+QNtXu/HmqNmMnBJQpqVzLJYy4RQuXLtAFCsMfcXSfapEB0/6gwH832xw+PRw9+neXlgleri/skp07+Bw/2h331WJhnP4wkrR3S+qFI2q2sJi0cH/WcWij+GvP1es/d1XrFHFKN4luRV9xtrvS1Q6WUCKjysnC6V6VCW6atx00eghEPIJA0lKG6+aizFZKZFOAE0cqZLj8hU6W85I4u23lb2oFlNnrlgnkc5+IAKxtpSTJrC6VF9kha9xNoW3MthuJ6BGLHBW3kbY8q5IVebebmr0Vn54I01JU2Wlj58cclHpYPtxJ+YF9zZxirVYytI9ATtPlTU1be3u0MDXS4AnMeG6xPh0QVhjFeFTWUilwCfgxC3OsAtbYkV5CmMokbYXHQtZ97Ncsp6UEuwa2p1zkrOyQLk4qfO72Qg01BlBvIgNUjgo/1bzWGcqVDP/FBUuR9GEKEE/Ui41YOSffOC9+i1gmmABrTakAd8ES+KmEjgSLiNj5YNTMbW+rGykHyDBvVm83eBTLUzN5KcqdtsJriMR2Fi+JIEMpr7kJ1qAlJaKtWYTbSBq73YtSrRBtSuKhWSI0JenLUB5HVBq3haUV3qr3ksCF4rm7PKUEvNu60xwJ+k+3lNb2t3v7x2htrR3/HT3KMLUeLxaW3o8ODo+eOy0Jff5n1RRWs3Y/3IgG7v/5fSmAZ7f3yJnJkGP24FE1QdlZPTxrk+mHsn43UjGD+CEz+khEEv0UCDZOwZKC/UjeBGlrR1P2dHHopgzQioB+5g4FnoqskuQoBRVIYTpwH8Jh4LJLfhGMRYvGQx4h7DUlCuM4piHJ2S7mXiG+BPLOW4z3szt7Ac8DQKFYNw9bNGQk+enWdRAC2B/Ifg+qGlgdXFdNXmiyd9D9VBb6U9Q5mM5pTy/RTG52/7Hf0jJ9j3CymCueKhc8WZfMVrgv0J8Fm8wS1GkMkzi/Owk0pAFJkxRjxBY0I/kAFLAVhZAiTNJ8OrD7d21s3ojpicrrVxRCx/51Tl6W+BQRpTLP7lTZ1PwZd8hM/H1A1UnVnz9A/Em/vpXxfSb7Wn11Q78L4l04urffazROZb7hmGYyIxiBs3t3y0bzV2YVEBgpGrgQMuPNE5yWgfJabmJwf/hqfWB2WIaksyPkgUYYdL2TuHQn02bVqXAoVE65xK/JWcYhL+CCe5vsG9NNflUxGDZkWMQN+LkssEuSwUdGO8tZSvph9uo8g5JuylGS4LIxeTt9ExF3VB0IvF6GICi9q46ZxNXtdhChTM8XRcuyMnFQz2YivqaLEdYVzsVKDWvQTivJGoSpxhI9ovWprlSmy1h3V7mRYqkutFx5v1TKnZAQ2KMXama1Jx2N50TVg1yi6hGbGdm175OKWyKoPUbLXMq0KlAZ0bco1zw0ijRRuqUXDcqSTks2TUPBj9pnkQ4sb8wZAShL5mbfeA5NZH1GxUrXbzxWMAzw00kiCDCphRMfTqoGVhx6OO8LcdFPLgmEXGnEyIpyvwzPQDJHtF2UU6VZvzTyaR9bPvbgydyG+Wfj8N/epDc4F6SlEXJ10emWtTb85u5uO/pI+En2DIE6/9jY64DAq/tu2cOO5/Zc88chHNjPvLcXzXW+kV/KVkdnxCcKJzWaKHYIxNthgeMd7qcenXbuST1C3sdk9ozkxp0PjNwz+x2PaNP8CF4lyvzJKRSKkByQvMFNj1sbgwMqo7A53auPI3FvP543PF9Nj/loa5Twof0ma5TGmwfu2f4lJjzMOqVPnMkTmlqP/9ZrnUH0lrjxts34zUhjBaM+oTznygd53C7wxgC/eW+AIN7/cGTbPfx04ND0PUjY+hwpTF0tPtk11hC8u2/tCUkpkJkAnVqwNbWgW1gPv73Y9/sH6Gq+rehnLJNsycHMZo2/Vn+KW3OwH+fvj3P3uWfyutcV28NmtYoSVtmcPSEbZlwMAcgOB4DL3R/RnVq4lIg0GFJVgaVKIh7g8LFqu+RMybjmJTihuRkA41H9XJ62aDRU062snFdzft4DUg15NuNznAshvOfTzoS9/Yf73pjo905Bd1Z9osUkwtwUYkxqDmExlhbX0iaEAMnU7x6B/+IFTvnZ4qhyLDBNOsWo5vC9Gam7KCRBVu/p+US9xGqfHy0MMbLw9Pz851fnT/iQBsK47GZhYq2tHabthT+0w2YvbSB8Ddkwezt+Rl6qklNMlE+gHkBz7VMvzF41D2Nq9pP0pBrdkLd2JLu5C+Kq04K+jSdnl0wp7vJm6HUCOJFIt0xvd7I4PibMYT2NrY6fkJLKFCpD0KV+sCp1J3TDvgPzf23/52yzr+hli2Y0vpbBi71TYKvXCMegbSV1FGQXe0AHepf3JHMJdEQUZI+jwXZPTJIpFt3vZzNKIxKNpimhOIugrTpvzv5nns1ENDjeFk7cGjByGh/3oRXyBh6ILfOmzGu405yd1lPJXmkaRGuMF7QaDD4Br/MlvNtJM3zQsK2KnK2p2PmYAo6xILyqmKKdFBaKHbUKc8vq1p6oBbLvU0jDr3wVhCAEzehucre3r0+P3kLXP4aC9hDJBNiR6PJEPSAIYjSIUsbus6xvXWgdtIKe+tAjacV9taBmj/un4O/rr11sMJO8pN60m1uuXEerza3DsQeShpLByvtoAP3jfWW0MFf2BI6+MtYQnv3DQsd9vf2M1C7D46f7j25ryV0FFhCez+hJZRQnf++jaAnB0FuzF9BZwbL5g/4ddjqZnnpFtUMMRUXZ0c5GbiU4vO8rMWioT+XsMf7g120guiZPaS0u2YoHZftvsGmy1+H4vFyv/Ln4V1SJiW30WwL/IIF4NSpeTiah79o34f+NJ97cwxnS9fyLcZD9CiIcqb6l32Y0onmvtnG8Q03ysNKvmU+ERLLR1fTCYeYnvZe1WD4AIvhyqj4aTixa30Y/tt2qUg8ejviR3GHaMoncMKvKfHAbRwJn8mkX/o/78nTYhx2XY69gW6E+TK+JPYaP4+lrkLcUroaRuOc/4EXte8ei7W54GGa6J6OmW5tbl9YTOlY9u1B9U254o6Y5SB60yeKJEzntMM7NrrSZ+0Bolfhmg+Q0nP6U7M10TfMUSJXvK2qkRxl+BZ9z/xq3tfz3W8f5E70b7ey9Jnv7YfnG+9H4vgPYI/Q0qfeCsGU8akd95OOEVPE3uOE5yn6bkgc+wfuDSSOFecX0sm+fsm8IIF+pJOOd5Fk/kDbDFbPDY2DPGh0cHV4Nbosir2r0cH4aj/fz/OD/aO82H+8l48P6B1MOmiG5eyqcjwO/ReTEr42LMdCNft7u4eHzvdj+SO+dYBvwal8LO6UIse/KfLnFz9cfvvJi14gzvcoyZrFmPAEevDOv4ksMSOKKCqfHh3vDXiRxHFRELxj4YZ1Lkt2joHc53mR1MDGMFikMLy80yTQx3z0Q5HqyIpQqoNQvxpNt69ySv25utsGmkUeHKZhyI64+ef4HfgDbALvzcHAp2VIQgthNt6C7sLUNi4+gVY+11tuu0Ls+6S+fnZm0mG85hO9bVh9X4c5dqOE+svAtIqRKfIieRNoUxDvcejJSzdp/yD56k4+IrQ7ujDNjk5IHADDRX7dhDrLHJQdtIJw445RTu4fPhkc7fK/zC4OHrsLp8HMvL6LtmtPhVmfYGGCxxJ+Q5kFbAKV2enSjvbTS7ud96X4b2c5p1SuHdAQ93Z2D3DVeJBgWlWD7TnLc7gTZNgRlQ2YKjk9Ff+yd7h7NHgseyCS2asQHYtV2rI+1Mey5Na+pBylyNE5p+9/KsgGKpqZnJpX0vl2N9vZb6ol9/LFPBfthBi06ZA+iz5d0PRt0VIN3h/U8H3fMNmjOZhKLiWp86IfHg2OREVu/T5EwL3o+Nu7EY/M/IzF7rn5QZ3gGXGUO+Xt7a+iFfcJi1oWhpb83dpP362df0a1G6zjUV4vvt4/HBwdHspVANIobnOr58IftaOM/yPMV9hIj9VJl80lDZUks31P/tDnzScWCHNS68SMiNbQDWxWOOCe4VvATRGLpg9q8iTInY8eIBX1D0DdjwdPHh+2LjFMfcIYI9HFhR/e+B8SlIt38jljp8CGA6eX7F6t8qIo96yk5pd1ft0H4uujP56TmICFu74w4VXv4GIrrrosYMVd39/0ruPu42YdDg522xwPLTQ5uWCv4O8n7u+JrcLKjlO5d7cY3vEZ0QTPRKEOuZCVSc1Kb9BfgRfu3n9/9p88ae0PbAkwonG0O/AlhkdIb87xE+y2hb2TyP/KaeecdOFQczGTTABuHXYLYeRjgUW/mEle27ZpwtTatsG9tw3XsmLT9r5k045bmwZjukqacNe+X9E26vjA3b5FgLCi6R0OCnOWXU2Kz+xFBvvWNTC/rXlDz749S9PZ3n02bLADe0br+EuIXLdju0d77WtoG9WFO3ahf06GJNGaYz86OWpNP0IMN2IzNAw7yD3kOE2GV5HksYtvbRkYYQ/KRc8wyzYSmtu4eTGNVYg3xWRO4aAllRtOlzO0xk08Zjn9S50HC5vO83j8BccBPydEiMmADkWI0XFTR3IAj/CtFxFyW1yyFHHFH16r5mylFPlyKHgOx3ODvncXExbsMkGcIiakSGZbcfEEHqKibf35bPd4Z/dIH6MD2G4+tfb/4DA+gN323h+S9nng5TrMaTbq0DwPvG1yIo+tUrOtrrcH/HyFtnd8uPd4rbbX8f0uPQ9tHbA4sW42NE430+/gY4fH+3Grzd0NdLzB7uMnoA/9OUoe7n2HlmfOinHvaHtFGSaZonWBfQbvwN/3VT/UaoF8Tu8dJPVG0L5/GZVhguX9y9UFB3CIchrWFeRef/xLtsdphvoz/vAkUhNFX0CPjqNJcUX2uRLNMXs0WSUBv69iqm8H2hMyuML6fkwz7Jfa6vEn0455BvoDaadcPpC+Y6Yr5Gv77KYXbXCw7qIdr79oKybxV71tcbRl89u2+/Nt+/m20W3Dg3HeN2ySMVv4uEx83fBhpfSz4OFN79vRuuu2mRejcxJ/pfvW8l5sfteOn/w5d+3o/lctuhr7a6/GQYvID/82SHOflC9Mlrip6n7sMm8LAziTs7rKTuj5eyhbq2XA4dGTDZSt9rd/KlLcyJF2PDh4vPuzjvUz1/c61qbXCv1p97xRg9XmC9yo9VpV+Nm/ph51sPtlF2rwZH/TC0VRizX87HgjdoZlpHv5KNr8TY6Fljh4fJzcz4jZfTF3wYGdR2bIQUfJl/nDzyzl75elUOZN/CFK5WkfuT3uVNWDieleGM+iFj1Yh2PKvb+L56eps8FA2aRYPGjIv4iAZAn8lRBo0FQVmlpDqS6NXGHb2UkQZMmbm8sKwWkniDVEFRQSc8AS8bvFjcP7q2aYYIoRGJuZPC4/caXq1z2C9AAamxZVj9Fwvu4hl+znk/J69jQbEazgL3vffFUSCWRNPfraXVpK5aq36XW6udSqbGdwfHSw9/jweNBjMMqve0fAB6W769e9/aNdxKmD0S7JQ/Z1D/5NqfKY9AobXhSzr3vRH2AGOzwF+A9YAK7j5uCb0/dvz968uHiRPX9/+t3bF+8uTi5ev3+3lZ29/+HFh5ffvclOzl5vZeev8SmCUXr5/kP27v27/un75y8+nEu+8+sr3MX/+Pf/RQnWGH3EDl2UcoU5jRLlx/RcfgwdvnOEdMMqdkXrrabwl5ti1qBv+as8u6mLq697O/+MAYthOf76aK+HScNf92bVVYWL630jtABz/Gon/4byhZ1H+aqkDNZFXmJV5fWylNZviZEPBse7g+PW6NKNqBMKiCsPHOCT6ZyIgRackfGAPw2LM1KzOHxyMNhvzeLU5RG76AUVsXLLLDO5Br8YlE53fWSw6UfipbuuRJt+aveo+1MyOMb1sPaWkHI2HvdJetwiBOBKzVcqM/DsNicFbBPhSMzwr2y6HN3Ap0Y3M8rBbBbLqyuCWwa9Z/bPjmkQNhSlpLtvpnJX4s8Kh8QvZ5Js4nkWwxI7JEDP80xcQNBiCTGbggKO923L/f/u/OL92+zl6xdvnp/T5T59/+4C+MBWdnHy6/fv3r/9TXbx4sPb8+zk3fPsu3N/5x3XbjFtuR2ua2X2cFrkXIfgJ0m/bBkUXXlZo3F00x5txYBq+CQ36qHYEYWDEb9ypnUUnNFB3TRt5NhRmKz75PT0xfk5LfbD+ze0cN4DWd13FJtPEMjh7sHu44P/JopKfGAcMuGrf5fKPrGxbdmnVIibYDO5d2VxK1Gb2/xuy5X7IbAYV0zwsik3urFVJXh9ixpLK3hcLgJBGrwjtYymhE9xz0XeVCTvlwhY9DlHshLMWU9t2AAHO6NzZ9ESQWu1zNBFnaIVMwKKeW2C0kBwkVDcoox1x8rvNxwiJKBg954yXbNKOcwPL968PnkGAur8u7Oz9x8ulEI5jGgLuCTONefSk99VEl1cdSl3KNDY7LTO2tx6G5IkNuEDmxos1WcYjgsPiPSLZe2lI0wMQ55IeLjj42JSImLNNTI2udSIuVBOC8lPqnmo1FUOLqkL8wV9aAinwJfI2Lu7HQkr4WLnJHP61KQRlRxT9mRZtvyRcpE3ffiH35y//uE3rzzDfOhZhTRL4+ZMj5KvnwrU/yYzomT/7NQ1B1j9zgfCPqfrtfrB566C9pyA01c//RIrmDgMuvrB1xhaNdsSnWie1dXlEgHY8Lk+7Ff5o5CHdMLmmqT0tj3H0hk/thn1V+fUZbHPDY7Tb7+Ygm61evbvlnh9Vz9zdgMcYPUj5x9h1asf+e7Dm9UPnGA/4NWPfI/a9+pHXiiEH6Wjr372tJpUNW/gmh1gsEGSAiN7IJwhxkd+RrHvbAcot2yhc/kc10ehmiO6dSCYsWaNuPYiR1DrcSSV+wTOTvJhSzvMgjQa1VXT9ONKSxS8ZKoiglgafjgnZZzR4UFygWzQdcfN3d3KQ4529v78Irv4zdkLVkJEL3n9okMTAdZeosupWCznbeXdKu1lYdQISQzFxibmaRAQTYGAsE71EGVKKkp8S+fKoXYXLNdAUmElZMRLqbRH1YAK+Ts/HJYPC9Jb01RsIhkT14Lut/B0BDJJukAW4/BLIRlo/hP1V3M6SGtIISQ8j2ffvX7zPANpS0biyRuwCy+6TmFcXCHnnyvVjlpUm0A9NbVLeC5sKQbnCazCodnhgXR3yqWfWWuZV7dFDZoPC1Ehrrffvbl4/eb1u1ffwUI+vDh5/ptQZjZSRTy5S3geDIVIxjCCUcB8G+n6EBRhEGgrAc7hhlMq8RUrAXSYgfZhqvFaGgfmBzv1gjfHaFquGN14MWwKFgphnv0kv0QNTAyDOG9IdbG+SyCsajFrCU7N08IF6c3nFyfPYCMvWvuHDbwZsvMqn+IRwn+Lu8nOi7KeDZzultOIxnLEpfbNvLxrb9bt7TZM7aa4rpq7hqr+U5bU+xlYYK+qc36EN/H9snYonUQifEsOd3e3dnd3M3ERlrnQzZYk7Jr9agR/lgyw07fniPyHgv0W4Rywj4EU22/hXz7OqPcR6nILaV+0ZetGt0ybUaoG1xJXRIcYYRIX6JrbVDhWmZlfV64pQuhCwSJRIoF/PYnGA8Z815SNgkIzA5KaxA6Ij3305uG573tMpNWV+wpCwVgCqHninhkwf0wnZCSXsMdGgJR7cVsi+iHBGCtGs5TJc8pgzTnU8DoKoHQVrm02wY3V3lYzaXzrbeMQds73LkcXXhJlWPkXjvCbCjtUn794bysIQgcnHT21wZNC/F/ln/Jzco8yRl5j5/mBZCPdbSpXzF6RhRdOUoERcAav1a9McwU+OaM+DmAdE63aTsFXxYJ1Q5mrRkNa+BH7Dt5qBXxEApvUNiBTRG2GJZ+4TXGSU86AN0kAutFU344EkKU2MYDMmXRNiBBEpMXtiwvTHwW/SwBdwJW4x5/wd9C6ChQWVGBbMcg6PUCviCzAIlYSNVvcR+Fkmv8I6z3ff5Q6ob/0AfHYwIQ+MS6i9GBcfJ9PyjHNi1I4t+fL5kaL+3OHhNdrUZ52CUQTKyNt1AJnuqOVvm9fIUjDNyT9hk2OaEs/FkPavCFLlq926AltwOOAXBinxGET8auuZY+VsiqiGCYf/+CaK860pxleJ2Bad/inm/yTa2JHEBJEVNjyjAfazs7Y5MeKa36VaYIynGWeJelE0vqTC6yp6X25iHeemUOCJwD1MDiGMGeijQ/57GP2Fiu4gT8wQoX4Vx6ZltxUB3I1QewF2IzxkiCIUJjPfr8sloJ9+jtmX/6cs+9eS8+EJPsKehI1t6WQFW4/tQWY4l7BuB3cRhnugirOFWYGO77lAnyxnCHoyFgRNrYYxza/oo58owW3Vmr4dOQZvfDPqFX0i6BPaputJSUBQUAy9TtQsIRY6eAgp1WDnT5HXUzMwc0wTqSFLq39PrXI0l0gs4Ou2qLNVx9vLEPlnsNezwp0L+IGCAQaw0kaF6CtamAjzM0NL/A7OPOO+61fGddweo1v+icDmoa3ysGfO19yNJC0+IHjHiNWK5wvvV2X2FlmwugtynoV0lXcMgEnjnrR73+x8Lta1uTkDJtYpO5vWglY+54X7pyRzkrJF7JZ+KSGfzWqpF66j8Udlt5SO+Si/sScwyikpqwlzwSJIfjqhbrTCWq6vCINR4bCIC4yQeRI4nOWDSSBmxXja2nul+gIoihcoiCM9SQD9NW1N/8HBTRSGnvGDecjuFXQled1WdUketA5QYq7FCVsSKavDUqLTsx3d4+bheeOaomuZqbjSvb6uewWw8GAvFhK42WHz2Sepr7C2HGAmzbXCJhUzRwwMjNN/lqzvHQNrMjXD4ZkU83AyigeYP0NKsDSiDG7gNsPbAl044omDNo+a2BImLk0QKnhNDwokTi5h2jMDjFAOizH7PchRQcPujGdPUuSs43AT4lxVhp05nzGoQT1PFJwmzq0yvUTlTxQ0wXqDjtaOkVLvdAptnkcsM3TDVTADfiEoPMlegev4D8nipCn/cBhoGm+GDH8GGoO4Q2RxxIEL/Ixn9nli3+NuxBm0llWqaVJUeFWqwsbkmv0EiPlCSfmzymaM54naoo4dDskghGnbVf3T2hBiB+BNTxPdga7O7tPdkr0NTH36xPzx/+orvqX5TV322765cxgBxz293d60pXy697wcgKKkrPcK4T1rHvfNAg9OGbPOjmKMbbGegl32gXFjvvrxv0pw+bXfdP9OlIIDGjJOp3A4FZIbxeKpUxcEKgYuyrxLv1jlaz3XW1YRwk6bfp+xqIee8m+Q9xd2ki1ZAqpY0pl7LxKsOIt7WUSKBcjaTSTUCzIMWTDj+QtKwmB8Y44lGqAMkg4rfcdfJpWsAU8kvuTImuQBgh4VWmdJuOH+FtdZB4dg7Vp0OxpqHpxlxLq+OVbWA5eEXI7MIfv2654vLbS4jwywGFw7ZiFpbpuobOmqdCJju3l8WbyhZOfG1liASQ+14DnJbb5ywnnnFRpEtEYte1TZIcHUCEdrOs5DSZHeOXjS9K41yZ0iH7lxBNFyFUmURt5+z52r+Cu4WBHOfRLlE6LiVhUTCrt5/kTWpGc3uAOnSt1A3KSWaAvWk8JPjq/E0ej7zDsnUmO3TmUU7wBSelydB9nx7k0C7J3CH2CClEqBiSSP8UWEllt27HfnvhnoZa2eFEU09AY3mpiu+a2SJN1CUetjyEhDDFv7+sH5RUijfWL6Xxx90DfZI21JG8i9WLX3eNuUg6GdkENtAizkvY10HVCA1MZlNKXuZvcsVpOTH0ozMSILqXvOvmeXRd26vcMJrXfSNZ2fEffyNtivT28C/2Brjen2fbK2RUCRN/1uLMl8kHZVtGGQBYNxeIjzah5+EiHGDOW77yaLyc5Bu5B2ICm/G11iy7ULXYmwP+9Ka9vYLLWmWBMZiungJmOinr2JZJC2pvhAc7YtyL3EphVc1NIjALYR4l5lfmEghDUJ516dZH58UFjjmyzpiwRVeZEdTDNlDEbULle1eU9zeugWbRIKzbKmLsqWrfrv4rPwFfKHxEYdMJ+im4XRYfbAw0C4qukVIYmmrYAInTdN8izDSa/wCUExr1MqvfSB4AYcUDagK13vVhTIr0QY/M6PGQLprbKT9JMMDEUKA7YLmpDZPQx6zB3DIc9DW5oejQB7mtU/psG7EpkHu4VLNxy4lKJOOdO4kdJ7g6LvwH65A2Cm455cpnJElb8Zk0OpDkNCeBnOBJ8yT/90SWF8SrTtMf9K0VJUcHTcuCUsznajBqXIQXOd8WmqyIhgNObmrpjhr1v7Te1FzZw6CptvRzeR768+EwtUQ3nFxYFRzID8y5mT66lqchK+LlRYwY7tcyLUXl1R2aDcANq6sXrxKPDlIZaeh9KG5Ku8GqK727MR23vVe6i3XUpCMabmqayWkdGOnVsF+Bh4WdOifGQOd2SdQ6GMugVJ2evpcsgCM7ikxFMVqeVZF+OZ5fi8repht5FTZn9s1Es1dMw4q6VUV1NXKAQl+JgAQTiqqrNbZJJfYG48MEC60a8KGd3b09fxFyYBb90N5c29LLLH8QZqp3nMVkEGMp25tVqtYdR1vlm0pKJQBzuEyi41dL3sOUsUAljItORTWgdIvd0c5hh3lgHdeQpEhHm6gf9wpkoEX+Za1GGo6sh5ek7vWCWfgjVoDCQ0W5M5R1ImHCKYaUp4z+jdRpYRhKzvCwiBNfcJ5zQrRX4bBK3koptLK6I6WAv4as7kcs56ldUlUBt7RjA2jrKRRqjv1w8g0kWZVuauvZFK9qsIiGA6CTQkOyYGSk7QSmRTGzJciboxkdx12HyLJJ3lIbrgflDqSNjzyaQlZDPCYQAVzM8fNRTwHJJN2BozRZi+dPstGviyY6sQLM20NCeLHe60svw4vyC+Mi5BjPHhUqy4NVvMdUS32Cf+qiaLKczVjXa5i/obJH70/k9E/OZk7s9MkmRFke2MaSTp2yhoVdRjMjsoTSlQJOFpG/Z6DblIhgl/Dkux85A1M9OOE95UaIt6GwQTpwi5yEIe6+m24NhPp9wK6B2gaVSxBk0mFDO2rI7ZIbMbD9V5TjU/kJNKE51zR56t8oW3JBxWT1SF4Zi05PIxDsKk7lp9wTZd42OzK0598E2dKeBJTAPyYxcHx0xrWRkUYi2rMd98mrA/l4t4Ca3iIKEnFG8yYBDgM++9k7QkFFi8+WMqZGZ3XxSgM/gxNFw6GXMJzl+aGxxUt2QB4F8LQKNNZgcYeezhSS8UO16G6sQtGayVOKYWjDsGg9v8sBsnxqRkMYuczqs0ydEFWWB3GWLsGnMTb8xgpNh3UiGHkx6lkdVBzv9xtlDn+GZYoZCEehxgv5QuFlTVHqJYPHstrzGIAn08MNMU3zcb5JHLZuP8djFaPtRcgcGrR1Y7eQMukuvUrZiA4joL1CtrMJPFhnZEp4ayhmljTs2bXICUroVei4+d4g62/l5Ud/phWTlKicTkLRges3zUJLI6FJSnzxZAu1s2rTpwdlIYoBwP8G0fkshN+e00ph+4hJ00X/4XVXn5Hby/jMzUx+OEgh/VFBFeHUdcyT5wEMBcyDuzAYS8+Rr8oUkNOdH6TnGLgEb8ljcLKeXM7Aom8yxb4pU6d/VPdpuZm5YsNZm3pYfsf6gWez2UoYARdu8eYSZR03kmYzlfLii70WL9Wl7tvNDy9+qpib308ipZwn8jqcdRL2idl2XoFqgdzZABg3Cqlsi1nG3HCPgewuyu6LUQkqkrOpNbqqmO3Dt1i0JD/Rkkc2JjU/EK3jHv6m7yblbOyyE7CEoBtgudDLZ4pcobMJeb8NxgG7EbX5bkGfrhnQn49QymHc6Ni6P1JJSe31hlEkRMS8LzA+qqDlUfnXFy6AW8PVUOsCTHyfOr+ro6fE005NH1WIqRlPD1izSFgcAqfRB2Te2t8h+vyxqF7Ool3TRNfkSfgOO81CLokzHUf3x0aazcx1zUe+gAC1QU39awPnfOX+eD3XTeaq+xeln1nKx/biUv6JEc461RjkcyCU4xaaMIpz2FFGJeHvnq0x7praUDvUFz5wzjvmMez8QWVJJH6srpKIaFqV+OMGXlPfWxP9lXnNJf8hsczGUbiDkXIoip8irdBKi01awYVwNl7LeHxjwBcP5k6pvlL8z18SRLR/ACUIQyehQahaoJvcdozVCeYv1+S2ufb+h1krSEYg3iCMsrbKx9cyF+3WTSK/JAZ12+6hBp+yG/8XbLHCUEhGX5lF5SlCyVyVgi/fzIpu9oogWjPT7ZTn6iFDw5KsJ5K2A21sB2xHbwt5BNH+XSxHpJ+OCUsrzhFxF7wIpgdf5SHx1Ud0DqpwLLsMsuUVVRAsMIqyT4QS6ZFqTwgR3XBy2VTz2cEYRJpFm3OaKyx2R8bAhusCrv5BVsve3XMiS4D8wBkmXgHSy7C52ASVpiuzM4jPJy6A0gyTCJaZoYzBM/LnpVKgkb/AxlXZEnGkxqGchZS4InMk9wawZFwqn+STj4XogxP+rCTd7I+KLjLeW2daOxPPt4ORSycrxNh43zSuvQUmN5xAdbu7khbkK5+WiwGsD/OA9C0CUDj4Bjl5dEekg3iJCnEmUckhTm2EFDFxz6QXOuk3Z5TVmn2zsLeDsbamIbqVodH20xaFXfJWpEYkT21LiXpju3p/hHnF/TzsaOb5YO7MBTnZ7+7flDXLews1mU4zCe0333kW3BN+Jgn6txemcF3V5fU0B2/UZe0wwXI/uko/GOTa7TgUWmD8xfxtronB3nIGSsvnhdWucsbEmYkM62xkB0UGNfMFcCRrzWIqBU9EM3OlWeiuitJAbAyR1zheBfbmvlqDxgtZ37Tm8LfiQDvOh3iBqNskYp1igZUVlP+g9287Oi4J59p/+qBw5Ts+6hgGWl1Sw7tLOdq51PjtM0zuDw/2j4zUpVxmyBdiNGrOvvmB4Qqu4IucQRTRIS+0M04VEqunkZCoZL6ZUKvkM9u7jNPuNXusJGIAuJnbyKR/ndK4fik/VZEljnwP5F/V66jKJ0B5mgRh8k4pPN5YZpS6esy4T1UfpW8XTwNsgq0soBxz669gcaWvySfhoKbl+LSWCUR24ZNMr6KscGcyxLrEPH9ZEUoQtYaPvaf5mEF5o00GgzIlIQ58DBYvJFU7cUDRjG0YKM4O4dhd5j2vd0vZH0hDVdTliPV/COGQN3SeQg07ZckTeEJtfZEK58i0bfxQ7vsls2JRrafiDDx+xfz39s/waeuMSiXk+SGnimFSRimQm6cFonhJ5y0uYRtdg4wSrVSUP9Sg+VOuRpYLYPtC6d80GPZ4lHSR3ZU42X4PNdW0OK419Ui5l1WI16Z1VtR7y/3K2LJTnCVkQH0mNM7MBqBL+63MvzqPv2UKKXovoVrTBS068Lq5x/aTFoUaE+3ko1+DEtR6ShDpvkpJuyxoCfNrZitS6nGtVOgPGemqH8am9RXZjsi/ER7jSBgy6U38q86yjZ2DaYR87mv+6R2voyuljH16+EifXTQm6F4qaG0QO02R2jW+vGNAriqLU0phqMFJRRJQ4pP6KIDsydx6zC438aiIHktgl99xORdLem9C8MwPZQ0BuF46ZunQm5mqcl0c+m0XmIIOcdfQhsGxogNSn3xITRHeqT3YnUEj1QQeWk+6JKYxZ5zZMfdRFUx1r0TIRJ6s4bCkRTqqfkCqkupAIjNHV+OUvcDitJbO5y7qQ9IeJQ7tQListu2b9SZyJxupBWbM2CtyY2UHnHemoTUre/YPO4I/n0lp7hI66RZz3FIy23xpN59VVAqXOORc492xUPBvrnRo6FjWAWq9bOn0p9NDwUGHLbs7KcC+EmHKhYddpfq2K4f7ZCY5WargxuxzvONnIAUIZ6OjBXnWq7RDpa1PtQzcFUwDmrYCwIr+JG4bBaSh/ywMXkPIhigfihWCCGuEmubJ6f0FJbQ2iyhQ1yVEw9ulDlzniGbAedl1i3vxmztiEE867GucBLI+F/4iAa1yqGHNWJJDSx5nc+WjwH/c2PSm+IqszrZR9kzaskyahe5trmghNMg9ls9Hj2xHX5PkP0qq6FXqC80utyLAgQNUU3kkH8aGRU1PY5L0OCX6WLnrRGKFY1cYeawqs66eoAabLuQTyzjqyvXhprzVu5KkuuMBhkgk5aUxum0pOCZL5vEqR85LuoZG10QoRx2Ob5H9UkZfAhXLC/8CkCfYNJzwr1VXkkkyMbCKect+cb5wGCwOHeM08sesDdlPN0IRM9xALVjQp+FFGkJMLV9JGZLGQSnuxnnKXD6XMCSnV2nTBt9xJBRtgbWASJUQmFHjKG6WPQkphBEE1l4siKagUvuvYO/dRzo2NPyZ+aJVlLikfC+ezas5lPDNVybmutnAlnzRQ+nNOwfG3V/KYfBQWRSNyRWU1F7awxFwq/ni7LjwhiphYU9lWnZfVYouKD9CdcCI5ILNrErnYlNMSrWdSdxzXdCZoNUsZ7+u/Tnl+qNJS5p6sTjVRAYgV0WGzq+JandVsKsxiIHgJ+TTV+9pCROSX7AAkqD5XtkNRAlvGxr83UnbT9Xku9mzlijIzaJErMs4J/pE9r9KhnFFXNmbEUjAU5X1RtY5ZD7lP8Y7tKivDjxczwpBY/S1f1SQFJpUJMBCYCZi5d/phBT10X6aJYWHfLd39CQf8c5144tut2tGEy0+5YAxRcDv/RD2xixzE8qSqUneEAAx9zg3dM70B5N5BxbKT5QX7EyqqghDHdh0XLFengm2fqDMzwyWSqM0XFLLDFH/Iij1dOWy8lH/NCNtBW9yqGnuVI9txloFxiUf+K2UCWGOt8mrl8npzhu8ejhCFsUflX45A8LbzMXpKM6H35Bra6XKKmHFZgxJr6t7D4uM1dq39RusL35bXN/3fLxk8wUNMlYLv1/KpB0Y7aX/O+d5kfUHhIdc8KDgw1T/9kcIKClx/hWXSt4Qy/zTDtr69bxa3VYC5F1pldCfJE0UMAPl27DTmelmFK++O8/ggVTxCjv4/rt5rl6kIZ25HqU8VThr9H7MStGWHBBzFc9gbG0wGXbM2pyalrtsSsazHnOXrOr/t+WpHXyyXDDMakaHDLOvJ14safVqaaockKS4M5nPyYjTkRQQQKaATQu89KgZdlj2ql0HfYD4hGA/SU4BpzTDjNM7C3AxHQ33oQAnUh6DRxbB/UDn2vC65+oTkhd2vcDim8hOFqDOkTnsgEMRvylmxlTGeL/834eRuIdffStY2EpsNkx8TFbhmMR9evjLlR+yuhsVQjfUCA+fMRegJbbUqLnZgavG95KqOqLbHKYyy0wENkuoVDnNqdLerMPaMWyy1Ixy1VbZzRpYBKCHhUOemHAlXqsx9Fnd7FUC2najCQsJUsp9YiYAjOeMpXj6DAIb52VoupVAud4ziwm7X9mPpk7KVdvoDe3UINsCrQ7glsM7IcSPJsZKN5GYkSiK+4DJSPLSHGzQ1I5JOl3eoinlPHrm3vRJGiSLkcwb6rMb+qqmJX8aluMS44d5SCTFtENAo6w99YpLdqAwStoOl7GRnH16m5qxuzthJZQN8QYlAu+j1zCWMRCLdOZSDDBDxznLCNYt1WM7rswu00HjPSazkrAACf54va8rPbVWFPS9QG2oihuoRZdAqTQjbXQXgSvgAOCDICbX4eju+iyhorxTzwhutZGakneUaj+4oRlLOQLh92R7oG6kpH3f4WS0iH6+cg4Rav2Y+RNY4qeZeJU1eraqeI4kh4YRCnzVQzYHC39tJElIPu7wE8bkUJumzBU1RMkU1+pExiDeD01C8/6ozUYeJiSA20LMw5arXoPmAZ/f+JiowclcyvRkbdjSfSoab45V8iSXDCjk+mlUeDcYt2ZUvJF1+vuCAw/q+YMvyIrQ9FiU59hSIEhHAiKmmhg2R4GAA432Bna/45GB/SMZtuiNi9YGqNTLMzdtlUhBOno1LrBGfeT9YYMKmWI/WSnBuo9y9MBcfpQMZTquPjA1Ijj/a+KJtY78VZe52VzY7nmC8WDZ4Z7qusDD3ifsM6zI2cmBdshnFDXk/9Qq4tEaKTjUF+ivWrJ2ZAYsMUhmlFhcJZqEUpJxBnYxc/k5qDarx/XFFFQqscjomh26GiorV1NZx+Z1rJhXqrtEiNRvMpU1GAFXk7U0lgaliYYOvITGjTa1++XFlBLmApCh86cfizhX7ksm0KGOorrbWLnvbzuvmwX84G0ozneHz1x9k+CSfZEdsWJMnmUWWD6qHj0z3MulSopFCmCef27bCRt8Ncji6CtcjZBndMQeqawByuwVLJ2CMZyVYCX6rOcWkSVD8GMxV2di3b4an3744/Zdn7389PH/x5sXpxYvnMps//RHOHnlnMnXYilwSNgbQJCRKWJSJMSLuRAwg1uO+gRLWkb6YjI8t/8DAKbZYpKaNh9sH0i0PeYk2yNzb3dvt7w76e0+ywe7TwydPW53DH3c0edR2fl8fHR7+Qibxtf88tuq7Ak2kX836t3OEk/+ltBHcgx8ESqPfemIgrxafudi+D8KnMj0rYTZYy6INAW3DP/hvkjxR78u6ICR1zLbQKWCjwmsg7yERgDS49C8dBb/SRbA/Y39MPLVhuqvmMYOXz4qJdurkcnR9DPtXwurqfCiPmcaLuHIBQkfIJOlvePzYNy38Gez87xHsnHpxphqbpnpgHvgemM/ksaAJZmqcZDvMx0Dozwv0bML25stFibDjrjZqy3WvM4lDkhFku1kGhYFSdJ0C8T8cHBwyhv8AzItWwbqIIoK44YZLrJNxNjLn9DgMDw9bbUCdLdzlwcqEqSjZQvC3LxPlLEq0vHqaxX1Gpo4+MnlKlHSFkpziQf02kwk1kqvtjWGegRO3XN4iyrojLdISXexf0hYVD4W3au30pe1kbrPGLoBhyTI22Ghbyka5vtikjBqSEoMQq+RVXY67d3TtBog5wPtQzQTDRfLtXT6bix50fYjmeocG1gh2a4lhCxdNZ8gPiZJQp2XE2k2PoVEVXNzdvII7Pr+5a3nYTnl6SGz32UxyLsor3rMQZBpHa1CPIPq5u+J3pFEbCwUDaEu8SWNEfq9cBlgrL1A7tXQGjFQQUWHFOKf6q1dVdU0wXcgqlTsTSsy4pUte3in9tFTFwYpwTir1rfGxOooyeCyBG3L3UaYKJ60I3B8FmASzsps8TQKUgKA7td0JOmWfnWG/iMoN3pvbCja5aHQTtteh16aFUu28yyiCpTmTmK+ThEd89ptHs9Q7h8Y+x/eTKwiFdbAediYJamGuGEERtE1wsh0pPyu/YiOOvKi97cfJ0Xc7TAzmxW1+ZJ+hTgwKLDV3dWzoa1FhzLLWthaSxFcKD7NppFWaYxK7HNhFcGTqmJPo9GAn6GOFROAY6mWvhNjGRCHassvhN5t0NAPP3rDPiHpB5NRCtp52eB7czeyr3KGlUScjGoA3nS5SRJYrR/KMDG+c3hXcU8LQ0SSlcvY7DioQ/Jpi6pZpfzzJO6c30A5c1tXHYqZJtnC12tyMTVdX2+MUY8kEldRCyZbpLkWL7p9p2zAC1ciBSfheLrQfIV796pDdqrxBzbDkCMFyRo5/7l+l6L+mGw4lXPv0a99Fwp8Pcx6UqYIeS/khxBEStyQ1QYbp0AkGOROugR3lVfK50+EZRWuDqmhtU9KRvy7RxsswQel5+anEdoFUjZVgFLttAaPX0ALHcI6jyv2IFzwLFtC+Br5FeeRzpIQsMi0wluq0BCseu0e1Jpnh4DpOKsnY+nnLlIyKlBuhAFK/4V3MhE9sfCGA3s6jRi9xBXEYspChvRKgY3RMhQOhfiJSwTnLTk5+nXEMiK+DiLxLLp+eIR4GBXLY1aM5wUTTDJWRlG4WQ4e30tyGywmyFJ8JZ+C6FLRHNmikel8qLy4U9UUjOp1avCT66rLBC6ofl3pEnhF6z9Kb1R6aHa1s01fol+vgBLQototkF8XHyYWimgLDTsK0FiKgel5JNRakKdYo0E98mFzCiniVhvVAnv5LudAGHfdRUELAA+m+6cQQISnYVCZ24aSLH8IvWJKR5kBJJtOh61DgU4UCK/7PUVSLYp9o9OJhppjhR1XwlBojlg1KNk43Ze/mnYrZ1Axb8UmfUx7hA7KjAzuLRirSU3VQaf6AtX6CvbS2mph2KeU7YZEGT3wr8MPtXzhzQ64/l+CGSfQ72Sviu3eR9KG3n3XZA8Y0C1OSsd1v4u/GIxBOb5HXmQD4p3YHBDq1oGj/dlZX1+x1UsMtNXzFjSRRBQ9/VgxXu6YQpArFhBUjxDPFR3PLAT4DwjF2BWX0TkgBrzidkktmhW5MHjvFhYVxq68nWIZ7PzCLWNNlMCfgNTgv0Uk9OnSIoEqDvSk/hXa7yimgP6wj3tLQESJPm5yazXbMs7gTZSpm+1btm2NCvMeTMPk/+hQhuM/JqfJcXADndNnR+RPfU+wzrPEd1v9V1Q18HYp+hPyBsz1Ul2U+0jUf1igkADPK5ybXX/mrLJPPZ0004/BpjzyF9w1m7Pf3DrPdx/iXw6MwmHE4WBfMGOzt7R8f7LuAhpvBF8Yzdu8Xz0j7bv9LRzYG4r8GfSZ3/w5P+jGe9F6fn/hDVxxksHsMn/zZZfyzy/hnl/HPLuPNXMYUWNsDtgE3bNzXp/tsn6bDa/s+vEYOzCi61j1YMsZ2BI+/4A7yLAO3WAAykgFV0rk+55Q+4vwv3LozFUkbHB7iLFBN39s+bKNfWKch408ShKfxH1Za2FKQU4OmIWVvs0iPdd5PNDGuSmk7bFEZNOWzxlSXSS6ORjIHCBgEd7bbZ9HcAX0Teu5VUYw17URnqAY7aTNywKzHXEoDQgXLCHFXdKkdNOw6MWH9DMW5w9VRubf3JWBh6UJB5k5+dfJrLjgl1FpMBulT+3bNvkXOSbpxcWlLw6Mp0Kl/XtiCJfXuU35NIoXM5Iq05FHl/bexx8TVcYKUQvT1gFE5x79dZCjPaK28s7j2lqmINNjC8gjOONXYENdYF9c5w6TqIbPDjkIQjD0g9EBxCovS2rmrrS8FTmMSVe5zPCoq7DlFgLjAdFqN80nH+EalZTy45GZJVCXpFlMvZGhkBpuZaoEArxWf56WUInBWsPOumV/QrViNbV8SmpHpiEACHxk95uR1iHfXMTksfiahFLakHPBlr+pbU5lhRvKYY+VC7TWL+KZLoHQ/8wMzUYw9CcMX6JeCPN7SMe/0+bvkBnYkF6zwJ7WbyaJXCdmeB6pFFzU2g8wIIT0qg1mnkDqdRANJbQV0v2usELfNh/NeeuuXnqP248htgVZmmLBbGBCPLkcP7ldnfVznfnm0XbRnhTiEvIkthqX5PqtNgYLqok/wRumoYqBdMtEYI5L2kESLGxcxista3V3zvGkQgDnMfO6MInR/YCsRUEu4BbdoDo4d45sNlnYIT2WzA4T3Ne8O/Z48iJZP8FS6XwaubxKbFhuYilo5kek0nwPB5dv/+A99aYmjboUINKLRmfDy1yvUXGHgOQ23I8AizHKhBD4Dhk6cFBnUj9WsA1EpGFd4TRgII07DA2M/MNJd9QZhq2DJ1yffDlfvrzplGIvvinxLcGK1skdz3O3u3M8dfQpC+W3JmaLUMsuKHF+iLGJGYpFhgwpLB2mFzmbCPquqBWaTz7ODbtUKO+RRkZhDLpVdaAUZIylnewFcEZEgV4kohkIrmOUtLnQNLY4IKdF1o22nn3coQjhT1lWAb7omcBy+M2gNV8WiDpUVnI2EmsaVtm2wmspmZ/g7zlYUPZJvKiphCFERa5LPS2HNnArJDTCpH7Nrx5SP0DlTcd4+PEPJldiGhTNEKDCkdgbykwQIzl5bExCki1ATwaos/JMXJoE+ow1e4DQtgkaQZtLmAfwlMR3cc4YyuI7XjIc8sEXr4RQ2+WS0OHYnYgZFZDOvXssWiWtqRqvROHl3S2piJuR028rEdCd7RZusJ6aVizZAdOkhhny3QRUilxTFv6WSP2pibvVtUAsUI51wBPD+sNKvh9jS5NdFeMWTc8ltEdVZhE3pZ4RAKfADvh+A5JIbiP8VgWqs/73CEB3mDjmkOBLq5K0PsyZy30j+RCP8b9NmWDtPKSVgqIkblZB65cLkw3spwaOo1DFFB1So+N3F6dopRLBcvlLT1VNTFU+k669PwWrJXT+y04a4GHTT8bXPo00zpoB2ib14DG+sandhZ9cRcIH29SNvhFwZQX+eaXC9A00icXSBwpVkF1UgOzhsT1HzK+yrkrsTXQnM1P6ylj1xEh5iKHLwaMqMmGG66MY6MP6Exbb2UwgcFvWeraTDmPMlWPNUs96o05TY8r6pzKrPMeyo5wt8nJkDOGCoK+30SXYg+rQn5eiji/byK5LDmBOMugCPN/NiA43bx8WpbF4vvKYziA9E+6GqNWY6nm9l1O00hI50bck3/7x0Xw+/z0vkEnblx9QqiWNVG50n6ZGT6hL2kG6DKiEx7Eq47QJaw7jnTrdP6xvfzQyUDg7z1vqG1DVwXiyWc1d3TRtJnpFqlhQvdFkDjm2Uhf22J3CDPAp3ZiJIVF8VdWiFEtTS5qMeEhU7G7j3jGLrVmrPCaY+NyBbeIMmubCWRpy0JFyfd/pAlCsDw6A1xzyH7MbQk4x1DL+wNQypebT0sUBWTh3SLslmbim3WY5ueNgOLsr4eBhktu1TQh9sw14g5eQcYo4ARjuU4XaTe1JXMCuPdX7nlSTvAtAC2LvYNFjRwDWP1Zzqqu1cYQca7yZZ2kEzR8IADZ20xRQ7dXVYFUHSc+oqKXmsnXFAAF2epeBAu24uxkc80b3AFEC+VrahtZSOs2KlytRGc+vIWnQIkqSd8mxsq7u2P1g+KqVBAT6Ak+ysPF7m6HxY1Cl8wjxAbtYIGYKRSYttOYCqVt2OtksK1fwxd7sp5Dugt7v8NVGxZAWSuUvZgtzfQj/KNiN6AIocM+EytN3Ei0Sa2Aa59W1dDftvUUEyJbOQsPCglFsopy0mJZLJjr6xg5fb+RrXODPaHmebnQdK/3yEG4hs/1Jza3ATXKiBvepbaKvXy7mmiU0FA2vjgK+F59LGL5VKa2k84tR2Q+/rmQExG5ezTWJ/FIdmO2FwV/AYVNhkryxewOIWQaLNZWN3833YV+qahkrvUwLS1MCbqxp3PkzKx5SjKOswFdNnMoubxUdAO9Sdtmi07AiFC7P1pEMz9NWqbSGOTckZcJJpnt+RzLuuFpmK843PwhCvvxuI+kWJJNlydgvXemyFgRLgF1CVPf5J1fi91tSDYM9rre7XJKnW8bKvz00nv87TOajm6pozIFxkdkgGHt0W4qqL1Zr5r/lMfN4gsAWAXJeKbNsHCNpr0+Mta6910hGzBLvfMiPSJsltQkreSWE4vx7GZmagCvu5ByHCzvaNcRBtZrsnKIaJ0N9YdQs49Z6EmwnUloqI3AqsbnZbE5JFaMDvId0cTR1g/pWqY/me41BAU1bfYNkkl9VVjVD8ghC9fzTBvEDHaAUowuIegrHiFt9tRxX6z1aqha+VtYVtzVzhlHI8STJSpBelaI3lrvtMEOJMbHVLZHV4sBLST+Sv9z55r5sHsNqyhuyGs00Im9Sb2Kpegj0oMSKCyEPPD/NeJBIXucI+tGJERfHC7rlEeRo6gyB8Lx4Cp+JvvAWW+FaluaRkNl1Ling8tW951zJQkAWd7kpH57MNf8WIU4Ow70woF7cl+cldWCbISUddRu023qXuTOJ2qEfyaSXVShs+iX+gzcaCC9lOuuKwjebrCfC1oynK3gEOAUy4UMwhLREsJu0mMmG4KTQ4/fbjJ0GUiltarikF/MV3jSSBe8md6OBpWT++EZGXbSCwxpVkiZN8nxbnxhZQcPsKae+SoLy9VM3xs1ocje18E9ezgoRAV4sDHrejCoQ5UYxov+BGErWC8PFTsiXkpurA7qWrvso4wWg1+rUUPIqywvK7jWQv3j/sQvqJsy0rnZdTEH3iGaNS28YmxTQwUDVfhXo0WvuMxjE4bwE/qgkSzGEtxn3KWlwvfRbxSXwgnamQi+RtD8FwF0+WLw+tJmAOY8t7hMEsSXPDV9V05mTUNIp4Ox9BQeq8iXNbYzklsRvWzK3HhOqVkNoWHS2Pks469vSxo0lYf+wdF4DK1xb5lvBNLwhdV8BVCcMW1kstvCxc3krCkZ1jbiE3mpfChsbtTUXETpEy5GQMoFYlkyc6vB8KB8V8SDrtpKBCA5ESJP1IolccO/fZY6ZnQ9AlhLgZglNRam+qrEi/RzFNf3P4i97G6/xAou5IRmTA474weFLe4cJVCpseuEqxz/Kyoax2cp+BBEXHjrpszIXkAp0pgSK3dPONUv4usQMt8p6lMb9Ma/tugtEmOF4Q5F4GembjXEHuBY8wTOAHa7T+IJ+97WghEH8ym7vkT6gd5RSnoGuW6iskjTkrTBxY5FFPPsOkF0HglZrS8fYhJmkwZJRVraB6eGg3VfWxsXXpoaPN449R1IqStAKMR3PbEgLRUZ4ogEo+b0nDkmAU5g9KnFU9omv9e8GIN2UrwMdqjU9yzzcYkPtxjIOhbYssh+mgzB5hFhIz7/qGCXxybD+VQbMF/+MSaIL8jXoZN6PTqUvhyYIcJMVM0pmxWTUIyVBH9Dk4UWRG+DxdHiZAH3BYk6Sj7Ssk7CZtnmdxjk6Sbjklo+BYZo0o70EITtj+eumYCC6nDW1zUdBJHGhL1uHdseYonGMqVODGFNcVp9SYaIKE3JW3SgYMpS+sXVV4FdseFHFzCtDYggodcZORRrHEPVCT7/m1aHyTdInS15b6czqqielusrCZjx5YbGyWpwqUGXTVCFo8bvSJ/gafQDS4APDRsrx8couoKC7XQx/u4H4rekoo+6exSUAXJiPid/mnXHKbV2c6hGLEQJGIvubNF08ki2pBaid1WIXRf+ycfRfQTlC2b+oLvKAVU/4NKROwSQXcLC0YtepuC66/8zMm3J67133HHGVY9tZ2MYoIGaid0SMdNkzDUukA7g6IUhuoeD69dW07sFoiK7NrN8dk9EXKlVhUIdY2mLyonDilGLQhA5bf1quKz7BXMy1TcchTtkmrWF4R2D+o6j7vrBT8whVYIjfFZA7SFrM/6CssKMxysLcNV44Bd7R+VwbhCcz2FeshOlB5EhTxsN6JZR93XmoJY2TdaoYNu52UQ3/veqJwmkPpUoOCCkA209RlYixZTC0VOSAeQk5Mu+FecNRWyI2eop2YcrCHbztUrNpFWDj/ju0D7/FVLz05qbmE6gZE6gTFapxh9Ezqv0YgDyvE5XdNjUx1WGDyoGcMzXofTk24rmVYIyavyAPZefDpF9pu1NRLxqXni5p8orB1KnSoH6lRAzko9f6X9oMOLq6kERGKijetGocIZivxAEJ0/RfsSKPTG18XizV7VF1tKODSvnQiLNX5qej/IeVmqU66xdEY+J/F6JFqR//0Ty/ff3g7fH5ycfJP/9SK44eqid/A9Zfv90ss5hZlA3VqBcB2pi6H/X51jszq9Pzc0XvQqmHDMAqrbIg5VMxGd67JxeVQetAPKT1X7S0W2FPSSxn6vGzS7m/v1A+rm0JrUTDBKQpMDYwq7BNjmxkxOhd3JELu0m3HrY8Skash2TBUrZSwsw6qZapmaQajKbrwvcTXzyNUJn2kWpVVlPYU8EO2X0rQRti7iQS64InMynsNu6qR/+LziFJ17/vJK8odUUwAn8ncOO3aKe+cF1oXo3JedkVZVmAeSrvlhJTZ3U64wowdpzE+zYnhy5yMByrTsPkB0ofIi2nmQPp7MKEkogcVLN8X0eOgv3uEiB57h0/3jiN48idrET2ePNk7cnge7vs/DZ7Hqmrx/9KoHivwyo/2Q5iOn8vRfy5H/4nK0RlHfc9j6EzzeQeK+p6HeXhLD4UY6q0xkugO+4d7Dt7BqZ8g2bnXzxUcyZU2QETZKoAW+L1tmPG4/MQO/a97+YRqyfH/70sgskcGjfzU+8a8SwR98iNCetI/G2xMg+Gzr/LsBuT/172df8adHJbjrx8/3j8YDP4bKn4YDOA8mz42uACrFf4XtRG/zD4HZHuSbfx1b3gJtPkRewpOvu7NKuwlTGpzzZXYde8bGdRVGJglf7WTfyPW4x0WUAgFPmhcfEeRE6mxYg6jOL0NZwNHC1v0TRICY2//8bFCYDjATu2RwKWk7TYJRIpvqpFm6SAajFVu6QaQiXyb5bbtCVN/kDBquyiY+IUYA/AfKxs2cIlA0OWR9U80ux18H97Kq6WP/+YOkJmcclSBl9cfkZmSJc7xc5xyzWmiJoEtgbiCtA/7LHoojVOOyZNgbBRVwKUU4yHGiBp5nNGCuAhFOxrTx/D0HiUYQIQGoD4XuDoMQsre7a0MbpKAhHnmTbxBcg9p4TPkavnvgFvzX+PVVZNPhbSDCIMuaGpYotfP97llZItbB+rV4B6kBrdTcyHKmeAijdiFAVz1xMYjg3NMiDxGV2Q8aXVoLqrra84W9x/67oso0bNnVkyBJy2nc1UU6RxecxZBzn130cWD1lNspkijiM6VYTAOYdLhD1ibOS6KOXMAivOSPojjc3pDImD6AQufCMeruMk/leIRwM0Z8uYMdXO8euHbAz2kpn6l7zAyEQ8yzsUyWIzD0ReoA9JtSMpvMSmgQI/sjHULzKJGFoigfuiHwG8BcygweN77Ds767V2mXKen2gLXiFa+bjWd2eBh5uliDbYfP428ZHqJnseXCFsZSh7vJ46aCdUPkeqHSvXDOh+Xy4YaVrut2nL1qHwn6OOi8Lg3k3tsWCSHkw+zj9MYm4n1risfXi59ViVMcIt1KU5isz7fbKLMu8smFN86yIrxpOBW7shEJ6UKl5fACYh8MfekEIg139nldw2IyepjWcQ49fSNH5gL/3CmHlSezLIhOpn1XYDoBrs3KXXoY1o0TKFewi7Ykqrx8GSkjcyQgcpMbTCl+DiE9PN/fSO9bII5nktXOelFQy4fzNtlx/1yUbmSKyx3wDQlTguacLk1fnM7u7gpm4xZPW1WMb6WC09rYsnSSPqP5PSQhY03B7OWnRRKMdF06PiWiwuF13nwN+ZvKSg9sSx8Rp/ng/APuuwqqKy4bmOYp0ejAbwXRRgZ+sSb7BdwkvMlCxP31WC498A/p+Ta8rP61Tk1A2jtCVzrrho3/3IypSLpBsDhWqVqtn9RDBWq9flIoVryz5A+qa+2wTv1ox3lUfRJZRovOYJtodvZkQ47KRDRnr95j4zSc+hXDr7e4feQc3s9tuqK/XzVdYQGSdvhPTrmZ8r7a8qEcgWo7tk86Eb3RUOTP441Ppzq27wu8+fPUAF6e4cMQPGzj7ePusaPW4kkvsec2GDdUCKXPnpD3TWLmehcWBEiKaLJY+iILYa6nw+YL12KqysWZVwXLbAO2mLYL7XaeThLPso+V9qBOw1saWeCCSTE52RQfvvtEnan7BgiUlHZ+B6zP6yMWzW6eQQ9LpQVWY4R4amzI9QD0+An4rtqjI2we9qoWuIY8KUk+FTq86mBuuGr2OSMjR0+jONuhvP8vPOdFr9wTKoL6q3FpNmI4aWxlhLCWoZ8Q67Rij1lGYpFreh/maFYbKbc6y3g41Lg7+gF+ST5WpIL7cyWugXTU0DBCor1CA5So+JsVRlvmHHHlyhSA323WHYr3dJtzmfGDzPNPxaevrEDX6EdvH1BJMXK1tYFqlI6Z9Ut5vm3xCoVA8XpcgjrSRVCMB7avQSdJWyPiqSKmuAxMAfr24uLs/M185Cc3R5XsAOj83tC1Q4phbJHs6AslIYyBM7P3wQxdbyKzBVhbeT2s3kjvXdV9pp6Lr+slrNxb0Nl/pgv1nI2KzBIn/PormXu2btXzjAfbVIKxWDBDGND3mDKubcwc+IHb6jlAoP3YdyYDgcphNrlAH2/f8codTwWjxt+/7m0loRJYAZDfzkjp4SDhgif/h4EVwVWBt0l0SwJZs87QFzZLh0MuYSu8sgY/pcZIevgip/6+xhVc5O2iJsLRIaXbwB/nkxc/odEO0jrl4w4uqLb2bfVLdqXW3C0GbkP+GbVFVY2In40JwCU0uGRuy3gF2VXeRyLiLjFj7vvc0sc8hFOwYxM8oqW/GReMakWzX0ZxAewR0acAdr7QO7WnmZiCl9QjjArR7An3yXZdGfbrFTFx9s8bpzpuNT5968wUmTUSe8fEBEjRjjwY/ZlmVx6fJbS0GfAWV58BoqsYcaDQcfHXA6UhrPQ06XwUeXMyQWbSMFkqa2IIpuno99pWhabq84MKW3Fikr2kO+ecNuGmdyjJF90KiGzWnwyOYOQHeLaIw0mKD9mZwRXEUosMAKsCpi183CkFMAuOOJZ4PrHHiSOk2ImGRp/kl4jDgnjSZD0Qzi2SKSk03udWyLOL1EfPRduoRshWt6a8RRTjDILSt85KZ+FegZnKWjrtTIK8PK4N9KqhGiLwB5MkTOJZVG2xUXQLOqiWLTTzlsaEcdotWyMKUx32mr9JIPcuWqImhoFhbbKWqXMXbrvXot36j/+/f9Fx9f0zn3gP/79f6M8J6CiAviiXkUkTTSegopn8cgk5J1AGqreHSyoj649dEdwoB79xRpjMufWO6HyJnmpJ1SZIOROIN6EruFJm3ffTouuMXZZ8u1I+I6ZGSZWmrA4fuHXLQiDS0miWmcnx/o94xYGNcsEJtaRrKmcULquRZyEy1yu47SzlIIoVbfUkqvvelHqnNNWBlO5ybphHQIpAfl1UHBFxYQe9MIPmCToj9i0C9Uk2sN4WZw9QrZZH91aOQj0jsixkQ1PiRbY8QNmAu4N5jEJLl+SzFpWkBvXBPmoNIRFP3pbnTMmcls/jcIP3gK1mtbToMK0GWHZA5wPBvlA4PS2UNzUd4sbUR97ONKPlQD8sYXQA15BOQKUORY6yDU4JN8QVkQqLCociYfVm4bqiL5GdbOpMuQTIZfAmUkqTSTh1PNh6Eo7WzBNkoc6GNsHvkQxUD7FzuwOgnpJ4JHh6UQKRonzxKFjoZmgS5O0hucTtTavWh3ftHkC0gjSNB2Qc3cqrhexm4eXBWuytw6kVVSJPXw9Ee7QwUNHoBOv7LL7KtvbPtrOHmoD1iMK6FCr+HK6nKpq45I+JYx9B8ZTKk4YdXl0kla5H5Jh7005lUYK76+uYH+UlTtH4oZG2KFRkvS01Ri02I+cj3yT2zLZSO4nr/e6dsUu5p0Al/cdW72TA/N2Q6eGdW5jYh+oEZ+o3Re7N5Kz6q4A6J4VomxoENpKuFjb2RJjclxQa2XndqYXfb+v1LzWQx+fsx7UPmF51CprxYwanwbcjDRJMsjIv+/QUDlNHl4SnbBZpRQ6SizJ6H9IHuwtyWv4ha89pK68j+xmJQZLuNjDKw/3PXuomaKUOhoEtB8lxgzzXkOgYefuJ00cmcGI/95KUZLFarL1HuyTt9CI1bCQJMtfkZPRlss5boOwMwQeSPJTChFmIlPHFWEAwGYvOx19oKijK88cv0XXcIKxn70tQYg11dXCyMy0rM5T0oPatzbOMLlElshAytMudFznX2mzaLy2AexN7JQDQ06e1PJmakGe/pDNxbCE0o9FFDOrhrIvXIVLUvGJY93qv9D6fMEvECNwS4QfR/1TWalxkN55HYzqo/oUwYMvsMlPzaxrPildJH1S5OkuqbFsZ3U1LJI4X06nRNaM5IkcSNxzqPyjvkfQiMtZ1Oj2NDCVQK8MQxWYYhKS5hyUbZZD1pWKTgVu3cdQCFsiV0BIjauimT1g91O0uInUISge2Ry2w1wmPI7rguJKceMFnu+KKgQNf81hX5cNNYRG2Y+fAfvsZQV6mcS+0DhzMABX+oPPB/HWP06LsY1w7QHVGjZ+EAg96zSiWyMl+BERYsQVi47GZX49w7pmdwymZLkV/QjhseuKeAwaCR5Zi72XhQMDUEmqvm9CoUAGQ7YZ5zJishmVIhKTQp7ewNSneZdvK8HDEYwYhvJQ/Wiw1WPnTYbPreqU3lVBL8W8YrlhKItXhVTvylWYB0RdLxMfYbhR34yaExZiF13g7rgKHC9ZfONJPE2BYqsxc0+WA6hDBn5uYFpkvm1nmp/0miA7gRU8dUlKyCjvqqVI6mU5ccaEVm3kNEkyveeIY4CpyGLTtTexuuJERFIPFP8WpDcnHaDy/sixQnjW5oemnGyUZCKuemkzL8JlTft2X51SNrlnJiCQ+k4iSeaxCavEQoRHua1sIu5DrCNRIAmOUMofxAP0aPXEnENjEmZJSoVG7nDzHJM4z69g+kke0OHINgolx5piRoB6hctJqWahASMFm6xXxi4H/kAvcj31Imqhez+PG3CYAc7noCPWV3dOUWI+n08o5x+xD3NJEKEsIwxMTRicRVjLdnbKWV5aPK2OTAKKsfxcOHPSk6ngBOq9og0qccsXxWRSch4kmuaE6YZ6XdqThN0F6UUXUyFmkZSyGBRQEB844S31oCEpoQegj9m8iorA2WWu0zSdDzsTEmPHp2zUAs1vErWjYUasN/Hh/vb+7vbnRyka65Ay6u+/LipHyGqe9zWkhol4tK+dvu6HEuSFy31LZXQIy7BFUlxcelHB1Pn5m+iC+fnEGkw/y5WO5C84Y5VNl3fhS10O5fgrcNJNaSw26YDxEJ0pfYrojR+ZclsM7ulmSa+tVjZD1+B/+iOZDipT59rW6vLONC3F13w0sUmNTEAWDELl6dNi6eN91QwJV6uWjruwaxAJXgsKw2BiQPireTOxY7D02Wvhqqbwvv0iE6/V6+cp47oDqW6tmYcoVMf3Mg/V3bKPOXXxe4QcZC4dm6oSYzWdWnmQ4Oqr4ywJ9WBW2lFr1vgK/2pmNbEUpycJx3OIq9O3ONMRFcDfCZAHgSYgowCrUdIFMfrM/1JYYxNYbrp0KZoORo1hK+riFskGTvf0ppyFjb47qth2t/fuW8W21x8cZ4PDp3uDp7v///a+dbmNI0vz93ZEvwMGP1pymCAJgjdx3J6QqIvlkSyGKFnTu7HBKABFsiwAhUYBpOgOR8xr7D8/ix9ln2TzXPNkVlYB7LY9015HdLhFsiozKy8nz+U73xlEdal312WxDQ4Ojw4GJo2NB/ArlaVOpMP8ZtPXdt1wf08l+T2VxHzdz5tK4rPUoMUe+cXSWWr7PkvtMT9Wz1MLWklXIXZC6C0AzdgHJ0kSERWD96xReT11Zok/M1mO+NHhQV9SsUIYc3g3BwAKX+uGIDHi8hC9gVlL4qogkQmLBrFFadlAr2ZVEgMubWRzEgl1TBSrHpxRyahuMFllkROZsfYAWRWsC2EqDELo4Vghrk7UIbr8gKvvyqAkotEjj+ILkKFNxv42PYNyVlsjXVD6t7xU+sXo3kaHJuSlskspqqDbeVhs59u1CVljIGJ9C/Y3Bt8asIdFHxrpYGYjNLxgt4rw35OJYVainIUJrgFOOFZdI8SoHTrtAfQu9IwPr6nMznHC6hBC6IYqO5Cuf+RLtdt3iFvdfBWM5ckTAuv5U9i6KFob3dhi9WR/s9uYaQGzY4KXAaIH8AvMsLpTRLt/dYPpJehndH6FQgdKcNDUEzs7YSjH4/iMbFC4KKfT/85gGF57cUY+g+TyDZokVLDJkVxIsrkhcg2eqc6Dl+cXZ2/fPH/56tnF2eMXzx4oSn3eaJSEzpWMToMzPpn/P68tP100wqfNdTWsUHoFno9EZc2NuyX53dZxRMXT0jKvtKQEAZq0N3H7cMLiVFNuqshjvcYDZSh3Ya+Qw1ly0jORKWEBF3XbEmOPyHVDuhtvL04NG+bLW8hw4I+p3Stc6aHzlxIIBdxRmRaradsmS/A9Jal99CqhyxaX2d1gq8lYKPHcnDHbz+Pg8k53u9HeLmaXAI/MscCfFLsQnAh6/ec3PRgVslX0kIYtBNVlhoZr5knj/ZS5nTYXoQCTlwVgo+/KYQfikzVfwxlrq3CJy2C656hcwqyhVGJFSBCsDN0h/i0zAKEk4zuS6XsJs5LegmOP5uepxnhEXMir3W1gRoBurAeu02Ux+ninZOukfpOPC5SGCcadoUzlgJ/ZoKvnEekbtdd0AWfikUciC6PeIU/wapIxiGuygqqCQdCzqaURWujyNSzUfbtFZQpkJLdq6CepRSZo5wvAkqcQMJOcw8IrVJsB0vI1+wl4ngBUyH5JideaoqEZIKsRWG25XNvVEX+7VYYUlDd8wXzcaR26yNN9JHxVl6pCwrDVBUY3J9PK1sowC8FqF5RXkJsUwIGKhe6ba3DHNVJ97tXPgGAQBdTQ6Rcf4VxX1xw9lLIETJ9X1buJrxyqv8B5C7yZiNkUCUBApX7eQvjhN1MjH+dltnTLT0oqitdyhPeCdkeJwJwMa5Su2gVQm5OQdZFYWpaeAzFgfo2G2wS/+ZmGy0UPwasltwYQjTDiICzhE47s7x4XIDqp3gRdDbhFlOGFiT/enp8jsU6qb+lZOFFui49FD3bSblfl0BfVPJux3hmdFr4WK00KC8+Lv7Vc39jKejsn2qvVyv2GvrEinZrKSsBNGpqyDNQX/eOhefMznh7NNvJGnX3FUvVsNkITJGcDzRL2iHmXaLJRx361cjL3w1nnHaVjXkoRk4oVn4QtkGmYBSeEA9AoDyqpJU+1Bj5RtXhiMCc+O1wnzkbC+7CJ8rV5QmrmOqhYKZP/ik4PoUTCrVy3KGi58hnpGJgzlTEcJtJqKi7PgBjDlLH0/uMCqEbdqFN1gxMvdEG36hLikaixurWNyUfcm2nVdueb8nbLaP14JDZpiwoHhLKLxvMObhV67aK8ndlXydNJ2B7NGbSXEVaIqK6Dd4weaalbm01cBK7GsojKGXyScjGh3ZlaAcuhznpjQHEnZVLkRHZfo8oJUPuuIajikYMCZ3WQ0tTo7fjqPRta8gy6EZffOB+uOKxqJyC2rcEeIjshn86Xd2EPJDGpn6BgeCgeLcSO20fMHto9xWLcC2oERyLUSPGjJh4DuuhrLMU8jZxgyE8xSPMJ5fbhcz7VrIhxRzZ+XY5WPlrXRGiP6QJQHxO7jg9A+nPr37k2OSQpj6CHt8/O3+HsQj5pEeELz9JpZuRZAUpZ3lsaYC2m7dVWqBgOJWwJ2QIpDEzlzaoE3ARqsyWh019nN9k58asYPSD03zopYPXeRV633DzfMVUgBNYRTN9kjkA0vq+stymY93UleM09WDdLa5q59avMepPIscLGY7GwptFavHpy0R/bAjZ0D65tiJReFiETZlw3TMdd68bsitCZefhx0peZ3iVwD7L/kHUri9ziixM2jL1lUutTU8QbdvTar29QbggWoaa/N5AyNlTQPWSusbUdCfkOB0e8p4OobqLF9DUDpGYBO9cfQ/xI9PJ6n3GB6Jrn12MrVcSl5re/zsUTnkrxklNCPUXWq9DII1UdOAFvU5crAVNn+RJwLz1F9Kc9aqaOziKPOejP7NcmZpB2GSiLNHCM6vUgrOc2zCq53eLN9jr7rmSA34JBicrVQXlZTZB+cjVZP0PXpPXV3A1V5HFpyFbQg0RsRMGlu905I7wixJ75hidtF0uHFQqIINwNUb3Rfo+vb62mpHT/mj7feUlO0i0AIqOnoGJ+NcHV+VYjnyvYkXATE4gCkIQAxuRn2SLH7tZcQFRFRHK8wwAAumCcmVo7DiN1gtKfcG+sZuwtyzHBquOmDKYQXbzrD3vgCfc+Via7VxYivISUMQG1EM3iutQTyuZAokOrZqkojk76Ig/nwQ+H+W9dZ06PHn3sUfGLmvMowvKmuqlKtsIoL+iW1cs7T0dAWSLqtjEvp7t5XVPivLctPc3xisfLCs5b+mBU/dLdIqeESNb0I/F1GxdiaFgefqz+ulmbhNg53Cypa393PwySarAtIfjEzdZwVXeDqJAZb7djcOtZEDaiCB/SO6hyM8EoRPqjEsVNitk/WOSyRgeglQmMtGJOCnbVc+GkF+9F5Y9q6HW41mJ6J1znFhANajZTPJYfU1+dyM/jQA3nJHCyH1Z2UqdFPHIuuR1z8bWlB9ighOJ8E53VSpHNosI2yY9q1BLqjjzYj04Tv7rK1QWCWh/pVPbs6uPWaxWosnYM6RMSsjH+5c1jZwtFESjRdIMgfeJIhE39u3sV2EXKShjqxURiXKoxbU8Z/9JQ/SuLmvYQJi5YGw040/K+75wFDuciGPtaBZSsXl/yaI1WuNbckw2VNEQaPRJm7fbr1u1bBAP6TMK3z57WihnBAX7x/mWqvUECGGSduYkDMgSaTOUrYh5aunFQFgJLZY5PVRaIQ1YnKyw1y0Eu+gjHJaQ6zY4N+IQ68ON9JUHOgMiIV2Ei1eciqAwV4kTrJcSbNICag5x180FZp3sKZtWkaySoEHFrtGLeW80F3rsJtPV4++D+BRr2+lCgYf/oZP/g3gUa+sdHtkAD9/8rIlsjAN1vFdl6tHcghRl+R+b9jsz7DSHzEFHrTvbtvIept2kw7cCDab+lpwIsbfB+EkbbPz6MmhAXrmKbtQ6ikpkaDoeKaqy7iXOreoNhpTs0qUdOO63ybQR759MvY22i+mLH/dZXmFDvFibEufbhJRxP+KCG3WjGkoUUDvq7e4TeHUSQDOsxT3GCug8RYmKOvHJ8YnjHALMq5B488BDIRtXFFhFRotrahS3Hi9agibi3seVvi3Fe8uCJAFyEG3mgoTpUmdQLa/XFaAQKPyfKbjbFWFlkoHkhNeGYUltudZqqtcPXmtQmc+cdJBnQZ2ww0VYeKSzG02wzGO3Fohg3z+jaCXCKDaRC0DxoceagwuKpIWRr41yOiFwlEVlrxWDpxNXyGngBnza0IQIRPu5uXqIReecjZxxvO6XhScmBTSfz5RTTo/AVbwwERKjRN8CsgeoHOdJNDPbQclBmh4o6F27SRpnUnZZRB1KiQ/ALqV2ZSNOYCoYL6BeWUMGYM7IuS8kaoRxfTJfnfnRtgcUk5PFX/XjQgsAJ/NIcYqh8sV9jnUFv10jzipBBNHbw+3PGW7CW27w9DbuPL46a0Q3Fn8O3SMVbdf0uN0DCGpc2VUlWVCo3vT7icI2hEI5Zu09TKjROhJuRJmGizaNyfidnVFJ3qA5pgwHbWDyOTDVObQV2wwzs/qjcQbCyjaCgll5sSF3SFI+Tre82JPGSLK7LI/sMEiezIJV1Qi6XifebYBR5i10ruOOojAow8bORJqqGu+85mOR20dw1hhuwSXuhARrCIdjgAKnlevF4knPcIZ5ZnTGHkspbLUMFAcs1wFByJ0Hx7QZFTE9mT+4d/LQ7Z7FNDTEXHqRoW7a2FFCW61nRohOi5xSz77CUFCUqFwvIFV0sizS+gSoCB1zizJfA9L3uaNWlGamXaCFoNhhaD74WNqbT4y/JS/8syOhP6snGfB4tyvlc4ibFNGOFBeeD/AFj+rVxKK5HqYRgIgtkRgwJ2DGUJQf11BEpZdx+kCCxIIqXpW7oIBLGDJ2e8hiNm3pJiw1CgyRZRA4T5v4GNPuxogWFC9coWhuAk21xhYRvzJfm5ELK+NLT4qYAv+fjm2ycJQTFbjOJulHTGWwu934kC57UKwrF1bWFCYVy420a+xWywIOyr1qCvR6bW41KCUSKa007nSFBsSeXLVJ3VKTc8A4QugmspFKfeDoyW1p4jV6iIJAqQxQJoqa9EiBtNAyFWE/9QJilY9Z5LNXU+TjwlYfFMYCqbraa+rKKihXBPU2En8nbjWSJqUZiT8NwoqghjHax8ol7dEpVFnmCRqL3JTqJrnqNsUqmCF59i6LCUCV3zqhbGlFM0thYkSNK+0DSsAZJgB/l+WCHd8riHEC6KA8+rYWYwD59ENdcoTtblF4pK5L6hDVZWSSDq38vFCd6HwWFyI3uOBwiuCC5huBes4oFO8TSTI9hD3bLRPl4gZBp0HUwWiOXAin+T+GqZsXeZNHBiGD40AmU8ZQ6HokEPbFs4GYj5jnCKtzFtKd2hPV4mtYaD8UcZ0Zj4bhQRQpp0yLrJ5hLa6uxaZdSvhMWafDEV8x1Xf/LOXky6PhDC2/DGsydnc4LlLt3qXJwT5rsAWOahQANpwGWid8bj0A4vGW26CxoPKnZcRc6+LETfztjELA33FLNg1Y4IRU8/PP6ovJwTdhrBGUm+2jArwTEAnqpzMYKhsN3wh3wQqrvksOIXIlK04lvi+AWX0/wGfp+YBYptINSW2BcrJMqD3ZEUIaNvUIXn7Hb5Z5y+88d6XxLQXYT1JbvN2NexD0WoWKmr23eVAjRHEfMilFXbppG+RydKnGtmaqMzynAs8VlR/q/qLqBr4OIWaYoHwjAI7psomqkGQ9pFOxXNWl5Rr7yZyZIVQNFZlksJ3lMGlBX3Fmr85gk1vJDvi0TW3tUDzfWrRMkaa0w5Yq1si2Yy9scKs8BnsINBq+EAtN/szvazEsZVvNnvXj/kj7vWuO2Qhhm+U1ZbTD1BNL3TmAG044Xl0zIC8tU5QbjKaeMUDWUOzGkp8G+aqoU39LjNB9nUFjA2YcUmuRK24XU6cFjxooLEb+Vc6QKSgGnG0tDWXfZQDl1Q86nYMGbOc9rMQEUKW+fv8CpQK2iPhNNb9ePFTZELVReE/w2rqoQNAjWPAgyq8iDk1uM7hz/bkj4meUyuwLuyCVeATfF2EtAImddxnAuo9rDgRffBMgmKsisXjKelcANfluM5REPWHjo7qEkw7bRT2KtC1oxtSiUVjp0UiWXdSNY1HdUmAkxUHoVmEqo8XjoSFNNFoh3QvFV2syMYK+tnng6acNCZyUko5HjAP0tEDxsqPH7qJG4UJlpnpzvk4lMLjQoWFIGtf6YEcisjyxZ8gL1Cy/Hk1gbcB8Ny09+akQqqENmXK6GyIvmVPa0PPKFEwx5bEKFbxpSKFAwWIiAlcWdBdIHsATv3WpoM3CcVSiBNb1RnEmSftGh1BCN4PL2ca8IZxnJmes8b+ouPC4N3GfWKMJbi1j/elQ/Nx8zswX5oFP7Jr1rPP/rviKD2Wn1CmTth+L7bLG59wC3tEQdudiJSIWWiFlz+w2XK7SCRqj3my6RKBAouykJxBJJaY1IZcwvwvy9RqhVYPolnBYx3kxISeIH72epAnToGUUiTrNJDmzUQhnt7O/RUoRHEOXduAsb6ghPERIu4IqT8AIihuo65jFdO/zIgm0476lDHtNIJzZyonjsM+BolIg9FuZYZld+34XeUmB/YH0GXewlhb25ZgLe0BOoEVCMkWcFIJvF1bW9c4LvCvp+wQWAqEBCk4PR1gDg4xtfq54iYm20hj8GIS016Aphea8Ewuk6WeDHQDltT+KdrEsDqGaWTOUiURehGd/ndiYSe/7MpyWhR4qkkQ9EPvCJlIYl/3/qLDWWH2ry/IhfLX1WhH8FZQ2mUnUex+6lRpKflOuw8M5OLMctutw0h3h8UYWVPsYhJw8gRoL6ZNDEBZBZhp63RmoWAUIztyhWLrIyGQ22ekgHR5qY2XXeZq1hw+fVug14IrwCn2BFXtd+cN6Y3S+UCRVkamRWLCTnKB1qTBUesMIM/wwSUcCi6bablLoqB3w56tkigOSCBh4c97E9DMaFDDjORGIzahF6rKqU+9UGDKOFpVJvIFJwed0uiqspGF127ItuNmivx80+zHoMmtcDqjTACfv6vMGiV6WoWCiEJLFPNugm3T7FXdVn8OHsSfZRTASuiyAx9saQS1PnXFt3KdQvFgbDMcT0oK4URQ1qXypKU3MmpdajwdCl/VUuPl6Cp/2SC05B26fvKj96m33UfCbvcnRTzujyBbjRHMrsLSq9fdJVwJs3aXCkPfDsLQi81+ArQKC6JNNu4AipY7jCkfAE4yUpIUFbT11ofVUb1WgqkBaEtpWvftOktAVDM2aRs9SdlavxWtoSCj1X9lNxbgLgelQukC4An06yqkfdZeiDho9BnBlMNZtBpRAh0zFQmi7PXZRV1jGbo6qa2HSJLHwRIyaCjjTMnkUgG9bDQq+KSFUIlLFRIjoglTUjV9fwzhfMEbcIurWkRkQZCb2KykkQhuLTMnMnj/gpjKZl475kdnvgA5wimOMPZ483z8lBFc+UEzS7MAA5iD5SaDpFs4VQzYsZBFdIN3ZqYWVGGUUOM6rtegV22Pn5qw3sJUIF6mRHZwqNcUIL0U2tD2IyB8c/K48o/euqXKakWDPdgYVcTbOPyiC3AJTBovP05be6ZIESx/uFJbDCSqY21xXYEbcMqhRxGu7BK+8hQfWDxl5RkRDJg9ioBFxkqDFVOTdYzNyZS+HswhIx5obzmBQ35OQ0NnDDk9DlREpUb5dO+R1mC5UJWym8H+zvekCjNROt4dx6ee/mmd0UqA83Vh37+5sfGiJEjinR8+Tsbkh1FU08cT+xymndDbjHyJcNIr3FWVzDTBKlmsBthbXPZz06yTUtx8UlIPcR2atwLfZLrj+21lyUEatlaT2haCMaia933Sb3GokYa8cg72BKVHiwkmZhxiQSTajGGZCjQso+1JrTaaKUtinTJ4kWko4VpbP76pqcRrG5TLRUj8b6y9aaZhMlZx9L4OU36BfcHhGkkkpkCEqvZl6roooPPMkzwPk9oQIJ/5zf8C2FcyRzMim0Grz6EvcI8t0jES2xZC0jEYlzOMuSW+9DlhEAO4lCSbloJGynkR0brKOTsISKX9niasWZevA2pNpmUxow0NGniU02tqosWM5UEfUmlLXHQ9q8hoOw8mmGJiPAMJ/UFtlnIiHVD5FLMNBDEqx4g3jWdxxOva04WaqNf6POgOExtU12pXI7Ja2REMfbAeP3CpDrLKY8MZT4M8AxmC+kBqlIPtlsXVid7lanG4+GedEQHd1NgU00CORdRFqola9oX/6RM7t9iAMh3eGAR6DynUIYqRgxbOof6XfL8itt3P9ZmFuf7vpb2a2YHYVVrHQNecLH9QUZ8afl5tNSzc8EI2N0On5HClLSJkpt9BkgjoDrCS7g2l/LdKpEc47E37N/X1G++pp2bMk+GFMX2PK6xufEX9715MufRvlivuwGEPNFubpiQ+UcS4lYvsI1Q/A8sdDPn7qe6cpTL0xztXc3VzkT/QZ+wUoqM5KXTI0TegjzD6jSq0nX0Iy6oN5go+AN72LjekdgTyMUNrhX6TZFWbniSqmAN5BLus5B23oNiODywXiK0Av/Cy7C+7k7fKTFnr190+04LapcLQRfI4W6JphSuqy8+sC3P1FwmJqF/uy0jVGc7Q3ry2UmeYyq7FLw3TgLgcMJypqOyrmksV5HtbsQElyPUsDqFIY82efHuuWSDjea5dbjQlcAtKmeO6RI9IwilYwFn6I6xtB0d1ZCAbB5l7dkM6p6TbRmYdjUxSfei7IKTO0bHMGL9y+fwr5Vl0HQx/sZLQciU/DqHvtUAZYhmKIvPhHS8MX32T0nBRPW8Ewti65a510Kr1Nl2i6MJemOxt6VHguTsvEIKYuFAsqT3lrbDN25eAO6Fery2wqC68bx+i7skGyyhbgYZwkFggZ5xbhtJvAMOCr45UCXSRIhYDrsfYkQBr29AyBCcL/Z70dECEdra3ztHisNgvb+69AgRLnP/9QMCH3O+wZmEP05XN5jWN69Hj3xQxNfQn/3aFcIE9ah4H5Phr7+PRn692To/++ToZGJYs+WS3TbfJL32BOWJKaAx7XWND4uvOMRQ0Vbu0nCir0DJ/ceE+cjkq6jKcCVTuCf1EoVG8s1jqgtjm1vWRImHjLVzUAUSDh6rK6OnBdOrnJtKCgZ6+mtwbKqVBv1jggqz4GpfECVIjckcr6gOxqa4bF7RSGcQwheUUpzivdi7xgubapiehyQ1EUZvuUSqKLZmUWijDoWovOKtlDaS874cU5lBwhHAZ6xHEsEACY1pKFChG3NzdJvLavXDHFDZwSpoNHCoK6L/JXoS+C9YD+izpGVHFadEev8bjZyRuqs+F7whcXE59Xm02GOMysmi4pOJOuSQwY5S5FRE2J9qK9TXNFxYLn6Zx9484IY3ctEens/hRUKAgRSOYeSuwGJSjEOivoKRLUgzh9TEiLZVR0ElOqq5Ar2VLed6fSFrZUKT+B6JrtoxLlYsDegZYDjrrhasaN2XObkrJzmTNrPPddpNDXtlmCzWmaaZsGNrzZmjZA0jzsxMWQ3Y1fuIM8o2z9RI2fpJc+rkMXADDekhicM+LRkW4PThFmiNHgzTFoBnxhsoSlVr78JVzOV41ImiMBSCbY6DYN3G+bhqAMFveu0VaTqB0sorPicaIYNLHBu1WZlAoIKP4yb57aYHyLRmoJsQtUk+Z6dnU2qZKOH3LX9eu91KI3q7R0GAGw7wJiP2YA4wzIRQWvH6bU76Tw3BJrjFRFAEim23hEjQH+auuZ0sqSACCtabiQ3yZomJ+JRRF+LFMXGTZKPpZJibkJInFlWaOncZKNfnwurltXKpnMnZ7MZK9GEdWAARESEzwuaqA72TX570vkWKnODbm+fw5M1olQ4AJNnve+3Oo97/3Ors9t7tNW5vpu7oRCyp5pjFZ+GoobYBdRbnjCDN90rbeNwNywPZSR1ayDNkiqIiztn5if2e3ddQ6PJ3XBU2w2eFDm8WzFdgyANEhYNR6kv8ug0m4XjMZivAkXNVZ7iOd4SeEWxpEIrolQRf3J7H9ACNmdbcQ0UVAfFTcXM6Tl3RrtrdvIG88KaE/9ktRRdkHNz/OAsi5Bjxy9Qu2vTE0OpedKh48t2ObKkVyi7kiPZD0YyCH7aC34iqew+UHKk6atBJNETa/5OX/mePcS+cCaOAicP2VH7wBi6Ta/sm1cs/ocGh48MzCPRE316ot/YyAAe2NW0unO2psnYrrblr9TA82JBuh3M6nbS94U68X18X/1H6Ps6xPr27n+79yUBPRo86u+r90v7/3W8X+121T+1M6yFDrS/fxzSgf53sXmoPrr73tuyHDHVQwuvI7CaikypsU7F9dLTraaLpu+q7YzYBYwe9ORVW0LS9qpe6qTZeXx0NPC10jdm1jLKIkfmOHXch3o35fNqLfL3S/bagBRgDAlH90V5DNHVwwQIOoRm1L4osKvGRTXCHF7+MNKcoHqbeosQyUznqRXwFPr8El4nk3sj7CQMriJsISVbxNxolFYXUeqGn1gj/tB8L7LrOHPUQ2tWGDpEc1HT2U3+APr1/DgG7p5JgFfBOQsy9jZbjKuWHAzTsAfhIM8V2rRu71RLoL4Vnzg2zDjkJH9YylqK0JqyXp6YiZlUxPtIadaT1HY8qqdrpkyzv64ypxjBt0I+r88JMJ8rvPxEeWSSBhHNRWyHayOZN9miQHeM7hms+8Lj97xIG/QRfGTt1DW6riFImY3HINFHbiV6EnrW0Fr6NJhkoADhOMyWWFBKo/76YS2ZYbVBiVjXCjCcdsA1JrFmMW8C9gxT7g1tBLO9k5PTYIHGJzTKVyMTnCoEQRbkVodqTg2297Y/JVwHDaUfTFBI6BEPAZnszhlCkGuMcxT7ZaUzUeiO6ogUVCrOKFnJT69V5TB0ij6WiuzLcJIIj5H8jnPA6aNXvHPGS3Hu7gLBeyf+fGaYZcbjuNZMAjgTrcf5aqj3dEVNhCkKM2QCqS8kF6EncLchRtQ9BF6xpRHlHYa/aQEmps1Zn81IxS2wWPz5szdxEQLYPJTt5fYPOsjdVySKJbe2jlEPTrcsvs9fLv8lzofc5GKHVtzC0H0YbpX75CNDM//Bl6r5WC+KAezBZwbJTcpyHahHEK4gmJzK1uNFYuyEojWmRFySgU8E6OvZtwLeYB/zaQ4kenDGsBzfWehIVkV0erJLBJjUoo801D4JZX5iaxoYA6JSBFpXC3GYJynOBakCblBJ1StM3lC7PDxpbrX+isCPD149Jlo/awTbvYWNBHqWtOV0DtfK8no1HVZUcYOEpuZndh529rcPtnc7n3c+S5v+rwGmmz7AHAon6n1OuYTAUA88TA2ehKcl4JQkjw2rIQHUSwmU/HRqDhZW57hbXpPSli09R6tUN3f/+Ji3OUraxtDSv3j/ElmJ0UjQpyZk8BEXXmvvdlaJuzE9lKht9hDz5w9zxDi4s/2A9BU4L2uyXow/8s2scuLL7dzxFaroVMOWEt862XeZe6jHqQ9G2Qsn3412bs55I2pd9+ubGUspyt/fgjGD7gBSdJzYbBJBCi2FYor5DctIOaidDtcbb33vId6COH0JaPMR5pi5/45WdNE4/diOQIBbYZWnlFtNJuemqEQ480pvAQgBeUOWYEPJ+kfKv3KbfbdCHesjClL59pQepUKEDGTPSdkwHNubZpbEWVpmc3w4/Tb8fvTd4iZjFaiced0vu8kTbaT0rzKhmjrR9/wl+4H/7rE0F7wwLZ1OSoSkgt7qlsU0LJRZ0gHEGm+B+ahc+JgT5g1rLkCi/bcE6qmWCzctoCFDPAC9NYjFxhgp3iyst/tET4tqTcc6+E4yteX9ldiSDbNBCkUypFI7N14joMCJj1gi+DAKuTRWZ3RXC5M4ecZnlSkmMPLhVPe/ocQmQA9BQlNtPyFaa80/vhO+1fjCJ+z/+XmqkedxBVat55XdWry48Nli42oEp1rksB+hhVN5r6dIVzvAy/o7xbwM3bWKwYLWxs8m2Si/LhF2zcDW4nsW49Tw58kxOSnYc/cmUMRcMcUnL0nplyT1pjr7zh533uDl9eROsKhDiWEUoLbMEGWFZOyBBQFyc8gH6H9w4zWhKrKStBl9GSZlPFo43cZoi3YT1cvTyPZvZ7r/wh3bcnb15e0IvZIXbqtfyLVzAUf3ix1+QvjjmgJLqRU2X4BD+bweImxT8Gvvc30FniQSB7KMifVrq1lEMkS3jmHTpeQpCEc2FRxONoXeFNwOvKF4lD72moKFNbeLYdZMc5YBPD6FiurSmq5cylTxq6bb5f/+5/+Jy080d+4/xrhnJM+ZPyzZijgGw4S7eKzD1V2vXPSIFCkx1rZxSg+0FT6cXrCJf3IC83vh+ZwUX1ZZz5mTs6NccT64qxLH5rDBUxcpkF+fu3tgNp4gOiRxAOSqZksrcrXaZk8bnZxPyhLF4Z86j+foakGs6BndVBE3dfJL0u64E6G0W/ngHxJWqvcRvVphxn/ZwX0Q5y4HHxR8yYmxVPbdXKfGV4tyk97w5+6836VyjfKLyv1C5D+fulPNzKNbKTA4AiqsrP5OpgQqDfUXbah5rynULO6xVtPaUFtSon5AfsAKPnAzIZVFYiuJfRY5AGQQpzUEixvOOzKGe53HtznxFfEMIG52cdfku2nbjmjIcFprhjW2TTZakIXbSJR1WOd1wG94h0FfqaQcT4BcwHvb/c9bFCzNAhHbUs1IXY3UiAbNzoow81+yeGEZ014i4q4hnGONV7La4Qm85mNdhkYRNpFcEKoNqzpkSGEzLIEzhCJMvCwG8xP6peyumTg5r3k9sCtdG8MVSDQzcaHdllxQa/Z2OtaMMY4doaGl0gyR+iWAPuFICy1vRrEXl7zf1Eo8rXMtB/17ZnfL2+I6YQ54ORFz1Wnrx3gZJV0FHbxULh77olVPX6qOEUT8+DzNSlFCPJEodVDTDVt2U/4pH60klZVLWdvxPDDx5wvifbkAN8YFeIQuAKjzAHfkrzwCXIMLnpCLajWdZou7xpFYdCZ5ForZDSY53kkGjDXQw62Dqajjsd5hrMuEATchP07u8X7gT/KOCBUDZKRy4QX+HV9FvWU2rCyvN4ZLrnJAvtVOpU1Ts1Mo7StpUrITYx9U0hd1RB8bj7YWa9tM/JUN3bMR48Qf0ZjdcG0xGHXdn0RGh2vEbYICC8HCSt6QAxoqPXsGRK3agtwCBO6t7jjgHNR50QMGiUvQbFVz1B3WS1rUNrtcOCtOfQTMGDhEaA/WU583uMNCg+Zg++Dz+7fg1amDlCL5Vqqow+55amTeO7dr5lAfIpt6PyAlSyQc/KuZcOquSVo8ourN/e3+fdMW93r9R51+/2RvcLJ7HEK3Dvpr6zcfDg4OgvrNPIJfqYJzE6TnN4vb2t1PZCX+QuAdwmK5YYwgb1kmeW0aE3Vwqo+HIKx6c0kA1j4AsMZwyd2hnBuVE2HuNZXnKf0omeMz2Dc5PjXfo3LMZVKN7vHZS7zw2Fq9IuqWbEr6W98bTeH7wgqf0diKEVeL9FAxSbG7JLLJaWttJm+va+KcZf1c5Iqw2SSPQkyiRY65VSMBRyBE1Uzj89qw1mAN2iAGCXT/vTxMA9BiExNEj5O7waIUIfjLrsAz3iyMBzkNEkoDwHBDokxC0jOcF8uU1NrZJNTrrolpsZp23kP2wdv8qgBCeEKxO60lsRkAifANOldOOp33TlZdIm8PcpmdUMTuwslMUGsTb2/oxTuwoXqnl5CAc3N74WQ/ygn8pVPR8Bc1z82ev/bMhDTEvjdc935E9tSKodF16eNkKWaVofiJwdXz1dzo6JANV1dM/fDO7ZmPnb+Uq85rAkF10RHpXZ2hM+x1McMq5VfI35eCyQ9SvdojD9Ro8C1AgUCbBI4j03yJx85t5cVVrtKQZ6FAqTJVz91PP7InHPynURTEDKmWiHbauO2PgSWF4HkQqFwYlJIuwuPvMsx6SIkCOmdPZH609FSbtxUpSGziLye7nPIOpQRUWKce1E9nsFpq7km5xEHqNnO/JVxTFQCNeGYr8/Wc24q0t19knWsnRf/c3fm3+Z8Hh0eH+3vdL3mODsIshS92MrcQSNkN8rqYUcQIP2RGi4Z8j4Rj24a67+/gl+ILxaxXZcxHfxGH/2iAVB/ITmaQ0/wFKI5f/u1vcMleADbmo5ukC56kH374Ygf/bk0JAEMlgFdwDsz8IhMrR1pa5LPfH7Iu9KK73TOot3ovZJH1WoDA2YuXGBIbSAgntrDNN4lAKFGWyz7B97hBEmLnDE7Gqcbnmy+Hgb67L/vdvaZpFmGChoR9UNlAc1hIMYkzC4ycCqPI8t6eeS9ORiQqsBA5gFHkZRli+fNpVkxa00Eas0HuZVL0j3u78D/IBnEqWGxSrM8GOX508OgwyAb5NQ2KlHr6WzUm9vrHgTHxG1OK0XxxkzYhp3jSbumb/JFX8lxgsNgGkpbKkfvV4854kRHodbwo58owRu555WBgJjsQJJC2ZyQQgUaShkx//+hI0kYSLvtNipV52AaKD6r140v5rcHgIjdlVGV2Uca50p6zw9QI5JtbUJM0kSz0TBX0soFmJAwNrEmgt9+MupMWb6ROcB7YKQN3zgq+ww2QExGaSbzr38T83flkgtv6q3y4AO9cAPwJh16zNxL3VbpQdWN4JBXlA4sZ65MFrTPy+HxSIAerG3ZbpNCpoOL6BxJvhgg5QSDV4bRsW1vC6JYtkYLg0iKqcxR1e15ObvKWKoOaae5Z8ILCg0HbZ34vAPqRVHi0oyIwH+9IWko45AT35V8nyPSClk+R3EcwBbiZOABnypxiDb+KyYWCtpya0HN6wkkH6pxE4GctgEfv+jF5clcqjgH4NwUqU5jpJhfJi9TClNdtC7I1xoyaPtGNaXkdsWwTlLLwwcZ8vOVL0ynhf44pzUBwt8ab788c82HMVrguFpj15HwQH9CEAfHm3YvzHSgR55FY/grxhfyS+d57CaOeNHUT+AjEo6nx1ra/yVIkjXsMUEvS5ilH3t2LpYb/390WblmBVxFxVLiwIhtAy4v83VE/jYyUQmkl4Dqm/Ptw1nkGSR651Ka5b+NPVuPxHR1DRelJXJBiPoKY5IIH8QpKpAWckUw+IIc8yp1QCalT7in/3xWzu9enzygF283ytEDdIeIYN+t8kKC2lpXGgBL1y2VyBYwtEXb0o3m6W6asxfAljGAIlhAxz1AzadxA2OuzWYVVk8K+pG242wk8Dp7cWtc499GbPvLEWVQwPLmMiWFJvzMj/uBwnETOAOUI6PxF7XuVxrbcKONyn/JJVRslqYVksXYtnAhuVZMznFzMRD7tk0VL7hIDItHZwMZGut1aq2jcyQeZg3BduE+D6w/o5M6wyqxMFFSug7A6JubP8k9zrjK4ZMi73pRIPCcFMYGP+7qYjKWVU5CGBYbuKyyYQYeN/hrPuhkjuKe4lCbeGLm7j0FLwiQdVNkhKkU3+WMnjJz9DmX88E5kFtWcjzCDQ7PZHTo3JAuAuZ6WdEXc0fMCrUD2aaxNN59PIILnKw7fseehaBs+QWKfeUisvxyRLfZOd85TFjtePpxSBYcPWG4wCfwK+/qQLWZqmHRv5xf5zE2WM9lI5WeecPd7N+4LqhGif4JQHl7FjERI5p7WPKSRhD2jioVVfNQSu9ifjaokS0OL9MoZ14KcQcayTBfUHh/mmmDqtohh5HfGeX30+4naeiK9vgF2QU7MI06lkhmbUEyMirHXIyzHjZvRHdff1+dwQlYTlJ28zUCj7t3CiyD/IN9FbxgUOPR5VYDMatbWLG7BmfNuogjvUovGjpydPOut5kTeOA5KpBXKOkdcmXV6sZTYM1IC1TPW5bwZDHOFQyFQDrgWFq5t1wf7bzZsHcXZWTb6iBcvaqXZ5BbShUT8IIa/XFUyBgQbiu/RaXGk5mUzk9+Qb9h5N8in64YQ6Vo2k9ftZBkzBn4A6AmWt6hdaFGdrWBnttzmCqDwpMXoLoNLBofhfjFh5jPcsbxdtf70SJ6eZTfFFTvUCpwrFmZwV14uRUWWxydFVAW5RnADPrAlUGEQReMkY6EufIgjT9itqkcBBY+ogKBhdSR9XLcj/6lS30hm80bSg7nM8zG40bzv9jJKQyBlTmmTqhVqDcDZd9d88N6i+4FzX6bAeF5hBvcESgQtuKJwxbrGHTMGUt4w1iZeqEDwMgCuThCxbllhBFCQ+iHoOp+l9+prBFhgtwmCK1VQLeYFWJGw3hf2pzITb0V0aZt8IPRug/3jrktYHKQ7gCHOUYnHTF/8vGzm2sSss4VeM1XuTKp4bVIjlzHoWmx/ff7mG9oPTi0gCPSYckNoW0AogcynudzcpuAXvsgpYllnWziwktXsNhvPd1VqNLQTd37BQT1HJ704fCxO9jluo2du7q2erH6siZO3E+RVnKPC5nQW2nCRjqXYzZNOvn21LfLoMcTU0dPHvyC1T38k9S1fjjaUoHNn7d+C5Hd30pIlIZZrgcPEhIFqbQsG2Kco6Wchn3zQ51MbyPdg6et8MjeUgElAQCBl2x1ZsD3GfmO8YXUAvEeiwEz4U18LV2YkFfjOZS4H4A/Iq2t/7w+BdRLqHFEJ5nGryW3HwrS2dH5rZVu5iphb7f91O59Oenw+/7fkYjdcRCAnkHAgiFfCHQ4YWdW+tMJdxZ/XNmoSxZSPzQaCMoR0/83Jpz9/++zt+cs333QRrEvl2Pkg4cx+5WwJOIlGn5BJ5WteLAFK6rPk3DXdWA69LA+qL2KKFhW5VF3TPSogtKQLE840Or7d77n6oPG07SyctjPGFAHmlAKXAmT9up97vBTqwpXP8hdCwoaOjtStqPHYijjlUB3irEioWf/N+1eviF+vQ0V9p8pCq49K6V32Z1DuVUH+Td1bFuIqc47uKneXDkF/eu2UINQynJSpIF/Fie02K6FecFF0mbd5j03uZOfs31Ylr8q1Jhb4UAQZqiFHPHukv1xBfSGA/HC5HchTNS51E4Ne7yEyIk2GqRUKhYkcl8ZGeN1uIt6wxISs86B754ncrHIgZft0zblm1ZS9cXB/f2KFxtNje4MIhZSuFt0MC8F2FgvPS54oygNTzoQjhg9jRtdSLy6MsW4u3bnZQX0VlfaHoFZsUdSYQ9TF+DN1b0K6AFgDsdVnS7S09S4T+pSZ28+dRjx021frlpLBgWVt3OrmmXgMysVH7Rw6m1SZWIXlJh0mTN1vi8USOaAMUck9m/DBAtByq85O560z62pZC2suaAp5oB81tl9gziU9cMHljHjhqYRQrErQmdwz1Oc0gSlX26b6AyoLeHTJACxLU70bmPNvivEKjVwlK1ODjK82uWqLRcKdiNEGlH2X2Q0o7+yzihuxVGjUFohE0KuEVn7DL1Jed6xX7E9tWFrPn84o14wrHHKBNVwye6foMdzgTjGDil+LRsPXIy2EKKVaG8QWHL/X4hYzoq8lpb/WihTRxnJMO6BKsiFDGcY2/pPqiNl/p3Bpj8oKahKNRJMuZtYfHH99QlrXgKje0nz2CXwaxRJR74uPAD2m4X8sQICNAAHlZIx75qOKzjk6xXBqSaNssGI1HuxrJuJtB9nm1erqChy+gTlMSm92RZX4uD4H5K8UscVHfOcN/Qr2Sj3XmpYHG8NbqMr3RUJcKdQB/k/XMBIht9rosJbsNLA+A3E+m5oeMJf3uV1sXTnvuhFNFznYQXSZFEr4OhD3fN3wjLX0maN8Nv5Z9DtfIgoJ0mmY75o3htsHXdIIurS5yUu9sKefgno+79HtdvlBH5hjJvZ9jlh8Z+KRW81LPF93dLb80YIwk3he4ZhtKNnQXyMmkipqSBb+ae6mOxRsQMgDAfweAKU26wHyrEzxZQqVXRduG6FJg5rtvJyv5tVm7RkgSJfD0j4ozTYOuMHntGUL3iFSamI162kwW64JdJlRIFuujE0vYivYMTLiBfBAs+PE8gqZwlp8CLauLCy1E0TzYQn8QLgDcSNoTXrhdoeycmm7icrMQNjmOSgGfOarzv7u/BMB6efWTuM1AkIvSlLj1Rrm1wXVFALnJMkNolFLdvs2Q03e5wJaLhnyaBJz2FxyPlEC4dlE0SX73sdv1azDFQPc42aT+ODcRw8R+0pNPyAyR7mtFxiLIJb4ylg3m55aAEHicakq1YdVIJEE3yAoSYwGlY06iyvJQxAAnX+0/amluYCpzxfq9TFTznffksqD9Cnk28SMAeji8/AWyBc9LXwBFw6B8JKJHMnYsjDucu3xkuHhOz5FOr8Iq25yiPv9y2R7EO2xN6TPyENnAA7srSWGZjT1S1QjhVPRTfmtgbHW34IPYp+2mx0ckfRKywHyF/pPDpKDafWi1GAMzNEYQH00drthcgbzjIKG8NL73FBq1ypQ7NWjD83b9WOeo1cY6LCJ3AGgkZXG3OEnQJNTRrmz+bDqCWzLcp7PfPxUamixj2xDLXKBGSgkJ4E2iQEmlB39pPxEsjQoWtsefQq2uxif+YxDzc5yLCcll4H56p3TMKz/vdP9ExAvdDccu5gzk8jIsBzLTxdORLW1x9BW1HZ8MRByJ0qZ1qYwiRQdyj9lsN2pPh6JMrdqfylX71bDvI6wC1VUPSbd8wxUGxb6RHwDgQPYIAi9L73fMUCkCRcwfbGBDwjmBH6NgRzkha2SSLZYpjwHxfLOPY2Q99AxQbpKUoEMlv/NKM9mH844FmVKhMIWq8iBEJOlaKJ4A7SDHT/XfcjLlWNZiadG8yLcU3148XrAo1U9mMFa7oEBPMC5MiJGXAdbJoEmw+Ib+DHypFD0Huhj8petgJWJ4vYRe61OAxsFHHNnOwMCJJSRt2mx5Q7mikzdNFe4RaA9MVrC7uZuecW9QY+i32YL0ALG5cAdY6U3bE0EnykNTy1iqspfuM/LgvFjSTUWvL/orS+X4HRnJ0GILdoKUboTFes5ZV0vg6lQXnYYxHPiQBDLgYHtUp+OV4BqdV2Wpu711CTNUC6W5vWkchKC5McdA/fvUVs7eAX1pHoEbBqn4TqxSX/f6X75GH6ChKAgaewf61S6c7PSy26yMffW4wnE31OwQ5e/6vFd0XOWgBsyjAze/JlHlpgOIabHy1an5QX/Fvf2LzQ94OrqmYvfdfvU/epn7k0mHb6zKqqowxf0219+mkuQu7dznWCWw6ZjFKiQaYYlk20w/yMUaMKjCEKCLkI+LE5duyTRgfce/BMqeszG7Nd0cmKm90wmdRWQpZaTVkUYUdChhgHB39ak3BZaTNiZ2tU6ZLwhEV4pySowHEKWbYP832NIF2hp7oc//qEnsNVIM+9838Oc2s5ixTjtZXal3CMKqWZcqaAwZ5EYo2sLehEvEPnHIOTM1qlwnNQoNGn3bDcPMTIe0FS7hQvHozhRE+DQupQzLyr0C7GbDQyDLlEAA1aPOu3aXkNq6rNvoXWtTBsTU/s66cgfDtrFk5A+O+JSCu73pl45+o+FfDmmEDABCnxJNhR9NwYt3a9/+tFvIsYKM75ToJ1N/b4GLl/ukRIzAX7JrnoeCOpzGy8SDGB/d9/w3QDldC1s39we1c7BWN08gzQuRoMSIQmRyyjJa6HxGD9Cp8VETf70Y7DXBfuN+jgUjMrtttfNVneeB7MAWV0l1DBDZOakvLoSVdwDNBk9ncUeb2gHMz5qnw/GL4dvA1Swz6EQB0holB8FY/MOYKYN4C/mJZIYZAHhsMINfKHgIsUH55fgNoITg85oYfGSV+lQN+6r2zl4nec//fjQ70z0Q0OECKsvVz/9yKrWZxyxkT8YTxYV+oqXATr1IfkI4QBoRQHhMHoVXal0KKolYaxki18b4LHcPLQ6jEqySjZY1OSoYtgBCEzDpsQiU+Fv5DhGT9kM94DB3P2jnSS+WowcNBt2w8z7DhFYneUelvYG1hvesxHUl08JDbQaTooKMBOqQmtqz4LcFtUIkiy51AGUM3da+RSAd1x7B5yjkLN/mw+DzDAZSmSW2r3lBiAlQhAYU8OfVAGaiYDUi9x7vHG645hchKCqjcNXxUatrRh1ugDsAwDu8rrrZ8ok+TAbHjuFBzEpmcclbvT1zrgH4Y5innZkl5Eq3c6Ll88tmINL/job2PVEIXwM6yXsx90WZCgeInVG+YSwsJaTMqTD7QvR7awy1gnTx83qyKx0lke9z3pWxTBcy3glAZiweYfW5cANgOqE5IVs64kHWL7e3C+oWewwzpSqRq7HLCQy+qsajhU2xzMaGahRAU3lz9E00JI9La4KyB54ytnlVaqfpHfDzppTeYtpJgZ2OAIRHpS55Z6/65wXn5Y5lDaVn6loFfyGLYKtDtpfWx0wSdwPYCbSH2E5O3xduI9ARd6pZK2emzOtiiV+YEaploLgEXCVuw0q3GBMo86hB5A5FKUXsfMQixthCdrxlhWSn4XY3A38Sq/AO8ZKGfnLlu4eXLg7vOJ8KUoBmREYkT0I7a4q3gkcpQ70h/ezcbnzNh+XWpyriFX2aJNRK5U0ewmQn2QYvKb7NzUkbkJxCNJni9OQqY/xd6Le+nxRTq0Jc7LPXrpGGXYjeTalGGCSe4qJ3wgAQc15hfHsfLHMdAKaG+X8XgLtBqgsYwpgWSSZAe9CZwbUNmRuA6eH1GDCAILV8qFikFg4zCk49WWzMB5FG5s2zn2ggQ3sQzIULK8dWRcM9UHNEP/sTR1SPy//PhiJ1T3w68WfSx1OETSIfs4ZBYKreUl+9advXgvYgGEfvOP+/skYOXPbXWd3yveiYUbNkg6Qe3MI681xLbBEI1viqERDhWqjr6MR7+s7SgLx5D7gl6trMDQVo+mh595sUUc3ihV2L3IE097msUpXRwAu0Y7WotscZzEoVp/k5gQZVKkJEFXLEty0pbMcaNSUzSNxVJHVwrTLHYoGRzqYFn0CpB8QlMDRq0oCx8DvqWXXZTkSunvgV2fQOOQ5j7T6XjAvm24Hxkl7hBXIrk8IzVjNt+AarWxiVDUr5vOcIBge2p1KSgXk7RAua8ERDqkoU7UCjzXFpSEk3IrvRR8I3hckR7OJbLY6VtsHmZH34rq4usbC6ZNVe2irwsRJJ1hfJXRChbNaDIyi1LGkJ0G4x8UYPC9YpwQqu+QZEl4QEm5LseJmc8GdYEorEDBrbW5t5UnMDNED2pxUyWKeZA0E/dhCazvNkHRFscfRVKQ4dYoM60dK9z9DHmkksqIcD1BZZyb9jwsL43VVVFFtJIG0k++DIVQh+1o0TLl2YTy37pMxnIyMajgVtN8COnizWZBULLL1ONrCnzKGVRMkQ074TjQ/bNYc3Fx4Sci7ZNhWAT1LqFQH+mT4gS/euzsaMvc95i7yKWZVXWZETg5nRrvjFjYcnSdTbyaIrU45a0G7YIetv8LPpQiXYs4nnqYnlPDJniPvD81MwQUkaYJsdAg5nfHw+wGyvlOO8GIZ//Qj1UqY1SCnlIQshxjzsUCtcCccVo3uFsl0bho0VZdUIhm5vg1khBEVUhyWdQl9Q//si/ngwtHT6V6/zRaE5g/V0ssk5eBeotRMrEDTgQZPJyO3IHzoUXkjzJquqCDLXA9sMLh0k4TfnGleI5UWLEYfEThPaAy6Qshv77GEliePSD4tbCfdp3gsxsipSWFvxWDirHI9IAJfITEDB9tLymShv4fvoPAO8J6dJgXfSlrNuUCkJHi+1ABB/is6nkiiBzqSx4qWMPM08czC6xmz3PHwFPZtsi9lHAcnK9C7MbYcVwSAVH7SPy+dvQtSEMoURgh3C2KX+zWootnIum5qcSCEu1r/OQ1mgzLLMxwkiWDn9OW2TjyjHrtjGCHHTEGWckdKmWR0qUDUYwdvFrwFsLj21H35vT4Jr8whVUxTcgXK3uHSz26yMb4idxTuM5jloB805DiBl4tRuBHDXbOA43afPSriDKQChfzgSgc/G7lZC+J6mDb17+dSmad0HPEqlVRQaXm9KFdOIwMsUsak9sy4dlGM//zyabf9Yzvd8XjSo39f8DVxMby7gO8lAj5M0qNng0wwUJJnABGdDqUmMTheQeo80CpbO4TQmmfFou0aM9RN/qxUOViV3n0Y5EM9xDzS1Lam1z5r6w4Mhx0E1SCwldM+jHo6kYyNiuBlqWSxDb7HRDLij0tkVtRU7/hq6isJZnMeV1u6EvKPKUoR5KmYX3TJR4q/zxa3OR8I/LIpWs9sFkPbdTkph66nr7ObjCMTmj3bjtWkS4pxZ2AznTO9UfL9aCVqXq6Uxxi9EnDSgEgiNevNLnDr5xQHi89YwPx0wtPAgF8XYVWh9U46YXKyo6+FVKwV76GPK8Y9on/MEDKxYAobSc7gOba7p9fqIsfbVOhQwESfcQo+DSCmOZTKaO0Wc+WTt+FT3W6R2LnFI8e6BbJQwGVSCslecenVFABVPAy9jZ+1jAM25TltypgzM9QJxFMe+L5mnFYS+UVkVtrAn/kCIZ9lyDfW0NAWHUmTR2De90tr3DKSO7BYzQIfdmu+XqD3SGMr5dITN0G00/BpDqsBvaXai3yptW0D2eVmDiB01sHQGaRtus1BtdtaZWSSgRdZP+9b1GO/t3vY2T0+2Ts42d+NinrsrmPg3ds9fHQ4MFU9eAC/DgVvSLj6m+XeHRwG3Lu/eRpXZOPdc1Oh+MXxDXzYuEdWfrqsyMDT8z7m5yGDEJ8PaHpbW07y9u49chsPfTTCiEg8vYB3o8Q6YdZhdNWNWOGKnpuNTZSCnF5//AMRydxIahriiHRW/uP1K255G/0689ViXlK9N+/s8H1K1swf/4AZ30XErIVQBcTJ8ST1hli3kIF4ECEa5RDVAGfIJ2cgU06TvAQu2j/+Qdzb1xR9wOCgYn5hF2C+cJKbGOoDWaZ9u5+B6CabeA70VjE3AKLx3XvRjB/1dvu9vf2O2zNu7fcOIprx43VCbv/oYNDvG57x3V9PxK3ZrL9VmTd4FIq81i0C0sJ1MEWNM1coc0/vhpS4qLN5e5U1FhitjSclxmC/zxJjtWQPC0kOxKSiMg/Cg1tV7Ra9kx6AT15UxjtieGpLwuOghEX2zzbWIkG1aZbj0fYCqyBwLrgQlkigtIw4N4A8/xOmp2aLScF0H/AKlqaU6CZ3LmE5IYkxgQ/GTAD03hbCcGMHE/1gt7931O9++RXlcsnno74r+GgI7cy5Kmf0hQBSTgmX/d3jRuni09pqIYNKplbN4URacsP7ovGFFx2r7sa/rU3XbY+GlimwHlmzU9mayQZOJ5jkAZ5Sjo7DBgBvJ14FGFeRNDKj5Po+OQcDggZ8gbvzO0LEfaI7yOBA/w6FrYidBUxlpWX5JUT4oNd3euojEGR7+/cV4W7jHQ4O/4tE+Brx8duV4aHe+vtJ/C8/iT/QgULnAUSie5AQiFV905fkkSnVJ+90Xvp3wnp9TS2na2G4vfwKrBK4ZOSc+noXWoeOaiUwtgWbZEfzjDVThKcldc7B0SPWOqFg2HE91EV11GGS9ZtwBOUsp3LRzhJHXdz6bi7zJZKfezY0tyHGiegadFqrbxcYb4rY4C9jfxktuFZvagAy+vzv7QE+C2iFRDUzGEaNqF6HgaoIhJoqS/FGABTJ0GUwDioNzMJWES9YZlUA3Kx1yKTJiA5nmueP68IWyKlnpgE+iZnmoPWwPFO1xoJFeta5mzcYP56I/e3B543s3TBHB3V/s9Rf8nnITrCyTraUkurCSycDxGmJRhl1VHexRgFubPg6m1MSNy5M4vzRvljwxMqBk4wrHNW4Vs7qFtFGsmyz1XQIxiFiTvY7UokMoNlV52GxnW9zJzCPfWen72/3o5cBtqLQFs9C8lnDt6eqOAQpERiRp812jfAWyS3VT+C9hoHFcFs8RNApz8N255vydovdEVTwW0Yu4pFRkotEvQscLecT0081pj1hxoQeiOKR0SkcApSlk+3gxFwurC0FOUHkXCW2c9aZ5s7cHlvudZwVlRpMOGnOzCUV7mpti0gowZuaEZunu7hB9HLQxopdKtkh05lodibVQ3CM2MwyzKjmCdig3WDm69zhKQiIPwnY6sf8Ln3i6qil+qaT2a3Pp9IPnq6nHwzJB9OyKZ4L22HJhLNY043bbjgjxay4wMK2zFLFG48QIxAOdlcDZF0UV6tAYWlsT0CMQr/p9KkMrgIsdl/jsRjEaDDO1qilOOEGoMMGQiQlx1BVo8Lh+ss4C4TmcZxV18Sx45HhCCPIJyMA6AgilVkPNthrNYPRc2e9eP/Sj0KuTY2AEaFTIRepP2CipkQqTL0prwgABA0zebgSTiS96RtF/qWID7QWYZCxXs2zWdgR+yd5sPXdGPGReQibVpWBMJTe8thBejj1Eqo6EKXgsoNp+Kp6TdQ13+MdqMTP0TRde4m9m8rOe//2VaXZapRARiLu9Pw83qP0vpUUUiqXWRzHgDO7LBJaGg0qdaDqAsRWq0SyQ9GkmPAiPSxWGy1jEW1U2nDhLnDi5Pz8leGWxl9vsaCUVAG6P7TiBxUrEnjhV+/enUEv8P+1mbL4y0ge+nwTKReCLeBYylE52WIH+mXDV4ktITu34RiGM9+8yzLUa7DqAsy9d7ajnIbJA2xDc9PHyUVN5jXPCfIK8BYjkQlBkd82NL/RjpECDbJrNpmTIzki+nPqQ865l5hjBXZQyJ8IG45Oq7Oni1li1yVHkejzZULmcsuB8hHtuZd+eJi3iVkC+F6y58PkRe7FyyLPLM+kDAExF6Y6qzpnzfXLoCS9CdVWhrxa5QhCNy/yjOn6NAV+0b69b+C33+sfdPq74OwaRIHf9aVX+4eD/WP1p2n/v1Lp1WZPw2/VmdbfHYgz7Rd3XnT/9YcfaCthqii6hsAzBDMmsSjXo1MW0W3UP26plHouz6UDqwd7UBEVq+gwwfjYbQCPLw6ilEQ3TlJeQyiA86LBjEMaYDHB4ch+JErlWywDlVcnPhkhjFsYq/DhDGdQ4Dk2k0G0M0rGl6CoHnR1eMDVqNlgGNs1TBekQiWjGYcaK903MrjvSypcmxr1+O+B3GD803Hw01Hw02Hw00HwU9jmIPhpL/jJjsQ+R09hIXSEtWA5eHDsDiUvCtfyJCqTvtvffXTc/TLaNSedx8ge+NzJC2aPckv/Qh+IVvyMVhypbK59Sfn1g/npx192NEmZjasr54ITMC5E/vZJ/jrxewnJdne9/v7hYLc3XPb2tp2Rh6ABJz5RKIs8oeQNJ5WW0szhYVqM38577C3focIq1c7ebv9gZ3d/Jzrf2/PZFd8r2crt84V09mbmZuBFeY61hSr5LU7nBUb7oi+Jh3DtrLW4s53G2M8BhO93j08G+yd7j8KragOM0qNHjwZHJvYj8/7r3FUpoRn6zdNP/OxXCI4PYuX9Wn+9EVSfSQpzeDo6CFSrpkGk9wco0ifF1fXyNof/drBxluG2dIw0h3/Z7pwLGRtWexI2KMlUoqI73ArI3Um+fMDEdgQ4/z4HQiMMCjh7Oh0RgFiclQ3AAfU0X6Kbh1NJCNjKhFBkp8Dl8QUkInwpKm21Pb+ef7GDv/vjH6C2H7DFuVPsfiouOw8JynlB6awPOw8+nD19esE3xIPOZ50/ZdP5v+J/Ov8ibfqnORPuYjyeCE4dXvqs8ze4oakXSeNdllHPzKf1EPt8dcEVYB78433aAHtDULf/y8qzo4Y47+byjDY6kZ/9d5Bth4C/7Pc7Tt10J3x/775x7cFgf+/YQpP6v2Jcu1mOhPCZtud+/qjz7i4c8d+P9aZ9grYPk+lWt1oNVZZXF866zvBKQN1/F9ZhXghACn9dnBwcPjpW82APtvdddcGcXNZcclcc//aCXbT+RsLe3buTcpRNiu+1A15k9xck+QeT/mI0D//Cm6XqTTP8iztWf6NNo1hQTG6Xc64/wMvWp8l71omcsZyggCk7/rvp4QmWWeYehvpDv44w4w1vsB97ZhivKcX5NYJpVRhR4nNvan5rxoZOc1Yol/Jv+wB6jviBG/m3/XhwIPLHTfmfG4T9nfQKzO69R9x/j6Z4x/4Ah6q2AIM+zWYPSSicZd4jQP0OW0b8jpnzgYFC0jTvhD+afvwywAzzhO+Mx4K7kUfD1bA9hPMejaphYfZ5EtyFNLqUZ+3KgCh0lxUuxI78wzyoKwSQbx2JW5Yd+0MP890XZopk5fYHScfITuJ38na4kj9gc9dZdU3q0kn3ePd4tz8aHBweXPYHj7IsO7rcvxwdjvaHu/t7w0d7fIBBsQLKuAu4MypYyCKvLsjvCHdL/+D4+PDg8Hj3kL0nF072XPQvdi/Q+L8Aj83wpM+z6FQCLL42vnCTW6kQ2j/B0lzYnuv2/wG77Sdi','no'),(186,'wpml_dependencies:installed_plugins','a:4:{s:26:\"sitepress-multilingual-cms\";s:5:\"4.3.3\";s:24:\"woocommerce-multilingual\";s:5:\"4.7.3\";s:23:\"wpml-string-translation\";s:5:\"3.0.3\";s:27:\"wpml-translation-management\";s:5:\"2.9.2\";}','yes'),(187,'edd_sl_9b4b9278ab03eed62e9ded0113d4678e','a:2:{s:7:\"timeout\";i:1581013448;s:5:\"value\";s:148055:\"{\"new_version\":\"1.9.1\",\"stable_version\":\"1.9.1\",\"name\":\"GP Premium\",\"slug\":\"gp-premium\",\"url\":\"https:\\/\\/generatepress.com\\/downloads\\/gp-premium\\/?changelog=1\",\"last_updated\":\"2019-12-07 00:03:58\",\"homepage\":\"https:\\/\\/generatepress.com\\/downloads\\/gp-premium\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>GP Premium is one powerful plugin that includes all of our awesome add-ons, which you can turn on and off as needed.<\\/p>\\n\",\"changelog\":\"<p><strong>(11\\/26\\/2019) - 1.9.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix \\\"null\\\" in infinite scroll load more button text<\\/li>\\n<li>WooCommerce: Fix hidden added to cart panel on mobile when sticky nav active<\\/li>\\n<li>WooCommerce: Fix missing SVG icon in mobile added to cart panel<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/20\\/2019) - 1.9.0<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Support SVG icon feature<\\/li>\\n<li>Colors: Add navigation search color options<\\/li>\\n<li>Disable Elements: Disable mobile menu in Mobile Header if nav is disabled<\\/li>\\n<li>Elements: Add wp_body_open hook<\\/li>\\n<li>Elements: Allow 0 mobile padding in Elements<\\/li>\\n<li>Elements: Add generate_elements_admin_menu_capability filter<\\/li>\\n<li>Elements: Add generate_page_hero_css_output filter<\\/li>\\n<li>Elements: Prevent error in Header Element if taxonomy doesn\'t exist<\\/li>\\n<li>Elements: Fix double logo when Header Element has logo + using nav as header<\\/li>\\n<li>Elements: Fix mobile header logo not replacing if merge is disabled<\\/li>\\n<li>Elements: Fix missing arrow in Choose Element Type select in WP 5.3<\\/li>\\n<li>Elements: Add generate_inside_site_container hook option<\\/li>\\n<li>Elements: Add generate_after_entry_content hook option<\\/li>\\n<li>Menu Plus: Add off canvas desktop toggle label option<\\/li>\\n<li>Menu Plus: Add generate_off_canvas_toggle_output filter<\\/li>\\n<li>Menu Plus: Support SVG icon feature<\\/li>\\n<li>Menu Plus: Fix sticky navigation overlapping BB controls<\\/li>\\n<li>Menu Plus: Add align-items: center to nav as header, mobile header and sticky nav with branding<\\/li>\\n<li>Sections: Fix text\\/visual switch bug in Firefox<\\/li>\\n<li>Sites: Add option to revert site import<\\/li>\\n<li>Sites: Increase site library limit to 100<\\/li>\\n<li>Spacing: Add live preview to group container padding<\\/li>\\n<li>Typography: Add tablet site title\\/navigation font size options<\\/li>\\n<li>Typography: Add archive post title weight, transform, font size and line height<\\/li>\\n<li>Typography: Add single content title weight, transform, font size and line height<\\/li>\\n<li>Typography: Only call all google fonts once in the Customizer<\\/li>\\n<li>Typography: Get Google fonts from readable JSON list<\\/li>\\n<li>Typography: Make sure font settings aren\'t lost if list is changed<\\/li>\\n<li>Typography: Only call generate_get_all_google_fonts if needed<\\/li>\\n<li>WooCommerce: Add columns gap options (desktop, tablet, mobile)<\\/li>\\n<li>WooCommerce: Add tablet column options<\\/li>\\n<li>WooCommerce: Add related\\/upsell tablet column options<\\/li>\\n<li>WooCommerce: Support SVG icon feature<\\/li>\\n<li>WooCommerce: Prevent empty added to cart panel on single products<\\/li>\\n<li>WooCommerce: Fix woocommerce-ordering arrow in old FF versions<\\/li>\\n<li>WooCommerce: Make item\\/items string translatable<\\/li>\\n<li>General: Better customizer device widths<\\/li>\\n<li>General: Use generate_premium_get_media_query throughout modules<\\/li>\\n<li>General: Improve Customizer control styling<\\/li>\\n<\\/ul>\\n<p><strong>(6\\/12\\/2019) - 1.8.3<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Use flexbox for center aligned nav with nav branding<\\/li>\\n<li>Menu Plus: Center overlay off canvas exit button on mobile<\\/li>\\n<li>Menu Plus: Add alt tag to sticky nav logo<\\/li>\\n<li>Menu Plus: Set generate_not_mobile_menu_media_query filter based on mobile menu breakpoint<\\/li>\\n<li>Sections: Remember when text tab is active<\\/li>\\n<li>Sections: Disable visual editor if turned off in profile<\\/li>\\n<li>Typography: Add generate_google_font_display filter<\\/li>\\n<li>WooCommerce: Fix single product sidebar layout metabox option<\\/li>\\n<li>WooCommerce: Reduce carousel thumbnail max-width to 100px to match new thumbnail sizes<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/2\\/2019) - 1.8.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Use Page Hero site title color for mobile header site title<\\/li>\\n<li>Menu Plus: Give mobile header site title more left spacing<\\/li>\\n<li>Menu Plus: Fix nav search icon in sticky navigation when using nav branding in Firefox<\\/li>\\n<li>Site Library: Show Site Library tab even if no sites exist<\\/li>\\n<li>Site Library: Show an error message in Site Library if no sites exist<\\/li>\\n<li>Typography: Remove reference to generate_get_navigation_location() function<\\/li>\\n<li>WooCommerce: Remove quantity field arrows when using quantity buttons in Firefox<\\/li>\\n<li>WooCommerce: Remove extra border when loading quantity buttons<\\/li>\\n<li>WooCommerce: Use get_price_html() is sticky add to cart panel<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.1<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Revert sticky nav duplicate ID fix due to Cyrillic script bug<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.0<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Apply columns filter to masonry grid sizer<\\/li>\\n<li>Colors: Merge Footer Widgets and Footer controls in Color panel<\\/li>\\n<li>Colors: Remove edit_theme_options capability to Customizer controls (set by default)<\\/li>\\n<li>Disable Elements: Make sure mobile header is disabled when primary navigation is disabled<\\/li>\\n<li>Elements: Add content width option in Layout Element<\\/li>\\n<li>Elements: Fix mobile header logo when mobile menu toggled<\\/li>\\n<li>Elements: Add generate_page_hero_location filter<\\/li>\\n<li>Elements: Add generate_elements_show_object_ids filter to show IDs in Display Rule values<\\/li>\\n<li>Elements: Prevent merged header wrap from conflicting with Elementor controls<\\/li>\\n<li>Elements: Change Container tab name to Content<\\/li>\\n<li>Elements: Add woocommerce_share option to Hooks<\\/li>\\n<li>Elements: Improve WPML compatibility<\\/li>\\n<li>Elements: Improve Polylang compatibility<\\/li>\\n<li>Elements: Prevent PHP notices when adding taxonomy locations to non-existent archives<\\/li>\\n<li>Elements: Add generate_mobile_cart_items hook to hook list<\\/li>\\n<li>Elements: Add generate_element_post_id filter<\\/li>\\n<li>Elements: Escape HTML elements inside Element textarea<\\/li>\\n<li>Elements: Add Beaver Builder templates to the Display Rules<\\/li>\\n<li>Menu Plus: Add mobile header breakpoint option<\\/li>\\n<li>Menu Plus: Add off canvas overlay option<\\/li>\\n<li>Menu Plus: Add navigation as header option<\\/li>\\n<li>Menu Plus: Remove navigation logo option if navigation as header set<\\/li>\\n<li>Menu Plus: Add sticky navigation logo option<\\/li>\\n<li>Menu Plus: Allow site title in mobile header instead of logo<\\/li>\\n<li>Menu Plus: Add option to move exit button inside the off canvas panel<\\/li>\\n<li>Menu Plus: Change Slideout Navigation name to Off Canvas Panel<\\/li>\\n<li>Menu Plus: Only re-focus after slideout close on escape key<\\/li>\\n<li>Menu Plus: Give close slideout event a name so it can be removed<\\/li>\\n<li>Menu Plus: Remove invalid transition-delay<\\/li>\\n<li>Menu Plus: Improve slideout overlay transition<\\/li>\\n<li>Menu Plus: Add mobile open\\/close icons to GPP font<\\/li>\\n<li>Menu Plus: Allow dynamic widget classes in off canvas panel (fixes WC range slider widget issue)<\\/li>\\n<li>Menu Plus: Basic compatibility with future SVG icons<\\/li>\\n<li>Menu Plus: Prevent duplicate IDs when sticky navigation is cloned<\\/li>\\n<li>Secondary Nav: Add dropdown direction option<\\/li>\\n<li>Secondary Nav: Basic compatibility with future SVG icons<\\/li>\\n<li>Sections: Fix section editor issues in WP 5.0<\\/li>\\n<li>Sections: Show Better Font Awesome icon in editor<\\/li>\\n<li>Sites: Re-design UI<\\/li>\\n<li>Sites: Add option to activate as a module like all the other modules<\\/li>\\n<li>Sites: Don\'t show backup options button if no options exist<\\/li>\\n<li>Sites: Make JS action classes more specific to the site library<\\/li>\\n<li>Sites: Set mime types of content.xml and widgets.wie<\\/li>\\n<li>Spacing: Add header padding option for mobile<\\/li>\\n<li>Spacing: Add widget padding option for mobile<\\/li>\\n<li>Spacing: Add footer widgets padding option for mobile<\\/li>\\n<li>Spacing: Add content separator option<\\/li>\\n<li>Spacing: Apply mobile menu item width to mobile bar only<\\/li>\\n<li>WooCommerce: Add option for mini cart in the menu<\\/li>\\n<li>WooCommerce: Add option to open off overlay panel on add to cart<\\/li>\\n<li>WooCommerce: Add option to open sticky add to cart panel on single products<\\/li>\\n<li>WooCommerce: Add option to add +\\/- buttons to the quantity fields<\\/li>\\n<li>WooCommerce: Add option to show number of items in cart menu item<\\/li>\\n<li>WooCommerce: Add option to choose single product image area width<\\/li>\\n<li>WooCommerce: Add color options for price slider widget<\\/li>\\n<li>WooCommerce: Use CSS grid for the product archives<\\/li>\\n<li>WooCommerce: Horizontally align add to cart buttons<\\/li>\\n<li>WooCommerce: Re-design the cart widget<\\/li>\\n<li>WooCommerce: Tighten up product info spacing<\\/li>\\n<li>WooCommerce: Improve product tab design to look more like tabs<\\/li>\\n<li>WooCommerce: Simplify single product image display<\\/li>\\n<li>WooCommerce: Use flexbox for quantity\\/add to cart alignment<\\/li>\\n<li>WooCommerce: Improve rating star styles<\\/li>\\n<li>WooCommerce: Use product alignment setting for related\\/upsell products<\\/li>\\n<li>WooCommerce: Remove bottom margin from product image<\\/li>\\n<li>WooCommerce: Organize colors in the Customizer<\\/li>\\n<li>WooCommerce: Remove title attribute from menu cart item<\\/li>\\n<li>WooCommerce: Improve coupon field design<\\/li>\\n<li>WooCommerce: Improve result count\\/ordering styling<\\/li>\\n<li>WooCommerce: Add gap around WC single product images<\\/li>\\n<li>WooCommerce: Remove arrow from checkout button<\\/li>\\n<li>WooCommerce: Hide view cart link on add to cart click<\\/li>\\n<li>WooCommerce: Organize CSS<\\/li>\\n<li>Introduce in-Customizer shortcuts<\\/li>\\n<li>Add generate_disable_customizer_shortcuts filter<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/22\\/2019) - 1.7.8<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent future compatibility issues with Elementor by removing automatic URL replacement<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/17\\/2018) - 1.7.7<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Fix failed content import in specific PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/13\\/2018) - 1.7.6<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Hide Add New button when opening saved Element with no type<\\/li>\\n<li>Sections: Show page title in Gutenberg when Sections are active<\\/li>\\n<li>Sections: Fix relative image URLs inside the Section editor<\\/li>\\n<li>Sites: Fix failed content\\/widget import in WP 5.0.1\\/4.9.9<\\/li>\\n<li>Sites: Fix no access to WooCommerce setup wizard<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/21\\/2018) - 1.7.5<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Improve block editor button color preview<\\/li>\\n<li>Menu Plus: Mobile menu items hidden behind content with higher z-index when sticky<\\/li>\\n<li>Menu Plus: Prevent mobile menu from covering mobile toggle when sticky<\\/li>\\n<li>Menu Plus: Don\'t close mobile menu if # is the whole URL<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/19\\/2018) - 1.7.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Fix navigation live color preview issues<\\/li>\\n<li>Colors: Move navigation parent item title down in Customizer<\\/li>\\n<li>Elements: Allow slashes in hook names<\\/li>\\n<li>General: Fix smooth scroll anchor location on mobile (requires GP 2.2)<\\/li>\\n<li>Menu Plus: Use https for navigation microdata<\\/li>\\n<li>Menu Plus: Remove header-image class from navigation and mobile header logos<\\/li>\\n<li>Menu Plus: Add navigation search height support to mobile header and sticky nav<\\/li>\\n<li>Typography: Include block editor button in live preview<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2018) - 1.7.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow masonry to be turned off using a boolean filter<\\/li>\\n<li>Blog: Fix load more button appearing when not needed<\\/li>\\n<li>Blog: Remove infinite scroll load more button from WooCommerce archives<\\/li>\\n<li>Blog: Prevent content width option from applying to columns<\\/li>\\n<li>Elements: Fix empty object fields when Post Archive is set<\\/li>\\n<li>Elements: Allow slashes in custom hook field<\\/li>\\n<li>Elements: Allow multiple layout elements per condition<\\/li>\\n<li>Elements: Allow 0 value in mobile padding options<\\/li>\\n<li>Elements: Prevent PHP notice if $post isn\'t an object<\\/li>\\n<li>Gutenberg: Add initial support for live preview spacing of Gutenberg blocks<\\/li>\\n<li>Menu Plus: Add menu-item-align-right class to slideout toggle<\\/li>\\n<li>Menu Plus: Fix JS error in slideout navigation when no menu is set<\\/li>\\n<li>Sites: Fix image shadow on hover<\\/li>\\n<li>Sites: Add message when no plugins are needed<\\/li>\\n<li>Sites: Update custom link URL in menu items<\\/li>\\n<li>Sites: Prevent PHP warning in PHP 7.3<\\/li>\\n<li>Sites: Add generate_sites_ignore_plugins filter<\\/li>\\n<li>Sites: Fix WooCommerce setup wizard conflict with Site Library<\\/li>\\n<li>Sites: Fix PHP notices during WooCommerce setup wizard<\\/li>\\n<li>Typography: Add support for H1-H3 bottom margin options<\\/li>\\n<li>WooCommerce: Add menu-item-align-right class to cart menu item<\\/li>\\n<li>WooCommerce: Fix multi column product spacing on mobile<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/20\\/2018) - 1.7.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix admin body class spaces<\\/li>\\n<li>General: Fix JS error in anchors when smooth scroll class not added<\\/li>\\n<li>General: Fix sticky navigation offset when using smooth scroll<\\/li>\\n<li>WooCommerce: Apply Elementor Pro WC columns fix to Elementor Pro widget only<\\/li>\\n<li>WooCommerce: Fix BlockUI issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/15\\/2018) - 1.7.1<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix PHP error in PHP 5.3<\\/li>\\n<li>Elements: Fix Choose Element not showing due to some third party plugins<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/14\\/2018) - 1.7<\\/strong><\\/p>\\n<p>This update introduces a new premium module called \\\"Elements\\\". Learn more <a href=\\\"https:\\/\\/generatepress.com\\/gp-premium-1-7\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">here<\\/a>.<\\/p>\\n<ul>\\n<li>Blog: Prevent masonry container jump on load<\\/li>\\n<li>Blog: Change \\u201cFull\\u201d label to \\u201cFull Content\\u201d<\\/li>\\n<li>New: Elements module<\\/li>\\n<li>Elements: Header element (replaces the Page Header module)<\\/li>\\n<li>Elements: Hook element (replaces the Hooks module)<\\/li>\\n<li>Elements: Layout element<\\/li>\\n<li>Hooks: Replaced by Elements module<\\/li>\\n<li>Hooks: Move link to legacy hooks inside Elements area<\\/li>\\n<li>Import\\/Export: Re-write code<\\/li>\\n<li>Import\\/Export: Import activated modules<\\/li>\\n<li>Menu Plus: Fix slideout close button alignment\\/color issues<\\/li>\\n<li>Menu Plus: Fix slideout issue with relative main navigation CSS<\\/li>\\n<li>Menu Plus: Fix ul display inside slideout navigation widget<\\/li>\\n<li>Menu Plus: Change Slideout Navigation theme location label to Slideout Menu<\\/li>\\n<li>Menu Plus: Close slideout navigation when a link within it is clicked<\\/li>\\n<li>Menu Plus: Show slideout navigation theme location option after Primary<\\/li>\\n<li>Menu Plus: Improve a11y of slideout navigation<\\/li>\\n<li>Menu Plus: Add\\u00a0.site-wrapper\\u00a0class compatibility to sticky nav<\\/li>\\n<li>Menu Plus: Prepare offside.js for future button dropdown menu toggle<\\/li>\\n<li>Menu Plus: Add\\u00a0.slideout-exit\\u00a0class to close slideout<\\/li>\\n<li>Page Header: Replaced by Elements module<\\/li>\\n<li>Page Header: Move link to legacy Page Headers inside Elements area<\\/li>\\n<li>Page Header: Fix hentry Google Search Console errors<\\/li>\\n<li>Page Header: Fix clearing element issue<\\/li>\\n<li>Page Header: WPML fix in global locations<\\/li>\\n<li>Page Header: Prevent PHP notices within Elementor Library area<\\/li>\\n<li>Page Header: Fix retina logo issue (in new Elements module only)<\\/li>\\n<li>Page Header: Show original logo in sticky navigation (in new Elements module only)<\\/li>\\n<li>Page Header: Add mobile header logo option (in new Elements module only)<\\/li>\\n<li>Secondary Nav: Show theme location option after Primary<\\/li>\\n<li>Sections: Allow Sections when Gutenberg is activated<\\/li>\\n<li>Sections: Hide Gutenberg editor when Sections enabled<\\/li>\\n<li>Sections: Fix text domain issues<\\/li>\\n<li>Sections: Use regular checkbox for use sections<\\/li>\\n<li>Spacing: Add future support for sub-menu width option<\\/li>\\n<li>Sites: Fix .complete class conflicts<\\/li>\\n<li>Sites: Add GENERATE_DISABLE_SITE_LIBRARY constant<\\/li>\\n<li>Sites: Remove verified provider debug notice<\\/li>\\n<li>WooCommerce: Add shopping bag and shopping basket icon options to cart menu item<\\/li>\\n<li>WooCommerce: Fix WC error with non-product post types<\\/li>\\n<li>WooCommerce: Fix too many WC star issue<\\/li>\\n<li>WooCommerce: Add CSS for cart menu item in secondary nav<\\/li>\\n<li>WooCommerce: Add WC menu item location filter to mobile cart<\\/li>\\n<li>WooCommerce: Fix issue with disabling sale badge when set to overlay<\\/li>\\n<li>WooCommerce: Add option to disable\\/enable sale badge on single product pages<\\/li>\\n<li>WooCommerce: Fix my account icon on mobile<\\/li>\\n<li>General: Fix smooth scroll issues on mobile<\\/li>\\n<li>General: Improve overall smooth scroll functionality<\\/li>\\n<li>General: Add generate_smooth_scroll_elements filter<\\/li>\\n<li>General: Move GPP icons from Font Awesome to custom icons<\\/li>\\n<li>A11y: Add context to all \\u201cContained\\u201d strings<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.2<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent PHP notice when Sites can\'t be reached<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix infinite scroll masonry issues in Firefox<\\/li>\\n<li>General: Improve smooth scroll script<\\/li>\\n<li>Import\\/Export: Show modules to export if defined in wp-config.php<\\/li>\\n<li>Sites: Prevent PHP warnings if no Sites are found<\\/li>\\n<li>Sites: Add generate_disable_site_library filter to disable Site Library<\\/li>\\n<li>Sites: Improve page builder filter display<\\/li>\\n<li>Sites: Prevent duplicate site display after details button in preview clicked<\\/li>\\n<li>WooCommerce: Add missing icons if Font Awesome is turned off<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/22\\/2018) - 1.6<\\/strong><\\/p>\\n<ul>\\n<li>New: Sites module<\\/li>\\n<li>Translations: Merge all translations into gp-premium text domain<\\/li>\\n<li>General: Add smooth scroll option<\\/li>\\n<li>General: Move batch processing files into library<\\/li>\\n<li>General: Add GPP icon set<\\/li>\\n<li>General: WPCS and PHPCS improvements<\\/li>\\n<li>Blog: Fix PHP 7.2 warning<\\/li>\\n<li>Blog: Fix Safari infinite scroll issues with srcset<\\/li>\\n<li>Blog: Refresh masonry on infinite scroll append<\\/li>\\n<li>Blog: Remove infinite scroll on 404 and no results pages<\\/li>\\n<li>Blog: Fix Yoast SEO breaking columns with certain settings<\\/li>\\n<li>Blog: Re-layout masonry on load<\\/li>\\n<li>Colors: Add slideout navigation color options<\\/li>\\n<li>Colors: Merge navigation + sub-navigation options into one section<\\/li>\\n<li>Import\\/Export: One click export and import<\\/li>\\n<li>Menu Plus: Re-build slideout navigation to use vanilla JS<\\/li>\\n<li>Menu Plus: Add slideout navigation widget area<\\/li>\\n<li>Menu Plus: Add close icon to slideout navigation<\\/li>\\n<li>Menu Plus: Set sticky nav ID on refresh if stuck<\\/li>\\n<li>Menu Plus: Allow WPML to modify Page Header select metabox<\\/li>\\n<li>Menu Plus: Re-build mobile header using flexbox<\\/li>\\n<li>Menu Plus: Use CSS for slideout navigation icon<\\/li>\\n<li>Menu Plus: Fix sticky navigation slide down in Safari<\\/li>\\n<li>Menu Plus: Add workaround for iOS sticky nav search issue<\\/li>\\n<li>Page Header: Improve Page Header metabox UI on smaller screens<\\/li>\\n<li>Page Header: Use author display name in template tag<\\/li>\\n<li>Page Header: Add generate_page_header_id filter<\\/li>\\n<li>Page Header: Fix vertical center issues in IE11<\\/li>\\n<li>Page Header: Remove flexibility.js for IE8 support<\\/li>\\n<li>Page Header: Fix GiveWP compatibility<\\/li>\\n<li>Secondary Navigation: Re-build CSS<\\/li>\\n<li>Sections: Disable Gutenberg if Sections are activated<\\/li>\\n<li>Sections: Add generate_sections_gutenberg_compatible filter<\\/li>\\n<li>Spacing: Fix one container widget padding preview in Customizer<\\/li>\\n<li>Typography: Add Slideout Navigation typography options<\\/li>\\n<li>WooCommerce: Clear up-sells when directly after entry content<\\/li>\\n<li>WooCommerce: Fix placeholder text cut off in Firefox<\\/li>\\n<li>WooCommerce: Use GPP icon set for cart menu item<\\/li>\\n<li>WooCommerce: Load .js in the footer<\\/li>\\n<li>Update Background Process library<\\/li>\\n<li>Clean up code license key activation code<\\/li>\\n<li>Remove verify.php<\\/li>\\n<li>Prevent PHP notice when saving empty license<\\/li>\\n<li>Add beta testing checkbox to license key area<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/4\\/2017) - 1.5.6<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Make position control description translatable<\\/li>\\n<li>Blog: Fix disabled page featured images if post featured images are disabled<\\/li>\\n<li>Blog: Let WP handle featured image alt attributes<\\/li>\\n<li>Colors: Fix text domain<\\/li>\\n<li>Colors: Improve inconsistent live preview behavior<\\/li>\\n<li>Menu Plus: Prep desktop only slideout icon for GP 2.0<\\/li>\\n<li>Page Header: Allow unfiltered HTML in content if user is allowed<\\/li>\\n<li>Page Header: Only load CSS file if content is added<\\/li>\\n<li>Typography: Fix h5 font size not appearing in GP 2.0<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/22\\/2017) - 1.5.5<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix broken images while using Infinite Scroll in Safari<\\/li>\\n<li>Typography: Fix first variant not appearing when you select a font<\\/li>\\n<li>Typography: Fix select issues when plugins load old versions of the select2 library<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/18\\/2017) - 1.5.4<\\/strong><\\/p>\\n<ul>\\n<li>Sections: Fix Visual\\/Text tab in WP 4.9<\\/li>\\n<li>Sections: Fix Content\\/Settings tab in WP 4.9<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/14\\/2017) - 1.5.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry filter not working on custom post type archives<\\/li>\\n<li>Blog: Fix resized featured images when page header resizer is enabled<\\/li>\\n<li>Blog: Fix broken Customizer toggles in Safari<\\/li>\\n<li>Page Header: Fix PHP notice when saving posts<\\/li>\\n<li>Fix\\/add various gettext values<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/10\\/2017) - 1.5.2<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix issue with saving background image options<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/9\\/2017) - 1.5.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Make infinite scroll container selector more specific<\\/li>\\n<li>Page Header: Fix background video when container is contained<\\/li>\\n<li>Page Header: Remove featured image on attachment pages<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/8\\/2017) - 1.5<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Rebuild Customizer control<\\/li>\\n<li>Blog: Move Blog panel into the Layout panel<\\/li>\\n<li>Blog: Migrate options from select dropdowns to checkboxes where applicable<\\/li>\\n<li>Blog: Merge masonry + column options into one area<\\/li>\\n<li>Blog: Add new post meta visibility options for single posts<\\/li>\\n<li>Blog: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Blog: Add single post featured image options<\\/li>\\n<li>Blog: Add page featured image options<\\/li>\\n<li>Blog: Remove masonry meta box<\\/li>\\n<li>Blog: Add option to remove padding around centered featured images<\\/li>\\n<li>Blog: Add option to turn read more link into button<\\/li>\\n<li>Blog: Add option to turn on infinite scroll regardless of layout<\\/li>\\n<li>Blog: Use infinite scroll with or without a load more button<\\/li>\\n<li>Blog: Make read more links better for accessibility<\\/li>\\n<li>Blog: Migrate single post page header position option to single featured image location option<\\/li>\\n<li>Blog: Remove ellipses if excerpt is set to 0<\\/li>\\n<li>Blog: Change style.css handle to include generate prefix<\\/li>\\n<li>Blog: Remove unnecessary IE8 support<\\/li>\\n<li>Blog: Add alt attribute to featured images<\\/li>\\n<li>Blog: Fix pagination spacing when One Container is set<\\/li>\\n<li>Blog: Fix column\\/masonry spacing at 768px<\\/li>\\n<li>Colors: Add select input live preview settings<\\/li>\\n<li>Colors: Fix button labels<\\/li>\\n<li>Copyright: Move Copyright section into Layout panel<\\/li>\\n<li>Menu Plus: Fix mobile menu logo bug when navigation is set to float right<\\/li>\\n<li>Menu Plus: Fix no transition sticky navigation bug while on mobile<\\/li>\\n<li>Page Header: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Page Header: Don\'t use global page header locations if not published<\\/li>\\n<li>Page Header: Sanitize page header content when saved to database<\\/li>\\n<li>Page Header: Make sure Elementor sections are accessible when page header is merged<\\/li>\\n<li>Page Header: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>Page Header: Fix background video in Safari 11<\\/li>\\n<li>Page Header: Add global locations for taxonomies<\\/li>\\n<li>Page Header: Add {{custom_field.description}} template tag to taxonomies (categories etc..)<\\/li>\\n<li>Page Header: Add ID to page header element<\\/li>\\n<li>Page Header: Fix individual taxonomy page header control not appearing on Toolset created taxonomies<\\/li>\\n<li>Page Header: Ensure jQuery Vide (video background) script only loads when needed<\\/li>\\n<li>Page Header: Fix custom images not displaying<\\/li>\\n<li>Page Header: Fix image link option not working<\\/li>\\n<li>Typography: Lay groundwork for H6 options<\\/li>\\n<li>Typography: Space out heading typography options<\\/li>\\n<li>Typography: Add System Stack option<\\/li>\\n<li>Typography: Fix Google Font variant control in WP 4.9<\\/li>\\n<li>Sections: Show Envira button<\\/li>\\n<li>Sections: Show Gridable button<\\/li>\\n<li>Sections: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>WooCommerce: Add filter to cart menu item location<\\/li>\\n<li>WooCommerce: Better activation compatibility with multi-site<\\/li>\\n<li>WooCommerce: Use wc_get_cart_url() for menu item<\\/li>\\n<li>German translations updated (Thanks, Daniel!)<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/18\\/2017) - 1.4.3<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Pass args to post_thumbnail_html filter<\\/li>\\n<li>Page Header: Allow custom field template tags on pages<\\/li>\\n<li>Page Header: Re-add generate_page_header_video_loop filter<\\/li>\\n<li>Page Header: Add generate_page_header_video_muted filter<\\/li>\\n<li>Page Header: Remove taxonomy title if page header has title<\\/li>\\n<li>WooCommerce: Improve disabled WC button styling<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/11\\/2017) - 1.4.2<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Improve inner container<\\/li>\\n<li>Page Header: Allow contained page header even when position:absolute is set<\\/li>\\n<li>Page Header: Apply page header text color to headings in page header<\\/li>\\n<li>WooCommerce: Fix mobile columns issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4.1<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix error in Customizer when using PHP version < 5.5<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Add back to top button color options<\\/li>\\n<li>Colors: Add h4-h5 color options<\\/li>\\n<li>Colors: Move button color options into own Buttons section<\\/li>\\n<li>Hooks: Show PHP execution message to admins only<\\/li>\\n<li>Menu Plus: Improve disabling of native mobile menu when slide-out is set<\\/li>\\n<li>Menu Plus: Fix sticky mobile menu when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Fix invisible navigation when slide sticky is shown\\/hidden quickly<\\/li>\\n<li>Page Header: Complete code re-write<\\/li>\\n<li>Page Header: Turn Page Headers into a custom post type (CPT)<\\/li>\\n<li>Page Header: Can be applied per page, or globally (pages, posts, categories, CPTs etc..)<\\/li>\\n<li>Page Header: Template tags can be used in Page Header content (page title, author, date)<\\/li>\\n<li>Page Header: Turn bg color options in RGBA picker<\\/li>\\n<li>Page Header: New use bg color as image overlay option<\\/li>\\n<li>Page Header: Re-write parallax feature<\\/li>\\n<li>Page Header: Migrate Blog Page Header in Customizer into a CPT post on update<\\/li>\\n<li>Page Header: Add \\\"Inner Container\\\" width option.<\\/li>\\n<li>Page Header: Add menu background color (instead of forcing transparent)<\\/li>\\n<li>Page Header: Show content options all the time<\\/li>\\n<li>Page Header: Force full width page header if merge is set<\\/li>\\n<li>Page Header: Use set default color palettes in color pickers<\\/li>\\n<li>Page Header: New left\\/right padding option<\\/li>\\n<li>Sections: Make background color rgba color picker<\\/li>\\n<li>Sections: Add background color overlay options<\\/li>\\n<li>Sections: Use set default color palettes in color pickers<\\/li>\\n<li>Sections: Fix dropdown z-index bug introduced in WP 4.8.1<\\/li>\\n<li>Typography: Add H1-H3 line-height options<\\/li>\\n<li>Typography: Add H4-H5 typography options<\\/li>\\n<li>Typography: Add footer\\/copyright area typography options<\\/li>\\n<li>Typography: Add button typography options<\\/li>\\n<li>Typography: Rename Content Customizer section to Headings<\\/li>\\n<li>Typography: Add widget title separating space option<\\/li>\\n<li>Typography: Make fonts in Customizer search-able<\\/li>\\n<li>Typography: Allow Google Font variants to be added\\/removed<\\/li>\\n<li>WooCommerce: Fix columns issue on some pages<\\/li>\\n<li>WooCommerce: Fix mobile columns when using shortcode<\\/li>\\n<li>WooCommerce: Fix extra spacing in empty cart menu item<\\/li>\\n<li>WooCommerce: Show Cart text if no icon<\\/li>\\n<li>WooCommerce: Make cart menu item filterable<\\/li>\\n<li>WooCommerce: Fix sales badge height in IE11<\\/li>\\n<\\/ul>\\n<p><strong>(6\\/19\\/2017) - 1.3.1<\\/strong><\\/p>\\n<ul>\\n<li>Hooks: Add notice to disable PHP execution if DISALLOW_FILE_EDIT is defined<\\/li>\\n<li>Menu Plus: Fix RTL spacing in slide-out menu<\\/li>\\n<li>Menu Plus: Fix bug where sticky nav was interfering with mobile header<\\/li>\\n<li>Menu Plus: Merge all sticky nav transitions into one script<\\/li>\\n<li>Menu Plus: Re-write fade and slide sticky navigation transitions<\\/li>\\n<li>Menu Plus: Add new option to hide sticky navigation while scrolling down<\\/li>\\n<li>WooCommerce: Add padding to terms on checkout<\\/li>\\n<li>WooCommerce: Make shop page options work when shop is set to category display<\\/li>\\n<li>WooCommerce: Style mark element<\\/li>\\n<li>WooCommerce: Remove border\\/padding from checkout fields<\\/li>\\n<li>WooCommerce: Remove color from my account arrows<\\/li>\\n<li>WooCommerce: Adjust ship to address padding<\\/li>\\n<li>WooCommerce: Fix ul elements when WC image is floating<\\/li>\\n<li>WooCommerce: Fix pagination clearing issue<\\/li>\\n<li>WooCommerce: Add pt_BR translation<\\/li>\\n<li>WooCommerce: Fix spacing issue with menu item cart icon and certain fonts<\\/li>\\n<li>Fix double forward slashes in some script calls inside Customizer<\\/li>\\n<li>Add WPML config file<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/17\\/2017) -\\u00a01.3<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix big with 100% auto sizing option<\\/li>\\n<li>Colors: Add WooCommerce add-on colors<\\/li>\\n<li>Import\\/Export: Add WooCommerce add-on<\\/li>\\n<li>Menu Plus: Improve Navigation Logo sizing<\\/li>\\n<li>Menu Plus: Re-write no transition sticky navigation<\\/li>\\n<li>Secondary Nav: Add padding to sides of top bar when merged<\\/li>\\n<li>Secondary Nav: Only load resources if the Secondary theme location is set<\\/li>\\n<li>Sections: Fix mix up of left\\/right content padding<\\/li>\\n<li>Spacing: New mobile menu item width\\/height options<\\/li>\\n<li>Spacing: New sticky menu item height option<\\/li>\\n<li>Spacing: New slide-out menu item height option<\\/li>\\n<li>Typography: New mobile menu item font size option<\\/li>\\n<li>WooCommerce: Introducing new WooCommerce add-on<\\/li>\\n<li>Move all Customizer controls and helper functions into globally accessible library<\\/li>\\n<li>Rebuilt range slider control to include responsive icons which display responsive controls<\\/li>\\n<li>Rebuilt typography control reducing number of controls from 50 to 10 (performance)<\\/li>\\n<li>Updated the automatic updater function<\\/li>\\n<li>Add filter to enable beta updates: generate_premium_beta_tester<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/15\\/2017) - 1.2.96<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix option sanitizing for read more and masonry loading options<\\/li>\\n<li>Copyright: Fix option sanitizing for Customizer textarea<\\/li>\\n<li>Disable Elements: Fix PHP notice when saving post<\\/li>\\n<li>Menu Plus: Fix option sanitizing for mobile menu label option<\\/li>\\n<li>Page Header: Fix PHP notice when saving post<\\/li>\\n<li>Secondary Nav: Fix option sanitizing for mobile menu label option<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/14\\/2017) -\\u00a01.2.95<\\/strong><\\/p>\\n<ul>\\n<li>Add notice if GeneratePress theme isn\'t activated<\\/li>\\n<li>Add notice if GeneratePress theme update is available<\\/li>\\n<li>General code cleanup and optimization<\\/li>\\n<li>Backgrounds: Use new CSS class to write dynamic CSS<\\/li>\\n<li>Backgrounds: Deprecate Generate_Backgrounds_Customize_Misc_Control<\\/li>\\n<li>Backgrounds: Add options to the new top bar widget area<\\/li>\\n<li>Blog: Add generate_excerpt_more_output filter to read more link<\\/li>\\n<li>Blog: Add generate_content_more_link_output filter to read more link when more tag is added<\\/li>\\n<li>Blog: Remove ellipses from Read more link default<\\/li>\\n<li>Blog: Use the_title_attribute() where necessary<\\/li>\\n<li>Blog: Add generate_excerpt_length filter<\\/li>\\n<li>Colors: Add options for new top bar widget area<\\/li>\\n<li>Copyright: General code clean up<\\/li>\\n<li>Disable Elements: Add new Top Bar widget area to disable options<\\/li>\\n<li>Disable Elements: Change Post Image label to Featured Image<\\/li>\\n<li>Disable Elements: Completely remove header HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove navigation HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove footer HTML if set to disable<\\/li>\\n<li>Disable Elements: Add generate_metabox_capability filter to meta box<\\/li>\\n<li>Hooks: Update jQuery cookie library<\\/li>\\n<li>Hooks: Add new GENERATE_HOOKS_DISALLOW_PHP constant to allow users to disable PHP execution<\\/li>\\n<li>Import Export: Verify correct option names<\\/li>\\n<li>Menu Plus: Change Navigation Logo Position label to Navigation Logo Placement<\\/li>\\n<li>Menu Plus: Make sure sticky.js only enqueues if absolutely necessary<\\/li>\\n<li>Menu Plus: Move Sticky Navigation options into their own section<\\/li>\\n<li>Menu Plus: Move Slide-out Navigation options into their own section<\\/li>\\n<li>Menu Plus: Fix slight icon width change when toggling slide-out navigation<\\/li>\\n<li>Menu Plus: Close slide-out menu on item click<\\/li>\\n<li>Page Header: Fix top margin when full width header is below the header<\\/li>\\n<li>Page Header: Use the_title_attribute() where necessary<\\/li>\\n<li>Page Header: Change \\\"Position\\\" labels to \\\"Location\\\"<\\/li>\\n<li>Page Header: Add new generate_page_header_metabox_capability filter to meta box<\\/li>\\n<li>Page Header: Prevent undefined index notices<\\/li>\\n<li>Secondary Nav: Fix sub-navigation background, text and image variables<\\/li>\\n<li>Secondary Nav: Add unit to value if it exists allowing 0px values<\\/li>\\n<li>Secondary Nav: Move background image options into the Backgrounds add-on<\\/li>\\n<li>Secondary Nav: Move spacing options into the Spacing add-on<\\/li>\\n<li>Secondary Nav: Move typography options into the Typography add-on<\\/li>\\n<li>Secondary Nav: Move color options into the Colors add-on<\\/li>\\n<li>Secondary Nav: Add option to merge with new top bar widget area<\\/li>\\n<li>Secondary Nav: Fix dropdown menu arrow spacing in live preview<\\/li>\\n<li>Secondary Nav: Use custom color palettes<\\/li>\\n<li>Sections: Improve CSS output<\\/li>\\n<li>Sections: Remove sections-no-sidebars class if Sections aren\'t activated<\\/li>\\n<li>Spacing: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Spacing: Make sidebar width options range sliders<\\/li>\\n<li>Spacing: Add options for new top bar widget area<\\/li>\\n<li>Spacing: Add ability to link all 4 spacing controls together<\\/li>\\n<li>Spacing: Add all 4 sides to mobile content padding<\\/li>\\n<li>Spacing: Fix Customizer experience when switching between one container and separate containers<\\/li>\\n<li>Typography: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Typography: Add options for new top bar widget area<\\/li>\\n<li>Typography: Update list of available fonts<\\/li>\\n<li>pt_PT translations added - thank you Pedro!<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/25\\/2017) -\\u00a01.2.94<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix contained sticky menu with no transition + floating bug<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/24\\/2017) -\\u00a01.2.93<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix 100% width option<\\/li>\\n<li>Blog: Change Post Image label to Featured Image<\\/li>\\n<li>Blog: Fully remove featured image if it\'s set to hide<\\/li>\\n<li>Colors: Add transparency slider to all background elements<\\/li>\\n<li>Colors: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Colors: Add new generate_default_color_palettes filter to set up default color palettes<\\/li>\\n<li>Copyright: Use new copyright filter if possible<\\/li>\\n<li>Disabe Elements: Hide mobile header if navigation is disabled<\\/li>\\n<li>Menu Plus: Remove classie.js<\\/li>\\n<li>Menu Plus: Add .navigation-stick class to all sticky menu transitions<\\/li>\\n<li>Menu Plus: Prevent slide-out navigation jump on desktop<\\/li>\\n<li>Menu Plus: Change Sticky Effect label to Sticky Transition<\\/li>\\n<li>Menu Plus: Clean up dynamic CSS<\\/li>\\n<li>Menu Plus: Add .navigation-logo class to the navigation logo<\\/li>\\n<li>Menu Plus: Rebuild and simplify navigation logo CSS<\\/li>\\n<li>Menu Plus: Add live preview to navigation logo height<\\/li>\\n<li>Menu Plus: Add new generate_navigation_logo to the Navigation Logo URL<\\/li>\\n<li>Menu Plus: Fix mixing up of slide-out and search icon when sticky and floating left\\/right<\\/li>\\n<li>Page Header: Add parallax speed filter - generate_page_header_parallax_speed<\\/li>\\n<li>Page Header: Make sure wp.media javascript object exist to avoid potential JS errors<\\/li>\\n<li>Page Header: Make parallax work when page header is set to contained width<\\/li>\\n<li>Page Header: Add generate_metabox_capability to Page Header meta box<\\/li>\\n<li>Page Header: Add new option to overwrite Navigation Logo per page<\\/li>\\n<li>Page Header: Fix full screen page header height when content is longer than the screen<\\/li>\\n<li>Secondary Nav: Change Navigation Position to Navigation Location<\\/li>\\n<li>Secondary Nav: Add defaults to the style.css and only add dynamic CSS if needed<\\/li>\\n<li>Secondary Nav: Improve mobile menu CSS<\\/li>\\n<li>Sections: Add new Section ID field<\\/li>\\n<li>Spacing: Fix instant preview for masonry and columns<\\/li>\\n<li>Spacing: Add size slider to the separator options<\\/li>\\n<li>Spacing: Add mobile content padding option<\\/li>\\n<li>Spacing: Improve live previewing performance in the Customizer<\\/li>\\n<li>Spacing: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Spacing: Set left and right footer widget area padding if it\'s set to 0<\\/li>\\n<li>Spacing: Clean up sidebar width code<\\/li>\\n<li>Spacing: Change range slider style to fit core WP style<\\/li>\\n<li>Typography: Move mobile font size options into their respective sections<\\/li>\\n<li>Typography: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Typography: Change generate_display_google_fonts() function to generate_enqueue_google_fonts()<\\/li>\\n<li>Typography: Change range slider style to fit core WP style<\\/li>\\n<li>Change license key field from text to password<\\/li>\\n<li>Czech translation updated<\\/li>\\n<li>German translation updated<\\/li>\\n<li>Brazilian translation added<\\/li>\\n<li>Italian translated updated<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2016) -\\u00a01.2.92<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix category title and load more alignment while using masonry<\\/li>\\n<li>Blog: Fix masonry spacing on mobile<\\/li>\\n<li>Blog: Simplify masonry spacing<\\/li>\\n<li>Blog: Simplify columns spacing<\\/li>\\n<li>Menu Plus: Fix alignment jump when browser is zoomed in and resized down to 768px<\\/li>\\n<li>Menu Plus: Add generate_logo_title filter to sticky logo and mobile header logo<\\/li>\\n<li>Menu Plus: Add spacing to the menu logo when the inner navigation is set to full width<\\/li>\\n<li>Menu Plus: Fix navigation search issue with no transition sticky menu<\\/li>\\n<li>Menu Plus: Don\'t float mobile header navigation if no logo is set<\\/li>\\n<li>Typography: Adjust typography name sanitization function name to avoid errors with old GP versions<\\/li>\\n<li>Typography: Remove parameter from generate_display_google_fonts to avoid warning with child theme generators<\\/li>\\n<li>Typography: Add body line height option<\\/li>\\n<li>Typography: Add paragraph margin option<\\/li>\\n<li>Typography: Reduce copyright\\/footer font size default to 14px<\\/li>\\n<li>Typography: Add reset button to all size sliders<\\/li>\\n<li>Secondary Nav: Remove CSS which stops floating navigation at 1024px<\\/li>\\n<li>Secondary Nav: Fix jump when removing navigation in the Customizer<\\/li>\\n<li>Secondary Nav: New option: Inner navigation width<\\/li>\\n<li>Secondary Nav: Add reset button to font size slider<\\/li>\\n<li>Secondary Nav: Allow transitions on menu items<\\/li>\\n<li>Sections: Fix bug where error would happen if the user isn\'t using at least WordPress 4.5<\\/li>\\n<li>Sections: Remove GP theme grid dependency in admin<\\/li>\\n<li>Sections: Allow oembed in section content<\\/li>\\n<li>Sections: Use jQuery.on() instead of delegate()<\\/li>\\n<li>Sections: Remove unnecessary files<\\/li>\\n<li>Spacing: Prevent warning caused by wrong version constant<\\/li>\\n<li>Page Header: New filter: generate_get_blog_page_header - makes it possible to set the blog page header under different conditions<\\/li>\\n<li>Page Header: Improve full height page header functionality on mobile\\/orientation change<\\/li>\\n<li>Page Header: Remove fixed background attachment from parallax background image to help preserve image ratio<\\/li>\\n<li>Add prompt to add license key in Plugins area if it isn\'t activated and updates are available<\\/li>\\n<li>Move all language files into the \\/langs\\/ folder<\\/li>\\n<li>Reduce length of some text domains to avoid updating issue with some servers<\\/li>\\n<li>Chinese translations added - thanks Alfred!<\\/li>\\n<li>Portuguese translation added - thanks Alvaro!<\\/li>\\n<li>Russian translations updated - thanks Alex!<\\/li>\\n<li>German translations updated - thanks Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(17\\/10\\/2016) -\\u00a01.2.91<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix bug where navigation logo wasn\'t displaying when effect is set to None<\\/li>\\n<li>Menu Plus: Fix bug where mobile header javascript was showing up when it shouldn\'t<\\/li>\\n<li>Sections: Add Shortcodes Ultimate compatibility<\\/li>\\n<li>Page Header: Fix Italian translation<\\/li>\\n<li>Page Header: Only show metabox on public post types<\\/li>\\n<li>Page Header: Fully re-design metabox<\\/li>\\n<li>Page Header: Add padding unit option (px or %)<\\/li>\\n<li>Blog: Make excerpt length value update immediately in Customizer<\\/li>\\n<li>Blog: Improve masonry functionality<\\/li>\\n<li>Russian translations updated - massive thanks to Alexey!<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/10\\/2016) - 1.2.90<\\/strong><\\/p>\\n<ul>\\n<li>Prevent direct access to all files<\\/li>\\n<li>All Czech translations updated (thanks Ondrej!)<\\/li>\\n<li>Copyright: Improve Customizer experience<\\/li>\\n<li>Sections: Completely re-designed and re-built Sections<\\/li>\\n<li>Sections: Section content is now saved into your default editor on update\\/save. This prevents theme-lock, meaning your content will still exist even if you remove Sections.<\\/li>\\n<li>Sections: Send to default editor button removed as the before removes the need for it<\\/li>\\n<li>Sections: Add bottom & top padding unit option (px or %)<\\/li>\\n<li>Page Header: Add generate_page_header_video_loop filter to disable looping of the page header video<\\/li>\\n<li>Page Header: Add option to remove the page header from single posts<\\/li>\\n<li>Page Header: Make number only inputs only accepts numbers<\\/li>\\n<li>Page Header: Force page header above the content if merged option is set<\\/li>\\n<li>Page Header: Disable automatic check for background video posters if no image is set<\\/li>\\n<li>Page Header: Use featured image as background image if no page header image is set<\\/li>\\n<li>Spacing: Remove duplicate menu item height CSS<\\/li>\\n<li>Spacing: Make inputs number only<\\/li>\\n<li>Spacing: All options are now instant preview<\\/li>\\n<li>Blog: Make post image sizes and excerpt length inputs number only<\\/li>\\n<li>Blog: Force full width masonry items on mobile<\\/li>\\n<li>Blog: Show Blog panel even when we\'re not viewing the blog in the Customizer<\\/li>\\n<li>Menu Plus: Reduce space between menu toggle and search icon on mobile with menu logo enabled<\\/li>\\n<li>Menu Plus: Show navigation logo option and navigation logo position option even if sticky navigation isn\'t enabled<\\/li>\\n<li>Menu Plus: Optimize javascript and put it all in files instead of in wp_footer<\\/li>\\n<li>Menu Plus: Allow navigation logo to show in sidebar navigation causing a sidebar logo effect<\\/li>\\n<li>Menu Plus: Float mobile header to the right on RTL installations<\\/li>\\n<li>Typography: Add new filter: generate_typography_variants<\\/li>\\n<li>Typography: Make font size, weight and decoration instant preview<\\/li>\\n<li>Typography: Only show top 200 popular Google Fonts in Customizer (increases Customizer performance)<\\/li>\\n<li>Typography: generate_number_of_fonts filter added so you can choose how many fonts to include in the Customizer list<\\/li>\\n<li>Typography: Remove 2 database queries<\\/li>\\n<li>Typography: Add Segoe UI font to default list<\\/li>\\n<li>Typography: Revamp how Google fonts get their category and variants (increase front end performance)<\\/li>\\n<li>Colors: Make all colors instant preview<\\/li>\\n<li>Secondary Navigation: Colors are now instant preview<\\/li>\\n<li>Secondary Navigation: Typography font weight, transform and size are now instant preview<\\/li>\\n<li>Secondary Navigation: Layout options are now instant preview<\\/li>\\n<li>Hooks: Disable spell check in hook textareas<\\/li>\\n<li>Hooks: Fix floating box issue on RTL installations<\\/li>\\n<li>Backgrounds: Use default WordPress image uploader customizer control<\\/li>\\n<li>Customizer: All Customizer controls are now rendered in javascript\\/json - big +1 for performance<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/23\\/2016) -\\u00a01.2.89<\\/strong><\\/p>\\n<ul>\\n<li>Fix translations<\\/li>\\n<li>GP Hooks: Add new filter: generate_hooks_capability - change the capability for users who can edit hooks<\\/li>\\n<li>Disable Elements: Remove metabox from attachment post type<\\/li>\\n<li>Page Header: Fix issue where merged header navigation colors weren\'t working<\\/li>\\n<li>Page Header: Remove metabox from the attachment post type<\\/li>\\n<li>Menu Plus: Fix sticky menu not unsticking if it\'s the very top element<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/16\\/2016) -\\u00a01.2.88<\\/strong><\\/p>\\n<ul>\\n<li>GP Premium: Cut down unnecessary folders to prevent update failures on some servers<\\/li>\\n<li>Page Header: Add a new option in Advanced Settings: Place content behind header (sliders etc..)<\\/li>\\n<li>Page Header: Fix header and navigation alignment in vertical centered page header when contained<\\/li>\\n<li>Sections: Rename template file to shorter name<\\/li>\\n<li>Typography: Rename control file to shorter name<\\/li>\\n<li>Copyright: Fix\\/improve live preview of copyright in the Customizer<\\/li>\\n<li>Blog: Show the read more label setting for both excerpt and full content settings<\\/li>\\n<li>Menu Plus: Fix sticky menu stopping at the bottom of the Page Header<\\/li>\\n<li>Menu Plus: Improve sticky menu experience<\\/li>\\n<li>Menu Plus: Float sticky menu logo right when navigation is set to float left<\\/li>\\n<li>Secondary Navigation: Adjust z-index<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/10\\/2016) -\\u00a01.2.87<\\/strong><\\/p>\\n<ul>\\n<li>Increase database sanitization\\/escaping and harden security throughout all add-ons<\\/li>\\n<li>Backgrounds: Place options into sections inside Background Images panel<\\/li>\\n<li>Blog: Add new filter to set the column count: generate_blog_get_column_count<\\/li>\\n<li>Blog: Add title tag to read more link<\\/li>\\n<li>Secondary Navigation: Fix spacing issue with dropdown menu arrow<\\/li>\\n<li>Secondary Navigation: Remove Secondary Navigation panel<\\/li>\\n<li>Secondary Navigation: Move sections into their applicable panels<\\/li>\\n<li>Secondary Navigation: Add RTL language support<\\/li>\\n<li>Spacing: Place options into sections inside Spacing panel<\\/li>\\n<li>Spacing: Add RTL support<\\/li>\\n<li>Copyright: Move copyright textarea into the Customizer<\\/li>\\n<li>Copyright: Swedish translation added - thanks Jamal!<\\/li>\\n<li>Page Header: Fix logo setting to work with new WordPress 4.5 custom_logo feature<\\/li>\\n<li>Page Header: Vastly improved merged header option<\\/li>\\n<li>Page Header: Move Blog Page Header panel into the Blog panel<\\/li>\\n<li>Sections: Fix bug where first paragraph wasn\'t being correct wrapped in <p> tag<\\/li>\\n<li>Menu Plus: Move options into Layout panel<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/29\\/2016) -\\u00a01.2.86<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow resizer to upscale images<\\/li>\\n<li>Page Header: Allow resizer to upscale images<\\/li>\\n<li>Sections: Fix issue with images enlarging in Sections<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/24\\/2016) -\\u00a01.2.85<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix cropping when Photon is being used<\\/li>\\n<li>Page Header: Fix cropping when Photon is being used<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/23\\/2016) -\\u00a01.2.84<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where two columns appear briefly at 768px width<\\/li>\\n<li>Blog: Change image resizer to more lightweight option<\\/li>\\n<li>Blog: Fix uneven spacing at the bottom of blog posts in columns<\\/li>\\n<li>Sections: Apply the_content filter once to the whole sections page to avoid multiple sharing icons being added by plugins etc..<\\/li>\\n<li>Page Header: Change image resizer to more lightweight option<\\/li>\\n<li>Page Header: Add apply image sizes button to the Blog Page Header crop options<\\/li>\\n<li>Translations: Czech translations updated - thanks Ondrej!<\\/li>\\n<li>Translations: Polish translations updated - thanks Krzysztof!<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/5\\/2016) - 1.2.83<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where full width post wasn\'t displaying in columns<\\/li>\\n<li>Blog: Add a check for the blog content customizer control in the theme to prevent warning<\\/li>\\n<li>Blog: Add button to apply post image sizes in the Customizer to prevent unnecessary images being created<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/3\\/2016) -\\u00a01.2.82<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Improve masonry width logic<\\/li>\\n<li>Blog: Improve proportional image resizing<\\/li>\\n<li>Blog: Switch to a better image resizer<\\/li>\\n<li>Spacing: Add spacing for dropdown menu toggle and mobile items in the navigation<\\/li>\\n<li>Colors: Fix text-domain for \\\"Colors\\\" panel to allow it to be translated<\\/li>\\n<li>Colors: Add focus style to buttons<\\/li>\\n<li>Sections: Replace the_content filter with Sections specific filter to avoid plugins adding icons and other content into each section<\\/li>\\n<li>Page Header: Add background image as the video placeholder if it can\'t be loaded (mobile devices etc..)<\\/li>\\n<li>Page Header: Switch to a better image resizer<\\/li>\\n<li>Typography: Adjust label size in Typography sections in Customizer for longer translations<\\/li>\\n<li>Polish translations added - thanks, Paul!<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/24\\/2016) -\\u00a01.2.81<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix javascript bug in Safari<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/23\\/2016) -\\u00a01.2.80<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix iOS bug with parallax background image<\\/li>\\n<li>Page Header: Move \\\"Appearance > Blog Page Header\\\" to \\\"Customize > Page Header > Blog\\\"<\\/li>\\n<li>Page Header: Adjust proportional resizing<\\/li>\\n<li>Page Header: Add generate_page_header_featured_image filter to force usage of the featured image over the custom field<\\/li>\\n<li>Page Header: Add option to merge site header and page header with a transparent navigation<\\/li>\\n<li>Page Header: Add option to include a video background in your page header<\\/li>\\n<li>Page Header: Add option to replace your logo\\/header on individual pages\\/posts<\\/li>\\n<li>Page Header: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Page Header: Minify parallax JS<\\/li>\\n<li>Typography: Add input fields to font sizes to manually adjust them without slider<\\/li>\\n<li>Typography: Adjust separators in Customizer<\\/li>\\n<li>Typography: Add mobile font sizes for the main title, H1 and H2<\\/li>\\n<li>Menu Plus: Adjust navigation width with container width in Customizer<\\/li>\\n<li>Menu Plus: Fix sticky navigation spacer width<\\/li>\\n<li>Menu Plus: Navigation float right aligns sticky menu items to the right<\\/li>\\n<li>Menu Plus: Add new dropdown arrows to slideout menu<\\/li>\\n<li>Menu Plus: New Feature: Mobile Header<\\/li>\\n<li>Menu Plus: Separate options into panels<\\/li>\\n<li>Menu Plus: Close slideout menu with escape key<\\/li>\\n<li>Secondary Nav: Fix separator spacing below secondary navigation in the widget area<\\/li>\\n<li>Secondary Nav: Add support for navigation click dropdown<\\/li>\\n<li>Secondary Nav: Minify CSS and JS<\\/li>\\n<li>Blog: Fix category\\/author page header when columns are set<\\/li>\\n<li>Blog: Remove generate_blog_activate_masonry function and bundle it in with generate_blog_get_masonry function<\\/li>\\n<li>Blog: Turn off masonry if we\'re on WooCommerce search results<\\/li>\\n<li>Blog: Turn off columns if we\'re on WooCommerce search results<\\/li>\\n<li>Blog: Minify CSS and JS<\\/li>\\n<li>Colors: Add focus styles to navigation<\\/li>\\n<li>Backgrounds: Add separators in Customizer<\\/li>\\n<li>Backgrounds: Fix doubling up background images in the content when One Container is set<\\/li>\\n<li>Spacing: Add separators in Customizer<\\/li>\\n<li>Sections: Improve editor handling when visual editor is turned off<\\/li>\\n<li>Sections: Use excerpt metabox on archives\\/blog if Sections is in use in single post<\\/li>\\n<li>Sections: Fix bug where archives\\/blog loses layout if most recent post is using Sections<\\/li>\\n<li>Sections: Minify CSS and JS<\\/li>\\n<li>Disable Elements: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Italian translations added for all add-ons - thank you Roberto!<\\/li>\\n<li>German translations updated for all add-ons - thank you Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/22\\/2015) - 1.2.79<\\/strong><\\/p>\\n<ul>\\n<li>Spacing: Add function_exists in case GP theme isn\'t activated<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/21\\/2015) - 1.2.78<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix bug where navigation background image was showing in sub-navigation as well<\\/li>\\n<li>Backgrounds: Optimize CSS<\\/li>\\n<li>Colors: Optimize CSS<\\/li>\\n<li>Secondary Nav: Remove unnecessary CSS from <head><\\/li>\\n<li>Spacing: Optimize CSS<\\/li>\\n<li>Typography: Optimize CSS<\\/li>\\n<li>Menu Plus: Fix slideout menu glitch when menu item has # as URL<\\/li>\\n<li>Menu Plus: Improve sticky functionality and display<\\/li>\\n<li>Menu Plus: Update sticky menu width when navigation is container and layout is updated<\\/li>\\n<li>Menu Plus: Improve slideout menu transition<\\/li>\\n<li>Blog: Add filter to add post types for the masonry width metabox: generate_blog_masonry_metabox<\\/li>\\n<li>Blog: Add option to set posts as equal height columns<\\/li>\\n<li>Blog: Update masonry when layout is changed in Customizer<\\/li>\\n<li>Blog: Add safeguard in case people type Auto in post image sizes<\\/li>\\n<li>Sections: Add support for password protected pages and Sections<\\/li>\\n<li>Spacing: Remove widget padding if one container is set<\\/li>\\n<li>Spacing: Right and left content padding now affects content area when One Container is set<\\/li>\\n<li>Page Header: Fix proportional resizing<\\/li>\\n<li>Updater functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2015) - 1.2.77<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix warning when post image width is set without a height<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.76<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Don\'t display sticky menu logo if sticky menu is disabled<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.75<\\/strong><\\/p>\\n<ul>\\n<li>Czech translations added to all add-ons - thanks Ondrej!<\\/li>\\n<li>Slovak translation added to GP Premium - thanks Jan!<\\/li>\\n<li>Move from email activation to license key activation<\\/li>\\n<li>Menu Plus: Add ability to add menu item with slider-exit class to exit the slideout menu<\\/li>\\n<li>Menu Plus: Add generate_after_slideout_navigation hook<\\/li>\\n<li>Menu Plus: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Menu Plus: Fix slideout menu on Windows phones<\\/li>\\n<li>Menu Plus: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Blog: Use array for image resizer instead of string<\\/li>\\n<li>Blog: Show date and author on single post even if content title is hidden<\\/li>\\n<li>Hooks: Move before header hook content above navigation when set to above header<\\/li>\\n<li>Colors: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Colors: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Spacing: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Spacing: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Sections: Allow sidebars to display on with Sections if generate_sections_sidebars filter is set to true<\\/li>\\n<li>Sections: Make adjustment to ensure compatibility with PHP7<\\/li>\\n<li>Disable Elements: Disabling the site navigation also disbale the sticky navigation if Menu Plus is activated<\\/li>\\n<li>Typography: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Backgrounds: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Page Header: Reduce CSS shown in <head> section if there\'s no page header content<\\/li>\\n<li>Secondary Nav: Reduce amount of CSS shown in the <head> section<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/30\\/2015) - 1.2.74<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix mobile menu overlap with search icon when sticky effect set to \\\"none\\\"<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2015) - 1.2.73<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow post image cropping to have proportional width based on height<\\/li>\\n<li>Blog: Hiding the date, author, categories, tags and comments link fully removes them (requires GP 1.3.18)<\\/li>\\n<li>Typography: Add font size controller for footer\\/copyright<\\/li>\\n<li>Page Header: Fix full screen issue when refreshing half way down the screen<\\/li>\\n<li>Colors: Fix missing placeholder text in Edge browser<\\/li>\\n<li>Colors: Adjust mobile search item selector<\\/li>\\n<li>Menu Plus: Change \\\"hamburger\\\" icon to close icon on slideout menu open<\\/li>\\n<li>Menu Plus: Fix bug where mobile only sticky menu was appear on desktop when set to fade<\\/li>\\n<li>Menu Plus: Fix background image issue when slideout menu is enabled<\\/li>\\n<li>Menu Plus: Add classes to <body> element for site logo in navigation\\/sticky navigation<\\/li>\\n<li>Menu Plus: Add styling for mobile search item<\\/li>\\n<li>Menu Plus: Replace slideout menu script with a more lightweight, efficient one<\\/li>\\n<li>Disable Elements: Disabling the headline\\/title fully removes it from the code (requires GP 1.3.18)<\\/li>\\n<li>Spacing: Add styling for mobile search item<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/3\\/2015) - 1.2.72<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry on tablet orientation change<\\/li>\\n<li>Blog: Fix masonry on search results page<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Remove empty javascript element if slideout menu is disabled<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when mobile menu is toggled<\\/li>\\n<li>Menu Plus: Delay sticky script from initializing until all other scripts are done<\\/li>\\n<li>Page Header: Add microdata to page header image<\\/li>\\n<li>Spacing: Fix mobile search spacing<\\/li>\\n<li>Sections: Add generate_sections_default_padding_top and generate_sections_default_padding_bottom filters for the default padding<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/16\\/2015) - 1.2.71<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix empty alert<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/14\\/2015) - 1.2.70<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: German translation added (thank you, Daniel!)<\\/li>\\n<li>Disable Elements: Disable post image on single template if set<\\/li>\\n<li>Spacing: Adjust spacing for mobile search<\\/li>\\n<li>Typography: Range slider settings adjusted<\\/li>\\n<li>Sections: Fix Add Media button when in Text editor<\\/li>\\n<li>Menu Plus: Fix conflict with navigation search in mobile menu<\\/li>\\n<li>Page Header: Fix mobile bug on Chrome with full height page headers<\\/li>\\n<li>Menu Plus: Fix Secondary Navigation dropdown issue when slideout menu is enabled<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/24\\/2015) - 1.2.69<\\/strong><\\/p>\\n<ul>\\n<li>[!] Menu Plus: Sticky Menu Slide was showing up behind content<\\/li>\\n<li>[*] Menu Plus: Remove notices if GP isn\'t activated<\\/li>\\n<li>[*] Page Header: Remove notice if GP isn\'t activated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/22\\/2015) - 1.2.68<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Remove masonry load more button if linked directly to last page<\\/li>\\n<li>[!] Sections: Fix issue with sections displaying on IE8<\\/li>\\n<li>[*] Sections: Add new filter to allow sections on any post type you like: generate_sections_post_types<\\/li>\\n<li>[+] Page Header: Add new filter to allow page header link to open in new tab: generate_page_header_target<\\/li>\\n<li>[!] Menu Plus: Fix error when using Jetpack\'s Mobile Theme<\\/li>\\n<li>[*] Menu Plus: Improve fade transition<\\/li>\\n<li>[!] Colors: Fix mobile menu text hover<\\/li>\\n<li>[+] GP Premium: Activate\\/Deactivate multiple add-ons at once<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/6\\/2015) - 1.2.67<\\/strong><\\/p>\\n<ul>\\n<li>[*] Disable Elements: Disable post image now works without Page Header being activated<\\/li>\\n<li>[!] Menu+: Fix bug where hidden navigation clone was conflicting with secondary navigation<\\/li>\\n<li>[*] Secondary Nav: Mobile menu toggle changed from <h3> to <button><br \\/>\\n+ If you\'ve used h3.menu-toggle in any custom CSS, you\'ll need to adjust it (.menu-toggle is fine)<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/2\\/2015) - 1.2.66<\\/strong><\\/p>\\n<ul>\\n<li>[*] Menu+: Smoothen slideout transitions<\\/li>\\n<li>[+] Menu+: Add \\\"generate_menu_slideout_effect\\\" filter<\\/li>\\n<li>[+] Menu+: Add \\\"generate_menu_slideout_position\\\" filter<\\/li>\\n<li>[!] Menu+: Fix alignment issue with float right contained sticky menu<\\/li>\\n<li>[*] Menu+: Show sticky menu on mobile only, desktop only or both<\\/li>\\n<li>[*] Menu+: Various tweaks<\\/li>\\n<li>[+] Blog: Add jump to anchor when using read more tag<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/1\\/2015) - 1.2.65<\\/strong><\\/p>\\n<ul>\\n<li>[+] Menu Plus: Added to GP Premium<\\/li>\\n<li>[*] Blog: Run image resizer on front-end only<\\/li>\\n<li>[*] Page Header: Run image resizier on front-end only<\\/li>\\n<li>[*] Page Header: Run cmb2 only if it hasn\'t already been initialized<\\/li>\\n<li>[*] Blog: Remove float on floated post images on mobile<\\/li>\\n<li>[*] All: Email\\/add-on activation improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(7\\/13\\/2015) - 1.2.64<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: If the read more input is empty, don\'t include markup in post<\\/li>\\n<li>[*] Blog: fix masonry horizontal scroll on mobile (no sidebars)<\\/li>\\n<li>[*] Blog: Fix post image (float left or right) margin on mobile<\\/li>\\n<li>[*] Secondary Nav: Adjust mobile breakpoint<\\/li>\\n<li>[!] Secondary Nav: Fix secondary navigation font bug<\\/li>\\n<li>[!] Typography: Fix weird Google Font rendering bug<\\/li>\\n<li>[!] Sections: Fix bug where paragraphs were being stripped<\\/li>\\n<li>[!] Sections: Fix shortcode bug<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/28\\/2015) - 1.2.63<\\/strong><\\/p>\\n<ul>\\n<li>[+] Typography + Spacing: Italian translations added (thanks, Roberto!!)<\\/li>\\n<li>[+] Allow shortcodes in text widgets<\\/li>\\n<li>[!] Typography: Fix bug where variants weren\'t registering<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/25\\/2015) - 1.2.62<\\/strong><\\/p>\\n<ul>\\n<li>[+] All add-ons - French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[+] All add-ons - Russian translations added (thanks, Alexey!!)<\\/li>\\n<li>[*] Page Header: Improve fullscreen height and vertical center functionality<\\/li>\\n<li>[*] Secondary Nav: Wrap mobile menu in span<\\/li>\\n<li>[*] Sections: Fix some weird CSS styling in editor<\\/li>\\n<li>[*] Secondary Nav: Updated mobile breakpoint to 767px<\\/li>\\n<li>[+] Sections: Add generate_sections_parallax_speed filter to change the speed of parallax effect<\\/li>\\n<li>[+] Blog: Add new filter: generate_blog_activate_masonry - this checks whether we should activate masonry or not<\\/li>\\n<li>[+] Blog: Add code to allow Google Analtyics to track masonry load more as pageviews<\\/li>\\n<li>[+] Typography: Major update! Values changed to allow future Google Font additions\\/changes - please backup before updating.<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/20\\/2015) - 1.2.61<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix spacing bug while using one container<\\/li>\\n<li>[!] Typography: Fix subset issue<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<li>[+] Blog: Add class to read more paragraph container<\\/li>\\n<li>[!] Secondary Nav: Fix background image upload controls<\\/li>\\n<li>[*] Blog: Fix broken translation strings<\\/li>\\n<li>[+] Sections: Add ability to use Sections on posts<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/16\\/2015) - 1.2.6<\\/strong><\\/p>\\n<ul>\\n<li>[*] Page Header: Performance improvements<\\/li>\\n<li>[*] Page Header: GP_IMAGE_RESIZER constant added to give option to disable automatic thumbnail regeneration<\\/li>\\n<li>[x] Page Header: Crop position removed for now<\\/li>\\n<li>[*] French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[!] Copyright: Fix bug where copyright was being removed when email was saved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/13\\/2015) - 1.2.5<\\/strong><\\/p>\\n<p>[!] Hooks: Fix bug where Inside Content Container wasn\'t showing up<\\/p>\\n<p>----<\\/p>\\n<p><strong>(5\\/6\\/2015) - 1.2.4<\\/strong><\\/p>\\n<ul>\\n<li>[!] Page Header: Add function_exists() functions to admin-options.php to stop error when standalone and GP Premium are activated.<\\/li>\\n<li>[!] Sections: Fix bug where sidebar padding wasn\'t working with one container set<\\/li>\\n<li>[*] Sections: Improve editor when visual editor disabled<\\/li>\\n<li>[!] Page Header: Fix bug in parallax.js<\\/li>\\n<li>[*] German language updated through all add-ons (thanks, Daniel!!)<\\/li>\\n<li>[*] Blog: Disallow masonry on any post types but the core \\\"post\\\" type<\\/li>\\n<li>[!] Sections: Remove background color on sections pages when one container is set.<\\/li>\\n<li>[!] Page Header: Remove empty space on attachment page<\\/li>\\n<li>[*] Import\\/Export: Delete GP Hooks specific import - no longer needed<\\/li>\\n<li>[+] Hooks: Add option to disable individual hooks<\\/li>\\n<li>[+] Hooks: Move options to one table - reduces queries<\\/li>\\n<li>[+] Typography: Widget content size option added<\\/li>\\n<li>[!] Sections: Fix bug dealing with sidebar layouts<\\/li>\\n<li>[*] Email activation performance increased<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/14\\/2015) - 1.2.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix language path<\\/li>\\n<li>[*] All add-ons: Update language files<\\/li>\\n<li>[!] Sections: Remove wp_enqueue_media() call which was breaking featured image<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/12\\/2015) - 1.2.2<\\/strong><\\/p>\\n<ul>\\n<li>[!] Spacing: Fix bug where sidebar padding wasn\'t working with one container set<\\/li>\\n<li>[!] Sections: Fix error relating to old version of PHP<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/11\\/2015) - 1.2.1<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix bug where HTML was being stripped<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/9\\/2015) - 1.2<\\/strong><\\/p>\\n<ul>\\n<li>[+] German translations added (thank you Daniel!!)<\\/li>\\n<li>[*] Page Header & Blog: remove bfi_thumb and use WordPress resizer (reduced memory usage)<\\/li>\\n<li>[*] Typography: Group typography options into areas<\\/li>\\n<li>[+] Typography: Comic Sans MS added to font list<\\/li>\\n<li>[*] Colors: French translation updated<\\/li>\\n<li>[*] Spacing: French translation updated<\\/li>\\n<li>[*] Blog: French translation updated<\\/li>\\n<li>[*] Copyright: French translation updated<\\/li>\\n<li>[+] Copyright: Save button added below textarea<\\/li>\\n<li>[+] Typography: French translation added<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint removed from mobile.css and added to enqueue function<\\/li>\\n<li>[+] Sections: Introducing Generate Sections<\\/li>\\n<li>[!] Page Header: Fix bug where add paragraphs doesn\'t work on Blog Header<\\/li>\\n<li>[+] Import\\/Export: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[+] Hooks: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[*] Page Header: Disable parallax on mobile<\\/li>\\n<li>[!] Blog: Show next\\/prev links even when everything else is hidden<\\/li>\\n<li>[*] Blog: Masonry improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(1\\/28\\/2015) - 1.1<\\/strong><\\/p>\\n<ul>\\n<li>[+] Spacing: French translation added<\\/li>\\n<li>[+] Copyright: French translation added<\\/li>\\n<li>[+] Blog: French translation added<\\/li>\\n<li>[*] Blog: Choosing medium as the masonry block width gives items 50% width.<\\/li>\\n<li>[*] Blog: Masonry re-written to perform better<\\/li>\\n<li>[+] Page Header: New options page added (Appearance > Blog Page Header) - add a page header to your blog<\\/li>\\n<li>[+] Page Header: Better parallax effect added to page header background<\\/li>\\n<li>[!] Page Header: Resizing image turned it to PNG and increased file size<\\/li>\\n<li>[+] Page Header: Added option to enable full screen background image<\\/li>\\n<li>[+] Page Header: Added option to vertically center content<\\/li>\\n<li>[+] Colors: Color options added for H1, H2 and H3 elements<\\/li>\\n<li>[+] Typography: Font fallback set - use generate_fallback_font filter to change it<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(12\\/15\\/2014) - 1.0<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Adjustments made to alignment CSS to work with W3 Total Cache<\\/li>\\n<li>[+] Typography: More fonts added<\\/li>\\n<li>[+] Typography: Filter added to subset<\\/li>\\n<li>[+] Colors: French translation added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.9<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Applied post image position to images using Page Header addon<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.8<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Hiding post images works again<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/16\\/2014) - 0.7<\\/strong><\\/p>\\n<ul>\\n<li>[+] Page Header: Option to add background color<\\/li>\\n<li>[*] Page Header: Background image no longer required for other options<\\/li>\\n<li>[*] Page Header: Image resizer now uses BFI Thumb<\\/li>\\n<li>[+] Page Header: Option to move post header below the title<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint increased to include tablets<\\/li>\\n<li>[!] Secondary Nav: Fix bug causing Trebuchet MS not to work<\\/li>\\n<li>[!] Colors: Navigation current text color wasn\'t working while navigation floating right<\\/li>\\n<li>[*] Colors: Change color of placeholder text to text color<\\/li>\\n<li>[!] Secondary Nav: Remove secondary navigation element if no menu is set<\\/li>\\n<li>[+] Blog: Add option to hide categories<\\/li>\\n<li>[+] Blog: Choose alignment of post image<\\/li>\\n<li>[+] Blog: Choose size of post image<\\/li>\\n<li>[+] Hooks: Added inside main content container hook<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/27\\/2014) - 0.6<\\/strong><\\/p>\\n<ul>\\n<li>[!] Typography: Fix bug with non Google fonts calling to Google<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/20\\/2014) - 0.5<\\/strong><\\/p>\\n<ul>\\n<li>[!] Disable Elements: Fix bug applying latest post setting to blog<\\/li>\\n<li>[*] Backgrounds: Upload buttons now use Media Library<\\/li>\\n<li>[!] Blog: Fix masonry spacing issues<\\/li>\\n<li>[*] Page Header: Code cleanup<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/11\\/2014) - 0.4<\\/strong><\\/p>\\n<ul>\\n<li>[+] Copyright: Allow shortcodes in Copyright<\\/li>\\n<li>[*] Copyright: Changed copyright field to textarea<\\/li>\\n<li>[!] Blog: Fix mobile bug in masonry blog on iPhone<\\/li>\\n<li>[*] Spacing: Change separator spacing from padding to margin<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/2\\/2014) - 0.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Not able to hide author on single posts<\\/li>\\n<li>[!] Backgrounds: Background images double in content if One Container is set<\\/li>\\n<li>[+] GP Hooks: Add After Footer Widgets to GP Hooks<\\/li>\\n<li>[+] Secondary Nav: Option to change \\\"Menu\\\" label on mobile secondary navigation<\\/li>\\n<li>[!] Page Header: buddypress fix<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/17\\/2014) - 0.2<\\/strong><\\/p>\\n<ul>\\n<li>[*] Make Google Fonts call more robust<\\/li>\\n<li>[!] Fix secondary navigation link color when floating right<\\/li>\\n<li>[+] Background image options added to secondary navigation<\\/li>\\n<li>[+] File structures cleaned up<\\/li>\\n<li>[+] Masonry width and most recent post masonry width options added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/7\\/2014) - 0.1<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":[],\"description\":[\"<p>GP Premium is one powerful plugin that includes all of our awesome add-ons, which you can turn on and off as needed.<\\/p>\\n\"],\"changelog\":[\"<p><strong>(11\\/26\\/2019) - 1.9.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix \\\"null\\\" in infinite scroll load more button text<\\/li>\\n<li>WooCommerce: Fix hidden added to cart panel on mobile when sticky nav active<\\/li>\\n<li>WooCommerce: Fix missing SVG icon in mobile added to cart panel<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/20\\/2019) - 1.9.0<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Support SVG icon feature<\\/li>\\n<li>Colors: Add navigation search color options<\\/li>\\n<li>Disable Elements: Disable mobile menu in Mobile Header if nav is disabled<\\/li>\\n<li>Elements: Add wp_body_open hook<\\/li>\\n<li>Elements: Allow 0 mobile padding in Elements<\\/li>\\n<li>Elements: Add generate_elements_admin_menu_capability filter<\\/li>\\n<li>Elements: Add generate_page_hero_css_output filter<\\/li>\\n<li>Elements: Prevent error in Header Element if taxonomy doesn\'t exist<\\/li>\\n<li>Elements: Fix double logo when Header Element has logo + using nav as header<\\/li>\\n<li>Elements: Fix mobile header logo not replacing if merge is disabled<\\/li>\\n<li>Elements: Fix missing arrow in Choose Element Type select in WP 5.3<\\/li>\\n<li>Elements: Add generate_inside_site_container hook option<\\/li>\\n<li>Elements: Add generate_after_entry_content hook option<\\/li>\\n<li>Menu Plus: Add off canvas desktop toggle label option<\\/li>\\n<li>Menu Plus: Add generate_off_canvas_toggle_output filter<\\/li>\\n<li>Menu Plus: Support SVG icon feature<\\/li>\\n<li>Menu Plus: Fix sticky navigation overlapping BB controls<\\/li>\\n<li>Menu Plus: Add align-items: center to nav as header, mobile header and sticky nav with branding<\\/li>\\n<li>Sections: Fix text\\/visual switch bug in Firefox<\\/li>\\n<li>Sites: Add option to revert site import<\\/li>\\n<li>Sites: Increase site library limit to 100<\\/li>\\n<li>Spacing: Add live preview to group container padding<\\/li>\\n<li>Typography: Add tablet site title\\/navigation font size options<\\/li>\\n<li>Typography: Add archive post title weight, transform, font size and line height<\\/li>\\n<li>Typography: Add single content title weight, transform, font size and line height<\\/li>\\n<li>Typography: Only call all google fonts once in the Customizer<\\/li>\\n<li>Typography: Get Google fonts from readable JSON list<\\/li>\\n<li>Typography: Make sure font settings aren\'t lost if list is changed<\\/li>\\n<li>Typography: Only call generate_get_all_google_fonts if needed<\\/li>\\n<li>WooCommerce: Add columns gap options (desktop, tablet, mobile)<\\/li>\\n<li>WooCommerce: Add tablet column options<\\/li>\\n<li>WooCommerce: Add related\\/upsell tablet column options<\\/li>\\n<li>WooCommerce: Support SVG icon feature<\\/li>\\n<li>WooCommerce: Prevent empty added to cart panel on single products<\\/li>\\n<li>WooCommerce: Fix woocommerce-ordering arrow in old FF versions<\\/li>\\n<li>WooCommerce: Make item\\/items string translatable<\\/li>\\n<li>General: Better customizer device widths<\\/li>\\n<li>General: Use generate_premium_get_media_query throughout modules<\\/li>\\n<li>General: Improve Customizer control styling<\\/li>\\n<\\/ul>\\n<p><strong>(6\\/12\\/2019) - 1.8.3<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Use flexbox for center aligned nav with nav branding<\\/li>\\n<li>Menu Plus: Center overlay off canvas exit button on mobile<\\/li>\\n<li>Menu Plus: Add alt tag to sticky nav logo<\\/li>\\n<li>Menu Plus: Set generate_not_mobile_menu_media_query filter based on mobile menu breakpoint<\\/li>\\n<li>Sections: Remember when text tab is active<\\/li>\\n<li>Sections: Disable visual editor if turned off in profile<\\/li>\\n<li>Typography: Add generate_google_font_display filter<\\/li>\\n<li>WooCommerce: Fix single product sidebar layout metabox option<\\/li>\\n<li>WooCommerce: Reduce carousel thumbnail max-width to 100px to match new thumbnail sizes<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/2\\/2019) - 1.8.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Use Page Hero site title color for mobile header site title<\\/li>\\n<li>Menu Plus: Give mobile header site title more left spacing<\\/li>\\n<li>Menu Plus: Fix nav search icon in sticky navigation when using nav branding in Firefox<\\/li>\\n<li>Site Library: Show Site Library tab even if no sites exist<\\/li>\\n<li>Site Library: Show an error message in Site Library if no sites exist<\\/li>\\n<li>Typography: Remove reference to generate_get_navigation_location() function<\\/li>\\n<li>WooCommerce: Remove quantity field arrows when using quantity buttons in Firefox<\\/li>\\n<li>WooCommerce: Remove extra border when loading quantity buttons<\\/li>\\n<li>WooCommerce: Use get_price_html() is sticky add to cart panel<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.1<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Revert sticky nav duplicate ID fix due to Cyrillic script bug<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.0<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Apply columns filter to masonry grid sizer<\\/li>\\n<li>Colors: Merge Footer Widgets and Footer controls in Color panel<\\/li>\\n<li>Colors: Remove edit_theme_options capability to Customizer controls (set by default)<\\/li>\\n<li>Disable Elements: Make sure mobile header is disabled when primary navigation is disabled<\\/li>\\n<li>Elements: Add content width option in Layout Element<\\/li>\\n<li>Elements: Fix mobile header logo when mobile menu toggled<\\/li>\\n<li>Elements: Add generate_page_hero_location filter<\\/li>\\n<li>Elements: Add generate_elements_show_object_ids filter to show IDs in Display Rule values<\\/li>\\n<li>Elements: Prevent merged header wrap from conflicting with Elementor controls<\\/li>\\n<li>Elements: Change Container tab name to Content<\\/li>\\n<li>Elements: Add woocommerce_share option to Hooks<\\/li>\\n<li>Elements: Improve WPML compatibility<\\/li>\\n<li>Elements: Improve Polylang compatibility<\\/li>\\n<li>Elements: Prevent PHP notices when adding taxonomy locations to non-existent archives<\\/li>\\n<li>Elements: Add generate_mobile_cart_items hook to hook list<\\/li>\\n<li>Elements: Add generate_element_post_id filter<\\/li>\\n<li>Elements: Escape HTML elements inside Element textarea<\\/li>\\n<li>Elements: Add Beaver Builder templates to the Display Rules<\\/li>\\n<li>Menu Plus: Add mobile header breakpoint option<\\/li>\\n<li>Menu Plus: Add off canvas overlay option<\\/li>\\n<li>Menu Plus: Add navigation as header option<\\/li>\\n<li>Menu Plus: Remove navigation logo option if navigation as header set<\\/li>\\n<li>Menu Plus: Add sticky navigation logo option<\\/li>\\n<li>Menu Plus: Allow site title in mobile header instead of logo<\\/li>\\n<li>Menu Plus: Add option to move exit button inside the off canvas panel<\\/li>\\n<li>Menu Plus: Change Slideout Navigation name to Off Canvas Panel<\\/li>\\n<li>Menu Plus: Only re-focus after slideout close on escape key<\\/li>\\n<li>Menu Plus: Give close slideout event a name so it can be removed<\\/li>\\n<li>Menu Plus: Remove invalid transition-delay<\\/li>\\n<li>Menu Plus: Improve slideout overlay transition<\\/li>\\n<li>Menu Plus: Add mobile open\\/close icons to GPP font<\\/li>\\n<li>Menu Plus: Allow dynamic widget classes in off canvas panel (fixes WC range slider widget issue)<\\/li>\\n<li>Menu Plus: Basic compatibility with future SVG icons<\\/li>\\n<li>Menu Plus: Prevent duplicate IDs when sticky navigation is cloned<\\/li>\\n<li>Secondary Nav: Add dropdown direction option<\\/li>\\n<li>Secondary Nav: Basic compatibility with future SVG icons<\\/li>\\n<li>Sections: Fix section editor issues in WP 5.0<\\/li>\\n<li>Sections: Show Better Font Awesome icon in editor<\\/li>\\n<li>Sites: Re-design UI<\\/li>\\n<li>Sites: Add option to activate as a module like all the other modules<\\/li>\\n<li>Sites: Don\'t show backup options button if no options exist<\\/li>\\n<li>Sites: Make JS action classes more specific to the site library<\\/li>\\n<li>Sites: Set mime types of content.xml and widgets.wie<\\/li>\\n<li>Spacing: Add header padding option for mobile<\\/li>\\n<li>Spacing: Add widget padding option for mobile<\\/li>\\n<li>Spacing: Add footer widgets padding option for mobile<\\/li>\\n<li>Spacing: Add content separator option<\\/li>\\n<li>Spacing: Apply mobile menu item width to mobile bar only<\\/li>\\n<li>WooCommerce: Add option for mini cart in the menu<\\/li>\\n<li>WooCommerce: Add option to open off overlay panel on add to cart<\\/li>\\n<li>WooCommerce: Add option to open sticky add to cart panel on single products<\\/li>\\n<li>WooCommerce: Add option to add +\\/- buttons to the quantity fields<\\/li>\\n<li>WooCommerce: Add option to show number of items in cart menu item<\\/li>\\n<li>WooCommerce: Add option to choose single product image area width<\\/li>\\n<li>WooCommerce: Add color options for price slider widget<\\/li>\\n<li>WooCommerce: Use CSS grid for the product archives<\\/li>\\n<li>WooCommerce: Horizontally align add to cart buttons<\\/li>\\n<li>WooCommerce: Re-design the cart widget<\\/li>\\n<li>WooCommerce: Tighten up product info spacing<\\/li>\\n<li>WooCommerce: Improve product tab design to look more like tabs<\\/li>\\n<li>WooCommerce: Simplify single product image display<\\/li>\\n<li>WooCommerce: Use flexbox for quantity\\/add to cart alignment<\\/li>\\n<li>WooCommerce: Improve rating star styles<\\/li>\\n<li>WooCommerce: Use product alignment setting for related\\/upsell products<\\/li>\\n<li>WooCommerce: Remove bottom margin from product image<\\/li>\\n<li>WooCommerce: Organize colors in the Customizer<\\/li>\\n<li>WooCommerce: Remove title attribute from menu cart item<\\/li>\\n<li>WooCommerce: Improve coupon field design<\\/li>\\n<li>WooCommerce: Improve result count\\/ordering styling<\\/li>\\n<li>WooCommerce: Add gap around WC single product images<\\/li>\\n<li>WooCommerce: Remove arrow from checkout button<\\/li>\\n<li>WooCommerce: Hide view cart link on add to cart click<\\/li>\\n<li>WooCommerce: Organize CSS<\\/li>\\n<li>Introduce in-Customizer shortcuts<\\/li>\\n<li>Add generate_disable_customizer_shortcuts filter<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/22\\/2019) - 1.7.8<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent future compatibility issues with Elementor by removing automatic URL replacement<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/17\\/2018) - 1.7.7<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Fix failed content import in specific PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/13\\/2018) - 1.7.6<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Hide Add New button when opening saved Element with no type<\\/li>\\n<li>Sections: Show page title in Gutenberg when Sections are active<\\/li>\\n<li>Sections: Fix relative image URLs inside the Section editor<\\/li>\\n<li>Sites: Fix failed content\\/widget import in WP 5.0.1\\/4.9.9<\\/li>\\n<li>Sites: Fix no access to WooCommerce setup wizard<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/21\\/2018) - 1.7.5<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Improve block editor button color preview<\\/li>\\n<li>Menu Plus: Mobile menu items hidden behind content with higher z-index when sticky<\\/li>\\n<li>Menu Plus: Prevent mobile menu from covering mobile toggle when sticky<\\/li>\\n<li>Menu Plus: Don\'t close mobile menu if # is the whole URL<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/19\\/2018) - 1.7.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Fix navigation live color preview issues<\\/li>\\n<li>Colors: Move navigation parent item title down in Customizer<\\/li>\\n<li>Elements: Allow slashes in hook names<\\/li>\\n<li>General: Fix smooth scroll anchor location on mobile (requires GP 2.2)<\\/li>\\n<li>Menu Plus: Use https for navigation microdata<\\/li>\\n<li>Menu Plus: Remove header-image class from navigation and mobile header logos<\\/li>\\n<li>Menu Plus: Add navigation search height support to mobile header and sticky nav<\\/li>\\n<li>Typography: Include block editor button in live preview<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2018) - 1.7.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow masonry to be turned off using a boolean filter<\\/li>\\n<li>Blog: Fix load more button appearing when not needed<\\/li>\\n<li>Blog: Remove infinite scroll load more button from WooCommerce archives<\\/li>\\n<li>Blog: Prevent content width option from applying to columns<\\/li>\\n<li>Elements: Fix empty object fields when Post Archive is set<\\/li>\\n<li>Elements: Allow slashes in custom hook field<\\/li>\\n<li>Elements: Allow multiple layout elements per condition<\\/li>\\n<li>Elements: Allow 0 value in mobile padding options<\\/li>\\n<li>Elements: Prevent PHP notice if $post isn\'t an object<\\/li>\\n<li>Gutenberg: Add initial support for live preview spacing of Gutenberg blocks<\\/li>\\n<li>Menu Plus: Add menu-item-align-right class to slideout toggle<\\/li>\\n<li>Menu Plus: Fix JS error in slideout navigation when no menu is set<\\/li>\\n<li>Sites: Fix image shadow on hover<\\/li>\\n<li>Sites: Add message when no plugins are needed<\\/li>\\n<li>Sites: Update custom link URL in menu items<\\/li>\\n<li>Sites: Prevent PHP warning in PHP 7.3<\\/li>\\n<li>Sites: Add generate_sites_ignore_plugins filter<\\/li>\\n<li>Sites: Fix WooCommerce setup wizard conflict with Site Library<\\/li>\\n<li>Sites: Fix PHP notices during WooCommerce setup wizard<\\/li>\\n<li>Typography: Add support for H1-H3 bottom margin options<\\/li>\\n<li>WooCommerce: Add menu-item-align-right class to cart menu item<\\/li>\\n<li>WooCommerce: Fix multi column product spacing on mobile<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/20\\/2018) - 1.7.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix admin body class spaces<\\/li>\\n<li>General: Fix JS error in anchors when smooth scroll class not added<\\/li>\\n<li>General: Fix sticky navigation offset when using smooth scroll<\\/li>\\n<li>WooCommerce: Apply Elementor Pro WC columns fix to Elementor Pro widget only<\\/li>\\n<li>WooCommerce: Fix BlockUI issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/15\\/2018) - 1.7.1<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix PHP error in PHP 5.3<\\/li>\\n<li>Elements: Fix Choose Element not showing due to some third party plugins<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/14\\/2018) - 1.7<\\/strong><\\/p>\\n<p>This update introduces a new premium module called \\\"Elements\\\". Learn more <a href=\\\"https:\\/\\/generatepress.com\\/gp-premium-1-7\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">here<\\/a>.<\\/p>\\n<ul>\\n<li>Blog: Prevent masonry container jump on load<\\/li>\\n<li>Blog: Change \\u201cFull\\u201d label to \\u201cFull Content\\u201d<\\/li>\\n<li>New: Elements module<\\/li>\\n<li>Elements: Header element (replaces the Page Header module)<\\/li>\\n<li>Elements: Hook element (replaces the Hooks module)<\\/li>\\n<li>Elements: Layout element<\\/li>\\n<li>Hooks: Replaced by Elements module<\\/li>\\n<li>Hooks: Move link to legacy hooks inside Elements area<\\/li>\\n<li>Import\\/Export: Re-write code<\\/li>\\n<li>Import\\/Export: Import activated modules<\\/li>\\n<li>Menu Plus: Fix slideout close button alignment\\/color issues<\\/li>\\n<li>Menu Plus: Fix slideout issue with relative main navigation CSS<\\/li>\\n<li>Menu Plus: Fix ul display inside slideout navigation widget<\\/li>\\n<li>Menu Plus: Change Slideout Navigation theme location label to Slideout Menu<\\/li>\\n<li>Menu Plus: Close slideout navigation when a link within it is clicked<\\/li>\\n<li>Menu Plus: Show slideout navigation theme location option after Primary<\\/li>\\n<li>Menu Plus: Improve a11y of slideout navigation<\\/li>\\n<li>Menu Plus: Add\\u00a0.site-wrapper\\u00a0class compatibility to sticky nav<\\/li>\\n<li>Menu Plus: Prepare offside.js for future button dropdown menu toggle<\\/li>\\n<li>Menu Plus: Add\\u00a0.slideout-exit\\u00a0class to close slideout<\\/li>\\n<li>Page Header: Replaced by Elements module<\\/li>\\n<li>Page Header: Move link to legacy Page Headers inside Elements area<\\/li>\\n<li>Page Header: Fix hentry Google Search Console errors<\\/li>\\n<li>Page Header: Fix clearing element issue<\\/li>\\n<li>Page Header: WPML fix in global locations<\\/li>\\n<li>Page Header: Prevent PHP notices within Elementor Library area<\\/li>\\n<li>Page Header: Fix retina logo issue (in new Elements module only)<\\/li>\\n<li>Page Header: Show original logo in sticky navigation (in new Elements module only)<\\/li>\\n<li>Page Header: Add mobile header logo option (in new Elements module only)<\\/li>\\n<li>Secondary Nav: Show theme location option after Primary<\\/li>\\n<li>Sections: Allow Sections when Gutenberg is activated<\\/li>\\n<li>Sections: Hide Gutenberg editor when Sections enabled<\\/li>\\n<li>Sections: Fix text domain issues<\\/li>\\n<li>Sections: Use regular checkbox for use sections<\\/li>\\n<li>Spacing: Add future support for sub-menu width option<\\/li>\\n<li>Sites: Fix .complete class conflicts<\\/li>\\n<li>Sites: Add GENERATE_DISABLE_SITE_LIBRARY constant<\\/li>\\n<li>Sites: Remove verified provider debug notice<\\/li>\\n<li>WooCommerce: Add shopping bag and shopping basket icon options to cart menu item<\\/li>\\n<li>WooCommerce: Fix WC error with non-product post types<\\/li>\\n<li>WooCommerce: Fix too many WC star issue<\\/li>\\n<li>WooCommerce: Add CSS for cart menu item in secondary nav<\\/li>\\n<li>WooCommerce: Add WC menu item location filter to mobile cart<\\/li>\\n<li>WooCommerce: Fix issue with disabling sale badge when set to overlay<\\/li>\\n<li>WooCommerce: Add option to disable\\/enable sale badge on single product pages<\\/li>\\n<li>WooCommerce: Fix my account icon on mobile<\\/li>\\n<li>General: Fix smooth scroll issues on mobile<\\/li>\\n<li>General: Improve overall smooth scroll functionality<\\/li>\\n<li>General: Add generate_smooth_scroll_elements filter<\\/li>\\n<li>General: Move GPP icons from Font Awesome to custom icons<\\/li>\\n<li>A11y: Add context to all \\u201cContained\\u201d strings<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.2<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent PHP notice when Sites can\'t be reached<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix infinite scroll masonry issues in Firefox<\\/li>\\n<li>General: Improve smooth scroll script<\\/li>\\n<li>Import\\/Export: Show modules to export if defined in wp-config.php<\\/li>\\n<li>Sites: Prevent PHP warnings if no Sites are found<\\/li>\\n<li>Sites: Add generate_disable_site_library filter to disable Site Library<\\/li>\\n<li>Sites: Improve page builder filter display<\\/li>\\n<li>Sites: Prevent duplicate site display after details button in preview clicked<\\/li>\\n<li>WooCommerce: Add missing icons if Font Awesome is turned off<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/22\\/2018) - 1.6<\\/strong><\\/p>\\n<ul>\\n<li>New: Sites module<\\/li>\\n<li>Translations: Merge all translations into gp-premium text domain<\\/li>\\n<li>General: Add smooth scroll option<\\/li>\\n<li>General: Move batch processing files into library<\\/li>\\n<li>General: Add GPP icon set<\\/li>\\n<li>General: WPCS and PHPCS improvements<\\/li>\\n<li>Blog: Fix PHP 7.2 warning<\\/li>\\n<li>Blog: Fix Safari infinite scroll issues with srcset<\\/li>\\n<li>Blog: Refresh masonry on infinite scroll append<\\/li>\\n<li>Blog: Remove infinite scroll on 404 and no results pages<\\/li>\\n<li>Blog: Fix Yoast SEO breaking columns with certain settings<\\/li>\\n<li>Blog: Re-layout masonry on load<\\/li>\\n<li>Colors: Add slideout navigation color options<\\/li>\\n<li>Colors: Merge navigation + sub-navigation options into one section<\\/li>\\n<li>Import\\/Export: One click export and import<\\/li>\\n<li>Menu Plus: Re-build slideout navigation to use vanilla JS<\\/li>\\n<li>Menu Plus: Add slideout navigation widget area<\\/li>\\n<li>Menu Plus: Add close icon to slideout navigation<\\/li>\\n<li>Menu Plus: Set sticky nav ID on refresh if stuck<\\/li>\\n<li>Menu Plus: Allow WPML to modify Page Header select metabox<\\/li>\\n<li>Menu Plus: Re-build mobile header using flexbox<\\/li>\\n<li>Menu Plus: Use CSS for slideout navigation icon<\\/li>\\n<li>Menu Plus: Fix sticky navigation slide down in Safari<\\/li>\\n<li>Menu Plus: Add workaround for iOS sticky nav search issue<\\/li>\\n<li>Page Header: Improve Page Header metabox UI on smaller screens<\\/li>\\n<li>Page Header: Use author display name in template tag<\\/li>\\n<li>Page Header: Add generate_page_header_id filter<\\/li>\\n<li>Page Header: Fix vertical center issues in IE11<\\/li>\\n<li>Page Header: Remove flexibility.js for IE8 support<\\/li>\\n<li>Page Header: Fix GiveWP compatibility<\\/li>\\n<li>Secondary Navigation: Re-build CSS<\\/li>\\n<li>Sections: Disable Gutenberg if Sections are activated<\\/li>\\n<li>Sections: Add generate_sections_gutenberg_compatible filter<\\/li>\\n<li>Spacing: Fix one container widget padding preview in Customizer<\\/li>\\n<li>Typography: Add Slideout Navigation typography options<\\/li>\\n<li>WooCommerce: Clear up-sells when directly after entry content<\\/li>\\n<li>WooCommerce: Fix placeholder text cut off in Firefox<\\/li>\\n<li>WooCommerce: Use GPP icon set for cart menu item<\\/li>\\n<li>WooCommerce: Load .js in the footer<\\/li>\\n<li>Update Background Process library<\\/li>\\n<li>Clean up code license key activation code<\\/li>\\n<li>Remove verify.php<\\/li>\\n<li>Prevent PHP notice when saving empty license<\\/li>\\n<li>Add beta testing checkbox to license key area<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/4\\/2017) - 1.5.6<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Make position control description translatable<\\/li>\\n<li>Blog: Fix disabled page featured images if post featured images are disabled<\\/li>\\n<li>Blog: Let WP handle featured image alt attributes<\\/li>\\n<li>Colors: Fix text domain<\\/li>\\n<li>Colors: Improve inconsistent live preview behavior<\\/li>\\n<li>Menu Plus: Prep desktop only slideout icon for GP 2.0<\\/li>\\n<li>Page Header: Allow unfiltered HTML in content if user is allowed<\\/li>\\n<li>Page Header: Only load CSS file if content is added<\\/li>\\n<li>Typography: Fix h5 font size not appearing in GP 2.0<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/22\\/2017) - 1.5.5<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix broken images while using Infinite Scroll in Safari<\\/li>\\n<li>Typography: Fix first variant not appearing when you select a font<\\/li>\\n<li>Typography: Fix select issues when plugins load old versions of the select2 library<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/18\\/2017) - 1.5.4<\\/strong><\\/p>\\n<ul>\\n<li>Sections: Fix Visual\\/Text tab in WP 4.9<\\/li>\\n<li>Sections: Fix Content\\/Settings tab in WP 4.9<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/14\\/2017) - 1.5.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry filter not working on custom post type archives<\\/li>\\n<li>Blog: Fix resized featured images when page header resizer is enabled<\\/li>\\n<li>Blog: Fix broken Customizer toggles in Safari<\\/li>\\n<li>Page Header: Fix PHP notice when saving posts<\\/li>\\n<li>Fix\\/add various gettext values<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/10\\/2017) - 1.5.2<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix issue with saving background image options<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/9\\/2017) - 1.5.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Make infinite scroll container selector more specific<\\/li>\\n<li>Page Header: Fix background video when container is contained<\\/li>\\n<li>Page Header: Remove featured image on attachment pages<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/8\\/2017) - 1.5<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Rebuild Customizer control<\\/li>\\n<li>Blog: Move Blog panel into the Layout panel<\\/li>\\n<li>Blog: Migrate options from select dropdowns to checkboxes where applicable<\\/li>\\n<li>Blog: Merge masonry + column options into one area<\\/li>\\n<li>Blog: Add new post meta visibility options for single posts<\\/li>\\n<li>Blog: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Blog: Add single post featured image options<\\/li>\\n<li>Blog: Add page featured image options<\\/li>\\n<li>Blog: Remove masonry meta box<\\/li>\\n<li>Blog: Add option to remove padding around centered featured images<\\/li>\\n<li>Blog: Add option to turn read more link into button<\\/li>\\n<li>Blog: Add option to turn on infinite scroll regardless of layout<\\/li>\\n<li>Blog: Use infinite scroll with or without a load more button<\\/li>\\n<li>Blog: Make read more links better for accessibility<\\/li>\\n<li>Blog: Migrate single post page header position option to single featured image location option<\\/li>\\n<li>Blog: Remove ellipses if excerpt is set to 0<\\/li>\\n<li>Blog: Change style.css handle to include generate prefix<\\/li>\\n<li>Blog: Remove unnecessary IE8 support<\\/li>\\n<li>Blog: Add alt attribute to featured images<\\/li>\\n<li>Blog: Fix pagination spacing when One Container is set<\\/li>\\n<li>Blog: Fix column\\/masonry spacing at 768px<\\/li>\\n<li>Colors: Add select input live preview settings<\\/li>\\n<li>Colors: Fix button labels<\\/li>\\n<li>Copyright: Move Copyright section into Layout panel<\\/li>\\n<li>Menu Plus: Fix mobile menu logo bug when navigation is set to float right<\\/li>\\n<li>Menu Plus: Fix no transition sticky navigation bug while on mobile<\\/li>\\n<li>Page Header: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Page Header: Don\'t use global page header locations if not published<\\/li>\\n<li>Page Header: Sanitize page header content when saved to database<\\/li>\\n<li>Page Header: Make sure Elementor sections are accessible when page header is merged<\\/li>\\n<li>Page Header: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>Page Header: Fix background video in Safari 11<\\/li>\\n<li>Page Header: Add global locations for taxonomies<\\/li>\\n<li>Page Header: Add {{custom_field.description}} template tag to taxonomies (categories etc..)<\\/li>\\n<li>Page Header: Add ID to page header element<\\/li>\\n<li>Page Header: Fix individual taxonomy page header control not appearing on Toolset created taxonomies<\\/li>\\n<li>Page Header: Ensure jQuery Vide (video background) script only loads when needed<\\/li>\\n<li>Page Header: Fix custom images not displaying<\\/li>\\n<li>Page Header: Fix image link option not working<\\/li>\\n<li>Typography: Lay groundwork for H6 options<\\/li>\\n<li>Typography: Space out heading typography options<\\/li>\\n<li>Typography: Add System Stack option<\\/li>\\n<li>Typography: Fix Google Font variant control in WP 4.9<\\/li>\\n<li>Sections: Show Envira button<\\/li>\\n<li>Sections: Show Gridable button<\\/li>\\n<li>Sections: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>WooCommerce: Add filter to cart menu item location<\\/li>\\n<li>WooCommerce: Better activation compatibility with multi-site<\\/li>\\n<li>WooCommerce: Use wc_get_cart_url() for menu item<\\/li>\\n<li>German translations updated (Thanks, Daniel!)<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/18\\/2017) - 1.4.3<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Pass args to post_thumbnail_html filter<\\/li>\\n<li>Page Header: Allow custom field template tags on pages<\\/li>\\n<li>Page Header: Re-add generate_page_header_video_loop filter<\\/li>\\n<li>Page Header: Add generate_page_header_video_muted filter<\\/li>\\n<li>Page Header: Remove taxonomy title if page header has title<\\/li>\\n<li>WooCommerce: Improve disabled WC button styling<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/11\\/2017) - 1.4.2<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Improve inner container<\\/li>\\n<li>Page Header: Allow contained page header even when position:absolute is set<\\/li>\\n<li>Page Header: Apply page header text color to headings in page header<\\/li>\\n<li>WooCommerce: Fix mobile columns issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4.1<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix error in Customizer when using PHP version < 5.5<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Add back to top button color options<\\/li>\\n<li>Colors: Add h4-h5 color options<\\/li>\\n<li>Colors: Move button color options into own Buttons section<\\/li>\\n<li>Hooks: Show PHP execution message to admins only<\\/li>\\n<li>Menu Plus: Improve disabling of native mobile menu when slide-out is set<\\/li>\\n<li>Menu Plus: Fix sticky mobile menu when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Fix invisible navigation when slide sticky is shown\\/hidden quickly<\\/li>\\n<li>Page Header: Complete code re-write<\\/li>\\n<li>Page Header: Turn Page Headers into a custom post type (CPT)<\\/li>\\n<li>Page Header: Can be applied per page, or globally (pages, posts, categories, CPTs etc..)<\\/li>\\n<li>Page Header: Template tags can be used in Page Header content (page title, author, date)<\\/li>\\n<li>Page Header: Turn bg color options in RGBA picker<\\/li>\\n<li>Page Header: New use bg color as image overlay option<\\/li>\\n<li>Page Header: Re-write parallax feature<\\/li>\\n<li>Page Header: Migrate Blog Page Header in Customizer into a CPT post on update<\\/li>\\n<li>Page Header: Add \\\"Inner Container\\\" width option.<\\/li>\\n<li>Page Header: Add menu background color (instead of forcing transparent)<\\/li>\\n<li>Page Header: Show content options all the time<\\/li>\\n<li>Page Header: Force full width page header if merge is set<\\/li>\\n<li>Page Header: Use set default color palettes in color pickers<\\/li>\\n<li>Page Header: New left\\/right padding option<\\/li>\\n<li>Sections: Make background color rgba color picker<\\/li>\\n<li>Sections: Add background color overlay options<\\/li>\\n<li>Sections: Use set default color palettes in color pickers<\\/li>\\n<li>Sections: Fix dropdown z-index bug introduced in WP 4.8.1<\\/li>\\n<li>Typography: Add H1-H3 line-height options<\\/li>\\n<li>Typography: Add H4-H5 typography options<\\/li>\\n<li>Typography: Add footer\\/copyright area typography options<\\/li>\\n<li>Typography: Add button typography options<\\/li>\\n<li>Typography: Rename Content Customizer section to Headings<\\/li>\\n<li>Typography: Add widget title separating space option<\\/li>\\n<li>Typography: Make fonts in Customizer search-able<\\/li>\\n<li>Typography: Allow Google Font variants to be added\\/removed<\\/li>\\n<li>WooCommerce: Fix columns issue on some pages<\\/li>\\n<li>WooCommerce: Fix mobile columns when using shortcode<\\/li>\\n<li>WooCommerce: Fix extra spacing in empty cart menu item<\\/li>\\n<li>WooCommerce: Show Cart text if no icon<\\/li>\\n<li>WooCommerce: Make cart menu item filterable<\\/li>\\n<li>WooCommerce: Fix sales badge height in IE11<\\/li>\\n<\\/ul>\\n<p><strong>(6\\/19\\/2017) - 1.3.1<\\/strong><\\/p>\\n<ul>\\n<li>Hooks: Add notice to disable PHP execution if DISALLOW_FILE_EDIT is defined<\\/li>\\n<li>Menu Plus: Fix RTL spacing in slide-out menu<\\/li>\\n<li>Menu Plus: Fix bug where sticky nav was interfering with mobile header<\\/li>\\n<li>Menu Plus: Merge all sticky nav transitions into one script<\\/li>\\n<li>Menu Plus: Re-write fade and slide sticky navigation transitions<\\/li>\\n<li>Menu Plus: Add new option to hide sticky navigation while scrolling down<\\/li>\\n<li>WooCommerce: Add padding to terms on checkout<\\/li>\\n<li>WooCommerce: Make shop page options work when shop is set to category display<\\/li>\\n<li>WooCommerce: Style mark element<\\/li>\\n<li>WooCommerce: Remove border\\/padding from checkout fields<\\/li>\\n<li>WooCommerce: Remove color from my account arrows<\\/li>\\n<li>WooCommerce: Adjust ship to address padding<\\/li>\\n<li>WooCommerce: Fix ul elements when WC image is floating<\\/li>\\n<li>WooCommerce: Fix pagination clearing issue<\\/li>\\n<li>WooCommerce: Add pt_BR translation<\\/li>\\n<li>WooCommerce: Fix spacing issue with menu item cart icon and certain fonts<\\/li>\\n<li>Fix double forward slashes in some script calls inside Customizer<\\/li>\\n<li>Add WPML config file<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/17\\/2017) -\\u00a01.3<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix big with 100% auto sizing option<\\/li>\\n<li>Colors: Add WooCommerce add-on colors<\\/li>\\n<li>Import\\/Export: Add WooCommerce add-on<\\/li>\\n<li>Menu Plus: Improve Navigation Logo sizing<\\/li>\\n<li>Menu Plus: Re-write no transition sticky navigation<\\/li>\\n<li>Secondary Nav: Add padding to sides of top bar when merged<\\/li>\\n<li>Secondary Nav: Only load resources if the Secondary theme location is set<\\/li>\\n<li>Sections: Fix mix up of left\\/right content padding<\\/li>\\n<li>Spacing: New mobile menu item width\\/height options<\\/li>\\n<li>Spacing: New sticky menu item height option<\\/li>\\n<li>Spacing: New slide-out menu item height option<\\/li>\\n<li>Typography: New mobile menu item font size option<\\/li>\\n<li>WooCommerce: Introducing new WooCommerce add-on<\\/li>\\n<li>Move all Customizer controls and helper functions into globally accessible library<\\/li>\\n<li>Rebuilt range slider control to include responsive icons which display responsive controls<\\/li>\\n<li>Rebuilt typography control reducing number of controls from 50 to 10 (performance)<\\/li>\\n<li>Updated the automatic updater function<\\/li>\\n<li>Add filter to enable beta updates: generate_premium_beta_tester<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/15\\/2017) - 1.2.96<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix option sanitizing for read more and masonry loading options<\\/li>\\n<li>Copyright: Fix option sanitizing for Customizer textarea<\\/li>\\n<li>Disable Elements: Fix PHP notice when saving post<\\/li>\\n<li>Menu Plus: Fix option sanitizing for mobile menu label option<\\/li>\\n<li>Page Header: Fix PHP notice when saving post<\\/li>\\n<li>Secondary Nav: Fix option sanitizing for mobile menu label option<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/14\\/2017) -\\u00a01.2.95<\\/strong><\\/p>\\n<ul>\\n<li>Add notice if GeneratePress theme isn\'t activated<\\/li>\\n<li>Add notice if GeneratePress theme update is available<\\/li>\\n<li>General code cleanup and optimization<\\/li>\\n<li>Backgrounds: Use new CSS class to write dynamic CSS<\\/li>\\n<li>Backgrounds: Deprecate Generate_Backgrounds_Customize_Misc_Control<\\/li>\\n<li>Backgrounds: Add options to the new top bar widget area<\\/li>\\n<li>Blog: Add generate_excerpt_more_output filter to read more link<\\/li>\\n<li>Blog: Add generate_content_more_link_output filter to read more link when more tag is added<\\/li>\\n<li>Blog: Remove ellipses from Read more link default<\\/li>\\n<li>Blog: Use the_title_attribute() where necessary<\\/li>\\n<li>Blog: Add generate_excerpt_length filter<\\/li>\\n<li>Colors: Add options for new top bar widget area<\\/li>\\n<li>Copyright: General code clean up<\\/li>\\n<li>Disable Elements: Add new Top Bar widget area to disable options<\\/li>\\n<li>Disable Elements: Change Post Image label to Featured Image<\\/li>\\n<li>Disable Elements: Completely remove header HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove navigation HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove footer HTML if set to disable<\\/li>\\n<li>Disable Elements: Add generate_metabox_capability filter to meta box<\\/li>\\n<li>Hooks: Update jQuery cookie library<\\/li>\\n<li>Hooks: Add new GENERATE_HOOKS_DISALLOW_PHP constant to allow users to disable PHP execution<\\/li>\\n<li>Import Export: Verify correct option names<\\/li>\\n<li>Menu Plus: Change Navigation Logo Position label to Navigation Logo Placement<\\/li>\\n<li>Menu Plus: Make sure sticky.js only enqueues if absolutely necessary<\\/li>\\n<li>Menu Plus: Move Sticky Navigation options into their own section<\\/li>\\n<li>Menu Plus: Move Slide-out Navigation options into their own section<\\/li>\\n<li>Menu Plus: Fix slight icon width change when toggling slide-out navigation<\\/li>\\n<li>Menu Plus: Close slide-out menu on item click<\\/li>\\n<li>Page Header: Fix top margin when full width header is below the header<\\/li>\\n<li>Page Header: Use the_title_attribute() where necessary<\\/li>\\n<li>Page Header: Change \\\"Position\\\" labels to \\\"Location\\\"<\\/li>\\n<li>Page Header: Add new generate_page_header_metabox_capability filter to meta box<\\/li>\\n<li>Page Header: Prevent undefined index notices<\\/li>\\n<li>Secondary Nav: Fix sub-navigation background, text and image variables<\\/li>\\n<li>Secondary Nav: Add unit to value if it exists allowing 0px values<\\/li>\\n<li>Secondary Nav: Move background image options into the Backgrounds add-on<\\/li>\\n<li>Secondary Nav: Move spacing options into the Spacing add-on<\\/li>\\n<li>Secondary Nav: Move typography options into the Typography add-on<\\/li>\\n<li>Secondary Nav: Move color options into the Colors add-on<\\/li>\\n<li>Secondary Nav: Add option to merge with new top bar widget area<\\/li>\\n<li>Secondary Nav: Fix dropdown menu arrow spacing in live preview<\\/li>\\n<li>Secondary Nav: Use custom color palettes<\\/li>\\n<li>Sections: Improve CSS output<\\/li>\\n<li>Sections: Remove sections-no-sidebars class if Sections aren\'t activated<\\/li>\\n<li>Spacing: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Spacing: Make sidebar width options range sliders<\\/li>\\n<li>Spacing: Add options for new top bar widget area<\\/li>\\n<li>Spacing: Add ability to link all 4 spacing controls together<\\/li>\\n<li>Spacing: Add all 4 sides to mobile content padding<\\/li>\\n<li>Spacing: Fix Customizer experience when switching between one container and separate containers<\\/li>\\n<li>Typography: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Typography: Add options for new top bar widget area<\\/li>\\n<li>Typography: Update list of available fonts<\\/li>\\n<li>pt_PT translations added - thank you Pedro!<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/25\\/2017) -\\u00a01.2.94<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix contained sticky menu with no transition + floating bug<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/24\\/2017) -\\u00a01.2.93<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix 100% width option<\\/li>\\n<li>Blog: Change Post Image label to Featured Image<\\/li>\\n<li>Blog: Fully remove featured image if it\'s set to hide<\\/li>\\n<li>Colors: Add transparency slider to all background elements<\\/li>\\n<li>Colors: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Colors: Add new generate_default_color_palettes filter to set up default color palettes<\\/li>\\n<li>Copyright: Use new copyright filter if possible<\\/li>\\n<li>Disabe Elements: Hide mobile header if navigation is disabled<\\/li>\\n<li>Menu Plus: Remove classie.js<\\/li>\\n<li>Menu Plus: Add .navigation-stick class to all sticky menu transitions<\\/li>\\n<li>Menu Plus: Prevent slide-out navigation jump on desktop<\\/li>\\n<li>Menu Plus: Change Sticky Effect label to Sticky Transition<\\/li>\\n<li>Menu Plus: Clean up dynamic CSS<\\/li>\\n<li>Menu Plus: Add .navigation-logo class to the navigation logo<\\/li>\\n<li>Menu Plus: Rebuild and simplify navigation logo CSS<\\/li>\\n<li>Menu Plus: Add live preview to navigation logo height<\\/li>\\n<li>Menu Plus: Add new generate_navigation_logo to the Navigation Logo URL<\\/li>\\n<li>Menu Plus: Fix mixing up of slide-out and search icon when sticky and floating left\\/right<\\/li>\\n<li>Page Header: Add parallax speed filter - generate_page_header_parallax_speed<\\/li>\\n<li>Page Header: Make sure wp.media javascript object exist to avoid potential JS errors<\\/li>\\n<li>Page Header: Make parallax work when page header is set to contained width<\\/li>\\n<li>Page Header: Add generate_metabox_capability to Page Header meta box<\\/li>\\n<li>Page Header: Add new option to overwrite Navigation Logo per page<\\/li>\\n<li>Page Header: Fix full screen page header height when content is longer than the screen<\\/li>\\n<li>Secondary Nav: Change Navigation Position to Navigation Location<\\/li>\\n<li>Secondary Nav: Add defaults to the style.css and only add dynamic CSS if needed<\\/li>\\n<li>Secondary Nav: Improve mobile menu CSS<\\/li>\\n<li>Sections: Add new Section ID field<\\/li>\\n<li>Spacing: Fix instant preview for masonry and columns<\\/li>\\n<li>Spacing: Add size slider to the separator options<\\/li>\\n<li>Spacing: Add mobile content padding option<\\/li>\\n<li>Spacing: Improve live previewing performance in the Customizer<\\/li>\\n<li>Spacing: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Spacing: Set left and right footer widget area padding if it\'s set to 0<\\/li>\\n<li>Spacing: Clean up sidebar width code<\\/li>\\n<li>Spacing: Change range slider style to fit core WP style<\\/li>\\n<li>Typography: Move mobile font size options into their respective sections<\\/li>\\n<li>Typography: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Typography: Change generate_display_google_fonts() function to generate_enqueue_google_fonts()<\\/li>\\n<li>Typography: Change range slider style to fit core WP style<\\/li>\\n<li>Change license key field from text to password<\\/li>\\n<li>Czech translation updated<\\/li>\\n<li>German translation updated<\\/li>\\n<li>Brazilian translation added<\\/li>\\n<li>Italian translated updated<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2016) -\\u00a01.2.92<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix category title and load more alignment while using masonry<\\/li>\\n<li>Blog: Fix masonry spacing on mobile<\\/li>\\n<li>Blog: Simplify masonry spacing<\\/li>\\n<li>Blog: Simplify columns spacing<\\/li>\\n<li>Menu Plus: Fix alignment jump when browser is zoomed in and resized down to 768px<\\/li>\\n<li>Menu Plus: Add generate_logo_title filter to sticky logo and mobile header logo<\\/li>\\n<li>Menu Plus: Add spacing to the menu logo when the inner navigation is set to full width<\\/li>\\n<li>Menu Plus: Fix navigation search issue with no transition sticky menu<\\/li>\\n<li>Menu Plus: Don\'t float mobile header navigation if no logo is set<\\/li>\\n<li>Typography: Adjust typography name sanitization function name to avoid errors with old GP versions<\\/li>\\n<li>Typography: Remove parameter from generate_display_google_fonts to avoid warning with child theme generators<\\/li>\\n<li>Typography: Add body line height option<\\/li>\\n<li>Typography: Add paragraph margin option<\\/li>\\n<li>Typography: Reduce copyright\\/footer font size default to 14px<\\/li>\\n<li>Typography: Add reset button to all size sliders<\\/li>\\n<li>Secondary Nav: Remove CSS which stops floating navigation at 1024px<\\/li>\\n<li>Secondary Nav: Fix jump when removing navigation in the Customizer<\\/li>\\n<li>Secondary Nav: New option: Inner navigation width<\\/li>\\n<li>Secondary Nav: Add reset button to font size slider<\\/li>\\n<li>Secondary Nav: Allow transitions on menu items<\\/li>\\n<li>Sections: Fix bug where error would happen if the user isn\'t using at least WordPress 4.5<\\/li>\\n<li>Sections: Remove GP theme grid dependency in admin<\\/li>\\n<li>Sections: Allow oembed in section content<\\/li>\\n<li>Sections: Use jQuery.on() instead of delegate()<\\/li>\\n<li>Sections: Remove unnecessary files<\\/li>\\n<li>Spacing: Prevent warning caused by wrong version constant<\\/li>\\n<li>Page Header: New filter: generate_get_blog_page_header - makes it possible to set the blog page header under different conditions<\\/li>\\n<li>Page Header: Improve full height page header functionality on mobile\\/orientation change<\\/li>\\n<li>Page Header: Remove fixed background attachment from parallax background image to help preserve image ratio<\\/li>\\n<li>Add prompt to add license key in Plugins area if it isn\'t activated and updates are available<\\/li>\\n<li>Move all language files into the \\/langs\\/ folder<\\/li>\\n<li>Reduce length of some text domains to avoid updating issue with some servers<\\/li>\\n<li>Chinese translations added - thanks Alfred!<\\/li>\\n<li>Portuguese translation added - thanks Alvaro!<\\/li>\\n<li>Russian translations updated - thanks Alex!<\\/li>\\n<li>German translations updated - thanks Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(17\\/10\\/2016) -\\u00a01.2.91<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix bug where navigation logo wasn\'t displaying when effect is set to None<\\/li>\\n<li>Menu Plus: Fix bug where mobile header javascript was showing up when it shouldn\'t<\\/li>\\n<li>Sections: Add Shortcodes Ultimate compatibility<\\/li>\\n<li>Page Header: Fix Italian translation<\\/li>\\n<li>Page Header: Only show metabox on public post types<\\/li>\\n<li>Page Header: Fully re-design metabox<\\/li>\\n<li>Page Header: Add padding unit option (px or %)<\\/li>\\n<li>Blog: Make excerpt length value update immediately in Customizer<\\/li>\\n<li>Blog: Improve masonry functionality<\\/li>\\n<li>Russian translations updated - massive thanks to Alexey!<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/10\\/2016) - 1.2.90<\\/strong><\\/p>\\n<ul>\\n<li>Prevent direct access to all files<\\/li>\\n<li>All Czech translations updated (thanks Ondrej!)<\\/li>\\n<li>Copyright: Improve Customizer experience<\\/li>\\n<li>Sections: Completely re-designed and re-built Sections<\\/li>\\n<li>Sections: Section content is now saved into your default editor on update\\/save. This prevents theme-lock, meaning your content will still exist even if you remove Sections.<\\/li>\\n<li>Sections: Send to default editor button removed as the before removes the need for it<\\/li>\\n<li>Sections: Add bottom & top padding unit option (px or %)<\\/li>\\n<li>Page Header: Add generate_page_header_video_loop filter to disable looping of the page header video<\\/li>\\n<li>Page Header: Add option to remove the page header from single posts<\\/li>\\n<li>Page Header: Make number only inputs only accepts numbers<\\/li>\\n<li>Page Header: Force page header above the content if merged option is set<\\/li>\\n<li>Page Header: Disable automatic check for background video posters if no image is set<\\/li>\\n<li>Page Header: Use featured image as background image if no page header image is set<\\/li>\\n<li>Spacing: Remove duplicate menu item height CSS<\\/li>\\n<li>Spacing: Make inputs number only<\\/li>\\n<li>Spacing: All options are now instant preview<\\/li>\\n<li>Blog: Make post image sizes and excerpt length inputs number only<\\/li>\\n<li>Blog: Force full width masonry items on mobile<\\/li>\\n<li>Blog: Show Blog panel even when we\'re not viewing the blog in the Customizer<\\/li>\\n<li>Menu Plus: Reduce space between menu toggle and search icon on mobile with menu logo enabled<\\/li>\\n<li>Menu Plus: Show navigation logo option and navigation logo position option even if sticky navigation isn\'t enabled<\\/li>\\n<li>Menu Plus: Optimize javascript and put it all in files instead of in wp_footer<\\/li>\\n<li>Menu Plus: Allow navigation logo to show in sidebar navigation causing a sidebar logo effect<\\/li>\\n<li>Menu Plus: Float mobile header to the right on RTL installations<\\/li>\\n<li>Typography: Add new filter: generate_typography_variants<\\/li>\\n<li>Typography: Make font size, weight and decoration instant preview<\\/li>\\n<li>Typography: Only show top 200 popular Google Fonts in Customizer (increases Customizer performance)<\\/li>\\n<li>Typography: generate_number_of_fonts filter added so you can choose how many fonts to include in the Customizer list<\\/li>\\n<li>Typography: Remove 2 database queries<\\/li>\\n<li>Typography: Add Segoe UI font to default list<\\/li>\\n<li>Typography: Revamp how Google fonts get their category and variants (increase front end performance)<\\/li>\\n<li>Colors: Make all colors instant preview<\\/li>\\n<li>Secondary Navigation: Colors are now instant preview<\\/li>\\n<li>Secondary Navigation: Typography font weight, transform and size are now instant preview<\\/li>\\n<li>Secondary Navigation: Layout options are now instant preview<\\/li>\\n<li>Hooks: Disable spell check in hook textareas<\\/li>\\n<li>Hooks: Fix floating box issue on RTL installations<\\/li>\\n<li>Backgrounds: Use default WordPress image uploader customizer control<\\/li>\\n<li>Customizer: All Customizer controls are now rendered in javascript\\/json - big +1 for performance<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/23\\/2016) -\\u00a01.2.89<\\/strong><\\/p>\\n<ul>\\n<li>Fix translations<\\/li>\\n<li>GP Hooks: Add new filter: generate_hooks_capability - change the capability for users who can edit hooks<\\/li>\\n<li>Disable Elements: Remove metabox from attachment post type<\\/li>\\n<li>Page Header: Fix issue where merged header navigation colors weren\'t working<\\/li>\\n<li>Page Header: Remove metabox from the attachment post type<\\/li>\\n<li>Menu Plus: Fix sticky menu not unsticking if it\'s the very top element<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/16\\/2016) -\\u00a01.2.88<\\/strong><\\/p>\\n<ul>\\n<li>GP Premium: Cut down unnecessary folders to prevent update failures on some servers<\\/li>\\n<li>Page Header: Add a new option in Advanced Settings: Place content behind header (sliders etc..)<\\/li>\\n<li>Page Header: Fix header and navigation alignment in vertical centered page header when contained<\\/li>\\n<li>Sections: Rename template file to shorter name<\\/li>\\n<li>Typography: Rename control file to shorter name<\\/li>\\n<li>Copyright: Fix\\/improve live preview of copyright in the Customizer<\\/li>\\n<li>Blog: Show the read more label setting for both excerpt and full content settings<\\/li>\\n<li>Menu Plus: Fix sticky menu stopping at the bottom of the Page Header<\\/li>\\n<li>Menu Plus: Improve sticky menu experience<\\/li>\\n<li>Menu Plus: Float sticky menu logo right when navigation is set to float left<\\/li>\\n<li>Secondary Navigation: Adjust z-index<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/10\\/2016) -\\u00a01.2.87<\\/strong><\\/p>\\n<ul>\\n<li>Increase database sanitization\\/escaping and harden security throughout all add-ons<\\/li>\\n<li>Backgrounds: Place options into sections inside Background Images panel<\\/li>\\n<li>Blog: Add new filter to set the column count: generate_blog_get_column_count<\\/li>\\n<li>Blog: Add title tag to read more link<\\/li>\\n<li>Secondary Navigation: Fix spacing issue with dropdown menu arrow<\\/li>\\n<li>Secondary Navigation: Remove Secondary Navigation panel<\\/li>\\n<li>Secondary Navigation: Move sections into their applicable panels<\\/li>\\n<li>Secondary Navigation: Add RTL language support<\\/li>\\n<li>Spacing: Place options into sections inside Spacing panel<\\/li>\\n<li>Spacing: Add RTL support<\\/li>\\n<li>Copyright: Move copyright textarea into the Customizer<\\/li>\\n<li>Copyright: Swedish translation added - thanks Jamal!<\\/li>\\n<li>Page Header: Fix logo setting to work with new WordPress 4.5 custom_logo feature<\\/li>\\n<li>Page Header: Vastly improved merged header option<\\/li>\\n<li>Page Header: Move Blog Page Header panel into the Blog panel<\\/li>\\n<li>Sections: Fix bug where first paragraph wasn\'t being correct wrapped in <p> tag<\\/li>\\n<li>Menu Plus: Move options into Layout panel<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/29\\/2016) -\\u00a01.2.86<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow resizer to upscale images<\\/li>\\n<li>Page Header: Allow resizer to upscale images<\\/li>\\n<li>Sections: Fix issue with images enlarging in Sections<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/24\\/2016) -\\u00a01.2.85<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix cropping when Photon is being used<\\/li>\\n<li>Page Header: Fix cropping when Photon is being used<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/23\\/2016) -\\u00a01.2.84<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where two columns appear briefly at 768px width<\\/li>\\n<li>Blog: Change image resizer to more lightweight option<\\/li>\\n<li>Blog: Fix uneven spacing at the bottom of blog posts in columns<\\/li>\\n<li>Sections: Apply the_content filter once to the whole sections page to avoid multiple sharing icons being added by plugins etc..<\\/li>\\n<li>Page Header: Change image resizer to more lightweight option<\\/li>\\n<li>Page Header: Add apply image sizes button to the Blog Page Header crop options<\\/li>\\n<li>Translations: Czech translations updated - thanks Ondrej!<\\/li>\\n<li>Translations: Polish translations updated - thanks Krzysztof!<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/5\\/2016) - 1.2.83<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where full width post wasn\'t displaying in columns<\\/li>\\n<li>Blog: Add a check for the blog content customizer control in the theme to prevent warning<\\/li>\\n<li>Blog: Add button to apply post image sizes in the Customizer to prevent unnecessary images being created<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/3\\/2016) -\\u00a01.2.82<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Improve masonry width logic<\\/li>\\n<li>Blog: Improve proportional image resizing<\\/li>\\n<li>Blog: Switch to a better image resizer<\\/li>\\n<li>Spacing: Add spacing for dropdown menu toggle and mobile items in the navigation<\\/li>\\n<li>Colors: Fix text-domain for \\\"Colors\\\" panel to allow it to be translated<\\/li>\\n<li>Colors: Add focus style to buttons<\\/li>\\n<li>Sections: Replace the_content filter with Sections specific filter to avoid plugins adding icons and other content into each section<\\/li>\\n<li>Page Header: Add background image as the video placeholder if it can\'t be loaded (mobile devices etc..)<\\/li>\\n<li>Page Header: Switch to a better image resizer<\\/li>\\n<li>Typography: Adjust label size in Typography sections in Customizer for longer translations<\\/li>\\n<li>Polish translations added - thanks, Paul!<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/24\\/2016) -\\u00a01.2.81<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix javascript bug in Safari<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/23\\/2016) -\\u00a01.2.80<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix iOS bug with parallax background image<\\/li>\\n<li>Page Header: Move \\\"Appearance > Blog Page Header\\\" to \\\"Customize > Page Header > Blog\\\"<\\/li>\\n<li>Page Header: Adjust proportional resizing<\\/li>\\n<li>Page Header: Add generate_page_header_featured_image filter to force usage of the featured image over the custom field<\\/li>\\n<li>Page Header: Add option to merge site header and page header with a transparent navigation<\\/li>\\n<li>Page Header: Add option to include a video background in your page header<\\/li>\\n<li>Page Header: Add option to replace your logo\\/header on individual pages\\/posts<\\/li>\\n<li>Page Header: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Page Header: Minify parallax JS<\\/li>\\n<li>Typography: Add input fields to font sizes to manually adjust them without slider<\\/li>\\n<li>Typography: Adjust separators in Customizer<\\/li>\\n<li>Typography: Add mobile font sizes for the main title, H1 and H2<\\/li>\\n<li>Menu Plus: Adjust navigation width with container width in Customizer<\\/li>\\n<li>Menu Plus: Fix sticky navigation spacer width<\\/li>\\n<li>Menu Plus: Navigation float right aligns sticky menu items to the right<\\/li>\\n<li>Menu Plus: Add new dropdown arrows to slideout menu<\\/li>\\n<li>Menu Plus: New Feature: Mobile Header<\\/li>\\n<li>Menu Plus: Separate options into panels<\\/li>\\n<li>Menu Plus: Close slideout menu with escape key<\\/li>\\n<li>Secondary Nav: Fix separator spacing below secondary navigation in the widget area<\\/li>\\n<li>Secondary Nav: Add support for navigation click dropdown<\\/li>\\n<li>Secondary Nav: Minify CSS and JS<\\/li>\\n<li>Blog: Fix category\\/author page header when columns are set<\\/li>\\n<li>Blog: Remove generate_blog_activate_masonry function and bundle it in with generate_blog_get_masonry function<\\/li>\\n<li>Blog: Turn off masonry if we\'re on WooCommerce search results<\\/li>\\n<li>Blog: Turn off columns if we\'re on WooCommerce search results<\\/li>\\n<li>Blog: Minify CSS and JS<\\/li>\\n<li>Colors: Add focus styles to navigation<\\/li>\\n<li>Backgrounds: Add separators in Customizer<\\/li>\\n<li>Backgrounds: Fix doubling up background images in the content when One Container is set<\\/li>\\n<li>Spacing: Add separators in Customizer<\\/li>\\n<li>Sections: Improve editor handling when visual editor is turned off<\\/li>\\n<li>Sections: Use excerpt metabox on archives\\/blog if Sections is in use in single post<\\/li>\\n<li>Sections: Fix bug where archives\\/blog loses layout if most recent post is using Sections<\\/li>\\n<li>Sections: Minify CSS and JS<\\/li>\\n<li>Disable Elements: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Italian translations added for all add-ons - thank you Roberto!<\\/li>\\n<li>German translations updated for all add-ons - thank you Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/22\\/2015) - 1.2.79<\\/strong><\\/p>\\n<ul>\\n<li>Spacing: Add function_exists in case GP theme isn\'t activated<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/21\\/2015) - 1.2.78<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix bug where navigation background image was showing in sub-navigation as well<\\/li>\\n<li>Backgrounds: Optimize CSS<\\/li>\\n<li>Colors: Optimize CSS<\\/li>\\n<li>Secondary Nav: Remove unnecessary CSS from <head><\\/li>\\n<li>Spacing: Optimize CSS<\\/li>\\n<li>Typography: Optimize CSS<\\/li>\\n<li>Menu Plus: Fix slideout menu glitch when menu item has # as URL<\\/li>\\n<li>Menu Plus: Improve sticky functionality and display<\\/li>\\n<li>Menu Plus: Update sticky menu width when navigation is container and layout is updated<\\/li>\\n<li>Menu Plus: Improve slideout menu transition<\\/li>\\n<li>Blog: Add filter to add post types for the masonry width metabox: generate_blog_masonry_metabox<\\/li>\\n<li>Blog: Add option to set posts as equal height columns<\\/li>\\n<li>Blog: Update masonry when layout is changed in Customizer<\\/li>\\n<li>Blog: Add safeguard in case people type Auto in post image sizes<\\/li>\\n<li>Sections: Add support for password protected pages and Sections<\\/li>\\n<li>Spacing: Remove widget padding if one container is set<\\/li>\\n<li>Spacing: Right and left content padding now affects content area when One Container is set<\\/li>\\n<li>Page Header: Fix proportional resizing<\\/li>\\n<li>Updater functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2015) - 1.2.77<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix warning when post image width is set without a height<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.76<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Don\'t display sticky menu logo if sticky menu is disabled<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.75<\\/strong><\\/p>\\n<ul>\\n<li>Czech translations added to all add-ons - thanks Ondrej!<\\/li>\\n<li>Slovak translation added to GP Premium - thanks Jan!<\\/li>\\n<li>Move from email activation to license key activation<\\/li>\\n<li>Menu Plus: Add ability to add menu item with slider-exit class to exit the slideout menu<\\/li>\\n<li>Menu Plus: Add generate_after_slideout_navigation hook<\\/li>\\n<li>Menu Plus: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Menu Plus: Fix slideout menu on Windows phones<\\/li>\\n<li>Menu Plus: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Blog: Use array for image resizer instead of string<\\/li>\\n<li>Blog: Show date and author on single post even if content title is hidden<\\/li>\\n<li>Hooks: Move before header hook content above navigation when set to above header<\\/li>\\n<li>Colors: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Colors: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Spacing: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Spacing: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Sections: Allow sidebars to display on with Sections if generate_sections_sidebars filter is set to true<\\/li>\\n<li>Sections: Make adjustment to ensure compatibility with PHP7<\\/li>\\n<li>Disable Elements: Disabling the site navigation also disbale the sticky navigation if Menu Plus is activated<\\/li>\\n<li>Typography: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Backgrounds: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Page Header: Reduce CSS shown in <head> section if there\'s no page header content<\\/li>\\n<li>Secondary Nav: Reduce amount of CSS shown in the <head> section<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/30\\/2015) - 1.2.74<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix mobile menu overlap with search icon when sticky effect set to \\\"none\\\"<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2015) - 1.2.73<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow post image cropping to have proportional width based on height<\\/li>\\n<li>Blog: Hiding the date, author, categories, tags and comments link fully removes them (requires GP 1.3.18)<\\/li>\\n<li>Typography: Add font size controller for footer\\/copyright<\\/li>\\n<li>Page Header: Fix full screen issue when refreshing half way down the screen<\\/li>\\n<li>Colors: Fix missing placeholder text in Edge browser<\\/li>\\n<li>Colors: Adjust mobile search item selector<\\/li>\\n<li>Menu Plus: Change \\\"hamburger\\\" icon to close icon on slideout menu open<\\/li>\\n<li>Menu Plus: Fix bug where mobile only sticky menu was appear on desktop when set to fade<\\/li>\\n<li>Menu Plus: Fix background image issue when slideout menu is enabled<\\/li>\\n<li>Menu Plus: Add classes to <body> element for site logo in navigation\\/sticky navigation<\\/li>\\n<li>Menu Plus: Add styling for mobile search item<\\/li>\\n<li>Menu Plus: Replace slideout menu script with a more lightweight, efficient one<\\/li>\\n<li>Disable Elements: Disabling the headline\\/title fully removes it from the code (requires GP 1.3.18)<\\/li>\\n<li>Spacing: Add styling for mobile search item<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/3\\/2015) - 1.2.72<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry on tablet orientation change<\\/li>\\n<li>Blog: Fix masonry on search results page<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Remove empty javascript element if slideout menu is disabled<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when mobile menu is toggled<\\/li>\\n<li>Menu Plus: Delay sticky script from initializing until all other scripts are done<\\/li>\\n<li>Page Header: Add microdata to page header image<\\/li>\\n<li>Spacing: Fix mobile search spacing<\\/li>\\n<li>Sections: Add generate_sections_default_padding_top and generate_sections_default_padding_bottom filters for the default padding<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/16\\/2015) - 1.2.71<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix empty alert<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/14\\/2015) - 1.2.70<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: German translation added (thank you, Daniel!)<\\/li>\\n<li>Disable Elements: Disable post image on single template if set<\\/li>\\n<li>Spacing: Adjust spacing for mobile search<\\/li>\\n<li>Typography: Range slider settings adjusted<\\/li>\\n<li>Sections: Fix Add Media button when in Text editor<\\/li>\\n<li>Menu Plus: Fix conflict with navigation search in mobile menu<\\/li>\\n<li>Page Header: Fix mobile bug on Chrome with full height page headers<\\/li>\\n<li>Menu Plus: Fix Secondary Navigation dropdown issue when slideout menu is enabled<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/24\\/2015) - 1.2.69<\\/strong><\\/p>\\n<ul>\\n<li>[!] Menu Plus: Sticky Menu Slide was showing up behind content<\\/li>\\n<li>[*] Menu Plus: Remove notices if GP isn\'t activated<\\/li>\\n<li>[*] Page Header: Remove notice if GP isn\'t activated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/22\\/2015) - 1.2.68<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Remove masonry load more button if linked directly to last page<\\/li>\\n<li>[!] Sections: Fix issue with sections displaying on IE8<\\/li>\\n<li>[*] Sections: Add new filter to allow sections on any post type you like: generate_sections_post_types<\\/li>\\n<li>[+] Page Header: Add new filter to allow page header link to open in new tab: generate_page_header_target<\\/li>\\n<li>[!] Menu Plus: Fix error when using Jetpack\'s Mobile Theme<\\/li>\\n<li>[*] Menu Plus: Improve fade transition<\\/li>\\n<li>[!] Colors: Fix mobile menu text hover<\\/li>\\n<li>[+] GP Premium: Activate\\/Deactivate multiple add-ons at once<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/6\\/2015) - 1.2.67<\\/strong><\\/p>\\n<ul>\\n<li>[*] Disable Elements: Disable post image now works without Page Header being activated<\\/li>\\n<li>[!] Menu+: Fix bug where hidden navigation clone was conflicting with secondary navigation<\\/li>\\n<li>[*] Secondary Nav: Mobile menu toggle changed from <h3> to <button><br \\/>\\n+ If you\'ve used h3.menu-toggle in any custom CSS, you\'ll need to adjust it (.menu-toggle is fine)<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/2\\/2015) - 1.2.66<\\/strong><\\/p>\\n<ul>\\n<li>[*] Menu+: Smoothen slideout transitions<\\/li>\\n<li>[+] Menu+: Add \\\"generate_menu_slideout_effect\\\" filter<\\/li>\\n<li>[+] Menu+: Add \\\"generate_menu_slideout_position\\\" filter<\\/li>\\n<li>[!] Menu+: Fix alignment issue with float right contained sticky menu<\\/li>\\n<li>[*] Menu+: Show sticky menu on mobile only, desktop only or both<\\/li>\\n<li>[*] Menu+: Various tweaks<\\/li>\\n<li>[+] Blog: Add jump to anchor when using read more tag<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/1\\/2015) - 1.2.65<\\/strong><\\/p>\\n<ul>\\n<li>[+] Menu Plus: Added to GP Premium<\\/li>\\n<li>[*] Blog: Run image resizer on front-end only<\\/li>\\n<li>[*] Page Header: Run image resizier on front-end only<\\/li>\\n<li>[*] Page Header: Run cmb2 only if it hasn\'t already been initialized<\\/li>\\n<li>[*] Blog: Remove float on floated post images on mobile<\\/li>\\n<li>[*] All: Email\\/add-on activation improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(7\\/13\\/2015) - 1.2.64<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: If the read more input is empty, don\'t include markup in post<\\/li>\\n<li>[*] Blog: fix masonry horizontal scroll on mobile (no sidebars)<\\/li>\\n<li>[*] Blog: Fix post image (float left or right) margin on mobile<\\/li>\\n<li>[*] Secondary Nav: Adjust mobile breakpoint<\\/li>\\n<li>[!] Secondary Nav: Fix secondary navigation font bug<\\/li>\\n<li>[!] Typography: Fix weird Google Font rendering bug<\\/li>\\n<li>[!] Sections: Fix bug where paragraphs were being stripped<\\/li>\\n<li>[!] Sections: Fix shortcode bug<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/28\\/2015) - 1.2.63<\\/strong><\\/p>\\n<ul>\\n<li>[+] Typography + Spacing: Italian translations added (thanks, Roberto!!)<\\/li>\\n<li>[+] Allow shortcodes in text widgets<\\/li>\\n<li>[!] Typography: Fix bug where variants weren\'t registering<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/25\\/2015) - 1.2.62<\\/strong><\\/p>\\n<ul>\\n<li>[+] All add-ons - French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[+] All add-ons - Russian translations added (thanks, Alexey!!)<\\/li>\\n<li>[*] Page Header: Improve fullscreen height and vertical center functionality<\\/li>\\n<li>[*] Secondary Nav: Wrap mobile menu in span<\\/li>\\n<li>[*] Sections: Fix some weird CSS styling in editor<\\/li>\\n<li>[*] Secondary Nav: Updated mobile breakpoint to 767px<\\/li>\\n<li>[+] Sections: Add generate_sections_parallax_speed filter to change the speed of parallax effect<\\/li>\\n<li>[+] Blog: Add new filter: generate_blog_activate_masonry - this checks whether we should activate masonry or not<\\/li>\\n<li>[+] Blog: Add code to allow Google Analtyics to track masonry load more as pageviews<\\/li>\\n<li>[+] Typography: Major update! Values changed to allow future Google Font additions\\/changes - please backup before updating.<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/20\\/2015) - 1.2.61<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix spacing bug while using one container<\\/li>\\n<li>[!] Typography: Fix subset issue<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<li>[+] Blog: Add class to read more paragraph container<\\/li>\\n<li>[!] Secondary Nav: Fix background image upload controls<\\/li>\\n<li>[*] Blog: Fix broken translation strings<\\/li>\\n<li>[+] Sections: Add ability to use Sections on posts<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/16\\/2015) - 1.2.6<\\/strong><\\/p>\\n<ul>\\n<li>[*] Page Header: Performance improvements<\\/li>\\n<li>[*] Page Header: GP_IMAGE_RESIZER constant added to give option to disable automatic thumbnail regeneration<\\/li>\\n<li>[x] Page Header: Crop position removed for now<\\/li>\\n<li>[*] French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[!] Copyright: Fix bug where copyright was being removed when email was saved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/13\\/2015) - 1.2.5<\\/strong><\\/p>\\n<p>[!] Hooks: Fix bug where Inside Content Container wasn\'t showing up<\\/p>\\n<p>----<\\/p>\\n<p><strong>(5\\/6\\/2015) - 1.2.4<\\/strong><\\/p>\\n<ul>\\n<li>[!] Page Header: Add function_exists() functions to admin-options.php to stop error when standalone and GP Premium are activated.<\\/li>\\n<li>[!] Sections: Fix bug where sidebar padding wasn\'t working with one container set<\\/li>\\n<li>[*] Sections: Improve editor when visual editor disabled<\\/li>\\n<li>[!] Page Header: Fix bug in parallax.js<\\/li>\\n<li>[*] German language updated through all add-ons (thanks, Daniel!!)<\\/li>\\n<li>[*] Blog: Disallow masonry on any post types but the core \\\"post\\\" type<\\/li>\\n<li>[!] Sections: Remove background color on sections pages when one container is set.<\\/li>\\n<li>[!] Page Header: Remove empty space on attachment page<\\/li>\\n<li>[*] Import\\/Export: Delete GP Hooks specific import - no longer needed<\\/li>\\n<li>[+] Hooks: Add option to disable individual hooks<\\/li>\\n<li>[+] Hooks: Move options to one table - reduces queries<\\/li>\\n<li>[+] Typography: Widget content size option added<\\/li>\\n<li>[!] Sections: Fix bug dealing with sidebar layouts<\\/li>\\n<li>[*] Email activation performance increased<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/14\\/2015) - 1.2.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix language path<\\/li>\\n<li>[*] All add-ons: Update language files<\\/li>\\n<li>[!] Sections: Remove wp_enqueue_media() call which was breaking featured image<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/12\\/2015) - 1.2.2<\\/strong><\\/p>\\n<ul>\\n<li>[!] Spacing: Fix bug where sidebar padding wasn\'t working with one container set<\\/li>\\n<li>[!] Sections: Fix error relating to old version of PHP<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/11\\/2015) - 1.2.1<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix bug where HTML was being stripped<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/9\\/2015) - 1.2<\\/strong><\\/p>\\n<ul>\\n<li>[+] German translations added (thank you Daniel!!)<\\/li>\\n<li>[*] Page Header & Blog: remove bfi_thumb and use WordPress resizer (reduced memory usage)<\\/li>\\n<li>[*] Typography: Group typography options into areas<\\/li>\\n<li>[+] Typography: Comic Sans MS added to font list<\\/li>\\n<li>[*] Colors: French translation updated<\\/li>\\n<li>[*] Spacing: French translation updated<\\/li>\\n<li>[*] Blog: French translation updated<\\/li>\\n<li>[*] Copyright: French translation updated<\\/li>\\n<li>[+] Copyright: Save button added below textarea<\\/li>\\n<li>[+] Typography: French translation added<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint removed from mobile.css and added to enqueue function<\\/li>\\n<li>[+] Sections: Introducing Generate Sections<\\/li>\\n<li>[!] Page Header: Fix bug where add paragraphs doesn\'t work on Blog Header<\\/li>\\n<li>[+] Import\\/Export: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[+] Hooks: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[*] Page Header: Disable parallax on mobile<\\/li>\\n<li>[!] Blog: Show next\\/prev links even when everything else is hidden<\\/li>\\n<li>[*] Blog: Masonry improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(1\\/28\\/2015) - 1.1<\\/strong><\\/p>\\n<ul>\\n<li>[+] Spacing: French translation added<\\/li>\\n<li>[+] Copyright: French translation added<\\/li>\\n<li>[+] Blog: French translation added<\\/li>\\n<li>[*] Blog: Choosing medium as the masonry block width gives items 50% width.<\\/li>\\n<li>[*] Blog: Masonry re-written to perform better<\\/li>\\n<li>[+] Page Header: New options page added (Appearance > Blog Page Header) - add a page header to your blog<\\/li>\\n<li>[+] Page Header: Better parallax effect added to page header background<\\/li>\\n<li>[!] Page Header: Resizing image turned it to PNG and increased file size<\\/li>\\n<li>[+] Page Header: Added option to enable full screen background image<\\/li>\\n<li>[+] Page Header: Added option to vertically center content<\\/li>\\n<li>[+] Colors: Color options added for H1, H2 and H3 elements<\\/li>\\n<li>[+] Typography: Font fallback set - use generate_fallback_font filter to change it<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(12\\/15\\/2014) - 1.0<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Adjustments made to alignment CSS to work with W3 Total Cache<\\/li>\\n<li>[+] Typography: More fonts added<\\/li>\\n<li>[+] Typography: Filter added to subset<\\/li>\\n<li>[+] Colors: French translation added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.9<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Applied post image position to images using Page Header addon<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.8<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Hiding post images works again<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/16\\/2014) - 0.7<\\/strong><\\/p>\\n<ul>\\n<li>[+] Page Header: Option to add background color<\\/li>\\n<li>[*] Page Header: Background image no longer required for other options<\\/li>\\n<li>[*] Page Header: Image resizer now uses BFI Thumb<\\/li>\\n<li>[+] Page Header: Option to move post header below the title<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint increased to include tablets<\\/li>\\n<li>[!] Secondary Nav: Fix bug causing Trebuchet MS not to work<\\/li>\\n<li>[!] Colors: Navigation current text color wasn\'t working while navigation floating right<\\/li>\\n<li>[*] Colors: Change color of placeholder text to text color<\\/li>\\n<li>[!] Secondary Nav: Remove secondary navigation element if no menu is set<\\/li>\\n<li>[+] Blog: Add option to hide categories<\\/li>\\n<li>[+] Blog: Choose alignment of post image<\\/li>\\n<li>[+] Blog: Choose size of post image<\\/li>\\n<li>[+] Hooks: Added inside main content container hook<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/27\\/2014) - 0.6<\\/strong><\\/p>\\n<ul>\\n<li>[!] Typography: Fix bug with non Google fonts calling to Google<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/20\\/2014) - 0.5<\\/strong><\\/p>\\n<ul>\\n<li>[!] Disable Elements: Fix bug applying latest post setting to blog<\\/li>\\n<li>[*] Backgrounds: Upload buttons now use Media Library<\\/li>\\n<li>[!] Blog: Fix masonry spacing issues<\\/li>\\n<li>[*] Page Header: Code cleanup<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/11\\/2014) - 0.4<\\/strong><\\/p>\\n<ul>\\n<li>[+] Copyright: Allow shortcodes in Copyright<\\/li>\\n<li>[*] Copyright: Changed copyright field to textarea<\\/li>\\n<li>[!] Blog: Fix mobile bug in masonry blog on iPhone<\\/li>\\n<li>[*] Spacing: Change separator spacing from padding to margin<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/2\\/2014) - 0.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Not able to hide author on single posts<\\/li>\\n<li>[!] Backgrounds: Background images double in content if One Container is set<\\/li>\\n<li>[+] GP Hooks: Add After Footer Widgets to GP Hooks<\\/li>\\n<li>[+] Secondary Nav: Option to change \\\"Menu\\\" label on mobile secondary navigation<\\/li>\\n<li>[!] Page Header: buddypress fix<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/17\\/2014) - 0.2<\\/strong><\\/p>\\n<ul>\\n<li>[*] Make Google Fonts call more robust<\\/li>\\n<li>[!] Fix secondary navigation link color when floating right<\\/li>\\n<li>[+] Background image options added to secondary navigation<\\/li>\\n<li>[+] File structures cleaned up<\\/li>\\n<li>[+] Masonry width and most recent post masonry width options added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/7\\/2014) - 0.1<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(194,'category_children_all','a:0:{}','yes'),(195,'category_children_','a:0:{}','yes'),(198,'wpml_language_switcher','a:9:{s:8:\"migrated\";i:0;s:18:\"converted_menu_ids\";i:0;s:15:\"languages_order\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"es\";}s:10:\"link_empty\";i:0;s:14:\"additional_css\";s:0:\"\";s:15:\"copy_parameters\";s:0:\"\";s:5:\"menus\";a:0:{}s:8:\"sidebars\";a:0:{}s:7:\"statics\";a:3:{s:6:\"footer\";O:19:\"WPML_LS_Footer_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:19:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:6:\"footer\";s:4:\"show\";i:0;s:8:\"template\";s:27:\"wpml-legacy-horizontal-list\";s:13:\"display_flags\";i:1;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";s:0:\"\";s:13:\"border_normal\";s:0:\"\";s:19:\"font_current_normal\";s:7:\"#444444\";s:18:\"font_current_hover\";s:7:\"#000000\";s:25:\"background_current_normal\";s:7:\"#ffffff\";s:24:\"background_current_hover\";s:7:\"#eeeeee\";s:17:\"font_other_normal\";s:7:\"#444444\";s:16:\"font_other_hover\";s:7:\"#000000\";s:23:\"background_other_normal\";s:7:\"#ffffff\";s:22:\"background_other_hover\";s:7:\"#eeeeee\";s:15:\"template_string\";N;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}s:17:\"post_translations\";O:30:\"WPML_LS_Post_Translations_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:22:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:17:\"post_translations\";s:4:\"show\";i:0;s:8:\"template\";s:29:\"wpml-legacy-post-translations\";s:13:\"display_flags\";i:0;s:29:\"display_link_for_current_lang\";i:0;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";N;s:13:\"border_normal\";N;s:19:\"font_current_normal\";N;s:18:\"font_current_hover\";N;s:25:\"background_current_normal\";N;s:24:\"background_current_hover\";N;s:17:\"font_other_normal\";N;s:16:\"font_other_hover\";N;s:23:\"background_other_normal\";N;s:22:\"background_other_hover\";N;s:15:\"template_string\";N;s:22:\"display_before_content\";i:1;s:21:\"display_after_content\";i:0;s:17:\"availability_text\";s:34:\"This post is also available in: %s\";}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}s:17:\"shortcode_actions\";O:30:\"WPML_LS_Shortcode_Actions_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:19:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:17:\"shortcode_actions\";s:4:\"show\";i:0;s:8:\"template\";s:27:\"wpml-legacy-horizontal-list\";s:13:\"display_flags\";i:0;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";s:0:\"\";s:13:\"border_normal\";s:0:\"\";s:19:\"font_current_normal\";s:0:\"\";s:18:\"font_current_hover\";s:0:\"\";s:25:\"background_current_normal\";s:0:\"\";s:24:\"background_current_hover\";s:0:\"\";s:17:\"font_other_normal\";s:0:\"\";s:16:\"font_other_hover\";s:0:\"\";s:23:\"background_other_normal\";s:0:\"\";s:22:\"background_other_hover\";s:0:\"\";s:15:\"template_string\";N;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}}}','yes'),(199,'category_children_es','a:0:{}','yes'),(200,'category_children','a:0:{}','yes'),(202,'_icl_cache','a:2:{s:25:\"language_name_cache_class\";a:135:{s:21:\"language_details_sqes\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanés\";}s:21:\"language_details_ares\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Árabe\";}s:21:\"language_details_hyes\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:7:\"Armenio\";}s:21:\"language_details_eues\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:7:\"Euskera\";}s:21:\"language_details_bnes\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:8:\"Bengalí\";}s:21:\"language_details_bses\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:6:\"Bosnio\";}s:21:\"language_details_bges\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:8:\"Búlgaro\";}s:21:\"language_details_caes\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:8:\"Catalán\";}s:26:\"language_details_zh-hanses\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:18:\"Chino simplificado\";}s:26:\"language_details_zh-hantes\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:17:\"Chino tradicional\";}s:21:\"language_details_hres\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:6:\"Croata\";}s:21:\"language_details_cses\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Checo\";}s:21:\"language_details_daes\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danés\";}s:21:\"language_details_nles\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:9:\"Holandés\";}s:21:\"language_details_enes\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"Inglés\";}s:21:\"language_details_eoes\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:21:\"language_details_etes\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:7:\"Estonio\";}s:21:\"language_details_fies\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:10:\"Finlandés\";}s:21:\"language_details_fres\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:8:\"Francés\";}s:21:\"language_details_gles\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:7:\"Gallego\";}s:21:\"language_details_dees\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:7:\"Alemán\";}s:21:\"language_details_eles\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:6:\"Griego\";}s:21:\"language_details_hees\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebreo\";}s:21:\"language_details_hies\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:21:\"language_details_hues\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:8:\"Húngaro\";}s:21:\"language_details_ises\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Islandés\";}s:21:\"language_details_ides\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:9:\"Indonesio\";}s:21:\"language_details_gaes\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:9:\"Irlandés\";}s:21:\"language_details_ites\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:8:\"Italiano\";}s:21:\"language_details_jaes\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japonés\";}s:21:\"language_details_koes\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:7:\"Coreano\";}s:21:\"language_details_kues\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:3:\"ckb\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:5:\"Kurdo\";}s:21:\"language_details_lves\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:6:\"Letón\";}s:21:\"language_details_ltes\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:7:\"Lituano\";}s:21:\"language_details_mkes\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:9:\"Macedonio\";}s:21:\"language_details_mses\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:6:\"Malayo\";}s:21:\"language_details_mtes\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltés\";}s:21:\"language_details_mnes\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:6:\"Mongol\";}s:21:\"language_details_nees\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:7:\"Nepalí\";}s:21:\"language_details_noes\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:7:\"Bokmål\";}s:21:\"language_details_faes\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:5:\"Persa\";}s:21:\"language_details_ples\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polaco\";}s:24:\"language_details_pt-bres\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:18:\"Portugués, Brasil\";}s:24:\"language_details_pt-ptes\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:20:\"Portugués, Portugal\";}s:21:\"language_details_paes\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:8:\"Panyabí\";}s:21:\"language_details_ques\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:21:\"language_details_roes\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:6:\"Rumano\";}s:21:\"language_details_rues\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:4:\"Ruso\";}s:21:\"language_details_sres\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:6:\"Serbio\";}s:21:\"language_details_skes\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Eslavo\";}s:21:\"language_details_sles\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:8:\"Esloveno\";}s:21:\"language_details_soes\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:7:\"Somalí\";}s:21:\"language_details_eses\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:8:\"Español\";}s:21:\"language_details_sves\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:5:\"Sueco\";}s:21:\"language_details_taes\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:21:\"language_details_thes\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:10:\"Tailandés\";}s:21:\"language_details_tres\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:5:\"Turco\";}s:21:\"language_details_ukes\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ucraniano\";}s:21:\"language_details_ures\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:21:\"language_details_uzes\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:6:\"Uzbeko\";}s:21:\"language_details_vies\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamita\";}s:21:\"language_details_cyes\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:6:\"Galés\";}s:21:\"language_details_yies\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:5:\"Yidis\";}s:21:\"language_details_zues\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:5:\"Zulú\";}s:29:\"all_language_es__english_name\";a:64:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanés\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Árabe\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:7:\"Armenio\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:7:\"Euskera\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:8:\"Bengalí\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:6:\"Bosnio\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:8:\"Búlgaro\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:8:\"Catalán\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:18:\"Chino simplificado\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:17:\"Chino tradicional\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:6:\"Croata\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Checo\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danés\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:9:\"Holandés\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"Inglés\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:7:\"Estonio\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:10:\"Finlandés\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:8:\"Francés\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:7:\"Gallego\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:7:\"Alemán\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:6:\"Griego\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebreo\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:8:\"Húngaro\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Islandés\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:9:\"Indonesio\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:9:\"Irlandés\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:8:\"Italiano\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japonés\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:7:\"Coreano\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:3:\"ckb\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:5:\"Kurdo\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:6:\"Letón\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:7:\"Lituano\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:9:\"Macedonio\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:6:\"Malayo\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltés\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:6:\"Mongol\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:7:\"Nepalí\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:7:\"Bokmål\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:5:\"Persa\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polaco\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:18:\"Portugués, Brasil\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:20:\"Portugués, Portugal\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:8:\"Panyabí\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:6:\"Rumano\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:4:\"Ruso\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:6:\"Serbio\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Eslavo\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:8:\"Esloveno\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:7:\"Somalí\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:8:\"Español\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:5:\"Sueco\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:10:\"Tailandés\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:5:\"Turco\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ucraniano\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:6:\"Uzbeko\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamita\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:6:\"Galés\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:5:\"Yidis\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:5:\"Zulú\";}}s:28:\"in_language_es__english_name\";a:2:{s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"Inglés\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:8:\"Español\";}}s:4:\"esen\";s:7:\"Spanish\";s:4:\"enen\";s:7:\"English\";s:4:\"enes\";s:7:\"Inglés\";s:4:\"eses\";s:8:\"Español\";s:21:\"language_details_sqen\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanian\";}s:21:\"language_details_aren\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:21:\"language_details_hyen\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:8:\"Armenian\";}s:21:\"language_details_euen\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:21:\"language_details_bnen\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:21:\"language_details_bsen\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:7:\"Bosnian\";}s:21:\"language_details_bgen\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:21:\"language_details_caen\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:26:\"language_details_zh-hansen\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:26:\"language_details_zh-hanten\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:21:\"language_details_hren\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:21:\"language_details_csen\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Czech\";}s:21:\"language_details_daen\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danish\";}s:21:\"language_details_nlen\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:5:\"Dutch\";}s:21:\"language_details_enen\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:21:\"language_details_eoen\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:21:\"language_details_eten\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:21:\"language_details_fien\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:21:\"language_details_fren\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:6:\"French\";}s:21:\"language_details_glen\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:21:\"language_details_deen\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:6:\"German\";}s:21:\"language_details_elen\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:21:\"language_details_heen\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebrew\";}s:21:\"language_details_hien\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:21:\"language_details_huen\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:9:\"Hungarian\";}s:21:\"language_details_isen\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Icelandic\";}s:21:\"language_details_iden\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:10:\"Indonesian\";}s:21:\"language_details_gaen\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:5:\"Irish\";}s:21:\"language_details_iten\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:7:\"Italian\";}s:21:\"language_details_jaen\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:21:\"language_details_koen\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:6:\"Korean\";}s:21:\"language_details_kuen\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:3:\"ckb\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:21:\"language_details_lven\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:21:\"language_details_lten\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:21:\"language_details_mken\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:10:\"Macedonian\";}s:21:\"language_details_msen\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:21:\"language_details_mten\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltese\";}s:21:\"language_details_mnen\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:9:\"Mongolian\";}s:21:\"language_details_neen\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:6:\"Nepali\";}s:21:\"language_details_noen\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:21:\"language_details_faen\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:7:\"Persian\";}s:21:\"language_details_plen\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polish\";}s:24:\"language_details_pt-bren\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:24:\"language_details_pt-pten\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:21:\"language_details_paen\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:7:\"Punjabi\";}s:21:\"language_details_quen\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:21:\"language_details_roen\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:8:\"Romanian\";}s:21:\"language_details_ruen\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:21:\"language_details_sren\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:7:\"Serbian\";}s:21:\"language_details_sken\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Slovak\";}s:21:\"language_details_slen\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:9:\"Slovenian\";}s:21:\"language_details_soen\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:6:\"Somali\";}s:21:\"language_details_esen\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}s:21:\"language_details_sven\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:7:\"Swedish\";}s:21:\"language_details_taen\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:21:\"language_details_then\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:21:\"language_details_tren\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:21:\"language_details_uken\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:21:\"language_details_uren\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:21:\"language_details_uzen\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:5:\"Uzbek\";}s:21:\"language_details_vien\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:21:\"language_details_cyen\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:21:\"language_details_yien\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:7:\"Yiddish\";}s:21:\"language_details_zuen\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:4:\"Zulu\";}s:29:\"all_language_en__english_name\";a:64:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanian\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:8:\"Armenian\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:7:\"Bosnian\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Czech\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danish\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:5:\"Dutch\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:6:\"French\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:6:\"German\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebrew\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:9:\"Hungarian\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Icelandic\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:10:\"Indonesian\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:5:\"Irish\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:7:\"Italian\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:6:\"Korean\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:3:\"ckb\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:10:\"Macedonian\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltese\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:9:\"Mongolian\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:6:\"Nepali\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:7:\"Persian\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polish\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:7:\"Punjabi\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:8:\"Romanian\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:7:\"Serbian\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Slovak\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:9:\"Slovenian\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:6:\"Somali\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:7:\"Swedish\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:5:\"Uzbek\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:7:\"Yiddish\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:4:\"Zulu\";}}}s:17:\"flags_cache_class\";a:64:{s:2:\"en\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"en.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"es\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"es.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"sq\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"sq.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ar\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ar.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"hy\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"hy.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"eu\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"eu.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"bn\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"bn.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"bs\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"bs.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"bg\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"bg.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ca\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ca.png\";s:13:\"from_template\";s:1:\"0\";}s:7:\"zh-hans\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"zh.png\";s:13:\"from_template\";s:1:\"0\";}s:7:\"zh-hant\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"zh.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"hr\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"hr.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"cs\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"cs.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"da\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"da.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"nl\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"nl.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"eo\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"eo.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"et\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"et.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"fi\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"fi.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"fr\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"fr.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"gl\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"gl.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"de\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"de.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"el\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"el.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"he\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"he.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"hi\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"hi.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"hu\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"hu.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"is\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"is.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"id.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ga\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ga.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"it\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"it.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ja\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ja.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ko\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ko.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ku\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ku.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"lv\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"lv.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"lt\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"lt.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"mk\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"mk.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ms\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ms.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"mt\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"mt.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"mn\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"mn.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ne\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ne.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"no\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"no.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"fa\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"fa.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"pl\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"pl.png\";s:13:\"from_template\";s:1:\"0\";}s:5:\"pt-br\";O:8:\"stdClass\":2:{s:4:\"flag\";s:9:\"pt-br.png\";s:13:\"from_template\";s:1:\"0\";}s:5:\"pt-pt\";O:8:\"stdClass\":2:{s:4:\"flag\";s:9:\"pt-pt.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"pa\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"pa.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"qu\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"qu.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ro\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ro.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ru\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ru.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"sr\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"sr.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"sk\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"sk.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"sl\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"sl.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"so\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"so.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"sv\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"sv.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ta\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ta.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"th\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"th.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"tr\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"tr.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"uk\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"uk.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ur\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ur.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"uz\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"uz.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"vi\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"vi.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"cy\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"cy.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"yi\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"yi.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"zu\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"zu.png\";s:13:\"from_template\";s:1:\"0\";}}}','no'),(203,'otgs_share_local_components','a:1:{s:4:\"wpml\";i:1;}','yes'),(204,'otgs_active_components','a:2:{s:6:\"plugin\";a:17:{i:0;a:3:{s:4:\"File\";s:33:\"duplicate-post/duplicate-post.php\";s:4:\"Name\";s:14:\"Duplicate Post\";s:7:\"Version\";s:5:\"3.2.3\";}i:1;a:3:{s:4:\"File\";s:23:\"elementor/elementor.php\";s:4:\"Name\";s:9:\"Elementor\";s:7:\"Version\";s:5:\"2.7.5\";}i:2;a:3:{s:4:\"File\";s:31:\"elementor-pro/elementor-pro.php\";s:4:\"Name\";s:13:\"Elementor Pro\";s:7:\"Version\";s:5:\"2.7.3\";}i:3;a:3:{s:4:\"File\";s:25:\"gp-premium/gp-premium.php\";s:4:\"Name\";s:10:\"GP Premium\";s:7:\"Version\";s:5:\"1.8.3\";}i:4;a:3:{s:4:\"File\";s:25:\"jet-blocks/jet-blocks.php\";s:4:\"Name\";s:23:\"JetBlocks For Elementor\";s:7:\"Version\";s:5:\"1.2.0\";}i:5;a:3:{s:4:\"File\";s:21:\"jet-blog/jet-blog.php\";s:4:\"Name\";s:21:\"JetBlog For Elementor\";s:7:\"Version\";s:5:\"2.2.1\";}i:6;a:3:{s:4:\"File\";s:29:\"jet-elements/jet-elements.php\";s:4:\"Name\";s:25:\"JetElements For Elementor\";s:7:\"Version\";s:5:\"2.2.6\";}i:7;a:3:{s:4:\"File\";s:25:\"jet-engine/jet-engine.php\";s:4:\"Name\";s:9:\"JetEngine\";s:7:\"Version\";s:5:\"2.2.1\";}i:8;a:3:{s:4:\"File\";s:21:\"jet-menu/jet-menu.php\";s:4:\"Name\";s:7:\"JetMenu\";s:7:\"Version\";s:6:\"1.5.14\";}i:9;a:3:{s:4:\"File\";s:25:\"jet-search/jet-search.php\";s:4:\"Name\";s:23:\"JetSearch For Elementor\";s:7:\"Version\";s:5:\"2.1.1\";}i:10;a:3:{s:4:\"File\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:4:\"Name\";s:15:\"JetSmartFilters\";s:7:\"Version\";s:5:\"1.6.1\";}i:11;a:3:{s:4:\"File\";s:21:\"jet-tabs/jet-tabs.php\";s:4:\"Name\";s:21:\"JetTabs For Elementor\";s:7:\"Version\";s:5:\"2.0.5\";}i:12;a:3:{s:4:\"File\";s:27:\"woocommerce/woocommerce.php\";s:4:\"Name\";s:11:\"WooCommerce\";s:7:\"Version\";s:5:\"3.8.0\";}i:13;a:3:{s:4:\"File\";s:45:\"woocommerce-multilingual/wpml-woocommerce.php\";s:4:\"Name\";s:24:\"WooCommerce Multilingual\";s:7:\"Version\";s:5:\"4.7.3\";}i:14;a:3:{s:4:\"File\";s:40:\"sitepress-multilingual-cms/sitepress.php\";s:4:\"Name\";s:21:\"WPML Multilingual CMS\";s:7:\"Version\";s:5:\"4.3.3\";}i:15;a:3:{s:4:\"File\";s:34:\"wpml-string-translation/plugin.php\";s:4:\"Name\";s:23:\"WPML String Translation\";s:7:\"Version\";s:5:\"3.0.3\";}i:16;a:3:{s:4:\"File\";s:38:\"wpml-translation-management/plugin.php\";s:4:\"Name\";s:27:\"WPML Translation Management\";s:7:\"Version\";s:5:\"2.9.2\";}}s:5:\"theme\";a:1:{i:0;a:3:{s:8:\"Template\";s:13:\"generatepress\";s:4:\"Name\";s:19:\"GeneratePress Child\";s:7:\"Version\";s:3:\"0.1\";}}}','yes'),(207,'wpml_update_statuses','a:33:{s:31:\"wpml-upgrade-localization-files\";b:1;s:41:\"wpml-upgrade-fix-non-admin-with-admin-cap\";b:1;s:42:\"wpml-upgrade-table-translate-job-for-3-9-0\";b:1;s:50:\"wpml-upgrade-remove-translation-services-transient\";b:1;s:35:\"wpml-upgrade-display-mode-for-posts\";b:1;s:42:\"wpml-add-uuid-column-to-translation-status\";b:1;s:46:\"wpml-upgrade-element-type-length-and-collation\";b:1;s:45:\"wpml-upgrade-add-word-count-column-to-strings\";b:1;s:35:\"wpml-upgrade-media-without-language\";b:1;s:38:\"wpml-upgrade-media-duplication-in-core\";b:1;s:26:\"wpml-upgrade-chinese-flags\";b:1;s:51:\"wpml-upgrade-add-editor-column-to-icl-translate-job\";b:1;s:25:\"wpml-upgrade-wpml-site-id\";b:1;s:35:\"wpml-upgrade-wpml-site-id-remaining\";b:1;s:43:\"wpml-upgrade-add-location-column-to-strings\";b:1;s:41:\"wpml-upgrade-add-wrap-column-to-translate\";b:1;s:39:\"wpml-upgrade-add-wrap-column-to-strings\";b:1;s:48:\"wpml-tm-upgrade-translation-priorities-for-posts\";b:1;s:43:\"wpml-tm-upgrade-default-editor-for-old-jobs\";b:1;s:41:\"wpml-tm-upgrade-service-redirect-to-field\";b:1;s:46:\"wpml-tm-add-tp-id-column-to-translation-status\";b:1;s:67:\"wpml-tm-add-tp-revision-and-ts-status-columns-to-translation-status\";b:1;s:60:\"wpml-tm-add-tp-revision-and-ts-status-columns-to-core-status\";b:1;s:32:\"wpml-tm-upgrade-wpml-site-id-ate\";b:1;s:34:\"wpml-tm-upgrade-cancel-orphan-jobs\";b:1;s:32:\"wpml-tm-upgrade-ate-jobs-cleanup\";b:1;s:46:\"wpml\\upgrade\\commands\\addcontextindextostrings\";b:1;s:56:\"wpml\\upgrade\\commands\\addstatusindextostringtranslations\";b:1;s:54:\"wpml\\upgrade\\commands\\addstringpackageidindextostrings\";b:1;s:46:\"wpml\\upgrade\\command\\disableoptionsautoloading\";b:1;s:45:\"wpml\\tm\\upgrade\\commands\\migrateaterepository\";b:1;s:61:\"wpml\\tm\\upgrade\\commands\\synchronizesourceidofatejobs\\command\";b:1;s:52:\"wpml\\tm\\upgrade\\commands\\createatedownloadqueuetable\";b:1;}','yes'),(208,'widget_icl_lang_sel_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'wpml_shortcode_list','a:291:{i:0;s:14:\"call_to_action\";i:1;s:10:\"newsletter\";i:2;s:15:\"tours_shortcode\";i:3;s:10:\"cta_button\";i:4;s:20:\"woocommerce_thankyou\";i:5;s:16:\"woocommerce_shop\";i:6;s:5:\"table\";i:7;s:14:\"custom_profile\";i:8;s:14:\"symple_heading\";i:9;s:3:\"row\";i:10;s:8:\"tagcloud\";i:11;s:5:\"sform\";i:12;s:4:\"nano\";i:13;s:16:\"add_eventon_list\";i:14;s:3:\"che\";i:15;s:3:\"era\";i:16;s:4:\"essa\";i:17;s:3:\"nel\";i:18;s:3:\"gli\";i:19;s:3:\"per\";i:20;s:4:\"come\";i:21;s:5:\"anima\";i:22;s:4:\"ella\";i:23;s:4:\"quel\";i:24;s:18:\"show_gd_mylist_btn\";i:25;s:10:\"su_spoiler\";i:26;s:5:\"email\";i:27;s:3:\"vul\";i:28;s:8:\"wpv-view\";i:29;s:14:\"wpv-post-field\";i:30;s:14:\"accordion_item\";i:31;s:8:\"citation\";i:32;s:7:\"gallery\";i:33;s:10:\"foogallery\";i:34;s:20:\"user-submitted-posts\";i:35;s:11:\"chronologie\";i:36;s:7:\"adresse\";i:37;s:14:\"get_unit_label\";i:38;s:19:\"get_reference_label\";i:39;s:36:\"woocommerce_api_manager_lost_api_key\";i:40;s:16:\"wp-knowledgebase\";i:41;s:19:\"testimonials_slider\";i:42;s:4:\"rpwe\";i:43;s:5:\"posts\";i:44;s:9:\"nowotworu\";i:45;s:12:\"intima-media\";i:46;s:9:\"dostarcza\";i:47;s:14:\"standaryzowany\";i:48;s:4:\"jako\";i:49;s:6:\"czarny\";i:50;s:8:\"ekstrakt\";i:51;s:4:\"kwas\";i:52;s:3:\"std\";i:53;s:10:\"dwuwodzian\";i:54;s:12:\"stm_icon_box\";i:55;s:8:\"ess_grid\";i:56;s:10:\"rev_slider\";i:57;s:8:\"linkview\";i:58;s:7:\"dropcap\";i:59;s:13:\"permalinklist\";i:60;s:18:\"testimonial_slider\";i:61;s:33:\"woocommerce_software_lost_license\";i:62;s:11:\"text-blocks\";i:63;s:15:\"wp_sitemap_page\";i:64;s:11:\"wcmp_vendor\";i:65;s:19:\"vendor_registration\";i:66;s:6:\"efsrow\";i:67;s:9:\"efscolumn\";i:68;s:9:\"efsbutton\";i:69;s:13:\"md_rev_slider\";i:70;s:12:\"md_live_text\";i:71;s:16:\"md_imagebox_full\";i:72;s:10:\"flagallery\";i:73;s:18:\"pbr_quicklinksmenu\";i:74;s:13:\"rev_slider_vc\";i:75;s:26:\"opalhotel_reservation_form\";i:76;s:17:\"pbr_title_heading\";i:77;s:16:\"pbr_testimonials\";i:78;s:7:\"embedyt\";i:79;s:18:\"yith_wcwl_wishlist\";i:80;s:22:\"wcm_content_restricted\";i:81;s:11:\"feature_box\";i:82;s:20:\"woocommerce_en_check\";i:83;s:6:\"wc_box\";i:84;s:6:\"wc_row\";i:85;s:9:\"wc_column\";i:86;s:12:\"wc_fullwidth\";i:87;s:9:\"wc_center\";i:88;s:17:\"wp_social_sharing\";i:89;s:9:\"infoboxes\";i:90;s:12:\"testimonials\";i:91;s:38:\"woocommerce_social_media_share_buttons\";i:92;s:20:\"wcv_vendor_dashboard\";i:93;s:17:\"wcv_shop_settings\";i:94;s:10:\"wcv_orders\";i:95;s:8:\"inplayer\";i:96;s:12:\"useyourdrive\";i:97;s:16:\"wp_blog_designer\";i:98;s:7:\"us_blog\";i:99;s:10:\"tt_address\";i:100;s:12:\"tt_dashboard\";i:101;s:14:\"envira-gallery\";i:102;s:11:\"hotspotitem\";i:103;s:27:\"woocommerce_klarna_checkout\";i:104;s:11:\"wpml_mailto\";i:105;s:13:\"contact-field\";i:106;s:9:\"ux_banner\";i:107;s:15:\"advanced_iframe\";i:108;s:17:\"siteorigin_widget\";i:109;s:8:\"ec_store\";i:110;s:22:\"simpay_payment_receipt\";i:111;s:10:\"su-mensaje\";i:112;s:14:\"borlabs_cookie\";i:113;s:12:\"contact_info\";i:114;s:15:\"stm_boats_video\";i:115;s:18:\"packages_orderdata\";i:116;s:24:\"yith_ywraq_request_quote\";i:117;s:15:\"woocommerce_pay\";i:118;s:6:\"button\";i:119;s:16:\"supsystic-tables\";i:120;s:11:\"clean-login\";i:121;s:15:\"woocommerce_pay\";i:122;s:12:\"pdf-embedder\";i:123;s:15:\"insertgenerator\";i:124;s:15:\"youzer_register\";i:125;s:11:\"wysija_form\";i:126;s:5:\"video\";i:127;s:13:\"customer-area\";i:128;s:23:\"customer-area-dashboard\";i:129;s:32:\"customer-area-private-files-home\";i:130;s:27:\"customer-area-private-files\";i:131;s:21:\"customer-account-home\";i:132;s:21:\"customer-area-account\";i:133;s:20:\"customer-area-logout\";i:134;s:11:\"bookly-form\";i:135;s:32:\"bookly-cancellation-confirmation\";i:136;s:18:\"stm_classic_filter\";i:137;s:13:\"popup_trigger\";i:138;s:21:\"mainwp_archived_lists\";i:139;s:15:\"wcv_vendorslist\";i:140;s:14:\"dotpay_content\";i:141;s:9:\"formularz\";i:142;s:41:\"cyberactive_school_courses_selection_form\";i:143;s:34:\"cyberactive_school_session_timeout\";i:144;s:17:\"ditty_news_ticker\";i:145;s:16:\"donationcampaign\";i:146;s:15:\"das-list-events\";i:147;s:11:\"event_embed\";i:148;s:12:\"sectiontitle\";i:149;s:19:\"learn_press_profile\";i:150;s:13:\"ticket-submit\";i:151;s:7:\"tickets\";i:152;s:10:\"aanduiding\";i:153;s:5:\"datum\";i:154;s:13:\"thim-icon-box\";i:155;s:10:\"ngg_images\";i:156;s:15:\"wpdomainchecker\";i:157;s:10:\"visualizer\";i:158;s:15:\"mk_page_section\";i:159;s:10:\"rssreviews\";i:160;s:12:\"animate_this\";i:161;s:14:\"simple-sitemap\";i:162;s:11:\"gravityform\";i:163;s:13:\"stm_tech_info\";i:164;s:19:\"fep_submission_form\";i:165;s:26:\"ucaddon_diagonal_event_box\";i:166;s:17:\"wcv_feedback_form\";i:167;s:22:\"newsletters_management\";i:168;s:17:\"wcv_pro_dashboard\";i:169;s:13:\"tm_pb_section\";i:170;s:20:\"wwof_product_listing\";i:171;s:7:\"res_map\";i:172;s:15:\"jssupportticket\";i:173;s:9:\"socialbar\";i:174;s:17:\"socialbar_service\";i:175;s:12:\"front-end-pm\";i:176;s:11:\"stm_sidebar\";i:177;s:12:\"give_receipt\";i:178;s:16:\"donation_history\";i:179;s:12:\"simpay_error\";i:180;s:19:\"tm_pb_contact_field\";i:181;s:3:\"jwp\";i:182;s:20:\"woocommerce_checkout\";i:183;s:14:\"mk_custom_list\";i:184;s:8:\"sg_popup\";i:185;s:4:\"icon\";i:186;s:10:\"extra_wrap\";i:187;s:13:\"frontier-post\";i:188;s:8:\"invierno\";i:189;s:6:\"appbox\";i:190;s:9:\"highlight\";i:191;s:8:\"ci_alert\";i:192;s:15:\"vc_mad_products\";i:193;s:7:\"dt_list\";i:194;s:15:\"geoip-continent\";i:195;s:13:\"geoip-country\";i:196;s:12:\"geoip-region\";i:197;s:10:\"geoip-city\";i:198;s:16:\"geoip-postalcode\";i:199;s:14:\"geoip-latitude\";i:200;s:15:\"geoip-longitude\";i:201;s:14:\"geoip-location\";i:202;s:19:\"woocommerce_notices\";i:203;s:12:\"stm_icon_box\";i:204;s:13:\"post-timeline\";i:205;s:10:\"tt_address\";i:206;s:15:\"private-message\";i:207;s:10:\"visualizer\";i:208;s:9:\"ga_optout\";i:209;s:23:\"manage_serial_key_usage\";i:210;s:9:\"ut_header\";i:211;s:9:\"site_name\";i:212;s:6:\"bfname\";i:213;s:8:\"order_id\";i:214;s:12:\"menu-country\";i:215;s:11:\"menu-prefer\";i:216;s:14:\"accordion-item\";i:217;s:9:\"mini-icon\";i:218;s:7:\"gvlogic\";i:219;s:8:\"stm_gmap\";i:220;s:12:\"contact-form\";i:221;s:7:\"iconbox\";i:222;s:22:\"woocommerce_my_account\";i:223;s:10:\"super_form\";i:224;s:17:\"wpdm-all-packages\";i:225;s:11:\"photoblocks\";i:226;s:13:\"et_pb_map_pin\";i:227;s:19:\"ginger_reset_cookie\";i:228;s:10:\"su_divider\";i:229;s:16:\"fbl_login_button\";i:230;s:19:\"gmw_single_location\";i:231;s:8:\"one_full\";i:232;s:15:\"recent_products\";i:233;s:11:\"custom_list\";i:234;s:5:\"endif\";i:235;s:5:\"jours\";i:236;s:10:\"wpuf-login\";i:237;s:4:\"lyte\";i:238;s:13:\"product_table\";i:239;s:17:\"wpuf-registration\";i:240;s:14:\"wpuf_dashboard\";i:241;s:6:\"amazon\";i:242;s:20:\"member-pricing-table\";i:243;s:7:\"rozinky\";i:244;s:10:\"ngg_images\";i:245;s:15:\"add_to_cart_url\";i:246;s:15:\"srizonfbgallery\";i:247;s:11:\"wysija_form\";i:248;s:8:\"cl-itext\";i:249;s:7:\"embedyt\";i:250;s:12:\"icon_counter\";i:251;s:10:\"text_block\";i:252;s:8:\"vtftable\";i:253;s:13:\"header_static\";i:254;s:15:\"bookingcalendar\";i:255;s:10:\"flexslider\";i:256;s:16:\"anova-geoip-meta\";i:257;s:23:\"zp_vc_slideshow_element\";i:258;s:11:\"zp_scrollto\";i:259;s:20:\"my_calendar_upcoming\";i:260;s:12:\"wpv-post-url\";i:261;s:13:\"fusion_button\";i:262;s:6:\"su_tab\";i:263;s:37:\"freeconsultation_technical_forum_link\";i:264;s:18:\"vc_images_carousel\";i:265;s:13:\"otgs_logo_url\";i:266;s:15:\"wpv-conditional\";i:267;s:8:\"wpv-view\";i:268;s:6:\"teaser\";i:269;s:14:\"dt_fancy_image\";i:270;s:18:\"fusion_tagline_box\";i:271;s:14:\"contact_us_add\";i:272;s:11:\"content_box\";i:273;s:11:\"tagline_box\";i:274;s:10:\"us_iconbox\";i:275;s:10:\"fusion_tab\";i:276;s:11:\"fisicamente\";i:277;s:16:\"one_half_sidebar\";i:278;s:10:\"action-btn\";i:279;s:16:\"invicta_contacts\";i:280;s:13:\"pricing_price\";i:281;s:6:\"button\";i:282;s:9:\"icon_link\";i:283;s:9:\"slideshow\";i:284;s:14:\"vcex_milestone\";i:285;s:14:\"secondary-demo\";i:286;s:16:\"vh_pricing_table\";i:287;s:13:\"category_name\";i:288;s:7:\"blogurl\";i:289;s:6:\"q_team\";i:290;s:12:\"tab_nav_item\";}','yes'),(210,'wpml_built_with_page_builder','a:1:{i:0;s:10:\"/<!-- wp:/\";}','yes'),(211,'wpml_notices','a:0:{}','no'),(215,'wpml_string_table_ok_for_mo_import','yes','yes'),(216,'wpml-st-all-strings-are-in-english','0','yes'),(219,'wpml_st_display_strings_scan_notices','1','yes'),(221,'wpml_base_slug_translation','1','yes'),(222,'widget_text_icl','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(223,'wpml-gutenberg-config','a:58:{s:14:\"core/paragraph\";a:1:{s:5:\"xpath\";a:1:{i:0;s:3:\"//p\";}}s:12:\"core/heading\";a:1:{s:5:\"xpath\";a:1:{i:0;s:73:\"//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]\";}}s:11:\"core/button\";a:1:{s:5:\"xpath\";a:2:{i:0;s:3:\"//a\";i:1;a:2:{s:5:\"value\";s:9:\"//a/@href\";s:4:\"type\";s:4:\"LINK\";}}}s:10:\"core/image\";a:1:{s:5:\"xpath\";a:3:{i:0;s:19:\"//figure/figcaption\";i:1;s:17:\"//figure/img/@alt\";i:2;a:2:{s:5:\"value\";s:16:\"//figure/a/@href\";s:4:\"type\";s:4:\"LINK\";}}}s:12:\"core/gallery\";a:1:{s:5:\"xpath\";a:2:{i:0;s:19:\"//figure/figcaption\";i:1;s:17:\"//figure/img/@alt\";}}s:15:\"core/media-text\";a:1:{s:5:\"xpath\";a:1:{i:0;s:17:\"//figure/img/@alt\";}}s:9:\"core/list\";a:1:{s:5:\"xpath\";a:1:{i:0;s:15:\"//ul/li|//ol/li\";}}s:10:\"core/quote\";a:1:{s:5:\"xpath\";a:2:{i:0;s:14:\"//blockquote/p\";i:1;s:17:\"//blockquote/cite\";}}s:10:\"core/audio\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:10:\"core/video\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:9:\"core/file\";a:1:{s:5:\"xpath\";a:1:{i:0;s:7:\"//div/a\";}}s:10:\"core/cover\";a:1:{s:5:\"xpath\";a:1:{i:0;s:7:\"//div/p\";}}s:16:\"core/cover-image\";a:1:{s:5:\"xpath\";a:1:{i:0;s:7:\"//div/p\";}}s:12:\"core/subhead\";a:1:{s:5:\"xpath\";a:1:{i:0;s:3:\"//p\";}}s:10:\"core/verse\";a:1:{s:5:\"xpath\";a:1:{i:0;s:5:\"//pre\";}}s:10:\"core/table\";a:1:{s:5:\"xpath\";a:1:{i:0;s:4:\"//td\";}}s:17:\"core/preformatted\";a:1:{s:5:\"xpath\";a:1:{i:0;s:5:\"//pre\";}}s:14:\"core/pullquote\";a:1:{s:5:\"xpath\";a:2:{i:0;s:14:\"//blockquote/p\";i:1;s:17:\"//blockquote/cite\";}}s:11:\"core/column\";a:0:{}s:12:\"core/columns\";a:0:{}s:9:\"core/code\";a:0:{}s:9:\"core/more\";a:0:{}s:13:\"core/nextpage\";a:0:{}s:14:\"core/separator\";a:0:{}s:11:\"core/spacer\";a:0:{}s:14:\"core/shortcode\";a:0:{}s:18:\"core-embed/twitter\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:18:\"core-embed/youtube\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:19:\"core-embed/facebook\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:20:\"core-embed/instagram\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:16:\"core-embed/vimeo\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:21:\"core-embed/soundcloud\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:18:\"core-embed/spotify\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:17:\"core-embed/flickr\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:18:\"core-embed/animoto\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:23:\"core-embed/collegehumor\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:22:\"core-embed/dailymotion\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:21:\"core-embed/funnyordie\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:15:\"core-embed/hulu\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:16:\"core-embed/imgur\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:16:\"core-embed/issuu\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:22:\"core-embed/kickstarter\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:21:\"core-embed/meetup-com\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:19:\"core-embed/mixcloud\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:22:\"core-embed/photobucket\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:20:\"core-embed/polldaddy\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:17:\"core-embed/reddit\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:23:\"core-embed/reverbnation\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:21:\"core-embed/screencast\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:17:\"core-embed/scribd\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:21:\"core-embed/slideshare\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:18:\"core-embed/smugmug\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:18:\"core-embed/speaker\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:14:\"core-embed/ted\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:17:\"core-embed/tumblr\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:21:\"core-embed/videopress\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:20:\"core-embed/wordpress\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}s:23:\"core-embed/wordpress-tv\";a:1:{s:5:\"xpath\";a:1:{i:0;s:19:\"//figure/figcaption\";}}}','yes'),(242,'WPML_Upgrade_All_Admins_To_Manage_Translations_Has_Run','1','yes'),(243,'wpml-package-translation-string-packages-table-updated','0.0.2','yes'),(244,'wpml-package-translation-string-table-updated','1','yes'),(245,'wpml-package-translation-db-updates-run','a:1:{i:0;s:5:\"0.0.2\";}','yes'),(246,'wpml-package-translation-refresh-required','no','no'),(262,'translation_priority_children_en','a:0:{}','yes'),(264,'translation_priority_children_es','a:0:{}','yes'),(265,'translation_priority_children_all','a:0:{}','yes'),(273,'wpml-old-jobs-editor','wpml','yes'),(274,'wpml_translation_services_timestamp','1588656804','yes'),(275,'wpml-tm-translation-jobs-migration','1','yes'),(276,'wpml_tp_com_log','iew_url\":null,\"custom_fields\":[{\"label\":\"Username\",\"name\":\"username\",\"type\":\"text\"},{\"label\":\"Password\",\"name\":\"password\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"manual\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":2,\"speed_ranking\":2412.0,\"popularity\":2,\"popularity_ranking\":16.55,\"primary\":2,\"primary_ranking\":16.55},\"specializations\":[],\"countries\":[],\"certifications\":[],\"redirect_to_ts?\":true},{\"id\":12,\"name\":\"OneHourTranslation\",\"description\":\"OneHourTranslation provides translations in more than 75 languages and 2500 languages pairs for medium to large businesses. It specializes in providing business translations in a variety of fields including legal, technical and web applications.\",\"url\":\"https://www.onehourtranslation.com\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/onehourtranslation.png\",\"project_details_url\":\"https://www.onehourtranslation.com/my-projects/customer/\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"8850fd4bfdaae2a2d63e51fb1f2ac3e4\",\"doc_url\":\"https://wpml.org/translation-service/onehourtranslation/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your Secret Key and Public Key are located under \\\"Profile > API Keys\\\" on your OneHourTranslation Control panel\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/onehourtranslation/#api-secret-public-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/onehourtranslation/#create-account\",\"partner\":false,\"review_url\":\"https://wpml.org/submit-your-review/?parent_translation-service_id=747801\",\"custom_fields\":[{\"label\":\"Secret Key\",\"name\":\"secret_key\",\"type\":\"text\"},{\"label\":\"Public Key\",\"name\":\"public_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":5,\"speed_ranking\":2831.0,\"popularity\":2,\"popularity_ranking\":15.93,\"primary\":2,\"primary_ranking\":15.93},\"specializations\":[{\"name\":\"Technical\",\"key\":\"technical\"},{\"name\":\"Business\",\"key\":\"business\"},{\"name\":\"e-Commerce\",\"key\":\"e-commerce\"}],\"countries\":[{\"name\":\"Israel\",\"code\":\"IL\"},{\"name\":\"Romania\",\"code\":\"RO\"},{\"name\":\"Ukraine\",\"code\":\"UA\"},{\"name\":\"United States\",\"code\":\"US\"}],\"certifications\":[],\"redirect_to_ts?\":true},{\"id\":8,\"name\":\"Gengo\",\"description\":\"Gengo’s people-powered translation platform helps you translate content into over 36 languages through a selective, global network of translators.\",\"url\":\"http://gengo.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gengo.png\",\"project_details_url\":\"https://gengo.com/auth/form/login/\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"63f155572eb659a462aac247ee1bbf8d\",\"doc_url\":\"https://wpml.org/translation-service/gengo/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":false,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your public and secret keys are found on your Gengo Customer Dashboard\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/gengo/#generate-api-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/gengo/#create-gengo-account\",\"partner\":false,\"review_url\":\"https://wpml.org/submit-your-review/?parent_translation-service_id=805025\",\"custom_fields\":[{\"label\":\"Public key\",\"name\":\"public_key\",\"type\":\"text\"},{\"label\":\"Private key\",\"name\":\"private_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":2,\"speed_ranking\":2579.0,\"popularity\":2,\"popularity_ranking\":11.12,\"primary\":2,\"primary_ranking\":11.12},\"specializations\":[{\"name\":\"Business\",\"key\":\"business\"},{\"name\":\"e-Commerce\",\"key\":\"e-commerce\"},{\"name\":\"Tourism & Travel\",\"key\":\"tourism_travel\"}],\"countries\":[{\"name\":\"Japan\",\"code\":\"JP\"},{\"name\":\"Philippines\",\"code\":\"PH\"},{\"name\":\"United States\",\"code\":\"US\"}],\"certifications\":[],\"redirect_to_ts?\":true},{\"id\":39,\"name\":\"Avilínga\",\"description\":\"Avilínga is a Swiss company which has been translating content for companies in the aviation industry since 2006. In particular, it specializes in technical aviation translations.\",\"url\":\"http://avilinga.com\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avilinga.png\",\"project_details_url\":\"\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"f38976dca685689ebf19fd516fb4e918\",\"doc_url\":\"https://wpml.org/translation-service/avilinga/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"An Avilinga team member will email you a unique API Token\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/avilinga/#retrieving-api-token\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/avilinga/#requesting-an-avilinga-account\",\"partner\":false,\"review_url\":\"https://wpml.org/submit-your-review/?parent_translation-service_id=1193643\",\"custom_fields\":[{\"label\":\"API token\",\"name\":\"api_token\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"api\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":0,\"speed_ranking\":0.0,\"popularity\":2,\"popularity_ranking\":10.25,\"primary\":2,\"primary_ranking\":10.25},\"specializations\":[],\"countries\":[],\"certifications\":[],\"redirect_to_ts?\":false},{\"id\":21,\"name\":\"Capita\",\"description\":\"CAPITA TI is a British company which has been translating content for commercial businesses and public sector organizations since 1984. It specializes in legal, financial, manufacturing and e-Learning translations in over 180 languages.\",\"url\":\"https://www.capitatranslationinterpreting.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/capita.png\",\"project_details_url\":\"https://mtpflow.capita-ti.com/module/client/default/request_overview.jsp?request_id=%{request_id}\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"3393562c8687d38db9c447854bd20957\",\"doc_url\":\"https://wpml.org/translation-service/capita/\",\"notification\":false,\"tms\":false,\"has_language_pairs\":false,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"The username, password, customer name, and contact name will be provided upon creating a Capita account\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/capita/#connecting-your-site-to-capita\",\"client_create_account_page_url\":\"https://www.capitatranslationinterpreting.com/contact-us/\",\"partner\":false,\"review_url\":\"https://wpml.org/submit-your-review/?parent_translation-service_id=893070\",\"custom_fields\":[{\"label\":\"Username\",\"name\":\"username\",\"type\":\"text\"},{\"label\":\"Password\",\"name\":\"password\",\"type\":\"text\"},{\"label\":\"Customer Name\",\"name\":\"customer_name\",\"type\":\"text\"},{\"label\":\"Contact Name\",\"name\":\"contact_name\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":2,\"speed_ranking\":2397.0,\"popularity\":1,\"popularity_ranking\":4.55,\"primary\":1,\"primary_ranking\":4.55},\"specializations\":[],\"countries\":[{\"name\":\"United Kingdom\",\"code\":\"GB\"},{\"name\":\"United States\",\"code\":\"US\"}],\"certifications\":[{\"name\":\"ISO-17100\",\"key\":\"17100\"},{\"name\":\"ISO-27001\",\"key\":\"27001\"},{\"name\":\"ISO-9001\",\"key\":\"9001\"}],\"redirect_to_ts?\":true},{\"id\":43,\"name\":\"GPI\",\"description\":\"GPI is a team of language, technology, project management and business professionals with over 20 years of extensive experience in translation services helping companies communicate and conduct business in more than 100 languages and 15 disciplines.\",\"url\":\"http://www.globalizationpartners.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gpi.png\",\"project_details_url\":\"URL from request to GPI\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"bbfd2c9ae5d6d34b08719f8fcbde80d6\",\"doc_url\":\"https://wpml.org/translation-service/gpi/\",\"notification\":false,\"tms\":false,\"has_language_pairs\":false,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"A GPI team member will email an API Key and API Secret Key\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/gpi/#receiving-api-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/gpi/#requesting-an-account\",\"partner\":false,\"review_url\":\"https://wpml.org/submit-your-review/?parent_translation-service_id=1242411\",\"custom_fields\":[{\"label\":\"API Key\",\"name\":\"api_key\",\"type\":\"text\"},{\"label\":\"API Secret Key\",\"name\":\"api_secret_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":0,\"speed_ranking\":0.0,\"popularity\":1,\"popularity_ranking\":0.75,\"primary\":1,\"primary_ranking\":0.75},\"specializations\":[{\"name\":\"Technical\",\"key\":\"technical\"},{\"name\":\"Marketing & Branding\",\"key\":\"marketing_branding\"},{\"name\":\"Tourism & Travel\",\"key\":\"tourism_travel\"}],\"countries\":[],\"certifications\":[],\"redirect_to_ts?\":true}]\n}\n','no'),(277,'wpml-tm-all-translation-jobs-migration','3','yes'); INSERT INTO `wp_options` VALUES (279,'wpml_translation_services','a:105:{i:0;C:15:\"WPML_TP_Service\":1947:{a:36:{s:2:\"id\";i:108;s:8:\"logo_url\";s:87:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/quality-translation-services.png\";s:4:\"name\";s:28:\"Quality Translation Services\";s:11:\"description\";s:299:\"Quality Translation Services is a professional translation company which offers high quality translation and website localization services at very attractive prices. They employ the latest translation tools and apply a rigorous translation process to ensure quality, consistency and timely delivery.\";s:7:\"doc_url\";s:66:\"https://wpml.org/translation-service/quality-translation-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:41.170000000000002;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:41.170000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:84:\"https://www.qualitytranslationservices.com/wordpress-websites-translation-using-wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8853226d14818dfdc7d325c53a290436\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:1;C:15:\"WPML_TP_Service\":2390:{a:36:{s:2:\"id\";i:67;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/icanlocalize.png\";s:4:\"name\";s:12:\"ICanLocalize\";s:11:\"description\";s:300:\" \r\nICanLocalize\'s seamless WPML integration ensures quick delivery of translations while our professional linguists focus on quality and accuracy. ICanLocalize provides a safe environment for the translation of your website in 45+ languages. Choose ICanLocalize by OnTheGoSystems, the makers of WPML.\";s:7:\"doc_url\";s:50:\"https://wpml.org/translation-service/icanlocalize/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API Token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:4;s:15:\"quality_ranking\";d:4;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:1268;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:40.329999999999998;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:40.329999999999998;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:51:\"https://www.icanlocalize.com/wpml/registrations/new\";s:19:\"project_details_url\";s:73:\"https://www.icanlocalize.com/wpml/websites/%{website_id}/translation_jobs\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"dd17d48516ca4bce0b83043583fabd2e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:272:\"<a href=\"https://www.icanlocalize.com/wpml/registrations/new\" target=\"_blank\">Sign up</a> to ICanLocalize to receive your API token.<br />Already have an account? Log-in and <a href=\"https://www.icanlocalize.com/wpml/websites/api_token\" target=\"_blank\">get your token</a>.\";s:27:\"how_to_get_credentials_desc\";s:52:\"Your API Token is found on your ICanLocalize account\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/icanlocalize/#creating-account\";s:30:\"client_create_account_page_url\";s:51:\"https://www.icanlocalize.com/users/new?utype=Client\";s:14:\"redirect_to_ts\";b:1;}}i:2;C:15:\"WPML_TP_Service\":1893:{a:36:{s:2:\"id\";i:78;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alfabeta.png\";s:4:\"name\";s:8:\"AlfaBeta\";s:11:\"description\";s:254:\"AlfaBeta is an Italian language services consultancy specializing in international communication, mainly in the food, wine, tourism, fashion industries. We provide web translation and copywriting, multilingual SEO/SEM and social media marketing services.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/alfabeta/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:2569;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:39.450000000000003;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:39.450000000000003;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:133:\"https://www.alfabetastudio.it/translation-agency-rome-italy/website-translation/translation-of-wordpress-websites-using-wpml/?lang=en\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e00168c56d4b60275ee38701221c5911\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:3;C:15:\"WPML_TP_Service\":1986:{a:36:{s:2:\"id\";i:75;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/okodia.png\";s:4:\"name\";s:6:\"Okodia\";s:11:\"description\";s:242:\"Okodia is a human-translation company certified by ISO 9001 & ISO 17100 certificates working with 80+ languages around the world. Our 1500+ specialized professional native linguists translate over 10+ millon words yearly in almost all fields.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/okodia/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2843;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:38.030000000000001;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:38.030000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:56:\"https://www.okodia.com/traduccion-wordpress-wpml-okodia/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"94ee301596730c533be57728ca1634ef\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:59:\"An Okodia team member will email a unique API Token to you.\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/okodia/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/okodia/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:4;C:15:\"WPML_TP_Service\":1989:{a:36:{s:2:\"id\";i:69;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/leemeta.png\";s:4:\"name\";s:7:\"Leemeta\";s:11:\"description\";s:255:\"Leemeta is known for its turnkey translations™. Their job is to make sure you don’t have any additional work: they translate and proofread the texts, design them for printing or prepare for digital distribution and transfer them onto the website/apps.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/leemeta\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2737;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37.469999999999999;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37.469999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:43:\"https://www.leemeta-translations.co.uk/wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"dff20624a4352b67c960083b3a5df494\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"A Leemeta team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/leemeta/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:64:\"https://wpml.org/translation-service/leemeta/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:5;C:15:\"WPML_TP_Service\":1865:{a:36:{s:2:\"id\";i:105;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/quicksilver-translate.png\";s:4:\"name\";s:21:\"Quicksilver Translate\";s:11:\"description\";s:258:\"Multilingual translation and desktop publishing solutions that make multilingual documentation easier. Global reach, all languages, all formats. State-of-the-art software and qualified, bilingual translators carry out large projects in very short timeframes.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/quicksilver-translate/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37.329999999999998;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37.329999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:64:\"https://www.quicksilvertranslate.com/services/wordpress-and-wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"be1c1d266f78c4dd7778d8afec990b1c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:6;C:15:\"WPML_TP_Service\":1891:{a:36:{s:2:\"id\";i:104;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/elite-asia.png\";s:4:\"name\";s:10:\"Elite Asia\";s:11:\"description\";s:285:\"Headquartered in Singapore, Elite Asia offers translation services in over 70 language pairs, as well as global digital marketing solutions and mass localization technology. It has since managed over 26,000 projects in 26 countries with a talented network of more than 4,000 linguists.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/elite-asia\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2856;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37.219999999999999;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37.219999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:94:\"https://www.elitetranslations.asia/website-localisation-integration-with-wpml-plugin-asia.html\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"b14cb2eee9c013ce014629e5ead4839c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:7;C:15:\"WPML_TP_Service\":2032:{a:36:{s:2:\"id\";i:37;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/espresso-translations.png\";s:4:\"name\";s:21:\"Espresso Translations\";s:11:\"description\";s:275:\"Espresso Translations is a professional translation agency offering a full range of translation services to businesses and individuals worldwide. We offer translation, proofreading, transcription and interpretation services in all languages across a vast array of industries.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/espresso-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:65:\"https://www.espressotranslations.com/translate-website-with-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ab06600c2ae77b6fb2945304f3ea8b87\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:33:\"Request your API Token to connect\";s:26:\"how_to_get_credentials_url\";s:65:\"https://www.espressotranslations.com/translate-website-with-wpml/\";s:30:\"client_create_account_page_url\";s:81:\"https://wpml.org/translation-service/espresso-translations/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:8;C:15:\"WPML_TP_Service\":2080:{a:36:{s:2:\"id\";i:45;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avanti-language-services.png\";s:4:\"name\";s:24:\"Avanti Language Services\";s:11:\"description\";s:307:\"AVANTI Language Services is a translation agency specializing in the legal, financial, commercial, and technical fields. We are based in Lijnden, near Amsterdam, but work for clients throughout the world. Our two ISO certificates guarantee you a qualified and reliable partner for all your translation work.\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/avanti-language-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2785;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:36.869999999999997;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:36.869999999999997;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:28:\"https://www.avanti-nl.com/en\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"65ead6792983d81081190fb784e73b0a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:51:\"The AVANTI team will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:49:\"https://www.avanti-nl.com/en/wpml/#content-sturen\";s:30:\"client_create_account_page_url\";s:88:\"https://wpml.org/translation-service/avanti-language-services/#requesting-avanti-account\";s:14:\"redirect_to_ts\";b:0;}}i:9;C:15:\"WPML_TP_Service\":1865:{a:36:{s:2:\"id\";i:91;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/language-insight.png\";s:4:\"name\";s:16:\"Language Insight\";s:11:\"description\";s:295:\"Quality and security are a priority for Language Insight as demonstrated by their ISO 9001, 27001 and 17100 accreditations. Their specialist teams provide language services to clients worldwide, including a variety of digital services such as website translation, multilingual SEO, PPC and more.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/language-insight/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2796;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:36.68;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:36.68;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.languageinsight.com/services/wpml-website-translation/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"9cd6dacb4cfa2c94991babf0ffdb88f3\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:10;C:15:\"WPML_TP_Service\":1780:{a:36:{s:2:\"id\";i:79;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ad-verbum.png\";s:4:\"name\";s:9:\"AD VERBUM\";s:11:\"description\";s:213:\"AD VERBUM is a northern European translation and localization company working in 90+ target languages. It specializes in various fields including pharmacy, healthcare and legal for small to medium-size businesses.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/ad-verbum/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:34.420000000000002;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:34.420000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:62:\"https://www.adverbum.com/en/services/website-localization/wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"456cf5b648e41fadadd6f94c13605dbe\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:11;C:15:\"WPML_TP_Service\":1901:{a:36:{s:2:\"id\";i:107;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/inpokulis-translations.png\";s:4:\"name\";s:22:\"Inpokulis Translations\";s:11:\"description\";s:304:\"Founded almost 20 years ago, Inpokulis is an experienced Portuguese LSP with ISO17100 certification. The skilled in-house team works daily with a network of over 200 translators specialised in different language combinations and areas such as localisation, SEO, legal, tourism, marketing, technical, etc.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/inpokulis-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:33.25;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:33.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:77:\"https://inpokulis.com/en/services/translate-your-wordpress-website-with-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"420cbf3ca2b01f664c1346c0f80c5cfe\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:12;C:15:\"WPML_TP_Service\":1833:{a:36:{s:2:\"id\";i:112;s:8:\"logo_url\";s:63:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mtlt.png\";s:4:\"name\";s:4:\"MTLT\";s:11:\"description\";s:282:\"MTLT is a network of professional translators offering high-end language services to communicate effectively across different markets & cultures. Take advantage of their skills in translating your content into the language of your target audience with culturally sensitive accuracy.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/mtlt/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:32.829999999999998;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:32.829999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:60:\"https://www.mtlt.eu/services/wordpress-website-localization/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c569723b18f7a32e5fe64d152931a331\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:13;C:15:\"WPML_TP_Service\":1897:{a:36:{s:2:\"id\";i:118;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/datasource-international.png\";s:4:\"name\";s:24:\"DataSource International\";s:11:\"description\";s:251:\"DataSource offers professional website translations using native linguists for retail, e-commerce, luxury, finance. They serve clients globally since 2002 and are praised for being accurate, reliable, and flexible. Easy WPML integration. Try it now!\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/datasource-international/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:32.579999999999998;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:32.579999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:94:\"https://www.datasourcegroup.com/service/website-localisation/wordpress-localisation-with-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"441e5f269caaed31ecd7db9e88e973cc\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:14;C:15:\"WPML_TP_Service\":1813:{a:36:{s:2:\"id\";i:99;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/euro-text.png\";s:4:\"name\";s:9:\"Euro:Text\";s:11:\"description\";s:262:\"Your partner for multilingual translation – fast, cost-efficient and reliable, with particular expertise in Spanish and Portuguese, including European and other variants (Mexican, Chilean,Peruvian, Argentinian and Colombian Spanish, Brazilian Portuguese, etc.)\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/eurotext/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:31.920000000000002;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:31.920000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:47:\"https://euro-text.com/en/why-wpml-and-eurotext/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"aef0362e0b668d69886108e01a4c2930\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:15;C:15:\"WPML_TP_Service\":1873:{a:36:{s:2:\"id\";i:122;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/commit-global.png\";s:4:\"name\";s:13:\"Commit Global\";s:11:\"description\";s:296:\"Commit Global provides translation and localization in 80+ language combinations. As an ISO-certified company, it applies strict QA procedures in its everyday work. Its key strengths include experienced personnel, responsiveness and flexibility, competitive prices and commitment to high quality.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/commit-global/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:31.420000000000002;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:31.420000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:58:\"https://commit-global.com/services-wordpress-localization/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"14dde982a9f3acf6c185ab11b06cb41c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:16;C:15:\"WPML_TP_Service\":1832:{a:36:{s:2:\"id\";i:120;s:8:\"logo_url\";s:79:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/trusted-translations.png\";s:4:\"name\";s:20:\"Trusted Translations\";s:11:\"description\";s:179:\"Trusted Translations, Inc. is an internationally recognized multilingual translation and interpretation service with over 10,000 expert linguists and over 5,000 satisfied clients.\";s:7:\"doc_url\";s:70:\"https://wpml.org/?post_type=translation-service&p=4277301&preview=true\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:30.920000000000002;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:30.920000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:100:\"https://www.trustedtranslations.com/translation-services/file-formats/wordpress-wpml-translation.asp\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a967159995deeeb503da9761406a542e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:17;C:15:\"WPML_TP_Service\":1994:{a:36:{s:2:\"id\";i:89;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/simply-translate.png\";s:4:\"name\";s:16:\"Simply Translate\";s:11:\"description\";s:260:\"Simply Translate is a professional translation agency for online companies. The combination of in-house language expertise, its user-friendly client platform, and professional translators make it a reliable business partner for your multilingual communication.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/simply-translate\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:5:\"email\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2862;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:30.699999999999999;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:30.699999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:68:\"https://www.simplytranslate.com/services/ecommerce-translation/wpml/\";s:19:\"project_details_url\";s:35:\"https://platform.simplytranslate.nl\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"edc57d14528262a9d1f19999aef77aef\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:18;C:15:\"WPML_TP_Service\":1819:{a:36:{s:2:\"id\";i:102;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/powerling.png\";s:4:\"name\";s:9:\"Powerling\";s:11:\"description\";s:251:\"Powerling supports its customers’ global development by providing high quality multilingual solutions in various business sectors. The company offers services in 75+ languages, including translation, localization, desktop publishing or interpreting.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/powerling\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:30.579999999999998;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:30.579999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:63:\"https://powerling.com/tools-technology/cms-connectors/wordpress\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"94114df20b2adeb581e0c7f3fd7ed85d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:19;C:15:\"WPML_TP_Service\":2014:{a:36:{s:2:\"id\";i:58;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acstraduction.png\";s:4:\"name\";s:13:\"ACSTraduction\";s:11:\"description\";s:255:\"Nous sommes votre partenaire idéal pour la traduction spécialisée multilingue de sites Internet. Une équipe réactive à taille humaine est à votre écoute. The new standard in specialised website translation. It’s simple: Click. Quality. Connect.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/acstraduction/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2801;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:30.530000000000001;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:30.530000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.acs-traduction.com/web/traduction-site-wordpress-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cba138bf154930c7878e8b5ba61ec7d4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:33:\"Request your API Token to connect\";s:26:\"how_to_get_credentials_url\";s:66:\"https://www.acs-traduction.com/web/traduction-site-wordpress-wpml/\";s:30:\"client_create_account_page_url\";s:70:\"https://wpml.org/translation-service/acstraduction/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:20;C:15:\"WPML_TP_Service\":1804:{a:36:{s:2:\"id\";i:98;s:8:\"logo_url\";s:82:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/brightlines-translation.png\";s:4:\"name\";s:23:\"Brightlines Translation\";s:11:\"description\";s:179:\"Brightlines is a full-service translation agency. We work with the world’s most discerning brands to deliver exceptional marketing translation and multilingual artwork services.\";s:7:\"doc_url\";s:61:\"https://wpml.org/translation-service/brightlines-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:30.170000000000002;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:30.170000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:77:\"https://www.brightlines.co.uk/service/wordpress-website-translation-services/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"56c2d53d830b84e03980730ae13fbf2a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:21;C:15:\"WPML_TP_Service\":1780:{a:36:{s:2:\"id\";i:86;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alba-translating.png\";s:4:\"name\";s:16:\"Alba Translating\";s:11:\"description\";s:189:\"Alba is a Russian ISO qualified translation company with more than 10 years of experience. With an in-house team of expert linguists we can ensure fast and professional-quality translation.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/alba-translating\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.579999999999998;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.579999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:65:\"https://www.alba-translating.ru/eng/eng/translation/wpml-eng.html\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"14b2bc872d010f0faa5a20fecfbf9ade\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:22;C:15:\"WPML_TP_Service\":1807:{a:36:{s:2:\"id\";i:101;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/k-j-translations.png\";s:4:\"name\";s:16:\"K&J Translations\";s:11:\"description\";s:249:\"K&J Translations is currently active on markets in Germany, Slovenia, Slovakia, Czechia and ex-Yugoslavian countries. It is known for its fast, quality translation services for businesses and effective communication during whole translation process.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/kj-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.530000000000001;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.530000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:32:\"https://kjtranslations.com/wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"37bf80898cc416edd1eb8bab6d4bb11d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:23;C:15:\"WPML_TP_Service\":2009:{a:36:{s:2:\"id\";i:74;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/the-geo-group.png\";s:4:\"name\";s:13:\"The Geo Group\";s:11:\"description\";s:239:\"The Geo Group Corporation is a full-service translation agency based in Madison, WI, since 1991. It has more than 500 translators working in more than 120 languages. It works with small to medium-size businesses in a variety of industries.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/the-geo-group/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:2705;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.329999999999998;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.329999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:45:\"https://www.thegeogroup.com/wpml-partnership/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cd018f1ac09ae85bc8dfec7a72eb56c3\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A Geo Group team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:71:\"https://wpml.org/translation-service/the-geo-group/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:70:\"https://wpml.org/translation-service/the-geo-group/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:24;C:15:\"WPML_TP_Service\":2350:{a:36:{s:2:\"id\";i:51;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lingo24.png\";s:4:\"name\";s:7:\"Lingo24\";s:11:\"description\";s:277:\"Lingo24 makes it easy for global companies to work in multiple languages. Since 2001, it has provided a technology-led translation approach to enterprises in e-commerce, marketing, and product information content among others. Its 4,000 native translators are spread worldwide.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/lingo24/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"Client ID\";s:4:\"name\";s:9:\"client_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Client Secret\";s:4:\"name\";s:13:\"client_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:18:\"Authorization Code\";s:4:\"name\";s:18:\"authorization_code\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:2680;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.219999999999999;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.219999999999999;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.lingo24.com/\";s:19:\"project_details_url\";s:33:\"https://ease.lingo24.com/projects\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"26f9d66db808f184a585c9b1ebc854d1\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:1;s:9:\"oauth_url\";s:40:\"https://ease.lingo24.com/oauth/authorize\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:101:\"Lingo24 will email you information on how to complete your registration and retrieve your credentials\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/lingo24/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/lingo24/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:25;C:15:\"WPML_TP_Service\":1846:{a:36:{s:2:\"id\";i:95;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ubiqus.png\";s:4:\"name\";s:6:\"Ubiqus\";s:11:\"description\";s:277:\"Ubiqus is an international Paris-based ISO-certified translation service. Providing translation services for all types of media ranging from websites to video to text, Ubiqus has vast experience translating content for various industries such as corporate, legal and financial.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/ubiqus\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.199999999999999;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.199999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:74:\"https://www.ubiqus.fr/la-traduction-de-votre-site-web-wordpress-avec-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"00f941032a272372a9aaa2485f8d1786\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:26;C:15:\"WPML_TP_Service\":1989:{a:36:{s:2:\"id\";i:63;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/simultrans.png\";s:4:\"name\";s:10:\"SimulTrans\";s:11:\"description\";s:248:\"SimulTrans provides website, software, and document localization services, translating text into over 100 languages. Established in 1984, SimulTrans has international offices and focuses on quality, exemplified by ISO 9001 and 17100 certifications.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/simultrans/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:2476;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:28.82;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:28.82;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:56:\"https://www.simultrans.com/wordpress-website-translation\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c52494d5479d5a888ec98b78965ea2fb\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A SimulTrans team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/simultrans/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/simultrans/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:27;C:15:\"WPML_TP_Service\":1786:{a:36:{s:2:\"id\";i:119;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translabel.png\";s:4:\"name\";s:10:\"Translabel\";s:11:\"description\";s:249:\"Translabel is a Dutch company which supports businesses throughout the world to reach new markets in over 150 languages. It provides high-quality translations for various industries such as tourism, technology, financial, legal, healthcare and more.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/translabel/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:27.420000000000002;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:27.420000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://translabel.nl/wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"6bbbf512b0002189f00c51e120001360\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:28;C:15:\"WPML_TP_Service\":1945:{a:36:{s:2:\"id\";i:81;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/comtec.png\";s:4:\"name\";s:6:\"Comtec\";s:11:\"description\";s:296:\"Comtec supports businesses to reach new markets online in over 200 languages. Comtec provides website translation services by a global network of professional linguists specializing in translation for all key business sectors and complying with ISO 9001:2015 and ISO 17100:2015 quality standards.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/comtec/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:27.329999999999998;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:27.329999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:152:\"https://www.comtectranslations.co.uk/professional-translation-services/website-translation-services/wordpress-website-localisation-and-wpml-integration/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e18d99ce7d5a481a040f56872065cbb4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:29;C:15:\"WPML_TP_Service\":1798:{a:36:{s:2:\"id\";i:80;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/bigtranslation.png\";s:4:\"name\";s:14:\"BigTranslation\";s:11:\"description\";s:247:\"BigTranslation – Translation agency with years of experience in the market and competitive rates. They work exclusively with native translators in over 50 target languages, offering tailored services that adapt perfectly to our clients’ needs.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/bigtranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:2686;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:27;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:27;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:59:\"https://www.bigtranslation.com//traducir-wordpress-wpml.php\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a12d879958cec6a27953c1ed284f8032\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:30;C:15:\"WPML_TP_Service\":1830:{a:36:{s:2:\"id\";i:123;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ontranslation.png\";s:4:\"name\";s:13:\"Ontranslation\";s:11:\"description\";s:247:\"Ontranslation translation agency is a multilingual communication company based in Barcelona with 10 years experience. 9001 ISO-certified for the management of multilingual communication projects. Experts in digital marketing and international SEO.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/ontranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.920000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.920000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:64:\"https://ontranslation.es/en/services/wordpress-translation-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8a78f966b150358b51ec34d653badfd1\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:31;C:15:\"WPML_TP_Service\":1824:{a:36:{s:2:\"id\";i:100;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translators-family.png\";s:4:\"name\";s:18:\"Translators Family\";s:11:\"description\";s:205:\"Boutique translation agency specialising in business/marketing and technical translations. It will transcreate and localize your message so that it appeals to your clients. Working with all main languages.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/translators-family/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.579999999999998;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.579999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:85:\"https://www.translatorsfamily.com/localisation-of-wordpress-websites-with-wpml-plugin\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fe7a207a617ad4d4e9a989004eeb6b58\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:32;C:15:\"WPML_TP_Service\":2081:{a:36:{s:2:\"id\";i:35;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/cultures-connection.png\";s:4:\"name\";s:19:\"Cultures Connection\";s:11:\"description\";s:295:\"Cultures Connection is a global company which offers SEO-optimized website translations in more than 250 different languages for companies of all sizes. It was founded in 2007 and has more than 740 professional translators. It specializes in finance, medicine, law, e-commerce and IT industries.\";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/cultures-connection/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.25;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:70:\"https://culturesconnection.com/wordpress-website-translation-services/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7ed3f4bbe8a3193a8c81252f3f5a199a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:34:\"Request your API Token to connect!\";s:26:\"how_to_get_credentials_url\";s:70:\"https://culturesconnection.com/wordpress-website-translation-services/\";s:30:\"client_create_account_page_url\";s:99:\"https://wpml.org/translation-service/cultures-connection/#requesting-an-cultures-connection-account\";s:14:\"redirect_to_ts\";b:0;}}i:33;C:15:\"WPML_TP_Service\":2148:{a:36:{s:2:\"id\";i:60;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mcfelder-translations.png\";s:4:\"name\";s:21:\"McFelder Translations\";s:11:\"description\";s:287:\"McFelder is a Spanish translation service working with small to medium-sized businesses in the health, technology, marketing and corporate real estate sectors. Founded in 2001, with 6000 translators specializing in simple to complex projects which require in-depth technical terminology.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/mcfelder-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.920000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.920000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:87:\"http://translations.mcfelder.com/what-we-do-services-and-sectors/wordpress-integration/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"048a7ab87f2326fee1b10994f73cbf84\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:72:\"A McFelder Translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/mcfelder-translations/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:78:\"https://wpml.org/translation-service/mcfelder-translations/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:34;C:15:\"WPML_TP_Service\":1878:{a:36:{s:2:\"id\";i:125;s:8:\"logo_url\";s:79:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/2m-language-services.png\";s:4:\"name\";s:20:\"2M Language Services\";s:11:\"description\";s:256:\"2M Language Services is one of Australia\'s leading translation company with offices in Europe & South America. Covering over 250 languages and with a network of carefully selected translators, 2M is the go-to for quality technical and general translations.\";s:7:\"doc_url\";s:58:\"https://wpml.org/translation-service/2m-language-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.530000000000001;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.530000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:82:\"https://www.2m.com.au/translation-services/website-translation-services/worpdress/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"5a492ffae3952aabc1b3d62dc1b42027\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:35;C:15:\"WPML_TP_Service\":2203:{a:36:{s:2:\"id\";i:23;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/textmaster.png\";s:4:\"name\";s:10:\"TextMaster\";s:11:\"description\";s:220:\"TextMaster was founded in 2011 and offers 40 languages with specializations like fashion, electronics and home décor. Clients can create a dedicated team of translators and communicate through a live messaging system. \";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/textmaster/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"API secret\";s:4:\"name\";s:10:\"api_secret\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:2604;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.350000000000001;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.350000000000001;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:56:\"https://www.textmaster.com/?pid=57be8e7208104100441aa3fc\";s:19:\"project_details_url\";s:47:\"https://www.app.textmaster.com/clients/projects\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3db36a7c23cefa52d577ab4307882110\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:110:\"Your API Key and API Secret are located under \"lightning menu icon > API & Loop\" on your TextMaster dashboard\";s:26:\"how_to_get_credentials_url\";s:83:\"https://wpml.org/translation-service/textmaster/#connecting-your-site-to-textmaster\";s:30:\"client_create_account_page_url\";s:67:\"https://www.app.textmaster.com/sign_up?pid=57be8e7208104100441aa3fc\";s:14:\"redirect_to_ts\";b:1;}}i:36;C:15:\"WPML_TP_Service\":1815:{a:36:{s:2:\"id\";i:84;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translation-boulevard.png\";s:4:\"name\";s:21:\"Translation Boulevard\";s:11:\"description\";s:271:\"Translation Boulevard LLC provides translation, website localization, subtitling, transcription, transcreation, voice over, and other services in all major languages pairs. Our company is operated according to Christian values and we provide quality translation services.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/translation-boulevard/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.25;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:28:\"https://translationblvd.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e85c18272a7e00b0cd4b941ea1340d5d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:37;C:15:\"WPML_TP_Service\":2199:{a:36:{s:2:\"id\";i:33;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/semantix.png\";s:4:\"name\";s:8:\"Semantix\";s:11:\"description\";s:195:\"Semantix is a market-leading language technology company in the Nordics, offering a broad range of translation and interpretation services. We help people and businesses to shine in any language.\";s:7:\"doc_url\";s:24:\"https://www.semantix.eu/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Customer ID\";s:4:\"name\";s:11:\"customer_id\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2775;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.18;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.18;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:78:\"https://www.semantix.com/technical-solutions/translation-connectors/wordpress/\";s:19:\"project_details_url\";s:44:\"https://xtrf.semantix.eu/customers/main.html\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cf3d9e7244ec6d0a5192462c93e81bee\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:72:\"Amesto will send you a Username, Password, and Customer ID to your email\";s:26:\"how_to_get_credentials_url\";s:79:\"https://www.semantix.eu/translation/technology/api/multilingual-wordpress-site/\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/amesto/#connecting-to-amesto\";s:14:\"redirect_to_ts\";b:1;}}i:38;C:15:\"WPML_TP_Service\":1805:{a:36:{s:2:\"id\";i:109;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/jublo-translations.png\";s:4:\"name\";s:18:\"Jublo Translations\";s:11:\"description\";s:233:\"Jublo is translation agency born in Yorkshire, England specialising in IT, travel, machinery and marketing. It provides services all over the globe, bringing only high quality and professionalism to some of the worlds biggest brands.\";s:7:\"doc_url\";s:55:\"https://wpml.org/translation-service/jublo-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.170000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.170000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:39:\"https://www.jublo.net/translations/wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"d9d4148b846f06d38f17b6bf80faa269\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:39;C:15:\"WPML_TP_Service\":1849:{a:36:{s:2:\"id\";i:65;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/at-language-solutions.png\";s:4:\"name\";s:21:\"AT Language Solutions\";s:11:\"description\";s:243:\"AT Language Solutions is a translation services and technology provider with over 20 years’ experience. Specialized in the translation of websites and apps, the development of CAT-tools, cloud and machine translation and tech custom projects\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/at-language-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API Token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24.579999999999998;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24.579999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:61:\"https://www.at-languagesolutions.com/en/traduce-tu-wordpress/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e5ad0596522cb049733698b311916864\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:40;C:15:\"WPML_TP_Service\":1842:{a:36:{s:2:\"id\";i:106;s:8:\"logo_url\";s:76:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/world-translation.png\";s:4:\"name\";s:17:\"World Translation\";s:11:\"description\";s:250:\"World Translation is a Danish company supplying translations and other language services in all languages to companies all over the world. They act as a dynamic partner to their customers and provide quality solutions to strengthen their reputations.\";s:7:\"doc_url\";s:55:\"https://wpml.org/translation-service/world-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24.170000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24.170000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:61:\"https://www.worldtranslation.com/translation-technology/wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e04c35767882abf1c91cfef3695a24a9\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:41;C:15:\"WPML_TP_Service\":1840:{a:36:{s:2:\"id\";i:126;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/maris-multilingual.png\";s:4:\"name\";s:18:\"Maris Multilingual\";s:11:\"description\";s:258:\"Maris Multilingual is a Finnish company founded in 2001, with a reputation of a highly professional and quality oriented service provider. It specialises in translations to and from Finnish, but it offers services in all major European and Asian languages.\r\n\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/maris-multilingual/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:80:\"https://maris.fi/en/specialisations/web-content/wordpress-translation-with-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ebe12b1e2e227a99097e47c2ef401fc5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:42;C:15:\"WPML_TP_Service\":1818:{a:36:{s:2:\"id\";i:130;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/dadan-translations.png\";s:4:\"name\";s:18:\"DADAN Translations\";s:11:\"description\";s:250:\"Polish company offering translation and localization into European languages. 15 years of experience. Coverage of world\'s biggest brands. Deep knowledge of IT and technical terminology. SEO-compliant. Good marketing taste. Quick delivery, low prices.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/dadan-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:23.329999999999998;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:23.329999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.dadan.pl/wpml/?lang=en\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3c161bc121001abe14643dea46159b92\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:43;C:15:\"WPML_TP_Service\":1992:{a:36:{s:2:\"id\";i:27;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acclaro.png\";s:4:\"name\";s:7:\"Acclaro\";s:11:\"description\";s:178:\"Acclaro specializes in adapting global brands, products, and services to new markets. Acclaro was founded in 2002 and now has offices and affiliates on four different continents.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/acclaro/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:23.030000000000001;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:23.030000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:68:\"https://www.acclaro.com/our-technology-platform/wordpress-connector/\";s:19:\"project_details_url\";s:59:\"https://my.acclaro.com/portal/vieworder.php?id={project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ec87968ba4f260c3872d0edccd130d16\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:43:\"Acclaro will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:66:\"https://wpml.org/translation-service/acclaro/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:75:\"https://wpml.org/translation-service/acclaro/#requesting-an-acclaro-account\";s:14:\"redirect_to_ts\";b:1;}}i:44;C:15:\"WPML_TP_Service\":1801:{a:36:{s:2:\"id\";i:111;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/linguarum.png\";s:4:\"name\";s:9:\"Linguarum\";s:11:\"description\";s:257:\"As a German agency, Linguarum provides handcrafted translations that are completed by native and specialist translators. Along with individual consulting goes the localization and SEO for your website. Choosing Linguarum means your website is in safe hands.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/linguarum/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22.670000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22.670000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:38:\"https://www.linguarum.co.uk/wordpress/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"5ecaa5833688ffb39f39d58b174985f1\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:45;C:15:\"WPML_TP_Service\":1843:{a:36:{s:2:\"id\";i:94;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/morningside-translations.png\";s:4:\"name\";s:24:\"Morningside Translations\";s:11:\"description\";s:213:\"Morningside Translations is an American language service provider. Specializing in highly regulated industries, Morningside provides ISO-certified translation and localization solutions in more than 150 languages.\";s:7:\"doc_url\";s:61:\"https://wpml.org/translation-service/morningside-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:2042;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22.23;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22.23;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:102:\"https://www.morningtrans.com/services/localization/website-translations/wordpress-multilingual-plugin/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fa41303ea2e844c16f7e20bd5e12cf8c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:46;C:15:\"WPML_TP_Service\":2074:{a:36:{s:2:\"id\";i:55;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translate-by-humans.png\";s:4:\"name\";s:19:\"Translate By Humans\";s:11:\"description\";s:247:\"Translate By Humans is a London-based translation service with more than a 1,000 language pairs available. Since it was created five years ago, it has served small to medium-size businesses in the legal, medical and travel industries among others.\";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/translate-by-humans/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:21.670000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:21.670000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:65:\"https://www.translatebyhumans.com/en/translation-integration/wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"829a35138840fe2563d620278b5f2239\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:70:\"A Translate by Humans team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:77:\"https://wpml.org/translation-service/translate-by-humans/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:76:\"https://wpml.org/translation-service/translate-by-humans/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:47;C:15:\"WPML_TP_Service\":2172:{a:36:{s:2:\"id\";i:56;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/nativy-translations.png\";s:4:\"name\";s:19:\"Nativy Translations\";s:11:\"description\";s:194:\"Nativy is a Vienna-based online translation agency offering professional translation services for over 500 language combinations in over 52 areas of specialization like tourism, IT, legal, etc. \";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/nativy-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:21.670000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:21.670000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:64:\"https://www.nativy.com/professional-translation/services/website\";s:19:\"project_details_url\";s:36:\"https://www.nativy.com/client/orders\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"406abbd6c5ab8df7b17f8acc68415b0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:76:\"Contact your Nativy project manager and request your API Key and Private Key\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/nativy-translations/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:79:\"https://wpml.org/translation-service/nativy-translations/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:48;C:15:\"WPML_TP_Service\":1794:{a:36:{s:2:\"id\";i:103;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lengoo.png\";s:4:\"name\";s:6:\"Lengoo\";s:11:\"description\";s:251:\"Lengoo is a large European platform for expert translations with an AI edge. Lengoo rethinks the concept of translation by uniting human creativity with the precision of AI for the highest quality, consistency, and fast results at an unbeatable price.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/lengoo\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:21.670000000000002;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:21.670000000000002;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:47:\"https://www.lengoo.com/partners/lengoo-and-wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e10eca4deecddfa2957f68f5d2f71f28\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:49;C:15:\"WPML_TP_Service\":1816:{a:36:{s:2:\"id\";i:93;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tomedes.png\";s:4:\"name\";s:7:\"TOMEDES\";s:11:\"description\";s:259:\"TOMEDES is an Israel-based professional human translation service. Over 10,000 expert translators and linguists will carry out your translation, localization, content and SEO needs. Tomedes provides 24/7 human support and 1-year guarantee on all translations.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/tomedes/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:20.829999999999998;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:20.829999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:58:\"https://www.tomedes.com/wpml-wordpress-website-translation\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"0fb9b77c89fae9d873ec66aa9a5c08aa\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:50;C:15:\"WPML_TP_Service\":1816:{a:36:{s:2:\"id\";i:97;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/terralingua.png\";s:4:\"name\";s:11:\"Terralingua\";s:11:\"description\";s:247:\"Terralingua is an ISO 9001 and 17100 certified translation and localization provider supporting global businesses since 1999. We deliver high-quality professional work by native speaking linguists in over 50 different languages for all industries.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/terralingua\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:20.579999999999998;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:20.579999999999998;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:58:\"https://www.terralinguatranslations.com/diversos/wpml.aspx\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"832ee2debd6dd95c1d225e0146b60c7c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:51;C:15:\"WPML_TP_Service\":2122:{a:36:{s:2:\"id\";i:6;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translatemedia.png\";s:4:\"name\";s:14:\"TranslateMedia\";s:11:\"description\";s:90:\"Connect your Wordpress site to STREAM™ - TranslateMedia\'s translation management service\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/translatemedia/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:2346;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:19.5;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:19.5;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:88:\"https://www.tm-stream.com/2_0/DeveloperCentre/Registration.aspx?platform=uyvm2o1gQZ4!$£\";s:19:\"project_details_url\";s:85:\"https://services.translatemedia.com/2_0/CorporatePortal/CPFileManager.aspx?platform=3\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"37cfcdf04d20f326391990eee25dd54d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:106:\"Your API key is located under \"Development Center page > API KEY\" on your TranslateMedia account Dashboard\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/translatemedia/#connect-site\";s:30:\"client_create_account_page_url\";s:92:\"https://www.tm-stream.com/2_0/DeveloperCentre/Registration.aspx?platform=uyvm2o1gQZ4!$%C2%A3\";s:14:\"redirect_to_ts\";b:1;}}i:52;C:15:\"WPML_TP_Service\":2044:{a:36:{s:2:\"id\";i:48;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/spokenhere.png\";s:4:\"name\";s:10:\"SpokenHere\";s:11:\"description\";s:226:\"SpokenHere is an American service offering translations, telephonic interpreting, and voiceovers in more than 250 languages. For the last 15 years, it has worked with small to medium-size businesses in a variety of industries.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/spokenhere/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:19.5;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:19.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:137:\"http://new.spoken-here.com/wpml-guide-download/?hsCtaTracking=97c801d3-2684-42fc-bb9c-de6b47f40c1a%7Ce968f8f8-482e-4569-8399-d981b2023ec5\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4d967c459583c6811cc325aaf1fbcd8d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A SpokenHere team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/spokenhere/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/spokenhere/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:53;C:15:\"WPML_TP_Service\":2043:{a:36:{s:2:\"id\";i:42;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lat-multilingual.png\";s:4:\"name\";s:16:\"LAT Multilingual\";s:11:\"description\";s:246:\"Founded in 1999, LAT provides translation services in most languages, including French Canadian. We work for a wide variety of clients across multiple industries such as tourism, education, food and health, engineering, pharmaceutical and retail.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/lat-multilingual/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2771;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:61:\"http://www.latmultilingual.com/wordpress-website-translations\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"17e8abb612636cdd96e60afba259d884\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:64:\"A LAT Multilingual team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/lat-multilingual/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:92:\"https://wpml.org/translation-service/lat-multilingual/#requesting-a-lat-multilingual-account\";s:14:\"redirect_to_ts\";b:0;}}i:54;C:15:\"WPML_TP_Service\":2415:{a:36:{s:2:\"id\";i:87;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mars-translation.png\";s:4:\"name\";s:16:\"Mars Translation\";s:11:\"description\";s:256:\"Mars Translation is an international leader in the translation marketplace that offers a transparent, intuitive and cost-effective online portal to customers who need documents, web content, and video content translated guaranteeing high-quality and speed.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/mars-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"Client ID\";s:4:\"name\";s:9:\"client_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Client Secret\";s:4:\"name\";s:13:\"client_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:54:\"https://www.marstranslation.com/?affiliate=GgyhEa8h39Y\";s:19:\"project_details_url\";s:47:\"https://www.marstranslation.com/client/list/all\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"79fe9fda7f31390d11dc1db053cf7f40\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:78:\"Visit our Customer Support online resource to learn more about API Credentials\";s:26:\"how_to_get_credentials_url\";s:106:\"https://www.marstranslation.com/detail/additional-support/how-to-get-api-credentials?affiliate=GgyhEa8h39Y\";s:30:\"client_create_account_page_url\";s:61:\"https://www.marstranslation.com/contact?affiliate=GgyhEa8h39Y\";s:14:\"redirect_to_ts\";b:1;}}i:55;C:15:\"WPML_TP_Service\":1873:{a:36:{s:2:\"id\";i:70;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/speakt.png\";s:4:\"name\";s:6:\"Speakt\";s:11:\"description\";s:199:\"Speakt is a British translation service founded in 2010 and works with small to medium-size businesses. It offers professional human translations for more than 35 languages and 2,000 language pairs. \";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/speakt\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.67;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.67;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"https://speakt.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4a52b62404d73d86b86e9cbb05a38eaa\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"A Speakt team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/speakt/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/speakt/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:56;C:15:\"WPML_TP_Service\":1816:{a:36:{s:2:\"id\";i:77;s:8:\"logo_url\";s:76:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/moncur-consulting.png\";s:4:\"name\";s:17:\"Moncur Consulting\";s:11:\"description\";s:286:\"Moncur Consulting is a localization agency in Minneapolis, MN. Their leadership has 20+ years of experience in the industry, having worked with agency clients (GMMB, Merkley+Partners, Momentum) and enterprise clients alike (Abbott, General Mills, Mayo Medical Laboratories, Target, etc)\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/moncur-consulting\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.58;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.58;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"http://moncurconsulting.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ef1de71437e8348003fc227feb22838f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:57;C:15:\"WPML_TP_Service\":2056:{a:36:{s:2:\"id\";i:50;s:8:\"logo_url\";s:79:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/meridian-linguistics.png\";s:4:\"name\";s:20:\"Meridian Linguistics\";s:11:\"description\";s:257:\"Meridian Linguistics is a Hong Kong-based translation services company with stringent quality assurance procedures, specializing in technology, law, business, and more. We offer 200+ languages, with particular expertise in Asia, the Middle East, and Europe.\";s:7:\"doc_url\";s:58:\"https://wpml.org/translation-service/meridian-linguistics/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"http://www.meridianlinguistics.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"edecb5dee7049e4f69459611e2573779\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:68:\"A Meridian Linguistics team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/meridian-linguistics/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:101:\"https://wpml.org/translation-service/meridian-linguistics/#requesting-an-meridian-linguistics-account\";s:14:\"redirect_to_ts\";b:0;}}i:58;C:15:\"WPML_TP_Service\":1891:{a:36:{s:2:\"id\";i:49;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ulatus.png\";s:4:\"name\";s:6:\"Ulatus\";s:11:\"description\";s:217:\"Ulatus is an American company focusing on Asian languages - explicitly Japanese, Chinese, Korean and Indic languages. It was founded in 2005 and has 1200 in-territory translators working with a variety of industries.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/ulatus/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"https://www.ulatus.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a922e13546c96ba8d78160d7adc2f9be\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"A Ulatus team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/ulatus/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/ulatus/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:59;C:15:\"WPML_TP_Service\":1763:{a:36:{s:2:\"id\";i:115;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tatutrad.png\";s:4:\"name\";s:8:\"Tatutrad\";s:11:\"description\";s:241:\"Tatutrad is a language services company with +10 years of experience. They offer creative translation and website localization services of the best quality. Their priority is to make customers’ life easier and let their products go global.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/tatutrad/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:47:\"https://tatutrad.net/servicios/tatutrad-y-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"553da43ae096e5bf40a25d587618aaf0\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:60;C:15:\"WPML_TP_Service\":2009:{a:36:{s:2:\"id\";i:53;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/geacom-gmbh.png\";s:4:\"name\";s:11:\"Geacom GmbH\";s:11:\"description\";s:303:\"Geacom offers translations into European, Asian as well as rare languages. Itsnative translators are specialized in areas such as technology, software, law, science, marketing and politics. Geacom\'s project management flow is fast and we are happy to help with any technical or organizational questions.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/geacom-gmbh/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.08;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.08;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"https://geacom.de/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"db61e1e11638127f0e69871d38d15d4b\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:62:\"A Geacom GmbH team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/geacom-gmbh/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/geacom-gmbh/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:61;C:15:\"WPML_TP_Service\":1675:{a:36:{s:2:\"id\";i:76;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/rws-moravia.png\";s:4:\"name\";s:11:\"RWS Moravia\";s:11:\"description\";s:124:\"Based in Germany, RWS Moravia has more than 60 years of experience working with medium to large businesses around the world.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/rws-language-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.67;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.67;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:54:\"https://www.rws.com/forms/wpml-requesting-rws-account/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"1bdc360fc2fe2ebb177e8a6cb2952d9c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:62;C:15:\"WPML_TP_Service\":1969:{a:36:{s:2:\"id\";i:30;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/language-solutions-inc.png\";s:4:\"name\";s:22:\"Language Solutions Inc\";s:11:\"description\";s:190:\"Language Solutions Inc is an American translation and localization firm which specializes in working with healthcare, technical and marketing businesses of all sizes. It was founded in 1998.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/language-solutions-inc/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.33;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.33;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.langsolinc.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"265c044355b0bff5f17755503470b225\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:63:\"Language Solutions Inc team will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:81:\"https://wpml.org/translation-service/language-solutions-inc/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:88:\"https://wpml.org/translation-service/language-solutions-inc/#requesting-a-pozena-account\";s:14:\"redirect_to_ts\";b:0;}}i:63;C:15:\"WPML_TP_Service\":1782:{a:36:{s:2:\"id\";i:116;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/topcontent.png\";s:4:\"name\";s:10:\"Topcontent\";s:11:\"description\";s:275:\"Topcontent fully integrates with WPML and delivers human made translations of the Northern European languages. Specialized in translations to and from German, Swedish, Norwegian, Finnish, English, Danish, Dutch and Russian. Also experts in iGaming content for online casinos.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/topcontent/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.83;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"https://topcontent.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"07e1ea00b30ff50fa156de5853018024\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:64;C:15:\"WPML_TP_Service\":1941:{a:36:{s:2:\"id\";i:62;s:8:\"logo_url\";s:89:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transfluent-translation-agency.png\";s:4:\"name\";s:30:\"Transfluent Translation Agency\";s:11:\"description\";s:189:\"Transfluent was founded in 2011 and has bases in USA and Finland. It works with small to medium-size businesses from small game developers to Nasdaq listed companies in dozens of countries.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/transfluent/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:28:\"https://www.transfluent.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"84e36198cb7f9085ca621971ba0c205b\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:62:\"A Transfluent team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/transfluent/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/transfluent/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:65;C:15:\"WPML_TP_Service\":1803:{a:36:{s:2:\"id\";i:110;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transline-deutschland.png\";s:4:\"name\";s:21:\"Transline Deutschland\";s:11:\"description\";s:258:\"With its experienced teams of specialized translators, proofreaders and project managers, language service provider Transline has been helping companies in the DACH region to successfully market their products on an international scale for the past 30 years.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/transline-deutschland/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:2732;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.48;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.48;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"https://www.transline.de/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7485434837a20872046f85e7e77b5f89\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:66;C:15:\"WPML_TP_Service\":1740:{a:36:{s:2:\"id\";i:129;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/nexya.png\";s:4:\"name\";s:5:\"Nexya\";s:11:\"description\";s:249:\"The NEXYA team consists of language specialists and localisation engineers. They use technology and agile principles to deliver projects faster and to guarantee quality. NEXYA specialises in localisation for websites, software and digital marketing.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/nexya/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.83;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"http://www.nexyaloc.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ba0378d80e17720d3b96889b29c0ce0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:67;C:15:\"WPML_TP_Service\":1770:{a:36:{s:2:\"id\";i:90;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lingua-world.png\";s:4:\"name\";s:12:\"Lingua-World\";s:11:\"description\";s:255:\"Lingua-World is a global language services provider and has been active in the market for 20 years. We tailor your website to the local market and provide quality SEO translations. Solutions for all languages and subject areas - on target and on schedule.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/lingua-world\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.58;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.58;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://www.lingua-world.de\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7c3131ac44203a617d00309889ca511d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:68;C:15:\"WPML_TP_Service\":1781:{a:36:{s:2:\"id\";i:132;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pantoglot.png\";s:4:\"name\";s:9:\"Pantoglot\";s:11:\"description\";s:275:\"Its passion for innovation drives Pantoglot to bring effective and efficient technology solutions to market. Today’s leading technology, quality control and agile management practices benefit Pantoglot customers and employee’s improving their experience and satisfaction.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/pantoglot/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.42;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"https://www.pantoglot.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"351817da1692629dc6a43a4c6b71f48a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:69;C:15:\"WPML_TP_Service\":1783:{a:36:{s:2:\"id\";i:114;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lionbridge.png\";s:4:\"name\";s:10:\"Lionbridge\";s:11:\"description\";s:39:\"Lionbridge Connector for Wordpress WPML\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/lionbridge\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Base API URL\";s:4:\"name\";s:12:\"base_api_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:1934;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.5199999999999996;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.5199999999999996;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:26:\"https://www.lionbridge.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fc480f21118190585ff5d5e5384ae931\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:70;C:15:\"WPML_TP_Service\":1788:{a:36:{s:2:\"id\";i:124;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/traduality.png\";s:4:\"name\";s:11:\"Traduality \";s:11:\"description\";s:251:\"Get your web content translated by professionals who specialize in what you are selling, whether it is products or services. Traduality handpicks the best and offers you Satisfaction Warranty for any language. Globalize your success! We got your back.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/traduality/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.4199999999999999;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.4199999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"https://www.traduality.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"917176f33fae512fbd05bac36acd851e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:71;C:15:\"WPML_TP_Service\":1824:{a:36:{s:2:\"id\";i:113;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/versacom.png\";s:4:\"name\";s:8:\"Versacom\";s:11:\"description\";s:297:\"Versacom defines what world class means in the translation industry. In addition to multilingual translation services, Versacom offers consulting and numerous specialized services. A whole universe of languages and dialects is within your reach with Versacom\'s professional quality and efficiency.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/versacom/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.3300000000000001;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.3300000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.versacom.ca/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ea5d9737d96c68da0921eddf3496ca3e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:72;C:15:\"WPML_TP_Service\":1836:{a:36:{s:2:\"id\";i:131;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/star-translation.png\";s:4:\"name\";s:16:\"STAR Translation\";s:11:\"description\";s:285:\"STAR is the Technical Translation Specialist, supporting 200+ languages. Particular expertise in Automotive, Cyber-Security Software, Engineering, Heavy Equipment, Machinery, Agri-Tech, Rail and Transport. ISO 9001 | ISO 17100 Quality Certified. 50 offices | 35 Countries | 1 Partner\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/star-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.7799999999999994;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.7799999999999994;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"https://www.star-ts.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f807fe74b8dcd708a354eca5dd3b0e05\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:73;C:15:\"WPML_TP_Service\":1787:{a:36:{s:2:\"id\";i:127;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gte-localize.png\";s:4:\"name\";s:12:\"GTE Localize\";s:11:\"description\";s:251:\"GTE Localize is an ISO qualified translation and localization agency specializing in Asian languages. We offer professional website translation services for a full range of contents including life-science, legal-business, engineering, IT and software.\";s:7:\"doc_url\";s:50:\"https://wpml.org/translation-service/gte-localize/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.5;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:50:\"https://wpml.org/translation-service/gte-localize/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c2fcfc33c5f86c92027cf7e5c0e64448\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:74;C:15:\"WPML_TP_Service\":1659:{a:36:{s:2:\"id\";i:96;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/toft-international.png\";s:4:\"name\";s:18:\"TOFT International\";s:11:\"description\";s:112:\"At TOFT International, our aim is to provide our clients with high-quality translations done by native speakers.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/toft-international/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:7.6699999999999999;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:7.6699999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:14:\"http://toft.lt\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c7a8e6bb94a26065c5fcfeee735e2a64\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:75;C:15:\"WPML_TP_Service\":2083:{a:36:{s:2:\"id\";i:57;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acculing.png\";s:4:\"name\";s:8:\"Acculing\";s:11:\"description\";s:150:\"AccuLing brings together the right combination of people, processes, and technology to provide accuracy, speed, and cost-effectiveness in translation.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/acculing/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:15:\"client_username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:15:\"client_password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:7.5;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:7.5;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:19:\"http://acculing.com\";s:19:\"project_details_url\";s:84:\"https://fluencyserver.com/Acculing/FluencyFlow/CustomerPortal/CustomerDashboard.aspx\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"38a623f611a08d65a565ec91588e74ba\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:102:\"Acculing will email you information on how to complete your registration and retrieve your credentials\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/acculing/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/acculing/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:76;C:15:\"WPML_TP_Service\":1929:{a:36:{s:2:\"id\";i:29;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pozena.png\";s:4:\"name\";s:6:\"Pozena\";s:11:\"description\";s:214:\"POZENA is a Polish localization and translation service with more than 20 years\' experience adapting small to medium-size businesses to new language markets. It has more than 400 clients in 22 different countries. \";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/pozena/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:7.4199999999999999;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:7.4199999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"https://pozena.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3dbcaf177b3b8a0ffd38c4f077f17df7\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A POZENA team member will email your unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/pozena/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:72:\"https://wpml.org/translation-service/pozena/#requesting-a-pozena-account\";s:14:\"redirect_to_ts\";b:0;}}i:77;C:15:\"WPML_TP_Service\":1958:{a:36:{s:2:\"id\";i:73;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/atenao.png\";s:4:\"name\";s:6:\"Atenao\";s:11:\"description\";s:253:\"Trusted translation partner for groups such as Lacoste, L’Oréal, Olympus and Fujifilm Medical Systems, Atenao’s team of professional, native, experienced translators has translated hundreds of marketing, e-commerce, tourism and technology websites.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/atenao/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:7.0800000000000001;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:7.0800000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"http://www.atenao.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f249d570e4a79bf3e32907034b4f2f61\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"An Atenao team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/atenao/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/atenao/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:78;C:15:\"WPML_TP_Service\":2015:{a:36:{s:2:\"id\";i:72;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/betranslated-com.png\";s:4:\"name\";s:16:\"BeTranslated.com\";s:11:\"description\";s:294:\"BeTranslated is a network of translation project managers operating as a decentralized translation agency to serve the website and document translation needs of small, medium and large companies across Europe and North America. We specialize in marketing, travel, IT and technical translations.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/betranslated\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:5.5;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:5.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"http://betranslated.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fa663ae2188d9dfc589f5b8f6a5c2b0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:63:\"A BeTranslated team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:70:\"https://wpml.org/translation-service/betranslated/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/betranslated/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:79;C:15:\"WPML_TP_Service\":1939:{a:36:{s:2:\"id\";i:41;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/albisa.png\";s:4:\"name\";s:6:\"Albisa\";s:11:\"description\";s:220:\"Albisa is a Spanish company which has spent 35 years translating WordPress websites, apps, plugins and other techincal documents for small and medium-size businesses. It uses in-country translators for all its services. \";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/albisa/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:5.3300000000000001;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:5.3300000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"http://albisa-solutions.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"15c647a7d550ab824458010846dc6a27\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:55:\"An Albisa team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/albisa/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:73:\"https://wpml.org/translation-service/albisa/#requesting-an-albisa-account\";s:14:\"redirect_to_ts\";b:0;}}i:80;C:15:\"WPML_TP_Service\":2009:{a:36:{s:2:\"id\";i:61;s:8:\"logo_url\";s:74:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/101translations.png\";s:4:\"name\";s:15:\"101Translations\";s:11:\"description\";s:240:\"101Translations is an Irish company which uses professional, native translators with at least three years\' experience to translate businesses of all sizes. 101Translations was created in 2002 and places special attention on quality control.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/101translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:5.1699999999999999;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:5.1699999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:31:\"http://www.101translations.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"bf40273372317c1df87462c61d518558\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:66:\"A 101translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:73:\"https://wpml.org/translation-service/101translations/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:72:\"https://wpml.org/translation-service/101translations/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:81;C:15:\"WPML_TP_Service\":1850:{a:36:{s:2:\"id\";i:40;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/wordcraft.png\";s:4:\"name\";s:9:\"Wordcraft\";s:11:\"description\";s:158:\"Wordcraft is a German translation service working with companies from a variety of industries of all sizes including engineering, automotive and logistics. \";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/wordcraft/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:4.75;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:4.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"http://wordcraft.cc/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c3dc4ea9f763d31bdfc33fbeb99ce24f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A Wordcraft team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:63:\"https://wpml.org/translation-service/wordcraft/#receiving-token\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/wordcraft/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:82;C:15:\"WPML_TP_Service\":1924:{a:36:{s:2:\"id\";i:68;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/l-txt-ou.png\";s:4:\"name\";s:9:\"L.TXT OÜ\";s:11:\"description\";s:239:\"L.TXT is an Estonian translation firm which works with small and medium-sized businesses. It specializes in technical translations and highly complex, technically demanding projects. Its translators share a rich background in the subjects.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/l-txt-ou/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:4.5;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:4.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"http://www.ltxt.eu\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"26d00f62ca93f57c36ddefd1ba301295\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A L.TXT OÜ team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:66:\"https://wpml.org/translation-service/l-txt-ou/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/l-txt-ou/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:83;C:15:\"WPML_TP_Service\":1852:{a:36:{s:2:\"id\";i:92;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translation-ie.png\";s:4:\"name\";s:14:\"Translation.ie\";s:11:\"description\";s:310:\"Quality Assured EN/ISO17100 Human Translation. Any Language. We will tailor a process that is right for you and provide one to one advice and support for the duration of your project, we can also create or adapt your content to your market, tell us what you need to fit your budget. We have a solution for you.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/translation-ie/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:3.8300000000000001;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:3.8300000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"http://translation.ie\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"482b7f5fbaa40a742a65ca97ed14b2ae\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:84;C:15:\"WPML_TP_Service\":1921:{a:36:{s:2:\"id\";i:71;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alpis.png\";s:4:\"name\";s:5:\"Alpis\";s:11:\"description\";s:220:\"Alpis is a French company based in Paris providing high-quality localisations services for your website in more than 100 languages by qualified human linguists and specialists. Click to discover our quality and services.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/alpis\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:2.6699999999999999;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:2.6699999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.alpis.fr/en/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"5cea21a759913fbea87000606ed0ebab\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"An Alpis team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:63:\"https://wpml.org/translation-service/alpis/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:62:\"https://wpml.org/translation-service/alpis/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:85;C:15:\"WPML_TP_Service\":2021:{a:36:{s:2:\"id\";i:44;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mgs-language-services.png\";s:4:\"name\";s:21:\"MGS Language Services\";s:11:\"description\";s:253:\"ManpowerGroup Solutions Language Services is an Israeli translator for commercial, industrial and government organizations. It has 1200 translators and content writers covering 160 languages, with a particular emphasis on Hebrew and Arabic translations.\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/mgs-translation-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:0.75;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:0.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.mgslanguage.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"af4eae135ec1f5884f0e757f5748fb32\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:56:\"An MGS team member will email a unique API Token to you.\";s:26:\"how_to_get_credentials_url\";s:82:\"https://wpml.org/translation-service/mgs-translation-services/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:84:\"https://wpml.org/translation-service/mgs-translation-services/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:86;C:15:\"WPML_TP_Service\":2061:{a:36:{s:2:\"id\";i:64;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pluslingua.png\";s:4:\"name\";s:10:\"PlusLingua\";s:11:\"description\";s:226:\"PlusLingua has offices across Europe and predominantly deals with small to medium-size businesses. Since 2006, it has offered a range of translations for technical documentation, legal documents, marketing and business papers.\";s:7:\"doc_url\";s:80:\"https://wpml.org/translation-service/pluslingua-technical-communication-services\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:0.67000000000000004;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:0.67000000000000004;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.pluslingua.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ba11f752696ef6a4f922417b1fddb42f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A PlusLingua team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:101:\"https://wpml.org/translation-service/pluslingua-technical-communication-services/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:100:\"https://wpml.org/translation-service/pluslingua-technical-communication-services/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:87;C:15:\"WPML_TP_Service\":2018:{a:36:{s:2:\"id\";i:59;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/memoq.png\";s:4:\"name\";s:5:\"memoQ\";s:11:\"description\";s:212:\"The memoQ connector for WordPress offers a fully automated translation workflow between WPML and memoQ server and provides an easy way to manage multilingual web content and translation projects within WordPress.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/memoq\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Connection key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Connection url\";s:4:\"name\";s:7:\"api_url\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"https://www.memoq.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c6e1c5624529722f2bc138dcd0c63ee5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:83:\"Your translation provider will provide your memoQ Connection key and Connection url\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/memoq/#requesting-an-account\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/memoq/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:88;C:15:\"WPML_TP_Service\":1641:{a:36:{s:2:\"id\";i:82;s:8:\"logo_url\";s:86:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pseudo-translation-services.png\";s:4:\"name\";s:27:\"Pseudo Translation Services\";s:11:\"description\";s:153:\"This is a demo service for learning and practicing the WPML workflow for professional translation. To authenticate please use any string as an API Token.\";s:7:\"doc_url\";s:14:\"http://lvh.me/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:14:\"http://lvh.me/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a31f833a7b129003abe76987b06c8e44\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:89;C:15:\"WPML_TP_Service\":1729:{a:36:{s:2:\"id\";i:83;s:8:\"logo_url\";s:63:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lilt.png\";s:4:\"name\";s:4:\"Lilt\";s:11:\"description\";s:197:\"Lilt is the new engine for enterprise translation workflows. We increase quality and speed with the neural feedback loop which combines human ingenuity and machine intelligence in a virtuous cycle.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/lilt/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:16:\"https://lilt.com\";s:19:\"project_details_url\";s:60:\"https://lilt.com/app/projects/details/{project_id}/documents\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ffad5fa853bba0b6c9eda94b382b0201\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:90;C:15:\"WPML_TP_Service\":1959:{a:36:{s:2:\"id\";i:117;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/smartcat.png\";s:4:\"name\";s:8:\"Smartcat\";s:11:\"description\";s:225:\"Smartcat is an all-in-one platform connecting businesses and translators into a continuous translation delivery loop by combining a collaborative workflow solution, a marketplace, and a network of translation professionals.\r\n\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/smartcat/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Server URL\";s:4:\"name\";s:10:\"server_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Account ID\";s:4:\"name\";s:10:\"account_id\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.smartcat.ai/\";s:19:\"project_details_url\";s:36:\"%{server_url}/projects/%{project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"d1c696251639dde597dd81b6fec113a9\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:91;C:15:\"WPML_TP_Service\":2209:{a:36:{s:2:\"id\";i:121;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/smartling.png\";s:4:\"name\";s:9:\"Smartling\";s:11:\"description\";s:285:\"Smartling is a translation management platform and language services provider to localize content across devices and platforms. Author of Enterprise Translation Cloud, a data-driven approach to localization that helps customers achieve higher quality translation at a lower total cost.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/smartling/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:15:\"User Identifier\";s:4:\"name\";s:15:\"user_identifier\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"User Secret\";s:4:\"name\";s:11:\"user_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Account UID\";s:4:\"name\";s:11:\"account_uid\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Project ID\";s:4:\"name\";s:10:\"project_id\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"https://www.smartling.com/\";s:19:\"project_details_url\";s:92:\"https://dashboard.smartling.com/app/accounts/{account_id}/account-jobs/{project_id}:{job_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3f1d34db7a1c34e0840e81b4aceb97db\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:92;C:15:\"WPML_TP_Service\":2548:{a:36:{s:2:\"id\";i:10;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translations-com.png\";s:4:\"name\";s:16:\"Translations.com\";s:11:\"description\";s:254:\"Translations.com is one of the largest providers of enterprise localization services and technology solutions. More than 5,000 global organizations employ Translations.com’s GlobalLink® Product Suite to simplify the management of multilingual content.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/translations-com/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:5:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:19:\"GlobalLink (GL) URL\";s:4:\"name\";s:3:\"url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:17:\"Project Shortcode\";s:4:\"name\";s:17:\"project_shortcode\";s:4:\"type\";s:4:\"text\";}i:4;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"File Format\";s:4:\"name\";s:11:\"file_format\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.630000000000001;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.630000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"http://translations.com/\";s:19:\"project_details_url\";s:37:\"%{connector_url}/#userMenuSUBMISSIONS\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"523d1d409ecdbfb1afa1d29e20b1917b\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:135:\"Your Project Director URL, username, password, and project code are found in the “GlobalLink Technology Configuration” PDF document\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/translations-com/#create-account\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/translations-com/#create-account\";s:14:\"redirect_to_ts\";b:1;}}i:93;C:15:\"WPML_TP_Service\":2028:{a:36:{s:2:\"id\";i:2;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/cloudwords.png\";s:4:\"name\";s:10:\"Cloudwords\";s:11:\"description\";s:268:\"Cloudwords offers quality translation for both small and large websites. In-context review guarantees that all published content meets high standards and you can work with your favorite translation service or locate a translation service in the Cloudwords Marketplace.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/cloudwords/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:26:\"http://www.cloudwords.com/\";s:19:\"project_details_url\";s:56:\"https://app.cloudwords.com/cust.htm#project/{project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:50;s:4:\"suid\";s:32:\"b0a9c2513a2d679dfae1d5ec9846a0d5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:102:\"Your API Token is located under \"Settings >My Account > API\" tab on your Cloudwords account Dashboard\";s:26:\"how_to_get_credentials_url\";s:61:\"https://wpml.org/translation-service/cloudwords/#connect-site\";s:30:\"client_create_account_page_url\";s:34:\"https://www.cloudwords.com/contact\";s:14:\"redirect_to_ts\";b:1;}}i:94;C:15:\"WPML_TP_Service\":2299:{a:36:{s:2:\"id\";i:14;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/wordbee-beebox.png\";s:4:\"name\";s:14:\"Wordbee Beebox\";s:11:\"description\";s:187:\"Translation service connector. Send content for translation to your preferred language service provider (LSP). Ask your LSP for your authentication details and click below to get started.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/wordbee-beebox/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API URL\";s:4:\"name\";s:7:\"api_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:15:\"API Project Key\";s:4:\"name\";s:15:\"api_project_key\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"API Username\";s:4:\"name\";s:12:\"api_username\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"API Password\";s:4:\"name\";s:12:\"api_password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"http://www.wordbee.com/\";s:19:\"project_details_url\";s:27:\"Translation Service API URL\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"582b86fafdf60f1eba580abc6c56f8ad\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:111:\"Your API URL, API Project Key, API Username and API Password will be provided by your Language Service Provider\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/wordbee-beebox/#connect-site\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/wordbee-beebox/#connect-site\";s:14:\"redirect_to_ts\";b:1;}}i:95;C:15:\"WPML_TP_Service\":2226:{a:36:{s:2:\"id\";i:15;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transifex.png\";s:4:\"name\";s:9:\"Transifex\";s:11:\"description\";s:165:\"The Transifex platform enables companies to produce high-quality translations by connecting their sources of digital content to the translation team of their choice.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/transifex/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:17:\"Organization slug\";s:4:\"name\";s:8:\"org_slug\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Repository URL\";s:4:\"name\";s:8:\"repo_url\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"http://transifex.com\";s:19:\"project_details_url\";s:33:\"https://www.transifex.com/signin/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"581080d8aad81654458e7d9efa8b9c5a\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:108:\"Your username, password, and organization slug are what you have created during your Transifex account setup\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/transifex/#transifex-account-configuration\";s:30:\"client_create_account_page_url\";s:33:\"https://www.transifex.com/signup/\";s:14:\"redirect_to_ts\";b:1;}}i:96;C:15:\"WPML_TP_Service\":2054:{a:36:{s:2:\"id\";i:26;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/poeditor.png\";s:4:\"name\";s:8:\"POEditor\";s:11:\"description\";s:273:\"Warning! To achieve the best results please use POEditor for strings translation only. POEditor is a collaborative platform, built to easily manage the translation of apps, websites or related software, in a team or independently, and to automate the localization workflow.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/poeditor/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:21:\"https://poeditor.com/\";s:19:\"project_details_url\";s:50:\"https://poeditor.com/projects/view?id={project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"97956a8eed5fa652b8c2ec2b9eda6988\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:94:\"Your API Token is located under \"Account Settings > API Access\" tab on your POEditor Dashboard\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/poeditor/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:74:\"https://wpml.org/translation-service/poeditor/#creating-a-poeditor-account\";s:14:\"redirect_to_ts\";b:1;}}i:97;C:15:\"WPML_TP_Service\":2156:{a:36:{s:2:\"id\";i:32;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/multitrans.png\";s:4:\"name\";s:10:\"MultiTrans\";s:11:\"description\";s:214:\"MultiTrans TMS includes Terminology Management, Translation Memories and many other project management and BI modules. With over 25 years of experience, it provides a full range of linguistic products and services.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/multitrans\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:5:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Flow URL\";s:4:\"name\";s:8:\"flow_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Customer name\";s:4:\"name\";s:13:\"customer_name\";s:4:\"type\";s:4:\"text\";}i:4;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Contact name\";s:4:\"name\";s:12:\"contact_name\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://www.multitranstms.com/\";s:19:\"project_details_url\";s:22:\"Project\'s custom field\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e036dae66d3cc50ba9119f3770256b9d\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:98;C:15:\"WPML_TP_Service\":1972:{a:36:{s:2:\"id\";i:46;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/matecat.png\";s:4:\"name\";s:7:\"MateCat\";s:11:\"description\";s:142:\"MateCat is a free translation platform to translate your WordPress content yourself or to assign the translation to a professional translator.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/matecat/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"API Secret\";s:4:\"name\";s:10:\"api_secret\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.matecat.com/\";s:19:\"project_details_url\";s:30:\"https://www.matecat.com/manage\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8cce487cb1cb5f6c7643235e2da82fa4\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:73:\"A member of the MateCat team will email you an API Key and API Secret Key\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/matecat/#receiving-api-keys\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/matecat/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:99;C:15:\"WPML_TP_Service\":2192:{a:36:{s:2:\"id\";i:22;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/sdl-language-cloud.png\";s:4:\"name\";s:18:\"SDL Language Cloud\";s:11:\"description\";s:229:\"SDL Language Cloud has been translating content for small to medium-size businesses for more than 25 years. It employs 15,000 in-territory translators which specialize in automotive, banking and e-commerce among other industries.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/sdl-language-cloud/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:2412;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.550000000000001;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.550000000000001;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://languagecloud.sdl.com/\";s:19:\"project_details_url\";s:58:\"https://languagecloud.sdl.com/en/managed-translation/login\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e050f3d3a0bfccd551c2286233d60837\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:97:\"Your username and password are the same as the credentials you use to login to SDL Language Cloud\";s:26:\"how_to_get_credentials_url\";s:85:\"https://wpml.org/translation-service/sdl-language-cloud/#connecting-to-language-cloud\";s:30:\"client_create_account_page_url\";s:54:\"https://oos.sdl.com/asp/products/ssl/RegisterUser.aspx\";s:14:\"redirect_to_ts\";b:1;}}i:100;C:15:\"WPML_TP_Service\":2220:{a:36:{s:2:\"id\";i:12;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/onehourtranslation.png\";s:4:\"name\";s:18:\"OneHourTranslation\";s:11:\"description\";s:245:\"OneHourTranslation provides translations in more than 75 languages and 2500 languages pairs for medium to large businesses. It specializes in providing business translations in a variety of fields including legal, technical and web applications.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/onehourtranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Secret Key\";s:4:\"name\";s:10:\"secret_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Public Key\";s:4:\"name\";s:10:\"public_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2831;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.93;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.93;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.onehourtranslation.com\";s:19:\"project_details_url\";s:56:\"https://www.onehourtranslation.com/my-projects/customer/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8850fd4bfdaae2a2d63e51fb1f2ac3e4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:110:\"Your Secret Key and Public Key are located under \"Profile > API Keys\" on your OneHourTranslation Control panel\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/onehourtranslation/#api-secret-public-keys\";s:30:\"client_create_account_page_url\";s:71:\"https://wpml.org/translation-service/onehourtranslation/#create-account\";s:14:\"redirect_to_ts\";b:1;}}i:101;C:15:\"WPML_TP_Service\":2005:{a:36:{s:2:\"id\";i:8;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gengo.png\";s:4:\"name\";s:5:\"Gengo\";s:11:\"description\";s:148:\"Gengo’s people-powered translation platform helps you translate content into over 36 languages through a selective, global network of translators.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/gengo/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Public key\";s:4:\"name\";s:10:\"public_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:2579;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.119999999999999;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.119999999999999;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:17:\"http://gengo.com/\";s:19:\"project_details_url\";s:34:\"https://gengo.com/auth/form/login/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"63f155572eb659a462aac247ee1bbf8d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:70:\"Your public and secret keys are found on your Gengo Customer Dashboard\";s:26:\"how_to_get_credentials_url\";s:61:\"https://wpml.org/translation-service/gengo/#generate-api-keys\";s:30:\"client_create_account_page_url\";s:64:\"https://wpml.org/translation-service/gengo/#create-gengo-account\";s:14:\"redirect_to_ts\";b:1;}}i:102;C:15:\"WPML_TP_Service\":1880:{a:36:{s:2:\"id\";i:39;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avilinga.png\";s:4:\"name\";s:9:\"Avilínga\";s:11:\"description\";s:180:\"Avilínga is a Swiss company which has been translating content for companies in the aviation industry since 2006. In particular, it specializes in technical aviation translations.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/avilinga/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"http://avilinga.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f38976dca685689ebf19fd516fb4e918\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"An Avilinga team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/avilinga/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:77:\"https://wpml.org/translation-service/avilinga/#requesting-an-avilinga-account\";s:14:\"redirect_to_ts\";b:0;}}i:103;C:15:\"WPML_TP_Service\":2434:{a:36:{s:2:\"id\";i:21;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/capita.png\";s:4:\"name\";s:6:\"Capita\";s:11:\"description\";s:236:\"CAPITA TI is a British company which has been translating content for commercial businesses and public sector organizations since 1984. It specializes in legal, financial, manufacturing and e-Learning translations in over 180 languages.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/capita/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Customer Name\";s:4:\"name\";s:13:\"customer_name\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Contact Name\";s:4:\"name\";s:12:\"contact_name\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:2397;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:4.5499999999999998;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:4.5499999999999998;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:46:\"https://www.capitatranslationinterpreting.com/\";s:19:\"project_details_url\";s:97:\"https://mtpflow.capita-ti.com/module/client/default/request_overview.jsp?request_id=%{request_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3393562c8687d38db9c447854bd20957\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:103:\"The username, password, customer name, and contact name will be provided upon creating a Capita account\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/capita/#connecting-your-site-to-capita\";s:30:\"client_create_account_page_url\";s:57:\"https://www.capitatranslationinterpreting.com/contact-us/\";s:14:\"redirect_to_ts\";b:1;}}i:104;C:15:\"WPML_TP_Service\":2063:{a:36:{s:2:\"id\";i:43;s:8:\"logo_url\";s:62:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gpi.png\";s:4:\"name\";s:3:\"GPI\";s:11:\"description\";s:249:\"GPI is a team of language, technology, project management and business professionals with over 20 years of extensive experience in translation services helping companies communicate and conduct business in more than 100 languages and 15 disciplines.\";s:7:\"doc_url\";s:41:\"https://wpml.org/translation-service/gpi/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"API Secret Key\";s:4:\"name\";s:14:\"api_secret_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:0.75;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:0.75;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:37:\"http://www.globalizationpartners.com/\";s:19:\"project_details_url\";s:23:\"URL from request to GPI\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"bbfd2c9ae5d6d34b08719f8fcbde80d6\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"A GPI team member will email an API Key and API Secret Key\";s:26:\"how_to_get_credentials_url\";s:60:\"https://wpml.org/translation-service/gpi/#receiving-api-keys\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/gpi/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}}','no'),(281,'WPML_TM_ATE_JOBS','a:0:{}','no'),(377,'wpml_wp_updated_mo_files','a:1:{s:6:\"plugin\";a:3:{s:24:\"woocommerce-multilingual\";i:1573118199;s:11:\"woocommerce\";i:1573118885;s:14:\"duplicate-post\";i:1573130283;}}','no'),(395,'woocommerce_store_address','Calle de prueba','yes'),(397,'woocommerce_store_address_2','','yes'),(399,'woocommerce_store_city','Málaga','yes'),(400,'woocommerce_default_country','ES:C','yes'),(401,'woocommerce_store_postcode','29001','yes'),(402,'woocommerce_allowed_countries','all','yes'),(403,'woocommerce_all_except_countries','','yes'),(404,'woocommerce_specific_allowed_countries','','yes'),(405,'woocommerce_ship_to_countries','','yes'),(406,'woocommerce_specific_ship_to_countries','','yes'),(408,'woocommerce_default_customer_address','geolocation','yes'),(409,'woocommerce_calc_taxes','no','yes'),(410,'woocommerce_enable_coupons','yes','yes'),(411,'woocommerce_calc_discounts_sequentially','no','no'),(412,'woocommerce_currency','EUR','yes'),(413,'woocommerce_currency_pos','right','yes'),(414,'woocommerce_price_thousand_sep','.','yes'),(415,'woocommerce_price_decimal_sep',',','yes'),(416,'woocommerce_price_num_decimals','2','yes'),(417,'woocommerce_shop_page_id','7','yes'),(418,'woocommerce_cart_redirect_after_add','no','yes'),(419,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(420,'woocommerce_placeholder_image','5','yes'),(421,'woocommerce_weight_unit','kg','yes'),(422,'woocommerce_dimension_unit','cm','yes'),(423,'woocommerce_enable_reviews','yes','yes'),(424,'woocommerce_review_rating_verification_label','yes','no'),(425,'woocommerce_review_rating_verification_required','no','no'),(426,'woocommerce_enable_review_rating','yes','yes'),(427,'woocommerce_review_rating_required','yes','no'),(428,'woocommerce_manage_stock','yes','yes'),(429,'woocommerce_hold_stock_minutes','60','no'),(430,'woocommerce_notify_low_stock','yes','no'),(431,'woocommerce_notify_no_stock','yes','no'),(432,'woocommerce_stock_email_recipient','alejandrojm@factoryfy.com','no'),(433,'woocommerce_notify_low_stock_amount','2','no'),(434,'woocommerce_notify_no_stock_amount','0','yes'),(435,'woocommerce_hide_out_of_stock_items','no','yes'),(436,'woocommerce_stock_format','','yes'),(437,'woocommerce_file_download_method','force','no'),(438,'woocommerce_downloads_require_login','no','no'),(439,'woocommerce_downloads_grant_access_after_payment','yes','no'),(440,'woocommerce_prices_include_tax','no','yes'),(441,'woocommerce_tax_based_on','shipping','yes'),(442,'woocommerce_shipping_tax_class','inherit','yes'),(443,'woocommerce_tax_round_at_subtotal','no','yes'),(444,'woocommerce_tax_classes','','yes'),(445,'woocommerce_tax_display_shop','excl','yes'),(446,'woocommerce_tax_display_cart','excl','yes'),(447,'woocommerce_price_display_suffix','','yes'),(448,'woocommerce_tax_total_display','itemized','no'),(449,'woocommerce_enable_shipping_calc','yes','no'),(450,'woocommerce_shipping_cost_requires_address','no','yes'),(451,'woocommerce_ship_to_destination','billing','no'),(452,'woocommerce_shipping_debug_mode','no','yes'),(453,'woocommerce_enable_guest_checkout','yes','no'),(454,'woocommerce_enable_checkout_login_reminder','no','no'),(455,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(456,'woocommerce_enable_myaccount_registration','no','no'),(457,'woocommerce_registration_generate_username','yes','no'),(458,'woocommerce_registration_generate_password','yes','no'),(459,'woocommerce_erasure_request_removes_order_data','no','no'),(460,'woocommerce_erasure_request_removes_download_data','no','no'),(461,'woocommerce_allow_bulk_remove_personal_data','no','no'),(462,'woocommerce_registration_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web, gestionar el acceso a tu cuenta y otros propósitos descritos en nuestra [privacy_policy].','yes'),(463,'woocommerce_checkout_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web y otros propósitos descritos en nuestra [privacy_policy].','yes'),(464,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(465,'woocommerce_trash_pending_orders','','no'),(466,'woocommerce_trash_failed_orders','','no'),(467,'woocommerce_trash_cancelled_orders','','no'),(468,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(469,'woocommerce_email_from_name','Fcm','no'),(470,'woocommerce_email_from_address','alejandrojm@factoryfy.com','no'),(471,'woocommerce_email_header_image','','no'),(472,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(473,'woocommerce_email_base_color','#96588a','no'),(474,'woocommerce_email_background_color','#f7f7f7','no'),(475,'woocommerce_email_body_background_color','#ffffff','no'),(476,'woocommerce_email_text_color','#3c3c3c','no'),(477,'woocommerce_cart_page_id','8','no'),(478,'woocommerce_checkout_page_id','9','no'),(479,'woocommerce_myaccount_page_id','10','no'),(480,'woocommerce_terms_page_id','','no'),(481,'woocommerce_force_ssl_checkout','no','yes'),(482,'woocommerce_unforce_ssl_checkout','no','yes'),(483,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(484,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(485,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(486,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(487,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(488,'woocommerce_myaccount_orders_endpoint','orders','yes'),(489,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(490,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(491,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(492,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(493,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(494,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(495,'woocommerce_logout_endpoint','customer-logout','yes'),(496,'woocommerce_api_enabled','no','yes'),(497,'woocommerce_allow_tracking','yes','no'),(498,'woocommerce_show_marketplace_suggestions','yes','no'),(499,'woocommerce_single_image_width','600','yes'),(500,'woocommerce_thumbnail_image_width','300','yes'),(501,'woocommerce_checkout_highlight_required_fields','yes','yes'),(502,'woocommerce_demo_store','no','no'),(503,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:9:\"/producto\";s:13:\"category_base\";s:18:\"categoria-producto\";s:8:\"tag_base\";s:17:\"etiqueta-producto\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(504,'current_theme_supports_woocommerce','yes','yes'),(505,'woocommerce_queue_flush_rewrite_rules','no','yes'),(508,'wpml_registered_endpoints','a:14:{s:6:\"wc-api\";s:6:\"wc-api\";s:9:\"order-pay\";s:9:\"order-pay\";s:14:\"order-received\";s:14:\"order-received\";s:6:\"orders\";s:6:\"orders\";s:10:\"view-order\";s:10:\"view-order\";s:9:\"downloads\";s:9:\"downloads\";s:12:\"edit-account\";s:12:\"edit-account\";s:12:\"edit-address\";s:12:\"edit-address\";s:15:\"payment-methods\";s:15:\"payment-methods\";s:13:\"lost-password\";s:13:\"lost-password\";s:15:\"customer-logout\";s:15:\"customer-logout\";s:18:\"add-payment-method\";s:18:\"add-payment-method\";s:21:\"delete-payment-method\";s:21:\"delete-payment-method\";s:26:\"set-default-payment-method\";s:26:\"set-default-payment-method\";}','yes'),(509,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(511,'default_product_cat','22','yes'),(514,'woocommerce_version','3.8.0','yes'),(515,'woocommerce_db_version','3.8.0','yes'),(516,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(521,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(522,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(523,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(524,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(525,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(526,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(527,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(528,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(529,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(530,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(531,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(532,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(533,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(551,'woocommerce_meta_box_errors','a:0:{}','yes'),(582,'woocommerce_obw_last_completed_step','payment','yes'),(593,'woocommerce_product_type','virtual','yes'),(594,'elementor_controls_usage','a:7:{s:7:\"wp-page\";a:15:{s:7:\"heading\";a:2:{s:5:\"count\";i:-56;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:-56;s:5:\"align\";i:-56;s:11:\"header_size\";i:3;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:-56;s:21:\"typography_typography\";i:-56;s:22:\"typography_font_family\";i:-56;s:20:\"typography_font_size\";i:-56;s:22:\"typography_font_weight\";i:-56;s:27:\"typography_font_size_mobile\";i:4;s:29:\"typography_line_height_tablet\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:-56;s:7:\"_margin\";i:-40;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:-159;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:-161;s:19:\"_inline_size_tablet\";i:19;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:-55;s:14:\"padding_mobile\";i:6;s:13:\"margin_mobile\";i:3;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:-27;s:19:\"background_position\";i:-27;s:15:\"background_ypos\";i:-26;s:17:\"background_repeat\";i:-27;s:15:\"background_size\";i:-27;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:-27;s:26:\"background_overlay_color_b\";i:-27;s:33:\"background_overlay_gradient_angle\";i:-27;s:26:\"background_overlay_opacity\";i:-27;s:18:\"overlay_blend_mode\";i:-27;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:-96;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:-76;s:6:\"layout\";i:-36;s:16:\"content_position\";i:-20;s:13:\"custom_height\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:-96;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:-48;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:-38;s:16:\"background_color\";i:-24;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_mobile\";i:1;s:22:\"background_xpos_mobile\";i:1;s:22:\"background_ypos_mobile\";i:1;s:22:\"background_size_mobile\";i:1;s:26:\"background_bg_width_mobile\";i:1;}s:21:\"section_shape_divider\";a:4:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_color\";i:1;s:20:\"shape_divider_bottom\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:-86;s:6:\"margin\";i:-46;s:14:\"padding_mobile\";i:4;s:13:\"margin_mobile\";i:3;s:14:\"padding_tablet\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:-7;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:-7;s:6:\"weight\";i:-7;s:3:\"gap\";i:-7;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:10:\"text_color\";i:4;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:3:{s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:-13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:-13;s:5:\"align\";i:-13;s:4:\"size\";i:-13;s:4:\"link\";i:-13;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:-13;s:22:\"typography_font_family\";i:-13;s:22:\"typography_font_weight\";i:-13;s:17:\"button_text_color\";i:-13;s:16:\"background_color\";i:-13;s:29:\"button_background_hover_color\";i:-13;s:13:\"border_radius\";i:-13;s:19:\"text_padding_mobile\";i:2;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:0:{}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:11:{s:17:\"classic_meta_data\";i:2;s:22:\"classic_read_more_text\";i:2;s:16:\"cards_item_ratio\";i:2;s:20:\"cards_excerpt_length\";i:2;s:20:\"cards_read_more_text\";i:2;s:17:\"cards_show_avatar\";i:2;s:5:\"_skin\";i:1;s:15:\"cards_meta_data\";i:1;s:20:\"cards_posts_per_page\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_posts_per_page\";i:1;}s:13:\"section_query\";a:1:{s:15:\"posts_post_type\";i:2;}s:18:\"section_pagination\";a:1:{s:15:\"pagination_type\";i:2;}}s:5:\"style\";a:5:{s:30:\"classic_section_design_content\";a:5:{s:19:\"classic_title_color\";i:2;s:35:\"classic_title_typography_typography\";i:2;s:36:\"classic_title_typography_font_family\";i:2;s:23:\"classic_read_more_color\";i:2;s:21:\"classic_title_spacing\";i:1;}s:27:\"cards_section_design_layout\";a:1:{s:16:\"cards_column_gap\";i:2;}s:25:\"cards_section_design_card\";a:7:{s:19:\"cards_card_bg_color\";i:2;s:23:\"cards_card_border_width\";i:2;s:24:\"cards_card_border_radius\";i:2;s:18:\"cards_card_padding\";i:2;s:27:\"cards_card_vertical_padding\";i:2;s:23:\"cards_meta_border_color\";i:2;s:23:\"cards_card_border_color\";i:1;}s:28:\"cards_section_design_content\";a:9:{s:17:\"cards_title_color\";i:2;s:33:\"cards_title_typography_typography\";i:2;s:34:\"cards_title_typography_font_family\";i:2;s:16:\"cards_meta_color\";i:2;s:26:\"cards_meta_separator_color\";i:2;s:19:\"cards_excerpt_color\";i:2;s:21:\"cards_read_more_color\";i:2;s:32:\"cards_meta_typography_typography\";i:2;s:33:\"cards_meta_typography_line_height\";i:2;}s:26:\"cards_section_design_image\";a:1:{s:18:\"cards_badge_margin\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:15:\"jet-team-member\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:1;s:17:\"member_first_name\";i:1;s:16:\"member_last_name\";i:1;s:15:\"member_position\";i:1;s:18:\"member_description\";i:1;s:11:\"social_list\";i:1;}}s:5:\"style\";a:5:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:1;s:11:\"image_width\";i:1;s:19:\"image_border_radius\";i:1;s:12:\"image_margin\";i:1;}s:30:\"section_team_member_name_style\";a:6:{s:16:\"first_name_color\";i:1;s:32:\"first_name_typography_typography\";i:1;s:33:\"first_name_typography_font_family\";i:1;s:15:\"last_name_color\";i:1;s:31:\"last_name_typography_typography\";i:1;s:32:\"last_name_typography_font_family\";i:1;}s:34:\"section_team_member_position_style\";a:3:{s:14:\"position_color\";i:1;s:30:\"position_typography_typography\";i:1;s:29:\"position_typography_font_size\";i:1;}s:25:\"section_social_list_style\";a:4:{s:17:\"social_icon_color\";i:1;s:20:\"social_icon_bg_color\";i:1;s:21:\"social_icon_font_size\";i:1;s:16:\"social_icon_size\";i:1;}s:30:\"section_team_member_desc_style\";a:5:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:11:\"desc_margin\";i:1;s:25:\"desc_typography_font_size\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:2;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:13:\"mark_required\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_text\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:11:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:11:\"label_color\";i:1;s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:12:\"html_spacing\";i:1;s:10:\"html_color\";i:1;s:26:\"html_typography_typography\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;}s:19:\"section_field_style\";a:2:{s:18:\"field_border_width\";i:1;s:19:\"field_border_radius\";i:1;}s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:5:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_family\";i:1;s:29:\"typography_number_line_height\";i:1;}s:13:\"section_title\";a:3:{s:11:\"title_color\";i:1;s:27:\"typography_title_typography\";i:1;s:28:\"typography_title_font_family\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;}}}}s:8:\"jet-tabs\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:4:\"tabs\";i:1;}s:21:\"section_settings_data\";a:4:{s:11:\"show_effect\";i:1;s:14:\"no_active_tabs\";i:1;s:13:\"ajax_template\";i:1;s:20:\"tabs_position_mobile\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_general_style\";a:6:{s:36:\"tabs_container_background_background\";i:1;s:22:\"tabs_container_padding\";i:1;s:21:\"tabs_container_margin\";i:1;s:28:\"tabs_container_border_border\";i:1;s:27:\"tabs_container_border_color\";i:1;s:28:\"tabs_container_border_radius\";i:1;}s:26:\"section_tabs_control_style\";a:6:{s:42:\"tabs_content_wrapper_background_background\";i:1;s:28:\"tabs_control_wrapper_padding\";i:1;s:27:\"tabs_control_wrapper_margin\";i:1;s:34:\"tabs_control_wrapper_border_border\";i:1;s:33:\"tabs_control_wrapper_border_color\";i:1;s:29:\"tabs_controls_aligment_mobile\";i:1;}s:31:\"section_tabs_control_item_style\";a:12:{s:24:\"tabs_control_icon_margin\";i:1;s:25:\"tabs_control_image_margin\";i:1;s:24:\"tabs_control_label_color\";i:1;s:40:\"tabs_control_label_typography_typography\";i:1;s:41:\"tabs_control_label_typography_font_family\";i:1;s:39:\"tabs_control_label_typography_font_size\";i:1;s:34:\"tabs_control_background_background\";i:1;s:20:\"tabs_control_padding\";i:1;s:26:\"tabs_control_border_border\";i:1;s:25:\"tabs_control_border_color\";i:1;s:31:\"tabs_control_label_color_active\";i:1;s:19:\"tabs_control_margin\";i:1;}s:26:\"section_tabs_content_style\";a:5:{s:20:\"tabs_content_padding\";i:1;s:26:\"tabs_content_border_border\";i:1;s:25:\"tabs_content_border_width\";i:1;s:25:\"tabs_content_border_color\";i:1;s:19:\"tabs_content_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:12:\"jet-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_arrows_style\";a:9:{s:27:\"arrows_style_popover_toggle\";i:1;s:23:\"arrows_style_background\";i:1;s:18:\"arrows_style_color\";i:1;s:27:\"arrows_style_box_font_color\";i:1;s:26:\"arrows_style_box_font_size\";i:1;s:21:\"arrows_style_box_size\";i:1;s:33:\"arrows_hover_style_popover_toggle\";i:1;s:18:\"prev_left_position\";i:1;s:19:\"next_right_position\";i:1;}s:18:\"section_dots_style\";a:10:{s:25:\"dots_style_popover_toggle\";i:1;s:26:\"dots_style_box_size_mobile\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:21:\"dots_alignment_mobile\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:13:\"jet-accordion\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:18:\"section_items_data\";a:1:{s:7:\"toggles\";i:1;}}s:5:\"style\";a:4:{s:33:\"section_accordion_container_style\";a:1:{s:16:\"instance_padding\";i:1;}s:20:\"section_toggle_style\";a:3:{s:14:\"toggle_padding\";i:1;s:13:\"toggle_margin\";i:1;s:20:\"toggle_border_radius\";i:1;}s:28:\"section_toggle_control_style\";a:10:{s:18:\"toggle_icon_margin\";i:1;s:21:\"toggle_label_aligment\";i:1;s:18:\"toggle_label_color\";i:1;s:34:\"toggle_label_typography_typography\";i:1;s:35:\"toggle_label_typography_font_family\";i:1;s:33:\"toggle_label_typography_font_size\";i:1;s:42:\"toggle_control_background_hover_background\";i:1;s:37:\"toggle_control_background_hover_color\";i:1;s:22:\"toggle_control_padding\";i:1;s:28:\"toggle_control_border_radius\";i:1;}s:26:\"section_tabs_content_style\";a:3:{s:34:\"tabs_content_background_background\";i:1;s:20:\"tabs_content_padding\";i:1;s:19:\"tabs_content_margin\";i:1;}}}}}s:7:\"section\";a:4:{s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:11:{s:5:\"_skin\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_read_more_text\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_excerpt_length\";i:1;s:20:\"cards_read_more_text\";i:1;s:17:\"cards_show_avatar\";i:1;s:25:\"cards_thumbnail_size_size\";i:1;s:16:\"cards_show_badge\";i:1;s:15:\"cards_meta_data\";i:1;s:20:\"cards_posts_per_page\";i:1;}s:13:\"section_query\";a:3:{s:15:\"posts_post_type\";i:1;s:13:\"posts_include\";i:1;s:22:\"posts_include_term_ids\";i:1;}}s:5:\"style\";a:5:{s:30:\"classic_section_design_content\";a:4:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:23:\"classic_read_more_color\";i:1;}s:27:\"cards_section_design_layout\";a:1:{s:16:\"cards_column_gap\";i:1;}s:25:\"cards_section_design_card\";a:7:{s:19:\"cards_card_bg_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:18:\"cards_card_padding\";i:1;s:27:\"cards_card_vertical_padding\";i:1;s:23:\"cards_meta_border_color\";i:1;s:23:\"cards_card_border_color\";i:1;}s:28:\"cards_section_design_content\";a:9:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:16:\"cards_meta_color\";i:1;s:26:\"cards_meta_separator_color\";i:1;s:19:\"cards_excerpt_color\";i:1;s:21:\"cards_read_more_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_line_height\";i:1;}s:26:\"cards_section_design_image\";a:1:{s:18:\"cards_badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}s:5:\"popup\";a:3:{s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}s:6:\"single\";a:7:{s:7:\"divider\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:4:{s:5:\"color\";i:3;s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:10:\"gap_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:12:\"align_mobile\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:3;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;s:13:\"content_width\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:21:\"section_shape_divider\";a:2:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_color\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:4:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}}}s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}}s:4:\"page\";a:3:{s:5:\"posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:11:{s:5:\"_skin\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_read_more_text\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_excerpt_length\";i:1;s:20:\"cards_read_more_text\";i:1;s:17:\"cards_show_avatar\";i:1;s:25:\"cards_thumbnail_size_size\";i:1;s:16:\"cards_show_badge\";i:1;s:20:\"cards_posts_per_page\";i:1;s:15:\"cards_meta_data\";i:1;}s:13:\"section_query\";a:3:{s:15:\"posts_post_type\";i:1;s:13:\"posts_include\";i:1;s:22:\"posts_include_term_ids\";i:1;}}s:5:\"style\";a:5:{s:30:\"classic_section_design_content\";a:4:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:23:\"classic_read_more_color\";i:1;}s:27:\"cards_section_design_layout\";a:1:{s:16:\"cards_column_gap\";i:1;}s:25:\"cards_section_design_card\";a:7:{s:19:\"cards_card_bg_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:18:\"cards_card_padding\";i:1;s:27:\"cards_card_vertical_padding\";i:1;s:23:\"cards_meta_border_color\";i:1;s:23:\"cards_card_border_color\";i:1;}s:28:\"cards_section_design_content\";a:9:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:16:\"cards_meta_color\";i:1;s:26:\"cards_meta_separator_color\";i:1;s:19:\"cards_excerpt_color\";i:1;s:21:\"cards_read_more_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_line_height\";i:1;}s:26:\"cards_section_design_image\";a:1:{s:18:\"cards_badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}s:6:\"header\";a:5:{s:12:\"social-icons\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:2;s:18:\"icon_primary_color\";i:2;s:20:\"icon_secondary_color\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:2;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:13:\"margin_tablet\";i:1;s:6:\"margin\";i:2;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:3:{s:4:\"menu\";i:2;s:11:\"align_items\";i:2;s:14:\"animation_text\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:8:{s:26:\"menu_typography_typography\";i:2;s:25:\"menu_typography_font_size\";i:2;s:27:\"menu_typography_font_weight\";i:2;s:15:\"color_menu_item\";i:2;s:21:\"color_menu_item_hover\";i:2;s:29:\"pointer_color_menu_item_hover\";i:2;s:13:\"pointer_width\";i:2;s:18:\"menu_space_between\";i:2;}s:22:\"section_style_dropdown\";a:4:{s:30:\"dropdown_typography_typography\";i:2;s:19:\"color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;}s:12:\"style_toggle\";a:2:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:1;}s:27:\"jet_sticky_section_settings\";a:4:{s:18:\"jet_sticky_section\";i:1;s:40:\"jet_sticky_section_background_background\";i:1;s:35:\"jet_sticky_section_background_color\";i:1;s:29:\"jet_sticky_section_visibility\";i:2;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:4:\"link\";i:2;}}}}}s:6:\"footer\";a:4:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"height\";i:2;s:13:\"custom_height\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}}}','no'),(595,'_transient_product_query-transient-version','1588663226','yes'),(604,'woocommerce_tracker_last_send','1588059785','yes'),(608,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(609,'woocommerce_ppec_paypal_settings','a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}','yes'),(610,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(611,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(612,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(671,'_icl_admin_option_names','a:19:{s:29:\"woocommerce_email_footer_text\";i:1;s:30:\"woocommerce_new_order_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:45:\"woocommerce_customer_completed_order_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:37:\"woocommerce_customer_invoice_settings\";a:4:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;s:12:\"subject_paid\";b:0;s:12:\"heading_paid\";b:0;}s:41:\"woocommerce_customer_new_account_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:34:\"woocommerce_customer_note_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:44:\"woocommerce_customer_reset_password_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:46:\"woocommerce_customer_processing_order_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:36:\"woocommerce_cancelled_order_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:33:\"woocommerce_failed_order_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:43:\"woocommerce_customer_on_hold_order_settings\";a:2:{s:7:\"subject\";b:0;s:7:\"heading\";b:0;}s:44:\"woocommerce_customer_refunded_order_settings\";a:4:{s:12:\"subject_full\";b:0;s:12:\"heading_full\";b:0;s:15:\"subject_partial\";b:0;s:15:\"heading_partial\";b:0;}s:30:\"woocommerce_price_thousand_sep\";i:1;s:29:\"woocommerce_price_decimal_sep\";i:1;s:32:\"woocommerce_price_display_suffix\";i:1;s:27:\"woocommerce_email_from_name\";i:1;s:30:\"woocommerce_email_from_address\";i:1;s:44:\"woocommerce_registration_privacy_policy_text\";i:1;s:40:\"woocommerce_checkout_privacy_policy_text\";i:1;}','yes'),(672,'_transient_wpml_admin_text_import:parse_config:ed0fcf1afbad2194f5944425e11f6f31','3551547f2cb80db929ade56dd973137c','yes'),(707,'otgs_installer_products_urls','a:1:{s:4:\"wpml\";s:52:\"https://wpmlorg.s3.amazonaws.com/wpml-bucket-95.json\";}','yes'),(734,'WPML(ST-MO)','a:1:{s:10:\"missing-mo\";a:0:{}}','yes'),(735,'WPML_Group_Keys','a:1:{i:0;s:11:\"WPML(ST-MO)\";}','yes'),(751,'_wcml_settings','a:28:{s:14:\"file_path_sync\";i:1;s:20:\"is_term_order_synced\";i:0;s:21:\"enable_multi_currency\";i:0;s:16:\"dismiss_doc_main\";i:1;s:15:\"trnsl_interface\";i:1;s:16:\"currency_options\";a:1:{s:3:\"EUR\";a:9:{s:9:\"languages\";a:2:{s:2:\"en\";i:1;s:2:\"es\";i:1;}s:4:\"rate\";i:0;s:8:\"position\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:8:\"rounding\";s:8:\"disabled\";s:18:\"rounding_increment\";i:1;s:13:\"auto_subtract\";i:0;}}s:36:\"currency_switcher_product_visibility\";i:1;s:18:\"dismiss_tm_warning\";i:0;s:20:\"dismiss_cart_warning\";i:0;s:9:\"cart_sync\";a:2:{s:11:\"lang_switch\";i:1;s:15:\"currency_switch\";i:1;}s:22:\"url_translation_set_up\";i:1;s:22:\"wc_admin_options_saved\";i:1;s:18:\"products_sync_date\";i:1;s:19:\"products_sync_order\";i:1;s:21:\"display_custom_prices\";i:0;s:15:\"sync_variations\";i:0;s:16:\"sync_product_cat\";i:0;s:16:\"sync_product_tag\";i:0;s:27:\"sync_product_shipping_class\";i:0;s:23:\"sync_taxonomies_checked\";i:1;s:6:\"set_up\";i:1;s:30:\"downloaded_translations_for_wc\";i:1;s:21:\"rewrite_rules_flashed\";i:1;s:14:\"multi_currency\";a:2:{s:6:\"set_up\";i:1;s:14:\"exchange_rates\";a:6:{s:9:\"automatic\";i:0;s:7:\"service\";s:7:\"fixerio\";s:14:\"lifting_charge\";i:0;s:8:\"schedule\";s:6:\"manual\";s:8:\"week_day\";i:1;s:9:\"month_day\";i:1;}}s:18:\"default_currencies\";a:2:{s:2:\"en\";b:0;s:2:\"es\";b:0;}s:18:\"untranstaled_terms\";a:3:{s:11:\"product_cat\";a:2:{s:5:\"count\";i:1;s:6:\"status\";i:1;}s:11:\"product_tag\";a:2:{s:5:\"count\";i:0;s:6:\"status\";i:0;}s:22:\"product_shipping_class\";a:2:{s:5:\"count\";i:0;s:6:\"status\";i:0;}}s:17:\"set_up_wizard_run\";i:1;s:20:\"set_up_wizard_splash\";i:1;}','yes'),(752,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:25:\"alejandrojm@factoryfy.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:25:\"Enhorabuena por la venta.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(753,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:25:\"alejandrojm@factoryfy.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Gracias por leerlo.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(754,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:25:\"alejandrojm@factoryfy.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:145:\"Con suerte, volverán. Lee más sobre <a href=\"https://docs.woocommerce.com/document/managing-orders/\">el diagnóstico de los pagos fallidos</a>.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(755,'woocommerce_customer_on_hold_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:41:\"Esperamos poder cumplir pronto tu pedido.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(756,'woocommerce_customer_processing_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:34:\"¡Gracias por usar {site_address}!\";s:10:\"email_type\";s:4:\"html\";}','yes'),(757,'woocommerce_customer_completed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:22:\"Gracias por tu compra.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(758,'woocommerce_customer_refunded_order_settings','a:7:{s:7:\"enabled\";s:3:\"yes\";s:12:\"subject_full\";s:0:\"\";s:15:\"subject_partial\";s:0:\"\";s:12:\"heading_full\";s:0:\"\";s:15:\"heading_partial\";s:0:\"\";s:18:\"additional_content\";s:32:\"Esperamos verte de nuevo pronto.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(759,'woocommerce_customer_invoice_settings','a:7:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:12:\"subject_paid\";s:0:\"\";s:12:\"heading_paid\";s:0:\"\";s:18:\"additional_content\";s:34:\"¡Gracias por usar {site_address}!\";s:10:\"email_type\";s:4:\"html\";s:7:\"enabled\";s:0:\"\";}','yes'),(760,'woocommerce_customer_note_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Gracias por leerlo.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(761,'woocommerce_customer_reset_password_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Gracias por leerlo.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(762,'woocommerce_customer_new_account_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:23:\"Esperamos verte pronto.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(765,'wcml_translations_upgrade_notice','a:0:{}','yes'),(766,'hide_wcml_translations_message','0','yes'),(767,'woocommerce_language_pack_version_es_ES','a:2:{i:0;s:5:\"3.8.0\";i:1;s:5:\"es_ES\";}','yes'),(776,'wcml_endpoints_context_updated','1','yes'),(778,'_wcml_version','4.7.3','yes'),(831,'elementor_custom_icon_sets_config','a:0:{}','yes'),(842,'woocommerce_tracker_ua','a:16:{i:0;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36\";i:1;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";i:2;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";i:3;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36\";i:4;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";i:5;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";i:6;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36\";i:7;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";i:8;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";i:9;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36\";i:10;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36\";i:11;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36\";i:12;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36\";i:13;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36\";i:14;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";i:15;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";}','yes'),(854,'generate_package_backgrounds','activated','yes'),(855,'generate_package_blog','activated','yes'),(856,'generate_package_colors','activated','yes'),(857,'generate_package_copyright','activated','yes'),(858,'generate_package_disable_elements','activated','yes'),(859,'generate_package_elements','activated','yes'),(860,'generate_package_menu_plus','activated','yes'),(861,'generate_package_secondary_nav','activated','yes'),(862,'generate_package_sections','activated','yes'),(863,'generate_package_site_library','activated','no'),(864,'generate_package_spacing','activated','no'),(865,'generate_package_typography','activated','no'),(866,'generate_package_woocommerce','activated','no'),(872,'generate_blog_settings','a:11:{s:7:\"masonry\";b:0;s:10:\"post_image\";b:1;s:4:\"date\";b:1;s:6:\"author\";b:1;s:10:\"categories\";b:1;s:4:\"tags\";b:1;s:8:\"comments\";b:1;s:11:\"single_date\";b:1;s:13:\"single_author\";b:1;s:17:\"single_categories\";b:1;s:11:\"single_tags\";b:1;}','yes'),(873,'generate_update_premium_typography','true','yes'),(874,'generate_update_secondary_typography','true','yes'),(907,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(910,'elementor_pro_theme_builder_conditions','a:4:{s:6:\"single\";a:2:{i:274;a:1:{i:0;s:29:\"include/singular/relacionados\";}i:249;a:1:{i:0;s:26:\"include/singular/historias\";}}s:7:\"archive\";a:0:{}s:6:\"footer\";a:1:{i:75;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:25;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(912,'icl_translation_jobs_basket','a:1:{s:16:\"target_languages\";a:0:{}}','no'),(934,'generate_settings','a:5:{s:15:\"container_width\";i:1140;s:14:\"layout_setting\";s:10:\"no-sidebar\";s:19:\"blog_layout_setting\";s:10:\"no-sidebar\";s:21:\"single_layout_setting\";s:10:\"no-sidebar\";s:16:\"background_color\";s:7:\"#ffffff\";}','yes'),(935,'generate_spacing_settings','a:32:{s:10:\"header_top\";i:0;s:12:\"header_right\";i:0;s:13:\"header_bottom\";i:0;s:11:\"header_left\";i:0;s:9:\"separator\";i:0;s:11:\"content_top\";i:0;s:13:\"content_right\";i:0;s:14:\"content_bottom\";i:0;s:12:\"content_left\";i:0;s:25:\"content_element_separator\";d:0;s:9:\"menu_item\";i:0;s:16:\"menu_item_height\";i:20;s:20:\"sub_menu_item_height\";i:0;s:14:\"sub_menu_width\";i:100;s:10:\"widget_top\";i:0;s:12:\"widget_right\";i:0;s:13:\"widget_bottom\";i:0;s:11:\"widget_left\";i:0;s:18:\"left_sidebar_width\";i:15;s:19:\"right_sidebar_width\";i:15;s:27:\"footer_widget_container_top\";i:0;s:29:\"footer_widget_container_right\";i:0;s:30:\"footer_widget_container_bottom\";i:0;s:28:\"footer_widget_container_left\";i:0;s:10:\"footer_top\";i:0;s:12:\"footer_right\";i:0;s:13:\"footer_bottom\";i:0;s:11:\"footer_left\";i:0;s:18:\"mobile_content_top\";i:0;s:20:\"mobile_content_right\";i:30;s:21:\"mobile_content_bottom\";i:0;s:19:\"mobile_content_left\";i:30;}','yes'),(975,'elementor_fonts_manager_font_types','a:0:{}','yes'),(976,'elementor_fonts_manager_fonts','a:0:{}','yes'),(977,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(978,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(979,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(983,'product_cat_children_es','a:0:{}','yes'),(985,'product_cat_children','a:0:{}','yes'),(1847,'elementor_log','a:3:{s:32:\"6f1cbcc026fb9f7e9d90b59a8bb4e172\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"39895\";s:7:\"\0*\0file\";s:95:\"http://fcm.factoryfy.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=2.7.5\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2019-11-07 12:20:16\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:43:\"n.attributes[e.name].each is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2019-11-07 12:20:16\";i:1;s:19:\"2019-11-07 12:20:22\";i:2;s:19:\"2019-12-13 08:48:47\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1573129216\";s:7:\"message\";s:43:\"n.attributes[e.name].each is not a function\";s:3:\"url\";s:95:\"http://fcm.factoryfy.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=2.7.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"39895\";}}s:32:\"5d85b0bca3e5c1a2e809642057b78fac\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"66297\";s:7:\"\0*\0file\";s:87:\"http://fcm.factoryfy.com/wp-content/plugins/elementor/assets/js/common.min.js?ver=2.7.5\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-04-21 13:40:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:43:\"Routes: `panel/editor/undefined` not found.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-04-21 13:40:37\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1587476437\";s:7:\"message\";s:43:\"Routes: `panel/editor/undefined` not found.\";s:3:\"url\";s:87:\"http://fcm.factoryfy.com/wp-content/plugins/elementor/assets/js/common.min.js?ver=2.7.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"66297\";}}s:32:\"c5d475c48d805e0cb830d0a976375544\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"131259\";s:7:\"\0*\0file\";s:87:\"http://fcm.factoryfy.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.5\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2020-05-04 08:03:38\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:52:\"Cannot read property \\'menu\\' of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-05-04 08:03:38\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1588579418\";s:7:\"message\";s:42:\"Cannot read property \\\'menu\\\' of undefined\";s:3:\"url\";s:87:\"http://fcm.factoryfy.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.5\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"131259\";}}}','no'),(1938,'_elementor_pro_editor_activate_license_notice_dismissed','1588662693','yes'),(1983,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.4.1.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.4.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.4.1.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.4.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.3.3.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.3.3.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.3\";s:7:\"version\";s:5:\"5.3.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.6.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.6.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.6\";s:7:\"version\";s:5:\"5.2.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1588656813;s:15:\"version_checked\";s:5:\"5.2.4\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-11-17 18:21:18\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.4/es_ES.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(1986,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1588656824;s:7:\"checked\";a:2:{s:13:\"generatepress\";s:5:\"2.3.2\";s:19:\"generatepress_child\";s:3:\"0.1\";}s:8:\"response\";a:1:{s:13:\"generatepress\";a:6:{s:5:\"theme\";s:13:\"generatepress\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/generatepress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/generatepress.2.4.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(1992,'duplicate_post_copytitle','1','yes'),(1993,'duplicate_post_copydate','','yes'),(1994,'duplicate_post_copystatus','','yes'),(1995,'duplicate_post_copyslug','','yes'),(1996,'duplicate_post_copyexcerpt','1','yes'),(1997,'duplicate_post_copycontent','1','yes'),(1998,'duplicate_post_copythumbnail','1','yes'),(1999,'duplicate_post_copytemplate','1','yes'),(2000,'duplicate_post_copyformat','1','yes'),(2001,'duplicate_post_copyauthor','','yes'),(2002,'duplicate_post_copypassword','','yes'),(2003,'duplicate_post_copyattachments','','yes'),(2004,'duplicate_post_copychildren','','yes'),(2005,'duplicate_post_copycomments','','yes'),(2006,'duplicate_post_copymenuorder','1','yes'),(2007,'duplicate_post_taxonomies_blacklist','','yes'),(2008,'duplicate_post_blacklist','','yes'),(2009,'duplicate_post_types_enabled','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:12:\"relacionados\";}','yes'),(2010,'duplicate_post_show_row','1','yes'),(2011,'duplicate_post_show_adminbar','1','yes'),(2012,'duplicate_post_show_submitbox','1','yes'),(2013,'duplicate_post_show_bulkactions','1','yes'),(2014,'duplicate_post_version','3.2.3','yes'),(2015,'duplicate_post_show_notice','0','no'),(3044,'nav_menu_children_en','a:0:{}','yes'),(3045,'nav_menu_children_es','a:0:{}','yes'),(3046,'nav_menu_children_all','a:0:{}','yes'),(3061,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(3320,'jet-tabs-db-version','2.0.5','yes'),(3411,'_elementor_global_css','a:5:{s:4:\"time\";i:1575274176;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:4;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(4234,'wpml_strings_need_links_fixed','a:10:{i:0;i:24975;i:1;i:24976;i:2;i:24977;i:3;i:24978;i:4;i:24979;i:5;i:24980;i:6;i:24981;i:7;i:24982;i:8;i:24983;i:9;i:24984;}','yes'),(5043,'elementor_library_category_children','a:0:{}','yes'),(8195,'jet-license-data','a:1:{s:12:\"license-list\";a:1:{s:32:\"0c308b10c581b45447b91c1366903924\";a:3:{s:13:\"licenseStatus\";s:6:\"active\";s:10:\"licenseKey\";s:32:\"0c308b10c581b45447b91c1366903924\";s:14:\"licenseDetails\";a:7:{s:7:\"license\";s:32:\"0c308b10c581b45447b91c1366903924\";s:4:\"type\";s:10:\"crocoblock\";s:12:\"product_name\";s:51:\"Crocoblock Membership E-Commerce Unlimited Websites\";s:6:\"expire\";s:19:\"2020-09-24 23:59:59\";s:16:\"activation_limit\";i:0;s:7:\"plugins\";a:15:{s:29:\"jet-elements/jet-elements.php\";a:8:{s:4:\"name\";s:11:\"JetElements\";s:4:\"slug\";s:29:\"jet-elements/jet-elements.php\";s:7:\"version\";s:5:\"2.2.6\";s:5:\"thumb\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo/jetelements.svg\";s:9:\"thumb_alt\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetelements.svg\";s:4:\"docs\";s:68:\"https://crocoblock.com/knowledge-base/article-category/jet-elements/\";s:4:\"demo\";s:43:\"https://crocoblock.com/plugins/jetelements/\";s:4:\"desc\";s:64:\"Provides the set of widgets to create different kinds of content\";}s:21:\"jet-tabs/jet-tabs.php\";a:8:{s:4:\"name\";s:7:\"JetTabs\";s:4:\"slug\";s:21:\"jet-tabs/jet-tabs.php\";s:7:\"version\";s:5:\"2.1.1\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jettabs.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettabs.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-tabs/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jettabs/\";s:4:\"desc\";s:46:\"Tabs and Accordions for Elementor Page Builder\";}s:27:\"jet-reviews/jet-reviews.php\";a:8:{s:4:\"name\";s:10:\"JetReviews\";s:4:\"slug\";s:27:\"jet-reviews/jet-reviews.php\";s:7:\"version\";s:5:\"1.3.0\";s:5:\"thumb\";s:74:\"https://account.crocoblock.com/free-download/images/jetlogo/jetreviews.svg\";s:9:\"thumb_alt\";s:78:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetreviews.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jetreviews/\";s:4:\"demo\";s:42:\"https://crocoblock.com/plugins/jetreviews/\";s:4:\"desc\";s:41:\"Reviews Widget for Elementor Page Builder\";}s:21:\"jet-menu/jet-menu.php\";a:8:{s:4:\"name\";s:7:\"JetMenu\";s:4:\"slug\";s:21:\"jet-menu/jet-menu.php\";s:7:\"version\";s:6:\"1.5.15\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetmenu.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetmenu.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-menu/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetmenu/\";s:4:\"desc\";s:41:\"A top-notch mega menu addon for Elementor\";}s:21:\"jet-blog/jet-blog.php\";a:8:{s:4:\"name\";s:7:\"JetBlog\";s:4:\"slug\";s:21:\"jet-blog/jet-blog.php\";s:7:\"version\";s:5:\"2.2.1\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblog.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblog.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-blog/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetblog/\";s:4:\"desc\";s:43:\"Blogging Package for Elementor Page Builder\";}s:25:\"jet-blocks/jet-blocks.php\";a:8:{s:4:\"name\";s:9:\"JetBlocks\";s:4:\"slug\";s:25:\"jet-blocks/jet-blocks.php\";s:7:\"version\";s:5:\"1.2.0\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblocks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblocks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jetblocks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetblocks/\";s:4:\"desc\";s:64:\" Lots of widgets needed for creating unique headers and footers\";}s:25:\"jet-tricks/jet-tricks.php\";a:8:{s:4:\"name\";s:9:\"JetTricks\";s:4:\"slug\";s:25:\"jet-tricks/jet-tricks.php\";s:7:\"version\";s:5:\"1.2.6\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jettricks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettricks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jettricks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jettricks/\";s:4:\"desc\";s:28:\"Visual effects for Elementor\";}s:39:\"jet-smart-filters/jet-smart-filters.php\";a:8:{s:4:\"name\";s:15:\"JetSmartFilters\";s:4:\"slug\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:7:\"version\";s:5:\"1.6.1\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsmartfilters.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsmartfilters.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetsmartfilters/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetsmartfilters/\";s:4:\"desc\";s:34:\"Advanced filters for any post type\";}s:23:\"jet-popup/jet-popup.php\";a:8:{s:4:\"name\";s:8:\"JetPopup\";s:4:\"slug\";s:23:\"jet-popup/jet-popup.php\";s:7:\"version\";s:5:\"1.3.0\";s:5:\"thumb\";s:72:\"https://account.crocoblock.com/free-download/images/jetlogo/jetpopup.svg\";s:9:\"thumb_alt\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetpopup.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jet-popup/\";s:4:\"demo\";s:40:\"https://crocoblock.com/plugins/jetpopup/\";s:4:\"desc\";s:35:\"Stylish Popup builder for Elementor\";}s:25:\"jet-search/jet-search.php\";a:8:{s:4:\"name\";s:9:\"JetSearch\";s:4:\"slug\";s:25:\"jet-search/jet-search.php\";s:7:\"version\";s:5:\"2.1.1\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsearch.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsearch.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jet-search/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetsearch/\";s:4:\"desc\";s:37:\"The fastest AJAX search for Elementor\";}s:35:\"jet-woo-builder/jet-woo-builder.php\";a:8:{s:4:\"name\";s:13:\"JetWooBuilder\";s:4:\"slug\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoobuilder.svg\";s:9:\"thumb_alt\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetwoobuilder.svg\";s:4:\"docs\";s:69:\"https://crocoblock.com/knowledge-base/article-category/jetwoobuilder/\";s:4:\"demo\";s:45:\"https://crocoblock.com/plugins/jetwoobuilder/\";s:4:\"desc\";s:36:\"Everything for WooCommerce&Elementor\";}s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";a:8:{s:4:\"name\";s:17:\"JetProductGallery\";s:4:\"slug\";s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";s:7:\"version\";s:5:\"1.1.1\";s:5:\"thumb\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo/jetproductgallery.svg\";s:9:\"thumb_alt\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetproductgallery.svg\";s:4:\"docs\";s:73:\"https://crocoblock.com/knowledge-base/article-category/jetproductgallery/\";s:4:\"demo\";s:49:\"https://crocoblock.com/plugins/jetproductgallery/\";s:4:\"desc\";s:34:\"Top-notch Elementor gallery plugin\";}s:31:\"jet-compare-wishlist/jet-cw.php\";a:8:{s:4:\"name\";s:19:\"JetCompare&Wishlist\";s:4:\"slug\";s:31:\"jet-compare-wishlist/jet-cw.php\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"thumb\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoocomparewishlist.svg\";s:9:\"thumb_alt\";s:86:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetcomparewishlist.svg\";s:4:\"docs\";s:74:\"https://crocoblock.com/knowledge-base/article-category/jetcomparewishlist/\";s:4:\"demo\";s:50:\"https://crocoblock.com/plugins/jetcomparewishlist/\";s:4:\"desc\";s:27:\"Must-have for online stores\";}s:39:\"jet-style-manager/jet-style-manager.php\";a:8:{s:4:\"name\";s:15:\"JetStyleManager\";s:4:\"slug\";s:39:\"jet-style-manager/jet-style-manager.php\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetstylemanager.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetstylemanager.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetstylemanager/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetstylemanager/\";s:4:\"desc\";s:36:\"Manage Elementor page style settings\";}s:33:\"jet-theme-core/jet-theme-core.php\";a:8:{s:4:\"name\";s:12:\"JetThemeCore\";s:4:\"slug\";s:33:\"jet-theme-core/jet-theme-core.php\";s:7:\"version\";s:6:\"1.1.17\";s:5:\"thumb\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo/jetthemecore.svg\";s:9:\"thumb_alt\";s:80:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetthemecore.svg\";s:4:\"docs\";s:67:\"https://crocoblock.com/knowledge-base/article-category/theme-parts/\";s:4:\"demo\";s:44:\"https://crocoblock.com/plugins/jetthemecore/\";s:4:\"desc\";s:40:\"Create any website from ready-made pages\";}}s:5:\"sites\";a:52:{i:0;s:18:\"tau.factoryfy.com/\";i:1;s:19:\"localhost/generate/\";i:2;s:18:\"bru.factoryfy.com/\";i:3;s:18:\"gh2.factoryfy.com/\";i:4;s:19:\"proa.factoryfy.com/\";i:5;s:19:\"arka.factoryfy.com/\";i:6;s:20:\"perfe.factoryfy.com/\";i:7;s:20:\"caret.factoryfy.com/\";i:8;s:17:\"j2.factoryfy.com/\";i:9;s:20:\"ecoin.factoryfy.com/\";i:10;s:21:\"tuktuk.factoryfy.com/\";i:11;s:21:\"eleven.factoryfy.com/\";i:12;s:26:\"naturadent2.factoryfy.com/\";i:13;s:21:\"veilla.factoryfy.com/\";i:14;s:23:\"chamorro.factoryfy.com/\";i:15;s:20:\"meren.factoryfy.com/\";i:16;s:20:\"trial.factoryfy.com/\";i:17;s:22:\"soriano.factoryfy.com/\";i:18;s:21:\"kredit.factoryfy.com/\";i:19;s:20:\"gesfi.factoryfy.com/\";i:20;s:20:\"arbol.factoryfy.com/\";i:21;s:22:\"welding.factoryfy.com/\";i:22;s:19:\"sano.factoryfy.com/\";i:23;s:26:\"estudiodentalescalante.es/\";i:24;s:14:\"veillamoda.es/\";i:25;s:22:\"alegria.factoryfy.com/\";i:26;s:12:\"akerton.com/\";i:27;s:18:\"vai.factoryfy.com/\";i:28;s:19:\"juandormitorio.com/\";i:29;s:23:\"www.memcomplementos.es/\";i:30;s:21:\"esther.factoryfy.com/\";i:31;s:22:\"tecinfo.factoryfy.com/\";i:32;s:21:\"strict.factoryfy.com/\";i:33;s:19:\"llei.factoryfy.com/\";i:34;s:20:\"ibizasostenible.com/\";i:35;s:23:\"barceapp.factoryfy.com/\";i:36;s:19:\"blue.factoryfy.com/\";i:37;s:19:\"vive.factoryfy.com/\";i:38;s:22:\"fontana.factoryfy.com/\";i:39;s:19:\"mome.factoryfy.com/\";i:40;s:18:\"oca.factoryfy.com/\";i:41;s:19:\"vcgh.factoryfy.com/\";i:42;s:23:\"sapphire.factoryfy.com/\";i:43;s:25:\"www.cateringsantllei.com/\";i:44;s:21:\"sergio.factoryfy.com/\";i:45;s:21:\"globa1.factoryfy.com/\";i:46;s:20:\"letra.factoryfy.com/\";i:47;s:19:\"batu.factoryfy.com/\";i:48;s:19:\"cuarentagrados.com/\";i:49;s:27:\"dev.cofradiaestudiantes.es/\";i:50;s:20:\"seven.factoryfy.com/\";i:51;s:18:\"fcm.factoryfy.com/\";}}}}}','yes'),(8218,'jet_is_modify_tm_license_data','true','yes'),(8241,'cherry_customiser_fonts_standard','a:17:{i:0;a:5:{s:4:\"kind\";s:27:\"standartfonts#standartfonts\";s:6:\"family\";s:16:\"Arial, Helvetica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:1;a:5:{s:4:\"kind\";s:27:\"standartfonts#standartfonts\";s:6:\"family\";s:19:\"Arial Black, Gadget\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:2;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:17:\"Bookman Old Style\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:3;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:13:\"Comic Sans MS\";s:8:\"category\";s:7:\"cursive\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:4;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:7:\"Courier\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:5;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:8:\"Garamond\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:6;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:7:\"Georgia\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:7;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:16:\"Impact, Charcoal\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:8;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:22:\"Lucida Console, Monaco\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:9;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:34:\"Lucida Sans Unicode, Lucida Grande\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:10;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:21:\"MS Sans Serif, Geneva\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:11;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:18:\"MS Serif, New York\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:12;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:41:\"Palatino Linotype, Book Antiqua, Palatino\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:13;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:14:\"Tahoma, Geneva\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:14;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:22:\"Times New Roman, Times\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:15;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:23:\"Trebuchet MS, Helvetica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}i:16;a:5:{s:4:\"kind\";s:26:\"standartfonts#standartfont\";s:6:\"family\";s:15:\"Verdana, Geneva\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}}','yes'),(8244,'cherry_customiser_fonts_google','a:809:{i:0;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"ABeeZee\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-09-29\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/abeezee/v9/mE5BOuZKGln_Ex0uYKpIaw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/abeezee/v9/kpplLynmYgP0YtlJA3atRw.ttf\";}}i:1;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Abel\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-09-29\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/abel/v6/RpUKfqNxoyNe_ka23bzQ2A.ttf\";}}i:2;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"sinhala\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-10-06\";s:5:\"files\";a:5:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf\";i:800;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf\";}}i:3;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:4;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Aclonica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/aclonica/v6/M6pHZMPwK3DiBSlo3jwAKQ.ttf\";}}i:5;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Acme\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/acme/v5/-J6XNtAHPZBEbsifCdBt-g.ttf\";}}i:6;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Actor\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/actor/v6/ugMf40CrRK6Jf6Yz_xNSmQ.ttf\";}}i:7;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Adamina\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/adamina/v8/RUQfOodOMiVVYqFZcSlT9w.ttf\";}}i:8;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Advent Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:7:{i:100;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf\";i:200;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:9;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/aguafinascript/v5/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf\";}}i:10;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Akronim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/akronim/v5/qA0L2CSArk3tuOWE1AR1DA.ttf\";}}i:11;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Aladin\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aladin/v5/PyuJ5cVHkduO0j5fAMKvAA.ttf\";}}i:12;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Aldrich\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/aldrich/v6/kMMW1S56gFx7RP_mW1g-Eg.ttf\";}}i:13;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Alef\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/alef/v6/ENvZ_P0HBDQxNZYCQO0lUA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/alef/v6/VDgZJhEwudtOzOFQpZ8MEA.ttf\";}}i:14;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Alegreya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/alegreya/v7/62J3atXd6bvMU4qO_ca-eA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/alegreya/v7/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/alegreya/v7/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf\";}}i:15;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf\";}}i:16;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:14:{i:100;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf\";i:300;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf\";i:800;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf\";i:900;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf\";s:9:\"900italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf\";}}i:17;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:14:{i:100;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf\";s:9:\"100italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf\";i:300;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf\";i:500;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf\";i:800;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf\";i:900;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf\";}}i:18;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Alex Brush\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/alexbrush/v6/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:19;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/alfaslabone/v5/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:20;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Alice\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/alice/v7/wZTAfivekBqIg-rk63nFvQ.ttf\";}}i:21;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Alike\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/alike/v8/Ho8YpRKNk_202fwDiGNIyw.ttf\";}}i:22;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alike Angular\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alikeangular/v6/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf\";}}i:23;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Allan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/allan/v7/T3lemhgZmLQkQI2Qc2bQHA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/allan/v7/zSxQiwo7wgnr7KkMXhSiag.ttf\";}}i:24;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Allerta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/allerta/v7/s9FOEuiJFTNbMe06ifzV8g.ttf\";}}i:25;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf\";}}i:26;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Allura\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/allura/v4/4hcqgZanyuJ2gMYWffIR6A.ttf\";}}i:27;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Almendra\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/almendra/v8/PDpbB-ZF7deXAAEYPkQOeg.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/almendra/v8/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:28;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Almendra Display\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/almendradisplay/v6/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf\";}}i:29;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Almendra SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/almendrasc/v6/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:30;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Amarante\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amarante/v4/2dQHjIBWSpydit5zkJZnOw.ttf\";}}i:31;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Amaranth\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amaranth/v6/7VcBog22JBHsHXHdnnycTA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/amaranth/v6/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:32;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Amatic SC\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amaticsc/v8/MldbRWLFytvqxU1y81xSVg.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/amaticsc/v8/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:33;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Amatica SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/amaticasc/v1/f9SWSy9DLsJV2etvm5rwGPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5TgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:34;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Amethysta\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/amethysta/v4/1jEo9tOFIJDolAUpBnWbnA.ttf\";}}i:35;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amiko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amiko/v1/A7bjc3cOLJtGgpPGnxyHsw.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/amiko/v1/BaZst4RZ4sDyD3mH-BfVaA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/amiko/v1/6syx43mQ07VvOmpFc0G9Lg.ttf\";}}i:36;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amiri\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/ATARrPmSew75SlpOw2YABQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/3t1yTQlLUXBw8htrqlXBrw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/amiri/v7/WQsR_moz-FNqVwGYgptqiA.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/amiri/v7/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:37;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amita\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amita/v1/RhdhGBXSJqkHo6g7miTEcQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/amita/v1/cIYA2Lzp7l2pcGsqpUidBg.ttf\";}}i:38;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Anaheim\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/anaheim/v4/t-z8aXHMpgI2gjN_rIflKA.ttf\";}}i:39;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Andada\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/andada/v7/rSFaDqNNQBRw3y19MB5Y4w.ttf\";}}i:40;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Andika\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/andika/v7/oe-ag1G0lcqZ3IXfeEgaGg.ttf\";}}i:41;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Angkor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/angkor/v8/DLpLgIS-8F10ecwKqCm95Q.ttf\";}}i:42;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/annieuseyourtelescope/v6/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf\";}}i:43;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf\";}}i:44;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Antic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/antic/v7/hEa8XCNM7tXGzD0Uk0AipA.ttf\";}}i:45;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Antic Didone\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/anticdidone/v4/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:46;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Antic Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/anticslab/v4/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:47;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Anton\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/anton/v7/XIbCenm-W0IRHWYIh7CGUQ.ttf\";}}i:48;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Arapey\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/arapey/v5/dqu823lrSYn8T2gApTdslA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/arapey/v5/pY-Xi5JNBpaWxy2tZhEm5A.ttf\";}}i:49;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Arbutus\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/arbutus/v5/Go_hurxoUsn5MnqNVQgodQ.ttf\";}}i:50;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/arbutusslab/v4/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:51;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/architectsdaughter/v6/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf\";}}i:52;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Archivo Black\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf\";}}i:53;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf\";}}i:54;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/arefruqaa/v1/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/arefruqaa/v1/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:55;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-08-22\";s:5:\"files\";a:8:{i:100;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf\";i:200;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf\";i:300;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf\";i:800;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf\";i:900;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf\";}}i:56;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Arimo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:6:\"hebrew\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:5:\"latin\";i:6;s:9:\"greek-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/Gpeo80g-5ji2CcyXWnzh7g.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/_OdGbnX2-qQ96C4OjhyuPw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/arimo/v9/ZItXugREyvV9LnbY_gxAmw.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/arimo/v9/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf\";}}i:57;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Arizonia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/arizonia/v6/yzJqkHZqryZBTM7RKYV9Wg.ttf\";}}i:58;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Armata\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/armata/v6/1H8FwGgIRrbYtxSfXhOHlQ.ttf\";}}i:59;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Artifika\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/artifika/v6/Ekfp4H4QG7D-WsABDOyj8g.ttf\";}}i:60;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Arvo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/vvWPwz-PlZEwjOOIKqoZzA.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/id5a4BCjbenl5Gkqonw_Rw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/arvo/v9/OB3FDST7U38u3OjPK_vvRQ.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/Hvl2MuWoXLaCy2v6MD4Yvw.ttf\";}}i:61;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Arya\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/arya/v1/xEVqtU3v8QLospHKpDaYEw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/arya/v1/N13tgOvG7VTXawiI-fJiQA.ttf\";}}i:62;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asap\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asap/v4/2lf-1MDR8tsTpEtvJmr2hA.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/asap/v4/mwxNHf8QS8gNWCAMwkJNIg.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/asap/v4/o5RUA7SsJ80M8oDFBnrDbg.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/asap/v4/_rZz9y2oXc09jT5T6BexLQ.ttf\";}}i:63;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asar/v2/mSmn3H5CcMA84CZ586X7WQ.ttf\";}}i:64;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Asset\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/asset/v6/hfPmqY-JzuR1lULlQf9iTg.ttf\";}}i:65;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Assistant\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:87:\"http://fonts.gstatic.com/s/assistant/v1/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/assistant/v1/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/assistant/v1/2iDwv6DBtyixlK5YHngp1w.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/assistant/v1/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/assistant/v1/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:87:\"http://fonts.gstatic.com/s/assistant/v1/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:66;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Astloch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/astloch/v6/fmbitVmHYLQP7MGPuFgpag.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/astloch/v6/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:67;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asul\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asul/v5/9qpsNR_OOwyOYyo2N0IbBw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/asul/v5/uO8uNmxaq87-DdPmkEg5Gg.ttf\";}}i:68;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Athiti\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:63:\"http://fonts.gstatic.com/s/athiti/v1/Ge5skdKwzxRPajVLdOJuIg.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/athiti/v1/OoT7lj4AaSp1JpGJLKn3CA.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/athiti/v1/e7eiIKP18Iz9Kg1xat6AYw.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/athiti/v1/W3pP-ANXfsMOVOG-cqqMFw.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/athiti/v1/kYx3dtUYNEuUlzWczYzsmQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/athiti/v1/tyXFOxQyZGXfqHhtqSikdw.ttf\";}}i:69;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Atma\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:7:\"bengali\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/atma/v1/noxn2r6cT3JgmEDt6Ip5pQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/atma/v1/dkXPrLoE_uqcgUFj4JdfRQ.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/atma/v1/Htksg3ZXeAEbSvUdTQX-uw.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/atma/v1/EGUwD65ZZn9IIHp5Y36b4A.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/atma/v1/-fkXl3wADUHjobbwO9d-Wg.ttf\";}}i:70;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Atomic Age\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/atomicage/v7/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:71;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Aubrey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aubrey/v8/zo9w8klO8bmOQIMajQ2aTA.ttf\";}}i:72;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Audiowide\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/audiowide/v4/yGcwRZB6VmoYhPUYT-mEow.ttf\";}}i:73;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Autour One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/autourone/v5/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:74;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Average\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/average/v4/aHUibBqdDbVYl5FM48pxyQ.ttf\";}}i:75;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Average Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/averagesans/v4/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:76;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/averiagruesalibre/v4/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf\";}}i:77;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Averia Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:6:{i:300;s:89:\"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:78;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:300;s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf\";s:9:\"300italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf\";i:700;s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf\";s:9:\"700italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf\";}}i:79;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:300;s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf\";}}i:80;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bad Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/badscript/v5/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:81;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Baloo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/baloo/v1/uFkbq9GEAWUcT0XNeptJ1Q.ttf\";}}i:82;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Baloo Bhai\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/baloobhai/v1/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:83;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Baloo Bhaina\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"oriya\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/baloobhaina/v1/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:84;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Baloo Chettan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:9:\"malayalam\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/baloochettan/v1/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf\";}}i:85;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Baloo Da\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:7:\"bengali\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/balooda/v1/RAJ0l2eJl_HDURCVxRE1iQ.ttf\";}}i:86;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Baloo Paaji\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:8:\"gurmukhi\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/baloopaaji/v1/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf\";}}i:87;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Baloo Tamma\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";i:3;s:7:\"kannada\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/balootamma/v1/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:88;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Baloo Thambi\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/baloothambi/v1/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:89;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Balthazar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/balthazar/v5/WgbaSIs6dJAGXJ0qbz2xlw.ttf\";}}i:90;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bangers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bangers/v8/WAffdge5w99Xif-DLeqmcA.ttf\";}}i:91;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Basic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/basic/v6/hNII2mS5Dxw5C0u_m3mXgA.ttf\";}}i:92;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Battambang\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/battambang/v9/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/battambang/v9/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:93;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Baumans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/baumans/v5/o0bFdPW1H5kd5saqqOcoVg.ttf\";}}i:94;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bayon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bayon/v8/yTubusjTnpNRZwA4_50iVw.ttf\";}}i:95;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Belgrano\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/belgrano/v6/iq8DUa2s7g6WRCeMiFrmtQ.ttf\";}}i:96;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Belleza\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/belleza/v4/wchA3BWJlVqvIcSeNZyXew.ttf\";}}i:97;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"BenchNine\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/benchnine/v4/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/benchnine/v4/h3OAlYqU3aOeNkuXgH2Q2w.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/benchnine/v4/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:98;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bentham\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bentham/v6/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf\";}}i:99;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/berkshireswash/v4/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf\";}}i:100;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bevan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bevan/v7/Rtg3zDsCeQiaJ_Qno22OJA.ttf\";}}i:101;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/bigelowrules/v4/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:102;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Bigshot One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bigshotone/v6/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:103;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bilbo\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bilbo/v6/-ty-lPs5H7OIucWbnpFrkA.ttf\";}}i:104;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/bilboswashcaps/v7/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf\";}}i:105;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"BioRhyme\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:200;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/biorhyme/v1/n6v5UkVPy_CjbP3fvsu1CA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:106;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:200;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf\";i:300;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf\";i:800;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf\";}}i:107;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Biryani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:85:\"http://fonts.gstatic.com/s/biryani/v1/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/biryani/v1/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/biryani/v1/W7bfR8-IY76Xz0QoB8L2xw.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/biryani/v1/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/biryani/v1/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/biryani/v1/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/biryani/v1/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:108;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bitter\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-10-20\";s:5:\"files\";a:3:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bitter/v10/w_BNdJvVZDRmqy5aSfB2kQ.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/bitter/v10/TC0FZEVzXQIGgzmRfKPZbA.ttf\";i:700;s:64:\"http://fonts.gstatic.com/s/bitter/v10/4dUtr_4BvHuoRU35suyOAg.ttf\";}}i:109;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Black Ops One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/blackopsone/v7/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:110;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bokor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bokor/v8/uAKdo0A85WW23Gs6mcbw7A.ttf\";}}i:111;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bonbon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/bonbon/v7/IW3u1yzG1knyW5oz0s9_6Q.ttf\";}}i:112;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Boogaloo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/boogaloo/v6/4Wu1tvFMoB80fSu8qLgQfQ.ttf\";}}i:113;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bowlby One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/bowlbyone/v7/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:114;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/bowlbyonesc/v8/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf\";}}i:115;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Brawler\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/brawler/v6/3gfSw6imxQnQxweVITqUrg.ttf\";}}i:116;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bree Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/breeserif/v5/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:117;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf\";}}i:118;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Bubbler One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bubblerone/v4/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:119;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Buda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{i:300;s:61:\"http://fonts.gstatic.com/s/buda/v6/hLtAmNUmEMJH2yx7NGUjnA.ttf\";}}i:120;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Buenard\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/buenard/v7/NSpMPGKAUgrLrlstYVvIXQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/buenard/v7/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:121;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bungee\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/bungee/v2/0jM4G9s968t1_tpwzM9UDg.ttf\";}}i:122;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/bungeehairline/v2/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf\";}}i:123;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/bungeeinline/v2/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:124;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/bungeeoutline/v2/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf\";}}i:125;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/bungeeshade/v2/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:126;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Butcherman\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/butcherman/v7/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:127;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/butterflykids/v4/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf\";}}i:128;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cabin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:8:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cabin/v9/XeuAFYo2xAPHxZGBbQtHhA.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/cabin/v9/0tJ9k3DI5xC4GBgs1E_Jxw.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/cabin/v9/HgsCQ-k3_Z_uQ86aFolNBg.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/cabin/v9/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/cabin/v9/eUDAvKhBtmTCkeVBsFk34A.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/cabin/v9/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/cabin/v9/4EKhProuY1hq_WCAomq9Dg.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/cabin/v9/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:129;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v8/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf\";i:500;s:92:\"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf\";i:600;s:92:\"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf\";}}i:130;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cabinsketch/v9/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/cabinsketch/v9/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf\";}}i:131;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/caesardressing/v5/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf\";}}i:132;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Cagliostro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cagliostro/v5/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:133;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cairo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:62:\"http://fonts.gstatic.com/s/cairo/v1/9BU6Hrio9syG9zwo_CNPXg.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/cairo/v1/mpy3SIEJVOIfFnVLujcRDg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cairo/v1/-tPnHq7mmAjcjJRSjsuZGA.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/cairo/v1/Ct_3a0tcTEyNNSnuZKDd7g.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/cairo/v1/ONxTSBYfmg-V5CkIwS_5gQ.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/cairo/v1/Fm-hIVCp5OI5mO4Ec71jcw.ttf\";}}i:134;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/calligraffitti/v7/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf\";}}i:135;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cambay\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/etU9Bab4VuhzS-OKsb1VXg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/ZEz9yNqpEOgejaw1rBhugQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cambay/v1/jw9niBxa04eEhnSwTWCEgw.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cambay/v1/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:136;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cambo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cambo/v5/PnwpRuTdkYCf8qk4ajmNRA.ttf\";}}i:137;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Candal\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/candal/v6/x44dDW28zK7GR1gGDBmj9g.ttf\";}}i:138;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Cantarell\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/cantarell/v6/p5ydP_uWQ5lsFzcP_XVMEw.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/cantarell/v6/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:139;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cantata One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cantataone/v6/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:140;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cantora One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cantoraone/v5/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:141;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Capriola\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/capriola/v4/JxXPlkdzWwF9Cwelbvi9jA.ttf\";}}i:142;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cardo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"greek-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/jbkF2_R0FKUEZTq5dwSknQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/pcv4Np9tUkq0YREYUcEEJQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/cardo/v8/lQN30weILimrKvp8rZhF1w.ttf\";}}i:143;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Carme\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/carme/v7/08E0NP1eRBEyFRUadmMfgA.ttf\";}}i:144;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/carroisgothic/v5/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf\";}}i:145;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/carroisgothicsc/v5/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf\";}}i:146;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Carter One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/carterone/v8/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:147;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Catamaran\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:9:{i:100;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/catamaran/v1/MdNkM-DU8f6R-25Nxpr_XA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf\";}}i:148;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Caudex\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"greek-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/PWEexiHLDmQbn2b1OPZWfg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/XjMZF6XCisvV3qapD4oJdw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/caudex/v6/PetCI4GyQ5Q3LiOzUu_mMg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/caudex/v6/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:149;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Caveat\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/caveat/v2/8I23b6N-6rRVbh-C_Vx3yA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/caveat/v2/LkaFtQENGJry2eUMwGRTeA.ttf\";}}i:150;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/caveatbrush/v2/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:151;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf\";}}i:152;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ceviche One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cevicheone/v7/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:153;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Changa\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:7:{i:200;s:63:\"http://fonts.gstatic.com/s/changa/v2/QNWVD9FzsnhVmHzE7HryDQ.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/changa/v2/OKZ0H1bMg3M9EZMVzgQ9fg.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/changa/v2/7_e8qktkj6uKM0DamZJY9Q.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/changa/v2/KrXcHYf9ILB8aFWCj0Vfxg.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/changa/v2/6uCpqxwcsYkfV0M8Ls6WPA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/changa/v2/vAXzeaPkdpxlejFN7h0ibw.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/changa/v2/H3IsiH2Fx0Pc4_OU4HSpng.ttf\";}}i:154;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Changa One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/changaone/v9/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/changaone/v9/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:155;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chango\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chango/v5/3W3AeMMtRTH08t5qLOjBmg.ttf\";}}i:156;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Chathura\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:100;s:86:\"http://fonts.gstatic.com/s/chathura/v1/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/chathura/v1/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chathura/v1/7hRNO-_zjRopkcP2n1rr8g.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/chathura/v1/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/chathura/v1/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf\";}}i:157;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v5/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v5/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf\";}}i:158;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Chela One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chelaone/v5/h5O0dEnpnIq6jQnWxZybrA.ttf\";}}i:159;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/chelseamarket/v4/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf\";}}i:160;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chenla\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chenla/v9/aLNpdAUDq2MZbWz2U1a16g.ttf\";}}i:161;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/cherrycreamsoda/v6/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf\";}}i:162;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cherryswash/v4/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/cherryswash/v4/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf\";}}i:163;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Chewy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/chewy/v7/hcDN5cvQdIu6Bx4mg_TSyw.ttf\";}}i:164;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chicle\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chicle/v5/xg4q57Ut9ZmyFwLp51JLgg.ttf\";}}i:165;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Chivo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/chivo/v7/L88PEuzS9eRfHRZhAPhZyw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/chivo/v7/Oe3-Q-a2kBzPnhHck_baMg.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/chivo/v7/JAdkiWd46QCW4vOsj3dzTA.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/chivo/v7/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:166;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Chonburi\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chonburi/v1/jd9PfbW0x_8Myt_XeUxvSQ.ttf\";}}i:167;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cinzel\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cinzel/v4/GF7dy_Nc-a6EaHYSyGd-EA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cinzel/v4/nYcFQ6_3pf_6YDrOFjBR8Q.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/cinzel/v4/FTBj72ozM2cEOSxiVsRb3A.ttf\";}}i:168;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf\";i:900;s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf\";}}i:169;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Clicker Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/clickerscript/v4/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:170;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Coda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/coda/v11/yHDvulhg-P-p2KRgRrnUYw.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/coda/v11/6ZIw0sbALY0KTMWllZB3hQ.ttf\";}}i:171;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Coda Caption\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{i:800;s:89:\"http://fonts.gstatic.com/s/codacaption/v9/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf\";}}i:172;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Codystar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{i:300;s:86:\"http://fonts.gstatic.com/s/codystar/v4/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/codystar/v4/EN-CPFKYowSI7SuR7-0cZA.ttf\";}}i:173;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Coiny\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/coiny/v1/B-pC9lRxssd2RDK37Rdekw.ttf\";}}i:174;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Combo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/combo/v5/Nab98KjR3JZSSPGtzLyXNw.ttf\";}}i:175;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Comfortaa\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/comfortaa/v7/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/comfortaa/v7/lZx6C1VViPgSOhCBUP7hXA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:176;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Coming Soon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/comingsoon/v6/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:177;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Concert One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/concertone/v7/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:178;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Condiment\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/condiment/v4/CstmdiPpgFSV0FUNL5LrJA.ttf\";}}i:179;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Content\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/content/v8/l8qaLjygvOkDEU2G6-cjfQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/content/v8/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:180;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Contrail One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/contrailone/v6/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:181;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Convergence\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/convergence/v5/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:182;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cookie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cookie/v7/HxeUC62y_YdDbiFlze357A.ttf\";}}i:183;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Copse\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/copse/v6/wikLrtPGjZDvZ5w2i5HLWg.ttf\";}}i:184;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Corben\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/corben/v9/tTysMZkt-j8Y5yhkgsoajQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/corben/v9/lirJaFSQWdGQuV--fksg5g.ttf\";}}i:185;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Cormorant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:10:{i:300;s:87:\"http://fonts.gstatic.com/s/cormorant/v1/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/cormorant/v1/9vWr5LgrNEgvhv1P3z9uuQ.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v1/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/cormorant/v1/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"500italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/cormorant/v1/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/cormorant/v1/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:186;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:10:{i:300;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf\";s:9:\"300italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf\";i:500;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf\";s:9:\"500italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf\";i:600;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf\";s:9:\"600italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf\";i:700;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf\";}}i:187;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:10:{i:300;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf\";s:9:\"300italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf\";i:500;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf\";s:9:\"500italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf\";i:600;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf\";s:9:\"600italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf\";i:700;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf\";s:9:\"700italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf\";}}i:188;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cormorantsc/v1/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf\";}}i:189;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v1/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf\";i:500;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf\";i:600;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf\";}}i:190;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cormorantupright/v1/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf\";i:500;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf\";i:600;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf\";}}i:191;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Courgette\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/courgette/v4/2YO0EYtyE9HUPLZprahpZA.ttf\";}}i:192;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Cousine\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:6:\"hebrew\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:5:\"latin\";i:6;s:9:\"greek-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/cousine/v10/GYX4bPXObJNJo63QJEUnLg.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/cousine/v10/1WtIuajLoo8vjVwsrZ3eOg.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/cousine/v10/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/cousine/v10/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:193;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Coustard\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/coustard/v6/iO2Rs5PmqAEAXoU3SkMVBg.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/coustard/v6/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:194;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/coveredbyyourgrace/v6/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf\";}}i:195;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/craftygirls/v5/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:196;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Creepster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/creepster/v5/0vdr5kWJ6aJlOg5JvxnXzQ.ttf\";}}i:197;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Crete Round\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/creteround/v5/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/creteround/v5/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf\";}}i:198;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Crimson Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:199;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Croissant One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/croissantone/v4/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:200;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Crushed\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/crushed/v6/aHwSejs3Kt0Lg95u7j32jA.ttf\";}}i:201;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cuprum\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cuprum/v7/JgXs0F_UiaEdAS74msmFNg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cuprum/v7/cLEz0KV6OxInnktSzpk58g.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cuprum/v7/6tl3_FkDeXSD72oEHuJh4w.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cuprum/v7/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:202;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cutive\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cutive/v8/G2bW-ImyOCwKxBkLyz39YQ.ttf\";}}i:203;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cutivemono/v4/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:204;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Damion\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/damion/v6/13XtECwKxhD_VrOqXL4SiA.ttf\";}}i:205;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Dancing Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/dancingscript/v7/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/dancingscript/v7/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf\";}}i:206;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Dangrek\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/dangrek/v8/LOaFhBT-EHNxZjV8DAW_ew.ttf\";}}i:207;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"David Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:3:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/davidlibre/v1/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:208;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/dawningofanewday/v7/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf\";}}i:209;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Days One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/daysone/v6/kzwZjNhc1iabMsrc_hKBIA.ttf\";}}i:210;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dekko\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dekko/v3/AKtgABKC1rUxgIgS-bpojw.ttf\";}}i:211;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Delius\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/delius/v6/TQA163qafki2-gV-B6F_ag.ttf\";}}i:212;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/deliusswashcaps/v8/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf\";}}i:213;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/deliusunicase/v9/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/deliusunicase/v9/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf\";}}i:214;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Della Respira\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/dellarespira/v4/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf\";}}i:215;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Denk One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/denkone/v4/TdXOeA4eA_hEx4W8Sh9wPw.ttf\";}}i:216;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Devonshire\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/devonshire/v5/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:217;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Dhurjati\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/dhurjati/v4/uV6jO5e2iFMbGB0z79Cy5g.ttf\";}}i:218;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/didactgothic/v7/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf\";}}i:219;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Diplomata\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/diplomata/v8/u-ByBiKgN6rTMA36H3kcKg.ttf\";}}i:220;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/diplomatasc/v5/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:221;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Domine\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/domine/v4/wfVIgamVFjMNQAEWurCiHA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/domine/v4/phBcG1ZbQFxUIt18hPVxnw.ttf\";}}i:222;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Donegal One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/donegalone/v4/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:223;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Doppio One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/doppioone/v4/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:224;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dorsa\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dorsa/v7/wCc3cUe6XrmG2LQE6GlIrw.ttf\";}}i:225;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dosis\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:62:\"http://fonts.gstatic.com/s/dosis/v6/ztftab0r6hcd7AeurUGrSQ.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/dosis/v6/awIB6L0h5mb0plIKorXmuA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dosis/v6/rJRlixu-w0JZ1MyhJpao_Q.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/dosis/v6/ruEXDOFMxDPGnjCBKRqdAQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/dosis/v6/KNAswRNwm3tfONddYyidxg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/dosis/v6/AEEAj0ONidK8NQQMBBlSig.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/dosis/v6/nlrKd8E69vvUU39XGsvR7Q.ttf\";}}i:226;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/drsugiyama/v5/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:227;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Droid Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/droidsans/v6/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:228;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Droid Sans Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf\";}}i:229;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Droid Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:230;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Duru Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/durusans/v9/xn7iYH8xwmSyTvEV_HOxTw.ttf\";}}i:231;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Dynalight\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/dynalight/v5/-CWsIe8OUDWTIHjSAh41kA.ttf\";}}i:232;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"EB Garamond\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ebgaramond/v7/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:233;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/eaglelake/v4/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:234;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Eater\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/eater/v5/gm6f3OmYEdbs3lPQtUfBkA.ttf\";}}i:235;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Economica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/economica/v4/G4rJRujzZbq9Nxngu9l3hg.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/economica/v4/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/economica/v4/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:236;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Eczar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/uKZcAQ5JBBs1UbeXFRbBRg.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/eczar/v4/Ooe4KaPp2594tF8TbMfdlQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/eczar/v4/IjQsWW0bmgkZ6lnN72cnTQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/eczar/v4/ELC8RVXfBMb3VuuHtMwBOA.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/eczar/v4/9Uyt6nTZLx_Qj5_WRah-iQ.ttf\";}}i:237;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ek Mukta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/crtkNHh5JcM3VJKG0E-B36CWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/mpaAv7CIyk0VnZlqSneVxKCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/ekmukta/v7/aFcjXdC5jyJ1p8w54wIIrg.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/PZ1y2MstFczWvBlFSgzMyaCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/Z5Mfzeu6M3emakcJO2QeTqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/4ugcOGR28Jn-oBIn0-qLYaCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/O68TH5OjEhVmn9_gIrcfS6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:238;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"El Messiri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:239;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Electrolize\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/electrolize/v5/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:240;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Elsie\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/elsie/v5/gwspePauE45BJu6Ok1QrfQ.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/elsie/v5/1t-9f0N2NFYwAgN7oaISqg.ttf\";}}i:241;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/elsieswashcaps/v4/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf\";i:900;s:92:\"http://fonts.gstatic.com/s/elsieswashcaps/v4/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf\";}}i:242;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Emblema One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/emblemaone/v5/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:243;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf\";}}i:244;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Engagement\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/engagement/v5/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:245;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Englebert\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/englebert/v4/sll38iOvOuarDTYBchlP3Q.ttf\";}}i:246;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Enriqueta\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/enriqueta/v5/_p90TrIwR1SC-vDKtmrv6A.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/enriqueta/v5/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:247;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Erica One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ericaone/v7/cIBnH2VAqQMIGYAcE4ufvQ.ttf\";}}i:248;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Esteban\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/esteban/v4/ESyhLgqDDyK5JcFPp2svDw.ttf\";}}i:249;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/euphoriascript/v4/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf\";}}i:250;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ewert\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ewert/v4/Em8hrzuzSbfHcTVqMjbAQg.ttf\";}}i:251;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Exo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:18:{i:100;s:60:\"http://fonts.gstatic.com/s/exo/v4/RI7A9uwjRmPbVp0n8e-Jvg.ttf\";s:9:\"100italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/qtGyZZlWb2EEvby3ZPosxw.ttf\";i:200;s:60:\"http://fonts.gstatic.com/s/exo/v4/F8OfC_swrRRxpFt-tlXZQg.ttf\";s:9:\"200italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/fr4HBfXHYiIngW2_bhlgRw.ttf\";i:300;s:60:\"http://fonts.gstatic.com/s/exo/v4/SBrN7TKUqgGUvfxqHqsnNw.ttf\";s:9:\"300italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/3gmiLjBegIfcDLISjTGA1g.ttf\";s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/exo/v4/eUEzTFueNXRVhbt4PEB8kQ.ttf\";s:6:\"italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/cfgolWisMSURhpQeVHl_NA.ttf\";i:500;s:60:\"http://fonts.gstatic.com/s/exo/v4/jCg6DmGGXt_OVyp5ofQHPw.ttf\";s:9:\"500italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/lo5eTdCNJZQVN08p8RnzAQ.ttf\";i:600;s:60:\"http://fonts.gstatic.com/s/exo/v4/q_SG5kXUmOcIvFpgtdZnlw.ttf\";s:9:\"600italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/0cExa8K_pxS2lTuMr68XUA.ttf\";i:700;s:60:\"http://fonts.gstatic.com/s/exo/v4/3_jwsL4v9uHjl5Q37G57mw.ttf\";s:9:\"700italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/0me55yJIxd5vyQ9bF7SsiA.ttf\";i:800;s:60:\"http://fonts.gstatic.com/s/exo/v4/yLPuxBuV0lzqibRJyooOJg.ttf\";s:9:\"800italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/n3LejeKVj_8gtZq5fIgNYw.ttf\";i:900;s:60:\"http://fonts.gstatic.com/s/exo/v4/97d0nd6Yv4-SA_X92xAuZA.ttf\";s:9:\"900italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/JHTkQVhzyLtkY13Ye95TJQ.ttf\";}}i:252;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Exo 2\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:18:{i:100;s:61:\"http://fonts.gstatic.com/s/exo2/v3/oVOtQy53isv97g4UhBUDqg.ttf\";s:9:\"100italic\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/LNYVgsJcaCxoKFHmd4AZcg.ttf\";i:200;s:61:\"http://fonts.gstatic.com/s/exo2/v3/qa-Ci2pBwJdCxciE1ErifQ.ttf\";s:9:\"200italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:61:\"http://fonts.gstatic.com/s/exo2/v3/nLUBdz_lHHoVIPor05Byhw.ttf\";s:9:\"300italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/Pf_kZuIH5c5WKVkQUaeSWQ.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/xxA5ZscX9sTU6U0lZJUlYA.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/exo2/v3/oM0rzUuPqVJpW-VEIpuW5w.ttf\";s:9:\"500italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/exo2/v3/YnSn3HsyvyI1feGSdRMYqA.ttf\";s:9:\"600italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/exo2/v3/2DiK4XkdTckfTk6we73-bQ.ttf\";s:9:\"700italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:61:\"http://fonts.gstatic.com/s/exo2/v3/IVYl_7dJruOg8zKRpC8Hrw.ttf\";s:9:\"800italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:61:\"http://fonts.gstatic.com/s/exo2/v3/e8csG8Wnu87AF6uCndkFRQ.ttf\";s:9:\"900italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:253;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:8:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf\";}}i:254;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/fanwoodtext/v6/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/fanwoodtext/v6/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf\";}}i:255;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Farsan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/farsan/v1/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf\";}}i:256;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fascinate\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/fascinate/v5/ZE0637WWkBPKt1AmFaqD3Q.ttf\";}}i:257;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/fascinateinline/v6/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf\";}}i:258;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Faster One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/fasterone/v6/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:259;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Fasthand\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fasthand/v7/6XAagHH_KmpZL67wTvsETQ.ttf\";}}i:260;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fauna One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/faunaone/v4/8kL-wpAPofcAMELI_5NRnQ.ttf\";}}i:261;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Federant\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/federant/v8/tddZFSiGvxICNOGra0i5aA.ttf\";}}i:262;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Federo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/federo/v8/JPhe1S2tujeyaR79gXBLeQ.ttf\";}}i:263;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Felipa\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/felipa/v4/SeyfyFZY7abAQXGrOIYnYg.ttf\";}}i:264;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Fenix\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/fenix/v4/Ak8wR3VSlAN7VN_eMeJj7Q.ttf\";}}i:265;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Finger Paint\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/fingerpaint/v5/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:266;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fira Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/firamono/v4/WQOm1D4RO-yvA9q9trJc8g.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/firamono/v4/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:267;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fira Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:8:{i:300;s:86:\"http://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/firasans/v6/nsT0isDy56OkSX99sFQbXw.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v6/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/firasans/v6/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:268;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Fjalla One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/fjallaone/v4/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:269;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fjord One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fjordone/v5/R_YHK8au2uFPw5tNu5N7zw.ttf\";}}i:270;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Flamenco\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{i:300;s:86:\"http://fonts.gstatic.com/s/flamenco/v6/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/flamenco/v6/HC0ugfLLgt26I5_BWD1PZA.ttf\";}}i:271;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Flavors\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/flavors/v5/SPJi5QclATvon8ExcKGRvQ.ttf\";}}i:272;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Fondamento\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-27\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/fondamento/v6/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/fondamento/v6/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:273;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/fontdinerswanky/v6/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf\";}}i:274;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Forum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/forum/v7/MZUpsq1VfLrqv8eSDcbrrQ.ttf\";}}i:275;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Francois One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/francoisone/v9/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:276;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf\";i:500;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf\";i:900;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf\";}}i:277;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Freckle Face\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/freckleface/v4/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:278;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf\";}}i:279;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Fredoka One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/fredokaone/v4/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:280;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Freehand\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/freehand/v8/uEBQxvA0lnn_BrD6krlxMw.ttf\";}}i:281;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Fresca\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/fresca/v5/2q7Qm9sCo1tWvVgSDVWNIw.ttf\";}}i:282;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Frijole\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/frijole/v5/L2MfZse-2gCascuD-nLhWg.ttf\";}}i:283;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Fruktur\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/fruktur/v8/PnQvfEi1LssAvhJsCwH__w.ttf\";}}i:284;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fugaz One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fugazone/v6/5tteVDCwxsr8-5RuSiRWOw.ttf\";}}i:285;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"GFS Didot\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gfsdidot/v6/jQKxZy2RU-h9tkPZcRVluA.ttf\";}}i:286;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf\";}}i:287;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gabriela\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gabriela/v4/B-2ZfbAO3HDrxqV6lR5tdA.ttf\";}}i:288;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gafata\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gafata/v5/aTFqlki_3Dc3geo-FxHTvQ.ttf\";}}i:289;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Galada\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/galada/v1/xGkllHQb8OOCv9VJ6IObSA.ttf\";}}i:290;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Galdeano\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/galdeano/v6/ZKFMQI6HxEG1jOT0UGSZUg.ttf\";}}i:291;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Galindo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/galindo/v4/2lafAS_ZEfB33OJryhXDUg.ttf\";}}i:292;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf\";}}i:293;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf\";}}i:294;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Geo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/geo/v8/mJuJYk5Pww84B4uHAQ1XaA.ttf\";s:6:\"italic\";s:60:\"http://fonts.gstatic.com/s/geo/v8/8_r1wToF7nPdDuX1qxel6Q.ttf\";}}i:295;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Geostar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/geostar/v6/A8WQbhQbpYx3GWWaShJ9GA.ttf\";}}i:296;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/geostarfill/v6/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf\";}}i:297;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Germania One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/germaniaone/v4/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:298;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gidugu\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gidugu/v3/Ey6Eq3hrT6MM58iFItFcgw.ttf\";}}i:299;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Gilda Display\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gildadisplay/v4/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf\";}}i:300;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Give You Glory\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf\";}}i:301;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/glassantiqua/v4/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf\";}}i:302;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Glegoo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/glegoo/v5/2tf-h3n2A_SNYXEO0C8bKw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/glegoo/v5/TlLolbauH0-0Aiz1LUH5og.ttf\";}}i:303;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf\";}}i:304;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Goblin One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/goblinone/v6/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:305;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/gochihand/v7/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:306;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gorditas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gorditas/v4/uMgZhXUyH6qNGF3QsjQT5Q.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/gorditas/v4/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:307;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/goudybookletter1911/v6/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf\";}}i:308;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Graduate\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/graduate/v4/JpAmYLHqcIh9_Ff35HHwiA.ttf\";}}i:309;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/grandhotel/v4/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:310;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Gravitas One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/gravitasone/v6/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:311;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Great Vibes\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/greatvibes/v4/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:312;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Griffy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/griffy/v4/vWkyYGBSyE5xjnShNtJtzw.ttf\";}}i:313;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gruppo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gruppo/v7/pS_JM0cK_piBZve-lfUq9w.ttf\";}}i:314;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Gudea\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/S-4QqBlkMPiiA3jNeCR5yw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/7mNgsGw_vfS-uUgRVXNDSw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/gudea/v4/lsip4aiWhJ9bx172Y9FN_w.ttf\";}}i:315;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gurajada\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gurajada/v4/6Adfkl4PCRyq6XTENACEyA.ttf\";}}i:316;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Habibi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/habibi/v5/YYyqXF6pWpL7kmKgS_2iUA.ttf\";}}i:317;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Halant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:63:\"http://fonts.gstatic.com/s/halant/v2/dM3ItAOWNNod_Cf3MnLlEg.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/halant/v2/rEs7Jk3SVyt3cTx6DoTu1w.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/halant/v2/tlsNj3K-hJKtiirTDtUbkQ.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/halant/v2/zNR2WvI_V8o652vIZp3X4Q.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/halant/v2/D9FN7OH89AuCmZDLHbPQfA.ttf\";}}i:318;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/hammersmithone/v7/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:319;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Hanalei\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/hanalei/v6/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf\";}}i:320;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/hanaleifill/v5/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:321;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Handlee\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/handlee/v5/6OfkXkyC0E5NZN80ED8u3A.ttf\";}}i:322;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Hanuman\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/hanuman/v9/hRhwOGGmElJSl6KSPvEnOQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/hanuman/v9/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:323;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:324;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Harmattan\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/harmattan/v1/xNM1nDKzsLfoCLQtMRztGA.ttf\";}}i:325;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Headland One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/headlandone/v4/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:326;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Heebo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:7:{i:100;s:62:\"http://fonts.gstatic.com/s/heebo/v2/SoQODIucfpkiveZloUR6ag.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/heebo/v2/dg5T18yyjkKiU_9mmcbDSQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/heebo/v2/nyHCGMPliplPNqpssbDSIA.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/heebo/v2/jDb70ZCwdD6JnmQU62ZQZA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/heebo/v2/NsBYEn6oWei8pPqytA07yA.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/heebo/v2/h4CV2Qq56LKIinGGOStvsw.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/heebo/v2/uDfzHw3R0Bfa6HyIIcj-ow.ttf\";}}i:327;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Henny Penny\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/hennypenny/v4/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:328;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/herrvonmuellerhoff/v6/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf\";}}i:329;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Hind\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/hind/v6/qa346Adgv9kPDXoD1my4kA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/hind/v6/mktFHh5Z5P9YjGKSslSUtA.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/hind/v6/2cs8RCVcYtiv4iNDH1UsQQ.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/hind/v6/TUKUmFMXSoxloBP1ni08oA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/hind/v6/cXJJavLdUbCfjxlsA6DqTw.ttf\";}}i:330;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:331;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf\";}}i:332;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:7:\"bengali\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:5:{i:300;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf\";}}i:333;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:5:{i:300;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf\";}}i:334;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/holtwoodonesc/v7/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf\";}}i:335;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf\";}}i:336;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Homenaje\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/homenaje/v5/v0YBU0iBRrGdVjDNQILxtA.ttf\";}}i:337;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/imfelldwpica/v6/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/imfelldwpica/v6/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf\";}}i:338;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/imfelldwpicasc/v6/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf\";}}i:339;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/imfelldoublepica/v6/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/imfelldoublepica/v6/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf\";}}i:340;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/imfelldoublepicasc/v6/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf\";}}i:341;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"IM Fell English\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/imfellenglish/v6/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/imfellenglish/v6/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf\";}}i:342;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf\";}}i:343;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf\";}}i:344;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v6/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf\";}}i:345;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfellgreatprimer/v6/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/imfellgreatprimer/v6/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf\";}}i:346;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellgreatprimersc/v6/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf\";}}i:347;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Iceberg\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/iceberg/v4/p2XVm4M-N0AOEEOymFKC5w.ttf\";}}i:348;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Iceland\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/iceland/v5/kq3uTMGgvzWGNi39B_WxGA.ttf\";}}i:349;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Imprima\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/imprima/v4/eRjquWLjwLGnTEhLH7u3kA.ttf\";}}i:350;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Inconsolata\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2016-11-01\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/inconsolata/v14/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/inconsolata/v14/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:351;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Inder\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/inder/v5/C38TwecLTfKxIHDc_Adcrw.ttf\";}}i:352;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Indie Flower\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf\";}}i:353;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Inika\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/inika/v4/eZCrULQGaIxkrRoGz_DjhQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/inika/v4/bl3ZoTyrWsFun2zYbsgJrA.ttf\";}}i:354;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:300;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf\";i:800;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf\";}}i:355;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Irish Grover\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/irishgrover/v6/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:356;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Istok Web\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/istokweb/v10/RYLSjEXQ0nNtLLc4n7--dQ.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/istokweb/v10/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:357;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Italiana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-10-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/italiana/v5/dt95fkCSTOF-c6QNjwSycA.ttf\";}}i:358;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Italianno\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/italianno/v6/HsyHnLpKf8uP7aMpDQHZmg.ttf\";}}i:359;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Itim\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/itim/v1/HHV9WK2x5lUkc5bxMXG8Tw.ttf\";}}i:360;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/jacquesfrancois/v4/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf\";}}i:361;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v4/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf\";}}i:362;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Jaldi\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/jaldi/v2/x1vR-bPW9a1EB-BUVqttCw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/jaldi/v2/OIbtgjjEp3aVWtjF6WY8mA.ttf\";}}i:363;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/jimnightshade/v4/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf\";}}i:364;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Jockey One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/jockeyone/v6/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:365;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/jollylodger/v4/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:366;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Jomhuria\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/jomhuria/v2/hrvsccQpBliIgor15WxE6g.ttf\";}}i:367;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:10:{i:100;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf\";}}i:368;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:10:{i:100;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf\";}}i:369;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Joti One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/jotione/v4/P3r_Th0ESHJdzunsvWgUfQ.ttf\";}}i:370;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Judson\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/judson/v9/znM1AAs0eytUaJzf1CrYZQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/judson/v9/GVqQW9P52ygW-ySq-CLwAA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/judson/v9/he4a2LwiPJc7r8x0oKCKiA.ttf\";}}i:371;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Julee\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/julee/v6/CAib-jsUsSO8SvVRnE9fHA.ttf\";}}i:372;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:373;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Junge\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/junge/v4/j4IXCXtxrw9qIBheercp3A.ttf\";}}i:374;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Jura\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{i:300;s:61:\"http://fonts.gstatic.com/s/jura/v7/Rqx_xy1UnN0C7wD3FUSyPQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/jura/v7/YAWMwF3sN0KCbynMq-Yr_Q.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/jura/v7/16xhfjHCiaLj3tsqqgmtGg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/jura/v7/iwseduOwJSdY8wQ1Y6CJdA.ttf\";}}i:375;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf\";}}i:376;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/justmeagaindownhere/v8/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf\";}}i:377;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kadwa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kadwa/v1/VwEN8oKGqaa0ug9kRpvSSg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kadwa/v1/NFPZaBfekj_Io-7vUMz4Ww.ttf\";}}i:378;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kalam\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:3:{i:300;s:62:\"http://fonts.gstatic.com/s/kalam/v7/MgQQlk1SgPEHdlkWMNh7Jg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kalam/v7/hNEJkp2K-aql7e5WQish4Q.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kalam/v7/95nLItUGyWtNLZjSckluLQ.ttf\";}}i:379;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Kameron\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kameron/v7/9r8HYhqDSwcq9WMjupL82A.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/kameron/v7/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:380;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kanit\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:18:{i:100;s:62:\"http://fonts.gstatic.com/s/kanit/v1/CYl4qOK-NWwZp3iTKW1eIA.ttf\";s:9:\"100italic\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/NLNtc56MpXmHl1yOrop8oQ.ttf\";i:200;s:62:\"http://fonts.gstatic.com/s/kanit/v1/wfLWkj1C4tYl7MoiFWS3bA.ttf\";s:9:\"200italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/kanit/v1/SM5qHynYGdOmMKEwGUFIPA.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/L6VKvM17ZmevDynOiw7H9w.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/sHLq5U0-T0oSMTnwTKgv-A.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/kanit/v1/GxoU_USIJyIy8WIcYSUO2g.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/kanit/v1/n_qoIVxojeQY0D1pvoNDhA.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kanit/v1/kEGmYvO8My36j5ILmbUPRg.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/kanit/v1/YTp-zAuKXxwnA1YnJIF1rg.ttf\";s:9:\"800italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/kanit/v1/1NIEkusi3bG3GgO9Hor3fQ.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:381;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kantumruy\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/kantumruy/v3/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/kantumruy/v3/kQfXNYElQxr5dS8FyjD39Q.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/kantumruy/v3/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf\";}}i:382;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Karla\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/karla/v5/78UgGRwJFkhqaoFimqoKpQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/karla/v5/51UBKly9RQOnOkj95ZwEFw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/karla/v5/JS501sZLxZ4zraLQdncOUA.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/karla/v5/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:383;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Karma\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/karma/v5/lH6ijJnguWR2Sz7tEl6MQQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/karma/v5/wvqTxAGBUrTqU0urTEoPIw.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/karma/v5/9YGjxi6Hcvz2Kh-rzO_cAw.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/karma/v5/h_CVzXXtqSxjfS2sIwaejA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/karma/v5/smuSM08oApsQPPVYbHd1CA.ttf\";}}i:384;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Katibeh\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/katibeh/v2/Q-SA43uWR2uu3wBIvedotA.ttf\";}}i:385;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/kaushanscript/v5/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:386;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kavivanar\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/kavivanar/v1/VLDrdUtF1irKFc8rFWgDaw.ttf\";}}i:387;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kavoon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kavoon/v5/382m-6baKXqJFQjEgobt6Q.ttf\";}}i:388;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/kdamthmor/v3/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:389;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Keania One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/keaniaone/v4/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:390;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/kellyslab/v6/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:391;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kenia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kenia/v8/OLM9-XfITK9PsTLKbGBrwg.ttf\";}}i:392;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khand\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/khand/v4/072zRl4OU9Pinjjkg174LA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khand/v4/HdLdTNFqNIDGJZl1ZEj84w.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/khand/v4/46_p-SqtuMe56nxQdteWxg.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/khand/v4/zggGWYIiPJyMTgkfxP_kaA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/khand/v4/0I0UWaN-X5QBmfexpXKhqg.ttf\";}}i:393;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khmer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khmer/v9/vWaBJIbaQuBNz02ALIKJ3A.ttf\";}}i:394;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khula\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/khula/v1/_1LySU5Upq-sc4OZ1b_GIw.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khula/v1/izcPIFyCSd16XI1Ak_Wk7Q.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/khula/v1/4ZH86Hce-aeFDaedTnbkbg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/khula/v1/UGVExGl-Jjs-YPpGv-MZ6w.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/khula/v1/Sccp_oOo8FWgbx5smie7xQ.ttf\";}}i:395;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Kite One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kiteone/v4/8ojWmgUc97m0f_i6sTqLoQ.ttf\";}}i:396;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Knewave\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/knewave/v5/KGHM4XWr4iKnBMqzZLkPBg.ttf\";}}i:397;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kotta One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kottaone/v4/AB2Q7hVw6niJYDgLvFXu5w.ttf\";}}i:398;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Koulen\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/koulen/v10/AAYOK8RSRO7FTskTzFuzNw.ttf\";}}i:399;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kranky\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kranky/v6/C8dxxTS99-fZ84vWk8SDrg.ttf\";}}i:400;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kreon\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:62:\"http://fonts.gstatic.com/s/kreon/v9/HKtJRiq5C2zbq5N1IX32sA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kreon/v9/zA_IZt0u0S3cvHJu-n1oEg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kreon/v9/jh0dSmaPodjxISiblIUTkw.ttf\";}}i:401;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kristi\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kristi/v7/aRsgBQrkQkMlu4UPSnJyOQ.ttf\";}}i:402;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Krona One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kronaone/v4/zcQj4ljqTo166AdourlF9w.ttf\";}}i:403;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kumar One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kumarone/v1/YmcJD6Wky1clGYY5OD-BkQ.ttf\";}}i:404;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/kumaroneoutline/v1/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf\";}}i:405;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kurale\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kurale/v1/rxeyIcvQlT4XAWwNbXFCfw.ttf\";}}i:406;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/labelleaurore/v7/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf\";}}i:407;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Laila\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/laila/v2/bLbIVEZF3IWSZ-in72GJvA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/laila/v2/6iYor3edprH7360qtBGoag.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/laila/v2/tkf8VtFvW9g3VsxQCA6WOQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/laila/v2/3EMP2L6JRQ4GaHIxCldCeA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/laila/v2/R7P4z1xjcjecmjZ9GyhqHQ.ttf\";}}i:408;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lakkireddy/v3/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:409;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lalezar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lalezar/v1/k4_MPf09PGmL7oyGdPKwcg.ttf\";}}i:410;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lancelot\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lancelot/v6/XMT7T_oo_MQUGAnU2v-sdA.ttf\";}}i:411;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Lateef\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lateef/v10/PAsKCgi1qc7XPwvzo_I-DQ.ttf\";}}i:412;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Lato\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-11-01\";s:5:\"files\";a:10:{i:100;s:62:\"http://fonts.gstatic.com/s/lato/v11/Upp-ka9rLQmHYCsFgwL-eg.ttf\";s:9:\"100italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/zLegi10uS_9-fnUDISl0KA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/lato/v11/Ja02qOppOVq9jeRjWekbHg.ttf\";s:9:\"300italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/dVebFcn7EV7wAKwgYestUg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lato/v11/h7rISIcQapZBpei-sXwIwg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/P_dJOFJylV3A870UIOtr0w.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/lato/v11/iX_QxBBZLhNj5JHlTzHQzg.ttf\";s:9:\"700italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/WFcZakHrrCKeUJxHA4T_gw.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/lato/v11/8TPEV6NbYWZlNsXjbYVv7w.ttf\";s:9:\"900italic\";s:62:\"http://fonts.gstatic.com/s/lato/v11/draWperrI7n2xi35Cl08fA.ttf\";}}i:413;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"League Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/leaguescript/v7/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:414;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Leckerli One\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:415;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ledger\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ledger/v4/G432jp-tahOfWHbCYkI0jw.ttf\";}}i:416;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Lekton\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/r483JYmxf5PjIm4jVAm8Yg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/_UbDIPBA1wDqSbhp-OED7A.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/lekton/v7/WZw-uL8WTkx3SBVfTlevXQ.ttf\";}}i:417;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Lemon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lemon/v5/wed1nNu4LNSu-3RoRVUhUw.ttf\";}}i:418;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lemonada\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{i:300;s:86:\"http://fonts.gstatic.com/s/lemonada/v2/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lemonada/v2/pkzws3AUXmaaAzOi7aydSQ.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/lemonada/v2/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/lemonada/v2/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:419;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf\";}}i:420;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf\";s:9:\"100italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf\";i:200;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf\";i:300;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf\";s:9:\"500italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf\";i:800;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf\";s:9:\"800italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf\";}}i:421;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Life Savers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lifesavers/v6/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/lifesavers/v6/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:422;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Lilita One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/lilitaone/v4/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:423;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Lily Script One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:424;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Limelight\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/limelight/v7/5dTfN6igsXjLjOy8QQShcg.ttf\";}}i:425;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Linden Hill\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lindenhill/v6/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/lindenhill/v6/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf\";}}i:426;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lobster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lobster/v18/9LpJGtNuM1D8FAZ2BkJH2Q.ttf\";}}i:427;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Lobster Two\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:428;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/londrinaoutline/v5/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf\";}}i:429;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/londrinashadow/v4/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf\";}}i:430;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/londrinasketch/v4/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf\";}}i:431;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/londrinasolid/v4/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf\";}}i:432;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Lora\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/lora/v9/aXJ7KVIGcejEy1abawZazg.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/lora/v9/AN2EZaj2tFRpyveuNn9BOg.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/lora/v9/enKND5SfzQKkggBA_VnT1A.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/lora/v9/ivs9j3kYU65pR9QD9YFdzQ.ttf\";}}i:433;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/loveyalikeasister/v7/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf\";}}i:434;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Loved by the King\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/lovedbytheking/v6/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf\";}}i:435;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/loversquarrel/v4/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf\";}}i:436;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:437;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lusitana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lusitana/v4/l1h9VDomkwbdzbPdmLcUIw.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/lusitana/v4/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:438;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lustria\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lustria/v4/gXAk0s4ai0X-TAOhYzZd1w.ttf\";}}i:439;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Macondo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/macondo/v5/G6yPNUscRPQ8ufBXs_8yRQ.ttf\";}}i:440;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/macondoswashcaps/v4/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf\";}}i:441;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{i:300;s:61:\"http://fonts.gstatic.com/s/mada/v1/P46fye2TPh4fVwALgHSXCA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mada/v1/io_zUrt5o943T_q45OHLWQ.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/mada/v1/PhhDsBi34sP0LptbpS9m6w.ttf\";i:900;s:61:\"http://fonts.gstatic.com/s/mada/v1/aCyc9Kc3rOJLL6fV9VfptA.ttf\";}}i:442;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Magra\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/magra/v4/hoZ13bwCXBxuGZqAudgc5A.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/magra/v4/6fOM5sq5cIn8D0RjX8Lztw.ttf\";}}i:443;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/maidenorange/v6/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:444;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Maitree\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:85:\"http://fonts.gstatic.com/s/maitree/v1/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/maitree/v1/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/maitree/v1/SpKVJkAjDAYOr1VkdSRspA.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/maitree/v1/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/maitree/v1/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/maitree/v1/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:445;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mako\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mako/v7/z5zSLmfPlv1uTVAdmJBLXg.ttf\";}}i:446;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Mallanna\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mallanna/v4/krCTa-CfMbtxqF0689CbuQ.ttf\";}}i:447;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Mandali\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mandali/v4/0lF8yJ7fkyjXuqtSi5bWbQ.ttf\";}}i:448;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Marcellus\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/marcellus/v4/UjiLZzumxWC9whJ86UtaYw.ttf\";}}i:449;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/marcellussc/v4/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:450;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Marck Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/marckscript/v7/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf\";}}i:451;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Margarine\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/margarine/v5/DJnJwIrcO_cGkjSzY3MERw.ttf\";}}i:452;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Marko One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/markoone/v6/hpP7j861sOAco43iDc4n4w.ttf\";}}i:453;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Marmelad\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/marmelad/v6/jI0_FBlSOIRLL0ePWOhOwQ.ttf\";}}i:454;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Martel\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:63:\"http://fonts.gstatic.com/s/martel/v1/_wfGdswZbat7P4tupHLA1w.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/martel/v1/SghoV2F2VPdVU3P0a4fa9w.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/martel/v1/9ALu5czkaaf5zsYk6GJEnQ.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/martel/v1/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/martel/v1/4OzIiKB5wE36xXL2U0vzWQ.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/martel/v1/RVF8drcQoRkRL7l_ZkpTlQ.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/martel/v1/iS0YUpFJoiLRlnyl40rpEA.ttf\";}}i:455;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Martel Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf\";}}i:456;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Marvel\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/Fg1dO8tWVb-MlyqhsbXEkg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/HzyjFB-oR5usrc7Lxz9g8w.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/marvel/v6/WrHDBL1RupWGo2UcdgxB3Q.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/marvel/v6/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:457;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mate\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mate/v5/ooFviPcJ6hZP5bAE71Cawg.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/mate/v5/5XwW6_cbisGvCX5qmNiqfA.ttf\";}}i:458;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Mate SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/matesc/v5/-YkIT2TZoPZF6pawKzDpWw.ttf\";}}i:459;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Maven Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mavenpro/v7/sqPJIFG4gqsjl-0q_46Gbw.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/mavenpro/v7/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/mavenpro/v7/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/mavenpro/v7/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:460;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"McLaren\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mclaren/v4/OprvTGxaiINBKW_1_U0eoQ.ttf\";}}i:461;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Meddon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/meddon/v9/f8zJO98uu2EtSj9p7ci9RA.ttf\";}}i:462;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/medievalsharp/v8/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf\";}}i:463;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Medula One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/medulaone/v6/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:464;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/meerainimai/v1/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:465;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Megrim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/megrim/v7/e-9jVUC9lv1zxaFQARuftw.ttf\";}}i:466;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Meie Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/meiescript/v4/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:467;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Merienda\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/merienda/v4/MYY6Og1qZlOQtPW2G95Y3A.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/merienda/v4/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:468;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Merienda One\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/meriendaone/v7/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:469;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Merriweather\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:8:{i:300;s:91:\"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf\";}}i:470;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:8:{i:300;s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf\";i:800;s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf\";s:9:\"800italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf\";}}i:471;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Metal\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/metal/v9/zA3UOP13ooQcxjv04BZX5g.ttf\";}}i:472;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Metal Mania\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/metalmania/v6/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:473;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Metamorphous\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/metamorphous/v6/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf\";}}i:474;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Metrophobic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-17\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/metrophobic/v8/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:475;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Michroma\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/michroma/v7/0c2XrW81_QsiKV8T9thumA.ttf\";}}i:476;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Milonga\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/milonga/v4/dzNdIUSTGFmy2ahovDRcWg.ttf\";}}i:477;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Miltonian\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/miltonian/v10/Z4HrYZyqm0BnNNzcCUfzoQ.ttf\";}}i:478;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/miltoniantattoo/v11/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf\";}}i:479;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Miniver\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/miniver/v5/4yTQohOH_cWKRS5laRFhYg.ttf\";}}i:480;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/miriamlibre/v1/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/miriamlibre/v1/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf\";}}i:481;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Mirza\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/mirza/v1/8oe36Xbgj9BMSLJBaZ8VAQ.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/mirza/v1/dT3HbZoBCx1xbU7PnFEFyQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/mirza/v1/6T4uh2Zti9P6Eq_gbAYvVQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/mirza/v1/b47CZDHoZdhnplmDpZymFw.ttf\";}}i:482;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf\";}}i:483;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mitr\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:61:\"http://fonts.gstatic.com/s/mitr/v1/GCzZRAhweqJhxrmM0bPztg.ttf\";i:300;s:61:\"http://fonts.gstatic.com/s/mitr/v1/A61rQ_y9i8Ja__oFN7KxiQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mitr/v1/vKMd72X2iT4iBo5GvdCa_A.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/mitr/v1/r_Z6yrJJ0zmkGAqxqjlLRg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/mitr/v1/42l66tb_XMxM97GKatU9Ng.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/mitr/v1/V-V7Rul5HOZ651R4Tml2Lw.ttf\";}}i:484;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Modak\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/modak/v2/lMsN0QIKid-pCPvL0hH4nw.ttf\";}}i:485;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/modernantiqua/v6/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf\";}}i:486;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Mogra\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/mogra/v1/gIxQBn9PseDaI0D4FnOiBQ.ttf\";}}i:487;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Molengo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/molengo/v7/jcjgeGuzv83I55AzOTpXNQ.ttf\";}}i:488;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Molle\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/molle/v4/9XTdCsjPXifLqo5et-YoGA.ttf\";}}i:489;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Monda\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-17\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/monda/v6/qFMHZ9zvR6B_gnoIgosPrw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/monda/v6/EVOzZUyc_j1w2GuTgTAW1g.ttf\";}}i:490;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Monofett\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/monofett/v6/C6K5L799Rgxzg2brgOaqAw.ttf\";}}i:491;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Monoton\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/monoton/v6/aCz8ja_bE4dg-7agSvExdw.ttf\";}}i:492;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/monsieurladoulaise/v5/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf\";}}i:493;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Montaga\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/montaga/v4/PwTwUboiD-M4-mFjZfJs2A.ttf\";}}i:494;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Montez\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/montez/v6/kx58rLOWQQLGFM4pDHv5Ng.ttf\";}}i:495;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Montserrat\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/montserrat/v7/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:496;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/montserratalternates/v4/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf\";i:700;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v4/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf\";}}i:497;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/montserratsubrayada/v4/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf\";i:700;s:97:\"http://fonts.gstatic.com/s/montserratsubrayada/v4/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf\";}}i:498;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Moul\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/moul/v8/Kb0ALQnfyXawP1a_P_gpTQ.ttf\";}}i:499;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Moulpali\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/moulpali/v9/diD74BprGhmVkJoerKmrKA.ttf\";}}i:500;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf\";i:700;s:98:\"http://fonts.gstatic.com/s/mountainsofchristmas/v8/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf\";}}i:501;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mousememoirs/v4/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:502;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/mrbedfort/v5/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:503;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mrdafoe/v5/s32Q1S6ZkT7EaX53mUirvQ.ttf\";}}i:504;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mrdehaviland/v5/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf\";}}i:505;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/mrssaintdelafield/v4/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf\";}}i:506;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mrssheppards/v5/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:507;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:7:{i:200;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf\";}}i:508;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Muli\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-20\";s:5:\"files\";a:4:{i:300;s:61:\"http://fonts.gstatic.com/s/muli/v9/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf\";s:9:\"300italic\";s:61:\"http://fonts.gstatic.com/s/muli/v9/s-NKMCru8HiyjEt0ZDoBoA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/muli/v9/KJiP6KznxbALQgfJcDdPAw.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/muli/v9/Cg0K_IWANs9xkNoxV7H1_w.ttf\";}}i:509;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mysteryquest/v4/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:510;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"NTR\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ntr/v4/e7H4ZLtGfVOYyOupo6T12g.ttf\";}}i:511;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Neucha\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/neucha/v8/bijdhB-TzQdtpl0ykhGh4Q.ttf\";}}i:512;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Neuton\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:200;s:63:\"http://fonts.gstatic.com/s/neuton/v8/DA3Mkew3XqSkPpi1f4tJow.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/neuton/v8/xrc_aZ2hx-gdeV0mlY8Vww.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/9R-MGIOQUdjAVeB6nE6PcQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/neuton/v8/uVMT3JOB5BNFi3lgPp6kEg.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/neuton/v8/gnWpkWY7DirkKiovncYrfg.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/neuton/v8/XPzBQV4lY6enLxQG9cF1jw.ttf\";}}i:513;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"New Rocker\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/newrocker/v5/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf\";}}i:514;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"News Cycle\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/newscycle/v13/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:515;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Niconne\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/niconne/v6/ZA-mFw2QNXodx5y7kfELBg.ttf\";}}i:516;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nixie One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/nixieone/v7/h6kQfmzm0Shdnp3eswRaqQ.ttf\";}}i:517;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nobile\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/lC_lPi1ddtN38iXTCRh6ow.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/vGmrpKzWQQSrb-PR6FWBIA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/nobile/v7/9p6M-Yrg_r_QPmSD1skrOg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/nobile/v7/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:518;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nokora\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nokora/v9/dRyz1JfnyKPNaRcBNX9F9A.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/nokora/v9/QMqqa4QEOhQpiig3cAPmbQ.ttf\";}}i:519;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Norican\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/norican/v4/SHnSqhYAWG5sZTWcPzEHig.ttf\";}}i:520;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Nosifer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/nosifer/v5/7eJGoIuHRrtcG00j6CptSA.ttf\";}}i:521;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf\";}}i:522;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Noticia Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:523;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Noto Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:5:\"latin\";i:6;s:9:\"greek-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:524;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Noto Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf\";}}i:525;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Nova Cut\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/novacut/v8/6q12jWcBvj0KO2cMRP97tA.ttf\";}}i:526;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Flat\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaflat/v8/pK7a0CoGzI684qe_XSHBqQ.ttf\";}}i:527;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novamono/v7/6-SChr5ZIaaasJFBkgrLNw.ttf\";}}i:528;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Oval\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaoval/v8/VuukVpKP8BwUf8o9W5LYQQ.ttf\";}}i:529;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Nova Round\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/novaround/v8/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:530;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nova Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/novascript/v8/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:531;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Slim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaslim/v8/rPYXC81_VL2EW-4CzBX65g.ttf\";}}i:532;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nova Square\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/novasquare/v8/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:533;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Numans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/numans/v6/g5snI2p6OEjjTNmTHyBdiQ.ttf\";}}i:534;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nunito\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:63:\"http://fonts.gstatic.com/s/nunito/v7/zXQvrWBJqUooM7Xv98MrQw.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nunito/v7/ySZTeT3IuzJj0GK6uGpbBg.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/nunito/v7/aEdlqgMuYbpe4U3TnqOQMA.ttf\";}}i:535;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/odormeanchey/v8/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf\";}}i:536;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Offside\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/offside/v4/v0C913SB8wqQUvcu1faUqw.ttf\";}}i:537;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v7/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf\";}}i:538;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Oldenburg\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/oldenburg/v4/dqA_M_uoCVXZbCO-oKBTnQ.ttf\";}}i:539;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oleo Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/oleoscript/v5/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/oleoscript/v5/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:540;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf\";i:700;s:97:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf\";}}i:541;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Open Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:10:{i:300;s:87:\"http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/opensans/v13/IgZJs4-7SA1XX_edsoXWog.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:87:\"http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"800italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf\";}}i:542;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:3:{i:300;s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf\";s:9:\"300italic\";s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf\";i:700;s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf\";}}i:543;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/oranienbaum/v5/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:544;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Orbitron\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/orbitron/v7/DY8swouAZjR3RaUPRf0HDQ.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/orbitron/v7/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/orbitron/v7/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/orbitron/v7/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:545;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Oregano\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/oregano/v4/UiLhqNixVv2EpjRoBG6axA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/oregano/v4/_iwqGEht6XsAuEaCbYG64Q.ttf\";}}i:546;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Orienta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/orienta/v4/_NKSk93mMs0xsqtfjCsB3Q.ttf\";}}i:547;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Original Surfer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/originalsurfer/v5/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf\";}}i:548;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Oswald\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:64:\"http://fonts.gstatic.com/s/oswald/v11/y3tZpCdiRD4oNRRYFcAR5Q.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/oswald/v11/uLEd2g2vJglLPfsBF91DCg.ttf\";i:700;s:64:\"http://fonts.gstatic.com/s/oswald/v11/7wj8ldV_5Ti37rHa0m1DDw.ttf\";}}i:549;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/overtherainbow/v7/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf\";}}i:550;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Overlock\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/overlock/v5/Z8oYsGi88-E1cUB8YBFMAg.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/overlock/v5/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/overlock/v5/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf\";}}i:551;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Overlock SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/overlocksc/v5/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:552;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Ovo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ovo/v7/mFg27dimu3s9t09qjCwB1g.ttf\";}}i:553;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Oxygen\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:3:{i:300;s:63:\"http://fonts.gstatic.com/s/oxygen/v5/lZ31r0bR1Bzt_DfGZu1S8A.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/oxygen/v5/uhoyAE7XlQL22abzQieHjw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/oxygen/v5/yLqkmDwuNtt5pSqsJmhyrg.ttf\";}}i:554;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/oxygenmono/v4/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:555;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"PT Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ptmono/v4/QUbM8H9yJK5NhpQ0REO6Wg.ttf\";}}i:556;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"PT Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ptsans/v8/UFoEz2uiuMypUGZL1NKoeg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/ptsans/v8/yls9EYWOd496wiu7qzfgNg.ttf\";i:700;s:84:\"http://fonts.gstatic.com/s/ptsans/v8/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:557;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v9/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf\";}}i:558;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf\";}}i:559;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"PT Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/ptserif/v8/sAo427rn3-QL9sWCbMZXhA.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/ptserif/v8/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:560;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v8/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v8/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf\";}}i:561;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pacifico\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pacifico/v7/GIrpeRY1r5CzbfL8r182lw.ttf\";}}i:562;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Palanquin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:100;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/palanquin/v1/xCwBUoAEV0kzCDwerAZ0Aw.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:563;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf\";}}i:564;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Paprika\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/paprika/v4/b-VpyoRSieBdB5BPJVF8HQ.ttf\";}}i:565;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Parisienne\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/parisienne/v4/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:566;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Passero One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/passeroone/v8/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:567;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Passion One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/passionone/v6/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf\";}}i:568;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf\";}}i:569;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/patrickhand/v10/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:570;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/patrickhandsc/v4/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf\";}}i:571;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Pattaya\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/pattaya/v1/sJEout1xdD7J8H-1H81pIQ.ttf\";}}i:572;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Patua One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/patuaone/v6/njZwotTYjswR4qdhsW-kJw.ttf\";}}i:573;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Pavanam\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"tamil\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/pavanam/v1/C7yuEhNK5oftNLSL3I0bGw.ttf\";}}i:574;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Paytone One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/paytoneone/v8/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:575;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Peddana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/peddana/v4/zaSZuj_GhmC8AOTugOROnA.ttf\";}}i:576;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Peralta\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/peralta/v4/cTJX5KEuc0GKRU9NXSm-8Q.ttf\";}}i:577;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/permanentmarker/v5/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf\";}}i:578;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/petitformalscript/v4/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf\";}}i:579;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Petrona\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/petrona/v5/nnQwxlP6dhrGovYEFtemTg.ttf\";}}i:580;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Philosopher\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/philosopher/v7/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/philosopher/v7/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:581;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Piedra\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/piedra/v5/owf-AvEEyAj9LJ2tVZ_3Mw.ttf\";}}i:582;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:583;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Pirata One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/pirataone/v4/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:584;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Plaster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/plaster/v8/O4QG9Z5116CXyfJdR9zxLw.ttf\";}}i:585;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Play\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/play/v7/GWvfObW8LhtsOX333MCpBg.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/play/v7/crPhg6I0alLI-MpB3vW-zw.ttf\";}}i:586;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Playball\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/playball/v6/3hOFiQm_EUzycTpcN9uz4w.ttf\";}}i:587;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Playfair Display\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:6:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf\";i:900;s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf\";s:9:\"900italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf\";}}i:588;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:6:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf\";i:700;s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf\";i:900;s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf\";s:9:\"900italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf\";}}i:589;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Podkova\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/podkova/v8/eylljyGVfB8ZUQjYY3WZRQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/podkova/v8/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:590;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Poiret One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/poiretone/v4/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:591;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Poller One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/pollerone/v6/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:592;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Poly\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/poly/v7/bcMAuiacS2qkd54BcwW6_Q.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/poly/v7/Zkx-eIlZSjKUrPGYhV5PeA.ttf\";}}i:593;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pompiere\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pompiere/v6/o_va2p9CD5JfmFohAkGZIA.ttf\";}}i:594;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/pontanosans/v4/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:595;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Poppins\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:85:\"http://fonts.gstatic.com/s/poppins/v1/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/poppins/v1/hlvAxH6aIdOjWlLzgm0jqg.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/poppins/v1/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/poppins/v1/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/poppins/v1/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:596;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/portlligatsans/v5/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf\";}}i:597;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/portlligatslab/v5/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf\";}}i:598;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/pragatinarrow/v2/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/pragatinarrow/v2/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf\";}}i:599;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Prata\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/prata/v6/3gmx8r842loRRm9iQkCDGg.ttf\";}}i:600;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Preahvihear\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/preahvihear/v8/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:601;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf\";}}i:602;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Pridi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:62:\"http://fonts.gstatic.com/s/pridi/v1/WvKJ-kflGuELyK4uQzpYIA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/pridi/v1/Ihwk-OGVFS69PINILdqAjQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/pridi/v1/Mau018Ghi7LJX7FkGYCZAQ.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/pridi/v1/dPNOrMxU-HjLo-fvkFydsQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/pridi/v1/J0i5OZxX07KC4mby5RjNbg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/pridi/v1/UhCy4jDDJttTB8k8rtWadg.ttf\";}}i:603;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/princesssofia/v4/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf\";}}i:604;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Prociono\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/prociono/v6/43ZYDHWogdFeNBWTl6ksmw.ttf\";}}i:605;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Prompt\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:63:\"http://fonts.gstatic.com/s/prompt/v1/ltjX-trOmfS-yKy_awt70g.ttf\";s:9:\"100italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf\";i:200;s:63:\"http://fonts.gstatic.com/s/prompt/v1/MNB_CVkbfYHFMWX_UbDC2Q.ttf\";s:9:\"200italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/prompt/v1/LzifakiWysr3N3OoAdbdpg.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/prompt/v1/nDo1rQFnTFNua4cp-OnD2A.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/prompt/v1/ZD4khIP924SU2fRYOJkraQ.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/prompt/v1/w31OY1otplAgr5iZ21K7Fg.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/prompt/v1/uUrJjg1BGaIb6CAOlUIp9g.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/prompt/v1/HdM_epiStzshOr-49ubVyg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/prompt/v1/GF9cOamDd7mYPHNW1nZLKg.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/prompt/v1/KFgmbwHbRBQb28VFhH3c8Q.ttf\";s:9:\"900italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:606;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Prosto One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/prostoone/v5/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:607;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Proza Libre\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:10:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf\";}}i:608;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Puritan\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/puritan/v8/wv_RtgVBSCn-or2MC0n4Kg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/puritan/v8/BqZX8Tp200LeMv1KlzXgLQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/puritan/v8/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/puritan/v8/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:609;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Purple Purse\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/purplepurse/v5/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:610;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Quando\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/quando/v5/03nDiEZuO2-h3xvtG6UmHg.ttf\";}}i:611;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Quantico\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/quantico/v5/pwSnP8Xpaix2rIz99HrSlQ.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/quantico/v5/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:612;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Quattrocento\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/quattrocento/v8/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/quattrocento/v8/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf\";}}i:613;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf\";}}i:614;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Questrial\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/questrial/v6/MoHHaw_WwNs_hd9ob1zTVw.ttf\";}}i:615;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Quicksand\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/quicksand/v5/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/quicksand/v5/Ngv3fIJjKB7sD-bTUGIFCA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/quicksand/v5/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:616;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Quintessential\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/quintessential/v4/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf\";}}i:617;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Qwigley\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/qwigley/v6/aDqxws-KubFID85TZHFouw.ttf\";}}i:618;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:619;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Radley\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/radley/v9/FgE9di09a-mXGzAIyI6Q9Q.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/radley/v9/Z_JcACuPAOO2f9kzQcGRug.ttf\";}}i:620;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Rajdhani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rajdhani/v5/Wfy5zp4PGFAFS7-Wetehzw.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:621;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rakkas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rakkas/v1/XWSZpoSbAR4myQgKbSJM9A.ttf\";}}i:622;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Raleway\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:18:{i:100;s:65:\"http://fonts.gstatic.com/s/raleway/v11/UDfD6oxBaBnmFJwQ7XAFNw.ttf\";s:9:\"100italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/raleway/v11/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/raleway/v11/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/raleway/v11/_dCzxpXzIS3sL-gdJWAP8A.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/raleway/v11/utU2m1gdZSfuQpArSy5Dbw.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/raleway/v11/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/raleway/v11/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/raleway/v11/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/raleway/v11/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/raleway/v11/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:623;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/ralewaydots/v4/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:624;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ramabhadra/v5/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:625;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ramaraja\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ramaraja/v1/XIqzxFapVczstBedHdQTiw.ttf\";}}i:626;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rambla\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/YaTmpvm5gFg_ShJKTQmdzg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/mhUgsKmp0qw3uATdDDAuwA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/rambla/v4/C5VZH8BxQKmnBuoC00UPpw.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/rambla/v4/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:627;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Rammetto One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rammettoone/v5/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:628;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ranchers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ranchers/v4/9ya8CZYhqT66VERfjQ7eLA.ttf\";}}i:629;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rancho\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rancho/v6/ekp3-4QykC4--6KaslRgHA.ttf\";}}i:630;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ranga\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ranga/v1/xpW6zFTNzY1JykoBIqE1Zg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/ranga/v1/h8G_gEUH7vHKH-NkjAs34A.ttf\";}}i:631;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Rasa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/rasa/v1/XQ1gDq2EqBtGcdadPyPbww.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/rasa/v1/A5PoJUwX_PxTsywxlRB79g.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/rasa/v1/HfsDi_Ls3NARO_YEODINGg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/rasa/v1/f-fvbq-hWIQCdmT3QHGk3Q.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/rasa/v1/TSF3CG-8Cn72jvaVdqtMMQ.ttf\";}}i:632;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rationale\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/rationale/v7/7M2eN-di0NGLQse7HzJRfg.ttf\";}}i:633;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/raviprakash/v3/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:634;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Redressed\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/redressed/v6/3aZ5sTBppH3oSm5SabegtA.ttf\";}}i:635;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-22\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/reemkufi/v1/xLwMbK_T1g-h9p-rp60A1Q.ttf\";}}i:636;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/reeniebeanie/v7/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:637;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Revalia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/revalia/v4/1TKw66fF5_poiL0Ktgo4_A.ttf\";}}i:638;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/rhodiumlibre/v1/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:639;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ribeye\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ribeye/v5/e5w3VE8HnWBln4Ll6lUj3Q.ttf\";}}i:640;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ribeyemarrow/v6/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf\";}}i:641;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Righteous\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/righteous/v5/0nRRWM_gCGCt2S-BCfN8WQ.ttf\";}}i:642;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Risque\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/risque/v4/92RnElGnl8yHP97-KV3Fyg.ttf\";}}i:643;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Roboto\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:12:{i:100;s:64:\"http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:64:\"http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/hcKoSgxdnKlbH5dlTwKbow.ttf\";i:500;s:64:\"http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:64:\"http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:64:\"http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:644;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:6:{i:300;s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf\";}}i:645;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:10:{i:100;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf\";s:9:\"100italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:646;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{i:100;s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:647;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rochester\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/rochester/v6/bnj8tmQBiOkdji_G_yvypg.ttf\";}}i:648;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rock Salt\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rocksalt/v6/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf\";}}i:649;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Rokkitt\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rokkitt/v10/GMA7Z_ToF8uSvpZAgnp_VQ.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/rokkitt/v10/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf\";}}i:650;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Romanesco\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/romanesco/v5/2udIjUrpK_CPzYSxRVzD4Q.ttf\";}}i:651;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ropasans/v5/Gba7ZzVBuhg6nX_AoSwlkQ.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/ropasans/v5/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:652;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Rosario\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rosario/v11/bL-cEh8dXtDupB2WccA2LA.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/rosario/v11/pkflNy18HEuVVx4EOjeb_Q.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/rosario/v11/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/rosario/v11/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:653;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Rosarivo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rosarivo/v4/EmPiINK0qyqc7KSsNjJamA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/rosarivo/v4/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:654;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Rouge Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rougescript/v5/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:655;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rozha One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rozhaone/v2/PyrMHQ6lucEIxwKmhqsX8A.ttf\";}}i:656;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Rubik\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:10:{i:300;s:62:\"http://fonts.gstatic.com/s/rubik/v2/o1vXYO8YwDpErHEAPAxpOg.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v2/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/rubik/v2/4sMyW_teKWHB3K8Hm-Il6A.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/rubik/v2/elD65ddI0qvNcCh42b1Iqg.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/rubik/v2/D4HihERG27s-BJrQ4dvkbw.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v2/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/rubik/v2/m1GGHcpLe6Mb0_sAyjXE4g.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v2/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/rubik/v2/mOHfPRl5uP4vw7-5-dbnng.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v2/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:657;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/rubikmonoone/v5/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf\";}}i:658;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rubik One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rubikone/v4/Zs6TtctNRSIR8T5PO018rQ.ttf\";}}i:659;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Ruda\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/ruda/v7/jPEIPB7DM2DNK_uBGv2HGw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/ruda/v7/JABOu1SYOHcGXVejUq4w6g.ttf\";i:900;s:61:\"http://fonts.gstatic.com/s/ruda/v7/Uzusv-enCjoIrznlJJaBRw.ttf\";}}i:660;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rufina\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rufina/v4/s9IFr_fIemiohfZS-ZRDbQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/rufina/v4/D0RUjXFr55y4MVZY2Ww_RA.ttf\";}}i:661;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/rugeboogie/v7/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:662;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ruluko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ruluko/v4/lv4cMwJtrx_dzmlK5SDc1g.ttf\";}}i:663;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/rumraisin/v4/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:664;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/ruslandisplay/v7/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf\";}}i:665;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Russo One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/russoone/v5/zfwxZ--UhUc7FVfgT21PRQ.ttf\";}}i:666;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ruthie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ruthie/v6/vJ2LorukHSbWYoEs5juivg.ttf\";}}i:667;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Rye\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/rye/v4/VUrJlpPpSZxspl3w_yNOrQ.ttf\";}}i:668;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sacramento\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sacramento/v4/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:669;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sahitya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sahitya/v1/wQWULcDbZqljdTfjOUtDvw.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/sahitya/v1/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:670;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Sail\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/sail/v7/iuEoG6kt-bePGvtdpL0GUQ.ttf\";}}i:671;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Salsa\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/salsa/v6/BnpUCBmYdvggScEPs5JbpA.ttf\";}}i:672;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sanchez\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sanchez/v4/BEL8ao-E2LJ5eHPLB2UAiw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/sanchez/v4/iSrhkWLexUZzDeNxNEHtzA.ttf\";}}i:673;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sancreek\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sancreek/v7/8ZacBMraWMvHly4IJI3esw.ttf\";}}i:674;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Sansita One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sansitaone/v6/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:675;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sarala\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sarala/v1/ohip9lixCHoBab7hTtgLnw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/sarala/v1/hpc9cz8KYsazwq2In_oJYw.ttf\";}}i:676;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sarina\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sarina/v5/XYtRfaSknHIU3NHdfTdXoQ.ttf\";}}i:677;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sarpanch\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sarpanch/v1/YMBZdT27b6O5a1DADbAGSg.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:678;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Satisfy\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/satisfy/v6/PRlyepkd-JCGHiN8e9WV2w.ttf\";}}i:679;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Scada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/scada/v4/iZNC3ZEYwe3je6H-28d5Ug.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/scada/v4/PCGyLT1qNawkOUQ3uHFhBw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/scada/v4/t6XNWdMdVWUz93EuRVmifQ.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/scada/v4/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:680;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Scheherazade\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/scheherazade/v12/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/scheherazade/v12/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf\";}}i:681;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Schoolbell\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/schoolbell/v6/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:682;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Scope One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/scopeone/v2/ge7dY8Yht-n7_1cLHtoT3w.ttf\";}}i:683;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/seaweedscript/v4/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:684;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Secular One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/secularone/v1/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:685;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Sevillana\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/sevillana/v4/6m1Nh35oP7YEt00U80Smiw.ttf\";}}i:686;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Seymour One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/seymourone/v4/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:687;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf\";}}i:688;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/shadowsintolighttwo/v4/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf\";}}i:689;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Shanti\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/shanti/v8/lc4nG_JG6Q-2FQSOMMhb_w.ttf\";}}i:690;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Share\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/share/v6/1ytD7zSb_-g9I2GG67vmVw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/share/v6/a9YGdQWFRlNJ0zClJVaY3Q.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/share/v6/XrU8e7a1YKurguyY2azk1Q.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/share/v6/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf\";}}i:691;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Share Tech\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sharetech/v5/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:692;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sharetechmono/v6/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf\";}}i:693;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Shojumaru\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/shojumaru/v4/WP8cxonzQQVAoI3RJQ2wug.ttf\";}}i:694;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Short Stack\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/shortstack/v6/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:695;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Shrikhand\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/shrikhand/v1/45jwHiwIDTWCy3Ir85vvKA.ttf\";}}i:696;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Siemreap\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/siemreap/v9/JSK-mOIsXwxo-zE9XDDl_g.ttf\";}}i:697;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sigmar One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sigmarone/v6/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:698;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Signika\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{i:300;s:85:\"http://fonts.gstatic.com/s/signika/v6/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/signika/v6/WvDswbww0oAtvBg2l1L-9w.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/signika/v6/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/signika/v6/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:699;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Signika Negative\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{i:300;s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf\";i:600;s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf\";i:700;s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf\";}}i:700;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Simonetta\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/simonetta/v5/fN8puNuahBo4EYMQgp12Yg.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:87:\"http://fonts.gstatic.com/s/simonetta/v5/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"900italic\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf\";}}i:701;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sintony\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sintony/v4/IDhCijoIMev2L6Lg5QsduQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/sintony/v4/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:702;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/sirinstencil/v5/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf\";}}i:703;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Six Caps\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sixcaps/v7/_XeDnO0HOV8Er9u97If1tQ.ttf\";}}i:704;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Skranji\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/skranji/v4/jnOLPS0iZmDL7dfWnW3nIw.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/skranji/v4/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:705;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/slabo13px/v3/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:706;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-10-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/slabo27px/v3/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:707;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Slackey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/slackey/v6/evRIMNhGVCRJvCPv4kteeA.ttf\";}}i:708;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Smokum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/smokum/v6/8YP4BuAcy97X8WfdKfxVRw.ttf\";}}i:709;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Smythe\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/smythe/v7/yACD1gy_MpbB9Ft42fUvYw.ttf\";}}i:710;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sniglet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sniglet/v8/XWhyQLHH4SpCVsHRPRgu9w.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/sniglet/v8/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:711;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Snippet\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/snippet/v6/eUcYMLq2GtHZovLlQH_9kA.ttf\";}}i:712;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Snowburst One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/snowburstone/v4/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:713;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sofadi One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sofadione/v4/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf\";}}i:714;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Sofia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/sofia/v5/Imnvx0Ag9r6iDBFUY5_RaQ.ttf\";}}i:715;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sonsie One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sonsieone/v5/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:716;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v6/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf\";}}i:717;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf\";i:300;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf\";}}i:718;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:12:{i:200;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf\";i:300;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf\";}}i:719;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf\";i:600;s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf\";}}i:720;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Space Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/spacemono/v1/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/spacemono/v1/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/spacemono/v1/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/spacemono/v1/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf\";}}i:721;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Special Elite\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/specialelite/v6/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:722;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/spicyrice/v5/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:723;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Spinnaker\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/spinnaker/v8/MQdIXivKITpjROUdiN6Jgg.ttf\";}}i:724;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Spirax\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/spirax/v5/IOKqhk-Ccl7y31yDsePPkw.ttf\";}}i:725;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Squada One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/squadaone/v5/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:726;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/sreekrushnadevaraya/v4/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf\";}}i:727;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sriracha\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sriracha/v1/l-TXHmKwoHm6vtjy4oUz8Q.ttf\";}}i:728;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Stalemate\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/stalemate/v4/wQLCnG0qB6mOu2Wit2dt_w.ttf\";}}i:729;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Stalinist One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-10\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/stalinistone/v8/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf\";}}i:730;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/stardosstencil/v6/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/stardosstencil/v6/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf\";}}i:731;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/stintultracondensed/v5/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf\";}}i:732;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/stintultraexpanded/v4/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf\";}}i:733;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Stoke\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{i:300;s:62:\"http://fonts.gstatic.com/s/stoke/v6/Sell9475FOS8jUqQsfFsUQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/stoke/v6/A7qJNoqOm2d6o1E6e0yUFg.ttf\";}}i:734;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Strait\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/strait/v4/m4W73ViNmProETY2ybc-Bg.ttf\";}}i:735;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf\";}}i:736;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Suez One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/suezone/v1/xulpHtKbz3V8hoSLE2uKDw.ttf\";}}i:737;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sumana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sumana/v1/wgdl__wAK7pzliiWs0Nlog.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/sumana/v1/8AcM-KAproitONSBBHj3sQ.ttf\";}}i:738;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Sunshiney\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/sunshiney/v6/kaWOb4pGbwNijM7CkxK1sQ.ttf\";}}i:739;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Supermercado One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/supermercadoone/v6/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf\";}}i:740;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Sura\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/sura/v1/jznKrhTH5NezYxb0-Q5zzA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/sura/v1/Z5bXQaFGmoWicN1WlcncxA.ttf\";}}i:741;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Suranna\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/suranna/v4/PYmfr6TQeTqZ-r8HnPM-kA.ttf\";}}i:742;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Suravaram\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/suravaram/v3/G4dPee4pel_w2HqzavW4MA.ttf\";}}i:743;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/suwannaphum/v9/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:744;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/swankyandmoomoo/v6/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf\";}}i:745;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Syncopate\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/syncopate/v7/RQVwO52fAH6MI764EcaYtw.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:746;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Tangerine\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/tangerine/v7/DTPeM3IROhnkz7aYG2a9sA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/tangerine/v7/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf\";}}i:747;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Taprom\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/taprom/v8/-KByU3BaUsyIvQs79qFObg.ttf\";}}i:748;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Tauri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/tauri/v4/XIWeYJDXNqiVNej0zEqtGg.ttf\";}}i:749;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Taviraj\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:64:\"http://fonts.gstatic.com/s/taviraj/v1/7iDtujKEc7hwcT6D0zLx-A.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/taviraj/v1/AH1eoWagKJhbVx4Poc3M1A.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/taviraj/v1/hAS5RxygdSnG4626KdkXuQ.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:750;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Teko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/teko/v5/OobFGE9eo24rcBpN6zXDaQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/teko/v5/UtekqODEqZXSN2L-njejpA.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/teko/v5/FQ0duU7gWM4cSaImOfAjBA.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/teko/v5/QDx_i8H-TZ1IK1JEVrqwEQ.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/teko/v5/xKfTxe_SWpH4xU75vmvylA.ttf\";}}i:751;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Telex\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/telex/v4/24-3xP9ywYeHOcFU3iGk8A.ttf\";}}i:752;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/tenaliramakrishna/v3/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf\";}}i:753;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/tenorsans/v7/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:754;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Text Me One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/textmeone/v4/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:755;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/thegirlnextdoor/v7/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf\";}}i:756;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Tienne\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/tienne/v8/-IIfDl701C0z7-fy2kmGvA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/tienne/v8/JvoCDOlyOSEyYGRwCyfs3g.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/tienne/v8/FBano5T521OWexj2iRYLMw.ttf\";}}i:757;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Tillana\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/tillana/v1/zN0D-jDPsr1HzU3VRFLY5g.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/tillana/v1/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/tillana/v1/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/tillana/v1/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/tillana/v1/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:758;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Timmana\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/timmana/v1/T25SicsJUJkc2s2sbBsDnA.ttf\";}}i:759;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Tinos\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:6:\"hebrew\";i:3;s:8:\"cyrillic\";i:4;s:5:\"greek\";i:5;s:5:\"latin\";i:6;s:9:\"greek-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/EqpUbkVmutfwZ0PjpoGwCg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/slfyzlasCr9vTsaP4lUh9A.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/tinos/v9/vHXfhX8jZuQruowfon93yQ.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/tinos/v9/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:760;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Titan One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/titanone/v4/FbvpRvzfV_oipS0De3iAZg.ttf\";}}i:761;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Titillium Web\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:11:{i:200;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf\";s:9:\"200italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf\";i:300;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf\";i:900;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf\";}}i:762;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Trade Winds\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/tradewinds/v5/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:763;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trirong\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:64:\"http://fonts.gstatic.com/s/trirong/v1/A4AP1moxqvtadq5CW3L17A.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:85:\"http://fonts.gstatic.com/s/trirong/v1/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/trirong/v1/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trirong/v1/lYu4kez-Enlvh2X-itx6CA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/trirong/v1/kV0MzmWPKkglEtJf--dQhQ.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/trirong/v1/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/trirong/v1/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/trirong/v1/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/trirong/v1/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/trirong/v1/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:764;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trocchi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trocchi/v4/uldNPaKrUGVeGCVsmacLwA.ttf\";}}i:765;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trochut\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trochut/v4/6Y65B0x-2JsnYt16OH5omw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/trochut/v4/pczUwr4ZFvC79TgNO5cZng.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/trochut/v4/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:766;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trykker\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trykker/v5/YiVrVJpBFN7I1l_CWk6yYQ.ttf\";}}i:767;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Tulpen One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/tulpenone/v6/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:768;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ubuntu\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-03\";s:5:\"files\";a:8:{i:300;s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/7-wH0j2QCTHKgp7vLh9-sQ.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/lhhB5ZCwEkBRbHMSnYuKyA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/b9hP8wd30SygxZjGGk4DCQ.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/bMbHEMwSUmkzcK2x_74QbA.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/B7BtHjNYwAp3HgLNagENOQ.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:769;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-03\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf\";}}i:770;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"latin-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"greek-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-03\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:771;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ultra\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ultra/v8/OW8uXkOstRADuhEmGOFQLA.ttf\";}}i:772;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/uncialantiqua/v4/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf\";}}i:773;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Underdog\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/underdog/v5/gBv9yjez_-5PnTprHWq0ig.ttf\";}}i:774;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Unica One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/unicaone/v4/KbYKlhWMDpatWViqDkNQgA.ttf\";}}i:775;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{i:700;s:92:\"http://fonts.gstatic.com/s/unifrakturcook/v8/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf\";}}i:776;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf\";}}i:777;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Unkempt\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/unkempt/v7/NLLBeNSspr0RGs71R5LHWA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/unkempt/v7/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:778;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Unlock\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/unlock/v6/rXEQzK7uIAlhoyoAEiMy1w.ttf\";}}i:779;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Unna\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/unna/v8/UAS0AM7AmbdCNY_80xyAZQ.ttf\";}}i:780;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"VT323\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/vt323/v7/ITU2YQfM073o1iYK3nSOmQ.ttf\";}}i:781;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Vampiro One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/vampiroone/v7/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:782;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Varela\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/varela/v7/ON7qs0cKUUixhhDFXlZUjw.ttf\";}}i:783;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Varela Round\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/varelaround/v7/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf\";}}i:784;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/vastshadow/v6/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:785;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf\";i:900;s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf\";}}i:786;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Vibur\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/vibur/v7/xB9aKsUbJo68XP0bAg2iLw.ttf\";}}i:787;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Vidaloka\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vidaloka/v8/C6Nul0ogKUWkx356rrt9RA.ttf\";}}i:788;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Viga\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/viga/v5/uD87gDbhS7frHLX4uL6agg.ttf\";}}i:789;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Voces\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/voces/v5/QoBH6g6yKgNIgvL8A2aE2Q.ttf\";}}i:790;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Volkhov\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/volkhov/v8/MDIZAofe1T_J3un5Kgo8zg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/volkhov/v8/1rTjmztKEpbkKH06JwF8Yw.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/volkhov/v8/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/volkhov/v8/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:791;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Vollkorn\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vollkorn/v6/IiexqYAeh8uII223thYx3w.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:792;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Voltaire\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/voltaire/v6/WvqBzaGEBbRV-hrahwO2cA.ttf\";}}i:793;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/waitingforthesunrise/v7/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf\";}}i:794;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Wallpoet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/wallpoet/v8/hmum4WuBN4A0Z_7367NDIg.ttf\";}}i:795;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf\";}}i:796;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Warnes\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/warnes/v6/MXG7_Phj4YpzAXxKGItuBw.ttf\";}}i:797;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Wellfleet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/wellfleet/v4/J5tOx72iFRPgHYpbK9J4XQ.ttf\";}}i:798;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Wendy One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/wendyone/v4/R8CJT2oDXdMk_ZtuHTxoxw.ttf\";}}i:799;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Wire One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/wireone/v7/sRLhaQOQpWnvXwIx0CycQw.ttf\";}}i:800;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Work Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:9:{i:100;s:86:\"http://fonts.gstatic.com/s/worksans/v2/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/worksans/v2/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/worksans/v2/zVvigUiMvx7JVEnrJgc-5Q.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/worksans/v2/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/worksans/v2/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:801;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{i:200;s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf\";i:300;s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf\";}}i:802;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Yantramanav\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:100;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:900;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf\";}}i:803;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Yatra One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/yatraone/v1/ApKQzWF7_vG0Lt5TDqgUvw.ttf\";}}i:804;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yellowtail\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yellowtail/v6/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:805;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yeseva One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yesevaone/v10/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:806;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yesteryear\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yesteryear/v5/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:807;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Yrsa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/YI0C1syzAYpkrPx27UnC2w.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/yrsa/v1/JWX_dCK4_Jq-oqF7r9rFHg.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/rWuZmBLHIeKRbnfSvWCvYg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/1413P-oEfrq-tBIdqnslDQ.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/iV49zaJV5wyo_4LgxE2yng.ttf\";}}i:808;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Zeyada\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/zeyada/v6/hmonmGYYFwqTZQfG2nRswQ.ttf\";}}}','yes'),(8245,'cherry_customiser_fonts_inited','1','yes'),(8658,'wcml_currency_switcher_template_objects','a:4:{s:13:\"wcml-dropdown\";O:31:\"WCML_Currency_Switcher_Template\":10:{s:41:\"\0WCML_Currency_Switcher_Template\0template\";a:6:{s:4:\"path\";a:1:{i:0;s:136:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown\";}s:4:\"name\";s:8:\"Dropdown\";s:4:\"slug\";s:13:\"wcml-dropdown\";s:3:\"css\";a:1:{i:0;s:123:\"http://fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown/style.css\";}s:2:\"js\";a:0:{}s:7:\"is_core\";b:1;}s:39:\"\0WCML_Currency_Switcher_Template\0prefix\";s:8:\"wcml-cs-\";s:49:\"\0WCML_Currency_Switcher_Template\0woocommerce_wpml\";O:16:\"woocommerce_wpml\":35:{s:8:\"settings\";a:28:{s:14:\"file_path_sync\";i:1;s:20:\"is_term_order_synced\";i:0;s:21:\"enable_multi_currency\";i:0;s:16:\"dismiss_doc_main\";i:1;s:15:\"trnsl_interface\";i:1;s:16:\"currency_options\";a:1:{s:3:\"EUR\";a:9:{s:9:\"languages\";a:2:{s:2:\"en\";i:1;s:2:\"es\";i:1;}s:4:\"rate\";i:0;s:8:\"position\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:8:\"rounding\";s:8:\"disabled\";s:18:\"rounding_increment\";i:1;s:13:\"auto_subtract\";i:0;}}s:36:\"currency_switcher_product_visibility\";i:1;s:18:\"dismiss_tm_warning\";i:0;s:20:\"dismiss_cart_warning\";i:0;s:9:\"cart_sync\";a:2:{s:11:\"lang_switch\";i:1;s:15:\"currency_switch\";i:1;}s:22:\"url_translation_set_up\";i:1;s:22:\"wc_admin_options_saved\";i:1;s:18:\"products_sync_date\";i:1;s:19:\"products_sync_order\";i:1;s:21:\"display_custom_prices\";i:0;s:15:\"sync_variations\";i:0;s:16:\"sync_product_cat\";i:0;s:16:\"sync_product_tag\";i:0;s:27:\"sync_product_shipping_class\";i:0;s:23:\"sync_taxonomies_checked\";i:1;s:6:\"set_up\";i:1;s:30:\"downloaded_translations_for_wc\";i:1;s:21:\"rewrite_rules_flashed\";i:1;s:14:\"multi_currency\";a:2:{s:6:\"set_up\";i:1;s:14:\"exchange_rates\";a:6:{s:9:\"automatic\";i:0;s:7:\"service\";s:7:\"fixerio\";s:14:\"lifting_charge\";i:0;s:8:\"schedule\";s:6:\"manual\";s:8:\"week_day\";i:1;s:9:\"month_day\";i:1;}}s:18:\"default_currencies\";a:2:{s:2:\"en\";b:0;s:2:\"es\";b:0;}s:18:\"untranstaled_terms\";a:3:{s:11:\"product_cat\";a:2:{s:5:\"count\";i:1;s:6:\"status\";i:1;}s:11:\"product_tag\";a:2:{s:5:\"count\";i:0;s:6:\"status\";i:0;}s:22:\"product_shipping_class\";a:2:{s:5:\"count\";i:0;s:6:\"status\";i:0;}}s:17:\"set_up_wizard_run\";i:1;s:20:\"set_up_wizard_splash\";i:1;}s:15:\"troubleshooting\";N;s:9:\"endpoints\";N;s:8:\"products\";N;s:17:\"sync_product_data\";N;s:20:\"sync_variations_data\";N;s:5:\"store\";N;s:6:\"emails\";N;s:5:\"terms\";N;s:10:\"attributes\";N;s:6:\"orders\";N;s:10:\"currencies\";O:15:\"WCML_Currencies\":1:{s:33:\"\0WCML_Currencies\0woocommerce_wpml\";r:13;}s:14:\"multi_currency\";N;s:18:\"languages_upgrader\";N;s:15:\"url_translation\";N;s:7:\"coupons\";N;s:6:\"locale\";N;s:5:\"media\";N;s:12:\"downloadable\";N;s:7:\"strings\";N;s:8:\"shipping\";N;s:8:\"gateways\";N;s:12:\"cs_templates\";O:32:\"WCML_Currency_Switcher_Templates\":7:{s:50:\"\0WCML_Currency_Switcher_Templates\0woocommerce_wpml\";R:13;s:40:\"\0WCML_Currency_Switcher_Templates\0wp_api\";O:11:\"WPML_WP_API\":0:{}s:46:\"\0WCML_Currency_Switcher_Templates\0uploads_path\";s:66:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/uploads\";s:43:\"\0WCML_Currency_Switcher_Templates\0wpml_file\";O:9:\"WCML_File\":1:{s:17:\"\0WCML_File\0wp_api\";O:11:\"WPML_WP_API\":0:{}}s:43:\"\0WCML_Currency_Switcher_Templates\0templates\";b:0;s:52:\"\0WCML_Currency_Switcher_Templates\0enqueued_templates\";a:0:{}s:36:\"\0WCML_Currency_Switcher_Templates\0ds\";s:1:\"/\";}s:8:\"comments\";N;s:18:\"translation_editor\";N;s:12:\"dependencies\";N;s:19:\"dependencies_are_ok\";N;s:4:\"cart\";N;s:18:\"cart_sync_warnings\";N;s:25:\"\0woocommerce_wpml\0reports\";N;s:8:\"requests\";N;s:13:\"compatibility\";N;s:30:\"\0woocommerce_wpml\0xdomain_data\";N;s:38:\"\0woocommerce_wpml\0wcml_products_screen\";N;s:13:\"cs_properties\";O:33:\"WCML_Currency_Switcher_Properties\":0:{}}s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:1:{i:0;O:27:\"WPML\\Core\\Twig\\TwigFunction\":4:{s:7:\"\0*\0name\";s:19:\"get_formatted_price\";s:11:\"\0*\0callable\";a:2:{i:0;r:2;i:1;s:19:\"get_formatted_price\";}s:10:\"\0*\0options\";a:8:{s:17:\"needs_environment\";b:0;s:13:\"needs_context\";b:0;s:11:\"is_variadic\";b:0;s:7:\"is_safe\";N;s:16:\"is_safe_callback\";N;s:10:\"node_class\";s:50:\"\\WPML\\Core\\Twig\\Node\\Expression\\FunctionExpression\";s:10:\"deprecated\";b:0;s:11:\"alternative\";N;}s:12:\"\0*\0arguments\";a:0:{}}}s:17:\"\0*\0template_paths\";a:1:{i:0;s:136:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:19:\"wcml-dropdown-click\";O:31:\"WCML_Currency_Switcher_Template\":10:{s:41:\"\0WCML_Currency_Switcher_Template\0template\";a:6:{s:4:\"path\";a:1:{i:0;s:142:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown-click\";}s:4:\"name\";s:14:\"Dropdown click\";s:4:\"slug\";s:19:\"wcml-dropdown-click\";s:3:\"css\";a:1:{i:0;s:129:\"http://fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown-click/style.css\";}s:2:\"js\";a:1:{i:0;s:129:\"http://fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown-click/script.js\";}s:7:\"is_core\";b:1;}s:39:\"\0WCML_Currency_Switcher_Template\0prefix\";s:8:\"wcml-cs-\";s:49:\"\0WCML_Currency_Switcher_Template\0woocommerce_wpml\";R:13;s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:1:{i:0;O:27:\"WPML\\Core\\Twig\\TwigFunction\":4:{s:7:\"\0*\0name\";s:19:\"get_formatted_price\";s:11:\"\0*\0callable\";a:2:{i:0;r:141;i:1;s:19:\"get_formatted_price\";}s:10:\"\0*\0options\";a:8:{s:17:\"needs_environment\";b:0;s:13:\"needs_context\";b:0;s:11:\"is_variadic\";b:0;s:7:\"is_safe\";N;s:16:\"is_safe_callback\";N;s:10:\"node_class\";s:50:\"\\WPML\\Core\\Twig\\Node\\Expression\\FunctionExpression\";s:10:\"deprecated\";b:0;s:11:\"alternative\";N;}s:12:\"\0*\0arguments\";a:0:{}}}s:17:\"\0*\0template_paths\";a:1:{i:0;s:142:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-dropdown-click\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:20:\"wcml-horizontal-list\";O:31:\"WCML_Currency_Switcher_Template\":10:{s:41:\"\0WCML_Currency_Switcher_Template\0template\";a:6:{s:4:\"path\";a:1:{i:0;s:143:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-list-horizontal\";}s:4:\"name\";s:15:\"Horizontal List\";s:4:\"slug\";s:20:\"wcml-horizontal-list\";s:3:\"css\";a:1:{i:0;s:130:\"http://fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-list-horizontal/style.css\";}s:2:\"js\";a:0:{}s:7:\"is_core\";b:1;}s:39:\"\0WCML_Currency_Switcher_Template\0prefix\";s:8:\"wcml-cs-\";s:49:\"\0WCML_Currency_Switcher_Template\0woocommerce_wpml\";R:13;s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:1:{i:0;O:27:\"WPML\\Core\\Twig\\TwigFunction\":4:{s:7:\"\0*\0name\";s:19:\"get_formatted_price\";s:11:\"\0*\0callable\";a:2:{i:0;r:176;i:1;s:19:\"get_formatted_price\";}s:10:\"\0*\0options\";a:8:{s:17:\"needs_environment\";b:0;s:13:\"needs_context\";b:0;s:11:\"is_variadic\";b:0;s:7:\"is_safe\";N;s:16:\"is_safe_callback\";N;s:10:\"node_class\";s:50:\"\\WPML\\Core\\Twig\\Node\\Expression\\FunctionExpression\";s:10:\"deprecated\";b:0;s:11:\"alternative\";N;}s:12:\"\0*\0arguments\";a:0:{}}}s:17:\"\0*\0template_paths\";a:1:{i:0;s:143:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-list-horizontal\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:18:\"wcml-vertical-list\";O:31:\"WCML_Currency_Switcher_Template\":10:{s:41:\"\0WCML_Currency_Switcher_Template\0template\";a:6:{s:4:\"path\";a:1:{i:0;s:141:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-list-vertical\";}s:4:\"name\";s:13:\"Vertical List\";s:4:\"slug\";s:18:\"wcml-vertical-list\";s:3:\"css\";a:1:{i:0;s:128:\"http://fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-list-vertical/style.css\";}s:2:\"js\";a:0:{}s:7:\"is_core\";b:1;}s:39:\"\0WCML_Currency_Switcher_Template\0prefix\";s:8:\"wcml-cs-\";s:49:\"\0WCML_Currency_Switcher_Template\0woocommerce_wpml\";R:13;s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:1:{i:0;O:27:\"WPML\\Core\\Twig\\TwigFunction\":4:{s:7:\"\0*\0name\";s:19:\"get_formatted_price\";s:11:\"\0*\0callable\";a:2:{i:0;r:210;i:1;s:19:\"get_formatted_price\";}s:10:\"\0*\0options\";a:8:{s:17:\"needs_environment\";b:0;s:13:\"needs_context\";b:0;s:11:\"is_variadic\";b:0;s:7:\"is_safe\";N;s:16:\"is_safe_callback\";N;s:10:\"node_class\";s:50:\"\\WPML\\Core\\Twig\\Node\\Expression\\FunctionExpression\";s:10:\"deprecated\";b:0;s:11:\"alternative\";N;}s:12:\"\0*\0arguments\";a:0:{}}}s:17:\"\0*\0template_paths\";a:1:{i:0;s:141:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/woocommerce-multilingual/templates/currency-switchers/legacy-list-vertical\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}}','yes'),(8659,'wpml_language_switcher_template_objects','a:6:{s:20:\"wpml-legacy-dropdown\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:138:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:8:\"Dropdown\";s:4:\"slug\";s:20:\"wpml-legacy-dropdown\";s:8:\"base_uri\";s:111:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/\";s:3:\"css\";a:1:{i:0;s:120:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.css\";}s:2:\"js\";a:1:{i:0;s:120:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.js\";}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:2:{i:0;s:8:\"sidebars\";i:1;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:1:{s:29:\"display_link_for_current_lang\";i:1;}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:138:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:26:\"wpml-legacy-dropdown-click\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:144:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:14:\"Dropdown click\";s:4:\"slug\";s:26:\"wpml-legacy-dropdown-click\";s:8:\"base_uri\";s:117:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click/\";s:3:\"css\";a:1:{i:0;s:126:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click/style.css\";}s:2:\"js\";a:1:{i:0;s:126:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click/script.js\";}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:2:{i:0;s:8:\"sidebars\";i:1;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:1:{s:29:\"display_link_for_current_lang\";i:1;}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:144:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:27:\"wpml-legacy-horizontal-list\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:145:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:15:\"Horizontal List\";s:4:\"slug\";s:27:\"wpml-legacy-horizontal-list\";s:8:\"base_uri\";s:118:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/\";s:3:\"css\";a:1:{i:0;s:127:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:3:{i:0;s:8:\"sidebars\";i:1;s:6:\"footer\";i:2;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:145:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:25:\"wpml-legacy-vertical-list\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:143:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:13:\"Vertical List\";s:4:\"slug\";s:25:\"wpml-legacy-vertical-list\";s:8:\"base_uri\";s:116:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical/\";s:3:\"css\";a:1:{i:0;s:125:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:3:{i:0;s:8:\"sidebars\";i:1;s:6:\"footer\";i:2;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:143:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:29:\"wpml-legacy-post-translations\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:147:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:17:\"Post translations\";s:4:\"slug\";s:29:\"wpml-legacy-post-translations\";s:8:\"base_uri\";s:120:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations/\";s:3:\"css\";a:1:{i:0;s:129:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:1:{i:0;s:17:\"post_translations\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:147:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}s:14:\"wpml-menu-item\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:132:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:9:\"Menu Item\";s:4:\"slug\";s:14:\"wpml-menu-item\";s:8:\"base_uri\";s:105:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/\";s:3:\"css\";a:1:{i:0;s:114:\"//fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:1:{i:0;s:5:\"menus\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:17:\"\0*\0custom_filters\";a:0:{}s:19:\"\0*\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:132:\"/var/www/vhosts/factoryfy.com/fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item\";}s:18:\"\0*\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:7:\"\0*\0twig\";N;}}','yes'),(9804,'duplicate_post_title_prefix','','yes'),(9805,'duplicate_post_title_suffix','','yes'),(9806,'duplicate_post_increase_menu_order_by','','yes'),(9807,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(12515,'_transient_timeout_wc_low_stock_count','1590058657','no'),(12516,'_transient_wc_low_stock_count','0','no'),(12517,'_transient_timeout_wc_outofstock_count','1590058657','no'),(12518,'_transient_wc_outofstock_count','0','no'),(13842,'_site_transient_timeout_browser_267bde5badd5f244b85b83450accebb5','1589184068','no'),(13843,'_site_transient_browser_267bde5badd5f244b85b83450accebb5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.129\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(13844,'_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd','1589184068','no'),(13845,'_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(13846,'_transient_timeout_jet_elements_categories_2.2.6','1589184069','no'),(13847,'_transient_jet_elements_categories_2.2.6','a:24:{i:0;s:21:\"jet advanced carousel\";i:1;s:16:\"jet advanced map\";i:2;s:16:\"jet animated box\";i:3;s:17:\"jet animated text\";i:4;s:10:\"jet banner\";i:5;s:10:\"jet brands\";i:6;s:10:\"jet button\";i:7;s:19:\"jet circle progress\";i:8;s:19:\"jet countdown timer\";i:9;s:12:\"jet headline\";i:10;s:20:\"jet image comparison\";i:11;s:22:\"jet images grid layout\";i:12;s:25:\"jet images justify layout\";i:13;s:25:\"jet images masonry layout\";i:14;s:17:\"jet post carousel\";i:15;s:15:\"jet post slider\";i:16;s:14:\"jet posts grid\";i:17;s:17:\"jet pricing table\";i:18;s:16:\"jet progress bar\";i:19;s:12:\"jet services\";i:20;s:10:\"jet slider\";i:21;s:18:\"jet subscribe form\";i:22;s:16:\"jet team members\";i:23;s:16:\"jet testimonials\";}','no'),(13851,'_transient_timeout_wc_report_sales_by_date','1588749074','no'),(13852,'_transient_wc_report_sales_by_date','a:16:{s:32:\"f0f1dfadd85aaa666d694d5a339364ae\";a:0:{}s:32:\"d4e40ef29342a03e8a1806d99f31d7c0\";a:0:{}s:32:\"33c4bacf7cb0c2d1e8a946f83ba47fad\";a:0:{}s:32:\"2ca24d70b7131e2da6ad4f4ad595d766\";N;s:32:\"6f1dfc1b313ae3a593929431f225bbd7\";a:0:{}s:32:\"97e003ff2419f0ea30ebcd38e2af793f\";a:0:{}s:32:\"247c00d42fbffc297250bb8b3ec21f03\";a:0:{}s:32:\"d4756a744bbc4dac6852bef75ee91f01\";a:0:{}s:32:\"9da3e5fda33dc0fc7e832b163a0f3164\";a:0:{}s:32:\"a76c7b8d0fccec62b625a9f2d0ccb23b\";a:0:{}s:32:\"7f05e199fd18870df2d5df48649cd13c\";a:0:{}s:32:\"5981c6a624f559e7bd8e5283ed305e69\";N;s:32:\"a8d8b70240f1ef627a3611d23400b702\";a:0:{}s:32:\"b2c7d82c40031178a68aa0d3774b1e1f\";a:0:{}s:32:\"7fa2972733490ccdb51c3b8aadb6c437\";a:0:{}s:32:\"201a3a9b5a9fd37f7709831a639088d5\";a:0:{}}','no'),(13853,'_transient_timeout_wc_admin_report','1588749074','no'),(13854,'_transient_wc_admin_report','a:2:{s:32:\"cf9f1a1d21a64505e7c96f4d5f5ebc2f\";a:0:{}s:32:\"0ef32339c78a00666fe353019dc398f1\";a:0:{}}','no'),(13874,'elementor_pro_tracker_notice','1','yes'),(13875,'elementor_allow_tracking','no','yes'),(13876,'elementor_tracker_notice','1','yes'),(13900,'_transient_timeout_c559028a8090492262b495d96de0e0f1','1589184180','no'),(13901,'_transient_c559028a8090492262b495d96de0e0f1','a:10:{s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/apple-maps-esque.json\";s:16:\"Apple Maps-esque\";s:76:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-essence.json\";s:12:\"Blue Essence\";s:74:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-water.json\";s:10:\"Blue Water\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/light-dream.json\";s:11:\"Light Dream\";s:73:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/pale-dawn.json\";s:9:\"Pale Dawn\";s:69:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/paper.json\";s:5:\"Paper\";s:78:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/shades-of-grey.json\";s:14:\"Shades of Grey\";s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/subtle-grayscale.json\";s:16:\"Subtle Grayscale\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/ultra-light.json\";s:11:\"Ultra Light\";s:66:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/wy.json\";s:2:\"WY\";}','no'),(14188,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(14189,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(14275,'_site_transient_timeout_community-events-ebcc03b577d333872314e6b00a2cc3c3','1588624152','no'),(14276,'_site_transient_community-events-ebcc03b577d333872314e6b00a2cc3c3','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"78.30.23.0\";}s:6:\"events\";a:3:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp España Online\";s:3:\"url\";s:31:\"https://2020.spain.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-06 14:00:00\";s:8:\"end_date\";s:19:\"2020-05-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.463667000000001;s:9:\"longitude\";d:-3.7492200000000002;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Cómo crear contenido de calidad en WordPress\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Madrid/events/270402917/\";s:6:\"meetup\";s:16:\"WordPress Madrid\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Madrid/\";s:4:\"date\";s:19:\"2020-05-20 19:00:00\";s:8:\"end_date\";s:19:\"2020-05-20 21:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.419998168945;s:9:\"longitude\";d:-3.7100000381470002;}}i:2;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Europe Online\";s:3:\"url\";s:32:\"https://2020.europe.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-06-04 00:00:00\";s:8:\"end_date\";s:19:\"2020-06-06 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.157943799999998;s:9:\"longitude\";d:-8.6291053000000009;}}}}','no'),(15732,'_site_transient_timeout_theme_roots','1588658617','no'),(15733,'_site_transient_theme_roots','a:2:{s:13:\"generatepress\";s:7:\"/themes\";s:19:\"generatepress_child\";s:7:\"/themes\";}','no'),(15735,'_transient_timeout__woocommerce_helper_updates','1588700018','no'),(15736,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1588656818;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(15737,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1588656816;s:8:\"response\";a:7:{s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:65:\"<p>Options to show original post + accessibility improvements</p>\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.9.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2075035\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2075035\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2075035\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2075035\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"woocommerce-multilingual/wpml-woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/woocommerce-multilingual\";s:4:\"slug\";s:24:\"woocommerce-multilingual\";s:6:\"plugin\";s:45:\"woocommerce-multilingual/wpml-woocommerce.php\";s:11:\"new_version\";s:5:\"4.8.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/woocommerce-multilingual/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/woocommerce-multilingual.4.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/woocommerce-multilingual/assets/icon-256x256.png?rev=2026021\";s:2:\"1x\";s:77:\"https://ps.w.org/woocommerce-multilingual/assets/icon-128x128.png?rev=2026021\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-multilingual/assets/banner-772x250.png?rev=2026021\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:40:\"sitepress-multilingual-cms/sitepress.php\";O:8:\"stdClass\":8:{s:2:\"id\";i:0;s:4:\"slug\";s:26:\"sitepress-multilingual-cms\";s:6:\"plugin\";s:40:\"sitepress-multilingual-cms/sitepress.php\";s:11:\"new_version\";s:6:\"4.3.12\";s:14:\"upgrade_notice\";s:0:\"\";s:3:\"url\";s:46:\"https://wpml.org/?download=6088&version=4.3.12\";s:7:\"package\";s:126:\"https://wpml.org/?download=6088&version=4.3.12&site_key=dYeaDTWbHv&site_url=https%3A%2F%2Ffcm.factoryfy.com&wpml_version=4.3.3\";s:5:\"icons\";a:3:{s:3:\"svg\";s:139:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-core/icon.svg\";s:2:\"1x\";s:147:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-core/icon-128x128.png\";s:2:\"2x\";s:147:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-core/icon-256x256.png\";}}s:34:\"wpml-string-translation/plugin.php\";O:8:\"stdClass\":8:{s:2:\"id\";i:0;s:4:\"slug\";s:23:\"wpml-string-translation\";s:6:\"plugin\";s:34:\"wpml-string-translation/plugin.php\";s:11:\"new_version\";s:5:\"3.0.9\";s:14:\"upgrade_notice\";s:0:\"\";s:3:\"url\";s:45:\"https://wpml.org/?download=6092&version=3.0.9\";s:7:\"package\";s:125:\"https://wpml.org/?download=6092&version=3.0.9&site_key=dYeaDTWbHv&site_url=https%3A%2F%2Ffcm.factoryfy.com&wpml_version=4.3.3\";s:5:\"icons\";a:3:{s:3:\"svg\";s:137:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-st/icon.svg\";s:2:\"1x\";s:145:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-st/icon-128x128.png\";s:2:\"2x\";s:145:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-st/icon-256x256.png\";}}s:38:\"wpml-translation-management/plugin.php\";O:8:\"stdClass\":8:{s:2:\"id\";i:0;s:4:\"slug\";s:27:\"wpml-translation-management\";s:6:\"plugin\";s:38:\"wpml-translation-management/plugin.php\";s:11:\"new_version\";s:5:\"2.9.6\";s:14:\"upgrade_notice\";s:0:\"\";s:3:\"url\";s:45:\"https://wpml.org/?download=6094&version=2.9.6\";s:7:\"package\";s:125:\"https://wpml.org/?download=6094&version=2.9.6&site_key=dYeaDTWbHv&site_url=https%3A%2F%2Ffcm.factoryfy.com&wpml_version=4.3.3\";s:5:\"icons\";a:3:{s:3:\"svg\";s:137:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-tm/icon.svg\";s:2:\"1x\";s:145:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-tm/icon-128x128.png\";s:2:\"2x\";s:145:\"https://fcm.factoryfy.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/../icons/plugin-icons/wpml/wpml-tm/icon-256x256.png\";}}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"3.8.0\";s:7:\"updated\";s:19:\"2019-11-10 21:40:02\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/3.8.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:3:{s:40:\"sitepress-multilingual-cms/sitepress.php\";s:5:\"4.3.3\";s:34:\"wpml-string-translation/plugin.php\";s:5:\"3.0.3\";s:38:\"wpml-translation-management/plugin.php\";s:5:\"2.9.2\";}}','no'),(15758,'_site_transient_timeout_jet_dashboard_license_expire_check','1588703657','no'),(15759,'_site_transient_jet_dashboard_license_expire_check','true','no'),(15767,'_transient_timeout_elementor_remote_info_api_data_2.7.5','1588703690','no'),(15768,'_transient_elementor_remote_info_api_data_2.7.5','a:4:{s:9:\"timestamp\";i:1588659804;s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:59:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.1.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"en_GB\";i:2;s:5:\"en_NZ\";i:3;s:5:\"en_ZA\";i:4;s:5:\"en_AU\";i:5;s:5:\"en_CA\";i:6;s:5:\"sv_SE\";i:7;s:5:\"da_DK\";i:8;s:5:\"fr_FR\";i:9;s:5:\"de_DE\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}}','no'),(15772,'_site_transient_timeout_community-events-c65b7ffd7dc83de2912981d34fef0f32','1588703701','no'),(15773,'_site_transient_community-events-c65b7ffd7dc83de2912981d34fef0f32','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"89.38.23.0\";}s:6:\"events\";a:2:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp España Online\";s:3:\"url\";s:31:\"https://2020.spain.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-06 14:00:00\";s:8:\"end_date\";s:19:\"2020-05-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.463667000000001;s:9:\"longitude\";d:-3.7492200000000002;}}i:1;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Europe Online\";s:3:\"url\";s:32:\"https://2020.europe.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-06-04 00:00:00\";s:8:\"end_date\";s:19:\"2020-06-06 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.157943799999998;s:9:\"longitude\";d:-8.6291053000000009;}}}}','no'),(15776,'_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51','1588703703','no'),(15777,'_transient_feed_69c933d8a78805efd0abe985766ffb51','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://es.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Español\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 06:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"es\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-alpha-47761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:85:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://es.wordpress.org/2020/04/30/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://es.wordpress.org/2020/04/30/wordpress-5-4-1/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 06:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Mantenimiento\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Seguridad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4955\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"¡Ya está disponible WordPress 5.4.1! Esta actualización de seguridad y mantenimiento contiene 17 correcciones a fallos además de 7 correcciones de seguridad. Al ser una actualización de seguridad es recomendable que actualices tus sitios de inmediato. Todas las versiones desde WordPress 3.7 también se han actualizado. WordPress 5.4.1 es una versión de mantenimiento de ciclo corto. La siguiente […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7441:\"\n<p>¡Ya está disponible WordPress 5.4.1!</p>\n\n\n\n<p>Esta actualización de seguridad y mantenimiento contiene 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">correcciones a fallos</a> además de 7 correcciones de seguridad. Al ser una <strong>actualización de seguridad</strong> es recomendable que actualices tus sitios de inmediato. Todas las versiones desde WordPress 3.7 también se han actualizado.</p>\n\n\n\n<p>WordPress 5.4.1 es una versión de mantenimiento de ciclo corto. La siguiente versión mayor será la 5.5.</p>\n\n\n\n<p>Puedes descargar WordPress 5.4.1 descargándola desde es.WordPress.org, o visitar tu Escritorio → Actualizaciones y hacer clic en Actualizar ahora.</p>\n\n\n\n<p>Si tienes sitios compatibles con actualizaciones automáticas en segundo plano ya ha empezado el proceso de actualización.</p>\n\n\n\n<h3>Actualizaciones de seguridad</h3>\n\n\n\n<p>Son siete problemas de seguridad que afectan a WordPress 5.4 y anteriores. Si no has actualizado todavía a la versión 5.4 también se han actualizado todas las versiones de WordPress desde la 3.7 para corregir los siguientes problemas de seguridad:</p>\n\n\n\n<ul><li>Gracias a <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> y <a href=\"https://hackerone.com/dyennez\">Jannes</a> que informaron independientemente de un problema por el que los tokens de restablecimiento de contraseña no se invalidaban correctamente</li><li>Gracias a <a href=\"https://github.com/ka1n4t\">ka1n4t</a> por descubrir un problema por el que ciertas entradas privadas podián verse sin identificarse</li><li>Gracias a <a href=\"https://evanricafort.com/\">Evan Ricafort</a> por descubrir un problema de XSS en el personalizador</li><li>Gracias a Ben Bidner del equipo de seguridad de WordPress, que descubrió un problema de XSS en el bloque de búsqueda</li><li>Gracias a Nick Daugherty del equipo de <a href=\"https://wpvip.com/\">WordPress VIP</a> y de seguridad de WordPress, que descubrió un problema de XSS en <code>wp-object-cache</code></li><li>Gracias a Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) y <a href=\"http://pentestusa.com/\">Jason Medeiros</a> que informaron independientementne de un problema de XSS en las subidas de archivos.</li><li>Gracias a <a href=\"https://weston.ruter.net/\">Weston Ruter</a> por corregir una vulnerabilidad de XSS almacenado en el personalizador</li><li>Además, Nguyen de Duc descubrió un problema de XSS identificado en el editor de bloques en las versiones de WordPress 5.4 RC1 y RC2. Se corrigió en la 5.4 RC5. Queríamos estar seguros de agradecer y reconocer todo su trabajo para hacer que WordPress sea más seguro</li></ul>\n\n\n\n<p>Gracias a todos los que habéis informado por <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">haber avisado de modo privado de las vulnerabilidades</a>. Esto da al equipo de seguridad tiempo para corregir las vulnerabilidades antes de que los sitios WordPress puedan ser atacados.</p>\n\n\n\n<p>Para más información revisa la <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">lista completa de cambios</a> en el Trac, o echa un vistazo a la <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">página de documentación en HelpHub de la versión 5.4.1</a>.</p>\n\n\n\n<p>ADemás de los investigadores de seguridad mencionados arriba, gracias a todos los que han ayudado a que WordPress 5.4.1 esté disponible:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a> y <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://es.wordpress.org/2020/04/30/wordpress-5-4-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordCamp España Online 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://es.wordpress.org/2020/04/29/wordcamp-espana-online-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://es.wordpress.org/2020/04/29/wordcamp-espana-online-2020/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 11:34:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4950\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"Si echas de menos los eventos de la comunidad WordPress España estás de enhorabuena pues ni siquiera las pandemias mundiales pueden pararnos. Es cierto que durante meses estamos añorando las WordCamp y Meetups presenciales, en las que compartir conocimientos y experiencias con otros usuarios de WordPress, pero no todo estaba dicho. La primera WordCamp España […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4676:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_.png\" alt=\"\" class=\"wp-image-4951\" srcset=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_.png 800w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_-300x169.png 300w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_-768x432.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p>Si echas de menos los eventos de la comunidad WordPress España estás de enhorabuena pues ni siquiera las pandemias mundiales pueden pararnos.</p>\n\n\n\n<p>Es cierto que durante meses estamos añorando las WordCamp y Meetups presenciales, en las que compartir conocimientos y experiencias con otros usuarios de WordPress, pero no todo estaba dicho.</p>\n\n\n\n<h2>La primera WordCamp España Online</h2>\n\n\n\n<p>Un grupo de locos encantadores tuvieron la genial idea de plantear una WordCamp Online para todos los hispanohablantes, y dicho y hecho.</p>\n\n\n\n<p>En cuestión de días estaba montado <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/organizadores/\" target=\"_blank\">el equipo de organización de de la primera WordCamp España Online</a>.</p>\n\n\n\n<p>En pocos días estaba creada <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org\" target=\"_blank\">la web</a> y todo en funcionamiento, con llamadas a <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/2020/04/02/llamada-a-ponentes/\" target=\"_blank\">ponentes</a> y <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/2020/04/06/llamada-patrocinadores/\" target=\"_blank\">patrocinadores</a>.</p>\n\n\n\n<h2>4 días de WordCamp y un programa impresionante</h2>\n\n\n\n<p> Si algo te llamará la atención de WordCamp España Online va a ser <strong><a href=\"https://2020.spain.wordcamp.org/programa-wces-2020/\" target=\"_blank\" rel=\"noreferrer noopener\">el inmenso, interesante, diverso y completo programa de ponencias, charlas y talleres</a></strong>.</p>\n\n\n\n<p>Son nada menos que <strong>4 días, del 6 al 9 de mayo de 2020</strong>, en horario <strong>de 16:00 a 20:30 (CEST)</strong>, y da para mucho.</p>\n\n\n\n<h2>Un evento WordPress diferente</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES.png\" alt=\"\" class=\"wp-image-4865\" srcset=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES.png 800w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES-300x169.png 300w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES-768x432.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p>Al ser online, va a ser una WordCamp diferente, en la que la organización está desgranando las esencias para que no se pierda el carácter de evento de comunidad WordPress.</p>\n\n\n\n<p>Para conseguirlo, habrá salas privadas con los ponentes (online claro), mesas (virtuales) de contribución, y un montón más de maneras de conectar, aprender y compartir, como en cualquier evento WordPress.</p>\n\n\n\n<h2>Cómo disfrutar la primera WordCamp España Online</h2>\n\n\n\n<p>Poco hace falta para disfrutar de este evento único e inolvidable, que lo será.</p>\n\n\n\n<p>En la web han detallado <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/como-asistir/\" target=\"_blank\"><strong>unos importantes consejos para los asistentes</strong></a>, que te recomendamos echar un vistazo.</p>\n\n\n\n<p>Pero sobre todo, lo más importante, es que te registres como asistente, para una experiencia plena de WordCamp España Online 2020.</p>\n\n\n\n<p>También se podrán ver las ponencias desde YouTube, pero la experiencia total será si te registras, algo más fácil que nunca…</p>\n\n\n\n<h2>Entradas gratuitas</h2>\n\n\n\n<p>Sí, el evento es totalmente gratis, y además con sorpresas, regalos, sorteos, y todo tipo de ventajas para los usuarios registrados.</p>\n\n\n\n<ul><li>Comunicaciones exclusivas a usuarios registrados.</li><li>Fantásticos regalos digitales de WordCamp España.</li><li>Participar en sorteos exclusivos de nuestros patrocinadores.</li><li>Acceso a salas de networking privadas con los ponentes.</li></ul>\n\n\n\n<p>Seguro que ya lo tienes claro ¿no? Pues nada, pulsa en el siguiente botón y reserva ya tu entrada gratuita para este evento tan especial, para la primera WordCamp España Online. </p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://2020.spain.wordcamp.org/entradas/\" target=\"_blank\" rel=\"noreferrer noopener\">Registrarme en WordCamp España Online</a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://es.wordpress.org/2020/04/29/wordcamp-espana-online-2020/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:76:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 5.4 «Adderley»\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/04/01/wordpress-5-4-adderley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://es.wordpress.org/2020/04/01/wordpress-5-4-adderley/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2020 07:24:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4802\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"Bienvenido a WordPress 5.4 Cada versión mayor añade más cosas al editor de bloques. Más formas de hacer que las entradas y páginas cobren vida con tus mejores imágenes. Más formas de atraer a los visitantes y de mantenerlos implicados con la diversidad de medios incrustados desde los principales servicios web. Más formas de hacer […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:53800:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/5-4_album-cover-1024x1024.png\" alt=\"\" class=\"wp-image-4803\" srcset=\"https://es.wordpress.org/files/2020/04/5-4_album-cover-1024x1024.png 1024w, https://es.wordpress.org/files/2020/04/5-4_album-cover-300x300.png 300w, https://es.wordpress.org/files/2020/04/5-4_album-cover-150x150.png 150w, https://es.wordpress.org/files/2020/04/5-4_album-cover-768x768.png 768w, https://es.wordpress.org/files/2020/04/5-4_album-cover.png 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<div class=\"wp-block-group has-very-light-gray-color has-text-color has-background\" style=\"background-color:#0658e5\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"has-text-align-center\">Di hola a más y mejor</h2>\n\n\n\n<p class=\"has-text-align-center\">Más formas de hacer que tus páginas cobren vida. Con formas más fáciles de hacer todo y que luzca mejor que nunca – ¡y mejoras de velocidad que puedes notar!</p>\n</div></div>\n\n\n\n<h2>Bienvenido a WordPress 5.4</h2>\n\n\n\n<p>Cada versión mayor añade más cosas al editor de bloques.</p>\n\n\n\n<p>Más formas de hacer que las entradas y páginas cobren vida con tus mejores imágenes. Más formas de atraer a los visitantes y de mantenerlos implicados con la diversidad de medios incrustados desde los principales servicios web.</p>\n\n\n\n<p>Más formas de hacer real tu visión y de poner bloques en el lugar perfecto – incluso si un tipo de bloque en particular es nuevo para ti. Procesos más eficaces.</p>\n\n\n\n<p>Y más velocidad en todas partes, para que, mientras creas secciones o galerías o simplemente escribes una línea de prosa, puedas sentir cómo tu trabajo es más rápido.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/Squares-1024x512.jpg\" alt=\"\" class=\"wp-image-4804\" srcset=\"https://es.wordpress.org/files/2020/04/Squares-1024x512.jpg 1024w, https://es.wordpress.org/files/2020/04/Squares-300x150.jpg 300w, https://es.wordpress.org/files/2020/04/Squares-768x384.jpg 768w, https://es.wordpress.org/files/2020/04/Squares.jpg 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Dos nuevos bloques. Y mejores bloques en general</h2>\n\n\n\n<ul><li>Dos bloques totalmente nuevos: El bloque de enlaces sociales y el de botones hacen que añadir características interactivas sea rápido y fácil.</li><li>Nuevas posibilidades con el color: Gradientes en el bloque de botones y fondo, acceso a la barra de herramientas para las opciones de color en los bloques de texto enriquecido y, por primera vez, opciones de color en los bloques de grupo y columnas.</li><li>¡Imagina que mucho menos! La versión 5.4 agiliza todo el proceso de colocación y sustitución de medios en cada bloque. ¡Ahora funciona de la misma manera en casi todos los bloques!</li><li>Y si alguna vez has pensado que tu imagen del bloque de medios y texto debería enlazar a alguna otra cosa – ¿quizá una imagen de un folleto que debería descargar ese folleto como documento? Bien, pues ahora puedes hacerlo.</li></ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls preload=\"auto\" src=\"https://es.wordpress.org/files/2020/04/textcolor.mp4\"></video></figure>\n\n\n\n<h2>Interfaz más clara, navegación más clara – ¡y tabulado más sencillo!</h2>\n\n\n\n<ul><li>Navegación por los bloques más clara con migas de pan de bloques. Una selección más sencilla una vez estés ahí.</li><li>Para cuando necesites navegar con el teclado, tienes un mejor tabulado y enfoque. Además, puedes tabular a la barra lateral de prácticamente cualquier bloque.</li><li>¡Velocidad! Un 14 % más rápido en cargar el editor, un 51 % más rápido en el tiempo de tecleo!</li><li>Las sugerencias han desaparecido. En su lugar, una ventana con la guía de bienvenida puede llevarte a dónde necesites —y solo cuando lo necesites— una y otra vez.</li><li>Descubre a simple vista si estás en el modo de edición o de navegación de bloques. O, si tienes una visión restringida, tu lector en pantalla te dirá en qué modo estás.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Por supuesto, si quieres utilizar las más recientes herramientas y características, instala el <a href=\"https://es.wordpress.org/plugins/gutenberg/\">plugin Gutenberg</a>. Podrás ser el primero en utilizar las nuevas y sorprendentes características del editor de bloques, ¡antes que nadie las vea!</p></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-1024x512.jpg\" alt=\"\" class=\"wp-image-4807\" srcset=\"https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-1024x512.jpg 1024w, https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-300x150.jpg 300w, https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-768x384.jpg 768w, https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1.jpg 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Tu derecho fundamental: privacidad</h2>\n\n\n\n<p>WordPress 5.4 ayuda con una gran variedad de problemas de privacidad de todo el mundo. De este modo, cuando los usuarios y colaboradores pregunten sobre el cumplimiento de la normativa o sobre cómo gestiona tu equipo los datos de los usuarios, las respuestas deberían ser mucho más fáciles de obtener.</p>\n\n\n\n<p>Echa un vistazo:</p>\n\n\n\n<ul><li>Ahora, las exportaciones de datos personales incluyen la información sobre las sesiones de los usuarios y los datos de ubicación de los usuarios del widget de eventos de la comunidad. Además, ¡una tabla de contenidos!</li><li>Mira el progreso a medida que procesas las solicitudes de exportación y borrado a través de las herramientas de privacidad.</li><li>Además, pequeñas mejoras en todo dan a las herramientas de privacidad un aspecto más limpio. ¡Tus ojos te lo agradecerán!</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/Mixed-1024x512.jpg\" alt=\"\" class=\"wp-image-4808\" srcset=\"https://es.wordpress.org/files/2020/04/Mixed-1024x512.jpg 1024w, https://es.wordpress.org/files/2020/04/Mixed-300x150.jpg 300w, https://es.wordpress.org/files/2020/04/Mixed-768x384.jpg 768w, https://es.wordpress.org/files/2020/04/Mixed.jpg 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Solo para los desarrolladores</h2>\n\n\n\n<h3>Añadir campos personalizados a los elementos del menú, de forma nativa</h3>\n\n\n\n<p>Dos nuevas acciones te permiten añadir campos personalizados a los elementos del menú, sin necesidad de un plugin y sin escribir walkers personalizados.</p>\n\n\n\n<p>En la pantalla de administración de menús, <code>wp_nav_menu_item_custom_fields</code> se activa justo antes de los botones de un elemento de navegación del menú en el editor de menús.</p>\n\n\n\n<p>En el personalizador, <code>wp_nav_menu_item_custom_fields_customize_template</code> se activa al final de la plantilla de elementos del menú y campos de formulario.</p>\n\n\n\n<p>Comprueba tu código y mira dónde pueden reemplazar estas nuevas acciones a tu código personalizado y, si te preocupa la duplicación, añade una comprobación para la versión de WordPress.</p>\n\n\n\n<h3>¡Bloques! Estilo más sencillo, nuevas API e incrustaciones</h3>\n\n\n\n<ul><li><strong>Radicalmente</strong> más sencillo el estilo de los bloques. ¡Los márgenes negativos y el relleno por defecto han desaparecido! Ahora puedes dar estilo a los bloques del modo que los necesitas. Y una reprogramación se ha deshecho de cuatro `div` de envoltura redundantes.</li><li>Ahora, si creas plugins, puedes registrar las colecciones de tus bloques por el espacio de nombres a través de las categorías, una gran forma de obtener más visibilidad de marca.</li><li>Deja que los usuarios hagan más con dos nuevas API: variaciones y gradientes de bloques.</li><li>Ahora, en los incrustados, el editor de bloques es compatible con TikTok y se ha eliminado CollegeHumor.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Hay mucho más que los desarrolladores adorarán en WordPress 5.4. Para descubrir más y aprender cómo hacer que estos cambios brillen en tus sitios, temas, plugins y más, consulta la <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">guía de campo de WordPress 5.4.</a></p></blockquote>\n\n\n\n<h2><strong>El equipo</strong></h2>\n\n\n\n<p>Esta versión la lideraron <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a> y <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. Recibieron apoyo entusiasta del equipo de la versión:</p>\n\n\n\n<ul><li><strong>Editor técnico</strong>: Jorge Filipe Costa (<strong><a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">@jorgefelipecosta</a></strong>)</li><li><strong>Editor de diseño</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Núcleo técnico</strong>: Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Diseño</strong>: Tammie Lister (<strong><a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a></strong>)</li><li><strong>Coordinador de documentación</strong>: JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Encargado de documentación y comunicaciones</strong>: Mary Baum (<strong><a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>Al equipo se unieron a lo largo de todo el ciclo de desarrollo <strong>552 generosos contribuidores voluntarios</strong> que trabajaron colectivamente en <strong><a href=\"https://core.trac.wordpress.org/milestone/5.4\">361</a> tickets en el Trac</strong> y <strong>1226 peticiones en GitHub</strong>.</p>\n\n\n\n<p>Ponte una lista de reproducción de Nat Adderley, haz clic en ese botón de actualizar (o <a href=\"https://es.wordpress.org/download/\">descárgala directamente</a>), y echa un vistazo a los perfiles de los amigos que han ayudado: <a href=\"https://profiles.wordpress.org/0v3rth3d4wn/\">0v3rth3d4wn</a>, <a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/shaikhaezaz80/\">Aezaz Shaikh</a>, <a href=\"https://profiles.wordpress.org/aftabmuni/\">Aftab Ali Muni</a>, <a href=\"https://profiles.wordpress.org/akibjorklund/\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/smallprogrammers/\">Akib</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">akshayar</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexholsgrove/\">AlexHolsgrove</a>, <a href=\"https://profiles.wordpress.org/alexischenal/\">alexischenal</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/alishankhan/\">alishankhan</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a>, <a href=\"https://profiles.wordpress.org/amirs17/\">Amir Seljubac</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/agawish/\">Amr Gawish</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andreaitm/\">andreaitm</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/apieschel/\">apieschel</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arenddeboer/\">arenddeboer</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013/\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ataurr/\">Ataur R</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bengreeley/\">Ben Greeley</a>, <a href=\"https://profiles.wordpress.org/benedictsinger/\">benedictsinger</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/bilgilabs/\">bilgilabs</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/skypressatx/\">BMO</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bwmarkle/\">Brad Markle</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/chinteshprajapati/\">Chintesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/christianamohr/\">Christiana Mohr</a>, <a href=\"https://profiles.wordpress.org/clayisland/\">clayisland</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/crdunst/\">crdunst</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">Damián Suárez</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darrenlambert/\">darrenlambert</a>, <a href=\"https://profiles.wordpress.org/davidshq/\">Dave Mackey</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/daveslaughter/\">daveslaughter</a>, <a href=\"https://profiles.wordpress.org/davewp196/\">DaveWP196</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhurlburtusa/\">dhurlburtusa</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya/\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/djp424/\">djp424</a>, <a href=\"https://profiles.wordpress.org/dominic_ks/\">dominic_ks</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen/\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dphiffer/\">dphiffer</a>, <a href=\"https://profiles.wordpress.org/dragosh635/\">dragosh635</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/disillusia/\">edmundcwm</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/equin0x80/\">equin0x80</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fahimmurshed/\">Fahim Murshed</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fernandovbsouza/\">Fernando Souza</a>, <a href=\"https://profiles.wordpress.org/fervillz/\">fervillz</a>, <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fotisps/\">Fotis Pastrakis</a>, <a href=\"https://profiles.wordpress.org/efarem/\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/glebkema/\">Gleb Kemarsky</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/grafruessel/\">grafruessel</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hamedmoodi/\">hamedmoodi</a>, <a href=\"https://profiles.wordpress.org/hampzter/\">hAmpzter</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harry-milatz/\">Harry Milatz</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helgatheviking/\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/henryholtgeerts/\">Henry Holtgeerts</a>, <a href=\"https://profiles.wordpress.org/imani3011/\">Himani Lotia</a>, <a href=\"https://profiles.wordpress.org/krynes/\">Hubert Kubiak</a>, <a href=\"https://profiles.wordpress.org/i3anaan/\">i3anaan</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ideaboxcreations/\">IdeaBox Creations</a>, <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">Jakub Binda</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/jaydeep23290/\">jaydeep23290</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">johnwatkins0</a>, <a href=\"https://profiles.wordpress.org/jon81/\">Jon</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joonasvanhatapio/\">Joonas Vanhatapio</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jqz/\">jqz</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/derweili/\">Julian Weiland</a>, <a href=\"https://profiles.wordpress.org/juliankimmig/\">julian.kimmig</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/jurgen/\">jurgen</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/kalpshit/\">KalpShit Akabari</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennithnichol/\">Kennith Nichol</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/khushbu19/\">Khushbu Modi</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</a>, <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk/\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokkieh/\">KokkieH</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/klopez8/\">Krystyna</a>, <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a>, <a href=\"https://profiles.wordpress.org/wpkuf/\">kuflievskiy</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/leandroalonso/\">leandroalonso</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgrev01/\">lgrev01</a>, <a href=\"https://profiles.wordpress.org/linuxologos/\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lorenzof/\">Lorenzo Fracassi</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/luisrivera/\">luisrivera</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/ljasinskipl/\">Lukasz Jasinski</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/wodarekly/\">Lydia Wodarek</a>, <a href=\"https://profiles.wordpress.org/vinoth06/\">M A Vinoth Kumar</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/marius84/\">Marius84</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mmarzeotti/\">Mark Marzeotti</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">Matthew Kevins</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattnyeus</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mbrailer/\">mbrailer</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelecklund/\">Michael Ecklund</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikejdent/\">mikejdent</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/iihglobal/\">Milan Patel</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mircoraffinetti/\">mircoraffinetti</a>, <a href=\"https://profiles.wordpress.org/mjnewman/\">mjnewman</a>, <a href=\"https://profiles.wordpress.org/mlbrgl/\">mlbrgl</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mryoga/\">mryoga</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nagoke/\">nagoke</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/finchps/\">Nate Finch</a>, <a href=\"https://profiles.wordpress.org/mukto90/\">Nazmul Ahsan</a>, <a href=\"https://profiles.wordpress.org/nekomajin/\">nekomajin</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nsundberg/\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicole2292/\">nicole2292</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikhilgupte/\">nikhilgupte</a>, <a href=\"https://profiles.wordpress.org/nilamacharya/\">nilamacharya</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/nsubugak/\">nsubugak</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oldenburg/\">oldenburg</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/pagewidth/\">pagewidth</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/perrywagle/\">perrywagle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a>, <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155/\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ragnarokatz/\">ragnarokatz</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raoulunger/\">raoulunger</a>, <a href=\"https://profiles.wordpress.org/razamalik/\">razamalik</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/rephotsirch/\">rephotsirch</a>, <a href=\"https://profiles.wordpress.org/rheinardkorf/\">rheinardkorf</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rimadoshi/\">rimadoshi</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/kingkool68/\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sablednah/\">sablednah</a>, <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/zanderz/\">Sander</a>, <a href=\"https://profiles.wordpress.org/santilinwp/\">santilinwp</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/tivus/\">Schuhwerk</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgoen/\">sgoen</a>, <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a>, <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/shariqkhan2012/\">shariqkhan2012</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/sheparddw/\">sheparddw</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shizumi/\">Shizumi Yoshiaki</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/starvoters1/\">starvoters1</a>, <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/steffanhalv/\">steffanhalv</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/matthias-reuter/\">straightvisions GmbH</a>, <a href=\"https://profiles.wordpress.org/stroona/\">stroona.com</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takeshifurusato/\">Takeshi Furusato</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tbschen/\">TBschen</a>, <a href=\"https://profiles.wordpress.org/tdlewis77/\">tdlewis77</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thamaraiselvam/\">Thamaraiselvam</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/themezee/\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tomgreer/\">Tom Greer</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tommix/\">tommix</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/tristangemus/\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a>, <a href=\"https://profiles.wordpress.org/tsuyoring/\">tsuyoring</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/varunshanbhag/\">varunshanbhag</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vsamoletov/\">Vlad. S.</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter/\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wptoolsdev/\">wptoolsdev</a>, <a href=\"https://profiles.wordpress.org/xedinunknown-1/\">xedinunknown-1</a>, <a href=\"https://profiles.wordpress.org/yale01/\">yale01</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zachflauaus/\">zachflauaus</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zaffarn/\">Zee</a>, y <a href=\"https://profiles.wordpress.org/zsusag/\">zsusag</a>.</p>\n\n\n\n<p>Muchas gracias a todos los voluntarios de la comunidad que han contribuido en <a href=\"https://es.wordpress.org/support\">los foros de soporte</a>. Responden preguntas de personas de todo el mundo, ya estén usando WordPress por primera vez o desde la primera versión. ¡Estas actualizaciones tienen más éxito gracias a sus esfuerzos!</p>\n\n\n\n<h2>Traductores</h2>\n\n\n\n<p>Para finalizar, gracias a todos los traductores de la comunidad que han trabajado en WordPress 5.4. Sus esfuerzos traen WordPress completamente traducido a 46 idiomas en el momento del lanzamiento, y más que habrá.</p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/nobnob\">Javier Esteban</a></li><li><a href=\"https://profiles.wordpress.org/jconti\">Jose Conti</a></li><li><a href=\"https://profiles.wordpress.org/fernandot\">Fernando Tellado</a></li><li><a href=\"https://profiles.wordpress.org/_dorsvenabili\">Rocio Valdivia</a></li><li><a href=\"https://profiles.wordpress.org/unintended8\">Juan Hernando</a></li><li><a href=\"https://profiles.wordpress.org/bi0xid\">Rafa Poveda</a></li><li><a href=\"https://profiles.wordpress.org/luisrull\">Luis Rull</a></li><li><a href=\"https://profiles.wordpress.org/nilovelez\">Nilo Velez</a></li><li><a href=\"https://profiles.wordpress.org/balboag\">Gerardo Balboa</a></li><li><a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a></li><li><a href=\"https://profiles.wordpress.org/leemon\">leemon</a>.</li></ul>\n\n\n\n<p>Si quieres aprender más sobre cómo ser voluntario con WordPress, pásate por <a href=\"https://make.wordpress.org/\">Make WordPress</a> o el <a href=\"https://make.wordpress.org/core/\">blog de desarrollo del núcleo</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://es.wordpress.org/2020/04/01/wordpress-5-4-adderley/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/28/wordpress-5-4-rc5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/28/wordpress-5-4-rc5/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2020 11:45:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4792\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:390:\"¡Ya está disponible la quinta versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, y necesitamos tu ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4: Probar el plugin WordPress Beta […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2605:\"\n<p>¡Ya está disponible la quinta versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <strong><a href=\"https://make.wordpress.org/core/5-4/\">el 31 de marzo de 2020</a></strong>, y necesitamos <em>tu </em>ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento!</p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC5.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5.4 y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/28/wordpress-5-4-rc5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/25/wordpress-5-4-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/25/wordpress-5-4-rc4/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Mar 2020 07:54:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4775\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:387:\"¡Ya está disponible la 4ª versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, y necesitamos tu ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4: Probar el plugin WordPress Beta […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2846:\"\n<p>¡Ya está disponible la 4ª versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <strong><a href=\"https://make.wordpress.org/core/5-4/\">el 31 de marzo de 2020</a></strong>, y necesitamos <em>tu </em>ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento!</p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC4.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<p>Esta versión RC4 incorpora la nueva <a href=\"https://core.trac.wordpress.org/ticket/49295\">pagina de «Acerca de»</a> y <a href=\"https://core.trac.wordpress.org/ticket/49688\">actualiza los paquetes del editor</a>.</p>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/25/wordpress-5-4-rc4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/17/wordpress-5-4-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/17/wordpress-5-4-rc3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Mar 2020 22:27:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4737\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"¡Ya está disponible la tercera versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, y necesitamos tu ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4: Probar […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Luis Rull\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4478:\"\n<p>¡Ya está disponible la tercera versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <strong><a href=\"https://make.wordpress.org/core/5-4/\">el 31 de marzo de 2020</a></strong>, y necesitamos <em>tu </em>ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento!</p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC3.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<p>La versión RC3 se ocupa de mejoras en la nueva página de «Acerca de» y <a href=\"https://core.trac.wordpress.org/query?id=49657%2C49621%2C48164%2C49577%2C47053%2C48303%2C49374%2C49619&milestone=5.4&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">5 correcciones</a> de los siguientes fallos y regresiones:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49611\">49657</a> – <a href=\"https://core.trac.wordpress.org/ticket/49611\">Editor de bloques: Actualización de los paquetes de WordPress 5.4 RC3 </a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49318\">49621</a> – <a href=\"https://core.trac.wordpress.org/ticket/48164\">Travis: Descarga de Chromium sólo para test de E2E</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48614\">48164</a> – <a href=\"https://core.trac.wordpress.org/ticket/48164\">media_sideload_image debería guardar la URL original y buscar duplicados</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49577\">49577 – El escritorio de la salud del sitio da un recuento de los elementos incorrectos en la carga inicial</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47053\">47053 – Accesibilidad: es necesario poner el ‘tabindex’ adecuado en HTML de «Saltar a la barra de herramientas»</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48303\">48303 – Mejoras en el Docblock para la versión 5.4</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49374\">49374 – Utilizar get_post_states para denominar páginas especiales en los elementos de los menús acordeón</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49619\">49619 – Utiliza <hr /> en vez de márgenes en la página de libertades</a></li></ul>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/17/wordpress-5-4-rc3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/10/wordpress-5-4-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/10/wordpress-5-4-rc2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2020 22:59:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4719\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"¡Ya está disponible la segunda versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, pero necesitamos tu ayuda para conseguirlo – si aún no has probado la versión 5.4, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4332:\"\n<p>¡Ya está disponible la segunda versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <a href=\"https://make.wordpress.org/core/5-4/\" target=\"_blank\" rel=\"noreferrer noopener\">el 31 de marzo de 2020</a>, pero necesitamos tu ayuda para conseguirlo – si aún no has probado la versión 5.4, <strong>¡ahora es el momento!</strong></p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC2.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<p>La versión RC2 se ocupa de mejoras en la nueva página de «Acerca de» y <a href=\"https://core.trac.wordpress.org/query?id=49611%2C49318%2C49295%2C49585%2C49568%2C49549&milestone=5.4&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">5 correcciones</a> de los siguientes fallos y regresiones:</p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49611\" target=\"_blank\">49611</a> – Editor de bloques: Actualización de los paquetes de WordPress 5.4 RC 2</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49318\" target=\"_blank\">49318</a> – Temas incluidos: El selector CSS de contenido de Twenty Twenty es demasiado importante</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49585\" target=\"_blank\">49585</a> – REST API: Corregido texto en la descripción de la característica de desactivar-gradientes-personalizados del tema</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49568\" target=\"_blank\">49568</a> – Editor de bloques: Corregida regresión visual en el selector de color del editor</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49549\" target=\"_blank\">49549</a> – Temas incluidos: Correcciones al CSS del widget de calendario en varios de los temas incluidos</li></ul>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Esta versión también marca el <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">punto de congelación de cadenas</a> de la programación de la versión 5.4.</p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/10/wordpress-5-4-rc2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:82:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress 5.4 candidata a definitiva\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Mar 2020 13:23:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Traducciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4678\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"¡Ya está disponible la primera versión candidata a definitiva de WordPress 5.4! Este es un hito importante a medida que avanzamos hacia la fecha de lanzamiento de WordPress 5.4. «Candidata a definitiva» significa que la nueva versión está lista para su lanzamiento, pero con millones de usuarios y miles de plugins y temas, es posible […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3227:\"\n<p>¡Ya está disponible la primera versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>Este es un hito importante a medida que avanzamos hacia la fecha de lanzamiento de WordPress 5.4.</p>\n\n\n\n<p>«Candidata a definitiva» significa que la nueva versión está lista para su lanzamiento, pero con millones de usuarios y miles de plugins y temas, es posible que algo se nos haya pasado por alto.</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, pero necesitamos tu ayuda para conseguirlo – si aún no has probado la versión 5.4, <strong>¡ahora es el momento!</strong></p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC1.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<h2>¿Qué hay en WordPress 5.4?</h2>\n\n\n\n<p>WordPress 5.4 tiene montones de refinamientos que pulen la experiencia de los desarrolladores.</p>\n\n\n\n<p>Para estar al día suscríbete al <a href=\"https://make.wordpress.org/core/\">blog de Make WordPress Core</a> y presta especial atención a la tag <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">notas para desarrolladores</a> para las novedades sobre los cambios que podrían afectar a tus productos.</p>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p>La guía de campo de WordPress 5.4 se publicará en las próximas 24 horas, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Esta versión también marca el <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">punto de congelación de cadenas</a> de la programación de la versión 5.4.</p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://es.wordpress.org/2020/02/26/wordpress-5-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://es.wordpress.org/2020/02/26/wordpress-5-4-beta-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 13:26:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4664\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"¡Ya está disponible la Beta 3 de WordPress 5.4! Este software está aún en fase de desarrollo así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión. Puedes probar WordPress 5.4 beta 3 de dos maneras: Probar el plugin WordPress Beta Tester (elige la opción «versiones […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3382:\"\n<p>¡Ya está disponible la Beta 3 de WordPress 5.4!</p>\n\n\n\n<p><strong>Este software está aún en fase de desarrollo</strong> así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar WordPress 5.4 beta 3 de dos maneras:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-beta3.zip\">descarga aquí la versión beta 3</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.4 está planificado para su lanzamiento el <a href=\"https://make.wordpress.org/core/5-4/\">31 de marzo de 2020</a> y ¡<strong>necesitamos tu ayuda para llegar a esa fecha</strong>!</p>\n\n\n\n<p>Gracias a todos los contribuidores que han probado la versión de desarrollo de la <a href=\"https://es.wordpress.org/2020/02/13/wordpress-5-4-beta-1/\">beta 1</a> y la <a href=\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/\">beta 2</a> se han cerrado <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F18%2F2020..02%2F25%2F2020&milestone=5.4&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\" target=\"_blank\">24 tickets</a> la semana pasada.</p>\n\n\n\n<h2>Algunos detalles destacados</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/20424\">Repaso de correcciones de Gutenberg</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47606\">Mostrar la puntuación de salud del sitio en el escritorio</a></li></ul>\n\n\n\n<h2>Notas para desarrolladores</h2>\n\n\n\n<p>WordPress 5.4 tiene montones de refinamientos para pulir la experiencia del desarrollador. Para estar al día suscríbete al <a href=\"https://make.wordpress.org/core/\">blog de Make WordPress Core</a> y presta especial atención a las <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">notas para desarrolladores</a> en las actualizaciones y resto de cambios que pudiesen afectar a tus productos.</p>\n\n\n\n<h2>Cómo puedes ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress al español </a><a href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\" rel=\"noreferrer noopener\">y</a><a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\"> más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti! Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/02/26/wordpress-5-4-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2020 08:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"¡Ya está disponible la Beta 2 de WordPress 5.4! Este software está aún en fase de desarrollo así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión. Puedes probar WordPress 5.4 beta 2 de dos maneras: Probar el plugin WordPress Beta Tester (elige la opción «versiones […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4121:\"\n<p>¡Ya está disponible la Beta 2 de WordPress 5.4!</p>\n\n\n\n<p><strong>Este software está aún en fase de desarrollo</strong> así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar WordPress 5.4 beta 2 de dos maneras:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-beta2.zip\">descarga aquí la versión beta</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.4 está planificado para su lanzamiento el <a href=\"https://make.wordpress.org/core/5-4/\">31 de marzo de 2020</a> y ¡<strong>necesitamos tu ayuda para llegar a esa fecha</strong>!</p>\n\n\n\n<p>Gracias a todos los contribuidores que han probado la versión de desarrollo de la <a href=\"https://es.wordpress.org/2020/02/13/wordpress-5-4-beta-1/\">beta 1</a> y han aportado sus impresiones. Probar para buscar fallos es una parte importante a la hora de pulir cada versión, y una gran manera de contribuir a WordPress.</p>\n\n\n\n<h2>Algunos detalles destacados</h2>\n\n\n\n<p>Desde <a href=\"https://es.wordpress.org/2020/02/13/wordpress-5-4-beta-1/\">la beta 1</a> se han corregido <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F12%2F2020..&milestone=5.4&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">27 fallos</a>. Aquí tienes un resumen de unos cuantos cambios incluidos en la beta 2:</p>\n\n\n\n<ul><li>Editor de bloques: Las columnas de la biblioteca de bloques que no tenían ancho asignado ahora crecen de manera equilibrada.</li><li>Editor de bloques: El selector de gradiente personalizado ahora funciona en otros idiomas además de en inglés.</li><li>Editor de bloques: Cuando no es posible elegir colores se deja de mostrar el formateador de colores.</li><li>Privacidad: Los campos del formulario de solicitud de privacidad se han ajustado para que sean más consistentes en móvil.</li><li>Privacidad: El aviso ofreciendo ayuda al editar la página de la política de privacidad ya no se muestra en la parte superior de todas las páginas del área de administración.</li><li>Salud del sitio: Los códigos de error de pruebas fallidas de la REST API ahora se muestran correctamente.</li></ul>\n\n\n\n<h2>Notas para desarrolladores</h2>\n\n\n\n<p>WordPress 5.4 tiene montones de refinamientos para pulir la experiencia del desarrollador. Para estar al día suscríbete al <a href=\"https://make.wordpress.org/core/\">blog de Make WordPress Core</a> y presta especial atención a las <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">notas para desarrolladores</a> en las actualizaciones y resto de cambios que pudiesen afectar a tus productos.</p>\n\n\n\n<h2>Cómo puedes ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress al español </a><a href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\" rel=\"noreferrer noopener\">y</a><a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\"> más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti! Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:30:\"https://es.wordpress.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 05 May 2020 06:35:02 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 30 Apr 2020 07:00:11 GMT\";s:4:\"link\";s:61:\"<https://es.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(15778,'_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51','1588703704','no'),(15779,'_transient_feed_mod_69c933d8a78805efd0abe985766ffb51','1588660504','no'),(15780,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1588703706','no'); INSERT INTO `wp_options` VALUES (15781,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3144:\"<p>How do you know what blocks are in use on a WordPress site? I recently saw a tweet asking this question in regards to knowing whether it is safe to turn off a plugin. This seems like it could become a common question, especially for those who have hundreds or thousands of blog posts as well as those using WordPress as a CMS.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">How hard would it be to create a plugin that let\'s me know how many and which blocks I\'m using site wide? Sometimes I wonder if I can deactivate a block plugin but I don\'t know if I\'m using a block it provides.</p>— Nick Hamze (@NickHamze) <a href=\"https://twitter.com/NickHamze/status/1253343502316064771?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>When looking at content in the editor, it isn’t immediately evident which blocks are in use. You can click on the block navigation at the top of the editor, but that will only show you the blocks in use on that particular page. If you have a lot of plugins installed and many pages of content to wade through, figuring out if it’s safe to remove a plugin can be a time-consuming process.</p>\n\n\n\n<p>Fortunately, there is already a plugin that will give you a quick overview of where blocks are being used on your site. <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is the one that was suggested to Nick Hamze in response to the question in his tweet. I had not heard of it before, so I took it for a test drive today. </p>\n\n\n\n<p>Find My Blocks is basically a utility plugin that lists the blocks being used on your WordPress site, along with the posts/pages where they are in use. It includes core blocks and blocks from third-party plugins. The plugin’s settings also give the option to sort the block menu display alphabetically or by most/least popular.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Frontend developer <a href=\"https://eddysims.com/\">Eddy Sims</a> created Find My Blocks to solve one of his own problems and released it on WordPress.org in January. </p>\n\n\n\n<p>“I was working on a site that required a few custom Gutenberg blocks,” Sims said. “After a week, updating became a hassle. I didn’t know where the blocks were used. Find My Blocks is a plugin I created to hopefully help someone else with this issue.” So far it has received several five-star reviews in the plugin directory. </p>\n\n\n\n<p>“We’ve been using this plugin to help us figure out where we’ve used blocks on pages so we can deprecate them and replace them with shiny new blocks!” WordPress developer Tammy Lee said. “This plugin makes tracking down blocks really easy! I don’t want to think about how much time it would have taken us, otherwise.”</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is a plugin you may want to add to your favorites on WordPress.org for the next time you inherit a site that you didn’t build, or for cleaning out your own installed plugins. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 22:54:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: The Future of WordPress: The Block Editor Is Here to Stay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6577:\"<p class=\"has-drop-cap\">It is inevitable that when we publish a story on the Tavern that is remotely related to the block editor or the Gutenberg project, we receive negative comments. Despite sprinting along in its second year as part of core WordPress, there are still those who liken posts on the editor to <em>Soviet-style mind manipulation</em> and <em>propaganda</em> for certain unnamed companies.</p>\n\n\n\n<p>It is not all negative. Far more comments are from people who are ecstatic about the current editor and the upcoming features that will expand the block system to other areas of WordPress.</p>\n\n\n\n<p>However, I felt the need to address a recent request that we stop covering the block editor. While I cannot speak for our entire staff, there are two simple truths about why I write about blocks.</p>\n\n\n\n<h2>Truth #1: Blocks are Here to Stay</h2>\n\n\n\n<p class=\"has-drop-cap\">The block system is not going anywhere. WordPress has moved beyond the point where we should consider the block editor as a separate entity. It is an integral part of WordPress and will eventually touch more and more areas outside of the editing screen.</p>\n\n\n\n<p>Frankly, it would be poor journalism to <em>not</em> cover stories related to blocks.</p>\n\n\n\n<p>Some of the most exciting things happening in the WordPress ecosystem is around what developers are doing with blocks. Whether it is a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">fun T-rex game</a>, a <a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">block-ready theme</a>, or a team of block developers being <a href=\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\">hired by a major company</a>, there is always something interesting happening in the world of blocks.</p>\n\n\n\n<p>Every day, more users are embracing the block editor. Even the percentage of holdouts still running WordPress 4.9, which was the last version without the block editor, is decreasing. Currently, only 12.8% of <a href=\"https://wordpress.org/about/stats/\">WordPress installs</a> are on 4.9. Nearly 73% are running WordPress 5.0 or newer. Some of those users are running plugins like Classic Editor, which has maintained a steady growth rate in the neighborhood of 0.5% – 1.0% in recent months. Currently, the plugin has over 5 millions installs, which is a drop in the ocean in comparison to total WordPress sites.</p>\n\n\n\n<p>At the moment, WordPress.com and self-hosted Jetpack users are creating content via blocks on 44.5 million WordPress sites. Yesterday, those users <a href=\"https://gutenstats.blog/\">wrote 302,000 posts</a> in the block editor.</p>\n\n\n\n<p>Blocks are the future of the platform. What we need to do as a community is avoid putting our heads in the sand or railing against the powers-that-be. Instead, we should ask ourselves what we could do to continue improving the system. <em>How can we move forward? How can we present our ideas, even dislikes, in a constructive manner? How can we create better software?</em></p>\n\n\n\n<p>Criticism of the editor is fair. Make it constructive so we can dissect and address that criticism. That is an essential part of building great software.</p>\n\n\n\n<h2>Truth #2: Love of Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Believe it or not, I actually love blocks. While I may criticize some decisions about the editor, summoning an internal facepalm emoji at times, this is the most excited I have been about WordPress in years. But, it is not about me. I have enough familiarity with dozens of editors that I can live with even the most mediocre of experiences. And, if I am not satisfied, I can build my own.</p>\n\n\n\n<p>What it is about is seeing the face of an inexperienced WordPress user light up for the first time because they <em>get it</em>.</p>\n\n\n\n<p>For years, I helped an older family member run an outdoors site. I had no interest in hunting, fishing, or most other topics covered on the blog. However, he was passionate about what he was doing. I wanted to help fuel that passion in any way I could. <em>The problem?</em> He simply never learned how WordPress worked. He never had that lightbulb moment. His face never glowed when he finally figured out how to lay out his content in the editor.</p>\n\n\n\n<p>He had big ideas and no way to accomplish them.</p>\n\n\n\n<p>At the time, most page builders were little more than shortcode soup, which I knew would eventually mean I would be the one to clean up the mess. There were few options other than the classic editor. My older cousin stuck it out for longer than most. After a few years, he finally let the site go.</p>\n\n\n\n<p>Even some of what I would consider the most basic of things were too frustrating for him. It was also frustrating for me because I could not understand why he could never learn what I was teaching.</p>\n\n\n\n<p>However, the block editor changed things. He was thinking of starting a new site but was asking about non-WordPress platforms. I spun up a demo install and a basic block-ready theme for him not long ago. Suddenly, this guy who routinely broke links and accidentally made all of his blog post content bold — twice — was piecing together media-filled content with few issues. That initial passion that he had all those years ago seemed to come back. Maybe, just maybe, WordPress might now be the CMS for him.</p>\n\n\n\n<p>I am fully aware that this is not everyone’s experience. However, what I have found working with new and less-than-tech-savvy users is that the block editor is a stepping stone toward them being able to create the sites they want more easily. Right now, those users have far more control over their content than ever before. In the future, they will have that control over their entire site.</p>\n\n\n\n<p>When I share a story about blocks, it is because I am excited about them. More so, I want to share that excitement with others who are on this journey. Whether they want something on the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wacky and weird</a> side of things or want to <a href=\"https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin\">build custom patterns</a> for reuse in their posts, I want them to find those tools.</p>\n\n\n\n<p>If I am a bit optimistic about the future at times, I will not apologize for that. I look forward to the next block-related story that we have the opportunity to cover here at the Tavern.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 20:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8157:\"<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th, <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8. </p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>. </p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word. </p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5). </p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 & 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>. </p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>. </p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual </h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>. </p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 6.0.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2020/05/buddypress-6-0-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2943:\"<p>Hello,</p>\n\n\n\n<p>The second <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">release candidate for BuddyPress 6.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">first release candidate</a> and thanks to the <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> (Many thanks to <a href=\"https://profiles.wordpress.org/tobifjellner/\">@tobifjellner</a> & <a href=\"https://profiles.wordpress.org/ocean90/\">@ocean90</a>), we’ve found an issue involving the translation of our new BuddyPress Blocks. The BP Blocks are using <a href=\"https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/\">JavaScript i18n</a> functions and a specific task of our build process was preventing <a href=\"https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/\">GlotPress</a> from identifying the strings needing to be translated.</p>\n\n\n\n<p>We believe <a href=\"https://buddypress.trac.wordpress.org/ticket/8290\">we’ve fixed this issue</a> and this new release candidate will help us confirm it.</p>\n\n\n\n<p>BuddPress 6.0.0 is still slated for release on <strong>Thursday, May 14</strong>, and if you haven’t tried 6.0.0 yet, <strong>it’s probably your last chance to do so!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">6.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots contributors, there’s some extra work.</h2>\n\n\n\n<p>This release candidate should introduce around 50 new strings to translate (the ones that were not included previously due to the issue), so thanks in advance for your comprehension and for your help <span class=\"dashicons dashicons-heart\"></span>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 May 2020 04:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: FOSS Responders Group Brings Financial Help to Open Source Ecosystem Affected by COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2003:\"<p>The pandemic has caused economic hardships and upheaval in nearly every industry. Open source communities and contributors have been affected in a myriad of ways – whether it’s a loss of donations, the burden of nonrefundable travel expenses for canceled conferences, or severely diminished business and fundraising opportunities. </p>\n\n\n\n<p><a href=\"https://fossresponders.com/\">FOSS Responders</a> is a working group of volunteers that aims to future-proof the open source infrastructure we rely on by helping sustain those who maintain the software. The group’s website allows those in need to apply for emergency funds. FOSS Responders is <a href=\"https://opencollective.com/foss-responders\">raising money on Open Collective</a> and 100% of donations go to open source technologists in need. So far the group has an estimated annual budget of $8,145.05. Open Collective is also waiving its platform fees on COVID-19 solidarity collectives until the end of June.</p>\n\n\n\n<p>On May 22, FOSS Responders plans to host a <a href=\"https://opencollective.com/foss-responders/events/virtual-funding-event-q2-2020-4edd1e3a\">virtual funding event</a> to provide financial support for organizations affected by the profound economic disruptions caused by the pandemic. Organizers have a $5,000 goal for ticket revenue from general event ticket sales.</p>\n\n\n\n<p>In addition to providing emergency funds, the FOSS Responders group is aiming to address non-financial needs. Open source projects that relied heavily on events for fundraising need help amplifying their projects and recruiting volunteers. FOSS Responders is also creating a Resource Center for projects to find tips and tricks on how to manage fully virtual community interactions and events. Anyone with a skill or service to volunteer can get in touch on the <a href=\"https://fossresponders.com/\">FOSS Responders website</a> and the team will work as matchmakers to connect experts with projects that need help.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 23:04:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Block Lab Team Joins WP Engine, Looks to the Future of Block Building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building?utm_source=rss&utm_medium=rss&utm_campaign=block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5636:\"<p class=\"has-drop-cap is-style-default\">The three-person Block Lab team of Luke Carbis, Ryan Kienstra, and Rob Stinson is <a href=\"https://getblocklab.com/the-block-lab-team-are-joining-wp-engine/\">joining WP Engine</a> to work on the company’s block editor projects. WP Engine approached the team members after seeing how successful the <a href=\"https://getblocklab.com/\">Block Lab project</a> had grown and made them an offer. The team will be able to continue building projects with solid financial backing.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-lab/\">Block Lab</a> is a plugin that was created to allow other developers to build blocks without needing to wade through the depths of complex JavaScript programming. It is a way to get your feet wet in the block development pool without diving in head first. The plugin has built a solid reputation based on user reviews. Out of 39 submissions, it has received 38 five-star ratings.</p>\n\n\n\n<p>“From the start, Block Lab has been our answer to the question of ‘how can I lower the barrier to entry for creating custom blocks,\'” said Stinson. He said the plugin has done two important things for developers. It has given them an easy-to-use admin interface to work from and a simplified templating experience that is aligned with traditional workflows. “It’s helped folk who haven’t had the time to summit the JS-all-the-things mountain or simply provide those that are looking for a standardized system that does a lot of the heavy lifting for them.”</p>\n\n\n\n<p>The Block Lab plugin is being phased out, but the team assures that the plugin’s current users will not be left in the dust. The plan is to continue supporting the plugin through bug and compatibility fixes for the next year. Pro users will also receive the same support until their license expires. In the long term outlook, the team plans to build a migration path to the new tools they will be building under the WP Engine banner.</p>\n\n\n\n<p>Stinson said that the plugin should work well for a long time to come because it was built by Carbis and Kienstra, two of the best engineers he has worked with. However, he stresses that the work they will be doing with WP Engine will exceed anything they have done with Block Lab.</p>\n\n\n\n<p>“We’ll be working on technology there that is focused on the Block Editor though, and a part of that will be taking what we’ve done with Block Lab and introducing the feature set to the WP Engine suite of products,” he said. “The alignment will be close and will offer existing Block Lab users an easy migration experience.”</p>\n\n\n\n<p>While the Block Lab plugin will see an end, the features the team has worked on will live on in some form.</p>\n\n\n\n<h2>A New Beginning</h2>\n\n\n\n<p class=\"has-drop-cap\">Before taking on roles with WP Engine, each member of the Block Lab team was paying the bills through agency and freelance work. Block Lab was merely a side project they were handling in their free time, but it was slowly growing both in scale and financially.</p>\n\n\n\n<p>“Getting to a place where we could give it full-time focus was easily two to three years away though,” said Stinson, “and we have always been incredibly conscious of the things we wanted to be doing with it and how much the time factor was a limitation. With WP Engine, we’re equipped to take the product vision we had for Block Lab and basically strap a rocket to it. Not only are we able to devote our full attention, but we also have the incredible support and resources of WP Engine behind us.”</p>\n\n\n\n<p>Stinson is looking forward to the transition within the state of the current WordPress ecosystem. The team can walk into a fresh beginning with the full weight of a major company behind them. “Between the classic way of building with WordPress and this new block-first frontier, being set up right now to build and contribute is incredible!” he said.</p>\n\n\n\n<p>The team had an existing roadmap and backlog of features they wanted to develop. However, with Block Lab being only a side project, it meant those features would have taken much longer to build. They can now pursue them full time.</p>\n\n\n\n<p>“We saw what Block Lab has currently as a necessary baseline for a plugin that equipped folks to create custom blocks, but what we have planned and are dreaming about goes so much further,” said Stinson. “Joining WP Engine unleashes us to chase down that work faster and with more focus. Another really exciting piece of this is that with our focus we are better positioned to offer insights and contribution to the larger block editor project through core and community contributions.”</p>\n\n\n\n<p>The team now has the opportunity to be a pioneer in the years to come. They have proved they can build a useful tool on top of the block editor. The next step is seeing where they take it and whether they can get more developers to join them into a world of building blocks.</p>\n\n\n\n<p>“The shift in thinking around how a website is structured towards one that is powered by ‘blocks’ is a journey that the majority of the WP community is still on,” said Stinson. “A big part of my vision is having a larger portion of the community up to speed and onboard with this. With more people operating within that zone, more great work and tooling will be produced. By lowering the barrier to entry through Block Lab and what we have planned at WP Engine, it will help to get more people in that zone.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 17:16:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordCamp US 2020 Goes Online, Cancels In-Person Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/wordcamp-us-2020-goes-online-cancels-in-person-event?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2020-goes-online-cancels-in-person-event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3758:\"<p>WordCamp US 2020 organizers have <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">cancelled the in-person event</a> in favor of hosting it as an online-only conference. With more than a million confirmed coronavirus cases in the U.S. today, 63,000+ deaths, and <a href=\"https://www.cnn.com/2020/04/30/health/us-coronavirus-thursday/index.html\">31 states set to partially reopen</a> this weekend, the pandemic’s trajectory throughout the country has become increasingly uncertain. </p>\n\n\n\n<p>Many statewide stay-at-home orders are expiring tomorrow, despite <a href=\"https://www.nbcnews.com/health/health-news/guidelines-call-14-day-drop-cases-reopen-no-state-has-n1194191\">no state having met the federal guidelines for reopening</a>. Some businesses are opting to reopen in a limited capacity, but the general populace is still wary of returning to their previous way of life. In the state of Missouri, where WordCamp US was to be hosted in 2020, there will be no limitations on social gatherings as of May 4, as long as individuals maintain social distancing. It’s not yet possible to predict what will be happening in the area in October or how it might impact an event with international attendees. </p>\n\n\n\n<p>After organizers extended the WCUS speaker application deadline for another 1.5 months on April 17, it seemed the general disinclination towards traveling and gathering in large groups had already taken hold. Booking hotels and travel arrangements five months in advance is still too much of a gamble for speakers and attendees. </p>\n\n\n\n<p>The WCUS organizing team emphasized the longterm health and safety of the WordPress community as their primary concern in today’s <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">announcement</a> about moving to an online-only event:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WCUS organizing team has been working with WordCamp Central and local health authorities to try to make sense of the current COVID-19 pandemic and what it means for our event in St. Louis this October. Throughout this, we have held the longterm health and safety of the WordPress community as the highest priority of our event. To move forward in a way that honors what is best for our community – both locally and globally – we have made the hard choice to convert WordCamp US 2020 to an online only event. </p></blockquote>\n\n\n\n<p>WCUS will still happen on the originally scheduled dates, October 27th – 29th. Organizers plan to run sessions, workshops, and a virtual Contributor Day, along with the annual State of the Word address from Matt Mullenweg. They are also putting together a hallway track, some form of swag, and creative ways for attendees to connect, which will be announced at a later date. </p>\n\n\n\n<p>WCUS is now free for anyone who wants to attend. Without the necessity to rent a venue, provide lunches, and other physical aspects of the event, sponsorships are easily able to cover the cost of streaming to an unlimited number of attendees. </p>\n\n\n\n<p>The <a href=\"https://2020.wcus-speakers.org/\">call for speakers</a> is open until May 31, 2020 at 11:59 pm CDT. WCUS is still accepting sponsorships and will be publishing a set of unique sponsorship packages for the virtual event. Organizers plan to put out a call for volunteers in the near future. </p>\n\n\n\n<p>WordCamp US follows other major regional WordCamps in Asia and Europe that have canceled in-person events due to the pandemic. Several other upcoming WordCamps, including events in Spain, Kent, Denver, and Minneapolis / Saint Paul, have also announced that they are transitioning to online-only events.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 22:49:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Gutenberg 8.0 Merges Block and Pattern Inserter, Adds Inline Formats, and Updates Code Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5033:\"<p class=\"has-drop-cap\">The team behind the Gutenberg plugin <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">shipped version 8.0 yesterday</a>. The update adds some nice user-facing changes, including a merged block and pattern inserter, new inline formatting options, and visual changes to the code editor. Over two dozen bug fixes were included in the release, along with several enhancements.</p>\n\n\n\n<p>Designers on the project <a href=\"https://github.com/WordPress/gutenberg/pull/21515\">updated the welcome box illustrations</a> to match the current UI. Because the welcome modal should already be dismissed for current users, only new users should see these changes.</p>\n\n\n\n<p>For theme authors, the post title and placeholder paragraph text for the block appender will <a href=\"https://github.com/WordPress/gutenberg/pull/21749\">inherit body font styles</a>. Previously, they had specific styles attached to them in the editor. The current downside is that the post title is not an <code><h1></code> element so it cannot automatically inherit styles for that element. However, that will change once the post title becomes a true block in the editor.</p>\n\n\n\n<p>The editor also now <a href=\"https://github.com/WordPress/gutenberg/pull/21608\">clears centered blocks</a> following a floated block. This is an opinionated design change, but it should not negatively affect most themes. However, theme authors should double-check their theme styles to be sure.</p>\n\n\n\n<h2>Updated Block and Pattern Inserter</h2>\n\n\n\n<img />Patterns available in the inserter.\n\n\n\n<p class=\"has-drop-cap\">The development team <a href=\"https://github.com/WordPress/gutenberg/pull/20951\">added patterns to the existing inserter</a>. Now, both blocks and patterns have an individual tab within a unified interface. This is yet another step in the evolution of the pattern system that should land in core WordPress this year.</p>\n\n\n\n<p>Right now, the experience is a two-steps-forward-one-step-back deal. The inserter’s behavior has improved and it is great to see patterns merged into it. However, all blocks and patterns are within long lists that require scrolling to dig through. Block categories are no longer tabbed in version 8.0, which is a regression from previous versions. I am certain this will be resolved soon enough, but it is a little frustrating locating a block in the list at the moment.</p>\n\n\n\n<p>Merging patterns into the inserter is an ongoing process. There is still a lot of work to do before the final product is polished and included in core WordPress.</p>\n\n\n\n<p>The following are some key items that need to be addressed in upcoming versions of Gutenberg:</p>\n\n\n\n<ul><li>Patterns should be categorized the same as blocks.</li><li>The block search box should switch to a pattern search box when viewing patterns.</li><li>Pattern titles should be reintroduced in the interface (removed in 8.0).</li></ul>\n\n\n\n<p>Of course, there is a host of other minor and major issues the team will need to cover to nail down the user experience. For now, the interface for patterns continues to improve.</p>\n\n\n\n<h2>Subscript and Superscript Formats</h2>\n\n\n\n<img />Adding superscript text to the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg developers added <a href=\"https://github.com/WordPress/gutenberg/pull/21819\">two new inline formatting options</a> to the editor toolbar: subscript and superscript. These options allow users to add text such as X<sub>2</sub> and X<sup>2</sup>. They work the same as bold, italic, inline code, and other options.</p>\n\n\n\n<p>The two formatting options represent their respective inline HTML tags, <code><sub></code> for subscript and <code><sup></code> for superscript. With the addition of the elements, the toolbar now covers most of the widely-used inline HTML tags. The only other tags that are low on my wish list are <code><abbr></code>, <code><del></code>, and <code><ins></code>, but I could live with those remaining firmly in plugin territory.</p>\n\n\n\n<h2>Improved Code Editor</h2>\n\n\n\n<img />Updated code-editing view.\n\n\n\n<p class=\"has-drop-cap\">The code editor <a href=\"https://github.com/WordPress/gutenberg/pull/21643\">received a much-needed overhaul</a> in the 8.0 update. Everything from the post title to the content is set in a monospace font, and the width of the code editing box spans the editing area. It should be a welcome change for those who need to switch to code view once in a while.</p>\n\n\n\n<p>The next step to polishing the code editor (and the HTML block) would be to add syntax highlighting. In the current version, the HTML output is plain text. Given the extra markup that the block editor produces, it can be a bit of a jumbled mess to wade through. Basic syntax highlighting would improve the experience several times over. There is a <a href=\"https://github.com/WordPress/gutenberg/issues/10423\">GitHub ticket</a> for adding the feature, but it has not seen any movement in several months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 19:48:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"BuddyPress: BuddyPress 6.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3360:\"<p>Hello BuddyPress community members!</p>\n\n\n\n<p>The first <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">release candidate for BuddyPress 6.0.0</a> is now available for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 6.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/bp-6-0-0-slated-1024x576.jpg\" alt=\"\" class=\"wp-image-311341\" /></div>\n\n\n\n<p>BuddPress 6.0.0 is slated for release on <strong>Thursday, May 14</strong>, but we need <em>your</em> help to get there—if you haven’t tried 6.0.0 yet, <strong>now is the time!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">6.0.0-RC</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 6.0.0. If you find compatibility problems, please be sure to post to this specific <a href=\"https://buddypress.org/support/topic/buddypress-6-0-0-release-candidate/\">support topic</a> so we can figure those out before the final release. We strongly advise you to have a look at the <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">6.0.0 development notes</a> to figure out what to focus on during your testing.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots, we need you!</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into many languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 6.0.0 release schedule. For your information, we are now using WP CLI to generate the buddypress.pot file and you’ll see we’ve paid attention to add translators comments to all the strings needing some.</p>\n\n\n\n<p><strong>If you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving the release candidate a test drive!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 00:45:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress 5.4.1 Addresses 7 Security Issues and Fixes Several Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5888:\"<p class=\"has-drop-cap\">WordPress 5.4.1, <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">a security and maintenance release</a>, dropped today. The release addresses seven security issues, which were all responsibly disclosed to the WordPress security team. Core developers also included several fixes for code regressions in the previous version 5.4 release and ported bug fixes to the block editor from the Gutenberg plugin.</p>\n\n\n\n<p>End-users with automatic updates enabled should begin seeing their sites updated shortly. Other users should update as soon as possible to make sure they are running a version of WordPress with the latest security fixes.</p>\n\n\n\n<p>The WordPress support team has published the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">full release documentation</a> for those who wish to view it.</p>\n\n\n\n<p>Security fixes were added to every major version of WordPress from 5.4 back to 3.7. The following vulnerabilities were addressed:</p>\n\n\n\n<ul><li>Password reset tokens were not correctly invalidated.</li><li>Some private posts could be viewed without authentication.</li><li>Two cross-site scripting (XSS) vulnerabilities in the customizer.</li><li>XSS issue in the search block.</li><li>XSS issue in the WordPress object cache.</li><li>XSS issue with file uploads.</li><li>XSS issue in the block editor for WordPress 5.4 Release Candidates 1 and 2 (fixed in 5.4 RC5).</li></ul>\n\n\n\n<h2>Block Editor Updates</h2>\n\n\n\n<p class=\"has-drop-cap\">Several fixes were high priority enough from the Gutenberg plugin to port to the WordPress 5.4.1 release. The biggest user-facing issues were a broken block duplication keyboard shortcut, misaligned buttons blocks, and odd scrolling behavior when attempting to edit text in a long block.</p>\n\n\n\n<p>The following is a full list of the issues the development team addressed:</p>\n\n\n\n<ul><li>Fixed the <code>Ctrl</code> + <code>Shift</code> + <code>D</code> keyboard shortcut for duplicating a block, which no longer throws an error.</li><li>Adds correct margins when aligning the buttons block left or right.</li><li>Prevents the editor from scrolling to the top when clicking to edit a large block, such as a long list.</li><li>No longer hides the toolbar for plugins that have text inputs in the toolbar.</li><li>Stops a JavaScript crash with the latest posts block when an image has missing dimensions.</li><li>Escapes the HTML class for the RSS and search blocks to prevent malformed markup.</li></ul>\n\n\n\n<p>To review the code changes to the block editor in-depth, see the <a href=\"https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22Backport+to+WP+Core%22+is%3Aclosed\">full ticket list</a>.</p>\n\n\n\n<h2>Other Core WordPress Changes</h2>\n\n\n\n<p class=\"has-drop-cap\">Users who run their browsers in dark mode can rejoice if they also use the core WordPress favicon. The team <a href=\"https://core.trac.wordpress.org/ticket/49798\">introduced an updated favicon</a> with a light background so that it no longer washes out. It is a minor fix but makes the famed WordPress logo look more professional.</p>\n\n\n\n<p>The heading level, which was previously set to <code><h3></code>, has been <a href=\"https://core.trac.wordpress.org/ticket/49838\">bumped up one level</a> on the WordPress admin freedoms screen (<code>wp-admin/freedoms.php</code>). This change provides the proper heading level and should help screen-reading users better navigate the page.</p>\n\n\n\n<p>For users on the Edge or iOS Safari browsers who <a href=\"https://core.trac.wordpress.org/ticket/49753\">could not select files in the media library</a>, it was due to a CSS issue that hid the input. This should no longer be an issue in the new update.</p>\n\n\n\n<p>WordPress 5.4.1 addressed some regressions from the previous version. One revolves around posting by email when no post title was added. In that scenario, the <a href=\"https://core.trac.wordpress.org/ticket/49853\">email subject should have been used as the title</a>, but this was broken by a code change in WordPress 5.4. For developers, the <code>category_link</code> and <code>tag_link</code> filter hooks were <a href=\"https://core.trac.wordpress.org/ticket/49759\">mistakenly deprecated</a> previously and are now once again good to use without throwing a notice.</p>\n\n\n\n<p>Plugin developers have a few bug fixes to look forward to. The <code>WP_Site_Health</code> object is now instantiated after the <code>plugins_loaded</code> and <code>after_setup_theme</code> hooks, which means they can perform necessary actions <a href=\"https://core.trac.wordpress.org/ticket/49824\">before the site health is checked</a>. The deprecated <code>wp_get_user_request_data()</code> function is now <a href=\"https://core.trac.wordpress.org/ticket/49802\">correctly loaded on the front end</a>, which was causing errors with plugins such as BuddyPress.</p>\n\n\n\n<p>In a larger design change, plugin authors who <a href=\"https://core.trac.wordpress.org/ticket/49772\">add custom content to the privacy policy guide</a> can use more HTML elements. In WordPress 5.4, the guide design was updated to add a white background behind the suggested text. However, the new code only applied to paragraphs. Now, the design supports tables, lists, and other elements that are commonly used. Unordered lists also have bullet points to distinguish them from paragraphs.</p>\n\n\n\n<p>The development team fixed two issues with the REST API. The first <a href=\"https://core.trac.wordpress.org/ticket/49645\">corrected an issue</a> with the <code>get_item</code> permissions check. The second fixed the <code>_fields</code> filtering. The core code now uses the <code>rest_is_field_included()</code> function to <a href=\"https://core.trac.wordpress.org/ticket/49648\">determine which fields to include</a> to permit filtering by nested field properties.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 20:39:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.org blog: WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6915:\"<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code></li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.1.5 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2020/04/29/version-4-1-5-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1339:\"Version 4.1.5 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:\n\n<!-- /wp:paragraph --><!-- wp:list -->\n<ul>\n <li>Based on user feedback, we have dropped the in-admin notice explaining the availability of the “privacy notice” option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact.</li>\n <li>Updated the “Requires at least” to WP 4.6, based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n <li>Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n</ul>\n<!-- /wp:list --><!-- wp:paragraph -->\n\nTo upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 13:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:261:\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores?utm_source=rss&utm_medium=rss&utm_campaign=tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12689:\"<p>Major retailers that are part of the critical infrastructure for distributing household essentials, healthcare items, and shelf-stable food, are raking in the cash during this pandemic. While consumer spending at bars, restaurants, and places of entertainment has dropped precipitously, spending at Amazon and Walmart has increased considerably in the past few weeks. The companies cannot hire workers fast enough to meet consumer demand.</p>\n\n\n\n<p>According to a report from <a href=\"https://first.facteus.com/\">Facteus,</a> a firm that provides data from billions of transactions from over 1,000 financial services companies, Amazon and Walmart’s year-over-year growth recently hit 80% and 18%, respectively in the past few weeks.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The pandemic has worked as a catalyst for pre-existing trends, “accelerating the retail reckoning,” as Derek Thompson predicts in his recent article on how <a href=\"https://www.theatlantic.com/ideas/archive/2020/04/how-pandemic-will-change-face-retail/610738/\">The Pandemic Will Change American Retail Forever</a>. Brick and mortar storefronts are rapidly becoming obsolete in a world that is forcibly consigned to shopping from home.</p>\n\n\n\n<p>There are still many uncertainties about <em>SARS</em>–<em>CoV-2</em> and how humanity will safely find its way out of lockdown. Recovery from the virus may not confer long-term immunity and a vaccine may be more than a year away, likely pushing social distancing measures into 2021. Consumer behavior may be forever altered by this experience, as many people may continue to avoid in-person browsing at stores long after the worst is over. </p>\n\n\n\n<p class=\"is-style-highlight\">While it might seem like the retail titans are still uncontested in their domination, there are tectonic shifts happening in the retail industry that are giving smaller, independent stores an unprecedented opportunity to gain new customers online. Merchants that can adapt and excel at getting products to a homebound population stand to be the most resilient during this pandemic.</p>\n\n\n\n<p>In order to keep up with demand, Amazon has had to delay shipments of non-essential items by up to a month in some cases, prioritizing household basics and medical supplies. Major grocery retailers are <a href=\"https://www.digitalcommerce360.com/article/coronavirus-impact-online-retail/\">competing against one another to hire furloughed workers</a> in order to keep up with the demand for groceries with so many people eating at home. Independent stores that can be found online have the opportunity to step up and fill in the gaps where major retailers cannot meet the demand fast enough.</p>\n\n\n\n<p>People are more inclined to support small businesses right now in light of current circumstances. Amazon’s severely strained relationship with buyers, sellers, affiliates, and employees is also contributing to consumers’ eagerness to support independent stores.</p>\n\n\n\n<p>On April 21, <a href=\"https://www.cnbc.com/2020/04/14/amazon-slashes-commission-rates-for-affiliate-program.html\">Amazon slashed commission rates</a> nearly in half for most product categories, negatively impacting media companies and publishers that have not diversified their affiliate revenue sources.</p>\n\n\n\n<p>Amazon’s essential workers are planning to join others from Instacart, Whole Foods, Walmart, Target, and FedEx in <a href=\"https://theintercept.com/2020/04/28/coronavirus-may-1-strike-sickout-amazon-target-whole-foods/\">a strike on Friday</a>. They are protesting their employers’ record corporate profits which they say have come at the expense of workers’ health and safety. Many consumers have already grappled with a question of conscience in continuing to shop on Amazon after hearing reports of grueling labor conditions for years.</p>\n\n\n\n<p>Another major development in the retail industry has come to light as the result of a recent Wall Street Journal investigation, which revealed that <a href=\"https://www.wsj.com/articles/amazon-scooped-up-data-from-its-own-sellers-to-launch-competing-products-11587650015\">Amazon is using data from its sellers to launch competing products</a>. Merchants selling successfully on Amazon are not safe from having their products copied and their businesses effectively cannibalized.</p>\n\n\n\n<p>Documents obtained by the WSJ, along with interviews from more than 20 former employees of Amazon’s private-label business, described how the marketplace operator uses third-party sellers’ data to gain a competitive advantage: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In one instance, Amazon employees accessed documents and data about a bestselling car-trunk organizer sold by a third-party vendor. The information included total sales, how much the vendor paid Amazon for marketing and shipping, and how much Amazon made on each sale. Amazon’s private-label arm later introduced its own car-trunk organizers.</p></blockquote>\n\n\n\n<p>The WSJ exposé details the great pressure that Amazon executives are under to deliver successful private-label products:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Former executives said they were told frequently by management that Amazon brands should make up more than 10% of retail sales by 2022. Managers of different private-label product categories have been told to create $1 billion businesses for their segments, they said.</p></blockquote>\n\n\n\n<p>This practice of launching competing products with access to third-party sellers’ data has been happening for years but is an especially hostile tactic to employ in a time when Amazon’s revenue is skyrocketing and small businesses are struggling to stay afloat. It is a sobering reminder of the value of hosting your own online store and the importance of owning your own data.</p>\n\n\n\n<p>There are some positive developments in the industry that should give small business owners confidence in maintaining independence from the dominant forces in online retail. </p>\n\n\n\n<p>Wired published an article this week titled <a href=\"https://www.wired.com/story/coronavirus-book-sales-indie/\">The Coronavirus Pandemic Is Changing How People Buy Books</a> by Kate Knibbs. She describes how one indie bookseller’s e-commerce startup has found unlikely success in positioning itself as “an easy way to buy books online without further enriching Jeff Bezos:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Bookshop went from a well-intentioned startup facing an uphill battle to one of the most popular ways to buy books online in a matter of weeks. <em>The</em> <em>New York Times</em>, BuzzFeed, Vox, and <em>The New Republic</em> are all affiliate partners now. Its headcount has doubled in size. Hunter expects to hit $6 million in sales by May, eons ahead of its loftiest projections from January. If the company’s performance holds steady, it could do $60 million in sales a year, although Hunter is assuming post-quarantine life will be different. “I’m sure that when things open back up, our sales will drop, maybe even cut in half,” he says. “But even then, we’re still one of the top 10 bookstores in the US.”</p></blockquote>\n\n\n\n<p>Yesterday, <a href=\"https://techcrunch.com/2020/04/28/shopify-launches-shop-a-new-mobile-shopping-app/\">Shopify launched its new Shop app</a>, touting modularized, distributed marketplaces as the future of e-commerce. The app allows shoppers to browse local merchants and make purchases. It provides a new vehicle of exposure for the company’s 1m+ merchants on its platform. Businesses do not have to pay to have access to the app, nor do they pay commissions on the sales it generates.</p>\n\n\n\n<p>Google is also making it easier for smaller stores to be found on the web by <a href=\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings\">opening up the Shopping tab to free listings</a> and partnering with WooCommerce, Shopify, and BigCommerce. This essentially gives more free traffic to small businesses whose listings will break up the longstanding dominance of major online retailers in the Shopping tab. </p>\n\n\n\n<p>WordPress developers with e-commerce experience have the opportunity to build products and stores that will help traditional brick-and-mortar businesses start selling online quickly, so they can continue to find success in. the brave new world of online-first retail. WordPress has a plethora of plugin options for making e-commerce accessible to store owners, no matter how simple or complex the store’s requirements.</p>\n\n\n\n<h2>Independent WooCommerce Stores Are Booming</h2>\n\n\n\n<p>One user in the WooCommerce community’s Facebook group <a href=\"https://www.facebook.com/groups/advanced.woocommerce/permalink/3429259367088458/\">asked</a> how the coronavirus is impacting members’ e-commerce stores. Responses were varied based on the types of products that the merchants were selling, but the vast majority of responses from store owners and developers were positive reports of increased sales: </p>\n\n\n\n<ul><li>“I have a client selling cleaning products. He got several pallets of hand sanitizer in and sold out in a week. He was doing about $2000 in sales a day.”</li><li>“My client does fruit and veg online. Went from £4k a month trickling along as a side part of his business, to £150k last month and the heading for the same this month.”</li><li>“We are selling plumbing and home improvement tools and items sales have quadrupled.”</li><li>“Positive impact. Highest sales for me on my indoor activities niche (puzzles, board games).”</li><li>“Sales are up more than 1000% – natural supplements”</li><li>“Built a cake delivery service to sell slices of cake locally…… £4K in a day and sold out. It’s crazy.”</li><li>“800% increase on a niche plant site I host”</li><li>“Compared to same month last year, up approx 250% (garden products)”</li><li>“3000% increase during the last month compared to monthly average over the last year. Natural health products”</li><li>“Our canvas printing site is up 20%”</li><li>“We are selling more Glass Bongs than ever. People are staying home and getting stoned.”</li></ul>\n\n\n\n<p>Saad Munir, the CEO of an e-commerce marketing agency, manages 28 stores for their clients with $30-$500k sales per month in various niches. </p>\n\n\n\n<p>“Some of them are popular brands of their niche,” Munir said. “We have seen a drop in sales of up to 80% in non-essential and medium luxury products, and a 400% increase in essential products. However, now non-essential and daily-use products have also started getting good sales since everyone is home and sticking to their devices during this social distancing. We also have clients of furniture e-commerce stores. This means high-ticket items. They have even seen increased sales in bedsets, sofas, etc. So, for sure online sales are increasing. We also on-boarded several new clients and most of these stores are in WooCommerce.”</p>\n\n\n\n<p>In the WooCommerce Help & Share group, one member <a href=\"https://www.facebook.com/groups/woohelp/permalink/3028955177330917/\">asked for help collating all his orders into one list</a> after his artisan cheese business increased exponentially overnight. Another member <a href=\"https://www.facebook.com/groups/woohelp/permalink/3024332674459834/\">asked for help optimizing his client’s store</a> after their pre-COVID-19 revenue went from less than £1k/month to almost £2k sales per day.</p>\n\n\n\n<p>If independent self-hosted stores are able to perform well during this crisis, they have the opportunity to earn customers’ loyalty for continued business long after social distancing requirements are no longer necessary. It’s a unique opportunity that may not have been possible on such an accelerated timeline without this exact set of circumstances.</p>\n\n\n\n<p>These recent shifts in online retail are the first cracks in the ice towards a web that is more friendly for smaller, independent stores. The trend towards buying all of life’s necessities online has evolved overnight to include a wider spectrum of consumer demographics than ever before. Diverse independent stores are crucial for meeting this demand without losing the unique and varied shopping landscape that the pandemic has forced to be temporarily closed.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 08:17:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Post Status: Professional WordPress Plugin Development: Interview with the authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=78739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/professional-wordpress-plugin-development-interview-with-the-authors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1671:\"<p><em>Professional WordPress Plugin Development</em> was one of the most helpful books I\'ve ever read. To see a new edition with two returning authors, nine years after the original, is very exciting.</p>\n\n\n\n<p>This edition of the book will be sure to offer a great resource for developer education for years to come. Brad Williams, Justin Tadlock, and John James Jacoby are each extremely talented developers and communicators. The work they can accomplish together is even greater.</p>\n\n\n\n<p>Cory talks to them about their histories, the book, the process, and much more. We hope you enjoy this episode of Post Status Draft.</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>You can <a href=\"https://amzn.to/3cWMJlB\">pre-order <em>Professional WordPress Plugin Development</em> now on Amazon</a>. It is slated to be released June 10th.</p>\n\n\n\n<ul><li><a href=\"https://strangework.com/2020/01/06/announcing-professional-wordpress-plugin-development-2nd-edition/\">Brad\'s announcement</a></li><li><a href=\"http://justintadlock.com/archives/2020/01/06/writing-a-wordpress-book-again\">Justin\'s announcement</a></li><li><a href=\"https://jjj.blog/2020/01/coauthoring-a-wordpress-plugin-development-book/\">John\'s announcement</a></li></ul>\n\n\n\n<h3>Episode Partner: <a href=\"https://poststatus.com/gravity\">Gravity Forms</a></h3>\n\n\n\n<p>Gravity Forms is the easiest-to-use and most trusted tool for creating advanced forms for your WordPress-powered website. I use Gravity Forms on every WordPress site I own, and I know I can always rely on its power, flexibility, and reliability.</p>\n\n\n\n<p><a href=\"https://poststatus.com/gravity\">Try Gravity Forms today.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 04:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: David Vongries Takes Over as New Owner of the Kirki Customizer Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework?utm_source=rss&utm_medium=rss&utm_campaign=david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8410:\"<p class=\"has-drop-cap\">Ari Stathopoulos sold <a href=\"https://kirki.org/\">Kirki</a>, his 6-year-old customizer framework, last week. The plugin is a widely-used tool for theme authors and currently has over 400,000 installations. It is also bundled as a drop-in package within an unknown number of themes, likely numbering in the hundreds. David Vongries, the owner of the <a href=\"https://wp-pagebuilderframework.com/\">Page Builder Framework theme</a>, has taken over the project.</p>\n\n\n\n<p>All of Kirki’s customizer controls, including those that were previously commercial/premium, are now open under the <a href=\"https://github.com/kirki-framework\">Kirki Framework</a> GitHub organization.</p>\n\n\n\n<p>Stathopoulos <a href=\"https://twitter.com/aristath/status/1247931690162544640\">tweeted his decision</a> to seek a buyer on April 8. “This is an announcement I never thought I’d make,” he wrote. “As much as it saddens me, I have decided to sell the Kirki #WordPress plugin. With 500,000+ installations and included in hundreds of themes I no longer have the ability – as an individual developer – to maintain it. And even though I had big dreams and wanted to facilitate things for the WordPress editor as well, the plugin has grown beyond me…It is no longer possible for a single person to maintain such a beast.”</p>\n\n\n\n<p>Between his fulltime day job, a representative role for the theme review team, and maintaining other open-source projects, Stathopoulos was pulling 16-hour days of work. Not to mention, he had the usual life elements he needed to make time for in his routine. The Kirki project was not something he could devote any extra time to. Stathopoulos said he knew that spending too much time behind the screen was detrimental to his mental and physical health. He needed to make changes for his personal well-being. Still, it was tough to let go of a project he had invested years into.</p>\n\n\n\n<p>“Letting go of a project like that feels extremely weird!” he said. “It’s a weird mix of sadness, stress, and relief. I feel sad because it’s out of my control. I feel stressed because it’s out of my control. And I feel relieved because it’s out of my control.”</p>\n\n\n\n<p>While he suspects the sadness and stress of letting go of his project will subside, he said he already feels relieved to no longer have the responsibility of managing such a huge project alone. “I am no longer responsible for the hundreds of themes that use it; it’s liberating,” he said.</p>\n\n\n\n<h2>No Deal for the Highest Bidder</h2>\n\n\n\n<p class=\"has-drop-cap\">Stathopoulos did not want to let this passion project go to anyone. He wanted someone with the vision to see the project evolve. He had several offers for Kirki. Over 400,000 installations can make for a lucrative opportunity for someone with the right marketing skills. It would have been easy for him to take the highest bid and jump ship, but that is not his style.</p>\n\n\n\n<p>“Kirki is a weird case,” he said. “It may have 400,000 installations and used by hundreds of themes both free and premium, but the actual ‘clients’ are the theme authors, not the end-users. That fact limits the potential for monetizing the plugin ethically. There were quite a few bids, some were high, some were low, but what surprised me is that a lot of them were not interested in helping the community in any way.”</p>\n\n\n\n<p>Stathopoulos said the majority of the offers were from buyers with no interest in growing the plugin. Most of them seemed to be looking for a quick buck. He steered clear of them because he did not want to see end-users blasted with obtrusive ads, upsells, or spam.</p>\n\n\n\n<p>“In the end, I didn’t go with the highest bid, which was 2.5 times the price I gave it for,” he said. “Though I admit I was seriously tempted to ‘take the money and run.’ I went with what I felt was an ethical choice, someone who actually uses the project on a daily basis, wants to evolve it, and I feel will honor the open-source spirit and the six years of sweat.”</p>\n\n\n\n<p>Stathopoulos decided to sell to Vongries. The two had previously worked together on multiple occasions on the Kirki project and he felt it was the right move.</p>\n\n\n\n<p>“Once I decided that he should get it, the process went pretty smooth, and there were no hiccups,” said Stathopoulos. “The hard part was deciding who should get it.”</p>\n\n\n\n<p>Vongries was almost a natural choice as a new owner. He and his team had been using Kirki since its inception. “I think it’s an incredible framework and it makes working with the WordPress customizer so much easier,” he said.</p>\n\n\n\n<p>He reached out to Stathopoulos immediately upon seeing it was for sale. The two had a conversation soon thereafter and shared similar visions for the plugin.</p>\n\n\n\n<p>“I always looked at Kirki as something special and wanted to get involved,” said Vongries. “Until recently though, I wouldn’t have had the resources to do so, but since the team around MapSteps has grown it just all happened at the right time. Being a Kirki user myself, I looked at this from both perspectives — from a developer standpoint and as someone that has been using the plugin for years.”</p>\n\n\n\n<h2>The Future of Kirki</h2>\n\n\n\n<p class=\"has-drop-cap\">Over the past 18 months, Stathopoulos has rewritten the plugin and split it into around 50 Composer packages. The plan was to make these packages installable as individual components for plugin and theme authors. Instead of bundling the entire Kirki library, developers can use the pieces they need. At this point, these components should be stable, but they have not been widely tested by theme authors, who are accustomed to working with the full framework.</p>\n\n\n\n<p>He was also excited about the potential move away from the customizer and working with full-site editing and global styles. Right now, it is unclear how the future of the Gutenberg project will impact the customizer. Many theme authors are now looking at it as a dying piece of the platform. Stathopoulos felt like there was still room to grow and transition into the new era.</p>\n\n\n\n<p>“My vision for Kirki was to combine some things with full-site editing, and allow themes that were using Kirki to automatically get global styles when they land in WordPress core,” he said. “That would be truly amazing, and I’m sure it will be possible to do once there is an API for global styles. If [Vongries] goes in that direction, there’s definitely potential for monetization there, while at the same time he’ll help people build better things. Can you imagine a painless transition to global styles for themes that use Kirki? That would be a great thing to see!”</p>\n\n\n\n<p>However, the project is out of the former owner’s hands now. It is Vongries’ vision that must lead the project moving forward.</p>\n\n\n\n<p>“I respect Ari a lot and he has done an amazing job with Kirki,” said Vongries. “[Stathopoulos] said he would love to continue to contribute to the project, and he is more than welcome to do so.”</p>\n\n\n\n<p>The immediate plan is to launch Kirki 4.0. It is nearly ready to roll out, awaiting some fine-tuning and final testing. Vongries and his team are also about to begin work on new extensions that bring more controls and functionality to the framework and, potentially, Gutenberg.</p>\n\n\n\n<p>“We are going to explore how we can make the connection between the existing functionality in Kirki and the upcoming features in Gutenberg and Gutenberg in general,” he said. “At this point, we have some ideas about how we can adapt Kirki to the ever-changing WordPress platform. But for now, they are only ideas. We are certain that we will be able to provide a useful tool for developers, regardless of the direction WordPress and Gutenberg goes.”</p>\n\n\n\n<p>The new team behind Kirki is still working on the long-term roadmap. It will be exciting to see where they take it. For now, it is still the go-to customizer framework for many theme authors. And, it is in the hands of someone who has been using the project for years.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Apr 2020 18:39:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordCamp Europe 2020 Online Registration Now Open: Tickets are Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordcamp-europe-2020-online-registration-now-open-tickets-are-free?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-online-registration-now-open-tickets-are-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2514:\"<p><a href=\"https://2020.europe.wordcamp.org/\">WordCamp Europe 2020</a> is just 37 days away. Organizers announced in April that the event, which was supposed to be hosted in Porto, is moving to be 100% online this year due to the COVID-19 pandemic. WCEU will kick off with a virtual Contributor Day on June 4, followed by two half days of talks and workshops broadcasted via livestream.</p>\n\n\n\n<p>WordCamp Europe is one of the largest regional WordCamps on the planet and has been hosted in many magnificent venues and inspiring cities over the years. The event routinely sells out of tickets and sponsor packages, as companies and attendees rally around this unique opportunity to connect across boundaries, uniting Europe through a shared love of WordPress. </p>\n\n\n\n<p>For the first time in the event’s eight-year history, the European WordPress community will have to forego the in-person networking time that many have come to value as both a personal and professional highlight of the year. WCEU Organizers have worked for the better part of a decade to make it one of the most polished and efficient WordCamps. Now the team is forced to pivot and use their expertise to host a top-notch virtual event.</p>\n\n\n\n<p>Past local organizing teams have been successful at creating an intimate atmosphere that facilitates rewarding connections with a focus on hospitality. These in-person connections add context to remote interactions and conversations long after the event concludes. Reaching this same high level of interpersonal connectivity between attendees is going to be a challenge for this online edition, but WCEU organizers have a long track record of adapting to different environments. Dozens of other WordPress meetups, WordCamps, and educational events are currently facing the same challenges and are <a href=\"https://make.wordpress.org/community/events/\">moving online</a>.</p>\n\n\n\n<p>Registering for a ticket to WCEU is optional but attendees who want to participate in the virtual networking, Q&A sessions, and contributor day will have be registered. Organizers were expecting approximately 3,000 attendees but hosting the event online may affect those numbers in either direction. <a href=\"https://2020.europe.wordcamp.org/tickets/\">Tickets are available for free</a> on the WCEU website, thanks to the event’s sponsors. After eight hours of open registration, there are 4,257 tickets remaining. The event will return to Porto, Portugal, on June 3-5, 2021.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 23:10:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Should the Block Editor Have a Grid System?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/should-the-block-editor-have-a-grid-system?utm_source=rss&utm_medium=rss&utm_campaign=should-the-block-editor-have-a-grid-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5456:\"<p class=\"has-drop-cap\">Laying out a webpage design and getting every element aligned perfectly can be a tough job. Even many developers rely on CSS grid frameworks. Granted, with the introduction of the flexbox and grid systems in the CSS language, such frameworks are becoming unnecessary. Whether it is getting the vertical and horizontal rhythm down or simply aligning an image next to a bit of text, page layouts are often done best via some sort of grid system.</p>\n\n\n\n<p>This becomes even more apparent when building a page layout visually through the WordPress block editor. The current iteration of the editor does a fine job of being a general content editor while providing the ability to insert various elements into the page.</p>\n\n\n\n<p>However, it is not by any means a page builder — <em>yet</em>.</p>\n\n\n\n<p>The question is, before we engage in full-site editing, global styles, block patterns, and other upcoming tools, whether a grid system should be a part of the equation. If so, how should that system work? Will it be configurable by theme authors? How will it handle tablet and mobile views? Will the grid be visible to users or a hidden thing in the background?</p>\n\n\n\n<p>As more block plugins are released, particularly with those that may have multiple elements that may need to be aligned, it might be time we consider a grid system. Such a system may benefit existing core blocks right now, such as Columns and Media & Text. Or, it may be better as a separate, standalone block.</p>\n\n\n\n<p>Including a grid system also has the additional benefit of standardizing on layout-related class names that theme authors can use in their CSS, even outside the content editor. This would bring better compatibility across the board when users inevitably switch themes.</p>\n\n\n\n<h2>A Starting Point: Layout Grid Block</h2>\n\n\n\n<img />Three-column layout with Layout Grid Block.\n\n\n\n<p class=\"has-drop-cap\">Automattic, as part of its <a href=\"https://github.com/Automattic/block-experiments\">Block Experiments</a> project, has released the <a href=\"https://wordpress.org/plugins/layout-grid/\">Layout Grid Block</a> plugin. It is essentially a beefed-up version of the core Columns block. The major difference is that column alignment snaps to a specific point in the grid. This grid is also displayed in the background while editing the post.</p>\n\n\n\n<p>The tricky thing with grids is not simple alignment in columns in desktop view. It is dealing with how those columns transform on smaller devices like tablets and smartphones. Sometimes that is a guessing game from a theme design perspective because the theme author is not privy to the actual content that needs to be aligned. In turn, designers make best-guess decisions and hope it works for most.</p>\n\n\n\n<p>The Layout Grid block has a “Responsive Breakpoints” tab under the block options panel that allows users to configure this based on device. Users can decide how individual columns span the grid. The grid system is based on a varying number of grid sections based on the device:</p>\n\n\n\n<ul><li>Desktop: 12 Sections</li><li>Tablet: 8 Sections</li><li>Mobile: 4 Sections</li></ul>\n\n\n\n<p>Imagine wanting to display a simple image with text to the next of it. There are various ways to do this currently in the block editor. Each has its pros and cons, depending on what you want to do. From a user experience and visual standpoint, I love seeing the grid lines in place as I determine how it should be displayed.</p>\n\n\n\n<img />Aligning an image and text on a grid.\n\n\n\n<p>Another upside of having a grid system is consistency in design. If users can scale the width of columns based on arbitrary numbers, much like they can now do with the Media & Text block, there is no consistency with sizing items horizontally on the page. A grid system changes that.</p>\n\n\n\n<p>Layout Grid Block still needs some polishing at this point. There are some trivial pain points in the UI that could be improved. On the whole, my experience with this block offered a compelling argument for including a grid system in core.</p>\n\n\n\n<p>The plugin addresses simple one, two, three, and four columns right now. The grid system in CSS is much more powerful than basic horizontal columns. However, starting with the basics would give us a place to build from.</p>\n\n\n\n<h2>Should Core Include a Grid?</h2>\n\n\n\n<p class=\"has-drop-cap\">There is at least one <a href=\"https://github.com/WordPress/gutenberg/issues/16271\">open ticket on the Gutenberg repository</a> for addressing a grid system. Mark Uraine, the author of the ticket, posted seven key questions:</p>\n\n\n\n<ol><li>Should the grid system be responsive?</li><li>Should there be a default Gutenberg grid system, but allow themes to register their own?</li><li>Should the grid system conform to the current structure of Gutenberg blocks, or should it be its own thing that we need to restructure the blocks to in the editor?</li><li>Should the grid include gutters?</li><li>Should the grid include, or allow, any vertical alignment snaps?</li><li>What should the grid be based on? (ie. 12 columns, pixel grid, etc.)</li><li>Should the grid allow toggling on/off? And also include a setting to show, or not, when resizing objects in the editor?</li></ol>\n\n\n\n<p>The ticket had some solid discussion nearly a year ago but not much as of late. Would you like to see a grid system in the editor? If so, how would you want it to work?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 20:24:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Tulsa Remote Worker Experiment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=51280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2020/04/tulsa-remote-worker-experiment/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1120:\"<p>Sarah Holder at Citylab has an interesting article on a program that <a href=\"https://www.citylab.com/life/2020/02/tulsa-incentives-work-remotely-coworking/604873/\">paid people $10,000, a year of co-working, and a subsidized apartment to move to Tulsa, Oklahoma</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Traditionally, cities looking to spur their economies may offer incentives to attract businesses. But at a time when Americans are <a href=\"https://www.citylab.com/life/2019/05/moving-location-new-city-how-much-cost-mobile-rooted-stuck/590521/\">moving less frequently</a> than they have in more than half a century, and the anticlimactic race to host an Amazon HQ2 <a href=\"https://www.citylab.com/equity/2018/12/amazon-hq2-corporate-tax-incentives-technology/578422/\">soured some governments on corporate tax breaks</a>, Tulsa is one of several locales testing out a new premise: Pay <em>people</em> instead.</p></blockquote>\n\n\n\n<p>I love this idea, and hope that after the permanent step-up in remote work from the virus we see much more internal mobility between cities in the United States.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 17:55:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Watch the Women of React Conference for Free on Saturday, April 25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/watch-the-women-of-react-conference-for-free-on-saturday-april-25?utm_source=rss&utm_medium=rss&utm_campaign=watch-the-women-of-react-conference-for-free-on-saturday-april-25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4140:\"<p>While much of the world is in lockdown, public gatherings and conferences have been cancelled, leaving a void in the lives of people who enjoy meeting their fellow open source contributors and colleagues in person throughout the year. Virtual events, which were already on the rise, are enjoying a bit of a renaissance by necessity. </p>\n\n\n\n<p>On Saturday, April 25, the <a href=\"https://womenofreact.com/\">Women of React</a> conference will stream live with seven speakers, along with Q&A and lightning sessions from React core contributors and leaders in the community. The event will include a single-stream of talks with breaks for socializing and connecting with other attendees, as well as an invite-only Discord chat server. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">This Saturday (Apr 25) Women of React has a special Q and A session with our favorite React core contributors past & present <a href=\"https://twitter.com/sophiebits?ref_src=twsrc%5Etfw\">@sophiebits</a> <a href=\"https://twitter.com/ProvablyFlarnie?ref_src=twsrc%5Etfw\">@ProvablyFlarnie</a> <a href=\"https://twitter.com/lunaruan?ref_src=twsrc%5Etfw\">@lunaruan</a> and Chrome collaborators <a href=\"https://twitter.com/shubhie?ref_src=twsrc%5Etfw\">@shubhie</a> and <a href=\"https://twitter.com/stubbornella?ref_src=twsrc%5Etfw\">@stubbornella</a>! RSVP for free at <a href=\"https://t.co/GksJeHLvF6\">https://t.co/GksJeHLvF6</a> <a href=\"https://t.co/0bho86YVe6\">pic.twitter.com/0bho86YVe6</a></p>— R \'Nearest\' Nabors 💙 (@rachelnabors) <a href=\"https://twitter.com/rachelnabors/status/1253400764359286785?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>Women of React was organized as a sort of pop-up tech event in response to current events. Co-organizers Rachel Nabors, Kevin Lewis, Sara Vieira, and Jenn Creighton did not put out a request for speakers but rather opted to invite women from around the world who would provide quality presentations on diverse topics of interest to the React community. </p>\n\n\n\n<p>“I think I woke up one morning and was watching the pandemic news and realized all the cool women I would usually see on the conference circuit cannot give their talks and I’m not going to see them,” Rachel Nabors said on a recent episode of the <a href=\"http://insidefacebookmobile.libsyn.com/23-organising-the-women-of-react-remote-conf\">Inside Facebook Mobile</a> podcast. “I’m not going to see any of my favorite women in the React community this year and it was super depressing.” She contacted her colleagues and together they quickly spun up a conference that would allow women in React to connect online.</p>\n\n\n\n<p>Last week the organizers reported more than 1,000 registered attendees. They expect that number to be over 2,000 on the day of the conference. Fortunately, they don’t have to have a hard count on attendees ahead of time, since virtual events don’t have a limited number of seats. Organizers have even created printable swag for all who attend.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The cuteness has landed! We will be shipping out coloring pages for <a href=\"https://twitter.com/hashtag/womenofreact2020?src=hash&ref_src=twsrc%5Etfw\">#womenofreact2020</a> attendees tonight—something for you or your little ones to do while watching the talks tomorrow! Art by the phenomenal <a href=\"https://twitter.com/miuki_miu?ref_src=twsrc%5Etfw\">@miuki_miu</a>! <a href=\"https://t.co/49byxsCeWW\">pic.twitter.com/49byxsCeWW</a></p>— R \'Nearest\' Nabors 💙 (@rachelnabors) <a href=\"https://twitter.com/rachelnabors/status/1253667155972931584?ref_src=twsrc%5Etfw\">April 24, 2020</a></blockquote>\n</div>\n\n\n\n<p><a href=\"https://womenofreact.com/\">Women of React</a> will run from 12:30pm—8:00pm EST. Attendees can sign up on the website and will receive a link for the livestream. Organizers are also planning to record the sessions so that people who are unable to attend can watch it at a later time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Apr 2020 21:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WP Feedback Kicks off Free Virtual Summit for WordPress Professionals on April 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5564:\"<img />\n\n\n\n<p class=\"has-drop-cap\">WP Feedback is running a <a href=\"https://wpfeedback.co/summit/\">virtual event from April 27 – May 1</a>. The event is primarily geared toward WordPress professionals who are looking to scale their business. It will feature CEOs, designers, freelancers, and more from the WordPress space. Between five and seven video sessions will be available each new day of the event.</p>\n\n\n\n<p>The sessions are free to watch for the full 24-hour period on the day they are scheduled. Once that window closes, visitors must purchase an all-access pass to view them, which is currently available for $67 but will go up to $97 once the event begins. A one-time purchase provides lifetime access.</p>\n\n\n\n<p>“Due to the outbreak of Coronavirus, otherwise known as COVID-19, every event has been postponed or outright canceled for the foreseeable future,” said Vito Peleg, founder of WP Feedback. “Seeing that the opportunity to learn and network with like-minded professionals was taken away from us at the last second, we decided to step in to provide the true conference experience all without leaving your desk.”</p>\n\n\n\n<p>The goal of the summit is provide value by teaching attendees how to scale their agency or freelance business by having experts in their respective fields share advice.</p>\n\n\n\n<p>“Above all, the best part is that it’s completely free to attend, and although some of us can’t wait to get out, I’m sure others will agree it’s also really nice that you can attend all from the comfort of your home office — or living rooms!” said Peleg.</p>\n\n\n\n<p>The WP Feedback team hopes that everyone from freelancers to large agencies and businesses can learn something. “So to that end, the event is geared towards WordPress professionals who are looking to scale their business beyond themselves (without losing all of their hair), people struggling during the quarantine/lockdown as a result of an impact that this has had on their business, and people who are just looking to meet and network with other like-minded people in the community,” said Peleg.</p>\n\n\n\n<p>The goal for <a href=\"https://wpfeedback.co/\">WP Feedback</a> is to help WordPress professionals succeed and scale their business via the site’s network and feedback plugin. “This effort is two-fold,” said Peleg. “We primarily do this with our software that simplifies and organizes client communication for web designers. But, we also do so with summits just like this one, educating people through our content and community platform.”</p>\n\n\n\n<p>For those interested in seeing what type of content the summit offers, Piccia Neri’s session from 2019, <a href=\"https://wpfeedback.co/summit/piccia-neri/\">The Main Ingredient of Great UX</a>, is available to watch for free.</p>\n\n\n\n<h2>Continuation of WP Agency Summit</h2>\n\n\n\n<p class=\"has-drop-cap\">Last December, before joining the WP Feedback team, Jan Koch launched the <a href=\"https://wptavern.com/wp-agency-summit-kicks-off-december-6\">first version of this event</a>. Over 2,000 attendees registered and recorded 15,000 session views. Strictly by the numbers, the event was successful.</p>\n\n\n\n<p>“Measuring the success of the 2019 summit event in numbers would not even tell half of the story,” said Peleg. “Most exciting were all the ripple effects the event caused. So many new connections were made not just from Jan’s perspective but also in the community that formed around the event on Facebook. We’re all still leveraging these new friendships and hope that, with the improved networking area for the new summit, we’ll see even more connections being made.”</p>\n\n\n\n<p>With Koch joining WP Feedback, the team felt like it was a natural move to continue the event. “One of the main reasons Jan joined the team was to be heavily involved with our summit plans due to his experience and success with the WP Agency Summit last year,” said Peleg. “As this is WP FeedBack’s first summit, having Jan on the team has made it possible for us to organize it in such a short amount of time. He’s taught us a lot and we will 100% be using everything we’ve learned to do more like this in the future.”</p>\n\n\n\n<p>One of the issues with the 2019 event was the lack of gender diversity. There was a 20:4 male-to-female speaker ratio. The team has attempted to address this for the 2020 event by adding more women to the lineup.</p>\n\n\n\n<p>“Yes, that was a hard lesson learned for Jan,” Peleg said in response to the low number of women speakers. “He and the entire team at WP FeedBack leveraged our connections to get a more even ratio this time. Obviously, there are many successful women in the WordPress space, and now we were able to bring a few of our friends on thanks to our combined networks.”</p>\n\n\n\n<p>The WP Feedback team has been collectively working to make this year’s event a success. Peleg said that many on the team have had to quickly adapt and learn how to run such an event. “Thankfully, Jan’s experience has massively helped in how we have been planning everything, and he is the one heading up all of the sessions too,” he said. “The vision was to create a summit experience online that replicates how it feels to go to a summit in real life, and we are really taking huge steps to provide that experience for all of our attendees.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Apr 2020 18:50:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Chatterbox Plugin Uses WordPress Blocks to Show Conversations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/chatterbox-plugin-uses-wordpress-blocks-to-show-conversations?utm_source=rss&utm_medium=rss&utm_campaign=chatterbox-plugin-uses-wordpress-blocks-to-show-conversations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2361:\"<p><a href=\"https://wordpress.org/plugins/chatterbox/\">Chatterbox</a> is a new plugin with a fun and creative use for the block editor. It displays chat or text threads using blocks that are styled as conversations. Users can type in a record of a chat, including timestamps, with a live preview in the editor. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Since written conversations are essentially little blocks of text and media, the block editor lends itself nicely to composing and displaying this type of content. The Chatterbox block can be found under Layout Elements in the block inserter. It includes the option to select a style (Inbound, Outbound, or Event) and add a timestamp.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://daveryan.io/\">Dave Ryan</a>, a WordPress developer at Bluehost, said he created the plugin in order to test Gutenberg’s Block Context API and borrowed the <a href=\"https://www.lightningdesignsystem.com/components/chat/\">chat component</a> from Salesforce’s Lightning Design System. He suggested that Chatterbox could be useful for showing demos of chat bots, publishing chat records in news stories, or simply adding an engaging visual display to conversations.</p>\n\n\n\n<p>Once the Block Context API matures, Ryan plans to add message background and text colors, message sender with name and avatar, and the ability to override the message sender on a per-message basis for group chats. The next steps beyond that on the roadmap include the following:</p>\n\n\n\n<ul><li> Implement Bookends and other <a href=\"https://www.lightningdesignsystem.com/components/chat/#About-Chat\">SFDS Chat</a> options</li><li> Animated chat sequences</li><li> Automated animated sequences, using character lengths for timing</li><li> Automate hiding of message meta based on adjacent blocks</li><li> Message Images</li><li> Message Files</li></ul>\n\n\n\n<p>Ryan said some of the planned features will rely on new features in the Gutenberg project. Once those have been released he will update Chatterbox to include more customization options. The plugin is <a href=\"https://wordpress.org/plugins/chatterbox/\">available for free on WordPress.org</a> and contributors can find the code on <a href=\"https://github.com/0aveRyan/chatterbox\">GitHub</a>.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Apr 2020 03:55:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: You Deserve to Wear Sweatpants; Don’t Let Anyone Tell You Any Different\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different?utm_source=rss&utm_medium=rss&utm_campaign=you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5468:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Lounge in your Baby Yoda sweats. Break out those knee-high Santa socks that you love to wear during the holidays. Slide into your Rocket City Trash Pandas tee and pretend the baseball season is going to happen this year.</p>\n\n\n\n<p>Sure, you can wear a suit and tie when you’re working from home. However, I invite you to ditch the fresh-pressed trousers for your comfy sweatpants.</p>\n\n\n\n<p>The COVID-19 pandemic has forced many of you into working from the home office. Depending on your situation, that might be the kitchen table, the loveseat in the living room, or a closet if your kids are irritating enough. The worst thing we can do is put too much pressure on ourselves to be the model of perfection in this setting. Do not let anyone tell you that you must put on the suit and tie in lieu of that comfortable pullover you’ve had since college.</p>\n\n\n\n<p>Balance that statement with some common sense. If you are meeting with the big boss over a Zoom video call, you will want to take your company culture into account. If your boss is expecting you to dress as if in the office, what he or she sees onscreen should reflect that expectation. The same may be true for client calls, depending on how you want to present your service.</p>\n\n\n\n<p>For all other situations, your dress code is entirely up to you.</p>\n\n\n\n<p>Adam Tschorn, deputy fashion editor for the Los Angeles Times, <a href=\"https://www.latimes.com/lifestyle/story/2020-04-17/working-from-home-regular-work-wardrobe-dress-up\">argues that you should ditch the sweatpants</a> and “dress like the adult you’re getting paid to be”:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default\"><p>Please, can we all put away those sweatpants, ratty, gray, decades-old collegiate sweatshirts and obscure minor league baseball caps and start our workdays looking like we deserve the paychecks we’re lucky enough to be earning while the world around us burns? Especially, for the love of all that’s holy, if there’s a group video conference involved?</p></blockquote>\n\n\n\n<p><a href=\"https://twitter.com/ARTschorn/status/1251139655447150593\">Twitter was not kind.</a></p>\n\n\n\n<p>Some of us who have been doing this remote work thing for a few years and have come to love our loungewear. We are not going to let the rookies ruin it for the rest of us, a sentiment shared by a friend on Facebook.</p>\n\n\n\n<p>I am sitting in my basketball shorts and a sleeveless T-shirt.</p>\n\n\n\n<p>Taking off your shoes is a hard requirement when entering my home, a practical cleanliness tip I learned from time spent with Korean friends. It is the respectful thing to do. Plus, it is so much more relaxing. I want you to feel at home at my home.</p>\n\n\n\n<p>Some people have trouble balancing work and home life when they are merged into one space. In those cases, “dressing for success” may help you mentally push through the day. However, it is a personal choice.</p>\n\n\n\n<p>The one thing Tschorn and I agree on wholeheartedly is ritual. If even one thing about my daily ritual gets thrown off by unforeseen circumstances, I lose focus. It can often ruin the whole day. Those little rituals are a part of what set me up for success. Everyone’s are different. Some will want their morning coffee. Others need to shower, shave, and put on their Sunday best to feel like everything is right with the world.</p>\n\n\n\n<p>There are rare days when I feel the need to switch it up. Put on a nice suit. Grab my seldom-worn fedora and place it firmly atop my head. It makes me feel like a 1920s-esque reporter who is ready to dig up some dirt on the local crime boss. Those days are about making me feel good about myself.</p>\n\n\n\n<p>However, most days, it is about feeling comfortable at home.</p>\n\n\n\n<p>It does not matter if you wear a Call of Duty T-shirt when building a new WooCommerce add-on plugin. Most people are not going to care if you don Sailor Moon sweatpants while running a successful managed WordPress hosting service. And, if you feel comfortable enough doing it, strip down to your undies while designing the next big WordPress theme. <em>You may want to add a top while video conferencing in that last case — there are limits.</em></p>\n\n\n\n<p>Life is tough enough right now without fashion gurus telling us what to wear.</p>\n\n\n\n<p>Even work-from-home veterans are <a href=\"https://wptavern.com/finding-balance-in-these-uncertain-times-remote-work-and-sharing-our-struggles\">off our game at the moment</a>. The world has changed practically overnight. We are still catching our breath from the gut-punch of this unique virus. We deserve to <em>let ourselves go</em> a bit while dealing with the stress of these changes.</p>\n\n\n\n<p>I do not know much about fashion. I still break out my cargo pants from time to time, which are apparently a fashion <em>faux pas</em> today.</p>\n\n\n\n<p>What I do know a little something about is working comfortably from home.</p>\n\n\n\n<p>And that, my friends, is all about what makes you feel good about yourself.</p>\n\n\n\n<p>I am probably preaching to the choir of remote developers, designers, and team managers. Many of us have been down this road and found that sweet spot that helps us get through the day. For the newcomers, welcome to our world. Kick your heels off at the door. There is no fashion-shaming here. Enjoy our guilt-free software and community in your lazy pants.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Apr 2020 19:18:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Frontity Raises €1M with Automattic and K Fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund?utm_source=rss&utm_medium=rss&utm_campaign=frontity-raises-e1m-with-automattic-and-k-fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4732:\"<p><a href=\"https://frontity.org/\">Frontity</a>, a free, open source framework for building WordPress themes with React, has raised €1M in funding in a round led by <a href=\"https://kfund.co\">K Fund</a>, with <a href=\"https://automattic.com/\">Automattic</a> covering 22%. The team behind the framework officially made it open source in May 2019, after battle testing it internally. In one year the framework has more than 12,700 npm downloads and has built a community of 250 developers who use it. </p>\n\n\n\n<p>Frontity lowers the barrier to creating fast-loading, React-powered WordPress themes by removing the hassle of setting up and configuring all the tooling. The framework seems to have captured Automattic’s interest as a homegrown WordPress solution for facilitating decoupled setups that use React on the frontend.</p>\n\n\n\n<p>“We decided to build the framework as a response to the demand of all the big publishers we were working with,” Frontity CEO Pablo Postigo said. “This trend can drastically change the way many WordPress websites are built in the future. From my point of view, Automattic’s support means that they are also aware of this trend, and want to be close to us. In the end we are trying to make WordPress keep up with the latest technologies, and the stronger WordPress is, the better for all the companies that depend on it, including Automattic.”</p>\n\n\n\n<p>Frontity is not yet profitable and Postigo said the company is not developing a business model during this initial phase. </p>\n\n\n\n<p>“This funding round was the best way for us to make the project sustainable,” he said. “Possible monetizations that we are thinking of to generate revenue in the future are a hosting solution, premium support, or a marketplace of paid themes.”</p>\n\n\n\n<h2>Frontity’s Biggest Challenge: Becoming a Compelling Alternative to PHP Themes </h2>\n\n\n\n<p>Postigo identified Gatsby and Next.js as Frontity’s chief competitors in the sea of React frameworks vying for developers’ attention. He said his team takes inspiration from these frameworks and appreciates how they are raising awareness of new ways of building websites. </p>\n\n\n\n<p>“Our biggest challenge right now is to position Frontity not as an alternative to other frameworks, but as an alternative to PHP themes,” he said. “So when developers start looking for the best way to build a superior UX they consider Frontity amongst their options.”</p>\n\n\n\n<p>Those who are already familiar with other JS frameworks like Gatsby will find that Frontity has fewer new concepts to learn, since it is 100% focused on WordPress and its APIs. Postigo identified a few other major differences between Frontity and other popular JS frameworks:</p>\n\n\n\n<ul><li>It’s rendered dynamically: this means people don’t have to rebuild the HTML each time they edit or publish content. Frontity’s preferred approach is <a href=\"https://vercel.com/blog/serverless-pre-rendering\">Serverless Pre-Rendering</a>, although there are many ways to configure it. It’s as fast as a static site (e.g. <a href=\"https://mars.frontity.org\">https://mars.frontity.org</a>).</li><li>It’s opinionated: it has its own state manager and uses Emotion for the CSS. Thanks to that people don’t need to learn things like Redux and, at the same time, it powers a very flexible extensibility pattern, more similar to the one of WordPress itself than to the rest of JS frameworks. Themes and extensions can be activated and deactivated without code changes.</li><li>There’s no need to learn GraphQL or the REST API, you get the data using the state manager.</li></ul>\n\n\n\n<p>Even with fewer new concepts to learn, Frontity remains squarely within the developers’ toolbox and is not currently a product that would appeal to non-technical users. Expanding Frontity’s user base beyond developers and breaking into the wider WordPress market is a long-term goal for the company. </p>\n\n\n\n<p>“With Frontity Framework we are on a mission to help developers build performant, scalable websites with WordPress and React easily,” Postigo said. “But the company’s ultimate goal is to make building delightful user experiences universally accessible.<br /><br />“We have plans to lower the technical barrier so any WordPress user can benefit from our technology. We consider that after having released the framework the next step towards this is to build a community of developers around it, so that they can help us build themes and extensions that will make it easier for non-technical users to start using Frontity.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 20:26:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Gutenberg Hub Launches Online Block Template Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/gutenberg-hub-launches-online-block-template-builder?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-online-block-template-builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5301:\"<p class=\"has-drop-cap\">Gutenberg Hub <a href=\"https://gutenberghub.com/introducing-gutenberg-template-builder/\">launched the first version</a> of its block template builder last week. The <a href=\"https://builder.gutenberghub.com/\">template builder</a> allows users to select from the team’s existing library of nearly 200 templates. It is essentially an online builder that allows users to craft a full page layout by mixing and matching various sections. They can then copy the resulting output at the click of a button and paste it into the editor on their sites.</p>\n\n\n\n<p>“I intend to speed up the workflow for WordPress users to spin up beautiful Gutenberg pages, even full websites, faster,” said Munir Kamal, founder of Gutenberg Hub. “So all I am trying to do is headed in that direction.”</p>\n\n\n\n<p>Kamal has also released a <a href=\"https://chrome.google.com/webstore/detail/gutenberghub/pkjhekakadbpmpehgkdndgmpepphekbk\">Chrome browser extension</a> that allows end-users to add templates from the growing library of options.</p>\n\n\n\n<p>“The idea is to help DIYers, freelancers, or anyone with creating new website pages faster,” he said. “I have many feature ideas to make this builder great, but I want to hear out the feedback and suggestions from the community about it.”</p>\n\n\n\n<p>Currently, Kamal is calling this version of the builder a “prototype” because he wants to validate the idea with the community before moving forward with new features.</p>\n\n\n\n<h2>Using the Template Builder</h2>\n\n\n\n<p class=\"has-drop-cap\">Building a template or full page is simple. Users merely need to visit the template builder page. On the page, the builder has an “Add Section” button, which will slide the template library panel open. From that point, users can choose from an extensive list of templates that includes designs for hero sections, testimonials, sliders, and more.</p>\n\n\n\n<img />Gutenberg Hub’s templates library.\n\n\n\n<p>The idea is to build a full page by combining multiple sections. Users will want to add new sections and organize them for their needs. Each section can be trashed, duplicated, or moved up/down using the available buttons.</p>\n\n\n\n<p>Trying my hand at building a simple product page, I was able to pick and choose the sections I wanted to add in just a few minutes.</p>\n\n\n\n<img />Custom combination of templates with the builder.\n\n\n\n<p>Once everything is in place, users can copy the full template code and paste it their block editor. From that point, they can edit it on their own site. </p>\n\n\n\n<p>Sometimes, it may be necessary to copy additional CSS and insert it via the WordPress customizer or through a plugin like <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a>. Some options also require users to install a plugin to use specific blocks.</p>\n\n\n\n<p>This is the type of power I want in the hands of WordPress users. Plug-and-play template systems like this will push the platform into the future. However, such systems need to be integrated directly into WordPress. Copying and pasting from a third-party website is merely a stepping stone toward that future, catering to user needs in the here and now.</p>\n\n\n\n<h2>The Future of the Builder and More</h2>\n\n\n\n<p class=\"has-drop-cap\">Long term, Gutenberg Hub’s work may be a better fit into the upcoming <a href=\"https://wptavern.com/block-patterns-will-change-everything\">pattern system</a>. The team could release a plugin that would integrate seamlessly into the block editor. That way, end-users could build their templates without ever leaving the comfort of the post-editing screen, or at least avoid switching between browser tabs. However, patterns are still months away from inclusion in core WordPress. In the meantime, this feels like a solid stop-gap. Plus, the team can build a nice library and garner feedback and data from users on the most popular templates/patterns.</p>\n\n\n\n<p>While Kamal wants to hear feedback before moving forward, he does have some big ideas of his own for the builder. “For example, this builder may let you create projects, and under projects, you may create multiple pages,” he said. “For each project, you may define custom branding (typography, color scheme, etc.), and all the templates from the library will adapt to that branding when you create pages under a specific project.”</p>\n\n\n\n<p>The most important thing he wants to accomplish is to build tools that speed up workflows for everyone.</p>\n\n\n\n<p>He will also open the template library to third-party developers and designers soon. There will be a public submission process. If enough people contribute, the library could balloon to an untold number of options that would be directly available as part of the builder.</p>\n\n\n\n<p>“Besides the templates and builder, I am planning something around the Gutenberg Templates API,” said Kamal. He stresses that it is still in the planning phase. If the previous work that he has put out is any indication, this could be an interesting project. He is also working on a <a href=\"https://wordpress.org/plugins/forms-gutenberg/\">form builder plugin</a> for the block editor, which is currently seeing regular updates.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 20:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Google Shopping Is Now Open to Free Product Listings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings?utm_source=rss&utm_medium=rss&utm_campaign=google-shopping-is-now-open-to-free-product-listings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2768:\"<p>Google <a href=\"https://blog.google/products/shopping/its-now-free-to-sell-on-google/\">announced</a> today that it is bringing free listings to the Shopping tab in the United States before the end of April and will expand globally by the end of the year. Previously, merchants were required to pay for ad placement and product listings, which led to major online retailers dominating the Shopping tab.</p>\n\n\n\n<p>“Beginning next week, search results on the Google Shopping tab will consist primarily of free listings, helping merchants better connect with consumers, regardless of whether they advertise on Google,” Bill Ready, Google’s president of commerce, said. “With hundreds of millions of shopping searches on Google each day, we know that many retailers have the items people need in stock and ready to ship, but are less discoverable online.”</p>\n\n\n\n<p>This change comes at a critical time when the retail industry has taken a significant hit due to shelter-in-place orders aimed at mitigating the spread of the coronavirus. Free listings make showing up in the Google Shopping tab more accessible for independent stores.</p>\n\n\n\n<p>“For retailers, this change means free exposure to millions of people who come to Google every day for their shopping needs,” Ready said. “For shoppers, it means more products from more stores, discoverable through the Google Shopping tab.” Existing Merchant Center users will retain their ads for specific products as promoted listings but will also now be able to list their full inventories for free.</p>\n\n\n\n<p>Google also announced a new partnership with PayPal that will streamline the onboarding process for merchants who want to link their accounts. The announcement identified WooCommerce, Shopify, and BigCommerce as existing partners that offer platforms to help businesses sell online. In light of the current crisis, WooCommerce has ramped up its efforts to make e-commerce more approachable. The team recently hosted a free webinar on <a href=\"https://zoom.us/webinar/register/8615868833115/WN_4TTi3KPWQZG5HCchf81LEg\">how to start selling online</a> and produced a <a href=\"https://woocommerce.com/posts/add-online-store-to-wordpress/\">guide to adding a store to an existing WordPress website</a>.</p>\n\n\n\n<p>Although Google cites the coronavirus pandemic as a factor in advancing the company’s plans to make it free for merchants to sell on Google, the move is a strategic step towards wooing back the overwhelming amount of traffic it sends to Amazon. If Google’s Shopping tab can become a better source for price comparisons with a diversity of stores, consumers may return to searching Google first when intending to make a purchase.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 02:46:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 5.2.0 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://buddypress.org/2020/04/buddypress-5-2-0-maintenance-and-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1666:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.2.0.zip\">BuddyPress 5.2.0</a> is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 5.2.0 release addresses four security issue:</p>\n\n\n\n<ul><li>A vulnerability was fixed that could allow group moderators improper control over group membership via a REST API endpoint.</li><li>A vulnerability was fixed that could allow a CSRF attack related to xProfile field deletion links in the Dashboard.</li><li>A vulnerability was fixed that could allow users to delete group activity items belonging to groups to which they don’t have administrative access.</li><li>A vulnerability was fixed that could allow site Editors or Authors improper edit access over items belonging to BuddyPress’s Email post type.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team by <a href=\"https://profiles.wordpress.org/hoangkien1020/\">Kien Hoang</a>, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>Version 5.2.0 also fixes five bugs, including compatibility updates for WordPress 5.4.</p>\n\n\n\n<p>For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-5-2-0/\">5.2.0 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2020 19:58:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress Dashicons Project to Discontinue Development in Favor of New Icon Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3652:\"<p><a href=\"https://github.com/WordPress/dashicons\">Dashicons</a>, the WordPress admin icon font, is now closed to new icon requests. After the block editor adopted the approach of using SVG icons directly, WordPress design contributors have recently reevaluated the efforts going into the Dashicons project. The team decided to wrap up existing tickets for new icons, push out a final release, and then pool their efforts on the <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/components/src/icon\">new Icon component</a>.</p>\n\n\n\n<p>“One of the challenges with an icon font is that it’s one big compiled ‘sprite,’ and so even though it gets cached well, for every icon you add the sprite grows bigger,” WordPress design contributor Joen Asmussen said in a <a href=\"https://make.wordpress.org/design/2020/04/20/next-steps-for-dashicons/\">post</a> announcing the change. “With SVG you include just the icons you need.”</p>\n\n\n\n<p>A recently-merged <a href=\"https://github.com/WordPress/dashicons/pull/411\">pull request</a> brings the project’s collection of 303 icons to a total of 340, with final additions including items like airplane, beer, coffee, and more, based on the remaining open issues.</p>\n\n\n\n<p>With just a handful of contributors, Dashicons had been subject to infrequent updates. Prior to WordPress 5.2 (May 2019), which <a href=\"https://wptavern.com/wordpress-5-2-will-add-13-new-icons-to-the-dashicon-library\">updated</a> the icon font to use WOFF2 (Web Open Font Format 2) and added 13 new icons, Dashicons had gone dormant for three years. This means that developers who needed a specific icon were sometimes waiting a long time for it to get added and often opted to use a different library. </p>\n\n\n\n<p>The new Icon component isn’t subject to the same limitations. During the design team’s recent discussion about Dashicon’s next steps, Asmussen noted that the new Icon component comes with a set of icons but developers can also feed it a custom SVG.</p>\n\n\n\n<p>“An icon doesn’t have to be part of the set for it to be treated like any other icons in the system,” Asmussen said. “Which makes it easier to say no to some social icons — we can say ‘No, but you can do this: {code example}.\'” This flexibility prevents developers from having to spend time lobbying for a particular icon to get added or working to demonstrate its popularity.</p>\n\n\n\n<p>Asmussen thanked Dashicons creator Ben Dunkle for his work in maintaining the icon font over the years. Dunkle will join the effort to improve the new Icon component as it is still being fleshed out. </p>\n\n\n\n<p>“And a lot of the lessons Ben and I learned from Dashicons could probably help spell out some principles for what fits in the component,” Asmussen said. “In some ways, I think we can be much more open to accepting icons because it doesn’t balloon a sprite. In others, as mentioned, we can decide it’s not WordPress’ place.”</p>\n\n\n\n<p>Dashicons will be maintained in core indefinitely but no new icons will be added after this point. Plugin developers have the option to continue using the icon font or embrace the new Icon component. </p>\n\n\n\n<p>“Switching to SVG in WP-admin, and perhaps the new Icon component, is a discussion definitely worth having at some point,” Asmussen said. “But [it’s] worth noting that it’s not necessarily part of today’s discussion. This is first and foremost to ensure Dashicons is in a solid place for everyone relying on it.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2020 01:16:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WPBlockTalk Videos Now Available on WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/wpblocktalk-videos-now-available-on-wordpress-tv?utm_source=rss&utm_medium=rss&utm_campaign=wpblocktalk-videos-now-available-on-wordpress-tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2497:\"<p>All of the recordings from the free <a href=\"https://wpblocktalk.wordpress.stream/\">WPBlockTalk</a> virtual event are <a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">now available on WordPress.tv</a>. In case you missed it, WPBlockTalk was a WordPress community event sponsored by Automattic, and produced by Brian Richards, creator of WPSessions. It took place earlier this month on April 2, though some of its momentum may have been lost in the torrent of pandemic news. Fortunately, all the sessions that were streamed that day have been uploaded for anyone to watch. </p>\n\n\n\n<p>WPBlockTalk created moderate <a href=\"https://twitter.com/hashtag/WPBlocktalk?src=hashtag_click\">buzz on Twitter</a>, but the caliber of the speakers and the density of their block editor expertise make these videos a must-watch for anyone involved in WordPress product and website development. Some of the speakers were involved in designing and building the block editor and others were early adopters who ran full speed ahead to create some of the most successful block-based plugins in the ecosystem.</p>\n\n\n\n<p>The event kicked off with a session titled <a href=\"https://wordpress.tv/2020/04/16/matt-mullenweg-matias-ventura-the-roadmap-for-gutenberg-plus-a-demo/\">The Gutenberg Roadmap</a> led by Matt Mullenweg and Matias Ventura. It included an overview of what is coming in the full-site editing project, along with an exciting hands-on demo that fully integrates theme templates into a unified interface. Ventura estimates this basic UI will be “in a very decent state in a couple months.” </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The other 11 sessions that follow provide an interesting look at where the block editor has been and where we can expect it to go in the near future. Topics include extensibility, case studies, accessibility, block development, and more.</p>\n\n\n\n<p>Although WPBlockTalk was originally <a href=\"https://wordpress.com/blog/2020/03/18/wpblocktalk-block-editor-event/\">announced</a> on the WordPress.com News blog, the majority of the content featured in the event was geared towards those creating block-based products. More than 1,000 viewers attended WPBlockTalk, similar to the turnout for a large traditional WordCamp. These types of nimble, niche-focused virtual events were already gaining traction in 2019 and are likely to become more common in the wake of prolonged restrictions on large gatherings due to the coronavirus. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Apr 2020 22:47:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: On Digital Gardens, Blogs, Personal Spaces, and the Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/on-digital-gardens-blogs-personal-spaces-and-the-future?utm_source=rss&utm_medium=rss&utm_campaign=on-digital-gardens-blogs-personal-spaces-and-the-future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8960:\"<div class=\"wp-block-cover alignfull has-background-dim-70 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap has-text-align-left has-extra-large-font-size text-xl text-left\">Ihave been thinking a lot about digital gardens this week. A blog post by Tom McFarlin <a href=\"https://tommcfarlin.com/digital-gardens-and-blogs/\">re-introduced me to the term</a>, which led me down a rabbit hole of interesting ideas on creating a digital space that is more personalized and tended in a way that is antithetical to the chronological blog.</p>\n</div></div>\n</div></div>\n\n\n\n<p>The concept of digital gardens is not new. It predates the modern blog, but there may be a resurgence, albeit small, of the sort of curated content that grows within a digital garden.</p>\n\n\n\n<p>The term “digital garden” is not well-defined. In general, it is a collection of thoughts, unfinished projects, links, and much more. However, it can be different and wholly unique to the individual. I would like to broaden the term to enclose any sort of website that allows you to truly browse without viewing posts chronologically. Digital gardens, collections, spaces — call it what you want.</p>\n\n\n\n<p>I began my personal website in 2003. I hacked together a main page with a few internal links. I began blogging before I knew what blogging was. This was all done with basic <code>.txt</code> files that I edited in Notepad on Windows. I knew enough PHP to load and display those files. My <em>blog</em> posts were merely random thoughts — bits and pieces of my life.</p>\n\n\n\n<p>Despite having something that worked sort of like a blog, I maintained various resources and links of other neat ideas I found around the web. It was a digital garden that I tended, occasionally plucking weeds and planting new ideas that may someday blossom into something more.</p>\n\n\n\n<p>I created a films page in which I shared 30-second trailers of short films I was planning. I maintained a list of my DVD collection. I had a page in which I showcased hate messages I received on my guestbook. <em>All in good fun, of course.</em> I kept a curated list of cool webpages to visit.</p>\n\n\n\n<p>All of this was a painstaking, manual process before WordPress crashed into my life, but it was still fun.</p>\n\n\n\n<p>Over the years, WordPress changed everything for me. I officially became a blogger. The problem was that, at a certain point, blogging became <em>work</em>. I needed to think about keywords, perfecting a post title, and making sure that each word was carefully crafted. The initial joy I had with my personal space had waned.</p>\n\n\n\n<p>“The idea of a ‘blog’ needs to get over itself,” wrote Joel Hooks in a post titled <a href=\"https://joelhooks.com/on-writing-more\">Stop Giving af and Start Writing More</a>. “Everybody is treating writing as a ‘content marketing strategy’ and using it to ‘build a personal brand’ which leads to the fundamental flawed idea that everything you post has to be polished to perfection and ready to be consumed.”</p>\n\n\n\n<p>It is almost as if he had reached down into my soul and figured out why I no longer had the vigor I once had for sharing on my personal blog. For far too long, I was trying to brand myself. Posts became few and far between. I still shared a short note, aside, once in a while, but much of what I shared was for others rather than myself.</p>\n\n\n\n<p>I still love the idea of a personal blog, but there is room for this space to be reshaped. Personal websites can be so much more than a progression of posts over time, newer posts showing up while everything from the past is neatly tucked on “page 2” and beyond.</p>\n\n\n\n<p>Amy Hoy, in <a href=\"https://stackingthebricks.com/how-blogs-broke-the-web/\">How the Blog Broke the Web</a>, describes the downfall of the digital gardens that once grew across the landscape of the web. It is a history of how personal websites, particularly through the ease of use of the modern CMS, changed for the worse. Instead of carefully tending to our gardens, we became lazy caretakers of our space, molding our content based on the tools the system provided.</p>\n\n\n\n<p>She concluded with:</p>\n\n\n\n<blockquote><p>“There are no more quirky homepages. There are no more amateur research librarians. All thanks to a quirky bit of software produced to alleviate the pain of a tiny subset of a very small audience. That’s not cool at all.”</p></blockquote>\n\n\n\n<p>She shares my <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">nostalgia for the early web</a> in which webmasters poured everything about themselves into their little slice of it. It was done over the sweat and tears of late-night HTML mastery. It was about fighting weird CSS quirks just to align something on the center of the page. <em>No grid or flex-box existed in those days.</em></p>\n\n\n\n<p>While I lament the loss of some of the artistry of the early web and lay much of the blame at the feet of blogging platforms like WordPress, such platforms also opened the web to far more people who would not have otherwise been able to create a website. <em>Democratizing publishing</em> is a far loftier goal than dropping animated GIFs across personal spaces.</p>\n\n\n\n<p>WordPress is in a position to reshape the web into whatever we want.</p>\n\n\n\n<p>Throughout the platform’s history, end-users have remained at the mercy of their WordPress theme. Most themes are built around what WordPress allows out of the box. They follow a similar formula. Some may have a fancy homepage or other custom page templates. But, on the whole, themes have been primarily built around the idea of a blog. Such themes do not give the user true control over where to place things on their website. While some developers have attempted solutions to this, most have never met the towering goal of putting the power of HTML and CSS into the hands of users through a visual interface. This lack of tools has given rise to <a href=\"https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era\">page builders and the block editor</a>.</p>\n\n\n\n<p>WordPress has not been, by and large, an ideal platform for building a unique digital space, unless you had the technical know-how to wrangle its front-end output into something unique. At times, that is more frustrating than building a simple HTML page.</p>\n\n\n\n<p>This is the reason that I continually push the Gutenberg project. I write about some of the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wild and wacky ideas</a>. I share things like a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">T-Rex game</a> within a block.</p>\n\n\n\n<p>I want end-users to be able to create their own digital gardens. I want them to put a large yellow box on their homepage to share a notice that everyone should read “this important page” on their site. I want them to be able to do this without having to learn how to code or ask their theme author how to make such customizations. It should be as simple as clicking a few buttons.</p>\n\n\n\n<p>I also want them to be able to easily build something like Tom Critchlow’s <a href=\"https://tomcritchlow.com/wiki/\">wikifolder</a>, a digital collection of links, random thoughts, and other resources.</p>\n\n\n\n<p>More than anything, I want personal websites to be more <em>personal</em>.</p>\n\n\n\n<p>We’re still in a somewhat frustrating transitional period where WordPress is not even halfway to becoming the platform that it will be. We are still beholden to our themes, though less so than before.</p>\n\n\n\n<p>Whether it is a digital garden, a plain ol’ blog, or some new thing we do not have a term for yet, we will all be able to put our unique spin on our personal spaces. It is part of the web that we lost in the last couple of decades with the emergence of the CMS. However, WordPress is on the right path.</p>\n\n\n\n<p>It may be a rough ride for some agencies and businesses around the platform, but I am OK with that. They will manage and pull through on the other side, mostly unscathed. I am more concerned about our mission statement of democratizing publishing. And, that mission is not simply about having the ability to write content via a <em>$free</em> system. It is about the freedom to create whatever types of digital homes that we desire without learning to code or breaking the bank.</p>\n\n\n\n<p>Pre-Gutenberg WordPress got us part of the way there. It is the post-Gutenberg world that will get us the rest of the way. I am ready to see what people create when they gain the freedom that particular world promises.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Apr 2020 20:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Leave at Door: New Free WooCommerce Plugin Enables Contact-free Delivery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery?utm_source=rss&utm_medium=rss&utm_campaign=leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3199:\"<p class=\"is-style-default\">As many countries around the world are currently in some form of lockdown to mitigate the spread of the coronavirus, the hospitality industry has been one of the hardest hit by the new restrictions. Restaurants and breweries in particular have had to radically change how they do business and either lay off or furlough the majority of their employees. Many of those that have survived the mandated dine-in closures are jump-starting delivery services in order to stay afloat.</p>\n\n\n\n<p>Scott DeLuzio, a WordPress plugin developer and founder of <a href=\"https://amplifyplugins.com/\">Amplify Plugins</a>, recently noticed a “leave at door” option when ordering food from a local restaurant. He thought it would be a helpful option for WooCommerce store owners to add and created a plugin that makes it easy.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/leave-at-door-for-woocommerce/\">Leave at Door</a> is now available for free from the official WordPress Plugin Directory. It enables customers to maintain social distancing while receiving deliveries. The plugin adds a checkbox before the Place Order button at checkout, which reveals an optional text input for additional delivery instructions. If the customer chooses contact-free delivery, store owners will see it displayed on the admin order edit screen and in the order email. It will also be displayed on the customer’s order invoice.</p>\n\n\n\n<p>DeLuzio’s Amplify Plugins shop focuses on plugins that improve the customer experience in WooCommerce. He reported that his products have seen more activity since social distancing recommendations were put in place. With the pandemic slowing down shipments from Amazon and other major retailers, local and independent stores have an opportunity to gain the confidence of new customers. </p>\n\n\n\n<p>“I have definitely seen an uptick in plugin sales over the last month or so,” DeLuzio said. “I think, through talking to a few customers, this can probably be attributed to traditional brick and mortar stores and restaurants that are looking to move online to compensate for the lack of foot traffic that they are getting in their stores.”</p>\n\n\n\n<p>The availability of contact-free delivery may be the deciding factor for some customers in quarantine, which could make all the difference for small business owners.</p>\n\n\n\n<p> “There are probably a good number of local businesses that are struggling these days,” DeLuzio said. “Their customers are probably very concerned with the virus and maintaining social distancing, so if something like this plugin can help them out, even in a small way, I’m happy to have been able to put it together for them.”</p>\n\n\n\n<p>Even when some economies begin opening up, there will undoubtedly be customers who will still be keen on having a contact-free delivery option, especially those among the populations most vulnerable to COVID-19. The notion of contact-free delivery may have a longer run beyond this current crisis and perhaps even become a permanent fixture on e-commerce checkout screens. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Apr 2020 21:00:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: GitHub Opens Free Plan to Unlimited Collaborators on Private Repositories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"https://wptavern.com/github-opens-free-plan-to-unlimited-collaborators-on-private-repositories?utm_source=rss&utm_medium=rss&utm_campaign=github-opens-free-plan-to-unlimited-collaborators-on-private-repositories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4411:\"<p class=\"has-drop-cap\">On Tuesday, GitHub <a href=\"https://github.blog/2020-04-14-github-is-now-free-for-teams/\">announced a change to its plans</a> that would make collaboration between developers much cheaper. Free, in fact. Anyone can launch an organization for at no charge with unlimited public and private repositories. The change also includes an unlimited number of collaborators.</p>\n\n\n\n<p>This will be good news for small WordPress development teams without the cashflow to upgrade to the paid Team pricing tier or higher. I have worked with several small plugin and theme businesses who could not foot the per-user billing and sought other solutions such as GitLab and Bitbucket. This move should make GitHub more enticing.</p>\n\n\n\n<p>According to the <a href=\"https://help.github.com/en/github/getting-started-with-github/faq-about-changes-to-githubs-plans#how-long-will-github-free-allow-unlimited-collaborators\">FAQs page</a>, this pricing change is a permanent one.</p>\n\n\n\n<p>“Until now, if your organization wanted to use GitHub for private development, you had to subscribe to one of our paid plans,” wrote Nat Friedman, CEO of GitHub, in the announcement. “But every developer on earth should have access to GitHub. Price shouldn’t be a barrier.”</p>\n\n\n\n<img />GitHub’s lowest pricing tiers.\n\n\n\n<p>The Free pricing tier now offers:</p>\n\n\n\n<ul><li>Unlimited public and private repositories.</li><li>Unlimited collaborators.</li><li>2,000 Actions minutes/month.</li><li>500MB of GitHub Packages storage.</li></ul>\n\n\n\n<p>For a full overview of all changes, GitHub has created a <a href=\"https://help.github.com/en/github/getting-started-with-github/faq-about-changes-to-githubs-plans#what-plans-and-pricing-changes-did-github-announce-on-april-14\">question-and-answer section</a> in its FAQs that covers each detail.</p>\n\n\n\n<p>“This means teams can now manage their work together in one place: CI/CD, project management, code review, packages, and more,” said Friedman. “We want everyone to be able to ship great software on the platform developers love.”</p>\n\n\n\n<p>The paid Team plan still exists. Like the Free plan, it is cheaper for a team of developers. GitHub reduced the pricing from $9/month for each user to $4/month. The plan also includes 3,000 GitHub Actions minutes each month, which will go into effect on May 14.</p>\n\n\n\n<p>GitHub seems to be moving away from its previous pay-for-private model. Instead, they have focused more on pricing based on features. In January 2019, several months after Microsoft acquired GitHub, the company announced <a href=\"https://wptavern.com/github-announces-free-unlimited-private-repositories\">unlimited free private repositories</a>. However, only three collaborators were allowed on a project before being required to upgrade to a pro plan.</p>\n\n\n\n<p>GitHub has essentially cornered the market on open-source in which most code is maintained in public repositories. With the recent <a href=\"https://wptavern.com/github-acquires-npm-plans-to-improve-infrastructure-and-experience\">acquisition of npm</a>, it will only grow stronger in this space. This pricing change should make it far more competitive for hosting private projects. The free tier puts the company on par with GitLab’s <a href=\"https://about.gitlab.com/pricing/\">free level</a>. Bitbucket is now looking a little more costly. It would not be surprising if the site removed its five-collaborator limit on its <a href=\"https://bitbucket.org/product/pricing\">free plan</a> if it sees a dip in usage.</p>\n\n\n\n<p>On the whole, this will be a good thing for commercial WordPress theme and plugin authors. From several companies I have knowledge of or have worked with, many of them have kept their public repositories on GitHub. However, they would use a different site for private repositories. It was a pain they had to deal with to cut costs. With no limits on the number of collaborators, GitHub’s free plan may mean that some can move all of their repositories to a single home. Even if they wanted to upgrade to the Team plan for access to more tools, the reduced cost may be worth it if they prefer working with GitHub.</p>\n\n\n\n<p>The biggest change is there is no initial cost barrier for teams that are kicking off a private project with no funding on hand. This is a good thing for small businesses.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Apr 2020 19:49:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"BuddyPress: BuddyPress 6.0.0-beta2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2882:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">BuddyPress 6.0.0-beta2</a> is now available for testing!</p>\n\n\n\n<p>Since <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0-beta1</a>:</p>\n\n\n\n<ul><li>We’ve introduced a repair tool in case something went wrong during the 5.0.0 BP Groups invitations upgrade. <a href=\"https://buddypress.trac.wordpress.org/changeset/12616\">Read more about it here</a>.</li><li>We’ve gathered all BP Blocks settings into one panel to save you some clicks :). See <a href=\"https://buddypress.trac.wordpress.org/ticket/8271#comment:1\">this ticket</a> for an updated screenshot of the BP Blocks settings sidebars.</li><li>We’ve fixed a formatting issue about the total number of members displayed into the Members directory when the BP Nouveau Template pack (the default one) is active. Here’s a link to <a href=\"https://buddypress.trac.wordpress.org/changeset/12619\">the commit</a>.</li><li>We’ve updated our use of a specific privacy function that has been deprecated in WordPress 5.4.0. <a href=\"https://buddypress.trac.wordpress.org/changeset/12612\">Read more about it here</a>.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>6.0.0 final release is approaching!</h2>\n\n\n\n<p>The end of April 2020 is in 15 days! Please make sure to <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">read these important development notes</a> about the 6.0.0 release.</p>\n\n\n\n<p>We’d love you to give us a hand to get there. <strong>Testing this new beta release</strong> is the very first way you can get involved into BuddyPress. You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">6.0.0-beta2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">Download the beta here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>Contributing to BuddyPress translations is <strong>another very important task</strong> for our project. If you speak a language other than English, please <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">help us translate BuddyPress into more than 100 languages</a>!</p>\n\n\n\n<p>6.0.0 is almost ready, but please do not run this Beta 2 pre-release in a production environment just yet. Let us know of any issues you find in <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 21:37:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Gutenberg 7.9 Adds Gradients to More Blocks, Extra Typography Controls, and New Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:237:\"https://wptavern.com/gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5813:\"<p class=\"has-drop-cap\">For Gutenberg junkies, the three-week wait between major releases has been rough, especially during this time when many are looking for new things to fill the gaps in our social calendars. Not to fret, the team <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">dropped version 7.9 of the plugin</a> earlier today. This release includes several goodies such as new typography-related controls for blocks, extra patterns for testing, and even more work toward a lighter DOM for theme authors.</p>\n\n\n\n<p>With the added time, version 7.9 is a larger release than usual. It includes over two dozen bug fixes and almost as many minor enhancements. The team continued work on full-site editing, which has moved along at a steady pace and is currently slated to land in WordPress 5.6 later this year.</p>\n\n\n\n<p>The development team has made several tweaks to the user interface. This is a continuation of the work that has landed in the previous couple of major releases. WordPress users who are not running the Gutenberg plugin can expect to see the refreshed UI in August this year when WordPress 5.5 drops.</p>\n\n\n\n<p>One nice change is to the link inserter. Instead of outputting the URL from an existing post, it will output the post title instead. This should make it far quicker for users to insert links to their posts or pages in the editor.</p>\n\n\n\n<p>Fullscreen mode can now be toggled on and off via the <code>Ctrl</code> + <code>Shift</code> + <code>Alt</code> + <code>F</code> keyboard shortcut. That is assuming you consider remembering which four keys to press a <em>shortcut</em>. At least the option exists for those who need it. I suppose I will acquire the muscle memory to toggle it over time.</p>\n\n\n\n<p>On the whole, this a major release in every sense. Everything from documentation to code quality has seen improvements. Developers can enjoy new APIs. Theme authors should also have an easier time styling buttons — the editor HTML should now be consistent with front-end output.</p>\n\n\n\n<h2>Gradient All the Things</h2>\n\n\n\n<img />Custom gradient background for the Media & Text block.\n\n\n\n<p class=\"has-drop-cap\">Until now, users could add gradient backgrounds to the cover and button blocks. Gutenberg 7.9 extends this option to the group, columns, and media & text blocks.</p>\n\n\n\n<p>I have yet to see many theme authors take advantage of gradients. Granted, gradient backgrounds only landed in WordPress 5.4. I am hoping some of the top designers in the theme space can tackle this, if for no other reason than providing me some new eye candy when writing posts such as this that discuss gradients in Gutenberg.</p>\n\n\n\n<p>On the whole, the addition of the gradients option to new blocks is a good thing. The next step is to continue expanding it to other blocks.</p>\n\n\n\n<h2>Typography for Headings and Paragraphs</h2>\n\n\n\n<img />Adjusting the font size of a heading block.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg team has finally checked off one of my longstanding pet peeves. The heading block now has a font-size option. Instead of users using an H1-level heading to make their text larger, they can stick with an appropriate-level heading for the document structure while using the font-size option to adjust how large it appears.</p>\n\n\n\n<p>I am concerned about the addition of a new setting to allow users to adjust the line-height for paragraphs and headings. Currently, the setting does not allow theme authors to add choices based on their design system or disable the feature altogether.</p>\n\n\n\n<p>We also get some new inline styles instead of classes. At this point, that ship has already sailed and sunk with Gutenberg.</p>\n\n\n\n<p>The usefulness of a line-height setting is clear when designing a full-page layout, such as a single-page brochure. However, changing the line-height for most text on a site could have dire consequences in the long term, especially when an end-user switches themes and finds that their chosen line-height is completely out of sync with their new theme. I would not wish the pain of updating dozens or more old blog posts to adjust paragraph design on anyone. Of course, the same could be said of font sizes and similar settings. This is the one setting that I want to see with more theme author feedback as part of the decision.</p>\n\n\n\n<h2>Three New Block Patterns</h2>\n\n\n\n<img />Inserting the Numbered Features block pattern into the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 7.9 removed the block patterns icon from the top right and tucked it behind the editor options menu. Users can pin the patterns sidebar, which will move the patterns icon back to the top for quick access.</p>\n\n\n\n<p>The update also introduces three additional block patterns, bringing the total to six.</p>\n\n\n\n<ul><li><strong>Hero Two Columns:</strong> Displays a group that encloses an italic paragraph, a heading, and two columns of text.</li><li><strong>Numbered Features:</strong> Displays several groups of columns with a number on the left and text on the right.</li><li><strong>It’s Time:</strong> Outputs a paragraph, two columns, and a large paragraph that reads “it’s time.”</li></ul>\n\n\n\n<p>The Numbered Features pattern is by far the most intricate pattern the Gutenberg team has put together while building the block patterns system. It is nice to see them exploring some designs that users will find useful.</p>\n\n\n\n<p>At this point, most of the patterns are relatively boring and not representative of how feature-rich this system will become in the future. It is important to remember that patterns are still at an early stage of development. By the time the feature lands in core WordPress, we should see more advanced and beautiful patterns for use on websites.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 20:14:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"HeroPress: Helping Small Businesses During A Pandemic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/#utm_source=rss&utm_medium=rss&utm_campaign=helping-small-businesses-during-a-pandemic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11544:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/041320-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"WordPress is a powerful tool that can quickly be levereged to help people in need.\" /><p>In mid March 2020 it was clear that the coronvirus pandemic was going to have drastic consequences for daily life. Many local shops, market stalls and other food outlets would struggle to keep in touch with their regular customers. It was also worrying that lots of people would be stuck at home with only the internet and phone as ways to keep in touch with their local shops.</p>\n<h3>Getting Started</h3>\n<p>I decided to create a small site for local shops (and other related businesses) to put their contact info on so that people could get in touch. I bought the domain name <a href=\"https://www.cambridgelocalshops.co.uk\">www.cambridgelocalshops.co.uk</a> and got started. I decided to have several main sections – shops, food outlets, local support, delivery companies and activities.</p>\n<p>I add most shops that request to be added – small national brand supermarkets as well as independent shops. The only shops I’ve decided not to include are ones that could be misconstrued as giving medical advice.</p>\n<blockquote><p>This whole site is required because of a medical emergency and clear messaging on that topic is vital.</p></blockquote>\n<p>Some pubs and restaurants have started doing take-away food from their kitchens, and in addition offer a grocery ordering service. It’s a great way to keep their business open and offer really useful support to their community. Watching businesses change how they operate to help their communities is inspiring. I’ve heard that many neighbourhood ‘mutual aid groups’ have found the site a useful way to get information about shops out to people who are isolated at home.</p>\n<h3>Spreading The Word</h3>\n<p>I shared the site on twitter and various other local groups I’m a member of. The number of hits I was getting on the site daily showed there was a need. The local <a href=\"https://www.em.admin.cam.ac.uk/what-we-do/estate-operations/facilities-services/reprographics\">university printing office</a>, just before closing for lockdown, ran off 10,000 leaflets about the site. The local <a href=\"https://www.zedify.co.uk/cambridge\">bike courier company</a> delivered them door to door free of charge. For them it was a way of supporting local businesses and shops that are their key customers in more normal times, and providing an important community service right now. The photos are all from <a href=\"https://unsplash.com/\">unsplash.com</a> – free of charge and great quality. Jo at <a href=\"https://www.kabocreative.com/\">Kabocreative</a> designed the great logo and shared it with me.</p>\n<blockquote><p>Having designed the site in a morning using TwentySeventeen as the theme and using <a href=\"https://wordpress.org/plugins/atomic-blocks/\">Atomic Profile Blocks</a> for the individual shops I realised I needed something a bit more streamlined.</p></blockquote>\n<p>Juggling this clunky way of editing a site alongside home schooling two children and facing the challenges of life under lockdown was not viable. I started redeveloping the site behind the scenes, using posts instead of pages for each shop, categorising them according to type of shop and their location, and then building a site structure out of that categorising system. I also switched to <a href=\"https://generatepress.com/\">GeneratePress</a> for the theme (I love it). It all kind of worked.</p>\n<h3>Reaching Out</h3>\n<p>Then I got in touch with Topher DeRosia asking if he’d like me to write this up for his wonderful HeroPress blog aimed at the WordPress community. Many towns and districts around the world could do with a site like this and it’s a perfect way for a WordPress person to support their local shops and neighbours at this time.</p>\n<p>Topher did way more than that, coming on board to take a look at the back end of the site, make some brilliant changes and also contacting <a href=\"https://wsform.com/\">WSForm</a> for a pro plugin to help with the process.</p>\n<blockquote><p>Now, when someone completes the form to request an entry on the site it automatically creates a post with that shops’ details already pre drafted.</p></blockquote>\n<p>I just need to add the categories, check the details, and publish it. It is a dream to manage as it is so fast to add a new shop. I am hugely grateful to Topher for dedicating so much time and care to this when all I expected was the chance to share an idea with others.</p>\n<p>The site already has a sibling – <a class=\"defanged3-moz-txt-link-abbreviated\" href=\"http://www.stivesandvillages.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.stivesandvillages.co.uk</a> – set up by my friends Penni and Jo at <a href=\"https://www.kabocreative.com/\">KaboCreative</a>. If you’re interested in creating something similar to support your community while under lockdown check out Topher’s <a href=\"https://topher1kenobe.com/cambridge-local-shops-help-during-covid-19/\">technical tips</a> and some special offers we’ve negotiated with <a href=\"https://wsform.com/\">WSForm</a> and <a href=\"https://generatepress.com/\">GeneratePress</a> to make your life easier and a bit cheaper! Thanks to these companies for their support.</p>\n<h3>What We Learned</h3>\n<p>Here are a few key tips I gave Penni when she got in touch to ask about using my idea for her local area:</p>\n<ul>\n<li>don’t use logos – everyone will want their logo used and file quality will vary. So it doesn’t look like favouritism just make a blanket ban. Choose nice pictures from unsplash.com instead, or simply have one single photo of your town or village in a banner image place. Maybe feature a local photographer who can donate a picture.</li>\n<li>try to focus, at least at first, on shops that are selling vital food stuffs and household goods – this is what people are looking for urgently.</li>\n<li>don’t just request info about how they deliver; in a rapidly changing environment shops will be adapting and doing different things. In my area many are doing ‘timed collections’ where staff pack your goods for you based on a phone order, and you collect at a specific time by agreement so social contact / crowds / queues are minimised. Some shops are also doing special hours for key workers. Make sure your form is flexible enough to cope with variety and change in how shops are operating.</li>\n<li>be open to including places that don’t normally sell groceries – eg pubs have been doing fresh food deliveries to local people and providing a valuable service in my town. They get listed under both ‘pubs’ and ‘groceries’ on my site.</li>\n<li>create a leaflet that people can print off and share with others, that shops can send out with deliveries – here’s <a href=\"https://cambridgelocalshops.co.uk/wp-content/uploads/2020/03/Cant-get-out_-1.pdf\">an example</a> (opens as a PDF).</li>\n<li>many shops won’t have an online ordering system – offering them the chance to put a Word document or a PDF order form on your site can be a vital way for them to get information out about their products and contact info. It also means people can print these off and share them with neighbours who don’t have computers or smart phones.</li>\n<li>make it useful beyond shops – include local community groups by linking to any reliable pages (eg local municipality / council site) that list them.</li>\n<li>include some medical links to reliable sources (World Health Organisation or national government sites, for example).</li>\n<li>include some activities for those stuck at home – we have a knitting shop, a martial arts class that’s now online by video, some arts resources and a dance school doing online lessons! It keeps it local and friendly and relatable for people who know their local area and are looking for reassurance.</li>\n</ul>\n<p>I’ve enjoyed putting this site together, interacting with all the business owners who’ve entered their details, and making new friends when other people got involved. I highly recommend it as a way of doing something useful in these strange times.</p>\n<hr />\n<h3><em>Editor’s Note</em></h3>\n<p><em>Topher here. Part of the plan all along was to make it so other people can easily replicate what Elisabeth did. <a href=\"https://topher1kenobe.com/cambridge-local-shops-help-during-covid-19/\">You can find a post on my personal blog</a> detailing how it all works, and you can download the plugins, theme, and export files.</em></p>\n<p><em>If you think your local business area could use something like what Elisabeth built, now you can easily do it yourself.</em></p>\n<p><em>GeneratePress and WSForm are both commercial products, but for this project they generously offer a 20% discount to anyone building something like Elisabeth’s project. You can find the discount codes on the blog post I mentioned above.</em></p>\n<p><em>Thank you Elisabeth for doing such a great work, and thank you for allowing me to be a part of it!</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Helping Small Businesses During A Pandemic\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Helping%20Small%20Businesses%20During%20A%20Pandemic&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Helping Small Businesses During A Pandemic\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%2F&title=Helping+Small+Businesses+During+A+Pandemic\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Helping Small Businesses During A Pandemic\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/helping-small-businesses-during-a-pandemic/&media=https://heropress.com/wp-content/uploads/2021/04/041320-min-150x150.jpg&description=Helping Small Businesses During A Pandemic\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Helping Small Businesses During A Pandemic\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/\" title=\"Helping Small Businesses During A Pandemic\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/\">Helping Small Businesses During A Pandemic</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 09:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Elisabeth Klaar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Block-a-saurus Embeds a Side-Scrolling T-Rex Game via the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6574:\"<div class=\"wp-block-cover alignfull has-background-dim-80 has-black-background-color has-background-dim bg-black\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-blockasaurus-blockasaurus\"><div id=\"bas-messageBox\" class=\"sendmessage\"><h1>Click to Play</h1><div class=\"niokbutton\"></div></div><div id=\"main-frame-error\" class=\"bas-interstitial-wrapper\"><div id=\"main-content\"><div class=\"bas-icon bas-icon-offline\" alt=\"\"></div></div><div id=\"bas-offline-resources\"><img id=\"offline-resources-1x\" class=\"skip-lazy\" src=\"https://wptavern.com/wp-content/plugins/block-a-saurus/src/img/default_100_percent/100-offline-sprite.png\" /><img id=\"offline-resources-2x\" class=\"skip-lazy\" src=\"https://wptavern.com/wp-content/plugins/block-a-saurus/src/img/default_200_percent/200-offline-sprite.png\" /></div></div></div>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">It is no secret that I love testing out the sort of <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">fun WordPress blocks</a> that hark back to my early days of the web. I have <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">written on the subject</a> once or twice. Imagine my surprise when I came across a side-scrolling dinosaur game that users could simply plop into the block editor and provide something fun for their visitors to do.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-a-saurus/\">Block-a-saurus</a> is a simple game in which you play a T-Rex whose goal is to survive a course of obstacles such as jumping cactuses and ducking birds. To play, you merely need to control the T-Rex via your keyboard’s D-pad. It should also work via touch control on mobile devices.</p>\n\n\n\n<p>The only bad thing is that I did not notice this gem eight months ago when it was first released to the public.</p>\n\n\n\n<p>“When I started learning about blocks, I realized they could be basically miniature JavaScript applications,” said Keanan Koppenhaver, the developer behind Block-a-saurus. “I thought this was super interesting as opposed to how WordPress plugins relied more heavily on PHP, so I wanted to see what I could do with basically a blank JavaScript canvas and how that could enable experiences that would have been really difficult to do seamlessly pre-Gutenberg. It slowly went from a ‘Is this even possible?’ to ‘Let’s release it and see if it can inspire people to build something even more out of the box.\'”</p>\n\n\n\n<p>Give the game a whirl. Let us know your high score in the comments!</p>\n\n\n\n<h2>Using the Block-a-saurus Plugin</h2>\n\n\n\n<p class=\"has-drop-cap\">The plugin is straightforward. Once installed, it adds a new “Block-a-saurus!” block in the common blocks section of the block inserter. The block currently has two options under the block settings panel:</p>\n\n\n\n<ul><li><strong>Dino Speed:</strong> Allows you to speed up or slow down the movement of the T-Rex in the game.</li><li><strong>Mute Audio:</strong> Allows you to enable or disable the game audio.</li></ul>\n\n\n\n<img />Inserting the Block-a-saurus block in the editor.\n\n\n\n<p>By default, the front-end output is bland. Do not expect a graphical powerhouse. However, sometimes, the simplest games can make for hours of fun.</p>\n\n\n\n<img />Default output of Block-a-saurus on the front end.\n\n\n\n<p>I wanted to spruce up my game’s design on the front end. Therefore, I first inserted a cover block with a dinosaur background, as can be seen at the beginning of this post. I then dropped the plugin’s block within the cover block. </p>\n\n\n\n<p>This works well with a variety of image backgrounds. Plus, it allows users to put a unique spin on their game.</p>\n\n\n\n<img />A custom background using the cover block around Block-a-saurus.\n\n\n\n<p>There is at least one missing piece that I would like to see in a future version of the plugin. It would be nice to integrate alignment options for the block, such as center, wide, and full alignments that are common with many other blocks.</p>\n\n\n\n<p>On the plus side, the plugin developer took the few moments necessary to load scripts and styles only on pages where the game is in use. If you want to run the game, you do not have to worry about it loading unnecessary files on every page of your website.</p>\n\n\n\n<h2>Future Plugin and Block Plans</h2>\n\n\n\n<p class=\"has-drop-cap\">Currently, Block-a-saurus is still sitting at version 1.0. However, Koppenhaver has plans to add extra features to the plugin, such as saving high scores for logged-in users and potentially making the game playable in the backend. The holdup with admin-side playing is some JavaScript conflicts with the native Gutenberg controls.</p>\n\n\n\n<p>“Work is moving along pretty steadily,” he said of new features. “It’s nice to have something relatively small and self-contained to work on in between larger client projects. The saving of scores has been the majority of the work so far, and I’m hoping to have that released in the next couple of weeks.”</p>\n\n\n\n<p>Koppenhaver does not have any immediate plans for similar types of blocks. The plan was for this particular plugin to showcase a fun, one-off block. “I’ve seen JavaScript implementations of Snake and Tetris, which would be cool to see converted to blocks,” he said. “I might have to give one of those a try.” Perhaps Block-a-saurus is not the end of the road.</p>\n\n\n\n<p>If he wraps up the work on a front-end, JavaScript-based saving feature for high scores, it would be nice to see that offered as a standalone package for other block developers to use. It would certainly make porting other games such as Snake and Tetris to the block system easier.</p>\n\n\n\n<p>Koppenhaver and his team primarily work on more serious endeavors. “We have been working on some other block experiments to allow for things like integrating data sourced from Google Drive as D3 visualizations as well as a block to allow agencies to create better case studies by creating those responsive screenshot mockups you see everywhere and being able to create them completely in Gutenberg,” he said. “We’re very excited about the experiences the new editor has allowed us to create and are always experimenting and trying to learn more.”</p>\n\n\n\n<p>More than anything, I want to see other plugin authors launch a few more <a href=\"https://wordpress.org/plugins/tags/game/\">games</a> for the block editor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Apr 2020 18:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: The Road Ahead: What’s in Store for WordPress for the Rest of 2020?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020?utm_source=rss&utm_medium=rss&utm_campaign=the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9338:\"<div class=\"wp-block-cover alignfull has-background-dim-70 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap has-text-align-left has-extra-large-font-size text-xl text-left\">Full-site editing, automatic theme and plugin updates, global styles, and more await. With the release of <a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4</a> and an open call for <a href=\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\">version 5.5 tickets</a>, it is time to peer into the future and catch a glimpse of what is to come. It is shaping up to be an exciting year thus far.</p>\n</div></div>\n</div></div>\n\n\n\n<p>Josepha Haden, executive director of WordPress, provided a <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">progress update on the 2020 goals</a> in early March. As always, the timeline to hit certain goals can change based on roadblocks the development team hits and other factors. On the whole, the tentative roadmap looks feasible.</p>\n\n\n\n<p>Currently, WordPress 5.5 is set to ship on August 11, 2020. Version 5.6 is scheduled to follow on December 8, 2020. Some major changes are forthcoming. Let us take a moment to look ahead and see where the WordPress ship is sailing.</p>\n\n\n\n<h2>Automatic Updates for Everything</h2>\n\n\n\n<img />Automatic updates column on the plugin management screen.\n\n\n\n<p class=\"has-drop-cap\">We have enjoyed automatic updates for minor versions of core WordPress since version 3.7. However, until recently, it has felt like progress on auto-updating everything had stalled. From mobile phones to smart TVs, the average end-user is accustomed to their software simply staying updated. In 2020, it is time WordPress continues pushing forward, particularly when staying updated is one component of maintaining a secure website.</p>\n\n\n\n<p>There are two separate changes centered on automatic updates in the pipeline. The first, which is set to ship in WordPress 5.5, is <a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">automatic updates for plugins and themes</a>. The feature plugin has been in development for several months and should be stable enough to launch with the next version of WordPress.</p>\n\n\n\n<p>Plugin and theme developers will need to adopt a development strategy that aligns more with the WordPress philosophy of maintaining backward compatibility, at least to the point where an automatic update does not break a user’s site. This change is a welcome one because it will lead to a more secure web. However, it will be interesting to see how this plays out in the months to come. I am certain there will be a road bump or two that the developer community will need to overcome.</p>\n\n\n\n<p>Automatic updates of core WordPress is slated to officially land in version 5.6. It should be an opt-in feature when it rolls out. The feature plugin should also be ready by the time WordPress 5.5 lands.</p>\n\n\n\n<h2>Block Directory Integration</h2>\n\n\n\n<img />WordPress.org’s <a href=\"https://wordpress.org/plugins/browse/block/\">block directory page</a>.\n\n\n\n<p class=\"has-drop-cap\">The block directory first <a href=\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\">landed in Gutenberg 6.5</a> as an experimental feature. For those of us running the plugin, it is almost easy to forget that it is not already a part of WordPress.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> is a listing of a special type of plugin that adds only a single block. In WordPress 5.5, users should be able to search and install blocks from this directory via the post editing screen. If you need a block that is not installed, you can install and begin using it without going through the normal routine with installing a plugin.</p>\n\n\n\n<h2>Full-Site Editing</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Live Demo Q&A from <a href=\"https://gutenbergtimes.com/theme-templates-full-site-editing-experience-enrique-piqueras/\">The Gutenberg Times</a>.\n\n\n\n<p class=\"has-drop-cap\">I am excited about the prospect of full-site editing landing in WordPress. I am concerned that a target date within 2020 may be rushing a feature that may not be ready. I want this to be a successful <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">transition of how themes work</a> and how users interact with their sites. I am optimistic about this future, but I am not convinced it will be good enough by the time WordPress 5.6 ships.</p>\n\n\n\n<p>Aside from the introduction of the block editor itself, this will be one of the largest changes to how WordPress works in its history. Arguably, it is a more wide-reaching change because it touches both the backend user interface and how the theme templating system functions. It needs time to age before it’s dropped into the laps of end-users and developers alike.</p>\n\n\n\n<p>I will be the first to jump for joy if I am wrong.</p>\n\n\n\n<p>Currently, the plan is to complete the full-site editing feature in the Gutenberg plugin by the time WordPress 5.5 launches. It should still be behind the experimental flag in the plugin at that point. Then, ship the finished product in version 5.6.</p>\n\n\n\n<h2>Block Areas (Widgets)</h2>\n\n\n\n<img />Using blocks on the experimental block areas screen.\n\n\n\n<p class=\"has-drop-cap\">One of the features that has not gotten near enough attention is the conversion of traditional sidebars into block areas. This is a much-needed change in the mission to turn everything into a block.</p>\n\n\n\n<p>Currently, it is planned to ship in WordPress 5.6, alongside full-site editing. I would rather see block areas as a stepping stone toward full-site editing. It would be less painful for theme authors to have at least a major release to ease into the next step.</p>\n\n\n\n<p>The development of this feature could have been much smoother if WordPress would have simply deprecated sidebars and widgets. The Gutenberg team has had to pigeonhole a block-based system into the old widgets system. It is a little messy. Instead of the current approach, they should have created a separate system and allowed theme developers to begin opting into it. Because theme authors are the ones who will be handling support requests from end-users, they should have been given the power to handle that transition gracefully.</p>\n\n\n\n<p>Overall, there should be no issue making sure block areas are feature-complete by 5.6. Much of the work is finished at this point, and we should be getting a more accurate picture of this feature in the coming months.</p>\n\n\n\n<h2>Global Styles</h2>\n\n\n\n<img />Example mockup from the primary <a href=\"https://github.com/WordPress/gutenberg/issues/19255\">global styles ticket</a>.\n\n\n\n<p class=\"has-drop-cap\">A new <a href=\"https://github.com/WordPress/gutenberg/issues/19611\">global styles feature</a> is set to ship for WordPress 5.6 later this year. The feature is currently undergoing heavy development. We should begin to see early iterations of it in upcoming versions of the Gutenberg plugin over the next several months.</p>\n\n\n\n<p>Global styles will allow theme authors to create several default values, likely via a JSON file. In turn, users will be able to overwrite those styles through an interface in the admin.</p>\n\n\n\n<p>My biggest concern about this feature is that it could go overboard with options that end-users should not have to concern themselves with. For example, most users should have no need to adjust the line-height for their text. Instead, line-height values should automatically be calculated based on a font’s x-height and size. The question is going to be where the global styles feature will draw the line. At a certain point, it is better to learn CSS. We certainly cannot expose every possibility via an option.</p>\n\n\n\n<h2>Other Notable Features</h2>\n\n\n\n<p class=\"has-drop-cap\">Lazy loading of images, which was <a href=\"https://wptavern.com/native-lazy-loading-support-coming-to-wordpress\">originally planned for WordPress 5.4</a>, will be shipping alongside a <a href=\"https://wptavern.com/xml-sitemaps-feature-plugin-open-for-testing-and-feedback\">built-in XML sitemaps</a> feature in version 5.5. Both features have been under active development for months and are stable at this point.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">navigation block</a> was complete enough to ship in the previous WordPress release. The block is intended to primarily be used with full-site editing, so the block was not included. However, it is supposed to be available in WordPress 5.5.</p>\n\n\n\n<p>As always, we should see a new default theme to propel us into the next year. My guess is that the core leads will want to ship a theme that is built completely on top of the upcoming full-site editing feature. If development goes as currently scheduled, <em>Twenty Twenty-One</em> could be a 100% block-based theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Apr 2020 20:54:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Open Call for WordPress 5.5 Tickets: What’s on Your Wish List?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list?utm_source=rss&utm_medium=rss&utm_campaign=open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3580:\"<p class=\"has-drop-cap\">Now that <a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4</a> has successfully launched, it is time to begin thinking about version 5.5, which has a tentative release date of August 8, 2020. On Wednesday, Josepha Haden, Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">put out a call for tickets</a>.</p>\n\n\n\n<p>Naturally, the block editor is the top focus as we continually inch toward new features such as a refreshed interface, block patterns, and eventually full-site editing. However, there is room to put a small dent in the thousands of tickets that are still awaiting the right people to move them forward.</p>\n\n\n\n<p>Currently, there are 223 tickets <a href=\"https://core.trac.wordpress.org/tickets/major\">assigned to the 5.5 milestone</a>. We are early in the release cycle, so now is the time to advocate for the inclusion of that particular bug fix or enhancement you have had your eye on.</p>\n\n\n\n<p>What tickets do you want to see addressed?</p>\n\n\n\n<h2>Wish List: Finished Custom Post Status API</h2>\n\n\n\n<p class=\"has-drop-cap\">While I have no expectations that my personal wish list item will make the WordPress 5.5 cut, it does not mean that I cannot hope. After <a href=\"https://core.trac.wordpress.org/ticket/12706\">10 years in the making</a>, with a fix here and there, I would love to see custom post statuses become feature complete.</p>\n\n\n\n<p>A good example use case for custom post statuses is forum plugins. Topics or threads can either have an open or closed status. There are other cases such as archive, spam, hidden, and orphan statuses. Management of forums typically happens on the site front end, so plugin authors usually build custom front-end solutions to handle statuses.</p>\n\n\n\n<p>The scenarios where users need to assign a post status in the admin is where things get tricky. In the past, it was a <em>simple</em> matter of recreating the “publish” meta box on the edit post screen with a custom status dropdown. With the block editor, I am sure it is possible to do something similar with JavaScript. If so, this still leaves plugin authors in a bind. They will need to code at least two methods to pigeonhole custom statuses into the WordPress editor — three if also doing so on the front end.</p>\n\n\n\n<p>It is time we have a complete post status API.</p>\n\n\n\n<p>The lack of custom status support in the core user interface has created several roadblocks for projects I have worked on through the years. At one point, there seemed to be some traction to make this a reality, but it seems to have fallen to the wayside as more important and shinier features have been given the green light.</p>\n\n\n\n<p>Custom post statuses are as easy to register as custom post types and taxonomies. The primary missing element is the UI integration on the post editing screen.</p>\n\n\n\n<p>There is a real need for this feature as outlined by developers in a <a href=\"https://github.com/WordPress/gutenberg/issues/3144\">related Gutenberg ticket</a>. Some agencies and organizations with a more complex editing workflow cannot move forward with the block editor on some projects, even if they want to do so.</p>\n\n\n\n<p>The <a href=\"https://github.com/imath/wp-statuses\">WP Statuses</a> plugin by Mathieu Viet could ease the pain for developers with its integration with both the block and classic editors. However, this level of integration belongs in the core software.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 19:54:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: State of the Meetup Under Lockdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/state-of-the-meetup-under-lockdown?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-meetup-under-lockdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6466:\"<p class=\"has-drop-cap\">By now we’re all getting weary of the phrase “new normal.” Much ink has been spilled over the question of what that new normal will look like after the pandemic has passed over us. There’s a stubborn streak in the American national character that admits of little change but, like an assiduous puppy, finds what works.</p>\n\n\n\n<p>I’ve been attending the <a href=\"https://www.meetup.com/Asheville-Area-WordPress-Group\">local WordPress Meetup</a> since moving to Asheville, North Carolina, three years ago. Finding myself in a new city, getting out into the community and meeting people in the same industry seemed like a good opportunity to get connected. And it worked. I’ve lived in a handful of cities, and nothing has worked faster and better in getting me acclimated to a new locale. As I write now from a sort of exile, present circumstances make clear why the meetup matters.</p>\n\n\n\n<p>The WordPress community is a naturally diverse one. But diversity itself is neither inherently good nor bad. Developers all over the world may commit to the same codebase, but that doesn’t mean they’re all together. Working among GitHub avatars and social media accounts alone, it’s easy to allow in-group preference to collect and fester and eventually spill out; as it did recently with a <a href=\"https://wptavern.com/on-maga-caps-and-wordcamps\">brouhaha about a certain baseball cap</a>.</p>\n\n\n\n<p>The WordPress meetup is an in-group breaker. People of wildly different backgrounds manage to come together around a common theme (sometimes literally a <em>theme</em>). We meet in person, face to face, catch up on old things, and learn all new things. Depending on who you sit next to, you might even hear a dirty joke. We get the all-important sense of being in what the ancient Greeks called the <em>polis</em>, the city-state. We’re all different, but Asheville is our city-state, and WordPress is why, twice a month, we get out of our homes and assemble. When we talk about democratizing publishing that means for <em>everyone</em>. This is why the meetup is important, and why it must go on even during a pandemic.</p>\n\n\n\n<img />\n\n\n\n<p>At the meetup, we’re not just learning about WordPress. We’re learning about each other. Business cards change hands. Smiles and handshakes lighten the air. Asheville is a beer town, so there’s often a brew before, sometimes during, and always after. This kind of fellowship is a critical ingredient to building a tight-knit group, yet it’s what we sacrifice first when the order to keep “social distance” comes down.</p>\n\n\n\n<p><em>Social distance?</em> I thought. <em>How is it possible to even have a meetup under such frosty circumstances?</em> But have a meetup we did—at least virtually.</p>\n\n\n\n<p>As the order to distance and stay at home came down, I canceled my “Basics of SEO” presentation and pondered whether the meetup will simply have to wait until the virus clears. John Dorner, a local developer and arch-organizer, decided we must give the virtual thing a try. Who knows how long we’ll be barred from gathering?</p>\n\n\n\n<p>These days we’re all familiar with <a href=\"https://meet.google.com/\">Google Meet</a>, <a href=\"https://www.skype.com/en/\">Skype</a>, and a host of other video conference tools. I’ve been working remotely for three years now, and regular video meetings are part of my weekly routine. It’s not that the video conference software isn’t perfectly adequate, but there is a lack of warmth about it. It’s perfunctory, a means to an end. But maybe I was wrong.</p>\n\n\n\n<p>As the virtual meeting launches, we have the usual throat-clearing and the customary hiccups. Ambient noise. Broken microphones and webcams require certain attendees to post chat comments. But we finally get down to business. Dorner encourages all the new people to join the Slack channel, where members can post questions, get help, and continue the conversation after the meetup. We spin a digital wheel of fortune to decide who gets the free JetBrains license—our regular giveaway, which I’ve won twice now.</p>\n\n\n\n<p>Soon, John presents his screen and shows us how we can better manage large clusters of media files in our WordPress sites. It all goes off without a hitch. I volunteer to give my talk at the next meeting.</p>\n\n\n\n<p>Our Asheville area group has a long list of subscribers. Yet, we only see a fraction of that RSVP regularly. Often, people will RSVP but not be able to attend. More universal topics tend to bring out larger crowds. For some, making it out to a 6 PM meeting on a weeknight is a big ask.</p>\n\n\n\n<p>The benefit of the virtual meetup is that it gives those with busier schedules and longer travel times a chance to attend a topic they’re interested in but may have otherwise skipped. We miss out on the fellowship, but we get the knowledge.</p>\n\n\n\n<img />John Dorner performs impressive card magic.\n\n\n\n<p>As time and space allow, we can consider what the long term outlook might be. Right now, it’s just a series of if/then statements. We’re all waiting.</p>\n\n\n\n<p>As the virtual meetup came to a close, it occurred to me that we could probably expand our boundaries a little bit. I can invite coworkers in Virginia Beach to check out our local meetup. I could invite family from Florida if they were interested. But then, would the Asheville WordPress Meetup lose its local flavor? Is that a bad thing?</p>\n\n\n\n<p>Eventually, the pandemic will pass, as all pandemics do. The meetup may land on the hybrid model, having virtual meetings from time to time while keeping the live thing going. I hope we’ll find a happy mix. A meetup without the local flavor, and the camaraderie, would not be the same.</p>\n\n\n\n<p>Even if handshakes are replaced with elbow bumps, and we learn to stop touching our faces and to sneeze into our shirts, we need a place to go where we can assemble to keep the polis lively. Change is inevitable, and there’s nothing new about “new normals,” but we don’t do ourselves any favors by canceling what we know works best. Our exile on our personal Elbas will end, and we must go back out into society not as frightened peasants but rather as Napoleons of the new normal—whatever that will be.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 16:03:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Chris Maiorana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Matt: Distributed Work’s Five Levels of Autonomy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=51231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2020/04/five-levels-of-autonomy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8880:\"<img />\n\n\n\n<p>I recently had the opportunity to sit down with <a href=\"https://samharris.org/\">Sam Harris</a>, author and host of the <em>Making Sense</em> podcast, <a href=\"https://samharris.org/podcasts/194-new-future-work/\">for a wide-ranging conversation</a>. Given the moment we’re currently living through, we naturally touched on the way companies are adapting to a new reality — one where remote work is a model to which they must adapt in a matter of days, rather than years.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>As I mentioned to Sam on the podcast, “any company that can enable their people to be fully effective in a distributed fashion, can and should do it far beyond after this current crisis has passed.” <em>It’s a moral imperative.</em> But that doesn’t mean it’s going to be easy, or that the chaotic and stressful first taste some workplaces are getting right now is one that inspires them to keep trying.</p>\n\n\n\n<p>To make sense of this journey — from a company’s cautious exploration of remote possibilities to a fully realized distributed experience — I like to think of how it plays out through the concept of levels of distributed work, which I modeled after <a href=\"https://en.wikipedia.org/wiki/Self-driving_car#Classification\">self-driving car levels of autonomy</a>. I’ve seen some solid recaps of my conversation with Sam from <a href=\"https://medium.com/swlh/the-five-levels-of-remote-work-and-why-youre-probably-at-level-2-ccaf05a25b9c\">Steve Glaveski</a> and <a href=\"https://www.flickr.com/photos/jurvetson/49755484227/\">Steve Jurvetson</a>, but here’s my gist of how distributed companies evolve:</p>\n\n\n\n<ol start=\"0\"><li><strong>Level Zero</strong> autonomy is a job which cannot be done unless you’re physically there. Imagine construction worker, barista, massage therapist, firefighter… Many companies assumed they had far more of these than it has turned out they really did.</li><li>The <strong>first level</strong> is where most colocated businesses are: there’s no deliberate effort to make things remote-friendly, though in the case of many knowledge workers, people can keep things moving for a day or two when there’s an emergency. More often than not, they’ll likely put things off until they’re back in the office. Work happens on company equipment, in company space, on company time. You don’t have any special equipment and may have to use a clunky VPN to access basic work resources like email or your calendar. Larger level one companies often have people in the same building or campus dialing into a meeting. Level one companies were largely unprepared for this crisis.</li><li><strong>Level two</strong> is where many companies have found themselves in the past few weeks with the COVID-19 pandemic. They’ve accepted that work is going to happen at home for a while, but they recreate what they were doing in the office in a “remote” setting, like <a href=\"https://www.marshallmcluhan.com/\">Marshall McLuhan</a> talked about new media mediums initially copying the generation before. You’re probably able to access information from afar, you’ve adapted to tools like Zoom or Microsoft Teams, but everything is still synchronous, your day is full of interruptions, no real-time meetings have been canceled (yet), and there’s a lot of anxiety in management around productivity — that’s the stage where companies sometimes install surveillance software on laptops. Pro tip: Don’t do that! And also: Don’t stop at level two!</li><li>At the <strong>third level</strong>, you’re really starting to benefit from being remote-first, or <strong>distributed</strong>. That’s when you see people invest in better equipment — from a good desk lamp to <a href=\"https://ma.tt/2020/03/dont-mute-get-a-better-headset/\">solid audio gear</a> — and in more robust asynchronous processes that start to replace meetings. It’s also the point at which you realize just how crucial written communication is for your success, and you start looking for great writers in your hiring. When you are on a Zoom, you often also have a Google Doc up with the other meeting participants so you can take and check real-time notes together. Your company has a <a href=\"https://cloud.google.com/beyondcorp\">zero-trust BeyondCorp security model</a>. In a non-pandemic world you plan meetups so teams can break bread and meet each other in person a week or two a year.</li><li><strong>Level four</strong> is when things go truly asynchronous. You evaluate people’s work on what they produce, not how or when they produce it. Trust emerges as the glue that holds the entire operation together. You begin shifting to better — perhaps slower, but more deliberate — decision-making, and you empower everyone, not just the loudest or most extroverted, to weigh in on major conversations. You tap into the global talent pool, the 99% of the world’s population and intelligence that doesn’t live near one of your legacy physical office locations. Employee retention goes way up, and you invest more in training and coaching. Most employees have home-office setups that would make office workers green with envy. You have a rich social life with people you choose. Real-time meetings are respected and taken seriously, almost always have agendas and pre-work or post-work. If you <a href=\"https://spikes.worldathletics.org/post/japans-secret-to-relay-success\">get good at baton passes</a> work will follow the sun 24/7 around the world. Your organization is truly inclusive because standards are objective and give people agency to accomplish their work their way.</li><li>Finally, I believe it’s always useful to have an ideal that’s not wholly attainable — and that’s <strong>level five, Nirvana!</strong> This is when you consistently perform better than any in-person organization could. You’re effortlessly effective. It’s when everyone in the company has time for wellness and mental health, when people bring their best selves and highest levels of creativity to do the best work of their careers, and just have fun. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f920.png\" alt=\"?\" class=\"wp-smiley\" /></li></ol>\n\n\n\n<p>A highly influential book for me in designing Automattic was <a href=\"https://www.danpink.com/books/drive/\">Daniel Pink’s <em>Drive</em></a>, where he eloquently introduces the three things that really matter in motivating people: mastery, purpose, and autonomy. <strong>Mastery</strong> is the urge to get better skills. <strong>Purpose</strong> is the desire to do something that has meaning, that’s bigger than yourself. These first two principles physically co-located companies can be great at. But the third, autonomy, is where even the best in-office company can never match a Level 4 or above distributed company.</p>\n\n\n\n<p><strong>Autonomy</strong> is our desire to be self-directed, to have agency over ourselves and our environment. Close your eyes and imagine everything around you in a physical office: the chair you’re in, the desk, distance from a window, the smells, the temperature, the music, the flooring, what’s in the fridge, the comfort and privacy of the bathrooms, the people (or pets) around you, the lighting. Now imagine an environment where you can choose and control every one of those to your liking — maybe it’s a room in your house, a converted garage, a shared studio, or really anything, the important thing is you’re able to shape the environment fit your personal preferences, not the lowest common denominator of everyone an employer has decided to squish together for 8 hours a day. The micro-interactions of the hundreds of variables of your work environment can charge you and give you creative energy, or make you dependent, infantilized, and a character in someone else’s story. Which do you want to spend half of your waking workday hours in?</p>\n\n\n\n<p>For a good summary of Dan Pink, <a href=\"https://www.youtube.com/watch?v=u6XAPnuFjJc\">check out this animation</a>. The other books I referenced in the podcast are <a href=\"https://www.amazon.com/Scale-Universal-Innovation-Sustainability-Organisms/dp/1594205582?tag=photomatt08-20\">Geoffrey West’s <em>Scale</em></a> and <a href=\"https://www.amazon.com/Antifragile-Things-That-Disorder-Incerto/dp/0812979680?tag=photomatt08-20\">Nassim Nicholas Taleb’s <em>Antifragile</em></a>. </p>\n\n\n\n<p>My talk with Sam covered many other topics, from communicating in distributed companies to the challenges businesses are facing due to COVID-19, so I hope you <a href=\"https://samharris.org/podcasts/194-new-future-work/\">head over and listen to the rest</a> or <a href=\"https://www.youtube.com/watch?v=mJSf2Clx6qY\">stream it on Youtube</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 14:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"BuddyPress: BP Beta Tester 1.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2020/04/bp-beta-tester-1-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1607:\"<p>Hi BuddyPress contributors,</p>\n\n\n\n<p>We’ve just updated the plugin to help you test BuddyPress beta & RC releases. From now on, when testing BuddyPress pre-releases, you’ll find a new section into the plugin’s administration screen called “What to expect from next release?” as shown below.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/development-notes-1024x614.png\" alt=\"\" class=\"wp-image-310881\" /></a></div>\n\n\n\n<p>By clicking on the “our Development Blog” link you will be headed to <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">the development notes of the BuddyPress next release</a>. It’s a good way to know about the important changes the BuddyPress final release will bring.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a></blockquote>\n</div>\n\n\n\n<p>It’s the right time to play with this plugin! <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">BuddyPress 6.0.0-beta1</a> has been released a few days ago. Once again thanks in advance for testing it: it’s an important stage of the development process for us.</p>\n\n\n\n<p>Finally props to <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/iamthewebb/\" rel=\"nofollow\">@iamthewebb</a> for contributing to this new version of BP Beta Tester.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 04:05:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Fighting the Stay-At-Home Boredom: Time to Create Rather Than Consume\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/fighting-the-stay-at-home-boredom-time-to-create-rather-than-consume?utm_source=rss&utm_medium=rss&utm_campaign=fighting-the-stay-at-home-boredom-time-to-create-rather-than-consume\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7324:\"<p class=\"has-drop-cap\">A common theme among my friend groups is the utter boredom of being under stay-at-home orders during the COVID-19 pandemic. Part of me wants to tell folks that there has never been a greater time in human history to find something to do at home. There is a plethora of content available at the touch of a finger or even voice command.</p>\n\n\n\n<p>We have built a system, the web, that provides education, entertainment, and art at near-instantaneous speeds. Our WordPress community is a large part of that human endeavor.</p>\n\n\n\n<p>Perhaps the problem lies with our consumerist culture. With large social media networks effectively taking over the web, the trend seems to suggest that people spend their free time glued to their mobile devices, consuming content created by others. Now that many are home full time, it is easy to grow tired of consuming content that would normally be reserved for free time at all hours of the day.</p>\n\n\n\n<p>When asking what the elders in my family did in their free time decades ago, before modern technological advances, I noticed a different trend. They created music. On my grandmother’s side of the family, that musicality in our genes produced Hank Williams. On my grandfather’s side, we had The Tadlock Quartet, a little-known gospel group. If our family had a motto, it would be: <em>if you don’t sing or play an instrument, you are not a Tadlock</em>.</p>\n\n\n\n<p>I have an uncle who is a painter and magician. Some of my cousins are in a band. My sister creates vases, tabletops, and other pieces out of broken glass when she’s not chasing her two-year-old. My father is a singer, songwriter, and multi-instrument musician. I could go on listing the art that my family creates.</p>\n\n\n\n<p>Maybe I was fortunate to grow up in an artistic environment. That artistry has never been about fame and fortune. Most of my family will never reach stardom. However, we continue creating because it is simply a part of who we are.</p>\n\n\n\n<p>I also reminisce over my childhood years. I grew up in a lower-middle-class household. We did not have the luxury of the internet. We could not afford cable or satellite television. The only channels on the tube were 8, 12, 20, and sometimes 32. It was the era of the Saturday morning cartoon block, which I gladly awoke to every weekend with my off-brand cereal.</p>\n\n\n\n<p>Like many kids of my generation, I had a video game console and a handful of games. But, there are only so many times you can play through <em>The Legend of Zelda: Ocarina of Time</em> before finding something else to do.</p>\n\n\n\n<p>Most of my childhood was spent creating things. I ran several issues of a homemade video game magazine, painstakingly drawing all the artwork by hand. Fortunately, my uncle had a printer and scanner so that I could make copies. I wrote short stories, crafted screenplays, and filmed movies on a borrowed camcorder. I built tree forts that probably would not have passed any level of building safety codes, but my friends and I survived.</p>\n\n\n\n<p>I had about a three-year stint in the mid-’90s in which I fashioned myself a songwriter, following in my father’s footsteps (he has never sold a song but continues writing music to this day). I do not think I wrote anything other than love songs. What else would a 12-year-old boy write about? My only experience with love was a peck on the cheek from a previous girlfriend. Despite my naivete in matters of the heart, the human soul knows what it needs, and I expressed that through lyrics in the style of whatever boyband was popular in the given month. My music was not Grammy-worthy material, but it was deeply human.</p>\n\n\n\n<p>As I grew into adulthood, I did not stop creating. My journey into the world of WordPress began only because I wanted to share my writing. Eventually, I learned to create a new type of art: WordPress plugins and themes.</p>\n\n\n\n<p>Over my near-15 years of working with WordPress, my primary interest became more about building things that would help others to create. Even today, as a writer for the Tavern, my hope is to spark discussions and response articles that others create on their own blogs. This should never be a one-way discussion.</p>\n\n\n\n<p>Like many others, I recently found myself in a position with “nothing to do.” For the previous several months, I had been working on a plugin development book during my free time. Suddenly, I found myself with an empty calendar for an entire weekend. No social gatherings. No book chapters due. That meant putting my artist hat firmly back on my head. It was time to enjoy the act of creation for the sake of it, <a href=\"https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin\">which led to a new plugin</a>.</p>\n\n\n\n<p>It felt good to once again create something with no expectations. I was not getting paid to build this project. I wanted neither fame nor fortune. What I needed was a moment to express an idea.</p>\n\n\n\n<p>The act of creating art is a primal part of our nature. The plugin was my modern-day equivalent of sitting around the campfire and crafting a story of slaying a great beast that happened upon the village.</p>\n\n\n\n<p>I am a firm believer that every human has the capacity to create some form of artwork. A novel. A dance. A song. I have seen farmers with gardens so well-tended they would make you weep. I have watched a man with an intellectual disability hand-build intricate birdhouses. I have sat in astonishment, listening as a friend’s mother put together an entire piano arrangement after hearing a song only once.</p>\n\n\n\n<p>For the same reason, I am proud to be a part of the WordPress community. I am surrounded by artists in their own right daily. We create software that allows others to share their creations.</p>\n\n\n\n<p>When someone tells me they are bored during this social quarantine, I break out my speech about using this moment to create something. <em>Anything.</em> It does not need to have value to others. It should simply be an expression of one’s self. If they follow through, I give them a speech about building a site with WordPress to share what they have built.</p>\n\n\n\n<p>No, now is not the time for boredom. It should be a time of pure creation.</p>\n\n\n\n<p>Create a shop with <a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> for those handcrafted items you have been wanting to build for years. Build up your inventory right now so that it is ready to ship after the pandemic has passed. Write an e-book and sell it via <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\">Easy Digital Downloads</a>. Start a local fundraising effort to help those in need in your neighborhood with the <a href=\"https://wordpress.org/plugins/give/\">Give WP</a> plugin. Create a new forum with <a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> on your favorite TV series or some other topic that piques your interest. Start a regular ol’ <a href=\"https://wordpress.org/\">WordPress</a> blog and share your thoughts during this time.</p>\n\n\n\n<p>Use this brief moment in history to create something new. Whether it is a side hustle, a new business, or poetry, just create. Then, of course, share it via your WordPress website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Apr 2020 20:11:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordCamp Europe 2020 Is Moving Online This Summer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/wordcamp-europe-2020-is-moving-online-this-summer?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-is-moving-online-this-summer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3992:\"<p class=\"has-drop-cap\">On Monday, the WordCamp Europe team <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">announced it would hold its annual event</a> online from June 4-6. The move comes after initially postponing this year’s physical event because of the COVID-19 pandemic currently sweeping the globe. Like many other events, the organizing team is in the process of switching gears and moving everything to work over the internet.</p>\n\n\n\n<p>WordCamp Europe 2020 Online will hold a virtual contributor day on June 4. The last two days of the event will consist of live-streamed sessions and workshops for half days. The team is still working out the details and will keep everyone updated when possible.</p>\n\n\n\n<p>The reopening of the event to a virtual audience was met with enthusiasm when the team <a href=\"https://twitter.com/WCEurope/status/1247196801393885184\">announced it on Twitter</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">📣 We’re back! We are excited to announce WordCamp Europe 2020 Online – a virtual event taking place on 4-6 June 🎉 Add the dates back into your diaries and stay tuned for more details coming soon 📅 <a href=\"https://t.co/JdEEHN0GMT\">https://t.co/JdEEHN0GMT</a></p>— WordCamp Europe (@WCEurope) <a href=\"https://twitter.com/WCEurope/status/1247196801393885184?ref_src=twsrc%5Etfw\">April 6, 2020</a></blockquote>\n</div>\n\n\n\n<p>Last month, the organizers delivered the news that they would be postponing the 2020 physical event. “The decision to postpone WCEU 2020 was not made lightly, as each member of the organising team is deeply invested in the event, but it was made collectively,” <a href=\"https://2020.europe.wordcamp.org/2020/03/12/important-notice-wordcamp-europe-postponed/\">wrote the team on the WordCamp EU blog</a>. “[The community] is, by far, the most heartbreaking part of a cancellation: the fact that we won’t get to gather together in person, to connect, share knowledge and inspire one another during our sessions, hallway tracks, and dinners.”</p>\n\n\n\n<p>The organizers are rebooting the physical WordCamp EU event for 2021. Last month, the team <a href=\"https://2020.europe.wordcamp.org/2020/03/24/wordcamp-europe-2021-dates-confirmed/\">confirmed June 3-5</a> for next year’s event. It will take place at the Super Bock Arena (Pavilhão Rosa Mota) in Porto, Portugal.</p>\n\n\n\n<p>For those who purchased tickets to the 2020 event, they should have already received a refund or get one by April 10. Organizers are in the process of contacting sponsors to discuss refunds and getting involved in the online event.</p>\n\n\n\n<p>The silver lining in this news is that everyone can attend WordCamp EU at no cost, albeit virtually rather than in person.</p>\n\n\n\n<p>Based on the size of the event, WordCamp EU will be the standard that many other events and meetups will likely want to emulate and build upon. It will be a test of how the WordPress community can come together and show the world that we can continue doing great things during uncertain times.</p>\n\n\n\n<p>Given that the current virus outbreak will likely continue through the summer, everyone in the WordPress community should mark this event on their calendars. Make social plans with the people who love the same software. It is free, and you are probably going to be home anyway. I look forward to an exciting event from the European WordPress community.</p>\n\n\n\n<p>To stay up to date on WordCamp EU or contact the team, follow its social networking accounts:</p>\n\n\n\n<ul><li><a href=\"https://www.facebook.com/WCEurope/\">WCEU Facebook</a></li><li><a href=\"https://twitter.com/wceurope?lang=en\">WCEU Twitter</a></li><li><a href=\"https://www.linkedin.com/company/wordcampeurope/\">WCEU LinkedIn</a></li><li><a href=\"https://www.instagram.com/wceurope/?hl=en\">WCEU Instagram</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 19:18:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"HeroPress: Embrace Who You Are and Others Will Follow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/#utm_source=rss&utm_medium=rss&utm_campaign=embrace-who-you-are-and-others-will-follow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10634:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/040720-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: No one is excluded from carving their place in the WordPress industry.\" /><p><strong>Wondering how a university drop out with ADHD and a criminal record found a spot in the WordPress community? Read on to see why it’s often your “faults” that can make you a major asset to any product team.</strong></p>\n<p>For as long as I can remember, I’ve had a knack for spotting an opportunity to make money. Even as an industrious seven-year-old, I knew that if I spent my birthday money on a value-size container of gumballs, I could sell them off to my classmates for a profit.</p>\n<p>Soon, every school recess and bus ride was a chance to make a sale and as I grew, so did my appetite for the hustle. Eventually, I replaced gumballs with mowing lawns and later, importing and reselling electronics. As long as there was a demand, nothing was off-limits.</p>\n<p>At this point, you may be expecting the rest of my story to go something like “serial entrepreneur switches to digital products, joins the WordPress community, and lives happily ever after,” right?</p>\n<p>Well, there are a lot more twists and turns before that since my hustling did end up getting me into a lot of trouble. My WordPress origin story includes a tale of how I escaped government spies in China, served a prison sentence in Kansas, and ultimately turned my mixed bag of (decidedly non-technical) business and people skills into a marketing position at Sandhills Development.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/open-premiere-wcus-alain-schlesser-tyler-lau_700-min.jpg\"><img /></a>Tyler Lau with Alain Schlesser at the Open Film premiere at WCUS 2019 in St.Louis.\n<h3>Jack of all trades, master of fun</h3>\n<p>One of the many reasons I’m always on the lookout for new projects and business opportunities is my Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis I received nearly 14 years ago. As the only child of a divorced couple, all the attention was on me, but I couldn’t seem to keep my attention on anything.</p>\n<p>Luckily, the disorder that made me a restless child has made me a creative and adaptable adult. In my current role, I’m a marketing relationship builder at Sandhills Development, a plugin company with a portfolio of brands including AffiliateWP, Easy Digital Downloads, and Restrict Content Pro. Unlike most people at Sandhills who focus on one or two of our products, my role spans across all our digital properties.</p>\n<p>Not only am I representing a portfolio of products, but for each, my tasks involve post-sales communication, partnership, and affiliate development, B2B sales, and event marketing. Behind the scenes, I also organize our company retreats, book WordCamp travel arrangements, and even helped open two Sandhills breweries in Kansas. That’s right, we branched out of tech into beer!</p>\n<p>In a way, I’m the people person at Sandhills Development and the face of the company to many in the WordPress community. In an industry built by programmers and developers with outstanding focus and attention to detail, someone with ADHD wouldn’t seem like a natural fit. And yet, the WordPress community really is one of those places where everyone can find the right spot for their unique mix of skills. For me, my skill was people, and that has translated into a slew of responsibilities.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/WordCamp-seattle-min.jpg\"><img /></a>Chatting with sponsors at WordCamp Seattle 2019\n<h3>Relationship-building as a career</h3>\n<p>On paper, there isn’t much that qualifies me to work for a tech company. Most of my previous experience was in the restaurant industry, something I’m still quite passionate about. That’s probably why I am always in charge of food at our company retreats. In fact, even though I was far from a Luddite, nothing on my CV pointed to a career in tech. And yet, that fast-paced, customer-facing service industry environment has actually prepared me the best for everything I’ve taken on since.</p>\n<p>When I’m at events on behalf of Sandhills, I’m meeting people from all over the world and developing personal and professional relationships with them, all while managing the logistics of event marketing. As an extrovert, I love it and I couldn’t imagine a job that didn’t involve relationship-building.</p>\n<p>Understanding people and being able to operate in any setting isn’t just an asset to grow a company, it can also be key to surviving in precarious environments. While my social tact is useful for making friends and building community in the WordPress space, at one point in my life, it was necessary for survival. Like the time I went to prison.</p>\n<h3>The true meaning of freedom</h3>\n<p>In the WordPress community, the concept of freedom comes up often. The GPL, free software, open-source communities…These are all fundamental values on which WordPress is built. Practically speaking, anyone can launch a company, become a freelancer, work remotely, or be their own boss to gain more freedom in their work and life. This is particularly appealing to me as someone who has never fit into the traditional work mold and as someone who now values my freedom more than ever.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/WCA2-Tracy-Josepha-DeRosia-girls-min.jpg\"><img /></a>With attendees at WordCamp Ann Arbor 2019\n<p>Six years ago, my inner opportunist got me into trouble with the law selling marijuana. It was a quick way to make good money and after dropping out of college following a brain aneurysm, I needed capital to fund my first startup. Between my shifts as a waiter, I worked on prototypes for my first product. The company was growing fast and to protect my patents and take R&D to the next level, I had to work really hard.</p>\n<p>Everything came to a screeching halt when I went to prison. If you’re wondering if prison is like TV shows and movies, the answer is both yes and no. It’s harder in a lot of ways but my spirit never broke. Meeting other inmates reminded me that I was in a much better situation than most. I was educated, well-off, loved, and knew I had a future once I was released.</p>\n<p>Many inmates never graduated from high school and are completely computer illiterate. While on the inside, I taught science, math, writing, reading, and social studies. But still, I know many of them will struggle to get the mental health support and the job training they need to thrive after they serve their sentence. There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement. As for me, my sense of purpose and my support network were plenty to keep me going and I was ready to take on my next (legal) business challenge as soon as I could.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/WordCamp-us-2019-min.jpg\"><img /></a>With sponsors and organizers at WCUS 2019 in St. Louis\n<h3>Your past doesn’t define you but you can choose to embrace it</h3>\n<p>I’m an outlier in many ways. From the day I was born, I was political. My father is a semi-dissident Chinese visual anthropologist and my mother is an art professor who left her home country of Japan to break from traditional Japanese gender roles. If you’re familiar with the history between these two nations, you’ll know a relationship between their citizens is rare and discouraged. I inherited a lot of that fearlessness, although I’m not sure if it’s nurture or nature. Most of my childhood was split, either following my father around the world, as he documented Chinese communities, or growing up as one of few Asian-Americans living in small-town Kansas.</p>\n<p>I’ve never fit in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be. Now, I’m able to put those skills to good use in the WordPress community and beyond. Regardless of your level of physical ability, your struggles with mental health, your upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Embrace Who You Are and Others Will Follow\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Embrace%20Who%20You%20Are%20and%20Others%20Will%20Follow&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fembrace-who-you-are-and-others-will-follow%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Embrace Who You Are and Others Will Follow\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fembrace-who-you-are-and-others-will-follow%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fembrace-who-you-are-and-others-will-follow%2F&title=Embrace+Who+You+Are+and+Others+Will+Follow\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Embrace Who You Are and Others Will Follow\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/&media=https://heropress.com/wp-content/uploads/2021/04/040720-min-150x150.jpg&description=Embrace Who You Are and Others Will Follow\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Embrace Who You Are and Others Will Follow\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/\" title=\"Embrace Who You Are and Others Will Follow\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/\">Embrace Who You Are and Others Will Follow</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 09:00:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10574:\"<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8539\" />Mario Peshev</div>\n\n\n\n<p>Mario has been hooked on computers ever since he got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely. </p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge. </p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis. </p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter. </p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress. </p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&ssl=1\" alt=\"Mario presenting to an audience\" class=\"wp-image-8546\" />Mario presenting at a WordCamp\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year. All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015). </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs. </p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“When you look at that from another perspective, a platform that could save lives – literally – and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=\"https://profiles.wordpress.org/nofearinc/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409\" /></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 00:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Jetpack Re-launches Search Feature as Standalone Service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/jetpack-re-launches-search-feature-as-standalone-service?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-re-launches-search-feature-as-standalone-service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5477:\"<p class=\"has-drop-cap\">The Jetpack team announced today that its <a href=\"https://jetpack.com/2020/04/07/re-introducing-jetpack-search-for-wordpress-sites/\">search service is now available as a separate package</a> from the professional bundle it was previously under. The move should make it more affordable for small sites to use the service. Larger sites might have to shell out more money, depending on how much content is on the site.</p>\n\n\n\n<p>“Jetpack Search had only been available as a part of the Jetpack Professional plan at $29 per month, but that pricing felt unfair: a site with one million posts costs 1,000 times as much to index as a site with one thousand posts, but both sites were paying the same amount,” wrote Greg Brown, search wrangler at Automattic, in the announcement post. “New pricing makes Jetpack Search more affordable for small sites and still costs big sites less than the competition.”</p>\n\n\n\n<p>Jetpack Search now charges by the number of records:</p>\n\n\n\n<ul><li>Up to 100 records: $5 per month</li><li>Up to 1,000 records: $10 per month</li><li>Up to 10,000 records: $25 per month</li><li>Up to 100,000 records: $60 per month</li><li>Up to 1 million records: $200 per month</li><li>Over 1 million records: $200 per month per million records</li></ul>\n\n\n\n<p>“Records” are posts, pages, and custom post types. However, that may change in the future. “We decided to use the term ‘records’ because we think there are use cases where we may want to index comments as their own records sometime in the future,” said Brown. “Similarly, there are use cases for indexing authors, tags, categories, etc. as their own records.”</p>\n\n\n\n<p>Jetpack Search combines comments and bbPress plugin replies, which are technically a custom post type, with their parent post. For now, these will not count against users’ record counts.</p>\n\n\n\n<p>One caveat with search is that media attachments are considered individual records by default. There are good reasons for some sites to expose attachments via search results. However, this could lead to unwanted records and cost more money each month for users who have a lot of media but do not wish to count those pages. Jetpack does have a filter hook that <a href=\"https://developer.jetpack.com/hooks/jetpack_sync_prevent_sending_post_data/\">controls which post types are cached</a> on the WordPress.com servers, so this can at least be configured via code.</p>\n\n\n\n<p>Version 8.4 of the <a href=\"https://wordpress.org/plugins/jetpack/\">Jetpack plugin</a> also includes an updated search interface. When a site visitor enters a search query, a fullscreen modal appears to showcase the search results. The results are snappy because they rely on the WordPress.com API and updated technology underneath. The new interface should work well with most themes out of the box on both desktop and mobile views.</p>\n\n\n\n<img />Jetpack search results modal.\n\n\n\n<p>“This new version of Search is only available with the new plan,” said Brown. “The previous version of Search is still available on the Pro plan and will continue working as-is for the foreseeable future, but our focus going forward is on the new search experience.”</p>\n\n\n\n<h2>New Architecture Behind Jetpack Search</h2>\n\n\n\n<p class=\"has-drop-cap\">The new version of Jetpack Search runs on a re-architected technology layer. The old system was an Elasticsearch wrapper around the standard WordPress search feature. While it was quicker than normal WordPress search results, it was still slower than it needed to be. There was no built-in spelling correction. Searched terms were not highlighted.</p>\n\n\n\n<p>The new system uses the same sync technology behind Jetpack features like Related Posts, Publicize, and Stats to cache content. It then builds a search index using the Elasticsearch engine from the cache.</p>\n\n\n\n<p>The team has built an optimized API, which now supports searching as the user types and uses pageview stats as part of the algorithm in result rankings. Search input also goes directly from the browser to the API on WordPress.com, which minimizes the delay in returning results.</p>\n\n\n\n<p>“All search engines work by preprocessing the data to ensure that when a user’s search query comes in the results can quickly be returned,” said Brown. “For Jetpack Search, very little of the processing time on our servers goes to processing the queries. Almost all of the server load comes from indexing the data and reindexing it as the content changes. Across our main search cluster, for instance, only 10% of the CPU time is spent processing about 850 search queries per second. Most of the time is spent on the 650 index operations per second.”</p>\n\n\n\n<p>Brown explains this new architecture is why the new pricing tiers are based on the number of records cached from a site. “We preprocess the data, which expands how big it is; store it on the fastest SSDs we can buy; replicate it to multiple data centers; and then can quickly serve results as soon as a search request comes to our API.”</p>\n\n\n\n<p>For readers who are interested in a more technical breakdown of the system, Brown has written a full overview titled <a href=\"https://data.blog/2017/07/11/real-time-elasticsearch-indexing-on-wordpress-com/\">Real-Time Elasticsearch Indexing on WordPress.com</a> on the Data for Breakfast blog.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2020 20:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Post Status: Free event: Learn from top consultants during Post Status Live: Client Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=78476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://poststatus.com/learn-live-client-work/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3345:\"<p>No doubt about it, we\'re in uncertain times and heading for very rough economic waters. </p>\n\n\n\n<p>If you work with clients, you\'ve already been seeing this. </p>\n\n\n\n<p>But as an <strong>agency owner, consultant, or freelancer, </strong>this isn\'t the time to freeze in fear, it\'s the time to double down, to act and to keep moving forward, to see opportunity and to seize it. </p>\n\n\n\n<p>At Post Status, we want to strengthen you, bolster you and energize you for what lies ahead as a WordPress professional. </p>\n\n\n\n<p>This <strong>Friday, April 10</strong>, carve out a half day to get ideas and be inspired, to make plans, to take a big deep breath before you attack this next season of life and business, as part of our free online learning event called <a href=\"https://poststatus.com/live/client-work/\"><strong>Post Status Live: Client Work.</strong></a> </p>\n\n\n\n<p>We\'ll spend time talk with experienced consultants, discussing things that matter to you:</p>\n\n\n\n<ul><li>Manage the ups and downs of entrepreneurship better</li><li>Build recurring revenue to normalize your cashflow</li><li>Improvise and make sales in a downturn</li><li>Clearly communicate with your clients as their trusted partner</li><li>Not just maintain, but scale and grow from freelancer to agency</li><li>And perhaps most importantly, lead the people who work with you</li></ul>\n\n\n\n<p>We are privileged to have veterans of client work who will be sharing their insights, experiences and tips:</p>\n\n\n\n<ul><li><strong>Joe Howard</strong> of <a href=\"https://wpbuffs.com/\">WP Buffs</a> and the <a href=\"https://wpmrr.com/podcast/\">WPMRR podcast</a></li><li><strong>Erin Flynn</strong> of <a href=\"https://www.erinflynn.com/\">Successfully Simple</a></li><li><strong>Jennifer Bourne </strong>of <a href=\"https://www.bourncreative.com/\">Bourne Creative</a> and <a href=\"https://jenniferbourn.com/profitable-project-plan/\">Profitable Project Plan</a></li><li><strong>Kori Ashton</strong> of <a href=\"https://webtegrity.com/\">WebTegrity</a> and <a href=\"https://www.youtube.com/channel/UCNypAJ8N90o6D2sLGZRVGnw\">WordPress Wednesdays</a></li><li><strong>Rahul Bansal</strong> of <a href=\"https://rtcamp.com/\">rtCamp</a></li><li><strong>Kimberly Lipari </strong>of <a href=\"https://valet.io\">Valet</a></li><li><strong>Brad Williams</strong> of <a href=\"https://webdevstudios.com/\">WebDevStudios</a> and co-author of <a href=\"https://www.amazon.com/Professional-WordPress-Plugin-Development-2nd/dp/1119666945/ref=sr_1_1?dchild=1&keywords=brad+williams+wordpress&qid=1586005190&sr=8-1\">Professional WordPress Plugin Development</a></li><li><strong>Lisa Sabin-Wilson</strong> of <a href=\"https://webdevstudios.com/\">WebDevStudios</a> and author of WordPress for Dummies</li><li><strong>Ant Miller</strong> of <a href=\"https://humanmade.com/\">Human Made</a></li><li><strong>Tracy Apps</strong> of <a href=\"http://tracyappsdesign.com/\">Tracy Apps Design</a></li><li><strong>Reid Peifer</strong> of <a href=\"https://tri.be/\">Modern Tribe</a></li></ul>\n\n\n\n<p>Each session will be moderated by Post Status partners Brian Krogsgard and Cory Miller.</p>\n\n\n\n<p>You won\'t want to miss this <strong>free event. </strong></p>\n\n\n\n<p><a class=\"big-ole-add-to-cart-button button-orange aligncenter button\" href=\"https://poststatus.com/live/client-work/\">Register Today!</a></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2020 02:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Proposal to Move WordPress Theme Review Process to GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/proposal-to-move-wordpress-theme-review-process-to-github?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-move-wordpress-theme-review-process-to-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5516:\"<p class=\"has-drop-cap\">Denis Žoljom, the automation representative for the WordPress theme review team, <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposed moving much of the theme review system</a> over to GitHub. The idea is to move the interactive parts of the review away from the current system. The proposal claims such a move would streamline the process via automated tools and make the manual, reviewer-to-author interactions easier.</p>\n\n\n\n<p>Currently, the theme review process takes place on <a href=\"https://themes.trac.wordpress.org/\">Trac</a>. For many theme authors and reviewers, the software can feel archaic. It does not have the feature set that developers have become accustomed to with other solutions. With the move of major parts of WordPress, such as feature plugin development, to GitHub over the past few years, it might be time to reevaluate other areas of the core project.</p>\n\n\n\n<p>Žoljom noted in the proposal that reviews handled through Trac are cumbersome. As a former theme review team lead and reviewer, I know how many on the team feel. Right now, much of the review process is manual. It is handled via a lot of back-and-forth communication between the reviewer and author. There is no good way to leave a note or comment on a specific line of code when there is an issue. This ongoing <em>discussion</em> between reviewer and author is sometimes hindered by a language barrier. The experience of comparing changes between code updates is lackluster at best. Plus, the only automated check is handled by the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin.</p>\n\n\n\n<p>Handling reviews on GitHub opens a new world of possibilities that could make reviews more efficient and provide a better experience on both ends of the process.</p>\n\n\n\n<p>From 2015 through 2019, I ran a side business with a partner where we performed code reviews on plugins and themes. The majority of that business was working with commercial theme shops. Around 90% of the reviews were handled on GitHub.</p>\n\n\n\n<p>At the same time, I was still volunteering with the WordPress theme review team. There was no comparison in terms of user experience. GitHub won hands down. This experience turned me away from wanting to perform reviews for the official directory. Nothing there was streamlined. It was tougher to point to specific code issues and check if a problem was corrected when an author sent in an update.</p>\n\n\n\n<p>Žoljom’s initial proposal outlines a system where the theme author submits their theme through the WordPress <a href=\"https://wordpress.org/themes/getting-started/\">theme upload page</a>. If it passes the initial check, the system would automatically create a new GitHub repository with the theme. Theme authors can then fork this newly-created repository to work on code changes based on reviewer feedback. Theme updates would also work through GitHub.</p>\n\n\n\n<p>“I think that forks are a good middle ground,” said Žoljom. “Authors have forks on their own GitHub accounts and can update those, and make updates that way even. That would definitely help us with people who are trying to trick the system by updating their themes once they go live with things that break the requirements.”</p>\n\n\n\n<p>The proposal is merely an idea to explore at this stage. Much of the process could change if it is given the green light to proceed.</p>\n\n\n\n<p>“In the end, I hope this initiative will go live and help us bring the review queue down,” said Žoljom. He has hopes the team can integrate more automated checks such as the <a href=\"https://github.com/WordPress/WordPress-Coding-Standards\">WordPress Coding Standards</a>. With more automation, it could also mean the theme review team could focus on other projects it works on, such as preparing for the future of full-site editing and continuing education.</p>\n\n\n\n<h2>Beyond the Review Process</h2>\n\n\n\n<p class=\"has-drop-cap\">One of the primary issues the team has faced over the years is educating authors on writing cleaner and more secure code. Some issues like sanitizing data on input and escaping it on output are still prevalent during reviews. The team’s history of communication via Trac has not seemed to help with education on the whole.</p>\n\n\n\n<p>“The main point is the fact that many people can be involved in the review process, and then you have experienced reviewers who can show why some code is not good or needs improvement,” said Žoljom. “This provides a way for many people to see what is wrong with the code and how they can improve it. Plus the forked theme stays in their repo, so they can see the changes that they made and why.”</p>\n\n\n\n<p>Žoljom has a few items in reserve for the long-term wish list. One possibility for the future may be setting up themes on Packagist for installation via Composer. He admits that it is a longshot at best.</p>\n\n\n\n<p>“I see this as an opportunity to bring one aspect of WordPress up to par with other modern PHP frameworks like Laravel,” he said. “Plus, utilize automatic tools at our disposal. From PHP CodeSniffer, PHPStan, ES Lint, and a plethora of other tools, we could also show authors how they can set these tools on their projects and make their coding skills better. Maybe throw some automatic integration tests in the mix. The possibilities are really endless.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Apr 2020 20:08:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Proposal to Add a Consent API to WordPress, Feature Plugin Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/proposal-to-add-a-consent-api-to-wordpress-feature-plugin-available?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-add-a-consent-api-to-wordpress-feature-plugin-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4432:\"<p class=\"has-drop-cap\">On Wednesday, Garret Hyder announced a <a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">feature proposal for a WordPress Consent API.</a> The proposal is one step on the larger <a href=\"https://make.wordpress.org/core/roadmap/privacy/\">privacy roadmap</a> for core. If merged into WordPress, it would establish a standard method for core, plugins, and themes to obtain consent for various privacy-related features. The idea is to create a consistent experience for developers, site administrators, and site visitors.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/wp-consent-api/\">WP Consent API</a> plugin is available via the WordPress plugin directory. Development is currently happening on the plugin’s <a href=\"https://github.com/rlankhorst/wp-consent-level-api/\">GitHub repository</a>.</p>\n\n\n\n<p>Hyder identified several areas in which an API for handling consent could help in bringing a site into compliance with various privacy laws:</p>\n\n\n\n<ul><li>Consent management plugins cannot prevent other plugins from placing a PHP cookie.</li><li>Plugins that integrate tracking code on the client-side could break the site if blocked by a consent management plugin.</li><li>Minified URLs in JavaScript files may not be detected by automatic blocking scripts.</li><li>Using a blocking approach to handle privacy requires a list of all types of URLs when dealing with cookies and other types of tracking.</li></ul>\n\n\n\n<p>“Primarily this API is aimed at helping to achieve a compliant use of cookies or other means of tracking by WordPress websites,” wrote Hyder in the proposal. “If a plugin or custom code triggers, for example, Facebook, usage of this API will be of help to ensure consent. If a user manually embeds a Facebook iframe, a cookie blocker is needed that initially disables the iframe and or scripts.”</p>\n\n\n\n<p>The goal is not to create functionality that would block third-party scripts, such as tracking from a site like Facebook. Because different jurisdictions have their own laws across the world, the actual management of blocking functionality would be best suited for a consent management plugin. This would be outside of the scope of what WordPress does out of the box. By providing an API directly in core, it would allow plugin developers to build consent management plugins that are needed in different locations. The API would merely be a means for all plugins to <em>talk the same language</em>. That standardization would allow consent management plugins to work as they should.</p>\n\n\n\n<p>Furthermore, adding a front-end user interface would place additional scripts, styles, and functionality on all WordPress sites. These types are things are best handled by plugin developers.</p>\n\n\n\n<p>The API proposes allowing the creation of consent categories. Such categories might be preferences, marketing, or statistics. They would be filterable by plugins. The API has two indicators to determine consent for a category: a region-based consent type, which can be opt-in or opt-out, and the visitor’s choice.</p>\n\n\n\n<p>The team working on the project has put together a <a href=\"https://wpconsentapi.org/\">Consent API Demo</a> to see how this plugin would work along with consent management on a website’s front end. The demo makes use of the <a href=\"https://complianz.io/\">Complianz plugin</a> and an <a href=\"https://github.com/rlankhorst/consent-api-example-plugin\">example plugin</a> for showcasing how the API works.</p>\n\n\n\n<p>Consent management is a tough area to handle in terms of web design and development. On the one hand, respecting the privacy laws of various jurisdictions is necessary for many people around the world. On the other hand, cookie notice popups on websites often create a poor user experience for site visitors, and that experience may only get worse before it gets better.</p>\n\n\n\n<p>However, a standard API is past due in core WordPress. This will at least provide plugin authors with a means of working with consent management plugins. In time, maybe we will find a front-end interface that creates a nice experience while maintaining privacy.</p>\n\n\n\n<p>The team is currently looking for feedback on the proposal and plugin. If the feature proposal is accepted, authors of consent management plugins should be prepared to begin integrating with the API.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 19:25:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: March 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8586:\"<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href=\"https://wordpress.org/news/2020/03/adderley/\">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href=\"https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/\">7.7</a> and <a href=\"https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/\">7.8</a>. Gutenberg 7.7 introduced block patterns – predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href=\"https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/\">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href=\"https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/\">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href=\"https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/\">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href=\"https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/\">taking charity hackathons online</a>, <a href=\"https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/\">proposed interim adjustments</a> to existing community event guidelines, and provided <a href=\"https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/\">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time. </p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href=\"https://make.wordpress.org/community/\">the Community team blog</a>, learn more about <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">virtual events</a>, and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more. </p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">updating the Coding standards for modern PHP</a> and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href=\"https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/\">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications. </li><li>WordCamp US announced that <a href=\"https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/\">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href=\"https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/\">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href=\"https://tiny.cc/wpdiversity\">visit this page</a>. </li><li>An <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 12:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Gary: Bebo, Betty, and Jaco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://pento.net/2020/04/03/bebo-betty-and-jaco/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:643:\"<p><em>Wait, wasn’t <a href=\"https://wordpress.org/news/2020/03/adderley/\">WordPress 5.4</a> just released?</em></p>\n\n\n\n<p>It absolutely was, and congratulations to everyone involved! Inspired by the fine work done to get another release out, I finally completed the last step of co-leading WordPress 5.0, 5.1, and 5.2 (Bebo, Betty, and Jaco, respectively).</p>\n\n\n\n<img src=\"https://pento.net/wp-content/uploads/2020/04/IMG_20200403_121947-1024x768.jpg\" alt=\"\" class=\"wp-image-5165\" />\n\n\n\n<p>My study now has a bit more jazz in it. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 05 May 2020 06:35:06 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 05 May 2020 06:15:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(15782,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1588703707','no'),(15783,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1588660507','no'),(15785,'_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde','1588703708','no'),(15786,'_transient_dash_v2_c05853b002c443ec8e57ff884f56cdde','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://es.wordpress.org/2020/04/30/wordpress-5-4-1/\'>WordPress 5.4.1</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\'>WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\'>WPTavern: The Future of WordPress: The Block Editor Is Here to Stay</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\'>WordPress.org blog: The Month in WordPress: April 2020</a></li></ul></div>','no'),(15815,'_site_transient_timeout_browser_116a4a046f1a400b852a44ba2b8ab31c','1589267472','no'),(15816,'_site_transient_browser_116a4a046f1a400b852a44ba2b8ab31c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.129\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(15819,'_site_transient_timeout_community-events-82ebe32df71dbe7fca3829a5c6b27105','1588705880','no'),(15820,'_site_transient_community-events-82ebe32df71dbe7fca3829a5c6b27105','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"77.229.122.0\";}s:6:\"events\";a:2:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp España Online\";s:3:\"url\";s:31:\"https://2020.spain.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-06 14:00:00\";s:8:\"end_date\";s:19:\"2020-05-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.463667000000001;s:9:\"longitude\";d:-3.7492200000000002;}}i:1;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Europe Online\";s:3:\"url\";s:32:\"https://2020.europe.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-06-04 00:00:00\";s:8:\"end_date\";s:19:\"2020-06-06 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.157943799999998;s:9:\"longitude\";d:-8.6291053000000009;}}}}','no'),(15827,'_transient_timeout_elementor_pro_license_data','1588705888','no'),(15828,'_transient_elementor_pro_license_data','a:6:{s:7:\"success\";b:0;s:7:\"license\";s:7:\"invalid\";s:7:\"item_id\";b:0;s:9:\"item_name\";s:13:\"Elementor Pro\";s:8:\"checksum\";s:32:\"41965f7f3c86ac21bed808afd71c0a7d\";s:13:\"subscriptions\";s:7:\"disable\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2892 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,5,'_wp_attached_file','woocommerce-placeholder.png'),(4,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5,6,'_wp_attached_file','woocommerce-placeholder.png'),(6,6,'wpml_media_processed','1'),(7,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8,7,'_elementor_controls_usage','a:0:{}'),(9,7,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"en\":2}}'),(10,7,'_wpml_media_featured','1'),(11,7,'_wpml_media_duplicate','1'),(12,8,'_elementor_controls_usage','a:0:{}'),(13,8,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"en\":2}}'),(14,8,'_wpml_media_featured','1'),(15,8,'_wpml_media_duplicate','1'),(16,9,'_elementor_controls_usage','a:0:{}'),(17,9,'_wpml_word_count','{\"total\":4,\"to_translate\":{\"en\":4}}'),(18,9,'_wpml_media_featured','1'),(19,9,'_wpml_media_duplicate','1'),(20,10,'_elementor_controls_usage','a:0:{}'),(21,10,'_wpml_word_count','{\"total\":4,\"to_translate\":{\"en\":4}}'),(22,10,'_wpml_media_featured','1'),(23,10,'_wpml_media_duplicate','1'),(24,11,'_elementor_controls_usage','a:0:{}'),(25,11,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"es\":2}}'),(26,11,'_wpml_media_featured','1'),(27,11,'_wpml_media_duplicate','1'),(28,12,'_elementor_controls_usage','a:0:{}'),(29,12,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"es\":2}}'),(30,12,'_wpml_media_featured','1'),(31,12,'_wpml_media_duplicate','1'),(32,13,'_elementor_controls_usage','a:0:{}'),(33,13,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"es\":2}}'),(34,13,'_wpml_media_featured','1'),(35,13,'_wpml_media_duplicate','1'),(36,14,'_elementor_controls_usage','a:0:{}'),(37,14,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":4,\"es\":4}}'),(38,14,'_wpml_media_featured','1'),(39,14,'_wpml_media_duplicate','1'),(41,16,'_wp_attached_file','2019/11/TFCM-logo.svg'),(42,17,'_wp_attachment_metadata','a:0:{}'),(43,17,'_wp_attached_file','2019/11/TFCM-logo.svg'),(44,17,'wpml_media_processed','1'),(45,16,'_wp_attachment_metadata','a:2:{s:5:\"width\";d:700;s:6:\"height\";d:261.41000000000003;}'),(47,18,'_wp_attached_file','2019/11/isotipo.png'),(48,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:261;s:4:\"file\";s:19:\"2019/11/isotipo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"isotipo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"isotipo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"isotipo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,19,'_wp_attached_file','2019/11/isotipo.png'),(50,19,'wpml_media_processed','1'),(51,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:261;s:4:\"file\";s:19:\"2019/11/isotipo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"isotipo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"isotipo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"isotipo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(67,24,'_elementor_edit_mode','builder'),(68,25,'_elementor_edit_mode','builder'),(69,25,'_elementor_template_type','header'),(70,24,'_elementor_template_type','header'),(71,25,'_wpml_word_count','{\"total\":1002,\"to_translate\":{\"en\":1002}}'),(72,24,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"en\":2}}'),(73,24,'_wpml_media_featured','1'),(74,25,'_wpml_media_featured','1'),(75,24,'_wpml_media_duplicate','1'),(76,25,'_wpml_media_duplicate','1'),(77,24,'_elementor_version','2.7.5'),(78,24,'_elementor_pro_version','2.7.3'),(79,25,'_elementor_version','2.7.5'),(80,25,'_elementor_pro_version','2.7.3'),(81,25,'_edit_lock','1588582738:1'),(82,25,'_wp_page_template','default'),(83,25,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"sticky\":\"top\",\"jet_sticky_section\":\"yes\",\"jet_sticky_section_background_background\":\"classic\",\"jet_sticky_section_background_color\":\"#ffffff\",\"jet_sticky_section_visibility\":[\"desktop\"],\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596,\"_inline_size_tablet\":12,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/?utm_source=ig_embed&ig_mid=XP8sfAABAAGdvQEDLG0F1xt9e1my \",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"-37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"color_menu_item_hover\":\"#e54791\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ff4a70\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\",\"jet_sticky_section_visibility\":[\"tablet\",\"mobile\"],\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7013842\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"4a8a258\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/?utm_source=ig_embed&ig_mid=XP8sfAABAAGdvQEDLG0F1xt9e1my \",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"-37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"a74761f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"fec4365\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"871d3fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b42f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#000000\",\"color_menu_item_hover\":\"#e54791\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\",\"color_dropdown_item\":\"#1c1c1c\",\"color_dropdown_item_hover\":\"#ffffff\",\"background_color_dropdown_item_hover\":\"#e54791\",\"toggle_color\":\"#ffffff\",\"toggle_background_color\":\"#e54791\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(118,31,'_wp_attached_file','2019/11/TFCM-logo-blanco.svg'),(119,32,'_wp_attachment_metadata','a:0:{}'),(120,32,'_wp_attached_file','2019/11/TFCM-logo-blanco.svg'),(121,32,'wpml_media_processed','1'),(122,31,'_wp_attachment_metadata','a:2:{s:5:\"width\";d:694.16999999999996;s:6:\"height\";d:261.41000000000003;}'),(128,34,'_elementor_edit_mode','builder'),(129,34,'_elementor_template_type','header'),(130,34,'_elementor_version','2.7.5'),(131,34,'_elementor_pro_version','2.7.3'),(132,34,'_wp_page_template','default'),(133,34,'_elementor_data','[{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"66ae3ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(134,35,'_elementor_edit_mode','builder'),(135,35,'_elementor_template_type','header'),(136,35,'_elementor_version','2.7.5'),(137,35,'_elementor_pro_version','2.7.3'),(138,35,'_wp_page_template','default'),(139,35,'_elementor_data','[{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}],\"isInner\":false}]'),(141,25,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(142,36,'_wpml_word_count','{\"total\":7,\"to_translate\":{\"en\":7}}'),(143,36,'_edit_last','1'),(144,36,'_wpml_media_featured','1'),(145,36,'_wpml_media_duplicate','1'),(146,36,'_edit_lock','1577435803:1'),(147,36,'_elementor_controls_usage','a:0:{}'),(148,36,'_generate_element_type','header'),(149,36,'_generate_site_header_merge','merge-desktop'),(150,36,'_generate_element_display_conditions','a:1:{i:0;a:2:{s:4:\"rule\";s:12:\"general:site\";s:6:\"object\";s:1:\"0\";}}'),(152,37,'_wp_attached_file','2019/11/sillas-slide.jpg'),(153,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/11/sillas-slide.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sillas-slide-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sillas-slide-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"sillas-slide-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"sillas-slide-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"sillas-slide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"sillas-slide-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,38,'_wp_attached_file','2019/11/sillas-slide.jpg'),(155,38,'wpml_media_processed','1'),(156,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/11/sillas-slide.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sillas-slide-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sillas-slide-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"sillas-slide-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"sillas-slide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"sillas-slide-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"sillas-slide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"sillas-slide-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"sillas-slide-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,41,'_wp_attached_file','2019/11/persona3.jpg'),(169,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/11/persona3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"persona3-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"persona3-768x941.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:941;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"persona3-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"persona3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"persona3-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170,42,'_wp_attached_file','2019/11/persona3.jpg'),(171,42,'wpml_media_processed','1'),(172,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/11/persona3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"persona3-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"persona3-768x941.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:941;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"persona3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"persona3-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"persona3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"persona3-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,43,'_wp_attached_file','2019/11/persona2.jpg'),(174,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/11/persona2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"persona2-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"persona2-768x941.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:941;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"persona2-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"persona2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"persona2-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,44,'_wp_attached_file','2019/11/persona2.jpg'),(176,44,'wpml_media_processed','1'),(177,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/11/persona2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"persona2-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"persona2-768x941.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:941;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"persona2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"persona2-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"persona2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"persona2-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(178,45,'_wp_attached_file','2019/11/persona1.jpg'),(179,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:818;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/11/persona1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"persona1-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"persona1-768x940.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"persona1-600x734.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"persona1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"persona1-600x734.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(180,46,'_wp_attached_file','2019/11/persona1.jpg'),(181,46,'wpml_media_processed','1'),(182,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:818;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/11/persona1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"persona1-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"persona1-768x940.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"persona1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"persona1-600x734.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"persona1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"persona1-600x734.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"persona1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,47,'_wp_attached_file','2019/11/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png'),(184,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:748;s:6:\"height\";i:702;s:4:\"file\";s:57:\"2019/11/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-600x563.png\";s:5:\"width\";i:600;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-600x563.png\";s:5:\"width\";i:600;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,48,'_wp_attached_file','2019/11/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png'),(186,48,'wpml_media_processed','1'),(187,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:748;s:6:\"height\";i:702;s:4:\"file\";s:57:\"2019/11/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-600x563.png\";s:5:\"width\";i:600;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-600x563.png\";s:5:\"width\";i:600;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.40.06-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,49,'_wp_attached_file','2019/11/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png'),(189,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:780;s:4:\"file\";s:57:\"2019/11/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-768x711.png\";s:5:\"width\";i:768;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-600x556.png\";s:5:\"width\";i:600;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-600x556.png\";s:5:\"width\";i:600;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,50,'_wp_attached_file','2019/11/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png'),(191,50,'wpml_media_processed','1'),(192,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:780;s:4:\"file\";s:57:\"2019/11/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-768x711.png\";s:5:\"width\";i:768;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-600x556.png\";s:5:\"width\";i:600;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-600x556.png\";s:5:\"width\";i:600;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2019-11-07-a-las-12.41.10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,51,'_wp_attached_file','2019/11/gifflecha.gif'),(194,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:702;s:4:\"file\";s:21:\"2019/11/gifflecha.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gifflecha-236x300.gif\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gifflecha-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,52,'_wp_attached_file','2019/11/gifflecha.gif'),(196,52,'wpml_media_processed','1'),(197,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:702;s:4:\"file\";s:21:\"2019/11/gifflecha.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gifflecha-236x300.gif\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"gifflecha-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gifflecha-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gifflecha-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,53,'_wp_attached_file','2019/11/maltrato.jpg'),(199,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2019/11/maltrato.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"maltrato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"maltrato-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"maltrato-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"maltrato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"maltrato-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,54,'_wp_attached_file','2019/11/maltrato.jpg'),(201,54,'wpml_media_processed','1'),(202,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2019/11/maltrato.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"maltrato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"maltrato-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"maltrato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"maltrato-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"maltrato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"maltrato-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"maltrato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(203,55,'_wp_attached_file','2019/11/paises.jpg'),(204,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/11/paises.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"paises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"paises-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"paises-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"paises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"paises-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,56,'_wp_attached_file','2019/11/paises.jpg'),(206,56,'wpml_media_processed','1'),(207,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/11/paises.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"paises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"paises-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"paises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"paises-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"paises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"paises-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"paises-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,57,'_wp_attached_file','2019/11/rtve.png'),(209,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:16:\"2019/11/rtve.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"rtve-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"rtve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,58,'_wp_attached_file','2019/11/rtve.png'),(211,58,'wpml_media_processed','1'),(212,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:16:\"2019/11/rtve.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"rtve-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"rtve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"rtve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"rtve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,59,'_wp_attached_file','2019/11/periodico.png'),(214,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2019/11/periodico.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"periodico-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"periodico-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,60,'_wp_attached_file','2019/11/periodico.png'),(216,60,'wpml_media_processed','1'),(217,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2019/11/periodico.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"periodico-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"periodico-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"periodico-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"periodico-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(218,61,'_wp_attached_file','2019/11/metropoli.png'),(219,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2019/11/metropoli.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"metropoli-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"metropoli-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(220,62,'_wp_attached_file','2019/11/metropoli.png'),(221,62,'wpml_media_processed','1'),(222,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2019/11/metropoli.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"metropoli-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"metropoli-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"metropoli-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"metropoli-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(223,63,'_wp_attached_file','2019/11/beteve.png'),(224,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:165;s:4:\"file\";s:18:\"2019/11/beteve.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"beteve-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"beteve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,64,'_wp_attached_file','2019/11/beteve.png'),(226,64,'wpml_media_processed','1'),(227,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:165;s:4:\"file\";s:18:\"2019/11/beteve.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"beteve-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"beteve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"beteve-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"beteve-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(244,67,'_wpml_word_count','{\"total\":4633,\"to_translate\":{\"en\":4633}}'),(245,67,'_wpml_media_featured','1'),(246,67,'_wpml_media_duplicate','1'),(247,67,'_wpml_word_count','{\"total\":4633,\"to_translate\":{\"en\":4633}}'),(248,67,'_wpml_media_duplicate','1'),(249,67,'_wpml_media_featured','1'),(250,67,'_generate-sidebar-layout-meta','no-sidebar'),(251,67,'_generate-disable-headline','true'),(252,67,'_generate-disable-post-image','true'),(253,67,'_elementor_edit_mode','builder'),(254,67,'_elementor_template_type','wp-page'),(255,67,'_elementor_version','2.7.5'),(256,67,'_elementor_pro_version','2.7.3'),(257,67,'_wp_page_template','default'),(258,67,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"background_image_mobile\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-75,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":272,\"sizes\":[]},\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":513,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"491b2fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conversaciones realizadas\",\"number_color\":\"#273474\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_color\":\"#273474\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Playfair Display\",\"typography_number_font_family\":\"Playfair Display\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"23\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684,\"_inline_size_tablet\":33,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98,\"_inline_size_tablet\":28,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align_mobile\":\"left\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":23.979,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":47},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":76.047,\"_inline_size_tablet\":53},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"306\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"305\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_position_mobile\":\"top\",\"tabs_controls_aligment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/todas-las-historias\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"12\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.073,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":43},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.953,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":57},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"2765d37\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2fa544c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/05\\/user-icon-silhouette-ae9ddcaf4a156a47931d5719ecee17b9.png\",\"id\":391},\"member_first_name\":\"Benedikta\",\"member_last_name\":\"Baublyte\",\"member_position\":\"Dise\\u00f1o Gr\\u00e1fico<br>--\",\"member_description\":\"Benedikta Baublyte es la persona encargada del dise\\u00f1o gr\\u00e1fico de todo el proyecto, tanto a nivel nacional como internacional. Pone color a las historias y aporta creatividad al movimiento.\",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ab980f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0c7ce8b\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/05\\/user-icon-silhouette-ae9ddcaf4a156a47931d5719ecee17b9.png\",\"id\":391},\"member_first_name\":\"Anna\",\"member_last_name\":\"Maldonado\",\"member_position\":\"Comunicaci\\u00f3n<br>--\",\"member_description\":\"Anna Maldonado No solo coordina la comunicaci\\u00f3n del movimiento sino que adem\\u00e1s es la m\\u00e1xima representante de este en todo Latino Am\\u00e9rica.\",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"255c5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b735bdc\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/05\\/user-icon-silhouette-ae9ddcaf4a156a47931d5719ecee17b9.png\",\"id\":391},\"member_first_name\":\"Alex\",\"member_last_name\":\"Cruz\",\"member_position\":\"Fot\\u00f3grafo<br>--\",\"member_description\":\"Alex Cruza adem\\u00e1s del fot\\u00f3grafo es el vicepresidente del movimiento. Su forma de ver las cosas han servido de gran inspiraci\\u00f3n para el movimiento.\",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.008,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":43},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":57},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"slides_to_show_tablet\":\"3\",\"arrows\":\"\",\"dots\":\"true\",\"dots_style_popover_toggle\":\"custom\",\"dots_style_box_size_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#ef56a5\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#ef56a5\",\"dots_alignment_mobile\":\"center\",\"dots_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(259,67,'_wpml_location_migration_done','1'),(262,67,'_dp_original','27'),(263,67,'_edit_lock','1588663277:1'),(264,68,'_elementor_edit_mode','builder'),(265,68,'_elementor_template_type','wp-page'),(266,68,'_elementor_version','2.7.5'),(267,68,'_elementor_pro_version','2.7.3'),(268,68,'_wp_page_template','default'),(269,68,'_elementor_data','[{\"id\":\"036c799\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"seccion_1\"},\"elements\":[{\"id\":\"6d270cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"995cc20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dee5ece\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.572},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en Barcelona\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.454},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.582,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0a45249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.444,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f7c25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otras historias\",\"align\":\"right\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8094b2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dca7de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/paises.jpg\",\"id\":55},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"bda1405\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paises\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"89be223\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/maltrato.jpg\",\"id\":53},\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"1657444\",\"elType\":\"widget\",\"settings\":{\"title\":\"Abusos \\/ Maltrato\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(270,68,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:6;s:7:\"_margin\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:13;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:4;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_color_b\";i:4;s:33:\"background_overlay_gradient_angle\";i:4;s:26:\"background_overlay_opacity\";i:4;s:18:\"overlay_blend_mode\";i:4;s:24:\"background_overlay_color\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:6;s:13:\"custom_height\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:2;}s:21:\"section_shape_divider\";a:2:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:7;s:11:\"_element_id\";i:1;s:6:\"margin\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:3;s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}}}s:23:\"jet-horizontal-timeline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_items\";a:1:{s:10:\"cards_list\";i:1;}}s:5:\"style\";a:5:{s:21:\"section_general_style\";a:1:{s:9:\"items_gap\";i:1;}s:19:\"section_cards_style\";a:2:{s:13:\"cards_padding\";i:1;s:23:\"cards_background_normal\";i:1;}s:19:\"section_image_style\";a:8:{s:12:\"image_margin\";i:1;s:32:\"card_title_typography_typography\";i:1;s:33:\"card_title_typography_font_family\";i:1;s:31:\"card_title_typography_font_size\";i:1;s:17:\"card_title_margin\";i:1;s:23:\"card_title_normal_color\";i:1;s:16:\"card_desc_margin\";i:1;s:22:\"card_desc_normal_color\";i:1;}s:18:\"section_meta_style\";a:2:{s:26:\"meta_typography_typography\";i:1;s:25:\"meta_typography_font_size\";i:1;}s:19:\"section_point_style\";a:2:{s:18:\"point_normal_color\";i:1;s:29:\"point_normal_background_color\";i:1;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:2;s:17:\"member_first_name\";i:2;s:16:\"member_last_name\";i:2;s:15:\"member_position\";i:2;s:18:\"member_description\";i:2;s:11:\"social_list\";i:2;}}s:5:\"style\";a:4:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:2;s:11:\"image_width\";i:2;s:19:\"image_border_radius\";i:2;s:12:\"image_margin\";i:2;}s:30:\"section_team_member_name_style\";a:6:{s:16:\"first_name_color\";i:2;s:32:\"first_name_typography_typography\";i:2;s:33:\"first_name_typography_font_family\";i:2;s:15:\"last_name_color\";i:2;s:31:\"last_name_typography_typography\";i:2;s:32:\"last_name_typography_font_family\";i:2;}s:34:\"section_team_member_position_style\";a:3:{s:14:\"position_color\";i:2;s:30:\"position_typography_typography\";i:2;s:29:\"position_typography_font_size\";i:2;}s:25:\"section_social_list_style\";a:4:{s:17:\"social_icon_color\";i:2;s:20:\"social_icon_bg_color\";i:2;s:21:\"social_icon_font_size\";i:2;s:16:\"social_icon_size\";i:2;}}}}s:12:\"jet-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:1:{s:14:\"slides_to_show\";i:1;}}}}}'),(272,67,'_edit_last','1'),(273,69,'_elementor_edit_mode','builder'),(274,69,'_elementor_template_type','wp-page'),(275,69,'_elementor_version','2.7.5'),(276,69,'_elementor_pro_version','2.7.3'),(277,69,'_wp_page_template','default'),(278,69,'_elementor_data','[{\"id\":\"036c799\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"video\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"seccion_1\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=zGJFTuTiYRY\",\"background_video_start\":10,\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_b\":\"rgba(12,1,1,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"6d270cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"995cc20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.572},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en Barcelona\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.454},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.582,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0a45249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.444,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f7c25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otras historias\",\"align\":\"right\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8094b2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dca7de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/paises.jpg\",\"id\":55},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"bda1405\",\"elType\":\"widget\",\"settings\":{\"title\":\"Paises\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"89be223\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/maltrato.jpg\",\"id\":53},\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"1657444\",\"elType\":\"widget\",\"settings\":{\"title\":\"Abusos \\/ Maltrato\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(313,74,'_elementor_edit_mode','builder'),(314,74,'_elementor_template_type','wp-page'),(315,74,'_elementor_version','2.7.5'),(316,74,'_elementor_pro_version','2.7.3'),(317,74,'_wp_page_template','default'),(318,74,'_elementor_data','[{\"id\":\"036c799\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"video\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"seccion_1\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=zGJFTuTiYRY\",\"background_video_start\":10,\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_b\":\"rgba(12,1,1,0)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"6d270cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"995cc20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en: Barcelona\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"44aa8ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.829},\"elements\":[{\"id\":\"9147cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Varsovia | Dubl\\u00edn | Lisboa\",\"align\":\"left\",\"title_color\":\"rgba(255,255,255,0.45)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.853},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(320,75,'_elementor_edit_mode','builder'),(321,75,'_elementor_template_type','footer'),(322,75,'_wpml_word_count','{\"total\":384,\"to_translate\":{\"en\":384}}'),(323,75,'_wpml_media_featured','1'),(324,75,'_wpml_media_duplicate','1'),(325,75,'_elementor_version','2.7.5'),(326,75,'_elementor_pro_version','2.7.3'),(327,75,'_edit_lock','1588585678:1'),(328,76,'_wp_attached_file','2019/11/donate.es_.png'),(329,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:456;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2019/11/donate.es_.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"donate.es_-300x58.png\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-100x88.png\";s:5:\"width\";i:100;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"donate.es_-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-100x88.png\";s:5:\"width\";i:100;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(330,77,'_wp_attached_file','2019/11/donate.es_.png'),(331,77,'wpml_media_processed','1'),(332,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:456;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2019/11/donate.es_.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"donate.es_-300x58.png\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"donate.es_-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-100x88.png\";s:5:\"width\";i:100;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"donate.es_-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"donate.es_-100x88.png\";s:5:\"width\";i:100;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,78,'_elementor_edit_mode','builder'),(334,78,'_elementor_template_type','footer'),(335,78,'_elementor_version','2.7.5'),(336,78,'_elementor_pro_version','2.7.3'),(337,75,'_wp_page_template','default'),(338,75,'_elementor_data','[{\"id\":\"184e2ca\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4f439a4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#273474\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7099595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"57f9408\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Todos los derechos reservados. The free conversation. Dise\\u00f1ado por <a href=\\\"https:\\/\\/factoryfy.es\\/\\\">Factoryfy<\\/a>.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"a, a:visited {\\r\\n color: white;\\r\\n}\\r\\na, a:visited:hover {\\r\\n color: #e54791;\\r\\n}\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cc9e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"404c207\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/donate.es_.png\",\"id\":76},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1bf13e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4f439a4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#273474\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"64380f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2e00215\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Todos los derechos reservados. The free conversation.<br>Dise\\u00f1ado por <a href=\\\"https:\\/\\/factoryfy.es\\/\\\">Factoryfy<\\/a>.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"a, a:visited {\\r\\n color: white;\\r\\n}\\r\\na, a:visited:hover {\\r\\n color: #e54791;\\r\\n}\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"60f2b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be9dfde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/donate.es_.png\",\"id\":76},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(339,79,'_elementor_edit_mode','builder'),(340,79,'_elementor_template_type','footer'),(341,79,'_elementor_version','2.7.5'),(342,79,'_elementor_pro_version','2.7.3'),(343,79,'_wp_page_template','default'),(344,79,'_elementor_data','[{\"id\":\"184e2ca\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4f439a4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#273474\"},\"elements\":[{\"id\":\"7099595\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"57f9408\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Todos los derechos reservados. The free conversation. Dise\\u00f1ado por factoryfy.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cc9e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"404c207\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/donate.es_.png\",\"id\":76},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(346,75,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(350,81,'_elementor_edit_mode','builder'),(351,81,'_elementor_template_type','wp-page'),(352,81,'_elementor_version','2.7.5'),(353,81,'_elementor_pro_version','2.7.3'),(354,81,'_wp_page_template','default'),(355,81,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en: <b>Barcelona<\\/b>\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"44aa8ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.829},\"elements\":[{\"id\":\"9147cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Varsovia | Dubl\\u00edn | Lisboa\",\"align\":\"left\",\"title_color\":\"rgba(39,52,116,0.31)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.853},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(361,82,'_elementor_edit_mode','builder'),(362,82,'_elementor_template_type','wp-page'),(363,82,'_elementor_version','2.7.5'),(364,82,'_elementor_pro_version','2.7.3'),(365,82,'_wp_page_template','default'),(366,82,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en: <b>Barcelona<\\/b>\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"44aa8ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.829},\"elements\":[{\"id\":\"9147cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Varsovia | Dubl\\u00edn | Lisboa\",\"align\":\"left\",\"title_color\":\"rgba(39,52,116,0.31)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.853},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(367,82,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:5;s:7:\"_margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:15:\"background_ypos\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_color_b\";i:2;s:33:\"background_overlay_gradient_angle\";i:2;s:26:\"background_overlay_opacity\";i:2;s:18:\"overlay_blend_mode\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:5;s:13:\"custom_height\";i:1;s:6:\"layout\";i:3;s:16:\"content_position\";i:4;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:7;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:2;}s:21:\"section_shape_divider\";a:2:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:3;s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}}}s:23:\"jet-horizontal-timeline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_items\";a:1:{s:10:\"cards_list\";i:1;}}s:5:\"style\";a:5:{s:21:\"section_general_style\";a:1:{s:9:\"items_gap\";i:1;}s:19:\"section_cards_style\";a:2:{s:13:\"cards_padding\";i:1;s:23:\"cards_background_normal\";i:1;}s:19:\"section_image_style\";a:8:{s:12:\"image_margin\";i:1;s:32:\"card_title_typography_typography\";i:1;s:33:\"card_title_typography_font_family\";i:1;s:31:\"card_title_typography_font_size\";i:1;s:17:\"card_title_margin\";i:1;s:23:\"card_title_normal_color\";i:1;s:16:\"card_desc_margin\";i:1;s:22:\"card_desc_normal_color\";i:1;}s:18:\"section_meta_style\";a:2:{s:26:\"meta_typography_typography\";i:1;s:25:\"meta_typography_font_size\";i:1;}s:19:\"section_point_style\";a:2:{s:18:\"point_normal_color\";i:1;s:29:\"point_normal_background_color\";i:1;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:2;s:17:\"member_first_name\";i:2;s:16:\"member_last_name\";i:2;s:15:\"member_position\";i:2;s:18:\"member_description\";i:2;s:11:\"social_list\";i:2;}}s:5:\"style\";a:4:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:2;s:11:\"image_width\";i:2;s:19:\"image_border_radius\";i:2;s:12:\"image_margin\";i:2;}s:30:\"section_team_member_name_style\";a:6:{s:16:\"first_name_color\";i:2;s:32:\"first_name_typography_typography\";i:2;s:33:\"first_name_typography_font_family\";i:2;s:15:\"last_name_color\";i:2;s:31:\"last_name_typography_typography\";i:2;s:32:\"last_name_typography_font_family\";i:2;}s:34:\"section_team_member_position_style\";a:3:{s:14:\"position_color\";i:2;s:30:\"position_typography_typography\";i:2;s:29:\"position_typography_font_size\";i:2;}s:25:\"section_social_list_style\";a:4:{s:17:\"social_icon_color\";i:2;s:20:\"social_icon_bg_color\";i:2;s:21:\"social_icon_font_size\";i:2;s:16:\"social_icon_size\";i:2;}}}}s:12:\"jet-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:1:{s:14:\"slides_to_show\";i:1;}}}}}'),(375,84,'_menu_item_type','custom'),(376,84,'_menu_item_menu_item_parent','0'),(377,84,'_menu_item_object_id','84'),(378,84,'_menu_item_object','custom'),(379,84,'_menu_item_target',''),(380,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(381,84,'_menu_item_xfn',''),(382,84,'_menu_item_url','#'),(384,85,'_menu_item_type','custom'),(385,85,'_menu_item_menu_item_parent','0'),(386,85,'_menu_item_object_id','85'),(387,85,'_menu_item_object','custom'),(388,85,'_menu_item_target',''),(389,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(390,85,'_menu_item_xfn',''),(391,85,'_menu_item_url','#'),(401,87,'_menu_item_type','custom'),(402,87,'_menu_item_menu_item_parent','0'),(403,87,'_menu_item_object_id','87'),(404,87,'_menu_item_object','custom'),(405,87,'_menu_item_target',''),(406,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(407,87,'_menu_item_xfn',''),(408,87,'_menu_item_url','#'),(410,88,'_menu_item_type','custom'),(411,88,'_menu_item_menu_item_parent','0'),(412,88,'_menu_item_object_id','88'),(413,88,'_menu_item_object','custom'),(414,88,'_menu_item_target',''),(415,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,88,'_menu_item_xfn',''),(417,88,'_menu_item_url','#'),(419,84,'_elementor_controls_usage','a:0:{}'),(420,85,'_elementor_controls_usage','a:0:{}'),(421,87,'_elementor_controls_usage','a:0:{}'),(422,88,'_elementor_controls_usage','a:0:{}'),(423,89,'_elementor_edit_mode','builder'),(424,89,'_elementor_template_type','wp-page'),(425,89,'_elementor_version','2.7.5'),(426,89,'_elementor_pro_version','2.7.3'),(427,89,'_wp_page_template','default'),(428,89,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.789},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"44aa8ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55.377},\"elements\":[{\"id\":\"8fb2daf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"9147cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Varsovia | Dubl\\u00edn | Lisboa\",\"align\":\"left\",\"title_color\":\"rgba(39,52,116,0.31)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.853},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(430,90,'_elementor_edit_mode','builder'),(431,90,'_elementor_template_type','section'),(432,90,'_wpml_word_count','{\"total\":364,\"to_translate\":{\"en\":364}}'),(433,90,'_wpml_media_featured','1'),(434,90,'_wpml_media_duplicate','1'),(435,90,'_elementor_version','2.7.5'),(436,90,'_elementor_pro_version','2.7.3'),(437,90,'_edit_lock','1588580300:1'),(446,92,'_elementor_edit_mode','builder'),(447,92,'_elementor_template_type','section'),(448,92,'_elementor_version','2.7.5'),(449,92,'_elementor_pro_version','2.7.3'),(450,90,'_wp_page_template','default'),(451,90,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#0c0c0c\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#0f0f0f\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#1c1c1c\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_thumbnail_size_size\":\"full\",\"cards_show_badge\":\"\",\"cards_card_border_color\":\"#2b2b2b\",\"cards_meta_data\":[\"date\"],\"cards_posts_per_page\":3,\"posts_include\":[\"terms\"],\"posts_include_term_ids\":[\"33\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(452,93,'_elementor_edit_mode','builder'),(453,93,'_elementor_template_type','section'),(454,93,'_elementor_version','2.7.5'),(455,93,'_elementor_pro_version','2.7.3'),(456,93,'_wp_page_template','default'),(457,93,'_elementor_data','[{\"id\":\"b6c8c4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1df881\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1e0a401\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ad23db5\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(459,94,'_elementor_edit_mode','builder'),(460,94,'_elementor_template_type','wp-page'),(461,94,'_elementor_version','2.7.5'),(462,94,'_elementor_pro_version','2.7.3'),(463,94,'_wp_page_template','default'),(464,94,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.789},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"44aa8ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.537},\"elements\":[{\"id\":\"8fb2daf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"9147cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Varsovia | Dubl\\u00edn | Lisboa\",\"align\":\"left\",\"title_color\":\"rgba(39,52,116,0.31)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.693},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"\\\"Las cosas no son tan importantes\\\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(467,90,'_wpml_location_migration_done','1'),(468,95,'_elementor_edit_mode','builder'),(469,95,'_elementor_template_type','section'),(470,95,'_elementor_version','2.7.5'),(471,95,'_elementor_pro_version','2.7.3'),(472,95,'_wp_page_template','default'),(473,95,'_elementor_data','[{\"id\":\"b6c8c4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1df881\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1e0a401\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ad23db5\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\",\"button_color\":\"#273474\",\"button_background_color\":\"#ffffff\",\"button_hover_color\":\"#e54791\",\"button_hover_background_color\":\"#e8e8e8\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(484,98,'_elementor_edit_mode','builder'),(485,98,'_elementor_template_type','wp-page'),(486,98,'_elementor_version','2.7.5'),(487,98,'_elementor_pro_version','2.7.3'),(488,98,'_wp_page_template','default'),(489,98,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.789},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"44aa8ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.537},\"elements\":[{\"id\":\"9147cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Varsovia | Dubl\\u00edn | Lisboa\",\"align\":\"left\",\"title_color\":\"rgba(39,52,116,0.31)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.693},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7891f1d\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(494,99,'_elementor_edit_mode','builder'),(495,99,'_elementor_template_type','wp-page'),(496,99,'_elementor_version','2.7.5'),(497,99,'_elementor_pro_version','2.7.3'),(498,99,'_wp_page_template','default'),(499,99,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"fade\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color_active\":\"#273474\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(503,100,'_elementor_edit_mode','builder'),(504,100,'_elementor_template_type','wp-page'),(505,100,'_elementor_version','2.7.5'),(506,100,'_elementor_pro_version','2.7.3'),(507,100,'_wp_page_template','default'),(508,100,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"fade\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(509,100,'_elementor_css','a:5:{s:4:\"time\";i:1575274186;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(511,101,'_elementor_edit_mode','builder'),(512,101,'_elementor_template_type','wp-page'),(513,101,'_elementor_version','2.7.5'),(514,101,'_elementor_pro_version','2.7.3'),(515,101,'_wp_page_template','default'),(516,101,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(520,102,'_elementor_edit_mode','builder'),(521,102,'_elementor_template_type','wp-page'),(522,102,'_elementor_version','2.7.5'),(523,102,'_elementor_pro_version','2.7.3'),(524,102,'_wp_page_template','default'),(525,102,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(526,102,'_elementor_css','a:5:{s:4:\"time\";i:1575274311;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(528,103,'_elementor_edit_mode','builder'),(529,103,'_elementor_template_type','section'),(530,103,'_elementor_version','2.7.5'),(531,103,'_elementor_pro_version','2.7.3'),(532,103,'_wp_page_template','default'),(533,103,'_elementor_data','[{\"id\":\"b6c8c4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1df881\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1e0a401\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad23db5\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\",\"button_color\":\"#273474\",\"button_background_color\":\"#ffffff\",\"button_hover_color\":\"#e54791\",\"button_hover_background_color\":\"#e8e8e8\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(534,103,'_elementor_css','a:5:{s:4:\"time\";i:1575273841;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(538,104,'_elementor_edit_mode','builder'),(539,104,'_elementor_template_type','wp-page'),(540,104,'_elementor_version','2.7.5'),(541,104,'_elementor_pro_version','2.7.3'),(542,104,'_wp_page_template','default'),(543,104,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(544,104,'_elementor_css','a:5:{s:4:\"time\";i:1575274391;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(547,105,'_elementor_edit_mode','builder'),(548,105,'_elementor_template_type','section'),(549,105,'_elementor_version','2.7.5'),(550,105,'_elementor_pro_version','2.7.3'),(551,105,'_wp_page_template','default'),(552,105,'_elementor_data','[{\"id\":\"b6c8c4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1df881\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1e0a401\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad23db5\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\",\"show_card_arrows\":\"\",\"button_color\":\"#273474\",\"button_background_color\":\"#ffffff\",\"button_hover_color\":\"#e54791\",\"button_hover_background_color\":\"#e8e8e8\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(553,105,'_elementor_css','a:5:{s:4:\"time\";i:1575274424;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(556,106,'_elementor_edit_mode','builder'),(557,106,'_elementor_template_type','wp-page'),(558,106,'_elementor_version','2.7.5'),(559,106,'_elementor_pro_version','2.7.3'),(560,106,'_wp_page_template','default'),(561,106,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(562,106,'_elementor_css','a:5:{s:4:\"time\";i:1575274434;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(565,107,'_elementor_edit_mode','builder'),(566,107,'_elementor_template_type','wp-page'),(567,107,'_elementor_version','2.7.5'),(568,107,'_elementor_pro_version','2.7.3'),(569,107,'_wp_page_template','default'),(570,107,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.515},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(571,107,'_elementor_css','a:5:{s:4:\"time\";i:1575274516;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(573,108,'_elementor_edit_mode','builder'),(574,108,'_elementor_template_type','section'),(575,108,'_elementor_version','2.7.5'),(576,108,'_elementor_pro_version','2.7.3'),(577,108,'_wp_page_template','default'),(578,108,'_elementor_data','[{\"id\":\"b6c8c4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1df881\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e0a401\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad23db5\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Laura, 32 a\\u00f1os | Barcelona\",\"item_desc\":\"It took me a while to think about how to explain my 5 years old child about my brother being gay and marrying a man. <br>The conversation went like this: Bryan, love has no gender, your uncles is marrying a man<br><br>\\\"Mom, I want chocolate cookies.\\\"\",\"item_meta\":\"\",\"_id\":\"d7be06e\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona3.jpg\",\"id\":41},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"R\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Lewis 51 y.o | Barcelona\",\"item_desc\":\"Is it O.K to hate someone? Wouldn\\u00b4t be against human natura if i try to eliminate this feeling? <br>I mean, we are animals, we love, we eat but we also hate.<br><br><br>\\\"I want to make 0 effort to fit insociety\\\"<br>\",\"item_meta\":\"\",\"_id\":\"454a280\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona1.jpg\",\"id\":45},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"L\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Wendy 33 y.o | Barcelona\",\"item_desc\":\"My boyfriend died in a car accident 4 years ago, when they found him he had a ring in his left pocket, i never said it to anyone before but i feel so released now.<br><br><br><br>\",\"item_meta\":\"\",\"_id\":\"9518cd1\",\"is_item_active\":\"\",\"show_item_image\":\"yes\",\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/persona2.jpg\",\"id\":43},\"item_image_size\":\"full\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"text\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"W\",\"item_btn_text\":\"Leer m\\u00e1s\",\"item_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"items_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"cards_background_normal\":\"#273474\",\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"card_title_typography_typography\":\"custom\",\"card_title_typography_font_family\":\"Prata\",\"card_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"card_title_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_title_normal_color\":\"#e54791\",\"card_desc_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"card_desc_normal_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"point_normal_color\":\"#ffffff\",\"point_normal_background_color\":\"#273474\",\"show_card_arrows\":\"\",\"button_color\":\"#273474\",\"button_background_color\":\"#ffffff\",\"button_hover_color\":\"#e54791\",\"button_hover_background_color\":\"#e8e8e8\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(579,108,'_elementor_css','a:5:{s:4:\"time\";i:1575274505;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(583,109,'_elementor_edit_mode','builder'),(584,109,'_elementor_template_type','wp-page'),(585,109,'_elementor_version','2.7.5'),(586,109,'_elementor_pro_version','2.7.3'),(587,109,'_wp_page_template','default'),(588,109,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.006,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.02},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(589,109,'_elementor_css','a:5:{s:4:\"time\";i:1575274610;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(592,110,'_elementor_edit_mode','builder'),(593,110,'_elementor_template_type','wp-page'),(594,110,'_elementor_version','2.7.5'),(595,110,'_elementor_pro_version','2.7.3'),(596,110,'_wp_page_template','default'),(597,110,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.006,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.02},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(598,110,'_elementor_css','a:5:{s:4:\"time\";i:1575274753;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(600,111,'_elementor_edit_mode','builder'),(601,111,'_elementor_template_type','wp-page'),(602,111,'_elementor_version','2.7.5'),(603,111,'_elementor_pro_version','2.7.3'),(604,111,'_wp_page_template','default'),(605,111,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.006,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.02},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(608,112,'_elementor_edit_mode','builder'),(609,112,'_elementor_template_type','wp-page'),(610,112,'_elementor_version','2.7.5'),(611,112,'_elementor_pro_version','2.7.3'),(612,112,'_wp_page_template','default'),(613,112,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.006,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.02},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(614,112,'_elementor_css','a:5:{s:4:\"time\";i:1575274885;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:12;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(616,113,'_elementor_edit_mode','builder'),(617,113,'_elementor_template_type','wp-page'),(618,113,'_elementor_version','2.7.5'),(619,113,'_elementor_pro_version','2.7.3'),(620,113,'_wp_page_template','default'),(621,113,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.006,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.02},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.854,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.172,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Un movimiento ya reconocido en :\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3f2c4e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15c3104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe2f1f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(633,116,'_elementor_edit_mode','builder'),(634,116,'_elementor_template_type','wp-page'),(635,116,'_elementor_version','2.7.5'),(636,116,'_elementor_pro_version','2.7.3'),(637,116,'_wp_page_template','default'),(638,116,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659fb80\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f07554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e761c01\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"6f1fc00\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1c87c92\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"bottom\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(647,118,'_elementor_edit_mode','builder'),(648,118,'_elementor_template_type','wp-page'),(649,118,'_elementor_version','2.7.5'),(650,118,'_elementor_pro_version','2.7.3'),(651,118,'_wp_page_template','default'),(652,118,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f45743c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2eac29a\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(655,119,'_elementor_edit_mode','builder'),(656,119,'_elementor_template_type','wp-page'),(657,119,'_elementor_version','2.7.5'),(658,119,'_elementor_pro_version','2.7.3'),(659,119,'_wp_page_template','default'),(660,119,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f45743c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2eac29a\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(661,119,'_elementor_css','a:5:{s:4:\"time\";i:1576227435;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";i:28;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(664,120,'_elementor_edit_mode','builder'),(665,120,'_elementor_template_type','wp-page'),(666,120,'_elementor_version','2.7.5'),(667,120,'_elementor_pro_version','2.7.3'),(668,120,'_wp_page_template','default'),(669,120,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfComo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f45743c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2eac29a\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(670,120,'_elementor_css','a:5:{s:4:\"time\";i:1576227500;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";i:28;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(672,121,'_wpml_word_count','{\"total\":2552,\"to_translate\":{\"en\":2552}}'),(673,121,'_edit_lock','1588589308:1'),(674,122,'_elementor_edit_mode','builder'),(675,122,'_elementor_template_type','wp-page'),(676,122,'_elementor_version','2.7.5'),(677,122,'_elementor_pro_version','2.7.3'),(678,122,'_wp_page_template','default'),(679,122,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfComo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socio\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f45743c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2eac29a\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(682,121,'_edit_last','1'),(683,121,'_generate-sidebar-layout-meta','no-sidebar'),(684,121,'_generate-disable-headline','true'),(685,121,'_generate-disable-post-image','true'),(686,121,'_wpml_media_duplicate','1'),(687,121,'_wpml_media_featured','1'),(688,121,'_elementor_edit_mode','builder'),(689,121,'_elementor_template_type','wp-page'),(690,121,'_elementor_version','2.7.5'),(691,121,'_elementor_pro_version','2.7.3'),(692,124,'_elementor_edit_mode','builder'),(693,124,'_elementor_template_type','wp-page'),(694,124,'_elementor_version','2.7.5'),(695,124,'_elementor_pro_version','2.7.3'),(696,124,'_wp_page_template','default'),(697,124,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfComo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f45743c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2eac29a\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(707,31,'_elementor_inline_svg','<svg id=\"Capa_1\" data-name=\"Capa 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 694.17 261.41\"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#e54791;}.cls-3{fill:#e50f52;}.cls-4{fill:#ffd100;}.cls-5{fill:#169bd8;}.cls-6{fill:#273474;}.cls-7{fill:#00a18d;}.cls-8{fill:#97d2d8;}.cls-9{fill:#504998;}</style></defs><title>TFCM-logo-blanco</title><path class=\"cls-1\" d=\"M250.42,27H235.74V19.06h38.08V27H259.15V65.34h-8.73Z\"/><path class=\"cls-1\" d=\"M286.6,19.06V37.18a12,12,0,0,1,10.18-4.89c9.26,0,13.36,6.27,13.36,15.86V65.34h-8.07V48.22c0-5.95-3.11-8.47-7.4-8.47-4.76,0-8.07,4-8.07,8.93V65.34h-8.06V19.06Z\"/><path class=\"cls-1\" d=\"M323.84,51.92c.53,4,4,6.94,9.72,6.94,3,0,6.87-1.13,8.72-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29-11.24,0-17.91-6.94-17.91-17.39,0-9.91,6.74-17,17.32-17,10.91,0,17.72,6.74,16.46,20.16Zm17.72-6.68c-.53-4.23-3.84-6.34-8.47-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M369.48,65.34V19.13h33.25v8.39H378.21V40.15h23.2v8.07h-23.2V65.34Z\"/><path class=\"cls-1\" d=\"M415.64,32.75l.6,3.77c2.51-4,5.88-4.63,9.19-4.63A12.32,12.32,0,0,1,433.82,35l-3.63,7a8.1,8.1,0,0,0-5.82-2.11c-4.23,0-8.13,2.25-8.13,8.26V65.34h-8.07V32.75Z\"/><path class=\"cls-1\" d=\"M443.75,51.92c.54,4,4,6.94,9.72,6.94,3,0,6.88-1.13,8.73-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29-11.24,0-17.91-6.94-17.91-17.39,0-9.91,6.74-17,17.32-17,10.9,0,17.71,6.74,16.46,20.16Zm17.72-6.68c-.53-4.23-3.83-6.34-8.46-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M482.31,51.92c.54,4,4,6.94,9.73,6.94,3,0,6.87-1.13,8.72-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29C480.66,66.2,474,59.26,474,48.81c0-9.91,6.74-17,17.32-17,10.9,0,17.71,6.74,16.46,20.16ZM500,45.24c-.52-4.23-3.83-6.34-8.46-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M279.24,122.36a24.41,24.41,0,0,1-17.59,6.87c-17.18,0-24.45-11.83-24.52-23.86S244.93,81,261.65,81a23.86,23.86,0,0,1,17,7.08l-5.82,5.62a15.92,15.92,0,0,0-11.18-4.36c-11.16,0-16,8.32-15.92,16.06S250.22,121,261.65,121a17,17,0,0,0,11.64-4.7Z\"/><path class=\"cls-1\" d=\"M315.29,111.91c0,9.39-6.41,17-17,17s-16.93-7.6-16.93-17,6.48-17,16.86-17S315.29,102.59,315.29,111.91Zm-25.84,0c0,5,3,9.59,8.86,9.59s8.85-4.63,8.85-9.59-3.43-9.65-8.85-9.65C292.49,102.26,289.45,107,289.45,111.91Z\"/><path class=\"cls-1\" d=\"M344.86,128.18V111.12c0-5-2.71-8.73-7.86-8.73-5,0-8.34,4.17-8.34,9.13v16.66h-8V95.52h7.2l.53,4.43c3.31-3.24,6.61-4.89,10.71-4.89,7.67,0,13.82,5.75,13.82,16v17.13Z\"/><path class=\"cls-1\" d=\"M391.62,95.52l-13.88,32.79H369L355.06,95.52h8.8l4.49,10.78,5,13.74,5-13.62,4.5-10.9Z\"/><path class=\"cls-1\" d=\"M402.41,114.76c.54,4,4,6.94,9.72,6.94,3,0,6.88-1.12,8.73-3l5.16,5.09c-3.44,3.56-9.06,5.29-14,5.29-11.24,0-17.91-6.95-17.91-17.39,0-9.91,6.74-17.06,17.32-17.06,10.9,0,17.71,6.75,16.46,20.17Zm17.72-6.68c-.52-4.23-3.83-6.34-8.46-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M441.57,95.58l.6,3.77c2.51-4,5.88-4.62,9.19-4.62a12.36,12.36,0,0,1,8.39,3.1l-3.63,7a8.07,8.07,0,0,0-5.82-2.11c-4.23,0-8.13,2.24-8.13,8.26v17.19H434.1V95.58Z\"/><path class=\"cls-1\" d=\"M484.1,104.24a11,11,0,0,0-8.07-2.9c-3.84,0-5.95,1.19-5.95,3.24s1.92,3.3,6.08,3.57c6.15.39,13.95,1.78,13.95,10.44,0,5.75-4.7,10.71-14,10.71-5.16,0-10.32-.86-15.07-5.82l4-5.75c2.31,2.58,7.6,4.5,11.24,4.56,3,.07,5.88-1.52,5.88-3.9s-1.85-3.17-6.48-3.43c-6.14-.47-13.48-2.72-13.48-10.12S470,94.66,475.9,94.66c5.09,0,8.92,1,12.69,4.3Z\"/><path class=\"cls-1\" d=\"M521.13,95.58h7.73v32.6h-7.6l-.39-4.76c-1.86,3.83-6.94,5.68-10.58,5.75-9.65.06-16.79-5.89-16.79-17.32,0-11.24,7.47-17.12,17-17.06,4.36,0,8.52,2,10.38,5.29Zm-19.57,16.27c0,6.21,4.3,9.92,9.65,9.92,12.7,0,12.7-19.77,0-19.77C505.86,102,501.56,105.63,501.56,111.85Z\"/><path class=\"cls-1\" d=\"M545.68,86.4v9.25h9v6.94h-9.06v14.08c0,3.11,1.72,4.63,4.23,4.63a9.27,9.27,0,0,0,3.9-1l2.25,6.88a18.18,18.18,0,0,1-6.68,1.38c-7.07.27-11.7-3.76-11.7-11.9V102.59h-6.08V95.65h6.08V87.26Z\"/><path class=\"cls-1\" d=\"M569.49,86.4c0,6.28-9.52,6.28-9.52,0S569.49,80.12,569.49,86.4Zm-8.79,9v32.73h8.07V95.45Z\"/><path class=\"cls-1\" d=\"M609.16,111.91c0,9.39-6.41,17-17,17s-16.93-7.6-16.93-17,6.48-17,16.86-17S609.16,102.59,609.16,111.91Zm-25.84,0c0,5,3,9.59,8.86,9.59s8.85-4.63,8.85-9.59-3.43-9.65-8.85-9.65C586.36,102.26,583.32,107,583.32,111.91Z\"/><path class=\"cls-1\" d=\"M638.73,128.18V111.12c0-5-2.71-8.73-7.86-8.73-5,0-8.34,4.17-8.34,9.13v16.66h-8V95.52h7.2l.53,4.43c3.31-3.24,6.61-4.89,10.71-4.89,7.67,0,13.82,5.75,13.82,16v17.13Z\"/><path class=\"cls-1\" d=\"M675.05,104.24a11,11,0,0,0-8.07-2.9c-3.83,0-6,1.19-6,3.24s1.92,3.3,6.08,3.57c6.15.39,13.95,1.78,13.95,10.44,0,5.75-4.69,10.71-14,10.71-5.16,0-10.31-.86-15.07-5.82l4-5.75c2.31,2.58,7.61,4.5,11.24,4.56,3,.07,5.88-1.52,5.88-3.9s-1.84-3.17-6.47-3.43c-6.15-.47-13.49-2.72-13.49-10.12s7.8-10.18,13.75-10.18c5.09,0,8.92,1,12.69,4.3Z\"/><path class=\"cls-1\" d=\"M278.78,157.49l-15.07,20.1H262l-14.74-20.16v33.64h-8.73V144.8h10L263,164.7l14.48-19.9h10v46.27h-8.72Z\"/><path class=\"cls-1\" d=\"M327.53,174.75c0,9.38-6.41,17-17,17s-16.92-7.61-16.92-17,6.47-17,16.86-17S327.53,165.42,327.53,174.75Zm-25.85,0c0,4.95,3,9.58,8.86,9.58s8.86-4.63,8.86-9.58-3.44-9.65-8.86-9.65C304.72,165.1,301.68,169.85,301.68,174.75Z\"/><path class=\"cls-1\" d=\"M366.23,158.35l-13.89,32.79h-8.72l-13.95-32.79h8.79l4.5,10.78,5,13.75,5-13.62,4.5-10.91Z\"/><path class=\"cls-1\" d=\"M377,177.59c.53,4,4,6.94,9.72,6.94,3,0,6.87-1.12,8.72-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29-11.24,0-17.91-6.94-17.91-17.39,0-9.92,6.74-17,17.32-17,10.91,0,17.72,6.74,16.46,20.16Zm17.72-6.68c-.53-4.23-3.84-6.35-8.46-6.35-4.37,0-7.94,2.12-9.13,6.35Z\"/><path class=\"cls-1\" d=\"M429.73,191V173.56c0-4.3-2.25-8.2-6.68-8.2s-6.94,3.9-6.94,8.2V191H408V158.35h7.47l.6,4c1.72-3.31,5.49-4.5,8.59-4.5,3.91,0,7.8,1.59,9.65,6.09a11.82,11.82,0,0,1,10.91-6c9.26,0,13.82,5.69,13.82,15.47V191H451V173.42c0-4.29-1.78-7.93-6.14-7.93s-7.08,3.77-7.08,8.07V191Z\"/><path class=\"cls-1\" d=\"M474.19,177.59c.52,4,4,6.94,9.71,6.94,3,0,6.88-1.12,8.73-3l5.15,5.09c-3.44,3.57-9,5.29-14,5.29-11.24,0-17.92-6.94-17.92-17.39,0-9.92,6.75-17,17.33-17,10.9,0,17.71,6.74,16.46,20.16Zm17.71-6.68c-.53-4.23-3.83-6.35-8.46-6.35-4.37,0-7.93,2.12-9.12,6.35Z\"/><path class=\"cls-1\" d=\"M529.87,191V174c0-5-2.71-8.72-7.87-8.72-5,0-8.33,4.16-8.33,9.12V191h-8V158.35h7.21l.52,4.43c3.31-3.24,6.61-4.89,10.72-4.89,7.66,0,13.81,5.75,13.81,16V191Z\"/><path class=\"cls-1\" d=\"M554.87,149.23v9.26h9v6.93H554.8v14.09c0,3.1,1.73,4.62,4.23,4.62a9.17,9.17,0,0,0,3.91-1l2.25,6.88a18.23,18.23,0,0,1-6.68,1.39c-7.08.26-11.71-3.77-11.71-11.9V165.42h-6.08v-6.93h6.08v-8.4Z\"/><path class=\"cls-1\" d=\"M579.21,186.84c0,6.28-9.52,6.28-9.52,0S579.21,180.57,579.21,186.84Z\"/><polygon class=\"cls-2\" points=\"18.94 105.16 18.94 191.25 105.04 105.16 18.94 105.16\"/><polygon class=\"cls-3\" points=\"191.13 105.16 191.13 19.06 105.04 105.16 191.13 105.16\"/><polygon class=\"cls-4\" points=\"191.13 19.06 105.04 19.06 105.04 105.16 191.13 19.06\"/><polygon class=\"cls-5\" points=\"18.94 19.06 18.94 105.16 105.04 105.16 18.94 19.06\"/><polygon class=\"cls-6\" points=\"105.04 19.06 18.94 19.06 105.04 105.16 105.04 19.06\"/><polygon class=\"cls-7\" points=\"105.04 105.16 191.13 191.25 191.13 105.16 105.04 105.16\"/><polygon class=\"cls-8\" points=\"191.13 191.25 105.04 105.16 105.04 186.62 105.04 190.73 105.04 191.25 105.04 242.35 121.28 214.22 134.53 191.25 137.21 191.25 191.13 191.25\"/><polygon class=\"cls-9\" points=\"18.94 191.25 72.86 191.25 75.54 191.25 88.8 214.22 105.04 242.35 105.04 191.25 105.04 190.73 105.04 186.62 105.04 105.16 18.94 191.25\"/></svg>'),(708,16,'_elementor_inline_svg','<svg id=\"Capa_1\" data-name=\"Capa 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 700 261.41\"><defs><style>.cls-1{fill:#3d3d3b;}.cls-2{fill:#e54791;}.cls-3{fill:#e50f52;}.cls-4{fill:#ffd100;}.cls-5{fill:#169bd8;}.cls-6{fill:#273474;}.cls-7{fill:#00a18d;}.cls-8{fill:#97d2d8;}.cls-9{fill:#504998;}</style></defs><title>TFCM-logo</title><path class=\"cls-1\" d=\"M250.42,27H235.74V19.06h38.08V27H259.15V65.34h-8.73Z\"/><path class=\"cls-1\" d=\"M286.6,19.06V37.18a12,12,0,0,1,10.18-4.89c9.26,0,13.36,6.27,13.36,15.86V65.34h-8.07V48.22c0-5.95-3.11-8.47-7.4-8.47-4.76,0-8.07,4-8.07,8.93V65.34h-8.06V19.06Z\"/><path class=\"cls-1\" d=\"M323.84,51.92c.53,4,4,6.94,9.72,6.94,3,0,6.87-1.13,8.72-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29-11.24,0-17.91-6.94-17.91-17.39,0-9.91,6.74-17,17.32-17,10.91,0,17.72,6.74,16.46,20.16Zm17.72-6.68c-.53-4.23-3.84-6.34-8.47-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M369.48,65.34V19.13h33.25v8.39H378.21V40.15h23.2v8.07h-23.2V65.34Z\"/><path class=\"cls-1\" d=\"M415.64,32.75l.6,3.77c2.51-4,5.88-4.63,9.19-4.63A12.32,12.32,0,0,1,433.82,35l-3.63,7a8.1,8.1,0,0,0-5.82-2.11c-4.23,0-8.13,2.25-8.13,8.26V65.34h-8.07V32.75Z\"/><path class=\"cls-1\" d=\"M443.75,51.92c.54,4,4,6.94,9.72,6.94,3,0,6.88-1.13,8.73-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29-11.24,0-17.91-6.94-17.91-17.39,0-9.91,6.74-17,17.32-17,10.9,0,17.71,6.74,16.46,20.16Zm17.72-6.68c-.53-4.23-3.83-6.34-8.46-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M482.31,51.92c.54,4,4,6.94,9.73,6.94,3,0,6.87-1.13,8.72-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29C480.66,66.2,474,59.26,474,48.81c0-9.91,6.74-17,17.32-17,10.9,0,17.71,6.74,16.46,20.16ZM500,45.24c-.52-4.23-3.83-6.34-8.46-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M279.24,122.36a24.41,24.41,0,0,1-17.59,6.87c-17.18,0-24.45-11.83-24.52-23.86S244.93,81,261.65,81a23.86,23.86,0,0,1,17,7.08l-5.82,5.62a15.92,15.92,0,0,0-11.18-4.36c-11.16,0-16,8.32-15.92,16.06S250.22,121,261.65,121a17,17,0,0,0,11.64-4.7Z\"/><path class=\"cls-1\" d=\"M315.29,111.91c0,9.39-6.41,17-17,17s-16.93-7.6-16.93-17,6.48-17,16.86-17S315.29,102.59,315.29,111.91Zm-25.84,0c0,5,3,9.59,8.86,9.59s8.85-4.63,8.85-9.59-3.43-9.65-8.85-9.65C292.49,102.26,289.45,107,289.45,111.91Z\"/><path class=\"cls-1\" d=\"M344.86,128.18V111.12c0-5-2.71-8.73-7.86-8.73-5,0-8.34,4.17-8.34,9.13v16.66h-8V95.52h7.2l.53,4.43c3.31-3.24,6.61-4.89,10.71-4.89,7.67,0,13.82,5.75,13.82,16v17.13Z\"/><path class=\"cls-1\" d=\"M391.62,95.52l-13.88,32.79H369L355.06,95.52h8.8l4.49,10.78,5,13.74,5-13.62,4.5-10.9Z\"/><path class=\"cls-1\" d=\"M402.41,114.76c.54,4,4,6.94,9.72,6.94,3,0,6.88-1.12,8.73-3l5.16,5.09c-3.44,3.56-9.06,5.29-14,5.29-11.24,0-17.91-6.95-17.91-17.39,0-9.91,6.74-17.06,17.32-17.06,10.9,0,17.71,6.75,16.46,20.17Zm17.72-6.68c-.52-4.23-3.83-6.34-8.46-6.34-4.36,0-7.93,2.11-9.12,6.34Z\"/><path class=\"cls-1\" d=\"M441.57,95.58l.6,3.77c2.51-4,5.88-4.62,9.19-4.62a12.36,12.36,0,0,1,8.39,3.1l-3.63,7a8.07,8.07,0,0,0-5.82-2.11c-4.23,0-8.13,2.24-8.13,8.26v17.19H434.1V95.58Z\"/><path class=\"cls-1\" d=\"M484.1,104.24a11,11,0,0,0-8.07-2.9c-3.84,0-5.95,1.19-5.95,3.24s1.92,3.3,6.08,3.57c6.15.39,13.95,1.78,13.95,10.44,0,5.75-4.7,10.71-14,10.71-5.16,0-10.32-.86-15.07-5.82l4-5.75c2.31,2.58,7.6,4.5,11.24,4.56,3,.07,5.88-1.52,5.88-3.9s-1.85-3.17-6.48-3.43c-6.14-.47-13.48-2.72-13.48-10.12S470,94.66,475.9,94.66c5.09,0,8.92,1,12.69,4.3Z\"/><path class=\"cls-1\" d=\"M521.13,95.58h7.73v32.6h-7.6l-.39-4.76c-1.86,3.83-6.94,5.68-10.58,5.75-9.65.06-16.79-5.89-16.79-17.32,0-11.24,7.47-17.12,17-17.06,4.36,0,8.52,2,10.38,5.29Zm-19.57,16.27c0,6.21,4.3,9.92,9.65,9.92,12.7,0,12.7-19.77,0-19.77C505.86,102,501.56,105.63,501.56,111.85Z\"/><path class=\"cls-1\" d=\"M545.68,86.4v9.25h9v6.94h-9.06v14.08c0,3.11,1.72,4.63,4.23,4.63a9.27,9.27,0,0,0,3.9-1l2.25,6.88a18.18,18.18,0,0,1-6.68,1.38c-7.07.27-11.7-3.76-11.7-11.9V102.59h-6.08V95.65h6.08V87.26Z\"/><path class=\"cls-1\" d=\"M569.49,86.4c0,6.28-9.52,6.28-9.52,0S569.49,80.12,569.49,86.4Zm-8.79,9v32.73h8.07V95.45Z\"/><path class=\"cls-1\" d=\"M609.16,111.91c0,9.39-6.41,17-17,17s-16.93-7.6-16.93-17,6.48-17,16.86-17S609.16,102.59,609.16,111.91Zm-25.84,0c0,5,3,9.59,8.86,9.59s8.85-4.63,8.85-9.59-3.43-9.65-8.85-9.65C586.36,102.26,583.32,107,583.32,111.91Z\"/><path class=\"cls-1\" d=\"M638.73,128.18V111.12c0-5-2.71-8.73-7.86-8.73-5,0-8.34,4.17-8.34,9.13v16.66h-8V95.52h7.2l.53,4.43c3.31-3.24,6.61-4.89,10.71-4.89,7.67,0,13.82,5.75,13.82,16v17.13Z\"/><path class=\"cls-1\" d=\"M675.05,104.24a11,11,0,0,0-8.07-2.9c-3.83,0-6,1.19-6,3.24s1.92,3.3,6.08,3.57c6.15.39,13.95,1.78,13.95,10.44,0,5.75-4.69,10.71-14,10.71-5.16,0-10.31-.86-15.07-5.82l4-5.75c2.31,2.58,7.61,4.5,11.24,4.56,3,.07,5.88-1.52,5.88-3.9s-1.84-3.17-6.47-3.43c-6.15-.47-13.49-2.72-13.49-10.12s7.8-10.18,13.75-10.18c5.09,0,8.92,1,12.69,4.3Z\"/><path class=\"cls-1\" d=\"M278.78,157.49l-15.07,20.1H262l-14.74-20.16v33.64h-8.73V144.8h10L263,164.7l14.48-19.9h10v46.27h-8.72Z\"/><path class=\"cls-1\" d=\"M327.53,174.75c0,9.38-6.41,17-17,17s-16.92-7.61-16.92-17,6.47-17,16.86-17S327.53,165.42,327.53,174.75Zm-25.85,0c0,4.95,3,9.58,8.86,9.58s8.86-4.63,8.86-9.58-3.44-9.65-8.86-9.65C304.72,165.1,301.68,169.85,301.68,174.75Z\"/><path class=\"cls-1\" d=\"M366.23,158.35l-13.89,32.79h-8.72l-13.95-32.79h8.79l4.5,10.78,5,13.75,5-13.62,4.5-10.91Z\"/><path class=\"cls-1\" d=\"M377,177.59c.53,4,4,6.94,9.72,6.94,3,0,6.87-1.12,8.72-3l5.16,5.09c-3.44,3.57-9.06,5.29-14,5.29-11.24,0-17.91-6.94-17.91-17.39,0-9.92,6.74-17,17.32-17,10.91,0,17.72,6.74,16.46,20.16Zm17.72-6.68c-.53-4.23-3.84-6.35-8.46-6.35-4.37,0-7.94,2.12-9.13,6.35Z\"/><path class=\"cls-1\" d=\"M429.73,191V173.56c0-4.3-2.25-8.2-6.68-8.2s-6.94,3.9-6.94,8.2V191H408V158.35h7.47l.6,4c1.72-3.31,5.49-4.5,8.59-4.5,3.91,0,7.8,1.59,9.65,6.09a11.82,11.82,0,0,1,10.91-6c9.26,0,13.82,5.69,13.82,15.47V191H451V173.42c0-4.29-1.78-7.93-6.14-7.93s-7.08,3.77-7.08,8.07V191Z\"/><path class=\"cls-1\" d=\"M474.19,177.59c.52,4,4,6.94,9.71,6.94,3,0,6.88-1.12,8.73-3l5.15,5.09c-3.44,3.57-9,5.29-14,5.29-11.24,0-17.92-6.94-17.92-17.39,0-9.92,6.75-17,17.33-17,10.9,0,17.71,6.74,16.46,20.16Zm17.71-6.68c-.53-4.23-3.83-6.35-8.46-6.35-4.37,0-7.93,2.12-9.12,6.35Z\"/><path class=\"cls-1\" d=\"M529.87,191V174c0-5-2.71-8.72-7.87-8.72-5,0-8.33,4.16-8.33,9.12V191h-8V158.35h7.21l.52,4.43c3.31-3.24,6.61-4.89,10.72-4.89,7.66,0,13.81,5.75,13.81,16V191Z\"/><path class=\"cls-1\" d=\"M554.87,149.23v9.26h9v6.93H554.8v14.09c0,3.1,1.73,4.62,4.23,4.62a9.17,9.17,0,0,0,3.91-1l2.25,6.88a18.23,18.23,0,0,1-6.68,1.39c-7.08.26-11.71-3.77-11.71-11.9V165.42h-6.08v-6.93h6.08v-8.4Z\"/><path class=\"cls-1\" d=\"M579.21,186.84c0,6.28-9.52,6.28-9.52,0S579.21,180.57,579.21,186.84Z\"/><polygon class=\"cls-2\" points=\"18.94 105.16 18.94 191.25 105.04 105.16 18.94 105.16\"/><polygon class=\"cls-3\" points=\"191.13 105.16 191.13 19.06 105.04 105.16 191.13 105.16\"/><polygon class=\"cls-4\" points=\"191.13 19.06 105.04 19.06 105.04 105.16 191.13 19.06\"/><polygon class=\"cls-5\" points=\"18.94 19.06 18.94 105.16 105.04 105.16 18.94 19.06\"/><polygon class=\"cls-6\" points=\"105.04 19.06 18.94 19.06 105.04 105.16 105.04 19.06\"/><polygon class=\"cls-7\" points=\"105.04 105.16 191.13 191.25 191.13 105.16 105.04 105.16\"/><polygon class=\"cls-8\" points=\"191.13 191.25 105.04 105.16 105.04 186.62 105.04 190.73 105.04 191.25 105.04 242.35 121.28 214.22 134.53 191.25 137.21 191.25 191.13 191.25\"/><polygon class=\"cls-9\" points=\"18.94 191.25 72.86 191.25 75.54 191.25 88.8 214.22 105.04 242.35 105.04 191.25 105.04 190.73 105.04 186.62 105.04 105.16 18.94 191.25\"/></svg>'),(709,121,'_wp_page_template','default'),(710,121,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f499803\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"018cc92\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ac56e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6d5e126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet.\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"6\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Semestral\\nMensual\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(711,126,'_elementor_controls_usage','a:0:{}'),(712,126,'_elementor_edit_mode','builder'),(713,126,'_elementor_template_type','wp-page'),(714,126,'_elementor_version','2.7.5'),(715,126,'_elementor_pro_version','2.7.3'),(716,126,'_wp_page_template','default'),(717,126,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"f1eb37b\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"ESPA\\u00d1A\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Send\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"_css_classes\":\"formulario\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(719,121,'_wpml_location_migration_done','1'),(720,127,'_elementor_edit_mode','builder'),(721,127,'_elementor_template_type','wp-page'),(722,127,'_elementor_version','2.7.5'),(723,127,'_elementor_pro_version','2.7.3'),(724,127,'_wp_page_template','default'),(725,127,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"f1eb37b\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"ESPA\\u00d1A\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Send\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"_css_classes\":\"formulario\",\"custom_css\":\"@media (min-width: 768px)\\n.elementor-column.elementor-col-20, .elementor-column[data-col=\\\"20\\\"] {\\n width: 4%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(726,127,'_elementor_css','a:5:{s:4:\"time\";i:1576579735;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(729,128,'_elementor_edit_mode','builder'),(730,128,'_elementor_template_type','wp-page'),(731,128,'_elementor_version','2.7.5'),(732,128,'_elementor_pro_version','2.7.3'),(733,128,'_wp_page_template','default'),(734,128,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"f1eb37b\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"ESPA\\u00d1A\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Send\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"label_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(735,128,'_elementor_css','a:5:{s:4:\"time\";i:1576580059;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(738,129,'_elementor_edit_mode','builder'),(739,129,'_elementor_template_type','wp-page'),(740,129,'_elementor_version','2.7.5'),(741,129,'_elementor_pro_version','2.7.3'),(742,129,'_wp_page_template','default'),(743,129,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"ESPA\\u00d1A\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Send\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"label_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(744,129,'_elementor_css','a:5:{s:4:\"time\";i:1576580087;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(755,131,'_elementor_edit_mode','builder'),(756,131,'_elementor_template_type','wp-page'),(757,131,'_elementor_version','2.7.5'),(758,131,'_elementor_pro_version','2.7.3'),(759,131,'_wp_page_template','default'),(760,131,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Send\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"label_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(763,132,'_elementor_edit_mode','builder'),(764,132,'_elementor_template_type','wp-page'),(765,132,'_elementor_version','2.7.5'),(766,132,'_elementor_pro_version','2.7.3'),(767,132,'_wp_page_template','default'),(768,132,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(769,132,'_elementor_css','a:5:{s:4:\"time\";i:1576580364;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(772,133,'_elementor_edit_mode','builder'),(773,133,'_elementor_template_type','wp-page'),(774,133,'_elementor_version','2.7.5'),(775,133,'_elementor_pro_version','2.7.3'),(776,133,'_wp_page_template','default'),(777,133,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfComo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f45743c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2eac29a\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design Student\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"f1dc17e\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"a903c6a\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"Label\",\"social_link\":\"#\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#adadad\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(778,133,'_elementor_css','a:5:{s:4:\"time\";i:1576577460;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:32;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(791,24,'_edit_lock','1577435619:1'); INSERT INTO `wp_postmeta` VALUES (847,142,'_elementor_edit_mode','builder'),(848,142,'_elementor_template_type','header'),(849,142,'_elementor_version','2.7.5'),(850,142,'_elementor_pro_version','2.7.3'),(851,142,'_wp_page_template','default'),(852,142,'_elementor_data','[{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":true},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.333},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.331},\"elements\":[{\"id\":\"2018a5d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-historias\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(853,142,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(856,143,'_elementor_edit_mode','builder'),(857,143,'_elementor_template_type','header'),(858,143,'_elementor_version','2.7.5'),(859,143,'_elementor_pro_version','2.7.3'),(860,143,'_wp_page_template','default'),(861,143,'_elementor_data','[{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":true},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.333},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.331},\"elements\":[{\"id\":\"2018a5d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(862,143,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(863,143,'_elementor_css','a:5:{s:4:\"time\";i:1577436070;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(865,144,'_elementor_edit_mode','builder'),(866,144,'_elementor_template_type','header'),(867,144,'_elementor_version','2.7.5'),(868,144,'_elementor_pro_version','2.7.3'),(869,144,'_wp_page_template','default'),(870,144,'_elementor_data','[{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":true},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.965},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.981},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":36.05,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2018a5d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(871,144,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(883,146,'_elementor_edit_mode','builder'),(884,146,'_elementor_template_type','header'),(885,146,'_elementor_version','2.7.5'),(886,146,'_elementor_pro_version','2.7.3'),(887,146,'_wp_page_template','default'),(888,146,'_elementor_data','[{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":0,\"bottom\":\"2\",\"left\":0,\"isLinked\":true},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"99a747c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f84dd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.439},\"elements\":[{\"id\":\"2018a5d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"0cd663d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.561},\"elements\":[{\"id\":\"2bfd538\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e3a3478\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"68028a3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(889,146,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(892,147,'_elementor_edit_mode','builder'),(893,147,'_elementor_template_type','header'),(894,147,'_elementor_version','2.7.5'),(895,147,'_elementor_pro_version','2.7.3'),(896,147,'_wp_page_template','default'),(897,147,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.439},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"d1a162c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.561},\"elements\":[{\"id\":\"2fbfee5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e3a3478\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"68028a3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(898,147,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(899,147,'_elementor_css','a:5:{s:4:\"time\";i:1577436967;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(902,148,'_elementor_edit_mode','builder'),(903,148,'_elementor_template_type','header'),(904,148,'_elementor_version','2.7.5'),(905,148,'_elementor_pro_version','2.7.3'),(906,148,'_wp_page_template','default'),(907,148,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"d1a162c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"2fbfee5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e3a3478\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"68028a3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(908,148,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(909,148,'_elementor_css','a:5:{s:4:\"time\";i:1577437037;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(912,149,'_elementor_edit_mode','builder'),(913,149,'_elementor_template_type','header'),(914,149,'_elementor_version','2.7.5'),(915,149,'_elementor_pro_version','2.7.3'),(916,149,'_wp_page_template','default'),(917,149,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e3a3478\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"68028a3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(918,149,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(919,149,'_elementor_css','a:5:{s:4:\"time\";i:1577437088;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(922,150,'_elementor_edit_mode','builder'),(923,150,'_elementor_template_type','header'),(924,150,'_elementor_version','2.7.5'),(925,150,'_elementor_pro_version','2.7.3'),(926,150,'_wp_page_template','default'),(927,150,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e3a3478\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"68028a3\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"pointer\":\"double-line\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(928,150,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(929,150,'_elementor_css','a:5:{s:4:\"time\";i:1577437136;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(931,151,'_elementor_edit_mode','builder'),(932,151,'_elementor_template_type','header'),(933,151,'_elementor_version','2.7.5'),(934,151,'_elementor_pro_version','2.7.3'),(935,151,'_wp_page_template','default'),(936,151,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"pointer\":\"double-line\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(937,151,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(939,152,'_elementor_edit_mode','builder'),(940,152,'_elementor_template_type','header'),(941,152,'_elementor_version','2.7.5'),(942,152,'_elementor_pro_version','2.7.3'),(943,152,'_wp_page_template','default'),(944,152,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"color_menu_item_hover\":\"#e54791\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(945,152,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(956,154,'_elementor_edit_mode','builder'),(957,154,'_elementor_template_type','wp-page'),(958,154,'_elementor_version','2.7.5'),(959,154,'_elementor_pro_version','2.7.3'),(960,154,'_wp_page_template','default'),(961,154,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebaacf2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"top\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb2323c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.561},\"elements\":[{\"id\":\"2ae4fbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c518577\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.439},\"elements\":[{\"id\":\"f1ffb29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/beteve.png\",\"id\":63},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"5a3f847\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11bafbd\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"65ac9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(964,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:288;s:4:\"file\";s:30:\"2019/12/logo-la-vanguardia.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logo-la-vanguardia-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-768x221.png\";s:5:\"width\";i:768;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-600x173.png\";s:5:\"width\";i:600;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-600x173.png\";s:5:\"width\";i:600;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-la-vanguardia-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(965,156,'_wp_attached_file','2019/12/logo-la-vanguardia.png'),(966,156,'wpml_media_processed','1'),(969,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1252;s:6:\"height\";i:809;s:4:\"file\";s:27:\"2019/12/logo-onda-cero.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-300x194.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-768x496.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"logo-onda-cero-1024x662.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-600x388.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-600x388.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-onda-cero-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(970,158,'_wp_attached_file','2019/12/logo-onda-cero.jpeg'),(971,158,'wpml_media_processed','1'),(974,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:740;s:6:\"height\";i:309;s:4:\"file\";s:21:\"2019/12/logo-RAC1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-600x251.png\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-600x251.png\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-RAC1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(975,160,'_wp_attached_file','2019/12/logo-RAC1.png'),(976,160,'wpml_media_processed','1'),(979,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1818;s:6:\"height\";i:693;s:4:\"file\";s:25:\"2019/12/time-out-logo.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"time-out-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"time-out-logo-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"time-out-logo-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"time-out-logo-1024x390.png\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:25:\"time-out-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"time-out-logo-600x229.png\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"time-out-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"time-out-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"time-out-logo-600x229.png\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"time-out-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(980,162,'_wp_attached_file','2019/12/time-out-logo.png'),(981,162,'wpml_media_processed','1'),(990,164,'_wp_attached_file','2019/12/logo-ondacero.jpg'),(991,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:25:\"2019/12/logo-ondacero.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(992,165,'_wp_attached_file','2019/12/logo-ondacero.jpg'),(993,165,'wpml_media_processed','1'),(994,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:25:\"2019/12/logo-ondacero.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"logo-ondacero-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-ondacero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(995,166,'_wp_attached_file','2019/12/logo-rac1.jpg'),(996,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2019/12/logo-rac1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-rac1-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"logo-rac1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(997,167,'_wp_attached_file','2019/12/logo-rac1.jpg'),(998,167,'wpml_media_processed','1'),(999,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2019/12/logo-rac1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-rac1-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"logo-rac1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"logo-rac1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rac1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1000,168,'_wp_attached_file','2019/12/logo-time-out.jpg'),(1001,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:25:\"2019/12/logo-time-out.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-time-out-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"logo-time-out-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1002,169,'_wp_attached_file','2019/12/logo-time-out.jpg'),(1003,169,'wpml_media_processed','1'),(1004,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:25:\"2019/12/logo-time-out.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-time-out-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"logo-time-out-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"logo-time-out-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-time-out-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1005,170,'_wp_attached_file','2019/12/logo-vanguardia.jpg'),(1006,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:27:\"2019/12/logo-vanguardia.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1007,171,'_wp_attached_file','2019/12/logo-vanguardia.jpg'),(1008,171,'wpml_media_processed','1'),(1009,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:165;s:4:\"file\";s:27:\"2019/12/logo-vanguardia.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"logo-vanguardia-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-vanguardia-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1010,172,'_elementor_edit_mode','builder'),(1011,172,'_elementor_template_type','wp-page'),(1012,172,'_elementor_version','2.7.5'),(1013,172,'_elementor_pro_version','2.7.3'),(1014,172,'_wp_page_template','default'),(1015,172,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1018,173,'_elementor_edit_mode','builder'),(1019,173,'_elementor_template_type','wp-page'),(1020,173,'_elementor_version','2.7.5'),(1021,173,'_elementor_pro_version','2.7.3'),(1022,173,'_wp_page_template','default'),(1023,173,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1024,173,'_elementor_css','a:5:{s:4:\"time\";i:1577439478;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1027,174,'_elementor_edit_mode','builder'),(1028,174,'_elementor_template_type','wp-page'),(1029,174,'_elementor_version','2.7.5'),(1030,174,'_elementor_pro_version','2.7.3'),(1031,174,'_wp_page_template','default'),(1032,174,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1033,174,'_elementor_css','a:5:{s:4:\"time\";i:1577439784;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1036,25,'_edit_last','1'),(1047,176,'_elementor_edit_mode','builder'),(1048,176,'_elementor_template_type','wp-page'),(1049,176,'_elementor_version','2.7.5'),(1050,176,'_elementor_pro_version','2.7.3'),(1051,176,'_wp_page_template','default'),(1052,176,'_elementor_data','[{\"id\":\"eaa4a25\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4b6161\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb79cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e0c6e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Semestral\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1053,176,'_elementor_css','a:5:{s:4:\"time\";i:1577950178;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1062,178,'_elementor_edit_mode','builder'),(1063,178,'_elementor_template_type','wp-page'),(1064,178,'_elementor_version','2.7.5'),(1065,178,'_elementor_pro_version','2.7.3'),(1066,178,'_wp_page_template','default'),(1067,178,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"6\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Semestral\\nMensual\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1071,180,'_elementor_edit_mode','builder'),(1072,180,'_elementor_template_type','popup'),(1073,180,'_wpml_word_count','{\"total\":165,\"to_translate\":{\"en\":165}}'),(1074,180,'_wpml_media_featured','1'),(1075,180,'_wpml_media_duplicate','1'),(1076,180,'_elementor_version','2.7.5'),(1077,180,'_elementor_pro_version','2.7.3'),(1078,180,'_edit_lock','1579777760:1'),(1079,180,'_wp_page_template','default'),(1080,180,'_elementor_page_settings','a:1:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1000\";s:5:\"sizes\";a:0:{}}}'),(1081,180,'_elementor_data','[{\"id\":\"5707e7b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"b0f3480\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f759de2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"acd1e96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5ec1e23\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hazte socio\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/socios\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1082,180,'_elementor_popup_display_settings','a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),(1083,180,'_wpml_location_migration_done','1'),(1084,181,'_elementor_edit_mode','builder'),(1085,181,'_elementor_template_type','popup'),(1086,181,'_elementor_version','2.7.5'),(1087,181,'_elementor_pro_version','2.7.3'),(1088,181,'_wp_page_template','default'),(1089,181,'_elementor_page_settings','a:1:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1000\";s:5:\"sizes\";a:0:{}}}'),(1090,181,'_elementor_data','[{\"id\":\"5707e7b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"b0f3480\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f759de2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"acd1e96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5ec1e23\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hazte socio\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/socios\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1091,181,'_elementor_popup_display_settings','a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),(1092,180,'_elementor_controls_usage','a:3:{s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(1093,182,'_elementor_edit_mode','builder'),(1094,182,'_elementor_template_type','wp-page'),(1095,182,'_elementor_version','2.7.5'),(1096,182,'_elementor_pro_version','2.7.3'),(1097,182,'_wp_page_template','default'),(1098,182,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"895721f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22180%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1099,182,'_elementor_css','a:5:{s:4:\"time\";i:1577439869;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1101,183,'_wpml_word_count','{\"total\":820,\"to_translate\":{\"en\":820}}'),(1102,183,'_wpml_media_featured','1'),(1103,183,'_wpml_media_duplicate','1'),(1104,183,'_wpml_word_count','{\"total\":820,\"to_translate\":{\"en\":820}}'),(1105,183,'_generate-sidebar-layout-meta','no-sidebar'),(1106,183,'_generate-disable-headline','true'),(1107,183,'_generate-disable-post-image','true'),(1108,183,'_wpml_media_duplicate','1'),(1109,183,'_wpml_media_featured','1'),(1110,183,'_elementor_edit_mode','builder'),(1111,183,'_elementor_template_type','wp-page'),(1112,183,'_elementor_version','2.7.5'),(1113,183,'_elementor_pro_version','2.7.3'),(1114,183,'_wp_page_template','default'),(1115,183,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":17},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":66,\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":17},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#0c0c0c\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#0f0f0f\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#1c1c1c\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_card_border_color\":\"#2b2b2b\",\"cards_meta_data\":[\"date\"],\"pagination_type\":\"numbers\",\"cards_posts_per_page\":9},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"eabad9a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1116,183,'_wpml_location_migration_done','1'),(1119,183,'_dp_original','121'),(1120,183,'_edit_lock','1588585319:1'),(1121,184,'_elementor_edit_mode','builder'),(1122,184,'_elementor_template_type','wp-page'),(1123,184,'_elementor_version','2.7.5'),(1124,184,'_elementor_pro_version','2.7.3'),(1125,184,'_wp_page_template','default'),(1126,184,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"6\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Tipo de inscripci\\u00f3n\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Miembro de pleno derecho\\nSimpatizante\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_11\",\"_id\":\"5ad1f3c\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Semestral\\nMensual\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1127,184,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:13:\"mark_required\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_text\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:11:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:11:\"label_color\";i:1;s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:12:\"html_spacing\";i:1;s:10:\"html_color\";i:1;s:26:\"html_typography_typography\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;}s:19:\"section_field_style\";a:2:{s:18:\"field_border_width\";i:1;s:19:\"field_border_radius\";i:1;}s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}}'),(1128,184,'_elementor_css','a:5:{s:4:\"time\";i:1577969603;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1129,183,'_edit_last','1'),(1131,180,'_elementor_css','a:5:{s:4:\"time\";i:1578659928;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1140,186,'_elementor_edit_mode','builder'),(1141,186,'_elementor_template_type','wp-page'),(1142,186,'_elementor_version','2.7.5'),(1143,186,'_elementor_pro_version','2.7.3'),(1144,186,'_wp_page_template','default'),(1145,186,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"810525e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"fe51b5d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1147,187,'_elementor_edit_mode','builder'),(1148,187,'_elementor_template_type','wp-page'),(1149,187,'_elementor_version','2.7.5'),(1150,187,'_elementor_pro_version','2.7.3'),(1151,187,'_wp_page_template','default'),(1152,187,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"810525e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(1154,188,'_elementor_edit_mode','builder'),(1155,188,'_elementor_template_type','wp-page'),(1156,188,'_elementor_version','2.7.5'),(1157,188,'_elementor_pro_version','2.7.3'),(1158,188,'_wp_page_template','default'),(1159,188,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.596},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.068},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"895721f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22180%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1160,188,'_elementor_css','a:5:{s:4:\"time\";i:1578659927;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1162,189,'_wpml_word_count','{\"total\":1697,\"to_translate\":{\"en\":1697}}'),(1163,189,'_wpml_media_featured','1'),(1164,189,'_wpml_media_duplicate','1'),(1165,189,'_wpml_word_count','{\"total\":1697,\"to_translate\":{\"en\":1697}}'),(1166,189,'_wpml_word_count','{\"total\":1697,\"to_translate\":{\"en\":1697}}'),(1167,189,'_wpml_media_featured','1'),(1168,189,'_wpml_media_featured','1'),(1169,189,'_wpml_media_duplicate','1'),(1170,189,'_wpml_media_duplicate','1'),(1171,189,'_generate-sidebar-layout-meta','no-sidebar'),(1172,189,'_generate-disable-headline','true'),(1173,189,'_generate-disable-post-image','true'),(1174,189,'_elementor_edit_mode','builder'),(1175,189,'_elementor_template_type','wp-page'),(1176,189,'_elementor_version','2.7.5'),(1177,189,'_elementor_pro_version','2.7.3'),(1178,189,'_wp_page_template','default'),(1179,189,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c0d3fa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ef85da5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9651fac\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"21d758b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e0fc1ca\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/05\\/user-icon-silhouette-ae9ddcaf4a156a47931d5719ecee17b9.png\",\"id\":391},\"member_first_name\":\"Benedikta\",\"member_last_name\":\"Baublyte\",\"member_position\":\"Dise\\u00f1o Gr\\u00e1fico<br>--\",\"member_description\":\"Benedikta Baublyte es la persona encargada del dise\\u00f1o gr\\u00e1fico de todo el proyecto, tanto a nivel nacional como internacional. Pone color a las historias y aporta creatividad al movimiento.\",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"c328aa0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e241058\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/05\\/user-icon-silhouette-ae9ddcaf4a156a47931d5719ecee17b9.png\",\"id\":391},\"member_first_name\":\"Anna\",\"member_last_name\":\"Maldonado\",\"member_position\":\"Comunicaci\\u00f3n<br>--\",\"member_description\":\"Anna Maldonado No solo coordina la comunicaci\\u00f3n del movimiento sino que adem\\u00e1s es la m\\u00e1xima representante de este en todo Latino Am\\u00e9rica.\",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b295f12\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1f50369\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/05\\/user-icon-silhouette-ae9ddcaf4a156a47931d5719ecee17b9.png\",\"id\":391},\"member_first_name\":\"Alex\",\"member_last_name\":\"Cruz\",\"member_position\":\"Fot\\u00f3grafo<br>--\",\"member_description\":\"Alex Cruza adem\\u00e1s del fot\\u00f3grafo es el vicepresidente del movimiento. Su forma de ver las cosas han servido de gran inspiraci\\u00f3n para el movimiento.\",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(1180,189,'_wpml_location_migration_done','1'),(1183,189,'_dp_original','183'),(1184,189,'_edit_lock','1588663278:1'),(1185,190,'_elementor_edit_mode','builder'),(1186,190,'_elementor_template_type','wp-page'),(1187,190,'_elementor_version','2.7.5'),(1188,190,'_elementor_pro_version','2.7.3'),(1189,190,'_wp_page_template','default'),(1190,190,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"810525e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(1191,190,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:2;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:8:\"jet-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:4:\"tabs\";i:1;}s:21:\"section_settings_data\";a:3:{s:11:\"show_effect\";i:1;s:14:\"no_active_tabs\";i:1;s:13:\"ajax_template\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_general_style\";a:6:{s:36:\"tabs_container_background_background\";i:1;s:22:\"tabs_container_padding\";i:1;s:21:\"tabs_container_margin\";i:1;s:28:\"tabs_container_border_border\";i:1;s:27:\"tabs_container_border_color\";i:1;s:28:\"tabs_container_border_radius\";i:1;}s:26:\"section_tabs_control_style\";a:5:{s:42:\"tabs_content_wrapper_background_background\";i:1;s:28:\"tabs_control_wrapper_padding\";i:1;s:27:\"tabs_control_wrapper_margin\";i:1;s:34:\"tabs_control_wrapper_border_border\";i:1;s:33:\"tabs_control_wrapper_border_color\";i:1;}s:31:\"section_tabs_control_item_style\";a:12:{s:24:\"tabs_control_icon_margin\";i:1;s:25:\"tabs_control_image_margin\";i:1;s:24:\"tabs_control_label_color\";i:1;s:40:\"tabs_control_label_typography_typography\";i:1;s:41:\"tabs_control_label_typography_font_family\";i:1;s:39:\"tabs_control_label_typography_font_size\";i:1;s:34:\"tabs_control_background_background\";i:1;s:20:\"tabs_control_padding\";i:1;s:26:\"tabs_control_border_border\";i:1;s:25:\"tabs_control_border_color\";i:1;s:31:\"tabs_control_label_color_active\";i:1;s:24:\"tabs_control_image_width\";i:1;}s:26:\"section_tabs_content_style\";a:5:{s:20:\"tabs_content_padding\";i:1;s:26:\"tabs_content_border_border\";i:1;s:25:\"tabs_content_border_width\";i:1;s:25:\"tabs_content_border_color\";i:1;s:19:\"tabs_content_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(1193,189,'_edit_last','1'),(1194,191,'_elementor_edit_mode','builder'),(1195,191,'_elementor_template_type','wp-page'),(1196,191,'_elementor_version','2.7.5'),(1197,191,'_elementor_pro_version','2.7.3'),(1198,191,'_wp_page_template','default'),(1199,191,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ecaec0a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"98f1012\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"84018de\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"6dc49f9\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"d01c0c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"989b0a8\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"7703ec9\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(1200,191,'_elementor_css','a:5:{s:4:\"time\";i:1578660262;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1202,192,'_wpml_word_count','{\"total\":1120,\"to_translate\":{\"en\":1120}}'),(1203,192,'_wpml_media_featured','1'),(1204,192,'_wpml_media_duplicate','1'),(1205,192,'_wpml_word_count','{\"total\":1120,\"to_translate\":{\"en\":1120}}'),(1206,192,'_wpml_word_count','{\"total\":1120,\"to_translate\":{\"en\":1120}}'),(1207,192,'_wpml_media_featured','1'),(1208,192,'_wpml_media_featured','1'),(1209,192,'_wpml_media_duplicate','1'),(1210,192,'_wpml_media_duplicate','1'),(1211,192,'_generate-sidebar-layout-meta','no-sidebar'),(1212,192,'_generate-disable-headline','true'),(1213,192,'_generate-disable-post-image','true'),(1214,192,'_elementor_edit_mode','builder'),(1215,192,'_elementor_template_type','wp-page'),(1216,192,'_elementor_version','2.7.5'),(1217,192,'_elementor_pro_version','2.7.3'),(1218,192,'_wp_page_template','default'),(1219,192,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacto\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef154c1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8945b6c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"7\",\"right\":0,\"bottom\":\"7\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"03aa20e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.982,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91ffc15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Puedes contactar con nosotros a trav\\u00e9s de nuestro formulario de contacto o a trav\\u00e9s de los siguientes medios.<\\/p>\",\"text_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83a585e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Tel\\u00e9fono: +34 622090096<\\/li><li>Email: <a href=\\\"mailto:adriaballester@outlook.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">adriaballester@outlook.com<\\/a><\\/li><\\/ul>\",\"text_color\":\"#273474\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"373a0d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tel\\u00e9fono: +34 622090096<br>\\nEmail: <a href=\\\"mailto:adriaballester@outlook.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">adriaballester@outlook.com<\\/a>\",\"text_color\":\"#273474\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db330a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.018,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"527e4ed\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ef1baee\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"50\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_3\",\"field_type\":\"text\",\"field_label\":\"Apellidos\",\"placeholder\":\"Apellidos\",\"width\":\"50\",\"_id\":\"c846b1f\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"email\",\"field_label\":\"E-mail\",\"placeholder\":\"E-mail\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"456b94b\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\\u00e9fono\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"checkbox\",\"field_label\":\"\",\"placeholder\":\"Escribe aqu\\u00ed tu mensaje\",\"required\":\"\",\"field_options\":\"Quiero ser voluntario|quiero_ser_voluntario\\nQuiero ser socio|socio\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"elementor-subgroup-inline\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"d060fa8\"},{\"field_type\":\"textarea\",\"field_label\":\"\",\"placeholder\":\"Escribe aqu\\u00ed tu mensaje\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"9a406b0\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1220,192,'_wpml_location_migration_done','1'),(1223,192,'_dp_original','183'),(1224,192,'_edit_lock','1588586953:1'),(1225,193,'_elementor_edit_mode','builder'),(1226,193,'_elementor_template_type','wp-page'),(1227,193,'_elementor_version','2.7.5'),(1228,193,'_elementor_pro_version','2.7.3'),(1229,193,'_wp_page_template','default'),(1230,193,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"810525e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(1231,193,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:2;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:8:\"jet-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:4:\"tabs\";i:1;}s:21:\"section_settings_data\";a:3:{s:11:\"show_effect\";i:1;s:14:\"no_active_tabs\";i:1;s:13:\"ajax_template\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_general_style\";a:6:{s:36:\"tabs_container_background_background\";i:1;s:22:\"tabs_container_padding\";i:1;s:21:\"tabs_container_margin\";i:1;s:28:\"tabs_container_border_border\";i:1;s:27:\"tabs_container_border_color\";i:1;s:28:\"tabs_container_border_radius\";i:1;}s:26:\"section_tabs_control_style\";a:5:{s:42:\"tabs_content_wrapper_background_background\";i:1;s:28:\"tabs_control_wrapper_padding\";i:1;s:27:\"tabs_control_wrapper_margin\";i:1;s:34:\"tabs_control_wrapper_border_border\";i:1;s:33:\"tabs_control_wrapper_border_color\";i:1;}s:31:\"section_tabs_control_item_style\";a:12:{s:24:\"tabs_control_icon_margin\";i:1;s:25:\"tabs_control_image_margin\";i:1;s:24:\"tabs_control_label_color\";i:1;s:40:\"tabs_control_label_typography_typography\";i:1;s:41:\"tabs_control_label_typography_font_family\";i:1;s:39:\"tabs_control_label_typography_font_size\";i:1;s:34:\"tabs_control_background_background\";i:1;s:20:\"tabs_control_padding\";i:1;s:26:\"tabs_control_border_border\";i:1;s:25:\"tabs_control_border_color\";i:1;s:31:\"tabs_control_label_color_active\";i:1;s:24:\"tabs_control_image_width\";i:1;}s:26:\"section_tabs_content_style\";a:5:{s:20:\"tabs_content_padding\";i:1;s:26:\"tabs_content_border_border\";i:1;s:25:\"tabs_content_border_width\";i:1;s:25:\"tabs_content_border_color\";i:1;s:19:\"tabs_content_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(1233,192,'_edit_last','1'),(1234,194,'_elementor_edit_mode','builder'),(1235,194,'_elementor_template_type','wp-page'),(1236,194,'_elementor_version','2.7.5'),(1237,194,'_elementor_pro_version','2.7.3'),(1238,194,'_wp_page_template','default'),(1239,194,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacto\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef154c1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8945b6c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"7\",\"right\":0,\"bottom\":\"7\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"03aa20e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.982,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91ffc15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Puedes contactar con nosotros a trav\\u00e9s de nuestro formulario de contacto o a trav\\u00e9s de los siguientes medios.<\\/p>\",\"text_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83a585e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Tel\\u00e9fono +34 622090096<\\/li><li>Email: <a href=\\\"mailto:adriaballester@outlook.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">adriaballester@outlook.com<\\/a><\\/li><\\/ul>\",\"text_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db330a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.018},\"elements\":[{\"id\":\"ef1baee\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"50\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_3\",\"field_type\":\"text\",\"field_label\":\"Apellidos\",\"placeholder\":\"Apellidos\",\"width\":\"50\",\"_id\":\"c846b1f\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"email\",\"field_label\":\"E-mail\",\"placeholder\":\"E-mail\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"456b94b\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\\u00e9fono\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"textarea\",\"field_label\":\"\",\"placeholder\":\"Escribe aqu\\u00ed tu mensaje\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"d060fa8\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1240,194,'_elementor_css','a:5:{s:4:\"time\";i:1578661003;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1251,196,'_elementor_edit_mode','builder'),(1252,196,'_elementor_template_type','wp-page'),(1253,196,'_elementor_version','2.7.5'),(1254,196,'_elementor_pro_version','2.7.3'),(1255,196,'_wp_page_template','default'),(1256,196,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"6\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Semestral\\nMensual\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1267,198,'_menu_item_type','post_type'),(1268,198,'_menu_item_menu_item_parent','0'),(1269,198,'_menu_item_object_id','189'),(1270,198,'_menu_item_object','page'),(1271,198,'_menu_item_target',''),(1272,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1273,198,'_menu_item_xfn',''),(1274,198,'_menu_item_url',''),(1276,199,'_elementor_edit_mode','builder'),(1277,199,'_elementor_template_type','header'),(1278,199,'_elementor_version','2.7.5'),(1279,199,'_elementor_pro_version','2.7.3'),(1280,199,'_wp_page_template','default'),(1281,199,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/?utm_source=ig_embed&ig_mid=XP8sfAABAAGdvQEDLG0F1xt9e1my \",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"color_menu_item_hover\":\"#e54791\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1282,199,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1283,199,'_elementor_css','a:5:{s:4:\"time\";i:1577437424;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1287,198,'_elementor_controls_usage','a:0:{}'),(1288,200,'_menu_item_type','post_type'),(1289,200,'_menu_item_menu_item_parent','0'),(1290,200,'_menu_item_object_id','192'),(1291,200,'_menu_item_object','page'),(1292,200,'_menu_item_target',''),(1293,200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1294,200,'_menu_item_xfn',''),(1295,200,'_menu_item_url',''),(1297,200,'_elementor_controls_usage','a:0:{}'),(1298,201,'_menu_item_type','post_type'),(1299,201,'_menu_item_menu_item_parent','0'),(1300,201,'_menu_item_object_id','67'),(1301,201,'_menu_item_object','page'),(1302,201,'_menu_item_target',''),(1303,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1304,201,'_menu_item_xfn',''),(1305,201,'_menu_item_url',''),(1307,201,'_elementor_controls_usage','a:0:{}'),(1308,202,'_elementor_edit_mode','builder'),(1309,202,'_elementor_template_type','header'),(1310,202,'_elementor_version','2.7.5'),(1311,202,'_elementor_pro_version','2.7.3'),(1312,202,'_wp_page_template','default'),(1313,202,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"sticky\":\"top\"},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/?utm_source=ig_embed&ig_mid=XP8sfAABAAGdvQEDLG0F1xt9e1my \",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"color_menu_item_hover\":\"#e54791\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1314,202,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1315,202,'_elementor_css','a:5:{s:4:\"time\";i:1578911450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1322,204,'_elementor_edit_mode','builder'),(1323,204,'_elementor_template_type','wp-page'),(1324,204,'_elementor_version','2.7.5'),(1325,204,'_elementor_pro_version','2.7.3'),(1326,204,'_wp_page_template','default'),(1327,204,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ecaec0a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"98f1012\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"84018de\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"d01c0c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7703ec9\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"e2e1937\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6dc49f9\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"17b69a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9583e54\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(1328,204,'_elementor_css','a:5:{s:4:\"time\";i:1579251752;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1330,205,'_wpml_word_count','{\"total\":582,\"to_translate\":{\"en\":581}}'),(1331,205,'_wpml_media_featured','1'),(1332,205,'_wpml_media_duplicate','1'),(1333,205,'_wpml_word_count','{\"total\":582,\"to_translate\":{\"en\":581}}'),(1334,205,'_generate-sidebar-layout-meta','no-sidebar'),(1335,205,'_generate-disable-headline','true'),(1336,205,'_generate-disable-post-image','true'),(1337,205,'_wpml_media_duplicate','1'),(1338,205,'_wpml_media_featured','1'),(1339,205,'_elementor_edit_mode','builder'),(1340,205,'_elementor_template_type','wp-page'),(1341,205,'_elementor_version','2.7.5'),(1342,205,'_elementor_pro_version','2.7.3'),(1343,205,'_wp_page_template','default'),(1344,205,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93fac20\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"018cc92\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8d9872d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e654c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet.\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"df23ebf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ponte en contacto\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1345,205,'_wpml_location_migration_done','1'),(1348,205,'_dp_original','121'),(1357,205,'_edit_lock','1579695214:1'),(1358,207,'_elementor_edit_mode','builder'),(1359,207,'_elementor_template_type','wp-page'),(1360,207,'_elementor_version','2.7.5'),(1361,207,'_elementor_pro_version','2.7.3'),(1362,207,'_wp_page_template','default'),(1363,207,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"6\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Semestral\\nMensual\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1364,207,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:13:\"mark_required\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_text\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:11:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:11:\"label_color\";i:1;s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:12:\"html_spacing\";i:1;s:10:\"html_color\";i:1;s:26:\"html_typography_typography\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;}s:19:\"section_field_style\";a:2:{s:18:\"field_border_width\";i:1;s:19:\"field_border_radius\";i:1;}s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}}'),(1365,207,'_elementor_css','a:5:{s:4:\"time\";i:1578918925;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1366,205,'_edit_last','1'),(1367,208,'_elementor_edit_mode','builder'),(1368,208,'_elementor_template_type','wp-page'),(1369,208,'_elementor_version','2.7.5'),(1370,208,'_elementor_pro_version','2.7.3'),(1371,208,'_wp_page_template','default'),(1372,208,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f499803\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"018cc92\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ac56e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6d5e126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet.\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7868d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac4f7bd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f9fbff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"6\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c51721b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36169d0\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_10\",\"_id\":\"934e55f\"},{\"field_type\":\"html\",\"field_label\":\"DATOS PERSONALES\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos personales\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"c5beefd\"},{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"100\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Primer Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"text\",\"field_label\":\"Segundo Apellido\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"cac06e2\"},{\"field_type\":\"text\",\"field_label\":\"Documento o Pasaporte\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"a036e98\"},{\"field_type\":\"text\",\"field_label\":\"Fecha de nacimiento\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_3\",\"_id\":\"ae4daa8\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_17\",\"_id\":\"a43517c\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE CONTACTO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de contacto\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_6\",\"_id\":\"12553a3\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"ad91a00\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"email\",\"field_label\":\"Validar correo\",\"placeholder\":\"Validar correo\",\"width\":\"50\",\"_id\":\"29a9223\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"text\",\"field_label\":\"Direcci\\u00f3n postal\",\"placeholder\":\"Direcci\\u00f3n postal\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_7\",\"_id\":\"ba6ea50\"},{\"field_type\":\"text\",\"field_label\":\"Municipio\",\"placeholder\":\"Municipio\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_8\",\"_id\":\"fd55cb7\"},{\"field_type\":\"select\",\"field_label\":\"Pa\\u00eds\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"true\",\"field_options\":\"Elige tu pa\\u00eds|elige_tu_pais\\nAUSTRIA\\nBELGICA\\nBULGARIA\\nCHIPRE\\nDINAMARCA\\nFINLANDIA\\nFRANCIA\\nGRECIA\\nHUNGRIA\\nIRLANDA\\nITALIA\\nLUXEMBURGO\\nMALTA\\nPAISES BAJOS\\nPOLONIA\\nPORTUGAL\\nESPA\\u00d1A\\nREINO UNIDO\\nALEMANIA\\nRUMANIA\\nSUECIA\\nLETONIA\\nESTONIA\\nLITUANIA\\nREPUBLICA CHECA\\nREPUBLICA ESLOVACA\\nESLOVENIA\\nOTROS PAISES O TERRITORIOS DE LA UNION EUROPEA\\nALBANIA\\nISLANDIA\\nLIECHTENSTEIN\\nMONACO\\nNORUEGA\\nANDORRA\\nSAN MARINO\\nSANTA SEDE\\nSUIZA\\nUCRANIA\\nMOLDAVIA\\nBELARUS\\nGEORGIA\\nBOSNIA Y HERZEGOVINA\\nCROACIA\\nARMENIA\\nRUSIA\\nMACEDONIA \\nSERBIA\\nMONTENEGRO\\nGUERNESEY\\nSVALBARD Y JAN MAYEN\\nISLAS FEROE\\nISLA DE MAN\\nGIBRALTAR\\nISLAS DEL CANAL\\nJERSEY\\nISLAS ALAND\\nTURQUIA\\nOTROS PAISES O TERRITORIOS DEL RESTO DE EUROPA\\nBURKINA FASO\\nANGOLA\\nARGELIA\\nBENIN\\nBOTSWANA\\nBURUNDI\\nCABO VERDE\\nCAMERUN\\nCOMORES\\nCONGO\\nCOSTA DE MARFIL\\nDJIBOUTI\\nEGIPTO\\nETIOPIA\\nGABON\\nGAMBIA\\nGHANA\\nGUINEA\\nGUINEA-BISSAU\\nGUINEA ECUATORIAL\\nKENIA\\nLESOTHO\\nLIBERIA\\nLIBIA\\nMADAGASCAR\\nMALAWI\\nMALI\\nMARRUECOS\\nMAURICIO\\nMAURITANIA\\nMOZAMBIQUE\\nNAMIBIA\\nNIGER\\nNIGERIA\\nREPUBLICA CENTROAFRICANA\\nSUDAFRICA\\nRUANDA\\nSANTO TOME Y PRINCIPE\\nSENEGAL\\nSEYCHELLES\\nSIERRA LEONA\\nSOMALIA\\nSUDAN\\nSWAZILANDIA\\nTANZANIA\\nCHAD\\nTOGO\\nTUNEZ\\nUGANDA\\nREP.DEMOCRATICA DEL CONGO\\nZAMBIA\\nZIMBABWE\\nERITREA\\nSANTA HELENA\\nREUNION\\nMAYOTTE\\nSAHARA OCCIDENTAL\\nOTROS PAISES O TERRITORIOS DE AFRICA\\nCANADA\\nESTADOS UNIDOS DE AMERICA\\nMEXICO\\nSAN PEDRO Y MIQUELON \\nGROENLANDIA\\nANTIGUA Y BARBUDA\\nBAHAMAS\\nBARBADOS\\nBELICE\\nCOSTA RICA\\nCUBA\\nDOMINICA\\nEL SALVADOR\\nGRANADA\\nGUATEMALA\\nHAITI\\nHONDURAS\\nJAMAICA\\nNICARAGUA\\nPANAMA\\nSAN VICENTE Y LAS GRANADINAS\\nREPUBLICA DOMINICANA\\nTRINIDAD Y TOBAGO\\nSANTA LUCIA\\nSAN CRISTOBAL Y NIEVES\\nISLAS CAIM\\u00c1N\\nISLAS TURCAS Y CAICOS\\nISLAS V\\u00cdRGENES DE LOS ESTADOS UNIDOS\\nGUADALUPE\\nANTILLAS HOLANDESAS\\nSAN MARTIN (PARTE FRANCESA)\\nARUBA\\nMONTSERRAT\\nANGUILLA\\nSAN BARTOLOME\\nMARTINICA\\nPUERTO RICO\\nBERMUDAS\\nISLAS VIRGENES BRITANICAS\\nOTROS PAISES O TERRITORIOS DEL CARIBE Y AMERICA CENTRAL\\nARGENTINA\\nBOLIVIA\\nBRASIL\\nCOLOMBIA\\nCHILE\\nECUADOR\\nGUYANA\\nPARAGUAY\\nPERU\\nSURINAM\\nURUGUAY\\nVENEZUELA\\nGUAYANA FRANCESA\\nISLAS MALVINAS\\nOTROS PAISES O TERRITORIOS DE SUDAMERICA\\nAFGANISTAN\\nARABIA SAUDI\\nBAHREIN\\nBANGLADESH\\nMYANMAR\\nCHINA\\nEMIRATOS ARABES UNIDOS\\nFILIPINAS\\nINDIA\\nINDONESIA\\nIRAQ\\nIRAN\\nISRAEL\\nJAPON\\nJORDANIA\\nCAMBOYA\\nKUWAIT\\nLAOS\\nLIBANO\\nMALASIA\\nMALDIVAS\\nMONGOLIA\\nNEPAL\\nOMAN\\nPAKISTAN\\nQATAR\\nCOREA\\nCOREA DEL NORTE \\nSINGAPUR\\nSIRIA\\nSRI LANKA\\nTAILANDIA\\nVIETNAM\\nBRUNEI\\nISLAS MARSHALL\\nYEMEN\\nAZERBAIYAN\\nKAZAJSTAN\\nKIRGUISTAN\\nTADYIKISTAN\\nTURKMENISTAN\\nUZBEKISTAN\\nISLAS MARIANAS DEL NORTE\\nPALESTINA\\nHONG KONG\\nBHUT\\u00c1N\\nGUAM\\nMACAO\\nOTROS PAISES O TERRITORIOS DE ASIA\\nAUSTRALIA\\nFIJI\\nNUEVA ZELANDA\\nPAPUA NUEVA GUINEA\\nISLAS SALOMON\\nSAMOA\\nTONGA\\nVANUATU\\nMICRONESIA\\nTUVALU\\nISLAS COOK\\nNAURU\\nPALAOS\\nTIMOR ORIENTAL\\nPOLINESIA FRANCESA\\nISLA NORFOLK\\nKIRIBATI\\nNIUE\\nISLAS PITCAIRN\\nTOKELAU\\nNUEVA CALEDONIA\\nWALLIS Y FORTUNA\\nSAMOA AMERICANA\\nOTROS PAISES O TERRITORIOS DE OCEANIA\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_9\",\"_id\":\"d2891b2\"},{\"field_type\":\"html\",\"field_label\":\"ICONO\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"<img src=\\\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/isotipo.png\\\">\",\"width\":\"20\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_14\",\"_id\":\"ee03318\"},{\"field_type\":\"html\",\"field_label\":\"DATOS DE INSCRIPCI\\u00d3N\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"Datos de inscripci\\u00f3n\",\"width\":\"80\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_13\",\"_id\":\"0ec26bb\"},{\"field_type\":\"select\",\"field_label\":\"Cuota\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_12\",\"_id\":\"b7c2fd6\"},{\"field_type\":\"text\",\"field_label\":\"Cuota Personalizada\",\"placeholder\":\"Elige tu cuota (Escribela aqu\\u00ed)\",\"required\":\"\",\"field_options\":\"General - 5\\u20ac Mes\\nJubilados, parados o estudiantes - 3\\u20ac\\/Mes\\nFamiliar - (3 o m\\u00e1s miembros) - 11\\u20ac\\/Mes\\nOtras\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_18\",\"_id\":\"06c3b92\"},{\"field_type\":\"select\",\"field_label\":\"Periodicidad\",\"placeholder\":\"Pa\\u00eds\",\"required\":\"\",\"field_options\":\"Semestral\\nMensual\\nTrimestral\\nAnual\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_15\",\"_id\":\"bc4cdaf\"},{\"field_type\":\"text\",\"field_label\":\"IBAN (Si no lo sabes dejalo en blanco)\",\"placeholder\":\"IBAN\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_16\",\"_id\":\"ec02dc9\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1373,208,'_elementor_css','a:5:{s:4:\"time\";i:1578918925;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1374,121,'_elementor_controls_usage','a:6:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:13:\"mark_required\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_text\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:11:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:11:\"label_color\";i:1;s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:12:\"html_spacing\";i:1;s:10:\"html_color\";i:1;s:26:\"html_typography_typography\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;}s:19:\"section_field_style\";a:2:{s:18:\"field_border_width\";i:1;s:19:\"field_border_radius\";i:1;}s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}}'),(1375,209,'_elementor_edit_mode','builder'),(1376,209,'_elementor_template_type','wp-page'),(1377,209,'_elementor_version','2.7.5'),(1378,209,'_elementor_pro_version','2.7.3'),(1379,209,'_wp_page_template','default'),(1380,209,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93fac20\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"018cc92\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8d9872d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e654c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet.\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"df23ebf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hacerme socio\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1381,209,'_elementor_css','a:5:{s:4:\"time\";i:1578918925;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1383,210,'_elementor_edit_mode','builder'),(1384,210,'_elementor_template_type','wp-page'),(1385,210,'_elementor_version','2.7.5'),(1386,210,'_elementor_pro_version','2.7.3'),(1387,210,'_wp_page_template','default'),(1388,210,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Me hago socio\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93fac20\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"018cc92\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8d9872d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e654c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor, dolor sit amet fringilla rutrum, ex magna iaculis metus, vitae sollicitudin sapien odio non elit. Nulla facilisi. Suspendisse et blandit tellus. Quisque bibendum lectus vel scelerisque tincidunt. Maecenas sit amet molestie erat. Donec sit amet lobortis diam. Nam pellentesque risus a tortor tempus, non lacinia risus laoreet.\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"df23ebf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ponte en contacto\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/contacto\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1389,205,'_elementor_controls_usage','a:6:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(1390,211,'_elementor_edit_mode','builder'),(1391,211,'_elementor_template_type','wp-page'),(1392,211,'_elementor_version','2.7.5'),(1393,211,'_elementor_pro_version','2.7.3'),(1394,211,'_wp_page_template','default'),(1395,211,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero ayudar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"895721f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22180%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1398,205,'_elementor_css','a:5:{s:4:\"time\";i:1579702826;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1400,121,'_elementor_css','a:5:{s:4:\"time\";i:1579709101;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1409,213,'_elementor_edit_mode','builder'),(1410,213,'_elementor_template_type','section'),(1411,213,'_wpml_word_count','{\"total\":260,\"to_translate\":{\"en\":258}}'),(1412,213,'_wpml_media_featured','1'),(1413,213,'_wpml_media_duplicate','1'),(1414,213,'_elementor_version','2.7.5'),(1415,213,'_elementor_pro_version','2.7.3'),(1416,213,'_edit_lock','1581003594:1'),(1417,214,'_elementor_edit_mode','builder'),(1418,214,'_elementor_template_type','section'),(1419,214,'_elementor_version','2.7.5'),(1420,214,'_elementor_pro_version','2.7.3'),(1421,213,'_wp_page_template','default'),(1422,213,'_elementor_data','[{\"id\":\"229a280\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7a14657\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f2b8607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c59a94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9e4dfab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1423,215,'_elementor_edit_mode','builder'),(1424,215,'_elementor_template_type','section'),(1425,215,'_elementor_version','2.7.5'),(1426,215,'_elementor_pro_version','2.7.3'),(1427,215,'_wp_page_template','default'),(1428,215,'_elementor_data','[{\"id\":\"229a280\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7a14657\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c3136d3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c59a94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b7918a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hazte socio\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/socios\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1430,216,'_elementor_edit_mode','builder'),(1431,216,'_elementor_template_type','wp-page'),(1432,216,'_elementor_version','2.7.5'),(1433,216,'_elementor_pro_version','2.7.3'),(1434,216,'_wp_page_template','default'),(1435,216,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee5ad2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Quiero participar\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"895721f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22180%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"180\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"39\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1438,217,'_elementor_edit_mode','builder'),(1439,217,'_elementor_template_type','wp-page'),(1440,217,'_elementor_version','2.7.5'),(1441,217,'_elementor_pro_version','2.7.3'),(1442,217,'_wp_page_template','default'),(1443,217,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1446,213,'_wpml_location_migration_done','1'),(1447,218,'_elementor_edit_mode','builder'),(1448,218,'_elementor_template_type','section'),(1449,218,'_elementor_version','2.7.5'),(1450,218,'_elementor_pro_version','2.7.3'),(1451,218,'_wp_page_template','default'),(1452,218,'_elementor_data','[{\"id\":\"229a280\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7a14657\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f2b8607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c59a94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b7918a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hazte socio\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/socios\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1453,218,'_elementor_css','a:5:{s:4:\"time\";i:1579777798;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1456,219,'_elementor_edit_mode','builder'),(1457,219,'_elementor_template_type','section'),(1458,219,'_elementor_version','2.7.5'),(1459,219,'_elementor_pro_version','2.7.3'),(1460,219,'_wp_page_template','default'),(1461,219,'_elementor_data','[{\"id\":\"229a280\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7a14657\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f2b8607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c59a94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9e4dfab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1462,219,'_elementor_css','a:5:{s:4:\"time\";i:1579778703;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1473,221,'_elementor_edit_mode','builder'),(1474,221,'_elementor_template_type','wp-page'),(1475,221,'_elementor_version','2.7.5'),(1476,221,'_elementor_pro_version','2.7.3'),(1477,221,'_wp_page_template','default'),(1478,221,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1484,223,'_edit_lock','1588585175:1'),(1485,223,'_elementor_controls_usage','a:0:{}'),(1486,223,'_edit_last','1'),(1487,223,'_generate-sidebar-layout-meta','no-sidebar'),(1488,223,'_generate-disable-headline','true'),(1489,223,'_generate-disable-post-image','true'),(1490,224,'_wp_attached_file','2020/01/WhatsApp-Image-2020-01-23-at-09.41.17.jpeg'),(1491,223,'_wpml_media_duplicate','1'),(1492,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2020/01/WhatsApp-Image-2020-01-23-at-09.41.17.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2020-01-23-at-09.41.17-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1493,225,'_wp_attached_file','2020/01/WhatsApp-Image-2020-01-23-at-09.41.17.jpeg'),(1494,225,'wpml_media_processed','1'),(1495,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2020/01/WhatsApp-Image-2020-01-23-at-09.41.17.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2020-01-23-at-09.41.17-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-09.41.17-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1496,223,'_thumbnail_id','224'),(1497,226,'_edit_lock','1588585164:1'),(1498,227,'_wp_attached_file','2020/01/WhatsApp-Image-2020-01-23-at-10.06.13.jpeg'),(1499,226,'_wpml_media_duplicate','1'),(1500,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2020/01/WhatsApp-Image-2020-01-23-at-10.06.13.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2020-01-23-at-10.06.13-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1501,228,'_wp_attached_file','2020/01/WhatsApp-Image-2020-01-23-at-10.06.13.jpeg'),(1502,228,'wpml_media_processed','1'),(1503,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2020/01/WhatsApp-Image-2020-01-23-at-10.06.13.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2020-01-23-at-10.06.13-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-01-23-at-10.06.13-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1504,226,'_elementor_controls_usage','a:0:{}'),(1505,226,'_thumbnail_id','227'),(1506,226,'_edit_last','1'),(1507,226,'_generate-sidebar-layout-meta','no-sidebar'),(1508,226,'_generate-disable-headline','true'),(1509,226,'_generate-disable-post-image','true'),(1510,229,'_edit_lock','1588582858:1'),(1511,230,'_wp_attached_file','2020/01/rape-freeconversatios.jpg'),(1512,229,'_wpml_media_duplicate','1'),(1513,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:370;s:4:\"file\";s:33:\"2020/01/rape-freeconversatios.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1514,231,'_wp_attached_file','2020/01/rape-freeconversatios.jpg'),(1515,231,'wpml_media_processed','1'),(1516,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:370;s:4:\"file\";s:33:\"2020/01/rape-freeconversatios.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"rape-freeconversatios-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"rape-freeconversatios-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1517,229,'_elementor_controls_usage','a:0:{}'),(1518,229,'_thumbnail_id','230'),(1519,229,'_edit_last','1'),(1520,229,'_generate-sidebar-layout-meta','no-sidebar'),(1521,229,'_generate-disable-headline','true'),(1522,229,'_generate-disable-post-image','true'),(1523,232,'_elementor_edit_mode','builder'),(1524,232,'_elementor_template_type','wp-page'),(1525,232,'_elementor_version','2.7.5'),(1526,232,'_elementor_pro_version','2.7.3'),(1527,232,'_wp_page_template','default'),(1528,232,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"810525e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false}]'),(1529,232,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:2;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:8:\"jet-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:4:\"tabs\";i:1;}s:21:\"section_settings_data\";a:3:{s:11:\"show_effect\";i:1;s:14:\"no_active_tabs\";i:1;s:13:\"ajax_template\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_general_style\";a:6:{s:36:\"tabs_container_background_background\";i:1;s:22:\"tabs_container_padding\";i:1;s:21:\"tabs_container_margin\";i:1;s:28:\"tabs_container_border_border\";i:1;s:27:\"tabs_container_border_color\";i:1;s:28:\"tabs_container_border_radius\";i:1;}s:26:\"section_tabs_control_style\";a:5:{s:42:\"tabs_content_wrapper_background_background\";i:1;s:28:\"tabs_control_wrapper_padding\";i:1;s:27:\"tabs_control_wrapper_margin\";i:1;s:34:\"tabs_control_wrapper_border_border\";i:1;s:33:\"tabs_control_wrapper_border_color\";i:1;}s:31:\"section_tabs_control_item_style\";a:12:{s:24:\"tabs_control_icon_margin\";i:1;s:25:\"tabs_control_image_margin\";i:1;s:24:\"tabs_control_label_color\";i:1;s:40:\"tabs_control_label_typography_typography\";i:1;s:41:\"tabs_control_label_typography_font_family\";i:1;s:39:\"tabs_control_label_typography_font_size\";i:1;s:34:\"tabs_control_background_background\";i:1;s:20:\"tabs_control_padding\";i:1;s:26:\"tabs_control_border_border\";i:1;s:25:\"tabs_control_border_color\";i:1;s:31:\"tabs_control_label_color_active\";i:1;s:24:\"tabs_control_image_width\";i:1;}s:26:\"section_tabs_content_style\";a:5:{s:20:\"tabs_content_padding\";i:1;s:26:\"tabs_content_border_border\";i:1;s:25:\"tabs_content_border_width\";i:1;s:25:\"tabs_content_border_color\";i:1;s:19:\"tabs_content_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(1530,232,'_elementor_css','a:5:{s:4:\"time\";i:1579522961;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1531,233,'_elementor_edit_mode','builder'),(1532,233,'_elementor_template_type','wp-page'),(1533,233,'_elementor_version','2.7.5'),(1534,233,'_elementor_pro_version','2.7.3'),(1535,233,'_wp_page_template','default'),(1536,233,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dbbb2c8\",\"elType\":\"widget\",\"settings\":{\"post_type\":\"historia\",\"title_trimmed_ending_text\":\"...\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"327983d\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b125ccb\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1537,233,'_elementor_css','a:5:{s:4:\"time\";i:1579522961;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1540,234,'_elementor_edit_mode','builder'),(1541,234,'_elementor_template_type','archive'),(1542,234,'_wpml_word_count','{\"total\":561,\"to_translate\":{\"en\":561}}'),(1543,234,'_wpml_media_featured','1'),(1544,234,'_wpml_media_duplicate','1'),(1545,234,'_elementor_version','2.7.5'),(1546,234,'_elementor_pro_version','2.7.3'),(1547,234,'_edit_lock','1588585126:1'),(1548,235,'_elementor_edit_mode','builder'),(1549,235,'_elementor_template_type','archive'),(1550,235,'_elementor_version','2.7.5'),(1551,235,'_elementor_pro_version','2.7.3'),(1552,234,'_wp_page_template','default'),(1553,234,'_elementor_data','[{\"id\":\"a40cdd8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0864d76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"678df79\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"ff3eef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ba81ee4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a517f9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7b5e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738acce\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e48dcb5\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3f71f34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5da40a1\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"archive_cards\",\"archive_classic_meta_data\":[\"date\"],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_read_more_text\":\"LEER HISTORIA COMPLETA \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\"},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1554,236,'_elementor_edit_mode','builder'),(1555,236,'_elementor_template_type','archive'),(1556,236,'_elementor_version','2.7.5'),(1557,236,'_elementor_pro_version','2.7.3'),(1558,236,'_wp_page_template','default'),(1559,236,'_elementor_data','[{\"id\":\"a40cdd8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0864d76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"678df79\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"ff3eef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ba81ee4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a517f9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7b5e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738acce\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e48dcb5\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3f71f34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"34d6054\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\"},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1561,234,'_elementor_conditions','a:1:{i:0;s:15:\"include/archive\";}'),(1565,234,'_wpml_location_migration_done','1'),(1566,237,'_elementor_edit_mode','builder'),(1567,237,'_elementor_template_type','archive'),(1568,237,'_elementor_version','2.7.5'),(1569,237,'_elementor_pro_version','2.7.3'),(1570,237,'_wp_page_template','default'),(1571,237,'_elementor_data','[{\"id\":\"a40cdd8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0864d76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"678df79\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"ff3eef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ba81ee4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a517f9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7b5e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738acce\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e48dcb5\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3f71f34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"34d6054\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Historia completa \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"_skin\":\"archive_cards\",\"archive_cards_thumbnail_size_size\":\"full\",\"archive_cards_title_color\":\"#273474\",\"archive_cards_title_typography_typography\":\"custom\",\"archive_cards_title_typography_font_family\":\"Prata\",\"archive_cards_read_more_color\":\"#e54791\"},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1572,237,'_elementor_conditions','a:1:{i:0;s:15:\"include/archive\";}'),(1583,239,'_elementor_edit_mode','builder'),(1584,239,'_elementor_template_type','wp-page'),(1585,239,'_elementor_version','2.7.5'),(1586,239,'_elementor_pro_version','2.7.3'),(1587,239,'_wp_page_template','default'),(1588,239,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1591,240,'_elementor_edit_mode','builder'),(1592,240,'_elementor_template_type','section'),(1593,240,'_elementor_version','2.7.5'),(1594,240,'_elementor_pro_version','2.7.3'),(1595,240,'_wp_page_template','default'),(1596,240,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"_attributes\":\"\",\"custom_css\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1597,240,'_elementor_css','a:5:{s:4:\"time\";i:1575274610;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1600,241,'_elementor_edit_mode','builder'),(1601,241,'_elementor_template_type','section'),(1602,241,'_elementor_version','2.7.5'),(1603,241,'_elementor_pro_version','2.7.3'),(1604,241,'_wp_page_template','default'),(1605,241,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"_attributes\":\"\",\"custom_css\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1606,241,'_elementor_css','a:5:{s:4:\"time\";i:1580126854;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1608,242,'_elementor_edit_mode','builder'),(1609,242,'_elementor_template_type','section'),(1610,242,'_elementor_version','2.7.5'),(1611,242,'_elementor_pro_version','2.7.3'),(1612,242,'_wp_page_template','default'),(1613,242,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"_title\":\"\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"_attributes\":\"\",\"custom_css\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1616,243,'_elementor_edit_mode','builder'),(1617,243,'_elementor_template_type','wp-page'),(1618,243,'_elementor_version','2.7.5'),(1619,243,'_elementor_pro_version','2.7.3'),(1620,243,'_wp_page_template','default'),(1621,243,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1622,243,'_elementor_css','a:5:{s:4:\"time\";i:1579807393;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1625,244,'_elementor_edit_mode','builder'),(1626,244,'_elementor_template_type','wp-page'),(1627,244,'_elementor_version','2.7.5'),(1628,244,'_elementor_pro_version','2.7.3'),(1629,244,'_wp_page_template','default'),(1630,244,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1632,245,'_elementor_edit_mode','builder'),(1633,245,'_elementor_template_type','section'),(1634,245,'_elementor_version','2.7.5'),(1635,245,'_elementor_pro_version','2.7.3'),(1636,245,'_wp_page_template','default'),(1637,245,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"_title\":\"\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"_attributes\":\"\",\"custom_css\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1638,245,'_elementor_css','a:5:{s:4:\"time\";i:1580126988;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1641,246,'_elementor_edit_mode','builder'),(1642,246,'_elementor_template_type','wp-page'),(1643,246,'_elementor_version','2.7.5'),(1644,246,'_elementor_pro_version','2.7.3'),(1645,246,'_wp_page_template','default'),(1646,246,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1649,247,'_elementor_edit_mode','builder'),(1650,247,'_elementor_template_type','section'),(1651,247,'_elementor_version','2.7.5'),(1652,247,'_elementor_pro_version','2.7.3'),(1653,247,'_wp_page_template','default'),(1654,247,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"_title\":\"\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"_attributes\":\"\",\"custom_css\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1655,247,'_elementor_css','a:5:{s:4:\"time\";i:1580127240;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1657,248,'_elementor_edit_mode','builder'),(1658,248,'_elementor_template_type','wp-page'),(1659,248,'_elementor_version','2.7.5'),(1660,248,'_elementor_pro_version','2.7.3'),(1661,248,'_wp_page_template','default'),(1662,248,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1664,249,'_elementor_edit_mode','builder'),(1665,249,'_elementor_template_type','single'),(1666,249,'_wpml_word_count','{\"total\":698,\"to_translate\":{\"en\":698}}'),(1667,249,'_wpml_media_featured','1'),(1668,249,'_wpml_media_duplicate','1'),(1669,249,'_elementor_template_sub_type','historias'),(1670,249,'_elementor_conditions','a:1:{i:0;s:26:\"include/singular/historias\";}'),(1671,249,'_elementor_version','2.7.5'),(1672,249,'_elementor_pro_version','2.7.3'),(1673,249,'_edit_lock','1588582986:1'),(1676,250,'_elementor_edit_mode','builder'),(1677,250,'_elementor_template_type','single'),(1678,250,'_elementor_template_sub_type','historias'),(1679,250,'_elementor_conditions','a:1:{i:0;s:26:\"include/singular/historias\";}'),(1680,250,'_elementor_version','2.7.5'),(1681,250,'_elementor_pro_version','2.7.3'),(1682,249,'_wp_page_template','default'),(1683,249,'_elementor_data','[{\"id\":\"e0e1784\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c64de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9da5ec3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"2646abb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2580ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historia\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"84c2030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a6cf35\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"147fc7a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"2be8015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00cd827\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"66242e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ebbbb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b92fec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ac2b07\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a0ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb20c36\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1684,251,'_elementor_edit_mode','builder'),(1685,251,'_elementor_template_type','single'),(1686,251,'_elementor_template_sub_type','historias'),(1687,251,'_elementor_conditions','a:1:{i:0;s:26:\"include/singular/historias\";}'),(1688,251,'_elementor_version','2.7.5'),(1689,251,'_elementor_pro_version','2.7.3'),(1690,251,'_wp_page_template','default'),(1691,251,'_elementor_data','[{\"id\":\"e0e1784\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c64de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9da5ec3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"2646abb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2580ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historia\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"84c2030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a6cf35\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"147fc7a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"2be8015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00cd827\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"66242e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ebbbb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b92fec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ac2b07\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a0ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb20c36\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1702,253,'_menu_item_type','post_type'),(1703,253,'_menu_item_menu_item_parent','0'),(1704,253,'_menu_item_object_id','183'),(1705,253,'_menu_item_object','page'),(1706,253,'_menu_item_target',''),(1707,253,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1708,253,'_menu_item_xfn',''),(1709,253,'_menu_item_url',''),(1711,253,'_elementor_controls_usage','a:0:{}'),(1712,249,'_wpml_location_migration_done','1'),(1713,249,'_elementor_controls_usage','a:6:{s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:3;s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:21:\"section_shape_divider\";a:2:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_color\";i:1;}}}}s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}}'),(1715,254,'_elementor_edit_mode','builder'),(1716,254,'_elementor_template_type','wp-page'),(1717,254,'_elementor_version','2.7.5'),(1718,254,'_elementor_pro_version','2.7.3'),(1719,254,'_wp_page_template','default'); INSERT INTO `wp_postmeta` VALUES (1720,254,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"0\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"0\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"0\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1721,254,'_elementor_css','a:5:{s:4:\"time\";i:1580127443;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1723,255,'_elementor_edit_mode','builder'),(1724,255,'_elementor_template_type','section'),(1725,255,'_elementor_version','2.7.5'),(1726,255,'_elementor_pro_version','2.7.3'),(1727,255,'_wp_page_template','default'),(1728,255,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_thumbnail_size_size\":\"full\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1729,255,'_elementor_css','a:5:{s:4:\"time\";i:1580127444;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1731,256,'_elementor_edit_mode','builder'),(1732,256,'_elementor_template_type','section'),(1733,256,'_elementor_version','2.7.5'),(1734,256,'_elementor_pro_version','2.7.3'),(1735,256,'_wp_page_template','default'),(1736,256,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_thumbnail_size_size\":\"full\",\"cards_show_badge\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1740,249,'_elementor_css','a:5:{s:4:\"time\";i:1580128645;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1741,258,'_wpml_word_count','{\"total\":342,\"to_translate\":{\"en\":342}}'),(1742,258,'_elementor_template_type','page'),(1743,258,'_edit_last','1'),(1745,258,'_wpml_media_duplicate','1'),(1746,258,'_wpml_media_featured','1'),(1747,258,'_edit_lock','1588580506:1'),(1748,258,'_elementor_edit_mode','builder'),(1749,258,'_elementor_version','2.7.5'),(1750,258,'_elementor_pro_version','2.7.3'),(1751,258,'_wp_page_template','default'),(1752,258,'_elementor_data','[{\"id\":\"cf66566\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dfcc715\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b8edd0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3101ff7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#0c0c0c\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#0f0f0f\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#1c1c1c\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_thumbnail_size_size\":\"full\",\"cards_show_badge\":\"\",\"cards_card_border_color\":\"#2b2b2b\",\"posts_include\":[\"terms\"],\"posts_include_term_ids\":[\"34\"],\"cards_posts_per_page\":3,\"cards_meta_data\":[\"date\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1753,260,'_elementor_template_type','page'),(1754,260,'_elementor_controls_usage','a:0:{}'),(1755,260,'_elementor_edit_mode','builder'),(1756,260,'_elementor_version','2.7.5'),(1757,260,'_elementor_pro_version','2.7.3'),(1758,260,'_wp_page_template','default'),(1759,260,'_elementor_data','[{\"id\":\"cf66566\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dfcc715\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b8edd0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"77c1c00\",\"elType\":\"widget\",\"settings\":{\"title\":\"No hay historias por el momento.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1761,261,'_elementor_edit_mode','builder'),(1762,261,'_elementor_template_type','wp-page'),(1763,261,'_elementor_version','2.7.5'),(1764,261,'_elementor_pro_version','2.7.3'),(1765,261,'_wp_page_template','default'),(1766,261,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/socios\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/voluntario\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/historias\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1767,261,'_elementor_css','a:5:{s:4:\"time\";i:1580128189;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1772,263,'_edit_lock','1587477010:1'),(1773,264,'_wp_attached_file','2020/02/mapas.jpg'),(1774,263,'_wpml_media_duplicate','1'),(1775,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1327;s:4:\"file\";s:17:\"2020/02/mapas.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mapas-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mapas-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"mapas-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"mapas-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"mapas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"mapas-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1776,265,'_wp_attached_file','2020/02/mapas.jpg'),(1777,265,'wpml_media_processed','1'),(1778,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1327;s:4:\"file\";s:17:\"2020/02/mapas.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mapas-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mapas-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"mapas-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"mapas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"mapas-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"mapas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"mapas-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"mapas-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1779,263,'_elementor_controls_usage','a:0:{}'),(1780,263,'_thumbnail_id','264'),(1781,263,'_edit_last','1'),(1782,266,'_wpml_media_duplicate','1'),(1783,266,'_elementor_controls_usage','a:0:{}'),(1784,266,'_thumbnail_id','270'),(1785,266,'_dp_original','263'),(1786,267,'_wpml_media_duplicate','1'),(1787,267,'_elementor_controls_usage','a:0:{}'),(1788,267,'_thumbnail_id','268'),(1790,267,'_dp_original','266'),(1791,266,'_edit_lock','1587477017:1'),(1792,268,'_wp_attached_file','2020/02/gent.jpg'),(1793,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:597;s:4:\"file\";s:16:\"2020/02/gent.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"gent-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"gent-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"gent-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"gent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"gent-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1794,269,'_wp_attached_file','2020/02/gent.jpg'),(1795,269,'wpml_media_processed','1'),(1796,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:597;s:4:\"file\";s:16:\"2020/02/gent.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"gent-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"gent-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"gent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"gent-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"gent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"gent-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"gent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1797,270,'_wp_attached_file','2020/02/reehugs.jpg'),(1798,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:597;s:4:\"file\";s:19:\"2020/02/reehugs.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"reehugs-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"reehugs-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"reehugs-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"reehugs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"reehugs-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1799,271,'_wp_attached_file','2020/02/reehugs.jpg'),(1800,271,'wpml_media_processed','1'),(1801,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:597;s:4:\"file\";s:19:\"2020/02/reehugs.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"reehugs-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"reehugs-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"reehugs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"reehugs-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"reehugs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"reehugs-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"reehugs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1802,266,'_edit_last','1'),(1803,267,'_edit_lock','1588660526:1'),(1804,267,'_edit_last','1'),(1805,272,'_wpml_word_count','{\"total\":827,\"to_translate\":{\"en\":827}}'),(1806,272,'_wpml_media_featured','1'),(1807,272,'_wpml_media_duplicate','1'),(1808,272,'_wpml_word_count','{\"total\":827,\"to_translate\":{\"en\":827}}'),(1809,272,'_wpml_word_count','{\"total\":827,\"to_translate\":{\"en\":827}}'),(1810,272,'_wpml_media_featured','1'),(1811,272,'_wpml_media_featured','1'),(1812,272,'_wpml_media_duplicate','1'),(1813,272,'_wpml_media_duplicate','1'),(1814,272,'_generate-sidebar-layout-meta','no-sidebar'),(1815,272,'_generate-disable-headline','true'),(1816,272,'_generate-disable-post-image','true'),(1817,272,'_elementor_edit_mode','builder'),(1818,272,'_elementor_template_type','wp-page'),(1819,272,'_elementor_version','2.7.5'),(1820,272,'_elementor_pro_version','2.7.3'),(1821,272,'_wp_page_template','default'),(1822,272,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":17},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":66,\"padding_mobile\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proyectos relacionados\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":17},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"10\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"relacionados\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"classic_thumbnail_size_size\":\"full\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"classic_posts_per_page\":9,\"pagination_type\":\"numbers\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1823,272,'_wpml_location_migration_done','1'),(1827,272,'_dp_original','183'),(1828,272,'_edit_lock','1588587085:1'),(1829,273,'_elementor_edit_mode','builder'),(1830,273,'_elementor_template_type','wp-page'),(1831,273,'_elementor_version','2.7.5'),(1832,273,'_elementor_pro_version','2.7.3'),(1833,273,'_wp_page_template','default'),(1834,273,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1835,273,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:2;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:7:{s:5:\"_skin\";i:1;s:17:\"classic_meta_data\";i:1;s:22:\"classic_read_more_text\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_excerpt_length\";i:1;s:20:\"cards_read_more_text\";i:1;s:17:\"cards_show_avatar\";i:1;}s:13:\"section_query\";a:1:{s:15:\"posts_post_type\";i:1;}}s:5:\"style\";a:5:{s:30:\"classic_section_design_content\";a:4:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:23:\"classic_read_more_color\";i:1;}s:27:\"cards_section_design_layout\";a:1:{s:16:\"cards_column_gap\";i:1;}s:25:\"cards_section_design_card\";a:6:{s:19:\"cards_card_bg_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:18:\"cards_card_padding\";i:1;s:27:\"cards_card_vertical_padding\";i:1;s:23:\"cards_meta_border_color\";i:1;}s:28:\"cards_section_design_content\";a:9:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:16:\"cards_meta_color\";i:1;s:26:\"cards_meta_separator_color\";i:1;s:19:\"cards_excerpt_color\";i:1;s:21:\"cards_read_more_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_line_height\";i:1;}s:26:\"cards_section_design_image\";a:1:{s:18:\"cards_badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(1836,273,'_elementor_css','a:5:{s:4:\"time\";i:1580389463;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1837,272,'_edit_last','1'),(1838,274,'_elementor_edit_mode','builder'),(1839,274,'_elementor_template_type','single'),(1840,274,'_wpml_word_count','{\"total\":898,\"to_translate\":{\"en\":898}}'),(1841,274,'_wpml_media_featured','1'),(1842,274,'_wpml_media_duplicate','1'),(1843,274,'_elementor_template_sub_type','relacionados'),(1844,274,'_elementor_conditions','a:1:{i:0;s:29:\"include/singular/relacionados\";}'),(1845,274,'_elementor_version','2.7.5'),(1846,274,'_elementor_pro_version','2.7.3'),(1847,274,'_edit_lock','1588587710:1'),(1848,275,'_elementor_edit_mode','builder'),(1849,275,'_elementor_template_type','wp-page'),(1850,275,'_elementor_version','2.7.5'),(1851,275,'_elementor_pro_version','2.7.3'),(1852,275,'_wp_page_template','default'),(1853,275,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.71,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.2,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proyectos relacionados\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.108,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"relacionados\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"classic_thumbnail_size_size\":\"full\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1854,275,'_elementor_css','a:5:{s:4:\"time\";i:1580389463;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1856,276,'_wp_attached_file','2020/02/placeholder.png'),(1857,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/02/placeholder.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1858,277,'_wp_attached_file','2020/02/placeholder.png'),(1859,277,'wpml_media_processed','1'),(1860,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/02/placeholder.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1861,276,'_elementor_source_image_hash','a4395b3dcdbf473204a172c9e610d9a15d339870'),(1862,278,'_elementor_edit_mode','builder'),(1863,278,'_elementor_template_type','single'),(1865,278,'_wpml_word_count','{\"total\":2527,\"to_translate\":{\"en\":2527}}'),(1866,278,'_wpml_media_featured','1'),(1867,278,'_wpml_media_duplicate','1'),(1868,278,'_elementor_version','2.7.5'),(1869,278,'_elementor_pro_version','2.7.3'),(1870,278,'_elementor_data','[{\"id\":\"4674bd2a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"298382ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c939567\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"9cf8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8e5e278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historia\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"51a9cc2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"194e4674\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55319027\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57e84ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d663ae7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"image\":{\"id\":276,\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/02\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"28cc5f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60df4e3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ab4ec4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6705e4a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4298e15d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c4619ed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1871,279,'_elementor_edit_mode','builder'),(1872,279,'_elementor_template_type','single'),(1873,279,'_elementor_controls_usage','a:0:{}'),(1874,279,'_elementor_version','2.7.5'),(1875,279,'_elementor_pro_version','2.7.3'),(1876,279,'_elementor_data','[{\"id\":\"4674bd2a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"298382ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c939567\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"9cf8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8e5e278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historia\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"51a9cc2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"194e4674\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55319027\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57e84ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d663ae7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"image\":{\"id\":276,\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/02\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"28cc5f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60df4e3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ab4ec4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6705e4a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4298e15d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c4619ed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1877,280,'_elementor_edit_mode','builder'),(1878,280,'_elementor_template_type','single'),(1879,280,'_elementor_template_sub_type','relacionados'),(1880,280,'_elementor_conditions','a:1:{i:0;s:29:\"include/singular/relacionados\";}'),(1881,280,'_elementor_version','2.7.5'),(1882,280,'_elementor_pro_version','2.7.3'),(1883,274,'_wp_page_template','default'),(1884,274,'_elementor_data','[{\"id\":\"46792ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"515ce0c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":22},\"elements\":[{\"id\":\"c33bda4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"3f0f7b6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":55},\"elements\":[{\"id\":\"2729d247\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proyecto <br>relacionado\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e5770a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":22},\"elements\":[{\"id\":\"d25d7c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9438aef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1278,\"sizes\":[]},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"58161305\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43.333},\"elements\":[{\"id\":\"62b0d06b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"image\":{\"id\":276,\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/02\\/placeholder.png\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"56f08228\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a013c8f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"feb0c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proyecto: Lorem ipsum<br \\/>Integrantes: 8<br \\/>Fundaci\\u00f3n: 2008<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fa7f63d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.667,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5faf640c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"align_mobile\":\"center\",\"gap_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6fd7729e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1885,281,'_elementor_edit_mode','builder'),(1886,281,'_elementor_template_type','single'),(1887,281,'_elementor_template_sub_type','relacionados'),(1888,281,'_elementor_conditions','a:1:{i:0;s:29:\"include/singular/relacionados\";}'),(1889,281,'_elementor_version','2.7.5'),(1890,281,'_elementor_pro_version','2.7.3'),(1891,281,'_wp_page_template','default'),(1892,281,'_elementor_data','[{\"id\":\"46792ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"515ce0c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c33bda4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"3f0f7b6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2729d247\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historia\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e5770a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d25d7c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9438aef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1278,\"sizes\":[]},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"58161305\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43.333},\"elements\":[{\"id\":\"62b0d06b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"image\":{\"id\":276,\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/02\\/placeholder.png\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"56f08228\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a013c8f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"feb0c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proyecto: Lorem ipsum<br \\/>Integrantes: 8<br \\/>Fundaci\\u00f3n: 2008<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fa7f63d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.667,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false}},\"elements\":[{\"id\":\"5faf640c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6fd7729e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1894,282,'_elementor_edit_mode','builder'),(1895,282,'_elementor_template_type','section'),(1896,282,'_elementor_version','2.7.5'),(1897,282,'_elementor_pro_version','2.7.3'),(1898,282,'_wp_page_template','default'),(1899,282,'_elementor_data','[{\"id\":\"229a280\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"7a14657\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f2b8607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c59a94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9e4dfab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1900,282,'_elementor_css','a:5:{s:4:\"time\";i:1579778752;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1901,213,'_elementor_controls_usage','a:3:{s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(1902,213,'_elementor_css','a:5:{s:4:\"time\";i:1581003413;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1903,283,'_elementor_edit_mode','builder'),(1904,283,'_elementor_template_type','wp-page'),(1905,283,'_elementor_version','2.7.5'),(1906,283,'_elementor_pro_version','2.7.3'),(1907,283,'_wp_page_template','default'),(1908,283,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1909,283,'_elementor_css','a:5:{s:4:\"time\";i:1580135451;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1911,284,'_menu_item_type','post_type'),(1912,284,'_menu_item_menu_item_parent','0'),(1913,284,'_menu_item_object_id','272'),(1914,284,'_menu_item_object','page'),(1915,284,'_menu_item_target',''),(1916,284,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1917,284,'_menu_item_xfn',''),(1918,284,'_menu_item_url',''),(1920,284,'_elementor_controls_usage','a:0:{}'),(1924,285,'_elementor_edit_mode','builder'),(1925,285,'_elementor_template_type','wp-page'),(1926,285,'_elementor_version','2.7.5'),(1927,285,'_elementor_pro_version','2.7.3'),(1928,285,'_wp_page_template','default'),(1929,285,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proyectos relacionados\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"10\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"relacionados\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"classic_thumbnail_size_size\":\"full\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1930,285,'_elementor_css','a:5:{s:4:\"time\";i:1581003484;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1933,286,'_elementor_edit_mode','builder'),(1934,286,'_elementor_template_type','wp-page'),(1935,286,'_elementor_version','2.7.5'),(1936,286,'_elementor_pro_version','2.7.3'),(1937,286,'_wp_page_template','default'),(1938,286,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacto\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef154c1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8945b6c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"7\",\"right\":0,\"bottom\":\"7\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"03aa20e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.982,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91ffc15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Puedes contactar con nosotros a trav\\u00e9s de nuestro formulario de contacto o a trav\\u00e9s de los siguientes medios.<\\/p>\",\"text_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83a585e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Tel\\u00e9fono +34 622090096<\\/li><li>Email: <a href=\\\"mailto:adriaballester@outlook.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">adriaballester@outlook.com<\\/a><\\/li><\\/ul>\",\"text_color\":\"#273474\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db330a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.018},\"elements\":[{\"id\":\"ef1baee\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"width\":\"50\",\"_id\":\"98fe5fc\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_3\",\"field_type\":\"text\",\"field_label\":\"Apellidos\",\"placeholder\":\"Apellidos\",\"width\":\"50\",\"_id\":\"c846b1f\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"email\",\"field_label\":\"E-mail\",\"placeholder\":\"E-mail\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"456b94b\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\\u00e9fono\",\"placeholder\":\"\",\"required\":\"true\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"6581d75\"},{\"field_type\":\"checkbox\",\"field_label\":\"\",\"placeholder\":\"Escribe aqu\\u00ed tu mensaje\",\"required\":\"\",\"field_options\":\"Quiero ser voluntario|quiero_ser_voluntario\\nQuiero ser socio|socio\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"elementor-subgroup-inline\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_4\",\"_id\":\"d060fa8\"},{\"field_type\":\"textarea\",\"field_label\":\"\",\"placeholder\":\"Escribe aqu\\u00ed tu mensaje\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_5\",\"_id\":\"9a406b0\"}],\"mark_required\":\"yes\",\"button_text\":\"Enviar\",\"email_to\":\"alejandrojm@factoryfy.com\",\"email_subject\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@fcm.factoryfy.com\",\"email_from_name\":\"Free Conversation Movements\",\"email_to_2\":\"alejandrojm@factoryfy.com\",\"email_subject_2\":\"New message from \\\"Free Conversation Movements\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@fcm.factoryfy.com\",\"email_from_name_2\":\"Free Conversation Movements\",\"email_reply_to_2\":\"alejandrojm@factoryfy.com\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_color\":\"#273474\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Roboto\",\"html_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"html_color\":\"#273474\",\"html_typography_typography\":\"custom\",\"html_typography_font_family\":\"Prata\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#273474\",\"button_text_color\":\"#ffffff\",\"_css_classes\":\"formulario\",\"custom_css\":\".formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_10.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_14.elementor-col-20 {\\n width: 3%;\\n}\\n\\n.formulario .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_17.elementor-col-20 {\\n width: 3%;\\n}\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1939,286,'_elementor_css','a:5:{s:4:\"time\";i:1579702833;s:5:\"fonts\";a:2:{i:0;s:5:\"Prata\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1941,274,'_wpml_location_migration_done','1'),(1942,287,'_elementor_edit_mode','builder'),(1943,287,'_elementor_template_type','single'),(1944,287,'_elementor_template_sub_type','relacionados'),(1945,287,'_elementor_conditions','a:1:{i:0;s:29:\"include/singular/relacionados\";}'),(1946,287,'_elementor_version','2.7.5'),(1947,287,'_elementor_pro_version','2.7.3'),(1948,287,'_wp_page_template','default'),(1949,287,'_elementor_data','[{\"id\":\"46792ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"515ce0c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c33bda4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"3f0f7b6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2729d247\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proyecto relacionado\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e5770a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d25d7c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9438aef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"718a2cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1278,\"sizes\":[]},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"58161305\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43.333},\"elements\":[{\"id\":\"62b0d06b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"image\":{\"id\":276,\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2020\\/02\\/placeholder.png\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"56f08228\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipo\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h3\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"544e5fa\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a013c8f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"feb0c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proyecto: Lorem ipsum<br \\/>Integrantes: 8<br \\/>Fundaci\\u00f3n: 2008<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fa7f63d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.667,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false}},\"elements\":[{\"id\":\"5faf640c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6fd7729e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#3f3f3f\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false}]'),(1950,287,'_elementor_css','a:5:{s:4:\"time\";i:1581003493;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1954,288,'_wpml_word_count','{\"total\":1041,\"to_translate\":{\"en\":1041}}'),(1955,288,'_wpml_media_featured','1'),(1956,288,'_wpml_media_duplicate','1'),(1957,288,'_wpml_word_count','{\"total\":1041,\"to_translate\":{\"en\":1041}}'),(1958,288,'_wpml_word_count','{\"total\":1041,\"to_translate\":{\"en\":1041}}'),(1959,288,'_wpml_word_count','{\"total\":1041,\"to_translate\":{\"en\":1041}}'),(1960,288,'_wpml_media_featured','1'),(1961,288,'_wpml_media_featured','1'),(1962,288,'_wpml_media_featured','1'),(1963,288,'_wpml_media_duplicate','1'),(1964,288,'_wpml_media_duplicate','1'),(1965,288,'_wpml_media_duplicate','1'),(1966,288,'_generate-sidebar-layout-meta','no-sidebar'),(1967,288,'_generate-disable-headline','true'),(1968,288,'_generate-disable-post-image','true'),(1969,288,'_elementor_edit_mode','builder'),(1970,288,'_elementor_template_type','wp-page'),(1971,288,'_elementor_version','2.7.5'),(1972,288,'_elementor_pro_version','2.7.3'),(1973,288,'_wp_page_template','default'),(1974,288,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":23},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manifiesto\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":23},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"10\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"305e1b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div><p>Cuando somos ni\\u00f1os, todos queremos hacer grandes cosas, como cambiar el mundo y explorar territorios desconocidos; so\\u00f1amos con objetivos tan grandes como la paz mundial y valoramos a nuestros compa\\u00f1eros, amigos y familia por encima de cualquier otra cosa.<\\/p><\\/div><div><p>Al crecer, la mayor\\u00eda vivimos, a veces tempranamente, vivimos lo que suelen llamar \\u201cgolpe de realidad\\u201d, ese momento en el que se nos cierran muchas puertas, experimentamos el rechazo, la obligaci\\u00f3n de cumplir ciertos est\\u00e1ndares que se esperan de nosotros y que nosotros no decidimos. En ese momento \\u201centendemos\\u201d que so\\u00f1ar con algo superior es in\\u00fatil. Se nos persuade de que no nos conviene pensar m\\u00e1s all\\u00e1 de nosotros mismos y de nuestras \\u201cnecesidades\\u201d, muchas de ellas impuestas por el sistema social en el que estamos, si queremos sobrevivir en el mundo \\u201creal\\u201d.<\\/p><\\/div><div><p>Como humanos y activistas por un mundo mejor, consideramos que tenemos todo el derecho a so\\u00f1ar y experimentar una genuina conexi\\u00f3n humana con los dem\\u00e1s, m\\u00e1s all\\u00e1 de nuestros intereses y modos de vida particulares. Todos los seres tenemos el derecho a expresarnos y a ser escuchados.<\\/p><\\/div><div><p>Si revisamos la historia del hombre sobre la tierra, los grupos humanos y las sociedades primitivas nacieron con el objetivo de la ayuda y colaboraci\\u00f3n mutua. Cada individuo contaba. Con el crecimiento de la sociedad y su complejidad, el objetivo original se fue perdiendo y, actualmente, ha sido sustituido por un sistema social que rompe la conexi\\u00f3n humana personal b\\u00e1sica y la sustituye por una ilusi\\u00f3n de hiperconectividad global, a menudo enga\\u00f1osa.<\\/p><\\/div><div><p>El movimiento Free Conversations naci\\u00f3, en 2016, de la voluntad y el deseo de enfrentar ese proceso de deshumanizaci\\u00f3n y aislamiento que estamos sufriendo hoy, tanto m\\u00e1s ir\\u00f3nico, cuanto m\\u00e1s grande es la interrelaci\\u00f3n e interdependencia que experimentamos.<\\/p><\\/div><div><p>Naci\\u00f3 para ayudar. Para conectar personas y promover la libre circulaci\\u00f3n de ideas. El Movimiento Free Conversations entiende que la progresi\\u00f3n de los avances tecnol\\u00f3gicos y cient\\u00edficos desde el siglo XX, particularmente en la comunicaci\\u00f3n e informaci\\u00f3n, han aportado al mundo herramientas valios\\u00edsimas para impulsar grandes objetivos. Pero, como contraparte, tambi\\u00e9n han dado origen a fen\\u00f3menos cada vez m\\u00e1s frecuentes y masivos de personas que se sienten solas e insignificantes, a\\u00fan estando hiperconectadas.<\\/p><\\/div><div><p>Por eso creemos que conversar y comunicarse cara a cara con otro, de igual a igual, es una actividad indispensable para recuperar valor y significado.<\\/p><\\/div><div><p>Por eso el Movimiento Free Conversations no margina, ni discrimina. Las dos sillas son exactamente iguales.<\\/p><\\/div><div><p>Estamos aqu\\u00ed para luchar contra una crisis en la cual, cada vez m\\u00e1s, se va olvidando nuestra condici\\u00f3n de humanos, para convertirnos en simples habitantes. Est\\u00e1 para enviar un mensaje al mundo: hablemos cara a cara, que es necesario. La comunicaci\\u00f3n nos une humanamente, por sobre cualquier diferencia.<\\/p><\\/div><div><p>Compartamos historias; expongamos nuestras vivencias, para crecer en humanidad. En este sencillo hablar y comunicarnos cabemos todos: los de derecha, los de izquierda, los j\\u00f3venes y los mayores, los que ofenden y los ofendidos, los creyentes y no creyentes de cualquier rinc\\u00f3n del planeta.<\\/p><\\/div><div><p>\\u00danete al Movimiento Free Conversations, es un viaje para el cual solo necesitar\\u00e1s dos sillas.<\\/p><\\/div>\",\"align\":\"left\",\"text_color\":\"#8c8c8c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1975,288,'_wpml_location_migration_done','1'),(1979,288,'_dp_original','272'),(1980,288,'_edit_lock','1588585876:1'),(1981,289,'_elementor_edit_mode','builder'),(1982,289,'_elementor_template_type','wp-page'),(1983,289,'_elementor_version','2.7.5'),(1984,289,'_elementor_pro_version','2.7.3'),(1985,289,'_wp_page_template','default'),(1986,289,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Proyectos relacionados\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"10\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"relacionados\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#273474\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"classic_thumbnail_size_size\":\"full\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(1987,289,'_elementor_controls_usage','a:5:{s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:2;s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:3;s:15:\"background_ypos\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;s:18:\"overlay_blend_mode\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:7:{s:17:\"classic_meta_data\";i:1;s:22:\"classic_read_more_text\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_excerpt_length\";i:1;s:20:\"cards_read_more_text\";i:1;s:17:\"cards_show_avatar\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;}s:13:\"section_query\";a:1:{s:15:\"posts_post_type\";i:1;}}s:5:\"style\";a:5:{s:30:\"classic_section_design_content\";a:5:{s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:23:\"classic_read_more_color\";i:1;s:21:\"classic_title_spacing\";i:1;}s:27:\"cards_section_design_layout\";a:1:{s:16:\"cards_column_gap\";i:1;}s:25:\"cards_section_design_card\";a:6:{s:19:\"cards_card_bg_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:18:\"cards_card_padding\";i:1;s:27:\"cards_card_vertical_padding\";i:1;s:23:\"cards_meta_border_color\";i:1;}s:28:\"cards_section_design_content\";a:9:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:16:\"cards_meta_color\";i:1;s:26:\"cards_meta_separator_color\";i:1;s:19:\"cards_excerpt_color\";i:1;s:21:\"cards_read_more_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_line_height\";i:1;}s:26:\"cards_section_design_image\";a:1:{s:18:\"cards_badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(1988,289,'_elementor_css','a:5:{s:4:\"time\";i:1581006925;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1989,288,'_edit_last','1'),(1990,290,'_elementor_edit_mode','builder'),(1991,290,'_elementor_template_type','wp-page'),(1992,290,'_elementor_version','2.7.5'),(1993,290,'_elementor_pro_version','2.7.3'),(1994,290,'_wp_page_template','default'),(1995,290,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manifiesto\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"10\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"305e1b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla pretium rutrum velit, id vehicula leo interdum non. Cras id faucibus tortor, vel egestas magna. Integer varius molestie fermentum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis id eros ipsum. Aliquam mattis, urna quis lobortis imperdiet, nulla magna auctor turpis, ac condimentum tortor neque non mauris. Suspendisse placerat ligula massa, sodales venenatis lacus fermentum ac. Cras faucibus cursus dignissim. Sed laoreet tellus sapien, in mollis turpis dignissim eu. Suspendisse dapibus, elit in volutpat eleifend, lorem nibh commodo neque, sit amet malesuada arcu risus quis tellus. Proin tempor imperdiet metus ut ornare. Suspendisse non congue libero.<\\/p>\",\"align\":\"center\",\"text_color\":\"#8c8c8c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1996,290,'_elementor_css','a:5:{s:4:\"time\";i:1581006925;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1998,291,'_elementor_edit_mode','builder'),(1999,291,'_elementor_template_type','wp-page'),(2000,291,'_elementor_version','2.7.5'),(2001,291,'_elementor_pro_version','2.7.3'),(2002,291,'_wp_page_template','default'),(2003,291,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#3baf98\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#ffffff\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#ffffff\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#ffffff\",\"cards_read_more_color\":\"#1e236d\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(2004,291,'_elementor_css','a:5:{s:4:\"time\";i:1580389463;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2006,292,'_menu_item_type','post_type'),(2007,292,'_menu_item_menu_item_parent','0'),(2008,292,'_menu_item_object_id','288'),(2009,292,'_menu_item_object','page'),(2010,292,'_menu_item_target',''),(2011,292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2012,292,'_menu_item_xfn',''),(2013,292,'_menu_item_url',''),(2015,292,'_elementor_controls_usage','a:0:{}'),(2019,295,'_elementor_edit_mode','builder'),(2020,295,'_elementor_template_type','wp-page'),(2021,295,'_elementor_version','2.7.5'),(2022,295,'_elementor_pro_version','2.7.3'),(2023,295,'_wp_page_template','default'),(2024,295,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.018,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manifiesto\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"10\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"305e1b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div><p>Cuando somos ni\\u00f1os, todos queremos hacer grandes cosas, como cambiar el mundo y explorar territorios desconocidos; so\\u00f1amos con objetivos tan grandes como la paz mundial y valoramos a nuestros compa\\u00f1eros, amigos y familia por encima de cualquier otra cosa.<\\/p><\\/div><div><p>Al crecer, la mayor\\u00eda vivimos, a veces tempranamente, vivimos lo que suelen llamar \\u201cgolpe de realidad\\u201d, ese momento en el que se nos cierran muchas puertas, experimentamos el rechazo, la obligaci\\u00f3n de cumplir ciertos est\\u00e1ndares que se esperan de nosotros y que nosotros no decidimos. En ese momento \\u201centendemos\\u201d que so\\u00f1ar con algo superior es in\\u00fatil. Se nos persuade de que no nos conviene pensar m\\u00e1s all\\u00e1 de nosotros mismos y de nuestras \\u201cnecesidades\\u201d, muchas de ellas impuestas por el sistema social en el que estamos, si queremos sobrevivir en el mundo \\u201creal\\u201d.<\\/p><\\/div><div><p>Como humanos y activistas por un mundo mejor, consideramos que tenemos todo el derecho a so\\u00f1ar y experimentar una genuina conexi\\u00f3n humana con los dem\\u00e1s, m\\u00e1s all\\u00e1 de nuestros intereses y modos de vida particulares. Todos los seres tenemos el derecho a expresarnos y a ser escuchados.<\\/p><\\/div><div><p>Si revisamos la historia del hombre sobre la tierra, los grupos humanos y las sociedades primitivas nacieron con el objetivo de la ayuda y colaboraci\\u00f3n mutua. Cada individuo contaba. Con el crecimiento de la sociedad y su complejidad, el objetivo original se fue perdiendo y, actualmente, ha sido sustituido por un sistema social que rompe la conexi\\u00f3n humana personal b\\u00e1sica y la sustituye por una ilusi\\u00f3n de hiperconectividad global, a menudo enga\\u00f1osa.<\\/p><\\/div><div><p>El movimiento Free Conversations naci\\u00f3, en 2016, de la voluntad y el deseo de enfrentar ese proceso de deshumanizaci\\u00f3n y aislamiento que estamos sufriendo hoy, tanto m\\u00e1s ir\\u00f3nico, cuanto m\\u00e1s grande es la interrelaci\\u00f3n e interdependencia que experimentamos.<\\/p><\\/div><div><p>Naci\\u00f3 para ayudar. Para conectar personas y promover la libre circulaci\\u00f3n de ideas. El Movimiento Free Conversations entiende que la progresi\\u00f3n de los avances tecnol\\u00f3gicos y cient\\u00edficos desde el siglo XX, particularmente en la comunicaci\\u00f3n e informaci\\u00f3n, han aportado al mundo herramientas valios\\u00edsimas para impulsar grandes objetivos. Pero, como contraparte, tambi\\u00e9n han dado origen a fen\\u00f3menos cada vez m\\u00e1s frecuentes y masivos de personas que se sienten solas e insignificantes, a\\u00fan estando hiperconectadas.<\\/p><\\/div><div><p>Por eso creemos que conversar y comunicarse cara a cara con otro, de igual a igual, es una actividad indispensable para recuperar valor y significado.<\\/p><\\/div><div><p>Por eso el Movimiento Free Conversations no margina, ni discrimina. Las dos sillas son exactamente iguales.<\\/p><\\/div><div><p>Estamos aqu\\u00ed para luchar contra una crisis en la cual, cada vez m\\u00e1s, se va olvidando nuestra condici\\u00f3n de humanos, para convertirnos en simples habitantes. Est\\u00e1 para enviar un mensaje al mundo: hablemos cara a cara, que es necesario. La comunicaci\\u00f3n nos une humanamente, por sobre cualquier diferencia.<\\/p><\\/div><div><p>Compartamos historias; expongamos nuestras vivencias, para crecer en humanidad. En este sencillo hablar y comunicarnos cabemos todos: los de derecha, los de izquierda, los j\\u00f3venes y los mayores, los que ofenden y los ofendidos, los creyentes y no creyentes de cualquier rinc\\u00f3n del planeta.<\\/p><\\/div><div><p>\\u00danete al Movimiento Free Conversations, es un viaje para el cual solo necesitar\\u00e1s dos sillas.<\\/p><\\/div>\",\"align\":\"left\",\"text_color\":\"#8c8c8c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2025,295,'_elementor_css','a:5:{s:4:\"time\";i:1581688598;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2029,296,'_elementor_edit_mode','builder'),(2030,296,'_elementor_template_type','section'),(2031,296,'_elementor_version','2.7.5'),(2032,296,'_elementor_pro_version','2.7.3'),(2033,296,'_wp_page_template','default'),(2034,296,'_elementor_data','[{\"id\":\"ecd8fd5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b7f9be5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"715802a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#0c0c0c\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#0f0f0f\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#1c1c1c\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_thumbnail_size_size\":\"full\",\"cards_show_badge\":\"\",\"cards_card_border_color\":\"#2b2b2b\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(2035,296,'_elementor_css','a:5:{s:4:\"time\";i:1580128190;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2039,298,'_elementor_edit_mode','builder'),(2040,298,'_elementor_template_type','wp-page'),(2041,298,'_elementor_version','2.7.5'),(2042,298,'_elementor_pro_version','2.7.3'),(2043,298,'_wp_page_template','default'),(2044,298,'_elementor_data','[{\"id\":\"20927a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5b0cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff8caa6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"0c5930d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11a453c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9b7e659\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"fab8439\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5085a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f736689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f7358cf\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#0c0c0c\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#0f0f0f\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#1c1c1c\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_card_border_color\":\"#2b2b2b\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(2045,298,'_elementor_css','a:5:{s:4:\"time\";i:1582531193;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2047,299,'_elementor_edit_mode','builder'),(2048,299,'_elementor_template_type','wp-page'),(2049,299,'_elementor_version','2.7.5'),(2050,299,'_elementor_pro_version','2.7.3'),(2051,299,'_wp_page_template','default'),(2052,299,'_elementor_data','[{\"id\":\"1533213\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"px\",\"size\":942,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5180fde\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/sillas-slide.jpg\",\"id\":37},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0832d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"491b2fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conversaciones realizadas\",\"number_color\":\"#273474\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#273474\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Playfair Display\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"b74ab15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Everything has connection.<br>\\nYour story too.\",\"align\":\"center\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"615263b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/gifflecha.gif\",\"id\":51},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db9c3c7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#353535\",\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"-15\",\"right\":0,\"bottom\":\"9\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c8ef75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1c85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfC\\u00f3mo participo?\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3f18245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.684},\"elements\":[{\"id\":\"88a36e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Me hago socio\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55b25d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.98},\"elements\":[{\"id\":\"e0fe280\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ser voluntario\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#273474\",\"background_color\":\"#ffffff\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebc00a9\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b62c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b9ab34\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fdf22a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"07a7412\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.244,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c50284a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Historias en:\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b7c3817\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.782},\"elements\":[{\"id\":\"3aeb72c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a0a388\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"84ee9a7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Barcelona\",\"_id\":\"4395785\",\"item_active\":\"yes\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"90\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Varsovia\",\"_id\":\"9a847e1\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Dubl\\u00edn\",\"_id\":\"46b0cce\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Lisboa\",\"_id\":\"5962bbb\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"template\",\"item_template_id\":\"258\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"none\",\"no_active_tabs\":\"\",\"ajax_template\":\"\",\"tabs_container_background_background\":\"classic\",\"tabs_container_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_container_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"tabs_container_border_border\":\"solid\",\"tabs_container_border_color\":\"rgba(0,0,0,0)\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_wrapper_background_background\":\"classic\",\"tabs_control_wrapper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_border_border\":\"solid\",\"tabs_control_wrapper_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_image_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_color\":\"rgba(39,52,116,0.24)\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Prata\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"tabs_control_background_background\":\"classic\",\"tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_color\":\"rgba(0,0,0,0)\",\"tabs_control_label_color_active\":\"#273474\",\"tabs_content_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_border_color\":\"rgba(0,0,0,0)\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"dbac89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"017269b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver m\\u00e1s historias\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/contacto\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e167fc3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":0,\"bottom\":\"3\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[{\"id\":\"f753481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.365,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"044a923\",\"elType\":\"widget\",\"settings\":{\"title\":\"El equipo\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7d7736\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.661,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"af3aea0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"980e541\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"249922e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec9fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"086cd69\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"60c8487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"21e331c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"713c6a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e574182\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.40.06.png\",\"id\":47},\"member_first_name\":\"Adri\\u00e1\",\"member_last_name\":\"Ballester\",\"member_position\":\"Escritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"\",\"_id\":\"c9f17ff\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"cd7fc19\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"23765b3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/Captura-de-pantalla-2019-11-07-a-las-12.41.10.png\",\"id\":49},\"member_first_name\":\"Beneditka\",\"member_last_name\":\"baublyte\",\"member_position\":\"Graphic Design StudentEscritor<br>--\",\"member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi non mauris sapien. Nunc nisi nisi, mattis in mollis in, vulputate aliquet ligula. \",\"social_list\":[{\"selected_social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"ae66115\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":219,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"165\",\"bottom\":\"165\",\"left\":\"165\",\"isLinked\":true},\"image_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"first_name_color\":\"#273474\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"Prata\",\"last_name_color\":\"#273474\",\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_family\":\"Prata\",\"position_color\":\"#e54791\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_color\":\"#ffd100\",\"social_icon_bg_color\":\"#273474\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"desc_color\":\"#6b6b6b\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_weight\":\"300\",\"desc_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ee3dc46\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#f7f9ff\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"curve\",\"shape_divider_bottom_negative\":\"yes\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"13854ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3748679\",\"elType\":\"widget\",\"settings\":{\"text\":\"Ver todo el equipo\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#273474\",\"button_background_hover_color\":\"#d8d8d8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\\/equipo\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840a58\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2863a1a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"7\",\"bottom\":\"4\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"530d13c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.702,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c1229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media\",\"align\":\"left\",\"title_color\":\"#273474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0669f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.324,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"px\",\"size\":-141,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"rgba(255,255,255,0)\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e05d2a2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Separador\",\"color\":\"#e54791\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29bad6f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b5ebd69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f719b1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/metropoli.png\",\"id\":61},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"84d0784\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/periodico.png\",\"id\":59},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"ea2dccb\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/11\\/rtve.png\",\"id\":57},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"cf79094\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-vanguardia.jpg\",\"id\":170},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"0b0ba05\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-ondacero.jpg\",\"id\":164},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"80c9331\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-time-out.jpg\",\"id\":168},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"a75d867\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"http:\\/\\/fcm.factoryfy.com\\/wp-content\\/uploads\\/2019\\/12\\/logo-rac1.jpg\",\"id\":166},\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"e1fffee\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"}],\"slides_to_show\":\"4\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(39,52,116,0.28)\",\"arrows_style_box_font_color\":\"#ffffff\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"arrows_hover_style_popover_toggle\":\"custom\",\"prev_left_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f304a3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"35343c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"#e54791\",\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f53f22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bfef328\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Quiero participar\",\"_id\":\"2143d2f\",\"item_active\":\"\",\"item_icon\":\"\",\"item_active_icon\":\"\",\"content_type\":\"template\",\"item_template_id\":\"213\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"instance_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_margin\":{\"unit\":\"%\",\"top\":\"26\",\"right\":\"25\",\"bottom\":\"26\",\"left\":\"25\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_label_aligment\":\"center\",\"toggle_label_color\":\"#273474\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Prata\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"toggle_control_background_hover_background\":\"classic\",\"toggle_control_background_hover_color\":\"#f2f2f2\",\"toggle_control_padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_background_background\":\"classic\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_content_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(2053,299,'_elementor_css','a:5:{s:4:\"time\";i:1581003473;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:6;s:9:\"fa-brands\";i:16;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2055,300,'_elementor_edit_mode','builder'),(2056,300,'_elementor_template_type','header'),(2057,300,'_elementor_version','2.7.5'),(2058,300,'_elementor_pro_version','2.7.3'),(2059,300,'_wp_page_template','default'),(2060,300,'_elementor_data','[{\"id\":\"3882f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad54319\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"sticky\":\"top\",\"jet_sticky_section\":\"yes\",\"jet_sticky_section_background_background\":\"classic\",\"jet_sticky_section_background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"ec85eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.596},\"elements\":[{\"id\":\"b0cff49\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"a1d9e1a\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheFreeconversationsMovement\\/?modal=admin_todo_tour\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9763f8b\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/freeconversations\\/?utm_source=ig_embed&ig_mid=XP8sfAABAAGdvQEDLG0F1xt9e1my \",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#e54791\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"61cd923\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.404},\"elements\":[{\"id\":\"d3a8fd1\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu-superior\",\"align_items\":\"right\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#444444\",\"color_menu_item_hover\":\"#e54791\",\"pointer_color_menu_item_hover\":\"#e54791\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a595e7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2a5ea80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\"}],\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0)\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bf26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30},\"elements\":[],\"isInner\":false},{\"id\":\"14ec2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.996},\"elements\":[{\"id\":\"edeba31\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"8b5110d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2061,300,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(2062,300,'_elementor_css','a:5:{s:4:\"time\";i:1578918809;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2077,258,'_wpml_location_migration_done','1'),(2078,303,'_elementor_template_type','page'),(2079,303,'_elementor_edit_mode','builder'),(2080,303,'_elementor_version','2.7.5'),(2081,303,'_elementor_pro_version','2.7.3'),(2082,303,'_wp_page_template','default'),(2083,303,'_elementor_data','[{\"id\":\"cf66566\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dfcc715\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b8edd0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3101ff7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_color\":\"#0c0c0c\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Prata\",\"cards_meta_color\":\"#0f0f0f\",\"cards_meta_separator_color\":\"rgba(33,33,33,0)\",\"cards_excerpt_color\":\"#1c1c1c\",\"cards_read_more_color\":\"#e54791\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cards_meta_border_color\":\"rgba(71,71,71,0)\",\"cards_badge_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.9,\"sizes\":[]},\"cards_thumbnail_size_size\":\"full\",\"cards_show_badge\":\"\",\"cards_card_border_color\":\"#2b2b2b\",\"posts_include\":[\"terms\"],\"posts_include_term_ids\":[\"34\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(2084,303,'_elementor_css','a:5:{s:4:\"time\";i:1580129204;s:5:\"fonts\";a:1:{i:0;s:5:\"Prata\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2087,304,'_elementor_template_type','page'),(2088,304,'_elementor_edit_mode','builder'),(2089,304,'_elementor_version','2.7.5'),(2090,304,'_elementor_pro_version','2.7.3'),(2091,304,'_wp_page_template','default'),(2092,304,'_elementor_data','[{\"id\":\"cf66566\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dfcc715\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b8edd0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3101ff7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.72,\"sizes\":[]},\"cards_excerpt_length\":30,\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Leer historia completa \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"historias\",\"classic_title_color\":\"#273474\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Prata\",\"classic_read_more_color\":\"#e54791\",\"cards_column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_card_bg_color\":\"#ffffff\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"